All MIBs › RC-DIAG-MIB
Organization: Bay Networks, Rapid-City Group
Last Updated: 2005-10-12
Category: Diagnostics and Testing, Nortel Enterprise Data
Description:
Provides diagnostic test management including loopback and self-test operations on Bay Networks Rapid-City series switches.
Imported Objects
From IF-MIB
| InterfaceIndex |
From RAPID-CITY
| EnableValue | |
| rcDiag | OBJECT-IDENTITY |
| rcMirror | OBJECT-IDENTITY |
From SNMPv2-SMI
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE |
From SNMPv2-TC
| DisplayString | |
| MacAddress | |
| RowStatus | |
| TruthValue |
What Is RC-DIAG-MIB?
RC-DIAG-MIB is a Nortel/Bay Networks enterprise MIB for the Rapid-City/Accelar switch product family, providing diagnostic and troubleshooting facilities including port mirroring and packet capture. It exposes objects to configure port-based traffic mirroring (mirrored and mirroring port assignments) and to trigger/inspect packet capture (pcap) and other diagnostic test types on the switch. Its monitoring value lies in verifying and troubleshooting hardware-level traffic-forwarding behavior -- confirming mirroring configuration is active as intended and using diagnostic test results to isolate a faulty port or forwarding path -- rather than reporting general environmental metrics. As an Accelar-family enterprise MIB it has no strong dependency on external standards MIBs beyond standard SNMP conventions, though it complements the RC-PORT-MIB's port objects. It is used in enterprise/campus network deployments running Nortel Accelar/Ethernet Routing Switch hardware where network engineers need to mirror traffic to an analyzer or run built-in diagnostics to isolate a hardware fault. Engineers can download the RC-DIAG-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in RC-DIAG-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- port mirroring configuration
- mirrored/mirroring port assignments
- on-box packet capture (pcap)
- port diagnostic test results
Supported Devices
- Nortel/Bay Networks Rapid-City Accelar switch
Monitoring Examples
A network engineer troubleshooting a suspected bad port would configure rcMirrorByPortEnable along with rcMirrorByPortMirrorPort, rcMirrorByPortMirroredPortOne, and rcMirrorByPortMirroredPortTwo (or the corresponding rcDiagMirrorByPortTable/Entry) to mirror traffic from a suspect port to an analyzer port for inspection. rcDiagPcap can be used to initiate an on-box packet capture for deeper analysis, and rcTestTypes together with rcMirrorSaveConfig lets the engineer select and persist the diagnostic test configuration. This is a configuration/diagnostics-triggering MIB rather than a continuous polling target.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| T/F rcMirrorSaveConfig | 1.3.6.1.4.1.2272.1.5.1 | TruthValue | read-write | Control whether Mirror configuration information should be saved to NVRAM so mirror settings can be automatically reinstalled after a system reboot. Setting rcMirrorSaveConfig to true does not immediately save the configuration information. The save happens when the rcSysAction variable is set to 'saveToNVRAM(4)'. |
| rcMirrorByPort | 1.3.6.1.4.1.2272.1.5.2 | |||
| T/F rcMirrorByPortEnable | 1.3.6.1.4.1.2272.1.5.2.1 | TruthValue | read-write | Used to indicate whether the mirror by port feature is active. The system can only support mirroring on two ports. When this feature is active, all packets received on the port(s) specified by rcMirrorSrcPortOne and/or rcMirrorSrcPortTwo are copied to rcMirrorDstPort. The mirroring operation is non-intrusive. |
| NUM rcMirrorByPortMirrorPort | 1.3.6.1.4.1.2272.1.5.2.2 | InterfaceIndex | read-write | The ifIndex of the port to forward mirrored frames to. |
| T/F rcMirrorByPortEnableMirroredPortOne | 1.3.6.1.4.1.2272.1.5.2.3 | TruthValue | read-write | Used to indicate whether the port specified in rcMirrorByPortMirroredPortOne should be mirrored. |
| NUM rcMirrorByPortMirroredPortOne | 1.3.6.1.4.1.2272.1.5.2.4 | InterfaceIndex | read-write | The ifIndex of the port to be mirrored. That is, traffic received on this port will be sent to the mirror port. |
| T/F rcMirrorByPortEnableMirroredPortTwo | 1.3.6.1.4.1.2272.1.5.2.5 | TruthValue | read-write | Used to indicate whether the port specified in rcMirrorByPortMirroredPortTwo should be mirrored. |
| NUM rcMirrorByPortMirroredPortTwo | 1.3.6.1.4.1.2272.1.5.2.6 | InterfaceIndex | read-write | The ifIndex of the port to be mirrored. That is, traffic received on this port will be sent to the mirror port. |
| rcDiagMib | 1.3.6.1.4.1.2272.1.23.0 | Enterprise MIB for the Accelar product family. | ||
| rcDiagMirrorByPortTable | 1.3.6.1.4.1.2272.1.23.1 | not-accessible | This table is used to configure the Mirror By Port feature. This feature allows the device to forward a copy of each packet seen on a particular port to a different port. | |
| rcDiagMirrorByPortEntry | 1.3.6.1.4.1.2272.1.23.1.1 | not-accessible | Entry containing mirror by port information. | |
| INT rcDiagMirrorByPortId | 1.3.6.1.4.1.2272.1.23.1.1.1 | INTEGER | read-only | Entry id. |
| NUM rcDiagMirrorByPortMirroredPort | 1.3.6.1.4.1.2272.1.23.1.1.2 | InterfaceIndex | read-write | Used to configure the 'mirrored' port. The port where packets are copied from. |
| NUM rcDiagMirrorByPortMirroringPort | 1.3.6.1.4.1.2272.1.23.1.1.3 | InterfaceIndex | read-write | Used to configure the 'mirroring' port. The port where packets are copied to. |
| INT rcDiagMirrorByPortMode | 1.3.6.1.4.1.2272.1.23.1.1.4 | INTEGER | read-write | Used to configure the 'mode' of the mirror operation. 'tx' means packets being transmitted on the 'mirrored' port will be copied. 'rx' means packets received on the 'mirrored' port will be copied. 'both' means all traffic on the 'mirrored' port will be copied. 'rxFilter' means packets received on the 'mirrored' port is copied only if it macthes filter criteria. 'txFilter' means packets being transmitted on the 'mirrorred' port is copied only if it matches filter criteria. 'bothFilter' means both ingress and egress traffic will be copied if it matches either ingress or egress filter on the 'mirrored' port. |
| T/F rcDiagMirrorByPortEnable | 1.3.6.1.4.1.2272.1.23.1.1.5 | TruthValue | read-write | Used to enable/disable this entry. |
| ROW rcDiagMirrorByPortRowStatus | 1.3.6.1.4.1.2272.1.23.1.1.6 | RowStatus | read-write | Row status of this entry. |
| I32 rcDiagMirrorByPortOctapidId | 1.3.6.1.4.1.2272.1.23.1.1.7 | Integer32 | read-only | Octapid Id for a port. |
| I32 rcDiagMirrorByPortPid | 1.3.6.1.4.1.2272.1.23.1.1.8 | Integer32 | read-only | Pid for a port. |
| INT rcDiagMirrorRemoteMirrorVlanId | 1.3.6.1.4.1.2272.1.23.1.1.9 | INTEGER | read-write | vlan-id to which mirrored packets needs to be send for remote mirroring. If set, this vlan id is used in mirror tag of the remote mirrored packet |
| rcDiagPortConvSteeringTable | 1.3.6.1.4.1.2272.1.23.2 | not-accessible | Diag Port Conv Steering Table | |
| rcDiagPortConvSteeringEntry | 1.3.6.1.4.1.2272.1.23.2.1 | not-accessible | Entry containing infomation of Diag Port Conv Steering. | |
| I32 rcDiagPortConvSteeringId | 1.3.6.1.4.1.2272.1.23.2.1.1 | Integer32 | read-only | Entry id. |
| I32 rcDiagPortConvSteeringPortOne | 1.3.6.1.4.1.2272.1.23.2.1.2 | Integer32 | read-write | IfIndex for port one |
| I32 rcDiagPortConvSteeringPortTwo | 1.3.6.1.4.1.2272.1.23.2.1.3 | Integer32 | read-write | IfIndex for port two |
| INT rcDiagPortConvSteeringMode | 1.3.6.1.4.1.2272.1.23.2.1.4 | INTEGER | read-write | Used to specify the traffic flow that should be captured between ports one and two. |
| I32 rcDiagPortConvSteeringForwardPort | 1.3.6.1.4.1.2272.1.23.2.1.5 | Integer32 | read-write | IfIndex of the port where captured traffic should be forwarded to. |
| T/F rcDiagPortConvSteeringEnable | 1.3.6.1.4.1.2272.1.23.2.1.6 | TruthValue | read-write | Enable this entry. |
| ROW rcDiagPortConvSteeringRowStatus | 1.3.6.1.4.1.2272.1.23.2.1.7 | RowStatus | read-write | Used to create/delete entries in the rcDiagMirrorByPortTable. |
| rcDiagMacConvSteeringTable | 1.3.6.1.4.1.2272.1.23.3 | not-accessible | Diag Mac Conv Steering Table | |
| rcDiagMacConvSteeringEntry | 1.3.6.1.4.1.2272.1.23.3.1 | not-accessible | Entry containing infomation of Diag Mac Conv Steering. | |
| I32 rcDiagMacConvSteeringId | 1.3.6.1.4.1.2272.1.23.3.1.1 | Integer32 | read-only | Entry id. |
| MAC rcDiagMacConvSteeringSrcMac | 1.3.6.1.4.1.2272.1.23.3.1.2 | MacAddress | read-write | Source MAC address |
| MAC rcDiagMacConvSteeringDstMac | 1.3.6.1.4.1.2272.1.23.3.1.3 | MacAddress | read-write | Destination MAC address |
| I32 rcDiagMacConvSteeringInPort | 1.3.6.1.4.1.2272.1.23.3.1.4 | Integer32 | read-write | IfIndex of ingress port. |
| I32 rcDiagMacConvSteeringForwardPort | 1.3.6.1.4.1.2272.1.23.3.1.5 | Integer32 | read-write | IfIndex of the port where captured traffic should be forwarded to. |
| T/F rcDiagMacConvSteeringEnable | 1.3.6.1.4.1.2272.1.23.3.1.6 | TruthValue | read-write | Enable this entry. |
| ROW rcDiagMacConvSteeringRowStatus | 1.3.6.1.4.1.2272.1.23.3.1.7 | RowStatus | read-write | Used to create/delete entries in the rcDiagMirrorByPortTable. |
| rcDiagVctTable | 1.3.6.1.4.1.2272.1.23.4 | not-accessible | Diag Vct Table | |
| rcDiagVctEntry | 1.3.6.1.4.1.2272.1.23.4.1 | not-accessible | Entry containing cable infomation and test result. | |
| NUM rcDiagVctIfIndex | 1.3.6.1.4.1.2272.1.23.4.1.1 | InterfaceIndex | read-only | Port IfIndex. |
| INT rcDiagVctNormalCableLength | 1.3.6.1.4.1.2272.1.23.4.1.2 | INTEGER | read-only | Cable length, this indicates a range in which the actual length falls. |
| INT rcDiagVctPhyType | 1.3.6.1.4.1.2272.1.23.4.1.3 | INTEGER | read-only | Phy type, 100MHz throught 1 GHz, or broadcom phy. |
| INT rcDiagVctCableStatus | 1.3.6.1.4.1.2272.1.23.4.1.4 | INTEGER | read-only | Status of the cable as a whole. The status of a cable is in a sense, a summation of the status of its pairs. If all the pairs are normal, then the cable is normal. If the cable consists of zero or more normal pairs and one or more open pairs, then the cable is considered open. If it consists of shorted pairs and normal pairs, then the cable is considered shorted. Any combination of open and shorted pairs is considered simply FAILED. |
| INT rcDiagVctPair1Status | 1.3.6.1.4.1.2272.1.23.4.1.5 | INTEGER | read-only | The status of a single pair in the cable |
| INT rcDiagVctPair1ErrLength | 1.3.6.1.4.1.2272.1.23.4.1.6 | INTEGER | read-only | Error Pair Length, in meters, measured by Time Domain Reflectometry. |
| INT rcDiagVctPair2Status | 1.3.6.1.4.1.2272.1.23.4.1.7 | INTEGER | read-only | The status of a single pair in the cable |
| INT rcDiagVctPair2ErrLength | 1.3.6.1.4.1.2272.1.23.4.1.8 | INTEGER | read-only | Error Pair Length, in meters, measured by Time Domain Reflectometry. |
| INT rcDiagVctPair3Status | 1.3.6.1.4.1.2272.1.23.4.1.9 | INTEGER | read-only | The status of a single pair in the cable |
| INT rcDiagVctPair3ErrLength | 1.3.6.1.4.1.2272.1.23.4.1.10 | INTEGER | read-only | Error Pair Length, in meters, measured by Time Domain Reflectometry. |
| INT rcDiagVctPair4Status | 1.3.6.1.4.1.2272.1.23.4.1.11 | INTEGER | read-only | The status of a single pair in the cable |
| INT rcDiagVctPair4ErrLength | 1.3.6.1.4.1.2272.1.23.4.1.12 | INTEGER | read-only | Error Pair Length, in meters, measured by Time Domain Reflectometry. |
| T/F rcDiagVctStartTest | 1.3.6.1.4.1.2272.1.23.4.1.13 | TruthValue | read-write | Start VCT test, Set this object to TRUE to perform a VCT test on the current port. A get on this object produces an undefines value. |
| T/F rcDiagVctTestDone | 1.3.6.1.4.1.2272.1.23.4.1.14 | TruthValue | read-only | When a VCT test is started setting rcDiagVctStartTest, this object is immediately set to FALSE by the switch software. It remain FALSE until the test is completed, when it is set to TRUE. When this object is TRUE, then the management station can immediately perform a GET on the test result for this port. |
| INT rcDiagVctCableCategory | 1.3.6.1.4.1.2272.1.23.4.1.15 | INTEGER | read-only | Cable type: CAT3 or CAT5. |
| I32 rcDiagVctCableLength | 1.3.6.1.4.1.2272.1.23.4.1.16 | Integer32 | read-only | Length of cable in meters based on average electrical length of 4 pairs. Measurement can be done when traffic is live or not. |
| INT rcDiagVctPair1Polarity | 1.3.6.1.4.1.2272.1.23.4.1.17 | INTEGER | read-only | The polarity of a single pair in the cable. |
| INT rcDiagVctPair1Swap | 1.3.6.1.4.1.2272.1.23.4.1.18 | INTEGER | read-only | The pair swap in the cable. |
| I32 rcDiagVctPair1Skew | 1.3.6.1.4.1.2272.1.23.4.1.19 | Integer32 | read-only | Differential cable pair length in meters. Skew measurement can only be performed when cable gigabit link is up regardless of traffic activity. A value of -1 means an error occured when trying to get the length. |
| INT rcDiagVctPair2Polarity | 1.3.6.1.4.1.2272.1.23.4.1.20 | INTEGER | read-only | The polarity of a single pair in the cable. |
| INT rcDiagVctPair2Swap | 1.3.6.1.4.1.2272.1.23.4.1.21 | INTEGER | read-only | The pair swap in the cable. |
| I32 rcDiagVctPair2Skew | 1.3.6.1.4.1.2272.1.23.4.1.22 | Integer32 | read-only | Differential cable pair length in meters. Skew measurement can only be performed when cable gigabit link is up regardless of traffic activity. A value of -1 means an error occured when trying to get the length. |
| INT rcDiagVctPair3Polarity | 1.3.6.1.4.1.2272.1.23.4.1.23 | INTEGER | read-only | The polarity of a single pair in the cable. |
| INT rcDiagVctPair3Swap | 1.3.6.1.4.1.2272.1.23.4.1.24 | INTEGER | read-only | The pair swap in the cable. |
| I32 rcDiagVctPair3Skew | 1.3.6.1.4.1.2272.1.23.4.1.25 | Integer32 | read-only | Differential cable pair length in meters. Skew measurement can only be performed when cable gigabit link is up regardless of traffic activity. A value of -1 means an error occured when trying to get the length. |
| INT rcDiagVctPair4Polarity | 1.3.6.1.4.1.2272.1.23.4.1.26 | INTEGER | read-only | The polarity of a single pair in the cable. |
| INT rcDiagVctPair4Swap | 1.3.6.1.4.1.2272.1.23.4.1.27 | INTEGER | read-only | The pair swap in the cable. |
| I32 rcDiagVctPair4Skew | 1.3.6.1.4.1.2272.1.23.4.1.28 | Integer32 | read-only | Differential cable pair length in meters. Skew measurement can only be performed when cable gigabit link is up regardless of traffic activity. A value of -1 means an error occured when trying to get the length. |
| T/F rcDiagSaveConfig | 1.3.6.1.4.1.2272.1.23.10 | TruthValue | read-write | Used to configure whether the various mirror feature settings should be saved and restored across system reboot. |
| I32 rcDiagMirrorByPortTblSize | 1.3.6.1.4.1.2272.1.23.11 | Integer32 | read-only | Used to indicate table size. |
| I32 rcDiagPortConvSteeringTblSize | 1.3.6.1.4.1.2272.1.23.12 | Integer32 | read-only | Used to indicate table size. |
| I32 rcDiagMacConvSteeringTblSize | 1.3.6.1.4.1.2272.1.23.13 | Integer32 | read-only | Used to indicate table size. |
| T/F rcDiagDiagnosticsEnable | 1.3.6.1.4.1.2272.1.23.14 | TruthValue | read-write | Used to enable/disable the mirroring feature for the entire device. This setting overrides any setting in the various mirroring tables. |
| rcDiagPcap | 1.3.6.1.4.1.2272.1.23.15 | |||
| T/F rcDiagPcapEnable | 1.3.6.1.4.1.2272.1.23.15.1 | TruthValue | read-write | To enable pcap in secondary CPU |
| T/F rcDiagPcapBufferWrap | 1.3.6.1.4.1.2272.1.23.15.2 | TruthValue | read-write | To enable buffer wrap-around when buffer is full. If set, pcap will continue to capture pkts, otherwise stops pkt storing |
| T/F rcDiagPcapPcmciaWrap | 1.3.6.1.4.1.2272.1.23.15.3 | TruthValue | read-write | To wrap around the PCMCIA when saving data in PCMCIA |
| INT rcDiagPcapFrameSize | 1.3.6.1.4.1.2272.1.23.15.4 | INTEGER | read-write | Number of bytes of pkts needs to be stored |
| INT rcDiagPcapBufferSize | 1.3.6.1.4.1.2272.1.23.15.5 | INTEGER | read-write | memory to be allocated for capturing the pkt |
| T/F rcDiagPcapAutoSave | 1.3.6.1.4.1.2272.1.23.15.6 | TruthValue | read-write | To save data automatically when buffer is full |
| STR rcDiagPcapAutoSaveFileName | 1.3.6.1.4.1.2272.1.23.15.7 | DisplayString | read-write | Name of the file in which the pkt is to be stored |
| INT rcDiagPcapAutoSaveDevice | 1.3.6.1.4.1.2272.1.23.15.8 | INTEGER | read-write | Where to store the captured pkts. If the option is network, the user need to enter an IP address also |
| IP rcDiagPcapAutoSaveNetworkIpAddress | 1.3.6.1.4.1.2272.1.23.15.9 | IpAddress | read-write | ip address of the remote host where the data needs to be stored. This field is valid only if the device is network |
| I32 rcDiagPcapFilterTableSize | 1.3.6.1.4.1.2272.1.23.15.10 | Integer32 | read-only | Used to indicate the number of entries in the Filter table |
| rcDiagPcapFilterTable | 1.3.6.1.4.1.2272.1.23.15.11 | not-accessible | A table used to store pcap secondary filters | |
| rcDiagPcapFilterEntry | 1.3.6.1.4.1.2272.1.23.15.11.1 | not-accessible | Pcap secondary filter desc | |
| INT rcDiagPcapFilterId | 1.3.6.1.4.1.2272.1.23.15.11.1.1 | INTEGER | read-only | Unique ID that represents the filter |
| ENA rcDiagPcapFilterEnable | 1.3.6.1.4.1.2272.1.23.15.11.1.2 | EnableValue | read-write | Filter is enabled or not |
| INT rcDiagPcapFilterAction | 1.3.6.1.4.1.2272.1.23.15.11.1.3 | INTEGER | read-write | Action to be takesn when policy is matched |
| MAC rcDiagPcapFilterSrcMac | 1.3.6.1.4.1.2272.1.23.15.11.1.4 | MacAddress | read-write | Soruce mac address to match |
| INT rcDiagPcapFilterSrcMask | 1.3.6.1.4.1.2272.1.23.15.11.1.5 | INTEGER | read-write | Soruce mac address mask. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseSrcMac | 1.3.6.1.4.1.2272.1.23.15.11.1.6 | TruthValue | read-write | Soruce mac address Inverse. when set the mac addresses otherthan specified is matched |
| MAC rcDiagPcapFilterDstMac | 1.3.6.1.4.1.2272.1.23.15.11.1.7 | MacAddress | read-write | Destination mac address |
| INT rcDiagPcapFilterDstMask | 1.3.6.1.4.1.2272.1.23.15.11.1.8 | INTEGER | read-write | Destination mac address mask. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseDstMac | 1.3.6.1.4.1.2272.1.23.15.11.1.9 | TruthValue | read-write | Destination mac address Inverse. when set the mac addresses otherthan specified is matched |
| INT rcDiagPcapFilterVlanId | 1.3.6.1.4.1.2272.1.23.15.11.1.10 | INTEGER | read-write | Vlan-id of the packet to be matched |
| INT rcDiagPcapFilterToVlanId | 1.3.6.1.4.1.2272.1.23.15.11.1.11 | INTEGER | read-write | To Vlan-id. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseVlanId | 1.3.6.1.4.1.2272.1.23.15.11.1.12 | TruthValue | read-write | Vlan-Id Inverse. when set the Vlan-Id otherthan specified range is matched |
| INT rcDiagPcapFilterPbit | 1.3.6.1.4.1.2272.1.23.15.11.1.13 | INTEGER | read-write | pBit of the packet to be matched |
| INT rcDiagPcapFilterToPbit | 1.3.6.1.4.1.2272.1.23.15.11.1.14 | INTEGER | read-write | To pBit. Used to specify a range |
| T/F rcDiagPcapFilterIsInversePbit | 1.3.6.1.4.1.2272.1.23.15.11.1.15 | TruthValue | read-write | pBit Inverse. when set the pBit otherthan specified range is matched |
| INT rcDiagPcapFilterEtherType | 1.3.6.1.4.1.2272.1.23.15.11.1.16 | INTEGER | read-write | EtherType of the packet to be matched |
| INT rcDiagPcapFilterToEtherType | 1.3.6.1.4.1.2272.1.23.15.11.1.17 | INTEGER | read-write | To EtherType. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseEtherType | 1.3.6.1.4.1.2272.1.23.15.11.1.18 | TruthValue | read-write | EtherType Inverse. when set the EtherType otherthan specified range is matched |
| INT rcDiagPcapFilterProtocolType | 1.3.6.1.4.1.2272.1.23.15.11.1.19 | INTEGER | read-write | ProtocolType of the packet to be matched |
| INT rcDiagPcapFilterToProtocolType | 1.3.6.1.4.1.2272.1.23.15.11.1.20 | INTEGER | read-write | To ProtocolType. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseProtocolType | 1.3.6.1.4.1.2272.1.23.15.11.1.21 | TruthValue | read-write | ProtocolType Inverse. when set the ProtocolType otherthan specified range is matched |
| IP rcDiagPcapFilterSrcIp | 1.3.6.1.4.1.2272.1.23.15.11.1.22 | IpAddress | read-write | Source IP address of the packet to be matched |
| IP rcDiagPcapFilterToSrcIp | 1.3.6.1.4.1.2272.1.23.15.11.1.23 | IpAddress | read-write | To Source IP address. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseSrcIp | 1.3.6.1.4.1.2272.1.23.15.11.1.24 | TruthValue | read-write | Source IP address Inverse. when set the source IP otherthan specified range is matched |
| IP rcDiagPcapFilterDstIp | 1.3.6.1.4.1.2272.1.23.15.11.1.25 | IpAddress | read-write | Destination IP address of the packet to be matched |
| IP rcDiagPcapFilterToDstIp | 1.3.6.1.4.1.2272.1.23.15.11.1.26 | IpAddress | read-write | To Destination IP address. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseDstIp | 1.3.6.1.4.1.2272.1.23.15.11.1.27 | TruthValue | read-write | Destination IP address Inverse. when set the Destination IP other than specified is range matched |
| INT rcDiagPcapFilterDscp | 1.3.6.1.4.1.2272.1.23.15.11.1.28 | INTEGER | read-write | DSCP value of the packet to be matched |
| INT rcDiagPcapFilterToDscp | 1.3.6.1.4.1.2272.1.23.15.11.1.29 | INTEGER | read-write | To DSCP. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseDscp | 1.3.6.1.4.1.2272.1.23.15.11.1.30 | TruthValue | read-write | DSCP Inverse. when set the DSCP otherthan specified range is matched |
| ROW rcDiagPcapFilterRowStatus | 1.3.6.1.4.1.2272.1.23.15.11.1.31 | RowStatus | read-write | Row Status |
| T/F rcDiagPcapFilterDscpMatchZero | 1.3.6.1.4.1.2272.1.23.15.11.1.32 | TruthValue | read-write | When this value is set to true, then 0 value of Pbit is not taken as disable value. The user will be allowed to capture packets with Pbit value of 0 also. Be default it would be set to FALSE |
| T/F rcDiagPcapFilterPbitMatchZero | 1.3.6.1.4.1.2272.1.23.15.11.1.33 | TruthValue | read-write | When this value is set to true, then 0 value of Pbit is not taken as disable value. The user will be allowed to capture packets with Pbit value of 0 also. Be default it would be set to FALSE |
| I32 rcDiagPcapAdvancedFilterTableSize | 1.3.6.1.4.1.2272.1.23.15.12 | Integer32 | read-only | Used to indicate the number of entries in the Filter table advanced parameter |
| rcDiagPcapAdvancedFilterTable | 1.3.6.1.4.1.2272.1.23.15.13 | not-accessible | A table used to store pcap secondary filters | |
| rcDiagPcapAdvancedFilterEntry | 1.3.6.1.4.1.2272.1.23.15.13.1 | not-accessible | Pcap secondary Advanced filter desc | |
| INT rcDiagPcapAdvancedFilterId | 1.3.6.1.4.1.2272.1.23.15.13.1.1 | INTEGER | read-only | Unique ID that represents the filter |
| INT rcDiagPcapAdvancedFilterUdpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.2 | INTEGER | read-write | UdpPort of the packet to be matched |
| INT rcDiagPcapAdvancedFilterToUdpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.3 | INTEGER | read-write | To UdpPort. Used to specify a range |
| T/F rcDiagPcapAdvancedFilterIsInverseUdpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.4 | TruthValue | read-write | UdpPort Inverse. when set the UdpPort otherthan specified range is matched |
| INT rcDiagPcapAdvancedFilterTcpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.5 | INTEGER | read-write | TcpPort of the packet to be matched |
| INT rcDiagPcapAdvancedFilterToTcpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.6 | INTEGER | read-write | To TcpPort. Used to specify a range |
| T/F rcDiagPcapAdvancedFilterIsInverseTcpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.7 | TruthValue | read-write | TcpPort Inverse. when set the TcpPort otherthan specified range is matched |
| STR rcDiagPcapAdvancedFilterUserDefinedData | 1.3.6.1.4.1.2272.1.23.15.13.1.8 | DisplayString | read-write | User defined data to match with the packets received |
| INT rcDiagPcapAdvancedFilterUserDefinedDataSize | 1.3.6.1.4.1.2272.1.23.15.13.1.9 | INTEGER | read-write | Length of user defined data |
| INT rcDiagPcapAdvancedFilterUserDefinedOffset | 1.3.6.1.4.1.2272.1.23.15.13.1.10 | INTEGER | read-write | Offset from which match has to start |
| T/F rcDiagPcapAdvancedFilterIsInverseUserDefined | 1.3.6.1.4.1.2272.1.23.15.13.1.11 | TruthValue | read-write | TcpPort Inverse. when set the Userdata otherthan specified is matched |
| INT rcDiagPcapAdvancedFilterTimer | 1.3.6.1.4.1.2272.1.23.15.13.1.12 | INTEGER | read-write | Timer to start the pcap capture window in ms |
| INT rcDiagPcapAdvancedFilterPacketCount | 1.3.6.1.4.1.2272.1.23.15.13.1.13 | INTEGER | read-write | Number of packets to be captured before disabling pcap |
| INT rcDiagPcapAdvancedFilterRefreshTimer | 1.3.6.1.4.1.2272.1.23.15.13.1.14 | INTEGER | read-write | Refresh timer in ms |
| ROW rcDiagPcapAdvancedFilterRowStatus | 1.3.6.1.4.1.2272.1.23.15.13.1.15 | RowStatus | read-write | RowStatus |
| STR rcDiagPcapCopyFileName | 1.3.6.1.4.1.2272.1.23.15.14 | DisplayString | read-write | Used to indicate the file name. When set, the PCAP data from PCAP engine RAM is stored into this file in PCAP engine |
| INT rcDiagPcapResetStat | 1.3.6.1.4.1.2272.1.23.15.15 | INTEGER | read-write | To Reset PCAP statistics |
| STR rcDiagPcapStatPacketCapacityCount | 1.3.6.1.4.1.2272.1.23.15.16 | DisplayString | read-only | Packet Capacity Count |
| STR rcDiagPcapStatNumberOfPacketsReceived | 1.3.6.1.4.1.2272.1.23.15.17 | DisplayString | read-only | Number of packets received in PCAP engine |
| STR rcDiagPcapStatNumberOfPacketsAccumulated | 1.3.6.1.4.1.2272.1.23.15.18 | DisplayString | read-only | Number of packets captured in PCAP engine |
| STR rcDiagPcapStatNumberOfPacketsDroppedInPcapEngine | 1.3.6.1.4.1.2272.1.23.15.19 | DisplayString | read-only | Number of packets dropped in PCAP engine by filters |
| STR rcDiagPcapStatNumberOfPacketsDroppedInHardware | 1.3.6.1.4.1.2272.1.23.15.20 | DisplayString | read-only | Number of packets dropped in Hardware |
| T/F rcDiagPcapDataValid | 1.3.6.1.4.1.2272.1.23.15.21 | TruthValue | read-only | A true/false value that indicate the return data whether is valid. |
| INT rcDiagPcapEtherTypeForSvlanLevel | 1.3.6.1.4.1.2272.1.23.15.22 | INTEGER | read-write | EtherType of svlan level. |
RFC description
Diagnostics MIB module used to configure and execute diagnostic tests on network devices, particularly for cable modem and network interface testing and fault identification.
Start monitoring Nortel/Bay Networks Rapid-City Accelar switch (port mirroring/packet-capture diagnostics) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.