RC-DIAG-MIB

MIB Reference — IPNetwork Monitor

All MIBsRC-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
rcDiagOBJECT-IDENTITY
rcMirrorOBJECT-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 symbolicOID numericTypeAccessDescription
T/F rcMirrorSaveConfig1.3.6.1.4.1.2272.1.5.1TruthValueread-writeControl 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)'.
rcMirrorByPort1.3.6.1.4.1.2272.1.5.2
T/F rcMirrorByPortEnable1.3.6.1.4.1.2272.1.5.2.1TruthValueread-writeUsed 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 rcMirrorByPortMirrorPort1.3.6.1.4.1.2272.1.5.2.2InterfaceIndexread-writeThe ifIndex of the port to forward mirrored frames to.
T/F rcMirrorByPortEnableMirroredPortOne1.3.6.1.4.1.2272.1.5.2.3TruthValueread-writeUsed to indicate whether the port specified in rcMirrorByPortMirroredPortOne should be mirrored.
NUM rcMirrorByPortMirroredPortOne1.3.6.1.4.1.2272.1.5.2.4InterfaceIndexread-writeThe ifIndex of the port to be mirrored. That is, traffic received on this port will be sent to the mirror port.
T/F rcMirrorByPortEnableMirroredPortTwo1.3.6.1.4.1.2272.1.5.2.5TruthValueread-writeUsed to indicate whether the port specified in rcMirrorByPortMirroredPortTwo should be mirrored.
NUM rcMirrorByPortMirroredPortTwo1.3.6.1.4.1.2272.1.5.2.6InterfaceIndexread-writeThe ifIndex of the port to be mirrored. That is, traffic received on this port will be sent to the mirror port.
rcDiagMib1.3.6.1.4.1.2272.1.23.0Enterprise MIB for the Accelar product family.
rcDiagMirrorByPortTable1.3.6.1.4.1.2272.1.23.1not-accessibleThis 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.
rcDiagMirrorByPortEntry1.3.6.1.4.1.2272.1.23.1.1not-accessibleEntry containing mirror by port information.
INT rcDiagMirrorByPortId1.3.6.1.4.1.2272.1.23.1.1.1INTEGERread-onlyEntry id.
NUM rcDiagMirrorByPortMirroredPort1.3.6.1.4.1.2272.1.23.1.1.2InterfaceIndexread-writeUsed to configure the 'mirrored' port. The port where packets are copied from.
NUM rcDiagMirrorByPortMirroringPort1.3.6.1.4.1.2272.1.23.1.1.3InterfaceIndexread-writeUsed to configure the 'mirroring' port. The port where packets are copied to.
INT rcDiagMirrorByPortMode1.3.6.1.4.1.2272.1.23.1.1.4INTEGERread-writeUsed 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 rcDiagMirrorByPortEnable1.3.6.1.4.1.2272.1.23.1.1.5TruthValueread-writeUsed to enable/disable this entry.
ROW rcDiagMirrorByPortRowStatus1.3.6.1.4.1.2272.1.23.1.1.6RowStatusread-writeRow status of this entry.
I32 rcDiagMirrorByPortOctapidId1.3.6.1.4.1.2272.1.23.1.1.7Integer32read-onlyOctapid Id for a port.
I32 rcDiagMirrorByPortPid1.3.6.1.4.1.2272.1.23.1.1.8Integer32read-onlyPid for a port.
INT rcDiagMirrorRemoteMirrorVlanId1.3.6.1.4.1.2272.1.23.1.1.9INTEGERread-writevlan-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
rcDiagPortConvSteeringTable1.3.6.1.4.1.2272.1.23.2not-accessibleDiag Port Conv Steering Table
rcDiagPortConvSteeringEntry1.3.6.1.4.1.2272.1.23.2.1not-accessibleEntry containing infomation of Diag Port Conv Steering.
I32 rcDiagPortConvSteeringId1.3.6.1.4.1.2272.1.23.2.1.1Integer32read-onlyEntry id.
I32 rcDiagPortConvSteeringPortOne1.3.6.1.4.1.2272.1.23.2.1.2Integer32read-writeIfIndex for port one
I32 rcDiagPortConvSteeringPortTwo1.3.6.1.4.1.2272.1.23.2.1.3Integer32read-writeIfIndex for port two
INT rcDiagPortConvSteeringMode1.3.6.1.4.1.2272.1.23.2.1.4INTEGERread-writeUsed to specify the traffic flow that should be captured between ports one and two.
I32 rcDiagPortConvSteeringForwardPort1.3.6.1.4.1.2272.1.23.2.1.5Integer32read-writeIfIndex of the port where captured traffic should be forwarded to.
T/F rcDiagPortConvSteeringEnable1.3.6.1.4.1.2272.1.23.2.1.6TruthValueread-writeEnable this entry.
ROW rcDiagPortConvSteeringRowStatus1.3.6.1.4.1.2272.1.23.2.1.7RowStatusread-writeUsed to create/delete entries in the rcDiagMirrorByPortTable.
rcDiagMacConvSteeringTable1.3.6.1.4.1.2272.1.23.3not-accessibleDiag Mac Conv Steering Table
rcDiagMacConvSteeringEntry1.3.6.1.4.1.2272.1.23.3.1not-accessibleEntry containing infomation of Diag Mac Conv Steering.
I32 rcDiagMacConvSteeringId1.3.6.1.4.1.2272.1.23.3.1.1Integer32read-onlyEntry id.
MAC rcDiagMacConvSteeringSrcMac1.3.6.1.4.1.2272.1.23.3.1.2MacAddressread-writeSource MAC address
MAC rcDiagMacConvSteeringDstMac1.3.6.1.4.1.2272.1.23.3.1.3MacAddressread-writeDestination MAC address
I32 rcDiagMacConvSteeringInPort1.3.6.1.4.1.2272.1.23.3.1.4Integer32read-writeIfIndex of ingress port.
I32 rcDiagMacConvSteeringForwardPort1.3.6.1.4.1.2272.1.23.3.1.5Integer32read-writeIfIndex of the port where captured traffic should be forwarded to.
T/F rcDiagMacConvSteeringEnable1.3.6.1.4.1.2272.1.23.3.1.6TruthValueread-writeEnable this entry.
ROW rcDiagMacConvSteeringRowStatus1.3.6.1.4.1.2272.1.23.3.1.7RowStatusread-writeUsed to create/delete entries in the rcDiagMirrorByPortTable.
rcDiagVctTable1.3.6.1.4.1.2272.1.23.4not-accessibleDiag Vct Table
rcDiagVctEntry1.3.6.1.4.1.2272.1.23.4.1not-accessibleEntry containing cable infomation and test result.
NUM rcDiagVctIfIndex1.3.6.1.4.1.2272.1.23.4.1.1InterfaceIndexread-onlyPort IfIndex.
INT rcDiagVctNormalCableLength1.3.6.1.4.1.2272.1.23.4.1.2INTEGERread-onlyCable length, this indicates a range in which the actual length falls.
INT rcDiagVctPhyType1.3.6.1.4.1.2272.1.23.4.1.3INTEGERread-onlyPhy type, 100MHz throught 1 GHz, or broadcom phy.
INT rcDiagVctCableStatus1.3.6.1.4.1.2272.1.23.4.1.4INTEGERread-onlyStatus 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 rcDiagVctPair1Status1.3.6.1.4.1.2272.1.23.4.1.5INTEGERread-onlyThe status of a single pair in the cable
INT rcDiagVctPair1ErrLength1.3.6.1.4.1.2272.1.23.4.1.6INTEGERread-onlyError Pair Length, in meters, measured by Time Domain Reflectometry.
INT rcDiagVctPair2Status1.3.6.1.4.1.2272.1.23.4.1.7INTEGERread-onlyThe status of a single pair in the cable
INT rcDiagVctPair2ErrLength1.3.6.1.4.1.2272.1.23.4.1.8INTEGERread-onlyError Pair Length, in meters, measured by Time Domain Reflectometry.
INT rcDiagVctPair3Status1.3.6.1.4.1.2272.1.23.4.1.9INTEGERread-onlyThe status of a single pair in the cable
INT rcDiagVctPair3ErrLength1.3.6.1.4.1.2272.1.23.4.1.10INTEGERread-onlyError Pair Length, in meters, measured by Time Domain Reflectometry.
INT rcDiagVctPair4Status1.3.6.1.4.1.2272.1.23.4.1.11INTEGERread-onlyThe status of a single pair in the cable
INT rcDiagVctPair4ErrLength1.3.6.1.4.1.2272.1.23.4.1.12INTEGERread-onlyError Pair Length, in meters, measured by Time Domain Reflectometry.
T/F rcDiagVctStartTest1.3.6.1.4.1.2272.1.23.4.1.13TruthValueread-writeStart 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 rcDiagVctTestDone1.3.6.1.4.1.2272.1.23.4.1.14TruthValueread-onlyWhen 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 rcDiagVctCableCategory1.3.6.1.4.1.2272.1.23.4.1.15INTEGERread-onlyCable type: CAT3 or CAT5.
I32 rcDiagVctCableLength1.3.6.1.4.1.2272.1.23.4.1.16Integer32read-onlyLength of cable in meters based on average electrical length of 4 pairs. Measurement can be done when traffic is live or not.
INT rcDiagVctPair1Polarity1.3.6.1.4.1.2272.1.23.4.1.17INTEGERread-onlyThe polarity of a single pair in the cable.
INT rcDiagVctPair1Swap1.3.6.1.4.1.2272.1.23.4.1.18INTEGERread-onlyThe pair swap in the cable.
I32 rcDiagVctPair1Skew1.3.6.1.4.1.2272.1.23.4.1.19Integer32read-onlyDifferential 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 rcDiagVctPair2Polarity1.3.6.1.4.1.2272.1.23.4.1.20INTEGERread-onlyThe polarity of a single pair in the cable.
INT rcDiagVctPair2Swap1.3.6.1.4.1.2272.1.23.4.1.21INTEGERread-onlyThe pair swap in the cable.
I32 rcDiagVctPair2Skew1.3.6.1.4.1.2272.1.23.4.1.22Integer32read-onlyDifferential 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 rcDiagVctPair3Polarity1.3.6.1.4.1.2272.1.23.4.1.23INTEGERread-onlyThe polarity of a single pair in the cable.
INT rcDiagVctPair3Swap1.3.6.1.4.1.2272.1.23.4.1.24INTEGERread-onlyThe pair swap in the cable.
I32 rcDiagVctPair3Skew1.3.6.1.4.1.2272.1.23.4.1.25Integer32read-onlyDifferential 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 rcDiagVctPair4Polarity1.3.6.1.4.1.2272.1.23.4.1.26INTEGERread-onlyThe polarity of a single pair in the cable.
INT rcDiagVctPair4Swap1.3.6.1.4.1.2272.1.23.4.1.27INTEGERread-onlyThe pair swap in the cable.
I32 rcDiagVctPair4Skew1.3.6.1.4.1.2272.1.23.4.1.28Integer32read-onlyDifferential 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 rcDiagSaveConfig1.3.6.1.4.1.2272.1.23.10TruthValueread-writeUsed to configure whether the various mirror feature settings should be saved and restored across system reboot.
I32 rcDiagMirrorByPortTblSize1.3.6.1.4.1.2272.1.23.11Integer32read-onlyUsed to indicate table size.
I32 rcDiagPortConvSteeringTblSize1.3.6.1.4.1.2272.1.23.12Integer32read-onlyUsed to indicate table size.
I32 rcDiagMacConvSteeringTblSize1.3.6.1.4.1.2272.1.23.13Integer32read-onlyUsed to indicate table size.
T/F rcDiagDiagnosticsEnable1.3.6.1.4.1.2272.1.23.14TruthValueread-writeUsed to enable/disable the mirroring feature for the entire device. This setting overrides any setting in the various mirroring tables.
rcDiagPcap1.3.6.1.4.1.2272.1.23.15
T/F rcDiagPcapEnable1.3.6.1.4.1.2272.1.23.15.1TruthValueread-writeTo enable pcap in secondary CPU
T/F rcDiagPcapBufferWrap1.3.6.1.4.1.2272.1.23.15.2TruthValueread-writeTo enable buffer wrap-around when buffer is full. If set, pcap will continue to capture pkts, otherwise stops pkt storing
T/F rcDiagPcapPcmciaWrap1.3.6.1.4.1.2272.1.23.15.3TruthValueread-writeTo wrap around the PCMCIA when saving data in PCMCIA
INT rcDiagPcapFrameSize1.3.6.1.4.1.2272.1.23.15.4INTEGERread-writeNumber of bytes of pkts needs to be stored
INT rcDiagPcapBufferSize1.3.6.1.4.1.2272.1.23.15.5INTEGERread-writememory to be allocated for capturing the pkt
T/F rcDiagPcapAutoSave1.3.6.1.4.1.2272.1.23.15.6TruthValueread-writeTo save data automatically when buffer is full
STR rcDiagPcapAutoSaveFileName1.3.6.1.4.1.2272.1.23.15.7DisplayStringread-writeName of the file in which the pkt is to be stored
INT rcDiagPcapAutoSaveDevice1.3.6.1.4.1.2272.1.23.15.8INTEGERread-writeWhere to store the captured pkts. If the option is network, the user need to enter an IP address also
IP rcDiagPcapAutoSaveNetworkIpAddress1.3.6.1.4.1.2272.1.23.15.9IpAddressread-writeip address of the remote host where the data needs to be stored. This field is valid only if the device is network
I32 rcDiagPcapFilterTableSize1.3.6.1.4.1.2272.1.23.15.10Integer32read-onlyUsed to indicate the number of entries in the Filter table
rcDiagPcapFilterTable1.3.6.1.4.1.2272.1.23.15.11not-accessibleA table used to store pcap secondary filters
rcDiagPcapFilterEntry1.3.6.1.4.1.2272.1.23.15.11.1not-accessiblePcap secondary filter desc
INT rcDiagPcapFilterId1.3.6.1.4.1.2272.1.23.15.11.1.1INTEGERread-onlyUnique ID that represents the filter
ENA rcDiagPcapFilterEnable1.3.6.1.4.1.2272.1.23.15.11.1.2EnableValueread-writeFilter is enabled or not
INT rcDiagPcapFilterAction1.3.6.1.4.1.2272.1.23.15.11.1.3INTEGERread-writeAction to be takesn when policy is matched
MAC rcDiagPcapFilterSrcMac1.3.6.1.4.1.2272.1.23.15.11.1.4MacAddressread-writeSoruce mac address to match
INT rcDiagPcapFilterSrcMask1.3.6.1.4.1.2272.1.23.15.11.1.5INTEGERread-writeSoruce mac address mask. Used to specify a range
T/F rcDiagPcapFilterIsInverseSrcMac1.3.6.1.4.1.2272.1.23.15.11.1.6TruthValueread-writeSoruce mac address Inverse. when set the mac addresses otherthan specified is matched
MAC rcDiagPcapFilterDstMac1.3.6.1.4.1.2272.1.23.15.11.1.7MacAddressread-writeDestination mac address
INT rcDiagPcapFilterDstMask1.3.6.1.4.1.2272.1.23.15.11.1.8INTEGERread-writeDestination mac address mask. Used to specify a range
T/F rcDiagPcapFilterIsInverseDstMac1.3.6.1.4.1.2272.1.23.15.11.1.9TruthValueread-writeDestination mac address Inverse. when set the mac addresses otherthan specified is matched
INT rcDiagPcapFilterVlanId1.3.6.1.4.1.2272.1.23.15.11.1.10INTEGERread-writeVlan-id of the packet to be matched
INT rcDiagPcapFilterToVlanId1.3.6.1.4.1.2272.1.23.15.11.1.11INTEGERread-writeTo Vlan-id. Used to specify a range
T/F rcDiagPcapFilterIsInverseVlanId1.3.6.1.4.1.2272.1.23.15.11.1.12TruthValueread-writeVlan-Id Inverse. when set the Vlan-Id otherthan specified range is matched
INT rcDiagPcapFilterPbit1.3.6.1.4.1.2272.1.23.15.11.1.13INTEGERread-writepBit of the packet to be matched
INT rcDiagPcapFilterToPbit1.3.6.1.4.1.2272.1.23.15.11.1.14INTEGERread-writeTo pBit. Used to specify a range
T/F rcDiagPcapFilterIsInversePbit1.3.6.1.4.1.2272.1.23.15.11.1.15TruthValueread-writepBit Inverse. when set the pBit otherthan specified range is matched
INT rcDiagPcapFilterEtherType1.3.6.1.4.1.2272.1.23.15.11.1.16INTEGERread-writeEtherType of the packet to be matched
INT rcDiagPcapFilterToEtherType1.3.6.1.4.1.2272.1.23.15.11.1.17INTEGERread-writeTo EtherType. Used to specify a range
T/F rcDiagPcapFilterIsInverseEtherType1.3.6.1.4.1.2272.1.23.15.11.1.18TruthValueread-writeEtherType Inverse. when set the EtherType otherthan specified range is matched
INT rcDiagPcapFilterProtocolType1.3.6.1.4.1.2272.1.23.15.11.1.19INTEGERread-writeProtocolType of the packet to be matched
INT rcDiagPcapFilterToProtocolType1.3.6.1.4.1.2272.1.23.15.11.1.20INTEGERread-writeTo ProtocolType. Used to specify a range
T/F rcDiagPcapFilterIsInverseProtocolType1.3.6.1.4.1.2272.1.23.15.11.1.21TruthValueread-writeProtocolType Inverse. when set the ProtocolType otherthan specified range is matched
IP rcDiagPcapFilterSrcIp1.3.6.1.4.1.2272.1.23.15.11.1.22IpAddressread-writeSource IP address of the packet to be matched
IP rcDiagPcapFilterToSrcIp1.3.6.1.4.1.2272.1.23.15.11.1.23IpAddressread-writeTo Source IP address. Used to specify a range
T/F rcDiagPcapFilterIsInverseSrcIp1.3.6.1.4.1.2272.1.23.15.11.1.24TruthValueread-writeSource IP address Inverse. when set the source IP otherthan specified range is matched
IP rcDiagPcapFilterDstIp1.3.6.1.4.1.2272.1.23.15.11.1.25IpAddressread-writeDestination IP address of the packet to be matched
IP rcDiagPcapFilterToDstIp1.3.6.1.4.1.2272.1.23.15.11.1.26IpAddressread-writeTo Destination IP address. Used to specify a range
T/F rcDiagPcapFilterIsInverseDstIp1.3.6.1.4.1.2272.1.23.15.11.1.27TruthValueread-writeDestination IP address Inverse. when set the Destination IP other than specified is range matched
INT rcDiagPcapFilterDscp1.3.6.1.4.1.2272.1.23.15.11.1.28INTEGERread-writeDSCP value of the packet to be matched
INT rcDiagPcapFilterToDscp1.3.6.1.4.1.2272.1.23.15.11.1.29INTEGERread-writeTo DSCP. Used to specify a range
T/F rcDiagPcapFilterIsInverseDscp1.3.6.1.4.1.2272.1.23.15.11.1.30TruthValueread-writeDSCP Inverse. when set the DSCP otherthan specified range is matched
ROW rcDiagPcapFilterRowStatus1.3.6.1.4.1.2272.1.23.15.11.1.31RowStatusread-writeRow Status
T/F rcDiagPcapFilterDscpMatchZero1.3.6.1.4.1.2272.1.23.15.11.1.32TruthValueread-writeWhen 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 rcDiagPcapFilterPbitMatchZero1.3.6.1.4.1.2272.1.23.15.11.1.33TruthValueread-writeWhen 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 rcDiagPcapAdvancedFilterTableSize1.3.6.1.4.1.2272.1.23.15.12Integer32read-onlyUsed to indicate the number of entries in the Filter table advanced parameter
rcDiagPcapAdvancedFilterTable1.3.6.1.4.1.2272.1.23.15.13not-accessibleA table used to store pcap secondary filters
rcDiagPcapAdvancedFilterEntry1.3.6.1.4.1.2272.1.23.15.13.1not-accessiblePcap secondary Advanced filter desc
INT rcDiagPcapAdvancedFilterId1.3.6.1.4.1.2272.1.23.15.13.1.1INTEGERread-onlyUnique ID that represents the filter
INT rcDiagPcapAdvancedFilterUdpPort1.3.6.1.4.1.2272.1.23.15.13.1.2INTEGERread-writeUdpPort of the packet to be matched
INT rcDiagPcapAdvancedFilterToUdpPort1.3.6.1.4.1.2272.1.23.15.13.1.3INTEGERread-writeTo UdpPort. Used to specify a range
T/F rcDiagPcapAdvancedFilterIsInverseUdpPort1.3.6.1.4.1.2272.1.23.15.13.1.4TruthValueread-writeUdpPort Inverse. when set the UdpPort otherthan specified range is matched
INT rcDiagPcapAdvancedFilterTcpPort1.3.6.1.4.1.2272.1.23.15.13.1.5INTEGERread-writeTcpPort of the packet to be matched
INT rcDiagPcapAdvancedFilterToTcpPort1.3.6.1.4.1.2272.1.23.15.13.1.6INTEGERread-writeTo TcpPort. Used to specify a range
T/F rcDiagPcapAdvancedFilterIsInverseTcpPort1.3.6.1.4.1.2272.1.23.15.13.1.7TruthValueread-writeTcpPort Inverse. when set the TcpPort otherthan specified range is matched
STR rcDiagPcapAdvancedFilterUserDefinedData1.3.6.1.4.1.2272.1.23.15.13.1.8DisplayStringread-writeUser defined data to match with the packets received
INT rcDiagPcapAdvancedFilterUserDefinedDataSize1.3.6.1.4.1.2272.1.23.15.13.1.9INTEGERread-writeLength of user defined data
INT rcDiagPcapAdvancedFilterUserDefinedOffset1.3.6.1.4.1.2272.1.23.15.13.1.10INTEGERread-writeOffset from which match has to start
T/F rcDiagPcapAdvancedFilterIsInverseUserDefined1.3.6.1.4.1.2272.1.23.15.13.1.11TruthValueread-writeTcpPort Inverse. when set the Userdata otherthan specified is matched
INT rcDiagPcapAdvancedFilterTimer1.3.6.1.4.1.2272.1.23.15.13.1.12INTEGERread-writeTimer to start the pcap capture window in ms
INT rcDiagPcapAdvancedFilterPacketCount1.3.6.1.4.1.2272.1.23.15.13.1.13INTEGERread-writeNumber of packets to be captured before disabling pcap
INT rcDiagPcapAdvancedFilterRefreshTimer1.3.6.1.4.1.2272.1.23.15.13.1.14INTEGERread-writeRefresh timer in ms
ROW rcDiagPcapAdvancedFilterRowStatus1.3.6.1.4.1.2272.1.23.15.13.1.15RowStatusread-writeRowStatus
STR rcDiagPcapCopyFileName1.3.6.1.4.1.2272.1.23.15.14DisplayStringread-writeUsed to indicate the file name. When set, the PCAP data from PCAP engine RAM is stored into this file in PCAP engine
INT rcDiagPcapResetStat1.3.6.1.4.1.2272.1.23.15.15INTEGERread-writeTo Reset PCAP statistics
STR rcDiagPcapStatPacketCapacityCount1.3.6.1.4.1.2272.1.23.15.16DisplayStringread-onlyPacket Capacity Count
STR rcDiagPcapStatNumberOfPacketsReceived1.3.6.1.4.1.2272.1.23.15.17DisplayStringread-onlyNumber of packets received in PCAP engine
STR rcDiagPcapStatNumberOfPacketsAccumulated1.3.6.1.4.1.2272.1.23.15.18DisplayStringread-onlyNumber of packets captured in PCAP engine
STR rcDiagPcapStatNumberOfPacketsDroppedInPcapEngine1.3.6.1.4.1.2272.1.23.15.19DisplayStringread-onlyNumber of packets dropped in PCAP engine by filters
STR rcDiagPcapStatNumberOfPacketsDroppedInHardware1.3.6.1.4.1.2272.1.23.15.20DisplayStringread-onlyNumber of packets dropped in Hardware
T/F rcDiagPcapDataValid1.3.6.1.4.1.2272.1.23.15.21TruthValueread-onlyA true/false value that indicate the return data whether is valid.
INT rcDiagPcapEtherTypeForSvlanLevel1.3.6.1.4.1.2272.1.23.15.22INTEGERread-writeEtherType 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.

Download RC-DIAG-MIB