|
|
This section describes SwitchProbe Systems implementation guidelines for monitoring WAN traffic using RMON RFC 1757. The agent uses the Ethernet MIB with some modifications to account for WAN-specific conditions, as shown in Table C-1.
| Ethernet MIB Counter | WAN | WAN Frame Relay | WAN Frame Relay (DLCI) |
|---|---|---|---|
| CRCAlignErrors | CRC Errors | CRCErrors | CRC Errors |
| Undersize | Aborts | Aborts | DLCI Down Time |
| Oversize | Pkts > 1518 | Pkts > 1518 | Pkts > 1518 |
| Fragments | N/A (not used) | Discard Eligible | Discard Eligible |
| Jabbers | N/A (not used) | BECN | BECN |
| Collisions | N/A (not used) | FECN | FECN |
| Pkts = 64 | <=64 | <=64 | <=64 |
The agent converts all WAN traffic to Ethernet traffic before processing and supports multiple WAN encapsulation techniques, including those of the most popularly used routers. The process is as follows:
Table C-2 describes Cisco's implementation guidelines for monitoring CDDI and FDDI traffic using RMON RFC 1757. The agent uses the Ethernet MIB without modification, except for "UnderSize," "Oversize," "Collisions," "Fragments," and "Jabbers," which are redefined slightly to account for FDDI-specific conditions.
| Ethernet MIB Variables | FDDI MIB Variables | Explanations |
|---|---|---|
| Fragments | SMT Pkts | Number of SMT packets |
| Collisions | Token Pkts | Number of Token packets |
| Oversize | Pkt > 1518 | Packets greater than 1518 bytes in length |
| Undersize | Pkt < 64 | Packet lengths less than 64 bytes |
| Jabbers | Not Used | Reserved |
In addition, the agent also monitors average Token Rotation Time (TRT) for FDDI and CDDI segments. TRT is the average time (in microseconds) it takes a token on the segment to complete a ring rotation. The agent calculates three separate TRTs based on the following:
The agent applies the following formula to calculate each TRT:
x / y = TRT
where x is the number of times the token completes a ring rotation during the interval (secs) specified for Segment Zoom, Short-Term History, or Long-term History.
where y is the interval (secs) specified for Segment Zoom, Short-Term History, or Long-term History.
However unlike Ethernet, FDDI is based on a ring topology similar to Token Ring. To implement the FDDI Ring Monitor application, the agent uses Token Ring RMON MIB (RFC 1513) groups as follows:
The agent does not use the remaining groups in the Token Ring MIB extensions.
| Token Ring MIB Variable Name | FDDI NIB Variable Name | Change |
|---|---|---|
| ringStationDuplicateAddresses | Node Class | Indicates FDDI node type:
0 : Station |
| ringStationInLineErrors | Mac Count | Gives a count of MACs within the node. |
| ringStationOutLineErrors | Non-Master Count | Indicates number of Non-Master ports in a concentrator-type FDDI node. Valid only if "Node Class" is 1 (Concentrator). |
| ringStationInternalErrors | Master Count | Indicates number of Master ports in a concentrator-type FDDI node. Valid only if "Node Class" is 1 (Concentrator). |
| ringStationInBurstErrors | StationState | Bit-encoded variable that indicates state of the FDDI node. The following bits are used:
Bit 0=1, station state is "Wrap" Bit 1=1, station state is "Attached-Concentrator". Valid only if "Node Class" is 1. Bit 2=1, station state is "Twisted-ring AA" Bit 3=1, station state is "Twisted-ring BB" Bit 4=1, station state is "Rooted-Station" Note: Bit 0 is the Least Significant Bit. |
| ringStationOutBurstErrors | DuplicateAddressTest | Indicates status of Duplicate Address test the FDDI Node's SMT performs.
0 indicates node passed the Duplicate Address test. 1 or 2 indicates node failed the Duplicate Address test. |
| MIB Variable Name | Change |
|---|---|
| ringStationACEErrors | Unused |
| ringStationLostFrameErrors | Unused |
| ringStationCongestionErrors | Unused |
| ringStationFrameCopiedErrors | Unused |
| ringStationFrequencyErrors | Unused |
| ringStationTokenErrors | Unused |
| ringStationInBeaconErrors | Unused |
| ringStationTokenOutBeaconErrors | Unused |
|
|