The device driver properties contain the following tabs of information.
Note: Contact NetBrain Support Team first before you make any changes in the following tabs.
The Live Access tab specifies the login and monitor settings. ▪Device CPU/Memory Usage OID — specify the OIDs used for monitoring CPU and memory usage of a device. ▪Multi page prompt — specify the prompt to display the next line/screen of output. By default, the prompt is "-more-". ▪The command to exit — the command used to exit from the current command mode to the next highest command mode. ▪Yes/No prompt string — a prompt string to confirm or cancel. By default, the prompt string includes "Yes or NO||Y/N||Yes/NO". ▪Interval to pause before entering password — specify the time in milliseconds that the system waits before entering the password. Generally, the system enters the password immediately after receiving the password prompt. But for a catalyst switch device, the system has to wait for some time to enter the password before the password is recognized as a valid input. This default value is 0 except for the catalyst switch type device. ▪Invalid return — determine whether a command return is invalid. oIf the number of characters contained in the show command result is larger than the specified value (180 by default), the result will be treated as valid. oIf the number of characters contained in the show command result is less than or equal to the specified value (180 by default), the system will further check whether the returned result contains the specified keywords. If yes, it will be recognized as an invalid result, indicating that it is failed to execute the command. ▪Standard login process — input the command such as enable to enter the privileged mode as well as the command (such as terminal length 0) to stop the CLI paging. ▪Customized login script — configure a login script to access a device. See CLI login script for more details. |
The Config File tab is used to specify how the system retrieves and parses the configuration file. The system uses both SNMP and CLI commands to build configuration files. When discovering a device, the system will firstly use SNMP to retrieve its hostname, vendor, and model information, and then try to enter the non-privilege and privileged mode to obtain its full configurations file with the CLI commands. If the CLI commands works, then the contents obtained via SNMP will be overwritten. Therefore both of the methods are selected by default.
|
This Table tab is used to specify how the system retrieves and parses Route Table, MAC Table, ARP Table, NDP Table, and BGP Route Table. By default, the system retrieves these data tables by SNMP and you can also set to retrieve them by executing CLI commands. Take Route Table for example: ▪Retrieve route table by CLI command — select this check box to retrieve route table by issuing CLI commands. oUp to pages — specify the maximum routing table pages that the system can retrieve. The default value is 500. If the route table pages exceed the maximum value, the system will discard the exceeded pages. oCLI command for global route table — enter the CLI command to retrieve the global routing table, such as show ip route. oCLI command for VRF route table — enter the CLI command to retrieve the VRF route table, such as show ip route vrf $VrfName. Note: The $VrfName variable represents a vrf name. oParse CLI route table by script — enter script to retrieve and parser route table. ▪Build route entry by SNMP — select this check box to calculate live path and retrieve routing table entries via SNMP. oMIB-2 route default — use the route MIB files to retrieve the routing table. oMIB-2 forwarding MIB — use the forwarding MIB files to retrieve the routing table. oCustomized script — design a Python script to retrieve the route table. oBuild route table by SNMP (Up to lines) — select this check box to retrieve the entire route table via SNMP and specify the maximum lines of route entries to be retrieved from a device. |
See also: