RC-PORT-MIB

MIB Reference — IPNetwork Monitor

All MIBsRC-PORT-MIB

Organization: Bay Networks, Rapid-City Group

Last Updated: 2009-05-21

Category: Nortel Enterprise Data

Description:

Handles physical port configuration, speed/duplex settings, and traffic statistics on Bay Networks Rapid-City series switches.

Imported Objects

From IF-MIB

InterfaceIndex

From RAPID-CITY

EnableValue
IdList
PortSet
rcChassisOBJECT-IDENTITY
rcPortOBJECT-IDENTITY
rcStatOBJECT-IDENTITY
rcTestOBJECT-IDENTITY

From RC-VRF-MIB

VrfIdentifier

From SNMPv2-SMI

Counter32
Counter64
Integer32
MODULE-IDENTITY
OBJECT-TYPE

From SNMPv2-TC

DisplayString
MacAddress
RowStatus
TimeInterval
TruthValue

What Is RC-PORT-MIB?

RC-PORT-MIB is a Bay Networks/Nortel enterprise MIB for the Rapid-City (Accelar) switch family, providing physical port-level configuration and status management. It exposes per-port objects for connector type, speed/duplex-related routing behavior, priority, Power-over-Ethernet (PoE) status, port locking, and redundant/backup connector configuration, along with port test actions and results. Its monitoring focus is hardware status at the port level: checking rcPortActiveConnector and rcPortBackupConnectorStatus for redundant-link failover, rcPortPoe for powered-device health, and running rcPortAction-triggered tests to catch a failed or degraded physical port. As a self-contained Nortel enterprise MIB it doesn't have a strong external standards dependency, though it functions alongside standard IF-MIB interface objects for the same ports. It is deployed on Bay Networks/Nortel Rapid-City switches in enterprise wiring closets and campus networks where port-level PoE, redundancy, and physical-layer health need close tracking. Engineers can download the RC-PORT-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in RC-PORT-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 connector type and active/backup status
  • Power-over-Ethernet (PoE) status
  • port lock state
  • port diagnostic test action/result

Supported Devices

  • Bay Networks/Nortel Rapid-City series switch

Monitoring Examples

An administrator would poll rcPortTable (rcPortEntry) for rcPortConnectorType and rcPortActiveConnector to verify which physical connector (e.g., primary fiber vs. backup copper) is currently active on a redundant port, with rcPortBackupConnectorStatus flagging if the backup path has failed. rcPortPoe status would be checked to confirm powered endpoints (like IP phones) are receiving power correctly. Triggering rcPortAction and reading back rcPortResult against the available rcTestTypes lets an engineer run an on-demand port diagnostic test to isolate a suspected hardware fault.

