RAPID-CITY

MIB Reference — IPNetwork Monitor

All MIBsRAPID-CITY

Organization: Bay Networks, Rapid-City Group

Last Updated: 1997-01-01

Category: Bay Networks / Nortel, Routing, SMI / Registration

Description:

Provides the base MIB framework for Bay Networks Rapid-City ERS switch management.

Imported Objects

From ATM-TC-MIB

AtmAddr

From BGP4-MIB

bgpPeerLastErrorOBJECT-TYPE
bgpPeerRemoteAddrOBJECT-TYPE
bgpPeerStateOBJECT-TYPE

From DIFFSERV-MIB

IndexInteger

From DVMRP-MIB

dvmrpInterfaceIfIndexOBJECT-TYPE
dvmrpInterfaceOperStateOBJECT-TYPE
dvmrpNeighborAddressOBJECT-TYPE
dvmrpNeighborIfIndexOBJECT-TYPE

From IGMP-STD-MIB

igmpCacheAddressOBJECT-TYPE
igmpCacheIfIndexOBJECT-TYPE
igmpInterfaceIfIndexOBJECT-TYPE
igmpInterfaceQuerierOBJECT-TYPE

From INET-ADDRESS-MIB

InetAddress
InetAddressPrefixLength
InetAddressType
InetAutonomousSystemNumber
InetPortNumber

From IPV6-TC

Ipv6Address
Ipv6AddressIfIdentifier
Ipv6AddressPrefix
Ipv6IfIndex
Ipv6IfIndexOrZero

From MPLS-TC-STD-MIB

MplsExtendedTunnelId
MplsLSPID
MplsLabel
MplsLdpIdentifier
MplsTunnelIndex
MplsTunnelInstanceIndex

From MSDP-MIB

msdpPeerEntryOBJECT-TYPE
msdpPeerFsmEstablishedTransitionsOBJECT-TYPE
msdpPeerStateOBJECT-TYPE
msdpSACacheEntryOBJECT-TYPE

From RFC1155-SMI

Counter
IpAddress
TimeTicks
enterprises

From RFC1213-MIB

DisplayString
PhysAddress
ifAdminStatus
ifIndex
ifOperStatus
ipNetToMediaNetAddress
ipNetToMediaPhysAddress

From SNMP-FRAMEWORK-MIB

SnmpAdminString
SnmpSecurityLevel
SnmpSecurityModel

From SNMPv2-CONF

MODULE-COMPLIANCE
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Counter64
Gauge32
Integer32
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

DateAndTime
MacAddress
RowPointer
RowStatus
StorageType
TEXTUAL-CONVENTION
TimeInterval
TimeStamp
TruthValue

From VRRP-MIB

VrId

What Is RAPID-CITY?

RAPID-CITY is the base MIB module for Bay Networks'/Nortel's Rapid City switch software, originally developed for the Accelar product family and later used across Bay Networks/Nortel Ethernet Routing Switches (ERS). It exposes core system-level configuration and status objects: system IP addressing (rcSysIpAddr, rcSysNetMask, rcSysBroadcast), SNMP community-string configuration (rcSysCommReadWriteAll, rcSysCommReadWrite, rcSysCommReadOnly), software version (rcSysVersion), an action/result command interface (rcSysAction, rcSysResult), and change-tracking timestamps (rcSysLastChange, rcSysLastVlanChange, rcSysLastStatisticsReset); these objects are registered under the RAPID-CITY OID branch inherited from the original Accelar switch software architecture. This makes it useful for monitoring both configuration and software status of the device — confirming the running software version, detecting unexpected configuration changes via the last-change timestamps, and tracking when VLAN configuration or statistics counters were last reset — though it is oriented toward system/config state rather than chassis hardware sensors like temperature. It builds on the standard SNMPv2 framework (internet, snmpModules) referenced in its OID tree. It is deployed on Bay Networks/Nortel Accelar and Ethernet Routing Switch chassis in enterprise and campus network environments.

IPNetwork Monitor allows you to monitor SNMP objects defined in RAPID-CITY. 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

  • system IP address/netmask/broadcast
  • SNMP community string configuration
  • software version
  • last configuration/VLAN change timestamp
  • last statistics reset timestamp
  • management action/result status

Supported Devices

  • Bay Networks/Nortel Accelar and Ethernet Routing Switch (ERS) chassis switches

Monitoring Examples

An admin would poll rcSysVersion to confirm the software release running on an Accelar/ERS switch, and watch rcSysLastChange or rcSysLastVlanChange for an unexpected timestamp update indicating an unplanned configuration change. Checking rcSysCommReadWriteAll/rcSysCommReadOnly would reveal whether default or non-standard SNMP community strings are configured, a common security audit point, while rcSysAction/rcSysResult would be used to issue and confirm the outcome of a management command like a reset or save-config operation.

OIDs
OID symbolicOID numericTypeAccessDescription
internet1.3.6.1
rapidCity1.3.6.1.4.1.2272Enterprise MIB for the Accelar product family.
rcMgmt1.3.6.1.4.1.2272.1
rcSystem1.3.6.1.4.1.2272.1.1
IP rcSysIpAddr1.3.6.1.4.1.2272.1.1.1IpAddressread-onlyThis entity's IP address.
IP rcSysNetMask1.3.6.1.4.1.2272.1.1.2IpAddressread-onlyThis entity's subnet mask.
IP rcSysBroadcast1.3.6.1.4.1.2272.1.1.3IpAddressread-onlyThis entity's broadcast address.
STR rcSysCommReadWriteAll1.3.6.1.4.1.2272.1.1.4DisplayStringread-writeWhen an SNMP message is received by this entity, the community string in the message is compared with this string first. If it matches, read-write access is granted to all items in the MIB. If it doesn't match, the rcSysCommReadWrite string is compared next.
STR rcSysCommReadWrite1.3.6.1.4.1.2272.1.1.5DisplayStringread-writeWhen an SNMP message is received by this entity, the community string in the message is compared with this string second. If it matches, read-write access is granted to all items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadWriteLayer3 string is compared next.
STR rcSysCommReadOnly1.3.6.1.4.1.2272.1.1.6DisplayStringread-writeWhen an SNMP message is received by this entity, the community string in the message is compared with this string third. If it matches, read-only access is granted to all items in the MIB except community strings. (Community strings appear empty when read.) If it doesn't match, no access is granted, no response is sent back to the SNMP requester, and SNMP traps are sent to the SNMP trap receiver(s) if configured.
STR rcSysVersion1.3.6.1.4.1.2272.1.1.7DisplayStringread-onlySoftware version running on device
INT rcSysAction1.3.6.1.4.1.2272.1.1.8INTEGERread-writeInitiate a system action.
INT rcSysResult1.3.6.1.4.1.2272.1.1.9INTEGERread-onlyResult from the last system action.
TIK rcSysLastChange1.3.6.1.4.1.2272.1.1.10TimeTicksread-onlyLast management initiated configuration change since sysUpTime.
TIK rcSysLastVlanChange1.3.6.1.4.1.2272.1.1.11TimeTicksread-onlyLast management initiated VLAN configuration change since sysUpTime.
TIK rcSysLastStatisticsReset1.3.6.1.4.1.2272.1.1.12TimeTicksread-onlyLast management initiated statistics reset since sysUpTime.
INT rcSysBufferUtil1.3.6.1.4.1.2272.1.1.13INTEGERread-onlyBuffer utilization as a percentage of the total amount of buffer space in the system. A high value indicates congestion.
INT rcSysBufferUtilPeak1.3.6.1.4.1.2272.1.1.14INTEGERread-onlyThe largest buffer utilization since sysUpTime
TIK rcSysBufferUtilPeakTime1.3.6.1.4.1.2272.1.1.15TimeTicksread-onlyTimestamp for rcSysPeakBandwidth
G32 rcSysNVRamSize1.3.6.1.4.1.2272.1.1.16Gauge32read-onlyTotal Non-volatile RAM in Kbytes
G32 rcSysNVRamUsed1.3.6.1.4.1.2272.1.1.17Gauge32read-onlyNon-volatile RAM in use in Kbytes
TIK rcSysLastSaveToNVRam1.3.6.1.4.1.2272.1.1.18TimeTicksread-onlySysUpTime of the last time when NVRAM was written to. This could be a save of the system configuration or via a file transfer of a configuration file.
TIK rcSysLastSaveToStandbyNVRam1.3.6.1.4.1.2272.1.1.19TimeTicksread-onlySysUpTime of the last time when the standby NVRAM (on the back-up CPU board) was written to.
G32 rcSysCpuUtil1.3.6.1.4.1.2272.1.1.20Gauge32read-onlyPercentage of CPU utilization
G32 rcSysSwitchFabricUtil1.3.6.1.4.1.2272.1.1.21Gauge32read-onlyPercentage of Switching Fabric utilization
INT rcSysRmonMemSize1.3.6.1.4.1.2272.1.1.22INTEGERread-writeAmount of RAM in bytes to allocate for RMON to use when rcSysRmonEnable is TRUE.
T/F rcSysRmonEnable1.3.6.1.4.1.2272.1.1.23TruthValueread-writeControl whether the RMON feature should be enabled. To enable the RMON feature, set this variable to true. The RMON agent in the device will get started immediately if the amount of memory specified by rcSysRmonMemSize is currently available in the device. To disable the RMON feature, set this variable to false, save the new setting to NVRAM, and reboot the device. After the device is rebooted the RMON agent will not be operational.
T/F rcSysRmonSaveConfig1.3.6.1.4.1.2272.1.1.24TruthValueread-writeControl whether RMON configuration information should be saved to NVRAM so RMON settings can be automatically reinstalled after a system reboot. Setting rcSysRmonSaveConfig to true does not immediately save the configuration information. The save happens when the rcSysAction variable is set to 'saveToNVRAM(4)'. This option is only meaningful when the rcSysRmonEnable variable is set to true.
INT rcSysRmonTrapOption1.3.6.1.4.1.2272.1.1.25INTEGERread-writeUsed to indicate whether RMON traps should be sent to only the owner of the RMON alarm (i.e., the manager that created the alarm entry) or all trap recipients in the system trap receiver table.
T/F rcSysSupportRouting1.3.6.1.4.1.2272.1.1.26TruthValueread-onlyUsed to indicate whether routing is supported in this product.
T/F rcSysSupportWebServer1.3.6.1.4.1.2272.1.1.27TruthValueread-onlyUsed to indicate whether WebServer is supported in this product.
TIK rcSysLastIpAddrChange1.3.6.1.4.1.2272.1.1.28TimeTicksread-onlyLast management initiated IP address change since sysUpTime. Any addition or deletion of an IP address to a single routable port or a VLAN is time-stamped by this variable.
STR rcSysCommReadWriteLayer31.3.6.1.4.1.2272.1.1.29DisplayStringread-writeWhen an SNMP message is received by this entity, the community string in the message is compared with this string third. If it matches, read-write access is granted to all Layer-3 items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadWriteLayer2 string is compared next.
STR rcSysCommReadWriteLayer21.3.6.1.4.1.2272.1.1.30DisplayStringread-writeWhen an SNMP message is received by this entity, the community string in the message is compared with this string fourth. If it matches, read-write access is granted to all Layer-2 items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadOnly string is compared next.
T/F rcSysAccessPolicyEnable1.3.6.1.4.1.2272.1.1.31TruthValueread-writeUsed to configure the system access policy feature. if 'true', the rcSysAccessPolicyTable is examined to determine which packets should be allowed or denied access to this device.
STR rcSysDefaultRuntimeConfigFileName1.3.6.1.4.1.2272.1.1.32DisplayStringread-onlydefault config.
STR rcSysDefaultBootConfigFileName1.3.6.1.4.1.2272.1.1.33DisplayStringread-onlydefault boot config.
STR rcSysConfigFileName1.3.6.1.4.1.2272.1.1.34DisplayStringread-writeFile name used in conjunction with rcSysAction. If rcSysAction is set to 'saveRuntimeConfig' or 'saveRuntimeConfigToSlave' then this file name will be used instead of the file name specified in rcSysDefaultRuntimeConfigFileName. If rcSysAction is set to 'saveBootConfig' or 'saveBootConfigToSlave' then this file name will be used insteaad of the file name specified in rcSysDefaultBootConfigFileName. If the file name is blank (i.e., nothing is entered) then the default file name will be used.
TIK rcSysLastRunTimeConfigSave1.3.6.1.4.1.2272.1.1.35TimeTicksread-onlySysUpTime of the last time when the run time configuration was written to.
TIK rcSysLastRunTimeConfigSaveToSlave1.3.6.1.4.1.2272.1.1.36TimeTicksread-onlySysUpTime of the last time when the run time configuration was written to slave NVRAM.
TIK rcSysLastBootConfigSave1.3.6.1.4.1.2272.1.1.37TimeTicksread-onlySysUpTime of the last time when the boot configuration was written to.
TIK rcSysLastBootConfigSaveOnSlave1.3.6.1.4.1.2272.1.1.38TimeTicksread-onlySysUpTime of the last time when the boot configuration was written on the slave NVRAM.
INT rcSysRmonUtilizationMethod1.3.6.1.4.1.2272.1.1.39INTEGERread-writeUsed to control whether RMON should use a half-duplex or full-duplex formula to calculate port utilization. When set to 'halfDuplex', RMON will use InOctets and the port's speed to calculate port utilization (this is the standard RMON rfc1271 convention). When set to 'fullDuplex', RMON will use InOctets and OutOctets and 2X the port's speed to calculate port utilization. Furthermore, if this variable is set to 'fullDuplex', but the port is operating in a half-duplex mode, the calculation defaults back to the rfc1271 convention.
STR rcSysCommReadWriteLayer11.3.6.1.4.1.2272.1.1.40DisplayStringread-writeread-write L1 access
G32 rcSysOtherBufferUtil1.3.6.1.4.1.2272.1.1.41Gauge32read-onlybw currently consumed
G32 rcSysOtherBufferUtilPeak1.3.6.1.4.1.2272.1.1.42Gauge32read-onlypeak bw since reset
TIK rcSysOtherBufferUtilPeakTime1.3.6.1.4.1.2272.1.1.43TimeTicksread-onlytimestamp for rcSysPeakBw
G32 rcSysOtherCpuUtil1.3.6.1.4.1.2272.1.1.44Gauge32read-only% cpu utilization
G32 rcSysOtherSwitchFabricUtil1.3.6.1.4.1.2272.1.1.45Gauge32read-only% switch fabric util
I32 rcSysDramSize1.3.6.1.4.1.2272.1.1.46Integer32read-onlyDram size in mega-bytes
G32 rcSysDramUsed1.3.6.1.4.1.2272.1.1.47Gauge32read-onlyDram used in percentage
I32 rcSysDramFree1.3.6.1.4.1.2272.1.1.48Integer32read-onlyDram free size in kilo-bytes
I32 rcSysDramMaxBlockFree1.3.6.1.4.1.2272.1.1.49Integer32read-onlyDram max block free size in kilo-bytes
IP rcSysVirtualIpAddr1.3.6.1.4.1.2272.1.1.51IpAddressread-writeVirtual IP is an IP address that owned and advertised only by the master CPU. So whichever CPU is master registers this IP address. Unlike the management IP address, this address goes in the switch config file and not the boot config
IP rcSysVirtualNetMask1.3.6.1.4.1.2272.1.1.52IpAddressread-writeNet mask of the management virtual Ip address
I32 rcSysReadWriteLevel1.3.6.1.4.1.2272.1.1.53Integer32read-writeThe status of the read/write level
INT rcSysMTUSize1.3.6.1.4.1.2272.1.1.55INTEGERread-writeThis is the maximum transmission size of frames that all the ports on the chassis support.
INT rcSysClockSyncTime1.3.6.1.4.1.2272.1.1.56INTEGERread-writeTime interval at which RTC and system clocks are synchronized.
T/F rcSysForceTrapSender1.3.6.1.4.1.2272.1.1.57TruthValueread-writeThis is a flag that if user wants to configured CLIP (Circuit Less IP) as trap originator.
T/F rcSysMrouteStrLimit1.3.6.1.4.1.2272.1.1.58TruthValueread-writeenable or disable mroute stream limit in system.
rcSysTrapRecvTable1.3.6.1.4.1.2272.1.1.60not-accessibleThe trap receiver table (0 to 25 entries). This table lists the addresses of Network Management Stations that should receive trap messages from this entity when an exception condition occurs.
rcSysTrapRecvEntry1.3.6.1.4.1.2272.1.1.60.1not-accessibleA trap receiver table entry.
IP rcSysTrapRecvAddress1.3.6.1.4.1.2272.1.1.60.1.1IpAddressread-onlyIP address for trap receiver.
INT rcSysTrapRecvVersion1.3.6.1.4.1.2272.1.1.60.1.2INTEGERread-writeThe version of trap receiver.
STR rcSysTrapRecvCommunity1.3.6.1.4.1.2272.1.1.60.1.3DisplayStringread-writeCommunity string used for trap messages to this trap receiver.
IP rcSysTrapRecvSrcAddress1.3.6.1.4.1.2272.1.1.60.1.4IpAddressread-writeSource IP address to use when sending traps. This IP address will be inserted into the source IP address field in the UDP trap packet.
ROW rcSysTrapRecvRowStatus1.3.6.1.4.1.2272.1.1.60.1.5RowStatusread-writeUsed to create/delete entries
rcSysAccessPolicyTable1.3.6.1.4.1.2272.1.1.61not-accessibleManagement access policy table. This table is used to permit or deny access to this device via the specified source Id.
rcSysAccessPolicyEntry1.3.6.1.4.1.2272.1.1.61.1not-accessibleAn access policy table entry.
INT rcSysAccessPolicyId1.3.6.1.4.1.2272.1.1.61.1.1INTEGERread-onlyPolicy Id.
STR rcSysAccessPolicyName1.3.6.1.4.1.2272.1.1.61.1.2DisplayStringread-writeName of this policy.
T/F rcSysAccessPolicyPolicyEnable1.3.6.1.4.1.2272.1.1.61.1.3TruthValueread-writeIndicate whether this policy is currently active.
INT rcSysAccessPolicyMode1.3.6.1.4.1.2272.1.1.61.1.4INTEGERread-writeUsed to indicate whether a packet having a source IP address that matches this entry should be permitted to enter the device or denied access.
INT rcSysAccessPolicyService1.3.6.1.4.1.2272.1.1.61.1.5INTEGERread-writeIs represented as bitset to indicate which protocol this entry should be applied to. Value is one of multiple(logical 'OR') of the following values: telnet(1), snmp(2), tftp(4), ftp(8), http(16), rlogin(32), ssh(64), snmp-v3(128) telnet(1): enables telnet service snmp(2): enables snmp service tftp(4): enables tftp service ftp(8): enables ftp service http(16): enables http service rlogin(32): enables rlogin service ssh(64): enables ssh service snmp-v3(128): enables snmp service for v3 groups Value 0 means no service enabled.
INT rcSysAccessPolicyPrecedence1.3.6.1.4.1.2272.1.1.61.1.6INTEGERread-writeUsed to indicate the precedence of this policy. The Lower the number the higher the precedence.
IP rcSysAccessPolicyNetAddr1.3.6.1.4.1.2272.1.1.61.1.7IpAddressread-writeSource network IP address.
IP rcSysAccessPolicyNetMask1.3.6.1.4.1.2272.1.1.61.1.8IpAddressread-writeSource network mask.
IP rcSysAccessPolicyTrustedHostAddr1.3.6.1.4.1.2272.1.1.61.1.9IpAddressread-writeTrusted IP address of host performing a rlogin into the device.
STR rcSysAccessPolicyTrustedHostUserName1.3.6.1.4.1.2272.1.1.61.1.10DisplayStringread-writeUser name on the trusted host performing a rlogin into the device.
INT rcSysAccessPolicyAccessLevel1.3.6.1.4.1.2272.1.1.61.1.11INTEGERread-writeAccess level of trusted host.
T/F rcSysAccessPolicyLog1.3.6.1.4.1.2272.1.1.61.1.12TruthValueread-writeUsed to indicate whether logging should be performed if this policy was applied.
C32 rcSysAccessPolicyUsage1.3.6.1.4.1.2272.1.1.61.1.13Counter32read-onlyUsage Counter
ROW rcSysAccessPolicyRowStatus1.3.6.1.4.1.2272.1.1.61.1.14RowStatusread-writeUsed to create/delete an entry
T/F rcSysAccessPolicyAccessStrict1.3.6.1.4.1.2272.1.1.61.1.15TruthValueread-writeUsed to restrict the access level specified in the system access policy table to exactly the same access level as specified by user. If TRUE then only the access level in the policy table is allowed access. If FALSE, then the default behavior is to assume the access level specified in policy table as the floor.
INT rcSysAccessPolicyNetInetAddrType1.3.6.1.4.1.2272.1.1.61.1.16INTEGERread-writeSource network Inet Address Type.
IP rcSysAccessPolicyNetInetAddress1.3.6.1.4.1.2272.1.1.61.1.17InetAddressread-writeSource network Inet Address (prefix/network).
ADR rcSysAccessPolicyNetInetAddrPrefixLen1.3.6.1.4.1.2272.1.1.61.1.18InetAddressPrefixLengthread-writeSource network Inet Address Prefix-Length/Mask.
IP rcSysAccessPolicyTrustedHostInetAddress1.3.6.1.4.1.2272.1.1.61.1.19InetAddressread-writeTrusted Inet address of host performing a rlogin into the device.
rcSysTrapSenderTable1.3.6.1.4.1.2272.1.1.62not-accessibleThe trap sender table (0 to 25 entries). This table lists the addresses of Network Management Stations and the Source Address that should receive trap messages from this entity when an exception condition occurs.
rcSysTrapSenderEntry1.3.6.1.4.1.2272.1.1.62.1not-accessibleA trap sender table entry.
IP rcSysTrapSenderRecvAddress1.3.6.1.4.1.2272.1.1.62.1.1IpAddressread-onlyIP address for trap receiver.
IP rcSysTrapSenderSrcAddress1.3.6.1.4.1.2272.1.1.62.1.2IpAddressread-writeIP address for trap sender.
rcSysDnsServerListTable1.3.6.1.4.1.2272.1.1.64not-accessibleDNS serever list table used to store the details of the DNS server configured.
rcSysDnsServerListEntry1.3.6.1.4.1.2272.1.1.64.1not-accessibletable entry.
INT rcSysDnsServerListType1.3.6.1.4.1.2272.1.1.64.1.1INTEGERread-onlyType of the DNS server
IP rcSysDnsServerListIp1.3.6.1.4.1.2272.1.1.64.1.2IpAddressread-writeIP address of the DNS server
INT rcSysDnsServerListStatus1.3.6.1.4.1.2272.1.1.64.1.3INTEGERread-onlyStatus of DNS server
C32 rcSysDnsServerListRequestCount1.3.6.1.4.1.2272.1.1.64.1.4Counter32read-onlyNumber of request send to this server
C32 rcSysDnsServerListSuccessCount1.3.6.1.4.1.2272.1.1.64.1.5Counter32read-onlyNumber of request send to this server which are successful
ROW rcSysDnsServerListRowStatus1.3.6.1.4.1.2272.1.1.64.1.6RowStatusread-writeUsed to create/delete DNS server entries in rcSysDnsServerListTable.
IPt rcSysDnsServerListAddressType1.3.6.1.4.1.2272.1.1.64.1.7InetAddressTyperead-writeThe address type of DNS Server.
IP rcSysDnsServerListAddress1.3.6.1.4.1.2272.1.1.64.1.8InetAddressread-writeThe address of the DNS Server
rcSysDnsHostTable1.3.6.1.4.1.2272.1.1.65not-accessibleDNS Host table.
rcSysDnsHostEntry1.3.6.1.4.1.2272.1.1.65.1not-accessibletable entry.
OCT rcSysDnsHostData1.3.6.1.4.1.2272.1.1.65.1.1OCTET STRINGread-onlyHost Name or Host IP Address.
OCT rcSysDnsHostName1.3.6.1.4.1.2272.1.1.65.1.2OCTET STRINGread-onlyHost Name.
IP rcSysDnsHostIpAddress1.3.6.1.4.1.2272.1.1.65.1.3IpAddressread-onlyHost IP Address.
OCT rcSysDnsHostSource1.3.6.1.4.1.2272.1.1.65.1.4OCTET STRINGread-onlyDNS Server IP or /etc/host file.
IPt rcSysDnsHostAddressType1.3.6.1.4.1.2272.1.1.65.1.5InetAddressTyperead-onlyAddress Type of the Host.
IP rcSysDnsHostAddress1.3.6.1.4.1.2272.1.1.65.1.6InetAddressread-onlyAddress of the Host.
INT rcSysMsgLogFrequency1.3.6.1.4.1.2272.1.1.66INTEGERread-onlyUsed to specify the maximum frequency/count of the occurence of the Log Message.
STR rcSysMsgLogText1.3.6.1.4.1.2272.1.1.67DisplayStringread-onlyA textual string containing the first four characters of the Log Message.
T/F rcSysForceIpHdrSender1.3.6.1.4.1.2272.1.1.68TruthValueread-writeFlag to decide if IP header source address will be matched with SNMP header sender networks.
STR rcSysDnsDomainName1.3.6.1.4.1.2272.1.1.70DisplayStringread-writeDefault domain used for querying the DNS Server.
IP rcSysDnsServerListIpAddr1.3.6.1.4.1.2272.1.1.71IpAddressread-onlyDNS server's IP address
INT rcSysDnsRequestType1.3.6.1.4.1.2272.1.1.72INTEGERread-onlyDNS Type: Whether it was Dns Request or a Response
INT rcSysSpanningTreeOperMode1.3.6.1.4.1.2272.1.1.73INTEGERread-onlyThis object indicates the current spanning-tree mode of the system. The meaning of specific values is: nortelStpg(1) .. The older proprietary mode which supports multiple spanning tree groups. pvst(2) ..Emulation of C***O spanning tree mode rstp(3) ..IEEE 802.1w mode mstp(4) ..IEEE 802.1s mode .
INT rcSysSpanningTreeAdminMode1.3.6.1.4.1.2272.1.1.74INTEGERread-writeThis object indicates the desired spanning-tree mode of the system. The meaning of specific values is: nortelStpg(1) .. The older proprietary mode which supports multiple spanning tree groups. pvst(2) ..Emulation of C***O spanning tree mode rstp(3) ..IEEE 802.1w mode mstp(4) ..IEEE 802.1s mode . Note that depending on the current value of rcSysSpanningTreeOperMode and the value to which this object is set, the operational mode may be immediately changed, or the change may not take effect until the next system reboot.
INT rcSysAutoRecoverDelay1.3.6.1.4.1.2272.1.1.75INTEGERread-writeTime interval in seconds after which auto-recovery runs on ports to clear action taken by cp-limit, link flap or loop detect
INT rcSysMacFlapLimitTime1.3.6.1.4.1.2272.1.1.76INTEGERread-writeTime limit in milliseconds for MAC flapping for loop-detect feature
I32 rcSysMacFlapLimitCount1.3.6.1.4.1.2272.1.1.77Integer32read-onlyNumber of times mac flapping can happen for loop-detect feature
T/F rcSysExtCplimitEnable1.3.6.1.4.1.2272.1.1.78TruthValueread-writeenable or disable extended CP-LIMIT in system.
INT rcSysExtCplimitMinCongTime1.3.6.1.4.1.2272.1.1.79INTEGERread-writeMinimum time for which System octapid should be congested to trigger congestion algorithm for extended CP-LIMIT in mSecs
INT rcSysExtCplimitMaxPorts1.3.6.1.4.1.2272.1.1.80INTEGERread-writeMaximum number of ports which need to be monitored for congestion in Extended CP-LIMIT
INT rcSysExtCplimitPortCongTime1.3.6.1.4.1.2272.1.1.81INTEGERread-writeMinimum time for which ingress traffic utilization rate of a monitored port should stay more than the allowed limits in order to disable the port for extended CP-LIMIT in Secs
INT rcSysExtCplimitTrapLevel1.3.6.1.4.1.2272.1.1.82INTEGERread-writeIndicates the trap level for extended CP-LIMIT
T/F rcSysExtCplimitSysOctapidCongested1.3.6.1.4.1.2272.1.1.83TruthValueread-onlyIndicates whether system octapid congestion detected for extended cp-limit
T/F rcSysExtCplimitPortsMonitored1.3.6.1.4.1.2272.1.1.84TruthValueread-onlyIndicates whether ports has been shutdown due to extended cp-limit
T/F rcSysExtCplimitPortsShutDown1.3.6.1.4.1.2272.1.1.85TruthValueread-onlyIndicates whether ports has been shutdown due to extended Cp-limit
INT rcSysActionL11.3.6.1.4.1.2272.1.1.86INTEGERread-writeInitiate a system action for layer1 user
INT rcSysActionL21.3.6.1.4.1.2272.1.1.87INTEGERread-writeInitiate a system action for layer2 user
INT rcSysActionL31.3.6.1.4.1.2272.1.1.88INTEGERread-writeInitiate a system action for layer3 user
INT rcSysActionRwa1.3.6.1.4.1.2272.1.1.89INTEGERread-writeInitiate a system action.
I32 rcSysPowerUsage1.3.6.1.4.1.2272.1.1.90Integer32read-onlyThe current power usage for the whole chassis.
I32 rcSysPowerAvailable1.3.6.1.4.1.2272.1.1.91Integer32read-onlyThe current power available for the whole chassis.
rcSysFrcMsgControlTable1.3.6.1.4.1.2272.1.1.94not-accessibleManagement Force-msg Control table. This table is used to specify the pattern for Force-msg Control
rcSysFrcMsgControlEntry1.3.6.1.4.1.2272.1.1.94.1not-accessibleA Force-msg Control table entry.
I32 rcSysFrcMsgControlPatternId1.3.6.1.4.1.2272.1.1.94.1.1Integer32not-accessiblePattern Id.
STR rcSysFrcMsgControlPattern1.3.6.1.4.1.2272.1.1.94.1.2DisplayStringread-writePattern for filtering the force-msg for msg control
ROW rcSysFrcMsgControlRowStatus1.3.6.1.4.1.2272.1.1.94.1.3RowStatusread-writeUsed to create/delete an entry
rcSysAccPolSnmpGrpTable1.3.6.1.4.1.2272.1.1.95not-accessibleSNMP group list for access policy
rcSysAccPolSnmpGrpEntry1.3.6.1.4.1.2272.1.1.95.1not-accessibleThe table entry which covers the groups under snmp service.
STR rcSysAccPolSnmpGrpName1.3.6.1.4.1.2272.1.1.95.1.1SnmpAdminStringnot-accessibleThe snmp-v3 group name
SNM rcSysAccPolSnmpGrpModel1.3.6.1.4.1.2272.1.1.95.1.2SnmpSecurityModelnot-accessibleThe snmp model
ROW rcSysAccPolSnmpGrpRowStatus1.3.6.1.4.1.2272.1.1.95.1.3RowStatusread-writeRow status
ADR rcSysVirtualIpv6Addr1.3.6.1.4.1.2272.1.1.96Ipv6Addressread-writeVirtual IP is an IP address that owned and advertised only by the master CPU. So whichever CPU is master registers this IP address.
INT rcSysVirtualIpv6PrefixLength1.3.6.1.4.1.2272.1.1.97INTEGERread-writeThe length of the virtual ipv6 addr prefix (in bits).
INT rcSysConfigMode1.3.6.1.4.1.2272.1.1.98INTEGERread-writeThis is used in conjunction with rcSysAction inorder to decide the mode in which the config file is going to be saved in.
U32 rcSysLicenseTrialDaysLeft1.3.6.1.4.1.2272.1.1.100Unsigned32read-onlyThis indicates days left before License Trial Period will expire.
rcTftp1.3.6.1.4.1.2272.1.2
IP rcTftpHost1.3.6.1.4.1.2272.1.2.1IpAddressread-writeName of source/destination host for the TFTP transfer.
STR rcTftpFile1.3.6.1.4.1.2272.1.2.2DisplayStringread-writeName of file for the TFTP transfer.
INT rcTftpAction1.3.6.1.4.1.2272.1.2.3INTEGERread-writeThe action for the TFTP transfer.
INT rcTftpResult1.3.6.1.4.1.2272.1.2.4INTEGERread-onlyContains result of the last Tftp action request.
rcVlan1.3.6.1.4.1.2272.1.3
INT rcVlanNumVlans1.3.6.1.4.1.2272.1.3.1INTEGERread-onlyThe number of VLANs currently defined in the switch.
rcVlanTable1.3.6.1.4.1.2272.1.3.2not-accessibleA list of Virtual LAN entries. The number of entries is given by rcVlanNumVlans.
rcVlanEntry1.3.6.1.4.1.2272.1.3.2.1not-accessibleEntry containing configuration information for a particular Virtual LAN. The relationship between the various port sets in a VLAN Entry are : o The set of ports defined by PortMembers must be a subset of the set of ports in the underlying STG of the VLAN. o The bitwise AND of PortMembers and NotAllowToJoin must be the empty set. o The bitwise OR of PortMembers and NotAllowToJoin must be the set of ports in the underlying STG of the VLAN. o The set of ports defined by StaticMembers must be a subset of the set of ports defined by PortMembers. o The bitwise XOR of PortMembers and StaticMembers defines the set of dynamic (potential) members of the VLAN. o The set of ports defined by ActiveMembers must be a subset of the set of ports defined by PortMembers.
INT rcVlanId1.3.6.1.4.1.2272.1.3.2.1.1INTEGERread-onlyA 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.
STR rcVlanName1.3.6.1.4.1.2272.1.3.2.1.2DisplayStringread-writeAn administratively-assigned name for this VLAN.
INT rcVlanColor1.3.6.1.4.1.2272.1.3.2.1.3INTEGERread-writeAn administratively-assigned color code for this VLAN. The value of this object is used by the VLAN Manager GUI tool to select a color when it draws this VLAN on the screen.
T/F rcVlanHighPriority1.3.6.1.4.1.2272.1.3.2.1.4TruthValueread-writeA flag to note whether frames in this VLAN should be assigned a high switching priority.
T/F rcVlanRoutingEnable1.3.6.1.4.1.2272.1.3.2.1.5TruthValueread-writeA flag to note whether IP routing is enabled in this VLAN.
NUM rcVlanIfIndex1.3.6.1.4.1.2272.1.3.2.1.6InterfaceIndexread-onlyWhen rcVlanRoutingEnable is set to true(1), this value indicates the 'logical' ifIndex assigned to this VLAN. Otherwise, this value is meaningless and should be set to zero.
INT rcVlanAction1.3.6.1.4.1.2272.1.3.2.1.7INTEGERread-writeVLAN related actions.
INT rcVlanResult1.3.6.1.4.1.2272.1.3.2.1.8INTEGERread-onlyThe result from the last VLAN action.
INT rcVlanStgId1.3.6.1.4.1.2272.1.3.2.1.9INTEGERread-writeIndicates the Spanning Tree Group (STG) used by this VLAN to determine the state of its ports. If this VLAN is not associated with any STG, this value should be set to zero.
INT rcVlanType1.3.6.1.4.1.2272.1.3.2.1.10INTEGERread-writeThe type of VLAN, distinguished according to the policy used to define its port membership.
POR rcVlanPortMembers1.3.6.1.4.1.2272.1.3.2.1.11PortSetread-writeThe set of ports that are members (static or dynamic) of this VLAN.
POR rcVlanActiveMembers1.3.6.1.4.1.2272.1.3.2.1.12PortSetread-onlyThe set of ports that are currently active in this VLAN. Active ports include all static ports and any dynamic ports where the VLAN policy was met.
POR rcVlanStaticMembers1.3.6.1.4.1.2272.1.3.2.1.13PortSetread-writeThe set of ports that are static members of this VLAN. A static member of a VLAN is always active and is never aged out.
POR rcVlanNotAllowToJoin1.3.6.1.4.1.2272.1.3.2.1.14PortSetread-writeThe set of ports that are not allowed to become members of this VLAN.
INT rcVlanProtocolId1.3.6.1.4.1.2272.1.3.2.1.15INTEGERread-writeThe protocol identifier of this VLAN. This value is meaningful only if rcVlanType is equal to byProtocolId(3). For other VLAN types it should have the value none(0).
IP rcVlanSubnetAddr1.3.6.1.4.1.2272.1.3.2.1.16IpAddressread-writeThe IP subnet address of this VLAN. This value is meaningful only if rcVlanType is equal to byIpSubnet(2). For other VLAN types it should have the value 0.0.0.0.
IP rcVlanSubnetMask1.3.6.1.4.1.2272.1.3.2.1.17IpAddressread-writeThe IP subnet mask of this VLAN. This value is meaningful only if rcVlanType is equal to byIpSubnet(2). For other VLAN types it should have the value 0.0.0.0.
INT rcVlanAgingTime1.3.6.1.4.1.2272.1.3.2.1.18INTEGERread-writeThe timeout period (in seconds) used for aging out dynamic members of this VLAN. This field is only relevant for policy-based VLANs.
MAC rcVlanMacAddress1.3.6.1.4.1.2272.1.3.2.1.19MacAddressread-onlyThe MAC address assigned to the virtual router interface of this VLAN. This field is meaningful only if rcVlanRoutingEnable is equal to true(1).
ROW rcVlanRowStatus1.3.6.1.4.1.2272.1.3.2.1.20RowStatusread-writeUsed to create/delete entries in the rcVlanTable.
T/F rcVlanIgmpSnoopEnable1.3.6.1.4.1.2272.1.3.2.1.21TruthValueread-writeA flag to note whether IGMP Snooping is enabled on this VLAN.
T/F rcVlanIgmpSnoopReportProxyEnable1.3.6.1.4.1.2272.1.3.2.1.22TruthValueread-writeA flag to note whether IGMP Report Proxy is enabled on this VLAN.
INT rcVlanIgmpSnoopRobustness1.3.6.1.4.1.2272.1.3.2.1.23INTEGERread-writeThis variable allows tuning for the expected packet loss on a subnet. If a subnet is expected to be lossy, the Robustness variable may be increased. IGMP is robust to (Robustness - 1) packet losses.
INT rcVlanIgmpSnoopQueryInterval1.3.6.1.4.1.2272.1.3.2.1.24INTEGERread-writeThe interval (in seconds) between IGMP Host-Query packets transmitted on this interface.
POR rcVlanIgmpSnoopMRouterPorts1.3.6.1.4.1.2272.1.3.2.1.25PortSetread-writeThe set of ports in this VLAN that provide connectivity to an IP Multicast router.
I32 rcVlanUserDefinedPid1.3.6.1.4.1.2272.1.3.2.1.26Integer32read-writeWhen rcVlanProtocolId is set to usrDefined(15) in a protocol-based VLAN, this field represents the 16-bit user defined protocol identifier.
POR rcVlanIgmpSnoopActiveMRouterPorts1.3.6.1.4.1.2272.1.3.2.1.27PortSetread-onlyActive ports.
I32 rcVlanProtocolIds1.3.6.1.4.1.2272.1.3.2.1.28Integer32read-writeBitfield of protocol ids.
IP rcVlanIgmpSnoopActiveQuerier1.3.6.1.4.1.2272.1.3.2.1.29IpAddressread-onlyIP address of multicast querier router.
I32 rcVlanIgmpSnoopMRouterExpiration1.3.6.1.4.1.2272.1.3.2.1.30Integer32read-onlyMulticast querier router aging time out.
NUM rcVlanIgmpSnoopQuerierPort1.3.6.1.4.1.2272.1.3.2.1.31InterfaceIndexread-onlyThe port on which the multicast querier router was heard.
INT rcVlanUserPriority1.3.6.1.4.1.2272.1.3.2.1.32INTEGERread-onlyUser priority level.
INT rcVlanQosLevel1.3.6.1.4.1.2272.1.3.2.1.33INTEGERread-writeUsed to specify the Qos level packets, carried in this VLAN, should be processed with.
INT rcVlanTosValue1.3.6.1.4.1.2272.1.3.2.1.34INTEGERread-writeTos value.
INT rcVlanEncap1.3.6.1.4.1.2272.1.3.2.1.35INTEGERread-writeThis is the encapsulation type for userdefined protocol based vlans. This is not meaningful for other types of vlan. The default value is null.
INT rcVlanFirewallVlanType1.3.6.1.4.1.2272.1.3.2.1.36INTEGERread-writeThis is the firewall vlan type for port based vlans.
INT rcVlanFdbAging1.3.6.1.4.1.2272.1.3.2.1.37INTEGERread-writeThe timeout period (in seconds) used for aging out fdb entries of this VLAN.
INT rcVlanFirewallClusterId1.3.6.1.4.1.2272.1.3.2.1.43INTEGERread-writeFirewall cluster Id
POR rcVlanOspfPassivePortMember1.3.6.1.4.1.2272.1.3.2.1.44PortSetread-writeThe set of ports in the vlan that are designated as ospf passive
ENA rcVlanUnkDstMacDiscard1.3.6.1.4.1.2272.1.3.2.1.45EnableValueread-writeEnable/disable Unknown Destination Mac Discard on Vlan
INT rcVlanNlbMode1.3.6.1.4.1.2272.1.3.2.1.46INTEGERread-writeNLB mode set on a VLAN.
OID rcVlanVrfId1.3.6.1.4.1.2272.1.3.2.1.48VrfIdentifierread-writeIndicates the Virtual Router to which the VLAN belongs
STR rcVlanVrfName1.3.6.1.4.1.2272.1.3.2.1.49DisplayStringread-onlyThe Name of the Virtual Router to which the VLAN belongs
STR rcVlanNodalMepList1.3.6.1.4.1.2272.1.3.2.1.54DisplayStringread-writeList of nodal Meps assigned to this vlan. A mep consists of Domain Name, Association name and Mep Id separated by '.'. Each meps is separated by ',': ..,..,... The maximum number of nodal Mep for each vlan is 8.
I32 rcVlanNumOfNodalMep1.3.6.1.4.1.2272.1.3.2.1.55Integer32read-onlyNumber of nodal meps assigned to this vlan
STR rcVlanNodalMipLevelList1.3.6.1.4.1.2272.1.3.2.1.56DisplayStringread-writeList of nodal Mip levels assigned to this vlan that allows Mip functionality to be enabled on a per level per vlan basis. A mip level is represented by an integer ranging from 0 to 7. The mip levels are separated by ',': ,,... The maximum number of nodal Mip levels for each vlan is 8.
I32 rcVlanNumOfNodalMipLevel1.3.6.1.4.1.2272.1.3.2.1.57Integer32read-onlyNumber of nodal mip levels assigned to this vlan that allows MIP functionality to be enabled on a per level per vlan basis.
T/F rcVlanIpMultinettingEnable1.3.6.1.4.1.2272.1.3.2.1.59TruthValueread-writeIndicate if the vlan is an Ip Multinetting vlan. If enabled, rcVlanAssociatedIpMultinettingVlan should be set to 0
I32 rcVlanAssociatedIpMultinettingVlan1.3.6.1.4.1.2272.1.3.2.1.60Integer32read-writeAssociated Ip Multinetting vlan Id whose rcVlanIpMultinettingEnable attribute is set
I32 rcVlanPlsbIsid1.3.6.1.4.1.2272.1.3.2.1.61Integer32read-writePlsb i-sid number assigned to a C-vlan. Default 0 value indicates that no i-sid has been assinged.
rcVlanPortTable1.3.6.1.4.1.2272.1.3.3not-accessibleA table used to maintain VLAN port related information.
rcVlanPortEntry1.3.6.1.4.1.2272.1.3.3.1not-accessibleEntry containing VLAN information regarding a particular port.
I32 rcVlanPortIndex1.3.6.1.4.1.2272.1.3.3.1.1Integer32read-onlyAn unique index used to identify a particular port in the system. This index is equal to the ifIndex of the port.
I32 rcVlanPortNumVlanIds1.3.6.1.4.1.2272.1.3.3.1.2Integer32read-onlyUsed to indicate the number of VLAN IDs that are stored in the rcVlanPortVlanIds variable.
IDL rcVlanPortVlanIds1.3.6.1.4.1.2272.1.3.3.1.3IdListread-writeAn array used to identify which VLANs this port is assigned to. Each VLAN ID is stored as a two octet value. The first octet in the pair holds bits 15-8 of the VLAN ID, while the second octet holds bits 7-0 of the VLAN ID. This object is now replaced by rcVlanPortVlanIdList.
INT rcVlanPortType1.3.6.1.4.1.2272.1.3.3.1.4INTEGERread-writeThe type of port: access(1) or trunk(2).
T/F rcVlanPortDiscardTaggedFrames1.3.6.1.4.1.2272.1.3.3.1.5TruthValueread-writeA flag used to determine how to process tagged frames received on this access port. When the flag is set, these frames are discarded by the forwarding process. When the flag is reset, these frames are processed normally. This field is meaningless when the port is not an access port and should be set to false(2).
T/F rcVlanPortDiscardUntaggedFrames1.3.6.1.4.1.2272.1.3.3.1.6TruthValueread-writeA flag used to determine how to process untagged frames received on this trunk port. When the flag is set, these frames are discarded by the forwarding process. When the flag is reset, these frames are assigned to the VLAN specified by rcVlanPortDefaultVlanId. This field is meaningless when the port is not a trunk port and should be set to false(2).
INT rcVlanPortDefaultVlanId1.3.6.1.4.1.2272.1.3.3.1.7INTEGERread-writeThe VLAN ID assigned to untagged frames received on this trunk port. This field is meaningless when the port is not a trunk port.
T/F rcVlanPortPerformTagging1.3.6.1.4.1.2272.1.3.3.1.8TruthValueread-writeEnable/disable the port on the current vlan to perform tagging on the incoming and outgoing traffic.
INT rcVlanPortSVlanPortType1.3.6.1.4.1.2272.1.3.3.1.9INTEGERread-writeThe type of port.
T/F rcVlanPortLoopDetect1.3.6.1.4.1.2272.1.3.3.1.10TruthValueread-writeEnable/disable loop detection on this port
NUM rcVlanPortFirstPortInOpid1.3.6.1.4.1.2272.1.3.3.1.11InterfaceIndexread-onlyThis value gives the IfIndex of the first port in the octapid. This value is used to generate an error message when changing port type from normal to uni/nni and viceversa
NUM rcVlanPortLastPortInOpid1.3.6.1.4.1.2272.1.3.3.1.12InterfaceIndexread-onlyThis value gives the IfIndex of the first port in the octapid. This value is used to generate an error message when changing port type from normal to uni/nni and viceversa
T/F rcVlanPortUntagDefaultVlan1.3.6.1.4.1.2272.1.3.3.1.13TruthValueread-writeenable/disable Egress Tagging on the Default Vlan of the port.
INT rcVlanPortLoopDetectAction1.3.6.1.4.1.2272.1.3.3.1.14INTEGERread-writeThis value is used to specify the action which needs to be taken once a loop is detected on a specific port.
T/F rcVlanPortArpDetect1.3.6.1.4.1.2272.1.3.3.1.15TruthValueread-writeEnable/disable Arp detection on this port
T/F rcVlanPortSpoofDetect1.3.6.1.4.1.2272.1.3.3.1.16TruthValueread-writeEnable/disable spoof detection on this port
OCT rcVlanPortVlanIdList1.3.6.1.4.1.2272.1.3.3.1.21OCTET STRINGread-writeThis bitfield is used to identify which VLANs this port is assigned to. Each VLAN ID is stored as a bit. The most-significant (left-most) bit represents Vlan Id 1.
rcVlanMacTable1.3.6.1.4.1.2272.1.3.4not-accessibleA table used to maintain MAC addresses assigned to a particular VLAN by MAC address.
rcVlanMacEntry1.3.6.1.4.1.2272.1.3.4.1not-accessibleEntry containing VLAN information regarding a particular port.
I32 rcVlanMacVlanId1.3.6.1.4.1.2272.1.3.4.1.1Integer32read-onlyAn unique index used to identify a VLAN (by MAC address) in the system.
MAC rcVlanMacAddr1.3.6.1.4.1.2272.1.3.4.1.2MacAddressread-onlyAn unique index used to identify a MAC address assigned to a particular VLAN.
ROW rcVlanMacRowStatus1.3.6.1.4.1.2272.1.3.4.1.3RowStatusread-writeRow status for this entry.
I32 rcVlanIgmpSnoopNumGroups1.3.6.1.4.1.2272.1.3.5Integer32read-onlyThe number of entries (rows) in the rcVlanIgmpSnoopTable.
rcVlanIgmpSnoopTable1.3.6.1.4.1.2272.1.3.6not-accessibleThe (conceptual) table listing the IP multicast groups for which there are members on a particular interface on a particular VLAN (i.e., a list known multicast receivers). A row is created by the system when it receives an IGMP Join messages on a port.
rcVlanIgmpSnoopEntry1.3.6.1.4.1.2272.1.3.6.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopTable.
INT rcVlanIgmpSnoopVlanId1.3.6.1.4.1.2272.1.3.6.1.1INTEGERread-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopIpAddress1.3.6.1.4.1.2272.1.3.6.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information.
NUM rcVlanIgmpSnoopIfIndex1.3.6.1.4.1.2272.1.3.6.1.3InterfaceIndexread-onlyThe interface for which this entry contains information for this IP multicast group address (i.e., the port the Join message was received).
IP rcVlanIgmpSnoopMember1.3.6.1.4.1.2272.1.3.6.1.4IpAddressread-onlyThe IP Address of the source of the membership report received for this IP Multicast group address on this interface (i.e., the address of the host sending the Join message).
I32 rcVlanIgmpSnoopExpiration1.3.6.1.4.1.2272.1.3.6.1.5Integer32read-onlyThe minimum amount of time remaining before this entry will be aged out.
INT rcVlanIgmpSnoopType1.3.6.1.4.1.2272.1.3.6.1.6INTEGERread-onlyThe type of entry: dynamic(1) entries are created by snooping IGMP messages, static(2) entries are created via management.
rcVlanIgmpSnoopStaticTable1.3.6.1.4.1.2272.1.3.7not-accessibleThe (conceptual) table listing the statically- defined IP multicast groups for which there are members on a particular interface on a particular VLAN.
rcVlanIgmpSnoopStaticEntry1.3.6.1.4.1.2272.1.3.7.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopStaticTable.
INT rcVlanIgmpSnoopStaticVlanId1.3.6.1.4.1.2272.1.3.7.1.1INTEGERread-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopStaticIpAddress1.3.6.1.4.1.2272.1.3.7.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information. The address must fall within 224.0.1.0 to 239.255.255.255.
POR rcVlanIgmpSnoopStaticMemberPorts1.3.6.1.4.1.2272.1.3.7.1.3PortSetread-writeThe set of ports in this VLAN multicast traffic for the rcVlanIgmpSnoopStaticIpAddress is to be forwarded to.
ROW rcVlanIgmpSnoopStaticRowStatus1.3.6.1.4.1.2272.1.3.7.1.4RowStatusread-writeUsed to create/delete entries in the rcVlanIgmpSnoopStaticTable.
POR rcVlanIgmpSnoopStaticNotAllowedToJoin1.3.6.1.4.1.2272.1.3.7.1.5PortSetread-writeNot allowed to join
rcVlanIgmpSnoopAccessTable1.3.6.1.4.1.2272.1.3.8not-accessibleTable used to specify which host(s) can send and/or receive IP Multicast traffic.
rcVlanIgmpSnoopAccessEntry1.3.6.1.4.1.2272.1.3.8.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopAccessTable.
INT rcVlanIgmpSnoopAccessVlanId1.3.6.1.4.1.2272.1.3.8.1.1INTEGERread-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopAccessGrpAddr1.3.6.1.4.1.2272.1.3.8.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information.
IP rcVlanIgmpSnoopAccessHostAddr1.3.6.1.4.1.2272.1.3.8.1.3IpAddressread-onlyThe IP address of a host for which this entry contains information.
IP rcVlanIgmpSnoopAccessHostMask1.3.6.1.4.1.2272.1.3.8.1.4IpAddressread-onlyThe IP netmask of a host for which this entry contains information.
INT rcVlanIgmpSnoopAccessMode1.3.6.1.4.1.2272.1.3.8.1.5INTEGERread-writeUsed to specify whether the host identified by rcVlanIgmpSnoopAccessHostAddr should be denied IP multicast transmit, receive, or both.
ROW rcVlanIgmpSnoopAccessRowStatus1.3.6.1.4.1.2272.1.3.8.1.6RowStatusread-writeRow status
rcVlanIgmpSnoopSenderTable1.3.6.1.4.1.2272.1.3.9not-accessibleThe (conceptual) table listing the IP multicast groups for which there are members on a particular interface on a particular VLAN (i.e., a list known multicast senders). A row is created by the system when it receives an IGMP Join messages on a port.
rcVlanIgmpSnoopSenderEntry1.3.6.1.4.1.2272.1.3.9.1not-accessibleAn entry (row) in the rcVlanIgmpSnoopSenderTable.
INT rcVlanIgmpSnoopSenderVlanId1.3.6.1.4.1.2272.1.3.9.1.1INTEGERread-onlyThe VLAN for which this entry contains information.
IP rcVlanIgmpSnoopSenderIpAddress1.3.6.1.4.1.2272.1.3.9.1.2IpAddressread-onlyThe IP multicast group address for which this entry contains information.
NUM rcVlanIgmpSnoopSenderIfIndex1.3.6.1.4.1.2272.1.3.9.1.3InterfaceIndexread-onlyThe interface for which this entry contains information for this IP multicast group address (i.e., the port the multicast traffic was received).
IP rcVlanIgmpSnoopSenderMember1.3.6.1.4.1.2272.1.3.9.1.4IpAddressread-onlyThe IP Address of the host sending the multicast traffic.
INT rcVlanIgmpSnoopSenderAction1.3.6.1.4.1.2272.1.3.9.1.5INTEGERread-writeUsed to specify an action to perform on this group.
rcVlanLoopDetectedTable1.3.6.1.4.1.2272.1.3.10not-accessibleA list of Vlans the port belongs to and the corresponding loop detected status.
rcVlanLoopDetectedEntry1.3.6.1.4.1.2272.1.3.10.1not-accessibleLoop-Detected Entry.
I32 rcVlanLoopDetectedPortIndex1.3.6.1.4.1.2272.1.3.10.1.1Integer32read-onlyPort Number.
I32 rcVlanLoopDetectedVlanId1.3.6.1.4.1.2272.1.3.10.1.2Integer32read-onlyGives the VlanId to which the port belongs.
INT rcVlanLoopDetectedValue1.3.6.1.4.1.2272.1.3.10.1.3INTEGERread-onlyGives the Loop Detected status of the port in a vlan.
rcVlanDsapSsapTable1.3.6.1.4.1.2272.1.3.11not-accessibleA table used to maintain DSAP/SSAP values assigned to a sna802dot2 or userdefined vlan.
rcVlanDsapSsapEntry1.3.6.1.4.1.2272.1.3.11.1not-accessibleAn entry in the rcVlanDsapSsap table.
I32 rcVlanDsapSsapVlanId1.3.6.1.4.1.2272.1.3.11.1.1Integer32not-accessibleA unique index to identify a vlan.
INT rcVlanDsapSsapPid1.3.6.1.4.1.2272.1.3.11.1.2INTEGERnot-accessibleValues of DSAP/SSAP assigned to a particular vlan.
ROW rcVlanDsapSsapRowStatus1.3.6.1.4.1.2272.1.3.11.1.3RowStatusread-writeRow Status.
rcVlanNewLoopDetectedTable1.3.6.1.4.1.2272.1.3.12not-accessibleA list of Vlans the port belongs to and the corresponding loop detected status.
rcVlanNewLoopDetectedEntry1.3.6.1.4.1.2272.1.3.12.1not-accessibleLoop-Detected Entry.
NUM rcVlanNewLoopDetectedPortIndex1.3.6.1.4.1.2272.1.3.12.1.1InterfaceIndexnot-accessiblePort Number.
I32 rcVlanNewLoopDetectedVlanId1.3.6.1.4.1.2272.1.3.12.1.2Integer32not-accessibleGives the VlanId to which the port belongs.
MAC rcVlanNewLoopDetectedMac1.3.6.1.4.1.2272.1.3.12.1.3MacAddressnot-accessibleMac address
INT rcVlanNewLoopDetectedAction1.3.6.1.4.1.2272.1.3.12.1.4INTEGERread-onlyThis value is used to specify the action which needs to be taken once a loop is detected on a specific port.
T/F rcVlanNewLoopDetectedSmltRemote1.3.6.1.4.1.2272.1.3.12.1.5TruthValueread-onlyA MAC address indicate for remote learnt, either local or remote.
rcVlanClearMacRecordTable1.3.6.1.4.1.2272.1.3.17not-accessibleTable used to clear a Vlan MAC Record.
rcVlanClearMacRecordEntry1.3.6.1.4.1.2272.1.3.17.1not-accessibleVlan Clear Mac Record Table Entry
MAC rcVlanClearMacRecordAddr1.3.6.1.4.1.2272.1.3.17.1.1MacAddressnot-accessibleMac Address that needs to be cleared.
INT rcVlanClearMacRecordVlanId1.3.6.1.4.1.2272.1.3.17.1.2INTEGERread-writeVlan Id where the Mac record has to be cleared.
T/F rcVlanClearMacRecordAllVlanIds1.3.6.1.4.1.2272.1.3.17.1.3TruthValueread-writeWhen set to true, this will clear the MAC record on all the Vlan Ids it exists.
T/F rcVlanClearMacRecordForceDelete1.3.6.1.4.1.2272.1.3.17.1.4TruthValueread-writeBy default, when ForceDelete is set to false, MAC record will not be cleared if an ARP record is associated with this Mac Address. If ForceDelete is set to True, MAC record will be removed even when an ARP is associated with this record.
T/F rcVlanClearMacRecordLCForceDelete1.3.6.1.4.1.2272.1.3.17.1.5TruthValueread-writeBy default, when LCForceDelete (Line Card Force Delete) is set to false, if the MAC record is not found on the CP, then no message will be sent to the line-card. When LCForceDelete is set to true, a message will be sent to the line-card even when the MAC record is not found on the CP.
rcChassis1.3.6.1.4.1.2272.1.4
INT rcChasType1.3.6.1.4.1.2272.1.4.1INTEGERread-onlyChassis Type
STR rcChasSerialNumber1.3.6.1.4.1.2272.1.4.2DisplayStringread-onlyUnique serial number for this chassis.
STR rcChasHardwareRevision1.3.6.1.4.1.2272.1.4.3DisplayStringread-onlyDevice hardware revision level
INT rcChasNumSlots1.3.6.1.4.1.2272.1.4.4INTEGERread-onlyThe number of slots in the chassis available for plug-in cards.
INT rcChasNumPorts1.3.6.1.4.1.2272.1.4.5INTEGERread-onlyThe total number of ports currently installed in the chassis.
INT rcChasTestResult1.3.6.1.4.1.2272.1.4.6INTEGERread-onlyChassis start-up diagnostic tests.
rcChasFan1.3.6.1.4.1.2272.1.4.7
rcChasFanTable1.3.6.1.4.1.2272.1.4.7.1not-accessibleThis table contains information about Fans
rcChasFanEntry1.3.6.1.4.1.2272.1.4.7.1.1not-accessibleContains information regarding a Fan Unit
INT rcChasFanId1.3.6.1.4.1.2272.1.4.7.1.1.1INTEGERread-onlyThe chassis fan Id.
INT rcChasFanOperStatus1.3.6.1.4.1.2272.1.4.7.1.1.2INTEGERread-onlyActual status of the Fan: - unknown(1) - status can not be determined. - up(2) - present and supplying power. - down(3) - present, but failure indicated.
G32 rcChasFanAmbientTemperature1.3.6.1.4.1.2272.1.4.7.1.1.3Gauge32read-onlyUsed to indicate the temperature of the air entering the fan.
INT rcChasFanType1.3.6.1.4.1.2272.1.4.7.1.1.4INTEGERread-onlyType of the Fan: - unknown(1) - type can not be determined. - regularSpeed(2) - regular speed fan is present. - highSpeed(3) - high speed fan is present.
rcChasPowerSupply1.3.6.1.4.1.2272.1.4.8
rcChasPowerSupplyTable1.3.6.1.4.1.2272.1.4.8.1not-accessibleThis table contains information about power supplies.
rcChasPowerSupplyEntry1.3.6.1.4.1.2272.1.4.8.1.1not-accessibleContains information regarding a power supply unit.
INT rcChasPowerSupplyId1.3.6.1.4.1.2272.1.4.8.1.1.1INTEGERread-onlyThe power supply Id.
INT rcChasPowerSupplyOperStatus1.3.6.1.4.1.2272.1.4.8.1.1.2INTEGERread-onlyActual status of the power supply: - unknown(1) - status can not be determined. - empty(2) - power supply not installed. - up(3) - present and supplying power. - down(4) - present, but failure indicated.
rcChasPowerSupplyDetailTable1.3.6.1.4.1.2272.1.4.8.2not-accessibleThis table contains detailed information about power supplies.
rcChasPowerSupplyDetailEntry1.3.6.1.4.1.2272.1.4.8.2.1not-accessibleContains detailed info regarding a power supply unit.
INT rcChasPowerSupplyDetailId1.3.6.1.4.1.2272.1.4.8.2.1.1INTEGERread-onlyThe power supply Id.
INT rcChasPowerSupplyDetailType1.3.6.1.4.1.2272.1.4.8.2.1.2INTEGERread-onlyThe power supply type.
STR rcChasPowerSupplyDetailSerialNumber1.3.6.1.4.1.2272.1.4.8.2.1.3DisplayStringread-onlyThe power supply serial number.
STR rcChasPowerSupplyDetailHardwareRevision1.3.6.1.4.1.2272.1.4.8.2.1.4DisplayStringread-onlyThe hardware revision of the power supply.
STR rcChasPowerSupplyDetailPartNumber1.3.6.1.4.1.2272.1.4.8.2.1.5DisplayStringread-onlyThe power supply part number.
STR rcChasPowerSupplyDetailDescription1.3.6.1.4.1.2272.1.4.8.2.1.6DisplayStringread-onlyThe detail description of power supply.
INT rcChasPowerSupplyDetailInputLineVoltage1.3.6.1.4.1.2272.1.4.8.2.1.8INTEGERread-onlyThe power supply Input Line voltage.
INT rcChasPowerSupplyDetailOperLineVoltage1.3.6.1.4.1.2272.1.4.8.2.1.9INTEGERread-onlyThe power supply Line voltage considered for Power Management calculation.
rcCard1.3.6.1.4.1.2272.1.4.9
rcCardTable1.3.6.1.4.1.2272.1.4.9.1not-accessibleA table that contains information about the cards in this chassis. For those slots that do not contain a physical card, the table may be implemented to contain a conceptual row with the type of physical module set to 'chasCardEmpty', or it may be implemented to have no conceptual row instance.
rcCardEntry1.3.6.1.4.1.2272.1.4.9.1.1not-accessibleCard attributes
INT rcCardIndex1.3.6.1.4.1.2272.1.4.9.1.1.1INTEGERread-onlyA unique value for each module within the chassis. This value is determined by the chassis slot number where the module is inserted. Valid entries are 1 to the value of rcChasNumSlots
INT rcCardType1.3.6.1.4.1.2272.1.4.9.1.1.2INTEGERread-onlyUsed to indicate a card types in the Accelar 1000 product families. For Accelar 1000 devices, gigabit cards use an encoded value according to the following rule: +-----+--+-+---+---+---+ bits : |31-11|10|9|8-7|6-4|3-0| +-----+--+-+---+---+---+ field : | a | b|c| d | e | f | +-----+--+-+---+---+---+ a : not-used b : 1=gigabit c : 0=non-redundant, 1=redundant d : 0=short-haul, 1=long-haul, 2=extra-distance, e : 0=work-group(a1100 & a1150) 1=back-bone(a1200 & f1250 & f2000), f : 1=1-port, 2=2-port, 4=4-port, 8=8-port
STR rcCardSerialNumber1.3.6.1.4.1.2272.1.4.9.1.1.3DisplayStringread-onlyUnique serial number for this card.
STR rcCardHardwareRevision1.3.6.1.4.1.2272.1.4.9.1.1.4DisplayStringread-onlyHardware Version
INT rcCardAdminStatus1.3.6.1.4.1.2272.1.4.9.1.1.5INTEGERread-writeUsed to indicate the administrative status of this card
INT rcCardOperStatus1.3.6.1.4.1.2272.1.4.9.1.1.6INTEGERread-onlyUsed to indicate the operational status of this card.
INT rcCardPCMCIAType1.3.6.1.4.1.2272.1.4.9.1.1.7INTEGERread-onlyUsed to indicate the type of PCMCIA card currently installed in this CPU card, if any. For non-CPU cards, this variable has no meaning and will always be set to none.
STR rcCardPartNumber1.3.6.1.4.1.2272.1.4.9.1.1.8DisplayStringread-onlyCard Part Number
rcPort1.3.6.1.4.1.2272.1.4.10
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
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 value from a tagged frame may not be honored.
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 feature.
INT rcPortMrouteStrLimit1.3.6.1.4.1.2272.1.4.10.1.1.55INTEGERread-writemaximum number of multicast streams that are allowed to ingress to CPU through this port.
INT rcPortMrouteStrTimerCheck1.3.6.1.4.1.2272.1.4.10.1.1.56INTEGERread-writesampling period to check number of multicast streams that has ingressed CPU through this port in seconds.
T/F rcPortMrouteStrLimitEnable1.3.6.1.4.1.2272.1.4.10.1.1.57TruthValueread-writeenable or disable mroute stream limit on port.
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/ERS8800.
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
INT rcPortExtCplimitUtilRate1.3.6.1.4.1.2272.1.4.10.1.1.66INTEGERread-writeThreshold for Ingress traffic utilization rate of the port for extended CP-LIMIT
INT rcPortEgressRateLimit1.3.6.1.4.1.2272.1.4.10.1.1.67INTEGERread-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.
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.
INT rcPortCpMulticastLimit1.3.6.1.4.1.2272.1.4.10.1.1.76INTEGERread-writeUsed to limit Multicast traffic on the specified port. Sets the limit in packets per second.
INT rcPortCpBroadcastLimit1.3.6.1.4.1.2272.1.4.10.1.1.77INTEGERread-writeUsed to limit Broadcast traffic on the specified port. Sets the limit in packets per second.
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
INT rcPortIngressRateLimit1.3.6.1.4.1.2272.1.4.10.1.1.85INTEGERread-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.
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.
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
INT rcPortPcapFilterListSize1.3.6.1.4.1.2272.1.4.10.2.1.4INTEGERread-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.
INT rcPortPcapAclFilterListSize1.3.6.1.4.1.2272.1.4.10.2.1.6INTEGERread-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.
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
INT rcPortLacpFastPeriodicTime1.3.6.1.4.1.2272.1.4.10.4.1.3INTEGERread-writeThe number of miliseconds between periodic transmissions using Short Timeouts.
INT rcPortLacpSlowPeriodicTime1.3.6.1.4.1.2272.1.4.10.4.1.4INTEGERread-writeThe number of miliseconds between periodic transmissions using LONG Timeouts.
INT rcPortLacpTimeoutScale1.3.6.1.4.1.2272.1.4.10.4.1.5INTEGERread-writeScalar value used to calculate timeout time from periodic time. Timeout = PeriodicTime * TimeoutScale
INT rcPortLacpAggrWaitTime1.3.6.1.4.1.2272.1.4.10.4.1.6INTEGERread-writeThe number of mili seconds to delay aggregation to allow multiple links to aggregate simultaneously.
INT rcPortLacpFastPeriodicTimeOper1.3.6.1.4.1.2272.1.4.10.4.1.7INTEGERread-onlyThe operating value of fast periodic timer on the port.
INT rcPortLacpSlowPeriodicTimeOper1.3.6.1.4.1.2272.1.4.10.4.1.8INTEGERread-onlyThe operating value of slow periodic timer on the port.
INT rcPortLacpTimeoutScaleOper1.3.6.1.4.1.2272.1.4.10.4.1.9INTEGERread-onlyThe operating value of timeout scale on the port.
INT rcPortLacpAggrWaitTimeOper1.3.6.1.4.1.2272.1.4.10.4.1.10INTEGERread-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
INT rcPortVLacpFastPeriodicTimer1.3.6.1.4.1.2272.1.4.10.5.1.3INTEGERread-writeThe number of miliseconds between periodic transmissions using Short Timeouts
INT rcPortVLacpSlowPeriodicTimer1.3.6.1.4.1.2272.1.4.10.5.1.4INTEGERread-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
INT rcPortVLacpTimeoutScale1.3.6.1.4.1.2272.1.4.10.5.1.6INTEGERread-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. The acceptable values for this MIB is 0x0 to 0xffff
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 rcPortVLacpFlapDetectEnable1.3.6.1.4.1.2272.1.4.10.5.1.11TruthValueread-writeAdministratively enable/disable VLACP flap detection on a port
I32 rcPortVLacpFlapFrequency1.3.6.1.4.1.2272.1.4.10.5.1.12Integer32read-writeThe number of VLACP Flaps on a port, that if they occure within rcPortVLacpFlapInterval seconds, the port is shutdown.
I32 rcPortVLacpFlapInterval1.3.6.1.4.1.2272.1.4.10.5.1.13Integer32read-writeThe time inteval in seconds within which VLACP flaps on a port are monitored.
C32 rcPortVLacpTotalFlapCount1.3.6.1.4.1.2272.1.4.10.5.1.14Counter32read-onlyTotal Number of VLACP flaps detected on this port since either enabling VLACP or clearing the counter.
DAT rcPortVLacpFirstFlapTimeStamp1.3.6.1.4.1.2272.1.4.10.5.1.15DateAndTimeread-onlyTimestamp for the first VLACP flap detected on this port since either enabling VLACP or clearing the timer.
DAT rcPortVLacpLastFlapTimeStamp1.3.6.1.4.1.2272.1.4.10.5.1.16DateAndTimeread-onlyTimestamp for the latest VLACP flap detected on this port since either enabling VLACP or clearing the timer.
T/F rcPortVLacpFlapClearStats1.3.6.1.4.1.2272.1.4.10.5.1.17TruthValueread-writeClears all VLACP flap counters and timers.
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-writeTo enable remote Mirroring for the port
INT rcPortRemoteMirroringMode1.3.6.1.4.1.2272.1.4.10.6.1.3INTEGERread-writeMode in which remote mirroring is enabled
MAC rcPortRemoteMirroringSrcMac1.3.6.1.4.1.2272.1.4.10.6.1.4MacAddressread-writeSource 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-writeDestination Mac of the remote mirrored packet. Packets will be bridged to this mac address. Remote mirroring packet will be send to this mac address
INT rcPortRemoteMirroringEtherType1.3.6.1.4.1.2272.1.4.10.6.1.6INTEGERread-writeEthertype of the remote mirrored packet. Packets will be send with this ethertype
INT rcPortRemoteMirroringVlanIdListSize1.3.6.1.4.1.2272.1.4.10.6.1.7INTEGERread-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-writeThis 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-writeRowStatus
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.
rcPortFlushMacTable1.3.6.1.4.1.2272.1.4.10.11not-accessibleFlush MAC entry on a port.
rcPortFlushMacEntry1.3.6.1.4.1.2272.1.4.10.11.1not-accessiblePort mac flush table entry.
INT rcPortFlushMacPortNum1.3.6.1.4.1.2272.1.4.10.11.1.1INTEGERnot-accessiblePort number where the mac record exists.
OCT rcPortFlushMacAddr1.3.6.1.4.1.2272.1.4.10.11.1.2OCTET STRINGread-writeMac Address that needs to be removed.
INT rcPortFlushMacVlanId1.3.6.1.4.1.2272.1.4.10.11.1.3INTEGERread-writeVlan Id associated with the 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.
INT rcChasAruMode1.3.6.1.4.1.2272.1.4.12INTEGERread-onlyThe ARU mode the chassis is operating in.
INT rcChasQuidMode1.3.6.1.4.1.2272.1.4.13INTEGERread-onlyThe Quid mode the chassis is operating in.
INT rcChasEocModeAdminStatus1.3.6.1.4.1.2272.1.4.14INTEGERread-writeUsed to specify the Enforce Operational Configuration Mode(EOC) of the system. When a device is configured with hardware of different revisions, the system will initialize in some deterministic manner (e.g., the lowest common denominator that makes sense based on the hardware configuration). This is the 'default(0)' mode. The user can override this behavior by manually specifying the EOC Mode they would like.
INT rcChasEocModeOperStatus1.3.6.1.4.1.2272.1.4.15INTEGERread-onlyUsed to indicate the Enforce Operational Configuration Mode(EOC) of the system.
rcAgentTable1.3.6.1.4.1.2272.1.4.16not-accessibleAgents in a chassis table
rcAgentEntry1.3.6.1.4.1.2272.1.4.16.1not-accessibleEntry containing info. for a particular agent
I32 rcAgentId1.3.6.1.4.1.2272.1.4.16.1.1Integer32read-onlyentry id
I32 rcAgentSlot1.3.6.1.4.1.2272.1.4.16.1.2Integer32read-onlyslot agent is in.
IP rcAgentIpAddr1.3.6.1.4.1.2272.1.4.16.1.3IpAddressread-onlyagent's ip address.
POR rcChasBrouterPorts1.3.6.1.4.1.2272.1.4.17PortSetread-onlyUsed to indicate which ports in the system are configured as Brouter ports.
T/F rcChasGlobalFilterEnable1.3.6.1.4.1.2272.1.4.18TruthValueread-writeUsed to enable/disable global filters in the system. This variable is currently not supported.
T/F rcChasVlanBySrcMacEnable1.3.6.1.4.1.2272.1.4.19TruthValueread-writeUsed to enable/disable source MAC based VLANs in the system.
T/F rcChasDiffServEcnCompatibilityEnable1.3.6.1.4.1.2272.1.4.20TruthValueread-writeUsed to enable/disable the Explicit Congestion Notification(ECN) compatibility feature. When set to FALSE , the system will mask the ECN bits in the DS field while re-marking DSCP and will not match on ECN capable flows if filter is set on DSmatch. When set to TRUE, it will preserve the ECN bits in the DS field while re-marking and will match on full 8-bit DS field.
T/F rcChasNewEnhancedOperMode1.3.6.1.4.1.2272.1.4.21TruthValueread-writeEnhanced operational mode.
T/F rcChasNewEMMode1.3.6.1.4.1.2272.1.4.22TruthValueread-writeThis configuration is for enabling/disabling 128K mode. The change will take effect upon reboot.
INT rcChasEmModeError1.3.6.1.4.1.2272.1.4.23INTEGERread-onlyUsed to indicate the Em-mode error status
T/F rcChasEnhancedOperMode1.3.6.1.4.1.2272.1.4.24TruthValueread-onlyEnhanced Operational mode the switch currently has booted and will remain the same until the next reboot.
T/F rcChasEMMode1.3.6.1.4.1.2272.1.4.25TruthValueread-onlyEM mode the switch currently has booted and will remain the same until the next reboot.
T/F rcChasFtpDaemonInSecondaryCpu1.3.6.1.4.1.2272.1.4.26TruthValueread-writeUsed to enable/disable FTP daemon in 2nd cpu.
T/F rcChasSmltOnSingleCpEnable1.3.6.1.4.1.2272.1.4.27TruthValueread-writeEnable SMLT on single CP feature in the switch
T/F rcChasNewVlanOptmMode1.3.6.1.4.1.2272.1.4.28TruthValueread-writeVlan Optimization mode.
T/F rcChasVlanOptmMode1.3.6.1.4.1.2272.1.4.29TruthValueread-onlyVlan Optimization mode the switch currently has booted and will remain the same until the next reboot.
rcLaunchPad1.3.6.1.4.1.2272.1.4.30
rcLaunchPadTable1.3.6.1.4.1.2272.1.4.30.1not-accessibleLaunch Pad in a chassis table
rcLaunchPadEntry1.3.6.1.4.1.2272.1.4.30.1.1not-accessibleEntry containing Launch pad card info
I32 rcLaunchPadSlotId1.3.6.1.4.1.2272.1.4.30.1.1.1Integer32read-onlyLaunch Pad card id
I32 rcLaunchPadMiniSlotId1.3.6.1.4.1.2272.1.4.30.1.1.2Integer32read-onlyLaunch pad mini card id.
INT rcLaunchPadAppType1.3.6.1.4.1.2272.1.4.30.1.1.3INTEGERread-onlyLaunch Pad application type.
IP rcLaunchPadMiniSlotIp1.3.6.1.4.1.2272.1.4.30.1.1.4IpAddressread-onlyLaunch Pad mini card's ip address.
ENA rcLaunchPadNaapLpState1.3.6.1.4.1.2272.1.4.30.1.1.5EnableValueread-writeEnable/Disable naap Ip state.
STR rcLaunchPadMiniSlotSwVersion1.3.6.1.4.1.2272.1.4.30.1.1.6DisplayStringread-onlyLaunch Pad mini card's SW version.
INT rcLaunchPadHWType1.3.6.1.4.1.2272.1.4.30.1.1.7INTEGERread-onlyfor identifying the ISD
rcLaunchPadClusterTable1.3.6.1.4.1.2272.1.4.30.2not-accessibleLaunch Pad Cluster Table
rcLaunchPadClusterEntry1.3.6.1.4.1.2272.1.4.30.2.1not-accessibleEntry containing Launch pad cluster info
INT rcLaunchPadClusterId1.3.6.1.4.1.2272.1.4.30.2.1.1INTEGERnot-accessibleLaunch pad cluster id.
INT rcLaunchPadClusterType1.3.6.1.4.1.2272.1.4.30.2.1.2INTEGERread-writeLaunch Pad cluster type.
INT rcLaunchPadClusterSize1.3.6.1.4.1.2272.1.4.30.2.1.3INTEGERread-writeLaunch pad cluster size.
OCT rcLaunchPadClusterMembers1.3.6.1.4.1.2272.1.4.30.2.1.4OCTET STRINGread-writeLaunch pad cluster members
ROW rcLaunchPadClusterRowStatus1.3.6.1.4.1.2272.1.4.30.2.1.5RowStatusread-writeLaunch pad cluster Row Status
INT rcLaunchPadClusterMgmtVlan1.3.6.1.4.1.2272.1.4.30.2.1.6INTEGERread-writeLaunch pad cluster management vlan Id.
INT rcLaunchPadClusterSyncVlan1.3.6.1.4.1.2272.1.4.30.2.1.7INTEGERread-writeLaunch pad cluster cp sync vlan Id.
INT rcLaunchPadClusterTpsSize1.3.6.1.4.1.2272.1.4.30.2.1.8INTEGERread-writeLaunch pad cluster TPS size.
OCT rcLaunchPadClusterTpsMembers1.3.6.1.4.1.2272.1.4.30.2.1.9OCTET STRINGread-writeLaunch pad cluster TPS members
POR rcLaunchPadClusterPortMember1.3.6.1.4.1.2272.1.4.30.2.1.10PortSetread-writeIS cluster user port list that needs to be monitored
ENA rcChasNaapEnable1.3.6.1.4.1.2272.1.4.31EnableValueread-writeTo enable/disbale to napp feature.
T/F rcChasGlobalFilterOrderingEnable1.3.6.1.4.1.2272.1.4.32TruthValueread-onlyGlobal Filter ordering in the system.
T/F rcChasNewGlobalFilterOrderingEnable1.3.6.1.4.1.2272.1.4.33TruthValueread-writeThis configuration is for enabling/disabling global filter ordering. The change will take effect upon reboot.
T/F rcChasWsmDirectMode1.3.6.1.4.1.2272.1.4.34TruthValueread-writeThis is for enabling/disabling configuration of same community strings on the WSM and 8600/8800. This is for allowing users to connect directly via SNMP to the WSM blade.
T/F rcChasRspMode1.3.6.1.4.1.2272.1.4.35TruthValueread-writeThis configuration is for enabling/disabling 256K mode. The change will take effect upon reboot.
T/F rcChasRspOperMode1.3.6.1.4.1.2272.1.4.36TruthValueread-onlyR-mode the switch currently has booted and will remain the same until the next reboot.
INT rcChasRspModeError1.3.6.1.4.1.2272.1.4.37INTEGERread-onlyUsed to indicate the r-mode error status
T/F rcChasMcastCheckPktEnable1.3.6.1.4.1.2272.1.4.40TruthValueread-writeUsed to enable/disable Multicast check packet in the system. This change will take effect upon reboot.
T/F rcChasSystemMonitorEnable1.3.6.1.4.1.2272.1.4.41TruthValueread-writeEnable/Disable System monitoring in the switch
T/F rcChasSysMonMonitoringEnable1.3.6.1.4.1.2272.1.4.42TruthValueread-writeDyanamically Enable/Disable SystemMonitor monitoring engine in the switch
INT rcChasSysMonDetectionTime1.3.6.1.4.1.2272.1.4.43INTEGERread-writeSystem Monitor Detection time in seconds
I32 rcChasNewMulticastResourceReservation1.3.6.1.4.1.2272.1.4.44Integer32read-writeUsed to reserve MGIDs for IP Multicast. The change will take effect upon reboot.
I32 rcChasMulticastResourceReservation1.3.6.1.4.1.2272.1.4.45Integer32read-onlyMGIDs the switch currently has reserved for IP Multicast; will remain the same until the next reboot.
ENA rcChasNewMaxVlanResourceReservation1.3.6.1.4.1.2272.1.4.46EnableValueread-writeA mode where all MGIDs are reserved for VLAN use only; no IPMC. The change will take effect upon reboot.
ENA rcChasMaxVlanResourceReservation1.3.6.1.4.1.2272.1.4.47EnableValueread-onlyTells if all MGIDs are reserved for VLAN use. Will remain the same until the next reboot.
I32 rcChasMgidUsageVlanCurrent1.3.6.1.4.1.2272.1.4.48Integer32read-onlyNumber of MGIDs currently used for VLAN, including SMLT
I32 rcChasMgidUsageVlanRemaining1.3.6.1.4.1.2272.1.4.49Integer32read-onlyNumber of MGIDs remaining allocated for VLAN
I32 rcChasMgidUsageMulticastCurrent1.3.6.1.4.1.2272.1.4.50Integer32read-onlyNumber of MGIDs currently used for IPMC
I32 rcChasMgidUsageMulticastRemaining1.3.6.1.4.1.2272.1.4.51Integer32read-onlyNumber of MGIDs remaining allocated for IPMC
T/F rcChasPowerManagementEnable1.3.6.1.4.1.2272.1.4.52TruthValueread-writeTurn on or off Chassis Power Management. The configuration will take effect upon reboot.
T/F rcChasForceTopologyIpFlagEnable1.3.6.1.4.1.2272.1.4.53TruthValueread-writeUsed to enable/disable flag which is used to set the CLIP-ip as topology ip
I32 rcChasCircuitlessIpId1.3.6.1.4.1.2272.1.4.54Integer32read-writeThe Clip-Id set by the user to be used as Topology-ip
T/F rcChasPowerManagementOriginalEnable1.3.6.1.4.1.2272.1.4.55TruthValueread-onlyOn or off value of Chassis Power Management which the switch has currently booted. It will remain the same until the next reboot.
T/F rcChasPowerManagementFanCheck1.3.6.1.4.1.2272.1.4.56TruthValueread-writeTurn on or off the Fan Check functionility of Chassis Power Management. The value takes effect only on reboot.
T/F rcChasPowerManagementFanCheckOriginalState1.3.6.1.4.1.2272.1.4.57TruthValueread-onlyThe on or off value of fan check which the switch has booted with. The value does not take effect till the next reboot.
T/F rcChasTakeIOCardOfflineEnable1.3.6.1.4.1.2272.1.4.61TruthValueread-writeEnable/Disable IO Card to go offline when F2E sees excessive resets.
T/F rcChasAutoResetFabricEnable1.3.6.1.4.1.2272.1.4.62TruthValueread-writeEnable/Disable fabric to be reset automatically on fab mem full error.
rcMirror1.3.6.1.4.1.2272.1.5
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.
rcDipSwitch1.3.6.1.4.1.2272.1.6
T/F rcIsolateUnconfigPorts1.3.6.1.4.1.2272.1.6.1TruthValueread-onlyUsed to indicate whether ports that are unconfigured should be assigned to the 'isolated' VLAN. Ports assigned to the 'isolated' VLAN can only communicate with the CP port. If this option is not specified, unconfigured ports will be assigned to the 'default' VLAN
T/F rcUseFactorySettings1.3.6.1.4.1.2272.1.6.2TruthValueread-onlyUsed to indicate whether the system should ignore the configuration information stored in NVRAM when the system is booted.
T/F rcHighPriorityMode1.3.6.1.4.1.2272.1.6.3TruthValueread-onlyUsed to indicate whether the system is configured to operate in a high priority mode. The switch can operate in either a 'best effort' or 'high priority' mode. In the 'best effort' setting, the maximum queue thresholds for the QUIDs are set to 768/768 buffers. In the 'high priority' mode the setting is 512/768. This means that in 'high priority' mode the normal priority queue can't have more than 512 buffers, while the high priority queue can have up to 768.
rcTblSize1.3.6.1.4.1.2272.1.7
I32 rcTblRmonStatSize1.3.6.1.4.1.2272.1.7.1Integer32read-onlyUsed to indicate the current size of the RMON Statistic table.
I32 rcTblRmonHistoryControlSize1.3.6.1.4.1.2272.1.7.2Integer32read-onlyUsed to indicate the current size of the RMON History Control table.
I32 rcTblRmonHistoryEnetSize1.3.6.1.4.1.2272.1.7.3Integer32read-onlyUsed to indicate the current size of the RMON History Ethernet table.
I32 rcTblRmonAlarmSize1.3.6.1.4.1.2272.1.7.4Integer32read-onlyUsed to indicate the current size of the RMON Alarm table.
I32 rcTblRmonEventSize1.3.6.1.4.1.2272.1.7.5Integer32read-onlyUsed to indicate the current size of the RMON Event table.
I32 rcTblRmonLogSize1.3.6.1.4.1.2272.1.7.6Integer32read-onlyUsed to indicate the current size of the RMON Log table.
I32 rcTblArTblSize1.3.6.1.4.1.2272.1.7.7Integer32read-onlyUsed to indicate the size of the Address Translation (AR) table.
I32 rcTblArFree1.3.6.1.4.1.2272.1.7.8Integer32read-onlyUsed to indicate the number of free entries that are available in the Address Translation (AR) table.
I32 rcTblArNoSpace1.3.6.1.4.1.2272.1.7.9Integer32read-onlyUsed to indicate the number of entries that could not be added to the Address Translation (AR) table due to lack of space.
I32 rcTblArAdded1.3.6.1.4.1.2272.1.7.10Integer32read-onlyUsed to indicate the number of entries added to the Address Translation (AR) table.
I32 rcTblArDeleted1.3.6.1.4.1.2272.1.7.11Integer32read-onlyUsed to indicate the number of entries deleted to the Address Translation (AR) table.
I32 rcTblArMacAdded1.3.6.1.4.1.2272.1.7.12Integer32read-onlyUsed to indicate the number of MAC entries added to the Address Translation (AR) table.
I32 rcTblArMacDeleted1.3.6.1.4.1.2272.1.7.13Integer32read-onlyUsed to indicate the number of MAC entries deleted to the Address Translation (AR) table.
I32 rcTblArMacMoved1.3.6.1.4.1.2272.1.7.14Integer32read-onlyUsed to indicate the number of MAC entries moved in the Address Translation (AR) table.
I32 rcTblArIpAdded1.3.6.1.4.1.2272.1.7.15Integer32read-onlyUsed to indicate the number of IP entries added to the Address Translation (AR) table.
I32 rcTblArIpDeleted1.3.6.1.4.1.2272.1.7.16Integer32read-onlyUsed to indicate the number of IP entries deleted to the Address Translation (AR) table.
I32 rcTblArMcastTblSize1.3.6.1.4.1.2272.1.7.17Integer32read-onlyUsed to indicate the size of the Multicast Address Translation (AR) table.
I32 rcTblArFreeMcastGroups1.3.6.1.4.1.2272.1.7.18Integer32read-onlyUsed to indicate the number of free multicast groups availabe in the Address Translation (AR) table.
I32 rcTblArIpMcastAdded1.3.6.1.4.1.2272.1.7.19Integer32read-onlyUsed to indicate the number of Ip multicast entries that are added to the Address Translation (AR) table.
I32 rcTblArIpMcastDeleted1.3.6.1.4.1.2272.1.7.20Integer32read-onlyUsed to indicate the number of Ip multicast entries that are deleted from the Address Translation (AR) table.
I32 rcTblArVlanByPortAdded1.3.6.1.4.1.2272.1.7.21Integer32read-onlyUsed to indicate the number of VLAN by port entries that are added to the Address Translation (AR) table.
I32 rcTblArVlanByPortDeleted1.3.6.1.4.1.2272.1.7.22Integer32read-onlyUsed to indicate the number of VLAN by port entries that are deleted from the Address Translation (AR) table.
I32 rcTblArVlanByProtocolAdded1.3.6.1.4.1.2272.1.7.23Integer32read-onlyUsed to indicate the number of Vlans by Protocol Type entries that are added to the Address Translation (AR) table.
I32 rcTblArVlanByProtocolDeleted1.3.6.1.4.1.2272.1.7.24Integer32read-onlyUsed to indicate the number of Vlans by Protocol Type entries that are deleted from the Address Translation (AR) table.
I32 rcTblArVlanByIpSubnetAdded1.3.6.1.4.1.2272.1.7.25Integer32read-onlyUsed to indicate the number of VLAN by Ip entries that are added to the Address Translation (AR) table.
I32 rcTblArVlanByIpSubnetDeleted1.3.6.1.4.1.2272.1.7.26Integer32read-onlyUsed to indicate the number of VLAN by Ip entries that are deleted from the Address Translation (AR) table.
I32 rcTblArIpSubnetsAdded1.3.6.1.4.1.2272.1.7.27Integer32read-onlyUsed to indicate the number of Ip subnet entries that are added to the Address Translation (AR) table.
I32 rcTblArIpSubnetsDeleted1.3.6.1.4.1.2272.1.7.28Integer32read-onlyUsed to indicate the number of Ip subnet entries that are deleted from the Address Translation (AR) table.
I32 rcTblArRsvpsAdded1.3.6.1.4.1.2272.1.7.29Integer32read-onlyUsed to indicate the number of RSVP entries that are added to the Address Translation (AR) table.
I32 rcTblArRsvpsDeleted1.3.6.1.4.1.2272.1.7.30Integer32read-onlyUsed to indicate the number of RSVP entries that are deleted from the Address Translation (AR) table.
I32 rcTblBrdgFdbSize1.3.6.1.4.1.2272.1.7.31Integer32read-onlyUsed to indicate the number of entries in the dot1d forwarding database table.
I32 rcTblBrdgStaticSize1.3.6.1.4.1.2272.1.7.32Integer32read-onlyUsed to indicate the number of entries in the dot1d Static Address Filtering table.
I32 rcTblIpAddrSize1.3.6.1.4.1.2272.1.7.33Integer32read-onlyUsed to indicate the number of entries in the IP Address table.
I32 rcTblIpForwardingSize1.3.6.1.4.1.2272.1.7.34Integer32read-onlyUsed to indicate the number of entries in the IP Forwarding/Best Route table.
I32 rcTblIpNetToMediaSize1.3.6.1.4.1.2272.1.7.35Integer32read-onlyUsed to indicate the number of entries in the IP Net-to-media table.
I32 rcTblIpBestPlusAltRouteSize1.3.6.1.4.1.2272.1.7.36Integer32read-only
I32 rcTblIpBestPathSize1.3.6.1.4.1.2272.1.7.37Integer32read-only
I32 rcTblIpBestPlusAltPathSize1.3.6.1.4.1.2272.1.7.38Integer32read-only
rcIp1.3.6.1.4.1.2272.1.8
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-writeUsed 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-writeUsed 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-writeRow status for this entry.
T/F rcIpConfRipEnable1.3.6.1.4.1.2272.1.8.1.1.1.5TruthValueread-writeEnable or disable RIP routing on the specified interface.
T/F rcIpConfOspfEnable1.3.6.1.4.1.2272.1.8.1.1.1.6TruthValueread-writeEnable or disable OSPF routing on the specified interface.
T/F rcIpConfIgmpEnable1.3.6.1.4.1.2272.1.8.1.1.1.7TruthValueread-writeEnable 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-writeEnable or disable DHCP on the specified interface.
T/F rcIpConfTriggeredUpdateEnable1.3.6.1.4.1.2272.1.8.1.1.1.10TruthValueread-writeUsed 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-writeUsed 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-writeUsed 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-writeThe 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-writeUsed to indicate whether this interface should forward direct broadcast traffic
STR rcIpConfRipInPolicy1.3.6.1.4.1.2272.1.8.1.1.1.15DisplayStringread-writeUsed 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-writeUsed 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-writeOSPF Interface Type.
INT rcIpConfRipCost1.3.6.1.4.1.2272.1.8.1.1.1.18INTEGERread-writeUsed to indicate the rip cost for this interface.
INT rcIpConfRipHolddown1.3.6.1.4.1.2272.1.8.1.1.1.19INTEGERread-writeUsed to indicate the rip holddown timer for this interface
INT rcIpConfRipTimeout1.3.6.1.4.1.2272.1.8.1.1.1.20INTEGERread-writeUsed to indicate the rip timeout interval for this interface
T/F rcIpConfRsmltEnable1.3.6.1.4.1.2272.1.8.1.1.1.21TruthValueread-writeUsed to enable Route Smlt feature.
T/F rcIpConfReversePathCheckEnable1.3.6.1.4.1.2272.1.8.1.1.1.22TruthValueread-writeUsed to indicate whether this interface should perform Reverse Path Check
INT rcIpConfReversePathCheckMode1.3.6.1.4.1.2272.1.8.1.1.1.23INTEGERread-writeReverse Path Checking mode.
T/F rcIpConfIsisEnable1.3.6.1.4.1.2272.1.8.1.1.1.24TruthValueread-writeEnable/disable ISIS protocol for this IP entry
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.
rcIpConfOspfTable1.3.6.1.4.1.2272.1.8.1.2not-accessibleA table used to maintain OSPF information for a particular interface.
rcIpConfOspfEntry1.3.6.1.4.1.2272.1.8.1.2.1not-accessibleEntry containing OSPF 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 rcIpConfOspfIfIndex1.3.6.1.4.1.2272.1.8.1.2.1.1InterfaceIndexOrZeroread-onlyAn unique value to identify a physical interface or a logical interface (VLAN).
INT rcIpConfOspfRtrPriority1.3.6.1.4.1.2272.1.8.1.2.1.2INTEGERread-writeThe priority of this interface. Used in multi- access networks, this field is used in the designated router election algorithm. The value 0 signifies that the router is not eligible to become the designated router on this particular network. In the event of a tie in this value, routers will use their router id as a tie breaker.
INT rcIpConfOspfMetric1.3.6.1.4.1.2272.1.8.1.2.1.3INTEGERread-writeThe metric for this type of service (TOS) on this interface. The default value of the TOS 0 Metric is (10^9 / ifSpeed). The value FFFF means 'no route via this TOS'. A value of 0 means the interface speed (rcIpConfOspfDefaultMetric) will be used as metric value, when the state of the interface is up.
STR rcIpConfOspfAuthKey1.3.6.1.4.1.2272.1.8.1.2.1.4DisplayStringread-writeThe Authentication Key. If the Area's Authorization Type is simplePassword, and the key length is shorter than 8 octets, the agent will left adjust and zero fill to 8 octets. Note that unauthenticated interfaces need no authentication key, and simple password authen- tication cannot use a key of more than 8 oc- tets. Larger keys are useful only with authen- tication mechanisms not specified in this docu- ment. When read, ospfIfAuthKey always returns an Octet String of length zero.
ROW rcIpConfOspfRowStatus1.3.6.1.4.1.2272.1.8.1.2.1.5RowStatusread-writeRow status for this entry.
INT rcIpConfOspfHelloInterval1.3.6.1.4.1.2272.1.8.1.2.1.6INTEGERread-writeThe length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for all routers attached to a common network.
INT rcIpConfOspfRtrDeadInterval1.3.6.1.4.1.2272.1.8.1.2.1.7INTEGERread-writeThe number of seconds that a router's Hello packets have not been seen before it's neighbors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.
IP rcIpConfOspfIfAreaId1.3.6.1.4.1.2272.1.8.1.2.1.8IpAddressread-writeA 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0.0.0.0 is used for the OSPF backbone.
INT rcIpConfOspfAuthType1.3.6.1.4.1.2272.1.8.1.2.1.9INTEGERread-writeThe authentication type specified for an interface. Additional authentication types may be assigned locally.
INT rcIpConfOspfPollInterval1.3.6.1.4.1.2272.1.8.1.2.1.10INTEGERread-writeOSPF NBMA Interface Poll Interval.
INT rcIpConfOspfIfMtuIgnore1.3.6.1.4.1.2272.1.8.1.2.1.11INTEGERread-writeMtu-ignore flag is for ignoring the mtu checking in ospf bdb
ENA rcIpConfOspfBfdEnable1.3.6.1.4.1.2272.1.8.1.2.1.12EnableValueread-writeUsed to enable/disable BFD for OSPF.
rcIpConfOspfDefaultMetric1.3.6.1.4.1.2272.1.8.1.3
INT rcIpConfOspfDefaultMetric10MegPort1.3.6.1.4.1.2272.1.8.1.3.1INTEGERread-writeUsed to indicate the cost associated with 10Meg Interface(Port).
INT rcIpConfOspfDefaultMetric100MegPort1.3.6.1.4.1.2272.1.8.1.3.2INTEGERread-writeUsed to indicate the cost associated with 100Meg Interface(Port).
INT rcIpConfOspfDefaultMetric1000MegPort1.3.6.1.4.1.2272.1.8.1.3.3INTEGERread-writeUsed to indicate the cost associated with 1000Meg Interface(Port).
INT rcIpConfOspfDefaultMetric10000MegPort1.3.6.1.4.1.2272.1.8.1.3.4INTEGERread-writeUsed to indicate the cost associated with 10000Meg Interface(Port).
rcIpConfOspf1.3.6.1.4.1.2272.1.8.1.4
T/F rcIpConfOspfTrapEnable1.3.6.1.4.1.2272.1.8.1.4.1TruthValueread-writeUsed to indicate whether Ospf Traps should be sent.
T/F rcIpConfOspfAutoVirtLinkEnable1.3.6.1.4.1.2272.1.8.1.4.2TruthValueread-writeUsed to indicate whether auto virtual link creation is enabled or not. If set to true OSPF will create virtual links between ABRs whether it is needed or not, but adjacency will established only when one of the ABR losses connection to backbone area. If set to false then it is user resposibity to create virtual link whenever needed.
INT rcIpConfOspfSpfHoldDownTime1.3.6.1.4.1.2272.1.8.1.4.3INTEGERread-writeThe SPF Hold Down Timer value. The SPF will run at most once per hold down timer value.
INT rcIpConfOspfAction1.3.6.1.4.1.2272.1.8.1.4.4INTEGERread-write
T/F rcIpConfOspfRfc1583Compatibility1.3.6.1.4.1.2272.1.8.1.4.5TruthValueread-writeControls the preference rules used when choosing among multiple AS-External-LSAs advertising the same destination. When this is enabled, the preference rule will be same as specified by RFC1583. When disabled, the new preference rule as described in RFC2328 will be applicable, which potentially prevents the routing loops when AS-External-LSAs for the same destination have been originated from different areas.
rcIpConfGlobal1.3.6.1.4.1.2272.1.8.1.6
INT rcIpConfGlobalRipHoldDownTime1.3.6.1.4.1.2272.1.8.1.6.1INTEGERread-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.
INT rcIpConfGlobalEcmpMaxPath1.3.6.1.4.1.2272.1.8.1.6.4INTEGERread-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
INT rcIpConfGlobalRipTimeOutInterval1.3.6.1.4.1.2272.1.8.1.6.8INTEGERread-writeRip TimeOut Interval in seconds
INT rcIpConfGlobalRipDefImportMetric1.3.6.1.4.1.2272.1.8.1.6.9INTEGERread-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
INT rcIpConfGlobalArpThreshold1.3.6.1.4.1.2272.1.8.1.6.17INTEGERread-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
rcIpConfOspfAreaTable1.3.6.1.4.1.2272.1.8.1.7not-accessibleA table used to maintain OSPF information for a particular Area.
rcIpConfOspfAreaEntry1.3.6.1.4.1.2272.1.8.1.7.1not-accessibleEntry containing OSPF Area configuration information. An entry is automatically created in this table when an area is configured through ospfAreaTable in (rfc1253rcc.mib).
IP rcIpConfOspfAreaId1.3.6.1.4.1.2272.1.8.1.7.1.1IpAddressread-onlyAn unique value to identify an area. Area ID 0.0.0.0 is used for the OSPF backbone.
T/F rcIpConfOspfAreaImportSummary1.3.6.1.4.1.2272.1.8.1.7.1.2TruthValueread-writeThe area's support for importing Summary advertisements into a stub area. This field should be used only if ospfImportASExtern is set to FALSE
I32 rcIpConfOspfAreaActiveIfCount1.3.6.1.4.1.2272.1.8.1.7.1.3Integer32read-onlyThis variable displays the number of active interfaces configured in this area. An area cannot be deleted if this value is > 0.
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-writeRow status for this entry.
T/F rcIpConfV2AdvertDefRte1.3.6.1.4.1.2272.1.8.1.8.1.4TruthValueread-writeUsed 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-writeUsed 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-writeEnable or disable RIP routing on the specified interface.
T/F rcIpConfV2OspfEnable1.3.6.1.4.1.2272.1.8.1.8.1.7TruthValueread-writeEnable or disable OSPF routing on the specified interface.
T/F rcIpConfV2IgmpEnable1.3.6.1.4.1.2272.1.8.1.8.1.8TruthValueread-writeEnable 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-writeUsed 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-writeUsed 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-writeUsed 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-writeThe 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.
rcIpConfOspfV2Table1.3.6.1.4.1.2272.1.8.1.9not-accessibleA table used to maintain OSPF information for a particular interface.
rcIpConfOspfV2Entry1.3.6.1.4.1.2272.1.8.1.9.1not-accessibleEntry containing OSPF 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 rcIpConfOspfV2IfIndex1.3.6.1.4.1.2272.1.8.1.9.1.1InterfaceIndexOrZeroread-onlyAn unique value to identify a physical interface or a logical interface (VLAN).
IP rcIpConfOspfV2IpAddr1.3.6.1.4.1.2272.1.8.1.9.1.2IpAddressread-onlyIpAddress of the IP interface.
INT rcIpConfOspfV2RtrPriority1.3.6.1.4.1.2272.1.8.1.9.1.3INTEGERread-writeThe priority of this interface. Used in multi- access networks, this field is used in the designated router election algorithm. The value 0 signifies that the router is not eligible to become the designated router on this particular network. In the event of a tie in this value, routers will use their router id as a tie breaker.
INT rcIpConfOspfV2Metric1.3.6.1.4.1.2272.1.8.1.9.1.4INTEGERread-writeThe metric for this type of service (TOS) on this interface. The default value of the TOS 0 Metric is (10^9 / ifSpeed). The value FFFF means 'no route via this TOS'. A value of 0 means the interface speed (rcIpConfOspfV2DefaultMetric) will be used as metric value, when the state of the interface is up.
STR rcIpConfOspfV2AuthKey1.3.6.1.4.1.2272.1.8.1.9.1.5DisplayStringread-writeThe Authentication Key. If the Area's Authorization Type is simplePassword, and the key length is shorter than 8 octets, the agent will left adjust and zero fill to 8 octets. When read, ospfIfAuthKey always returns an Octet String of length zero.
ROW rcIpConfOspfV2RowStatus1.3.6.1.4.1.2272.1.8.1.9.1.6RowStatusread-writeRow status for this entry.
INT rcIpConfOspfV2HelloInterval1.3.6.1.4.1.2272.1.8.1.9.1.7INTEGERread-writeThe length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for all routers attached to a common network.
INT rcIpConfOspfV2RtrDeadInterval1.3.6.1.4.1.2272.1.8.1.9.1.8INTEGERread-writeThe number of seconds that a router's Hello packets have not been seen before it's neighbors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.
IP rcIpConfOspfV2IfAreaId1.3.6.1.4.1.2272.1.8.1.9.1.9IpAddressread-writeA 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0.0.0.0 is used for the OSPF backbone.
INT rcIpConfOspfV2AuthType1.3.6.1.4.1.2272.1.8.1.9.1.10INTEGERread-writeThe authentication type specified for an interface. Additional authentication types may be assigned locally.
rcIpConfOspfAreaAggregateTable1.3.6.1.4.1.2272.1.8.1.10not-accessibleA table used to maintain OSPF summary route metric parameter for a particular Area range.
rcIpConfOspfAreaAggregateEntry1.3.6.1.4.1.2272.1.8.1.10.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
IP rcIpConfOspfAreaAggregateAreaID1.3.6.1.4.1.2272.1.8.1.10.1.1IpAddressread-onlyThe Area the Address Aggregate is to be found within.
INT rcIpConfOspfAreaAggregateLsdbType1.3.6.1.4.1.2272.1.8.1.10.1.2INTEGERread-onlyThe type of the Address Aggregate. This field specifies the Lsdb type that this Address Ag- gregate applies to.
IP rcIpConfOspfAreaAggregateNet1.3.6.1.4.1.2272.1.8.1.10.1.3IpAddressread-onlyThe IP Address of the Net or Subnet indicated by the range.
IP rcIpConfOspfAreaAggregateMask1.3.6.1.4.1.2272.1.8.1.10.1.4IpAddressread-onlyThe Subnet Mask that pertains to the Net or Subnet.
INT rcIpConfOspfAreaAggregateAdvertiseMetric1.3.6.1.4.1.2272.1.8.1.10.1.5INTEGERread-writeUsed to specify a metric for a Summary LSA (type 3) generated by OSPF through an area range. If this metric is set to 0, OSPF uses the cost to the farthest point in the networks being summarized as the metric.
INT rcIpConfOspfAreaAggregateEffect1.3.6.1.4.1.2272.1.8.1.10.1.6INTEGERread-writeSubnets subsumed by ranges either trigger the advertisement of the indicated aggregate (ad- vertiseMatching), or result in the subnet's not being advertised at all outside the area.
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.
INT rcIpConfRsmltHoldDownTimer1.3.6.1.4.1.2272.1.8.1.11.1.2INTEGERread-writeTimer value, the range of value is from 0 to 3600.
INT rcIpConfRsmltHoldUpTimer1.3.6.1.4.1.2272.1.8.1.11.1.3INTEGERread-writeThe 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-writeRow 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.
ENA rcIpConfBfdStaticFlag1.3.6.1.4.1.2272.1.8.1.12.1.7EnableValueread-createThis object specifies the static-flag for bfd. When disabled, the static route will go down, when bfd 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.
INT rcIpAdEntReasmMaxSize1.3.6.1.4.1.2272.1.8.2.1.5INTEGERread-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
INT rcIpAdEntVlanId1.3.6.1.4.1.2272.1.8.2.1.7INTEGERread-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.
INT rcIpAdEntMacOffset1.3.6.1.4.1.2272.1.8.2.1.9INTEGERread-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.
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.
INT rcIpFlowSrcIpPort1.3.6.1.4.1.2272.1.8.3.1.2INTEGERread-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.
INT rcIpFlowDstIpPort1.3.6.1.4.1.2272.1.8.3.1.4INTEGERread-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-writeStatus of entry.
rcIpRouting1.3.6.1.4.1.2272.1.8.4
rcIpRoutingRedistributeRipToOspf1.3.6.1.4.1.2272.1.8.4.1
T/F rcIpRoutingRedistributeRipToOspfEnable1.3.6.1.4.1.2272.1.8.4.1.1TruthValueread-writeUsed to indicate whether or not to Redistribute RIP routes to OSPF.
INT rcIpRoutingRedistributeRipToOspfExplicitMetric1.3.6.1.4.1.2272.1.8.4.1.2INTEGERread-writeValue of metric that is used to translate the RIP route to OSPF.
T/F rcIpRoutingRedistributeRipToOspfUseExplicitMetric1.3.6.1.4.1.2272.1.8.4.1.3TruthValueread-writeUsed to indicate whether or not to use the user specified default metric for redistributing RIP routes to OSPF.
INT rcIpRoutingRedistributeRipToOspfExternalMetricType1.3.6.1.4.1.2272.1.8.4.1.4INTEGERread-writeUsed to configure the metric type of the distributed routes to OSPF domain. type1 means the metric is comparable directly to the link state metric (cost = internal cost + external cost). type2 means the metric is considered larger than any link state metric (cost = external cost).
rcIpRoutingRedistributeOspfToRip1.3.6.1.4.1.2272.1.8.4.2
T/F rcIpRoutingRedistributeOspfToRipEnable1.3.6.1.4.1.2272.1.8.4.2.1TruthValueread-writeUsed to indicate whether or not to redistribute OSPF routes to RIP.
INT rcIpRoutingRedistributeOspfToRipExplicitMetric1.3.6.1.4.1.2272.1.8.4.2.2INTEGERread-writeValue of metric that is used to translate the OSPF route to RIP.
T/F rcIpRoutingRedistributeOspfToRipUseExplicitMetric1.3.6.1.4.1.2272.1.8.4.2.3TruthValueread-writeUsed to indicate whether or not to use the user specified default metric for redistributing OSPF routes to RIP.
rcIpRoutingRedistributeDirectToOspf1.3.6.1.4.1.2272.1.8.4.3
T/F rcIpRoutingRedistributeDirectToOspfEnable1.3.6.1.4.1.2272.1.8.4.3.1TruthValueread-writeUsed to indicate whether directly connected networks through non-ospf interfaces are distributed to OSPF database or not. If set to true all the static routes will be added as external routes to OSPF routing domain, provided the router is configured as AS Border router. Also originates asExtern link LSA.
INT rcIpRoutingRedistributeDirectToOspfMethod1.3.6.1.4.1.2272.1.8.4.3.2INTEGERread-writeUsed to indicate whether or not to use the user specified default metric for redistributing direct routes to OSPF.
INT rcIpRoutingRedistributeDirectToOspfExplicitMetric1.3.6.1.4.1.2272.1.8.4.3.3INTEGERread-writeValue of metric that is used to translate the routes to directly connected networks to OSPF.
INT rcIpRoutingRedistributeDirectToOspfExternalMetricType1.3.6.1.4.1.2272.1.8.4.3.4INTEGERread-writeUsed to configure the metric type of the distributed routes to OSPF domain. type1 means the metric is comparable directly to the link state metric (cost = internal cost + external cost). type2 means the metric is considered larger than any link state metric (cost = external cost).
rcIpRoutingRedistributeStaticToOspf1.3.6.1.4.1.2272.1.8.4.4
T/F rcIpRoutingRedistributeStaticToOspfEnable1.3.6.1.4.1.2272.1.8.4.4.1TruthValueread-writeUsed to indicate whether static routes (that are configured locally through management protocol) are distributed to OSPF database or not. If set to true all the static routes will be added as external routes to OSPF routing domain, provided the router is configured as AS Border router. Also originates asExtern link LSA.
INT rcIpRoutingRedistributeStaticToOspfExplicitMetric1.3.6.1.4.1.2272.1.8.4.4.2INTEGERread-writeValue of metric that is used to translate the static routes to OSPF.
T/F rcIpRoutingRedistributeStaticToOspfUseExplicitMetric1.3.6.1.4.1.2272.1.8.4.4.3TruthValueread-writeUsed to indicate whether or not to use the user specified default metric for redistributing static routes to OSPF.
INT rcIpRoutingRedistributeStaticToOspfExternalMetricType1.3.6.1.4.1.2272.1.8.4.4.4INTEGERread-writeUsed to configure the metric type of the distributed routes to OSPF domain. type1 means the metric is comparable directly to the link state metric (cost = internal cost + external cost). type2 means the metric is considered larger than any link state metric (cost = external cost).
T/F rcIpRoutingRedistributeStaticToOspfAdvertDefRte1.3.6.1.4.1.2272.1.8.4.4.5TruthValueread-writeUsed to indicate whether default route (that are configured locally through management protocol) should be distributed to OSPF database or not. If set to true then the default route will be added as external route to OSPF routing domain, provided the router is configured as AS Border router. Also originates asExtern link LSA.
rcIpRoutingRedistributeDirectToRip1.3.6.1.4.1.2272.1.8.4.5
T/F rcIpRoutingRedistributeDirectToRipEnable1.3.6.1.4.1.2272.1.8.4.5.1TruthValueread-writeUsed to indicate whether directly connected networks through non-rip interfaces are distributed to RIP or not.
rcIpRoutingRedistributeStaticToRip1.3.6.1.4.1.2272.1.8.4.6
T/F rcIpRoutingRedistributeStaticToRipEnable1.3.6.1.4.1.2272.1.8.4.6.1TruthValueread-writeUsed to indicate whether static routes (that are configured locally through management protocol) are distributed to RIP database or not. If set to true all the static routes will be added as external routes to RIP routing domain.
rcIpConfIgmpTable1.3.6.1.4.1.2272.1.8.5not-accessibleA table used to maintain IGMP information for a particular interface.
rcIpConfIgmpEntry1.3.6.1.4.1.2272.1.8.5.1not-accessibleEntry containing IGMP 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.
INT rcIpConfIgmpIfIndex1.3.6.1.4.1.2272.1.8.5.1.1INTEGERread-onlyAn unique value to identify a physical interface or a logical interface (VLAN).
INT rcIpConfIgmpQueryInterval1.3.6.1.4.1.2272.1.8.5.1.2INTEGERread-writeThe frequency at which IGMP Host-Query packets are transmitted on this interface.
INT rcIpConfIgmpVersion1.3.6.1.4.1.2272.1.8.5.1.3INTEGERread-writeThe version of IGMP which is running on this interface. This object can be used to configure a router capable of running either value. For IGMP to function correctly, all routers on a LAN must be configured to run the same version of IGMP on that LAN.
INT rcIpConfIgmpQueryMaxResponseTime1.3.6.1.4.1.2272.1.8.5.1.4INTEGERread-writeThe maximum query response time advertised in IGMPv2 queries on this interface. Smaller values allow a router to prune groups faster.
I32 rcIpConfIgmpQuerierPresentTimeout1.3.6.1.4.1.2272.1.8.5.1.5Integer32read-writeA timeout interval. If no IGMPv2 queries are heard on this interface within this timeout interval, the local router will take over the Querier on the IP subnet to which this interface is attached.
T/F rcIpConfIgmpLeaveEnabled1.3.6.1.4.1.2272.1.8.5.1.6TruthValueread-writeAn indication of whether the processing of IGMPv2 Leave messages is enabled on this interface.
ROW rcIpConfIgmpRowStatus1.3.6.1.4.1.2272.1.8.5.1.7RowStatusread-writeStatus of entry.
INT rcIpConfIgmpRobustness1.3.6.1.4.1.2272.1.8.5.1.8INTEGERread-writelossiness of network.
INT rcIpConfIgmpLastMemberQueryInterval1.3.6.1.4.1.2272.1.8.5.1.9INTEGERread-writemax response in GrpSpec Query.
T/F rcIpConfIgmpSnoopEnable1.3.6.1.4.1.2272.1.8.5.1.10TruthValueread-writeEnable snoop.
T/F rcIpConfIgmpProxySnoopEnable1.3.6.1.4.1.2272.1.8.5.1.11TruthValueread-writeEnable proxy snoop.
rcIgmpGroupTable1.3.6.1.4.1.2272.1.8.6not-accessibleThe (conceptual) table listing the multicast groups configured in the device.
rcIgmpGroupEntry1.3.6.1.4.1.2272.1.8.6.1not-accessibleAn entry (conceptual row) representing an Igmp group.
IP rcIgmpGroupIpAddress1.3.6.1.4.1.2272.1.8.6.1.1IpAddressread-onlyMulticast group Address (Class D) that others want to join. A group address can be the same for many incoming ports.
IP rcIgmpGroupMembers1.3.6.1.4.1.2272.1.8.6.1.2IpAddressread-onlyIP Address of a source that has sent group report wishing to join this group.
INT rcIgmpGroupInPort1.3.6.1.4.1.2272.1.8.6.1.3INTEGERread-onlyAn unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources.
I32 rcIgmpGroupExpiration1.3.6.1.4.1.2272.1.8.6.1.4Integer32read-onlyTime left before the group report expired on this port. Only one of this variable port. This variable is updated upon receiving a group report.
NUM rcIgmpGroupIfIndex1.3.6.1.4.1.2272.1.8.6.1.5InterfaceIndexread-onlyAn unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources.
STR rcIgmpGroupUserId1.3.6.1.4.1.2272.1.8.6.1.6DisplayStringread-onlyUser-id sending this group
INT rcIgmpGroupMemberState1.3.6.1.4.1.2272.1.8.6.1.7INTEGERread-onlyUsed for IGAP, to indicated member state.
I32 rcIgmpGroupSessionTime1.3.6.1.4.1.2272.1.8.6.1.8Integer32read-onlyUsed for IGAP, to indicated the session time in seconds for the member. Session time is started after traffic is available to member. It can be also called AccountingTime since its values correspondes to the accounting duration of IGAP user session.
rcIpRouteTable1.3.6.1.4.1.2272.1.8.7not-accessibleThis entity's IP Routing table.
rcIpRouteEntry1.3.6.1.4.1.2272.1.8.7.1not-accessibleA route to a particular destination.
IP rcIpRouteDest1.3.6.1.4.1.2272.1.8.7.1.1IpAddressread-onlyThe destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
IP rcIpRouteMask1.3.6.1.4.1.2272.1.8.7.1.2IpAddressread-onlyIndicate the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rcIpRouteMask by determining whether the value of the correspondent rcIpRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the rcIpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism.
IP rcIpRouteNextHop1.3.6.1.4.1.2272.1.8.7.1.3IpAddressread-writeThe IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface).
I32 rcIpRouteMetric1.3.6.1.4.1.2272.1.8.7.1.4Integer32read-writeThe primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rcIpRouteProto value. If this metric is not used, its value should be set to -1.
NUM rcIpRouteIfIndex1.3.6.1.4.1.2272.1.8.7.1.5InterfaceIndexread-onlyThe index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
INT rcIpRouteType1.3.6.1.4.1.2272.1.8.7.1.6INTEGERread-onlyThe type of route.
INT rcIpRouteProto1.3.6.1.4.1.2272.1.8.7.1.7INTEGERread-onlyThe routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
I32 rcIpRouteAge1.3.6.1.4.1.2272.1.8.7.1.8Integer32read-onlyThe number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of `too old' can be implied except through knowledge of the routing protocol by which the route was learned.
ROW rcIpRouteRowStatus1.3.6.1.4.1.2272.1.8.7.1.9RowStatusread-writeUsed to create/delete entries
INT rcIpRoutePref1.3.6.1.4.1.2272.1.8.7.1.10INTEGERread-only
I32 rcIpRouteAltSequence1.3.6.1.4.1.2272.1.8.7.1.11Integer32read-onlyAlternative Route Sequence. 0 denotes Best Route.
INT rcIpRoutePathType1.3.6.1.4.1.2272.1.8.7.1.12INTEGERread-onlyThe type of route. It is a combination of direct, indirect, best, alternative and ECMP path.
OID rcIpRouteSrcVrfId1.3.6.1.4.1.2272.1.8.7.1.13VrfIdentifierread-writesrcVrfId of the next-hop address
STR rcIpRouteNextHopId1.3.6.1.4.1.2272.1.8.7.1.14DisplayStringread-onlyIdentifier of the next-hop, hostname or mac adress.
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.
INT rcIpConfDhcpMaxHop1.3.6.1.4.1.2272.1.8.8.1.2INTEGERread-writeUsed 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).
INT rcIpConfDhcpMinSec1.3.6.1.4.1.2272.1.8.8.1.3INTEGERread-writeUsed 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-writeUsed 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-writeAn 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-writeUsed to indicate if DHCP Reply packets should be broadcast to the DHCP client on this interface.
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-writeUsed to indicate whether is entry should be used.
INT rcIpDhcpForwardMode1.3.6.1.4.1.2272.1.8.9.1.4INTEGERread-writeUsed 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-writeRow status of this entry.
rcIpFilter1.3.6.1.4.1.2272.1.8.10
I32 rcIpFilterFilterTableSize1.3.6.1.4.1.2272.1.8.10.1Integer32read-onlyUsed to indicate the number of entries in the rcIpFilterTable.
I32 rcIpFilterGlobalListTableSize1.3.6.1.4.1.2272.1.8.10.2Integer32read-onlyUsed to indicate the number of entries in the rcIpFilterGlobalListTable.
I32 rcIpFilterBaseListTableSize1.3.6.1.4.1.2272.1.8.10.3Integer32read-onlyUsed to indicate the number of entries in the rcIpFilterBaseListTable.
I32 rcIpFilterPortTableSize1.3.6.1.4.1.2272.1.8.10.4Integer32read-onlyUsed to indicate the number of entries in the rcIpFilterPortTable.
I32 rcIpFilterNextAvailFilterId1.3.6.1.4.1.2272.1.8.10.5Integer32read-onlynext available filter-id in the rcIpFilterPortTable.
rcIpFilterTable1.3.6.1.4.1.2272.1.8.10.20not-accessibleA table containing IP filters.
rcIpFilterEntry1.3.6.1.4.1.2272.1.8.10.20.1not-accessibleIP filter attributes. The system supports a vast array of filter options. Each of these options are supported in this entry. If a particular option is not used, the column should be set to zero.
INT rcIpFilterType1.3.6.1.4.1.2272.1.8.10.20.1.1INTEGERread-onlyUsed to indicate a particular type of filter. A 'global' filter is a filter that is applied to all packets irregardless of the packet's source or destination IP address. A 'destination' filter is used to match the destination IP address field of incoming packets. When a match is found, this filter is applied to the packet. A 'source' filter is used to match the source IP address field of incoming packets. When a match is found, this filter is applied to the packet.
IP rcIpFilterDstAddr1.3.6.1.4.1.2272.1.8.10.20.1.2IpAddressread-onlyDestination IP address to filter on.
IP rcIpFilterDstMask1.3.6.1.4.1.2272.1.8.10.20.1.3IpAddressread-onlyDestination IP subnet mask to filter on.
IP rcIpFilterSrcAddr1.3.6.1.4.1.2272.1.8.10.20.1.4IpAddressread-onlySource IP address to filter on.
IP rcIpFilterSrcMask1.3.6.1.4.1.2272.1.8.10.20.1.5IpAddressread-onlySource IP subnet mask to filter on.
INT rcIpFilterId1.3.6.1.4.1.2272.1.8.10.20.1.6INTEGERread-onlyThis filter's unique identifier(id). This id is automatically generated by the system when a filter is created. This id is used in the 'rcIpFilterGlobalListTable' and 'rcIpFilterBaseListTable' when grouping one or more filters into a filter list.
STR rcIpFilterName1.3.6.1.4.1.2272.1.8.10.20.1.7DisplayStringread-writeThis filter's name.
INT rcIpFilterProtocolType1.3.6.1.4.1.2272.1.8.10.20.1.8INTEGERread-writeType of protocol to filter on.
INT rcIpFilterSrcPort1.3.6.1.4.1.2272.1.8.10.20.1.9INTEGERread-writeTCP/UDP source port to filter on.
INT rcIpFilterSrcOption1.3.6.1.4.1.2272.1.8.10.20.1.10INTEGERread-writeType of matching to perform on the field 'rcIpFilterSrcPort'. For 'source' and 'destination' filters, this value can only be 'equal(1)'.
INT rcIpFilterDstPort1.3.6.1.4.1.2272.1.8.10.20.1.11INTEGERread-writeTCP/UDP destination port to filter on.
INT rcIpFilterDstOption1.3.6.1.4.1.2272.1.8.10.20.1.12INTEGERread-writeType of matching to perform on the field 'rcIpFilterDstPort'. For 'source' and 'destination' filters, this value can only be 'equal(1)'.
T/F rcIpFilterCopyToCpu1.3.6.1.4.1.2272.1.8.10.20.1.13TruthValueread-writeUsed to specify whether a packet matching this filter should be copied to the CPU.
T/F rcIpFilterMirror1.3.6.1.4.1.2272.1.8.10.20.1.14TruthValueread-writeUsed to specify whether a packet matching this filter should be mirrored to the port specified by 'rcMirrorByPortMirrorPort'.
T/F rcIpFilterHighPriority1.3.6.1.4.1.2272.1.8.10.20.1.15TruthValueread-writeUsed to specify whether a packet matching this filter should be forwarded with high priority.
T/F rcIpFilterTcpConnect1.3.6.1.4.1.2272.1.8.10.20.1.16TruthValueread-writeUsed to specify whether a TCP packet matching this filter should be accepted. Pass only those matching TCP packets with either the ACK bit or RST bit set. Apply only if the IP Protocol is set to TCP.
INT rcIpFilterIeeeVlanPriority1.3.6.1.4.1.2272.1.8.10.20.1.17INTEGERread-writeUsed to specify the priority bits for explicit IEEE VLAN tag for a packet matching this filter. If this priority bit field is greater than the priority field currently in the IEEE tag in the Packet Header, this priority field will be loaded into the Packet Header.
T/F rcIpFilterUsePktLimit1.3.6.1.4.1.2272.1.8.10.20.1.18TruthValueread-writeUsed to specify whether the 'rcIpFilterPktLimit' field in this entry should be used when applying this filter.
INT rcIpFilterPktLimit1.3.6.1.4.1.2272.1.8.10.20.1.19INTEGERread-writeThe maximum packet size limit to filter against.
ROW rcIpFilterRowStatus1.3.6.1.4.1.2272.1.8.10.20.1.20RowStatusread-writeRow status of this entry.
INT rcIpFilterMode1.3.6.1.4.1.2272.1.8.10.20.1.21INTEGERread-writeUsed to specify the operation mode for this entry. 'useDefaultAction' means use the setting specified in the 'rcIpFilterPortDefaultAction' variable. 'forward' means forward the packet if the packet satisfies this policy. 'drop' means drop the packet if the packet satisfies this policy. 'forwardToNextHop' means forward the packet to the next hop if the packet satisfies this policy. This variable setting has higher precedence than the setting in 'rcIpFilterPortDefaultAction'.
INT rcIpFilterIpTosRule1.3.6.1.4.1.2272.1.8.10.20.1.22INTEGERread-writeUsed to specify the operation mode for this entry. 'none' means do not manupulate the Ip ToS byte. 'ipTosRule1' means manipulate the Ip ToS byte according to Quid/Gid Rule 1 which is defined in rcIpTosRuleOrRule1. 'ipTosRule2' means manipulate the Ip ToS byte according to Quid/Gid Rule 2 which is defined in rcIpTosRuleOrRule2. 'ipTosRule3' means manipulate the Ip ToS byte according to Quid/Gid Rule 3 which is defined in rcIpTosRuleOrRule3.
T/F rcIpFilterStopOnMatch1.3.6.1.4.1.2272.1.8.10.20.1.23TruthValueread-writeUsed to stop further filtering if this filter is applied.
T/F rcIpFilterDiffServMatchIeee8021PEnable1.3.6.1.4.1.2272.1.8.10.20.1.24TruthValueread-writeUsed to specify whether the value stored in the variable 'rcIpFilterDiffServMatchIeee8021P' should be used in this filter.
INT rcIpFilterDiffServMatchIeee8021P1.3.6.1.4.1.2272.1.8.10.20.1.25INTEGERread-writeUsed to specify the match value for the 802.1P field. If the 802.1P field in the incoming packet matches this value, then this filter will be applied to the packet.
T/F rcIpFilterDiffServMatchDscpEnable1.3.6.1.4.1.2272.1.8.10.20.1.26TruthValueread-writeUsed to specify whether the values stored in the variable 'rcIpFilterDiffServMatchDscp' and 'rcIpFilterDiffServMatchDscpReserved' should be used in this filter.
STR rcIpFilterDiffServMatchDscp1.3.6.1.4.1.2272.1.8.10.20.1.27DisplayStringread-writeUsed to specify the match value for the DSCP. If the DSCP in the incoming packet matches this value, then this filter will be applied to the packet. The DSCP represents the high-order 6 bits of the TOS byte (in network order).
STR rcIpFilterDiffServMatchDscpReserved1.3.6.1.4.1.2272.1.8.10.20.1.28DisplayStringread-writeUsed to specify the match value of the low-order 2 bits of the TOS byte (in network order).
T/F rcIpFilterDiffServModifyIeee8021PEnable1.3.6.1.4.1.2272.1.8.10.20.1.29TruthValueread-writeUsed to specify whether the value stored in the variable 'rcIpFilterDiffServModifyIeee8021P' should be used in this filter.
INT rcIpFilterDiffServModifyIeee8021P1.3.6.1.4.1.2272.1.8.10.20.1.30INTEGERread-writeUsed to specify the value the 802.1P field should be modified to if this filter is applied. The modification is applied at the egress point.
T/F rcIpFilterDiffServModifyDscpEnable1.3.6.1.4.1.2272.1.8.10.20.1.31TruthValueread-writeUsed to specify whether the value stored in the variable 'rcIpFilterDiffServModifyDscp' should be used in this filter.
STR rcIpFilterDiffServModifyDscp1.3.6.1.4.1.2272.1.8.10.20.1.32DisplayStringread-writeUsed to specify what the value of the DSCP should be modified to if this filter is applied. The modification is applied at the egress point. The DSCP represents the high-order 6 bits of the TOS byte (in network order).
STR rcIpFilterDiffServModifyDscpReserved1.3.6.1.4.1.2272.1.8.10.20.1.33DisplayStringread-writeUsed to specify the modify value of the low-order 2 bits of the TOS byte (in network order).
INT rcIpFilterDiffServTrafficProfileId1.3.6.1.4.1.2272.1.8.10.20.1.34INTEGERread-writeUsed to specify which traffic profile should be applied to packets matching this filter. Traffic profiles are specified in the 'rc2kQosTrafficProfileTable' table. A '0' value means do not apply any traffic profile.
T/F rcIpFilterMatchIcmpRequest1.3.6.1.4.1.2272.1.8.10.20.1.35TruthValueread-writeUsed to specify whether matching on ICMP Request packets should be performed.
T/F rcIpFilterMatchIpFragment1.3.6.1.4.1.2272.1.8.10.20.1.36TruthValueread-writeUsed to specify whether matching on fragmented IP packets should be performed.
T/F rcIpFilterStatisticEnable1.3.6.1.4.1.2272.1.8.10.20.1.37TruthValueread-writeUsed to turn on/off Counters for this filter.
C64 rcIpFilterInOctets1.3.6.1.4.1.2272.1.8.10.20.1.38Counter64read-onlyThe number of In-Octets for this filter.
C64 rcIpFilterInPackets1.3.6.1.4.1.2272.1.8.10.20.1.39Counter64read-onlyThe number of In-Packets for this filter.
C64 rcIpFilterRateLimitDiscardPackets1.3.6.1.4.1.2272.1.8.10.20.1.40Counter64read-onlyThe number of packets discarded due to rate limiting.
IP rcIpFilterNextHopForwardIpAddr1.3.6.1.4.1.2272.1.8.10.20.1.41IpAddressread-writeNext hop forward Ip address.
T/F rcIpFilterNextHopUnreachableDropEnable1.3.6.1.4.1.2272.1.8.10.20.1.42TruthValueread-writeIf next hop is unreachalbe, enable/disable to drop the packet.
INT rcIpFilterProtocolTypeUsrDefined1.3.6.1.4.1.2272.1.8.10.20.1.43INTEGERread-writeWhen rcIpFilterProtocolType is set to usrDefined(256) in an IP Filter, this field represents the 8-bit user defined protocol identifier.
C64 rcIpFilterIngressOctets1.3.6.1.4.1.2272.1.8.10.20.1.44Counter64read-onlyThe number of In-Octets for this filter.
C64 rcIpFilterIngressPkts1.3.6.1.4.1.2272.1.8.10.20.1.45Counter64read-onlyThe number of In-Packets for this filter.
C64 rcIpFilterRateLimitDiscardPkts1.3.6.1.4.1.2272.1.8.10.20.1.46Counter64read-onlyThe number of packets discarded due to rate limiting.
rcIpFilterGlobalListTable1.3.6.1.4.1.2272.1.8.10.21not-accessibleA table used to store global filter list information. Each row in the table contains a set of individual filters that make up a particular filter list.
rcIpFilterGlobalListEntry1.3.6.1.4.1.2272.1.8.10.21.1not-accessibleGlobal filter list attributes.
INT rcIpFilterGlobalListId1.3.6.1.4.1.2272.1.8.10.21.1.1INTEGERread-onlyAn unique value to identify a particular global filter list.
STR rcIpFilterGlobalListName1.3.6.1.4.1.2272.1.8.10.21.1.2DisplayStringread-writeName of this filter list.
INT rcIpFilterGlobalListFilterIdListSize1.3.6.1.4.1.2272.1.8.10.21.1.3INTEGERread-onlyUsed to indicate the number of filters are associated with this filter list.
IDL rcIpFilterGlobalListFilterIdList1.3.6.1.4.1.2272.1.8.10.21.1.4IdListread-writeUsed to indicate zero or more filters that are associated with this filter list. Each filter identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcIpFilterGlobalListRowStatus1.3.6.1.4.1.2272.1.8.10.21.1.5RowStatusread-writeRow status of this entry.
POR rcIpFilterGlobalListMemberPorts1.3.6.1.4.1.2272.1.8.10.21.1.6PortSetread-onlyPorts filter is used on.
rcIpFilterBaseListTable1.3.6.1.4.1.2272.1.8.10.22not-accessibleA table used to store base filter list information. Each row in the table contains a set of individual filters that make up a particular filter list.
rcIpFilterBaseListEntry1.3.6.1.4.1.2272.1.8.10.22.1not-accessibleBase filter list attributes.
INT rcIpFilterBaseListId1.3.6.1.4.1.2272.1.8.10.22.1.1INTEGERread-onlyAn unique value to identify a particular base filter list.
STR rcIpFilterBaseListName1.3.6.1.4.1.2272.1.8.10.22.1.2DisplayStringread-writeName of this filter list.
INT rcIpFilterBaseListFilterIdListSize1.3.6.1.4.1.2272.1.8.10.22.1.3INTEGERread-onlyUsed to indicate the number of filters are associated with this filter list.
IDL rcIpFilterBaseListFilterIdList1.3.6.1.4.1.2272.1.8.10.22.1.4IdListread-writeUsed to indicate zero or more filters that are associated with this filter list. Each filter identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcIpFilterBaseListRowStatus1.3.6.1.4.1.2272.1.8.10.22.1.5RowStatusread-writeRow status of this entry.
POR rcIpFilterBaseListMemberPorts1.3.6.1.4.1.2272.1.8.10.22.1.6PortSetread-onlyPorts filter is used on.
rcIpFilterPortTable1.3.6.1.4.1.2272.1.8.10.23not-accessibleA table used to store port filtering information.
rcIpFilterPortEntry1.3.6.1.4.1.2272.1.8.10.23.1not-accessiblePort entry attributes.
NUM rcIpFilterPortIfIndex1.3.6.1.4.1.2272.1.8.10.23.1.1InterfaceIndexread-onlyIfIndex value of a port where filtering is applied.
INT rcIpFilterPortFilterListSize1.3.6.1.4.1.2272.1.8.10.23.1.2INTEGERread-onlyUsed to indicate the number of filter list(s) that are assigned to this port.
OCT rcIpFilterPortFilterList1.3.6.1.4.1.2272.1.8.10.23.1.3OCTET STRINGread-writeUsed to indicate zero or more filter lists that are associated with this port. Each filter list identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
INT rcIpFilterPortMode1.3.6.1.4.1.2272.1.8.10.23.1.4INTEGERread-writeUsed to indicate when filters applied to this port should be treated as 'permit' or 'deny' filters. When filters are not enabled on the port the mode is set to none. The port does not block any packet. Mode None cannot be used when PortEnable is true. On a port configured as 'permit', any packet that satisfies a filter is allowed to be forwarded. On a port configured as 'deny', any packet that satisfies a filter is dropped.
T/F rcIpFilterPortEnable1.3.6.1.4.1.2272.1.8.10.23.1.5TruthValueread-writeUsed to indicate whether filtering is configured on this port.
ROW rcIpFilterPortRowStatus1.3.6.1.4.1.2272.1.8.10.23.1.6RowStatusread-writeRow status of this entry.
INT rcIpFilterPortDefaultAction1.3.6.1.4.1.2272.1.8.10.23.1.7INTEGERread-writeUsed to indicate the default action that should be performed when an IP filter applies to a particular port. When filters are not enabled on the port the action is set to 'none' which means the port does not block any packet. 'none' cannot be used when PortEnable is true. On a port configured as 'forward', any packet that satisfies a filter is allowed to be forwarded. On a port configured as 'drop', any packet that satisfies a filter is dropped.
I32 rcIpFilterPortNumGlobalFilters1.3.6.1.4.1.2272.1.8.10.23.1.8Integer32read-only# of global filters
I32 rcIpFilterPortNumBaseFilters1.3.6.1.4.1.2272.1.8.10.23.1.9Integer32read-only# of base filters
I32 rcIpFilterMediaDevTableSize1.3.6.1.4.1.2272.1.8.10.24Integer32read-onlyUsed to indicate the number of entries in the rcIpFilterMediaDevTable.
rcIpFilterMediaDevTable1.3.6.1.4.1.2272.1.8.10.25not-accessibleA table used to store media filter list information. Each row in the table contains a set of individual filters that make up a particular filter list for a particular platform/device combination.
rcIpFilterMediaDevEntry1.3.6.1.4.1.2272.1.8.10.25.1not-accessibleDevice attributes and the filters' attributes.
INT rcIpFilterMediaDevId1.3.6.1.4.1.2272.1.8.10.25.1.1INTEGERread-onlyMedia Id in the rcIpFilterMediaDevTable.
STR rcIpFilterMediaDevName1.3.6.1.4.1.2272.1.8.10.25.1.2DisplayStringread-writeMedia Device Name. This includes the platform and the physical/soft device.
INT rcIpFilterMediaDevPlatformType1.3.6.1.4.1.2272.1.8.10.25.1.3INTEGERread-writePlatform identifier or type. These are the currently supported platforms.
INT rcIpFilterMediaDevDeviceType1.3.6.1.4.1.2272.1.8.10.25.1.4INTEGERread-writeDevice identifier or type. There are the currently supported device types.
IP rcIpFilterMediaDevIpAddress1.3.6.1.4.1.2272.1.8.10.25.1.5IpAddressread-writeMedia Device IP Address.
IDL rcIpFilterMediaDevStreamsIds1.3.6.1.4.1.2272.1.8.10.25.1.6IdListread-onlyAn array used to identify which streams are assigned to MediaDevEntry. Each stream ID is stored as a two octet value. The first octet in the pair holds bits 15-8 of the stream ID, while the second octet holds bits 7-0 of the stream ID.
POR rcIpFilterMediaDevMemberPorts1.3.6.1.4.1.2272.1.8.10.25.1.7PortSetread-onlyMedia Device port port members. These are the system physical ports.
T/F rcIpFilterMediaDevStatisticEnable1.3.6.1.4.1.2272.1.8.10.25.1.8TruthValueread-writeUsed to turn on/off statistics' counters for all the filters for the device.
ROW rcIpFilterMediaDevRowStatus1.3.6.1.4.1.2272.1.8.10.25.1.9RowStatusread-writeRow Status.
I32 rcIpFilterMediaStreamTableSize1.3.6.1.4.1.2272.1.8.10.26Integer32read-onlyUsed to indicate the number of entries in the rcIpFilterMediaStreamTable.
rcIpFilterMediaStreamTable1.3.6.1.4.1.2272.1.8.10.27not-accessibleA table used to store tcp/udp port information for a set of filters that make up a particular filter list for a particular platform/device combination.
rcIpFilterMediaStreamEntry1.3.6.1.4.1.2272.1.8.10.27.1not-accessibleLayer 4 Port attributes and the filters' attributes.
INT rcIpFilterMediaStreamMediaId1.3.6.1.4.1.2272.1.8.10.27.1.1INTEGERread-onlyMedia Id in the rcIpFilterMediaDevTable.
INT rcIpFilterMediaStreamStreamId1.3.6.1.4.1.2272.1.8.10.27.1.2INTEGERread-onlyPort range Id in the rcIpFilterMediaStreamTable.
STR rcIpFilterMediaStreamName1.3.6.1.4.1.2272.1.8.10.27.1.3DisplayStringread-writeMedia Stream Name.
INT rcIpFilterMediaStreamProtocol1.3.6.1.4.1.2272.1.8.10.27.1.4INTEGERread-writeType of transport protocol to filter on. Multimedia applications often use UDP and some use TCP. Any Layer 4 protocol number supported by IP can be added here in future.
INT rcIpFilterMediaStreamPortMin1.3.6.1.4.1.2272.1.8.10.27.1.5INTEGERread-writeTCP/UDP source or destination port to filter on.
INT rcIpFilterMediaStreamPortMax1.3.6.1.4.1.2272.1.8.10.27.1.6INTEGERread-writeTCP/UDP source or destination port to filter on.
INT rcIpFilterMediaStreamPortOption1.3.6.1.4.1.2272.1.8.10.27.1.7INTEGERread-writeSrc port or destination port of both.
INT rcIpFilterMediaStreamType1.3.6.1.4.1.2272.1.8.10.27.1.8INTEGERread-writeType of stream to filter on.
STR rcIpFilterMediaStreamRemarkDscp1.3.6.1.4.1.2272.1.8.10.27.1.9DisplayStringread-onlyUsed to specify what the value of the DSCP should be modified to if this stream is identified. The modification is applied at the egress point. The DSCP represents the high-order 6 bits of the TOS byte (in network order).
STR rcIpFilterMediaStreamMatchDscp1.3.6.1.4.1.2272.1.8.10.27.1.10DisplayStringread-writeUsed to specify what the value of the DSCP should be match with in the stream identification. DSCP represents the high-order 6 bit of the TOS byte (in network order).
ROW rcIpFilterMediaStreamRowStatus1.3.6.1.4.1.2272.1.8.10.27.1.11RowStatusread-writeRow Status.
rcIpPolicy1.3.6.1.4.1.2272.1.8.11
I32 rcIpPolicyAddrTableSize1.3.6.1.4.1.2272.1.8.11.1Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyAddrTable.
rcIpPolicyAddrTable1.3.6.1.4.1.2272.1.8.11.2not-accessibleA table used to store different types list entries. Each row in the table contains a list entry that is used by a set of announce policies.
rcIpPolicyAddrEntry1.3.6.1.4.1.2272.1.8.11.2.1not-accessibleRoute entry attributes.
IP rcIpPolicyAddrIpAddr1.3.6.1.4.1.2272.1.8.11.2.1.1IpAddressread-onlyThe network address for this type of list entry. This value is required for all types of lists.
I32 rcIpPolicyAddrId1.3.6.1.4.1.2272.1.8.11.2.1.2Integer32read-onlyIdentifier of this entry. Used internally to identify this entry.
INT rcIpPolicyAddrAddrListIdListSize1.3.6.1.4.1.2272.1.8.11.2.1.3INTEGERread-onlyUsed to indicate the number of id(s) in the rcIpPolicyAddrListIdList variable.
OCT rcIpPolicyAddrAddrListIdList1.3.6.1.4.1.2272.1.8.11.2.1.4OCTET STRINGread-onlyUsed to indicate zero or more rcIpPolicyAddrListEntry(s) that are referring to this entry. Each list-id identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcIpPolicyAddrRowStatus1.3.6.1.4.1.2272.1.8.11.2.1.5RowStatusread-writeRow status of this entry.
I32 rcIpPolicyNetTableSize1.3.6.1.4.1.2272.1.8.11.3Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyNetTable.
rcIpPolicyNetTable1.3.6.1.4.1.2272.1.8.11.4not-accessibleA table used to store different types list entries. Each row in the table contains a list entry that is used by a set of announce policies.
rcIpPolicyNetEntry1.3.6.1.4.1.2272.1.8.11.4.1not-accessibleRoute entry attributes.
IP rcIpPolicyNetAddr1.3.6.1.4.1.2272.1.8.11.4.1.1IpAddressread-onlyThe network address for this type of list entry. This value is required for all types of lists.
IP rcIpPolicyNetMask1.3.6.1.4.1.2272.1.8.11.4.1.2IpAddressread-onlyThe route mask for this type of list entry. This value is meaningful only if rcIpPolicyNetEntry is equal to exactNet(1), rangeNet(2), advertiseNet(3). For other types it should have the value 0.0.0.0.
I32 rcIpPolicyNetId1.3.6.1.4.1.2272.1.8.11.4.1.3Integer32read-onlyUsed internally to recognize this entry.
INT rcIpPolicyNetNetListIdListSize1.3.6.1.4.1.2272.1.8.11.4.1.4INTEGERread-onlyUsed to indicate the number of id(s) in the rcIpPolicyNetListIdList variable.
OCT rcIpPolicyNetNetListIdList1.3.6.1.4.1.2272.1.8.11.4.1.5OCTET STRINGread-onlyUsed to indicate zero or more rcIpPolicyNetListEntry(s) that are referring to this entry. Each list-id identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcIpPolicyNetRowStatus1.3.6.1.4.1.2272.1.8.11.4.1.6RowStatusread-writeRow status of this entry.
I32 rcIpPolicyAddrListTableSize1.3.6.1.4.1.2272.1.8.11.5Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyAddrListTable.
rcIpPolicyAddrListTable1.3.6.1.4.1.2272.1.8.11.6not-accessibleA table used to group rcIpPolicyAddrEntry(s) into a list.
rcIpPolicyAddrListEntry1.3.6.1.4.1.2272.1.8.11.6.1not-accessibleRoute entry attributes.
INT rcIpPolicyAddrListId1.3.6.1.4.1.2272.1.8.11.6.1.1INTEGERread-onlyA value that uniquely identifies this list of rcIpPolicyAddrListEntry.
STR rcIpPolicyAddrListName1.3.6.1.4.1.2272.1.8.11.6.1.3DisplayStringread-writeAn administratively-assigned name for this list.
INT rcIpPolicyAddrListIdListSize1.3.6.1.4.1.2272.1.8.11.6.1.4INTEGERread-onlyUsed to indicate the number of rcIpPolicyAddrNetEntry id(s) in the rcIpPolicyAddrListIdList variable.
OCT rcIpPolicyAddrListIdList1.3.6.1.4.1.2272.1.8.11.6.1.5OCTET STRINGread-writeUsed to indicate zero or more AddrListId that are associated to this list. Each AddrList identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
INT rcIpPolicyAddrListPolicyIdListSize1.3.6.1.4.1.2272.1.8.11.6.1.6INTEGERread-onlyUsed to indicate the number of policy id(s) in the Policy Id list. That are referring to this list.
OCT rcIpPolicyAddrListPolicyIdList1.3.6.1.4.1.2272.1.8.11.6.1.7OCTET STRINGread-onlyUsed to indicate zero or more policies that are referring to this entry. Each policy identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcIpPolicyAddrListRowStatus1.3.6.1.4.1.2272.1.8.11.6.1.8RowStatusread-writeRow status of this entry.
I32 rcIpPolicyRipAnnounceTableSize1.3.6.1.4.1.2272.1.8.11.7Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyRipAnnounceTable.
rcIpPolicyRipAnnounceTable1.3.6.1.4.1.2272.1.8.11.8not-accessibleA table used to store set of announce policies configured for RIP routing protocol. The Number of entries is given by rcIpPolicyNumRipPolicies.
rcIpPolicyRipAnnounceEntry1.3.6.1.4.1.2272.1.8.11.8.1not-accessibleEntry containing configuration information for a particular announce policy.
INT rcIpPolicyRipAnnounceId1.3.6.1.4.1.2272.1.8.11.8.1.1INTEGERread-onlyA value that uniquely identifies the policy associated with this entry.
STR rcIpPolicyRipAnnounceName1.3.6.1.4.1.2272.1.8.11.8.1.2DisplayStringread-writeAn administratively-assigned name for this policy.
T/F rcIpPolicyRipAnnounceEnable1.3.6.1.4.1.2272.1.8.11.8.1.3TruthValueread-writeIt indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'.
INT rcIpPolicyRipAnnounceExactNetListId1.3.6.1.4.1.2272.1.8.11.8.1.4INTEGERread-writeUsed to indicate the number of 'exact' type entries that are configured for this policy. An entry with type 'exactNet' or 'rangeNet' represents the network list. This indicates which networks will match a particular announce policy. An entry with a 'exact' type means to only match the specific network advertisement (netaddr & mask). An 'exact' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match the default route'. If set to '0', this policy applies to all the routes.
INT rcIpPolicyRipAnnounceRangeNetListId1.3.6.1.4.1.2272.1.8.11.8.1.5INTEGERread-writeUsed to indicate zero or more 'range' network entries that are associated with this policy. An entry with a 'range' type means to match any network number that falls in the range indicated by the addr & mask. A 'range' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match any route'. If set to '0', this policy applies to all the routes.
INT rcIpPolicyRipAnnounceRipGatewayListId1.3.6.1.4.1.2272.1.8.11.8.1.6INTEGERread-writeUsed to identify the RIP-gatewayList in the list that are associated with this policy. This field has meaning only for RIP sourced routes and if RIP is included as a RouteSource. The list contains one or more rip-routers (other side of the interface) addresses that could send RIP updates to this router. If a router address is included in this list, this policy applies to RIP advertisements from that router. If set to '0', this policy applies to RIP updates received from any rip routers/interfaces.
INT rcIpPolicyRipAnnounceRipInterfaceListId1.3.6.1.4.1.2272.1.8.11.8.1.7INTEGERread-writeUsed to indicate the number of entries in the ripInterfaceIdList that are configured for this policy. This field has meaning only for RIP sourced routes and if RIP is included as a RouteSource. The list contains one or more rip-interface addresses on this router. If an interface address is incuded in this list, this policy applies to RIP advertisements received on that interface. A value of '0' indicates thtat this policy applies to RIP updates received on any rip-interface.
INT rcIpPolicyRipAnnounceOspfRouterListId1.3.6.1.4.1.2272.1.8.11.8.1.8INTEGERread-writeUsed to indicate the number of entries in the OspfRouteIds that are configured for this policy. This field has meaning only for OSPF sourced routes and if OSPF is included as a RouteSource. The list contains one or more router IDs of OSPF routers. If a routerId is included in this list, this policy applies to OSPF advertisements received from that router. A value of '0' indicates that this policy applies to any OPSF routes received from any router.
INT rcIpPolicyRipAnnounceAnnounceInterfaceListId1.3.6.1.4.1.2272.1.8.11.8.1.9INTEGERread-writeUsed to indicate the number of entries in the AnnounceInterfaceids that are configured for this policy. The list contains one or more outbound interface addresses. If the outbound interface address in this list, the policy applies to RIP updates/advertisements sent through this interface. A value of '0' indicates that this policy applies to any outbound RIP interface on this router.
INT rcIpPolicyRipAnnouncePrecedence1.3.6.1.4.1.2272.1.8.11.8.1.10INTEGERread-writeIs used while comparing this policy rule with other policy that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the PolicyId is used (larger wins).
INT rcIpPolicyRipAnnounceRouteSource1.3.6.1.4.1.2272.1.8.11.8.1.11INTEGERread-writeIs represented as bitset to indicate route sources. It can contain one or more route sources. If the route source is in this bit map, then a route from that source that meets the other criteria of this policy will match the policy.
INT rcIpPolicyRipAnnounceAdvertiseNetListId1.3.6.1.4.1.2272.1.8.11.8.1.12INTEGERread-writeUsed to indicate the number of entries in the AdvertiseNetList that are configured for this policy. This has meaning only if the Action is set to 'announce'. It is useful to send or advertise networks that differ from actual network in the routing table. Also allows advertisement of an aggregate or default along with the actual network. Aggregation is useful if a number of routes in the table falls in a certain range. Can save space by sending aggregate route instead of the individual routes. Actual network/route is included in the update only if there is a match or there there is an entry (address & mask pair) 255.255.255.255/255.255.255.255 in the list.
INT rcIpPolicyRipAnnounceAction1.3.6.1.4.1.2272.1.8.11.8.1.13INTEGERread-writeIt indicates whether the route should be announced or not.
INT rcIpPolicyRipAnnounceOspfRouteType1.3.6.1.4.1.2272.1.8.11.8.1.14INTEGERread-writeOspf Route type. It applies to OSPF sourced routes only. 'type1' means to apply this policy to only type1 OSPF external routes. 'type2' means to apply this policy to only type2 OSPF external routes. 'internal' means 'match ospf specfic routes'. 'any' means apply this policy to all OSPF external routes.
INT rcIpPolicyRipAnnounceRipMetric1.3.6.1.4.1.2272.1.8.11.8.1.15INTEGERread-writeRIP metric. The value is meaningful only if the action is set to 'announce'. This is optional export metric to use when advertising a route that matches this policy. If set to zero, the routing table metric calculated for RIP is is used.
ROW rcIpPolicyRipAnnounceRowStatus1.3.6.1.4.1.2272.1.8.11.8.1.16RowStatusread-writeRow status of this entry.
I32 rcIpPolicyOspfAnnounceTableSize1.3.6.1.4.1.2272.1.8.11.9Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyOspfAnnounceTable.
rcIpPolicyOspfAnnounceTable1.3.6.1.4.1.2272.1.8.11.10not-accessibleA table used to store set of announce policies configured for OSPF routing protocol. The Number of entries is given by rcIpPolicyNumOspfPolicies.
rcIpPolicyOspfAnnounceEntry1.3.6.1.4.1.2272.1.8.11.10.1not-accessibleEntry containing configuration information for a particular announce policy.
INT rcIpPolicyOspfAnnounceId1.3.6.1.4.1.2272.1.8.11.10.1.1INTEGERread-onlyA value that uniquely identifies the policy associated with this entry.
STR rcIpPolicyOspfAnnounceName1.3.6.1.4.1.2272.1.8.11.10.1.2DisplayStringread-writeAn administratively-assigned name for this policy.
T/F rcIpPolicyOspfAnnounceEnable1.3.6.1.4.1.2272.1.8.11.10.1.3TruthValueread-writeIt indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'.
INT rcIpPolicyOspfAnnounceExactNetListId1.3.6.1.4.1.2272.1.8.11.10.1.4INTEGERread-writeUsed to indicate the number of 'exact' type entries that are configured for this policy. An entry with type 'exactNet' or 'rangeNet' represents the network list. This indicates which networks will match a particular announce policy. An entry with a 'exact' type means to only match the specific network advertisement (netaddr & mask). An 'exact' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match the default route'. If set to '0', this policy applies to all the routes.
INT rcIpPolicyOspfAnnounceRangeNetListId1.3.6.1.4.1.2272.1.8.11.10.1.5INTEGERread-writeUsed to indicate zero or more 'range' network entries that are associated with this policy. An entry with a 'range' type means to match any network number that falls in the range indicated by the addr & mask. A 'range' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match any route'. If set to '0', this policy applies to all the routes.
INT rcIpPolicyOspfAnnounceRipGatewayListId1.3.6.1.4.1.2272.1.8.11.10.1.6INTEGERread-writeUsed to identify the RIP-gatewayList in the list that are associated with this policy. This field has meaning only for RIP sourced routes and if RIP is included as a RouteSource. The list contains one or more rip-routers (other side of the interface) addresses that could send RIP updates to this router. If a router address is included in this list, this policy applies to RIP advertisements from that router. If set to '0', this policy applies to RIP updates received from any rip routers/interfaces.
INT rcIpPolicyOspfAnnounceRipInterfaceListId1.3.6.1.4.1.2272.1.8.11.10.1.7INTEGERread-writeUsed to indicate the number of entries in the ripInterfaceIdList that are configured for this policy. This field has meaning only for RIP sourced routes and if RIP is included as a RouteSource. The list contains one or more rip-interface addresses on this router. If an interface address is incuded in this list, this policy applies to RIP advertisements received on that interface. A value of '0' indicates thtat this policy applies to RIP updates received on any rip-interface.
INT rcIpPolicyOspfAnnouncePrecedence1.3.6.1.4.1.2272.1.8.11.10.1.8INTEGERread-writeIs used while comparing this policy rule with other policy that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the PolicyId is used (larger wins).
INT rcIpPolicyOspfAnnounceRouteSource1.3.6.1.4.1.2272.1.8.11.10.1.9INTEGERread-writeIs represented as bit map to indicate route sources. It can contain one or more route sources. If the route source is in this bit map, then a route from that source that meets the other criteria of this policy will match the policy.
INT rcIpPolicyOspfAnnounceAdvertiseNetListId1.3.6.1.4.1.2272.1.8.11.10.1.10INTEGERread-writeUsed to indicate the number of entries in the AdvertiseNetList that are configured for this policy. This has meaning only if the Action is set to 'announce'. It is useful to send or advertise networks that differ from actual network in the routing table. Also allows advertisement of an aggregate or default along with the actual network. Aggregation is useful if a number of routes in the table falls in a certain range. Can save space by sending aggregate route instead of the individual routes. Actual network/route is included in the update only if there is a match or there there is an entry (address & mask pair) 255.255.255.255/255.255.255.255 in the list.
INT rcIpPolicyOspfAnnounceAction1.3.6.1.4.1.2272.1.8.11.10.1.11INTEGERread-writeIt indicates whether the route should be announced or not.
INT rcIpPolicyOspfAnnounceExtMetricType1.3.6.1.4.1.2272.1.8.11.10.1.12INTEGERread-writeOspf External metric type. It is used to indicate what type of the external metric it is. 'type1' means to the cost is 'internal ospf cost + ExtMetric'. 'type2' means the ospf-metric is equal to 'type2'.
INT rcIpPolicyOspfAnnounceExtMetric1.3.6.1.4.1.2272.1.8.11.10.1.13INTEGERread-writeOSPF External metric. The value is meaningful only if the action is set to 'announce'. This is optional export metric to use when advertising a route that matches this policy. Value '0' is used to indicate that route's actual cost is used to announce.
ROW rcIpPolicyOspfAnnounceRowStatus1.3.6.1.4.1.2272.1.8.11.10.1.14RowStatusread-writeRow status of this entry.
I32 rcIpPolicyRipAcceptTableSize1.3.6.1.4.1.2272.1.8.11.11Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyRipAcceptTable.
rcIpPolicyRipAcceptTable1.3.6.1.4.1.2272.1.8.11.12not-accessibleA table used to store set of accept policies configured for RIP routing protocol. The Number of entries is given by rcIpPolicyNumRipPolicies.
rcIpPolicyRipAcceptEntry1.3.6.1.4.1.2272.1.8.11.12.1not-accessibleEntry containing configuration information for a particular accept policy.
INT rcIpPolicyRipAcceptId1.3.6.1.4.1.2272.1.8.11.12.1.1INTEGERread-onlyA value that uniquely identifies the policy associated with this entry.
STR rcIpPolicyRipAcceptName1.3.6.1.4.1.2272.1.8.11.12.1.2DisplayStringread-writeAn administratively-assigned name for this policy.
T/F rcIpPolicyRipAcceptEnable1.3.6.1.4.1.2272.1.8.11.12.1.3TruthValueread-writeIt indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'.
INT rcIpPolicyRipAcceptExactNetListId1.3.6.1.4.1.2272.1.8.11.12.1.4INTEGERread-writeUsed to indicate the number of 'exact' type entries that are configured for this policy. An entry with type 'exactNet' or 'rangeNet' represents the network list. This indicates which networks will match a particular accept policy. An entry with a 'exact' type means to only match the specific network advertisement (netaddr & mask). An 'exact' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match the default route'.
INT rcIpPolicyRipAcceptRangeNetListId1.3.6.1.4.1.2272.1.8.11.12.1.5INTEGERread-writeUsed to indicate zero or more 'range' network entries that are associated with this policy. An entry with a 'range' type means to match any network number that falls in the range indicated by the addr & mask. A 'range' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match any route'. A null list means 'match any route'.
INT rcIpPolicyRipAcceptRipGatewayListId1.3.6.1.4.1.2272.1.8.11.12.1.6INTEGERread-writeUsed to identify the RIP-gatewayList in the PolicyListTable that iares associated with this policy. The list contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this policy applies to RIP advertisements from that router. If set to '0', this policy applies to RIP updates from any router.
INT rcIpPolicyRipAcceptRipInterfaceListId1.3.6.1.4.1.2272.1.8.11.12.1.7INTEGERread-writeUsed to indicate ListId defined for RipInterfaceList in the rcIpPolicyListTable that is assiciated with this policy. The list contains the addresses of one or more interfaces on this router. If an interface address is included in the list, this policy applies to RIP advertisements received on that interface. If set to '0', this policy applies to RIP updates received on any interface.
INT rcIpPolicyRipAcceptPrecedence1.3.6.1.4.1.2272.1.8.11.12.1.8INTEGERread-writeIs used while comparing this policy rule with other policy that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the PolicyId is used (larger wins).
INT rcIpPolicyRipAcceptAction1.3.6.1.4.1.2272.1.8.11.12.1.9INTEGERread-writeIt indicates whether the route should be acceptd or not.
INT rcIpPolicyRipAcceptInjectNetListId1.3.6.1.4.1.2272.1.8.11.12.1.10INTEGERread-writeUsed to indicate the ListId of the InjectNetList in the rcIpPolicyListTable entry that is assiciated with for this policy. If teh action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned and an aggregate advertisement could be inserted instead of the individual networks. Upon receiving a route that matches this policy, all networks in this list will be considered for inclusion in the routing table. If the list is empty or if the value of the ListId is '0' then the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.'. This allows insertion of an aggregate or default along with the actual netowrk.
IP rcIpPolicyRipAcceptApplyMask1.3.6.1.4.1.2272.1.8.11.12.1.11IpAddressread-writeIf the 'action' is set to 'accept' and the actual received network will be considered, this is an optional IP address mask that will be applied to the network number from the RIP update. This is used to override the interface's subnet mask in the presence of networks with variable length subnet masks.
ROW rcIpPolicyRipAcceptRowStatus1.3.6.1.4.1.2272.1.8.11.12.1.12RowStatusread-writeRow status of this entry.
I32 rcIpPolicyOspfAcceptTableSize1.3.6.1.4.1.2272.1.8.11.13Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyOspfAcceptTable.
rcIpPolicyOspfAcceptTable1.3.6.1.4.1.2272.1.8.11.14not-accessibleA table used to store set of accept policies configured for RIP routing protocol. The Number of entries is given by rcIpPolicyNumRipPolicies.
rcIpPolicyOspfAcceptEntry1.3.6.1.4.1.2272.1.8.11.14.1not-accessibleEntry containing configuration information for a particular accept policy.
INT rcIpPolicyOspfAcceptId1.3.6.1.4.1.2272.1.8.11.14.1.1INTEGERread-onlyA value that uniquely identifies the policy associated with this entry.
STR rcIpPolicyOspfAcceptName1.3.6.1.4.1.2272.1.8.11.14.1.2DisplayStringread-writeAn administratively-assigned name for this policy.
T/F rcIpPolicyOspfAcceptEnable1.3.6.1.4.1.2272.1.8.11.14.1.3TruthValueread-writeIt indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'.
INT rcIpPolicyOspfAcceptExactNetListId1.3.6.1.4.1.2272.1.8.11.14.1.4INTEGERread-writeUsed to indicate the number of 'exact' type entries that are configured for this policy. An entry with type 'exactNet' or 'rangeNet' represents the network list. This indicates which networks will match a particular accept policy. An entry with a 'exact' type means to only match the specific network advertisement (netaddr & mask). An 'exact' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match the default route'.
INT rcIpPolicyOspfAcceptRangeNetListId1.3.6.1.4.1.2272.1.8.11.14.1.5INTEGERread-writeUsed to indicate zero or more 'range' network entries that are associated with this policy. An entry with a 'range' type means to match any network number that falls in the range indicated by the addr & mask. A 'range' entry with addr=0.0.0.0 and mask=0.0.0.0 means 'match any route'. A null list means 'match any route'.
INT rcIpPolicyOspfAcceptPrecedence1.3.6.1.4.1.2272.1.8.11.14.1.6INTEGERread-writeIs used while comparing this policy rule with other policy that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the PolicyId is used (larger wins).
INT rcIpPolicyOspfAcceptAction1.3.6.1.4.1.2272.1.8.11.14.1.7INTEGERread-writeIt indicates whether the route should be acceptd or not.
INT rcIpPolicyOspfAcceptInjectNetListId1.3.6.1.4.1.2272.1.8.11.14.1.8INTEGERread-writeUsed to indicate the ListId of the InjectNetList in the rcIpPolicyListTable entry that is assiciated with for this policy. If teh action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned and an aggregate advertisement could be inserted instead of the individual networks. Upon receiving a route that matches this policy, all networks in this list will be considered for inclusion in the routing table. If the list is empty or if the value of the ListId is '0' then the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.'. This allows insertion of an aggregate or default along with the actual netowrk.
INT rcIpPolicyOspfAcceptExtType1.3.6.1.4.1.2272.1.8.11.14.1.9INTEGERread-writeUsed to indicate the ospf external type. This parameter describes which types of OSPF ASE routes match this policy. 'any' means 'match either ASE type 1 or 2'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2
ROW rcIpPolicyOspfAcceptRowStatus1.3.6.1.4.1.2272.1.8.11.14.1.10RowStatusread-writeRow status of this entry.
I32 rcIpPolicyNetListTableSize1.3.6.1.4.1.2272.1.8.11.15Integer32read-onlyUsed to indicate the number of entries in the rcIpPolicyNetListTable.
rcIpPolicyNetListTable1.3.6.1.4.1.2272.1.8.11.16not-accessibleA table used to group rcIpPolicyAddrEntry(s) into a list.
rcIpPolicyNetListEntry1.3.6.1.4.1.2272.1.8.11.16.1not-accessibleRoute entry attributes.
INT rcIpPolicyNetListId1.3.6.1.4.1.2272.1.8.11.16.1.1INTEGERread-onlyA value that uniquely identifies this list of rcIpPolicyNetListEntry.
STR rcIpPolicyNetListName1.3.6.1.4.1.2272.1.8.11.16.1.3DisplayStringread-writeAn administratively-assigned name for this list.
INT rcIpPolicyNetListIdListSize1.3.6.1.4.1.2272.1.8.11.16.1.4INTEGERread-onlyUsed to indicate the number of rcIpPolicyNetEntry id(s) in the rcIpPolicyNetListIdList variable.
OCT rcIpPolicyNetListIdList1.3.6.1.4.1.2272.1.8.11.16.1.5OCTET STRINGread-writeUsed to indicate zero or more NetListId that are associated to this list. Each NetList identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
INT rcIpPolicyNetListPolicyIdListSize1.3.6.1.4.1.2272.1.8.11.16.1.6INTEGERread-onlyUsed to indicate the number of policy id(s) in the Policy Id list. That are referring to this list.
OCT rcIpPolicyNetListPolicyIdList1.3.6.1.4.1.2272.1.8.11.16.1.7OCTET STRINGread-onlyUsed to indicate zero or more policies that are referring to this entry. Each policy identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcIpPolicyNetListRowStatus1.3.6.1.4.1.2272.1.8.11.16.1.8RowStatusread-writeRow status of this entry.
rcIpDvmrp1.3.6.1.4.1.2272.1.8.12
rcIpDvmrpGlobal1.3.6.1.4.1.2272.1.8.12.1
T/F rcIpDvmrpGlobalEnable1.3.6.1.4.1.2272.1.8.12.1.1TruthValueread-writeThe enabled status of IP Multicast Dvmrp routing on this router.
INT rcIpDvmrpGlobalUpdateInterval1.3.6.1.4.1.2272.1.8.12.1.2INTEGERread-writeRoute upd interval
INT rcIpDvmrpGlobalTriggeredUpdateInterval1.3.6.1.4.1.2272.1.8.12.1.3INTEGERread-writeTrigger upd interval
INT rcIpDvmrpGlobalLeafTimeOut1.3.6.1.4.1.2272.1.8.12.1.4INTEGERread-writeHold down timer for leaf
INT rcIpDvmrpGlobalNbrTimeOut1.3.6.1.4.1.2272.1.8.12.1.5INTEGERread-writeTime to age out nbr
INT rcIpDvmrpGlobalNbrProbeInterval1.3.6.1.4.1.2272.1.8.12.1.6INTEGERread-writeHow often to send probe
INT rcIpDvmrpGlobalRouteExpireTimeOut1.3.6.1.4.1.2272.1.8.12.1.7INTEGERread-writeThis parameter defines the route expiration timeout in seconds.
INT rcIpDvmrpGlobalFwdCacheTimeOut1.3.6.1.4.1.2272.1.8.12.1.8INTEGERread-writeThis is the Forward Cache Value in second. This value is going to be used in aging prune entries in seconds.
INT rcIpDvmrpGlobalRouteDiscardTimeOut1.3.6.1.4.1.2272.1.8.12.1.9INTEGERread-writeThis parameter defines time to garbage collect route in seconds.
INT rcIpDvmrpGlobalRouteSwitchTimeOut1.3.6.1.4.1.2272.1.8.12.1.10INTEGERread-writeThis parameter defines the route discard timeout in seconds.
ENA rcIpDvmrpGlobalGenerateTrap1.3.6.1.4.1.2272.1.8.12.1.12EnableValueread-writeEnabling the dvmrp to generate trap.
ENA rcIpDvmrpGlobalGenerateLog1.3.6.1.4.1.2272.1.8.12.1.13EnableValueread-writeEnabling the dvmrp to generate log.
rcIpDvmrpTable1.3.6.1.4.1.2272.1.8.12.2not-accessibleDvmrp Interface extension table. This table augments the standard dvmrpInterfaceTable defined in .
rcIpDvmrpTableEntry1.3.6.1.4.1.2272.1.8.12.2.1not-accessibleEntry containing Proprietary DVMRP interface information. An entry is automatically created in this table when an ip address is configured on an interface.
NUM rcIpDvmrpTableIfIndex1.3.6.1.4.1.2272.1.8.12.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.
T/F rcIpDvmrpTableEnable1.3.6.1.4.1.2272.1.8.12.2.1.2TruthValueread-writeThe administrative status of DVMRP in the router. The value 'enabled' denotes that the DVMRP is enableed on the interface; 'disabled' disables it on the interface.
INT rcIpDvmrpTableMetric1.3.6.1.4.1.2272.1.8.12.2.1.3INTEGERread-writeDvmrp cost on this interface.
T/F rcIpDvmrpTableAdvSelf1.3.6.1.4.1.2272.1.8.12.2.1.4TruthValueread-writeUsed to indicate whether the switch can advertise this local network
IP rcIpDvmrpTableLocalAddr1.3.6.1.4.1.2272.1.8.12.2.1.5IpAddressread-onlyThe IP address of this interface.
STR rcIpDvmrpTableInPolicyName1.3.6.1.4.1.2272.1.8.12.2.1.6DisplayStringread-writeDvmrp Accept Policy name that is configured on this interface.
STR rcIpDvmrpTableOutPolicyName1.3.6.1.4.1.2272.1.8.12.2.1.7DisplayStringread-writeDvmrp Announce Policy name that is configured on this interface.
T/F rcIpDvmrpTableDefRtLis1.3.6.1.4.1.2272.1.8.12.2.1.8TruthValueread-writeUsed to indicate whether the switch can learn DVMRP default route over this interface
T/F rcIpDvmrpTableDefRtSup1.3.6.1.4.1.2272.1.8.12.2.1.9TruthValueread-writeUsed to indicate whether the switch should supply DVMRP default route over this interface
I32 rcIpDvmrpTableDefRtMet1.3.6.1.4.1.2272.1.8.12.2.1.10Integer32read-writeUsed to specify the cost of the DVMRP default route that this interface generates and supplies when it is configured to supply default route
INT rcIpDvmrpTableInterfaceType1.3.6.1.4.1.2272.1.8.12.2.1.11INTEGERread-writeDvmrp Interface type
rcIpUdp1.3.6.1.4.1.2272.1.8.13
I32 rcIpUdpProtocolTableSize1.3.6.1.4.1.2272.1.8.13.1Integer32read-onlyUsed to indicate the number of entries in the rcIpUdpProtocolTable.
rcIpUdpProtocolTable1.3.6.1.4.1.2272.1.8.13.2not-accessiblelist of UDP protocols. Used to determine whether to forward the UDP broadcast packet or not.
rcIpUdpProtocolEntry1.3.6.1.4.1.2272.1.8.13.2.1not-accessibleUsed to include a particular UDP port in the table. An entry in this table indicates that the box might do forwarding of UDP broadcast packets if there is a matching entry for this packet in the rcIpUdpPortFwdTable.
INT rcIpUdpProtocolPortNumber1.3.6.1.4.1.2272.1.8.13.2.1.1INTEGERread-onlywell-known UDP Port number. Pre-assigned port number for this protocol. Port used by the server process as its contact port. It cannot be BOOTP/DHCP port#s 67, 68.
STR rcIpUdpProtocolName1.3.6.1.4.1.2272.1.8.13.2.1.2DisplayStringread-writeUsed to indicate the name of the protocol that is running on top of UDP protocol. cannot change the name once created. This should be set while creating the entry.
ROW rcIpUdpProtocolRowStatus1.3.6.1.4.1.2272.1.8.13.2.1.3RowStatusread-writeRowstatus of this entry.
I32 rcIpUdpPortFwdTableSize1.3.6.1.4.1.2272.1.8.13.3Integer32read-onlyUsed to indicate the number of entries in the rcIpUdpPortFwdTable.
rcIpUdpPortFwdTable1.3.6.1.4.1.2272.1.8.13.4not-accessibleUdp forward entry table.
rcIpUdpPortFwdEntry1.3.6.1.4.1.2272.1.8.13.4.1not-accessibleAn entry is configured to specify forwarding policy parameters.
INT rcIpUdpPortFwdDestPort1.3.6.1.4.1.2272.1.8.13.4.1.1INTEGERread-onlyThe well-known port number defined for UDP/TCP depending on the value of IpProtoType field in this entry. This port number has to be defined in the rcIpUdpProtoTable. In order to select this policy the destination port number has to match the DestPort value.
IP rcIpUdpPortFwdDestAddr1.3.6.1.4.1.2272.1.8.13.4.1.2IpAddressread-onlyDestination IP address. The IP addres to which the UDP/TCP broadcast should be forwarded. This IP address can be any IP server address or subnet broadcast address. If the IP address is one of the routable interface's address on the router, the frame will be rebroadcast out as a limited broadcast. If the Ip address is that of a server then the received broadcast packet will be sent as a unicast packet to this address.
I32 rcIpUdpPortFwdId1.3.6.1.4.1.2272.1.8.13.4.1.3Integer32read-onlyIdentifier of this entry. Used internally to identify this entry.
INT rcIpUdpPortFwdFwdListIdListSize1.3.6.1.4.1.2272.1.8.13.4.1.4INTEGERread-onlyUsed to indicate the number of id(s) in the rcIpUdpPortFwdListId variable.
IDL rcIpUdpPortFwdFwdListIdList1.3.6.1.4.1.2272.1.8.13.4.1.5IdListread-onlyUsed to indicate zero or more rcIpUdpPortFwdListEntry(s) that are referring to this entry. Each list-id identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
C32 rcIpUdpPortFwdNumFwdPackets1.3.6.1.4.1.2272.1.8.13.4.1.6Counter32read-onlyThe total number of UDP/TCP broadcast packets forwarded using this policy.
C32 rcIpUdpPortFwdNumDropPacketsTtlExpired1.3.6.1.4.1.2272.1.8.13.4.1.7Counter32read-onlyThe total number of UDP/TCP broadcast packets dropped because the TTL has expired.
C32 rcIpUdpPortFwdNumDropPacketsDestUnreach1.3.6.1.4.1.2272.1.8.13.4.1.8Counter32read-onlyThe total number of UDP/TCP broadcast packets dropped because the rcIpUdpPortFwdDestAddr specified in this policy was unreachable.
ROW rcIpUdpPortFwdRowStatus1.3.6.1.4.1.2272.1.8.13.4.1.9RowStatusread-writeRow status of this entry.
I32 rcIpUdpPortFwdListTableSize1.3.6.1.4.1.2272.1.8.13.5Integer32read-onlyUsed to indicate the number of entries in the rcIpUdpPortFwdListTable.
rcIpUdpPortFwdListTable1.3.6.1.4.1.2272.1.8.13.6not-accessibleA table used to group rcIpUdpPortFwdEntry(s) into a list.
rcIpUdpPortFwdListEntry1.3.6.1.4.1.2272.1.8.13.6.1not-accessibleRoute entry attributes.
INT rcIpUdpPortFwdListId1.3.6.1.4.1.2272.1.8.13.6.1.1INTEGERread-onlyA value that uniquely identifies this list of rcIpUdpPortFwdListEntry.
STR rcIpUdpPortFwdListName1.3.6.1.4.1.2272.1.8.13.6.1.3DisplayStringread-writeAn administratively-assigned name for this list.
INT rcIpUdpPortFwdListFwdIdListSize1.3.6.1.4.1.2272.1.8.13.6.1.4INTEGERread-onlyUsed to indicate the number of rcIpUdpPortFwdNetEntry id(s) in the rcIpUdpPortFwdListIdList variable.
OCT rcIpUdpPortFwdListFwdIdList1.3.6.1.4.1.2272.1.8.13.6.1.5OCTET STRINGread-writeUsed to indicate zero or more UdpPortFwd entries that are associated to this list. Each entry identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
ROW rcIpUdpPortFwdListRowStatus1.3.6.1.4.1.2272.1.8.13.6.1.6RowStatusread-writeRow status of this entry.
I32 rcIpUdpConfBroadcastIntfTableSize1.3.6.1.4.1.2272.1.8.13.7Integer32read-onlyUsed to indicate the number of entries in the rcIpUdpBroadcastIntfTable.
rcIpUdpConfBroadcastIntfTable1.3.6.1.4.1.2272.1.8.13.8not-accessibleIP broadcast forward configuration table
rcIpUdpConfBroadcastIntfEntry1.3.6.1.4.1.2272.1.8.13.8.1not-accessibleUsed to configure UDP broadcast forward on a particular interface.
IP rcIpUdpConfBroadcastIntfLocalIfAddr1.3.6.1.4.1.2272.1.8.13.8.1.1IpAddressread-onlyThe ip address of the local interface that is partipating in the forwarding UDP broadcast packets.
INT rcIpUdpConfBroadcastIntfUdpPortFwdListId1.3.6.1.4.1.2272.1.8.13.8.1.2INTEGERread-writeUsed to indicate the number UDP ports that this interface is configured to forward. A value of '0' indicates that this interface will not forward any UDP broadcast packets. This is a required field to create an entry.
INT rcIpUdpConfBroadcastIntfMaxTtl1.3.6.1.4.1.2272.1.8.13.8.1.3INTEGERread-writeUsed to indicate the maximum number of hops an IP broadcast packet can take from the source device to the destination device.
C32 rcIpUdpConfBroadcastIntfNumRxPkts1.3.6.1.4.1.2272.1.8.13.8.1.4Counter32read-onlyThe total number of UDP/TCP broadcast packets received by this local interface.
C32 rcIpUdpConfBroadcastIntfNumFwdPkts1.3.6.1.4.1.2272.1.8.13.8.1.5Counter32read-onlyThe total number of UDP/TCP broadcast packets forwarded.
C32 rcIpUdpConfBroadcastIntfNumDropPktsMaxTtlExpired1.3.6.1.4.1.2272.1.8.13.8.1.6Counter32read-onlyThe total number of UDP/TCP broadcast packets dropped because the TTL has expired.
C32 rcIpUdpConfBroadcastIntfNumDropPktsDestUnreach1.3.6.1.4.1.2272.1.8.13.8.1.7Counter32read-onlyThe total number of UDP broadcast packets dropped because the destination was unreachable.
C32 rcIpUdpConfBroadcastIntfNumDropPktsUnknownPort1.3.6.1.4.1.2272.1.8.13.8.1.8Counter32read-onlyThe total number of UDP/TCP broadcast packets dropped because the destination port/protocol specified has no matching forwarding policy.
ROW rcIpUdpConfBroadcastIntfRowStatus1.3.6.1.4.1.2272.1.8.13.8.1.9RowStatusread-writeEntry row status.
IP rcIpUdpConfBroadcastIntfBroadCastMask1.3.6.1.4.1.2272.1.8.13.8.1.10IpAddressread-writeThe subnet mask of the local interface that is used for broadcasting the UDP broadcast packets.
rcIpTosRule1.3.6.1.4.1.2272.1.8.14
INT rcIpTosRuleAndMask1.3.6.1.4.1.2272.1.8.14.1INTEGERread-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.
INT rcIpTosRuleOrRule11.3.6.1.4.1.2272.1.8.14.2INTEGERread-writeQuid/Gid Or rule #1. The Ip ToS byte in the Ip header is logically ORed with this value.
INT rcIpTosRuleOrRule21.3.6.1.4.1.2272.1.8.14.3INTEGERread-writeQuid/Gid Or rule #2. The Ip ToS byte in the Ip header is logically ORed with this value.
INT rcIpTosRuleOrRule31.3.6.1.4.1.2272.1.8.14.4INTEGERread-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
I32 rcIpStaticRouteTableSize1.3.6.1.4.1.2272.1.8.15.1Integer32read-onlysize of Ip Static Route Table.
rcIpStaticRouteTable1.3.6.1.4.1.2272.1.8.15.2not-accessibleThis table is used to add static IP routes to the device. Routes added into this table will automatically show-up in the 'rcIpRouteTable' when the device is actively using the route to forward IP traffic.
rcIpStaticRouteEntry1.3.6.1.4.1.2272.1.8.15.2.1not-accessibleA static route to a particular destination.
IP rcIpStaticRouteDest1.3.6.1.4.1.2272.1.8.15.2.1.1IpAddressread-onlyThe destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
IP rcIpStaticRouteMask1.3.6.1.4.1.2272.1.8.15.2.1.2IpAddressread-onlyIndicate the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rcIpRouteMask by determining whether the value of the correspondent rcIpRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the rcIpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism.
IP rcIpStaticRouteNextHop1.3.6.1.4.1.2272.1.8.15.2.1.3IpAddressread-onlyThe IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface).
INT rcIpStaticRouteMetric1.3.6.1.4.1.2272.1.8.15.2.1.4INTEGERread-writeThe primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rcIpRouteProto value. If this metric is not used, its value should be set to -1.
NUM rcIpStaticRouteIfIndex1.3.6.1.4.1.2272.1.8.15.2.1.5InterfaceIndexread-onlyThe index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
INT rcIpStaticRoutePreference1.3.6.1.4.1.2272.1.8.15.2.1.6INTEGERread-writeUsed to indicate the route preference of this entry. If there are more than one route that can be used to forward IP traffic, the route that has a highest preference will be used instead of a lower preference one. The higher the number, the higher the preference.
T/F rcIpStaticRouteEnable1.3.6.1.4.1.2272.1.8.15.2.1.7TruthValueread-writeUsed to enable/disable this entry.
INT rcIpStaticRouteStatus1.3.6.1.4.1.2272.1.8.15.2.1.8INTEGERread-onlyUsed to indicate the current status of this entry.
ROW rcIpStaticRouteRowStatus1.3.6.1.4.1.2272.1.8.15.2.1.9RowStatusread-writeUsed to create/delete entries
T/F rcIpStaticRouteLocalNextHop1.3.6.1.4.1.2272.1.8.15.2.1.10TruthValueread-writeUsed to enable/disable this entry. True indicate that the static route becomes active only if switch has a local route to the network. False indicates that the static route becomes active if switch has a local route or dynamic route.
INT rcIpStaticRouteBfdTableSize1.3.6.1.4.1.2272.1.8.15.3INTEGERread-onlysize of IP static route BFD table.
rcIpStaticRouteBfdTable1.3.6.1.4.1.2272.1.8.15.4not-accessibleThis table is used to hold next hop addresses on which BFD is enabled.
rcIpStaticRouteBfdEntry1.3.6.1.4.1.2272.1.8.15.4.1not-accessibleAn IP address of the next hop of the BFD session.
IP rcIpStaticRouteBfdNextHop1.3.6.1.4.1.2272.1.8.15.4.1.1IpAddressread-onlyThe IP address of the next hop of the BFD session.
ROW rcIpStaticRouteBfdRowStatus1.3.6.1.4.1.2272.1.8.15.4.1.2RowStatusread-createUsed to create/delete entries
rcIpPim1.3.6.1.4.1.2272.1.8.16
rcIpPimGlobal1.3.6.1.4.1.2272.1.8.16.1
T/F rcIpPimGlobalEnable1.3.6.1.4.1.2272.1.8.16.1.1TruthValueread-writeenable feature
INT rcIpPimGlobalMode1.3.6.1.4.1.2272.1.8.16.1.2INTEGERread-write
T/F rcIpPimGlobalMbr1.3.6.1.4.1.2272.1.8.16.1.3TruthValueread-writeenable/disable pim multicast border router feature
INT rcIpPimGlobalRegisterSuppTimer1.3.6.1.4.1.2272.1.8.16.1.4INTEGERread-writeEach source's DR maintains, per (S,G), a Register- Suppression-timer in seconds. The Register- Suppression-timer is started by the Register-Stop message; upon expiration, the source's DR resumes sending data packets to the RP, encapsulated in the Register message.
I32 rcIpPimGlobalInterfaceTableSize1.3.6.1.4.1.2272.1.8.16.1.5Integer32read-onlytable size
INT rcIpPimGlobalUniRouteChgTimeOut1.3.6.1.4.1.2272.1.8.16.1.6INTEGERread-writeThis timer allows a better tuning on how fast the routing information is going to get updated from RTM (the frequency at which the RTM is polled for routing information updates).
INT rcIpPimGlobalDiscardDataTimeOut1.3.6.1.4.1.2272.1.8.16.1.7INTEGERread-writeThis timer is used to discard data until the Join is received from the RP. A ipmc discard record is created and deleted once the timer expires and/or when a Join is received.
INT rcIpPimGlobalCRPADVTimeOut1.3.6.1.4.1.2272.1.8.16.1.8INTEGERread-writeRouters configured as candidate RPs use this timer to periodically send C-RP-Adv messages. Upon expiry, a C-RP-Adv message is sent to the elected BSR.
INT rcIpPimGlobalBootStrapPeriod1.3.6.1.4.1.2272.1.8.16.1.9INTEGERread-writeAt the elected BSR, this is the interval between originating Bootstrap messages.
T/F rcIpPimGlobalStaticRP1.3.6.1.4.1.2272.1.8.16.1.10TruthValueread-writeEnable/Disable Static RP feature.
INT rcIpPimGlobalActivityChkInterval1.3.6.1.4.1.2272.1.8.16.1.11INTEGERread-writeActivity check interval for polling PIM SG traffic activity information.
INT rcIpPimGlobalFwdCacheTimeOut1.3.6.1.4.1.2272.1.8.16.1.12INTEGERread-writePIM forward cache expiry value in seconds.This value is going to be used in aging PIM mroutes in seconds.
ENA rcIpPimGlobalFastJoinPrune1.3.6.1.4.1.2272.1.8.16.1.13EnableValueread-writePim Fast Join Prune.
T/F rcIpPimGlobalStaticRPSpecificRt1.3.6.1.4.1.2272.1.8.16.1.14TruthValueread-writeEnable/Disable Static RP specific route feature.
rcIpPimTable1.3.6.1.4.1.2272.1.8.16.2not-accessibleIP Pim table
rcIpPimEntry1.3.6.1.4.1.2272.1.8.16.2.1not-accessibleAn entry of Ip Pim Table.
NUM rcIpPimIfIndex1.3.6.1.4.1.2272.1.8.16.2.1.1InterfaceIndexread-onlyport
T/F rcIpPimEnable1.3.6.1.4.1.2272.1.8.16.2.1.2TruthValueread-writeenable interface
INT rcIpPimMode1.3.6.1.4.1.2272.1.8.16.2.1.3INTEGERread-write
INT rcIpPimHelloInterval1.3.6.1.4.1.2272.1.8.16.2.1.4INTEGERread-writefrq. at which hello sent.
INT rcIpPimJoinPruneInterval1.3.6.1.4.1.2272.1.8.16.2.1.5INTEGERread-write
INT rcIpPimCBSRPreference1.3.6.1.4.1.2272.1.8.16.2.1.6INTEGERread-write
INT rcIpPimIntfType1.3.6.1.4.1.2272.1.8.16.2.1.7INTEGERread-writePim interface type.
rcIpPimInterfaceTable1.3.6.1.4.1.2272.1.8.16.3not-accessibleIP Pim table
rcIpPimInterfaceEntry1.3.6.1.4.1.2272.1.8.16.3.1not-accessibleAn entry of Ip Pim Interface Table.
NUM rcIpPimInterfaceIfIndex1.3.6.1.4.1.2272.1.8.16.3.1.1InterfaceIndexread-onlyport
INT rcIpPimInterfaceOperState1.3.6.1.4.1.2272.1.8.16.3.1.2INTEGERread-onlyThe current operational state of this PIM interface. This object is deprecated in favor of ifOperStatus.
INT rcIpPimInterfaceType1.3.6.1.4.1.2272.1.8.16.3.1.3INTEGERread-writePim interface type.
T/F rcIpPimInterfaceCBSREnable1.3.6.1.4.1.2272.1.8.16.3.1.4TruthValueread-writeEnable/disable Candidate BSR on pim local interface.
rcIpPimStaticRPTable1.3.6.1.4.1.2272.1.8.16.4not-accessibleThe table lists all the RPs configured statically for various IP multicast groups.
rcIpPimStaticRPEntry1.3.6.1.4.1.2272.1.8.16.4.1not-accessibleAn entry (conceptual row) in the rcIpPimStaticRPTable.
IP rcIpPimStaticRPGroupAddress1.3.6.1.4.1.2272.1.8.16.4.1.1IpAddressread-onlyThe IP multicast group address which, when combined with rcIpPimStaticRPGroupMask, identifies a group prefix for which rcIpPimStaticRPAddress is a static-RP.
IP rcIpPimStaticRPGroupMask1.3.6.1.4.1.2272.1.8.16.4.1.2IpAddressread-onlyThe multicast group address mask which, when combined with rcIpPimStaticRPGroupAddress, identifies a group prefix for which rcIpPimStaticRPAddress is a static-RP.
IP rcIpPimStaticRPAddress1.3.6.1.4.1.2272.1.8.16.4.1.3IpAddressread-onlyThe (unicast) address of the static-RP.
ROW rcIpPimStaticRPRowStatus1.3.6.1.4.1.2272.1.8.16.4.1.4RowStatusread-writeThe status of this row, by which new entries may be created, or old entries deleted from this table.
INT rcIpPimStaticRPStatus1.3.6.1.4.1.2272.1.8.16.4.1.5INTEGERread-onlyThe status of StaticRP.
rcIpPimCurrBsr1.3.6.1.4.1.2272.1.8.16.5
IP rcIpPimCurrBsrAddress1.3.6.1.4.1.2272.1.8.16.5.1IpAddressread-onlyCurrent BSR address
I32 rcIpPimCurrBsrFragmentTag1.3.6.1.4.1.2272.1.8.16.5.2Integer32read-onlyCurrent BSR Fragment Tag
IP rcIpPimCurrBsrHashMask1.3.6.1.4.1.2272.1.8.16.5.3IpAddressread-onlyCurrent BSR Hash Mask value
I32 rcIpPimCurrBsrPriority1.3.6.1.4.1.2272.1.8.16.5.4Integer32read-onlyCurrent BSR Priority
I32 rcIpPimCurrBsrBootStrapTimer1.3.6.1.4.1.2272.1.8.16.5.5Integer32read-onlyCurrent BSR Boot Strap Timer
rcIpPimVirtualNbrTable1.3.6.1.4.1.2272.1.8.16.6not-accessibleTable listing the router's virtual PIM neighbors
rcIpPimVirtualNbrEntry1.3.6.1.4.1.2272.1.8.16.6.1not-accessibleAn entry in the virtual PIM neighbors' table.
IP rcIpPimVirtualNbrAddress1.3.6.1.4.1.2272.1.8.16.6.1.1IpAddressnot-accessibleThe IP address of the virtual PIM neighbor for which this entry contains information.
NUM rcIpPimVirtualNbrIfIndex1.3.6.1.4.1.2272.1.8.16.6.1.2InterfaceIndexread-createThe value of ifIndex for the PIM interface in which this virtual neighbor is created. This value is mandatory while trying to create a virtual PIM neighbor.
ROW rcIpPimVirtualNbrRowStatus1.3.6.1.4.1.2272.1.8.16.6.1.3RowStatusread-createTo create/delete an entry in the virtual PIM neighbors' table.
rcIpMulticastArpTable1.3.6.1.4.1.2272.1.8.17not-accessibleIP Multicast Arp table
rcIpMulticastArpEntry1.3.6.1.4.1.2272.1.8.17.1not-accessibleAn entry of Ip Multicast Arp Table.
I32 rcIpMulticastArpVlanId1.3.6.1.4.1.2272.1.8.17.1.1Integer32read-onlyvlan id
MAC rcIpMulticastArpMacAddress1.3.6.1.4.1.2272.1.8.17.1.2MacAddressread-onlymulticast mac address
IP rcIpMulticastArpIpAddress1.3.6.1.4.1.2272.1.8.17.1.3IpAddressread-onlymulticast ip address
POR rcIpMulticastArpPorts1.3.6.1.4.1.2272.1.8.17.1.4PortSetread-writeports within a particular vlan
I32 rcIpMulticastArpNumMltIds1.3.6.1.4.1.2272.1.8.17.1.5Integer32read-onlynumber of mlt ids
IDL rcIpMulticastArpMltIds1.3.6.1.4.1.2272.1.8.17.1.6IdListread-writemlt id
ROW rcIpMulticastArpRowStatus1.3.6.1.4.1.2272.1.8.17.1.7RowStatusread-writerow status
rcIpMulticastTable1.3.6.1.4.1.2272.1.8.18not-accessibleIp multicast table.
rcIpMulticastEntry1.3.6.1.4.1.2272.1.8.18.1not-accessibleEntry containing Proprietary Ip Multicast information.
NUM rcIpMulticastIfIndex1.3.6.1.4.1.2272.1.8.18.1.1InterfaceIndexread-onlyIfIndex.
IP rcIpMulticastMulticastIp1.3.6.1.4.1.2272.1.8.18.1.2IpAddressread-writeIP Address on this IfIndex to be used for all Multicast protocols running on this interface.
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
rcIpRipInterfaceTable1.3.6.1.4.1.2272.1.8.20.1not-accessibleIP Rip Interface table
rcIpRipInterfaceEntry1.3.6.1.4.1.2272.1.8.20.1.1not-accessibleAn entry of Ip Rip Interface Table.
IP rcIpRipInterfaceAddress1.3.6.1.4.1.2272.1.8.20.1.1.1IpAddressread-onlyIp Address
NUM rcIpRipInterfaceIfIndex1.3.6.1.4.1.2272.1.8.20.1.1.2InterfaceIndexread-onlyRip Interface If Index.
ENA rcIpRipInterfaceRipEnable1.3.6.1.4.1.2272.1.8.20.1.1.3EnableValueread-write
T/F rcIpRipInterfaceAccDefRte1.3.6.1.4.1.2272.1.8.20.1.1.4TruthValueread-write
T/F rcIpRipInterfaceAdvDefRte1.3.6.1.4.1.2272.1.8.20.1.1.5TruthValueread-write
T/F rcIpRipInterfaceAutoAggregate1.3.6.1.4.1.2272.1.8.20.1.1.6TruthValueread-write
I32 rcIpRipInterfaceCost1.3.6.1.4.1.2272.1.8.20.1.1.7Integer32read-write
T/F rcIpRipInterfaceListen1.3.6.1.4.1.2272.1.8.20.1.1.8TruthValueread-write
T/F rcIpRipInterfacePoison1.3.6.1.4.1.2272.1.8.20.1.1.9TruthValueread-write
T/F rcIpRipInterfaceSupply1.3.6.1.4.1.2272.1.8.20.1.1.10TruthValueread-write
T/F rcIpRipInterfaceTriggeredUpdate1.3.6.1.4.1.2272.1.8.20.1.1.11TruthValueread-write
STR rcIpRipInterfaceInPolicy1.3.6.1.4.1.2272.1.8.20.1.1.12DisplayStringread-write
STR rcIpRipInterfaceOutPolicy1.3.6.1.4.1.2272.1.8.20.1.1.13DisplayStringread-write
T/F rcIpRipInterfaceProxyAnnounceFlag1.3.6.1.4.1.2272.1.8.20.1.1.14TruthValueread-write
INT rcIpRipInterfaceHolddown1.3.6.1.4.1.2272.1.8.20.1.1.15INTEGERread-writeUsed to indicate the rip holddown timer for this interface
INT rcIpRipInterfaceTimeout1.3.6.1.4.1.2272.1.8.20.1.1.16INTEGERread-writeUsed to indicate the rip timeout interval for this interface
rcIpMulticastTimedPruneTable1.3.6.1.4.1.2272.1.8.21not-accessibleThis feature provides the ability for the user to create (S,G) Forwarding Entries that would not be pruned until a configurable timer expires. This feature is targeted for Passport 8600/8800. Currently the timer value is set to 0.
rcIpMulticastTimedPruneEntry1.3.6.1.4.1.2272.1.8.21.1not-accessibleAn entry of Ip Multicast Timed Prune Table.
IP rcIpMulticastTimedPruneGroupAddress1.3.6.1.4.1.2272.1.8.21.1.1IpAddressread-writeThis field indicates the IP Multicast Group Address associated with the IP multicast stream.
IP rcIpMulticastTimedPruneSourceAddress1.3.6.1.4.1.2272.1.8.21.1.2IpAddressread-writeThis is the Source Subnet IP address of the sender of the IP multicast stream.
IP rcIpMulticastTimedPruneSrcSubnetMask1.3.6.1.4.1.2272.1.8.21.1.3IpAddressread-writeThis is the Source Subnet Mask IP address of the sender of the IP multicast stream.
I32 rcIpMulticastTimedPruneAgingTimer1.3.6.1.4.1.2272.1.8.21.1.4Integer32read-writeThis field represents the amount of time (in minutes) this timed prune entry will be kept in the forwarding table when there are no more receivers. After this timer expires, this timed prune entry would be treated as a normal DVMRP/PIM forwarding entry. Aging Timer value of 0 (infinite time) indicates this timed prune entry will not be deleted even when there are no more receivers.
I32 rcIpMulticastTimedPruneTimeLeft1.3.6.1.4.1.2272.1.8.21.1.5Integer32read-onlyThis read-only field represents the remaining time for which this timed prune entry will be kept in the forwarding table. After this timer expires, this timed prune entry would be treated as a normal DVMRP/PIM forwarding entry. 0 in this field indicates that this entry would not be aged out.
TIK rcIpMulticastTimedPruneLastActivity1.3.6.1.4.1.2272.1.8.21.1.6TimeTicksread-onlyThis read-only field represents the actual time since the traffic has come from this Source, Group pair.
ROW rcIpMulticastTimedPruneRowStatus1.3.6.1.4.1.2272.1.8.21.1.7RowStatusread-writerow status
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.
INT rcIpConfIcmpRdiscIfIndex1.3.6.1.4.1.2272.1.8.22.1.1INTEGERread-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.
INT rcIpConfIcmpRdiscAdvLifetime1.3.6.1.4.1.2272.1.8.22.1.4INTEGERread-writeThe value to be placed in the lifetime field of Router Advertisements sent from the interface.
INT rcIpConfIcmpRdiscMaxAdvInterval1.3.6.1.4.1.2272.1.8.22.1.5INTEGERread-writeThe maximum time allowed between sending Router Advertisements from this interface.
INT rcIpConfIcmpRdiscMinAdvInterval1.3.6.1.4.1.2272.1.8.22.1.6INTEGERread-writeThe minimum time allowed between sending Router Advertisements from this interface.
INT rcIpConfIcmpRdiscPreferenceLevel1.3.6.1.4.1.2272.1.8.22.1.7INTEGERread-writePreferability of the router address as a default Router
rcIpMulticastSoftwareForwarding1.3.6.1.4.1.2272.1.8.23
T/F rcIpMulticastSoftwareForwardingEnable1.3.6.1.4.1.2272.1.8.23.1TruthValueread-writeEnable/Disable multicast software forwarding.
INT rcIpMulticastSoftwareForwardingThreshold1.3.6.1.4.1.2272.1.8.23.2INTEGERread-writeThreshold to switch from software forwarding to hardware forwarding. Unit = pkt per second
rcIpMrouteHw1.3.6.1.4.1.2272.1.8.24
rcIpMrouteHwTable1.3.6.1.4.1.2272.1.8.24.1not-accessibleThe (conceptual) table containing hardware entries of multicast routing information for all the Group Address.
rcIpMrouteHwEntry1.3.6.1.4.1.2272.1.8.24.1.1not-accessibleAn entry (conceptual row) containing hardware entries of multicast routing information for a particular Group Address.
IP rcIpMrouteHwGroupAddress1.3.6.1.4.1.2272.1.8.24.1.1.1IpAddressread-onlyThe IP multicast group address for which this entry contains multicast routing information.
IP rcIpMrouteHwSubnet1.3.6.1.4.1.2272.1.8.24.1.1.2IpAddressread-onlyThe network address from where the source is sending the stream of traffic for which this entry contains multicast routing information.
INT rcIpMrouteHwInvlan1.3.6.1.4.1.2272.1.8.24.1.1.3INTEGERread-onlyThe Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information.
T/F rcIpMrouteHwPruned1.3.6.1.4.1.2272.1.8.24.1.1.4TruthValueread-onlyThis is to show weather the entry containing multicast routing information has received Prune message or not.
I32 rcIpMrouteHwIndex1.3.6.1.4.1.2272.1.8.24.1.1.5Integer32read-onlyThis Index value keep tracks of the hardware record that has been accessed for displaying the entry containing multicast routing information.
rcIpMrouteHwPrunesTable1.3.6.1.4.1.2272.1.8.24.2not-accessibleThe (conceptual) table containing prune entries of multicast routing information for the Group Address.
rcIpMrouteHwPrunesEntry1.3.6.1.4.1.2272.1.8.24.2.1not-accessibleAn entry (conceptual row) containing prune entries of multicast routing information for a particular Group Address.
IP rcIpMrouteHwPrunesGroupAddress1.3.6.1.4.1.2272.1.8.24.2.1.1IpAddressread-onlyThe IP multicast group address for which this entry contains multicast routing information.
IP rcIpMrouteHwPrunesSubnet1.3.6.1.4.1.2272.1.8.24.2.1.2IpAddressread-onlyThe network address from where the source is sending the stream of traffic for which this entry contains multicast routing information.
INT rcIpMrouteHwPrunesInvlan1.3.6.1.4.1.2272.1.8.24.2.1.3INTEGERread-onlyThe Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information.
IP rcIpMrouteHwPrunesNeighbor1.3.6.1.4.1.2272.1.8.24.2.1.4IpAddressread-onlyThe IpAddress from where the Prune message has been received.
I32 rcIpMrouteHwPrunesTimer1.3.6.1.4.1.2272.1.8.24.2.1.5Integer32read-onlyThis is to show how much time is left for this particular entry containing multicast routing information during which the graft message can be sent.
rcIpMrouteHwSourcesTable1.3.6.1.4.1.2272.1.8.24.3not-accessibleThe (conceptual) table containing source entries of multicast routing information for the Group Address.
rcIpMrouteHwSourcesEntry1.3.6.1.4.1.2272.1.8.24.3.1not-accessibleAn entry (conceptual row) containing source entries of multicast routing information for a particular Group Address.
IP rcIpMrouteHwSourcesGroupAddress1.3.6.1.4.1.2272.1.8.24.3.1.1IpAddressread-onlyThe IP multicast group address for which this entry contains multicast routing information.
IP rcIpMrouteHwSourcesSubnet1.3.6.1.4.1.2272.1.8.24.3.1.2IpAddressread-onlyThe network address from where the source is sending the stream of traffic for which this entry contains multicast routing information.
INT rcIpMrouteHwSourcesInvlan1.3.6.1.4.1.2272.1.8.24.3.1.3INTEGERread-onlyThe Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information.
IP rcIpMrouteHwSourcesAddress1.3.6.1.4.1.2272.1.8.24.3.1.4IpAddressread-onlyThe Source Address from where the stream of traffic is reaching the corresponding Group Address for which this entry contains multicast routing information.
POR rcIpMrouteHwSourcesIngressPort1.3.6.1.4.1.2272.1.8.24.3.1.5PortSetread-onlyThe Ingress vlan ports from where the traffic is coming, for which this entry contains multicast routing information.
rcIpMrouteHwEgressVlansTable1.3.6.1.4.1.2272.1.8.24.4not-accessibleThe (conceptual) table containing egress vlan entries of multicast routing information for the Group Address.
rcIpMrouteHwEgressVlansEntry1.3.6.1.4.1.2272.1.8.24.4.1not-accessibleAn entry (conceptual row) containing egress vlan entries of multicast routing information for a particular Group Address.
IP rcIpMrouteHwEgressVlansGroupAddress1.3.6.1.4.1.2272.1.8.24.4.1.1IpAddressread-onlyThe IP multicast group address for which this entry contains multicast routing information.
IP rcIpMrouteHwEgressVlansSubnet1.3.6.1.4.1.2272.1.8.24.4.1.2IpAddressread-onlyThe network address from where the source is sending the stream of traffic for which this entry contains multicast routing information.
INT rcIpMrouteHwEgressVlansInvlan1.3.6.1.4.1.2272.1.8.24.4.1.3INTEGERread-onlyThe Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information.
INT rcIpMrouteHwEgressVlansId1.3.6.1.4.1.2272.1.8.24.4.1.4INTEGERread-onlyThe Egress vlan Id from where the traffic is going out for which this entry contains multicast routing information
POR rcIpMrouteHwEgressVlansPorts1.3.6.1.4.1.2272.1.8.24.4.1.5PortSetread-onlyhe Egress vlan ports from where the traffic is going out for which this entry contains multicast routing information.
I32 rcIpMrouteHwEgressVlansIndex1.3.6.1.4.1.2272.1.8.24.4.1.6Integer32read-onlyThis Index value keep tracks of the hardware record that has been accessed for displaying the entry containing multicast routing information.
rcIpResourceUsage1.3.6.1.4.1.2272.1.8.25
rcIpResourceUsageGlobal1.3.6.1.4.1.2272.1.8.25.1
INT rcIpResourceUsageGlobalIngressRecInUse1.3.6.1.4.1.2272.1.8.25.1.1INTEGERread-onlyUsed to get the Ingress Record Usage in the switch. (S-G usage).
INT rcIpResourceUsageGlobalEgressRecInUse1.3.6.1.4.1.2272.1.8.25.1.2INTEGERread-onlyUsed to get the Egress Record Usage in the switch (pepstream count).
INT rcIpResourceUsageGlobalIngressThreshold1.3.6.1.4.1.2272.1.8.25.1.3INTEGERread-writeUsed to get the threshold count for Ingress records.
INT rcIpResourceUsageGlobalEgressThreshold1.3.6.1.4.1.2272.1.8.25.1.4INTEGERread-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-writeis a enable/disable flag.
INT rcIpRsmltOperHoldDownTimer1.3.6.1.4.1.2272.1.8.26.2.1.3INTEGERread-writeTimer value, the range of value is from 0 to 3600.
INT rcIpRsmltOperHoldDownTimeRemaining1.3.6.1.4.1.2272.1.8.26.2.1.4INTEGERread-onlyThe time value that indicate how much time remaining of HoldDownTimer.
INT rcIpRsmltOperHoldUpTimer1.3.6.1.4.1.2272.1.8.26.2.1.5INTEGERread-writeThe range of value 0 to 3600 or 9999. 9999 means infinity.
INT rcIpRsmltOperHoldUpTimeRemaining1.3.6.1.4.1.2272.1.8.26.2.1.6INTEGERread-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.
INT rcIpRsmltOperVlanId1.3.6.1.4.1.2272.1.8.26.2.1.11INTEGERread-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-writeRow 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.
INT rcIpRsmltPeerHoldDownTimer1.3.6.1.4.1.2272.1.8.26.3.1.3INTEGERread-onlyTimer value, the range of value is from 0 to 3600.
INT rcIpRsmltPeerHoldDownTimeRemaining1.3.6.1.4.1.2272.1.8.26.3.1.4INTEGERread-onlyThe time value that indicate how much time remaining of HoldDownTimer.
INT rcIpRsmltPeerHoldUpTimer1.3.6.1.4.1.2272.1.8.26.3.1.5INTEGERread-onlyThe range of value 0 to 3600 or 9999. 9999 means infinity.
INT rcIpRsmltPeerHoldUpTimeRemaining1.3.6.1.4.1.2272.1.8.26.3.1.6INTEGERread-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.
INT rcIpRsmltPeerVlanId1.3.6.1.4.1.2272.1.8.26.3.1.11INTEGERread-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
INT rcIpRsmltEdgeVlanId1.3.6.1.4.1.2272.1.8.26.4.1.1INTEGERnot-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.
rcIpv6RsmltOperTable1.3.6.1.4.1.2272.1.8.26.5not-accessibleRoute Smlt Table
rcIpv6RsmltOperEntry1.3.6.1.4.1.2272.1.8.26.5.1not-accessibleA local IPv6 RSMLT entry
NUM rcIpv6RsmltOperIfIndex1.3.6.1.4.1.2272.1.8.26.5.1.1InterfaceIndexnot-accessibleRoute Smlt Oper IfIndex.
ADR rcIpv6RsmltOperIpv6Addr1.3.6.1.4.1.2272.1.8.26.5.1.2Ipv6Addressnot-accessibleIPv6 Interface with RSMLT on.
I32 rcIpv6RsmltOperIpv6PrefixLength1.3.6.1.4.1.2272.1.8.26.5.1.3Integer32not-accessibleIPv6 Prefix Length.
T/F rcIpv6RsmltOperAdminStatus1.3.6.1.4.1.2272.1.8.26.5.1.4TruthValueread-writeis a enable/disable flag.
I32 rcIpv6RsmltOperHoldDownTimer1.3.6.1.4.1.2272.1.8.26.5.1.5Integer32read-writeTimer value, the range of value is from 0 to 3600.
I32 rcIpv6RsmltOperHoldDownTimeRemaining1.3.6.1.4.1.2272.1.8.26.5.1.6Integer32read-onlyThe time value that indicate how much time remaining of HoldDownTimer.
I32 rcIpv6RsmltOperHoldUpTimer1.3.6.1.4.1.2272.1.8.26.5.1.7Integer32read-writeThe range of value 0 to 3600 or 9999. 9999 means infinity.
I32 rcIpv6RsmltOperHoldUpTimeRemaining1.3.6.1.4.1.2272.1.8.26.5.1.8Integer32read-onlyThe time value that indicate how much time remaining of HoldUpTimer.
INT rcIpv6RsmltOperOperStatus1.3.6.1.4.1.2272.1.8.26.5.1.9INTEGERread-onlyThe operation status of Rsmlt, up or down.
IDL rcIpv6RsmltOperSmltId1.3.6.1.4.1.2272.1.8.26.5.1.10IdListread-onlyThe id range for SMLT is 1-32.
IDL rcIpv6RsmltOperSltId1.3.6.1.4.1.2272.1.8.26.5.1.11IdListread-onlyThe id range for SLT is 1-512.
I32 rcIpv6RsmltOperVlanId1.3.6.1.4.1.2272.1.8.26.5.1.12Integer32read-onlyVlan id.
MAC rcIpv6RsmltOperMacAddr1.3.6.1.4.1.2272.1.8.26.5.1.13MacAddressread-onlyMac Address.
OID rcIpv6RsmltOperVrfId1.3.6.1.4.1.2272.1.8.26.5.1.14VrfIdentifierread-onlyIndicates the Virtual Router to which the RSMLT Oper instance belongs.
STR rcIpv6RsmltOperVrfName1.3.6.1.4.1.2272.1.8.26.5.1.15SnmpAdminStringread-onlyName of the Virtual Router to which the RSMLT Oper instance belongs.
rcIpv6RsmltPeerTable1.3.6.1.4.1.2272.1.8.26.6not-accessibleRoute Smlt Peer Table
rcIpv6RsmltPeerEntry1.3.6.1.4.1.2272.1.8.26.6.1not-accessibleAn entry of Ip As Path Access List Table.
NUM rcIpv6RsmltPeerIfIndex1.3.6.1.4.1.2272.1.8.26.6.1.1InterfaceIndexnot-accessibleRoute Smlt Oper IfIndex.
ADR rcIpv6RsmltPeerIpv6Addr1.3.6.1.4.1.2272.1.8.26.6.1.2Ipv6Addressnot-accessibleIP Interface with RSMLT on.
I32 rcIpv6RsmltPeerIpv6PrefixLength1.3.6.1.4.1.2272.1.8.26.6.1.3Integer32not-accessibleIPv6 Prefix Length
T/F rcIpv6RsmltPeerAdminStatus1.3.6.1.4.1.2272.1.8.26.6.1.4TruthValueread-onlyis a enable/disable flag.
I32 rcIpv6RsmltPeerHoldDownTimer1.3.6.1.4.1.2272.1.8.26.6.1.5Integer32read-onlyTimer value, the range of value is from 0 to 3600.
I32 rcIpv6RsmltPeerHoldDownTimeRemaining1.3.6.1.4.1.2272.1.8.26.6.1.6Integer32read-onlyThe time value that indicate how much time remaining of HoldDownTimer.
I32 rcIpv6RsmltPeerHoldUpTimer1.3.6.1.4.1.2272.1.8.26.6.1.7Integer32read-onlyThe range of value 0 to 3600 or 9999. 9999 means infinity.
I32 rcIpv6RsmltPeerHoldUpTimeRemaining1.3.6.1.4.1.2272.1.8.26.6.1.8Integer32read-onlyThe time value that indicate how much time remaining of HoldUpTimer.
INT rcIpv6RsmltPeerOperStatus1.3.6.1.4.1.2272.1.8.26.6.1.9INTEGERread-onlyThe operation status of Rsmlt, up or down.
IDL rcIpv6RsmltPeerSmltId1.3.6.1.4.1.2272.1.8.26.6.1.10IdListread-onlyThe id range for SMLT is 1-32.
IDL rcIpv6RsmltPeerSltId1.3.6.1.4.1.2272.1.8.26.6.1.11IdListread-onlyThe id range for SLT is 1-512.
I32 rcIpv6RsmltPeerVlanId1.3.6.1.4.1.2272.1.8.26.6.1.12Integer32read-onlyVlan id.
MAC rcIpv6RsmltPeerMacAddr1.3.6.1.4.1.2272.1.8.26.6.1.13MacAddressread-onlyMac Address.
OID rcIpv6RsmltPeerVrfId1.3.6.1.4.1.2272.1.8.26.6.1.14VrfIdentifierread-onlyIndicates the Virtual Router to which the RSMLT Peer instance belongs.
STR rcIpv6RsmltPeerVrfName1.3.6.1.4.1.2272.1.8.26.6.1.15SnmpAdminStringread-onlyName of the Virtual Router to which the RSMLT Peer instance belongs.
rcIpv6RsmltEdgePeerTable1.3.6.1.4.1.2272.1.8.26.7not-accessibleRSMLT Edge Support Peer Info table. This table consists of the RSMLT Peers for which the switch will act as a PeerForwarder.
rcIpv6RsmltEdgePeerEntry1.3.6.1.4.1.2272.1.8.26.7.1not-accessibleRSMLT Edge Support Peer Info Entry
I32 rcIpv6RsmltEdgePeerVlanId1.3.6.1.4.1.2272.1.8.26.7.1.1Integer32not-accessibleA value that uniquely identifies the Virtual LAN associated with this entry.
ADR rcIpv6RsmltEdgePeerIpv6Address1.3.6.1.4.1.2272.1.8.26.7.1.2Ipv6Addressnot-accessibleIP address of the Peer RSMLT Interface.
I32 rcIpv6RsmltEdgePeerIpv6PrefixLength1.3.6.1.4.1.2272.1.8.26.7.1.3Integer32not-accessibleIf set then this prefix can be used for address autoconfig, passed opaquely to Infinity
MAC rcIpv6RsmltEdgePeerMacAddress1.3.6.1.4.1.2272.1.8.26.7.1.4MacAddressread-onlyThe MAC address of the Peer RSMLT interface.
OID rcIpv6RsmltEdgePeerVrfId1.3.6.1.4.1.2272.1.8.26.7.1.5VrfIdentifierread-onlyIndicates the Virtual Router to which the RSMLT Edge Peer instance belongs.
STR rcIpv6RsmltEdgePeerVrfName1.3.6.1.4.1.2272.1.8.26.7.1.6SnmpAdminStringread-onlyName of the Virtual Router to which the RSMLT Edge Peer instance belongs.
T/F rcIpv6RsmltEdgePeerIsRaPrefix1.3.6.1.4.1.2272.1.8.26.7.1.7TruthValueread-onlyTrue if this is a Router Advertisement prefix, False if this is a global address.
I32 rcIpv6RsmltEdgePeerConfType1.3.6.1.4.1.2272.1.8.26.7.1.8Integer32read-onlyType of configured address, passed opaquely to Infinity
T/F rcIpv6RsmltEdgePeerNoAdvertise1.3.6.1.4.1.2272.1.8.26.7.1.9TruthValueread-onlyTrue if advertisement of this prefix is disabled, passed opaquely to Infinity
T/F rcIpv6RsmltEdgePeerOspf6Advertise1.3.6.1.4.1.2272.1.8.26.7.1.10TruthValueread-onlyTrue if OSPFv3 advertisement of this prefix is enabled, passed opaquely to Infinity
T/F rcIpv6RsmltEdgePeerPrefCandidate1.3.6.1.4.1.2272.1.8.26.7.1.11TruthValueread-onlyTrue if address is considered for preferred selection, passed opaquely to Infinity
I32 rcIpv6RsmltEdgePeerPfxValidLife1.3.6.1.4.1.2272.1.8.26.7.1.12Integer32read-onlyValid lifetime in seconds, passed opaquely to Infinity
I32 rcIpv6RsmltEdgePeerPfxPrefLife1.3.6.1.4.1.2272.1.8.26.7.1.13Integer32read-onlyPreferred lifetime in seconds, passed opaquely to Infinity
T/F rcIpv6RsmltEdgePeerPfxOnLinkFlag1.3.6.1.4.1.2272.1.8.26.7.1.14TruthValueread-onlyIf set then this prefix can be used for onlink determination, passed opaquely to Infinity
T/F rcIpv6RsmltEdgePeerPfxAutoFlag1.3.6.1.4.1.2272.1.8.26.7.1.15TruthValueread-onlyIf set then this prefix can be used for address autoconfig, passed opaquely to Infinity
rcIpVpn1.3.6.1.4.1.2272.1.8.27
I32 rcIpVpnRouteDistinguisherTableSize1.3.6.1.4.1.2272.1.8.27.1Integer32read-onlySize of Route Distinguisher Table
rcIpVpnRouteDistinguisherTable1.3.6.1.4.1.2272.1.8.27.2not-accessibleThe Route Distinguisher Table is a table of entries.
rcIpVpnRouteDistinguisherEntry1.3.6.1.4.1.2272.1.8.27.2.1not-accessibleThe table contains route distinguisher entry for ipvpn. A route distinguisher entry can be of two types: Type 0 and Type 1. Each type is comprised as follows: Type 0 is made of the 2-byte Autonomous System Number (globally unique) as administrator field followed by a 4-byte locally assigned number field.Type 1 is made of a 4 byte IP address globally unique followed by a 2-byte locally assigned number.
OID rcIpVpnVrfId1.3.6.1.4.1.2272.1.8.27.2.1.1VrfIdentifiernot-accessibleThe VrfId is the unique identifier of the rcIpVpnRouteDistinguisherTable. It is unique because there is only one Route-Distinguisher per Vrf i.e. there is a one-to-one mapping between the route-distinguisher and the Vrf.
INT rcIpVpnRouteDistinguisherType1.3.6.1.4.1.2272.1.8.27.2.1.2INTEGERread-onlyThe route distinguisher can be of the type Ipaddress or AS number (Autonomous System) number.
IP rcIpVpnRouteDistinguisherAddress1.3.6.1.4.1.2272.1.8.27.2.1.3IpAddressread-createThe IpAddress is required along with the Assigned number to create a route-distinguisher entry.
INT rcIpVpnRouteDistinguisherAsNumber1.3.6.1.4.1.2272.1.8.27.2.1.4INTEGERread-createThe AS (Autonomous System) number is required along with the Assigned number to create a route-distinguisher entry.
U32 rcIpVpnRouteDistinguisherAssignedNum1.3.6.1.4.1.2272.1.8.27.2.1.5Unsigned32read-createThe assigned number is used in combination with the IpAddress or the AS number to create an entry for the route-distinguisher.
ROW rcIpVpnRouteDistinguisherRowStatus1.3.6.1.4.1.2272.1.8.27.2.1.6RowStatusread-createRow Status for the Route Distinguisher Table.
I32 rcIpVpnRouteTargetTableSize1.3.6.1.4.1.2272.1.8.27.3Integer32read-onlySize of Route Target Table
rcIpVpnRouteTargetTable1.3.6.1.4.1.2272.1.8.27.4not-accessibleThis table specifies per-VRF route target association.
rcIpVpnRouteTargetEntry1.3.6.1.4.1.2272.1.8.27.4.1not-accessibleAn entry in this table is created for each route target configured for a VRF supporting a MPLS/BGP VPN instance.
INT rcIpVpnRouteTargetIndex1.3.6.1.4.1.2272.1.8.27.4.1.1INTEGERnot-accessibleThe Route Target Index is a unique value for the rcIpVpnRouteTargetTable. It is an incremental integer value.
INT rcIpVpnRouteTargetType1.3.6.1.4.1.2272.1.8.27.4.1.2INTEGERread-onlyThe route target entry is identified on the basis of ipaddress for Autonomous System number.
IP rcIpVpnRouteTargetIpAddress1.3.6.1.4.1.2272.1.8.27.4.1.3IpAddressread-createThe IpAddress is required along with the Assigned number to create a route-target entry.
INT rcIpVpnRouteTargetAsNumber1.3.6.1.4.1.2272.1.8.27.4.1.4INTEGERread-createThe AS (Autonomous System) number is required along with the Assigned number to create a route-target entry.
U32 rcIpVpnRouteTargetAssignedNum1.3.6.1.4.1.2272.1.8.27.4.1.5Unsigned32read-createThe assigned number is used in combination with the IpAddress or the AS number to create an entry for the route-target table.
ROW rcIpVpnRouteTargetRowStatus1.3.6.1.4.1.2272.1.8.27.4.1.6RowStatusread-createTable Row Status.
rcIpGenPolicy1.3.6.1.4.1.2272.1.8.100
I32 rcIpAsPathAccessListTableSize1.3.6.1.4.1.2272.1.8.100.1Integer32read-onlytable size
rcIpAsPathAccessListTable1.3.6.1.4.1.2272.1.8.100.2not-accessibleIP As Path Access List table
rcIpAsPathAccessListEntry1.3.6.1.4.1.2272.1.8.100.2.1not-accessibleAn entry of Ip As Path Access List Table.
INT rcIpAsPathAccessListId1.3.6.1.4.1.2272.1.8.100.2.1.1INTEGERread-onlyPath Access List entry Id.
INT rcIpAsPathAccessListMemberId1.3.6.1.4.1.2272.1.8.100.2.1.2INTEGERread-onlyfrq. at which hello sent.
INT rcIpAsPathAccessListMode1.3.6.1.4.1.2272.1.8.100.2.1.3INTEGERread-writePath Access List Mode, permit or deny.
OCT rcIpAsPathAccessListAsRegularExpression1.3.6.1.4.1.2272.1.8.100.2.1.4OCTET STRINGread-writeIP Path Access List Regular Expression
ROW rcIpAsPathAccessListRowStatus1.3.6.1.4.1.2272.1.8.100.2.1.5RowStatusread-writeTable row status.
I32 rcIpCommunityAccessListTableSize1.3.6.1.4.1.2272.1.8.100.3Integer32read-onlytable size
rcIpCommunityAccessListTable1.3.6.1.4.1.2272.1.8.100.4not-accessibleIP CommunityAccess List table
rcIpCommunityAccessListEntry1.3.6.1.4.1.2272.1.8.100.4.1not-accessibleAn entry of Ip CommunityAccess List Table.
INT rcIpCommunityAccessListId1.3.6.1.4.1.2272.1.8.100.4.1.1INTEGERread-onlyIP CommunityAccess entry List Id
INT rcIpCommunityAccessListMemberId1.3.6.1.4.1.2272.1.8.100.4.1.2INTEGERread-onlyfrq. at which hello sent.
INT rcIpCommunityAccessListMode1.3.6.1.4.1.2272.1.8.100.4.1.3INTEGERread-writeIP Community Access List Mode, permit or deny.
OCT rcIpCommunityAccessListCommunity1.3.6.1.4.1.2272.1.8.100.4.1.4OCTET STRINGread-writeIP Community Access List Community string.
ROW rcIpCommunityAccessListRowStatus1.3.6.1.4.1.2272.1.8.100.4.1.5RowStatusread-writeIP Community Access Table Row Status.
I32 rcIpAccessListTableSize1.3.6.1.4.1.2272.1.8.100.5Integer32read-onlytable size
rcIpAccessListTable1.3.6.1.4.1.2272.1.8.100.6not-accessibleIP Access List table
rcIpAccessListEntry1.3.6.1.4.1.2272.1.8.100.6.1not-accessibleAn entry of Ip Access List Table.
INT rcIpAccessListId1.3.6.1.4.1.2272.1.8.100.6.1.1INTEGERread-only
INT rcIpAccessListMode1.3.6.1.4.1.2272.1.8.100.6.1.2INTEGERread-only
IP rcIpAccessListNetwork1.3.6.1.4.1.2272.1.8.100.6.1.3IpAddressread-write
IP rcIpAccessListNetworkMask1.3.6.1.4.1.2272.1.8.100.6.1.4IpAddressread-write
STR rcIpAccessListName1.3.6.1.4.1.2272.1.8.100.6.1.5DisplayStringread-write
ROW rcIpAccessListRowStatus1.3.6.1.4.1.2272.1.8.100.6.1.6RowStatusread-write
I32 rcIpExtendedAccessListTableSize1.3.6.1.4.1.2272.1.8.100.7Integer32read-onlytable size
rcIpExtendedAccessListTable1.3.6.1.4.1.2272.1.8.100.8not-accessibleIP Extended Access List table
rcIpExtendedAccessListEntry1.3.6.1.4.1.2272.1.8.100.8.1not-accessibleAn entry of Ip Extended Access List Table.
INT rcIpExtendedAccessListId1.3.6.1.4.1.2272.1.8.100.8.1.1INTEGERread-only
INT rcIpExtendedAccessListMode1.3.6.1.4.1.2272.1.8.100.8.1.2INTEGERread-only
IP rcIpExtendedAccessListNetwork1.3.6.1.4.1.2272.1.8.100.8.1.3IpAddressread-only
IP rcIpExtendedAccessListNetworkWildCard1.3.6.1.4.1.2272.1.8.100.8.1.4IpAddressread-only
IP rcIpExtendedAccessListNetworkMask1.3.6.1.4.1.2272.1.8.100.8.1.5IpAddressread-only
IP rcIpExtendedAccessListNetworkMaskWildCard1.3.6.1.4.1.2272.1.8.100.8.1.6IpAddressread-only
STR rcIpExtendedAccessListName1.3.6.1.4.1.2272.1.8.100.8.1.7DisplayStringread-write
ROW rcIpExtendedAccessListRowStatus1.3.6.1.4.1.2272.1.8.100.8.1.8RowStatusread-write
I32 rcIpPrefixListTableSize1.3.6.1.4.1.2272.1.8.100.9Integer32read-onlytable size
rcIpPrefixListTable1.3.6.1.4.1.2272.1.8.100.10not-accessibleIP Prefix List table
rcIpPrefixListEntry1.3.6.1.4.1.2272.1.8.100.10.1not-accessibleAn entry of Ip Prefix List Table.
I32 rcIpPrefixListId1.3.6.1.4.1.2272.1.8.100.10.1.1Integer32read-onlyListId
IP rcIpPrefixListPrefix1.3.6.1.4.1.2272.1.8.100.10.1.2IpAddressread-onlyIs a member of a specific prefix list. Adding the prefix to the given prefix list
INT rcIpPrefixListPrefixMaskLen1.3.6.1.4.1.2272.1.8.100.10.1.3INTEGERread-onlyprefix mask length
INT rcIpPrefixListMaskLenFrom1.3.6.1.4.1.2272.1.8.100.10.1.4INTEGERread-writeused with mask len
INT rcIpPrefixListMaskLenUpto1.3.6.1.4.1.2272.1.8.100.10.1.5INTEGERread-writeused with mask len
STR rcIpPrefixListName1.3.6.1.4.1.2272.1.8.100.10.1.6DisplayStringread-writelist name
ROW rcIpPrefixListRowStatus1.3.6.1.4.1.2272.1.8.100.10.1.7RowStatusread-writerow status
I32 rcIpRoutePolicyTableSize1.3.6.1.4.1.2272.1.8.100.11Integer32read-onlytable size
T/F rcIpRoutePolicyApply1.3.6.1.4.1.2272.1.8.100.12TruthValueread-writeUsed to apply Ip Route Policy
rcIpRoutePolicyTable1.3.6.1.4.1.2272.1.8.100.13not-accessibleIP Route Map table
rcIpRoutePolicyEntry1.3.6.1.4.1.2272.1.8.100.13.1not-accessibleAn entry of Ip Route Map Table.
I32 rcIpRoutePolicyId1.3.6.1.4.1.2272.1.8.100.13.1.1Integer32read-onlyIndex used to identify a group of policies in the route policy tableRoute map id
I32 rcIpRoutePolicySequenceNumber1.3.6.1.4.1.2272.1.8.100.13.1.2Integer32read-onlysecond index used to identify a specific policy with in the route policy group (grouped by Id). This field allows users to specify different MATCH, SET parameters and an action.
STR rcIpRoutePolicyName1.3.6.1.4.1.2272.1.8.100.13.1.3DisplayStringread-writeIs used to group a set of policies with different sequence number. Id & Name have one-on-one relationship. Different policy groups can contain same sequence number, whereas with in a group the sequence number must be different.
T/F rcIpRoutePolicyEnable1.3.6.1.4.1.2272.1.8.100.13.1.4TruthValueread-writeValue specified here indicate whether this policy is enabled or not. If disabled policy sould not be used.
INT rcIpRoutePolicyMode1.3.6.1.4.1.2272.1.8.100.13.1.5INTEGERread-writespecifies the action to be taken when this policy is selected for a specific route. This can be permit or deny or continue. Permit indicates allow the route, deny indicates ignore the route. Continue means continue checking the next match criteria set in the next policy seq, if none take the default action in the given context.
INT rcIpRoutePolicyMatchProtocol1.3.6.1.4.1.2272.1.8.100.13.1.6INTEGERread-writeMatch protocol. Used for RIP and DVMRP announce policy only. Value is one of multiple (logical 'OR) of the following values: direct(1), static(2), rip(4), ospf(8), ebgp(16), dvmrp(32), ibgp(64), isis(128), any(255) direct(1): enables direct match-protocol static(2): enables static match-protocol rip(4): enables rip match-protocol ospf(8): enables ospf match-protocol ebgp(16): enables ebgp match-protocol dvmrp(32): enables dvmrp match-protocol ibgp(64): enables ibgp match-protocol isis(128): enables isis match-protocol any(255): enables all match-protocols
STR rcIpRoutePolicyMatchAsPath1.3.6.1.4.1.2272.1.8.100.13.1.7DisplayStringread-writeApplicable to BGP protocol only. Match the BGP autonomous system path. This will override the BGP neighbor filter list info.
STR rcIpRoutePolicyMatchCommunity1.3.6.1.4.1.2272.1.8.100.13.1.8DisplayStringread-writeApplicable to BGP protocol only. Filter incoming/outgoing updates based on communities.
ENA rcIpRoutePolicyMatchCommunityExact1.3.6.1.4.1.2272.1.8.100.13.1.9EnableValueread-writeIf enabled indicates the match has be an exact (i.e., all of the communities specified in the path has to be matched).
STR rcIpRoutePolicyMatchNetwork1.3.6.1.4.1.2272.1.8.100.13.1.10RcLongDisplayStringread-writecan specify one or more prefix list name or id(s)
STR rcIpRoutePolicyMatchIpRouteSource1.3.6.1.4.1.2272.1.8.100.13.1.11RcLongDisplayStringread-writeIn case of Rip routes this is equivalent to RipInterface. In case of DVMRP routes this is equivalent to DVMRP gateway. Can specify one or more prefix list name(s) or id(s) seperated by comma.
STR rcIpRoutePolicyMatchNextHop1.3.6.1.4.1.2272.1.8.100.13.1.12RcLongDisplayStringread-writeIn case of Rip routes this is equivalent to RipInterface. In case of DVMRP routes this is equivalent to DVMRP gateway. Can specify one or more prefix list name(s) or id(s) seperated by comma.
STR rcIpRoutePolicyMatchInterface1.3.6.1.4.1.2272.1.8.100.13.1.13RcLongDisplayStringread-writeMatch received interface. Only for rip routes. Ignored in all other cases.
INT rcIpRoutePolicyMatchRouteType1.3.6.1.4.1.2272.1.8.100.13.1.14INTEGERread-writeFor BGP this choice refers to locally generated routes external routes learned via ebgp nbr. For OSPF internal refers to intra and inter area routes (belongs to local autonomous system). External (type1|type2) refers to the routes learned from other ASs and imported as either type1 or type2. if type1/type2 is specified then match only type1/type2.
INT rcIpRoutePolicyMatchMetric1.3.6.1.4.1.2272.1.8.100.13.1.15INTEGERread-writeMatch mec field in the incoming advertisement.
STR rcIpRoutePolicyMatchTag1.3.6.1.4.1.2272.1.8.100.13.1.16DisplayStringread-writespecifies a list of tag(s), that will be used during the match criteria process.contains one or more tag values..
INT rcIpRoutePolicySetRoutePreference1.3.6.1.4.1.2272.1.8.100.13.1.17INTEGERread-writeif non-zero specifies the route preference value to be assigned to the routes that applies this policy.contains one or more tag values..
STR rcIpRoutePolicySetAsPath1.3.6.1.4.1.2272.1.8.100.13.1.18DisplayStringread-writeThe AS path vaule to be used whether the SetAsPathMode is Tag or Prepend.as-path string..
INT rcIpRoutePolicySetAsPathMode1.3.6.1.4.1.2272.1.8.100.13.1.19INTEGERread-writeIt can be either tag or prepend tag. applicable only while redistributing routes to BGP.Converts the tag of a route into AS path.
ENA rcIpRoutePolicySetAutomaticTag1.3.6.1.4.1.2272.1.8.100.13.1.20EnableValueread-write
STR rcIpRoutePolicySetCommunityNumber1.3.6.1.4.1.2272.1.8.100.13.1.21DisplayStringread-writethis value can be a number (1..42949672000) or no-export or no-advertise. Applicable to BGP advertisments.community number.
INT rcIpRoutePolicySetCommunityMode1.3.6.1.4.1.2272.1.8.100.13.1.22INTEGERread-writethis value can be either append or none unchanged - keep the community attribute in the route path as it is. none - remove the community in the route path additive - adds the community-number specified in SetCommunityNumber to the community list attribute. Applicable to BGP advertisments.
I32 rcIpRoutePolicySetMetricTypeInternal1.3.6.1.4.1.2272.1.8.100.13.1.23Integer32read-writeIndicates to set the MED value for routes advertised to ebgp nbrs to the IGP metric value.
INT rcIpRoutePolicySetMetric1.3.6.1.4.1.2272.1.8.100.13.1.24INTEGERread-writeValue of the metric to be used while sending an update for the routes that match the matching criteria in this route policy. Default - 0 indicates the internal value defined for protocol
INT rcIpRoutePolicySetMetricType1.3.6.1.4.1.2272.1.8.100.13.1.25INTEGERread-writeMetric type for the routes to be imported into OSPF routing protocol, which passed the matching criteria configured in this route policy.
IP rcIpRoutePolicySetNextHop1.3.6.1.4.1.2272.1.8.100.13.1.26IpAddressread-writeIpAddress of the next hop router. Ignored for DVMRP routes.
INT rcIpRoutePolicySetOrigin1.3.6.1.4.1.2272.1.8.100.13.1.27INTEGERread-writeigp/egp/incomplete Applicable to BGP protocol only. If not set uses the route origin from the Ip routing table (protocol).
I32 rcIpRoutePolicySetLocalPref1.3.6.1.4.1.2272.1.8.100.13.1.28Integer32read-writethis value will be used during route decision process in the BGP protocol. Applicable to BGP only.
I32 rcIpRoutePolicySetOriginEgpAs1.3.6.1.4.1.2272.1.8.100.13.1.29Integer32read-writeindicates the Remote autonomous sys number. Applicable to BGP only.
I32 rcIpRoutePolicySetTag1.3.6.1.4.1.2272.1.8.100.13.1.30Integer32read-writeValue to be used for setting tag of the destination routing protocol. If not specified forward the tag value in the source routing protocol. Value 0 indicates not set
I32 rcIpRoutePolicySetWeight1.3.6.1.4.1.2272.1.8.100.13.1.31Integer32read-writeShould be using with match as-path condition. Weight value for the routing table. For BGP this value will override the weight configured through NetworkTableEntry or FilterListWeight or NeighborWeight. Used for BGP only.Value 0 indicates not set
STR rcIpRoutePolicySetInjectNetList1.3.6.1.4.1.2272.1.8.100.13.1.32DisplayStringread-writespecifies the prefix list to be used either for injecting the routes into the routing table or to include the networks in the advertisement. Ignored for DVMRP.
ROW rcIpRoutePolicyRowStatus1.3.6.1.4.1.2272.1.8.100.13.1.33RowStatusread-writerow status
IP rcIpRoutePolicySetMask1.3.6.1.4.1.2272.1.8.100.13.1.34IpAddressread-writeSet Mask Ip Address
ENA rcIpRoutePolicyNssaPbit1.3.6.1.4.1.2272.1.8.100.13.1.35EnableValueread-writeSet/Reset P bit in specified type 7 LSA. By default P bit is always set in case user set it to disable state for particular route policy than all type 7 LSAs associated with that route policy will have P bit cleared, with this intact NSSA ABR will not perform translation of these LSAs to type 5.
IDL rcIpRoutePolicyMatchVrf1.3.6.1.4.1.2272.1.8.100.13.1.36IdListread-writeAn array used to identify which source VRFs have leaked routes to the local VRF
STR rcIpRoutePolicyMatchExtCommunity1.3.6.1.4.1.2272.1.8.100.13.1.37DisplayStringread-createFilter incoming/outgoing updates based on communities
STR rcIpRoutePolicySetExtCommunity1.3.6.1.4.1.2272.1.8.100.13.1.38DisplayStringread-createSet Extended-community string.
INT rcIpRoutePolicySetExtCommunityMode1.3.6.1.4.1.2272.1.8.100.13.1.39INTEGERread-createThis value can be either additive, unchanged or overwrite.
I32 rcIpRoutePolicyMatchLocalPref1.3.6.1.4.1.2272.1.8.100.13.1.40Integer32read-createMatch Local Prefix value.
STR rcIpRoutePolicyMatchIpRouteDest1.3.6.1.4.1.2272.1.8.100.13.1.41RcLongDisplayStringread-createto match route destination, one can specify one or more prefix list name(s) or id(s) separated by comma.
OCT rcIpRoutePolicyMatchExtendedPref1.3.6.1.4.1.2272.1.8.100.13.1.42OCTET STRINGread-createTo associate extended ACL(access control list) with the route policy. User can associate one or multiple extended ACLs.
ADR rcIpRoutePolicyIpv6SetNextHop1.3.6.1.4.1.2272.1.8.100.13.1.43Ipv6Addressread-createAddress of the ipv6 next hop router. Ignored for DVMRP routes.
I32 rcIpRedistributeTableSize1.3.6.1.4.1.2272.1.8.100.14Integer32read-onlytable size
T/F rcIpRedistributeApply1.3.6.1.4.1.2272.1.8.100.15TruthValueread-writeApply Ip Redistribution
rcIpRedistributeTable1.3.6.1.4.1.2272.1.8.100.16not-accessibleIP Redistribute table
rcIpRedistributeEntry1.3.6.1.4.1.2272.1.8.100.16.1not-accessibleAn entry of Ip Redistribute Table.
INT rcIpRedistributeProtocol1.3.6.1.4.1.2272.1.8.100.16.1.1INTEGERread-onlyProtocol is any one of the dynamic routing protocol, which is interested in receiving the external routing info.
INT rcIpRedistributeRouteSource1.3.6.1.4.1.2272.1.8.100.16.1.2INTEGERread-onlyequivalent to the owner field in the routing table. This field indicates that the protocol is interested in knowing/not-knowing the routes learned from this source.
ENA rcIpRedistributeEnable1.3.6.1.4.1.2272.1.8.100.16.1.3EnableValueread-writeEnable/Disable. By default this is enabled.
INT rcIpRedistributeMetric1.3.6.1.4.1.2272.1.8.100.16.1.4INTEGERread-writevalue of the metric to be announced in the advertisment. The Range specified is the range for ISIS for other protocols range is (0 .. 65535)
INT rcIpRedistributeMetricType1.3.6.1.4.1.2272.1.8.100.16.1.5INTEGERread-writespecifies the type of the metric type, useful for OSPF and BGP only. In case of ISIS type1 is treated as internal and type2 is treated as external
INT rcIpRedistributeMatchRouteType1.3.6.1.4.1.2272.1.8.100.16.1.6INTEGERread-writeused to filter a route based on the route type. applicable to BGP.
I32 rcIpRedistributeSetTag1.3.6.1.4.1.2272.1.8.100.16.1.7Integer32read-writeTag value to be set in the advertisment.
INT rcIpRedistributeSubnets1.3.6.1.4.1.2272.1.8.100.16.1.8INTEGERread-writeapplicable to OSPF only. Indicates that all the subnets need to be advertised individually.
STR rcIpRedistributeRoutePolicy1.3.6.1.4.1.2272.1.8.100.16.1.9DisplayStringread-writespecify the route policy to achieve the final granularity in filtering to determine whether or not a specific route should be advertised to the given protocol.Route map name
I32 rcIpRedistributeASNumber1.3.6.1.4.1.2272.1.8.100.16.1.10Integer32read-writeAutonomous system number. Used only for the BGP protocol.
I32 rcIpRedistributeWeight1.3.6.1.4.1.2272.1.8.100.16.1.11Integer32read-writeused only for the BGP protocol.
I32 rcIpRedistributeDefaultOriginate1.3.6.1.4.1.2272.1.8.100.16.1.12Integer32read-writeindicates the given protocol will originate/advertise a default route.
ROW rcIpRedistributeRowStatus1.3.6.1.4.1.2272.1.8.100.16.1.13RowStatusread-writerow status
INT rcIpRedistributeLevel1.3.6.1.4.1.2272.1.8.100.16.1.14INTEGERread-writeThis is for ISIS only this sets the redistribute level. Set this to level2 to distribute the routes in L2 LSPs if the router is at level1 then setting redistribute at level2 does not have any significance.
I32 rcIpOspfInFilterTableSize1.3.6.1.4.1.2272.1.8.100.17Integer32read-onlytable size
T/F rcIpOspfInFilterApply1.3.6.1.4.1.2272.1.8.100.18TruthValueread-writeUsed to Apply Ip Ospf In Filter
rcIpOspfInFilterTable1.3.6.1.4.1.2272.1.8.100.19not-accessibleIP Ospf In Filter table
rcIpOspfInFilterEntry1.3.6.1.4.1.2272.1.8.100.19.1not-accessibleAn entry of Ip Ospf In Filter Table.
IP rcIpOspfInFilterAdvertisingRtr1.3.6.1.4.1.2272.1.8.100.19.1.1IpAddressread-only
ENA rcIpOspfInFilterEnable1.3.6.1.4.1.2272.1.8.100.19.1.2EnableValueread-writeIfIndex
INT rcIpOspfInFilterMetricType1.3.6.1.4.1.2272.1.8.100.19.1.3INTEGERread-write
STR rcIpOspfInFilterPolicyName1.3.6.1.4.1.2272.1.8.100.19.1.4DisplayStringread-write
ROW rcIpOspfInFilterRowStatus1.3.6.1.4.1.2272.1.8.100.19.1.5RowStatusread-write
I32 rcIpRoutePrefTableSize1.3.6.1.4.1.2272.1.8.100.20Integer32read-onlytable size
rcIpRoutePrefTable1.3.6.1.4.1.2272.1.8.100.21not-accessibleIP Route Pref table
rcIpRoutePrefEntry1.3.6.1.4.1.2272.1.8.100.21.1not-accessibleAn entry of Ip Route Pref Table.
INT rcIpRoutePrefProtocol1.3.6.1.4.1.2272.1.8.100.21.1.1INTEGERread-onlyProtocol
INT rcIpRoutePrefDefault1.3.6.1.4.1.2272.1.8.100.21.1.2INTEGERread-onlyShows the default preference value for the given protocol.
INT rcIpRoutePrefConfigured1.3.6.1.4.1.2272.1.8.100.21.1.3INTEGERread-writeThis value is configurable by the user
rcIpRedistributeInterVrfTable1.3.6.1.4.1.2272.1.8.100.22not-accessibleIP Redistribute table for Inter-VRFs
rcIpRedistributeInterVrfEntry1.3.6.1.4.1.2272.1.8.100.22.1not-accessibleAn entry of Ip Redistribute Table.(new)
OID rcIpRedistributeInterVrfDstVrfId1.3.6.1.4.1.2272.1.8.100.22.1.1VrfIdentifiernot-accessibledst VRF id used in the redistribution
INT rcIpRedistributeInterVrfProtocol1.3.6.1.4.1.2272.1.8.100.22.1.2INTEGERnot-accessibleProtocol is any one of the dynamic routing protocol, which is interested in receiving the external routing info.
OID rcIpRedistributeInterVrfSrcVrfId1.3.6.1.4.1.2272.1.8.100.22.1.3VrfIdentifiernot-accessiblesrc VRF id used in the redistribution
INT rcIpRedistributeInterVrfRouteSource1.3.6.1.4.1.2272.1.8.100.22.1.4INTEGERnot-accessibleequivalent to the owner field in the routing table. This field indicates that the protocol is interested in knowing/not-knowing the routes learned from this source.
ENA rcIpRedistributeInterVrfEnable1.3.6.1.4.1.2272.1.8.100.22.1.5EnableValueread-writeEnable/Disable. By default this is enabled.
INT rcIpRedistributeInterVrfMetric1.3.6.1.4.1.2272.1.8.100.22.1.6INTEGERread-writevalue of the metric to be announced in the advertisment
INT rcIpRedistributeInterVrfMetricType1.3.6.1.4.1.2272.1.8.100.22.1.7INTEGERread-writespecifies the type of the metric type, useful for OSPF and BGP only.
INT rcIpRedistributeInterVrfMatchRouteType1.3.6.1.4.1.2272.1.8.100.22.1.8INTEGERread-writeused to filter a route based on the route type. applicable to BGP.
I32 rcIpRedistributeInterVrfSetTag1.3.6.1.4.1.2272.1.8.100.22.1.9Integer32read-writeTag value to be set in the advertisment.
INT rcIpRedistributeInterVrfSubnets1.3.6.1.4.1.2272.1.8.100.22.1.10INTEGERread-writeapplicable to OSPF only. Indicates that all the subnets need to be advertised individually.
STR rcIpRedistributeInterVrfRoutePolicy1.3.6.1.4.1.2272.1.8.100.22.1.11DisplayStringread-writespecify the route policy to achieve the final granularity in filtering to determine whether or not a specific route should be advertised to the given protocol.Route map name
I32 rcIpRedistributeInterVrfASNumber1.3.6.1.4.1.2272.1.8.100.22.1.12Integer32read-writeAutonomous system number. Used only for the BGP protocol.
I32 rcIpRedistributeInterVrfWeight1.3.6.1.4.1.2272.1.8.100.22.1.13Integer32read-writeused only for the BGP protocol.
I32 rcIpRedistributeInterVrfDefaultOriginate1.3.6.1.4.1.2272.1.8.100.22.1.14Integer32read-writeindicates the given protocol will originate/advertise a default route.
ROW rcIpRedistributeInterVrfRowStatus1.3.6.1.4.1.2272.1.8.100.22.1.15RowStatusread-writerow status
I32 rcIpExtCommunityAccessListTableSize1.3.6.1.4.1.2272.1.8.100.23Integer32read-onlyIP Extended Community Access List table size.
rcIpExtCommunityAccessListTable1.3.6.1.4.1.2272.1.8.100.24not-accessibleIP Extended Community Access List table.
rcIpExtCommunityAccessListEntry1.3.6.1.4.1.2272.1.8.100.24.1not-accessibleAn entry of Ip Extended Community Access List Table.
INT rcIpExtCommunityAccessListId1.3.6.1.4.1.2272.1.8.100.24.1.1INTEGERnot-accessibleIP extended Community Access List Id
INT rcIpExtCommunityAccessListMemberId1.3.6.1.4.1.2272.1.8.100.24.1.2INTEGERnot-accessibleMember Id for the extended-community list to be added
INT rcIpExtCommunityAccessListRTType1.3.6.1.4.1.2272.1.8.100.24.1.3INTEGERread-onlyThe route target Type for IP Extended Community rule in the list
IP rcIpExtCommunityAccessListRTAddress1.3.6.1.4.1.2272.1.8.100.24.1.4IpAddressread-createExtended community Ip address for the route-target type entry.
INT rcIpExtCommunityAccessListRTAsNumber1.3.6.1.4.1.2272.1.8.100.24.1.5INTEGERread-createExtended community Asnumber for the route-target type entry.
U32 rcIpExtCommunityAccessListRTAssignedNum1.3.6.1.4.1.2272.1.8.100.24.1.6Unsigned32read-createExtended community assigned number for the route-target type entry.
INT rcIpExtCommunityAccessListSooType1.3.6.1.4.1.2272.1.8.100.24.1.7INTEGERread-onlyThe site of origin Type for IP Extended Community Access List
IP rcIpExtCommunityAccessListSooAddress1.3.6.1.4.1.2272.1.8.100.24.1.8IpAddressread-createExtended community Ip address for the site-of-origin type of entry.
INT rcIpExtCommunityAccessListSooAsNumber1.3.6.1.4.1.2272.1.8.100.24.1.9INTEGERread-createExtended community AsNumber for the site-of-origin type of entry.
U32 rcIpExtCommunityAccessListSooAssignedNum1.3.6.1.4.1.2272.1.8.100.24.1.10Unsigned32read-createExtended community assigned number for the site-of-origin type of entry.
OID rcIpExtCommunityAccessListVrfId1.3.6.1.4.1.2272.1.8.100.24.1.11VrfIdentifierread-createVrfId for the extended-community Access list.
ROW rcIpExtCommunityAccessListRowStatus1.3.6.1.4.1.2272.1.8.100.24.1.12RowStatusread-createIP Ext Community Table Row Status.
rcIpExtACLTable1.3.6.1.4.1.2272.1.8.100.25not-accessibleThis table contains list of extended ACL (access control list) configuration. The extended ACL is used to filter SA (Source-Active) messages by matching both the source and destination address fields of a given packet.
rcIpExtACLEntry1.3.6.1.4.1.2272.1.8.100.25.1not-accessibleAn entry (conceptual row) representing a prefix of an ACL list. The ACL list is identified by the ACL name. User can add one or multiple prefixes to an ACL list. Empty ACL list is not allowed.
IP rcIpExtACLPrefixSourceAddr1.3.6.1.4.1.2272.1.8.100.25.1.1IpAddressnot-accessibleThis is the source address of the prefix.
IP rcIpExtACLPrefixSourceMask1.3.6.1.4.1.2272.1.8.100.25.1.2IpAddressnot-accessibleThis is the source mask of the prefix.
IP rcIpExtACLPrefixDestinationAddr1.3.6.1.4.1.2272.1.8.100.25.1.3IpAddressnot-accessibleThis is the destination address of the prefix.
IP rcIpExtACLPrefixDestinationMask1.3.6.1.4.1.2272.1.8.100.25.1.4IpAddressnot-accessibleThis is a destination mask of the prefix.
STR rcIpExtACLPrefixName1.3.6.1.4.1.2272.1.8.100.25.1.5SnmpAdminStringnot-accessibleThis is the extended ACL list to which the prefixes belongs. An extended ACL list must have one prefix at least.
ROW rcIpExtACLPrefixRowStatus1.3.6.1.4.1.2272.1.8.100.25.1.6RowStatusread-createUsed to create/delete prefixes from ACL list.
rcIpBgp1.3.6.1.4.1.2272.1.8.101
rcIpBgpGeneralGroup1.3.6.1.4.1.2272.1.8.101.1
I32 rcIpBgpGeneralGroupLocalAs1.3.6.1.4.1.2272.1.8.101.1.1Integer32read-writeLocal Autonomous system number
ENA rcIpBgpGeneralGroupAdminStatus1.3.6.1.4.1.2272.1.8.101.1.2EnableValueread-writeDisable or Enable group administrative
I32 rcIpBgpGeneralGroupDefaultMetric1.3.6.1.4.1.2272.1.8.101.1.3Integer32read-writeThe default-metric is used in conjunction with the redistribute router configuration command to cause the bgp routing protocol to use this metric as MED
I32 rcIpBgpGeneralGroupDefaultLocalPreference1.3.6.1.4.1.2272.1.8.101.1.4Integer32read-writeDefault local preference attribute value to be used
T/F rcIpBgpGeneralGroupDefaultInformationOriginate1.3.6.1.4.1.2272.1.8.101.1.5TruthValueread-writeallows the redistribution of network 0.0.0.0 into BGP
ENA rcIpBgpGeneralGroupBestPathMissingAsWorst1.3.6.1.4.1.2272.1.8.101.1.6EnableValueread-writeEnable to consider a missing MED attribute in a path as having a value of infinity, making the path without a MED value the least desirable path. To return the router to the default (assign a value of 0 to the missing MED), set the value to disable.
ENA rcIpBgpGeneralGroupBestPathMedConfed1.3.6.1.4.1.2272.1.8.101.1.7EnableValueread-writeTo enable MED comparison among paths learned from confederation peers. Disable to prevent considering the MED attribute in comparing paths
ENA rcIpBgpGeneralGroupIgnoreIllegalRouterId1.3.6.1.4.1.2272.1.8.101.1.8EnableValueread-writeConfigures BGP to overlook an illegal router ID. Enables or disable accepting a connection from a peer that sends its open message with a router ID of 0.
ENA rcIpBgpGeneralGroupAlwaysCompareMed1.3.6.1.4.1.2272.1.8.101.1.9EnableValueread-writeEnable to allow the comparison of the Multi Exit Discriminator (MED) for paths from neighbors in different autonomous systems.
ENA rcIpBgpGeneralGroupAutoPeerRestart1.3.6.1.4.1.2272.1.8.101.1.10EnableValueread-writeEnable the feature that automatically restarts the connection to a BGP peer when the connection goes down.
ENA rcIpBgpGeneralGroupAutoSummary1.3.6.1.4.1.2272.1.8.101.1.11EnableValueread-writeEnable BGP to summarize networks based on class limlts (Class A,B,C networks).
ENA rcIpBgpGeneralGroupSynchronization1.3.6.1.4.1.2272.1.8.101.1.12EnableValueread-writeEnables and disables the router from accepting routes from BGP peers without waiting for an update from the IBGP.
I32 rcIpBgpGeneralGroupMaxEqualcostRoutes1.3.6.1.4.1.2272.1.8.101.1.13Integer32read-writeSets the number of maximum number of equal-cost routes that can be stored in the routing table.
ENA rcIpBgpGeneralGroupIbgpReportImportRoute1.3.6.1.4.1.2272.1.8.101.1.14EnableValueread-writeConfigure BGP to report imported routes to an interior BGP peer.
ENA rcIpBgpGeneralGroupAggregate1.3.6.1.4.1.2272.1.8.101.1.15EnableValueread-write
ENA rcIpBgpGeneralGroupFlapDampEnable1.3.6.1.4.1.2272.1.8.101.1.16EnableValueread-writeEnabled or Disabled
I32 rcIpBgpGeneralGroupDebugMask1.3.6.1.4.1.2272.1.8.101.1.17Integer32read-writevalue is one of multiple (logically by 'OR' of following value: none (0), error(1), packet(2), event(4), trace(8), warning(16), state(32), init(64), filter(128), update(256), all(511) all(511): Enables all debugging messages. none(0): Disables all debugging messages. error(1): Enables disolay of debug error messages. packet(2): Enables display of debug packet messages. event(4): Enables display of debug event messages. trace(8): Enables display debug trace messages. warning(16): Enables display debug warning messages. state(32): Enables display of debug state transtion messages. init(64): Enables display of debug initialization messages. filter(128): Enables display of debug messages related to filtering. update(256): Enables display of debug messages related to sending and receiving updates.
ENA rcIpBgpGeneralGroupTrapEnable1.3.6.1.4.1.2272.1.8.101.1.18EnableValueread-write
ENA rcIpBgpGeneralGroupQuickStart1.3.6.1.4.1.2272.1.8.101.1.19EnableValueread-writeEnable the flag to avoid flap penalty and trigger the peer start event quickly
ENA rcIpBgpGeneralGroupDeterministicMed1.3.6.1.4.1.2272.1.8.101.1.20EnableValueread-writeEnable to allow the comparison of the Multi Exit Discriminator (MED) for paths from neighbors in same autonomous system.
ENA rcIpBgpGeneralGroupRouteRefresh1.3.6.1.4.1.2272.1.8.101.1.21EnableValueread-writeRoute Refresh for Bgp.
STR rcIpBgpGeneralGroupRoutePolicyIn1.3.6.1.4.1.2272.1.8.101.1.22DisplayStringread-writeRoute Policy Name that will be applied to all routes which enter the VRF table.
STR rcIpBgpGeneralGroupRoutePolicyOut1.3.6.1.4.1.2272.1.8.101.1.23DisplayStringread-writeRoute policy name that will be applied to all routes which are sent out of this VRF instance.
T/F rcIpBgpGeneralGroupDefaultInformationOriginateIpv61.3.6.1.4.1.2272.1.8.101.1.24TruthValueread-writeallows the redistribution of default ipv6 network into BGP
OCT rcIpBgpGeneralGroupNewLocalAs1.3.6.1.4.1.2272.1.8.101.1.25OCTET STRINGread-writeLocal Autonomous system number
ENA rcIpBgpGeneralGroup4ByteAs1.3.6.1.4.1.2272.1.8.101.1.26EnableValueread-write4 Byte As number enable
ENA rcIpBgpGeneralGroupAsDot1.3.6.1.4.1.2272.1.8.101.1.27EnableValueread-writeAs number in Dot format
I32 rcIpBgpAggregateTableSize1.3.6.1.4.1.2272.1.8.101.2Integer32read-onlySize of Aggregate Table
rcIpBgpAggregateTable1.3.6.1.4.1.2272.1.8.101.3not-accessibleTo specify the list of aggregate prefixes to be created by the BGP routing process and the options to be used while aggregating.
rcIpBgpAggregateEntry1.3.6.1.4.1.2272.1.8.101.3.1not-accessibleAn entry of rcIpBgp Aggregate Address In Table.
IP rcIpBgpAggregateAddress1.3.6.1.4.1.2272.1.8.101.3.1.1IpAddressread-onlyPrefix to create an aggregate address in BGP routing table.
IP rcIpBgpAggregateMask1.3.6.1.4.1.2272.1.8.101.3.1.2IpAddressread-onlyMask for the aggregrate
ENA rcIpBgpAggregateAsSetGenerate1.3.6.1.4.1.2272.1.8.101.3.1.3EnableValueread-writeEnable Generates autonomous system set path information.
ENA rcIpBgpAggregateSummaryOnly1.3.6.1.4.1.2272.1.8.101.3.1.4EnableValueread-writeFilters all more specific routes from updates.
STR rcIpBgpAggregateSuppressPolicy1.3.6.1.4.1.2272.1.8.101.3.1.5DisplayStringread-writeName of route policy used to select the routes to be suppressed.
STR rcIpBgpAggregateAdvertisePolicy1.3.6.1.4.1.2272.1.8.101.3.1.6DisplayStringread-writeName of route policy used to select the routes to create AS-SET origin communities.
STR rcIpBgpAggregateAttributePolicy1.3.6.1.4.1.2272.1.8.101.3.1.7DisplayStringread-writeName of route policy used to set the attribute of the aggregate route.
ROW rcIpBgpAggregateRowStatus1.3.6.1.4.1.2272.1.8.101.3.1.8RowStatusread-writeRow status for create/delete.
rcIpBgpConfederationGroup1.3.6.1.4.1.2272.1.8.101.4
INT rcIpBgpConfederationIdentifier1.3.6.1.4.1.2272.1.8.101.4.1INTEGERread-writeConfederation AS identifier
OCT rcIpBgpConfederationPeers1.3.6.1.4.1.2272.1.8.101.4.2OCTET STRINGread-writeThe string represents ConfederatoinPeers as . Maximum size 255,if any, will not be recorded by this object. The length is a 1-octet field containing the numbner of peers in the value field. The value field contains one or more peers (AS numbers which are part of the confederation). Each AS is represented in the octet string as a pair of octets according to the following algorithm: first-byte-of-pair = ASNumber / 256; second-byte-of-pair = ASNumber & 255;
rcIpBgpRouteReflectorGroup1.3.6.1.4.1.2272.1.8.101.5
ENA rcIpBgpRouteReflectionEnable1.3.6.1.4.1.2272.1.8.101.5.1EnableValueread-writeEnable Route Reflection on this router
IP rcIpBgpRouteReflectorClusterId1.3.6.1.4.1.2272.1.8.101.5.2IpAddressread-writeCluster ID of this router acting as a route reflector
ENA rcIpBgpRouteReflectorClientToClientReflection1.3.6.1.4.1.2272.1.8.101.5.3EnableValueread-writeWhen this router is configured as a route reflector, and the clients are fully meshed, a Disable value disables reflection of routes from one client to another.
ENA rcIpBgpRouteReflectionOperState1.3.6.1.4.1.2272.1.8.101.5.4EnableValueread-onlyDisplays the current route reflection operational state
I32 rcIpBgpNetworkTableSize1.3.6.1.4.1.2272.1.8.101.6Integer32read-onlyNetwork Prefix table size
rcIpBgpNetworkTable1.3.6.1.4.1.2272.1.8.101.7not-accessibleThe networks in this table are either static/directly connected or learned routes. Bgp advertises these network provided they are reachable and are in the IP routing table
rcIpBgpNetworkEntry1.3.6.1.4.1.2272.1.8.101.7.1not-accessibleAn entry In NetworkTable.
IP rcIpBgpNetworkAddr1.3.6.1.4.1.2272.1.8.101.7.1.1IpAddressread-writeNetwork prefix that BGP will advertise.
IP rcIpBgpNetworkMask1.3.6.1.4.1.2272.1.8.101.7.1.2IpAddressread-onlyNetwork mask
ROW rcIpBgpNetworkRowStatus1.3.6.1.4.1.2272.1.8.101.7.1.3RowStatusread-writeRow status for create/delete.
INT rcIpBgpNetworkMetric1.3.6.1.4.1.2272.1.8.101.7.1.4INTEGERread-writeValue of the metric to be used while sending an update for the routes from the network table. Indicates to set the MED value for the routes advertised to ebgp peers.
I32 rcIpBgpPeerTableSize1.3.6.1.4.1.2272.1.8.101.8Integer32read-onlyBGP peer table size
rcIpBgpPeerTable1.3.6.1.4.1.2272.1.8.101.9not-accessibleIP BGP Peer table
rcIpBgpPeerEntry1.3.6.1.4.1.2272.1.8.101.9.1not-accessibleAn entry of Ip rcIpBgp Peer Table.
INT rcIpBgpPeerEnable1.3.6.1.4.1.2272.1.8.101.9.1.1INTEGERread-writeEnable/Disable: controls whether the peer connection is enabled or disabled
IP rcIpBgpPeerIpAddress1.3.6.1.4.1.2272.1.8.101.9.1.2IpAddressread-onlyThe Ip address of this peer
INT rcIpBgpPeerRemoteAs1.3.6.1.4.1.2272.1.8.101.9.1.3INTEGERread-writeRemote Autonomous system number of this peer
STR rcIpBgpPeerGroupName1.3.6.1.4.1.2272.1.8.101.9.1.4DisplayStringread-writePeer group name to which this peer belongs (optional)
ENA rcIpBgpPeerDefaultOriginate1.3.6.1.4.1.2272.1.8.101.9.1.5EnableValueread-writeTo allow a BGP speaker (the local router) to send the default route 0.0.0.0 to a neighbor for use as a default route
ENA rcIpBgpPeerEbgpMultiHop1.3.6.1.4.1.2272.1.8.101.9.1.6EnableValueread-writeTo accept and attempt BGP connections to external peers residing on networks that are not directly connected
INT rcIpBgpPeerAdvertisementInterval1.3.6.1.4.1.2272.1.8.101.9.1.7INTEGERread-writeTo set the minimum interval between the sending of BGP routing updates Time in seconds. Integer from 5 to 120.
STR rcIpBgpPeerPassword1.3.6.1.4.1.2272.1.8.101.9.1.8DisplayStringread-writeTo enable MD5 authentication on a TCP connection between two BGP peers Case-sensitive password of up to 80 character
INT rcIpBgpPeerWeight1.3.6.1.4.1.2272.1.8.101.9.1.9INTEGERread-writeTo assign an absolute weight to a BGP network. It can be an integer from 0 to 65535.
INT rcIpBgpPeerMaxPrefix1.3.6.1.4.1.2272.1.8.101.9.1.10INTEGERread-writeSets a limit on the number of routes that will be accepted from a neighbor. A value of zero indicates no limit
T/F rcIpBgpPeerNextHopSelf1.3.6.1.4.1.2272.1.8.101.9.1.11TruthValueread-writeSet NextHop Attribute to local router address before sending updates to remote peer
STR rcIpBgpPeerRoutePolicyIn1.3.6.1.4.1.2272.1.8.101.9.1.12DisplayStringread-writeRoute Policy Name that will be applied to all networks learned from this peer
STR rcIpBgpPeerRoutePolicyOut1.3.6.1.4.1.2272.1.8.101.9.1.13DisplayStringread-writeRoute policy name that will be applied to all outgoing updates
T/F rcIpBgpPeerRouteReflectorClient1.3.6.1.4.1.2272.1.8.101.9.1.14TruthValueread-writeIndicates whether this peer is a route reflector client.
ENA rcIpBgpPeerSoftReconfigurationIn1.3.6.1.4.1.2272.1.8.101.9.1.15EnableValueread-writeIf Peer soft reconfiguration is enabled in the in-bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection. Enabling soft reconfig-in causes all bgp routes to be stored in local memory (even non-best routes)
INT rcIpBgpPeerSoftReconfiguration1.3.6.1.4.1.2272.1.8.101.9.1.16INTEGERread-writeIf rcIpBgpPeerSoftReconfigurationIn is enabled in the in-bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection by setting rcIpBgpPeerSoftReconfiguration to in(1). Setting the value to out (2) forces the neighbor to send out all the updates to the remote neighbor without resetting the connection.
ENA rcIpBgpPeerRemovePrivateAs1.3.6.1.4.1.2272.1.8.101.9.1.17EnableValueread-writeEnable and disable private AS number from being stripped when sending an update
ROW rcIpBgpPeerRowStatus1.3.6.1.4.1.2272.1.8.101.9.1.18RowStatusread-writeUsed to create/delete entries in the Table.
ENA rcIpBgpPeerMD5Authentication1.3.6.1.4.1.2272.1.8.101.9.1.19EnableValueread-writeEnable and Disable MD5 authentication
INT rcIpBgpPeerDebugMask1.3.6.1.4.1.2272.1.8.101.9.1.20INTEGERread-writevalue is one of multiple (logically by 'OR' of following value: none (0), error(1), packet(2), event(4), trace(8), warning(16), state(32), init(64), filter(128), update(256), all(511) all(511): Enables all debugging messages. none(0): Disables all debugging messages. error(1): Enables disolay of debug error messages. packet(2): Enables display of debug packet messages. event(4): Enables display of debug event messages. trace(8): Enables display debug trace messages. warning(16): Enables display debug warning messages. state(32): Enables display of debug state transtion messages. init(64): Enables display of debug initialization messages. filter(128): Enables display of debug messages related to filtering. update(256): Enables display of debug messages related to sending and receiving updates.
ENA rcIpBgpPeerSendCommunity1.3.6.1.4.1.2272.1.8.101.9.1.21EnableValueread-write
IP rcIpBgpPeerUpdateSourceInterface1.3.6.1.4.1.2272.1.8.101.9.1.22IpAddressread-writeThe IP address to be used for Circuitless IP.
INT rcIpBgpPeerState1.3.6.1.4.1.2272.1.8.101.9.1.25INTEGERread-onlyThe BGP peer connection state.
OCT rcIpBgpPeerLastError1.3.6.1.4.1.2272.1.8.101.9.1.26OCTET STRINGread-onlyThe last error code and subcode seen by this peer on this connection. If no error has occurred, this field is zero. Otherwise, the first byte of this two byte OCTET STRING contains the error code, and the second byte contains the subcode.
ENA rcIpBgpPeerVpnv4Address1.3.6.1.4.1.2272.1.8.101.9.1.27EnableValueread-createThe vpnv4 routes specified.
ENA rcIpBgpPeerIpvpnLiteCap1.3.6.1.4.1.2272.1.8.101.9.1.28EnableValueread-createThe IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer.
IP rcIpBgpPeerSooAddress1.3.6.1.4.1.2272.1.8.101.9.1.29IpAddressread-createThe site-of-origin ip address.
INT rcIpBgpPeerSooAsNumber1.3.6.1.4.1.2272.1.8.101.9.1.30INTEGERread-createThe asnum for the site-of-origin for bgp peer.
U32 rcIpBgpPeerSooAssignedNum1.3.6.1.4.1.2272.1.8.101.9.1.31Unsigned32read-createThe Assigned number required along with asnum or address to configure the site-of-origin for bgp peer.
INT rcIpBgpPeerSooType1.3.6.1.4.1.2272.1.8.101.9.1.32INTEGERread-onlyThe soo type can be asnum or ipaddress.
ENA rcIpBgpPeerRouteRefresh1.3.6.1.4.1.2272.1.8.101.9.1.33EnableValueread-createRoute refresh for bgp peer.
ENA rcIpBgpPeerAsOverride1.3.6.1.4.1.2272.1.8.101.9.1.34EnableValueread-createThe AS Override value can be enabled or disabled for bgp peer.
INT rcIpBgpPeerAllowAsIn1.3.6.1.4.1.2272.1.8.101.9.1.35INTEGERread-createThe number of as-in allowed for bgp peer
ENA rcIpBgpPeerBfdEnable1.3.6.1.4.1.2272.1.8.101.9.1.36EnableValueread-writeBFD Admin state flag.
I32 rcIpBgpPeerGroupTableSize1.3.6.1.4.1.2272.1.8.101.10Integer32read-onlyBGP Peer Group table size
rcIpBgpPeerGroupTable1.3.6.1.4.1.2272.1.8.101.11not-accessibleIP rcIpBgp Peer Group table. This table contains rows which are template configuration parameters which are shared by a group of peers. Peers belonging to the same group will refer to the same row in this table using a peer group name
rcIpBgpPeerGroupEntry1.3.6.1.4.1.2272.1.8.101.11.1not-accessibleAn entry of Ip rcIpBgp Peer Group Table.
ENA rcIpBgpPeerGroupEnable1.3.6.1.4.1.2272.1.8.101.11.1.1EnableValueread-createAllows disabling a group of peers
I32 rcIpBgpPeerGroupIndex1.3.6.1.4.1.2272.1.8.101.11.1.2Integer32read-onlyIndex in to the Peer Group Table
STR rcIpBgpPeerGroupGroupName1.3.6.1.4.1.2272.1.8.101.11.1.3DisplayStringread-createName of the BGP peer group to which this neighbor belong
I32 rcIpBgpPeerGroupRemoteAs1.3.6.1.4.1.2272.1.8.101.11.1.4Integer32read-createRemote Autonomous system number of this peer group (optional)
INT rcIpBgpPeerGroupDefaultOriginate1.3.6.1.4.1.2272.1.8.101.11.1.5INTEGERread-createEnabling this attribute allows a BGP speaker (the local router) to send the default route 0.0.0.0 to the group of neighbors for use as a default route.
INT rcIpBgpPeerGroupEbgpMultiHop1.3.6.1.4.1.2272.1.8.101.11.1.6INTEGERread-createTo accept and attempt BGP connections to external peers residing on networks that are not directly connected
I32 rcIpBgpPeerGroupAdvertisementInterval1.3.6.1.4.1.2272.1.8.101.11.1.7Integer32read-createTo set the minimum interval between the sending of BGP routing updates Time in seconds. Integer from 1 to 120.
I32 rcIpBgpPeerGroupKeepAlive1.3.6.1.4.1.2272.1.8.101.11.1.8Integer32read-createTo set the time interval in seconds between the sending of BGP keep alive messages to remote peers.
I32 rcIpBgpPeerGroupHoldTime1.3.6.1.4.1.2272.1.8.101.11.1.9Integer32read-createTo configure the hold time for the group of peers in seconds. Usually set to three times the value of the Keepalive time
I32 rcIpBgpPeerGroupWeight1.3.6.1.4.1.2272.1.8.101.11.1.10Integer32read-createTo assign an absolute weight to a BGP network. Absolute weight, or importance. It can be an integer from 0 to 65535.
I32 rcIpBgpPeerGroupMaxPrefix1.3.6.1.4.1.2272.1.8.101.11.1.11Integer32read-createSets a limit on the number of routes that will be accepted from this group of neighbors. A value of zero indicates no limit
T/F rcIpBgpPeerGroupNextHopSelf1.3.6.1.4.1.2272.1.8.101.11.1.12TruthValueread-createSet NextHop Attribute to local router address before sending updates to remote peers
STR rcIpBgpPeerGroupRoutePolicyIn1.3.6.1.4.1.2272.1.8.101.11.1.13DisplayStringread-createRoute Policy Name that will be applied to all networks learned from this group of peers
STR rcIpBgpPeerGroupRoutePolicyOut1.3.6.1.4.1.2272.1.8.101.11.1.14DisplayStringread-createRoute policy name that will be applied to all outgoing updates to this group of peers
T/F rcIpBgpPeerGroupRouteReflectorClient1.3.6.1.4.1.2272.1.8.101.11.1.15TruthValueread-createIndicates whether this group of peers is a route reflector client.
ENA rcIpBgpPeerGroupSoftReconfigurationIn1.3.6.1.4.1.2272.1.8.101.11.1.16EnableValueread-createIf Peer soft reconfiguration is enabled in the in bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection. Enabling soft reconfig-in causes all bgp routes to be stored in local memory (even non-best routes)
INT rcIpBgpPeerGroupSoftReconfiguration1.3.6.1.4.1.2272.1.8.101.11.1.17INTEGERread-createIf Peer soft reconfiguration-in is enabled in the in bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection by setting rcIpBgpPeerGroupSoftReconfiguration to in(1). Setting the value to out (2) forces the neighbor to send out all the updates to the remote neighbor without resetting the connection.
STR rcIpBgpPeerGroupPassword1.3.6.1.4.1.2272.1.8.101.11.1.18DisplayStringread-createTo enable MD5 authentication on TCP connections between this local speaker and this group of BGP peers. Case-sensitive password of up to 80 character
ENA rcIpBgpPeerGroupRemovePrivateAs1.3.6.1.4.1.2272.1.8.101.11.1.19EnableValueread-createEnable and disable private AS number from being stripped when sending an update
ROW rcIpBgpPeerGroupRowStatus1.3.6.1.4.1.2272.1.8.101.11.1.20RowStatusread-createrow status
ENA rcIpBgpPeerGroupMD5Authentication1.3.6.1.4.1.2272.1.8.101.11.1.21EnableValueread-createEnable and Disable MD5 authentication
ENA rcIpBgpPeerGroupSendCommunity1.3.6.1.4.1.2272.1.8.101.11.1.22EnableValueread-createEnables or disables sending the update message community attribute to the specified peer.
IP rcIpBgpPeerGroupUpdateSourceInterface1.3.6.1.4.1.2272.1.8.101.11.1.23IpAddressread-createThe IP address to used for circuitless IP for this peer group.
ENA rcIpBgpPeerGroupVpnv4Address1.3.6.1.4.1.2272.1.8.101.11.1.24EnableValueread-createThe vpnv4 routes specified.
ENA rcIpBgpPeerGroupIpvpnLiteCap1.3.6.1.4.1.2272.1.8.101.11.1.25EnableValueread-createThe IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer group.
IP rcIpBgpPeerGroupSooAddress1.3.6.1.4.1.2272.1.8.101.11.1.26IpAddressread-createThe site-of-origin ipaddress.
I32 rcIpBgpPeerGroupSooAsNumber1.3.6.1.4.1.2272.1.8.101.11.1.27Integer32read-createThe asnum for site-of-origin for bgp peer group.
U32 rcIpBgpPeerGroupSooAssignedNum1.3.6.1.4.1.2272.1.8.101.11.1.28Unsigned32read-createThe Assigned number required along with asnum or address to configure the site-of-origin for bgp peer group.
INT rcIpBgpPeerGroupSooType1.3.6.1.4.1.2272.1.8.101.11.1.29INTEGERread-onlyThe soo type can be asnum or ipaddress.
ENA rcIpBgpPeerGroupRouteRefresh1.3.6.1.4.1.2272.1.8.101.11.1.30EnableValueread-createRoute refresh for bgp peer group.
ENA rcIpBgpPeerGroupAsOverride1.3.6.1.4.1.2272.1.8.101.11.1.31EnableValueread-createThe AS Override value can be enabled or disabled for bgp peer group.
I32 rcIpBgpPeerGroupAllowAsIn1.3.6.1.4.1.2272.1.8.101.11.1.32Integer32read-createThe number of as-in allowed for bgp peer group.
T/F rcIpBgpPeerGroupDefaultOriginateIpv61.3.6.1.4.1.2272.1.8.101.11.1.33TruthValueread-createEnabling this attribute allows a BGP speaker (the local router) to send the default route to the group of neighbors for use as a default route.
IPt rcIpBgpPeerGroupAfUpdateSourceInterfaceType1.3.6.1.4.1.2272.1.8.101.11.1.34InetAddressTyperead-createThe Inet address type used for circuitless IP for this peer group.
IP rcIpBgpPeerGroupAfUpdateSourceInterface1.3.6.1.4.1.2272.1.8.101.11.1.35InetAddressread-createThe Inet address to used for circuitless IP for this peer group.
ENA rcIpBgpPeerGroupIpv6Cap1.3.6.1.4.1.2272.1.8.101.11.1.36EnableValueread-createThe ipv6 capability can be enabled or disabled on the bgp neighbor peer group.
STR rcIpBgpPeerGroupIpv6RoutePolicyIn1.3.6.1.4.1.2272.1.8.101.11.1.37DisplayStringread-createIpv6 Route Policy Name that will be applied to all networks learned from this group of peers
STR rcIpBgpPeerGroupIpv6RoutePolicyOut1.3.6.1.4.1.2272.1.8.101.11.1.38DisplayStringread-createIpv6 Route policy name that will be applied to all outgoing updates to this group of peers
T/F rcIpBgpPeerGroupBfdEnable1.3.6.1.4.1.2272.1.8.101.11.1.39TruthValueread-createBfd can be enabled or disabled for bgp peer group.
I32 rcIpBgpRcvdDampenedPathAttrTableSize1.3.6.1.4.1.2272.1.8.101.12Integer32read-onlytable size
rcIpBgpRcvdDampenedPathAttrTable1.3.6.1.4.1.2272.1.8.101.13not-accessibleThis table contains info about paths to destination networks received from all BGP-4 peers
rcIpBgpDampenedPathAttrEntry1.3.6.1.4.1.2272.1.8.101.13.1not-accessibleInformation about a path to a networks
IP rcIpBgpPathAttrPeer1.3.6.1.4.1.2272.1.8.101.13.1.1IpAddressread-onlyThe IP address of the peer where the path info was learned
INT rcIpBgpPathAttrIpAddrPrefixLen1.3.6.1.4.1.2272.1.8.101.13.1.2INTEGERread-onlyLength in bits of the IP address prefix in the network Layer Reachablity Information field.
IP rcIpBgpPathAttrIpAddrPrefix1.3.6.1.4.1.2272.1.8.101.13.1.3IpAddressread-onlyAn Ip address prefix in the NLRI Information field. This object is an IP address containing the prefix with length specified by rcIpBgpPathAttrIpAddrPrefixLen are zeroed.
I32 rcIpBgpPathAttrFlapPenalty1.3.6.1.4.1.2272.1.8.101.13.1.4Integer32read-onlyPenalty value based on number of route flaps
I32 rcIpBgpPathAttrFlapCount1.3.6.1.4.1.2272.1.8.101.13.1.5Integer32read-onlyNumber of times a route flapped since the last time the penalty was reset to zero
INT rcIpBgpPathAttrRouteDampened1.3.6.1.4.1.2272.1.8.101.13.1.6INTEGERread-onlyShows whether this route is currently suppressed from being announced
I32 rcIpBgpPathAttrReuseTime1.3.6.1.4.1.2272.1.8.101.13.1.7Integer32read-onlyRe use time is the system configured time for route reuse
I32 rcIpBgpPathAttrReuseTimeRemain1.3.6.1.4.1.2272.1.8.101.13.1.8Integer32read-onlyRe use time Remain is the number of seconds before the route will be reused
I32 rcIpBgp4PathAttrTableSize1.3.6.1.4.1.2272.1.8.101.14Integer32read-onlytable size
rcIpBgp4PathAttrTable1.3.6.1.4.1.2272.1.8.101.15not-accessibleThis table contains info about paths to destination networks received from all BGP-4 peers
rcIpBgp4PathAttrEntry1.3.6.1.4.1.2272.1.8.101.15.1not-accessible
IP rcIpBgp4PathAttrPeer1.3.6.1.4.1.2272.1.8.101.15.1.1IpAddressread-onlyThe IP address of the peer where the path info was learned
INT rcIpBgp4PathAttrIpAddrPrefixLen1.3.6.1.4.1.2272.1.8.101.15.1.2INTEGERread-onlyLength in bits of the IP address prefix in the network Layer Reachablity Information field.
IP rcIpBgp4PathAttrIpAddrPrefix1.3.6.1.4.1.2272.1.8.101.15.1.3IpAddressread-onlyAn Ip address prefix in the NLRI Information field. This object is an IP address containing the prefix with length specified by rcIpBgpPathAttrIpAddrPrefixLen are zeroed.
OCT rcIpBgp4PathAttrCommunities1.3.6.1.4.1.2272.1.8.101.15.1.4OCTET STRINGread-onlyThe string represents community path attributes as The length is a 1-octet field containing the numbner of community numbers in the value field.The value field contains one or more Community numbers,each community is represented in the octet string as 4 octets.The community numbers in the string beyond maximum size 255,if any, will not be recorded by this object.
IP rcIpBgp4PathAttrOriginateId1.3.6.1.4.1.2272.1.8.101.15.1.5IpAddressread-onlyThe IP address of the route who originates the routes
OCT rcIpBgp4PathAttrClusterId1.3.6.1.4.1.2272.1.8.101.15.1.6OCTET STRINGread-onlyThe string represents Cluster Id path attributes as The length is a 1-octet field containing the number of Cluster Id numbers in the value field.The value field contains one or more Cluster Id numbers,each Cluster Id is represented in the octet string as 4 octets,each four octets is the IpAddress of the router acting as a route reflector.The Cluster Id numbers in the string beyond maximum size 255,if any, will not be recorded by this object.
rcIpBgpExt1.3.6.1.4.1.2272.1.8.101.16
U32 rcIpBgpExtAggregateAfTableSize1.3.6.1.4.1.2272.1.8.101.16.1Unsigned32read-onlySize of address family independent bgp aggregate table
rcIpBgpExtAggregateAfTable1.3.6.1.4.1.2272.1.8.101.16.2not-accessibleReplaces rcIpBgpAggregateTable. To specify the list of ipv4 and ipv6 aggregate prefixes to be created by the BGP routing process and the options to be used while aggregating.
rcIpBgpExtAggregateAfEntry1.3.6.1.4.1.2272.1.8.101.16.2.1not-accessibleAn entry of v4/v6 aggregate prefix to be created by BGP routing process and the options to be used while aggregating.
IPt rcIpBgpExtAggregateAfAddressType1.3.6.1.4.1.2272.1.8.101.16.2.1.1InetAddressTypenot-accessibleInet Address Type of aggregate address.
IP rcIpBgpExtAggregateAfAddress1.3.6.1.4.1.2272.1.8.101.16.2.1.2InetAddressnot-accessibleV4 or V6 Prefix to create an aggregate address in BGP routing table.
ADR rcIpBgpExtAggregateAfPrefixLen1.3.6.1.4.1.2272.1.8.101.16.2.1.3InetAddressPrefixLengthnot-accessiblePrefix length of the aggregate inet address
T/F rcIpBgpExtAggregateAfAsSetGenerate1.3.6.1.4.1.2272.1.8.101.16.2.1.4TruthValueread-createEnable Generates autonomous system set path information.
T/F rcIpBgpExtAggregateAfSummaryOnly1.3.6.1.4.1.2272.1.8.101.16.2.1.5TruthValueread-createFilters all more specific routes from updates.
STR rcIpBgpExtAggregateAfSuppressPolicy1.3.6.1.4.1.2272.1.8.101.16.2.1.6SnmpAdminStringread-createName of route policy used to select the routes to be suppressed.
STR rcIpBgpExtAggregateAfAdvertisePolicy1.3.6.1.4.1.2272.1.8.101.16.2.1.7SnmpAdminStringread-createName of route policy used to select the routes to create AS-SET origin communities.
STR rcIpBgpExtAggregateAfAttributePolicy1.3.6.1.4.1.2272.1.8.101.16.2.1.8SnmpAdminStringread-createName of route policy used to set the attribute of the aggregate route.
ROW rcIpBgpExtAggregateAfRowStatus1.3.6.1.4.1.2272.1.8.101.16.2.1.9RowStatusread-createRow status for create/delete.
U32 rcIpBgpExtNetworkAfTableSize1.3.6.1.4.1.2272.1.8.101.16.3Unsigned32read-onlyAddress family independent bgp Network Prefix table size
rcIpBgpExtNetworkAfTable1.3.6.1.4.1.2272.1.8.101.16.4not-accessibleThis table replaces rcIpBgpNetworkTable. This table supports V4 and V6 BGP networks. The networks in this table are either static/directly connected or learned routes. Bgp advertises these network provided they are reachable and are in the IP routing table
rcIpBgpExtNetworkAfEntry1.3.6.1.4.1.2272.1.8.101.16.4.1not-accessibleAn entry in bgp NetworkTable.
IPt rcIpBgpExtNetworkAfAddrType1.3.6.1.4.1.2272.1.8.101.16.4.1.1InetAddressTypenot-accessibleInet address type of the Network prefix that BGP will advertise.
IP rcIpBgpExtNetworkAfAddr1.3.6.1.4.1.2272.1.8.101.16.4.1.2InetAddressnot-accessiblev4/v6 Network prefix that BGP will advertise.
ADR rcIpBgpExtNetworkAfPrefixLen1.3.6.1.4.1.2272.1.8.101.16.4.1.3InetAddressPrefixLengthnot-accessiblePrefix length of the v4/v6 bgp network address
I32 rcIpBgpExtNetworkAfMetric1.3.6.1.4.1.2272.1.8.101.16.4.1.4Integer32read-createValue of the metric to be used while sending an update for the routes from the network table. Indicates to set the MED value for the routes advertised to ebgp Peers.
ROW rcIpBgpExtNetworkAfRowStatus1.3.6.1.4.1.2272.1.8.101.16.4.1.5RowStatusread-createRow status for create/delete.
U32 rcIpBgpExtPeerAfTableSize1.3.6.1.4.1.2272.1.8.101.16.5Unsigned32read-onlySize of Address family independent BGP Peer Table
rcIpBgpExtPeerAfTable1.3.6.1.4.1.2272.1.8.101.16.6not-accessibleExtension to the BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP Peers, which is not supported by the standard MIB draft. This table replaces rcIpBgpPeerTable.
rcIpBgpExtPeerAfEntry1.3.6.1.4.1.2272.1.8.101.16.6.1not-accessibleEntry containing miscelleneous information (info not present in the standard BGP peer table) about the connection with a remote BGP peer .
STR rcIpBgpExtPeerAfGroupName1.3.6.1.4.1.2272.1.8.101.16.6.1.1SnmpAdminStringread-createPeer group name to which this peer belongs (optional)
T/F rcIpBgpExtPeerAfDefaultOriginate1.3.6.1.4.1.2272.1.8.101.16.6.1.2TruthValueread-createTo allow a BGP speaker (the local router) to send the default route 0.0.0.0 to a neighbor for use as a default route
T/F rcIpBgpExtPeerAfDefaultOriginateIpv61.3.6.1.4.1.2272.1.8.101.16.6.1.3TruthValueread-createTo allow a BGP speaker (the local router) to Send the default ipv6 route to a neighbor for use as a default route
T/F rcIpBgpExtPeerAfEbgpMultiHop1.3.6.1.4.1.2272.1.8.101.16.6.1.4TruthValueread-createTo accept and attempt BGP connections to external peers residing on networks that are not directly connected
I32 rcIpBgpExtPeerAfAdvertisementInterval1.3.6.1.4.1.2272.1.8.101.16.6.1.5Integer32read-createTo set the minimum interval between the sending Of BGP routing updates Time in seconds. Integer from 5 to 120.
STR rcIpBgpExtPeerAfPassword1.3.6.1.4.1.2272.1.8.101.16.6.1.6SnmpAdminStringread-createTo enable MD5 authentication on a TCP connection between two BGP Peers Case-sensitive password of up to 80 character
I32 rcIpBgpExtPeerAfWeight1.3.6.1.4.1.2272.1.8.101.16.6.1.7Integer32read-createTo assign an absolute weight to a BGP network. It can be an integer from 0 to 65535.
I32 rcIpBgpExtPeerAfMaxPrefix1.3.6.1.4.1.2272.1.8.101.16.6.1.8Integer32read-createSets a limit on the number of routes that will be accepted from a neighbor. A value of zero indicates no limit
T/F rcIpBgpExtPeerAfNextHopSelf1.3.6.1.4.1.2272.1.8.101.16.6.1.9TruthValueread-createSet NextHop Attribute to local router address Before sending updates to remote peer
STR rcIpBgpExtPeerAfRoutePolicyIn1.3.6.1.4.1.2272.1.8.101.16.6.1.10SnmpAdminStringread-createRoute Policy Name that will be applied to all Networks learned from this peer
STR rcIpBgpExtPeerAfRoutePolicyOut1.3.6.1.4.1.2272.1.8.101.16.6.1.11SnmpAdminStringread-createRoute policy name that will be applied to all outgoing updates
T/F rcIpBgpExtPeerAfRouteReflectorClient1.3.6.1.4.1.2272.1.8.101.16.6.1.12TruthValueread-createIndicates whether this peer is a route reflector client.
T/F rcIpBgpExtPeerAfSoftReconfigurationIn1.3.6.1.4.1.2272.1.8.101.16.6.1.13TruthValueread-createIf Peer soft reconfiguration is enabled in the in-bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection. Enabling soft reconfig-in causes all bgp routes to be stored in local memory (even non-best routes)
INT rcIpBgpExtPeerAfSoftReconfiguration1.3.6.1.4.1.2272.1.8.101.16.6.1.14INTEGERread-createIf rcIpBgpExtPeerAfSoftReconfigurationIn is enabled in the in-bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection by setting rcIpBgpExtPeerAfSoftReconfiguration to in(1). Setting the value to out (2) forces the neighbor to send out all the updates to the remote neighbor without resetting the connection.
T/F rcIpBgpExtPeerAfRemovePrivateAs1.3.6.1.4.1.2272.1.8.101.16.6.1.15TruthValueread-createEnable and disable private AS number from being stripped when sending an update
T/F rcIpBgpExtPeerAfMD5Authentication1.3.6.1.4.1.2272.1.8.101.16.6.1.16TruthValueread-createEnable and Disable MD5 authentication
I32 rcIpBgpExtPeerAfDebugMask1.3.6.1.4.1.2272.1.8.101.16.6.1.17Integer32read-createvalue is one of multiple (logically by 'OR' of following value: none (0), error(1), packet(2), event(4), trace(8), warning(16), state(32), init(64), filter(128), update(256), all(511) all(511): Enables all debugging messages. none(0): Disables all debugging messages. error(1): Enables display of debug error messages. packet(2): Enables display of debug packet messages. event(4): Enables display of debug event messages. trace(8): Enables display debug trace messages. warning(16): Enables display debug warning messages. state(32): Enables display of debug state transition messages. init(64): Enables display of debug initialization messages. filter(128): Enables display of debug messages related to filtering. update(256): Enables display of debug messages related to sending and receiving updates.
T/F rcIpBgpExtPeerAfSendCommunity1.3.6.1.4.1.2272.1.8.101.16.6.1.18TruthValueread-createEnables or disables sending the update message community attribute to the specified peer.
IP rcIpBgpExtPeerAfUpdateSourceInterface1.3.6.1.4.1.2272.1.8.101.16.6.1.19InetAddressread-createThe Inet address to be used for Circuitless IP.
T/F rcIpBgpExtPeerAfVpnv4Address1.3.6.1.4.1.2272.1.8.101.16.6.1.20TruthValueread-createThe vpnv4 routes specified.
T/F rcIpBgpExtPeerAfIpv6Cap1.3.6.1.4.1.2272.1.8.101.16.6.1.21TruthValueread-createThe ipv6 capability can be enabled or disabled on the bgp neighbor peer.
T/F rcIpBgpExtPeerAfIpvpnLiteCap1.3.6.1.4.1.2272.1.8.101.16.6.1.22TruthValueread-createThe IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer.
IP rcIpBgpExtPeerAfSooAddress1.3.6.1.4.1.2272.1.8.101.16.6.1.23IpAddressread-createThe site-of-origin ip address.
I32 rcIpBgpExtPeerAfSooAsNumber1.3.6.1.4.1.2272.1.8.101.16.6.1.24Integer32read-createThe asnum for the site-of-origin for bgp peer.
U32 rcIpBgpExtPeerAfSooAssignedNum1.3.6.1.4.1.2272.1.8.101.16.6.1.25Unsigned32read-createThe Assigned number required along with asnum or address to configure the site-of-origin for bgp peer.
INT rcIpBgpExtPeerAfSooType1.3.6.1.4.1.2272.1.8.101.16.6.1.26INTEGERread-onlyThe soo type can be asnum or ipaddress.
T/F rcIpBgpExtPeerAfRouteRefresh1.3.6.1.4.1.2272.1.8.101.16.6.1.27TruthValueread-createRoute refresh for bgp peer.
T/F rcIpBgpExtPeerAfAsOverride1.3.6.1.4.1.2272.1.8.101.16.6.1.28TruthValueread-createThe AS Override value can be enabled or disabled for bgp peer.
I32 rcIpBgpExtPeerAfAllowAsIn1.3.6.1.4.1.2272.1.8.101.16.6.1.29Integer32read-createThe number of as-in allowed for bgp peer.
STR rcIpBgpExtPeerAfIpv6RoutePolicyIn1.3.6.1.4.1.2272.1.8.101.16.6.1.30SnmpAdminStringread-createIpv6 Route Policy Name that will be applied to all Networks learned from this peer
STR rcIpBgpExtPeerAfIpv6RoutePolicyOut1.3.6.1.4.1.2272.1.8.101.16.6.1.31SnmpAdminStringread-createIpv6 Route policy name that will be applied to all outgoing updates
T/F rcIpBgpExtPeerAfEnable1.3.6.1.4.1.2272.1.8.101.16.6.1.32TruthValueread-createUsed to enable/disable bgp+ peer
INE rcIpBgpExtPeerAfRemoteAs1.3.6.1.4.1.2272.1.8.101.16.6.1.33InetAutonomousSystemNumberread-createUsed to manually configure the remote as of the bgp+ peer.
U32 rcIpBgpExtPeerAfConnectRetryInterval1.3.6.1.4.1.2272.1.8.101.16.6.1.34Unsigned32read-createUsed to configure the ConnectRetry timer for the BGP+ peer.
U32 rcIpBgpExtPeerAfHoldTimeConfigured1.3.6.1.4.1.2272.1.8.101.16.6.1.35Unsigned32read-createUsed to configure the Hold Timer for the BGP+ peer.
U32 rcIpBgpExtPeerAfKeepAliveConfigured1.3.6.1.4.1.2272.1.8.101.16.6.1.36Unsigned32read-createUsed to configure the KeepAlive Timer for the BGP+ peer.
ROW rcIpBgpExtPeerAfRowStatus1.3.6.1.4.1.2272.1.8.101.16.6.1.37RowStatusread-createUsed to create/delete entries in the Table.
OCT rcIpBgpExtPeerAfNewRemoteAs1.3.6.1.4.1.2272.1.8.101.16.6.1.38OCTET STRINGread-createRemote Autonomous system number of this peer
T/F rcIpBgpExtPeerAfBfdEnable1.3.6.1.4.1.2272.1.8.101.16.6.1.39TruthValueread-createBFD Admin state flag.
rcIpBgpExtAfPathAttrTable1.3.6.1.4.1.2272.1.8.101.16.7not-accessibleExtension to rcIpBgpTmpAfPathAttrTable. This table contains info about additional BGP path attributes not covered in rcIpBgpTmpAfPathAttrTable.
rcIpBgpExtAfPathAttrEntry1.3.6.1.4.1.2272.1.8.101.16.7.1not-accessibleEach entry contains data about additional path attributes associated with a given prefix in the rcIpBgpTmpNlriTable.
OCT rcIpBgpExtAfPathAttrUnknown1.3.6.1.4.1.2272.1.8.101.16.7.1.1OCTET STRINGread-onlyReplaces bgp4PathAttrUnknown. One or more path attributes not understood by this BGP4 speaker. Size zero (0) indicates the absence of such attribute(s). Octets beyond the maximum size, if any, are not recorded by this object.
OCT rcIpBgpExtAfPathAttrCommunities1.3.6.1.4.1.2272.1.8.101.16.7.1.2OCTET STRINGread-onlyThe string represents BGP+ community path attributes as . The length is a 1-octet field containing the numbner of community numbers in the value field.The value field contains one or more Community numbers,each community is represented in the octet string as 4 octets.The community numbers in the string beyond maximum size 255,if any, will not be recorded by this object.
IP rcIpBgpExtAfPathAttrOriginateId1.3.6.1.4.1.2272.1.8.101.16.7.1.3IpAddressread-onlyIn a BGP+ context, the IP address of the router which originates the routes.
OCT rcIpBgpExtAfPathAttrClusterId1.3.6.1.4.1.2272.1.8.101.16.7.1.4OCTET STRINGread-onlyThe string represents BGP+ Cluster Id path attributes as . The length is a 1-octet field containing the number of Cluster Id numbers in the value field. The value field contains one or more Cluster Id numbers, each Cluster Id is represented in the octet string as 4 octets, each four octets is the IpAddress of the router acting as a route reflector.The Cluster Id numbers in the string beyond maximum size 255,if any, will not be recorded by this object.
rcIpBgpTmp1.3.6.1.4.1.2272.1.8.101.17
rcIpBgpTmpNotification1.3.6.1.4.1.2272.1.8.101.17.0
NTF rcIpBgpTmpEstablishedNotification1.3.6.1.4.1.2272.1.8.101.17.0.1The rcIpBgpTmpEstablishedNotification event is generated when the BGP FSM enters the established state. This Notification replaces the bgpEstablished Notification and has been replaced by rcIpBgpTmpAfEstablishedNotification.
NTF rcIpBgpTmpBackwardTransNotification1.3.6.1.4.1.2272.1.8.101.17.0.2The rcIpBgpBackwardTransNotification event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state. This Notification replaces the bgpBackwardsTransition Notification and has been replaced by rcIpBgpTmpAfBackwardsNotification.
NTF rcIpBgpTmpAfEstablishedNotification1.3.6.1.4.1.2272.1.8.101.17.0.3The BGP Established event is generated when the BGP FSM enters the established state.
NTF rcIpBgpTmpAfBackwardTransitionNotification1.3.6.1.4.1.2272.1.8.101.17.0.4The BGPBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state. Due to the nature of the BGP state machine, an implementation MAY rate limit the generation of this event. An implementation MAY also generate this notification ONLY when the state machine moves out of the established state. An implementation should document its specific behavior.
INE rcIpBgpTmpLocalAsNew1.3.6.1.4.1.2272.1.8.101.17.9InetAutonomousSystemNumberread-onlyThe local autonomous system number. This object supports 4 byte ASes and replaces bgpLocalAs.
rcIpBgpTmpPeerAf1.3.6.1.4.1.2272.1.8.101.17.10
rcIpBgpTmpPeerAfTable1.3.6.1.4.1.2272.1.8.101.17.10.1not-accessibleBGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers. This table replaces bgpPeerTable.
rcIpBgpTmpPeerAfEntry1.3.6.1.4.1.2272.1.8.101.17.10.1.1not-accessibleEntry containing information about the connection with a remote BGP peer.
U32 rcIpBgpTmpPeerAfInstance1.3.6.1.4.1.2272.1.8.101.17.10.1.1.1Unsigned32not-accessibleThe routing instance index. Some BGP implementations permit the creation of multiple instances of a BGP routing process. An example includes routers running BGP/MPLS IP Virtual Private Networks. Implementations that do not support multiple routing instances should return 1 for this object.
IPt rcIpBgpTmpPeerAfLocalAddrType1.3.6.1.4.1.2272.1.8.101.17.10.1.1.2InetAddressTypenot-accessibleThe address family of the local end of the peering session.
IP rcIpBgpTmpPeerAfLocalAddr1.3.6.1.4.1.2272.1.8.101.17.10.1.1.3InetAddressnot-accessibleThe local IP address of this entry's BGP connection.
IPt rcIpBgpTmpPeerAfRemoteAddrType1.3.6.1.4.1.2272.1.8.101.17.10.1.1.4InetAddressTypenot-accessibleThe address family of the remote end of the peering session.
IP rcIpBgpTmpPeerAfRemoteAddr1.3.6.1.4.1.2272.1.8.101.17.10.1.1.5InetAddressnot-accessibleThe remote IP address of this entry's BGP peer.
INE rcIpBgpTmpPeerAfLocalPort1.3.6.1.4.1.2272.1.8.101.17.10.1.1.6InetPortNumberread-onlyThe local port for the TCP connection between the BGP peers.
INE rcIpBgpTmpPeerAfLocalAs1.3.6.1.4.1.2272.1.8.101.17.10.1.1.7InetAutonomousSystemNumberread-onlySome implementations of BGP can represent themselves as multiple ASes. This is the AS that this peering session is representing itself as to the remote peer.
INE rcIpBgpTmpPeerAfRemotePort1.3.6.1.4.1.2272.1.8.101.17.10.1.1.8InetPortNumberread-onlyThe remote port for the TCP connection between the BGP peers. Note that the objects rcIpBgpTmpPeerAfLocalAddr, rcIpBgpTmpPeerAfLocalPort, rcIpBgpTmpPeerAfRemoteAddr and rcIpBgpTmpPeerAfRemotePort provide the appropriate reference to the standard MIB TCP connection table, or even the ipv6 TCP MIB as in RFC 4022.
INE rcIpBgpTmpPeerAfRemoteAs1.3.6.1.4.1.2272.1.8.101.17.10.1.1.9InetAutonomousSystemNumberread-onlyThe remote autonomous system number received in the BGP OPEN message.
OID rcIpBgpTmpPeerAfIdentifier1.3.6.1.4.1.2272.1.8.101.17.10.1.1.10RcIpBgpTmpIdentifierTCread-onlyThe BGP Identifier of this entry's remote BGP peer. This entry should be 0.0.0.0 unless the rcIpBgpTmpPeerAfPeerState is in the openconfirm or the established state.
INT rcIpBgpTmpPeerAfAdminStatus1.3.6.1.4.1.2272.1.8.101.17.10.1.1.11INTEGERread-onlyWhether or not the BGP FSM for this remote peer is halted or running. The BGP FSM for a remote peer is halted after processing a Stop event. Likewise, it is in the running state after a Start event. The rcIpBgpTmpPeerAfState will generally be in the idle state when the FSM is halted, although some extensions such as Graceful Restart will leave the peer in the Idle state but with the FSM running.
INT rcIpBgpTmpPeerAfPeerState1.3.6.1.4.1.2272.1.8.101.17.10.1.1.12INTEGERread-onlyThe BGP peer connection state.
U32 rcIpBgpTmpPeerAfConfiguredVersion1.3.6.1.4.1.2272.1.8.101.17.10.1.1.13Unsigned32read-onlyThe configured version to originally start with this remote peer. The BGP speaker may permit negotiation to a lower version number of the protocol.
U32 rcIpBgpTmpPeerAfNegotiatedVersion1.3.6.1.4.1.2272.1.8.101.17.10.1.1.14Unsigned32read-onlyThe negotiated version of BGP running between the two peers. This entry MUST be zero (0) unless the rcIpBgpTmpPeerAfState is in the openconfirm or the established state. Note that legal values for this object are between 0 and 255.
rcIpBgpTmpPeerAfErrors1.3.6.1.4.1.2272.1.8.101.17.10.2
rcIpBgpTmpPeerAfErrorsTable1.3.6.1.4.1.2272.1.8.101.17.10.2.1not-accessibleOn a per-peer basis, this table reflects the last protocol-defined error encountered and reported on the peer session. If no entry for a given peer exists in this table, then no such errors have been observed, reported, and recorded on the session.
rcIpBgpTmpPeerAfErrorsEntry1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1not-accessibleEach entry contains information about errors sent and received for a particular BGP peer.
OCT rcIpBgpTmpPeerAfLastErrorCodeReceived1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.1OCTET STRINGread-onlyThe last error code received from this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero.
OCT rcIpBgpTmpPeerAfLastErrorSubCodeReceived1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.2OCTET STRINGread-onlyThe last subcode received from this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero.
TIM rcIpBgpTmpPeerAfLastErrorReceivedTime1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.3TimeStampread-onlyThe timestamp that the last NOTIFICATION was received from this peer.
STR rcIpBgpTmpPeerAfLastErrorReceivedText1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.4SnmpAdminStringread-onlyThis object contains an implementation specific explanation of the error that was reported.
OCT rcIpBgpTmpPeerAfLastErrorReceivedData1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.5OCTET STRINGread-onlyThe last error code's data seen by this peer. Per RFC 2578, some implementations may have limitations dealing with OCTET STRINGS larger than 255. Thus, this data may be truncated.
OCT rcIpBgpTmpPeerAfLastErrorCodeSent1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.6OCTET STRINGread-onlyThe last error code sent to this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero.
OCT rcIpBgpTmpPeerAfLastErrorSubCodeSent1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.7OCTET STRINGread-onlyThe last subcode sent to this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero.
TIM rcIpBgpTmpPeerAfLastErrorSentTime1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.8TimeStampread-onlyThe timestamp that the last NOTIFICATION was sent to this peer.
STR rcIpBgpTmpPeerAfLastErrorSentText1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.9SnmpAdminStringread-onlyThis object contains an implementation specific explanation of the error that is being reported.
OCT rcIpBgpTmpPeerAfLastErrorSentData1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.10OCTET STRINGread-onlyThe last error code's data sent to this peer. Per RFC 2578, some implementations may have limitations dealing with OCTET STRINGS larger than 255. Thus, this data may be truncated.
rcIpBgpTmpPeerAfTimers1.3.6.1.4.1.2272.1.8.101.17.10.3
rcIpBgpTmpPeerAfEventTimesTable1.3.6.1.4.1.2272.1.8.101.17.10.3.1not-accessibleA table reporting the per-peering session amount of time elapsed and update events since the peering session advanced into the established state.
rcIpBgpTmpPeerAfEventTimesEntry1.3.6.1.4.1.2272.1.8.101.17.10.3.1.1not-accessibleEach row contains a set of statistics about time spent and events encountered in the peer session established state.
G32 rcIpBgpTmpPeerAfFsmEstablishedTime1.3.6.1.4.1.2272.1.8.101.17.10.3.1.1.1Gauge32read-onlyThis timer indicates how long (in seconds) this peer has been in the established state or how long since this peer was last in the established state. It is set to zero when a new peer is configured or when the router is booted. If the peer has never reached the established state, the value remains zero.
G32 rcIpBgpTmpPeerAfInUpdatesElapsedTime1.3.6.1.4.1.2272.1.8.101.17.10.3.1.1.2Gauge32read-onlyElapsed time (in seconds) since the last BGP UPDATE message was received from the peer. Each time bgpPeerInUpdates is incremented, the value of this object is set to zero (0).
rcIpBgpTmpPeerAfConfiguredTimersTable1.3.6.1.4.1.2272.1.8.101.17.10.3.2not-accessiblePer peer management data on BGP session timers.
rcIpBgpTmpPeerAfConfiguredTimersEntry1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1not-accessibleEach entry corresponds to the current state of BGP timers on a given peering session.
U32 rcIpBgpTmpPeerAfConnectRetryInterval1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.1Unsigned32read-onlyTime interval (in seconds) for the ConnectRetry timer. The suggested value for this timer is 120 seconds.
U32 rcIpBgpTmpPeerAfHoldTimeConfigured1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.2Unsigned32read-onlyTime interval (in seconds) for the Hold Timer established with the peer. The value of this object is calculated by this BGP speaker, using the smaller of the values in bgpPeerHoldTimeConfigured and the Hold Time received in the OPEN message. This value must be at least three seconds if it is not zero (0). If the Hold Timer has not been established with the peer this object MUST have a value of zero (0). If the bgpPeerHoldTimeConfigured object has a value of (0), then this object MUST have a value of (0).
U32 rcIpBgpTmpPeerAfKeepAliveConfigured1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.3Unsigned32read-onlyTime interval (in seconds) for the KeepAlive timer configured for this BGP speaker with this peer. The value of this object will only determine the KEEPALIVE messages' frequency relative to the value specified in bgpPeerHoldTimeConfigured; the actual time interval for the KEEPALIVE messages is indicated by bgpPeerKeepAlive. A reasonable maximum value for this timer would be one third of that of bgpPeerHoldTimeConfigured. If the value of this object is zero (0), no periodic KEEPALIVE messages are sent to the peer after the BGP connection has been established. The suggested value for this timer is 30 seconds.
U32 rcIpBgpTmpPeerAfMinASOrigInterval1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.4Unsigned32read-onlyTime interval (in seconds) for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds.
U32 rcIpBgpTmpPeerAfMinRouteAdverInterval1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.5Unsigned32read-onlyTime interval (in seconds) for the MinRouteAdvertisementInterval timer. The suggested value for this timer is 30 seconds for EBGP connections and 5 seconds for IBGP connections.
rcIpBgpTmpPeerAfNegotiatedTimersTable1.3.6.1.4.1.2272.1.8.101.17.10.3.3not-accessibleConfigured values of per-peer timers are seen in the rcIpBgpTmpPeerAfConfiguredTimersTable. Values in this table reflect the current operational values, after negotiation from values derived from initial configuration.
rcIpBgpTmpPeerAfNegotiatedTimersEntry1.3.6.1.4.1.2272.1.8.101.17.10.3.3.1not-accessibleEach entry reflects a value of the currently operational, negotiated timer as reflected in the rcIpBgpTmpPeerAfNegotiatedTimersEntry.
U32 rcIpBgpTmpPeerAfHoldTime1.3.6.1.4.1.2272.1.8.101.17.10.3.3.1.1Unsigned32read-onlyThe value of this object is calculated by this BGP Speaker as being; zero (0) - if this was the value sent by the peer and this value is permitted by this BGP Speaker. In this case, no keepalive messages are sent and the Hold Timer is not set. At least three (3). This value is the smaller of the value sent by this peer in the OPEN message and rcIpBgpTmpPeerAfHoldTimeConfigured for this peer. This value is only defined when the peering session is in the Established state.
U32 rcIpBgpTmpPeerAfKeepAlive1.3.6.1.4.1.2272.1.8.101.17.10.3.3.1.2Unsigned32read-onlyTime interval in seconds for the KeepAlive timer established with the peer. The value of this object is calculated by this BGP speaker such that, when compared with rcIpBgpTmpPeerAfHoldTime, it has the same proportion as what rcIpBgpTmpPeerAfKeepAliveConfigured has when compared with rcIpBgpTmpPeerAfHoldTimeConfigured. If the value of this object is zero (0), it indicates that the KeepAlive timer has not been established with the peer, or, the value of rcIpBgpTmpPeerAfKeepAliveConfigured is zero (0). This value is only defined when the peering session is in the Established state.
rcIpBgpTmpPeerAfCounters1.3.6.1.4.1.2272.1.8.101.17.10.4
rcIpBgpTmpPeerAfCountersTable1.3.6.1.4.1.2272.1.8.101.17.10.4.1not-accessibleThe counters associated with a BGP Peer.
rcIpBgpTmpPeerAfCountersEntry1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1not-accessibleEach entry contains counters of message transmissions and FSM transitions for a given BGP Peering session.
C32 rcIpBgpTmpPeerAfInUpdates1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.1Counter32read-onlyThe number of BGP UPDATE messages received on this connection.
C32 rcIpBgpTmpPeerAfOutUpdates1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.2Counter32read-onlyThe number of BGP UPDATE messages transmitted on this connection.
C32 rcIpBgpTmpPeerAfInTotalMessages1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.3Counter32read-onlyThe total number of messages received from the remote peer on this connection.
C32 rcIpBgpTmpPeerAfOutTotalMessages1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.4Counter32read-onlyThe total number of messages transmitted to the remote peer on this connection.
C32 rcIpBgpTmpPeerAfFsmEstablishedTransitions1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.5Counter32read-onlyThe total number of times the BGP FSM transitioned into the established state for this peer.
rcIpBgpTmpRib1.3.6.1.4.1.2272.1.8.101.17.11
rcIpBgpTmpNlriTable1.3.6.1.4.1.2272.1.8.101.17.11.1not-accessibleThe BGP-4 Received Path Attribute Table contains information about paths to destination networks received from all BGP4 peers. Collectively, this represents the Adj-Ribs-In. The route where rcIpBgpTmpNlriBest is true represents, for this NLRI, the route that is installed in the LocRib from the Adj-Ribs-In.
rcIpBgpTmpNlriEntry1.3.6.1.4.1.2272.1.8.101.17.11.1.1not-accessibleInformation about a path to a network.
U32 rcIpBgpTmpNlriIndex1.3.6.1.4.1.2272.1.8.101.17.11.1.1.1Unsigned32not-accessibleThis index allows for multiple instances of a base prefix for a certain AFI-SAFI from a given peer. This is currently useful for two things: 1. Allowing for a peer in future implementations to send more than a single route instance. 2. Allow for extensions which extend the NLRI field to send the same prefix while utilizing other extension specific information. An example of this is RFC 3107 - Carrying MPLS labels in BGP.
ADR rcIpBgpTmpNlriAfi1.3.6.1.4.1.2272.1.8.101.17.11.1.1.2RcIpBgpTmpAddressFamilyIdentifierTCnot-accessibleThe address family of the prefix for this NLRI. Note that the AFI is not necessarily equivalent to the an InetAddressType.
ADR rcIpBgpTmpNlriSafi1.3.6.1.4.1.2272.1.8.101.17.11.1.1.3RcIpBgpTmpSubsequentAddressFamilyIdentifierTCnot-accessibleThe subsequent address family of the prefix for this NLRI
IPt rcIpBgpTmpNlriPrefixType1.3.6.1.4.1.2272.1.8.101.17.11.1.1.4InetAddressTyperead-onlyThe type of the IP address prefix in the Network Layer Reachability Information field. The value of this object is derived from the appropriate value from the rcIpBgpTmpNlriAfi field. Where an appropriate InetAddressType is not available, the value of the object must be unknown(0).
IP rcIpBgpTmpNlriPrefix1.3.6.1.4.1.2272.1.8.101.17.11.1.1.5InetAddressnot-accessibleAn IP address prefix in the Network Layer Reachability Information field. This object is an IP address containing the prefix with length specified by rcIpBgpTmpAfPathAttrAddrPrefixLen. Any bits beyond the length specified by rcIpBgpTmpAfPathAttrAddrPrefixLen are zeroed.
ADR rcIpBgpTmpNlriPrefixLen1.3.6.1.4.1.2272.1.8.101.17.11.1.1.6InetAddressPrefixLengthnot-accessibleLength in bits of the address prefix in the Network Layer Reachability Information field.
T/F rcIpBgpTmpNlriBest1.3.6.1.4.1.2272.1.8.101.17.11.1.1.7TruthValueread-onlyAn indication of whether or not this route was chosen as the best BGP4 route for this destination.
U32 rcIpBgpTmpNlriCalcLocalPref1.3.6.1.4.1.2272.1.8.101.17.11.1.1.8Unsigned32read-onlyThe degree of preference calculated by the receiving BGP4 speaker for an advertised route. In the case where this prefix is ineligible, this object will be absent.
U32 rcIpBgpTmpAfPathAttrIndex1.3.6.1.4.1.2272.1.8.101.17.11.1.1.9Unsigned32read-onlyThis value is a unique index for entries in the rcIpBgpTmpAfPathAttrTable. It is assigned by the agent at the point of creation of the rcIpBgpTmpAfPathAttrTable row entry. While its value is guaranteed to be unique at any time, it is otherwise opaque to the management application with respect to its value or the contiguity of rcIpBgpTmpAfPathAttrIndex row instance values across rows of the rcIpBgpTmpAfPathAttrTable. Note well that this index is used to distinguish unique sets of Path Attributes sent as part of BGP NLRI. The implementor is thus encouraged to make this index unique per set of all received path attributes. This value may be used to index tables in extension MIBs that share the property of belonging to the same received Path Attribute tuple.
U32 rcIpBgpTmpAfPathAttrUnknownIndex1.3.6.1.4.1.2272.1.8.101.17.11.1.1.10Unsigned32read-onlyThis value is a unique index for entries in the rcIpBgpTmpAfPathAttrUnknownTable. It is assigned by the agent at the point of creation of the rcIpBgpTmpAfPathAttrUnknownTable row entry. While its value is guaranteed to be unique at any time, it is otherwise opaque to the management application with respect to its value or the contiguity of rcIpBgpTmpAfPathAttrUnknownIndex row instance values across rows of the rcIpBgpTmpAfPathAttrUnknownTable.
C32 rcIpBgpTmpAfPathAttrCounter1.3.6.1.4.1.2272.1.8.101.17.11.3Counter32read-onlyThe number of entries in the rcIpBgpTmpAfPathAttrTable.
rcIpBgpTmpAfPathAttrTable1.3.6.1.4.1.2272.1.8.101.17.11.4not-accessibleProvides per advertised network-prefix attribute data, as advertised over a peering session.
rcIpBgpTmpAfPathAttrEntry1.3.6.1.4.1.2272.1.8.101.17.11.4.1not-accessibleEach entry contains data about path attributes associated with a given prefix in the rcIpBgpTmpNlriTable.
INT rcIpBgpTmpAfPathAttrOrigin1.3.6.1.4.1.2272.1.8.101.17.11.4.1.1INTEGERread-onlyThe ultimate origin of the path information.
IPt rcIpBgpTmpAfPathAttrNextHopAddrType1.3.6.1.4.1.2272.1.8.101.17.11.4.1.2InetAddressTyperead-onlyThe address family of the address for the border router that should be used to access the destination network.
IP rcIpBgpTmpAfPathAttrNextHopAddr1.3.6.1.4.1.2272.1.8.101.17.11.4.1.3InetAddressread-onlyThe address of the border router that should be used to access the destination network. This address is the nexthop address received in the UPDATE packet associated with this prefix. Note that for RFC2545 style double nexthops, this object will always contain the global scope nexthop. bgpPathAttrLinkLocalNextHop will contain the linklocal scope nexthop, if it is present. In the case a mechanism is developed to use only a link local nexthop, rcIpBgpTmpAfPathAttrNextHopAddr will contain the link local nexthop.
IPt rcIpBgpTmpAfPathAttrLinkLocalNextHopAddrType1.3.6.1.4.1.2272.1.8.101.17.11.4.1.4InetAddressTyperead-onlyThe address type for IPv6 link local addresses. This is present only when receiving RFC 2545 style double nexthops. This object is optionally present in BGP implementations that do not support IPv6.
IP rcIpBgpTmpAfPathAttrLinkLocalNextHopAddr1.3.6.1.4.1.2272.1.8.101.17.11.4.1.5InetAddressread-onlyThis value contains an IPv6 link local address and is present only when receiving RFC 2545 style double nexthops. This object is optionally present in BGP implementations that do not support IPv6.
T/F rcIpBgpTmpAfPathAttrMedPresent1.3.6.1.4.1.2272.1.8.101.17.11.4.1.6TruthValueread-onlyThis value is true when the MED value was sent in the UPDATE message.
U32 rcIpBgpTmpAfPathAttrMed1.3.6.1.4.1.2272.1.8.101.17.11.4.1.7Unsigned32read-onlyThis metric is used to discriminate between multiple exit points to an adjacent autonomous system. When the MED value is absent but has a calculated default value, this object will contain the calculated value.
U32 rcIpBgpTmpAfPathAttrLocalPref1.3.6.1.4.1.2272.1.8.101.17.11.4.1.8Unsigned32read-onlyThe originating BGP4 speakers degree of preference for an advertised route. If the route was not sent with a LOCAL_PREF value, this object will be absent.
INT rcIpBgpTmpAfPathAttrAtomicAggregate1.3.6.1.4.1.2272.1.8.101.17.11.4.1.9INTEGERread-onlyWhen this object is set to atomicAggregatePresent, the ATOMIC_AGGREGATE Path Attribute is present and indicates that the NLRI MUST NOT be made more specific.
INE rcIpBgpTmpAfPathAttrAggregatorAS1.3.6.1.4.1.2272.1.8.101.17.11.4.1.10InetAutonomousSystemNumberread-onlyThe AS number of the last BGP4 speaker that performed route aggregation. If the AGGREGATOR path attribute is absent, this object will not be present in the conceptual row.
OID rcIpBgpTmpAfPathAttrAggregatorAddr1.3.6.1.4.1.2272.1.8.101.17.11.4.1.11RcIpBgpTmpIdentifierTCread-onlyThe IP address of the last BGP4 speaker that performed route aggregation. If the AGGREGATOR path attribute is absent, this object will not be present in the conceptual row.
U32 rcIpBgpTmpAsPathCalcLength1.3.6.1.4.1.2272.1.8.101.17.11.4.1.12Unsigned32read-onlyThis value represents the calculated length of the AS Path according to the rules of the BGP specification. This value is used in route selection.
U32 rcIpBgpTmpAsPathIndex1.3.6.1.4.1.2272.1.8.101.17.11.4.1.13Unsigned32read-onlyThis value is a unique index for the decomposed AS Path in the rcIpBgpTmpAsPathTable. It is assigned by the agent at the point of creation of the rcIpBgpTmpAsPathTable row entry. While its value is guaranteed to be unique at any time, it is otherwise opaque to the management application with respect to its value or the contiguity of rcIpBgpTmpAsPathIndex row instance values across rows of the rcIpBgpTmpAsPathTable.
STR rcIpBgpTmpAsPathString1.3.6.1.4.1.2272.1.8.101.17.11.4.1.14SnmpAdminStringread-onlyThis is a string depicting the autonomous system path to this network which was received from the peer which advertised it. The format of the string is implementation-dependent, and should be designed for operator readability. Note that SnmpAdminString is only capable of representing a maximum of 255 characters. This may lead to the string being truncated in the presence of a large AS Path. The rcIpBgpTmpAsPathTable will give access to the full AS Path.
rcIpBgpTmpExtensions1.3.6.1.4.1.2272.1.8.101.17.12
rcIpMpls1.3.6.1.4.1.2272.1.8.102
rcIpMplsIfTable1.3.6.1.4.1.2272.1.8.102.20not-accessibleA table used to maintain MPLS information for a particular interface.
rcIpMplsIfEntry1.3.6.1.4.1.2272.1.8.102.20.1not-accessibleEntry containing MPLS information. An entry is automatically created in this table when MPLS is enabled for an interface -or- when an ip address is configured on an interface.
NUM rcIpMplsIfIfIndex1.3.6.1.4.1.2272.1.8.102.20.1.1InterfaceIndexOrZeronot-accessibleAn unique value to identify a physical interface or a logical interface (VLAN).
ENA rcIpMplsIfLdpAdminState1.3.6.1.4.1.2272.1.8.102.20.1.2EnableValueread-createIndicates whether LDP is enabled on the interface.
U32 rcIpMplsIfLdpSessionKeepAlive1.3.6.1.4.1.2272.1.8.102.20.1.3Unsigned32read-createConfigures the LDP Session keep alive on the interface. The value 0 is used to indicate a global value. If 0 the interface will use the LDP global value. If greater than 0 this value will override the LDP global value.
U32 rcIpMplsIfLdpHelloHoldTime1.3.6.1.4.1.2272.1.8.102.20.1.4Unsigned32read-createConfigures the LDP hello hold time on the interface. If 0 the interface will use the LDP global value. If greater than 0 this value will override the LDP global value.
INT rcIpMplsIfLdpTransportAddr1.3.6.1.4.1.2272.1.8.102.20.1.5INTEGERread-createConfigures the transport address of the LDP lsp. If not set then transport address will be the MPLS router id.
INT rcIpMplsIfLdpImportPolicy1.3.6.1.4.1.2272.1.8.102.20.1.6INTEGERread-createConfigures the LDP import policy behavior. If set to host-only then only host will import policies. If set to all then all interfaces will import policies.
ENA rcIpMplsIfRsvpAdminState1.3.6.1.4.1.2272.1.8.102.20.1.7EnableValueread-createIndicates whether RSVP is enabled on the interface.
INT rcIpMplsIfRefreshReduction1.3.6.1.4.1.2272.1.8.102.20.1.8INTEGERread-createIndicates whether RSVP refresh reduction is enabled or not. If set to global, refresh reduction will take the global RSVP refresh reduction value.
U32 rcIpMplsIfRefreshInterval1.3.6.1.4.1.2272.1.8.102.20.1.9Unsigned32read-createConfigures the RSVP refresh interval on the interface. If set to zero, the refresh interval will default to the global rsvp refresh interval.
U32 rcIpMplsIfRefreshMultiplier1.3.6.1.4.1.2272.1.8.102.20.1.10Unsigned32read-createConfigures the RSVP refresh multiplier for the interface. If set to zero, the refresh interval will default to to global rsvp refresh multiplier.
U32 rcIpMplsIfRsvpHelloInterval1.3.6.1.4.1.2272.1.8.102.20.1.11Unsigned32read-createConfigures the RSVP hello interval on the interface. If 0 the interface will use the RSVP global value. If greater than 0 this value will override the RSVP global value.
INT rcIpMplsIfMessageBundling1.3.6.1.4.1.2272.1.8.102.20.1.12INTEGERread-createIndicates whether RSVP message bundling is enabled or not. If set to global, message bundling will take the global RSVP message bundling value.
U32 rcIpMplsIfMtu1.3.6.1.4.1.2272.1.8.102.20.1.13Unsigned32read-createConfigures the mtu of the mpls interface. The value cannot exceed that of the system mtu size.
ROW rcIpMplsIfRowStatus1.3.6.1.4.1.2272.1.8.102.20.1.14RowStatusread-createUsed to create/delete entries
rcIpInterVrfStaticRoute1.3.6.1.4.1.2272.1.8.103
I32 rcIpInterVrfStaticRouteTableSize1.3.6.1.4.1.2272.1.8.103.1Integer32read-onlysize of Ip Static Route Table.
rcIpInterVrfStaticRouteTable1.3.6.1.4.1.2272.1.8.103.2not-accessibleThis table is used to add static IP routes to the device. Routes added into this table will automatically show-up in the 'rcIpRouteTable' when the device is actively using the route to forward IP traffic.
rcIpInterVrfStaticRouteEntry1.3.6.1.4.1.2272.1.8.103.2.1not-accessibleA static route to a particular destination.
OID rcIpInterVrfStaticRouteOwnerVrfId1.3.6.1.4.1.2272.1.8.103.2.1.1VrfIdentifiernot-accessibleOwner VRF id of the static route
IP rcIpInterVrfStaticRouteDest1.3.6.1.4.1.2272.1.8.103.2.1.2IpAddressnot-accessibleThe destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
IP rcIpInterVrfStaticRouteMask1.3.6.1.4.1.2272.1.8.103.2.1.3IpAddressnot-accessibleIndicate the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the rcIpRouteMask by determining whether the value of the correspondent rcIpRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the rcIpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism.
IP rcIpInterVrfStaticRouteNextHop1.3.6.1.4.1.2272.1.8.103.2.1.4IpAddressnot-accessibleThe IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface).
INT rcIpInterVrfStaticRouteMetric1.3.6.1.4.1.2272.1.8.103.2.1.5INTEGERread-writeThe primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rcIpRouteProto value. If this metric is not used, its value should be set to -1.
NUM rcIpInterVrfStaticRouteIfIndex1.3.6.1.4.1.2272.1.8.103.2.1.6InterfaceIndexread-onlyThe index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
INT rcIpInterVrfStaticRoutePreference1.3.6.1.4.1.2272.1.8.103.2.1.7INTEGERread-writeUsed to indicate the route preference of this entry. If there are more than one route that can be used to forward IP traffic, the route that has a highest preference will be used instead of a lower preference one. The higher the number, the higher the preference.
T/F rcIpInterVrfStaticRouteEnable1.3.6.1.4.1.2272.1.8.103.2.1.8TruthValueread-writeUsed to enable/disable this entry.
INT rcIpInterVrfStaticRouteStatus1.3.6.1.4.1.2272.1.8.103.2.1.9INTEGERread-onlyUsed to indicate the current status of this entry.
ROW rcIpInterVrfStaticRouteRowStatus1.3.6.1.4.1.2272.1.8.103.2.1.10RowStatusread-writeUsed to create/delete entries
T/F rcIpInterVrfStaticRouteLocalNextHop1.3.6.1.4.1.2272.1.8.103.2.1.11TruthValueread-writeUsed to enable/disable this entry. True indicate that the static route becomes active only if switch has a local route to the network. False indicates that the static route becomes active if switch has a local route or dynamic route.
OID rcIpInterVrfStaticRouteNextHopVrfId1.3.6.1.4.1.2272.1.8.103.2.1.12VrfIdentifierread-writeUsed to indicate nhVrfId in inter-VRF static-route configuration
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 seconds. 0 means that hold off timer is disabled.
rcIpStaticMRoute1.3.6.1.4.1.2272.1.8.105
rcIpStaticMRouteMib1.3.6.1.4.1.2272.1.8.105.1
rcIpStaticMRouteNotifications1.3.6.1.4.1.2272.1.8.105.1.0
rcIpStaticMRouteObjects1.3.6.1.4.1.2272.1.8.105.1.1
rcIpStaticMRouteTable1.3.6.1.4.1.2272.1.8.105.1.1.1not-accessibleThis table is used by multicast routing protocols, i.e PIM-SM, PIM-SSM, MSDP and is not visible to any other L2/L3 Protocols. It provides the flexibility of separating the paths for unicast and multicast streams. Any route addition to this table will not affect the switching and/or routing of IP unicast packets.
rcIpStaticMRouteEntry1.3.6.1.4.1.2272.1.8.105.1.1.1.1not-accessibleA static MRoute to a particular destination.
IPt rcIpStaticMRouteIpAddressType1.3.6.1.4.1.2272.1.8.105.1.1.1.1.1InetAddressTypenot-accessibleThe address type of Static MRoute IP address.
IP rcIpStaticMRouteIpAddress1.3.6.1.4.1.2272.1.8.105.1.1.1.1.2InetAddressnot-accessibleStatic MRoute IP address denotes the destination network for which the route is being added.
ADR rcIpStaticMRouteMask1.3.6.1.4.1.2272.1.8.105.1.1.1.1.3InetAddressPrefixLengthnot-accessibleDenotes the IP subnet mask of the Static MRoute.
IPt rcIpStaticMRouteRpfAddressType1.3.6.1.4.1.2272.1.8.105.1.1.1.1.4InetAddressTypenot-accessibleThe address type of Static MRoute Rpf address.
IP rcIpStaticMRouteRpfAddress1.3.6.1.4.1.2272.1.8.105.1.1.1.1.5InetAddressnot-accessibleRPF address is the same as the nexthop in unicast Static IP route table. The RPF address denotes the RPF neighbor towards RP/Source.
U32 rcIpStaticMRoutePreference1.3.6.1.4.1.2272.1.8.105.1.1.1.1.6Unsigned32read-createStatic MRoute Preference is the administrative distance for the given route. When unicast routing table and the multicast-static IP route table have different routes for the same destination network, then this administrative distance is compared with that of the protocol that contributed the route in unicast routing table. By providing administrative distance for every route, we are giving flexibility to the administrator to choose different distances for different networks.
T/F rcIpStaticMRouteEnable1.3.6.1.4.1.2272.1.8.105.1.1.1.1.7TruthValueread-createThis denotes the status of the route in this table. It can either be enabled/disabled.
ROW rcIpStaticMRouteRowStatus1.3.6.1.4.1.2272.1.8.105.1.1.1.1.8RowStatusread-createCreation and deletion of the row entry.
rcIpEcmp1.3.6.1.4.1.2272.1.8.106
rcIpEcmpMib1.3.6.1.4.1.2272.1.8.106.1
rcIpEcmpObjects1.3.6.1.4.1.2272.1.8.106.1.1
rcIpEcmpRouteTable1.3.6.1.4.1.2272.1.8.106.1.1.1not-accessibleThis is used to get the ECMP route for a given pair of source IP and destination IP addresses.
rcIpEcmpRouteEntry1.3.6.1.4.1.2272.1.8.106.1.1.1.1not-accessibleAn entry of rcIpEcmpRouteTable.
IP rcIpEcmpRouteSrcIp1.3.6.1.4.1.2272.1.8.106.1.1.1.1.1IpAddressnot-accessibleSource IP
IP rcIpEcmpRouteDstIp1.3.6.1.4.1.2272.1.8.106.1.1.1.1.2IpAddressnot-accessibleDestination IP
IP rcIpEcmpRouteDstMask1.3.6.1.4.1.2272.1.8.106.1.1.1.1.3IpAddressnot-accessibleDestination IP mask
IP rcIpEcmpRouteNextHopLegacy1.3.6.1.4.1.2272.1.8.106.1.1.1.1.4IpAddressread-onlyNext-hop address if the ingress port is on a legacy card.
IP rcIpEcmpRouteNextHopRMod1.3.6.1.4.1.2272.1.8.106.1.1.1.1.5IpAddressread-onlyNext-hop address if the ingress port is on a R-Mod card.
rcIPClearArpRecordTable1.3.6.1.4.1.2272.1.8.107not-accessibleTable used to clear an IP ARP Record.
rcIPClearArpRecordEntry1.3.6.1.4.1.2272.1.8.107.1not-accessibleIP Clear ARP Record Table Entry
IP rcIPClearArpRecordIpAddr1.3.6.1.4.1.2272.1.8.107.1.1IpAddressnot-accessibleIP Address that needs to be cleared.
INT rcIPClearArpRecordVlanId1.3.6.1.4.1.2272.1.8.107.1.2INTEGERnot-accessibleVlan Id where the ARP record has to be cleared.
T/F rcIPClearArpRecordLCForceDelete1.3.6.1.4.1.2272.1.8.107.1.3TruthValueread-writeBy default, when LCForceDelete (Line Card Force Delete) is set to false, if the ARP record is not found on the CP, then no message will be sent to the line-card. When LCForceDelete is set to true, a message will be sent to the line-card even when the ARP record is not found on the CP.
rcIPClearIPMCRecordTable1.3.6.1.4.1.2272.1.8.108not-accessibleTable used to clear an IP MC Record.
rcIPClearIPMCRecordEntry1.3.6.1.4.1.2272.1.8.108.1not-accessibleIP Clear IP MC Record Table Entry
IP rcIPClearIPMCRecordGroup1.3.6.1.4.1.2272.1.8.108.1.1IpAddressnot-accessibleThe IP Multicast Group Address.
INT rcIPClearIPMCRecordVlanId1.3.6.1.4.1.2272.1.8.108.1.2INTEGERnot-accessibleVlan Id where the IP MC record has to be cleared.
IP rcIPClearIPMCRecordSource1.3.6.1.4.1.2272.1.8.108.1.3IpAddressread-writeThe Source IP Address.
T/F rcIPClearIPMCRecordLCForceDelete1.3.6.1.4.1.2272.1.8.108.1.4TruthValueread-writeBy default, when LCForceDelete (Line Card Force Delete) is set to false, if the IP MC record is not found on the CP, then no message will be sent to the line-card. When LCForceDelete is set to true, a message will be sent to the line-card even when the IP MC record is not found on the CP.
rcIpMulticastSquareSmlt1.3.6.1.4.1.2272.1.8.109
T/F rcIpMulticastSquareSmltEnable1.3.6.1.4.1.2272.1.8.109.1TruthValueread-writeEnable/Disable multicast Square Smlt.
rcArp1.3.6.1.4.1.2272.1.9
I32 rcArpExtLifeTime1.3.6.1.4.1.2272.1.9.1Integer32read-writeThe lifetime in minutues of an ARP entry within the system.
rcArpExtTable1.3.6.1.4.1.2272.1.9.2not-accessibleARP extension table. This table augments the standard ipNetToMediaTable defined in RFC1213.
rcArpExtEntry1.3.6.1.4.1.2272.1.9.2.1not-accessibleEntry containing Proprietary ARP information. An entry is automatically created in this table when an ip address is configured on an interface.
NUM rcArpExtEntIfIndex1.3.6.1.4.1.2272.1.9.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.
INT rcArpExtEntDoProxy1.3.6.1.4.1.2272.1.9.2.1.2INTEGERread-writeEnable or disable ARP proxy responses on the specified interface.
INT rcArpExtEntDoResp1.3.6.1.4.1.2272.1.9.2.1.3INTEGERread-writeEnable or disable the sending of ARP responses on the specified interface.
INT rcArpExtEntDoFlood1.3.6.1.4.1.2272.1.9.2.1.4INTEGERread-writeEnable or disable flooding of ARP responses for NLBS Virtual Mac on the specified interface.
rcArpExtV2Table1.3.6.1.4.1.2272.1.9.3not-accessibleARP extension table. This table augments the standard ipNetToMediaTable defined in RFC1213.
rcArpExtV2Entry1.3.6.1.4.1.2272.1.9.3.1not-accessibleEntry containing Proprietary ARP information. An entry is automatically created in this table when an ip address is configured on an interface.
NUM rcArpExtV2EntIfIndex1.3.6.1.4.1.2272.1.9.3.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 rcArpExtV2EntIpIfAddr1.3.6.1.4.1.2272.1.9.3.1.2IpAddressread-onlyIp Address
INT rcArpExtV2EntDoProxy1.3.6.1.4.1.2272.1.9.3.1.3INTEGERread-writeEnable or disable ARP proxy responses on the specified interface.
INT rcArpExtV2EntDoResp1.3.6.1.4.1.2272.1.9.3.1.4INTEGERread-writeEnable or disable the sending of ARP responses on the specified interface.
rcRip1.3.6.1.4.1.2272.1.10
INT rcRipExtOperation1.3.6.1.4.1.2272.1.10.1INTEGERread-writeEnable or disable the operation of RIP on all Interfaces.
I32 rcRipExtUpdateTime1.3.6.1.4.1.2272.1.10.2Integer32read-writeThe time between transmission of RIP updates on all interfaces.
rcRipExtTable1.3.6.1.4.1.2272.1.10.3not-accessibleRIP extension table. This table augments the standard IfConfTable table in RFC1389.
rcRipExtEntry1.3.6.1.4.1.2272.1.10.3.1not-accessibleEntry containing Proprietary RIP information. An entry is automatically created in this table when an ip address is configured on an interface.
NUM rcRipExtEntIfIndex1.3.6.1.4.1.2272.1.10.3.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.
INT rcRipExtEntTalk1.3.6.1.4.1.2272.1.10.3.1.2INTEGERread-writeEnable or disable RIP transmission on the specified interface.
INT rcRipExtEntListen1.3.6.1.4.1.2272.1.10.3.1.3INTEGERread-writeEnable or disable RIP reception on the specified interface.
INT rcRipExtEntPoison1.3.6.1.4.1.2272.1.10.3.1.4INTEGERread-writeEnable or disable operation of poison reverse on the specified interface. If poison is disabled, split-horizon operation is enabled.
rcRipExtV2Table1.3.6.1.4.1.2272.1.10.4not-accessibleRIP extension table. This table augments the standard IfConfTable table in RFC1389.
rcRipExtV2Entry1.3.6.1.4.1.2272.1.10.4.1not-accessibleEntry containing Proprietary RIP information. An entry is automatically created in this table when an ip address is configured on an interface.
NUM rcRipExtV2EntIfIndex1.3.6.1.4.1.2272.1.10.4.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 rcRipExtV2EntIpIfAddr1.3.6.1.4.1.2272.1.10.4.1.2IpAddressread-onlyIp Address.
INT rcRipExtV2EntTalk1.3.6.1.4.1.2272.1.10.4.1.3INTEGERread-writeEnable or disable RIP transmission on the specified interface.
INT rcRipExtV2EntListen1.3.6.1.4.1.2272.1.10.4.1.4INTEGERread-writeEnable or disable RIP reception on the specified interface.
INT rcRipExtV2EntPoison1.3.6.1.4.1.2272.1.10.4.1.5INTEGERread-writeEnable or disable operation of poison reverse on the specified interface. If poison is disabled, split-horizon operation is enabled.
rcTest1.3.6.1.4.1.2272.1.11
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
rcStat1.3.6.1.4.1.2272.1.12
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-only
C32 rcStatStgInTcnBpdus1.3.6.1.4.1.2272.1.12.1.1.17Counter32read-only
C32 rcStatStgInBadBpdus1.3.6.1.4.1.2272.1.12.1.1.18Counter32read-only
C32 rcStatStgOutConfigBpdus1.3.6.1.4.1.2272.1.12.1.1.19Counter32read-only
C32 rcStatStgOutTcnBpdus1.3.6.1.4.1.2272.1.12.1.1.20Counter32read-only
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.
rcStatGigTable1.3.6.1.4.1.2272.1.12.2not-accessibleA table used to store Gigport error statistics.
rcStatGigEntry1.3.6.1.4.1.2272.1.12.2.1not-accessibleGigabit interface error counters
NUM rcStatGigPortIndex1.3.6.1.4.1.2272.1.12.2.1.1InterfaceIndexread-onlyAn index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
C32 rcStatGigLinkFailures1.3.6.1.4.1.2272.1.12.2.1.2Counter32read-onlyThe total number of link failures encountered on this interface.
C32 rcStatGigPacketErrors1.3.6.1.4.1.2272.1.12.2.1.3Counter32read-onlyThe total number of packet errors encountered on this interface.
C32 rcStatGigCarrierErrors1.3.6.1.4.1.2272.1.12.2.1.4Counter32read-onlyThe total number of carrier errors encountered on this interface.
C32 rcStatGigLinkInactiveErrors1.3.6.1.4.1.2272.1.12.2.1.5Counter32read-onlyThe total number of link inactive errors encountered on this interface.
C32 rcStatGigInFlowCtrlPkts1.3.6.1.4.1.2272.1.12.2.1.6Counter32read-onlyThe total number of flow control packets received by this interface.
C32 rcStatGigOutFlowCtrlPkts1.3.6.1.4.1.2272.1.12.2.1.7Counter32read-onlyThe total number of flow control packets transmitted by this interface.
rcStatOspf1.3.6.1.4.1.2272.1.12.3
C32 rcStatOspfBuffersAllocated1.3.6.1.4.1.2272.1.12.3.1Counter32read-onlyUsed to indicate the number of buffers allocated for OSPF.
C32 rcStatOspfBuffersFreed1.3.6.1.4.1.2272.1.12.3.2Counter32read-onlyUsed to indicate the number of buffers that are freed by the OSPF.
C32 rcStatOspfBufferAllocFailures1.3.6.1.4.1.2272.1.12.3.3Counter32read-onlyUsed to indicate the number of times that OSPF has failed to allocate buffers.
C32 rcStatOspfBufferFreeFailures1.3.6.1.4.1.2272.1.12.3.4Counter32read-onlyUsed to indicate the number of times that OSPF has failed to free buffers.
C32 rcStatOspfTxPackets1.3.6.1.4.1.2272.1.12.3.5Counter32read-onlyUsed to indicate the number of packets transmitted by OSPF.
C32 rcStatOspfRxPackets1.3.6.1.4.1.2272.1.12.3.6Counter32read-onlyUsed to indicate the number of packets received by OSPF.
C32 rcStatOspfTxDropPackets1.3.6.1.4.1.2272.1.12.3.7Counter32read-onlyUsed to indicate the number of packets dropped before transmitted by OSPF.
C32 rcStatOspfRxDropPackets1.3.6.1.4.1.2272.1.12.3.8Counter32read-onlyUsed to indicate the number of packets dropped before received by OSPF.
C32 rcStatOspfRxBadPackets1.3.6.1.4.1.2272.1.12.3.9Counter32read-onlyUsed to indicate the number of packets received by OSPF that are bad.
C32 rcStatOspfSpfRuns1.3.6.1.4.1.2272.1.12.3.10Counter32read-onlyUsed to indicate the total number of SPF calculatations performed by OSPF, which also includes the number of partial route table calculation for Incremental Updates.
TIK rcStatOspfLastSpfRun1.3.6.1.4.1.2272.1.12.3.11TimeTicksread-onlyUsed to indicate the time(SysUpTime) since the last spf calculated by OSPF.
C32 rcStatOspfLsdbTblSize1.3.6.1.4.1.2272.1.12.3.12Counter32read-onlyUsed to indicate the number of entries in the linkstate database table.
C32 rcStatOspfRoutes1.3.6.1.4.1.2272.1.12.3.13Counter32read-onlyUsed to indicate the number of OSPF routes added to RTM.
C32 rcStatOspfAdjacencies1.3.6.1.4.1.2272.1.12.3.14Counter32read-onlyUsed to indicate the number of adjacencies existing.
C32 rcStatOspfAreas1.3.6.1.4.1.2272.1.12.3.15Counter32read-onlyUsed to indicate the number of areas configured
rcStatIgmp1.3.6.1.4.1.2272.1.12.4
C32 rcStatIgmpInMsgs1.3.6.1.4.1.2272.1.12.4.1Counter32read-onlyUsed to indicate the number of Igmp packets received by the device.
C32 rcStatIgmpInErrors1.3.6.1.4.1.2272.1.12.4.2Counter32read-onlyUsed to indicate the number of Igmp packets received that are with checksum errors.
C32 rcStatIgmpInQueries1.3.6.1.4.1.2272.1.12.4.3Counter32read-onlyUsed to indicate the number of Igmp queries received by the device.
C32 rcStatIgmpInReports1.3.6.1.4.1.2272.1.12.4.4Counter32read-onlyUsed to indicate the number of Igmp reports received by the device.
C32 rcStatIgmpInLeaves1.3.6.1.4.1.2272.1.12.4.5Counter32read-onlyUsed to indicate the number of Igmp Leaves received by the device.
C32 rcStatIgmpInvalid1.3.6.1.4.1.2272.1.12.4.6Counter32read-onlyUsed to indicate the number of Igmp packets received by the device that contained invalid type.
C32 rcStatIgmpOutMsgs1.3.6.1.4.1.2272.1.12.4.7Counter32read-onlyUsed to indicate the number of Igmp queries sent by the device.
rcStatOspfIfTable1.3.6.1.4.1.2272.1.12.5not-accessibleA table used to store OSPF interface statistics.
rcStatOspfIfEntry1.3.6.1.4.1.2272.1.12.5.1not-accessibleOspf interface statistics
NUM rcStatOspfIfIndex1.3.6.1.4.1.2272.1.12.5.1.1InterfaceIndexOrZeroread-onlyAn unique value that is used to identify a physical interface.
C32 rcStatOspfIfRxHellos1.3.6.1.4.1.2272.1.12.5.1.2Counter32read-onlyUsed to indicate the number hello packets received by this interface.
C32 rcStatOspfIfRxDBDescrs1.3.6.1.4.1.2272.1.12.5.1.3Counter32read-onlyUsed to indicate the number database descriptor packets received by this interface.
C32 rcStatOspfIfRxLSUpdates1.3.6.1.4.1.2272.1.12.5.1.4Counter32read-onlyUsed to indicate the number Link state update packets received by this interface.
C32 rcStatOspfIfRxLSReqs1.3.6.1.4.1.2272.1.12.5.1.5Counter32read-onlyUsed to indicate the number Link state request packets received by this interface.
C32 rcStatOspfIfRxLSAcks1.3.6.1.4.1.2272.1.12.5.1.6Counter32read-onlyUsed to indicate the number Link state acknowlege packets received by this interface.
C32 rcStatOspfIfTxHellos1.3.6.1.4.1.2272.1.12.5.1.7Counter32read-onlyUsed to indicate the number hello packets transmitted by this interface.
C32 rcStatOspfIfTxDBDescrs1.3.6.1.4.1.2272.1.12.5.1.8Counter32read-onlyUsed to indicate the number database descriptor packets transmitted by this interface.
C32 rcStatOspfIfTxLSUpdates1.3.6.1.4.1.2272.1.12.5.1.9Counter32read-onlyUsed to indicate the number Link state update packets transmitted by this interface.
C32 rcStatOspfIfTxLSReqs1.3.6.1.4.1.2272.1.12.5.1.10Counter32read-onlyUsed to indicate the number Link state request packets transmitted by this interface.
C32 rcStatOspfIfTxLSAcks1.3.6.1.4.1.2272.1.12.5.1.11Counter32read-onlyUsed to indicate the number Link state acknowlege packets transmitted by this interface.
C32 rcStatOspfIfVersionMismatches1.3.6.1.4.1.2272.1.12.5.1.12Counter32read-onlyUsed to indicate the number version mismatches received by this interface.
C32 rcStatOspfIfAreaMismatches1.3.6.1.4.1.2272.1.12.5.1.13Counter32read-onlyUsed to indicate the number area mismatches received by this interface.
C32 rcStatOspfIfAuthTypeMismatches1.3.6.1.4.1.2272.1.12.5.1.14Counter32read-onlyUsed to indicate the number AuthType mismatches received by this interface.
C32 rcStatOspfIfAuthFailures1.3.6.1.4.1.2272.1.12.5.1.15Counter32read-onlyUsed to indicate the number Authentication failures.
C32 rcStatOspfIfNetMaskMismatches1.3.6.1.4.1.2272.1.12.5.1.16Counter32read-onlyUsed to indicate the number net mask mismatches received by this interface.
C32 rcStatOspfIfHelloIntervalMismatches1.3.6.1.4.1.2272.1.12.5.1.17Counter32read-onlyUsed to indicate the number hello interval mismatches received by this interface.
C32 rcStatOspfIfDeadIntervalMismatches1.3.6.1.4.1.2272.1.12.5.1.18Counter32read-onlyUsed to indicate the number dead interval mismatches received by this interface.
C32 rcStatOspfIfOptionMismatches1.3.6.1.4.1.2272.1.12.5.1.19Counter32read-onlyUsed to indicate the number options mismatches received by this interface.
rcStatMlt1.3.6.1.4.1.2272.1.12.6
rcStatMltIfExtnTable1.3.6.1.4.1.2272.1.12.6.1not-accessibleA table used to store Mlt interface statistics.
rcStatMltIfExtnEntry1.3.6.1.4.1.2272.1.12.6.1.1not-accessibleMlt interface statistics
INT rcStatMltIfExtnMltId1.3.6.1.4.1.2272.1.12.6.1.1.1INTEGERread-onlyMlt Id
C32 rcStatMltIfExtnIfInMulticastPkts1.3.6.1.4.1.2272.1.12.6.1.1.2Counter32read-onlymulti-pkts to upper
C32 rcStatMltIfExtnIfInBroadcastPkts1.3.6.1.4.1.2272.1.12.6.1.1.3Counter32read-onlybroad-pkts to upper
C32 rcStatMltIfExtnIfOutMulticastPkts1.3.6.1.4.1.2272.1.12.6.1.1.4Counter32read-onlymulti-pkts from upper
C32 rcStatMltIfExtnIfOutBroadcastPkts1.3.6.1.4.1.2272.1.12.6.1.1.5Counter32read-onlybroad-pkts from upper
C64 rcStatMltIfExtnIfHCInOctets1.3.6.1.4.1.2272.1.12.6.1.1.6Counter64read-onlyThe total number of octets received on the MLT interface, including framing characters.
C64 rcStatMltIfExtnIfHCInUcastPkts1.3.6.1.4.1.2272.1.12.6.1.1.7Counter64read-onlyThe number of packets delivered by this MLT to a higher MLT that were not addressed to a nulticast or broadcase address at this sublayer.
C64 rcStatMltIfExtnIfHCInMulticastPkt1.3.6.1.4.1.2272.1.12.6.1.1.8Counter64read-onlyThe number of packets delivered to this MLT that were addressed to a nulticast address at this sublayer. For a MAC layer protocol, this number includes both Group and Functional addresses.
C64 rcStatMltIfExtnIfHCInBroadcastPkt1.3.6.1.4.1.2272.1.12.6.1.1.9Counter64read-onlyThe number of packets delivered to this MLT that were addressed to a broadcast address at this sublayer.
C64 rcStatMltIfExtnIfHCOutOctets1.3.6.1.4.1.2272.1.12.6.1.1.10Counter64read-onlyThe total number of octets transmitted out of the MLT interface, including framing characters.
C64 rcStatMltIfExtnIfHCOutUcastPkts1.3.6.1.4.1.2272.1.12.6.1.1.11Counter64read-onlyThe number of packets that hight-level protocols requested be transmitted that were not addressed to a multicast address at this MLT. This total number includes those packets discarded or unsent.
C64 rcStatMltIfExtnIfHCOutMulticast1.3.6.1.4.1.2272.1.12.6.1.1.12Counter64read-onlyThe total number of packets that hight-level protocols requested be transmitted, and that were addressed to a multicast address at this MLT, including those that were discarded or not sent. For a MAC layer protocol, this number includes both Group and Functional addresses.
C64 rcStatMltIfExtnIfHCOutBroadcast1.3.6.1.4.1.2272.1.12.6.1.1.13Counter64read-onlyThe total number of packets that hight-level protocols requested be transmitted, and that were addressed to a broadcase address at this MLT, including those that were discarded or not sent.
rcStatMltEtherTable1.3.6.1.4.1.2272.1.12.6.2not-accessibleA table used to store Mlt Ethernet statistics.
rcStatMltEtherEntry1.3.6.1.4.1.2272.1.12.6.2.1not-accessibleMlt enternet statistics
INT rcStatMltEtherMltId1.3.6.1.4.1.2272.1.12.6.2.1.1INTEGERread-onlyA value that uniquely identifies the Multi-Link Trunk associated with this entry.
C32 rcStatMltEtherAlignmentErrors1.3.6.1.4.1.2272.1.12.6.2.1.2Counter32read-onlyA count of frames received on a particular MLT that are not an integral number of octets in length and do not pass the FCS check. The count represented by an instance of this object is incremented when the alignmentError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions occur are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
C32 rcStatMltEtherFCSErrors1.3.6.1.4.1.2272.1.12.6.2.1.3Counter32read-onlyA count of frames received on an MLT that are an integral number of octets in length but do not pass the FCS check. The count represented by an instance of this object is incremented when the frameCheckError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions occur are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
C32 rcStatMltEtherSingleCollFrames1.3.6.1.4.1.2272.1.12.6.2.1.4Counter32read-onlyA count of successfully transmitted frames on a particular MLT for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this objects is also counted by the corresponding instance of either the ifOutUcastPkts, ifOutMulticastPkts, or ifOutBroadcastPkts, and it not counted by the corresponding instance of the MultipleCollisionFrames object.
C32 rcStatMltEtherMultipleCollFrames1.3.6.1.4.1.2272.1.12.6.2.1.5Counter32read-onlyA count of successfully transmitted frames on a particular MLT for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts, ifOutMulticastPkts, or ifOutBroadcastPkts, and is not counted by the corresponding instance of the SingleCollisionFrames objects.
C32 rcStatMltEtherSQETestError1.3.6.1.4.1.2272.1.12.6.2.1.6Counter32read-onlyA count of times that the SQE TEST ERROR message is generated by the PLS sublayer for a particular MLT. SQE stands for Signal Quality Error.
C32 rcStatMltEtherDeferredTransmiss1.3.6.1.4.1.2272.1.12.6.2.1.7Counter32read-onlyA count of frames for which the first transmission attempt on a particular MLT is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions.
C32 rcStatMltEtherLateCollisions1.3.6.1.4.1.2272.1.12.6.2.1.8Counter32read-onlyThe number of times that a collision is detected on a particular MLT later than 512 bit-times (64 octets) into the transmission of a packet. Five hundred and twelve bit-times corresponds to 51.2 microseconds on a 10 mb/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics.
C32 rcStatMltEtherExcessiveCollis1.3.6.1.4.1.2272.1.12.6.2.1.9Counter32read-onlyA count of frames for which transmission on a particular MLT fails due to excessive collisions.
C32 rcStatMltEtherIMacTransmitError1.3.6.1.4.1.2272.1.12.6.2.1.10Counter32read-onlyA count of frames for which transmission on a particular MLT fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the LateCollisions object, the ExcessiveCollisions object, or the CarrierSenseError object.
C32 rcStatMltEtherCarrierSenseError1.3.6.1.4.1.2272.1.12.6.2.1.11Counter32read-onlyThe number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular MLT. The count represented by an instance of this object is incremented at most once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt.
C32 rcStatMltEtherFrameTooLong1.3.6.1.4.1.2272.1.12.6.2.1.12Counter32read-onlyA count of frames received on a particular MLT that exceed the maximum permitted size (1518 octets). The count represented by an instance os this object is incremented when the frame TooLong status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions occur are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
C32 rcStatMltEtherIMacReceiveError1.3.6.1.4.1.2272.1.12.6.2.1.13Counter32read-onlyA count of frames for which reception on a particular MLT fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the FrameTooLongs object, the AlignmentErrors object, of the FCSErrors objects. The precise meaning of the count represented by an instance of this object is implementation specific. In particular, an instance of this object may represent a count of receive errors on a particular interface that are not otherwise counted.
rcStatMltIpTable1.3.6.1.4.1.2272.1.12.6.3not-accessibleA table used to store Mlt Ip statistics.
rcStatMltIpEntry1.3.6.1.4.1.2272.1.12.6.3.1not-accessibleMlt enternet statistics
INT rcStatMltIpMltId1.3.6.1.4.1.2272.1.12.6.3.1.1INTEGERread-onlyMlt Id
C32 rcStatMltIpInReceives1.3.6.1.4.1.2272.1.12.6.3.1.2Counter32read-onlyall incoming packets
C32 rcStatMltIpInHdrErrors1.3.6.1.4.1.2272.1.12.6.3.1.3Counter32read-onlyhdr errors detected
C32 rcStatMltIpInAddrErrors1.3.6.1.4.1.2272.1.12.6.3.1.4Counter32read-onlybad dest. ip addr
C32 rcStatMltIpForwDatagrams1.3.6.1.4.1.2272.1.12.6.3.1.5Counter32read-onlypackets forwarded
C32 rcStatMltIpInUnknownProtos1.3.6.1.4.1.2272.1.12.6.3.1.6Counter32read-onlyunsupported protocol
C32 rcStatMltIpInDiscards1.3.6.1.4.1.2272.1.12.6.3.1.7Counter32read-onlygood, but no buffer
C32 rcStatMltIpInDelivers1.3.6.1.4.1.2272.1.12.6.3.1.8Counter32read-onlypkts delivered to upper
C32 rcStatMltIpOutRequest1.3.6.1.4.1.2272.1.12.6.3.1.9Counter32read-onlypkts received from upper
C32 rcStatMltIpOutDiscards1.3.6.1.4.1.2272.1.12.6.3.1.10Counter32read-onlygood, but no buffer
C32 rcStatMltIpOutNoRoutes1.3.6.1.4.1.2272.1.12.6.3.1.11Counter32read-onlyno route to destination
C32 rcStatMltIpReasmReqds1.3.6.1.4.1.2272.1.12.6.3.1.12Counter32read-onlyfragments to reassem
C32 rcStatMltIpReasmOKs1.3.6.1.4.1.2272.1.12.6.3.1.13Counter32read-onlyreassembled successfully
C32 rcStatMltIpReasmFails1.3.6.1.4.1.2272.1.12.6.3.1.14Counter32read-onlyreassembly failures
C32 rcStatMltIpFragOKs1.3.6.1.4.1.2272.1.12.6.3.1.15Counter32read-onlyfragment successfully
C32 rcStatMltIpFragFails1.3.6.1.4.1.2272.1.12.6.3.1.16Counter32read-onlyfragment failure
C32 rcStatMltIpFragCreates1.3.6.1.4.1.2272.1.12.6.3.1.17Counter32read-onlypkts due to fragmenting
C32 rcStatMltIpRoutingDiscards1.3.6.1.4.1.2272.1.12.6.3.1.18Counter32read-onlyRoute entries removed
C32 rcStatSmltIstDownCnt1.3.6.1.4.1.2272.1.12.6.4Counter32read-onlyCounters that counts how the session between the two peering switches has done down since last boot.
C32 rcStatSmltHelloTxMsgCnt1.3.6.1.4.1.2272.1.12.6.5Counter32read-onlyCounters that counts the tx hello msg.
C32 rcStatSmltHelloRxMsgCnt1.3.6.1.4.1.2272.1.12.6.6Counter32read-onlyCounters that counts the rx hello msg.
C32 rcStatSmltLearnMacAddrTxMsgCnt1.3.6.1.4.1.2272.1.12.6.7Counter32read-onlyCounters that counts the tx learn Mac Address msg.
C32 rcStatSmltLearnMacAddrRxMsgCnt1.3.6.1.4.1.2272.1.12.6.8Counter32read-onlyCounters that counts the rx learn Mac Address msg.
C32 rcStatSmltMacAddrAgeOutTxMsgCnt1.3.6.1.4.1.2272.1.12.6.9Counter32read-onlyCounters that counts the tx Mac Address Aging Out msg.
C32 rcStatSmltMacAddrAgeOutRxMsgCnt1.3.6.1.4.1.2272.1.12.6.10Counter32read-onlyCounters that counts the rx Mac Address Aging Out msg.
C32 rcStatSmltMacAddrAgeExpTxMsgCnt1.3.6.1.4.1.2272.1.12.6.11Counter32read-onlyCounters that counts the tx Mac Address age expired msg.
C32 rcStatSmltMacAddrAgeExpRxMsgCnt1.3.6.1.4.1.2272.1.12.6.12Counter32read-onlyCounters that counts the rx Mac Address age expired msg.
C32 rcStatSmltStgInfoTxMsgCnt1.3.6.1.4.1.2272.1.12.6.13Counter32read-onlyCounters that counts the tx Stg information msg.
C32 rcStatSmltStgInfoRxMsgCnt1.3.6.1.4.1.2272.1.12.6.14Counter32read-onlyCounters that counts the rx Stg information msg.
C32 rcStatSmltDelMacAddrTxMsgCnt1.3.6.1.4.1.2272.1.12.6.15Counter32read-onlyCounters that counts the tx deleted MAC address msg.
C32 rcStatSmltDelMacAddrRxMsgCnt1.3.6.1.4.1.2272.1.12.6.16Counter32read-onlyCounters that counts the rx deleted MAC address msg.
C32 rcStatSmltSmltDownTxMsgCnt1.3.6.1.4.1.2272.1.12.6.17Counter32read-onlyCounters that counts the tx Smlt Down msg.
C32 rcStatSmltSmltDownRxMsgCnt1.3.6.1.4.1.2272.1.12.6.18Counter32read-onlyCounters that counts the rx Smlt Down msg.
C32 rcStatSmltSmltUpTxMsgCnt1.3.6.1.4.1.2272.1.12.6.19Counter32read-onlyCounters that counts the tx Smlt Up msg.
C32 rcStatSmltSmltUpRxMsgCnt1.3.6.1.4.1.2272.1.12.6.20Counter32read-onlyCounters that counts the rx Smlt Up msg.
C32 rcStatSmltSendMacTblTxMsgCnt1.3.6.1.4.1.2272.1.12.6.21Counter32read-onlyCounters that counts the tx Send Mac Table msg.
C32 rcStatSmltSendMacTblRxMsgCnt1.3.6.1.4.1.2272.1.12.6.22Counter32read-onlyCounters that counts the rx Send Mac Table msg.
C32 rcStatSmltIgmpTxMsgCnt1.3.6.1.4.1.2272.1.12.6.23Counter32read-onlyCounters that counts the tx Igmp msg.
C32 rcStatSmltIgmpRxMsgCnt1.3.6.1.4.1.2272.1.12.6.24Counter32read-onlyCounters that counts the rx Igmp msg.
C32 rcStatSmltPortDownTxMsgCnt1.3.6.1.4.1.2272.1.12.6.25Counter32read-onlyCounters that counts the tx port down msg.
C32 rcStatSmltPortDownRxMsgCnt1.3.6.1.4.1.2272.1.12.6.26Counter32read-onlyCounters that counts the rx port down msg.
C32 rcStatSmltReqMacTblTxMsgCnt1.3.6.1.4.1.2272.1.12.6.27Counter32read-onlyCounters that counts the tx request Mac table msg.
C32 rcStatSmltReqMacTblRxMsgCnt1.3.6.1.4.1.2272.1.12.6.28Counter32read-onlyCounters that counts the rx request Mac table msg.
C32 rcStatSmltRxUnknownMsgTypeCnt1.3.6.1.4.1.2272.1.12.6.29Counter32read-onlyCounters that counts the rx unknown msg type.
rcStatOspfIfV2Table1.3.6.1.4.1.2272.1.12.7not-accessibleA table used to store OSPF interface statistics.
rcStatOspfIfV2Entry1.3.6.1.4.1.2272.1.12.7.1not-accessibleOspf interface statistics
NUM rcStatOspfIfV2Index1.3.6.1.4.1.2272.1.12.7.1.1InterfaceIndexOrZeroread-onlyAn unique value that is used to identify a physical interface.
IP rcStatOspfIfV2Addr1.3.6.1.4.1.2272.1.12.7.1.2IpAddressread-onlyIp Address
C32 rcStatOspfIfV2RxHellos1.3.6.1.4.1.2272.1.12.7.1.3Counter32read-onlyUsed to indicate the number hello packets received by this interface.
C32 rcStatOspfIfV2RxDBDescrs1.3.6.1.4.1.2272.1.12.7.1.4Counter32read-onlyUsed to indicate the number database descriptor packets received by this interface.
C32 rcStatOspfIfV2RxLSUpdates1.3.6.1.4.1.2272.1.12.7.1.5Counter32read-onlyUsed to indicate the number Link state update packets received by this interface.
C32 rcStatOspfIfV2RxLSReqs1.3.6.1.4.1.2272.1.12.7.1.6Counter32read-onlyUsed to indicate the number Link state request packets received by this interface.
C32 rcStatOspfIfV2RxLSAcks1.3.6.1.4.1.2272.1.12.7.1.7Counter32read-onlyUsed to indicate the number Link state acknowlege packets received by this interface.
C32 rcStatOspfIfV2TxHellos1.3.6.1.4.1.2272.1.12.7.1.8Counter32read-onlyUsed to indicate the number hello packets transmitted by this interface.
C32 rcStatOspfIfV2TxDBDescrs1.3.6.1.4.1.2272.1.12.7.1.9Counter32read-onlyUsed to indicate the number database descriptor packets transmitted by this interface.
C32 rcStatOspfIfV2TxLSUpdates1.3.6.1.4.1.2272.1.12.7.1.10Counter32read-onlyUsed to indicate the number Link state update packets transmitted by this interface.
C32 rcStatOspfIfV2TxLSReqs1.3.6.1.4.1.2272.1.12.7.1.11Counter32read-onlyUsed to indicate the number Link state request packets transmitted by this interface.
C32 rcStatOspfIfV2TxLSAcks1.3.6.1.4.1.2272.1.12.7.1.12Counter32read-onlyUsed to indicate the number Link state acknowlege packets transmitted by this interface.
C32 rcStatOspfIfV2VersionMismatches1.3.6.1.4.1.2272.1.12.7.1.13Counter32read-onlyUsed to indicate the number version mismatches received by this interface.
C32 rcStatOspfIfV2AreaMismatches1.3.6.1.4.1.2272.1.12.7.1.14Counter32read-onlyUsed to indicate the number area mismatches received by this interface.
C32 rcStatOspfIfV2AuthTypeMismatches1.3.6.1.4.1.2272.1.12.7.1.15Counter32read-onlyUsed to indicate the number AuthType mismatches received by this interface.
C32 rcStatOspfIfV2AuthFailures1.3.6.1.4.1.2272.1.12.7.1.16Counter32read-onlyUsed to indicate the number Authentication failures.
C32 rcStatOspfIfV2NetMaskMismatches1.3.6.1.4.1.2272.1.12.7.1.17Counter32read-onlyUsed to indicate the number net mask mismatches received by this interface.
C32 rcStatOspfIfV2HelloIntervalMismatches1.3.6.1.4.1.2272.1.12.7.1.18Counter32read-onlyUsed to indicate the number hello interval mismatches received by this interface.
C32 rcStatOspfIfV2DeadIntervalMismatches1.3.6.1.4.1.2272.1.12.7.1.19Counter32read-onlyUsed to indicate the number dead interval mismatches received by this interface.
C32 rcStatOspfIfV2OptionMismatches1.3.6.1.4.1.2272.1.12.7.1.20Counter32read-onlyUsed to indicate the number options mismatches received by this interface.
rcStatPos1.3.6.1.4.1.2272.1.12.8
rcStatPosControlTable1.3.6.1.4.1.2272.1.12.8.1not-accessible
rcStatPosControlEntry1.3.6.1.4.1.2272.1.12.8.1.1not-accessible
NUM rcStatPosControlPortIndex1.3.6.1.4.1.2272.1.12.8.1.1.1InterfaceIndexread-onlyA unique value for each port.
C32 rcStatPosControlInErrors1.3.6.1.4.1.2272.1.12.8.1.1.2Counter32read-onlyThe total number of error pkts received on the interface.
C32 rcStatPosControlInUnknownProtos1.3.6.1.4.1.2272.1.12.8.1.1.3Counter32read-onlyThe number of packets received via the interface which were discarded because of an unknown or unsupported protocol.
C32 rcStatPosControlOutErrors1.3.6.1.4.1.2272.1.12.8.1.1.4Counter32read-onlyThe number of outbound packets that could not be transmitted because of errors.
C64 rcStatPosControlHCInOctets1.3.6.1.4.1.2272.1.12.8.1.1.5Counter64read-onlyThe total number of octets received of the interface, including framing characters.
C64 rcStatPosControlHCInUcastPkts1.3.6.1.4.1.2272.1.12.8.1.1.6Counter64read-onlyThe number of subnetwork-unicast packets received from a higher-layer protocol.
C64 rcStatPosControlHCInMulticastPkts1.3.6.1.4.1.2272.1.12.8.1.1.7Counter64read-onlyThe number of multicast packets received from a higher-layer protocol.
C64 rcStatPosControlHCInBroadcastPkts1.3.6.1.4.1.2272.1.12.8.1.1.8Counter64read-onlyThe number of broadcast packets received from a higher-layer protocol.
C64 rcStatPosControlHCInDiscards1.3.6.1.4.1.2272.1.12.8.1.1.9Counter64read-onlyThe number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
C64 rcStatPosControlHCOutOctets1.3.6.1.4.1.2272.1.12.8.1.1.10Counter64read-onlyThe total number of octets trasmitted out of the interface, including framing characters.
C64 rcStatPosControlHCOutUcastPkts1.3.6.1.4.1.2272.1.12.8.1.1.11Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted to a subnetwork-unicast address, including those that were discarded or not sent.
C64 rcStatPosControlHCOutMulticastPkts1.3.6.1.4.1.2272.1.12.8.1.1.12Counter64read-onlyThe number of multicast packets delivered to a higher-layer protocol.
C64 rcStatPosControlHCOutBroadcastPkts1.3.6.1.4.1.2272.1.12.8.1.1.13Counter64read-onlyThe number of broadcast packets delivered to a higher-layer protocol.
C64 rcStatPosControlHCOutDiscards1.3.6.1.4.1.2272.1.12.8.1.1.14Counter64read-onlyThe number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted.
rcStatMulticast1.3.6.1.4.1.2272.1.12.9
C32 rcStatMulticastSourceGroupThresholdExceeded1.3.6.1.4.1.2272.1.12.9.1Counter32read-onlyThe count of number of times the threshold of available IP Multicast (Source,Group) Records was reached. When this threshold is reached, a new IP Multicast stream ingressing the switch cannot be forwarded.
C32 rcStatMulticastEgressStreamThresholdExceeded1.3.6.1.4.1.2272.1.12.9.2Counter32read-onlyThe count of number of times the threshold of available IP Multicast Egress Forwarding Records was reached. When this threshold is reached, a new IP Multicast Receiver that needs new Egress Forwarding Record (PepStrem Record) will not be programmed to receive the subscribing multicast stream.
rcStatBgp1.3.6.1.4.1.2272.1.12.10
C32 rcStatBgpStarts1.3.6.1.4.1.2272.1.12.10.1Counter32read-onlyNumber of times BGP connection started
C32 rcStatBgpStops1.3.6.1.4.1.2272.1.12.10.2Counter32read-onlyNumber of times BGP connection stopped
C32 rcStatBgpOpens1.3.6.1.4.1.2272.1.12.10.3Counter32read-onlyNumber of times BGP opens TCP
C32 rcStatBgpCloses1.3.6.1.4.1.2272.1.12.10.4Counter32read-onlyNumber of times BGP closes TCP
C32 rcStatBgpFails1.3.6.1.4.1.2272.1.12.10.5Counter32read-onlyNumber of times TCP attempts failed
C32 rcStatBgpFatals1.3.6.1.4.1.2272.1.12.10.6Counter32read-onlyNumber of times TCP crashes due to fatal error
C32 rcStatBgpConnExps1.3.6.1.4.1.2272.1.12.10.7Counter32read-onlyNumber of times TCP retry timer expired
C32 rcStatBgpHoldExps1.3.6.1.4.1.2272.1.12.10.8Counter32read-onlyNumber of times hold timer expired
C32 rcStatBgpKeepExps1.3.6.1.4.1.2272.1.12.10.9Counter32read-onlyNumber of times keepalive timer expired
C32 rcStatBgpRxOpens1.3.6.1.4.1.2272.1.12.10.10Counter32read-onlyNumber of OPENs BGP receives
C32 rcStatBgpRxKeeps1.3.6.1.4.1.2272.1.12.10.11Counter32read-onlyNumber of KEEPALIVEs BGP recieves
C32 rcStatBgpRxUpdates1.3.6.1.4.1.2272.1.12.10.12Counter32read-onlyNumber of UPDATEs BGP recieves
C32 rcStatBgpRxNotifys1.3.6.1.4.1.2272.1.12.10.13Counter32read-onlyNumber NOTIFICATIONs BGP recieves
C32 rcStatBgpTxOpens1.3.6.1.4.1.2272.1.12.10.14Counter32read-onlyNumber of OPENs BGP transmitted
C32 rcStatBgpTxKeeps1.3.6.1.4.1.2272.1.12.10.15Counter32read-onlyNumber of KEEPALIVEs BGP transmitted
C32 rcStatBgpTxUpdates1.3.6.1.4.1.2272.1.12.10.16Counter32read-onlyNumber of UPDATEs BGP transmits
C32 rcStatBgpTxNotifys1.3.6.1.4.1.2272.1.12.10.17Counter32read-onlyNumber of NOTIFICATIONs BGP transmits
C32 rcStatBgpBadEvents1.3.6.1.4.1.2272.1.12.10.18Counter32read-onlyNumber of invalid events FSM received
C32 rcStatBgpSyncFails1.3.6.1.4.1.2272.1.12.10.19Counter32read-onlyNumber of times FDB sync failed
C32 rcStatBgpTrEvent1.3.6.1.4.1.2272.1.12.10.20Counter32read-onlyTrace event
C32 rcStatBgpRxECodeHeader1.3.6.1.4.1.2272.1.12.10.21Counter32read-onlyTotal Header errors received
C32 rcStatBgpRxECodeOpen1.3.6.1.4.1.2272.1.12.10.22Counter32read-onlyTotal Open errors received
C32 rcStatBgpRxECodeUpdate1.3.6.1.4.1.2272.1.12.10.23Counter32read-onlyTotal Update errors received
C32 rcStatBgpRxECodeHoldtimer1.3.6.1.4.1.2272.1.12.10.24Counter32read-onlyTotal Holdtimer errors received
C32 rcStatBgpRxECodeFSM1.3.6.1.4.1.2272.1.12.10.25Counter32read-onlyTotal FSM errors received
C32 rcStatBgpRxECodeCease1.3.6.1.4.1.2272.1.12.10.26Counter32read-onlyTotal Cease errors received
C32 rcStatBgpRxHdrCodeNoSync1.3.6.1.4.1.2272.1.12.10.27Counter32read-onlyHeader Not Synchronized errors received
C32 rcStatBgpRxHdrCodeInvalidMsgLen1.3.6.1.4.1.2272.1.12.10.28Counter32read-onlyHeader Invalid msg len errors received
C32 rcStatBgpRxHdrCodeInvalidMsgType1.3.6.1.4.1.2272.1.12.10.29Counter32read-onlyHeader Invalid msg type errors received
C32 rcStatBgpRxOpCodeBadVer1.3.6.1.4.1.2272.1.12.10.30Counter32read-onlyOpen errors received: Bad Version
C32 rcStatBgpRxOpCodeBadAs1.3.6.1.4.1.2272.1.12.10.31Counter32read-onlyOpen errors received: Bad AS Number
C32 rcStatBgpRxOpCodeBadRtID1.3.6.1.4.1.2272.1.12.10.32Counter32read-onlyOpen errors received: Bad BGP Rtr ID
C32 rcStatBgpRxOpCodeUnsuppOption1.3.6.1.4.1.2272.1.12.10.33Counter32read-onlyOpen errors received: Unsupported Option
C32 rcStatBgpRxOpCodeAuthFail1.3.6.1.4.1.2272.1.12.10.34Counter32read-onlyOpen errors received: Auth Failures
C32 rcStatBgpRxOpCodeBadHold1.3.6.1.4.1.2272.1.12.10.35Counter32read-onlyOpen errors received: Bad Hold Value
C32 rcStatBgpRxUpdCodeMalformedAttrList1.3.6.1.4.1.2272.1.12.10.36Counter32read-onlyUpdate errors received:Malformed Attr List
C32 rcStatBgpRxUpdCodeWelknownAttrUnrecog1.3.6.1.4.1.2272.1.12.10.37Counter32read-onlyUpdate errors received: Welknown Attr Unrecog
C32 rcStatBgpRxUpdCodeWelknownAttrMiss1.3.6.1.4.1.2272.1.12.10.38Counter32read-onlyUpdate errors received: Welknown Attr Missing
C32 rcStatBgpRxUpdCodeAttrFlagError1.3.6.1.4.1.2272.1.12.10.39Counter32read-onlyUpdate errors received: Attr Flag Error
C32 rcStatBgpRxUpdCodeAttrLenError1.3.6.1.4.1.2272.1.12.10.40Counter32read-onlyUpdate errors received: Attr Len Error
C32 rcStatBgpRxUpdCodeBadORIGINAttr1.3.6.1.4.1.2272.1.12.10.41Counter32read-onlyUpdate errors received: Bad ORIGIN Attr
C32 rcStatBgpRxUpdCodeASRoutingLoop1.3.6.1.4.1.2272.1.12.10.42Counter32read-onlyUpdate errors received: AS Routing Loop
C32 rcStatBgpRxUpdCodeBadNHAttr1.3.6.1.4.1.2272.1.12.10.43Counter32read-onlyUpdate errors received: Bad NEXT-HOP Attr
C32 rcStatBgpRxUpdCodeOptionalAttrError1.3.6.1.4.1.2272.1.12.10.44Counter32read-onlyUpdate errors received: Optional Attr Error
C32 rcStatBgpRxUpdCodeBadNetworkField1.3.6.1.4.1.2272.1.12.10.45Counter32read-onlyUpdate errors received: Bad Network Field
C32 rcStatBgpRxUpdCodeMalformedASPath1.3.6.1.4.1.2272.1.12.10.46Counter32read-onlyUpdate errors received: Malformed AS Path
C32 rcStatBgpTxECodeHeader1.3.6.1.4.1.2272.1.12.10.47Counter32read-onlyTotal Header errors transmitted
C32 rcStatBgpTxECodeOpen1.3.6.1.4.1.2272.1.12.10.48Counter32read-onlyTotal Open errors transmitted
C32 rcStatBgpTxECodeUpdate1.3.6.1.4.1.2272.1.12.10.49Counter32read-onlyTotal Update errors transmitted
C32 rcStatBgpTxECodeHoldtimer1.3.6.1.4.1.2272.1.12.10.50Counter32read-onlyTotal Holdtimer errors transmitted
C32 rcStatBgpTxECodeFSM1.3.6.1.4.1.2272.1.12.10.51Counter32read-onlyTotal FSM errors transmitted
C32 rcStatBgpTxECodeCease1.3.6.1.4.1.2272.1.12.10.52Counter32read-onlyTotal Cease errors transmitted
C32 rcStatBgpTxHdrCodeNoSync1.3.6.1.4.1.2272.1.12.10.53Counter32read-onlyHeader Not Synchronized errors transmitted
C32 rcStatBgpTxHdrCodeInvalidMsgLen1.3.6.1.4.1.2272.1.12.10.54Counter32read-onlyHeader Invalid msg len errors transmitted
C32 rcStatBgpTxHdrCodeInvalidMsgType1.3.6.1.4.1.2272.1.12.10.55Counter32read-onlyHeader Invalid msg type errors transmitted
C32 rcStatBgpTxOpCodeBadVer1.3.6.1.4.1.2272.1.12.10.56Counter32read-onlyOpen errors transmitted: Bad Version
C32 rcStatBgpTxOpCodeBadAs1.3.6.1.4.1.2272.1.12.10.57Counter32read-onlyOpen errors transmitted: Bad AS Number
C32 rcStatBgpTxOpCodeBadRtID1.3.6.1.4.1.2272.1.12.10.58Counter32read-onlyOpen errors transmitted: Bad BGP Rtr ID
C32 rcStatBgpTxOpCodeUnsuppOption1.3.6.1.4.1.2272.1.12.10.59Counter32read-onlyOpen errors transmitted: Unsupported Option
C32 rcStatBgpTxOpCodeAuthFail1.3.6.1.4.1.2272.1.12.10.60Counter32read-onlyOpen errors transmitted: Auth Failures
C32 rcStatBgpTxOpCodeBadHold1.3.6.1.4.1.2272.1.12.10.61Counter32read-onlyOpen errors transmitted: Bad Hold Value
C32 rcStatBgpTxUpdCodeMalformedAttrList1.3.6.1.4.1.2272.1.12.10.62Counter32read-onlyUpdate errors transmitted:Malformed Attr List
C32 rcStatBgpTxUpdCodeWelknownAttrUnrecog1.3.6.1.4.1.2272.1.12.10.63Counter32read-onlyUpdate errors transmitted: Welknown Attr Unrecog
C32 rcStatBgpTxUpdCodeWelknownAttrMiss1.3.6.1.4.1.2272.1.12.10.64Counter32read-onlyUpdate errors transmitted: Welknown Attr Missing
C32 rcStatBgpTxUpdCodeAttrFlagError1.3.6.1.4.1.2272.1.12.10.65Counter32read-onlyUpdate errors transmitted: Attr Flag Error
C32 rcStatBgpTxUpdCodeAttrLenError1.3.6.1.4.1.2272.1.12.10.66Counter32read-onlyUpdate errors transmitted: Attr Len Error
C32 rcStatBgpTxUpdCodeBadORIGINAttr1.3.6.1.4.1.2272.1.12.10.67Counter32read-onlyUpdate errors transmitted: Bad ORIGIN Attr
C32 rcStatBgpTxUpdCodeASRoutingLoop1.3.6.1.4.1.2272.1.12.10.68Counter32read-onlyUpdate errors transmitted: AS Routing Loop
C32 rcStatBgpTxUpdCodeBadNHAttr1.3.6.1.4.1.2272.1.12.10.69Counter32read-onlyUpdate errors transmitted: Bad NEXT-HOP Attr
C32 rcStatBgpTxUpdCodeOptionalAttrError1.3.6.1.4.1.2272.1.12.10.70Counter32read-onlyUpdate errors transmitted: Optional Attr Error
C32 rcStatBgpTxUpdCodeBadNetworkField1.3.6.1.4.1.2272.1.12.10.71Counter32read-onlyUpdate errors transmitted: Bad Network Field
C32 rcStatBgpTxUpdCodeMalformedASPath1.3.6.1.4.1.2272.1.12.10.72Counter32read-onlyUpdate errors transmitted: Malformed AS Path
ENA rcStatBgpReset1.3.6.1.4.1.2272.1.12.10.73EnableValueread-writereset Bgp global stats
rcStatBgpPeerTable1.3.6.1.4.1.2272.1.12.11not-accessibleA table used to store Bgp Peer statistics.
rcStatBgpPeerEntry1.3.6.1.4.1.2272.1.12.11.1not-accessibleBgp Peer statistics
IP rcStatBgpPeerAddr1.3.6.1.4.1.2272.1.12.11.1.1IpAddressread-only
C32 rcStatBgpPeerStarts1.3.6.1.4.1.2272.1.12.11.1.2Counter32read-onlyNumber of times peer BGP connection started
C32 rcStatBgpPeerStops1.3.6.1.4.1.2272.1.12.11.1.3Counter32read-onlyNumber of times peer BGP connection stopped
C32 rcStatBgpPeerOpens1.3.6.1.4.1.2272.1.12.11.1.4Counter32read-onlyNumber of times peer opens TCP
C32 rcStatBgpPeerCloses1.3.6.1.4.1.2272.1.12.11.1.5Counter32read-onlyNumber of times peer closes TCP
C32 rcStatBgpPeerFails1.3.6.1.4.1.2272.1.12.11.1.6Counter32read-onlyNumber of times peer TCP attempts failed
C32 rcStatBgpPeerFatals1.3.6.1.4.1.2272.1.12.11.1.7Counter32read-onlyNumber of times peer TCP crashes due to fatal error
C32 rcStatBgpPeerConnExps1.3.6.1.4.1.2272.1.12.11.1.8Counter32read-onlyNumber of times peer TCP retry timer expired
C32 rcStatBgpPeerHoldExps1.3.6.1.4.1.2272.1.12.11.1.9Counter32read-onlyNumber of times peer hold timer expired
C32 rcStatBgpPeerKeepExps1.3.6.1.4.1.2272.1.12.11.1.10Counter32read-onlyNumber of times peer keepalive timer expired
C32 rcStatBgpPeerTxMsgs1.3.6.1.4.1.2272.1.12.11.1.11Counter32read-onlyTotal messages send by the peer
C32 rcStatBgpPeerTxOpens1.3.6.1.4.1.2272.1.12.11.1.12Counter32read-onlyOpens sent by the peer
C32 rcStatBgpPeerTxKeeps1.3.6.1.4.1.2272.1.12.11.1.13Counter32read-onlyKeepalives sent by the peer
C32 rcStatBgpPeerTxUpdates1.3.6.1.4.1.2272.1.12.11.1.14Counter32read-onlyUpdates sent by the peer
C32 rcStatBgpPeerTxNotifys1.3.6.1.4.1.2272.1.12.11.1.15Counter32read-onlyNotifications sent by the peer
C32 rcStatBgpPeerRxMsgs1.3.6.1.4.1.2272.1.12.11.1.16Counter32read-onlyTotal messages received by the peer
C32 rcStatBgpPeerRxInCompPkts1.3.6.1.4.1.2272.1.12.11.1.17Counter32read-onlyIncomplete message received by the peer
C32 rcStatBgpPeerRxOpens1.3.6.1.4.1.2272.1.12.11.1.18Counter32read-onlyOpens received by the peer
C32 rcStatBgpPeerRxKeeps1.3.6.1.4.1.2272.1.12.11.1.19Counter32read-onlyKeepalives received by the peer
C32 rcStatBgpPeerRxUpdates1.3.6.1.4.1.2272.1.12.11.1.20Counter32read-onlyUpdates received by the peer
C32 rcStatBgpPeerRxNotifys1.3.6.1.4.1.2272.1.12.11.1.21Counter32read-onlyNotifications received by the peer
C32 rcStatBgpPeerBadEvents1.3.6.1.4.1.2272.1.12.11.1.22Counter32read-onlyNumber of invalid events received by the peer
C32 rcStatBgpPeerSyncFails1.3.6.1.4.1.2272.1.12.11.1.23Counter32read-onlyNumber of times FDB sync failed of the peer
C32 rcStatBgpPeerRcvdTooShort1.3.6.1.4.1.2272.1.12.11.1.24Counter32read-onlyNumber of messages recieved by the peer that is too sho rt
C32 rcStatBgpPeerNoMarker1.3.6.1.4.1.2272.1.12.11.1.25Counter32read-onlyNumber of messages without marker recieved by the peer
C32 rcStatBgpPeerDropped1.3.6.1.4.1.2272.1.12.11.1.26Counter32read-onlyNumber of messages the peer has dropped
C32 rcStatBgpPeerBadMsgTypes1.3.6.1.4.1.2272.1.12.11.1.27Counter32read-onlyNumber of messages with invalid message type
C32 rcStatBgpPeerTrEvent1.3.6.1.4.1.2272.1.12.11.1.28Counter32read-onlyPeer trace event
C32 rcStatBgpPeerTxRoutes1.3.6.1.4.1.2272.1.12.11.1.29Counter32read-onlyNumber of NLRI sent by peer
C32 rcStatBgpPeerRxRoutesAdded1.3.6.1.4.1.2272.1.12.11.1.30Counter32read-onlyNumber of routes added into loc_rib by this peer
C32 rcStatBgpPeerRxRoutesReplaced1.3.6.1.4.1.2272.1.12.11.1.31Counter32read-onlyNumber of routes replaced by the routes received by the peer
C32 rcStatBgpPeerRxNlri1.3.6.1.4.1.2272.1.12.11.1.32Counter32read-onlyNumber of NLRI received by the peer
C32 rcStatBgpPeerRxValidUpdates1.3.6.1.4.1.2272.1.12.11.1.33Counter32read-onlyNumber of valid UPDATEs received by the peer
C32 rcStatBgpPeerRxECodeHeader1.3.6.1.4.1.2272.1.12.11.1.34Counter32read-onlyTotal errors peer received: Header
C32 rcStatBgpPeerRxECodeOpen1.3.6.1.4.1.2272.1.12.11.1.35Counter32read-onlyTotal errors peer received: Open
C32 rcStatBgpPeerRxECodeUpdate1.3.6.1.4.1.2272.1.12.11.1.36Counter32read-onlyTotal errors peer received: Update
C32 rcStatBgpPeerRxECodeHoldtimer1.3.6.1.4.1.2272.1.12.11.1.37Counter32read-onlyTotal errors peer received: Hold
C32 rcStatBgpPeerRxECodeFSM1.3.6.1.4.1.2272.1.12.11.1.38Counter32read-onlyTotal errors peer received: Fsm
C32 rcStatBgpPeerRxECodeCease1.3.6.1.4.1.2272.1.12.11.1.39Counter32read-onlyTotal errors peer received: Cease
C32 rcStatBgpPeerRxHdrCodeNoSync1.3.6.1.4.1.2272.1.12.11.1.40Counter32read-onlyHeader errors peer received: Not Synchronized
C32 rcStatBgpPeerRxHdrCodeInvalidMsgLen1.3.6.1.4.1.2272.1.12.11.1.41Counter32read-onlyHeader errors peer received: Invalid message length
C32 rcStatBgpPeerRxHdrCodeInvalidMsgType1.3.6.1.4.1.2272.1.12.11.1.42Counter32read-onlyHeader errors peer received: Invalid message type
C32 rcStatBgpPeerRxOpCodeBadVer1.3.6.1.4.1.2272.1.12.11.1.43Counter32read-onlyOpen errors peer received: Bad Version
C32 rcStatBgpPeerRxOpCodeBadAs1.3.6.1.4.1.2272.1.12.11.1.44Counter32read-onlyOpen errors peer received: Bad AS number
C32 rcStatBgpPeerRxOpCodeBadRtID1.3.6.1.4.1.2272.1.12.11.1.45Counter32read-onlyOpen errors peer received: Bad BGP ID
C32 rcStatBgpPeerRxOpCodeUnsuppOption1.3.6.1.4.1.2272.1.12.11.1.46Counter32read-onlyOpen errors peer received: Unsupported Options
C32 rcStatBgpPeerRxOpCodeAuthFail1.3.6.1.4.1.2272.1.12.11.1.47Counter32read-onlyOpen errors peer received: Authorization failures
C32 rcStatBgpPeerRxOpCodeBadHold1.3.6.1.4.1.2272.1.12.11.1.48Counter32read-onlyOpen errors peer received: Bad Hold value
C32 rcStatBgpPeerRxUpdCodeMalformedAttrList1.3.6.1.4.1.2272.1.12.11.1.49Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeWelknownAttrUnrecog1.3.6.1.4.1.2272.1.12.11.1.50Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeWelknownAttrMiss1.3.6.1.4.1.2272.1.12.11.1.51Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeAttrFlagError1.3.6.1.4.1.2272.1.12.11.1.52Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeAttrLenError1.3.6.1.4.1.2272.1.12.11.1.53Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeBadORIGINAttr1.3.6.1.4.1.2272.1.12.11.1.54Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeASRoutingLoop1.3.6.1.4.1.2272.1.12.11.1.55Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeBadNHAttr1.3.6.1.4.1.2272.1.12.11.1.56Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeOptionalAttrError1.3.6.1.4.1.2272.1.12.11.1.57Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeBadNetworkField1.3.6.1.4.1.2272.1.12.11.1.58Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerRxUpdCodeMalformedASPath1.3.6.1.4.1.2272.1.12.11.1.59Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxECodeHeader1.3.6.1.4.1.2272.1.12.11.1.60Counter32read-onlyTotal errors peer received: Header
C32 rcStatBgpPeerTxECodeOpen1.3.6.1.4.1.2272.1.12.11.1.61Counter32read-onlyTotal errors peer received: Open
C32 rcStatBgpPeerTxECodeUpdate1.3.6.1.4.1.2272.1.12.11.1.62Counter32read-onlyTotal errors peer received: Update
C32 rcStatBgpPeerTxECodeHoldtimer1.3.6.1.4.1.2272.1.12.11.1.63Counter32read-onlyTotal errors peer received: Hold
C32 rcStatBgpPeerTxECodeFSM1.3.6.1.4.1.2272.1.12.11.1.64Counter32read-onlyTotal errors peer received: Fsm
C32 rcStatBgpPeerTxECodeCease1.3.6.1.4.1.2272.1.12.11.1.65Counter32read-onlyTotal errors peer received: Cease
C32 rcStatBgpPeerTxHdrCodeNoSync1.3.6.1.4.1.2272.1.12.11.1.66Counter32read-onlyHeader errors peer received: Not Synchronized
C32 rcStatBgpPeerTxHdrCodeInvalidMsgLen1.3.6.1.4.1.2272.1.12.11.1.67Counter32read-onlyHeader errors peer received: Invalid message length
C32 rcStatBgpPeerTxHdrCodeInvalidMsgType1.3.6.1.4.1.2272.1.12.11.1.68Counter32read-onlyHeader errors peer received: Invalid message type
C32 rcStatBgpPeerTxOpCodeBadVer1.3.6.1.4.1.2272.1.12.11.1.69Counter32read-onlyOpen errors peer received: Bad Version
C32 rcStatBgpPeerTxOpCodeBadAs1.3.6.1.4.1.2272.1.12.11.1.70Counter32read-onlyOpen errors peer received: Bad AS number
C32 rcStatBgpPeerTxOpCodeBadRtID1.3.6.1.4.1.2272.1.12.11.1.71Counter32read-onlyOpen errors peer received: Bad BGP ID
C32 rcStatBgpPeerTxOpCodeUnsuppOption1.3.6.1.4.1.2272.1.12.11.1.72Counter32read-onlyOpen errors peer received: Unsupported Options
C32 rcStatBgpPeerTxOpCodeAuthFail1.3.6.1.4.1.2272.1.12.11.1.73Counter32read-onlyOpen errors peer received: Authorization failures
C32 rcStatBgpPeerTxOpCodeBadHold1.3.6.1.4.1.2272.1.12.11.1.74Counter32read-onlyOpen errors peer received: Bad Hold value
C32 rcStatBgpPeerTxUpdCodeMalformedAttrList1.3.6.1.4.1.2272.1.12.11.1.75Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeWelknownAttrUnrecog1.3.6.1.4.1.2272.1.12.11.1.76Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeWelknownAttrMiss1.3.6.1.4.1.2272.1.12.11.1.77Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeAttrFlagError1.3.6.1.4.1.2272.1.12.11.1.78Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeAttrLenError1.3.6.1.4.1.2272.1.12.11.1.79Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeBadORIGINAttr1.3.6.1.4.1.2272.1.12.11.1.80Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeASRoutingLoop1.3.6.1.4.1.2272.1.12.11.1.81Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeBadNHAttr1.3.6.1.4.1.2272.1.12.11.1.82Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeOptionalAttrError1.3.6.1.4.1.2272.1.12.11.1.83Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeBadNetworkField1.3.6.1.4.1.2272.1.12.11.1.84Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerTxUpdCodeMalformedASPath1.3.6.1.4.1.2272.1.12.11.1.85Counter32read-onlyUpdate errors peer received: Malformed Attr List
ENA rcStatBgpPeerReset1.3.6.1.4.1.2272.1.12.11.1.86EnableValueread-writereset peer stats
rcStatBgpPeerAfTable1.3.6.1.4.1.2272.1.12.13not-accessibleA table used to store v4/v6 Bgp Peer statistics.
rcStatBgpPeerAfEntry1.3.6.1.4.1.2272.1.12.13.1not-accessibleAF independent Bgp Peer statistics
IPt rcStatBgpPeerAfAddrType1.3.6.1.4.1.2272.1.12.13.1.1InetAddressTypenot-accessibleInet address type of the AF independent peer
IP rcStatBgpPeerAfAddr1.3.6.1.4.1.2272.1.12.13.1.2InetAddressnot-accessibleInet address of the AF independent peer
C32 rcStatBgpPeerAfStarts1.3.6.1.4.1.2272.1.12.13.1.3Counter32read-onlyNumber of times peer BGP connection started
C32 rcStatBgpPeerAfStops1.3.6.1.4.1.2272.1.12.13.1.4Counter32read-onlyNumber of times peer BGP connection stopped
C32 rcStatBgpPeerAfOpens1.3.6.1.4.1.2272.1.12.13.1.5Counter32read-onlyNumber of times peer opens TCP
C32 rcStatBgpPeerAfCloses1.3.6.1.4.1.2272.1.12.13.1.6Counter32read-onlyNumber of times peer closes TCP
C32 rcStatBgpPeerAfFails1.3.6.1.4.1.2272.1.12.13.1.7Counter32read-onlyNumber of times peer TCP attempts failed
C32 rcStatBgpPeerAfFatals1.3.6.1.4.1.2272.1.12.13.1.8Counter32read-onlyNumber of times peer TCP crashes due to fatal error
C32 rcStatBgpPeerAfConnExps1.3.6.1.4.1.2272.1.12.13.1.9Counter32read-onlyNumber of times peer TCP retry timer expired
C32 rcStatBgpPeerAfHoldExps1.3.6.1.4.1.2272.1.12.13.1.10Counter32read-onlyNumber of times peer hold timer expired
C32 rcStatBgpPeerAfKeepExps1.3.6.1.4.1.2272.1.12.13.1.11Counter32read-onlyNumber of times peer keepalive timer expired
C32 rcStatBgpPeerAfTxMsgs1.3.6.1.4.1.2272.1.12.13.1.12Counter32read-onlyTotal messages send by the peer
C32 rcStatBgpPeerAfTxOpens1.3.6.1.4.1.2272.1.12.13.1.13Counter32read-onlyOpens sent by the peer
C32 rcStatBgpPeerAfTxKeeps1.3.6.1.4.1.2272.1.12.13.1.14Counter32read-onlyKeepalives sent by the peer
C32 rcStatBgpPeerAfTxUpdates1.3.6.1.4.1.2272.1.12.13.1.15Counter32read-onlyUpdates sent by the peer
C32 rcStatBgpPeerAfTxNotifys1.3.6.1.4.1.2272.1.12.13.1.16Counter32read-onlyNotifications sent by the peer
C32 rcStatBgpPeerAfRxMsgs1.3.6.1.4.1.2272.1.12.13.1.17Counter32read-onlyTotal messages received by the peer
C32 rcStatBgpPeerAfRxInCompPkts1.3.6.1.4.1.2272.1.12.13.1.18Counter32read-onlyIncomplete message received by the peer
C32 rcStatBgpPeerAfRxOpens1.3.6.1.4.1.2272.1.12.13.1.19Counter32read-onlyOpens received by the peer
C32 rcStatBgpPeerAfRxKeeps1.3.6.1.4.1.2272.1.12.13.1.20Counter32read-onlyKeepalives received by the peer
C32 rcStatBgpPeerAfRxUpdates1.3.6.1.4.1.2272.1.12.13.1.21Counter32read-onlyUpdates received by the peer
C32 rcStatBgpPeerAfRxNotifys1.3.6.1.4.1.2272.1.12.13.1.22Counter32read-onlyNotifications received by the peer
C32 rcStatBgpPeerAfBadEvents1.3.6.1.4.1.2272.1.12.13.1.23Counter32read-onlyNumber of invalid events received by the peer
C32 rcStatBgpPeerAfSyncFails1.3.6.1.4.1.2272.1.12.13.1.24Counter32read-onlyNumber of times FDB sync failed of the peer
C32 rcStatBgpPeerAfRcvdTooShort1.3.6.1.4.1.2272.1.12.13.1.25Counter32read-onlyNumber of messages recieved by the peer that is too sho rt
C32 rcStatBgpPeerAfNoMarker1.3.6.1.4.1.2272.1.12.13.1.26Counter32read-onlyNumber of messages without marker recieved by the peer
C32 rcStatBgpPeerAfDropped1.3.6.1.4.1.2272.1.12.13.1.27Counter32read-onlyNumber of messages the peer has dropped
C32 rcStatBgpPeerAfBadMsgTypes1.3.6.1.4.1.2272.1.12.13.1.28Counter32read-onlyNumber of messages with invalid message type
C32 rcStatBgpPeerAfTrEvent1.3.6.1.4.1.2272.1.12.13.1.29Counter32read-onlyPeer trace event
C32 rcStatBgpPeerAfTxRoutes1.3.6.1.4.1.2272.1.12.13.1.30Counter32read-onlyNumber of NLRI sent by peer
C32 rcStatBgpPeerAfRxRoutesAdded1.3.6.1.4.1.2272.1.12.13.1.31Counter32read-onlyNumber of routes added into loc_rib by this peer
C32 rcStatBgpPeerAfRxRoutesReplaced1.3.6.1.4.1.2272.1.12.13.1.32Counter32read-onlyNumber of routes replaced by the routes received by the peer
C32 rcStatBgpPeerAfRxNlri1.3.6.1.4.1.2272.1.12.13.1.33Counter32read-onlyNumber of NLRI received by the peer
C32 rcStatBgpPeerAfRxValidUpdates1.3.6.1.4.1.2272.1.12.13.1.34Counter32read-onlyNumber of valid UPDATEs received by the peer
C32 rcStatBgpPeerAfRxECodeHeader1.3.6.1.4.1.2272.1.12.13.1.35Counter32read-onlyTotal errors peer received: Header
C32 rcStatBgpPeerAfRxECodeOpen1.3.6.1.4.1.2272.1.12.13.1.36Counter32read-onlyTotal errors peer received: Open
C32 rcStatBgpPeerAfRxECodeUpdate1.3.6.1.4.1.2272.1.12.13.1.37Counter32read-onlyTotal errors peer received: Update
C32 rcStatBgpPeerAfRxECodeHoldtimer1.3.6.1.4.1.2272.1.12.13.1.38Counter32read-onlyTotal errors peer received: Hold
C32 rcStatBgpPeerAfRxECodeFSM1.3.6.1.4.1.2272.1.12.13.1.39Counter32read-onlyTotal errors peer received: Fsm
C32 rcStatBgpPeerAfRxECodeCease1.3.6.1.4.1.2272.1.12.13.1.40Counter32read-onlyTotal errors peer received: Cease
C32 rcStatBgpPeerAfRxHdrCodeNoSync1.3.6.1.4.1.2272.1.12.13.1.41Counter32read-onlyHeader errors peer received: Not Synchronized
C32 rcStatBgpPeerAfRxHdrCodeInvalidMsgLen1.3.6.1.4.1.2272.1.12.13.1.42Counter32read-onlyHeader errors peer received: Invalid message length
C32 rcStatBgpPeerAfRxHdrCodeInvalidMsgType1.3.6.1.4.1.2272.1.12.13.1.43Counter32read-onlyHeader errors peer received: Invalid message type
C32 rcStatBgpPeerAfRxOpCodeBadVer1.3.6.1.4.1.2272.1.12.13.1.44Counter32read-onlyOpen errors peer received: Bad Version
C32 rcStatBgpPeerAfRxOpCodeBadAs1.3.6.1.4.1.2272.1.12.13.1.45Counter32read-onlyOpen errors peer received: Bad AS number
C32 rcStatBgpPeerAfRxOpCodeBadRtID1.3.6.1.4.1.2272.1.12.13.1.46Counter32read-onlyOpen errors peer received: Bad BGP ID
C32 rcStatBgpPeerAfRxOpCodeUnsuppOption1.3.6.1.4.1.2272.1.12.13.1.47Counter32read-onlyOpen errors peer received: Unsupported Options
C32 rcStatBgpPeerAfRxOpCodeAuthFail1.3.6.1.4.1.2272.1.12.13.1.48Counter32read-onlyOpen errors peer received: Authorization failures
C32 rcStatBgpPeerAfRxOpCodeBadHold1.3.6.1.4.1.2272.1.12.13.1.49Counter32read-onlyOpen errors peer received: Bad Hold value
C32 rcStatBgpPeerAfRxUpdCodeMalformedAttrList1.3.6.1.4.1.2272.1.12.13.1.50Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeWelknownAttrUnrecog1.3.6.1.4.1.2272.1.12.13.1.51Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeWelknownAttrMiss1.3.6.1.4.1.2272.1.12.13.1.52Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeAttrFlagError1.3.6.1.4.1.2272.1.12.13.1.53Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeAttrLenError1.3.6.1.4.1.2272.1.12.13.1.54Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeBadORIGINAttr1.3.6.1.4.1.2272.1.12.13.1.55Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeASRoutingLoop1.3.6.1.4.1.2272.1.12.13.1.56Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeBadNHAttr1.3.6.1.4.1.2272.1.12.13.1.57Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeOptionalAttrError1.3.6.1.4.1.2272.1.12.13.1.58Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeBadNetworkField1.3.6.1.4.1.2272.1.12.13.1.59Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfRxUpdCodeMalformedASPath1.3.6.1.4.1.2272.1.12.13.1.60Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxECodeHeader1.3.6.1.4.1.2272.1.12.13.1.61Counter32read-onlyTotal errors peer received: Header
C32 rcStatBgpPeerAfTxECodeOpen1.3.6.1.4.1.2272.1.12.13.1.62Counter32read-onlyTotal errors peer received: Open
C32 rcStatBgpPeerAfTxECodeUpdate1.3.6.1.4.1.2272.1.12.13.1.63Counter32read-onlyTotal errors peer received: Update
C32 rcStatBgpPeerAfTxECodeHoldtimer1.3.6.1.4.1.2272.1.12.13.1.64Counter32read-onlyTotal errors peer received: Hold
C32 rcStatBgpPeerAfTxECodeFSM1.3.6.1.4.1.2272.1.12.13.1.65Counter32read-onlyTotal errors peer received: Fsm
C32 rcStatBgpPeerAfTxECodeCease1.3.6.1.4.1.2272.1.12.13.1.66Counter32read-onlyTotal errors peer received: Cease
C32 rcStatBgpPeerAfTxHdrCodeNoSync1.3.6.1.4.1.2272.1.12.13.1.67Counter32read-onlyHeader errors peer received: Not Synchronized
C32 rcStatBgpPeerAfTxHdrCodeInvalidMsgLen1.3.6.1.4.1.2272.1.12.13.1.68Counter32read-onlyHeader errors peer received: Invalid message length
C32 rcStatBgpPeerAfTxHdrCodeInvalidMsgType1.3.6.1.4.1.2272.1.12.13.1.69Counter32read-onlyHeader errors peer received: Invalid message type
C32 rcStatBgpPeerAfTxOpCodeBadVer1.3.6.1.4.1.2272.1.12.13.1.70Counter32read-onlyOpen errors peer received: Bad Version
C32 rcStatBgpPeerAfTxOpCodeBadAs1.3.6.1.4.1.2272.1.12.13.1.71Counter32read-onlyOpen errors peer received: Bad AS number
C32 rcStatBgpPeerAfTxOpCodeBadRtID1.3.6.1.4.1.2272.1.12.13.1.72Counter32read-onlyOpen errors peer received: Bad BGP ID
C32 rcStatBgpPeerAfTxOpCodeUnsuppOption1.3.6.1.4.1.2272.1.12.13.1.73Counter32read-onlyOpen errors peer received: Unsupported Options
C32 rcStatBgpPeerAfTxOpCodeAuthFail1.3.6.1.4.1.2272.1.12.13.1.74Counter32read-onlyOpen errors peer received: Authorization failures
C32 rcStatBgpPeerAfTxOpCodeBadHold1.3.6.1.4.1.2272.1.12.13.1.75Counter32read-onlyOpen errors peer received: Bad Hold value
C32 rcStatBgpPeerAfTxUpdCodeMalformedAttrList1.3.6.1.4.1.2272.1.12.13.1.76Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeWelknownAttrUnrecog1.3.6.1.4.1.2272.1.12.13.1.77Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeWelknownAttrMiss1.3.6.1.4.1.2272.1.12.13.1.78Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeAttrFlagError1.3.6.1.4.1.2272.1.12.13.1.79Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeAttrLenError1.3.6.1.4.1.2272.1.12.13.1.80Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeBadORIGINAttr1.3.6.1.4.1.2272.1.12.13.1.81Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeASRoutingLoop1.3.6.1.4.1.2272.1.12.13.1.82Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeBadNHAttr1.3.6.1.4.1.2272.1.12.13.1.83Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeOptionalAttrError1.3.6.1.4.1.2272.1.12.13.1.84Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeBadNetworkField1.3.6.1.4.1.2272.1.12.13.1.85Counter32read-onlyUpdate errors peer received: Malformed Attr List
C32 rcStatBgpPeerAfTxUpdCodeMalformedASPath1.3.6.1.4.1.2272.1.12.13.1.86Counter32read-onlyUpdate errors peer received: Malformed Attr List
T/F rcStatBgpPeerAfReset1.3.6.1.4.1.2272.1.12.13.1.87TruthValueread-createreset peer stats
rcStg1.3.6.1.4.1.2272.1.13
I32 rcStgMaxStgs1.3.6.1.4.1.2272.1.13.1Integer32read-writeThe maximum number of spanning tree groups this device can support concurrently.
I32 rcStgNumStgs1.3.6.1.4.1.2272.1.13.2Integer32read-onlyThe number of spanning tree groups that are currently defined.
POR rcStgUnassignedPorts1.3.6.1.4.1.2272.1.13.3PortSetread-onlyA bitfield used to identify which ports in the system currently not assigned to any STG. The bitfield is 32 octets long representing ports 0 to 255 (inclusive).
rcStgTable1.3.6.1.4.1.2272.1.13.4not-accessibleA table used to store Spanning Tree Group (STG) information. Each row in the table specifies a different STG in the device.
rcStgEntry1.3.6.1.4.1.2272.1.13.4.1not-accessibleSTG attributes
INT rcStgId1.3.6.1.4.1.2272.1.13.4.1.1INTEGERread-onlyAn identifier used to identify a STG in the device.
MAC rcStgTaggedBpduAddress1.3.6.1.4.1.2272.1.13.4.1.2MacAddressread-writeThe MAC address to be assigned to the destination mac address field in tagged BPDUs. The default address is the well known multicast group address 01-80-c2-00-00-00.
I32 rcStgTaggedBpduVlanId1.3.6.1.4.1.2272.1.13.4.1.3Integer32read-writeThe VLAN ID to be used for tagging BPDUs.
MAC rcStgBridgeAddress1.3.6.1.4.1.2272.1.13.4.1.4MacAddressread-onlyThe MAC address used by this bridge when it must be referred to in a unique fashion. It is recommended that this be the numerically smallest MAC address of all ports that belong to this bridge. However it is only required to be unique. When concatenated with rcStgPriority a unique BridgeIdentifier is formed which is used in the Spanning Tree Protocol.
I32 rcStgNumPorts1.3.6.1.4.1.2272.1.13.4.1.5Integer32read-onlyThe number of ports controlled by this bridging entity.
INT rcStgProtocolSpecification1.3.6.1.4.1.2272.1.13.4.1.6INTEGERread-onlyAn indication of what version of the Spanning Tree Protocol is being run. The value 'decLb100(2)' indicates the DEC LANbridge 100 Spanning Tree protocol. IEEE 802.1d implementations will return 'ieee8021d(3)'. If future versions of the IEEE Spanning Tree Protocol are released that are incompatible with the current version a new value will be defined.
INT rcStgPriority1.3.6.1.4.1.2272.1.13.4.1.7INTEGERread-writeThe value of the write-able portion of the Bridge ID, i.e., the first two octets of the (8 octet long) Bridge ID. The other (last) 6 octets of the Bridge ID are given by the value of rcStgBridgeAddress.
TIK rcStgTimeSinceTopologyChange1.3.6.1.4.1.2272.1.13.4.1.8TimeTicksread-onlyThe time (in hundredths of a second) since the last time a topology change was detected by the bridge entity.
C32 rcStgTopChanges1.3.6.1.4.1.2272.1.13.4.1.9Counter32read-onlyThe total number of topology changes detected by this bridge since the management entity was last reset or initialized.
BRI rcStgDesignatedRoot1.3.6.1.4.1.2272.1.13.4.1.10BridgeIdread-onlyThe bridge identifier of the root of the spanning tree as determined by the Spanning Tree Protocol as executed by this node. This value is used as the Root Identifier parameter in all Configuration Bridge PDUs originated by this node.
I32 rcStgRootCost1.3.6.1.4.1.2272.1.13.4.1.11Integer32read-onlyThe cost of the path to the root as seen from this bridge.
NUM rcStgRootPort1.3.6.1.4.1.2272.1.13.4.1.12InterfaceIndexread-onlyThe port number of the port which offers the lowest cost path from this bridge to the root bridge.
TIM rcStgMaxAge1.3.6.1.4.1.2272.1.13.4.1.13Timeoutread-onlyThe maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using.
TIM rcStgHelloTime1.3.6.1.4.1.2272.1.13.4.1.14Timeoutread-onlyThe amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using.
I32 rcStgHoldTime1.3.6.1.4.1.2272.1.13.4.1.15Integer32read-onlyThis time value determines the interval length during which no more than two Configuration bridge PDUs shall be transmitted by this node, in units of hundredths of a second.
TIM rcStgForwardDelay1.3.6.1.4.1.2272.1.13.4.1.16Timeoutread-onlyThis time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. [Note that this value is the one that this bridge is currently using, in contrast to rcStgBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]
TIM rcStgBridgeMaxAge1.3.6.1.4.1.2272.1.13.4.1.17Timeoutread-writeThe value that all bridges use for MaxAge when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of rcStgBridgeHelloTime. The granularity of this timer is specified by 802.1D-1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
TIM rcStgBridgeHelloTime1.3.6.1.4.1.2272.1.13.4.1.18Timeoutread-writeThe value that all bridges use for HelloTime when this bridge is acting as the root. The granularity of this timer is specified by 802.1D- 1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
TIM rcStgBridgeForwardDelay1.3.6.1.4.1.2272.1.13.4.1.19Timeoutread-writeThe value that all bridges use for ForwardDelay when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of rcStgBridgeMaxAge. The granularity of this timer is specified by 802.1D-1990 to be 1 second. An agent may return a badValue error if a set is attempted to a value which is not a whole number of seconds.
T/F rcStgEnableStp1.3.6.1.4.1.2272.1.13.4.1.20TruthValueread-writeIndicate whether the spanning tree protocol should be active in this STG.
T/F rcStgStpTrapEnable1.3.6.1.4.1.2272.1.13.4.1.21TruthValueread-writeIndicate whether traps relating to the spanning tree protocol should be sent for this STG.
OCT rcStgPortMembers1.3.6.1.4.1.2272.1.13.4.1.22OCTET STRINGread-writeA bitfield used to identify which ports in the system are members this STG. The bitfield is 32 octets long representing ports 0 to 255 (inclusive).
ROW rcStgRowStatus1.3.6.1.4.1.2272.1.13.4.1.23RowStatusread-writeRow status.
OCT rcStgPortStpState1.3.6.1.4.1.2272.1.13.4.1.24OCTET STRINGread-onlyEvery 2 bitfields used to identify a port state in this STG. Port state is cataloged as non-stp(0), blocking(1), learning(2), and forwarding(3).
INT rcStgType1.3.6.1.4.1.2272.1.13.4.1.25INTEGERread-writeType of Stg.
T/F rcStgNtStgEnable1.3.6.1.4.1.2272.1.13.4.1.26TruthValueread-writeIndicates whether this STG is Operating in Nortel Mode or in Cisco Mode. true = Nortel Mode false = Cisco Mode.
rcStgPortTable1.3.6.1.4.1.2272.1.13.5not-accessibleA table used to store Spanning Tree Group (STG) port related information. If a port is associated with more than one STGs, the port will have one entry in this table for each STG it assigned to.
rcStgPortEntry1.3.6.1.4.1.2272.1.13.5.1not-accessibleSTG Port attributes
NUM rcStgPort1.3.6.1.4.1.2272.1.13.5.1.1InterfaceIndexread-onlyThe port number of the port for which this entry contains Spanning Tree Protocol management information.
INT rcStgPortStgId1.3.6.1.4.1.2272.1.13.5.1.2INTEGERread-onlyThe STG identifier this port is assigned to.
INT rcStgPortPriority1.3.6.1.4.1.2272.1.13.5.1.3INTEGERread-writeThe value of the priority field which is contained in the first (in network byte order) octet of the (2 octet long) Port ID. The other octet of the Port ID is given by the value of rcStgPort.
INT rcStgPortState1.3.6.1.4.1.2272.1.13.5.1.4INTEGERread-onlyThe port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the bridge has detected a port that is malfunctioning it will place that port into the broken(6) state. For ports which are disabled (see rcStgPortEnable), this object will have a value of disabled(1).
T/F rcStgPortEnableStp1.3.6.1.4.1.2272.1.13.5.1.5TruthValueread-writeThe enabled/disabled status of the port.
T/F rcStgPortFastStart1.3.6.1.4.1.2272.1.13.5.1.6TruthValueread-writeWhen this flag is set, the port is moved straight to the forwarding(5) state upon being enabled.
INT rcStgPortPathCost1.3.6.1.4.1.2272.1.13.5.1.7INTEGERread-writeThe contribution of this port to the path cost of paths towards the spanning tree root which include this port. 802.1D-1990 recommends that the default value of this parameter be in inverse proportion to the speed of the attached LAN.
BRI rcStgPortDesignatedRoot1.3.6.1.4.1.2272.1.13.5.1.8BridgeIdread-onlyThe unique Bridge Identifier of the Bridge recorded as the Root in the Configuration BPDUs transmitted by the Designated Bridge for the segment to which the port is attached.
I32 rcStgPortDesignatedCost1.3.6.1.4.1.2272.1.13.5.1.9Integer32read-onlyThe path cost of the Designated Port of the segment connected to this port. This value is compared to the Root Path Cost field in received bridge PDUs.
BRI rcStgPortDesignatedBridge1.3.6.1.4.1.2272.1.13.5.1.10BridgeIdread-onlyThe Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment.
OCT rcStgPortDesignatedPort1.3.6.1.4.1.2272.1.13.5.1.11OCTET STRINGread-onlyThe Port Identifier of the port on the Designated Bridge for this port's segment.
C32 rcStgPortForwardTransitions1.3.6.1.4.1.2272.1.13.5.1.12Counter32read-onlyThe number of times this port has transitioned from the Learning state to the Forwarding state.
C32 rcStgPortInConfigBpdus1.3.6.1.4.1.2272.1.13.5.1.13Counter32read-onlyThe number of Config BPUDs received by this port.
C32 rcStgPortInTcnBpdus1.3.6.1.4.1.2272.1.13.5.1.14Counter32read-onlyThe number of Topology Change Notification BPUDs received by this port.
C32 rcStgPortInBadBpdus1.3.6.1.4.1.2272.1.13.5.1.15Counter32read-onlyThe number of Bad BPUDs received by this port.
C32 rcStgPortOutConfigBpdus1.3.6.1.4.1.2272.1.13.5.1.16Counter32read-onlyThe number of Config BPUDs transmitted by this port.
C32 rcStgPortOutTcnBpdus1.3.6.1.4.1.2272.1.13.5.1.17Counter32read-onlyThe number of Topology Change Notification BPUDs transmitted by this port.
ROW rcStgPortRowStatus1.3.6.1.4.1.2272.1.13.5.1.18RowStatusread-writeRow status.
T/F rcStgPortChangeDetection1.3.6.1.4.1.2272.1.13.5.1.19TruthValueread-writeIf disabled, topology change notifications are not sent for the port.
I32 rcStgPortPathCost321.3.6.1.4.1.2272.1.13.5.1.20Integer32read-writeThe contribution of this port to the path cost of paths towards the spanning tree root which include this port. 802.1D-1998 recommends that the default value of this parameter be in inverse proportion to the speed of the attached LAN. Replacement for deprecated object dot1dStpPortPathCost.
POR rcStgNotAllowedPorts1.3.6.1.4.1.2272.1.13.6PortSetread-onlyA bitfield used to identify which ports in the system that cannot be assigned to any STG (i.e., which ports are single routable ports). The bitfield is 32 octets long representing ports 0 to 255 (inclusive).
rcBridge1.3.6.1.4.1.2272.1.14
rcBridgeFdbTable1.3.6.1.4.1.2272.1.14.1not-accessibleThis table is an replacement to the standard dot1dTpFdbTable in rfc1493.
rcBridgeFdbEntry1.3.6.1.4.1.2272.1.14.1.1not-accessibleInformation about a specific unicast MAC address for which the bridge has some forwarding information.
INT rcBridgeFdbStatus1.3.6.1.4.1.2272.1.14.1.1.1INTEGERread-onlyThis object indicates the status of this entry.
MAC rcBridgeFdbAddress1.3.6.1.4.1.2272.1.14.1.1.2MacAddressread-onlyA unicast MAC address for which the bridge has forwarding and/or filtering information.
NUM rcBridgeFdbPort1.3.6.1.4.1.2272.1.14.1.1.3InterfaceIndexread-onlyEither the value '0', or the port number of the port on which a frame having a source address equal to the value of the corresponding instance of rcBridgeFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the bridge does have some forwarding/filtering information about this address (e.g. in the dot1dStaticTable). Implementors are encouraged to assign the port value to this object whenever it is learned even for addresses for which the corresponding value of rcBridgeFdbStatus is not learned(3).
T/F rcBridgeFdbMonitor1.3.6.1.4.1.2272.1.14.1.1.4TruthValueread-writeUsed to indicate whether monitoring should be performed on this unicast MAC address. If monitoring is enabled, any packet received with a matching destination MAC address will be forwarded to the port configured to receive monitor traffic.
INT rcBridgeFdbPriority1.3.6.1.4.1.2272.1.14.1.1.5INTEGERread-writeUsed to indicate the priority of the incoming frames with this destination Mac Address.
INT rcBridgeFdbQosLevel1.3.6.1.4.1.2272.1.14.1.1.6INTEGERread-writeUsed to indicate the qos level of the incoming frames with this destination Mac Address.
T/F rcBridgeFdbSmltRemote1.3.6.1.4.1.2272.1.14.1.1.7TruthValueread-onlyA MAC address indicate for remote learnt, either local or remote.
INT rcBridgeFdbVlanId1.3.6.1.4.1.2272.1.14.1.1.8INTEGERread-only
I32 rcBridgeFdbTblSize1.3.6.1.4.1.2272.1.14.2Integer32read-onlyUsed to indicate the number of entries in the bridge forwarding database table.
rcBridgeStaticTable1.3.6.1.4.1.2272.1.14.3not-accessibleThis table is a proprietary replacement to the standard dot1dStaticTable in rfc1493.
rcBridgeStaticEntry1.3.6.1.4.1.2272.1.14.3.1not-accessibleA table containing forwarding information about unicast entries configured into the bridge by management. This information is used by the transparent bridging function in determining how to propagate a received frame.
MAC rcBridgeStaticAddress1.3.6.1.4.1.2272.1.14.3.1.1MacAddressread-onlyThe MAC address of this entry.
NUM rcBridgeStaticPort1.3.6.1.4.1.2272.1.14.3.1.2InterfaceIndexread-onlyPort on which the MAC address is found.
T/F rcBridgeStaticMonitor1.3.6.1.4.1.2272.1.14.3.1.3TruthValueread-writeUsed to indicate whether monitoring should be performed on incoming packets that match this entry.
INT rcBridgeStaticPriority1.3.6.1.4.1.2272.1.14.3.1.4INTEGERread-writeUsed to indicate forwarding priority of incoming packets that match this entry.
INT rcBridgeStaticStatus1.3.6.1.4.1.2272.1.14.3.1.5INTEGERread-writeThis object indicates the status of this entry. The default value is permanent(3).
INT rcBridgeStaticQosLevel1.3.6.1.4.1.2272.1.14.3.1.6INTEGERread-writeUsed to indicate the qos level.
INT rcBridgeStaticVlanId1.3.6.1.4.1.2272.1.14.3.1.7INTEGERread-only
I32 rcBridgeStaticTblSize1.3.6.1.4.1.2272.1.14.4Integer32read-onlyUsed to indicate the number of entries in the bridge static table.
rcBridgeFilterTable1.3.6.1.4.1.2272.1.14.5not-accessibleThis table is a proprietary replacement to the standard dot1dStaticTable (Filtering information) in rfc1493.
rcBridgeFilterEntry1.3.6.1.4.1.2272.1.14.5.1not-accessibleA table containing filtering information configured into the bridge by management specifying a dest- ination address on a specific port and a set of incoming ports. Frames received from one of the incoming ports and containing the specific destination addresses are not allowed to be forwarded.
MAC rcBridgeFilterAddress1.3.6.1.4.1.2272.1.14.5.1.1MacAddressread-onlyThe MAC address of this entry. This address is used to match the destination address of incoming packets.
NUM rcBridgeFilterPort1.3.6.1.4.1.2272.1.14.5.1.2InterfaceIndexread-onlyPort on which this MAC address is found.
OCT rcBridgeFilterNotAllowedFrom1.3.6.1.4.1.2272.1.14.5.1.3OCTET STRINGread-writeUsed to indicate a set of ports. Traffic arriving on any of the specified ports is not forwarded to this MAC address.
INT rcBridgeFilterStatus1.3.6.1.4.1.2272.1.14.5.1.4INTEGERread-writeThis object indicates the status of this entry. The default value is permanent(3).
INT rcBridgeFilterVlanId1.3.6.1.4.1.2272.1.14.5.1.5INTEGERread-only
T/F rcBridgeFilterPcap1.3.6.1.4.1.2272.1.14.5.1.6TruthValueread-writeTo enable pcap for the fdb-filter
OCT rcBridgeFilterDestDiscard1.3.6.1.4.1.2272.1.14.5.1.7OCTET STRINGread-writeUsed to indicate a set of ports. Traffic arriving on any of the specified ports from this MAC address.
OCT rcBridgeFilterSrcDiscard1.3.6.1.4.1.2272.1.14.5.1.8OCTET STRINGread-writeUsed to indicate a set of ports. Traffic arriving on any of the specified ports is not forwarded to this MAC address.
I32 rcBridgeFilterTblSize1.3.6.1.4.1.2272.1.14.6Integer32read-onlyUsed to indicate the number of entries in the bridge filter table.
rcBridgeUnknownMacDiscardTable1.3.6.1.4.1.2272.1.14.7not-accessibleThis table is used to configure the 'unknown mac discard' feature. This feature applies to layer 2 and layer 3 packets coming from or going out to a specific physical port.
rcBridgeUnknownMacDiscardEntry1.3.6.1.4.1.2272.1.14.7.1not-accessibleA table containing information configuring the 'unknown mac discard' feature.
NUM rcBridgeUnknownMacDiscardIfIndex1.3.6.1.4.1.2272.1.14.7.1.1InterfaceIndexread-onlyPort on which this 'unknown mac discard' configuration applied to.
T/F rcBridgeUnknownMacDiscardAutoLearnEnable1.3.6.1.4.1.2272.1.14.7.1.2TruthValueread-writeThis variable is used to enable/disable the auto-learn capability of a specific port. The default value is auto-learn disabled.
INT rcBridgeUnknownMacDiscardAutoLearnMode1.3.6.1.4.1.2272.1.14.7.1.3INTEGERread-writeThis variable is used to control the auto-learn mode to either one-shot or continuous. In one-shot mode, the first n MAC addresses will be learned. The number n is dependents on the system's available resource. In continuous mode, MAC address is continuous learned until the resource limit is reached. After that the subsequent MAC will be disallowed until one of the original learned MAC is aged out. The default value is one-shot mode.
INT rcBridgeUnknownMacDiscardAutoLearnTableMode1.3.6.1.4.1.2272.1.14.7.1.4INTEGERread-writeThis MIB variable is used to lock or unlock the auto-learn MAC table. When the auto-learn table is lock neither new MAC will be learned nor the original learned MAC will be aged out. User needs to lock the auto-learn table before MAC addresses can be save to the NVRAM. The whole auto-learn table will be flushed when the setting change from lock to unlock mode. The default value is unlock mode.
INT rcBridgeUnknownMacDiscardLogViolations1.3.6.1.4.1.2272.1.14.7.1.5INTEGERread-writeThis variable controls the logging action that the system will take when a MAC address violation event was detected. The value 'enable' means a log record will be written to the system log file when a violation event was detected. The default value is enable.
INT rcBridgeUnknownMacDiscardSendTrap1.3.6.1.4.1.2272.1.14.7.1.6INTEGERread-writeThis variable controls the send trap action that system will take when a MAC address violation event was detected. The value 'enable' means a SNMP trap packet will be send to the management station when a violation event was detected. The default value is disable.
INT rcBridgeUnknownMacDiscardDisablePort1.3.6.1.4.1.2272.1.14.7.1.7INTEGERread-writeThis variable controls the 'disable-port' action that system will take when a MAC address violation event was detected. The value 'enable' means the specific port will be disabled when the violation event was detected. It needs user manually to bring the port back once it was disabled. The default value is disable.
INT rcBridgeUnknownMacDiscardDefaultAutoLearnMonitor1.3.6.1.4.1.2272.1.14.7.1.8INTEGERread-writeThis variable controls the default monitor setting of an auto-learn MAC address. The value 'monitor' means a copy of packet that send from or to the auto-learned MAC address will be forwarded to the designated monitoring port on the system. The default value is none.
INT rcBridgeUnknownMacDiscardDefaultAutoLearnPriority1.3.6.1.4.1.2272.1.14.7.1.9INTEGERread-writeThis variable controls the default priority setting of an auto-learn MAC address. The value 'low' means packets send from the MAC address is forwarded at low priority. The value 'high' means packets send from the MAC address is forwarded at high priority. The default value is low.
INT rcBridgeUnknownMacDiscardMacCountMax1.3.6.1.4.1.2272.1.14.7.1.10INTEGERread-writeThis variable represents the maxium number of MACc that can be added to some port.
INT rcBridgeUnknownMacDiscardMacCountCur1.3.6.1.4.1.2272.1.14.7.1.11INTEGERread-onlyThis variable represents the current number of MACs that have been added to some port.
rcBridgeManualEditTable1.3.6.1.4.1.2272.1.14.8not-accessibleThis table is used to specify what MAC addresses can be learned on each port.
rcBridgeManualEditEntry1.3.6.1.4.1.2272.1.14.8.1not-accessibleA table containing information of MAC addresses that can be learned.
MAC rcBridgeManualEditAddress1.3.6.1.4.1.2272.1.14.8.1.1MacAddressread-onlyThis variable contains the source MAC address of an entry.
POR rcBridgeManualEditPorts1.3.6.1.4.1.2272.1.14.8.1.2PortSetread-writeThis variable contains the allowed ports on which the MAC address of this entry can be learned.
T/F rcBridgeManualEditMonitor1.3.6.1.4.1.2272.1.14.8.1.3TruthValueread-writeThis variable specifies the monitoring setting of the MAC address. The value 'true' means a copy of packet frame that send from or to the MAC address is forwarded to the designated monitoring port on the system. The default value is false.
INT rcBridgeManualEditPriority1.3.6.1.4.1.2272.1.14.8.1.4INTEGERread-writeThis variable specifies the priority setting of the MAC address. The value 'low' means packet frames send from the MAC address is forwarded at low priority. The default value is low.
INT rcBridgeManualEditStatus1.3.6.1.4.1.2272.1.14.8.1.5INTEGERread-writeThe variable controls the status of a MAC address in the table. The value 'active' is used to add the MAC address entry into the table. The value 'invalid' is used to delete the MAC address from the table.
I32 rcBridgeManualEditTblSize1.3.6.1.4.1.2272.1.14.9Integer32read-onlyUsed to indicate the number of entries in the manual edit table.
rcBridgeAutoLearnTable1.3.6.1.4.1.2272.1.14.10not-accessibleThis table contains information of auto-learned MAC address when the 'unknow MAC discard' table's auto-learn is enabled. User must explicitly lock and save the table into NVRAM in order to have this table has the same configuration cross the system reset.
rcBridgeAutoLearnEntry1.3.6.1.4.1.2272.1.14.10.1not-accessibleEntries in this table are created automatically when the user explicitly does a lock operation on the auto-learn-table (i.e., when 'AutoLearnTableMode' is set to lock(2)).
MAC rcBridgeAutoLearnAddress1.3.6.1.4.1.2272.1.14.10.1.1MacAddressread-onlyThis variable contains the source MAC address of the entries.
POR rcBridgeAutoLearnPort1.3.6.1.4.1.2272.1.14.10.1.2PortSetread-onlyThis variable contains the port where the MAC address was learned.
T/F rcBridgeAutoLearnMonitor1.3.6.1.4.1.2272.1.14.10.1.3TruthValueread-onlyThis variable contains the monitor setting of the MAC address. The value 'true' means a copy of packet frame that send from or to the MAC address is forwarded to the designated monitoring port on the system. This value should be synchronized with the setting of 'unknow MAC discard' table's 'Default AutoLearnMonitor' setting when the MAC address was learned.
INT rcBridgeAutoLearnPriority1.3.6.1.4.1.2272.1.14.10.1.4INTEGERread-onlyThis variable contains the priority setting of the MAC address. The value 'low' means packet frames send from the MAC address is forwarded at low priority. The value 'high' means packet frames send from the MAC address is forwarded at high priority. This value should be synchronized with the setting of 'unknow MAC discard' table's 'DefaultAutoLearnPriority' setting when the MAC address was learned.
INT rcBridgeAutoLearnAction1.3.6.1.4.1.2272.1.14.10.1.5INTEGERread-writeThis variable is for converting an auto-learned MAC address entry to a manual edit MAC address entry. This variable provides a mechanism for user to move a MAC address entry from auto-learn table to manual edit table.
I32 rcBridgeAutoLearnTblSize1.3.6.1.4.1.2272.1.14.11Integer32read-onlyUsed to indicate the number of entries in the auto learn table.
rcBridgeStaticMulticastTable1.3.6.1.4.1.2272.1.14.12not-accessible
rcBridgeStaticMulticastEntry1.3.6.1.4.1.2272.1.14.12.1not-accessible
MAC rcBridgeStaticMulticastAddress1.3.6.1.4.1.2272.1.14.12.1.1MacAddressread-onlysrc mac addr.
POR rcBridgeStaticMulticastForwardingPorts1.3.6.1.4.1.2272.1.14.12.1.2PortSetread-writeports for forward this mac
IDL rcBridgeStaticMulticastMltIds1.3.6.1.4.1.2272.1.14.12.1.3IdListread-writelist of mlts this mac will be forwarded on
ROW rcBridgeStaticMulticastRowStatus1.3.6.1.4.1.2272.1.14.12.1.4RowStatusread-writerow status
INT rcBridgeStaticMulticastVlanId1.3.6.1.4.1.2272.1.14.12.1.5INTEGERread-onlyVlan Id
I32 rcBridgeStaticMulticastNumMltIds1.3.6.1.4.1.2272.1.14.12.1.6Integer32read-onlynumber of mlts Ids
I32 rcBridgeStaticMulticastTblSize1.3.6.1.4.1.2272.1.14.13Integer32read-onlyUsed to indicate the number of entries in the static multicast table.
rcRateLimitTable1.3.6.1.4.1.2272.1.14.14not-accessible
rcRateLimitEntry1.3.6.1.4.1.2272.1.14.14.1not-accessible
NUM rcRateLimitIfIndex1.3.6.1.4.1.2272.1.14.14.1.1InterfaceIndexread-onlyPort ifindex.
INT rcRateLimitIfTrafficType1.3.6.1.4.1.2272.1.14.14.1.2INTEGERread-writeType of traffic allowed.
INT rcRateLimitIfAllowedRate1.3.6.1.4.1.2272.1.14.14.1.3INTEGERread-writeAllowed traffic rate. If chassis type is 8100.
T/F rcRateLimitIfEnable1.3.6.1.4.1.2272.1.14.14.1.4TruthValueread-writeTurn on/off rate limiting on this interface.
I32 rcRateLimitIfAllowedRatePps1.3.6.1.4.1.2272.1.14.14.1.5Integer32read-writeAllowed traffic rate packets per second. If chassis type is 8600/8800.
INT rcRateLimitIfAllowedRateKbps1.3.6.1.4.1.2272.1.14.14.1.6INTEGERread-writeAllowed traffic rate Kbits per second. If chassis type is R-module.
rcBridgeStaticMcastTable1.3.6.1.4.1.2272.1.14.15not-accessible
rcBridgeStaticMcastEntry1.3.6.1.4.1.2272.1.14.15.1not-accessible
INT rcBridgeStaticMcastVlanId1.3.6.1.4.1.2272.1.14.15.1.1INTEGERread-onlyVlan Id
MAC rcBridgeStaticMcastAddress1.3.6.1.4.1.2272.1.14.15.1.2MacAddressread-onlysrc mac addr.
POR rcBridgeStaticMcastForwardingPorts1.3.6.1.4.1.2272.1.14.15.1.3PortSetread-writeports for forward this mac
IDL rcBridgeStaticMcastMltIds1.3.6.1.4.1.2272.1.14.15.1.4IdListread-writelist of mlts this mac will be forwarded on
I32 rcBridgeStaticMcastNumMltIds1.3.6.1.4.1.2272.1.14.15.1.5Integer32read-onlynumber of mlts Ids
ROW rcBridgeStaticMcastRowStatus1.3.6.1.4.1.2272.1.14.15.1.6RowStatusread-writerow status
rcBridgeFdbProtectTable1.3.6.1.4.1.2272.1.14.17not-accessibleThis table gives information about the mac learning limits on a particular port.
rcBridgeFdbProtectEntry1.3.6.1.4.1.2272.1.14.17.1not-accessibleInformation about a specific MAC address learning limits of a specific port.
NUM rcBridgeFdbProtectPortNum1.3.6.1.4.1.2272.1.14.17.1.1InterfaceIndexread-onlyThis object is the interface on which MAC address learning limit is applied.
I32 rcBridgeFdbProtectMaxMacCount1.3.6.1.4.1.2272.1.14.17.1.2Integer32read-writeUsed to indicate maximum number of MAC address that can be learnt on the port.
I32 rcBridgeFdbProtectMinMacCount1.3.6.1.4.1.2272.1.14.17.1.3Integer32read-writeUsed to indicate minimum number of MAC address learnt which mac address learning will be re-enabled on the port.
ENA rcBridgeFdbProtectEnable1.3.6.1.4.1.2272.1.14.17.1.4EnableValueread-writeUsed to enable or disable MAC learning limit feature on the port.
I32 rcBridgeFdbProtectCurrentMacCount1.3.6.1.4.1.2272.1.14.17.1.5Integer32read-onlyThis object indicates the current number of MAC address learnt on the port.
T/F rcBridgeFdbProtectMacLearning1.3.6.1.4.1.2272.1.14.17.1.6TruthValueread-onlyThis object indicates whether the port can currrently learn new MAC addresses or not.
ENA rcBridgeFdbProtectViolationLogTrap1.3.6.1.4.1.2272.1.14.17.1.7EnableValueread-writeUsed to enable or disable logging and sending of snmp trap, once MAC learning limit is reached for the port.
ENA rcBridgeFdbProtectViolationDownPort1.3.6.1.4.1.2272.1.14.17.1.8EnableValueread-writeUsed to enable or disable the action of disabling the port, once MAC learning limit is reached for the port.
rcBridgeNewFdbTable1.3.6.1.4.1.2272.1.14.18not-accessibleThis table is an replacement to the standard dot1dTpFdbTable in rfc1493.
rcBridgeNewFdbEntry1.3.6.1.4.1.2272.1.14.18.1not-accessibleInformation about a specific unicast MAC address for which the bridge has some forwarding information.
INT rcBridgeNewFdbStatus1.3.6.1.4.1.2272.1.14.18.1.1INTEGERread-writeThis object indicates the status of this entry.
MAC rcBridgeNewFdbAddress1.3.6.1.4.1.2272.1.14.18.1.2MacAddressread-onlyA unicast MAC address for which the bridge has forwarding and/or filtering information.
NUM rcBridgeNewFdbPort1.3.6.1.4.1.2272.1.14.18.1.3InterfaceIndexread-onlyEither the value '0', or the port number of the port on which a frame having a source address equal to the value of the corresponding instance of rcBridgeNewFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the bridge does have some forwarding/filtering information about this address (e.g. in the dot1dStaticTable). Implementors are encouraged to assign the port value to this object whenever it is learned even for addresses for which the corresponding value of rcBridgeNewFdbStatus is not learned(3).
T/F rcBridgeNewFdbMonitor1.3.6.1.4.1.2272.1.14.18.1.4TruthValueread-writeUsed to indicate whether monitoring should be performed on this unicast MAC address. If monitoring is enabled, any packet received with a matching destination MAC address will be forwarded to the port configured to receive monitor traffic.
INT rcBridgeNewFdbQosLevel1.3.6.1.4.1.2272.1.14.18.1.5INTEGERread-writeUsed to indicate the qos level of the incoming frames with this destination Mac Address.
T/F rcBridgeNewFdbSmltRemote1.3.6.1.4.1.2272.1.14.18.1.6TruthValueread-onlyA MAC address indicate for remote learnt, either local or remote.
INT rcBridgeNewFdbVlanId1.3.6.1.4.1.2272.1.14.18.1.7INTEGERread-onlyUsed to indicate the Vlan ID for this MAC address.
rcBridgeRemoteMacTable1.3.6.1.4.1.2272.1.14.21not-accessibleThis table is for PLSB cvlan UNI remote mac entries
rcBridgeRemoteMacEntry1.3.6.1.4.1.2272.1.14.21.1not-accessibleInformation about a specific cvlan UNI remote MAC address for which the bridge has the forwarding information.
I32 rcBridgeRemoteMacVlanId1.3.6.1.4.1.2272.1.14.21.1.1Integer32not-accessibleUsed to indicate the Vlan ID for this MAC address.
MAC rcBridgeRemoteMacAddr1.3.6.1.4.1.2272.1.14.21.1.2MacAddressnot-accessibleA customer MAC address for which the bridge has forwarding and/or filtering information.
INT rcBridgeRemoteMacStatus1.3.6.1.4.1.2272.1.14.21.1.3INTEGERread-onlyThis object indicates the status of this entry.
MAC rcBridgeRemoteMacDestAddr1.3.6.1.4.1.2272.1.14.21.1.4MacAddressread-onlyA provider MAC address for which the bridge has forwarding and/or filtering information.
I32 rcBridgeRemoteMacPrimaryBVlanId1.3.6.1.4.1.2272.1.14.21.1.5Integer32read-onlyUsed to indicate the BVlan ID for this MAC address.
OCT rcBridgeRemoteMacPrimaryDestSysName1.3.6.1.4.1.2272.1.14.21.1.6OCTET STRINGread-onlyPrimary System name of the node where MAC address entry come from.
NUM rcBridgeRemoteMacPrimaryPort1.3.6.1.4.1.2272.1.14.21.1.7InterfaceIndexread-onlyEither the value '0', or the primary port on which a frame came from.
I32 rcBridgeRemoteMacSecondaryBVlanId1.3.6.1.4.1.2272.1.14.21.1.8Integer32read-onlyUsed to indicate the BVlan ID for this MAC address.
OCT rcBridgeRemoteMacSecondaryDestSysName1.3.6.1.4.1.2272.1.14.21.1.9OCTET STRINGread-onlySecondary System name of the node where MAC address entry come from.
NUM rcBridgeRemoteMacSecondaryPort1.3.6.1.4.1.2272.1.14.21.1.10InterfaceIndexread-onlyEither the value '0', or the secondary port on which a frame came from.
T/F rcBridgeRemoteMacSmltRemote1.3.6.1.4.1.2272.1.14.21.1.11TruthValueread-onlyA MAC address indicate for remote learnt from ist peer
rcBoot1.3.6.1.4.1.2272.1.15
STR rcBootFlashSwVersion1.3.6.1.4.1.2272.1.15.1DisplayStringread-onlyBootFlashSwVersion indicates the software version in the Flash.
STR rcBootPcmciaSwVersion1.3.6.1.4.1.2272.1.15.2DisplayStringread-onlyBootPcmciaSwVersion indicate the software version in the Pcmcia card.
STR rcBootLastBootSource1.3.6.1.4.1.2272.1.15.3DisplayStringread-onlyIndicates the boot source of the last the system boot.
INT rcBootPrimary1.3.6.1.4.1.2272.1.15.4INTEGERread-writeBootPrimary is indicator for the primary source to boot the system.
INT rcBootSecondary1.3.6.1.4.1.2272.1.15.5INTEGERread-writeBootSecondary indicates the second choice of the boot source.
INT rcBootTertiary1.3.6.1.4.1.2272.1.15.6INTEGERread-writeBootTertiary indicates the third choice of boot source.
rcDevice1.3.6.1.4.1.2272.1.16
STR rcDeviceLastBootSource1.3.6.1.4.1.2272.1.16.1DisplayStringread-onlyUsed to indicate the source of the software image the system was last booted with.
INT rcDevicePrimarySource1.3.6.1.4.1.2272.1.16.2INTEGERread-writeUsed to indicate the primary choice to get a system software image.
STR rcDevicePrimarySourceFileName1.3.6.1.4.1.2272.1.16.3DisplayStringread-writeUsed to indicate a file number, if applicable.
INT rcDeviceSecondarySource1.3.6.1.4.1.2272.1.16.4INTEGERread-writeUsed to indicate the secondary choice to get a system software image.
STR rcDeviceSecondarySourceFileName1.3.6.1.4.1.2272.1.16.5DisplayStringread-writeUsed to indicate a file name, if applicable.
INT rcDeviceTertiarySource1.3.6.1.4.1.2272.1.16.6INTEGERread-writeUsed to indicate the tertiary choice to get a system software image.
STR rcDeviceTertiarySourceFileName1.3.6.1.4.1.2272.1.16.7DisplayStringread-writeUsed to indicate a file name, if applicable.
INT rcDeviceConfigSource1.3.6.1.4.1.2272.1.16.8INTEGERread-writeUsed to indicate the location to get a system configuration file during system boot.
STR rcDeviceConfigSourceFileName1.3.6.1.4.1.2272.1.16.9DisplayStringread-writeUsed to indicate a file name, if applicable.
I32 rcDeviceFlashBytesUsed1.3.6.1.4.1.2272.1.16.10Integer32read-onlyUsed to indicate the number of bytes used in the system's configuration flash device.
I32 rcDeviceFlashBytesFree1.3.6.1.4.1.2272.1.16.11Integer32read-onlyUsed to indicate the number of bytes available in the system's configuration flash device.
I32 rcDevicePcmciaBytesUsed1.3.6.1.4.1.2272.1.16.12Integer32read-onlyUsed to indicate the number of bytes used in the system's PCMCIA device.
I32 rcDevicePcmciaBytesFree1.3.6.1.4.1.2272.1.16.13Integer32read-onlyUsed to indicate the number of bytes available in the system's PCMCIA device.
INT rcDeviceAction1.3.6.1.4.1.2272.1.16.14INTEGERread-writeUsed to specify a particular action to perform on one of the system's device.
INT rcDeviceResult1.3.6.1.4.1.2272.1.16.15INTEGERread-onlyUsed to indicate the result of the last action performed on one of the system's device.
INT rcDeviceFlashNumFiles1.3.6.1.4.1.2272.1.16.16INTEGERread-onlyUsed to indicate the number of files available in the system's configuration flash device.
INT rcDevicePcmciaNumFiles1.3.6.1.4.1.2272.1.16.17INTEGERread-onlyUsed to indicate the number of files available in the system's PCMCIA device.
rcDeviceFlashTable1.3.6.1.4.1.2272.1.16.25not-accessibleFlash table.
rcDeviceFlashEntry1.3.6.1.4.1.2272.1.16.25.1not-accessibleAn entry in the system's flash table.
INT rcDeviceFlashFileNum1.3.6.1.4.1.2272.1.16.25.1.1INTEGERread-onlyUsed to indicate a particular file in flash.
STR rcDeviceFlashFileName1.3.6.1.4.1.2272.1.16.25.1.2DisplayStringread-onlyUsed to indicate a flash file's name.
STR rcDeviceFlashFileVersion1.3.6.1.4.1.2272.1.16.25.1.3DisplayStringread-onlyUsed to indicate the flash file's version.
INT rcDeviceFlashFileType1.3.6.1.4.1.2272.1.16.25.1.4INTEGERread-onlyUsed to indicate the flash file's type.
INT rcDeviceFlashFileMode1.3.6.1.4.1.2272.1.16.25.1.5INTEGERread-onlyUsed to indicate the flash file's mode.
I32 rcDeviceFlashFileSize1.3.6.1.4.1.2272.1.16.25.1.6Integer32read-onlyUsed to indicate the flash file's size.
I32 rcDeviceFlashFileCrc1.3.6.1.4.1.2272.1.16.25.1.7Integer32read-onlyUsed to indicate the flash file's CRC.
INT rcDeviceFlashFileStatus1.3.6.1.4.1.2272.1.16.25.1.8INTEGERread-onlyUsed to indicate the flash file's status. A file that has been marked for deletion, but who's space has not been reclaimed yet is marked as 'deleted'.
ROW rcDeviceFlashRowStatus1.3.6.1.4.1.2272.1.16.25.1.9RowStatusread-writeRow status.
rcDevicePcmciaTable1.3.6.1.4.1.2272.1.16.26not-accessiblePCMCIA table.
rcDevicePcmciaEntry1.3.6.1.4.1.2272.1.16.26.1not-accessibleAn entry in the system's PCMCIA table.
INT rcDevicePcmciaFileNum1.3.6.1.4.1.2272.1.16.26.1.1INTEGERread-onlyUsed to indicate a particular file in PCMCIA.
STR rcDevicePcmciaFileName1.3.6.1.4.1.2272.1.16.26.1.2DisplayStringread-onlyUsed to indicate the PCMCIA file's name.
STR rcDevicePcmciaFileVersion1.3.6.1.4.1.2272.1.16.26.1.3DisplayStringread-onlyUsed to indicate the PCMCIA file's version.
INT rcDevicePcmciaFileType1.3.6.1.4.1.2272.1.16.26.1.4INTEGERread-onlyUsed to indicate the PCMCIA file's type.
INT rcDevicePcmciaFileMode1.3.6.1.4.1.2272.1.16.26.1.5INTEGERread-onlyUsed to indicate a particular file in mode.
I32 rcDevicePcmciaFileSize1.3.6.1.4.1.2272.1.16.26.1.6Integer32read-onlyUsed to indicate the PCMCIA file's size.
I32 rcDevicePcmciaFileCrc1.3.6.1.4.1.2272.1.16.26.1.7Integer32read-onlyUsed to indicate the PCMCIA file's CRC.
INT rcDevicePcmciaFileStatus1.3.6.1.4.1.2272.1.16.26.1.8INTEGERread-onlyUsed to indicate the PCMCIA file's status. A file that has been marked for deletion, but who's space has not been reclaimed yet is marked as 'deleted'.
ROW rcDevicePcmciaRowStatus1.3.6.1.4.1.2272.1.16.26.1.9RowStatusread-writeRow status.
rcMlt1.3.6.1.4.1.2272.1.17
I32 rcMltNumMlts1.3.6.1.4.1.2272.1.17.1Integer32read-onlyThe number of MLTs currently defined in the switch.
POR rcMltPotentialMembers1.3.6.1.4.1.2272.1.17.2PortSetread-onlyThe set of ports that are not members of any MLT.
ENA rcMltIstSessionEnable1.3.6.1.4.1.2272.1.17.3EnableValueread-writeUsed to enable/disable mlt functionality.
INT rcMltIstSessionStatus1.3.6.1.4.1.2272.1.17.4INTEGERread-onlyUsed to enable/disable mlt functionality.
IP rcMltIstPeerIp1.3.6.1.4.1.2272.1.17.5IpAddressread-writeIST mlt Peer Ip address.
INT rcMltIstVlanId1.3.6.1.4.1.2272.1.17.6INTEGERread-writeIST mlt Vlan Id.
rcMltTable1.3.6.1.4.1.2272.1.17.10not-accessibleA list of Multi-Link Trunk entries. The number of entries is given by rcMltNumMlts.
rcMltEntry1.3.6.1.4.1.2272.1.17.10.1not-accessibleEntry containing configuration information for a particular Multi-Link Trunk.
INT rcMltId1.3.6.1.4.1.2272.1.17.10.1.1INTEGERread-onlyA value that uniquely identifies the Multi-Link Trunk associated with this entry.
STR rcMltName1.3.6.1.4.1.2272.1.17.10.1.2DisplayStringread-writeAn administratively-assigned name for this MLT.
POR rcMltPortMembers1.3.6.1.4.1.2272.1.17.10.1.3PortSetread-writeThe set of ports that are members of this MLT.
INT rcMltPortType1.3.6.1.4.1.2272.1.17.10.1.4INTEGERread-writeThe type of MLT port: access(1) or trunk(2).
I32 rcMltNumVlanIds1.3.6.1.4.1.2272.1.17.10.1.5Integer32read-onlyUsed to indicate the number of VLAN IDs that are stored in the rcMltVlanIds variable.
IDL rcMltVlanIds1.3.6.1.4.1.2272.1.17.10.1.6IdListread-writeAn array used to identify which VLANs this MLT is associated with. Each VLAN ID is stored as a two octet value. The first octet in the pair holds bits 15-8 of the VLAN ID, while the second octet holds bits 7-0 of the VLAN ID. This object is now replaced by rcMltVlanIdList.
ROW rcMltRowStatus1.3.6.1.4.1.2272.1.17.10.1.7RowStatusread-writeUsed to create/delete entries in the rcMltTable.
T/F rcMltEnable1.3.6.1.4.1.2272.1.17.10.1.8TruthValueread-onlyEnable the entry.
T/F rcMltLoadBalance1.3.6.1.4.1.2272.1.17.10.1.9TruthValueread-writePerform load balance?
INT rcMltDistributionAlgorithm1.3.6.1.4.1.2272.1.17.10.1.10INTEGERread-writenone(1), ... It will be fill later
NUM rcMltIfIndex1.3.6.1.4.1.2272.1.17.10.1.11InterfaceIndexread-onlyUsed to indicate the 'logical' ifIndex assigned to this MLT.
INT rcMltMltType1.3.6.1.4.1.2272.1.17.10.1.12INTEGERread-writeMLT type.
INT rcMltSmltId1.3.6.1.4.1.2272.1.17.10.1.13INTEGERread-writeSplit MLT id.
INT rcMltRunningType1.3.6.1.4.1.2272.1.17.10.1.14INTEGERread-onlySplit MLT running type.
INT rcMltSvlanPortType1.3.6.1.4.1.2272.1.17.10.1.15INTEGERread-writeSet MLT port type.
ENA rcMltMulticastDistribution1.3.6.1.4.1.2272.1.17.10.1.16EnableValueread-writeEnable/Disable multicast distribution per mlt.
ENA rcMltAggregatable1.3.6.1.4.1.2272.1.17.10.1.18EnableValueread-writeEnable/Disable link aggregation on a MLT.
INT rcMltClearLinkAggregate1.3.6.1.4.1.2272.1.17.10.1.19INTEGERread-writeclear link aggregate, equivalent to disable and re-enable aggregatable on the MLT.
T/F rcMltNtStgEnable1.3.6.1.4.1.2272.1.17.10.1.20TruthValueread-writeIndicates whether this MLT is operating in Nortel Mode or in Cisco Mode. true = Nortel Mode false = Cisco Mode.
NUM rcMltDesignatedPort1.3.6.1.4.1.2272.1.17.10.1.21InterfaceIndexread-onlyIndicates the Designated port for the MLT.
ENA rcMltAggOperState1.3.6.1.4.1.2272.1.17.10.1.22EnableValueread-onlyLink aggregation state on a MLT.
TIK rcMltAggTimeOfLastOperChange1.3.6.1.4.1.2272.1.17.10.1.23TimeTicksread-onlyThe time value since the interface entered its current operational state.
I32 rcMltAggMinLink1.3.6.1.4.1.2272.1.17.10.1.34Integer32read-createIf number of active links goes below configured minimum-link number, the entire LAG is declared down.
OCT rcMltVlanIdList1.3.6.1.4.1.2272.1.17.10.1.42OCTET STRINGread-writeThis bitfield is used to identify which VLANs this MLT is associated with. Each VLAN ID is stored as a bit. The most-significant (left-most) bit represents Vlan Id 1.
rcMltMcastDistribution1.3.6.1.4.1.2272.1.17.11
T/F rcMltMcastDistributionEnable1.3.6.1.4.1.2272.1.17.11.1TruthValueread-writeUsed to enable/disable this feature to distribute multicast traffic on MLT ports. All the cards in the system must be E-Tickets. Cannot perform distribution in a mixed mode.
IP rcMltMcastDistributionGrpMask1.3.6.1.4.1.2272.1.17.11.2IpAddressread-writeGroup Mask. Create a MLT abstraction layer to distribute traffic basd on (source, group) information of the multicast packet. The algorithm to pick the actual port nedds to generate a fairly random number for different combinations but a lways generate the same number for a given (source, group) pair. By default, the number of active ports of the MLT is used to MOD the pseudo-random number generated by the XOR of each byte of the masked group address with the masked source address.
IP rcMltMcastDistributionSrcMask1.3.6.1.4.1.2272.1.17.11.3IpAddressread-writeSource Mask.
T/F rcMltMcastDistributionRedistributionEnable1.3.6.1.4.1.2272.1.17.11.4TruthValueread-writeEnable redistribution.
rcSltPortTable1.3.6.1.4.1.2272.1.17.12not-accessible
rcSltPortEntry1.3.6.1.4.1.2272.1.17.12.1not-accessibleEntry containing configuration information for a particular Multi-Link Trunk.
NUM rcSltPortIfIndex1.3.6.1.4.1.2272.1.17.12.1.1InterfaceIndexread-onlyAn interface for this SLT.
INT rcSltPortSmltId1.3.6.1.4.1.2272.1.17.12.1.2INTEGERread-writeA uniquely identifies the Single-Link Trunk associated with this entry.
INT rcSltPortOperType1.3.6.1.4.1.2272.1.17.12.1.3INTEGERread-onlyThe current operate type of the port normal or smlt.
ROW rcSltPortRowStatus1.3.6.1.4.1.2272.1.17.12.1.4RowStatusread-writeUsed to create/delete entries of the Table.
rcMltNotificationObjects1.3.6.1.4.1.2272.1.17.15
INT rcMltAggTrapEvent1.3.6.1.4.1.2272.1.17.15.1INTEGERaccessible-for-notifyIt indicates three trap events: local down(1), remote down(2), up(3).
ENA rcMltIstStpEnable1.3.6.1.4.1.2272.1.17.16EnableValueread-writeUsed to enable/disable mlt ist stp functionality.
rcWeb1.3.6.1.4.1.2272.1.18
T/F rcWebEnableServer1.3.6.1.4.1.2272.1.18.1TruthValueread-writeControl whether the web server should be enabled. Setting this variable to true will make the server operational. Setting this variable to false will disable server.
STR rcWebRWAUserName1.3.6.1.4.1.2272.1.18.2DisplayStringread-writeUser name for the read-write-all web-server account.
STR rcWebRWAPassword1.3.6.1.4.1.2272.1.18.3DisplayStringread-writePassword for the read-write-all web-server account.
STR rcWebRWUserName1.3.6.1.4.1.2272.1.18.4DisplayStringread-writeUser name for the read-write web-server account.
STR rcWebRWPassword1.3.6.1.4.1.2272.1.18.5DisplayStringread-writePassword for the read-write web-server account.
STR rcWebROUserName1.3.6.1.4.1.2272.1.18.6DisplayStringread-writeUser name for the read-only web-server account.
STR rcWebROPassword1.3.6.1.4.1.2272.1.18.7DisplayStringread-writePassword for the read-only web-server account.
TIK rcWebLastChange1.3.6.1.4.1.2272.1.18.8TimeTicksread-onlyLast web-browser initiated configuration change since sysUpTime.
I32 rcWebNumHits1.3.6.1.4.1.2272.1.18.9Integer32read-onlyNumber of hits to the web-server
I32 rcWebNumAccessChecks1.3.6.1.4.1.2272.1.18.10Integer32read-onlyNumber of access checks performed by the web-server
I32 rcWebNumAccessBlocks1.3.6.1.4.1.2272.1.18.11Integer32read-onlyNumber of accesses blocked by the web-server
I32 rcWebNumRxErrors1.3.6.1.4.1.2272.1.18.12Integer32read-onlyNumber of receive errors encountered by the web-server
I32 rcWebNumTxErrors1.3.6.1.4.1.2272.1.18.13Integer32read-onlyNumber of transmit errors encountered by the web-server
I32 rcWebNumSetRequest1.3.6.1.4.1.2272.1.18.14Integer32read-onlyNumber of set-request to the web-server
STR rcWebPrimaryHtmlSourceDir1.3.6.1.4.1.2272.1.18.15DisplayStringread-writeprimary html source directory
STR rcWebSecondaryHtmlSourceDir1.3.6.1.4.1.2272.1.18.16DisplayStringread-writesecondary html source directory
STR rcWebTertiaryHtmlSourceDir1.3.6.1.4.1.2272.1.18.17DisplayStringread-writetertiary html source directory
STR rcWebRWL3UserName1.3.6.1.4.1.2272.1.18.18DisplayStringread-writeuser name for the L3 web server account
STR rcWebRWL3Password1.3.6.1.4.1.2272.1.18.19DisplayStringread-writepassword for the L3 web server account
STR rcWebRWL2UserName1.3.6.1.4.1.2272.1.18.20DisplayStringread-writeuser name for the L2 web server account
STR rcWebRWL2Password1.3.6.1.4.1.2272.1.18.21DisplayStringread-writepassword for the L2 web server account
INT rcWebDefaultDisplayRows1.3.6.1.4.1.2272.1.18.22INTEGERread-writedefault display rows in html page.
IP rcWebLastHostAccessBlocked1.3.6.1.4.1.2272.1.18.23IpAddressread-onlylast host access blocked
OCT rcWebHelpTftpSourceDir1.3.6.1.4.1.2272.1.18.24OCTET STRINGread-writetftp source directory for help files
INT rcWebHttpPort1.3.6.1.4.1.2272.1.18.25INTEGERread-writethe HTTP port for web access
T/F rcWebSecureOnly1.3.6.1.4.1.2272.1.18.26TruthValueread-writeControl whether the secure only should be enabled. Setting this variable to true will make the server support HTTPS only. Setting this variable to false will make the server support both HTTP & HTTPS
I32 rcWebHttpsPort1.3.6.1.4.1.2272.1.18.27Integer32read-writethe HTTPs port for web access
rcCli1.3.6.1.4.1.2272.1.19
STR rcCliRWAUserName1.3.6.1.4.1.2272.1.19.1DisplayStringread-writeUser name for the read-write-all CLI account.
STR rcCliRWAPassword1.3.6.1.4.1.2272.1.19.2DisplayStringread-writePassword for the read-write-all CLI account.
STR rcCliRWUserName1.3.6.1.4.1.2272.1.19.3DisplayStringread-writeUser name for the read-write CLI account.
STR rcCliRWPassword1.3.6.1.4.1.2272.1.19.4DisplayStringread-writePassword for the read-write CLI account.
STR rcCliRWL3UserName1.3.6.1.4.1.2272.1.19.5DisplayStringread-writeUser name for the read-write layer-3 CLI account.
STR rcCliRWL3Password1.3.6.1.4.1.2272.1.19.6DisplayStringread-writePassword for the read-write layer-3 CLI account.
STR rcCliRWL2UserName1.3.6.1.4.1.2272.1.19.7DisplayStringread-writeUser name for the read-write layer-2 CLI account.
STR rcCliRWL2Password1.3.6.1.4.1.2272.1.19.8DisplayStringread-writePassword for the read-write layer-2 CLI account.
STR rcCliROUserName1.3.6.1.4.1.2272.1.19.9DisplayStringread-writeUser name for the read-only CLI account.
STR rcCliROPassword1.3.6.1.4.1.2272.1.19.10DisplayStringread-writePassword for the read-only CLI account.
INT rcCliMaxTelnetSessions1.3.6.1.4.1.2272.1.19.11INTEGERread-writeUsed to indicate the maximum number of telnet sessions the system will support.
INT rcCliMaxRloginSessions1.3.6.1.4.1.2272.1.19.12INTEGERread-writeUsed to indicate the maximum number of rlogin sessions the system will support.
INT rcCliTimeout1.3.6.1.4.1.2272.1.19.13INTEGERread-writeUsed to indicate the amount of idle time, in seconds to wait before timing out telnet and rlogin sessions.
I32 rcCliNumAccessViolations1.3.6.1.4.1.2272.1.19.14Integer32read-onlyUsed to indicate the number of CLI access violations detected by the system.
STR rcCliRWL1UserName1.3.6.1.4.1.2272.1.19.15DisplayStringread-writeUser name for the read-write layer-1 CLI account.
STR rcCliRWL1Password1.3.6.1.4.1.2272.1.19.16DisplayStringread-writePassword for the read-write layer-1 CLI account.
INT rcCliPasswordChange1.3.6.1.4.1.2272.1.19.17INTEGERread-onlyUsed to indication which password is changed when sending a rcCliPasswordChange trap.
INT rcCliPassChangeResult1.3.6.1.4.1.2272.1.19.18INTEGERread-onlyUsed to indication the result of changing password when sending a rcPasswordChange trap.
T/F rcCliRWEnable1.3.6.1.4.1.2272.1.19.19TruthValueread-writeEnable/Disable for the read-write CLI account.
T/F rcCliRWL1Enable1.3.6.1.4.1.2272.1.19.20TruthValueread-writeEnable/Disable for the read-write-layer1 CLI account.
T/F rcCliRWL2Enable1.3.6.1.4.1.2272.1.19.21TruthValueread-writeEnable/Disable for the read-write-layer2 CLI account.
T/F rcCliRWL3Enable1.3.6.1.4.1.2272.1.19.22TruthValueread-writeEnable/Disable for the read-write-layer3 CLI account.
T/F rcCliROEnable1.3.6.1.4.1.2272.1.19.23TruthValueread-writeEnable/Disable for the read-only CLI account.
rcError1.3.6.1.4.1.2272.1.20
I32 rcErrorLevel1.3.6.1.4.1.2272.1.20.1Integer32read-onlyError level indicator for the last error reported in the system. The meaning of this value are : 0 = Informative Information 1 = Warning Condition 2 = Error Condition 3 = Manufacturing Information 4 = Fatal Condition
I32 rcErrorCode1.3.6.1.4.1.2272.1.20.2Integer32read-onlyError code indicator for the last error reported in the system. This is an encoded value that identifies the software module that generated the error message as well as a specific error condition within that module. This value is transparent to the user. This value is intended to help Accelar support and development staff to isolate system problems.
STR rcErrorText1.3.6.1.4.1.2272.1.20.3DisplayStringread-onlyError string of the last error reported in the system.
INT rcErrorReturnCode1.3.6.1.4.1.2272.1.20.4INTEGERread-onlyThis variable is used primarily as an enumeration to list the proprietary return codes that this device can send to a management station in response to a failed SNMP operation.
T/F rcErrorSendTrap1.3.6.1.4.1.2272.1.20.5TruthValueread-writeIndicates whether to send trap upon receiving an error in the system.
rcTraps1.3.6.1.4.1.2272.1.21
rcTrapsMib1.3.6.1.4.1.2272.1.21.0
NTF rcnCardDown1.3.6.1.4.1.2272.1.21.0.1A rcCardDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the down state.
NTF rcnCardUp1.3.6.1.4.1.2272.1.21.0.2A rcCardUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the up state.
NTF rcnErrorNotification1.3.6.1.4.1.2272.1.21.0.3A rcErrorNotification trap signifies that the SNMPv2 entity, acting in an agent role, has detected that an error condition has occured.
NTF rcnStpNewRoot1.3.6.1.4.1.2272.1.21.0.4A rcStpNewRoot trap signifies that the SNMPv2 entity, acting in an agent role, has detected the Spanning Tree Protocol has declared the device to be the new root of the spanning tree.
NTF rcnStpTopologyChange1.3.6.1.4.1.2272.1.21.0.5A rcStpTopologyChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected the Spanning Tree Protocol has gone due a topology change event.
NTF rcnChasPowerSupplyDown1.3.6.1.4.1.2272.1.21.0.6A rcChasPowerSupplyDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasPowerSupplyOperStatus object for one of its power supply unit is about to transition into the down state.
NTF rcnChasFanDown1.3.6.1.4.1.2272.1.21.0.7A rcChasFanDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasFanOperStatus object for one of its power supply unit is about to transition into the down state.
NTF rcnLinkOscillation1.3.6.1.4.1.2272.1.21.0.8A rcLinkOscillation trap signifies that the SNMPv2 entity, acting in an agent role, has detected an excessive number of link state transitions on the specified port.
NTF rcnMacViolation1.3.6.1.4.1.2272.1.21.0.9A rcMacViolation trap signifies that the SNMPv2 entity, acting in an agent role, has received a PDU with an invalid source MAC address.
NTF rcnSonetTrap1.3.6.1.4.1.2272.1.21.0.10A rcSonetTrap trap signifies that the SNMPv2 entity, acting in an agent role, has detected a change of status on a Sonet port.
NTF rcn2kCardDown1.3.6.1.4.1.2272.1.21.0.11A rcCardDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the down state.
NTF rcn2kCardUp1.3.6.1.4.1.2272.1.21.0.12A rcCardUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the up state.
NTF rcn2kTemperature1.3.6.1.4.1.2272.1.21.0.13A rc2kTemperature trap signifies that the SNMPv2 entity, acting in an agent role, has detected the chassis is over-heating.
NTF rcnChasPowerSupplyUp1.3.6.1.4.1.2272.1.21.0.14A rcChasPowerSupplyUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasPowerSupplyOperStatus object for one of its power supply unit is about to transition into the up state.
NTF rcn2kAtmPvcLinkStateChange1.3.6.1.4.1.2272.1.21.0.15A rc2kAtmPvcLinkStateChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rc2kAtmPvcOamVcStatus object for one of PVC is about to transition into different state, either from up to down or from down to up.
NTF rcnStpTCN1.3.6.1.4.1.2272.1.21.0.16A rcStpTopologyChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected the Spanning Tree Protocol has gone due a topology change event.
NTF rcnSmltIstLinkUp1.3.6.1.4.1.2272.1.21.0.17A rcSmltIstLinkUp trap signifies that the split MLT link is from down to up.
NTF rcnSmltIstLinkDown1.3.6.1.4.1.2272.1.21.0.18A rcSmltIstLinkDown trap signifies that the split MLT link is from up to down.
NTF rcnSmltLinkUp1.3.6.1.4.1.2272.1.21.0.19A rcMltSmltId trap signifies that the split SMLT link is up.
NTF rcnSmltLinkDown1.3.6.1.4.1.2272.1.21.0.20A rcMltSmltId trap signifies that the split SMLT link is down.
NTF rcnChasFanUp1.3.6.1.4.1.2272.1.21.0.21A rcChasFanUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasFanOperStatus object for one of its power supply unit is about to transition into the up state.
NTF rcnPasswordChange1.3.6.1.4.1.2272.1.21.0.22A rcPasswordChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the one of the cli password is changed.
NTF rcnEmError1.3.6.1.4.1.2272.1.21.0.23A rcEmError trap signifies that the SNMPv2 entity, acting in an agent role, has detected Em error.
NTF rcnPcmciaCardRemoved1.3.6.1.4.1.2272.1.21.0.25A rcPcmciaRemoved trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the PCMCIA card is being removed.
NTF rcnSmartCpldTimerFired1.3.6.1.4.1.2272.1.21.0.26A rcSmartCpldTimerFired trap signifies that the cpld timer fired.
NTF rcnCardCpldNotUpDate1.3.6.1.4.1.2272.1.21.0.27A rcCardCpldNotUpDate trap signifies that the cpld is not up to date.
NTF rcnIgapLogFileFull1.3.6.1.4.1.2272.1.21.0.28A rcIgapLogFileFull trap signifies that the Igap accounting time-out Log File reach the maximum.
NTF rcnCpLimitShutDown1.3.6.1.4.1.2272.1.21.0.29A rcCpLimitShutDown trap signifies that the cp limit for the port is shutting down.
NTF rcnSshServerEnabled1.3.6.1.4.1.2272.1.21.0.30A rcSshServerEnabled trap signifies that the SSH server is enabled.
NTF rcnSshServerDisabled1.3.6.1.4.1.2272.1.21.0.31A rcSshServerDisabled trap signifies that the SSH server is disabled.
NTF rcnSshSessionLogin1.3.6.1.4.1.2272.1.21.0.32A rcSshSessionLogin trap signifies that there is a SSH session login.
NTF rcnSshSessionLogout1.3.6.1.4.1.2272.1.21.0.33A rcSshSessionLogout trap signifies that there is a SSH session logout.
NTF rcnSshUnauthorizedAccess1.3.6.1.4.1.2272.1.21.0.34A rcSshUnauthorizedAccess trap signifies that an unauthorized access has occured.
NTF rcnHaCpuState1.3.6.1.4.1.2272.1.21.0.35A rcHaCpuState trap signifies that the state of the HA-CPU.
NTF rcnInsufficientMemory1.3.6.1.4.1.2272.1.21.0.36A rcInsufficientMemory trap indicates insufficient memory on CPU blade for proper operation. Recommended memory = 256 MB available through Nortel Networks upgrade kit
NTF rcnSaveConfigAction1.3.6.1.4.1.2272.1.21.0.37A rcSaveConfigAction trap indicates the switch run time or boot configuration is being saved
NTF rcnLoopDetectOnPort1.3.6.1.4.1.2272.1.21.0.38A rcLoopDetectOnPort trap indicates that a loop has been detected on a port. The vlan on that port will be disabled.
NTF rcnbgpEstablished1.3.6.1.4.1.2272.1.21.0.39The BGP Established event is generated when the BGP FSM enters the ESTABLISHED state.
NTF rcnbgpBackwardTransition1.3.6.1.4.1.2272.1.21.0.40The BGPBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state.
NTF rcnAggLinkUp1.3.6.1.4.1.2272.1.21.0.41A rcAggLinkUp trap is generated when the operational state of the aggregator changes from down to up.
NTF rcnAggLinkDown1.3.6.1.4.1.2272.1.21.0.42A rcAggLinkDown trap is generated when the operational state of the aggregator changes from up to down.
NTF rcnIgmpNewGroupMember1.3.6.1.4.1.2272.1.21.0.43An IgmpNewGroupMember trap signifies that a new member has come on an interface.
NTF rcnIgmpLossGroupMember1.3.6.1.4.1.2272.1.21.0.44An IgmpLossGroupMember trap signifies that a group member has been lost on an interface.
NTF rcnIgmpNewQuerier1.3.6.1.4.1.2272.1.21.0.45An igmpNewQuerier trap signifies that a new querier has come up on an interface.
NTF rcnIgmpQuerierChange1.3.6.1.4.1.2272.1.21.0.46An rcIgmpQuerierChange trap signifies that the querier has changed.
NTF rcnDvmrpIfStateChange1.3.6.1.4.1.2272.1.21.0.47A rcDvmrpIfStateChange trap signifies that there has been a change in the state of a DVMRP interface.
NTF rcnDvmrpNewNbrChange1.3.6.1.4.1.2272.1.21.0.48A rcDvmrpNewNbrChange trap signifies that a new neighbor has come up on a DVMRP interface.
NTF rcnDvmrpNbrLossChange1.3.6.1.4.1.2272.1.21.0.49A rcDvmrpNbrLossChange trap signifies that a new neighbor has gone down on a DVMRP interface.
NTF rcnFdbProtectViolation1.3.6.1.4.1.2272.1.21.0.59The rcFdbProtectViolation trap signifies that the has violated the user configured limit for total number of fdb-entries learned on that port.
NTF rcnLogMsgControl1.3.6.1.4.1.2272.1.21.0.60A rcMsgControl trap signifies whether the number of times of repeatation of the particular Log message has exceeded the particular frequency/count or not.
NTF rcnSaveConfigFile1.3.6.1.4.1.2272.1.21.0.61A rcSaveConfig trap signifies that either the runtime config or the boot config has been saved on the switch
NTF rcnDNSRequestResponse1.3.6.1.4.1.2272.1.21.0.62A rcDnsRequestResponse trap signifies that the switch had sent a query to the DNS server or it had received a successful response from the DNS Server
NTF rcnDuplicateIpAddress1.3.6.1.4.1.2272.1.21.0.63A rcDuplicateIpAddress trap signifies that a duplicate IP address is detected on the subnet.
NTF rcnLoopDetectPortDown1.3.6.1.4.1.2272.1.21.0.64A rcLoopDetectPortDown trap signifies that a loop has been detected on a port and the port is going to shut down.
NTF rcnLoopDetectMacDiscard1.3.6.1.4.1.2272.1.21.0.67A rcLoopDetectMacDiscard trap signifies that a loop has been Detected on a port and the mac address will be discarded on all ports in that vlan
NTF rcnAutoRecoverPort1.3.6.1.4.1.2272.1.21.0.68A rcnAutoRecoverPort trap signifies that autorecover has re-enabled a port disabled by link flap or cp limit
NTF rcnAutoRecoverLoopDetectedPort1.3.6.1.4.1.2272.1.21.0.69A rcnAutoRecoverPort trap signifies that autorecover has cleared the action taken on a port by loop detect
NTF rcnExtCpLimitShutDown1.3.6.1.4.1.2272.1.21.0.70A rcnExtCpLimitShutDown trap signifies that port is shut down due to Extended CP-Limit.
NTF rcnExtCpLimitSopCongestion1.3.6.1.4.1.2272.1.21.0.71A rcnExtCpLimitSopCongestion signifies that system octapid polling finds that system octapid is congested or not. rcSysExtCplimitSysOctapidCongested signifies whether system octapid is congested or not. rcSysExtCplimitPortsMonitored signifies whether ports are selected for monitoring the ingress traffic utilization.
NTF rcnTacacsAuthFailure1.3.6.1.4.1.2272.1.21.0.74TACACS+ authentication failed for user
NTF rcnTacacsNoServers1.3.6.1.4.1.2272.1.21.0.75Unable to use any TACACS+ servers for authentication
NTF rcnTacacsRxUnsupportedFrame1.3.6.1.4.1.2272.1.21.0.76Received unsupported frame from TACACS+ server
NTF rcnTacacsExceededMaxLogins1.3.6.1.4.1.2272.1.21.0.77Attempted to exceed the maximum number of allowed TACACS+ logins
NTF rcnTacacsClientFailure1.3.6.1.4.1.2272.1.21.0.78TACACS+ Client application is down
NTF rcnBpduReceived1.3.6.1.4.1.2272.1.21.0.79This notification will be generated when a BPDU is received on a port which has BPDU filtering enabled.
NTF rcnVlacpPortDown1.3.6.1.4.1.2272.1.21.0.80A rcnVlacpPortDown trap signifies that Vlacp is down on the port specified.
NTF rcnVlacpPortUp1.3.6.1.4.1.2272.1.21.0.81A rcnVlacpPortUp trap signifies that Vlacp is Up on the port specified.
NTF rcnExtCpLimitShutDownNormal1.3.6.1.4.1.2272.1.21.0.82An rcnExtCpLimitShutDownNormal trap signifies that Ports are shut down due to Extended CP-Limit in Normal mode.
NTF rcnEapMacIntrusion1.3.6.1.4.1.2272.1.21.0.83A rcnEapMacIntrusion trap signifies that an EAP MAC intrusion has occured on this Port.
NTF rcnInterCpuCommStatus1.3.6.1.4.1.2272.1.21.0.84A rcnInterCpuCommStatus trap signifies the current communication status between primary and secondary CPU.
NTF rcPlugOptModTemperatureStatusTrap1.3.6.1.4.1.2272.1.21.0.89Used to trap changes in the temperature status
NTF rcPlugOptModVoltageStatusTrap1.3.6.1.4.1.2272.1.21.0.90Used to trap changes in the voltage level
NTF rcPlugOptModBiasStatusTrap1.3.6.1.4.1.2272.1.21.0.91Used to trap changes in the laser bias status
NTF rcPlugOptModTxPowerStatusTrap1.3.6.1.4.1.2272.1.21.0.92Used to trap changes in the transmit power status
NTF rcPlugOptModRxPowerStatusTrap1.3.6.1.4.1.2272.1.21.0.93Used to trap changes in the received power status
NTF rcPlugOptModAux1StatusTrap1.3.6.1.4.1.2272.1.21.0.94Used to trap changes in the Aux1 status
NTF rcPlugOptModAux2StatusTrap1.3.6.1.4.1.2272.1.21.0.95Used to trap changes in the Aux2 status
NTF rcnMaxRouteWarnClear1.3.6.1.4.1.2272.1.21.0.110A rcnMaxRouteWarnClear trap signifies that the number of routes in the routing table of the Virtual Router has droped below its warning threshold.
NTF rcnMaxRouteWarnSet1.3.6.1.4.1.2272.1.21.0.111A rcnMaxRouteWarnSet trap signifies that the given Virtual Routers routing table is reaching its maximum size. Action should be taken to prevent this
NTF rcnMaxRouteDropClear1.3.6.1.4.1.2272.1.21.0.112A rcnMaxRouteDropClear signifies that the given Virtual Routers routing table is no longer dropping new routes as it is below its maximum size.
NTF rcnMaxRouteDropSet1.3.6.1.4.1.2272.1.21.0.113A rcnMaxRouteDropSet trap signifies that the given Virtual Routers routing table has reached its maximum size, and is now dropping all new non static routes.
NTF rcnMstpNewCistRoot1.3.6.1.4.1.2272.1.21.0.117A rcMstpNewCistRoottrap signifies that the SNMPv2 entity, acting in an agent role, has detected the Multiple Spanning Tree Protocol has declared the device to be the new root of the common internal spanning tree.
NTF rcnMstpNewMstiRoot1.3.6.1.4.1.2272.1.21.0.118A rcMstpNewMstiRoot signifies that the SNMPv2 entity, acting in an agent role, has detected the Multiple Spanning Tree Protocol has declared the device to be the new root of the spanning tree instance.
NTF rcnMstpNewCistRegionalRoot1.3.6.1.4.1.2272.1.21.0.119A rcMstpNewCistRegionalRoottrap signifies that the SNMPv2 entity, acting in an agent role, has detected the Multiple Spanning Tree Protocol has declared the device to be the new regional root of the common internal spanning tree.
NTF rcnRstpNewRoot1.3.6.1.4.1.2272.1.21.0.120A rcRstpNewRoot signifies that the SNMPv2 entity, acting in an agent role, has detected the Rapid Spanning Tree Protocol has declared the device to be the new root of the spanning tree.
NTF rcnRsmltEdgePeerModified1.3.6.1.4.1.2272.1.21.0.124A rcnRsmltEdgePeerModified signifies that the RSMLT Peer address is different from that of the stored address. Save config is necessary if EdgeSupport has to use this info on next reboot.
NTF rcnTmuxParityError1.3.6.1.4.1.2272.1.21.0.165A rcnTmuxParityError trap identifies a problem in the FAD /SWIP based on the number of parity errors.
NTF rcnChasPowerSupplyNoRedundancy1.3.6.1.4.1.2272.1.21.0.167A rcnChasPowerSupplyNoRedundancy signifies that the chassis is running on power supply without redundancy.
NTF rcnChasPowerSupplyRedundancy1.3.6.1.4.1.2272.1.21.0.168A rcnChasPowerSupplyRedundancy signifies that the chassis is running on power supply with redundancy.
NTF rcnLicenseTrialPeriodExpired1.3.6.1.4.1.2272.1.21.0.171A rcnLicenseTrialPeriodExpired signifies that Trial Period License has expired.
NTF rcnLicenseTrialPeriodExpiry1.3.6.1.4.1.2272.1.21.0.172A rcnLicenseTrialPeriodExpiry signifies the time remaining before License Trial Period expires in days.
NTF rcnVrfUp1.3.6.1.4.1.2272.1.21.0.173This notification is generated when the specified VRF's operational status is toggled from down to up.
NTF rcnVrfDown1.3.6.1.4.1.2272.1.21.0.174This notification is generated when the specified VRF's operational status is toggled from up to down.
NTF rcnMrouteIngressThresholdExceeded1.3.6.1.4.1.2272.1.21.0.175This notification is generated when the number of mroute ingress records exceeds the ingress threshold.
NTF rcnMrouteEgressThresholdExceeded1.3.6.1.4.1.2272.1.21.0.176This notification is generated when the number of mroute egress records exceeds the egress threshold.
NTF rcnRemoteMirroringStatus1.3.6.1.4.1.2272.1.21.0.177A rcRemoteMirroringStatus trap signifies whether the remote mirroring is enabled or disabled on a particular port
NTF rcnMaxMrouteWarnSet1.3.6.1.4.1.2272.1.21.0.178A rcnMaxMrouteWarnSet trap signifies that the given Virtual Routers multicast routing table is reaching its maximum size. Action should be taken to prevent this
NTF rcnMaxMrouteDropSet1.3.6.1.4.1.2272.1.21.0.179A rcnMaxMrouteDropSet trap signifies that the given Virtual Routers multicast routing table has reached its maximum size, and is now dropping all new non static routes
NTF rcnMaxMrouteWarnClear1.3.6.1.4.1.2272.1.21.0.180A rcnMaxMrouteWarnClear trap signifies that the number of routes in the multicast routing table of the Virtual Router has dropped below its warning threshold.
NTF rcnMaxMrouteDropClear1.3.6.1.4.1.2272.1.21.0.181A rcnMaxMrouteDropClear trap signifies that the given Virtual Routers multicast routing table is no longer dropping new routes as it is below its maximum size.
NTF rcnAggLinkStateChange1.3.6.1.4.1.2272.1.21.0.182The trap is generated when the operational state of the LAG changes; it identifies three events: local down, remote down, up.
NTF rcnBfdSessExceedThreshold1.3.6.1.4.1.2272.1.21.0.183A rcnBfdSessExceedThreshold signifies that the BFD session have exceed system limit and hence creation of new session failed.
NTF rcnBfdStatusChange1.3.6.1.4.1.2272.1.21.0.184A rcnBfdSessChange signifies that the status of BFD session changed.
NTF rcnChasPowerSupplyRunningLow1.3.6.1.4.1.2272.1.21.0.185A rcnChasPowerSupplyRunningLow signifies that the chassis is running on low power supply.
NTF rcnIsisPlsbMetricMismatchTrap1.3.6.1.4.1.2272.1.21.0.192A PLSB ISIS trap signifies that a LSP with a different value of l1-metric is received
NTF rcnIsisPlsbDuplicateSysidTrap1.3.6.1.4.1.2272.1.21.0.193A PLSB ISIS trap signifies that a Hello packet with a duplicate system-id is received
NTF rcnIsisPlsbLsdbUpdateTrap1.3.6.1.4.1.2272.1.21.0.194A PLSB ISIS trap signifies that LSDB information has changed
NTF rcnChasFanCoolingLow1.3.6.1.4.1.2272.1.21.0.196A rcnChasFanCoolingLow signifies that the chassis is running on low fan cooling.
NTF rcnSmpFtpFail1.3.6.1.4.1.2272.1.21.0.205A rcnSmpFtpFail trap signifies that Ftp/Tftp of a logfile has failed in SMP (System Messagin Platform). Ftp of a logfile fails when configured remote server is not reachable or remote server is not configured.
NTF rcnSmpLogFileDeleted1.3.6.1.4.1.2272.1.21.0.206A rcnSmpLogFileDeleted trap signifies that a logfile has been deleted from PCMCIA. Deletion of a logfile happens when either FTP of the logfile is successful or PCMCIA has no space to create another logfile.
NTF rcnPimMaxInterfaceWarnSet1.3.6.1.4.1.2272.1.21.0.213A rcnPimMaxInterfaceWarnSet trap signifies that the pim interface count has exceeded the maximum set limit of 200.
NTF rcnPimMaxNeighborsWarnSet1.3.6.1.4.1.2272.1.21.0.214A rcnPimMaxNeighborsWarnSet trap signifies that the pim neighbor count has exceeded the maximum set limit of 200.
NTF rcnPimMaxPassiveInterfaceWarnSet1.3.6.1.4.1.2272.1.21.0.215A rcnPimMaxPassiveInterfaceWarnSet trap signifies that the pim passive interface count has exceeded the maximum set limit of 2000.
NTF rcnLegacyCardDetected1.3.6.1.4.1.2272.1.21.0.265A rcnLegacyCardDetected trap signifies that a legacy card has been detected on the cahssis, rc2kCardIndex indicates the slot number of legacy card.
NTF rcnPrFilterRspMemoryFull1.3.6.1.4.1.2272.1.21.0.266A rcnPrFilterRspMemoryFull trap signifies that RSP memory is full for Power Ranger filter configuration. rcPrFilterAclId indicates the ACL, on which ACL RSP memory full occurs. rc2kCardIndex indicates the slot number, on which RSP memory full event occurs.
NTF rcnPrFilterStatsCntExst1.3.6.1.4.1.2272.1.21.0.267A rcnPrFilterStatsCntExst trap signifies that RSP filter stats counters have been run out. When this happens, affected filters won't get their counter updated by filter forwarding engine. rcPrFilterAclId indicates the ACL, on which filter stats counter exhaust occurs. rc2kCardIndex indicates the slot number, on which filter stats counter exhaust occurs.
NTF rcnIsisPlsbBvidMismatchTrap1.3.6.1.4.1.2272.1.21.0.278A PLSB ISIS trap signifies that a Hello packet with mismatched B-VIDs is received
NTF rcnIsisPlsbSmltVirtBmacMismatchTrap1.3.6.1.4.1.2272.1.21.0.279A PLSB ISIS trap signifies that Virtual BMAC configured in the switch is different from virtual BMAC configured in the IST peer
NTF rcnIsisPlsbSmltPeerBmacMismatchTrap1.3.6.1.4.1.2272.1.21.0.280A PLSB ISIS trap signifies that either the Smlt Peer BMAC configured in the IST peer is different from the ISIS SystemId of the local switch OR The Smlt peer BMAC configured in the local switch is different from the ISIS systemId of the IST peer
NTF rcnIsisPlsbAdjStateTrap1.3.6.1.4.1.2272.1.21.0.281A PLSB ISIS trap signifies ISIS adjacency state change.
NTF rcnIsisPlsbDuplicateNnameTrap1.3.6.1.4.1.2272.1.21.0.282A PLSB ISIS trap signifies that a LSP with duplicate nickname is received, this trap should be generated by all the switches in the network.
NTF rcnIsisPlsbSmltSplitBebMismatchTrap1.3.6.1.4.1.2272.1.21.0.283A PLSB ISIS trap signifies that the Smlt Split-Beb configured in the local switch and IST peer are same. One IST switch shoule be configured as Split-Beb primary and the IST peer should be configured as Split-Beb secondary.
NTF rcnIsisPlsbMultiLinkAdjTrap1.3.6.1.4.1.2272.1.21.0.284A PLSB ISIS trap signifies that multiple ISIS adjacencies are formed with the same ISIS node.
NTF rcnVLacpFlapDetectShutDown1.3.6.1.4.1.2272.1.21.0.289A rcVlacpFlapDetectShutDown trap signifies that the port is shut down because rcPortVLacpFlapFrequency number of VLACP flaps were detected within rcPortVLacpFlapInterval seconds on this port.The port can be brought UP by toggling the port admin state manually.
NTF rcCardDown1.3.6.1.4.1.2272.1.21.1A rcCardDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the down state.
NTF rcCardUp1.3.6.1.4.1.2272.1.21.2A rcCardUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the up state.
NTF rcErrorNotification1.3.6.1.4.1.2272.1.21.3A rcErrorNotification trap signifies that the SNMPv2 entity, acting in an agent role, has detected that an error condition has occured.
NTF rcStpNewRoot1.3.6.1.4.1.2272.1.21.4A rcStpNewRoot trap signifies that the SNMPv2 entity, acting in an agent role, has detected the Spanning Tree Protocol has declared the device to be the new root of the spanning tree.
NTF rcStpTopologyChange1.3.6.1.4.1.2272.1.21.5A rcStpTopologyChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected the Spanning Tree Protocol has gone due a topology change event.
NTF rcChasPowerSupplyDown1.3.6.1.4.1.2272.1.21.6A rcChasPowerSupplyDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasPowerSupplyOperStatus object for one of its power supply unit is about to transition into the down state.
NTF rcChasFanDown1.3.6.1.4.1.2272.1.21.7A rcChasFanDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasFanOperStatus object for one of its power supply unit is about to transition into the down state.
NTF rcLinkOscillation1.3.6.1.4.1.2272.1.21.8A rcLinkOscillation trap signifies that the SNMPv2 entity, acting in an agent role, has detected an excessive number of link state transitions on the specified port.
NTF rcMacViolation1.3.6.1.4.1.2272.1.21.9A rcMacViolation trap signifies that the SNMPv2 entity, acting in an agent role, has received a PDU with an invalid source MAC address.
NTF rcSonetTrap1.3.6.1.4.1.2272.1.21.10A rcSonetTrap trap signifies that the SNMPv2 entity, acting in an agent role, has detected a change of status on a Sonet port.
NTF rc2kCardDown1.3.6.1.4.1.2272.1.21.11A rcCardDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the down state.
NTF rc2kCardUp1.3.6.1.4.1.2272.1.21.12A rcCardUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcCardOperStatus object for one of its cards is about to transition into the up state.
NTF rc2kTemperature1.3.6.1.4.1.2272.1.21.13A rc2kTemperature trap signifies that the SNMPv2 entity, acting in an agent role, has detected the chassis is over-heating.
NTF rcChasPowerSupplyUp1.3.6.1.4.1.2272.1.21.14A rcChasPowerSupplyUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasPowerSupplyOperStatus object for one of its power supply unit is about to transition into the up state.
NTF rc2kAtmPvcLinkStateChange1.3.6.1.4.1.2272.1.21.15A rc2kAtmPvcLinkStateChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rc2kAtmPvcOamVcStatus object for one of PVC is about to transition into different state, either from up to down or from down to up.
NTF rcStpTCN1.3.6.1.4.1.2272.1.21.16A rcStpTopologyChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected the Spanning Tree Protocol has gone due a topology change event.
NTF rcSmltIstLinkUp1.3.6.1.4.1.2272.1.21.17A rcSmltIstLinkUp trap signifies that the split MLT link is from down to up.
NTF rcSmltIstLinkDown1.3.6.1.4.1.2272.1.21.18A rcSmltIstLinkDown trap signifies that the split MLT link is from up to down.
NTF rcSmltLinkUp1.3.6.1.4.1.2272.1.21.19A rcMltSmltId trap signifies that the split SMLT link is up.
NTF rcSmltLinkDown1.3.6.1.4.1.2272.1.21.20A rcMltSmltId trap signifies that the split SMLT link is down.
NTF rcChasFanUp1.3.6.1.4.1.2272.1.21.21A rcChasFanUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the rcChasFanOperStatus object for one of its power supply unit is about to transition into the up state.
NTF rcPasswordChange1.3.6.1.4.1.2272.1.21.22A rcPasswordChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the one of the cli password is changed.
NTF rcEmError1.3.6.1.4.1.2272.1.21.23A rcEmError trap signifies that the SNMPv2 entity, acting in an agent role, has detected Em error.
NTF rcPcmciaCardRemoved1.3.6.1.4.1.2272.1.21.25A rcPcmciaRemoved trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the PCMCIA card is being removed.
NTF rcSmartCpldTimerFired1.3.6.1.4.1.2272.1.21.26A rcSmartCpldTimerFired trap signifies that the cpld timer fired.
NTF rcCardCpldNotUpDate1.3.6.1.4.1.2272.1.21.27A rcCardCpldNotUpDate trap signifies that the cpld is not up to date.
NTF rcIgapLogFileFull1.3.6.1.4.1.2272.1.21.28A rcIgapLogFileFull trap signifies that the Igap accounting time-out Log File reach the maximum.
NTF rcCpLimitShutDown1.3.6.1.4.1.2272.1.21.29A rcCpLimitShutDown trap signifies that the cp limit for the port is shutting down.
NTF rcSshServerEnabled1.3.6.1.4.1.2272.1.21.30A rcSshServerEnabled trap signifies that the SSH server is enabled.
NTF rcSshServerDisabled1.3.6.1.4.1.2272.1.21.31A rcSshServerDisabled trap signifies that the SSH server is disabled.
NTF rcSshSessionLogin1.3.6.1.4.1.2272.1.21.32A rcSshSessionLogin trap signifies that there is a SSH session login.
NTF rcSshSessionLogout1.3.6.1.4.1.2272.1.21.33A rcSshSessionLogout trap signifies that there is a SSH session logout.
NTF rcSshUnauthorizedAccess1.3.6.1.4.1.2272.1.21.34A rcSshUnauthorizedAccess trap signifies that an unauthorized access has occured.
NTF rcHaCpuState1.3.6.1.4.1.2272.1.21.35A rcHaCpuState trap signifies that the state of the HA-CPU.
NTF rcInsufficientMemory1.3.6.1.4.1.2272.1.21.36A rcInsufficientMemory trap indicates insufficient memory on CPU blade for proper operation. Recommended memory = 256 MB available through Nortel Networks upgrade kit
NTF rcSaveConfigAction1.3.6.1.4.1.2272.1.21.37A rcSaveConfigAction trap indicates the switch run time or boot configuration is being saved
NTF rcLoopDetectOnPort1.3.6.1.4.1.2272.1.21.38A rcSaveConfigAction trap indicates that a loop has been detected on a port. The vlan on that port will be disabled.
NTF rcbgpEstablished1.3.6.1.4.1.2272.1.21.39The BGP Established event is generated when the BGP FSM enters the ESTABLISHED state.
NTF rcbgpBackwardTransition1.3.6.1.4.1.2272.1.21.40The BGPBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state.
NTF rcAggLinkUp1.3.6.1.4.1.2272.1.21.41A rcAggLinkUp trap is generated when the operational state of the aggregator changes from down to up.
NTF rcAggLinkDown1.3.6.1.4.1.2272.1.21.42A rcAggLinkDown trap is generated when the operational state of the aggregator changes from up to down.
NTF rcIgmpNewGroupMember1.3.6.1.4.1.2272.1.21.43An IgmpNewGroupMember trap signifies that a new member has come on an interface.
NTF rcIgmpLossGroupMember1.3.6.1.4.1.2272.1.21.44An IgmpLossGroupMember trap signifies that a group member has been lost on an interface.
NTF rcIgmpNewQuerier1.3.6.1.4.1.2272.1.21.45An igmpNewQuerier trap signifies that a new querier has come up on an interface.
NTF rcIgmpQuerierChange1.3.6.1.4.1.2272.1.21.46An rcIgmpQuerierChange trap signifies that the querier has changed.
NTF rcDvmrpIfStateChange1.3.6.1.4.1.2272.1.21.47A rcDvmrpIfStateChange trap signifies that there has been a change in the state of a DVMRP interface.
NTF rcDvmrpNewNbrChange1.3.6.1.4.1.2272.1.21.48A rcDvmrpNewNbrChange trap signifies that a new neighbor has come up on a DVMRP interface.
NTF rcDvmrpNbrLossChange1.3.6.1.4.1.2272.1.21.49A rcDvmrpNbrLossChange trap signifies that a new neighbor has gone down on a DVMRP interface.
rcSyslog1.3.6.1.4.1.2272.1.22
rcSyslogGlobal1.3.6.1.4.1.2272.1.22.1
T/F rcSyslogGlobalEnable1.3.6.1.4.1.2272.1.22.1.1TruthValueread-writeUsed to enable/disable the SysLog feature. When enabled this feature will send a message to a server on a network that this configured to receive and store diagnostic messages from this device. The type of messages sent is user configurable.
INT rcSyslogGlobalMaxHosts1.3.6.1.4.1.2272.1.22.1.2INTEGERread-writeMaximun number of remote hosts considered 'active' and able to receive messages from the Syslog service on the router.
INT rcSyslogGlobalOperState1.3.6.1.4.1.2272.1.22.1.3INTEGERread-onlyThe operational state of the syslog service on the router.
INT rcSyslogGlobalHeader1.3.6.1.4.1.2272.1.22.1.4INTEGERread-writeThe IP Header Type for the Syslog Packet.
rcSyslogHostTbl1.3.6.1.4.1.2272.1.22.2not-accessibleTable of remote host destinations for syslog.
rcSyslogHostEntry1.3.6.1.4.1.2272.1.22.2.1not-accessibleEntry containing information for a particular entry in rcSyslogHostTable.
INT rcSyslogHostId1.3.6.1.4.1.2272.1.22.2.1.1INTEGERread-onlyHost Id.
IP rcSyslogHostIpAddr1.3.6.1.4.1.2272.1.22.2.1.2IpAddressread-writeHost Ip Address
INT rcSyslogHostUdpPort1.3.6.1.4.1.2272.1.22.2.1.3INTEGERread-writeSpecifies the UDP port to use to send syslog messages to the host.
INT rcSyslogHostFacility1.3.6.1.4.1.2272.1.22.2.1.4INTEGERread-writeSpecifies the UNIX facility used in messages to the syslog host. Default is LOCAL7.
INT rcSyslogHostModuleId1.3.6.1.4.1.2272.1.22.2.1.5INTEGERread-writeSpecifies for which modules/tasks syslog messages should be sent. Default is all modules/tasks.
I32 rcSyslogHostModuleId21.3.6.1.4.1.2272.1.22.2.1.6Integer32read-writeSpecifies for which modules/tasks syslog messages should be sent. Default is all modules/tasks.
INT rcSyslogHostSeverity1.3.6.1.4.1.2272.1.22.2.1.7INTEGERread-writeSpecifies the severity level for which syslog messages should be sent for the modules specifies in 'SyslogHostModule'. Value is one of multiple (logical 'OR') of the following: info(1), warning(2), error(4), mfg(8), fatal(16).
INT rcSyslogHostMapInfoSeverity1.3.6.1.4.1.2272.1.22.2.1.8INTEGERread-writeSpecifies the syslog severity to use for Accelar INFO messages. Default is INFO.
INT rcSyslogHostMapWarningSeverity1.3.6.1.4.1.2272.1.22.2.1.9INTEGERread-writeSpecifies the syslog severity to use for Accelar WARNING messages. Default is WARNING. Should be <= INFO.
INT rcSyslogHostMapErrorSeverity1.3.6.1.4.1.2272.1.22.2.1.10INTEGERread-writeSpecifies the syslog severity to use for Accelar ERROR messages. Default is ERROR. Should be <= WARNING.
INT rcSyslogHostMapMfgSeverity1.3.6.1.4.1.2272.1.22.2.1.11INTEGERread-writeSpecifies the syslog severity to use for Accelar Manufactoring messages. Dafault is ERROR.
INT rcSyslogHostMapFatalSeverity1.3.6.1.4.1.2272.1.22.2.1.12INTEGERread-writeSpecifies the syslog severity to use for Accelar FATAL messages. Default is EMERGENCY. Should be <= ERROR.
INT rcSyslogHostMapTraceMsg1.3.6.1.4.1.2272.1.22.2.1.13INTEGERread-writeSpecifies the syslog severity to use for syslog trace messages. Default is DEBUG.
INT rcSyslogHostMapTrapMsg1.3.6.1.4.1.2272.1.22.2.1.14INTEGERread-writeSpecifies the UNIX severity code to use for syslog messages for SNMP traps sent to the syslog host. Default is INFO.
T/F rcSyslogHostLogTraceMsgs1.3.6.1.4.1.2272.1.22.2.1.15TruthValueread-writeIndicate whether to activate the host to log the syslog trace messages.
T/F rcSyslogHostLogTrapMsgs1.3.6.1.4.1.2272.1.22.2.1.16TruthValueread-writeIndicate whether to activate the host to log the syslog messages for SNMP traps.
T/F rcSyslogHostEnable1.3.6.1.4.1.2272.1.22.2.1.17TruthValueread-writeEnable/Disable messages to be sent to syslog host.
ROW rcSyslogHostRowStatus1.3.6.1.4.1.2272.1.22.2.1.18RowStatusread-writeUsed to create/delete entries in the rcSyslogTable.
rcDiag1.3.6.1.4.1.2272.1.23
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
POR rcDiagMirrorByPortMirroredPortList1.3.6.1.4.1.2272.1.23.1.1.12PortSetread-createUsed to configure the 'mirrored' port. The port where packets are copied from.
POR rcDiagMirrorByPortMirroringPortList1.3.6.1.4.1.2272.1.23.1.1.13PortSetread-createUsed to configure the 'mirroring' port. The port where packets are copied from.
I32 rcDiagMirrorMirroringVlanId1.3.6.1.4.1.2272.1.23.1.1.14Integer32read-createDestination is a VLAN.
I32 rcDiagMirrorMirroringMltId1.3.6.1.4.1.2272.1.23.1.1.15Integer32read-createDestination is a MLT.
I32 rcDiagMirrorMirroringMgId1.3.6.1.4.1.2272.1.23.1.1.16Integer32read-onlyContains information about the MGID allocated.
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.
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 otherthan 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.
rcIpx1.3.6.1.4.1.2272.1.24
T/F rcIpxRoutingEnable1.3.6.1.4.1.2272.1.24.1TruthValueread-writeGlobal Ipx Routing control variable
rcIpxAddrTable1.3.6.1.4.1.2272.1.24.2not-accessibleThe table of addressing information relevant to this entity's IPX addresses. This table is used for associating IfIndex and IPX network number.
rcIpxAddrEntry1.3.6.1.4.1.2272.1.24.2.1not-accessibleThe addressing information for one of this entity's IP addresses.
INT rcIpxAddrVlanId1.3.6.1.4.1.2272.1.24.2.1.1INTEGERread-writeThe 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.
OCT rcIpxAddrNetAddr1.3.6.1.4.1.2272.1.24.2.1.2OCTET STRINGread-writeIPX Network address.
INT rcIpxAddrEncap1.3.6.1.4.1.2272.1.24.2.1.3INTEGERread-writeSpecify IPX encapsulation format. It is relevent if the VLAN is port based. But it's always nice to have it.
ROW rcIpxAddrEntryStatus1.3.6.1.4.1.2272.1.24.2.1.4RowStatusread-writeUsed to create/delete entries in the rcIpxAddrEntry.
INT rcIpxAddrTicks1.3.6.1.4.1.2272.1.24.2.1.5INTEGERread-writeThe tick value gets updated to the routing table when an ipx address is being assigned to a vlan.
I32 rcIpxPolicyNetTableSize1.3.6.1.4.1.2272.1.24.3Integer32read-onlyUsed to indicate the number of entries in the table.
rcIpxPolicyNetTable1.3.6.1.4.1.2272.1.24.4not-accessibleNet Table is used to store the IPX network address range. This entry is used for Net List Table.
rcIpxPolicyNetEntry1.3.6.1.4.1.2272.1.24.4.1not-accessibletable entry.
I32 rcIpxPolicyNetId1.3.6.1.4.1.2272.1.24.4.1.1Integer32read-writeUnique ID to represent the entry in the table.
OCT rcIpxPolicyNetFromNet1.3.6.1.4.1.2272.1.24.4.1.2OCTET STRINGread-writeIPX Network Address.
OCT rcIpxPolicyNetToNet1.3.6.1.4.1.2272.1.24.4.1.3OCTET STRINGread-writeThis is used to specify a range of IPX network addresses. This is an optional parameter. The default value is NetAddr. In that case the entry refers to a single IPX network.
STR rcIpxPolicyNetName1.3.6.1.4.1.2272.1.24.4.1.4DisplayStringread-writeUnique Name to represent the entry in the table. Id & Name have one-to-one relationship.
ROW rcIpxPolicyNetRowStatus1.3.6.1.4.1.2272.1.24.4.1.5RowStatusread-write.
I32 rcIpxPolicyServTableSize1.3.6.1.4.1.2272.1.24.5Integer32read-onlyUsed to indicate the number of entries in the table.
rcIpxPolicyServTable1.3.6.1.4.1.2272.1.24.6not-accessibleService Table is used to store Service Type and Service Name. This is used only for SAP Updates.
rcIpxPolicyServEntry1.3.6.1.4.1.2272.1.24.6.1not-accessibletable entry.
I32 rcIpxPolicyServId1.3.6.1.4.1.2272.1.24.6.1.1Integer32read-onlyUsed to store the service Id.
INT rcIpxPolicyServServiceType1.3.6.1.4.1.2272.1.24.6.1.2INTEGERread-onlyUsed to store the service type.
STR rcIpxPolicyServServiceName1.3.6.1.4.1.2272.1.24.6.1.3DisplayStringread-onlyUsed to store the service Name. This is an optional parameter. If not entered, '*' is taken as default value. This is matched to any service name. Also, '*' can be used to match wildcard characters. This is supported only at the end of the service name. For Eg: Printer* will be matched to Printer1, Printer2, Printer123 etc. Service Name matching is CASE SENSITIVE
STR rcIpxPolicyServName1.3.6.1.4.1.2272.1.24.6.1.4DisplayStringread-writeUsed to store the entry name. Id & Name have one-to-one relationship.
ROW rcIpxPolicyServRowStatus1.3.6.1.4.1.2272.1.24.6.1.5RowStatusread-write.
I32 rcIpxPolicyListTableSize1.3.6.1.4.1.2272.1.24.7Integer32read-onlyUsed to indicate the number of entries in the table.
rcIpxPolicyListTable1.3.6.1.4.1.2272.1.24.8not-accessiblePolicyList Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies.
rcIpxPolicyListEntry1.3.6.1.4.1.2272.1.24.8.1not-accessibletable entry.
INT rcIpxPolicyListId1.3.6.1.4.1.2272.1.24.8.1.1INTEGERread-onlyIndex used to uniquely Identify a group of policies in the route policy table.
INT rcIpxPolicyListSeqnum1.3.6.1.4.1.2272.1.24.8.1.2INTEGERread-onlySecond Index used to identify a specific policy with in the route policy group (grouped by Id). This field allows users to specify different MATCH, SET parameters and an action. Also used to resolve the tie between 2 matching policies. The policy with lower sequence number is used.
STR rcIpxPolicyListName1.3.6.1.4.1.2272.1.24.8.1.3DisplayStringread-writeIs used to group a set of policies with different sequence number. Id & Name have one-to-one relationship Different policy groups can have same sequence number, whereas with in a group the sequence must be different.
T/F rcIpxPolicyListEnable1.3.6.1.4.1.2272.1.24.8.1.4TruthValueread-writevalue specified here indicates whether the policy is enabled or not. If disabled, the policy should not be used.
INT rcIpxPolicyListAction1.3.6.1.4.1.2272.1.24.8.1.5INTEGERread-writeThis determines what to do with the RIP/SAP packet. If the value is 'permit', then only in or out the packet. Otherwise, drop the packet.
INT rcIpxPolicyListRouteSource1.3.6.1.4.1.2272.1.24.8.1.6INTEGERread-writeUsed to specify the Route Source of the route Packet. This field is used only for announce policies. For accept policies, this field is ignored. Value is one of multiple (logical 'OR') of following values: direct(1), nlsp(2), rip(4), static(8), any(15)
STR rcIpxPolicyListMatchNetList1.3.6.1.4.1.2272.1.24.8.1.7DisplayStringread-writeList of networks to which this policy is applied. The Network List Name is entered. When this is not referring to any list or the Net List Table to which it is pointing to is empty, then THIS POLICY MATCHES ALL NETWORK ADDRESSES.
STR rcIpxPolicyListMatchServList1.3.6.1.4.1.2272.1.24.8.1.8DisplayStringread-writeList of service types and Service Names to which this policy is applied. The Service List name is entered. This field is used only for SAP out/in policies. For, RIP policies, this field is discarded. When this is not referring to any list or the Service List Table to which it is pointing to is empty, then this POLICY MATCHES ALL SERVICE TYPE AND SERVICE NAME.
INT rcIpxPolicyListHops1.3.6.1.4.1.2272.1.24.8.1.9INTEGERread-writeThis value is used as Hop count for out policies. If this field is 0, then Hop count is not modified. The default value is '0'. This field is also applicable only for Out Policies.
INT rcIpxPolicyListTicks1.3.6.1.4.1.2272.1.24.8.1.10INTEGERread-writeThe tick value which will be updated for RIP when the routing method is tick.
ROW rcIpxPolicyListRowStatus1.3.6.1.4.1.2272.1.24.8.1.11RowStatusread-write.
I32 rcIpxRipOutFilterTableSize1.3.6.1.4.1.2272.1.24.9Integer32read-onlyUsed to indicate the number of entries in the table.
rcIpxRipOutFilterTable1.3.6.1.4.1.2272.1.24.10not-accessibleRipOutFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies.
rcIpxRipOutFilterEntry1.3.6.1.4.1.2272.1.24.10.1not-accessibletable entry.
OCT rcIpxRipOutFilterInterface1.3.6.1.4.1.2272.1.24.10.1.1OCTET STRINGread-writeIPX Network address. The interface to which the policy is applied.
STR rcIpxRipOutFilterPolicyName1.3.6.1.4.1.2272.1.24.10.1.2DisplayStringread-writeThe name of the policy group to which this entry refers.
ROW rcIpxRipOutFilterRowStatus1.3.6.1.4.1.2272.1.24.10.1.3RowStatusread-write.
I32 rcIpxSapOutFilterTableSize1.3.6.1.4.1.2272.1.24.11Integer32read-onlyUsed to indicate the number of entries in the table.
rcIpxSapOutFilterTable1.3.6.1.4.1.2272.1.24.12not-accessibleSapOutFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies.
rcIpxSapOutFilterEntry1.3.6.1.4.1.2272.1.24.12.1not-accessibletable entry.
OCT rcIpxSapOutFilterInterface1.3.6.1.4.1.2272.1.24.12.1.1OCTET STRINGread-writeIPX Network address. The interface to which the policy is applied.
STR rcIpxSapOutFilterPolicyName1.3.6.1.4.1.2272.1.24.12.1.2DisplayStringread-writeThe name of the policy group to which this entry refers.
ROW rcIpxSapOutFilterRowStatus1.3.6.1.4.1.2272.1.24.12.1.3RowStatusread-write.
I32 rcIpxRipInFilterTableSize1.3.6.1.4.1.2272.1.24.13Integer32read-onlyUsed to indicate the number of entries in the table.
rcIpxRipInFilterTable1.3.6.1.4.1.2272.1.24.14not-accessibleRipInFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies.
rcIpxRipInFilterEntry1.3.6.1.4.1.2272.1.24.14.1not-accessibletable entry.
OCT rcIpxRipInFilterInterface1.3.6.1.4.1.2272.1.24.14.1.1OCTET STRINGread-writeIPX Network address. The interface to which the policy is applied.
STR rcIpxRipInFilterPolicyName1.3.6.1.4.1.2272.1.24.14.1.2DisplayStringread-writeThe name of the policy group to which this entry refers.
ROW rcIpxRipInFilterRowStatus1.3.6.1.4.1.2272.1.24.14.1.3RowStatusread-write.
I32 rcIpxSapInFilterTableSize1.3.6.1.4.1.2272.1.24.15Integer32read-onlyUsed to indicate the number of entries in the table.
rcIpxSapInFilterTable1.3.6.1.4.1.2272.1.24.16not-accessibleSapInFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies.
rcIpxSapInFilterEntry1.3.6.1.4.1.2272.1.24.16.1not-accessibletable entry.
OCT rcIpxSapInFilterInterface1.3.6.1.4.1.2272.1.24.16.1.1OCTET STRINGread-writeIPX Network address. The interface to which the policy is applied.
STR rcIpxSapInFilterPolicyName1.3.6.1.4.1.2272.1.24.16.1.2DisplayStringread-writeThe name of the policy group to which this entry refers.
ROW rcIpxSapInFilterRowStatus1.3.6.1.4.1.2272.1.24.16.1.3RowStatusread-write.
INT rcIpxRoutingMethod1.3.6.1.4.1.2272.1.24.17INTEGERread-writeThis global variable is referenced each time a decision has to be taken
rcIpxSapInterfaceTable1.3.6.1.4.1.2272.1.24.18not-accessibleSapInterface Table is used to store generic policies that can be used by SAP as their in/out policies.
rcIpxSapInterfaceEntry1.3.6.1.4.1.2272.1.24.18.1not-accessibletable entry.
OCT rcIpxSapInterfaceNetNum1.3.6.1.4.1.2272.1.24.18.1.1OCTET STRINGread-onlyIPX Network address. The interface to which the policy is applied.
STR rcIpxSapInterfaceInPolicy1.3.6.1.4.1.2272.1.24.18.1.2DisplayStringread-writeThe name of the in filter group to which this entry refers.
STR rcIpxSapInterfaceOutPolicy1.3.6.1.4.1.2272.1.24.18.1.3DisplayStringread-writeThe name of the out filter to which this entry refers.
rcIpxRipInterfaceTable1.3.6.1.4.1.2272.1.24.19not-accessibleRipInterface Table is used to store generic policies that can be used by RIP as their in/out policies.
rcIpxRipInterfaceEntry1.3.6.1.4.1.2272.1.24.19.1not-accessibletable entry.
OCT rcIpxRipInterfaceNetNum1.3.6.1.4.1.2272.1.24.19.1.1OCTET STRINGread-onlyIPX Network address. The interface to which the policy is applied.
STR rcIpxRipInterfaceInPolicy1.3.6.1.4.1.2272.1.24.19.1.2DisplayStringread-writeThe name of the in filter group to which this entry refers.
STR rcIpxRipInterfaceOutPolicy1.3.6.1.4.1.2272.1.24.19.1.3DisplayStringread-writeThe name of the out filter to which this entry refers.
rcIpxBrouterTable1.3.6.1.4.1.2272.1.24.20not-accessibleThe table of addressing information relevant to this entity's IPX addresses. This table is used for associating IfIndex and IPX network number.
rcIpxBrouterEntry1.3.6.1.4.1.2272.1.24.20.1not-accessibleThe addressing information for one of this entity's IP addresses.
I32 rcIpxBrouterPortIndex1.3.6.1.4.1.2272.1.24.20.1.1Integer32read-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.
INT rcIpxBrouterVlanId1.3.6.1.4.1.2272.1.24.20.1.2INTEGERread-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 sam2 value of ifIndex.
OCT rcIpxBrouterNetAddr1.3.6.1.4.1.2272.1.24.20.1.3OCTET STRINGread-onlyIPX Network address.
INT rcIpxBrouterEncap1.3.6.1.4.1.2272.1.24.20.1.4INTEGERread-onlySpecify IPX encapsulation format. It is relevent if the VLAN is port based. But it's always nice to have it.
INT rcIpxBrouterMacOffset1.3.6.1.4.1.2272.1.24.20.1.5INTEGERread-writeIPX Network address.
INT rcIpxBrouterTicks1.3.6.1.4.1.2272.1.24.20.1.6INTEGERread-writeThe tick value gets updated to the routing table when an ipx address is being assigned to a vlan.
ROW rcIpxBrouterRowStatus1.3.6.1.4.1.2272.1.24.20.1.7RowStatusread-writeUsed to create/delete entries in the rcIpxBrouterEntry.
rcIpxRsmlt1.3.6.1.4.1.2272.1.24.21
rcIpxRsmltGlobal1.3.6.1.4.1.2272.1.24.21.1
I32 rcIpxRsmltGlobalTableSize1.3.6.1.4.1.2272.1.24.21.1.1Integer32read-onlyRoute Smlt table size.
rcIpxRsmltOperTable1.3.6.1.4.1.2272.1.24.21.2not-accessibleRoute Smlt Table
rcIpxRsmltOperEntry1.3.6.1.4.1.2272.1.24.21.2.1not-accessibleAn entry of Ip As Path Access List Table.
INT rcIpxRsmltOperVlanId1.3.6.1.4.1.2272.1.24.21.2.1.1INTEGERread-onlyVlan id.
NUM rcIpxRsmltOperIfIndex1.3.6.1.4.1.2272.1.24.21.2.1.2InterfaceIndexread-onlyRoute Smlt Oper IfIndex.
T/F rcIpxRsmltOperAdminStatus1.3.6.1.4.1.2272.1.24.21.2.1.3TruthValueread-writeis a enable/disable flag.
INT rcIpxRsmltOperHoldDownTimer1.3.6.1.4.1.2272.1.24.21.2.1.4INTEGERread-writeTimer value, the range of value is from 0 to 3600.
INT rcIpxRsmltOperHoldDownTimeRemaining1.3.6.1.4.1.2272.1.24.21.2.1.5INTEGERread-onlyThe time value that indicate how much time remaining of HoldDownTimer.
INT rcIpxRsmltOperHoldUpTimer1.3.6.1.4.1.2272.1.24.21.2.1.6INTEGERread-writeThe range of value 0 to 3600 or 9999. 9999 means infinity.
INT rcIpxRsmltOperHoldUpTimeRemaining1.3.6.1.4.1.2272.1.24.21.2.1.7INTEGERread-onlyThe time value that indicate how much time remaining of HoldUpTimer.
INT rcIpxRsmltOperOperStatus1.3.6.1.4.1.2272.1.24.21.2.1.8INTEGERread-onlyThe operation status of Rsmlt, up or down.
IDL rcIpxRsmltOperSmltId1.3.6.1.4.1.2272.1.24.21.2.1.9IdListread-onlyThe id range for SMLT is 1-32.
IDL rcIpxRsmltOperSltId1.3.6.1.4.1.2272.1.24.21.2.1.10IdListread-onlyThe id range for SLT is 1-512.
ROW rcIpxRsmltOperRowStatus1.3.6.1.4.1.2272.1.24.21.2.1.11RowStatusread-writeRow Status.
MAC rcIpxRsmltOperMacAddr1.3.6.1.4.1.2272.1.24.21.2.1.12MacAddressread-onlyMac Address.
rcIpxRsmltPeerTable1.3.6.1.4.1.2272.1.24.21.3not-accessibleRoute Smlt Table
rcIpxRsmltPeerEntry1.3.6.1.4.1.2272.1.24.21.3.1not-accessibleAn entry of Ip As Path Access List Table.
INT rcIpxRsmltPeerVlanId1.3.6.1.4.1.2272.1.24.21.3.1.1INTEGERread-onlyVlan id.
NUM rcIpxRsmltPeerIfIndex1.3.6.1.4.1.2272.1.24.21.3.1.2InterfaceIndexread-onlyRoute Smlt Oper IfIndex.
T/F rcIpxRsmltPeerAdminStatus1.3.6.1.4.1.2272.1.24.21.3.1.3TruthValueread-onlyis a enable/disable flag.
INT rcIpxRsmltPeerHoldDownTimer1.3.6.1.4.1.2272.1.24.21.3.1.4INTEGERread-onlyTimer value, the range of value is from 0 to 3600.
INT rcIpxRsmltPeerHoldDownTimeRemaining1.3.6.1.4.1.2272.1.24.21.3.1.5INTEGERread-onlyThe time value that indicate how much time remaining of HoldDownTimer.
INT rcIpxRsmltPeerHoldUpTimer1.3.6.1.4.1.2272.1.24.21.3.1.6INTEGERread-onlyThe range of value 0 to 3600 or 9999. 9999 means infinity.
INT rcIpxRsmltPeerHoldUpTimeRemaining1.3.6.1.4.1.2272.1.24.21.3.1.7INTEGERread-onlyThe time value that indicate how much time remaining of HoldUpTimer.
INT rcIpxRsmltPeerOperStatus1.3.6.1.4.1.2272.1.24.21.3.1.8INTEGERread-onlyThe operation status of Rsmlt, up or down.
IDL rcIpxRsmltPeerSmltId1.3.6.1.4.1.2272.1.24.21.3.1.9IdListread-onlyThe id range for SMLT is 1-32.
IDL rcIpxRsmltPeerSltId1.3.6.1.4.1.2272.1.24.21.3.1.10IdListread-onlyThe id range for SLT is 1-512.
MAC rcIpxRsmltPeerMacAddr1.3.6.1.4.1.2272.1.24.21.3.1.11MacAddressread-onlyMac Address.
rcIpxRipGlobal1.3.6.1.4.1.2272.1.24.22
I32 rcIpxRipGlobalPace1.3.6.1.4.1.2272.1.24.22.1Integer32read-writeThe maximum pace, in packets per second, at which RIP packets may be sent on this circuit.
I32 rcIpxRipGlobalUpdate1.3.6.1.4.1.2272.1.24.22.2Integer32read-writeThe RIP periodic update interval, in seconds.
I32 rcIpxRipGlobalAgeMultiplier1.3.6.1.4.1.2272.1.24.22.3Integer32read-writeThe holding multiplier for information received in RIP periodic updates.
rcPos1.3.6.1.4.1.2272.1.26
rcPosPppIpxTable1.3.6.1.4.1.2272.1.26.1not-accessible
rcPosPppIpxEntry1.3.6.1.4.1.2272.1.26.1.1not-accessible
NUM rcPosPppIpxIfIndex1.3.6.1.4.1.2272.1.26.1.1.1InterfaceIndexread-onlyport number.
INT rcPosPppIpxIpxcpAdminStatus1.3.6.1.4.1.2272.1.26.1.1.2INTEGERread-write
INT rcPosPppIpxOperStatus1.3.6.1.4.1.2272.1.26.1.1.3INTEGERread-only
OCT rcPosPppIpxNetAddr1.3.6.1.4.1.2272.1.26.1.1.4OCTET STRINGread-writeIPX Network address.
INT rcPosPppIpxRoutingProtocol1.3.6.1.4.1.2272.1.26.1.1.5INTEGERread-write
rcPosSonetTable1.3.6.1.4.1.2272.1.26.2not-accessible
rcPosSonetEntry1.3.6.1.4.1.2272.1.26.2.1not-accessible
NUM rcPosSonetIndex1.3.6.1.4.1.2272.1.26.2.1.1InterfaceIndexread-onlypos ifIndex.
INT rcPosSonetFraming1.3.6.1.4.1.2272.1.26.2.1.2INTEGERread-write
INT rcPosSonetSectionTrace1.3.6.1.4.1.2272.1.26.2.1.3INTEGERread-writeconfig. J0 byte
INT rcPosSonetSectionGrowth1.3.6.1.4.1.2272.1.26.2.1.4INTEGERread-writeconfig. Z0 byte
INT rcPosSonetSyncronization1.3.6.1.4.1.2272.1.26.2.1.5INTEGERread-writeconfig. S1 byte
OCT rcPosSonetStsPathTrace1.3.6.1.4.1.2272.1.26.2.1.6OCTET STRINGread-writeconfig. 64/16 byte.
INT rcPosSonetPathSignalLabel1.3.6.1.4.1.2272.1.26.2.1.7INTEGERread-writeconfig. C2 byte
INT rcPosSonetClockSource1.3.6.1.4.1.2272.1.26.2.1.8INTEGERread-write
ENA rcPosSonetScramble1.3.6.1.4.1.2272.1.26.2.1.9EnableValueread-write
I32 rcPosSonetOperStatusFraming1.3.6.1.4.1.2272.1.26.2.1.10Integer32read-only
I32 rcPosSonetOperStatusClockSource1.3.6.1.4.1.2272.1.26.2.1.11Integer32read-only
ENA rcPosSonetOperStatusScramble1.3.6.1.4.1.2272.1.26.2.1.12EnableValueread-only
I32 rcPosSonetOperStatusSectionTrace1.3.6.1.4.1.2272.1.26.2.1.13Integer32read-only
I32 rcPosSonetOperStatusPathSignalLabel1.3.6.1.4.1.2272.1.26.2.1.14Integer32read-only
rcPosLineStatusTable1.3.6.1.4.1.2272.1.26.3not-accessiblePos Line Status Table
rcPosLineStatusEntry1.3.6.1.4.1.2272.1.26.3.1not-accessibleEntry containing infomation of Pos Line Status.
NUM rcPosLineStatusIndex1.3.6.1.4.1.2272.1.26.3.1.1InterfaceIndexread-onlypos ifIndex, same as rcPosPppIpxIfIndex.
MAC rcPosLineStatusLocalMACAddress1.3.6.1.4.1.2272.1.26.3.1.2MacAddressread-onlycurrent local MAC address
MAC rcPosLineStatusRemoteMACAddress1.3.6.1.4.1.2272.1.26.3.1.3MacAddressread-onlycurrent remote MAC address
IP rcPosLineStatusLocalIpAddr1.3.6.1.4.1.2272.1.26.3.1.4IpAddressread-onlycurrent local ip addr
IP rcPosLineStatusRemoteIpAddr1.3.6.1.4.1.2272.1.26.3.1.5IpAddressread-onlycurrent remote ip addr
I32 rcPosLineStatusOutQuality1.3.6.1.4.1.2272.1.26.3.1.6Integer32read-onlycurrent output quality.
I32 rcPosLineStatusLocalPeriod1.3.6.1.4.1.2272.1.26.3.1.7Integer32read-only
I32 rcPosLineStatusDeviceType1.3.6.1.4.1.2272.1.26.3.1.8Integer32read-only
I32 rcPosLineStatusDeviceRev1.3.6.1.4.1.2272.1.26.3.1.9Integer32read-only
I32 rcPosLineStatusIpxRoutingProtocol1.3.6.1.4.1.2272.1.26.3.1.10Integer32read-only
rcPosLineConfigTable1.3.6.1.4.1.2272.1.26.4not-accessiblePos Line Config Table
rcPosLineConfigEntry1.3.6.1.4.1.2272.1.26.4.1not-accessibleEntry containing infomation of Pos Line Config.
NUM rcPosLineConfigIndex1.3.6.1.4.1.2272.1.26.4.1.1InterfaceIndexread-onlypos ifIndex, same as rcPosPppIpxIfIndex.
MAC rcPosLineConfigLocalMACAddress1.3.6.1.4.1.2272.1.26.4.1.2MacAddressread-writecurrent local MAC address
MAC rcPosLineConfigRemoteMACAddress1.3.6.1.4.1.2272.1.26.4.1.3MacAddressread-writecurrent remote MAC address
IP rcPosLineConfigLocalIpAddr1.3.6.1.4.1.2272.1.26.4.1.4IpAddressread-writecurrent local ip addr
IP rcPosLineConfigRemoteIpAddr1.3.6.1.4.1.2272.1.26.4.1.5IpAddressread-writecurrent remote ip addr
INT rcPosLineConfigRemoteReportPeriod1.3.6.1.4.1.2272.1.26.4.1.6INTEGERread-writeconfig. remote report period.
INT rcPosLineConfigLqrThreshold1.3.6.1.4.1.2272.1.26.4.1.7INTEGERread-writeconfig. input quality.
I32 rcPosLineConfigOutQuality1.3.6.1.4.1.2272.1.26.4.1.8Integer32read-writeconfig. output quality.
ENA rcPosLineConfigPppStp1.3.6.1.4.1.2272.1.26.4.1.9EnableValueread-writeSTP PPP encoding enable T/F
T/F rcPosLineConfigLoopBack1.3.6.1.4.1.2272.1.26.4.1.10TruthValueread-writeperform loop-back.
MAC rcPosLineConfigIpxVlanMacAddress1.3.6.1.4.1.2272.1.26.4.1.11MacAddressread-write
MAC rcPosLineConfigIpxRemoteMacAddress1.3.6.1.4.1.2272.1.26.4.1.12MacAddressread-write
rcPosSonetTrap1.3.6.1.4.1.2272.1.26.5
INT rcPosSonetTrapType1.3.6.1.4.1.2272.1.26.5.1INTEGERread-onlyUsed to indicate a particular type of Sonet trap.
INT rcPosSonetTrapIndication1.3.6.1.4.1.2272.1.26.5.2INTEGERread-onlyUsed to indicate an indication for a Sonet trap.
rcPosSioCardConfigTable1.3.6.1.4.1.2272.1.26.6not-accessiblePos Sio Card Config Table
rcPosSioCardConfigEntry1.3.6.1.4.1.2272.1.26.6.1not-accessibleEntry containing infomation of Pos Sio Card Config.
I32 rcPosSioCardConfigSlotIndex1.3.6.1.4.1.2272.1.26.6.1.1Integer32read-onlyslot Index.
INT rcPosSioCardConfigAction1.3.6.1.4.1.2272.1.26.6.1.2INTEGERread-write
INT rcPosSioCardConfigTraceMode1.3.6.1.4.1.2272.1.26.6.1.3INTEGERread-write
STR rcPosSioCardConfigImageFileName1.3.6.1.4.1.2272.1.26.6.1.4DisplayStringread-onlyPOS Image file name.
rcPosOperStatusTable1.3.6.1.4.1.2272.1.26.7not-accessible
rcPosOperStatusEntry1.3.6.1.4.1.2272.1.26.7.1not-accessible
NUM rcPosOperStatusIndex1.3.6.1.4.1.2272.1.26.7.1.1InterfaceIndexread-onlypos ifIndex.
I32 rcPosOperStatusLqrStatus1.3.6.1.4.1.2272.1.26.7.1.2Integer32read-onlyOperational status of pppLqrConfigStatus.
I32 rcPosOperStatusLineLqrThreshold1.3.6.1.4.1.2272.1.26.7.1.3Integer32read-only.
I32 rcPosOperStatusLinkMagicNumber1.3.6.1.4.1.2272.1.26.7.1.4Integer32read-only.
ENA rcPosOperStatusLinePppStp1.3.6.1.4.1.2272.1.26.7.1.5EnableValueread-only
rcLinkFlapDetect1.3.6.1.4.1.2272.1.27
T/F rcLinkFlapDetectAutoPortDownEnable1.3.6.1.4.1.2272.1.27.1TruthValueread-writeUsed to enable/disable the Link Flap Detect feature. When enabled this feature will monitor the number of times a port goes down during a certain interval. If the number exceeds a given bound the port will be forced out-of-service.
T/F rcLinkFlapDetectSendTrap1.3.6.1.4.1.2272.1.27.2TruthValueread-writeUsed to configure whether a trap should be sent if the port is forced out-of-service.
INT rcLinkFlapDetectFrequency1.3.6.1.4.1.2272.1.27.3INTEGERread-writeUsed to configure the number of times the port can go down.
INT rcLinkFlapDetectInterval1.3.6.1.4.1.2272.1.27.4INTEGERread-writeUsed to configure the interval (in minutes).
rcV1Traps1.3.6.1.4.1.2272.1.28
rcRadius1.3.6.1.4.1.2272.1.29
rcRadiusGlobal1.3.6.1.4.1.2272.1.29.1
T/F rcRadiusGlobalEnable1.3.6.1.4.1.2272.1.29.1.1TruthValueread-writeEnable/disable this feature.
INT rcRadiusGlobalMaxNumberServer1.3.6.1.4.1.2272.1.29.1.2INTEGERread-writeMaximum number of RADIUS servers.
INT rcRadiusGlobalAttributeValue1.3.6.1.4.1.2272.1.29.1.3INTEGERread-writeInteger value for Access-Priority attribute.
I32 rcRadiusGlobalServerTableSize1.3.6.1.4.1.2272.1.29.1.4Integer32read-onlyUsed to indicate the number of entries in the rcRadiusServerTable.
T/F rcRadiusGlobalAcctEnable1.3.6.1.4.1.2272.1.29.1.5TruthValueread-writeEnable/disable Radius Accounting feature.
INT rcRadiusGlobalAcctAttributeValue1.3.6.1.4.1.2272.1.29.1.6INTEGERread-writeInteger value for User-Command attribute.
T/F rcRadiusGlobalAcctIncludeCli1.3.6.1.4.1.2272.1.29.1.7TruthValueread-writeInclude/Exclude cli-commands in radius acccounting updates.
T/F rcRadiusGlobalClearStat1.3.6.1.4.1.2272.1.29.1.8TruthValueread-writeClear Radius Statistic for all servers configured.
INT rcRadiusGlobalMcastAttributeValue1.3.6.1.4.1.2272.1.29.1.9INTEGERread-writeInteger value for multicast address vendor specific attribute.
INT rcRadiusGlobalAuthInfoAttributeValue1.3.6.1.4.1.2272.1.29.1.10INTEGERread-writeInteger value for Auth-Info vendor specific attribute.
INT rcRadiusGlobalCommandAccess1.3.6.1.4.1.2272.1.29.1.11INTEGERread-writeInteger value for Command-Access attribute.
INT rcRadiusGlobalCliCommands1.3.6.1.4.1.2272.1.29.1.12INTEGERread-writeInteger value for Cli-Command attribute.
INT rcRadiusGlobalIgapLogFSize1.3.6.1.4.1.2272.1.29.1.13INTEGERread-writeMaximum size for the IGAP accounting time-out log file in KB.
T/F rcRadiusGlobalCliProfEnable1.3.6.1.4.1.2272.1.29.1.14TruthValueread-writeEnable/disable Radius CLI Profiling.
C32 rcRadiusGlobalAuthInvalidServerAddress1.3.6.1.4.1.2272.1.29.1.15Counter32read-onlyNumber of Access Responses from unknown or invalid Radius servers.
T/F rcRadiusGlobalSourceIpFlag1.3.6.1.4.1.2272.1.29.1.16TruthValueread-writeFlag to include configured IP address as source address in RADIUS packets.
INT rcRadiusGlobalCliCmdCount1.3.6.1.4.1.2272.1.29.1.18INTEGERread-writeInteger value for Cli-Command-count.
rcRadiusServerTable1.3.6.1.4.1.2272.1.29.2not-accessibleThe RADIUS table (0 to 10 entries). This table lists the information of the RADIUS server.
rcRadiusServerEntry1.3.6.1.4.1.2272.1.29.2.1not-accessibleA RADIUS server table entry.
INT rcRadiusServerPriority1.3.6.1.4.1.2272.1.29.2.1.1INTEGERread-writeServer priority, used to control which server to choose first to send authentication.
IP rcRadiusServerAddress1.3.6.1.4.1.2272.1.29.2.1.2IpAddressread-writeServer IP address of the RADIUS authentication server referred to in this table entry.
INT rcRadiusServerTimeOut1.3.6.1.4.1.2272.1.29.2.1.3INTEGERread-writeThe time interval in seconds before the client retransmit the packet.
T/F rcRadiusServerEnable1.3.6.1.4.1.2272.1.29.2.1.4TruthValueread-writeEnable or disable this server.
INT rcRadiusServerMaxRetries1.3.6.1.4.1.2272.1.29.2.1.5INTEGERread-writeMaximum number of retransmissions.
INT rcRadiusServerUdpPort1.3.6.1.4.1.2272.1.29.2.1.6INTEGERread-writeThe UDP port the client is using to send requests to this server.
STR rcRadiusServerSecretKey1.3.6.1.4.1.2272.1.29.2.1.7DisplayStringread-writeThe identifier of the RADIUS authentication client.
C32 rcRadiusServerAccessRequests1.3.6.1.4.1.2272.1.29.2.1.8Counter32read-onlyThe number of RADIUS access-response packets sent to this server. This does not include retransmissions.
C32 rcRadiusServerAccessAccepts1.3.6.1.4.1.2272.1.29.2.1.9Counter32read-onlyThe number of RADIUS access-accept packets (valid or invalid) received from this server.
C32 rcRadiusServerAccessRejects1.3.6.1.4.1.2272.1.29.2.1.10Counter32read-onlyThe number of RADIUS access-reject packets (valid or invalid) received from this server.
C32 rcRadiusServerBadResponses1.3.6.1.4.1.2272.1.29.2.1.11Counter32read-onlyThe number of RADIUS invalid access-response packets received from this server.
C32 rcRadiusServerPendingRequests1.3.6.1.4.1.2272.1.29.2.1.12Counter32read-onlyThe number of RADIUS access-request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an access-request is sent and decremented due to receipt of an access-accept, access-reject, a timeout or retransmission.
C32 rcRadiusServerClientRetries1.3.6.1.4.1.2272.1.29.2.1.13Counter32read-onlyThe number of authentication retransmission to this server.
ROW rcRadiusServerRowStatus1.3.6.1.4.1.2272.1.29.2.1.14RowStatusread-writeUsed to create/delete entries.
T/F rcRadiusServerAcctEnable1.3.6.1.4.1.2272.1.29.2.1.15TruthValueread-writeEnable or disable Radius Accounting on this server.
INT rcRadiusServerAcctUdpPort1.3.6.1.4.1.2272.1.29.2.1.16INTEGERread-writeThe UDP port the client used to send accounting requests to this server.
C32 rcRadiusServerAcctOnRequests1.3.6.1.4.1.2272.1.29.2.1.17Counter32read-onlyThe number of RADIUS accounting-on packets sent to this server. This does not include retransmissions.
C32 rcRadiusServerAcctOffRequests1.3.6.1.4.1.2272.1.29.2.1.18Counter32read-onlyThe number of RADIUS accounting-off packets sent to this server. This does not include retransmissions.
C32 rcRadiusServerAcctStartRequests1.3.6.1.4.1.2272.1.29.2.1.19Counter32read-onlyThe number of RADIUS accounting-start packets sent to this server. This does not include retransmissions.
C32 rcRadiusServerAcctStopRequests1.3.6.1.4.1.2272.1.29.2.1.20Counter32read-onlyThe number of RADIUS accounting-stop packets sent to this server. This does not include retransmissions.
C32 rcRadiusServerAcctInterimRequests1.3.6.1.4.1.2272.1.29.2.1.21Counter32read-onlyThe number of RADIUS accounting-interim packets sent to this server. This does not include retransmissions.
C32 rcRadiusServerAcctBadResponses1.3.6.1.4.1.2272.1.29.2.1.22Counter32read-onlyThe number of Invalid responses received from this server.
C32 rcRadiusServerAcctPendingRequests1.3.6.1.4.1.2272.1.29.2.1.23Counter32read-onlyThe number of RADIUS accounting packets that are waiting be sent to this server. This variable is incremented whenever any accounting-request is sent to this server and decremented when an acknowledgement is received or timeout occurs.
C32 rcRadiusServerAcctClientRetries1.3.6.1.4.1.2272.1.29.2.1.24Counter32read-onlyThe number of RADIUS accounting packets retransmitted to this server.
rcRadiusServTable1.3.6.1.4.1.2272.1.29.3not-accessibleThe RADIUS table (0 to 10 entries). This table lists the information of the RADIUS server.
rcRadiusServEntry1.3.6.1.4.1.2272.1.29.3.1not-accessibleA RADIUS server table entry.
INT rcRadiusServPriority1.3.6.1.4.1.2272.1.29.3.1.1INTEGERread-writeServer priority, used to control which server to choose first to send authentication.
IP rcRadiusServAddress1.3.6.1.4.1.2272.1.29.3.1.2IpAddressread-writeServer IP address of the RADIUS authentication server referred to in this table entry.
INT rcRadiusServTimeOut1.3.6.1.4.1.2272.1.29.3.1.3INTEGERread-writeThe time interval in seconds before the client retransmit the packet.
T/F rcRadiusServEnable1.3.6.1.4.1.2272.1.29.3.1.4TruthValueread-writeEnable or disable this server.
INT rcRadiusServMaxRetries1.3.6.1.4.1.2272.1.29.3.1.5INTEGERread-writeMaximum number of retransmissions.
INT rcRadiusServUdpPort1.3.6.1.4.1.2272.1.29.3.1.6INTEGERread-writeThe UDP port the client is using to send requests to this server.
STR rcRadiusServSecretKey1.3.6.1.4.1.2272.1.29.3.1.7DisplayStringread-writeThe identifier of the RADIUS authentication client.
C32 rcRadiusServAccessRequests1.3.6.1.4.1.2272.1.29.3.1.8Counter32read-onlyThe number of RADIUS access-response packets sent to this server. This does not include retransmissions.
C32 rcRadiusServAccessAccepts1.3.6.1.4.1.2272.1.29.3.1.9Counter32read-onlyThe number of RADIUS access-accept packets (valid or invalid) received from this server.
C32 rcRadiusServAccessRejects1.3.6.1.4.1.2272.1.29.3.1.10Counter32read-onlyThe number of RADIUS access-reject packets (valid or invalid) received from this server.
C32 rcRadiusServBadResponses1.3.6.1.4.1.2272.1.29.3.1.11Counter32read-onlyThe number of RADIUS invalid access-response packets received from this server.
C32 rcRadiusServPendingRequests1.3.6.1.4.1.2272.1.29.3.1.12Counter32read-onlyThe number of RADIUS access-request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an access-request is sent and decremented due to receipt of an access-accept, access-reject, a timeout or retransmission.
C32 rcRadiusServClientRetries1.3.6.1.4.1.2272.1.29.3.1.13Counter32read-onlyThe number of authentication retransmission to this server.
ROW rcRadiusServRowStatus1.3.6.1.4.1.2272.1.29.3.1.14RowStatusread-writeUsed to create/delete entries.
T/F rcRadiusServAcctEnable1.3.6.1.4.1.2272.1.29.3.1.15TruthValueread-writeEnable or disable Radius Accounting on this server.
INT rcRadiusServAcctUdpPort1.3.6.1.4.1.2272.1.29.3.1.16INTEGERread-writeThe UDP port the client used to send accounting requests to this server.
C32 rcRadiusServAcctOnRequests1.3.6.1.4.1.2272.1.29.3.1.17Counter32read-onlyThe number of RADIUS accounting-on packets sent to this server. This does not include retransmissions.
C32 rcRadiusServAcctOffRequests1.3.6.1.4.1.2272.1.29.3.1.18Counter32read-onlyThe number of RADIUS accounting-off packets sent to this server. This does not include retransmissions.
C32 rcRadiusServAcctStartRequests1.3.6.1.4.1.2272.1.29.3.1.19Counter32read-onlyThe number of RADIUS accounting-start packets sent to this server. This does not include retransmissions.
C32 rcRadiusServAcctStopRequests1.3.6.1.4.1.2272.1.29.3.1.20Counter32read-onlyThe number of RADIUS accounting-stop packets sent to this server. This does not include retransmissions.
C32 rcRadiusServAcctInterimRequests1.3.6.1.4.1.2272.1.29.3.1.21Counter32read-onlyThe number of RADIUS accounting-interim packets sent to this server. This does not include retransmissions.
C32 rcRadiusServAcctBadResponses1.3.6.1.4.1.2272.1.29.3.1.22Counter32read-onlyThe number of Invalid responses received from this server.
C32 rcRadiusServAcctPendingRequests1.3.6.1.4.1.2272.1.29.3.1.23Counter32read-onlyThe number of RADIUS accounting packets that are waiting be sent to this server. This variable is incremented whenever any accounting-request is sent to this server and decremented when an acknowledgement is received or timeout occurs.
C32 rcRadiusServAcctClientRetries1.3.6.1.4.1.2272.1.29.3.1.24Counter32read-onlyThe number of RADIUS accounting packets retransmitted to this server.
INT rcRadiusServUsedBy1.3.6.1.4.1.2272.1.29.3.1.25INTEGERread-onlycli(1): for cli login, igap(2): for igap,snmp(3): for snmp login, eap(4) for EAP PAE Authenticator, web(5) for EDM login.
IP rcRadiusServNasIpAddress1.3.6.1.4.1.2272.1.29.3.1.26IpAddressread-onlyRADIUS Client NAS Identifier for this server.
STR rcRadiusServRoundTripTime1.3.6.1.4.1.2272.1.29.3.1.27DisplayStringread-onlyTime different between the instance when a RADIUS request is sent and the corresponding response is received.
C32 rcRadiusServAccessChallanges1.3.6.1.4.1.2272.1.29.3.1.28Counter32read-onlyThe number of RADIUS access-challanges packets sent to this server. This does not include retransmission.
IP rcRadiusServSourceIpAddr1.3.6.1.4.1.2272.1.29.3.1.29IpAddressread-writesource IP address RADIUS packets.
rcRadiusGlobalSnmp1.3.6.1.4.1.2272.1.29.4
T/F rcRadiusGlobalSnmpEnable1.3.6.1.4.1.2272.1.29.4.1TruthValueread-writeEnable/disable snmp radius authentication.
T/F rcRadiusGlobalSnmpAcctEnable1.3.6.1.4.1.2272.1.29.4.2TruthValueread-writeEnable/disable Radius Accounting for SNMP.
INT rcRadiusGlobalSnmpReAuthenticateTimer1.3.6.1.4.1.2272.1.29.4.3INTEGERread-writeInteger value representing Re-Authenticate Timer in seconds. Timer to be used to Re- Authenticate a SNMP Session.
INT rcRadiusGlobalSnmpAbortSessionTimer1.3.6.1.4.1.2272.1.29.4.4INTEGERread-writeInteger value representing the time in seconds after which the snmp session is considered expired and Radius Accounting Stop message is sent.
STR rcRadiusGlobalSnmpUserName1.3.6.1.4.1.2272.1.29.4.5DisplayStringread-writeUser name for Radius SNMP Accounting.
MAC rcRadiusEapLastRejMac1.3.6.1.4.1.2272.1.29.4.6MacAddressread-onlyUsed to store the Last Rejected MAC address on an EAP enabled port.
NUM rcRadiusPaePortNumber1.3.6.1.4.1.2272.1.29.4.7InterfaceIndexread-onlyUsed to store the Port Number on which the Mac Intrusion happened.
MAC rcRadiusEapLastAuthMac1.3.6.1.4.1.2272.1.29.4.8MacAddressread-onlyUsed to store the Last Authenticated MAC address on an EAP enabled port.
rcIgmp1.3.6.1.4.1.2272.1.30
rcIgmpInterfaceExtnTable1.3.6.1.4.1.2272.1.30.1not-accessible
rcIgmpInterfaceExtnEntry1.3.6.1.4.1.2272.1.30.1.1not-accessible
NUM rcIgmpInterfaceExtnIfIndex1.3.6.1.4.1.2272.1.30.1.1.1InterfaceIndexread-onlyifindex.
T/F rcIgmpInterfaceExtnSnoopEnable1.3.6.1.4.1.2272.1.30.1.1.2TruthValueread-writeenable snoop.
T/F rcIgmpInterfaceExtnProxySnoopEnable1.3.6.1.4.1.2272.1.30.1.1.3TruthValueread-writeenable proxy snoop.
INT rcIgmpInterfaceExtnMaxAdvertiseInterval1.3.6.1.4.1.2272.1.30.1.1.4INTEGERread-write
INT rcIgmpInterfaceExtnMinAdvertiseInterval1.3.6.1.4.1.2272.1.30.1.1.5INTEGERread-write
I32 rcIgmpInterfaceExtnMaxInitialAdvertiseInterval1.3.6.1.4.1.2272.1.30.1.1.6Integer32read-write
I32 rcIgmpInterfaceExtnMaxInitialAdvertments1.3.6.1.4.1.2272.1.30.1.1.7Integer32read-write
I32 rcIgmpInterfaceExtnNeighborDeadInterval1.3.6.1.4.1.2272.1.30.1.1.8Integer32read-write
T/F rcIgmpInterfaceExtnFastLeaveEnable1.3.6.1.4.1.2272.1.30.1.1.9TruthValueread-writeEnable fast leave on this interface.
POR rcIgmpInterfaceExtnFastLeavePortMembers1.3.6.1.4.1.2272.1.30.1.1.10PortSetread-writeThe set of ports that are enabled for fast leave.
T/F rcIgmpInterfaceExtnMrdiscEnable1.3.6.1.4.1.2272.1.30.1.1.11TruthValueread-writeEnable/disable multicast router discovery.
POR rcIgmpInterfaceExtnDiscoveredRouterPorts1.3.6.1.4.1.2272.1.30.1.1.12PortSetread-onlylist of ports that discovered by IGMP Multicast router discovery (MRDISC) protocol.
POR rcIgmpInterfaceExtnSnoopMRouterPorts1.3.6.1.4.1.2272.1.30.1.1.13PortSetread-writeThe set of ports in this interface that provide connectivity to an IP Multicast router.
POR rcIgmpInterfaceExtnSnoopActiveMRouterPorts1.3.6.1.4.1.2272.1.30.1.1.14PortSetread-onlyActive ports.
I32 rcIgmpInterfaceExtnSnoopMRouterExpiration1.3.6.1.4.1.2272.1.30.1.1.15Integer32read-onlyMulticast querier router aging time out.
INT rcIgmpInterfaceExtnFlushAction1.3.6.1.4.1.2272.1.30.1.1.16INTEGERread-writeIGMP flush action.
ENA rcIgmpInterfaceExtnRouterAlertEnable1.3.6.1.4.1.2272.1.30.1.1.17EnableValueread-writeEnable Router Alert Check.
T/F rcIgmpInterfaceExtnSsmEnable1.3.6.1.4.1.2272.1.30.1.1.18TruthValueread-writeenable SSM.
ENA rcIgmpInterfaceExtnIgapEnable1.3.6.1.4.1.2272.1.30.1.1.19EnableValueread-writeenable/disable IGAP.
ENA rcIgmpInterfaceExtnAccntEnable1.3.6.1.4.1.2272.1.30.1.1.20EnableValueread-writeenable/disable accounting.
ENA rcIgmpInterfaceExtnAuthEnable1.3.6.1.4.1.2272.1.30.1.1.21EnableValueread-writeenable/disable authentication.
ENA rcIgmpInterfaceExtnStreamLimitEnable1.3.6.1.4.1.2272.1.30.1.1.22EnableValueread-writeStream Limitation enable/disable.
I32 rcIgmpInterfaceExtnMaxStreams1.3.6.1.4.1.2272.1.30.1.1.23Integer32read-writeMaximum number of stream.
I32 rcIgmpInterfaceExtnNumStreams1.3.6.1.4.1.2272.1.30.1.1.24Integer32read-onlyCurrent number of streams.
IP rcIgmpInterfaceExtnNewQuerier1.3.6.1.4.1.2272.1.30.1.1.25IpAddressread-onlyThe address of the New IGMP Querier on the IP subnet to which this interface is attached.
T/F rcIgmpInterfaceExtnSnoopQuerierEnable1.3.6.1.4.1.2272.1.30.1.1.26TruthValueread-writeenable snoop querier.
IP rcIgmpInterfaceExtnSnoopQuerierAddr1.3.6.1.4.1.2272.1.30.1.1.27IpAddressread-writeThe pseudo address of the IGMP Snoop Querier.
T/F rcIgmpInterfaceExtnMvrEnable1.3.6.1.4.1.2272.1.30.1.1.28TruthValueread-writeEnable or disable mcast-vlan-registration on a vlan, it is used to specified a vlan works as a mcast-vlan, maximum 16 mcast-vlan is supported.
T/F rcIgmpInterfaceExtnMvrProxyEnable1.3.6.1.4.1.2272.1.30.1.1.29TruthValueread-writeenable or disable mcast-vlan-registration proxy on a vlan, you must enable mcast-vlan-registration at first.
T/F rcIgmpInterfaceExtnDynamicDowngradeEnable1.3.6.1.4.1.2272.1.30.1.1.30TruthValueread-writeenable dynamic downgrade the IGMP version when older version query message was received.
T/F rcIgmpInterfaceExtnCompatibilityModeEnable1.3.6.1.4.1.2272.1.30.1.1.31TruthValueread-writeenable v2 v3 compatible mode, which will handle the IGMP v2 message in v3 interface.
INT rcIgmpInterfaceExtnOperVersion1.3.6.1.4.1.2272.1.30.1.1.32INTEGERread-onlyThe operational version of IGMP which is running on this interface.
rcIgmpStaticTable1.3.6.1.4.1.2272.1.30.2not-accessible
rcIgmpStaticEntry1.3.6.1.4.1.2272.1.30.2.1not-accessible
NUM rcIgmpStaticIfIndex1.3.6.1.4.1.2272.1.30.2.1.1InterfaceIndexread-onlyifindex
IP rcIgmpStaticGrpAddr1.3.6.1.4.1.2272.1.30.2.1.2IpAddressread-onlyIp multicast address. The GrpAddress holds the starting range for the address range. If the ToGrpAddress is not entered, the it is as good as entering a single address.
POR rcIgmpStaticMemberPorts1.3.6.1.4.1.2272.1.30.2.1.3PortSetread-writeegressing ports.
POR rcIgmpStaticNotAllowedToJoin1.3.6.1.4.1.2272.1.30.2.1.4PortSetread-writenot allowed to join.
ROW rcIgmpStaticRowStatus1.3.6.1.4.1.2272.1.30.2.1.5RowStatusread-writeUsed to create/delete entries in the rcIgmpStaticEntry.
IP rcIgmpStaticToGrpAddr1.3.6.1.4.1.2272.1.30.2.1.6IpAddressread-writeTo hold the range for the GrpAddress.
rcIgmpAccessTable1.3.6.1.4.1.2272.1.30.3not-accessible
rcIgmpAccessEntry1.3.6.1.4.1.2272.1.30.3.1not-accessible
NUM rcIgmpAccessIfIndex1.3.6.1.4.1.2272.1.30.3.1.1InterfaceIndexread-onlyifindex
IP rcIgmpAccessGrpAddr1.3.6.1.4.1.2272.1.30.3.1.2IpAddressread-onlyip multicast addr.
IP rcIgmpAccessHostAddr1.3.6.1.4.1.2272.1.30.3.1.3IpAddressread-onlyhost addr.
INT rcIgmpAccessMode1.3.6.1.4.1.2272.1.30.3.1.4INTEGERread-writedenyTX(1), denyRX(2), denyBOTH(3).
ROW rcIgmpAccessRowStatus1.3.6.1.4.1.2272.1.30.3.1.5RowStatusread-writeUsed to create/delete entries in the rcIgmpAccessEntry.
IP rcIgmpAccessHostMask1.3.6.1.4.1.2272.1.30.3.1.6IpAddressread-onlyhost mask.
rcIgmpSenderTable1.3.6.1.4.1.2272.1.30.4not-accessible
rcIgmpSenderEntry1.3.6.1.4.1.2272.1.30.4.1not-accessible
IP rcIgmpSenderGrpAddr1.3.6.1.4.1.2272.1.30.4.1.1IpAddressread-onlyip multicast addr.
NUM rcIgmpSenderIfIndex1.3.6.1.4.1.2272.1.30.4.1.2InterfaceIndexread-onlyifindex
IP rcIgmpSenderMemberAddr1.3.6.1.4.1.2272.1.30.4.1.3IpAddressread-onlyhost addr.
INT rcIgmpSenderAction1.3.6.1.4.1.2272.1.30.4.1.4INTEGERread-writenone(0), flushEntry(1), flushGrp(2).
I32 rcIgmpSenderTPort1.3.6.1.4.1.2272.1.30.4.1.5Integer32read-onlyIgmp Sender Tport.
INT rcIgmpSenderState1.3.6.1.4.1.2272.1.30.4.1.6INTEGERread-onlyIndicates if a sender exists because of an IGMP access filter or not.
rcIgmpSsmGlobal1.3.6.1.4.1.2272.1.30.5
T/F rcIgmpSsmGlobalDynamicLearning1.3.6.1.4.1.2272.1.30.5.1TruthValueread-writeEnable/disable dynamic learning or source/group pair from IGMPv3 report.
INT rcIgmpSsmGlobalAdminAction1.3.6.1.4.1.2272.1.30.5.2INTEGERread-writeSet the admin status of all the Ssm entries to enable/disable at once.
IP rcIgmpSsmGlobalRangeGroup1.3.6.1.4.1.2272.1.30.5.3IpAddressread-writeIf multicast group address & RangeMask == RangeGroup, then RangeGroup is in Ssm Range. Else it is not in the range.
IP rcIgmpSsmGlobalRangeMask1.3.6.1.4.1.2272.1.30.5.4IpAddressread-writeUsed with RangeGroup.
rcIgmpSsmTable1.3.6.1.4.1.2272.1.30.6not-accessible
rcIgmpSsmEntry1.3.6.1.4.1.2272.1.30.6.1not-accessible
IP rcIgmpSsmIpMulticastGrp1.3.6.1.4.1.2272.1.30.6.1.1IpAddressread-onlyThis is the IP multicast group address that has default range of 232/8. This parameter should be configured by the user.
IP rcIgmpSsmIpSource1.3.6.1.4.1.2272.1.30.6.1.2IpAddressread-writeThis is the Source's IP address that will be sending traffic to the group source. This parameter should be configured by the user.
INT rcIgmpSsmLearningMode1.3.6.1.4.1.2272.1.30.6.1.3INTEGERread-onlyThis is a read only field that provides information if the entry is statically configured entry (Static) or a dynamically learned entry from IGMPv3 (Dynamic). Note that Dynamic may not be used in the first step of the implementation.
T/F rcIgmpSsmActivity1.3.6.1.4.1.2272.1.30.6.1.4TruthValueread-onlyThis is a read only field. It provides the activity on the corresponding (S,G). If the source is active and traffic is flowing to the switch, this field value should be Active, otherwise it should say non-active. This information is useful in knowing if the group has an active source or not when the group is joined by a member on the switch.
ENA rcIgmpSsmAdminState1.3.6.1.4.1.2272.1.30.6.1.5EnableValueread-writeThe admin state provides information on whether the entry is to be used or not. If the value of this field is Enabled (default), then the entry can be used. If the state is Disabled, then the entry will not be used, but will be saved for future use.
ROW rcIgmpSsmRowStatus1.3.6.1.4.1.2272.1.30.6.1.6RowStatusread-writeUsed to create/delete entries.
rcIgmpNewAccessTable1.3.6.1.4.1.2272.1.30.7not-accessible
rcIgmpNewAccessEntry1.3.6.1.4.1.2272.1.30.7.1not-accessible
NUM rcIgmpNewAccessIfIndex1.3.6.1.4.1.2272.1.30.7.1.1InterfaceIndexread-onlyifindex
I32 rcIgmpNewAccessPrefixListId1.3.6.1.4.1.2272.1.30.7.1.2Integer32read-onlyPrefix List ID.
STR rcIgmpNewAccessPrefixListName1.3.6.1.4.1.2272.1.30.7.1.3DisplayStringread-writePrefix List name.
IP rcIgmpNewAccessHostAddr1.3.6.1.4.1.2272.1.30.7.1.4IpAddressread-onlyhost addr.
IP rcIgmpNewAccessHostMask1.3.6.1.4.1.2272.1.30.7.1.5IpAddressread-onlyhost mask.
INT rcIgmpNewAccessActionMode1.3.6.1.4.1.2272.1.30.7.1.6INTEGERread-writeaction mode.
ROW rcIgmpNewAccessRowStatus1.3.6.1.4.1.2272.1.30.7.1.7RowStatusread-writeUsed to create/delete entries in the rcIgmpNewAccessEntry.
rcIgmpChannelLimitTable1.3.6.1.4.1.2272.1.30.8not-accessible
rcIgmpChannelLimitEntry1.3.6.1.4.1.2272.1.30.8.1not-accessible
NUM rcIgmpChannelLimitIfIndex1.3.6.1.4.1.2272.1.30.8.1.1InterfaceIndexread-onlyifindex
I32 rcIgmpChannelLimitPort1.3.6.1.4.1.2272.1.30.8.1.2Integer32read-onlyThe port belong to this vlan.
I32 rcIgmpChannelLimitMaxStreams1.3.6.1.4.1.2272.1.30.8.1.3Integer32read-writeMaximum number of stream.
I32 rcIgmpChannelLimitNumStreams1.3.6.1.4.1.2272.1.30.8.1.4Integer32read-onlyCurrent number of streams.
ROW rcIgmpChannelLimitRowStatus1.3.6.1.4.1.2272.1.30.8.1.5RowStatusread-writeRow Status.
rcIgmpIgapServiceAbilityTable1.3.6.1.4.1.2272.1.30.9not-accessible
rcIgmpIgapServiceAbilityEntry1.3.6.1.4.1.2272.1.30.9.1not-accessible
NUM rcIgmpIgapServiceAbilityIfIndex1.3.6.1.4.1.2272.1.30.9.1.1InterfaceIndexread-onlyifindex
C64 rcIgmpIgapServiceAbilityAuthSuccess1.3.6.1.4.1.2272.1.30.9.1.2Counter64read-onlyThe port belong to this vlan.
C64 rcIgmpIgapServiceAbilityAuthReject1.3.6.1.4.1.2272.1.30.9.1.3Counter64read-onlyMaximum number of stream.
C64 rcIgmpIgapServiceAbilityRespTimeout1.3.6.1.4.1.2272.1.30.9.1.4Counter64read-onlyCurrent number of streams.
C64 rcIgmpIgapServiceAbilityPapJoinReq1.3.6.1.4.1.2272.1.30.9.1.5Counter64read-onlyRow Status.
C64 rcIgmpIgapServiceAbilityBasicQuery1.3.6.1.4.1.2272.1.30.9.1.6Counter64read-onlyCurrent number of streams.
C64 rcIgmpIgapServiceAbilityBasicLeave1.3.6.1.4.1.2272.1.30.9.1.7Counter64read-onlyRow Status.
T/F rcIgmpIgapServiceAbilityClearStat1.3.6.1.4.1.2272.1.30.9.1.8TruthValueread-writeClear Counter.
rcIgmpIgapGlobal1.3.6.1.4.1.2272.1.30.10
T/F rcIgmpIgapGlobalClearAllStat1.3.6.1.4.1.2272.1.30.10.1TruthValueread-writeClear All IGAP Counters.
rcIgmpGlobalParams1.3.6.1.4.1.2272.1.30.11
INT rcIgmpFastLeaveMode1.3.6.1.4.1.2272.1.30.11.1INTEGERread-writeSet the fast-leave mode to be used by for all fast-leave enabled IGMP interfaces.
ENA rcIgmpGenerateTrap1.3.6.1.4.1.2272.1.30.11.2EnableValueread-writeEnabling the IGMP to generate trap.
ENA rcIgmpGenerateLog1.3.6.1.4.1.2272.1.30.11.3EnableValueread-writeEnabling the IGMP to generate log.
ENA rcIgmpMvr1.3.6.1.4.1.2272.1.30.11.4EnableValueread-writeEnabling mcast-vlan-registration globally.
rcIgmpCacheExtnTable1.3.6.1.4.1.2272.1.30.12not-accessible
rcIgmpCacheExtnEntry1.3.6.1.4.1.2272.1.30.12.1not-accessible
INT rcIgmpCacheExtnType1.3.6.1.4.1.2272.1.30.12.1.1INTEGERread-onlyIt takes up either of the two values, dynamic or static depending upon whether the entry is learnt Dynamic or is added statically.
POR rcIgmpCacheExtnStaticPorts1.3.6.1.4.1.2272.1.30.12.1.2PortSetread-onlyIt displays the static ports for the static joins, this would be null for the dynamic entry.
rcIgmpSnoopTraceTable1.3.6.1.4.1.2272.1.30.13not-accessibleThe table listing the multicast groups traversing the snoop enabled router
rcIgmpSnoopTraceEntry1.3.6.1.4.1.2272.1.30.13.1not-accessibleThe entry listing the multicast groups traversing the snoop enabled router
IP rcIgmpSnoopGrpAddr1.3.6.1.4.1.2272.1.30.13.1.1IpAddressnot-accessibleip mcast addr of grp traversing the router
IP rcIgmpSnoopSrcAddr1.3.6.1.4.1.2272.1.30.13.1.2IpAddressnot-accessibleIp src addr of the mcast grp address
NUM rcIgmpSnoopOutVlan1.3.6.1.4.1.2272.1.30.13.1.3InterfaceIndexnot-accessibleEgress vlan id for the mcast group
NUM rcIgmpSnoopInPort1.3.6.1.4.1.2272.1.30.13.1.4InterfaceIndexread-onlyIngress port for the mcast grp
NUM rcIgmpSnoopInVlan1.3.6.1.4.1.2272.1.30.13.1.5InterfaceIndexread-onlyIngress vlan id for the mcast source
POR rcIgmpSnoopOutPort1.3.6.1.4.1.2272.1.30.13.1.6PortSetread-onlyEgress port of the mcast grp
rcIgmpNewGroupTable1.3.6.1.4.1.2272.1.30.14not-accessibleThe (conceptual) table listing the multicast groups configured in the device.
rcIgmpNewGroupEntry1.3.6.1.4.1.2272.1.30.14.1not-accessibleAn entry (conceptual row) representing an Igmp group.
IP rcIgmpNewGroupIpAddress1.3.6.1.4.1.2272.1.30.14.1.1IpAddressnot-accessibleMulticast group Address (Class D) that others want to join. A group address can be the same for many incoming ports.
IP rcIgmpNewGroupMembers1.3.6.1.4.1.2272.1.30.14.1.2IpAddressnot-accessibleIP Address of a source that has sent group report wishing to join this group.
INT rcIgmpNewGroupInPort1.3.6.1.4.1.2272.1.30.14.1.3INTEGERnot-accessibleAn unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources.
I32 rcIgmpNewGroupExpiration1.3.6.1.4.1.2272.1.30.14.1.4Integer32read-onlyTime left before the group report expired on this port. Only one of this variable port. This variable is updated upon receiving a group report.
NUM rcIgmpNewGroupIfIndex1.3.6.1.4.1.2272.1.30.14.1.5InterfaceIndexread-onlyAn unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources.
STR rcIgmpNewGroupUserId1.3.6.1.4.1.2272.1.30.14.1.6DisplayStringread-onlyUser-id sending this group
INT rcIgmpNewGroupMemberState1.3.6.1.4.1.2272.1.30.14.1.7INTEGERread-onlyUsed for IGAP, to indicated member state.
I32 rcIgmpNewGroupSessionTime1.3.6.1.4.1.2272.1.30.14.1.8Integer32read-onlyUsed for IGAP, to indicated the session time in seconds for the member. Session time is started after traffic is available to member. It can be also called AccountingTime since its values correspondes to the accounting duration of IGAP user session.
rcIgmpMvrGroupTable1.3.6.1.4.1.2272.1.30.17not-accessibleThe (conceptual) table listing the mcast-vlan-registration groups.
rcIgmpMvrGroupEntry1.3.6.1.4.1.2272.1.30.17.1not-accessibleAn entry (conceptual row) in the rcIgmpMvrGroupTable.
IP rcIgmpMvrGroupGroupAddress1.3.6.1.4.1.2272.1.30.17.1.1IpAddressnot-accessibleThe group's multicast ip address.
I32 rcIgmpMvrGroupVlanId1.3.6.1.4.1.2272.1.30.17.1.2Integer32not-accessibleThe igmp snoop enabled vlan this group belongs to.
I32 rcIgmpMvrGroupIgmpVersion1.3.6.1.4.1.2272.1.30.17.1.3Integer32read-onlyVersion of this group.
I32 rcIgmpMvrGroupLivingTime1.3.6.1.4.1.2272.1.30.17.1.4Integer32read-onlyLiving time of this group.
rcIgmpMvrVlanTable1.3.6.1.4.1.2272.1.30.18not-accessibleThe (conceptual) table listing the mcast vlans in mcast-vlan-registration.
rcIgmpMvrVlanEntry1.3.6.1.4.1.2272.1.30.18.1not-accessibleAn entry (conceptual row) in the rcIgmpMvrVlanTable.
I32 rcIgmpMvrVlanMvrVlanId1.3.6.1.4.1.2272.1.30.18.1.1Integer32not-accessibleThe id of mcast-vlan.
T/F rcIgmpMvrVlanMvrVlanProxy1.3.6.1.4.1.2272.1.30.18.1.2TruthValueread-onlyworking mode of this mcast-vlan, proxy or not.
I32 rcIgmpMvrVlanSourcePort1.3.6.1.4.1.2272.1.30.18.1.3Integer32read-onlysource port for this mcast-vlan.
IP rcIgmpMvrVlanSourceAddress1.3.6.1.4.1.2272.1.30.18.1.4IpAddressread-onlyquerier address for the source in this mcast-vlan.
rcIgmpMvrReceiverTable1.3.6.1.4.1.2272.1.30.19not-accessibleThe (conceptual) table listing the mcast vlans and receiver vlans in mcast-vlan-registration.
rcIgmpMvrReceiverEntry1.3.6.1.4.1.2272.1.30.19.1not-accessibleAn entry (conceptual row) in the rcIgmpMvrGroupTable.
I32 rcIgmpMvrReceiverVlanId1.3.6.1.4.1.2272.1.30.19.1.1Integer32not-accessibleThe id of receiver vlan that bound to mcast-vlan.
ROW rcIgmpMvrReceiverRowStatus1.3.6.1.4.1.2272.1.30.19.1.2RowStatusread-createUsed to create/delete entries.
rcUserSetTime1.3.6.1.4.1.2272.1.31
INT rcUserSetTimeYear1.3.6.1.4.1.2272.1.31.1INTEGERread-writeYear of the time.
INT rcUserSetTimeMonth1.3.6.1.4.1.2272.1.31.2INTEGERread-writeMonth of the time.
INT rcUserSetTimeDate1.3.6.1.4.1.2272.1.31.3INTEGERread-writeDate of the time.
INT rcUserSetTimeHour1.3.6.1.4.1.2272.1.31.4INTEGERread-writeHour of the time.
INT rcUserSetTimeMinute1.3.6.1.4.1.2272.1.31.5INTEGERread-writeMinute of the time.
INT rcUserSetTimeSecond1.3.6.1.4.1.2272.1.31.6INTEGERread-writeSecond of the time.
rcL2Redundancy1.3.6.1.4.1.2272.1.32
INT rcL2RedundancyHaCpuState1.3.6.1.4.1.2272.1.32.1INTEGERread-onlyIndicate the Ha-CPU state. initialization - indicate the CPU is in this state. oneWayActive - Modules that need to be synchronized have registered with the framework (either locally or a message was received from remote CPU (1). twoWayActive - Modules that need to be synchronized have registered with the framework (either locally or a message was received from remote CPU (2). synchronized - Table based synchroniztion was completed on the current CPU (3). remoteIncompatible - CPUs framework version is incompatible with the remote CPU (4). error - If an invalid event is generated in a given state the CPU enters Error state (5). disabled - High Availability is not enabled (6). peerNotConnected - no peer connection is established (7). peerConnected - peer connection is established (8). lostPeerConnection - lost connection to peer/Standby CPU (9). notSynchronized - Table Sync is not complete (10).
INT rcL2RedundancyHaEvent1.3.6.1.4.1.2272.1.32.2INTEGERread-onlyIndicate the Ha event status. restart (0) - Causes the state machine to restart systemRegistrationDone (1)- Causes the CPU to transfer to One Way or Two Way Active state. Locally or message received from remote CPU. tableSynchronizationDone (2) - Causes the CPU to transfer to Synchronized state. versionIncompatible (3) - Causes the CPU to go to Remote Incompatible state noEvent (4) - Means no event has occured uptill now.
ENA rcL2RedundancyEnable1.3.6.1.4.1.2272.1.32.3EnableValueread-writeIndicate the feature enable/disable.
INT rcL2RedundancyStandbyCpu1.3.6.1.4.1.2272.1.32.4INTEGERread-onlyIndicate if the L2 Redundancy is enabled on the standby CPU.
rcNtp1.3.6.1.4.1.2272.1.33
rcNtpGlobal1.3.6.1.4.1.2272.1.33.1
T/F rcNtpGlobalEnable1.3.6.1.4.1.2272.1.33.1.1TruthValueread-writeEnable/disable NTP feature
INT rcNtpGlobalInterval1.3.6.1.4.1.2272.1.33.1.2INTEGERread-writeTime interval between successive NTP updates in minutes.
rcNtpServerTable1.3.6.1.4.1.2272.1.33.2not-accessibleThe NTP server table. This table lists the information of a NTP server
rcNtpServerEntry1.3.6.1.4.1.2272.1.33.2.1not-accessibleA NTP server table entry.
IP rcNtpServerAddress1.3.6.1.4.1.2272.1.33.2.1.1IpAddressread-onlyServer IP address of NTP time source referred to in this table entry.
T/F rcNtpServerEnable1.3.6.1.4.1.2272.1.33.2.1.2TruthValueread-writeEnable or disable this server for participation in time update.
T/F rcNtpServerAuthentication1.3.6.1.4.1.2272.1.33.2.1.3TruthValueread-writeEnable or disable the MD5 Authentication on this serve.
INT rcNtpServerKeyId1.3.6.1.4.1.2272.1.33.2.1.4INTEGERread-writePublic Key used to generate MD5 digest for this server.
C32 rcNtpServerAccessAttempts1.3.6.1.4.1.2272.1.33.2.1.5Counter32read-onlyThe number of NTP requests sent to this server
C32 rcNtpServerAccessSuccess1.3.6.1.4.1.2272.1.33.2.1.6Counter32read-onlyThe number of times this server was selected to update the time
C32 rcNtpServerAccessFailure1.3.6.1.4.1.2272.1.33.2.1.7Counter32read-onlyThe number of times this server was rejected from updating the time
ROW rcNtpServerRowStatus1.3.6.1.4.1.2272.1.33.2.1.8RowStatusread-writeUsed to create/delete entries.
STR rcNtpServerStratum1.3.6.1.4.1.2272.1.33.2.1.9DisplayStringread-onlyStratum of this server
STR rcNtpServerVersion1.3.6.1.4.1.2272.1.33.2.1.10DisplayStringread-onlyNTP version of this server
STR rcNtpServerRootDelay1.3.6.1.4.1.2272.1.33.2.1.11DisplayStringread-onlyRoot Delay of this server
STR rcNtpServerPrecision1.3.6.1.4.1.2272.1.33.2.1.12DisplayStringread-onlyNTP precision of this server in seconds
STR rcNtpServerReachable1.3.6.1.4.1.2272.1.33.2.1.13DisplayStringread-onlyNTP Reachability of this server
STR rcNtpServerSynchronized1.3.6.1.4.1.2272.1.33.2.1.14DisplayStringread-onlyStatus of synchronization with this server
rcNtpKeyTable1.3.6.1.4.1.2272.1.33.3not-accessibleThe NTP key table. This table lists the private key of the public key Id
rcNtpKeyEntry1.3.6.1.4.1.2272.1.33.3.1not-accessibleA NTP key table entry.
INT rcNtpKeyId1.3.6.1.4.1.2272.1.33.3.1.1INTEGERread-onlyPublic Key used to generate MD5 digest
STR rcNtpKeySecret1.3.6.1.4.1.2272.1.33.3.1.2DisplayStringread-writePrivate Key used to generate MD5 Digest
ROW rcNtpKeyRowStatus1.3.6.1.4.1.2272.1.33.3.1.3RowStatusread-writeUsed to create/delete entries.
rcSsh1.3.6.1.4.1.2272.1.34
rcSshGlobal1.3.6.1.4.1.2272.1.34.1
INT rcSshGlobalVersion1.3.6.1.4.1.2272.1.34.1.1INTEGERread-writeSSH version
I32 rcSshGlobalPort1.3.6.1.4.1.2272.1.34.1.2Integer32read-writeSSH connection port.
INT rcSshGlobalMaxSession1.3.6.1.4.1.2272.1.34.1.3INTEGERread-writeNumber of session allowed.
INT rcSshGlobalTimeout1.3.6.1.4.1.2272.1.34.1.4INTEGERread-writeSSH connection timeout in seconds.
INT rcSshGlobalRsaKeySize1.3.6.1.4.1.2272.1.34.1.5INTEGERread-writeSSH Rsa key size.
INT rcSshGlobalDsaKeySize1.3.6.1.4.1.2272.1.34.1.6INTEGERread-writeSSH Dsa key size.
T/F rcSshGlobalRsaAuth1.3.6.1.4.1.2272.1.34.1.7TruthValueread-writeEnable/disable SSH RSA authentication
T/F rcSshGlobalDsaAuth1.3.6.1.4.1.2272.1.34.1.8TruthValueread-writeEnable/disable SSH DSA authentication
T/F rcSshGlobalPassAuth1.3.6.1.4.1.2272.1.34.1.9TruthValueread-writeEnable/disable SSH RSA authentication
INT rcSshGlobalKeyAction1.3.6.1.4.1.2272.1.34.1.10INTEGERread-writeSSH key action.
INT rcSshGlobalEnable1.3.6.1.4.1.2272.1.34.1.11INTEGERread-writeEnable/disable, or securely enable SSH. Securely enable turns off other daemon flag, and it takes ffect afte reboot
IP rcSshGlobalHostIpAddr1.3.6.1.4.1.2272.1.34.1.12IpAddressread-writecurrent remote ip addr
rcSslMipTable1.3.6.1.4.1.2272.1.34.2not-accessibleThis table would display the MIP of the SSL blade according to the slot number.
rcSslMipTableEntry1.3.6.1.4.1.2272.1.34.2.1not-accessibleThis table get the MIP of the SSL blade on which the blade is in different cluster.
I32 rcSslMipSlot1.3.6.1.4.1.2272.1.34.2.1.1Integer32read-onlyUsed as an index to find out the MIP of SSL blade.
STR rcSslMipMip1.3.6.1.4.1.2272.1.34.2.1.2DisplayStringread-onlyMaster IP of the SSL blade.
rcSvlan1.3.6.1.4.1.2272.1.35
rcSvlanGlobal1.3.6.1.4.1.2272.1.35.1
INT rcSvlanActiveLevel1.3.6.1.4.1.2272.1.35.1.1INTEGERread-writeStacked Vlan active level.
rcSvlanTable1.3.6.1.4.1.2272.1.35.2not-accessibleA list of possible levels and their corresponding ether type. The number of entries is eight.
rcSvlanEntry1.3.6.1.4.1.2272.1.35.2.1not-accessibleA Stacked Vlan table entry.
INT rcSvlanId1.3.6.1.4.1.2272.1.35.2.1.1INTEGERread-onlyRow Index.
I32 rcSvlanLevel1.3.6.1.4.1.2272.1.35.2.1.2Integer32read-onlyA value that identifies the switch level associated with this entry.
I32 rcSvlanEtherType1.3.6.1.4.1.2272.1.35.2.1.3Integer32read-writeThe ether type value is used for svlan tagging.
rcTengEnet1.3.6.1.4.1.2272.1.50
rcTengEnetStats1.3.6.1.4.1.2272.1.50.1
rcTengDot3StatsTable1.3.6.1.4.1.2272.1.50.1.1not-accessibleStatistics for a collection of ethernet-like interfaces attached to a particular system.
rcTengDot3StatsEntry1.3.6.1.4.1.2272.1.50.1.1.1not-accessibleStatistics for a particular interface to an ethernet-like medium.
I32 rcTengDot3StatsIndex1.3.6.1.4.1.2272.1.50.1.1.1.1Integer32read-onlyAn index value that uniquely identifies an interface to an ethernet-like medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
C64 rcTengDot3StatsAlignmentErrors1.3.6.1.4.1.2272.1.50.1.1.1.2Counter64read-onlyA count of frames received on a particular interface that are not an integral number of octets in length and do not pass the FCS check. The count represented by an instance of this object is incremented when the alignmentError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
C64 rcTengDot3StatsFCSErrors1.3.6.1.4.1.2272.1.50.1.1.1.3Counter64read-onlyA count of frames received on a particular interface that are an integral number of octets in length but do not pass the FCS check. The count represented by an instance of this object is incremented when the frameCheckError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
C64 rcTengDot3StatsSingleCollisionFrames1.3.6.1.4.1.2272.1.50.1.1.1.4Counter64read-onlyA count of successfully transmitted frames on a particular interface for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts, ifOutMulticastPkts, or ifOutBroadcastPkts, and is not counted by the corresponding instance of the dot3StatsMultipleCollisionFrames object.
C64 rcTengDot3StatsMultipleCollisionFrames1.3.6.1.4.1.2272.1.50.1.1.1.5Counter64read-onlyA count of successfully transmitted frames on a particular interface for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts, ifOutMulticastPkts, or ifOutBroadcastPkts, and is not counted by the corresponding instance of the dot3StatsSingleCollisionFrames object.
C64 rcTengDot3StatsSQETestErrors1.3.6.1.4.1.2272.1.50.1.1.1.6Counter64read-onlyA count of times that the SQE TEST ERROR message is generated by the PLS sublayer for a particular interface. The SQE TEST ERROR message is defined in section 7.2.2.2.4 of ANSI/IEEE 802.3-1985 and its generation is described in section 7.2.4.6 of the same document.
C64 rcTengDot3StatsDeferredTransmissions1.3.6.1.4.1.2272.1.50.1.1.1.7Counter64read-onlyA count of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions.
C64 rcTengDot3StatsLateCollisions1.3.6.1.4.1.2272.1.50.1.1.1.8Counter64read-onlyThe number of times that a collision is detected on a particular interface later than 512 bit-times into the transmission of a packet. Five hundred and twelve bit-times corresponds to 51.2 microseconds on a 10 Mbit/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics.
C64 rcTengDot3StatsExcessiveCollisions1.3.6.1.4.1.2272.1.50.1.1.1.9Counter64read-onlyA count of frames for which transmission on a particular interface fails due to excessive collisions.
C64 rcTengDot3StatsInternalMacTransmitErrors1.3.6.1.4.1.2272.1.50.1.1.1.10Counter64read-onlyA count of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the rcTengDot3StatsLateCollisions object, the rcTengDot3StatsExcessiveCollisions object, or the rcTengDot3StatsCarrierSenseErrors object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of transmission errors on a particular interface that are not otherwise counted.
C64 rcTengDot3StatsCarrierSenseErrors1.3.6.1.4.1.2272.1.50.1.1.1.11Counter64read-onlyThe number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular interface. The count represented by an instance of this object is incremented at most once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt.
C64 rcTengDot3StatsFrameTooLongs1.3.6.1.4.1.2272.1.50.1.1.1.13Counter64read-onlyA count of frames received on a particular interface that exceed the maximum permitted frame size. The count represented by an instance of this object is incremented when the frameTooLong status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
C64 rcTengDot3StatsInternalMacReceiveErrors1.3.6.1.4.1.2272.1.50.1.1.1.16Counter64read-onlyA count of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the rcTengDot3StatsFrameTooLongs object, the rcTengDot3StatsAlignmentErrors object, or the rcTengDot3StatsFCSErrors object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of receive errors on a particular interface that are not otherwise counted.
OID rcTengDot3StatsEtherChipSet1.3.6.1.4.1.2272.1.50.1.1.1.17OBJECT IDENTIFIERread-onlyThis object contains an OBJECT IDENTIFIER which identifies the chipset used to realize the interface. Ethernet-like interfaces are typically built out of several different chips. The MIB implementor is presented with a decision of which chip to identify via this object. The implementor should identify the chip which is usually called the Medium Access Control chip. If no such chip is easily identifiable, the implementor should identify the chip which actually gathers the transmit and receive statistics and error indications. This would allow a manager station to correlate the statistics and the chip generating them, giving it the ability to take into account any known anomalies in the chip.
C32 rcTengDot3StatsLinkFailures1.3.6.1.4.1.2272.1.50.1.1.1.18Counter32read-onlyThe total number of link failures enCounter32ed on this interface.
C32 rcTengDot3StatsPacketErrors1.3.6.1.4.1.2272.1.50.1.1.1.19Counter32read-onlyThe total number of packet errors enCounter32ed on this interface.
C32 rcTengDot3StatsCarrierErrors1.3.6.1.4.1.2272.1.50.1.1.1.20Counter32read-onlyThe total number of carrier errors enCounter32ed on this interface.
C32 rcTengDot3StatsLinkInactiveErrors1.3.6.1.4.1.2272.1.50.1.1.1.21Counter32read-onlyThe total number of link inactive errors enCounter32ed on this interface.
C64 rcTengDot3StatsInFlowCtrlPkts1.3.6.1.4.1.2272.1.50.1.1.1.22Counter64read-onlyThe total number of flow control packets received by this interface.
C64 rcTengDot3StatsOutFlowCtrlPkts1.3.6.1.4.1.2272.1.50.1.1.1.23Counter64read-onlyThe total number of flow control packets transmitted by this interface.
C64 rcTengDot3StatsFrameTooShorts1.3.6.1.4.1.2272.1.50.1.1.1.24Counter64read-onlyThe total number of frames that are too short that were enCounter32ed on this interface.
rcTengStatTable1.3.6.1.4.1.2272.1.50.1.2not-accessibleA table used to store port statistics.
rcTengStatEntry1.3.6.1.4.1.2272.1.50.1.2.1not-accessibleinterface Counter32s
I32 rcTengStatIndex1.3.6.1.4.1.2272.1.50.1.2.1.1Integer32read-onlyAn index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
C32 rcTengStatBridgeInUnicastFrames1.3.6.1.4.1.2272.1.50.1.2.1.2Counter32read-onlyThe total number of incoming unicast frames that were bridged.
C32 rcTengStatBridgeInMulticastFrames1.3.6.1.4.1.2272.1.50.1.2.1.3Counter32read-onlyThe total number of incoming multicast frames that were bridged.
C32 rcTengStatBridgeInBroadcastFrames1.3.6.1.4.1.2272.1.50.1.2.1.4Counter32read-onlyThe total number of incoming broadcast frames that were bridged.
C32 rcTengStatBridgeInDiscards1.3.6.1.4.1.2272.1.50.1.2.1.5Counter32read-onlyThe total number of frames that were discarded by the bridging entity.
C32 rcTengStatBridgeOutUnicastFrames1.3.6.1.4.1.2272.1.50.1.2.1.6Counter32read-onlyThe total number of outgoing unicast frames that were bridged.
C32 rcTengStatBridgeOutMulticastFrames1.3.6.1.4.1.2272.1.50.1.2.1.7Counter32read-onlyThe total number of outgoing multicast frames that were bridged.
C32 rcTengStatBridgeOutBroadcastFrames1.3.6.1.4.1.2272.1.50.1.2.1.8Counter32read-onlyThe total number of outgoing broadcast frames that were bridged.
C32 rcTengStatRouteInUnicastFrames1.3.6.1.4.1.2272.1.50.1.2.1.9Counter32read-onlyThe total number of incoming unicast frames that were routed.
C32 rcTengStatRouteInMulticastFrames1.3.6.1.4.1.2272.1.50.1.2.1.10Counter32read-onlyThe total number of incoming multicast frames that were routed.
C32 rcTengStatRouteInDiscards1.3.6.1.4.1.2272.1.50.1.2.1.11Counter32read-onlyThe total number of frames that were discarded by the routing entity.
C32 rcTengStatRouteOutUnicastFrames1.3.6.1.4.1.2272.1.50.1.2.1.12Counter32read-onlyThe total number of outgoing unicast frames that were routed.
C32 rcTengStatRouteOutMulticastFrames1.3.6.1.4.1.2272.1.50.1.2.1.13Counter32read-onlyThe total number of outgoing multicast frames that were routed.
C32 rcTengStatStgForwardTransitions1.3.6.1.4.1.2272.1.50.1.2.1.14Counter32read-onlyThe number of times this port has transitioned from the Learning state to the Forwarding state.
C32 rcTengStatStgInConfigBpdus1.3.6.1.4.1.2272.1.50.1.2.1.15Counter32read-only
C32 rcTengStatStgInTcnBpdus1.3.6.1.4.1.2272.1.50.1.2.1.16Counter32read-only
C32 rcTengStatStgInBadBpdus1.3.6.1.4.1.2272.1.50.1.2.1.17Counter32read-only
C32 rcTengStatStgOutConfigBpdus1.3.6.1.4.1.2272.1.50.1.2.1.18Counter32read-only
C32 rcTengStatStgOutTcnBpdus1.3.6.1.4.1.2272.1.50.1.2.1.19Counter32read-only
C32 rcTengStatBridgeOutFrames1.3.6.1.4.1.2272.1.50.1.2.1.20Counter32read-onlyUsed by the Accelar 8000 product family to account for all transmitted bridge unicast, broadcast, and multicast packets. The individual Counter32s are not supported.
rcTengIfTable1.3.6.1.4.1.2272.1.50.1.3not-accessibleA list of interface entries. The number of entries is given by the value of engIfNumber.
rcTengIfEntry1.3.6.1.4.1.2272.1.50.1.3.1not-accessibleAn entry containing management information applicable to a particular interface.
NUM rcTengIfIndex1.3.6.1.4.1.2272.1.50.1.3.1.1InterfaceIndexread-onlyA unique value, greater than zero, for each interface. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
STR rcTengIfDescr1.3.6.1.4.1.2272.1.50.1.3.1.2DisplayStringread-onlyA textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.
INT rcTengIfType1.3.6.1.4.1.2272.1.50.1.3.1.3INTEGERread-onlyThe type of interface. Additional values for IfType are assigned by the Internet Assigned Numbers Authority (IANA), through updating the syntax of the IANAifType textual convention.
I32 rcTengIfMtu1.3.6.1.4.1.2272.1.50.1.3.1.4Integer32read-onlyThe size of the largest packet which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
G32 rcTengIfSpeed1.3.6.1.4.1.2272.1.50.1.3.1.5Gauge32read-onlyAn estimate of the interface's current bandwidth in bits per second. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. If the bandwidth of the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and ifHighSpeed must be used to report the interace's speed. For a sub-layer which has no concept of bandwidth, this object should be zero.
PHY rcTengIfPhysAddress1.3.6.1.4.1.2272.1.50.1.3.1.6PhysAddressread-onlyThe interface's address at its protocol sub-layer. The interface's media-specific MIB must define the bit and byte ordering and format of the value contained by this object. For interfaces which do not have such an address (e.g., a serial line), this object should contain an octet string of zero length.
INT rcTengIfAdminStatus1.3.6.1.4.1.2272.1.50.1.3.1.7INTEGERread-writeThe desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with IfAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, IfAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state).
INT rcTengIfOperStatus1.3.6.1.4.1.2272.1.50.1.3.1.8INTEGERread-onlyThe current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If IfAdminStatus is down(2) then IfOperStatus should be down(2). If IfAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(2) state if and only if there is a fault that prevents if from going to the up(1) state.
TIK rcTengIfLastChange1.3.6.1.4.1.2272.1.50.1.3.1.9TimeTicksread-onlyThe value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
C64 rcTengIfInOctets1.3.6.1.4.1.2272.1.50.1.3.1.10Counter64read-onlyThe total number of octets received on the interface, including framing characters.
C64 rcTengIfInUcastPkts1.3.6.1.4.1.2272.1.50.1.3.1.11Counter64read-onlyThe number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer.
C64 rcTengIfInNUcastPkts1.3.6.1.4.1.2272.1.50.1.3.1.12Counter64read-onlyThe number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast or broadcast address at this sub-layer. This object is deprecated in favour of IfInMulticastPkts and IfInBroadcastPkts.
C64 rcTengIfInDiscards1.3.6.1.4.1.2272.1.50.1.3.1.13Counter64read-onlyThe number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space.
C64 rcTengIfInErrors1.3.6.1.4.1.2272.1.50.1.3.1.14Counter64read-onlyFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol.
C64 rcTengIfInUnknownProtos1.3.6.1.4.1.2272.1.50.1.3.1.15Counter64read-onlyFor packet-oriented interfaces, the number of packets received via the interface which were discarded because of an unknown or unsupported protocol. For character-oriented or fixed-length interfaces which support protocol multiplexing the number of transmission units received via the interface which were discarded because of an unknown or unsupported protocol. For any interface which does not support protocol multiplexing, this counter will always be 0.
C64 rcTengIfOutOctets1.3.6.1.4.1.2272.1.50.1.3.1.16Counter64read-onlyThe total number of octets transmitted out of the interface, including framing characters.
C64 rcTengIfOutUcastPkts1.3.6.1.4.1.2272.1.50.1.3.1.17Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
C64 rcTengIfOutNUcastPkts1.3.6.1.4.1.2272.1.50.1.3.1.18Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. This object is deprecated in favour of IfOutMulticastPkts and IfOutBroadcastPkts.
C64 rcTengIfOutDiscards1.3.6.1.4.1.2272.1.50.1.3.1.19Counter64read-onlyThe number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
C64 rcTengIfOutErrors1.3.6.1.4.1.2272.1.50.1.3.1.20Counter64read-onlyFor packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.
G32 rcTengIfOutQLen1.3.6.1.4.1.2272.1.50.1.3.1.21Gauge32read-onlyThe length of the output packet queue (in packets).
OID rcTengIfSpecific1.3.6.1.4.1.2272.1.50.1.3.1.22OBJECT IDENTIFIERread-onlyA reference to MIB definitions specific to the particular media being used to realize the interface. It is recommended that this value point to an instance of a MIB object in the media-specific MIB, i.e., that this object have the semantics associated with the InstancePointer textual convention defined in RFC 1443. In fact, it is recommended that the media- specific MIB specify what value ifSpecific should/can take for values of ifType. If no MIB definitions specific to the particular media are available, the value should be set to the OBJECT IDENTIFIER { 0 0 }.
rcTengIfXTable1.3.6.1.4.1.2272.1.50.1.4not-accessibleA list of interface entries. The number of entries is given by the value of ifNumber. This table contains additional objects for the interface table.
rcTengIfXEntry1.3.6.1.4.1.2272.1.50.1.4.1not-accessibleAn entry containing additional management information applicable to a particular interface.
NUM rcTengIfXIndex1.3.6.1.4.1.2272.1.50.1.4.1.1InterfaceIndexread-onlyA unique value, greater than zero, for each interface. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
STR rcTengIfName1.3.6.1.4.1.2272.1.50.1.4.1.2DisplayStringread-onlyThe textual name of the interface. The value of this object should be the name of the interface as assigned by the local device and should be suitable for use in commands entered at the device's `console'. This might be a text name, such as `le0' or a simple port number, such as `1', depending on the interface naming syntax of the device. If several entries in the rcTengIfTable together represent a single interface as named by the device, then each will have the same value of rcTengIfName. If there is no local name, or this object is otherwise not applicable, then this object contains a 0-length string.
C64 rcTengIfInMulticastPkts1.3.6.1.4.1.2272.1.50.1.4.1.3Counter64read-onlyThe number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer. For a MAC layer protocol, this includes both Group and Functional addresses.
C64 rcTengIfInBroadcastPkts1.3.6.1.4.1.2272.1.50.1.4.1.4Counter64read-onlyThe number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer.
C64 rcTengIfOutMulticastPkts1.3.6.1.4.1.2272.1.50.1.4.1.5Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. For a MAC layer protocol, this includes both Group and Functional addresses.
C64 rcTengIfOutBroadcastPkts1.3.6.1.4.1.2272.1.50.1.4.1.6Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
C64 rcTengIfHCInOctets1.3.6.1.4.1.2272.1.50.1.4.1.7Counter64read-onlyThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of rcTengIfInOctets.
C64 rcTengIfHCInUcastPkts1.3.6.1.4.1.2272.1.50.1.4.1.8Counter64read-onlyThe number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer. This object is a 64-bit version of rcTengIfInUcastPkts.
C64 rcTengIfHCInMulticastPkts1.3.6.1.4.1.2272.1.50.1.4.1.9Counter64read-onlyThe number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer. For a MAC layer protocol, this includes both Group and Functional addresses. This object is a 64-bit version of rcTengIfInMulticastPkts.
C64 rcTengIfHCInBroadcastPkts1.3.6.1.4.1.2272.1.50.1.4.1.10Counter64read-onlyThe number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer. This object is a 64-bit version of IfInBroadcastPkts.
C64 rcTengIfHCOutOctets1.3.6.1.4.1.2272.1.50.1.4.1.11Counter64read-onlyThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of rcTengIfOutOctets.
C64 rcTengIfHCOutUcastPkts1.3.6.1.4.1.2272.1.50.1.4.1.12Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. This object is a 64-bit version of rcTengIfOutUcastPkts.
C64 rcTengIfHCOutMulticastPkts1.3.6.1.4.1.2272.1.50.1.4.1.13Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. For a MAC layer protocol, this includes both Group and Functional addresses. This object is a 64-bit version of rcTengIfOutMulticastPkts.
C64 rcTengIfHCOutBroadcastPkts1.3.6.1.4.1.2272.1.50.1.4.1.14Counter64read-onlyThe total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent. This object is a 64-bit version of rcTengIfOutBroadcastPkts.
INT rcTengIfLinkUpDownTrapEnable1.3.6.1.4.1.2272.1.50.1.4.1.15INTEGERread-writeIndicates whether linkUp/linkDown traps should be generated for this interface. By default, this object should have the value enabled(1) for interfaces which do not operate on 'top' of any other interface (as defined in the rcTengIfStackTable), and disabled(2) otherwise.
G32 rcTengIfHighSpeed1.3.6.1.4.1.2272.1.50.1.4.1.16Gauge32read-onlyAn estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to `n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.
T/F rcTengIfPromiscuousMode1.3.6.1.4.1.2272.1.50.1.4.1.17TruthValueread-writeThis object has a value of false(2) If this interface only accepts packets/frames that are addressed to this station. This object has a value of true(1) when the station accepts all packets/frames transmitted on the media. The value true(1) is only legal on certain types of media. If legal, setting this object to a value of true(1) may require the interface to be reset before becoming effective. The value of rcTengIfPromiscuousMode does not affect the reception of broadcast and multicast packets/frames by the interface.
T/F rcTengIfConnectorPresent1.3.6.1.4.1.2272.1.50.1.4.1.18TruthValueread-onlyThis object has the value 'true(1)' if the interface sublayer has a physical connector and the value 'false(2)' otherwise.
rcWisTrap1.3.6.1.4.1.2272.1.50.2
INT rcWisSonetTrapType1.3.6.1.4.1.2272.1.50.2.1INTEGERread-onlyUsed to indicate a particular type of 10GE Sonet trap.
INT rcWisSonetTrapIndication1.3.6.1.4.1.2272.1.50.2.2INTEGERread-onlyUsed to indicate an indication for a 10GE Sonet trap.
rcRec1.3.6.1.4.1.2272.1.51
rcRecReservTable1.3.6.1.4.1.2272.1.51.1not-accessibleThis table would display the statistics of several HW record type used. This will also let the user reserve certain number of records for each type.
rcRecReservTablEntry1.3.6.1.4.1.2272.1.51.1.1not-accessible
INT rcRecReservRecordType1.3.6.1.4.1.2272.1.51.1.1.1INTEGERread-only.
I32 rcRecReservUsed1.3.6.1.4.1.2272.1.51.1.1.2Integer32read-onlyDisplayes the number of HW records actually usee by the recordType.
I32 rcRecReservReserved1.3.6.1.4.1.2272.1.51.1.1.3Integer32read-onlyDisplayes the number of HW records reserved for the recordType.
I32 rcRecReservNewReserved1.3.6.1.4.1.2272.1.51.1.1.4Integer32read-writeDisplayes the number of HW records that w ill be reserved for this recordType after reset if the configuration is saved.
I32 rcRecReservDefReserved1.3.6.1.4.1.2272.1.51.1.1.5Integer32read-onlyNumber of records reserved for this recordType if loaded with factory default.
rcLacp1.3.6.1.4.1.2272.1.53
rcLacpGlobal1.3.6.1.4.1.2272.1.53.1
T/F rcLacpGlobalEnable1.3.6.1.4.1.2272.1.53.1.1TruthValueread-writeglobally enable/disable LACP
I32 rcLacpGlobalSystemPriority1.3.6.1.4.1.2272.1.53.1.2Integer32read-writeset system priority to all the LACP enabled aggregators and prots
INT rcLacpGlobalFastPeriodicTime1.3.6.1.4.1.2272.1.53.1.3INTEGERread-writeThe number of miliseconds between periodic transmissions using Short Timeouts. Set this value to all LACP enabled ports.
INT rcLacpGlobalSlowPeriodicTime1.3.6.1.4.1.2272.1.53.1.4INTEGERread-writeThe number of miliseconds between periodic transmissions using LONG Timeouts. Set this value to all LACP enabled ports.
INT rcLacpGlobalTimeoutScale1.3.6.1.4.1.2272.1.53.1.5INTEGERread-writeScalar value used to calculate timeout time from periodic time. Set this value to all LACP enabled ports.
INT rcLacpGlobalAggrWaitTime1.3.6.1.4.1.2272.1.53.1.6INTEGERread-writeThe number of mili seconds to delay aggregation to allow multiple links to aggregate simultaneously.
T/F rcLacpGlobalVlacpEnable1.3.6.1.4.1.2272.1.53.1.7TruthValueread-writeglobally enable/disable Virtual LACP
INT rcLacpGlobalFastPeriodicTimeOper1.3.6.1.4.1.2272.1.53.1.9INTEGERread-onlyThe operating value of global fast periodic timer.
INT rcLacpGlobalSlowPeriodicTimeOper1.3.6.1.4.1.2272.1.53.1.10INTEGERread-onlyThe operating value of global show periodic time.
INT rcLacpGlobalTimeoutScaleOper1.3.6.1.4.1.2272.1.53.1.11INTEGERread-onlyThe operating value of global timeout scale.
INT rcLacpGlobalAggrWaitTimeOper1.3.6.1.4.1.2272.1.53.1.12INTEGERread-onlyThe operating value of global aggregate wait time.
MAC rcLacpGlobalSmltSysId1.3.6.1.4.1.2272.1.53.1.13MacAddressread-writeLACP system ID for SMLT
I32 rcLacpGlobalVlacpHoldTime1.3.6.1.4.1.2272.1.53.1.15Integer32read-writeThe number of seconds to hold down all vlacp enabled links
rcLicense1.3.6.1.4.1.2272.1.56
INT rcLicenseNumber1.3.6.1.4.1.2272.1.56.1INTEGERread-onlyBit position number of license bitmap
OCT rcLicenseBitMap1.3.6.1.4.1.2272.1.56.2OCTET STRINGread-onlyLicense bit map. Bitmap number is defined in rcLicenseNumber
rcEap1.3.6.1.4.1.2272.1.57
rcFdb1.3.6.1.4.1.2272.1.60
rcGlobalMacFilterTable1.3.6.1.4.1.2272.1.60.1not-accessibleA list of Global Mac filter entries.
rcGlobalMacFilterEntry1.3.6.1.4.1.2272.1.60.1.1not-accessiblethis entry is used for global mac filtering.Any Mac address configured here will be discarded globally by the switch.
MAC rcGlobalMacFilterAddress1.3.6.1.4.1.2272.1.60.1.1.1MacAddressnot-accessibleA MAC address which will be discarded globally by the switch
ROW rcGlobalMacFilterRowStatus1.3.6.1.4.1.2272.1.60.1.1.2RowStatusread-writeUsed to create/delete entries in rcGlobalMacFilterTable.
rcIpv61.3.6.1.4.1.2272.1.62
rcIpv6Mib1.3.6.1.4.1.2272.1.62.1
rcIpv6Notifications1.3.6.1.4.1.2272.1.62.1.0
rcIpv6Objects1.3.6.1.4.1.2272.1.62.1.1
rcIpv6Scalars1.3.6.1.4.1.2272.1.62.1.1.1
INT rcIpv6IcmpErrorInterval1.3.6.1.4.1.2272.1.62.1.1.1.1INTEGERread-writeThe rate (in milliseconds) at which ICMP error messages can be sent out. A value of zero means not be send any.
T/F rcIpv6MulticastAdminStatus1.3.6.1.4.1.2272.1.62.1.1.1.2TruthValueread-writeThis indicates the global admin status for multicast.
T/F rcIpv6IcmpNetUnreach1.3.6.1.4.1.2272.1.62.1.1.1.3TruthValueread-writeUsed to set icmp net unreach feature enable/ disable.
T/F rcIpv6IcmpRedirectMsg1.3.6.1.4.1.2272.1.62.1.1.1.4TruthValueread-writeUsed to set icmp redirect feature enable/ disable.
INT rcIpv6IcmpErrorQuota1.3.6.1.4.1.2272.1.62.1.1.1.5INTEGERread-writeThe number of icmp error messages that can be sent during the icmp error interval. A value of zero means not be send any.
U32 rcIpv6PrefixListTableSize1.3.6.1.4.1.2272.1.62.1.1.1.8Unsigned32read-onlySize of Ipv6 Prefix List Table
rcIpv6InterfaceTable1.3.6.1.4.1.2272.1.62.1.1.2not-accessibleThis table contains list of IPv6 interfaces and per-interface IPv6-specific information.
rcIpv6InterfaceEntry1.3.6.1.4.1.2272.1.62.1.1.2.1not-accessibleAn entry of ipv6 interface In Table containing per-interface information.
NUM rcIpv6InterfaceIfIndex1.3.6.1.4.1.2272.1.62.1.1.2.1.1InterfaceIndexnot-accessibleAn unique value to identify a physical interface or a logical interface (VLAN). For the brouter port it is the ifindex of the port and in the case of the vlan it is the ifindex of the vlan.
ADR rcIpv6InterfaceIdentifier1.3.6.1.4.1.2272.1.62.1.1.2.1.2Ipv6AddressIfIdentifierread-createIPv6 address interface identifiers. This is a binary string of up to 8 octets in network byte-order.
INT rcIpv6InterfaceIdentifierLength1.3.6.1.4.1.2272.1.62.1.1.2.1.3INTEGERread-createThe length of the Interface Identifier in bits.
STR rcIpv6InterfaceDescr1.3.6.1.4.1.2272.1.62.1.1.2.1.4DisplayStringread-createA textual string containing information about the interface. This string may be set by network management system.
INT rcIpv6InterfaceVlanId1.3.6.1.4.1.2272.1.62.1.1.2.1.5INTEGERread-createA 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.
INT rcIpv6InterfaceType1.3.6.1.4.1.2272.1.62.1.1.2.1.6INTEGERread-onlyThe interface type.
INT rcIpv6InterfaceReasmMaxSize1.3.6.1.4.1.2272.1.62.1.1.2.1.7INTEGERread-createMTU for this IPv6 interface, this value should be same for all the ip addresses defined on this interface.
PHY rcIpv6InterfacePhysAddress1.3.6.1.4.1.2272.1.62.1.1.2.1.8PhysAddressread-onlyThe media-dependent `physical' address, for the ethernet media it is the MAC address
T/F rcIpv6InterfaceAdminStatus1.3.6.1.4.1.2272.1.62.1.1.2.1.9TruthValueread-createThe indication of whether IPv6 is enabled (up) or disabled (down) on this interface. This object does not affect the state of the interface itself, only its connection to an IPv6 stack.
INT rcIpv6InterfaceOperStatus1.3.6.1.4.1.2272.1.62.1.1.2.1.10INTEGERread-onlyOperating status of the interface.
INT rcIpv6InterfaceReachableTime1.3.6.1.4.1.2272.1.62.1.1.2.1.11INTEGERread-createThe time (in milliseconds) a neighbor is considered reachable after receiving a reachability confirmation. REFERENCE RFC2461, Section 6.3.2
INT rcIpv6InterfaceRetransmitTime1.3.6.1.4.1.2272.1.62.1.1.2.1.12INTEGERread-createThe time (in milliseconds) between retransmissions of Neighbor Solicitation messages to a neighbor when resolving the address or when probing the reachability of a neighbor. REFERENCE RFC2461, Section 6.3.2
T/F rcIpv6InterfaceMulticastAdminStatus1.3.6.1.4.1.2272.1.62.1.1.2.1.13TruthValueread-createThis indicates the admin status for multicast for this interface.
ROW rcIpv6InterfaceRowStatus1.3.6.1.4.1.2272.1.62.1.1.2.1.14RowStatusread-createRow status for create/delete.
T/F rcIpv6InterfaceDhcpEnabled1.3.6.1.4.1.2272.1.62.1.1.2.1.15TruthValueread-createEnable or disable DHCP on the specified interface.
I32 rcIpv6InterfaceMacOffset1.3.6.1.4.1.2272.1.62.1.1.2.1.16Integer32read-createUsed to request a particular MAC for an IPv6 VLAN. Analogous to rcIpAdEntMacOffset in rcIpAddrTable. 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 IPv6 on a vlan or it can be alloted by the system within the above range.
rcIpv6AddressTable1.3.6.1.4.1.2272.1.62.1.1.3not-accessibleThis table contains addressing information relevant to the entity's interfaces. This table does not contain multicast address information. Tables for such information should be contained in multicast specific MIBs such as RFC3019. While this table is writable the user will note that several objects, such as rcIpv6AddressOrigin, are not. The intention in allowing a user to write to this table is to allow them to add or remove any entry that isn't permanent. The user should be allowed to modify objects and entries when that would not cause inconsistencies within the table. Allowing write access to objects such as rcIpv6AddressOrigin could allow a user to insert an entry and then label it incorrectly.
rcIpv6AddressEntry1.3.6.1.4.1.2272.1.62.1.1.3.1not-accessibleAn address mapping for a particular interface. Note that when an address is added to an interface the resulted prefix is added to that interface.
NUM rcIpv6AddressIfIndex1.3.6.1.4.1.2272.1.62.1.1.3.1.1InterfaceIndexnot-accessibleThe 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 the IfIndex field in the rcIpv6InterfaceIfIndex.
ADR rcIpv6AddressAddr1.3.6.1.4.1.2272.1.62.1.1.3.1.2Ipv6Addressnot-accessibleThe IPv6 address to which this entry's addressing information pertains. This is one of the ipv6 addresses that this interface(identified by the rcIpv6AddressIfIndex) has. Implementors need to be aware that if the size of ipAddressAddr exceeds 116 octets then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c or SNMPv3.
INT rcIpv6AddressType1.3.6.1.4.1.2272.1.62.1.1.3.1.3INTEGERread-writeThe type of address. It is either unicast or anycast IPv6 addresses (RFC3513).
INT rcIpv6AddressPrefixLength1.3.6.1.4.1.2272.1.62.1.1.3.1.4INTEGERread-writePrefix Length value for this address. Cannot be changed after the creation. This field MUST be provided in order to create an entry in this table.
NUM rcIpv6AddressPrefix1.3.6.1.4.1.2272.1.62.1.1.3.1.5RowPointerread-onlyA pointer to the row in the prefix table to which this address belongs. May be { 0 0 } if there is no such row.
NUM rcIpv6AddressOrigin1.3.6.1.4.1.2272.1.62.1.1.3.1.6IpAddressOriginTCread-onlyThe origin of the address. The origin of the address, one of: other(1),manual(2), dhcp(4),linklayer(5), random(6)
ADR rcIpv6AddressStatus1.3.6.1.4.1.2272.1.62.1.1.3.1.7IpAddressStatusTCread-onlyThe status of the address, describing if the address can be used for communication. It will One of: preferred(1), deprecated(2),invalid(3),inaccessible(4),unknown(5), tentative(6), duplicate(7)
TIM rcIpv6AddressCreated1.3.6.1.4.1.2272.1.62.1.1.3.1.8TimeStampread-onlyThe value of sysUpTime at the time this entry was created. If this entry was created prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
TIM rcIpv6AddressLastChanged1.3.6.1.4.1.2272.1.62.1.1.3.1.9TimeStampread-onlyThe value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
ROW rcIpv6AddressRowStatus1.3.6.1.4.1.2272.1.62.1.1.3.1.10RowStatusread-createThe status of this conceptual row. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the rcIpv6AddressIfIndex has been set to a valid index. Only createAndGo and Delete vlaues are supported.
rcIpv6PrefixTable1.3.6.1.4.1.2272.1.62.1.1.4not-accessibleThis table allows the user to determine the source of an IP address or set of IP addresses and allows other tables to share the information via pointer rather than by copying. For example when the node configures both a unicast and anycast address for a prefix the ipAddressPrefix objects for those addresses will point to a single row in this table. This table primarily provides support for IPv6 prefixes and several of the objects are less meaningful for IPv4. The table continues to allow IPv4 addresses to allow future flexibility. In order to promote a common configuration this document includes suggestions for default values for IPv4 prefixes. Each of these values may be overridden if an object is meaningful to the node. All prefixes used by this entity should be included in this table independent of how the entity learned the prefix. (This table isn't limited to prefixes learned from router advertisements.)
rcIpv6PrefixEntry1.3.6.1.4.1.2272.1.62.1.1.4.1not-accessibleAn entry of ipv6 prefix In the Table.
NUM rcIpv6PrefixIfIndex1.3.6.1.4.1.2272.1.62.1.1.4.1.1InterfaceIndexnot-accessibleAn unique value to identify an ipv6 interface. For the brouter port it is the ifindex of the port and in the case of the vlan it is the ifindex of the vlan.
ADR rcIpv6PrefixAddr1.3.6.1.4.1.2272.1.62.1.1.4.1.2Ipv6Addressnot-accessiblePrefix to create an ipv6 address in ipv6 interface table.
INT rcIpv6PrefixLength1.3.6.1.4.1.2272.1.62.1.1.4.1.3INTEGERnot-accessibleMask to create an ipv6 prefix entry either will be advertised or suppressed
INT rcIpv6PrefixVlanId1.3.6.1.4.1.2272.1.62.1.1.4.1.4INTEGERread-onlyA 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.
INT rcIpv6PrefixUseDefaultVal1.3.6.1.4.1.2272.1.62.1.1.4.1.5INTEGERread-writeSelect one of the value to set/use it's value to default value. This is a bitmask field, setting all the bits means that all the options will be reverted to default values.
I32 rcIpv6PrefixValidLife1.3.6.1.4.1.2272.1.62.1.1.4.1.6Integer32read-writeDeprecated. Use rcIpv6PrefixValidLifetime instead.
I32 rcIpv6PrefixPreferredLife1.3.6.1.4.1.2272.1.62.1.1.4.1.7Integer32read-writeDeprecated. Use rcIpv6PrefixPreferredLifetime instead.
DAT rcIpv6PrefixAtValidLife1.3.6.1.4.1.2272.1.62.1.1.4.1.8DateAndTimeread-writeIs the date and time, upon reaching this value the prefix will be expired, if configured this option will be included in the neighbor advertisement for this prefix.
DAT rcIpv6PrefixAtPreferredLife1.3.6.1.4.1.2272.1.62.1.1.4.1.9DateAndTimeread-writeIs the date and time, upon reaching this value the prefix will be expired, if configured this option will be included in the neighbor advertisement for this prefix.
T/F rcIpv6PrefixInfinite1.3.6.1.4.1.2272.1.62.1.1.4.1.10TruthValueread-writeDeprecated.
T/F rcIpv6PrefixOnLinkFlag1.3.6.1.4.1.2272.1.62.1.1.4.1.11TruthValueread-writeif set then this prefix can be used for onlink determination. This value be placed in the L-bit field in the prefix information option. It is a 1 bit flag.
T/F rcIpv6PrefixAutoFlag1.3.6.1.4.1.2272.1.62.1.1.4.1.12TruthValueread-writeif set then this prefix can be used for autonomous address config. This value be placed in the auto-flag field in the prefix information option. It is a 1 bit flag.
INT rcIpv6PrefixAddressEui1.3.6.1.4.1.2272.1.62.1.1.4.1.13INTEGERread-writeUse an EUI-64 interface ID in the low-order 64bits of the address when not specified in the address field. If enabled use EUI, otherwise use EUI-64 and complement U/L (Universal/Local bit). This operation should be allowed for both global and link local addresses. Once the entry is create cannot modify this field. This will be valid to use only when the PrefixLength is 64 or less
T/F rcIpv6PrefixNoAdvertise1.3.6.1.4.1.2272.1.62.1.1.4.1.14TruthValueread-writeif set then this prefix can not be included in the neighbor advertisement.
ROW rcIpv6PrefixRowStatus1.3.6.1.4.1.2272.1.62.1.1.4.1.15RowStatusread-createRow status for create/delete.
U32 rcIpv6PrefixValidLifetime1.3.6.1.4.1.2272.1.62.1.1.4.1.16Unsigned32read-createValid lifetime in seconds, indicates how long this prefix advertised in the nbr advertisement is valid. Value of 4294967295 represents infinity.
U32 rcIpv6PrefixPreferredLifetime1.3.6.1.4.1.2272.1.62.1.1.4.1.17Unsigned32read-createPreferred lifetime in seconds, indicates how long this prefix advertised in advertisemt for this prefix. Value of 4294967295 represents infinity.
rcIpv6RouterAdvertTable1.3.6.1.4.1.2272.1.62.1.1.5not-accessibleThe table containing information used to construct router advertisements.
rcIpv6RouterAdvertEntry1.3.6.1.4.1.2272.1.62.1.1.5.1not-accessibleAn entry containing information used to construct router advertisements.
NUM rcIpv6RouterAdvertIfIndex1.3.6.1.4.1.2272.1.62.1.1.5.1.1InterfaceIndexnot-accessibleAn unique value to identify an ipv6 interface. For the brouter port it is the ifindex of the port and in the case of the vlan it is the ifindex of the vlan.
T/F rcIpv6RouterAdvertSendAdverts1.3.6.1.4.1.2272.1.62.1.1.5.1.2TruthValueread-writeA flag indicating whether or not the router sends periodic router advertisements and responds to router solicitations on this interface. REFERENCE RFC2461 Section 6.2.1
INT rcIpv6RouterAdvertUseDefaultVal1.3.6.1.4.1.2272.1.62.1.1.5.1.3INTEGERread-writeSelect one of the value to set/use it's value to default value, or set all the bits to indicate all the options will be set to their default value.
INT rcIpv6RouterAdvertMaxInterval1.3.6.1.4.1.2272.1.62.1.1.5.1.4INTEGERread-writeConfigure the max interval (in seconds) at which the transmission of route advertisments can occur on this interface. This must be no less than 4 seconds and no greater than 1800.
INT rcIpv6RouterAdvertMinInterval1.3.6.1.4.1.2272.1.62.1.1.5.1.5INTEGERread-writeConfigure the min interval (in seconds) at which the transmission of route advertisments can occur on this interface. This must be no less than 3 seconds and no greater than .75* max-interval.
INT rcIpv6RouterAdvertReachableTime1.3.6.1.4.1.2272.1.62.1.1.5.1.6INTEGERread-onlyThe value (in milliseconds) to be placed in the router advertisement message sent by the router. The value zero means unspecified (by this router). Used to configure the amount of time that a remote IPv6 node is considered reachable after some reachability confirmation event has occured. REFERENCE RFC2461 Section 6.2.1
INT rcIpv6RouterAdvertRetransmitTimer1.3.6.1.4.1.2272.1.62.1.1.5.1.7INTEGERread-onlyThe value (in milliseconds) to be placed in the retransmit timer field in router advertisement message sent from this interface. The value zero means unspecified (by this router). Used to configure the amount of time that router should wait for the transmit to occur. REFERENCE RFC2461 Section 6.2.1
INT rcIpv6RouterAdvertDefaultLifeTime1.3.6.1.4.1.2272.1.62.1.1.5.1.8INTEGERread-writeThe value to be placed in the router lifetime field of router advertisements sent from this interface. This value MUST be either 0 or between rcIpv6RouterAdvertMaxInterval and 9000 seconds. A value of zero indicates that the router is not to be used as a default router. The default is 3 * rcIpv6RouterAdvertMaxInterval. REFERENCE RFC2461 Section 6.2.1
INT rcIpv6RouterAdvertCurHopLimit1.3.6.1.4.1.2272.1.62.1.1.5.1.9INTEGERread-writeThe default value to be placed in the current hop limit field in router advertisements sent from this interface. The value should be set to the current diameter of the Internet. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for curHopLimit. The default should be set to the value specified in the IANA web pages (www.iana.org) at the time of implementation. REFERENCE RFC2461 Section 6.2.1
T/F rcIpv6RouterAdvertManagedFlag1.3.6.1.4.1.2272.1.62.1.1.5.1.10TruthValueread-writeif true then the M-bit(Managed address configureation) in the router adverisement will be set. REFERENCE RFC2461 Section 6.2.1
T/F rcIpv6RouterAdvertOtherConfigFlag1.3.6.1.4.1.2272.1.62.1.1.5.1.11TruthValueread-writeif true then the O-bit (Other stateful Configuration) in the router adverisement will be set. REFERENCE RFC2461 Section 6.2.1
INT rcIpv6RouterAdvertDadNsNum1.3.6.1.4.1.2272.1.62.1.1.5.1.12INTEGERread-writeThe number of neighbor solicitation messages for DAD (Duplicate address detection). A value 0 is used to disable DAD process on this interface. A value 1 is used to send one advertisment without any retransmissions.
U32 rcIpv6RouterAdvertLinkMTU1.3.6.1.4.1.2272.1.62.1.1.5.1.13Unsigned32read-onlyThe value to be placed in MTU options sent by the router on this interface. A value of zero indicates that no MTU options are sent. REFERENCE RFC2461 Section 6.2.1
rcIpv6StaticRouteTable1.3.6.1.4.1.2272.1.62.1.1.6not-accessibleThis table contains list of routes that are created by the user to destination networks.
rcIpv6StaticRouteEntry1.3.6.1.4.1.2272.1.62.1.1.6.1not-accessibleAn entry in the static route table for IPv6 can be created for a destination with a specific prefix length; multiple entries to the same destination are created either by specifying the next-hop or interfaceIndex or both to reach the destination. However if the nexthop Ipv6 address is a link-local address then IfIndex must be supplied.
ADR rcIpv6StaticRouteDest1.3.6.1.4.1.2272.1.62.1.1.6.1.1Ipv6Addressnot-accessibleThe destination IPv6 address of this route. The values for the index objects rcIpv6StaticRouteDest and rcIpv6StaticRoutePrefixLength must be consistent. When the value of rcIpv6StaticRouteDest (excluding the zone index, if one is present) is x, then the bitwise logical-AND of x with the value of the mask formed from the corresponding index object rcIpv6StaticRoutePrefixLength MUST be equal to x. If not, then the index pair is not consistent and an inconsistentName error must be returned on SET or CREATE requests.
INT rcIpv6StaticRoutePrefixLength1.3.6.1.4.1.2272.1.62.1.1.6.1.2INTEGERnot-accessibleIndicates the number of leading one bits which form the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpv6StaticRouteDestAddr field.
ADR rcIpv6StaticRouteNextHop1.3.6.1.4.1.2272.1.62.1.1.6.1.3Ipv6Addressnot-accessibleNext hop IPv6 address for this destination. On remote routes, the address of the next system en route. For non-remote routes, a zero length string.
NUM rcIpv6StaticRouteIfIndex1.3.6.1.4.1.2272.1.62.1.1.6.1.4InterfaceIndexnot-accessibleThe ifIndex value which identifies the local interface through which the next hop of this route should be reached. A value of 0 is valid and represents the scenario where no interface is specified.
INT rcIpv6StaticRouteDistance1.3.6.1.4.1.2272.1.62.1.1.6.1.5INTEGERread-writecost/distance to reach the destination for this node.
INT rcIpv6StaticRouteStatus1.3.6.1.4.1.2272.1.62.1.1.6.1.6INTEGERread-only(1)notReachable means the route is not reachable and no neighbor request entry is built to resolved the next-hop. It happens when there is no route or neighbor to reach the static route's next-hop. (2)tryToResolve means the route is not reachable but a neighbor request entry is built to resolved the next-hop. It happens when there is a local equivelent route in system to reach the next-hop but the neighor is not learnt yet (3)reachableNotInRtm means the static route is reachable but it is not in RTM. It happens when the static route is reachable, but it is not the best among alternative static route. (4)reachableInRtm means the static route is reachable and it is in RTM. It happens when the static route is reachable, and it is the best among alternative static route to be added into RTM.
INT rcIpv6StaticRoutePreference1.3.6.1.4.1.2272.1.62.1.1.6.1.7INTEGERread-writeUsed to indicate the route preference of this entry. If there are more than one route that can be used to forward IP traffic, the route that has a highest preference will be used instead of a lower preference one. The higher the number, the higher the preference.
T/F rcIpv6StaticRouteEnable1.3.6.1.4.1.2272.1.62.1.1.6.1.8TruthValueread-writeUsed to enable/disable this entry.
ROW rcIpv6StaticRouteRowStatus1.3.6.1.4.1.2272.1.62.1.1.6.1.9RowStatusread-createRow status for create/delete.
rcIpv6NetToPhysicalTable1.3.6.1.4.1.2272.1.62.1.1.7not-accessibleThe IP Address Translation table used for mapping from IP addresses to physical addresses. The Address Translation tables contain the IP address to 'physical' address equivalences. Some interfaces do not use translation tables for determining address equivalences (e.g., DDN-X.25 has an algorithmic method); if all interfaces are of this type, then the Address Translation table is empty, i.e., has zero entries. While many protocols may be used to populate this table, ARP [10] and Neighbor Discovery [4] are the most likely options.
rcIpv6NetToPhysicalEntry1.3.6.1.4.1.2272.1.62.1.1.7.1not-accessibleEach entry contains one IP address to `physical' address equivalence.
NUM rcIpv6NetToPhysicalIfIndex1.3.6.1.4.1.2272.1.62.1.1.7.1.1InterfaceIndexnot-accessibleThe 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 the IfIndex field in the rcIpv6InterfaceIfIndex.
ADR rcIpv6NetToPhysicalNetAddress1.3.6.1.4.1.2272.1.62.1.1.7.1.2Ipv6Addressnot-accessibleThe IP Address corresponding to the media-dependent `physical' address. The address type of this object is specified in rcIpv6NetToPhysicalAddressType. Implementors need to be aware that if the size of rcIpv6NetToPhysicalNetAddress exceeds 115 octets then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c or SNMPv3.
PHY rcIpv6NetToPhysicalPhysAddress1.3.6.1.4.1.2272.1.62.1.1.7.1.3PhysAddressread-writeThe media-dependent `physical' address. As the entries in this table are typically not persistent when this object is written the entity SHOULD NOT save the change to non-volatile storage. In the ethernet case it is a MAC address.
I32 rcIpv6NetToPhysicalInterface1.3.6.1.4.1.2272.1.62.1.1.7.1.4Integer32read-writeThe field represents either a physical port id or the MLT port id. This entry is associated either with a port or with a MLT in a VLAN/Brouter port. If the value is 0 then the interface is CP port.
TIM rcIpv6NetToPhysicalLastUpdated1.3.6.1.4.1.2272.1.62.1.1.7.1.5TimeStampread-onlyThe value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
INT rcIpv6NetToPhysicalType1.3.6.1.4.1.2272.1.62.1.1.7.1.6INTEGERread-writeThe type of mapping. The 'dynamic(2)' type indicates that the IP address to physical addresses mapping has been dynamically resolved using e.g. IPv4 ARP or the IPv6 Neighbor Discovery protocol. The 'static(3)' type indicates that the mapping has been statically configured. Both of these refer to entries that provide mappings for other entities addresses. The 'local(4)' type indicates that the mapping is provided for an entity's own interface address. As the entries in this table are typically not persistent when this object is written the entity SHOULD NOT save the change to non-volatile storage.
INT rcIpv6NetToPhysicalState1.3.6.1.4.1.2272.1.62.1.1.7.1.8INTEGERread-onlyThe Neighbor Unreachability Detection [4] state for the interface when the address mapping in this entry is used. If Neighbor Unreachability Detection is not in use (eg. for IPv4), this object is always unknown(6). REFERENCE RFC2461
ROW rcIpv6NetToPhysicalRowStatus1.3.6.1.4.1.2272.1.62.1.1.7.1.9RowStatusread-createThe status of this conceptual row. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the rcIpv6NetToPhysicalPhysAddress object has been set. Note that if the rcIpv6NetToPhysicalType is set to 'invalid' the managed node may delete the entry independent of the state of this object. Only createandGo and Delete operations are supported
rcIpv6PrefixListTable1.3.6.1.4.1.2272.1.62.1.1.8not-accessibleIPv6 Prefix List table
rcIpv6PrefixListEntry1.3.6.1.4.1.2272.1.62.1.1.8.1not-accessibleAn entry of Ipv6 Prefix List Table.
U32 rcIpv6PrefixListId1.3.6.1.4.1.2272.1.62.1.1.8.1.1Unsigned32not-accessibleId of an IPv6 Prefix List
ADR rcIpv6PrefixListPrefix1.3.6.1.4.1.2272.1.62.1.1.8.1.2Ipv6Addressnot-accessibleIs a member of a specific ipv6 prefix list. Adding the prefix to the given ipv6 prefix list
U32 rcIpv6PrefixListPrefixMaskLen1.3.6.1.4.1.2272.1.62.1.1.8.1.3Unsigned32not-accessibleMask length of the ipv6 prefix added to the prefix list
U32 rcIpv6PrefixListMaskLenFrom1.3.6.1.4.1.2272.1.62.1.1.8.1.4Unsigned32read-createLower bound of mask length of the ipv6 prefix added to the prefix list
U32 rcIpv6PrefixListMaskLenUpto1.3.6.1.4.1.2272.1.62.1.1.8.1.5Unsigned32read-createHigher bound of mask length of the ipv6 prefix added to the prefix list
STR rcIpv6PrefixListName1.3.6.1.4.1.2272.1.62.1.1.8.1.6SnmpAdminStringread-createName of the Ipv6 prefix list
ROW rcIpv6PrefixListRowStatus1.3.6.1.4.1.2272.1.62.1.1.8.1.7RowStatusread-createUsed to create/delete entries in the ipv6 prefix list table
rcIpv6ConfDhcpRelayTable1.3.6.1.4.1.2272.1.62.1.1.9not-accessibleDHCP Relay for Ipv6 configuration table
rcIpv6ConfDhcpRelayEntry1.3.6.1.4.1.2272.1.62.1.1.9.1not-accessibleUsed to configure DHCP on a particular L3 interface. An entry is created automatically when the variable rcIpv6InterfaceDhcpEnabled is set to TRUE. Once created this entry will only be deleted if the rcIpv6ConfDhcpRowStatus is set to 'destroy(6)'. In which case, the rcIpv6InterfaceDhcpEnabled is automatically reset to the FALSE setting.
NUM rcIpv6ConfDhcpIfIndex1.3.6.1.4.1.2272.1.62.1.1.9.1.1InterfaceIndexnot-accessibleInterface number. The number can represent either a physical or logical(VLAN) interface.
U32 rcIpv6ConfDhcpMaxHop1.3.6.1.4.1.2272.1.62.1.1.9.1.2Unsigned32read-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).
T/F rcIpv6ConfDhcpRemoteIdEnabled1.3.6.1.4.1.2272.1.62.1.1.9.1.3TruthValueread-createUsed to indicate if remote-id option is enabled.
C32 rcIpv6ConfDhcpNumRequests1.3.6.1.4.1.2272.1.62.1.1.9.1.4Counter32read-onlyThe total number of DHCP requests seen on this interface.
C32 rcIpv6ConfDhcpNumReplies1.3.6.1.4.1.2272.1.62.1.1.9.1.5Counter32read-onlyThe total number of DHCP replies seen on this interface.
ROW rcIpv6ConfDhcpRowStatus1.3.6.1.4.1.2272.1.62.1.1.9.1.6RowStatusread-createAn entry is created automatically when the variable rcIpv6InterfaceDhcpEnabled is set to TRUE. Once created this entry will only be deleted if the rcIpv6ConfDhcpRowStatus is set to 'destroy(6)'. In which case, the rcIpv6InterfaceDhcpEnabled is automatically reset to the FALSE setting.
rcIpv6DhcpForwardTable1.3.6.1.4.1.2272.1.62.1.1.10not-accessibleDHCP Relay forwarding table.
rcIpv6DhcpForwardEntry1.3.6.1.4.1.2272.1.62.1.1.10.1not-accessibleAn entry used represents a DHCP Relayed message forwarding directive.
ADR rcIpv6DhcpForwardAgentAddr1.3.6.1.4.1.2272.1.62.1.1.10.1.1Ipv6Addressnot-accessibleThe IP address configured on an interface (i.e., a locally configured IP address).
ADR rcIpv6DhcpForwardServerAddr1.3.6.1.4.1.2272.1.62.1.1.10.1.2Ipv6Addressnot-accessibleThe IP address of the DHCP server. If this IP address corresponds to a local interface address, the DHCP packet is multicast out the interface the IP address is assigned to.otherwise,the DHCP packet is sent via unicast to the remote device.
T/F rcIpv6DhcpForwardEnabled1.3.6.1.4.1.2272.1.62.1.1.10.1.3TruthValueread-createUsed to indicate whether the entry should be used.
ROW rcIpv6DhcpForwardRowStatus1.3.6.1.4.1.2272.1.62.1.1.10.1.4RowStatusread-createRow status of this entry.
rcIpv6RadiusServTable1.3.6.1.4.1.2272.1.62.1.1.11not-accessibleThe RADIUS table (0 to 10 entries). This table lists the information of the RADIUS server.
rcIpv6RadiusServEntry1.3.6.1.4.1.2272.1.62.1.1.11.1not-accessibleA RADIUS server table entry.
ADR rcIpv6RadiusServAddress1.3.6.1.4.1.2272.1.62.1.1.11.1.1Ipv6Addressnot-accessibleServer IP address of the RADIUS authentication server referred to in this table entry.
INT rcIpv6RadiusServUsedBy1.3.6.1.4.1.2272.1.62.1.1.11.1.2INTEGERnot-accessiblecli(1): for cli login, igap(2): for igap,snmp(3): for snmp login, eap(4) for EAP PAE Authenticator,web(5) for EDM.
U32 rcIpv6RadiusServPriority1.3.6.1.4.1.2272.1.62.1.1.11.1.3Unsigned32read-createServer priority, used to control which server to choose first to send authentication.
U32 rcIpv6RadiusServTimeOut1.3.6.1.4.1.2272.1.62.1.1.11.1.4Unsigned32read-createThe time interval in seconds before the client retransmit the packet.
T/F rcIpv6RadiusServEnable1.3.6.1.4.1.2272.1.62.1.1.11.1.5TruthValueread-createEnable or disable this server.
U32 rcIpv6RadiusServMaxRetries1.3.6.1.4.1.2272.1.62.1.1.11.1.6Unsigned32read-createMaximum number of retransmissions.
U32 rcIpv6RadiusServUdpPort1.3.6.1.4.1.2272.1.62.1.1.11.1.7Unsigned32read-createThe UDP port the client is using to send requests to this server.
STR rcIpv6RadiusServSecretKey1.3.6.1.4.1.2272.1.62.1.1.11.1.8SnmpAdminStringread-createThe identifier of the RADIUS authentication client.
C32 rcIpv6RadiusServAccessRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.9Counter32read-onlyThe number of RADIUS access-response packets sent to this server. This does not include retransmissions.
C32 rcIpv6RadiusServAccessAccepts1.3.6.1.4.1.2272.1.62.1.1.11.1.10Counter32read-onlyThe number of RADIUS access-accept packets (valid or invalid) received from this server.
C32 rcIpv6RadiusServAccessRejects1.3.6.1.4.1.2272.1.62.1.1.11.1.11Counter32read-onlyThe number of RADIUS access-reject packets (valid or invalid) received from this server.
C32 rcIpv6RadiusServBadResponses1.3.6.1.4.1.2272.1.62.1.1.11.1.12Counter32read-onlyThe number of RADIUS invalid access-response packets received from this server.
C32 rcIpv6RadiusServPendingRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.13Counter32read-onlyThe number of RADIUS access-request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an access-request is sent and decremented due to receipt of an access-accept, access-reject, a timeout or retransmission.
C32 rcIpv6RadiusServClientRetries1.3.6.1.4.1.2272.1.62.1.1.11.1.14Counter32read-onlyThe number of authentication retransmission to this server.
T/F rcIpv6RadiusServAcctEnable1.3.6.1.4.1.2272.1.62.1.1.11.1.15TruthValueread-createEnable or disable Radius Accounting on this server.
U32 rcIpv6RadiusServAcctUdpPort1.3.6.1.4.1.2272.1.62.1.1.11.1.16Unsigned32read-createThe UDP port the client used to send accounting requests to this server.
C32 rcIpv6RadiusServAcctOnRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.17Counter32read-onlyThe number of RADIUS accounting-on packets sent to this server. This does not include retransmissions.
C32 rcIpv6RadiusServAcctOffRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.18Counter32read-onlyThe number of RADIUS accounting-off packets sent to this server. This does not include retransmissions.
C32 rcIpv6RadiusServAcctStartRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.19Counter32read-onlyThe number of RADIUS accounting-start packets sent to this server. This does not include retransmissions.
C32 rcIpv6RadiusServAcctStopRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.20Counter32read-onlyThe number of RADIUS accounting-stop packets sent to this server. This does not include retransmissions.
C32 rcIpv6RadiusServAcctInterimRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.21Counter32read-onlyThe number of RADIUS accounting-interim packets sent to this server. This does not include retransmissions.
C32 rcIpv6RadiusServAcctBadResponses1.3.6.1.4.1.2272.1.62.1.1.11.1.22Counter32read-onlyThe number of Invalid responses received from this server.
C32 rcIpv6RadiusServAcctPendingRequests1.3.6.1.4.1.2272.1.62.1.1.11.1.23Counter32read-onlyThe number of RADIUS accounting packets that are waiting be sent to this server. This variable is incremented whenever any accounting-request is sent to this server and decremented when an acknowledgement is received or timeout occurs.
C32 rcIpv6RadiusServAcctClientRetries1.3.6.1.4.1.2272.1.62.1.1.11.1.24Counter32read-onlyThe number of RADIUS accounting packets retransmitted to this server.
ADR rcIpv6RadiusServNasIpAddress1.3.6.1.4.1.2272.1.62.1.1.11.1.25Ipv6Addressread-onlyRADIUS Client NAS Identifier for this server.
STR rcIpv6RadiusServRoundTripTime1.3.6.1.4.1.2272.1.62.1.1.11.1.26SnmpAdminStringread-onlyTime different between the instance when a RADIUS request is sent and the corresponding response is received.
C32 rcIpv6RadiusServAccessChallanges1.3.6.1.4.1.2272.1.62.1.1.11.1.27Counter32read-onlyThe number of RADIUS access-challanges packets sent to this server. This does not include retransmission.
ADR rcIpv6RadiusServSourceIpAddr1.3.6.1.4.1.2272.1.62.1.1.11.1.28Ipv6Addressread-createsource IP address RADIUS packets.
ROW rcIpv6RadiusServRowStatus1.3.6.1.4.1.2272.1.62.1.1.11.1.29RowStatusread-createUsed to create/delete entries.
rcIsis1.3.6.1.4.1.2272.1.63
rcIsisGlobalGroup1.3.6.1.4.1.2272.1.63.1
INT rcIsisGlobalAreaAuthType1.3.6.1.4.1.2272.1.63.1.1INTEGERread-writeThe authentication type for the area
I32 rcIsisGlobalAreaKeyId1.3.6.1.4.1.2272.1.63.1.2Integer32read-writeAuthentication key-id for the area. This is required if the auth-type is hmac-md5 else it is not required.
OCT rcIsisGlobalAreaAuthKey1.3.6.1.4.1.2272.1.63.1.3OCTET STRINGread-writeAuthentication key, this key will be used to authenticate the LSP's received on the area
INT rcIsisGlobalDomainAuthType1.3.6.1.4.1.2272.1.63.1.4INTEGERread-writeThe authentication type for the domain
I32 rcIsisGlobalDomainKeyId1.3.6.1.4.1.2272.1.63.1.5Integer32read-writeThe authentication key-id for the domain. This is required if the auth-type is hmac-md5 else it is not required.
OCT rcIsisGlobalDomainAuthKey1.3.6.1.4.1.2272.1.63.1.6OCTET STRINGread-writeAuthentication key, this key will be used to authenticate the LSP's received on the domain
I32 rcIsisGlobalCsnpInt1.3.6.1.4.1.2272.1.63.1.7Integer32read-writeInterval of time, in seconds, between periodic transmission of a complete set of CSNPs on multiaccess networks if this router is the designated router at this level. This object follows the resettingTimer behavior. For ResettingTimer description see the ISIS MIB
I32 rcIsisGlobalRxmtLspInt1.3.6.1.4.1.2272.1.63.1.8Integer32read-writeMinimum interval, in seconds, between re-transmission of a LSP at this level. This object follows the resettingTimer behavior. For ResettingTimer description see the ISIS MIB
I32 rcIsisGlobalPSNPInterval1.3.6.1.4.1.2272.1.63.1.9Integer32read-writeMinimum interval in seconds between sending Partial Sequence Number PDUs at this level. This object follows the resettingTimer behavior. For ResettingTimer description see the ISIS MIB
OCT rcIsisGlobalHostName1.3.6.1.4.1.2272.1.63.1.10OCTET STRINGread-writeThe hostname listed in LSP, or the system name if host name is not configured.
I32 rcIsisGlobalSpfDelay1.3.6.1.4.1.2272.1.63.1.11Integer32read-writeISIS SPF delay in miliseconds
I32 rcIsisGlobalControlVlan1.3.6.1.4.1.2272.1.63.1.12Integer32read-writeISIS control vlan ID
IP rcIsisGlobalIpSourceAddress1.3.6.1.4.1.2272.1.63.1.13InetAddressread-writeISIS PLSB IP address. Define an existing router interface for management (ping/traceroute)
IPt rcIsisGlobalIpSourceAddressType1.3.6.1.4.1.2272.1.63.1.14InetAddressTyperead-writeThe type of address for existing router interface for management (ping/traceroute)
rcIsisCircuitTable1.3.6.1.4.1.2272.1.63.2not-accessibleTable of IS-IS Circuit, this is extension to the isisCircTable defined in ISIS MIB
rcIsisCircuitEntry1.3.6.1.4.1.2272.1.63.2.1not-accessibleAn entry of rcIsisCircuit Table. A Entry in table exists for each ISIS circuit created
I32 rcIsisCircuitIndex1.3.6.1.4.1.2272.1.63.2.1.1Integer32not-accessibleThe identifier of this circuit, unique within the Intermediate System. This object follows the index behavior. This is for SNMP Indexing purposes only and need not have any relation to any protocol value.
INT rcIsisCircuitType1.3.6.1.4.1.2272.1.63.2.1.2INTEGERread-writeISIS circuit type this is an extention to ISIS circuit table, this was required a standard MIB circuit type does not support passive type
INT rcIsisCircuitAuthType1.3.6.1.4.1.2272.1.63.2.1.3INTEGERread-writeAuthentication type for IIH to be sent/reveived on the circuit/interface
INT rcIsisCircuitKeyId1.3.6.1.4.1.2272.1.63.2.1.4INTEGERread-writeAuthentication key id related to IIH key This can be set only if the auth-type is hmac-md5
OCT rcIsisCircuitAuthKey1.3.6.1.4.1.2272.1.63.2.1.5OCTET STRINGread-writeAuthentication key to be used to authenticate IIH sent/reveived on the circuit/interface
IP rcIsisCircuitAddr1.3.6.1.4.1.2272.1.63.2.1.6IpAddressread-onlyIP address associated with the interface
IP rcIsisCircuitMask1.3.6.1.4.1.2272.1.63.2.1.7IpAddressread-onlyIP mask associated with the interface
INT rcIsisCircuitOperState1.3.6.1.4.1.2272.1.63.2.1.8INTEGERread-onlyThis variable tells the operating state of circ
I32 rcIsisCircuitNumAdj1.3.6.1.4.1.2272.1.63.2.1.9Integer32read-onlyNUmber of adjacencies
I32 rcIsisCircuitNumUpAdj1.3.6.1.4.1.2272.1.63.2.1.10Integer32read-onlyNumber of adjancencies which are UP
rcIsisStats1.3.6.1.4.1.2272.1.63.3
T/F rcIsisStatsClearErrorCounters1.3.6.1.4.1.2272.1.63.3.1TruthValueread-writeClear ISIS global and interface error counters.
T/F rcIsisStatsClearPacketCounters1.3.6.1.4.1.2272.1.63.3.2TruthValueread-writeClear IS-IS control packets sent and received at each level on all the interface/circuits.
rcIsisPlsbTable1.3.6.1.4.1.2272.1.63.4not-accessibleTable of PLSB under IS-IS
rcIsisPlsbEntry1.3.6.1.4.1.2272.1.63.4.1not-accessibleAn entry of rcIsisPlsb Table. A Entry in table exists for each plsb instance created
I32 rcIsisPlsbId1.3.6.1.4.1.2272.1.63.4.1.1Integer32not-accessiblePLSB instance ID
ROW rcIsisPlsbRowStatus1.3.6.1.4.1.2272.1.63.4.1.2RowStatusread-createThe state of the rcIsisPlsbEntry.
ISI rcIsisPlsbNodeNickName1.3.6.1.4.1.2272.1.63.4.1.3IsisPlsbNodeNickNameread-createPLSB node's nickname is used to calculate ISID multicast mac address.
OCT rcIsisPlsbVlans1.3.6.1.4.1.2272.1.63.4.1.4OCTET STRINGread-createPLSB ISIS vlans for a PLSB instance.
ENA rcIsisPlsbLsdbTrap1.3.6.1.4.1.2272.1.63.4.1.5EnableValueread-createisis PLSB lsdb update trap enable on this plsb instance
ENA rcIsisPlsbState1.3.6.1.4.1.2272.1.63.4.1.6EnableValueread-createenable/disable PLSB.
ENA rcIsisPlsbIpShortcut1.3.6.1.4.1.2272.1.63.4.1.7EnableValueread-createISIS PLSB IP shortcut enabled
I32 rcIsisPlsbPrimaryVlan1.3.6.1.4.1.2272.1.63.4.1.8Integer32read-createPrimary Vlan Id for this plsb instance.
INT rcIsisPlsbSmltSplitBEB1.3.6.1.4.1.2272.1.63.4.1.9INTEGERread-onlyISIS PLSB SMLT split BEB for this plsb instance.
MAC rcIsisPlsbSmltBmac1.3.6.1.4.1.2272.1.63.4.1.10MacAddressread-createISIS PLSB SMLT virtual MAC for this plsb instance.
ISI rcIsisPlsbSmltPeerSysId1.3.6.1.4.1.2272.1.63.4.1.11IsisSystemIDread-createISIS PLSB SMLT Peer's system-id for this plsb instance.
rcIsisCircuitPlsbTable1.3.6.1.4.1.2272.1.63.5not-accessibleTable of IS-IS Circuit PLSB instance
rcIsisCircuitPlsbEntry1.3.6.1.4.1.2272.1.63.5.1not-accessibleAn entry of rcIsisCircuitPlsb Table. A Entry in table exists for each PLSB instance under a ISIS circuit created
I32 rcIsisCircuitPlsbIndex1.3.6.1.4.1.2272.1.63.5.1.1Integer32not-accessibleThe identifier of this circuit, unique within the Intermediate System. This object follows the index behavior. This is for SNMP Indexing purposes only and need not have any relation to any protocol value.
I32 rcIsisCircuitPlsbId1.3.6.1.4.1.2272.1.63.5.1.2Integer32not-accessiblePLSB instance ID
ROW rcIsisCircuitPlsbRowStatus1.3.6.1.4.1.2272.1.63.5.1.3RowStatusread-createThe state of the rcIsisCircuitPlsbEntry.
ENA rcIsisCircuitPlsbState1.3.6.1.4.1.2272.1.63.5.1.4EnableValueread-createPLSB functionality enable on this Plsb instance at this port
INT rcIsisCircuitPlsbType1.3.6.1.4.1.2272.1.63.5.1.5INTEGERread-createISIS circuit type this is an extention to ISIS circuit table, this was required a standard MIB circuit type does not support passive type
ISI rcIsisCircuitPlsbL1Metric1.3.6.1.4.1.2272.1.63.5.1.6IsisDefaultL1Metricread-createThe metric value of this circuit for this level.
ISI rcIsisCircuitPlsbWideL1Metric1.3.6.1.4.1.2272.1.63.5.1.7IsisWideL1Metricread-createThe metric value of this circuit for this level.
rcIsisPlsbUnicastFibTable1.3.6.1.4.1.2272.1.63.6not-accessibleTable of IS-IS PLSB Unicast FIB
rcIsisPlsbUnicastFibEntry1.3.6.1.4.1.2272.1.63.6.1not-accessibleAn entry of rcIsisPlsbUnicastFib Table. A Entry in table exists for each PLSB unicast forwarding entry generated by ISIS SPF computation
MAC rcIsisPlsbUnicastFibDestinationMacAddr1.3.6.1.4.1.2272.1.63.6.1.1MacAddressnot-accessibleDestination Mac Address of the unicast FIB entry
I32 rcIsisPlsbUnicastFibVlan1.3.6.1.4.1.2272.1.63.6.1.2Integer32not-accessibleVlan of the unicast FIB entry
OCT rcIsisPlsbUnicastFibSysId1.3.6.1.4.1.2272.1.63.6.1.3OCTET STRINGnot-accessibleSystem ID of the node where unicast FIB entry come from
NUM rcIsisPlsbUnicastFibOutgoingPort1.3.6.1.4.1.2272.1.63.6.1.4InterfaceIndexread-onlyOutgoing port of the unicast Fib entry.
rcIsisPlsbMulticastFibTable1.3.6.1.4.1.2272.1.63.7not-accessibleTable of IS-IS PLSB Multicast FIB
rcIsisPlsbMulticastFibEntry1.3.6.1.4.1.2272.1.63.7.1not-accessibleAn entry of rcIsisPlsbmulticastFib Table. A Entry in table exists for each PLSB Multicast forwarding entry generated by ISIS SPF computation
MAC rcIsisPlsbMulticastFibMcastDestMacAddr1.3.6.1.4.1.2272.1.63.7.1.1MacAddressnot-accessibleMulticast destination Mac Address of the multicast FIB entry
I32 rcIsisPlsbMulticastFibVlan1.3.6.1.4.1.2272.1.63.7.1.2Integer32not-accessibleVlan of the multicast FIB entry
OCT rcIsisPlsbMulticastFibSysId1.3.6.1.4.1.2272.1.63.7.1.3OCTET STRINGnot-accessibleSystem ID of the node where multicast FIB entry come from
I32 rcIsisPlsbMulticastFibIsid1.3.6.1.4.1.2272.1.63.7.1.4Integer32read-onlyIsid id of the multicast FIB entry
STR rcIsisPlsbMulticastFibOutgoingPorts1.3.6.1.4.1.2272.1.63.7.1.5DisplayStringread-onlyNni port of the multicast Fib entry.
rcIsisPlsbIsidTable1.3.6.1.4.1.2272.1.63.8not-accessibleTable of IS-IS PLSB ISID
rcIsisPlsbIsidEntry1.3.6.1.4.1.2272.1.63.8.1not-accessibleAn entry of rcIsisPlsbIsid Table. A Entry in table exists for each PLSB i-sid configed or discovered by IS-IS
I32 rcIsisPlsbIsidSourceName1.3.6.1.4.1.2272.1.63.8.1.1Integer32not-accessiblenick name of node where this i-sid got configed or discovered
I32 rcIsisPlsbIsidId1.3.6.1.4.1.2272.1.63.8.1.2Integer32not-accessibleIS-IS PLSB Isid id
OCT rcIsisPlsbIsidSysId1.3.6.1.4.1.2272.1.63.8.1.3OCTET STRINGnot-accessibleSystem ID of the node where multicast FIB entry come from
INT rcIsisPlsbIsidType1.3.6.1.4.1.2272.1.63.8.1.4INTEGERread-onlyPLSB i-sid type
rcIsisTrap1.3.6.1.4.1.2272.1.63.9
STR rcIsisLocalLspId1.3.6.1.4.1.2272.1.63.9.1DisplayStringread-onlyThe 8 byte Local LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number.
ISI rcIsisLocall1Metric1.3.6.1.4.1.2272.1.63.9.2IsisDefaultL1Metricread-onlyl1-metric for ISIS interface on local Node.
STR rcIsisNgbLspId1.3.6.1.4.1.2272.1.63.9.3DisplayStringread-onlyThe 8 byte neighbor LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number.
ISI rcIsisNgbl1Metric1.3.6.1.4.1.2272.1.63.9.4IsisDefaultL1Metricread-onlyl1-metric for ISIS interface on neighbor Node.
INT rcIsisPlsbTrapType1.3.6.1.4.1.2272.1.63.9.5INTEGERread-only
STR rcIsisLocalSysId1.3.6.1.4.1.2272.1.63.9.6DisplayStringread-onlyISIS local node system-id.
I32 rcIsisLocalInterface1.3.6.1.4.1.2272.1.63.9.7Integer32read-onlyISIS local interface index.
INT rcIsisTrapIndicator1.3.6.1.4.1.2272.1.63.9.8INTEGERread-onlyindicates that an alarm has been Raised, or an alarm has been cleared.
STR rcIsisLocalNickname1.3.6.1.4.1.2272.1.63.9.9DisplayStringread-onlyISIS local node nick-name.
STR rcIsisNgbNickname1.3.6.1.4.1.2272.1.63.9.10DisplayStringread-onlyISIS neighbor node nick-name.
STR rcIsisNgbSysId1.3.6.1.4.1.2272.1.63.9.11DisplayStringread-onlyISIS neighbor node system-id.
ISI rcIsisLocalPrimaryBvid1.3.6.1.4.1.2272.1.63.9.12IsisPlsbBvidread-onlyISIS local primary B-VID.
ISI rcIsisLocalPrimaryTieBrkAlg1.3.6.1.4.1.2272.1.63.9.13IsisPlsbBvidTieBrkAlgread-onlyThe tie breaking algorithm applied to local primary B-VID.
ISI rcIsisLocalSecondaryBvid1.3.6.1.4.1.2272.1.63.9.14IsisPlsbBvidread-onlyISIS local secondary B-VID.
ISI rcIsisLocalSecondaryTieBrkAlg1.3.6.1.4.1.2272.1.63.9.15IsisPlsbBvidTieBrkAlgread-onlyThe tie breaking algorithm applied to local seconday B-VID.
ISI rcIsisNgbPrimaryBvid1.3.6.1.4.1.2272.1.63.9.16IsisPlsbBvidread-onlyISIS neighbor primary B-VID.
ISI rcIsisNgbPrimaryTieBrkAlg1.3.6.1.4.1.2272.1.63.9.17IsisPlsbBvidTieBrkAlgread-onlyThe neighbor tie breaking algorithm applied to primary B-VID.
ISI rcIsisNgbSecondaryBvid1.3.6.1.4.1.2272.1.63.9.18IsisPlsbBvidread-onlyISIS neighbor secondary B-VID.
ISI rcIsisNgbSecondaryTieBrkAlg1.3.6.1.4.1.2272.1.63.9.19IsisPlsbBvidTieBrkAlgread-onlyThe neighbor tie breaking algorithm applied to secondary B-VID.
MAC rcIsisLocalVirtualBmac1.3.6.1.4.1.2272.1.63.9.20MacAddressread-onlyThe SMLT Virtual BMAC configured in the local IST switch.
MAC rcIsisPeerVirtualBmac1.3.6.1.4.1.2272.1.63.9.21MacAddressread-onlyThe SMLT Virtual BMAC configured in the IST Peer.
STR rcIsisSysId1.3.6.1.4.1.2272.1.63.9.22DisplayStringread-onlyThe isis system id configured in the local switch or IST peer.
STR rcIsisSmltPeerSysId1.3.6.1.4.1.2272.1.63.9.23DisplayStringread-onlyThe SMLT Peer system-id configured in the local switch or IST Peer.
INT rcIsisAdjState1.3.6.1.4.1.2272.1.63.9.24INTEGERread-onlyindicate different ISIS adjacency states.
INT rcIsisDuplicateNnameCounter1.3.6.1.4.1.2272.1.63.9.25INTEGERread-onlyindicate how many nodes in the network share the nick-name.
INT rcIsisLocalBvidCounter1.3.6.1.4.1.2272.1.63.9.26INTEGERread-onlyindicate how many b-vid configured on local nodes.
INT rcIsisNgbBvidCounter1.3.6.1.4.1.2272.1.63.9.27INTEGERread-onlyindicate how many b-vid configured on a neighbor nodes.
INT rcIsisLocalSmltSplitBeb1.3.6.1.4.1.2272.1.63.9.28INTEGERread-onlyThe SMLT Split-BEB configured in the local IST switch.
INT rcIsisPeerSmltSplitBeb1.3.6.1.4.1.2272.1.63.9.29INTEGERread-onlyThe SMLT Split-BEB configured in the IST Peer switch.
OCT rcIsisLocalHostName1.3.6.1.4.1.2272.1.63.9.30OCTET STRINGread-onlyISIS local host name.
OCT rcIsisNgbHostName1.3.6.1.4.1.2272.1.63.9.31OCTET STRINGread-onlyISIS neighbor host name.
I32 rcIsisPrevInterface1.3.6.1.4.1.2272.1.63.9.32Integer32read-onlyISIS local interface index for previously found adj.
rcIsisAdjTable1.3.6.1.4.1.2272.1.63.10not-accessibleTable of IS-IS Adjacency, this is extension to the isisISAdjTable defined in ISIS MIB
rcIsisAdjEntry1.3.6.1.4.1.2272.1.63.10.1not-accessibleAn entry of rcIsisAdj Table. A Entry in table exists for each ISIS adjacency
I32 rcIsisAdjCircIndex1.3.6.1.4.1.2272.1.63.10.1.1Integer32not-accessibleThe identifier of this circuit, unique within the Intermediate System. This object follows the index behavior. This is for SNMP Indexing purposes only and need not have any relation to any protocol value.
U32 rcIsisAdjIndex1.3.6.1.4.1.2272.1.63.10.1.2Unsigned32not-accessibleA unique value identifying the IS adjacency from all other such adjacencies on this circuit. This value is automatically assigned by the system when the adjacency is created.
OCT rcIsisAdjHostName1.3.6.1.4.1.2272.1.63.10.1.3OCTET STRINGread-onlyThe hostname listed in LSP, or the system name if host name is not configured.
NUM rcIsisAdjIfIndex1.3.6.1.4.1.2272.1.63.10.1.4InterfaceIndexread-onlyThe value of ifIndex for the interface to which this circuit corresponds.
rcIsisLSPTable1.3.6.1.4.1.2272.1.63.11not-accessibleTable of IS-IS LSP, this is extension to the isisLSPSummaryTable defined in ISIS MIB
rcIsisLSPEntry1.3.6.1.4.1.2272.1.63.11.1not-accessibleAn entry of rcIsisLSP Table. A Entry in table exists for each ISIS LSP
INT rcIsisLSPLevel1.3.6.1.4.1.2272.1.63.11.1.1INTEGERnot-accessibleAt which level does this LSP appear?
OCT rcIsisLSPID1.3.6.1.4.1.2272.1.63.11.1.2OCTET STRINGnot-accessibleThe 8 byte LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number.
U32 rcIsisLSPSeq1.3.6.1.4.1.2272.1.63.11.1.3Unsigned32read-onlyThe sequence number for this LSP.
OCT rcIsisLSPHostName1.3.6.1.4.1.2272.1.63.11.1.4OCTET STRINGread-onlyThe hostname listed in LSP, or the system name if host name is not configured.
I32 rcIsisLSPNickName1.3.6.1.4.1.2272.1.63.11.1.5Integer32read-onlyPLSB node's nickname
U32 rcIsisLSPLifetimeRemain1.3.6.1.4.1.2272.1.63.11.1.6Unsigned32read-onlyThe remaining lifetime in seconds for this LSP.
rcIsisPlsbIpUnicastFibTable1.3.6.1.4.1.2272.1.63.12not-accessibleTable of IS-IS PLSB IP Unicast FIB
rcIsisPlsbIpUnicastFibEntry1.3.6.1.4.1.2272.1.63.12.1not-accessibleAn entry of rcIsisPlsbIpUnicastFib Table. A Entry in table exists for each PLSB IP unicast forwarding entry.
I32 rcIsisPlsbIpUnicastFibVrfId1.3.6.1.4.1.2272.1.63.12.1.1Integer32not-accessibleVRF ID of the IP unicast FIB entry, 0 indicates NRE.
IPt rcIsisPlsbIpUnicastFibDestinationIpAddrType1.3.6.1.4.1.2272.1.63.12.1.2InetAddressTypenot-accessibleThe address type of destination IP Address.
IP rcIsisPlsbIpUnicastFibDestinationIpAddr1.3.6.1.4.1.2272.1.63.12.1.3InetAddressnot-accessibleDestination IP Address of the IP unicast FIB entry. Support ipv4 size(4) and ipv6 size(16)
ADR rcIsisPlsbIpUnicastFibDestinationMask1.3.6.1.4.1.2272.1.63.12.1.4InetAddressPrefixLengthnot-accessibleDestination IP mask of the IP unicast FIB entry
MAC rcIsisPlsbIpUnicastFibNextHopBmac1.3.6.1.4.1.2272.1.63.12.1.5MacAddressnot-accessiblethe nexthop BMAC of the IP unicast FIB entry
I32 rcIsisPlsbIpUnicastFibVlan1.3.6.1.4.1.2272.1.63.12.1.6Integer32not-accessibleVlan of the IP unicast FIB entry
I32 rcIsisPlsbIpUnicastFibIsid1.3.6.1.4.1.2272.1.63.12.1.7Integer32read-onlyISID of the IP unicast FIB entry
STR rcIsisPlsbIpUnicastFibNextHopName1.3.6.1.4.1.2272.1.63.12.1.8DisplayStringread-onlythe nexthop hostname of the IP unicast FIB entry
NUM rcIsisPlsbIpUnicastFibOutgoingPort1.3.6.1.4.1.2272.1.63.12.1.9InterfaceIndexread-onlyOutgoing port of the IP unicast Fib entry.
I32 rcIsisPlsbIpUnicastFibPrefixCost1.3.6.1.4.1.2272.1.63.12.1.10Integer32read-onlyprefix cost of the IP unicast FIB entry
C64 rcIsisPlsbIpUnicastFibSpbmCost1.3.6.1.4.1.2272.1.63.12.1.11Counter64read-onlybmac cost of the IP unicast FIB entry
rcIsisPlsbUcastFibTable1.3.6.1.4.1.2272.1.63.13not-accessibleTable of IS-IS PLSB Unicast FIB
rcIsisPlsbUcastFibEntry1.3.6.1.4.1.2272.1.63.13.1not-accessibleAn entry of rcIsisPlsbUcastFib Table. A Entry in table exists for each PLSB unicast forwarding entry generated by ISIS SPF computation
OCT rcIsisPlsbUcastFibSysId1.3.6.1.4.1.2272.1.63.13.1.1OCTET STRINGnot-accessibleSystem ID of the node where unicast FIB entry come from
I32 rcIsisPlsbUcastFibVlan1.3.6.1.4.1.2272.1.63.13.1.2Integer32not-accessibleVlan of the unicast FIB entry
MAC rcIsisPlsbUcastFibDestinationMacAddr1.3.6.1.4.1.2272.1.63.13.1.3MacAddressnot-accessibleDestination Mac Address of the unicast FIB entry
NUM rcIsisPlsbUcastFibOutgoingPort1.3.6.1.4.1.2272.1.63.13.1.4InterfaceIndexread-onlyOutgoing port of the unicast Fib entry.
OCT rcIsisPlsbUcastFibHostName1.3.6.1.4.1.2272.1.63.13.1.5OCTET STRINGread-onlyHost name of the node where unicast FIB entry come from
C64 rcIsisPlsbUcastFibCost1.3.6.1.4.1.2272.1.63.13.1.6Counter64read-onlyunicast FIB cost
rcIsisPlsbMcastFibTable1.3.6.1.4.1.2272.1.63.14not-accessibleTable of IS-IS PLSB Multicast FIB
rcIsisPlsbMcastFibEntry1.3.6.1.4.1.2272.1.63.14.1not-accessibleAn entry of rcIsisPlsbMcastFib Table. A Entry in table exists for each PLSB Multicast forwarding entry generated by ISIS SPF computation
OCT rcIsisPlsbMcastFibSysId1.3.6.1.4.1.2272.1.63.14.1.1OCTET STRINGnot-accessibleSystem ID of the node where multicast FIB entry come from
I32 rcIsisPlsbMcastFibVlan1.3.6.1.4.1.2272.1.63.14.1.2Integer32not-accessibleVlan of the multicast FIB entry
MAC rcIsisPlsbMcastFibMcastDestMacAddr1.3.6.1.4.1.2272.1.63.14.1.3MacAddressnot-accessibleMulticast destination Mac Address of the multicast FIB entry
I32 rcIsisPlsbMcastFibIsid1.3.6.1.4.1.2272.1.63.14.1.4Integer32read-onlyIsid id of the multicast FIB entry
I32 rcIsisPlsbMcastFibNickName1.3.6.1.4.1.2272.1.63.14.1.5Integer32read-onlynick name of node where this i-sid got configured or discovered
INT rcIsisPlsbMcastFibType1.3.6.1.4.1.2272.1.63.14.1.6INTEGERread-onlyPLSB i-sid type
STR rcIsisPlsbMcastFibOutgoingPorts1.3.6.1.4.1.2272.1.63.14.1.7DisplayStringread-onlyNni port of the multicast Fib entry.
OCT rcIsisPlsbMcastFibHostName1.3.6.1.4.1.2272.1.63.14.1.8OCTET STRINGread-onlyHost name of the node where multicast FIB entry come from
rcIsisPlsbNodeTable1.3.6.1.4.1.2272.1.63.15not-accessibleTable of IS-IS PLSB Node
rcIsisPlsbNodeEntry1.3.6.1.4.1.2272.1.63.15.1not-accessibleAn entry of rcIsisPlsbNode Table. A Entry in table exists for each node running PLSB ISIS in the setup.
OCT rcIsisPlsbNodeSysId1.3.6.1.4.1.2272.1.63.15.1.1OCTET STRINGnot-accessibleSystem ID of the PLSB node entry
OCT rcIsisPlsbNodePrimaryParentSysId1.3.6.1.4.1.2272.1.63.15.1.2OCTET STRINGread-onlySystem ID of parent node of the PLSB node entry for primary bvlan
I32 rcIsisPlsbNodePrimaryBvlan1.3.6.1.4.1.2272.1.63.15.1.3Integer32read-onlyspbm primary b-vlan
OCT rcIsisPlsbNodeSecondaryParentSysId1.3.6.1.4.1.2272.1.63.15.1.4OCTET STRINGread-onlySystem ID of parent node of the PLSB node entry for secondary bvlan
I32 rcIsisPlsbNodeSecondaryBvlan1.3.6.1.4.1.2272.1.63.15.1.5Integer32read-onlyspbm secondary b-vlan
rcIsisSpbmPortDropStatsTable1.3.6.1.4.1.2272.1.63.16not-accessibleTable of IS-IS SPBM port drop-stats by port index and SPBM b-vlan
rcIsisSpbmPortDropStatsEntry1.3.6.1.4.1.2272.1.63.16.1not-accessibleSPBM port based frame drop counters.
NUM rcIsisSpbmPortDropStatsPortIndex1.3.6.1.4.1.2272.1.63.16.1.1InterfaceIndexnot-accessibleAn index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
I32 rcIsisSpbmPortDropStatsVlanId1.3.6.1.4.1.2272.1.63.16.1.2Integer32not-accessibleA value that uniquely identifies the SPBM Virtual LAN associated with this entry.
INT rcIsisSpbmPortDropStatsVlanType1.3.6.1.4.1.2272.1.63.16.1.3INTEGERread-onlyIndicates the type of SPBM bvlan
C64 rcIsisSpbmPortDropStatsUnknownUcastSrcAddr1.3.6.1.4.1.2272.1.63.16.1.4Counter64read-onlyThe total number of SPBM unknown unicast SA packets dropped on SPBM bvlan.
C64 rcIsisSpbmPortDropStatsRpfcUcastSrcAddr1.3.6.1.4.1.2272.1.63.16.1.5Counter64read-onlyThe total number of SPBM reverse path forwarding check (RPFC) unicast SA packets dropped on SPBM bvlan.
C64 rcIsisSpbmPortDropStatsUnknownUcastDestAddr1.3.6.1.4.1.2272.1.63.16.1.6Counter64read-onlyThe total number of SPBM unknown unicast DA packets dropped on SPBM bvlan.
C64 rcIsisSpbmPortDropStatsUnknownMcastDestAddr1.3.6.1.4.1.2272.1.63.16.1.7Counter64read-onlyThe total number of SPBM unknown multicast DA packets dropped on SPBM bvlan.
C64 rcIsisSpbmPortDropStatsRpfcMcastSrcAddr1.3.6.1.4.1.2272.1.63.16.1.8Counter64read-onlyThe total number of SPBM reverse path forwarding check (RPFC) multicast SA packets dropped on SPBM bvlan.
MAC rcIsisSpbmPortDropStatsLastDropMac1.3.6.1.4.1.2272.1.63.16.1.9MacAddressread-onlyThe DA or SA last dropped on SPBM bvlan.
T/F rcIsisSpbmPortDropStatsIsMacDestAddr1.3.6.1.4.1.2272.1.63.16.1.10TruthValueread-onlyThe last dropped mac on SPBM bvlan is DA or not.
OCT rcIsisSpbmPortDropStatsLastDropMacHostName1.3.6.1.4.1.2272.1.63.16.1.11OCTET STRINGread-onlyThe host name of the nodes where last dropped SA or DA on SPBM bvlan belongs
rcSlpp1.3.6.1.4.1.2272.1.64
rcSlppMib1.3.6.1.4.1.2272.1.64.1
rcSlppNotifications1.3.6.1.4.1.2272.1.64.1.0
NTF rcnSlppPortDownEvent1.3.6.1.4.1.2272.1.64.1.0.1A port down event that has occurred due to SLPP. The user is notified of the expected Vlan ID along with the Vlan ID and source MAC address of the packet coming in on the port identified. The first two objects can be used to lookup instance info for port id and vlan id.
NTF rcnSlppPortDownEventNew1.3.6.1.4.1.2272.1.64.1.0.2A port down event that has occurred due to SLPP. The trap includes the port and its Vlan which receives the packet, and along with the Vlan ID and source MAC address of the packet coming in on the port identified.
rcSlppObjects1.3.6.1.4.1.2272.1.64.1.1
rcSlppScalars1.3.6.1.4.1.2272.1.64.1.1.1
T/F rcSlppGlobalEnable1.3.6.1.4.1.2272.1.64.1.1.1.1TruthValueread-writeGlobal enable/disable for the simple loop prevention protocol.
INT rcSlppTransmissionInterval1.3.6.1.4.1.2272.1.64.1.1.1.2INTEGERread-writeThe interval (in seconds) for which loop detection occurs.
I32 rcSlppEtherType1.3.6.1.4.1.2272.1.64.1.1.1.3Integer32read-writeSLPP Protocol Identification. The value is normally in Hex.
rcSlppVlanTable1.3.6.1.4.1.2272.1.64.1.1.2not-accessibleTable of VLANs for which simple loop detection occur on.
rcSlppVlanEntry1.3.6.1.4.1.2272.1.64.1.1.2.1not-accessibleSLPP VLAN entry.
INT rcSlppVlanVlanId1.3.6.1.4.1.2272.1.64.1.1.2.1.1INTEGERnot-accessibleVlan id for which simple loop detection occurs on.
T/F rcSlppVlanSlppEnable1.3.6.1.4.1.2272.1.64.1.1.2.1.2TruthValueread-writeFlag to indicate whether the VLAN entry is active or not for SLPP.
ROW rcSlppVlanRowStatus1.3.6.1.4.1.2272.1.64.1.1.2.1.3RowStatusread-writeUsed to create/delete entries.
rcSlppPortTable1.3.6.1.4.1.2272.1.64.1.1.3not-accessibleTable of ports for which simple loop detection occurs on.
rcSlppPortEntry1.3.6.1.4.1.2272.1.64.1.1.3.1not-accessibleSLPP Port entry.
NUM rcSlppPortIfIndex1.3.6.1.4.1.2272.1.64.1.1.3.1.1InterfaceIndexnot-accessiblePort on which simple loop detection occurs on.
I32 rcSlppPortPktRxThreshold1.3.6.1.4.1.2272.1.64.1.1.3.1.2Integer32read-writeOnce the number of SLPP packets received on this port reaches this threshold action will be taken.Normally, the port will be shutdown.
T/F rcSlppPortSlppEnable1.3.6.1.4.1.2272.1.64.1.1.3.1.3TruthValueread-writeFlag to indicate whether the port entry is active or not for SLPP.
I32 rcSlppPortIncomingVlanId1.3.6.1.4.1.2272.1.64.1.1.3.1.5Integer32read-onlyVlan id of the classified packet on the port brought down by SLPP.
INT rcSlppPortSrcNodeType1.3.6.1.4.1.2272.1.64.1.1.3.1.6INTEGERread-onlyThe src node type of the received slpp Pkt.
rcSlppNotificationObjects1.3.6.1.4.1.2272.1.64.1.2
INT rcSlppIncomingVlanId1.3.6.1.4.1.2272.1.64.1.2.1INTEGERaccessible-for-notifyVlan id of the classified packet on the port brought down by SLPP.
MAC rcSlppSrcMacAddress1.3.6.1.4.1.2272.1.64.1.2.2MacAddressaccessible-for-notifySource MAC address in the classified packet on the port brought down by SLPP.
NUM rcSlppRxPortIndex1.3.6.1.4.1.2272.1.64.1.2.3InterfaceIndexaccessible-for-notifyPort on which the SLPP packet is received.
INT rcSlppRxVlanId1.3.6.1.4.1.2272.1.64.1.2.4INTEGERaccessible-for-notifyVlan on which the SLPP packet is received.
rcTacacs1.3.6.1.4.1.2272.1.65
rcTacacsGlobal1.3.6.1.4.1.2272.1.65.1
T/F rcTacacsGlobalEnable1.3.6.1.4.1.2272.1.65.1.1TruthValueread-writeEnable/disable this feature.
OCT rcTacacsGlobalLastUserName1.3.6.1.4.1.2272.1.65.1.2OCTET STRINGread-onlyThe last user for which authentication was attempted using TACACS+.
IPt rcTacacsGlobalLastAddressType1.3.6.1.4.1.2272.1.65.1.3InetAddressTyperead-onlyThe type of address for the TACACS+ server that was most recently accessed
IP rcTacacsGlobalLastAddress1.3.6.1.4.1.2272.1.65.1.4InetAddressread-onlyThe address of the TACACS+ server that was most recently accessed
BIT rcTacacsAccounting1.3.6.1.4.1.2272.1.65.1.5Bitsread-writeDetermines which application will be accounted by tacacs+.
BIT rcTacacsAuthentication1.3.6.1.4.1.2272.1.65.1.6Bitsread-writeDetermines which application will be authenticated by tacacs+.
rcTacacsServerTable1.3.6.1.4.1.2272.1.65.2not-accessibleThe (conceptual) table listing the TACACS+ servers with which the client shares a secret.
rcTacacsServerEntry1.3.6.1.4.1.2272.1.65.2.1not-accessibleAn entry (conceptual row) representing a TACACS+ server with which the client shares a secret.
IPt rcTacacsServerAddressType1.3.6.1.4.1.2272.1.65.2.1.1InetAddressTypenot-accessibleSpecifies the type of IP address used on the Tacacs+ server.
IP rcTacacsServerAddress1.3.6.1.4.1.2272.1.65.2.1.2InetAddressnot-accessibleThe IP address of the TACACS+ server referred to in this table entry.
INE rcTacacsServerPortNumber1.3.6.1.4.1.2272.1.65.2.1.3InetPortNumberread-createThe TCP port on which the client establishes a connection to the server. A value of 0 indicates that the system specified default value is used.
INT rcTacacsServerConnectionType1.3.6.1.4.1.2272.1.65.2.1.4INTEGERread-createSpecifies TCP connection type between device and TACACS+ server. Either a single open connection between a device and server (SingleConnection), or open/close connection per communication session (PerSessionConnection).
INT rcTacacsServerConnectionStatus1.3.6.1.4.1.2272.1.65.2.1.5INTEGERread-onlySpecifies status TCP connection type between device and TACACS+ server.
I32 rcTacacsServerTimeout1.3.6.1.4.1.2272.1.65.2.1.6Integer32read-createThe maximum time (in seconds) to wait for this TACACS+ server to reply.
OCT rcTacacsServerKey1.3.6.1.4.1.2272.1.65.2.1.7OCTET STRINGread-createSecret key to be shared with this TACACS+ server. If the key length is zero that indicates no encryption is being used.
T/F rcTacacsServerSourceIpInterfaceEnabled1.3.6.1.4.1.2272.1.65.2.1.8TruthValueread-createSpecifies whether source address specification is enabled.
IPt rcTacacsServerSourceIpInterfaceType1.3.6.1.4.1.2272.1.65.2.1.9InetAddressTyperead-createSpecifies the type of IP address used on the interface that connects to the Tacacs+ server. If this value is unknown(0), then a system-wide default value will be used.
IP rcTacacsServerSourceIpInterface1.3.6.1.4.1.2272.1.65.2.1.10InetAddressread-createIP address of the interface to use with this server.
I32 rcTacacsServerPriority1.3.6.1.4.1.2272.1.65.2.1.11Integer32read-createDetermines the order in which the TACACS+ servers will be used, when 1 is the highest priority. If more than one server share the same priority - they will be used in lexicographic order (the order of entries in this table).
ROW rcTacacsServerRowStatus1.3.6.1.4.1.2272.1.65.2.1.12RowStatusread-createThe row status variable, can be set to destroy or createAndGo.
rcIpfix1.3.6.1.4.1.2272.1.66
rcIpfixMib1.3.6.1.4.1.2272.1.66.1
rcIpfixConfGlobal1.3.6.1.4.1.2272.1.66.1.1
ENA rcIpfixConfState1.3.6.1.4.1.2272.1.66.1.1.1EnableValueread-writeEnables/Disables the state of ipfix on the box.
rcIpfixTable1.3.6.1.4.1.2272.1.66.1.2
rcIpfixConfSlotTable1.3.6.1.4.1.2272.1.66.1.2.1not-accessibleA table to store the configuration details for IPFIX for each slot. This table is indexed by slot number.
rcIpfixConfSlotEntry1.3.6.1.4.1.2272.1.66.1.2.1.1not-accessibleOne Entry holding IPFIX config information on slot basis.
I32 rcIpfixConfSlotNum1.3.6.1.4.1.2272.1.66.1.2.1.1.1Integer32not-accessibleSlot number
I32 rcIpfixConfSlotAgingIntv1.3.6.1.4.1.2272.1.66.1.2.1.1.2Integer32read-writeFlow record aging interval (Value in seconds).
I32 rcIpfixConfSlotActiveTimeout1.3.6.1.4.1.2272.1.66.1.2.1.1.3Integer32read-writeFlow record active timeout value (Value in mins).
I32 rcIpfixConfSlotExportIntv1.3.6.1.4.1.2272.1.66.1.2.1.1.4Integer32read-writeFrequency of flow export to collector (Value in sec).
ENA rcIpfixConfSlotExportState1.3.6.1.4.1.2272.1.66.1.2.1.1.5EnableValueread-writeState of exporter.
I32 rcIpfixConfSlotTempRefIntvSec1.3.6.1.4.1.2272.1.66.1.2.1.1.6Integer32read-writeTemplate refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first.
I32 rcIpfixConfSlotTempRefIntvPkts1.3.6.1.4.1.2272.1.66.1.2.1.1.7Integer32read-writeTemplate refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first.
rcIpfixCollectorTable1.3.6.1.4.1.2272.1.66.1.2.2not-accessibleTable to store the configuration details for IPFIX collector for each slot. This table is indexed by slot number and ip address.
rcIpfixCollectorEntry1.3.6.1.4.1.2272.1.66.1.2.2.1not-accessibleOne entry holds IPFIX collector config information based on slot info and collector ip address.
I32 rcIpfixCollectorSlotNum1.3.6.1.4.1.2272.1.66.1.2.2.1.1Integer32not-accessibleSlot number. An index to the CollectorEntry.
IPt rcIpfixCollectorAddressType1.3.6.1.4.1.2272.1.66.1.2.2.1.2InetAddressTypenot-accessibleIP address type of the collector. An index to the CollectorEntry.
IP rcIpfixCollectorAddress1.3.6.1.4.1.2272.1.66.1.2.2.1.3InetAddressnot-accessibleIP address of the collector. An index to the CollectorEntry.
INT rcIpfixCollectorProtocol1.3.6.1.4.1.2272.1.66.1.2.2.1.4INTEGERread-createProtocol for export data from exporter to collector .
INE rcIpfixCollectorDestPort1.3.6.1.4.1.2272.1.66.1.2.2.1.5InetPortNumberread-createDest port to send the requests.
IPt rcIpfixCollectorExporterIpType1.3.6.1.4.1.2272.1.66.1.2.2.1.6InetAddressTyperead-createIp address type of the exporter for collector.
IP rcIpfixCollectorExporterIp1.3.6.1.4.1.2272.1.66.1.2.2.1.7InetAddressread-createIp address of the exporter for collector.
INT rcIpfixCollectorProtoVer1.3.6.1.4.1.2272.1.66.1.2.2.1.8INTEGERread-createThis specifies the protocol version for ipfix.
T/F rcIpfixCollectorState1.3.6.1.4.1.2272.1.66.1.2.2.1.9TruthValueread-createState of the particular collector. Enable is true by default.
ROW rcIpfixCollectorRowStatus1.3.6.1.4.1.2272.1.66.1.2.2.1.10RowStatusread-createUsed to create/delete entries.
rcIpfixConfPortTable1.3.6.1.4.1.2272.1.66.1.2.3not-accessibleA table to store the configuration details for IPFIX for each port. This table is indexed by port number.
rcIpfixConfPortEntry1.3.6.1.4.1.2272.1.66.1.2.3.1not-accessibleEntry holding IPFIX config information per port.
NUM rcIpfixConfPortId1.3.6.1.4.1.2272.1.66.1.2.3.1.1InterfaceIndexnot-accessibleAn index to the IpfixConfPortEntry, a unique identifier of the portId
I32 rcIpfixConfPortSampleRate1.3.6.1.4.1.2272.1.66.1.2.3.1.2Integer32read-writeUsed to configure the sampling rate. Sample one in every N packets.
I32 rcIpfixConfPortHashPolyCoeffs1.3.6.1.4.1.2272.1.66.1.2.3.1.3Integer32read-writeCommand to set hash polynomial coeffs.
I32 rcIpfixConfPortHashPolySeed1.3.6.1.4.1.2272.1.66.1.2.3.1.4Integer32read-writeCommand to set hash polynomial seed.
INT rcIpfixConfPortFlush1.3.6.1.4.1.2272.1.66.1.2.3.1.5INTEGERread-writeThis is used to delete all records stored in COP, or to initiate an export of all records and delete data base after the export is finished.
ENA rcIpfixConfPortAllTraffic1.3.6.1.4.1.2272.1.66.1.2.3.1.6EnableValueread-writeThis is used to enable/disable ipfix on all trafiic, for the specified port.
INT rcIpfixConfPortHashKeyId1.3.6.1.4.1.2272.1.66.1.2.3.1.7INTEGERread-writehash key id.
I32 rcIpfixConfPortDynamicSampRate1.3.6.1.4.1.2272.1.66.1.2.3.1.8Integer32read-onlyIndicates the dynamic sampling rate.
rcIpfixHashStatsTable1.3.6.1.4.1.2272.1.66.1.2.4not-accessibleA table of hash Statistics entries to store the statistics for each slot. This table is indexed by the slot number.
rcIpfixHashStatsEntry1.3.6.1.4.1.2272.1.66.1.2.4.1not-accessibleEntry containing hash statistics information for a particular slot.
I32 rcIpfixHashStatsSlotNum1.3.6.1.4.1.2272.1.66.1.2.4.1.1Integer32not-accessibleA unique identifier for the table.
C64 rcIpfixHashStatsHashOverflows1.3.6.1.4.1.2272.1.66.1.2.4.1.2Counter64read-onlyCount of hash overflows per slot.
C64 rcIpfixHashStatsHashDrops1.3.6.1.4.1.2272.1.66.1.2.4.1.3Counter64read-onlyCount of hash drops per slot.
INT rcIpfixHashStatsClear1.3.6.1.4.1.2272.1.66.1.2.4.1.4INTEGERread-writeSetting this object will clear hash statistics for a slot.
TIM rcIpfixHashStatsClearTime1.3.6.1.4.1.2272.1.66.1.2.4.1.5TimeStampread-onlyThe value of sysUpTime when the hash statistics were last cleared.
rcIpfixExporterStatsTable1.3.6.1.4.1.2272.1.66.1.2.5not-accessibleA table of Exporter Statistics entries to store the statistics for each slot, each collector. This table is indexed by the slot number and collector address.
rcIpfixExporterStatsEntry1.3.6.1.4.1.2272.1.66.1.2.5.1not-accessibleEntry containing Exporter statistics information for a particular slot and particular collector.
I32 rcIpfixExporterStatsSlotNum1.3.6.1.4.1.2272.1.66.1.2.5.1.1Integer32not-accessibleIndex for the table, slot number.
IPt rcIpfixExporterStatsCollectorType1.3.6.1.4.1.2272.1.66.1.2.5.1.2InetAddressTypenot-accessibleCollector IP address type. This is an index for the table.
IP rcIpfixExporterStatsCollector1.3.6.1.4.1.2272.1.66.1.2.5.1.3InetAddressnot-accessibleIndex for the table, collector address.
C64 rcIpfixExporterStatsOutPkts1.3.6.1.4.1.2272.1.66.1.2.5.1.4Counter64read-onlyNumber of Packets sent.
C64 rcIpfixExporterStatsOutOctets1.3.6.1.4.1.2272.1.66.1.2.5.1.5Counter64read-onlyNumber of Bytes sent.
C64 rcIpfixExporterStatsPktsLoss1.3.6.1.4.1.2272.1.66.1.2.5.1.6Counter64read-onlyNumber of Records lost.
INT rcIpfixExporterStatsClear1.3.6.1.4.1.2272.1.66.1.2.5.1.7INTEGERread-writeSetting this object will clear exporter statistics.
TIM rcIpfixExporterStatsClearTime1.3.6.1.4.1.2272.1.66.1.2.5.1.8TimeStampread-onlyThe value of sysUpTime when exporter statistics were last cleared.
rcOspfv31.3.6.1.4.1.2272.1.67
rcOspfv3Mib1.3.6.1.4.1.2272.1.67.1
rcOspfv3Objects1.3.6.1.4.1.2272.1.67.1.1
rcOspfv3GeneralGroup1.3.6.1.4.1.2272.1.67.1.1.1
IP rcOspfv3RouterId1.3.6.1.4.1.2272.1.67.1.1.1.1IpAddressread-writeA 32-bit integer uniquely identifying the router in the Autonomous System. To ensure uniqueness, this may default to the value of one of the router's IPv4 interface addresses if IPv4 is configured on the router.
INT rcOspfv3AdminStat1.3.6.1.4.1.2272.1.67.1.1.1.2INTEGERread-writeThe administrative status of OSPFv3 in the router. The value 'enabled' denotes that the OSPFv3 Process is active on at least one inter- face; 'disabled' disables it on all inter- faces.
INT rcOspfv3VersionNumber1.3.6.1.4.1.2272.1.67.1.1.1.3INTEGERread-onlyThe version number of OSPF for IPv6 is 3.
T/F rcOspfv3AreaBdrRtrStatus1.3.6.1.4.1.2272.1.67.1.1.1.4TruthValueread-onlyA flag to note whether this router is an area border router.
T/F rcOspfv3ASBdrRtrStatus1.3.6.1.4.1.2272.1.67.1.1.1.5TruthValueread-writeA flag to note whether this router is config- ured as an Autonomous System border router.
G32 rcOspfv3AsScopeLsaCount1.3.6.1.4.1.2272.1.67.1.1.1.6Gauge32read-onlyThe number of AS-Scope (e.g. AS-External) link-state advertisements in the link-state database.
I32 rcOspfv3AsScopeLsaCksumSum1.3.6.1.4.1.2272.1.67.1.1.1.7Integer32read-onlyThe 32-bit unsigned sum of the LS checksums of the AS-scoped link-state advertisements con- tained in the link-state database. This sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers.
C32 rcOspfv3OriginateNewLsas1.3.6.1.4.1.2272.1.67.1.1.1.8Counter32read-onlyThe number of new link-state advertisements that have been originated. This number is in- cremented each time the router originates a new LSA.
C32 rcOspfv3RxNewLsas1.3.6.1.4.1.2272.1.67.1.1.1.9Counter32read-onlyThe number of link-state advertisements re- ceived determined to be new instantiations. This number does not include newer instantia- tions of self-originated link-state advertise- ments.
G32 rcOspfv3ExtLsaCount1.3.6.1.4.1.2272.1.67.1.1.1.10Gauge32read-onlyThe number of External(LS type 0x4005) in the link- state database
I32 rcOspfv3ExtAreaLsdbLimit1.3.6.1.4.1.2272.1.67.1.1.1.11Integer32read-writeThe maximum number of non-default AS- external-LSAs entries that can be stored in the link-state database. If the value is -1, then there is no limit. When the number of non-default AS-external-LSAs in a router's link-state database reaches rcOspfv3ExtAreaLsdbLimit, the router enters Overflow- State. The router never holds more than rcOspfv3ExtAreaLsdbLimit non-default AS-external-LSAs in its database. OspfExtAreaLsdbLimit MUST be set identically in all routers attached to the OSPFv3 backbone and/or any regular OSPFv3 area. (i.e., OSPFv3 stub areas and NSSAs are excluded).
BIT rcOspfv3MulticastExtensions1.3.6.1.4.1.2272.1.67.1.1.1.12Bitsread-writeA Bit Mask indicating whether the router is forwarding IPv6 multicast datagrams based on the algorithms defined in the Multi- cast Extensions to OSPF. If intraAreaMulticast set, indicates that the router can forward IPv6 multicast datagrams in the router's directly attached areas (called intra-area mul- ticast routing). If interAreaMulticast set, indicates that the router can forward IPv6 multicast datagrams between OSPFv3 areas (called inter-area multicast routing). If interAsMulticast set, indicates that the router can forward IPv6 multicast datagrams between Auto- nomous Systems (called inter-AS multicast rout- ing). Only certain combinations of bit settings are allowed, namely: - All bits cleared (no multicasting) - intraAreaMulticast only, - intraAreaMulticast and interAreaMulticast, - intraAreaMulticast and interAsMulticast - intraAreaMulticast, interAreaMulticast and interAsMulticast By default, all bits are cleared.
U32 rcOspfv3ExitOverflowInterval1.3.6.1.4.1.2272.1.67.1.1.1.13Unsigned32read-writeThe number of seconds that, after entering OverflowState, a router will attempt to leave OverflowState. This allows the router to again originate non-default AS-External-LSAs. When set to 0, the router will not leave Overflow- State until restarted.
T/F rcOspfv3DemandExtensions1.3.6.1.4.1.2272.1.67.1.1.1.14TruthValueread-writeThe router's support for demand routing.
T/F rcOspfv3TrafficEngineeringSupport1.3.6.1.4.1.2272.1.67.1.1.1.15TruthValueread-writeThe router's support for traffic engineering extensions.
U32 rcOspfv3ReferenceBandwidth1.3.6.1.4.1.2272.1.67.1.1.1.16Unsigned32read-writeReference bandwidth in kilobits/second for calculating default interface metrics. The default value is 100,000 KBPS (100 MBPS)
INT rcOspfv3RestartSupport1.3.6.1.4.1.2272.1.67.1.1.1.17INTEGERread-writeThe router's support for OSPF hitless restart. Options include: no restart support, only planned restarts or both planned and unplanned restarts.
I32 rcOspfv3RestartInterval1.3.6.1.4.1.2272.1.67.1.1.1.18Integer32read-writeConfigured OSPF hitless restart timeout interval.
INT rcOspfv3RestartStatus1.3.6.1.4.1.2272.1.67.1.1.1.19INTEGERread-onlyCurrent status of OSPF hitless restart.
I32 rcOspfv3RestartAge1.3.6.1.4.1.2272.1.67.1.1.1.20Integer32read-onlyRemaining time in current OSPF hitless restart interval.
INT rcOspfv3RestartExitReason1.3.6.1.4.1.2272.1.67.1.1.1.21INTEGERread-onlyDescribes the outcome of the last attempt at a hitless restart. If the value is 'none', no restart has yet been attempted. If the value is 'inProgress', a restart attempt is currently underway.
INT rcOspfv3BadLsaIgnore1.3.6.1.4.1.2272.1.67.1.1.1.22INTEGERread-writeThe administrative status of OSPFv3 in the router. The value 'enabled' denotes that the OSPFv3 Process is active on at least one inter- face; 'disabled' disables it on all inter- faces.
rcOspfv3AreaTable1.3.6.1.4.1.2272.1.67.1.1.2not-accessibleInformation describing the configured parame- ters and cumulative statistics of the router's attached areas.
rcOspfv3AreaEntry1.3.6.1.4.1.2272.1.67.1.1.2.1not-accessibleInformation describing the configured parame- ters and cumulative statistics of one of the router's attached areas.
IP rcOspfv3AreaId1.3.6.1.4.1.2272.1.67.1.1.2.1.1IpAddressnot-accessibleA 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPFv3 backbone.
INT rcOspfv3ImportAsExtern1.3.6.1.4.1.2272.1.67.1.1.2.1.2INTEGERread-writeIndicates whether an area is a Stub area, NSSA, or standard area. AS-scope LSAs are not imported into Stub Areas or NSSAs. NSSAs import AS-External data as Type-7 LSAs which have Area-scope
C32 rcOspfv3AreaSpfRuns1.3.6.1.4.1.2272.1.67.1.1.2.1.3Counter32read-onlyThe number of times that the intra-area route table has been calculated using this area's link-state database. This is typically done using Dijkstra's algorithm.
G32 rcOspfv3AreaBdrRtrCount1.3.6.1.4.1.2272.1.67.1.1.2.1.4Gauge32read-onlyThe total number of area border routers reach- able within this area. This is initially zero, and is calculated in each SPF Pass.
G32 rcOspfv3AreaAsBdrRtrCount1.3.6.1.4.1.2272.1.67.1.1.2.1.5Gauge32read-onlyThe total number of Autonomous System border routers reachable within this area. This is initially zero, and is calculated in each SPF Pass.
G32 rcOspfv3AreaScopeLsaCount1.3.6.1.4.1.2272.1.67.1.1.2.1.6Gauge32read-onlyThe total number of Area-Scope link-state advertisements in this area's link-state database.
I32 rcOspfv3AreaScopeLsaCksumSum1.3.6.1.4.1.2272.1.67.1.1.2.1.7Integer32read-onlyThe 32-bit unsigned sum of the Area-Scope link-state advertisements' LS checksums contained in this area's link-state database. The sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers.
INT rcOspfv3AreaSummary1.3.6.1.4.1.2272.1.67.1.1.2.1.8INTEGERread-writeThe variable rcOspfv3AreaSummary controls the im- port of Inter-Area LSAs into stub areas. It has no effect on other areas. If it is noAreaSummary, the router will neither originate nor propagate Inter-Area LSAs into the stub area. It will rely entirely on its de- fault route. If it is sendAreaSummary, the router will both summarize and propagate Inter-Area LSAs.
ROW rcOspfv3AreaStatus1.3.6.1.4.1.2272.1.67.1.1.2.1.9RowStatusread-createThis variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6].
I32 rcOspfv3StubMetric1.3.6.1.4.1.2272.1.67.1.1.2.1.10Integer32read-writeThe metric value advertised for the default route into Stub and NSSA areas.
INT rcOspfv3AreaNssaTranslatorRole1.3.6.1.4.1.2272.1.67.1.1.2.1.11INTEGERread-writeIndicates an NSSA Border router's ability to perform NSSA translation of type-7 LSAs into type-5 LSAs.
INT rcOspfv3AreaNssaTranslatorState1.3.6.1.4.1.2272.1.67.1.1.2.1.12INTEGERread-onlyIndicates if and how an NSSA Border router is performing NSSA translation of type-7 LSAs into type-5 LSAs. When this object is set to enabled, the NSSA Border router's rcOspfv3AreaNssTranslatorRole has been set to always. When this object is set to elected, a candidate NSSA Border router is translating type-7 LSAs into type-5. When this object is set to disabled, a candidate NSSA Border router is NOT translating type-7 LSAs into type-5.
U32 rcOspfv3AreaNssaTranslatorStabilityInterval1.3.6.1.4.1.2272.1.67.1.1.2.1.13Unsigned32read-writeThe number of seconds after an elected translator determines its services are no longer required, that it should continue to perform its translation duties.
C32 rcOspfv3AreaNssaTranslatorEvents1.3.6.1.4.1.2272.1.67.1.1.2.1.14Counter32read-onlyIndicates the number of Translator State changes that have occurred since the last boot-up.
INT rcOspfv3AreaStubMetricType1.3.6.1.4.1.2272.1.67.1.1.2.1.15INTEGERread-writeThis variable displays the type of metric ad- vertised as a default route.
rcOspfv3AsLsdbTable1.3.6.1.4.1.2272.1.67.1.1.3not-accessibleThe OSPFv3 Process's AS-Scope Link State Database.
rcOspfv3AsLsdbEntry1.3.6.1.4.1.2272.1.67.1.1.3.1not-accessibleA single AS-Scope Link State Advertisement.
INT rcOspfv3AsLsdbType1.3.6.1.4.1.2272.1.67.1.1.3.1.1INTEGERnot-accessibleThe type of the link state advertisement. Each link state type has a separate advertise- ment format. AS-Scope LSAs not recognized by the router may be stored in the database.
IP rcOspfv3AsLsdbRouterId1.3.6.1.4.1.2272.1.67.1.1.3.1.2IpAddressnot-accessibleThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
U32 rcOspfv3AsLsdbLsid1.3.6.1.4.1.2272.1.67.1.1.3.1.3Unsigned32not-accessibleThe Link State ID is an LS Type Specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics.
I32 rcOspfv3AsLsdbSequence1.3.6.1.4.1.2272.1.67.1.1.3.1.4Integer32read-onlyThe sequence number field is a signed 32-bit integer. It is used to detect old and dupli- cate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number the more recent the advertisement.
I32 rcOspfv3AsLsdbAge1.3.6.1.4.1.2272.1.67.1.1.3.1.5Integer32read-onlyThis field is the age of the link state adver- tisement in seconds.
I32 rcOspfv3AsLsdbChecksum1.3.6.1.4.1.2272.1.67.1.1.3.1.6Integer32read-onlyThis field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connec- tionless datagrams; it is commonly referred to as the Fletcher checksum.
OCT rcOspfv3AsLsdbAdvertisement1.3.6.1.4.1.2272.1.67.1.1.3.1.7OCTET STRINGread-onlyThe entire Link State Advertisement, including its header.
T/F rcOspfv3AsLsdbTypeKnown1.3.6.1.4.1.2272.1.67.1.1.3.1.8TruthValueread-onlyIs the LSA type recognized by this Router?
rcOspfv3AreaLsdbTable1.3.6.1.4.1.2272.1.67.1.1.4not-accessibleThe OSPFv3 Process's Area-Scope Link State Database.
rcOspfv3AreaLsdbEntry1.3.6.1.4.1.2272.1.67.1.1.4.1not-accessibleA single Area-Scope Link State Advertisement.
IP rcOspfv3AreaLsdbAreaId1.3.6.1.4.1.2272.1.67.1.1.4.1.1IpAddressnot-accessibleThe 32 bit identifier of the Area from which the LSA was received.
INT rcOspfv3AreaLsdbType1.3.6.1.4.1.2272.1.67.1.1.4.1.2INTEGERnot-accessibleThe type of the link state advertisement. Each link state type has a separate advertise- ment format. Area-Scope LSAs unrecognized by the router are also stored in this database.
IP rcOspfv3AreaLsdbRouterId1.3.6.1.4.1.2272.1.67.1.1.4.1.3IpAddressnot-accessibleThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
U32 rcOspfv3AreaLsdbLsid1.3.6.1.4.1.2272.1.67.1.1.4.1.4Unsigned32not-accessibleThe Link State ID is an LS Type Specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics.
I32 rcOspfv3AreaLsdbSequence1.3.6.1.4.1.2272.1.67.1.1.4.1.5Integer32read-onlyThe sequence number field is a signed 32-bit integer. It is used to detect old and dupli- cate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number the more recent the advertisement.
I32 rcOspfv3AreaLsdbAge1.3.6.1.4.1.2272.1.67.1.1.4.1.6Integer32read-onlyThis field is the age of the link state adver- tisement in seconds.
I32 rcOspfv3AreaLsdbChecksum1.3.6.1.4.1.2272.1.67.1.1.4.1.7Integer32read-onlyThis field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connec- tionless datagrams; it is commonly referred to as the Fletcher checksum.
OCT rcOspfv3AreaLsdbAdvertisement1.3.6.1.4.1.2272.1.67.1.1.4.1.8OCTET STRINGread-onlyThe entire Link State Advertisement, including its header.
T/F rcOspfv3AreaLsdbTypeKnown1.3.6.1.4.1.2272.1.67.1.1.4.1.9TruthValueread-onlyIs the LSA type recognized by this Router?
rcOspfv3LinkLsdbTable1.3.6.1.4.1.2272.1.67.1.1.5not-accessibleThe OSPFv3 Process's Link-Scope Link State Database.
rcOspfv3LinkLsdbEntry1.3.6.1.4.1.2272.1.67.1.1.5.1not-accessibleA single Link-Scope Link State Advertisement.
NUM rcOspfv3LinkLsdbIfIndex1.3.6.1.4.1.2272.1.67.1.1.5.1.1InterfaceIndexnot-accessibleThe identifier of the link from which the LSA was received.
INT rcOspfv3LinkLsdbType1.3.6.1.4.1.2272.1.67.1.1.5.1.2INTEGERnot-accessibleThe type of the link state advertisement. Each link state type has a separate advertise- ment format. Link-Scope LSAs unrecognized by the router are also stored in this database.
IP rcOspfv3LinkLsdbRouterId1.3.6.1.4.1.2272.1.67.1.1.5.1.3IpAddressnot-accessibleThe 32 bit number that uniquely identifies the originating router in the Autonomous System.
U32 rcOspfv3LinkLsdbLsid1.3.6.1.4.1.2272.1.67.1.1.5.1.4Unsigned32not-accessibleThe Link State ID is an LS Type Specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics.
I32 rcOspfv3LinkLsdbSequence1.3.6.1.4.1.2272.1.67.1.1.5.1.5Integer32read-onlyThe sequence number field is a signed 32-bit integer. It is used to detect old and dupli- cate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number the more recent the advertisement.
I32 rcOspfv3LinkLsdbAge1.3.6.1.4.1.2272.1.67.1.1.5.1.6Integer32read-onlyThis field is the age of the link state advertisement in seconds.
I32 rcOspfv3LinkLsdbChecksum1.3.6.1.4.1.2272.1.67.1.1.5.1.7Integer32read-onlyThis field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age can be incremented without updating the checksum. The checksum used is the same that is used for ISO connec- tionless datagrams; it is commonly referred to as the Fletcher checksum.
OCT rcOspfv3LinkLsdbAdvertisement1.3.6.1.4.1.2272.1.67.1.1.5.1.8OCTET STRINGread-onlyThe entire Link State Advertisement, including its header.
T/F rcOspfv3LinkLsdbTypeKnown1.3.6.1.4.1.2272.1.67.1.1.5.1.9TruthValueread-onlyIndicates whether the LSA type is recognized by this Router.
rcOspfv3HostTable1.3.6.1.4.1.2272.1.67.1.1.6not-accessibleThe list of Hosts, and their metrics, that the router will advertise as host routes.
rcOspfv3HostEntry1.3.6.1.4.1.2272.1.67.1.1.6.1not-accessibleA metric to be advertised when a given host is reachable.
INT rcOspfv3HostAddressType1.3.6.1.4.1.2272.1.67.1.1.6.1.1INTEGERnot-accessibleThe address type of rcOspfv3HostAddress. Only IPv6 addresses without zone index are expected.
OCT rcOspfv3HostAddress1.3.6.1.4.1.2272.1.67.1.1.6.1.2OCTET STRINGnot-accessibleThe IPv6 Address of the Host. Must be a Global or Site-local address.
I32 rcOspfv3HostMetric1.3.6.1.4.1.2272.1.67.1.1.6.1.3Integer32read-writeThe Metric to be advertised.
ROW rcOspfv3HostStatus1.3.6.1.4.1.2272.1.67.1.1.6.1.4RowStatusread-createThis variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6].
IP rcOspfv3HostAreaID1.3.6.1.4.1.2272.1.67.1.1.6.1.5IpAddressread-writeThe Area the Host Entry is to be found within. By default, the area that a subsuming OSPFv3 in- terface is in, or 0.0.0.0
rcOspfv3IfTable1.3.6.1.4.1.2272.1.67.1.1.7not-accessibleThe OSPFv3 Interface Table describes the inter- faces from the viewpoint of OSPFv3.
rcOspfv3IfEntry1.3.6.1.4.1.2272.1.67.1.1.7.1not-accessibleThe OSPFv3 Interface Entry describes one inter- face from the viewpoint of OSPFv3.
NUM rcOspfv3IfIndex1.3.6.1.4.1.2272.1.67.1.1.7.1.1InterfaceIndexnot-accessibleThe interface index of this OSPFv3 interface. It corresponds to the interface index of the IPv6 interface on which OSPFv3 is configured.
IP rcOspfv3IfAreaId1.3.6.1.4.1.2272.1.67.1.1.7.1.2IpAddressread-writeA 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0.0.0.0 is used for the OSPFv3 backbone.
INT rcOspfv3IfType1.3.6.1.4.1.2272.1.67.1.1.7.1.3INTEGERread-writeThe OSPFv3 interface type.
INT rcOspfv3IfAdminStat1.3.6.1.4.1.2272.1.67.1.1.7.1.4INTEGERread-writeThe OSPFv3 interface's administrative status. The value formed on the interface, and the in- terface will be advertised as an internal route to some area. The value 'disabled' denotes that the interface is external to OSPFv3.
I32 rcOspfv3IfRtrPriority1.3.6.1.4.1.2272.1.67.1.1.7.1.5Integer32read-writeThe priority of this interface. Used in multi-access networks, this field is used in the designated router election algorithm. The value 0 signifies that the router is not eligi- ble to become the designated router on this particular network. In the event of a tie in this value, routers will use their Router ID as a tie breaker.
I32 rcOspfv3IfTransitDelay1.3.6.1.4.1.2272.1.67.1.1.7.1.6Integer32read-writeThe estimated number of seconds it takes to transmit a link state update packet over this interface.
I32 rcOspfv3IfRetransInterval1.3.6.1.4.1.2272.1.67.1.1.7.1.7Integer32read-writeThe number of seconds between link-state ad- vertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database descrip- tion and link-state request packets.
I32 rcOspfv3IfHelloInterval1.3.6.1.4.1.2272.1.67.1.1.7.1.8Integer32read-writeThe length of time, in seconds, between the Hello packets that the router sends on the in- terface. This value must be the same for all routers attached to a common network.
I32 rcOspfv3IfRtrDeadInterval1.3.6.1.4.1.2272.1.67.1.1.7.1.9Integer32read-writeThe number of seconds that a router's Hello packets have not been seen before it's neigh- bors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.
U32 rcOspfv3IfPollInterval1.3.6.1.4.1.2272.1.67.1.1.7.1.10Unsigned32read-writeThe larger time interval, in seconds, between the Hello packets sent to an inactive non- broadcast multi- access neighbor.
INT rcOspfv3IfState1.3.6.1.4.1.2272.1.67.1.1.7.1.11INTEGERread-onlyThe OSPFv3 Interface State.
IP rcOspfv3IfDesignatedRouter1.3.6.1.4.1.2272.1.67.1.1.7.1.12IpAddressread-onlyThe Router ID of the Designated Router.
IP rcOspfv3IfBackupDesignatedRouter1.3.6.1.4.1.2272.1.67.1.1.7.1.14IpAddressread-onlyThe Router ID of the Backup Designated Router.
C32 rcOspfv3IfEvents1.3.6.1.4.1.2272.1.67.1.1.7.1.15Counter32read-onlyThe number of times this OSPF interface has changed its state, or an error has occurred.
ROW rcOspfv3IfStatus1.3.6.1.4.1.2272.1.67.1.1.7.1.17RowStatusread-createThis variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6].
INT rcOspfv3IfMulticastForwarding1.3.6.1.4.1.2272.1.67.1.1.7.1.18INTEGERread-writeThe way multicasts should forwarded on this interface; not forwarded, forwarded as data link multicasts, or forwarded as data link uni- casts. Data link multicasting is not meaning- ful on point to point and NBMA interfaces, and setting rcOspfv3MulticastForwarding to 0 effective- ly disables all multicast forwarding.
T/F rcOspfv3IfDemand1.3.6.1.4.1.2272.1.67.1.1.7.1.19TruthValueread-writeIndicates whether Demand OSPFv3 procedures (hel- lo suppression to FULL neighbors and setting the DoNotAge flag on propagated LSAs) should be per- formed on this interface.
I32 rcOspfv3IfMetricValue1.3.6.1.4.1.2272.1.67.1.1.7.1.20Integer32read-writeThe metric assigned to this interface. The default value of the Metric is Reference Bandwidth / ifSpeed. The value of the reference bandwidth is configured by the rcOspfv3ReferenceBandwidth object. A value of '0' means the metric value of this interface will depend on the speed of the interface, when the state of the interface is up. The default (0) metric for Vlan and Tunnel is 10.
G32 rcOspfv3IfLinkScopeLsaCount1.3.6.1.4.1.2272.1.67.1.1.7.1.21Gauge32read-onlyThe total number of Link-Scope link-state advertisements in this link's link-state database.
I32 rcOspfv3IfLinkLsaCksumSum1.3.6.1.4.1.2272.1.67.1.1.7.1.22Integer32read-onlyThe 32-bit unsigned sum of the Link-Scope link-state advertisements' LS checksums contained in this link's link-state database. The sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers.
I32 rcOspfv3IfInstId1.3.6.1.4.1.2272.1.67.1.1.7.1.23Integer32read-writeEnables multiple instances of OSPFv3 to be run over a single link. Each protocol instance would be assigned a separate ID. This ID has local link significance only.
T/F rcOspfv3IfDemandNbrProbe1.3.6.1.4.1.2272.1.67.1.1.7.1.24TruthValueread-writeIndicates whether or not neighbor probing is enabled to determine whether or not the neighbor is inactive. Neighbor probing is disabled by default.
U32 rcOspfv3IfDemandNbrProbeRetxLimit1.3.6.1.4.1.2272.1.67.1.1.7.1.25Unsigned32read-writeThe number of consecutive LSA retransmissions before the neighbor is deemed inactive and the neighbor adjacency is brought down.
U32 rcOspfv3IfDemandNbrProbeInterval1.3.6.1.4.1.2272.1.67.1.1.7.1.26Unsigned32read-writeDefines how often the neighbor will be probed.
rcOspfv3VirtIfTable1.3.6.1.4.1.2272.1.67.1.1.8not-accessibleInformation about this router's virtual inter- faces.
rcOspfv3VirtIfEntry1.3.6.1.4.1.2272.1.67.1.1.8.1not-accessibleInformation about a single Virtual Interface.
IP rcOspfv3VirtIfAreaId1.3.6.1.4.1.2272.1.67.1.1.8.1.1IpAddressnot-accessibleThe Transit Area that the Virtual Link traverses. By definition, this is not 0.0.0.0
IP rcOspfv3VirtIfNeighbor1.3.6.1.4.1.2272.1.67.1.1.8.1.2IpAddressnot-accessibleThe Router ID of the Virtual Neighbor.
I32 rcOspfv3VirtIfIndex1.3.6.1.4.1.2272.1.67.1.1.8.1.3Integer32read-onlyThe interface ID assigned to this OSPFv3 virtual interface. It is advertised in Hello's sent over the virtal link and in the router's router-LSAs.
I32 rcOspfv3VirtIfTransitDelay1.3.6.1.4.1.2272.1.67.1.1.8.1.4Integer32read-writeThe estimated number of seconds it takes to transmit a link- state update packet over this interface.
I32 rcOspfv3VirtIfRetransInterval1.3.6.1.4.1.2272.1.67.1.1.8.1.5Integer32read-writeThe number of seconds between link-state ad- vertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database descrip- tion and link-state request packets. This value should be well over the expected round- trip time.
I32 rcOspfv3VirtIfHelloInterval1.3.6.1.4.1.2272.1.67.1.1.8.1.6Integer32read-writeThe length of time, in seconds, between the Hello packets that the router sends on the in- terface. This value must be the same for the virtual neighbor.
I32 rcOspfv3VirtIfRtrDeadInterval1.3.6.1.4.1.2272.1.67.1.1.8.1.7Integer32read-writeThe number of seconds that a router's Hello packets have not been seen before it's neigh- bors declare the router down. This should be some multiple of the Hello interval. This value must be the same for the virtual neigh- bor.
INT rcOspfv3VirtIfState1.3.6.1.4.1.2272.1.67.1.1.8.1.8INTEGERread-onlyOSPF virtual interface states.
C32 rcOspfv3VirtIfEvents1.3.6.1.4.1.2272.1.67.1.1.8.1.9Counter32read-onlyThe number of state changes or error events on this Virtual Link
ROW rcOspfv3VirtIfStatus1.3.6.1.4.1.2272.1.67.1.1.8.1.10RowStatusread-createThis variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6].
G32 rcOspfv3VirtIfLinkScopeLsaCount1.3.6.1.4.1.2272.1.67.1.1.8.1.11Gauge32read-onlyThe total number of Link-Scope link-state advertisements in this virtual link's link-state database.
I32 rcOspfv3VirtIfLinkLsaCksumSum1.3.6.1.4.1.2272.1.67.1.1.8.1.12Integer32read-onlyThe 32-bit unsigned sum of the Link-Scope link-state advertisements' LS checksums contained in this virtual link's link-state database. The sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers.
rcOspfv3NbrTable1.3.6.1.4.1.2272.1.67.1.1.9not-accessibleA table of non-virtual neighbor information.
rcOspfv3NbrEntry1.3.6.1.4.1.2272.1.67.1.1.9.1not-accessibleThe information regarding a single neighbor.
NUM rcOspfv3NbrIfIndex1.3.6.1.4.1.2272.1.67.1.1.9.1.1InterfaceIndexnot-accessibleThe local link ID of the link over which the neighbor can be reached.
IP rcOspfv3NbrRtrId1.3.6.1.4.1.2272.1.67.1.1.9.1.2IpAddressnot-accessibleA 32-bit integer (represented as a type IpAd- dress) uniquely identifying the neighboring router in the Autonomous System.
INT rcOspfv3NbrAddressType1.3.6.1.4.1.2272.1.67.1.1.9.1.3INTEGERread-onlyThe address type of rcOspfv3NbrAddress. Only IPv6 addresses without zone index are expected.
OCT rcOspfv3NbrAddress1.3.6.1.4.1.2272.1.67.1.1.9.1.4OCTET STRINGread-onlyThe IPv6 address of the neighbor associated with the local link.
I32 rcOspfv3NbrOptions1.3.6.1.4.1.2272.1.67.1.1.9.1.5Integer32read-onlyA Bit Mask corresponding to the neighbor's op- tions field.
INT rcOspfv3NbrPriority1.3.6.1.4.1.2272.1.67.1.1.9.1.6INTEGERread-onlyThe priority of this neighbor in the designat- ed router election algorithm. The value 0 sig- nifies that the neighbor is not eligible to be- come the designated router on this particular network.
INT rcOspfv3NbrState1.3.6.1.4.1.2272.1.67.1.1.9.1.7INTEGERread-onlyThe State of the relationship with this Neigh- bor.
C32 rcOspfv3NbrEvents1.3.6.1.4.1.2272.1.67.1.1.9.1.8Counter32read-onlyThe number of times this neighbor relationship has changed state, or an error has occurred.
G32 rcOspfv3NbrLsRetransQLen1.3.6.1.4.1.2272.1.67.1.1.9.1.9Gauge32read-onlyThe current length of the retransmission queue.
T/F rcOspfv3NbrHelloSuppressed1.3.6.1.4.1.2272.1.67.1.1.9.1.10TruthValueread-onlyIndicates whether Hellos are being suppressed to the neighbor
I32 rcOspfv3NbrIfId1.3.6.1.4.1.2272.1.67.1.1.9.1.11Integer32read-onlyThe interface ID that the neighbor advertises in its Hello Packets on this link, that is, the neighbor's local interface index.
INT rcOspfv3NbrRestartHelperStatus1.3.6.1.4.1.2272.1.67.1.1.9.1.12INTEGERread-onlyIndicates whether the router is acting as a hitless restart helper for the neighbor.
I32 rcOspfv3NbrRestartHelperAge1.3.6.1.4.1.2272.1.67.1.1.9.1.13Integer32read-onlyRemaining time in current OSPF hitless restart interval, if the router is acting as a restart helper for the neighbor.
INT rcOspfv3NbrRestartHelperExitReason1.3.6.1.4.1.2272.1.67.1.1.9.1.14INTEGERread-onlyDescribes the outcome of the last attempt at acting as a hitless restart helper for the neighbor.
rcOspfv3NbmaNbrTable1.3.6.1.4.1.2272.1.67.1.1.10not-accessibleA table of configured non-virtual neighbor information and neighbors dynamically discovered by lower-level protocols such as Inverse Neighbor Discovery.
rcOspfv3NbmaNbrEntry1.3.6.1.4.1.2272.1.67.1.1.10.1not-accessibleThe information regarding a single configured neighbor or neighbor discovered by lower-level protocols such as Inverse Neighbor Discovery.
NUM rcOspfv3NbmaNbrIfIndex1.3.6.1.4.1.2272.1.67.1.1.10.1.1InterfaceIndexnot-accessibleThe local link ID of the link over which the neighbor can be reached.
ADR rcOspfv3NbmaNbrAddress1.3.6.1.4.1.2272.1.67.1.1.10.1.2Ipv6Addressnot-accessibleThe IPv6 address of the neighbor associated with the local link.
INT rcOspfv3NbmaNbrPriority1.3.6.1.4.1.2272.1.67.1.1.10.1.3INTEGERread-writeThe priority of this neighbor in the designat- ed router election algorithm. The value 0 sig- nifies that the neighbor is not eligible to be- come the designated router on this particular network.
IP rcOspfv3NbmaNbrRtrId1.3.6.1.4.1.2272.1.67.1.1.10.1.4IpAddressread-onlyA 32-bit integer (represented as a type IpAd- dress) uniquely identifying the neighboring router in the Autonomous System. A value of 0.0.0.0 is returned until a Hello is received from the configured neighbor.
INT rcOspfv3NbmaNbrState1.3.6.1.4.1.2272.1.67.1.1.10.1.5INTEGERread-onlyThe State of the relationship with this Neigh- bor.
STO rcOspfv3NbmaNbrStorageType1.3.6.1.4.1.2272.1.67.1.1.10.1.6StorageTyperead-writeThe storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. Manually configured entries will have a storage type of nonVolatile while entries dynamically created as a result of a lower-level protocol such as Inverse Neighbor Discovery will have a storage type of volatile.
ROW rcOspfv3NbmaNbrStatus1.3.6.1.4.1.2272.1.67.1.1.10.1.7RowStatusread-createThis variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6].
rcOspfv3VirtNbrTable1.3.6.1.4.1.2272.1.67.1.1.11not-accessibleA table of virtual neighbor information.
rcOspfv3VirtNbrEntry1.3.6.1.4.1.2272.1.67.1.1.11.1not-accessibleVirtual neighbor information.
IP rcOspfv3VirtNbrArea1.3.6.1.4.1.2272.1.67.1.1.11.1.1IpAddressnot-accessibleThe Transit Area Identifier.
IP rcOspfv3VirtNbrRtrId1.3.6.1.4.1.2272.1.67.1.1.11.1.2IpAddressnot-accessibleA 32-bit integer uniquely identifying the neighboring router in the Autonomous System.
I32 rcOspfv3VirtNbrIfIndex1.3.6.1.4.1.2272.1.67.1.1.11.1.3Integer32read-onlyThe local interface ID for the virtual link over which the neighbor can be reached.
INT rcOspfv3VirtNbrAddressType1.3.6.1.4.1.2272.1.67.1.1.11.1.4INTEGERread-onlyThe address type of rcOspfv3VirtNbrAddress. Only IPv6 addresses without zone index are expected.
OCT rcOspfv3VirtNbrAddress1.3.6.1.4.1.2272.1.67.1.1.11.1.5OCTET STRINGread-onlyThe IPv6 address advertised by this Virtual Neighbor. It must be a Site-Local or Global scope address.
I32 rcOspfv3VirtNbrOptions1.3.6.1.4.1.2272.1.67.1.1.11.1.6Integer32read-onlyA Bit Mask corresponding to the neighbor's op- tions field.
INT rcOspfv3VirtNbrState1.3.6.1.4.1.2272.1.67.1.1.11.1.7INTEGERread-onlyThe state of the Virtual Neighbor Relation- ship.
C32 rcOspfv3VirtNbrEvents1.3.6.1.4.1.2272.1.67.1.1.11.1.8Counter32read-onlyThe number of times this virtual link has changed its state, or an error has occurred.
G32 rcOspfv3VirtNbrLsRetransQLen1.3.6.1.4.1.2272.1.67.1.1.11.1.9Gauge32read-onlyThe current length of the retransmission queue.
T/F rcOspfv3VirtNbrHelloSuppressed1.3.6.1.4.1.2272.1.67.1.1.11.1.10TruthValueread-onlyIndicates whether Hellos are being suppressed to the neighbor
I32 rcOspfv3VirtNbrIfId1.3.6.1.4.1.2272.1.67.1.1.11.1.11Integer32read-onlyThe interface ID that the neighbor advertises in its Hello Packets on this virtual link, that is, the neighbor's local interface ID.
INT rcOspfv3VirtNbrRestartHelperStatus1.3.6.1.4.1.2272.1.67.1.1.11.1.12INTEGERread-onlyIndicates whether the router is acting as a hitless restart helper for the neighbor.
I32 rcOspfv3VirtNbrRestartHelperAge1.3.6.1.4.1.2272.1.67.1.1.11.1.13Integer32read-onlyRemaining time in current OSPF hitless restart interval, if the router is acting as a restart helper for the neighbor.
INT rcOspfv3VirtNbrRestartHelperExitReason1.3.6.1.4.1.2272.1.67.1.1.11.1.14INTEGERread-onlyDescribes the outcome of the last attempt at acting as a hitless restart helper for the neighbor.
rcOspfv3AreaAggregateTable1.3.6.1.4.1.2272.1.67.1.1.12not-accessibleA range of IPv6 prefixes specified by a prefix/prefix length pair. Note that if ranges are configured such that one range sub- sumes another range the most specific match is the preferred one.
rcOspfv3AreaAggregateEntry1.3.6.1.4.1.2272.1.67.1.1.12.1not-accessibleA range of IPv6 prefixes specified by a prefix/prefix length pair. Note that if ranges are configured such that one range sub- sumes another range the most specific match is the preferred one.
IP rcOspfv3AreaAggregateAreaID1.3.6.1.4.1.2272.1.67.1.1.12.1.1IpAddressnot-accessibleThe Area the Address Aggregate is to be found within.
INT rcOspfv3AreaAggregateAreaLsdbType1.3.6.1.4.1.2272.1.67.1.1.12.1.2INTEGERnot-accessibleThe type of the Address Aggregate. This field specifies the Area Lsdb type that this Address Ag- gregate applies to.
ADR rcOspfv3AreaAggregatePrefix1.3.6.1.4.1.2272.1.67.1.1.12.1.3Ipv6Addressnot-accessibleThe IPv6 Prefix.
U32 rcOspfv3AreaAggregatePrefixLength1.3.6.1.4.1.2272.1.67.1.1.12.1.4Unsigned32not-accessibleThe length of the prefix (in bits). A prefix can not be shorter than 3 bits.
ROW rcOspfv3AreaAggregateStatus1.3.6.1.4.1.2272.1.67.1.1.12.1.5RowStatusread-createThis variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6].
INT rcOspfv3AreaAggregateEffect1.3.6.1.4.1.2272.1.67.1.1.12.1.6INTEGERread-writePrefixes subsumed by ranges either trigger the advertisement of the indicated aggregate (ad- vertiseMatching), or result in the prefix not being advertised at all outside the area.
I32 rcOspfv3AreaAggregateRouteTag1.3.6.1.4.1.2272.1.67.1.1.12.1.7Integer32read-writeThis tag is advertised only in the summarized As-External LSA when summarizing from type-7 to type-5.
INT rcOspfv3AreaAggregateAdvertiseMetric1.3.6.1.4.1.2272.1.67.1.1.12.1.8INTEGERread-writeUsed to specify a metric for a Summary LSA (type 3) generated by OSPF through an area range. If this metric is set to 0, OSPF uses the cost to the farthest point in the networks being summarized as the metric.
rcOspfv3Stats1.3.6.1.4.1.2272.1.67.1.1.13
C32 rcOspfv3StatsTxPackets1.3.6.1.4.1.2272.1.67.1.1.13.1Counter32read-onlyUsed to indicate the number of packets transmitted by OSPF.
C32 rcOspfv3StatsRxPackets1.3.6.1.4.1.2272.1.67.1.1.13.2Counter32read-onlyUsed to indicate the number of packets received by OSPF.
C32 rcOspfv3StatsTxDropPackets1.3.6.1.4.1.2272.1.67.1.1.13.3Counter32read-onlyUsed to indicate the number of packets dropped before transmitted by OSPF.
C32 rcOspfv3StatsRxDropPackets1.3.6.1.4.1.2272.1.67.1.1.13.4Counter32read-onlyUsed to indicate the number of packets dropped before received by OSPF.
C32 rcOspfv3StatsRxBadPackets1.3.6.1.4.1.2272.1.67.1.1.13.5Counter32read-onlyUsed to indicate the number of packets received by OSPF that are bad.
C32 rcOspfv3StatsSpfRuns1.3.6.1.4.1.2272.1.67.1.1.13.6Counter32read-onlyUsed to indicate the total number of SPF calculations performed by OSPF, which also includes the number of partial route table calculation for Incremental Updates.
TIK rcOspfv3StatsLastSpfRun1.3.6.1.4.1.2272.1.67.1.1.13.7TimeTicksread-onlyUsed to indicate the time(SysUpTime) since the last spf calculated by OSPF.
G32 rcOspfv3StatsLsdbTblSize1.3.6.1.4.1.2272.1.67.1.1.13.8Gauge32read-onlyUsed to indicate the number of entries in the linkstate database table.
C32 rcOspfv3StatsBadLsReqs1.3.6.1.4.1.2272.1.67.1.1.13.9Counter32read-onlyUsed to indicate the number of bad ls requests.
C32 rcOspfv3StatsSeqMismatches1.3.6.1.4.1.2272.1.67.1.1.13.10Counter32read-onlyUsed to indicate the number of sequence mismatched packets.
rcOspfv3Conformance1.3.6.1.4.1.2272.1.67.1.2
rcOspfv3Groups1.3.6.1.4.1.2272.1.67.1.2.1
rcOspfv3BasicGroup1.3.6.1.4.1.2272.1.67.1.2.1.1These objects are required for OSPFv3 systems.
rcOspfv3AreaGroup1.3.6.1.4.1.2272.1.67.1.2.1.2These objects are required for OSPFv3 systems supporting areas.
rcOspfv3AsLsdbGroup1.3.6.1.4.1.2272.1.67.1.2.1.3These objects are required for OSPFv3 systems that display their AS-scope link state database.
rcOspfv3AreaLsdbGroup1.3.6.1.4.1.2272.1.67.1.2.1.4These objects are required for OSPFv3 systems that display their Area-scope link state database.
rcOspfv3LinkLsdbGroup1.3.6.1.4.1.2272.1.67.1.2.1.5These objects are required for OSPFv3 systems that display their Link-scope link state database.
rcOspfv3HostGroup1.3.6.1.4.1.2272.1.67.1.2.1.6These objects are required for OSPFv3 systems that support attached hosts.
rcOspfv3IfGroup1.3.6.1.4.1.2272.1.67.1.2.1.7These interface objects are required for OSPFv3 systems.
rcOspfv3VirtIfGroup1.3.6.1.4.1.2272.1.67.1.2.1.8These virtual interface objects are required for OSPFv3 systems.
rcOspfv3NbrGroup1.3.6.1.4.1.2272.1.67.1.2.1.9These neighbor objects are required for OSPFv3 systems.
rcOspfv3NbmaNbrGroup1.3.6.1.4.1.2272.1.67.1.2.1.10These NBMA neighbor objects are required for OSPFv3 systems.
rcOspfv3VirtNbrGroup1.3.6.1.4.1.2272.1.67.1.2.1.11These virtual neighbor objects are required for OSPFv3 systems.
rcOspfv3AreaAggregateGroup1.3.6.1.4.1.2272.1.67.1.2.1.12These area aggregate objects are required for OSPFv3 systems.
rcOspfv3Compliances1.3.6.1.4.1.2272.1.67.1.2.2
rcOspfv3Compliance1.3.6.1.4.1.2272.1.67.1.2.2.1The compliance statement
rcCfm1.3.6.1.4.1.2272.1.69
rcCfmMaintenanceDomainTable1.3.6.1.4.1.2272.1.69.1not-accessibleConnectivity Fault Management Maintenance Domain table
rcCfmMaintenanceDomainEntry1.3.6.1.4.1.2272.1.69.1.1not-accessibleConnectivity Fault Management Maintenance Domain entry.
INT rcCfmMaintenanceDomainIndex1.3.6.1.4.1.2272.1.69.1.1.1INTEGERnot-accessibleMaintenance Domain index
STR rcCfmMaintenanceDomainName1.3.6.1.4.1.2272.1.69.1.1.2DisplayStringread-createMaintenance Domain Name
ROW rcCfmMaintenanceDomainRowStatus1.3.6.1.4.1.2272.1.69.1.1.3RowStatusread-createUsed to create/delete entries
I32 rcCfmMaintenanceDomainNumOfMa1.3.6.1.4.1.2272.1.69.1.1.4Integer32read-onlyUsed to indicate the number of MAs belong to this maintenance domain
INT rcCfmMaintenanceDomainLevel1.3.6.1.4.1.2272.1.69.1.1.6INTEGERread-createTo set the maintenance level in this domain
I32 rcCfmMaintenanceDomainNumOfMip1.3.6.1.4.1.2272.1.69.1.1.7Integer32read-onlyUsed to indicate the number of Mips belong to this maintenance domain
INT rcCfmMaintenanceDomainType1.3.6.1.4.1.2272.1.69.1.1.8INTEGERread-onlyTo indicate the type of domain
rcCfmMaintenanceAssociationTable1.3.6.1.4.1.2272.1.69.2not-accessibleConnectivity Fault Management Maintenance Association table
rcCfmMaintenanceAssociationEntry1.3.6.1.4.1.2272.1.69.2.1not-accessibleConnectivity Fault Management Maintenance Association entry.
INT rcCfmMaintenanceAssociationDomainIndex1.3.6.1.4.1.2272.1.69.2.1.1INTEGERnot-accessibleMaintenance Association Domain Index
INT rcCfmMaintenanceAssociationAssociationIndex1.3.6.1.4.1.2272.1.69.2.1.2INTEGERnot-accessibleMaintenance Association Index
STR rcCfmMaintenanceAssociationDomainName1.3.6.1.4.1.2272.1.69.2.1.3DisplayStringread-onlyMaintenance Association Domain Name
STR rcCfmMaintenanceAssociationAssociationName1.3.6.1.4.1.2272.1.69.2.1.4DisplayStringread-createMaintenance Association Name
ENA rcCfmMaintenanceAssociationAdminState1.3.6.1.4.1.2272.1.69.2.1.5EnableValueread-createAdministratively enable or disable a maintenance association.
ROW rcCfmMaintenanceAssociationRowStatus1.3.6.1.4.1.2272.1.69.2.1.6RowStatusread-createUsed to create/delete entries
I32 rcCfmMaintenanceAssociationNumOfMep1.3.6.1.4.1.2272.1.69.2.1.12Integer32read-onlyUsed to indicate the number of MEPs belong to this maintenance association
rcCfmMaintenanceEndPointTable1.3.6.1.4.1.2272.1.69.3not-accessibleConnectivity Fault Management Maintenance Association table
rcCfmMaintenanceEndPointEntry1.3.6.1.4.1.2272.1.69.3.1not-accessibleConnectivity Fault Management Maintenance EndPoint entry.
I32 rcCfmMaintenanceEndPointDomainIndex1.3.6.1.4.1.2272.1.69.3.1.1Integer32not-accessibleMaintenance Domain Name
I32 rcCfmMaintenanceEndPointAssociationIndex1.3.6.1.4.1.2272.1.69.3.1.2Integer32not-accessibleMaintenance Association Name
I32 rcCfmMaintenanceEndPointId1.3.6.1.4.1.2272.1.69.3.1.3Integer32not-accessibleMaintenance EndPoint ID
STR rcCfmMaintenanceEndPointDomainName1.3.6.1.4.1.2272.1.69.3.1.4DisplayStringread-onlyMaintenance Domain Name
STR rcCfmMaintenanceEndPointAssociationName1.3.6.1.4.1.2272.1.69.3.1.5DisplayStringread-onlyMaintenance Association Name
ENA rcCfmMaintenanceEndPointAdminState1.3.6.1.4.1.2272.1.69.3.1.6EnableValueread-createAdministratively enable or disable a maintenance EndPoint.
ROW rcCfmMaintenanceEndPointRowStatus1.3.6.1.4.1.2272.1.69.3.1.7RowStatusread-createUsed to create/delete entries
INT rcCfmMaintenanceEndPointMepType1.3.6.1.4.1.2272.1.69.3.1.11INTEGERread-onlyMep Type
STR rcCfmMaintenanceEndPointServiceDescription1.3.6.1.4.1.2272.1.69.3.1.13DisplayStringread-onlyUsed to specify what service this mep assigned to
INT rcCfmMaintenanceEndPointMepStatus1.3.6.1.4.1.2272.1.69.3.1.15INTEGERread-onlyIndicating if the mep status is active or inactive. Only Dual-Home Ring endpoint client meps can have active/inactive status. All other mep types have active status.
rcCfmGlobals1.3.6.1.4.1.2272.1.69.10
I32 rcCfmGlobalsEtherType1.3.6.1.4.1.2272.1.69.10.1Integer32read-writeCFM Ether Type
ENA rcCfmGlobalsSpbmAdminState1.3.6.1.4.1.2272.1.69.10.8EnableValueread-writeEnable/Disable global cfm support for SPBM VLANs
I32 rcCfmGlobalsSpbmLevel1.3.6.1.4.1.2272.1.69.10.9Integer32read-writeUsed to set the global cfm maintenance level for SPBM VLANs
I32 rcCfmGlobalsSpbmMepId1.3.6.1.4.1.2272.1.69.10.10Integer32read-writeSet the global cfm Maintenance End Point ID value for SPBM VLANs
ENA rcCfmGlobalsCmacAdminState1.3.6.1.4.1.2272.1.69.10.11EnableValueread-writeEnable/Disable global cfm support for C-VLANs
I32 rcCfmGlobalsCmacLevel1.3.6.1.4.1.2272.1.69.10.12Integer32read-writeUsed to set the global cfm maintenance level for C-VLANs
I32 rcCfmGlobalsCmacMepId1.3.6.1.4.1.2272.1.69.10.13Integer32read-writeSet the global cfm Maintenance End Point ID value for C-VLANs
rcCfmTransmitLbmTable1.3.6.1.4.1.2272.1.69.17not-accessibleConnectivity Fault Management transmit LBM table
rcCfmTransmitLbmEntry1.3.6.1.4.1.2272.1.69.17.1not-accessibleConnectivity Fault Management Maintenance EndPoint LBM entry.
I32 rcCfmTransmitLbmDomainIndex1.3.6.1.4.1.2272.1.69.17.1.1Integer32not-accessibleMaintenance Domain Name
I32 rcCfmTransmitLbmAssociationIndex1.3.6.1.4.1.2272.1.69.17.1.2Integer32not-accessibleMaintenance Association Name
I32 rcCfmTransmitLbmIndex1.3.6.1.4.1.2272.1.69.17.1.3Integer32not-accessibleMaintenance EndPoint Index
STR rcCfmTransmitLbmDomainName1.3.6.1.4.1.2272.1.69.17.1.4DisplayStringread-onlyMaintenance Domain Name
STR rcCfmTransmitLbmAssociationName1.3.6.1.4.1.2272.1.69.17.1.5DisplayStringread-onlyMaintenance Association Name
MAC rcCfmTransmitLbmDestMacAddress1.3.6.1.4.1.2272.1.69.17.1.6MacAddressread-writeAn indication of the target MAC Address Field to be transmitted, either: A unicast destination MAC address.
I32 rcCfmTransmitLbmDestMepId1.3.6.1.4.1.2272.1.69.17.1.7Integer32read-writeAn indication of the target MAC Address Field to be transmitted, either: The Maintenance Assiciation End Point identifier of another MEP in the same Maintenance Association
T/F rcCfmTransmitLbmDestIsMepId1.3.6.1.4.1.2272.1.69.17.1.8TruthValueread-writeTrue indicates that MepId of the target MEP is used for Loopback transmission. False indicates that unicast destination MAC address of the target MEP is used for Loopback transmission.
I32 rcCfmTransmitLbmMessages1.3.6.1.4.1.2272.1.69.17.1.9Integer32read-writeThe number of loopback messages to be transmitted.
I32 rcCfmTransmitLbmVlanPriority1.3.6.1.4.1.2272.1.69.17.1.11Integer32read-writePriority. 3 bit value to be used in the VLAN tsg, if present in the transmitted frame.
T/F rcCfmTransmitLbmVlanDropEnable1.3.6.1.4.1.2272.1.69.17.1.12TruthValueread-writeDrop Enable bit value to be used in the VLAN tag, if present in the transmitted frame.
I32 rcCfmTransmitLbmSeqNumber1.3.6.1.4.1.2272.1.69.17.1.13Integer32read-onlyThe transaction identifier/sequence number of the first loopback message (to be) sent.
T/F rcCfmTransmitLbmResultOk1.3.6.1.4.1.2272.1.69.17.1.14TruthValueread-onlyIndicates the result of the operation: -true. The Loopback Message(s) will be (or have been) sent. -false. The Loopback Message(s) will not be sent.
INT rcCfmTransmitLbmStatus1.3.6.1.4.1.2272.1.69.17.1.15INTEGERread-writeStatus of the transmit loopback service: -ready. The service is available. -transmit. The service is transmitting, or about to transmit, the Loopback messages. -abort The service is aborted or about to abort the Loopback messages. This column will also be used to avoid concurrency or race condition problems that could occur if two or more management entities try to use the service at the same time.
STR rcCfmTransmitLbmResult1.3.6.1.4.1.2272.1.69.17.1.16DisplayStringread-onlyDisplay the LBM result.
I32 rcCfmTransmitLbmTimeoutInt1.3.6.1.4.1.2272.1.69.17.1.18Integer32read-writeThe interval to wait for an LBM time-out with a range of (1..10) seconds with a default value of 3 seconds.
I32 rcCfmTransmitLbmInterFrameInt1.3.6.1.4.1.2272.1.69.17.1.19Integer32read-writeThe interval between LBM frames with a range of (0..1000) msecs with a default value of 500 msecs. The value of 0 msecs indicates to send the frames as fast as possible.
INT rcCfmTransmitLbmTestPattern1.3.6.1.4.1.2272.1.69.17.1.20INTEGERread-writeThe test pattern to use in the LBM PDU with range of values namely allZero, allZeroCrc, pseudoRandomBitSequence and pseudoRandomBitSequenceCrc and with a default value of allZero. value meaning -------- ------- allZero(1) Null signal without CRC-32 allZeroCrc(2) Null signal with CRC-32 pseudoRandomBitSequence(3) PRBS 1/2^31-1 without CRC-32 pseudoRandomBitSequenceCrc(4) PBRS 1/2^31-1 with CRC-32
I32 rcCfmTransmitLbmDataSize1.3.6.1.4.1.2272.1.69.17.1.21Integer32read-writeAn arbitrary amount of data to be included in the data TLV, if the Data Size is selected to be sent.
I32 rcCfmTransmitLbmFrameSize1.3.6.1.4.1.2272.1.69.17.1.22Integer32read-writeIf the frame size is specified then the data size shall be internally calculated and the calculated data size shall be included in the data TLV.
INT rcCfmTransmitLbmSourceMode1.3.6.1.4.1.2272.1.69.17.1.23INTEGERread-writeSource modes of the transmit loopback service.
rcCfmTransmitLtmTable1.3.6.1.4.1.2272.1.69.18not-accessibleConnectivity Fault Management transmit LTM table
rcCfmTransmitLtmEntry1.3.6.1.4.1.2272.1.69.18.1not-accessibleConnectivity Fault Management Maintenance EndPoint LTM entry.
I32 rcCfmTransmitLtmDomainIndex1.3.6.1.4.1.2272.1.69.18.1.1Integer32not-accessibleMaintenance Domain Name
I32 rcCfmTransmitLtmAssociationIndex1.3.6.1.4.1.2272.1.69.18.1.2Integer32not-accessibleMaintenance Association Name
I32 rcCfmTransmitLtmIndex1.3.6.1.4.1.2272.1.69.18.1.3Integer32not-accessibleMaintenance EndPoint Index
STR rcCfmTransmitLtmDomainName1.3.6.1.4.1.2272.1.69.18.1.4DisplayStringread-onlyMaintenance Domain Name
STR rcCfmTransmitLtmAssociationName1.3.6.1.4.1.2272.1.69.18.1.5DisplayStringread-onlyMaintenance Association Name
I32 rcCfmTransmitLtmVlanPriority1.3.6.1.4.1.2272.1.69.18.1.6Integer32read-writePriority. 3 bit value to be used in the VLAN tag, if present in the transmitted frame.
MAC rcCfmTransmitLtmDestMacAddress1.3.6.1.4.1.2272.1.69.18.1.7MacAddressread-writeAn indication of the target MAC Address Field to be transmitted, either: A unicast destination MAC address.
I32 rcCfmTransmitLtmDestMepId1.3.6.1.4.1.2272.1.69.18.1.8Integer32read-writeAn indication of the target MAC Address Field to be transmitted, either: The Maintenance Assiciation End Point identifier of another MEP in the same Maintenance Association
T/F rcCfmTransmitLtmDestIsMepId1.3.6.1.4.1.2272.1.69.18.1.9TruthValueread-writeTrue indicates that MepId of the target MEP is used for Loopback transmission. False indicates that unicast destination MAC address of the target MEP is used for Loopback transmission.
I32 rcCfmTransmitLtmTtl1.3.6.1.4.1.2272.1.69.18.1.10Integer32read-writeThe number of hops remaining to this LTM. Decremented by 1 by each Bridge that handles the LTM. The decremented value is returned in the LTR. If 0 on output, the LTM is not transmitted to the next hop. The value of the TTL Field in the LTM transmitted by the originating MEP is controlled by a Managed Object; The default value if none is specified is 64.
I32 rcCfmTransmitLtmSeqNumber1.3.6.1.4.1.2272.1.69.18.1.11Integer32read-onlyThe transaction identifier/sequence number of the first loopback message (to be) sent.
T/F rcCfmTransmitLtmResultOk1.3.6.1.4.1.2272.1.69.18.1.12TruthValueread-onlyIndicates the result of the operation: -true. The Loopback Message(s) will be (or have been) sent. -false. The Loopback Message(s) will not be sent.
INT rcCfmTransmitLtmStatus1.3.6.1.4.1.2272.1.69.18.1.13INTEGERread-writeStatus of the transmit loopback service: -ready. The service is available. -transmit. The service is transmitting, or about to transmit, the Loopback messages. -abort. The service is aborted, or about to abort the LTM message This column will also be used to avoid concurrency or race condition problems that could occur if two or more management entities try to use the service at the same time.
STR rcCfmTransmitLtmResult1.3.6.1.4.1.2272.1.69.18.1.14DisplayStringread-onlyDisplay the LTM result.
INT rcCfmTransmitLtmFlag1.3.6.1.4.1.2272.1.69.18.1.15INTEGERread-onlyLTM result flag indicating LTM status or error code. Each enum value represents a status or error case. 1 - No error 2 - Ltm Internal Error 3 - Unknown Remote Maintenance End Point 4 - Invalid Remote Maintenance End Point Mac Address 5 - Unset Remote Maintenance End Point Mac Address 6 - Mep must be enabled in order to perform LTM 7 - No Ltr response received 8 - Linktrace to own Mep MAC is not sent 9 - Endpoint must be enabled in order to perform LTM 10 - Pbt-trunk must be enabled in order to perform LTM 11 - LTM completed 12 - LTM leaf node
INT rcCfmTransmitLtmSourceMode1.3.6.1.4.1.2272.1.69.18.1.16INTEGERread-writeSource modes of the transmit linktrace service.
rcCfmLtrReplyTable1.3.6.1.4.1.2272.1.69.33not-accessibleThis table contains a list of Linktrace replies received by a specific MEP in response to a linktrace message.
rcCfmLtrReplyEntry1.3.6.1.4.1.2272.1.69.33.1not-accessibleThe Linktrace Reply table entry.
I32 rcCfmLtrReplyDomainIndex1.3.6.1.4.1.2272.1.69.33.1.1Integer32not-accessibleMaintenance Domain Index
I32 rcCfmLtrReplyAssociationIndex1.3.6.1.4.1.2272.1.69.33.1.2Integer32not-accessibleMaintenance Association Index
I32 rcCfmLtrReplyMepId1.3.6.1.4.1.2272.1.69.33.1.3Integer32not-accessibleMaintenance EndPoint ID
I32 rcCfmLtrReplySeqNumber1.3.6.1.4.1.2272.1.69.33.1.4Integer32not-accessibleThe transaction identifier/sequence number returned by a previous transmit linktrace message command, indicating which LTM's response is going to be returned.
I32 rcCfmLtrReplyHop1.3.6.1.4.1.2272.1.69.33.1.5Integer32not-accessibleThe number of hops away from LTM initiator
I32 rcCfmLtrReplyReceiveOrder1.3.6.1.4.1.2272.1.69.33.1.6Integer32not-accessibleAn index to distinguish among multiple LTRs with the same LTR Transaction Identifier field value. This value is assigned sequentially from 1, in the order that the Linktrace Initiator received the LTRs.
I32 rcCfmLtrReplyTtl1.3.6.1.4.1.2272.1.69.33.1.7Integer32read-onlyTtl field value for a returned LTR.
STR rcCfmLtrReplyDomainName1.3.6.1.4.1.2272.1.69.33.1.8DisplayStringread-onlyMaintenance Domain Name
STR rcCfmLtrReplyAssociationName1.3.6.1.4.1.2272.1.69.33.1.9DisplayStringread-onlyMaintenance Association Name
T/F rcCfmLtrReplyForwarded1.3.6.1.4.1.2272.1.69.33.1.10TruthValueread-onlyIndicates if a LTM was forwarded by the responding MP, as returned in the 'FwdYes' flag of the flags field.
T/F rcCfmLtrReplyTerminalMep1.3.6.1.4.1.2272.1.69.33.1.11TruthValueread-onlyA boolean value stating whether the forwarded LTM reached a MEP enclosing its MA, as returned in the Terminal MEP flag of the Flags field.
OCT rcCfmLtrReplyLastEgressIdentifier1.3.6.1.4.1.2272.1.69.33.1.12OCTET STRINGread-onlyAn octet field holding the Last Egress Identifier returned in the LTR Egress Identifier TLV of the LTR. The Last Egress Identifier identifies the MEP Linktrace Indicator that originated, or the Linktrace Responder that forwarded, the LTM to which this LTR is the response. This is the same value as the Egress Identifier TLV of that LTM.
OCT rcCfmLtrReplyNextEgressIdentifier1.3.6.1.4.1.2272.1.69.33.1.13OCTET STRINGread-onlyAn octet field holding the Next Egress Identifier returned in the LTR Egress Identifier TLV of the LTR. The Next Egress Identifier Identifies the Linktrace Responder that transmitted this LTR, and can forward the LTM to the next hop. This is the same value as the Egress Identifier TLV of the forwarded LTM, if any. If the FwdYes bit of the Flags field is false, the contents of this field are undefined, and the field is ignored by the receiver.
CFM rcCfmLtrReplyRelayAction1.3.6.1.4.1.2272.1.69.33.1.14CfmRelayActionFieldValueread-onlyValue returned in the Relay Action field.
MAC rcCfmLtrReplySrcMac1.3.6.1.4.1.2272.1.69.33.1.15MacAddressread-onlyMac address of the MP that respond to the LTM request for this LTR
CFM rcCfmLtrReplyIngressAction1.3.6.1.4.1.2272.1.69.33.1.16CfmIngressActionFieldValueread-onlyThe value returned in the Ingress Action Field of the LTM. The value ingNoTlv(5) indicates that no Reply Ingress TLV was returned in the LTM.
MAC rcCfmLtrReplyIngressMac1.3.6.1.4.1.2272.1.69.33.1.17MacAddressread-onlyMac address returned in the ingress MAC address field. If the rcCfmLtrReplyIngress object contains the value ingNoTlv(5), then the contents of this object are meaningless.
LLD rcCfmLtrReplyIngressPortIdSubtype1.3.6.1.4.1.2272.1.69.33.1.18LldpPortIdSubtyperead-onlyFormat of the Ingress Port ID. If the rcCfmLtrReplyIngress object contains the value ingNoTlv(5), then the contents of this object are meaningless.
LLD rcCfmLtrReplyIngressPortId1.3.6.1.4.1.2272.1.69.33.1.19LldpPortIdread-onlyIngress Port ID. The format of this object is determined by the value of the rcCfmLtrReplyIngressPortIdSubtype object. If the rcCfmLtrReplyIngress object contains the value ingNoTlv(5), then the contents of this object are meaningless.
CFM rcCfmLtrReplyEgressAction1.3.6.1.4.1.2272.1.69.33.1.20CfmEgressActionFieldValueread-onlyThe value returned in the Egress Action Field of the LTM. The value egrNoTlv(5) indicates that no Reply Egress TLV was returned in the LTM.
MAC rcCfmLtrReplyEgressMac1.3.6.1.4.1.2272.1.69.33.1.21MacAddressread-onlyMac address returned in the egress MAC address field. If the rcCfmLtrReplyEgress object contains the value egrNoTlv(5), then the contents of this object are meaningless.
LLD rcCfmLtrReplyEgressPortIdSubtype1.3.6.1.4.1.2272.1.69.33.1.22LldpPortIdSubtyperead-onlyFormat of the Egress Port ID. If the rcCfmLtrReplyEgress object contains the value egrNoTlv(5), then the contents of this object are meaningless.
LLD rcCfmLtrReplyEgressPortId1.3.6.1.4.1.2272.1.69.33.1.23LldpPortIdread-onlyEgress Port ID. The format of this object is determined by the value of the rcCfmLtrReplyEgressPortIdSubtype object. If the rcCfmLtrReplyEgress object contains the value egrNoTlv(5), then the contents of this object are meaningless.
rcCfmTransmitL2PingTable1.3.6.1.4.1.2272.1.69.34not-accessibleConnectivity Fault Management transmit L2Ping table
rcCfmTransmitL2PingEntry1.3.6.1.4.1.2272.1.69.34.1not-accessibleConnectivity Fault Management Maintenance EndPoint L2Ping entry.
I32 rcCfmTransmitL2PingVlanId1.3.6.1.4.1.2272.1.69.34.1.1Integer32not-accessibleA value that uniquely identifies the Customer Vlan
MAC rcCfmTransmitL2PingDestMacAddress1.3.6.1.4.1.2272.1.69.34.1.2MacAddressread-writeAn indication of the target MAC Address field to be transmitted
OCT rcCfmTransmitL2PingHostName1.3.6.1.4.1.2272.1.69.34.1.3OCTET STRINGread-writeThe target host name
T/F rcCfmTransmitL2PingDestIsHostName1.3.6.1.4.1.2272.1.69.34.1.4TruthValueread-writeTrue indicates that the host name is used for L2Ping transmission
I32 rcCfmTransmitL2PingMessages1.3.6.1.4.1.2272.1.69.34.1.5Integer32read-writeThe number of L2Ping messages to be transmitted.
I32 rcCfmTransmitL2PingPriority1.3.6.1.4.1.2272.1.69.34.1.6Integer32read-writePriority. 3 bit value to be used in the VLAN hdr, if present in the transmitted frame.
I32 rcCfmTransmitL2PingTimeoutInt1.3.6.1.4.1.2272.1.69.34.1.7Integer32read-writeThe interval to wait for an L2Ping time-out with a range of (1..10) seconds with a default value of 3 seconds.
INT rcCfmTransmitL2PingTestPattern1.3.6.1.4.1.2272.1.69.34.1.8INTEGERread-writeThe test pattern to use in the L2Ping PDU with range of values namely allZero, allZeroCrc, pseudoRandomBitSequence and pseudoRandomBitSequenceCrc and with a default value of allZero. value meaning -------- ------- allZero(1) Null signal without CRC-32 allZeroCrc(2) Null signal with CRC-32 pseudoRandomBitSequence(3) PRBS 1/2^31-1 without CRC-32 pseudoRandomBitSequenceCrc(4) PBRS 1/2^31-1 with CRC-32
I32 rcCfmTransmitL2PingDataSize1.3.6.1.4.1.2272.1.69.34.1.9Integer32read-writeAn arbitrary amount of data to be included in the data TLV, if the Data Size is selected to be sent.
I32 rcCfmTransmitL2PingFrameSize1.3.6.1.4.1.2272.1.69.34.1.10Integer32read-writeIf the frame size is specified then the data size shall be internally calculated and the calculated data size shall be included in the data TLV.
INT rcCfmTransmitL2PingSourceMode1.3.6.1.4.1.2272.1.69.34.1.11INTEGERread-writeSource modes of the transmit loopback service.
I32 rcCfmTransmitL2PingSeqNumber1.3.6.1.4.1.2272.1.69.34.1.12Integer32read-onlyThe transaction identifier/sequence number of the first loopback message (to be) sent.
T/F rcCfmTransmitL2PingResultOk1.3.6.1.4.1.2272.1.69.34.1.13TruthValueread-onlyIndicates the result of the operation: -true. The L2Ping Message(s) will be (or have been) sent. -false. The L2Ping Message(s) will not be sent.
INT rcCfmTransmitL2PingStatus1.3.6.1.4.1.2272.1.69.34.1.14INTEGERread-writeStatus of the transmit loopback service: -ready. The service is available. -transmit. The service is transmitting, or about to transmit, the L2Ping messages. -abort The service is aborted or about to abort the L2Ping messages. This column will also be used to avoid concurrency or race condition problems that could occur if two or more management entities try to use the service at the same time.
STR rcCfmTransmitL2PingResult1.3.6.1.4.1.2272.1.69.34.1.15DisplayStringread-onlyDisplay the L2Ping result.
rcCfmTransmitL2TraceTable1.3.6.1.4.1.2272.1.69.35not-accessibleConnectivity Fault Management transmit L2Trace table
rcCfmTransmitL2TraceEntry1.3.6.1.4.1.2272.1.69.35.1not-accessibleConnectivity Fault Management Maintenance EndPoint L2Trace entry.
I32 rcCfmTransmitL2TraceVlanId1.3.6.1.4.1.2272.1.69.35.1.1Integer32not-accessibleA value that uniquely identifies the Customer Vlan
I32 rcCfmTransmitL2TracePriority1.3.6.1.4.1.2272.1.69.35.1.2Integer32read-writePriority. 3 bit value to be used in the VLAN hdr, if present in the transmitted frame.
MAC rcCfmTransmitL2TraceDestMacAddress1.3.6.1.4.1.2272.1.69.35.1.3MacAddressread-writeAn indication of the target MAC Address field to be transmitted
OCT rcCfmTransmitL2TraceHostName1.3.6.1.4.1.2272.1.69.35.1.4OCTET STRINGread-writeThe target host name
I32 rcCfmTransmitL2TraceIsid1.3.6.1.4.1.2272.1.69.35.1.5Integer32read-writeIsid Id
STR rcCfmTransmitL2TraceNickName1.3.6.1.4.1.2272.1.69.35.1.6DisplayStringread-onlyLocal Node nick name
T/F rcCfmTransmitL2TraceDestIsHostName1.3.6.1.4.1.2272.1.69.35.1.7TruthValueread-writeTrue indicates that the host name is used for L2Trace transmission
T/F rcCfmTransmitL2TraceIsidTree1.3.6.1.4.1.2272.1.69.35.1.8TruthValueread-writeTrue indicates that the multicast tree will be traced. False indicates that the unicast path will be traced
I32 rcCfmTransmitL2TraceTtl1.3.6.1.4.1.2272.1.69.35.1.9Integer32read-writeThe number of hops remaining to this L2Trace. Decremented by 1 by each Bridge that handles the L2Trace. The decremented value is returned in the L2Trace. If 0 on output, the L2Trace is not transmitted to the next hop. The value of the TTL Field in the L2Trace transmitted by the originating MEP is controlled by a Managed Object; The default value if none is specified is 64.
INT rcCfmTransmitL2TraceSourceMode1.3.6.1.4.1.2272.1.69.35.1.10INTEGERread-writeSource modes of the transmit loopback service.
I32 rcCfmTransmitL2TraceSeqNumber1.3.6.1.4.1.2272.1.69.35.1.11Integer32read-onlyThe transaction identifier/sequence number of the first loopback message (to be) sent.
T/F rcCfmTransmitL2TraceResultOk1.3.6.1.4.1.2272.1.69.35.1.12TruthValueread-onlyIndicates the result of the operation: -true. The L2Trace Message(s) will be (or have been) sent. -false. The L2Trace Message(s) will not be sent.
INT rcCfmTransmitL2TraceStatus1.3.6.1.4.1.2272.1.69.35.1.13INTEGERread-writeStatus of the transmit loopback service: -ready. The service is available. -transmit. The service is transmitting, or about to transmit, the L2Trace messages. -abort The service is aborted or about to abort the L2Trace messages. This column will also be used to avoid concurrency or race condition problems that could occur if two or more management entities try to use the service at the same time.
INT rcCfmTransmitL2TraceFlag1.3.6.1.4.1.2272.1.69.35.1.14INTEGERread-onlyL2Trace result flag indicating L2Trace status or error code. Each enum value represents a status or error case. 1 - No error 2 - L2Trace Internal Error 3 - Invalid Mac Address 4 - Mep must be enabled in order to perform L2Trace 5 - No L2Trace response received 6 - L2Trace to own Mep MAC is not sent 7 - L2Trace completed 8 - Lookup failure for L2Trace 9 - On a leaf node in the i-sid tree 10 - Not in the i-sid tree 11 - Requested SMLT Source from Non-Primary Node
rcCfmL2TraceReplyTable1.3.6.1.4.1.2272.1.69.36not-accessibleThis table contains a list of l2trace replies received by a specific MEP in response to a linktrace message.
rcCfmL2TraceReplyEntry1.3.6.1.4.1.2272.1.69.36.1not-accessibleThe Linktrace Reply table entry.
I32 rcCfmL2TraceReplyVlanId1.3.6.1.4.1.2272.1.69.36.1.1Integer32not-accessibleA value that uniquely identifies the Customer Vlan
I32 rcCfmL2TraceReplySeqNumber1.3.6.1.4.1.2272.1.69.36.1.2Integer32not-accessibleThe transaction identifier/sequence number returned by a previous transmit linktrace message command, indicating which L2Trace's response is going to be returned.
I32 rcCfmL2TraceReplyHop1.3.6.1.4.1.2272.1.69.36.1.3Integer32not-accessibleThe number of hops away from L2Trace initiator.
I32 rcCfmL2TraceReplyReceiveOrder1.3.6.1.4.1.2272.1.69.36.1.4Integer32not-accessibleAn index to distinguish among multiple L2Trace responses with the same Transaction Identifier field value. This value is assigned sequentially from 1, in the order that the Linktrace Initiator received the responses.
I32 rcCfmL2TraceReplyTtl1.3.6.1.4.1.2272.1.69.36.1.5Integer32read-onlyTtl field value for a returned L2Trace response.
MAC rcCfmL2TraceReplySrcMac1.3.6.1.4.1.2272.1.69.36.1.6MacAddressread-onlyMac address of the MP that respond to the L2Trace request for this L2traceReply
OCT rcCfmL2TraceReplyHostName1.3.6.1.4.1.2272.1.69.36.1.7OCTET STRINGread-onlyThe host name of the replying node
MAC rcCfmL2TraceReplyLastSrcMac1.3.6.1.4.1.2272.1.69.36.1.8MacAddressread-onlyThe MAC address of the node that forwarded the L2Trace to the responding node
OCT rcCfmL2TraceReplyLastHostName1.3.6.1.4.1.2272.1.69.36.1.9OCTET STRINGread-onlyThe host name of the node that forwarded the L2Trace to the responding node
rcCfmTransmitL2IpPingTable1.3.6.1.4.1.2272.1.69.37not-accessibleConnectivity Fault Management transmit L2IpPing table
rcCfmTransmitL2IpPingEntry1.3.6.1.4.1.2272.1.69.37.1not-accessibleL2IpPing entry.
IPt rcCfmTransmitL2IpPingIpAddrType1.3.6.1.4.1.2272.1.69.37.1.1InetAddressTypenot-accessibleThe address type of destination IP Address
IP rcCfmTransmitL2IpPingIpAddr1.3.6.1.4.1.2272.1.69.37.1.2InetAddressnot-accessibleDestination IP Address. Support ipv4 at this time
I32 rcCfmTransmitL2IpPingVrfId1.3.6.1.4.1.2272.1.69.37.1.3Integer32read-onlyVRF ID
STR rcCfmTransmitL2IpPingVrfName1.3.6.1.4.1.2272.1.69.37.1.4DisplayStringread-onlyThe Name of the Virtual Router
I32 rcCfmTransmitL2IpPingMessages1.3.6.1.4.1.2272.1.69.37.1.5Integer32read-createThe number of L2IpPing messages to be transmitted per mac/vlan pair.
I32 rcCfmTransmitL2IpPingTimeoutInt1.3.6.1.4.1.2272.1.69.37.1.6Integer32read-createThe interval to wait for an L2IpPing time-out with a range of (1..10) seconds with a default value of 3 seconds.
INT rcCfmTransmitL2IpPingTestPattern1.3.6.1.4.1.2272.1.69.37.1.7INTEGERread-createThe test pattern to use in the L2IpPing PDUs with range of values namely allZero, allZeroCrc, pseudoRandomBitSequence and pseudoRandomBitSequenceCrc and with a default value of allZero. value meaning -------- ------- allZero(1) Null signal without CRC-32 allZeroCrc(2) Null signal with CRC-32 pseudoRandomBitSequence(3) PRBS 1/2^31-1 without CRC-32 pseudoRandomBitSequenceCrc(4) PBRS 1/2^31-1 with CRC-32
I32 rcCfmTransmitL2IpPingDataSize1.3.6.1.4.1.2272.1.69.37.1.8Integer32read-createAn arbitrary amount of data to be included in the data TLV, if the Data Size is selected to be sent.
INT rcCfmTransmitL2IpPingStatus1.3.6.1.4.1.2272.1.69.37.1.9INTEGERread-createStatus of the transmit loopback service: -ready. The service is available. -transmit. The service is transmitting, or about to transmit, the L2IpPing messages. -abort The service is aborted or about to abort the L2IpPing messages. This column will also be used to avoid concurrency or race condition problems that could occur if two or more management entities try to use the service at the same time.
T/F rcCfmTransmitL2IpPingResultOk1.3.6.1.4.1.2272.1.69.37.1.10TruthValueread-onlyIndicates the result of the operation: -true. L2IpPing Message(s) will be/have been sent. -false. L2IpPing Message(s) will not be sent.
I32 rcCfmTransmitL2IpPingPathsFound1.3.6.1.4.1.2272.1.69.37.1.11Integer32read-onlyThe number of paths found to execute l2ping command
ROW rcCfmTransmitL2IpPingRowStatus1.3.6.1.4.1.2272.1.69.37.1.12RowStatusread-createUsed to create/delete entries in the rcCfmTransmitL2IpPingTable. Deletion of an entry in this table results in corresponding rcCfmL2IpPingReplyTable entries being deleted.
rcCfmL2IpPingReplyTable1.3.6.1.4.1.2272.1.69.38not-accessibleThis table contains a list of l2 ip ping replies received
rcCfmL2IpPingReplyEntry1.3.6.1.4.1.2272.1.69.38.1not-accessibleThe L2 Ip Ping Reply table entry.
IPt rcCfmL2IpPingReplyIpAddrType1.3.6.1.4.1.2272.1.69.38.1.1InetAddressTypenot-accessibleThe address type of destination IP Address
IP rcCfmL2IpPingReplyIpAddr1.3.6.1.4.1.2272.1.69.38.1.2InetAddressnot-accessibleDestination IP Address. Support ipv4 at this time
I32 rcCfmL2IpPingReplySendOrder1.3.6.1.4.1.2272.1.69.38.1.3Integer32not-accessibleAn index to distinguish among multiple L2Ping sessions This value is assigned sequentially from 1. It denotes order that sessions were sent. It correlates to the number of paths found and stored in the rcCfmTransmitL2IpPingEntry.
I32 rcCfmL2IpPingReplyVrfId1.3.6.1.4.1.2272.1.69.38.1.4Integer32read-onlyVRF ID
I32 rcCfmL2IpPingReplyVlanId1.3.6.1.4.1.2272.1.69.38.1.5Integer32read-onlyVlan found from L3 lookup and used for transmission
MAC rcCfmL2IpPingReplyDestMacAddress1.3.6.1.4.1.2272.1.69.38.1.6MacAddressread-onlyAn indication of the target MAC Address transmitted
NUM rcCfmL2IpPingReplyPortNum1.3.6.1.4.1.2272.1.69.38.1.7InterfaceIndexread-onlyEither the value '0', or the port number of the port used for the l2ping.
OCT rcCfmL2IpPingReplyDestHostName1.3.6.1.4.1.2272.1.69.38.1.8OCTET STRINGread-onlyThe host name of the responding node
I32 rcCfmL2IpPingReplySize1.3.6.1.4.1.2272.1.69.38.1.9Integer32read-onlyThe number of bytes of data sent
I32 rcCfmL2IpPingReplyPktsTx1.3.6.1.4.1.2272.1.69.38.1.10Integer32read-onlyNumber of Packets transmitted for this vlan/mac
I32 rcCfmL2IpPingReplyPktsRx1.3.6.1.4.1.2272.1.69.38.1.11Integer32read-onlyNumber of Packets received for this vlan/mac
I32 rcCfmL2IpPingReplyPercentLossWhole1.3.6.1.4.1.2272.1.69.38.1.12Integer32read-onlyPercentage of packet loss for this vlan/mac
I32 rcCfmL2IpPingReplyPercentLossFract1.3.6.1.4.1.2272.1.69.38.1.13Integer32read-onlyPercentage of packet loss for this vlan/mac
I32 rcCfmL2IpPingReplyMinRoundTrip1.3.6.1.4.1.2272.1.69.38.1.14Integer32read-onlyMin time for round-trip for this vlan/mac in us
I32 rcCfmL2IpPingReplyMaxRoundTrip1.3.6.1.4.1.2272.1.69.38.1.15Integer32read-onlyMax time for round-trip for this vlan/mac in us
I32 rcCfmL2IpPingReplyRttAvgWhole1.3.6.1.4.1.2272.1.69.38.1.16Integer32read-onlyAverage time for round-trip for this vlan/mac in us
I32 rcCfmL2IpPingReplyRttAvgFract1.3.6.1.4.1.2272.1.69.38.1.17Integer32read-onlyFractional portion of Average time for round-trip
INT rcCfmL2IpPingReplyFlag1.3.6.1.4.1.2272.1.69.38.1.18INTEGERread-onlyResult flag indicating status or error code. Each enum value represents a status or error case. 1 - No error 2 - Internal Error 3 - Invalid Ip 4 - L2Trace completed 5 - Lookup failure for IP (no vlan/mac entries)
rcCfmTransmitL2IpTraceTable1.3.6.1.4.1.2272.1.69.39not-accessibleConnectivity Fault Management transmit L2IpTrace table
rcCfmTransmitL2IpTraceEntry1.3.6.1.4.1.2272.1.69.39.1not-accessibleL2IpTrace entry.
IPt rcCfmTransmitL2IpTraceIpAddrType1.3.6.1.4.1.2272.1.69.39.1.1InetAddressTypenot-accessibleThe address type of destination IP Address
IP rcCfmTransmitL2IpTraceIpAddr1.3.6.1.4.1.2272.1.69.39.1.2InetAddressnot-accessibleDestination IP Address. Support ipv4 at this time
I32 rcCfmTransmitL2IpTraceVrfId1.3.6.1.4.1.2272.1.69.39.1.3Integer32read-onlyVRF ID
STR rcCfmTransmitL2IpTraceVrfName1.3.6.1.4.1.2272.1.69.39.1.4DisplayStringread-onlyThe Name of the Virtual Router
I32 rcCfmTransmitL2IpTraceTtl1.3.6.1.4.1.2272.1.69.39.1.5Integer32read-createThe number of hops remaining to this L2Trace. Decremented by 1 by each Bridge that handles the L2Trace. The decremented value is returned in the L2Trace. If 0 on output, the L2Trace is not transmitted to the next hop. The value of the TTL Field in the L2Trace transmitted by the originating MEP is controlled by a Managed Object; The default value if none is specified is 64.
INT rcCfmTransmitL2IpTraceStatus1.3.6.1.4.1.2272.1.69.39.1.6INTEGERread-createStatus of the transmit loopback service: -ready. The service is available. -transmit. The service is transmitting, or about to transmit, the L2Trace messages. -abort The service is aborted or about to abort the L2Trace messages. This column will also be used to avoid concurrency or race condition problems that could occur if two or more management entities try to use the service at the same time.
T/F rcCfmTransmitL2IpTraceResultOk1.3.6.1.4.1.2272.1.69.39.1.7TruthValueread-onlyIndicates the result of the operation: -true. The Trace Message(s) will be/have been sent. -false. The Trace Message(s) will not be sent.
I32 rcCfmTransmitL2IpTracePathsFound1.3.6.1.4.1.2272.1.69.39.1.8Integer32read-onlyThe number of paths found to execute l2trace command
ROW rcCfmTransmitL2IpTraceRowStatus1.3.6.1.4.1.2272.1.69.39.1.9RowStatusread-createUsed to create/delete entries in the rcCfmTransmitL2IpTraceTable. Deletion of an entry in this table results in corresponding rcCfmL2IpTraceReplyTable entries being deleted.
rcCfmL2IpTraceReplyTable1.3.6.1.4.1.2272.1.69.40not-accessibleThis table contains a list of l2 ip trace replies received by a specific MEP in response to a linktrace message.
rcCfmL2IpTraceReplyEntry1.3.6.1.4.1.2272.1.69.40.1not-accessibleThe L2 Ip Trace Reply table entry.
IPt rcCfmL2IpTraceReplyIpAddrType1.3.6.1.4.1.2272.1.69.40.1.1InetAddressTypenot-accessibleThe address type of destination IP Address
IP rcCfmL2IpTraceReplyIpAddr1.3.6.1.4.1.2272.1.69.40.1.2InetAddressnot-accessibleDestination IP Address. Support ipv4 at this time
I32 rcCfmL2IpTraceReplySendOrder1.3.6.1.4.1.2272.1.69.40.1.3Integer32not-accessibleAn index to distinguish among multiple L2Trace sessions This value is assigned sequentially from 1. It denotes order that sessions were sent. It correlates to the number of paths found and stored in the rcCfmTransmitL2IpTraceEntry.
I32 rcCfmL2IpTraceReplyHop1.3.6.1.4.1.2272.1.69.40.1.4Integer32not-accessibleThe number of L2 hops away from L2Trace initiator.
I32 rcCfmL2IpTraceReplyReceiveOrder1.3.6.1.4.1.2272.1.69.40.1.5Integer32not-accessibleAn index to distinguish among multiple L2Trace responses with the same Send Transaction Identifier field value. This value is assigned sequentially from 1, in the order that the Linktrace Initiator received the responses. A zero value may be seen in error conditions
I32 rcCfmL2IpTraceReplyTtl1.3.6.1.4.1.2272.1.69.40.1.6Integer32read-onlyTtl field value for a returned L2Trace response.
I32 rcCfmL2IpTraceReplyVrfId1.3.6.1.4.1.2272.1.69.40.1.7Integer32read-onlyVRF ID
I32 rcCfmL2IpTraceReplyVlanId1.3.6.1.4.1.2272.1.69.40.1.8Integer32read-onlyVlan found from L3 lookup and used for transmission
MAC rcCfmL2IpTraceReplyDestMacAddress1.3.6.1.4.1.2272.1.69.40.1.9MacAddressread-onlyAn indication of the target MAC Address transmitted
I32 rcCfmL2IpTraceReplySeqNumber1.3.6.1.4.1.2272.1.69.40.1.10Integer32read-onlyThe transaction identifier/sequence number used in linktrace message packet
NUM rcCfmL2IpTraceReplyPortNum1.3.6.1.4.1.2272.1.69.40.1.11InterfaceIndexread-onlyEither the value '0', or the port number of the port used for the l2trace.
MAC rcCfmL2IpTraceReplySrcMac1.3.6.1.4.1.2272.1.69.40.1.12MacAddressread-onlyMac address of the MP that responded to L2Trace request for this L2traceReply
OCT rcCfmL2IpTraceReplyHostName1.3.6.1.4.1.2272.1.69.40.1.13OCTET STRINGread-onlyThe host name of the replying node
MAC rcCfmL2IpTraceReplyLastSrcMac1.3.6.1.4.1.2272.1.69.40.1.14MacAddressread-onlyThe MAC address of the node that forwarded the L2Trace to the responding node
OCT rcCfmL2IpTraceReplyLastHostName1.3.6.1.4.1.2272.1.69.40.1.15OCTET STRINGread-onlyThe host name of the node that forwarded the L2Trace to the responding node
INT rcCfmL2IpTraceReplyFlag1.3.6.1.4.1.2272.1.69.40.1.16INTEGERread-onlyL2Trace result flag indicating status or error code. Each enum value represents a status or error case. 1 - No error 2 - L2Trace Internal Error 3 - Invalid Mac Address 4 - Mep must be enabled in order to perform L2Trace 5 - No L2Trace response received 6 - L2Trace to own Mep MAC is not sent 7 - L2Trace completed 8 - Lookup failure for L2Trace
rcPlugOptMod1.3.6.1.4.1.2272.1.71
rcPlugOptModTable1.3.6.1.4.1.2272.1.71.1not-accessibleGibc SFF diagnostic info table
rcPlugOptModEntry1.3.6.1.4.1.2272.1.71.1.1not-accessibleEntry containing info. for a particular port
NUM rcPlugOptModPortIndex1.3.6.1.4.1.2272.1.71.1.1.1InterfaceIndexnot-accessibleAn index value that uniquely identifies a port on a blade or line-card.
BIT rcPlugOptModDdmStatusMask1.3.6.1.4.1.2272.1.71.1.1.2Bitsread-onlyEach bit other than ddm-ok represents a specific error. Any combination of error bits is allowed.
INT rcPlugOptModCalibration1.3.6.1.4.1.2272.1.71.1.1.3INTEGERread-onlyThe identifier value indicates type of calibration.
INT rcPlugOptModPowerMeasure1.3.6.1.4.1.2272.1.71.1.1.4INTEGERread-onlyThe identifier value indicates type of external power.
STR rcPlugOptModConnectorType1.3.6.1.4.1.2272.1.71.1.1.5DisplayStringread-onlyThe connector type is a 16 character field that contains ASCII characters, left-aligned and padded on the right with ASCII spaces. This is an assigned name that indicates some characteristic of the layer-1 interface.
STR rcPlugOptModVendorName1.3.6.1.4.1.2272.1.71.1.1.6DisplayStringread-onlyThe vendor name is a 16 character field that contains ASCII characters, left-aligned and padded on the right with ASCII spaces. The vendor name shall be the full name of the corporation, a commonly accepted abbreviation of the name, the SCSI company code, or the stock exchange code for the corporation.
STR rcPlugOptModVendorPartNumber1.3.6.1.4.1.2272.1.71.1.1.7DisplayStringread-onlyThe vendor part number is a 16 byte field that contains ASCII characters, left-aligned and padded on the right with ASCII spaces, defining the vendor part number or product name.
STR rcPlugOptModVendorRevNumber1.3.6.1.4.1.2272.1.71.1.1.8DisplayStringread-onlyThe vendor revision number is a 4-byte field that contains ASCII characters, left-aligned and padded on the right with ASCII spaces, defining the vendor product revision number.
STR rcPlugOptModVendorSN1.3.6.1.4.1.2272.1.71.1.1.9DisplayStringread-onlyThe vendor serial number is a 16 character field that contains ASCII characters, left-aligned and padded on the right with ASCII spaces, defining the vendor serial number for the transceiver.
STR rcPlugOptModVendorDateCode1.3.6.1.4.1.2272.1.71.1.1.10DisplayStringread-onlyThe date code is an 8-byte field that contains the vendor's date code in ASCII. This field is mandatory and takes the form: YYMMDDLC where YY is the 2 low order digits of the year (00=2000), MM is the month, 01 thru 12, DD is the day, 01 thru 31, and LC is an optional vendor specific lot code.
STR rcPlugOptModPEC1.3.6.1.4.1.2272.1.71.1.1.11DisplayStringread-onlyThis is a 16 byte left-justified ASCII field that records the Nortel Product Equipment Code order number for the module. Nortel part numbers are 9 bytes long, so the 10th through 16th byte should be NULL.
STR rcPlugOptModCLEI1.3.6.1.4.1.2272.1.71.1.1.12DisplayStringread-onlyThis is a 10 byte left-justified ASCII field that records the Nortel supplied Common Language Equipment Identifier code for the device. The CLEI code is a Telcordia human-readable representation of the 1D barcode.
T/F rcPlugOptModSupportsDDM1.3.6.1.4.1.2272.1.71.1.1.13TruthValueread-onlyThis boolean indicates whether or not the device supports the DDM capability.
INT rcPlugOptModAux1Monitoring1.3.6.1.4.1.2272.1.71.1.1.14INTEGERread-onlyThis value tells what Aux1 is measuring.The values are as follows: 0 Auxiliary monitoring not implemented 1 APD Bias Voltage mV (units of 10 mV) 2 Reserved 3 TEC Current (mA) 4 Laser Temperature 5 Laser Wavelength 6 +5V Supply Voltage 7 +3.3V Supply Voltage 8 +1.8V Supply Voltage 9 -5.2V Supply Voltage 10 +5.0V Supply Current (unit of 100 uA) 13 +3.3V Supply Current (unit of 100 uA) 14 +1.8V Supply Current (unit of 100 uA) 15 -5.2V Supply Current (unit of 100 uA)
INT rcPlugOptModAux2Monitoring1.3.6.1.4.1.2272.1.71.1.1.15INTEGERread-onlyThis value tells you what AUX2 is measuring.The values are as follows: 0 Auxiliary monitoring not implemented 1 APD Bias Voltage mV (units of 10 mV) 2 Reserved 3 TEC Current (mA) 4 Laser Temperature 5 Laser Wavelength 6 +5V Supply Voltage 7 +3.3V Supply Voltage 8 +1.8V Supply Voltage 9 -5.2V Supply Voltage 10 +5.0V Supply Current (unit of 100 uA) 13 +3.3V Supply Current (unit of 100 uA) 14 +1.8V Supply Current (unit of 100 uA) 15 -5.2V Supply Current (unit of 100 uA)
I32 rcPlugOptModWaveLength1.3.6.1.4.1.2272.1.71.1.1.16Integer32read-onlyNominal transmitter output wavelength at room temperature. It is expressed in nano-meters.
I32 rcPlugOptModTemperature1.3.6.1.4.1.2272.1.71.1.1.17Integer32read-onlyThis value represents the internally measured module temperature. It is expressed in units of 1/256 of a degree Celsius and can range from -40C to +125C with 0.0001 accuracy.The most significant byte is the signed integer part of the number and the least significant byte is the fraction.
I32 rcPlugOptModTemperatureHighAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.18Integer32read-onlyThis value represents the vendor specified high temperature threshold. If the device temperature exceeds this value, a temperature high is asserted. It is expressed in the same units as the measured temperature.
I32 rcPlugOptModTemperatureLowAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.19Integer32read-onlyThis value represents the vendor specified low temperature threshold. If the device temperature falls below this value, a temperature low is asserted. It is expressed in the same units as the measured temperature.
I32 rcPlugOptModTemperatureHighWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.20Integer32read-onlyThis value represents the vendor specified high temperature warning threshold. If the device temperature exceeds this value, a temperature high warning is asserted. It is expressed in the same units as the measured temperature.
I32 rcPlugOptModTemperatureLowWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.21Integer32read-onlyThis value represents the vendor specified low temperature warning threshold. If the device temperature falls below this value, a temperature low warning is asserted. It is expressed in the same units as the measured temperature.
I32 rcPlugOptModVoltage1.3.6.1.4.1.2272.1.71.1.1.22Integer32read-onlyThis value represents the internally measured supply voltage. It is a positive number expressed in microvolts and can range from 0 to 65535 mV.
I32 rcPlugOptModVoltageHighAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.23Integer32read-onlyThis value represents the vendor specified high voltage threshold. If the measured voltage exceeds this value, a high voltage is asserted. It is a positive number expressed in microvolts.
I32 rcPlugOptModVoltageLowAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.24Integer32read-onlyThis value represents the vendor specified low voltage threshold. If the measured voltage falls below this value, a low voltage is asserted. It is a positive number expressed in microvolts.
I32 rcPlugOptModVoltageHighWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.25Integer32read-onlyThis value represents the vendor specified high voltage warning threshold. If the measured voltage exceeds this value, a high voltage warning is asserted. It is a positive number expressed in microvolts.
I32 rcPlugOptModVoltageLowWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.26Integer32read-onlyThis value represents the vendor specified low voltage warning threshold. If the measured voltage falls below this value, a low voltage warning is asserted. It is a positive number expressed in microvolts.
I32 rcPlugOptModBias1.3.6.1.4.1.2272.1.71.1.1.27Integer32read-onlyThis value represents the internally measured transmitter laser bias current. It is a positive number expressed in units of 2 microamps and can range from 0 to 131 mA with 0.0001 accuracy.
I32 rcPlugOptModBiasHighAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.28Integer32read-onlyThis value represents the vendor specified high current threshold. If the measured bias current exceeds this value, a high current alarm is asserted. It is a positive number expressed in units of 2 microamps and can range from 0 to 131 mA with 0.0001 accuracy.
I32 rcPlugOptModBiasLowAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.29Integer32read-onlyThis value represents the vendor specified low current threshold. If the measured bias current falls below this value, a low current is asserted. It is a positive number expressed in units of 2 microamps and can range from 0 to 131 mA with 0.0001 accuracy.
I32 rcPlugOptModBiasHighWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.30Integer32read-onlyThis value represents the vendor specified high current warning threshold. If the measured bias current exceeds this value, a high current warning is asserted. It is a positive number expressed in units of 2 microamps and can range from 0 to 131 mA with 0.0001 accuracy.
I32 rcPlugOptModBiasLowWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.31Integer32read-onlyThis value represents the vendor specified low current warning threshold. If the measured bias current falls below this value, a low current warning is asserted. It is a positive number expressed in units of 2 microamps and can range from 0 to 131 mA with 0.0001 accuracy.
I32 rcPlugOptModTxPower1.3.6.1.4.1.2272.1.71.1.1.32Integer32read-onlyThis value represents the internally measured coupled TX output power. It is a positive number expressed in units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModTxPowerHighAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.33Integer32read-onlyThis value represents the vendor specified high transmit power threshold. If the measured transmitter power exceeds this value, a transmitter power high is asserted. It is a positive number expressed in units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModTxPowerLowAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.34Integer32read-onlyThis value represents the vendor specified low transmit power threshold. If the measured transmitter power falls below this value, a transmitter power low is asserted. It is a positive number expressed in units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModTxPowerHighWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.35Integer32read-onlyThis value represents the vendor specified high transmit power warning threshold. If the measured transmitter power exceeds this value, a transmitter power high warning is asserted. It is a positive number expressed in units of units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModTxPowerLowWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.36Integer32read-onlyThis value represents the vendor specified low transmit power warning threshold. If the measured transmitter power falls below this value, a transmitter power low warning is asserted. It is a positive number expressed in units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModRxPower1.3.6.1.4.1.2272.1.71.1.1.37Integer32read-onlyThis value represents the internally measured received power. It is a positive number expressed in units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModRxPowerHighAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.38Integer32read-onlyThis value represents the vendor specified high receiver power threshold. If the measured received power exceeds this value, a receiver power high is asserted. It is a positive number expressed in units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModRxPowerLowAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.39Integer32read-onlyThis value represents the vendor specified low receiver power threshold. If the measured received power falls below this value, a receiver power low is asserted. It is a positive number expressed in units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModRxPowerHighWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.40Integer32read-onlyThis value represents the vendor specified high receiver power warning threshold. If the measured received power exceeds this value, a receiver power high warning is asserted. It is a positive number expressed in units of units of micro watts and can range from 0 to 65.535 uW (-40 to 18.16 dBm).
I32 rcPlugOptModRxPowerLowWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.41Integer32read-onlyThis value represents the vendor specified low receiver power warning threshold. If the measured received power falls below this value, a receiver power low warning is asserted. It is a positive number expressed in units of units of micro watts and can range from 0 to 65.535 mW (-40 to 18.16 dBm).
I32 rcPlugOptModAux11.3.6.1.4.1.2272.1.71.1.1.42Integer32read-onlyThis represents the internally measured A/D value specified.
I32 rcPlugOptModAux1HighAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.43Integer32read-onlyThis value represents the vendor specified high Aux1 threshold.
I32 rcPlugOptModAux1LowAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.44Integer32read-onlyThis value represents the vendor specified low Aux1 threshold.
I32 rcPlugOptModAux1HighWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.45Integer32read-onlyThis value represents the vendor specified high Aux1 warning threshold.
I32 rcPlugOptModAux1LowWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.46Integer32read-onlyThis value represents the vendor specified low Aux1 warning threshold.
I32 rcPlugOptModAux21.3.6.1.4.1.2272.1.71.1.1.47Integer32read-onlyThis represents the internally measured A/D value specified.
I32 rcPlugOptModAux2HighAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.48Integer32read-onlyThis value represents the vendor specified high Aux1 threshold.
I32 rcPlugOptModAux2LowAlarmThreshold1.3.6.1.4.1.2272.1.71.1.1.49Integer32read-onlyThis value represents the vendor specified low Aux1 threshold.
I32 rcPlugOptModAux2HighWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.50Integer32read-onlyThis value represents the vendor specified high Aux1 warning threshold.
I32 rcPlugOptModAux2LowWarningThreshold1.3.6.1.4.1.2272.1.71.1.1.51Integer32read-onlyThis value represents the vendor specified low Aux1 warning threshold.
INT rcPlugOptModTemperatureStatus1.3.6.1.4.1.2272.1.71.1.1.52INTEGERread-onlyUsed to indicate the current temperature status
INT rcPlugOptModVoltageStatus1.3.6.1.4.1.2272.1.71.1.1.53INTEGERread-onlyUsed to indicate the current voltage status
INT rcPlugOptModBiasStatus1.3.6.1.4.1.2272.1.71.1.1.54INTEGERread-onlyUsed to indicate the current laser bias status
INT rcPlugOptModTxPowerStatus1.3.6.1.4.1.2272.1.71.1.1.55INTEGERread-onlyUsed to indicate the current transmitter power status
INT rcPlugOptModRxPowerStatus1.3.6.1.4.1.2272.1.71.1.1.56INTEGERread-onlyUsed to indicate the current receiver power status
INT rcPlugOptModAux1Status1.3.6.1.4.1.2272.1.71.1.1.57INTEGERread-onlyUsed to indicate the current Aux1 status
INT rcPlugOptModAux2Status1.3.6.1.4.1.2272.1.71.1.1.58INTEGERread-onlyUsed to indicate the current Aux2 status
rcPlugOptModScalars1.3.6.1.4.1.2272.1.71.2
ENA rcPlugOptModDdmMonitor1.3.6.1.4.1.2272.1.71.2.1EnableValueread-writeEnable/disable the global polling monitor for DDM
INT rcPlugOptModDdmMonitorInterval1.3.6.1.4.1.2272.1.71.2.2INTEGERread-writeIndicate the interval in which the DDM alert registers is polled
ENA rcPlugOptModDdmTrapSend1.3.6.1.4.1.2272.1.71.2.3EnableValueread-writeEnable/disable the global ddm trap send to SNMP manager
ENA rcPlugOptModDdmAlarmPortdown1.3.6.1.4.1.2272.1.71.2.4EnableValueread-writeEnable/disable the global portdown option when ddm alarm occurs
rcVrrp1.3.6.1.4.1.2272.1.73
rcVrrpMib1.3.6.1.4.1.2272.1.73.1
rcVrrpObjects1.3.6.1.4.1.2272.1.73.1.1
rcVrrpScalars1.3.6.1.4.1.2272.1.73.1.1.1
T/F rcVrrpPingVirtualAddrEnable1.3.6.1.4.1.2272.1.73.1.1.1.1TruthValueread-writeUsed to configure whether this device should respond to pings directed to a virtual router's IP address.
INT rcVrrpTrapStateTransitionType1.3.6.1.4.1.2272.1.73.1.1.1.2INTEGERread-onlyPotential types of state transitions. Used by rcVrrpTrapStateTransition trap.
INT rcVrrpTrapStateTransitionCause1.3.6.1.4.1.2272.1.73.1.1.1.3INTEGERread-onlyPotential types of causes that will generate a rcVrrpTrapStateTransition trap.
rcVrrpOperTable1.3.6.1.4.1.2272.1.73.1.1.2not-accessibleOperations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'rcVrrpOperEntry' items.
rcVrrpOperEntry1.3.6.1.4.1.2272.1.73.1.1.2.1not-accessibleAn entry in the rcVrrpOperTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the IF index and VRID.
NUM rcVrrpOperIfIndex1.3.6.1.4.1.2272.1.73.1.1.2.1.1InterfaceIndexOrZeronot-accessibleport interface index.
VRI rcVrrpOperVrId1.3.6.1.4.1.2272.1.73.1.1.2.1.2VrIdread-onlyThis object contains the Virtual Router Identifier (VRID).
IP rcVrrpOperIpAddr1.3.6.1.4.1.2272.1.73.1.1.2.1.3IpAddressread-writeThe assigned IP addresses that a virtual router is responsible for backing up.
MAC rcVrrpOperVirtualMacAddr1.3.6.1.4.1.2272.1.73.1.1.2.1.4MacAddressread-onlyThe virtual MAC address of the virtual router. This is derived as follows: 00-00-5E-00-01-. Where the first three octets consist of the IANA's OUI; The next two octets indicate the address block of the VRRP protocol; and the remaining octets consist of the VRID. Although this object can be derived from the 'rcVrrpOperVrId' object, it is included here, for completeness, so that it is easily obtainable by a management application and can be included in VRRP-related SNMP traps.
INT rcVrrpOperState1.3.6.1.4.1.2272.1.73.1.1.2.1.5INTEGERread-onlyThe current state of the virtual router.
INT rcVrrpOperControl1.3.6.1.4.1.2272.1.73.1.1.2.1.6INTEGERread-writeThis object will enable/disable the virtual router function. Setting the value to 'enabled', will transition the state of the router from 'initialize to 'backup'; Setting the value to 'disabled', will tranisition the router from 'master' or 'backup' to 'initialize'.
I32 rcVrrpOperPriority1.3.6.1.4.1.2272.1.73.1.1.2.1.7Integer32read-writeThis object specifies the priority for the virtual router (e.g., master election) with respect to other virtual routers that are backing up a one or more associated IP addresses. Higher values imply higher priority. A priority of '0', although not settable, is used to indicate that this router has ceased to particpate in VRRP and a backup virtual router should transition \ to become a new master. A priority of 255 is used for the router that owns the associated IP address(es).
I32 rcVrrpOperIpAddrCount1.3.6.1.4.1.2272.1.73.1.1.2.1.8Integer32read-onlyThe number of IP addresses that are associated with this virtual router. This number is equal to the number of rows in the vrrpAssoIpAddrTable that correspond to a given IF index/VRID pair.
IP rcVrrpOperMasterIpAddr1.3.6.1.4.1.2272.1.73.1.1.2.1.9IpAddressread-onlyThe master router's real (primary) IP address. This is the IP address listed as the source in VRRP advertisement last received by this virtual router
INT rcVrrpOperAuthType1.3.6.1.4.1.2272.1.73.1.1.2.1.10INTEGERread-writeAuthentication type used for VRRP protocol exchanges between virtual routers.
OCT rcVrrpOperAuthKey1.3.6.1.4.1.2272.1.73.1.1.2.1.11OCTET STRINGread-writeThe Authentication Key. If the virtual router's Authorization Type is 'simpleTextPassword', and the key length is shorter than 8 octets, the agent will left adjust and zero fill to 8 octets. When read, rcVrrpOperAuthKey always returns an Octet String of length zero.
OCT rcVrrpOperHMACMD5Key1.3.6.1.4.1.2272.1.73.1.1.2.1.12OCTET STRINGread-writeThe Authentication Key. If the virtual router's 'Authorization Type' is 'ipAuthenticationHeader', and the key length is shorter than 16 octets, the agent will left adjust and zero fill to 16 octets. When read, rcVrrpOperHMACMD5Key always returns an Octet String of length zero.
I32 rcVrrpOperAdvertisementInterval1.3.6.1.4.1.2272.1.73.1.1.2.1.13Integer32read-writeThis is the time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
INT rcVrrpOperPreemptMode1.3.6.1.4.1.2272.1.73.1.1.2.1.14INTEGERread-writeControls whether a higher priority virtual router will preempt a lower priority master.
TIK rcVrrpOperVirtualRouterUpTime1.3.6.1.4.1.2272.1.73.1.1.2.1.15TimeTicksread-onlyThis is the time interval (in hundredths of a second) since this virtual router was initialized.
ROW rcVrrpOperRowStatus1.3.6.1.4.1.2272.1.73.1.1.2.1.16RowStatusread-writeThe row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to 'createAndGo' results in enabling the VRRP protocol for this virtual router. The information required to actually create the conceptual row may be included in the SET primitive or may be initialized by the agent on the virtual router. Destroying the entry or setting it to 'notInService' disables VRRP on this virtual router.
IP rcVrrpOperCriticalIpAddr1.3.6.1.4.1.2272.1.73.1.1.2.1.17IpAddressread-writeIP address of the interface that will cause a shutdown event.
INT rcVrrpOperHoldDownTimer1.3.6.1.4.1.2272.1.73.1.1.2.1.18INTEGERread-writeUsed to configure the amount of time (in seconds) to wait before preempting the current vrrp master.
INT rcVrrpOperHoldDownState1.3.6.1.4.1.2272.1.73.1.1.2.1.19INTEGERread-onlyUsed to indicate the hold-down state of this vrrp interface. If the hold-down timer is operational this variable will be set to 'active'. 'dormant' otherwise.
INT rcVrrpOperHoldDownTimeRemaining1.3.6.1.4.1.2272.1.73.1.1.2.1.20INTEGERread-onlyUsed to indicate the amount of time (in seconds) left before the rcVrrpOperHoldDownTimer will expire.
INT rcVrrpOperAction1.3.6.1.4.1.2272.1.73.1.1.2.1.21INTEGERread-writeUsed to trigger an action on this vrrp interface.
T/F rcVrrpOperCriticalIpAddrEnable1.3.6.1.4.1.2272.1.73.1.1.2.1.22TruthValueread-writeIndicate if an user-defined critical IP address should be enabled. 'NO' = use the default IP address (0.0.0.0). No effect if an user-defined IP address does not exist.
INT rcVrrpOperBackUpMaster1.3.6.1.4.1.2272.1.73.1.1.2.1.23INTEGERread-writeEnable the backup VRRP switch traffic forwarding. This will reduce the traffic in IST link in the time of SMLT.
INT rcVrrpOperBackUpMasterState1.3.6.1.4.1.2272.1.73.1.1.2.1.24INTEGERread-onlyIndicate whether backup VRRP switch traffic forwarding is enabled or not.
I32 rcVrrpOperFasterAdvInterval1.3.6.1.4.1.2272.1.73.1.1.2.1.25Integer32read-writeThis is the faster advertisement interval, in milliseconds, between sending advertisement messages. When the faster advertisement interval enable is checked, the faster advertisement interval is being used instead of the regular advertisement interval
INT rcVrrpOperFasterAdvIntervalEnable1.3.6.1.4.1.2272.1.73.1.1.2.1.26INTEGERread-writeUsed to indicate if the Faster Advertisement Interval should be used. 'Disable' means use regular Advertisement interval.
rcVrrpRouterStatsTable1.3.6.1.4.1.2272.1.73.1.1.3not-accessibleTable of virtual router statistics.
rcVrrpRouterStatsEntry1.3.6.1.4.1.2272.1.73.1.1.3.1not-accessibleAn entry in the table, containing statistics information about a given virtual router.
I32 rcVrrpStatsIfIndex1.3.6.1.4.1.2272.1.73.1.1.3.1.1Integer32read-onlyport interface index.
VRI rcVrrpStatsVrId1.3.6.1.4.1.2272.1.73.1.1.3.1.2VrIdread-onlyThis object contains the Virtual Router Identifier (VRID).
C32 rcVrrpStatsBecomeMaster1.3.6.1.4.1.2272.1.73.1.1.3.1.3Counter32read-onlyThe total number of times that this virtual router's state has transitioned from BACKUP to MASTER.
C32 rcVrrpStatsAdvertiseRcvd1.3.6.1.4.1.2272.1.73.1.1.3.1.4Counter32read-onlyThe total number of VRRP advertisements received by this virtual router.
C32 rcVrrpStatsAdvertiseIntervalErrors1.3.6.1.4.1.2272.1.73.1.1.3.1.5Counter32read-onlyThe total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router.
C32 rcVrrpStatsPasswdSecurityViolations1.3.6.1.4.1.2272.1.73.1.1.3.1.6Counter32read-onlyThe total number of VRRP packets received that do not pass the simple text password authentification check.
C32 rcVrrpStatsHmacSecurityViolations1.3.6.1.4.1.2272.1.73.1.1.3.1.7Counter32read-onlyThe total number of VRRP packets received that do not pass the HMAC-MD5-96 authentification check.
C32 rcVrrpStatsIpTtlErrors1.3.6.1.4.1.2272.1.73.1.1.3.1.8Counter32read-onlyThe total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255.
C32 rcVrrpStatsPriorityZeroPktsRcvd1.3.6.1.4.1.2272.1.73.1.1.3.1.9Counter32read-onlyThe total number of VRRP packets received by the virtual router with a priority of '0'.
C32 rcVrrpStatsPriorityZeroPktsSent1.3.6.1.4.1.2272.1.73.1.1.3.1.10Counter32read-onlyThe total number of VRRP packets sent by the virtual router with a priority of '0'.
C32 rcVrrpStatsInvalidTypePktsRcvd1.3.6.1.4.1.2272.1.73.1.1.3.1.11Counter32read-onlyThe number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
C32 rcVrrpStatsAddressListErrors1.3.6.1.4.1.2272.1.73.1.1.3.1.12Counter32read-onlyPackets received address list the address list does not match the locally configured list for the virtual router.
C32 rcVrrpStatsUnknownAuthType1.3.6.1.4.1.2272.1.73.1.1.3.1.13Counter32read-onlyPackets received with an unknown authentication type.
C32 rcVrrpStatsAuthTypeErrors1.3.6.1.4.1.2272.1.73.1.1.3.1.14Counter32read-onlyPackets received with 'Auth Type' not equal to the locally configured authentication method ('vrrpOperAuthType').
rcVrrpNotifications1.3.6.1.4.1.2272.1.73.1.2
NTF rcVrrpTrapStateTransition1.3.6.1.4.1.2272.1.73.1.2.1A rcVrrpTrapStateTransition trap signifies a state transition has occurred on a particular vrrp interface. Implementation of this trap is optional.
rcMpls1.3.6.1.4.1.2272.1.74
rcMplsMib1.3.6.1.4.1.2272.1.74.1
rcMplsNotifications1.3.6.1.4.1.2272.1.74.1.0
rcMplsObjects1.3.6.1.4.1.2272.1.74.1.1
rcMplsGlobalGroup1.3.6.1.4.1.2272.1.74.1.1.1
rcMplsGlobalScalars1.3.6.1.4.1.2272.1.74.1.1.1.1
IP rcMplsRouterId1.3.6.1.4.1.2272.1.74.1.1.1.1.1IpAddressread-writeIP address of the circuitless interface to be used as router-id
ENA rcMplsLdpAdminStatus1.3.6.1.4.1.2272.1.74.1.1.1.1.2EnableValueread-writeState of global LDP - enabled or disabled
INT rcMplsLdpPenultimateHopPop1.3.6.1.4.1.2272.1.74.1.1.1.1.3INTEGERread-writeState of global LDP Penultimate Hop Popping.
U32 rcMplsLdpHelloHoldTimer1.3.6.1.4.1.2272.1.74.1.1.1.1.4Unsigned32read-writeThe global Hello Hold Time in seconds.
U32 rcMplsLdpSessionKeepAlive1.3.6.1.4.1.2272.1.74.1.1.1.1.5Unsigned32read-writeThe global Session Keep alive in seconds.
I32 rcMplsLdpPathVectorLimit1.3.6.1.4.1.2272.1.74.1.1.1.1.6Integer32read-writeThe global path vector limit.
I32 rcMplsLdpHopCountLimit1.3.6.1.4.1.2272.1.74.1.1.1.1.7Integer32read-writeThe global loop detect hop count limit.
ENA rcMplsLdpEgressPolicyStatus1.3.6.1.4.1.2272.1.74.1.1.1.1.8EnableValueread-writeState of LDP Egress-policy enabled or disabled
ENA rcMplsRsvpAdminStatus1.3.6.1.4.1.2272.1.74.1.1.1.1.9EnableValueread-writeState of global RSVP - enabled or disabled
INT rcMplsRsvpPenultimateHopPop1.3.6.1.4.1.2272.1.74.1.1.1.1.10INTEGERread-writeState of global RSVP Penultimate Hop Popping.
U32 rcMplsRsvpHelloInterval1.3.6.1.4.1.2272.1.74.1.1.1.1.11Unsigned32read-writeThe global RSVP hello interval.
ENA rcMplsRsvpRefreshReduction1.3.6.1.4.1.2272.1.74.1.1.1.1.12EnableValueread-writeState of global RSVP refresh reduction - enabled or disabled
U32 rcMplsRsvpRefreshInterval1.3.6.1.4.1.2272.1.74.1.1.1.1.13Unsigned32read-writeThe global value for RSVP refresh interval.
U32 rcMplsRsvpRefreshMultiplier1.3.6.1.4.1.2272.1.74.1.1.1.1.14Unsigned32read-writeThe global value for RSVP refresh multiplier.
ENA rcMplsRsvpMessageBundling1.3.6.1.4.1.2272.1.74.1.1.1.1.15EnableValueread-writeState of global RSVP message bundling - enabled or disabled
I32 rcMplsLspIngressStartLabel1.3.6.1.4.1.2272.1.74.1.1.1.1.16Integer32read-writeThe global ingress rsp start label.
I32 rcMplsLspEgressStartLabel1.3.6.1.4.1.2272.1.74.1.1.1.1.17Integer32read-writeThe global egress rsp start label.
T/F rcMplsLspIngressPktEnable1.3.6.1.4.1.2272.1.74.1.1.1.1.18TruthValueread-writeEnable/Disable ingress rsp pkt lsp stats
T/F rcMplsLspEgressPktEnable1.3.6.1.4.1.2272.1.74.1.1.1.1.19TruthValueread-writeEnable/Disable egress rsp pkt lsp stats
T/F rcMplsLdpClearStats1.3.6.1.4.1.2272.1.74.1.1.1.1.20TruthValueread-writeClear global LDP Statistics.
T/F rcMplsRsvpClearStats1.3.6.1.4.1.2272.1.74.1.1.1.1.21TruthValueread-writeClear global RSVP Statistics.
INT rcMplsLspClearStats1.3.6.1.4.1.2272.1.74.1.1.1.1.22INTEGERread-writeClear 'transmit' or 'receive' lsp statistics.
rcMplsIpStaticFecTable1.3.6.1.4.1.2272.1.74.1.1.1.2not-accessibleThis is the table of ip-static fec mappings for both RSVP and LDP .
rcMplsIpStaticFecEntry1.3.6.1.4.1.2272.1.74.1.1.1.2.1not-accessibleA static fec mapping to an rsvp lsp or ldp egress IP address.
IP rcMplsIpStaticFecDest1.3.6.1.4.1.2272.1.74.1.1.1.2.1.1IpAddressnot-accessibleThe statically-configured destination IP address.
IP rcMplsIpStaticFecMask1.3.6.1.4.1.2272.1.74.1.1.1.2.1.2IpAddressnot-accessibleThe statically-configured destination IP mask.
STR rcMplsIpStaticFecTunnelName1.3.6.1.4.1.2272.1.74.1.1.1.2.1.3DisplayStringread-createThe rsvp lsp tunnel name associated with rcMplsIpStaticFecTunnelId. This field will be null if the value of rcMplsIpStaticFecTunnelId is 0.
MPL rcMplsIpStaticFecTunnelId1.3.6.1.4.1.2272.1.74.1.1.1.2.1.4MplsTunnelIndexread-createThe rsvp lsp tunnel index (from mplsTunnelTable defined in rfc3812) if this is an rsvp Ip statically mapped address. This field will be 0 if this is an LDP Egress Address mapping.
IP rcMplsIpStaticFecEgressAddr1.3.6.1.4.1.2272.1.74.1.1.1.2.1.5IpAddressread-createThe LDP Egress IP Address. This field will be 0 if this is an rsvp tunnel fec mapping.
IP rcMplsIpStaticFecEgressMask1.3.6.1.4.1.2272.1.74.1.1.1.2.1.6IpAddressread-createThe LDP Egress IP Mask. This field will be 0 if this is an rsvp tunnel fec mapping.
INT rcMplsIpStaticFecState1.3.6.1.4.1.2272.1.74.1.1.1.2.1.7INTEGERread-onlyIndicates the actual operational status of this static fec.
ROW rcMplsIpStaticFecRowStatus1.3.6.1.4.1.2272.1.74.1.1.1.2.1.8RowStatusread-createThis variable is used to create, modify, and/or delete a row in this table.
rcMplsIpFtnTable1.3.6.1.4.1.2272.1.74.1.1.1.3not-accessibleThis is the table of mpls Ip FTN.
rcMplsIpFtnEntry1.3.6.1.4.1.2272.1.74.1.1.1.3.1not-accessibleAn mpls FTN entry .
IP rcMplsIpFtnDest1.3.6.1.4.1.2272.1.74.1.1.1.3.1.1IpAddressnot-accessibleThe FTN destination IP address.
IP rcMplsIpFtnMask1.3.6.1.4.1.2272.1.74.1.1.1.3.1.2IpAddressnot-accessibleThe FTN destination IP mask.
INT rcMplsIpFtnType1.3.6.1.4.1.2272.1.74.1.1.1.3.1.3INTEGERread-onlyThe FTN next hop label type.
MPL rcMplsIpFtnOutLabel1.3.6.1.4.1.2272.1.74.1.1.1.3.1.4MplsLabelread-onlyThe FTN outgoing label.
NUM rcMplsIpFtnOutIfIndex1.3.6.1.4.1.2272.1.74.1.1.1.3.1.5InterfaceIndexread-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 rcMplsIpFtnNextHop1.3.6.1.4.1.2272.1.74.1.1.1.3.1.6IpAddressread-onlyThe FTN next hop Ip Address.
rcMplsIpIlmTable1.3.6.1.4.1.2272.1.74.1.1.1.4not-accessibleThis is the table of mpls Incoming Label Mapping.
rcMplsIpIlmEntry1.3.6.1.4.1.2272.1.74.1.1.1.4.1not-accessibleAn mpls Incoming Label Map entry .
MPL rcMplsIpIlmInLabel1.3.6.1.4.1.2272.1.74.1.1.1.4.1.1MplsLabelnot-accessibleThe Incoming Label.
NUM rcMplsIpIlmInIfIndex1.3.6.1.4.1.2272.1.74.1.1.1.4.1.2InterfaceIndexread-onlyThe index value which uniquely identifies the incoming 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.
MPL rcMplsIpIlmOutLabel1.3.6.1.4.1.2272.1.74.1.1.1.4.1.3MplsLabelread-onlyThe Outgoing Label.
NUM rcMplsIpIlmOutIfIndex1.3.6.1.4.1.2272.1.74.1.1.1.4.1.4InterfaceIndexread-onlyThe index value which uniquely identifies the outgoing 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 rcMplsIpIlmNextHop1.3.6.1.4.1.2272.1.74.1.1.1.4.1.5IpAddressread-onlyThe next hop Ip Address.
rcMplsIngressLspStatTable1.3.6.1.4.1.2272.1.74.1.1.1.5not-accessibleThis is the table of mpls Incoming Label Stats.
rcMplsIngressLspStatEntry1.3.6.1.4.1.2272.1.74.1.1.1.5.1not-accessibleAn mpls Incoming Label Stat entry .
INT rcMplsIngressLspPort1.3.6.1.4.1.2272.1.74.1.1.1.5.1.1INTEGERnot-accessibleThe incoming port for the lsp.
MPL rcMplsIngressLspLabel1.3.6.1.4.1.2272.1.74.1.1.1.5.1.2MplsLabelnot-accessibleThe Incoming Lsp Label.
C64 rcMplsIngressLspPkts1.3.6.1.4.1.2272.1.74.1.1.1.5.1.3Counter64read-onlyCount of incoming packets for the corresponding lsp and port.
rcMplsEgressLspStatTable1.3.6.1.4.1.2272.1.74.1.1.1.6not-accessibleThis is the table of mpls OutGoing Label Stats.
rcMplsEgressLspStatEntry1.3.6.1.4.1.2272.1.74.1.1.1.6.1not-accessibleAn mpls OutGoing Label Stat entry .
INT rcMplsEgressLspPort1.3.6.1.4.1.2272.1.74.1.1.1.6.1.1INTEGERnot-accessibleThe OutGoing port for the lsp.
MPL rcMplsEgressLspLabel1.3.6.1.4.1.2272.1.74.1.1.1.6.1.2MplsLabelnot-accessibleThe OutGoing Lsp Label.
C64 rcMplsEgressLspPkts1.3.6.1.4.1.2272.1.74.1.1.1.6.1.3Counter64read-onlyCount of outgoing packets for the corresponding lsp and port.
rcMplsRsvpGroup1.3.6.1.4.1.2272.1.74.1.1.2
rcMplsRsvpSummaryGroup1.3.6.1.4.1.2272.1.74.1.1.2.1
U32 rcMplsRsvpSummaryVersion1.3.6.1.4.1.2272.1.74.1.1.2.1.1Unsigned32read-onlyThis is the RSVP version number.
ENA rcMplsRsvpSummaryState1.3.6.1.4.1.2272.1.74.1.1.2.1.2EnableValueread-onlyThis is the RSVP protocol state.
U32 rcMplsRsvpSummaryLSPRetryTimer1.3.6.1.4.1.2272.1.74.1.1.2.1.3Unsigned32read-onlyThis is the retry timer (secs) for the LSPs starting from this node, in case of failure. A value of zero means no retry on LSPs.
U32 rcMplsRsvpSummaryLSPRetryLimit1.3.6.1.4.1.2272.1.74.1.1.2.1.4Unsigned32read-onlyThis is the retry limit for the LSPs starting from this node. It indicates how many times an LSP is retried before giving up. A value of zero means try infinitely.
U32 rcMplsRsvpSummaryLSPDecayRate1.3.6.1.4.1.2272.1.74.1.1.2.1.5Unsigned32read-onlyThis is the decay rate (percent) for LSPs starting on this node.
INT rcMplsRsvpSummaryPHP1.3.6.1.4.1.2272.1.74.1.1.2.1.6INTEGERread-onlyThis is the configured RSVP PHP support on this node. Possible values are implicit-null, explicit-null, or disabled.
rcMplsRsvpTunnelExtTable1.3.6.1.4.1.2272.1.74.1.1.2.2not-accessibleThis is the table of mpls rsvp tunnels. This table supplements the mplsTunnelTable from rfc3812.
rcMplsRsvpTunnelExtEntry1.3.6.1.4.1.2272.1.74.1.1.2.2.1not-accessibleAn entry in the mpls tunnel table.
MPL rcMplsRsvpTunnelExtIndex1.3.6.1.4.1.2272.1.74.1.1.2.2.1.1MplsTunnelIndexnot-accessibleThe Tunnel Index. The value of this object should mimic the value of mplsTunnelIndex of the MplsTunnelEntry of the mpls tunnel for which this extended tunnel table entry row applies.
MPL rcMplsRsvpTunnelExtInstance1.3.6.1.4.1.2272.1.74.1.1.2.2.1.2MplsTunnelInstanceIndexnot-accessibleThe Tunnel Instance. The value of this object should mimic the value of mplsTunnelInstance of the MplsTunnelEntry of the mpls tunnel for which this extended tunnel table entry row applies.
MPL rcMplsRsvpTunnelExtIngressLSRId1.3.6.1.4.1.2272.1.74.1.1.2.2.1.3MplsExtendedTunnelIdnot-accessibleThe Rsvp Tunnel Ingress LSR Id. The value of this object should mimic the value of the mplsTunnelIngressLSRId of the MplsTunnelEntry of the mpls tunnel for which this extended tunnel table entry row applies.
MPL rcMplsRsvpTunnelExtEgressLSRId1.3.6.1.4.1.2272.1.74.1.1.2.2.1.4MplsExtendedTunnelIdnot-accessibleThe Rsvp Tunnel Egress LSR Id. The value of this object should mimic the value of the mplsTunnelEgressLSRId of the MplsTunnelEntry of the mpls tunnel for which this extended tunnel table entry row applies.
STR rcMplsRsvpTunnelExtName1.3.6.1.4.1.2272.1.74.1.1.2.2.1.5SnmpAdminStringread-writeThe Name of the tunnel associated with this LSP.
T/F rcMplsRsvpTunnelExtSwitchover1.3.6.1.4.1.2272.1.74.1.1.2.2.1.6TruthValueread-writeSwitch this LSP from active status to inactive status or vice versa.
T/F rcMplsRsvpTunnelExtActiveStatus1.3.6.1.4.1.2272.1.74.1.1.2.2.1.7TruthValueread-onlyThis is 'true' if this is the active LSP of the tunnel.
STR rcMplsRsvpTunnelExtResStyle1.3.6.1.4.1.2272.1.74.1.1.2.2.1.8SnmpAdminStringread-onlyThis is the reservation style of the tunnel.
MPL rcMplsRsvpTunnelExtLspId1.3.6.1.4.1.2272.1.74.1.1.2.2.1.9MplsLSPIDread-onlyThis is the LSP Id of this LSP.
STR rcMplsRsvpTunnelExtERO1.3.6.1.4.1.2272.1.74.1.1.2.2.1.10SnmpAdminStringread-onlyThis is the Explicit Route associated with this LSP.
STR rcMplsRsvpTunnelExtRRO1.3.6.1.4.1.2272.1.74.1.1.2.2.1.11SnmpAdminStringread-onlyThis is the Recorded Route associated with this LSP.
NUM rcMplsRsvpTunnelExtInIfIndex1.3.6.1.4.1.2272.1.74.1.1.2.2.1.12InterfaceIndexread-onlyThis is the incoming interface for the LSP. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
MPL rcMplsRsvpTunnelExtInLabel1.3.6.1.4.1.2272.1.74.1.1.2.2.1.13MplsLabelread-onlyThis is the incoming Mpls Label. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
IP rcMplsRsvpTunnelExtInNeighbor1.3.6.1.4.1.2272.1.74.1.1.2.2.1.14IpAddressread-onlyThis address of the previous-hop (upstream) router. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
NUM rcMplsRsvpTunnelExtOutIfIndex1.3.6.1.4.1.2272.1.74.1.1.2.2.1.15InterfaceIndexread-onlyThis is the outgoing interface for the LSP. This applies to rows with mplsTunnelRole set to head(1) or transit(2).
MPL rcMplsRsvpTunnelExtOutLabel1.3.6.1.4.1.2272.1.74.1.1.2.2.1.16MplsLabelread-onlyThis is the outgoing Mpls Label. This applies to rows with mplsTunnelRole set to head(1) or transit(2).
IP rcMplsRsvpTunnelExtOutNeighbor1.3.6.1.4.1.2272.1.74.1.1.2.2.1.17IpAddressread-onlyThis address of the next-hop (downstream) router. This applies to rows with applies to rows with mplsTunnelRole set to head(1) or transit(2).
U32 rcMplsRsvpTunnelExtTSpecRate1.3.6.1.4.1.2272.1.74.1.1.2.2.1.18Unsigned32read-onlyThis is the primary LSP TSpec Rate. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
U32 rcMplsRsvpTunnelExtTSpecSize1.3.6.1.4.1.2272.1.74.1.1.2.2.1.19Unsigned32read-onlyThis is the primary LSP TSpec Size. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
U32 rcMplsRsvpTunnelExtTSpecPeak1.3.6.1.4.1.2272.1.74.1.1.2.2.1.20Unsigned32read-onlyThis is the primary LSP TSpec Peak. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
U32 rcMplsRsvpTunnelExtTSpecMin1.3.6.1.4.1.2272.1.74.1.1.2.2.1.21Unsigned32read-onlyThis is the primary LSP TSpec Min. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
U32 rcMplsRsvpTunnelExtTSpecMax1.3.6.1.4.1.2272.1.74.1.1.2.2.1.22Unsigned32read-onlyThis is the primary lsp TSpec Max. This applies to rows with mplsTunnelRole set to transit(2) or tail(3).
TIK rcMplsRsvpTunnelExtInstanceUpTime1.3.6.1.4.1.2272.1.74.1.1.2.2.1.23TimeTicksread-onlyThis is the time (in 100ths of a second) that this instance has been in the Oper 'Up' state. When the instance transitions out of the Oper 'Up' state the time is reset to zero.
TIK rcMplsRsvpTunnelExtLSPUpTime1.3.6.1.4.1.2272.1.74.1.1.2.2.1.24TimeTicksread-onlyThis is the time (in 100ths of a second) that all instances of this LSP have been in the Oper Up state. The time is calculated based on the create time of the first instance of the LSP to go to the Oper 'Up' state. When all instances of this LSP have transitioned out of the Oper 'Up' state the time is reset to zero.
rcMplsRsvpNeighborTable1.3.6.1.4.1.2272.1.74.1.1.2.3not-accessibleThis is the table of mpls rsvp neighbors.
rcMplsRsvpNeighborEntry1.3.6.1.4.1.2272.1.74.1.1.2.3.1not-accessibleAn entry in the mpls rsvp tunnel table.
IP rcMplsRsvpNeighborAddress1.3.6.1.4.1.2272.1.74.1.1.2.3.1.1IpAddressnot-accessibleThis is the address of a learned neighbor.
STR rcMplsRsvpNeighborHelloState1.3.6.1.4.1.2272.1.74.1.1.2.3.1.2SnmpAdminStringread-onlyThis is the state of hello exchange with the neighbor.
NUM rcMplsRsvpNeighborIfIndex1.3.6.1.4.1.2272.1.74.1.1.2.3.1.3InterfaceIndexread-onlyThis is the interface index of the neighbor.
I32 rcMplsRsvpNeighborTime1.3.6.1.4.1.2272.1.74.1.1.2.3.1.4Integer32read-onlyThis is the time the neighbor was learned.
I32 rcMplsRsvpNeighborPeriod1.3.6.1.4.1.2272.1.74.1.1.2.3.1.5Integer32read-onlyThis is the RSVP Hello Interval.
I32 rcMplsRsvpNeighborSendCnt1.3.6.1.4.1.2272.1.74.1.1.2.3.1.6Integer32read-onlyThis is the number of Hello packets sent to the neighbor.
I32 rcMplsRsvpNeighborRcvCnt1.3.6.1.4.1.2272.1.74.1.1.2.3.1.7Integer32read-onlyThis is the number of Hellp packets received from the neighbor.
I32 rcMplsRsvpNeighborLocalInstance1.3.6.1.4.1.2272.1.74.1.1.2.3.1.8Integer32read-onlyThis is the identification sent to the remote router during Hello message exchange.
I32 rcMplsRsvpNeighborRemoteInstance1.3.6.1.4.1.2272.1.74.1.1.2.3.1.9Integer32read-onlyThis is the identification provided by the remote router during Hello message exchange.
I32 rcMplsRsvpNeighborCreationTime1.3.6.1.4.1.2272.1.74.1.1.2.3.1.10Integer32read-onlyThis is the time the neighbor instance was created.
I32 rcMplsRsvpNeighborLastPktRxTime1.3.6.1.4.1.2272.1.74.1.1.2.3.1.11Integer32read-onlyThis is the time that the last Hello message was received from the remote router.
STR rcMplsRsvpNeighborRefReduction1.3.6.1.4.1.2272.1.74.1.1.2.3.1.12SnmpAdminStringread-onlyThis is the refresh-reduction status between the local router and the neighbor.
rcMplsRsvpInterfaceTable1.3.6.1.4.1.2272.1.74.1.1.2.4not-accessibleThis is the table of mpls rsvp interfaces.
rcMplsRsvpInterfaceEntry1.3.6.1.4.1.2272.1.74.1.1.2.4.1not-accessibleAn entry in the mpls rsvp interface table.
NUM rcMplsRsvpInterfaceIfIndex1.3.6.1.4.1.2272.1.74.1.1.2.4.1.1InterfaceIndexnot-accessibleThis is the interface index.
IP rcMplsRsvpInterfaceAddress1.3.6.1.4.1.2272.1.74.1.1.2.4.1.2IpAddressread-onlyThis is the address of the interface.
U32 rcMplsRsvpInterfaceRefreshInterval1.3.6.1.4.1.2272.1.74.1.1.2.4.1.3Unsigned32read-onlyThis is the RSVP refresh interval for the interface(seconds).
U32 rcMplsRsvpInterfaceRefreshMult1.3.6.1.4.1.2272.1.74.1.1.2.4.1.4Unsigned32read-onlyThis is the configured RSVP refresh multiplier for the interface(seconds).
U32 rcMplsRsvpInterfaceHelloInterval1.3.6.1.4.1.2272.1.74.1.1.2.4.1.5Unsigned32read-onlyThis is the configured RSVP Hello Interval of the interface (seconds).
U32 rcMplsRsvpInterfaceRefreshReduction1.3.6.1.4.1.2272.1.74.1.1.2.4.1.6Unsigned32read-onlyThis is the configured RSVP refresh reduction support on the interface.
U32 rcMplsRsvpInterfaceMessageBundling1.3.6.1.4.1.2272.1.74.1.1.2.4.1.7Unsigned32read-onlyThis indicates state of message bundling on the interface.
rcMplsRsvpStatsTable1.3.6.1.4.1.2272.1.74.1.1.2.5not-accessibleThis is the table of mpls rsvp statistics.
rcMplsRsvpStatsEntry1.3.6.1.4.1.2272.1.74.1.1.2.5.1not-accessibleAn entry in the mpls rsvp statistics table.
NUM rcMplsRsvpStatsIfIndex1.3.6.1.4.1.2272.1.74.1.1.2.5.1.1InterfaceIndexnot-accessibleThis is the interface index. This value can be 0 or a valid interface index. When 0 the global rsvp statistics are retrieved.
C32 rcMplsRsvpStatsPathRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.2Counter32read-onlyThis is the path received count.
C32 rcMplsRsvpStatsPathSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.3Counter32read-onlyThis is the path sent count.
C32 rcMplsRsvpStatsPathErrRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.4Counter32read-onlyThis is the path error receives count.
C32 rcMplsRsvpStatsPathErrSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.5Counter32read-onlyThis is the path error sent count.
C32 rcMplsRsvpStatsPathTearRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.6Counter32read-onlyThis is the path tear receives count.
C32 rcMplsRsvpStatsPathTearSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.7Counter32read-onlyThis is the path tear sent count.
C32 rcMplsRsvpStatsResvRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.8Counter32read-onlyThis is the reservation received count.
C32 rcMplsRsvpStatsResvSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.9Counter32read-onlyThis is the reservation sent count.
C32 rcMplsRsvpStatsResvErrRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.10Counter32read-onlyThis is the reservation error receives count.
C32 rcMplsRsvpStatsResvErrSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.11Counter32read-onlyThis is the reservation error sent count.
C32 rcMplsRsvpStatsResvTearRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.12Counter32read-onlyThis is the resv tear receives count.
C32 rcMplsRsvpStatsResvTearSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.13Counter32read-onlyThis is the resv tear sent count.
C32 rcMplsRsvpStatsConfTearRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.14Counter32read-onlyThis is the conf tear receives count.
C32 rcMplsRsvpStatsConfTearSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.15Counter32read-onlyThis is the conf tear sent count.
C32 rcMplsRsvpStatsAckRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.16Counter32read-onlyThis is the acks receives count.
C32 rcMplsRsvpStatsAckSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.17Counter32read-onlyThis is the acks sent count.
C32 rcMplsRsvpStatsSRefreshRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.18Counter32read-onlyThis is the summary refresh receives count.
C32 rcMplsRsvpStatsSRefreshSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.19Counter32read-onlyThis is the summary refresh sent count.
C32 rcMplsRsvpStatsHelloReqRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.20Counter32read-onlyThis is the hello request receives count.
C32 rcMplsRsvpStatsHelloReqSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.21Counter32read-onlyThis is the hello request sent count.
C32 rcMplsRsvpStatsHelloAckRcv1.3.6.1.4.1.2272.1.74.1.1.2.5.1.22Counter32read-onlyThis is the hello ack receives count.
C32 rcMplsRsvpStatsHelloAckSent1.3.6.1.4.1.2272.1.74.1.1.2.5.1.23Counter32read-onlyThis is the hello ack sent count.
C32 rcMplsRsvpStatsBadIpHdr1.3.6.1.4.1.2272.1.74.1.1.2.5.1.24Counter32read-onlyThis is the count of pkts with bad IP Header.
C32 rcMplsRsvpStatsBadVersion1.3.6.1.4.1.2272.1.74.1.1.2.5.1.25Counter32read-onlyThis is the count of pkts with Bad Version.
C32 rcMplsRsvpStatsBadRsvpLen1.3.6.1.4.1.2272.1.74.1.1.2.5.1.26Counter32read-onlyThis is the count of pkts with Bad Rsvp length.
C32 rcMplsRsvpStatsBadCksum1.3.6.1.4.1.2272.1.74.1.1.2.5.1.27Counter32read-onlyThis is the count of pkts with Bad Checksum.
C32 rcMplsRsvpStatsBadMsgType1.3.6.1.4.1.2272.1.74.1.1.2.5.1.28Counter32read-onlyThis is the count of pkts with Bad Message type.
C32 rcMplsRsvpStatsBadMsgForm1.3.6.1.4.1.2272.1.74.1.1.2.5.1.29Counter32read-onlyThis is the count of pkts with Bad Message Form.
C32 rcMplsRsvpStatsBadIntf1.3.6.1.4.1.2272.1.74.1.1.2.5.1.30Counter32read-onlyThis is the count of pkts received on a Bad Interface.
T/F rcMplsRsvpStatsClear1.3.6.1.4.1.2272.1.74.1.1.2.5.1.31TruthValueread-writeClear RSVP Statistics for the interface.
rcMplsLdpGroup1.3.6.1.4.1.2272.1.74.1.1.3
rcMplsLdpSummaryGroup1.3.6.1.4.1.2272.1.74.1.1.3.1
U32 rcMplsLdpSummaryIntAdjCount1.3.6.1.4.1.2272.1.74.1.1.3.1.1Unsigned32read-onlyThis is the LDP summary index.
U32 rcMplsLdpSummaryExtAdjCount1.3.6.1.4.1.2272.1.74.1.1.3.1.2Unsigned32read-onlyThis is the LDP summary index.
U32 rcMplsLdpSummarySessionCount1.3.6.1.4.1.2272.1.74.1.1.3.1.3Unsigned32read-onlyThis is the LDP summary session count.
U32 rcMplsLdpSummaryRouteCount1.3.6.1.4.1.2272.1.74.1.1.3.1.4Unsigned32read-onlyThis is the LDP summary route count.
OID rcMplsLdpSummaryLdpId1.3.6.1.4.1.2272.1.74.1.1.3.1.5MplsLdpIdentifierread-onlyThis is the LDP summary Local LDP Id.
U32 rcMplsLdpSummaryLspCount1.3.6.1.4.1.2272.1.74.1.1.3.1.6Unsigned32read-onlyThis is the LDP summary LSP count.
U32 rcMplsLdpSummaryInSegCount1.3.6.1.4.1.2272.1.74.1.1.3.1.7Unsigned32read-onlyThis is the LDP summary in segment count.
U32 rcMplsLdpSummaryOutSegCount1.3.6.1.4.1.2272.1.74.1.1.3.1.8Unsigned32read-onlyThis is the LDP summary out segment count.
ENA rcMplsLdpSummaryRedistConn1.3.6.1.4.1.2272.1.74.1.1.3.1.9EnableValueread-onlyThis is the LDP policy redist enable flag.
rcMplsLdpDiscoveryTable1.3.6.1.4.1.2272.1.74.1.1.3.2not-accessibleThis is the table of mpls ldp discoveries.
rcMplsLdpDiscoveryEntry1.3.6.1.4.1.2272.1.74.1.1.3.2.1not-accessibleAn entry in the mpls ldp discovery table.
NUM rcMplsLdpDiscoveryIfIndex1.3.6.1.4.1.2272.1.74.1.1.3.2.1.1InterfaceIndexnot-accessibleThis is the interface index.
OID rcMplsLdpDiscoveryPeerLdpId1.3.6.1.4.1.2272.1.74.1.1.3.2.1.2MplsLdpIdentifiernot-accessibleThis is the peer ldp id.
IP rcMplsLdpDiscoveryPeerTransportAddr1.3.6.1.4.1.2272.1.74.1.1.3.2.1.3IpAddressread-onlyThis is the peer transport address to which an LDP session has been provisioned.
U32 rcMplsLdpDiscoveryNegotiatedHoldTime1.3.6.1.4.1.2272.1.74.1.1.3.2.1.4Unsigned32read-onlyThis is the hold time negotiated between peers.
U32 rcMplsLdpDiscoveryConfSeqNum1.3.6.1.4.1.2272.1.74.1.1.3.2.1.5Unsigned32read-onlyThis is the configured sequence number sent by the peer.
U32 rcMplsLdpDiscoveryExtendedDiscovery1.3.6.1.4.1.2272.1.74.1.1.3.2.1.6Unsigned32read-onlyIf set to 1, extended discovery is enabled. If set to 0, basic discovery is enabled.
rcMplsLdpPathTable1.3.6.1.4.1.2272.1.74.1.1.3.3not-accessibleThis is the table of mpls LDP Paths between a local peer and a remote peer .
rcMplsLdpPathEntry1.3.6.1.4.1.2272.1.74.1.1.3.3.1not-accessibleAn entry in the mpls ldp path table.
INT rcMplsLdpPathType1.3.6.1.4.1.2272.1.74.1.1.3.3.1.1INTEGERnot-accessibleThis is the path type. ATG_NHR_LDP_FEC_TYPE_NONE 0 ATG_NHR_LDP_FEC_TYPE_HOST 1 ATG_NHR_LDP_FEC_TYPE_PREFIX 2 ATG_NHR_LDP_FEC_TYPE_VC 3 ATG_NHR_LDP_FEC_TYPE_VC_GEN_ID 4.
IPt rcMplsLdpPathAddrType1.3.6.1.4.1.2272.1.74.1.1.3.3.1.2InetAddressTypenot-accessibleThis is the path address type.
ADR rcMplsLdpPathAddrPrefixLength1.3.6.1.4.1.2272.1.74.1.1.3.3.1.3InetAddressPrefixLengthnot-accessibleThis is the path address prefix length.
IP rcMplsLdpPathAddr1.3.6.1.4.1.2272.1.74.1.1.3.3.1.4InetAddressnot-accessibleThis is the path address.
MPL rcMplsLdpPathInLabel1.3.6.1.4.1.2272.1.74.1.1.3.3.1.5MplsLabelread-onlyThis is the path address prefix length.
rcMplsLdpPathRemotePeerTable1.3.6.1.4.1.2272.1.74.1.1.3.4not-accessibleThis is the table of LDP paths to a given remote peer.
rcMplsLdpPathRemotePeerEntry1.3.6.1.4.1.2272.1.74.1.1.3.4.1not-accessibleAn entry in the mpls ldp path remote peer table.
INT rcMplsLdpPathRemotePeerType1.3.6.1.4.1.2272.1.74.1.1.3.4.1.1INTEGERnot-accessibleThis is the path type. ATG_NHR_LDP_FEC_TYPE_NONE 0 ATG_NHR_LDP_FEC_TYPE_HOST 1 ATG_NHR_LDP_FEC_TYPE_PREFIX 2 ATG_NHR_LDP_FEC_TYPE_VC 3 ATG_NHR_LDP_FEC_TYPE_VC_GEN_ID 4.
IPt rcMplsLdpPathRemotePeerAddrType1.3.6.1.4.1.2272.1.74.1.1.3.4.1.2InetAddressTypenot-accessibleThis is the type of the path address.
ADR rcMplsLdpPathRemotePeerAddrPrefixLength1.3.6.1.4.1.2272.1.74.1.1.3.4.1.3InetAddressPrefixLengthnot-accessibleThis is the path address prefix length.
IP rcMplsLdpPathRemotePeerAddr1.3.6.1.4.1.2272.1.74.1.1.3.4.1.4InetAddressnot-accessibleThis is the path address.
INT rcMplsLdpPathRemotePeerId1.3.6.1.4.1.2272.1.74.1.1.3.4.1.5INTEGERnot-accessibleThis is the Id of the remote peer of the path.
OID rcMplsLdpPathRemotePeerLdpId1.3.6.1.4.1.2272.1.74.1.1.3.4.1.6MplsLdpIdentifierread-onlyThis is the LDP Id of the remote peer of the path.
MPL rcMplsLdpPathRemotePeerOutLabel1.3.6.1.4.1.2272.1.74.1.1.3.4.1.7MplsLabelread-onlyThis is the Out Label for this instance of the Remote Peer Id.
INT rcMplsLdpPathRemotePeerState1.3.6.1.4.1.2272.1.74.1.1.3.4.1.8INTEGERread-onlyThis is the state of the remote peer.
rcMplsLdpRouteTable1.3.6.1.4.1.2272.1.74.1.1.3.5not-accessibleThis is the table of mpls ldp routes.
rcMplsLdpRouteEntry1.3.6.1.4.1.2272.1.74.1.1.3.5.1not-accessibleAn entry in the mpls ldp route table.
INT rcMplsLdpRouteType1.3.6.1.4.1.2272.1.74.1.1.3.5.1.1INTEGERnot-accessibleThis is the route type. ATG_NHR_LDP_FEC_TYPE_NONE 0 ATG_NHR_LDP_FEC_TYPE_HOST 1 ATG_NHR_LDP_FEC_TYPE_PREFIX 2 ATG_NHR_LDP_FEC_TYPE_VC 3 ATG_NHR_LDP_FEC_TYPE_VC_GEN_ID 4.
IPt rcMplsLdpRouteAddrType1.3.6.1.4.1.2272.1.74.1.1.3.5.1.2InetAddressTypenot-accessibleThis is the route address prefix length.
ADR rcMplsLdpRouteAddrPrefixLength1.3.6.1.4.1.2272.1.74.1.1.3.5.1.3InetAddressPrefixLengthnot-accessibleThis is the route address prefix length.
IP rcMplsLdpRouteAddr1.3.6.1.4.1.2272.1.74.1.1.3.5.1.4InetAddressnot-accessibleThis is the route address.
NUM rcMplsLdpRouteIfIndex1.3.6.1.4.1.2272.1.74.1.1.3.5.1.5InterfaceIndexread-onlyThis is the interface index of the route entry.
IPt rcMplsLdpRouteNextHopAddrType1.3.6.1.4.1.2272.1.74.1.1.3.5.1.6InetAddressTyperead-onlyThis is the address type of the next hop.
IP rcMplsLdpRouteNextHopAddr1.3.6.1.4.1.2272.1.74.1.1.3.5.1.7InetAddressread-onlyThis is the address of the next hop.
rcMplsLdpSessionTable1.3.6.1.4.1.2272.1.74.1.1.3.6not-accessibleThis is the table of mpls ldp sessions.
rcMplsLdpSessionEntry1.3.6.1.4.1.2272.1.74.1.1.3.6.1not-accessibleAn entry in the mpls ldp session table.
OID rcMplsLdpSessionEntityLdpId1.3.6.1.4.1.2272.1.74.1.1.3.6.1.1MplsLdpIdentifiernot-accessibleThis is the entity LDP ID for the session.
NUM rcMplsLdpSessionEntityIndex1.3.6.1.4.1.2272.1.74.1.1.3.6.1.2IndexIntegernot-accessibleThis is the entity LDP ID for the session.
OID rcMplsLdpSessionPeerLdpId1.3.6.1.4.1.2272.1.74.1.1.3.6.1.3MplsLdpIdentifiernot-accessibleThis is the peer LDP ID for the session.
U32 rcMplsLdpSessionStateLastChange1.3.6.1.4.1.2272.1.74.1.1.3.6.1.4Unsigned32read-onlyThe time this Session entered its current state as denoted by the rcMplsLdpSessionState object.
INT rcMplsLdpSessionState1.3.6.1.4.1.2272.1.74.1.1.3.6.1.5INTEGERread-onlyThe current state of the session, all of the states 1 to 5 are based on the state machine for session negotiation behavior 1- nonexistent, 2- initialized, 3- openrec, 4- opensent, 5- operational.
INT rcMplsLdpSessionRole1.3.6.1.4.1.2272.1.74.1.1.3.6.1.6INTEGERread-onlyDuring session establishment the LSR/LER takes either the active role or the passive role based on address comparisons. This object indicates whether this LSR/LER was behaving in an active role or passive role during this session's establishment, 1- unknown, 2- active, 3- passive. The value of unknown(1), indicates that the role is not able to be determined at the present time.
U32 rcMplsLdpSessionProtocolVersion1.3.6.1.4.1.2272.1.74.1.1.3.6.1.7Unsigned32read-onlyThis is the protocol version.
I32 rcMplsLdpSessionKeepAliveHoldTimeRem1.3.6.1.4.1.2272.1.74.1.1.3.6.1.8Integer32read-onlyThis is the session keep alive hold time remaining.
U32 rcMplsLdpSessionKeepAliveTime1.3.6.1.4.1.2272.1.74.1.1.3.6.1.9Unsigned32read-onlyThis is the session keep alive time.
U32 rcMplsLdpSessionMaxPduLength1.3.6.1.4.1.2272.1.74.1.1.3.6.1.10Unsigned32read-onlyThis is the session's max pdu length.
I32 rcMplsLdpSessionDiscontinuityTime1.3.6.1.4.1.2272.1.74.1.1.3.6.1.11Integer32read-onlyThis is the session's discontinuity time.
U32 rcMplsLdpSessionHoldTime1.3.6.1.4.1.2272.1.74.1.1.3.6.1.12Unsigned32read-onlyThis is the session's hold time.
I32 rcMplsLdpSessionUpTime1.3.6.1.4.1.2272.1.74.1.1.3.6.1.13Integer32read-onlyThis is the session's up time.
C32 rcMplsLdpSessionMessagesSent1.3.6.1.4.1.2272.1.74.1.1.3.6.1.14Counter32read-onlyThis is the session total messages sent.
C32 rcMplsLdpSessionMessagesRecv1.3.6.1.4.1.2272.1.74.1.1.3.6.1.15Counter32read-onlyThis is the session total messages received.
rcMplsLdpInterfaceTable1.3.6.1.4.1.2272.1.74.1.1.3.7not-accessibleThis is the table of mpls ldp interface.
rcMplsLdpInterfaceEntry1.3.6.1.4.1.2272.1.74.1.1.3.7.1not-accessibleAn entry in the mpls ldp interface table.
NUM rcMplsLdpInterfaceIfIndex1.3.6.1.4.1.2272.1.74.1.1.3.7.1.1InterfaceIndexnot-accessibleThis is the LDP interface if index.
U32 rcMplsLdpInterfaceNbrCount1.3.6.1.4.1.2272.1.74.1.1.3.7.1.2Unsigned32read-onlyThis is the number of neighbors.
U32 rcMplsLdpInterfaceNextHello1.3.6.1.4.1.2272.1.74.1.1.3.7.1.3Unsigned32read-onlyThis is the next hello time.
U32 rcMplsLdpInterfaceConfHoldTime1.3.6.1.4.1.2272.1.74.1.1.3.7.1.4Unsigned32read-onlyThis is the configured hello hold time.
U32 rcMplsLdpInterfaceNegHoldTime1.3.6.1.4.1.2272.1.74.1.1.3.7.1.5Unsigned32read-onlyThis is the negotiated hello hold time.
U32 rcMplsLdpInterfaceHelloInterval1.3.6.1.4.1.2272.1.74.1.1.3.7.1.6Unsigned32read-onlyThis is one third of the negotiated hello hold time.
rcMplsLdpStatsTable1.3.6.1.4.1.2272.1.74.1.1.3.8not-accessibleThis is the table of mpls ldp statistics.
rcMplsLdpStatsEntry1.3.6.1.4.1.2272.1.74.1.1.3.8.1not-accessibleAn entry in the mpls ldp statistics table.
IP rcMplsLdpStatsPeerAddress1.3.6.1.4.1.2272.1.74.1.1.3.8.1.1IpAddressnot-accessibleThis is the LDP Peer Address key for search. This value can be a valid peer address or 0.0.0.0. If 0.0.0.0 then global LDP statistics are retrieved.
C32 rcMplsLdpStatsNotifyRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.2Counter32read-onlyThis is the count of notifications received.
C32 rcMplsLdpStatsNotifySent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.3Counter32read-onlyThis is the count of notifications sent.
C32 rcMplsLdpStatsHelloRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.4Counter32read-onlyThis is the count of hellos received.
C32 rcMplsLdpStatsHelloSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.5Counter32read-onlyThis is the count of hellos sent.
C32 rcMplsLdpStatsInitRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.6Counter32read-onlyThis is the count of initializations received.
C32 rcMplsLdpStatsInitSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.7Counter32read-onlyThis is the count of initializations sent.
C32 rcMplsLdpStatsKeepRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.8Counter32read-onlyThis is the count of keep alives received.
C32 rcMplsLdpStatsKeepSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.9Counter32read-onlyThis is the count of keep alives sent.
C32 rcMplsLdpStatsAddrRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.10Counter32read-onlyThis is the count of addrs received.
C32 rcMplsLdpStatsAddrSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.11Counter32read-onlyThis is the count of addrs sent.
C32 rcMplsLdpStatsAddrWdrRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.12Counter32read-onlyThis is the count of addr withdraws received.
C32 rcMplsLdpStatsAddrWdrSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.13Counter32read-onlyThis is the count of addr withdraws sent.
C32 rcMplsLdpStatsLabelMapRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.14Counter32read-onlyThis is the count of label maps received.
C32 rcMplsLdpStatsLabelMapSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.15Counter32read-onlyThis is the count of label maps sent.
C32 rcMplsLdpStatsLabelReqRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.16Counter32read-onlyThis is the count of label reqs received.
C32 rcMplsLdpStatsLabelReqSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.17Counter32read-onlyThis is the count of label reqs sent.
C32 rcMplsLdpStatsLabelWdrRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.18Counter32read-onlyThis is the count of label withdraws received.
C32 rcMplsLdpStatsLabelWdrSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.19Counter32read-onlyThis is the count of label withdraws sent.
C32 rcMplsLdpStatsLabelRelRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.20Counter32read-onlyThis is the count of label withdraws received.
C32 rcMplsLdpStatsLabelRelSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.21Counter32read-onlyThis is the count of label withdraws sent.
C32 rcMplsLdpStatsLabelAbrRecv1.3.6.1.4.1.2272.1.74.1.1.3.8.1.22Counter32read-onlyThis is the count of label aborts received.
C32 rcMplsLdpStatsLabelAbrSent1.3.6.1.4.1.2272.1.74.1.1.3.8.1.23Counter32read-onlyThis is the count of label aborts sent.
C32 rcMplsLdpStatsSessionUp1.3.6.1.4.1.2272.1.74.1.1.3.8.1.24Counter32read-onlyThis is the count of session up.
C32 rcMplsLdpStatsSessionDown1.3.6.1.4.1.2272.1.74.1.1.3.8.1.25Counter32read-onlyThis is the count of session down.
C32 rcMplsLdpStatsBadLdpIdentifierErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.26Counter32read-onlyThis is the count of bad LDP ID errors.
C32 rcMplsLdpStatsBadPduLengthErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.27Counter32read-onlyThis is the count of Bad PDU length errors.
C32 rcMplsLdpStatsBadMessageLengthErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.28Counter32read-onlyThis is the count of bad message length errors.
C32 rcMplsLdpStatsUnknownMessageErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.29Counter32read-onlyThis is the count of unknown message errors.
C32 rcMplsLdpStatsUnknownTlvErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.30Counter32read-onlyThis is the count of unknown TLV errors.
C32 rcMplsLdpStatsBadTlvLengthErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.31Counter32read-onlyThis is the count of bad TLV Length errors.
C32 rcMplsLdpStatsMalformedTlvValueErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.32Counter32read-onlyThis is the count of Malinformed TLV value errors.
C32 rcMplsLdpStatsHoldTimerExpErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.33Counter32read-onlyThis is the count of hold time expired errors.
C32 rcMplsLdpStatsSessionRejectedNoHelloErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.34Counter32read-onlyThis is the count of session reject - no hello errors.
C32 rcMplsLdpStatsSessionRejectedBadParmAdvErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.35Counter32read-onlyThis is the count of session reject - bad parameter advertisement errors.
C32 rcMplsLdpStatsSessionRejectedMaxPduErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.36Counter32read-onlyThis is the count of session reject - Max PDU Errors.
C32 rcMplsLdpStatsSessionRejectedBadLabelRangeErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.37Counter32read-onlyThis is the count of session reject - Bad Label Range errors.
C32 rcMplsLdpStatsSessionRejectedSetupAbortErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.38Counter32read-onlyThis is the count of session reject - Setup Abort errors.
C32 rcMplsLdpStatsSessionRejectedBadKeepaliveErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.39Counter32read-onlyThis is the count of session reject - Bad Keepalive Errors.
C32 rcMplsLdpStatsSessionOtherErrors1.3.6.1.4.1.2272.1.74.1.1.3.8.1.40Counter32read-onlyThis is the count of other errors.
T/F rcMplsLdpStatsClear1.3.6.1.4.1.2272.1.74.1.1.3.8.1.41TruthValueread-writeClear LDP Statistics for the Peer.
rcMplsNotificationObjects1.3.6.1.4.1.2272.1.74.1.2
T/F rcMplsLdpStatusNotificationEnable1.3.6.1.4.1.2272.1.74.1.2.1TruthValueread-writeIf this object is true, then it enables the generation of LDP Session Up or Down Traps, otherwise these traps are not emitted.
T/F rcMplsLdpSessionThresholdNotificationEnable1.3.6.1.4.1.2272.1.74.1.2.2TruthValueread-writeIf this object is true, then it enables the generation of LDP Session Threshold Exceeded Traps, otherwise these traps are not emitted.
T/F rcMplsLdpPathVectorLimitNotificationEnable1.3.6.1.4.1.2272.1.74.1.2.3TruthValueread-writeIf this object is true, then it enables the generation of LDP Path Vector Limit Exceeded Traps, otherwise these traps are not emitted.
rcIpMRoute1.3.6.1.4.1.2272.1.76
rcIpMRouteMIBObjects1.3.6.1.4.1.2272.1.76.1
rcIpMRouteScalars1.3.6.1.4.1.2272.1.76.1.1
T/F rcIpMRouteStatsEnabled1.3.6.1.4.1.2272.1.76.1.1.2TruthValueread-writeThe enabled status of IP Multicast statistics.
T/F rcIpMRouteStatsClear1.3.6.1.4.1.2272.1.76.1.1.3TruthValueread-writeClear ip mroute stats.
rcIpMRouteStatsTable1.3.6.1.4.1.2272.1.76.1.6not-accessiblethe table containing IP Multicast statistics.
rcIpMRouteStatsEntry1.3.6.1.4.1.2272.1.76.1.6.1not-accessibleAn entry containing the ip multicast statistics information for the specific group ip address.
IP rcIpMRouteStatsGroupAddress1.3.6.1.4.1.2272.1.76.1.6.1.1IpAddressnot-accessiblethe IP multicast group address for which this entry contains ip multicast statistics.
C32 rcIpMRouteStatsSourceCount1.3.6.1.4.1.2272.1.76.1.6.1.2Counter32read-onlyThe number of sources corresponding to the specific group and vrf.
C64 rcIpMRouteStatsPkts1.3.6.1.4.1.2272.1.76.1.6.1.3Counter64read-onlyThe total number of frames that are processed corresponding to the specific group and vrf.
C64 rcIpMRouteStatsBytes1.3.6.1.4.1.2272.1.76.1.6.1.4Counter64read-onlyThe total number of bytes that are processed corresponding to the specific group and vrf.
I32 rcIpMRouteStatsAverageSizePerPkt1.3.6.1.4.1.2272.1.76.1.6.1.5Integer32read-onlyThe average length of packets that are processed corresponding to the specific group and vrf.
C64 rcIpMRouteStatsDropPkts1.3.6.1.4.1.2272.1.76.1.6.1.6Counter64read-onlyThe total number of drop frames that are processed corresponding to the specific group and vrf.
C64 rcIpMRouteStatsDropBytes1.3.6.1.4.1.2272.1.76.1.6.1.7Counter64read-onlyThe total number of drop bytes that are processed corresponding to the specific group and vrf.
I32 rcIpMRouteStatsPktsPerSecond1.3.6.1.4.1.2272.1.76.1.6.1.8Integer32read-onlyThe number of packets that are processed corresponding to the specific group and vrf in one second.
rcPlsb1.3.6.1.4.1.2272.1.78
rcPlsbGlobal1.3.6.1.4.1.2272.1.78.1
OCT rcPlsbGlobalVlans1.3.6.1.4.1.2272.1.78.1.1OCTET STRINGread-writePLSB vlan entry.
ENA rcPlsbGlobalEnable1.3.6.1.4.1.2272.1.78.1.2EnableValueread-writeEnable/Disable PLSB global flag.
INT rcPlsbGlobalMsti1.3.6.1.4.1.2272.1.78.1.3INTEGERread-writeMSTI instance ID for PLSB VLANS
I32 rcPlsbGlobalEtherType1.3.6.1.4.1.2272.1.78.1.4Integer32read-writeSPBM Ethertype
rcMsdp1.3.6.1.4.1.2272.1.80
rcMsdpMib1.3.6.1.4.1.2272.1.80.1
rcMsdpNotifications1.3.6.1.4.1.2272.1.80.1.0
NTF rcnMsdpMaxSACacheWarnSet1.3.6.1.4.1.2272.1.80.1.0.1This event is generated when the SA entries in the cache database exceeds 85 % of maximum value (6K) in local cache or in foreign cache.
NTF rcnMsdpMaxSACacheWarnClear1.3.6.1.4.1.2272.1.80.1.0.2This event is generated when the Sa entries in the cache database drops to 80 % of the maximum value (6K).
NTF rcnMsdpMaxSACacheErrorSet1.3.6.1.4.1.2272.1.80.1.0.3This event is generated when the SA entries in the cache database hits 100 % of the maximum value (6K).
NTF rcnMsdpMaxSACacheErrorClear1.3.6.1.4.1.2272.1.80.1.0.4This event is generated when the SA entries in the cache database drops to 95% of the maximum value.
NTF rcnMsdpMaxPeerSACacheWarnSet1.3.6.1.4.1.2272.1.80.1.0.5This event is generated when the SA entries for this peer exceeds 85 % of maximum value configured for this peer.
NTF rcnMsdpMaxPeerSACacheWarnClear1.3.6.1.4.1.2272.1.80.1.0.6This event is generated when the SA entries for this peer drops to 80 % of the maximum value configured for this peer.
NTF rcnMsdpMaxPeerSACacheErrorSet1.3.6.1.4.1.2272.1.80.1.0.7This event is generated when the SA entries for this peer hits 100 % of the peer SA limit.
NTF rcnMsdpMaxPeerSACacheErrorClear1.3.6.1.4.1.2272.1.80.1.0.8This event is generated when the SA entries for this peer drops to 95% of the peer SA limit.
NTF rcnMsdpEstablished1.3.6.1.4.1.2272.1.80.1.0.9The MSDP Established event is generated when the MSDP FSM enters the ESTABLISHED state.
NTF rcnMsdpBackwardTransition1.3.6.1.4.1.2272.1.80.1.0.10The MSDPBackwardTransition Event is generated when the MSDP FSM moves from a higher-numbered state to a lower-numbered state.
rcMsdpObjects1.3.6.1.4.1.2272.1.80.1.1
rcMsdpScalars1.3.6.1.4.1.2272.1.80.1.1.1
STR rcMsdpRouteMapName1.3.6.1.4.1.2272.1.80.1.1.1.1SnmpAdminStringread-writeRoute map name. Transmit only the SA messages that meet the match criteria in the route map name with a permit keyword. It is used as the policy of the redistribute filter. It can not be set when redistribute filter is disabled.
T/F rcMsdpRedistributeFilterEnabled1.3.6.1.4.1.2272.1.80.1.1.1.2TruthValueread-writeTo enable or disable the redistribute filter. This filter is used to filter the (S,G,RP) entries provided by PIM to MSDP.
T/F rcMsdpRedistributeFilterApply1.3.6.1.4.1.2272.1.80.1.1.1.3TruthValueread-writeEach time when making changes to the redistribute filter, it will not take effect until it is applied.
T/F rcMsdpImplicitDefaultPeerEnabled1.3.6.1.4.1.2272.1.80.1.1.1.4TruthValueread-writeTo enable or disable the implicit default peer of MSDP. If enabled,it will accept SA messages even if the Peer RPF(Reverse Path Forwarding) rules fails, condition is that there should be only one peer configured.
T/F rcMsdpSACacheStatsClear1.3.6.1.4.1.2272.1.80.1.1.1.5TruthValueread-writeClear foreign SA-Cache entries.
rcMsdpPeerTable1.3.6.1.4.1.2272.1.80.1.1.2not-accessibleA table that augments the management information in the standard IETF msdpPeerTable.
rcMsdpPeerEntry1.3.6.1.4.1.2272.1.80.1.1.2.1not-accessibleA set of additional management information augmenting that of the standard IETF msdpPeerEntry.
I32 rcMsdpPeerAsNumber1.3.6.1.4.1.2272.1.80.1.1.2.1.1Integer32read-createThe AS number of the remote Peer. Value -1 indicates that AS number is not configured.
C32 rcMsdpPeerTooShortMessages1.3.6.1.4.1.2272.1.80.1.1.2.1.2Counter32read-onlyThe number of Short messages received from this peer.
C32 rcMsdpPeerInBadMessages1.3.6.1.4.1.2272.1.80.1.1.2.1.3Counter32read-onlyThe number of Bad MSDP messages received from this peer.
C32 rcMsdpPeerInKeepAliveMessages1.3.6.1.4.1.2272.1.80.1.1.2.1.4Counter32read-onlyThe number of keep alive messages received from this peer.
C32 rcMsdpPeerOutKeepAliveMessages1.3.6.1.4.1.2272.1.80.1.1.2.1.5Counter32read-onlyThe number of keep alive messages transmitted to this peer.
T/F rcMsdpPeerInSAFilterEnabled1.3.6.1.4.1.2272.1.80.1.1.2.1.6TruthValueread-createTo enable or disable the in SA filter of a peer.
STR rcMsdpPeerInSAFilterRouteMapName1.3.6.1.4.1.2272.1.80.1.1.2.1.7SnmpAdminStringread-createThe route Map name of IN SA Filter. If route map name is configured, it Accepts only the SA messages that meet the match criteria in the route map map-name with a permit keyword. If access route map name is not configured, all inbound SA messages from this peer will be blocked.
T/F rcMsdpPeerOutSAFilterEnabled1.3.6.1.4.1.2272.1.80.1.1.2.1.8TruthValueread-createTo enable or disable the out SA filter of a peer.
STR rcMsdpPeerOutSAFilterRouteMapName1.3.6.1.4.1.2272.1.80.1.1.2.1.9SnmpAdminStringread-createThe route Map name of OUT SA Filter. If route map name is configured, it sends only the SA messages that meet the match criteria in the route map map-name with a permit keyword. If access route map name is not configured, all outbound SA messages sent to this peer will be blocked
STR rcMsdpPeerDescription1.3.6.1.4.1.2272.1.80.1.1.2.1.10SnmpAdminStringread-createPeer specific description. It is used to make the peer easier to be identified.
U32 rcMsdpPeerSALimit1.3.6.1.4.1.2272.1.80.1.1.2.1.11Unsigned32read-createThe SA Cache limit for this peer.
T/F rcMsdpPeerMd5AuthEnabled1.3.6.1.4.1.2272.1.80.1.1.2.1.12TruthValueread-createThe MD5 Authentication status of this peer.
STR rcMsdpPeerMd5AuthPassword1.3.6.1.4.1.2272.1.80.1.1.2.1.13SnmpAdminStringread-createThe MD5 Authentication password of this peer.
C32 rcMsdpPeerSAsLearnedFromThisPeer1.3.6.1.4.1.2272.1.80.1.1.2.1.14Counter32read-onlyThe total number of SAs learned from this peer.
C32 rcMsdpPeerSAsAdvertisedToThisPeer1.3.6.1.4.1.2272.1.80.1.1.2.1.15Counter32read-onlyThe total number of SAs advertised to this peer.
TIK rcMsdpPeerUpOrDownTime1.3.6.1.4.1.2272.1.80.1.1.2.1.16TimeTicksread-onlyMSDP Peer Up or Down duration.
TIK rcMsdpPeerConnAndStatsClearedTime1.3.6.1.4.1.2272.1.80.1.1.2.1.17TimeTicksread-onlyThe duration of connection and statistics cleared ago.
STR rcMsdpPeerRouteMapName1.3.6.1.4.1.2272.1.80.1.1.2.1.18SnmpAdminStringread-createRoute map name for default peer.
T/F rcMsdpPeerAdminEnabled1.3.6.1.4.1.2272.1.80.1.1.2.1.19TruthValueread-createThe admin status of this peer.
T/F rcMsdpPeerOperEnabled1.3.6.1.4.1.2272.1.80.1.1.2.1.20TruthValueread-onlyThe operational status of this peer.
INT rcMsdpPeerDefaultPeerState1.3.6.1.4.1.2272.1.80.1.1.2.1.21INTEGERread-onlyThe default peer has two state: Configured and Operational. MSDP node only accept SA messages from the Operational default peer. These is only one default peer can become Operational, all the Configured default peers are for redundancy.
T/F rcMsdpPeerDefaultPeer1.3.6.1.4.1.2272.1.80.1.1.2.1.22TruthValueread-createIt is used to indicate whether a peer is a default peer or not.
rcMsdpSACacheTable1.3.6.1.4.1.2272.1.80.1.1.3not-accessibleSA (Source Active) - Cache Table. This table contains foreign as well as local SA Cache entries. Foreign SA Cache entries from this table will have corresponding entries in the standard table msdpSACacheTable
rcMsdpSACacheEntry1.3.6.1.4.1.2272.1.80.1.1.3.1not-accessibleSA Cache Entry.
IP rcMsdpSACacheGroupAddr1.3.6.1.4.1.2272.1.80.1.1.3.1.1IpAddressnot-accessibleThe group address of the SA Cache entry.
IP rcMsdpSACacheSourceAddr1.3.6.1.4.1.2272.1.80.1.1.3.1.2IpAddressnot-accessibleThe source address of the SA Cache entry.
IP rcMsdpSACacheOriginRP1.3.6.1.4.1.2272.1.80.1.1.3.1.3IpAddressnot-accessibleThe RP of the SA Cache entry. This field is in the INDEX in order to catch multiple RP's advertising the same source and group.
INT rcMsdpSACacheTypeInformation1.3.6.1.4.1.2272.1.80.1.1.3.1.4INTEGERnot-accessibleThis object describes the SA cache type. It can be either local cache or foreign cache.
U32 rcMsdpSACacheOriginatorAsNumber1.3.6.1.4.1.2272.1.80.1.1.3.1.5Unsigned32read-onlyThe AS number of the originator.
INT rcMsdpSACacheRouteType1.3.6.1.4.1.2272.1.80.1.1.3.1.6INTEGERread-onlyThe owner of the route that is used for rpf checking.
rcMsdpNotificationObjects1.3.6.1.4.1.2272.1.80.1.2
INT rcMsdpSACacheType1.3.6.1.4.1.2272.1.80.1.2.1INTEGERaccessible-for-notifyThis object describes the SA cache type.
OID rcMsdpVrfId1.3.6.1.4.1.2272.1.80.1.2.2VrfIdentifieraccessible-for-notifyVRF ID for the MSDP.
rcBfd1.3.6.1.4.1.2272.1.81
rcBfdTmpMib1.3.6.1.4.1.2272.1.81.1
rcBfdTmpNotifications1.3.6.1.4.1.2272.1.81.1.0
NTF rcBfdTmpSessUp1.3.6.1.4.1.2272.1.81.1.0.1This notification is generated when the bfdSessState object for one or more contiguous entries in bfdSessTable are about to enter the up(2) state from some other state. The included values of bfdSessDiag MUST both be set equal to this new state (i.e: up(1)). The two instances of bfdSessDiag in this notification indicate the range of indexes that are affected. Note that all the indexes of the two ends of the range can be derived from the instance identifiers of these two objects. For the cases where a contiguous range of sessions have transitioned into the up(1) state at roughly the same time, the device SHOULD issue a single notification for each range of contiguous indexes in an effort to minimize the emission of a large number of notifications. If a notification has to be issued for just a single bfdSessEntry, then the instance identifier (and values) of the two bfdSessDiag objects MUST be the identical.
NTF rcBfdTmpSessDown1.3.6.1.4.1.2272.1.81.1.0.2This notification is generated when the bfdSessState object for one or more contiguous entries in bfdSessTable are about to enter the down(4) or adminDown(5) states from some other state. The included values of bfdSessDiag MUST both be set equal to this new state (i.e: down(4) or adminDown(5)). The two instances of bfdSessDiag in this notification indicate the range of indexes that are affected. Note that all the indexes of the two ends of the range can be derived from the instance identifiers of these two objects. For cases where a contiguous range of sessions have transitioned into the down(4) or adminDown(5) states at roughly the same time, the device SHOULD issue a single notification for each range of contiguous indexes in an effort to minimize the emission of a large number of notifications. If a notification has to be issued for just a single bfdSessEntry, then the instance identifier (and values) of the two bfdSessDiag objects MUST be the identical.
rcBfdTmpObjects1.3.6.1.4.1.2272.1.81.1.1
rcBfdTmpScalarObjects1.3.6.1.4.1.2272.1.81.1.1.1
INT rcBfdTmpAdminStatus1.3.6.1.4.1.2272.1.81.1.1.1.1INTEGERread-writeThe global administrative status of BFD in this router. The value 'enabled' denotes that the BFD Process is active on at least one interface; 'disabled' disables it on all interfaces.
U32 rcBfdTmpVersionNumber1.3.6.1.4.1.2272.1.81.1.1.1.3Unsigned32read-onlyThe current version number of the BFD protocol.
T/F rcBfdTmpSessNotificationsEnable1.3.6.1.4.1.2272.1.81.1.1.1.4TruthValueread-writeIf this object is set to true(1), then it enables the emission of bfdSessUp and bfdSessDown notifications; otherwise these notifications are not emitted.
rcBfdTmpSessTable1.3.6.1.4.1.2272.1.81.1.1.2not-accessibleThe BFD Session Table describes the BFD sessions.
rcBfdTmpSessEntry1.3.6.1.4.1.2272.1.81.1.1.2.1not-accessibleThe BFD Session Entry describes BFD session.
RCB rcBfdTmpSessIndex1.3.6.1.4.1.2272.1.81.1.1.2.1.1RcBfdTmpSessIndexTCnot-accessibleThis object contains an index used to represent a unique BFD session on this device.
U32 rcBfdTmpSessApplicationId1.3.6.1.4.1.2272.1.81.1.1.2.1.2Unsigned32read-onlyThis object contains an index used to indicate a local application which owns or maintains this BFD session. For instance, the MPLS VPN process may maintain a subset of the total number of BFD sessions. This application ID provides a convenient way to segregate sessions by the applications which maintain them.
U32 rcBfdTmpSessDiscriminator1.3.6.1.4.1.2272.1.81.1.1.2.1.3Unsigned32read-onlyThis object specifies the local discriminator for this BFD session, used to uniquely identify it.
U32 rcBfdTmpSessRemoteDiscr1.3.6.1.4.1.2272.1.81.1.1.2.1.4Unsigned32read-onlyThis object specifies the session discriminator chosen by the remote system for this BFD session.
INE rcBfdTmpSessUdpPort1.3.6.1.4.1.2272.1.81.1.1.2.1.5InetPortNumberread-createThe UDP Port for BFD. The default value is the well-known value for this port.
INT rcBfdTmpSessState1.3.6.1.4.1.2272.1.81.1.1.2.1.6INTEGERread-onlyThe perceived state of the BFD session.
T/F rcBfdTmpSessRemoteHeardFlag1.3.6.1.4.1.2272.1.81.1.1.2.1.7TruthValueread-onlyThis object specifies status of BFD packet reception from the remote system. Specifically, it is set to true(1) if the local system is actively receiving BFD packets from the remote system, and is set to false(0) if the local system has not received BFD packets recently (within the detection time) or if the local system is attempting to tear down the BFD session.
U32 rcBfdTmpSessDiag1.3.6.1.4.1.2272.1.81.1.1.2.1.8Unsigned32accessible-for-notifyA diagnostic code specifying the local system's reason for the last transition of the session from up(1) to some other state.
INT rcBfdTmpSessOperMode1.3.6.1.4.1.2272.1.81.1.1.2.1.9INTEGERread-onlyThis object specifies current operating mode that BFD session is operating in. A value of AsyncModeWEchoFun(1) ... A value of AsynchModeWOEchoFun(2) ... A value of DemandModeWEchoFunction(3) ... A value of DemandModeWOEchoFunction(4) ...
T/F rcBfdTmpSessDemandModeDesiredFlag1.3.6.1.4.1.2272.1.81.1.1.2.1.10TruthValueread-createThis object indicates that the local system's desire to use Demand mode. Specifically, it is set to true(1) if the local system wishes to use Demand mode or false(0) if not
T/F rcBfdTmpSessEchoFuncModeDesiredFlag1.3.6.1.4.1.2272.1.81.1.1.2.1.11TruthValueread-createThis object indicates that the local system's desire to use Echo mode. Specifically, it is set to true(1) if the local system wishes to use Echo mode or false(0) if not
T/F rcBfdTmpSessControlPlanIndepFlag1.3.6.1.4.1.2272.1.81.1.1.2.1.12TruthValueread-createThis object indicates that the local system's ability to continue to function through a disruption of the control plane. Specifically, it is set to true(1) if the local system BFD implementation is independent of the control plane. Otherwise, the value is set to false(0)
IPt rcBfdTmpSessAddrType1.3.6.1.4.1.2272.1.81.1.1.2.1.13InetAddressTyperead-createThis object specifies IP address of the interface associated with this BFD session. Only values unknown(0), ipv4(1) or ipv6(2) have to be supported. A value of unknown(0) is allowed only when the outgoing interface is of type point-to-point, or when the BFD session is not associated with a specific interface. If any other unsupported values are attempted in a set operation, the agent MUST return an inconsistentValue error.
IP rcBfdTmpSessAddr1.3.6.1.4.1.2272.1.81.1.1.2.1.14InetAddressread-createThis object specifies IP address of the interface associated with this BFD session. It can also be used to enabled BFD on a specific interface. The value is set to zero when BFD session is not associated with a specific interface.
NUM rcBfdTmpSessDesiredMinTxInterval1.3.6.1.4.1.2272.1.81.1.1.2.1.15RcBfdTmpIntervalread-createThis object specifies the minimum interval, in microseconds, that the local system would like to use when transmitting BFD Control packets.
NUM rcBfdTmpSessReqMinRxInterval1.3.6.1.4.1.2272.1.81.1.1.2.1.16RcBfdTmpIntervalread-createThis object specifies the minimum interval, in microseconds, between received BFD Control packets the local system is capable of supporting.
NUM rcBfdTmpSessReqMinEchoRxInterval1.3.6.1.4.1.2272.1.81.1.1.2.1.17RcBfdTmpIntervalread-createThis object specifies the minimum interval, in microseconds, between received BFD Echo packets that this system is capable of supporting.
U32 rcBfdTmpSessDetectMult1.3.6.1.4.1.2272.1.81.1.1.2.1.18Unsigned32read-createThis object specifies the Detect time multiplier.
STO rcBfdTmpSessStorType1.3.6.1.4.1.2272.1.81.1.1.2.1.19StorageTyperead-createThis variable indicates the storage type for this object. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
ROW rcBfdTmpSessRowStatus1.3.6.1.4.1.2272.1.81.1.1.2.1.20RowStatusread-createThis variable is used to create, modify, and/or delete a row in this table. When a row in this table has a row in the active(1) state, no objects in this row can be modified except the bfdSessRowStatus and bfdSessStorageType.
T/F rcBfdTmpSessAuthPresFlag1.3.6.1.4.1.2272.1.81.1.1.2.1.21TruthValueread-createThis object indicates that the local system's desire to use Authentication. Specifically, it is set to true(1) if the local system wishes the session to be authenticated or false(0) if not
INT rcBfdTmpSessAuthenticationType1.3.6.1.4.1.2272.1.81.1.1.2.1.22INTEGERread-createThe Authentication Type used for this BFD session. This field is valid only when the Authentication Present bit is set
rcBfdTmpSessPerfTable1.3.6.1.4.1.2272.1.81.1.1.3not-accessibleThis table specifies BFD Session performance counters.
rcBfdTmpSessPerfEntry1.3.6.1.4.1.2272.1.81.1.1.3.1not-accessibleAn entry in this table is created by a BFD-enabled node for every BFD Session. bfdCounterDiscontinuityTime is used to indicate potential discontinuity for all counter objects in this table.
C32 rcBfdTmpSessPerfPktIn1.3.6.1.4.1.2272.1.81.1.1.3.1.1Counter32read-onlyThe total number of BFD messages received for this BFD session.
C32 rcBfdTmpSessPerfPktOut1.3.6.1.4.1.2272.1.81.1.1.3.1.2Counter32read-onlyThe total number of BFD messages sent for this BFD session.
TIM rcBfdTmpSessUpTime1.3.6.1.4.1.2272.1.81.1.1.3.1.3TimeStampread-onlyThe value of sysUpTime on the most recent occasion at which the session came up. If no such up event exists this object contains a zero value.
TIM rcBfdTmpSessPerfLastSessDownTime1.3.6.1.4.1.2272.1.81.1.1.3.1.4TimeStampread-onlyThe value of sysUpTime on the most recent occasion at which the last time communication was lost with the neighbor. If no such down event exist this object contains a zero value.
RCB rcBfdTmpSessPerfLastCommLostDiag1.3.6.1.4.1.2272.1.81.1.1.3.1.5RcBfdTmpDiagread-onlyThe BFD diag code for the last time communication was lost with the neighbor. If no such down event exists this object contains a zero value.
C32 rcBfdTmpSessPerfSessUpCount1.3.6.1.4.1.2272.1.81.1.1.3.1.6Counter32read-onlyThe number of times this session has gone into the Up state since the router last rebooted.
TIM rcBfdTmpSessPerfDiscTime1.3.6.1.4.1.2272.1.81.1.1.3.1.7TimeStampread-onlyThe value of sysUpTime on the most recent occasion at which any one or more of the session counters suffered a discontinuity. The relevant counters are the specific instances associated with this BFD session of any Counter32 object contained in the BfdSessPerfTable. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
C64 rcBfdTmpSessPerfPktInHC1.3.6.1.4.1.2272.1.81.1.1.3.1.8Counter64read-onlyThis value represents the total number of BFD messages received for this BFD session. It MUST be equal to the least significant 32 bits of bfdSessPerfPktIn if bfdSessPerfPktInHC is supported according to the rules spelled out in RFC2863.
C64 rcBfdTmpSessPerfPktOutHC1.3.6.1.4.1.2272.1.81.1.1.3.1.9Counter64read-onlyThis value represents the total number of total number of BFD messages transmitted for this BFD session. It MUST be equal to the least significant 32 bits of bfdSessPerfPktIn if bfdSessPerfPktOutHC is supported according to the rules spelled out in RFC2863.
rcBfdTmpSessMapTable1.3.6.1.4.1.2272.1.81.1.1.4not-accessibleThe BFD Session Mapping Table maps the complex indexing of the BFD sessions to the flat BFDIndex used in the BfdSessionTable. Implementors need to be aware that if the value of the bfdSessAddr (an OID) has more that 111 sub-identifiers, then OIDs of column instances in this table will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
rcBfdTmpSessMapEntry1.3.6.1.4.1.2272.1.81.1.1.4.1not-accessibleThe BFD Session Entry describes BFD session that is mapped to this index. Implementors need to be aware that if the value of the mplsInSegmentMapLabelPtrIndex (an OID) has more that 111 sub-identifiers, then OIDs of column instances in this table will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
RCB rcBfdTmpSessMapBfdIndex1.3.6.1.4.1.2272.1.81.1.1.4.1.1RcBfdTmpSessIndexTCread-onlyThis object specifies the BfdIndex referred to by the indexes of this row. In essence, a mapping is provided between these indexes and the BfdSessTable.
rcBfdExtMib1.3.6.1.4.1.2272.1.81.2
rcBfdExtObjects1.3.6.1.4.1.2272.1.81.2.1
rcBfdExtSessTable1.3.6.1.4.1.2272.1.81.2.1.1not-accessibleThe BFD Session Extension Table describes the BFD sessions.
rcBfdExtSessEntry1.3.6.1.4.1.2272.1.81.2.1.1.1not-accessibleThe BFD Session Extension Entry describes BFD session.
INT rcBfdExtSessPeerState1.3.6.1.4.1.2272.1.81.2.1.1.1.1INTEGERread-onlyThe perceived peer state of the BFD session.
IPt rcBfdExtSessPeerAddrType1.3.6.1.4.1.2272.1.81.2.1.1.1.2InetAddressTyperead-onlyInet Address Type of peer IP address associated with this BFD session.
IP rcBfdExtSessPeerAddr1.3.6.1.4.1.2272.1.81.2.1.1.1.3InetAddressread-onlyThis object specifies peer IP address associated with this BFD session.
STR rcBfdExtSessApp1.3.6.1.4.1.2272.1.81.2.1.1.1.4SnmpAdminStringread-onlyThis object specifies the applications configured on this BFD session.
STR rcBfdExtSessAppRun1.3.6.1.4.1.2272.1.81.2.1.1.1.5SnmpAdminStringread-onlyThis object specifies the applications running on this BFD session.
rcKhi1.3.6.1.4.1.2272.1.85
rcKhiConfig1.3.6.1.4.1.2272.1.85.1
T/F rcKhiConfigKhiAdminState1.3.6.1.4.1.2272.1.85.1.1TruthValueread-writeKey Health Inidaction, this object is used turn off the KHI feature administratively. true(1) means On, false(2) means off. By default, it is always set to true(1).
U32 rcKhiConfigKhiBootDelay1.3.6.1.4.1.2272.1.85.1.2Unsigned32read-writeTime interval from system up and running to start the KHI feature. Set to 0 to disable to the time interval.
BIT rcKhiConfigClearAction1.3.6.1.4.1.2272.1.85.1.3Bitsread-writeClear action with bits set. 0 Bit means from left (most sinificant) bit to right (less sinificnt) bit
T/F rcKhiConfigPortKhiAdminState1.3.6.1.4.1.2272.1.85.1.4TruthValueread-writeKey Health Inidcation, this object is used turn off the Port KHI feature administratively. true(1) means On, false(2) means off. By default, it is always set to true(1).
T/F rcKhiConfigPerfKhiAdminState1.3.6.1.4.1.2272.1.85.1.5TruthValueread-writeKey Health Inidcation, this object is used turn off the Performance KHI feature administratively. true(1) means On, false(2) means off. By default, it is always set to true(1).
T/F rcKhiConfigChasKhiAdminState1.3.6.1.4.1.2272.1.85.1.6TruthValueread-writeKey Health Inidcation, this object is used turn off the Chassis KHI feature administratively. true(1) means On, false(2) means off. By default, it is always set to true(1).
T/F rcKhiConfigForwardingKhiAdminState1.3.6.1.4.1.2272.1.85.1.7TruthValueread-writeKey Health Inidcation, this object is used turn off the Forwarding KHI feature administratively. true(1) means On, false(2) means off. By default, it is always set to true(1).
T/F rcKhiConfigMgmtKhiAdminState1.3.6.1.4.1.2272.1.85.1.8TruthValueread-writeKey Health Inidcation, this object is used turn off the Management KHI feature administratively. true(1) means On, false(2) means off. By default, it is always set to true(1).
rcKhiHighLevel1.3.6.1.4.1.2272.1.85.2
INT rcKhiHighLevelKhiOperStatus1.3.6.1.4.1.2272.1.85.2.1INTEGERread-onlyIndicate if the KHI feature is on(1), off(2) or wait(3). running (1) means KHI is enabled and running. off(2) means KHI is disabled wait(3) means KHI is enabled but it is not running yet. At beginning of system boot up, KHI can be set to wait for start time (rcKhiHighLevelKhiStartTime) to experied then start the KHI monitor the system. This allows the system fully up and start the KHI info. When Operation Status is off or wait, all KHI status will not be valid
KHI rcKhiHighLevelChassisCurrentStatus1.3.6.1.4.1.2272.1.85.2.2KhiStatusValueread-onlyChassis current status. Include: Chassis Temperature, Fan Temperature and operational status, Line card operational status, Mezz operational status, HA status. This object show GREEN when all of above are GREEN. Otherwise, it will show the highest alert in ther order of Red, Yellow, or Green green(1): All Chassis parameters are normal. yellow(2): One of chassis parameter in alert state red(3): One or more Chassis parameters are in critical state.
KHI rcKhiHighLevelChassisFirstHighestEvent1.3.6.1.4.1.2272.1.85.2.3KhiStatusValueread-onlyThe first highest alert changing of chassis status since last boot or last clear (rcKhiConfigClearAction). green(1): All Chassis parameters were normal. yellow(2): One or more Chassis parameter has changed. red(3): One or more Chassis parameters were in critical state.
DAT rcKhiHighLevelChassisFirstHighestEventTime1.3.6.1.4.1.2272.1.85.2.4DateAndTimeread-onlyTimestamp of first highest alert of chassis status indication (rcKhiHighLevelChassisChangeStatus)
KHI rcKhiHighLevelChassisRefStatus1.3.6.1.4.1.2272.1.85.2.5KhiStatusValueread-onlyChassis reference status before the first the first change and since last boot or last clear (rcKhiConfigClearAction). green(1): All Chassis parameters were normal. yellow(2): One or more Chassis parameter has changed. red(3): One or more Chassis parameters were in critical state.
DAT rcKhiHighLevelChassisStatusLastClearTime1.3.6.1.4.1.2272.1.85.2.6DateAndTimeread-onlychassis status last clear time stamp
KHI rcKhiHighLevelCpuPerfCurrentStatus1.3.6.1.4.1.2272.1.85.2.7KhiStatusValueread-onlyCurrent CPU Performance Status. Inlcudes: CPU utilization, Fabric utilization, Buffer utilization, Dram Size, Suspended task, CPU control status. green(1): All chassis parameter are normal yellow(2): One or more Chassis parameters have changed. red(3): One or more Chassis parameters are in critical state.
KHI rcKhiHighLevelCpuPerfFirstHighestEvent1.3.6.1.4.1.2272.1.85.2.8KhiStatusValueread-onlyThe first highest alert change of CPU performance status since last boot or last clear (rcKhiConfigClearAction). green(1): All Chassis parameters were normal. yellow(2): One or more Chassis parameter has changed. red(3): One or more Chassis parameters are in critical state.
DAT rcKhiHighLevelCpuPerfFirstHighestEventTime1.3.6.1.4.1.2272.1.85.2.9DateAndTimeread-onlyTimestamp of first highest alert change of CPU Performance status (rcKhiHighLevelCpuPerfChangeStatus)
KHI rcKhiHighLevelCpuPerfRefStatus1.3.6.1.4.1.2272.1.85.2.10KhiStatusValueread-onlyCPU performance reference status before the first change since last boot or last clear (rcKhiConfigClearAction). green(1): All Chassis parameters were normal. yellow(2): One or more Chassis parameter has changed. red(3): One or more Chassis parameters are in critical state.
DAT rcKhiHighLevelCpuPerfStatusLastClearTime1.3.6.1.4.1.2272.1.85.2.11DateAndTimeread-onlyCPU Performance last clear time stamp
KHI rcKhiHighLevelPortCurrentStatus1.3.6.1.4.1.2272.1.85.2.12KhiStatusValueread-onlyPorts current status. green(1): Port link state has no change. yellow(2): Port link state is changed by admin. red(3): Port link state is in critical state.
KHI rcKhiHighLevelPortFirstHighestEvent1.3.6.1.4.1.2272.1.85.2.13KhiStatusValueread-onlyThe first highest change indication of ports status since last boot or last clear (rcKhiConfigClearAction). green(1): Port link state had no change. yellow(2): Port link state was changed by admin. red(3): Port link state was in critical state.
DAT rcKhiHighLevelPortFirstHighestEventTime1.3.6.1.4.1.2272.1.85.2.14DateAndTimeread-onlyTimestamp of first highest inidcation of Ports status status indication (rcKhiHighLevelPortChangeStatus)
KHI rcKhiHighLevelPortRefStatus1.3.6.1.4.1.2272.1.85.2.15KhiStatusValueread-onlyPorts reference status before first change since last boot or last clear (rcKhiConfigClearAction). green(1): Port link state had no change. yellow(2): Port link state was changed by admin. red(3): Port link state was in critical state.
DAT rcKhiHighLevelPortStatusLastClearTime1.3.6.1.4.1.2272.1.85.2.16DateAndTimeread-onlyPorts status last clear time stamp
KHI rcKhiHighLevelForwardingCurrentStatus1.3.6.1.4.1.2272.1.85.2.17KhiStatusValueread-onlyForwarding current status. green(1): Port link state has no change. yellow(2): Port link state is changed by admin. red(3): Port link state is in critical state.
KHI rcKhiHighLevelForwardingFirstHighestEvent1.3.6.1.4.1.2272.1.85.2.18KhiStatusValueread-onlyThe frist highest changing inidcation of Forwarding status since last boot or clear. green(1): Port link state had no change. yellow(2): Port link state was changed by admin. red(3): Port link state was in critical state.
DAT rcKhiHighLevelForwardingFirstHighestEventTime1.3.6.1.4.1.2272.1.85.2.19DateAndTimeread-onlyTimestamp of first highest inidcation of Forwarding status status indication (rcKhiHighLevelForwardingChangeStatus)
KHI rcKhiHighLevelForwardingRefStatus1.3.6.1.4.1.2272.1.85.2.20KhiStatusValueread-onlyForwarding reference status before the first change since last boot or clear. green(1): Port link state had no change. yellow(2): Port link state was changed by admin. red(3): Port link state was in critical state.
DAT rcKhiHighLevelForwardingStatusLastClearTime1.3.6.1.4.1.2272.1.85.2.21DateAndTimeread-onlyForwarding status last clear time stamp
C32 rcKhiHighLevelTotalConfigVlanCount1.3.6.1.4.1.2272.1.85.2.22Counter32read-onlyTotal Number of Vlan configured in device
C32 rcKhiHighLevelTotalConfigIpIfCount1.3.6.1.4.1.2272.1.85.2.23Counter32read-onlyTotal Configured IP Interface count
C32 rcKhiHighLevelTotalOperIpIfCurrentCount1.3.6.1.4.1.2272.1.85.2.24Counter32read-onlyCurrent total operational IP Interface count
DAT rcKhiHighLevelIpIfFirstChangeTime1.3.6.1.4.1.2272.1.85.2.25DateAndTimeread-onlyTimestamp of first change of IP interface
C32 rcKhiHighLevelTotalOperIpIfReferenceCount1.3.6.1.4.1.2272.1.85.2.26Counter32read-onlyReference count of total operational IP berfore the first change since last boot or last clear
DAT rcKhiHighLevelIpIfLastClearTime1.3.6.1.4.1.2272.1.85.2.27DateAndTimeread-onlyIP interface last clear time stamp
C32 rcKhiHighLevelGlobalRouterTotalRouteCount1.3.6.1.4.1.2272.1.85.2.28Counter32read-onlyTotal number of route count in VRF 0, which is default VRF
C32 rcKhiHighLevelGlobalRouterTotalRouteRefCount1.3.6.1.4.1.2272.1.85.2.29Counter32read-onlyTotal number of route reference count in VRF 0, which is default VRF
DAT rcKhiHighLevelGlobalRouterLastClearTime1.3.6.1.4.1.2272.1.85.2.30DateAndTimeread-onlyGlobal router total routes last clear time stamp
C32 rcKhiHighLevelGlobalRouterTotalBestRouteCount1.3.6.1.4.1.2272.1.85.2.31Counter32read-onlytotal number of best route count in VRF 0 (default VRF)
C32 rcKhiHighLevelGlobalRouterBestRouteRefCount1.3.6.1.4.1.2272.1.85.2.32Counter32read-onlyTotal number of best route reference count in VRF 0, which is default VRF
DAT rcKhiHighLevelGlobalRouterBestRouteLastClearTime1.3.6.1.4.1.2272.1.85.2.33DateAndTimeread-onlyGlobal router total best routes last clear time stamp
C32 rcKhiHighLevelNonZeroVrfsTotalRouteCount1.3.6.1.4.1.2272.1.85.2.34Counter32read-onlyTotal number of route count in Non Zero Vrfs
C32 rcKhiHighLevelNonZeroVrfsTotalRouteRefCount1.3.6.1.4.1.2272.1.85.2.35Counter32read-onlyTotal number of route reference count in non zero VRF
DAT rcKhiHighLevelNonZeroVrfsRouteLastClearTime1.3.6.1.4.1.2272.1.85.2.36DateAndTimeread-onlyNon zero vrf total routes last clear time stamp
C32 rcKhiHighLevelNonZeroVrfsTotalBestRouteCount1.3.6.1.4.1.2272.1.85.2.37Counter32read-onlytotal number of best route count in Non Zero Vrfs
C32 rcKhiHighLevelNonZeroVrfsBestRouteRefCount1.3.6.1.4.1.2272.1.85.2.38Counter32read-onlyTotal number of best route reference count in non zero VRF
DAT rcKhiHighLevelNonZeroVrfsBestRouteLastClearTime1.3.6.1.4.1.2272.1.85.2.39DateAndTimeread-onlyNon zero vrf total best routes last clear time stamp
C32 rcKhiHighLevelFdbRecordCount1.3.6.1.4.1.2272.1.85.2.40Counter32read-onlyThis count includes the number of FDB entries in the CP (Control card) database, it includes the local and remote learnt MACs via IST/SMLT, it is not the actual record count on the line card.
C32 rcKhiHighLevelFdbRecordRefCount1.3.6.1.4.1.2272.1.85.2.41Counter32read-onlyTotal number of fdb record reference count
DAT rcKhiHighLevelFdbRecordLastClearTime1.3.6.1.4.1.2272.1.85.2.42DateAndTimeread-onlyFDB Records Last clear time
KHI rcKhiHighLevelGlobalRouterProtocolState1.3.6.1.4.1.2272.1.85.2.43KhiStatusValueread-onlyGlobal Router Protocol State
DAT rcKhiHighLevelGlobalRouterProtocolStateLastClearTime1.3.6.1.4.1.2272.1.85.2.44DateAndTimeread-onlyGR Protocol State last clear time
KHI rcKhiHighLevelNonZeroVrfsProtocolState1.3.6.1.4.1.2272.1.85.2.45KhiStatusValueread-onlyNon zero VRF Protocol State
DAT rcKhiHighLevelNonZeroVrfsProtocolStateLastClearTime1.3.6.1.4.1.2272.1.85.2.46DateAndTimeread-onlyNonzero vrf Protocol State last clear time
KHI rcKhiHighLevelIstCurrentStatus1.3.6.1.4.1.2272.1.85.2.47KhiStatusValueread-onlyKey Health Indicction, IST current status
KHI rcKhiHighLevelIstFirstHighestEvent1.3.6.1.4.1.2272.1.85.2.48KhiStatusValueread-onlyKey Health Indicction, IST changing status since last boot or clear
DAT rcKhiHighLevelIstFirstHighestEventTime1.3.6.1.4.1.2272.1.85.2.49DateAndTimeread-onlyTimestamp of first change Ist Status
DAT rcKhiHighLevelIstStatusLastClearTime1.3.6.1.4.1.2272.1.85.2.50DateAndTimeread-onlyIst Status last Clear timestamp
C32 rcKhiHighLevelSmltOperPortsCount1.3.6.1.4.1.2272.1.85.2.51Counter32read-onlyCurrent total numbers of SMLT operational ports
DAT rcKhiHighLevelSmltOperPortsChangeTime1.3.6.1.4.1.2272.1.85.2.52DateAndTimeread-onlyTimestamp of first change Smlt operational ports
C32 rcKhiHighLevelSmltOperPortsReferenceCount1.3.6.1.4.1.2272.1.85.2.53Counter32read-onlyReference count of SMLT operational ports before the first chaneg since last boot or clear
DAT rcKhiHighLevelSmltOperPortsLastClearTime1.3.6.1.4.1.2272.1.85.2.54DateAndTimeread-onlySMLT operational ports count last Clear timestamp
C32 rcKhiHighLevelTotalSmltConfigPorts1.3.6.1.4.1.2272.1.85.2.55Counter32read-onlyTotal number of SMLT configured ports
KHI rcKhiHighLevelLogCurrentStatus1.3.6.1.4.1.2272.1.85.2.56KhiStatusValueread-onlyLogging task current status
KHI rcKhiHighLevelLogFirstHighestEvent1.3.6.1.4.1.2272.1.85.2.57KhiStatusValueread-onlyThe highest inidcation of the first change of logging task status since last boot or clear
DAT rcKhiHighLevelLogFirstHighestEventTime1.3.6.1.4.1.2272.1.85.2.58DateAndTimeread-onlyTimestamp of first change logging task Status
KHI rcKhiHighLevelLogRefStatus1.3.6.1.4.1.2272.1.85.2.59KhiStatusValueread-onlylog referemce status before the first change since last boot or clear
DAT rcKhiHighLevelLogStatusLastClearTime1.3.6.1.4.1.2272.1.85.2.60DateAndTimeread-onlyIst Status last Clear timestamp
C32 rcKhiHighLevelNumOfTcpConnection1.3.6.1.4.1.2272.1.85.2.61Counter32read-onlyTotal number of TCP connections
C32 rcKhiHighLevelNumOfActiveTcpConnection1.3.6.1.4.1.2272.1.85.2.62Counter32read-onlyTotal number of TCP connections which is establish
C32 rcKhiHighLevelNumOfCliUsers1.3.6.1.4.1.2272.1.85.2.63Counter32read-onlyTotal number of CLI sesssion
rcKhiChassis1.3.6.1.4.1.2272.1.85.3
G32 rcKhiChassisChasTemperature1.3.6.1.4.1.2272.1.85.3.1Gauge32read-onlyUsed to indicate the core operating temperature of the chassis. This value represents the degree in celsius of the air inside the chassis.
G32 rcKhiChassisTemperatureFirstHigherAlert1.3.6.1.4.1.2272.1.85.3.2Gauge32read-onlyUsed to indicate the the first higher temperature alert of the chassis since last boot or clear. The value is the degree in celsius.
DAT rcKhiChassisTemperatureFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.3.3DateAndTimeread-onlyThe time at which the first higher temperature alert occur.
KHI rcKhiChassisChasTemperatureStatusIndication1.3.6.1.4.1.2272.1.85.3.4KhiStatusValueread-onlyKHI Status indication
INT rcKhiChassisMasterCpuMezzOperState1.3.6.1.4.1.2272.1.85.3.5INTEGERread-onlyUsed to indicate the CPU Mezz card
KHI rcKhiChassisMasterCpuMezzStatusIndication1.3.6.1.4.1.2272.1.85.3.6KhiStatusValueread-onlythe CPU Mezz card status indication
INT rcKhiChassisStandbyCpuMezzOperState1.3.6.1.4.1.2272.1.85.3.7INTEGERread-onlyUsed to indicate the CPU Mezz card
KHI rcKhiChassisStandbyCpuMezzStatusIndication1.3.6.1.4.1.2272.1.85.3.8KhiStatusValueread-onlyUsed to indicate the CPU Mezz card
INT rcKhiChassisStandbyCpuState1.3.6.1.4.1.2272.1.85.3.9INTEGERread-onlyIndicate the standby-CPU state. initialization - indicate the CPU is in this state (1). oneWayActive - Modules that need to be synchronized have registered with the framework (either locally or a message was received from remote CPU (2). twoWayActive - Modules that need to be synchronized have registered with the framework (either locally or a message was received from remote CPU (3). synchronized - Table based synchroniztion was completed on the current CPU (4). remoteIncompatible - CPUs framework version is incompatible with the remote CPU (5). error - If an invalid event is generated in a given state the CPU enters Error state (6). disabled - High Availability is not enabled (7). peerNotConnected - no peer connection is established (8). peerConnected - peer connection is established (9). lostPeerConnection - lost connection to peer/Standby CPU (10). notSynchronized - Table Sync is not complete (11).
KHI rcKhiChassisStandbyCpuStatusIndication1.3.6.1.4.1.2272.1.85.3.10KhiStatusValueread-onlythe Ha-CPU status indicaton
rcKhiChassisHistoryTable1.3.6.1.4.1.2272.1.85.3.11not-accessibleChassis table include chassis history info
rcKhiChassisHistoryEntry1.3.6.1.4.1.2272.1.85.3.11.1not-accessibleA chassis history table entry.
I32 rcKhiChassisHistoryIndex1.3.6.1.4.1.2272.1.85.3.11.1.1Integer32not-accessiblehistory index for chassis
KHI rcKhiChassisHistoryTemperatureStateChange1.3.6.1.4.1.2272.1.85.3.11.1.2KhiStatusValueread-onlyChassis temperature state change. Green if temperature =41 and =50
DAT rcKhiChassisHistoryTemperatureStateChangeTime1.3.6.1.4.1.2272.1.85.3.11.1.3DateAndTimeread-onlyTime at which the temperature state change occur.
rcKhiChassisFanTable1.3.6.1.4.1.2272.1.85.3.12not-accessibleFan table include Fan statistics
rcKhiChassisFanEntry1.3.6.1.4.1.2272.1.85.3.12.1not-accessibleA chassis fan table entry.
I32 rcKhiChassisFanId1.3.6.1.4.1.2272.1.85.3.12.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
INT rcKhiChassisFanOperState1.3.6.1.4.1.2272.1.85.3.12.1.2INTEGERread-onlyFan operational state
INT rcKhiChassisFanFirstStateChange1.3.6.1.4.1.2272.1.85.3.12.1.3INTEGERread-onlyFan operational state first change after boot or clear.
DAT rcKhiChassisFanFirstStateChangeTime1.3.6.1.4.1.2272.1.85.3.12.1.4DateAndTimeread-onlyTime at which the fan operational state first change occur.
KHI rcKhiChassisFanOperStatusIndication1.3.6.1.4.1.2272.1.85.3.12.1.5KhiStatusValueread-onlyFan oper state status indication
G32 rcKhiChassisFanTemperature1.3.6.1.4.1.2272.1.85.3.12.1.6Gauge32read-onlyFan 1 temperature
G32 rcKhiChassisFanTempFirstHigherAlert1.3.6.1.4.1.2272.1.85.3.12.1.7Gauge32read-onlyFan temperature first higher alert
DAT rcKhiChassisFanTempFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.3.12.1.8DateAndTimeread-onlyTime at which the fan temperature first higher alert occur
KHI rcKhiChassisFanTempStatusIndication1.3.6.1.4.1.2272.1.85.3.12.1.9KhiStatusValueread-onlyFan status indication
rcKhiChassisFanOperHistoryTable1.3.6.1.4.1.2272.1.85.3.13not-accessibleFan table include Fan operational state history info
rcKhiChassisFanOperHistoryEntry1.3.6.1.4.1.2272.1.85.3.13.1not-accessibleA chassis fan oper state history table entry.
I32 rcKhiChassisFanOperHistoryFanId1.3.6.1.4.1.2272.1.85.3.13.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
I32 rcKhiChassisFanOperHistoryIndex1.3.6.1.4.1.2272.1.85.3.13.1.2Integer32not-accessiblehistory index for a particular fan
KHI rcKhiChassisFanOperHistoryStateChange1.3.6.1.4.1.2272.1.85.3.13.1.3KhiStatusValueread-onlyFan operational state change. Up - Green and Down - Red
DAT rcKhiChassisFanOperHistoryStateChangeTime1.3.6.1.4.1.2272.1.85.3.13.1.4DateAndTimeread-onlyTime at which the fan operational state change occur.
rcKhiChassisFanTempHistoryTable1.3.6.1.4.1.2272.1.85.3.14not-accessibleFan table include Fan temperature history info
rcKhiChassisFanTempHistoryEntry1.3.6.1.4.1.2272.1.85.3.14.1not-accessibleA chassis fan Temperature history table entry.
I32 rcKhiChassisFanTempHistoryFanId1.3.6.1.4.1.2272.1.85.3.14.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
I32 rcKhiChassisFanTempHistoryIndex1.3.6.1.4.1.2272.1.85.3.14.1.2Integer32not-accessiblehistory index for a particular fan
KHI rcKhiChassisFanTempHistoryTempStateChange1.3.6.1.4.1.2272.1.85.3.14.1.3KhiStatusValueread-onlyFan temperature state change. Green if temperature =41 and =50
DAT rcKhiChassisFanTempHistoryTempStateChangeTime1.3.6.1.4.1.2272.1.85.3.14.1.4DateAndTimeread-onlyTime at which the fan temperature state change occur.
rcKhiChassisPowerSupplyTable1.3.6.1.4.1.2272.1.85.3.15not-accessiblePower Supply table include Power Supply statistics
rcKhiChassisPowerSupplyEntry1.3.6.1.4.1.2272.1.85.3.15.1not-accessibleA chassis fan table entry.
I32 rcKhiChassisPowerSupplyId1.3.6.1.4.1.2272.1.85.3.15.1.1Integer32not-accessibleAn unique index used to identify a particular Power Supply in the system.
INT rcKhiChassisPowerSupplyOperState1.3.6.1.4.1.2272.1.85.3.15.1.2INTEGERread-onlyPower Supply operational state
INT rcKhiChassisPowerSupplyFirstStateChange1.3.6.1.4.1.2272.1.85.3.15.1.3INTEGERread-onlyPower Supply operational state First change after boot or clear.
DAT rcKhiChassisPowerSupplyFirstStateChangeTime1.3.6.1.4.1.2272.1.85.3.15.1.4DateAndTimeread-onlyTime at which Power Supply State first change occur.
KHI rcKhiChassisPowerSupplyStatusIndication1.3.6.1.4.1.2272.1.85.3.15.1.5KhiStatusValueread-onlyPower Supply status indication
rcKhiChassisPowerSupplyHistoryTable1.3.6.1.4.1.2272.1.85.3.16not-accessiblePower Supply table include power supply history info
rcKhiChassisPowerSupplyHistoryEntry1.3.6.1.4.1.2272.1.85.3.16.1not-accessibleA chassis power supply history table entry.
I32 rcKhiChassisPowerSupplyHistoryPSId1.3.6.1.4.1.2272.1.85.3.16.1.1Integer32not-accessibleAn unique index used to identify a particular PowerSupply in the system.
I32 rcKhiChassisPowerSupplyHistoryIndex1.3.6.1.4.1.2272.1.85.3.16.1.2Integer32not-accessiblehistory index for a particular power supply
KHI rcKhiChassisPowerSupplyHistoryOperStateChange1.3.6.1.4.1.2272.1.85.3.16.1.3KhiStatusValueread-onlyPower supply operational state change. Green if power supply comes up and Red if it goes down
DAT rcKhiChassisPowerSupplyHistoryOperStateChangeTime1.3.6.1.4.1.2272.1.85.3.16.1.4DateAndTimeread-onlyTime at which the power supply operational state change occur.
rcKhiChassisLineCardTable1.3.6.1.4.1.2272.1.85.3.17not-accessibletable include line card statistics
rcKhiChassisLineCardEntry1.3.6.1.4.1.2272.1.85.3.17.1not-accessibleA chassis line card table entry.
I32 rcKhiChassisLineCardSlot1.3.6.1.4.1.2272.1.85.3.17.1.1Integer32not-accessibleAn unique index used to identify a particular slot of line card in the system.
INT rcKhiChassisLineCardOperState1.3.6.1.4.1.2272.1.85.3.17.1.2INTEGERread-onlyLine card operational state
ENA rcKhiChassisLineCardAdminState1.3.6.1.4.1.2272.1.85.3.17.1.3EnableValueread-onlyLine card administrative state
KHI rcKhiChassisLineCardFirstStateChange1.3.6.1.4.1.2272.1.85.3.17.1.4KhiStatusValueread-onlyLine card first operational state change after boot or clear.
DAT rcKhiChassisLineCardFirstStateChangeTime1.3.6.1.4.1.2272.1.85.3.17.1.5DateAndTimeread-onlyThe time at which line card first operational state change occur.
KHI rcKhiChassisLineCardStatusIndication1.3.6.1.4.1.2272.1.85.3.17.1.6KhiStatusValueread-onlyLine card Status indication
rcKhiChassisLineCardHistoryTable1.3.6.1.4.1.2272.1.85.3.18not-accessibleLine card table include line card history info
rcKhiChassisLineCardHistoryEntry1.3.6.1.4.1.2272.1.85.3.18.1not-accessibleA chassis line card history table entry.
I32 rcKhiChassisLineCardHistoryLCId1.3.6.1.4.1.2272.1.85.3.18.1.1Integer32not-accessibleAn unique index used to identify a particular LineCard in the system.
I32 rcKhiChassisLineCardHistoryIndex1.3.6.1.4.1.2272.1.85.3.18.1.2Integer32not-accessiblehistory index for a particular line card
KHI rcKhiChassisLineCardHistoryOperStateChange1.3.6.1.4.1.2272.1.85.3.18.1.3KhiStatusValueread-onlyLine card operational state change. Green if operationally up. Yellow if operationally down and adminstratively disabled. Red if operationally down and adminstratively enabled
DAT rcKhiChassisLineCardHistoryOperStateChangeTime1.3.6.1.4.1.2272.1.85.3.18.1.4DateAndTimeread-onlyTime at which the line card operational state change occur.
rcKhiPerformance1.3.6.1.4.1.2272.1.85.4
G32 rcKhiPerformanceCurrentCpuUtil1.3.6.1.4.1.2272.1.85.4.1Gauge32read-onlyCurrent Percentage of CPU utilization in 5 minutes sampling. Status: Yellow: above 75 Green: below 75
G32 rcKhiPerformanceFirstHigherCpuUtil1.3.6.1.4.1.2272.1.85.4.2Gauge32read-onlyFirstHigher Percentage of CPU utilization in 5 minutes sampling. Status: Yellow: above 75 Green: below 75
DAT rcKhiPerformanceCpuUtilFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.4.3DateAndTimeread-onlyTimestamp of the high cpu utilization
KHI rcKhiPerformanceCpuUtilStatus1.3.6.1.4.1.2272.1.85.4.4KhiStatusValueread-onlythe high cpu utilization status
G32 rcKhiPerformanceCurrentSwitchFabricUtil1.3.6.1.4.1.2272.1.85.4.5Gauge32read-onlyCurrent Percentage of Switching Fabric utilization
G32 rcKhiPerformanceFirstHigherSwitchFabricUtil1.3.6.1.4.1.2272.1.85.4.6Gauge32read-onlyFirstHigher Percentage of Switching Fabric utilization
DAT rcKhiPerformanceSwitchFabricUtilFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.4.7DateAndTimeread-onlyTimestamp of ciritcal Percentage of Switching Fabric utilization
KHI rcKhiPerformanceSwitchFabricUtilStatus1.3.6.1.4.1.2272.1.85.4.8KhiStatusValueread-onlySwitch Fabric Utilization Status
G32 rcKhiPerformanceCurrentOtherSwitchFabricUtil1.3.6.1.4.1.2272.1.85.4.9Gauge32read-onlyCurrent Percentage of Other Switching Fabric utilization
G32 rcKhiPerformanceFirstHigherOtherSwitchFabricUtil1.3.6.1.4.1.2272.1.85.4.10Gauge32read-onlyFirstHigher Percentage of Other Switching Fabric utilization
DAT rcKhiPerformanceOtherSwitchFabricUtilFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.4.11DateAndTimeread-onlyTimestamp of ciritcal percentage of other Switching Fabric utilization
KHI rcKhiPerformanceOtherSwitchFabricUtilStatus1.3.6.1.4.1.2272.1.85.4.12KhiStatusValueread-onlyOther Switch Fabric Utilization Status
G32 rcKhiPerformanceCurrentBufferUtil1.3.6.1.4.1.2272.1.85.4.13Gauge32read-onlyCurrent Percentage of buffer utilization
G32 rcKhiPerformanceFirstHigherBufferUtil1.3.6.1.4.1.2272.1.85.4.14Gauge32read-onlyFirstHigher Percentage of buffer utilization
DAT rcKhiPerformanceBufferUtilFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.4.15DateAndTimeread-onlyTimestamp of critical Percentage of buffer utilization
KHI rcKhiPerformanceBufferUtilStatus1.3.6.1.4.1.2272.1.85.4.16KhiStatusValueread-onlyBuffer Utilization Status
G32 rcKhiPerformanceCurrentDRamUsed1.3.6.1.4.1.2272.1.85.4.17Gauge32read-onlyCurrent Percentage of used DRAM in Kbytes
G32 rcKhiPerformanceFirstHigherDRamUsed1.3.6.1.4.1.2272.1.85.4.18Gauge32read-onlyFirstHigher Percentage of used DRAM in Kbytes
DAT rcKhiPerformanceDRamUsedFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.4.19DateAndTimeread-onlyTimestamp of ciritcal percentage of used DRAM in Kbytes
KHI rcKhiPerformanceDRamUsedStatus1.3.6.1.4.1.2272.1.85.4.20KhiStatusValueread-onlyDynamic Random Access Memory Utilization Status
KHI rcKhiPerformanceSuspendedTaskStatus1.3.6.1.4.1.2272.1.85.4.21KhiStatusValueread-onlySuspended Tasks Status
DAT rcKhiPerformanceCPUControlFirstHigherAlertTime1.3.6.1.4.1.2272.1.85.4.22DateAndTimeread-onlyTimestamp of First Higher Alert for CPU Control
KHI rcKhiPerformanceCPUControlStatus1.3.6.1.4.1.2272.1.85.4.23KhiStatusValueread-onlyCPU Control Status
G32 rcKhiPerformanceCurrentNoFBuf1.3.6.1.4.1.2272.1.85.4.24Gauge32read-onlyCurrent Number of None free buffer
G32 rcKhiPerformanceFirstHigherNoFBuf1.3.6.1.4.1.2272.1.85.4.25Gauge32read-onlyFirstHigher Number of None free buffer
G32 rcKhiPerformanceCurrentTxPacketsDropped1.3.6.1.4.1.2272.1.85.4.26Gauge32read-onlyCurrent Tx packet dropped
G32 rcKhiPerformanceFirstHigherTxPacketsDropped1.3.6.1.4.1.2272.1.85.4.27Gauge32read-onlyFirstHigher Tx packet dropped
G32 rcKhiPerformanceCurrentOutError1.3.6.1.4.1.2272.1.85.4.28Gauge32read-onlyCurrent Out errors
G32 rcKhiPerformanceFirstHigherOutError1.3.6.1.4.1.2272.1.85.4.29Gauge32read-onlyFirstHigher Out errors
rcKhiPerformanceSuspendedTaskTable1.3.6.1.4.1.2272.1.85.4.30not-accessibleSuspended tasks table
rcKhiPerformanceSuspendedTaskEntry1.3.6.1.4.1.2272.1.85.4.30.1not-accessibleSuspeded task table entry.
I32 rcKhiPerformanceSuspendedTaskIndex1.3.6.1.4.1.2272.1.85.4.30.1.1Integer32not-accessibleAn unique index used to identify a particular supended task index
I32 rcKhiPerformanceSuspendedTaskId1.3.6.1.4.1.2272.1.85.4.30.1.2Integer32read-onlyAn unique task id of suspeded task
STR rcKhiPerformanceSuspendedTaskName1.3.6.1.4.1.2272.1.85.4.30.1.3DisplayStringread-onlyAn unique task id of suspeded task
DAT rcKhiPerformanceSuspendedTaskSuspendedTime1.3.6.1.4.1.2272.1.85.4.30.1.4DateAndTimeread-onlySuspeded task time
rcKhiPerformanceHistoryTable1.3.6.1.4.1.2272.1.85.4.31not-accessiblePerformance History table
rcKhiPerformanceHistoryEntry1.3.6.1.4.1.2272.1.85.4.31.1not-accessibleHistory Performance table entry.
I32 rcKhiPerformanceHistoryIndex1.3.6.1.4.1.2272.1.85.4.31.1.1Integer32not-accessibleAn unique index used to identify a particular performance history record
G32 rcKhiPerformanceHistoryCpuUtil1.3.6.1.4.1.2272.1.85.4.31.1.2Gauge32read-onlyHistory record for CPU utilization
DAT rcKhiPerformanceHistoryCpuUtilTimeStamp1.3.6.1.4.1.2272.1.85.4.31.1.3DateAndTimeread-onlyTimestamp of the historical cpu utilization
G32 rcKhiPerformanceHistorySwitchFabricUtil1.3.6.1.4.1.2272.1.85.4.31.1.4Gauge32read-onlyHistory Percentage of Switching Fabric utilization
DAT rcKhiPerformanceHistorySwitchFabricUtilTimeStamp1.3.6.1.4.1.2272.1.85.4.31.1.5DateAndTimeread-onlyTimestamp of the historical switch fabric Utilization
G32 rcKhiPerformanceHistoryOtherSwitchFabricUtil1.3.6.1.4.1.2272.1.85.4.31.1.6Gauge32read-onlyHistory Percentage of Other Switching Fabric utilization
DAT rcKhiPerformanceHistoryOtherSwitchFabricUtilTimeStamp1.3.6.1.4.1.2272.1.85.4.31.1.7DateAndTimeread-onlyTimestamp of the historical other switch fabric Utilization
G32 rcKhiPerformanceHistoryBufferUtil1.3.6.1.4.1.2272.1.85.4.31.1.8Gauge32read-onlyHistory Percentage of Buffer utilization
DAT rcKhiPerformanceHistoryBufferUtilTimeStamp1.3.6.1.4.1.2272.1.85.4.31.1.9DateAndTimeread-onlyTimestamp of the historical Buffer Utilization
G32 rcKhiPerformanceHistoryDRamUsed1.3.6.1.4.1.2272.1.85.4.31.1.10Gauge32read-onlyHistory DRAM Used
DAT rcKhiPerformanceHistoryDRamUsedTimeStamp1.3.6.1.4.1.2272.1.85.4.31.1.11DateAndTimeread-onlyTimestamp of the historical DRAM Used
DAT rcKhiPerformanceHistoryCPUControlTimeStamp1.3.6.1.4.1.2272.1.85.4.31.1.12DateAndTimeread-onlyTimestamp of the historical CPU Control
G32 rcKhiPerformanceHistoryNoFBuf1.3.6.1.4.1.2272.1.85.4.31.1.13Gauge32read-onlyHistory Number of None Free Buffer
G32 rcKhiPerformanceHistoryTxPacketsDropped1.3.6.1.4.1.2272.1.85.4.31.1.14Gauge32read-onlyHistory Tx Packets Dropped
G32 rcKhiPerformanceHistoryOutError1.3.6.1.4.1.2272.1.85.4.31.1.15Gauge32read-onlyHistory Out Errors
rcKhiPort1.3.6.1.4.1.2272.1.85.5
rcKhiPortSystemStats1.3.6.1.4.1.2272.1.85.5.1
C64 rcKhiPortSystemStatsTotalUnicastRxPkts1.3.6.1.4.1.2272.1.85.5.1.1Counter64read-onlyTotal number of received Unicast packets within the past 2 minutes.
C64 rcKhiPortSystemStatsTotalUnicastTxPkts1.3.6.1.4.1.2272.1.85.5.1.2Counter64read-onlyTotal number of transmitted Unicast packets within the past 2 minutes.
I32 rcKhiPortSystemStatsUnicastPktsTxRxRatio1.3.6.1.4.1.2272.1.85.5.1.3Integer32read-onlyTx/Rx Ratio for Total Unicast Packets within the past 2 minutes.
KHI rcKhiPortSystemStatsUnicastPktsTxRxRatioHealthStatus1.3.6.1.4.1.2272.1.85.5.1.4KhiStatusValueread-onlyHealth Indication for Unicast Packets Tx/Rx ratio. Green if the ratio is less than 5%. Yellow if it is between 5% and 50%. Red if it is greater than 50%.
C64 rcKhiPortSystemStatsTotalMulticastRxPkts1.3.6.1.4.1.2272.1.85.5.1.5Counter64read-onlyTotal number of received Multicast packets within the past 2 minutes.
C64 rcKhiPortSystemStatsTotalMulticastTxPkts1.3.6.1.4.1.2272.1.85.5.1.6Counter64read-onlyTotal number of transmitted Multicast packets within the past 2 minutes.
C64 rcKhiPortSystemStatsTotalBroadcastRxPkts1.3.6.1.4.1.2272.1.85.5.1.7Counter64read-onlyTotal number of received Broadcast packets within the past 2 minutes.
C64 rcKhiPortSystemStatsTotalBroadcastTxPkts1.3.6.1.4.1.2272.1.85.5.1.8Counter64read-onlyTotal number of transmitted Broadcast packets within the past 2 minutes.
rcKhiPortState1.3.6.1.4.1.2272.1.85.5.2
I32 rcKhiPortStateTotalPortsUp1.3.6.1.4.1.2272.1.85.5.2.1Integer32read-onlyTotal number of ports that are administratively enabled and operationally up.
POR rcKhiPortStatePortsUpList1.3.6.1.4.1.2272.1.85.5.2.2PortSetread-onlyList of ports that are administratively enabled and operationally up.
POR rcKhiPortStatePortsUpReferenceList1.3.6.1.4.1.2272.1.85.5.2.3PortSetread-onlyReference list of ports that are administratively enabled and operationally up.
KHI rcKhiPortStatePortsUpHealthStatus1.3.6.1.4.1.2272.1.85.5.2.4KhiStatusValueread-onlyHealth Indication for Ports Up list. When a clear operation is issued, rcKhiPortStatePortsUpList is copied into rcKhiPortStatePortsUpReferenceList and will be used as a reference to indicate health. From that point onwards, if rcKhiPortStatePortsUpList does not match rcKhiPortStatePortsUpReferenceList, the health would be indicated as Yellow. If it matches, it would be Green.
I32 rcKhiPortStateTotalPortsDown1.3.6.1.4.1.2272.1.85.5.2.5Integer32read-onlyTotal number of ports that are administratively enabled and operationally down.
POR rcKhiPortStatePortsDownList1.3.6.1.4.1.2272.1.85.5.2.6PortSetread-onlyList of ports that are administratively enabled and operationally down.
I32 rcKhiPortStateTotalSmltPortsUp1.3.6.1.4.1.2272.1.85.5.2.7Integer32read-onlyTotal number of SMLT ports that are administratively enabled and operationally up.
POR rcKhiPortStateSmltPortsUpList1.3.6.1.4.1.2272.1.85.5.2.8PortSetread-onlyList of SMLT ports that are administratively enabled and operationally up.
POR rcKhiPortStateSmltPortsUpReferenceList1.3.6.1.4.1.2272.1.85.5.2.9PortSetread-onlyReference list of SMLT ports that are administratively enabled and operationally up.
KHI rcKhiPortStateSmltPortsUpHealthStatus1.3.6.1.4.1.2272.1.85.5.2.10KhiStatusValueread-onlyHealth Indication for Ports Up list. When a clear operation is issued, rcKhiPortStateSmltPortsUpList is copied into rcKhiPortStateSmltPortsUpReferenceList and will be used as a reference to indicate health. From that point onwards, if rcKhiPortStatSmltePortsUpList does not match rcKhiPortStateSmltPortsUpReferenceList, the health would be indicated as Yellow. If it matches, it would be Green.
I32 rcKhiPortStateTotalSmltPortsDown1.3.6.1.4.1.2272.1.85.5.2.11Integer32read-onlyTotal number of SMLT ports that are administratively enabled and operationally down.
POR rcKhiPortStateSmltPortsDownList1.3.6.1.4.1.2272.1.85.5.2.12PortSetread-onlyList of SMLT ports that are administratively enabled and operationally down.
I32 rcKhiPortStateTotalIstPortsUp1.3.6.1.4.1.2272.1.85.5.2.13Integer32read-onlyTotal number of IST ports that are administratively enabled and operationally up.
POR rcKhiPortStateIstPortsUpList1.3.6.1.4.1.2272.1.85.5.2.14PortSetread-onlyList of IST ports that are administratively enabled and operationally up.
POR rcKhiPortStateIstPortsUpReferenceList1.3.6.1.4.1.2272.1.85.5.2.15PortSetread-onlyReference list of IST ports that are administratively enabled and operationally up.
KHI rcKhiPortStateIstPortsUpHealthStatus1.3.6.1.4.1.2272.1.85.5.2.16KhiStatusValueread-onlyHealth Indication for Ports Up list. When a clear operation is issued, rcKhiPortStateIstPortsUpList is copied into rcKhiPortStateIstPortsUpReferenceList and will be used as a reference to indicate health. From that point onwards, if rcKhiPortStateIstPortsUpList does not match rcKhiPortStateIstPortsUpReferenceList, the health would be indicated as Yellow. If it matches, it would be Green.
I32 rcKhiPortStateTotalIstPortsDown1.3.6.1.4.1.2272.1.85.5.2.17Integer32read-onlyTotal number of IST ports that are administratively enabled and operationally down.
POR rcKhiPortStateIstPortsDownList1.3.6.1.4.1.2272.1.85.5.2.18PortSetread-onlyList of IST ports that are administratively enabled and operationally down.
I32 rcKhiPortStateTotalPortUpEvents1.3.6.1.4.1.2272.1.85.5.2.19Integer32read-onlyTotal number of port up events.
POR rcKhiPortStatePortUpEventList1.3.6.1.4.1.2272.1.85.5.2.20PortSetread-onlyList of ports that became operationally up.
KHI rcKhiPortStatePortUpEventsHealthStatus1.3.6.1.4.1.2272.1.85.5.2.21KhiStatusValueread-onlyPort Up Events Health Indication.
DAT rcKhiPortStatePortUpEventFirstEventTs1.3.6.1.4.1.2272.1.85.5.2.22DateAndTimeread-onlyTimestamp of the first occurence of a port up event after reboot or clear.
I32 rcKhiPortStateTotalPortDownEvents1.3.6.1.4.1.2272.1.85.5.2.23Integer32read-onlyTotal number of port down events.
POR rcKhiPortStatePortDownEventList1.3.6.1.4.1.2272.1.85.5.2.24PortSetread-onlyList of ports that became operationally down.
KHI rcKhiPortStatePortDownEventsHealthStatus1.3.6.1.4.1.2272.1.85.5.2.25KhiStatusValueread-onlyPort Down Events Health Indication.
DAT rcKhiPortStatePortDownEventFirstEventTs1.3.6.1.4.1.2272.1.85.5.2.26DateAndTimeread-onlyTimestamp of the first occurence of a port down event after reboot or clear.
I32 rcKhiPortStateTotalSmltPortUpEvents1.3.6.1.4.1.2272.1.85.5.2.27Integer32read-onlyTotal number of SMLT port up events.
POR rcKhiPortStateSmltPortUpEventList1.3.6.1.4.1.2272.1.85.5.2.28PortSetread-onlyList of SMLT ports that became operationally up.
KHI rcKhiPortStateSmltPortUpEventsHealthStatus1.3.6.1.4.1.2272.1.85.5.2.29KhiStatusValueread-onlySMLT Port Up Events Health Indication.
DAT rcKhiPortStateSmltPortUpEventFirstEventTs1.3.6.1.4.1.2272.1.85.5.2.30DateAndTimeread-onlyTimestamp of the first occurence of a SMLT port up event after reboot or clear.
I32 rcKhiPortStateTotalSmltPortDownEvents1.3.6.1.4.1.2272.1.85.5.2.31Integer32read-onlyTotal number of SMLT port down events.
POR rcKhiPortStateSmltPortDownEventList1.3.6.1.4.1.2272.1.85.5.2.32PortSetread-onlyList of SMLT ports that became operationally down.
KHI rcKhiPortStateSmltPortDownEventsHealthStatus1.3.6.1.4.1.2272.1.85.5.2.33KhiStatusValueread-onlySMLT Port Down Events Health Indication.
DAT rcKhiPortStateSmltPortDownEventFirstEventTs1.3.6.1.4.1.2272.1.85.5.2.34DateAndTimeread-onlyTimestamp of the first occurence of an SMLT port down event after reboot or clear.
I32 rcKhiPortStateTotalIstPortUpEvents1.3.6.1.4.1.2272.1.85.5.2.35Integer32read-onlyTotal number of SMLT port up events.
POR rcKhiPortStateIstPortUpEventList1.3.6.1.4.1.2272.1.85.5.2.36PortSetread-onlyList of SMLT ports that became operationally up.
KHI rcKhiPortStateIstPortUpEventsHealthStatus1.3.6.1.4.1.2272.1.85.5.2.37KhiStatusValueread-onlyIST Port Up Events Health Indication.
DAT rcKhiPortStateIstPortUpEventFirstEventTs1.3.6.1.4.1.2272.1.85.5.2.38DateAndTimeread-onlyTimestamp of the first occurence of a IST port up event after reboot or clear.
I32 rcKhiPortStateTotalIstPortDownEvents1.3.6.1.4.1.2272.1.85.5.2.39Integer32read-onlyTotal number of SMLT port down events.
POR rcKhiPortStateIstPortDownEventList1.3.6.1.4.1.2272.1.85.5.2.40PortSetread-onlyList of SMLT ports that became operationally down.
KHI rcKhiPortStateIstPortDownEventsHealthStatus1.3.6.1.4.1.2272.1.85.5.2.41KhiStatusValueread-onlyIST Port Down Events Health Indication.
DAT rcKhiPortStateIstPortDownEventFirstEventTs1.3.6.1.4.1.2272.1.85.5.2.42DateAndTimeread-onlyTimestamp of the first occurence of an IST port down event after reboot or clear.
rcKhiPortStateEventsHistoryTable1.3.6.1.4.1.2272.1.85.5.2.43not-accessiblePort State Events Historical Data.
rcKhiPortStateEventsHistoryEntry1.3.6.1.4.1.2272.1.85.5.2.43.1not-accessiblePort State Events history table entry.
INT rcKhiPortStateEventsHistoryIndex1.3.6.1.4.1.2272.1.85.5.2.43.1.1INTEGERnot-accessibleHistorical data index number.
DAT rcKhiPortStateEventsHistoryTimestamp1.3.6.1.4.1.2272.1.85.5.2.43.1.2DateAndTimeread-onlyTimestamp indicating when the event occurred.
INT rcKhiPortStateEventsHistoryPort1.3.6.1.4.1.2272.1.85.5.2.43.1.3INTEGERread-onlyPort number where the event occurred.
INT rcKhiPortStateEventsHistoryEvent1.3.6.1.4.1.2272.1.85.5.2.43.1.4INTEGERread-onlyIndication about the event-type.
rcKhiPortErrors1.3.6.1.4.1.2272.1.85.5.3
rcKhiPortErrorsEventsTable1.3.6.1.4.1.2272.1.85.5.3.1not-accessiblePort Error Events Data.
rcKhiPortErrorsEventsEntry1.3.6.1.4.1.2272.1.85.5.3.1.1not-accessiblePort error events table entry.
INT rcKhiPortErrorsEventsPortNum1.3.6.1.4.1.2272.1.85.5.3.1.1.1INTEGERread-onlyPort number where the event occurred.
KHI rcKhiPortErrorsEventsSingleCollisionErr1.3.6.1.4.1.2272.1.85.5.3.1.1.2KhiStatusValueread-onlyHealth Indication for Single Collisions errors on the port.
KHI rcKhiPortErrorsEventsMultipleCollisionErr1.3.6.1.4.1.2272.1.85.5.3.1.1.3KhiStatusValueread-onlyHealth Indication for Multiple Collisions errors on the port.
KHI rcKhiPortErrorsEventsLateCollisionErr1.3.6.1.4.1.2272.1.85.5.3.1.1.4KhiStatusValueread-onlyHealth Indication for Late Collisions errors on the port.
KHI rcKhiPortErrorsEventsExcessiveCollisionErr1.3.6.1.4.1.2272.1.85.5.3.1.1.5KhiStatusValueread-onlyHealth Indication for Excessive Collisions errors on the port.
KHI rcKhiPortErrorsEventsMacRxErr1.3.6.1.4.1.2272.1.85.5.3.1.1.6KhiStatusValueread-onlyHealth Indication for Mac Rx errors on the port.
KHI rcKhiPortErrorsEventsMacTxErr1.3.6.1.4.1.2272.1.85.5.3.1.1.7KhiStatusValueread-onlyHealth Indication for Mac Tx errors on the port.
KHI rcKhiPortErrorsEventsDeferTxErr1.3.6.1.4.1.2272.1.85.5.3.1.1.8KhiStatusValueread-onlyHealth Indication for Defer Tx errors on the port.
KHI rcKhiPortErrorsEventsPacketErr1.3.6.1.4.1.2272.1.85.5.3.1.1.9KhiStatusValueread-onlyHealth Indication for Packet errors on the port.
KHI rcKhiPortErrorsEventsLinkInactiveErr1.3.6.1.4.1.2272.1.85.5.3.1.1.10KhiStatusValueread-onlyHealth Indication for Link Inactive errors on the port.
KHI rcKhiPortErrorsEventsUnknownProtoErr1.3.6.1.4.1.2272.1.85.5.3.1.1.11KhiStatusValueread-onlyHealth Indication for Unknown Proto errors on the port.
KHI rcKhiPortErrorsEventsInFlwctrlErr1.3.6.1.4.1.2272.1.85.5.3.1.1.12KhiStatusValueread-onlyHealth Indication for In Flwctrl errors on the port.
KHI rcKhiPortErrorsEventsOutFlwctrlErr1.3.6.1.4.1.2272.1.85.5.3.1.1.13KhiStatusValueread-onlyHealth Indication for Out Flwctrl errors on the port.
KHI rcKhiPortErrorsEventsAlignErr1.3.6.1.4.1.2272.1.85.5.3.1.1.14KhiStatusValueread-onlyHealth Indication for Align errors on the port.
KHI rcKhiPortErrorsEventsFCSErr1.3.6.1.4.1.2272.1.85.5.3.1.1.15KhiStatusValueread-onlyHealth Indication for FCS errors on the port.
KHI rcKhiPortErrorsEventsFramesLongErr1.3.6.1.4.1.2272.1.85.5.3.1.1.16KhiStatusValueread-onlyHealth Indication for Frames Long errors on the port.
KHI rcKhiPortErrorsEventsTooShortErr1.3.6.1.4.1.2272.1.85.5.3.1.1.17KhiStatusValueread-onlyHealth Indication for Too Short errors on the port.
KHI rcKhiPortErrorsEventsLinkFailureErr1.3.6.1.4.1.2272.1.85.5.3.1.1.18KhiStatusValueread-onlyHealth Indication for Link Failure errors on the port.
KHI rcKhiPortErrorsEventsCarrierSenseErr1.3.6.1.4.1.2272.1.85.5.3.1.1.19KhiStatusValueread-onlyHealth Indication for Carrier Sense errors on the port.
KHI rcKhiPortErrorsEventsCarrierErr1.3.6.1.4.1.2272.1.85.5.3.1.1.20KhiStatusValueread-onlyHealth Indication for Carrier errors on the port.
KHI rcKhiPortErrorsEventsSQETestErr1.3.6.1.4.1.2272.1.85.5.3.1.1.21KhiStatusValueread-onlyHealth Indication for SQE Test errors on the port.
rcKhiPortErrorsHistoryTable1.3.6.1.4.1.2272.1.85.5.3.2not-accessiblePort Errors Historical Data.
rcKhiPortErrorsHistoryEntry1.3.6.1.4.1.2272.1.85.5.3.2.1not-accessiblePort errors history table entry.
INT rcKhiPortErrorsHistoryIndex1.3.6.1.4.1.2272.1.85.5.3.2.1.1INTEGERnot-accessibleIndex number.
DAT rcKhiPortErrorsHistoryTimestamp1.3.6.1.4.1.2272.1.85.5.3.2.1.2DateAndTimeread-onlyTimestamp indicating when the event occurred.
INT rcKhiPortErrorsHistoryPort1.3.6.1.4.1.2272.1.85.5.3.2.1.3INTEGERread-onlyPort number where the event occurred.
BIT rcKhiPortErrorsHistoryErrorEvents1.3.6.1.4.1.2272.1.85.5.3.2.1.4Bitsread-onlyThis is used to specify the port error information. bit 0 - Single Collision Errors bit 1 - Multiple Collision Errors bit 2 - Late Collision Errors bit 3 - Excessive Collision Errors bit 4 - Mac Rx Errors bit 5 - Mac Tx Errors bit 6 - Defer Tx Errors bit 7 - Packet Errors bit 8 - Link Inactive Errors bit 9 - Unknown Proto Errors bit 10 - In Flwctrl Errors bit 11 - Out Flwctrl Errors bit 12 - Align Errors bit 13 - FCS Errors bit 14 - Frames Long Errors bit 15 - Too Short Errors bit 16 - Link Failure Errors bit 17 - Carrier Sense Errors bit 18 - Carrier Errors bit 19 - SQE Test Errors
rcKhiForwarding1.3.6.1.4.1.2272.1.85.6
rcKhiForwardingAsicHealthTable1.3.6.1.4.1.2272.1.85.6.1not-accessibleForwarding Asic Key Health Indicator MIB.
rcKhiForwardingAsicHealthEntry1.3.6.1.4.1.2272.1.85.6.1.1not-accessibleForwarding KHI - Asic Health table entry.
INT rcKhiForwardingAsicHealthSlotNumber1.3.6.1.4.1.2272.1.85.6.1.1.1INTEGERnot-accessibleSlot Number.
I32 rcKhiForwardingAsicHealthLeftLnIngBkPrsureRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.2Integer32read-onlyTotal number of Left Lane Ingress RSP Combined Back Pressure Resets.
I32 rcKhiForwardingAsicHealthMidLnIngBkPrsureRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.3Integer32read-onlyTotal number of Middle Lane Ingress RSP Combined Back Pressure Resets.
I32 rcKhiForwardingAsicHealthRightLnIngBkPrsureRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.4Integer32read-onlyTotal number of Right Lane Ingress RSP Combined Back Pressure Resets.
KHI rcKhiForwardingAsicHealthLeftLnIngBkPrsureRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.5KhiStatusValueread-onlyLeft Lane Ingress RSP Back Pressure Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnIngBkPrsureRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.6KhiStatusValueread-onlyMiddle Lane ngress RSP Back Pressure Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnIngBkPrsureRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.7KhiStatusValueread-onlyRight Lane Ingress RSP Back Pressure Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnIngSPIProtoRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.8Integer32read-onlyTotal number of Left Lane Ingress RSP SPI Protocol Resets.
I32 rcKhiForwardingAsicHealthMidLnIngSPIProtoRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.9Integer32read-onlyTotal number of Middle Lane Ingress RSP SPI Protocol Resets.
I32 rcKhiForwardingAsicHealthRightLnIngSPIProtoRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.10Integer32read-onlyTotal number of Right Lane Ingress RSP SPI Protocol Resets.
KHI rcKhiForwardingAsicHealthLeftLnIngSPIProtoRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.11KhiStatusValueread-onlyLeft Lane Ingress RSP SPI Protocol Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnIngSPIProtoRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.12KhiStatusValueread-onlyMiddle Lane Ingress RSP SPI Protocol Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnIngSPIProtoRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.13KhiStatusValueread-onlyRight Lane Ingress RSP SPI Protocol Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnIngSPIDefragCnt1.3.6.1.4.1.2272.1.85.6.1.1.14Integer32read-onlyTotal number of Left Lane Ingress RSP SPI Defrag Resets.
I32 rcKhiForwardingAsicHealthMidLnIngSPIDefragCnt1.3.6.1.4.1.2272.1.85.6.1.1.15Integer32read-onlyTotal number of Middle Lane Ingress RSP SPI Defrag Resets.
I32 rcKhiForwardingAsicHealthRightLnIngSPIDefragCnt1.3.6.1.4.1.2272.1.85.6.1.1.16Integer32read-onlyTotal number of Right Lane Ingress RSP SPI Defrag Resets.
KHI rcKhiForwardingAsicHealthLeftLnIngSPIDefragStatus1.3.6.1.4.1.2272.1.85.6.1.1.17KhiStatusValueread-onlyLeft Lane Ingress RSP SPI Defrag Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnIngSPIDefragStatus1.3.6.1.4.1.2272.1.85.6.1.1.18KhiStatusValueread-onlyMiddle Lane Ingress RSP SPI Defrag Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnIngSPIDefragStatus1.3.6.1.4.1.2272.1.85.6.1.1.19KhiStatusValueread-onlyRight Lane Ingress RSP SPI Defrag Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnEgrMcastQFullRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.20Integer32read-onlyTotal number of Left Lane Egress RSP Multicast Queue Full Resets.
I32 rcKhiForwardingAsicHealthMidLnEgrMcastQFullRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.21Integer32read-onlyTotal number of Middle Lane Egress RSP Multicast Queue Full Resets.
I32 rcKhiForwardingAsicHealthRightLnEgrMcastQFullRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.22Integer32read-onlyTotal number of Right Lane Egress RSP Multicast Queue Full Resets.
KHI rcKhiForwardingAsicHealthLeftLnEgrMcastQFullRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.23KhiStatusValueread-onlyLeft Lane Egress RSP Multicast Queue Full Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnEgrMcastQFullRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.24KhiStatusValueread-onlyMiddle Lane Egress RSP Multicast Queue Full Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnEgrMcastQFullRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.25KhiStatusValueread-onlyRight Lane Egress RSP Multicast Queue Full Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnEgrFreePgErrRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.26Integer32read-onlyTotal number of Left Lane Egress RSP Free Page Error Resets.
I32 rcKhiForwardingAsicHealthMidLnEgrFreePgErrRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.27Integer32read-onlyTotal number of Middle Lane Egress RSP Free Page Error Resets.
I32 rcKhiForwardingAsicHealthRightLnEgrFreePgErrRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.28Integer32read-onlyTotal number of Right Lane Egress RSP Free Page Error Resets.
KHI rcKhiForwardingAsicHealthLeftLnEgrFreePgErrRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.29KhiStatusValueread-onlyLeft Lane Egress RSP Free Page Error Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnEgrFreePgErrRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.30KhiStatusValueread-onlyMiddle Lane Egress RSP Free Page Error Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnEgrFreePgErrRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.31KhiStatusValueread-onlyLeft Lane Egress RSP Free Page Error Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnEgrUcastQFullRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.32Integer32read-onlyTotal number of Left Lane Egress RSP Unicast Queue Full Resets.
I32 rcKhiForwardingAsicHealthMidLnEgrUcastQFullRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.33Integer32read-onlyTotal number of Middle Lane Egress RSP Unicast Queue Full Resets.
I32 rcKhiForwardingAsicHealthRightLnEgrUcastQFullRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.34Integer32read-onlyTotal number of Right Lane Egress RSP Unicast Queue Full Resets.
KHI rcKhiForwardingAsicHealthLeftLnEgrUcastQFullRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.35KhiStatusValueread-onlyLeft Lane Egress RSP Unicast Queue Full Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnEgrUcastQFullRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.36KhiStatusValueread-onlyMiddle Lane Egress RSP Unicast Queue Full Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnEgrUcastQFullRstStatus1.3.6.1.4.1.2272.1.85.6.1.1.37KhiStatusValueread-onlyRight Lane Egress RSP Unicast Queue Full Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnEgrFreePgLwrLmtRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.39Integer32read-onlyTotal number of Left Lane Egress RSP Free Pages at Lower Limit Resets.
I32 rcKhiForwardingAsicHealthMidLnEgrFreePgLwrLmtRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.40Integer32read-onlyTotal number of Middle Lane Egress RSP Free Pages at Lower Limit Resets.
I32 rcKhiForwardingAsicHealthRightLnEgrFreePgLwrLmtRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.41Integer32read-onlyTotal number of Right Lane Egress RSP Free Pages at Lower Limit Resets.
KHI rcKhiForwardingAsicHealthLeftLnEgrFreePgLwrLmtStatus1.3.6.1.4.1.2272.1.85.6.1.1.42KhiStatusValueread-onlyLeft Lane Egress RSP Free Pages at Lower Limit Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnEgrFreePgLwrLmtStatus1.3.6.1.4.1.2272.1.85.6.1.1.43KhiStatusValueread-onlyMiddle Lane Egress RSP Free Pages at Lower Limit Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnEgrFreePgLwrLmtStatus1.3.6.1.4.1.2272.1.85.6.1.1.44KhiStatusValueread-onlyRight Lane Egress RSP Free Pages at Lower Limit Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnEgrRepIDMismatchRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.45Integer32read-onlyTotal number of Left Lane Egress RSP Replication ID Mismatch Resets.
I32 rcKhiForwardingAsicHealthMidLnEgrRepIDMismatchRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.46Integer32read-onlyTotal number of Middle Lane Egress RSP Replication ID Mismatch Resets.
I32 rcKhiForwardingAsicHealthRightLnEgrRepIDMismatchRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.47Integer32read-onlyTotal number of Right Lane Egress RSP Replication ID Mismatch Resets.
KHI rcKhiForwardingAsicHealthLeftLnEgrRepIDMismatchStatus1.3.6.1.4.1.2272.1.85.6.1.1.48KhiStatusValueread-onlyLeft Lane Egress RSP Replication ID Mismatch Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnEgrRepIDMismatchStatus1.3.6.1.4.1.2272.1.85.6.1.1.49KhiStatusValueread-onlyMiddle Lane Egress RSP Replication ID Mismatch Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnEgrRepIDMismatchStatus1.3.6.1.4.1.2272.1.85.6.1.1.50KhiStatusValueread-onlyRight Lane Egress RSP Replication ID Mismatch Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
I32 rcKhiForwardingAsicHealthLeftLnEgrNoBeepBeepRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.51Integer32read-onlyTotal number of Left Lane Egress RSP No Beep-Beep Resets.
I32 rcKhiForwardingAsicHealthMidLnEgrNoBeepBeepRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.52Integer32read-onlyTotal number of Middle Lane Egress RSP No Beep-Beep Resets.
I32 rcKhiForwardingAsicHealthRightLnEgrNoBeepBeepRstCnt1.3.6.1.4.1.2272.1.85.6.1.1.53Integer32read-onlyTotal number of Right Lane Egress RSP No Beep-Beep Resets.
KHI rcKhiForwardingAsicHealthLeftLnEgrNoBeepBeepStatus1.3.6.1.4.1.2272.1.85.6.1.1.54KhiStatusValueread-onlyLeft Lane Egress RSP No Beep-Beep Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthMidLnEgrNoBeepBeepStatus1.3.6.1.4.1.2272.1.85.6.1.1.55KhiStatusValueread-onlyMiddle Lane Egress RSP No Beep-Beep Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingAsicHealthRightLnEgrNoBeepBeepStatus1.3.6.1.4.1.2272.1.85.6.1.1.56KhiStatusValueread-onlyRight Lane Egress RSP No Beep-Beep Resets Health Indication. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
rcKhiForwardingRSPStateTable1.3.6.1.4.1.2272.1.85.6.2not-accessibleForwarding Key Health Indicator MIB - RSP Stats.
rcKhiForwardingRSPStateEntry1.3.6.1.4.1.2272.1.85.6.2.1not-accessibleForwarding KHI - RSP State table entry.
INT rcKhiForwardingRSPStateSlotNumber1.3.6.1.4.1.2272.1.85.6.2.1.1INTEGERnot-accessibleSlot Number.
INT rcKhiForwardingRSPStateDirection1.3.6.1.4.1.2272.1.85.6.2.1.2INTEGERnot-accessibleDirection - Ingress or Egress.
BIT rcKhiForwardingRSPStateLeftLnErrMask1.3.6.1.4.1.2272.1.85.6.2.1.3Bitsread-onlyLeft Lane RSP State Error Bit Mask. Each bit in the mask represents a specific error. Bit 0 - CIF Parity Error. Bit 1 - CIF Protocol Error. Bit 2 - EME0 Parity Error. Bit 3 - EME1 Parity Error. Bit 4 - BAP Host Read Error. Bit 5 - BAP Host Write Error. Bit 6 - BAP Clock PLL is not locked. Bit 7 - BAP Tx Clock PLL is not locked. Bit 8 - BAP Memory Clock PLL is not locked. Bit 9 - GAB Error. Bit 10 - BAP Intf Timeout. Bit 11 - BAP Intf Error. Bit 12 - BAP Decoder Error. Bit 13 - BAP Decoder Special Access Error. Bit 14 - BAP Controller Write Error. Bit 15 - BAP Controller Read Error. Bit 16 - BAP GAB Error. Bit 17 - IME0 is disabled. Bit 18 - IME1 is disabled. Bit 19 - Hash engine is disabled. Bit 20 - Multiplication Engine is disabled. Bit 21 - FDIB Empty Pkt. Wrong PTM access. Bit 22 - FDIB Past End of Pkt Error. Bit 23 - FDIB Fifo empty. Wrong PM access. Bit 24 - FDIB Invalid Page. Bit 25 - Fifo Full. Bit 26 - FDIB Mixed access. Bit 27 - FDOB PM Error. Bit 28 - FDOB is Full. Bit 29 - FDOB is empty. Bit 30 - PTM Bus Error. Bit 31 - PM Program Counter Error. Bit 32 - PM Stats BUS Error. Bit 33 - PM FDIB HPI BUS Error. Bit 34 - PM EME1 Parity Error. Bit 35 - PM EME0 Parity Error. Bit 36 - PM Multicast Error. Bit 37 - PM Frame Error. Bit 38 - PM Pop rollover. Bit 39 - PM Release Error. Bit 40 - AM Unsupported optype for region/device exception. Bit 41 - AM Illegal region/subregion exception. Bit 42 - AM Search run on exception. Bit 43 - AM Search bus error exception. Bit 44 - AM Parity error exception. Bit 45 - AM Protocol error exception. Bit 46 - AM Illegal Argument exception. Bit 47 - AM Non-alligned address exception. Bit 48 - AM Packet memory bus error exception. Bit 49 - AM Packet header address error exception. Bit 50 - AM Lookup Continue Zero exception. Bit 51 - AM Unsupported RSVD8 exception. Bit 52 - AM Unsupported RSVD10 exception. Bit 53 - AM Unsupported RSVD1 exception. Bit 54 - AM Unsupported RSVD2 exception. Bit 55 - AM Unsupported RSVD3 exception. Bit 56 - AM Unsupported RSVD4 exception. Bit 57 - AM Unsupported RSVD5 exception. Bit 58 - AM Unsupported Unknown h/w failure exception. Bit 59 - AM Software Interrupt. Bit 60 - Missing RSP Heartbeats.
BIT rcKhiForwardingRSPStateMidLnErrMask1.3.6.1.4.1.2272.1.85.6.2.1.4Bitsread-onlyMiddle Lane RSP State Error Bit Mask. Each bit in the mask represents a specific error. Bit 0 - CIF Parity Error. Bit 1 - CIF Protocol Error. Bit 2 - EME0 Parity Error. Bit 3 - EME1 Parity Error. Bit 4 - BAP Host Read Error. Bit 5 - BAP Host Write Error. Bit 6 - BAP Clock PLL is not locked. Bit 7 - BAP Tx Clock PLL is not locked. Bit 8 - BAP Memory Clock PLL is not locked. Bit 9 - GAB Error. Bit 10 - BAP Intf Timeout. Bit 11 - BAP Intf Error. Bit 12 - BAP Decoder Error. Bit 13 - BAP Decoder Special Access Error. Bit 14 - BAP Controller Write Error. Bit 15 - BAP Controller Read Error. Bit 16 - BAP GAB Error. Bit 17 - IME0 is disabled. Bit 18 - IME1 is disabled. Bit 19 - Hash engine is disabled. Bit 20 - Multiplication Engine is disabled. Bit 21 - FDIB Empty Pkt. Wrong PTM access. Bit 22 - FDIB Past End of Pkt Error. Bit 23 - FDIB Fifo empty. Wrong PM access. Bit 24 - FDIB Invalid Page. Bit 25 - Fifo Full. Bit 26 - FDIB Mixed access. Bit 27 - FDOB PM Error. Bit 28 - FDOB is Full. Bit 29 - FDOB is empty. Bit 30 - PTM Bus Error. Bit 31 - PM Program Counter Error. Bit 32 - PM Stats BUS Error. Bit 33 - PM FDIB HPI BUS Error. Bit 34 - PM EME1 Parity Error. Bit 35 - PM EME0 Parity Error. Bit 36 - PM Multicast Error. Bit 37 - PM Frame Error. Bit 38 - PM Pop rollover. Bit 39 - PM Release Error. Bit 40 - AM Unsupported optype for region/device exception. Bit 41 - AM Illegal region/subregion exception. Bit 42 - AM Search run on exception. Bit 43 - AM Search bus error exception. Bit 44 - AM Parity error exception. Bit 45 - AM Protocol error exception. Bit 46 - AM Illegal Argument exception. Bit 47 - AM Non-alligned address exception. Bit 48 - AM Packet memory bus error exception. Bit 49 - AM Packet header address error exception. Bit 50 - AM Lookup Continue Zero exception. Bit 51 - AM Unsupported RSVD8 exception. Bit 52 - AM Unsupported RSVD10 exception. Bit 53 - AM Unsupported RSVD1 exception. Bit 54 - AM Unsupported RSVD2 exception. Bit 55 - AM Unsupported RSVD3 exception. Bit 56 - AM Unsupported RSVD4 exception. Bit 57 - AM Unsupported RSVD5 exception. Bit 58 - AM Unsupported Unknown h/w failure exception. Bit 59 - AM Software Interrupt. Bit 60 - Missing RSP Heartbeats.
BIT rcKhiForwardingRSPStateRightLnErrMask1.3.6.1.4.1.2272.1.85.6.2.1.5Bitsread-onlyRight Lane RSP State Error Bit Mask. Each bit in the mask represents a specific error. Bit 0 - CIF Parity Error. Bit 1 - CIF Protocol Error. Bit 2 - EME0 Parity Error. Bit 3 - EME1 Parity Error. Bit 4 - BAP Host Read Error. Bit 5 - BAP Host Write Error. Bit 6 - BAP Clock PLL is not locked. Bit 7 - BAP Tx Clock PLL is not locked. Bit 8 - BAP Memory Clock PLL is not locked. Bit 9 - GAB Error. Bit 10 - BAP Intf Timeout. Bit 11 - BAP Intf Error. Bit 12 - BAP Decoder Error. Bit 13 - BAP Decoder Special Access Error. Bit 14 - BAP Controller Write Error. Bit 15 - BAP Controller Read Error. Bit 16 - BAP GAB Error. Bit 17 - IME0 is disabled. Bit 18 - IME1 is disabled. Bit 19 - Hash engine is disabled. Bit 20 - Multiplication Engine is disabled. Bit 21 - FDIB Empty Pkt. Wrong PTM access. Bit 22 - FDIB Past End of Pkt Error. Bit 23 - FDIB Fifo empty. Wrong PM access. Bit 24 - FDIB Invalid Page. Bit 25 - Fifo Full. Bit 26 - FDIB Mixed access. Bit 27 - FDOB PM Error. Bit 28 - FDOB is Full. Bit 29 - FDOB is empty. Bit 30 - PTM Bus Error. Bit 31 - PM Program Counter Error. Bit 32 - PM Stats BUS Error. Bit 33 - PM FDIB HPI BUS Error. Bit 34 - PM EME1 Parity Error. Bit 35 - PM EME0 Parity Error. Bit 36 - PM Multicast Error. Bit 37 - PM Frame Error. Bit 38 - PM Pop rollover. Bit 39 - PM Release Error. Bit 40 - AM Unsupported optype for region/device exception. Bit 41 - AM Illegal region/subregion exception. Bit 42 - AM Search run on exception. Bit 43 - AM Search bus error exception. Bit 44 - AM Parity error exception. Bit 45 - AM Protocol error exception. Bit 46 - AM Illegal Argument exception. Bit 47 - AM Non-alligned address exception. Bit 48 - AM Packet memory bus error exception. Bit 49 - AM Packet header address error exception. Bit 50 - AM Lookup Continue Zero exception. Bit 51 - AM Unsupported RSVD8 exception. Bit 52 - AM Unsupported RSVD10 exception. Bit 53 - AM Unsupported RSVD1 exception. Bit 54 - AM Unsupported RSVD2 exception. Bit 55 - AM Unsupported RSVD3 exception. Bit 56 - AM Unsupported RSVD4 exception. Bit 57 - AM Unsupported RSVD5 exception. Bit 58 - AM Unsupported Unknown h/w failure exception. Bit 59 - AM Software Interrupt. Bit 60 - Missing RSP Heartbeats.
KHI rcKhiForwardingRSPStateLeftLnHealthStatus1.3.6.1.4.1.2272.1.85.6.2.1.6KhiStatusValueread-onlyIndicates the Left Lane RSP-State Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.
KHI rcKhiForwardingRSPStateMidLnHealthStatus1.3.6.1.4.1.2272.1.85.6.2.1.7KhiStatusValueread-onlyIndicates the Middle Lane RSP-State Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.
KHI rcKhiForwardingRSPStateRightLnHealthStatus1.3.6.1.4.1.2272.1.85.6.2.1.8KhiStatusValueread-onlyIndicates the Right Lane RSP-State Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.
rcKhiForwardingRSPStatsTable1.3.6.1.4.1.2272.1.85.6.3not-accessibleForwarding Key Health Indicator MIB - RSP Stats.
rcKhiForwardingRSPStatsEntry1.3.6.1.4.1.2272.1.85.6.3.1not-accessibleForwarding KHI - RSP Stats table entry.
INT rcKhiForwardingRSPStatsSlotNumber1.3.6.1.4.1.2272.1.85.6.3.1.1INTEGERnot-accessibleSlot Number.
INT rcKhiForwardingRSPStatsDirection1.3.6.1.4.1.2272.1.85.6.3.1.2INTEGERnot-accessibleDirection - Ingress or Egress.
C64 rcKhiForwardingRSPStatsLeftLnTotalAMPkts1.3.6.1.4.1.2272.1.85.6.3.1.3Counter64read-onlyLeft Lane RSP Total AM Packets.
C64 rcKhiForwardingRSPStatsMidLnTotalAMPkts1.3.6.1.4.1.2272.1.85.6.3.1.4Counter64read-onlyMiddle Lane RSP Total AM Packets.
C64 rcKhiForwardingRSPStatsRightLnTotalAMPkts1.3.6.1.4.1.2272.1.85.6.3.1.5Counter64read-onlyRight Lane RSP Total AM Packets.
C64 rcKhiForwardingRSPStatsLeftLnTotalAMRxErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.6Counter64read-onlyLeft Lane RSP Total AM Rx Error Packets Count.
C64 rcKhiForwardingRSPStatsMidLnTotalAMRxErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.7Counter64read-onlyMiddle Lane RSP Total AM Rx Error Packets Count.
C64 rcKhiForwardingRSPStatsRightLnTotalAMRxErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.8Counter64read-onlyRight Lane RSP Total AM Rx Error Packets Count.
KHI rcKhiForwardingRSPStatsLeftLnAMRxErrPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.9KhiStatusValueread-onlyLeft Lane RSP Total AM Rx Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingRSPStatsMidLnAMRxErrPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.10KhiStatusValueread-onlyMiddle Lane RSP Total AM Rx Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingRSPStatsRightLnAMRxErrPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.11KhiStatusValueread-onlyRight Lane RSP Total AM Rx Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
C64 rcKhiForwardingRSPStatsLeftLnTotalAMShortPkts1.3.6.1.4.1.2272.1.85.6.3.1.12Counter64read-onlyLeft Lane RSP Total AM Short Packets Count.
C64 rcKhiForwardingRSPStatsMidLnTotalAMShortPkts1.3.6.1.4.1.2272.1.85.6.3.1.13Counter64read-onlyMiddle Lane RSP Total AM Short Packets Count.
C64 rcKhiForwardingRSPStatsRightLnTotalAMShortPkts1.3.6.1.4.1.2272.1.85.6.3.1.14Counter64read-onlyRight Lane RSP Total AM Short Packets Count.
KHI rcKhiForwardingRSPStatsLeftLnAMShortPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.15KhiStatusValueread-onlyLeft Lane RSP Total AM Short Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingRSPStatsMidLnAMShortPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.16KhiStatusValueread-onlyMiddle Lane RSP Total AM Short Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
KHI rcKhiForwardingRSPStatsRightLnAMShortPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.17KhiStatusValueread-onlyRight Lane RSP Total AM Short Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Red.
C64 rcKhiForwardingRSPStatsLeftLnTotalAMCongestionDrops1.3.6.1.4.1.2272.1.85.6.3.1.18Counter64read-onlyLeft Lane RSP Total AM Congestion Drop Count.
C64 rcKhiForwardingRSPStatsMidLnTotalAMCongestionDrops1.3.6.1.4.1.2272.1.85.6.3.1.19Counter64read-onlyMiddle Lane RSP Total AM Congestion Drop Count.
C64 rcKhiForwardingRSPStatsRightLnTotalAMCongestionDrops1.3.6.1.4.1.2272.1.85.6.3.1.20Counter64read-onlyRight Lane RSP Total AM Congestion Drop Count.
KHI rcKhiForwardingRSPStatsLeftLnAMCongestionDropStatus1.3.6.1.4.1.2272.1.85.6.3.1.21KhiStatusValueread-onlyLeft Lane RSP Total AM Congestion Drop Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsMidLnAMCongestionDropStatus1.3.6.1.4.1.2272.1.85.6.3.1.22KhiStatusValueread-onlyMiddle Lane RSP Total AM Congestion Drop Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsRightLnAMCongestionDropStatus1.3.6.1.4.1.2272.1.85.6.3.1.23KhiStatusValueread-onlyRight Lane RSP Total AM Congestion Drop Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
C64 rcKhiForwardingRSPStatsLeftLnTotalAMProcErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.24Counter64read-onlyLeft Lane RSP Total AM Proc Error Packets Count.
C64 rcKhiForwardingRSPStatsMidLnTotalAMProcErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.25Counter64read-onlyMiddle Lane RSP Total AM Proc Error Packets Count.
C64 rcKhiForwardingRSPStatsRightLnTotalAMProcErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.26Counter64read-onlyRight Lane RSP Total AM Proc Error Packets Count.
KHI rcKhiForwardingRSPStatsLeftLnAMProcErrPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.27KhiStatusValueread-onlyLeft Lane RSP Total AM Proc Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsMidLnAMProcErrPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.28KhiStatusValueread-onlyMiddle Lane RSP Total AM Proc Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsRightLnAMProcErrPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.29KhiStatusValueread-onlyRight Lane RSP Total AM Proc Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
C64 rcKhiForwardingRSPStatsLeftLnTotalAMExpPkts1.3.6.1.4.1.2272.1.85.6.3.1.30Counter64read-onlyLeft Lane RSP Total AM Exp Packets Count.
C64 rcKhiForwardingRSPStatsMidLnTotalAMExpPkts1.3.6.1.4.1.2272.1.85.6.3.1.31Counter64read-onlyMiddle Lane RSP Total AM Exp Packets Count.
C64 rcKhiForwardingRSPStatsRightLnTotalAMExpPkts1.3.6.1.4.1.2272.1.85.6.3.1.32Counter64read-onlyRight Lane RSP Total AM Exp Packets Count.
KHI rcKhiForwardingRSPStatsLeftLnAMExpPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.33KhiStatusValueread-onlyLeft Lane RSP Total AM Exp Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsMidLnAMExpPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.34KhiStatusValueread-onlyMiddle Lane RSP Total AM Exp Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsRightLnAMExpPktsStatus1.3.6.1.4.1.2272.1.85.6.3.1.35KhiStatusValueread-onlyRight Lane RSP Total AM Exp Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
C64 rcKhiForwardingRSPStatsLeftLnTotalPMFwdPkts1.3.6.1.4.1.2272.1.85.6.3.1.36Counter64read-onlyLeft Lane RSP Total PM Forwarded Packets Count.
C64 rcKhiForwardingRSPStatsMidLnTotalPMFwdPkts1.3.6.1.4.1.2272.1.85.6.3.1.37Counter64read-onlyMiddle Lane RSP Total PM Forwarded Packets Count.
C64 rcKhiForwardingRSPStatsRightLnTotalPMFwdPkts1.3.6.1.4.1.2272.1.85.6.3.1.38Counter64read-onlyRight Lane RSP Total PM Forwarded Packets Count.
C64 rcKhiForwardingRSPStatsLeftLnTotalPMDropErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.39Counter64read-onlyLeft Lane RSP Total PM Dropped Error Packets Count.
C64 rcKhiForwardingRSPStatsMidLnTotalPMDropErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.40Counter64read-onlyMiddle Lane RSP Total PM Dropped Error Packets Count.
C64 rcKhiForwardingRSPStatsRightLnTotalPMDropErrPkts1.3.6.1.4.1.2272.1.85.6.3.1.41Counter64read-onlyRight Lane RSP Total PM Dropped Error Packets Count.
KHI rcKhiForwardingRSPStatsLeftLnPMDropErrStatus1.3.6.1.4.1.2272.1.85.6.3.1.42KhiStatusValueread-onlyLeft Lane RSP Total PM Dropped Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsMidLnPMDropErrStatus1.3.6.1.4.1.2272.1.85.6.3.1.43KhiStatusValueread-onlyMiddle Lane RSP Total PM Dropped Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
KHI rcKhiForwardingRSPStatsRightLnPMDropErrStatus1.3.6.1.4.1.2272.1.85.6.3.1.44KhiStatusValueread-onlyRight Lane RSP Total PM Dropped Error Packets Health Status. A zero count would indicate a Health Status of Green and a non-zero count would indicate a Yellow.
rcKhiForwardingF2XHealthTable1.3.6.1.4.1.2272.1.85.6.4not-accessibleForwarding Key Health Indicator MIB - F2X (F2I and F2E) Health.
rcKhiForwardingF2XHealthEntry1.3.6.1.4.1.2272.1.85.6.4.1not-accessibleForwarding KHI - F2X Health table entry.
INT rcKhiForwardingF2XHealthSlotNumber1.3.6.1.4.1.2272.1.85.6.4.1.1INTEGERnot-accessibleSlot Number.
BIT rcKhiForwardingF2XHealthLeftLnErrMask1.3.6.1.4.1.2272.1.85.6.4.1.2Bitsread-onlyLeft Lane F2X Health Bit Mask. Each bit in the mask represents a specific F2X event. The following are the events - Bit 0 - Police Drops. Indicates a Status of Yellow. Bit 1 - FOQ Drops. Indicates a Status of Yellow. Bit 2 - Fabric Drops. Indicates a Status of Yellow. Bit 3 - Legacy Drops. Indicates a Status of Yellow. Bit 4 - F2E Combined Packet Memory Threshold Exceeded. Indicates a Status of Yellow. Bit 5 - F2E HAB Master - FIFO Parity Error. Indicates a Status of Yellow. Bit 6 - F2E Egress SPI-4.2 Sync Error. Indicates a Status of Red. Bit 7 - F2E Loop SPI-4.2 Sync Error. Indicates a Status of Red. Bit 8 - F2E CIF Illegal Operation. Indicates a Status of Yellow. Bit 9 - F2E CIF Protocol Error. Indicates a Status of Yellow. Bit 10 - F2E CIF Errored Data. Indicates a Status of Yellow. Bit 11 - F2E CIF Illegal Address. Indicates a Status of Yellow. Bit 12 - F2E CIF Read Error in Target Data. Indicates a Status of Yellow. Bit 13 - F2E Egress Queue Drops. Indicates a Status of Red. Bit 14 - F2I Ingress SPI-4.2 Protocol Error. Indicates a Status of Yellow. Bit 15 - F2I Ingress SPI-4.2 Overflow Error. Indicates a Status of Red. Bit 16 - F2I Ingress SPI-4.2 Abort Received. Indicates a Status of Yellow. Bit 17 - F2I Ingress SPI-4.2 Data DIP4 Error Detected. Indicates a Status of Yellow. Bit 18 - F2I Ingress SPI-4.2 Sync Error. Indicates a Status of Red. Bit 19 - F2I Loop SPI-4.2 Protocol Error. Indicates a Status of Yellow. Bit 20 - F2I Loop SPI-4.2 Overflow Error. Indicates a Status of Yellow. Bit 21 - F2I Loop SPI-4.2 Abort Received. Indicates a Status of Yellow. Bit 22 - F2I Loop SPI-4.2 Data DIP4 Error Detected. Indicates a Status of Yellow. Bit 23 - F2I Loop SPI-4.2 Sync Error. Indicates a Status of Red. Bit 24 - F2I HAB Slave FIFO Parity Error. Indicates a Status of Yellow. Bit 25 - F2I HAB Slave FIFO Overflow. Indicates a Status of Red. Bit 26 - F2I HAB Slave Data Parity Error. Indicates a Status of Yellow. Bit 27 - F2I HAB Slave Protocol Error. Indicates a Status of Yellow. Bit 28 - F2I HAB Slave Data Error. Indicates a Status of Yellow. Bit 29 - F2I FOQM Protocol Error. Indicates a Status of Red. Bit 30 - F2I FOQM Overflow. Indicates a Status of Red. Bit 31 - F2E Packet Parity Error. Indicates a status of Red. Bit 32 - F2E Parity Error in Packet Memory Data (QDR). Indicates a status of Red. Bit 33 - F2E Parity Error in Packet Memory Control (QDR). Indicates a status of Red. Bit 34 - F2E Packet Memory Parity Error (QDR). Indicates a status of Red.
BIT rcKhiForwardingF2XHealthMidLnErrMask1.3.6.1.4.1.2272.1.85.6.4.1.3Bitsread-onlyMiddle Lane F2X Health Bit Mask. Each bit in the mask represents a specific F2X event. The following are the events - Bit 0 - Police Drops. Indicates a Status of Yellow. Bit 1 - FOQ Drops. Indicates a Status of Yellow. Bit 2 - Fabric Drops. Indicates a Status of Yellow. Bit 3 - Legacy Drops. Indicates a Status of Yellow. Bit 4 - F2E Combined Packet Memory Threshold Exceeded. Indicates a Status of Yellow. Bit 5 - F2E HAB Master - FIFO Parity Error. Indicates a Status of Yellow. Bit 6 - F2E Egress SPI-4.2 Sync Error. Indicates a Status of Red. Bit 7 - F2E Loop SPI-4.2 Sync Error. Indicates a Status of Red. Bit 8 - F2E CIF Illegal Operation. Indicates a Status of Yellow. Bit 9 - F2E CIF Protocol Error. Indicates a Status of Yellow. Bit 10 - F2E CIF Errored Data. Indicates a Status of Yellow. Bit 11 - F2E CIF Illegal Address. Indicates a Status of Yellow. Bit 12 - F2E CIF Read Error in Target Data. Indicates a Status of Yellow. Bit 13 - F2E Egress Queue Drops. Indicates a Status of Red. Bit 14 - F2I Ingress SPI-4.2 Protocol Error. Indicates a Status of Yellow. Bit 15 - F2I Ingress SPI-4.2 Overflow Error. Indicates a Status of Red. Bit 16 - F2I Ingress SPI-4.2 Abort Received. Indicates a Status of Yellow. Bit 17 - F2I Ingress SPI-4.2 Data DIP4 Error Detected. Indicates a Status of Yellow. Bit 18 - F2I Ingress SPI-4.2 Sync Error. Indicates a Status of Red. Bit 19 - F2I Loop SPI-4.2 Protocol Error. Indicates a Status of Yellow. Bit 20 - F2I Loop SPI-4.2 Overflow Error. Indicates a Status of Yellow. Bit 21 - F2I Loop SPI-4.2 Abort Received. Indicates a Status of Yellow. Bit 22 - F2I Loop SPI-4.2 Data DIP4 Error Detected. Indicates a Status of Yellow. Bit 23 - F2I Loop SPI-4.2 Sync Error. Indicates a Status of Red. Bit 24 - F2I HAB Slave FIFO Parity Error. Indicates a Status of Yellow. Bit 25 - F2I HAB Slave FIFO Overflow. Indicates a Status of Red. Bit 26 - F2I HAB Slave Data Parity Error. Indicates a Status of Yellow. Bit 27 - F2I HAB Slave Protocol Error. Indicates a Status of Yellow. Bit 28 - F2I HAB Slave Data Error. Indicates a Status of Yellow. Bit 29 - F2I FOQM Protocol Error. Indicates a Status of Red. Bit 30 - F2I FOQM Overflow. Indicates a Status of Red. Bit 31 - F2E Packet Parity Error. Indicates a status of Red. Bit 32 - F2E Parity Error in Packet Memory Data (QDR). Indicates a status of Red. Bit 33 - F2E Parity Error in Packet Memory Control (QDR). Indicates a status of Red. Bit 34 - F2E Packet Memory Parity Error (QDR). Indicates a status of Red.
BIT rcKhiForwardingF2XHealthRightLnErrMask1.3.6.1.4.1.2272.1.85.6.4.1.4Bitsread-onlyRight Lane F2X Health Bit Mask. Each bit in the mask represents a specific F2X event. The following are the events - Bit 0 - Police Drops. Indicates a Status of Yellow. Bit 1 - FOQ Drops. Indicates a Status of Yellow. Bit 2 - Fabric Drops. Indicates a Status of Yellow. Bit 3 - Legacy Drops. Indicates a Status of Yellow. Bit 4 - F2E Combined Packet Memory Threshold Exceeded. Indicates a Status of Yellow. Bit 5 - F2E HAB Master - FIFO Parity Error. Indicates a Status of Yellow. Bit 6 - F2E Egress SPI-4.2 Sync Error. Indicates a Status of Red. Bit 7 - F2E Loop SPI-4.2 Sync Error. Indicates a Status of Red. Bit 8 - F2E CIF Illegal Operation. Indicates a Status of Yellow. Bit 9 - F2E CIF Protocol Error. Indicates a Status of Yellow. Bit 10 - F2E CIF Errored Data. Indicates a Status of Yellow. Bit 11 - F2E CIF Illegal Address. Indicates a Status of Yellow. Bit 12 - F2E CIF Read Error in Target Data. Indicates a Status of Yellow. Bit 13 - F2E Egress Queue Drops. Indicates a Status of Red. Bit 14 - F2I Ingress SPI-4.2 Protocol Error. Indicates a Status of Yellow. Bit 15 - F2I Ingress SPI-4.2 Overflow Error. Indicates a Status of Red. Bit 16 - F2I Ingress SPI-4.2 Abort Received. Indicates a Status of Yellow. Bit 17 - F2I Ingress SPI-4.2 Data DIP4 Error Detected. Indicates a Status of Yellow. Bit 18 - F2I Ingress SPI-4.2 Sync Error. Indicates a Status of Red. Bit 19 - F2I Loop SPI-4.2 Protocol Error. Indicates a Status of Yellow. Bit 20 - F2I Loop SPI-4.2 Overflow Error. Indicates a Status of Yellow. Bit 21 - F2I Loop SPI-4.2 Abort Received. Indicates a Status of Yellow. Bit 22 - F2I Loop SPI-4.2 Data DIP4 Error Detected. Indicates a Status of Yellow. Bit 23 - F2I Loop SPI-4.2 Sync Error. Indicates a Status of Red. Bit 24 - F2I HAB Slave FIFO Parity Error. Indicates a Status of Yellow. Bit 25 - F2I HAB Slave FIFO Overflow. Indicates a Status of Red. Bit 26 - F2I HAB Slave Data Parity Error. Indicates a Status of Yellow. Bit 27 - F2I HAB Slave Protocol Error. Indicates a Status of Yellow. Bit 28 - F2I HAB Slave Data Error. Indicates a Status of Yellow. Bit 29 - F2I FOQM Protocol Error. Indicates a Status of Red. Bit 30 - F2I FOQM Overflow. Indicates a Status of Red. Bit 31 - F2E Packet Parity Error. Indicates a status of Red. Bit 32 - F2E Parity Error in Packet Memory Data (QDR). Indicates a status of Red. Bit 33 - F2E Parity Error in Packet Memory Control (QDR). Indicates a status of Red. Bit 34 - F2E Packet Memory Parity Error (QDR). Indicates a status of Red.
KHI rcKhiForwardingF2XHealthLeftLnHealthStatus1.3.6.1.4.1.2272.1.85.6.4.1.5KhiStatusValueread-onlyIndicates the Left Lane F2X Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.
KHI rcKhiForwardingF2XHealthMidLnHealthStatus1.3.6.1.4.1.2272.1.85.6.4.1.6KhiStatusValueread-onlyIndicates the Middle Lane F2X Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.
KHI rcKhiForwardingF2XHealthRightLnHealthStatus1.3.6.1.4.1.2272.1.85.6.4.1.7KhiStatusValueread-onlyIndicates the Right Lane F2X Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.
rcKhiForwardingHistoryTable1.3.6.1.4.1.2272.1.85.6.5not-accessibleForwarding Key Health Indicator MIB - Historical Data.
rcKhiForwardingHistoryEntry1.3.6.1.4.1.2272.1.85.6.5.1not-accessibleForwarding KHI - History table entry.
INT rcKhiForwardingHistoryIndex1.3.6.1.4.1.2272.1.85.6.5.1.1INTEGERnot-accessibleIndex for Forwarding Health historical data.
DAT rcKhiForwardingHistoryTimeStamp1.3.6.1.4.1.2272.1.85.6.5.1.2DateAndTimeread-onlyTimestamp indicating when a particular event occurred.
INT rcKhiForwardingHistorySlotNumber1.3.6.1.4.1.2272.1.85.6.5.1.3INTEGERread-onlySlot Number.
INT rcKhiForwardingHistoryLane1.3.6.1.4.1.2272.1.85.6.5.1.4INTEGERread-onlyLane where the event occurred.
STR rcKhiForwardingHistoryEvent1.3.6.1.4.1.2272.1.85.6.5.1.5DisplayStringread-onlyName of the event
rcKhiForwardingCurrentStatusTable1.3.6.1.4.1.2272.1.85.6.6not-accessibleForwarding Key Health Indicator MIB - Current Status Info.
rcKhiForwardingCurrentStatusEntry1.3.6.1.4.1.2272.1.85.6.6.1not-accessibleForwarding KHI - Current Status table entry.
INT rcKhiForwardingCurrentStatusSlotNumber1.3.6.1.4.1.2272.1.85.6.6.1.1INTEGERnot-accessibleSlot Number.
KHI rcKhiForwardingCurrentStatusLeftLnHealth1.3.6.1.4.1.2272.1.85.6.6.1.2KhiStatusValueread-onlyIndicates the Left Lane Current Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.Slot Number.
BIT rcKhiForwardingCurrentStatusLeftLnErrMask1.3.6.1.4.1.2272.1.85.6.6.1.3Bitsread-onlyLeft Lane Current Status Health Bit Mask. Each bit in the mask represents what kind of errors the lane is currently experiencing. The following are the events - Bit 0 - Asic Resets. Bit 1 - RSP State Errors. Bit 2 - RSP Stats Errors. Bit 3 - F2X Errors.
KHI rcKhiForwardingCurrentStatusMidLnHealth1.3.6.1.4.1.2272.1.85.6.6.1.4KhiStatusValueread-onlyIndicates the Middle Lane Current Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.Slot Number.
BIT rcKhiForwardingCurrentStatusMidLnErrMask1.3.6.1.4.1.2272.1.85.6.6.1.5Bitsread-onlyMiddle Lane Current Status Health Bit Mask. Each bit in the mask represents what kind of errors the lane is currently experiencing. The following are the events - Bit 0 - Asic Resets. Bit 1 - RSP State Errors. Bit 2 - RSP Stats Errors. Bit 3 - F2X Errors.
KHI rcKhiForwardingCurrentStatusRightLnHealth1.3.6.1.4.1.2272.1.85.6.6.1.6KhiStatusValueread-onlyIndicates the Right Lane Current Health as Green/Yellow/Red. If multiple events with different health status occurs at the same time, the highest health status of all the events is reported.Slot Number.
BIT rcKhiForwardingCurrentStatusRightLnErrMask1.3.6.1.4.1.2272.1.85.6.6.1.7Bitsread-onlyRight Lane Current Status Health Bit Mask. Each bit in the mask represents what kind of errors the lane is currently experiencing. The following are the events - Bit 0 - Asic Resets. Bit 1 - RSP State Errors. Bit 2 - RSP Stats Errors. Bit 3 - F2X Errors.
rcKhiProtocol1.3.6.1.4.1.2272.1.85.7
rcKhiOspfTable1.3.6.1.4.1.2272.1.85.7.1not-accessibleOspf protcol KHI summary
rcKhiOspfEntry1.3.6.1.4.1.2272.1.85.7.1.1not-accessibleOspf protcol KHI summary entry
I32 rcKhiOspfVrfId1.3.6.1.4.1.2272.1.85.7.1.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
C32 rcKhiOspfRouteTableSize1.3.6.1.4.1.2272.1.85.7.1.1.2Counter32read-only
C32 rcKhiOspfRefRouteTableSize1.3.6.1.4.1.2272.1.85.7.1.1.3Counter32read-only
C32 rcKhiOspfLsdbTableSize1.3.6.1.4.1.2272.1.85.7.1.1.4Counter32read-only
C32 rcKhiOspfNumOfInterfaces1.3.6.1.4.1.2272.1.85.7.1.1.5Counter32read-only
C32 rcKhiOspfNumOfAdjacency1.3.6.1.4.1.2272.1.85.7.1.1.6Counter32read-only
C32 rcKhiOspfRefNumOfAdjacency1.3.6.1.4.1.2272.1.85.7.1.1.7Counter32read-only
DAT rcKhiOspfLastClearTimestamp1.3.6.1.4.1.2272.1.85.7.1.1.8DateAndTimeread-only
DAT rcKhiOspfFirstEventTimestamp1.3.6.1.4.1.2272.1.85.7.1.1.9DateAndTimeread-only
rcKhiOspfHistoryTable1.3.6.1.4.1.2272.1.85.7.2not-accessibleOspf protcol KHI summary
rcKhiOspfHistoryEntry1.3.6.1.4.1.2272.1.85.7.2.1not-accessibleOspf protcol KHI summary entry
I32 rcKhiOspfHistoryVrfId1.3.6.1.4.1.2272.1.85.7.2.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
I32 rcKhiOspfHistoryIndex1.3.6.1.4.1.2272.1.85.7.2.1.2Integer32not-accessibleHistory index for a particular VRF OSPF
C32 rcKhiOspfHistoryLsdbTableSize1.3.6.1.4.1.2272.1.85.7.2.1.3Counter32read-only
C32 rcKhiOspfHistoryNumOfAdjacency1.3.6.1.4.1.2272.1.85.7.2.1.4Counter32read-only
DAT rcKhiOspfHistoryTimestamp1.3.6.1.4.1.2272.1.85.7.2.1.5DateAndTimeread-only
rcKhiBgpTable1.3.6.1.4.1.2272.1.85.7.3not-accessibleBgp protcol KHI summary
rcKhiBgpEntry1.3.6.1.4.1.2272.1.85.7.3.1not-accessibleBgp protcol KHI summary entry
I32 rcKhiBgpVrfId1.3.6.1.4.1.2272.1.85.7.3.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
C32 rcKhiBgpUpdateSent1.3.6.1.4.1.2272.1.85.7.3.1.2Counter32read-only
C32 rcKhiBgpUpdateRecvd1.3.6.1.4.1.2272.1.85.7.3.1.3Counter32read-onlyUpdate received
C32 rcKhiBgpNotifySent1.3.6.1.4.1.2272.1.85.7.3.1.4Counter32read-onlyNotify sent
C32 rcKhiBgpNotifyRecvd1.3.6.1.4.1.2272.1.85.7.3.1.5Counter32read-onlyBGP Notify received
C32 rcKhiBgpBadEvents1.3.6.1.4.1.2272.1.85.7.3.1.6Counter32read-onlyBGP bad event count
C32 rcKhiBgpRouteTableSize1.3.6.1.4.1.2272.1.85.7.3.1.7Counter32read-onlyBGP route table size
C32 rcKhiBgpRefRouteTableSize1.3.6.1.4.1.2272.1.85.7.3.1.8Counter32read-onlyBGP reference route table size
C32 rcKhiBgpEstablishedNbrs1.3.6.1.4.1.2272.1.85.7.3.1.9Counter32read-onlyBGP established neighbor
C32 rcKhiBgpRefEstablishedNbrs1.3.6.1.4.1.2272.1.85.7.3.1.10Counter32read-onlyBGP established neighbor
C32 rcKhiBgpNumOfAggregates1.3.6.1.4.1.2272.1.85.7.3.1.11Counter32read-onlyNumber of aggregates
C32 rcKhiBgpNumOfImportedRoutes1.3.6.1.4.1.2272.1.85.7.3.1.12Counter32read-onlyNumber of imported routes
DAT rcKhiBgpLastClearTimestamp1.3.6.1.4.1.2272.1.85.7.3.1.13DateAndTimeread-only
DAT rcKhiBgpFirstEventTimestamp1.3.6.1.4.1.2272.1.85.7.3.1.14DateAndTimeread-only
rcKhiBgpHistoryTable1.3.6.1.4.1.2272.1.85.7.4not-accessibleBgp protcol KHI summary
rcKhiBgpHistoryEntry1.3.6.1.4.1.2272.1.85.7.4.1not-accessibleBgp protcol KHI summary entry
I32 rcKhiBgpHistoryVrfId1.3.6.1.4.1.2272.1.85.7.4.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
I32 rcKhiBgpHistoryIndex1.3.6.1.4.1.2272.1.85.7.4.1.2Integer32not-accessibleHistory index for a particular VRF OSPF
C32 rcKhiBgpHistoryRibCount1.3.6.1.4.1.2272.1.85.7.4.1.3Counter32read-onlyNumber of BGP Rib
C32 rcKhiBgpHistoryNumOfPeers1.3.6.1.4.1.2272.1.85.7.4.1.4Counter32read-onlyNumber of BGP peers
DAT rcKhiBgpHistoryTimestamp1.3.6.1.4.1.2272.1.85.7.4.1.5DateAndTimeread-onlyBGP history timestamp
rcKhiPimTable1.3.6.1.4.1.2272.1.85.7.5not-accessiblePim protcol KHI summary
rcKhiPimEntry1.3.6.1.4.1.2272.1.85.7.5.1not-accessiblePim protcol KHI summary entry
I32 rcKhiPimVrfId1.3.6.1.4.1.2272.1.85.7.5.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
C32 rcKhiPimRoutes1.3.6.1.4.1.2272.1.85.7.5.1.2Counter32read-only
C32 rcKhiPimRefRoutes1.3.6.1.4.1.2272.1.85.7.5.1.3Counter32read-only
C32 rcKhiPimAdjacencies1.3.6.1.4.1.2272.1.85.7.5.1.4Counter32read-only
C32 rcKhiPimRefAdjacencies1.3.6.1.4.1.2272.1.85.7.5.1.5Counter32read-only
DAT rcKhiPimLastClearTimestamp1.3.6.1.4.1.2272.1.85.7.5.1.6DateAndTimeread-only
DAT rcKhiPimFirstEventTimestamp1.3.6.1.4.1.2272.1.85.7.5.1.7DateAndTimeread-only
rcKhiPimHistoryTable1.3.6.1.4.1.2272.1.85.7.6not-accessiblePim protcol KHI summary
rcKhiPimHistoryEntry1.3.6.1.4.1.2272.1.85.7.6.1not-accessiblePim protcol KHI summary entry
I32 rcKhiPimHistoryVrfId1.3.6.1.4.1.2272.1.85.7.6.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
I32 rcKhiPimHistoryIndex1.3.6.1.4.1.2272.1.85.7.6.1.2Integer32not-accessibleHistory index for a particular VRF PIM
C32 rcKhiPimHistoryRouteCount1.3.6.1.4.1.2272.1.85.7.6.1.3Counter32read-only
C32 rcKhiPimHistoryAdjacencies1.3.6.1.4.1.2272.1.85.7.6.1.4Counter32read-only
DAT rcKhiPimHistoryTimestamp1.3.6.1.4.1.2272.1.85.7.6.1.5DateAndTimeread-only
rcKhiIgmpHistoryTable1.3.6.1.4.1.2272.1.85.7.7not-accessibleIgmp protcol KHI summary
rcKhiIgmpHistoryEntry1.3.6.1.4.1.2272.1.85.7.7.1not-accessibleIgmp protcol KHI summary entry
I32 rcKhiIgmpHistoryVrfId1.3.6.1.4.1.2272.1.85.7.7.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
I32 rcKhiIgmpHistoryIndex1.3.6.1.4.1.2272.1.85.7.7.1.2Integer32not-accessibleHistory index for a particular VRF PIM
C32 rcKhiIgmpHistoryGroupCount1.3.6.1.4.1.2272.1.85.7.7.1.3Counter32read-only
C32 rcKhiIgmpHistorySenderCount1.3.6.1.4.1.2272.1.85.7.7.1.4Counter32read-only
DAT rcKhiIgmpHistoryTimestamp1.3.6.1.4.1.2272.1.85.7.7.1.5DateAndTimeread-only
rcKhiIgmpSnoopHistoryTable1.3.6.1.4.1.2272.1.85.7.8not-accessibleIgmpSnoop protcol KHI summary
rcKhiIgmpSnoopHistoryEntry1.3.6.1.4.1.2272.1.85.7.8.1not-accessibleIgmpSnoop protcol KHI summary entry
I32 rcKhiIgmpSnoopHistoryVrfId1.3.6.1.4.1.2272.1.85.7.8.1.1Integer32not-accessibleAn unique index used to identify a particular fan in the system.
I32 rcKhiIgmpSnoopHistoryIndex1.3.6.1.4.1.2272.1.85.7.8.1.2Integer32not-accessibleHistory index for a particular VRF PIM
C32 rcKhiIgmpSnoopHistoryStreamCount1.3.6.1.4.1.2272.1.85.7.8.1.3Counter32read-onlyIGMP Snoop stream count
C32 rcKhiIgmpSnoopHistoryHostCount1.3.6.1.4.1.2272.1.85.7.8.1.4Counter32read-onlyIgmpSnoop hots count
DAT rcKhiIgmpSnoopHistoryTimestamp1.3.6.1.4.1.2272.1.85.7.8.1.5DateAndTimeread-onlyIgmp Snoop timestamp
C32 rcKhiVlacpTotalPortCount1.3.6.1.4.1.2272.1.85.7.9Counter32read-onlyVLACP port count, where VLACP is enabled
C32 rcKhiVlacpPortUpCount1.3.6.1.4.1.2272.1.85.7.10Counter32read-onlyNumber of ports where VLACP is up
KHI rcKhiIstState1.3.6.1.4.1.2272.1.85.7.11KhiStatusValueread-onlyCurrent IST State for KHI
DAT rcKhiFirstIstSyncTimeStamp1.3.6.1.4.1.2272.1.85.7.12DateAndTimeread-onlyTimestamp for the first IST Sync
DAT rcKhiLastIstSyncTimeStamp1.3.6.1.4.1.2272.1.85.7.13DateAndTimeread-onlyTimestamp for the last IST Sync
C32 rcKhiNumIstUpEvents1.3.6.1.4.1.2272.1.85.7.14Counter32read-onlyTotal number of IST up events
C32 rcKhiNumIstDownEvents1.3.6.1.4.1.2272.1.85.7.15Counter32read-onlyTotal number of IST down events
C32 rcKhiNumSmltDownEventsSent1.3.6.1.4.1.2272.1.85.7.16Counter32read-onlyTotal number of SMLT down events sent
DAT rcKhiLastSmltDownEventSentTimeStamp1.3.6.1.4.1.2272.1.85.7.17DateAndTimeread-onlyTimestamp for the last SMLT down event sent
C32 rcKhiNumSmltDownEventsRecv1.3.6.1.4.1.2272.1.85.7.18Counter32read-onlyTotal number of SMLT down events received
DAT rcKhiLastSmltDownEventRecvTimeStamp1.3.6.1.4.1.2272.1.85.7.19DateAndTimeread-onlyTimestamp for the last SMLT down event received
C32 rcKhiNumSmltUpEventsSent1.3.6.1.4.1.2272.1.85.7.20Counter32read-onlyTotal number of SMLT up events sent
DAT rcKhiLastSmltUpEventSentTimeStamp1.3.6.1.4.1.2272.1.85.7.21DateAndTimeread-onlyTimestamp for the last SMLT up event sent
C32 rcKhiNumSmltUpEventsRecv1.3.6.1.4.1.2272.1.85.7.22Counter32read-onlyTotal number of SMLT Up events received
DAT rcKhiLastSmltUpEventRecvTimeStamp1.3.6.1.4.1.2272.1.85.7.23DateAndTimeread-onlyTimestamp for the last SMLT up event received
C32 rcKhiNumSendMacAddrSent1.3.6.1.4.1.2272.1.85.7.24Counter32read-onlyTotal number of SMLT send mac addr events sent
DAT rcKhiLastSendMacAddrSentTimeStamp1.3.6.1.4.1.2272.1.85.7.25DateAndTimeread-onlyTimestamp for the last SMLT send MAC addr event sent
C32 rcKhiNumSendMacAddrRecv1.3.6.1.4.1.2272.1.85.7.26Counter32read-onlyTotal number of SMLT send mac addr events recv
DAT rcKhiLastSendMacAddrRecvTimeStamp1.3.6.1.4.1.2272.1.85.7.27DateAndTimeread-onlyTimestamp for the last SMLT send MAC addr event received
rcKhiIstHistoryTable1.3.6.1.4.1.2272.1.85.7.28not-accessibleIst protcol KHI history
rcKhiIstHistoryEntry1.3.6.1.4.1.2272.1.85.7.28.1not-accessibleIst protcol KHI history entry
I32 rcKhiIstHistoryIndex1.3.6.1.4.1.2272.1.85.7.28.1.1Integer32not-accessibleHistory index for a particular IST history entry
KHI rcKhiIstHistoryIstStatus1.3.6.1.4.1.2272.1.85.7.28.1.2KhiStatusValueread-onlyStatus of the IST
DAT rcKhiIstHistoryTimestamp1.3.6.1.4.1.2272.1.85.7.28.1.3DateAndTimeread-onlyTimestamp associated with IST history entry
rcKhiSmltHistoryTable1.3.6.1.4.1.2272.1.85.7.29not-accessibleSmlt protocol KHI history
rcKhiSmltHistoryEntry1.3.6.1.4.1.2272.1.85.7.29.1not-accessibleSmlt protcol KHI history entry
I32 rcKhiSmltHistoryIndex1.3.6.1.4.1.2272.1.85.7.29.1.1Integer32not-accessibleHistory index for a particular SMLT history entry
I32 rcKhiSmltHistorySmltId1.3.6.1.4.1.2272.1.85.7.29.1.2Integer32read-onlySMLTID of the SMLT history entry
KHI rcKhiSmltHistorySmltStatus1.3.6.1.4.1.2272.1.85.7.29.1.3KhiStatusValueread-onlyStatus of the SMLT
DAT rcKhiSmltHistoryTimestamp1.3.6.1.4.1.2272.1.85.7.29.1.4DateAndTimeread-onlyTimestamp associated with IST history entry
rcKhiSmltTable1.3.6.1.4.1.2272.1.85.7.30not-accessibleSmlt protocol KHI
rcKhiSmltEntry1.3.6.1.4.1.2272.1.85.7.30.1not-accessibleSmlt protcol KHI entry
I32 rcKhiSmltId1.3.6.1.4.1.2272.1.85.7.30.1.1Integer32not-accessibleSMLTID of the SMLT entry, also used as index
KHI rcKhiSmltStatus1.3.6.1.4.1.2272.1.85.7.30.1.2KhiStatusValueread-onlyStatus of the SMLT
C32 rcKhiSmltUpEvents1.3.6.1.4.1.2272.1.85.7.30.1.3Counter32read-onlyNumber of SMLT Up Events
C32 rcKhiSmltDownEvents1.3.6.1.4.1.2272.1.85.7.30.1.4Counter32read-onlyNumber of SMLT Down Events
rcKhiMgmt1.3.6.1.4.1.2272.1.85.8
KHI rcKhiMgmtCurrentLogStatus1.3.6.1.4.1.2272.1.85.8.1KhiStatusValueread-onlyThe current status of logging task
KHI rcKhiMgmtLogFirstHighestEvent1.3.6.1.4.1.2272.1.85.8.2KhiStatusValueread-onlyThe first change status of the log since last boot or clear. 'green (1)' means log OK. 'red (4)' means log fail
DAT rcKhiMgmtLogFirstHighestEventTime1.3.6.1.4.1.2272.1.85.8.3DateAndTimeread-onlyRecord the first log task change time The display format in mmddyyhhmmss. If all are zero, it means no change
KHI rcKhiMgmtLogRefStatus1.3.6.1.4.1.2272.1.85.8.4KhiStatusValueread-onlyReference status before change since last boot or clear. 'green (1)' means log OK. 'red (4)' means log fail
DAT rcKhiMgmtLogStatusLastClearTime1.3.6.1.4.1.2272.1.85.8.5DateAndTimeread-onlyRecord the first log task change time The display format in mmddyyhhmmss. If all are zero, it means no change
rcKhiMgmtLogHistoryTable1.3.6.1.4.1.2272.1.85.8.6not-accessibleLog history KHI summary
rcKhiMgmtLogHistoryEntry1.3.6.1.4.1.2272.1.85.8.6.1not-accessibleLog sttaus KHI summary entry
I32 rcKhiMgmtLogHistoryIndex1.3.6.1.4.1.2272.1.85.8.6.1.1Integer32not-accessibleAn unique history index used to identify a particular entry in log history.
KHI rcKhiMgmtLogHistoryStatus1.3.6.1.4.1.2272.1.85.8.6.1.2KhiStatusValueread-onlyChanging Status
DAT rcKhiMgmtLogHistoryTimestamp1.3.6.1.4.1.2272.1.85.8.6.1.3DateAndTimeread-onlyStatus change timestamp.
rcKhiIpInterface1.3.6.1.4.1.2272.1.85.9
rcKhiIpInterfaceHistoryTable1.3.6.1.4.1.2272.1.85.9.1not-accessibleIp Interface Historical Data
rcKhiIpInterfaceHistoryEntry1.3.6.1.4.1.2272.1.85.9.1.1not-accessibleIp Interface history table entry.
INT rcKhiIpInterfaceHistoryIndex1.3.6.1.4.1.2272.1.85.9.1.1.1INTEGERnot-accessibleHistorical data index number.
DAT rcKhiIpInterfaceHistoryTimestamp1.3.6.1.4.1.2272.1.85.9.1.1.2DateAndTimeread-onlyTimestamp indicating when the event occurred.
IP rcKhiIpInterfaceHistoryIpAddr1.3.6.1.4.1.2272.1.85.9.1.1.3IpAddressread-onlyIP address of the interface.
INT rcKhiIpInterfaceHistoryVlanId1.3.6.1.4.1.2272.1.85.9.1.1.4INTEGERread-onlyVlan id of the IP interface.
INT rcKhiIpInterfaceHistoryEvent1.3.6.1.4.1.2272.1.85.9.1.1.5INTEGERread-onlyIndicates whether the interface went up or down.
rc2k1.3.6.1.4.1.2272.1.100
rc2kChassis1.3.6.1.4.1.2272.1.100.1
OCT rc2kChassisPortOperStatus1.3.6.1.4.1.2272.1.100.1.1OCTET STRINGread-onlyA bit array that contains the oper-status of the ports in the device. 2 bits are used for each port. The high order 2 bits of the first octet represent port #0, the next two bits are used for port #1, etc. The status is encoded with the following scheme : value meaning ----- ------- 0 no-link (admin=up, oper=down) 1 up (admin=up, oper=up) 2 down (admin=down, oper=down) 3 testing (admin=test, oper=test)
G32 rc2kChassisTemperature1.3.6.1.4.1.2272.1.100.1.2Gauge32read-onlyUsed to indicate the core operating temperature of the chassis. This value represents the degree in celsius of the air inside the chassis.
G32 rc2kChassisAmbientLowerTemperature1.3.6.1.4.1.2272.1.100.1.3Gauge32read-onlyUsed to indicate the temperature of the air entering the fan at the lower half of the chassis.
G32 rc2kChassisAmbientUpperTemperature1.3.6.1.4.1.2272.1.100.1.4Gauge32read-onlyUsed to indicate the temperature of the air entering the fan at the upper half of the chassis.
MAC rc2kChassisBaseMacAddr1.3.6.1.4.1.2272.1.100.1.5MacAddressread-onlybase mac addr
I32 rc2kChassisMacAddrCapacity1.3.6.1.4.1.2272.1.100.1.6Integer32read-onlyMac Address Capacity
rc2kCpuEthernetPortTable1.3.6.1.4.1.2272.1.100.2not-accessible2k CPU Ethernet Port table
rc2kCpuEthernetPortEntry1.3.6.1.4.1.2272.1.100.2.1not-accessibleEntry containing infomation of 2k CPU Ethernet Port
NUM rc2kCpuEthernetPortIfIndex1.3.6.1.4.1.2272.1.100.2.1.1InterfaceIndexread-onlyIfIndex of the port.
STR rc2kCpuEthernetPortDescr1.3.6.1.4.1.2272.1.100.2.1.2DisplayStringread-onlyPort description
INT rc2kCpuEthernetPortAdminStatus1.3.6.1.4.1.2272.1.100.2.1.3INTEGERread-writeUsed to configure the admininstrative status of the port.
INT rc2kCpuEthernetPortOperStatus1.3.6.1.4.1.2272.1.100.2.1.4INTEGERread-onlyUsed to indicate the administrative status of the port.
IP rc2kCpuEthernetPortAddr1.3.6.1.4.1.2272.1.100.2.1.5IpAddressread-writeUsed to configure the port's IP address
IP rc2kCpuEthernetPortMask1.3.6.1.4.1.2272.1.100.2.1.6IpAddressread-writeUsed to configure the port's net mask
IP rc2kCpuEthernetPortGateway1.3.6.1.4.1.2272.1.100.2.1.7IpAddressread-writeUsed to configure the the IP address of the gateway that should be used to forward IP traffic.
IP rc2kCpuEthernetPortNetwork1.3.6.1.4.1.2272.1.100.2.1.8IpAddressread-writeUsed to configure the network that can be used to remotely manage this device.
T/F rc2kCpuEthernetPortAutoNegotiate1.3.6.1.4.1.2272.1.100.2.1.9TruthValueread-writeUsed to configure auto-negotiation on this port.
INT rc2kCpuEthernetPortAdminDuplex1.3.6.1.4.1.2272.1.100.2.1.10INTEGERread-writeUsed to configure the administrative duplex setting for this port.
INT rc2kCpuEthernetPortOperDuplex1.3.6.1.4.1.2272.1.100.2.1.11INTEGERread-onlyUsed to indicate the operational duplex setting for this port.
INT rc2kCpuEthernetPortAdminSpeed1.3.6.1.4.1.2272.1.100.2.1.12INTEGERread-writeUsed to configure the administrative speed setting for this port.
INT rc2kCpuEthernetPortOperSpeed1.3.6.1.4.1.2272.1.100.2.1.13INTEGERread-onlyUsed to indicate the operational duplex setting for this port.
T/F rc2kCpuEthernetPortEnableBootp1.3.6.1.4.1.2272.1.100.2.1.14TruthValueread-writeUsed to enable/disable the Bootp feature on this port.
MAC rc2kCpuEthernetPortMgmtMacAddr1.3.6.1.4.1.2272.1.100.2.1.15MacAddressread-onlyUsed to indicate the mac addr for this port.
rc2kCpuSerialPortTable1.3.6.1.4.1.2272.1.100.3not-accessible2k CPU Serial Port table
rc2kCpuSerialPortEntry1.3.6.1.4.1.2272.1.100.3.1not-accessibleEntry containing infomation of 2k CPU Serial Port
NUM rc2kCpuSerialPortIfIndex1.3.6.1.4.1.2272.1.100.3.1.1InterfaceIndexread-onlyIfIndex for this port.
STR rc2kCpuSerialPortDescr1.3.6.1.4.1.2272.1.100.3.1.2DisplayStringread-onlyPort description.
INT rc2kCpuSerialPortMode1.3.6.1.4.1.2272.1.100.3.1.3INTEGERread-writeUsed to configure the mode this port should operate in.
INT rc2kCpuSerialPortAdminStatus1.3.6.1.4.1.2272.1.100.3.1.4INTEGERread-writeUsed to configure the administrative status setting for this port.
INT rc2kCpuSerialPortOperStatus1.3.6.1.4.1.2272.1.100.3.1.5INTEGERread-onlyUsed to indicate the operational status setting for this port.
INT rc2kCpuSerialPortBaudRate1.3.6.1.4.1.2272.1.100.3.1.6INTEGERread-writeUsed to configure the baud rate of this port.
INT rc2kCpuSerialPortDataBits1.3.6.1.4.1.2272.1.100.3.1.7INTEGERread-writeUsed to configure the number of data bits, per byte of data, this port should send/receive.
IP rc2kCpuSerialPortMyAddr1.3.6.1.4.1.2272.1.100.3.1.8IpAddressread-writeUsed to configure this port's IP address. Used for both 'slip' and 'ppp' modes.
IP rc2kCpuSerialPortPeerAddr1.3.6.1.4.1.2272.1.100.3.1.9IpAddressread-writeUsed to configure the peer's IP address. Used for both 'slip' and 'ppp' modes.
INT rc2kCpuSerialPortSlipMtu1.3.6.1.4.1.2272.1.100.3.1.10INTEGERread-writeUsed to configure the MTU for this port. Used for slip only.
T/F rc2kCpuSerialPortSlipTxRxCompress1.3.6.1.4.1.2272.1.100.3.1.11TruthValueread-writeUsed to enable/disable compression of TCP/IP packet headers on this port. Used for slip only.
T/F rc2kCpuSerialPortSlipRxCompress1.3.6.1.4.1.2272.1.100.3.1.12TruthValueread-writeUsed to enable/disable compression for receiving packets on this port. Used for slip only.
OCT rc2kCpuSerialPortPppConfigFile1.3.6.1.4.1.2272.1.100.3.1.13OCTET STRINGread-writeUsed to configure the configuration file to use for PPP.
rc2kDevice1.3.6.1.4.1.2272.1.100.4
rc2kDeviceGlobalTable1.3.6.1.4.1.2272.1.100.4.1not-accessible2k CPU Ethernet Port table
rc2kDeviceGlobalEntry1.3.6.1.4.1.2272.1.100.4.1.1not-accessibleEntry containing infomation of 2k CPU Ethernet Port
INT rc2kDeviceGlobalSlot1.3.6.1.4.1.2272.1.100.4.1.1.1INTEGERread-onlyslot number
I32 rc2kDeviceGlobalFlashBytesUsed1.3.6.1.4.1.2272.1.100.4.1.1.2Integer32read-onlybytes used
I32 rc2kDeviceGlobalFlashBytesFree1.3.6.1.4.1.2272.1.100.4.1.1.3Integer32read-onlybytes free
I32 rc2kDeviceGlobalFlashNumFiles1.3.6.1.4.1.2272.1.100.4.1.1.4Integer32read-only# files in flash
I32 rc2kDeviceGlobalPcmciaBytesUsed1.3.6.1.4.1.2272.1.100.4.1.1.5Integer32read-onlybytes used
I32 rc2kDeviceGlobalPcmciaBytesFree1.3.6.1.4.1.2272.1.100.4.1.1.6Integer32read-onlybytes free
I32 rc2kDeviceGlobalPcmciaNumFiles1.3.6.1.4.1.2272.1.100.4.1.1.7Integer32read-only# files in pcmcia
INT rc2kDeviceGlobalAction1.3.6.1.4.1.2272.1.100.4.1.1.8INTEGERread-writenone(1), resetPcmcia(2), ..
INT rc2kDeviceGlobalResult1.3.6.1.4.1.2272.1.100.4.1.1.9INTEGERread-onlyUsed to indicate the result of the last action performed on one of the system's device.
I32 rc2kDeviceSeparator11.3.6.1.4.1.2272.1.100.4.2Integer32read-onlyThis leaf is used to provide a separation between tables. No meaningful information is stored in this variable.
rc2kDeviceFlashFileTable1.3.6.1.4.1.2272.1.100.4.3not-accessible2k Flash table
rc2kDeviceFlashFileEntry1.3.6.1.4.1.2272.1.100.4.3.1not-accessibleEntry containing infomation of 2k CPU Serial Port
INT rc2kDeviceFlashFileSlot1.3.6.1.4.1.2272.1.100.4.3.1.1INTEGERread-onlyslot number
STR rc2kDeviceFlashFileName1.3.6.1.4.1.2272.1.100.4.3.1.2DisplayStringread-onlyname of file
STR rc2kDeviceFlashFileDate1.3.6.1.4.1.2272.1.100.4.3.1.3DisplayStringread-onlydate
I32 rc2kDeviceFlashFileSize1.3.6.1.4.1.2272.1.100.4.3.1.4Integer32read-onlysize in bytes
T/F rc2kDevicePcmciaPresent1.3.6.1.4.1.2272.1.100.4.4TruthValueread-onlypcmcia is a slower device. This leaf is used to stop the access into pcmcia file table when it got the end of flash file table.
rc2kDevicePcmciaFileTable1.3.6.1.4.1.2272.1.100.4.5not-accessible2k PCMCIA table
rc2kDevicePcmciaFileEntry1.3.6.1.4.1.2272.1.100.4.5.1not-accessibleEntry containing infomation of 2k CPU Serial Port
INT rc2kDevicePcmciaFileSlot1.3.6.1.4.1.2272.1.100.4.5.1.1INTEGERread-onlyslot number
STR rc2kDevicePcmciaFileName1.3.6.1.4.1.2272.1.100.4.5.1.2DisplayStringread-onlyname of file
STR rc2kDevicePcmciaFileDate1.3.6.1.4.1.2272.1.100.4.5.1.3DisplayStringread-onlydate
I32 rc2kDevicePcmciaFileSize1.3.6.1.4.1.2272.1.100.4.5.1.4Integer32read-onlysize in bytes
I32 rc2kDeviceSeparator21.3.6.1.4.1.2272.1.100.4.6Integer32read-onlyThis leaf is used to provide a separation between tables. No meaningful information is stored in this variable.
rc2kBootConfigTable1.3.6.1.4.1.2272.1.100.5not-accessible2k Boot Configuration table
rc2kBootConfigEntry1.3.6.1.4.1.2272.1.100.5.1not-accessibleEntry containing boot configuration information.
INT rc2kBootConfigSlot1.3.6.1.4.1.2272.1.100.5.1.1INTEGERread-onlyslot number, tattoo use 3 as cpu slot, 4 is not valid cpu slot number
STR rc2kBootConfigLastBootConfigSource1.3.6.1.4.1.2272.1.100.5.1.2DisplayStringread-onlyboot config source
STR rc2kBootConfigLastRuntimeImageSource1.3.6.1.4.1.2272.1.100.5.1.3DisplayStringread-onlyruntime image source
STR rc2kBootConfigLastRuntimeConfigSource1.3.6.1.4.1.2272.1.100.5.1.4DisplayStringread-onlyruntime config source
STR rc2kBootConfigPrimaryImageSource1.3.6.1.4.1.2272.1.100.5.1.5DisplayStringread-writeimage source
STR rc2kBootConfigPrimaryConfigSource1.3.6.1.4.1.2272.1.100.5.1.6DisplayStringread-writeconfig source
STR rc2kBootConfigSecondaryImageSource1.3.6.1.4.1.2272.1.100.5.1.7DisplayStringread-writeimage source
STR rc2kBootConfigSecondaryConfigSource1.3.6.1.4.1.2272.1.100.5.1.8DisplayStringread-writeconfig source
STR rc2kBootConfigTertiaryImageSource1.3.6.1.4.1.2272.1.100.5.1.9DisplayStringread-writeimage source
STR rc2kBootConfigTertiaryConfigSource1.3.6.1.4.1.2272.1.100.5.1.10DisplayStringread-writeconfig source
T/F rc2kBootConfigEnableAutoBoot1.3.6.1.4.1.2272.1.100.5.1.11TruthValueread-writeauto boot mode
T/F rc2kBootConfigEnableFactoryDefaults1.3.6.1.4.1.2272.1.100.5.1.12TruthValueread-writeuse factory default
T/F rc2kBootConfigEnableDebugMode1.3.6.1.4.1.2272.1.100.5.1.13TruthValueread-writedebug mode
T/F rc2kBootConfigEnableHwWatchDogTimer1.3.6.1.4.1.2272.1.100.5.1.14TruthValueread-writehw watch dog timer
T/F rc2kBootConfigEnableRebootOnError1.3.6.1.4.1.2272.1.100.5.1.15TruthValueread-writereboot on error
T/F rc2kBootConfigEnableTelnetServer1.3.6.1.4.1.2272.1.100.5.1.16TruthValueread-writetelnet server
T/F rc2kBootConfigEnableRloginServer1.3.6.1.4.1.2272.1.100.5.1.17TruthValueread-writerlogin server
T/F rc2kBootConfigEnableFtpServer1.3.6.1.4.1.2272.1.100.5.1.18TruthValueread-writeftp server
T/F rc2kBootConfigEnableTftpServer1.3.6.1.4.1.2272.1.100.5.1.19TruthValueread-writetftp server
STR rc2kBootConfigSwVersion1.3.6.1.4.1.2272.1.100.5.1.20DisplayStringread-onlycurrent sw version
INT rc2kBootConfigMulticastConfigProfile1.3.6.1.4.1.2272.1.100.5.1.21INTEGERread-onlymulticast config
T/F rc2kBootConfigEnableSshServer1.3.6.1.4.1.2272.1.100.5.1.22TruthValueread-writessh server
T/F rc2kBootConfigEnableAltLed1.3.6.1.4.1.2272.1.100.5.1.23TruthValueread-writeBoot flag for enableing Alternate LED
STR rc2kBootConfigPrimaryBackupConfigSource1.3.6.1.4.1.2272.1.100.5.1.24DisplayStringread-writeprimary backup config source (safeconfig)
STR rc2kBootConfigSecondaryBackupConfigSource1.3.6.1.4.1.2272.1.100.5.1.25DisplayStringread-writesecondary backup config source (safeconfig)
STR rc2kBootConfigTertiaryBackupConfigSource1.3.6.1.4.1.2272.1.100.5.1.26DisplayStringread-writetertiary backup config source (safeconfig)
T/F rc2kBootConfigEnable8616ReAutoneg1.3.6.1.4.1.2272.1.100.5.1.27TruthValueread-writeEnable re-autoneg for 8616SX Cards (Intel GMAC fix)
STR rc2kBootConfigMezzImageSource1.3.6.1.4.1.2272.1.100.5.1.28DisplayStringread-writeMezz image source
T/F rc2kBootConfigEnableMezz1.3.6.1.4.1.2272.1.100.5.1.29TruthValueread-writeEnable/disable Mezz Flag
STR rc2kBootConfigPrimaryLicenseSource1.3.6.1.4.1.2272.1.100.5.1.30DisplayStringread-writeprimary license file name
STR rc2kBootConfigSecondaryLicenseSource1.3.6.1.4.1.2272.1.100.5.1.31DisplayStringread-writesecondary license file name
STR rc2kBootConfigTertiaryLicenseSource1.3.6.1.4.1.2272.1.100.5.1.32DisplayStringread-writetertiary license file name
T/F rc2kBootConfigEnableCfPcCompat1.3.6.1.4.1.2272.1.100.5.1.44TruthValueread-writeEnable/disable CF PC compatibility flag
rc2kCardTable1.3.6.1.4.1.2272.1.100.6not-accessible2k Card table
rc2kCardEntry1.3.6.1.4.1.2272.1.100.6.1not-accessibleEntry containing information of 2k Card
INT rc2kCardIndex1.3.6.1.4.1.2272.1.100.6.1.1INTEGERread-onlyslot number.
INT rc2kCardFrontType1.3.6.1.4.1.2272.1.100.6.1.2INTEGERread-onlyUsed to indicate card types in the Accelar 8000 product families. For Accelar 8000 devices, all cards use an encoded value according to the following rule: | 6 | 1 | 5 | 4 | 1 | 3 | 4 | 8 | +------+-------+-------+-------+------------+------+------+------+ bits : |31-26 | 25 | 24-20 | 19-16 | 15 | 14-12 | 11-8 | 7-0 | +------+-------+-------+-------+----+-------+------+------+------+ field : | a | b | c | d | e | f | g | h | +------+-------+-------+-------+----+-------+------+------+------+ a : Family type/Product line (6 bits (5 bits usuable) (was 4 bits)) MSB bit31 should not be used (MIB compiler fails) 0x0-00 = 0000-00 = Reserved 0x1-00 = 0001-00 = Monoploy non specific (e.g backplane, psu, fans) 0x2-00 = 0010-00 = Boardwalk 0x2-01 = 0010-01 = Power Ranger 0x3-00 = 0011-00 = Marvin Gardens 0x4-00 = 0100-00 = Thunderbolt (was Pacific) 0x5-00 = 0101-00 = PP8300 (was ParkPlace) 0x6-00 = 0110-00 = Central Office (only used in chassis) 0x7-00 = 0111-00 = Alteon WebSystems b : Interface / Device type variation: 1 bit (was 3 bits, 2 bits were stolen by faimly) MSB bit31 should not be used (MIB compiler fails) 0x0-00 = 0000-00 = Reserved 0x1-00 = 0001-00 = Monoploy non specific (e.g backplane, psu, fans) 0x2-00 = 0010-00 = Boardwalk 0x2-01 = 0010-01 = Power Ranger 0x3-00 = 0011-00 = Marvin Gardens 0x4-00 = 0100-00 = Thunderbolt (was Pacific) 0x5-00 = 0101-00 = PP8300 (was ParkPlace) 0x6-00 = 0110-00 = Central Office (only used in chassis) 0x7-00 = 0111-00 = Alteon WebSystems b : Interface / Device type variation: (Were 3 bits, 2 bits taken by family) 0x1 = 1 = M-module (128K RARU records) c : Interface / device type: (5 bits) 0x0 = 00000 = CPU 0x1 = 00001 = Switch fabric 0x2 = 00010 = Copper Ethernet 0x3 = 00011 = Fiber Ethernet 0x4 = 00100 = Sonet (Packets) 0x5 = 00101 = ATM 0x6 = 00110 = Token Ring 0x7 = 00111 = RMON 0x8 = 01000 = BFM (Frame or cells indicated by field 'a' above) 0x9 = 01001 = PSU 0xa = 01010 = Fan Tray 0xb = 01011 = Chassis/Backplane 0xc = 01100 = CPU Mezz 0xd = 01101 = SSL 0xe = 01110 = LaunchPad 0xf = 01111 = reserved for future 0x10 = 10000 = reserved for future 0x11 = 10001 = reserved for future 0x12 = 10010 = reserved for future 0x13 = 10011 = WSM Fiber Ethernet d : Maximum speed (highest negotiable speed) (4 bits) 0x0 = 0000 = 10 Mbit 0x1 = 0001 = 100 Mbit 0x2 = 0010 = 1 Gbit 0x3 = 0011 = 10 Gbit 0x4 = 0100 = OC-3 0x5 = 0101 = OC-12 0x6 = 0110 = OC-48 0x7 = 0111 = OC-92 0x8 = 1000 = OC-192 0x9 = 1001 = 4 Mbit (TR) 0xa = 1010 = 16 Mbit (TR) 0xb = 1011 = E3 0xc = 1100 = DS1 0xd = 1101 = DS3 0xe = 1110 = none (no PHY interfaces on board) 0xf = 1111 = Max speed indicated implicitly in field (c) (for expansion) e : AM&OM-06/28/2006: This bit was originally used to indicate port redundancy. For PR it is used as a differentiator between Boomslang (0) and Copperhead (1). 0=non-redundant, (1 bit) 1=redundant f : Card specific info. (3 bits) For Gigabit used as follows: 000=short-haul (SX) 010=long-haul (LX) 100=extra-distance (DX) 101=GBIC For 10 Gigabit used as follws 000 = 10GE WAN serial 1310nm (XLW) 001 = 10GE WAN serial 1550nm (XEW) 100 = 10GE LAN serial 1310nm (XLR) 101 = 10GE LAN serial 1550nm (XER) 011 = 10GE LAN/WAN (XZW) For ATM/Sonet used as follows 000 = multi mode 001 = single mode 010 = single or multimode 011 = not applicable (e.g., copper has no mode) For Marvin Gardens, indicates number of MDA slots 000 = none 001 = one option slots 010 = two option slots 011 = three option slots For Power Supplies: 000 = AC PSU 001 = DC PSU For CPU Mezz: 000 = MPC755/MPC107 Mezz For SSL: 000 = server offloading 001 = end to end encryption For WSM: 000 = WSM mode 001 = ASFM mode For 8003 (3 slot) chassis differentiation: 000 = ERS 8003 001 = MERS 8003-R (Triumph) 000: PP8300 48TX, 10/100/1000 without POL 001: PP8300 48TX, 10/100/1000 with POL 010: SFP 000: non SFP g : Chassis type (4 bits, possibly MSB 2 bits are extension of field b) 0x0 = 00-00 = work-group (single card switches, etc) 0x1 = 00-01 = back-bone (chassis based products) 0x2 = 00-10 = MDA (option modules) h : Number of ports (binary representation obmited) (8 bits) (for ACIM/BFM cards, this is number of octapids/blackbirds/dea) 0x00 = no ports (cpus, switch fabrics) 0x01 = 1-port, 0x02 = 2-port, 0x04 = 4-port, 0x06 = 6-port, 0x08 = 8-port, 0x0c = 12-port, 0x10 = 16-port, 0x18 = 24-port, 0x22 = 36-port, 0x30 = 48-port, 0x40 = 64-port.
STR rc2kCardFrontDescription1.3.6.1.4.1.2272.1.100.6.1.3DisplayStringread-onlydescription
INT rc2kCardFrontAdminStatus1.3.6.1.4.1.2272.1.100.6.1.4INTEGERread-writeUsed to indicate the administrative status of this card
INT rc2kCardFrontOperStatus1.3.6.1.4.1.2272.1.100.6.1.5INTEGERread-onlyUsed to indicate the operational status of this card.
STR rc2kCardFrontSerialNum1.3.6.1.4.1.2272.1.100.6.1.6DisplayStringread-onlyserial number of card
STR rc2kCardFrontHwVersion1.3.6.1.4.1.2272.1.100.6.1.7DisplayStringread-onlyhardware version
STR rc2kCardFrontPartNumber1.3.6.1.4.1.2272.1.100.6.1.8DisplayStringread-onlypart number
STR rc2kCardFrontDateCode1.3.6.1.4.1.2272.1.100.6.1.9DisplayStringread-onlydate code
STR rc2kCardFrontDeviations1.3.6.1.4.1.2272.1.100.6.1.10DisplayStringread-onlydeviations
MAC rc2kCardFrontMacAddr1.3.6.1.4.1.2272.1.100.6.1.11MacAddressread-onlybase mac address
INT rc2kCardBackType1.3.6.1.4.1.2272.1.100.6.1.12INTEGERread-onlyRefer to rc2kCardFrontType for the encoding scheme
STR rc2kCardBackDescription1.3.6.1.4.1.2272.1.100.6.1.13DisplayStringread-onlydescription
STR rc2kCardBackSerialNum1.3.6.1.4.1.2272.1.100.6.1.14DisplayStringread-onlyserial number of card
STR rc2kCardBackHwVersion1.3.6.1.4.1.2272.1.100.6.1.15DisplayStringread-onlyhardware version
STR rc2kCardBackPartNumber1.3.6.1.4.1.2272.1.100.6.1.16DisplayStringread-onlypart number
STR rc2kCardBackDateCode1.3.6.1.4.1.2272.1.100.6.1.17DisplayStringread-onlydate code
STR rc2kCardBackDeviations1.3.6.1.4.1.2272.1.100.6.1.18DisplayStringread-onlydeviations
INT rc2kCardPCMCIAType1.3.6.1.4.1.2272.1.100.6.1.19INTEGERread-onlyUsed to indicate the type of PCMCIA card currently installed in this CPU card, if any. For non-CPU cards, this variable has no meaning and will always be set to none(1).
STR rc2kCardPCMCIADescr1.3.6.1.4.1.2272.1.100.6.1.20DisplayStringread-onlyPCMCIA descriptor
STR rc2kCardASICDescr1.3.6.1.4.1.2272.1.100.6.1.21DisplayStringread-onlyASIC descriptor
T/F rc2kCardFrontMasterIO1.3.6.1.4.1.2272.1.100.6.1.22TruthValueread-onlyUsed to indicate whether an IO card in a 8100 device is operating in the 'master' mode. This variable is not meaningful for non-IO cards and non-8100 devices.
T/F rc2kCardSmltOnSingleCpSupported1.3.6.1.4.1.2272.1.100.6.1.23TruthValueread-onlyUsed to indicate whether an IO card is updated to support SMLT on single Cp feature or not.
INT rc2kCardMezzCard1.3.6.1.4.1.2272.1.100.6.1.24INTEGERread-onlyUsed to indicate the CPU Mezz card
OCT rc2kCardMezzSerialNum1.3.6.1.4.1.2272.1.100.6.1.26OCTET STRINGread-onlyUsed to get the serial number of the mezz
INT rc2kCardMezzHwVersion1.3.6.1.4.1.2272.1.100.6.1.27INTEGERread-onlyUsed to get the HW version of the mezz. The value of HW Version corresponds to the value of part number.
INT rc2kCardMezzPartNum1.3.6.1.4.1.2272.1.100.6.1.28INTEGERread-onlyUsed to get the part number of the mezz. The value of part number corresponds to the value of HW Version.
INT rc2kCardSlotPriority1.3.6.1.4.1.2272.1.100.6.1.29INTEGERread-writeUsed to indicate the priority of the slot for power management. It will take effect only after reboot.
INT rc2kCardSlotOriginalPriority1.3.6.1.4.1.2272.1.100.6.1.30INTEGERread-onlyPriority of the slot for power management which the swtich has currently booted with. It will remain the same until the next reboot.
STR rc2kCardModuleSerialNum1.3.6.1.4.1.2272.1.100.6.1.33DisplayStringread-onlyModule serial number. It is only applicable to the RS module. And it is not applicable to old version of the R module and CP
STR rc2kCardModulePartNumber1.3.6.1.4.1.2272.1.100.6.1.34DisplayStringread-onlyModule part number. It is only applicable to the RS module. And it is not applicable to old version of the R module and CP
STR rc2kCardModuleAssemblyDate1.3.6.1.4.1.2272.1.100.6.1.35DisplayStringread-onlyModule assemly date. It is only applicable to the RS module. And it is not applicable to old version of the R module and CP
rc2kCopyFile1.3.6.1.4.1.2272.1.100.7
OCT rc2kCopyFileSource1.3.6.1.4.1.2272.1.100.7.1OCTET STRINGread-writesource file
OCT rc2kCopyFileDestination1.3.6.1.4.1.2272.1.100.7.2OCTET STRINGread-writedest file
INT rc2kCopyFileAction1.3.6.1.4.1.2272.1.100.7.3INTEGERread-writestart or cancell
INT rc2kCopyFileResult1.3.6.1.4.1.2272.1.100.7.4INTEGERread-onlyresult
rc2kQos1.3.6.1.4.1.2272.1.100.8
rc2kQosQosTable1.3.6.1.4.1.2272.1.100.8.1not-accessibleThis table is used to define the Quality Of Service(QOS) profiles for the system. The system can support eight different QOS levels. Each QOS level can be individually configured.
rc2kQosQosEntry1.3.6.1.4.1.2272.1.100.8.1.1not-accessibleQOS profile entry.
INT rc2kQosQosRow1.3.6.1.4.1.2272.1.100.8.1.1.1INTEGERread-onlyUsed to uniquely identify a row in this table.
INT rc2kQosQosLevel1.3.6.1.4.1.2272.1.100.8.1.1.2INTEGERread-onlyQOS level
STR rc2kQosQosName1.3.6.1.4.1.2272.1.100.8.1.1.3DisplayStringread-writeQos level name
I32 rc2kQosQosAdminWeight1.3.6.1.4.1.2272.1.100.8.1.1.4Integer32read-writeAdministrative transmit opportunity percentage
I32 rc2kQosQosOperWeight1.3.6.1.4.1.2272.1.100.8.1.1.5Integer32read-onlyOperational transmit opportunity percentage
INT rc2kQosOctapidMode1.3.6.1.4.1.2272.1.100.8.1.1.6INTEGERread-writeOctapid mode
INT rc2kQosQosAdminThreshold1.3.6.1.4.1.2272.1.100.8.1.1.7INTEGERread-writeAdministrative queue threshold
INT rc2kQosQosOperThreshold1.3.6.1.4.1.2272.1.100.8.1.1.8INTEGERread-onlyOperational queue threshold
INT rc2kQosPidMode1.3.6.1.4.1.2272.1.100.8.1.1.9INTEGERread-writePid mode
rc2kQosIngressTagToQosTable1.3.6.1.4.1.2272.1.100.8.2not-accessibleThis table is used to specify the 802.1P to QOS (802.1P->QOS) mapping on packet ingress.
rc2kQosIngressTagToQosEntry1.3.6.1.4.1.2272.1.100.8.2.1not-accessibleEntry containing infomation of 8021P->Qos mapping
INT rc2kQosIngressTagToQosRow1.3.6.1.4.1.2272.1.100.8.2.1.1INTEGERread-onlyUsed to uniquely identify a row in this table.
INT rc2kQosIngressTagToQosInIeee8021P1.3.6.1.4.1.2272.1.100.8.2.1.2INTEGERread-only802.1P
INT rc2kQosIngressTagToQosQosLevel1.3.6.1.4.1.2272.1.100.8.2.1.3INTEGERread-writeQos level
rc2kQosIngressDsFieldToQosTable1.3.6.1.4.1.2272.1.100.8.3not-accessibleThis table is used to specify the DSCP field to QOS (DsField->QOS) mapping on packet ingress.
rc2kQosIngressDsFieldToQosEntry1.3.6.1.4.1.2272.1.100.8.3.1not-accessibleEntry containing infomation of DsField->Qos mapping
INT rc2kQosIngressDsFieldToQosRow1.3.6.1.4.1.2272.1.100.8.3.1.1INTEGERread-onlyUsed to uniquely identify a row in this table.
INT rc2kQosIngressDsFieldToQosInDsField1.3.6.1.4.1.2272.1.100.8.3.1.2INTEGERread-onlydiffserv dsField
INT rc2kQosIngressDsFieldToQosQosLevel1.3.6.1.4.1.2272.1.100.8.3.1.3INTEGERread-writeqos level
rc2kQosEgressQosToTagTable1.3.6.1.4.1.2272.1.100.8.4not-accessibleThis table is used to specify the QOS to 802.1P (QOS->802.1P) mapping on packet egress.
rc2kQosEgressQosToTagEntry1.3.6.1.4.1.2272.1.100.8.4.1not-accessibleEntry containing infomation of Qos->Qos mapping
INT rc2kQosEgressQosToTagRow1.3.6.1.4.1.2272.1.100.8.4.1.1INTEGERread-onlyUsed to uniquely identify a row in this table.
INT rc2kQosEgressQosToTagQosLevel1.3.6.1.4.1.2272.1.100.8.4.1.2INTEGERread-onlyqos level
INT rc2kQosEgressQosToTagOutIeee8021P1.3.6.1.4.1.2272.1.100.8.4.1.3INTEGERread-write802.1P
rc2kQosEgressQosToDsFieldTable1.3.6.1.4.1.2272.1.100.8.5not-accessibleThis table is used to specify the QOS to DSCP field (QOS->DsField) mapping on packet egress.
rc2kQosEgressQosToDsFieldEntry1.3.6.1.4.1.2272.1.100.8.5.1not-accessibleEntry containing infomation of Qos->Qos mapping
INT rc2kQosEgressQosToDsFieldRow1.3.6.1.4.1.2272.1.100.8.5.1.1INTEGERread-onlyUsed to uniquely identify a row in this table.
INT rc2kQosEgressQosToDsFieldQosLevel1.3.6.1.4.1.2272.1.100.8.5.1.2INTEGERread-onlyqos level
INT rc2kQosEgressQosToDsFieldOutDsField1.3.6.1.4.1.2272.1.100.8.5.1.3INTEGERread-writediffserv dsField
rc2kQosTrafficProfileTable1.3.6.1.4.1.2272.1.100.8.6not-accessibleThis table is used to specify traffic profiles for the system. These traffic profiles are used for policying purposes to guarantee streams of traffic do not egress the system above a certain rate. These traffic profiles are applied in the 'rcIpFilterTable'.
rc2kQosTrafficProfileEntry1.3.6.1.4.1.2272.1.100.8.6.1not-accessibleEntry containing infomation of Qos->Qos mapping
INT rc2kQosTrafficProfileId1.3.6.1.4.1.2272.1.100.8.6.1.1INTEGERread-onlyProfile id
STR rc2kQosTrafficProfileName1.3.6.1.4.1.2272.1.100.8.6.1.2DisplayStringread-writeProfile name
T/F rc2kQosTrafficProfileEnable1.3.6.1.4.1.2272.1.100.8.6.1.3TruthValueread-writeEnable this entry
T/F rc2kQosTrafficProfileTranslateDscpEnable1.3.6.1.4.1.2272.1.100.8.6.1.4TruthValueread-writeUsed to specify whether translation of the DSCP field should be performed. If enabled, the value in the DSCP field for packets that fall within the traffic profile will get translated to 'rc2kQosTrafficProfileInProfileDscp'. Packets that fall outside the traffic profile will get translated to 'rc2kQosTrafficProfileOutProfileDscp'. If disabled, no translation is performed.
STR rc2kQosTrafficProfileInProfileDscp1.3.6.1.4.1.2272.1.100.8.6.1.5DisplayStringread-writeUsed to specify the DSCP value for 'good' packets.
STR rc2kQosTrafficProfileOutProfileDscp1.3.6.1.4.1.2272.1.100.8.6.1.6DisplayStringread-writeUsed to specify the DSCP value for 'violation' packets.
T/F rc2kQosTrafficProfileDiscardEnable1.3.6.1.4.1.2272.1.100.8.6.1.7TruthValueread-writeUsed to specify whether packets that fall outside the traffic profile should be discarded.
I32 rc2kQosTrafficProfileAverageRate1.3.6.1.4.1.2272.1.100.8.6.1.8Integer32read-writeAverage rate in packets per second.
I32 rc2kQosTrafficProfilePeakRate1.3.6.1.4.1.2272.1.100.8.6.1.9Integer32read-writePeak rate in packets per second.
ROW rc2kQosTrafficProfileRowStatus1.3.6.1.4.1.2272.1.100.8.6.1.10RowStatusread-writeUsed to create/delete entries.
rc2kQosIngressDscpToQosTable1.3.6.1.4.1.2272.1.100.8.7not-accessibleThis table is used to specify the DSCP to QOS (Dscp->QOS) mapping on packet ingress.
rc2kQosIngressDscpToQosEntry1.3.6.1.4.1.2272.1.100.8.7.1not-accessibleEntry containing information of Dscp->Qos mapping
INT rc2kQosIngressDscpToQosRow1.3.6.1.4.1.2272.1.100.8.7.1.1INTEGERread-onlyUsed to uniquely identify a row in this table.
INT rc2kQosIngressDscpToQosInDscp1.3.6.1.4.1.2272.1.100.8.7.1.2INTEGERread-onlyA 6-bit value used to define the Differentiated Service Code Point(DSCP).
STR rc2kQosIngressDscpToQosInDscpBinaryFormat1.3.6.1.4.1.2272.1.100.8.7.1.3DisplayStringread-onlyThe 'rc2kQosIngressDscpToQosInDscp' value shown in a binary format (network order).
INT rc2kQosIngressDscpToQosQosLevel1.3.6.1.4.1.2272.1.100.8.7.1.4INTEGERread-writeqos level
rc2kQosEgressQosToDscpTable1.3.6.1.4.1.2272.1.100.8.8not-accessibleThis table is used to specify the QOS to DSCP field (QOS->DsField) mapping on packet egress.
rc2kQosEgressQosToDscpEntry1.3.6.1.4.1.2272.1.100.8.8.1not-accessibleEntry containing infomation of Qos->Qos mapping
INT rc2kQosEgressQosToDscpRow1.3.6.1.4.1.2272.1.100.8.8.1.1INTEGERread-onlyUsed to uniquely identify a row in this table.
INT rc2kQosEgressQosToDscpQosLevel1.3.6.1.4.1.2272.1.100.8.8.1.2INTEGERread-onlyqos level
INT rc2kQosEgressQosToDscpOutDscp1.3.6.1.4.1.2272.1.100.8.8.1.3INTEGERread-writeA 6-bit value used to define the Differentiated Service Code Point(DSCP).
STR rc2kQosEgressQosToDscpOutDscpBinaryFormat1.3.6.1.4.1.2272.1.100.8.8.1.4DisplayStringread-onlyThe 'rc2kQosEgressQosToDscpOutDscp' value show in a binary format (network order).
rc2kAtm1.3.6.1.4.1.2272.1.100.9
rc2kAtmGlobal1.3.6.1.4.1.2272.1.100.9.1
T/F rc2kAtmElanStatsClearAll1.3.6.1.4.1.2272.1.100.9.1.1TruthValueread-writeClear all Elan Statistics
rc2kAtmPortTable1.3.6.1.4.1.2272.1.100.9.2not-accessibleATM port table
rc2kAtmPortEntry1.3.6.1.4.1.2272.1.100.9.2.1not-accessibleEntry containing infomation of ATM port
NUM rc2kAtmPortIfIndex1.3.6.1.4.1.2272.1.100.9.2.1.1InterfaceIndexread-onlyport number
INT rc2kAtmPortNumVpiBits1.3.6.1.4.1.2272.1.100.9.2.1.2INTEGERread-write# of vpi bits. For OC3, the max number of vpibits is 6. However, for OC12, it is 8. Both media types share the same MIB object.
INT rc2kAtmPortNumVciBits1.3.6.1.4.1.2272.1.100.9.2.1.3INTEGERread-write# of vci bits
INT rc2kAtmPortMediaType1.3.6.1.4.1.2272.1.100.9.2.1.4INTEGERread-onlymedia type
T/F rc2kAtmPortScrambleEnable1.3.6.1.4.1.2272.1.100.9.2.1.5TruthValueread-writeenable scramble
INT rc2kAtmPortFramingMode1.3.6.1.4.1.2272.1.100.9.2.1.6INTEGERread-writeport framing mode
INT rc2kAtmPortClockSource1.3.6.1.4.1.2272.1.100.9.2.1.7INTEGERread-writeclock source
INT rc2kAtmPortLineSpeed1.3.6.1.4.1.2272.1.100.9.2.1.8INTEGERread-onlyline speed
INT rc2kAtmPortLoopBackMode1.3.6.1.4.1.2272.1.100.9.2.1.9INTEGERread-writeloop back mode
MAC rc2kAtmPortMacAddress1.3.6.1.4.1.2272.1.100.9.2.1.10MacAddressread-onlyXLR assigned MAC addr
rc2kAtmPvcTable1.3.6.1.4.1.2272.1.100.9.3not-accessibleATM Pvc table
rc2kAtmPvcEntry1.3.6.1.4.1.2272.1.100.9.3.1not-accessibleEntry containing infomation of ATM Pvc
NUM rc2kAtmPvcIfIndex1.3.6.1.4.1.2272.1.100.9.3.1.1InterfaceIndexread-onlyport number
INT rc2kAtmPvcVpi1.3.6.1.4.1.2272.1.100.9.3.1.2INTEGERread-onlyvpi of this pvc
INT rc2kAtmPvcVci1.3.6.1.4.1.2272.1.100.9.3.1.3INTEGERread-onlyvci of this pvc
I32 rc2kAtmPvcPvcId1.3.6.1.4.1.2272.1.100.9.3.1.4Integer32read-onlyinternal pvc id
STR rc2kAtmPvcName1.3.6.1.4.1.2272.1.100.9.3.1.5DisplayStringread-writename of pvc
INT rc2kAtmPvcEncapsulation1.3.6.1.4.1.2272.1.100.9.3.1.6INTEGERread-writeencapsulation
INT rc2kAtmPvcServiceType1.3.6.1.4.1.2272.1.100.9.3.1.7INTEGERread-writeservice type
INT rc2kAtmPvcPeakCellRate1.3.6.1.4.1.2272.1.100.9.3.1.8INTEGERread-writePeak cell rate in cells per second. The maximum peak cell rate is half of the line rate. The peak cell rate for MDA type OC12 must be less than 733491. However, for OC3, it is less than 182783.
INT rc2kAtmPvcSustainedCellRate1.3.6.1.4.1.2272.1.100.9.3.1.9INTEGERread-writeSustained cell rate in cells per second. The maximum peak cell rate is half of the line rate. The peak cell rate for MDA type OC12 must be less than 733491. However, for OC3, it is less than 182783.
INT rc2kAtmPvcMaxBurstSize1.3.6.1.4.1.2272.1.100.9.3.1.10INTEGERread-writemax burst size
ROW rc2kAtmPvcRowStatus1.3.6.1.4.1.2272.1.100.9.3.1.11RowStatusread-writerow status
T/F rc2kAtmPvcOamLbMgmtEnable1.3.6.1.4.1.2272.1.100.9.3.1.12TruthValueread-writeIndicate whether end-to-end F5 OAM loopback is enabled. When it is enabled, OAM loopback request is sent periodically
INT rc2kAtmPvcOamLbSendFrequency1.3.6.1.4.1.2272.1.100.9.3.1.13INTEGERread-writeNumber of seconds between transmitting OAM loopback request
INT rc2kAtmPvcOamLbRetryFrequency1.3.6.1.4.1.2272.1.100.9.3.1.14INTEGERread-writeNumber of seconds between retry
INT rc2kAtmPvcOamLbUpCount1.3.6.1.4.1.2272.1.100.9.3.1.15INTEGERread-writeNumber of consecutive end-to-end F5 OAM loopback cell responses that must be received in order to change a PVC connection state to up
INT rc2kAtmPvcOamLbDownCount1.3.6.1.4.1.2272.1.100.9.3.1.16INTEGERread-writeNumber of consecutive end-to-end F5 OAM loopback cell responses that are not received in order to change a PVC state to down.
T/F rc2kAtmPvcOamTrapEnable1.3.6.1.4.1.2272.1.100.9.3.1.17TruthValueread-writeIndicate whether OAM trap is enabled. When it is enabled, a trap is sent to the management station when rc2kAtmPvcOamVcStatus is going up or down.
INT rc2kAtmPvcOamVcStatus1.3.6.1.4.1.2272.1.100.9.3.1.18INTEGERread-onlyIndicate the status of PVC link. Not Managed--VC is not being managed by OAM. Down Verify --An OAM loopback failed. End-to-end F5 OAM loopback cells are sent at retry frequency to verify the VC is really down. After down-count unsuccessful retries, the VC goes to the down state (see definition of rc2kAtmPvcOamLoopbackDownCount). Down --VC has not received responses to by end-to-end F5 OAM loopback cells. Up Verify -- An OAM loopback was successful. End-to-end F5 OAM loopback cells are sent at retry frequency to verify the VC is really up. After up-count successive and successful loopback retries, the VC goes to the Up state (see definition of rc2kAtmPvcOamLoopbackUpCount). Up - End-to-end loopbacks are successful.
C32 rc2kAtmPvcOamLbRequestSent1.3.6.1.4.1.2272.1.100.9.3.1.19Counter32read-onlyNumber of OAM loopback request sent
C32 rc2kAtmPvcOamLbReplySent1.3.6.1.4.1.2272.1.100.9.3.1.20Counter32read-onlyNumber of OAM loopback reply sent
C32 rc2kAtmPvcOamLbReplyReceived1.3.6.1.4.1.2272.1.100.9.3.1.21Counter32read-onlyNumber of OAM loopback reply received
rc2kAtm1483ElanTable1.3.6.1.4.1.2272.1.100.9.5not-accessibleATM 1483Elan table
rc2kAtm1483ElanEntry1.3.6.1.4.1.2272.1.100.9.5.1not-accessibleEntry containing infomation of ATM 1483Elan
NUM rc2kAtm1483ElanIfIndex1.3.6.1.4.1.2272.1.100.9.5.1.1InterfaceIndexread-onlyport number
I32 rc2kAtm1483ElanElanId1.3.6.1.4.1.2272.1.100.9.5.1.2Integer32read-onlyElan Id
INT rc2kAtm1483ElanNumPvcIds1.3.6.1.4.1.2272.1.100.9.5.1.3INTEGERread-only# pvc-ids in list
IDL rc2kAtm1483ElanPvcIds1.3.6.1.4.1.2272.1.100.9.5.1.4IdListread-writelist of pvc-ids. each pvc-id is represented by a 32 bit value this field can contain a maximum of 64 pvc-ids.
I32 rc2kAtm1483ElanVlanId1.3.6.1.4.1.2272.1.100.9.5.1.5Integer32read-writevlan tag for this 1483
ROW rc2kAtm1483ElanRowStatus1.3.6.1.4.1.2272.1.100.9.5.1.6RowStatusread-writerow status
INT rc2kAtm1483ElanConnectType1.3.6.1.4.1.2272.1.100.9.5.1.7INTEGERread-writeconnection type
MAC rc2kAtm1483ElanVlanMacAddress1.3.6.1.4.1.2272.1.100.9.5.1.8MacAddressread-onlymac for vlan
MAC rc2kAtm1483ElanDummyMacAddress1.3.6.1.4.1.2272.1.100.9.5.1.9MacAddressread-onlydummy mac for the other router
IP rc2kAtm1483ElanLocalIpAddress1.3.6.1.4.1.2272.1.100.9.5.1.10IpAddressread-writelocal ip, if ConnectType is ip(2)
IP rc2kAtm1483ElanRemoteIpAddress1.3.6.1.4.1.2272.1.100.9.5.1.11IpAddressread-writeremote ip, if ConnectType is ip(2)
T/F rc2kAtm1483ElanInArpSendEnable1.3.6.1.4.1.2272.1.100.9.5.1.12TruthValueread-writeenable arp sending on the port, if ConnectType is ip(2)
INT rc2kAtm1483ElanInArpSendInterval1.3.6.1.4.1.2272.1.100.9.5.1.13INTEGERread-writeinterval of arp sending on the port, if ConnectType is ip(2)
INT rc2kAtm1483ElanIpxVlanEncapMethod1.3.6.1.4.1.2272.1.100.9.5.1.14INTEGERread-writevlan encapsulation method, if ConnectType is ipx(3)
INT rc2kAtm1483ElanIpxNetworkNum1.3.6.1.4.1.2272.1.100.9.5.1.15INTEGERread-writenetwork number, if ConnectType is ipx(3)
I32 rc2kAtm1483ElanStgId1.3.6.1.4.1.2272.1.100.9.5.1.16Integer32read-onlyAn identifier used to identify a STG in the device, only in bridge mode
I32 rc2kAtm1483ElanrcStgTaggedBpduVlanId1.3.6.1.4.1.2272.1.100.9.5.1.17Integer32read-onlyThe VLAN ID to be used for tagging BPDUs, only in bridge mode.
OCT rc2kAtm1483ElanIpxNetworkAddr1.3.6.1.4.1.2272.1.100.9.5.1.18OCTET STRINGread-writenetwork number, instead of rc2kAtm1483ElanIpxNetworkNum
rc2kAtmSioCardConfigTable1.3.6.1.4.1.2272.1.100.9.8not-accessible2kAtm Sio Card Config Table
rc2kAtmSioCardConfigEntry1.3.6.1.4.1.2272.1.100.9.8.1not-accessibleEntry containing infomation of 2kAtm Sio Card Config.
I32 rc2kAtmSioCardConfigSlotIndex1.3.6.1.4.1.2272.1.100.9.8.1.1Integer32read-onlyslot Index.
INT rc2kAtmSioCardConfigAction1.3.6.1.4.1.2272.1.100.9.8.1.2INTEGERread-write
INT rc2kAtmSioCardConfigTraceMode1.3.6.1.4.1.2272.1.100.9.8.1.3INTEGERread-write
STR rc2kAtmSioCardConfigImageFileName1.3.6.1.4.1.2272.1.100.9.8.1.4DisplayStringread-onlyATM Image file name.
INT rc2kAtmSioCardConfigElanStatsEnable1.3.6.1.4.1.2272.1.100.9.8.1.5INTEGERread-writeEnable/Disable Elan Statistics collection
INT rc2kAtmSioCardConfigStatsPollPeriod1.3.6.1.4.1.2272.1.100.9.8.1.6INTEGERread-writeTime interval after which Elan statistics would be polled
rc2kAtmPortStatsTable1.3.6.1.4.1.2272.1.100.9.10not-accessibleATM port statistics table
rc2kAtmPortStatsEntry1.3.6.1.4.1.2272.1.100.9.10.1not-accessibleEntry containing infomation of ATM port statistics
NUM rc2kAtmPortStatsIfIndex1.3.6.1.4.1.2272.1.100.9.10.1.1InterfaceIndexread-onlyport number
C64 rc2kAtmPortStatsInCells1.3.6.1.4.1.2272.1.100.9.10.1.2Counter64read-onlyNumber of Cells received from ATM interface
C64 rc2kAtmPortStatsOutCells1.3.6.1.4.1.2272.1.100.9.10.1.3Counter64read-onlyNumber of Cells transmitted by ATM interface
C64 rc2kAtmPortStatsOutIdleCells1.3.6.1.4.1.2272.1.100.9.10.1.4Counter64read-onlyNumber of Idle Cells transmitted
C32 rc2kAtmPortStatsInHecCorrected1.3.6.1.4.1.2272.1.100.9.10.1.5Counter32read-onlyNumber of received cells in which HCS was corrected
C32 rc2kAtmPortStatsInHecUncorrected1.3.6.1.4.1.2272.1.100.9.10.1.6Counter32read-onlyNumber of received cells dropped because HCS couldn't be corrected
C32 rc2kAtmPortStatsInUnknownProtos1.3.6.1.4.1.2272.1.100.9.10.1.7Counter32read-onlyNumber of received cells dropped with wrong VPI/VCI
C32 rc2kAtmPortStatsInPkts1.3.6.1.4.1.2272.1.100.9.10.1.8Counter32read-onlyNumber of AAL5 CPCS PDUs received
C32 rc2kAtmPortStatsOutPkts1.3.6.1.4.1.2272.1.100.9.10.1.9Counter32read-onlyNumber of AAL5 CPCS PDUs transmitted
C32 rc2kAtmPortStatsInDroppedPkts1.3.6.1.4.1.2272.1.100.9.10.1.10Counter32read-onlyNumber of AAL5 CPCS PDUs dropped due to resource exhaustion
C32 rc2kAtmPortStatsOutDroppedPkts1.3.6.1.4.1.2272.1.100.9.10.1.11Counter32read-onlyNumber of AAL5 CPCS PDUs dropped because the transmitter closed the channel
rc2kAtmVPortStatsTable1.3.6.1.4.1.2272.1.100.9.11not-accessibleATM Elan statistics table
rc2kAtmVPortStatsEntry1.3.6.1.4.1.2272.1.100.9.11.1not-accessibleEntry containing infomation of ATM Elan statistics
NUM rc2kAtmVPortStatsIfIndex1.3.6.1.4.1.2272.1.100.9.11.1.1InterfaceIndexread-onlyport number
I32 rc2kAtmVPortStatsVlanId1.3.6.1.4.1.2272.1.100.9.11.1.2Integer32read-onlyVlan Id
INT rc2kAtmVPortStatsClear1.3.6.1.4.1.2272.1.100.9.11.1.3INTEGERread-writeClear Elan Stats
C64 rc2kAtmVPortStatsInOctets1.3.6.1.4.1.2272.1.100.9.11.1.4Counter64read-onlyAAL5 CPCS PDU octects received from ATM interface
C64 rc2kAtmVPortStatsOutOctets1.3.6.1.4.1.2272.1.100.9.11.1.5Counter64read-onlyAAL5 CPCS PDU octects transmitted out of ATM interface
C32 rc2kAtmVPortStatsInErrors1.3.6.1.4.1.2272.1.100.9.11.1.6Counter32read-onlyAAL5 CPCS PDUs received with errors from ATM interface. These errors include CRC-32 errors,SAR time-out errors And oversized SDU errors
C32 rc2kAtmVPortStatsOutErrors1.3.6.1.4.1.2272.1.100.9.11.1.7Counter32read-onlyNumber of AAL5 CPCS PDUs that couldn't be transmitted due to errors
C32 rc2kAtmVPortStatsInDiscards1.3.6.1.4.1.2272.1.100.9.11.1.8Counter32read-onlyNumber of received AAL5 CPCS PDUs discarded
C32 rc2kAtmVPortStatsOutDiscards1.3.6.1.4.1.2272.1.100.9.11.1.9Counter32read-onlyNumber of AAL5 CPCS PDUs which are to be transmitted but discarded
C32 rc2kAtmVPortStatsInUcastPkts1.3.6.1.4.1.2272.1.100.9.11.1.10Counter32read-onlyReceived ethernet/IP/IPX packets whose destination address is neither a multicast nor a broadcast address
C32 rc2kAtmVPortStatsOutUcastPkts1.3.6.1.4.1.2272.1.100.9.11.1.11Counter32read-onlyForwarded ethernet/IP/IPX packets whose destination address is neither a multicast nor a broadcast address
C32 rc2kAtmVPortStatsInMulticastPkts1.3.6.1.4.1.2272.1.100.9.11.1.12Counter32read-onlyReceived ethernet/IP/IPX packets whose destination MAC address(or IP address in case of IP ELAN type) is multicast MAC address or class D IP address (in case of IP ELAN type)
C32 rc2kAtmVPortStatsOutMulticastPkts1.3.6.1.4.1.2272.1.100.9.11.1.13Counter32read-onlyForwarded ethernet/IP/IPX packets whose destination MAC address(or IP address in case of IP ELAN type) is multicast MAC address or class D IP address (in case of IP ELAN type)
C32 rc2kAtmVPortStatsInBroadcastPkts1.3.6.1.4.1.2272.1.100.9.11.1.14Counter32read-onlyReceived ethernet/IP/IPX packets whose destination address in broadcast address
C32 rc2kAtmVPortStatsOutBroadcastPkts1.3.6.1.4.1.2272.1.100.9.11.1.15Counter32read-onlyForwarded ethernet/IP/IPX packets whose destination address in broadcast address
rc2kMdaCardTable1.3.6.1.4.1.2272.1.100.10not-accessibleMda card table
rc2kMdaCardEntry1.3.6.1.4.1.2272.1.100.10.1not-accessibleEntry containing infomation of Mda card
INT rc2kMdaCardSlotNum1.3.6.1.4.1.2272.1.100.10.1.1INTEGERread-onlySlot number
INT rc2kMdaCardMdaNum1.3.6.1.4.1.2272.1.100.10.1.2INTEGERread-onlyMDA number within slot. MDAs are numbered from left to right.
INT rc2kMdaCardType1.3.6.1.4.1.2272.1.100.10.1.3INTEGERread-onlyRefer to rc2kCardFrontType for the encoding scheme
STR rc2kMdaCardDescription1.3.6.1.4.1.2272.1.100.10.1.4DisplayStringread-onlydescription of mda card
INT rc2kMdaCardAdminStatus1.3.6.1.4.1.2272.1.100.10.1.5INTEGERread-writeadministration status of mda card
INT rc2kMdaCardOperStatus1.3.6.1.4.1.2272.1.100.10.1.6INTEGERread-onlyoperation status of mda card.
STR rc2kMdaCardSerialNum1.3.6.1.4.1.2272.1.100.10.1.7DisplayStringread-onlyserial number of mad card
STR rc2kMdaCardHwVersion1.3.6.1.4.1.2272.1.100.10.1.8DisplayStringread-onlyhardware version of mda card
STR rc2kMdaCardPartNumber1.3.6.1.4.1.2272.1.100.10.1.9DisplayStringread-onlypart number of mda card
STR rc2kMdaCardDateCode1.3.6.1.4.1.2272.1.100.10.1.10DisplayStringread-onlydate code of mda card
STR rc2kMdaCardDeviations1.3.6.1.4.1.2272.1.100.10.1.11DisplayStringread-onlyhardware deviation infomation of mda card
MAC rc2kMdaCardMacAddr1.3.6.1.4.1.2272.1.100.10.1.12MacAddressread-onlybase mac address of mda card
I32 rc2kMdaCardNumPorts1.3.6.1.4.1.2272.1.100.10.1.13Integer32read-onlynumber of ports on mda card
NUM rc2kMdaCardFirstIfIndex1.3.6.1.4.1.2272.1.100.10.1.14InterfaceIndexread-onlyfirst ifindex number on mda card
NUM rc2kMdaCardLastIfIndex1.3.6.1.4.1.2272.1.100.10.1.15InterfaceIndexread-onlylast ifindex number on mda card
rc2kCpuEthernetPortRouteTable1.3.6.1.4.1.2272.1.100.11not-accessible2k CPU Ethernet Port Route table
rc2kCpuEthernetPortRouteEntry1.3.6.1.4.1.2272.1.100.11.1not-accessibleEntry containing infomation of 2k CPU Ethernet Port
IP rc2kCpuEthernetPortRouteNetwork1.3.6.1.4.1.2272.1.100.11.1.1IpAddressread-writeUsed to configure the network that can be used to remotely manage this device.
IP rc2kCpuEthernetPortRouteGateway1.3.6.1.4.1.2272.1.100.11.1.2IpAddressread-writeUsed to configure the the IP address of the gateway that should be used to forward IP traffic.
ROW rc2kCpuEthernetPortRouteRowStatus1.3.6.1.4.1.2272.1.100.11.1.3RowStatusread-writerow status
rc2kCPUTypeGeneralGroup1.3.6.1.4.1.2272.1.100.12
INT rc2kCPUTypePrimary1.3.6.1.4.1.2272.1.100.12.1INTEGERread-onlyUsed to identify the type of primary CPU
INT rc2kCPUTypeSecondary1.3.6.1.4.1.2272.1.100.12.2INTEGERread-onlyUsed to identify the type of secondary CPU
INT rc2kCPUTypePrimaryMemory1.3.6.1.4.1.2272.1.100.12.3INTEGERread-onlyUsed to get the memory size of Primary CPU
INT rc2kCPUTypeSecondaryMemory1.3.6.1.4.1.2272.1.100.12.4INTEGERread-onlyUsed to get the memory size of Secondary CPU
rc2kCpuEthernetPortIpv6RouteTable1.3.6.1.4.1.2272.1.100.13not-accessible2k CPU Ethernet Port Route table for Ipv6
rc2kCpuEthernetPortIpv6RouteEntry1.3.6.1.4.1.2272.1.100.13.1not-accessibleEntry containing information of 2k CPU Ethernet Port Ipv6
ADR rc2kCpuEthernetPortIpv6RouteNetwork1.3.6.1.4.1.2272.1.100.13.1.1Ipv6Addressnot-accessibleUsed to configure the ipv6 network that can be used to remotely manage this device.
INT rc2kCpuEthernetPortIpv6RoutePrefixLength1.3.6.1.4.1.2272.1.100.13.1.2INTEGERnot-accessibleThe length of the prefix (in bits).
ADR rc2kCpuEthernetPortIpv6RouteGateway1.3.6.1.4.1.2272.1.100.13.1.3Ipv6Addressnot-accessibleUsed to configure the the IPv6 address of the gateway that should be used to forward IPv6 traffic.
ROW rc2kCpuEthernetPortIpv6RouteRowStatus1.3.6.1.4.1.2272.1.100.13.1.4RowStatusread-createrow status
rcPowerRanger1.3.6.1.4.1.2272.1.202
rcPowerRangerMib1.3.6.1.4.1.2272.1.202.1
rcPowerRangerNotifications1.3.6.1.4.1.2272.1.202.1.0
rcPowerRangerObjects1.3.6.1.4.1.2272.1.202.1.1
rcPrQos1.3.6.1.4.1.2272.1.202.1.1.1
rcPrQosScalars1.3.6.1.4.1.2272.1.202.1.1.1.1
INT rcPrQosPolicyNumPolicies1.3.6.1.4.1.2272.1.202.1.1.1.1.1INTEGERread-onlyA list of Global Policer (GPID) entries. The number of entries is given by rcPrQosPolicyNumPolicies.
INT rcPrQosTxQueueNumTemplates1.3.6.1.4.1.2272.1.202.1.1.1.1.2INTEGERread-onlyThe number of egress queue templates currently defined in the switch.
rcPrQosPolicyTable1.3.6.1.4.1.2272.1.202.1.1.1.2not-accessibleA list of GPID entries. The number of entries is given by rcPrQosPolicyNumPolicies.
rcPrQosPolicyEntry1.3.6.1.4.1.2272.1.202.1.1.1.2.1not-accessibleEntry containing configuration information for a particular global policer.
INT rcPrQosPolicyGpId1.3.6.1.4.1.2272.1.202.1.1.1.2.1.1INTEGERread-onlyA value that uniquely identifies Global Policer associated with this entry.
STR rcPrQosPolicyName1.3.6.1.4.1.2272.1.202.1.1.1.2.1.2DisplayStringread-writeAn administratively-assigned name for this Global Policer.
INT rcPrQosPolicyPeakRate1.3.6.1.4.1.2272.1.202.1.1.1.2.1.3INTEGERread-writeGlobal Policer Peak Rate in Kilobit/sec.
INT rcPrQosPolicySvcRate1.3.6.1.4.1.2272.1.202.1.1.1.2.1.4INTEGERread-writeGlobal Policer Service Rate in Kilobit/sec.
LAN rcPrQosPolicyLaneMembers1.3.6.1.4.1.2272.1.202.1.1.1.2.1.5LaneSetread-writeThe set of lanes that are members of this Global Policer. The string is 4 octets long, for a total of 32 bits. Each bit corresponds to a laneId. Each I/O slot has 4 laneIds. When a bit has the value one(1), the corresponding laneId is a member of the set. When a bit has the value zero(0), the corresponding laneId is not a member of the set. The encoding is such that the most significant bit of octet #1 corresponds to laneId 0, while the least significant bit of octet #4 corresponds to laneId 31.
ROW rcPrQosPolicyRowStatus1.3.6.1.4.1.2272.1.202.1.1.1.2.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrQosLocalPolicyTable1.3.6.1.4.1.2272.1.202.1.1.1.3not-accessibleA list of local (aka physical) policer entries.
rcPrQosLocalPolicyEntry1.3.6.1.4.1.2272.1.202.1.1.1.3.1not-accessibleAn entry containing configuration information for a particular local policer.
INT rcPrQosLocalPolicyGpId1.3.6.1.4.1.2272.1.202.1.1.1.3.1.1INTEGERread-onlyA value of Global Policer ID corresponding to this local policer.
I32 rcPrQosLocalPolicyIndex1.3.6.1.4.1.2272.1.202.1.1.1.3.1.2Integer32read-onlyA value that uniquely identifies the local Policer associated with this entry. Concatenation of tap.lane.lpid.
INT rcPrQosLocalPolicyPeakRate1.3.6.1.4.1.2272.1.202.1.1.1.3.1.3INTEGERread-onlyLocal Policer Peak Rate in Kilobit/sec. Equals to that of corresponding Global Policer ID.
INT rcPrQosLocalPolicySvcRate1.3.6.1.4.1.2272.1.202.1.1.1.3.1.4INTEGERread-onlyLocal Policer Service Rate in Kilobit/sec. Equals to that of corresponding Global Policer ID.
C64 rcPrQosLocalPolicyTotalPkts1.3.6.1.4.1.2272.1.202.1.1.1.3.1.5Counter64read-onlyLocal Policer Total Packets Count.
C64 rcPrQosLocalPolicyTotalBytes1.3.6.1.4.1.2272.1.202.1.1.1.3.1.6Counter64read-onlyLocal Policer Total Bytes Count.
C64 rcPrQosLocalPolicyBytesOverPeak1.3.6.1.4.1.2272.1.202.1.1.1.3.1.7Counter64read-onlyLocal Policer Bytes over Peak Rate Count.
C64 rcPrQosLocalPolicyBytesOverSvc1.3.6.1.4.1.2272.1.202.1.1.1.3.1.8Counter64read-onlyLocal Policer Bytes over Service Rate Count.
C64 rcPrQosLocalPolicyTotalPktsDropped1.3.6.1.4.1.2272.1.202.1.1.1.3.1.9Counter64read-onlyThe count of Local Policer Total Packets dropped due to reasons other than policing, e.g. congestion.
OCT rcPrQosLocalPolicyLaneMember1.3.6.1.4.1.2272.1.202.1.1.1.3.1.10OCTET STRINGread-onlyThe lane that this Gpid has a local policing account on
rcPrQosTxQueueTemplateTable1.3.6.1.4.1.2272.1.202.1.1.1.4not-accessibleA list of egress queue templates. The number of templates is given by rcPrQosTxQueueNumTemplates.
rcPrQosTxQueueTemplateEntry1.3.6.1.4.1.2272.1.202.1.1.1.4.1not-accessibleEntry containing configuration information for a particular egress queue template. Queue is a set of egress queues.
INT rcPrQosTxQueueTemplateId1.3.6.1.4.1.2272.1.202.1.1.1.4.1.1INTEGERread-onlyA value that uniquely identifies Egress Queue Template.
STR rcPrQosTxQueueTemplateName1.3.6.1.4.1.2272.1.202.1.1.1.4.1.2DisplayStringread-writeAn administratively-assigned name for this egress Queue Template.
INT rcPrQosTxQueueTemplateMaxQueues1.3.6.1.4.1.2272.1.202.1.1.1.4.1.3INTEGERread-createMaximum number of queues in this Template.
INT rcPrQosTxQueueTemplateBalancedQueues1.3.6.1.4.1.2272.1.202.1.1.1.4.1.4INTEGERread-writeTotal number of Balanced Queues in this Template.
INT rcPrQosTxQueueTemplateHiPriQueues1.3.6.1.4.1.2272.1.202.1.1.1.4.1.5INTEGERread-writeTotal number of High Priority Queues in this Template.
INT rcPrQosTxQueueTemplateLoPriQueues1.3.6.1.4.1.2272.1.202.1.1.1.4.1.6INTEGERread-writeTotal number of Low Priority Queues in this Template.
I32 rcPrQosTxQueueTemplateTotalQueues1.3.6.1.4.1.2272.1.202.1.1.1.4.1.7Integer32read-onlyTotal number of queues in this Template.
OCT rcPrQosTxQueueTemplateBalancedQList1.3.6.1.4.1.2272.1.202.1.1.1.4.1.8OCTET STRINGread-onlyList of Balanced Queues in this Template.
OCT rcPrQosTxQueueTemplateHiPriQList1.3.6.1.4.1.2272.1.202.1.1.1.4.1.9OCTET STRINGread-onlyList of High Priority Queues in this Template.
OCT rcPrQosTxQueueTemplateLoPriQList1.3.6.1.4.1.2272.1.202.1.1.1.4.1.10OCTET STRINGread-onlyList of Low Priority Queues in this Template.
OCT rcPrQosTxQueueTemplateTotalQLists1.3.6.1.4.1.2272.1.202.1.1.1.4.1.11OCTET STRINGread-onlyList of Total Physical Queues in this Template.
INT rcPrQosTxQueueTemplateMinRateTotal1.3.6.1.4.1.2272.1.202.1.1.1.4.1.12INTEGERread-onlySum of minimum rate guarantees for this template.
INT rcPrQosTxQueueTemplateMaxRateHiPri1.3.6.1.4.1.2272.1.202.1.1.1.4.1.13INTEGERread-onlySum of maximum rate guarantees for high priority queues of this template.
POR rcPrQosTxQueueTemplatePortMembers1.3.6.1.4.1.2272.1.202.1.1.1.4.1.14PortSetread-writePort members of this template.
INT rcPrQosTxQueueTemplateFlags1.3.6.1.4.1.2272.1.202.1.1.1.4.1.15INTEGERread-writeBitset indicated template state.
T/F rcPrQosTxQueueTemplateApply1.3.6.1.4.1.2272.1.202.1.1.1.4.1.16TruthValueread-writeWhen apply is issued by the administrator, the Egress Queue Set attributes are committed.
ROW rcPrQosTxQueueTemplateRowStatus1.3.6.1.4.1.2272.1.202.1.1.1.4.1.17RowStatusread-writeCreate/delete operations for this entry.
rcPrQosTxQueueTable1.3.6.1.4.1.2272.1.202.1.1.1.5not-accessibleA list of elementary Egress queue entries.
rcPrQosTxQueueEntry1.3.6.1.4.1.2272.1.202.1.1.1.5.1not-accessibleEntry containing configuration information for a particular elementary egress queue.
INT rcPrQosTxQueueTid1.3.6.1.4.1.2272.1.202.1.1.1.5.1.1INTEGERread-writeTemplate ID of the template this queue belongs to.
INT rcPrQosTxQueueQid1.3.6.1.4.1.2272.1.202.1.1.1.5.1.2INTEGERread-onlyQueue Offset from the base queue for this port.
STR rcPrQosTxQueueName1.3.6.1.4.1.2272.1.202.1.1.1.5.1.3DisplayStringread-writeAn NNSC name for this egress queue. Allowed only for 8 NNSC queues.
INT rcPrQosTxQueueStyle1.3.6.1.4.1.2272.1.202.1.1.1.5.1.4INTEGERread-writeEgress queue style.
I32 rcPrQosTxQueueWeight1.3.6.1.4.1.2272.1.202.1.1.1.5.1.5Integer32read-onlyEgress queue weight. Applicable for balanced queues and lo-pri queues only.
I32 rcPrQosTxQueueMaxRate1.3.6.1.4.1.2272.1.202.1.1.1.5.1.6Integer32read-writeEgress queue maximum rate, Kbs
I32 rcPrQosTxQueueMinRate1.3.6.1.4.1.2272.1.202.1.1.1.5.1.7Integer32read-writeEgress queue minimun rate guarantee, Kbs. Applicable for balanced queues and lo-pri queues only.
I32 rcPrQosTxQueueBquantum1.3.6.1.4.1.2272.1.202.1.1.1.5.1.8Integer32read-onlyBandwidth allocation unit. Applicable for balanced queues and lo-pri queues only.
I32 rcPrQosTxQueueMaxLength1.3.6.1.4.1.2272.1.202.1.1.1.5.1.9Integer32read-writeMaximum queue length.
INT rcPrQosTxQueueWredCurveSet1.3.6.1.4.1.2272.1.202.1.1.1.5.1.10INTEGERread-writeRandom Early Detection Number.
ROW rcPrQosTxQueueRowStatus1.3.6.1.4.1.2272.1.202.1.1.1.5.1.11RowStatusread-writeCreate/delete operations for this entry.
rcPrQosTxQueueStatsTable1.3.6.1.4.1.2272.1.202.1.1.1.6not-accessibleA list of elementary Egress queue stats entries.
rcPrQosTxQueueStatsEntry1.3.6.1.4.1.2272.1.202.1.1.1.6.1not-accessibleEntry containing statistics information for a particular elementary egress queue.
NUM rcPrQosTxQueueStatsPort1.3.6.1.4.1.2272.1.202.1.1.1.6.1.1InterfaceIndexread-onlyPort index of the stats table.
INT rcPrQosTxQueueStatsQid1.3.6.1.4.1.2272.1.202.1.1.1.6.1.2INTEGERread-onlyQueue Offset from the base queue for this port.
C64 rcPrQosTxQueueStatsTotalPages1.3.6.1.4.1.2272.1.202.1.1.1.6.1.3Counter64read-onlyTotal pages offered to the queue.
C64 rcPrQosTxQueueStatsDroppedPages1.3.6.1.4.1.2272.1.202.1.1.1.6.1.4Counter64read-onlyTotal pages dropped by the queue.
INT rcPrQosTxQueueStatsUtilization1.3.6.1.4.1.2272.1.202.1.1.1.6.1.5INTEGERread-onlyUtilization percentage of the queue.
rcPrQosIngressExpToQosTable1.3.6.1.4.1.2272.1.202.1.1.1.7not-accessibleThis table is used to specify the Mpls EXP to QOS (Exp bit->QOS) mapping on packet ingress.
rcPrQosIngressExpToQosEntry1.3.6.1.4.1.2272.1.202.1.1.1.7.1not-accessibleEntry containing information of Exp bit->Qos mapping
INT rcPrQosIngressExpToQosIndex1.3.6.1.4.1.2272.1.202.1.1.1.7.1.1INTEGERnot-accessibleUsed to uniquely identify a row in this table.
INT rcPrQosIngressExpToQosMplsExp1.3.6.1.4.1.2272.1.202.1.1.1.7.1.2INTEGERread-onlyThe Mpls Exp bit level.
INT rcPrQosIngressExpToQosLevel1.3.6.1.4.1.2272.1.202.1.1.1.7.1.3INTEGERread-writeqos level
ROW rcPrQosIngressExpToQosRowStatus1.3.6.1.4.1.2272.1.202.1.1.1.7.1.4RowStatusread-writeCreate/delete operations for this entry.
rcPrQosEgressQosToExpTable1.3.6.1.4.1.2272.1.202.1.1.1.8not-accessibleThis table is used to specify the QOS to Mpls EXP bit field (QOS->Exp bit) mapping on packet egress.
rcPrQosEgressQosToExpEntry1.3.6.1.4.1.2272.1.202.1.1.1.8.1not-accessibleEntry containing infomation of Qos->Exp bit mapping
INT rcPrQosEgressQosToExpIndex1.3.6.1.4.1.2272.1.202.1.1.1.8.1.1INTEGERnot-accessibleUsed to uniquely identify a row in this table.
INT rcPrQosEgressQosToExpQosLevel1.3.6.1.4.1.2272.1.202.1.1.1.8.1.2INTEGERread-onlyqos level
INT rcPrQosEgressQosToExpMplsExp1.3.6.1.4.1.2272.1.202.1.1.1.8.1.3INTEGERread-writeThe Mpls EXP bit level.
ROW rcPrQosEgressQosToExpRowStatus1.3.6.1.4.1.2272.1.202.1.1.1.8.1.4RowStatusread-writeCreate/delete operations for this entry.
rcPrFilter1.3.6.1.4.1.2272.1.202.1.1.2
rcPrFilterScalars1.3.6.1.4.1.2272.1.202.1.1.2.1
INT rcPrFilterActTableSize1.3.6.1.4.1.2272.1.202.1.1.2.1.1INTEGERread-onlyUsed to indicate the number of Act entries in the rcPrFilterActTable. Default table size is 0 until the administrator configures any Act entries.
INT rcPrFilterAclTableSize1.3.6.1.4.1.2272.1.202.1.1.2.1.2INTEGERread-onlyUsed to indicate the number of Acl entries in the rcPrFilterAclTable. Default table size is 0 until the administrator configures any Acl entries.
INT rcPrFilterAceTableSize1.3.6.1.4.1.2272.1.202.1.1.2.1.3INTEGERread-onlyUsed to indicate the number of Ace entries in the rcPrFilterAceTable. Default table size is 0 until the administrator configures any Ace entries. The maximum size is # of Acls multiplied by # of Aces.
rcPrFilterAct1.3.6.1.4.1.2272.1.202.1.1.2.2
rcPrFilterActTable1.3.6.1.4.1.2272.1.202.1.1.2.2.1not-accessibleA table of Acts to store information of each Act entry. This table is indexed by the Act Id.
rcPrFilterActEntry1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1not-accessibleOne Act Entry holding Act information.
INT rcPrFilterActId1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.1INTEGERread-onlyA table of Acts to store information of each Act. This table is indexed by the Act Id.
STR rcPrFilterActName1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.2DisplayStringread-writeA descriptive name chosen by the administrator for the Act Entry.
INT rcPrFilterActArpAttrs1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.3INTEGERread-writeValue is one or multiple (logical 'OR' of the following): none(0), operation(1) none: No Arp Attrs are selected or to clear other choices. operation: Only valid option for Arp attributes.
INT rcPrFilterActEthernetAttrs1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.4INTEGERread-writeValue is one or multiple of the following: none(0), srcMac(1), dstMac(2), etherType(4), port(8), vlan(16), vlanTagPrio(32) none: If selected then unselect all other selections.
INT rcPrFilterActIpAttrs1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.5INTEGERread-writeValue is one or multiple of the following: none(0), srcIp(1), dstIp(2), ipFragFlag(4), ipOptions(8), ipProtoType(16), dscp(32) none: If selected then unselect all other selections.
INT rcPrFilterActProtocolAttrs1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.6INTEGERread-writeValue is one or multiple of the following: none(0), tcpSrcPort(1), udpSrcPort(2), tcpDstPort(4), udpDstPort(8), tcpFlags(16), icmpMsgType(32) none: If selected then unselect all other selections.
T/F rcPrFilterActApply1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.7TruthValueread-writeWhen apply is issued by the administrator, the ACT attributes cannot be modified.
ROW rcPrFilterActRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.8RowStatusread-writeCreate/delete operations for this entry. The entry cannot be modified or deleted while there are Acls configured with this Act entry.
INT rcPrFilterActIpv6Attrs1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.9INTEGERread-writeValue is one or multiple of the following: none(0), srcIpv6(1), dstIpv6(4), nextHdr(16), none: If selected then unselect all other selections.
rcPrFilterActPatternTable1.3.6.1.4.1.2272.1.202.1.1.2.2.2not-accessibleA table of user-defined parameters of Acls to store information of each Acl. This table is indexed by the Act Id and PatternIndex.
rcPrFilterActPatternEntry1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1not-accessibleEntry containing Configuration information for a particular Act.
INT rcPrFilterActPatternActId1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.1INTEGERread-onlyAn index to the ActPatternEntry, a unique identifier for Act entry in the range of Table Size.
INT rcPrFilterActPatternIndex1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.2INTEGERread-onlyIndexes each user defined field pattern in an Acl entry. In this release only 3 patterns are allowed per ACT but we can have multiple patterns per ACL.
STR rcPrFilterActPatternName1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.3DisplayStringread-writeA descriptive name chosen by the administrator for the Acl Pattern Entry.
INT rcPrFilterActPatternBase1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.4INTEGERread-writeUser defined fields from headers to be used in the Aces of the Acl.
INT rcPrFilterActPatternOffset1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.5INTEGERread-writeSet Offset in bits to the beginning offset of the user defined field with selected header option as base.
INT rcPrFilterActPatternLength1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.6INTEGERread-writeThe number of bits to extract beginning from the offset is set in rcPrFilterActPatternLength. Only 1-56 are valid.
ROW rcPrFilterActPatternRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.7RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAcl1.3.6.1.4.1.2272.1.202.1.1.2.3
rcPrFilterAclTable1.3.6.1.4.1.2272.1.202.1.1.2.3.1not-accessibleA table of Acls to store information of each Acl. This table is indexed by the Acl Id.
rcPrFilterAclEntry1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1not-accessibleEntry containing Configuration information for a particular Acl.
INT rcPrFilterAclId1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.1INTEGERread-onlyA unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAclActId1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.2INTEGERread-writeA unique identifier for Act entry in the range of Table Size.
STR rcPrFilterAclName1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.3DisplayStringread-writeA descriptive name chosen by the administrator for the Acl Entry.
INT rcPrFilterAclType1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.4INTEGERread-writeAn Acl can be vlan-based or port-based. An Ace has a capability to match packets classified as 'ingress' and 'egress'. An ingress packet is assigned a value 'in' and an egress packet is assigned a value 'out'.
INT rcPrFilterAclAceListSize1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.5INTEGERread-onlyIndicates the number of Aces in a particular Acl.
INT rcPrFilterAclDefaultAction1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.6INTEGERread-writeIndicates action to be taken when none of the Aces in the Acl match.
INT rcPrFilterAclGlobalAction1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.7INTEGERread-writeIndicates action is applied to all Aces that match in an Acl.
ENA rcPrFilterAclState1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.8EnableValueread-writeEnables/Disables the state of all Aces in the Acl
IDL rcPrFilterAclVlanList1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.9IdListread-writeAn array used to indicate all the VLANs to be associated with this Acl Entry. At present, only 4k Vlans are supported.
POR rcPrFilterAclPortList1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.10PortSetread-writeIndicates the ports to be added to this Acl Entry.
ROW rcPrFilterAclRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.11RowStatusread-writeCreate/delete operations for the entry. Deleting a non-empty Acl results in deletion of member Aces and then the Acl.
INT rcPrFilterAclNumVlanIds1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.12INTEGERread-onlyUsed to Indicate the number of VLAN ID's that are stored in the rcPrFilterAclVlanList.
INT rcPrFilterAclPktType1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.13INTEGERread-writeIndicates the packet type that thsi ACL is applicable to.
rcPrFilterAclStatsTable1.3.6.1.4.1.2272.1.202.1.1.2.3.2not-accessibleA table of Acls Statistics entries to store the Default Acl statistics for each Acl. This table is indexed by the Acl Id.
rcPrFilterAclStatsEntry1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1not-accessibleEntry containing default statistics information for a particular Acl.
INT rcPrFilterAclStatsAclId1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.1INTEGERread-onlyA unique identifier for Acl entry in the range of Table Size.
C64 rcPrFilterAclStatsMatchDefaultCounterPkts1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.2Counter64read-onlyPacket count of traffic not matching any of the Ace rules or hit the Default Action that have the count bit turned on in Acl Global Action.
C64 rcPrFilterAclStatsMatchDefaultOctets1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.3Counter64read-onlyByte count of traffic not matching any of the Ace rules or hit the Default Action that have the count bit turned on in Acl Global Action.
T/F rcPrFilterAclStatsClear1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.4TruthValueread-writeClear default statistics for ACL Filters.
rcPrFilterAce1.3.6.1.4.1.2272.1.202.1.1.2.4
rcPrFilterAceTable1.3.6.1.4.1.2272.1.202.1.1.2.4.1not-accessibleA table of Aces to store information of each Ace in context of its parent Acl. This is indexed by AclId and AceId.
rcPrFilterAceEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1not-accessibleOne Ace entry holding Ace information. Ace is a member of one Acl.
INT rcPrFilterAceAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.1INTEGERread-onlyAn index to the AceEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.2INTEGERread-onlyAceId uniquely identifies one Ace entry.
STR rcPrFilterAceName1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.3DisplayStringread-writeA descriptive name chosen by the administrator. System automatically assigns a name if the user has not assigned one.
INT rcPrFilterAceMode1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.4INTEGERread-writeOperating Mode associated with the Ace is effective on the packets matching this Ace.
INT rcPrFilterAceRemarkDscp1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.5INTEGERread-writeThe 6-bit DSCP field from the ToS byte in Ipv4 header encodes the PHB information per DiffServ standards (Refer to DiffServ RFCs 2474). Set the Dscp to PHB (like EF) or PHB-class(like AF1 which includes AF11, AF12,AF13) to mark specific diffserv class traffic. Set the field value to desired integer dscp code for rcPrFilterAceRemarkDscp field to mark non-standard traffic classes and local use PHBs.
INT rcPrFilterAceRemarkDot1Priority1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.6INTEGERread-writeDot1 Priority as described by Layer 2 standards, 802.1Q, 802.1P.
IP rcPrFilterAceRedirectNextHop1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.7IpAddressread-writeRedirect matching IP traffic to the next hop.
INT rcPrFilterAceRedirectUnreach1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.8INTEGERread-writeSet the desired behavior for redirected traffic in case the specified next-hop is not reachable.
INT rcPrFilterAcePolice1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.9INTEGERread-writePolicing profile Identifier. Set the desired policing profile identifier. Set the value to 0 when policing is not desired.
ENA rcPrFilterAceAdminState1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.10EnableValueread-writeValue indicating whether the Ace is enabled. An Ace can only be modified if it is disabled.
INT rcPrFilterAceOperState1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.11INTEGERread-onlyThe current operational state of the Ace.
INT rcPrFilterAceEgressQueue1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.12INTEGERread-writeIndicates the Egress Queue for 10/100 card. If only 1 value is specified then this value is applied to Queue1g and Queue10g as well. If 2 values are specified then the first value is applied to 10/100 card and the second value is applied to 1gig and 10gig cards. If all three values are specified, then all three values are applied respectively to the appropriate Egress Queue. If value is greater than 8, it will not be applied to the 10/100 card as it only has 8 queues. However, the value will be applied to the 1gig and 10gig card types.
INT rcPrFilterAceEgressQueue1g1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.13INTEGERread-writeIndicates the Egress Queue for 1gig card.
INT rcPrFilterAceEgressQueue10g1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.14INTEGERread-writeIndicates the Egress Queue for 10gig card.
INT rcPrFilterAceEgressQueueNNSC1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.15INTEGERread-writeAce Egress Queue NNSC.
INT rcPrFilterAceFlags1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.16INTEGERread-writeBitmask for the flags: none(0): Default value for the flags. stopOnMatch(1): set desired behavior for flag whether to stop or continue in case an Ace matching the packet is found. When this Ace is hit, match on other Aces with a lower priority is not attempted. count(2): set desired behavior for flag i.e. to enable/disable counting in case a packet matching the ace is found. copyToPrimaryCp(4): set to enable/disable copying of matching packets to primary CP. copyToSecondaryCp(8): set to enable/disable copying of matching packets to secondary CP. mirror(16): set to enable/disable mirroring the matching packets to an interface. System can mirror one port or mirror to 1 port.
ENA rcPrFilterAceStopOnMatch1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.17EnableValueread-writeValue indicating whether stop-on-match option on the Ace is enabled.
INT rcPrFilterAceMltIndex1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.18INTEGERread-writeIf this action is specified, it will basically override the mlt-index picked by the mlt algorithm, when a packet is being sent out on MLT ports.
ROW rcPrFilterAceRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.19RowStatusread-writeCreate/delete operations for this entry.
ENA rcPrFilterAceIpfixState1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.20EnableValueread-writeValue indicating whether ipfix option on the Ace is enabled.
ADR rcPrFilterAceRedirectNextHopIpv61.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.21Ipv6Addressread-writeRedirect matching IPv6 traffic to the next hop.
POR rcPrFilterAceDstPortList1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.22PortSetread-createDestination Port List for mirroring the packets.
I32 rcPrFilterAceDstVlanId1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.23Integer32read-createDestination Vlan to mirror the packets.
I32 rcPrFilterAceDstMltId1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.24Integer32read-createDestination Mlt to mirror the packets.
rcPrFilterAceEthSrcAddrTable1.3.6.1.4.1.2272.1.202.1.1.2.4.2not-accessibleA table of Aces to store Ethernet Source MAC Address Header information of each Ace in context of its parent Acl.
rcPrFilterAceEthSrcAddrEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1not-accessibleOne Ace entry holding Ace Ethernet Source MAC Address information. An Ace is a member of one Acl.
INT rcPrFilterAceEthSrcAddrAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.1INTEGERread-onlyAn index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthSrcAddrAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.2INTEGERread-onlyAn index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceEthSrcAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.3OCTET STRINGread-writeThe list of ethernet source address to match.
INT rcPrFilterAceEthSrcAddrListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the ethernet src address.
INT rcPrFilterAceEthSrcAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.5INTEGERread-writeOperators for Ace Ethernet Source MAC Address.
ROW rcPrFilterAceEthSrcAddrRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceEthDstAddrTable1.3.6.1.4.1.2272.1.202.1.1.2.4.3not-accessibleA table of Aces to store Ethernet Destination MAC Address Header information of each Ace in context of its parent Acl.
rcPrFilterAceEthDstAddrEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1not-accessibleOne Ace entry holding Ace Ethernet Destination MAC Address information. An Ace is a member of one Acl.
INT rcPrFilterAceEthDstAddrAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.1INTEGERread-onlyAn index to the AceEthDstAddrEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthDstAddrAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.2INTEGERread-onlyAn index to the AceEthDstAddrEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceEthDstAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.3OCTET STRINGread-writeList of ethernet destination address to match.
INT rcPrFilterAceEthDstAddrListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the ethernet dst address.
INT rcPrFilterAceEthDstAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.5INTEGERread-writeOperators for Ace Ethernet Destination MAC Address.
ROW rcPrFilterAceEthDstAddrRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceEthEtherTable1.3.6.1.4.1.2272.1.202.1.1.2.4.4not-accessibleA table of Aces to store Ethernet Ether Header information of each Ace in context of its parent Acl.
rcPrFilterAceEthEtherEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1not-accessibleOne Ace entry holding Ace Ethernet Ether information. An Ace is a member of one Acl.
INT rcPrFilterAceEthEtherAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.1INTEGERread-onlyAn index to the AceEthEtherEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthEtherAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.2INTEGERread-onlyAn index to the AceEthEtherEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceEthEtherTypeList1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.3OCTET STRINGread-writeEtherType value from ethernet header. For example ARP uses 0x0806, IP uses 0x0800. The platform support determines the behavior for 802.1Q/p tagged packets. The EtherType for 802.1Q tagged frames is 0x8100. Valid range for the 16-bit Ether-type is 0..65535 and the attribute supports lists/ranges of values. Invalid ether-type value 65536 is interpreted as field is not desired in match criteria.
INT rcPrFilterAceEthEtherTypeListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the ethernet types.
INT rcPrFilterAceEthEtherTypeOper1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.5INTEGERread-writeEthernet Type Operators.
ROW rcPrFilterAceEthEtherRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceEthVlanTagPrioTable1.3.6.1.4.1.2272.1.202.1.1.2.4.5not-accessibleA table of Aces to store Ethernet Vlan Tag Priority Header information of each Ace in context of its parent Acl.
rcPrFilterAceEthVlanTagPrioEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1not-accessibleOne Ace entry holding Ace Ethernet Vlan Tag Priority information. An Ace is a member of one Acl.
INT rcPrFilterAceEthVlanTagPrioAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.1INTEGERread-onlyAn index to the AceEthVlanTagPrioEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthVlanTagPrioAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.2INTEGERread-onlyAn index to the AceEthVlanTagPrioEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthVlanTagPrioVlanTagPrio1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.3INTEGERread-writePriority bits (3-bit field) from the 802.1Q/p tag.
INT rcPrFilterAceEthVlanTagPrioOper1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.4INTEGERread-writeOperators for Ace Ethernet Vlan Tag Priority.
ROW rcPrFilterAceEthVlanTagPrioRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.5RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceEthPortTable1.3.6.1.4.1.2272.1.202.1.1.2.4.6not-accessibleA table of Aces to store Ethernet Port Header information of each Ace in context of its parent Acl.
rcPrFilterAceEthPortEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1not-accessibleOne Ace entry holding Ace Ethernet Port information. An Ace is a member of one Acl.
INT rcPrFilterAceEthPortAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.1INTEGERread-onlyAn index to the AceEthPortEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthPortAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.2INTEGERread-onlyAn index to the AceEthPortEntry, a unique identifier for Acl entry in the range of Table Size.
POR rcPrFilterAceEthPortPort1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.3PortSetread-writePort Number or Port List to match on.
INT rcPrFilterAceEthPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.4INTEGERread-writeOperator for Ace Ethernet Port.
ROW rcPrFilterAceEthPortRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.5RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceEthVlanIdTable1.3.6.1.4.1.2272.1.202.1.1.2.4.7not-accessibleA table of Aces to store Ethernet Vlan Id Header information of each Ace in context of its parent Acl.
rcPrFilterAceEthVlanIdEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1not-accessibleOne Ace entry holding Ace Ethernet Vlan Id information. An Ace is a member of one Acl.
INT rcPrFilterAceEthVlanIdAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.1INTEGERread-onlyAn index to the AceEthVlanIdEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthVlanIdAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.2INTEGERread-onlyAn index to the AceEthVlanIdEntry, a unique identifier for Acl entry in the range of Table Size.
IDL rcPrFilterAceEthVlanIdVlanIdList1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.3IdListread-writeVlan Id to match on.
INT rcPrFilterAceEthVlanIdOper1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.4INTEGERread-writeOperator for Ace Ethernet VlanId.
ROW rcPrFilterAceEthVlanIdRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.5RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceArpTable1.3.6.1.4.1.2272.1.202.1.1.2.4.8not-accessibleA table of Aces to store Arp Header information of each Ace in context of its parent Acl.
rcPrFilterAceArpEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1not-accessibleOne Ace entry holding Ace Arp Header information. Ace is a member of one Acl.
INT rcPrFilterAceArpAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.1INTEGERread-onlyAn index to the AceArpEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceArpAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.2INTEGERread-onlyAn index to the AceArpEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceArpType1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.3INTEGERread-writeAce Arp Operation.
INT rcPrFilterAceArpOper1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.4INTEGERread-writeOperator for Ace Arp Operation.
INT rcPrFilterAceArpValue1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.5INTEGERread-writeAce Arp can be a request or a response.
ROW rcPrFilterAceArpRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceIpSrcAddrTable1.3.6.1.4.1.2272.1.202.1.1.2.4.9not-accessibleA table of Aces to store IP Source Address Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpSrcAddrEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1not-accessibleOne Ace entry holding Ace IP Source Address Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpSrcAddrAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.1INTEGERread-onlyAn index to the AceIpSrcAddrEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpSrcAddrAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.2INTEGERread-onlyAn index to the AceIpSrcAddrEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpSrcAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.3OCTET STRINGread-writeThe list of ip source address to match from IP header.
INT rcPrFilterAceIpSrcAddrListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the ip src address.
INT rcPrFilterAceIpSrcAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.5INTEGERread-writeOperators for Ace Ip Source Address.
ROW rcPrFilterAceIpSrcAddrRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceIpDstAddrTable1.3.6.1.4.1.2272.1.202.1.1.2.4.10not-accessibleA table of Aces to store IP Destination Address Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpDstAddrEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1not-accessibleOne Ace entry holding Ace IP Destination Address Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpDstAddrAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.1INTEGERread-onlyAn index to the AceIpDstAddrEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpDstAddrAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.2INTEGERread-onlyAn index to the AceIpDstAddrEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpDstAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.3OCTET STRINGread-writeThe list of ip dst address to match from IP header.
INT rcPrFilterAceIpDstAddrListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the IP Destination Address.
INT rcPrFilterAceIpDstAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.5INTEGERread-writeOperators for Ace IP Destination Address.
ROW rcPrFilterAceIpDstAddrRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceIpDscpTable1.3.6.1.4.1.2272.1.202.1.1.2.4.11not-accessibleA table of Aces to store IP Dscp Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpDscpEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1not-accessibleOne Ace entry holding Ace IP Dscp Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpDscpAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.1INTEGERread-onlyAn index to the AceIpDscpEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpDscpAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.2INTEGERread-onlyAn index to the AceIpDscpEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpDscpList1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.3OCTET STRINGread-writeThe 6-bit DSCP field from the ToS byte in Ipv4 header encodes the PHB information per DiffServ standards (Refer to DiffServ RFCs 2474). Set the Dscp to PHB (like EF) or PHB-class(like AF1 which includes AF11, AF12,AF13) to match specific diffserv class traffic. Set the field value to desired dscp code for 'rcPrFilterAceIpDscp' field to match non-standard traffic classes and local use PHBs.
INT rcPrFilterAceIpDscpListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the dscp values.
INT rcPrFilterAceIpDscpOper1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.5INTEGERread-writeOperators for Ace Ip Dscp.
ROW rcPrFilterAceIpDscpRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceIpProtoTable1.3.6.1.4.1.2272.1.202.1.1.2.4.12not-accessibleA table of Aces to store IP Proto Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpProtoEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1not-accessibleOne Ace entry holding Ace IP Proto Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpProtoAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.1INTEGERread-onlyAn index to the AceIpProtoEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpProtoAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.2INTEGERread-onlyAn index to the AceIpProtoEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpProtoList1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.3OCTET STRINGread-writeIp protocol Type from the ip header to be matched. Valid Ip protocol range is 0..255. Few of the Protocol Types are enumerated above. In case the desired protocol number is not available in the enumerated list set protocol to desired integer value
INT rcPrFilterAceIpProtoListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the ethernet protocol ids.
INT rcPrFilterAceIpProtoOper1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.5INTEGERread-writeOperators for Ace Ip Protocols.
ROW rcPrFilterAceIpProtoRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceIpOptionsTable1.3.6.1.4.1.2272.1.202.1.1.2.4.13not-accessibleA table of Aces to store IP Options Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpOptionsEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1not-accessibleOne Ace entry holding Ace IP Options Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpOptionsAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.1INTEGERread-onlyAn index to the AceIpOptionsEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpOptionsAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.2INTEGERread-onlyAn index to the AceIpOptionsEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpOptionsOptions1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.3INTEGERread-writeIp options to be matched from the IP Header.
INT rcPrFilterAceIpOptionsOper1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.4INTEGERread-writeLogical Operator - only 'any' is valid at present.
ROW rcPrFilterAceIpOptionsRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.5RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceIpFragTable1.3.6.1.4.1.2272.1.202.1.1.2.4.14not-accessibleA table of Aces to store IP Fragmentation Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpFragEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1not-accessibleOne Ace entry holding Ace IP Fragmentation Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpFragAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.1INTEGERread-onlyAn index to the AceIpFragEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpFragAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.2INTEGERread-onlyAn index to the AceIpFragEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpFragFragmentation1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.3INTEGERread-writeIp Fragmentation bits to be matched from the IP Header.
INT rcPrFilterAceIpFragOper1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.4INTEGERread-writeOperator for Ip fragmentation.
ROW rcPrFilterAceIpFragRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.5RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceProtoTcpSrcPortTable1.3.6.1.4.1.2272.1.202.1.1.2.4.15not-accessibleA table of Aces to store TCP Source Port information of each Ace in context of its parent Acl.
rcPrFilterAceProtoTcpSrcPortEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1not-accessibleOne entry holding Ace Protocol TCP Source Port information. An Ace is a member of one Acl.
INT rcPrFilterAceProtoTcpSrcPortAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.1INTEGERread-onlyAn index to the AceProtoTcpSrcPortEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceProtoTcpSrcPortAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.2INTEGERread-onlyAn index to the AceProtoTcpSrcPortEntry, a unique identifier for Ace entry in the range of Table Size.
OCT rcPrFilterAceProtoTcpSrcPortPort1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.3OCTET STRINGread-writePort Number or Port List to match on.
INT rcPrFilterAceProtoTcpSrcPortCount1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the TCP source port.
INT rcPrFilterAceProtoTcpSrcPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.5INTEGERread-writeOperator for Ace Protocol TcpSrcPort.
ROW rcPrFilterAceProtoTcpSrcPortRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceProtoUdpSrcPortTable1.3.6.1.4.1.2272.1.202.1.1.2.4.16not-accessibleA table of Aces to store UDP Source Port information of each Ace in context of its parent Acl.
rcPrFilterAceProtoUdpSrcPortEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1not-accessibleOne entry holding Ace Protocol UDP Source Port information. An Ace is a member of one Acl.
INT rcPrFilterAceProtoUdpSrcPortAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.1INTEGERread-onlyAn index to the AceProtoUdpSrcPortEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceProtoUdpSrcPortAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.2INTEGERread-onlyAn index to the AceProtoUdpSrcPortEntry, a unique identifier for Ace entry in the range of Table Size.
OCT rcPrFilterAceProtoUdpSrcPortPort1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.3OCTET STRINGread-writePort Number or Port List to match on.
INT rcPrFilterAceProtoUdpSrcPortCount1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the UDP source port.
INT rcPrFilterAceProtoUdpSrcPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.5INTEGERread-writeOperator for Ace Protocol UdpSrcPort.
ROW rcPrFilterAceProtoUdpSrcPortRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceProtoTcpDstPortTable1.3.6.1.4.1.2272.1.202.1.1.2.4.17not-accessibleA table of Aces to store TCP Dest Port information of each Ace in context of its parent Acl.
rcPrFilterAceProtoTcpDstPortEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1not-accessibleOne entry holding Ace Protocol TCP Dest Port information. An Ace is a member of one Acl.
INT rcPrFilterAceProtoTcpDstPortAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.1INTEGERread-onlyAn index to the AceProtoTcpDstPortEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceProtoTcpDstPortAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.2INTEGERread-onlyAn index to the AceProtoTcpDstPortEntry, a unique identifier for Ace entry in the range of Table Size.
OCT rcPrFilterAceProtoTcpDstPortPort1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.3OCTET STRINGread-writePort Number or Port List to match on.
INT rcPrFilterAceProtoTcpDstPortCount1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the TCP dest port.
INT rcPrFilterAceProtoTcpDstPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.5INTEGERread-writeOperator for Ace Protocol TcpDstPort.
ROW rcPrFilterAceProtoTcpDstPortRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceProtoUdpDstPortTable1.3.6.1.4.1.2272.1.202.1.1.2.4.18not-accessibleA table of Aces to store UDP Dest Port information of each Ace in context of its parent Acl.
rcPrFilterAceProtoUdpDstPortEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1not-accessibleOne entry holding Ace Protocol UDP Dest Port information. An Ace is a member of one Acl.
INT rcPrFilterAceProtoUdpDstPortAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.1INTEGERread-onlyAn index to the AceProtoUdpDstPortEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceProtoUdpDstPortAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.2INTEGERread-onlyAn index to the AceProtoUdpDstPortEntry, a unique identifier for Ace entry in the range of Table Size.
OCT rcPrFilterAceProtoUdpDstPortPort1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.3OCTET STRINGread-writePort Number or Port List to match on.
INT rcPrFilterAceProtoUdpDstPortCount1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the UDP dest port.
INT rcPrFilterAceProtoUdpDstPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.5INTEGERread-writeOperator for Ace Protocol UdpDstPort.
ROW rcPrFilterAceProtoUdpDstPortRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceProtoIcmpMsgTypeTable1.3.6.1.4.1.2272.1.202.1.1.2.4.19not-accessibleA table of Aces to store ICMP message type information of each Ace in context of its parent Acl.
rcPrFilterAceProtoIcmpMsgTypeEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1not-accessibleOne entry holding Ace ICMP message type information. An Ace is a member of one Acl.
INT rcPrFilterAceProtoIcmpMsgTypeAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.1INTEGERread-onlyAn index to the AceProtoIcmpMsgTypeEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceProtoIcmpMsgTypeAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.2INTEGERread-onlyAn index to the AceProtoIcmpMsgTypeEntry, a unique identifier for Ace entry in the range of Table Size.
OCT rcPrFilterAceProtoIcmpMsgTypeList1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.3OCTET STRINGread-writeOne or a list of Icmp messages to be matched. Need to provide strings, number of protocol header types (pre-defined values plus user-defined headers). Valid range is 0 to 255 (reserved).
INT rcPrFilterAceProtoIcmpMsgTypeCount1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the ICMP message types.
INT rcPrFilterAceProtoIcmpMsgTypeOper1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.5INTEGERread-writeOperator for Ace Protocol IcmpMsgTypes.
ROW rcPrFilterAceProtoIcmpMsgTypeRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceProtoTcpFlagsTable1.3.6.1.4.1.2272.1.202.1.1.2.4.20not-accessibleA table of Aces to store TCP Flags information of each Ace in context of its parent Acl.
rcPrFilterAceProtoTcpFlagsEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1not-accessibleOne entry holding Ace Protocol TCP flags information. An Ace is a member of one Acl.
INT rcPrFilterAceProtoTcpFlagsAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.1INTEGERread-onlyAn index to the rcPrFilterAceProtoTcpFlagsEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceProtoTcpFlagsAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.2INTEGERread-onlyAn index to the rcPrFilterAceProtoTcpFlagsEntry, a unique identifier for Ace entry in the range of Table Size.
OCT rcPrFilterAceProtoTcpFlagsList1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.3OCTET STRINGread-writeOne or a list of Tcp flags to be matched. Need to provide strings, number of protocol header types (pre-defined values plus user-defined headers). Valid range is 0 to 63
INT rcPrFilterAceProtoTcpFlagsCount1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the TCP flags.
INT rcPrFilterAceProtoTcpFlagsOper1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.5INTEGERread-writeOperator for Ace Protocol TcpFlags.
ROW rcPrFilterAceProtoTcpFlagsRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAcePattern1Table1.3.6.1.4.1.2272.1.202.1.1.2.4.21not-accessibleA table of pattern fields for Aces to manage the settings for each user defined field.
rcPrFilterAcePattern1Entry1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1not-accessibleOne Ace entry holding Ace User Defined Pattern information. Ace is a member of one Acl.
INT rcPrFilterAcePattern1AclId1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.1INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAcePattern1AceId1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.2INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
STR rcPrFilterAcePattern1Name1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.3DisplayStringread-writeA descriptive name chosen by the administrator for the Ace Pattern Entry.
OCT rcPrFilterAcePattern1Value1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.4OCTET STRINGread-writeSet the pattern value as numeric string. The numeric value of each byte is encoded in one octet of the string. Unused bytes are left at the trailing end of string. The number of bytes to extract from this string is set in rcPrFilterActPatternLength.
INT rcPrFilterAcePattern1Oper1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.5INTEGERread-writeOperators for Ace Pattern.
ROW rcPrFilterAcePattern1RowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAcePattern2Table1.3.6.1.4.1.2272.1.202.1.1.2.4.22not-accessibleA table of pattern fields for Aces to manage the settings for each user defined field.
rcPrFilterAcePattern2Entry1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1not-accessibleOne Ace entry holding Ace User Defined Pattern information. Ace is a member of one Acl.
INT rcPrFilterAcePattern2AclId1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.1INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAcePattern2AceId1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.2INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
STR rcPrFilterAcePattern2Name1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.3DisplayStringread-writeA descriptive name chosen by the administrator for the Ace Pattern Entry.
OCT rcPrFilterAcePattern2Value1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.4OCTET STRINGread-writeSet the pattern value as numeric string. The numeric value of each byte is encoded in one octet of the string. Unused bytes are left at the trailing end of string. The number of bytes to extract from this string is set in rcPrFilterActPatternLength.
INT rcPrFilterAcePattern2Oper1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.5INTEGERread-writeOperators for Ace Pattern.
ROW rcPrFilterAcePattern2RowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAcePattern3Table1.3.6.1.4.1.2272.1.202.1.1.2.4.23not-accessibleA table of pattern fields for Aces to manage the settings for each user defined field.
rcPrFilterAcePattern3Entry1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1not-accessibleOne Ace entry holding Ace User Defined Pattern information. Ace is a member of one Acl.
INT rcPrFilterAcePattern3AclId1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.1INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAcePattern3AceId1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.2INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
STR rcPrFilterAcePattern3Name1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.3DisplayStringread-writeA descriptive name chosen by the administrator for the Ace Pattern Entry.
OCT rcPrFilterAcePattern3Value1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.4OCTET STRINGread-writeSet the pattern value as numeric string. The numeric value of each byte is encoded in one octet of the string. Unused bytes are left at the trailing end of string. The number of bytes to extract from this string is set in rcPrFilterActPatternLength.
INT rcPrFilterAcePattern3Oper1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.5INTEGERread-writeOperators for Ace Pattern.
ROW rcPrFilterAcePattern3RowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.6RowStatusread-writeCreate/delete operations for this entry.
rcPrFilterAceStatsTable1.3.6.1.4.1.2272.1.202.1.1.2.4.24not-accessibleA table of ACE Statistics Entries to store per-ACE-per-Port Statistics
rcPrFilterAceStatsEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1not-accessibleAce Statistics entry holding per-ACE-per-port Statistics
INT rcPrFilterAceStatsAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.1INTEGERread-onlyAn index to the AceStatsEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceStatsAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.2INTEGERread-onlyAn index to the AceStatsEntry, a unique identifier for ACE entry in the range of Table Size.
INT rcPrFilterAceStatsPortId1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.3INTEGERread-onlyAn index to the AceStatsEntry, a unique identifier of the portId
C64 rcPrFilterAceStatsMatchCountPkts1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.4Counter64read-onlyCount of packets that match this particular Ace on this particular port.
C64 rcPrFilterAceStatsMatchCountOctets1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.5Counter64read-onlyByte count of traffic that match this particular Ace on this particular port
T/F rcPrFilterAceStatsClear1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.6TruthValueread-writeClear Per-ACE-Per-Port statistics.
rcPrFilterAceEthShowTable1.3.6.1.4.1.2272.1.202.1.1.2.4.25not-accessibleA table of Aces to store Ethernet Header information of each Ace in context of its parent Acl.
rcPrFilterAceEthShowEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1not-accessibleOne Ace entry holding Ace Ethernet information. Ace is a member of one Acl.
INT rcPrFilterAceEthShowAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.1INTEGERread-onlyAn index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceEthShowAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.2INTEGERread-onlyAn index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceEthShowSrcAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.3OCTET STRINGread-onlyThe list of ethernet source address to match.
INT rcPrFilterAceEthShowSrcAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.4INTEGERread-onlyOperators for Ace Ethernet Source MAC Address.
OCT rcPrFilterAceEthShowDstAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.5OCTET STRINGread-onlyList of ethernet destination address to match.
INT rcPrFilterAceEthShowDstAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.6INTEGERread-onlyOperators for Ace Ethernet Destination MAC Address.
OCT rcPrFilterAceEthShowEtherTypeList1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.7OCTET STRINGread-onlyEtherType value from ethernet header. For example ARP uses 0x0806, IP uses 0x0800. The platform support determines the behavior for 802.1Q/p tagged packets. The EtherType for 802.1Q tagged frames is 0x8100. Valid range for the 16-bit Ether-type is 0..65535 and the attribute supports lists/ranges of values. Invalid ether-type value 65536 is interpreted as field is not desired in match criteria.
INT rcPrFilterAceEthShowEtherTypeOper1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.8INTEGERread-onlyEthernet Type Operators.
INT rcPrFilterAceEthShowVlanTagPrio1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.9INTEGERread-onlyPriority bits (3-bit field) from the 802.1Q/p tag.
INT rcPrFilterAceEthShowVlanTagPrioOper1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.10INTEGERread-onlyOperators for Ace Ethernet Vlan Tag Priority.
POR rcPrFilterAceEthShowPort1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.11PortSetread-onlyPort Number or Port List to match on.
INT rcPrFilterAceEthShowPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.12INTEGERread-onlyOperator for Ace Ethernet Port.
IDL rcPrFilterAceEthShowVlanIdList1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.13IdListread-onlyVlan Id to match on.
INT rcPrFilterAceEthShowVlanIdOper1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.14INTEGERread-onlyOperator for Ace Ethernet VlanId.
rcPrFilterAceIpShowTable1.3.6.1.4.1.2272.1.202.1.1.2.4.26not-accessibleA table of Aces to store IP Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpShowEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1not-accessibleOne Ace entry holding Ace IP information. Ace is a member of one Acl.
INT rcPrFilterAceIpShowAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.1INTEGERread-onlyAn index to the AceIpShowEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpShowAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.2INTEGERread-onlyAn index to the AceIpShowEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpShowSrcAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.3OCTET STRINGread-onlyThe list of ip source address to match from IP header.
INT rcPrFilterAceIpShowSrcAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.4INTEGERread-onlyOperators for Ace Ip Source Address.
OCT rcPrFilterAceIpShowDstAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.5OCTET STRINGread-onlyThe list of ip dst address to match from IP header.
INT rcPrFilterAceIpShowDstAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.6INTEGERread-onlyOperators for Ace Ip Destination Address.
OCT rcPrFilterAceIpShowDscpList1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.7OCTET STRINGread-onlyThe 6-bit DSCP field from the ToS byte in Ipv4 header encodes the PHB information per DiffServ standards (Refer to DiffServ RFCs 2474). Set the Dscp to PHB (like EF) or PHB-class(like AF1 which includes AF11, AF12,AF13) to match specific diffserv class traffic. Set the field value to desired dscp code for 'rcPrFilterAceIpDscp' field to match non-standard traffic classes and local use PHBs.
INT rcPrFilterAceIpShowDscpOper1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.8INTEGERread-onlyOperators for Ace Ip Dscp.
OCT rcPrFilterAceIpShowProtoList1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.9OCTET STRINGread-onlyIp protocol Type from the ip header to be matched. Valid Ip protocol range is 0..255. Few of the Protocol Types are enumerated above. In case the desired protocol number is not available in the enumerated list set protocol to desired integer value
INT rcPrFilterAceIpShowProtoOper1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.10INTEGERread-onlyOperators for Ace Ip Protocols.
INT rcPrFilterAceIpShowOptions1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.11INTEGERread-onlyIp options to be matched from the IP Header.
INT rcPrFilterAceIpShowOptionsOper1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.12INTEGERread-onlyLogical Operator - only 'any' is valid at present.
INT rcPrFilterAceIpShowFragmentation1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.13INTEGERread-onlyIp Fragmentation bits to be matched from the IP Header.
INT rcPrFilterAceIpShowFragOper1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.14INTEGERread-onlyOperator for Ip fragmentation.
rcPrFilterAceProtoShowTable1.3.6.1.4.1.2272.1.202.1.1.2.4.27not-accessibleA table of Aces to store Protocol Header information of each Ace in context of its parent Acl.
rcPrFilterAceProtoShowEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1not-accessibleOne Ace entry holding Ace Ethernet information. Ace is a member of one Acl.
INT rcPrFilterAceProtoShowAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.1INTEGERread-onlyAn index to the AceProtoShowEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceProtoShowAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.2INTEGERread-onlyAn index to the AceProtoShowEntry, a unique identifier for Ace entry in the range of Table Size.
OCT rcPrFilterAceProtoShowTcpSrcPort1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.3OCTET STRINGread-onlyPort Number or Port List to match on.
INT rcPrFilterAceProtoShowTcpSrcPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.4INTEGERread-onlyOperator for Ace Protocol TcpSrcPort.
OCT rcPrFilterAceProtoShowUdpSrcPort1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.5OCTET STRINGread-onlyPort Number or Port List to match on.
INT rcPrFilterAceProtoShowUdpSrcPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.6INTEGERread-onlyOperator for Ace Protocol UdpSrcPort.
OCT rcPrFilterAceProtoShowTcpDstPort1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.7OCTET STRINGread-onlyPort Number or Port List to match on.
INT rcPrFilterAceProtoShowTcpDstPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.8INTEGERread-onlyOperator for Ace Protocol TcpDstPort.
OCT rcPrFilterAceProtoShowUdpDstPort1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.9OCTET STRINGread-onlyPort Number or Port List to match on.
INT rcPrFilterAceProtoShowUdpDstPortOper1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.10INTEGERread-onlyOperator for Ace Protocol UdpDstPort.
OCT rcPrFilterAceProtoShowIcmpMsgTypeList1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.11OCTET STRINGread-onlyOne or a list of Icmp messages to be matched. Need to provide strings, number of protocol header types (pre-defined values plus user-defined headers). Valid range is 0 to 255 (reserved).
INT rcPrFilterAceProtoShowIcmpMsgTypeOper1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.12INTEGERread-onlyOperator for Ace Protocol IcmpMsgTypes.
OCT rcPrFilterAceProtoShowTcpFlagsList1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.13OCTET STRINGread-onlyOne or a list of Tcp flags to be matched. Need to provide strings, number of protocol header types (pre-defined values plus user-defined headers). Valid range is 0 to 63
INT rcPrFilterAceProtoShowTcpFlagsOper1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.14INTEGERread-onlyOperator for Ace Protocol TcpFlags.
rcPrFilterAcePatternShowTable1.3.6.1.4.1.2272.1.202.1.1.2.4.28not-accessibleA table of Aces to store Pattern 1, 2, 3 Header information of each Ace in context of its parent Acl.
rcPrFilterAcePatternShowEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1not-accessibleOne Ace entry holding Ace Pattern 1, 2, 3 information. Ace is a member of one Acl.
INT rcPrFilterAcePatternShowAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.1INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAcePatternShowAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.2INTEGERread-onlyAn index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size.
STR rcPrFilterAcePatternShowPattern1Name1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.3DisplayStringread-onlyA descriptive name chosen by the administrator for the Ace Pattern Entry.
OCT rcPrFilterAcePatternShowPattern1Value1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.4OCTET STRINGread-onlySet the pattern value as numeric string. The numeric value of each byte is encoded in one octet of the string. Unused bytes are left at the trailing end of string. The number of bytes to extract from this string is set in rcPrFilterActPatternLength.
INT rcPrFilterAcePatternShowPattern1Oper1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.5INTEGERread-onlyOperators for Ace Pattern.
STR rcPrFilterAcePatternShowPattern2Name1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.6DisplayStringread-onlyA descriptive name chosen by the administrator for the Ace Pattern Entry.
OCT rcPrFilterAcePatternShowPattern2Value1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.7OCTET STRINGread-onlySet the pattern value as numeric string. The numeric value of each byte is encoded in one octet of the string. Unused bytes are left at the trailing end of string. The number of bytes to extract from this string is set in rcPrFilterActPatternLength.
INT rcPrFilterAcePatternShowPattern2Oper1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.8INTEGERread-onlyOperators for Ace Pattern.
STR rcPrFilterAcePatternShowPattern3Name1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.9DisplayStringread-onlyA descriptive name chosen by the administrator for the Ace Pattern Entry.
OCT rcPrFilterAcePatternShowPattern3Value1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.10OCTET STRINGread-onlySet the pattern value as numeric string. The numeric value of each byte is encoded in one octet of the string. Unused bytes are left at the trailing end of string. The number of bytes to extract from this string is set in rcPrFilterActPatternLength.
INT rcPrFilterAcePatternShowPattern3Oper1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.11INTEGERread-onlyOperators for Ace Pattern.
rcPrFilterAceIpv6SrcAddrTable1.3.6.1.4.1.2272.1.202.1.1.2.4.29not-accessibleA table of Aces to store IPv6 Source Address Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpv6SrcAddrEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1not-accessibleOne Ace entry holding Ace IPv6 Source Address Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpv6SrcAddrAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.1INTEGERread-onlyAn index to the AceIpv6SrcAddrEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpv6SrcAddrAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.2INTEGERread-onlyAn index to the AceIpv6SrcAddrEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpv6SrcAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.3OCTET STRINGread-writeThe list of ipv6 source address to match from IPv6 header.
INT rcPrFilterAceIpv6SrcAddrListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the ipv6 src address.
INT rcPrFilterAceIpv6SrcAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.5INTEGERread-writeOperators for Ace Ipv6 Source Address.
ROW rcPrFilterAceIpv6SrcAddrRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.6RowStatusread-createCreate/delete operations for this entry.
rcPrFilterAceIpv6DstAddrTable1.3.6.1.4.1.2272.1.202.1.1.2.4.30not-accessibleA table of Aces to store IPv6 Destination Address Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpv6DstAddrEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1not-accessibleOne Ace entry holding Ace IPv6 Destination Address Header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpv6DstAddrAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.1INTEGERread-onlyAn index to the AceIpv6DstAddrEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpv6DstAddrAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.2INTEGERread-onlyAn index to the AceIpv6DstAddrEntry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpv6DstAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.3OCTET STRINGread-writeThe list of ipv6 dst address to match from IPv6 header.
INT rcPrFilterAceIpv6DstAddrListCount1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.4INTEGERread-writeCount to store the number of discrete ranges entered for the IPv6 Destination Address.
INT rcPrFilterAceIpv6DstAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.5INTEGERread-writeOperators for Ace IPv6 Destination Address.
ROW rcPrFilterAceIpv6DstAddrRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.6RowStatusread-createCreate/delete operations for this entry.
rcPrFilterAceIpv6NextHdrTable1.3.6.1.4.1.2272.1.202.1.1.2.4.31not-accessibleA table of Aces to store IPv6 Next header Header information of each Ace in context of its parent Acl.
rcPrFilterAceIpv6NextHdrEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1not-accessibleOne Ace entry holding Ace IPv6 Next header information. An Ace is a member of one Acl.
INT rcPrFilterAceIpv6NextHdrAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.1INTEGERread-onlyAn index to the AceIpv6NextHdrEntry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpv6NextHdrAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.2INTEGERread-onlyAn index to the AceIpv6NextHdrEntry, a unique identifier for Acl entry in the range of Table Size.
IPV rcPrFilterAceIpv6NextHdrNextHdr1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.3Ipv6NextHdrread-writeThe ipv6 next header to look for.
INT rcPrFilterAceIpv6NextHdrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.4INTEGERread-writeOperators for Ace IPv6 Next header.
ROW rcPrFilterAceIpv6NextHdrRowStatus1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.5RowStatusread-createCreate/delete operations for this entry.
rcPrFilterAceIpv6ShowTable1.3.6.1.4.1.2272.1.202.1.1.2.4.32not-accessibleA table of Aces to display ipv6 information of each Ace in context of its parent Acl.
rcPrFilterAceIpv6ShowEntry1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1not-accessibleOne Ace entry holding Ace ipv6 information. Ace is a member of one Acl.
INT rcPrFilterAceIpv6ShowAclId1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.1INTEGERread-onlyAn index to the AceIpv6Entry, a unique identifier for Acl entry in the range of Table Size.
INT rcPrFilterAceIpv6ShowAceId1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.2INTEGERread-onlyAn index to the AceIpv6Entry, a unique identifier for Acl entry in the range of Table Size.
OCT rcPrFilterAceIpv6ShowSrcAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.3OCTET STRINGread-onlyThe list of v6 source address to display.
INT rcPrFilterAceIpv6ShowSrcAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.4INTEGERread-onlyOperators for Ace v6 Source Address.
OCT rcPrFilterAceIpv6ShowDstAddrList1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.5OCTET STRINGread-onlyList of v6 destination address to display.
INT rcPrFilterAceIpv6ShowDstAddrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.6INTEGERread-onlyOperators for Ace v6 Destination Address.
IPV rcPrFilterAceIpv6ShowNxtHdrNxtHdr1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.7Ipv6NextHdrread-onlyv6 next hdr to display.
INT rcPrFilterAceIpv6ShowNxtHdrOper1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.8INTEGERread-onlyOperator for Ace v6 next hdr.
rcVrf1.3.6.1.4.1.2272.1.203
rcVrfMib1.3.6.1.4.1.2272.1.203.1
rcVrfNotifications1.3.6.1.4.1.2272.1.203.1.0
rcVrfObjects1.3.6.1.4.1.2272.1.203.1.1
rcVrfConfig1.3.6.1.4.1.2272.1.203.1.1.1
rcVrfConfigScalars1.3.6.1.4.1.2272.1.203.1.1.1.1
OID rcVrfConfigNextAvailableVrfId1.3.6.1.4.1.2272.1.203.1.1.1.1.1VrfIdentifierread-onlyThe next available Virtual Router Id (index). This object provides a hint for the rcVrfId value to use when administratively creating a new rcVrfConfigEntry. A GET of this object returns the next available rcVrfId value to be used to create an entry in the associated rcVrfConfigTable; or zero, if no valid rcVrfId value is available. A value of zero(0) indicates that it is not possible to create a new rcVrfConfigEntry. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. Unless specified otherwise by its MAX-ACCESS and DESCRIPTION clauses, an object of this type is read-only, and a SET of such an object returns a notWritable error.
rcVrfConfigTable1.3.6.1.4.1.2272.1.203.1.1.1.2not-accessibleThis table is for creating the new Virtual Routers.
rcVrfConfigEntry1.3.6.1.4.1.2272.1.203.1.1.1.2.1not-accessibleThe entries in this table can be added/deleted using the rcVrfRowStatus.
OID rcVrfId1.3.6.1.4.1.2272.1.203.1.1.1.2.1.1VrfIdentifiernot-accessibleThe unique id of this virtual router instance. A Virtual Router cannot not be created with rcVrfId = 0. VRFID 0 is reserved for the Administrative VRF.
ROW rcVrfRowStatus1.3.6.1.4.1.2272.1.203.1.1.1.2.1.2RowStatusread-createThe status column has three defined values: - `active', which indicates that the conceptual row is available for use by the managed device; - `createAndGo', which is supplied by a management station wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device; - `destroy', which is supplied by a management station wishing to delete all of the instances associated with an existing conceptual row.
STR rcVrfName1.3.6.1.4.1.2272.1.203.1.1.1.2.1.3DisplayStringread-writeThe Name of the Virtual Router.
STR rcVrfContextName1.3.6.1.4.1.2272.1.203.1.1.1.2.1.4SnmpAdminStringread-createThe SNMPv2 Community String or SNMPv3 contextName denotes the VRF 'context' and is used to logically separate the MIB module management.
T/F rcVrfTrapEnable1.3.6.1.4.1.2272.1.203.1.1.1.2.1.5TruthValueread-createThis objects is used to enable the generation of the VrfUp and VrfDown traps. true(1) - VRF Traps Enabled false(2) - VRF Traps Disabled
U32 rcVrfMaxRoutes1.3.6.1.4.1.2272.1.203.1.1.1.2.1.6Unsigned32read-createThis object specifies the maximum number of routes that this VRF can support. The default value is 10000.
INT rcVrfAdminStatus1.3.6.1.4.1.2272.1.203.1.1.1.2.1.7INTEGERread-createThe administrative state of the Virtual Router.
VPN rcVrfVpnId1.3.6.1.4.1.2272.1.203.1.1.1.2.1.8VPNIdread-createThe Virtual Private Network Identifier of the Virtual Router.
VRF rcVrfRpTrigger1.3.6.1.4.1.2272.1.203.1.1.1.2.1.9VrfRpTriggerBitCoderead-createThis object represents Routing Protocol (RP) Triggers on a Virtual Router and it meant to be used to initiate or shutdown routing protocols on a VRF. Multiple RPs can be acted on simultaneously. Also, individual RPs can be brought up in steps, which should not affect the RPs that were running. The BITS represent an Action-code that specifies what action is to be performed for the RPs. The actions are: initiate(1) or shutdown(0). The running status of an RP shall be available in the VRF stats table's rcVrfRpStatus, which has a similar format, but represents the status. Bits 0-3 may be specified in any combination. Individual routing protocols may be enabled and disabled independently. Protocols are enabled by setting the respective BIT and are disabled by resetting the BIT. So, for example, to enable RIP and BGP protocols the rcVrfRpTrigger bits 0 and 2 need to be set, and as encoded as 10100000. All zeros should be interpreted as all protocols disable.
T/F rcVrfMaxRoutesTrapEnable1.3.6.1.4.1.2272.1.203.1.1.1.2.1.10TruthValueread-createThis objects is used to enable the generation of the VRF Max Routes Exceeded traps. true(1) - VRF Max Routes Exceeded Traps Enabled false(2) - VRF Max Routes Exceeded Traps Disabled
rcVrfStat1.3.6.1.4.1.2272.1.203.1.1.2
rcVrfStatScalars1.3.6.1.4.1.2272.1.203.1.1.2.1
U32 rcVrfConfiguredVRFs1.3.6.1.4.1.2272.1.203.1.1.2.1.1Unsigned32read-onlyThe number of VRFs configured on this network element.
U32 rcVrfActiveVRFs1.3.6.1.4.1.2272.1.203.1.1.2.1.2Unsigned32read-onlyThe number of VRFs that are active on the network element. These are VRFs for which the rcVrfStatOperStatus = up(1)
rcVrfStatTable1.3.6.1.4.1.2272.1.203.1.1.2.2not-accessibleThis table contains statistics for the Virtual Router.
rcVrfStatEntry1.3.6.1.4.1.2272.1.203.1.1.2.2.1not-accessibleEntries in this table are per rcVrfId.
U32 rcVrfStatRouteEntries1.3.6.1.4.1.2272.1.203.1.1.2.2.1.1Unsigned32read-onlyTotal number of routes for this VRF.
U32 rcVrfStatFIBEntries1.3.6.1.4.1.2272.1.203.1.1.2.2.1.2Unsigned32read-onlyTotal number of FIB Entries for this VRF.
TIK rcVrfStatUpTime1.3.6.1.4.1.2272.1.203.1.1.2.2.1.3TimeTicksread-onlyThe time in (in hundredths of a second) since this VRF entry has been operational.
INT rcVrfOperStatus1.3.6.1.4.1.2272.1.203.1.1.2.2.1.4INTEGERread-onlyThe operational status of the Virtual Router.
VRF rcVrfRpStatus1.3.6.1.4.1.2272.1.203.1.1.2.2.1.5VrfRpTriggerBitCoderead-onlyThis object represents the status of Routing Protocols on this VRF corresponding to the list of RP specified in rcVrfRpTrigger. The BITS represent an Action-code that specifies the status of the RPs. The status are: initiated (1) or shutdown (0). Initiated status is indicated when the respective BIT value is 1 and indicates shutdown when the respective BIT value is 0. Bits 0-3 may appear in any combination to indicate that RPs may be enabled and disabled independently or that multiple RP are acted on simultaneously.
IPt rcVrfRouterAddressType1.3.6.1.4.1.2272.1.203.1.1.2.2.1.6InetAddressTyperead-onlyRouter Address Type of this VRF.
IP rcVrfRouterAddress1.3.6.1.4.1.2272.1.203.1.1.2.2.1.7InetAddressread-onlyRouter Address of this VRF. It is derived from one of the interfaces. If loopback interface is present, the loopback interface address can be used. However, loopback interface is optional.
I32 rcVrfIpVpnTableSize1.3.6.1.4.1.2272.1.203.1.1.3Integer32read-onlySize of Vrf IpVpn Table
rcVrfIpVpnTable1.3.6.1.4.1.2272.1.203.1.1.4not-accessibleTable required to configure vpn under ip.
rcVrfIpVpnTableEntry1.3.6.1.4.1.2272.1.203.1.1.4.1not-accessibleEntries in this table are per rcVrfId.
OID rcVrfIpVpnVrfId1.3.6.1.4.1.2272.1.203.1.1.4.1.1VrfIdentifiernot-accessibleThe VrfId serves as the Index for the rcIpVpnVrfTable and also for the rcIpVpnRouteDistinguisherTable. It allows to connect to the vrf table to obtain other attributes like the vrf name, rcVrfMaxRoutesTrapEnable etc.
ENA rcVrfIpVpnStatus1.3.6.1.4.1.2272.1.203.1.1.4.1.2EnableValueread-createThe status of IpVpn.
IDL rcVrfIpVpnImportRTList1.3.6.1.4.1.2272.1.203.1.1.4.1.3IdListread-createThe Import RT list is a list of all the route-targets attached to a particular vrf behaving in the import mode.
IDL rcVrfIpVpnExportRTList1.3.6.1.4.1.2272.1.203.1.1.4.1.4IdListread-createThe Export RT list is a list of all the route-targets attached to a particular vrf in the export mode.
INT rcVrfIpVpnSvcLblAllocOpt1.3.6.1.4.1.2272.1.203.1.1.4.1.5INTEGERread-createThe service label allocation option for the ipvpn
ROW rcVrfIpVpnRowStatus1.3.6.1.4.1.2272.1.203.1.1.4.1.6RowStatusread-createRowStatus for the Vpn Entry.
I32 rcVrfIpVpnIsidNumber1.3.6.1.4.1.2272.1.203.1.1.4.1.7Integer32read-createIP VPN I-SID number.Default 0 value indicates that no i-sid has been assinged.
rcVrfNotificationObjects1.3.6.1.4.1.2272.1.203.1.2
rcVrrpv31.3.6.1.4.1.2272.1.206
rcVrrpTmpMib1.3.6.1.4.1.2272.1.206.1
rcVrrpTmpNotifications1.3.6.1.4.1.2272.1.206.1.0
NTF rcVrrpTmpTrapNewMaster1.3.6.1.4.1.2272.1.206.1.0.1The newMaster trap indicates that the sending agent has transitioned to 'Master' state.
NTF rcVrrpTmpTrapProtoError1.3.6.1.4.1.2272.1.206.1.0.3The error trap indicates that the sending agent has encountered the protocol error indicated by rcVrrpTmpTrapProtoErrorReason.
rcVrrpTmpOperations1.3.6.1.4.1.2272.1.206.1.1
INT rcVrrpTmpNotificationCntl1.3.6.1.4.1.2272.1.206.1.1.2INTEGERread-writeIndicates whether the VRRP-enabled router will generate SNMP notifications for events defined in this MIB. 'Enabled' results in SNMP notifications; 'disabled', no notifications are sent.
rcVrrpTmpOperationsTable1.3.6.1.4.1.2272.1.206.1.1.7not-accessibleUnified Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'rcVrrpTmpOperationsEntry' items which describe the operational characteristics of a virtual router.
rcVrrpTmpOperationsEntry1.3.6.1.4.1.2272.1.206.1.1.7.1not-accessibleAn entry in the rcVrrpTmpOperationsTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the IP version, VRID and ifIndex. ifIndex represents a physical interface of the router. Note that rows in this table can be distinguished on a multi-stacked device running VRRP over IPv4 and IPv6 on the same physical interface. Rows in the table cannot be modified unless the value of 'rcVrrpTmpOperationsState' has transitioned to 'initialize'
NUM rcVrrpTmpOperationsIfIndex1.3.6.1.4.1.2272.1.206.1.1.7.1.1InterfaceIndexnot-accessibleport interface index.
IPt rcVrrpTmpOperationsInetAddrType1.3.6.1.4.1.2272.1.206.1.1.7.1.2InetAddressTypenot-accessibleThe IP address type of RcVrrpTmpOperationsEntry. This value applies to both rcVrrpTmpOperationsMasterIpAddr and rcVrrpTmpOperationsPrimaryIpAddr.
VRI rcVrrpTmpOperationsVrId1.3.6.1.4.1.2272.1.206.1.1.7.1.3VrIdnot-accessibleThis object contains the Virtual Router Identifier (VRID).
MAC rcVrrpTmpOperationsVirtualMacAddr1.3.6.1.4.1.2272.1.206.1.1.7.1.4MacAddressread-onlyThe virtual MAC address of the virtual router. Although this object can be derived from the 'rcVrrpTmpOperationsVrId' object, it is defined so that it is easily obtainable by a management application and can be included in VRRP-related SNMP notifications.
INT rcVrrpTmpOperationsState1.3.6.1.4.1.2272.1.206.1.1.7.1.5INTEGERread-onlyThe current state of the virtual router. This object has three defined values: - `initialize', which indicates that the virtual router is waiting for a startup event. - `backup', which indicates the virtual router is monitoring the availability of the master router. - `master', which indicates that the virtual router is forwarding packets for IP addresses that are associated with this router.
I32 rcVrrpTmpOperationsPriority1.3.6.1.4.1.2272.1.206.1.1.7.1.6Integer32read-createThis object specifies the priority to be used for the virtual router master election process. Higher values imply higher priority. A priority of '0', although not settable, is sent by the master router to indicate that this router has ceased to participate in VRRP and a backup virtual router should transition to become a new master. A priority of 255 is used for the router that owns the associated IP address(es) for VRRP over IPv4 and hence not settable. A 'badValue(3)' should be returned when a user tries to set 0 or 255 for this object.
I32 rcVrrpTmpOperationsAddrCount1.3.6.1.4.1.2272.1.206.1.1.7.1.7Integer32read-onlyThe number of IP addresses that are associated with this virtual router. This number is equal to the number of rows in the rcVrrpTmpAssociatedAddrTable that correspond to a given IP version/VRID/ifIndex.
IP rcVrrpTmpOperationsMasterIpAddr1.3.6.1.4.1.2272.1.206.1.1.7.1.8InetAddressread-onlyThe master router's real IP address. Master router would set this address to rcVrrpTmpOperationsPrimaryIpAddr while transitioning to master state. For backup routers, this is the IP address listed as the source in VRRP advertisement last received by this virtual router.
IP rcVrrpTmpOperationsPrimaryIpAddr1.3.6.1.4.1.2272.1.206.1.1.7.1.9InetAddressread-createIn the case where there are more than one IP Address (associated IP addresses) for a given `ifIndex', this object is used to specify the IP address that will become the rcVrrpTmpOperationsMasterIpAddr', should the virtual router transition from backup state to master.
NUM rcVrrpTmpOperationsAdvInterval1.3.6.1.4.1.2272.1.206.1.1.7.1.10TimeIntervalread-createThe time interval, in centiseconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
T/F rcVrrpTmpOperationsPreemptMode1.3.6.1.4.1.2272.1.206.1.1.7.1.11TruthValueread-createControls whether a higher priority virtual router will preempt a lower priority master.
T/F rcVrrpTmpOperationsAcceptMode1.3.6.1.4.1.2272.1.206.1.1.7.1.12TruthValueread-createControls whether a virtual router in Master state will accept packets addressed to the address owner's IPv6 address as its own if it is not the IPv6 address owner. Default is False. This object is not relevant for rows representing VRRP over IPv4 and should be set to false.
TIM rcVrrpTmpOperationsUpTime1.3.6.1.4.1.2272.1.206.1.1.7.1.13TimeStampread-onlyThis is the value of the `sysUpTime' object when this virtual router (i.e., the `rcVrrpTmpOperationsState') transitioned out of `initialized'.
STO rcVrrpTmpOperationsStorageType1.3.6.1.4.1.2272.1.206.1.1.7.1.14StorageTyperead-createThe storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration.
ROW rcVrrpTmpOperationsRowStatus1.3.6.1.4.1.2272.1.206.1.1.7.1.15RowStatusread-createThe RowStatus variable should be used in accordance to installation and removal conventions for conceptual rows. When `rcVrrpTmpOperationsRowStatus' is set to active(1), no other objects in the conceptual row can be modified. To create a row in this table, a manager sets this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the `rcVrrpTmpOperationsRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of rcVrrpTmpOperationsInetAddrType, rcVrrpTmpOperationsVrId and rcVrrpTmpOperationsPrimaryIpAddr has been set and there is at least one active row in the `rcVrrpTmpAssociatedIpAddrTable' defining an associated IP address. notInService(2) should be used to administratively bring the row down. A typical order of operation to add a row is: 1. Create a row in rcVrrpTmpOperationsTable with createAndWait(5). 2. Create one or more corresponding rows in rcVrrpTmpAssociatedIpAddrTable. 3. Populate the rcVrrpTmpOperationsEntry. 4. set rcVrrpTmpOperationsRowStatus to active(1). A typical order of operation to delete an entry is: 1. Set rcVrrpTmpOperationsRowStatus to notInService(2). 2. Set the corresponding rows in rcVrrpTmpAssociatedIpAddrTable to destroy(6) to delete the entry. 3. set rcVrrpTmpOperationsRowStatus to destroy(6) to delete the entry.
rcVrrpTmpAssociatedIpAddrTable1.3.6.1.4.1.2272.1.206.1.1.8not-accessibleThe table of addresses associated with this virtual router.
rcVrrpTmpAssociatedIpAddrEntry1.3.6.1.4.1.2272.1.206.1.1.8.1not-accessibleAn entry in the table contains an IP address that is associated with a virtual router. The number of rows for a given IP version, VrID and ifIndex will equal the number of IP addresses associated (e.g., backed up) by the virtual router (equivalent to 'rcVrrpTmpOperationsIpAddrCount'). Rows in the table cannot be modified unless the value of `rcVrrpTmpOperationsState' has transitioned to `initialize'.
IP rcVrrpTmpAssociatedIpAddr1.3.6.1.4.1.2272.1.206.1.1.8.1.1InetAddressnot-accessibleThe assigned IP addresses that a virtual router is responsible for backing up. The size of this object is either 4 or 16 depending on rcVrrpTmpOperationsInetAddrType.
ADR rcVrrpTmpAssociatedIpAddrPrefixLength1.3.6.1.4.1.2272.1.206.1.1.8.1.2InetAddressPrefixLengthnot-accessibleThe length of the prefix (in bits).
STO rcVrrpTmpAssociatedStorageType1.3.6.1.4.1.2272.1.206.1.1.8.1.3StorageTyperead-createThe storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration.
ROW rcVrrpTmpAssociatedIpAddrRowStatus1.3.6.1.4.1.2272.1.206.1.1.8.1.4RowStatusread-createThe RowStatus variable, used according to installation and removal conventions for conceptual rows. To create a row in this table, a manager sets this object to either createAndGo(4) or createAndWait(5). Setting this object to active(1) results in the addition of an associated address for a virtual router. Setting this object to notInService(2) results in administratively bringing down the row. Destroying the entry or setting it to destroy(6) removes the associated address from the virtual router. The use of other values is implementation-dependent. Only rcVrrpTmpAssociatedStorageType can be modified when the row is in active(1) state for Implementations supporting write access to rcVrrpTmpAssociatedStorageType Implementations should not allow deletion of the last row corresponding to an active row in rcVrrpTmpOperationsTable. Refer to description of rcVrrpTmpOperationsRowStatus for a typical row creation and deletion scenarios.
INT rcVrrpTmpNewMasterReason1.3.6.1.4.1.2272.1.206.1.1.9INTEGERread-onlyThis indicates the reason for rcVrrpTmpNewMaster trap. Used by rcVrrpTmpTrapNewMaster trap. The object can be polled if the rcVrrpTmpNewMaster trap is lost to identify the reason for transmission. Backup router should return notmaster(0) when pooled.
INT rcVrrpTmpTrapProtoErrReason1.3.6.1.4.1.2272.1.206.1.1.10INTEGERaccessible-for-notifyThis indicates the reason for protocol error trap. Used by rcVrrpTmpTrapProtoError trap.
rcVrrpTmpStatistics1.3.6.1.4.1.2272.1.206.1.2
C32 rcVrrpTmpRouterChecksumErrors1.3.6.1.4.1.2272.1.206.1.2.1Counter32read-onlyThe total number of VRRP packets received with an invalid VRRP checksum value.
C32 rcVrrpTmpRouterVersionErrors1.3.6.1.4.1.2272.1.206.1.2.2Counter32read-onlyThe total number of VRRP packets received with an unknown or unsupported version number.
C32 rcVrrpTmpRouterVrIdErrors1.3.6.1.4.1.2272.1.206.1.2.3Counter32read-onlyThe total number of VRRP packets received with an invalid VRID for this virtual router.
rcVrrpTmpRouterStatisticsTable1.3.6.1.4.1.2272.1.206.1.2.5not-accessibleTable of virtual router statistics.
rcVrrpTmpRouterStatisticsEntry1.3.6.1.4.1.2272.1.206.1.2.5.1not-accessibleAn entry in the table, containing statistics information about a given virtual router.
C32 rcVrrpTmpStatisticsMasterTransitions1.3.6.1.4.1.2272.1.206.1.2.5.1.1Counter32read-onlyThe total number of times that this virtual router's state has transitioned to MASTER. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsRcvdAdvertisements1.3.6.1.4.1.2272.1.206.1.2.5.1.2Counter32read-onlyThe total number of VRRP advertisements received by this virtual router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsAdvIntervalErrors1.3.6.1.4.1.2272.1.206.1.2.5.1.3Counter32read-onlyThe total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsIpTtlErrors1.3.6.1.4.1.2272.1.206.1.2.5.1.4Counter32read-onlyThe total number of VRRP packets received by the Virtual router with IPv4 TTL (for VRRP over IPv4) or IPv6 Hop Limit (for VRRP over IPv6) not equal to 255. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsRcvdPriZeroPackets1.3.6.1.4.1.2272.1.206.1.2.5.1.5Counter32read-onlyThe total number of VRRP packets received by the virtual router with a priority of '0'. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsSentPriZeroPackets1.3.6.1.4.1.2272.1.206.1.2.5.1.6Counter32read-onlyThe total number of VRRP packets sent by the virtual router with a priority of '0'. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsRcvdInvalidTypePkts1.3.6.1.4.1.2272.1.206.1.2.5.1.7Counter32read-onlyThe number of VRRP packets received by the virtual router with an invalid value in the 'type' field. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsAddressListErrors1.3.6.1.4.1.2272.1.206.1.2.5.1.8Counter32read-onlyThe total number of packets received for which the address list does not match the locally configured list for the virtual router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsPacketLengthErrors1.3.6.1.4.1.2272.1.206.1.2.5.1.9Counter32read-onlyThe total number of packets received with a packet length less than the length of the VRRP header. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rcVrrpTmpStatisticsDiscontinuityTime.
C32 rcVrrpTmpStatisticsRcvdInvalidAuthentications1.3.6.1.4.1.2272.1.206.1.2.5.1.10Counter32read-onlyThe total number of packets received with an unknown authentication type.
TIM rcVrrpTmpStatisticsDiscontinuityTime1.3.6.1.4.1.2272.1.206.1.2.5.1.11TimeStampread-onlyThe value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
I32 rcVrrpTmpStatisticsRefreshRate1.3.6.1.4.1.2272.1.206.1.2.5.1.12Integer32read-onlyThe minimum reasonable polling interval for this entry. This object provides an indication of the minimum Amount of time required to update the counters in this entry.
rcVrrpExtMib1.3.6.1.4.1.2272.1.206.2
rcVrrpExtObjects1.3.6.1.4.1.2272.1.206.2.1
rcVrrpExtScalars1.3.6.1.4.1.2272.1.206.2.1.1
T/F rcVrrpExtPingVirtualAddrEnable1.3.6.1.4.1.2272.1.206.2.1.1.1TruthValueread-writeUsed to configure whether this device should respond to pings directed to a virtual router's IPv6 address.
INT rcVrrpExtVersionNumber1.3.6.1.4.1.2272.1.206.2.1.1.2INTEGERread-onlyThe version number of Vrrp for IPv6 is 3.
INT rcVrrpExtTrapStateTransitionType1.3.6.1.4.1.2272.1.206.2.1.1.3INTEGERread-onlyPotential types of state transitions.Used by rcVrrpv3TrapStateTransition trap.
INT rcVrrpExtTrapStateTransitionCause1.3.6.1.4.1.2272.1.206.2.1.1.4INTEGERread-onlyPotential types of causes that will generate a rcVrrpExtTrapStateTransition trap.
VRI rcVrrpExtOperationsVrId1.3.6.1.4.1.2272.1.206.2.1.1.5VrIdread-onlyThis object contains the Virtual Router Identifier (VRID).This is used in rcVrrpExtTrapStateTransition.
rcVrrpExtNotifications1.3.6.1.4.1.2272.1.206.2.2
NTF rcVrrpExtTrapStateTransition1.3.6.1.4.1.2272.1.206.2.2.1A rcVrrpExtTrapStateTransition trap signifies a state transition has occurred on a particular vrrp interface. Implementation of this trap is optional.
rcVrrpExtOperations1.3.6.1.4.1.2272.1.206.2.3
rcVrrpExtOperationsTable1.3.6.1.4.1.2272.1.206.2.3.11not-accessibleUnified Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'rcVrrpExtOperationsEntry'and 'rcVrrpTmpOperationsEntry' items which describe the operational characteristics of a virtual router. This table is an extention of 'rcVrrpTmpOperationsTable'.It contains the mib objects that are Nortel specific.
rcVrrpExtOperationsEntry1.3.6.1.4.1.2272.1.206.2.3.11.1not-accessibleAn entry in the rcVrrpExtOperationsTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the IP version, VRID and ifIndex. ifIndex represents a physical interface of the router. Note that rows in this table can be distinguished on a multi-stacked device running VRRP over IPv4 and IPv6 on the same physical interface. Rows in the table cannot be modified unless the value of 'rcVrrpTmpOperationsState' has transitioned to 'initialize'.
INT rcVrrpExtOperationsAction1.3.6.1.4.1.2272.1.206.2.3.11.1.1INTEGERread-createUsed to trigger an action on this vrrp interface.
INT rcVrrpExtOperationsBackUpMaster1.3.6.1.4.1.2272.1.206.2.3.11.1.2INTEGERread-createEnable the backup VRRP switch traffic forwarding. This will reduce the traffic in IST link in the time of SMLT.
INT rcVrrpExtOperationsBackUpMasterState1.3.6.1.4.1.2272.1.206.2.3.11.1.3INTEGERread-onlyIndicate whether backup VRRP switch traffic forwarding is enabled or not.
IP rcVrrpExtOperationsCriticalIpAddr1.3.6.1.4.1.2272.1.206.2.3.11.1.4InetAddressread-createIP address of the interface that will cause a shutdown event.Only IPv6 address is supported as of now.
T/F rcVrrpExtOperationsCriticalIpAddrEnabled1.3.6.1.4.1.2272.1.206.2.3.11.1.5TruthValueread-createIndicate if an user-defined critical IP address should be enabled. 'NO' = use the default IP address (::). No effect if an user-defined IP address does not exist.
INT rcVrrpExtOperationsControl1.3.6.1.4.1.2272.1.206.2.3.11.1.6INTEGERread-createThis object will enable/disable the virtual router function. Setting the value to 'enabled', will transition the state of the router from 'initialize to 'backup'; Setting the value to 'disabled', will tranisition the router from 'master' or 'backup' to 'initialize'.
I32 rcVrrpExtOperationsHoldDownTimer1.3.6.1.4.1.2272.1.206.2.3.11.1.7Integer32read-createUsed to configure the amount of time (in seconds) to wait before preempting the current vrrp master.
INT rcVrrpExtOperationsHoldDownState1.3.6.1.4.1.2272.1.206.2.3.11.1.8INTEGERread-onlyUsed to indicate the hold-down state of this vrrp interface. If the hold-down timer is operational this variable will be set to 'active'. 'dormant' otherwise.
I32 rcVrrpExtOperationsHoldDownTimeRemaining1.3.6.1.4.1.2272.1.206.2.3.11.1.9Integer32read-onlyUsed to indicate the amount of time (in seconds) left before the rcVrrpExtOperationsHoldDownTimer will expire.
I32 rcVrrpExtOperationsFasterAdvInterval1.3.6.1.4.1.2272.1.206.2.3.11.1.10Integer32read-createThis is the faster advertisement interval, in milliseconds, between sending advertisement messages. When the faster advertisement interval enable is checked, the faster advertisement interval is being used instead of the regular advertisement interval.
T/F rcVrrpExtOperationsFasterAdvIntervalEnabled1.3.6.1.4.1.2272.1.206.2.3.11.1.11TruthValueread-createUsed to indicate if the Faster Advertisement Interval should be used.'Disable' means use regular Advertisement interval.
IP rcVrrpExtOperationsLinkLocalAddr1.3.6.1.4.1.2272.1.206.2.3.11.1.12InetAddressread-createThe assigned Linklocal addresses to the virtual router interface. This mib object support only IPv6 address as of now.
IP rcVrrpExtOperationsGlobalIpAddr1.3.6.1.4.1.2272.1.206.2.3.11.1.13InetAddressread-createThe assigned Global addresses to the virtual router interface. This mib object support only IPv6 address as of now.
rcA11001.3.6.1.4.1.2272.2
rcA12501.3.6.1.4.1.2272.6
rcA11501.3.6.1.4.1.2272.7
rcA12001.3.6.1.4.1.2272.8
rcA10501.3.6.1.4.1.2272.9
rcA7401.3.6.1.4.1.2272.20
rcA7501.3.6.1.4.1.2272.21
rcA7901.3.6.1.4.1.2272.22
rcA750S1.3.6.1.4.1.2272.23
rcA86101.3.6.1.4.1.2272.30
rcA86061.3.6.1.4.1.2272.31
rcA81101.3.6.1.4.1.2272.32
rcA81061.3.6.1.4.1.2272.33
rcA86031.3.6.1.4.1.2272.34
rcA81031.3.6.1.4.1.2272.35
rcA8110co1.3.6.1.4.1.2272.36
rcA8610co1.3.6.1.4.1.2272.37
rcBayStack1.3.6.1.4.1.2272.40
rcA14241.3.6.1.4.1.2272.42
rcA16481.3.6.1.4.1.2272.43
rcA16121.3.6.1.4.1.2272.44
rcA16241.3.6.1.4.1.2272.45
rcRBS24021.3.6.1.4.1.2272.46
rcAtr83101.3.6.1.4.1.2272.47
rcAtr83061.3.6.1.4.1.2272.48
rcAtr80101.3.6.1.4.1.2272.49
rcAtr80061.3.6.1.4.1.2272.50
rcA8603r1.3.6.1.4.1.2272.55
rcERS8603r1.3.6.1.4.1.2272.56
rcA8803r1.3.6.1.4.1.2272.57
rcA88061.3.6.1.4.1.2272.58
rcA88101.3.6.1.4.1.2272.59
rcA8810co1.3.6.1.4.1.2272.60
rcVSP90121.3.6.1.4.1.2272.201
rcA80031.3.6.1.4.1.2272.280887555
rcA80061.3.6.1.4.1.2272.280887558
rcA80101.3.6.1.4.1.2272.280887562
rcA8010co1.3.6.1.4.1.2272.1623064842
snmpV21.3.6.1.6
snmpModules1.3.6.1.6.3
snmpMIB1.3.6.1.6.3.1
snmpMIBObjects1.3.6.1.6.3.1.1
snmpTraps1.3.6.1.6.3.1.1.5

FAQ

How can I confirm the software version and recent configuration changes on a Bay Networks/Nortel Ethernet Routing Switch using RAPID-CITY?
RAPID-CITY exposes rcSysVersion for the running software version, along with change-tracking timestamps like rcSysLastChange, rcSysLastVlanChange, and rcSysLastStatisticsReset. An admin troubleshooting an ERS or Accelar switch can check these to confirm what firmware is running and detect whether configuration, VLANs, or statistics counters were reset unexpectedly.

Does RAPID-CITY expose the SNMP community strings configured on a switch?
Yes — it includes rcSysCommReadWriteAll, rcSysCommReadWrite, and rcSysCommReadOnly, along with basic system IP addressing objects (rcSysIpAddr, rcSysNetMask, rcSysBroadcast). This is useful when auditing or fixing SNMP access configuration on a Bay Networks/Nortel Accelar or ERS switch in a campus network.

RFC description

Bay Networks Rapid City Switch MIB managing layer 2/3 switching, VLAN, and multicast functionality.

Start monitoring Bay Networks/Nortel Accelar and Ethernet Routing Switch (ERS) chassis switches 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 RAPID-CITY