RC-IP-MIB

MIB Reference — IPNetwork Monitor

All MIBsRC-IP-MIB

Organization: Bay Networks, Rapid-City Group

Last Updated: 2009-04-08

Category: Nortel Enterprise Data

Description:

Manages IP interface configuration, routing tables, and address management on Bay Networks Rapid-City series switches.

Imported Objects

From IF-MIB

InterfaceIndex
InterfaceIndexOrZero

From RAPID-CITY

EnableValue
IdList
rcIpOBJECT-IDENTITY

From RC-VRF-MIB

VrfIdentifier

From SNMP-FRAMEWORK-MIB

SnmpAdminString

From SNMPv2-SMI

Counter32
Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

DisplayString
MacAddress
RowStatus
TimeStamp
TruthValue

What Is RC-IP-MIB?

RC-IP-MIB is an enterprise MIB from Bay Networks/Nortel for the Accelar (Rapid-City/Passport) family of Layer 3 switches, managing IP interface configuration, routing-protocol enablement, and address assignment on each router interface. It exposes per-interface configuration objects covering default-route advertisement/acceptance, RIP/OSPF/IGMP enable flags, DHCP relay, address-assignment method, and triggered-update behavior, plus RSMLT (Routing Switch Multi-Link Trunking) redundancy objects. In monitoring terms it is used primarily to verify the software configuration state of routing features per interface - confirming which routing protocols are active on a given interface, whether an IP address was statically or DHCP-assigned, and whether Layer 3 redundancy (RSMLT) is correctly enabled - rather than reporting physical hardware sensor data. Because this legacy module is rarely bundled with modern tooling, engineers often load it into an RC-IP-MIB MIB Browser to inspect the rcIpConfTable structure and object semantics before scripting polls. It is a vendor extension MIB layered on top of standard IP-MIB and RIP2-MIB concepts, adapting them to Bay Networks' Accelar switch architecture. It would be deployed in legacy Bay Networks/Nortel Accelar (Passport) Layer 3 switch installations for campus or enterprise routing.

IPNetwork Monitor allows you to monitor SNMP objects defined in RC-IP-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

  • per-interface RIP/OSPF/IGMP enable status
  • default route advertise/accept settings
  • DHCP relay enable status
  • IP address assignment method
  • triggered update enable status
  • RSMLT redundancy configuration

Supported Devices

  • Bay Networks/Nortel Accelar (Rapid-City/Passport) Layer 3 switch (per-interface IP/routing-protocol configuration)

Monitoring Examples

An admin would poll rcIpConfTable/rcIpConfEntry indexed by rcIpConfIfIndex to check per-interface flags like rcIpConfRipEnable, rcIpConfOspfEnable, and rcIpConfIgmpEnable, verify rcIpConfDhcpEnable and rcIpConfAddrAssigned to confirm how the interface obtained its address, and check rcIpConfRowStatus to ensure the entry is active; an interface unexpectedly showing rcIpConfOspfEnable false when OSPF was intended would indicate a routing misconfiguration, and the rcIpRsmlt subtree would be checked for Layer 3 redundancy state.