OIDs
OID symbolicOID numericTypeAccessDescription
rcPortMib1.3.6.1.4.1.2272.1.4.10.0Enterprise MIB for the Accelar product family.
rcPortTable1.3.6.1.4.1.2272.1.4.10.1not-accessiblePort table
rcPortEntry1.3.6.1.4.1.2272.1.4.10.1.1not-accessibleEntry containing info. for a particular port
NUM rcPortIndex1.3.6.1.4.1.2272.1.4.10.1.1.1InterfaceIndexread-onlyAn index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
INT rcPortType1.3.6.1.4.1.2272.1.4.10.1.1.2INTEGERread-onlyPort type
INT rcPortConnectorType1.3.6.1.4.1.2272.1.4.10.1.1.3INTEGERread-onlyType of connector installed on this port.
T/F rcPortPerformRouting1.3.6.1.4.1.2272.1.4.10.1.1.4TruthValueread-writeIndicate whether this port should perform routing
T/F rcPortHighPriority1.3.6.1.4.1.2272.1.4.10.1.1.5TruthValueread-writeIndicate whether this port should be treated with high priority
INT rcPortAction1.3.6.1.4.1.2272.1.4.10.1.1.6INTEGERread-writePort related actions.
INT rcPortResult1.3.6.1.4.1.2272.1.4.10.1.1.7INTEGERread-onlyResult from the last Vlan action.
INT rcPortPrimaryConnector1.3.6.1.4.1.2272.1.4.10.1.1.8INTEGERread-writeFor ports configured with redundant connectors, this value is used to indicate which connector should be used as the 'active' connector on this port the next time the port is placed into the ifAdminStatus=Up.
INT rcPortActiveConnector1.3.6.1.4.1.2272.1.4.10.1.1.9INTEGERread-onlyFor ports configured with redundant connectors, this value is used to indicate which connector is currently the active one. Only one connector can be active an anytime.
INT rcPortBackupConnectorStatus1.3.6.1.4.1.2272.1.4.10.1.1.10INTEGERread-onlyIndicate the status of the link attached to the back-up (non-active) connector.
T/F rcPortAutoNegotiate1.3.6.1.4.1.2272.1.4.10.1.1.11TruthValueread-writeIndicate whether this port enabled for auto negotiations or not.
INT rcPortAdminDuplex1.3.6.1.4.1.2272.1.4.10.1.1.12INTEGERread-writeIndicates the port duplex type
INT rcPortOperDuplex1.3.6.1.4.1.2272.1.4.10.1.1.13INTEGERread-onlyIndicate this port's current duplex value.
INT rcPortAdminSpeed1.3.6.1.4.1.2272.1.4.10.1.1.14INTEGERread-writeIndicate this port's speed.
I32 rcPortOperSpeed1.3.6.1.4.1.2272.1.4.10.1.1.15Integer32read-onlyIndicate this port's current speed value.
I32 rcPortMltId1.3.6.1.4.1.2272.1.4.10.1.1.16Integer32read-onlyIndicate which multi-link trunk (MLT) this port is assigned to. If this port is not associated with any MLT, this value will be set to zero(0).
T/F rcPortLocked1.3.6.1.4.1.2272.1.4.10.1.1.17TruthValueread-onlyIndicate whether this port is locked.
T/F rcPortAutoNegotiationSupported1.3.6.1.4.1.2272.1.4.10.1.1.18TruthValueread-onlyIndicate whether this port can support auto-negotiation.
T/F rcPortSingleRoutablePort1.3.6.1.4.1.2272.1.4.10.1.1.19TruthValueread-onlyIndicate whether this port is a single routable port. If this value is true, the port functions like a traditional router port.
T/F rcPortUnknownMacDiscard1.3.6.1.4.1.2272.1.4.10.1.1.20TruthValueread-writeIf rcUnknownMacDiscard is set to True, then a packet with an unknown source MAC address is dropped on that port, and other ports then will discard any packets with this MAC address in the destination field. For example, suppose 11:22:33:44:55:66 is an unknown source MAC, packets with source MAC 11:22:33:44:55 coming from this port is discarded, further more, packets with destination MAC 11:22:33:44:55:66 coming from other ports are also discarded, unless this address is later learned on another port or the restriction ages out.
C32 rcPortNumStateTransition1.3.6.1.4.1.2272.1.4.10.1.1.21Counter32read-only# state transitions.
INT rcPortUserPriority1.3.6.1.4.1.2272.1.4.10.1.1.22INTEGERread-writeUser priority level.
T/F rcPortAllowOversizeFrame1.3.6.1.4.1.2272.1.4.10.1.1.23TruthValueread-writeUsed to specify whether over-size frames should be processed or dropped.
INT rcPortQosLevel1.3.6.1.4.1.2272.1.4.10.1.1.30INTEGERread-writeUsed to specify the Qos level packets, carried on this port, should be processed with.
T/F rcPortDiffServEnable1.3.6.1.4.1.2272.1.4.10.1.1.31TruthValueread-writeUsed to enable/disable the Differentiated Service feature on this port.
INT rcPortDiffServType1.3.6.1.4.1.2272.1.4.10.1.1.32INTEGERread-writeUsed to specify the Differentiated Service type for this port.
T/F rcPortDiffServIeee8021POverrideEnable1.3.6.1.4.1.2272.1.4.10.1.1.33TruthValueread-writeUsed to enable/disable the Differentiated Service IEEE 802.1P over-ride feature.
STR rcPortVendorDescr1.3.6.1.4.1.2272.1.4.10.1.1.34DisplayStringread-onlyUsed to show the name of the vendor of this port's connector. Only applicable to ports on a GBIC cards.
STR rcPortName1.3.6.1.4.1.2272.1.4.10.1.1.35DisplayStringread-writeThis port's name.
I32 rcPortOctapidId1.3.6.1.4.1.2272.1.4.10.1.1.36Integer32read-onlyThe octapid id of the mirrored port.
INT rcPortWan1.3.6.1.4.1.2272.1.4.10.1.1.37INTEGERread-writeIndicatie this port's current WAN/LAN mode. Valid for 10 GE only
INT rcPortTransport1.3.6.1.4.1.2272.1.4.10.1.1.38INTEGERread-writeIndicatie this port's current tranport layer. Valid for 10 GE only
T/F rcPortMultimediaFilterEnable1.3.6.1.4.1.2272.1.4.10.1.1.39TruthValueread-writeUsed to enable/disable the Telephony device selected on this port
STR rcPortMultimediaDevSelection1.3.6.1.4.1.2272.1.4.10.1.1.40DisplayStringread-writeUsed to set/get the selected Multimedia & Telephony Devices on this port. The String is the name of the device in the rcIpFilterMediaDevTable
INT rcPortServiceType1.3.6.1.4.1.2272.1.4.10.1.1.41INTEGERread-writeIndicates the port functionality. 12uni is used to configure the port to be part of Martini service, tls is used to configure the port to be part of Any2Any VPN service and ip is used to perform the IP routing and mpls if enabled.
INT rcPortMode1.3.6.1.4.1.2272.1.4.10.1.1.42INTEGERread-writeThe port mode for l2uni service type.If the port is configured for l2uni service type, then the mode can be transparent or switched.
ENA rcPortAdminRouting1.3.6.1.4.1.2272.1.4.10.1.1.43EnableValueread-writeIndicate whether the port is routable.
ENA rcPortOperRouting1.3.6.1.4.1.2272.1.4.10.1.1.44EnableValueread-onlyThe status of the port whether is routable.
I32 rcPortPid1.3.6.1.4.1.2272.1.4.10.1.1.45Integer32read-onlyThe pid of the mirrored port.
T/F rcPortIeee8021POverrideEnable1.3.6.1.4.1.2272.1.4.10.1.1.46TruthValueread-writeUsed to enable/disable IEEE 802.1P override. If it is enabled, 802.1p vlaue from a tagged frame may not honor.
T/F rcPortShaperEnable1.3.6.1.4.1.2272.1.4.10.1.1.47TruthValueread-writeUsed to enable/disable shaper on the port.
I32 rcPortShaperMaxRate1.3.6.1.4.1.2272.1.4.10.1.1.48Integer32read-writeShaping rate in mega bits per second. Note that actual shaping rate might be different from the configured rate due to the rate granularity of the shaper.
I32 rcPortShaperBurstSize1.3.6.1.4.1.2272.1.4.10.1.1.49Integer32read-writeBurst size in kilo bytes per second. Note that actual burst size might be different from the configured size due to the granularity of the shaper.
T/F rcPortCpLimitShutDown1.3.6.1.4.1.2272.1.4.10.1.1.50TruthValueread-onlyA TRUE value indicates if CP Limit shut down the interface.
T/F rcPortHighSecureEnable1.3.6.1.4.1.2272.1.4.10.1.1.51TruthValueread-writeEnable/Disable high secure.
ENA rcPortTlsPriorityOverride1.3.6.1.4.1.2272.1.4.10.1.1.52EnableValueread-writeEnable/Disable tls port priority override feature.
INT rcPortVctAbility1.3.6.1.4.1.2272.1.4.10.1.1.53INTEGERread-onlyIf this object is TRUE, then the specified port is hardware-capable of doing the VCT test, if the rcPortAdminStatus is also true. If this object is FALSE, then the hardware cannot do the VCT test regardless of the setting of the rcPortAdminStatus.
ENA rcPortVctAdminStatus1.3.6.1.4.1.2272.1.4.10.1.1.54EnableValueread-writeAdmin status for port VCT test. If this object is set to TRUE, then the VCT test can be performed. If it is set to FALSE, then the test cannot be performed, even if the port hardware is capable of doing it. If this variable si read, then the value returned is what was previously written.
I32 rcPortMrouteStrLimit1.3.6.1.4.1.2272.1.4.10.1.1.55Integer32read-writemaximum number of multicast streams that are allowed to ingress to CPU through this port.
I32 rcPortMrouteStrTimerCheck1.3.6.1.4.1.2272.1.4.10.1.1.56Integer32read-writesampling period to check number of multicast streams that has ingressed CPU through this port.
T/F rcPortMrouteStrLimitEnable1.3.6.1.4.1.2272.1.4.10.1.1.57TruthValueread-writeenable or disable mroute stream limit on port.
ENA rcPortUpdateDynamicMacQosLevel1.3.6.1.4.1.2272.1.4.10.1.1.58EnableValueread-writeIt is used to indicate whether to update qos level for dynamic learned mac add resses associated with a port-based vlan when port qos level changes. If it is set to TRUE, qos level for all dynamic learned mac addresses will be changed upon changing port qos level. If it is set to DISABLE, once a mac address is learned, qos level will not updated when port qos level changes.
INT rcPortVplsDualHoming1.3.6.1.4.1.2272.1.4.10.1.1.59INTEGERread-writeThe VPLS dual homing is for VPLS service type only. It can be disable, firstNNI or secondNNI.
T/F rcPortVplsMgmtVlan1.3.6.1.4.1.2272.1.4.10.1.1.60TruthValueread-writeManagement Vlan is configured on this port
T/F rcPortTlsManagedBySp1.3.6.1.4.1.2272.1.4.10.1.1.61TruthValueread-writeTrue/False tls devices on port Managed By Service Provider.
BIT rcPortAutoNegAd1.3.6.1.4.1.2272.1.4.10.1.1.62Bitsread-writeThis object is used to specify the port speed and duplex abilities to be advertised during link negotiation. bit 0 - 10 half duplex advertised bit 1 - 10 full duplex advertised bit 2 - 100 half duplex advertised bit 3 - 100 full duplex advertised bit 4 - 1000 half duplex advertised bit 5 - 1000 full duplex advertised bit 6 - Mac PAUSE frame support advertised bit 7 - Asymmetric PAUSE frame support advertised bit 8 - No advertisements The abilities specified in this object are only used when auto-negotiation is enabled on the port. If all bits in this object are disabled, and auto-negotiation is enabled on the port, then the physical link process on the port will be disabled (if hardware supports this ability). Any change in the value of this bit map will force the PHY to restart the auto-negotiation process. This will have the same effect as physically unplugging and reattaching the cable plant attached to this port. The capabilities being advertised are either all the capabilities supported by the hardware or the user- configured capabilities which is a subset of all the capability supported by hardware. The default value for this object will be all the capabilities supported by the hardware. Note that bit 6 and bit 7 are currently not supported in ERS8600.
BIT rcPortAutoNegAdCapability1.3.6.1.4.1.2272.1.4.10.1.1.63Bitsread-onlyThis object indicates the port speed and duplex capabilities that hardware can actually support on a port, and which may be advertised by the port using auto-negotiation. Bit 7 tells if a port supports pause frame capabilities (for full-duplex links) as a part of the advertisement. bit 0 - 10 half duplex advertisements bit 1 - 10 full duplex advertisements bit 2 - 100 half duplex advertisements bit 3 - 100 full duplex advertisements bit 4 - 1000 half duplex advertisements bit 5 - 1000 full duplex advertisements bit 6 - Mac PAUSE frame support advertisements bit 7 - Asymmetric PAUSE frame support advertisements If auto negotiation is not supported by the port hardware, then all bits will reflect a value of zero.
T/F rcPortAutoRecoverPort1.3.6.1.4.1.2272.1.4.10.1.1.64TruthValueread-writeenable or disable auto recovery of port from action taken by cp-limit, link flap or loop detect features
INT rcPortExtCplimitConf1.3.6.1.4.1.2272.1.4.10.1.1.65INTEGERread-writeIndicates the port configuration for extended CP-LIMIT
I32 rcPortExtCplimitUtilRate1.3.6.1.4.1.2272.1.4.10.1.1.66Integer32read-writeThreshold for Ingress traffic utilization rate of the port for extended CP-LIMIT
I32 rcPortEgressRateLimit1.3.6.1.4.1.2272.1.4.10.1.1.67Integer32read-writeEgress Rate Limit.
ENA rcPortEgressRateLimitState1.3.6.1.4.1.2272.1.4.10.1.1.68EnableValueread-writeUsed to enable/disable shape/egress-rate-limit functionality.
NUM rcPortBpduFilteringTimerCount1.3.6.1.4.1.2272.1.4.10.1.1.69TimeIntervalread-onlyThe remaining time the port will be disabled due to a BPDU received when BPDU filtering is enabled.
NUM rcPortBpduFilteringTimeout1.3.6.1.4.1.2272.1.4.10.1.1.70TimeIntervalread-writeThe time the port will be disabled when a BPDU is received when BPDU filtering is enabled.
T/F rcPortBpduFilteringAdminEnabled1.3.6.1.4.1.2272.1.4.10.1.1.71TruthValueread-writeUsed to enable/disable BPDU filtering.
T/F rcPortBpduFilteringOperEnabled1.3.6.1.4.1.2272.1.4.10.1.1.72TruthValueread-onlyIndicates whether BPDU filtering is actually enabled or disabled.
I32 rcPortQinqEtherType1.3.6.1.4.1.2272.1.4.10.1.1.73Integer32read-writeThe qinq ether type value. It is hex value. It should be displayed and input as Hex value. It is only be used when port is associated with QnQ service UNI. Otherwise, it would be ignored
T/F rcPortTrustDscp1.3.6.1.4.1.2272.1.4.10.1.1.74TruthValueread-writeUsed to enable/disable the trusted DSCP feature. If enabled, the internal qos-level and 802.1p value are derived from the received packet's DSCP value. This MIB object is applicable to ports in 8348GTX so that higher priority IP traffic can bypass the oversubscribed cascading link.
ENA rcPortCpLimitEnable1.3.6.1.4.1.2272.1.4.10.1.1.75EnableValueread-writeUsed to enable/disable the control packet rate limit. Specifies whether or not rate limiting is currently in operation for multicast and broadcast packets for the specified port.
I32 rcPortCpMulticastLimit1.3.6.1.4.1.2272.1.4.10.1.1.76Integer32read-writeUsed to limit Multicast traffic on the specified port. Sets the limit in packets per second.
I32 rcPortCpBroadcastLimit1.3.6.1.4.1.2272.1.4.10.1.1.77Integer32read-writeUsed to limit Broadcast traffic on the specified port. Sets the limit in packets per second.
T/F rcPortSmartAutoNegotiate1.3.6.1.4.1.2272.1.4.10.1.1.78TruthValueread-writeThis object indicates whether 'smart' autonegotiation is enabled on a port (smart autonegotiation indicates that the port can sense whether its partner has autonegotiation enabled). This object, when supported, works in conjunction with rcPortAutoNegotiate. It is an inconsistentValue error to set rcPortAutoNegotiate to false(2) and this object to true(1) in the same Set request. Setting the object to true(1) will automatically change rcPortAutoNegotiate to true(1). Similarly, setting rcPortAutoNegotiate to false(2) will automatically change this object to false(2).
OCT rcPortMepList1.3.6.1.4.1.2272.1.4.10.1.1.79OCTET STRINGread-writeList of Meps assigned to this entry. A mep is consist of ... Domain Name, Association and Mep Id is separated by '.' A list of mep is consist of ..,..,... Each mep is separated by ','. Maximum up 8 meps
I32 rcPortNumOfMep1.3.6.1.4.1.2272.1.4.10.1.1.80Integer32read-onlyUsed to indicate the number of Meps is assigned to this entry
T/F rcPortAdacStatus1.3.6.1.4.1.2272.1.4.10.1.1.81TruthValueread-writeIf enabled, the Nortel IP phones connected to the port will be configured in the voice VLAN.
I32 rcPortPvid1.3.6.1.4.1.2272.1.4.10.1.1.82Integer32read-writeA port Vlan Id associates with ESM and RModule port for OEL2/MIM traffic
ENA rcPortTdp1.3.6.1.4.1.2272.1.4.10.1.1.83EnableValueread-writeThis attribute allows to Enable/Disable Transparent Domain Protocol at the port level on the ESM and Power Ranger Card. For the TDP packet to go out on the port, topology should be enabled both at the port and box level also.
INT rcPortClockSource1.3.6.1.4.1.2272.1.4.10.1.1.84INTEGERread-writeIndicates this port's current WAN clock source. Valid for 10 GE WAN only
I32 rcPortIngressRateLimit1.3.6.1.4.1.2272.1.4.10.1.1.85Integer32read-writeLimits the amount of traffic from this Ingress port.
ENA rcPortIngressRateLimitState1.3.6.1.4.1.2272.1.4.10.1.1.86EnableValueread-writeUsed to enable/disable police/ingress-rate-limit functionality.
IDL rcPortVrfIdList1.3.6.1.4.1.2272.1.4.10.1.1.87IdListread-onlyThe set of VRF ids to which this port belongs.
I32 rcPortCfmVid1.3.6.1.4.1.2272.1.4.10.1.1.88Integer32read-writeCFM default port vid
STR rcPortUserLabel11.3.6.1.4.1.2272.1.4.10.1.1.89DisplayStringread-writeUser provided field. Used to give extra management information/data
STR rcPortUserLabel21.3.6.1.4.1.2272.1.4.10.1.1.90DisplayStringread-writeUser provided additional field. Used to give extra management information/data
T/F rcPortClearCfmStats1.3.6.1.4.1.2272.1.4.10.1.1.91TruthValueread-writeTo clear the port counter
INT rcPortInterfaceType1.3.6.1.4.1.2272.1.4.10.1.1.92INTEGERread-writeThis value indicates whether a port is of type . A port can be included in any EVPN service only if this attribute is set to uni. If the port is not part of any VLAN the interface-type is set to silent. Before adding a port to a VLAN the interface type should be changed to normal.
STR rcPortCfmControlMep1.3.6.1.4.1.2272.1.4.10.1.1.93DisplayStringread-writeMEP assigned for CFM Control. A mep consists of ... Domain Name, Association and Mep Id is separated by '.'
I32 rcPortMtu1.3.6.1.4.1.2272.1.4.10.1.1.94Integer32read-writePort Mtu
ENA rcPortMtuState1.3.6.1.4.1.2272.1.4.10.1.1.95EnableValueread-writeUsed to enable/disable Port Mtu functionality.
OCT rcPortVrfNameList1.3.6.1.4.1.2272.1.4.10.1.1.96OCTET STRINGread-onlyThe set of VRF names to which this port belongs.
OID rcPortBrouterVrfId1.3.6.1.4.1.2272.1.4.10.1.1.97VrfIdentifierread-writeGives the VRF Id for this Brouter port.
STR rcPortBrouterVrfName1.3.6.1.4.1.2272.1.4.10.1.1.98DisplayStringread-onlyGives the VRF Name for this Brouter port.
C32 rcPortVrfCount1.3.6.1.4.1.2272.1.4.10.1.1.99Counter32read-onlyThe total number of VRFs this port is associated to.
ENA rcPortCtrlPktDropLimitEnable1.3.6.1.4.1.2272.1.4.10.1.1.100EnableValueread-writeUsed to enable/disable Control Packets Drop Rate Limiter functionality.
I32 rcPortCtrlPktDropLimit1.3.6.1.4.1.2272.1.4.10.1.1.101Integer32read-writeIndicates the Control Packet drop rate limit value
ENA rcPortCtrlPktShutdownLimitEnable1.3.6.1.4.1.2272.1.4.10.1.1.102EnableValueread-writeUsed to enable/disable Control Packets Shutdown Rate Limiter functionality.
I32 rcPortCtrlPktShutdownLimit1.3.6.1.4.1.2272.1.4.10.1.1.103Integer32read-writeIndicates the Control Packet shutdown rate Limit value
T/F rcPortCtrlPktShutdownRtExceeded1.3.6.1.4.1.2272.1.4.10.1.1.104TruthValueread-writeIndicates if the Shutdown rate has been exceeded on the port
T/F rcPortCtrlPktDropRtExceeded1.3.6.1.4.1.2272.1.4.10.1.1.105TruthValueread-writeIndicates if the Drop rate has been exceeded on the port
STR rcPortDhcpOption82SubscriberId1.3.6.1.4.1.2272.1.4.10.1.1.106DisplayStringread-writeThis object contains the DHCP option 82 subscriber ID string to be used in sub-option 6. If the value is an empty string, then sub-option 6 is not included in option 82
rcPortPcapTable1.3.6.1.4.1.2272.1.4.10.2not-accessiblePort pcap Table
rcPortPcapEntry1.3.6.1.4.1.2272.1.4.10.2.1not-accessibleEntry containing pcap info. for a particular port
NUM rcPortPcapIndex1.3.6.1.4.1.2272.1.4.10.2.1.1InterfaceIndexread-onlyAn index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
T/F rcPortPcapEnable1.3.6.1.4.1.2272.1.4.10.2.1.2TruthValueread-writeTo enable pcap for the port
INT rcPortPcapMode1.3.6.1.4.1.2272.1.4.10.2.1.3INTEGERread-writeMode in which pcap is enabled
I32 rcPortPcapFilterListSize1.3.6.1.4.1.2272.1.4.10.2.1.4Integer32read-onlyUsed to indicate the number of filter list(s) that are assigned to this port.
OCT rcPortPcapFilterList1.3.6.1.4.1.2272.1.4.10.2.1.5OCTET STRINGread-writeUsed to indicate zero or more filter lists that are associated with this port for pcap. Each filter list identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
I32 rcPortPcapAclFilterListSize1.3.6.1.4.1.2272.1.4.10.2.1.6Integer32read-onlyUsed to indicate the number of ACL filter(s) that are assigned to this port which has mirror set as global-action.
OCT rcPortPcapAclFilterList1.3.6.1.4.1.2272.1.4.10.2.1.7OCTET STRINGread-writeUsed to indicate zero or more ACL filter lists that are associated with this port for pcap (has mirror set as global-action). Each ACL filter list identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
rcPortPoe1.3.6.1.4.1.2272.1.4.10.3
rcPortPoePseIndexTable1.3.6.1.4.1.2272.1.4.10.3.1not-accessiblePort table
rcPortPoePseIndexEntry1.3.6.1.4.1.2272.1.4.10.3.1.1not-accessibleEntry containing info. for a particular port
NUM rcPortPoePseIndexIfIndex1.3.6.1.4.1.2272.1.4.10.3.1.1.1InterfaceIndexread-onlyAn index value that uniquely identifies an interface to a PSE port device. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
I32 rcPortPoePseIndexGroupIndex1.3.6.1.4.1.2272.1.4.10.3.1.1.2Integer32read-onlyAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for non-modular devices.
I32 rcPortPoePseIndexPortIndex1.3.6.1.4.1.2272.1.4.10.3.1.1.3Integer32read-onlyThis variable uniquely identifies the power Ethernet PSE port within group rcPoePseGroupIndex to which the power Ethernet PSE entry is connected.
rcPortPoeMainPseExtnTable1.3.6.1.4.1.2272.1.4.10.3.2not-accessiblePort table
rcPortPoeMainPseExtnEntry1.3.6.1.4.1.2272.1.4.10.3.2.1not-accessibleEntry containing info. for a particular port
I32 rcPortPoeMainPseExtnGroupIndex1.3.6.1.4.1.2272.1.4.10.3.2.1.1Integer32read-onlyAn index value that uniquely identifies an interface to a PSE port device. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
ENA rcPortPoeMainPseExtnPwrAdmin1.3.6.1.4.1.2272.1.4.10.3.2.1.2EnableValueread-writeAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for as identified by the same value of ifIndex.
INT rcPortPoeMainPseExtnPwrPriority1.3.6.1.4.1.2272.1.4.10.3.2.1.3INTEGERread-writeAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for as identified by the same value of ifIndex.
INT rcPortPoeMainPseExtnDeviceDetectType1.3.6.1.4.1.2272.1.4.10.3.2.1.4INTEGERread-writeAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for as identified by the same value of ifIndex.
I32 rcPortPoeMainPseExtnPwrLimit1.3.6.1.4.1.2272.1.4.10.3.2.1.5Integer32read-writeThe maximum available PoE power of the main PSE expressed in Watts.
rcPortPoePsePortExtnTable1.3.6.1.4.1.2272.1.4.10.3.3not-accessiblePort table
rcPortPoePsePortExtnEntry1.3.6.1.4.1.2272.1.4.10.3.3.1not-accessibleEntry containing info. for a particular port
I32 rcPortPoePsePortExtnGroupIndex1.3.6.1.4.1.2272.1.4.10.3.3.1.1Integer32read-onlyAn index value that uniquely identifies an interface to a PSE port device. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
I32 rcPortPoePsePortExtnPortIndex1.3.6.1.4.1.2272.1.4.10.3.3.1.2Integer32read-onlyAn index value that uniquely identifies an interface to a PSE port device. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
I32 rcPortPoePsePortExtnPwrLimit1.3.6.1.4.1.2272.1.4.10.3.3.1.3Integer32read-writeAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for as identified by the same value of ifIndex.
I32 rcPortPoePsePortExtnMeasuredVolt1.3.6.1.4.1.2272.1.4.10.3.3.1.4Integer32read-onlyAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for as identified by the same value of ifIndex.
I32 rcPortPoePsePortExtnMeasuredCurrent1.3.6.1.4.1.2272.1.4.10.3.3.1.5Integer32read-onlyAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for as identified by the same value of ifIndex.
I32 rcPortPoePsePortExtnPwrConsumpt1.3.6.1.4.1.2272.1.4.10.3.3.1.6Integer32read-onlyAn index value that uniquely identifies the group containing the port to which a power Etherenet PSE is connected. Group means box in the stack, module in a rack and the value 1 MUST be used for as identified by the same value of ifIndex.
rcPortLacpTable1.3.6.1.4.1.2272.1.4.10.4not-accessiblePort LACP table
rcPortLacpEntry1.3.6.1.4.1.2272.1.4.10.4.1not-accessibleEntry containing info. for a particular port
T/F rcPortLacpAdminEnable1.3.6.1.4.1.2272.1.4.10.4.1.1TruthValueread-writeAdministratively enable/disable LACP on a port
T/F rcPortLacpOperEnable1.3.6.1.4.1.2272.1.4.10.4.1.2TruthValueread-onlyIndicates if LACP is operationally enabled or disabled on a port
I32 rcPortLacpFastPeriodicTime1.3.6.1.4.1.2272.1.4.10.4.1.3Integer32read-writeThe number of miliseconds between periodic transmissions using Short Timeouts.
I32 rcPortLacpSlowPeriodicTime1.3.6.1.4.1.2272.1.4.10.4.1.4Integer32read-writeThe number of miliseconds between periodic transmissions using LONG Timeouts.
I32 rcPortLacpTimeoutScale1.3.6.1.4.1.2272.1.4.10.4.1.5Integer32read-writeScalar value used to calculate timeout time from periodic time. Timeout = PeriodicTime * TimeoutScale
I32 rcPortLacpAggrWaitTime1.3.6.1.4.1.2272.1.4.10.4.1.6Integer32read-writeThe number of mili seconds to delay aggregation to allow multiple links to aggregate simultaneously.
I32 rcPortLacpFastPeriodicTimeOper1.3.6.1.4.1.2272.1.4.10.4.1.7Integer32read-onlyThe operating value of fast periodic timer on the port.
I32 rcPortLacpSlowPeriodicTimeOper1.3.6.1.4.1.2272.1.4.10.4.1.8Integer32read-onlyThe operating value of slow periodic timer on the port.
I32 rcPortLacpTimeoutScaleOper1.3.6.1.4.1.2272.1.4.10.4.1.9Integer32read-onlyThe operating value of timeout scale on the port.
I32 rcPortLacpAggrWaitTimeOper1.3.6.1.4.1.2272.1.4.10.4.1.10Integer32read-onlyThe operating value of aggreagate wait time on port.
rcPortVLacpTable1.3.6.1.4.1.2272.1.4.10.5not-accessiblePort Virtual LACP table
rcPortVLacpEntry1.3.6.1.4.1.2272.1.4.10.5.1not-accessibleEntry containing info. for a particular port
T/F rcPortVLacpAdminEnable1.3.6.1.4.1.2272.1.4.10.5.1.1TruthValueread-writeAdministratively enable/disable Virtual LACP on a port
T/F rcPortVLacpOperEnable1.3.6.1.4.1.2272.1.4.10.5.1.2TruthValueread-onlyIndicates if Virtual LACP is operationally enabled or disabled on a port
I32 rcPortVLacpFastPeriodicTimer1.3.6.1.4.1.2272.1.4.10.5.1.3Integer32read-writeThe number of miliseconds between periodic transmissions using Short Timeouts
I32 rcPortVLacpSlowPeriodicTimer1.3.6.1.4.1.2272.1.4.10.5.1.4Integer32read-writeThe number of miliseconds between periodic transmissions using LONG Timeouts.
INT rcPortVLacpTimeout1.3.6.1.4.1.2272.1.4.10.5.1.5INTEGERread-writeTimeout control value. Long or Short Timeout
I32 rcPortVLacpTimeoutScale1.3.6.1.4.1.2272.1.4.10.5.1.6Integer32read-writeScalar value used to calculate timeout time from periodic time. Timeout = PeriodicTime * TimeoutScale
I32 rcPortVLacpEtherType1.3.6.1.4.1.2272.1.4.10.5.1.7Integer32read-writeVLACP Protocol Identification. The id value is in Hex
MAC rcPortVLacpEtherMacAddress1.3.6.1.4.1.2272.1.4.10.5.1.8MacAddressread-writeMulticast Mac Address exclusively used for VLACPDU's
INT rcPortVLacpPortState1.3.6.1.4.1.2272.1.4.10.5.1.9INTEGERread-onlyDisplay the Vlacp Port State.
T/F rcPortVLacpDualHomingEnable1.3.6.1.4.1.2272.1.4.10.5.1.10TruthValueread-writeEnable/Disable Dual homing on Virtual LACP on a port
rcPortRemoteMirroringTable1.3.6.1.4.1.2272.1.4.10.6not-accessiblePort Remote Mirroring Table
rcPortRemoteMirroringEntry1.3.6.1.4.1.2272.1.4.10.6.1not-accessibleEntry containing remote mirroring info. for a particular port
NUM rcPortRemoteMirroringIndex1.3.6.1.4.1.2272.1.4.10.6.1.1InterfaceIndexread-onlyAn index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
T/F rcPortRemoteMirroringEnable1.3.6.1.4.1.2272.1.4.10.6.1.2TruthValueread-createTo enable remote Mirroring for the port
INT rcPortRemoteMirroringMode1.3.6.1.4.1.2272.1.4.10.6.1.3INTEGERread-createMode in which remote mirroring is enabled
MAC rcPortRemoteMirroringSrcMac1.3.6.1.4.1.2272.1.4.10.6.1.4MacAddressread-createSource Mac of the remote mirrored packet. Remote mirroring packet will be send with this source mac address
MAC rcPortRemoteMirroringDstMac1.3.6.1.4.1.2272.1.4.10.6.1.5MacAddressread-createDestination Mac of the remote mirrored packet. Packets will be bridged to this mac address. Remote mirroring packet will be send to this mac address
I32 rcPortRemoteMirroringEtherType1.3.6.1.4.1.2272.1.4.10.6.1.6Integer32read-createEthertype of the remote mirrored packet. Packets will be send with this ethertype
I32 rcPortRemoteMirroringVlanIdListSize1.3.6.1.4.1.2272.1.4.10.6.1.7Integer32read-onlyUsed to indicate the number of VLAN IDs that are assigned to this port.
OCT rcPortRemoteMirroringVlanIdList1.3.6.1.4.1.2272.1.4.10.6.1.8OCTET STRINGread-createThis field is used only if the port is assigned as remote mirroring termination port. Represents zero or more filter lists vlan in which the Destination Mac address resides. Each VLAN ID is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcPortRemoteMirroringRowStatus1.3.6.1.4.1.2272.1.4.10.6.1.9RowStatusread-createRowStatus
rcPortVlacpSessionTable1.3.6.1.4.1.2272.1.4.10.7not-accessibleA table used to maintain Vlacp session values.
rcPortVlacpSessionEntry1.3.6.1.4.1.2272.1.4.10.7.1not-accessibleEntry containing Vlacp Session information regarding a particular port or mlt.
I32 rcPortVlacpSessionIfIndex1.3.6.1.4.1.2272.1.4.10.7.1.1Integer32not-accessibleIfIndex of the port or Mlt
I32 rcPortVlacpSessionSesNumber1.3.6.1.4.1.2272.1.4.10.7.1.2Integer32not-accessibleSession number of an IfIndex
MAC rcPortVlacpSessionSrcMacAddress1.3.6.1.4.1.2272.1.4.10.7.1.3MacAddressread-onlyMac Address for the session
I32 rcPortVlacpSessionRxTimer1.3.6.1.4.1.2272.1.4.10.7.1.4Integer32read-onlyThe Rx timer for the session
INT rcPortVlacpSessionValidbit1.3.6.1.4.1.2272.1.4.10.7.1.5INTEGERread-onlyThe valid bit for the session
I32 rcPortVlacpSessionInPktCount1.3.6.1.4.1.2272.1.4.10.7.1.6Integer32read-onlyThe In packet count for the session
rcPortMgmtLinkTable1.3.6.1.4.1.2272.1.4.10.8not-accessiblePort card mgmt port link table
rcPortMgmtLinkEntry1.3.6.1.4.1.2272.1.4.10.8.1not-accessibleEntry containing info. for a particular mgmt port in I/O card
NUM rcPortMgmtLinkIndex1.3.6.1.4.1.2272.1.4.10.8.1.1InterfaceIndexread-onlyIfIndex of the port.
STR rcPortMgmtLinkDescr1.3.6.1.4.1.2272.1.4.10.8.1.2DisplayStringread-onlyPort description
INT rcPortMgmtLinkOperStatus1.3.6.1.4.1.2272.1.4.10.8.1.3INTEGERread-onlyadmin status of the mgmt port
T/F rcPortMgmtLinkAutoNegotiate1.3.6.1.4.1.2272.1.4.10.8.1.4TruthValueread-onlyAuto-negotiation status of the port
INT rcPortMgmtLinkDuplex1.3.6.1.4.1.2272.1.4.10.8.1.5INTEGERread-onlyduplex setting for the port
INT rcPortMgmtLinkSpeed1.3.6.1.4.1.2272.1.4.10.8.1.6INTEGERread-onlyspeed setting for this port.
rcPortFlushFdbTable1.3.6.1.4.1.2272.1.4.10.9not-accessiblePort Flush Fdbtable
rcPortFlushFdbEntry1.3.6.1.4.1.2272.1.4.10.9.1not-accessibleport based deletion of mac addresses learned or discarded on that port
STR rcPortFlushFdbAddress1.3.6.1.4.1.2272.1.4.10.9.1.1DisplayStringread-writeMac Address to be deleted.
I32 rcPortFlushFdbVlanId1.3.6.1.4.1.2272.1.4.10.9.1.2Integer32read-writevlan Id associated with the Mac Address
rcPortRemotePortShutdownTable1.3.6.1.4.1.2272.1.4.10.10not-accessibleA list of RemotePortShutdown port info.
rcPortRemotePortShutdownEntry1.3.6.1.4.1.2272.1.4.10.10.1not-accessibleA RemotePortShutdown table entry.
NUM rcPortRemotePortShutdownIfIndex1.3.6.1.4.1.2272.1.4.10.10.1.1InterfaceIndexnot-accessibleThe ifIndex value for a port.
T/F rcPortRemotePortShutdownEnabled1.3.6.1.4.1.2272.1.4.10.10.1.2TruthValueread-writeThis object controls whether the Remote-Port-Shutdown feature is enabled or disabled on a port.
I32 rcPortRemotePortShutdownHoldTimer1.3.6.1.4.1.2272.1.4.10.10.1.3Integer32read-writeIndicates the time period after a port has been shutdown during which it will remain down, regardless of any CCMs received during that time period.
INT rcPortRemotePortShutdownStatus1.3.6.1.4.1.2272.1.4.10.10.1.4INTEGERread-onlyThis object indicates whether a port is shutdown by the remote port shutdown feature.
MAC rcPortRemotePortShutdownLocalMacAddress1.3.6.1.4.1.2272.1.4.10.10.1.5MacAddressread-onlyLocal MAC address.
MAC rcPortRemotePortShutdownRemoteMacAddress1.3.6.1.4.1.2272.1.4.10.10.1.6MacAddressread-onlyRemote MAC address.
rcPortLock1.3.6.1.4.1.2272.1.4.11
T/F rcPortLockEnable1.3.6.1.4.1.2272.1.4.11.1TruthValueread-writeIndicate whether the port lock feature is enabled.
POR rcPortLockLockedPorts1.3.6.1.4.1.2272.1.4.11.2PortSetread-writeThe set of ports that are administratively locked. Locked ports cannot be modified in anyway until the port is unlocked first.
rcTestExtTable1.3.6.1.4.1.2272.1.11.1not-accessibleTest extension table. This table augments the standard ifTestTable table in RFC1573.
rcTestEntry1.3.6.1.4.1.2272.1.11.1.1not-accessibleProprietary test variables.
NUM rcTestExtIfIndex1.3.6.1.4.1.2272.1.11.1.1.1InterfaceIndexread-onlyThe index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
I32 rcTestExtPassCount1.3.6.1.4.1.2272.1.11.1.1.2Integer32read-onlyThe number of iterations of the test case that completed successfully.
I32 rcTestExtFailCount1.3.6.1.4.1.2272.1.11.1.1.3Integer32read-onlyThe number of iterations of the test case that failed.
rcTestTypes1.3.6.1.4.1.2272.1.11.2
rcTestTypesFabric1.3.6.1.4.1.2272.1.11.2.1
rcTestTypesArTable1.3.6.1.4.1.2272.1.11.2.2
rcTestTypesExtLoopBack1.3.6.1.4.1.2272.1.11.2.3
rcTestCodes1.3.6.1.4.1.2272.1.11.3
rcTestCodesNoReceive1.3.6.1.4.1.2272.1.11.3.1
rcTestCodesBadSeq1.3.6.1.4.1.2272.1.11.3.2
rcTestCodesBadLen1.3.6.1.4.1.2272.1.11.3.3
rcTestCodesBadData1.3.6.1.4.1.2272.1.11.3.4
rcStatTable1.3.6.1.4.1.2272.1.12.1not-accessibleA table used to store port statistics.
rcStatEntry1.3.6.1.4.1.2272.1.12.1.1not-accessibleinterface counters
NUM rcStatPortIndex1.3.6.1.4.1.2272.1.12.1.1.1InterfaceIndexread-onlyAn index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
C32 rcStatFrameTooShorts1.3.6.1.4.1.2272.1.12.1.1.2Counter32read-onlyThe total number of frames that are too short that were encountered on this interface.
C32 rcStatBridgeInUnicastFrames1.3.6.1.4.1.2272.1.12.1.1.3Counter32read-onlyThe total number of incoming unicast frames that were bridged.
C32 rcStatBridgeInMulticastFrames1.3.6.1.4.1.2272.1.12.1.1.4Counter32read-onlyThe total number of incoming multicast frames that were bridged.
C32 rcStatBridgeInBroadcastFrames1.3.6.1.4.1.2272.1.12.1.1.5Counter32read-onlyThe total number of incoming broadcast frames that were bridged.
C32 rcStatBridgeInDiscards1.3.6.1.4.1.2272.1.12.1.1.6Counter32read-onlyThe total number of frames that were discarded by the bridging entity.
C32 rcStatBridgeOutUnicastFrames1.3.6.1.4.1.2272.1.12.1.1.7Counter32read-onlyThe total number of outgoing unicast frames that were bridged.
C32 rcStatBridgeOutMulticastFrames1.3.6.1.4.1.2272.1.12.1.1.8Counter32read-onlyThe total number of outgoing multicast frames that were bridged.
C32 rcStatBridgeOutBroadcastFrames1.3.6.1.4.1.2272.1.12.1.1.9Counter32read-onlyThe total number of outgoing broadcast frames that were bridged.
C32 rcStatRouteInUnicastFrames1.3.6.1.4.1.2272.1.12.1.1.10Counter32read-onlyThe total number of incoming unicast frames that were routed.
C32 rcStatRouteInMulticastFrames1.3.6.1.4.1.2272.1.12.1.1.11Counter32read-onlyThe total number of incoming multicast frames that were routed.
C32 rcStatRouteInDiscards1.3.6.1.4.1.2272.1.12.1.1.12Counter32read-onlyThe total number of frames that were discarded by the routing entity.
C32 rcStatRouteOutUnicastFrames1.3.6.1.4.1.2272.1.12.1.1.13Counter32read-onlyThe total number of outgoing unicast frames that were routed.
C32 rcStatRouteOutMulticastFrames1.3.6.1.4.1.2272.1.12.1.1.14Counter32read-onlyThe total number of outgoing multicast frames that were routed.
C32 rcStatStgForwardTransitions1.3.6.1.4.1.2272.1.12.1.1.15Counter32read-onlyThe number of times this port has transitioned from the Learning state to the Forwarding state.
C32 rcStatStgInConfigBpdus1.3.6.1.4.1.2272.1.12.1.1.16Counter32read-onlyReceived Config BPDUs
C32 rcStatStgInTcnBpdus1.3.6.1.4.1.2272.1.12.1.1.17Counter32read-onlyReceived TCN BPDUs
C32 rcStatStgInBadBpdus1.3.6.1.4.1.2272.1.12.1.1.18Counter32read-onlyReceived bad BPDUs
C32 rcStatStgOutConfigBpdus1.3.6.1.4.1.2272.1.12.1.1.19Counter32read-onlyTransmitted config BPDUs
C32 rcStatStgOutTcnBpdus1.3.6.1.4.1.2272.1.12.1.1.20Counter32read-onlyTransmitted TCN BPDUs
C32 rcStatBridgeOutFrames1.3.6.1.4.1.2272.1.12.1.1.21Counter32read-onlyUsed by the Accelar 8000 product family to account for all transmitted bridge unicast, broadcast, and multicast packets. The individual counters are not supported.
C64 rcStatPbtUnknownDropCount1.3.6.1.4.1.2272.1.12.1.1.22Counter64read-onlyCount of PBT packets dropped due to unknown destination MAC
C64 rcStatCtrlPktRtLimitTotalCnt1.3.6.1.4.1.2272.1.12.1.1.23Counter64read-onlyTotal count of control packets that is passed for rate limiting
C64 rcStatCtrlPktRtLimitDropCnt1.3.6.1.4.1.2272.1.12.1.1.24Counter64read-onlyCount of control packets dropped after rate limiting

RFC description

Manages physical port configuration, speed/duplex settings, and traffic statistics on Bay Networks Rapid-City series switches.

Start monitoring Bay Networks/Nortel Rapid-City series switch (port-level config, PoE, redundancy status) 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-PORT-MIB