This page describes the device driver and the device window for Cisco routers. The driver works with Cisco 2500, 3640, 7513 routers. It provides some status/statistics polling via the console interface of the router. The driver reads the interface list and the BGP neighbor list at the router's console port, extracts some information from these lists and shows them to the operator as formatted tables. Polling is repeated as fast as the router replies.
Device window pages
The following table shows which device window pages are available with this individual device type. Tool-bar functions not mentioned here are described at the general description of device windows .
--- Displays the list of interfaces installed at the router. For each interface it's state and some statistics is displayed. The device driver resets the error counters every 10 minutes to make the numbers comparable.
--- Displays the BGP neighbour list for the router.
--- This window provides an enlarged version of the low level command interface. The command/reply fields are the same as at the maintenance page, however the enlarged size makes it more comfortable to operate the router at it's console command line.
--- The faults page.
--- The device info page.
--- The maintenance page. The configuration parameters described below are set at this page.Configuration parameters
These are the driver configuration parameters of the Cisco-Router driver:
| parameter | description |
|---|---|
| address | There is no device address used with this device driver. Leave this field empty. |
| crcThreshold | The threshold value for CRC faults. The driver raises a 'General' fault if at least one interface reports more CRC faults in 10 minutes than this value. |
| ifcResetThreshold | The threshold value for interface resets. The driver raises a 'General' fault if at least one interface reports more interfaces resets in 10 minutes than this value. |
| carrierTransThreshold | The threshold value for carrier transitions. The driver raises a 'General' fault if at least one interface reports more carrier transitions in 10 minutes than this value. |
| Serial | Remember to set the line parameters for the serial interface connected to the router. The router expects a line setting of 9600,N,8,1 . |
Hint for scrolling displays
The interface list and BGP list displays have been reported to appear with missing or wrong scaled scroll bars on some computers. Resizing the device window a small amount (drag the lower right corner with the mouse) remedies this flaw.
Event logging
Although the driver provides only one common fault flag for all interfaces, it monitors the up/down states and the threshold comparisons for each interface in particular. If the driver recognizes a change of one of these states, it sends a message to the event log. By this messages, you may evaluate at which time an interface of the router was OK or not. As this information is based on cyclic polling, it may happen that short time drop outs are not listed in the log.
Fault recognition
The driver summarizes the monitored interface states and generates one common fault flag from this. The 'General' fault flag is set if at least one interface
Low level commanding
The router device driver provides an extended low level command interface. At the
page you may enter commands for testing (e.g. ping or traceroute) or you may log in to change the router's configuration at the console prompt. When using this feature, you should consider the following:
Variables defined by this device driver
| name | type | flags | range |
|---|---|---|---|
| info.driver | TEXT | R/O | StringRange R/O |
| info.type | TEXT | R/O | StringRange R/O |
| info.frame | TEXT | R/O | StringRange R/O |
| info.routerName | TEXT | R/O | StringRange R/O |
| config.crcThreshold | INTEGER | SAVE SETUP | IntegerRange (0 .. 0) |
| config.ifcResetThreshold | INTEGER | SAVE SETUP | IntegerRange (0 .. 0) |
| config.carrierTransThreshold | INTEGER | SAVE SETUP | IntegerRange (0 .. 0) |
| interfaces | TEXT | R/O | StringRange R/O |
| bgp | TEXT | R/O | StringRange R/O |
| lowLevel.cmd | TEXT | StringRange | |
| lowLevel.reply | TEXT | R/O | StringRange R/O |
| faults.99 | ALARM | R/O | AlarmFlagRange R/O (Communication) |
| faults.commstat | TEXT | R/O | StringRange R/O |
| faults.01 | ALARM | R/O | AlarmFlagRange R/O (General) |