OIDs
OID symbolicOID numericTypeAccessDescription
rcIpMib1.3.6.1.4.1.2272.1.8.0Enterprise MIB for the Accelar product family.
rcIpConf1.3.6.1.4.1.2272.1.8.1
rcIpConfTable1.3.6.1.4.1.2272.1.8.1.1not-accessibleA table used to maintain IP routing information for a particular interface.
rcIpConfEntry1.3.6.1.4.1.2272.1.8.1.1.1not-accessibleEntry containing IP routing information. An entry is automatically created in this table when routing is enabled for an interface -or- when an ip address is configured on an interface.
NUM rcIpConfIfIndex1.3.6.1.4.1.2272.1.8.1.1.1.1InterfaceIndexOrZeroread-onlyAn unique value to identify a physical interface or a logical interface (VLAN).
T/F rcIpConfAdvertDefRte1.3.6.1.4.1.2272.1.8.1.1.1.2TruthValueread-createUsed to indicate whether this interface should advertize a RIP default route.
T/F rcIpConfAcceptDefRte1.3.6.1.4.1.2272.1.8.1.1.1.3TruthValueread-createUsed to indicate whether this interface should accept a RIP default route.
ROW rcIpConfRowStatus1.3.6.1.4.1.2272.1.8.1.1.1.4RowStatusread-createRow status for this entry.
T/F rcIpConfRipEnable1.3.6.1.4.1.2272.1.8.1.1.1.5TruthValueread-createEnable or disable RIP routing on the specified interface.
T/F rcIpConfOspfEnable1.3.6.1.4.1.2272.1.8.1.1.1.6TruthValueread-createEnable or disable OSPF routing on the specified interface.
T/F rcIpConfIgmpEnable1.3.6.1.4.1.2272.1.8.1.1.1.7TruthValueread-createEnable or disable IGMP on the specified interface.
T/F rcIpConfAddrAssigned1.3.6.1.4.1.2272.1.8.1.1.1.8TruthValueread-onlyIndicate whether IpAddress has been assigned for this interface.
T/F rcIpConfDhcpEnable1.3.6.1.4.1.2272.1.8.1.1.1.9TruthValueread-createEnable or disable DHCP on the specified interface.
T/F rcIpConfTriggeredUpdateEnable1.3.6.1.4.1.2272.1.8.1.1.1.10TruthValueread-createUsed to indicate whether the RIP triggered update feature should be enabled on this interface.
T/F rcIpConfAutoAggrerateEnable1.3.6.1.4.1.2272.1.8.1.1.1.11TruthValueread-createUsed to indicate whether the auto aggregation feature should be enabled on this interface.
T/F rcIpConfGenerateDefaultRoute1.3.6.1.4.1.2272.1.8.1.1.1.12TruthValueread-createUsed to indicate whether to generate a default RIP route on this interface.
T/F rcIpConfAdvertiseWhenDown1.3.6.1.4.1.2272.1.8.1.1.1.13TruthValueread-createThe value is used indicated whether vlan state change should be notified to layer 3 or not, provided the vlan is configured as routable interface. Also used for single routable ports, in that case the criteria for state is PortOperStatus. Vlan is considered as UP if atleast one member of the port based vlan has link up, or atleast one port member of the policy based has an entry in the MGID or atleast one static member of the policy based vlan has link up. Otherwise, vlan is considered as DOWN. If the value is 'true' then the interface state change will not be notified to layer 3. (i.e., it always stays up). If the value is 'false' then the vlan state change will be notified to layer 3 so that IP related status reflects routable interface state.
T/F rcIpConfDirectBroadcastEnable1.3.6.1.4.1.2272.1.8.1.1.1.14TruthValueread-createUsed to indicate whether this interface should forward direct broadcast traffic
STR rcIpConfRipInPolicy1.3.6.1.4.1.2272.1.8.1.1.1.15DisplayStringread-createUsed to indicate whether this interface should advertize a RIP default route.
STR rcIpConfRipOutPolicy1.3.6.1.4.1.2272.1.8.1.1.1.16DisplayStringread-createUsed to indicate whether this interface should accept a RIP default route.
INT rcIpConfOspfIfType1.3.6.1.4.1.2272.1.8.1.1.1.17INTEGERread-createOSPF Interface Type.
I32 rcIpConfRipCost1.3.6.1.4.1.2272.1.8.1.1.1.18Integer32read-createUsed to indicate the rip cost for this interface.
I32 rcIpConfRipHolddown1.3.6.1.4.1.2272.1.8.1.1.1.19Integer32read-createUsed to indicate the rip holddown timer for this interface
I32 rcIpConfRipTimeout1.3.6.1.4.1.2272.1.8.1.1.1.20Integer32read-createUsed to indicate the rip timeout interval for this interface
T/F rcIpConfRsmltEnable1.3.6.1.4.1.2272.1.8.1.1.1.21TruthValueread-createUsed to enable Route Smlt feature.
T/F rcIpConfReversePathCheckEnable1.3.6.1.4.1.2272.1.8.1.1.1.22TruthValueread-createUsed to indicate whether this interface should perform Reverse Path Check
INT rcIpConfReversePathCheckMode1.3.6.1.4.1.2272.1.8.1.1.1.23INTEGERread-createReverse Path Checking mode.
T/F rcIpConfIsisEnable1.3.6.1.4.1.2272.1.8.1.1.1.24TruthValueread-createEnable/disable Isis on this IP interface
T/F rcIpConfBfdEnable1.3.6.1.4.1.2272.1.8.1.1.1.25TruthValueread-createEnable or disable BFD on the specified interface.
T/F rcIpConfIpVpnLiteEnable1.3.6.1.4.1.2272.1.8.1.1.1.26TruthValueread-createEnable or disable ipvpn-lite capability on the specified circuitless ip interface.
rcIpConfGlobal1.3.6.1.4.1.2272.1.8.1.6
I32 rcIpConfGlobalRipHoldDownTime1.3.6.1.4.1.2272.1.8.1.6.1Integer32read-writeUsed to set the system-wide RIP hold down time in seconds.
T/F rcIpConfGlobalIcmpNetUnreach1.3.6.1.4.1.2272.1.8.1.6.2TruthValueread-writeUsed to set the icmp net unreach feature enable/disable.
T/F rcIpConfGlobalEcmpEnable1.3.6.1.4.1.2272.1.8.1.6.3TruthValueread-writeUsed to set the ecmp enable/disable.
I32 rcIpConfGlobalEcmpMaxPath1.3.6.1.4.1.2272.1.8.1.6.4Integer32read-writeUsed to globally configure maximum ECMP paths number.
T/F rcIpConfGlobalAlternativeEnable1.3.6.1.4.1.2272.1.8.1.6.5TruthValueread-writeUsed to globally configure alternative enable.
T/F rcIpConfGlobalRouteDiscoveryEnable1.3.6.1.4.1.2272.1.8.1.6.6TruthValueread-writeEnable/disable ICMP Route Discovery feature
I32 rcIpConfGlobalRipTimeOutInterval1.3.6.1.4.1.2272.1.8.1.6.8Integer32read-writeRip TimeOut Interval in seconds
I32 rcIpConfGlobalRipDefImportMetric1.3.6.1.4.1.2272.1.8.1.6.9Integer32read-writeRip def import metric
STR rcIpConfGlobalEcmp1PathList1.3.6.1.4.1.2272.1.8.1.6.10DisplayStringread-writeRoutes to networks specified in this prefix-list can have upto 1 ECMP path, irrespective of ecmp-max-path configuration
STR rcIpConfGlobalEcmp2PathList1.3.6.1.4.1.2272.1.8.1.6.11DisplayStringread-writeRoutes to networks specified in this prefix-list can have upto 2 ECMP path, irrespective of ecmp-max-path configuration.
STR rcIpConfGlobalEcmp3PathList1.3.6.1.4.1.2272.1.8.1.6.12DisplayStringread-writeRoutes to networks specified in this prefix-list can have upto 3 ECMP path, irrespective of ecmp-max-path configuration.
STR rcIpConfGlobalEcmp4PathList1.3.6.1.4.1.2272.1.8.1.6.13DisplayStringread-writeRoutes to networks specified in this prefix-list can have upto 4 ECMP path, irrespective of ecmp-max-path configuration.
T/F rcIpConfGlobalEcmpPathListApply1.3.6.1.4.1.2272.1.8.1.6.14TruthValueread-writeThis is to apply any changes in ECMP path list configuration or in the prefix-lists configured to be used as path list
T/F rcIpConfGlobalIcmpRedirectMsg1.3.6.1.4.1.2272.1.8.1.6.15TruthValueread-write
T/F rcIpConfGlobalMulticastMacFloodingStatus1.3.6.1.4.1.2272.1.8.1.6.16TruthValueread-write
I32 rcIpConfGlobalArpThreshold1.3.6.1.4.1.2272.1.8.1.6.17Integer32read-writeDefines the maximum number of outstanding arp request a switch can generate.
T/F rcIpConfGlobalAllowMoreSpecificNonLocalRouteEnable1.3.6.1.4.1.2272.1.8.1.6.18TruthValueread-writeUsed to determine whether more specific non local routes will go into the routing table.
T/F rcIpConfGlobalUdpCheckSumEnable1.3.6.1.4.1.2272.1.8.1.6.19TruthValueread-writeEnable/disable UDP checksum calculation.
T/F rcIpConfGlobalSuperNetEnable1.3.6.1.4.1.2272.1.8.1.6.20TruthValueread-writeUsed to globally enable Supernetting/ CIDR routing for IP
rcIpConfV2Table1.3.6.1.4.1.2272.1.8.1.8not-accessibleA table used to maintain IP routing information for a particular interface.
rcIpConfV2Entry1.3.6.1.4.1.2272.1.8.1.8.1not-accessibleEntry containing IP routing information. An entry is automatically created in this table when routing is enabled for an interface -or- when an ip address is configured on an interface.
NUM rcIpConfV2Index1.3.6.1.4.1.2272.1.8.1.8.1.1InterfaceIndexOrZeroread-onlyAn unique value to identify a physical interface or a logical interface (VLAN).
IP rcIpConfV2Addr1.3.6.1.4.1.2272.1.8.1.8.1.2IpAddressread-onlyIp interface address.
ROW rcIpConfV2RowStatus1.3.6.1.4.1.2272.1.8.1.8.1.3RowStatusread-createRow status for this entry.
T/F rcIpConfV2AdvertDefRte1.3.6.1.4.1.2272.1.8.1.8.1.4TruthValueread-createUsed to indicate whether this interface should advertize a RIP default route.
T/F rcIpConfV2AcceptDefRte1.3.6.1.4.1.2272.1.8.1.8.1.5TruthValueread-createUsed to indicate whether this interface should accept a RIP default route.
T/F rcIpConfV2RipEnable1.3.6.1.4.1.2272.1.8.1.8.1.6TruthValueread-createEnable or disable RIP routing on the specified interface.
T/F rcIpConfV2OspfEnable1.3.6.1.4.1.2272.1.8.1.8.1.7TruthValueread-createEnable or disable OSPF routing on the specified interface.
T/F rcIpConfV2IgmpEnable1.3.6.1.4.1.2272.1.8.1.8.1.8TruthValueread-createEnable or disable IGMP on the specified interface.
T/F rcIpConfV2AddrAssigned1.3.6.1.4.1.2272.1.8.1.8.1.9TruthValueread-onlyIndicate whether IpAddress has been assigned for this interface.
T/F rcIpConfV2TriggeredUpdateEnable1.3.6.1.4.1.2272.1.8.1.8.1.10TruthValueread-createUsed to indicate whether the RIP triggered update feature should be enabled on this interface.
T/F rcIpConfV2RipAutoAggrerateEnable1.3.6.1.4.1.2272.1.8.1.8.1.11TruthValueread-createUsed to indicate whether the auto aggregation feature should be enabled on this interface.
T/F rcIpConfV2RipGenerateDefaultRoute1.3.6.1.4.1.2272.1.8.1.8.1.12TruthValueread-createUsed to indicate whether to generate a default RIP route on this interface.
T/F rcIpConfV2AdvertiseWhenDown1.3.6.1.4.1.2272.1.8.1.8.1.13TruthValueread-createThe value is used indicated whether vlan state change should be notified to layer 3 or not, provided the vlan is configured as routable interface. Also used for single routable ports, in that case the criteria for state is PortOperStatus. Vlan is considered as UP if atleast one member of the port based vlan has link up, or atleast one port member of the policy based has an entry in the MGID or atleast one static member of the policy based vlan has link up. Otherwise, vlan is considered as DOWN. If the value is 'true' then the interface state change will not be notified to layer 3. (i.e., it always stays up). If the value is 'false' then the vlan state change will be notified to layer 3 so that IP related status reflects routable interface state.
rcIpConfRsmltTable1.3.6.1.4.1.2272.1.8.1.11not-accessibleA table used to maintain OSPF summary route metric parameter for a particular Area range.
rcIpConfRsmltEntry1.3.6.1.4.1.2272.1.8.1.11.1not-accessibleEntry containing OSPF summary route metric parameter for a particular Area range. An entry is automatically created in this table when an area range is configured through ospfAreaAggregateTable in rfc1850rcc.mib
NUM rcIpConfRsmltIfIndex1.3.6.1.4.1.2272.1.8.1.11.1.1InterfaceIndexread-onlyInterface Index, this is an index of the table.
I32 rcIpConfRsmltHoldDownTimer1.3.6.1.4.1.2272.1.8.1.11.1.2Integer32read-createTimer value, the range of value is from 0 to 3600.
I32 rcIpConfRsmltHoldUpTimer1.3.6.1.4.1.2272.1.8.1.11.1.3Integer32read-createThe range of value 0 to 3600 or 9999. 9999 means infinity.
ROW rcIpConfRsmltRowStatus1.3.6.1.4.1.2272.1.8.1.11.1.4RowStatusread-createRow Status.
rcIpConfBfdTable1.3.6.1.4.1.2272.1.8.1.12not-accessibleBFD configuration table
rcIpConfBfdEntry1.3.6.1.4.1.2272.1.8.1.12.1not-accessibleUsed to configure BFD on a particular interface. An entry is created automatically when the variable rcIpConfBfdEnable is set to TRUE. Once created this entry will only be deleted if the rcIpConfBfdRowStatus is set to 'destroy(6)'. In which case, the rcIpConfBfdEnable is automatically reset to the FALSE setting.
NUM rcIpConfBfdIfIndex1.3.6.1.4.1.2272.1.8.1.12.1.1InterfaceIndexnot-accessibleInterface number. The number can represent either a physical or logical(VLAN) interface.
I32 rcIpConfBfdMinRxInterval1.3.6.1.4.1.2272.1.8.1.12.1.2Integer32read-createthe min rx interval in milliseconds
I32 rcIpConfBfdTxInterval1.3.6.1.4.1.2272.1.8.1.12.1.3Integer32read-createthe desired tx interval in milliseconds
I32 rcIpConfBfdMultiplier1.3.6.1.4.1.2272.1.8.1.12.1.4Integer32read-createthe multiplier BFD wait before rx timeout
ROW rcIpConfBfdRowStatus1.3.6.1.4.1.2272.1.8.1.12.1.5RowStatusread-createUsed to create/delete entries
U32 rcIpConfBfdHoldOffInterval1.3.6.1.4.1.2272.1.8.1.12.1.6Unsigned32read-createThis object specifies the hold off timer interval, in seconds. 0 means that hold off timer is disabled.
rcIpAddrTable1.3.6.1.4.1.2272.1.8.2not-accessibleThe table of addressing information relevant to this entity's IP addresses. This table is identical to the ipAddrTable in MIB2 except the columns rcIpAdEntIfIndex and rcIpAdEntAddr are reversed. Also, the table is indexed by both these variables.
rcIpAddrEntry1.3.6.1.4.1.2272.1.8.2.1not-accessibleThe addressing information for one of this entity's IP addresses.
NUM rcIpAdEntIfIndex1.3.6.1.4.1.2272.1.8.2.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.
IP rcIpAdEntAddr1.3.6.1.4.1.2272.1.8.2.1.2IpAddressread-onlyThe IP address to which this entry's addressing information pertains.
IP rcIpAdEntNetMask1.3.6.1.4.1.2272.1.8.2.1.3IpAddressread-writeThe subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
INT rcIpAdEntBcastAddrFormat1.3.6.1.4.1.2272.1.8.2.1.4INTEGERread-onlyThe IP broadcast address format used on this interface.
I32 rcIpAdEntReasmMaxSize1.3.6.1.4.1.2272.1.8.2.1.5Integer32read-onlyThe size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
ROW rcIpAdEntRowStatus1.3.6.1.4.1.2272.1.8.2.1.6RowStatusread-writeUsed to create/delete entries
I32 rcIpAdEntVlanId1.3.6.1.4.1.2272.1.8.2.1.7Integer32read-writeA value that uniquely identifies the Virtual LAN associated with this entry. This value corresponds to the lower 12 bits in the IEEE 802.1Q VLAN Tag.
T/F rcIpAdEntBrouterPort1.3.6.1.4.1.2272.1.8.2.1.8TruthValueread-onlyUsed to indicate whether this entry correponds to a brouter port (as oppose to a routable VLAN). This value cannot be changed after the row is created.
I32 rcIpAdEntMacOffset1.3.6.1.4.1.2272.1.8.2.1.9Integer32read-writeUsed to translate the ip address into mac address. The system has 512 mac addresses of which 0-507 are reserved for Boardwalk box. 508-511 is reserved for MG. One can either mention a mac offset while configuring an ip on the vlan or it can be alloted by the system within the above range.
INT rcIpAdEntIfType1.3.6.1.4.1.2272.1.8.2.1.10INTEGERread-onlyThe address entry IfType indicates the type of the interface. In the case of circuit-less-IP there is no association with any ports. In other words, it can be thought of as a virtual interface. The value 'brouter port' indicates this interface is associated with a specific physical port. The value 'vlan' indicates a logical port that contains one or physical ports/MLT ports.
T/F rcIpAdEntSecondaryIf1.3.6.1.4.1.2272.1.8.2.1.11TruthValueread-writeUsed to indicate whether this entry correponds to a secondary interface (as oppose to a primary interface). This value cannot be changed after the row is created.
OID rcIpAdEntVrfId1.3.6.1.4.1.2272.1.8.2.1.12VrfIdentifierread-createThe VrfId used in this table is to associate VLANs or Brouter ports to a VRF after the creation of VLANs or Brouter ports. VRFID 0 is reserved for the Administrative VRF.
rcIpFlowTable1.3.6.1.4.1.2272.1.8.3not-accessibleIpFlow Table. This table contain entries that correspond to RSVP records in the switching fabric Address Resolution table. A connection that has a matching entry in this table will be processed with a higher priority than connections that do not have an entry.
rcIpFlowEntry1.3.6.1.4.1.2272.1.8.3.1not-accessibleProprietary flow control variables.
IP rcIpFlowSrcIpAddress1.3.6.1.4.1.2272.1.8.3.1.1IpAddressread-onlyThe source IP address of an IP packet.
I32 rcIpFlowSrcIpPort1.3.6.1.4.1.2272.1.8.3.1.2Integer32read-onlyThe source port of an IP packet. A zero value in this field is used as a wildcard value.
IP rcIpFlowDstIpAddress1.3.6.1.4.1.2272.1.8.3.1.3IpAddressread-onlyThe destination IP address of an IP packet.
I32 rcIpFlowDstIpPort1.3.6.1.4.1.2272.1.8.3.1.4Integer32read-onlyThe destination port of an IP packet. A zero value in this field is used as a wildcard value.
INT rcIpFlowProtocol1.3.6.1.4.1.2272.1.8.3.1.5INTEGERread-onlyThe protocol type of an IP packet. A zero value in this field is used as a wildcard value.
ROW rcIpFlowRowStatus1.3.6.1.4.1.2272.1.8.3.1.6RowStatusread-createStatus of entry.
rcIpRouting1.3.6.1.4.1.2272.1.8.4
rcIpConfDhcpTable1.3.6.1.4.1.2272.1.8.8not-accessibleDHCP configuration table
rcIpConfDhcpEntry1.3.6.1.4.1.2272.1.8.8.1not-accessibleUsed to configure DHCP on a particular port. An entry is created automatically when the variable rcIpConfDhcpEnable is set to TRUE. Once created this entry will only be deleted if the rcIpConfDhcpRowStatus is set to 'destroy(6)'. In which case, the rcIpConfDhcpEnable is automatically reset to the FALSE setting.
NUM rcIpConfDhcpIfIndex1.3.6.1.4.1.2272.1.8.8.1.1InterfaceIndexOrZeroread-onlyInterface number. The number can represent either a physical or logical(VLAN) interface.
I32 rcIpConfDhcpMaxHop1.3.6.1.4.1.2272.1.8.8.1.2Integer32read-createUsed to indicate the maximum number of hops a DHCP packet can take from the source device to the destination device (i.e., DHCP client to DHCP server).
I32 rcIpConfDhcpMinSec1.3.6.1.4.1.2272.1.8.8.1.3Integer32read-createUsed to indicate the minimum number of seconds to wait between receiving a DHCP packet and actually forwarding the DHCP packet to the destination device. A value of zero(0) indicates forwarding should be done immediately without any delay.
INT rcIpConfDhcpMode1.3.6.1.4.1.2272.1.8.8.1.4INTEGERread-createUsed to indicate what type of DHCP packets this interface should support. A value of none(1) will result in all incoming DHCP and BOOTP packets to be dropped.
ROW rcIpConfDhcpRowStatus1.3.6.1.4.1.2272.1.8.8.1.5RowStatusread-createAn entry is created automatically when the variable rcIpConfDhcpEnable is set to TRUE. Once created this entry will only be deleted if the rcIpConfDhcpRowStatus is set to 'destroy(6)'. In which case, the rcIpConfDhcpEnable is automatically reset to the FALSE setting.
C32 rcIpConfDhcpNumRequests1.3.6.1.4.1.2272.1.8.8.1.6Counter32read-onlyThe total number of DHCP requests seen on this interface.
C32 rcIpConfDhcpNumReplies1.3.6.1.4.1.2272.1.8.8.1.7Counter32read-onlyThe total number of DHCP replies seen on this interface.
T/F rcIpConfDhcpAlwaysBroadcast1.3.6.1.4.1.2272.1.8.8.1.8TruthValueread-createUsed to indicate if DHCP Reply packets should be broadcast to the DHCP client on this interface.
INT rcIpConfDhcpClearCounters1.3.6.1.4.1.2272.1.8.8.1.9INTEGERread-createThis object is used to clear the DHCP counters in an entry. When set to clear(1), the values of the counter objects in the entry will be reset to 0, and the value of rcIpConfDhcpCounterClearTime will be set to the current value of sysUpTime. When read, the value of this object is always dummy(2).
TIM rcIpConfDhcpCounterClearTime1.3.6.1.4.1.2272.1.8.8.1.10TimeStampread-onlyThis object indicates the time at which the counter values in this entry were last reset to 0.
rcIpDhcpForwardTable1.3.6.1.4.1.2272.1.8.9not-accessibleDHCP forwarding table.
rcIpDhcpForwardEntry1.3.6.1.4.1.2272.1.8.9.1not-accessibleAn entry used represents a DHCP forwarding directive.
IP rcIpDhcpForwardAgentAddr1.3.6.1.4.1.2272.1.8.9.1.1IpAddressread-onlyThe IP address configured on an interface (i.e., a locally configured IP address).
IP rcIpDhcpForwardServerAddr1.3.6.1.4.1.2272.1.8.9.1.2IpAddressread-onlyThe IP address of the DHCP server. If this IP address corresponds to a locally configured IP network, the DHCP packet is broadcasted out the interface the IP address is assigned to. This behavior is known as 'relay agent' mode. If this IP address is a remote address, the DHCP packet is sent via unicast to the remote device. This behavior is known as 'preferred server' mode.
T/F rcIpDhcpForwardEnable1.3.6.1.4.1.2272.1.8.9.1.3TruthValueread-createUsed to indicate whether is entry should be used.
INT rcIpDhcpForwardMode1.3.6.1.4.1.2272.1.8.9.1.4INTEGERread-createUsed to indicate whether this entry pertains to BOOTP packets, DHCP packets, or both.
ROW rcIpDhcpForwardRowStatus1.3.6.1.4.1.2272.1.8.9.1.5RowStatusread-createRow status of this entry.
rcIpFilter1.3.6.1.4.1.2272.1.8.10
rcIpPolicy1.3.6.1.4.1.2272.1.8.11
rcIpDvmrp1.3.6.1.4.1.2272.1.8.12
rcIpUdp1.3.6.1.4.1.2272.1.8.13
rcIpTosRule1.3.6.1.4.1.2272.1.8.14
I32 rcIpTosRuleAndMask1.3.6.1.4.1.2272.1.8.14.1Integer32read-writeAnd Mask. The Ip ToS byte in the Ip header is logically ANDed with this value, and then logically ORed with the one of the OrRules below.
I32 rcIpTosRuleOrRule11.3.6.1.4.1.2272.1.8.14.2Integer32read-writeQuid/Gid Or rule #1. The Ip ToS byte in the Ip header is logically ORed with this value.
I32 rcIpTosRuleOrRule21.3.6.1.4.1.2272.1.8.14.3Integer32read-writeQuid/Gid Or rule #2. The Ip ToS byte in the Ip header is logically ORed with this value.
I32 rcIpTosRuleOrRule31.3.6.1.4.1.2272.1.8.14.4Integer32read-writeQuid/Gid Or rule #3. The Ip ToS byte in the Ip header is logically ORed with this value.
T/F rcIpTosRuleTosPriorityEnable1.3.6.1.4.1.2272.1.8.14.5TruthValueread-writeEnable Tos priority.
INT rcIpTosRuleTosThreshold1.3.6.1.4.1.2272.1.8.14.6INTEGERread-onlytos threshold
rcIpStaticRoute1.3.6.1.4.1.2272.1.8.15
rcIpPim1.3.6.1.4.1.2272.1.8.16
rcIpCops1.3.6.1.4.1.2272.1.8.19
T/F rcCopsGlobalEnable1.3.6.1.4.1.2272.1.8.19.1TruthValueread-writeCops feature enable/disable
rcIpRipInterface1.3.6.1.4.1.2272.1.8.20
rcIpConfIcmpRdiscTable1.3.6.1.4.1.2272.1.8.22not-accessibleA table used to maintain ICMP Route discovery information for a particular interface.
rcIpConfIcmpRdiscEntry1.3.6.1.4.1.2272.1.8.22.1not-accessibleEntry containing ICMP Rdisc information. An entry is automatically created in this table when routing is enabled for an interface -or- when an ip address is configured on an interface.
I32 rcIpConfIcmpRdiscIfIndex1.3.6.1.4.1.2272.1.8.22.1.1Integer32read-onlyAn unique value to identify a physical interface or a logical interface (VLAN).
IP rcIpConfIcmpRdiscAdvAddress1.3.6.1.4.1.2272.1.8.22.1.2IpAddressread-writeAdvertisement address to which the route discovery advertisements transmitted on this interface.
T/F rcIpConfIcmpRdiscAdvFlag1.3.6.1.4.1.2272.1.8.22.1.3TruthValueread-writeFlag to indicate whether or not the address is to be advertised on this interface.
I32 rcIpConfIcmpRdiscAdvLifetime1.3.6.1.4.1.2272.1.8.22.1.4Integer32read-writeThe value to be placed in the lifetime field of Router Advertisements sent from the interface.
I32 rcIpConfIcmpRdiscMaxAdvInterval1.3.6.1.4.1.2272.1.8.22.1.5Integer32read-writeThe maximum time allowed between sending Router Advertisements from this interface.
I32 rcIpConfIcmpRdiscMinAdvInterval1.3.6.1.4.1.2272.1.8.22.1.6Integer32read-writeThe minimum time allowed between sending Router Advertisements from this interface.
I32 rcIpConfIcmpRdiscPreferenceLevel1.3.6.1.4.1.2272.1.8.22.1.7Integer32read-writePreferability of the router address as a default Router
rcIpMulticastSoftwareForwarding1.3.6.1.4.1.2272.1.8.23
rcIpMrouteHw1.3.6.1.4.1.2272.1.8.24
rcIpResourceUsage1.3.6.1.4.1.2272.1.8.25
rcIpResourceUsageGlobal1.3.6.1.4.1.2272.1.8.25.1
I32 rcIpResourceUsageGlobalIngressRecInUse1.3.6.1.4.1.2272.1.8.25.1.1Integer32read-onlyUsed to get the Ingress Record Usage in the switch. (S-G usage).
I32 rcIpResourceUsageGlobalEgressRecInUse1.3.6.1.4.1.2272.1.8.25.1.2Integer32read-onlyUsed to get the Egress Record Usage in the switch (pepstream count).
I32 rcIpResourceUsageGlobalIngressThreshold1.3.6.1.4.1.2272.1.8.25.1.3Integer32read-writeUsed to get the threshold count for Ingress records.
I32 rcIpResourceUsageGlobalEgressThreshold1.3.6.1.4.1.2272.1.8.25.1.4Integer32read-writeUsed to get threshold count for egress records.
ENA rcIpResourceUsageGlobalSendTrapAndLog1.3.6.1.4.1.2272.1.8.25.1.5EnableValueread-writeA means of alerting the user. If this bool is set, a message will be send to console and also a duReport will be logged.
ENA rcIpResourceUsageGlobalSendTrapOnly1.3.6.1.4.1.2272.1.8.25.1.6EnableValueread-writeA means of alerting the user. If this bool is set, a message will be send to console.
ENA rcIpResourceUsageGlobalLogMsgOnly1.3.6.1.4.1.2272.1.8.25.1.7EnableValueread-writeA means of alerting the user.If this bool is set, a duReport will be logged.
rcIpRsmlt1.3.6.1.4.1.2272.1.8.26
rcIpRsmltGlobal1.3.6.1.4.1.2272.1.8.26.1
I32 rcIpRsmltGlobalTableSize1.3.6.1.4.1.2272.1.8.26.1.1Integer32read-onlyRoute Smlt table size.
T/F rcIpRsmltEdgeSupportEnable1.3.6.1.4.1.2272.1.8.26.1.2TruthValueread-writeUsed to enable/disable RSMLT Edge Support feature
rcIpRsmltOperTable1.3.6.1.4.1.2272.1.8.26.2not-accessibleRoute Smlt Table
rcIpRsmltOperEntry1.3.6.1.4.1.2272.1.8.26.2.1not-accessibleAn entry of Ip As Path Access List Table.
NUM rcIpRsmltOperIfIndex1.3.6.1.4.1.2272.1.8.26.2.1.1InterfaceIndexread-onlyRoute Smlt Oper IfIndex.
T/F rcIpRsmltOperAdminStatus1.3.6.1.4.1.2272.1.8.26.2.1.2TruthValueread-createis a enable/disable flag.
I32 rcIpRsmltOperHoldDownTimer1.3.6.1.4.1.2272.1.8.26.2.1.3Integer32read-createTimer value, the range of value is from 0 to 3600.
I32 rcIpRsmltOperHoldDownTimeRemaining1.3.6.1.4.1.2272.1.8.26.2.1.4Integer32read-onlyThe time value that indicate how much time remaining of HoldDownTimer.
I32 rcIpRsmltOperHoldUpTimer1.3.6.1.4.1.2272.1.8.26.2.1.5Integer32read-createThe range of value 0 to 3600 or 9999. 9999 means infinity.
I32 rcIpRsmltOperHoldUpTimeRemaining1.3.6.1.4.1.2272.1.8.26.2.1.6Integer32read-onlyThe time value that indicate how much time remaining of HoldUpTimer.
IP rcIpRsmltOperIpAddr1.3.6.1.4.1.2272.1.8.26.2.1.7IpAddressread-onlyIP Interface with RSMLT on.
INT rcIpRsmltOperOperStatus1.3.6.1.4.1.2272.1.8.26.2.1.8INTEGERread-onlyThe operation status of Rsmlt, up or down.
IDL rcIpRsmltOperSmltId1.3.6.1.4.1.2272.1.8.26.2.1.9IdListread-onlyThe id range for SMLT is 1-32.
IDL rcIpRsmltOperSltId1.3.6.1.4.1.2272.1.8.26.2.1.10IdListread-onlyThe id range for SLT is 1-512.
I32 rcIpRsmltOperVlanId1.3.6.1.4.1.2272.1.8.26.2.1.11Integer32read-onlyVlan id.
MAC rcIpRsmltOperMacAddr1.3.6.1.4.1.2272.1.8.26.2.1.12MacAddressread-onlyMac Address.
ROW rcIpRsmltOperRowStatus1.3.6.1.4.1.2272.1.8.26.2.1.13RowStatusread-createRow Status.
OID rcIpRsmltOperVrfId1.3.6.1.4.1.2272.1.8.26.2.1.14VrfIdentifierread-onlyIndicates the Virtual Router to which the RSMLT Oper instance belongs.
STR rcIpRsmltOperVrfName1.3.6.1.4.1.2272.1.8.26.2.1.15SnmpAdminStringread-onlyName of the Virtual Router to which the RSMLT Oper instance belongs.
rcIpRsmltPeerTable1.3.6.1.4.1.2272.1.8.26.3not-accessibleRoute Smlt Table
rcIpRsmltPeerEntry1.3.6.1.4.1.2272.1.8.26.3.1not-accessibleAn entry of Ip As Path Access List Table.
NUM rcIpRsmltPeerIfIndex1.3.6.1.4.1.2272.1.8.26.3.1.1InterfaceIndexread-onlyRoute Smlt Oper IfIndex.
T/F rcIpRsmltPeerAdminStatus1.3.6.1.4.1.2272.1.8.26.3.1.2TruthValueread-onlyis a enable/disable flag.
I32 rcIpRsmltPeerHoldDownTimer1.3.6.1.4.1.2272.1.8.26.3.1.3Integer32read-onlyTimer value, the range of value is from 0 to 3600.
I32 rcIpRsmltPeerHoldDownTimeRemaining1.3.6.1.4.1.2272.1.8.26.3.1.4Integer32read-onlyThe time value that indicate how much time remaining of HoldDownTimer.
I32 rcIpRsmltPeerHoldUpTimer1.3.6.1.4.1.2272.1.8.26.3.1.5Integer32read-onlyThe range of value 0 to 3600 or 9999. 9999 means infinity.
I32 rcIpRsmltPeerHoldUpTimeRemaining1.3.6.1.4.1.2272.1.8.26.3.1.6Integer32read-onlyThe time value that indicate how much time remaining of HoldUpTimer.
IP rcIpRsmltPeerIpAddr1.3.6.1.4.1.2272.1.8.26.3.1.7IpAddressread-onlyIP Interface with RSMLT on.
INT rcIpRsmltPeerOperStatus1.3.6.1.4.1.2272.1.8.26.3.1.8INTEGERread-onlyThe operation status of Rsmlt, up or down.
IDL rcIpRsmltPeerSmltId1.3.6.1.4.1.2272.1.8.26.3.1.9IdListread-onlyThe id range for SMLT is 1-32.
IDL rcIpRsmltPeerSltId1.3.6.1.4.1.2272.1.8.26.3.1.10IdListread-onlyThe id range for SLT is 1-512.
I32 rcIpRsmltPeerVlanId1.3.6.1.4.1.2272.1.8.26.3.1.11Integer32read-onlyVlan id.
MAC rcIpRsmltPeerMacAddr1.3.6.1.4.1.2272.1.8.26.3.1.12MacAddressread-onlyMac Address.
OID rcIpRsmltPeerVrfId1.3.6.1.4.1.2272.1.8.26.3.1.13VrfIdentifierread-onlyIndicates the Virtual Router to which the RSMLT Peer instance belongs.
STR rcIpRsmltPeerVrfName1.3.6.1.4.1.2272.1.8.26.3.1.14SnmpAdminStringread-onlyName of the Virtual Router to which the RSMLT Peer instance belongs.
rcIpRsmltEdgePeerTable1.3.6.1.4.1.2272.1.8.26.4not-accessibleRSMLT Edge Support Peer Info table. This table consists of the RSMLT Peers for which the switch will act as a PeerForwarder.
rcIpRsmltEdgePeerEntry1.3.6.1.4.1.2272.1.8.26.4.1not-accessibleRSMLT Edge Support Peer Info Entry
I32 rcIpRsmltEdgeVlanId1.3.6.1.4.1.2272.1.8.26.4.1.1Integer32not-accessibleA value that uniquely identifies the Virtual LAN associated with this entry.
IP rcIpRsmltEdgePeerIpAddress1.3.6.1.4.1.2272.1.8.26.4.1.2IpAddressread-onlyIP address of the Peer RSMLT Interface.
MAC rcIpRsmltEdgePeerMacAddress1.3.6.1.4.1.2272.1.8.26.4.1.3MacAddressread-onlyThe MAC address of the Peer RSMLT interface.
OID rcIpRsmltEdgePeerVrfId1.3.6.1.4.1.2272.1.8.26.4.1.4VrfIdentifierread-onlyIndicates the Virtual Router to which the RSMLT Edge Peer instance belongs.
STR rcIpRsmltEdgePeerVrfName1.3.6.1.4.1.2272.1.8.26.4.1.5SnmpAdminStringread-onlyName of the Virtual Router to which the RSMLT Edge Peer instance belongs.
rcIpVpn1.3.6.1.4.1.2272.1.8.27
rcIpDhcpForwardingScalars1.3.6.1.4.1.2272.1.8.28
T/F rcIpDhcpForwardingEnabled1.3.6.1.4.1.2272.1.8.28.1TruthValueread-writeIndicates whether DHCP forwarding is globally enabled.
T/F rcIpDhcpForwardingOption82Enabled1.3.6.1.4.1.2272.1.8.28.2TruthValueread-writeIndicates whether the use of DHCP option 82 is enabled.
I32 rcIpDhcpForwardingMaxFrameLength1.3.6.1.4.1.2272.1.8.28.3Integer32read-writeMaximum DHCP frame length.
rcIpGenPolicy1.3.6.1.4.1.2272.1.8.100
rcIpBgp1.3.6.1.4.1.2272.1.8.101
rcIpMpls1.3.6.1.4.1.2272.1.8.102
rcIpInterVrfStaticRoute1.3.6.1.4.1.2272.1.8.103
rcIpBfd1.3.6.1.4.1.2272.1.8.104
T/F rcIpBfdTrapEnabled1.3.6.1.4.1.2272.1.8.104.1TruthValueread-writeUsed to indicate whether BFD traps should be sent or not
U32 rcIpBfdHoldOffTimerInterval1.3.6.1.4.1.2272.1.8.104.2Unsigned32read-writeThis object specifies the hold off timer interval, in second. 0 means that hold off timer is disabled.
rcIpStaticMRoute1.3.6.1.4.1.2272.1.8.105
rcIpEcmp1.3.6.1.4.1.2272.1.8.106

FAQ

What would an engineer check via RC-IP-MIB on a Bay Networks/Nortel Accelar switch?
They'd check per-interface routing configuration -- whether RIP, OSPF, or IGMP is enabled, whether default routes are advertised or accepted, DHCP relay status, how the interface's IP address was assigned, and whether RSMLT redundancy is correctly configured -- to verify the Layer 3 configuration state of each routed interface.

Why would someone load RC-IP-MIB into a MIB browser before scripting polls against it?
Because it's a legacy vendor extension rarely bundled with modern tooling, engineers typically inspect the rcIpConfTable structure and object semantics in a MIB browser first, since it adapts standard IP-MIB/RIP2-MIB concepts to the Bay Networks/Nortel Accelar switch architecture.

RFC description

IP management information base module for managing IP and ICMP implementations on networking devices.

Start monitoring Bay Networks/Nortel Accelar (Rapid-City/Passport) Layer 3 switch (per-interface IP/routing-protocol configuration) 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-IP-MIB