All MIBs › RAPID-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
| bgpPeerLastError | OBJECT-TYPE |
| bgpPeerRemoteAddr | OBJECT-TYPE |
| bgpPeerState | OBJECT-TYPE |
From DIFFSERV-MIB
| IndexInteger |
From DVMRP-MIB
| dvmrpInterfaceIfIndex | OBJECT-TYPE |
| dvmrpInterfaceOperState | OBJECT-TYPE |
| dvmrpNeighborAddress | OBJECT-TYPE |
| dvmrpNeighborIfIndex | OBJECT-TYPE |
From IGMP-STD-MIB
| igmpCacheAddress | OBJECT-TYPE |
| igmpCacheIfIndex | OBJECT-TYPE |
| igmpInterfaceIfIndex | OBJECT-TYPE |
| igmpInterfaceQuerier | OBJECT-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
| msdpPeerEntry | OBJECT-TYPE |
| msdpPeerFsmEstablishedTransitions | OBJECT-TYPE |
| msdpPeerState | OBJECT-TYPE |
| msdpSACacheEntry | OBJECT-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 symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| internet | 1.3.6.1 | |||
| rapidCity | 1.3.6.1.4.1.2272 | Enterprise MIB for the Accelar product family. | ||
| rcMgmt | 1.3.6.1.4.1.2272.1 | |||
| rcSystem | 1.3.6.1.4.1.2272.1.1 | |||
| IP rcSysIpAddr | 1.3.6.1.4.1.2272.1.1.1 | IpAddress | read-only | This entity's IP address. |
| IP rcSysNetMask | 1.3.6.1.4.1.2272.1.1.2 | IpAddress | read-only | This entity's subnet mask. |
| IP rcSysBroadcast | 1.3.6.1.4.1.2272.1.1.3 | IpAddress | read-only | This entity's broadcast address. |
| STR rcSysCommReadWriteAll | 1.3.6.1.4.1.2272.1.1.4 | DisplayString | read-write | When 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 rcSysCommReadWrite | 1.3.6.1.4.1.2272.1.1.5 | DisplayString | read-write | When 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 rcSysCommReadOnly | 1.3.6.1.4.1.2272.1.1.6 | DisplayString | read-write | When 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 rcSysVersion | 1.3.6.1.4.1.2272.1.1.7 | DisplayString | read-only | Software version running on device |
| INT rcSysAction | 1.3.6.1.4.1.2272.1.1.8 | INTEGER | read-write | Initiate a system action. |
| INT rcSysResult | 1.3.6.1.4.1.2272.1.1.9 | INTEGER | read-only | Result from the last system action. |
| TIK rcSysLastChange | 1.3.6.1.4.1.2272.1.1.10 | TimeTicks | read-only | Last management initiated configuration change since sysUpTime. |
| TIK rcSysLastVlanChange | 1.3.6.1.4.1.2272.1.1.11 | TimeTicks | read-only | Last management initiated VLAN configuration change since sysUpTime. |
| TIK rcSysLastStatisticsReset | 1.3.6.1.4.1.2272.1.1.12 | TimeTicks | read-only | Last management initiated statistics reset since sysUpTime. |
| INT rcSysBufferUtil | 1.3.6.1.4.1.2272.1.1.13 | INTEGER | read-only | Buffer utilization as a percentage of the total amount of buffer space in the system. A high value indicates congestion. |
| INT rcSysBufferUtilPeak | 1.3.6.1.4.1.2272.1.1.14 | INTEGER | read-only | The largest buffer utilization since sysUpTime |
| TIK rcSysBufferUtilPeakTime | 1.3.6.1.4.1.2272.1.1.15 | TimeTicks | read-only | Timestamp for rcSysPeakBandwidth |
| G32 rcSysNVRamSize | 1.3.6.1.4.1.2272.1.1.16 | Gauge32 | read-only | Total Non-volatile RAM in Kbytes |
| G32 rcSysNVRamUsed | 1.3.6.1.4.1.2272.1.1.17 | Gauge32 | read-only | Non-volatile RAM in use in Kbytes |
| TIK rcSysLastSaveToNVRam | 1.3.6.1.4.1.2272.1.1.18 | TimeTicks | read-only | SysUpTime 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 rcSysLastSaveToStandbyNVRam | 1.3.6.1.4.1.2272.1.1.19 | TimeTicks | read-only | SysUpTime of the last time when the standby NVRAM (on the back-up CPU board) was written to. |
| G32 rcSysCpuUtil | 1.3.6.1.4.1.2272.1.1.20 | Gauge32 | read-only | Percentage of CPU utilization |
| G32 rcSysSwitchFabricUtil | 1.3.6.1.4.1.2272.1.1.21 | Gauge32 | read-only | Percentage of Switching Fabric utilization |
| INT rcSysRmonMemSize | 1.3.6.1.4.1.2272.1.1.22 | INTEGER | read-write | Amount of RAM in bytes to allocate for RMON to use when rcSysRmonEnable is TRUE. |
| T/F rcSysRmonEnable | 1.3.6.1.4.1.2272.1.1.23 | TruthValue | read-write | Control 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 rcSysRmonSaveConfig | 1.3.6.1.4.1.2272.1.1.24 | TruthValue | read-write | Control 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 rcSysRmonTrapOption | 1.3.6.1.4.1.2272.1.1.25 | INTEGER | read-write | Used 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 rcSysSupportRouting | 1.3.6.1.4.1.2272.1.1.26 | TruthValue | read-only | Used to indicate whether routing is supported in this product. |
| T/F rcSysSupportWebServer | 1.3.6.1.4.1.2272.1.1.27 | TruthValue | read-only | Used to indicate whether WebServer is supported in this product. |
| TIK rcSysLastIpAddrChange | 1.3.6.1.4.1.2272.1.1.28 | TimeTicks | read-only | Last 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 rcSysCommReadWriteLayer3 | 1.3.6.1.4.1.2272.1.1.29 | DisplayString | read-write | When 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 rcSysCommReadWriteLayer2 | 1.3.6.1.4.1.2272.1.1.30 | DisplayString | read-write | When 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 rcSysAccessPolicyEnable | 1.3.6.1.4.1.2272.1.1.31 | TruthValue | read-write | Used 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 rcSysDefaultRuntimeConfigFileName | 1.3.6.1.4.1.2272.1.1.32 | DisplayString | read-only | default config. |
| STR rcSysDefaultBootConfigFileName | 1.3.6.1.4.1.2272.1.1.33 | DisplayString | read-only | default boot config. |
| STR rcSysConfigFileName | 1.3.6.1.4.1.2272.1.1.34 | DisplayString | read-write | File 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 rcSysLastRunTimeConfigSave | 1.3.6.1.4.1.2272.1.1.35 | TimeTicks | read-only | SysUpTime of the last time when the run time configuration was written to. |
| TIK rcSysLastRunTimeConfigSaveToSlave | 1.3.6.1.4.1.2272.1.1.36 | TimeTicks | read-only | SysUpTime of the last time when the run time configuration was written to slave NVRAM. |
| TIK rcSysLastBootConfigSave | 1.3.6.1.4.1.2272.1.1.37 | TimeTicks | read-only | SysUpTime of the last time when the boot configuration was written to. |
| TIK rcSysLastBootConfigSaveOnSlave | 1.3.6.1.4.1.2272.1.1.38 | TimeTicks | read-only | SysUpTime of the last time when the boot configuration was written on the slave NVRAM. |
| INT rcSysRmonUtilizationMethod | 1.3.6.1.4.1.2272.1.1.39 | INTEGER | read-write | Used 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 rcSysCommReadWriteLayer1 | 1.3.6.1.4.1.2272.1.1.40 | DisplayString | read-write | read-write L1 access |
| G32 rcSysOtherBufferUtil | 1.3.6.1.4.1.2272.1.1.41 | Gauge32 | read-only | bw currently consumed |
| G32 rcSysOtherBufferUtilPeak | 1.3.6.1.4.1.2272.1.1.42 | Gauge32 | read-only | peak bw since reset |
| TIK rcSysOtherBufferUtilPeakTime | 1.3.6.1.4.1.2272.1.1.43 | TimeTicks | read-only | timestamp for rcSysPeakBw |
| G32 rcSysOtherCpuUtil | 1.3.6.1.4.1.2272.1.1.44 | Gauge32 | read-only | % cpu utilization |
| G32 rcSysOtherSwitchFabricUtil | 1.3.6.1.4.1.2272.1.1.45 | Gauge32 | read-only | % switch fabric util |
| I32 rcSysDramSize | 1.3.6.1.4.1.2272.1.1.46 | Integer32 | read-only | Dram size in mega-bytes |
| G32 rcSysDramUsed | 1.3.6.1.4.1.2272.1.1.47 | Gauge32 | read-only | Dram used in percentage |
| I32 rcSysDramFree | 1.3.6.1.4.1.2272.1.1.48 | Integer32 | read-only | Dram free size in kilo-bytes |
| I32 rcSysDramMaxBlockFree | 1.3.6.1.4.1.2272.1.1.49 | Integer32 | read-only | Dram max block free size in kilo-bytes |
| IP rcSysVirtualIpAddr | 1.3.6.1.4.1.2272.1.1.51 | IpAddress | read-write | Virtual 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 rcSysVirtualNetMask | 1.3.6.1.4.1.2272.1.1.52 | IpAddress | read-write | Net mask of the management virtual Ip address |
| I32 rcSysReadWriteLevel | 1.3.6.1.4.1.2272.1.1.53 | Integer32 | read-write | The status of the read/write level |
| INT rcSysMTUSize | 1.3.6.1.4.1.2272.1.1.55 | INTEGER | read-write | This is the maximum transmission size of frames that all the ports on the chassis support. |
| INT rcSysClockSyncTime | 1.3.6.1.4.1.2272.1.1.56 | INTEGER | read-write | Time interval at which RTC and system clocks are synchronized. |
| T/F rcSysForceTrapSender | 1.3.6.1.4.1.2272.1.1.57 | TruthValue | read-write | This is a flag that if user wants to configured CLIP (Circuit Less IP) as trap originator. |
| T/F rcSysMrouteStrLimit | 1.3.6.1.4.1.2272.1.1.58 | TruthValue | read-write | enable or disable mroute stream limit in system. |
| rcSysTrapRecvTable | 1.3.6.1.4.1.2272.1.1.60 | not-accessible | The 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. | |
| rcSysTrapRecvEntry | 1.3.6.1.4.1.2272.1.1.60.1 | not-accessible | A trap receiver table entry. | |
| IP rcSysTrapRecvAddress | 1.3.6.1.4.1.2272.1.1.60.1.1 | IpAddress | read-only | IP address for trap receiver. |
| INT rcSysTrapRecvVersion | 1.3.6.1.4.1.2272.1.1.60.1.2 | INTEGER | read-write | The version of trap receiver. |
| STR rcSysTrapRecvCommunity | 1.3.6.1.4.1.2272.1.1.60.1.3 | DisplayString | read-write | Community string used for trap messages to this trap receiver. |
| IP rcSysTrapRecvSrcAddress | 1.3.6.1.4.1.2272.1.1.60.1.4 | IpAddress | read-write | Source 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 rcSysTrapRecvRowStatus | 1.3.6.1.4.1.2272.1.1.60.1.5 | RowStatus | read-write | Used to create/delete entries |
| rcSysAccessPolicyTable | 1.3.6.1.4.1.2272.1.1.61 | not-accessible | Management access policy table. This table is used to permit or deny access to this device via the specified source Id. | |
| rcSysAccessPolicyEntry | 1.3.6.1.4.1.2272.1.1.61.1 | not-accessible | An access policy table entry. | |
| INT rcSysAccessPolicyId | 1.3.6.1.4.1.2272.1.1.61.1.1 | INTEGER | read-only | Policy Id. |
| STR rcSysAccessPolicyName | 1.3.6.1.4.1.2272.1.1.61.1.2 | DisplayString | read-write | Name of this policy. |
| T/F rcSysAccessPolicyPolicyEnable | 1.3.6.1.4.1.2272.1.1.61.1.3 | TruthValue | read-write | Indicate whether this policy is currently active. |
| INT rcSysAccessPolicyMode | 1.3.6.1.4.1.2272.1.1.61.1.4 | INTEGER | read-write | Used 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 rcSysAccessPolicyService | 1.3.6.1.4.1.2272.1.1.61.1.5 | INTEGER | read-write | Is 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 rcSysAccessPolicyPrecedence | 1.3.6.1.4.1.2272.1.1.61.1.6 | INTEGER | read-write | Used to indicate the precedence of this policy. The Lower the number the higher the precedence. |
| IP rcSysAccessPolicyNetAddr | 1.3.6.1.4.1.2272.1.1.61.1.7 | IpAddress | read-write | Source network IP address. |
| IP rcSysAccessPolicyNetMask | 1.3.6.1.4.1.2272.1.1.61.1.8 | IpAddress | read-write | Source network mask. |
| IP rcSysAccessPolicyTrustedHostAddr | 1.3.6.1.4.1.2272.1.1.61.1.9 | IpAddress | read-write | Trusted IP address of host performing a rlogin into the device. |
| STR rcSysAccessPolicyTrustedHostUserName | 1.3.6.1.4.1.2272.1.1.61.1.10 | DisplayString | read-write | User name on the trusted host performing a rlogin into the device. |
| INT rcSysAccessPolicyAccessLevel | 1.3.6.1.4.1.2272.1.1.61.1.11 | INTEGER | read-write | Access level of trusted host. |
| T/F rcSysAccessPolicyLog | 1.3.6.1.4.1.2272.1.1.61.1.12 | TruthValue | read-write | Used to indicate whether logging should be performed if this policy was applied. |
| C32 rcSysAccessPolicyUsage | 1.3.6.1.4.1.2272.1.1.61.1.13 | Counter32 | read-only | Usage Counter |
| ROW rcSysAccessPolicyRowStatus | 1.3.6.1.4.1.2272.1.1.61.1.14 | RowStatus | read-write | Used to create/delete an entry |
| T/F rcSysAccessPolicyAccessStrict | 1.3.6.1.4.1.2272.1.1.61.1.15 | TruthValue | read-write | Used 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 rcSysAccessPolicyNetInetAddrType | 1.3.6.1.4.1.2272.1.1.61.1.16 | INTEGER | read-write | Source network Inet Address Type. |
| IP rcSysAccessPolicyNetInetAddress | 1.3.6.1.4.1.2272.1.1.61.1.17 | InetAddress | read-write | Source network Inet Address (prefix/network). |
| ADR rcSysAccessPolicyNetInetAddrPrefixLen | 1.3.6.1.4.1.2272.1.1.61.1.18 | InetAddressPrefixLength | read-write | Source network Inet Address Prefix-Length/Mask. |
| IP rcSysAccessPolicyTrustedHostInetAddress | 1.3.6.1.4.1.2272.1.1.61.1.19 | InetAddress | read-write | Trusted Inet address of host performing a rlogin into the device. |
| rcSysTrapSenderTable | 1.3.6.1.4.1.2272.1.1.62 | not-accessible | The 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. | |
| rcSysTrapSenderEntry | 1.3.6.1.4.1.2272.1.1.62.1 | not-accessible | A trap sender table entry. | |
| IP rcSysTrapSenderRecvAddress | 1.3.6.1.4.1.2272.1.1.62.1.1 | IpAddress | read-only | IP address for trap receiver. |
| IP rcSysTrapSenderSrcAddress | 1.3.6.1.4.1.2272.1.1.62.1.2 | IpAddress | read-write | IP address for trap sender. |
| rcSysDnsServerListTable | 1.3.6.1.4.1.2272.1.1.64 | not-accessible | DNS serever list table used to store the details of the DNS server configured. | |
| rcSysDnsServerListEntry | 1.3.6.1.4.1.2272.1.1.64.1 | not-accessible | table entry. | |
| INT rcSysDnsServerListType | 1.3.6.1.4.1.2272.1.1.64.1.1 | INTEGER | read-only | Type of the DNS server |
| IP rcSysDnsServerListIp | 1.3.6.1.4.1.2272.1.1.64.1.2 | IpAddress | read-write | IP address of the DNS server |
| INT rcSysDnsServerListStatus | 1.3.6.1.4.1.2272.1.1.64.1.3 | INTEGER | read-only | Status of DNS server |
| C32 rcSysDnsServerListRequestCount | 1.3.6.1.4.1.2272.1.1.64.1.4 | Counter32 | read-only | Number of request send to this server |
| C32 rcSysDnsServerListSuccessCount | 1.3.6.1.4.1.2272.1.1.64.1.5 | Counter32 | read-only | Number of request send to this server which are successful |
| ROW rcSysDnsServerListRowStatus | 1.3.6.1.4.1.2272.1.1.64.1.6 | RowStatus | read-write | Used to create/delete DNS server entries in rcSysDnsServerListTable. |
| IPt rcSysDnsServerListAddressType | 1.3.6.1.4.1.2272.1.1.64.1.7 | InetAddressType | read-write | The address type of DNS Server. |
| IP rcSysDnsServerListAddress | 1.3.6.1.4.1.2272.1.1.64.1.8 | InetAddress | read-write | The address of the DNS Server |
| rcSysDnsHostTable | 1.3.6.1.4.1.2272.1.1.65 | not-accessible | DNS Host table. | |
| rcSysDnsHostEntry | 1.3.6.1.4.1.2272.1.1.65.1 | not-accessible | table entry. | |
| OCT rcSysDnsHostData | 1.3.6.1.4.1.2272.1.1.65.1.1 | OCTET STRING | read-only | Host Name or Host IP Address. |
| OCT rcSysDnsHostName | 1.3.6.1.4.1.2272.1.1.65.1.2 | OCTET STRING | read-only | Host Name. |
| IP rcSysDnsHostIpAddress | 1.3.6.1.4.1.2272.1.1.65.1.3 | IpAddress | read-only | Host IP Address. |
| OCT rcSysDnsHostSource | 1.3.6.1.4.1.2272.1.1.65.1.4 | OCTET STRING | read-only | DNS Server IP or /etc/host file. |
| IPt rcSysDnsHostAddressType | 1.3.6.1.4.1.2272.1.1.65.1.5 | InetAddressType | read-only | Address Type of the Host. |
| IP rcSysDnsHostAddress | 1.3.6.1.4.1.2272.1.1.65.1.6 | InetAddress | read-only | Address of the Host. |
| INT rcSysMsgLogFrequency | 1.3.6.1.4.1.2272.1.1.66 | INTEGER | read-only | Used to specify the maximum frequency/count of the occurence of the Log Message. |
| STR rcSysMsgLogText | 1.3.6.1.4.1.2272.1.1.67 | DisplayString | read-only | A textual string containing the first four characters of the Log Message. |
| T/F rcSysForceIpHdrSender | 1.3.6.1.4.1.2272.1.1.68 | TruthValue | read-write | Flag to decide if IP header source address will be matched with SNMP header sender networks. |
| STR rcSysDnsDomainName | 1.3.6.1.4.1.2272.1.1.70 | DisplayString | read-write | Default domain used for querying the DNS Server. |
| IP rcSysDnsServerListIpAddr | 1.3.6.1.4.1.2272.1.1.71 | IpAddress | read-only | DNS server's IP address |
| INT rcSysDnsRequestType | 1.3.6.1.4.1.2272.1.1.72 | INTEGER | read-only | DNS Type: Whether it was Dns Request or a Response |
| INT rcSysSpanningTreeOperMode | 1.3.6.1.4.1.2272.1.1.73 | INTEGER | read-only | This 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 rcSysSpanningTreeAdminMode | 1.3.6.1.4.1.2272.1.1.74 | INTEGER | read-write | This 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 rcSysAutoRecoverDelay | 1.3.6.1.4.1.2272.1.1.75 | INTEGER | read-write | Time interval in seconds after which auto-recovery runs on ports to clear action taken by cp-limit, link flap or loop detect |
| INT rcSysMacFlapLimitTime | 1.3.6.1.4.1.2272.1.1.76 | INTEGER | read-write | Time limit in milliseconds for MAC flapping for loop-detect feature |
| I32 rcSysMacFlapLimitCount | 1.3.6.1.4.1.2272.1.1.77 | Integer32 | read-only | Number of times mac flapping can happen for loop-detect feature |
| T/F rcSysExtCplimitEnable | 1.3.6.1.4.1.2272.1.1.78 | TruthValue | read-write | enable or disable extended CP-LIMIT in system. |
| INT rcSysExtCplimitMinCongTime | 1.3.6.1.4.1.2272.1.1.79 | INTEGER | read-write | Minimum time for which System octapid should be congested to trigger congestion algorithm for extended CP-LIMIT in mSecs |
| INT rcSysExtCplimitMaxPorts | 1.3.6.1.4.1.2272.1.1.80 | INTEGER | read-write | Maximum number of ports which need to be monitored for congestion in Extended CP-LIMIT |
| INT rcSysExtCplimitPortCongTime | 1.3.6.1.4.1.2272.1.1.81 | INTEGER | read-write | Minimum 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 rcSysExtCplimitTrapLevel | 1.3.6.1.4.1.2272.1.1.82 | INTEGER | read-write | Indicates the trap level for extended CP-LIMIT |
| T/F rcSysExtCplimitSysOctapidCongested | 1.3.6.1.4.1.2272.1.1.83 | TruthValue | read-only | Indicates whether system octapid congestion detected for extended cp-limit |
| T/F rcSysExtCplimitPortsMonitored | 1.3.6.1.4.1.2272.1.1.84 | TruthValue | read-only | Indicates whether ports has been shutdown due to extended cp-limit |
| T/F rcSysExtCplimitPortsShutDown | 1.3.6.1.4.1.2272.1.1.85 | TruthValue | read-only | Indicates whether ports has been shutdown due to extended Cp-limit |
| INT rcSysActionL1 | 1.3.6.1.4.1.2272.1.1.86 | INTEGER | read-write | Initiate a system action for layer1 user |
| INT rcSysActionL2 | 1.3.6.1.4.1.2272.1.1.87 | INTEGER | read-write | Initiate a system action for layer2 user |
| INT rcSysActionL3 | 1.3.6.1.4.1.2272.1.1.88 | INTEGER | read-write | Initiate a system action for layer3 user |
| INT rcSysActionRwa | 1.3.6.1.4.1.2272.1.1.89 | INTEGER | read-write | Initiate a system action. |
| I32 rcSysPowerUsage | 1.3.6.1.4.1.2272.1.1.90 | Integer32 | read-only | The current power usage for the whole chassis. |
| I32 rcSysPowerAvailable | 1.3.6.1.4.1.2272.1.1.91 | Integer32 | read-only | The current power available for the whole chassis. |
| rcSysFrcMsgControlTable | 1.3.6.1.4.1.2272.1.1.94 | not-accessible | Management Force-msg Control table. This table is used to specify the pattern for Force-msg Control | |
| rcSysFrcMsgControlEntry | 1.3.6.1.4.1.2272.1.1.94.1 | not-accessible | A Force-msg Control table entry. | |
| I32 rcSysFrcMsgControlPatternId | 1.3.6.1.4.1.2272.1.1.94.1.1 | Integer32 | not-accessible | Pattern Id. |
| STR rcSysFrcMsgControlPattern | 1.3.6.1.4.1.2272.1.1.94.1.2 | DisplayString | read-write | Pattern for filtering the force-msg for msg control |
| ROW rcSysFrcMsgControlRowStatus | 1.3.6.1.4.1.2272.1.1.94.1.3 | RowStatus | read-write | Used to create/delete an entry |
| rcSysAccPolSnmpGrpTable | 1.3.6.1.4.1.2272.1.1.95 | not-accessible | SNMP group list for access policy | |
| rcSysAccPolSnmpGrpEntry | 1.3.6.1.4.1.2272.1.1.95.1 | not-accessible | The table entry which covers the groups under snmp service. | |
| STR rcSysAccPolSnmpGrpName | 1.3.6.1.4.1.2272.1.1.95.1.1 | SnmpAdminString | not-accessible | The snmp-v3 group name |
| SNM rcSysAccPolSnmpGrpModel | 1.3.6.1.4.1.2272.1.1.95.1.2 | SnmpSecurityModel | not-accessible | The snmp model |
| ROW rcSysAccPolSnmpGrpRowStatus | 1.3.6.1.4.1.2272.1.1.95.1.3 | RowStatus | read-write | Row status |
| ADR rcSysVirtualIpv6Addr | 1.3.6.1.4.1.2272.1.1.96 | Ipv6Address | read-write | Virtual IP is an IP address that owned and advertised only by the master CPU. So whichever CPU is master registers this IP address. |
| INT rcSysVirtualIpv6PrefixLength | 1.3.6.1.4.1.2272.1.1.97 | INTEGER | read-write | The length of the virtual ipv6 addr prefix (in bits). |
| INT rcSysConfigMode | 1.3.6.1.4.1.2272.1.1.98 | INTEGER | read-write | This is used in conjunction with rcSysAction inorder to decide the mode in which the config file is going to be saved in. |
| U32 rcSysLicenseTrialDaysLeft | 1.3.6.1.4.1.2272.1.1.100 | Unsigned32 | read-only | This indicates days left before License Trial Period will expire. |
| rcTftp | 1.3.6.1.4.1.2272.1.2 | |||
| IP rcTftpHost | 1.3.6.1.4.1.2272.1.2.1 | IpAddress | read-write | Name of source/destination host for the TFTP transfer. |
| STR rcTftpFile | 1.3.6.1.4.1.2272.1.2.2 | DisplayString | read-write | Name of file for the TFTP transfer. |
| INT rcTftpAction | 1.3.6.1.4.1.2272.1.2.3 | INTEGER | read-write | The action for the TFTP transfer. |
| INT rcTftpResult | 1.3.6.1.4.1.2272.1.2.4 | INTEGER | read-only | Contains result of the last Tftp action request. |
| rcVlan | 1.3.6.1.4.1.2272.1.3 | |||
| INT rcVlanNumVlans | 1.3.6.1.4.1.2272.1.3.1 | INTEGER | read-only | The number of VLANs currently defined in the switch. |
| rcVlanTable | 1.3.6.1.4.1.2272.1.3.2 | not-accessible | A list of Virtual LAN entries. The number of entries is given by rcVlanNumVlans. | |
| rcVlanEntry | 1.3.6.1.4.1.2272.1.3.2.1 | not-accessible | Entry 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 rcVlanId | 1.3.6.1.4.1.2272.1.3.2.1.1 | INTEGER | read-only | A 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 rcVlanName | 1.3.6.1.4.1.2272.1.3.2.1.2 | DisplayString | read-write | An administratively-assigned name for this VLAN. |
| INT rcVlanColor | 1.3.6.1.4.1.2272.1.3.2.1.3 | INTEGER | read-write | An 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 rcVlanHighPriority | 1.3.6.1.4.1.2272.1.3.2.1.4 | TruthValue | read-write | A flag to note whether frames in this VLAN should be assigned a high switching priority. |
| T/F rcVlanRoutingEnable | 1.3.6.1.4.1.2272.1.3.2.1.5 | TruthValue | read-write | A flag to note whether IP routing is enabled in this VLAN. |
| NUM rcVlanIfIndex | 1.3.6.1.4.1.2272.1.3.2.1.6 | InterfaceIndex | read-only | When 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 rcVlanAction | 1.3.6.1.4.1.2272.1.3.2.1.7 | INTEGER | read-write | VLAN related actions. |
| INT rcVlanResult | 1.3.6.1.4.1.2272.1.3.2.1.8 | INTEGER | read-only | The result from the last VLAN action. |
| INT rcVlanStgId | 1.3.6.1.4.1.2272.1.3.2.1.9 | INTEGER | read-write | Indicates 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 rcVlanType | 1.3.6.1.4.1.2272.1.3.2.1.10 | INTEGER | read-write | The type of VLAN, distinguished according to the policy used to define its port membership. |
| POR rcVlanPortMembers | 1.3.6.1.4.1.2272.1.3.2.1.11 | PortSet | read-write | The set of ports that are members (static or dynamic) of this VLAN. |
| POR rcVlanActiveMembers | 1.3.6.1.4.1.2272.1.3.2.1.12 | PortSet | read-only | The 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 rcVlanStaticMembers | 1.3.6.1.4.1.2272.1.3.2.1.13 | PortSet | read-write | The 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 rcVlanNotAllowToJoin | 1.3.6.1.4.1.2272.1.3.2.1.14 | PortSet | read-write | The set of ports that are not allowed to become members of this VLAN. |
| INT rcVlanProtocolId | 1.3.6.1.4.1.2272.1.3.2.1.15 | INTEGER | read-write | The 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 rcVlanSubnetAddr | 1.3.6.1.4.1.2272.1.3.2.1.16 | IpAddress | read-write | The 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 rcVlanSubnetMask | 1.3.6.1.4.1.2272.1.3.2.1.17 | IpAddress | read-write | The 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 rcVlanAgingTime | 1.3.6.1.4.1.2272.1.3.2.1.18 | INTEGER | read-write | The timeout period (in seconds) used for aging out dynamic members of this VLAN. This field is only relevant for policy-based VLANs. |
| MAC rcVlanMacAddress | 1.3.6.1.4.1.2272.1.3.2.1.19 | MacAddress | read-only | The MAC address assigned to the virtual router interface of this VLAN. This field is meaningful only if rcVlanRoutingEnable is equal to true(1). |
| ROW rcVlanRowStatus | 1.3.6.1.4.1.2272.1.3.2.1.20 | RowStatus | read-write | Used to create/delete entries in the rcVlanTable. |
| T/F rcVlanIgmpSnoopEnable | 1.3.6.1.4.1.2272.1.3.2.1.21 | TruthValue | read-write | A flag to note whether IGMP Snooping is enabled on this VLAN. |
| T/F rcVlanIgmpSnoopReportProxyEnable | 1.3.6.1.4.1.2272.1.3.2.1.22 | TruthValue | read-write | A flag to note whether IGMP Report Proxy is enabled on this VLAN. |
| INT rcVlanIgmpSnoopRobustness | 1.3.6.1.4.1.2272.1.3.2.1.23 | INTEGER | read-write | This 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 rcVlanIgmpSnoopQueryInterval | 1.3.6.1.4.1.2272.1.3.2.1.24 | INTEGER | read-write | The interval (in seconds) between IGMP Host-Query packets transmitted on this interface. |
| POR rcVlanIgmpSnoopMRouterPorts | 1.3.6.1.4.1.2272.1.3.2.1.25 | PortSet | read-write | The set of ports in this VLAN that provide connectivity to an IP Multicast router. |
| I32 rcVlanUserDefinedPid | 1.3.6.1.4.1.2272.1.3.2.1.26 | Integer32 | read-write | When rcVlanProtocolId is set to usrDefined(15) in a protocol-based VLAN, this field represents the 16-bit user defined protocol identifier. |
| POR rcVlanIgmpSnoopActiveMRouterPorts | 1.3.6.1.4.1.2272.1.3.2.1.27 | PortSet | read-only | Active ports. |
| I32 rcVlanProtocolIds | 1.3.6.1.4.1.2272.1.3.2.1.28 | Integer32 | read-write | Bitfield of protocol ids. |
| IP rcVlanIgmpSnoopActiveQuerier | 1.3.6.1.4.1.2272.1.3.2.1.29 | IpAddress | read-only | IP address of multicast querier router. |
| I32 rcVlanIgmpSnoopMRouterExpiration | 1.3.6.1.4.1.2272.1.3.2.1.30 | Integer32 | read-only | Multicast querier router aging time out. |
| NUM rcVlanIgmpSnoopQuerierPort | 1.3.6.1.4.1.2272.1.3.2.1.31 | InterfaceIndex | read-only | The port on which the multicast querier router was heard. |
| INT rcVlanUserPriority | 1.3.6.1.4.1.2272.1.3.2.1.32 | INTEGER | read-only | User priority level. |
| INT rcVlanQosLevel | 1.3.6.1.4.1.2272.1.3.2.1.33 | INTEGER | read-write | Used to specify the Qos level packets, carried in this VLAN, should be processed with. |
| INT rcVlanTosValue | 1.3.6.1.4.1.2272.1.3.2.1.34 | INTEGER | read-write | Tos value. |
| INT rcVlanEncap | 1.3.6.1.4.1.2272.1.3.2.1.35 | INTEGER | read-write | This is the encapsulation type for userdefined protocol based vlans. This is not meaningful for other types of vlan. The default value is null. |
| INT rcVlanFirewallVlanType | 1.3.6.1.4.1.2272.1.3.2.1.36 | INTEGER | read-write | This is the firewall vlan type for port based vlans. |
| INT rcVlanFdbAging | 1.3.6.1.4.1.2272.1.3.2.1.37 | INTEGER | read-write | The timeout period (in seconds) used for aging out fdb entries of this VLAN. |
| INT rcVlanFirewallClusterId | 1.3.6.1.4.1.2272.1.3.2.1.43 | INTEGER | read-write | Firewall cluster Id |
| POR rcVlanOspfPassivePortMember | 1.3.6.1.4.1.2272.1.3.2.1.44 | PortSet | read-write | The set of ports in the vlan that are designated as ospf passive |
| ENA rcVlanUnkDstMacDiscard | 1.3.6.1.4.1.2272.1.3.2.1.45 | EnableValue | read-write | Enable/disable Unknown Destination Mac Discard on Vlan |
| INT rcVlanNlbMode | 1.3.6.1.4.1.2272.1.3.2.1.46 | INTEGER | read-write | NLB mode set on a VLAN. |
| OID rcVlanVrfId | 1.3.6.1.4.1.2272.1.3.2.1.48 | VrfIdentifier | read-write | Indicates the Virtual Router to which the VLAN belongs |
| STR rcVlanVrfName | 1.3.6.1.4.1.2272.1.3.2.1.49 | DisplayString | read-only | The Name of the Virtual Router to which the VLAN belongs |
| STR rcVlanNodalMepList | 1.3.6.1.4.1.2272.1.3.2.1.54 | DisplayString | read-write | List 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 rcVlanNumOfNodalMep | 1.3.6.1.4.1.2272.1.3.2.1.55 | Integer32 | read-only | Number of nodal meps assigned to this vlan |
| STR rcVlanNodalMipLevelList | 1.3.6.1.4.1.2272.1.3.2.1.56 | DisplayString | read-write | List 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 rcVlanNumOfNodalMipLevel | 1.3.6.1.4.1.2272.1.3.2.1.57 | Integer32 | read-only | Number of nodal mip levels assigned to this vlan that allows MIP functionality to be enabled on a per level per vlan basis. |
| T/F rcVlanIpMultinettingEnable | 1.3.6.1.4.1.2272.1.3.2.1.59 | TruthValue | read-write | Indicate if the vlan is an Ip Multinetting vlan. If enabled, rcVlanAssociatedIpMultinettingVlan should be set to 0 |
| I32 rcVlanAssociatedIpMultinettingVlan | 1.3.6.1.4.1.2272.1.3.2.1.60 | Integer32 | read-write | Associated Ip Multinetting vlan Id whose rcVlanIpMultinettingEnable attribute is set |
| I32 rcVlanPlsbIsid | 1.3.6.1.4.1.2272.1.3.2.1.61 | Integer32 | read-write | Plsb i-sid number assigned to a C-vlan. Default 0 value indicates that no i-sid has been assinged. |
| rcVlanPortTable | 1.3.6.1.4.1.2272.1.3.3 | not-accessible | A table used to maintain VLAN port related information. | |
| rcVlanPortEntry | 1.3.6.1.4.1.2272.1.3.3.1 | not-accessible | Entry containing VLAN information regarding a particular port. | |
| I32 rcVlanPortIndex | 1.3.6.1.4.1.2272.1.3.3.1.1 | Integer32 | read-only | An unique index used to identify a particular port in the system. This index is equal to the ifIndex of the port. |
| I32 rcVlanPortNumVlanIds | 1.3.6.1.4.1.2272.1.3.3.1.2 | Integer32 | read-only | Used to indicate the number of VLAN IDs that are stored in the rcVlanPortVlanIds variable. |
| IDL rcVlanPortVlanIds | 1.3.6.1.4.1.2272.1.3.3.1.3 | IdList | read-write | An 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 rcVlanPortType | 1.3.6.1.4.1.2272.1.3.3.1.4 | INTEGER | read-write | The type of port: access(1) or trunk(2). |
| T/F rcVlanPortDiscardTaggedFrames | 1.3.6.1.4.1.2272.1.3.3.1.5 | TruthValue | read-write | A 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 rcVlanPortDiscardUntaggedFrames | 1.3.6.1.4.1.2272.1.3.3.1.6 | TruthValue | read-write | A 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 rcVlanPortDefaultVlanId | 1.3.6.1.4.1.2272.1.3.3.1.7 | INTEGER | read-write | The 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 rcVlanPortPerformTagging | 1.3.6.1.4.1.2272.1.3.3.1.8 | TruthValue | read-write | Enable/disable the port on the current vlan to perform tagging on the incoming and outgoing traffic. |
| INT rcVlanPortSVlanPortType | 1.3.6.1.4.1.2272.1.3.3.1.9 | INTEGER | read-write | The type of port. |
| T/F rcVlanPortLoopDetect | 1.3.6.1.4.1.2272.1.3.3.1.10 | TruthValue | read-write | Enable/disable loop detection on this port |
| NUM rcVlanPortFirstPortInOpid | 1.3.6.1.4.1.2272.1.3.3.1.11 | InterfaceIndex | read-only | This 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 rcVlanPortLastPortInOpid | 1.3.6.1.4.1.2272.1.3.3.1.12 | InterfaceIndex | read-only | This 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 rcVlanPortUntagDefaultVlan | 1.3.6.1.4.1.2272.1.3.3.1.13 | TruthValue | read-write | enable/disable Egress Tagging on the Default Vlan of the port. |
| INT rcVlanPortLoopDetectAction | 1.3.6.1.4.1.2272.1.3.3.1.14 | INTEGER | read-write | This value is used to specify the action which needs to be taken once a loop is detected on a specific port. |
| T/F rcVlanPortArpDetect | 1.3.6.1.4.1.2272.1.3.3.1.15 | TruthValue | read-write | Enable/disable Arp detection on this port |
| T/F rcVlanPortSpoofDetect | 1.3.6.1.4.1.2272.1.3.3.1.16 | TruthValue | read-write | Enable/disable spoof detection on this port |
| OCT rcVlanPortVlanIdList | 1.3.6.1.4.1.2272.1.3.3.1.21 | OCTET STRING | read-write | This 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. |
| rcVlanMacTable | 1.3.6.1.4.1.2272.1.3.4 | not-accessible | A table used to maintain MAC addresses assigned to a particular VLAN by MAC address. | |
| rcVlanMacEntry | 1.3.6.1.4.1.2272.1.3.4.1 | not-accessible | Entry containing VLAN information regarding a particular port. | |
| I32 rcVlanMacVlanId | 1.3.6.1.4.1.2272.1.3.4.1.1 | Integer32 | read-only | An unique index used to identify a VLAN (by MAC address) in the system. |
| MAC rcVlanMacAddr | 1.3.6.1.4.1.2272.1.3.4.1.2 | MacAddress | read-only | An unique index used to identify a MAC address assigned to a particular VLAN. |
| ROW rcVlanMacRowStatus | 1.3.6.1.4.1.2272.1.3.4.1.3 | RowStatus | read-write | Row status for this entry. |
| I32 rcVlanIgmpSnoopNumGroups | 1.3.6.1.4.1.2272.1.3.5 | Integer32 | read-only | The number of entries (rows) in the rcVlanIgmpSnoopTable. |
| rcVlanIgmpSnoopTable | 1.3.6.1.4.1.2272.1.3.6 | not-accessible | The (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. | |
| rcVlanIgmpSnoopEntry | 1.3.6.1.4.1.2272.1.3.6.1 | not-accessible | An entry (row) in the rcVlanIgmpSnoopTable. | |
| INT rcVlanIgmpSnoopVlanId | 1.3.6.1.4.1.2272.1.3.6.1.1 | INTEGER | read-only | The VLAN for which this entry contains information. |
| IP rcVlanIgmpSnoopIpAddress | 1.3.6.1.4.1.2272.1.3.6.1.2 | IpAddress | read-only | The IP multicast group address for which this entry contains information. |
| NUM rcVlanIgmpSnoopIfIndex | 1.3.6.1.4.1.2272.1.3.6.1.3 | InterfaceIndex | read-only | The interface for which this entry contains information for this IP multicast group address (i.e., the port the Join message was received). |
| IP rcVlanIgmpSnoopMember | 1.3.6.1.4.1.2272.1.3.6.1.4 | IpAddress | read-only | The 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 rcVlanIgmpSnoopExpiration | 1.3.6.1.4.1.2272.1.3.6.1.5 | Integer32 | read-only | The minimum amount of time remaining before this entry will be aged out. |
| INT rcVlanIgmpSnoopType | 1.3.6.1.4.1.2272.1.3.6.1.6 | INTEGER | read-only | The type of entry: dynamic(1) entries are created by snooping IGMP messages, static(2) entries are created via management. |
| rcVlanIgmpSnoopStaticTable | 1.3.6.1.4.1.2272.1.3.7 | not-accessible | The (conceptual) table listing the statically- defined IP multicast groups for which there are members on a particular interface on a particular VLAN. | |
| rcVlanIgmpSnoopStaticEntry | 1.3.6.1.4.1.2272.1.3.7.1 | not-accessible | An entry (row) in the rcVlanIgmpSnoopStaticTable. | |
| INT rcVlanIgmpSnoopStaticVlanId | 1.3.6.1.4.1.2272.1.3.7.1.1 | INTEGER | read-only | The VLAN for which this entry contains information. |
| IP rcVlanIgmpSnoopStaticIpAddress | 1.3.6.1.4.1.2272.1.3.7.1.2 | IpAddress | read-only | The 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 rcVlanIgmpSnoopStaticMemberPorts | 1.3.6.1.4.1.2272.1.3.7.1.3 | PortSet | read-write | The set of ports in this VLAN multicast traffic for the rcVlanIgmpSnoopStaticIpAddress is to be forwarded to. |
| ROW rcVlanIgmpSnoopStaticRowStatus | 1.3.6.1.4.1.2272.1.3.7.1.4 | RowStatus | read-write | Used to create/delete entries in the rcVlanIgmpSnoopStaticTable. |
| POR rcVlanIgmpSnoopStaticNotAllowedToJoin | 1.3.6.1.4.1.2272.1.3.7.1.5 | PortSet | read-write | Not allowed to join |
| rcVlanIgmpSnoopAccessTable | 1.3.6.1.4.1.2272.1.3.8 | not-accessible | Table used to specify which host(s) can send and/or receive IP Multicast traffic. | |
| rcVlanIgmpSnoopAccessEntry | 1.3.6.1.4.1.2272.1.3.8.1 | not-accessible | An entry (row) in the rcVlanIgmpSnoopAccessTable. | |
| INT rcVlanIgmpSnoopAccessVlanId | 1.3.6.1.4.1.2272.1.3.8.1.1 | INTEGER | read-only | The VLAN for which this entry contains information. |
| IP rcVlanIgmpSnoopAccessGrpAddr | 1.3.6.1.4.1.2272.1.3.8.1.2 | IpAddress | read-only | The IP multicast group address for which this entry contains information. |
| IP rcVlanIgmpSnoopAccessHostAddr | 1.3.6.1.4.1.2272.1.3.8.1.3 | IpAddress | read-only | The IP address of a host for which this entry contains information. |
| IP rcVlanIgmpSnoopAccessHostMask | 1.3.6.1.4.1.2272.1.3.8.1.4 | IpAddress | read-only | The IP netmask of a host for which this entry contains information. |
| INT rcVlanIgmpSnoopAccessMode | 1.3.6.1.4.1.2272.1.3.8.1.5 | INTEGER | read-write | Used to specify whether the host identified by rcVlanIgmpSnoopAccessHostAddr should be denied IP multicast transmit, receive, or both. |
| ROW rcVlanIgmpSnoopAccessRowStatus | 1.3.6.1.4.1.2272.1.3.8.1.6 | RowStatus | read-write | Row status |
| rcVlanIgmpSnoopSenderTable | 1.3.6.1.4.1.2272.1.3.9 | not-accessible | The (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. | |
| rcVlanIgmpSnoopSenderEntry | 1.3.6.1.4.1.2272.1.3.9.1 | not-accessible | An entry (row) in the rcVlanIgmpSnoopSenderTable. | |
| INT rcVlanIgmpSnoopSenderVlanId | 1.3.6.1.4.1.2272.1.3.9.1.1 | INTEGER | read-only | The VLAN for which this entry contains information. |
| IP rcVlanIgmpSnoopSenderIpAddress | 1.3.6.1.4.1.2272.1.3.9.1.2 | IpAddress | read-only | The IP multicast group address for which this entry contains information. |
| NUM rcVlanIgmpSnoopSenderIfIndex | 1.3.6.1.4.1.2272.1.3.9.1.3 | InterfaceIndex | read-only | The interface for which this entry contains information for this IP multicast group address (i.e., the port the multicast traffic was received). |
| IP rcVlanIgmpSnoopSenderMember | 1.3.6.1.4.1.2272.1.3.9.1.4 | IpAddress | read-only | The IP Address of the host sending the multicast traffic. |
| INT rcVlanIgmpSnoopSenderAction | 1.3.6.1.4.1.2272.1.3.9.1.5 | INTEGER | read-write | Used to specify an action to perform on this group. |
| rcVlanLoopDetectedTable | 1.3.6.1.4.1.2272.1.3.10 | not-accessible | A list of Vlans the port belongs to and the corresponding loop detected status. | |
| rcVlanLoopDetectedEntry | 1.3.6.1.4.1.2272.1.3.10.1 | not-accessible | Loop-Detected Entry. | |
| I32 rcVlanLoopDetectedPortIndex | 1.3.6.1.4.1.2272.1.3.10.1.1 | Integer32 | read-only | Port Number. |
| I32 rcVlanLoopDetectedVlanId | 1.3.6.1.4.1.2272.1.3.10.1.2 | Integer32 | read-only | Gives the VlanId to which the port belongs. |
| INT rcVlanLoopDetectedValue | 1.3.6.1.4.1.2272.1.3.10.1.3 | INTEGER | read-only | Gives the Loop Detected status of the port in a vlan. |
| rcVlanDsapSsapTable | 1.3.6.1.4.1.2272.1.3.11 | not-accessible | A table used to maintain DSAP/SSAP values assigned to a sna802dot2 or userdefined vlan. | |
| rcVlanDsapSsapEntry | 1.3.6.1.4.1.2272.1.3.11.1 | not-accessible | An entry in the rcVlanDsapSsap table. | |
| I32 rcVlanDsapSsapVlanId | 1.3.6.1.4.1.2272.1.3.11.1.1 | Integer32 | not-accessible | A unique index to identify a vlan. |
| INT rcVlanDsapSsapPid | 1.3.6.1.4.1.2272.1.3.11.1.2 | INTEGER | not-accessible | Values of DSAP/SSAP assigned to a particular vlan. |
| ROW rcVlanDsapSsapRowStatus | 1.3.6.1.4.1.2272.1.3.11.1.3 | RowStatus | read-write | Row Status. |
| rcVlanNewLoopDetectedTable | 1.3.6.1.4.1.2272.1.3.12 | not-accessible | A list of Vlans the port belongs to and the corresponding loop detected status. | |
| rcVlanNewLoopDetectedEntry | 1.3.6.1.4.1.2272.1.3.12.1 | not-accessible | Loop-Detected Entry. | |
| NUM rcVlanNewLoopDetectedPortIndex | 1.3.6.1.4.1.2272.1.3.12.1.1 | InterfaceIndex | not-accessible | Port Number. |
| I32 rcVlanNewLoopDetectedVlanId | 1.3.6.1.4.1.2272.1.3.12.1.2 | Integer32 | not-accessible | Gives the VlanId to which the port belongs. |
| MAC rcVlanNewLoopDetectedMac | 1.3.6.1.4.1.2272.1.3.12.1.3 | MacAddress | not-accessible | Mac address |
| INT rcVlanNewLoopDetectedAction | 1.3.6.1.4.1.2272.1.3.12.1.4 | INTEGER | read-only | This value is used to specify the action which needs to be taken once a loop is detected on a specific port. |
| T/F rcVlanNewLoopDetectedSmltRemote | 1.3.6.1.4.1.2272.1.3.12.1.5 | TruthValue | read-only | A MAC address indicate for remote learnt, either local or remote. |
| rcVlanClearMacRecordTable | 1.3.6.1.4.1.2272.1.3.17 | not-accessible | Table used to clear a Vlan MAC Record. | |
| rcVlanClearMacRecordEntry | 1.3.6.1.4.1.2272.1.3.17.1 | not-accessible | Vlan Clear Mac Record Table Entry | |
| MAC rcVlanClearMacRecordAddr | 1.3.6.1.4.1.2272.1.3.17.1.1 | MacAddress | not-accessible | Mac Address that needs to be cleared. |
| INT rcVlanClearMacRecordVlanId | 1.3.6.1.4.1.2272.1.3.17.1.2 | INTEGER | read-write | Vlan Id where the Mac record has to be cleared. |
| T/F rcVlanClearMacRecordAllVlanIds | 1.3.6.1.4.1.2272.1.3.17.1.3 | TruthValue | read-write | When set to true, this will clear the MAC record on all the Vlan Ids it exists. |
| T/F rcVlanClearMacRecordForceDelete | 1.3.6.1.4.1.2272.1.3.17.1.4 | TruthValue | read-write | By 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 rcVlanClearMacRecordLCForceDelete | 1.3.6.1.4.1.2272.1.3.17.1.5 | TruthValue | read-write | By 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. |
| rcChassis | 1.3.6.1.4.1.2272.1.4 | |||
| INT rcChasType | 1.3.6.1.4.1.2272.1.4.1 | INTEGER | read-only | Chassis Type |
| STR rcChasSerialNumber | 1.3.6.1.4.1.2272.1.4.2 | DisplayString | read-only | Unique serial number for this chassis. |
| STR rcChasHardwareRevision | 1.3.6.1.4.1.2272.1.4.3 | DisplayString | read-only | Device hardware revision level |
| INT rcChasNumSlots | 1.3.6.1.4.1.2272.1.4.4 | INTEGER | read-only | The number of slots in the chassis available for plug-in cards. |
| INT rcChasNumPorts | 1.3.6.1.4.1.2272.1.4.5 | INTEGER | read-only | The total number of ports currently installed in the chassis. |
| INT rcChasTestResult | 1.3.6.1.4.1.2272.1.4.6 | INTEGER | read-only | Chassis start-up diagnostic tests. |
| rcChasFan | 1.3.6.1.4.1.2272.1.4.7 | |||
| rcChasFanTable | 1.3.6.1.4.1.2272.1.4.7.1 | not-accessible | This table contains information about Fans | |
| rcChasFanEntry | 1.3.6.1.4.1.2272.1.4.7.1.1 | not-accessible | Contains information regarding a Fan Unit | |
| INT rcChasFanId | 1.3.6.1.4.1.2272.1.4.7.1.1.1 | INTEGER | read-only | The chassis fan Id. |
| INT rcChasFanOperStatus | 1.3.6.1.4.1.2272.1.4.7.1.1.2 | INTEGER | read-only | Actual status of the Fan: - unknown(1) - status can not be determined. - up(2) - present and supplying power. - down(3) - present, but failure indicated. |
| G32 rcChasFanAmbientTemperature | 1.3.6.1.4.1.2272.1.4.7.1.1.3 | Gauge32 | read-only | Used to indicate the temperature of the air entering the fan. |
| INT rcChasFanType | 1.3.6.1.4.1.2272.1.4.7.1.1.4 | INTEGER | read-only | Type of the Fan: - unknown(1) - type can not be determined. - regularSpeed(2) - regular speed fan is present. - highSpeed(3) - high speed fan is present. |
| rcChasPowerSupply | 1.3.6.1.4.1.2272.1.4.8 | |||
| rcChasPowerSupplyTable | 1.3.6.1.4.1.2272.1.4.8.1 | not-accessible | This table contains information about power supplies. | |
| rcChasPowerSupplyEntry | 1.3.6.1.4.1.2272.1.4.8.1.1 | not-accessible | Contains information regarding a power supply unit. | |
| INT rcChasPowerSupplyId | 1.3.6.1.4.1.2272.1.4.8.1.1.1 | INTEGER | read-only | The power supply Id. |
| INT rcChasPowerSupplyOperStatus | 1.3.6.1.4.1.2272.1.4.8.1.1.2 | INTEGER | read-only | Actual 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. |
| rcChasPowerSupplyDetailTable | 1.3.6.1.4.1.2272.1.4.8.2 | not-accessible | This table contains detailed information about power supplies. | |
| rcChasPowerSupplyDetailEntry | 1.3.6.1.4.1.2272.1.4.8.2.1 | not-accessible | Contains detailed info regarding a power supply unit. | |
| INT rcChasPowerSupplyDetailId | 1.3.6.1.4.1.2272.1.4.8.2.1.1 | INTEGER | read-only | The power supply Id. |
| INT rcChasPowerSupplyDetailType | 1.3.6.1.4.1.2272.1.4.8.2.1.2 | INTEGER | read-only | The power supply type. |
| STR rcChasPowerSupplyDetailSerialNumber | 1.3.6.1.4.1.2272.1.4.8.2.1.3 | DisplayString | read-only | The power supply serial number. |
| STR rcChasPowerSupplyDetailHardwareRevision | 1.3.6.1.4.1.2272.1.4.8.2.1.4 | DisplayString | read-only | The hardware revision of the power supply. |
| STR rcChasPowerSupplyDetailPartNumber | 1.3.6.1.4.1.2272.1.4.8.2.1.5 | DisplayString | read-only | The power supply part number. |
| STR rcChasPowerSupplyDetailDescription | 1.3.6.1.4.1.2272.1.4.8.2.1.6 | DisplayString | read-only | The detail description of power supply. |
| INT rcChasPowerSupplyDetailInputLineVoltage | 1.3.6.1.4.1.2272.1.4.8.2.1.8 | INTEGER | read-only | The power supply Input Line voltage. |
| INT rcChasPowerSupplyDetailOperLineVoltage | 1.3.6.1.4.1.2272.1.4.8.2.1.9 | INTEGER | read-only | The power supply Line voltage considered for Power Management calculation. |
| rcCard | 1.3.6.1.4.1.2272.1.4.9 | |||
| rcCardTable | 1.3.6.1.4.1.2272.1.4.9.1 | not-accessible | A 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. | |
| rcCardEntry | 1.3.6.1.4.1.2272.1.4.9.1.1 | not-accessible | Card attributes | |
| INT rcCardIndex | 1.3.6.1.4.1.2272.1.4.9.1.1.1 | INTEGER | read-only | A 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 rcCardType | 1.3.6.1.4.1.2272.1.4.9.1.1.2 | INTEGER | read-only | Used 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 rcCardSerialNumber | 1.3.6.1.4.1.2272.1.4.9.1.1.3 | DisplayString | read-only | Unique serial number for this card. |
| STR rcCardHardwareRevision | 1.3.6.1.4.1.2272.1.4.9.1.1.4 | DisplayString | read-only | Hardware Version |
| INT rcCardAdminStatus | 1.3.6.1.4.1.2272.1.4.9.1.1.5 | INTEGER | read-write | Used to indicate the administrative status of this card |
| INT rcCardOperStatus | 1.3.6.1.4.1.2272.1.4.9.1.1.6 | INTEGER | read-only | Used to indicate the operational status of this card. |
| INT rcCardPCMCIAType | 1.3.6.1.4.1.2272.1.4.9.1.1.7 | INTEGER | read-only | Used 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 rcCardPartNumber | 1.3.6.1.4.1.2272.1.4.9.1.1.8 | DisplayString | read-only | Card Part Number |
| rcPort | 1.3.6.1.4.1.2272.1.4.10 | |||
| rcPortTable | 1.3.6.1.4.1.2272.1.4.10.1 | not-accessible | Port table | |
| rcPortEntry | 1.3.6.1.4.1.2272.1.4.10.1.1 | not-accessible | Entry containing info. for a particular port | |
| NUM rcPortIndex | 1.3.6.1.4.1.2272.1.4.10.1.1.1 | InterfaceIndex | read-only | An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2. |
| INT rcPortType | 1.3.6.1.4.1.2272.1.4.10.1.1.2 | INTEGER | read-only | Port type |
| INT rcPortConnectorType | 1.3.6.1.4.1.2272.1.4.10.1.1.3 | INTEGER | read-only | Type of connector installed on this port. |
| T/F rcPortPerformRouting | 1.3.6.1.4.1.2272.1.4.10.1.1.4 | TruthValue | read-write | Indicate whether this port should perform routing |
| T/F rcPortHighPriority | 1.3.6.1.4.1.2272.1.4.10.1.1.5 | TruthValue | read-write | Indicate whether this port should be treated with high priority |
| INT rcPortAction | 1.3.6.1.4.1.2272.1.4.10.1.1.6 | INTEGER | read-write | Port related actions. |
| INT rcPortResult | 1.3.6.1.4.1.2272.1.4.10.1.1.7 | INTEGER | read-only | Result from the last Vlan action. |
| INT rcPortPrimaryConnector | 1.3.6.1.4.1.2272.1.4.10.1.1.8 | INTEGER | read-write | For 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 rcPortActiveConnector | 1.3.6.1.4.1.2272.1.4.10.1.1.9 | INTEGER | read-only | For 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 rcPortBackupConnectorStatus | 1.3.6.1.4.1.2272.1.4.10.1.1.10 | INTEGER | read-only | Indicate the status of the link attached to the back-up (non-active) connector. |
| T/F rcPortAutoNegotiate | 1.3.6.1.4.1.2272.1.4.10.1.1.11 | TruthValue | read-write | Indicate whether this port enabled for auto negotiations or not. |
| INT rcPortAdminDuplex | 1.3.6.1.4.1.2272.1.4.10.1.1.12 | INTEGER | read-write | Indicates the port duplex type |
| INT rcPortOperDuplex | 1.3.6.1.4.1.2272.1.4.10.1.1.13 | INTEGER | read-only | Indicate this port's current duplex value. |
| INT rcPortAdminSpeed | 1.3.6.1.4.1.2272.1.4.10.1.1.14 | INTEGER | read-write | Indicate this port's speed. |
| I32 rcPortOperSpeed | 1.3.6.1.4.1.2272.1.4.10.1.1.15 | Integer32 | read-only | Indicate this port's current speed value. |
| I32 rcPortMltId | 1.3.6.1.4.1.2272.1.4.10.1.1.16 | Integer32 | read-only | Indicate 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 rcPortLocked | 1.3.6.1.4.1.2272.1.4.10.1.1.17 | TruthValue | read-only | Indicate whether this port is locked. |
| T/F rcPortAutoNegotiationSupported | 1.3.6.1.4.1.2272.1.4.10.1.1.18 | TruthValue | read-only | Indicate whether this port can support auto-negotiation. |
| T/F rcPortSingleRoutablePort | 1.3.6.1.4.1.2272.1.4.10.1.1.19 | TruthValue | read-only | Indicate whether this port is a single routable port. If this value is true, the port functions like a traditional router port. |
| T/F rcPortUnknownMacDiscard | 1.3.6.1.4.1.2272.1.4.10.1.1.20 | TruthValue | read-write | If 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 rcPortNumStateTransition | 1.3.6.1.4.1.2272.1.4.10.1.1.21 | Counter32 | read-only | # state transitions. |
| INT rcPortUserPriority | 1.3.6.1.4.1.2272.1.4.10.1.1.22 | INTEGER | read-write | User priority level. |
| T/F rcPortAllowOversizeFrame | 1.3.6.1.4.1.2272.1.4.10.1.1.23 | TruthValue | read-write | Used to specify whether over-size frames should be processed or dropped. |
| INT rcPortQosLevel | 1.3.6.1.4.1.2272.1.4.10.1.1.30 | INTEGER | read-write | Used to specify the Qos level packets, carried on this port, should be processed with. |
| T/F rcPortDiffServEnable | 1.3.6.1.4.1.2272.1.4.10.1.1.31 | TruthValue | read-write | Used to enable/disable the Differentiated Service feature on this port. |
| INT rcPortDiffServType | 1.3.6.1.4.1.2272.1.4.10.1.1.32 | INTEGER | read-write | Used to specify the Differentiated Service type for this port. |
| T/F rcPortDiffServIeee8021POverrideEnable | 1.3.6.1.4.1.2272.1.4.10.1.1.33 | TruthValue | read-write | Used to enable/disable the Differentiated Service IEEE 802.1P over-ride feature. |
| STR rcPortVendorDescr | 1.3.6.1.4.1.2272.1.4.10.1.1.34 | DisplayString | read-only | Used to show the name of the vendor of this port's connector. Only applicable to ports on a GBIC cards. |
| STR rcPortName | 1.3.6.1.4.1.2272.1.4.10.1.1.35 | DisplayString | read-write | This port's name. |
| I32 rcPortOctapidId | 1.3.6.1.4.1.2272.1.4.10.1.1.36 | Integer32 | read-only | The octapid id of the mirrored port. |
| INT rcPortWan | 1.3.6.1.4.1.2272.1.4.10.1.1.37 | INTEGER | read-write | Indicatie this port's current WAN/LAN mode. Valid for 10 GE only |
| INT rcPortTransport | 1.3.6.1.4.1.2272.1.4.10.1.1.38 | INTEGER | read-write | Indicatie this port's current tranport layer. Valid for 10 GE only |
| T/F rcPortMultimediaFilterEnable | 1.3.6.1.4.1.2272.1.4.10.1.1.39 | TruthValue | read-write | Used to enable/disable the Telephony device selected on this port |
| STR rcPortMultimediaDevSelection | 1.3.6.1.4.1.2272.1.4.10.1.1.40 | DisplayString | read-write | Used to set/get the selected Multimedia & Telephony Devices on this port. The String is the name of the device in the rcIpFilterMediaDevTable |
| ENA rcPortAdminRouting | 1.3.6.1.4.1.2272.1.4.10.1.1.43 | EnableValue | read-write | Indicate whether the port is routable. |
| ENA rcPortOperRouting | 1.3.6.1.4.1.2272.1.4.10.1.1.44 | EnableValue | read-only | The status of the port whether is routable. |
| I32 rcPortPid | 1.3.6.1.4.1.2272.1.4.10.1.1.45 | Integer32 | read-only | The pid of the mirrored port. |
| T/F rcPortIeee8021POverrideEnable | 1.3.6.1.4.1.2272.1.4.10.1.1.46 | TruthValue | read-write | Used to enable/disable IEEE 802.1P override. If it is enabled, 802.1p value from a tagged frame may not be honored. |
| T/F rcPortCpLimitShutDown | 1.3.6.1.4.1.2272.1.4.10.1.1.50 | TruthValue | read-only | A TRUE value indicates if CP Limit shut down the interface. |
| T/F rcPortHighSecureEnable | 1.3.6.1.4.1.2272.1.4.10.1.1.51 | TruthValue | read-write | Enable/Disable high secure feature. |
| INT rcPortMrouteStrLimit | 1.3.6.1.4.1.2272.1.4.10.1.1.55 | INTEGER | read-write | maximum number of multicast streams that are allowed to ingress to CPU through this port. |
| INT rcPortMrouteStrTimerCheck | 1.3.6.1.4.1.2272.1.4.10.1.1.56 | INTEGER | read-write | sampling period to check number of multicast streams that has ingressed CPU through this port in seconds. |
| T/F rcPortMrouteStrLimitEnable | 1.3.6.1.4.1.2272.1.4.10.1.1.57 | TruthValue | read-write | enable or disable mroute stream limit on port. |
| BIT rcPortAutoNegAd | 1.3.6.1.4.1.2272.1.4.10.1.1.62 | Bits | read-write | This 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 rcPortAutoRecoverPort | 1.3.6.1.4.1.2272.1.4.10.1.1.64 | TruthValue | read-write | enable or disable auto recovery of port from action taken by cp-limit, link flap or loop detect features |
| INT rcPortExtCplimitConf | 1.3.6.1.4.1.2272.1.4.10.1.1.65 | INTEGER | read-write | Indicates the port configuration for extended CP-LIMIT |
| INT rcPortExtCplimitUtilRate | 1.3.6.1.4.1.2272.1.4.10.1.1.66 | INTEGER | read-write | Threshold for Ingress traffic utilization rate of the port for extended CP-LIMIT |
| INT rcPortEgressRateLimit | 1.3.6.1.4.1.2272.1.4.10.1.1.67 | INTEGER | read-write | Egress Rate Limit. |
| ENA rcPortEgressRateLimitState | 1.3.6.1.4.1.2272.1.4.10.1.1.68 | EnableValue | read-write | Used to enable/disable shape/egress-rate-limit functionality. |
| NUM rcPortBpduFilteringTimerCount | 1.3.6.1.4.1.2272.1.4.10.1.1.69 | TimeInterval | read-only | The remaining time the port will be disabled due to a BPDU received when BPDU filtering is enabled. |
| NUM rcPortBpduFilteringTimeout | 1.3.6.1.4.1.2272.1.4.10.1.1.70 | TimeInterval | read-write | The time the port will be disabled when a BPDU is received when BPDU filtering is enabled. |
| T/F rcPortBpduFilteringAdminEnabled | 1.3.6.1.4.1.2272.1.4.10.1.1.71 | TruthValue | read-write | Used to enable/disable BPDU filtering. |
| T/F rcPortBpduFilteringOperEnabled | 1.3.6.1.4.1.2272.1.4.10.1.1.72 | TruthValue | read-only | Indicates whether BPDU filtering is actually enabled or disabled. |
| ENA rcPortCpLimitEnable | 1.3.6.1.4.1.2272.1.4.10.1.1.75 | EnableValue | read-write | Used 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 rcPortCpMulticastLimit | 1.3.6.1.4.1.2272.1.4.10.1.1.76 | INTEGER | read-write | Used to limit Multicast traffic on the specified port. Sets the limit in packets per second. |
| INT rcPortCpBroadcastLimit | 1.3.6.1.4.1.2272.1.4.10.1.1.77 | INTEGER | read-write | Used to limit Broadcast traffic on the specified port. Sets the limit in packets per second. |
| INT rcPortClockSource | 1.3.6.1.4.1.2272.1.4.10.1.1.84 | INTEGER | read-write | Indicates this port's current WAN clock source. Valid for 10 GE WAN only |
| INT rcPortIngressRateLimit | 1.3.6.1.4.1.2272.1.4.10.1.1.85 | INTEGER | read-write | Limits the amount of traffic from this Ingress port. |
| ENA rcPortIngressRateLimitState | 1.3.6.1.4.1.2272.1.4.10.1.1.86 | EnableValue | read-write | Used to enable/disable police/ingress-rate-limit functionality. |
| IDL rcPortVrfIdList | 1.3.6.1.4.1.2272.1.4.10.1.1.87 | IdList | read-only | The set of VRF ids to which this port belongs. |
| OCT rcPortVrfNameList | 1.3.6.1.4.1.2272.1.4.10.1.1.96 | OCTET STRING | read-only | The set of VRF names to which this port belongs. |
| OID rcPortBrouterVrfId | 1.3.6.1.4.1.2272.1.4.10.1.1.97 | VrfIdentifier | read-write | Gives the VRF Id for this Brouter port. |
| STR rcPortBrouterVrfName | 1.3.6.1.4.1.2272.1.4.10.1.1.98 | DisplayString | read-only | Gives the VRF Name for this Brouter port. |
| C32 rcPortVrfCount | 1.3.6.1.4.1.2272.1.4.10.1.1.99 | Counter32 | read-only | The total number of VRFs this port is associated to. |
| rcPortPcapTable | 1.3.6.1.4.1.2272.1.4.10.2 | not-accessible | Port pcap Table | |
| rcPortPcapEntry | 1.3.6.1.4.1.2272.1.4.10.2.1 | not-accessible | Entry containing pcap info. for a particular port | |
| NUM rcPortPcapIndex | 1.3.6.1.4.1.2272.1.4.10.2.1.1 | InterfaceIndex | read-only | An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2. |
| T/F rcPortPcapEnable | 1.3.6.1.4.1.2272.1.4.10.2.1.2 | TruthValue | read-write | To enable pcap for the port |
| INT rcPortPcapMode | 1.3.6.1.4.1.2272.1.4.10.2.1.3 | INTEGER | read-write | Mode in which pcap is enabled |
| INT rcPortPcapFilterListSize | 1.3.6.1.4.1.2272.1.4.10.2.1.4 | INTEGER | read-only | Used to indicate the number of filter list(s) that are assigned to this port. |
| OCT rcPortPcapFilterList | 1.3.6.1.4.1.2272.1.4.10.2.1.5 | OCTET STRING | read-write | Used 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 rcPortPcapAclFilterListSize | 1.3.6.1.4.1.2272.1.4.10.2.1.6 | INTEGER | read-only | Used to indicate the number of ACL filter(s) that are assigned to this port which has mirror set as global-action. |
| OCT rcPortPcapAclFilterList | 1.3.6.1.4.1.2272.1.4.10.2.1.7 | OCTET STRING | read-write | Used 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. |
| rcPortLacpTable | 1.3.6.1.4.1.2272.1.4.10.4 | not-accessible | Port LACP table | |
| rcPortLacpEntry | 1.3.6.1.4.1.2272.1.4.10.4.1 | not-accessible | Entry containing info. for a particular port | |
| T/F rcPortLacpAdminEnable | 1.3.6.1.4.1.2272.1.4.10.4.1.1 | TruthValue | read-write | Administratively enable/disable LACP on a port |
| T/F rcPortLacpOperEnable | 1.3.6.1.4.1.2272.1.4.10.4.1.2 | TruthValue | read-only | Indicates if LACP is operationally enabled or disabled on a port |
| INT rcPortLacpFastPeriodicTime | 1.3.6.1.4.1.2272.1.4.10.4.1.3 | INTEGER | read-write | The number of miliseconds between periodic transmissions using Short Timeouts. |
| INT rcPortLacpSlowPeriodicTime | 1.3.6.1.4.1.2272.1.4.10.4.1.4 | INTEGER | read-write | The number of miliseconds between periodic transmissions using LONG Timeouts. |
| INT rcPortLacpTimeoutScale | 1.3.6.1.4.1.2272.1.4.10.4.1.5 | INTEGER | read-write | Scalar value used to calculate timeout time from periodic time. Timeout = PeriodicTime * TimeoutScale |
| INT rcPortLacpAggrWaitTime | 1.3.6.1.4.1.2272.1.4.10.4.1.6 | INTEGER | read-write | The number of mili seconds to delay aggregation to allow multiple links to aggregate simultaneously. |
| INT rcPortLacpFastPeriodicTimeOper | 1.3.6.1.4.1.2272.1.4.10.4.1.7 | INTEGER | read-only | The operating value of fast periodic timer on the port. |
| INT rcPortLacpSlowPeriodicTimeOper | 1.3.6.1.4.1.2272.1.4.10.4.1.8 | INTEGER | read-only | The operating value of slow periodic timer on the port. |
| INT rcPortLacpTimeoutScaleOper | 1.3.6.1.4.1.2272.1.4.10.4.1.9 | INTEGER | read-only | The operating value of timeout scale on the port. |
| INT rcPortLacpAggrWaitTimeOper | 1.3.6.1.4.1.2272.1.4.10.4.1.10 | INTEGER | read-only | The operating value of aggreagate wait time on port. |
| rcPortVLacpTable | 1.3.6.1.4.1.2272.1.4.10.5 | not-accessible | Port Virtual LACP table | |
| rcPortVLacpEntry | 1.3.6.1.4.1.2272.1.4.10.5.1 | not-accessible | Entry containing info. for a particular port | |
| T/F rcPortVLacpAdminEnable | 1.3.6.1.4.1.2272.1.4.10.5.1.1 | TruthValue | read-write | Administratively enable/disable Virtual LACP on a port |
| T/F rcPortVLacpOperEnable | 1.3.6.1.4.1.2272.1.4.10.5.1.2 | TruthValue | read-only | Indicates if Virtual LACP is operationally enabled or disabled on a port |
| INT rcPortVLacpFastPeriodicTimer | 1.3.6.1.4.1.2272.1.4.10.5.1.3 | INTEGER | read-write | The number of miliseconds between periodic transmissions using Short Timeouts |
| INT rcPortVLacpSlowPeriodicTimer | 1.3.6.1.4.1.2272.1.4.10.5.1.4 | INTEGER | read-write | The number of miliseconds between periodic transmissions using LONG Timeouts. |
| INT rcPortVLacpTimeout | 1.3.6.1.4.1.2272.1.4.10.5.1.5 | INTEGER | read-write | Timeout control value. Long or Short Timeout |
| INT rcPortVLacpTimeoutScale | 1.3.6.1.4.1.2272.1.4.10.5.1.6 | INTEGER | read-write | Scalar value used to calculate timeout time from periodic time. Timeout = PeriodicTime * TimeoutScale |
| I32 rcPortVLacpEtherType | 1.3.6.1.4.1.2272.1.4.10.5.1.7 | Integer32 | read-write | VLACP Protocol Identification. The id value is in Hex. The acceptable values for this MIB is 0x0 to 0xffff |
| MAC rcPortVLacpEtherMacAddress | 1.3.6.1.4.1.2272.1.4.10.5.1.8 | MacAddress | read-write | Multicast Mac Address exclusively used for VLACPDU's |
| INT rcPortVLacpPortState | 1.3.6.1.4.1.2272.1.4.10.5.1.9 | INTEGER | read-only | Display the Vlacp Port State. |
| T/F rcPortVLacpFlapDetectEnable | 1.3.6.1.4.1.2272.1.4.10.5.1.11 | TruthValue | read-write | Administratively enable/disable VLACP flap detection on a port |
| I32 rcPortVLacpFlapFrequency | 1.3.6.1.4.1.2272.1.4.10.5.1.12 | Integer32 | read-write | The number of VLACP Flaps on a port, that if they occure within rcPortVLacpFlapInterval seconds, the port is shutdown. |
| I32 rcPortVLacpFlapInterval | 1.3.6.1.4.1.2272.1.4.10.5.1.13 | Integer32 | read-write | The time inteval in seconds within which VLACP flaps on a port are monitored. |
| C32 rcPortVLacpTotalFlapCount | 1.3.6.1.4.1.2272.1.4.10.5.1.14 | Counter32 | read-only | Total Number of VLACP flaps detected on this port since either enabling VLACP or clearing the counter. |
| DAT rcPortVLacpFirstFlapTimeStamp | 1.3.6.1.4.1.2272.1.4.10.5.1.15 | DateAndTime | read-only | Timestamp for the first VLACP flap detected on this port since either enabling VLACP or clearing the timer. |
| DAT rcPortVLacpLastFlapTimeStamp | 1.3.6.1.4.1.2272.1.4.10.5.1.16 | DateAndTime | read-only | Timestamp for the latest VLACP flap detected on this port since either enabling VLACP or clearing the timer. |
| T/F rcPortVLacpFlapClearStats | 1.3.6.1.4.1.2272.1.4.10.5.1.17 | TruthValue | read-write | Clears all VLACP flap counters and timers. |
| rcPortRemoteMirroringTable | 1.3.6.1.4.1.2272.1.4.10.6 | not-accessible | Port Remote Mirroring Table | |
| rcPortRemoteMirroringEntry | 1.3.6.1.4.1.2272.1.4.10.6.1 | not-accessible | Entry containing remote mirroring info. for a particular port | |
| NUM rcPortRemoteMirroringIndex | 1.3.6.1.4.1.2272.1.4.10.6.1.1 | InterfaceIndex | read-only | An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2. |
| T/F rcPortRemoteMirroringEnable | 1.3.6.1.4.1.2272.1.4.10.6.1.2 | TruthValue | read-write | To enable remote Mirroring for the port |
| INT rcPortRemoteMirroringMode | 1.3.6.1.4.1.2272.1.4.10.6.1.3 | INTEGER | read-write | Mode in which remote mirroring is enabled |
| MAC rcPortRemoteMirroringSrcMac | 1.3.6.1.4.1.2272.1.4.10.6.1.4 | MacAddress | read-write | Source Mac of the remote mirrored packet. Remote mirroring packet will be send with this source mac address |
| MAC rcPortRemoteMirroringDstMac | 1.3.6.1.4.1.2272.1.4.10.6.1.5 | MacAddress | read-write | Destination 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 rcPortRemoteMirroringEtherType | 1.3.6.1.4.1.2272.1.4.10.6.1.6 | INTEGER | read-write | Ethertype of the remote mirrored packet. Packets will be send with this ethertype |
| INT rcPortRemoteMirroringVlanIdListSize | 1.3.6.1.4.1.2272.1.4.10.6.1.7 | INTEGER | read-only | Used to indicate the number of VLAN IDs that are assigned to this port. |
| OCT rcPortRemoteMirroringVlanIdList | 1.3.6.1.4.1.2272.1.4.10.6.1.8 | OCTET STRING | read-write | This 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 rcPortRemoteMirroringRowStatus | 1.3.6.1.4.1.2272.1.4.10.6.1.9 | RowStatus | read-write | RowStatus |
| rcPortMgmtLinkTable | 1.3.6.1.4.1.2272.1.4.10.8 | not-accessible | Port card mgmt port link table | |
| rcPortMgmtLinkEntry | 1.3.6.1.4.1.2272.1.4.10.8.1 | not-accessible | Entry containing info. for a particular mgmt port in I/O card | |
| NUM rcPortMgmtLinkIndex | 1.3.6.1.4.1.2272.1.4.10.8.1.1 | InterfaceIndex | read-only | IfIndex of the port. |
| STR rcPortMgmtLinkDescr | 1.3.6.1.4.1.2272.1.4.10.8.1.2 | DisplayString | read-only | Port description |
| INT rcPortMgmtLinkOperStatus | 1.3.6.1.4.1.2272.1.4.10.8.1.3 | INTEGER | read-only | admin status of the mgmt port |
| T/F rcPortMgmtLinkAutoNegotiate | 1.3.6.1.4.1.2272.1.4.10.8.1.4 | TruthValue | read-only | Auto-negotiation status of the port |
| INT rcPortMgmtLinkDuplex | 1.3.6.1.4.1.2272.1.4.10.8.1.5 | INTEGER | read-only | duplex setting for the port |
| INT rcPortMgmtLinkSpeed | 1.3.6.1.4.1.2272.1.4.10.8.1.6 | INTEGER | read-only | speed setting for this port. |
| rcPortFlushMacTable | 1.3.6.1.4.1.2272.1.4.10.11 | not-accessible | Flush MAC entry on a port. | |
| rcPortFlushMacEntry | 1.3.6.1.4.1.2272.1.4.10.11.1 | not-accessible | Port mac flush table entry. | |
| INT rcPortFlushMacPortNum | 1.3.6.1.4.1.2272.1.4.10.11.1.1 | INTEGER | not-accessible | Port number where the mac record exists. |
| OCT rcPortFlushMacAddr | 1.3.6.1.4.1.2272.1.4.10.11.1.2 | OCTET STRING | read-write | Mac Address that needs to be removed. |
| INT rcPortFlushMacVlanId | 1.3.6.1.4.1.2272.1.4.10.11.1.3 | INTEGER | read-write | Vlan Id associated with the Mac Address. |
| rcPortLock | 1.3.6.1.4.1.2272.1.4.11 | |||
| T/F rcPortLockEnable | 1.3.6.1.4.1.2272.1.4.11.1 | TruthValue | read-write | Indicate whether the port lock feature is enabled. |
| POR rcPortLockLockedPorts | 1.3.6.1.4.1.2272.1.4.11.2 | PortSet | read-write | The set of ports that are administratively locked. Locked ports cannot be modified in anyway until the port is unlocked first. |
| INT rcChasAruMode | 1.3.6.1.4.1.2272.1.4.12 | INTEGER | read-only | The ARU mode the chassis is operating in. |
| INT rcChasQuidMode | 1.3.6.1.4.1.2272.1.4.13 | INTEGER | read-only | The Quid mode the chassis is operating in. |
| INT rcChasEocModeAdminStatus | 1.3.6.1.4.1.2272.1.4.14 | INTEGER | read-write | Used 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 rcChasEocModeOperStatus | 1.3.6.1.4.1.2272.1.4.15 | INTEGER | read-only | Used to indicate the Enforce Operational Configuration Mode(EOC) of the system. |
| rcAgentTable | 1.3.6.1.4.1.2272.1.4.16 | not-accessible | Agents in a chassis table | |
| rcAgentEntry | 1.3.6.1.4.1.2272.1.4.16.1 | not-accessible | Entry containing info. for a particular agent | |
| I32 rcAgentId | 1.3.6.1.4.1.2272.1.4.16.1.1 | Integer32 | read-only | entry id |
| I32 rcAgentSlot | 1.3.6.1.4.1.2272.1.4.16.1.2 | Integer32 | read-only | slot agent is in. |
| IP rcAgentIpAddr | 1.3.6.1.4.1.2272.1.4.16.1.3 | IpAddress | read-only | agent's ip address. |
| POR rcChasBrouterPorts | 1.3.6.1.4.1.2272.1.4.17 | PortSet | read-only | Used to indicate which ports in the system are configured as Brouter ports. |
| T/F rcChasGlobalFilterEnable | 1.3.6.1.4.1.2272.1.4.18 | TruthValue | read-write | Used to enable/disable global filters in the system. This variable is currently not supported. |
| T/F rcChasVlanBySrcMacEnable | 1.3.6.1.4.1.2272.1.4.19 | TruthValue | read-write | Used to enable/disable source MAC based VLANs in the system. |
| T/F rcChasDiffServEcnCompatibilityEnable | 1.3.6.1.4.1.2272.1.4.20 | TruthValue | read-write | Used 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 rcChasNewEnhancedOperMode | 1.3.6.1.4.1.2272.1.4.21 | TruthValue | read-write | Enhanced operational mode. |
| T/F rcChasNewEMMode | 1.3.6.1.4.1.2272.1.4.22 | TruthValue | read-write | This configuration is for enabling/disabling 128K mode. The change will take effect upon reboot. |
| INT rcChasEmModeError | 1.3.6.1.4.1.2272.1.4.23 | INTEGER | read-only | Used to indicate the Em-mode error status |
| T/F rcChasEnhancedOperMode | 1.3.6.1.4.1.2272.1.4.24 | TruthValue | read-only | Enhanced Operational mode the switch currently has booted and will remain the same until the next reboot. |
| T/F rcChasEMMode | 1.3.6.1.4.1.2272.1.4.25 | TruthValue | read-only | EM mode the switch currently has booted and will remain the same until the next reboot. |
| T/F rcChasFtpDaemonInSecondaryCpu | 1.3.6.1.4.1.2272.1.4.26 | TruthValue | read-write | Used to enable/disable FTP daemon in 2nd cpu. |
| T/F rcChasSmltOnSingleCpEnable | 1.3.6.1.4.1.2272.1.4.27 | TruthValue | read-write | Enable SMLT on single CP feature in the switch |
| T/F rcChasNewVlanOptmMode | 1.3.6.1.4.1.2272.1.4.28 | TruthValue | read-write | Vlan Optimization mode. |
| T/F rcChasVlanOptmMode | 1.3.6.1.4.1.2272.1.4.29 | TruthValue | read-only | Vlan Optimization mode the switch currently has booted and will remain the same until the next reboot. |
| rcLaunchPad | 1.3.6.1.4.1.2272.1.4.30 | |||
| rcLaunchPadTable | 1.3.6.1.4.1.2272.1.4.30.1 | not-accessible | Launch Pad in a chassis table | |
| rcLaunchPadEntry | 1.3.6.1.4.1.2272.1.4.30.1.1 | not-accessible | Entry containing Launch pad card info | |
| I32 rcLaunchPadSlotId | 1.3.6.1.4.1.2272.1.4.30.1.1.1 | Integer32 | read-only | Launch Pad card id |
| I32 rcLaunchPadMiniSlotId | 1.3.6.1.4.1.2272.1.4.30.1.1.2 | Integer32 | read-only | Launch pad mini card id. |
| INT rcLaunchPadAppType | 1.3.6.1.4.1.2272.1.4.30.1.1.3 | INTEGER | read-only | Launch Pad application type. |
| IP rcLaunchPadMiniSlotIp | 1.3.6.1.4.1.2272.1.4.30.1.1.4 | IpAddress | read-only | Launch Pad mini card's ip address. |
| ENA rcLaunchPadNaapLpState | 1.3.6.1.4.1.2272.1.4.30.1.1.5 | EnableValue | read-write | Enable/Disable naap Ip state. |
| STR rcLaunchPadMiniSlotSwVersion | 1.3.6.1.4.1.2272.1.4.30.1.1.6 | DisplayString | read-only | Launch Pad mini card's SW version. |
| INT rcLaunchPadHWType | 1.3.6.1.4.1.2272.1.4.30.1.1.7 | INTEGER | read-only | for identifying the ISD |
| rcLaunchPadClusterTable | 1.3.6.1.4.1.2272.1.4.30.2 | not-accessible | Launch Pad Cluster Table | |
| rcLaunchPadClusterEntry | 1.3.6.1.4.1.2272.1.4.30.2.1 | not-accessible | Entry containing Launch pad cluster info | |
| INT rcLaunchPadClusterId | 1.3.6.1.4.1.2272.1.4.30.2.1.1 | INTEGER | not-accessible | Launch pad cluster id. |
| INT rcLaunchPadClusterType | 1.3.6.1.4.1.2272.1.4.30.2.1.2 | INTEGER | read-write | Launch Pad cluster type. |
| INT rcLaunchPadClusterSize | 1.3.6.1.4.1.2272.1.4.30.2.1.3 | INTEGER | read-write | Launch pad cluster size. |
| OCT rcLaunchPadClusterMembers | 1.3.6.1.4.1.2272.1.4.30.2.1.4 | OCTET STRING | read-write | Launch pad cluster members |
| ROW rcLaunchPadClusterRowStatus | 1.3.6.1.4.1.2272.1.4.30.2.1.5 | RowStatus | read-write | Launch pad cluster Row Status |
| INT rcLaunchPadClusterMgmtVlan | 1.3.6.1.4.1.2272.1.4.30.2.1.6 | INTEGER | read-write | Launch pad cluster management vlan Id. |
| INT rcLaunchPadClusterSyncVlan | 1.3.6.1.4.1.2272.1.4.30.2.1.7 | INTEGER | read-write | Launch pad cluster cp sync vlan Id. |
| INT rcLaunchPadClusterTpsSize | 1.3.6.1.4.1.2272.1.4.30.2.1.8 | INTEGER | read-write | Launch pad cluster TPS size. |
| OCT rcLaunchPadClusterTpsMembers | 1.3.6.1.4.1.2272.1.4.30.2.1.9 | OCTET STRING | read-write | Launch pad cluster TPS members |
| POR rcLaunchPadClusterPortMember | 1.3.6.1.4.1.2272.1.4.30.2.1.10 | PortSet | read-write | IS cluster user port list that needs to be monitored |
| ENA rcChasNaapEnable | 1.3.6.1.4.1.2272.1.4.31 | EnableValue | read-write | To enable/disbale to napp feature. |
| T/F rcChasGlobalFilterOrderingEnable | 1.3.6.1.4.1.2272.1.4.32 | TruthValue | read-only | Global Filter ordering in the system. |
| T/F rcChasNewGlobalFilterOrderingEnable | 1.3.6.1.4.1.2272.1.4.33 | TruthValue | read-write | This configuration is for enabling/disabling global filter ordering. The change will take effect upon reboot. |
| T/F rcChasWsmDirectMode | 1.3.6.1.4.1.2272.1.4.34 | TruthValue | read-write | This 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 rcChasRspMode | 1.3.6.1.4.1.2272.1.4.35 | TruthValue | read-write | This configuration is for enabling/disabling 256K mode. The change will take effect upon reboot. |
| T/F rcChasRspOperMode | 1.3.6.1.4.1.2272.1.4.36 | TruthValue | read-only | R-mode the switch currently has booted and will remain the same until the next reboot. |
| INT rcChasRspModeError | 1.3.6.1.4.1.2272.1.4.37 | INTEGER | read-only | Used to indicate the r-mode error status |
| T/F rcChasMcastCheckPktEnable | 1.3.6.1.4.1.2272.1.4.40 | TruthValue | read-write | Used to enable/disable Multicast check packet in the system. This change will take effect upon reboot. |
| T/F rcChasSystemMonitorEnable | 1.3.6.1.4.1.2272.1.4.41 | TruthValue | read-write | Enable/Disable System monitoring in the switch |
| T/F rcChasSysMonMonitoringEnable | 1.3.6.1.4.1.2272.1.4.42 | TruthValue | read-write | Dyanamically Enable/Disable SystemMonitor monitoring engine in the switch |
| INT rcChasSysMonDetectionTime | 1.3.6.1.4.1.2272.1.4.43 | INTEGER | read-write | System Monitor Detection time in seconds |
| I32 rcChasNewMulticastResourceReservation | 1.3.6.1.4.1.2272.1.4.44 | Integer32 | read-write | Used to reserve MGIDs for IP Multicast. The change will take effect upon reboot. |
| I32 rcChasMulticastResourceReservation | 1.3.6.1.4.1.2272.1.4.45 | Integer32 | read-only | MGIDs the switch currently has reserved for IP Multicast; will remain the same until the next reboot. |
| ENA rcChasNewMaxVlanResourceReservation | 1.3.6.1.4.1.2272.1.4.46 | EnableValue | read-write | A mode where all MGIDs are reserved for VLAN use only; no IPMC. The change will take effect upon reboot. |
| ENA rcChasMaxVlanResourceReservation | 1.3.6.1.4.1.2272.1.4.47 | EnableValue | read-only | Tells if all MGIDs are reserved for VLAN use. Will remain the same until the next reboot. |
| I32 rcChasMgidUsageVlanCurrent | 1.3.6.1.4.1.2272.1.4.48 | Integer32 | read-only | Number of MGIDs currently used for VLAN, including SMLT |
| I32 rcChasMgidUsageVlanRemaining | 1.3.6.1.4.1.2272.1.4.49 | Integer32 | read-only | Number of MGIDs remaining allocated for VLAN |
| I32 rcChasMgidUsageMulticastCurrent | 1.3.6.1.4.1.2272.1.4.50 | Integer32 | read-only | Number of MGIDs currently used for IPMC |
| I32 rcChasMgidUsageMulticastRemaining | 1.3.6.1.4.1.2272.1.4.51 | Integer32 | read-only | Number of MGIDs remaining allocated for IPMC |
| T/F rcChasPowerManagementEnable | 1.3.6.1.4.1.2272.1.4.52 | TruthValue | read-write | Turn on or off Chassis Power Management. The configuration will take effect upon reboot. |
| T/F rcChasForceTopologyIpFlagEnable | 1.3.6.1.4.1.2272.1.4.53 | TruthValue | read-write | Used to enable/disable flag which is used to set the CLIP-ip as topology ip |
| I32 rcChasCircuitlessIpId | 1.3.6.1.4.1.2272.1.4.54 | Integer32 | read-write | The Clip-Id set by the user to be used as Topology-ip |
| T/F rcChasPowerManagementOriginalEnable | 1.3.6.1.4.1.2272.1.4.55 | TruthValue | read-only | On or off value of Chassis Power Management which the switch has currently booted. It will remain the same until the next reboot. |
| T/F rcChasPowerManagementFanCheck | 1.3.6.1.4.1.2272.1.4.56 | TruthValue | read-write | Turn on or off the Fan Check functionility of Chassis Power Management. The value takes effect only on reboot. |
| T/F rcChasPowerManagementFanCheckOriginalState | 1.3.6.1.4.1.2272.1.4.57 | TruthValue | read-only | The 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 rcChasTakeIOCardOfflineEnable | 1.3.6.1.4.1.2272.1.4.61 | TruthValue | read-write | Enable/Disable IO Card to go offline when F2E sees excessive resets. |
| T/F rcChasAutoResetFabricEnable | 1.3.6.1.4.1.2272.1.4.62 | TruthValue | read-write | Enable/Disable fabric to be reset automatically on fab mem full error. |
| rcMirror | 1.3.6.1.4.1.2272.1.5 | |||
| T/F rcMirrorSaveConfig | 1.3.6.1.4.1.2272.1.5.1 | TruthValue | read-write | Control whether Mirror configuration information should be saved to NVRAM so mirror settings can be automatically reinstalled after a system reboot. Setting rcMirrorSaveConfig to true does not immediately save the configuration information. The save happens when the rcSysAction variable is set to 'saveToNVRAM(4)'. |
| rcMirrorByPort | 1.3.6.1.4.1.2272.1.5.2 | |||
| T/F rcMirrorByPortEnable | 1.3.6.1.4.1.2272.1.5.2.1 | TruthValue | read-write | Used to indicate whether the mirror by port feature is active. The system can only support mirroring on two ports. When this feature is active, all packets received on the port(s) specified by rcMirrorSrcPortOne and/or rcMirrorSrcPortTwo are copied to rcMirrorDstPort. The mirroring operation is non-intrusive. |
| NUM rcMirrorByPortMirrorPort | 1.3.6.1.4.1.2272.1.5.2.2 | InterfaceIndex | read-write | The ifIndex of the port to forward mirrored frames to. |
| T/F rcMirrorByPortEnableMirroredPortOne | 1.3.6.1.4.1.2272.1.5.2.3 | TruthValue | read-write | Used to indicate whether the port specified in rcMirrorByPortMirroredPortOne should be mirrored. |
| NUM rcMirrorByPortMirroredPortOne | 1.3.6.1.4.1.2272.1.5.2.4 | InterfaceIndex | read-write | The ifIndex of the port to be mirrored. That is, traffic received on this port will be sent to the mirror port. |
| T/F rcMirrorByPortEnableMirroredPortTwo | 1.3.6.1.4.1.2272.1.5.2.5 | TruthValue | read-write | Used to indicate whether the port specified in rcMirrorByPortMirroredPortTwo should be mirrored. |
| NUM rcMirrorByPortMirroredPortTwo | 1.3.6.1.4.1.2272.1.5.2.6 | InterfaceIndex | read-write | The ifIndex of the port to be mirrored. That is, traffic received on this port will be sent to the mirror port. |
| rcDipSwitch | 1.3.6.1.4.1.2272.1.6 | |||
| T/F rcIsolateUnconfigPorts | 1.3.6.1.4.1.2272.1.6.1 | TruthValue | read-only | Used 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 rcUseFactorySettings | 1.3.6.1.4.1.2272.1.6.2 | TruthValue | read-only | Used to indicate whether the system should ignore the configuration information stored in NVRAM when the system is booted. |
| T/F rcHighPriorityMode | 1.3.6.1.4.1.2272.1.6.3 | TruthValue | read-only | Used 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. |
| rcTblSize | 1.3.6.1.4.1.2272.1.7 | |||
| I32 rcTblRmonStatSize | 1.3.6.1.4.1.2272.1.7.1 | Integer32 | read-only | Used to indicate the current size of the RMON Statistic table. |
| I32 rcTblRmonHistoryControlSize | 1.3.6.1.4.1.2272.1.7.2 | Integer32 | read-only | Used to indicate the current size of the RMON History Control table. |
| I32 rcTblRmonHistoryEnetSize | 1.3.6.1.4.1.2272.1.7.3 | Integer32 | read-only | Used to indicate the current size of the RMON History Ethernet table. |
| I32 rcTblRmonAlarmSize | 1.3.6.1.4.1.2272.1.7.4 | Integer32 | read-only | Used to indicate the current size of the RMON Alarm table. |
| I32 rcTblRmonEventSize | 1.3.6.1.4.1.2272.1.7.5 | Integer32 | read-only | Used to indicate the current size of the RMON Event table. |
| I32 rcTblRmonLogSize | 1.3.6.1.4.1.2272.1.7.6 | Integer32 | read-only | Used to indicate the current size of the RMON Log table. |
| I32 rcTblArTblSize | 1.3.6.1.4.1.2272.1.7.7 | Integer32 | read-only | Used to indicate the size of the Address Translation (AR) table. |
| I32 rcTblArFree | 1.3.6.1.4.1.2272.1.7.8 | Integer32 | read-only | Used to indicate the number of free entries that are available in the Address Translation (AR) table. |
| I32 rcTblArNoSpace | 1.3.6.1.4.1.2272.1.7.9 | Integer32 | read-only | Used to indicate the number of entries that could not be added to the Address Translation (AR) table due to lack of space. |
| I32 rcTblArAdded | 1.3.6.1.4.1.2272.1.7.10 | Integer32 | read-only | Used to indicate the number of entries added to the Address Translation (AR) table. |
| I32 rcTblArDeleted | 1.3.6.1.4.1.2272.1.7.11 | Integer32 | read-only | Used to indicate the number of entries deleted to the Address Translation (AR) table. |
| I32 rcTblArMacAdded | 1.3.6.1.4.1.2272.1.7.12 | Integer32 | read-only | Used to indicate the number of MAC entries added to the Address Translation (AR) table. |
| I32 rcTblArMacDeleted | 1.3.6.1.4.1.2272.1.7.13 | Integer32 | read-only | Used to indicate the number of MAC entries deleted to the Address Translation (AR) table. |
| I32 rcTblArMacMoved | 1.3.6.1.4.1.2272.1.7.14 | Integer32 | read-only | Used to indicate the number of MAC entries moved in the Address Translation (AR) table. |
| I32 rcTblArIpAdded | 1.3.6.1.4.1.2272.1.7.15 | Integer32 | read-only | Used to indicate the number of IP entries added to the Address Translation (AR) table. |
| I32 rcTblArIpDeleted | 1.3.6.1.4.1.2272.1.7.16 | Integer32 | read-only | Used to indicate the number of IP entries deleted to the Address Translation (AR) table. |
| I32 rcTblArMcastTblSize | 1.3.6.1.4.1.2272.1.7.17 | Integer32 | read-only | Used to indicate the size of the Multicast Address Translation (AR) table. |
| I32 rcTblArFreeMcastGroups | 1.3.6.1.4.1.2272.1.7.18 | Integer32 | read-only | Used to indicate the number of free multicast groups availabe in the Address Translation (AR) table. |
| I32 rcTblArIpMcastAdded | 1.3.6.1.4.1.2272.1.7.19 | Integer32 | read-only | Used to indicate the number of Ip multicast entries that are added to the Address Translation (AR) table. |
| I32 rcTblArIpMcastDeleted | 1.3.6.1.4.1.2272.1.7.20 | Integer32 | read-only | Used to indicate the number of Ip multicast entries that are deleted from the Address Translation (AR) table. |
| I32 rcTblArVlanByPortAdded | 1.3.6.1.4.1.2272.1.7.21 | Integer32 | read-only | Used to indicate the number of VLAN by port entries that are added to the Address Translation (AR) table. |
| I32 rcTblArVlanByPortDeleted | 1.3.6.1.4.1.2272.1.7.22 | Integer32 | read-only | Used to indicate the number of VLAN by port entries that are deleted from the Address Translation (AR) table. |
| I32 rcTblArVlanByProtocolAdded | 1.3.6.1.4.1.2272.1.7.23 | Integer32 | read-only | Used to indicate the number of Vlans by Protocol Type entries that are added to the Address Translation (AR) table. |
| I32 rcTblArVlanByProtocolDeleted | 1.3.6.1.4.1.2272.1.7.24 | Integer32 | read-only | Used to indicate the number of Vlans by Protocol Type entries that are deleted from the Address Translation (AR) table. |
| I32 rcTblArVlanByIpSubnetAdded | 1.3.6.1.4.1.2272.1.7.25 | Integer32 | read-only | Used to indicate the number of VLAN by Ip entries that are added to the Address Translation (AR) table. |
| I32 rcTblArVlanByIpSubnetDeleted | 1.3.6.1.4.1.2272.1.7.26 | Integer32 | read-only | Used to indicate the number of VLAN by Ip entries that are deleted from the Address Translation (AR) table. |
| I32 rcTblArIpSubnetsAdded | 1.3.6.1.4.1.2272.1.7.27 | Integer32 | read-only | Used to indicate the number of Ip subnet entries that are added to the Address Translation (AR) table. |
| I32 rcTblArIpSubnetsDeleted | 1.3.6.1.4.1.2272.1.7.28 | Integer32 | read-only | Used to indicate the number of Ip subnet entries that are deleted from the Address Translation (AR) table. |
| I32 rcTblArRsvpsAdded | 1.3.6.1.4.1.2272.1.7.29 | Integer32 | read-only | Used to indicate the number of RSVP entries that are added to the Address Translation (AR) table. |
| I32 rcTblArRsvpsDeleted | 1.3.6.1.4.1.2272.1.7.30 | Integer32 | read-only | Used to indicate the number of RSVP entries that are deleted from the Address Translation (AR) table. |
| I32 rcTblBrdgFdbSize | 1.3.6.1.4.1.2272.1.7.31 | Integer32 | read-only | Used to indicate the number of entries in the dot1d forwarding database table. |
| I32 rcTblBrdgStaticSize | 1.3.6.1.4.1.2272.1.7.32 | Integer32 | read-only | Used to indicate the number of entries in the dot1d Static Address Filtering table. |
| I32 rcTblIpAddrSize | 1.3.6.1.4.1.2272.1.7.33 | Integer32 | read-only | Used to indicate the number of entries in the IP Address table. |
| I32 rcTblIpForwardingSize | 1.3.6.1.4.1.2272.1.7.34 | Integer32 | read-only | Used to indicate the number of entries in the IP Forwarding/Best Route table. |
| I32 rcTblIpNetToMediaSize | 1.3.6.1.4.1.2272.1.7.35 | Integer32 | read-only | Used to indicate the number of entries in the IP Net-to-media table. |
| I32 rcTblIpBestPlusAltRouteSize | 1.3.6.1.4.1.2272.1.7.36 | Integer32 | read-only | |
| I32 rcTblIpBestPathSize | 1.3.6.1.4.1.2272.1.7.37 | Integer32 | read-only | |
| I32 rcTblIpBestPlusAltPathSize | 1.3.6.1.4.1.2272.1.7.38 | Integer32 | read-only | |
| rcIp | 1.3.6.1.4.1.2272.1.8 | |||
| rcIpConf | 1.3.6.1.4.1.2272.1.8.1 | |||
| rcIpConfTable | 1.3.6.1.4.1.2272.1.8.1.1 | not-accessible | A table used to maintain IP routing information for a particular interface. | |
| rcIpConfEntry | 1.3.6.1.4.1.2272.1.8.1.1.1 | not-accessible | Entry 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 rcIpConfIfIndex | 1.3.6.1.4.1.2272.1.8.1.1.1.1 | InterfaceIndexOrZero | read-only | An unique value to identify a physical interface or a logical interface (VLAN). |
| T/F rcIpConfAdvertDefRte | 1.3.6.1.4.1.2272.1.8.1.1.1.2 | TruthValue | read-write | Used to indicate whether this interface should advertize a RIP default route. |
| T/F rcIpConfAcceptDefRte | 1.3.6.1.4.1.2272.1.8.1.1.1.3 | TruthValue | read-write | Used to indicate whether this interface should accept a RIP default route. |
| ROW rcIpConfRowStatus | 1.3.6.1.4.1.2272.1.8.1.1.1.4 | RowStatus | read-write | Row status for this entry. |
| T/F rcIpConfRipEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.5 | TruthValue | read-write | Enable or disable RIP routing on the specified interface. |
| T/F rcIpConfOspfEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.6 | TruthValue | read-write | Enable or disable OSPF routing on the specified interface. |
| T/F rcIpConfIgmpEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.7 | TruthValue | read-write | Enable or disable IGMP on the specified interface. |
| T/F rcIpConfAddrAssigned | 1.3.6.1.4.1.2272.1.8.1.1.1.8 | TruthValue | read-only | Indicate whether IpAddress has been assigned for this interface. |
| T/F rcIpConfDhcpEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.9 | TruthValue | read-write | Enable or disable DHCP on the specified interface. |
| T/F rcIpConfTriggeredUpdateEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.10 | TruthValue | read-write | Used to indicate whether the RIP triggered update feature should be enabled on this interface. |
| T/F rcIpConfAutoAggrerateEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.11 | TruthValue | read-write | Used to indicate whether the auto aggregation feature should be enabled on this interface. |
| T/F rcIpConfGenerateDefaultRoute | 1.3.6.1.4.1.2272.1.8.1.1.1.12 | TruthValue | read-write | Used to indicate whether to generate a default RIP route on this interface. |
| T/F rcIpConfAdvertiseWhenDown | 1.3.6.1.4.1.2272.1.8.1.1.1.13 | TruthValue | read-write | The 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 rcIpConfDirectBroadcastEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.14 | TruthValue | read-write | Used to indicate whether this interface should forward direct broadcast traffic |
| STR rcIpConfRipInPolicy | 1.3.6.1.4.1.2272.1.8.1.1.1.15 | DisplayString | read-write | Used to indicate whether this interface should advertize a RIP default route. |
| STR rcIpConfRipOutPolicy | 1.3.6.1.4.1.2272.1.8.1.1.1.16 | DisplayString | read-write | Used to indicate whether this interface should accept a RIP default route. |
| INT rcIpConfOspfIfType | 1.3.6.1.4.1.2272.1.8.1.1.1.17 | INTEGER | read-write | OSPF Interface Type. |
| INT rcIpConfRipCost | 1.3.6.1.4.1.2272.1.8.1.1.1.18 | INTEGER | read-write | Used to indicate the rip cost for this interface. |
| INT rcIpConfRipHolddown | 1.3.6.1.4.1.2272.1.8.1.1.1.19 | INTEGER | read-write | Used to indicate the rip holddown timer for this interface |
| INT rcIpConfRipTimeout | 1.3.6.1.4.1.2272.1.8.1.1.1.20 | INTEGER | read-write | Used to indicate the rip timeout interval for this interface |
| T/F rcIpConfRsmltEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.21 | TruthValue | read-write | Used to enable Route Smlt feature. |
| T/F rcIpConfReversePathCheckEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.22 | TruthValue | read-write | Used to indicate whether this interface should perform Reverse Path Check |
| INT rcIpConfReversePathCheckMode | 1.3.6.1.4.1.2272.1.8.1.1.1.23 | INTEGER | read-write | Reverse Path Checking mode. |
| T/F rcIpConfIsisEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.24 | TruthValue | read-write | Enable/disable ISIS protocol for this IP entry |
| T/F rcIpConfBfdEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.25 | TruthValue | read-create | Enable or disable BFD on the specified interface. |
| T/F rcIpConfIpVpnLiteEnable | 1.3.6.1.4.1.2272.1.8.1.1.1.26 | TruthValue | read-create | Enable or disable ipvpn-lite capability on the specified circuitless ip interface. |
| rcIpConfOspfTable | 1.3.6.1.4.1.2272.1.8.1.2 | not-accessible | A table used to maintain OSPF information for a particular interface. | |
| rcIpConfOspfEntry | 1.3.6.1.4.1.2272.1.8.1.2.1 | not-accessible | Entry 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 rcIpConfOspfIfIndex | 1.3.6.1.4.1.2272.1.8.1.2.1.1 | InterfaceIndexOrZero | read-only | An unique value to identify a physical interface or a logical interface (VLAN). |
| INT rcIpConfOspfRtrPriority | 1.3.6.1.4.1.2272.1.8.1.2.1.2 | INTEGER | read-write | The 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 rcIpConfOspfMetric | 1.3.6.1.4.1.2272.1.8.1.2.1.3 | INTEGER | read-write | The 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 rcIpConfOspfAuthKey | 1.3.6.1.4.1.2272.1.8.1.2.1.4 | DisplayString | read-write | The 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 rcIpConfOspfRowStatus | 1.3.6.1.4.1.2272.1.8.1.2.1.5 | RowStatus | read-write | Row status for this entry. |
| INT rcIpConfOspfHelloInterval | 1.3.6.1.4.1.2272.1.8.1.2.1.6 | INTEGER | read-write | The 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 rcIpConfOspfRtrDeadInterval | 1.3.6.1.4.1.2272.1.8.1.2.1.7 | INTEGER | read-write | The 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 rcIpConfOspfIfAreaId | 1.3.6.1.4.1.2272.1.8.1.2.1.8 | IpAddress | read-write | A 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 rcIpConfOspfAuthType | 1.3.6.1.4.1.2272.1.8.1.2.1.9 | INTEGER | read-write | The authentication type specified for an interface. Additional authentication types may be assigned locally. |
| INT rcIpConfOspfPollInterval | 1.3.6.1.4.1.2272.1.8.1.2.1.10 | INTEGER | read-write | OSPF NBMA Interface Poll Interval. |
| INT rcIpConfOspfIfMtuIgnore | 1.3.6.1.4.1.2272.1.8.1.2.1.11 | INTEGER | read-write | Mtu-ignore flag is for ignoring the mtu checking in ospf bdb |
| ENA rcIpConfOspfBfdEnable | 1.3.6.1.4.1.2272.1.8.1.2.1.12 | EnableValue | read-write | Used to enable/disable BFD for OSPF. |
| rcIpConfOspfDefaultMetric | 1.3.6.1.4.1.2272.1.8.1.3 | |||
| INT rcIpConfOspfDefaultMetric10MegPort | 1.3.6.1.4.1.2272.1.8.1.3.1 | INTEGER | read-write | Used to indicate the cost associated with 10Meg Interface(Port). |
| INT rcIpConfOspfDefaultMetric100MegPort | 1.3.6.1.4.1.2272.1.8.1.3.2 | INTEGER | read-write | Used to indicate the cost associated with 100Meg Interface(Port). |
| INT rcIpConfOspfDefaultMetric1000MegPort | 1.3.6.1.4.1.2272.1.8.1.3.3 | INTEGER | read-write | Used to indicate the cost associated with 1000Meg Interface(Port). |
| INT rcIpConfOspfDefaultMetric10000MegPort | 1.3.6.1.4.1.2272.1.8.1.3.4 | INTEGER | read-write | Used to indicate the cost associated with 10000Meg Interface(Port). |
| rcIpConfOspf | 1.3.6.1.4.1.2272.1.8.1.4 | |||
| T/F rcIpConfOspfTrapEnable | 1.3.6.1.4.1.2272.1.8.1.4.1 | TruthValue | read-write | Used to indicate whether Ospf Traps should be sent. |
| T/F rcIpConfOspfAutoVirtLinkEnable | 1.3.6.1.4.1.2272.1.8.1.4.2 | TruthValue | read-write | Used 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 rcIpConfOspfSpfHoldDownTime | 1.3.6.1.4.1.2272.1.8.1.4.3 | INTEGER | read-write | The SPF Hold Down Timer value. The SPF will run at most once per hold down timer value. |
| INT rcIpConfOspfAction | 1.3.6.1.4.1.2272.1.8.1.4.4 | INTEGER | read-write | |
| T/F rcIpConfOspfRfc1583Compatibility | 1.3.6.1.4.1.2272.1.8.1.4.5 | TruthValue | read-write | Controls 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. |
| rcIpConfGlobal | 1.3.6.1.4.1.2272.1.8.1.6 | |||
| INT rcIpConfGlobalRipHoldDownTime | 1.3.6.1.4.1.2272.1.8.1.6.1 | INTEGER | read-write | Used to set the system-wide RIP hold down time in seconds. |
| T/F rcIpConfGlobalIcmpNetUnreach | 1.3.6.1.4.1.2272.1.8.1.6.2 | TruthValue | read-write | Used to set the icmp net unreach feature enable/disable. |
| T/F rcIpConfGlobalEcmpEnable | 1.3.6.1.4.1.2272.1.8.1.6.3 | TruthValue | read-write | Used to set the ecmp enable/disable. |
| INT rcIpConfGlobalEcmpMaxPath | 1.3.6.1.4.1.2272.1.8.1.6.4 | INTEGER | read-write | Used to globally configure maximum ECMP paths number. |
| T/F rcIpConfGlobalAlternativeEnable | 1.3.6.1.4.1.2272.1.8.1.6.5 | TruthValue | read-write | Used to globally configure alternative enable. |
| T/F rcIpConfGlobalRouteDiscoveryEnable | 1.3.6.1.4.1.2272.1.8.1.6.6 | TruthValue | read-write | Enable/disable ICMP Route Discovery feature |
| INT rcIpConfGlobalRipTimeOutInterval | 1.3.6.1.4.1.2272.1.8.1.6.8 | INTEGER | read-write | Rip TimeOut Interval in seconds |
| INT rcIpConfGlobalRipDefImportMetric | 1.3.6.1.4.1.2272.1.8.1.6.9 | INTEGER | read-write | Rip def import metric |
| STR rcIpConfGlobalEcmp1PathList | 1.3.6.1.4.1.2272.1.8.1.6.10 | DisplayString | read-write | Routes to networks specified in this prefix-list can have upto 1 ECMP path, irrespective of ecmp-max-path configuration |
| STR rcIpConfGlobalEcmp2PathList | 1.3.6.1.4.1.2272.1.8.1.6.11 | DisplayString | read-write | Routes to networks specified in this prefix-list can have upto 2 ECMP path, irrespective of ecmp-max-path configuration. |
| STR rcIpConfGlobalEcmp3PathList | 1.3.6.1.4.1.2272.1.8.1.6.12 | DisplayString | read-write | Routes to networks specified in this prefix-list can have upto 3 ECMP path, irrespective of ecmp-max-path configuration. |
| STR rcIpConfGlobalEcmp4PathList | 1.3.6.1.4.1.2272.1.8.1.6.13 | DisplayString | read-write | Routes to networks specified in this prefix-list can have upto 4 ECMP path, irrespective of ecmp-max-path configuration. |
| T/F rcIpConfGlobalEcmpPathListApply | 1.3.6.1.4.1.2272.1.8.1.6.14 | TruthValue | read-write | This is to apply any changes in ECMP path list configuration or in the prefix-lists configured to be used as path list |
| T/F rcIpConfGlobalIcmpRedirectMsg | 1.3.6.1.4.1.2272.1.8.1.6.15 | TruthValue | read-write | |
| INT rcIpConfGlobalArpThreshold | 1.3.6.1.4.1.2272.1.8.1.6.17 | INTEGER | read-write | Defines the maximum number of outstanding arp request a switch can generate. |
| T/F rcIpConfGlobalAllowMoreSpecificNonLocalRouteEnable | 1.3.6.1.4.1.2272.1.8.1.6.18 | TruthValue | read-write | Used to determine whether more specific non local routes will go into the routing table. |
| T/F rcIpConfGlobalUdpCheckSumEnable | 1.3.6.1.4.1.2272.1.8.1.6.19 | TruthValue | read-write | Enable/disable UDP checksum calculation |
| T/F rcIpConfGlobalSuperNetEnable | 1.3.6.1.4.1.2272.1.8.1.6.20 | TruthValue | read-write | Used to globally enable Supernetting/ CIDR routing for IP |
| rcIpConfOspfAreaTable | 1.3.6.1.4.1.2272.1.8.1.7 | not-accessible | A table used to maintain OSPF information for a particular Area. | |
| rcIpConfOspfAreaEntry | 1.3.6.1.4.1.2272.1.8.1.7.1 | not-accessible | Entry containing OSPF Area configuration information. An entry is automatically created in this table when an area is configured through ospfAreaTable in (rfc1253rcc.mib). | |
| IP rcIpConfOspfAreaId | 1.3.6.1.4.1.2272.1.8.1.7.1.1 | IpAddress | read-only | An unique value to identify an area. Area ID 0.0.0.0 is used for the OSPF backbone. |
| T/F rcIpConfOspfAreaImportSummary | 1.3.6.1.4.1.2272.1.8.1.7.1.2 | TruthValue | read-write | The area's support for importing Summary advertisements into a stub area. This field should be used only if ospfImportASExtern is set to FALSE |
| I32 rcIpConfOspfAreaActiveIfCount | 1.3.6.1.4.1.2272.1.8.1.7.1.3 | Integer32 | read-only | This variable displays the number of active interfaces configured in this area. An area cannot be deleted if this value is > 0. |
| rcIpConfV2Table | 1.3.6.1.4.1.2272.1.8.1.8 | not-accessible | A table used to maintain IP routing information for a particular interface. | |
| rcIpConfV2Entry | 1.3.6.1.4.1.2272.1.8.1.8.1 | not-accessible | Entry 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 rcIpConfV2Index | 1.3.6.1.4.1.2272.1.8.1.8.1.1 | InterfaceIndexOrZero | read-only | An unique value to identify a physical interface or a logical interface (VLAN). |
| IP rcIpConfV2Addr | 1.3.6.1.4.1.2272.1.8.1.8.1.2 | IpAddress | read-only | Ip interface address. |
| ROW rcIpConfV2RowStatus | 1.3.6.1.4.1.2272.1.8.1.8.1.3 | RowStatus | read-write | Row status for this entry. |
| T/F rcIpConfV2AdvertDefRte | 1.3.6.1.4.1.2272.1.8.1.8.1.4 | TruthValue | read-write | Used to indicate whether this interface should advertize a RIP default route. |
| T/F rcIpConfV2AcceptDefRte | 1.3.6.1.4.1.2272.1.8.1.8.1.5 | TruthValue | read-write | Used to indicate whether this interface should accept a RIP default route. |
| T/F rcIpConfV2RipEnable | 1.3.6.1.4.1.2272.1.8.1.8.1.6 | TruthValue | read-write | Enable or disable RIP routing on the specified interface. |
| T/F rcIpConfV2OspfEnable | 1.3.6.1.4.1.2272.1.8.1.8.1.7 | TruthValue | read-write | Enable or disable OSPF routing on the specified interface. |
| T/F rcIpConfV2IgmpEnable | 1.3.6.1.4.1.2272.1.8.1.8.1.8 | TruthValue | read-write | Enable or disable IGMP on the specified interface. |
| T/F rcIpConfV2AddrAssigned | 1.3.6.1.4.1.2272.1.8.1.8.1.9 | TruthValue | read-only | Indicate whether IpAddress has been assigned for this interface. |
| T/F rcIpConfV2TriggeredUpdateEnable | 1.3.6.1.4.1.2272.1.8.1.8.1.10 | TruthValue | read-write | Used to indicate whether the RIP triggered update feature should be enabled on this interface. |
| T/F rcIpConfV2RipAutoAggrerateEnable | 1.3.6.1.4.1.2272.1.8.1.8.1.11 | TruthValue | read-write | Used to indicate whether the auto aggregation feature should be enabled on this interface. |
| T/F rcIpConfV2RipGenerateDefaultRoute | 1.3.6.1.4.1.2272.1.8.1.8.1.12 | TruthValue | read-write | Used to indicate whether to generate a default RIP route on this interface. |
| T/F rcIpConfV2AdvertiseWhenDown | 1.3.6.1.4.1.2272.1.8.1.8.1.13 | TruthValue | read-write | The 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. |
| rcIpConfOspfV2Table | 1.3.6.1.4.1.2272.1.8.1.9 | not-accessible | A table used to maintain OSPF information for a particular interface. | |
| rcIpConfOspfV2Entry | 1.3.6.1.4.1.2272.1.8.1.9.1 | not-accessible | Entry 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 rcIpConfOspfV2IfIndex | 1.3.6.1.4.1.2272.1.8.1.9.1.1 | InterfaceIndexOrZero | read-only | An unique value to identify a physical interface or a logical interface (VLAN). |
| IP rcIpConfOspfV2IpAddr | 1.3.6.1.4.1.2272.1.8.1.9.1.2 | IpAddress | read-only | IpAddress of the IP interface. |
| INT rcIpConfOspfV2RtrPriority | 1.3.6.1.4.1.2272.1.8.1.9.1.3 | INTEGER | read-write | The 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 rcIpConfOspfV2Metric | 1.3.6.1.4.1.2272.1.8.1.9.1.4 | INTEGER | read-write | The 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 rcIpConfOspfV2AuthKey | 1.3.6.1.4.1.2272.1.8.1.9.1.5 | DisplayString | read-write | The 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 rcIpConfOspfV2RowStatus | 1.3.6.1.4.1.2272.1.8.1.9.1.6 | RowStatus | read-write | Row status for this entry. |
| INT rcIpConfOspfV2HelloInterval | 1.3.6.1.4.1.2272.1.8.1.9.1.7 | INTEGER | read-write | The 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 rcIpConfOspfV2RtrDeadInterval | 1.3.6.1.4.1.2272.1.8.1.9.1.8 | INTEGER | read-write | The 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 rcIpConfOspfV2IfAreaId | 1.3.6.1.4.1.2272.1.8.1.9.1.9 | IpAddress | read-write | A 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 rcIpConfOspfV2AuthType | 1.3.6.1.4.1.2272.1.8.1.9.1.10 | INTEGER | read-write | The authentication type specified for an interface. Additional authentication types may be assigned locally. |
| rcIpConfOspfAreaAggregateTable | 1.3.6.1.4.1.2272.1.8.1.10 | not-accessible | A table used to maintain OSPF summary route metric parameter for a particular Area range. | |
| rcIpConfOspfAreaAggregateEntry | 1.3.6.1.4.1.2272.1.8.1.10.1 | not-accessible | Entry 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 rcIpConfOspfAreaAggregateAreaID | 1.3.6.1.4.1.2272.1.8.1.10.1.1 | IpAddress | read-only | The Area the Address Aggregate is to be found within. |
| INT rcIpConfOspfAreaAggregateLsdbType | 1.3.6.1.4.1.2272.1.8.1.10.1.2 | INTEGER | read-only | The type of the Address Aggregate. This field specifies the Lsdb type that this Address Ag- gregate applies to. |
| IP rcIpConfOspfAreaAggregateNet | 1.3.6.1.4.1.2272.1.8.1.10.1.3 | IpAddress | read-only | The IP Address of the Net or Subnet indicated by the range. |
| IP rcIpConfOspfAreaAggregateMask | 1.3.6.1.4.1.2272.1.8.1.10.1.4 | IpAddress | read-only | The Subnet Mask that pertains to the Net or Subnet. |
| INT rcIpConfOspfAreaAggregateAdvertiseMetric | 1.3.6.1.4.1.2272.1.8.1.10.1.5 | INTEGER | read-write | Used 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 rcIpConfOspfAreaAggregateEffect | 1.3.6.1.4.1.2272.1.8.1.10.1.6 | INTEGER | read-write | Subnets 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. |
| rcIpConfRsmltTable | 1.3.6.1.4.1.2272.1.8.1.11 | not-accessible | A table used to maintain OSPF summary route metric parameter for a particular Area range. | |
| rcIpConfRsmltEntry | 1.3.6.1.4.1.2272.1.8.1.11.1 | not-accessible | Entry 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 rcIpConfRsmltIfIndex | 1.3.6.1.4.1.2272.1.8.1.11.1.1 | InterfaceIndex | read-only | Interface Index, this is an index of the table. |
| INT rcIpConfRsmltHoldDownTimer | 1.3.6.1.4.1.2272.1.8.1.11.1.2 | INTEGER | read-write | Timer value, the range of value is from 0 to 3600. |
| INT rcIpConfRsmltHoldUpTimer | 1.3.6.1.4.1.2272.1.8.1.11.1.3 | INTEGER | read-write | The range of value 0 to 3600 or 9999. 9999 means infinity. |
| ROW rcIpConfRsmltRowStatus | 1.3.6.1.4.1.2272.1.8.1.11.1.4 | RowStatus | read-write | Row Status. |
| rcIpConfBfdTable | 1.3.6.1.4.1.2272.1.8.1.12 | not-accessible | BFD configuration table | |
| rcIpConfBfdEntry | 1.3.6.1.4.1.2272.1.8.1.12.1 | not-accessible | Used 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 rcIpConfBfdIfIndex | 1.3.6.1.4.1.2272.1.8.1.12.1.1 | InterfaceIndex | not-accessible | Interface number. The number can represent either a physical or logical(VLAN) interface. |
| I32 rcIpConfBfdMinRxInterval | 1.3.6.1.4.1.2272.1.8.1.12.1.2 | Integer32 | read-create | the min rx interval in milliseconds |
| I32 rcIpConfBfdTxInterval | 1.3.6.1.4.1.2272.1.8.1.12.1.3 | Integer32 | read-create | the desired tx interval in milliseconds |
| I32 rcIpConfBfdMultiplier | 1.3.6.1.4.1.2272.1.8.1.12.1.4 | Integer32 | read-create | the multiplier BFD wait before rx timeout |
| ROW rcIpConfBfdRowStatus | 1.3.6.1.4.1.2272.1.8.1.12.1.5 | RowStatus | read-create | Used to create/delete entries |
| U32 rcIpConfBfdHoldOffInterval | 1.3.6.1.4.1.2272.1.8.1.12.1.6 | Unsigned32 | read-create | This object specifies the hold off timer interval, in seconds. 0 means that hold off timer is disabled. |
| ENA rcIpConfBfdStaticFlag | 1.3.6.1.4.1.2272.1.8.1.12.1.7 | EnableValue | read-create | This object specifies the static-flag for bfd. When disabled, the static route will go down, when bfd is disabled |
| rcIpAddrTable | 1.3.6.1.4.1.2272.1.8.2 | not-accessible | The 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. | |
| rcIpAddrEntry | 1.3.6.1.4.1.2272.1.8.2.1 | not-accessible | The addressing information for one of this entity's IP addresses. | |
| NUM rcIpAdEntIfIndex | 1.3.6.1.4.1.2272.1.8.2.1.1 | InterfaceIndex | read-only | The 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 rcIpAdEntAddr | 1.3.6.1.4.1.2272.1.8.2.1.2 | IpAddress | read-only | The IP address to which this entry's addressing information pertains. |
| IP rcIpAdEntNetMask | 1.3.6.1.4.1.2272.1.8.2.1.3 | IpAddress | read-write | The 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 rcIpAdEntBcastAddrFormat | 1.3.6.1.4.1.2272.1.8.2.1.4 | INTEGER | read-only | The IP broadcast address format used on this interface. |
| INT rcIpAdEntReasmMaxSize | 1.3.6.1.4.1.2272.1.8.2.1.5 | INTEGER | read-only | The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface. |
| ROW rcIpAdEntRowStatus | 1.3.6.1.4.1.2272.1.8.2.1.6 | RowStatus | read-write | Used to create/delete entries |
| INT rcIpAdEntVlanId | 1.3.6.1.4.1.2272.1.8.2.1.7 | INTEGER | read-write | A 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 rcIpAdEntBrouterPort | 1.3.6.1.4.1.2272.1.8.2.1.8 | TruthValue | read-only | Used 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 rcIpAdEntMacOffset | 1.3.6.1.4.1.2272.1.8.2.1.9 | INTEGER | read-write | Used 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 rcIpAdEntIfType | 1.3.6.1.4.1.2272.1.8.2.1.10 | INTEGER | read-only | The 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 rcIpAdEntVrfId | 1.3.6.1.4.1.2272.1.8.2.1.12 | VrfIdentifier | read-create | The 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. |
| rcIpFlowTable | 1.3.6.1.4.1.2272.1.8.3 | not-accessible | IpFlow 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. | |
| rcIpFlowEntry | 1.3.6.1.4.1.2272.1.8.3.1 | not-accessible | Proprietary flow control variables. | |
| IP rcIpFlowSrcIpAddress | 1.3.6.1.4.1.2272.1.8.3.1.1 | IpAddress | read-only | The source IP address of an IP packet. |
| INT rcIpFlowSrcIpPort | 1.3.6.1.4.1.2272.1.8.3.1.2 | INTEGER | read-only | The source port of an IP packet. A zero value in this field is used as a wildcard value. |
| IP rcIpFlowDstIpAddress | 1.3.6.1.4.1.2272.1.8.3.1.3 | IpAddress | read-only | The destination IP address of an IP packet. |
| INT rcIpFlowDstIpPort | 1.3.6.1.4.1.2272.1.8.3.1.4 | INTEGER | read-only | The destination port of an IP packet. A zero value in this field is used as a wildcard value. |
| INT rcIpFlowProtocol | 1.3.6.1.4.1.2272.1.8.3.1.5 | INTEGER | read-only | The protocol type of an IP packet. A zero value in this field is used as a wildcard value. |
| ROW rcIpFlowRowStatus | 1.3.6.1.4.1.2272.1.8.3.1.6 | RowStatus | read-write | Status of entry. |
| rcIpRouting | 1.3.6.1.4.1.2272.1.8.4 | |||
| rcIpRoutingRedistributeRipToOspf | 1.3.6.1.4.1.2272.1.8.4.1 | |||
| T/F rcIpRoutingRedistributeRipToOspfEnable | 1.3.6.1.4.1.2272.1.8.4.1.1 | TruthValue | read-write | Used to indicate whether or not to Redistribute RIP routes to OSPF. |
| INT rcIpRoutingRedistributeRipToOspfExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.1.2 | INTEGER | read-write | Value of metric that is used to translate the RIP route to OSPF. |
| T/F rcIpRoutingRedistributeRipToOspfUseExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.1.3 | TruthValue | read-write | Used to indicate whether or not to use the user specified default metric for redistributing RIP routes to OSPF. |
| INT rcIpRoutingRedistributeRipToOspfExternalMetricType | 1.3.6.1.4.1.2272.1.8.4.1.4 | INTEGER | read-write | Used 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). |
| rcIpRoutingRedistributeOspfToRip | 1.3.6.1.4.1.2272.1.8.4.2 | |||
| T/F rcIpRoutingRedistributeOspfToRipEnable | 1.3.6.1.4.1.2272.1.8.4.2.1 | TruthValue | read-write | Used to indicate whether or not to redistribute OSPF routes to RIP. |
| INT rcIpRoutingRedistributeOspfToRipExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.2.2 | INTEGER | read-write | Value of metric that is used to translate the OSPF route to RIP. |
| T/F rcIpRoutingRedistributeOspfToRipUseExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.2.3 | TruthValue | read-write | Used to indicate whether or not to use the user specified default metric for redistributing OSPF routes to RIP. |
| rcIpRoutingRedistributeDirectToOspf | 1.3.6.1.4.1.2272.1.8.4.3 | |||
| T/F rcIpRoutingRedistributeDirectToOspfEnable | 1.3.6.1.4.1.2272.1.8.4.3.1 | TruthValue | read-write | Used 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 rcIpRoutingRedistributeDirectToOspfMethod | 1.3.6.1.4.1.2272.1.8.4.3.2 | INTEGER | read-write | Used to indicate whether or not to use the user specified default metric for redistributing direct routes to OSPF. |
| INT rcIpRoutingRedistributeDirectToOspfExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.3.3 | INTEGER | read-write | Value of metric that is used to translate the routes to directly connected networks to OSPF. |
| INT rcIpRoutingRedistributeDirectToOspfExternalMetricType | 1.3.6.1.4.1.2272.1.8.4.3.4 | INTEGER | read-write | Used 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). |
| rcIpRoutingRedistributeStaticToOspf | 1.3.6.1.4.1.2272.1.8.4.4 | |||
| T/F rcIpRoutingRedistributeStaticToOspfEnable | 1.3.6.1.4.1.2272.1.8.4.4.1 | TruthValue | read-write | Used 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 rcIpRoutingRedistributeStaticToOspfExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.4.2 | INTEGER | read-write | Value of metric that is used to translate the static routes to OSPF. |
| T/F rcIpRoutingRedistributeStaticToOspfUseExplicitMetric | 1.3.6.1.4.1.2272.1.8.4.4.3 | TruthValue | read-write | Used to indicate whether or not to use the user specified default metric for redistributing static routes to OSPF. |
| INT rcIpRoutingRedistributeStaticToOspfExternalMetricType | 1.3.6.1.4.1.2272.1.8.4.4.4 | INTEGER | read-write | Used 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 rcIpRoutingRedistributeStaticToOspfAdvertDefRte | 1.3.6.1.4.1.2272.1.8.4.4.5 | TruthValue | read-write | Used 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. |
| rcIpRoutingRedistributeDirectToRip | 1.3.6.1.4.1.2272.1.8.4.5 | |||
| T/F rcIpRoutingRedistributeDirectToRipEnable | 1.3.6.1.4.1.2272.1.8.4.5.1 | TruthValue | read-write | Used to indicate whether directly connected networks through non-rip interfaces are distributed to RIP or not. |
| rcIpRoutingRedistributeStaticToRip | 1.3.6.1.4.1.2272.1.8.4.6 | |||
| T/F rcIpRoutingRedistributeStaticToRipEnable | 1.3.6.1.4.1.2272.1.8.4.6.1 | TruthValue | read-write | Used 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. |
| rcIpConfIgmpTable | 1.3.6.1.4.1.2272.1.8.5 | not-accessible | A table used to maintain IGMP information for a particular interface. | |
| rcIpConfIgmpEntry | 1.3.6.1.4.1.2272.1.8.5.1 | not-accessible | Entry 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 rcIpConfIgmpIfIndex | 1.3.6.1.4.1.2272.1.8.5.1.1 | INTEGER | read-only | An unique value to identify a physical interface or a logical interface (VLAN). |
| INT rcIpConfIgmpQueryInterval | 1.3.6.1.4.1.2272.1.8.5.1.2 | INTEGER | read-write | The frequency at which IGMP Host-Query packets are transmitted on this interface. |
| INT rcIpConfIgmpVersion | 1.3.6.1.4.1.2272.1.8.5.1.3 | INTEGER | read-write | The 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 rcIpConfIgmpQueryMaxResponseTime | 1.3.6.1.4.1.2272.1.8.5.1.4 | INTEGER | read-write | The maximum query response time advertised in IGMPv2 queries on this interface. Smaller values allow a router to prune groups faster. |
| I32 rcIpConfIgmpQuerierPresentTimeout | 1.3.6.1.4.1.2272.1.8.5.1.5 | Integer32 | read-write | A 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 rcIpConfIgmpLeaveEnabled | 1.3.6.1.4.1.2272.1.8.5.1.6 | TruthValue | read-write | An indication of whether the processing of IGMPv2 Leave messages is enabled on this interface. |
| ROW rcIpConfIgmpRowStatus | 1.3.6.1.4.1.2272.1.8.5.1.7 | RowStatus | read-write | Status of entry. |
| INT rcIpConfIgmpRobustness | 1.3.6.1.4.1.2272.1.8.5.1.8 | INTEGER | read-write | lossiness of network. |
| INT rcIpConfIgmpLastMemberQueryInterval | 1.3.6.1.4.1.2272.1.8.5.1.9 | INTEGER | read-write | max response in GrpSpec Query. |
| T/F rcIpConfIgmpSnoopEnable | 1.3.6.1.4.1.2272.1.8.5.1.10 | TruthValue | read-write | Enable snoop. |
| T/F rcIpConfIgmpProxySnoopEnable | 1.3.6.1.4.1.2272.1.8.5.1.11 | TruthValue | read-write | Enable proxy snoop. |
| rcIgmpGroupTable | 1.3.6.1.4.1.2272.1.8.6 | not-accessible | The (conceptual) table listing the multicast groups configured in the device. | |
| rcIgmpGroupEntry | 1.3.6.1.4.1.2272.1.8.6.1 | not-accessible | An entry (conceptual row) representing an Igmp group. | |
| IP rcIgmpGroupIpAddress | 1.3.6.1.4.1.2272.1.8.6.1.1 | IpAddress | read-only | Multicast group Address (Class D) that others want to join. A group address can be the same for many incoming ports. |
| IP rcIgmpGroupMembers | 1.3.6.1.4.1.2272.1.8.6.1.2 | IpAddress | read-only | IP Address of a source that has sent group report wishing to join this group. |
| INT rcIgmpGroupInPort | 1.3.6.1.4.1.2272.1.8.6.1.3 | INTEGER | read-only | An unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources. |
| I32 rcIgmpGroupExpiration | 1.3.6.1.4.1.2272.1.8.6.1.4 | Integer32 | read-only | Time 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 rcIgmpGroupIfIndex | 1.3.6.1.4.1.2272.1.8.6.1.5 | InterfaceIndex | read-only | An unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources. |
| STR rcIgmpGroupUserId | 1.3.6.1.4.1.2272.1.8.6.1.6 | DisplayString | read-only | User-id sending this group |
| INT rcIgmpGroupMemberState | 1.3.6.1.4.1.2272.1.8.6.1.7 | INTEGER | read-only | Used for IGAP, to indicated member state. |
| I32 rcIgmpGroupSessionTime | 1.3.6.1.4.1.2272.1.8.6.1.8 | Integer32 | read-only | Used 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. |
| rcIpRouteTable | 1.3.6.1.4.1.2272.1.8.7 | not-accessible | This entity's IP Routing table. | |
| rcIpRouteEntry | 1.3.6.1.4.1.2272.1.8.7.1 | not-accessible | A route to a particular destination. | |
| IP rcIpRouteDest | 1.3.6.1.4.1.2272.1.8.7.1.1 | IpAddress | read-only | The 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 rcIpRouteMask | 1.3.6.1.4.1.2272.1.8.7.1.2 | IpAddress | read-only | Indicate 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 rcIpRouteNextHop | 1.3.6.1.4.1.2272.1.8.7.1.3 | IpAddress | read-write | The 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 rcIpRouteMetric | 1.3.6.1.4.1.2272.1.8.7.1.4 | Integer32 | read-write | The 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 rcIpRouteIfIndex | 1.3.6.1.4.1.2272.1.8.7.1.5 | InterfaceIndex | read-only | The 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 rcIpRouteType | 1.3.6.1.4.1.2272.1.8.7.1.6 | INTEGER | read-only | The type of route. |
| INT rcIpRouteProto | 1.3.6.1.4.1.2272.1.8.7.1.7 | INTEGER | read-only | The 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 rcIpRouteAge | 1.3.6.1.4.1.2272.1.8.7.1.8 | Integer32 | read-only | The 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 rcIpRouteRowStatus | 1.3.6.1.4.1.2272.1.8.7.1.9 | RowStatus | read-write | Used to create/delete entries |
| INT rcIpRoutePref | 1.3.6.1.4.1.2272.1.8.7.1.10 | INTEGER | read-only | |
| I32 rcIpRouteAltSequence | 1.3.6.1.4.1.2272.1.8.7.1.11 | Integer32 | read-only | Alternative Route Sequence. 0 denotes Best Route. |
| INT rcIpRoutePathType | 1.3.6.1.4.1.2272.1.8.7.1.12 | INTEGER | read-only | The type of route. It is a combination of direct, indirect, best, alternative and ECMP path. |
| OID rcIpRouteSrcVrfId | 1.3.6.1.4.1.2272.1.8.7.1.13 | VrfIdentifier | read-write | srcVrfId of the next-hop address |
| STR rcIpRouteNextHopId | 1.3.6.1.4.1.2272.1.8.7.1.14 | DisplayString | read-only | Identifier of the next-hop, hostname or mac adress. |
| rcIpConfDhcpTable | 1.3.6.1.4.1.2272.1.8.8 | not-accessible | DHCP configuration table | |
| rcIpConfDhcpEntry | 1.3.6.1.4.1.2272.1.8.8.1 | not-accessible | Used 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 rcIpConfDhcpIfIndex | 1.3.6.1.4.1.2272.1.8.8.1.1 | InterfaceIndexOrZero | read-only | Interface number. The number can represent either a physical or logical(VLAN) interface. |
| INT rcIpConfDhcpMaxHop | 1.3.6.1.4.1.2272.1.8.8.1.2 | INTEGER | read-write | Used 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 rcIpConfDhcpMinSec | 1.3.6.1.4.1.2272.1.8.8.1.3 | INTEGER | read-write | Used 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 rcIpConfDhcpMode | 1.3.6.1.4.1.2272.1.8.8.1.4 | INTEGER | read-write | Used 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 rcIpConfDhcpRowStatus | 1.3.6.1.4.1.2272.1.8.8.1.5 | RowStatus | read-write | 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. |
| C32 rcIpConfDhcpNumRequests | 1.3.6.1.4.1.2272.1.8.8.1.6 | Counter32 | read-only | The total number of DHCP requests seen on this interface. |
| C32 rcIpConfDhcpNumReplies | 1.3.6.1.4.1.2272.1.8.8.1.7 | Counter32 | read-only | The total number of DHCP replies seen on this interface. |
| T/F rcIpConfDhcpAlwaysBroadcast | 1.3.6.1.4.1.2272.1.8.8.1.8 | TruthValue | read-write | Used to indicate if DHCP Reply packets should be broadcast to the DHCP client on this interface. |
| rcIpDhcpForwardTable | 1.3.6.1.4.1.2272.1.8.9 | not-accessible | DHCP forwarding table. | |
| rcIpDhcpForwardEntry | 1.3.6.1.4.1.2272.1.8.9.1 | not-accessible | An entry used represents a DHCP forwarding directive. | |
| IP rcIpDhcpForwardAgentAddr | 1.3.6.1.4.1.2272.1.8.9.1.1 | IpAddress | read-only | The IP address configured on an interface (i.e., a locally configured IP address). |
| IP rcIpDhcpForwardServerAddr | 1.3.6.1.4.1.2272.1.8.9.1.2 | IpAddress | read-only | The 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 rcIpDhcpForwardEnable | 1.3.6.1.4.1.2272.1.8.9.1.3 | TruthValue | read-write | Used to indicate whether is entry should be used. |
| INT rcIpDhcpForwardMode | 1.3.6.1.4.1.2272.1.8.9.1.4 | INTEGER | read-write | Used to indicate whether this entry pertains to BOOTP packets, DHCP packets, or both. |
| ROW rcIpDhcpForwardRowStatus | 1.3.6.1.4.1.2272.1.8.9.1.5 | RowStatus | read-write | Row status of this entry. |
| rcIpFilter | 1.3.6.1.4.1.2272.1.8.10 | |||
| I32 rcIpFilterFilterTableSize | 1.3.6.1.4.1.2272.1.8.10.1 | Integer32 | read-only | Used to indicate the number of entries in the rcIpFilterTable. |
| I32 rcIpFilterGlobalListTableSize | 1.3.6.1.4.1.2272.1.8.10.2 | Integer32 | read-only | Used to indicate the number of entries in the rcIpFilterGlobalListTable. |
| I32 rcIpFilterBaseListTableSize | 1.3.6.1.4.1.2272.1.8.10.3 | Integer32 | read-only | Used to indicate the number of entries in the rcIpFilterBaseListTable. |
| I32 rcIpFilterPortTableSize | 1.3.6.1.4.1.2272.1.8.10.4 | Integer32 | read-only | Used to indicate the number of entries in the rcIpFilterPortTable. |
| I32 rcIpFilterNextAvailFilterId | 1.3.6.1.4.1.2272.1.8.10.5 | Integer32 | read-only | next available filter-id in the rcIpFilterPortTable. |
| rcIpFilterTable | 1.3.6.1.4.1.2272.1.8.10.20 | not-accessible | A table containing IP filters. | |
| rcIpFilterEntry | 1.3.6.1.4.1.2272.1.8.10.20.1 | not-accessible | IP 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 rcIpFilterType | 1.3.6.1.4.1.2272.1.8.10.20.1.1 | INTEGER | read-only | Used 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 rcIpFilterDstAddr | 1.3.6.1.4.1.2272.1.8.10.20.1.2 | IpAddress | read-only | Destination IP address to filter on. |
| IP rcIpFilterDstMask | 1.3.6.1.4.1.2272.1.8.10.20.1.3 | IpAddress | read-only | Destination IP subnet mask to filter on. |
| IP rcIpFilterSrcAddr | 1.3.6.1.4.1.2272.1.8.10.20.1.4 | IpAddress | read-only | Source IP address to filter on. |
| IP rcIpFilterSrcMask | 1.3.6.1.4.1.2272.1.8.10.20.1.5 | IpAddress | read-only | Source IP subnet mask to filter on. |
| INT rcIpFilterId | 1.3.6.1.4.1.2272.1.8.10.20.1.6 | INTEGER | read-only | This 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 rcIpFilterName | 1.3.6.1.4.1.2272.1.8.10.20.1.7 | DisplayString | read-write | This filter's name. |
| INT rcIpFilterProtocolType | 1.3.6.1.4.1.2272.1.8.10.20.1.8 | INTEGER | read-write | Type of protocol to filter on. |
| INT rcIpFilterSrcPort | 1.3.6.1.4.1.2272.1.8.10.20.1.9 | INTEGER | read-write | TCP/UDP source port to filter on. |
| INT rcIpFilterSrcOption | 1.3.6.1.4.1.2272.1.8.10.20.1.10 | INTEGER | read-write | Type of matching to perform on the field 'rcIpFilterSrcPort'. For 'source' and 'destination' filters, this value can only be 'equal(1)'. |
| INT rcIpFilterDstPort | 1.3.6.1.4.1.2272.1.8.10.20.1.11 | INTEGER | read-write | TCP/UDP destination port to filter on. |
| INT rcIpFilterDstOption | 1.3.6.1.4.1.2272.1.8.10.20.1.12 | INTEGER | read-write | Type of matching to perform on the field 'rcIpFilterDstPort'. For 'source' and 'destination' filters, this value can only be 'equal(1)'. |
| T/F rcIpFilterCopyToCpu | 1.3.6.1.4.1.2272.1.8.10.20.1.13 | TruthValue | read-write | Used to specify whether a packet matching this filter should be copied to the CPU. |
| T/F rcIpFilterMirror | 1.3.6.1.4.1.2272.1.8.10.20.1.14 | TruthValue | read-write | Used to specify whether a packet matching this filter should be mirrored to the port specified by 'rcMirrorByPortMirrorPort'. |
| T/F rcIpFilterHighPriority | 1.3.6.1.4.1.2272.1.8.10.20.1.15 | TruthValue | read-write | Used to specify whether a packet matching this filter should be forwarded with high priority. |
| T/F rcIpFilterTcpConnect | 1.3.6.1.4.1.2272.1.8.10.20.1.16 | TruthValue | read-write | Used 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 rcIpFilterIeeeVlanPriority | 1.3.6.1.4.1.2272.1.8.10.20.1.17 | INTEGER | read-write | Used 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 rcIpFilterUsePktLimit | 1.3.6.1.4.1.2272.1.8.10.20.1.18 | TruthValue | read-write | Used to specify whether the 'rcIpFilterPktLimit' field in this entry should be used when applying this filter. |
| INT rcIpFilterPktLimit | 1.3.6.1.4.1.2272.1.8.10.20.1.19 | INTEGER | read-write | The maximum packet size limit to filter against. |
| ROW rcIpFilterRowStatus | 1.3.6.1.4.1.2272.1.8.10.20.1.20 | RowStatus | read-write | Row status of this entry. |
| INT rcIpFilterMode | 1.3.6.1.4.1.2272.1.8.10.20.1.21 | INTEGER | read-write | Used 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 rcIpFilterIpTosRule | 1.3.6.1.4.1.2272.1.8.10.20.1.22 | INTEGER | read-write | Used 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 rcIpFilterStopOnMatch | 1.3.6.1.4.1.2272.1.8.10.20.1.23 | TruthValue | read-write | Used to stop further filtering if this filter is applied. |
| T/F rcIpFilterDiffServMatchIeee8021PEnable | 1.3.6.1.4.1.2272.1.8.10.20.1.24 | TruthValue | read-write | Used to specify whether the value stored in the variable 'rcIpFilterDiffServMatchIeee8021P' should be used in this filter. |
| INT rcIpFilterDiffServMatchIeee8021P | 1.3.6.1.4.1.2272.1.8.10.20.1.25 | INTEGER | read-write | Used 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 rcIpFilterDiffServMatchDscpEnable | 1.3.6.1.4.1.2272.1.8.10.20.1.26 | TruthValue | read-write | Used to specify whether the values stored in the variable 'rcIpFilterDiffServMatchDscp' and 'rcIpFilterDiffServMatchDscpReserved' should be used in this filter. |
| STR rcIpFilterDiffServMatchDscp | 1.3.6.1.4.1.2272.1.8.10.20.1.27 | DisplayString | read-write | Used 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 rcIpFilterDiffServMatchDscpReserved | 1.3.6.1.4.1.2272.1.8.10.20.1.28 | DisplayString | read-write | Used to specify the match value of the low-order 2 bits of the TOS byte (in network order). |
| T/F rcIpFilterDiffServModifyIeee8021PEnable | 1.3.6.1.4.1.2272.1.8.10.20.1.29 | TruthValue | read-write | Used to specify whether the value stored in the variable 'rcIpFilterDiffServModifyIeee8021P' should be used in this filter. |
| INT rcIpFilterDiffServModifyIeee8021P | 1.3.6.1.4.1.2272.1.8.10.20.1.30 | INTEGER | read-write | Used 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 rcIpFilterDiffServModifyDscpEnable | 1.3.6.1.4.1.2272.1.8.10.20.1.31 | TruthValue | read-write | Used to specify whether the value stored in the variable 'rcIpFilterDiffServModifyDscp' should be used in this filter. |
| STR rcIpFilterDiffServModifyDscp | 1.3.6.1.4.1.2272.1.8.10.20.1.32 | DisplayString | read-write | Used 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 rcIpFilterDiffServModifyDscpReserved | 1.3.6.1.4.1.2272.1.8.10.20.1.33 | DisplayString | read-write | Used to specify the modify value of the low-order 2 bits of the TOS byte (in network order). |
| INT rcIpFilterDiffServTrafficProfileId | 1.3.6.1.4.1.2272.1.8.10.20.1.34 | INTEGER | read-write | Used 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 rcIpFilterMatchIcmpRequest | 1.3.6.1.4.1.2272.1.8.10.20.1.35 | TruthValue | read-write | Used to specify whether matching on ICMP Request packets should be performed. |
| T/F rcIpFilterMatchIpFragment | 1.3.6.1.4.1.2272.1.8.10.20.1.36 | TruthValue | read-write | Used to specify whether matching on fragmented IP packets should be performed. |
| T/F rcIpFilterStatisticEnable | 1.3.6.1.4.1.2272.1.8.10.20.1.37 | TruthValue | read-write | Used to turn on/off Counters for this filter. |
| C64 rcIpFilterInOctets | 1.3.6.1.4.1.2272.1.8.10.20.1.38 | Counter64 | read-only | The number of In-Octets for this filter. |
| C64 rcIpFilterInPackets | 1.3.6.1.4.1.2272.1.8.10.20.1.39 | Counter64 | read-only | The number of In-Packets for this filter. |
| C64 rcIpFilterRateLimitDiscardPackets | 1.3.6.1.4.1.2272.1.8.10.20.1.40 | Counter64 | read-only | The number of packets discarded due to rate limiting. |
| IP rcIpFilterNextHopForwardIpAddr | 1.3.6.1.4.1.2272.1.8.10.20.1.41 | IpAddress | read-write | Next hop forward Ip address. |
| T/F rcIpFilterNextHopUnreachableDropEnable | 1.3.6.1.4.1.2272.1.8.10.20.1.42 | TruthValue | read-write | If next hop is unreachalbe, enable/disable to drop the packet. |
| INT rcIpFilterProtocolTypeUsrDefined | 1.3.6.1.4.1.2272.1.8.10.20.1.43 | INTEGER | read-write | When rcIpFilterProtocolType is set to usrDefined(256) in an IP Filter, this field represents the 8-bit user defined protocol identifier. |
| C64 rcIpFilterIngressOctets | 1.3.6.1.4.1.2272.1.8.10.20.1.44 | Counter64 | read-only | The number of In-Octets for this filter. |
| C64 rcIpFilterIngressPkts | 1.3.6.1.4.1.2272.1.8.10.20.1.45 | Counter64 | read-only | The number of In-Packets for this filter. |
| C64 rcIpFilterRateLimitDiscardPkts | 1.3.6.1.4.1.2272.1.8.10.20.1.46 | Counter64 | read-only | The number of packets discarded due to rate limiting. |
| rcIpFilterGlobalListTable | 1.3.6.1.4.1.2272.1.8.10.21 | not-accessible | A 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. | |
| rcIpFilterGlobalListEntry | 1.3.6.1.4.1.2272.1.8.10.21.1 | not-accessible | Global filter list attributes. | |
| INT rcIpFilterGlobalListId | 1.3.6.1.4.1.2272.1.8.10.21.1.1 | INTEGER | read-only | An unique value to identify a particular global filter list. |
| STR rcIpFilterGlobalListName | 1.3.6.1.4.1.2272.1.8.10.21.1.2 | DisplayString | read-write | Name of this filter list. |
| INT rcIpFilterGlobalListFilterIdListSize | 1.3.6.1.4.1.2272.1.8.10.21.1.3 | INTEGER | read-only | Used to indicate the number of filters are associated with this filter list. |
| IDL rcIpFilterGlobalListFilterIdList | 1.3.6.1.4.1.2272.1.8.10.21.1.4 | IdList | read-write | Used 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 rcIpFilterGlobalListRowStatus | 1.3.6.1.4.1.2272.1.8.10.21.1.5 | RowStatus | read-write | Row status of this entry. |
| POR rcIpFilterGlobalListMemberPorts | 1.3.6.1.4.1.2272.1.8.10.21.1.6 | PortSet | read-only | Ports filter is used on. |
| rcIpFilterBaseListTable | 1.3.6.1.4.1.2272.1.8.10.22 | not-accessible | A 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. | |
| rcIpFilterBaseListEntry | 1.3.6.1.4.1.2272.1.8.10.22.1 | not-accessible | Base filter list attributes. | |
| INT rcIpFilterBaseListId | 1.3.6.1.4.1.2272.1.8.10.22.1.1 | INTEGER | read-only | An unique value to identify a particular base filter list. |
| STR rcIpFilterBaseListName | 1.3.6.1.4.1.2272.1.8.10.22.1.2 | DisplayString | read-write | Name of this filter list. |
| INT rcIpFilterBaseListFilterIdListSize | 1.3.6.1.4.1.2272.1.8.10.22.1.3 | INTEGER | read-only | Used to indicate the number of filters are associated with this filter list. |
| IDL rcIpFilterBaseListFilterIdList | 1.3.6.1.4.1.2272.1.8.10.22.1.4 | IdList | read-write | Used 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 rcIpFilterBaseListRowStatus | 1.3.6.1.4.1.2272.1.8.10.22.1.5 | RowStatus | read-write | Row status of this entry. |
| POR rcIpFilterBaseListMemberPorts | 1.3.6.1.4.1.2272.1.8.10.22.1.6 | PortSet | read-only | Ports filter is used on. |
| rcIpFilterPortTable | 1.3.6.1.4.1.2272.1.8.10.23 | not-accessible | A table used to store port filtering information. | |
| rcIpFilterPortEntry | 1.3.6.1.4.1.2272.1.8.10.23.1 | not-accessible | Port entry attributes. | |
| NUM rcIpFilterPortIfIndex | 1.3.6.1.4.1.2272.1.8.10.23.1.1 | InterfaceIndex | read-only | IfIndex value of a port where filtering is applied. |
| INT rcIpFilterPortFilterListSize | 1.3.6.1.4.1.2272.1.8.10.23.1.2 | INTEGER | read-only | Used to indicate the number of filter list(s) that are assigned to this port. |
| OCT rcIpFilterPortFilterList | 1.3.6.1.4.1.2272.1.8.10.23.1.3 | OCTET STRING | read-write | Used 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 rcIpFilterPortMode | 1.3.6.1.4.1.2272.1.8.10.23.1.4 | INTEGER | read-write | Used 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 rcIpFilterPortEnable | 1.3.6.1.4.1.2272.1.8.10.23.1.5 | TruthValue | read-write | Used to indicate whether filtering is configured on this port. |
| ROW rcIpFilterPortRowStatus | 1.3.6.1.4.1.2272.1.8.10.23.1.6 | RowStatus | read-write | Row status of this entry. |
| INT rcIpFilterPortDefaultAction | 1.3.6.1.4.1.2272.1.8.10.23.1.7 | INTEGER | read-write | Used 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 rcIpFilterPortNumGlobalFilters | 1.3.6.1.4.1.2272.1.8.10.23.1.8 | Integer32 | read-only | # of global filters |
| I32 rcIpFilterPortNumBaseFilters | 1.3.6.1.4.1.2272.1.8.10.23.1.9 | Integer32 | read-only | # of base filters |
| I32 rcIpFilterMediaDevTableSize | 1.3.6.1.4.1.2272.1.8.10.24 | Integer32 | read-only | Used to indicate the number of entries in the rcIpFilterMediaDevTable. |
| rcIpFilterMediaDevTable | 1.3.6.1.4.1.2272.1.8.10.25 | not-accessible | A 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. | |
| rcIpFilterMediaDevEntry | 1.3.6.1.4.1.2272.1.8.10.25.1 | not-accessible | Device attributes and the filters' attributes. | |
| INT rcIpFilterMediaDevId | 1.3.6.1.4.1.2272.1.8.10.25.1.1 | INTEGER | read-only | Media Id in the rcIpFilterMediaDevTable. |
| STR rcIpFilterMediaDevName | 1.3.6.1.4.1.2272.1.8.10.25.1.2 | DisplayString | read-write | Media Device Name. This includes the platform and the physical/soft device. |
| INT rcIpFilterMediaDevPlatformType | 1.3.6.1.4.1.2272.1.8.10.25.1.3 | INTEGER | read-write | Platform identifier or type. These are the currently supported platforms. |
| INT rcIpFilterMediaDevDeviceType | 1.3.6.1.4.1.2272.1.8.10.25.1.4 | INTEGER | read-write | Device identifier or type. There are the currently supported device types. |
| IP rcIpFilterMediaDevIpAddress | 1.3.6.1.4.1.2272.1.8.10.25.1.5 | IpAddress | read-write | Media Device IP Address. |
| IDL rcIpFilterMediaDevStreamsIds | 1.3.6.1.4.1.2272.1.8.10.25.1.6 | IdList | read-only | An 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 rcIpFilterMediaDevMemberPorts | 1.3.6.1.4.1.2272.1.8.10.25.1.7 | PortSet | read-only | Media Device port port members. These are the system physical ports. |
| T/F rcIpFilterMediaDevStatisticEnable | 1.3.6.1.4.1.2272.1.8.10.25.1.8 | TruthValue | read-write | Used to turn on/off statistics' counters for all the filters for the device. |
| ROW rcIpFilterMediaDevRowStatus | 1.3.6.1.4.1.2272.1.8.10.25.1.9 | RowStatus | read-write | Row Status. |
| I32 rcIpFilterMediaStreamTableSize | 1.3.6.1.4.1.2272.1.8.10.26 | Integer32 | read-only | Used to indicate the number of entries in the rcIpFilterMediaStreamTable. |
| rcIpFilterMediaStreamTable | 1.3.6.1.4.1.2272.1.8.10.27 | not-accessible | A 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. | |
| rcIpFilterMediaStreamEntry | 1.3.6.1.4.1.2272.1.8.10.27.1 | not-accessible | Layer 4 Port attributes and the filters' attributes. | |
| INT rcIpFilterMediaStreamMediaId | 1.3.6.1.4.1.2272.1.8.10.27.1.1 | INTEGER | read-only | Media Id in the rcIpFilterMediaDevTable. |
| INT rcIpFilterMediaStreamStreamId | 1.3.6.1.4.1.2272.1.8.10.27.1.2 | INTEGER | read-only | Port range Id in the rcIpFilterMediaStreamTable. |
| STR rcIpFilterMediaStreamName | 1.3.6.1.4.1.2272.1.8.10.27.1.3 | DisplayString | read-write | Media Stream Name. |
| INT rcIpFilterMediaStreamProtocol | 1.3.6.1.4.1.2272.1.8.10.27.1.4 | INTEGER | read-write | Type 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 rcIpFilterMediaStreamPortMin | 1.3.6.1.4.1.2272.1.8.10.27.1.5 | INTEGER | read-write | TCP/UDP source or destination port to filter on. |
| INT rcIpFilterMediaStreamPortMax | 1.3.6.1.4.1.2272.1.8.10.27.1.6 | INTEGER | read-write | TCP/UDP source or destination port to filter on. |
| INT rcIpFilterMediaStreamPortOption | 1.3.6.1.4.1.2272.1.8.10.27.1.7 | INTEGER | read-write | Src port or destination port of both. |
| INT rcIpFilterMediaStreamType | 1.3.6.1.4.1.2272.1.8.10.27.1.8 | INTEGER | read-write | Type of stream to filter on. |
| STR rcIpFilterMediaStreamRemarkDscp | 1.3.6.1.4.1.2272.1.8.10.27.1.9 | DisplayString | read-only | Used 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 rcIpFilterMediaStreamMatchDscp | 1.3.6.1.4.1.2272.1.8.10.27.1.10 | DisplayString | read-write | Used 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 rcIpFilterMediaStreamRowStatus | 1.3.6.1.4.1.2272.1.8.10.27.1.11 | RowStatus | read-write | Row Status. |
| rcIpPolicy | 1.3.6.1.4.1.2272.1.8.11 | |||
| I32 rcIpPolicyAddrTableSize | 1.3.6.1.4.1.2272.1.8.11.1 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyAddrTable. |
| rcIpPolicyAddrTable | 1.3.6.1.4.1.2272.1.8.11.2 | not-accessible | A 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. | |
| rcIpPolicyAddrEntry | 1.3.6.1.4.1.2272.1.8.11.2.1 | not-accessible | Route entry attributes. | |
| IP rcIpPolicyAddrIpAddr | 1.3.6.1.4.1.2272.1.8.11.2.1.1 | IpAddress | read-only | The network address for this type of list entry. This value is required for all types of lists. |
| I32 rcIpPolicyAddrId | 1.3.6.1.4.1.2272.1.8.11.2.1.2 | Integer32 | read-only | Identifier of this entry. Used internally to identify this entry. |
| INT rcIpPolicyAddrAddrListIdListSize | 1.3.6.1.4.1.2272.1.8.11.2.1.3 | INTEGER | read-only | Used to indicate the number of id(s) in the rcIpPolicyAddrListIdList variable. |
| OCT rcIpPolicyAddrAddrListIdList | 1.3.6.1.4.1.2272.1.8.11.2.1.4 | OCTET STRING | read-only | Used 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 rcIpPolicyAddrRowStatus | 1.3.6.1.4.1.2272.1.8.11.2.1.5 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpPolicyNetTableSize | 1.3.6.1.4.1.2272.1.8.11.3 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyNetTable. |
| rcIpPolicyNetTable | 1.3.6.1.4.1.2272.1.8.11.4 | not-accessible | A 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. | |
| rcIpPolicyNetEntry | 1.3.6.1.4.1.2272.1.8.11.4.1 | not-accessible | Route entry attributes. | |
| IP rcIpPolicyNetAddr | 1.3.6.1.4.1.2272.1.8.11.4.1.1 | IpAddress | read-only | The network address for this type of list entry. This value is required for all types of lists. |
| IP rcIpPolicyNetMask | 1.3.6.1.4.1.2272.1.8.11.4.1.2 | IpAddress | read-only | The 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 rcIpPolicyNetId | 1.3.6.1.4.1.2272.1.8.11.4.1.3 | Integer32 | read-only | Used internally to recognize this entry. |
| INT rcIpPolicyNetNetListIdListSize | 1.3.6.1.4.1.2272.1.8.11.4.1.4 | INTEGER | read-only | Used to indicate the number of id(s) in the rcIpPolicyNetListIdList variable. |
| OCT rcIpPolicyNetNetListIdList | 1.3.6.1.4.1.2272.1.8.11.4.1.5 | OCTET STRING | read-only | Used 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 rcIpPolicyNetRowStatus | 1.3.6.1.4.1.2272.1.8.11.4.1.6 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpPolicyAddrListTableSize | 1.3.6.1.4.1.2272.1.8.11.5 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyAddrListTable. |
| rcIpPolicyAddrListTable | 1.3.6.1.4.1.2272.1.8.11.6 | not-accessible | A table used to group rcIpPolicyAddrEntry(s) into a list. | |
| rcIpPolicyAddrListEntry | 1.3.6.1.4.1.2272.1.8.11.6.1 | not-accessible | Route entry attributes. | |
| INT rcIpPolicyAddrListId | 1.3.6.1.4.1.2272.1.8.11.6.1.1 | INTEGER | read-only | A value that uniquely identifies this list of rcIpPolicyAddrListEntry. |
| STR rcIpPolicyAddrListName | 1.3.6.1.4.1.2272.1.8.11.6.1.3 | DisplayString | read-write | An administratively-assigned name for this list. |
| INT rcIpPolicyAddrListIdListSize | 1.3.6.1.4.1.2272.1.8.11.6.1.4 | INTEGER | read-only | Used to indicate the number of rcIpPolicyAddrNetEntry id(s) in the rcIpPolicyAddrListIdList variable. |
| OCT rcIpPolicyAddrListIdList | 1.3.6.1.4.1.2272.1.8.11.6.1.5 | OCTET STRING | read-write | Used 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 rcIpPolicyAddrListPolicyIdListSize | 1.3.6.1.4.1.2272.1.8.11.6.1.6 | INTEGER | read-only | Used to indicate the number of policy id(s) in the Policy Id list. That are referring to this list. |
| OCT rcIpPolicyAddrListPolicyIdList | 1.3.6.1.4.1.2272.1.8.11.6.1.7 | OCTET STRING | read-only | Used 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 rcIpPolicyAddrListRowStatus | 1.3.6.1.4.1.2272.1.8.11.6.1.8 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpPolicyRipAnnounceTableSize | 1.3.6.1.4.1.2272.1.8.11.7 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyRipAnnounceTable. |
| rcIpPolicyRipAnnounceTable | 1.3.6.1.4.1.2272.1.8.11.8 | not-accessible | A table used to store set of announce policies configured for RIP routing protocol. The Number of entries is given by rcIpPolicyNumRipPolicies. | |
| rcIpPolicyRipAnnounceEntry | 1.3.6.1.4.1.2272.1.8.11.8.1 | not-accessible | Entry containing configuration information for a particular announce policy. | |
| INT rcIpPolicyRipAnnounceId | 1.3.6.1.4.1.2272.1.8.11.8.1.1 | INTEGER | read-only | A value that uniquely identifies the policy associated with this entry. |
| STR rcIpPolicyRipAnnounceName | 1.3.6.1.4.1.2272.1.8.11.8.1.2 | DisplayString | read-write | An administratively-assigned name for this policy. |
| T/F rcIpPolicyRipAnnounceEnable | 1.3.6.1.4.1.2272.1.8.11.8.1.3 | TruthValue | read-write | It indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'. |
| INT rcIpPolicyRipAnnounceExactNetListId | 1.3.6.1.4.1.2272.1.8.11.8.1.4 | INTEGER | read-write | Used 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 rcIpPolicyRipAnnounceRangeNetListId | 1.3.6.1.4.1.2272.1.8.11.8.1.5 | INTEGER | read-write | Used 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 rcIpPolicyRipAnnounceRipGatewayListId | 1.3.6.1.4.1.2272.1.8.11.8.1.6 | INTEGER | read-write | Used 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 rcIpPolicyRipAnnounceRipInterfaceListId | 1.3.6.1.4.1.2272.1.8.11.8.1.7 | INTEGER | read-write | Used 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 rcIpPolicyRipAnnounceOspfRouterListId | 1.3.6.1.4.1.2272.1.8.11.8.1.8 | INTEGER | read-write | Used 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 rcIpPolicyRipAnnounceAnnounceInterfaceListId | 1.3.6.1.4.1.2272.1.8.11.8.1.9 | INTEGER | read-write | Used 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 rcIpPolicyRipAnnouncePrecedence | 1.3.6.1.4.1.2272.1.8.11.8.1.10 | INTEGER | read-write | Is 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 rcIpPolicyRipAnnounceRouteSource | 1.3.6.1.4.1.2272.1.8.11.8.1.11 | INTEGER | read-write | Is 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 rcIpPolicyRipAnnounceAdvertiseNetListId | 1.3.6.1.4.1.2272.1.8.11.8.1.12 | INTEGER | read-write | Used 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 rcIpPolicyRipAnnounceAction | 1.3.6.1.4.1.2272.1.8.11.8.1.13 | INTEGER | read-write | It indicates whether the route should be announced or not. |
| INT rcIpPolicyRipAnnounceOspfRouteType | 1.3.6.1.4.1.2272.1.8.11.8.1.14 | INTEGER | read-write | Ospf 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 rcIpPolicyRipAnnounceRipMetric | 1.3.6.1.4.1.2272.1.8.11.8.1.15 | INTEGER | read-write | RIP 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 rcIpPolicyRipAnnounceRowStatus | 1.3.6.1.4.1.2272.1.8.11.8.1.16 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpPolicyOspfAnnounceTableSize | 1.3.6.1.4.1.2272.1.8.11.9 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyOspfAnnounceTable. |
| rcIpPolicyOspfAnnounceTable | 1.3.6.1.4.1.2272.1.8.11.10 | not-accessible | A table used to store set of announce policies configured for OSPF routing protocol. The Number of entries is given by rcIpPolicyNumOspfPolicies. | |
| rcIpPolicyOspfAnnounceEntry | 1.3.6.1.4.1.2272.1.8.11.10.1 | not-accessible | Entry containing configuration information for a particular announce policy. | |
| INT rcIpPolicyOspfAnnounceId | 1.3.6.1.4.1.2272.1.8.11.10.1.1 | INTEGER | read-only | A value that uniquely identifies the policy associated with this entry. |
| STR rcIpPolicyOspfAnnounceName | 1.3.6.1.4.1.2272.1.8.11.10.1.2 | DisplayString | read-write | An administratively-assigned name for this policy. |
| T/F rcIpPolicyOspfAnnounceEnable | 1.3.6.1.4.1.2272.1.8.11.10.1.3 | TruthValue | read-write | It indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'. |
| INT rcIpPolicyOspfAnnounceExactNetListId | 1.3.6.1.4.1.2272.1.8.11.10.1.4 | INTEGER | read-write | Used 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 rcIpPolicyOspfAnnounceRangeNetListId | 1.3.6.1.4.1.2272.1.8.11.10.1.5 | INTEGER | read-write | Used 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 rcIpPolicyOspfAnnounceRipGatewayListId | 1.3.6.1.4.1.2272.1.8.11.10.1.6 | INTEGER | read-write | Used 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 rcIpPolicyOspfAnnounceRipInterfaceListId | 1.3.6.1.4.1.2272.1.8.11.10.1.7 | INTEGER | read-write | Used 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 rcIpPolicyOspfAnnouncePrecedence | 1.3.6.1.4.1.2272.1.8.11.10.1.8 | INTEGER | read-write | Is 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 rcIpPolicyOspfAnnounceRouteSource | 1.3.6.1.4.1.2272.1.8.11.10.1.9 | INTEGER | read-write | Is 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 rcIpPolicyOspfAnnounceAdvertiseNetListId | 1.3.6.1.4.1.2272.1.8.11.10.1.10 | INTEGER | read-write | Used 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 rcIpPolicyOspfAnnounceAction | 1.3.6.1.4.1.2272.1.8.11.10.1.11 | INTEGER | read-write | It indicates whether the route should be announced or not. |
| INT rcIpPolicyOspfAnnounceExtMetricType | 1.3.6.1.4.1.2272.1.8.11.10.1.12 | INTEGER | read-write | Ospf 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 rcIpPolicyOspfAnnounceExtMetric | 1.3.6.1.4.1.2272.1.8.11.10.1.13 | INTEGER | read-write | OSPF 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 rcIpPolicyOspfAnnounceRowStatus | 1.3.6.1.4.1.2272.1.8.11.10.1.14 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpPolicyRipAcceptTableSize | 1.3.6.1.4.1.2272.1.8.11.11 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyRipAcceptTable. |
| rcIpPolicyRipAcceptTable | 1.3.6.1.4.1.2272.1.8.11.12 | not-accessible | A table used to store set of accept policies configured for RIP routing protocol. The Number of entries is given by rcIpPolicyNumRipPolicies. | |
| rcIpPolicyRipAcceptEntry | 1.3.6.1.4.1.2272.1.8.11.12.1 | not-accessible | Entry containing configuration information for a particular accept policy. | |
| INT rcIpPolicyRipAcceptId | 1.3.6.1.4.1.2272.1.8.11.12.1.1 | INTEGER | read-only | A value that uniquely identifies the policy associated with this entry. |
| STR rcIpPolicyRipAcceptName | 1.3.6.1.4.1.2272.1.8.11.12.1.2 | DisplayString | read-write | An administratively-assigned name for this policy. |
| T/F rcIpPolicyRipAcceptEnable | 1.3.6.1.4.1.2272.1.8.11.12.1.3 | TruthValue | read-write | It indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'. |
| INT rcIpPolicyRipAcceptExactNetListId | 1.3.6.1.4.1.2272.1.8.11.12.1.4 | INTEGER | read-write | Used 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 rcIpPolicyRipAcceptRangeNetListId | 1.3.6.1.4.1.2272.1.8.11.12.1.5 | INTEGER | read-write | Used 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 rcIpPolicyRipAcceptRipGatewayListId | 1.3.6.1.4.1.2272.1.8.11.12.1.6 | INTEGER | read-write | Used 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 rcIpPolicyRipAcceptRipInterfaceListId | 1.3.6.1.4.1.2272.1.8.11.12.1.7 | INTEGER | read-write | Used 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 rcIpPolicyRipAcceptPrecedence | 1.3.6.1.4.1.2272.1.8.11.12.1.8 | INTEGER | read-write | Is 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 rcIpPolicyRipAcceptAction | 1.3.6.1.4.1.2272.1.8.11.12.1.9 | INTEGER | read-write | It indicates whether the route should be acceptd or not. |
| INT rcIpPolicyRipAcceptInjectNetListId | 1.3.6.1.4.1.2272.1.8.11.12.1.10 | INTEGER | read-write | Used 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 rcIpPolicyRipAcceptApplyMask | 1.3.6.1.4.1.2272.1.8.11.12.1.11 | IpAddress | read-write | If 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 rcIpPolicyRipAcceptRowStatus | 1.3.6.1.4.1.2272.1.8.11.12.1.12 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpPolicyOspfAcceptTableSize | 1.3.6.1.4.1.2272.1.8.11.13 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyOspfAcceptTable. |
| rcIpPolicyOspfAcceptTable | 1.3.6.1.4.1.2272.1.8.11.14 | not-accessible | A table used to store set of accept policies configured for RIP routing protocol. The Number of entries is given by rcIpPolicyNumRipPolicies. | |
| rcIpPolicyOspfAcceptEntry | 1.3.6.1.4.1.2272.1.8.11.14.1 | not-accessible | Entry containing configuration information for a particular accept policy. | |
| INT rcIpPolicyOspfAcceptId | 1.3.6.1.4.1.2272.1.8.11.14.1.1 | INTEGER | read-only | A value that uniquely identifies the policy associated with this entry. |
| STR rcIpPolicyOspfAcceptName | 1.3.6.1.4.1.2272.1.8.11.14.1.2 | DisplayString | read-write | An administratively-assigned name for this policy. |
| T/F rcIpPolicyOspfAcceptEnable | 1.3.6.1.4.1.2272.1.8.11.14.1.3 | TruthValue | read-write | It indicates whether this policy is enabled or not. The policy should be applied only if it is set to 'true'. |
| INT rcIpPolicyOspfAcceptExactNetListId | 1.3.6.1.4.1.2272.1.8.11.14.1.4 | INTEGER | read-write | Used 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 rcIpPolicyOspfAcceptRangeNetListId | 1.3.6.1.4.1.2272.1.8.11.14.1.5 | INTEGER | read-write | Used 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 rcIpPolicyOspfAcceptPrecedence | 1.3.6.1.4.1.2272.1.8.11.14.1.6 | INTEGER | read-write | Is 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 rcIpPolicyOspfAcceptAction | 1.3.6.1.4.1.2272.1.8.11.14.1.7 | INTEGER | read-write | It indicates whether the route should be acceptd or not. |
| INT rcIpPolicyOspfAcceptInjectNetListId | 1.3.6.1.4.1.2272.1.8.11.14.1.8 | INTEGER | read-write | Used 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 rcIpPolicyOspfAcceptExtType | 1.3.6.1.4.1.2272.1.8.11.14.1.9 | INTEGER | read-write | Used 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 rcIpPolicyOspfAcceptRowStatus | 1.3.6.1.4.1.2272.1.8.11.14.1.10 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpPolicyNetListTableSize | 1.3.6.1.4.1.2272.1.8.11.15 | Integer32 | read-only | Used to indicate the number of entries in the rcIpPolicyNetListTable. |
| rcIpPolicyNetListTable | 1.3.6.1.4.1.2272.1.8.11.16 | not-accessible | A table used to group rcIpPolicyAddrEntry(s) into a list. | |
| rcIpPolicyNetListEntry | 1.3.6.1.4.1.2272.1.8.11.16.1 | not-accessible | Route entry attributes. | |
| INT rcIpPolicyNetListId | 1.3.6.1.4.1.2272.1.8.11.16.1.1 | INTEGER | read-only | A value that uniquely identifies this list of rcIpPolicyNetListEntry. |
| STR rcIpPolicyNetListName | 1.3.6.1.4.1.2272.1.8.11.16.1.3 | DisplayString | read-write | An administratively-assigned name for this list. |
| INT rcIpPolicyNetListIdListSize | 1.3.6.1.4.1.2272.1.8.11.16.1.4 | INTEGER | read-only | Used to indicate the number of rcIpPolicyNetEntry id(s) in the rcIpPolicyNetListIdList variable. |
| OCT rcIpPolicyNetListIdList | 1.3.6.1.4.1.2272.1.8.11.16.1.5 | OCTET STRING | read-write | Used 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 rcIpPolicyNetListPolicyIdListSize | 1.3.6.1.4.1.2272.1.8.11.16.1.6 | INTEGER | read-only | Used to indicate the number of policy id(s) in the Policy Id list. That are referring to this list. |
| OCT rcIpPolicyNetListPolicyIdList | 1.3.6.1.4.1.2272.1.8.11.16.1.7 | OCTET STRING | read-only | Used 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 rcIpPolicyNetListRowStatus | 1.3.6.1.4.1.2272.1.8.11.16.1.8 | RowStatus | read-write | Row status of this entry. |
| rcIpDvmrp | 1.3.6.1.4.1.2272.1.8.12 | |||
| rcIpDvmrpGlobal | 1.3.6.1.4.1.2272.1.8.12.1 | |||
| T/F rcIpDvmrpGlobalEnable | 1.3.6.1.4.1.2272.1.8.12.1.1 | TruthValue | read-write | The enabled status of IP Multicast Dvmrp routing on this router. |
| INT rcIpDvmrpGlobalUpdateInterval | 1.3.6.1.4.1.2272.1.8.12.1.2 | INTEGER | read-write | Route upd interval |
| INT rcIpDvmrpGlobalTriggeredUpdateInterval | 1.3.6.1.4.1.2272.1.8.12.1.3 | INTEGER | read-write | Trigger upd interval |
| INT rcIpDvmrpGlobalLeafTimeOut | 1.3.6.1.4.1.2272.1.8.12.1.4 | INTEGER | read-write | Hold down timer for leaf |
| INT rcIpDvmrpGlobalNbrTimeOut | 1.3.6.1.4.1.2272.1.8.12.1.5 | INTEGER | read-write | Time to age out nbr |
| INT rcIpDvmrpGlobalNbrProbeInterval | 1.3.6.1.4.1.2272.1.8.12.1.6 | INTEGER | read-write | How often to send probe |
| INT rcIpDvmrpGlobalRouteExpireTimeOut | 1.3.6.1.4.1.2272.1.8.12.1.7 | INTEGER | read-write | This parameter defines the route expiration timeout in seconds. |
| INT rcIpDvmrpGlobalFwdCacheTimeOut | 1.3.6.1.4.1.2272.1.8.12.1.8 | INTEGER | read-write | This is the Forward Cache Value in second. This value is going to be used in aging prune entries in seconds. |
| INT rcIpDvmrpGlobalRouteDiscardTimeOut | 1.3.6.1.4.1.2272.1.8.12.1.9 | INTEGER | read-write | This parameter defines time to garbage collect route in seconds. |
| INT rcIpDvmrpGlobalRouteSwitchTimeOut | 1.3.6.1.4.1.2272.1.8.12.1.10 | INTEGER | read-write | This parameter defines the route discard timeout in seconds. |
| ENA rcIpDvmrpGlobalGenerateTrap | 1.3.6.1.4.1.2272.1.8.12.1.12 | EnableValue | read-write | Enabling the dvmrp to generate trap. |
| ENA rcIpDvmrpGlobalGenerateLog | 1.3.6.1.4.1.2272.1.8.12.1.13 | EnableValue | read-write | Enabling the dvmrp to generate log. |
| rcIpDvmrpTable | 1.3.6.1.4.1.2272.1.8.12.2 | not-accessible | Dvmrp Interface extension table. This table augments the standard dvmrpInterfaceTable defined in . | |
| rcIpDvmrpTableEntry | 1.3.6.1.4.1.2272.1.8.12.2.1 | not-accessible | Entry containing Proprietary DVMRP interface information. An entry is automatically created in this table when an ip address is configured on an interface. | |
| NUM rcIpDvmrpTableIfIndex | 1.3.6.1.4.1.2272.1.8.12.2.1.1 | InterfaceIndex | read-only | The 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 rcIpDvmrpTableEnable | 1.3.6.1.4.1.2272.1.8.12.2.1.2 | TruthValue | read-write | The 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 rcIpDvmrpTableMetric | 1.3.6.1.4.1.2272.1.8.12.2.1.3 | INTEGER | read-write | Dvmrp cost on this interface. |
| T/F rcIpDvmrpTableAdvSelf | 1.3.6.1.4.1.2272.1.8.12.2.1.4 | TruthValue | read-write | Used to indicate whether the switch can advertise this local network |
| IP rcIpDvmrpTableLocalAddr | 1.3.6.1.4.1.2272.1.8.12.2.1.5 | IpAddress | read-only | The IP address of this interface. |
| STR rcIpDvmrpTableInPolicyName | 1.3.6.1.4.1.2272.1.8.12.2.1.6 | DisplayString | read-write | Dvmrp Accept Policy name that is configured on this interface. |
| STR rcIpDvmrpTableOutPolicyName | 1.3.6.1.4.1.2272.1.8.12.2.1.7 | DisplayString | read-write | Dvmrp Announce Policy name that is configured on this interface. |
| T/F rcIpDvmrpTableDefRtLis | 1.3.6.1.4.1.2272.1.8.12.2.1.8 | TruthValue | read-write | Used to indicate whether the switch can learn DVMRP default route over this interface |
| T/F rcIpDvmrpTableDefRtSup | 1.3.6.1.4.1.2272.1.8.12.2.1.9 | TruthValue | read-write | Used to indicate whether the switch should supply DVMRP default route over this interface |
| I32 rcIpDvmrpTableDefRtMet | 1.3.6.1.4.1.2272.1.8.12.2.1.10 | Integer32 | read-write | Used to specify the cost of the DVMRP default route that this interface generates and supplies when it is configured to supply default route |
| INT rcIpDvmrpTableInterfaceType | 1.3.6.1.4.1.2272.1.8.12.2.1.11 | INTEGER | read-write | Dvmrp Interface type |
| rcIpUdp | 1.3.6.1.4.1.2272.1.8.13 | |||
| I32 rcIpUdpProtocolTableSize | 1.3.6.1.4.1.2272.1.8.13.1 | Integer32 | read-only | Used to indicate the number of entries in the rcIpUdpProtocolTable. |
| rcIpUdpProtocolTable | 1.3.6.1.4.1.2272.1.8.13.2 | not-accessible | list of UDP protocols. Used to determine whether to forward the UDP broadcast packet or not. | |
| rcIpUdpProtocolEntry | 1.3.6.1.4.1.2272.1.8.13.2.1 | not-accessible | Used 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 rcIpUdpProtocolPortNumber | 1.3.6.1.4.1.2272.1.8.13.2.1.1 | INTEGER | read-only | well-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 rcIpUdpProtocolName | 1.3.6.1.4.1.2272.1.8.13.2.1.2 | DisplayString | read-write | Used 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 rcIpUdpProtocolRowStatus | 1.3.6.1.4.1.2272.1.8.13.2.1.3 | RowStatus | read-write | Rowstatus of this entry. |
| I32 rcIpUdpPortFwdTableSize | 1.3.6.1.4.1.2272.1.8.13.3 | Integer32 | read-only | Used to indicate the number of entries in the rcIpUdpPortFwdTable. |
| rcIpUdpPortFwdTable | 1.3.6.1.4.1.2272.1.8.13.4 | not-accessible | Udp forward entry table. | |
| rcIpUdpPortFwdEntry | 1.3.6.1.4.1.2272.1.8.13.4.1 | not-accessible | An entry is configured to specify forwarding policy parameters. | |
| INT rcIpUdpPortFwdDestPort | 1.3.6.1.4.1.2272.1.8.13.4.1.1 | INTEGER | read-only | The 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 rcIpUdpPortFwdDestAddr | 1.3.6.1.4.1.2272.1.8.13.4.1.2 | IpAddress | read-only | Destination 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 rcIpUdpPortFwdId | 1.3.6.1.4.1.2272.1.8.13.4.1.3 | Integer32 | read-only | Identifier of this entry. Used internally to identify this entry. |
| INT rcIpUdpPortFwdFwdListIdListSize | 1.3.6.1.4.1.2272.1.8.13.4.1.4 | INTEGER | read-only | Used to indicate the number of id(s) in the rcIpUdpPortFwdListId variable. |
| IDL rcIpUdpPortFwdFwdListIdList | 1.3.6.1.4.1.2272.1.8.13.4.1.5 | IdList | read-only | Used 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 rcIpUdpPortFwdNumFwdPackets | 1.3.6.1.4.1.2272.1.8.13.4.1.6 | Counter32 | read-only | The total number of UDP/TCP broadcast packets forwarded using this policy. |
| C32 rcIpUdpPortFwdNumDropPacketsTtlExpired | 1.3.6.1.4.1.2272.1.8.13.4.1.7 | Counter32 | read-only | The total number of UDP/TCP broadcast packets dropped because the TTL has expired. |
| C32 rcIpUdpPortFwdNumDropPacketsDestUnreach | 1.3.6.1.4.1.2272.1.8.13.4.1.8 | Counter32 | read-only | The total number of UDP/TCP broadcast packets dropped because the rcIpUdpPortFwdDestAddr specified in this policy was unreachable. |
| ROW rcIpUdpPortFwdRowStatus | 1.3.6.1.4.1.2272.1.8.13.4.1.9 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpUdpPortFwdListTableSize | 1.3.6.1.4.1.2272.1.8.13.5 | Integer32 | read-only | Used to indicate the number of entries in the rcIpUdpPortFwdListTable. |
| rcIpUdpPortFwdListTable | 1.3.6.1.4.1.2272.1.8.13.6 | not-accessible | A table used to group rcIpUdpPortFwdEntry(s) into a list. | |
| rcIpUdpPortFwdListEntry | 1.3.6.1.4.1.2272.1.8.13.6.1 | not-accessible | Route entry attributes. | |
| INT rcIpUdpPortFwdListId | 1.3.6.1.4.1.2272.1.8.13.6.1.1 | INTEGER | read-only | A value that uniquely identifies this list of rcIpUdpPortFwdListEntry. |
| STR rcIpUdpPortFwdListName | 1.3.6.1.4.1.2272.1.8.13.6.1.3 | DisplayString | read-write | An administratively-assigned name for this list. |
| INT rcIpUdpPortFwdListFwdIdListSize | 1.3.6.1.4.1.2272.1.8.13.6.1.4 | INTEGER | read-only | Used to indicate the number of rcIpUdpPortFwdNetEntry id(s) in the rcIpUdpPortFwdListIdList variable. |
| OCT rcIpUdpPortFwdListFwdIdList | 1.3.6.1.4.1.2272.1.8.13.6.1.5 | OCTET STRING | read-write | Used 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 rcIpUdpPortFwdListRowStatus | 1.3.6.1.4.1.2272.1.8.13.6.1.6 | RowStatus | read-write | Row status of this entry. |
| I32 rcIpUdpConfBroadcastIntfTableSize | 1.3.6.1.4.1.2272.1.8.13.7 | Integer32 | read-only | Used to indicate the number of entries in the rcIpUdpBroadcastIntfTable. |
| rcIpUdpConfBroadcastIntfTable | 1.3.6.1.4.1.2272.1.8.13.8 | not-accessible | IP broadcast forward configuration table | |
| rcIpUdpConfBroadcastIntfEntry | 1.3.6.1.4.1.2272.1.8.13.8.1 | not-accessible | Used to configure UDP broadcast forward on a particular interface. | |
| IP rcIpUdpConfBroadcastIntfLocalIfAddr | 1.3.6.1.4.1.2272.1.8.13.8.1.1 | IpAddress | read-only | The ip address of the local interface that is partipating in the forwarding UDP broadcast packets. |
| INT rcIpUdpConfBroadcastIntfUdpPortFwdListId | 1.3.6.1.4.1.2272.1.8.13.8.1.2 | INTEGER | read-write | Used 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 rcIpUdpConfBroadcastIntfMaxTtl | 1.3.6.1.4.1.2272.1.8.13.8.1.3 | INTEGER | read-write | Used to indicate the maximum number of hops an IP broadcast packet can take from the source device to the destination device. |
| C32 rcIpUdpConfBroadcastIntfNumRxPkts | 1.3.6.1.4.1.2272.1.8.13.8.1.4 | Counter32 | read-only | The total number of UDP/TCP broadcast packets received by this local interface. |
| C32 rcIpUdpConfBroadcastIntfNumFwdPkts | 1.3.6.1.4.1.2272.1.8.13.8.1.5 | Counter32 | read-only | The total number of UDP/TCP broadcast packets forwarded. |
| C32 rcIpUdpConfBroadcastIntfNumDropPktsMaxTtlExpired | 1.3.6.1.4.1.2272.1.8.13.8.1.6 | Counter32 | read-only | The total number of UDP/TCP broadcast packets dropped because the TTL has expired. |
| C32 rcIpUdpConfBroadcastIntfNumDropPktsDestUnreach | 1.3.6.1.4.1.2272.1.8.13.8.1.7 | Counter32 | read-only | The total number of UDP broadcast packets dropped because the destination was unreachable. |
| C32 rcIpUdpConfBroadcastIntfNumDropPktsUnknownPort | 1.3.6.1.4.1.2272.1.8.13.8.1.8 | Counter32 | read-only | The total number of UDP/TCP broadcast packets dropped because the destination port/protocol specified has no matching forwarding policy. |
| ROW rcIpUdpConfBroadcastIntfRowStatus | 1.3.6.1.4.1.2272.1.8.13.8.1.9 | RowStatus | read-write | Entry row status. |
| IP rcIpUdpConfBroadcastIntfBroadCastMask | 1.3.6.1.4.1.2272.1.8.13.8.1.10 | IpAddress | read-write | The subnet mask of the local interface that is used for broadcasting the UDP broadcast packets. |
| rcIpTosRule | 1.3.6.1.4.1.2272.1.8.14 | |||
| INT rcIpTosRuleAndMask | 1.3.6.1.4.1.2272.1.8.14.1 | INTEGER | read-write | And 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 rcIpTosRuleOrRule1 | 1.3.6.1.4.1.2272.1.8.14.2 | INTEGER | read-write | Quid/Gid Or rule #1. The Ip ToS byte in the Ip header is logically ORed with this value. |
| INT rcIpTosRuleOrRule2 | 1.3.6.1.4.1.2272.1.8.14.3 | INTEGER | read-write | Quid/Gid Or rule #2. The Ip ToS byte in the Ip header is logically ORed with this value. |
| INT rcIpTosRuleOrRule3 | 1.3.6.1.4.1.2272.1.8.14.4 | INTEGER | read-write | Quid/Gid Or rule #3. The Ip ToS byte in the Ip header is logically ORed with this value. |
| T/F rcIpTosRuleTosPriorityEnable | 1.3.6.1.4.1.2272.1.8.14.5 | TruthValue | read-write | Enable Tos priority. |
| INT rcIpTosRuleTosThreshold | 1.3.6.1.4.1.2272.1.8.14.6 | INTEGER | read-only | tos threshold |
| rcIpStaticRoute | 1.3.6.1.4.1.2272.1.8.15 | |||
| I32 rcIpStaticRouteTableSize | 1.3.6.1.4.1.2272.1.8.15.1 | Integer32 | read-only | size of Ip Static Route Table. |
| rcIpStaticRouteTable | 1.3.6.1.4.1.2272.1.8.15.2 | not-accessible | This 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. | |
| rcIpStaticRouteEntry | 1.3.6.1.4.1.2272.1.8.15.2.1 | not-accessible | A static route to a particular destination. | |
| IP rcIpStaticRouteDest | 1.3.6.1.4.1.2272.1.8.15.2.1.1 | IpAddress | read-only | The 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 rcIpStaticRouteMask | 1.3.6.1.4.1.2272.1.8.15.2.1.2 | IpAddress | read-only | Indicate 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 rcIpStaticRouteNextHop | 1.3.6.1.4.1.2272.1.8.15.2.1.3 | IpAddress | read-only | The 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 rcIpStaticRouteMetric | 1.3.6.1.4.1.2272.1.8.15.2.1.4 | INTEGER | read-write | The 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 rcIpStaticRouteIfIndex | 1.3.6.1.4.1.2272.1.8.15.2.1.5 | InterfaceIndex | read-only | The 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 rcIpStaticRoutePreference | 1.3.6.1.4.1.2272.1.8.15.2.1.6 | INTEGER | read-write | Used 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 rcIpStaticRouteEnable | 1.3.6.1.4.1.2272.1.8.15.2.1.7 | TruthValue | read-write | Used to enable/disable this entry. |
| INT rcIpStaticRouteStatus | 1.3.6.1.4.1.2272.1.8.15.2.1.8 | INTEGER | read-only | Used to indicate the current status of this entry. |
| ROW rcIpStaticRouteRowStatus | 1.3.6.1.4.1.2272.1.8.15.2.1.9 | RowStatus | read-write | Used to create/delete entries |
| T/F rcIpStaticRouteLocalNextHop | 1.3.6.1.4.1.2272.1.8.15.2.1.10 | TruthValue | read-write | Used 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 rcIpStaticRouteBfdTableSize | 1.3.6.1.4.1.2272.1.8.15.3 | INTEGER | read-only | size of IP static route BFD table. |
| rcIpStaticRouteBfdTable | 1.3.6.1.4.1.2272.1.8.15.4 | not-accessible | This table is used to hold next hop addresses on which BFD is enabled. | |
| rcIpStaticRouteBfdEntry | 1.3.6.1.4.1.2272.1.8.15.4.1 | not-accessible | An IP address of the next hop of the BFD session. | |
| IP rcIpStaticRouteBfdNextHop | 1.3.6.1.4.1.2272.1.8.15.4.1.1 | IpAddress | read-only | The IP address of the next hop of the BFD session. |
| ROW rcIpStaticRouteBfdRowStatus | 1.3.6.1.4.1.2272.1.8.15.4.1.2 | RowStatus | read-create | Used to create/delete entries |
| rcIpPim | 1.3.6.1.4.1.2272.1.8.16 | |||
| rcIpPimGlobal | 1.3.6.1.4.1.2272.1.8.16.1 | |||
| T/F rcIpPimGlobalEnable | 1.3.6.1.4.1.2272.1.8.16.1.1 | TruthValue | read-write | enable feature |
| INT rcIpPimGlobalMode | 1.3.6.1.4.1.2272.1.8.16.1.2 | INTEGER | read-write | |
| T/F rcIpPimGlobalMbr | 1.3.6.1.4.1.2272.1.8.16.1.3 | TruthValue | read-write | enable/disable pim multicast border router feature |
| INT rcIpPimGlobalRegisterSuppTimer | 1.3.6.1.4.1.2272.1.8.16.1.4 | INTEGER | read-write | Each 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 rcIpPimGlobalInterfaceTableSize | 1.3.6.1.4.1.2272.1.8.16.1.5 | Integer32 | read-only | table size |
| INT rcIpPimGlobalUniRouteChgTimeOut | 1.3.6.1.4.1.2272.1.8.16.1.6 | INTEGER | read-write | This 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 rcIpPimGlobalDiscardDataTimeOut | 1.3.6.1.4.1.2272.1.8.16.1.7 | INTEGER | read-write | This 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 rcIpPimGlobalCRPADVTimeOut | 1.3.6.1.4.1.2272.1.8.16.1.8 | INTEGER | read-write | Routers 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 rcIpPimGlobalBootStrapPeriod | 1.3.6.1.4.1.2272.1.8.16.1.9 | INTEGER | read-write | At the elected BSR, this is the interval between originating Bootstrap messages. |
| T/F rcIpPimGlobalStaticRP | 1.3.6.1.4.1.2272.1.8.16.1.10 | TruthValue | read-write | Enable/Disable Static RP feature. |
| INT rcIpPimGlobalActivityChkInterval | 1.3.6.1.4.1.2272.1.8.16.1.11 | INTEGER | read-write | Activity check interval for polling PIM SG traffic activity information. |
| INT rcIpPimGlobalFwdCacheTimeOut | 1.3.6.1.4.1.2272.1.8.16.1.12 | INTEGER | read-write | PIM forward cache expiry value in seconds.This value is going to be used in aging PIM mroutes in seconds. |
| ENA rcIpPimGlobalFastJoinPrune | 1.3.6.1.4.1.2272.1.8.16.1.13 | EnableValue | read-write | Pim Fast Join Prune. |
| T/F rcIpPimGlobalStaticRPSpecificRt | 1.3.6.1.4.1.2272.1.8.16.1.14 | TruthValue | read-write | Enable/Disable Static RP specific route feature. |
| rcIpPimTable | 1.3.6.1.4.1.2272.1.8.16.2 | not-accessible | IP Pim table | |
| rcIpPimEntry | 1.3.6.1.4.1.2272.1.8.16.2.1 | not-accessible | An entry of Ip Pim Table. | |
| NUM rcIpPimIfIndex | 1.3.6.1.4.1.2272.1.8.16.2.1.1 | InterfaceIndex | read-only | port |
| T/F rcIpPimEnable | 1.3.6.1.4.1.2272.1.8.16.2.1.2 | TruthValue | read-write | enable interface |
| INT rcIpPimMode | 1.3.6.1.4.1.2272.1.8.16.2.1.3 | INTEGER | read-write | |
| INT rcIpPimHelloInterval | 1.3.6.1.4.1.2272.1.8.16.2.1.4 | INTEGER | read-write | frq. at which hello sent. |
| INT rcIpPimJoinPruneInterval | 1.3.6.1.4.1.2272.1.8.16.2.1.5 | INTEGER | read-write | |
| INT rcIpPimCBSRPreference | 1.3.6.1.4.1.2272.1.8.16.2.1.6 | INTEGER | read-write | |
| INT rcIpPimIntfType | 1.3.6.1.4.1.2272.1.8.16.2.1.7 | INTEGER | read-write | Pim interface type. |
| rcIpPimInterfaceTable | 1.3.6.1.4.1.2272.1.8.16.3 | not-accessible | IP Pim table | |
| rcIpPimInterfaceEntry | 1.3.6.1.4.1.2272.1.8.16.3.1 | not-accessible | An entry of Ip Pim Interface Table. | |
| NUM rcIpPimInterfaceIfIndex | 1.3.6.1.4.1.2272.1.8.16.3.1.1 | InterfaceIndex | read-only | port |
| INT rcIpPimInterfaceOperState | 1.3.6.1.4.1.2272.1.8.16.3.1.2 | INTEGER | read-only | The current operational state of this PIM interface. This object is deprecated in favor of ifOperStatus. |
| INT rcIpPimInterfaceType | 1.3.6.1.4.1.2272.1.8.16.3.1.3 | INTEGER | read-write | Pim interface type. |
| T/F rcIpPimInterfaceCBSREnable | 1.3.6.1.4.1.2272.1.8.16.3.1.4 | TruthValue | read-write | Enable/disable Candidate BSR on pim local interface. |
| rcIpPimStaticRPTable | 1.3.6.1.4.1.2272.1.8.16.4 | not-accessible | The table lists all the RPs configured statically for various IP multicast groups. | |
| rcIpPimStaticRPEntry | 1.3.6.1.4.1.2272.1.8.16.4.1 | not-accessible | An entry (conceptual row) in the rcIpPimStaticRPTable. | |
| IP rcIpPimStaticRPGroupAddress | 1.3.6.1.4.1.2272.1.8.16.4.1.1 | IpAddress | read-only | The IP multicast group address which, when combined with rcIpPimStaticRPGroupMask, identifies a group prefix for which rcIpPimStaticRPAddress is a static-RP. |
| IP rcIpPimStaticRPGroupMask | 1.3.6.1.4.1.2272.1.8.16.4.1.2 | IpAddress | read-only | The multicast group address mask which, when combined with rcIpPimStaticRPGroupAddress, identifies a group prefix for which rcIpPimStaticRPAddress is a static-RP. |
| IP rcIpPimStaticRPAddress | 1.3.6.1.4.1.2272.1.8.16.4.1.3 | IpAddress | read-only | The (unicast) address of the static-RP. |
| ROW rcIpPimStaticRPRowStatus | 1.3.6.1.4.1.2272.1.8.16.4.1.4 | RowStatus | read-write | The status of this row, by which new entries may be created, or old entries deleted from this table. |
| INT rcIpPimStaticRPStatus | 1.3.6.1.4.1.2272.1.8.16.4.1.5 | INTEGER | read-only | The status of StaticRP. |
| rcIpPimCurrBsr | 1.3.6.1.4.1.2272.1.8.16.5 | |||
| IP rcIpPimCurrBsrAddress | 1.3.6.1.4.1.2272.1.8.16.5.1 | IpAddress | read-only | Current BSR address |
| I32 rcIpPimCurrBsrFragmentTag | 1.3.6.1.4.1.2272.1.8.16.5.2 | Integer32 | read-only | Current BSR Fragment Tag |
| IP rcIpPimCurrBsrHashMask | 1.3.6.1.4.1.2272.1.8.16.5.3 | IpAddress | read-only | Current BSR Hash Mask value |
| I32 rcIpPimCurrBsrPriority | 1.3.6.1.4.1.2272.1.8.16.5.4 | Integer32 | read-only | Current BSR Priority |
| I32 rcIpPimCurrBsrBootStrapTimer | 1.3.6.1.4.1.2272.1.8.16.5.5 | Integer32 | read-only | Current BSR Boot Strap Timer |
| rcIpPimVirtualNbrTable | 1.3.6.1.4.1.2272.1.8.16.6 | not-accessible | Table listing the router's virtual PIM neighbors | |
| rcIpPimVirtualNbrEntry | 1.3.6.1.4.1.2272.1.8.16.6.1 | not-accessible | An entry in the virtual PIM neighbors' table. | |
| IP rcIpPimVirtualNbrAddress | 1.3.6.1.4.1.2272.1.8.16.6.1.1 | IpAddress | not-accessible | The IP address of the virtual PIM neighbor for which this entry contains information. |
| NUM rcIpPimVirtualNbrIfIndex | 1.3.6.1.4.1.2272.1.8.16.6.1.2 | InterfaceIndex | read-create | The 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 rcIpPimVirtualNbrRowStatus | 1.3.6.1.4.1.2272.1.8.16.6.1.3 | RowStatus | read-create | To create/delete an entry in the virtual PIM neighbors' table. |
| rcIpMulticastArpTable | 1.3.6.1.4.1.2272.1.8.17 | not-accessible | IP Multicast Arp table | |
| rcIpMulticastArpEntry | 1.3.6.1.4.1.2272.1.8.17.1 | not-accessible | An entry of Ip Multicast Arp Table. | |
| I32 rcIpMulticastArpVlanId | 1.3.6.1.4.1.2272.1.8.17.1.1 | Integer32 | read-only | vlan id |
| MAC rcIpMulticastArpMacAddress | 1.3.6.1.4.1.2272.1.8.17.1.2 | MacAddress | read-only | multicast mac address |
| IP rcIpMulticastArpIpAddress | 1.3.6.1.4.1.2272.1.8.17.1.3 | IpAddress | read-only | multicast ip address |
| POR rcIpMulticastArpPorts | 1.3.6.1.4.1.2272.1.8.17.1.4 | PortSet | read-write | ports within a particular vlan |
| I32 rcIpMulticastArpNumMltIds | 1.3.6.1.4.1.2272.1.8.17.1.5 | Integer32 | read-only | number of mlt ids |
| IDL rcIpMulticastArpMltIds | 1.3.6.1.4.1.2272.1.8.17.1.6 | IdList | read-write | mlt id |
| ROW rcIpMulticastArpRowStatus | 1.3.6.1.4.1.2272.1.8.17.1.7 | RowStatus | read-write | row status |
| rcIpMulticastTable | 1.3.6.1.4.1.2272.1.8.18 | not-accessible | Ip multicast table. | |
| rcIpMulticastEntry | 1.3.6.1.4.1.2272.1.8.18.1 | not-accessible | Entry containing Proprietary Ip Multicast information. | |
| NUM rcIpMulticastIfIndex | 1.3.6.1.4.1.2272.1.8.18.1.1 | InterfaceIndex | read-only | IfIndex. |
| IP rcIpMulticastMulticastIp | 1.3.6.1.4.1.2272.1.8.18.1.2 | IpAddress | read-write | IP Address on this IfIndex to be used for all Multicast protocols running on this interface. |
| rcIpCops | 1.3.6.1.4.1.2272.1.8.19 | |||
| T/F rcCopsGlobalEnable | 1.3.6.1.4.1.2272.1.8.19.1 | TruthValue | read-write | Cops feature enable/disable |
| rcIpRipInterface | 1.3.6.1.4.1.2272.1.8.20 | |||
| rcIpRipInterfaceTable | 1.3.6.1.4.1.2272.1.8.20.1 | not-accessible | IP Rip Interface table | |
| rcIpRipInterfaceEntry | 1.3.6.1.4.1.2272.1.8.20.1.1 | not-accessible | An entry of Ip Rip Interface Table. | |
| IP rcIpRipInterfaceAddress | 1.3.6.1.4.1.2272.1.8.20.1.1.1 | IpAddress | read-only | Ip Address |
| NUM rcIpRipInterfaceIfIndex | 1.3.6.1.4.1.2272.1.8.20.1.1.2 | InterfaceIndex | read-only | Rip Interface If Index. |
| ENA rcIpRipInterfaceRipEnable | 1.3.6.1.4.1.2272.1.8.20.1.1.3 | EnableValue | read-write | |
| T/F rcIpRipInterfaceAccDefRte | 1.3.6.1.4.1.2272.1.8.20.1.1.4 | TruthValue | read-write | |
| T/F rcIpRipInterfaceAdvDefRte | 1.3.6.1.4.1.2272.1.8.20.1.1.5 | TruthValue | read-write | |
| T/F rcIpRipInterfaceAutoAggregate | 1.3.6.1.4.1.2272.1.8.20.1.1.6 | TruthValue | read-write | |
| I32 rcIpRipInterfaceCost | 1.3.6.1.4.1.2272.1.8.20.1.1.7 | Integer32 | read-write | |
| T/F rcIpRipInterfaceListen | 1.3.6.1.4.1.2272.1.8.20.1.1.8 | TruthValue | read-write | |
| T/F rcIpRipInterfacePoison | 1.3.6.1.4.1.2272.1.8.20.1.1.9 | TruthValue | read-write | |
| T/F rcIpRipInterfaceSupply | 1.3.6.1.4.1.2272.1.8.20.1.1.10 | TruthValue | read-write | |
| T/F rcIpRipInterfaceTriggeredUpdate | 1.3.6.1.4.1.2272.1.8.20.1.1.11 | TruthValue | read-write | |
| STR rcIpRipInterfaceInPolicy | 1.3.6.1.4.1.2272.1.8.20.1.1.12 | DisplayString | read-write | |
| STR rcIpRipInterfaceOutPolicy | 1.3.6.1.4.1.2272.1.8.20.1.1.13 | DisplayString | read-write | |
| T/F rcIpRipInterfaceProxyAnnounceFlag | 1.3.6.1.4.1.2272.1.8.20.1.1.14 | TruthValue | read-write | |
| INT rcIpRipInterfaceHolddown | 1.3.6.1.4.1.2272.1.8.20.1.1.15 | INTEGER | read-write | Used to indicate the rip holddown timer for this interface |
| INT rcIpRipInterfaceTimeout | 1.3.6.1.4.1.2272.1.8.20.1.1.16 | INTEGER | read-write | Used to indicate the rip timeout interval for this interface |
| rcIpMulticastTimedPruneTable | 1.3.6.1.4.1.2272.1.8.21 | not-accessible | This 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. | |
| rcIpMulticastTimedPruneEntry | 1.3.6.1.4.1.2272.1.8.21.1 | not-accessible | An entry of Ip Multicast Timed Prune Table. | |
| IP rcIpMulticastTimedPruneGroupAddress | 1.3.6.1.4.1.2272.1.8.21.1.1 | IpAddress | read-write | This field indicates the IP Multicast Group Address associated with the IP multicast stream. |
| IP rcIpMulticastTimedPruneSourceAddress | 1.3.6.1.4.1.2272.1.8.21.1.2 | IpAddress | read-write | This is the Source Subnet IP address of the sender of the IP multicast stream. |
| IP rcIpMulticastTimedPruneSrcSubnetMask | 1.3.6.1.4.1.2272.1.8.21.1.3 | IpAddress | read-write | This is the Source Subnet Mask IP address of the sender of the IP multicast stream. |
| I32 rcIpMulticastTimedPruneAgingTimer | 1.3.6.1.4.1.2272.1.8.21.1.4 | Integer32 | read-write | This 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 rcIpMulticastTimedPruneTimeLeft | 1.3.6.1.4.1.2272.1.8.21.1.5 | Integer32 | read-only | This 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 rcIpMulticastTimedPruneLastActivity | 1.3.6.1.4.1.2272.1.8.21.1.6 | TimeTicks | read-only | This read-only field represents the actual time since the traffic has come from this Source, Group pair. |
| ROW rcIpMulticastTimedPruneRowStatus | 1.3.6.1.4.1.2272.1.8.21.1.7 | RowStatus | read-write | row status |
| rcIpConfIcmpRdiscTable | 1.3.6.1.4.1.2272.1.8.22 | not-accessible | A table used to maintain ICMP Route discovery information for a particular interface. | |
| rcIpConfIcmpRdiscEntry | 1.3.6.1.4.1.2272.1.8.22.1 | not-accessible | Entry 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 rcIpConfIcmpRdiscIfIndex | 1.3.6.1.4.1.2272.1.8.22.1.1 | INTEGER | read-only | An unique value to identify a physical interface or a logical interface (VLAN). |
| IP rcIpConfIcmpRdiscAdvAddress | 1.3.6.1.4.1.2272.1.8.22.1.2 | IpAddress | read-write | Advertisement address to which the route discovery advertisements transmitted on this interface. |
| T/F rcIpConfIcmpRdiscAdvFlag | 1.3.6.1.4.1.2272.1.8.22.1.3 | TruthValue | read-write | Flag to indicate whether or not the address is to be advertised on this interface. |
| INT rcIpConfIcmpRdiscAdvLifetime | 1.3.6.1.4.1.2272.1.8.22.1.4 | INTEGER | read-write | The value to be placed in the lifetime field of Router Advertisements sent from the interface. |
| INT rcIpConfIcmpRdiscMaxAdvInterval | 1.3.6.1.4.1.2272.1.8.22.1.5 | INTEGER | read-write | The maximum time allowed between sending Router Advertisements from this interface. |
| INT rcIpConfIcmpRdiscMinAdvInterval | 1.3.6.1.4.1.2272.1.8.22.1.6 | INTEGER | read-write | The minimum time allowed between sending Router Advertisements from this interface. |
| INT rcIpConfIcmpRdiscPreferenceLevel | 1.3.6.1.4.1.2272.1.8.22.1.7 | INTEGER | read-write | Preferability of the router address as a default Router |
| rcIpMulticastSoftwareForwarding | 1.3.6.1.4.1.2272.1.8.23 | |||
| T/F rcIpMulticastSoftwareForwardingEnable | 1.3.6.1.4.1.2272.1.8.23.1 | TruthValue | read-write | Enable/Disable multicast software forwarding. |
| INT rcIpMulticastSoftwareForwardingThreshold | 1.3.6.1.4.1.2272.1.8.23.2 | INTEGER | read-write | Threshold to switch from software forwarding to hardware forwarding. Unit = pkt per second |
| rcIpMrouteHw | 1.3.6.1.4.1.2272.1.8.24 | |||
| rcIpMrouteHwTable | 1.3.6.1.4.1.2272.1.8.24.1 | not-accessible | The (conceptual) table containing hardware entries of multicast routing information for all the Group Address. | |
| rcIpMrouteHwEntry | 1.3.6.1.4.1.2272.1.8.24.1.1 | not-accessible | An entry (conceptual row) containing hardware entries of multicast routing information for a particular Group Address. | |
| IP rcIpMrouteHwGroupAddress | 1.3.6.1.4.1.2272.1.8.24.1.1.1 | IpAddress | read-only | The IP multicast group address for which this entry contains multicast routing information. |
| IP rcIpMrouteHwSubnet | 1.3.6.1.4.1.2272.1.8.24.1.1.2 | IpAddress | read-only | The network address from where the source is sending the stream of traffic for which this entry contains multicast routing information. |
| INT rcIpMrouteHwInvlan | 1.3.6.1.4.1.2272.1.8.24.1.1.3 | INTEGER | read-only | The Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information. |
| T/F rcIpMrouteHwPruned | 1.3.6.1.4.1.2272.1.8.24.1.1.4 | TruthValue | read-only | This is to show weather the entry containing multicast routing information has received Prune message or not. |
| I32 rcIpMrouteHwIndex | 1.3.6.1.4.1.2272.1.8.24.1.1.5 | Integer32 | read-only | This Index value keep tracks of the hardware record that has been accessed for displaying the entry containing multicast routing information. |
| rcIpMrouteHwPrunesTable | 1.3.6.1.4.1.2272.1.8.24.2 | not-accessible | The (conceptual) table containing prune entries of multicast routing information for the Group Address. | |
| rcIpMrouteHwPrunesEntry | 1.3.6.1.4.1.2272.1.8.24.2.1 | not-accessible | An entry (conceptual row) containing prune entries of multicast routing information for a particular Group Address. | |
| IP rcIpMrouteHwPrunesGroupAddress | 1.3.6.1.4.1.2272.1.8.24.2.1.1 | IpAddress | read-only | The IP multicast group address for which this entry contains multicast routing information. |
| IP rcIpMrouteHwPrunesSubnet | 1.3.6.1.4.1.2272.1.8.24.2.1.2 | IpAddress | read-only | The network address from where the source is sending the stream of traffic for which this entry contains multicast routing information. |
| INT rcIpMrouteHwPrunesInvlan | 1.3.6.1.4.1.2272.1.8.24.2.1.3 | INTEGER | read-only | The Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information. |
| IP rcIpMrouteHwPrunesNeighbor | 1.3.6.1.4.1.2272.1.8.24.2.1.4 | IpAddress | read-only | The IpAddress from where the Prune message has been received. |
| I32 rcIpMrouteHwPrunesTimer | 1.3.6.1.4.1.2272.1.8.24.2.1.5 | Integer32 | read-only | This is to show how much time is left for this particular entry containing multicast routing information during which the graft message can be sent. |
| rcIpMrouteHwSourcesTable | 1.3.6.1.4.1.2272.1.8.24.3 | not-accessible | The (conceptual) table containing source entries of multicast routing information for the Group Address. | |
| rcIpMrouteHwSourcesEntry | 1.3.6.1.4.1.2272.1.8.24.3.1 | not-accessible | An entry (conceptual row) containing source entries of multicast routing information for a particular Group Address. | |
| IP rcIpMrouteHwSourcesGroupAddress | 1.3.6.1.4.1.2272.1.8.24.3.1.1 | IpAddress | read-only | The IP multicast group address for which this entry contains multicast routing information. |
| IP rcIpMrouteHwSourcesSubnet | 1.3.6.1.4.1.2272.1.8.24.3.1.2 | IpAddress | read-only | The network address from where the source is sending the stream of traffic for which this entry contains multicast routing information. |
| INT rcIpMrouteHwSourcesInvlan | 1.3.6.1.4.1.2272.1.8.24.3.1.3 | INTEGER | read-only | The Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information. |
| IP rcIpMrouteHwSourcesAddress | 1.3.6.1.4.1.2272.1.8.24.3.1.4 | IpAddress | read-only | The Source Address from where the stream of traffic is reaching the corresponding Group Address for which this entry contains multicast routing information. |
| POR rcIpMrouteHwSourcesIngressPort | 1.3.6.1.4.1.2272.1.8.24.3.1.5 | PortSet | read-only | The Ingress vlan ports from where the traffic is coming, for which this entry contains multicast routing information. |
| rcIpMrouteHwEgressVlansTable | 1.3.6.1.4.1.2272.1.8.24.4 | not-accessible | The (conceptual) table containing egress vlan entries of multicast routing information for the Group Address. | |
| rcIpMrouteHwEgressVlansEntry | 1.3.6.1.4.1.2272.1.8.24.4.1 | not-accessible | An entry (conceptual row) containing egress vlan entries of multicast routing information for a particular Group Address. | |
| IP rcIpMrouteHwEgressVlansGroupAddress | 1.3.6.1.4.1.2272.1.8.24.4.1.1 | IpAddress | read-only | The IP multicast group address for which this entry contains multicast routing information. |
| IP rcIpMrouteHwEgressVlansSubnet | 1.3.6.1.4.1.2272.1.8.24.4.1.2 | IpAddress | read-only | The network address from where the source is sending the stream of traffic for which this entry contains multicast routing information. |
| INT rcIpMrouteHwEgressVlansInvlan | 1.3.6.1.4.1.2272.1.8.24.4.1.3 | INTEGER | read-only | The Ingress vlan Id from where the traffic is coming for which this entry contains multicast routing information. |
| INT rcIpMrouteHwEgressVlansId | 1.3.6.1.4.1.2272.1.8.24.4.1.4 | INTEGER | read-only | The Egress vlan Id from where the traffic is going out for which this entry contains multicast routing information |
| POR rcIpMrouteHwEgressVlansPorts | 1.3.6.1.4.1.2272.1.8.24.4.1.5 | PortSet | read-only | he Egress vlan ports from where the traffic is going out for which this entry contains multicast routing information. |
| I32 rcIpMrouteHwEgressVlansIndex | 1.3.6.1.4.1.2272.1.8.24.4.1.6 | Integer32 | read-only | This Index value keep tracks of the hardware record that has been accessed for displaying the entry containing multicast routing information. |
| rcIpResourceUsage | 1.3.6.1.4.1.2272.1.8.25 | |||
| rcIpResourceUsageGlobal | 1.3.6.1.4.1.2272.1.8.25.1 | |||
| INT rcIpResourceUsageGlobalIngressRecInUse | 1.3.6.1.4.1.2272.1.8.25.1.1 | INTEGER | read-only | Used to get the Ingress Record Usage in the switch. (S-G usage). |
| INT rcIpResourceUsageGlobalEgressRecInUse | 1.3.6.1.4.1.2272.1.8.25.1.2 | INTEGER | read-only | Used to get the Egress Record Usage in the switch (pepstream count). |
| INT rcIpResourceUsageGlobalIngressThreshold | 1.3.6.1.4.1.2272.1.8.25.1.3 | INTEGER | read-write | Used to get the threshold count for Ingress records. |
| INT rcIpResourceUsageGlobalEgressThreshold | 1.3.6.1.4.1.2272.1.8.25.1.4 | INTEGER | read-write | Used to get threshold count for egress records. |
| ENA rcIpResourceUsageGlobalSendTrapAndLog | 1.3.6.1.4.1.2272.1.8.25.1.5 | EnableValue | read-write | A 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 rcIpResourceUsageGlobalSendTrapOnly | 1.3.6.1.4.1.2272.1.8.25.1.6 | EnableValue | read-write | A means of alerting the user. If this bool is set, a message will be send to console. |
| ENA rcIpResourceUsageGlobalLogMsgOnly | 1.3.6.1.4.1.2272.1.8.25.1.7 | EnableValue | read-write | A means of alerting the user.If this bool is set, a duReport will be logged. |
| rcIpRsmlt | 1.3.6.1.4.1.2272.1.8.26 | |||
| rcIpRsmltGlobal | 1.3.6.1.4.1.2272.1.8.26.1 | |||
| I32 rcIpRsmltGlobalTableSize | 1.3.6.1.4.1.2272.1.8.26.1.1 | Integer32 | read-only | Route Smlt table size. |
| T/F rcIpRsmltEdgeSupportEnable | 1.3.6.1.4.1.2272.1.8.26.1.2 | TruthValue | read-write | Used to enable/disable RSMLT Edge Support feature |
| rcIpRsmltOperTable | 1.3.6.1.4.1.2272.1.8.26.2 | not-accessible | Route Smlt Table | |
| rcIpRsmltOperEntry | 1.3.6.1.4.1.2272.1.8.26.2.1 | not-accessible | An entry of Ip As Path Access List Table. | |
| NUM rcIpRsmltOperIfIndex | 1.3.6.1.4.1.2272.1.8.26.2.1.1 | InterfaceIndex | read-only | Route Smlt Oper IfIndex. |
| T/F rcIpRsmltOperAdminStatus | 1.3.6.1.4.1.2272.1.8.26.2.1.2 | TruthValue | read-write | is a enable/disable flag. |
| INT rcIpRsmltOperHoldDownTimer | 1.3.6.1.4.1.2272.1.8.26.2.1.3 | INTEGER | read-write | Timer value, the range of value is from 0 to 3600. |
| INT rcIpRsmltOperHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.2.1.4 | INTEGER | read-only | The time value that indicate how much time remaining of HoldDownTimer. |
| INT rcIpRsmltOperHoldUpTimer | 1.3.6.1.4.1.2272.1.8.26.2.1.5 | INTEGER | read-write | The range of value 0 to 3600 or 9999. 9999 means infinity. |
| INT rcIpRsmltOperHoldUpTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.2.1.6 | INTEGER | read-only | The time value that indicate how much time remaining of HoldUpTimer. |
| IP rcIpRsmltOperIpAddr | 1.3.6.1.4.1.2272.1.8.26.2.1.7 | IpAddress | read-only | IP Interface with RSMLT on. |
| INT rcIpRsmltOperOperStatus | 1.3.6.1.4.1.2272.1.8.26.2.1.8 | INTEGER | read-only | The operation status of Rsmlt, up or down. |
| IDL rcIpRsmltOperSmltId | 1.3.6.1.4.1.2272.1.8.26.2.1.9 | IdList | read-only | The id range for SMLT is 1-32. |
| IDL rcIpRsmltOperSltId | 1.3.6.1.4.1.2272.1.8.26.2.1.10 | IdList | read-only | The id range for SLT is 1-512. |
| INT rcIpRsmltOperVlanId | 1.3.6.1.4.1.2272.1.8.26.2.1.11 | INTEGER | read-only | Vlan id. |
| MAC rcIpRsmltOperMacAddr | 1.3.6.1.4.1.2272.1.8.26.2.1.12 | MacAddress | read-only | Mac Address. |
| ROW rcIpRsmltOperRowStatus | 1.3.6.1.4.1.2272.1.8.26.2.1.13 | RowStatus | read-write | Row Status. |
| OID rcIpRsmltOperVrfId | 1.3.6.1.4.1.2272.1.8.26.2.1.14 | VrfIdentifier | read-only | Indicates the Virtual Router to which the RSMLT Oper instance belongs. |
| STR rcIpRsmltOperVrfName | 1.3.6.1.4.1.2272.1.8.26.2.1.15 | SnmpAdminString | read-only | Name of the Virtual Router to which the RSMLT Oper instance belongs. |
| rcIpRsmltPeerTable | 1.3.6.1.4.1.2272.1.8.26.3 | not-accessible | Route Smlt Table | |
| rcIpRsmltPeerEntry | 1.3.6.1.4.1.2272.1.8.26.3.1 | not-accessible | An entry of Ip As Path Access List Table. | |
| NUM rcIpRsmltPeerIfIndex | 1.3.6.1.4.1.2272.1.8.26.3.1.1 | InterfaceIndex | read-only | Route Smlt Oper IfIndex. |
| T/F rcIpRsmltPeerAdminStatus | 1.3.6.1.4.1.2272.1.8.26.3.1.2 | TruthValue | read-only | is a enable/disable flag. |
| INT rcIpRsmltPeerHoldDownTimer | 1.3.6.1.4.1.2272.1.8.26.3.1.3 | INTEGER | read-only | Timer value, the range of value is from 0 to 3600. |
| INT rcIpRsmltPeerHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.3.1.4 | INTEGER | read-only | The time value that indicate how much time remaining of HoldDownTimer. |
| INT rcIpRsmltPeerHoldUpTimer | 1.3.6.1.4.1.2272.1.8.26.3.1.5 | INTEGER | read-only | The range of value 0 to 3600 or 9999. 9999 means infinity. |
| INT rcIpRsmltPeerHoldUpTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.3.1.6 | INTEGER | read-only | The time value that indicate how much time remaining of HoldUpTimer. |
| IP rcIpRsmltPeerIpAddr | 1.3.6.1.4.1.2272.1.8.26.3.1.7 | IpAddress | read-only | IP Interface with RSMLT on. |
| INT rcIpRsmltPeerOperStatus | 1.3.6.1.4.1.2272.1.8.26.3.1.8 | INTEGER | read-only | The operation status of Rsmlt, up or down. |
| IDL rcIpRsmltPeerSmltId | 1.3.6.1.4.1.2272.1.8.26.3.1.9 | IdList | read-only | The id range for SMLT is 1-32. |
| IDL rcIpRsmltPeerSltId | 1.3.6.1.4.1.2272.1.8.26.3.1.10 | IdList | read-only | The id range for SLT is 1-512. |
| INT rcIpRsmltPeerVlanId | 1.3.6.1.4.1.2272.1.8.26.3.1.11 | INTEGER | read-only | Vlan id. |
| MAC rcIpRsmltPeerMacAddr | 1.3.6.1.4.1.2272.1.8.26.3.1.12 | MacAddress | read-only | Mac Address. |
| OID rcIpRsmltPeerVrfId | 1.3.6.1.4.1.2272.1.8.26.3.1.13 | VrfIdentifier | read-only | Indicates the Virtual Router to which the RSMLT Peer instance belongs. |
| STR rcIpRsmltPeerVrfName | 1.3.6.1.4.1.2272.1.8.26.3.1.14 | SnmpAdminString | read-only | Name of the Virtual Router to which the RSMLT Peer instance belongs. |
| rcIpRsmltEdgePeerTable | 1.3.6.1.4.1.2272.1.8.26.4 | not-accessible | RSMLT Edge Support Peer Info table. This table consists of the RSMLT Peers for which the switch will act as a PeerForwarder. | |
| rcIpRsmltEdgePeerEntry | 1.3.6.1.4.1.2272.1.8.26.4.1 | not-accessible | RSMLT Edge Support Peer Info Entry | |
| INT rcIpRsmltEdgeVlanId | 1.3.6.1.4.1.2272.1.8.26.4.1.1 | INTEGER | not-accessible | A value that uniquely identifies the Virtual LAN associated with this entry. |
| IP rcIpRsmltEdgePeerIpAddress | 1.3.6.1.4.1.2272.1.8.26.4.1.2 | IpAddress | read-only | IP address of the Peer RSMLT Interface. |
| MAC rcIpRsmltEdgePeerMacAddress | 1.3.6.1.4.1.2272.1.8.26.4.1.3 | MacAddress | read-only | The MAC address of the Peer RSMLT interface. |
| OID rcIpRsmltEdgePeerVrfId | 1.3.6.1.4.1.2272.1.8.26.4.1.4 | VrfIdentifier | read-only | Indicates the Virtual Router to which the RSMLT Edge Peer instance belongs. |
| STR rcIpRsmltEdgePeerVrfName | 1.3.6.1.4.1.2272.1.8.26.4.1.5 | SnmpAdminString | read-only | Name of the Virtual Router to which the RSMLT Edge Peer instance belongs. |
| rcIpv6RsmltOperTable | 1.3.6.1.4.1.2272.1.8.26.5 | not-accessible | Route Smlt Table | |
| rcIpv6RsmltOperEntry | 1.3.6.1.4.1.2272.1.8.26.5.1 | not-accessible | A local IPv6 RSMLT entry | |
| NUM rcIpv6RsmltOperIfIndex | 1.3.6.1.4.1.2272.1.8.26.5.1.1 | InterfaceIndex | not-accessible | Route Smlt Oper IfIndex. |
| ADR rcIpv6RsmltOperIpv6Addr | 1.3.6.1.4.1.2272.1.8.26.5.1.2 | Ipv6Address | not-accessible | IPv6 Interface with RSMLT on. |
| I32 rcIpv6RsmltOperIpv6PrefixLength | 1.3.6.1.4.1.2272.1.8.26.5.1.3 | Integer32 | not-accessible | IPv6 Prefix Length. |
| T/F rcIpv6RsmltOperAdminStatus | 1.3.6.1.4.1.2272.1.8.26.5.1.4 | TruthValue | read-write | is a enable/disable flag. |
| I32 rcIpv6RsmltOperHoldDownTimer | 1.3.6.1.4.1.2272.1.8.26.5.1.5 | Integer32 | read-write | Timer value, the range of value is from 0 to 3600. |
| I32 rcIpv6RsmltOperHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.5.1.6 | Integer32 | read-only | The time value that indicate how much time remaining of HoldDownTimer. |
| I32 rcIpv6RsmltOperHoldUpTimer | 1.3.6.1.4.1.2272.1.8.26.5.1.7 | Integer32 | read-write | The range of value 0 to 3600 or 9999. 9999 means infinity. |
| I32 rcIpv6RsmltOperHoldUpTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.5.1.8 | Integer32 | read-only | The time value that indicate how much time remaining of HoldUpTimer. |
| INT rcIpv6RsmltOperOperStatus | 1.3.6.1.4.1.2272.1.8.26.5.1.9 | INTEGER | read-only | The operation status of Rsmlt, up or down. |
| IDL rcIpv6RsmltOperSmltId | 1.3.6.1.4.1.2272.1.8.26.5.1.10 | IdList | read-only | The id range for SMLT is 1-32. |
| IDL rcIpv6RsmltOperSltId | 1.3.6.1.4.1.2272.1.8.26.5.1.11 | IdList | read-only | The id range for SLT is 1-512. |
| I32 rcIpv6RsmltOperVlanId | 1.3.6.1.4.1.2272.1.8.26.5.1.12 | Integer32 | read-only | Vlan id. |
| MAC rcIpv6RsmltOperMacAddr | 1.3.6.1.4.1.2272.1.8.26.5.1.13 | MacAddress | read-only | Mac Address. |
| OID rcIpv6RsmltOperVrfId | 1.3.6.1.4.1.2272.1.8.26.5.1.14 | VrfIdentifier | read-only | Indicates the Virtual Router to which the RSMLT Oper instance belongs. |
| STR rcIpv6RsmltOperVrfName | 1.3.6.1.4.1.2272.1.8.26.5.1.15 | SnmpAdminString | read-only | Name of the Virtual Router to which the RSMLT Oper instance belongs. |
| rcIpv6RsmltPeerTable | 1.3.6.1.4.1.2272.1.8.26.6 | not-accessible | Route Smlt Peer Table | |
| rcIpv6RsmltPeerEntry | 1.3.6.1.4.1.2272.1.8.26.6.1 | not-accessible | An entry of Ip As Path Access List Table. | |
| NUM rcIpv6RsmltPeerIfIndex | 1.3.6.1.4.1.2272.1.8.26.6.1.1 | InterfaceIndex | not-accessible | Route Smlt Oper IfIndex. |
| ADR rcIpv6RsmltPeerIpv6Addr | 1.3.6.1.4.1.2272.1.8.26.6.1.2 | Ipv6Address | not-accessible | IP Interface with RSMLT on. |
| I32 rcIpv6RsmltPeerIpv6PrefixLength | 1.3.6.1.4.1.2272.1.8.26.6.1.3 | Integer32 | not-accessible | IPv6 Prefix Length |
| T/F rcIpv6RsmltPeerAdminStatus | 1.3.6.1.4.1.2272.1.8.26.6.1.4 | TruthValue | read-only | is a enable/disable flag. |
| I32 rcIpv6RsmltPeerHoldDownTimer | 1.3.6.1.4.1.2272.1.8.26.6.1.5 | Integer32 | read-only | Timer value, the range of value is from 0 to 3600. |
| I32 rcIpv6RsmltPeerHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.6.1.6 | Integer32 | read-only | The time value that indicate how much time remaining of HoldDownTimer. |
| I32 rcIpv6RsmltPeerHoldUpTimer | 1.3.6.1.4.1.2272.1.8.26.6.1.7 | Integer32 | read-only | The range of value 0 to 3600 or 9999. 9999 means infinity. |
| I32 rcIpv6RsmltPeerHoldUpTimeRemaining | 1.3.6.1.4.1.2272.1.8.26.6.1.8 | Integer32 | read-only | The time value that indicate how much time remaining of HoldUpTimer. |
| INT rcIpv6RsmltPeerOperStatus | 1.3.6.1.4.1.2272.1.8.26.6.1.9 | INTEGER | read-only | The operation status of Rsmlt, up or down. |
| IDL rcIpv6RsmltPeerSmltId | 1.3.6.1.4.1.2272.1.8.26.6.1.10 | IdList | read-only | The id range for SMLT is 1-32. |
| IDL rcIpv6RsmltPeerSltId | 1.3.6.1.4.1.2272.1.8.26.6.1.11 | IdList | read-only | The id range for SLT is 1-512. |
| I32 rcIpv6RsmltPeerVlanId | 1.3.6.1.4.1.2272.1.8.26.6.1.12 | Integer32 | read-only | Vlan id. |
| MAC rcIpv6RsmltPeerMacAddr | 1.3.6.1.4.1.2272.1.8.26.6.1.13 | MacAddress | read-only | Mac Address. |
| OID rcIpv6RsmltPeerVrfId | 1.3.6.1.4.1.2272.1.8.26.6.1.14 | VrfIdentifier | read-only | Indicates the Virtual Router to which the RSMLT Peer instance belongs. |
| STR rcIpv6RsmltPeerVrfName | 1.3.6.1.4.1.2272.1.8.26.6.1.15 | SnmpAdminString | read-only | Name of the Virtual Router to which the RSMLT Peer instance belongs. |
| rcIpv6RsmltEdgePeerTable | 1.3.6.1.4.1.2272.1.8.26.7 | not-accessible | RSMLT Edge Support Peer Info table. This table consists of the RSMLT Peers for which the switch will act as a PeerForwarder. | |
| rcIpv6RsmltEdgePeerEntry | 1.3.6.1.4.1.2272.1.8.26.7.1 | not-accessible | RSMLT Edge Support Peer Info Entry | |
| I32 rcIpv6RsmltEdgePeerVlanId | 1.3.6.1.4.1.2272.1.8.26.7.1.1 | Integer32 | not-accessible | A value that uniquely identifies the Virtual LAN associated with this entry. |
| ADR rcIpv6RsmltEdgePeerIpv6Address | 1.3.6.1.4.1.2272.1.8.26.7.1.2 | Ipv6Address | not-accessible | IP address of the Peer RSMLT Interface. |
| I32 rcIpv6RsmltEdgePeerIpv6PrefixLength | 1.3.6.1.4.1.2272.1.8.26.7.1.3 | Integer32 | not-accessible | If set then this prefix can be used for address autoconfig, passed opaquely to Infinity |
| MAC rcIpv6RsmltEdgePeerMacAddress | 1.3.6.1.4.1.2272.1.8.26.7.1.4 | MacAddress | read-only | The MAC address of the Peer RSMLT interface. |
| OID rcIpv6RsmltEdgePeerVrfId | 1.3.6.1.4.1.2272.1.8.26.7.1.5 | VrfIdentifier | read-only | Indicates the Virtual Router to which the RSMLT Edge Peer instance belongs. |
| STR rcIpv6RsmltEdgePeerVrfName | 1.3.6.1.4.1.2272.1.8.26.7.1.6 | SnmpAdminString | read-only | Name of the Virtual Router to which the RSMLT Edge Peer instance belongs. |
| T/F rcIpv6RsmltEdgePeerIsRaPrefix | 1.3.6.1.4.1.2272.1.8.26.7.1.7 | TruthValue | read-only | True if this is a Router Advertisement prefix, False if this is a global address. |
| I32 rcIpv6RsmltEdgePeerConfType | 1.3.6.1.4.1.2272.1.8.26.7.1.8 | Integer32 | read-only | Type of configured address, passed opaquely to Infinity |
| T/F rcIpv6RsmltEdgePeerNoAdvertise | 1.3.6.1.4.1.2272.1.8.26.7.1.9 | TruthValue | read-only | True if advertisement of this prefix is disabled, passed opaquely to Infinity |
| T/F rcIpv6RsmltEdgePeerOspf6Advertise | 1.3.6.1.4.1.2272.1.8.26.7.1.10 | TruthValue | read-only | True if OSPFv3 advertisement of this prefix is enabled, passed opaquely to Infinity |
| T/F rcIpv6RsmltEdgePeerPrefCandidate | 1.3.6.1.4.1.2272.1.8.26.7.1.11 | TruthValue | read-only | True if address is considered for preferred selection, passed opaquely to Infinity |
| I32 rcIpv6RsmltEdgePeerPfxValidLife | 1.3.6.1.4.1.2272.1.8.26.7.1.12 | Integer32 | read-only | Valid lifetime in seconds, passed opaquely to Infinity |
| I32 rcIpv6RsmltEdgePeerPfxPrefLife | 1.3.6.1.4.1.2272.1.8.26.7.1.13 | Integer32 | read-only | Preferred lifetime in seconds, passed opaquely to Infinity |
| T/F rcIpv6RsmltEdgePeerPfxOnLinkFlag | 1.3.6.1.4.1.2272.1.8.26.7.1.14 | TruthValue | read-only | If set then this prefix can be used for onlink determination, passed opaquely to Infinity |
| T/F rcIpv6RsmltEdgePeerPfxAutoFlag | 1.3.6.1.4.1.2272.1.8.26.7.1.15 | TruthValue | read-only | If set then this prefix can be used for address autoconfig, passed opaquely to Infinity |
| rcIpVpn | 1.3.6.1.4.1.2272.1.8.27 | |||
| I32 rcIpVpnRouteDistinguisherTableSize | 1.3.6.1.4.1.2272.1.8.27.1 | Integer32 | read-only | Size of Route Distinguisher Table |
| rcIpVpnRouteDistinguisherTable | 1.3.6.1.4.1.2272.1.8.27.2 | not-accessible | The Route Distinguisher Table is a table of entries. | |
| rcIpVpnRouteDistinguisherEntry | 1.3.6.1.4.1.2272.1.8.27.2.1 | not-accessible | The 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 rcIpVpnVrfId | 1.3.6.1.4.1.2272.1.8.27.2.1.1 | VrfIdentifier | not-accessible | The 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 rcIpVpnRouteDistinguisherType | 1.3.6.1.4.1.2272.1.8.27.2.1.2 | INTEGER | read-only | The route distinguisher can be of the type Ipaddress or AS number (Autonomous System) number. |
| IP rcIpVpnRouteDistinguisherAddress | 1.3.6.1.4.1.2272.1.8.27.2.1.3 | IpAddress | read-create | The IpAddress is required along with the Assigned number to create a route-distinguisher entry. |
| INT rcIpVpnRouteDistinguisherAsNumber | 1.3.6.1.4.1.2272.1.8.27.2.1.4 | INTEGER | read-create | The AS (Autonomous System) number is required along with the Assigned number to create a route-distinguisher entry. |
| U32 rcIpVpnRouteDistinguisherAssignedNum | 1.3.6.1.4.1.2272.1.8.27.2.1.5 | Unsigned32 | read-create | The assigned number is used in combination with the IpAddress or the AS number to create an entry for the route-distinguisher. |
| ROW rcIpVpnRouteDistinguisherRowStatus | 1.3.6.1.4.1.2272.1.8.27.2.1.6 | RowStatus | read-create | Row Status for the Route Distinguisher Table. |
| I32 rcIpVpnRouteTargetTableSize | 1.3.6.1.4.1.2272.1.8.27.3 | Integer32 | read-only | Size of Route Target Table |
| rcIpVpnRouteTargetTable | 1.3.6.1.4.1.2272.1.8.27.4 | not-accessible | This table specifies per-VRF route target association. | |
| rcIpVpnRouteTargetEntry | 1.3.6.1.4.1.2272.1.8.27.4.1 | not-accessible | An entry in this table is created for each route target configured for a VRF supporting a MPLS/BGP VPN instance. | |
| INT rcIpVpnRouteTargetIndex | 1.3.6.1.4.1.2272.1.8.27.4.1.1 | INTEGER | not-accessible | The Route Target Index is a unique value for the rcIpVpnRouteTargetTable. It is an incremental integer value. |
| INT rcIpVpnRouteTargetType | 1.3.6.1.4.1.2272.1.8.27.4.1.2 | INTEGER | read-only | The route target entry is identified on the basis of ipaddress for Autonomous System number. |
| IP rcIpVpnRouteTargetIpAddress | 1.3.6.1.4.1.2272.1.8.27.4.1.3 | IpAddress | read-create | The IpAddress is required along with the Assigned number to create a route-target entry. |
| INT rcIpVpnRouteTargetAsNumber | 1.3.6.1.4.1.2272.1.8.27.4.1.4 | INTEGER | read-create | The AS (Autonomous System) number is required along with the Assigned number to create a route-target entry. |
| U32 rcIpVpnRouteTargetAssignedNum | 1.3.6.1.4.1.2272.1.8.27.4.1.5 | Unsigned32 | read-create | The assigned number is used in combination with the IpAddress or the AS number to create an entry for the route-target table. |
| ROW rcIpVpnRouteTargetRowStatus | 1.3.6.1.4.1.2272.1.8.27.4.1.6 | RowStatus | read-create | Table Row Status. |
| rcIpGenPolicy | 1.3.6.1.4.1.2272.1.8.100 | |||
| I32 rcIpAsPathAccessListTableSize | 1.3.6.1.4.1.2272.1.8.100.1 | Integer32 | read-only | table size |
| rcIpAsPathAccessListTable | 1.3.6.1.4.1.2272.1.8.100.2 | not-accessible | IP As Path Access List table | |
| rcIpAsPathAccessListEntry | 1.3.6.1.4.1.2272.1.8.100.2.1 | not-accessible | An entry of Ip As Path Access List Table. | |
| INT rcIpAsPathAccessListId | 1.3.6.1.4.1.2272.1.8.100.2.1.1 | INTEGER | read-only | Path Access List entry Id. |
| INT rcIpAsPathAccessListMemberId | 1.3.6.1.4.1.2272.1.8.100.2.1.2 | INTEGER | read-only | frq. at which hello sent. |
| INT rcIpAsPathAccessListMode | 1.3.6.1.4.1.2272.1.8.100.2.1.3 | INTEGER | read-write | Path Access List Mode, permit or deny. |
| OCT rcIpAsPathAccessListAsRegularExpression | 1.3.6.1.4.1.2272.1.8.100.2.1.4 | OCTET STRING | read-write | IP Path Access List Regular Expression |
| ROW rcIpAsPathAccessListRowStatus | 1.3.6.1.4.1.2272.1.8.100.2.1.5 | RowStatus | read-write | Table row status. |
| I32 rcIpCommunityAccessListTableSize | 1.3.6.1.4.1.2272.1.8.100.3 | Integer32 | read-only | table size |
| rcIpCommunityAccessListTable | 1.3.6.1.4.1.2272.1.8.100.4 | not-accessible | IP CommunityAccess List table | |
| rcIpCommunityAccessListEntry | 1.3.6.1.4.1.2272.1.8.100.4.1 | not-accessible | An entry of Ip CommunityAccess List Table. | |
| INT rcIpCommunityAccessListId | 1.3.6.1.4.1.2272.1.8.100.4.1.1 | INTEGER | read-only | IP CommunityAccess entry List Id |
| INT rcIpCommunityAccessListMemberId | 1.3.6.1.4.1.2272.1.8.100.4.1.2 | INTEGER | read-only | frq. at which hello sent. |
| INT rcIpCommunityAccessListMode | 1.3.6.1.4.1.2272.1.8.100.4.1.3 | INTEGER | read-write | IP Community Access List Mode, permit or deny. |
| OCT rcIpCommunityAccessListCommunity | 1.3.6.1.4.1.2272.1.8.100.4.1.4 | OCTET STRING | read-write | IP Community Access List Community string. |
| ROW rcIpCommunityAccessListRowStatus | 1.3.6.1.4.1.2272.1.8.100.4.1.5 | RowStatus | read-write | IP Community Access Table Row Status. |
| I32 rcIpAccessListTableSize | 1.3.6.1.4.1.2272.1.8.100.5 | Integer32 | read-only | table size |
| rcIpAccessListTable | 1.3.6.1.4.1.2272.1.8.100.6 | not-accessible | IP Access List table | |
| rcIpAccessListEntry | 1.3.6.1.4.1.2272.1.8.100.6.1 | not-accessible | An entry of Ip Access List Table. | |
| INT rcIpAccessListId | 1.3.6.1.4.1.2272.1.8.100.6.1.1 | INTEGER | read-only | |
| INT rcIpAccessListMode | 1.3.6.1.4.1.2272.1.8.100.6.1.2 | INTEGER | read-only | |
| IP rcIpAccessListNetwork | 1.3.6.1.4.1.2272.1.8.100.6.1.3 | IpAddress | read-write | |
| IP rcIpAccessListNetworkMask | 1.3.6.1.4.1.2272.1.8.100.6.1.4 | IpAddress | read-write | |
| STR rcIpAccessListName | 1.3.6.1.4.1.2272.1.8.100.6.1.5 | DisplayString | read-write | |
| ROW rcIpAccessListRowStatus | 1.3.6.1.4.1.2272.1.8.100.6.1.6 | RowStatus | read-write | |
| I32 rcIpExtendedAccessListTableSize | 1.3.6.1.4.1.2272.1.8.100.7 | Integer32 | read-only | table size |
| rcIpExtendedAccessListTable | 1.3.6.1.4.1.2272.1.8.100.8 | not-accessible | IP Extended Access List table | |
| rcIpExtendedAccessListEntry | 1.3.6.1.4.1.2272.1.8.100.8.1 | not-accessible | An entry of Ip Extended Access List Table. | |
| INT rcIpExtendedAccessListId | 1.3.6.1.4.1.2272.1.8.100.8.1.1 | INTEGER | read-only | |
| INT rcIpExtendedAccessListMode | 1.3.6.1.4.1.2272.1.8.100.8.1.2 | INTEGER | read-only | |
| IP rcIpExtendedAccessListNetwork | 1.3.6.1.4.1.2272.1.8.100.8.1.3 | IpAddress | read-only | |
| IP rcIpExtendedAccessListNetworkWildCard | 1.3.6.1.4.1.2272.1.8.100.8.1.4 | IpAddress | read-only | |
| IP rcIpExtendedAccessListNetworkMask | 1.3.6.1.4.1.2272.1.8.100.8.1.5 | IpAddress | read-only | |
| IP rcIpExtendedAccessListNetworkMaskWildCard | 1.3.6.1.4.1.2272.1.8.100.8.1.6 | IpAddress | read-only | |
| STR rcIpExtendedAccessListName | 1.3.6.1.4.1.2272.1.8.100.8.1.7 | DisplayString | read-write | |
| ROW rcIpExtendedAccessListRowStatus | 1.3.6.1.4.1.2272.1.8.100.8.1.8 | RowStatus | read-write | |
| I32 rcIpPrefixListTableSize | 1.3.6.1.4.1.2272.1.8.100.9 | Integer32 | read-only | table size |
| rcIpPrefixListTable | 1.3.6.1.4.1.2272.1.8.100.10 | not-accessible | IP Prefix List table | |
| rcIpPrefixListEntry | 1.3.6.1.4.1.2272.1.8.100.10.1 | not-accessible | An entry of Ip Prefix List Table. | |
| I32 rcIpPrefixListId | 1.3.6.1.4.1.2272.1.8.100.10.1.1 | Integer32 | read-only | ListId |
| IP rcIpPrefixListPrefix | 1.3.6.1.4.1.2272.1.8.100.10.1.2 | IpAddress | read-only | Is a member of a specific prefix list. Adding the prefix to the given prefix list |
| INT rcIpPrefixListPrefixMaskLen | 1.3.6.1.4.1.2272.1.8.100.10.1.3 | INTEGER | read-only | prefix mask length |
| INT rcIpPrefixListMaskLenFrom | 1.3.6.1.4.1.2272.1.8.100.10.1.4 | INTEGER | read-write | used with mask len |
| INT rcIpPrefixListMaskLenUpto | 1.3.6.1.4.1.2272.1.8.100.10.1.5 | INTEGER | read-write | used with mask len |
| STR rcIpPrefixListName | 1.3.6.1.4.1.2272.1.8.100.10.1.6 | DisplayString | read-write | list name |
| ROW rcIpPrefixListRowStatus | 1.3.6.1.4.1.2272.1.8.100.10.1.7 | RowStatus | read-write | row status |
| I32 rcIpRoutePolicyTableSize | 1.3.6.1.4.1.2272.1.8.100.11 | Integer32 | read-only | table size |
| T/F rcIpRoutePolicyApply | 1.3.6.1.4.1.2272.1.8.100.12 | TruthValue | read-write | Used to apply Ip Route Policy |
| rcIpRoutePolicyTable | 1.3.6.1.4.1.2272.1.8.100.13 | not-accessible | IP Route Map table | |
| rcIpRoutePolicyEntry | 1.3.6.1.4.1.2272.1.8.100.13.1 | not-accessible | An entry of Ip Route Map Table. | |
| I32 rcIpRoutePolicyId | 1.3.6.1.4.1.2272.1.8.100.13.1.1 | Integer32 | read-only | Index used to identify a group of policies in the route policy tableRoute map id |
| I32 rcIpRoutePolicySequenceNumber | 1.3.6.1.4.1.2272.1.8.100.13.1.2 | Integer32 | read-only | second 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 rcIpRoutePolicyName | 1.3.6.1.4.1.2272.1.8.100.13.1.3 | DisplayString | read-write | Is 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 rcIpRoutePolicyEnable | 1.3.6.1.4.1.2272.1.8.100.13.1.4 | TruthValue | read-write | Value specified here indicate whether this policy is enabled or not. If disabled policy sould not be used. |
| INT rcIpRoutePolicyMode | 1.3.6.1.4.1.2272.1.8.100.13.1.5 | INTEGER | read-write | specifies 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 rcIpRoutePolicyMatchProtocol | 1.3.6.1.4.1.2272.1.8.100.13.1.6 | INTEGER | read-write | Match 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 rcIpRoutePolicyMatchAsPath | 1.3.6.1.4.1.2272.1.8.100.13.1.7 | DisplayString | read-write | Applicable to BGP protocol only. Match the BGP autonomous system path. This will override the BGP neighbor filter list info. |
| STR rcIpRoutePolicyMatchCommunity | 1.3.6.1.4.1.2272.1.8.100.13.1.8 | DisplayString | read-write | Applicable to BGP protocol only. Filter incoming/outgoing updates based on communities. |
| ENA rcIpRoutePolicyMatchCommunityExact | 1.3.6.1.4.1.2272.1.8.100.13.1.9 | EnableValue | read-write | If enabled indicates the match has be an exact (i.e., all of the communities specified in the path has to be matched). |
| STR rcIpRoutePolicyMatchNetwork | 1.3.6.1.4.1.2272.1.8.100.13.1.10 | RcLongDisplayString | read-write | can specify one or more prefix list name or id(s) |
| STR rcIpRoutePolicyMatchIpRouteSource | 1.3.6.1.4.1.2272.1.8.100.13.1.11 | RcLongDisplayString | read-write | In 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 rcIpRoutePolicyMatchNextHop | 1.3.6.1.4.1.2272.1.8.100.13.1.12 | RcLongDisplayString | read-write | In 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 rcIpRoutePolicyMatchInterface | 1.3.6.1.4.1.2272.1.8.100.13.1.13 | RcLongDisplayString | read-write | Match received interface. Only for rip routes. Ignored in all other cases. |
| INT rcIpRoutePolicyMatchRouteType | 1.3.6.1.4.1.2272.1.8.100.13.1.14 | INTEGER | read-write | For 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 rcIpRoutePolicyMatchMetric | 1.3.6.1.4.1.2272.1.8.100.13.1.15 | INTEGER | read-write | Match mec field in the incoming advertisement. |
| STR rcIpRoutePolicyMatchTag | 1.3.6.1.4.1.2272.1.8.100.13.1.16 | DisplayString | read-write | specifies a list of tag(s), that will be used during the match criteria process.contains one or more tag values.. |
| INT rcIpRoutePolicySetRoutePreference | 1.3.6.1.4.1.2272.1.8.100.13.1.17 | INTEGER | read-write | if non-zero specifies the route preference value to be assigned to the routes that applies this policy.contains one or more tag values.. |
| STR rcIpRoutePolicySetAsPath | 1.3.6.1.4.1.2272.1.8.100.13.1.18 | DisplayString | read-write | The AS path vaule to be used whether the SetAsPathMode is Tag or Prepend.as-path string.. |
| INT rcIpRoutePolicySetAsPathMode | 1.3.6.1.4.1.2272.1.8.100.13.1.19 | INTEGER | read-write | It can be either tag or prepend tag. applicable only while redistributing routes to BGP.Converts the tag of a route into AS path. |
| ENA rcIpRoutePolicySetAutomaticTag | 1.3.6.1.4.1.2272.1.8.100.13.1.20 | EnableValue | read-write | |
| STR rcIpRoutePolicySetCommunityNumber | 1.3.6.1.4.1.2272.1.8.100.13.1.21 | DisplayString | read-write | this value can be a number (1..42949672000) or no-export or no-advertise. Applicable to BGP advertisments.community number. |
| INT rcIpRoutePolicySetCommunityMode | 1.3.6.1.4.1.2272.1.8.100.13.1.22 | INTEGER | read-write | this 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 rcIpRoutePolicySetMetricTypeInternal | 1.3.6.1.4.1.2272.1.8.100.13.1.23 | Integer32 | read-write | Indicates to set the MED value for routes advertised to ebgp nbrs to the IGP metric value. |
| INT rcIpRoutePolicySetMetric | 1.3.6.1.4.1.2272.1.8.100.13.1.24 | INTEGER | read-write | Value 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 rcIpRoutePolicySetMetricType | 1.3.6.1.4.1.2272.1.8.100.13.1.25 | INTEGER | read-write | Metric type for the routes to be imported into OSPF routing protocol, which passed the matching criteria configured in this route policy. |
| IP rcIpRoutePolicySetNextHop | 1.3.6.1.4.1.2272.1.8.100.13.1.26 | IpAddress | read-write | IpAddress of the next hop router. Ignored for DVMRP routes. |
| INT rcIpRoutePolicySetOrigin | 1.3.6.1.4.1.2272.1.8.100.13.1.27 | INTEGER | read-write | igp/egp/incomplete Applicable to BGP protocol only. If not set uses the route origin from the Ip routing table (protocol). |
| I32 rcIpRoutePolicySetLocalPref | 1.3.6.1.4.1.2272.1.8.100.13.1.28 | Integer32 | read-write | this value will be used during route decision process in the BGP protocol. Applicable to BGP only. |
| I32 rcIpRoutePolicySetOriginEgpAs | 1.3.6.1.4.1.2272.1.8.100.13.1.29 | Integer32 | read-write | indicates the Remote autonomous sys number. Applicable to BGP only. |
| I32 rcIpRoutePolicySetTag | 1.3.6.1.4.1.2272.1.8.100.13.1.30 | Integer32 | read-write | Value 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 rcIpRoutePolicySetWeight | 1.3.6.1.4.1.2272.1.8.100.13.1.31 | Integer32 | read-write | Should 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 rcIpRoutePolicySetInjectNetList | 1.3.6.1.4.1.2272.1.8.100.13.1.32 | DisplayString | read-write | specifies 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 rcIpRoutePolicyRowStatus | 1.3.6.1.4.1.2272.1.8.100.13.1.33 | RowStatus | read-write | row status |
| IP rcIpRoutePolicySetMask | 1.3.6.1.4.1.2272.1.8.100.13.1.34 | IpAddress | read-write | Set Mask Ip Address |
| ENA rcIpRoutePolicyNssaPbit | 1.3.6.1.4.1.2272.1.8.100.13.1.35 | EnableValue | read-write | Set/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 rcIpRoutePolicyMatchVrf | 1.3.6.1.4.1.2272.1.8.100.13.1.36 | IdList | read-write | An array used to identify which source VRFs have leaked routes to the local VRF |
| STR rcIpRoutePolicyMatchExtCommunity | 1.3.6.1.4.1.2272.1.8.100.13.1.37 | DisplayString | read-create | Filter incoming/outgoing updates based on communities |
| STR rcIpRoutePolicySetExtCommunity | 1.3.6.1.4.1.2272.1.8.100.13.1.38 | DisplayString | read-create | Set Extended-community string. |
| INT rcIpRoutePolicySetExtCommunityMode | 1.3.6.1.4.1.2272.1.8.100.13.1.39 | INTEGER | read-create | This value can be either additive, unchanged or overwrite. |
| I32 rcIpRoutePolicyMatchLocalPref | 1.3.6.1.4.1.2272.1.8.100.13.1.40 | Integer32 | read-create | Match Local Prefix value. |
| STR rcIpRoutePolicyMatchIpRouteDest | 1.3.6.1.4.1.2272.1.8.100.13.1.41 | RcLongDisplayString | read-create | to match route destination, one can specify one or more prefix list name(s) or id(s) separated by comma. |
| OCT rcIpRoutePolicyMatchExtendedPref | 1.3.6.1.4.1.2272.1.8.100.13.1.42 | OCTET STRING | read-create | To associate extended ACL(access control list) with the route policy. User can associate one or multiple extended ACLs. |
| ADR rcIpRoutePolicyIpv6SetNextHop | 1.3.6.1.4.1.2272.1.8.100.13.1.43 | Ipv6Address | read-create | Address of the ipv6 next hop router. Ignored for DVMRP routes. |
| I32 rcIpRedistributeTableSize | 1.3.6.1.4.1.2272.1.8.100.14 | Integer32 | read-only | table size |
| T/F rcIpRedistributeApply | 1.3.6.1.4.1.2272.1.8.100.15 | TruthValue | read-write | Apply Ip Redistribution |
| rcIpRedistributeTable | 1.3.6.1.4.1.2272.1.8.100.16 | not-accessible | IP Redistribute table | |
| rcIpRedistributeEntry | 1.3.6.1.4.1.2272.1.8.100.16.1 | not-accessible | An entry of Ip Redistribute Table. | |
| INT rcIpRedistributeProtocol | 1.3.6.1.4.1.2272.1.8.100.16.1.1 | INTEGER | read-only | Protocol is any one of the dynamic routing protocol, which is interested in receiving the external routing info. |
| INT rcIpRedistributeRouteSource | 1.3.6.1.4.1.2272.1.8.100.16.1.2 | INTEGER | read-only | equivalent 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 rcIpRedistributeEnable | 1.3.6.1.4.1.2272.1.8.100.16.1.3 | EnableValue | read-write | Enable/Disable. By default this is enabled. |
| INT rcIpRedistributeMetric | 1.3.6.1.4.1.2272.1.8.100.16.1.4 | INTEGER | read-write | value 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 rcIpRedistributeMetricType | 1.3.6.1.4.1.2272.1.8.100.16.1.5 | INTEGER | read-write | specifies 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 rcIpRedistributeMatchRouteType | 1.3.6.1.4.1.2272.1.8.100.16.1.6 | INTEGER | read-write | used to filter a route based on the route type. applicable to BGP. |
| I32 rcIpRedistributeSetTag | 1.3.6.1.4.1.2272.1.8.100.16.1.7 | Integer32 | read-write | Tag value to be set in the advertisment. |
| INT rcIpRedistributeSubnets | 1.3.6.1.4.1.2272.1.8.100.16.1.8 | INTEGER | read-write | applicable to OSPF only. Indicates that all the subnets need to be advertised individually. |
| STR rcIpRedistributeRoutePolicy | 1.3.6.1.4.1.2272.1.8.100.16.1.9 | DisplayString | read-write | specify 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 rcIpRedistributeASNumber | 1.3.6.1.4.1.2272.1.8.100.16.1.10 | Integer32 | read-write | Autonomous system number. Used only for the BGP protocol. |
| I32 rcIpRedistributeWeight | 1.3.6.1.4.1.2272.1.8.100.16.1.11 | Integer32 | read-write | used only for the BGP protocol. |
| I32 rcIpRedistributeDefaultOriginate | 1.3.6.1.4.1.2272.1.8.100.16.1.12 | Integer32 | read-write | indicates the given protocol will originate/advertise a default route. |
| ROW rcIpRedistributeRowStatus | 1.3.6.1.4.1.2272.1.8.100.16.1.13 | RowStatus | read-write | row status |
| INT rcIpRedistributeLevel | 1.3.6.1.4.1.2272.1.8.100.16.1.14 | INTEGER | read-write | This 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 rcIpOspfInFilterTableSize | 1.3.6.1.4.1.2272.1.8.100.17 | Integer32 | read-only | table size |
| T/F rcIpOspfInFilterApply | 1.3.6.1.4.1.2272.1.8.100.18 | TruthValue | read-write | Used to Apply Ip Ospf In Filter |
| rcIpOspfInFilterTable | 1.3.6.1.4.1.2272.1.8.100.19 | not-accessible | IP Ospf In Filter table | |
| rcIpOspfInFilterEntry | 1.3.6.1.4.1.2272.1.8.100.19.1 | not-accessible | An entry of Ip Ospf In Filter Table. | |
| IP rcIpOspfInFilterAdvertisingRtr | 1.3.6.1.4.1.2272.1.8.100.19.1.1 | IpAddress | read-only | |
| ENA rcIpOspfInFilterEnable | 1.3.6.1.4.1.2272.1.8.100.19.1.2 | EnableValue | read-write | IfIndex |
| INT rcIpOspfInFilterMetricType | 1.3.6.1.4.1.2272.1.8.100.19.1.3 | INTEGER | read-write | |
| STR rcIpOspfInFilterPolicyName | 1.3.6.1.4.1.2272.1.8.100.19.1.4 | DisplayString | read-write | |
| ROW rcIpOspfInFilterRowStatus | 1.3.6.1.4.1.2272.1.8.100.19.1.5 | RowStatus | read-write | |
| I32 rcIpRoutePrefTableSize | 1.3.6.1.4.1.2272.1.8.100.20 | Integer32 | read-only | table size |
| rcIpRoutePrefTable | 1.3.6.1.4.1.2272.1.8.100.21 | not-accessible | IP Route Pref table | |
| rcIpRoutePrefEntry | 1.3.6.1.4.1.2272.1.8.100.21.1 | not-accessible | An entry of Ip Route Pref Table. | |
| INT rcIpRoutePrefProtocol | 1.3.6.1.4.1.2272.1.8.100.21.1.1 | INTEGER | read-only | Protocol |
| INT rcIpRoutePrefDefault | 1.3.6.1.4.1.2272.1.8.100.21.1.2 | INTEGER | read-only | Shows the default preference value for the given protocol. |
| INT rcIpRoutePrefConfigured | 1.3.6.1.4.1.2272.1.8.100.21.1.3 | INTEGER | read-write | This value is configurable by the user |
| rcIpRedistributeInterVrfTable | 1.3.6.1.4.1.2272.1.8.100.22 | not-accessible | IP Redistribute table for Inter-VRFs | |
| rcIpRedistributeInterVrfEntry | 1.3.6.1.4.1.2272.1.8.100.22.1 | not-accessible | An entry of Ip Redistribute Table.(new) | |
| OID rcIpRedistributeInterVrfDstVrfId | 1.3.6.1.4.1.2272.1.8.100.22.1.1 | VrfIdentifier | not-accessible | dst VRF id used in the redistribution |
| INT rcIpRedistributeInterVrfProtocol | 1.3.6.1.4.1.2272.1.8.100.22.1.2 | INTEGER | not-accessible | Protocol is any one of the dynamic routing protocol, which is interested in receiving the external routing info. |
| OID rcIpRedistributeInterVrfSrcVrfId | 1.3.6.1.4.1.2272.1.8.100.22.1.3 | VrfIdentifier | not-accessible | src VRF id used in the redistribution |
| INT rcIpRedistributeInterVrfRouteSource | 1.3.6.1.4.1.2272.1.8.100.22.1.4 | INTEGER | not-accessible | equivalent 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 rcIpRedistributeInterVrfEnable | 1.3.6.1.4.1.2272.1.8.100.22.1.5 | EnableValue | read-write | Enable/Disable. By default this is enabled. |
| INT rcIpRedistributeInterVrfMetric | 1.3.6.1.4.1.2272.1.8.100.22.1.6 | INTEGER | read-write | value of the metric to be announced in the advertisment |
| INT rcIpRedistributeInterVrfMetricType | 1.3.6.1.4.1.2272.1.8.100.22.1.7 | INTEGER | read-write | specifies the type of the metric type, useful for OSPF and BGP only. |
| INT rcIpRedistributeInterVrfMatchRouteType | 1.3.6.1.4.1.2272.1.8.100.22.1.8 | INTEGER | read-write | used to filter a route based on the route type. applicable to BGP. |
| I32 rcIpRedistributeInterVrfSetTag | 1.3.6.1.4.1.2272.1.8.100.22.1.9 | Integer32 | read-write | Tag value to be set in the advertisment. |
| INT rcIpRedistributeInterVrfSubnets | 1.3.6.1.4.1.2272.1.8.100.22.1.10 | INTEGER | read-write | applicable to OSPF only. Indicates that all the subnets need to be advertised individually. |
| STR rcIpRedistributeInterVrfRoutePolicy | 1.3.6.1.4.1.2272.1.8.100.22.1.11 | DisplayString | read-write | specify 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 rcIpRedistributeInterVrfASNumber | 1.3.6.1.4.1.2272.1.8.100.22.1.12 | Integer32 | read-write | Autonomous system number. Used only for the BGP protocol. |
| I32 rcIpRedistributeInterVrfWeight | 1.3.6.1.4.1.2272.1.8.100.22.1.13 | Integer32 | read-write | used only for the BGP protocol. |
| I32 rcIpRedistributeInterVrfDefaultOriginate | 1.3.6.1.4.1.2272.1.8.100.22.1.14 | Integer32 | read-write | indicates the given protocol will originate/advertise a default route. |
| ROW rcIpRedistributeInterVrfRowStatus | 1.3.6.1.4.1.2272.1.8.100.22.1.15 | RowStatus | read-write | row status |
| I32 rcIpExtCommunityAccessListTableSize | 1.3.6.1.4.1.2272.1.8.100.23 | Integer32 | read-only | IP Extended Community Access List table size. |
| rcIpExtCommunityAccessListTable | 1.3.6.1.4.1.2272.1.8.100.24 | not-accessible | IP Extended Community Access List table. | |
| rcIpExtCommunityAccessListEntry | 1.3.6.1.4.1.2272.1.8.100.24.1 | not-accessible | An entry of Ip Extended Community Access List Table. | |
| INT rcIpExtCommunityAccessListId | 1.3.6.1.4.1.2272.1.8.100.24.1.1 | INTEGER | not-accessible | IP extended Community Access List Id |
| INT rcIpExtCommunityAccessListMemberId | 1.3.6.1.4.1.2272.1.8.100.24.1.2 | INTEGER | not-accessible | Member Id for the extended-community list to be added |
| INT rcIpExtCommunityAccessListRTType | 1.3.6.1.4.1.2272.1.8.100.24.1.3 | INTEGER | read-only | The route target Type for IP Extended Community rule in the list |
| IP rcIpExtCommunityAccessListRTAddress | 1.3.6.1.4.1.2272.1.8.100.24.1.4 | IpAddress | read-create | Extended community Ip address for the route-target type entry. |
| INT rcIpExtCommunityAccessListRTAsNumber | 1.3.6.1.4.1.2272.1.8.100.24.1.5 | INTEGER | read-create | Extended community Asnumber for the route-target type entry. |
| U32 rcIpExtCommunityAccessListRTAssignedNum | 1.3.6.1.4.1.2272.1.8.100.24.1.6 | Unsigned32 | read-create | Extended community assigned number for the route-target type entry. |
| INT rcIpExtCommunityAccessListSooType | 1.3.6.1.4.1.2272.1.8.100.24.1.7 | INTEGER | read-only | The site of origin Type for IP Extended Community Access List |
| IP rcIpExtCommunityAccessListSooAddress | 1.3.6.1.4.1.2272.1.8.100.24.1.8 | IpAddress | read-create | Extended community Ip address for the site-of-origin type of entry. |
| INT rcIpExtCommunityAccessListSooAsNumber | 1.3.6.1.4.1.2272.1.8.100.24.1.9 | INTEGER | read-create | Extended community AsNumber for the site-of-origin type of entry. |
| U32 rcIpExtCommunityAccessListSooAssignedNum | 1.3.6.1.4.1.2272.1.8.100.24.1.10 | Unsigned32 | read-create | Extended community assigned number for the site-of-origin type of entry. |
| OID rcIpExtCommunityAccessListVrfId | 1.3.6.1.4.1.2272.1.8.100.24.1.11 | VrfIdentifier | read-create | VrfId for the extended-community Access list. |
| ROW rcIpExtCommunityAccessListRowStatus | 1.3.6.1.4.1.2272.1.8.100.24.1.12 | RowStatus | read-create | IP Ext Community Table Row Status. |
| rcIpExtACLTable | 1.3.6.1.4.1.2272.1.8.100.25 | not-accessible | This 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. | |
| rcIpExtACLEntry | 1.3.6.1.4.1.2272.1.8.100.25.1 | not-accessible | An 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 rcIpExtACLPrefixSourceAddr | 1.3.6.1.4.1.2272.1.8.100.25.1.1 | IpAddress | not-accessible | This is the source address of the prefix. |
| IP rcIpExtACLPrefixSourceMask | 1.3.6.1.4.1.2272.1.8.100.25.1.2 | IpAddress | not-accessible | This is the source mask of the prefix. |
| IP rcIpExtACLPrefixDestinationAddr | 1.3.6.1.4.1.2272.1.8.100.25.1.3 | IpAddress | not-accessible | This is the destination address of the prefix. |
| IP rcIpExtACLPrefixDestinationMask | 1.3.6.1.4.1.2272.1.8.100.25.1.4 | IpAddress | not-accessible | This is a destination mask of the prefix. |
| STR rcIpExtACLPrefixName | 1.3.6.1.4.1.2272.1.8.100.25.1.5 | SnmpAdminString | not-accessible | This is the extended ACL list to which the prefixes belongs. An extended ACL list must have one prefix at least. |
| ROW rcIpExtACLPrefixRowStatus | 1.3.6.1.4.1.2272.1.8.100.25.1.6 | RowStatus | read-create | Used to create/delete prefixes from ACL list. |
| rcIpBgp | 1.3.6.1.4.1.2272.1.8.101 | |||
| rcIpBgpGeneralGroup | 1.3.6.1.4.1.2272.1.8.101.1 | |||
| I32 rcIpBgpGeneralGroupLocalAs | 1.3.6.1.4.1.2272.1.8.101.1.1 | Integer32 | read-write | Local Autonomous system number |
| ENA rcIpBgpGeneralGroupAdminStatus | 1.3.6.1.4.1.2272.1.8.101.1.2 | EnableValue | read-write | Disable or Enable group administrative |
| I32 rcIpBgpGeneralGroupDefaultMetric | 1.3.6.1.4.1.2272.1.8.101.1.3 | Integer32 | read-write | The 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 rcIpBgpGeneralGroupDefaultLocalPreference | 1.3.6.1.4.1.2272.1.8.101.1.4 | Integer32 | read-write | Default local preference attribute value to be used |
| T/F rcIpBgpGeneralGroupDefaultInformationOriginate | 1.3.6.1.4.1.2272.1.8.101.1.5 | TruthValue | read-write | allows the redistribution of network 0.0.0.0 into BGP |
| ENA rcIpBgpGeneralGroupBestPathMissingAsWorst | 1.3.6.1.4.1.2272.1.8.101.1.6 | EnableValue | read-write | Enable 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 rcIpBgpGeneralGroupBestPathMedConfed | 1.3.6.1.4.1.2272.1.8.101.1.7 | EnableValue | read-write | To enable MED comparison among paths learned from confederation peers. Disable to prevent considering the MED attribute in comparing paths |
| ENA rcIpBgpGeneralGroupIgnoreIllegalRouterId | 1.3.6.1.4.1.2272.1.8.101.1.8 | EnableValue | read-write | Configures 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 rcIpBgpGeneralGroupAlwaysCompareMed | 1.3.6.1.4.1.2272.1.8.101.1.9 | EnableValue | read-write | Enable to allow the comparison of the Multi Exit Discriminator (MED) for paths from neighbors in different autonomous systems. |
| ENA rcIpBgpGeneralGroupAutoPeerRestart | 1.3.6.1.4.1.2272.1.8.101.1.10 | EnableValue | read-write | Enable the feature that automatically restarts the connection to a BGP peer when the connection goes down. |
| ENA rcIpBgpGeneralGroupAutoSummary | 1.3.6.1.4.1.2272.1.8.101.1.11 | EnableValue | read-write | Enable BGP to summarize networks based on class limlts (Class A,B,C networks). |
| ENA rcIpBgpGeneralGroupSynchronization | 1.3.6.1.4.1.2272.1.8.101.1.12 | EnableValue | read-write | Enables and disables the router from accepting routes from BGP peers without waiting for an update from the IBGP. |
| I32 rcIpBgpGeneralGroupMaxEqualcostRoutes | 1.3.6.1.4.1.2272.1.8.101.1.13 | Integer32 | read-write | Sets the number of maximum number of equal-cost routes that can be stored in the routing table. |
| ENA rcIpBgpGeneralGroupIbgpReportImportRoute | 1.3.6.1.4.1.2272.1.8.101.1.14 | EnableValue | read-write | Configure BGP to report imported routes to an interior BGP peer. |
| ENA rcIpBgpGeneralGroupAggregate | 1.3.6.1.4.1.2272.1.8.101.1.15 | EnableValue | read-write | |
| ENA rcIpBgpGeneralGroupFlapDampEnable | 1.3.6.1.4.1.2272.1.8.101.1.16 | EnableValue | read-write | Enabled or Disabled |
| I32 rcIpBgpGeneralGroupDebugMask | 1.3.6.1.4.1.2272.1.8.101.1.17 | Integer32 | read-write | value 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 rcIpBgpGeneralGroupTrapEnable | 1.3.6.1.4.1.2272.1.8.101.1.18 | EnableValue | read-write | |
| ENA rcIpBgpGeneralGroupQuickStart | 1.3.6.1.4.1.2272.1.8.101.1.19 | EnableValue | read-write | Enable the flag to avoid flap penalty and trigger the peer start event quickly |
| ENA rcIpBgpGeneralGroupDeterministicMed | 1.3.6.1.4.1.2272.1.8.101.1.20 | EnableValue | read-write | Enable to allow the comparison of the Multi Exit Discriminator (MED) for paths from neighbors in same autonomous system. |
| ENA rcIpBgpGeneralGroupRouteRefresh | 1.3.6.1.4.1.2272.1.8.101.1.21 | EnableValue | read-write | Route Refresh for Bgp. |
| STR rcIpBgpGeneralGroupRoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.1.22 | DisplayString | read-write | Route Policy Name that will be applied to all routes which enter the VRF table. |
| STR rcIpBgpGeneralGroupRoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.1.23 | DisplayString | read-write | Route policy name that will be applied to all routes which are sent out of this VRF instance. |
| T/F rcIpBgpGeneralGroupDefaultInformationOriginateIpv6 | 1.3.6.1.4.1.2272.1.8.101.1.24 | TruthValue | read-write | allows the redistribution of default ipv6 network into BGP |
| OCT rcIpBgpGeneralGroupNewLocalAs | 1.3.6.1.4.1.2272.1.8.101.1.25 | OCTET STRING | read-write | Local Autonomous system number |
| ENA rcIpBgpGeneralGroup4ByteAs | 1.3.6.1.4.1.2272.1.8.101.1.26 | EnableValue | read-write | 4 Byte As number enable |
| ENA rcIpBgpGeneralGroupAsDot | 1.3.6.1.4.1.2272.1.8.101.1.27 | EnableValue | read-write | As number in Dot format |
| I32 rcIpBgpAggregateTableSize | 1.3.6.1.4.1.2272.1.8.101.2 | Integer32 | read-only | Size of Aggregate Table |
| rcIpBgpAggregateTable | 1.3.6.1.4.1.2272.1.8.101.3 | not-accessible | To specify the list of aggregate prefixes to be created by the BGP routing process and the options to be used while aggregating. | |
| rcIpBgpAggregateEntry | 1.3.6.1.4.1.2272.1.8.101.3.1 | not-accessible | An entry of rcIpBgp Aggregate Address In Table. | |
| IP rcIpBgpAggregateAddress | 1.3.6.1.4.1.2272.1.8.101.3.1.1 | IpAddress | read-only | Prefix to create an aggregate address in BGP routing table. |
| IP rcIpBgpAggregateMask | 1.3.6.1.4.1.2272.1.8.101.3.1.2 | IpAddress | read-only | Mask for the aggregrate |
| ENA rcIpBgpAggregateAsSetGenerate | 1.3.6.1.4.1.2272.1.8.101.3.1.3 | EnableValue | read-write | Enable Generates autonomous system set path information. |
| ENA rcIpBgpAggregateSummaryOnly | 1.3.6.1.4.1.2272.1.8.101.3.1.4 | EnableValue | read-write | Filters all more specific routes from updates. |
| STR rcIpBgpAggregateSuppressPolicy | 1.3.6.1.4.1.2272.1.8.101.3.1.5 | DisplayString | read-write | Name of route policy used to select the routes to be suppressed. |
| STR rcIpBgpAggregateAdvertisePolicy | 1.3.6.1.4.1.2272.1.8.101.3.1.6 | DisplayString | read-write | Name of route policy used to select the routes to create AS-SET origin communities. |
| STR rcIpBgpAggregateAttributePolicy | 1.3.6.1.4.1.2272.1.8.101.3.1.7 | DisplayString | read-write | Name of route policy used to set the attribute of the aggregate route. |
| ROW rcIpBgpAggregateRowStatus | 1.3.6.1.4.1.2272.1.8.101.3.1.8 | RowStatus | read-write | Row status for create/delete. |
| rcIpBgpConfederationGroup | 1.3.6.1.4.1.2272.1.8.101.4 | |||
| INT rcIpBgpConfederationIdentifier | 1.3.6.1.4.1.2272.1.8.101.4.1 | INTEGER | read-write | Confederation AS identifier |
| OCT rcIpBgpConfederationPeers | 1.3.6.1.4.1.2272.1.8.101.4.2 | OCTET STRING | read-write | The 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; |
| rcIpBgpRouteReflectorGroup | 1.3.6.1.4.1.2272.1.8.101.5 | |||
| ENA rcIpBgpRouteReflectionEnable | 1.3.6.1.4.1.2272.1.8.101.5.1 | EnableValue | read-write | Enable Route Reflection on this router |
| IP rcIpBgpRouteReflectorClusterId | 1.3.6.1.4.1.2272.1.8.101.5.2 | IpAddress | read-write | Cluster ID of this router acting as a route reflector |
| ENA rcIpBgpRouteReflectorClientToClientReflection | 1.3.6.1.4.1.2272.1.8.101.5.3 | EnableValue | read-write | When 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 rcIpBgpRouteReflectionOperState | 1.3.6.1.4.1.2272.1.8.101.5.4 | EnableValue | read-only | Displays the current route reflection operational state |
| I32 rcIpBgpNetworkTableSize | 1.3.6.1.4.1.2272.1.8.101.6 | Integer32 | read-only | Network Prefix table size |
| rcIpBgpNetworkTable | 1.3.6.1.4.1.2272.1.8.101.7 | not-accessible | 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 | |
| rcIpBgpNetworkEntry | 1.3.6.1.4.1.2272.1.8.101.7.1 | not-accessible | An entry In NetworkTable. | |
| IP rcIpBgpNetworkAddr | 1.3.6.1.4.1.2272.1.8.101.7.1.1 | IpAddress | read-write | Network prefix that BGP will advertise. |
| IP rcIpBgpNetworkMask | 1.3.6.1.4.1.2272.1.8.101.7.1.2 | IpAddress | read-only | Network mask |
| ROW rcIpBgpNetworkRowStatus | 1.3.6.1.4.1.2272.1.8.101.7.1.3 | RowStatus | read-write | Row status for create/delete. |
| INT rcIpBgpNetworkMetric | 1.3.6.1.4.1.2272.1.8.101.7.1.4 | INTEGER | read-write | Value 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 rcIpBgpPeerTableSize | 1.3.6.1.4.1.2272.1.8.101.8 | Integer32 | read-only | BGP peer table size |
| rcIpBgpPeerTable | 1.3.6.1.4.1.2272.1.8.101.9 | not-accessible | IP BGP Peer table | |
| rcIpBgpPeerEntry | 1.3.6.1.4.1.2272.1.8.101.9.1 | not-accessible | An entry of Ip rcIpBgp Peer Table. | |
| INT rcIpBgpPeerEnable | 1.3.6.1.4.1.2272.1.8.101.9.1.1 | INTEGER | read-write | Enable/Disable: controls whether the peer connection is enabled or disabled |
| IP rcIpBgpPeerIpAddress | 1.3.6.1.4.1.2272.1.8.101.9.1.2 | IpAddress | read-only | The Ip address of this peer |
| INT rcIpBgpPeerRemoteAs | 1.3.6.1.4.1.2272.1.8.101.9.1.3 | INTEGER | read-write | Remote Autonomous system number of this peer |
| STR rcIpBgpPeerGroupName | 1.3.6.1.4.1.2272.1.8.101.9.1.4 | DisplayString | read-write | Peer group name to which this peer belongs (optional) |
| ENA rcIpBgpPeerDefaultOriginate | 1.3.6.1.4.1.2272.1.8.101.9.1.5 | EnableValue | read-write | To 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 rcIpBgpPeerEbgpMultiHop | 1.3.6.1.4.1.2272.1.8.101.9.1.6 | EnableValue | read-write | To accept and attempt BGP connections to external peers residing on networks that are not directly connected |
| INT rcIpBgpPeerAdvertisementInterval | 1.3.6.1.4.1.2272.1.8.101.9.1.7 | INTEGER | read-write | To set the minimum interval between the sending of BGP routing updates Time in seconds. Integer from 5 to 120. |
| STR rcIpBgpPeerPassword | 1.3.6.1.4.1.2272.1.8.101.9.1.8 | DisplayString | read-write | To enable MD5 authentication on a TCP connection between two BGP peers Case-sensitive password of up to 80 character |
| INT rcIpBgpPeerWeight | 1.3.6.1.4.1.2272.1.8.101.9.1.9 | INTEGER | read-write | To assign an absolute weight to a BGP network. It can be an integer from 0 to 65535. |
| INT rcIpBgpPeerMaxPrefix | 1.3.6.1.4.1.2272.1.8.101.9.1.10 | INTEGER | read-write | Sets a limit on the number of routes that will be accepted from a neighbor. A value of zero indicates no limit |
| T/F rcIpBgpPeerNextHopSelf | 1.3.6.1.4.1.2272.1.8.101.9.1.11 | TruthValue | read-write | Set NextHop Attribute to local router address before sending updates to remote peer |
| STR rcIpBgpPeerRoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.9.1.12 | DisplayString | read-write | Route Policy Name that will be applied to all networks learned from this peer |
| STR rcIpBgpPeerRoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.9.1.13 | DisplayString | read-write | Route policy name that will be applied to all outgoing updates |
| T/F rcIpBgpPeerRouteReflectorClient | 1.3.6.1.4.1.2272.1.8.101.9.1.14 | TruthValue | read-write | Indicates whether this peer is a route reflector client. |
| ENA rcIpBgpPeerSoftReconfigurationIn | 1.3.6.1.4.1.2272.1.8.101.9.1.15 | EnableValue | read-write | If 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 rcIpBgpPeerSoftReconfiguration | 1.3.6.1.4.1.2272.1.8.101.9.1.16 | INTEGER | read-write | If 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 rcIpBgpPeerRemovePrivateAs | 1.3.6.1.4.1.2272.1.8.101.9.1.17 | EnableValue | read-write | Enable and disable private AS number from being stripped when sending an update |
| ROW rcIpBgpPeerRowStatus | 1.3.6.1.4.1.2272.1.8.101.9.1.18 | RowStatus | read-write | Used to create/delete entries in the Table. |
| ENA rcIpBgpPeerMD5Authentication | 1.3.6.1.4.1.2272.1.8.101.9.1.19 | EnableValue | read-write | Enable and Disable MD5 authentication |
| INT rcIpBgpPeerDebugMask | 1.3.6.1.4.1.2272.1.8.101.9.1.20 | INTEGER | read-write | value 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 rcIpBgpPeerSendCommunity | 1.3.6.1.4.1.2272.1.8.101.9.1.21 | EnableValue | read-write | |
| IP rcIpBgpPeerUpdateSourceInterface | 1.3.6.1.4.1.2272.1.8.101.9.1.22 | IpAddress | read-write | The IP address to be used for Circuitless IP. |
| INT rcIpBgpPeerState | 1.3.6.1.4.1.2272.1.8.101.9.1.25 | INTEGER | read-only | The BGP peer connection state. |
| OCT rcIpBgpPeerLastError | 1.3.6.1.4.1.2272.1.8.101.9.1.26 | OCTET STRING | read-only | The 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 rcIpBgpPeerVpnv4Address | 1.3.6.1.4.1.2272.1.8.101.9.1.27 | EnableValue | read-create | The vpnv4 routes specified. |
| ENA rcIpBgpPeerIpvpnLiteCap | 1.3.6.1.4.1.2272.1.8.101.9.1.28 | EnableValue | read-create | The IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer. |
| IP rcIpBgpPeerSooAddress | 1.3.6.1.4.1.2272.1.8.101.9.1.29 | IpAddress | read-create | The site-of-origin ip address. |
| INT rcIpBgpPeerSooAsNumber | 1.3.6.1.4.1.2272.1.8.101.9.1.30 | INTEGER | read-create | The asnum for the site-of-origin for bgp peer. |
| U32 rcIpBgpPeerSooAssignedNum | 1.3.6.1.4.1.2272.1.8.101.9.1.31 | Unsigned32 | read-create | The Assigned number required along with asnum or address to configure the site-of-origin for bgp peer. |
| INT rcIpBgpPeerSooType | 1.3.6.1.4.1.2272.1.8.101.9.1.32 | INTEGER | read-only | The soo type can be asnum or ipaddress. |
| ENA rcIpBgpPeerRouteRefresh | 1.3.6.1.4.1.2272.1.8.101.9.1.33 | EnableValue | read-create | Route refresh for bgp peer. |
| ENA rcIpBgpPeerAsOverride | 1.3.6.1.4.1.2272.1.8.101.9.1.34 | EnableValue | read-create | The AS Override value can be enabled or disabled for bgp peer. |
| INT rcIpBgpPeerAllowAsIn | 1.3.6.1.4.1.2272.1.8.101.9.1.35 | INTEGER | read-create | The number of as-in allowed for bgp peer |
| ENA rcIpBgpPeerBfdEnable | 1.3.6.1.4.1.2272.1.8.101.9.1.36 | EnableValue | read-write | BFD Admin state flag. |
| I32 rcIpBgpPeerGroupTableSize | 1.3.6.1.4.1.2272.1.8.101.10 | Integer32 | read-only | BGP Peer Group table size |
| rcIpBgpPeerGroupTable | 1.3.6.1.4.1.2272.1.8.101.11 | not-accessible | IP 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 | |
| rcIpBgpPeerGroupEntry | 1.3.6.1.4.1.2272.1.8.101.11.1 | not-accessible | An entry of Ip rcIpBgp Peer Group Table. | |
| ENA rcIpBgpPeerGroupEnable | 1.3.6.1.4.1.2272.1.8.101.11.1.1 | EnableValue | read-create | Allows disabling a group of peers |
| I32 rcIpBgpPeerGroupIndex | 1.3.6.1.4.1.2272.1.8.101.11.1.2 | Integer32 | read-only | Index in to the Peer Group Table |
| STR rcIpBgpPeerGroupGroupName | 1.3.6.1.4.1.2272.1.8.101.11.1.3 | DisplayString | read-create | Name of the BGP peer group to which this neighbor belong |
| I32 rcIpBgpPeerGroupRemoteAs | 1.3.6.1.4.1.2272.1.8.101.11.1.4 | Integer32 | read-create | Remote Autonomous system number of this peer group (optional) |
| INT rcIpBgpPeerGroupDefaultOriginate | 1.3.6.1.4.1.2272.1.8.101.11.1.5 | INTEGER | read-create | Enabling 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 rcIpBgpPeerGroupEbgpMultiHop | 1.3.6.1.4.1.2272.1.8.101.11.1.6 | INTEGER | read-create | To accept and attempt BGP connections to external peers residing on networks that are not directly connected |
| I32 rcIpBgpPeerGroupAdvertisementInterval | 1.3.6.1.4.1.2272.1.8.101.11.1.7 | Integer32 | read-create | To set the minimum interval between the sending of BGP routing updates Time in seconds. Integer from 1 to 120. |
| I32 rcIpBgpPeerGroupKeepAlive | 1.3.6.1.4.1.2272.1.8.101.11.1.8 | Integer32 | read-create | To set the time interval in seconds between the sending of BGP keep alive messages to remote peers. |
| I32 rcIpBgpPeerGroupHoldTime | 1.3.6.1.4.1.2272.1.8.101.11.1.9 | Integer32 | read-create | To configure the hold time for the group of peers in seconds. Usually set to three times the value of the Keepalive time |
| I32 rcIpBgpPeerGroupWeight | 1.3.6.1.4.1.2272.1.8.101.11.1.10 | Integer32 | read-create | To assign an absolute weight to a BGP network. Absolute weight, or importance. It can be an integer from 0 to 65535. |
| I32 rcIpBgpPeerGroupMaxPrefix | 1.3.6.1.4.1.2272.1.8.101.11.1.11 | Integer32 | read-create | Sets 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 rcIpBgpPeerGroupNextHopSelf | 1.3.6.1.4.1.2272.1.8.101.11.1.12 | TruthValue | read-create | Set NextHop Attribute to local router address before sending updates to remote peers |
| STR rcIpBgpPeerGroupRoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.11.1.13 | DisplayString | read-create | Route Policy Name that will be applied to all networks learned from this group of peers |
| STR rcIpBgpPeerGroupRoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.11.1.14 | DisplayString | read-create | Route policy name that will be applied to all outgoing updates to this group of peers |
| T/F rcIpBgpPeerGroupRouteReflectorClient | 1.3.6.1.4.1.2272.1.8.101.11.1.15 | TruthValue | read-create | Indicates whether this group of peers is a route reflector client. |
| ENA rcIpBgpPeerGroupSoftReconfigurationIn | 1.3.6.1.4.1.2272.1.8.101.11.1.16 | EnableValue | read-create | If 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 rcIpBgpPeerGroupSoftReconfiguration | 1.3.6.1.4.1.2272.1.8.101.11.1.17 | INTEGER | read-create | If 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 rcIpBgpPeerGroupPassword | 1.3.6.1.4.1.2272.1.8.101.11.1.18 | DisplayString | read-create | To 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 rcIpBgpPeerGroupRemovePrivateAs | 1.3.6.1.4.1.2272.1.8.101.11.1.19 | EnableValue | read-create | Enable and disable private AS number from being stripped when sending an update |
| ROW rcIpBgpPeerGroupRowStatus | 1.3.6.1.4.1.2272.1.8.101.11.1.20 | RowStatus | read-create | row status |
| ENA rcIpBgpPeerGroupMD5Authentication | 1.3.6.1.4.1.2272.1.8.101.11.1.21 | EnableValue | read-create | Enable and Disable MD5 authentication |
| ENA rcIpBgpPeerGroupSendCommunity | 1.3.6.1.4.1.2272.1.8.101.11.1.22 | EnableValue | read-create | Enables or disables sending the update message community attribute to the specified peer. |
| IP rcIpBgpPeerGroupUpdateSourceInterface | 1.3.6.1.4.1.2272.1.8.101.11.1.23 | IpAddress | read-create | The IP address to used for circuitless IP for this peer group. |
| ENA rcIpBgpPeerGroupVpnv4Address | 1.3.6.1.4.1.2272.1.8.101.11.1.24 | EnableValue | read-create | The vpnv4 routes specified. |
| ENA rcIpBgpPeerGroupIpvpnLiteCap | 1.3.6.1.4.1.2272.1.8.101.11.1.25 | EnableValue | read-create | The IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer group. |
| IP rcIpBgpPeerGroupSooAddress | 1.3.6.1.4.1.2272.1.8.101.11.1.26 | IpAddress | read-create | The site-of-origin ipaddress. |
| I32 rcIpBgpPeerGroupSooAsNumber | 1.3.6.1.4.1.2272.1.8.101.11.1.27 | Integer32 | read-create | The asnum for site-of-origin for bgp peer group. |
| U32 rcIpBgpPeerGroupSooAssignedNum | 1.3.6.1.4.1.2272.1.8.101.11.1.28 | Unsigned32 | read-create | The Assigned number required along with asnum or address to configure the site-of-origin for bgp peer group. |
| INT rcIpBgpPeerGroupSooType | 1.3.6.1.4.1.2272.1.8.101.11.1.29 | INTEGER | read-only | The soo type can be asnum or ipaddress. |
| ENA rcIpBgpPeerGroupRouteRefresh | 1.3.6.1.4.1.2272.1.8.101.11.1.30 | EnableValue | read-create | Route refresh for bgp peer group. |
| ENA rcIpBgpPeerGroupAsOverride | 1.3.6.1.4.1.2272.1.8.101.11.1.31 | EnableValue | read-create | The AS Override value can be enabled or disabled for bgp peer group. |
| I32 rcIpBgpPeerGroupAllowAsIn | 1.3.6.1.4.1.2272.1.8.101.11.1.32 | Integer32 | read-create | The number of as-in allowed for bgp peer group. |
| T/F rcIpBgpPeerGroupDefaultOriginateIpv6 | 1.3.6.1.4.1.2272.1.8.101.11.1.33 | TruthValue | read-create | Enabling 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 rcIpBgpPeerGroupAfUpdateSourceInterfaceType | 1.3.6.1.4.1.2272.1.8.101.11.1.34 | InetAddressType | read-create | The Inet address type used for circuitless IP for this peer group. |
| IP rcIpBgpPeerGroupAfUpdateSourceInterface | 1.3.6.1.4.1.2272.1.8.101.11.1.35 | InetAddress | read-create | The Inet address to used for circuitless IP for this peer group. |
| ENA rcIpBgpPeerGroupIpv6Cap | 1.3.6.1.4.1.2272.1.8.101.11.1.36 | EnableValue | read-create | The ipv6 capability can be enabled or disabled on the bgp neighbor peer group. |
| STR rcIpBgpPeerGroupIpv6RoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.11.1.37 | DisplayString | read-create | Ipv6 Route Policy Name that will be applied to all networks learned from this group of peers |
| STR rcIpBgpPeerGroupIpv6RoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.11.1.38 | DisplayString | read-create | Ipv6 Route policy name that will be applied to all outgoing updates to this group of peers |
| T/F rcIpBgpPeerGroupBfdEnable | 1.3.6.1.4.1.2272.1.8.101.11.1.39 | TruthValue | read-create | Bfd can be enabled or disabled for bgp peer group. |
| I32 rcIpBgpRcvdDampenedPathAttrTableSize | 1.3.6.1.4.1.2272.1.8.101.12 | Integer32 | read-only | table size |
| rcIpBgpRcvdDampenedPathAttrTable | 1.3.6.1.4.1.2272.1.8.101.13 | not-accessible | This table contains info about paths to destination networks received from all BGP-4 peers | |
| rcIpBgpDampenedPathAttrEntry | 1.3.6.1.4.1.2272.1.8.101.13.1 | not-accessible | Information about a path to a networks | |
| IP rcIpBgpPathAttrPeer | 1.3.6.1.4.1.2272.1.8.101.13.1.1 | IpAddress | read-only | The IP address of the peer where the path info was learned |
| INT rcIpBgpPathAttrIpAddrPrefixLen | 1.3.6.1.4.1.2272.1.8.101.13.1.2 | INTEGER | read-only | Length in bits of the IP address prefix in the network Layer Reachablity Information field. |
| IP rcIpBgpPathAttrIpAddrPrefix | 1.3.6.1.4.1.2272.1.8.101.13.1.3 | IpAddress | read-only | An 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 rcIpBgpPathAttrFlapPenalty | 1.3.6.1.4.1.2272.1.8.101.13.1.4 | Integer32 | read-only | Penalty value based on number of route flaps |
| I32 rcIpBgpPathAttrFlapCount | 1.3.6.1.4.1.2272.1.8.101.13.1.5 | Integer32 | read-only | Number of times a route flapped since the last time the penalty was reset to zero |
| INT rcIpBgpPathAttrRouteDampened | 1.3.6.1.4.1.2272.1.8.101.13.1.6 | INTEGER | read-only | Shows whether this route is currently suppressed from being announced |
| I32 rcIpBgpPathAttrReuseTime | 1.3.6.1.4.1.2272.1.8.101.13.1.7 | Integer32 | read-only | Re use time is the system configured time for route reuse |
| I32 rcIpBgpPathAttrReuseTimeRemain | 1.3.6.1.4.1.2272.1.8.101.13.1.8 | Integer32 | read-only | Re use time Remain is the number of seconds before the route will be reused |
| I32 rcIpBgp4PathAttrTableSize | 1.3.6.1.4.1.2272.1.8.101.14 | Integer32 | read-only | table size |
| rcIpBgp4PathAttrTable | 1.3.6.1.4.1.2272.1.8.101.15 | not-accessible | This table contains info about paths to destination networks received from all BGP-4 peers | |
| rcIpBgp4PathAttrEntry | 1.3.6.1.4.1.2272.1.8.101.15.1 | not-accessible | ||
| IP rcIpBgp4PathAttrPeer | 1.3.6.1.4.1.2272.1.8.101.15.1.1 | IpAddress | read-only | The IP address of the peer where the path info was learned |
| INT rcIpBgp4PathAttrIpAddrPrefixLen | 1.3.6.1.4.1.2272.1.8.101.15.1.2 | INTEGER | read-only | Length in bits of the IP address prefix in the network Layer Reachablity Information field. |
| IP rcIpBgp4PathAttrIpAddrPrefix | 1.3.6.1.4.1.2272.1.8.101.15.1.3 | IpAddress | read-only | An 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 rcIpBgp4PathAttrCommunities | 1.3.6.1.4.1.2272.1.8.101.15.1.4 | OCTET STRING | read-only | The 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 rcIpBgp4PathAttrOriginateId | 1.3.6.1.4.1.2272.1.8.101.15.1.5 | IpAddress | read-only | The IP address of the route who originates the routes |
| OCT rcIpBgp4PathAttrClusterId | 1.3.6.1.4.1.2272.1.8.101.15.1.6 | OCTET STRING | read-only | The 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. |
| rcIpBgpExt | 1.3.6.1.4.1.2272.1.8.101.16 | |||
| U32 rcIpBgpExtAggregateAfTableSize | 1.3.6.1.4.1.2272.1.8.101.16.1 | Unsigned32 | read-only | Size of address family independent bgp aggregate table |
| rcIpBgpExtAggregateAfTable | 1.3.6.1.4.1.2272.1.8.101.16.2 | not-accessible | Replaces 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. | |
| rcIpBgpExtAggregateAfEntry | 1.3.6.1.4.1.2272.1.8.101.16.2.1 | not-accessible | An entry of v4/v6 aggregate prefix to be created by BGP routing process and the options to be used while aggregating. | |
| IPt rcIpBgpExtAggregateAfAddressType | 1.3.6.1.4.1.2272.1.8.101.16.2.1.1 | InetAddressType | not-accessible | Inet Address Type of aggregate address. |
| IP rcIpBgpExtAggregateAfAddress | 1.3.6.1.4.1.2272.1.8.101.16.2.1.2 | InetAddress | not-accessible | V4 or V6 Prefix to create an aggregate address in BGP routing table. |
| ADR rcIpBgpExtAggregateAfPrefixLen | 1.3.6.1.4.1.2272.1.8.101.16.2.1.3 | InetAddressPrefixLength | not-accessible | Prefix length of the aggregate inet address |
| T/F rcIpBgpExtAggregateAfAsSetGenerate | 1.3.6.1.4.1.2272.1.8.101.16.2.1.4 | TruthValue | read-create | Enable Generates autonomous system set path information. |
| T/F rcIpBgpExtAggregateAfSummaryOnly | 1.3.6.1.4.1.2272.1.8.101.16.2.1.5 | TruthValue | read-create | Filters all more specific routes from updates. |
| STR rcIpBgpExtAggregateAfSuppressPolicy | 1.3.6.1.4.1.2272.1.8.101.16.2.1.6 | SnmpAdminString | read-create | Name of route policy used to select the routes to be suppressed. |
| STR rcIpBgpExtAggregateAfAdvertisePolicy | 1.3.6.1.4.1.2272.1.8.101.16.2.1.7 | SnmpAdminString | read-create | Name of route policy used to select the routes to create AS-SET origin communities. |
| STR rcIpBgpExtAggregateAfAttributePolicy | 1.3.6.1.4.1.2272.1.8.101.16.2.1.8 | SnmpAdminString | read-create | Name of route policy used to set the attribute of the aggregate route. |
| ROW rcIpBgpExtAggregateAfRowStatus | 1.3.6.1.4.1.2272.1.8.101.16.2.1.9 | RowStatus | read-create | Row status for create/delete. |
| U32 rcIpBgpExtNetworkAfTableSize | 1.3.6.1.4.1.2272.1.8.101.16.3 | Unsigned32 | read-only | Address family independent bgp Network Prefix table size |
| rcIpBgpExtNetworkAfTable | 1.3.6.1.4.1.2272.1.8.101.16.4 | not-accessible | This 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 | |
| rcIpBgpExtNetworkAfEntry | 1.3.6.1.4.1.2272.1.8.101.16.4.1 | not-accessible | An entry in bgp NetworkTable. | |
| IPt rcIpBgpExtNetworkAfAddrType | 1.3.6.1.4.1.2272.1.8.101.16.4.1.1 | InetAddressType | not-accessible | Inet address type of the Network prefix that BGP will advertise. |
| IP rcIpBgpExtNetworkAfAddr | 1.3.6.1.4.1.2272.1.8.101.16.4.1.2 | InetAddress | not-accessible | v4/v6 Network prefix that BGP will advertise. |
| ADR rcIpBgpExtNetworkAfPrefixLen | 1.3.6.1.4.1.2272.1.8.101.16.4.1.3 | InetAddressPrefixLength | not-accessible | Prefix length of the v4/v6 bgp network address |
| I32 rcIpBgpExtNetworkAfMetric | 1.3.6.1.4.1.2272.1.8.101.16.4.1.4 | Integer32 | read-create | Value 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 rcIpBgpExtNetworkAfRowStatus | 1.3.6.1.4.1.2272.1.8.101.16.4.1.5 | RowStatus | read-create | Row status for create/delete. |
| U32 rcIpBgpExtPeerAfTableSize | 1.3.6.1.4.1.2272.1.8.101.16.5 | Unsigned32 | read-only | Size of Address family independent BGP Peer Table |
| rcIpBgpExtPeerAfTable | 1.3.6.1.4.1.2272.1.8.101.16.6 | not-accessible | Extension 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. | |
| rcIpBgpExtPeerAfEntry | 1.3.6.1.4.1.2272.1.8.101.16.6.1 | not-accessible | Entry containing miscelleneous information (info not present in the standard BGP peer table) about the connection with a remote BGP peer . | |
| STR rcIpBgpExtPeerAfGroupName | 1.3.6.1.4.1.2272.1.8.101.16.6.1.1 | SnmpAdminString | read-create | Peer group name to which this peer belongs (optional) |
| T/F rcIpBgpExtPeerAfDefaultOriginate | 1.3.6.1.4.1.2272.1.8.101.16.6.1.2 | TruthValue | read-create | To 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 rcIpBgpExtPeerAfDefaultOriginateIpv6 | 1.3.6.1.4.1.2272.1.8.101.16.6.1.3 | TruthValue | read-create | To allow a BGP speaker (the local router) to Send the default ipv6 route to a neighbor for use as a default route |
| T/F rcIpBgpExtPeerAfEbgpMultiHop | 1.3.6.1.4.1.2272.1.8.101.16.6.1.4 | TruthValue | read-create | To accept and attempt BGP connections to external peers residing on networks that are not directly connected |
| I32 rcIpBgpExtPeerAfAdvertisementInterval | 1.3.6.1.4.1.2272.1.8.101.16.6.1.5 | Integer32 | read-create | To set the minimum interval between the sending Of BGP routing updates Time in seconds. Integer from 5 to 120. |
| STR rcIpBgpExtPeerAfPassword | 1.3.6.1.4.1.2272.1.8.101.16.6.1.6 | SnmpAdminString | read-create | To enable MD5 authentication on a TCP connection between two BGP Peers Case-sensitive password of up to 80 character |
| I32 rcIpBgpExtPeerAfWeight | 1.3.6.1.4.1.2272.1.8.101.16.6.1.7 | Integer32 | read-create | To assign an absolute weight to a BGP network. It can be an integer from 0 to 65535. |
| I32 rcIpBgpExtPeerAfMaxPrefix | 1.3.6.1.4.1.2272.1.8.101.16.6.1.8 | Integer32 | read-create | Sets a limit on the number of routes that will be accepted from a neighbor. A value of zero indicates no limit |
| T/F rcIpBgpExtPeerAfNextHopSelf | 1.3.6.1.4.1.2272.1.8.101.16.6.1.9 | TruthValue | read-create | Set NextHop Attribute to local router address Before sending updates to remote peer |
| STR rcIpBgpExtPeerAfRoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.16.6.1.10 | SnmpAdminString | read-create | Route Policy Name that will be applied to all Networks learned from this peer |
| STR rcIpBgpExtPeerAfRoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.16.6.1.11 | SnmpAdminString | read-create | Route policy name that will be applied to all outgoing updates |
| T/F rcIpBgpExtPeerAfRouteReflectorClient | 1.3.6.1.4.1.2272.1.8.101.16.6.1.12 | TruthValue | read-create | Indicates whether this peer is a route reflector client. |
| T/F rcIpBgpExtPeerAfSoftReconfigurationIn | 1.3.6.1.4.1.2272.1.8.101.16.6.1.13 | TruthValue | read-create | If 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 rcIpBgpExtPeerAfSoftReconfiguration | 1.3.6.1.4.1.2272.1.8.101.16.6.1.14 | INTEGER | read-create | If 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 rcIpBgpExtPeerAfRemovePrivateAs | 1.3.6.1.4.1.2272.1.8.101.16.6.1.15 | TruthValue | read-create | Enable and disable private AS number from being stripped when sending an update |
| T/F rcIpBgpExtPeerAfMD5Authentication | 1.3.6.1.4.1.2272.1.8.101.16.6.1.16 | TruthValue | read-create | Enable and Disable MD5 authentication |
| I32 rcIpBgpExtPeerAfDebugMask | 1.3.6.1.4.1.2272.1.8.101.16.6.1.17 | Integer32 | read-create | value 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 rcIpBgpExtPeerAfSendCommunity | 1.3.6.1.4.1.2272.1.8.101.16.6.1.18 | TruthValue | read-create | Enables or disables sending the update message community attribute to the specified peer. |
| IP rcIpBgpExtPeerAfUpdateSourceInterface | 1.3.6.1.4.1.2272.1.8.101.16.6.1.19 | InetAddress | read-create | The Inet address to be used for Circuitless IP. |
| T/F rcIpBgpExtPeerAfVpnv4Address | 1.3.6.1.4.1.2272.1.8.101.16.6.1.20 | TruthValue | read-create | The vpnv4 routes specified. |
| T/F rcIpBgpExtPeerAfIpv6Cap | 1.3.6.1.4.1.2272.1.8.101.16.6.1.21 | TruthValue | read-create | The ipv6 capability can be enabled or disabled on the bgp neighbor peer. |
| T/F rcIpBgpExtPeerAfIpvpnLiteCap | 1.3.6.1.4.1.2272.1.8.101.16.6.1.22 | TruthValue | read-create | The IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer. |
| IP rcIpBgpExtPeerAfSooAddress | 1.3.6.1.4.1.2272.1.8.101.16.6.1.23 | IpAddress | read-create | The site-of-origin ip address. |
| I32 rcIpBgpExtPeerAfSooAsNumber | 1.3.6.1.4.1.2272.1.8.101.16.6.1.24 | Integer32 | read-create | The asnum for the site-of-origin for bgp peer. |
| U32 rcIpBgpExtPeerAfSooAssignedNum | 1.3.6.1.4.1.2272.1.8.101.16.6.1.25 | Unsigned32 | read-create | The Assigned number required along with asnum or address to configure the site-of-origin for bgp peer. |
| INT rcIpBgpExtPeerAfSooType | 1.3.6.1.4.1.2272.1.8.101.16.6.1.26 | INTEGER | read-only | The soo type can be asnum or ipaddress. |
| T/F rcIpBgpExtPeerAfRouteRefresh | 1.3.6.1.4.1.2272.1.8.101.16.6.1.27 | TruthValue | read-create | Route refresh for bgp peer. |
| T/F rcIpBgpExtPeerAfAsOverride | 1.3.6.1.4.1.2272.1.8.101.16.6.1.28 | TruthValue | read-create | The AS Override value can be enabled or disabled for bgp peer. |
| I32 rcIpBgpExtPeerAfAllowAsIn | 1.3.6.1.4.1.2272.1.8.101.16.6.1.29 | Integer32 | read-create | The number of as-in allowed for bgp peer. |
| STR rcIpBgpExtPeerAfIpv6RoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.16.6.1.30 | SnmpAdminString | read-create | Ipv6 Route Policy Name that will be applied to all Networks learned from this peer |
| STR rcIpBgpExtPeerAfIpv6RoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.16.6.1.31 | SnmpAdminString | read-create | Ipv6 Route policy name that will be applied to all outgoing updates |
| T/F rcIpBgpExtPeerAfEnable | 1.3.6.1.4.1.2272.1.8.101.16.6.1.32 | TruthValue | read-create | Used to enable/disable bgp+ peer |
| INE rcIpBgpExtPeerAfRemoteAs | 1.3.6.1.4.1.2272.1.8.101.16.6.1.33 | InetAutonomousSystemNumber | read-create | Used to manually configure the remote as of the bgp+ peer. |
| U32 rcIpBgpExtPeerAfConnectRetryInterval | 1.3.6.1.4.1.2272.1.8.101.16.6.1.34 | Unsigned32 | read-create | Used to configure the ConnectRetry timer for the BGP+ peer. |
| U32 rcIpBgpExtPeerAfHoldTimeConfigured | 1.3.6.1.4.1.2272.1.8.101.16.6.1.35 | Unsigned32 | read-create | Used to configure the Hold Timer for the BGP+ peer. |
| U32 rcIpBgpExtPeerAfKeepAliveConfigured | 1.3.6.1.4.1.2272.1.8.101.16.6.1.36 | Unsigned32 | read-create | Used to configure the KeepAlive Timer for the BGP+ peer. |
| ROW rcIpBgpExtPeerAfRowStatus | 1.3.6.1.4.1.2272.1.8.101.16.6.1.37 | RowStatus | read-create | Used to create/delete entries in the Table. |
| OCT rcIpBgpExtPeerAfNewRemoteAs | 1.3.6.1.4.1.2272.1.8.101.16.6.1.38 | OCTET STRING | read-create | Remote Autonomous system number of this peer |
| T/F rcIpBgpExtPeerAfBfdEnable | 1.3.6.1.4.1.2272.1.8.101.16.6.1.39 | TruthValue | read-create | BFD Admin state flag. |
| rcIpBgpExtAfPathAttrTable | 1.3.6.1.4.1.2272.1.8.101.16.7 | not-accessible | Extension to rcIpBgpTmpAfPathAttrTable. This table contains info about additional BGP path attributes not covered in rcIpBgpTmpAfPathAttrTable. | |
| rcIpBgpExtAfPathAttrEntry | 1.3.6.1.4.1.2272.1.8.101.16.7.1 | not-accessible | Each entry contains data about additional path attributes associated with a given prefix in the rcIpBgpTmpNlriTable. | |
| OCT rcIpBgpExtAfPathAttrUnknown | 1.3.6.1.4.1.2272.1.8.101.16.7.1.1 | OCTET STRING | read-only | Replaces 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 rcIpBgpExtAfPathAttrCommunities | 1.3.6.1.4.1.2272.1.8.101.16.7.1.2 | OCTET STRING | read-only | The 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 rcIpBgpExtAfPathAttrOriginateId | 1.3.6.1.4.1.2272.1.8.101.16.7.1.3 | IpAddress | read-only | In a BGP+ context, the IP address of the router which originates the routes. |
| OCT rcIpBgpExtAfPathAttrClusterId | 1.3.6.1.4.1.2272.1.8.101.16.7.1.4 | OCTET STRING | read-only | The 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. |
| rcIpBgpTmp | 1.3.6.1.4.1.2272.1.8.101.17 | |||
| rcIpBgpTmpNotification | 1.3.6.1.4.1.2272.1.8.101.17.0 | |||
| NTF rcIpBgpTmpEstablishedNotification | 1.3.6.1.4.1.2272.1.8.101.17.0.1 | The 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 rcIpBgpTmpBackwardTransNotification | 1.3.6.1.4.1.2272.1.8.101.17.0.2 | The 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 rcIpBgpTmpAfEstablishedNotification | 1.3.6.1.4.1.2272.1.8.101.17.0.3 | The BGP Established event is generated when the BGP FSM enters the established state. | ||
| NTF rcIpBgpTmpAfBackwardTransitionNotification | 1.3.6.1.4.1.2272.1.8.101.17.0.4 | The 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 rcIpBgpTmpLocalAsNew | 1.3.6.1.4.1.2272.1.8.101.17.9 | InetAutonomousSystemNumber | read-only | The local autonomous system number. This object supports 4 byte ASes and replaces bgpLocalAs. |
| rcIpBgpTmpPeerAf | 1.3.6.1.4.1.2272.1.8.101.17.10 | |||
| rcIpBgpTmpPeerAfTable | 1.3.6.1.4.1.2272.1.8.101.17.10.1 | not-accessible | BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers. This table replaces bgpPeerTable. | |
| rcIpBgpTmpPeerAfEntry | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1 | not-accessible | Entry containing information about the connection with a remote BGP peer. | |
| U32 rcIpBgpTmpPeerAfInstance | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.1 | Unsigned32 | not-accessible | The 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 rcIpBgpTmpPeerAfLocalAddrType | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.2 | InetAddressType | not-accessible | The address family of the local end of the peering session. |
| IP rcIpBgpTmpPeerAfLocalAddr | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.3 | InetAddress | not-accessible | The local IP address of this entry's BGP connection. |
| IPt rcIpBgpTmpPeerAfRemoteAddrType | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.4 | InetAddressType | not-accessible | The address family of the remote end of the peering session. |
| IP rcIpBgpTmpPeerAfRemoteAddr | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.5 | InetAddress | not-accessible | The remote IP address of this entry's BGP peer. |
| INE rcIpBgpTmpPeerAfLocalPort | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.6 | InetPortNumber | read-only | The local port for the TCP connection between the BGP peers. |
| INE rcIpBgpTmpPeerAfLocalAs | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.7 | InetAutonomousSystemNumber | read-only | Some 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 rcIpBgpTmpPeerAfRemotePort | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.8 | InetPortNumber | read-only | The 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 rcIpBgpTmpPeerAfRemoteAs | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.9 | InetAutonomousSystemNumber | read-only | The remote autonomous system number received in the BGP OPEN message. |
| OID rcIpBgpTmpPeerAfIdentifier | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.10 | RcIpBgpTmpIdentifierTC | read-only | The 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 rcIpBgpTmpPeerAfAdminStatus | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.11 | INTEGER | read-only | Whether 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 rcIpBgpTmpPeerAfPeerState | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.12 | INTEGER | read-only | The BGP peer connection state. |
| U32 rcIpBgpTmpPeerAfConfiguredVersion | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.13 | Unsigned32 | read-only | The configured version to originally start with this remote peer. The BGP speaker may permit negotiation to a lower version number of the protocol. |
| U32 rcIpBgpTmpPeerAfNegotiatedVersion | 1.3.6.1.4.1.2272.1.8.101.17.10.1.1.14 | Unsigned32 | read-only | The 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. |
| rcIpBgpTmpPeerAfErrors | 1.3.6.1.4.1.2272.1.8.101.17.10.2 | |||
| rcIpBgpTmpPeerAfErrorsTable | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1 | not-accessible | On 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. | |
| rcIpBgpTmpPeerAfErrorsEntry | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1 | not-accessible | Each entry contains information about errors sent and received for a particular BGP peer. | |
| OCT rcIpBgpTmpPeerAfLastErrorCodeReceived | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.1 | OCTET STRING | read-only | The last error code received from this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero. |
| OCT rcIpBgpTmpPeerAfLastErrorSubCodeReceived | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.2 | OCTET STRING | read-only | The last subcode received from this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero. |
| TIM rcIpBgpTmpPeerAfLastErrorReceivedTime | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.3 | TimeStamp | read-only | The timestamp that the last NOTIFICATION was received from this peer. |
| STR rcIpBgpTmpPeerAfLastErrorReceivedText | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.4 | SnmpAdminString | read-only | This object contains an implementation specific explanation of the error that was reported. |
| OCT rcIpBgpTmpPeerAfLastErrorReceivedData | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.5 | OCTET STRING | read-only | The 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 rcIpBgpTmpPeerAfLastErrorCodeSent | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.6 | OCTET STRING | read-only | The last error code sent to this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero. |
| OCT rcIpBgpTmpPeerAfLastErrorSubCodeSent | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.7 | OCTET STRING | read-only | The last subcode sent to this peer via NOTIFICATION message on this connection. If no error has occurred, this field is zero. |
| TIM rcIpBgpTmpPeerAfLastErrorSentTime | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.8 | TimeStamp | read-only | The timestamp that the last NOTIFICATION was sent to this peer. |
| STR rcIpBgpTmpPeerAfLastErrorSentText | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.9 | SnmpAdminString | read-only | This object contains an implementation specific explanation of the error that is being reported. |
| OCT rcIpBgpTmpPeerAfLastErrorSentData | 1.3.6.1.4.1.2272.1.8.101.17.10.2.1.1.10 | OCTET STRING | read-only | The 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. |
| rcIpBgpTmpPeerAfTimers | 1.3.6.1.4.1.2272.1.8.101.17.10.3 | |||
| rcIpBgpTmpPeerAfEventTimesTable | 1.3.6.1.4.1.2272.1.8.101.17.10.3.1 | not-accessible | A table reporting the per-peering session amount of time elapsed and update events since the peering session advanced into the established state. | |
| rcIpBgpTmpPeerAfEventTimesEntry | 1.3.6.1.4.1.2272.1.8.101.17.10.3.1.1 | not-accessible | Each row contains a set of statistics about time spent and events encountered in the peer session established state. | |
| G32 rcIpBgpTmpPeerAfFsmEstablishedTime | 1.3.6.1.4.1.2272.1.8.101.17.10.3.1.1.1 | Gauge32 | read-only | This 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 rcIpBgpTmpPeerAfInUpdatesElapsedTime | 1.3.6.1.4.1.2272.1.8.101.17.10.3.1.1.2 | Gauge32 | read-only | Elapsed 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). |
| rcIpBgpTmpPeerAfConfiguredTimersTable | 1.3.6.1.4.1.2272.1.8.101.17.10.3.2 | not-accessible | Per peer management data on BGP session timers. | |
| rcIpBgpTmpPeerAfConfiguredTimersEntry | 1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1 | not-accessible | Each entry corresponds to the current state of BGP timers on a given peering session. | |
| U32 rcIpBgpTmpPeerAfConnectRetryInterval | 1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.1 | Unsigned32 | read-only | Time interval (in seconds) for the ConnectRetry timer. The suggested value for this timer is 120 seconds. |
| U32 rcIpBgpTmpPeerAfHoldTimeConfigured | 1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.2 | Unsigned32 | read-only | Time 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 rcIpBgpTmpPeerAfKeepAliveConfigured | 1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.3 | Unsigned32 | read-only | Time 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 rcIpBgpTmpPeerAfMinASOrigInterval | 1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.4 | Unsigned32 | read-only | Time interval (in seconds) for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds. |
| U32 rcIpBgpTmpPeerAfMinRouteAdverInterval | 1.3.6.1.4.1.2272.1.8.101.17.10.3.2.1.5 | Unsigned32 | read-only | Time 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. |
| rcIpBgpTmpPeerAfNegotiatedTimersTable | 1.3.6.1.4.1.2272.1.8.101.17.10.3.3 | not-accessible | Configured 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. | |
| rcIpBgpTmpPeerAfNegotiatedTimersEntry | 1.3.6.1.4.1.2272.1.8.101.17.10.3.3.1 | not-accessible | Each entry reflects a value of the currently operational, negotiated timer as reflected in the rcIpBgpTmpPeerAfNegotiatedTimersEntry. | |
| U32 rcIpBgpTmpPeerAfHoldTime | 1.3.6.1.4.1.2272.1.8.101.17.10.3.3.1.1 | Unsigned32 | read-only | The 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 rcIpBgpTmpPeerAfKeepAlive | 1.3.6.1.4.1.2272.1.8.101.17.10.3.3.1.2 | Unsigned32 | read-only | Time 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. |
| rcIpBgpTmpPeerAfCounters | 1.3.6.1.4.1.2272.1.8.101.17.10.4 | |||
| rcIpBgpTmpPeerAfCountersTable | 1.3.6.1.4.1.2272.1.8.101.17.10.4.1 | not-accessible | The counters associated with a BGP Peer. | |
| rcIpBgpTmpPeerAfCountersEntry | 1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1 | not-accessible | Each entry contains counters of message transmissions and FSM transitions for a given BGP Peering session. | |
| C32 rcIpBgpTmpPeerAfInUpdates | 1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.1 | Counter32 | read-only | The number of BGP UPDATE messages received on this connection. |
| C32 rcIpBgpTmpPeerAfOutUpdates | 1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.2 | Counter32 | read-only | The number of BGP UPDATE messages transmitted on this connection. |
| C32 rcIpBgpTmpPeerAfInTotalMessages | 1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.3 | Counter32 | read-only | The total number of messages received from the remote peer on this connection. |
| C32 rcIpBgpTmpPeerAfOutTotalMessages | 1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.4 | Counter32 | read-only | The total number of messages transmitted to the remote peer on this connection. |
| C32 rcIpBgpTmpPeerAfFsmEstablishedTransitions | 1.3.6.1.4.1.2272.1.8.101.17.10.4.1.1.5 | Counter32 | read-only | The total number of times the BGP FSM transitioned into the established state for this peer. |
| rcIpBgpTmpRib | 1.3.6.1.4.1.2272.1.8.101.17.11 | |||
| rcIpBgpTmpNlriTable | 1.3.6.1.4.1.2272.1.8.101.17.11.1 | not-accessible | The 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. | |
| rcIpBgpTmpNlriEntry | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1 | not-accessible | Information about a path to a network. | |
| U32 rcIpBgpTmpNlriIndex | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.1 | Unsigned32 | not-accessible | This 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 rcIpBgpTmpNlriAfi | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.2 | RcIpBgpTmpAddressFamilyIdentifierTC | not-accessible | The address family of the prefix for this NLRI. Note that the AFI is not necessarily equivalent to the an InetAddressType. |
| ADR rcIpBgpTmpNlriSafi | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.3 | RcIpBgpTmpSubsequentAddressFamilyIdentifierTC | not-accessible | The subsequent address family of the prefix for this NLRI |
| IPt rcIpBgpTmpNlriPrefixType | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.4 | InetAddressType | read-only | The 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 rcIpBgpTmpNlriPrefix | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.5 | InetAddress | not-accessible | An 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 rcIpBgpTmpNlriPrefixLen | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.6 | InetAddressPrefixLength | not-accessible | Length in bits of the address prefix in the Network Layer Reachability Information field. |
| T/F rcIpBgpTmpNlriBest | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.7 | TruthValue | read-only | An indication of whether or not this route was chosen as the best BGP4 route for this destination. |
| U32 rcIpBgpTmpNlriCalcLocalPref | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.8 | Unsigned32 | read-only | The 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 rcIpBgpTmpAfPathAttrIndex | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.9 | Unsigned32 | read-only | This 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 rcIpBgpTmpAfPathAttrUnknownIndex | 1.3.6.1.4.1.2272.1.8.101.17.11.1.1.10 | Unsigned32 | read-only | This 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 rcIpBgpTmpAfPathAttrCounter | 1.3.6.1.4.1.2272.1.8.101.17.11.3 | Counter32 | read-only | The number of entries in the rcIpBgpTmpAfPathAttrTable. |
| rcIpBgpTmpAfPathAttrTable | 1.3.6.1.4.1.2272.1.8.101.17.11.4 | not-accessible | Provides per advertised network-prefix attribute data, as advertised over a peering session. | |
| rcIpBgpTmpAfPathAttrEntry | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1 | not-accessible | Each entry contains data about path attributes associated with a given prefix in the rcIpBgpTmpNlriTable. | |
| INT rcIpBgpTmpAfPathAttrOrigin | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.1 | INTEGER | read-only | The ultimate origin of the path information. |
| IPt rcIpBgpTmpAfPathAttrNextHopAddrType | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.2 | InetAddressType | read-only | The address family of the address for the border router that should be used to access the destination network. |
| IP rcIpBgpTmpAfPathAttrNextHopAddr | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.3 | InetAddress | read-only | The 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 rcIpBgpTmpAfPathAttrLinkLocalNextHopAddrType | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.4 | InetAddressType | read-only | The 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 rcIpBgpTmpAfPathAttrLinkLocalNextHopAddr | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.5 | InetAddress | read-only | This 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 rcIpBgpTmpAfPathAttrMedPresent | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.6 | TruthValue | read-only | This value is true when the MED value was sent in the UPDATE message. |
| U32 rcIpBgpTmpAfPathAttrMed | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.7 | Unsigned32 | read-only | This 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 rcIpBgpTmpAfPathAttrLocalPref | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.8 | Unsigned32 | read-only | The 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 rcIpBgpTmpAfPathAttrAtomicAggregate | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.9 | INTEGER | read-only | When 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 rcIpBgpTmpAfPathAttrAggregatorAS | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.10 | InetAutonomousSystemNumber | read-only | The 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 rcIpBgpTmpAfPathAttrAggregatorAddr | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.11 | RcIpBgpTmpIdentifierTC | read-only | The 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 rcIpBgpTmpAsPathCalcLength | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.12 | Unsigned32 | read-only | This 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 rcIpBgpTmpAsPathIndex | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.13 | Unsigned32 | read-only | This 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 rcIpBgpTmpAsPathString | 1.3.6.1.4.1.2272.1.8.101.17.11.4.1.14 | SnmpAdminString | read-only | This 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. |
| rcIpBgpTmpExtensions | 1.3.6.1.4.1.2272.1.8.101.17.12 | |||
| rcIpMpls | 1.3.6.1.4.1.2272.1.8.102 | |||
| rcIpMplsIfTable | 1.3.6.1.4.1.2272.1.8.102.20 | not-accessible | A table used to maintain MPLS information for a particular interface. | |
| rcIpMplsIfEntry | 1.3.6.1.4.1.2272.1.8.102.20.1 | not-accessible | Entry 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 rcIpMplsIfIfIndex | 1.3.6.1.4.1.2272.1.8.102.20.1.1 | InterfaceIndexOrZero | not-accessible | An unique value to identify a physical interface or a logical interface (VLAN). |
| ENA rcIpMplsIfLdpAdminState | 1.3.6.1.4.1.2272.1.8.102.20.1.2 | EnableValue | read-create | Indicates whether LDP is enabled on the interface. |
| U32 rcIpMplsIfLdpSessionKeepAlive | 1.3.6.1.4.1.2272.1.8.102.20.1.3 | Unsigned32 | read-create | Configures 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 rcIpMplsIfLdpHelloHoldTime | 1.3.6.1.4.1.2272.1.8.102.20.1.4 | Unsigned32 | read-create | Configures 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 rcIpMplsIfLdpTransportAddr | 1.3.6.1.4.1.2272.1.8.102.20.1.5 | INTEGER | read-create | Configures the transport address of the LDP lsp. If not set then transport address will be the MPLS router id. |
| INT rcIpMplsIfLdpImportPolicy | 1.3.6.1.4.1.2272.1.8.102.20.1.6 | INTEGER | read-create | Configures 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 rcIpMplsIfRsvpAdminState | 1.3.6.1.4.1.2272.1.8.102.20.1.7 | EnableValue | read-create | Indicates whether RSVP is enabled on the interface. |
| INT rcIpMplsIfRefreshReduction | 1.3.6.1.4.1.2272.1.8.102.20.1.8 | INTEGER | read-create | Indicates whether RSVP refresh reduction is enabled or not. If set to global, refresh reduction will take the global RSVP refresh reduction value. |
| U32 rcIpMplsIfRefreshInterval | 1.3.6.1.4.1.2272.1.8.102.20.1.9 | Unsigned32 | read-create | Configures the RSVP refresh interval on the interface. If set to zero, the refresh interval will default to the global rsvp refresh interval. |
| U32 rcIpMplsIfRefreshMultiplier | 1.3.6.1.4.1.2272.1.8.102.20.1.10 | Unsigned32 | read-create | Configures the RSVP refresh multiplier for the interface. If set to zero, the refresh interval will default to to global rsvp refresh multiplier. |
| U32 rcIpMplsIfRsvpHelloInterval | 1.3.6.1.4.1.2272.1.8.102.20.1.11 | Unsigned32 | read-create | Configures 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 rcIpMplsIfMessageBundling | 1.3.6.1.4.1.2272.1.8.102.20.1.12 | INTEGER | read-create | Indicates whether RSVP message bundling is enabled or not. If set to global, message bundling will take the global RSVP message bundling value. |
| U32 rcIpMplsIfMtu | 1.3.6.1.4.1.2272.1.8.102.20.1.13 | Unsigned32 | read-create | Configures the mtu of the mpls interface. The value cannot exceed that of the system mtu size. |
| ROW rcIpMplsIfRowStatus | 1.3.6.1.4.1.2272.1.8.102.20.1.14 | RowStatus | read-create | Used to create/delete entries |
| rcIpInterVrfStaticRoute | 1.3.6.1.4.1.2272.1.8.103 | |||
| I32 rcIpInterVrfStaticRouteTableSize | 1.3.6.1.4.1.2272.1.8.103.1 | Integer32 | read-only | size of Ip Static Route Table. |
| rcIpInterVrfStaticRouteTable | 1.3.6.1.4.1.2272.1.8.103.2 | not-accessible | This 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. | |
| rcIpInterVrfStaticRouteEntry | 1.3.6.1.4.1.2272.1.8.103.2.1 | not-accessible | A static route to a particular destination. | |
| OID rcIpInterVrfStaticRouteOwnerVrfId | 1.3.6.1.4.1.2272.1.8.103.2.1.1 | VrfIdentifier | not-accessible | Owner VRF id of the static route |
| IP rcIpInterVrfStaticRouteDest | 1.3.6.1.4.1.2272.1.8.103.2.1.2 | IpAddress | not-accessible | The 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 rcIpInterVrfStaticRouteMask | 1.3.6.1.4.1.2272.1.8.103.2.1.3 | IpAddress | not-accessible | Indicate 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 rcIpInterVrfStaticRouteNextHop | 1.3.6.1.4.1.2272.1.8.103.2.1.4 | IpAddress | not-accessible | The 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 rcIpInterVrfStaticRouteMetric | 1.3.6.1.4.1.2272.1.8.103.2.1.5 | INTEGER | read-write | The 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 rcIpInterVrfStaticRouteIfIndex | 1.3.6.1.4.1.2272.1.8.103.2.1.6 | InterfaceIndex | read-only | The 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 rcIpInterVrfStaticRoutePreference | 1.3.6.1.4.1.2272.1.8.103.2.1.7 | INTEGER | read-write | Used 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 rcIpInterVrfStaticRouteEnable | 1.3.6.1.4.1.2272.1.8.103.2.1.8 | TruthValue | read-write | Used to enable/disable this entry. |
| INT rcIpInterVrfStaticRouteStatus | 1.3.6.1.4.1.2272.1.8.103.2.1.9 | INTEGER | read-only | Used to indicate the current status of this entry. |
| ROW rcIpInterVrfStaticRouteRowStatus | 1.3.6.1.4.1.2272.1.8.103.2.1.10 | RowStatus | read-write | Used to create/delete entries |
| T/F rcIpInterVrfStaticRouteLocalNextHop | 1.3.6.1.4.1.2272.1.8.103.2.1.11 | TruthValue | read-write | Used 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 rcIpInterVrfStaticRouteNextHopVrfId | 1.3.6.1.4.1.2272.1.8.103.2.1.12 | VrfIdentifier | read-write | Used to indicate nhVrfId in inter-VRF static-route configuration |
| rcIpBfd | 1.3.6.1.4.1.2272.1.8.104 | |||
| T/F rcIpBfdTrapEnabled | 1.3.6.1.4.1.2272.1.8.104.1 | TruthValue | read-write | Used to indicate whether BFD traps should be sent or not |
| U32 rcIpBfdHoldOffTimerInterval | 1.3.6.1.4.1.2272.1.8.104.2 | Unsigned32 | read-write | This object specifies the hold off timer interval, in seconds. 0 means that hold off timer is disabled. |
| rcIpStaticMRoute | 1.3.6.1.4.1.2272.1.8.105 | |||
| rcIpStaticMRouteMib | 1.3.6.1.4.1.2272.1.8.105.1 | |||
| rcIpStaticMRouteNotifications | 1.3.6.1.4.1.2272.1.8.105.1.0 | |||
| rcIpStaticMRouteObjects | 1.3.6.1.4.1.2272.1.8.105.1.1 | |||
| rcIpStaticMRouteTable | 1.3.6.1.4.1.2272.1.8.105.1.1.1 | not-accessible | This 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. | |
| rcIpStaticMRouteEntry | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1 | not-accessible | A static MRoute to a particular destination. | |
| IPt rcIpStaticMRouteIpAddressType | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.1 | InetAddressType | not-accessible | The address type of Static MRoute IP address. |
| IP rcIpStaticMRouteIpAddress | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.2 | InetAddress | not-accessible | Static MRoute IP address denotes the destination network for which the route is being added. |
| ADR rcIpStaticMRouteMask | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.3 | InetAddressPrefixLength | not-accessible | Denotes the IP subnet mask of the Static MRoute. |
| IPt rcIpStaticMRouteRpfAddressType | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.4 | InetAddressType | not-accessible | The address type of Static MRoute Rpf address. |
| IP rcIpStaticMRouteRpfAddress | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.5 | InetAddress | not-accessible | RPF address is the same as the nexthop in unicast Static IP route table. The RPF address denotes the RPF neighbor towards RP/Source. |
| U32 rcIpStaticMRoutePreference | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.6 | Unsigned32 | read-create | Static 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 rcIpStaticMRouteEnable | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.7 | TruthValue | read-create | This denotes the status of the route in this table. It can either be enabled/disabled. |
| ROW rcIpStaticMRouteRowStatus | 1.3.6.1.4.1.2272.1.8.105.1.1.1.1.8 | RowStatus | read-create | Creation and deletion of the row entry. |
| rcIpEcmp | 1.3.6.1.4.1.2272.1.8.106 | |||
| rcIpEcmpMib | 1.3.6.1.4.1.2272.1.8.106.1 | |||
| rcIpEcmpObjects | 1.3.6.1.4.1.2272.1.8.106.1.1 | |||
| rcIpEcmpRouteTable | 1.3.6.1.4.1.2272.1.8.106.1.1.1 | not-accessible | This is used to get the ECMP route for a given pair of source IP and destination IP addresses. | |
| rcIpEcmpRouteEntry | 1.3.6.1.4.1.2272.1.8.106.1.1.1.1 | not-accessible | An entry of rcIpEcmpRouteTable. | |
| IP rcIpEcmpRouteSrcIp | 1.3.6.1.4.1.2272.1.8.106.1.1.1.1.1 | IpAddress | not-accessible | Source IP |
| IP rcIpEcmpRouteDstIp | 1.3.6.1.4.1.2272.1.8.106.1.1.1.1.2 | IpAddress | not-accessible | Destination IP |
| IP rcIpEcmpRouteDstMask | 1.3.6.1.4.1.2272.1.8.106.1.1.1.1.3 | IpAddress | not-accessible | Destination IP mask |
| IP rcIpEcmpRouteNextHopLegacy | 1.3.6.1.4.1.2272.1.8.106.1.1.1.1.4 | IpAddress | read-only | Next-hop address if the ingress port is on a legacy card. |
| IP rcIpEcmpRouteNextHopRMod | 1.3.6.1.4.1.2272.1.8.106.1.1.1.1.5 | IpAddress | read-only | Next-hop address if the ingress port is on a R-Mod card. |
| rcIPClearArpRecordTable | 1.3.6.1.4.1.2272.1.8.107 | not-accessible | Table used to clear an IP ARP Record. | |
| rcIPClearArpRecordEntry | 1.3.6.1.4.1.2272.1.8.107.1 | not-accessible | IP Clear ARP Record Table Entry | |
| IP rcIPClearArpRecordIpAddr | 1.3.6.1.4.1.2272.1.8.107.1.1 | IpAddress | not-accessible | IP Address that needs to be cleared. |
| INT rcIPClearArpRecordVlanId | 1.3.6.1.4.1.2272.1.8.107.1.2 | INTEGER | not-accessible | Vlan Id where the ARP record has to be cleared. |
| T/F rcIPClearArpRecordLCForceDelete | 1.3.6.1.4.1.2272.1.8.107.1.3 | TruthValue | read-write | By 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. |
| rcIPClearIPMCRecordTable | 1.3.6.1.4.1.2272.1.8.108 | not-accessible | Table used to clear an IP MC Record. | |
| rcIPClearIPMCRecordEntry | 1.3.6.1.4.1.2272.1.8.108.1 | not-accessible | IP Clear IP MC Record Table Entry | |
| IP rcIPClearIPMCRecordGroup | 1.3.6.1.4.1.2272.1.8.108.1.1 | IpAddress | not-accessible | The IP Multicast Group Address. |
| INT rcIPClearIPMCRecordVlanId | 1.3.6.1.4.1.2272.1.8.108.1.2 | INTEGER | not-accessible | Vlan Id where the IP MC record has to be cleared. |
| IP rcIPClearIPMCRecordSource | 1.3.6.1.4.1.2272.1.8.108.1.3 | IpAddress | read-write | The Source IP Address. |
| T/F rcIPClearIPMCRecordLCForceDelete | 1.3.6.1.4.1.2272.1.8.108.1.4 | TruthValue | read-write | By 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. |
| rcIpMulticastSquareSmlt | 1.3.6.1.4.1.2272.1.8.109 | |||
| T/F rcIpMulticastSquareSmltEnable | 1.3.6.1.4.1.2272.1.8.109.1 | TruthValue | read-write | Enable/Disable multicast Square Smlt. |
| rcArp | 1.3.6.1.4.1.2272.1.9 | |||
| I32 rcArpExtLifeTime | 1.3.6.1.4.1.2272.1.9.1 | Integer32 | read-write | The lifetime in minutues of an ARP entry within the system. |
| rcArpExtTable | 1.3.6.1.4.1.2272.1.9.2 | not-accessible | ARP extension table. This table augments the standard ipNetToMediaTable defined in RFC1213. | |
| rcArpExtEntry | 1.3.6.1.4.1.2272.1.9.2.1 | not-accessible | Entry containing Proprietary ARP information. An entry is automatically created in this table when an ip address is configured on an interface. | |
| NUM rcArpExtEntIfIndex | 1.3.6.1.4.1.2272.1.9.2.1.1 | InterfaceIndex | read-only | The 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 rcArpExtEntDoProxy | 1.3.6.1.4.1.2272.1.9.2.1.2 | INTEGER | read-write | Enable or disable ARP proxy responses on the specified interface. |
| INT rcArpExtEntDoResp | 1.3.6.1.4.1.2272.1.9.2.1.3 | INTEGER | read-write | Enable or disable the sending of ARP responses on the specified interface. |
| INT rcArpExtEntDoFlood | 1.3.6.1.4.1.2272.1.9.2.1.4 | INTEGER | read-write | Enable or disable flooding of ARP responses for NLBS Virtual Mac on the specified interface. |
| rcArpExtV2Table | 1.3.6.1.4.1.2272.1.9.3 | not-accessible | ARP extension table. This table augments the standard ipNetToMediaTable defined in RFC1213. | |
| rcArpExtV2Entry | 1.3.6.1.4.1.2272.1.9.3.1 | not-accessible | Entry containing Proprietary ARP information. An entry is automatically created in this table when an ip address is configured on an interface. | |
| NUM rcArpExtV2EntIfIndex | 1.3.6.1.4.1.2272.1.9.3.1.1 | InterfaceIndex | read-only | The 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 rcArpExtV2EntIpIfAddr | 1.3.6.1.4.1.2272.1.9.3.1.2 | IpAddress | read-only | Ip Address |
| INT rcArpExtV2EntDoProxy | 1.3.6.1.4.1.2272.1.9.3.1.3 | INTEGER | read-write | Enable or disable ARP proxy responses on the specified interface. |
| INT rcArpExtV2EntDoResp | 1.3.6.1.4.1.2272.1.9.3.1.4 | INTEGER | read-write | Enable or disable the sending of ARP responses on the specified interface. |
| rcRip | 1.3.6.1.4.1.2272.1.10 | |||
| INT rcRipExtOperation | 1.3.6.1.4.1.2272.1.10.1 | INTEGER | read-write | Enable or disable the operation of RIP on all Interfaces. |
| I32 rcRipExtUpdateTime | 1.3.6.1.4.1.2272.1.10.2 | Integer32 | read-write | The time between transmission of RIP updates on all interfaces. |
| rcRipExtTable | 1.3.6.1.4.1.2272.1.10.3 | not-accessible | RIP extension table. This table augments the standard IfConfTable table in RFC1389. | |
| rcRipExtEntry | 1.3.6.1.4.1.2272.1.10.3.1 | not-accessible | Entry containing Proprietary RIP information. An entry is automatically created in this table when an ip address is configured on an interface. | |
| NUM rcRipExtEntIfIndex | 1.3.6.1.4.1.2272.1.10.3.1.1 | InterfaceIndex | read-only | The 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 rcRipExtEntTalk | 1.3.6.1.4.1.2272.1.10.3.1.2 | INTEGER | read-write | Enable or disable RIP transmission on the specified interface. |
| INT rcRipExtEntListen | 1.3.6.1.4.1.2272.1.10.3.1.3 | INTEGER | read-write | Enable or disable RIP reception on the specified interface. |
| INT rcRipExtEntPoison | 1.3.6.1.4.1.2272.1.10.3.1.4 | INTEGER | read-write | Enable or disable operation of poison reverse on the specified interface. If poison is disabled, split-horizon operation is enabled. |
| rcRipExtV2Table | 1.3.6.1.4.1.2272.1.10.4 | not-accessible | RIP extension table. This table augments the standard IfConfTable table in RFC1389. | |
| rcRipExtV2Entry | 1.3.6.1.4.1.2272.1.10.4.1 | not-accessible | Entry containing Proprietary RIP information. An entry is automatically created in this table when an ip address is configured on an interface. | |
| NUM rcRipExtV2EntIfIndex | 1.3.6.1.4.1.2272.1.10.4.1.1 | InterfaceIndex | read-only | The 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 rcRipExtV2EntIpIfAddr | 1.3.6.1.4.1.2272.1.10.4.1.2 | IpAddress | read-only | Ip Address. |
| INT rcRipExtV2EntTalk | 1.3.6.1.4.1.2272.1.10.4.1.3 | INTEGER | read-write | Enable or disable RIP transmission on the specified interface. |
| INT rcRipExtV2EntListen | 1.3.6.1.4.1.2272.1.10.4.1.4 | INTEGER | read-write | Enable or disable RIP reception on the specified interface. |
| INT rcRipExtV2EntPoison | 1.3.6.1.4.1.2272.1.10.4.1.5 | INTEGER | read-write | Enable or disable operation of poison reverse on the specified interface. If poison is disabled, split-horizon operation is enabled. |
| rcTest | 1.3.6.1.4.1.2272.1.11 | |||
| rcTestExtTable | 1.3.6.1.4.1.2272.1.11.1 | not-accessible | Test extension table. This table augments the standard ifTestTable table in RFC1573. | |
| rcTestEntry | 1.3.6.1.4.1.2272.1.11.1.1 | not-accessible | Proprietary test variables. | |
| NUM rcTestExtIfIndex | 1.3.6.1.4.1.2272.1.11.1.1.1 | InterfaceIndex | read-only | The 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 rcTestExtPassCount | 1.3.6.1.4.1.2272.1.11.1.1.2 | Integer32 | read-only | The number of iterations of the test case that completed successfully. |
| I32 rcTestExtFailCount | 1.3.6.1.4.1.2272.1.11.1.1.3 | Integer32 | read-only | The number of iterations of the test case that failed. |
| rcTestTypes | 1.3.6.1.4.1.2272.1.11.2 | |||
| rcTestTypesFabric | 1.3.6.1.4.1.2272.1.11.2.1 | |||
| rcTestTypesArTable | 1.3.6.1.4.1.2272.1.11.2.2 | |||
| rcTestTypesExtLoopBack | 1.3.6.1.4.1.2272.1.11.2.3 | |||
| rcTestCodes | 1.3.6.1.4.1.2272.1.11.3 | |||
| rcTestCodesNoReceive | 1.3.6.1.4.1.2272.1.11.3.1 | |||
| rcTestCodesBadSeq | 1.3.6.1.4.1.2272.1.11.3.2 | |||
| rcTestCodesBadLen | 1.3.6.1.4.1.2272.1.11.3.3 | |||
| rcTestCodesBadData | 1.3.6.1.4.1.2272.1.11.3.4 | |||
| rcStat | 1.3.6.1.4.1.2272.1.12 | |||
| rcStatTable | 1.3.6.1.4.1.2272.1.12.1 | not-accessible | A table used to store port statistics. | |
| rcStatEntry | 1.3.6.1.4.1.2272.1.12.1.1 | not-accessible | interface counters | |
| NUM rcStatPortIndex | 1.3.6.1.4.1.2272.1.12.1.1.1 | InterfaceIndex | read-only | An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2. |
| C32 rcStatFrameTooShorts | 1.3.6.1.4.1.2272.1.12.1.1.2 | Counter32 | read-only | The total number of frames that are too short that were encountered on this interface. |
| C32 rcStatBridgeInUnicastFrames | 1.3.6.1.4.1.2272.1.12.1.1.3 | Counter32 | read-only | The total number of incoming unicast frames that were bridged. |
| C32 rcStatBridgeInMulticastFrames | 1.3.6.1.4.1.2272.1.12.1.1.4 | Counter32 | read-only | The total number of incoming multicast frames that were bridged. |
| C32 rcStatBridgeInBroadcastFrames | 1.3.6.1.4.1.2272.1.12.1.1.5 | Counter32 | read-only | The total number of incoming broadcast frames that were bridged. |
| C32 rcStatBridgeInDiscards | 1.3.6.1.4.1.2272.1.12.1.1.6 | Counter32 | read-only | The total number of frames that were discarded by the bridging entity. |
| C32 rcStatBridgeOutUnicastFrames | 1.3.6.1.4.1.2272.1.12.1.1.7 | Counter32 | read-only | The total number of outgoing unicast frames that were bridged. |
| C32 rcStatBridgeOutMulticastFrames | 1.3.6.1.4.1.2272.1.12.1.1.8 | Counter32 | read-only | The total number of outgoing multicast frames that were bridged. |
| C32 rcStatBridgeOutBroadcastFrames | 1.3.6.1.4.1.2272.1.12.1.1.9 | Counter32 | read-only | The total number of outgoing broadcast frames that were bridged. |
| C32 rcStatRouteInUnicastFrames | 1.3.6.1.4.1.2272.1.12.1.1.10 | Counter32 | read-only | The total number of incoming unicast frames that were routed. |
| C32 rcStatRouteInMulticastFrames | 1.3.6.1.4.1.2272.1.12.1.1.11 | Counter32 | read-only | The total number of incoming multicast frames that were routed. |
| C32 rcStatRouteInDiscards | 1.3.6.1.4.1.2272.1.12.1.1.12 | Counter32 | read-only | The total number of frames that were discarded by the routing entity. |
| C32 rcStatRouteOutUnicastFrames | 1.3.6.1.4.1.2272.1.12.1.1.13 | Counter32 | read-only | The total number of outgoing unicast frames that were routed. |
| C32 rcStatRouteOutMulticastFrames | 1.3.6.1.4.1.2272.1.12.1.1.14 | Counter32 | read-only | The total number of outgoing multicast frames that were routed. |
| C32 rcStatStgForwardTransitions | 1.3.6.1.4.1.2272.1.12.1.1.15 | Counter32 | read-only | The number of times this port has transitioned from the Learning state to the Forwarding state. |
| C32 rcStatStgInConfigBpdus | 1.3.6.1.4.1.2272.1.12.1.1.16 | Counter32 | read-only | |
| C32 rcStatStgInTcnBpdus | 1.3.6.1.4.1.2272.1.12.1.1.17 | Counter32 | read-only | |
| C32 rcStatStgInBadBpdus | 1.3.6.1.4.1.2272.1.12.1.1.18 | Counter32 | read-only | |
| C32 rcStatStgOutConfigBpdus | 1.3.6.1.4.1.2272.1.12.1.1.19 | Counter32 | read-only | |
| C32 rcStatStgOutTcnBpdus | 1.3.6.1.4.1.2272.1.12.1.1.20 | Counter32 | read-only | |
| C32 rcStatBridgeOutFrames | 1.3.6.1.4.1.2272.1.12.1.1.21 | Counter32 | read-only | Used by the Accelar 8000 product family to account for all transmitted bridge unicast, broadcast, and multicast packets. The individual counters are not supported. |
| rcStatGigTable | 1.3.6.1.4.1.2272.1.12.2 | not-accessible | A table used to store Gigport error statistics. | |
| rcStatGigEntry | 1.3.6.1.4.1.2272.1.12.2.1 | not-accessible | Gigabit interface error counters | |
| NUM rcStatGigPortIndex | 1.3.6.1.4.1.2272.1.12.2.1.1 | InterfaceIndex | read-only | An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2. |
| C32 rcStatGigLinkFailures | 1.3.6.1.4.1.2272.1.12.2.1.2 | Counter32 | read-only | The total number of link failures encountered on this interface. |
| C32 rcStatGigPacketErrors | 1.3.6.1.4.1.2272.1.12.2.1.3 | Counter32 | read-only | The total number of packet errors encountered on this interface. |
| C32 rcStatGigCarrierErrors | 1.3.6.1.4.1.2272.1.12.2.1.4 | Counter32 | read-only | The total number of carrier errors encountered on this interface. |
| C32 rcStatGigLinkInactiveErrors | 1.3.6.1.4.1.2272.1.12.2.1.5 | Counter32 | read-only | The total number of link inactive errors encountered on this interface. |
| C32 rcStatGigInFlowCtrlPkts | 1.3.6.1.4.1.2272.1.12.2.1.6 | Counter32 | read-only | The total number of flow control packets received by this interface. |
| C32 rcStatGigOutFlowCtrlPkts | 1.3.6.1.4.1.2272.1.12.2.1.7 | Counter32 | read-only | The total number of flow control packets transmitted by this interface. |
| rcStatOspf | 1.3.6.1.4.1.2272.1.12.3 | |||
| C32 rcStatOspfBuffersAllocated | 1.3.6.1.4.1.2272.1.12.3.1 | Counter32 | read-only | Used to indicate the number of buffers allocated for OSPF. |
| C32 rcStatOspfBuffersFreed | 1.3.6.1.4.1.2272.1.12.3.2 | Counter32 | read-only | Used to indicate the number of buffers that are freed by the OSPF. |
| C32 rcStatOspfBufferAllocFailures | 1.3.6.1.4.1.2272.1.12.3.3 | Counter32 | read-only | Used to indicate the number of times that OSPF has failed to allocate buffers. |
| C32 rcStatOspfBufferFreeFailures | 1.3.6.1.4.1.2272.1.12.3.4 | Counter32 | read-only | Used to indicate the number of times that OSPF has failed to free buffers. |
| C32 rcStatOspfTxPackets | 1.3.6.1.4.1.2272.1.12.3.5 | Counter32 | read-only | Used to indicate the number of packets transmitted by OSPF. |
| C32 rcStatOspfRxPackets | 1.3.6.1.4.1.2272.1.12.3.6 | Counter32 | read-only | Used to indicate the number of packets received by OSPF. |
| C32 rcStatOspfTxDropPackets | 1.3.6.1.4.1.2272.1.12.3.7 | Counter32 | read-only | Used to indicate the number of packets dropped before transmitted by OSPF. |
| C32 rcStatOspfRxDropPackets | 1.3.6.1.4.1.2272.1.12.3.8 | Counter32 | read-only | Used to indicate the number of packets dropped before received by OSPF. |
| C32 rcStatOspfRxBadPackets | 1.3.6.1.4.1.2272.1.12.3.9 | Counter32 | read-only | Used to indicate the number of packets received by OSPF that are bad. |
| C32 rcStatOspfSpfRuns | 1.3.6.1.4.1.2272.1.12.3.10 | Counter32 | read-only | Used 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 rcStatOspfLastSpfRun | 1.3.6.1.4.1.2272.1.12.3.11 | TimeTicks | read-only | Used to indicate the time(SysUpTime) since the last spf calculated by OSPF. |
| C32 rcStatOspfLsdbTblSize | 1.3.6.1.4.1.2272.1.12.3.12 | Counter32 | read-only | Used to indicate the number of entries in the linkstate database table. |
| C32 rcStatOspfRoutes | 1.3.6.1.4.1.2272.1.12.3.13 | Counter32 | read-only | Used to indicate the number of OSPF routes added to RTM. |
| C32 rcStatOspfAdjacencies | 1.3.6.1.4.1.2272.1.12.3.14 | Counter32 | read-only | Used to indicate the number of adjacencies existing. |
| C32 rcStatOspfAreas | 1.3.6.1.4.1.2272.1.12.3.15 | Counter32 | read-only | Used to indicate the number of areas configured |
| rcStatIgmp | 1.3.6.1.4.1.2272.1.12.4 | |||
| C32 rcStatIgmpInMsgs | 1.3.6.1.4.1.2272.1.12.4.1 | Counter32 | read-only | Used to indicate the number of Igmp packets received by the device. |
| C32 rcStatIgmpInErrors | 1.3.6.1.4.1.2272.1.12.4.2 | Counter32 | read-only | Used to indicate the number of Igmp packets received that are with checksum errors. |
| C32 rcStatIgmpInQueries | 1.3.6.1.4.1.2272.1.12.4.3 | Counter32 | read-only | Used to indicate the number of Igmp queries received by the device. |
| C32 rcStatIgmpInReports | 1.3.6.1.4.1.2272.1.12.4.4 | Counter32 | read-only | Used to indicate the number of Igmp reports received by the device. |
| C32 rcStatIgmpInLeaves | 1.3.6.1.4.1.2272.1.12.4.5 | Counter32 | read-only | Used to indicate the number of Igmp Leaves received by the device. |
| C32 rcStatIgmpInvalid | 1.3.6.1.4.1.2272.1.12.4.6 | Counter32 | read-only | Used to indicate the number of Igmp packets received by the device that contained invalid type. |
| C32 rcStatIgmpOutMsgs | 1.3.6.1.4.1.2272.1.12.4.7 | Counter32 | read-only | Used to indicate the number of Igmp queries sent by the device. |
| rcStatOspfIfTable | 1.3.6.1.4.1.2272.1.12.5 | not-accessible | A table used to store OSPF interface statistics. | |
| rcStatOspfIfEntry | 1.3.6.1.4.1.2272.1.12.5.1 | not-accessible | Ospf interface statistics | |
| NUM rcStatOspfIfIndex | 1.3.6.1.4.1.2272.1.12.5.1.1 | InterfaceIndexOrZero | read-only | An unique value that is used to identify a physical interface. |
| C32 rcStatOspfIfRxHellos | 1.3.6.1.4.1.2272.1.12.5.1.2 | Counter32 | read-only | Used to indicate the number hello packets received by this interface. |
| C32 rcStatOspfIfRxDBDescrs | 1.3.6.1.4.1.2272.1.12.5.1.3 | Counter32 | read-only | Used to indicate the number database descriptor packets received by this interface. |
| C32 rcStatOspfIfRxLSUpdates | 1.3.6.1.4.1.2272.1.12.5.1.4 | Counter32 | read-only | Used to indicate the number Link state update packets received by this interface. |
| C32 rcStatOspfIfRxLSReqs | 1.3.6.1.4.1.2272.1.12.5.1.5 | Counter32 | read-only | Used to indicate the number Link state request packets received by this interface. |
| C32 rcStatOspfIfRxLSAcks | 1.3.6.1.4.1.2272.1.12.5.1.6 | Counter32 | read-only | Used to indicate the number Link state acknowlege packets received by this interface. |
| C32 rcStatOspfIfTxHellos | 1.3.6.1.4.1.2272.1.12.5.1.7 | Counter32 | read-only | Used to indicate the number hello packets transmitted by this interface. |
| C32 rcStatOspfIfTxDBDescrs | 1.3.6.1.4.1.2272.1.12.5.1.8 | Counter32 | read-only | Used to indicate the number database descriptor packets transmitted by this interface. |
| C32 rcStatOspfIfTxLSUpdates | 1.3.6.1.4.1.2272.1.12.5.1.9 | Counter32 | read-only | Used to indicate the number Link state update packets transmitted by this interface. |
| C32 rcStatOspfIfTxLSReqs | 1.3.6.1.4.1.2272.1.12.5.1.10 | Counter32 | read-only | Used to indicate the number Link state request packets transmitted by this interface. |
| C32 rcStatOspfIfTxLSAcks | 1.3.6.1.4.1.2272.1.12.5.1.11 | Counter32 | read-only | Used to indicate the number Link state acknowlege packets transmitted by this interface. |
| C32 rcStatOspfIfVersionMismatches | 1.3.6.1.4.1.2272.1.12.5.1.12 | Counter32 | read-only | Used to indicate the number version mismatches received by this interface. |
| C32 rcStatOspfIfAreaMismatches | 1.3.6.1.4.1.2272.1.12.5.1.13 | Counter32 | read-only | Used to indicate the number area mismatches received by this interface. |
| C32 rcStatOspfIfAuthTypeMismatches | 1.3.6.1.4.1.2272.1.12.5.1.14 | Counter32 | read-only | Used to indicate the number AuthType mismatches received by this interface. |
| C32 rcStatOspfIfAuthFailures | 1.3.6.1.4.1.2272.1.12.5.1.15 | Counter32 | read-only | Used to indicate the number Authentication failures. |
| C32 rcStatOspfIfNetMaskMismatches | 1.3.6.1.4.1.2272.1.12.5.1.16 | Counter32 | read-only | Used to indicate the number net mask mismatches received by this interface. |
| C32 rcStatOspfIfHelloIntervalMismatches | 1.3.6.1.4.1.2272.1.12.5.1.17 | Counter32 | read-only | Used to indicate the number hello interval mismatches received by this interface. |
| C32 rcStatOspfIfDeadIntervalMismatches | 1.3.6.1.4.1.2272.1.12.5.1.18 | Counter32 | read-only | Used to indicate the number dead interval mismatches received by this interface. |
| C32 rcStatOspfIfOptionMismatches | 1.3.6.1.4.1.2272.1.12.5.1.19 | Counter32 | read-only | Used to indicate the number options mismatches received by this interface. |
| rcStatMlt | 1.3.6.1.4.1.2272.1.12.6 | |||
| rcStatMltIfExtnTable | 1.3.6.1.4.1.2272.1.12.6.1 | not-accessible | A table used to store Mlt interface statistics. | |
| rcStatMltIfExtnEntry | 1.3.6.1.4.1.2272.1.12.6.1.1 | not-accessible | Mlt interface statistics | |
| INT rcStatMltIfExtnMltId | 1.3.6.1.4.1.2272.1.12.6.1.1.1 | INTEGER | read-only | Mlt Id |
| C32 rcStatMltIfExtnIfInMulticastPkts | 1.3.6.1.4.1.2272.1.12.6.1.1.2 | Counter32 | read-only | multi-pkts to upper |
| C32 rcStatMltIfExtnIfInBroadcastPkts | 1.3.6.1.4.1.2272.1.12.6.1.1.3 | Counter32 | read-only | broad-pkts to upper |
| C32 rcStatMltIfExtnIfOutMulticastPkts | 1.3.6.1.4.1.2272.1.12.6.1.1.4 | Counter32 | read-only | multi-pkts from upper |
| C32 rcStatMltIfExtnIfOutBroadcastPkts | 1.3.6.1.4.1.2272.1.12.6.1.1.5 | Counter32 | read-only | broad-pkts from upper |
| C64 rcStatMltIfExtnIfHCInOctets | 1.3.6.1.4.1.2272.1.12.6.1.1.6 | Counter64 | read-only | The total number of octets received on the MLT interface, including framing characters. |
| C64 rcStatMltIfExtnIfHCInUcastPkts | 1.3.6.1.4.1.2272.1.12.6.1.1.7 | Counter64 | read-only | The 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 rcStatMltIfExtnIfHCInMulticastPkt | 1.3.6.1.4.1.2272.1.12.6.1.1.8 | Counter64 | read-only | The 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 rcStatMltIfExtnIfHCInBroadcastPkt | 1.3.6.1.4.1.2272.1.12.6.1.1.9 | Counter64 | read-only | The number of packets delivered to this MLT that were addressed to a broadcast address at this sublayer. |
| C64 rcStatMltIfExtnIfHCOutOctets | 1.3.6.1.4.1.2272.1.12.6.1.1.10 | Counter64 | read-only | The total number of octets transmitted out of the MLT interface, including framing characters. |
| C64 rcStatMltIfExtnIfHCOutUcastPkts | 1.3.6.1.4.1.2272.1.12.6.1.1.11 | Counter64 | read-only | The 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 rcStatMltIfExtnIfHCOutMulticast | 1.3.6.1.4.1.2272.1.12.6.1.1.12 | Counter64 | read-only | The 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 rcStatMltIfExtnIfHCOutBroadcast | 1.3.6.1.4.1.2272.1.12.6.1.1.13 | Counter64 | read-only | The 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. |
| rcStatMltEtherTable | 1.3.6.1.4.1.2272.1.12.6.2 | not-accessible | A table used to store Mlt Ethernet statistics. | |
| rcStatMltEtherEntry | 1.3.6.1.4.1.2272.1.12.6.2.1 | not-accessible | Mlt enternet statistics | |
| INT rcStatMltEtherMltId | 1.3.6.1.4.1.2272.1.12.6.2.1.1 | INTEGER | read-only | A value that uniquely identifies the Multi-Link Trunk associated with this entry. |
| C32 rcStatMltEtherAlignmentErrors | 1.3.6.1.4.1.2272.1.12.6.2.1.2 | Counter32 | read-only | A 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 rcStatMltEtherFCSErrors | 1.3.6.1.4.1.2272.1.12.6.2.1.3 | Counter32 | read-only | A 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 rcStatMltEtherSingleCollFrames | 1.3.6.1.4.1.2272.1.12.6.2.1.4 | Counter32 | read-only | A 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 rcStatMltEtherMultipleCollFrames | 1.3.6.1.4.1.2272.1.12.6.2.1.5 | Counter32 | read-only | A 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 rcStatMltEtherSQETestError | 1.3.6.1.4.1.2272.1.12.6.2.1.6 | Counter32 | read-only | A 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 rcStatMltEtherDeferredTransmiss | 1.3.6.1.4.1.2272.1.12.6.2.1.7 | Counter32 | read-only | A 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 rcStatMltEtherLateCollisions | 1.3.6.1.4.1.2272.1.12.6.2.1.8 | Counter32 | read-only | The 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 rcStatMltEtherExcessiveCollis | 1.3.6.1.4.1.2272.1.12.6.2.1.9 | Counter32 | read-only | A count of frames for which transmission on a particular MLT fails due to excessive collisions. |
| C32 rcStatMltEtherIMacTransmitError | 1.3.6.1.4.1.2272.1.12.6.2.1.10 | Counter32 | read-only | A 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 rcStatMltEtherCarrierSenseError | 1.3.6.1.4.1.2272.1.12.6.2.1.11 | Counter32 | read-only | The 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 rcStatMltEtherFrameTooLong | 1.3.6.1.4.1.2272.1.12.6.2.1.12 | Counter32 | read-only | A 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 rcStatMltEtherIMacReceiveError | 1.3.6.1.4.1.2272.1.12.6.2.1.13 | Counter32 | read-only | A 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. |
| rcStatMltIpTable | 1.3.6.1.4.1.2272.1.12.6.3 | not-accessible | A table used to store Mlt Ip statistics. | |
| rcStatMltIpEntry | 1.3.6.1.4.1.2272.1.12.6.3.1 | not-accessible | Mlt enternet statistics | |
| INT rcStatMltIpMltId | 1.3.6.1.4.1.2272.1.12.6.3.1.1 | INTEGER | read-only | Mlt Id |
| C32 rcStatMltIpInReceives | 1.3.6.1.4.1.2272.1.12.6.3.1.2 | Counter32 | read-only | all incoming packets |
| C32 rcStatMltIpInHdrErrors | 1.3.6.1.4.1.2272.1.12.6.3.1.3 | Counter32 | read-only | hdr errors detected |
| C32 rcStatMltIpInAddrErrors | 1.3.6.1.4.1.2272.1.12.6.3.1.4 | Counter32 | read-only | bad dest. ip addr |
| C32 rcStatMltIpForwDatagrams | 1.3.6.1.4.1.2272.1.12.6.3.1.5 | Counter32 | read-only | packets forwarded |
| C32 rcStatMltIpInUnknownProtos | 1.3.6.1.4.1.2272.1.12.6.3.1.6 | Counter32 | read-only | unsupported protocol |
| C32 rcStatMltIpInDiscards | 1.3.6.1.4.1.2272.1.12.6.3.1.7 | Counter32 | read-only | good, but no buffer |
| C32 rcStatMltIpInDelivers | 1.3.6.1.4.1.2272.1.12.6.3.1.8 | Counter32 | read-only | pkts delivered to upper |
| C32 rcStatMltIpOutRequest | 1.3.6.1.4.1.2272.1.12.6.3.1.9 | Counter32 | read-only | pkts received from upper |
| C32 rcStatMltIpOutDiscards | 1.3.6.1.4.1.2272.1.12.6.3.1.10 | Counter32 | read-only | good, but no buffer |
| C32 rcStatMltIpOutNoRoutes | 1.3.6.1.4.1.2272.1.12.6.3.1.11 | Counter32 | read-only | no route to destination |
| C32 rcStatMltIpReasmReqds | 1.3.6.1.4.1.2272.1.12.6.3.1.12 | Counter32 | read-only | fragments to reassem |
| C32 rcStatMltIpReasmOKs | 1.3.6.1.4.1.2272.1.12.6.3.1.13 | Counter32 | read-only | reassembled successfully |
| C32 rcStatMltIpReasmFails | 1.3.6.1.4.1.2272.1.12.6.3.1.14 | Counter32 | read-only | reassembly failures |
| C32 rcStatMltIpFragOKs | 1.3.6.1.4.1.2272.1.12.6.3.1.15 | Counter32 | read-only | fragment successfully |
| C32 rcStatMltIpFragFails | 1.3.6.1.4.1.2272.1.12.6.3.1.16 | Counter32 | read-only | fragment failure |
| C32 rcStatMltIpFragCreates | 1.3.6.1.4.1.2272.1.12.6.3.1.17 | Counter32 | read-only | pkts due to fragmenting |
| C32 rcStatMltIpRoutingDiscards | 1.3.6.1.4.1.2272.1.12.6.3.1.18 | Counter32 | read-only | Route entries removed |
| C32 rcStatSmltIstDownCnt | 1.3.6.1.4.1.2272.1.12.6.4 | Counter32 | read-only | Counters that counts how the session between the two peering switches has done down since last boot. |
| C32 rcStatSmltHelloTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.5 | Counter32 | read-only | Counters that counts the tx hello msg. |
| C32 rcStatSmltHelloRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.6 | Counter32 | read-only | Counters that counts the rx hello msg. |
| C32 rcStatSmltLearnMacAddrTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.7 | Counter32 | read-only | Counters that counts the tx learn Mac Address msg. |
| C32 rcStatSmltLearnMacAddrRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.8 | Counter32 | read-only | Counters that counts the rx learn Mac Address msg. |
| C32 rcStatSmltMacAddrAgeOutTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.9 | Counter32 | read-only | Counters that counts the tx Mac Address Aging Out msg. |
| C32 rcStatSmltMacAddrAgeOutRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.10 | Counter32 | read-only | Counters that counts the rx Mac Address Aging Out msg. |
| C32 rcStatSmltMacAddrAgeExpTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.11 | Counter32 | read-only | Counters that counts the tx Mac Address age expired msg. |
| C32 rcStatSmltMacAddrAgeExpRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.12 | Counter32 | read-only | Counters that counts the rx Mac Address age expired msg. |
| C32 rcStatSmltStgInfoTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.13 | Counter32 | read-only | Counters that counts the tx Stg information msg. |
| C32 rcStatSmltStgInfoRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.14 | Counter32 | read-only | Counters that counts the rx Stg information msg. |
| C32 rcStatSmltDelMacAddrTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.15 | Counter32 | read-only | Counters that counts the tx deleted MAC address msg. |
| C32 rcStatSmltDelMacAddrRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.16 | Counter32 | read-only | Counters that counts the rx deleted MAC address msg. |
| C32 rcStatSmltSmltDownTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.17 | Counter32 | read-only | Counters that counts the tx Smlt Down msg. |
| C32 rcStatSmltSmltDownRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.18 | Counter32 | read-only | Counters that counts the rx Smlt Down msg. |
| C32 rcStatSmltSmltUpTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.19 | Counter32 | read-only | Counters that counts the tx Smlt Up msg. |
| C32 rcStatSmltSmltUpRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.20 | Counter32 | read-only | Counters that counts the rx Smlt Up msg. |
| C32 rcStatSmltSendMacTblTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.21 | Counter32 | read-only | Counters that counts the tx Send Mac Table msg. |
| C32 rcStatSmltSendMacTblRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.22 | Counter32 | read-only | Counters that counts the rx Send Mac Table msg. |
| C32 rcStatSmltIgmpTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.23 | Counter32 | read-only | Counters that counts the tx Igmp msg. |
| C32 rcStatSmltIgmpRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.24 | Counter32 | read-only | Counters that counts the rx Igmp msg. |
| C32 rcStatSmltPortDownTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.25 | Counter32 | read-only | Counters that counts the tx port down msg. |
| C32 rcStatSmltPortDownRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.26 | Counter32 | read-only | Counters that counts the rx port down msg. |
| C32 rcStatSmltReqMacTblTxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.27 | Counter32 | read-only | Counters that counts the tx request Mac table msg. |
| C32 rcStatSmltReqMacTblRxMsgCnt | 1.3.6.1.4.1.2272.1.12.6.28 | Counter32 | read-only | Counters that counts the rx request Mac table msg. |
| C32 rcStatSmltRxUnknownMsgTypeCnt | 1.3.6.1.4.1.2272.1.12.6.29 | Counter32 | read-only | Counters that counts the rx unknown msg type. |
| rcStatOspfIfV2Table | 1.3.6.1.4.1.2272.1.12.7 | not-accessible | A table used to store OSPF interface statistics. | |
| rcStatOspfIfV2Entry | 1.3.6.1.4.1.2272.1.12.7.1 | not-accessible | Ospf interface statistics | |
| NUM rcStatOspfIfV2Index | 1.3.6.1.4.1.2272.1.12.7.1.1 | InterfaceIndexOrZero | read-only | An unique value that is used to identify a physical interface. |
| IP rcStatOspfIfV2Addr | 1.3.6.1.4.1.2272.1.12.7.1.2 | IpAddress | read-only | Ip Address |
| C32 rcStatOspfIfV2RxHellos | 1.3.6.1.4.1.2272.1.12.7.1.3 | Counter32 | read-only | Used to indicate the number hello packets received by this interface. |
| C32 rcStatOspfIfV2RxDBDescrs | 1.3.6.1.4.1.2272.1.12.7.1.4 | Counter32 | read-only | Used to indicate the number database descriptor packets received by this interface. |
| C32 rcStatOspfIfV2RxLSUpdates | 1.3.6.1.4.1.2272.1.12.7.1.5 | Counter32 | read-only | Used to indicate the number Link state update packets received by this interface. |
| C32 rcStatOspfIfV2RxLSReqs | 1.3.6.1.4.1.2272.1.12.7.1.6 | Counter32 | read-only | Used to indicate the number Link state request packets received by this interface. |
| C32 rcStatOspfIfV2RxLSAcks | 1.3.6.1.4.1.2272.1.12.7.1.7 | Counter32 | read-only | Used to indicate the number Link state acknowlege packets received by this interface. |
| C32 rcStatOspfIfV2TxHellos | 1.3.6.1.4.1.2272.1.12.7.1.8 | Counter32 | read-only | Used to indicate the number hello packets transmitted by this interface. |
| C32 rcStatOspfIfV2TxDBDescrs | 1.3.6.1.4.1.2272.1.12.7.1.9 | Counter32 | read-only | Used to indicate the number database descriptor packets transmitted by this interface. |
| C32 rcStatOspfIfV2TxLSUpdates | 1.3.6.1.4.1.2272.1.12.7.1.10 | Counter32 | read-only | Used to indicate the number Link state update packets transmitted by this interface. |
| C32 rcStatOspfIfV2TxLSReqs | 1.3.6.1.4.1.2272.1.12.7.1.11 | Counter32 | read-only | Used to indicate the number Link state request packets transmitted by this interface. |
| C32 rcStatOspfIfV2TxLSAcks | 1.3.6.1.4.1.2272.1.12.7.1.12 | Counter32 | read-only | Used to indicate the number Link state acknowlege packets transmitted by this interface. |
| C32 rcStatOspfIfV2VersionMismatches | 1.3.6.1.4.1.2272.1.12.7.1.13 | Counter32 | read-only | Used to indicate the number version mismatches received by this interface. |
| C32 rcStatOspfIfV2AreaMismatches | 1.3.6.1.4.1.2272.1.12.7.1.14 | Counter32 | read-only | Used to indicate the number area mismatches received by this interface. |
| C32 rcStatOspfIfV2AuthTypeMismatches | 1.3.6.1.4.1.2272.1.12.7.1.15 | Counter32 | read-only | Used to indicate the number AuthType mismatches received by this interface. |
| C32 rcStatOspfIfV2AuthFailures | 1.3.6.1.4.1.2272.1.12.7.1.16 | Counter32 | read-only | Used to indicate the number Authentication failures. |
| C32 rcStatOspfIfV2NetMaskMismatches | 1.3.6.1.4.1.2272.1.12.7.1.17 | Counter32 | read-only | Used to indicate the number net mask mismatches received by this interface. |
| C32 rcStatOspfIfV2HelloIntervalMismatches | 1.3.6.1.4.1.2272.1.12.7.1.18 | Counter32 | read-only | Used to indicate the number hello interval mismatches received by this interface. |
| C32 rcStatOspfIfV2DeadIntervalMismatches | 1.3.6.1.4.1.2272.1.12.7.1.19 | Counter32 | read-only | Used to indicate the number dead interval mismatches received by this interface. |
| C32 rcStatOspfIfV2OptionMismatches | 1.3.6.1.4.1.2272.1.12.7.1.20 | Counter32 | read-only | Used to indicate the number options mismatches received by this interface. |
| rcStatPos | 1.3.6.1.4.1.2272.1.12.8 | |||
| rcStatPosControlTable | 1.3.6.1.4.1.2272.1.12.8.1 | not-accessible | ||
| rcStatPosControlEntry | 1.3.6.1.4.1.2272.1.12.8.1.1 | not-accessible | ||
| NUM rcStatPosControlPortIndex | 1.3.6.1.4.1.2272.1.12.8.1.1.1 | InterfaceIndex | read-only | A unique value for each port. |
| C32 rcStatPosControlInErrors | 1.3.6.1.4.1.2272.1.12.8.1.1.2 | Counter32 | read-only | The total number of error pkts received on the interface. |
| C32 rcStatPosControlInUnknownProtos | 1.3.6.1.4.1.2272.1.12.8.1.1.3 | Counter32 | read-only | The number of packets received via the interface which were discarded because of an unknown or unsupported protocol. |
| C32 rcStatPosControlOutErrors | 1.3.6.1.4.1.2272.1.12.8.1.1.4 | Counter32 | read-only | The number of outbound packets that could not be transmitted because of errors. |
| C64 rcStatPosControlHCInOctets | 1.3.6.1.4.1.2272.1.12.8.1.1.5 | Counter64 | read-only | The total number of octets received of the interface, including framing characters. |
| C64 rcStatPosControlHCInUcastPkts | 1.3.6.1.4.1.2272.1.12.8.1.1.6 | Counter64 | read-only | The number of subnetwork-unicast packets received from a higher-layer protocol. |
| C64 rcStatPosControlHCInMulticastPkts | 1.3.6.1.4.1.2272.1.12.8.1.1.7 | Counter64 | read-only | The number of multicast packets received from a higher-layer protocol. |
| C64 rcStatPosControlHCInBroadcastPkts | 1.3.6.1.4.1.2272.1.12.8.1.1.8 | Counter64 | read-only | The number of broadcast packets received from a higher-layer protocol. |
| C64 rcStatPosControlHCInDiscards | 1.3.6.1.4.1.2272.1.12.8.1.1.9 | Counter64 | read-only | The 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 rcStatPosControlHCOutOctets | 1.3.6.1.4.1.2272.1.12.8.1.1.10 | Counter64 | read-only | The total number of octets trasmitted out of the interface, including framing characters. |
| C64 rcStatPosControlHCOutUcastPkts | 1.3.6.1.4.1.2272.1.12.8.1.1.11 | Counter64 | read-only | The 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 rcStatPosControlHCOutMulticastPkts | 1.3.6.1.4.1.2272.1.12.8.1.1.12 | Counter64 | read-only | The number of multicast packets delivered to a higher-layer protocol. |
| C64 rcStatPosControlHCOutBroadcastPkts | 1.3.6.1.4.1.2272.1.12.8.1.1.13 | Counter64 | read-only | The number of broadcast packets delivered to a higher-layer protocol. |
| C64 rcStatPosControlHCOutDiscards | 1.3.6.1.4.1.2272.1.12.8.1.1.14 | Counter64 | read-only | The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. |
| rcStatMulticast | 1.3.6.1.4.1.2272.1.12.9 | |||
| C32 rcStatMulticastSourceGroupThresholdExceeded | 1.3.6.1.4.1.2272.1.12.9.1 | Counter32 | read-only | The 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 rcStatMulticastEgressStreamThresholdExceeded | 1.3.6.1.4.1.2272.1.12.9.2 | Counter32 | read-only | The 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. |
| rcStatBgp | 1.3.6.1.4.1.2272.1.12.10 | |||
| C32 rcStatBgpStarts | 1.3.6.1.4.1.2272.1.12.10.1 | Counter32 | read-only | Number of times BGP connection started |
| C32 rcStatBgpStops | 1.3.6.1.4.1.2272.1.12.10.2 | Counter32 | read-only | Number of times BGP connection stopped |
| C32 rcStatBgpOpens | 1.3.6.1.4.1.2272.1.12.10.3 | Counter32 | read-only | Number of times BGP opens TCP |
| C32 rcStatBgpCloses | 1.3.6.1.4.1.2272.1.12.10.4 | Counter32 | read-only | Number of times BGP closes TCP |
| C32 rcStatBgpFails | 1.3.6.1.4.1.2272.1.12.10.5 | Counter32 | read-only | Number of times TCP attempts failed |
| C32 rcStatBgpFatals | 1.3.6.1.4.1.2272.1.12.10.6 | Counter32 | read-only | Number of times TCP crashes due to fatal error |
| C32 rcStatBgpConnExps | 1.3.6.1.4.1.2272.1.12.10.7 | Counter32 | read-only | Number of times TCP retry timer expired |
| C32 rcStatBgpHoldExps | 1.3.6.1.4.1.2272.1.12.10.8 | Counter32 | read-only | Number of times hold timer expired |
| C32 rcStatBgpKeepExps | 1.3.6.1.4.1.2272.1.12.10.9 | Counter32 | read-only | Number of times keepalive timer expired |
| C32 rcStatBgpRxOpens | 1.3.6.1.4.1.2272.1.12.10.10 | Counter32 | read-only | Number of OPENs BGP receives |
| C32 rcStatBgpRxKeeps | 1.3.6.1.4.1.2272.1.12.10.11 | Counter32 | read-only | Number of KEEPALIVEs BGP recieves |
| C32 rcStatBgpRxUpdates | 1.3.6.1.4.1.2272.1.12.10.12 | Counter32 | read-only | Number of UPDATEs BGP recieves |
| C32 rcStatBgpRxNotifys | 1.3.6.1.4.1.2272.1.12.10.13 | Counter32 | read-only | Number NOTIFICATIONs BGP recieves |
| C32 rcStatBgpTxOpens | 1.3.6.1.4.1.2272.1.12.10.14 | Counter32 | read-only | Number of OPENs BGP transmitted |
| C32 rcStatBgpTxKeeps | 1.3.6.1.4.1.2272.1.12.10.15 | Counter32 | read-only | Number of KEEPALIVEs BGP transmitted |
| C32 rcStatBgpTxUpdates | 1.3.6.1.4.1.2272.1.12.10.16 | Counter32 | read-only | Number of UPDATEs BGP transmits |
| C32 rcStatBgpTxNotifys | 1.3.6.1.4.1.2272.1.12.10.17 | Counter32 | read-only | Number of NOTIFICATIONs BGP transmits |
| C32 rcStatBgpBadEvents | 1.3.6.1.4.1.2272.1.12.10.18 | Counter32 | read-only | Number of invalid events FSM received |
| C32 rcStatBgpSyncFails | 1.3.6.1.4.1.2272.1.12.10.19 | Counter32 | read-only | Number of times FDB sync failed |
| C32 rcStatBgpTrEvent | 1.3.6.1.4.1.2272.1.12.10.20 | Counter32 | read-only | Trace event |
| C32 rcStatBgpRxECodeHeader | 1.3.6.1.4.1.2272.1.12.10.21 | Counter32 | read-only | Total Header errors received |
| C32 rcStatBgpRxECodeOpen | 1.3.6.1.4.1.2272.1.12.10.22 | Counter32 | read-only | Total Open errors received |
| C32 rcStatBgpRxECodeUpdate | 1.3.6.1.4.1.2272.1.12.10.23 | Counter32 | read-only | Total Update errors received |
| C32 rcStatBgpRxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.10.24 | Counter32 | read-only | Total Holdtimer errors received |
| C32 rcStatBgpRxECodeFSM | 1.3.6.1.4.1.2272.1.12.10.25 | Counter32 | read-only | Total FSM errors received |
| C32 rcStatBgpRxECodeCease | 1.3.6.1.4.1.2272.1.12.10.26 | Counter32 | read-only | Total Cease errors received |
| C32 rcStatBgpRxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.10.27 | Counter32 | read-only | Header Not Synchronized errors received |
| C32 rcStatBgpRxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.10.28 | Counter32 | read-only | Header Invalid msg len errors received |
| C32 rcStatBgpRxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.10.29 | Counter32 | read-only | Header Invalid msg type errors received |
| C32 rcStatBgpRxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.10.30 | Counter32 | read-only | Open errors received: Bad Version |
| C32 rcStatBgpRxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.10.31 | Counter32 | read-only | Open errors received: Bad AS Number |
| C32 rcStatBgpRxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.10.32 | Counter32 | read-only | Open errors received: Bad BGP Rtr ID |
| C32 rcStatBgpRxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.10.33 | Counter32 | read-only | Open errors received: Unsupported Option |
| C32 rcStatBgpRxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.10.34 | Counter32 | read-only | Open errors received: Auth Failures |
| C32 rcStatBgpRxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.10.35 | Counter32 | read-only | Open errors received: Bad Hold Value |
| C32 rcStatBgpRxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.10.36 | Counter32 | read-only | Update errors received:Malformed Attr List |
| C32 rcStatBgpRxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.10.37 | Counter32 | read-only | Update errors received: Welknown Attr Unrecog |
| C32 rcStatBgpRxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.10.38 | Counter32 | read-only | Update errors received: Welknown Attr Missing |
| C32 rcStatBgpRxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.10.39 | Counter32 | read-only | Update errors received: Attr Flag Error |
| C32 rcStatBgpRxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.10.40 | Counter32 | read-only | Update errors received: Attr Len Error |
| C32 rcStatBgpRxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.10.41 | Counter32 | read-only | Update errors received: Bad ORIGIN Attr |
| C32 rcStatBgpRxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.10.42 | Counter32 | read-only | Update errors received: AS Routing Loop |
| C32 rcStatBgpRxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.10.43 | Counter32 | read-only | Update errors received: Bad NEXT-HOP Attr |
| C32 rcStatBgpRxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.10.44 | Counter32 | read-only | Update errors received: Optional Attr Error |
| C32 rcStatBgpRxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.10.45 | Counter32 | read-only | Update errors received: Bad Network Field |
| C32 rcStatBgpRxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.10.46 | Counter32 | read-only | Update errors received: Malformed AS Path |
| C32 rcStatBgpTxECodeHeader | 1.3.6.1.4.1.2272.1.12.10.47 | Counter32 | read-only | Total Header errors transmitted |
| C32 rcStatBgpTxECodeOpen | 1.3.6.1.4.1.2272.1.12.10.48 | Counter32 | read-only | Total Open errors transmitted |
| C32 rcStatBgpTxECodeUpdate | 1.3.6.1.4.1.2272.1.12.10.49 | Counter32 | read-only | Total Update errors transmitted |
| C32 rcStatBgpTxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.10.50 | Counter32 | read-only | Total Holdtimer errors transmitted |
| C32 rcStatBgpTxECodeFSM | 1.3.6.1.4.1.2272.1.12.10.51 | Counter32 | read-only | Total FSM errors transmitted |
| C32 rcStatBgpTxECodeCease | 1.3.6.1.4.1.2272.1.12.10.52 | Counter32 | read-only | Total Cease errors transmitted |
| C32 rcStatBgpTxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.10.53 | Counter32 | read-only | Header Not Synchronized errors transmitted |
| C32 rcStatBgpTxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.10.54 | Counter32 | read-only | Header Invalid msg len errors transmitted |
| C32 rcStatBgpTxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.10.55 | Counter32 | read-only | Header Invalid msg type errors transmitted |
| C32 rcStatBgpTxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.10.56 | Counter32 | read-only | Open errors transmitted: Bad Version |
| C32 rcStatBgpTxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.10.57 | Counter32 | read-only | Open errors transmitted: Bad AS Number |
| C32 rcStatBgpTxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.10.58 | Counter32 | read-only | Open errors transmitted: Bad BGP Rtr ID |
| C32 rcStatBgpTxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.10.59 | Counter32 | read-only | Open errors transmitted: Unsupported Option |
| C32 rcStatBgpTxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.10.60 | Counter32 | read-only | Open errors transmitted: Auth Failures |
| C32 rcStatBgpTxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.10.61 | Counter32 | read-only | Open errors transmitted: Bad Hold Value |
| C32 rcStatBgpTxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.10.62 | Counter32 | read-only | Update errors transmitted:Malformed Attr List |
| C32 rcStatBgpTxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.10.63 | Counter32 | read-only | Update errors transmitted: Welknown Attr Unrecog |
| C32 rcStatBgpTxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.10.64 | Counter32 | read-only | Update errors transmitted: Welknown Attr Missing |
| C32 rcStatBgpTxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.10.65 | Counter32 | read-only | Update errors transmitted: Attr Flag Error |
| C32 rcStatBgpTxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.10.66 | Counter32 | read-only | Update errors transmitted: Attr Len Error |
| C32 rcStatBgpTxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.10.67 | Counter32 | read-only | Update errors transmitted: Bad ORIGIN Attr |
| C32 rcStatBgpTxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.10.68 | Counter32 | read-only | Update errors transmitted: AS Routing Loop |
| C32 rcStatBgpTxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.10.69 | Counter32 | read-only | Update errors transmitted: Bad NEXT-HOP Attr |
| C32 rcStatBgpTxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.10.70 | Counter32 | read-only | Update errors transmitted: Optional Attr Error |
| C32 rcStatBgpTxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.10.71 | Counter32 | read-only | Update errors transmitted: Bad Network Field |
| C32 rcStatBgpTxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.10.72 | Counter32 | read-only | Update errors transmitted: Malformed AS Path |
| ENA rcStatBgpReset | 1.3.6.1.4.1.2272.1.12.10.73 | EnableValue | read-write | reset Bgp global stats |
| rcStatBgpPeerTable | 1.3.6.1.4.1.2272.1.12.11 | not-accessible | A table used to store Bgp Peer statistics. | |
| rcStatBgpPeerEntry | 1.3.6.1.4.1.2272.1.12.11.1 | not-accessible | Bgp Peer statistics | |
| IP rcStatBgpPeerAddr | 1.3.6.1.4.1.2272.1.12.11.1.1 | IpAddress | read-only | |
| C32 rcStatBgpPeerStarts | 1.3.6.1.4.1.2272.1.12.11.1.2 | Counter32 | read-only | Number of times peer BGP connection started |
| C32 rcStatBgpPeerStops | 1.3.6.1.4.1.2272.1.12.11.1.3 | Counter32 | read-only | Number of times peer BGP connection stopped |
| C32 rcStatBgpPeerOpens | 1.3.6.1.4.1.2272.1.12.11.1.4 | Counter32 | read-only | Number of times peer opens TCP |
| C32 rcStatBgpPeerCloses | 1.3.6.1.4.1.2272.1.12.11.1.5 | Counter32 | read-only | Number of times peer closes TCP |
| C32 rcStatBgpPeerFails | 1.3.6.1.4.1.2272.1.12.11.1.6 | Counter32 | read-only | Number of times peer TCP attempts failed |
| C32 rcStatBgpPeerFatals | 1.3.6.1.4.1.2272.1.12.11.1.7 | Counter32 | read-only | Number of times peer TCP crashes due to fatal error |
| C32 rcStatBgpPeerConnExps | 1.3.6.1.4.1.2272.1.12.11.1.8 | Counter32 | read-only | Number of times peer TCP retry timer expired |
| C32 rcStatBgpPeerHoldExps | 1.3.6.1.4.1.2272.1.12.11.1.9 | Counter32 | read-only | Number of times peer hold timer expired |
| C32 rcStatBgpPeerKeepExps | 1.3.6.1.4.1.2272.1.12.11.1.10 | Counter32 | read-only | Number of times peer keepalive timer expired |
| C32 rcStatBgpPeerTxMsgs | 1.3.6.1.4.1.2272.1.12.11.1.11 | Counter32 | read-only | Total messages send by the peer |
| C32 rcStatBgpPeerTxOpens | 1.3.6.1.4.1.2272.1.12.11.1.12 | Counter32 | read-only | Opens sent by the peer |
| C32 rcStatBgpPeerTxKeeps | 1.3.6.1.4.1.2272.1.12.11.1.13 | Counter32 | read-only | Keepalives sent by the peer |
| C32 rcStatBgpPeerTxUpdates | 1.3.6.1.4.1.2272.1.12.11.1.14 | Counter32 | read-only | Updates sent by the peer |
| C32 rcStatBgpPeerTxNotifys | 1.3.6.1.4.1.2272.1.12.11.1.15 | Counter32 | read-only | Notifications sent by the peer |
| C32 rcStatBgpPeerRxMsgs | 1.3.6.1.4.1.2272.1.12.11.1.16 | Counter32 | read-only | Total messages received by the peer |
| C32 rcStatBgpPeerRxInCompPkts | 1.3.6.1.4.1.2272.1.12.11.1.17 | Counter32 | read-only | Incomplete message received by the peer |
| C32 rcStatBgpPeerRxOpens | 1.3.6.1.4.1.2272.1.12.11.1.18 | Counter32 | read-only | Opens received by the peer |
| C32 rcStatBgpPeerRxKeeps | 1.3.6.1.4.1.2272.1.12.11.1.19 | Counter32 | read-only | Keepalives received by the peer |
| C32 rcStatBgpPeerRxUpdates | 1.3.6.1.4.1.2272.1.12.11.1.20 | Counter32 | read-only | Updates received by the peer |
| C32 rcStatBgpPeerRxNotifys | 1.3.6.1.4.1.2272.1.12.11.1.21 | Counter32 | read-only | Notifications received by the peer |
| C32 rcStatBgpPeerBadEvents | 1.3.6.1.4.1.2272.1.12.11.1.22 | Counter32 | read-only | Number of invalid events received by the peer |
| C32 rcStatBgpPeerSyncFails | 1.3.6.1.4.1.2272.1.12.11.1.23 | Counter32 | read-only | Number of times FDB sync failed of the peer |
| C32 rcStatBgpPeerRcvdTooShort | 1.3.6.1.4.1.2272.1.12.11.1.24 | Counter32 | read-only | Number of messages recieved by the peer that is too sho rt |
| C32 rcStatBgpPeerNoMarker | 1.3.6.1.4.1.2272.1.12.11.1.25 | Counter32 | read-only | Number of messages without marker recieved by the peer |
| C32 rcStatBgpPeerDropped | 1.3.6.1.4.1.2272.1.12.11.1.26 | Counter32 | read-only | Number of messages the peer has dropped |
| C32 rcStatBgpPeerBadMsgTypes | 1.3.6.1.4.1.2272.1.12.11.1.27 | Counter32 | read-only | Number of messages with invalid message type |
| C32 rcStatBgpPeerTrEvent | 1.3.6.1.4.1.2272.1.12.11.1.28 | Counter32 | read-only | Peer trace event |
| C32 rcStatBgpPeerTxRoutes | 1.3.6.1.4.1.2272.1.12.11.1.29 | Counter32 | read-only | Number of NLRI sent by peer |
| C32 rcStatBgpPeerRxRoutesAdded | 1.3.6.1.4.1.2272.1.12.11.1.30 | Counter32 | read-only | Number of routes added into loc_rib by this peer |
| C32 rcStatBgpPeerRxRoutesReplaced | 1.3.6.1.4.1.2272.1.12.11.1.31 | Counter32 | read-only | Number of routes replaced by the routes received by the peer |
| C32 rcStatBgpPeerRxNlri | 1.3.6.1.4.1.2272.1.12.11.1.32 | Counter32 | read-only | Number of NLRI received by the peer |
| C32 rcStatBgpPeerRxValidUpdates | 1.3.6.1.4.1.2272.1.12.11.1.33 | Counter32 | read-only | Number of valid UPDATEs received by the peer |
| C32 rcStatBgpPeerRxECodeHeader | 1.3.6.1.4.1.2272.1.12.11.1.34 | Counter32 | read-only | Total errors peer received: Header |
| C32 rcStatBgpPeerRxECodeOpen | 1.3.6.1.4.1.2272.1.12.11.1.35 | Counter32 | read-only | Total errors peer received: Open |
| C32 rcStatBgpPeerRxECodeUpdate | 1.3.6.1.4.1.2272.1.12.11.1.36 | Counter32 | read-only | Total errors peer received: Update |
| C32 rcStatBgpPeerRxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.11.1.37 | Counter32 | read-only | Total errors peer received: Hold |
| C32 rcStatBgpPeerRxECodeFSM | 1.3.6.1.4.1.2272.1.12.11.1.38 | Counter32 | read-only | Total errors peer received: Fsm |
| C32 rcStatBgpPeerRxECodeCease | 1.3.6.1.4.1.2272.1.12.11.1.39 | Counter32 | read-only | Total errors peer received: Cease |
| C32 rcStatBgpPeerRxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.11.1.40 | Counter32 | read-only | Header errors peer received: Not Synchronized |
| C32 rcStatBgpPeerRxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.11.1.41 | Counter32 | read-only | Header errors peer received: Invalid message length |
| C32 rcStatBgpPeerRxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.11.1.42 | Counter32 | read-only | Header errors peer received: Invalid message type |
| C32 rcStatBgpPeerRxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.11.1.43 | Counter32 | read-only | Open errors peer received: Bad Version |
| C32 rcStatBgpPeerRxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.11.1.44 | Counter32 | read-only | Open errors peer received: Bad AS number |
| C32 rcStatBgpPeerRxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.11.1.45 | Counter32 | read-only | Open errors peer received: Bad BGP ID |
| C32 rcStatBgpPeerRxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.11.1.46 | Counter32 | read-only | Open errors peer received: Unsupported Options |
| C32 rcStatBgpPeerRxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.11.1.47 | Counter32 | read-only | Open errors peer received: Authorization failures |
| C32 rcStatBgpPeerRxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.11.1.48 | Counter32 | read-only | Open errors peer received: Bad Hold value |
| C32 rcStatBgpPeerRxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.11.1.49 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.11.1.50 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.11.1.51 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.11.1.52 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.11.1.53 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.11.1.54 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.11.1.55 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.11.1.56 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.11.1.57 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.11.1.58 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.11.1.59 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxECodeHeader | 1.3.6.1.4.1.2272.1.12.11.1.60 | Counter32 | read-only | Total errors peer received: Header |
| C32 rcStatBgpPeerTxECodeOpen | 1.3.6.1.4.1.2272.1.12.11.1.61 | Counter32 | read-only | Total errors peer received: Open |
| C32 rcStatBgpPeerTxECodeUpdate | 1.3.6.1.4.1.2272.1.12.11.1.62 | Counter32 | read-only | Total errors peer received: Update |
| C32 rcStatBgpPeerTxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.11.1.63 | Counter32 | read-only | Total errors peer received: Hold |
| C32 rcStatBgpPeerTxECodeFSM | 1.3.6.1.4.1.2272.1.12.11.1.64 | Counter32 | read-only | Total errors peer received: Fsm |
| C32 rcStatBgpPeerTxECodeCease | 1.3.6.1.4.1.2272.1.12.11.1.65 | Counter32 | read-only | Total errors peer received: Cease |
| C32 rcStatBgpPeerTxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.11.1.66 | Counter32 | read-only | Header errors peer received: Not Synchronized |
| C32 rcStatBgpPeerTxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.11.1.67 | Counter32 | read-only | Header errors peer received: Invalid message length |
| C32 rcStatBgpPeerTxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.11.1.68 | Counter32 | read-only | Header errors peer received: Invalid message type |
| C32 rcStatBgpPeerTxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.11.1.69 | Counter32 | read-only | Open errors peer received: Bad Version |
| C32 rcStatBgpPeerTxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.11.1.70 | Counter32 | read-only | Open errors peer received: Bad AS number |
| C32 rcStatBgpPeerTxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.11.1.71 | Counter32 | read-only | Open errors peer received: Bad BGP ID |
| C32 rcStatBgpPeerTxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.11.1.72 | Counter32 | read-only | Open errors peer received: Unsupported Options |
| C32 rcStatBgpPeerTxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.11.1.73 | Counter32 | read-only | Open errors peer received: Authorization failures |
| C32 rcStatBgpPeerTxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.11.1.74 | Counter32 | read-only | Open errors peer received: Bad Hold value |
| C32 rcStatBgpPeerTxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.11.1.75 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.11.1.76 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.11.1.77 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.11.1.78 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.11.1.79 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.11.1.80 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.11.1.81 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.11.1.82 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.11.1.83 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.11.1.84 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.11.1.85 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| ENA rcStatBgpPeerReset | 1.3.6.1.4.1.2272.1.12.11.1.86 | EnableValue | read-write | reset peer stats |
| rcStatBgpPeerAfTable | 1.3.6.1.4.1.2272.1.12.13 | not-accessible | A table used to store v4/v6 Bgp Peer statistics. | |
| rcStatBgpPeerAfEntry | 1.3.6.1.4.1.2272.1.12.13.1 | not-accessible | AF independent Bgp Peer statistics | |
| IPt rcStatBgpPeerAfAddrType | 1.3.6.1.4.1.2272.1.12.13.1.1 | InetAddressType | not-accessible | Inet address type of the AF independent peer |
| IP rcStatBgpPeerAfAddr | 1.3.6.1.4.1.2272.1.12.13.1.2 | InetAddress | not-accessible | Inet address of the AF independent peer |
| C32 rcStatBgpPeerAfStarts | 1.3.6.1.4.1.2272.1.12.13.1.3 | Counter32 | read-only | Number of times peer BGP connection started |
| C32 rcStatBgpPeerAfStops | 1.3.6.1.4.1.2272.1.12.13.1.4 | Counter32 | read-only | Number of times peer BGP connection stopped |
| C32 rcStatBgpPeerAfOpens | 1.3.6.1.4.1.2272.1.12.13.1.5 | Counter32 | read-only | Number of times peer opens TCP |
| C32 rcStatBgpPeerAfCloses | 1.3.6.1.4.1.2272.1.12.13.1.6 | Counter32 | read-only | Number of times peer closes TCP |
| C32 rcStatBgpPeerAfFails | 1.3.6.1.4.1.2272.1.12.13.1.7 | Counter32 | read-only | Number of times peer TCP attempts failed |
| C32 rcStatBgpPeerAfFatals | 1.3.6.1.4.1.2272.1.12.13.1.8 | Counter32 | read-only | Number of times peer TCP crashes due to fatal error |
| C32 rcStatBgpPeerAfConnExps | 1.3.6.1.4.1.2272.1.12.13.1.9 | Counter32 | read-only | Number of times peer TCP retry timer expired |
| C32 rcStatBgpPeerAfHoldExps | 1.3.6.1.4.1.2272.1.12.13.1.10 | Counter32 | read-only | Number of times peer hold timer expired |
| C32 rcStatBgpPeerAfKeepExps | 1.3.6.1.4.1.2272.1.12.13.1.11 | Counter32 | read-only | Number of times peer keepalive timer expired |
| C32 rcStatBgpPeerAfTxMsgs | 1.3.6.1.4.1.2272.1.12.13.1.12 | Counter32 | read-only | Total messages send by the peer |
| C32 rcStatBgpPeerAfTxOpens | 1.3.6.1.4.1.2272.1.12.13.1.13 | Counter32 | read-only | Opens sent by the peer |
| C32 rcStatBgpPeerAfTxKeeps | 1.3.6.1.4.1.2272.1.12.13.1.14 | Counter32 | read-only | Keepalives sent by the peer |
| C32 rcStatBgpPeerAfTxUpdates | 1.3.6.1.4.1.2272.1.12.13.1.15 | Counter32 | read-only | Updates sent by the peer |
| C32 rcStatBgpPeerAfTxNotifys | 1.3.6.1.4.1.2272.1.12.13.1.16 | Counter32 | read-only | Notifications sent by the peer |
| C32 rcStatBgpPeerAfRxMsgs | 1.3.6.1.4.1.2272.1.12.13.1.17 | Counter32 | read-only | Total messages received by the peer |
| C32 rcStatBgpPeerAfRxInCompPkts | 1.3.6.1.4.1.2272.1.12.13.1.18 | Counter32 | read-only | Incomplete message received by the peer |
| C32 rcStatBgpPeerAfRxOpens | 1.3.6.1.4.1.2272.1.12.13.1.19 | Counter32 | read-only | Opens received by the peer |
| C32 rcStatBgpPeerAfRxKeeps | 1.3.6.1.4.1.2272.1.12.13.1.20 | Counter32 | read-only | Keepalives received by the peer |
| C32 rcStatBgpPeerAfRxUpdates | 1.3.6.1.4.1.2272.1.12.13.1.21 | Counter32 | read-only | Updates received by the peer |
| C32 rcStatBgpPeerAfRxNotifys | 1.3.6.1.4.1.2272.1.12.13.1.22 | Counter32 | read-only | Notifications received by the peer |
| C32 rcStatBgpPeerAfBadEvents | 1.3.6.1.4.1.2272.1.12.13.1.23 | Counter32 | read-only | Number of invalid events received by the peer |
| C32 rcStatBgpPeerAfSyncFails | 1.3.6.1.4.1.2272.1.12.13.1.24 | Counter32 | read-only | Number of times FDB sync failed of the peer |
| C32 rcStatBgpPeerAfRcvdTooShort | 1.3.6.1.4.1.2272.1.12.13.1.25 | Counter32 | read-only | Number of messages recieved by the peer that is too sho rt |
| C32 rcStatBgpPeerAfNoMarker | 1.3.6.1.4.1.2272.1.12.13.1.26 | Counter32 | read-only | Number of messages without marker recieved by the peer |
| C32 rcStatBgpPeerAfDropped | 1.3.6.1.4.1.2272.1.12.13.1.27 | Counter32 | read-only | Number of messages the peer has dropped |
| C32 rcStatBgpPeerAfBadMsgTypes | 1.3.6.1.4.1.2272.1.12.13.1.28 | Counter32 | read-only | Number of messages with invalid message type |
| C32 rcStatBgpPeerAfTrEvent | 1.3.6.1.4.1.2272.1.12.13.1.29 | Counter32 | read-only | Peer trace event |
| C32 rcStatBgpPeerAfTxRoutes | 1.3.6.1.4.1.2272.1.12.13.1.30 | Counter32 | read-only | Number of NLRI sent by peer |
| C32 rcStatBgpPeerAfRxRoutesAdded | 1.3.6.1.4.1.2272.1.12.13.1.31 | Counter32 | read-only | Number of routes added into loc_rib by this peer |
| C32 rcStatBgpPeerAfRxRoutesReplaced | 1.3.6.1.4.1.2272.1.12.13.1.32 | Counter32 | read-only | Number of routes replaced by the routes received by the peer |
| C32 rcStatBgpPeerAfRxNlri | 1.3.6.1.4.1.2272.1.12.13.1.33 | Counter32 | read-only | Number of NLRI received by the peer |
| C32 rcStatBgpPeerAfRxValidUpdates | 1.3.6.1.4.1.2272.1.12.13.1.34 | Counter32 | read-only | Number of valid UPDATEs received by the peer |
| C32 rcStatBgpPeerAfRxECodeHeader | 1.3.6.1.4.1.2272.1.12.13.1.35 | Counter32 | read-only | Total errors peer received: Header |
| C32 rcStatBgpPeerAfRxECodeOpen | 1.3.6.1.4.1.2272.1.12.13.1.36 | Counter32 | read-only | Total errors peer received: Open |
| C32 rcStatBgpPeerAfRxECodeUpdate | 1.3.6.1.4.1.2272.1.12.13.1.37 | Counter32 | read-only | Total errors peer received: Update |
| C32 rcStatBgpPeerAfRxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.13.1.38 | Counter32 | read-only | Total errors peer received: Hold |
| C32 rcStatBgpPeerAfRxECodeFSM | 1.3.6.1.4.1.2272.1.12.13.1.39 | Counter32 | read-only | Total errors peer received: Fsm |
| C32 rcStatBgpPeerAfRxECodeCease | 1.3.6.1.4.1.2272.1.12.13.1.40 | Counter32 | read-only | Total errors peer received: Cease |
| C32 rcStatBgpPeerAfRxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.13.1.41 | Counter32 | read-only | Header errors peer received: Not Synchronized |
| C32 rcStatBgpPeerAfRxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.13.1.42 | Counter32 | read-only | Header errors peer received: Invalid message length |
| C32 rcStatBgpPeerAfRxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.13.1.43 | Counter32 | read-only | Header errors peer received: Invalid message type |
| C32 rcStatBgpPeerAfRxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.13.1.44 | Counter32 | read-only | Open errors peer received: Bad Version |
| C32 rcStatBgpPeerAfRxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.13.1.45 | Counter32 | read-only | Open errors peer received: Bad AS number |
| C32 rcStatBgpPeerAfRxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.13.1.46 | Counter32 | read-only | Open errors peer received: Bad BGP ID |
| C32 rcStatBgpPeerAfRxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.13.1.47 | Counter32 | read-only | Open errors peer received: Unsupported Options |
| C32 rcStatBgpPeerAfRxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.13.1.48 | Counter32 | read-only | Open errors peer received: Authorization failures |
| C32 rcStatBgpPeerAfRxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.13.1.49 | Counter32 | read-only | Open errors peer received: Bad Hold value |
| C32 rcStatBgpPeerAfRxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.13.1.50 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.13.1.51 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.13.1.52 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.13.1.53 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.13.1.54 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.13.1.55 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.13.1.56 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.13.1.57 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.13.1.58 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.13.1.59 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfRxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.13.1.60 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxECodeHeader | 1.3.6.1.4.1.2272.1.12.13.1.61 | Counter32 | read-only | Total errors peer received: Header |
| C32 rcStatBgpPeerAfTxECodeOpen | 1.3.6.1.4.1.2272.1.12.13.1.62 | Counter32 | read-only | Total errors peer received: Open |
| C32 rcStatBgpPeerAfTxECodeUpdate | 1.3.6.1.4.1.2272.1.12.13.1.63 | Counter32 | read-only | Total errors peer received: Update |
| C32 rcStatBgpPeerAfTxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.13.1.64 | Counter32 | read-only | Total errors peer received: Hold |
| C32 rcStatBgpPeerAfTxECodeFSM | 1.3.6.1.4.1.2272.1.12.13.1.65 | Counter32 | read-only | Total errors peer received: Fsm |
| C32 rcStatBgpPeerAfTxECodeCease | 1.3.6.1.4.1.2272.1.12.13.1.66 | Counter32 | read-only | Total errors peer received: Cease |
| C32 rcStatBgpPeerAfTxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.13.1.67 | Counter32 | read-only | Header errors peer received: Not Synchronized |
| C32 rcStatBgpPeerAfTxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.13.1.68 | Counter32 | read-only | Header errors peer received: Invalid message length |
| C32 rcStatBgpPeerAfTxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.13.1.69 | Counter32 | read-only | Header errors peer received: Invalid message type |
| C32 rcStatBgpPeerAfTxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.13.1.70 | Counter32 | read-only | Open errors peer received: Bad Version |
| C32 rcStatBgpPeerAfTxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.13.1.71 | Counter32 | read-only | Open errors peer received: Bad AS number |
| C32 rcStatBgpPeerAfTxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.13.1.72 | Counter32 | read-only | Open errors peer received: Bad BGP ID |
| C32 rcStatBgpPeerAfTxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.13.1.73 | Counter32 | read-only | Open errors peer received: Unsupported Options |
| C32 rcStatBgpPeerAfTxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.13.1.74 | Counter32 | read-only | Open errors peer received: Authorization failures |
| C32 rcStatBgpPeerAfTxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.13.1.75 | Counter32 | read-only | Open errors peer received: Bad Hold value |
| C32 rcStatBgpPeerAfTxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.13.1.76 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.13.1.77 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.13.1.78 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.13.1.79 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.13.1.80 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.13.1.81 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.13.1.82 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.13.1.83 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.13.1.84 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.13.1.85 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerAfTxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.13.1.86 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| T/F rcStatBgpPeerAfReset | 1.3.6.1.4.1.2272.1.12.13.1.87 | TruthValue | read-create | reset peer stats |
| rcStg | 1.3.6.1.4.1.2272.1.13 | |||
| I32 rcStgMaxStgs | 1.3.6.1.4.1.2272.1.13.1 | Integer32 | read-write | The maximum number of spanning tree groups this device can support concurrently. |
| I32 rcStgNumStgs | 1.3.6.1.4.1.2272.1.13.2 | Integer32 | read-only | The number of spanning tree groups that are currently defined. |
| POR rcStgUnassignedPorts | 1.3.6.1.4.1.2272.1.13.3 | PortSet | read-only | A 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). |
| rcStgTable | 1.3.6.1.4.1.2272.1.13.4 | not-accessible | A table used to store Spanning Tree Group (STG) information. Each row in the table specifies a different STG in the device. | |
| rcStgEntry | 1.3.6.1.4.1.2272.1.13.4.1 | not-accessible | STG attributes | |
| INT rcStgId | 1.3.6.1.4.1.2272.1.13.4.1.1 | INTEGER | read-only | An identifier used to identify a STG in the device. |
| MAC rcStgTaggedBpduAddress | 1.3.6.1.4.1.2272.1.13.4.1.2 | MacAddress | read-write | The 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 rcStgTaggedBpduVlanId | 1.3.6.1.4.1.2272.1.13.4.1.3 | Integer32 | read-write | The VLAN ID to be used for tagging BPDUs. |
| MAC rcStgBridgeAddress | 1.3.6.1.4.1.2272.1.13.4.1.4 | MacAddress | read-only | The 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 rcStgNumPorts | 1.3.6.1.4.1.2272.1.13.4.1.5 | Integer32 | read-only | The number of ports controlled by this bridging entity. |
| INT rcStgProtocolSpecification | 1.3.6.1.4.1.2272.1.13.4.1.6 | INTEGER | read-only | An 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 rcStgPriority | 1.3.6.1.4.1.2272.1.13.4.1.7 | INTEGER | read-write | The 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 rcStgTimeSinceTopologyChange | 1.3.6.1.4.1.2272.1.13.4.1.8 | TimeTicks | read-only | The time (in hundredths of a second) since the last time a topology change was detected by the bridge entity. |
| C32 rcStgTopChanges | 1.3.6.1.4.1.2272.1.13.4.1.9 | Counter32 | read-only | The total number of topology changes detected by this bridge since the management entity was last reset or initialized. |
| BRI rcStgDesignatedRoot | 1.3.6.1.4.1.2272.1.13.4.1.10 | BridgeId | read-only | The 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 rcStgRootCost | 1.3.6.1.4.1.2272.1.13.4.1.11 | Integer32 | read-only | The cost of the path to the root as seen from this bridge. |
| NUM rcStgRootPort | 1.3.6.1.4.1.2272.1.13.4.1.12 | InterfaceIndex | read-only | The port number of the port which offers the lowest cost path from this bridge to the root bridge. |
| TIM rcStgMaxAge | 1.3.6.1.4.1.2272.1.13.4.1.13 | Timeout | read-only | The 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 rcStgHelloTime | 1.3.6.1.4.1.2272.1.13.4.1.14 | Timeout | read-only | The 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 rcStgHoldTime | 1.3.6.1.4.1.2272.1.13.4.1.15 | Integer32 | read-only | This 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 rcStgForwardDelay | 1.3.6.1.4.1.2272.1.13.4.1.16 | Timeout | read-only | This 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 rcStgBridgeMaxAge | 1.3.6.1.4.1.2272.1.13.4.1.17 | Timeout | read-write | The 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 rcStgBridgeHelloTime | 1.3.6.1.4.1.2272.1.13.4.1.18 | Timeout | read-write | The 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 rcStgBridgeForwardDelay | 1.3.6.1.4.1.2272.1.13.4.1.19 | Timeout | read-write | The 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 rcStgEnableStp | 1.3.6.1.4.1.2272.1.13.4.1.20 | TruthValue | read-write | Indicate whether the spanning tree protocol should be active in this STG. |
| T/F rcStgStpTrapEnable | 1.3.6.1.4.1.2272.1.13.4.1.21 | TruthValue | read-write | Indicate whether traps relating to the spanning tree protocol should be sent for this STG. |
| OCT rcStgPortMembers | 1.3.6.1.4.1.2272.1.13.4.1.22 | OCTET STRING | read-write | A 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 rcStgRowStatus | 1.3.6.1.4.1.2272.1.13.4.1.23 | RowStatus | read-write | Row status. |
| OCT rcStgPortStpState | 1.3.6.1.4.1.2272.1.13.4.1.24 | OCTET STRING | read-only | Every 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 rcStgType | 1.3.6.1.4.1.2272.1.13.4.1.25 | INTEGER | read-write | Type of Stg. |
| T/F rcStgNtStgEnable | 1.3.6.1.4.1.2272.1.13.4.1.26 | TruthValue | read-write | Indicates whether this STG is Operating in Nortel Mode or in Cisco Mode. true = Nortel Mode false = Cisco Mode. |
| rcStgPortTable | 1.3.6.1.4.1.2272.1.13.5 | not-accessible | A 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. | |
| rcStgPortEntry | 1.3.6.1.4.1.2272.1.13.5.1 | not-accessible | STG Port attributes | |
| NUM rcStgPort | 1.3.6.1.4.1.2272.1.13.5.1.1 | InterfaceIndex | read-only | The port number of the port for which this entry contains Spanning Tree Protocol management information. |
| INT rcStgPortStgId | 1.3.6.1.4.1.2272.1.13.5.1.2 | INTEGER | read-only | The STG identifier this port is assigned to. |
| INT rcStgPortPriority | 1.3.6.1.4.1.2272.1.13.5.1.3 | INTEGER | read-write | The 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 rcStgPortState | 1.3.6.1.4.1.2272.1.13.5.1.4 | INTEGER | read-only | The 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 rcStgPortEnableStp | 1.3.6.1.4.1.2272.1.13.5.1.5 | TruthValue | read-write | The enabled/disabled status of the port. |
| T/F rcStgPortFastStart | 1.3.6.1.4.1.2272.1.13.5.1.6 | TruthValue | read-write | When this flag is set, the port is moved straight to the forwarding(5) state upon being enabled. |
| INT rcStgPortPathCost | 1.3.6.1.4.1.2272.1.13.5.1.7 | INTEGER | read-write | The 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 rcStgPortDesignatedRoot | 1.3.6.1.4.1.2272.1.13.5.1.8 | BridgeId | read-only | The 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 rcStgPortDesignatedCost | 1.3.6.1.4.1.2272.1.13.5.1.9 | Integer32 | read-only | The 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 rcStgPortDesignatedBridge | 1.3.6.1.4.1.2272.1.13.5.1.10 | BridgeId | read-only | The Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment. |
| OCT rcStgPortDesignatedPort | 1.3.6.1.4.1.2272.1.13.5.1.11 | OCTET STRING | read-only | The Port Identifier of the port on the Designated Bridge for this port's segment. |
| C32 rcStgPortForwardTransitions | 1.3.6.1.4.1.2272.1.13.5.1.12 | Counter32 | read-only | The number of times this port has transitioned from the Learning state to the Forwarding state. |
| C32 rcStgPortInConfigBpdus | 1.3.6.1.4.1.2272.1.13.5.1.13 | Counter32 | read-only | The number of Config BPUDs received by this port. |
| C32 rcStgPortInTcnBpdus | 1.3.6.1.4.1.2272.1.13.5.1.14 | Counter32 | read-only | The number of Topology Change Notification BPUDs received by this port. |
| C32 rcStgPortInBadBpdus | 1.3.6.1.4.1.2272.1.13.5.1.15 | Counter32 | read-only | The number of Bad BPUDs received by this port. |
| C32 rcStgPortOutConfigBpdus | 1.3.6.1.4.1.2272.1.13.5.1.16 | Counter32 | read-only | The number of Config BPUDs transmitted by this port. |
| C32 rcStgPortOutTcnBpdus | 1.3.6.1.4.1.2272.1.13.5.1.17 | Counter32 | read-only | The number of Topology Change Notification BPUDs transmitted by this port. |
| ROW rcStgPortRowStatus | 1.3.6.1.4.1.2272.1.13.5.1.18 | RowStatus | read-write | Row status. |
| T/F rcStgPortChangeDetection | 1.3.6.1.4.1.2272.1.13.5.1.19 | TruthValue | read-write | If disabled, topology change notifications are not sent for the port. |
| I32 rcStgPortPathCost32 | 1.3.6.1.4.1.2272.1.13.5.1.20 | Integer32 | read-write | The 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 rcStgNotAllowedPorts | 1.3.6.1.4.1.2272.1.13.6 | PortSet | read-only | A 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). |
| rcBridge | 1.3.6.1.4.1.2272.1.14 | |||
| rcBridgeFdbTable | 1.3.6.1.4.1.2272.1.14.1 | not-accessible | This table is an replacement to the standard dot1dTpFdbTable in rfc1493. | |
| rcBridgeFdbEntry | 1.3.6.1.4.1.2272.1.14.1.1 | not-accessible | Information about a specific unicast MAC address for which the bridge has some forwarding information. | |
| INT rcBridgeFdbStatus | 1.3.6.1.4.1.2272.1.14.1.1.1 | INTEGER | read-only | This object indicates the status of this entry. |
| MAC rcBridgeFdbAddress | 1.3.6.1.4.1.2272.1.14.1.1.2 | MacAddress | read-only | A unicast MAC address for which the bridge has forwarding and/or filtering information. |
| NUM rcBridgeFdbPort | 1.3.6.1.4.1.2272.1.14.1.1.3 | InterfaceIndex | read-only | Either 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 rcBridgeFdbMonitor | 1.3.6.1.4.1.2272.1.14.1.1.4 | TruthValue | read-write | Used 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 rcBridgeFdbPriority | 1.3.6.1.4.1.2272.1.14.1.1.5 | INTEGER | read-write | Used to indicate the priority of the incoming frames with this destination Mac Address. |
| INT rcBridgeFdbQosLevel | 1.3.6.1.4.1.2272.1.14.1.1.6 | INTEGER | read-write | Used to indicate the qos level of the incoming frames with this destination Mac Address. |
| T/F rcBridgeFdbSmltRemote | 1.3.6.1.4.1.2272.1.14.1.1.7 | TruthValue | read-only | A MAC address indicate for remote learnt, either local or remote. |
| INT rcBridgeFdbVlanId | 1.3.6.1.4.1.2272.1.14.1.1.8 | INTEGER | read-only | |
| I32 rcBridgeFdbTblSize | 1.3.6.1.4.1.2272.1.14.2 | Integer32 | read-only | Used to indicate the number of entries in the bridge forwarding database table. |
| rcBridgeStaticTable | 1.3.6.1.4.1.2272.1.14.3 | not-accessible | This table is a proprietary replacement to the standard dot1dStaticTable in rfc1493. | |
| rcBridgeStaticEntry | 1.3.6.1.4.1.2272.1.14.3.1 | not-accessible | A 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 rcBridgeStaticAddress | 1.3.6.1.4.1.2272.1.14.3.1.1 | MacAddress | read-only | The MAC address of this entry. |
| NUM rcBridgeStaticPort | 1.3.6.1.4.1.2272.1.14.3.1.2 | InterfaceIndex | read-only | Port on which the MAC address is found. |
| T/F rcBridgeStaticMonitor | 1.3.6.1.4.1.2272.1.14.3.1.3 | TruthValue | read-write | Used to indicate whether monitoring should be performed on incoming packets that match this entry. |
| INT rcBridgeStaticPriority | 1.3.6.1.4.1.2272.1.14.3.1.4 | INTEGER | read-write | Used to indicate forwarding priority of incoming packets that match this entry. |
| INT rcBridgeStaticStatus | 1.3.6.1.4.1.2272.1.14.3.1.5 | INTEGER | read-write | This object indicates the status of this entry. The default value is permanent(3). |
| INT rcBridgeStaticQosLevel | 1.3.6.1.4.1.2272.1.14.3.1.6 | INTEGER | read-write | Used to indicate the qos level. |
| INT rcBridgeStaticVlanId | 1.3.6.1.4.1.2272.1.14.3.1.7 | INTEGER | read-only | |
| I32 rcBridgeStaticTblSize | 1.3.6.1.4.1.2272.1.14.4 | Integer32 | read-only | Used to indicate the number of entries in the bridge static table. |
| rcBridgeFilterTable | 1.3.6.1.4.1.2272.1.14.5 | not-accessible | This table is a proprietary replacement to the standard dot1dStaticTable (Filtering information) in rfc1493. | |
| rcBridgeFilterEntry | 1.3.6.1.4.1.2272.1.14.5.1 | not-accessible | A 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 rcBridgeFilterAddress | 1.3.6.1.4.1.2272.1.14.5.1.1 | MacAddress | read-only | The MAC address of this entry. This address is used to match the destination address of incoming packets. |
| NUM rcBridgeFilterPort | 1.3.6.1.4.1.2272.1.14.5.1.2 | InterfaceIndex | read-only | Port on which this MAC address is found. |
| OCT rcBridgeFilterNotAllowedFrom | 1.3.6.1.4.1.2272.1.14.5.1.3 | OCTET STRING | read-write | Used to indicate a set of ports. Traffic arriving on any of the specified ports is not forwarded to this MAC address. |
| INT rcBridgeFilterStatus | 1.3.6.1.4.1.2272.1.14.5.1.4 | INTEGER | read-write | This object indicates the status of this entry. The default value is permanent(3). |
| INT rcBridgeFilterVlanId | 1.3.6.1.4.1.2272.1.14.5.1.5 | INTEGER | read-only | |
| T/F rcBridgeFilterPcap | 1.3.6.1.4.1.2272.1.14.5.1.6 | TruthValue | read-write | To enable pcap for the fdb-filter |
| OCT rcBridgeFilterDestDiscard | 1.3.6.1.4.1.2272.1.14.5.1.7 | OCTET STRING | read-write | Used to indicate a set of ports. Traffic arriving on any of the specified ports from this MAC address. |
| OCT rcBridgeFilterSrcDiscard | 1.3.6.1.4.1.2272.1.14.5.1.8 | OCTET STRING | read-write | Used to indicate a set of ports. Traffic arriving on any of the specified ports is not forwarded to this MAC address. |
| I32 rcBridgeFilterTblSize | 1.3.6.1.4.1.2272.1.14.6 | Integer32 | read-only | Used to indicate the number of entries in the bridge filter table. |
| rcBridgeUnknownMacDiscardTable | 1.3.6.1.4.1.2272.1.14.7 | not-accessible | This 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. | |
| rcBridgeUnknownMacDiscardEntry | 1.3.6.1.4.1.2272.1.14.7.1 | not-accessible | A table containing information configuring the 'unknown mac discard' feature. | |
| NUM rcBridgeUnknownMacDiscardIfIndex | 1.3.6.1.4.1.2272.1.14.7.1.1 | InterfaceIndex | read-only | Port on which this 'unknown mac discard' configuration applied to. |
| T/F rcBridgeUnknownMacDiscardAutoLearnEnable | 1.3.6.1.4.1.2272.1.14.7.1.2 | TruthValue | read-write | This variable is used to enable/disable the auto-learn capability of a specific port. The default value is auto-learn disabled. |
| INT rcBridgeUnknownMacDiscardAutoLearnMode | 1.3.6.1.4.1.2272.1.14.7.1.3 | INTEGER | read-write | This 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 rcBridgeUnknownMacDiscardAutoLearnTableMode | 1.3.6.1.4.1.2272.1.14.7.1.4 | INTEGER | read-write | This 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 rcBridgeUnknownMacDiscardLogViolations | 1.3.6.1.4.1.2272.1.14.7.1.5 | INTEGER | read-write | This 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 rcBridgeUnknownMacDiscardSendTrap | 1.3.6.1.4.1.2272.1.14.7.1.6 | INTEGER | read-write | This 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 rcBridgeUnknownMacDiscardDisablePort | 1.3.6.1.4.1.2272.1.14.7.1.7 | INTEGER | read-write | This 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 rcBridgeUnknownMacDiscardDefaultAutoLearnMonitor | 1.3.6.1.4.1.2272.1.14.7.1.8 | INTEGER | read-write | This 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 rcBridgeUnknownMacDiscardDefaultAutoLearnPriority | 1.3.6.1.4.1.2272.1.14.7.1.9 | INTEGER | read-write | This 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 rcBridgeUnknownMacDiscardMacCountMax | 1.3.6.1.4.1.2272.1.14.7.1.10 | INTEGER | read-write | This variable represents the maxium number of MACc that can be added to some port. |
| INT rcBridgeUnknownMacDiscardMacCountCur | 1.3.6.1.4.1.2272.1.14.7.1.11 | INTEGER | read-only | This variable represents the current number of MACs that have been added to some port. |
| rcBridgeManualEditTable | 1.3.6.1.4.1.2272.1.14.8 | not-accessible | This table is used to specify what MAC addresses can be learned on each port. | |
| rcBridgeManualEditEntry | 1.3.6.1.4.1.2272.1.14.8.1 | not-accessible | A table containing information of MAC addresses that can be learned. | |
| MAC rcBridgeManualEditAddress | 1.3.6.1.4.1.2272.1.14.8.1.1 | MacAddress | read-only | This variable contains the source MAC address of an entry. |
| POR rcBridgeManualEditPorts | 1.3.6.1.4.1.2272.1.14.8.1.2 | PortSet | read-write | This variable contains the allowed ports on which the MAC address of this entry can be learned. |
| T/F rcBridgeManualEditMonitor | 1.3.6.1.4.1.2272.1.14.8.1.3 | TruthValue | read-write | This 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 rcBridgeManualEditPriority | 1.3.6.1.4.1.2272.1.14.8.1.4 | INTEGER | read-write | This 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 rcBridgeManualEditStatus | 1.3.6.1.4.1.2272.1.14.8.1.5 | INTEGER | read-write | The 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 rcBridgeManualEditTblSize | 1.3.6.1.4.1.2272.1.14.9 | Integer32 | read-only | Used to indicate the number of entries in the manual edit table. |
| rcBridgeAutoLearnTable | 1.3.6.1.4.1.2272.1.14.10 | not-accessible | This 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. | |
| rcBridgeAutoLearnEntry | 1.3.6.1.4.1.2272.1.14.10.1 | not-accessible | Entries 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 rcBridgeAutoLearnAddress | 1.3.6.1.4.1.2272.1.14.10.1.1 | MacAddress | read-only | This variable contains the source MAC address of the entries. |
| POR rcBridgeAutoLearnPort | 1.3.6.1.4.1.2272.1.14.10.1.2 | PortSet | read-only | This variable contains the port where the MAC address was learned. |
| T/F rcBridgeAutoLearnMonitor | 1.3.6.1.4.1.2272.1.14.10.1.3 | TruthValue | read-only | This 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 rcBridgeAutoLearnPriority | 1.3.6.1.4.1.2272.1.14.10.1.4 | INTEGER | read-only | This 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 rcBridgeAutoLearnAction | 1.3.6.1.4.1.2272.1.14.10.1.5 | INTEGER | read-write | This 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 rcBridgeAutoLearnTblSize | 1.3.6.1.4.1.2272.1.14.11 | Integer32 | read-only | Used to indicate the number of entries in the auto learn table. |
| rcBridgeStaticMulticastTable | 1.3.6.1.4.1.2272.1.14.12 | not-accessible | ||
| rcBridgeStaticMulticastEntry | 1.3.6.1.4.1.2272.1.14.12.1 | not-accessible | ||
| MAC rcBridgeStaticMulticastAddress | 1.3.6.1.4.1.2272.1.14.12.1.1 | MacAddress | read-only | src mac addr. |
| POR rcBridgeStaticMulticastForwardingPorts | 1.3.6.1.4.1.2272.1.14.12.1.2 | PortSet | read-write | ports for forward this mac |
| IDL rcBridgeStaticMulticastMltIds | 1.3.6.1.4.1.2272.1.14.12.1.3 | IdList | read-write | list of mlts this mac will be forwarded on |
| ROW rcBridgeStaticMulticastRowStatus | 1.3.6.1.4.1.2272.1.14.12.1.4 | RowStatus | read-write | row status |
| INT rcBridgeStaticMulticastVlanId | 1.3.6.1.4.1.2272.1.14.12.1.5 | INTEGER | read-only | Vlan Id |
| I32 rcBridgeStaticMulticastNumMltIds | 1.3.6.1.4.1.2272.1.14.12.1.6 | Integer32 | read-only | number of mlts Ids |
| I32 rcBridgeStaticMulticastTblSize | 1.3.6.1.4.1.2272.1.14.13 | Integer32 | read-only | Used to indicate the number of entries in the static multicast table. |
| rcRateLimitTable | 1.3.6.1.4.1.2272.1.14.14 | not-accessible | ||
| rcRateLimitEntry | 1.3.6.1.4.1.2272.1.14.14.1 | not-accessible | ||
| NUM rcRateLimitIfIndex | 1.3.6.1.4.1.2272.1.14.14.1.1 | InterfaceIndex | read-only | Port ifindex. |
| INT rcRateLimitIfTrafficType | 1.3.6.1.4.1.2272.1.14.14.1.2 | INTEGER | read-write | Type of traffic allowed. |
| INT rcRateLimitIfAllowedRate | 1.3.6.1.4.1.2272.1.14.14.1.3 | INTEGER | read-write | Allowed traffic rate. If chassis type is 8100. |
| T/F rcRateLimitIfEnable | 1.3.6.1.4.1.2272.1.14.14.1.4 | TruthValue | read-write | Turn on/off rate limiting on this interface. |
| I32 rcRateLimitIfAllowedRatePps | 1.3.6.1.4.1.2272.1.14.14.1.5 | Integer32 | read-write | Allowed traffic rate packets per second. If chassis type is 8600/8800. |
| INT rcRateLimitIfAllowedRateKbps | 1.3.6.1.4.1.2272.1.14.14.1.6 | INTEGER | read-write | Allowed traffic rate Kbits per second. If chassis type is R-module. |
| rcBridgeStaticMcastTable | 1.3.6.1.4.1.2272.1.14.15 | not-accessible | ||
| rcBridgeStaticMcastEntry | 1.3.6.1.4.1.2272.1.14.15.1 | not-accessible | ||
| INT rcBridgeStaticMcastVlanId | 1.3.6.1.4.1.2272.1.14.15.1.1 | INTEGER | read-only | Vlan Id |
| MAC rcBridgeStaticMcastAddress | 1.3.6.1.4.1.2272.1.14.15.1.2 | MacAddress | read-only | src mac addr. |
| POR rcBridgeStaticMcastForwardingPorts | 1.3.6.1.4.1.2272.1.14.15.1.3 | PortSet | read-write | ports for forward this mac |
| IDL rcBridgeStaticMcastMltIds | 1.3.6.1.4.1.2272.1.14.15.1.4 | IdList | read-write | list of mlts this mac will be forwarded on |
| I32 rcBridgeStaticMcastNumMltIds | 1.3.6.1.4.1.2272.1.14.15.1.5 | Integer32 | read-only | number of mlts Ids |
| ROW rcBridgeStaticMcastRowStatus | 1.3.6.1.4.1.2272.1.14.15.1.6 | RowStatus | read-write | row status |
| rcBridgeFdbProtectTable | 1.3.6.1.4.1.2272.1.14.17 | not-accessible | This table gives information about the mac learning limits on a particular port. | |
| rcBridgeFdbProtectEntry | 1.3.6.1.4.1.2272.1.14.17.1 | not-accessible | Information about a specific MAC address learning limits of a specific port. | |
| NUM rcBridgeFdbProtectPortNum | 1.3.6.1.4.1.2272.1.14.17.1.1 | InterfaceIndex | read-only | This object is the interface on which MAC address learning limit is applied. |
| I32 rcBridgeFdbProtectMaxMacCount | 1.3.6.1.4.1.2272.1.14.17.1.2 | Integer32 | read-write | Used to indicate maximum number of MAC address that can be learnt on the port. |
| I32 rcBridgeFdbProtectMinMacCount | 1.3.6.1.4.1.2272.1.14.17.1.3 | Integer32 | read-write | Used to indicate minimum number of MAC address learnt which mac address learning will be re-enabled on the port. |
| ENA rcBridgeFdbProtectEnable | 1.3.6.1.4.1.2272.1.14.17.1.4 | EnableValue | read-write | Used to enable or disable MAC learning limit feature on the port. |
| I32 rcBridgeFdbProtectCurrentMacCount | 1.3.6.1.4.1.2272.1.14.17.1.5 | Integer32 | read-only | This object indicates the current number of MAC address learnt on the port. |
| T/F rcBridgeFdbProtectMacLearning | 1.3.6.1.4.1.2272.1.14.17.1.6 | TruthValue | read-only | This object indicates whether the port can currrently learn new MAC addresses or not. |
| ENA rcBridgeFdbProtectViolationLogTrap | 1.3.6.1.4.1.2272.1.14.17.1.7 | EnableValue | read-write | Used to enable or disable logging and sending of snmp trap, once MAC learning limit is reached for the port. |
| ENA rcBridgeFdbProtectViolationDownPort | 1.3.6.1.4.1.2272.1.14.17.1.8 | EnableValue | read-write | Used to enable or disable the action of disabling the port, once MAC learning limit is reached for the port. |
| rcBridgeNewFdbTable | 1.3.6.1.4.1.2272.1.14.18 | not-accessible | This table is an replacement to the standard dot1dTpFdbTable in rfc1493. | |
| rcBridgeNewFdbEntry | 1.3.6.1.4.1.2272.1.14.18.1 | not-accessible | Information about a specific unicast MAC address for which the bridge has some forwarding information. | |
| INT rcBridgeNewFdbStatus | 1.3.6.1.4.1.2272.1.14.18.1.1 | INTEGER | read-write | This object indicates the status of this entry. |
| MAC rcBridgeNewFdbAddress | 1.3.6.1.4.1.2272.1.14.18.1.2 | MacAddress | read-only | A unicast MAC address for which the bridge has forwarding and/or filtering information. |
| NUM rcBridgeNewFdbPort | 1.3.6.1.4.1.2272.1.14.18.1.3 | InterfaceIndex | read-only | Either 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 rcBridgeNewFdbMonitor | 1.3.6.1.4.1.2272.1.14.18.1.4 | TruthValue | read-write | Used 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 rcBridgeNewFdbQosLevel | 1.3.6.1.4.1.2272.1.14.18.1.5 | INTEGER | read-write | Used to indicate the qos level of the incoming frames with this destination Mac Address. |
| T/F rcBridgeNewFdbSmltRemote | 1.3.6.1.4.1.2272.1.14.18.1.6 | TruthValue | read-only | A MAC address indicate for remote learnt, either local or remote. |
| INT rcBridgeNewFdbVlanId | 1.3.6.1.4.1.2272.1.14.18.1.7 | INTEGER | read-only | Used to indicate the Vlan ID for this MAC address. |
| rcBridgeRemoteMacTable | 1.3.6.1.4.1.2272.1.14.21 | not-accessible | This table is for PLSB cvlan UNI remote mac entries | |
| rcBridgeRemoteMacEntry | 1.3.6.1.4.1.2272.1.14.21.1 | not-accessible | Information about a specific cvlan UNI remote MAC address for which the bridge has the forwarding information. | |
| I32 rcBridgeRemoteMacVlanId | 1.3.6.1.4.1.2272.1.14.21.1.1 | Integer32 | not-accessible | Used to indicate the Vlan ID for this MAC address. |
| MAC rcBridgeRemoteMacAddr | 1.3.6.1.4.1.2272.1.14.21.1.2 | MacAddress | not-accessible | A customer MAC address for which the bridge has forwarding and/or filtering information. |
| INT rcBridgeRemoteMacStatus | 1.3.6.1.4.1.2272.1.14.21.1.3 | INTEGER | read-only | This object indicates the status of this entry. |
| MAC rcBridgeRemoteMacDestAddr | 1.3.6.1.4.1.2272.1.14.21.1.4 | MacAddress | read-only | A provider MAC address for which the bridge has forwarding and/or filtering information. |
| I32 rcBridgeRemoteMacPrimaryBVlanId | 1.3.6.1.4.1.2272.1.14.21.1.5 | Integer32 | read-only | Used to indicate the BVlan ID for this MAC address. |
| OCT rcBridgeRemoteMacPrimaryDestSysName | 1.3.6.1.4.1.2272.1.14.21.1.6 | OCTET STRING | read-only | Primary System name of the node where MAC address entry come from. |
| NUM rcBridgeRemoteMacPrimaryPort | 1.3.6.1.4.1.2272.1.14.21.1.7 | InterfaceIndex | read-only | Either the value '0', or the primary port on which a frame came from. |
| I32 rcBridgeRemoteMacSecondaryBVlanId | 1.3.6.1.4.1.2272.1.14.21.1.8 | Integer32 | read-only | Used to indicate the BVlan ID for this MAC address. |
| OCT rcBridgeRemoteMacSecondaryDestSysName | 1.3.6.1.4.1.2272.1.14.21.1.9 | OCTET STRING | read-only | Secondary System name of the node where MAC address entry come from. |
| NUM rcBridgeRemoteMacSecondaryPort | 1.3.6.1.4.1.2272.1.14.21.1.10 | InterfaceIndex | read-only | Either the value '0', or the secondary port on which a frame came from. |
| T/F rcBridgeRemoteMacSmltRemote | 1.3.6.1.4.1.2272.1.14.21.1.11 | TruthValue | read-only | A MAC address indicate for remote learnt from ist peer |
| rcBoot | 1.3.6.1.4.1.2272.1.15 | |||
| STR rcBootFlashSwVersion | 1.3.6.1.4.1.2272.1.15.1 | DisplayString | read-only | BootFlashSwVersion indicates the software version in the Flash. |
| STR rcBootPcmciaSwVersion | 1.3.6.1.4.1.2272.1.15.2 | DisplayString | read-only | BootPcmciaSwVersion indicate the software version in the Pcmcia card. |
| STR rcBootLastBootSource | 1.3.6.1.4.1.2272.1.15.3 | DisplayString | read-only | Indicates the boot source of the last the system boot. |
| INT rcBootPrimary | 1.3.6.1.4.1.2272.1.15.4 | INTEGER | read-write | BootPrimary is indicator for the primary source to boot the system. |
| INT rcBootSecondary | 1.3.6.1.4.1.2272.1.15.5 | INTEGER | read-write | BootSecondary indicates the second choice of the boot source. |
| INT rcBootTertiary | 1.3.6.1.4.1.2272.1.15.6 | INTEGER | read-write | BootTertiary indicates the third choice of boot source. |
| rcDevice | 1.3.6.1.4.1.2272.1.16 | |||
| STR rcDeviceLastBootSource | 1.3.6.1.4.1.2272.1.16.1 | DisplayString | read-only | Used to indicate the source of the software image the system was last booted with. |
| INT rcDevicePrimarySource | 1.3.6.1.4.1.2272.1.16.2 | INTEGER | read-write | Used to indicate the primary choice to get a system software image. |
| STR rcDevicePrimarySourceFileName | 1.3.6.1.4.1.2272.1.16.3 | DisplayString | read-write | Used to indicate a file number, if applicable. |
| INT rcDeviceSecondarySource | 1.3.6.1.4.1.2272.1.16.4 | INTEGER | read-write | Used to indicate the secondary choice to get a system software image. |
| STR rcDeviceSecondarySourceFileName | 1.3.6.1.4.1.2272.1.16.5 | DisplayString | read-write | Used to indicate a file name, if applicable. |
| INT rcDeviceTertiarySource | 1.3.6.1.4.1.2272.1.16.6 | INTEGER | read-write | Used to indicate the tertiary choice to get a system software image. |
| STR rcDeviceTertiarySourceFileName | 1.3.6.1.4.1.2272.1.16.7 | DisplayString | read-write | Used to indicate a file name, if applicable. |
| INT rcDeviceConfigSource | 1.3.6.1.4.1.2272.1.16.8 | INTEGER | read-write | Used to indicate the location to get a system configuration file during system boot. |
| STR rcDeviceConfigSourceFileName | 1.3.6.1.4.1.2272.1.16.9 | DisplayString | read-write | Used to indicate a file name, if applicable. |
| I32 rcDeviceFlashBytesUsed | 1.3.6.1.4.1.2272.1.16.10 | Integer32 | read-only | Used to indicate the number of bytes used in the system's configuration flash device. |
| I32 rcDeviceFlashBytesFree | 1.3.6.1.4.1.2272.1.16.11 | Integer32 | read-only | Used to indicate the number of bytes available in the system's configuration flash device. |
| I32 rcDevicePcmciaBytesUsed | 1.3.6.1.4.1.2272.1.16.12 | Integer32 | read-only | Used to indicate the number of bytes used in the system's PCMCIA device. |
| I32 rcDevicePcmciaBytesFree | 1.3.6.1.4.1.2272.1.16.13 | Integer32 | read-only | Used to indicate the number of bytes available in the system's PCMCIA device. |
| INT rcDeviceAction | 1.3.6.1.4.1.2272.1.16.14 | INTEGER | read-write | Used to specify a particular action to perform on one of the system's device. |
| INT rcDeviceResult | 1.3.6.1.4.1.2272.1.16.15 | INTEGER | read-only | Used to indicate the result of the last action performed on one of the system's device. |
| INT rcDeviceFlashNumFiles | 1.3.6.1.4.1.2272.1.16.16 | INTEGER | read-only | Used to indicate the number of files available in the system's configuration flash device. |
| INT rcDevicePcmciaNumFiles | 1.3.6.1.4.1.2272.1.16.17 | INTEGER | read-only | Used to indicate the number of files available in the system's PCMCIA device. |
| rcDeviceFlashTable | 1.3.6.1.4.1.2272.1.16.25 | not-accessible | Flash table. | |
| rcDeviceFlashEntry | 1.3.6.1.4.1.2272.1.16.25.1 | not-accessible | An entry in the system's flash table. | |
| INT rcDeviceFlashFileNum | 1.3.6.1.4.1.2272.1.16.25.1.1 | INTEGER | read-only | Used to indicate a particular file in flash. |
| STR rcDeviceFlashFileName | 1.3.6.1.4.1.2272.1.16.25.1.2 | DisplayString | read-only | Used to indicate a flash file's name. |
| STR rcDeviceFlashFileVersion | 1.3.6.1.4.1.2272.1.16.25.1.3 | DisplayString | read-only | Used to indicate the flash file's version. |
| INT rcDeviceFlashFileType | 1.3.6.1.4.1.2272.1.16.25.1.4 | INTEGER | read-only | Used to indicate the flash file's type. |
| INT rcDeviceFlashFileMode | 1.3.6.1.4.1.2272.1.16.25.1.5 | INTEGER | read-only | Used to indicate the flash file's mode. |
| I32 rcDeviceFlashFileSize | 1.3.6.1.4.1.2272.1.16.25.1.6 | Integer32 | read-only | Used to indicate the flash file's size. |
| I32 rcDeviceFlashFileCrc | 1.3.6.1.4.1.2272.1.16.25.1.7 | Integer32 | read-only | Used to indicate the flash file's CRC. |
| INT rcDeviceFlashFileStatus | 1.3.6.1.4.1.2272.1.16.25.1.8 | INTEGER | read-only | Used 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 rcDeviceFlashRowStatus | 1.3.6.1.4.1.2272.1.16.25.1.9 | RowStatus | read-write | Row status. |
| rcDevicePcmciaTable | 1.3.6.1.4.1.2272.1.16.26 | not-accessible | PCMCIA table. | |
| rcDevicePcmciaEntry | 1.3.6.1.4.1.2272.1.16.26.1 | not-accessible | An entry in the system's PCMCIA table. | |
| INT rcDevicePcmciaFileNum | 1.3.6.1.4.1.2272.1.16.26.1.1 | INTEGER | read-only | Used to indicate a particular file in PCMCIA. |
| STR rcDevicePcmciaFileName | 1.3.6.1.4.1.2272.1.16.26.1.2 | DisplayString | read-only | Used to indicate the PCMCIA file's name. |
| STR rcDevicePcmciaFileVersion | 1.3.6.1.4.1.2272.1.16.26.1.3 | DisplayString | read-only | Used to indicate the PCMCIA file's version. |
| INT rcDevicePcmciaFileType | 1.3.6.1.4.1.2272.1.16.26.1.4 | INTEGER | read-only | Used to indicate the PCMCIA file's type. |
| INT rcDevicePcmciaFileMode | 1.3.6.1.4.1.2272.1.16.26.1.5 | INTEGER | read-only | Used to indicate a particular file in mode. |
| I32 rcDevicePcmciaFileSize | 1.3.6.1.4.1.2272.1.16.26.1.6 | Integer32 | read-only | Used to indicate the PCMCIA file's size. |
| I32 rcDevicePcmciaFileCrc | 1.3.6.1.4.1.2272.1.16.26.1.7 | Integer32 | read-only | Used to indicate the PCMCIA file's CRC. |
| INT rcDevicePcmciaFileStatus | 1.3.6.1.4.1.2272.1.16.26.1.8 | INTEGER | read-only | Used 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 rcDevicePcmciaRowStatus | 1.3.6.1.4.1.2272.1.16.26.1.9 | RowStatus | read-write | Row status. |
| rcMlt | 1.3.6.1.4.1.2272.1.17 | |||
| I32 rcMltNumMlts | 1.3.6.1.4.1.2272.1.17.1 | Integer32 | read-only | The number of MLTs currently defined in the switch. |
| POR rcMltPotentialMembers | 1.3.6.1.4.1.2272.1.17.2 | PortSet | read-only | The set of ports that are not members of any MLT. |
| ENA rcMltIstSessionEnable | 1.3.6.1.4.1.2272.1.17.3 | EnableValue | read-write | Used to enable/disable mlt functionality. |
| INT rcMltIstSessionStatus | 1.3.6.1.4.1.2272.1.17.4 | INTEGER | read-only | Used to enable/disable mlt functionality. |
| IP rcMltIstPeerIp | 1.3.6.1.4.1.2272.1.17.5 | IpAddress | read-write | IST mlt Peer Ip address. |
| INT rcMltIstVlanId | 1.3.6.1.4.1.2272.1.17.6 | INTEGER | read-write | IST mlt Vlan Id. |
| rcMltTable | 1.3.6.1.4.1.2272.1.17.10 | not-accessible | A list of Multi-Link Trunk entries. The number of entries is given by rcMltNumMlts. | |
| rcMltEntry | 1.3.6.1.4.1.2272.1.17.10.1 | not-accessible | Entry containing configuration information for a particular Multi-Link Trunk. | |
| INT rcMltId | 1.3.6.1.4.1.2272.1.17.10.1.1 | INTEGER | read-only | A value that uniquely identifies the Multi-Link Trunk associated with this entry. |
| STR rcMltName | 1.3.6.1.4.1.2272.1.17.10.1.2 | DisplayString | read-write | An administratively-assigned name for this MLT. |
| POR rcMltPortMembers | 1.3.6.1.4.1.2272.1.17.10.1.3 | PortSet | read-write | The set of ports that are members of this MLT. |
| INT rcMltPortType | 1.3.6.1.4.1.2272.1.17.10.1.4 | INTEGER | read-write | The type of MLT port: access(1) or trunk(2). |
| I32 rcMltNumVlanIds | 1.3.6.1.4.1.2272.1.17.10.1.5 | Integer32 | read-only | Used to indicate the number of VLAN IDs that are stored in the rcMltVlanIds variable. |
| IDL rcMltVlanIds | 1.3.6.1.4.1.2272.1.17.10.1.6 | IdList | read-write | An 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 rcMltRowStatus | 1.3.6.1.4.1.2272.1.17.10.1.7 | RowStatus | read-write | Used to create/delete entries in the rcMltTable. |
| T/F rcMltEnable | 1.3.6.1.4.1.2272.1.17.10.1.8 | TruthValue | read-only | Enable the entry. |
| T/F rcMltLoadBalance | 1.3.6.1.4.1.2272.1.17.10.1.9 | TruthValue | read-write | Perform load balance? |
| INT rcMltDistributionAlgorithm | 1.3.6.1.4.1.2272.1.17.10.1.10 | INTEGER | read-write | none(1), ... It will be fill later |
| NUM rcMltIfIndex | 1.3.6.1.4.1.2272.1.17.10.1.11 | InterfaceIndex | read-only | Used to indicate the 'logical' ifIndex assigned to this MLT. |
| INT rcMltMltType | 1.3.6.1.4.1.2272.1.17.10.1.12 | INTEGER | read-write | MLT type. |
| INT rcMltSmltId | 1.3.6.1.4.1.2272.1.17.10.1.13 | INTEGER | read-write | Split MLT id. |
| INT rcMltRunningType | 1.3.6.1.4.1.2272.1.17.10.1.14 | INTEGER | read-only | Split MLT running type. |
| INT rcMltSvlanPortType | 1.3.6.1.4.1.2272.1.17.10.1.15 | INTEGER | read-write | Set MLT port type. |
| ENA rcMltMulticastDistribution | 1.3.6.1.4.1.2272.1.17.10.1.16 | EnableValue | read-write | Enable/Disable multicast distribution per mlt. |
| ENA rcMltAggregatable | 1.3.6.1.4.1.2272.1.17.10.1.18 | EnableValue | read-write | Enable/Disable link aggregation on a MLT. |
| INT rcMltClearLinkAggregate | 1.3.6.1.4.1.2272.1.17.10.1.19 | INTEGER | read-write | clear link aggregate, equivalent to disable and re-enable aggregatable on the MLT. |
| T/F rcMltNtStgEnable | 1.3.6.1.4.1.2272.1.17.10.1.20 | TruthValue | read-write | Indicates whether this MLT is operating in Nortel Mode or in Cisco Mode. true = Nortel Mode false = Cisco Mode. |
| NUM rcMltDesignatedPort | 1.3.6.1.4.1.2272.1.17.10.1.21 | InterfaceIndex | read-only | Indicates the Designated port for the MLT. |
| ENA rcMltAggOperState | 1.3.6.1.4.1.2272.1.17.10.1.22 | EnableValue | read-only | Link aggregation state on a MLT. |
| TIK rcMltAggTimeOfLastOperChange | 1.3.6.1.4.1.2272.1.17.10.1.23 | TimeTicks | read-only | The time value since the interface entered its current operational state. |
| I32 rcMltAggMinLink | 1.3.6.1.4.1.2272.1.17.10.1.34 | Integer32 | read-create | If number of active links goes below configured minimum-link number, the entire LAG is declared down. |
| OCT rcMltVlanIdList | 1.3.6.1.4.1.2272.1.17.10.1.42 | OCTET STRING | read-write | This 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. |
| rcMltMcastDistribution | 1.3.6.1.4.1.2272.1.17.11 | |||
| T/F rcMltMcastDistributionEnable | 1.3.6.1.4.1.2272.1.17.11.1 | TruthValue | read-write | Used 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 rcMltMcastDistributionGrpMask | 1.3.6.1.4.1.2272.1.17.11.2 | IpAddress | read-write | Group 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 rcMltMcastDistributionSrcMask | 1.3.6.1.4.1.2272.1.17.11.3 | IpAddress | read-write | Source Mask. |
| T/F rcMltMcastDistributionRedistributionEnable | 1.3.6.1.4.1.2272.1.17.11.4 | TruthValue | read-write | Enable redistribution. |
| rcSltPortTable | 1.3.6.1.4.1.2272.1.17.12 | not-accessible | ||
| rcSltPortEntry | 1.3.6.1.4.1.2272.1.17.12.1 | not-accessible | Entry containing configuration information for a particular Multi-Link Trunk. | |
| NUM rcSltPortIfIndex | 1.3.6.1.4.1.2272.1.17.12.1.1 | InterfaceIndex | read-only | An interface for this SLT. |
| INT rcSltPortSmltId | 1.3.6.1.4.1.2272.1.17.12.1.2 | INTEGER | read-write | A uniquely identifies the Single-Link Trunk associated with this entry. |
| INT rcSltPortOperType | 1.3.6.1.4.1.2272.1.17.12.1.3 | INTEGER | read-only | The current operate type of the port normal or smlt. |
| ROW rcSltPortRowStatus | 1.3.6.1.4.1.2272.1.17.12.1.4 | RowStatus | read-write | Used to create/delete entries of the Table. |
| rcMltNotificationObjects | 1.3.6.1.4.1.2272.1.17.15 | |||
| INT rcMltAggTrapEvent | 1.3.6.1.4.1.2272.1.17.15.1 | INTEGER | accessible-for-notify | It indicates three trap events: local down(1), remote down(2), up(3). |
| ENA rcMltIstStpEnable | 1.3.6.1.4.1.2272.1.17.16 | EnableValue | read-write | Used to enable/disable mlt ist stp functionality. |
| rcWeb | 1.3.6.1.4.1.2272.1.18 | |||
| T/F rcWebEnableServer | 1.3.6.1.4.1.2272.1.18.1 | TruthValue | read-write | Control 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 rcWebRWAUserName | 1.3.6.1.4.1.2272.1.18.2 | DisplayString | read-write | User name for the read-write-all web-server account. |
| STR rcWebRWAPassword | 1.3.6.1.4.1.2272.1.18.3 | DisplayString | read-write | Password for the read-write-all web-server account. |
| STR rcWebRWUserName | 1.3.6.1.4.1.2272.1.18.4 | DisplayString | read-write | User name for the read-write web-server account. |
| STR rcWebRWPassword | 1.3.6.1.4.1.2272.1.18.5 | DisplayString | read-write | Password for the read-write web-server account. |
| STR rcWebROUserName | 1.3.6.1.4.1.2272.1.18.6 | DisplayString | read-write | User name for the read-only web-server account. |
| STR rcWebROPassword | 1.3.6.1.4.1.2272.1.18.7 | DisplayString | read-write | Password for the read-only web-server account. |
| TIK rcWebLastChange | 1.3.6.1.4.1.2272.1.18.8 | TimeTicks | read-only | Last web-browser initiated configuration change since sysUpTime. |
| I32 rcWebNumHits | 1.3.6.1.4.1.2272.1.18.9 | Integer32 | read-only | Number of hits to the web-server |
| I32 rcWebNumAccessChecks | 1.3.6.1.4.1.2272.1.18.10 | Integer32 | read-only | Number of access checks performed by the web-server |
| I32 rcWebNumAccessBlocks | 1.3.6.1.4.1.2272.1.18.11 | Integer32 | read-only | Number of accesses blocked by the web-server |
| I32 rcWebNumRxErrors | 1.3.6.1.4.1.2272.1.18.12 | Integer32 | read-only | Number of receive errors encountered by the web-server |
| I32 rcWebNumTxErrors | 1.3.6.1.4.1.2272.1.18.13 | Integer32 | read-only | Number of transmit errors encountered by the web-server |
| I32 rcWebNumSetRequest | 1.3.6.1.4.1.2272.1.18.14 | Integer32 | read-only | Number of set-request to the web-server |
| STR rcWebPrimaryHtmlSourceDir | 1.3.6.1.4.1.2272.1.18.15 | DisplayString | read-write | primary html source directory |
| STR rcWebSecondaryHtmlSourceDir | 1.3.6.1.4.1.2272.1.18.16 | DisplayString | read-write | secondary html source directory |
| STR rcWebTertiaryHtmlSourceDir | 1.3.6.1.4.1.2272.1.18.17 | DisplayString | read-write | tertiary html source directory |
| STR rcWebRWL3UserName | 1.3.6.1.4.1.2272.1.18.18 | DisplayString | read-write | user name for the L3 web server account |
| STR rcWebRWL3Password | 1.3.6.1.4.1.2272.1.18.19 | DisplayString | read-write | password for the L3 web server account |
| STR rcWebRWL2UserName | 1.3.6.1.4.1.2272.1.18.20 | DisplayString | read-write | user name for the L2 web server account |
| STR rcWebRWL2Password | 1.3.6.1.4.1.2272.1.18.21 | DisplayString | read-write | password for the L2 web server account |
| INT rcWebDefaultDisplayRows | 1.3.6.1.4.1.2272.1.18.22 | INTEGER | read-write | default display rows in html page. |
| IP rcWebLastHostAccessBlocked | 1.3.6.1.4.1.2272.1.18.23 | IpAddress | read-only | last host access blocked |
| OCT rcWebHelpTftpSourceDir | 1.3.6.1.4.1.2272.1.18.24 | OCTET STRING | read-write | tftp source directory for help files |
| INT rcWebHttpPort | 1.3.6.1.4.1.2272.1.18.25 | INTEGER | read-write | the HTTP port for web access |
| T/F rcWebSecureOnly | 1.3.6.1.4.1.2272.1.18.26 | TruthValue | read-write | Control 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 rcWebHttpsPort | 1.3.6.1.4.1.2272.1.18.27 | Integer32 | read-write | the HTTPs port for web access |
| rcCli | 1.3.6.1.4.1.2272.1.19 | |||
| STR rcCliRWAUserName | 1.3.6.1.4.1.2272.1.19.1 | DisplayString | read-write | User name for the read-write-all CLI account. |
| STR rcCliRWAPassword | 1.3.6.1.4.1.2272.1.19.2 | DisplayString | read-write | Password for the read-write-all CLI account. |
| STR rcCliRWUserName | 1.3.6.1.4.1.2272.1.19.3 | DisplayString | read-write | User name for the read-write CLI account. |
| STR rcCliRWPassword | 1.3.6.1.4.1.2272.1.19.4 | DisplayString | read-write | Password for the read-write CLI account. |
| STR rcCliRWL3UserName | 1.3.6.1.4.1.2272.1.19.5 | DisplayString | read-write | User name for the read-write layer-3 CLI account. |
| STR rcCliRWL3Password | 1.3.6.1.4.1.2272.1.19.6 | DisplayString | read-write | Password for the read-write layer-3 CLI account. |
| STR rcCliRWL2UserName | 1.3.6.1.4.1.2272.1.19.7 | DisplayString | read-write | User name for the read-write layer-2 CLI account. |
| STR rcCliRWL2Password | 1.3.6.1.4.1.2272.1.19.8 | DisplayString | read-write | Password for the read-write layer-2 CLI account. |
| STR rcCliROUserName | 1.3.6.1.4.1.2272.1.19.9 | DisplayString | read-write | User name for the read-only CLI account. |
| STR rcCliROPassword | 1.3.6.1.4.1.2272.1.19.10 | DisplayString | read-write | Password for the read-only CLI account. |
| INT rcCliMaxTelnetSessions | 1.3.6.1.4.1.2272.1.19.11 | INTEGER | read-write | Used to indicate the maximum number of telnet sessions the system will support. |
| INT rcCliMaxRloginSessions | 1.3.6.1.4.1.2272.1.19.12 | INTEGER | read-write | Used to indicate the maximum number of rlogin sessions the system will support. |
| INT rcCliTimeout | 1.3.6.1.4.1.2272.1.19.13 | INTEGER | read-write | Used to indicate the amount of idle time, in seconds to wait before timing out telnet and rlogin sessions. |
| I32 rcCliNumAccessViolations | 1.3.6.1.4.1.2272.1.19.14 | Integer32 | read-only | Used to indicate the number of CLI access violations detected by the system. |
| STR rcCliRWL1UserName | 1.3.6.1.4.1.2272.1.19.15 | DisplayString | read-write | User name for the read-write layer-1 CLI account. |
| STR rcCliRWL1Password | 1.3.6.1.4.1.2272.1.19.16 | DisplayString | read-write | Password for the read-write layer-1 CLI account. |
| INT rcCliPasswordChange | 1.3.6.1.4.1.2272.1.19.17 | INTEGER | read-only | Used to indication which password is changed when sending a rcCliPasswordChange trap. |
| INT rcCliPassChangeResult | 1.3.6.1.4.1.2272.1.19.18 | INTEGER | read-only | Used to indication the result of changing password when sending a rcPasswordChange trap. |
| T/F rcCliRWEnable | 1.3.6.1.4.1.2272.1.19.19 | TruthValue | read-write | Enable/Disable for the read-write CLI account. |
| T/F rcCliRWL1Enable | 1.3.6.1.4.1.2272.1.19.20 | TruthValue | read-write | Enable/Disable for the read-write-layer1 CLI account. |
| T/F rcCliRWL2Enable | 1.3.6.1.4.1.2272.1.19.21 | TruthValue | read-write | Enable/Disable for the read-write-layer2 CLI account. |
| T/F rcCliRWL3Enable | 1.3.6.1.4.1.2272.1.19.22 | TruthValue | read-write | Enable/Disable for the read-write-layer3 CLI account. |
| T/F rcCliROEnable | 1.3.6.1.4.1.2272.1.19.23 | TruthValue | read-write | Enable/Disable for the read-only CLI account. |
| rcError | 1.3.6.1.4.1.2272.1.20 | |||
| I32 rcErrorLevel | 1.3.6.1.4.1.2272.1.20.1 | Integer32 | read-only | Error 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 rcErrorCode | 1.3.6.1.4.1.2272.1.20.2 | Integer32 | read-only | Error 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 rcErrorText | 1.3.6.1.4.1.2272.1.20.3 | DisplayString | read-only | Error string of the last error reported in the system. |
| INT rcErrorReturnCode | 1.3.6.1.4.1.2272.1.20.4 | INTEGER | read-only | This 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 rcErrorSendTrap | 1.3.6.1.4.1.2272.1.20.5 | TruthValue | read-write | Indicates whether to send trap upon receiving an error in the system. |
| rcTraps | 1.3.6.1.4.1.2272.1.21 | |||
| rcTrapsMib | 1.3.6.1.4.1.2272.1.21.0 | |||
| NTF rcnCardDown | 1.3.6.1.4.1.2272.1.21.0.1 | A 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 rcnCardUp | 1.3.6.1.4.1.2272.1.21.0.2 | A 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 rcnErrorNotification | 1.3.6.1.4.1.2272.1.21.0.3 | A rcErrorNotification trap signifies that the SNMPv2 entity, acting in an agent role, has detected that an error condition has occured. | ||
| NTF rcnStpNewRoot | 1.3.6.1.4.1.2272.1.21.0.4 | A 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 rcnStpTopologyChange | 1.3.6.1.4.1.2272.1.21.0.5 | A 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 rcnChasPowerSupplyDown | 1.3.6.1.4.1.2272.1.21.0.6 | A 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 rcnChasFanDown | 1.3.6.1.4.1.2272.1.21.0.7 | A 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 rcnLinkOscillation | 1.3.6.1.4.1.2272.1.21.0.8 | A 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 rcnMacViolation | 1.3.6.1.4.1.2272.1.21.0.9 | A rcMacViolation trap signifies that the SNMPv2 entity, acting in an agent role, has received a PDU with an invalid source MAC address. | ||
| NTF rcnSonetTrap | 1.3.6.1.4.1.2272.1.21.0.10 | A rcSonetTrap trap signifies that the SNMPv2 entity, acting in an agent role, has detected a change of status on a Sonet port. | ||
| NTF rcn2kCardDown | 1.3.6.1.4.1.2272.1.21.0.11 | A 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 rcn2kCardUp | 1.3.6.1.4.1.2272.1.21.0.12 | A 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 rcn2kTemperature | 1.3.6.1.4.1.2272.1.21.0.13 | A rc2kTemperature trap signifies that the SNMPv2 entity, acting in an agent role, has detected the chassis is over-heating. | ||
| NTF rcnChasPowerSupplyUp | 1.3.6.1.4.1.2272.1.21.0.14 | A 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 rcn2kAtmPvcLinkStateChange | 1.3.6.1.4.1.2272.1.21.0.15 | A 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 rcnStpTCN | 1.3.6.1.4.1.2272.1.21.0.16 | A 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 rcnSmltIstLinkUp | 1.3.6.1.4.1.2272.1.21.0.17 | A rcSmltIstLinkUp trap signifies that the split MLT link is from down to up. | ||
| NTF rcnSmltIstLinkDown | 1.3.6.1.4.1.2272.1.21.0.18 | A rcSmltIstLinkDown trap signifies that the split MLT link is from up to down. | ||
| NTF rcnSmltLinkUp | 1.3.6.1.4.1.2272.1.21.0.19 | A rcMltSmltId trap signifies that the split SMLT link is up. | ||
| NTF rcnSmltLinkDown | 1.3.6.1.4.1.2272.1.21.0.20 | A rcMltSmltId trap signifies that the split SMLT link is down. | ||
| NTF rcnChasFanUp | 1.3.6.1.4.1.2272.1.21.0.21 | A 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 rcnPasswordChange | 1.3.6.1.4.1.2272.1.21.0.22 | A rcPasswordChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the one of the cli password is changed. | ||
| NTF rcnEmError | 1.3.6.1.4.1.2272.1.21.0.23 | A rcEmError trap signifies that the SNMPv2 entity, acting in an agent role, has detected Em error. | ||
| NTF rcnPcmciaCardRemoved | 1.3.6.1.4.1.2272.1.21.0.25 | A rcPcmciaRemoved trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the PCMCIA card is being removed. | ||
| NTF rcnSmartCpldTimerFired | 1.3.6.1.4.1.2272.1.21.0.26 | A rcSmartCpldTimerFired trap signifies that the cpld timer fired. | ||
| NTF rcnCardCpldNotUpDate | 1.3.6.1.4.1.2272.1.21.0.27 | A rcCardCpldNotUpDate trap signifies that the cpld is not up to date. | ||
| NTF rcnIgapLogFileFull | 1.3.6.1.4.1.2272.1.21.0.28 | A rcIgapLogFileFull trap signifies that the Igap accounting time-out Log File reach the maximum. | ||
| NTF rcnCpLimitShutDown | 1.3.6.1.4.1.2272.1.21.0.29 | A rcCpLimitShutDown trap signifies that the cp limit for the port is shutting down. | ||
| NTF rcnSshServerEnabled | 1.3.6.1.4.1.2272.1.21.0.30 | A rcSshServerEnabled trap signifies that the SSH server is enabled. | ||
| NTF rcnSshServerDisabled | 1.3.6.1.4.1.2272.1.21.0.31 | A rcSshServerDisabled trap signifies that the SSH server is disabled. | ||
| NTF rcnSshSessionLogin | 1.3.6.1.4.1.2272.1.21.0.32 | A rcSshSessionLogin trap signifies that there is a SSH session login. | ||
| NTF rcnSshSessionLogout | 1.3.6.1.4.1.2272.1.21.0.33 | A rcSshSessionLogout trap signifies that there is a SSH session logout. | ||
| NTF rcnSshUnauthorizedAccess | 1.3.6.1.4.1.2272.1.21.0.34 | A rcSshUnauthorizedAccess trap signifies that an unauthorized access has occured. | ||
| NTF rcnHaCpuState | 1.3.6.1.4.1.2272.1.21.0.35 | A rcHaCpuState trap signifies that the state of the HA-CPU. | ||
| NTF rcnInsufficientMemory | 1.3.6.1.4.1.2272.1.21.0.36 | A rcInsufficientMemory trap indicates insufficient memory on CPU blade for proper operation. Recommended memory = 256 MB available through Nortel Networks upgrade kit | ||
| NTF rcnSaveConfigAction | 1.3.6.1.4.1.2272.1.21.0.37 | A rcSaveConfigAction trap indicates the switch run time or boot configuration is being saved | ||
| NTF rcnLoopDetectOnPort | 1.3.6.1.4.1.2272.1.21.0.38 | A rcLoopDetectOnPort trap indicates that a loop has been detected on a port. The vlan on that port will be disabled. | ||
| NTF rcnbgpEstablished | 1.3.6.1.4.1.2272.1.21.0.39 | The BGP Established event is generated when the BGP FSM enters the ESTABLISHED state. | ||
| NTF rcnbgpBackwardTransition | 1.3.6.1.4.1.2272.1.21.0.40 | The BGPBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state. | ||
| NTF rcnAggLinkUp | 1.3.6.1.4.1.2272.1.21.0.41 | A rcAggLinkUp trap is generated when the operational state of the aggregator changes from down to up. | ||
| NTF rcnAggLinkDown | 1.3.6.1.4.1.2272.1.21.0.42 | A rcAggLinkDown trap is generated when the operational state of the aggregator changes from up to down. | ||
| NTF rcnIgmpNewGroupMember | 1.3.6.1.4.1.2272.1.21.0.43 | An IgmpNewGroupMember trap signifies that a new member has come on an interface. | ||
| NTF rcnIgmpLossGroupMember | 1.3.6.1.4.1.2272.1.21.0.44 | An IgmpLossGroupMember trap signifies that a group member has been lost on an interface. | ||
| NTF rcnIgmpNewQuerier | 1.3.6.1.4.1.2272.1.21.0.45 | An igmpNewQuerier trap signifies that a new querier has come up on an interface. | ||
| NTF rcnIgmpQuerierChange | 1.3.6.1.4.1.2272.1.21.0.46 | An rcIgmpQuerierChange trap signifies that the querier has changed. | ||
| NTF rcnDvmrpIfStateChange | 1.3.6.1.4.1.2272.1.21.0.47 | A rcDvmrpIfStateChange trap signifies that there has been a change in the state of a DVMRP interface. | ||
| NTF rcnDvmrpNewNbrChange | 1.3.6.1.4.1.2272.1.21.0.48 | A rcDvmrpNewNbrChange trap signifies that a new neighbor has come up on a DVMRP interface. | ||
| NTF rcnDvmrpNbrLossChange | 1.3.6.1.4.1.2272.1.21.0.49 | A rcDvmrpNbrLossChange trap signifies that a new neighbor has gone down on a DVMRP interface. | ||
| NTF rcnFdbProtectViolation | 1.3.6.1.4.1.2272.1.21.0.59 | The rcFdbProtectViolation trap signifies that the has violated the user configured limit for total number of fdb-entries learned on that port. | ||
| NTF rcnLogMsgControl | 1.3.6.1.4.1.2272.1.21.0.60 | A rcMsgControl trap signifies whether the number of times of repeatation of the particular Log message has exceeded the particular frequency/count or not. | ||
| NTF rcnSaveConfigFile | 1.3.6.1.4.1.2272.1.21.0.61 | A rcSaveConfig trap signifies that either the runtime config or the boot config has been saved on the switch | ||
| NTF rcnDNSRequestResponse | 1.3.6.1.4.1.2272.1.21.0.62 | A 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 rcnDuplicateIpAddress | 1.3.6.1.4.1.2272.1.21.0.63 | A rcDuplicateIpAddress trap signifies that a duplicate IP address is detected on the subnet. | ||
| NTF rcnLoopDetectPortDown | 1.3.6.1.4.1.2272.1.21.0.64 | A rcLoopDetectPortDown trap signifies that a loop has been detected on a port and the port is going to shut down. | ||
| NTF rcnLoopDetectMacDiscard | 1.3.6.1.4.1.2272.1.21.0.67 | A 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 rcnAutoRecoverPort | 1.3.6.1.4.1.2272.1.21.0.68 | A rcnAutoRecoverPort trap signifies that autorecover has re-enabled a port disabled by link flap or cp limit | ||
| NTF rcnAutoRecoverLoopDetectedPort | 1.3.6.1.4.1.2272.1.21.0.69 | A rcnAutoRecoverPort trap signifies that autorecover has cleared the action taken on a port by loop detect | ||
| NTF rcnExtCpLimitShutDown | 1.3.6.1.4.1.2272.1.21.0.70 | A rcnExtCpLimitShutDown trap signifies that port is shut down due to Extended CP-Limit. | ||
| NTF rcnExtCpLimitSopCongestion | 1.3.6.1.4.1.2272.1.21.0.71 | A 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 rcnTacacsAuthFailure | 1.3.6.1.4.1.2272.1.21.0.74 | TACACS+ authentication failed for user | ||
| NTF rcnTacacsNoServers | 1.3.6.1.4.1.2272.1.21.0.75 | Unable to use any TACACS+ servers for authentication | ||
| NTF rcnTacacsRxUnsupportedFrame | 1.3.6.1.4.1.2272.1.21.0.76 | Received unsupported frame from TACACS+ server | ||
| NTF rcnTacacsExceededMaxLogins | 1.3.6.1.4.1.2272.1.21.0.77 | Attempted to exceed the maximum number of allowed TACACS+ logins | ||
| NTF rcnTacacsClientFailure | 1.3.6.1.4.1.2272.1.21.0.78 | TACACS+ Client application is down | ||
| NTF rcnBpduReceived | 1.3.6.1.4.1.2272.1.21.0.79 | This notification will be generated when a BPDU is received on a port which has BPDU filtering enabled. | ||
| NTF rcnVlacpPortDown | 1.3.6.1.4.1.2272.1.21.0.80 | A rcnVlacpPortDown trap signifies that Vlacp is down on the port specified. | ||
| NTF rcnVlacpPortUp | 1.3.6.1.4.1.2272.1.21.0.81 | A rcnVlacpPortUp trap signifies that Vlacp is Up on the port specified. | ||
| NTF rcnExtCpLimitShutDownNormal | 1.3.6.1.4.1.2272.1.21.0.82 | An rcnExtCpLimitShutDownNormal trap signifies that Ports are shut down due to Extended CP-Limit in Normal mode. | ||
| NTF rcnEapMacIntrusion | 1.3.6.1.4.1.2272.1.21.0.83 | A rcnEapMacIntrusion trap signifies that an EAP MAC intrusion has occured on this Port. | ||
| NTF rcnInterCpuCommStatus | 1.3.6.1.4.1.2272.1.21.0.84 | A rcnInterCpuCommStatus trap signifies the current communication status between primary and secondary CPU. | ||
| NTF rcPlugOptModTemperatureStatusTrap | 1.3.6.1.4.1.2272.1.21.0.89 | Used to trap changes in the temperature status | ||
| NTF rcPlugOptModVoltageStatusTrap | 1.3.6.1.4.1.2272.1.21.0.90 | Used to trap changes in the voltage level | ||
| NTF rcPlugOptModBiasStatusTrap | 1.3.6.1.4.1.2272.1.21.0.91 | Used to trap changes in the laser bias status | ||
| NTF rcPlugOptModTxPowerStatusTrap | 1.3.6.1.4.1.2272.1.21.0.92 | Used to trap changes in the transmit power status | ||
| NTF rcPlugOptModRxPowerStatusTrap | 1.3.6.1.4.1.2272.1.21.0.93 | Used to trap changes in the received power status | ||
| NTF rcPlugOptModAux1StatusTrap | 1.3.6.1.4.1.2272.1.21.0.94 | Used to trap changes in the Aux1 status | ||
| NTF rcPlugOptModAux2StatusTrap | 1.3.6.1.4.1.2272.1.21.0.95 | Used to trap changes in the Aux2 status | ||
| NTF rcnMaxRouteWarnClear | 1.3.6.1.4.1.2272.1.21.0.110 | A rcnMaxRouteWarnClear trap signifies that the number of routes in the routing table of the Virtual Router has droped below its warning threshold. | ||
| NTF rcnMaxRouteWarnSet | 1.3.6.1.4.1.2272.1.21.0.111 | A rcnMaxRouteWarnSet trap signifies that the given Virtual Routers routing table is reaching its maximum size. Action should be taken to prevent this | ||
| NTF rcnMaxRouteDropClear | 1.3.6.1.4.1.2272.1.21.0.112 | A rcnMaxRouteDropClear signifies that the given Virtual Routers routing table is no longer dropping new routes as it is below its maximum size. | ||
| NTF rcnMaxRouteDropSet | 1.3.6.1.4.1.2272.1.21.0.113 | A 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 rcnMstpNewCistRoot | 1.3.6.1.4.1.2272.1.21.0.117 | A 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 rcnMstpNewMstiRoot | 1.3.6.1.4.1.2272.1.21.0.118 | A 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 rcnMstpNewCistRegionalRoot | 1.3.6.1.4.1.2272.1.21.0.119 | A 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 rcnRstpNewRoot | 1.3.6.1.4.1.2272.1.21.0.120 | A 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 rcnRsmltEdgePeerModified | 1.3.6.1.4.1.2272.1.21.0.124 | A 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 rcnTmuxParityError | 1.3.6.1.4.1.2272.1.21.0.165 | A rcnTmuxParityError trap identifies a problem in the FAD /SWIP based on the number of parity errors. | ||
| NTF rcnChasPowerSupplyNoRedundancy | 1.3.6.1.4.1.2272.1.21.0.167 | A rcnChasPowerSupplyNoRedundancy signifies that the chassis is running on power supply without redundancy. | ||
| NTF rcnChasPowerSupplyRedundancy | 1.3.6.1.4.1.2272.1.21.0.168 | A rcnChasPowerSupplyRedundancy signifies that the chassis is running on power supply with redundancy. | ||
| NTF rcnLicenseTrialPeriodExpired | 1.3.6.1.4.1.2272.1.21.0.171 | A rcnLicenseTrialPeriodExpired signifies that Trial Period License has expired. | ||
| NTF rcnLicenseTrialPeriodExpiry | 1.3.6.1.4.1.2272.1.21.0.172 | A rcnLicenseTrialPeriodExpiry signifies the time remaining before License Trial Period expires in days. | ||
| NTF rcnVrfUp | 1.3.6.1.4.1.2272.1.21.0.173 | This notification is generated when the specified VRF's operational status is toggled from down to up. | ||
| NTF rcnVrfDown | 1.3.6.1.4.1.2272.1.21.0.174 | This notification is generated when the specified VRF's operational status is toggled from up to down. | ||
| NTF rcnMrouteIngressThresholdExceeded | 1.3.6.1.4.1.2272.1.21.0.175 | This notification is generated when the number of mroute ingress records exceeds the ingress threshold. | ||
| NTF rcnMrouteEgressThresholdExceeded | 1.3.6.1.4.1.2272.1.21.0.176 | This notification is generated when the number of mroute egress records exceeds the egress threshold. | ||
| NTF rcnRemoteMirroringStatus | 1.3.6.1.4.1.2272.1.21.0.177 | A rcRemoteMirroringStatus trap signifies whether the remote mirroring is enabled or disabled on a particular port | ||
| NTF rcnMaxMrouteWarnSet | 1.3.6.1.4.1.2272.1.21.0.178 | A rcnMaxMrouteWarnSet trap signifies that the given Virtual Routers multicast routing table is reaching its maximum size. Action should be taken to prevent this | ||
| NTF rcnMaxMrouteDropSet | 1.3.6.1.4.1.2272.1.21.0.179 | A 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 rcnMaxMrouteWarnClear | 1.3.6.1.4.1.2272.1.21.0.180 | A rcnMaxMrouteWarnClear trap signifies that the number of routes in the multicast routing table of the Virtual Router has dropped below its warning threshold. | ||
| NTF rcnMaxMrouteDropClear | 1.3.6.1.4.1.2272.1.21.0.181 | A 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 rcnAggLinkStateChange | 1.3.6.1.4.1.2272.1.21.0.182 | The trap is generated when the operational state of the LAG changes; it identifies three events: local down, remote down, up. | ||
| NTF rcnBfdSessExceedThreshold | 1.3.6.1.4.1.2272.1.21.0.183 | A rcnBfdSessExceedThreshold signifies that the BFD session have exceed system limit and hence creation of new session failed. | ||
| NTF rcnBfdStatusChange | 1.3.6.1.4.1.2272.1.21.0.184 | A rcnBfdSessChange signifies that the status of BFD session changed. | ||
| NTF rcnChasPowerSupplyRunningLow | 1.3.6.1.4.1.2272.1.21.0.185 | A rcnChasPowerSupplyRunningLow signifies that the chassis is running on low power supply. | ||
| NTF rcnIsisPlsbMetricMismatchTrap | 1.3.6.1.4.1.2272.1.21.0.192 | A PLSB ISIS trap signifies that a LSP with a different value of l1-metric is received | ||
| NTF rcnIsisPlsbDuplicateSysidTrap | 1.3.6.1.4.1.2272.1.21.0.193 | A PLSB ISIS trap signifies that a Hello packet with a duplicate system-id is received | ||
| NTF rcnIsisPlsbLsdbUpdateTrap | 1.3.6.1.4.1.2272.1.21.0.194 | A PLSB ISIS trap signifies that LSDB information has changed | ||
| NTF rcnChasFanCoolingLow | 1.3.6.1.4.1.2272.1.21.0.196 | A rcnChasFanCoolingLow signifies that the chassis is running on low fan cooling. | ||
| NTF rcnSmpFtpFail | 1.3.6.1.4.1.2272.1.21.0.205 | A 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 rcnSmpLogFileDeleted | 1.3.6.1.4.1.2272.1.21.0.206 | A 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 rcnPimMaxInterfaceWarnSet | 1.3.6.1.4.1.2272.1.21.0.213 | A rcnPimMaxInterfaceWarnSet trap signifies that the pim interface count has exceeded the maximum set limit of 200. | ||
| NTF rcnPimMaxNeighborsWarnSet | 1.3.6.1.4.1.2272.1.21.0.214 | A rcnPimMaxNeighborsWarnSet trap signifies that the pim neighbor count has exceeded the maximum set limit of 200. | ||
| NTF rcnPimMaxPassiveInterfaceWarnSet | 1.3.6.1.4.1.2272.1.21.0.215 | A rcnPimMaxPassiveInterfaceWarnSet trap signifies that the pim passive interface count has exceeded the maximum set limit of 2000. | ||
| NTF rcnLegacyCardDetected | 1.3.6.1.4.1.2272.1.21.0.265 | A rcnLegacyCardDetected trap signifies that a legacy card has been detected on the cahssis, rc2kCardIndex indicates the slot number of legacy card. | ||
| NTF rcnPrFilterRspMemoryFull | 1.3.6.1.4.1.2272.1.21.0.266 | A 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 rcnPrFilterStatsCntExst | 1.3.6.1.4.1.2272.1.21.0.267 | A 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 rcnIsisPlsbBvidMismatchTrap | 1.3.6.1.4.1.2272.1.21.0.278 | A PLSB ISIS trap signifies that a Hello packet with mismatched B-VIDs is received | ||
| NTF rcnIsisPlsbSmltVirtBmacMismatchTrap | 1.3.6.1.4.1.2272.1.21.0.279 | A PLSB ISIS trap signifies that Virtual BMAC configured in the switch is different from virtual BMAC configured in the IST peer | ||
| NTF rcnIsisPlsbSmltPeerBmacMismatchTrap | 1.3.6.1.4.1.2272.1.21.0.280 | A 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 rcnIsisPlsbAdjStateTrap | 1.3.6.1.4.1.2272.1.21.0.281 | A PLSB ISIS trap signifies ISIS adjacency state change. | ||
| NTF rcnIsisPlsbDuplicateNnameTrap | 1.3.6.1.4.1.2272.1.21.0.282 | A 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 rcnIsisPlsbSmltSplitBebMismatchTrap | 1.3.6.1.4.1.2272.1.21.0.283 | A 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 rcnIsisPlsbMultiLinkAdjTrap | 1.3.6.1.4.1.2272.1.21.0.284 | A PLSB ISIS trap signifies that multiple ISIS adjacencies are formed with the same ISIS node. | ||
| NTF rcnVLacpFlapDetectShutDown | 1.3.6.1.4.1.2272.1.21.0.289 | A 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 rcCardDown | 1.3.6.1.4.1.2272.1.21.1 | A 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 rcCardUp | 1.3.6.1.4.1.2272.1.21.2 | A 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 rcErrorNotification | 1.3.6.1.4.1.2272.1.21.3 | A rcErrorNotification trap signifies that the SNMPv2 entity, acting in an agent role, has detected that an error condition has occured. | ||
| NTF rcStpNewRoot | 1.3.6.1.4.1.2272.1.21.4 | A 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 rcStpTopologyChange | 1.3.6.1.4.1.2272.1.21.5 | A 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 rcChasPowerSupplyDown | 1.3.6.1.4.1.2272.1.21.6 | A 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 rcChasFanDown | 1.3.6.1.4.1.2272.1.21.7 | A 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 rcLinkOscillation | 1.3.6.1.4.1.2272.1.21.8 | A 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 rcMacViolation | 1.3.6.1.4.1.2272.1.21.9 | A rcMacViolation trap signifies that the SNMPv2 entity, acting in an agent role, has received a PDU with an invalid source MAC address. | ||
| NTF rcSonetTrap | 1.3.6.1.4.1.2272.1.21.10 | A rcSonetTrap trap signifies that the SNMPv2 entity, acting in an agent role, has detected a change of status on a Sonet port. | ||
| NTF rc2kCardDown | 1.3.6.1.4.1.2272.1.21.11 | A 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 rc2kCardUp | 1.3.6.1.4.1.2272.1.21.12 | A 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 rc2kTemperature | 1.3.6.1.4.1.2272.1.21.13 | A rc2kTemperature trap signifies that the SNMPv2 entity, acting in an agent role, has detected the chassis is over-heating. | ||
| NTF rcChasPowerSupplyUp | 1.3.6.1.4.1.2272.1.21.14 | A 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 rc2kAtmPvcLinkStateChange | 1.3.6.1.4.1.2272.1.21.15 | A 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 rcStpTCN | 1.3.6.1.4.1.2272.1.21.16 | A 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 rcSmltIstLinkUp | 1.3.6.1.4.1.2272.1.21.17 | A rcSmltIstLinkUp trap signifies that the split MLT link is from down to up. | ||
| NTF rcSmltIstLinkDown | 1.3.6.1.4.1.2272.1.21.18 | A rcSmltIstLinkDown trap signifies that the split MLT link is from up to down. | ||
| NTF rcSmltLinkUp | 1.3.6.1.4.1.2272.1.21.19 | A rcMltSmltId trap signifies that the split SMLT link is up. | ||
| NTF rcSmltLinkDown | 1.3.6.1.4.1.2272.1.21.20 | A rcMltSmltId trap signifies that the split SMLT link is down. | ||
| NTF rcChasFanUp | 1.3.6.1.4.1.2272.1.21.21 | A 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 rcPasswordChange | 1.3.6.1.4.1.2272.1.21.22 | A rcPasswordChange trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the one of the cli password is changed. | ||
| NTF rcEmError | 1.3.6.1.4.1.2272.1.21.23 | A rcEmError trap signifies that the SNMPv2 entity, acting in an agent role, has detected Em error. | ||
| NTF rcPcmciaCardRemoved | 1.3.6.1.4.1.2272.1.21.25 | A rcPcmciaRemoved trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the PCMCIA card is being removed. | ||
| NTF rcSmartCpldTimerFired | 1.3.6.1.4.1.2272.1.21.26 | A rcSmartCpldTimerFired trap signifies that the cpld timer fired. | ||
| NTF rcCardCpldNotUpDate | 1.3.6.1.4.1.2272.1.21.27 | A rcCardCpldNotUpDate trap signifies that the cpld is not up to date. | ||
| NTF rcIgapLogFileFull | 1.3.6.1.4.1.2272.1.21.28 | A rcIgapLogFileFull trap signifies that the Igap accounting time-out Log File reach the maximum. | ||
| NTF rcCpLimitShutDown | 1.3.6.1.4.1.2272.1.21.29 | A rcCpLimitShutDown trap signifies that the cp limit for the port is shutting down. | ||
| NTF rcSshServerEnabled | 1.3.6.1.4.1.2272.1.21.30 | A rcSshServerEnabled trap signifies that the SSH server is enabled. | ||
| NTF rcSshServerDisabled | 1.3.6.1.4.1.2272.1.21.31 | A rcSshServerDisabled trap signifies that the SSH server is disabled. | ||
| NTF rcSshSessionLogin | 1.3.6.1.4.1.2272.1.21.32 | A rcSshSessionLogin trap signifies that there is a SSH session login. | ||
| NTF rcSshSessionLogout | 1.3.6.1.4.1.2272.1.21.33 | A rcSshSessionLogout trap signifies that there is a SSH session logout. | ||
| NTF rcSshUnauthorizedAccess | 1.3.6.1.4.1.2272.1.21.34 | A rcSshUnauthorizedAccess trap signifies that an unauthorized access has occured. | ||
| NTF rcHaCpuState | 1.3.6.1.4.1.2272.1.21.35 | A rcHaCpuState trap signifies that the state of the HA-CPU. | ||
| NTF rcInsufficientMemory | 1.3.6.1.4.1.2272.1.21.36 | A rcInsufficientMemory trap indicates insufficient memory on CPU blade for proper operation. Recommended memory = 256 MB available through Nortel Networks upgrade kit | ||
| NTF rcSaveConfigAction | 1.3.6.1.4.1.2272.1.21.37 | A rcSaveConfigAction trap indicates the switch run time or boot configuration is being saved | ||
| NTF rcLoopDetectOnPort | 1.3.6.1.4.1.2272.1.21.38 | A rcSaveConfigAction trap indicates that a loop has been detected on a port. The vlan on that port will be disabled. | ||
| NTF rcbgpEstablished | 1.3.6.1.4.1.2272.1.21.39 | The BGP Established event is generated when the BGP FSM enters the ESTABLISHED state. | ||
| NTF rcbgpBackwardTransition | 1.3.6.1.4.1.2272.1.21.40 | The BGPBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state. | ||
| NTF rcAggLinkUp | 1.3.6.1.4.1.2272.1.21.41 | A rcAggLinkUp trap is generated when the operational state of the aggregator changes from down to up. | ||
| NTF rcAggLinkDown | 1.3.6.1.4.1.2272.1.21.42 | A rcAggLinkDown trap is generated when the operational state of the aggregator changes from up to down. | ||
| NTF rcIgmpNewGroupMember | 1.3.6.1.4.1.2272.1.21.43 | An IgmpNewGroupMember trap signifies that a new member has come on an interface. | ||
| NTF rcIgmpLossGroupMember | 1.3.6.1.4.1.2272.1.21.44 | An IgmpLossGroupMember trap signifies that a group member has been lost on an interface. | ||
| NTF rcIgmpNewQuerier | 1.3.6.1.4.1.2272.1.21.45 | An igmpNewQuerier trap signifies that a new querier has come up on an interface. | ||
| NTF rcIgmpQuerierChange | 1.3.6.1.4.1.2272.1.21.46 | An rcIgmpQuerierChange trap signifies that the querier has changed. | ||
| NTF rcDvmrpIfStateChange | 1.3.6.1.4.1.2272.1.21.47 | A rcDvmrpIfStateChange trap signifies that there has been a change in the state of a DVMRP interface. | ||
| NTF rcDvmrpNewNbrChange | 1.3.6.1.4.1.2272.1.21.48 | A rcDvmrpNewNbrChange trap signifies that a new neighbor has come up on a DVMRP interface. | ||
| NTF rcDvmrpNbrLossChange | 1.3.6.1.4.1.2272.1.21.49 | A rcDvmrpNbrLossChange trap signifies that a new neighbor has gone down on a DVMRP interface. | ||
| rcSyslog | 1.3.6.1.4.1.2272.1.22 | |||
| rcSyslogGlobal | 1.3.6.1.4.1.2272.1.22.1 | |||
| T/F rcSyslogGlobalEnable | 1.3.6.1.4.1.2272.1.22.1.1 | TruthValue | read-write | Used 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 rcSyslogGlobalMaxHosts | 1.3.6.1.4.1.2272.1.22.1.2 | INTEGER | read-write | Maximun number of remote hosts considered 'active' and able to receive messages from the Syslog service on the router. |
| INT rcSyslogGlobalOperState | 1.3.6.1.4.1.2272.1.22.1.3 | INTEGER | read-only | The operational state of the syslog service on the router. |
| INT rcSyslogGlobalHeader | 1.3.6.1.4.1.2272.1.22.1.4 | INTEGER | read-write | The IP Header Type for the Syslog Packet. |
| rcSyslogHostTbl | 1.3.6.1.4.1.2272.1.22.2 | not-accessible | Table of remote host destinations for syslog. | |
| rcSyslogHostEntry | 1.3.6.1.4.1.2272.1.22.2.1 | not-accessible | Entry containing information for a particular entry in rcSyslogHostTable. | |
| INT rcSyslogHostId | 1.3.6.1.4.1.2272.1.22.2.1.1 | INTEGER | read-only | Host Id. |
| IP rcSyslogHostIpAddr | 1.3.6.1.4.1.2272.1.22.2.1.2 | IpAddress | read-write | Host Ip Address |
| INT rcSyslogHostUdpPort | 1.3.6.1.4.1.2272.1.22.2.1.3 | INTEGER | read-write | Specifies the UDP port to use to send syslog messages to the host. |
| INT rcSyslogHostFacility | 1.3.6.1.4.1.2272.1.22.2.1.4 | INTEGER | read-write | Specifies the UNIX facility used in messages to the syslog host. Default is LOCAL7. |
| INT rcSyslogHostModuleId | 1.3.6.1.4.1.2272.1.22.2.1.5 | INTEGER | read-write | Specifies for which modules/tasks syslog messages should be sent. Default is all modules/tasks. |
| I32 rcSyslogHostModuleId2 | 1.3.6.1.4.1.2272.1.22.2.1.6 | Integer32 | read-write | Specifies for which modules/tasks syslog messages should be sent. Default is all modules/tasks. |
| INT rcSyslogHostSeverity | 1.3.6.1.4.1.2272.1.22.2.1.7 | INTEGER | read-write | Specifies 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 rcSyslogHostMapInfoSeverity | 1.3.6.1.4.1.2272.1.22.2.1.8 | INTEGER | read-write | Specifies the syslog severity to use for Accelar INFO messages. Default is INFO. |
| INT rcSyslogHostMapWarningSeverity | 1.3.6.1.4.1.2272.1.22.2.1.9 | INTEGER | read-write | Specifies the syslog severity to use for Accelar WARNING messages. Default is WARNING. Should be <= INFO. |
| INT rcSyslogHostMapErrorSeverity | 1.3.6.1.4.1.2272.1.22.2.1.10 | INTEGER | read-write | Specifies the syslog severity to use for Accelar ERROR messages. Default is ERROR. Should be <= WARNING. |
| INT rcSyslogHostMapMfgSeverity | 1.3.6.1.4.1.2272.1.22.2.1.11 | INTEGER | read-write | Specifies the syslog severity to use for Accelar Manufactoring messages. Dafault is ERROR. |
| INT rcSyslogHostMapFatalSeverity | 1.3.6.1.4.1.2272.1.22.2.1.12 | INTEGER | read-write | Specifies the syslog severity to use for Accelar FATAL messages. Default is EMERGENCY. Should be <= ERROR. |
| INT rcSyslogHostMapTraceMsg | 1.3.6.1.4.1.2272.1.22.2.1.13 | INTEGER | read-write | Specifies the syslog severity to use for syslog trace messages. Default is DEBUG. |
| INT rcSyslogHostMapTrapMsg | 1.3.6.1.4.1.2272.1.22.2.1.14 | INTEGER | read-write | Specifies the UNIX severity code to use for syslog messages for SNMP traps sent to the syslog host. Default is INFO. |
| T/F rcSyslogHostLogTraceMsgs | 1.3.6.1.4.1.2272.1.22.2.1.15 | TruthValue | read-write | Indicate whether to activate the host to log the syslog trace messages. |
| T/F rcSyslogHostLogTrapMsgs | 1.3.6.1.4.1.2272.1.22.2.1.16 | TruthValue | read-write | Indicate whether to activate the host to log the syslog messages for SNMP traps. |
| T/F rcSyslogHostEnable | 1.3.6.1.4.1.2272.1.22.2.1.17 | TruthValue | read-write | Enable/Disable messages to be sent to syslog host. |
| ROW rcSyslogHostRowStatus | 1.3.6.1.4.1.2272.1.22.2.1.18 | RowStatus | read-write | Used to create/delete entries in the rcSyslogTable. |
| rcDiag | 1.3.6.1.4.1.2272.1.23 | |||
| rcDiagMirrorByPortTable | 1.3.6.1.4.1.2272.1.23.1 | not-accessible | This table is used to configure the Mirror By Port feature. This feature allows the device to forward a copy of each packet seen on a particular port to a different port. | |
| rcDiagMirrorByPortEntry | 1.3.6.1.4.1.2272.1.23.1.1 | not-accessible | Entry containing mirror by port information. | |
| INT rcDiagMirrorByPortId | 1.3.6.1.4.1.2272.1.23.1.1.1 | INTEGER | read-only | Entry id. |
| NUM rcDiagMirrorByPortMirroredPort | 1.3.6.1.4.1.2272.1.23.1.1.2 | InterfaceIndex | read-write | Used to configure the 'mirrored' port. The port where packets are copied from. |
| NUM rcDiagMirrorByPortMirroringPort | 1.3.6.1.4.1.2272.1.23.1.1.3 | InterfaceIndex | read-write | Used to configure the 'mirroring' port. The port where packets are copied to. |
| INT rcDiagMirrorByPortMode | 1.3.6.1.4.1.2272.1.23.1.1.4 | INTEGER | read-write | Used to configure the 'mode' of the mirror operation. 'tx' means packets being transmitted on the 'mirrored' port will be copied. 'rx' means packets received on the 'mirrored' port will be copied. 'both' means all traffic on the 'mirrored' port will be copied. 'rxFilter' means packets received on the 'mirrored' port is copied only if it macthes filter criteria. 'txFilter' means packets being transmitted on the 'mirrorred' port is copied only if it matches filter criteria. 'bothFilter' means both ingress and egress traffic will be copied if it matches either ingress or egress filter on the 'mirrored' port. |
| T/F rcDiagMirrorByPortEnable | 1.3.6.1.4.1.2272.1.23.1.1.5 | TruthValue | read-write | Used to enable/disable this entry. |
| ROW rcDiagMirrorByPortRowStatus | 1.3.6.1.4.1.2272.1.23.1.1.6 | RowStatus | read-write | Row status of this entry. |
| I32 rcDiagMirrorByPortOctapidId | 1.3.6.1.4.1.2272.1.23.1.1.7 | Integer32 | read-only | Octapid Id for a port. |
| I32 rcDiagMirrorByPortPid | 1.3.6.1.4.1.2272.1.23.1.1.8 | Integer32 | read-only | Pid for a port. |
| INT rcDiagMirrorRemoteMirrorVlanId | 1.3.6.1.4.1.2272.1.23.1.1.9 | INTEGER | read-write | vlan-id to which mirrored packets needs to be send for remote mirroring. If set, this vlan id is used in mirror tag of the remote mirrored packet |
| POR rcDiagMirrorByPortMirroredPortList | 1.3.6.1.4.1.2272.1.23.1.1.12 | PortSet | read-create | Used to configure the 'mirrored' port. The port where packets are copied from. |
| POR rcDiagMirrorByPortMirroringPortList | 1.3.6.1.4.1.2272.1.23.1.1.13 | PortSet | read-create | Used to configure the 'mirroring' port. The port where packets are copied from. |
| I32 rcDiagMirrorMirroringVlanId | 1.3.6.1.4.1.2272.1.23.1.1.14 | Integer32 | read-create | Destination is a VLAN. |
| I32 rcDiagMirrorMirroringMltId | 1.3.6.1.4.1.2272.1.23.1.1.15 | Integer32 | read-create | Destination is a MLT. |
| I32 rcDiagMirrorMirroringMgId | 1.3.6.1.4.1.2272.1.23.1.1.16 | Integer32 | read-only | Contains information about the MGID allocated. |
| rcDiagPortConvSteeringTable | 1.3.6.1.4.1.2272.1.23.2 | not-accessible | Diag Port Conv Steering Table | |
| rcDiagPortConvSteeringEntry | 1.3.6.1.4.1.2272.1.23.2.1 | not-accessible | Entry containing infomation of Diag Port Conv Steering. | |
| I32 rcDiagPortConvSteeringId | 1.3.6.1.4.1.2272.1.23.2.1.1 | Integer32 | read-only | Entry id. |
| I32 rcDiagPortConvSteeringPortOne | 1.3.6.1.4.1.2272.1.23.2.1.2 | Integer32 | read-write | IfIndex for port one |
| I32 rcDiagPortConvSteeringPortTwo | 1.3.6.1.4.1.2272.1.23.2.1.3 | Integer32 | read-write | IfIndex for port two |
| INT rcDiagPortConvSteeringMode | 1.3.6.1.4.1.2272.1.23.2.1.4 | INTEGER | read-write | Used to specify the traffic flow that should be captured between ports one and two. |
| I32 rcDiagPortConvSteeringForwardPort | 1.3.6.1.4.1.2272.1.23.2.1.5 | Integer32 | read-write | IfIndex of the port where captured traffic should be forwarded to. |
| T/F rcDiagPortConvSteeringEnable | 1.3.6.1.4.1.2272.1.23.2.1.6 | TruthValue | read-write | Enable this entry. |
| ROW rcDiagPortConvSteeringRowStatus | 1.3.6.1.4.1.2272.1.23.2.1.7 | RowStatus | read-write | Used to create/delete entries in the rcDiagMirrorByPortTable. |
| rcDiagMacConvSteeringTable | 1.3.6.1.4.1.2272.1.23.3 | not-accessible | Diag Mac Conv Steering Table | |
| rcDiagMacConvSteeringEntry | 1.3.6.1.4.1.2272.1.23.3.1 | not-accessible | Entry containing infomation of Diag Mac Conv Steering. | |
| I32 rcDiagMacConvSteeringId | 1.3.6.1.4.1.2272.1.23.3.1.1 | Integer32 | read-only | Entry id. |
| MAC rcDiagMacConvSteeringSrcMac | 1.3.6.1.4.1.2272.1.23.3.1.2 | MacAddress | read-write | Source MAC address |
| MAC rcDiagMacConvSteeringDstMac | 1.3.6.1.4.1.2272.1.23.3.1.3 | MacAddress | read-write | Destination MAC address |
| I32 rcDiagMacConvSteeringInPort | 1.3.6.1.4.1.2272.1.23.3.1.4 | Integer32 | read-write | IfIndex of ingress port. |
| I32 rcDiagMacConvSteeringForwardPort | 1.3.6.1.4.1.2272.1.23.3.1.5 | Integer32 | read-write | IfIndex of the port where captured traffic should be forwarded to. |
| T/F rcDiagMacConvSteeringEnable | 1.3.6.1.4.1.2272.1.23.3.1.6 | TruthValue | read-write | Enable this entry. |
| ROW rcDiagMacConvSteeringRowStatus | 1.3.6.1.4.1.2272.1.23.3.1.7 | RowStatus | read-write | Used to create/delete entries in the rcDiagMirrorByPortTable. |
| T/F rcDiagSaveConfig | 1.3.6.1.4.1.2272.1.23.10 | TruthValue | read-write | Used to configure whether the various mirror feature settings should be saved and restored across system reboot. |
| I32 rcDiagMirrorByPortTblSize | 1.3.6.1.4.1.2272.1.23.11 | Integer32 | read-only | Used to indicate table size. |
| I32 rcDiagPortConvSteeringTblSize | 1.3.6.1.4.1.2272.1.23.12 | Integer32 | read-only | Used to indicate table size. |
| I32 rcDiagMacConvSteeringTblSize | 1.3.6.1.4.1.2272.1.23.13 | Integer32 | read-only | Used to indicate table size. |
| T/F rcDiagDiagnosticsEnable | 1.3.6.1.4.1.2272.1.23.14 | TruthValue | read-write | Used to enable/disable the mirroring feature for the entire device. This setting overrides any setting in the various mirroring tables. |
| rcDiagPcap | 1.3.6.1.4.1.2272.1.23.15 | |||
| T/F rcDiagPcapEnable | 1.3.6.1.4.1.2272.1.23.15.1 | TruthValue | read-write | To enable pcap in secondary CPU |
| T/F rcDiagPcapBufferWrap | 1.3.6.1.4.1.2272.1.23.15.2 | TruthValue | read-write | To enable buffer wrap-around when buffer is full. If set, pcap will continue to capture pkts, otherwise stops pkt storing |
| T/F rcDiagPcapPcmciaWrap | 1.3.6.1.4.1.2272.1.23.15.3 | TruthValue | read-write | To wrap around the PCMCIA when saving data in PCMCIA |
| INT rcDiagPcapFrameSize | 1.3.6.1.4.1.2272.1.23.15.4 | INTEGER | read-write | Number of bytes of pkts needs to be stored |
| INT rcDiagPcapBufferSize | 1.3.6.1.4.1.2272.1.23.15.5 | INTEGER | read-write | memory to be allocated for capturing the pkt |
| T/F rcDiagPcapAutoSave | 1.3.6.1.4.1.2272.1.23.15.6 | TruthValue | read-write | To save data automatically when buffer is full |
| STR rcDiagPcapAutoSaveFileName | 1.3.6.1.4.1.2272.1.23.15.7 | DisplayString | read-write | Name of the file in which the pkt is to be stored |
| INT rcDiagPcapAutoSaveDevice | 1.3.6.1.4.1.2272.1.23.15.8 | INTEGER | read-write | Where to store the captured pkts. If the option is network, the user need to enter an IP address also |
| IP rcDiagPcapAutoSaveNetworkIpAddress | 1.3.6.1.4.1.2272.1.23.15.9 | IpAddress | read-write | ip address of the remote host where the data needs to be stored. This field is valid only if the device is network |
| I32 rcDiagPcapFilterTableSize | 1.3.6.1.4.1.2272.1.23.15.10 | Integer32 | read-only | Used to indicate the number of entries in the Filter table |
| rcDiagPcapFilterTable | 1.3.6.1.4.1.2272.1.23.15.11 | not-accessible | A table used to store pcap secondary filters | |
| rcDiagPcapFilterEntry | 1.3.6.1.4.1.2272.1.23.15.11.1 | not-accessible | Pcap secondary filter desc | |
| INT rcDiagPcapFilterId | 1.3.6.1.4.1.2272.1.23.15.11.1.1 | INTEGER | read-only | Unique ID that represents the filter |
| ENA rcDiagPcapFilterEnable | 1.3.6.1.4.1.2272.1.23.15.11.1.2 | EnableValue | read-write | Filter is enabled or not |
| INT rcDiagPcapFilterAction | 1.3.6.1.4.1.2272.1.23.15.11.1.3 | INTEGER | read-write | Action to be takesn when policy is matched |
| MAC rcDiagPcapFilterSrcMac | 1.3.6.1.4.1.2272.1.23.15.11.1.4 | MacAddress | read-write | Soruce mac address to match |
| INT rcDiagPcapFilterSrcMask | 1.3.6.1.4.1.2272.1.23.15.11.1.5 | INTEGER | read-write | Soruce mac address mask. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseSrcMac | 1.3.6.1.4.1.2272.1.23.15.11.1.6 | TruthValue | read-write | Soruce mac address Inverse. when set the mac addresses otherthan specified is matched |
| MAC rcDiagPcapFilterDstMac | 1.3.6.1.4.1.2272.1.23.15.11.1.7 | MacAddress | read-write | Destination mac address |
| INT rcDiagPcapFilterDstMask | 1.3.6.1.4.1.2272.1.23.15.11.1.8 | INTEGER | read-write | Destination mac address mask. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseDstMac | 1.3.6.1.4.1.2272.1.23.15.11.1.9 | TruthValue | read-write | Destination mac address Inverse. when set the mac addresses otherthan specified is matched |
| INT rcDiagPcapFilterVlanId | 1.3.6.1.4.1.2272.1.23.15.11.1.10 | INTEGER | read-write | Vlan-id of the packet to be matched |
| INT rcDiagPcapFilterToVlanId | 1.3.6.1.4.1.2272.1.23.15.11.1.11 | INTEGER | read-write | To Vlan-id. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseVlanId | 1.3.6.1.4.1.2272.1.23.15.11.1.12 | TruthValue | read-write | Vlan-Id Inverse. when set the Vlan-Id otherthan specified range is matched |
| INT rcDiagPcapFilterPbit | 1.3.6.1.4.1.2272.1.23.15.11.1.13 | INTEGER | read-write | pBit of the packet to be matched |
| INT rcDiagPcapFilterToPbit | 1.3.6.1.4.1.2272.1.23.15.11.1.14 | INTEGER | read-write | To pBit. Used to specify a range |
| T/F rcDiagPcapFilterIsInversePbit | 1.3.6.1.4.1.2272.1.23.15.11.1.15 | TruthValue | read-write | pBit Inverse. when set the pBit otherthan specified range is matched |
| INT rcDiagPcapFilterEtherType | 1.3.6.1.4.1.2272.1.23.15.11.1.16 | INTEGER | read-write | EtherType of the packet to be matched |
| INT rcDiagPcapFilterToEtherType | 1.3.6.1.4.1.2272.1.23.15.11.1.17 | INTEGER | read-write | To EtherType. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseEtherType | 1.3.6.1.4.1.2272.1.23.15.11.1.18 | TruthValue | read-write | EtherType Inverse. when set the EtherType otherthan specified range is matched |
| INT rcDiagPcapFilterProtocolType | 1.3.6.1.4.1.2272.1.23.15.11.1.19 | INTEGER | read-write | ProtocolType of the packet to be matched |
| INT rcDiagPcapFilterToProtocolType | 1.3.6.1.4.1.2272.1.23.15.11.1.20 | INTEGER | read-write | To ProtocolType. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseProtocolType | 1.3.6.1.4.1.2272.1.23.15.11.1.21 | TruthValue | read-write | ProtocolType Inverse. when set the ProtocolType otherthan specified range is matched |
| IP rcDiagPcapFilterSrcIp | 1.3.6.1.4.1.2272.1.23.15.11.1.22 | IpAddress | read-write | Source IP address of the packet to be matched |
| IP rcDiagPcapFilterToSrcIp | 1.3.6.1.4.1.2272.1.23.15.11.1.23 | IpAddress | read-write | To Source IP address. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseSrcIp | 1.3.6.1.4.1.2272.1.23.15.11.1.24 | TruthValue | read-write | Source IP address Inverse. when set the source IP otherthan specified range is matched |
| IP rcDiagPcapFilterDstIp | 1.3.6.1.4.1.2272.1.23.15.11.1.25 | IpAddress | read-write | Destination IP address of the packet to be matched |
| IP rcDiagPcapFilterToDstIp | 1.3.6.1.4.1.2272.1.23.15.11.1.26 | IpAddress | read-write | To Destination IP address. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseDstIp | 1.3.6.1.4.1.2272.1.23.15.11.1.27 | TruthValue | read-write | Destination IP address Inverse. when set the Destination IP otherthan specified is range matched |
| INT rcDiagPcapFilterDscp | 1.3.6.1.4.1.2272.1.23.15.11.1.28 | INTEGER | read-write | DSCP value of the packet to be matched |
| INT rcDiagPcapFilterToDscp | 1.3.6.1.4.1.2272.1.23.15.11.1.29 | INTEGER | read-write | To DSCP. Used to specify a range |
| T/F rcDiagPcapFilterIsInverseDscp | 1.3.6.1.4.1.2272.1.23.15.11.1.30 | TruthValue | read-write | DSCP Inverse. when set the DSCP otherthan specified range is matched |
| ROW rcDiagPcapFilterRowStatus | 1.3.6.1.4.1.2272.1.23.15.11.1.31 | RowStatus | read-write | Row Status |
| T/F rcDiagPcapFilterDscpMatchZero | 1.3.6.1.4.1.2272.1.23.15.11.1.32 | TruthValue | read-write | When this value is set to true, then 0 value of Pbit is not taken as disable value. The user will be allowed to capture packets with Pbit value of 0 also. Be default it would be set to FALSE |
| T/F rcDiagPcapFilterPbitMatchZero | 1.3.6.1.4.1.2272.1.23.15.11.1.33 | TruthValue | read-write | When this value is set to true, then 0 value of Pbit is not taken as disable value. The user will be allowed to capture packets with Pbit value of 0 also. Be default it would be set to FALSE |
| I32 rcDiagPcapAdvancedFilterTableSize | 1.3.6.1.4.1.2272.1.23.15.12 | Integer32 | read-only | Used to indicate the number of entries in the Filter table advanced parameter |
| rcDiagPcapAdvancedFilterTable | 1.3.6.1.4.1.2272.1.23.15.13 | not-accessible | A table used to store pcap secondary filters | |
| rcDiagPcapAdvancedFilterEntry | 1.3.6.1.4.1.2272.1.23.15.13.1 | not-accessible | Pcap secondary Advanced filter desc | |
| INT rcDiagPcapAdvancedFilterId | 1.3.6.1.4.1.2272.1.23.15.13.1.1 | INTEGER | read-only | Unique ID that represents the filter |
| INT rcDiagPcapAdvancedFilterUdpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.2 | INTEGER | read-write | UdpPort of the packet to be matched |
| INT rcDiagPcapAdvancedFilterToUdpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.3 | INTEGER | read-write | To UdpPort. Used to specify a range |
| T/F rcDiagPcapAdvancedFilterIsInverseUdpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.4 | TruthValue | read-write | UdpPort Inverse. when set the UdpPort otherthan specified range is matched |
| INT rcDiagPcapAdvancedFilterTcpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.5 | INTEGER | read-write | TcpPort of the packet to be matched |
| INT rcDiagPcapAdvancedFilterToTcpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.6 | INTEGER | read-write | To TcpPort. Used to specify a range |
| T/F rcDiagPcapAdvancedFilterIsInverseTcpPort | 1.3.6.1.4.1.2272.1.23.15.13.1.7 | TruthValue | read-write | TcpPort Inverse. when set the TcpPort otherthan specified range is matched |
| STR rcDiagPcapAdvancedFilterUserDefinedData | 1.3.6.1.4.1.2272.1.23.15.13.1.8 | DisplayString | read-write | User defined data to match with the packets received |
| INT rcDiagPcapAdvancedFilterUserDefinedDataSize | 1.3.6.1.4.1.2272.1.23.15.13.1.9 | INTEGER | read-write | Length of user defined data |
| INT rcDiagPcapAdvancedFilterUserDefinedOffset | 1.3.6.1.4.1.2272.1.23.15.13.1.10 | INTEGER | read-write | Offset from which match has to start |
| T/F rcDiagPcapAdvancedFilterIsInverseUserDefined | 1.3.6.1.4.1.2272.1.23.15.13.1.11 | TruthValue | read-write | TcpPort Inverse. when set the Userdata otherthan specified is matched |
| INT rcDiagPcapAdvancedFilterTimer | 1.3.6.1.4.1.2272.1.23.15.13.1.12 | INTEGER | read-write | Timer to start the pcap capture window in ms |
| INT rcDiagPcapAdvancedFilterPacketCount | 1.3.6.1.4.1.2272.1.23.15.13.1.13 | INTEGER | read-write | Number of packets to be captured before disabling pcap |
| INT rcDiagPcapAdvancedFilterRefreshTimer | 1.3.6.1.4.1.2272.1.23.15.13.1.14 | INTEGER | read-write | Refresh timer in ms |
| ROW rcDiagPcapAdvancedFilterRowStatus | 1.3.6.1.4.1.2272.1.23.15.13.1.15 | RowStatus | read-write | RowStatus |
| STR rcDiagPcapCopyFileName | 1.3.6.1.4.1.2272.1.23.15.14 | DisplayString | read-write | Used to indicate the file name. When set, the PCAP data from PCAP engine RAM is stored into this file in PCAP engine |
| INT rcDiagPcapResetStat | 1.3.6.1.4.1.2272.1.23.15.15 | INTEGER | read-write | To Reset PCAP statistics |
| STR rcDiagPcapStatPacketCapacityCount | 1.3.6.1.4.1.2272.1.23.15.16 | DisplayString | read-only | Packet Capacity Count |
| STR rcDiagPcapStatNumberOfPacketsReceived | 1.3.6.1.4.1.2272.1.23.15.17 | DisplayString | read-only | Number of packets received in PCAP engine |
| STR rcDiagPcapStatNumberOfPacketsAccumulated | 1.3.6.1.4.1.2272.1.23.15.18 | DisplayString | read-only | Number of packets captured in PCAP engine |
| STR rcDiagPcapStatNumberOfPacketsDroppedInPcapEngine | 1.3.6.1.4.1.2272.1.23.15.19 | DisplayString | read-only | Number of packets dropped in PCAP engine by filters |
| STR rcDiagPcapStatNumberOfPacketsDroppedInHardware | 1.3.6.1.4.1.2272.1.23.15.20 | DisplayString | read-only | Number of packets dropped in Hardware |
| T/F rcDiagPcapDataValid | 1.3.6.1.4.1.2272.1.23.15.21 | TruthValue | read-only | A true/false value that indicate the return data whether is valid. |
| INT rcDiagPcapEtherTypeForSvlanLevel | 1.3.6.1.4.1.2272.1.23.15.22 | INTEGER | read-write | EtherType of svlan level. |
| rcIpx | 1.3.6.1.4.1.2272.1.24 | |||
| T/F rcIpxRoutingEnable | 1.3.6.1.4.1.2272.1.24.1 | TruthValue | read-write | Global Ipx Routing control variable |
| rcIpxAddrTable | 1.3.6.1.4.1.2272.1.24.2 | not-accessible | The table of addressing information relevant to this entity's IPX addresses. This table is used for associating IfIndex and IPX network number. | |
| rcIpxAddrEntry | 1.3.6.1.4.1.2272.1.24.2.1 | not-accessible | The addressing information for one of this entity's IP addresses. | |
| INT rcIpxAddrVlanId | 1.3.6.1.4.1.2272.1.24.2.1.1 | INTEGER | read-write | The 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 rcIpxAddrNetAddr | 1.3.6.1.4.1.2272.1.24.2.1.2 | OCTET STRING | read-write | IPX Network address. |
| INT rcIpxAddrEncap | 1.3.6.1.4.1.2272.1.24.2.1.3 | INTEGER | read-write | Specify IPX encapsulation format. It is relevent if the VLAN is port based. But it's always nice to have it. |
| ROW rcIpxAddrEntryStatus | 1.3.6.1.4.1.2272.1.24.2.1.4 | RowStatus | read-write | Used to create/delete entries in the rcIpxAddrEntry. |
| INT rcIpxAddrTicks | 1.3.6.1.4.1.2272.1.24.2.1.5 | INTEGER | read-write | The tick value gets updated to the routing table when an ipx address is being assigned to a vlan. |
| I32 rcIpxPolicyNetTableSize | 1.3.6.1.4.1.2272.1.24.3 | Integer32 | read-only | Used to indicate the number of entries in the table. |
| rcIpxPolicyNetTable | 1.3.6.1.4.1.2272.1.24.4 | not-accessible | Net Table is used to store the IPX network address range. This entry is used for Net List Table. | |
| rcIpxPolicyNetEntry | 1.3.6.1.4.1.2272.1.24.4.1 | not-accessible | table entry. | |
| I32 rcIpxPolicyNetId | 1.3.6.1.4.1.2272.1.24.4.1.1 | Integer32 | read-write | Unique ID to represent the entry in the table. |
| OCT rcIpxPolicyNetFromNet | 1.3.6.1.4.1.2272.1.24.4.1.2 | OCTET STRING | read-write | IPX Network Address. |
| OCT rcIpxPolicyNetToNet | 1.3.6.1.4.1.2272.1.24.4.1.3 | OCTET STRING | read-write | This 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 rcIpxPolicyNetName | 1.3.6.1.4.1.2272.1.24.4.1.4 | DisplayString | read-write | Unique Name to represent the entry in the table. Id & Name have one-to-one relationship. |
| ROW rcIpxPolicyNetRowStatus | 1.3.6.1.4.1.2272.1.24.4.1.5 | RowStatus | read-write | . |
| I32 rcIpxPolicyServTableSize | 1.3.6.1.4.1.2272.1.24.5 | Integer32 | read-only | Used to indicate the number of entries in the table. |
| rcIpxPolicyServTable | 1.3.6.1.4.1.2272.1.24.6 | not-accessible | Service Table is used to store Service Type and Service Name. This is used only for SAP Updates. | |
| rcIpxPolicyServEntry | 1.3.6.1.4.1.2272.1.24.6.1 | not-accessible | table entry. | |
| I32 rcIpxPolicyServId | 1.3.6.1.4.1.2272.1.24.6.1.1 | Integer32 | read-only | Used to store the service Id. |
| INT rcIpxPolicyServServiceType | 1.3.6.1.4.1.2272.1.24.6.1.2 | INTEGER | read-only | Used to store the service type. |
| STR rcIpxPolicyServServiceName | 1.3.6.1.4.1.2272.1.24.6.1.3 | DisplayString | read-only | Used 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 rcIpxPolicyServName | 1.3.6.1.4.1.2272.1.24.6.1.4 | DisplayString | read-write | Used to store the entry name. Id & Name have one-to-one relationship. |
| ROW rcIpxPolicyServRowStatus | 1.3.6.1.4.1.2272.1.24.6.1.5 | RowStatus | read-write | . |
| I32 rcIpxPolicyListTableSize | 1.3.6.1.4.1.2272.1.24.7 | Integer32 | read-only | Used to indicate the number of entries in the table. |
| rcIpxPolicyListTable | 1.3.6.1.4.1.2272.1.24.8 | not-accessible | PolicyList Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies. | |
| rcIpxPolicyListEntry | 1.3.6.1.4.1.2272.1.24.8.1 | not-accessible | table entry. | |
| INT rcIpxPolicyListId | 1.3.6.1.4.1.2272.1.24.8.1.1 | INTEGER | read-only | Index used to uniquely Identify a group of policies in the route policy table. |
| INT rcIpxPolicyListSeqnum | 1.3.6.1.4.1.2272.1.24.8.1.2 | INTEGER | read-only | Second 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 rcIpxPolicyListName | 1.3.6.1.4.1.2272.1.24.8.1.3 | DisplayString | read-write | Is 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 rcIpxPolicyListEnable | 1.3.6.1.4.1.2272.1.24.8.1.4 | TruthValue | read-write | value specified here indicates whether the policy is enabled or not. If disabled, the policy should not be used. |
| INT rcIpxPolicyListAction | 1.3.6.1.4.1.2272.1.24.8.1.5 | INTEGER | read-write | This 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 rcIpxPolicyListRouteSource | 1.3.6.1.4.1.2272.1.24.8.1.6 | INTEGER | read-write | Used 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 rcIpxPolicyListMatchNetList | 1.3.6.1.4.1.2272.1.24.8.1.7 | DisplayString | read-write | List 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 rcIpxPolicyListMatchServList | 1.3.6.1.4.1.2272.1.24.8.1.8 | DisplayString | read-write | List 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 rcIpxPolicyListHops | 1.3.6.1.4.1.2272.1.24.8.1.9 | INTEGER | read-write | This 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 rcIpxPolicyListTicks | 1.3.6.1.4.1.2272.1.24.8.1.10 | INTEGER | read-write | The tick value which will be updated for RIP when the routing method is tick. |
| ROW rcIpxPolicyListRowStatus | 1.3.6.1.4.1.2272.1.24.8.1.11 | RowStatus | read-write | . |
| I32 rcIpxRipOutFilterTableSize | 1.3.6.1.4.1.2272.1.24.9 | Integer32 | read-only | Used to indicate the number of entries in the table. |
| rcIpxRipOutFilterTable | 1.3.6.1.4.1.2272.1.24.10 | not-accessible | RipOutFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies. | |
| rcIpxRipOutFilterEntry | 1.3.6.1.4.1.2272.1.24.10.1 | not-accessible | table entry. | |
| OCT rcIpxRipOutFilterInterface | 1.3.6.1.4.1.2272.1.24.10.1.1 | OCTET STRING | read-write | IPX Network address. The interface to which the policy is applied. |
| STR rcIpxRipOutFilterPolicyName | 1.3.6.1.4.1.2272.1.24.10.1.2 | DisplayString | read-write | The name of the policy group to which this entry refers. |
| ROW rcIpxRipOutFilterRowStatus | 1.3.6.1.4.1.2272.1.24.10.1.3 | RowStatus | read-write | . |
| I32 rcIpxSapOutFilterTableSize | 1.3.6.1.4.1.2272.1.24.11 | Integer32 | read-only | Used to indicate the number of entries in the table. |
| rcIpxSapOutFilterTable | 1.3.6.1.4.1.2272.1.24.12 | not-accessible | SapOutFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies. | |
| rcIpxSapOutFilterEntry | 1.3.6.1.4.1.2272.1.24.12.1 | not-accessible | table entry. | |
| OCT rcIpxSapOutFilterInterface | 1.3.6.1.4.1.2272.1.24.12.1.1 | OCTET STRING | read-write | IPX Network address. The interface to which the policy is applied. |
| STR rcIpxSapOutFilterPolicyName | 1.3.6.1.4.1.2272.1.24.12.1.2 | DisplayString | read-write | The name of the policy group to which this entry refers. |
| ROW rcIpxSapOutFilterRowStatus | 1.3.6.1.4.1.2272.1.24.12.1.3 | RowStatus | read-write | . |
| I32 rcIpxRipInFilterTableSize | 1.3.6.1.4.1.2272.1.24.13 | Integer32 | read-only | Used to indicate the number of entries in the table. |
| rcIpxRipInFilterTable | 1.3.6.1.4.1.2272.1.24.14 | not-accessible | RipInFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies. | |
| rcIpxRipInFilterEntry | 1.3.6.1.4.1.2272.1.24.14.1 | not-accessible | table entry. | |
| OCT rcIpxRipInFilterInterface | 1.3.6.1.4.1.2272.1.24.14.1.1 | OCTET STRING | read-write | IPX Network address. The interface to which the policy is applied. |
| STR rcIpxRipInFilterPolicyName | 1.3.6.1.4.1.2272.1.24.14.1.2 | DisplayString | read-write | The name of the policy group to which this entry refers. |
| ROW rcIpxRipInFilterRowStatus | 1.3.6.1.4.1.2272.1.24.14.1.3 | RowStatus | read-write | . |
| I32 rcIpxSapInFilterTableSize | 1.3.6.1.4.1.2272.1.24.15 | Integer32 | read-only | Used to indicate the number of entries in the table. |
| rcIpxSapInFilterTable | 1.3.6.1.4.1.2272.1.24.16 | not-accessible | SapInFilter Table is used to store generic policies that can be used by both RIP and SAP as their in/out policies. | |
| rcIpxSapInFilterEntry | 1.3.6.1.4.1.2272.1.24.16.1 | not-accessible | table entry. | |
| OCT rcIpxSapInFilterInterface | 1.3.6.1.4.1.2272.1.24.16.1.1 | OCTET STRING | read-write | IPX Network address. The interface to which the policy is applied. |
| STR rcIpxSapInFilterPolicyName | 1.3.6.1.4.1.2272.1.24.16.1.2 | DisplayString | read-write | The name of the policy group to which this entry refers. |
| ROW rcIpxSapInFilterRowStatus | 1.3.6.1.4.1.2272.1.24.16.1.3 | RowStatus | read-write | . |
| INT rcIpxRoutingMethod | 1.3.6.1.4.1.2272.1.24.17 | INTEGER | read-write | This global variable is referenced each time a decision has to be taken |
| rcIpxSapInterfaceTable | 1.3.6.1.4.1.2272.1.24.18 | not-accessible | SapInterface Table is used to store generic policies that can be used by SAP as their in/out policies. | |
| rcIpxSapInterfaceEntry | 1.3.6.1.4.1.2272.1.24.18.1 | not-accessible | table entry. | |
| OCT rcIpxSapInterfaceNetNum | 1.3.6.1.4.1.2272.1.24.18.1.1 | OCTET STRING | read-only | IPX Network address. The interface to which the policy is applied. |
| STR rcIpxSapInterfaceInPolicy | 1.3.6.1.4.1.2272.1.24.18.1.2 | DisplayString | read-write | The name of the in filter group to which this entry refers. |
| STR rcIpxSapInterfaceOutPolicy | 1.3.6.1.4.1.2272.1.24.18.1.3 | DisplayString | read-write | The name of the out filter to which this entry refers. |
| rcIpxRipInterfaceTable | 1.3.6.1.4.1.2272.1.24.19 | not-accessible | RipInterface Table is used to store generic policies that can be used by RIP as their in/out policies. | |
| rcIpxRipInterfaceEntry | 1.3.6.1.4.1.2272.1.24.19.1 | not-accessible | table entry. | |
| OCT rcIpxRipInterfaceNetNum | 1.3.6.1.4.1.2272.1.24.19.1.1 | OCTET STRING | read-only | IPX Network address. The interface to which the policy is applied. |
| STR rcIpxRipInterfaceInPolicy | 1.3.6.1.4.1.2272.1.24.19.1.2 | DisplayString | read-write | The name of the in filter group to which this entry refers. |
| STR rcIpxRipInterfaceOutPolicy | 1.3.6.1.4.1.2272.1.24.19.1.3 | DisplayString | read-write | The name of the out filter to which this entry refers. |
| rcIpxBrouterTable | 1.3.6.1.4.1.2272.1.24.20 | not-accessible | The table of addressing information relevant to this entity's IPX addresses. This table is used for associating IfIndex and IPX network number. | |
| rcIpxBrouterEntry | 1.3.6.1.4.1.2272.1.24.20.1 | not-accessible | The addressing information for one of this entity's IP addresses. | |
| I32 rcIpxBrouterPortIndex | 1.3.6.1.4.1.2272.1.24.20.1.1 | Integer32 | read-only | The 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 rcIpxBrouterVlanId | 1.3.6.1.4.1.2272.1.24.20.1.2 | INTEGER | read-only | The 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 rcIpxBrouterNetAddr | 1.3.6.1.4.1.2272.1.24.20.1.3 | OCTET STRING | read-only | IPX Network address. |
| INT rcIpxBrouterEncap | 1.3.6.1.4.1.2272.1.24.20.1.4 | INTEGER | read-only | Specify IPX encapsulation format. It is relevent if the VLAN is port based. But it's always nice to have it. |
| INT rcIpxBrouterMacOffset | 1.3.6.1.4.1.2272.1.24.20.1.5 | INTEGER | read-write | IPX Network address. |
| INT rcIpxBrouterTicks | 1.3.6.1.4.1.2272.1.24.20.1.6 | INTEGER | read-write | The tick value gets updated to the routing table when an ipx address is being assigned to a vlan. |
| ROW rcIpxBrouterRowStatus | 1.3.6.1.4.1.2272.1.24.20.1.7 | RowStatus | read-write | Used to create/delete entries in the rcIpxBrouterEntry. |
| rcIpxRsmlt | 1.3.6.1.4.1.2272.1.24.21 | |||
| rcIpxRsmltGlobal | 1.3.6.1.4.1.2272.1.24.21.1 | |||
| I32 rcIpxRsmltGlobalTableSize | 1.3.6.1.4.1.2272.1.24.21.1.1 | Integer32 | read-only | Route Smlt table size. |
| rcIpxRsmltOperTable | 1.3.6.1.4.1.2272.1.24.21.2 | not-accessible | Route Smlt Table | |
| rcIpxRsmltOperEntry | 1.3.6.1.4.1.2272.1.24.21.2.1 | not-accessible | An entry of Ip As Path Access List Table. | |
| INT rcIpxRsmltOperVlanId | 1.3.6.1.4.1.2272.1.24.21.2.1.1 | INTEGER | read-only | Vlan id. |
| NUM rcIpxRsmltOperIfIndex | 1.3.6.1.4.1.2272.1.24.21.2.1.2 | InterfaceIndex | read-only | Route Smlt Oper IfIndex. |
| T/F rcIpxRsmltOperAdminStatus | 1.3.6.1.4.1.2272.1.24.21.2.1.3 | TruthValue | read-write | is a enable/disable flag. |
| INT rcIpxRsmltOperHoldDownTimer | 1.3.6.1.4.1.2272.1.24.21.2.1.4 | INTEGER | read-write | Timer value, the range of value is from 0 to 3600. |
| INT rcIpxRsmltOperHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.24.21.2.1.5 | INTEGER | read-only | The time value that indicate how much time remaining of HoldDownTimer. |
| INT rcIpxRsmltOperHoldUpTimer | 1.3.6.1.4.1.2272.1.24.21.2.1.6 | INTEGER | read-write | The range of value 0 to 3600 or 9999. 9999 means infinity. |
| INT rcIpxRsmltOperHoldUpTimeRemaining | 1.3.6.1.4.1.2272.1.24.21.2.1.7 | INTEGER | read-only | The time value that indicate how much time remaining of HoldUpTimer. |
| INT rcIpxRsmltOperOperStatus | 1.3.6.1.4.1.2272.1.24.21.2.1.8 | INTEGER | read-only | The operation status of Rsmlt, up or down. |
| IDL rcIpxRsmltOperSmltId | 1.3.6.1.4.1.2272.1.24.21.2.1.9 | IdList | read-only | The id range for SMLT is 1-32. |
| IDL rcIpxRsmltOperSltId | 1.3.6.1.4.1.2272.1.24.21.2.1.10 | IdList | read-only | The id range for SLT is 1-512. |
| ROW rcIpxRsmltOperRowStatus | 1.3.6.1.4.1.2272.1.24.21.2.1.11 | RowStatus | read-write | Row Status. |
| MAC rcIpxRsmltOperMacAddr | 1.3.6.1.4.1.2272.1.24.21.2.1.12 | MacAddress | read-only | Mac Address. |
| rcIpxRsmltPeerTable | 1.3.6.1.4.1.2272.1.24.21.3 | not-accessible | Route Smlt Table | |
| rcIpxRsmltPeerEntry | 1.3.6.1.4.1.2272.1.24.21.3.1 | not-accessible | An entry of Ip As Path Access List Table. | |
| INT rcIpxRsmltPeerVlanId | 1.3.6.1.4.1.2272.1.24.21.3.1.1 | INTEGER | read-only | Vlan id. |
| NUM rcIpxRsmltPeerIfIndex | 1.3.6.1.4.1.2272.1.24.21.3.1.2 | InterfaceIndex | read-only | Route Smlt Oper IfIndex. |
| T/F rcIpxRsmltPeerAdminStatus | 1.3.6.1.4.1.2272.1.24.21.3.1.3 | TruthValue | read-only | is a enable/disable flag. |
| INT rcIpxRsmltPeerHoldDownTimer | 1.3.6.1.4.1.2272.1.24.21.3.1.4 | INTEGER | read-only | Timer value, the range of value is from 0 to 3600. |
| INT rcIpxRsmltPeerHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.24.21.3.1.5 | INTEGER | read-only | The time value that indicate how much time remaining of HoldDownTimer. |
| INT rcIpxRsmltPeerHoldUpTimer | 1.3.6.1.4.1.2272.1.24.21.3.1.6 | INTEGER | read-only | The range of value 0 to 3600 or 9999. 9999 means infinity. |
| INT rcIpxRsmltPeerHoldUpTimeRemaining | 1.3.6.1.4.1.2272.1.24.21.3.1.7 | INTEGER | read-only | The time value that indicate how much time remaining of HoldUpTimer. |
| INT rcIpxRsmltPeerOperStatus | 1.3.6.1.4.1.2272.1.24.21.3.1.8 | INTEGER | read-only | The operation status of Rsmlt, up or down. |
| IDL rcIpxRsmltPeerSmltId | 1.3.6.1.4.1.2272.1.24.21.3.1.9 | IdList | read-only | The id range for SMLT is 1-32. |
| IDL rcIpxRsmltPeerSltId | 1.3.6.1.4.1.2272.1.24.21.3.1.10 | IdList | read-only | The id range for SLT is 1-512. |
| MAC rcIpxRsmltPeerMacAddr | 1.3.6.1.4.1.2272.1.24.21.3.1.11 | MacAddress | read-only | Mac Address. |
| rcIpxRipGlobal | 1.3.6.1.4.1.2272.1.24.22 | |||
| I32 rcIpxRipGlobalPace | 1.3.6.1.4.1.2272.1.24.22.1 | Integer32 | read-write | The maximum pace, in packets per second, at which RIP packets may be sent on this circuit. |
| I32 rcIpxRipGlobalUpdate | 1.3.6.1.4.1.2272.1.24.22.2 | Integer32 | read-write | The RIP periodic update interval, in seconds. |
| I32 rcIpxRipGlobalAgeMultiplier | 1.3.6.1.4.1.2272.1.24.22.3 | Integer32 | read-write | The holding multiplier for information received in RIP periodic updates. |
| rcPos | 1.3.6.1.4.1.2272.1.26 | |||
| rcPosPppIpxTable | 1.3.6.1.4.1.2272.1.26.1 | not-accessible | ||
| rcPosPppIpxEntry | 1.3.6.1.4.1.2272.1.26.1.1 | not-accessible | ||
| NUM rcPosPppIpxIfIndex | 1.3.6.1.4.1.2272.1.26.1.1.1 | InterfaceIndex | read-only | port number. |
| INT rcPosPppIpxIpxcpAdminStatus | 1.3.6.1.4.1.2272.1.26.1.1.2 | INTEGER | read-write | |
| INT rcPosPppIpxOperStatus | 1.3.6.1.4.1.2272.1.26.1.1.3 | INTEGER | read-only | |
| OCT rcPosPppIpxNetAddr | 1.3.6.1.4.1.2272.1.26.1.1.4 | OCTET STRING | read-write | IPX Network address. |
| INT rcPosPppIpxRoutingProtocol | 1.3.6.1.4.1.2272.1.26.1.1.5 | INTEGER | read-write | |
| rcPosSonetTable | 1.3.6.1.4.1.2272.1.26.2 | not-accessible | ||
| rcPosSonetEntry | 1.3.6.1.4.1.2272.1.26.2.1 | not-accessible | ||
| NUM rcPosSonetIndex | 1.3.6.1.4.1.2272.1.26.2.1.1 | InterfaceIndex | read-only | pos ifIndex. |
| INT rcPosSonetFraming | 1.3.6.1.4.1.2272.1.26.2.1.2 | INTEGER | read-write | |
| INT rcPosSonetSectionTrace | 1.3.6.1.4.1.2272.1.26.2.1.3 | INTEGER | read-write | config. J0 byte |
| INT rcPosSonetSectionGrowth | 1.3.6.1.4.1.2272.1.26.2.1.4 | INTEGER | read-write | config. Z0 byte |
| INT rcPosSonetSyncronization | 1.3.6.1.4.1.2272.1.26.2.1.5 | INTEGER | read-write | config. S1 byte |
| OCT rcPosSonetStsPathTrace | 1.3.6.1.4.1.2272.1.26.2.1.6 | OCTET STRING | read-write | config. 64/16 byte. |
| INT rcPosSonetPathSignalLabel | 1.3.6.1.4.1.2272.1.26.2.1.7 | INTEGER | read-write | config. C2 byte |
| INT rcPosSonetClockSource | 1.3.6.1.4.1.2272.1.26.2.1.8 | INTEGER | read-write | |
| ENA rcPosSonetScramble | 1.3.6.1.4.1.2272.1.26.2.1.9 | EnableValue | read-write | |
| I32 rcPosSonetOperStatusFraming | 1.3.6.1.4.1.2272.1.26.2.1.10 | Integer32 | read-only | |
| I32 rcPosSonetOperStatusClockSource | 1.3.6.1.4.1.2272.1.26.2.1.11 | Integer32 | read-only | |
| ENA rcPosSonetOperStatusScramble | 1.3.6.1.4.1.2272.1.26.2.1.12 | EnableValue | read-only | |
| I32 rcPosSonetOperStatusSectionTrace | 1.3.6.1.4.1.2272.1.26.2.1.13 | Integer32 | read-only | |
| I32 rcPosSonetOperStatusPathSignalLabel | 1.3.6.1.4.1.2272.1.26.2.1.14 | Integer32 | read-only | |
| rcPosLineStatusTable | 1.3.6.1.4.1.2272.1.26.3 | not-accessible | Pos Line Status Table | |
| rcPosLineStatusEntry | 1.3.6.1.4.1.2272.1.26.3.1 | not-accessible | Entry containing infomation of Pos Line Status. | |
| NUM rcPosLineStatusIndex | 1.3.6.1.4.1.2272.1.26.3.1.1 | InterfaceIndex | read-only | pos ifIndex, same as rcPosPppIpxIfIndex. |
| MAC rcPosLineStatusLocalMACAddress | 1.3.6.1.4.1.2272.1.26.3.1.2 | MacAddress | read-only | current local MAC address |
| MAC rcPosLineStatusRemoteMACAddress | 1.3.6.1.4.1.2272.1.26.3.1.3 | MacAddress | read-only | current remote MAC address |
| IP rcPosLineStatusLocalIpAddr | 1.3.6.1.4.1.2272.1.26.3.1.4 | IpAddress | read-only | current local ip addr |
| IP rcPosLineStatusRemoteIpAddr | 1.3.6.1.4.1.2272.1.26.3.1.5 | IpAddress | read-only | current remote ip addr |
| I32 rcPosLineStatusOutQuality | 1.3.6.1.4.1.2272.1.26.3.1.6 | Integer32 | read-only | current output quality. |
| I32 rcPosLineStatusLocalPeriod | 1.3.6.1.4.1.2272.1.26.3.1.7 | Integer32 | read-only | |
| I32 rcPosLineStatusDeviceType | 1.3.6.1.4.1.2272.1.26.3.1.8 | Integer32 | read-only | |
| I32 rcPosLineStatusDeviceRev | 1.3.6.1.4.1.2272.1.26.3.1.9 | Integer32 | read-only | |
| I32 rcPosLineStatusIpxRoutingProtocol | 1.3.6.1.4.1.2272.1.26.3.1.10 | Integer32 | read-only | |
| rcPosLineConfigTable | 1.3.6.1.4.1.2272.1.26.4 | not-accessible | Pos Line Config Table | |
| rcPosLineConfigEntry | 1.3.6.1.4.1.2272.1.26.4.1 | not-accessible | Entry containing infomation of Pos Line Config. | |
| NUM rcPosLineConfigIndex | 1.3.6.1.4.1.2272.1.26.4.1.1 | InterfaceIndex | read-only | pos ifIndex, same as rcPosPppIpxIfIndex. |
| MAC rcPosLineConfigLocalMACAddress | 1.3.6.1.4.1.2272.1.26.4.1.2 | MacAddress | read-write | current local MAC address |
| MAC rcPosLineConfigRemoteMACAddress | 1.3.6.1.4.1.2272.1.26.4.1.3 | MacAddress | read-write | current remote MAC address |
| IP rcPosLineConfigLocalIpAddr | 1.3.6.1.4.1.2272.1.26.4.1.4 | IpAddress | read-write | current local ip addr |
| IP rcPosLineConfigRemoteIpAddr | 1.3.6.1.4.1.2272.1.26.4.1.5 | IpAddress | read-write | current remote ip addr |
| INT rcPosLineConfigRemoteReportPeriod | 1.3.6.1.4.1.2272.1.26.4.1.6 | INTEGER | read-write | config. remote report period. |
| INT rcPosLineConfigLqrThreshold | 1.3.6.1.4.1.2272.1.26.4.1.7 | INTEGER | read-write | config. input quality. |
| I32 rcPosLineConfigOutQuality | 1.3.6.1.4.1.2272.1.26.4.1.8 | Integer32 | read-write | config. output quality. |
| ENA rcPosLineConfigPppStp | 1.3.6.1.4.1.2272.1.26.4.1.9 | EnableValue | read-write | STP PPP encoding enable T/F |
| T/F rcPosLineConfigLoopBack | 1.3.6.1.4.1.2272.1.26.4.1.10 | TruthValue | read-write | perform loop-back. |
| MAC rcPosLineConfigIpxVlanMacAddress | 1.3.6.1.4.1.2272.1.26.4.1.11 | MacAddress | read-write | |
| MAC rcPosLineConfigIpxRemoteMacAddress | 1.3.6.1.4.1.2272.1.26.4.1.12 | MacAddress | read-write | |
| rcPosSonetTrap | 1.3.6.1.4.1.2272.1.26.5 | |||
| INT rcPosSonetTrapType | 1.3.6.1.4.1.2272.1.26.5.1 | INTEGER | read-only | Used to indicate a particular type of Sonet trap. |
| INT rcPosSonetTrapIndication | 1.3.6.1.4.1.2272.1.26.5.2 | INTEGER | read-only | Used to indicate an indication for a Sonet trap. |
| rcPosSioCardConfigTable | 1.3.6.1.4.1.2272.1.26.6 | not-accessible | Pos Sio Card Config Table | |
| rcPosSioCardConfigEntry | 1.3.6.1.4.1.2272.1.26.6.1 | not-accessible | Entry containing infomation of Pos Sio Card Config. | |
| I32 rcPosSioCardConfigSlotIndex | 1.3.6.1.4.1.2272.1.26.6.1.1 | Integer32 | read-only | slot Index. |
| INT rcPosSioCardConfigAction | 1.3.6.1.4.1.2272.1.26.6.1.2 | INTEGER | read-write | |
| INT rcPosSioCardConfigTraceMode | 1.3.6.1.4.1.2272.1.26.6.1.3 | INTEGER | read-write | |
| STR rcPosSioCardConfigImageFileName | 1.3.6.1.4.1.2272.1.26.6.1.4 | DisplayString | read-only | POS Image file name. |
| rcPosOperStatusTable | 1.3.6.1.4.1.2272.1.26.7 | not-accessible | ||
| rcPosOperStatusEntry | 1.3.6.1.4.1.2272.1.26.7.1 | not-accessible | ||
| NUM rcPosOperStatusIndex | 1.3.6.1.4.1.2272.1.26.7.1.1 | InterfaceIndex | read-only | pos ifIndex. |
| I32 rcPosOperStatusLqrStatus | 1.3.6.1.4.1.2272.1.26.7.1.2 | Integer32 | read-only | Operational status of pppLqrConfigStatus. |
| I32 rcPosOperStatusLineLqrThreshold | 1.3.6.1.4.1.2272.1.26.7.1.3 | Integer32 | read-only | . |
| I32 rcPosOperStatusLinkMagicNumber | 1.3.6.1.4.1.2272.1.26.7.1.4 | Integer32 | read-only | . |
| ENA rcPosOperStatusLinePppStp | 1.3.6.1.4.1.2272.1.26.7.1.5 | EnableValue | read-only | |
| rcLinkFlapDetect | 1.3.6.1.4.1.2272.1.27 | |||
| T/F rcLinkFlapDetectAutoPortDownEnable | 1.3.6.1.4.1.2272.1.27.1 | TruthValue | read-write | Used 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 rcLinkFlapDetectSendTrap | 1.3.6.1.4.1.2272.1.27.2 | TruthValue | read-write | Used to configure whether a trap should be sent if the port is forced out-of-service. |
| INT rcLinkFlapDetectFrequency | 1.3.6.1.4.1.2272.1.27.3 | INTEGER | read-write | Used to configure the number of times the port can go down. |
| INT rcLinkFlapDetectInterval | 1.3.6.1.4.1.2272.1.27.4 | INTEGER | read-write | Used to configure the interval (in minutes). |
| rcV1Traps | 1.3.6.1.4.1.2272.1.28 | |||
| rcRadius | 1.3.6.1.4.1.2272.1.29 | |||
| rcRadiusGlobal | 1.3.6.1.4.1.2272.1.29.1 | |||
| T/F rcRadiusGlobalEnable | 1.3.6.1.4.1.2272.1.29.1.1 | TruthValue | read-write | Enable/disable this feature. |
| INT rcRadiusGlobalMaxNumberServer | 1.3.6.1.4.1.2272.1.29.1.2 | INTEGER | read-write | Maximum number of RADIUS servers. |
| INT rcRadiusGlobalAttributeValue | 1.3.6.1.4.1.2272.1.29.1.3 | INTEGER | read-write | Integer value for Access-Priority attribute. |
| I32 rcRadiusGlobalServerTableSize | 1.3.6.1.4.1.2272.1.29.1.4 | Integer32 | read-only | Used to indicate the number of entries in the rcRadiusServerTable. |
| T/F rcRadiusGlobalAcctEnable | 1.3.6.1.4.1.2272.1.29.1.5 | TruthValue | read-write | Enable/disable Radius Accounting feature. |
| INT rcRadiusGlobalAcctAttributeValue | 1.3.6.1.4.1.2272.1.29.1.6 | INTEGER | read-write | Integer value for User-Command attribute. |
| T/F rcRadiusGlobalAcctIncludeCli | 1.3.6.1.4.1.2272.1.29.1.7 | TruthValue | read-write | Include/Exclude cli-commands in radius acccounting updates. |
| T/F rcRadiusGlobalClearStat | 1.3.6.1.4.1.2272.1.29.1.8 | TruthValue | read-write | Clear Radius Statistic for all servers configured. |
| INT rcRadiusGlobalMcastAttributeValue | 1.3.6.1.4.1.2272.1.29.1.9 | INTEGER | read-write | Integer value for multicast address vendor specific attribute. |
| INT rcRadiusGlobalAuthInfoAttributeValue | 1.3.6.1.4.1.2272.1.29.1.10 | INTEGER | read-write | Integer value for Auth-Info vendor specific attribute. |
| INT rcRadiusGlobalCommandAccess | 1.3.6.1.4.1.2272.1.29.1.11 | INTEGER | read-write | Integer value for Command-Access attribute. |
| INT rcRadiusGlobalCliCommands | 1.3.6.1.4.1.2272.1.29.1.12 | INTEGER | read-write | Integer value for Cli-Command attribute. |
| INT rcRadiusGlobalIgapLogFSize | 1.3.6.1.4.1.2272.1.29.1.13 | INTEGER | read-write | Maximum size for the IGAP accounting time-out log file in KB. |
| T/F rcRadiusGlobalCliProfEnable | 1.3.6.1.4.1.2272.1.29.1.14 | TruthValue | read-write | Enable/disable Radius CLI Profiling. |
| C32 rcRadiusGlobalAuthInvalidServerAddress | 1.3.6.1.4.1.2272.1.29.1.15 | Counter32 | read-only | Number of Access Responses from unknown or invalid Radius servers. |
| T/F rcRadiusGlobalSourceIpFlag | 1.3.6.1.4.1.2272.1.29.1.16 | TruthValue | read-write | Flag to include configured IP address as source address in RADIUS packets. |
| INT rcRadiusGlobalCliCmdCount | 1.3.6.1.4.1.2272.1.29.1.18 | INTEGER | read-write | Integer value for Cli-Command-count. |
| rcRadiusServerTable | 1.3.6.1.4.1.2272.1.29.2 | not-accessible | The RADIUS table (0 to 10 entries). This table lists the information of the RADIUS server. | |
| rcRadiusServerEntry | 1.3.6.1.4.1.2272.1.29.2.1 | not-accessible | A RADIUS server table entry. | |
| INT rcRadiusServerPriority | 1.3.6.1.4.1.2272.1.29.2.1.1 | INTEGER | read-write | Server priority, used to control which server to choose first to send authentication. |
| IP rcRadiusServerAddress | 1.3.6.1.4.1.2272.1.29.2.1.2 | IpAddress | read-write | Server IP address of the RADIUS authentication server referred to in this table entry. |
| INT rcRadiusServerTimeOut | 1.3.6.1.4.1.2272.1.29.2.1.3 | INTEGER | read-write | The time interval in seconds before the client retransmit the packet. |
| T/F rcRadiusServerEnable | 1.3.6.1.4.1.2272.1.29.2.1.4 | TruthValue | read-write | Enable or disable this server. |
| INT rcRadiusServerMaxRetries | 1.3.6.1.4.1.2272.1.29.2.1.5 | INTEGER | read-write | Maximum number of retransmissions. |
| INT rcRadiusServerUdpPort | 1.3.6.1.4.1.2272.1.29.2.1.6 | INTEGER | read-write | The UDP port the client is using to send requests to this server. |
| STR rcRadiusServerSecretKey | 1.3.6.1.4.1.2272.1.29.2.1.7 | DisplayString | read-write | The identifier of the RADIUS authentication client. |
| C32 rcRadiusServerAccessRequests | 1.3.6.1.4.1.2272.1.29.2.1.8 | Counter32 | read-only | The number of RADIUS access-response packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServerAccessAccepts | 1.3.6.1.4.1.2272.1.29.2.1.9 | Counter32 | read-only | The number of RADIUS access-accept packets (valid or invalid) received from this server. |
| C32 rcRadiusServerAccessRejects | 1.3.6.1.4.1.2272.1.29.2.1.10 | Counter32 | read-only | The number of RADIUS access-reject packets (valid or invalid) received from this server. |
| C32 rcRadiusServerBadResponses | 1.3.6.1.4.1.2272.1.29.2.1.11 | Counter32 | read-only | The number of RADIUS invalid access-response packets received from this server. |
| C32 rcRadiusServerPendingRequests | 1.3.6.1.4.1.2272.1.29.2.1.12 | Counter32 | read-only | The 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 rcRadiusServerClientRetries | 1.3.6.1.4.1.2272.1.29.2.1.13 | Counter32 | read-only | The number of authentication retransmission to this server. |
| ROW rcRadiusServerRowStatus | 1.3.6.1.4.1.2272.1.29.2.1.14 | RowStatus | read-write | Used to create/delete entries. |
| T/F rcRadiusServerAcctEnable | 1.3.6.1.4.1.2272.1.29.2.1.15 | TruthValue | read-write | Enable or disable Radius Accounting on this server. |
| INT rcRadiusServerAcctUdpPort | 1.3.6.1.4.1.2272.1.29.2.1.16 | INTEGER | read-write | The UDP port the client used to send accounting requests to this server. |
| C32 rcRadiusServerAcctOnRequests | 1.3.6.1.4.1.2272.1.29.2.1.17 | Counter32 | read-only | The number of RADIUS accounting-on packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServerAcctOffRequests | 1.3.6.1.4.1.2272.1.29.2.1.18 | Counter32 | read-only | The number of RADIUS accounting-off packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServerAcctStartRequests | 1.3.6.1.4.1.2272.1.29.2.1.19 | Counter32 | read-only | The number of RADIUS accounting-start packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServerAcctStopRequests | 1.3.6.1.4.1.2272.1.29.2.1.20 | Counter32 | read-only | The number of RADIUS accounting-stop packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServerAcctInterimRequests | 1.3.6.1.4.1.2272.1.29.2.1.21 | Counter32 | read-only | The number of RADIUS accounting-interim packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServerAcctBadResponses | 1.3.6.1.4.1.2272.1.29.2.1.22 | Counter32 | read-only | The number of Invalid responses received from this server. |
| C32 rcRadiusServerAcctPendingRequests | 1.3.6.1.4.1.2272.1.29.2.1.23 | Counter32 | read-only | The 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 rcRadiusServerAcctClientRetries | 1.3.6.1.4.1.2272.1.29.2.1.24 | Counter32 | read-only | The number of RADIUS accounting packets retransmitted to this server. |
| rcRadiusServTable | 1.3.6.1.4.1.2272.1.29.3 | not-accessible | The RADIUS table (0 to 10 entries). This table lists the information of the RADIUS server. | |
| rcRadiusServEntry | 1.3.6.1.4.1.2272.1.29.3.1 | not-accessible | A RADIUS server table entry. | |
| INT rcRadiusServPriority | 1.3.6.1.4.1.2272.1.29.3.1.1 | INTEGER | read-write | Server priority, used to control which server to choose first to send authentication. |
| IP rcRadiusServAddress | 1.3.6.1.4.1.2272.1.29.3.1.2 | IpAddress | read-write | Server IP address of the RADIUS authentication server referred to in this table entry. |
| INT rcRadiusServTimeOut | 1.3.6.1.4.1.2272.1.29.3.1.3 | INTEGER | read-write | The time interval in seconds before the client retransmit the packet. |
| T/F rcRadiusServEnable | 1.3.6.1.4.1.2272.1.29.3.1.4 | TruthValue | read-write | Enable or disable this server. |
| INT rcRadiusServMaxRetries | 1.3.6.1.4.1.2272.1.29.3.1.5 | INTEGER | read-write | Maximum number of retransmissions. |
| INT rcRadiusServUdpPort | 1.3.6.1.4.1.2272.1.29.3.1.6 | INTEGER | read-write | The UDP port the client is using to send requests to this server. |
| STR rcRadiusServSecretKey | 1.3.6.1.4.1.2272.1.29.3.1.7 | DisplayString | read-write | The identifier of the RADIUS authentication client. |
| C32 rcRadiusServAccessRequests | 1.3.6.1.4.1.2272.1.29.3.1.8 | Counter32 | read-only | The number of RADIUS access-response packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServAccessAccepts | 1.3.6.1.4.1.2272.1.29.3.1.9 | Counter32 | read-only | The number of RADIUS access-accept packets (valid or invalid) received from this server. |
| C32 rcRadiusServAccessRejects | 1.3.6.1.4.1.2272.1.29.3.1.10 | Counter32 | read-only | The number of RADIUS access-reject packets (valid or invalid) received from this server. |
| C32 rcRadiusServBadResponses | 1.3.6.1.4.1.2272.1.29.3.1.11 | Counter32 | read-only | The number of RADIUS invalid access-response packets received from this server. |
| C32 rcRadiusServPendingRequests | 1.3.6.1.4.1.2272.1.29.3.1.12 | Counter32 | read-only | The 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 rcRadiusServClientRetries | 1.3.6.1.4.1.2272.1.29.3.1.13 | Counter32 | read-only | The number of authentication retransmission to this server. |
| ROW rcRadiusServRowStatus | 1.3.6.1.4.1.2272.1.29.3.1.14 | RowStatus | read-write | Used to create/delete entries. |
| T/F rcRadiusServAcctEnable | 1.3.6.1.4.1.2272.1.29.3.1.15 | TruthValue | read-write | Enable or disable Radius Accounting on this server. |
| INT rcRadiusServAcctUdpPort | 1.3.6.1.4.1.2272.1.29.3.1.16 | INTEGER | read-write | The UDP port the client used to send accounting requests to this server. |
| C32 rcRadiusServAcctOnRequests | 1.3.6.1.4.1.2272.1.29.3.1.17 | Counter32 | read-only | The number of RADIUS accounting-on packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServAcctOffRequests | 1.3.6.1.4.1.2272.1.29.3.1.18 | Counter32 | read-only | The number of RADIUS accounting-off packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServAcctStartRequests | 1.3.6.1.4.1.2272.1.29.3.1.19 | Counter32 | read-only | The number of RADIUS accounting-start packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServAcctStopRequests | 1.3.6.1.4.1.2272.1.29.3.1.20 | Counter32 | read-only | The number of RADIUS accounting-stop packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServAcctInterimRequests | 1.3.6.1.4.1.2272.1.29.3.1.21 | Counter32 | read-only | The number of RADIUS accounting-interim packets sent to this server. This does not include retransmissions. |
| C32 rcRadiusServAcctBadResponses | 1.3.6.1.4.1.2272.1.29.3.1.22 | Counter32 | read-only | The number of Invalid responses received from this server. |
| C32 rcRadiusServAcctPendingRequests | 1.3.6.1.4.1.2272.1.29.3.1.23 | Counter32 | read-only | The 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 rcRadiusServAcctClientRetries | 1.3.6.1.4.1.2272.1.29.3.1.24 | Counter32 | read-only | The number of RADIUS accounting packets retransmitted to this server. |
| INT rcRadiusServUsedBy | 1.3.6.1.4.1.2272.1.29.3.1.25 | INTEGER | read-only | cli(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 rcRadiusServNasIpAddress | 1.3.6.1.4.1.2272.1.29.3.1.26 | IpAddress | read-only | RADIUS Client NAS Identifier for this server. |
| STR rcRadiusServRoundTripTime | 1.3.6.1.4.1.2272.1.29.3.1.27 | DisplayString | read-only | Time different between the instance when a RADIUS request is sent and the corresponding response is received. |
| C32 rcRadiusServAccessChallanges | 1.3.6.1.4.1.2272.1.29.3.1.28 | Counter32 | read-only | The number of RADIUS access-challanges packets sent to this server. This does not include retransmission. |
| IP rcRadiusServSourceIpAddr | 1.3.6.1.4.1.2272.1.29.3.1.29 | IpAddress | read-write | source IP address RADIUS packets. |
| rcRadiusGlobalSnmp | 1.3.6.1.4.1.2272.1.29.4 | |||
| T/F rcRadiusGlobalSnmpEnable | 1.3.6.1.4.1.2272.1.29.4.1 | TruthValue | read-write | Enable/disable snmp radius authentication. |
| T/F rcRadiusGlobalSnmpAcctEnable | 1.3.6.1.4.1.2272.1.29.4.2 | TruthValue | read-write | Enable/disable Radius Accounting for SNMP. |
| INT rcRadiusGlobalSnmpReAuthenticateTimer | 1.3.6.1.4.1.2272.1.29.4.3 | INTEGER | read-write | Integer value representing Re-Authenticate Timer in seconds. Timer to be used to Re- Authenticate a SNMP Session. |
| INT rcRadiusGlobalSnmpAbortSessionTimer | 1.3.6.1.4.1.2272.1.29.4.4 | INTEGER | read-write | Integer value representing the time in seconds after which the snmp session is considered expired and Radius Accounting Stop message is sent. |
| STR rcRadiusGlobalSnmpUserName | 1.3.6.1.4.1.2272.1.29.4.5 | DisplayString | read-write | User name for Radius SNMP Accounting. |
| MAC rcRadiusEapLastRejMac | 1.3.6.1.4.1.2272.1.29.4.6 | MacAddress | read-only | Used to store the Last Rejected MAC address on an EAP enabled port. |
| NUM rcRadiusPaePortNumber | 1.3.6.1.4.1.2272.1.29.4.7 | InterfaceIndex | read-only | Used to store the Port Number on which the Mac Intrusion happened. |
| MAC rcRadiusEapLastAuthMac | 1.3.6.1.4.1.2272.1.29.4.8 | MacAddress | read-only | Used to store the Last Authenticated MAC address on an EAP enabled port. |
| rcIgmp | 1.3.6.1.4.1.2272.1.30 | |||
| rcIgmpInterfaceExtnTable | 1.3.6.1.4.1.2272.1.30.1 | not-accessible | ||
| rcIgmpInterfaceExtnEntry | 1.3.6.1.4.1.2272.1.30.1.1 | not-accessible | ||
| NUM rcIgmpInterfaceExtnIfIndex | 1.3.6.1.4.1.2272.1.30.1.1.1 | InterfaceIndex | read-only | ifindex. |
| T/F rcIgmpInterfaceExtnSnoopEnable | 1.3.6.1.4.1.2272.1.30.1.1.2 | TruthValue | read-write | enable snoop. |
| T/F rcIgmpInterfaceExtnProxySnoopEnable | 1.3.6.1.4.1.2272.1.30.1.1.3 | TruthValue | read-write | enable proxy snoop. |
| INT rcIgmpInterfaceExtnMaxAdvertiseInterval | 1.3.6.1.4.1.2272.1.30.1.1.4 | INTEGER | read-write | |
| INT rcIgmpInterfaceExtnMinAdvertiseInterval | 1.3.6.1.4.1.2272.1.30.1.1.5 | INTEGER | read-write | |
| I32 rcIgmpInterfaceExtnMaxInitialAdvertiseInterval | 1.3.6.1.4.1.2272.1.30.1.1.6 | Integer32 | read-write | |
| I32 rcIgmpInterfaceExtnMaxInitialAdvertments | 1.3.6.1.4.1.2272.1.30.1.1.7 | Integer32 | read-write | |
| I32 rcIgmpInterfaceExtnNeighborDeadInterval | 1.3.6.1.4.1.2272.1.30.1.1.8 | Integer32 | read-write | |
| T/F rcIgmpInterfaceExtnFastLeaveEnable | 1.3.6.1.4.1.2272.1.30.1.1.9 | TruthValue | read-write | Enable fast leave on this interface. |
| POR rcIgmpInterfaceExtnFastLeavePortMembers | 1.3.6.1.4.1.2272.1.30.1.1.10 | PortSet | read-write | The set of ports that are enabled for fast leave. |
| T/F rcIgmpInterfaceExtnMrdiscEnable | 1.3.6.1.4.1.2272.1.30.1.1.11 | TruthValue | read-write | Enable/disable multicast router discovery. |
| POR rcIgmpInterfaceExtnDiscoveredRouterPorts | 1.3.6.1.4.1.2272.1.30.1.1.12 | PortSet | read-only | list of ports that discovered by IGMP Multicast router discovery (MRDISC) protocol. |
| POR rcIgmpInterfaceExtnSnoopMRouterPorts | 1.3.6.1.4.1.2272.1.30.1.1.13 | PortSet | read-write | The set of ports in this interface that provide connectivity to an IP Multicast router. |
| POR rcIgmpInterfaceExtnSnoopActiveMRouterPorts | 1.3.6.1.4.1.2272.1.30.1.1.14 | PortSet | read-only | Active ports. |
| I32 rcIgmpInterfaceExtnSnoopMRouterExpiration | 1.3.6.1.4.1.2272.1.30.1.1.15 | Integer32 | read-only | Multicast querier router aging time out. |
| INT rcIgmpInterfaceExtnFlushAction | 1.3.6.1.4.1.2272.1.30.1.1.16 | INTEGER | read-write | IGMP flush action. |
| ENA rcIgmpInterfaceExtnRouterAlertEnable | 1.3.6.1.4.1.2272.1.30.1.1.17 | EnableValue | read-write | Enable Router Alert Check. |
| T/F rcIgmpInterfaceExtnSsmEnable | 1.3.6.1.4.1.2272.1.30.1.1.18 | TruthValue | read-write | enable SSM. |
| ENA rcIgmpInterfaceExtnIgapEnable | 1.3.6.1.4.1.2272.1.30.1.1.19 | EnableValue | read-write | enable/disable IGAP. |
| ENA rcIgmpInterfaceExtnAccntEnable | 1.3.6.1.4.1.2272.1.30.1.1.20 | EnableValue | read-write | enable/disable accounting. |
| ENA rcIgmpInterfaceExtnAuthEnable | 1.3.6.1.4.1.2272.1.30.1.1.21 | EnableValue | read-write | enable/disable authentication. |
| ENA rcIgmpInterfaceExtnStreamLimitEnable | 1.3.6.1.4.1.2272.1.30.1.1.22 | EnableValue | read-write | Stream Limitation enable/disable. |
| I32 rcIgmpInterfaceExtnMaxStreams | 1.3.6.1.4.1.2272.1.30.1.1.23 | Integer32 | read-write | Maximum number of stream. |
| I32 rcIgmpInterfaceExtnNumStreams | 1.3.6.1.4.1.2272.1.30.1.1.24 | Integer32 | read-only | Current number of streams. |
| IP rcIgmpInterfaceExtnNewQuerier | 1.3.6.1.4.1.2272.1.30.1.1.25 | IpAddress | read-only | The address of the New IGMP Querier on the IP subnet to which this interface is attached. |
| T/F rcIgmpInterfaceExtnSnoopQuerierEnable | 1.3.6.1.4.1.2272.1.30.1.1.26 | TruthValue | read-write | enable snoop querier. |
| IP rcIgmpInterfaceExtnSnoopQuerierAddr | 1.3.6.1.4.1.2272.1.30.1.1.27 | IpAddress | read-write | The pseudo address of the IGMP Snoop Querier. |
| T/F rcIgmpInterfaceExtnMvrEnable | 1.3.6.1.4.1.2272.1.30.1.1.28 | TruthValue | read-write | Enable 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 rcIgmpInterfaceExtnMvrProxyEnable | 1.3.6.1.4.1.2272.1.30.1.1.29 | TruthValue | read-write | enable or disable mcast-vlan-registration proxy on a vlan, you must enable mcast-vlan-registration at first. |
| T/F rcIgmpInterfaceExtnDynamicDowngradeEnable | 1.3.6.1.4.1.2272.1.30.1.1.30 | TruthValue | read-write | enable dynamic downgrade the IGMP version when older version query message was received. |
| T/F rcIgmpInterfaceExtnCompatibilityModeEnable | 1.3.6.1.4.1.2272.1.30.1.1.31 | TruthValue | read-write | enable v2 v3 compatible mode, which will handle the IGMP v2 message in v3 interface. |
| INT rcIgmpInterfaceExtnOperVersion | 1.3.6.1.4.1.2272.1.30.1.1.32 | INTEGER | read-only | The operational version of IGMP which is running on this interface. |
| rcIgmpStaticTable | 1.3.6.1.4.1.2272.1.30.2 | not-accessible | ||
| rcIgmpStaticEntry | 1.3.6.1.4.1.2272.1.30.2.1 | not-accessible | ||
| NUM rcIgmpStaticIfIndex | 1.3.6.1.4.1.2272.1.30.2.1.1 | InterfaceIndex | read-only | ifindex |
| IP rcIgmpStaticGrpAddr | 1.3.6.1.4.1.2272.1.30.2.1.2 | IpAddress | read-only | Ip 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 rcIgmpStaticMemberPorts | 1.3.6.1.4.1.2272.1.30.2.1.3 | PortSet | read-write | egressing ports. |
| POR rcIgmpStaticNotAllowedToJoin | 1.3.6.1.4.1.2272.1.30.2.1.4 | PortSet | read-write | not allowed to join. |
| ROW rcIgmpStaticRowStatus | 1.3.6.1.4.1.2272.1.30.2.1.5 | RowStatus | read-write | Used to create/delete entries in the rcIgmpStaticEntry. |
| IP rcIgmpStaticToGrpAddr | 1.3.6.1.4.1.2272.1.30.2.1.6 | IpAddress | read-write | To hold the range for the GrpAddress. |
| rcIgmpAccessTable | 1.3.6.1.4.1.2272.1.30.3 | not-accessible | ||
| rcIgmpAccessEntry | 1.3.6.1.4.1.2272.1.30.3.1 | not-accessible | ||
| NUM rcIgmpAccessIfIndex | 1.3.6.1.4.1.2272.1.30.3.1.1 | InterfaceIndex | read-only | ifindex |
| IP rcIgmpAccessGrpAddr | 1.3.6.1.4.1.2272.1.30.3.1.2 | IpAddress | read-only | ip multicast addr. |
| IP rcIgmpAccessHostAddr | 1.3.6.1.4.1.2272.1.30.3.1.3 | IpAddress | read-only | host addr. |
| INT rcIgmpAccessMode | 1.3.6.1.4.1.2272.1.30.3.1.4 | INTEGER | read-write | denyTX(1), denyRX(2), denyBOTH(3). |
| ROW rcIgmpAccessRowStatus | 1.3.6.1.4.1.2272.1.30.3.1.5 | RowStatus | read-write | Used to create/delete entries in the rcIgmpAccessEntry. |
| IP rcIgmpAccessHostMask | 1.3.6.1.4.1.2272.1.30.3.1.6 | IpAddress | read-only | host mask. |
| rcIgmpSenderTable | 1.3.6.1.4.1.2272.1.30.4 | not-accessible | ||
| rcIgmpSenderEntry | 1.3.6.1.4.1.2272.1.30.4.1 | not-accessible | ||
| IP rcIgmpSenderGrpAddr | 1.3.6.1.4.1.2272.1.30.4.1.1 | IpAddress | read-only | ip multicast addr. |
| NUM rcIgmpSenderIfIndex | 1.3.6.1.4.1.2272.1.30.4.1.2 | InterfaceIndex | read-only | ifindex |
| IP rcIgmpSenderMemberAddr | 1.3.6.1.4.1.2272.1.30.4.1.3 | IpAddress | read-only | host addr. |
| INT rcIgmpSenderAction | 1.3.6.1.4.1.2272.1.30.4.1.4 | INTEGER | read-write | none(0), flushEntry(1), flushGrp(2). |
| I32 rcIgmpSenderTPort | 1.3.6.1.4.1.2272.1.30.4.1.5 | Integer32 | read-only | Igmp Sender Tport. |
| INT rcIgmpSenderState | 1.3.6.1.4.1.2272.1.30.4.1.6 | INTEGER | read-only | Indicates if a sender exists because of an IGMP access filter or not. |
| rcIgmpSsmGlobal | 1.3.6.1.4.1.2272.1.30.5 | |||
| T/F rcIgmpSsmGlobalDynamicLearning | 1.3.6.1.4.1.2272.1.30.5.1 | TruthValue | read-write | Enable/disable dynamic learning or source/group pair from IGMPv3 report. |
| INT rcIgmpSsmGlobalAdminAction | 1.3.6.1.4.1.2272.1.30.5.2 | INTEGER | read-write | Set the admin status of all the Ssm entries to enable/disable at once. |
| IP rcIgmpSsmGlobalRangeGroup | 1.3.6.1.4.1.2272.1.30.5.3 | IpAddress | read-write | If multicast group address & RangeMask == RangeGroup, then RangeGroup is in Ssm Range. Else it is not in the range. |
| IP rcIgmpSsmGlobalRangeMask | 1.3.6.1.4.1.2272.1.30.5.4 | IpAddress | read-write | Used with RangeGroup. |
| rcIgmpSsmTable | 1.3.6.1.4.1.2272.1.30.6 | not-accessible | ||
| rcIgmpSsmEntry | 1.3.6.1.4.1.2272.1.30.6.1 | not-accessible | ||
| IP rcIgmpSsmIpMulticastGrp | 1.3.6.1.4.1.2272.1.30.6.1.1 | IpAddress | read-only | This is the IP multicast group address that has default range of 232/8. This parameter should be configured by the user. |
| IP rcIgmpSsmIpSource | 1.3.6.1.4.1.2272.1.30.6.1.2 | IpAddress | read-write | This is the Source's IP address that will be sending traffic to the group source. This parameter should be configured by the user. |
| INT rcIgmpSsmLearningMode | 1.3.6.1.4.1.2272.1.30.6.1.3 | INTEGER | read-only | This 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 rcIgmpSsmActivity | 1.3.6.1.4.1.2272.1.30.6.1.4 | TruthValue | read-only | This 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 rcIgmpSsmAdminState | 1.3.6.1.4.1.2272.1.30.6.1.5 | EnableValue | read-write | The 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 rcIgmpSsmRowStatus | 1.3.6.1.4.1.2272.1.30.6.1.6 | RowStatus | read-write | Used to create/delete entries. |
| rcIgmpNewAccessTable | 1.3.6.1.4.1.2272.1.30.7 | not-accessible | ||
| rcIgmpNewAccessEntry | 1.3.6.1.4.1.2272.1.30.7.1 | not-accessible | ||
| NUM rcIgmpNewAccessIfIndex | 1.3.6.1.4.1.2272.1.30.7.1.1 | InterfaceIndex | read-only | ifindex |
| I32 rcIgmpNewAccessPrefixListId | 1.3.6.1.4.1.2272.1.30.7.1.2 | Integer32 | read-only | Prefix List ID. |
| STR rcIgmpNewAccessPrefixListName | 1.3.6.1.4.1.2272.1.30.7.1.3 | DisplayString | read-write | Prefix List name. |
| IP rcIgmpNewAccessHostAddr | 1.3.6.1.4.1.2272.1.30.7.1.4 | IpAddress | read-only | host addr. |
| IP rcIgmpNewAccessHostMask | 1.3.6.1.4.1.2272.1.30.7.1.5 | IpAddress | read-only | host mask. |
| INT rcIgmpNewAccessActionMode | 1.3.6.1.4.1.2272.1.30.7.1.6 | INTEGER | read-write | action mode. |
| ROW rcIgmpNewAccessRowStatus | 1.3.6.1.4.1.2272.1.30.7.1.7 | RowStatus | read-write | Used to create/delete entries in the rcIgmpNewAccessEntry. |
| rcIgmpChannelLimitTable | 1.3.6.1.4.1.2272.1.30.8 | not-accessible | ||
| rcIgmpChannelLimitEntry | 1.3.6.1.4.1.2272.1.30.8.1 | not-accessible | ||
| NUM rcIgmpChannelLimitIfIndex | 1.3.6.1.4.1.2272.1.30.8.1.1 | InterfaceIndex | read-only | ifindex |
| I32 rcIgmpChannelLimitPort | 1.3.6.1.4.1.2272.1.30.8.1.2 | Integer32 | read-only | The port belong to this vlan. |
| I32 rcIgmpChannelLimitMaxStreams | 1.3.6.1.4.1.2272.1.30.8.1.3 | Integer32 | read-write | Maximum number of stream. |
| I32 rcIgmpChannelLimitNumStreams | 1.3.6.1.4.1.2272.1.30.8.1.4 | Integer32 | read-only | Current number of streams. |
| ROW rcIgmpChannelLimitRowStatus | 1.3.6.1.4.1.2272.1.30.8.1.5 | RowStatus | read-write | Row Status. |
| rcIgmpIgapServiceAbilityTable | 1.3.6.1.4.1.2272.1.30.9 | not-accessible | ||
| rcIgmpIgapServiceAbilityEntry | 1.3.6.1.4.1.2272.1.30.9.1 | not-accessible | ||
| NUM rcIgmpIgapServiceAbilityIfIndex | 1.3.6.1.4.1.2272.1.30.9.1.1 | InterfaceIndex | read-only | ifindex |
| C64 rcIgmpIgapServiceAbilityAuthSuccess | 1.3.6.1.4.1.2272.1.30.9.1.2 | Counter64 | read-only | The port belong to this vlan. |
| C64 rcIgmpIgapServiceAbilityAuthReject | 1.3.6.1.4.1.2272.1.30.9.1.3 | Counter64 | read-only | Maximum number of stream. |
| C64 rcIgmpIgapServiceAbilityRespTimeout | 1.3.6.1.4.1.2272.1.30.9.1.4 | Counter64 | read-only | Current number of streams. |
| C64 rcIgmpIgapServiceAbilityPapJoinReq | 1.3.6.1.4.1.2272.1.30.9.1.5 | Counter64 | read-only | Row Status. |
| C64 rcIgmpIgapServiceAbilityBasicQuery | 1.3.6.1.4.1.2272.1.30.9.1.6 | Counter64 | read-only | Current number of streams. |
| C64 rcIgmpIgapServiceAbilityBasicLeave | 1.3.6.1.4.1.2272.1.30.9.1.7 | Counter64 | read-only | Row Status. |
| T/F rcIgmpIgapServiceAbilityClearStat | 1.3.6.1.4.1.2272.1.30.9.1.8 | TruthValue | read-write | Clear Counter. |
| rcIgmpIgapGlobal | 1.3.6.1.4.1.2272.1.30.10 | |||
| T/F rcIgmpIgapGlobalClearAllStat | 1.3.6.1.4.1.2272.1.30.10.1 | TruthValue | read-write | Clear All IGAP Counters. |
| rcIgmpGlobalParams | 1.3.6.1.4.1.2272.1.30.11 | |||
| INT rcIgmpFastLeaveMode | 1.3.6.1.4.1.2272.1.30.11.1 | INTEGER | read-write | Set the fast-leave mode to be used by for all fast-leave enabled IGMP interfaces. |
| ENA rcIgmpGenerateTrap | 1.3.6.1.4.1.2272.1.30.11.2 | EnableValue | read-write | Enabling the IGMP to generate trap. |
| ENA rcIgmpGenerateLog | 1.3.6.1.4.1.2272.1.30.11.3 | EnableValue | read-write | Enabling the IGMP to generate log. |
| ENA rcIgmpMvr | 1.3.6.1.4.1.2272.1.30.11.4 | EnableValue | read-write | Enabling mcast-vlan-registration globally. |
| rcIgmpCacheExtnTable | 1.3.6.1.4.1.2272.1.30.12 | not-accessible | ||
| rcIgmpCacheExtnEntry | 1.3.6.1.4.1.2272.1.30.12.1 | not-accessible | ||
| INT rcIgmpCacheExtnType | 1.3.6.1.4.1.2272.1.30.12.1.1 | INTEGER | read-only | It takes up either of the two values, dynamic or static depending upon whether the entry is learnt Dynamic or is added statically. |
| POR rcIgmpCacheExtnStaticPorts | 1.3.6.1.4.1.2272.1.30.12.1.2 | PortSet | read-only | It displays the static ports for the static joins, this would be null for the dynamic entry. |
| rcIgmpSnoopTraceTable | 1.3.6.1.4.1.2272.1.30.13 | not-accessible | The table listing the multicast groups traversing the snoop enabled router | |
| rcIgmpSnoopTraceEntry | 1.3.6.1.4.1.2272.1.30.13.1 | not-accessible | The entry listing the multicast groups traversing the snoop enabled router | |
| IP rcIgmpSnoopGrpAddr | 1.3.6.1.4.1.2272.1.30.13.1.1 | IpAddress | not-accessible | ip mcast addr of grp traversing the router |
| IP rcIgmpSnoopSrcAddr | 1.3.6.1.4.1.2272.1.30.13.1.2 | IpAddress | not-accessible | Ip src addr of the mcast grp address |
| NUM rcIgmpSnoopOutVlan | 1.3.6.1.4.1.2272.1.30.13.1.3 | InterfaceIndex | not-accessible | Egress vlan id for the mcast group |
| NUM rcIgmpSnoopInPort | 1.3.6.1.4.1.2272.1.30.13.1.4 | InterfaceIndex | read-only | Ingress port for the mcast grp |
| NUM rcIgmpSnoopInVlan | 1.3.6.1.4.1.2272.1.30.13.1.5 | InterfaceIndex | read-only | Ingress vlan id for the mcast source |
| POR rcIgmpSnoopOutPort | 1.3.6.1.4.1.2272.1.30.13.1.6 | PortSet | read-only | Egress port of the mcast grp |
| rcIgmpNewGroupTable | 1.3.6.1.4.1.2272.1.30.14 | not-accessible | The (conceptual) table listing the multicast groups configured in the device. | |
| rcIgmpNewGroupEntry | 1.3.6.1.4.1.2272.1.30.14.1 | not-accessible | An entry (conceptual row) representing an Igmp group. | |
| IP rcIgmpNewGroupIpAddress | 1.3.6.1.4.1.2272.1.30.14.1.1 | IpAddress | not-accessible | Multicast group Address (Class D) that others want to join. A group address can be the same for many incoming ports. |
| IP rcIgmpNewGroupMembers | 1.3.6.1.4.1.2272.1.30.14.1.2 | IpAddress | not-accessible | IP Address of a source that has sent group report wishing to join this group. |
| INT rcIgmpNewGroupInPort | 1.3.6.1.4.1.2272.1.30.14.1.3 | INTEGER | not-accessible | An unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources. |
| I32 rcIgmpNewGroupExpiration | 1.3.6.1.4.1.2272.1.30.14.1.4 | Integer32 | read-only | Time 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 rcIgmpNewGroupIfIndex | 1.3.6.1.4.1.2272.1.30.14.1.5 | InterfaceIndex | read-only | An unique value to identify a physical interface or a logical interface (VLAN), which has received Group reports from various sources. |
| STR rcIgmpNewGroupUserId | 1.3.6.1.4.1.2272.1.30.14.1.6 | DisplayString | read-only | User-id sending this group |
| INT rcIgmpNewGroupMemberState | 1.3.6.1.4.1.2272.1.30.14.1.7 | INTEGER | read-only | Used for IGAP, to indicated member state. |
| I32 rcIgmpNewGroupSessionTime | 1.3.6.1.4.1.2272.1.30.14.1.8 | Integer32 | read-only | Used 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. |
| rcIgmpMvrGroupTable | 1.3.6.1.4.1.2272.1.30.17 | not-accessible | The (conceptual) table listing the mcast-vlan-registration groups. | |
| rcIgmpMvrGroupEntry | 1.3.6.1.4.1.2272.1.30.17.1 | not-accessible | An entry (conceptual row) in the rcIgmpMvrGroupTable. | |
| IP rcIgmpMvrGroupGroupAddress | 1.3.6.1.4.1.2272.1.30.17.1.1 | IpAddress | not-accessible | The group's multicast ip address. |
| I32 rcIgmpMvrGroupVlanId | 1.3.6.1.4.1.2272.1.30.17.1.2 | Integer32 | not-accessible | The igmp snoop enabled vlan this group belongs to. |
| I32 rcIgmpMvrGroupIgmpVersion | 1.3.6.1.4.1.2272.1.30.17.1.3 | Integer32 | read-only | Version of this group. |
| I32 rcIgmpMvrGroupLivingTime | 1.3.6.1.4.1.2272.1.30.17.1.4 | Integer32 | read-only | Living time of this group. |
| rcIgmpMvrVlanTable | 1.3.6.1.4.1.2272.1.30.18 | not-accessible | The (conceptual) table listing the mcast vlans in mcast-vlan-registration. | |
| rcIgmpMvrVlanEntry | 1.3.6.1.4.1.2272.1.30.18.1 | not-accessible | An entry (conceptual row) in the rcIgmpMvrVlanTable. | |
| I32 rcIgmpMvrVlanMvrVlanId | 1.3.6.1.4.1.2272.1.30.18.1.1 | Integer32 | not-accessible | The id of mcast-vlan. |
| T/F rcIgmpMvrVlanMvrVlanProxy | 1.3.6.1.4.1.2272.1.30.18.1.2 | TruthValue | read-only | working mode of this mcast-vlan, proxy or not. |
| I32 rcIgmpMvrVlanSourcePort | 1.3.6.1.4.1.2272.1.30.18.1.3 | Integer32 | read-only | source port for this mcast-vlan. |
| IP rcIgmpMvrVlanSourceAddress | 1.3.6.1.4.1.2272.1.30.18.1.4 | IpAddress | read-only | querier address for the source in this mcast-vlan. |
| rcIgmpMvrReceiverTable | 1.3.6.1.4.1.2272.1.30.19 | not-accessible | The (conceptual) table listing the mcast vlans and receiver vlans in mcast-vlan-registration. | |
| rcIgmpMvrReceiverEntry | 1.3.6.1.4.1.2272.1.30.19.1 | not-accessible | An entry (conceptual row) in the rcIgmpMvrGroupTable. | |
| I32 rcIgmpMvrReceiverVlanId | 1.3.6.1.4.1.2272.1.30.19.1.1 | Integer32 | not-accessible | The id of receiver vlan that bound to mcast-vlan. |
| ROW rcIgmpMvrReceiverRowStatus | 1.3.6.1.4.1.2272.1.30.19.1.2 | RowStatus | read-create | Used to create/delete entries. |
| rcUserSetTime | 1.3.6.1.4.1.2272.1.31 | |||
| INT rcUserSetTimeYear | 1.3.6.1.4.1.2272.1.31.1 | INTEGER | read-write | Year of the time. |
| INT rcUserSetTimeMonth | 1.3.6.1.4.1.2272.1.31.2 | INTEGER | read-write | Month of the time. |
| INT rcUserSetTimeDate | 1.3.6.1.4.1.2272.1.31.3 | INTEGER | read-write | Date of the time. |
| INT rcUserSetTimeHour | 1.3.6.1.4.1.2272.1.31.4 | INTEGER | read-write | Hour of the time. |
| INT rcUserSetTimeMinute | 1.3.6.1.4.1.2272.1.31.5 | INTEGER | read-write | Minute of the time. |
| INT rcUserSetTimeSecond | 1.3.6.1.4.1.2272.1.31.6 | INTEGER | read-write | Second of the time. |
| rcL2Redundancy | 1.3.6.1.4.1.2272.1.32 | |||
| INT rcL2RedundancyHaCpuState | 1.3.6.1.4.1.2272.1.32.1 | INTEGER | read-only | Indicate 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 rcL2RedundancyHaEvent | 1.3.6.1.4.1.2272.1.32.2 | INTEGER | read-only | Indicate 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 rcL2RedundancyEnable | 1.3.6.1.4.1.2272.1.32.3 | EnableValue | read-write | Indicate the feature enable/disable. |
| INT rcL2RedundancyStandbyCpu | 1.3.6.1.4.1.2272.1.32.4 | INTEGER | read-only | Indicate if the L2 Redundancy is enabled on the standby CPU. |
| rcNtp | 1.3.6.1.4.1.2272.1.33 | |||
| rcNtpGlobal | 1.3.6.1.4.1.2272.1.33.1 | |||
| T/F rcNtpGlobalEnable | 1.3.6.1.4.1.2272.1.33.1.1 | TruthValue | read-write | Enable/disable NTP feature |
| INT rcNtpGlobalInterval | 1.3.6.1.4.1.2272.1.33.1.2 | INTEGER | read-write | Time interval between successive NTP updates in minutes. |
| rcNtpServerTable | 1.3.6.1.4.1.2272.1.33.2 | not-accessible | The NTP server table. This table lists the information of a NTP server | |
| rcNtpServerEntry | 1.3.6.1.4.1.2272.1.33.2.1 | not-accessible | A NTP server table entry. | |
| IP rcNtpServerAddress | 1.3.6.1.4.1.2272.1.33.2.1.1 | IpAddress | read-only | Server IP address of NTP time source referred to in this table entry. |
| T/F rcNtpServerEnable | 1.3.6.1.4.1.2272.1.33.2.1.2 | TruthValue | read-write | Enable or disable this server for participation in time update. |
| T/F rcNtpServerAuthentication | 1.3.6.1.4.1.2272.1.33.2.1.3 | TruthValue | read-write | Enable or disable the MD5 Authentication on this serve. |
| INT rcNtpServerKeyId | 1.3.6.1.4.1.2272.1.33.2.1.4 | INTEGER | read-write | Public Key used to generate MD5 digest for this server. |
| C32 rcNtpServerAccessAttempts | 1.3.6.1.4.1.2272.1.33.2.1.5 | Counter32 | read-only | The number of NTP requests sent to this server |
| C32 rcNtpServerAccessSuccess | 1.3.6.1.4.1.2272.1.33.2.1.6 | Counter32 | read-only | The number of times this server was selected to update the time |
| C32 rcNtpServerAccessFailure | 1.3.6.1.4.1.2272.1.33.2.1.7 | Counter32 | read-only | The number of times this server was rejected from updating the time |
| ROW rcNtpServerRowStatus | 1.3.6.1.4.1.2272.1.33.2.1.8 | RowStatus | read-write | Used to create/delete entries. |
| STR rcNtpServerStratum | 1.3.6.1.4.1.2272.1.33.2.1.9 | DisplayString | read-only | Stratum of this server |
| STR rcNtpServerVersion | 1.3.6.1.4.1.2272.1.33.2.1.10 | DisplayString | read-only | NTP version of this server |
| STR rcNtpServerRootDelay | 1.3.6.1.4.1.2272.1.33.2.1.11 | DisplayString | read-only | Root Delay of this server |
| STR rcNtpServerPrecision | 1.3.6.1.4.1.2272.1.33.2.1.12 | DisplayString | read-only | NTP precision of this server in seconds |
| STR rcNtpServerReachable | 1.3.6.1.4.1.2272.1.33.2.1.13 | DisplayString | read-only | NTP Reachability of this server |
| STR rcNtpServerSynchronized | 1.3.6.1.4.1.2272.1.33.2.1.14 | DisplayString | read-only | Status of synchronization with this server |
| rcNtpKeyTable | 1.3.6.1.4.1.2272.1.33.3 | not-accessible | The NTP key table. This table lists the private key of the public key Id | |
| rcNtpKeyEntry | 1.3.6.1.4.1.2272.1.33.3.1 | not-accessible | A NTP key table entry. | |
| INT rcNtpKeyId | 1.3.6.1.4.1.2272.1.33.3.1.1 | INTEGER | read-only | Public Key used to generate MD5 digest |
| STR rcNtpKeySecret | 1.3.6.1.4.1.2272.1.33.3.1.2 | DisplayString | read-write | Private Key used to generate MD5 Digest |
| ROW rcNtpKeyRowStatus | 1.3.6.1.4.1.2272.1.33.3.1.3 | RowStatus | read-write | Used to create/delete entries. |
| rcSsh | 1.3.6.1.4.1.2272.1.34 | |||
| rcSshGlobal | 1.3.6.1.4.1.2272.1.34.1 | |||
| INT rcSshGlobalVersion | 1.3.6.1.4.1.2272.1.34.1.1 | INTEGER | read-write | SSH version |
| I32 rcSshGlobalPort | 1.3.6.1.4.1.2272.1.34.1.2 | Integer32 | read-write | SSH connection port. |
| INT rcSshGlobalMaxSession | 1.3.6.1.4.1.2272.1.34.1.3 | INTEGER | read-write | Number of session allowed. |
| INT rcSshGlobalTimeout | 1.3.6.1.4.1.2272.1.34.1.4 | INTEGER | read-write | SSH connection timeout in seconds. |
| INT rcSshGlobalRsaKeySize | 1.3.6.1.4.1.2272.1.34.1.5 | INTEGER | read-write | SSH Rsa key size. |
| INT rcSshGlobalDsaKeySize | 1.3.6.1.4.1.2272.1.34.1.6 | INTEGER | read-write | SSH Dsa key size. |
| T/F rcSshGlobalRsaAuth | 1.3.6.1.4.1.2272.1.34.1.7 | TruthValue | read-write | Enable/disable SSH RSA authentication |
| T/F rcSshGlobalDsaAuth | 1.3.6.1.4.1.2272.1.34.1.8 | TruthValue | read-write | Enable/disable SSH DSA authentication |
| T/F rcSshGlobalPassAuth | 1.3.6.1.4.1.2272.1.34.1.9 | TruthValue | read-write | Enable/disable SSH RSA authentication |
| INT rcSshGlobalKeyAction | 1.3.6.1.4.1.2272.1.34.1.10 | INTEGER | read-write | SSH key action. |
| INT rcSshGlobalEnable | 1.3.6.1.4.1.2272.1.34.1.11 | INTEGER | read-write | Enable/disable, or securely enable SSH. Securely enable turns off other daemon flag, and it takes ffect afte reboot |
| IP rcSshGlobalHostIpAddr | 1.3.6.1.4.1.2272.1.34.1.12 | IpAddress | read-write | current remote ip addr |
| rcSslMipTable | 1.3.6.1.4.1.2272.1.34.2 | not-accessible | This table would display the MIP of the SSL blade according to the slot number. | |
| rcSslMipTableEntry | 1.3.6.1.4.1.2272.1.34.2.1 | not-accessible | This table get the MIP of the SSL blade on which the blade is in different cluster. | |
| I32 rcSslMipSlot | 1.3.6.1.4.1.2272.1.34.2.1.1 | Integer32 | read-only | Used as an index to find out the MIP of SSL blade. |
| STR rcSslMipMip | 1.3.6.1.4.1.2272.1.34.2.1.2 | DisplayString | read-only | Master IP of the SSL blade. |
| rcSvlan | 1.3.6.1.4.1.2272.1.35 | |||
| rcSvlanGlobal | 1.3.6.1.4.1.2272.1.35.1 | |||
| INT rcSvlanActiveLevel | 1.3.6.1.4.1.2272.1.35.1.1 | INTEGER | read-write | Stacked Vlan active level. |
| rcSvlanTable | 1.3.6.1.4.1.2272.1.35.2 | not-accessible | A list of possible levels and their corresponding ether type. The number of entries is eight. | |
| rcSvlanEntry | 1.3.6.1.4.1.2272.1.35.2.1 | not-accessible | A Stacked Vlan table entry. | |
| INT rcSvlanId | 1.3.6.1.4.1.2272.1.35.2.1.1 | INTEGER | read-only | Row Index. |
| I32 rcSvlanLevel | 1.3.6.1.4.1.2272.1.35.2.1.2 | Integer32 | read-only | A value that identifies the switch level associated with this entry. |
| I32 rcSvlanEtherType | 1.3.6.1.4.1.2272.1.35.2.1.3 | Integer32 | read-write | The ether type value is used for svlan tagging. |
| rcTengEnet | 1.3.6.1.4.1.2272.1.50 | |||
| rcTengEnetStats | 1.3.6.1.4.1.2272.1.50.1 | |||
| rcTengDot3StatsTable | 1.3.6.1.4.1.2272.1.50.1.1 | not-accessible | Statistics for a collection of ethernet-like interfaces attached to a particular system. | |
| rcTengDot3StatsEntry | 1.3.6.1.4.1.2272.1.50.1.1.1 | not-accessible | Statistics for a particular interface to an ethernet-like medium. | |
| I32 rcTengDot3StatsIndex | 1.3.6.1.4.1.2272.1.50.1.1.1.1 | Integer32 | read-only | An 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 rcTengDot3StatsAlignmentErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.2 | Counter64 | read-only | A 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 rcTengDot3StatsFCSErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.3 | Counter64 | read-only | A 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 rcTengDot3StatsSingleCollisionFrames | 1.3.6.1.4.1.2272.1.50.1.1.1.4 | Counter64 | read-only | A 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 rcTengDot3StatsMultipleCollisionFrames | 1.3.6.1.4.1.2272.1.50.1.1.1.5 | Counter64 | read-only | A 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 rcTengDot3StatsSQETestErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.6 | Counter64 | read-only | A 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 rcTengDot3StatsDeferredTransmissions | 1.3.6.1.4.1.2272.1.50.1.1.1.7 | Counter64 | read-only | A 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 rcTengDot3StatsLateCollisions | 1.3.6.1.4.1.2272.1.50.1.1.1.8 | Counter64 | read-only | The 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 rcTengDot3StatsExcessiveCollisions | 1.3.6.1.4.1.2272.1.50.1.1.1.9 | Counter64 | read-only | A count of frames for which transmission on a particular interface fails due to excessive collisions. |
| C64 rcTengDot3StatsInternalMacTransmitErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.10 | Counter64 | read-only | A 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 rcTengDot3StatsCarrierSenseErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.11 | Counter64 | read-only | The 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 rcTengDot3StatsFrameTooLongs | 1.3.6.1.4.1.2272.1.50.1.1.1.13 | Counter64 | read-only | A 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 rcTengDot3StatsInternalMacReceiveErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.16 | Counter64 | read-only | A 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 rcTengDot3StatsEtherChipSet | 1.3.6.1.4.1.2272.1.50.1.1.1.17 | OBJECT IDENTIFIER | read-only | This 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 rcTengDot3StatsLinkFailures | 1.3.6.1.4.1.2272.1.50.1.1.1.18 | Counter32 | read-only | The total number of link failures enCounter32ed on this interface. |
| C32 rcTengDot3StatsPacketErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.19 | Counter32 | read-only | The total number of packet errors enCounter32ed on this interface. |
| C32 rcTengDot3StatsCarrierErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.20 | Counter32 | read-only | The total number of carrier errors enCounter32ed on this interface. |
| C32 rcTengDot3StatsLinkInactiveErrors | 1.3.6.1.4.1.2272.1.50.1.1.1.21 | Counter32 | read-only | The total number of link inactive errors enCounter32ed on this interface. |
| C64 rcTengDot3StatsInFlowCtrlPkts | 1.3.6.1.4.1.2272.1.50.1.1.1.22 | Counter64 | read-only | The total number of flow control packets received by this interface. |
| C64 rcTengDot3StatsOutFlowCtrlPkts | 1.3.6.1.4.1.2272.1.50.1.1.1.23 | Counter64 | read-only | The total number of flow control packets transmitted by this interface. |
| C64 rcTengDot3StatsFrameTooShorts | 1.3.6.1.4.1.2272.1.50.1.1.1.24 | Counter64 | read-only | The total number of frames that are too short that were enCounter32ed on this interface. |
| rcTengStatTable | 1.3.6.1.4.1.2272.1.50.1.2 | not-accessible | A table used to store port statistics. | |
| rcTengStatEntry | 1.3.6.1.4.1.2272.1.50.1.2.1 | not-accessible | interface Counter32s | |
| I32 rcTengStatIndex | 1.3.6.1.4.1.2272.1.50.1.2.1.1 | Integer32 | read-only | An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2. |
| C32 rcTengStatBridgeInUnicastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.2 | Counter32 | read-only | The total number of incoming unicast frames that were bridged. |
| C32 rcTengStatBridgeInMulticastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.3 | Counter32 | read-only | The total number of incoming multicast frames that were bridged. |
| C32 rcTengStatBridgeInBroadcastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.4 | Counter32 | read-only | The total number of incoming broadcast frames that were bridged. |
| C32 rcTengStatBridgeInDiscards | 1.3.6.1.4.1.2272.1.50.1.2.1.5 | Counter32 | read-only | The total number of frames that were discarded by the bridging entity. |
| C32 rcTengStatBridgeOutUnicastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.6 | Counter32 | read-only | The total number of outgoing unicast frames that were bridged. |
| C32 rcTengStatBridgeOutMulticastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.7 | Counter32 | read-only | The total number of outgoing multicast frames that were bridged. |
| C32 rcTengStatBridgeOutBroadcastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.8 | Counter32 | read-only | The total number of outgoing broadcast frames that were bridged. |
| C32 rcTengStatRouteInUnicastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.9 | Counter32 | read-only | The total number of incoming unicast frames that were routed. |
| C32 rcTengStatRouteInMulticastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.10 | Counter32 | read-only | The total number of incoming multicast frames that were routed. |
| C32 rcTengStatRouteInDiscards | 1.3.6.1.4.1.2272.1.50.1.2.1.11 | Counter32 | read-only | The total number of frames that were discarded by the routing entity. |
| C32 rcTengStatRouteOutUnicastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.12 | Counter32 | read-only | The total number of outgoing unicast frames that were routed. |
| C32 rcTengStatRouteOutMulticastFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.13 | Counter32 | read-only | The total number of outgoing multicast frames that were routed. |
| C32 rcTengStatStgForwardTransitions | 1.3.6.1.4.1.2272.1.50.1.2.1.14 | Counter32 | read-only | The number of times this port has transitioned from the Learning state to the Forwarding state. |
| C32 rcTengStatStgInConfigBpdus | 1.3.6.1.4.1.2272.1.50.1.2.1.15 | Counter32 | read-only | |
| C32 rcTengStatStgInTcnBpdus | 1.3.6.1.4.1.2272.1.50.1.2.1.16 | Counter32 | read-only | |
| C32 rcTengStatStgInBadBpdus | 1.3.6.1.4.1.2272.1.50.1.2.1.17 | Counter32 | read-only | |
| C32 rcTengStatStgOutConfigBpdus | 1.3.6.1.4.1.2272.1.50.1.2.1.18 | Counter32 | read-only | |
| C32 rcTengStatStgOutTcnBpdus | 1.3.6.1.4.1.2272.1.50.1.2.1.19 | Counter32 | read-only | |
| C32 rcTengStatBridgeOutFrames | 1.3.6.1.4.1.2272.1.50.1.2.1.20 | Counter32 | read-only | Used by the Accelar 8000 product family to account for all transmitted bridge unicast, broadcast, and multicast packets. The individual Counter32s are not supported. |
| rcTengIfTable | 1.3.6.1.4.1.2272.1.50.1.3 | not-accessible | A list of interface entries. The number of entries is given by the value of engIfNumber. | |
| rcTengIfEntry | 1.3.6.1.4.1.2272.1.50.1.3.1 | not-accessible | An entry containing management information applicable to a particular interface. | |
| NUM rcTengIfIndex | 1.3.6.1.4.1.2272.1.50.1.3.1.1 | InterfaceIndex | read-only | A 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 rcTengIfDescr | 1.3.6.1.4.1.2272.1.50.1.3.1.2 | DisplayString | read-only | A 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 rcTengIfType | 1.3.6.1.4.1.2272.1.50.1.3.1.3 | INTEGER | read-only | The 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 rcTengIfMtu | 1.3.6.1.4.1.2272.1.50.1.3.1.4 | Integer32 | read-only | The 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 rcTengIfSpeed | 1.3.6.1.4.1.2272.1.50.1.3.1.5 | Gauge32 | read-only | An 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 rcTengIfPhysAddress | 1.3.6.1.4.1.2272.1.50.1.3.1.6 | PhysAddress | read-only | The 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 rcTengIfAdminStatus | 1.3.6.1.4.1.2272.1.50.1.3.1.7 | INTEGER | read-write | The 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 rcTengIfOperStatus | 1.3.6.1.4.1.2272.1.50.1.3.1.8 | INTEGER | read-only | The 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 rcTengIfLastChange | 1.3.6.1.4.1.2272.1.50.1.3.1.9 | TimeTicks | read-only | The 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 rcTengIfInOctets | 1.3.6.1.4.1.2272.1.50.1.3.1.10 | Counter64 | read-only | The total number of octets received on the interface, including framing characters. |
| C64 rcTengIfInUcastPkts | 1.3.6.1.4.1.2272.1.50.1.3.1.11 | Counter64 | read-only | The 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 rcTengIfInNUcastPkts | 1.3.6.1.4.1.2272.1.50.1.3.1.12 | Counter64 | read-only | The 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 rcTengIfInDiscards | 1.3.6.1.4.1.2272.1.50.1.3.1.13 | Counter64 | read-only | The 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 rcTengIfInErrors | 1.3.6.1.4.1.2272.1.50.1.3.1.14 | Counter64 | read-only | For 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 rcTengIfInUnknownProtos | 1.3.6.1.4.1.2272.1.50.1.3.1.15 | Counter64 | read-only | For 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 rcTengIfOutOctets | 1.3.6.1.4.1.2272.1.50.1.3.1.16 | Counter64 | read-only | The total number of octets transmitted out of the interface, including framing characters. |
| C64 rcTengIfOutUcastPkts | 1.3.6.1.4.1.2272.1.50.1.3.1.17 | Counter64 | read-only | The 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 rcTengIfOutNUcastPkts | 1.3.6.1.4.1.2272.1.50.1.3.1.18 | Counter64 | read-only | The 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 rcTengIfOutDiscards | 1.3.6.1.4.1.2272.1.50.1.3.1.19 | Counter64 | read-only | The 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 rcTengIfOutErrors | 1.3.6.1.4.1.2272.1.50.1.3.1.20 | Counter64 | read-only | For 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 rcTengIfOutQLen | 1.3.6.1.4.1.2272.1.50.1.3.1.21 | Gauge32 | read-only | The length of the output packet queue (in packets). |
| OID rcTengIfSpecific | 1.3.6.1.4.1.2272.1.50.1.3.1.22 | OBJECT IDENTIFIER | read-only | A 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 }. |
| rcTengIfXTable | 1.3.6.1.4.1.2272.1.50.1.4 | not-accessible | A list of interface entries. The number of entries is given by the value of ifNumber. This table contains additional objects for the interface table. | |
| rcTengIfXEntry | 1.3.6.1.4.1.2272.1.50.1.4.1 | not-accessible | An entry containing additional management information applicable to a particular interface. | |
| NUM rcTengIfXIndex | 1.3.6.1.4.1.2272.1.50.1.4.1.1 | InterfaceIndex | read-only | A 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 rcTengIfName | 1.3.6.1.4.1.2272.1.50.1.4.1.2 | DisplayString | read-only | The 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 rcTengIfInMulticastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.3 | Counter64 | read-only | The 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 rcTengIfInBroadcastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.4 | Counter64 | read-only | The 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 rcTengIfOutMulticastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.5 | Counter64 | read-only | The 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 rcTengIfOutBroadcastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.6 | Counter64 | read-only | The 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 rcTengIfHCInOctets | 1.3.6.1.4.1.2272.1.50.1.4.1.7 | Counter64 | read-only | The total number of octets received on the interface, including framing characters. This object is a 64-bit version of rcTengIfInOctets. |
| C64 rcTengIfHCInUcastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.8 | Counter64 | read-only | The 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 rcTengIfHCInMulticastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.9 | Counter64 | read-only | The 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 rcTengIfHCInBroadcastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.10 | Counter64 | read-only | The 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 rcTengIfHCOutOctets | 1.3.6.1.4.1.2272.1.50.1.4.1.11 | Counter64 | read-only | The total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of rcTengIfOutOctets. |
| C64 rcTengIfHCOutUcastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.12 | Counter64 | read-only | The 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 rcTengIfHCOutMulticastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.13 | Counter64 | read-only | The 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 rcTengIfHCOutBroadcastPkts | 1.3.6.1.4.1.2272.1.50.1.4.1.14 | Counter64 | read-only | The 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 rcTengIfLinkUpDownTrapEnable | 1.3.6.1.4.1.2272.1.50.1.4.1.15 | INTEGER | read-write | Indicates 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 rcTengIfHighSpeed | 1.3.6.1.4.1.2272.1.50.1.4.1.16 | Gauge32 | read-only | An 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 rcTengIfPromiscuousMode | 1.3.6.1.4.1.2272.1.50.1.4.1.17 | TruthValue | read-write | This 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 rcTengIfConnectorPresent | 1.3.6.1.4.1.2272.1.50.1.4.1.18 | TruthValue | read-only | This object has the value 'true(1)' if the interface sublayer has a physical connector and the value 'false(2)' otherwise. |
| rcWisTrap | 1.3.6.1.4.1.2272.1.50.2 | |||
| INT rcWisSonetTrapType | 1.3.6.1.4.1.2272.1.50.2.1 | INTEGER | read-only | Used to indicate a particular type of 10GE Sonet trap. |
| INT rcWisSonetTrapIndication | 1.3.6.1.4.1.2272.1.50.2.2 | INTEGER | read-only | Used to indicate an indication for a 10GE Sonet trap. |
| rcRec | 1.3.6.1.4.1.2272.1.51 | |||
| rcRecReservTable | 1.3.6.1.4.1.2272.1.51.1 | not-accessible | This 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. | |
| rcRecReservTablEntry | 1.3.6.1.4.1.2272.1.51.1.1 | not-accessible | ||
| INT rcRecReservRecordType | 1.3.6.1.4.1.2272.1.51.1.1.1 | INTEGER | read-only | . |
| I32 rcRecReservUsed | 1.3.6.1.4.1.2272.1.51.1.1.2 | Integer32 | read-only | Displayes the number of HW records actually usee by the recordType. |
| I32 rcRecReservReserved | 1.3.6.1.4.1.2272.1.51.1.1.3 | Integer32 | read-only | Displayes the number of HW records reserved for the recordType. |
| I32 rcRecReservNewReserved | 1.3.6.1.4.1.2272.1.51.1.1.4 | Integer32 | read-write | Displayes the number of HW records that w ill be reserved for this recordType after reset if the configuration is saved. |
| I32 rcRecReservDefReserved | 1.3.6.1.4.1.2272.1.51.1.1.5 | Integer32 | read-only | Number of records reserved for this recordType if loaded with factory default. |
| rcLacp | 1.3.6.1.4.1.2272.1.53 | |||
| rcLacpGlobal | 1.3.6.1.4.1.2272.1.53.1 | |||
| T/F rcLacpGlobalEnable | 1.3.6.1.4.1.2272.1.53.1.1 | TruthValue | read-write | globally enable/disable LACP |
| I32 rcLacpGlobalSystemPriority | 1.3.6.1.4.1.2272.1.53.1.2 | Integer32 | read-write | set system priority to all the LACP enabled aggregators and prots |
| INT rcLacpGlobalFastPeriodicTime | 1.3.6.1.4.1.2272.1.53.1.3 | INTEGER | read-write | The number of miliseconds between periodic transmissions using Short Timeouts. Set this value to all LACP enabled ports. |
| INT rcLacpGlobalSlowPeriodicTime | 1.3.6.1.4.1.2272.1.53.1.4 | INTEGER | read-write | The number of miliseconds between periodic transmissions using LONG Timeouts. Set this value to all LACP enabled ports. |
| INT rcLacpGlobalTimeoutScale | 1.3.6.1.4.1.2272.1.53.1.5 | INTEGER | read-write | Scalar value used to calculate timeout time from periodic time. Set this value to all LACP enabled ports. |
| INT rcLacpGlobalAggrWaitTime | 1.3.6.1.4.1.2272.1.53.1.6 | INTEGER | read-write | The number of mili seconds to delay aggregation to allow multiple links to aggregate simultaneously. |
| T/F rcLacpGlobalVlacpEnable | 1.3.6.1.4.1.2272.1.53.1.7 | TruthValue | read-write | globally enable/disable Virtual LACP |
| INT rcLacpGlobalFastPeriodicTimeOper | 1.3.6.1.4.1.2272.1.53.1.9 | INTEGER | read-only | The operating value of global fast periodic timer. |
| INT rcLacpGlobalSlowPeriodicTimeOper | 1.3.6.1.4.1.2272.1.53.1.10 | INTEGER | read-only | The operating value of global show periodic time. |
| INT rcLacpGlobalTimeoutScaleOper | 1.3.6.1.4.1.2272.1.53.1.11 | INTEGER | read-only | The operating value of global timeout scale. |
| INT rcLacpGlobalAggrWaitTimeOper | 1.3.6.1.4.1.2272.1.53.1.12 | INTEGER | read-only | The operating value of global aggregate wait time. |
| MAC rcLacpGlobalSmltSysId | 1.3.6.1.4.1.2272.1.53.1.13 | MacAddress | read-write | LACP system ID for SMLT |
| I32 rcLacpGlobalVlacpHoldTime | 1.3.6.1.4.1.2272.1.53.1.15 | Integer32 | read-write | The number of seconds to hold down all vlacp enabled links |
| rcLicense | 1.3.6.1.4.1.2272.1.56 | |||
| INT rcLicenseNumber | 1.3.6.1.4.1.2272.1.56.1 | INTEGER | read-only | Bit position number of license bitmap |
| OCT rcLicenseBitMap | 1.3.6.1.4.1.2272.1.56.2 | OCTET STRING | read-only | License bit map. Bitmap number is defined in rcLicenseNumber |
| rcEap | 1.3.6.1.4.1.2272.1.57 | |||
| rcFdb | 1.3.6.1.4.1.2272.1.60 | |||
| rcGlobalMacFilterTable | 1.3.6.1.4.1.2272.1.60.1 | not-accessible | A list of Global Mac filter entries. | |
| rcGlobalMacFilterEntry | 1.3.6.1.4.1.2272.1.60.1.1 | not-accessible | this entry is used for global mac filtering.Any Mac address configured here will be discarded globally by the switch. | |
| MAC rcGlobalMacFilterAddress | 1.3.6.1.4.1.2272.1.60.1.1.1 | MacAddress | not-accessible | A MAC address which will be discarded globally by the switch |
| ROW rcGlobalMacFilterRowStatus | 1.3.6.1.4.1.2272.1.60.1.1.2 | RowStatus | read-write | Used to create/delete entries in rcGlobalMacFilterTable. |
| rcIpv6 | 1.3.6.1.4.1.2272.1.62 | |||
| rcIpv6Mib | 1.3.6.1.4.1.2272.1.62.1 | |||
| rcIpv6Notifications | 1.3.6.1.4.1.2272.1.62.1.0 | |||
| rcIpv6Objects | 1.3.6.1.4.1.2272.1.62.1.1 | |||
| rcIpv6Scalars | 1.3.6.1.4.1.2272.1.62.1.1.1 | |||
| INT rcIpv6IcmpErrorInterval | 1.3.6.1.4.1.2272.1.62.1.1.1.1 | INTEGER | read-write | The rate (in milliseconds) at which ICMP error messages can be sent out. A value of zero means not be send any. |
| T/F rcIpv6MulticastAdminStatus | 1.3.6.1.4.1.2272.1.62.1.1.1.2 | TruthValue | read-write | This indicates the global admin status for multicast. |
| T/F rcIpv6IcmpNetUnreach | 1.3.6.1.4.1.2272.1.62.1.1.1.3 | TruthValue | read-write | Used to set icmp net unreach feature enable/ disable. |
| T/F rcIpv6IcmpRedirectMsg | 1.3.6.1.4.1.2272.1.62.1.1.1.4 | TruthValue | read-write | Used to set icmp redirect feature enable/ disable. |
| INT rcIpv6IcmpErrorQuota | 1.3.6.1.4.1.2272.1.62.1.1.1.5 | INTEGER | read-write | The number of icmp error messages that can be sent during the icmp error interval. A value of zero means not be send any. |
| U32 rcIpv6PrefixListTableSize | 1.3.6.1.4.1.2272.1.62.1.1.1.8 | Unsigned32 | read-only | Size of Ipv6 Prefix List Table |
| rcIpv6InterfaceTable | 1.3.6.1.4.1.2272.1.62.1.1.2 | not-accessible | This table contains list of IPv6 interfaces and per-interface IPv6-specific information. | |
| rcIpv6InterfaceEntry | 1.3.6.1.4.1.2272.1.62.1.1.2.1 | not-accessible | An entry of ipv6 interface In Table containing per-interface information. | |
| NUM rcIpv6InterfaceIfIndex | 1.3.6.1.4.1.2272.1.62.1.1.2.1.1 | InterfaceIndex | not-accessible | An 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 rcIpv6InterfaceIdentifier | 1.3.6.1.4.1.2272.1.62.1.1.2.1.2 | Ipv6AddressIfIdentifier | read-create | IPv6 address interface identifiers. This is a binary string of up to 8 octets in network byte-order. |
| INT rcIpv6InterfaceIdentifierLength | 1.3.6.1.4.1.2272.1.62.1.1.2.1.3 | INTEGER | read-create | The length of the Interface Identifier in bits. |
| STR rcIpv6InterfaceDescr | 1.3.6.1.4.1.2272.1.62.1.1.2.1.4 | DisplayString | read-create | A textual string containing information about the interface. This string may be set by network management system. |
| INT rcIpv6InterfaceVlanId | 1.3.6.1.4.1.2272.1.62.1.1.2.1.5 | INTEGER | read-create | A 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 rcIpv6InterfaceType | 1.3.6.1.4.1.2272.1.62.1.1.2.1.6 | INTEGER | read-only | The interface type. |
| INT rcIpv6InterfaceReasmMaxSize | 1.3.6.1.4.1.2272.1.62.1.1.2.1.7 | INTEGER | read-create | MTU for this IPv6 interface, this value should be same for all the ip addresses defined on this interface. |
| PHY rcIpv6InterfacePhysAddress | 1.3.6.1.4.1.2272.1.62.1.1.2.1.8 | PhysAddress | read-only | The media-dependent `physical' address, for the ethernet media it is the MAC address |
| T/F rcIpv6InterfaceAdminStatus | 1.3.6.1.4.1.2272.1.62.1.1.2.1.9 | TruthValue | read-create | The 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 rcIpv6InterfaceOperStatus | 1.3.6.1.4.1.2272.1.62.1.1.2.1.10 | INTEGER | read-only | Operating status of the interface. |
| INT rcIpv6InterfaceReachableTime | 1.3.6.1.4.1.2272.1.62.1.1.2.1.11 | INTEGER | read-create | The time (in milliseconds) a neighbor is considered reachable after receiving a reachability confirmation. REFERENCE RFC2461, Section 6.3.2 |
| INT rcIpv6InterfaceRetransmitTime | 1.3.6.1.4.1.2272.1.62.1.1.2.1.12 | INTEGER | read-create | The 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 rcIpv6InterfaceMulticastAdminStatus | 1.3.6.1.4.1.2272.1.62.1.1.2.1.13 | TruthValue | read-create | This indicates the admin status for multicast for this interface. |
| ROW rcIpv6InterfaceRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.2.1.14 | RowStatus | read-create | Row status for create/delete. |
| T/F rcIpv6InterfaceDhcpEnabled | 1.3.6.1.4.1.2272.1.62.1.1.2.1.15 | TruthValue | read-create | Enable or disable DHCP on the specified interface. |
| I32 rcIpv6InterfaceMacOffset | 1.3.6.1.4.1.2272.1.62.1.1.2.1.16 | Integer32 | read-create | Used 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. |
| rcIpv6AddressTable | 1.3.6.1.4.1.2272.1.62.1.1.3 | not-accessible | This 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. | |
| rcIpv6AddressEntry | 1.3.6.1.4.1.2272.1.62.1.1.3.1 | not-accessible | An 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 rcIpv6AddressIfIndex | 1.3.6.1.4.1.2272.1.62.1.1.3.1.1 | InterfaceIndex | not-accessible | The 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 rcIpv6AddressAddr | 1.3.6.1.4.1.2272.1.62.1.1.3.1.2 | Ipv6Address | not-accessible | The 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 rcIpv6AddressType | 1.3.6.1.4.1.2272.1.62.1.1.3.1.3 | INTEGER | read-write | The type of address. It is either unicast or anycast IPv6 addresses (RFC3513). |
| INT rcIpv6AddressPrefixLength | 1.3.6.1.4.1.2272.1.62.1.1.3.1.4 | INTEGER | read-write | Prefix 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 rcIpv6AddressPrefix | 1.3.6.1.4.1.2272.1.62.1.1.3.1.5 | RowPointer | read-only | A pointer to the row in the prefix table to which this address belongs. May be { 0 0 } if there is no such row. |
| NUM rcIpv6AddressOrigin | 1.3.6.1.4.1.2272.1.62.1.1.3.1.6 | IpAddressOriginTC | read-only | The origin of the address. The origin of the address, one of: other(1),manual(2), dhcp(4),linklayer(5), random(6) |
| ADR rcIpv6AddressStatus | 1.3.6.1.4.1.2272.1.62.1.1.3.1.7 | IpAddressStatusTC | read-only | The 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 rcIpv6AddressCreated | 1.3.6.1.4.1.2272.1.62.1.1.3.1.8 | TimeStamp | read-only | The 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 rcIpv6AddressLastChanged | 1.3.6.1.4.1.2272.1.62.1.1.3.1.9 | TimeStamp | read-only | The 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 rcIpv6AddressRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.3.1.10 | RowStatus | read-create | The 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. |
| rcIpv6PrefixTable | 1.3.6.1.4.1.2272.1.62.1.1.4 | not-accessible | This 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.) | |
| rcIpv6PrefixEntry | 1.3.6.1.4.1.2272.1.62.1.1.4.1 | not-accessible | An entry of ipv6 prefix In the Table. | |
| NUM rcIpv6PrefixIfIndex | 1.3.6.1.4.1.2272.1.62.1.1.4.1.1 | InterfaceIndex | not-accessible | An 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 rcIpv6PrefixAddr | 1.3.6.1.4.1.2272.1.62.1.1.4.1.2 | Ipv6Address | not-accessible | Prefix to create an ipv6 address in ipv6 interface table. |
| INT rcIpv6PrefixLength | 1.3.6.1.4.1.2272.1.62.1.1.4.1.3 | INTEGER | not-accessible | Mask to create an ipv6 prefix entry either will be advertised or suppressed |
| INT rcIpv6PrefixVlanId | 1.3.6.1.4.1.2272.1.62.1.1.4.1.4 | INTEGER | read-only | A 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 rcIpv6PrefixUseDefaultVal | 1.3.6.1.4.1.2272.1.62.1.1.4.1.5 | INTEGER | read-write | Select 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 rcIpv6PrefixValidLife | 1.3.6.1.4.1.2272.1.62.1.1.4.1.6 | Integer32 | read-write | Deprecated. Use rcIpv6PrefixValidLifetime instead. |
| I32 rcIpv6PrefixPreferredLife | 1.3.6.1.4.1.2272.1.62.1.1.4.1.7 | Integer32 | read-write | Deprecated. Use rcIpv6PrefixPreferredLifetime instead. |
| DAT rcIpv6PrefixAtValidLife | 1.3.6.1.4.1.2272.1.62.1.1.4.1.8 | DateAndTime | read-write | Is 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 rcIpv6PrefixAtPreferredLife | 1.3.6.1.4.1.2272.1.62.1.1.4.1.9 | DateAndTime | read-write | Is 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 rcIpv6PrefixInfinite | 1.3.6.1.4.1.2272.1.62.1.1.4.1.10 | TruthValue | read-write | Deprecated. |
| T/F rcIpv6PrefixOnLinkFlag | 1.3.6.1.4.1.2272.1.62.1.1.4.1.11 | TruthValue | read-write | if 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 rcIpv6PrefixAutoFlag | 1.3.6.1.4.1.2272.1.62.1.1.4.1.12 | TruthValue | read-write | if 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 rcIpv6PrefixAddressEui | 1.3.6.1.4.1.2272.1.62.1.1.4.1.13 | INTEGER | read-write | Use 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 rcIpv6PrefixNoAdvertise | 1.3.6.1.4.1.2272.1.62.1.1.4.1.14 | TruthValue | read-write | if set then this prefix can not be included in the neighbor advertisement. |
| ROW rcIpv6PrefixRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.4.1.15 | RowStatus | read-create | Row status for create/delete. |
| U32 rcIpv6PrefixValidLifetime | 1.3.6.1.4.1.2272.1.62.1.1.4.1.16 | Unsigned32 | read-create | Valid lifetime in seconds, indicates how long this prefix advertised in the nbr advertisement is valid. Value of 4294967295 represents infinity. |
| U32 rcIpv6PrefixPreferredLifetime | 1.3.6.1.4.1.2272.1.62.1.1.4.1.17 | Unsigned32 | read-create | Preferred lifetime in seconds, indicates how long this prefix advertised in advertisemt for this prefix. Value of 4294967295 represents infinity. |
| rcIpv6RouterAdvertTable | 1.3.6.1.4.1.2272.1.62.1.1.5 | not-accessible | The table containing information used to construct router advertisements. | |
| rcIpv6RouterAdvertEntry | 1.3.6.1.4.1.2272.1.62.1.1.5.1 | not-accessible | An entry containing information used to construct router advertisements. | |
| NUM rcIpv6RouterAdvertIfIndex | 1.3.6.1.4.1.2272.1.62.1.1.5.1.1 | InterfaceIndex | not-accessible | An 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 rcIpv6RouterAdvertSendAdverts | 1.3.6.1.4.1.2272.1.62.1.1.5.1.2 | TruthValue | read-write | A 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 rcIpv6RouterAdvertUseDefaultVal | 1.3.6.1.4.1.2272.1.62.1.1.5.1.3 | INTEGER | read-write | Select 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 rcIpv6RouterAdvertMaxInterval | 1.3.6.1.4.1.2272.1.62.1.1.5.1.4 | INTEGER | read-write | Configure 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 rcIpv6RouterAdvertMinInterval | 1.3.6.1.4.1.2272.1.62.1.1.5.1.5 | INTEGER | read-write | Configure 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 rcIpv6RouterAdvertReachableTime | 1.3.6.1.4.1.2272.1.62.1.1.5.1.6 | INTEGER | read-only | The 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 rcIpv6RouterAdvertRetransmitTimer | 1.3.6.1.4.1.2272.1.62.1.1.5.1.7 | INTEGER | read-only | The 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 rcIpv6RouterAdvertDefaultLifeTime | 1.3.6.1.4.1.2272.1.62.1.1.5.1.8 | INTEGER | read-write | The 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 rcIpv6RouterAdvertCurHopLimit | 1.3.6.1.4.1.2272.1.62.1.1.5.1.9 | INTEGER | read-write | The 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 rcIpv6RouterAdvertManagedFlag | 1.3.6.1.4.1.2272.1.62.1.1.5.1.10 | TruthValue | read-write | if true then the M-bit(Managed address configureation) in the router adverisement will be set. REFERENCE RFC2461 Section 6.2.1 |
| T/F rcIpv6RouterAdvertOtherConfigFlag | 1.3.6.1.4.1.2272.1.62.1.1.5.1.11 | TruthValue | read-write | if true then the O-bit (Other stateful Configuration) in the router adverisement will be set. REFERENCE RFC2461 Section 6.2.1 |
| INT rcIpv6RouterAdvertDadNsNum | 1.3.6.1.4.1.2272.1.62.1.1.5.1.12 | INTEGER | read-write | The 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 rcIpv6RouterAdvertLinkMTU | 1.3.6.1.4.1.2272.1.62.1.1.5.1.13 | Unsigned32 | read-only | The 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 |
| rcIpv6StaticRouteTable | 1.3.6.1.4.1.2272.1.62.1.1.6 | not-accessible | This table contains list of routes that are created by the user to destination networks. | |
| rcIpv6StaticRouteEntry | 1.3.6.1.4.1.2272.1.62.1.1.6.1 | not-accessible | An 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 rcIpv6StaticRouteDest | 1.3.6.1.4.1.2272.1.62.1.1.6.1.1 | Ipv6Address | not-accessible | The 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 rcIpv6StaticRoutePrefixLength | 1.3.6.1.4.1.2272.1.62.1.1.6.1.2 | INTEGER | not-accessible | Indicates 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 rcIpv6StaticRouteNextHop | 1.3.6.1.4.1.2272.1.62.1.1.6.1.3 | Ipv6Address | not-accessible | Next 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 rcIpv6StaticRouteIfIndex | 1.3.6.1.4.1.2272.1.62.1.1.6.1.4 | InterfaceIndex | not-accessible | The 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 rcIpv6StaticRouteDistance | 1.3.6.1.4.1.2272.1.62.1.1.6.1.5 | INTEGER | read-write | cost/distance to reach the destination for this node. |
| INT rcIpv6StaticRouteStatus | 1.3.6.1.4.1.2272.1.62.1.1.6.1.6 | INTEGER | read-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 rcIpv6StaticRoutePreference | 1.3.6.1.4.1.2272.1.62.1.1.6.1.7 | INTEGER | read-write | Used 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 rcIpv6StaticRouteEnable | 1.3.6.1.4.1.2272.1.62.1.1.6.1.8 | TruthValue | read-write | Used to enable/disable this entry. |
| ROW rcIpv6StaticRouteRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.6.1.9 | RowStatus | read-create | Row status for create/delete. |
| rcIpv6NetToPhysicalTable | 1.3.6.1.4.1.2272.1.62.1.1.7 | not-accessible | The 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. | |
| rcIpv6NetToPhysicalEntry | 1.3.6.1.4.1.2272.1.62.1.1.7.1 | not-accessible | Each entry contains one IP address to `physical' address equivalence. | |
| NUM rcIpv6NetToPhysicalIfIndex | 1.3.6.1.4.1.2272.1.62.1.1.7.1.1 | InterfaceIndex | not-accessible | The 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 rcIpv6NetToPhysicalNetAddress | 1.3.6.1.4.1.2272.1.62.1.1.7.1.2 | Ipv6Address | not-accessible | The 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 rcIpv6NetToPhysicalPhysAddress | 1.3.6.1.4.1.2272.1.62.1.1.7.1.3 | PhysAddress | read-write | The 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 rcIpv6NetToPhysicalInterface | 1.3.6.1.4.1.2272.1.62.1.1.7.1.4 | Integer32 | read-write | The 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 rcIpv6NetToPhysicalLastUpdated | 1.3.6.1.4.1.2272.1.62.1.1.7.1.5 | TimeStamp | read-only | The 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 rcIpv6NetToPhysicalType | 1.3.6.1.4.1.2272.1.62.1.1.7.1.6 | INTEGER | read-write | The 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 rcIpv6NetToPhysicalState | 1.3.6.1.4.1.2272.1.62.1.1.7.1.8 | INTEGER | read-only | The 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 rcIpv6NetToPhysicalRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.7.1.9 | RowStatus | read-create | The 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 |
| rcIpv6PrefixListTable | 1.3.6.1.4.1.2272.1.62.1.1.8 | not-accessible | IPv6 Prefix List table | |
| rcIpv6PrefixListEntry | 1.3.6.1.4.1.2272.1.62.1.1.8.1 | not-accessible | An entry of Ipv6 Prefix List Table. | |
| U32 rcIpv6PrefixListId | 1.3.6.1.4.1.2272.1.62.1.1.8.1.1 | Unsigned32 | not-accessible | Id of an IPv6 Prefix List |
| ADR rcIpv6PrefixListPrefix | 1.3.6.1.4.1.2272.1.62.1.1.8.1.2 | Ipv6Address | not-accessible | Is a member of a specific ipv6 prefix list. Adding the prefix to the given ipv6 prefix list |
| U32 rcIpv6PrefixListPrefixMaskLen | 1.3.6.1.4.1.2272.1.62.1.1.8.1.3 | Unsigned32 | not-accessible | Mask length of the ipv6 prefix added to the prefix list |
| U32 rcIpv6PrefixListMaskLenFrom | 1.3.6.1.4.1.2272.1.62.1.1.8.1.4 | Unsigned32 | read-create | Lower bound of mask length of the ipv6 prefix added to the prefix list |
| U32 rcIpv6PrefixListMaskLenUpto | 1.3.6.1.4.1.2272.1.62.1.1.8.1.5 | Unsigned32 | read-create | Higher bound of mask length of the ipv6 prefix added to the prefix list |
| STR rcIpv6PrefixListName | 1.3.6.1.4.1.2272.1.62.1.1.8.1.6 | SnmpAdminString | read-create | Name of the Ipv6 prefix list |
| ROW rcIpv6PrefixListRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.8.1.7 | RowStatus | read-create | Used to create/delete entries in the ipv6 prefix list table |
| rcIpv6ConfDhcpRelayTable | 1.3.6.1.4.1.2272.1.62.1.1.9 | not-accessible | DHCP Relay for Ipv6 configuration table | |
| rcIpv6ConfDhcpRelayEntry | 1.3.6.1.4.1.2272.1.62.1.1.9.1 | not-accessible | Used 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 rcIpv6ConfDhcpIfIndex | 1.3.6.1.4.1.2272.1.62.1.1.9.1.1 | InterfaceIndex | not-accessible | Interface number. The number can represent either a physical or logical(VLAN) interface. |
| U32 rcIpv6ConfDhcpMaxHop | 1.3.6.1.4.1.2272.1.62.1.1.9.1.2 | Unsigned32 | read-create | Used 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 rcIpv6ConfDhcpRemoteIdEnabled | 1.3.6.1.4.1.2272.1.62.1.1.9.1.3 | TruthValue | read-create | Used to indicate if remote-id option is enabled. |
| C32 rcIpv6ConfDhcpNumRequests | 1.3.6.1.4.1.2272.1.62.1.1.9.1.4 | Counter32 | read-only | The total number of DHCP requests seen on this interface. |
| C32 rcIpv6ConfDhcpNumReplies | 1.3.6.1.4.1.2272.1.62.1.1.9.1.5 | Counter32 | read-only | The total number of DHCP replies seen on this interface. |
| ROW rcIpv6ConfDhcpRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.9.1.6 | RowStatus | read-create | 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. |
| rcIpv6DhcpForwardTable | 1.3.6.1.4.1.2272.1.62.1.1.10 | not-accessible | DHCP Relay forwarding table. | |
| rcIpv6DhcpForwardEntry | 1.3.6.1.4.1.2272.1.62.1.1.10.1 | not-accessible | An entry used represents a DHCP Relayed message forwarding directive. | |
| ADR rcIpv6DhcpForwardAgentAddr | 1.3.6.1.4.1.2272.1.62.1.1.10.1.1 | Ipv6Address | not-accessible | The IP address configured on an interface (i.e., a locally configured IP address). |
| ADR rcIpv6DhcpForwardServerAddr | 1.3.6.1.4.1.2272.1.62.1.1.10.1.2 | Ipv6Address | not-accessible | The 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 rcIpv6DhcpForwardEnabled | 1.3.6.1.4.1.2272.1.62.1.1.10.1.3 | TruthValue | read-create | Used to indicate whether the entry should be used. |
| ROW rcIpv6DhcpForwardRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.10.1.4 | RowStatus | read-create | Row status of this entry. |
| rcIpv6RadiusServTable | 1.3.6.1.4.1.2272.1.62.1.1.11 | not-accessible | The RADIUS table (0 to 10 entries). This table lists the information of the RADIUS server. | |
| rcIpv6RadiusServEntry | 1.3.6.1.4.1.2272.1.62.1.1.11.1 | not-accessible | A RADIUS server table entry. | |
| ADR rcIpv6RadiusServAddress | 1.3.6.1.4.1.2272.1.62.1.1.11.1.1 | Ipv6Address | not-accessible | Server IP address of the RADIUS authentication server referred to in this table entry. |
| INT rcIpv6RadiusServUsedBy | 1.3.6.1.4.1.2272.1.62.1.1.11.1.2 | INTEGER | not-accessible | cli(1): for cli login, igap(2): for igap,snmp(3): for snmp login, eap(4) for EAP PAE Authenticator,web(5) for EDM. |
| U32 rcIpv6RadiusServPriority | 1.3.6.1.4.1.2272.1.62.1.1.11.1.3 | Unsigned32 | read-create | Server priority, used to control which server to choose first to send authentication. |
| U32 rcIpv6RadiusServTimeOut | 1.3.6.1.4.1.2272.1.62.1.1.11.1.4 | Unsigned32 | read-create | The time interval in seconds before the client retransmit the packet. |
| T/F rcIpv6RadiusServEnable | 1.3.6.1.4.1.2272.1.62.1.1.11.1.5 | TruthValue | read-create | Enable or disable this server. |
| U32 rcIpv6RadiusServMaxRetries | 1.3.6.1.4.1.2272.1.62.1.1.11.1.6 | Unsigned32 | read-create | Maximum number of retransmissions. |
| U32 rcIpv6RadiusServUdpPort | 1.3.6.1.4.1.2272.1.62.1.1.11.1.7 | Unsigned32 | read-create | The UDP port the client is using to send requests to this server. |
| STR rcIpv6RadiusServSecretKey | 1.3.6.1.4.1.2272.1.62.1.1.11.1.8 | SnmpAdminString | read-create | The identifier of the RADIUS authentication client. |
| C32 rcIpv6RadiusServAccessRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.9 | Counter32 | read-only | The number of RADIUS access-response packets sent to this server. This does not include retransmissions. |
| C32 rcIpv6RadiusServAccessAccepts | 1.3.6.1.4.1.2272.1.62.1.1.11.1.10 | Counter32 | read-only | The number of RADIUS access-accept packets (valid or invalid) received from this server. |
| C32 rcIpv6RadiusServAccessRejects | 1.3.6.1.4.1.2272.1.62.1.1.11.1.11 | Counter32 | read-only | The number of RADIUS access-reject packets (valid or invalid) received from this server. |
| C32 rcIpv6RadiusServBadResponses | 1.3.6.1.4.1.2272.1.62.1.1.11.1.12 | Counter32 | read-only | The number of RADIUS invalid access-response packets received from this server. |
| C32 rcIpv6RadiusServPendingRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.13 | Counter32 | read-only | The 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 rcIpv6RadiusServClientRetries | 1.3.6.1.4.1.2272.1.62.1.1.11.1.14 | Counter32 | read-only | The number of authentication retransmission to this server. |
| T/F rcIpv6RadiusServAcctEnable | 1.3.6.1.4.1.2272.1.62.1.1.11.1.15 | TruthValue | read-create | Enable or disable Radius Accounting on this server. |
| U32 rcIpv6RadiusServAcctUdpPort | 1.3.6.1.4.1.2272.1.62.1.1.11.1.16 | Unsigned32 | read-create | The UDP port the client used to send accounting requests to this server. |
| C32 rcIpv6RadiusServAcctOnRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.17 | Counter32 | read-only | The number of RADIUS accounting-on packets sent to this server. This does not include retransmissions. |
| C32 rcIpv6RadiusServAcctOffRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.18 | Counter32 | read-only | The number of RADIUS accounting-off packets sent to this server. This does not include retransmissions. |
| C32 rcIpv6RadiusServAcctStartRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.19 | Counter32 | read-only | The number of RADIUS accounting-start packets sent to this server. This does not include retransmissions. |
| C32 rcIpv6RadiusServAcctStopRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.20 | Counter32 | read-only | The number of RADIUS accounting-stop packets sent to this server. This does not include retransmissions. |
| C32 rcIpv6RadiusServAcctInterimRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.21 | Counter32 | read-only | The number of RADIUS accounting-interim packets sent to this server. This does not include retransmissions. |
| C32 rcIpv6RadiusServAcctBadResponses | 1.3.6.1.4.1.2272.1.62.1.1.11.1.22 | Counter32 | read-only | The number of Invalid responses received from this server. |
| C32 rcIpv6RadiusServAcctPendingRequests | 1.3.6.1.4.1.2272.1.62.1.1.11.1.23 | Counter32 | read-only | The 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 rcIpv6RadiusServAcctClientRetries | 1.3.6.1.4.1.2272.1.62.1.1.11.1.24 | Counter32 | read-only | The number of RADIUS accounting packets retransmitted to this server. |
| ADR rcIpv6RadiusServNasIpAddress | 1.3.6.1.4.1.2272.1.62.1.1.11.1.25 | Ipv6Address | read-only | RADIUS Client NAS Identifier for this server. |
| STR rcIpv6RadiusServRoundTripTime | 1.3.6.1.4.1.2272.1.62.1.1.11.1.26 | SnmpAdminString | read-only | Time different between the instance when a RADIUS request is sent and the corresponding response is received. |
| C32 rcIpv6RadiusServAccessChallanges | 1.3.6.1.4.1.2272.1.62.1.1.11.1.27 | Counter32 | read-only | The number of RADIUS access-challanges packets sent to this server. This does not include retransmission. |
| ADR rcIpv6RadiusServSourceIpAddr | 1.3.6.1.4.1.2272.1.62.1.1.11.1.28 | Ipv6Address | read-create | source IP address RADIUS packets. |
| ROW rcIpv6RadiusServRowStatus | 1.3.6.1.4.1.2272.1.62.1.1.11.1.29 | RowStatus | read-create | Used to create/delete entries. |
| rcIsis | 1.3.6.1.4.1.2272.1.63 | |||
| rcIsisGlobalGroup | 1.3.6.1.4.1.2272.1.63.1 | |||
| INT rcIsisGlobalAreaAuthType | 1.3.6.1.4.1.2272.1.63.1.1 | INTEGER | read-write | The authentication type for the area |
| I32 rcIsisGlobalAreaKeyId | 1.3.6.1.4.1.2272.1.63.1.2 | Integer32 | read-write | Authentication key-id for the area. This is required if the auth-type is hmac-md5 else it is not required. |
| OCT rcIsisGlobalAreaAuthKey | 1.3.6.1.4.1.2272.1.63.1.3 | OCTET STRING | read-write | Authentication key, this key will be used to authenticate the LSP's received on the area |
| INT rcIsisGlobalDomainAuthType | 1.3.6.1.4.1.2272.1.63.1.4 | INTEGER | read-write | The authentication type for the domain |
| I32 rcIsisGlobalDomainKeyId | 1.3.6.1.4.1.2272.1.63.1.5 | Integer32 | read-write | The authentication key-id for the domain. This is required if the auth-type is hmac-md5 else it is not required. |
| OCT rcIsisGlobalDomainAuthKey | 1.3.6.1.4.1.2272.1.63.1.6 | OCTET STRING | read-write | Authentication key, this key will be used to authenticate the LSP's received on the domain |
| I32 rcIsisGlobalCsnpInt | 1.3.6.1.4.1.2272.1.63.1.7 | Integer32 | read-write | Interval 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 rcIsisGlobalRxmtLspInt | 1.3.6.1.4.1.2272.1.63.1.8 | Integer32 | read-write | Minimum 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 rcIsisGlobalPSNPInterval | 1.3.6.1.4.1.2272.1.63.1.9 | Integer32 | read-write | Minimum 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 rcIsisGlobalHostName | 1.3.6.1.4.1.2272.1.63.1.10 | OCTET STRING | read-write | The hostname listed in LSP, or the system name if host name is not configured. |
| I32 rcIsisGlobalSpfDelay | 1.3.6.1.4.1.2272.1.63.1.11 | Integer32 | read-write | ISIS SPF delay in miliseconds |
| I32 rcIsisGlobalControlVlan | 1.3.6.1.4.1.2272.1.63.1.12 | Integer32 | read-write | ISIS control vlan ID |
| IP rcIsisGlobalIpSourceAddress | 1.3.6.1.4.1.2272.1.63.1.13 | InetAddress | read-write | ISIS PLSB IP address. Define an existing router interface for management (ping/traceroute) |
| IPt rcIsisGlobalIpSourceAddressType | 1.3.6.1.4.1.2272.1.63.1.14 | InetAddressType | read-write | The type of address for existing router interface for management (ping/traceroute) |
| rcIsisCircuitTable | 1.3.6.1.4.1.2272.1.63.2 | not-accessible | Table of IS-IS Circuit, this is extension to the isisCircTable defined in ISIS MIB | |
| rcIsisCircuitEntry | 1.3.6.1.4.1.2272.1.63.2.1 | not-accessible | An entry of rcIsisCircuit Table. A Entry in table exists for each ISIS circuit created | |
| I32 rcIsisCircuitIndex | 1.3.6.1.4.1.2272.1.63.2.1.1 | Integer32 | not-accessible | The 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 rcIsisCircuitType | 1.3.6.1.4.1.2272.1.63.2.1.2 | INTEGER | read-write | ISIS circuit type this is an extention to ISIS circuit table, this was required a standard MIB circuit type does not support passive type |
| INT rcIsisCircuitAuthType | 1.3.6.1.4.1.2272.1.63.2.1.3 | INTEGER | read-write | Authentication type for IIH to be sent/reveived on the circuit/interface |
| INT rcIsisCircuitKeyId | 1.3.6.1.4.1.2272.1.63.2.1.4 | INTEGER | read-write | Authentication key id related to IIH key This can be set only if the auth-type is hmac-md5 |
| OCT rcIsisCircuitAuthKey | 1.3.6.1.4.1.2272.1.63.2.1.5 | OCTET STRING | read-write | Authentication key to be used to authenticate IIH sent/reveived on the circuit/interface |
| IP rcIsisCircuitAddr | 1.3.6.1.4.1.2272.1.63.2.1.6 | IpAddress | read-only | IP address associated with the interface |
| IP rcIsisCircuitMask | 1.3.6.1.4.1.2272.1.63.2.1.7 | IpAddress | read-only | IP mask associated with the interface |
| INT rcIsisCircuitOperState | 1.3.6.1.4.1.2272.1.63.2.1.8 | INTEGER | read-only | This variable tells the operating state of circ |
| I32 rcIsisCircuitNumAdj | 1.3.6.1.4.1.2272.1.63.2.1.9 | Integer32 | read-only | NUmber of adjacencies |
| I32 rcIsisCircuitNumUpAdj | 1.3.6.1.4.1.2272.1.63.2.1.10 | Integer32 | read-only | Number of adjancencies which are UP |
| rcIsisStats | 1.3.6.1.4.1.2272.1.63.3 | |||
| T/F rcIsisStatsClearErrorCounters | 1.3.6.1.4.1.2272.1.63.3.1 | TruthValue | read-write | Clear ISIS global and interface error counters. |
| T/F rcIsisStatsClearPacketCounters | 1.3.6.1.4.1.2272.1.63.3.2 | TruthValue | read-write | Clear IS-IS control packets sent and received at each level on all the interface/circuits. |
| rcIsisPlsbTable | 1.3.6.1.4.1.2272.1.63.4 | not-accessible | Table of PLSB under IS-IS | |
| rcIsisPlsbEntry | 1.3.6.1.4.1.2272.1.63.4.1 | not-accessible | An entry of rcIsisPlsb Table. A Entry in table exists for each plsb instance created | |
| I32 rcIsisPlsbId | 1.3.6.1.4.1.2272.1.63.4.1.1 | Integer32 | not-accessible | PLSB instance ID |
| ROW rcIsisPlsbRowStatus | 1.3.6.1.4.1.2272.1.63.4.1.2 | RowStatus | read-create | The state of the rcIsisPlsbEntry. |
| ISI rcIsisPlsbNodeNickName | 1.3.6.1.4.1.2272.1.63.4.1.3 | IsisPlsbNodeNickName | read-create | PLSB node's nickname is used to calculate ISID multicast mac address. |
| OCT rcIsisPlsbVlans | 1.3.6.1.4.1.2272.1.63.4.1.4 | OCTET STRING | read-create | PLSB ISIS vlans for a PLSB instance. |
| ENA rcIsisPlsbLsdbTrap | 1.3.6.1.4.1.2272.1.63.4.1.5 | EnableValue | read-create | isis PLSB lsdb update trap enable on this plsb instance |
| ENA rcIsisPlsbState | 1.3.6.1.4.1.2272.1.63.4.1.6 | EnableValue | read-create | enable/disable PLSB. |
| ENA rcIsisPlsbIpShortcut | 1.3.6.1.4.1.2272.1.63.4.1.7 | EnableValue | read-create | ISIS PLSB IP shortcut enabled |
| I32 rcIsisPlsbPrimaryVlan | 1.3.6.1.4.1.2272.1.63.4.1.8 | Integer32 | read-create | Primary Vlan Id for this plsb instance. |
| INT rcIsisPlsbSmltSplitBEB | 1.3.6.1.4.1.2272.1.63.4.1.9 | INTEGER | read-only | ISIS PLSB SMLT split BEB for this plsb instance. |
| MAC rcIsisPlsbSmltBmac | 1.3.6.1.4.1.2272.1.63.4.1.10 | MacAddress | read-create | ISIS PLSB SMLT virtual MAC for this plsb instance. |
| ISI rcIsisPlsbSmltPeerSysId | 1.3.6.1.4.1.2272.1.63.4.1.11 | IsisSystemID | read-create | ISIS PLSB SMLT Peer's system-id for this plsb instance. |
| rcIsisCircuitPlsbTable | 1.3.6.1.4.1.2272.1.63.5 | not-accessible | Table of IS-IS Circuit PLSB instance | |
| rcIsisCircuitPlsbEntry | 1.3.6.1.4.1.2272.1.63.5.1 | not-accessible | An entry of rcIsisCircuitPlsb Table. A Entry in table exists for each PLSB instance under a ISIS circuit created | |
| I32 rcIsisCircuitPlsbIndex | 1.3.6.1.4.1.2272.1.63.5.1.1 | Integer32 | not-accessible | The 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 rcIsisCircuitPlsbId | 1.3.6.1.4.1.2272.1.63.5.1.2 | Integer32 | not-accessible | PLSB instance ID |
| ROW rcIsisCircuitPlsbRowStatus | 1.3.6.1.4.1.2272.1.63.5.1.3 | RowStatus | read-create | The state of the rcIsisCircuitPlsbEntry. |
| ENA rcIsisCircuitPlsbState | 1.3.6.1.4.1.2272.1.63.5.1.4 | EnableValue | read-create | PLSB functionality enable on this Plsb instance at this port |
| INT rcIsisCircuitPlsbType | 1.3.6.1.4.1.2272.1.63.5.1.5 | INTEGER | read-create | ISIS circuit type this is an extention to ISIS circuit table, this was required a standard MIB circuit type does not support passive type |
| ISI rcIsisCircuitPlsbL1Metric | 1.3.6.1.4.1.2272.1.63.5.1.6 | IsisDefaultL1Metric | read-create | The metric value of this circuit for this level. |
| ISI rcIsisCircuitPlsbWideL1Metric | 1.3.6.1.4.1.2272.1.63.5.1.7 | IsisWideL1Metric | read-create | The metric value of this circuit for this level. |
| rcIsisPlsbUnicastFibTable | 1.3.6.1.4.1.2272.1.63.6 | not-accessible | Table of IS-IS PLSB Unicast FIB | |
| rcIsisPlsbUnicastFibEntry | 1.3.6.1.4.1.2272.1.63.6.1 | not-accessible | An entry of rcIsisPlsbUnicastFib Table. A Entry in table exists for each PLSB unicast forwarding entry generated by ISIS SPF computation | |
| MAC rcIsisPlsbUnicastFibDestinationMacAddr | 1.3.6.1.4.1.2272.1.63.6.1.1 | MacAddress | not-accessible | Destination Mac Address of the unicast FIB entry |
| I32 rcIsisPlsbUnicastFibVlan | 1.3.6.1.4.1.2272.1.63.6.1.2 | Integer32 | not-accessible | Vlan of the unicast FIB entry |
| OCT rcIsisPlsbUnicastFibSysId | 1.3.6.1.4.1.2272.1.63.6.1.3 | OCTET STRING | not-accessible | System ID of the node where unicast FIB entry come from |
| NUM rcIsisPlsbUnicastFibOutgoingPort | 1.3.6.1.4.1.2272.1.63.6.1.4 | InterfaceIndex | read-only | Outgoing port of the unicast Fib entry. |
| rcIsisPlsbMulticastFibTable | 1.3.6.1.4.1.2272.1.63.7 | not-accessible | Table of IS-IS PLSB Multicast FIB | |
| rcIsisPlsbMulticastFibEntry | 1.3.6.1.4.1.2272.1.63.7.1 | not-accessible | An entry of rcIsisPlsbmulticastFib Table. A Entry in table exists for each PLSB Multicast forwarding entry generated by ISIS SPF computation | |
| MAC rcIsisPlsbMulticastFibMcastDestMacAddr | 1.3.6.1.4.1.2272.1.63.7.1.1 | MacAddress | not-accessible | Multicast destination Mac Address of the multicast FIB entry |
| I32 rcIsisPlsbMulticastFibVlan | 1.3.6.1.4.1.2272.1.63.7.1.2 | Integer32 | not-accessible | Vlan of the multicast FIB entry |
| OCT rcIsisPlsbMulticastFibSysId | 1.3.6.1.4.1.2272.1.63.7.1.3 | OCTET STRING | not-accessible | System ID of the node where multicast FIB entry come from |
| I32 rcIsisPlsbMulticastFibIsid | 1.3.6.1.4.1.2272.1.63.7.1.4 | Integer32 | read-only | Isid id of the multicast FIB entry |
| STR rcIsisPlsbMulticastFibOutgoingPorts | 1.3.6.1.4.1.2272.1.63.7.1.5 | DisplayString | read-only | Nni port of the multicast Fib entry. |
| rcIsisPlsbIsidTable | 1.3.6.1.4.1.2272.1.63.8 | not-accessible | Table of IS-IS PLSB ISID | |
| rcIsisPlsbIsidEntry | 1.3.6.1.4.1.2272.1.63.8.1 | not-accessible | An entry of rcIsisPlsbIsid Table. A Entry in table exists for each PLSB i-sid configed or discovered by IS-IS | |
| I32 rcIsisPlsbIsidSourceName | 1.3.6.1.4.1.2272.1.63.8.1.1 | Integer32 | not-accessible | nick name of node where this i-sid got configed or discovered |
| I32 rcIsisPlsbIsidId | 1.3.6.1.4.1.2272.1.63.8.1.2 | Integer32 | not-accessible | IS-IS PLSB Isid id |
| OCT rcIsisPlsbIsidSysId | 1.3.6.1.4.1.2272.1.63.8.1.3 | OCTET STRING | not-accessible | System ID of the node where multicast FIB entry come from |
| INT rcIsisPlsbIsidType | 1.3.6.1.4.1.2272.1.63.8.1.4 | INTEGER | read-only | PLSB i-sid type |
| rcIsisTrap | 1.3.6.1.4.1.2272.1.63.9 | |||
| STR rcIsisLocalLspId | 1.3.6.1.4.1.2272.1.63.9.1 | DisplayString | read-only | The 8 byte Local LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number. |
| ISI rcIsisLocall1Metric | 1.3.6.1.4.1.2272.1.63.9.2 | IsisDefaultL1Metric | read-only | l1-metric for ISIS interface on local Node. |
| STR rcIsisNgbLspId | 1.3.6.1.4.1.2272.1.63.9.3 | DisplayString | read-only | The 8 byte neighbor LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number. |
| ISI rcIsisNgbl1Metric | 1.3.6.1.4.1.2272.1.63.9.4 | IsisDefaultL1Metric | read-only | l1-metric for ISIS interface on neighbor Node. |
| INT rcIsisPlsbTrapType | 1.3.6.1.4.1.2272.1.63.9.5 | INTEGER | read-only | |
| STR rcIsisLocalSysId | 1.3.6.1.4.1.2272.1.63.9.6 | DisplayString | read-only | ISIS local node system-id. |
| I32 rcIsisLocalInterface | 1.3.6.1.4.1.2272.1.63.9.7 | Integer32 | read-only | ISIS local interface index. |
| INT rcIsisTrapIndicator | 1.3.6.1.4.1.2272.1.63.9.8 | INTEGER | read-only | indicates that an alarm has been Raised, or an alarm has been cleared. |
| STR rcIsisLocalNickname | 1.3.6.1.4.1.2272.1.63.9.9 | DisplayString | read-only | ISIS local node nick-name. |
| STR rcIsisNgbNickname | 1.3.6.1.4.1.2272.1.63.9.10 | DisplayString | read-only | ISIS neighbor node nick-name. |
| STR rcIsisNgbSysId | 1.3.6.1.4.1.2272.1.63.9.11 | DisplayString | read-only | ISIS neighbor node system-id. |
| ISI rcIsisLocalPrimaryBvid | 1.3.6.1.4.1.2272.1.63.9.12 | IsisPlsbBvid | read-only | ISIS local primary B-VID. |
| ISI rcIsisLocalPrimaryTieBrkAlg | 1.3.6.1.4.1.2272.1.63.9.13 | IsisPlsbBvidTieBrkAlg | read-only | The tie breaking algorithm applied to local primary B-VID. |
| ISI rcIsisLocalSecondaryBvid | 1.3.6.1.4.1.2272.1.63.9.14 | IsisPlsbBvid | read-only | ISIS local secondary B-VID. |
| ISI rcIsisLocalSecondaryTieBrkAlg | 1.3.6.1.4.1.2272.1.63.9.15 | IsisPlsbBvidTieBrkAlg | read-only | The tie breaking algorithm applied to local seconday B-VID. |
| ISI rcIsisNgbPrimaryBvid | 1.3.6.1.4.1.2272.1.63.9.16 | IsisPlsbBvid | read-only | ISIS neighbor primary B-VID. |
| ISI rcIsisNgbPrimaryTieBrkAlg | 1.3.6.1.4.1.2272.1.63.9.17 | IsisPlsbBvidTieBrkAlg | read-only | The neighbor tie breaking algorithm applied to primary B-VID. |
| ISI rcIsisNgbSecondaryBvid | 1.3.6.1.4.1.2272.1.63.9.18 | IsisPlsbBvid | read-only | ISIS neighbor secondary B-VID. |
| ISI rcIsisNgbSecondaryTieBrkAlg | 1.3.6.1.4.1.2272.1.63.9.19 | IsisPlsbBvidTieBrkAlg | read-only | The neighbor tie breaking algorithm applied to secondary B-VID. |
| MAC rcIsisLocalVirtualBmac | 1.3.6.1.4.1.2272.1.63.9.20 | MacAddress | read-only | The SMLT Virtual BMAC configured in the local IST switch. |
| MAC rcIsisPeerVirtualBmac | 1.3.6.1.4.1.2272.1.63.9.21 | MacAddress | read-only | The SMLT Virtual BMAC configured in the IST Peer. |
| STR rcIsisSysId | 1.3.6.1.4.1.2272.1.63.9.22 | DisplayString | read-only | The isis system id configured in the local switch or IST peer. |
| STR rcIsisSmltPeerSysId | 1.3.6.1.4.1.2272.1.63.9.23 | DisplayString | read-only | The SMLT Peer system-id configured in the local switch or IST Peer. |
| INT rcIsisAdjState | 1.3.6.1.4.1.2272.1.63.9.24 | INTEGER | read-only | indicate different ISIS adjacency states. |
| INT rcIsisDuplicateNnameCounter | 1.3.6.1.4.1.2272.1.63.9.25 | INTEGER | read-only | indicate how many nodes in the network share the nick-name. |
| INT rcIsisLocalBvidCounter | 1.3.6.1.4.1.2272.1.63.9.26 | INTEGER | read-only | indicate how many b-vid configured on local nodes. |
| INT rcIsisNgbBvidCounter | 1.3.6.1.4.1.2272.1.63.9.27 | INTEGER | read-only | indicate how many b-vid configured on a neighbor nodes. |
| INT rcIsisLocalSmltSplitBeb | 1.3.6.1.4.1.2272.1.63.9.28 | INTEGER | read-only | The SMLT Split-BEB configured in the local IST switch. |
| INT rcIsisPeerSmltSplitBeb | 1.3.6.1.4.1.2272.1.63.9.29 | INTEGER | read-only | The SMLT Split-BEB configured in the IST Peer switch. |
| OCT rcIsisLocalHostName | 1.3.6.1.4.1.2272.1.63.9.30 | OCTET STRING | read-only | ISIS local host name. |
| OCT rcIsisNgbHostName | 1.3.6.1.4.1.2272.1.63.9.31 | OCTET STRING | read-only | ISIS neighbor host name. |
| I32 rcIsisPrevInterface | 1.3.6.1.4.1.2272.1.63.9.32 | Integer32 | read-only | ISIS local interface index for previously found adj. |
| rcIsisAdjTable | 1.3.6.1.4.1.2272.1.63.10 | not-accessible | Table of IS-IS Adjacency, this is extension to the isisISAdjTable defined in ISIS MIB | |
| rcIsisAdjEntry | 1.3.6.1.4.1.2272.1.63.10.1 | not-accessible | An entry of rcIsisAdj Table. A Entry in table exists for each ISIS adjacency | |
| I32 rcIsisAdjCircIndex | 1.3.6.1.4.1.2272.1.63.10.1.1 | Integer32 | not-accessible | The 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 rcIsisAdjIndex | 1.3.6.1.4.1.2272.1.63.10.1.2 | Unsigned32 | not-accessible | A 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 rcIsisAdjHostName | 1.3.6.1.4.1.2272.1.63.10.1.3 | OCTET STRING | read-only | The hostname listed in LSP, or the system name if host name is not configured. |
| NUM rcIsisAdjIfIndex | 1.3.6.1.4.1.2272.1.63.10.1.4 | InterfaceIndex | read-only | The value of ifIndex for the interface to which this circuit corresponds. |
| rcIsisLSPTable | 1.3.6.1.4.1.2272.1.63.11 | not-accessible | Table of IS-IS LSP, this is extension to the isisLSPSummaryTable defined in ISIS MIB | |
| rcIsisLSPEntry | 1.3.6.1.4.1.2272.1.63.11.1 | not-accessible | An entry of rcIsisLSP Table. A Entry in table exists for each ISIS LSP | |
| INT rcIsisLSPLevel | 1.3.6.1.4.1.2272.1.63.11.1.1 | INTEGER | not-accessible | At which level does this LSP appear? |
| OCT rcIsisLSPID | 1.3.6.1.4.1.2272.1.63.11.1.2 | OCTET STRING | not-accessible | The 8 byte LSP ID, consisting of the SystemID, Circuit ID, and Fragment Number. |
| U32 rcIsisLSPSeq | 1.3.6.1.4.1.2272.1.63.11.1.3 | Unsigned32 | read-only | The sequence number for this LSP. |
| OCT rcIsisLSPHostName | 1.3.6.1.4.1.2272.1.63.11.1.4 | OCTET STRING | read-only | The hostname listed in LSP, or the system name if host name is not configured. |
| I32 rcIsisLSPNickName | 1.3.6.1.4.1.2272.1.63.11.1.5 | Integer32 | read-only | PLSB node's nickname |
| U32 rcIsisLSPLifetimeRemain | 1.3.6.1.4.1.2272.1.63.11.1.6 | Unsigned32 | read-only | The remaining lifetime in seconds for this LSP. |
| rcIsisPlsbIpUnicastFibTable | 1.3.6.1.4.1.2272.1.63.12 | not-accessible | Table of IS-IS PLSB IP Unicast FIB | |
| rcIsisPlsbIpUnicastFibEntry | 1.3.6.1.4.1.2272.1.63.12.1 | not-accessible | An entry of rcIsisPlsbIpUnicastFib Table. A Entry in table exists for each PLSB IP unicast forwarding entry. | |
| I32 rcIsisPlsbIpUnicastFibVrfId | 1.3.6.1.4.1.2272.1.63.12.1.1 | Integer32 | not-accessible | VRF ID of the IP unicast FIB entry, 0 indicates NRE. |
| IPt rcIsisPlsbIpUnicastFibDestinationIpAddrType | 1.3.6.1.4.1.2272.1.63.12.1.2 | InetAddressType | not-accessible | The address type of destination IP Address. |
| IP rcIsisPlsbIpUnicastFibDestinationIpAddr | 1.3.6.1.4.1.2272.1.63.12.1.3 | InetAddress | not-accessible | Destination IP Address of the IP unicast FIB entry. Support ipv4 size(4) and ipv6 size(16) |
| ADR rcIsisPlsbIpUnicastFibDestinationMask | 1.3.6.1.4.1.2272.1.63.12.1.4 | InetAddressPrefixLength | not-accessible | Destination IP mask of the IP unicast FIB entry |
| MAC rcIsisPlsbIpUnicastFibNextHopBmac | 1.3.6.1.4.1.2272.1.63.12.1.5 | MacAddress | not-accessible | the nexthop BMAC of the IP unicast FIB entry |
| I32 rcIsisPlsbIpUnicastFibVlan | 1.3.6.1.4.1.2272.1.63.12.1.6 | Integer32 | not-accessible | Vlan of the IP unicast FIB entry |
| I32 rcIsisPlsbIpUnicastFibIsid | 1.3.6.1.4.1.2272.1.63.12.1.7 | Integer32 | read-only | ISID of the IP unicast FIB entry |
| STR rcIsisPlsbIpUnicastFibNextHopName | 1.3.6.1.4.1.2272.1.63.12.1.8 | DisplayString | read-only | the nexthop hostname of the IP unicast FIB entry |
| NUM rcIsisPlsbIpUnicastFibOutgoingPort | 1.3.6.1.4.1.2272.1.63.12.1.9 | InterfaceIndex | read-only | Outgoing port of the IP unicast Fib entry. |
| I32 rcIsisPlsbIpUnicastFibPrefixCost | 1.3.6.1.4.1.2272.1.63.12.1.10 | Integer32 | read-only | prefix cost of the IP unicast FIB entry |
| C64 rcIsisPlsbIpUnicastFibSpbmCost | 1.3.6.1.4.1.2272.1.63.12.1.11 | Counter64 | read-only | bmac cost of the IP unicast FIB entry |
| rcIsisPlsbUcastFibTable | 1.3.6.1.4.1.2272.1.63.13 | not-accessible | Table of IS-IS PLSB Unicast FIB | |
| rcIsisPlsbUcastFibEntry | 1.3.6.1.4.1.2272.1.63.13.1 | not-accessible | An entry of rcIsisPlsbUcastFib Table. A Entry in table exists for each PLSB unicast forwarding entry generated by ISIS SPF computation | |
| OCT rcIsisPlsbUcastFibSysId | 1.3.6.1.4.1.2272.1.63.13.1.1 | OCTET STRING | not-accessible | System ID of the node where unicast FIB entry come from |
| I32 rcIsisPlsbUcastFibVlan | 1.3.6.1.4.1.2272.1.63.13.1.2 | Integer32 | not-accessible | Vlan of the unicast FIB entry |
| MAC rcIsisPlsbUcastFibDestinationMacAddr | 1.3.6.1.4.1.2272.1.63.13.1.3 | MacAddress | not-accessible | Destination Mac Address of the unicast FIB entry |
| NUM rcIsisPlsbUcastFibOutgoingPort | 1.3.6.1.4.1.2272.1.63.13.1.4 | InterfaceIndex | read-only | Outgoing port of the unicast Fib entry. |
| OCT rcIsisPlsbUcastFibHostName | 1.3.6.1.4.1.2272.1.63.13.1.5 | OCTET STRING | read-only | Host name of the node where unicast FIB entry come from |
| C64 rcIsisPlsbUcastFibCost | 1.3.6.1.4.1.2272.1.63.13.1.6 | Counter64 | read-only | unicast FIB cost |
| rcIsisPlsbMcastFibTable | 1.3.6.1.4.1.2272.1.63.14 | not-accessible | Table of IS-IS PLSB Multicast FIB | |
| rcIsisPlsbMcastFibEntry | 1.3.6.1.4.1.2272.1.63.14.1 | not-accessible | An entry of rcIsisPlsbMcastFib Table. A Entry in table exists for each PLSB Multicast forwarding entry generated by ISIS SPF computation | |
| OCT rcIsisPlsbMcastFibSysId | 1.3.6.1.4.1.2272.1.63.14.1.1 | OCTET STRING | not-accessible | System ID of the node where multicast FIB entry come from |
| I32 rcIsisPlsbMcastFibVlan | 1.3.6.1.4.1.2272.1.63.14.1.2 | Integer32 | not-accessible | Vlan of the multicast FIB entry |
| MAC rcIsisPlsbMcastFibMcastDestMacAddr | 1.3.6.1.4.1.2272.1.63.14.1.3 | MacAddress | not-accessible | Multicast destination Mac Address of the multicast FIB entry |
| I32 rcIsisPlsbMcastFibIsid | 1.3.6.1.4.1.2272.1.63.14.1.4 | Integer32 | read-only | Isid id of the multicast FIB entry |
| I32 rcIsisPlsbMcastFibNickName | 1.3.6.1.4.1.2272.1.63.14.1.5 | Integer32 | read-only | nick name of node where this i-sid got configured or discovered |
| INT rcIsisPlsbMcastFibType | 1.3.6.1.4.1.2272.1.63.14.1.6 | INTEGER | read-only | PLSB i-sid type |
| STR rcIsisPlsbMcastFibOutgoingPorts | 1.3.6.1.4.1.2272.1.63.14.1.7 | DisplayString | read-only | Nni port of the multicast Fib entry. |
| OCT rcIsisPlsbMcastFibHostName | 1.3.6.1.4.1.2272.1.63.14.1.8 | OCTET STRING | read-only | Host name of the node where multicast FIB entry come from |
| rcIsisPlsbNodeTable | 1.3.6.1.4.1.2272.1.63.15 | not-accessible | Table of IS-IS PLSB Node | |
| rcIsisPlsbNodeEntry | 1.3.6.1.4.1.2272.1.63.15.1 | not-accessible | An entry of rcIsisPlsbNode Table. A Entry in table exists for each node running PLSB ISIS in the setup. | |
| OCT rcIsisPlsbNodeSysId | 1.3.6.1.4.1.2272.1.63.15.1.1 | OCTET STRING | not-accessible | System ID of the PLSB node entry |
| OCT rcIsisPlsbNodePrimaryParentSysId | 1.3.6.1.4.1.2272.1.63.15.1.2 | OCTET STRING | read-only | System ID of parent node of the PLSB node entry for primary bvlan |
| I32 rcIsisPlsbNodePrimaryBvlan | 1.3.6.1.4.1.2272.1.63.15.1.3 | Integer32 | read-only | spbm primary b-vlan |
| OCT rcIsisPlsbNodeSecondaryParentSysId | 1.3.6.1.4.1.2272.1.63.15.1.4 | OCTET STRING | read-only | System ID of parent node of the PLSB node entry for secondary bvlan |
| I32 rcIsisPlsbNodeSecondaryBvlan | 1.3.6.1.4.1.2272.1.63.15.1.5 | Integer32 | read-only | spbm secondary b-vlan |
| rcIsisSpbmPortDropStatsTable | 1.3.6.1.4.1.2272.1.63.16 | not-accessible | Table of IS-IS SPBM port drop-stats by port index and SPBM b-vlan | |
| rcIsisSpbmPortDropStatsEntry | 1.3.6.1.4.1.2272.1.63.16.1 | not-accessible | SPBM port based frame drop counters. | |
| NUM rcIsisSpbmPortDropStatsPortIndex | 1.3.6.1.4.1.2272.1.63.16.1.1 | InterfaceIndex | not-accessible | An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2. |
| I32 rcIsisSpbmPortDropStatsVlanId | 1.3.6.1.4.1.2272.1.63.16.1.2 | Integer32 | not-accessible | A value that uniquely identifies the SPBM Virtual LAN associated with this entry. |
| INT rcIsisSpbmPortDropStatsVlanType | 1.3.6.1.4.1.2272.1.63.16.1.3 | INTEGER | read-only | Indicates the type of SPBM bvlan |
| C64 rcIsisSpbmPortDropStatsUnknownUcastSrcAddr | 1.3.6.1.4.1.2272.1.63.16.1.4 | Counter64 | read-only | The total number of SPBM unknown unicast SA packets dropped on SPBM bvlan. |
| C64 rcIsisSpbmPortDropStatsRpfcUcastSrcAddr | 1.3.6.1.4.1.2272.1.63.16.1.5 | Counter64 | read-only | The total number of SPBM reverse path forwarding check (RPFC) unicast SA packets dropped on SPBM bvlan. |
| C64 rcIsisSpbmPortDropStatsUnknownUcastDestAddr | 1.3.6.1.4.1.2272.1.63.16.1.6 | Counter64 | read-only | The total number of SPBM unknown unicast DA packets dropped on SPBM bvlan. |
| C64 rcIsisSpbmPortDropStatsUnknownMcastDestAddr | 1.3.6.1.4.1.2272.1.63.16.1.7 | Counter64 | read-only | The total number of SPBM unknown multicast DA packets dropped on SPBM bvlan. |
| C64 rcIsisSpbmPortDropStatsRpfcMcastSrcAddr | 1.3.6.1.4.1.2272.1.63.16.1.8 | Counter64 | read-only | The total number of SPBM reverse path forwarding check (RPFC) multicast SA packets dropped on SPBM bvlan. |
| MAC rcIsisSpbmPortDropStatsLastDropMac | 1.3.6.1.4.1.2272.1.63.16.1.9 | MacAddress | read-only | The DA or SA last dropped on SPBM bvlan. |
| T/F rcIsisSpbmPortDropStatsIsMacDestAddr | 1.3.6.1.4.1.2272.1.63.16.1.10 | TruthValue | read-only | The last dropped mac on SPBM bvlan is DA or not. |
| OCT rcIsisSpbmPortDropStatsLastDropMacHostName | 1.3.6.1.4.1.2272.1.63.16.1.11 | OCTET STRING | read-only | The host name of the nodes where last dropped SA or DA on SPBM bvlan belongs |
| rcSlpp | 1.3.6.1.4.1.2272.1.64 | |||
| rcSlppMib | 1.3.6.1.4.1.2272.1.64.1 | |||
| rcSlppNotifications | 1.3.6.1.4.1.2272.1.64.1.0 | |||
| NTF rcnSlppPortDownEvent | 1.3.6.1.4.1.2272.1.64.1.0.1 | A 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 rcnSlppPortDownEventNew | 1.3.6.1.4.1.2272.1.64.1.0.2 | A 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. | ||
| rcSlppObjects | 1.3.6.1.4.1.2272.1.64.1.1 | |||
| rcSlppScalars | 1.3.6.1.4.1.2272.1.64.1.1.1 | |||
| T/F rcSlppGlobalEnable | 1.3.6.1.4.1.2272.1.64.1.1.1.1 | TruthValue | read-write | Global enable/disable for the simple loop prevention protocol. |
| INT rcSlppTransmissionInterval | 1.3.6.1.4.1.2272.1.64.1.1.1.2 | INTEGER | read-write | The interval (in seconds) for which loop detection occurs. |
| I32 rcSlppEtherType | 1.3.6.1.4.1.2272.1.64.1.1.1.3 | Integer32 | read-write | SLPP Protocol Identification. The value is normally in Hex. |
| rcSlppVlanTable | 1.3.6.1.4.1.2272.1.64.1.1.2 | not-accessible | Table of VLANs for which simple loop detection occur on. | |
| rcSlppVlanEntry | 1.3.6.1.4.1.2272.1.64.1.1.2.1 | not-accessible | SLPP VLAN entry. | |
| INT rcSlppVlanVlanId | 1.3.6.1.4.1.2272.1.64.1.1.2.1.1 | INTEGER | not-accessible | Vlan id for which simple loop detection occurs on. |
| T/F rcSlppVlanSlppEnable | 1.3.6.1.4.1.2272.1.64.1.1.2.1.2 | TruthValue | read-write | Flag to indicate whether the VLAN entry is active or not for SLPP. |
| ROW rcSlppVlanRowStatus | 1.3.6.1.4.1.2272.1.64.1.1.2.1.3 | RowStatus | read-write | Used to create/delete entries. |
| rcSlppPortTable | 1.3.6.1.4.1.2272.1.64.1.1.3 | not-accessible | Table of ports for which simple loop detection occurs on. | |
| rcSlppPortEntry | 1.3.6.1.4.1.2272.1.64.1.1.3.1 | not-accessible | SLPP Port entry. | |
| NUM rcSlppPortIfIndex | 1.3.6.1.4.1.2272.1.64.1.1.3.1.1 | InterfaceIndex | not-accessible | Port on which simple loop detection occurs on. |
| I32 rcSlppPortPktRxThreshold | 1.3.6.1.4.1.2272.1.64.1.1.3.1.2 | Integer32 | read-write | Once the number of SLPP packets received on this port reaches this threshold action will be taken.Normally, the port will be shutdown. |
| T/F rcSlppPortSlppEnable | 1.3.6.1.4.1.2272.1.64.1.1.3.1.3 | TruthValue | read-write | Flag to indicate whether the port entry is active or not for SLPP. |
| I32 rcSlppPortIncomingVlanId | 1.3.6.1.4.1.2272.1.64.1.1.3.1.5 | Integer32 | read-only | Vlan id of the classified packet on the port brought down by SLPP. |
| INT rcSlppPortSrcNodeType | 1.3.6.1.4.1.2272.1.64.1.1.3.1.6 | INTEGER | read-only | The src node type of the received slpp Pkt. |
| rcSlppNotificationObjects | 1.3.6.1.4.1.2272.1.64.1.2 | |||
| INT rcSlppIncomingVlanId | 1.3.6.1.4.1.2272.1.64.1.2.1 | INTEGER | accessible-for-notify | Vlan id of the classified packet on the port brought down by SLPP. |
| MAC rcSlppSrcMacAddress | 1.3.6.1.4.1.2272.1.64.1.2.2 | MacAddress | accessible-for-notify | Source MAC address in the classified packet on the port brought down by SLPP. |
| NUM rcSlppRxPortIndex | 1.3.6.1.4.1.2272.1.64.1.2.3 | InterfaceIndex | accessible-for-notify | Port on which the SLPP packet is received. |
| INT rcSlppRxVlanId | 1.3.6.1.4.1.2272.1.64.1.2.4 | INTEGER | accessible-for-notify | Vlan on which the SLPP packet is received. |
| rcTacacs | 1.3.6.1.4.1.2272.1.65 | |||
| rcTacacsGlobal | 1.3.6.1.4.1.2272.1.65.1 | |||
| T/F rcTacacsGlobalEnable | 1.3.6.1.4.1.2272.1.65.1.1 | TruthValue | read-write | Enable/disable this feature. |
| OCT rcTacacsGlobalLastUserName | 1.3.6.1.4.1.2272.1.65.1.2 | OCTET STRING | read-only | The last user for which authentication was attempted using TACACS+. |
| IPt rcTacacsGlobalLastAddressType | 1.3.6.1.4.1.2272.1.65.1.3 | InetAddressType | read-only | The type of address for the TACACS+ server that was most recently accessed |
| IP rcTacacsGlobalLastAddress | 1.3.6.1.4.1.2272.1.65.1.4 | InetAddress | read-only | The address of the TACACS+ server that was most recently accessed |
| BIT rcTacacsAccounting | 1.3.6.1.4.1.2272.1.65.1.5 | Bits | read-write | Determines which application will be accounted by tacacs+. |
| BIT rcTacacsAuthentication | 1.3.6.1.4.1.2272.1.65.1.6 | Bits | read-write | Determines which application will be authenticated by tacacs+. |
| rcTacacsServerTable | 1.3.6.1.4.1.2272.1.65.2 | not-accessible | The (conceptual) table listing the TACACS+ servers with which the client shares a secret. | |
| rcTacacsServerEntry | 1.3.6.1.4.1.2272.1.65.2.1 | not-accessible | An entry (conceptual row) representing a TACACS+ server with which the client shares a secret. | |
| IPt rcTacacsServerAddressType | 1.3.6.1.4.1.2272.1.65.2.1.1 | InetAddressType | not-accessible | Specifies the type of IP address used on the Tacacs+ server. |
| IP rcTacacsServerAddress | 1.3.6.1.4.1.2272.1.65.2.1.2 | InetAddress | not-accessible | The IP address of the TACACS+ server referred to in this table entry. |
| INE rcTacacsServerPortNumber | 1.3.6.1.4.1.2272.1.65.2.1.3 | InetPortNumber | read-create | The 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 rcTacacsServerConnectionType | 1.3.6.1.4.1.2272.1.65.2.1.4 | INTEGER | read-create | Specifies 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 rcTacacsServerConnectionStatus | 1.3.6.1.4.1.2272.1.65.2.1.5 | INTEGER | read-only | Specifies status TCP connection type between device and TACACS+ server. |
| I32 rcTacacsServerTimeout | 1.3.6.1.4.1.2272.1.65.2.1.6 | Integer32 | read-create | The maximum time (in seconds) to wait for this TACACS+ server to reply. |
| OCT rcTacacsServerKey | 1.3.6.1.4.1.2272.1.65.2.1.7 | OCTET STRING | read-create | Secret key to be shared with this TACACS+ server. If the key length is zero that indicates no encryption is being used. |
| T/F rcTacacsServerSourceIpInterfaceEnabled | 1.3.6.1.4.1.2272.1.65.2.1.8 | TruthValue | read-create | Specifies whether source address specification is enabled. |
| IPt rcTacacsServerSourceIpInterfaceType | 1.3.6.1.4.1.2272.1.65.2.1.9 | InetAddressType | read-create | Specifies 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 rcTacacsServerSourceIpInterface | 1.3.6.1.4.1.2272.1.65.2.1.10 | InetAddress | read-create | IP address of the interface to use with this server. |
| I32 rcTacacsServerPriority | 1.3.6.1.4.1.2272.1.65.2.1.11 | Integer32 | read-create | Determines 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 rcTacacsServerRowStatus | 1.3.6.1.4.1.2272.1.65.2.1.12 | RowStatus | read-create | The row status variable, can be set to destroy or createAndGo. |
| rcIpfix | 1.3.6.1.4.1.2272.1.66 | |||
| rcIpfixMib | 1.3.6.1.4.1.2272.1.66.1 | |||
| rcIpfixConfGlobal | 1.3.6.1.4.1.2272.1.66.1.1 | |||
| ENA rcIpfixConfState | 1.3.6.1.4.1.2272.1.66.1.1.1 | EnableValue | read-write | Enables/Disables the state of ipfix on the box. |
| rcIpfixTable | 1.3.6.1.4.1.2272.1.66.1.2 | |||
| rcIpfixConfSlotTable | 1.3.6.1.4.1.2272.1.66.1.2.1 | not-accessible | A table to store the configuration details for IPFIX for each slot. This table is indexed by slot number. | |
| rcIpfixConfSlotEntry | 1.3.6.1.4.1.2272.1.66.1.2.1.1 | not-accessible | One Entry holding IPFIX config information on slot basis. | |
| I32 rcIpfixConfSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.1.1.1 | Integer32 | not-accessible | Slot number |
| I32 rcIpfixConfSlotAgingIntv | 1.3.6.1.4.1.2272.1.66.1.2.1.1.2 | Integer32 | read-write | Flow record aging interval (Value in seconds). |
| I32 rcIpfixConfSlotActiveTimeout | 1.3.6.1.4.1.2272.1.66.1.2.1.1.3 | Integer32 | read-write | Flow record active timeout value (Value in mins). |
| I32 rcIpfixConfSlotExportIntv | 1.3.6.1.4.1.2272.1.66.1.2.1.1.4 | Integer32 | read-write | Frequency of flow export to collector (Value in sec). |
| ENA rcIpfixConfSlotExportState | 1.3.6.1.4.1.2272.1.66.1.2.1.1.5 | EnableValue | read-write | State of exporter. |
| I32 rcIpfixConfSlotTempRefIntvSec | 1.3.6.1.4.1.2272.1.66.1.2.1.1.6 | Integer32 | read-write | Template refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first. |
| I32 rcIpfixConfSlotTempRefIntvPkts | 1.3.6.1.4.1.2272.1.66.1.2.1.1.7 | Integer32 | read-write | Template refresh timeout. Template is sent out to the collector at least every x seconds or every y exported packets, whichever occurs first. |
| rcIpfixCollectorTable | 1.3.6.1.4.1.2272.1.66.1.2.2 | not-accessible | Table to store the configuration details for IPFIX collector for each slot. This table is indexed by slot number and ip address. | |
| rcIpfixCollectorEntry | 1.3.6.1.4.1.2272.1.66.1.2.2.1 | not-accessible | One entry holds IPFIX collector config information based on slot info and collector ip address. | |
| I32 rcIpfixCollectorSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.2.1.1 | Integer32 | not-accessible | Slot number. An index to the CollectorEntry. |
| IPt rcIpfixCollectorAddressType | 1.3.6.1.4.1.2272.1.66.1.2.2.1.2 | InetAddressType | not-accessible | IP address type of the collector. An index to the CollectorEntry. |
| IP rcIpfixCollectorAddress | 1.3.6.1.4.1.2272.1.66.1.2.2.1.3 | InetAddress | not-accessible | IP address of the collector. An index to the CollectorEntry. |
| INT rcIpfixCollectorProtocol | 1.3.6.1.4.1.2272.1.66.1.2.2.1.4 | INTEGER | read-create | Protocol for export data from exporter to collector . |
| INE rcIpfixCollectorDestPort | 1.3.6.1.4.1.2272.1.66.1.2.2.1.5 | InetPortNumber | read-create | Dest port to send the requests. |
| IPt rcIpfixCollectorExporterIpType | 1.3.6.1.4.1.2272.1.66.1.2.2.1.6 | InetAddressType | read-create | Ip address type of the exporter for collector. |
| IP rcIpfixCollectorExporterIp | 1.3.6.1.4.1.2272.1.66.1.2.2.1.7 | InetAddress | read-create | Ip address of the exporter for collector. |
| INT rcIpfixCollectorProtoVer | 1.3.6.1.4.1.2272.1.66.1.2.2.1.8 | INTEGER | read-create | This specifies the protocol version for ipfix. |
| T/F rcIpfixCollectorState | 1.3.6.1.4.1.2272.1.66.1.2.2.1.9 | TruthValue | read-create | State of the particular collector. Enable is true by default. |
| ROW rcIpfixCollectorRowStatus | 1.3.6.1.4.1.2272.1.66.1.2.2.1.10 | RowStatus | read-create | Used to create/delete entries. |
| rcIpfixConfPortTable | 1.3.6.1.4.1.2272.1.66.1.2.3 | not-accessible | A table to store the configuration details for IPFIX for each port. This table is indexed by port number. | |
| rcIpfixConfPortEntry | 1.3.6.1.4.1.2272.1.66.1.2.3.1 | not-accessible | Entry holding IPFIX config information per port. | |
| NUM rcIpfixConfPortId | 1.3.6.1.4.1.2272.1.66.1.2.3.1.1 | InterfaceIndex | not-accessible | An index to the IpfixConfPortEntry, a unique identifier of the portId |
| I32 rcIpfixConfPortSampleRate | 1.3.6.1.4.1.2272.1.66.1.2.3.1.2 | Integer32 | read-write | Used to configure the sampling rate. Sample one in every N packets. |
| I32 rcIpfixConfPortHashPolyCoeffs | 1.3.6.1.4.1.2272.1.66.1.2.3.1.3 | Integer32 | read-write | Command to set hash polynomial coeffs. |
| I32 rcIpfixConfPortHashPolySeed | 1.3.6.1.4.1.2272.1.66.1.2.3.1.4 | Integer32 | read-write | Command to set hash polynomial seed. |
| INT rcIpfixConfPortFlush | 1.3.6.1.4.1.2272.1.66.1.2.3.1.5 | INTEGER | read-write | This 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 rcIpfixConfPortAllTraffic | 1.3.6.1.4.1.2272.1.66.1.2.3.1.6 | EnableValue | read-write | This is used to enable/disable ipfix on all trafiic, for the specified port. |
| INT rcIpfixConfPortHashKeyId | 1.3.6.1.4.1.2272.1.66.1.2.3.1.7 | INTEGER | read-write | hash key id. |
| I32 rcIpfixConfPortDynamicSampRate | 1.3.6.1.4.1.2272.1.66.1.2.3.1.8 | Integer32 | read-only | Indicates the dynamic sampling rate. |
| rcIpfixHashStatsTable | 1.3.6.1.4.1.2272.1.66.1.2.4 | not-accessible | A table of hash Statistics entries to store the statistics for each slot. This table is indexed by the slot number. | |
| rcIpfixHashStatsEntry | 1.3.6.1.4.1.2272.1.66.1.2.4.1 | not-accessible | Entry containing hash statistics information for a particular slot. | |
| I32 rcIpfixHashStatsSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.4.1.1 | Integer32 | not-accessible | A unique identifier for the table. |
| C64 rcIpfixHashStatsHashOverflows | 1.3.6.1.4.1.2272.1.66.1.2.4.1.2 | Counter64 | read-only | Count of hash overflows per slot. |
| C64 rcIpfixHashStatsHashDrops | 1.3.6.1.4.1.2272.1.66.1.2.4.1.3 | Counter64 | read-only | Count of hash drops per slot. |
| INT rcIpfixHashStatsClear | 1.3.6.1.4.1.2272.1.66.1.2.4.1.4 | INTEGER | read-write | Setting this object will clear hash statistics for a slot. |
| TIM rcIpfixHashStatsClearTime | 1.3.6.1.4.1.2272.1.66.1.2.4.1.5 | TimeStamp | read-only | The value of sysUpTime when the hash statistics were last cleared. |
| rcIpfixExporterStatsTable | 1.3.6.1.4.1.2272.1.66.1.2.5 | not-accessible | A 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. | |
| rcIpfixExporterStatsEntry | 1.3.6.1.4.1.2272.1.66.1.2.5.1 | not-accessible | Entry containing Exporter statistics information for a particular slot and particular collector. | |
| I32 rcIpfixExporterStatsSlotNum | 1.3.6.1.4.1.2272.1.66.1.2.5.1.1 | Integer32 | not-accessible | Index for the table, slot number. |
| IPt rcIpfixExporterStatsCollectorType | 1.3.6.1.4.1.2272.1.66.1.2.5.1.2 | InetAddressType | not-accessible | Collector IP address type. This is an index for the table. |
| IP rcIpfixExporterStatsCollector | 1.3.6.1.4.1.2272.1.66.1.2.5.1.3 | InetAddress | not-accessible | Index for the table, collector address. |
| C64 rcIpfixExporterStatsOutPkts | 1.3.6.1.4.1.2272.1.66.1.2.5.1.4 | Counter64 | read-only | Number of Packets sent. |
| C64 rcIpfixExporterStatsOutOctets | 1.3.6.1.4.1.2272.1.66.1.2.5.1.5 | Counter64 | read-only | Number of Bytes sent. |
| C64 rcIpfixExporterStatsPktsLoss | 1.3.6.1.4.1.2272.1.66.1.2.5.1.6 | Counter64 | read-only | Number of Records lost. |
| INT rcIpfixExporterStatsClear | 1.3.6.1.4.1.2272.1.66.1.2.5.1.7 | INTEGER | read-write | Setting this object will clear exporter statistics. |
| TIM rcIpfixExporterStatsClearTime | 1.3.6.1.4.1.2272.1.66.1.2.5.1.8 | TimeStamp | read-only | The value of sysUpTime when exporter statistics were last cleared. |
| rcOspfv3 | 1.3.6.1.4.1.2272.1.67 | |||
| rcOspfv3Mib | 1.3.6.1.4.1.2272.1.67.1 | |||
| rcOspfv3Objects | 1.3.6.1.4.1.2272.1.67.1.1 | |||
| rcOspfv3GeneralGroup | 1.3.6.1.4.1.2272.1.67.1.1.1 | |||
| IP rcOspfv3RouterId | 1.3.6.1.4.1.2272.1.67.1.1.1.1 | IpAddress | read-write | A 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 rcOspfv3AdminStat | 1.3.6.1.4.1.2272.1.67.1.1.1.2 | INTEGER | read-write | The 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 rcOspfv3VersionNumber | 1.3.6.1.4.1.2272.1.67.1.1.1.3 | INTEGER | read-only | The version number of OSPF for IPv6 is 3. |
| T/F rcOspfv3AreaBdrRtrStatus | 1.3.6.1.4.1.2272.1.67.1.1.1.4 | TruthValue | read-only | A flag to note whether this router is an area border router. |
| T/F rcOspfv3ASBdrRtrStatus | 1.3.6.1.4.1.2272.1.67.1.1.1.5 | TruthValue | read-write | A flag to note whether this router is config- ured as an Autonomous System border router. |
| G32 rcOspfv3AsScopeLsaCount | 1.3.6.1.4.1.2272.1.67.1.1.1.6 | Gauge32 | read-only | The number of AS-Scope (e.g. AS-External) link-state advertisements in the link-state database. |
| I32 rcOspfv3AsScopeLsaCksumSum | 1.3.6.1.4.1.2272.1.67.1.1.1.7 | Integer32 | read-only | The 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 rcOspfv3OriginateNewLsas | 1.3.6.1.4.1.2272.1.67.1.1.1.8 | Counter32 | read-only | The number of new link-state advertisements that have been originated. This number is in- cremented each time the router originates a new LSA. |
| C32 rcOspfv3RxNewLsas | 1.3.6.1.4.1.2272.1.67.1.1.1.9 | Counter32 | read-only | The 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 rcOspfv3ExtLsaCount | 1.3.6.1.4.1.2272.1.67.1.1.1.10 | Gauge32 | read-only | The number of External(LS type 0x4005) in the link- state database |
| I32 rcOspfv3ExtAreaLsdbLimit | 1.3.6.1.4.1.2272.1.67.1.1.1.11 | Integer32 | read-write | The 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 rcOspfv3MulticastExtensions | 1.3.6.1.4.1.2272.1.67.1.1.1.12 | Bits | read-write | A 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 rcOspfv3ExitOverflowInterval | 1.3.6.1.4.1.2272.1.67.1.1.1.13 | Unsigned32 | read-write | The 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 rcOspfv3DemandExtensions | 1.3.6.1.4.1.2272.1.67.1.1.1.14 | TruthValue | read-write | The router's support for demand routing. |
| T/F rcOspfv3TrafficEngineeringSupport | 1.3.6.1.4.1.2272.1.67.1.1.1.15 | TruthValue | read-write | The router's support for traffic engineering extensions. |
| U32 rcOspfv3ReferenceBandwidth | 1.3.6.1.4.1.2272.1.67.1.1.1.16 | Unsigned32 | read-write | Reference bandwidth in kilobits/second for calculating default interface metrics. The default value is 100,000 KBPS (100 MBPS) |
| INT rcOspfv3RestartSupport | 1.3.6.1.4.1.2272.1.67.1.1.1.17 | INTEGER | read-write | The router's support for OSPF hitless restart. Options include: no restart support, only planned restarts or both planned and unplanned restarts. |
| I32 rcOspfv3RestartInterval | 1.3.6.1.4.1.2272.1.67.1.1.1.18 | Integer32 | read-write | Configured OSPF hitless restart timeout interval. |
| INT rcOspfv3RestartStatus | 1.3.6.1.4.1.2272.1.67.1.1.1.19 | INTEGER | read-only | Current status of OSPF hitless restart. |
| I32 rcOspfv3RestartAge | 1.3.6.1.4.1.2272.1.67.1.1.1.20 | Integer32 | read-only | Remaining time in current OSPF hitless restart interval. |
| INT rcOspfv3RestartExitReason | 1.3.6.1.4.1.2272.1.67.1.1.1.21 | INTEGER | read-only | Describes 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 rcOspfv3BadLsaIgnore | 1.3.6.1.4.1.2272.1.67.1.1.1.22 | INTEGER | read-write | The 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. |
| rcOspfv3AreaTable | 1.3.6.1.4.1.2272.1.67.1.1.2 | not-accessible | Information describing the configured parame- ters and cumulative statistics of the router's attached areas. | |
| rcOspfv3AreaEntry | 1.3.6.1.4.1.2272.1.67.1.1.2.1 | not-accessible | Information describing the configured parame- ters and cumulative statistics of one of the router's attached areas. | |
| IP rcOspfv3AreaId | 1.3.6.1.4.1.2272.1.67.1.1.2.1.1 | IpAddress | not-accessible | A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPFv3 backbone. |
| INT rcOspfv3ImportAsExtern | 1.3.6.1.4.1.2272.1.67.1.1.2.1.2 | INTEGER | read-write | Indicates 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 rcOspfv3AreaSpfRuns | 1.3.6.1.4.1.2272.1.67.1.1.2.1.3 | Counter32 | read-only | The 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 rcOspfv3AreaBdrRtrCount | 1.3.6.1.4.1.2272.1.67.1.1.2.1.4 | Gauge32 | read-only | The total number of area border routers reach- able within this area. This is initially zero, and is calculated in each SPF Pass. |
| G32 rcOspfv3AreaAsBdrRtrCount | 1.3.6.1.4.1.2272.1.67.1.1.2.1.5 | Gauge32 | read-only | The total number of Autonomous System border routers reachable within this area. This is initially zero, and is calculated in each SPF Pass. |
| G32 rcOspfv3AreaScopeLsaCount | 1.3.6.1.4.1.2272.1.67.1.1.2.1.6 | Gauge32 | read-only | The total number of Area-Scope link-state advertisements in this area's link-state database. |
| I32 rcOspfv3AreaScopeLsaCksumSum | 1.3.6.1.4.1.2272.1.67.1.1.2.1.7 | Integer32 | read-only | The 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 rcOspfv3AreaSummary | 1.3.6.1.4.1.2272.1.67.1.1.2.1.8 | INTEGER | read-write | The 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 rcOspfv3AreaStatus | 1.3.6.1.4.1.2272.1.67.1.1.2.1.9 | RowStatus | read-create | This variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6]. |
| I32 rcOspfv3StubMetric | 1.3.6.1.4.1.2272.1.67.1.1.2.1.10 | Integer32 | read-write | The metric value advertised for the default route into Stub and NSSA areas. |
| INT rcOspfv3AreaNssaTranslatorRole | 1.3.6.1.4.1.2272.1.67.1.1.2.1.11 | INTEGER | read-write | Indicates an NSSA Border router's ability to perform NSSA translation of type-7 LSAs into type-5 LSAs. |
| INT rcOspfv3AreaNssaTranslatorState | 1.3.6.1.4.1.2272.1.67.1.1.2.1.12 | INTEGER | read-only | Indicates 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 rcOspfv3AreaNssaTranslatorStabilityInterval | 1.3.6.1.4.1.2272.1.67.1.1.2.1.13 | Unsigned32 | read-write | The number of seconds after an elected translator determines its services are no longer required, that it should continue to perform its translation duties. |
| C32 rcOspfv3AreaNssaTranslatorEvents | 1.3.6.1.4.1.2272.1.67.1.1.2.1.14 | Counter32 | read-only | Indicates the number of Translator State changes that have occurred since the last boot-up. |
| INT rcOspfv3AreaStubMetricType | 1.3.6.1.4.1.2272.1.67.1.1.2.1.15 | INTEGER | read-write | This variable displays the type of metric ad- vertised as a default route. |
| rcOspfv3AsLsdbTable | 1.3.6.1.4.1.2272.1.67.1.1.3 | not-accessible | The OSPFv3 Process's AS-Scope Link State Database. | |
| rcOspfv3AsLsdbEntry | 1.3.6.1.4.1.2272.1.67.1.1.3.1 | not-accessible | A single AS-Scope Link State Advertisement. | |
| INT rcOspfv3AsLsdbType | 1.3.6.1.4.1.2272.1.67.1.1.3.1.1 | INTEGER | not-accessible | The 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 rcOspfv3AsLsdbRouterId | 1.3.6.1.4.1.2272.1.67.1.1.3.1.2 | IpAddress | not-accessible | The 32 bit number that uniquely identifies the originating router in the Autonomous System. |
| U32 rcOspfv3AsLsdbLsid | 1.3.6.1.4.1.2272.1.67.1.1.3.1.3 | Unsigned32 | not-accessible | The 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 rcOspfv3AsLsdbSequence | 1.3.6.1.4.1.2272.1.67.1.1.3.1.4 | Integer32 | read-only | The 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 rcOspfv3AsLsdbAge | 1.3.6.1.4.1.2272.1.67.1.1.3.1.5 | Integer32 | read-only | This field is the age of the link state adver- tisement in seconds. |
| I32 rcOspfv3AsLsdbChecksum | 1.3.6.1.4.1.2272.1.67.1.1.3.1.6 | Integer32 | read-only | This 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 rcOspfv3AsLsdbAdvertisement | 1.3.6.1.4.1.2272.1.67.1.1.3.1.7 | OCTET STRING | read-only | The entire Link State Advertisement, including its header. |
| T/F rcOspfv3AsLsdbTypeKnown | 1.3.6.1.4.1.2272.1.67.1.1.3.1.8 | TruthValue | read-only | Is the LSA type recognized by this Router? |
| rcOspfv3AreaLsdbTable | 1.3.6.1.4.1.2272.1.67.1.1.4 | not-accessible | The OSPFv3 Process's Area-Scope Link State Database. | |
| rcOspfv3AreaLsdbEntry | 1.3.6.1.4.1.2272.1.67.1.1.4.1 | not-accessible | A single Area-Scope Link State Advertisement. | |
| IP rcOspfv3AreaLsdbAreaId | 1.3.6.1.4.1.2272.1.67.1.1.4.1.1 | IpAddress | not-accessible | The 32 bit identifier of the Area from which the LSA was received. |
| INT rcOspfv3AreaLsdbType | 1.3.6.1.4.1.2272.1.67.1.1.4.1.2 | INTEGER | not-accessible | The 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 rcOspfv3AreaLsdbRouterId | 1.3.6.1.4.1.2272.1.67.1.1.4.1.3 | IpAddress | not-accessible | The 32 bit number that uniquely identifies the originating router in the Autonomous System. |
| U32 rcOspfv3AreaLsdbLsid | 1.3.6.1.4.1.2272.1.67.1.1.4.1.4 | Unsigned32 | not-accessible | The 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 rcOspfv3AreaLsdbSequence | 1.3.6.1.4.1.2272.1.67.1.1.4.1.5 | Integer32 | read-only | The 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 rcOspfv3AreaLsdbAge | 1.3.6.1.4.1.2272.1.67.1.1.4.1.6 | Integer32 | read-only | This field is the age of the link state adver- tisement in seconds. |
| I32 rcOspfv3AreaLsdbChecksum | 1.3.6.1.4.1.2272.1.67.1.1.4.1.7 | Integer32 | read-only | This 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 rcOspfv3AreaLsdbAdvertisement | 1.3.6.1.4.1.2272.1.67.1.1.4.1.8 | OCTET STRING | read-only | The entire Link State Advertisement, including its header. |
| T/F rcOspfv3AreaLsdbTypeKnown | 1.3.6.1.4.1.2272.1.67.1.1.4.1.9 | TruthValue | read-only | Is the LSA type recognized by this Router? |
| rcOspfv3LinkLsdbTable | 1.3.6.1.4.1.2272.1.67.1.1.5 | not-accessible | The OSPFv3 Process's Link-Scope Link State Database. | |
| rcOspfv3LinkLsdbEntry | 1.3.6.1.4.1.2272.1.67.1.1.5.1 | not-accessible | A single Link-Scope Link State Advertisement. | |
| NUM rcOspfv3LinkLsdbIfIndex | 1.3.6.1.4.1.2272.1.67.1.1.5.1.1 | InterfaceIndex | not-accessible | The identifier of the link from which the LSA was received. |
| INT rcOspfv3LinkLsdbType | 1.3.6.1.4.1.2272.1.67.1.1.5.1.2 | INTEGER | not-accessible | The 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 rcOspfv3LinkLsdbRouterId | 1.3.6.1.4.1.2272.1.67.1.1.5.1.3 | IpAddress | not-accessible | The 32 bit number that uniquely identifies the originating router in the Autonomous System. |
| U32 rcOspfv3LinkLsdbLsid | 1.3.6.1.4.1.2272.1.67.1.1.5.1.4 | Unsigned32 | not-accessible | The 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 rcOspfv3LinkLsdbSequence | 1.3.6.1.4.1.2272.1.67.1.1.5.1.5 | Integer32 | read-only | The 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 rcOspfv3LinkLsdbAge | 1.3.6.1.4.1.2272.1.67.1.1.5.1.6 | Integer32 | read-only | This field is the age of the link state advertisement in seconds. |
| I32 rcOspfv3LinkLsdbChecksum | 1.3.6.1.4.1.2272.1.67.1.1.5.1.7 | Integer32 | read-only | This 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 rcOspfv3LinkLsdbAdvertisement | 1.3.6.1.4.1.2272.1.67.1.1.5.1.8 | OCTET STRING | read-only | The entire Link State Advertisement, including its header. |
| T/F rcOspfv3LinkLsdbTypeKnown | 1.3.6.1.4.1.2272.1.67.1.1.5.1.9 | TruthValue | read-only | Indicates whether the LSA type is recognized by this Router. |
| rcOspfv3HostTable | 1.3.6.1.4.1.2272.1.67.1.1.6 | not-accessible | The list of Hosts, and their metrics, that the router will advertise as host routes. | |
| rcOspfv3HostEntry | 1.3.6.1.4.1.2272.1.67.1.1.6.1 | not-accessible | A metric to be advertised when a given host is reachable. | |
| INT rcOspfv3HostAddressType | 1.3.6.1.4.1.2272.1.67.1.1.6.1.1 | INTEGER | not-accessible | The address type of rcOspfv3HostAddress. Only IPv6 addresses without zone index are expected. |
| OCT rcOspfv3HostAddress | 1.3.6.1.4.1.2272.1.67.1.1.6.1.2 | OCTET STRING | not-accessible | The IPv6 Address of the Host. Must be a Global or Site-local address. |
| I32 rcOspfv3HostMetric | 1.3.6.1.4.1.2272.1.67.1.1.6.1.3 | Integer32 | read-write | The Metric to be advertised. |
| ROW rcOspfv3HostStatus | 1.3.6.1.4.1.2272.1.67.1.1.6.1.4 | RowStatus | read-create | This variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6]. |
| IP rcOspfv3HostAreaID | 1.3.6.1.4.1.2272.1.67.1.1.6.1.5 | IpAddress | read-write | The 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 |
| rcOspfv3IfTable | 1.3.6.1.4.1.2272.1.67.1.1.7 | not-accessible | The OSPFv3 Interface Table describes the inter- faces from the viewpoint of OSPFv3. | |
| rcOspfv3IfEntry | 1.3.6.1.4.1.2272.1.67.1.1.7.1 | not-accessible | The OSPFv3 Interface Entry describes one inter- face from the viewpoint of OSPFv3. | |
| NUM rcOspfv3IfIndex | 1.3.6.1.4.1.2272.1.67.1.1.7.1.1 | InterfaceIndex | not-accessible | The interface index of this OSPFv3 interface. It corresponds to the interface index of the IPv6 interface on which OSPFv3 is configured. |
| IP rcOspfv3IfAreaId | 1.3.6.1.4.1.2272.1.67.1.1.7.1.2 | IpAddress | read-write | A 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 rcOspfv3IfType | 1.3.6.1.4.1.2272.1.67.1.1.7.1.3 | INTEGER | read-write | The OSPFv3 interface type. |
| INT rcOspfv3IfAdminStat | 1.3.6.1.4.1.2272.1.67.1.1.7.1.4 | INTEGER | read-write | The 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 rcOspfv3IfRtrPriority | 1.3.6.1.4.1.2272.1.67.1.1.7.1.5 | Integer32 | read-write | The 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 rcOspfv3IfTransitDelay | 1.3.6.1.4.1.2272.1.67.1.1.7.1.6 | Integer32 | read-write | The estimated number of seconds it takes to transmit a link state update packet over this interface. |
| I32 rcOspfv3IfRetransInterval | 1.3.6.1.4.1.2272.1.67.1.1.7.1.7 | Integer32 | read-write | The 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 rcOspfv3IfHelloInterval | 1.3.6.1.4.1.2272.1.67.1.1.7.1.8 | Integer32 | read-write | The 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 rcOspfv3IfRtrDeadInterval | 1.3.6.1.4.1.2272.1.67.1.1.7.1.9 | Integer32 | read-write | The 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 rcOspfv3IfPollInterval | 1.3.6.1.4.1.2272.1.67.1.1.7.1.10 | Unsigned32 | read-write | The larger time interval, in seconds, between the Hello packets sent to an inactive non- broadcast multi- access neighbor. |
| INT rcOspfv3IfState | 1.3.6.1.4.1.2272.1.67.1.1.7.1.11 | INTEGER | read-only | The OSPFv3 Interface State. |
| IP rcOspfv3IfDesignatedRouter | 1.3.6.1.4.1.2272.1.67.1.1.7.1.12 | IpAddress | read-only | The Router ID of the Designated Router. |
| IP rcOspfv3IfBackupDesignatedRouter | 1.3.6.1.4.1.2272.1.67.1.1.7.1.14 | IpAddress | read-only | The Router ID of the Backup Designated Router. |
| C32 rcOspfv3IfEvents | 1.3.6.1.4.1.2272.1.67.1.1.7.1.15 | Counter32 | read-only | The number of times this OSPF interface has changed its state, or an error has occurred. |
| ROW rcOspfv3IfStatus | 1.3.6.1.4.1.2272.1.67.1.1.7.1.17 | RowStatus | read-create | This variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6]. |
| INT rcOspfv3IfMulticastForwarding | 1.3.6.1.4.1.2272.1.67.1.1.7.1.18 | INTEGER | read-write | The 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 rcOspfv3IfDemand | 1.3.6.1.4.1.2272.1.67.1.1.7.1.19 | TruthValue | read-write | Indicates 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 rcOspfv3IfMetricValue | 1.3.6.1.4.1.2272.1.67.1.1.7.1.20 | Integer32 | read-write | The 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 rcOspfv3IfLinkScopeLsaCount | 1.3.6.1.4.1.2272.1.67.1.1.7.1.21 | Gauge32 | read-only | The total number of Link-Scope link-state advertisements in this link's link-state database. |
| I32 rcOspfv3IfLinkLsaCksumSum | 1.3.6.1.4.1.2272.1.67.1.1.7.1.22 | Integer32 | read-only | The 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 rcOspfv3IfInstId | 1.3.6.1.4.1.2272.1.67.1.1.7.1.23 | Integer32 | read-write | Enables 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 rcOspfv3IfDemandNbrProbe | 1.3.6.1.4.1.2272.1.67.1.1.7.1.24 | TruthValue | read-write | Indicates whether or not neighbor probing is enabled to determine whether or not the neighbor is inactive. Neighbor probing is disabled by default. |
| U32 rcOspfv3IfDemandNbrProbeRetxLimit | 1.3.6.1.4.1.2272.1.67.1.1.7.1.25 | Unsigned32 | read-write | The number of consecutive LSA retransmissions before the neighbor is deemed inactive and the neighbor adjacency is brought down. |
| U32 rcOspfv3IfDemandNbrProbeInterval | 1.3.6.1.4.1.2272.1.67.1.1.7.1.26 | Unsigned32 | read-write | Defines how often the neighbor will be probed. |
| rcOspfv3VirtIfTable | 1.3.6.1.4.1.2272.1.67.1.1.8 | not-accessible | Information about this router's virtual inter- faces. | |
| rcOspfv3VirtIfEntry | 1.3.6.1.4.1.2272.1.67.1.1.8.1 | not-accessible | Information about a single Virtual Interface. | |
| IP rcOspfv3VirtIfAreaId | 1.3.6.1.4.1.2272.1.67.1.1.8.1.1 | IpAddress | not-accessible | The Transit Area that the Virtual Link traverses. By definition, this is not 0.0.0.0 |
| IP rcOspfv3VirtIfNeighbor | 1.3.6.1.4.1.2272.1.67.1.1.8.1.2 | IpAddress | not-accessible | The Router ID of the Virtual Neighbor. |
| I32 rcOspfv3VirtIfIndex | 1.3.6.1.4.1.2272.1.67.1.1.8.1.3 | Integer32 | read-only | The 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 rcOspfv3VirtIfTransitDelay | 1.3.6.1.4.1.2272.1.67.1.1.8.1.4 | Integer32 | read-write | The estimated number of seconds it takes to transmit a link- state update packet over this interface. |
| I32 rcOspfv3VirtIfRetransInterval | 1.3.6.1.4.1.2272.1.67.1.1.8.1.5 | Integer32 | read-write | The 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 rcOspfv3VirtIfHelloInterval | 1.3.6.1.4.1.2272.1.67.1.1.8.1.6 | Integer32 | read-write | The 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 rcOspfv3VirtIfRtrDeadInterval | 1.3.6.1.4.1.2272.1.67.1.1.8.1.7 | Integer32 | read-write | The 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 rcOspfv3VirtIfState | 1.3.6.1.4.1.2272.1.67.1.1.8.1.8 | INTEGER | read-only | OSPF virtual interface states. |
| C32 rcOspfv3VirtIfEvents | 1.3.6.1.4.1.2272.1.67.1.1.8.1.9 | Counter32 | read-only | The number of state changes or error events on this Virtual Link |
| ROW rcOspfv3VirtIfStatus | 1.3.6.1.4.1.2272.1.67.1.1.8.1.10 | RowStatus | read-create | This variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6]. |
| G32 rcOspfv3VirtIfLinkScopeLsaCount | 1.3.6.1.4.1.2272.1.67.1.1.8.1.11 | Gauge32 | read-only | The total number of Link-Scope link-state advertisements in this virtual link's link-state database. |
| I32 rcOspfv3VirtIfLinkLsaCksumSum | 1.3.6.1.4.1.2272.1.67.1.1.8.1.12 | Integer32 | read-only | The 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. |
| rcOspfv3NbrTable | 1.3.6.1.4.1.2272.1.67.1.1.9 | not-accessible | A table of non-virtual neighbor information. | |
| rcOspfv3NbrEntry | 1.3.6.1.4.1.2272.1.67.1.1.9.1 | not-accessible | The information regarding a single neighbor. | |
| NUM rcOspfv3NbrIfIndex | 1.3.6.1.4.1.2272.1.67.1.1.9.1.1 | InterfaceIndex | not-accessible | The local link ID of the link over which the neighbor can be reached. |
| IP rcOspfv3NbrRtrId | 1.3.6.1.4.1.2272.1.67.1.1.9.1.2 | IpAddress | not-accessible | A 32-bit integer (represented as a type IpAd- dress) uniquely identifying the neighboring router in the Autonomous System. |
| INT rcOspfv3NbrAddressType | 1.3.6.1.4.1.2272.1.67.1.1.9.1.3 | INTEGER | read-only | The address type of rcOspfv3NbrAddress. Only IPv6 addresses without zone index are expected. |
| OCT rcOspfv3NbrAddress | 1.3.6.1.4.1.2272.1.67.1.1.9.1.4 | OCTET STRING | read-only | The IPv6 address of the neighbor associated with the local link. |
| I32 rcOspfv3NbrOptions | 1.3.6.1.4.1.2272.1.67.1.1.9.1.5 | Integer32 | read-only | A Bit Mask corresponding to the neighbor's op- tions field. |
| INT rcOspfv3NbrPriority | 1.3.6.1.4.1.2272.1.67.1.1.9.1.6 | INTEGER | read-only | The 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 rcOspfv3NbrState | 1.3.6.1.4.1.2272.1.67.1.1.9.1.7 | INTEGER | read-only | The State of the relationship with this Neigh- bor. |
| C32 rcOspfv3NbrEvents | 1.3.6.1.4.1.2272.1.67.1.1.9.1.8 | Counter32 | read-only | The number of times this neighbor relationship has changed state, or an error has occurred. |
| G32 rcOspfv3NbrLsRetransQLen | 1.3.6.1.4.1.2272.1.67.1.1.9.1.9 | Gauge32 | read-only | The current length of the retransmission queue. |
| T/F rcOspfv3NbrHelloSuppressed | 1.3.6.1.4.1.2272.1.67.1.1.9.1.10 | TruthValue | read-only | Indicates whether Hellos are being suppressed to the neighbor |
| I32 rcOspfv3NbrIfId | 1.3.6.1.4.1.2272.1.67.1.1.9.1.11 | Integer32 | read-only | The interface ID that the neighbor advertises in its Hello Packets on this link, that is, the neighbor's local interface index. |
| INT rcOspfv3NbrRestartHelperStatus | 1.3.6.1.4.1.2272.1.67.1.1.9.1.12 | INTEGER | read-only | Indicates whether the router is acting as a hitless restart helper for the neighbor. |
| I32 rcOspfv3NbrRestartHelperAge | 1.3.6.1.4.1.2272.1.67.1.1.9.1.13 | Integer32 | read-only | Remaining time in current OSPF hitless restart interval, if the router is acting as a restart helper for the neighbor. |
| INT rcOspfv3NbrRestartHelperExitReason | 1.3.6.1.4.1.2272.1.67.1.1.9.1.14 | INTEGER | read-only | Describes the outcome of the last attempt at acting as a hitless restart helper for the neighbor. |
| rcOspfv3NbmaNbrTable | 1.3.6.1.4.1.2272.1.67.1.1.10 | not-accessible | A table of configured non-virtual neighbor information and neighbors dynamically discovered by lower-level protocols such as Inverse Neighbor Discovery. | |
| rcOspfv3NbmaNbrEntry | 1.3.6.1.4.1.2272.1.67.1.1.10.1 | not-accessible | The information regarding a single configured neighbor or neighbor discovered by lower-level protocols such as Inverse Neighbor Discovery. | |
| NUM rcOspfv3NbmaNbrIfIndex | 1.3.6.1.4.1.2272.1.67.1.1.10.1.1 | InterfaceIndex | not-accessible | The local link ID of the link over which the neighbor can be reached. |
| ADR rcOspfv3NbmaNbrAddress | 1.3.6.1.4.1.2272.1.67.1.1.10.1.2 | Ipv6Address | not-accessible | The IPv6 address of the neighbor associated with the local link. |
| INT rcOspfv3NbmaNbrPriority | 1.3.6.1.4.1.2272.1.67.1.1.10.1.3 | INTEGER | read-write | The 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 rcOspfv3NbmaNbrRtrId | 1.3.6.1.4.1.2272.1.67.1.1.10.1.4 | IpAddress | read-only | A 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 rcOspfv3NbmaNbrState | 1.3.6.1.4.1.2272.1.67.1.1.10.1.5 | INTEGER | read-only | The State of the relationship with this Neigh- bor. |
| STO rcOspfv3NbmaNbrStorageType | 1.3.6.1.4.1.2272.1.67.1.1.10.1.6 | StorageType | read-write | The 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 rcOspfv3NbmaNbrStatus | 1.3.6.1.4.1.2272.1.67.1.1.10.1.7 | RowStatus | read-create | This variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6]. |
| rcOspfv3VirtNbrTable | 1.3.6.1.4.1.2272.1.67.1.1.11 | not-accessible | A table of virtual neighbor information. | |
| rcOspfv3VirtNbrEntry | 1.3.6.1.4.1.2272.1.67.1.1.11.1 | not-accessible | Virtual neighbor information. | |
| IP rcOspfv3VirtNbrArea | 1.3.6.1.4.1.2272.1.67.1.1.11.1.1 | IpAddress | not-accessible | The Transit Area Identifier. |
| IP rcOspfv3VirtNbrRtrId | 1.3.6.1.4.1.2272.1.67.1.1.11.1.2 | IpAddress | not-accessible | A 32-bit integer uniquely identifying the neighboring router in the Autonomous System. |
| I32 rcOspfv3VirtNbrIfIndex | 1.3.6.1.4.1.2272.1.67.1.1.11.1.3 | Integer32 | read-only | The local interface ID for the virtual link over which the neighbor can be reached. |
| INT rcOspfv3VirtNbrAddressType | 1.3.6.1.4.1.2272.1.67.1.1.11.1.4 | INTEGER | read-only | The address type of rcOspfv3VirtNbrAddress. Only IPv6 addresses without zone index are expected. |
| OCT rcOspfv3VirtNbrAddress | 1.3.6.1.4.1.2272.1.67.1.1.11.1.5 | OCTET STRING | read-only | The IPv6 address advertised by this Virtual Neighbor. It must be a Site-Local or Global scope address. |
| I32 rcOspfv3VirtNbrOptions | 1.3.6.1.4.1.2272.1.67.1.1.11.1.6 | Integer32 | read-only | A Bit Mask corresponding to the neighbor's op- tions field. |
| INT rcOspfv3VirtNbrState | 1.3.6.1.4.1.2272.1.67.1.1.11.1.7 | INTEGER | read-only | The state of the Virtual Neighbor Relation- ship. |
| C32 rcOspfv3VirtNbrEvents | 1.3.6.1.4.1.2272.1.67.1.1.11.1.8 | Counter32 | read-only | The number of times this virtual link has changed its state, or an error has occurred. |
| G32 rcOspfv3VirtNbrLsRetransQLen | 1.3.6.1.4.1.2272.1.67.1.1.11.1.9 | Gauge32 | read-only | The current length of the retransmission queue. |
| T/F rcOspfv3VirtNbrHelloSuppressed | 1.3.6.1.4.1.2272.1.67.1.1.11.1.10 | TruthValue | read-only | Indicates whether Hellos are being suppressed to the neighbor |
| I32 rcOspfv3VirtNbrIfId | 1.3.6.1.4.1.2272.1.67.1.1.11.1.11 | Integer32 | read-only | The interface ID that the neighbor advertises in its Hello Packets on this virtual link, that is, the neighbor's local interface ID. |
| INT rcOspfv3VirtNbrRestartHelperStatus | 1.3.6.1.4.1.2272.1.67.1.1.11.1.12 | INTEGER | read-only | Indicates whether the router is acting as a hitless restart helper for the neighbor. |
| I32 rcOspfv3VirtNbrRestartHelperAge | 1.3.6.1.4.1.2272.1.67.1.1.11.1.13 | Integer32 | read-only | Remaining time in current OSPF hitless restart interval, if the router is acting as a restart helper for the neighbor. |
| INT rcOspfv3VirtNbrRestartHelperExitReason | 1.3.6.1.4.1.2272.1.67.1.1.11.1.14 | INTEGER | read-only | Describes the outcome of the last attempt at acting as a hitless restart helper for the neighbor. |
| rcOspfv3AreaAggregateTable | 1.3.6.1.4.1.2272.1.67.1.1.12 | not-accessible | A 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. | |
| rcOspfv3AreaAggregateEntry | 1.3.6.1.4.1.2272.1.67.1.1.12.1 | not-accessible | A 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 rcOspfv3AreaAggregateAreaID | 1.3.6.1.4.1.2272.1.67.1.1.12.1.1 | IpAddress | not-accessible | The Area the Address Aggregate is to be found within. |
| INT rcOspfv3AreaAggregateAreaLsdbType | 1.3.6.1.4.1.2272.1.67.1.1.12.1.2 | INTEGER | not-accessible | The type of the Address Aggregate. This field specifies the Area Lsdb type that this Address Ag- gregate applies to. |
| ADR rcOspfv3AreaAggregatePrefix | 1.3.6.1.4.1.2272.1.67.1.1.12.1.3 | Ipv6Address | not-accessible | The IPv6 Prefix. |
| U32 rcOspfv3AreaAggregatePrefixLength | 1.3.6.1.4.1.2272.1.67.1.1.12.1.4 | Unsigned32 | not-accessible | The length of the prefix (in bits). A prefix can not be shorter than 3 bits. |
| ROW rcOspfv3AreaAggregateStatus | 1.3.6.1.4.1.2272.1.67.1.1.12.1.5 | RowStatus | read-create | This variable controls the status of the en- try. The use of RowStatus is covered in more detail in [6]. |
| INT rcOspfv3AreaAggregateEffect | 1.3.6.1.4.1.2272.1.67.1.1.12.1.6 | INTEGER | read-write | Prefixes 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 rcOspfv3AreaAggregateRouteTag | 1.3.6.1.4.1.2272.1.67.1.1.12.1.7 | Integer32 | read-write | This tag is advertised only in the summarized As-External LSA when summarizing from type-7 to type-5. |
| INT rcOspfv3AreaAggregateAdvertiseMetric | 1.3.6.1.4.1.2272.1.67.1.1.12.1.8 | INTEGER | read-write | Used 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. |
| rcOspfv3Stats | 1.3.6.1.4.1.2272.1.67.1.1.13 | |||
| C32 rcOspfv3StatsTxPackets | 1.3.6.1.4.1.2272.1.67.1.1.13.1 | Counter32 | read-only | Used to indicate the number of packets transmitted by OSPF. |
| C32 rcOspfv3StatsRxPackets | 1.3.6.1.4.1.2272.1.67.1.1.13.2 | Counter32 | read-only | Used to indicate the number of packets received by OSPF. |
| C32 rcOspfv3StatsTxDropPackets | 1.3.6.1.4.1.2272.1.67.1.1.13.3 | Counter32 | read-only | Used to indicate the number of packets dropped before transmitted by OSPF. |
| C32 rcOspfv3StatsRxDropPackets | 1.3.6.1.4.1.2272.1.67.1.1.13.4 | Counter32 | read-only | Used to indicate the number of packets dropped before received by OSPF. |
| C32 rcOspfv3StatsRxBadPackets | 1.3.6.1.4.1.2272.1.67.1.1.13.5 | Counter32 | read-only | Used to indicate the number of packets received by OSPF that are bad. |
| C32 rcOspfv3StatsSpfRuns | 1.3.6.1.4.1.2272.1.67.1.1.13.6 | Counter32 | read-only | Used 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 rcOspfv3StatsLastSpfRun | 1.3.6.1.4.1.2272.1.67.1.1.13.7 | TimeTicks | read-only | Used to indicate the time(SysUpTime) since the last spf calculated by OSPF. |
| G32 rcOspfv3StatsLsdbTblSize | 1.3.6.1.4.1.2272.1.67.1.1.13.8 | Gauge32 | read-only | Used to indicate the number of entries in the linkstate database table. |
| C32 rcOspfv3StatsBadLsReqs | 1.3.6.1.4.1.2272.1.67.1.1.13.9 | Counter32 | read-only | Used to indicate the number of bad ls requests. |
| C32 rcOspfv3StatsSeqMismatches | 1.3.6.1.4.1.2272.1.67.1.1.13.10 | Counter32 | read-only | Used to indicate the number of sequence mismatched packets. |
| rcOspfv3Conformance | 1.3.6.1.4.1.2272.1.67.1.2 | |||
| rcOspfv3Groups | 1.3.6.1.4.1.2272.1.67.1.2.1 | |||
| rcOspfv3BasicGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.1 | These objects are required for OSPFv3 systems. | ||
| rcOspfv3AreaGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.2 | These objects are required for OSPFv3 systems supporting areas. | ||
| rcOspfv3AsLsdbGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.3 | These objects are required for OSPFv3 systems that display their AS-scope link state database. | ||
| rcOspfv3AreaLsdbGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.4 | These objects are required for OSPFv3 systems that display their Area-scope link state database. | ||
| rcOspfv3LinkLsdbGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.5 | These objects are required for OSPFv3 systems that display their Link-scope link state database. | ||
| rcOspfv3HostGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.6 | These objects are required for OSPFv3 systems that support attached hosts. | ||
| rcOspfv3IfGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.7 | These interface objects are required for OSPFv3 systems. | ||
| rcOspfv3VirtIfGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.8 | These virtual interface objects are required for OSPFv3 systems. | ||
| rcOspfv3NbrGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.9 | These neighbor objects are required for OSPFv3 systems. | ||
| rcOspfv3NbmaNbrGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.10 | These NBMA neighbor objects are required for OSPFv3 systems. | ||
| rcOspfv3VirtNbrGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.11 | These virtual neighbor objects are required for OSPFv3 systems. | ||
| rcOspfv3AreaAggregateGroup | 1.3.6.1.4.1.2272.1.67.1.2.1.12 | These area aggregate objects are required for OSPFv3 systems. | ||
| rcOspfv3Compliances | 1.3.6.1.4.1.2272.1.67.1.2.2 | |||
| rcOspfv3Compliance | 1.3.6.1.4.1.2272.1.67.1.2.2.1 | The compliance statement | ||
| rcCfm | 1.3.6.1.4.1.2272.1.69 | |||
| rcCfmMaintenanceDomainTable | 1.3.6.1.4.1.2272.1.69.1 | not-accessible | Connectivity Fault Management Maintenance Domain table | |
| rcCfmMaintenanceDomainEntry | 1.3.6.1.4.1.2272.1.69.1.1 | not-accessible | Connectivity Fault Management Maintenance Domain entry. | |
| INT rcCfmMaintenanceDomainIndex | 1.3.6.1.4.1.2272.1.69.1.1.1 | INTEGER | not-accessible | Maintenance Domain index |
| STR rcCfmMaintenanceDomainName | 1.3.6.1.4.1.2272.1.69.1.1.2 | DisplayString | read-create | Maintenance Domain Name |
| ROW rcCfmMaintenanceDomainRowStatus | 1.3.6.1.4.1.2272.1.69.1.1.3 | RowStatus | read-create | Used to create/delete entries |
| I32 rcCfmMaintenanceDomainNumOfMa | 1.3.6.1.4.1.2272.1.69.1.1.4 | Integer32 | read-only | Used to indicate the number of MAs belong to this maintenance domain |
| INT rcCfmMaintenanceDomainLevel | 1.3.6.1.4.1.2272.1.69.1.1.6 | INTEGER | read-create | To set the maintenance level in this domain |
| I32 rcCfmMaintenanceDomainNumOfMip | 1.3.6.1.4.1.2272.1.69.1.1.7 | Integer32 | read-only | Used to indicate the number of Mips belong to this maintenance domain |
| INT rcCfmMaintenanceDomainType | 1.3.6.1.4.1.2272.1.69.1.1.8 | INTEGER | read-only | To indicate the type of domain |
| rcCfmMaintenanceAssociationTable | 1.3.6.1.4.1.2272.1.69.2 | not-accessible | Connectivity Fault Management Maintenance Association table | |
| rcCfmMaintenanceAssociationEntry | 1.3.6.1.4.1.2272.1.69.2.1 | not-accessible | Connectivity Fault Management Maintenance Association entry. | |
| INT rcCfmMaintenanceAssociationDomainIndex | 1.3.6.1.4.1.2272.1.69.2.1.1 | INTEGER | not-accessible | Maintenance Association Domain Index |
| INT rcCfmMaintenanceAssociationAssociationIndex | 1.3.6.1.4.1.2272.1.69.2.1.2 | INTEGER | not-accessible | Maintenance Association Index |
| STR rcCfmMaintenanceAssociationDomainName | 1.3.6.1.4.1.2272.1.69.2.1.3 | DisplayString | read-only | Maintenance Association Domain Name |
| STR rcCfmMaintenanceAssociationAssociationName | 1.3.6.1.4.1.2272.1.69.2.1.4 | DisplayString | read-create | Maintenance Association Name |
| ENA rcCfmMaintenanceAssociationAdminState | 1.3.6.1.4.1.2272.1.69.2.1.5 | EnableValue | read-create | Administratively enable or disable a maintenance association. |
| ROW rcCfmMaintenanceAssociationRowStatus | 1.3.6.1.4.1.2272.1.69.2.1.6 | RowStatus | read-create | Used to create/delete entries |
| I32 rcCfmMaintenanceAssociationNumOfMep | 1.3.6.1.4.1.2272.1.69.2.1.12 | Integer32 | read-only | Used to indicate the number of MEPs belong to this maintenance association |
| rcCfmMaintenanceEndPointTable | 1.3.6.1.4.1.2272.1.69.3 | not-accessible | Connectivity Fault Management Maintenance Association table | |
| rcCfmMaintenanceEndPointEntry | 1.3.6.1.4.1.2272.1.69.3.1 | not-accessible | Connectivity Fault Management Maintenance EndPoint entry. | |
| I32 rcCfmMaintenanceEndPointDomainIndex | 1.3.6.1.4.1.2272.1.69.3.1.1 | Integer32 | not-accessible | Maintenance Domain Name |
| I32 rcCfmMaintenanceEndPointAssociationIndex | 1.3.6.1.4.1.2272.1.69.3.1.2 | Integer32 | not-accessible | Maintenance Association Name |
| I32 rcCfmMaintenanceEndPointId | 1.3.6.1.4.1.2272.1.69.3.1.3 | Integer32 | not-accessible | Maintenance EndPoint ID |
| STR rcCfmMaintenanceEndPointDomainName | 1.3.6.1.4.1.2272.1.69.3.1.4 | DisplayString | read-only | Maintenance Domain Name |
| STR rcCfmMaintenanceEndPointAssociationName | 1.3.6.1.4.1.2272.1.69.3.1.5 | DisplayString | read-only | Maintenance Association Name |
| ENA rcCfmMaintenanceEndPointAdminState | 1.3.6.1.4.1.2272.1.69.3.1.6 | EnableValue | read-create | Administratively enable or disable a maintenance EndPoint. |
| ROW rcCfmMaintenanceEndPointRowStatus | 1.3.6.1.4.1.2272.1.69.3.1.7 | RowStatus | read-create | Used to create/delete entries |
| INT rcCfmMaintenanceEndPointMepType | 1.3.6.1.4.1.2272.1.69.3.1.11 | INTEGER | read-only | Mep Type |
| STR rcCfmMaintenanceEndPointServiceDescription | 1.3.6.1.4.1.2272.1.69.3.1.13 | DisplayString | read-only | Used to specify what service this mep assigned to |
| INT rcCfmMaintenanceEndPointMepStatus | 1.3.6.1.4.1.2272.1.69.3.1.15 | INTEGER | read-only | Indicating 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. |
| rcCfmGlobals | 1.3.6.1.4.1.2272.1.69.10 | |||
| I32 rcCfmGlobalsEtherType | 1.3.6.1.4.1.2272.1.69.10.1 | Integer32 | read-write | CFM Ether Type |
| ENA rcCfmGlobalsSpbmAdminState | 1.3.6.1.4.1.2272.1.69.10.8 | EnableValue | read-write | Enable/Disable global cfm support for SPBM VLANs |
| I32 rcCfmGlobalsSpbmLevel | 1.3.6.1.4.1.2272.1.69.10.9 | Integer32 | read-write | Used to set the global cfm maintenance level for SPBM VLANs |
| I32 rcCfmGlobalsSpbmMepId | 1.3.6.1.4.1.2272.1.69.10.10 | Integer32 | read-write | Set the global cfm Maintenance End Point ID value for SPBM VLANs |
| ENA rcCfmGlobalsCmacAdminState | 1.3.6.1.4.1.2272.1.69.10.11 | EnableValue | read-write | Enable/Disable global cfm support for C-VLANs |
| I32 rcCfmGlobalsCmacLevel | 1.3.6.1.4.1.2272.1.69.10.12 | Integer32 | read-write | Used to set the global cfm maintenance level for C-VLANs |
| I32 rcCfmGlobalsCmacMepId | 1.3.6.1.4.1.2272.1.69.10.13 | Integer32 | read-write | Set the global cfm Maintenance End Point ID value for C-VLANs |
| rcCfmTransmitLbmTable | 1.3.6.1.4.1.2272.1.69.17 | not-accessible | Connectivity Fault Management transmit LBM table | |
| rcCfmTransmitLbmEntry | 1.3.6.1.4.1.2272.1.69.17.1 | not-accessible | Connectivity Fault Management Maintenance EndPoint LBM entry. | |
| I32 rcCfmTransmitLbmDomainIndex | 1.3.6.1.4.1.2272.1.69.17.1.1 | Integer32 | not-accessible | Maintenance Domain Name |
| I32 rcCfmTransmitLbmAssociationIndex | 1.3.6.1.4.1.2272.1.69.17.1.2 | Integer32 | not-accessible | Maintenance Association Name |
| I32 rcCfmTransmitLbmIndex | 1.3.6.1.4.1.2272.1.69.17.1.3 | Integer32 | not-accessible | Maintenance EndPoint Index |
| STR rcCfmTransmitLbmDomainName | 1.3.6.1.4.1.2272.1.69.17.1.4 | DisplayString | read-only | Maintenance Domain Name |
| STR rcCfmTransmitLbmAssociationName | 1.3.6.1.4.1.2272.1.69.17.1.5 | DisplayString | read-only | Maintenance Association Name |
| MAC rcCfmTransmitLbmDestMacAddress | 1.3.6.1.4.1.2272.1.69.17.1.6 | MacAddress | read-write | An indication of the target MAC Address Field to be transmitted, either: A unicast destination MAC address. |
| I32 rcCfmTransmitLbmDestMepId | 1.3.6.1.4.1.2272.1.69.17.1.7 | Integer32 | read-write | An 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 rcCfmTransmitLbmDestIsMepId | 1.3.6.1.4.1.2272.1.69.17.1.8 | TruthValue | read-write | True 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 rcCfmTransmitLbmMessages | 1.3.6.1.4.1.2272.1.69.17.1.9 | Integer32 | read-write | The number of loopback messages to be transmitted. |
| I32 rcCfmTransmitLbmVlanPriority | 1.3.6.1.4.1.2272.1.69.17.1.11 | Integer32 | read-write | Priority. 3 bit value to be used in the VLAN tsg, if present in the transmitted frame. |
| T/F rcCfmTransmitLbmVlanDropEnable | 1.3.6.1.4.1.2272.1.69.17.1.12 | TruthValue | read-write | Drop Enable bit value to be used in the VLAN tag, if present in the transmitted frame. |
| I32 rcCfmTransmitLbmSeqNumber | 1.3.6.1.4.1.2272.1.69.17.1.13 | Integer32 | read-only | The transaction identifier/sequence number of the first loopback message (to be) sent. |
| T/F rcCfmTransmitLbmResultOk | 1.3.6.1.4.1.2272.1.69.17.1.14 | TruthValue | read-only | Indicates 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 rcCfmTransmitLbmStatus | 1.3.6.1.4.1.2272.1.69.17.1.15 | INTEGER | read-write | Status 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 rcCfmTransmitLbmResult | 1.3.6.1.4.1.2272.1.69.17.1.16 | DisplayString | read-only | Display the LBM result. |
| I32 rcCfmTransmitLbmTimeoutInt | 1.3.6.1.4.1.2272.1.69.17.1.18 | Integer32 | read-write | The interval to wait for an LBM time-out with a range of (1..10) seconds with a default value of 3 seconds. |
| I32 rcCfmTransmitLbmInterFrameInt | 1.3.6.1.4.1.2272.1.69.17.1.19 | Integer32 | read-write | The 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 rcCfmTransmitLbmTestPattern | 1.3.6.1.4.1.2272.1.69.17.1.20 | INTEGER | read-write | The 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 rcCfmTransmitLbmDataSize | 1.3.6.1.4.1.2272.1.69.17.1.21 | Integer32 | read-write | An arbitrary amount of data to be included in the data TLV, if the Data Size is selected to be sent. |
| I32 rcCfmTransmitLbmFrameSize | 1.3.6.1.4.1.2272.1.69.17.1.22 | Integer32 | read-write | If 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 rcCfmTransmitLbmSourceMode | 1.3.6.1.4.1.2272.1.69.17.1.23 | INTEGER | read-write | Source modes of the transmit loopback service. |
| rcCfmTransmitLtmTable | 1.3.6.1.4.1.2272.1.69.18 | not-accessible | Connectivity Fault Management transmit LTM table | |
| rcCfmTransmitLtmEntry | 1.3.6.1.4.1.2272.1.69.18.1 | not-accessible | Connectivity Fault Management Maintenance EndPoint LTM entry. | |
| I32 rcCfmTransmitLtmDomainIndex | 1.3.6.1.4.1.2272.1.69.18.1.1 | Integer32 | not-accessible | Maintenance Domain Name |
| I32 rcCfmTransmitLtmAssociationIndex | 1.3.6.1.4.1.2272.1.69.18.1.2 | Integer32 | not-accessible | Maintenance Association Name |
| I32 rcCfmTransmitLtmIndex | 1.3.6.1.4.1.2272.1.69.18.1.3 | Integer32 | not-accessible | Maintenance EndPoint Index |
| STR rcCfmTransmitLtmDomainName | 1.3.6.1.4.1.2272.1.69.18.1.4 | DisplayString | read-only | Maintenance Domain Name |
| STR rcCfmTransmitLtmAssociationName | 1.3.6.1.4.1.2272.1.69.18.1.5 | DisplayString | read-only | Maintenance Association Name |
| I32 rcCfmTransmitLtmVlanPriority | 1.3.6.1.4.1.2272.1.69.18.1.6 | Integer32 | read-write | Priority. 3 bit value to be used in the VLAN tag, if present in the transmitted frame. |
| MAC rcCfmTransmitLtmDestMacAddress | 1.3.6.1.4.1.2272.1.69.18.1.7 | MacAddress | read-write | An indication of the target MAC Address Field to be transmitted, either: A unicast destination MAC address. |
| I32 rcCfmTransmitLtmDestMepId | 1.3.6.1.4.1.2272.1.69.18.1.8 | Integer32 | read-write | An 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 rcCfmTransmitLtmDestIsMepId | 1.3.6.1.4.1.2272.1.69.18.1.9 | TruthValue | read-write | True 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 rcCfmTransmitLtmTtl | 1.3.6.1.4.1.2272.1.69.18.1.10 | Integer32 | read-write | The 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 rcCfmTransmitLtmSeqNumber | 1.3.6.1.4.1.2272.1.69.18.1.11 | Integer32 | read-only | The transaction identifier/sequence number of the first loopback message (to be) sent. |
| T/F rcCfmTransmitLtmResultOk | 1.3.6.1.4.1.2272.1.69.18.1.12 | TruthValue | read-only | Indicates 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 rcCfmTransmitLtmStatus | 1.3.6.1.4.1.2272.1.69.18.1.13 | INTEGER | read-write | Status 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 rcCfmTransmitLtmResult | 1.3.6.1.4.1.2272.1.69.18.1.14 | DisplayString | read-only | Display the LTM result. |
| INT rcCfmTransmitLtmFlag | 1.3.6.1.4.1.2272.1.69.18.1.15 | INTEGER | read-only | LTM 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 rcCfmTransmitLtmSourceMode | 1.3.6.1.4.1.2272.1.69.18.1.16 | INTEGER | read-write | Source modes of the transmit linktrace service. |
| rcCfmLtrReplyTable | 1.3.6.1.4.1.2272.1.69.33 | not-accessible | This table contains a list of Linktrace replies received by a specific MEP in response to a linktrace message. | |
| rcCfmLtrReplyEntry | 1.3.6.1.4.1.2272.1.69.33.1 | not-accessible | The Linktrace Reply table entry. | |
| I32 rcCfmLtrReplyDomainIndex | 1.3.6.1.4.1.2272.1.69.33.1.1 | Integer32 | not-accessible | Maintenance Domain Index |
| I32 rcCfmLtrReplyAssociationIndex | 1.3.6.1.4.1.2272.1.69.33.1.2 | Integer32 | not-accessible | Maintenance Association Index |
| I32 rcCfmLtrReplyMepId | 1.3.6.1.4.1.2272.1.69.33.1.3 | Integer32 | not-accessible | Maintenance EndPoint ID |
| I32 rcCfmLtrReplySeqNumber | 1.3.6.1.4.1.2272.1.69.33.1.4 | Integer32 | not-accessible | The transaction identifier/sequence number returned by a previous transmit linktrace message command, indicating which LTM's response is going to be returned. |
| I32 rcCfmLtrReplyHop | 1.3.6.1.4.1.2272.1.69.33.1.5 | Integer32 | not-accessible | The number of hops away from LTM initiator |
| I32 rcCfmLtrReplyReceiveOrder | 1.3.6.1.4.1.2272.1.69.33.1.6 | Integer32 | not-accessible | An 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 rcCfmLtrReplyTtl | 1.3.6.1.4.1.2272.1.69.33.1.7 | Integer32 | read-only | Ttl field value for a returned LTR. |
| STR rcCfmLtrReplyDomainName | 1.3.6.1.4.1.2272.1.69.33.1.8 | DisplayString | read-only | Maintenance Domain Name |
| STR rcCfmLtrReplyAssociationName | 1.3.6.1.4.1.2272.1.69.33.1.9 | DisplayString | read-only | Maintenance Association Name |
| T/F rcCfmLtrReplyForwarded | 1.3.6.1.4.1.2272.1.69.33.1.10 | TruthValue | read-only | Indicates if a LTM was forwarded by the responding MP, as returned in the 'FwdYes' flag of the flags field. |
| T/F rcCfmLtrReplyTerminalMep | 1.3.6.1.4.1.2272.1.69.33.1.11 | TruthValue | read-only | A 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 rcCfmLtrReplyLastEgressIdentifier | 1.3.6.1.4.1.2272.1.69.33.1.12 | OCTET STRING | read-only | An 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 rcCfmLtrReplyNextEgressIdentifier | 1.3.6.1.4.1.2272.1.69.33.1.13 | OCTET STRING | read-only | An 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 rcCfmLtrReplyRelayAction | 1.3.6.1.4.1.2272.1.69.33.1.14 | CfmRelayActionFieldValue | read-only | Value returned in the Relay Action field. |
| MAC rcCfmLtrReplySrcMac | 1.3.6.1.4.1.2272.1.69.33.1.15 | MacAddress | read-only | Mac address of the MP that respond to the LTM request for this LTR |
| CFM rcCfmLtrReplyIngressAction | 1.3.6.1.4.1.2272.1.69.33.1.16 | CfmIngressActionFieldValue | read-only | The 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 rcCfmLtrReplyIngressMac | 1.3.6.1.4.1.2272.1.69.33.1.17 | MacAddress | read-only | Mac 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 rcCfmLtrReplyIngressPortIdSubtype | 1.3.6.1.4.1.2272.1.69.33.1.18 | LldpPortIdSubtype | read-only | Format of the Ingress Port ID. If the rcCfmLtrReplyIngress object contains the value ingNoTlv(5), then the contents of this object are meaningless. |
| LLD rcCfmLtrReplyIngressPortId | 1.3.6.1.4.1.2272.1.69.33.1.19 | LldpPortId | read-only | Ingress 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 rcCfmLtrReplyEgressAction | 1.3.6.1.4.1.2272.1.69.33.1.20 | CfmEgressActionFieldValue | read-only | The 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 rcCfmLtrReplyEgressMac | 1.3.6.1.4.1.2272.1.69.33.1.21 | MacAddress | read-only | Mac 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 rcCfmLtrReplyEgressPortIdSubtype | 1.3.6.1.4.1.2272.1.69.33.1.22 | LldpPortIdSubtype | read-only | Format of the Egress Port ID. If the rcCfmLtrReplyEgress object contains the value egrNoTlv(5), then the contents of this object are meaningless. |
| LLD rcCfmLtrReplyEgressPortId | 1.3.6.1.4.1.2272.1.69.33.1.23 | LldpPortId | read-only | Egress 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. |
| rcCfmTransmitL2PingTable | 1.3.6.1.4.1.2272.1.69.34 | not-accessible | Connectivity Fault Management transmit L2Ping table | |
| rcCfmTransmitL2PingEntry | 1.3.6.1.4.1.2272.1.69.34.1 | not-accessible | Connectivity Fault Management Maintenance EndPoint L2Ping entry. | |
| I32 rcCfmTransmitL2PingVlanId | 1.3.6.1.4.1.2272.1.69.34.1.1 | Integer32 | not-accessible | A value that uniquely identifies the Customer Vlan |
| MAC rcCfmTransmitL2PingDestMacAddress | 1.3.6.1.4.1.2272.1.69.34.1.2 | MacAddress | read-write | An indication of the target MAC Address field to be transmitted |
| OCT rcCfmTransmitL2PingHostName | 1.3.6.1.4.1.2272.1.69.34.1.3 | OCTET STRING | read-write | The target host name |
| T/F rcCfmTransmitL2PingDestIsHostName | 1.3.6.1.4.1.2272.1.69.34.1.4 | TruthValue | read-write | True indicates that the host name is used for L2Ping transmission |
| I32 rcCfmTransmitL2PingMessages | 1.3.6.1.4.1.2272.1.69.34.1.5 | Integer32 | read-write | The number of L2Ping messages to be transmitted. |
| I32 rcCfmTransmitL2PingPriority | 1.3.6.1.4.1.2272.1.69.34.1.6 | Integer32 | read-write | Priority. 3 bit value to be used in the VLAN hdr, if present in the transmitted frame. |
| I32 rcCfmTransmitL2PingTimeoutInt | 1.3.6.1.4.1.2272.1.69.34.1.7 | Integer32 | read-write | The interval to wait for an L2Ping time-out with a range of (1..10) seconds with a default value of 3 seconds. |
| INT rcCfmTransmitL2PingTestPattern | 1.3.6.1.4.1.2272.1.69.34.1.8 | INTEGER | read-write | The 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 rcCfmTransmitL2PingDataSize | 1.3.6.1.4.1.2272.1.69.34.1.9 | Integer32 | read-write | An arbitrary amount of data to be included in the data TLV, if the Data Size is selected to be sent. |
| I32 rcCfmTransmitL2PingFrameSize | 1.3.6.1.4.1.2272.1.69.34.1.10 | Integer32 | read-write | If 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 rcCfmTransmitL2PingSourceMode | 1.3.6.1.4.1.2272.1.69.34.1.11 | INTEGER | read-write | Source modes of the transmit loopback service. |
| I32 rcCfmTransmitL2PingSeqNumber | 1.3.6.1.4.1.2272.1.69.34.1.12 | Integer32 | read-only | The transaction identifier/sequence number of the first loopback message (to be) sent. |
| T/F rcCfmTransmitL2PingResultOk | 1.3.6.1.4.1.2272.1.69.34.1.13 | TruthValue | read-only | Indicates 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 rcCfmTransmitL2PingStatus | 1.3.6.1.4.1.2272.1.69.34.1.14 | INTEGER | read-write | Status 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 rcCfmTransmitL2PingResult | 1.3.6.1.4.1.2272.1.69.34.1.15 | DisplayString | read-only | Display the L2Ping result. |
| rcCfmTransmitL2TraceTable | 1.3.6.1.4.1.2272.1.69.35 | not-accessible | Connectivity Fault Management transmit L2Trace table | |
| rcCfmTransmitL2TraceEntry | 1.3.6.1.4.1.2272.1.69.35.1 | not-accessible | Connectivity Fault Management Maintenance EndPoint L2Trace entry. | |
| I32 rcCfmTransmitL2TraceVlanId | 1.3.6.1.4.1.2272.1.69.35.1.1 | Integer32 | not-accessible | A value that uniquely identifies the Customer Vlan |
| I32 rcCfmTransmitL2TracePriority | 1.3.6.1.4.1.2272.1.69.35.1.2 | Integer32 | read-write | Priority. 3 bit value to be used in the VLAN hdr, if present in the transmitted frame. |
| MAC rcCfmTransmitL2TraceDestMacAddress | 1.3.6.1.4.1.2272.1.69.35.1.3 | MacAddress | read-write | An indication of the target MAC Address field to be transmitted |
| OCT rcCfmTransmitL2TraceHostName | 1.3.6.1.4.1.2272.1.69.35.1.4 | OCTET STRING | read-write | The target host name |
| I32 rcCfmTransmitL2TraceIsid | 1.3.6.1.4.1.2272.1.69.35.1.5 | Integer32 | read-write | Isid Id |
| STR rcCfmTransmitL2TraceNickName | 1.3.6.1.4.1.2272.1.69.35.1.6 | DisplayString | read-only | Local Node nick name |
| T/F rcCfmTransmitL2TraceDestIsHostName | 1.3.6.1.4.1.2272.1.69.35.1.7 | TruthValue | read-write | True indicates that the host name is used for L2Trace transmission |
| T/F rcCfmTransmitL2TraceIsidTree | 1.3.6.1.4.1.2272.1.69.35.1.8 | TruthValue | read-write | True indicates that the multicast tree will be traced. False indicates that the unicast path will be traced |
| I32 rcCfmTransmitL2TraceTtl | 1.3.6.1.4.1.2272.1.69.35.1.9 | Integer32 | read-write | The 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 rcCfmTransmitL2TraceSourceMode | 1.3.6.1.4.1.2272.1.69.35.1.10 | INTEGER | read-write | Source modes of the transmit loopback service. |
| I32 rcCfmTransmitL2TraceSeqNumber | 1.3.6.1.4.1.2272.1.69.35.1.11 | Integer32 | read-only | The transaction identifier/sequence number of the first loopback message (to be) sent. |
| T/F rcCfmTransmitL2TraceResultOk | 1.3.6.1.4.1.2272.1.69.35.1.12 | TruthValue | read-only | Indicates 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 rcCfmTransmitL2TraceStatus | 1.3.6.1.4.1.2272.1.69.35.1.13 | INTEGER | read-write | Status 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 rcCfmTransmitL2TraceFlag | 1.3.6.1.4.1.2272.1.69.35.1.14 | INTEGER | read-only | L2Trace 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 |
| rcCfmL2TraceReplyTable | 1.3.6.1.4.1.2272.1.69.36 | not-accessible | This table contains a list of l2trace replies received by a specific MEP in response to a linktrace message. | |
| rcCfmL2TraceReplyEntry | 1.3.6.1.4.1.2272.1.69.36.1 | not-accessible | The Linktrace Reply table entry. | |
| I32 rcCfmL2TraceReplyVlanId | 1.3.6.1.4.1.2272.1.69.36.1.1 | Integer32 | not-accessible | A value that uniquely identifies the Customer Vlan |
| I32 rcCfmL2TraceReplySeqNumber | 1.3.6.1.4.1.2272.1.69.36.1.2 | Integer32 | not-accessible | The transaction identifier/sequence number returned by a previous transmit linktrace message command, indicating which L2Trace's response is going to be returned. |
| I32 rcCfmL2TraceReplyHop | 1.3.6.1.4.1.2272.1.69.36.1.3 | Integer32 | not-accessible | The number of hops away from L2Trace initiator. |
| I32 rcCfmL2TraceReplyReceiveOrder | 1.3.6.1.4.1.2272.1.69.36.1.4 | Integer32 | not-accessible | An 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 rcCfmL2TraceReplyTtl | 1.3.6.1.4.1.2272.1.69.36.1.5 | Integer32 | read-only | Ttl field value for a returned L2Trace response. |
| MAC rcCfmL2TraceReplySrcMac | 1.3.6.1.4.1.2272.1.69.36.1.6 | MacAddress | read-only | Mac address of the MP that respond to the L2Trace request for this L2traceReply |
| OCT rcCfmL2TraceReplyHostName | 1.3.6.1.4.1.2272.1.69.36.1.7 | OCTET STRING | read-only | The host name of the replying node |
| MAC rcCfmL2TraceReplyLastSrcMac | 1.3.6.1.4.1.2272.1.69.36.1.8 | MacAddress | read-only | The MAC address of the node that forwarded the L2Trace to the responding node |
| OCT rcCfmL2TraceReplyLastHostName | 1.3.6.1.4.1.2272.1.69.36.1.9 | OCTET STRING | read-only | The host name of the node that forwarded the L2Trace to the responding node |
| rcCfmTransmitL2IpPingTable | 1.3.6.1.4.1.2272.1.69.37 | not-accessible | Connectivity Fault Management transmit L2IpPing table | |
| rcCfmTransmitL2IpPingEntry | 1.3.6.1.4.1.2272.1.69.37.1 | not-accessible | L2IpPing entry. | |
| IPt rcCfmTransmitL2IpPingIpAddrType | 1.3.6.1.4.1.2272.1.69.37.1.1 | InetAddressType | not-accessible | The address type of destination IP Address |
| IP rcCfmTransmitL2IpPingIpAddr | 1.3.6.1.4.1.2272.1.69.37.1.2 | InetAddress | not-accessible | Destination IP Address. Support ipv4 at this time |
| I32 rcCfmTransmitL2IpPingVrfId | 1.3.6.1.4.1.2272.1.69.37.1.3 | Integer32 | read-only | VRF ID |
| STR rcCfmTransmitL2IpPingVrfName | 1.3.6.1.4.1.2272.1.69.37.1.4 | DisplayString | read-only | The Name of the Virtual Router |
| I32 rcCfmTransmitL2IpPingMessages | 1.3.6.1.4.1.2272.1.69.37.1.5 | Integer32 | read-create | The number of L2IpPing messages to be transmitted per mac/vlan pair. |
| I32 rcCfmTransmitL2IpPingTimeoutInt | 1.3.6.1.4.1.2272.1.69.37.1.6 | Integer32 | read-create | The interval to wait for an L2IpPing time-out with a range of (1..10) seconds with a default value of 3 seconds. |
| INT rcCfmTransmitL2IpPingTestPattern | 1.3.6.1.4.1.2272.1.69.37.1.7 | INTEGER | read-create | The 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 rcCfmTransmitL2IpPingDataSize | 1.3.6.1.4.1.2272.1.69.37.1.8 | Integer32 | read-create | An arbitrary amount of data to be included in the data TLV, if the Data Size is selected to be sent. |
| INT rcCfmTransmitL2IpPingStatus | 1.3.6.1.4.1.2272.1.69.37.1.9 | INTEGER | read-create | Status 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 rcCfmTransmitL2IpPingResultOk | 1.3.6.1.4.1.2272.1.69.37.1.10 | TruthValue | read-only | Indicates the result of the operation: -true. L2IpPing Message(s) will be/have been sent. -false. L2IpPing Message(s) will not be sent. |
| I32 rcCfmTransmitL2IpPingPathsFound | 1.3.6.1.4.1.2272.1.69.37.1.11 | Integer32 | read-only | The number of paths found to execute l2ping command |
| ROW rcCfmTransmitL2IpPingRowStatus | 1.3.6.1.4.1.2272.1.69.37.1.12 | RowStatus | read-create | Used to create/delete entries in the rcCfmTransmitL2IpPingTable. Deletion of an entry in this table results in corresponding rcCfmL2IpPingReplyTable entries being deleted. |
| rcCfmL2IpPingReplyTable | 1.3.6.1.4.1.2272.1.69.38 | not-accessible | This table contains a list of l2 ip ping replies received | |
| rcCfmL2IpPingReplyEntry | 1.3.6.1.4.1.2272.1.69.38.1 | not-accessible | The L2 Ip Ping Reply table entry. | |
| IPt rcCfmL2IpPingReplyIpAddrType | 1.3.6.1.4.1.2272.1.69.38.1.1 | InetAddressType | not-accessible | The address type of destination IP Address |
| IP rcCfmL2IpPingReplyIpAddr | 1.3.6.1.4.1.2272.1.69.38.1.2 | InetAddress | not-accessible | Destination IP Address. Support ipv4 at this time |
| I32 rcCfmL2IpPingReplySendOrder | 1.3.6.1.4.1.2272.1.69.38.1.3 | Integer32 | not-accessible | An 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 rcCfmL2IpPingReplyVrfId | 1.3.6.1.4.1.2272.1.69.38.1.4 | Integer32 | read-only | VRF ID |
| I32 rcCfmL2IpPingReplyVlanId | 1.3.6.1.4.1.2272.1.69.38.1.5 | Integer32 | read-only | Vlan found from L3 lookup and used for transmission |
| MAC rcCfmL2IpPingReplyDestMacAddress | 1.3.6.1.4.1.2272.1.69.38.1.6 | MacAddress | read-only | An indication of the target MAC Address transmitted |
| NUM rcCfmL2IpPingReplyPortNum | 1.3.6.1.4.1.2272.1.69.38.1.7 | InterfaceIndex | read-only | Either the value '0', or the port number of the port used for the l2ping. |
| OCT rcCfmL2IpPingReplyDestHostName | 1.3.6.1.4.1.2272.1.69.38.1.8 | OCTET STRING | read-only | The host name of the responding node |
| I32 rcCfmL2IpPingReplySize | 1.3.6.1.4.1.2272.1.69.38.1.9 | Integer32 | read-only | The number of bytes of data sent |
| I32 rcCfmL2IpPingReplyPktsTx | 1.3.6.1.4.1.2272.1.69.38.1.10 | Integer32 | read-only | Number of Packets transmitted for this vlan/mac |
| I32 rcCfmL2IpPingReplyPktsRx | 1.3.6.1.4.1.2272.1.69.38.1.11 | Integer32 | read-only | Number of Packets received for this vlan/mac |
| I32 rcCfmL2IpPingReplyPercentLossWhole | 1.3.6.1.4.1.2272.1.69.38.1.12 | Integer32 | read-only | Percentage of packet loss for this vlan/mac |
| I32 rcCfmL2IpPingReplyPercentLossFract | 1.3.6.1.4.1.2272.1.69.38.1.13 | Integer32 | read-only | Percentage of packet loss for this vlan/mac |
| I32 rcCfmL2IpPingReplyMinRoundTrip | 1.3.6.1.4.1.2272.1.69.38.1.14 | Integer32 | read-only | Min time for round-trip for this vlan/mac in us |
| I32 rcCfmL2IpPingReplyMaxRoundTrip | 1.3.6.1.4.1.2272.1.69.38.1.15 | Integer32 | read-only | Max time for round-trip for this vlan/mac in us |
| I32 rcCfmL2IpPingReplyRttAvgWhole | 1.3.6.1.4.1.2272.1.69.38.1.16 | Integer32 | read-only | Average time for round-trip for this vlan/mac in us |
| I32 rcCfmL2IpPingReplyRttAvgFract | 1.3.6.1.4.1.2272.1.69.38.1.17 | Integer32 | read-only | Fractional portion of Average time for round-trip |
| INT rcCfmL2IpPingReplyFlag | 1.3.6.1.4.1.2272.1.69.38.1.18 | INTEGER | read-only | Result 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) |
| rcCfmTransmitL2IpTraceTable | 1.3.6.1.4.1.2272.1.69.39 | not-accessible | Connectivity Fault Management transmit L2IpTrace table | |
| rcCfmTransmitL2IpTraceEntry | 1.3.6.1.4.1.2272.1.69.39.1 | not-accessible | L2IpTrace entry. | |
| IPt rcCfmTransmitL2IpTraceIpAddrType | 1.3.6.1.4.1.2272.1.69.39.1.1 | InetAddressType | not-accessible | The address type of destination IP Address |
| IP rcCfmTransmitL2IpTraceIpAddr | 1.3.6.1.4.1.2272.1.69.39.1.2 | InetAddress | not-accessible | Destination IP Address. Support ipv4 at this time |
| I32 rcCfmTransmitL2IpTraceVrfId | 1.3.6.1.4.1.2272.1.69.39.1.3 | Integer32 | read-only | VRF ID |
| STR rcCfmTransmitL2IpTraceVrfName | 1.3.6.1.4.1.2272.1.69.39.1.4 | DisplayString | read-only | The Name of the Virtual Router |
| I32 rcCfmTransmitL2IpTraceTtl | 1.3.6.1.4.1.2272.1.69.39.1.5 | Integer32 | read-create | The 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 rcCfmTransmitL2IpTraceStatus | 1.3.6.1.4.1.2272.1.69.39.1.6 | INTEGER | read-create | Status 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 rcCfmTransmitL2IpTraceResultOk | 1.3.6.1.4.1.2272.1.69.39.1.7 | TruthValue | read-only | Indicates 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 rcCfmTransmitL2IpTracePathsFound | 1.3.6.1.4.1.2272.1.69.39.1.8 | Integer32 | read-only | The number of paths found to execute l2trace command |
| ROW rcCfmTransmitL2IpTraceRowStatus | 1.3.6.1.4.1.2272.1.69.39.1.9 | RowStatus | read-create | Used to create/delete entries in the rcCfmTransmitL2IpTraceTable. Deletion of an entry in this table results in corresponding rcCfmL2IpTraceReplyTable entries being deleted. |
| rcCfmL2IpTraceReplyTable | 1.3.6.1.4.1.2272.1.69.40 | not-accessible | This table contains a list of l2 ip trace replies received by a specific MEP in response to a linktrace message. | |
| rcCfmL2IpTraceReplyEntry | 1.3.6.1.4.1.2272.1.69.40.1 | not-accessible | The L2 Ip Trace Reply table entry. | |
| IPt rcCfmL2IpTraceReplyIpAddrType | 1.3.6.1.4.1.2272.1.69.40.1.1 | InetAddressType | not-accessible | The address type of destination IP Address |
| IP rcCfmL2IpTraceReplyIpAddr | 1.3.6.1.4.1.2272.1.69.40.1.2 | InetAddress | not-accessible | Destination IP Address. Support ipv4 at this time |
| I32 rcCfmL2IpTraceReplySendOrder | 1.3.6.1.4.1.2272.1.69.40.1.3 | Integer32 | not-accessible | An 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 rcCfmL2IpTraceReplyHop | 1.3.6.1.4.1.2272.1.69.40.1.4 | Integer32 | not-accessible | The number of L2 hops away from L2Trace initiator. |
| I32 rcCfmL2IpTraceReplyReceiveOrder | 1.3.6.1.4.1.2272.1.69.40.1.5 | Integer32 | not-accessible | An 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 rcCfmL2IpTraceReplyTtl | 1.3.6.1.4.1.2272.1.69.40.1.6 | Integer32 | read-only | Ttl field value for a returned L2Trace response. |
| I32 rcCfmL2IpTraceReplyVrfId | 1.3.6.1.4.1.2272.1.69.40.1.7 | Integer32 | read-only | VRF ID |
| I32 rcCfmL2IpTraceReplyVlanId | 1.3.6.1.4.1.2272.1.69.40.1.8 | Integer32 | read-only | Vlan found from L3 lookup and used for transmission |
| MAC rcCfmL2IpTraceReplyDestMacAddress | 1.3.6.1.4.1.2272.1.69.40.1.9 | MacAddress | read-only | An indication of the target MAC Address transmitted |
| I32 rcCfmL2IpTraceReplySeqNumber | 1.3.6.1.4.1.2272.1.69.40.1.10 | Integer32 | read-only | The transaction identifier/sequence number used in linktrace message packet |
| NUM rcCfmL2IpTraceReplyPortNum | 1.3.6.1.4.1.2272.1.69.40.1.11 | InterfaceIndex | read-only | Either the value '0', or the port number of the port used for the l2trace. |
| MAC rcCfmL2IpTraceReplySrcMac | 1.3.6.1.4.1.2272.1.69.40.1.12 | MacAddress | read-only | Mac address of the MP that responded to L2Trace request for this L2traceReply |
| OCT rcCfmL2IpTraceReplyHostName | 1.3.6.1.4.1.2272.1.69.40.1.13 | OCTET STRING | read-only | The host name of the replying node |
| MAC rcCfmL2IpTraceReplyLastSrcMac | 1.3.6.1.4.1.2272.1.69.40.1.14 | MacAddress | read-only | The MAC address of the node that forwarded the L2Trace to the responding node |
| OCT rcCfmL2IpTraceReplyLastHostName | 1.3.6.1.4.1.2272.1.69.40.1.15 | OCTET STRING | read-only | The host name of the node that forwarded the L2Trace to the responding node |
| INT rcCfmL2IpTraceReplyFlag | 1.3.6.1.4.1.2272.1.69.40.1.16 | INTEGER | read-only | L2Trace 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 |
| rcPlugOptMod | 1.3.6.1.4.1.2272.1.71 | |||
| rcPlugOptModTable | 1.3.6.1.4.1.2272.1.71.1 | not-accessible | Gibc SFF diagnostic info table | |
| rcPlugOptModEntry | 1.3.6.1.4.1.2272.1.71.1.1 | not-accessible | Entry containing info. for a particular port | |
| NUM rcPlugOptModPortIndex | 1.3.6.1.4.1.2272.1.71.1.1.1 | InterfaceIndex | not-accessible | An index value that uniquely identifies a port on a blade or line-card. |
| BIT rcPlugOptModDdmStatusMask | 1.3.6.1.4.1.2272.1.71.1.1.2 | Bits | read-only | Each bit other than ddm-ok represents a specific error. Any combination of error bits is allowed. |
| INT rcPlugOptModCalibration | 1.3.6.1.4.1.2272.1.71.1.1.3 | INTEGER | read-only | The identifier value indicates type of calibration. |
| INT rcPlugOptModPowerMeasure | 1.3.6.1.4.1.2272.1.71.1.1.4 | INTEGER | read-only | The identifier value indicates type of external power. |
| STR rcPlugOptModConnectorType | 1.3.6.1.4.1.2272.1.71.1.1.5 | DisplayString | read-only | The 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 rcPlugOptModVendorName | 1.3.6.1.4.1.2272.1.71.1.1.6 | DisplayString | read-only | The 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 rcPlugOptModVendorPartNumber | 1.3.6.1.4.1.2272.1.71.1.1.7 | DisplayString | read-only | The 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 rcPlugOptModVendorRevNumber | 1.3.6.1.4.1.2272.1.71.1.1.8 | DisplayString | read-only | The 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 rcPlugOptModVendorSN | 1.3.6.1.4.1.2272.1.71.1.1.9 | DisplayString | read-only | The 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 rcPlugOptModVendorDateCode | 1.3.6.1.4.1.2272.1.71.1.1.10 | DisplayString | read-only | The 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 rcPlugOptModPEC | 1.3.6.1.4.1.2272.1.71.1.1.11 | DisplayString | read-only | This 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 rcPlugOptModCLEI | 1.3.6.1.4.1.2272.1.71.1.1.12 | DisplayString | read-only | This 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 rcPlugOptModSupportsDDM | 1.3.6.1.4.1.2272.1.71.1.1.13 | TruthValue | read-only | This boolean indicates whether or not the device supports the DDM capability. |
| INT rcPlugOptModAux1Monitoring | 1.3.6.1.4.1.2272.1.71.1.1.14 | INTEGER | read-only | This 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 rcPlugOptModAux2Monitoring | 1.3.6.1.4.1.2272.1.71.1.1.15 | INTEGER | read-only | This 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 rcPlugOptModWaveLength | 1.3.6.1.4.1.2272.1.71.1.1.16 | Integer32 | read-only | Nominal transmitter output wavelength at room temperature. It is expressed in nano-meters. |
| I32 rcPlugOptModTemperature | 1.3.6.1.4.1.2272.1.71.1.1.17 | Integer32 | read-only | This 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 rcPlugOptModTemperatureHighAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.18 | Integer32 | read-only | This 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 rcPlugOptModTemperatureLowAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.19 | Integer32 | read-only | This 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 rcPlugOptModTemperatureHighWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.20 | Integer32 | read-only | This 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 rcPlugOptModTemperatureLowWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.21 | Integer32 | read-only | This 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 rcPlugOptModVoltage | 1.3.6.1.4.1.2272.1.71.1.1.22 | Integer32 | read-only | This value represents the internally measured supply voltage. It is a positive number expressed in microvolts and can range from 0 to 65535 mV. |
| I32 rcPlugOptModVoltageHighAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.23 | Integer32 | read-only | This 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 rcPlugOptModVoltageLowAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.24 | Integer32 | read-only | This 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 rcPlugOptModVoltageHighWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.25 | Integer32 | read-only | This 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 rcPlugOptModVoltageLowWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.26 | Integer32 | read-only | This 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 rcPlugOptModBias | 1.3.6.1.4.1.2272.1.71.1.1.27 | Integer32 | read-only | This 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 rcPlugOptModBiasHighAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.28 | Integer32 | read-only | This 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 rcPlugOptModBiasLowAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.29 | Integer32 | read-only | This 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 rcPlugOptModBiasHighWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.30 | Integer32 | read-only | This 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 rcPlugOptModBiasLowWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.31 | Integer32 | read-only | This 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 rcPlugOptModTxPower | 1.3.6.1.4.1.2272.1.71.1.1.32 | Integer32 | read-only | This 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 rcPlugOptModTxPowerHighAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.33 | Integer32 | read-only | This 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 rcPlugOptModTxPowerLowAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.34 | Integer32 | read-only | This 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 rcPlugOptModTxPowerHighWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.35 | Integer32 | read-only | This 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 rcPlugOptModTxPowerLowWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.36 | Integer32 | read-only | This 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 rcPlugOptModRxPower | 1.3.6.1.4.1.2272.1.71.1.1.37 | Integer32 | read-only | This 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 rcPlugOptModRxPowerHighAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.38 | Integer32 | read-only | This 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 rcPlugOptModRxPowerLowAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.39 | Integer32 | read-only | This 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 rcPlugOptModRxPowerHighWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.40 | Integer32 | read-only | This 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 rcPlugOptModRxPowerLowWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.41 | Integer32 | read-only | This 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 rcPlugOptModAux1 | 1.3.6.1.4.1.2272.1.71.1.1.42 | Integer32 | read-only | This represents the internally measured A/D value specified. |
| I32 rcPlugOptModAux1HighAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.43 | Integer32 | read-only | This value represents the vendor specified high Aux1 threshold. |
| I32 rcPlugOptModAux1LowAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.44 | Integer32 | read-only | This value represents the vendor specified low Aux1 threshold. |
| I32 rcPlugOptModAux1HighWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.45 | Integer32 | read-only | This value represents the vendor specified high Aux1 warning threshold. |
| I32 rcPlugOptModAux1LowWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.46 | Integer32 | read-only | This value represents the vendor specified low Aux1 warning threshold. |
| I32 rcPlugOptModAux2 | 1.3.6.1.4.1.2272.1.71.1.1.47 | Integer32 | read-only | This represents the internally measured A/D value specified. |
| I32 rcPlugOptModAux2HighAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.48 | Integer32 | read-only | This value represents the vendor specified high Aux1 threshold. |
| I32 rcPlugOptModAux2LowAlarmThreshold | 1.3.6.1.4.1.2272.1.71.1.1.49 | Integer32 | read-only | This value represents the vendor specified low Aux1 threshold. |
| I32 rcPlugOptModAux2HighWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.50 | Integer32 | read-only | This value represents the vendor specified high Aux1 warning threshold. |
| I32 rcPlugOptModAux2LowWarningThreshold | 1.3.6.1.4.1.2272.1.71.1.1.51 | Integer32 | read-only | This value represents the vendor specified low Aux1 warning threshold. |
| INT rcPlugOptModTemperatureStatus | 1.3.6.1.4.1.2272.1.71.1.1.52 | INTEGER | read-only | Used to indicate the current temperature status |
| INT rcPlugOptModVoltageStatus | 1.3.6.1.4.1.2272.1.71.1.1.53 | INTEGER | read-only | Used to indicate the current voltage status |
| INT rcPlugOptModBiasStatus | 1.3.6.1.4.1.2272.1.71.1.1.54 | INTEGER | read-only | Used to indicate the current laser bias status |
| INT rcPlugOptModTxPowerStatus | 1.3.6.1.4.1.2272.1.71.1.1.55 | INTEGER | read-only | Used to indicate the current transmitter power status |
| INT rcPlugOptModRxPowerStatus | 1.3.6.1.4.1.2272.1.71.1.1.56 | INTEGER | read-only | Used to indicate the current receiver power status |
| INT rcPlugOptModAux1Status | 1.3.6.1.4.1.2272.1.71.1.1.57 | INTEGER | read-only | Used to indicate the current Aux1 status |
| INT rcPlugOptModAux2Status | 1.3.6.1.4.1.2272.1.71.1.1.58 | INTEGER | read-only | Used to indicate the current Aux2 status |
| rcPlugOptModScalars | 1.3.6.1.4.1.2272.1.71.2 | |||
| ENA rcPlugOptModDdmMonitor | 1.3.6.1.4.1.2272.1.71.2.1 | EnableValue | read-write | Enable/disable the global polling monitor for DDM |
| INT rcPlugOptModDdmMonitorInterval | 1.3.6.1.4.1.2272.1.71.2.2 | INTEGER | read-write | Indicate the interval in which the DDM alert registers is polled |
| ENA rcPlugOptModDdmTrapSend | 1.3.6.1.4.1.2272.1.71.2.3 | EnableValue | read-write | Enable/disable the global ddm trap send to SNMP manager |
| ENA rcPlugOptModDdmAlarmPortdown | 1.3.6.1.4.1.2272.1.71.2.4 | EnableValue | read-write | Enable/disable the global portdown option when ddm alarm occurs |
| rcVrrp | 1.3.6.1.4.1.2272.1.73 | |||
| rcVrrpMib | 1.3.6.1.4.1.2272.1.73.1 | |||
| rcVrrpObjects | 1.3.6.1.4.1.2272.1.73.1.1 | |||
| rcVrrpScalars | 1.3.6.1.4.1.2272.1.73.1.1.1 | |||
| T/F rcVrrpPingVirtualAddrEnable | 1.3.6.1.4.1.2272.1.73.1.1.1.1 | TruthValue | read-write | Used to configure whether this device should respond to pings directed to a virtual router's IP address. |
| INT rcVrrpTrapStateTransitionType | 1.3.6.1.4.1.2272.1.73.1.1.1.2 | INTEGER | read-only | Potential types of state transitions. Used by rcVrrpTrapStateTransition trap. |
| INT rcVrrpTrapStateTransitionCause | 1.3.6.1.4.1.2272.1.73.1.1.1.3 | INTEGER | read-only | Potential types of causes that will generate a rcVrrpTrapStateTransition trap. |
| rcVrrpOperTable | 1.3.6.1.4.1.2272.1.73.1.1.2 | not-accessible | Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'rcVrrpOperEntry' items. | |
| rcVrrpOperEntry | 1.3.6.1.4.1.2272.1.73.1.1.2.1 | not-accessible | An 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 rcVrrpOperIfIndex | 1.3.6.1.4.1.2272.1.73.1.1.2.1.1 | InterfaceIndexOrZero | not-accessible | port interface index. |
| VRI rcVrrpOperVrId | 1.3.6.1.4.1.2272.1.73.1.1.2.1.2 | VrId | read-only | This object contains the Virtual Router Identifier (VRID). |
| IP rcVrrpOperIpAddr | 1.3.6.1.4.1.2272.1.73.1.1.2.1.3 | IpAddress | read-write | The assigned IP addresses that a virtual router is responsible for backing up. |
| MAC rcVrrpOperVirtualMacAddr | 1.3.6.1.4.1.2272.1.73.1.1.2.1.4 | MacAddress | read-only | The 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 rcVrrpOperState | 1.3.6.1.4.1.2272.1.73.1.1.2.1.5 | INTEGER | read-only | The current state of the virtual router. |
| INT rcVrrpOperControl | 1.3.6.1.4.1.2272.1.73.1.1.2.1.6 | INTEGER | read-write | This 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 rcVrrpOperPriority | 1.3.6.1.4.1.2272.1.73.1.1.2.1.7 | Integer32 | read-write | This 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 rcVrrpOperIpAddrCount | 1.3.6.1.4.1.2272.1.73.1.1.2.1.8 | Integer32 | read-only | The 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 rcVrrpOperMasterIpAddr | 1.3.6.1.4.1.2272.1.73.1.1.2.1.9 | IpAddress | read-only | The 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 rcVrrpOperAuthType | 1.3.6.1.4.1.2272.1.73.1.1.2.1.10 | INTEGER | read-write | Authentication type used for VRRP protocol exchanges between virtual routers. |
| OCT rcVrrpOperAuthKey | 1.3.6.1.4.1.2272.1.73.1.1.2.1.11 | OCTET STRING | read-write | The 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 rcVrrpOperHMACMD5Key | 1.3.6.1.4.1.2272.1.73.1.1.2.1.12 | OCTET STRING | read-write | The 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 rcVrrpOperAdvertisementInterval | 1.3.6.1.4.1.2272.1.73.1.1.2.1.13 | Integer32 | read-write | This is the time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements. |
| INT rcVrrpOperPreemptMode | 1.3.6.1.4.1.2272.1.73.1.1.2.1.14 | INTEGER | read-write | Controls whether a higher priority virtual router will preempt a lower priority master. |
| TIK rcVrrpOperVirtualRouterUpTime | 1.3.6.1.4.1.2272.1.73.1.1.2.1.15 | TimeTicks | read-only | This is the time interval (in hundredths of a second) since this virtual router was initialized. |
| ROW rcVrrpOperRowStatus | 1.3.6.1.4.1.2272.1.73.1.1.2.1.16 | RowStatus | read-write | The 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 rcVrrpOperCriticalIpAddr | 1.3.6.1.4.1.2272.1.73.1.1.2.1.17 | IpAddress | read-write | IP address of the interface that will cause a shutdown event. |
| INT rcVrrpOperHoldDownTimer | 1.3.6.1.4.1.2272.1.73.1.1.2.1.18 | INTEGER | read-write | Used to configure the amount of time (in seconds) to wait before preempting the current vrrp master. |
| INT rcVrrpOperHoldDownState | 1.3.6.1.4.1.2272.1.73.1.1.2.1.19 | INTEGER | read-only | Used 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 rcVrrpOperHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.73.1.1.2.1.20 | INTEGER | read-only | Used to indicate the amount of time (in seconds) left before the rcVrrpOperHoldDownTimer will expire. |
| INT rcVrrpOperAction | 1.3.6.1.4.1.2272.1.73.1.1.2.1.21 | INTEGER | read-write | Used to trigger an action on this vrrp interface. |
| T/F rcVrrpOperCriticalIpAddrEnable | 1.3.6.1.4.1.2272.1.73.1.1.2.1.22 | TruthValue | read-write | Indicate 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 rcVrrpOperBackUpMaster | 1.3.6.1.4.1.2272.1.73.1.1.2.1.23 | INTEGER | read-write | Enable the backup VRRP switch traffic forwarding. This will reduce the traffic in IST link in the time of SMLT. |
| INT rcVrrpOperBackUpMasterState | 1.3.6.1.4.1.2272.1.73.1.1.2.1.24 | INTEGER | read-only | Indicate whether backup VRRP switch traffic forwarding is enabled or not. |
| I32 rcVrrpOperFasterAdvInterval | 1.3.6.1.4.1.2272.1.73.1.1.2.1.25 | Integer32 | read-write | This 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 rcVrrpOperFasterAdvIntervalEnable | 1.3.6.1.4.1.2272.1.73.1.1.2.1.26 | INTEGER | read-write | Used to indicate if the Faster Advertisement Interval should be used. 'Disable' means use regular Advertisement interval. |
| rcVrrpRouterStatsTable | 1.3.6.1.4.1.2272.1.73.1.1.3 | not-accessible | Table of virtual router statistics. | |
| rcVrrpRouterStatsEntry | 1.3.6.1.4.1.2272.1.73.1.1.3.1 | not-accessible | An entry in the table, containing statistics information about a given virtual router. | |
| I32 rcVrrpStatsIfIndex | 1.3.6.1.4.1.2272.1.73.1.1.3.1.1 | Integer32 | read-only | port interface index. |
| VRI rcVrrpStatsVrId | 1.3.6.1.4.1.2272.1.73.1.1.3.1.2 | VrId | read-only | This object contains the Virtual Router Identifier (VRID). |
| C32 rcVrrpStatsBecomeMaster | 1.3.6.1.4.1.2272.1.73.1.1.3.1.3 | Counter32 | read-only | The total number of times that this virtual router's state has transitioned from BACKUP to MASTER. |
| C32 rcVrrpStatsAdvertiseRcvd | 1.3.6.1.4.1.2272.1.73.1.1.3.1.4 | Counter32 | read-only | The total number of VRRP advertisements received by this virtual router. |
| C32 rcVrrpStatsAdvertiseIntervalErrors | 1.3.6.1.4.1.2272.1.73.1.1.3.1.5 | Counter32 | read-only | The total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router. |
| C32 rcVrrpStatsPasswdSecurityViolations | 1.3.6.1.4.1.2272.1.73.1.1.3.1.6 | Counter32 | read-only | The total number of VRRP packets received that do not pass the simple text password authentification check. |
| C32 rcVrrpStatsHmacSecurityViolations | 1.3.6.1.4.1.2272.1.73.1.1.3.1.7 | Counter32 | read-only | The total number of VRRP packets received that do not pass the HMAC-MD5-96 authentification check. |
| C32 rcVrrpStatsIpTtlErrors | 1.3.6.1.4.1.2272.1.73.1.1.3.1.8 | Counter32 | read-only | The total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255. |
| C32 rcVrrpStatsPriorityZeroPktsRcvd | 1.3.6.1.4.1.2272.1.73.1.1.3.1.9 | Counter32 | read-only | The total number of VRRP packets received by the virtual router with a priority of '0'. |
| C32 rcVrrpStatsPriorityZeroPktsSent | 1.3.6.1.4.1.2272.1.73.1.1.3.1.10 | Counter32 | read-only | The total number of VRRP packets sent by the virtual router with a priority of '0'. |
| C32 rcVrrpStatsInvalidTypePktsRcvd | 1.3.6.1.4.1.2272.1.73.1.1.3.1.11 | Counter32 | read-only | The number of VRRP packets received by the virtual router with an invalid value in the 'type' field. |
| C32 rcVrrpStatsAddressListErrors | 1.3.6.1.4.1.2272.1.73.1.1.3.1.12 | Counter32 | read-only | Packets received address list the address list does not match the locally configured list for the virtual router. |
| C32 rcVrrpStatsUnknownAuthType | 1.3.6.1.4.1.2272.1.73.1.1.3.1.13 | Counter32 | read-only | Packets received with an unknown authentication type. |
| C32 rcVrrpStatsAuthTypeErrors | 1.3.6.1.4.1.2272.1.73.1.1.3.1.14 | Counter32 | read-only | Packets received with 'Auth Type' not equal to the locally configured authentication method ('vrrpOperAuthType'). |
| rcVrrpNotifications | 1.3.6.1.4.1.2272.1.73.1.2 | |||
| NTF rcVrrpTrapStateTransition | 1.3.6.1.4.1.2272.1.73.1.2.1 | A rcVrrpTrapStateTransition trap signifies a state transition has occurred on a particular vrrp interface. Implementation of this trap is optional. | ||
| rcMpls | 1.3.6.1.4.1.2272.1.74 | |||
| rcMplsMib | 1.3.6.1.4.1.2272.1.74.1 | |||
| rcMplsNotifications | 1.3.6.1.4.1.2272.1.74.1.0 | |||
| rcMplsObjects | 1.3.6.1.4.1.2272.1.74.1.1 | |||
| rcMplsGlobalGroup | 1.3.6.1.4.1.2272.1.74.1.1.1 | |||
| rcMplsGlobalScalars | 1.3.6.1.4.1.2272.1.74.1.1.1.1 | |||
| IP rcMplsRouterId | 1.3.6.1.4.1.2272.1.74.1.1.1.1.1 | IpAddress | read-write | IP address of the circuitless interface to be used as router-id |
| ENA rcMplsLdpAdminStatus | 1.3.6.1.4.1.2272.1.74.1.1.1.1.2 | EnableValue | read-write | State of global LDP - enabled or disabled |
| INT rcMplsLdpPenultimateHopPop | 1.3.6.1.4.1.2272.1.74.1.1.1.1.3 | INTEGER | read-write | State of global LDP Penultimate Hop Popping. |
| U32 rcMplsLdpHelloHoldTimer | 1.3.6.1.4.1.2272.1.74.1.1.1.1.4 | Unsigned32 | read-write | The global Hello Hold Time in seconds. |
| U32 rcMplsLdpSessionKeepAlive | 1.3.6.1.4.1.2272.1.74.1.1.1.1.5 | Unsigned32 | read-write | The global Session Keep alive in seconds. |
| I32 rcMplsLdpPathVectorLimit | 1.3.6.1.4.1.2272.1.74.1.1.1.1.6 | Integer32 | read-write | The global path vector limit. |
| I32 rcMplsLdpHopCountLimit | 1.3.6.1.4.1.2272.1.74.1.1.1.1.7 | Integer32 | read-write | The global loop detect hop count limit. |
| ENA rcMplsLdpEgressPolicyStatus | 1.3.6.1.4.1.2272.1.74.1.1.1.1.8 | EnableValue | read-write | State of LDP Egress-policy enabled or disabled |
| ENA rcMplsRsvpAdminStatus | 1.3.6.1.4.1.2272.1.74.1.1.1.1.9 | EnableValue | read-write | State of global RSVP - enabled or disabled |
| INT rcMplsRsvpPenultimateHopPop | 1.3.6.1.4.1.2272.1.74.1.1.1.1.10 | INTEGER | read-write | State of global RSVP Penultimate Hop Popping. |
| U32 rcMplsRsvpHelloInterval | 1.3.6.1.4.1.2272.1.74.1.1.1.1.11 | Unsigned32 | read-write | The global RSVP hello interval. |
| ENA rcMplsRsvpRefreshReduction | 1.3.6.1.4.1.2272.1.74.1.1.1.1.12 | EnableValue | read-write | State of global RSVP refresh reduction - enabled or disabled |
| U32 rcMplsRsvpRefreshInterval | 1.3.6.1.4.1.2272.1.74.1.1.1.1.13 | Unsigned32 | read-write | The global value for RSVP refresh interval. |
| U32 rcMplsRsvpRefreshMultiplier | 1.3.6.1.4.1.2272.1.74.1.1.1.1.14 | Unsigned32 | read-write | The global value for RSVP refresh multiplier. |
| ENA rcMplsRsvpMessageBundling | 1.3.6.1.4.1.2272.1.74.1.1.1.1.15 | EnableValue | read-write | State of global RSVP message bundling - enabled or disabled |
| I32 rcMplsLspIngressStartLabel | 1.3.6.1.4.1.2272.1.74.1.1.1.1.16 | Integer32 | read-write | The global ingress rsp start label. |
| I32 rcMplsLspEgressStartLabel | 1.3.6.1.4.1.2272.1.74.1.1.1.1.17 | Integer32 | read-write | The global egress rsp start label. |
| T/F rcMplsLspIngressPktEnable | 1.3.6.1.4.1.2272.1.74.1.1.1.1.18 | TruthValue | read-write | Enable/Disable ingress rsp pkt lsp stats |
| T/F rcMplsLspEgressPktEnable | 1.3.6.1.4.1.2272.1.74.1.1.1.1.19 | TruthValue | read-write | Enable/Disable egress rsp pkt lsp stats |
| T/F rcMplsLdpClearStats | 1.3.6.1.4.1.2272.1.74.1.1.1.1.20 | TruthValue | read-write | Clear global LDP Statistics. |
| T/F rcMplsRsvpClearStats | 1.3.6.1.4.1.2272.1.74.1.1.1.1.21 | TruthValue | read-write | Clear global RSVP Statistics. |
| INT rcMplsLspClearStats | 1.3.6.1.4.1.2272.1.74.1.1.1.1.22 | INTEGER | read-write | Clear 'transmit' or 'receive' lsp statistics. |
| rcMplsIpStaticFecTable | 1.3.6.1.4.1.2272.1.74.1.1.1.2 | not-accessible | This is the table of ip-static fec mappings for both RSVP and LDP . | |
| rcMplsIpStaticFecEntry | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1 | not-accessible | A static fec mapping to an rsvp lsp or ldp egress IP address. | |
| IP rcMplsIpStaticFecDest | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.1 | IpAddress | not-accessible | The statically-configured destination IP address. |
| IP rcMplsIpStaticFecMask | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.2 | IpAddress | not-accessible | The statically-configured destination IP mask. |
| STR rcMplsIpStaticFecTunnelName | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.3 | DisplayString | read-create | The rsvp lsp tunnel name associated with rcMplsIpStaticFecTunnelId. This field will be null if the value of rcMplsIpStaticFecTunnelId is 0. |
| MPL rcMplsIpStaticFecTunnelId | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.4 | MplsTunnelIndex | read-create | The 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 rcMplsIpStaticFecEgressAddr | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.5 | IpAddress | read-create | The LDP Egress IP Address. This field will be 0 if this is an rsvp tunnel fec mapping. |
| IP rcMplsIpStaticFecEgressMask | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.6 | IpAddress | read-create | The LDP Egress IP Mask. This field will be 0 if this is an rsvp tunnel fec mapping. |
| INT rcMplsIpStaticFecState | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.7 | INTEGER | read-only | Indicates the actual operational status of this static fec. |
| ROW rcMplsIpStaticFecRowStatus | 1.3.6.1.4.1.2272.1.74.1.1.1.2.1.8 | RowStatus | read-create | This variable is used to create, modify, and/or delete a row in this table. |
| rcMplsIpFtnTable | 1.3.6.1.4.1.2272.1.74.1.1.1.3 | not-accessible | This is the table of mpls Ip FTN. | |
| rcMplsIpFtnEntry | 1.3.6.1.4.1.2272.1.74.1.1.1.3.1 | not-accessible | An mpls FTN entry . | |
| IP rcMplsIpFtnDest | 1.3.6.1.4.1.2272.1.74.1.1.1.3.1.1 | IpAddress | not-accessible | The FTN destination IP address. |
| IP rcMplsIpFtnMask | 1.3.6.1.4.1.2272.1.74.1.1.1.3.1.2 | IpAddress | not-accessible | The FTN destination IP mask. |
| INT rcMplsIpFtnType | 1.3.6.1.4.1.2272.1.74.1.1.1.3.1.3 | INTEGER | read-only | The FTN next hop label type. |
| MPL rcMplsIpFtnOutLabel | 1.3.6.1.4.1.2272.1.74.1.1.1.3.1.4 | MplsLabel | read-only | The FTN outgoing label. |
| NUM rcMplsIpFtnOutIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.1.3.1.5 | InterfaceIndex | read-only | The 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 rcMplsIpFtnNextHop | 1.3.6.1.4.1.2272.1.74.1.1.1.3.1.6 | IpAddress | read-only | The FTN next hop Ip Address. |
| rcMplsIpIlmTable | 1.3.6.1.4.1.2272.1.74.1.1.1.4 | not-accessible | This is the table of mpls Incoming Label Mapping. | |
| rcMplsIpIlmEntry | 1.3.6.1.4.1.2272.1.74.1.1.1.4.1 | not-accessible | An mpls Incoming Label Map entry . | |
| MPL rcMplsIpIlmInLabel | 1.3.6.1.4.1.2272.1.74.1.1.1.4.1.1 | MplsLabel | not-accessible | The Incoming Label. |
| NUM rcMplsIpIlmInIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.1.4.1.2 | InterfaceIndex | read-only | The 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 rcMplsIpIlmOutLabel | 1.3.6.1.4.1.2272.1.74.1.1.1.4.1.3 | MplsLabel | read-only | The Outgoing Label. |
| NUM rcMplsIpIlmOutIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.1.4.1.4 | InterfaceIndex | read-only | The 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 rcMplsIpIlmNextHop | 1.3.6.1.4.1.2272.1.74.1.1.1.4.1.5 | IpAddress | read-only | The next hop Ip Address. |
| rcMplsIngressLspStatTable | 1.3.6.1.4.1.2272.1.74.1.1.1.5 | not-accessible | This is the table of mpls Incoming Label Stats. | |
| rcMplsIngressLspStatEntry | 1.3.6.1.4.1.2272.1.74.1.1.1.5.1 | not-accessible | An mpls Incoming Label Stat entry . | |
| INT rcMplsIngressLspPort | 1.3.6.1.4.1.2272.1.74.1.1.1.5.1.1 | INTEGER | not-accessible | The incoming port for the lsp. |
| MPL rcMplsIngressLspLabel | 1.3.6.1.4.1.2272.1.74.1.1.1.5.1.2 | MplsLabel | not-accessible | The Incoming Lsp Label. |
| C64 rcMplsIngressLspPkts | 1.3.6.1.4.1.2272.1.74.1.1.1.5.1.3 | Counter64 | read-only | Count of incoming packets for the corresponding lsp and port. |
| rcMplsEgressLspStatTable | 1.3.6.1.4.1.2272.1.74.1.1.1.6 | not-accessible | This is the table of mpls OutGoing Label Stats. | |
| rcMplsEgressLspStatEntry | 1.3.6.1.4.1.2272.1.74.1.1.1.6.1 | not-accessible | An mpls OutGoing Label Stat entry . | |
| INT rcMplsEgressLspPort | 1.3.6.1.4.1.2272.1.74.1.1.1.6.1.1 | INTEGER | not-accessible | The OutGoing port for the lsp. |
| MPL rcMplsEgressLspLabel | 1.3.6.1.4.1.2272.1.74.1.1.1.6.1.2 | MplsLabel | not-accessible | The OutGoing Lsp Label. |
| C64 rcMplsEgressLspPkts | 1.3.6.1.4.1.2272.1.74.1.1.1.6.1.3 | Counter64 | read-only | Count of outgoing packets for the corresponding lsp and port. |
| rcMplsRsvpGroup | 1.3.6.1.4.1.2272.1.74.1.1.2 | |||
| rcMplsRsvpSummaryGroup | 1.3.6.1.4.1.2272.1.74.1.1.2.1 | |||
| U32 rcMplsRsvpSummaryVersion | 1.3.6.1.4.1.2272.1.74.1.1.2.1.1 | Unsigned32 | read-only | This is the RSVP version number. |
| ENA rcMplsRsvpSummaryState | 1.3.6.1.4.1.2272.1.74.1.1.2.1.2 | EnableValue | read-only | This is the RSVP protocol state. |
| U32 rcMplsRsvpSummaryLSPRetryTimer | 1.3.6.1.4.1.2272.1.74.1.1.2.1.3 | Unsigned32 | read-only | This 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 rcMplsRsvpSummaryLSPRetryLimit | 1.3.6.1.4.1.2272.1.74.1.1.2.1.4 | Unsigned32 | read-only | This 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 rcMplsRsvpSummaryLSPDecayRate | 1.3.6.1.4.1.2272.1.74.1.1.2.1.5 | Unsigned32 | read-only | This is the decay rate (percent) for LSPs starting on this node. |
| INT rcMplsRsvpSummaryPHP | 1.3.6.1.4.1.2272.1.74.1.1.2.1.6 | INTEGER | read-only | This is the configured RSVP PHP support on this node. Possible values are implicit-null, explicit-null, or disabled. |
| rcMplsRsvpTunnelExtTable | 1.3.6.1.4.1.2272.1.74.1.1.2.2 | not-accessible | This is the table of mpls rsvp tunnels. This table supplements the mplsTunnelTable from rfc3812. | |
| rcMplsRsvpTunnelExtEntry | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1 | not-accessible | An entry in the mpls tunnel table. | |
| MPL rcMplsRsvpTunnelExtIndex | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.1 | MplsTunnelIndex | not-accessible | The 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 rcMplsRsvpTunnelExtInstance | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.2 | MplsTunnelInstanceIndex | not-accessible | The 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 rcMplsRsvpTunnelExtIngressLSRId | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.3 | MplsExtendedTunnelId | not-accessible | The 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 rcMplsRsvpTunnelExtEgressLSRId | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.4 | MplsExtendedTunnelId | not-accessible | The 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 rcMplsRsvpTunnelExtName | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.5 | SnmpAdminString | read-write | The Name of the tunnel associated with this LSP. |
| T/F rcMplsRsvpTunnelExtSwitchover | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.6 | TruthValue | read-write | Switch this LSP from active status to inactive status or vice versa. |
| T/F rcMplsRsvpTunnelExtActiveStatus | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.7 | TruthValue | read-only | This is 'true' if this is the active LSP of the tunnel. |
| STR rcMplsRsvpTunnelExtResStyle | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.8 | SnmpAdminString | read-only | This is the reservation style of the tunnel. |
| MPL rcMplsRsvpTunnelExtLspId | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.9 | MplsLSPID | read-only | This is the LSP Id of this LSP. |
| STR rcMplsRsvpTunnelExtERO | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.10 | SnmpAdminString | read-only | This is the Explicit Route associated with this LSP. |
| STR rcMplsRsvpTunnelExtRRO | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.11 | SnmpAdminString | read-only | This is the Recorded Route associated with this LSP. |
| NUM rcMplsRsvpTunnelExtInIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.12 | InterfaceIndex | read-only | This is the incoming interface for the LSP. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| MPL rcMplsRsvpTunnelExtInLabel | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.13 | MplsLabel | read-only | This is the incoming Mpls Label. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| IP rcMplsRsvpTunnelExtInNeighbor | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.14 | IpAddress | read-only | This address of the previous-hop (upstream) router. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| NUM rcMplsRsvpTunnelExtOutIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.15 | InterfaceIndex | read-only | This is the outgoing interface for the LSP. This applies to rows with mplsTunnelRole set to head(1) or transit(2). |
| MPL rcMplsRsvpTunnelExtOutLabel | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.16 | MplsLabel | read-only | This is the outgoing Mpls Label. This applies to rows with mplsTunnelRole set to head(1) or transit(2). |
| IP rcMplsRsvpTunnelExtOutNeighbor | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.17 | IpAddress | read-only | This 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 rcMplsRsvpTunnelExtTSpecRate | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.18 | Unsigned32 | read-only | This is the primary LSP TSpec Rate. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| U32 rcMplsRsvpTunnelExtTSpecSize | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.19 | Unsigned32 | read-only | This is the primary LSP TSpec Size. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| U32 rcMplsRsvpTunnelExtTSpecPeak | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.20 | Unsigned32 | read-only | This is the primary LSP TSpec Peak. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| U32 rcMplsRsvpTunnelExtTSpecMin | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.21 | Unsigned32 | read-only | This is the primary LSP TSpec Min. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| U32 rcMplsRsvpTunnelExtTSpecMax | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.22 | Unsigned32 | read-only | This is the primary lsp TSpec Max. This applies to rows with mplsTunnelRole set to transit(2) or tail(3). |
| TIK rcMplsRsvpTunnelExtInstanceUpTime | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.23 | TimeTicks | read-only | This 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 rcMplsRsvpTunnelExtLSPUpTime | 1.3.6.1.4.1.2272.1.74.1.1.2.2.1.24 | TimeTicks | read-only | This 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. |
| rcMplsRsvpNeighborTable | 1.3.6.1.4.1.2272.1.74.1.1.2.3 | not-accessible | This is the table of mpls rsvp neighbors. | |
| rcMplsRsvpNeighborEntry | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1 | not-accessible | An entry in the mpls rsvp tunnel table. | |
| IP rcMplsRsvpNeighborAddress | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.1 | IpAddress | not-accessible | This is the address of a learned neighbor. |
| STR rcMplsRsvpNeighborHelloState | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.2 | SnmpAdminString | read-only | This is the state of hello exchange with the neighbor. |
| NUM rcMplsRsvpNeighborIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.3 | InterfaceIndex | read-only | This is the interface index of the neighbor. |
| I32 rcMplsRsvpNeighborTime | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.4 | Integer32 | read-only | This is the time the neighbor was learned. |
| I32 rcMplsRsvpNeighborPeriod | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.5 | Integer32 | read-only | This is the RSVP Hello Interval. |
| I32 rcMplsRsvpNeighborSendCnt | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.6 | Integer32 | read-only | This is the number of Hello packets sent to the neighbor. |
| I32 rcMplsRsvpNeighborRcvCnt | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.7 | Integer32 | read-only | This is the number of Hellp packets received from the neighbor. |
| I32 rcMplsRsvpNeighborLocalInstance | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.8 | Integer32 | read-only | This is the identification sent to the remote router during Hello message exchange. |
| I32 rcMplsRsvpNeighborRemoteInstance | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.9 | Integer32 | read-only | This is the identification provided by the remote router during Hello message exchange. |
| I32 rcMplsRsvpNeighborCreationTime | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.10 | Integer32 | read-only | This is the time the neighbor instance was created. |
| I32 rcMplsRsvpNeighborLastPktRxTime | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.11 | Integer32 | read-only | This is the time that the last Hello message was received from the remote router. |
| STR rcMplsRsvpNeighborRefReduction | 1.3.6.1.4.1.2272.1.74.1.1.2.3.1.12 | SnmpAdminString | read-only | This is the refresh-reduction status between the local router and the neighbor. |
| rcMplsRsvpInterfaceTable | 1.3.6.1.4.1.2272.1.74.1.1.2.4 | not-accessible | This is the table of mpls rsvp interfaces. | |
| rcMplsRsvpInterfaceEntry | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1 | not-accessible | An entry in the mpls rsvp interface table. | |
| NUM rcMplsRsvpInterfaceIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1.1 | InterfaceIndex | not-accessible | This is the interface index. |
| IP rcMplsRsvpInterfaceAddress | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1.2 | IpAddress | read-only | This is the address of the interface. |
| U32 rcMplsRsvpInterfaceRefreshInterval | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1.3 | Unsigned32 | read-only | This is the RSVP refresh interval for the interface(seconds). |
| U32 rcMplsRsvpInterfaceRefreshMult | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1.4 | Unsigned32 | read-only | This is the configured RSVP refresh multiplier for the interface(seconds). |
| U32 rcMplsRsvpInterfaceHelloInterval | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1.5 | Unsigned32 | read-only | This is the configured RSVP Hello Interval of the interface (seconds). |
| U32 rcMplsRsvpInterfaceRefreshReduction | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1.6 | Unsigned32 | read-only | This is the configured RSVP refresh reduction support on the interface. |
| U32 rcMplsRsvpInterfaceMessageBundling | 1.3.6.1.4.1.2272.1.74.1.1.2.4.1.7 | Unsigned32 | read-only | This indicates state of message bundling on the interface. |
| rcMplsRsvpStatsTable | 1.3.6.1.4.1.2272.1.74.1.1.2.5 | not-accessible | This is the table of mpls rsvp statistics. | |
| rcMplsRsvpStatsEntry | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1 | not-accessible | An entry in the mpls rsvp statistics table. | |
| NUM rcMplsRsvpStatsIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.1 | InterfaceIndex | not-accessible | This is the interface index. This value can be 0 or a valid interface index. When 0 the global rsvp statistics are retrieved. |
| C32 rcMplsRsvpStatsPathRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.2 | Counter32 | read-only | This is the path received count. |
| C32 rcMplsRsvpStatsPathSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.3 | Counter32 | read-only | This is the path sent count. |
| C32 rcMplsRsvpStatsPathErrRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.4 | Counter32 | read-only | This is the path error receives count. |
| C32 rcMplsRsvpStatsPathErrSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.5 | Counter32 | read-only | This is the path error sent count. |
| C32 rcMplsRsvpStatsPathTearRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.6 | Counter32 | read-only | This is the path tear receives count. |
| C32 rcMplsRsvpStatsPathTearSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.7 | Counter32 | read-only | This is the path tear sent count. |
| C32 rcMplsRsvpStatsResvRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.8 | Counter32 | read-only | This is the reservation received count. |
| C32 rcMplsRsvpStatsResvSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.9 | Counter32 | read-only | This is the reservation sent count. |
| C32 rcMplsRsvpStatsResvErrRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.10 | Counter32 | read-only | This is the reservation error receives count. |
| C32 rcMplsRsvpStatsResvErrSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.11 | Counter32 | read-only | This is the reservation error sent count. |
| C32 rcMplsRsvpStatsResvTearRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.12 | Counter32 | read-only | This is the resv tear receives count. |
| C32 rcMplsRsvpStatsResvTearSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.13 | Counter32 | read-only | This is the resv tear sent count. |
| C32 rcMplsRsvpStatsConfTearRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.14 | Counter32 | read-only | This is the conf tear receives count. |
| C32 rcMplsRsvpStatsConfTearSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.15 | Counter32 | read-only | This is the conf tear sent count. |
| C32 rcMplsRsvpStatsAckRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.16 | Counter32 | read-only | This is the acks receives count. |
| C32 rcMplsRsvpStatsAckSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.17 | Counter32 | read-only | This is the acks sent count. |
| C32 rcMplsRsvpStatsSRefreshRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.18 | Counter32 | read-only | This is the summary refresh receives count. |
| C32 rcMplsRsvpStatsSRefreshSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.19 | Counter32 | read-only | This is the summary refresh sent count. |
| C32 rcMplsRsvpStatsHelloReqRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.20 | Counter32 | read-only | This is the hello request receives count. |
| C32 rcMplsRsvpStatsHelloReqSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.21 | Counter32 | read-only | This is the hello request sent count. |
| C32 rcMplsRsvpStatsHelloAckRcv | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.22 | Counter32 | read-only | This is the hello ack receives count. |
| C32 rcMplsRsvpStatsHelloAckSent | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.23 | Counter32 | read-only | This is the hello ack sent count. |
| C32 rcMplsRsvpStatsBadIpHdr | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.24 | Counter32 | read-only | This is the count of pkts with bad IP Header. |
| C32 rcMplsRsvpStatsBadVersion | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.25 | Counter32 | read-only | This is the count of pkts with Bad Version. |
| C32 rcMplsRsvpStatsBadRsvpLen | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.26 | Counter32 | read-only | This is the count of pkts with Bad Rsvp length. |
| C32 rcMplsRsvpStatsBadCksum | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.27 | Counter32 | read-only | This is the count of pkts with Bad Checksum. |
| C32 rcMplsRsvpStatsBadMsgType | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.28 | Counter32 | read-only | This is the count of pkts with Bad Message type. |
| C32 rcMplsRsvpStatsBadMsgForm | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.29 | Counter32 | read-only | This is the count of pkts with Bad Message Form. |
| C32 rcMplsRsvpStatsBadIntf | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.30 | Counter32 | read-only | This is the count of pkts received on a Bad Interface. |
| T/F rcMplsRsvpStatsClear | 1.3.6.1.4.1.2272.1.74.1.1.2.5.1.31 | TruthValue | read-write | Clear RSVP Statistics for the interface. |
| rcMplsLdpGroup | 1.3.6.1.4.1.2272.1.74.1.1.3 | |||
| rcMplsLdpSummaryGroup | 1.3.6.1.4.1.2272.1.74.1.1.3.1 | |||
| U32 rcMplsLdpSummaryIntAdjCount | 1.3.6.1.4.1.2272.1.74.1.1.3.1.1 | Unsigned32 | read-only | This is the LDP summary index. |
| U32 rcMplsLdpSummaryExtAdjCount | 1.3.6.1.4.1.2272.1.74.1.1.3.1.2 | Unsigned32 | read-only | This is the LDP summary index. |
| U32 rcMplsLdpSummarySessionCount | 1.3.6.1.4.1.2272.1.74.1.1.3.1.3 | Unsigned32 | read-only | This is the LDP summary session count. |
| U32 rcMplsLdpSummaryRouteCount | 1.3.6.1.4.1.2272.1.74.1.1.3.1.4 | Unsigned32 | read-only | This is the LDP summary route count. |
| OID rcMplsLdpSummaryLdpId | 1.3.6.1.4.1.2272.1.74.1.1.3.1.5 | MplsLdpIdentifier | read-only | This is the LDP summary Local LDP Id. |
| U32 rcMplsLdpSummaryLspCount | 1.3.6.1.4.1.2272.1.74.1.1.3.1.6 | Unsigned32 | read-only | This is the LDP summary LSP count. |
| U32 rcMplsLdpSummaryInSegCount | 1.3.6.1.4.1.2272.1.74.1.1.3.1.7 | Unsigned32 | read-only | This is the LDP summary in segment count. |
| U32 rcMplsLdpSummaryOutSegCount | 1.3.6.1.4.1.2272.1.74.1.1.3.1.8 | Unsigned32 | read-only | This is the LDP summary out segment count. |
| ENA rcMplsLdpSummaryRedistConn | 1.3.6.1.4.1.2272.1.74.1.1.3.1.9 | EnableValue | read-only | This is the LDP policy redist enable flag. |
| rcMplsLdpDiscoveryTable | 1.3.6.1.4.1.2272.1.74.1.1.3.2 | not-accessible | This is the table of mpls ldp discoveries. | |
| rcMplsLdpDiscoveryEntry | 1.3.6.1.4.1.2272.1.74.1.1.3.2.1 | not-accessible | An entry in the mpls ldp discovery table. | |
| NUM rcMplsLdpDiscoveryIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.3.2.1.1 | InterfaceIndex | not-accessible | This is the interface index. |
| OID rcMplsLdpDiscoveryPeerLdpId | 1.3.6.1.4.1.2272.1.74.1.1.3.2.1.2 | MplsLdpIdentifier | not-accessible | This is the peer ldp id. |
| IP rcMplsLdpDiscoveryPeerTransportAddr | 1.3.6.1.4.1.2272.1.74.1.1.3.2.1.3 | IpAddress | read-only | This is the peer transport address to which an LDP session has been provisioned. |
| U32 rcMplsLdpDiscoveryNegotiatedHoldTime | 1.3.6.1.4.1.2272.1.74.1.1.3.2.1.4 | Unsigned32 | read-only | This is the hold time negotiated between peers. |
| U32 rcMplsLdpDiscoveryConfSeqNum | 1.3.6.1.4.1.2272.1.74.1.1.3.2.1.5 | Unsigned32 | read-only | This is the configured sequence number sent by the peer. |
| U32 rcMplsLdpDiscoveryExtendedDiscovery | 1.3.6.1.4.1.2272.1.74.1.1.3.2.1.6 | Unsigned32 | read-only | If set to 1, extended discovery is enabled. If set to 0, basic discovery is enabled. |
| rcMplsLdpPathTable | 1.3.6.1.4.1.2272.1.74.1.1.3.3 | not-accessible | This is the table of mpls LDP Paths between a local peer and a remote peer . | |
| rcMplsLdpPathEntry | 1.3.6.1.4.1.2272.1.74.1.1.3.3.1 | not-accessible | An entry in the mpls ldp path table. | |
| INT rcMplsLdpPathType | 1.3.6.1.4.1.2272.1.74.1.1.3.3.1.1 | INTEGER | not-accessible | This 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 rcMplsLdpPathAddrType | 1.3.6.1.4.1.2272.1.74.1.1.3.3.1.2 | InetAddressType | not-accessible | This is the path address type. |
| ADR rcMplsLdpPathAddrPrefixLength | 1.3.6.1.4.1.2272.1.74.1.1.3.3.1.3 | InetAddressPrefixLength | not-accessible | This is the path address prefix length. |
| IP rcMplsLdpPathAddr | 1.3.6.1.4.1.2272.1.74.1.1.3.3.1.4 | InetAddress | not-accessible | This is the path address. |
| MPL rcMplsLdpPathInLabel | 1.3.6.1.4.1.2272.1.74.1.1.3.3.1.5 | MplsLabel | read-only | This is the path address prefix length. |
| rcMplsLdpPathRemotePeerTable | 1.3.6.1.4.1.2272.1.74.1.1.3.4 | not-accessible | This is the table of LDP paths to a given remote peer. | |
| rcMplsLdpPathRemotePeerEntry | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1 | not-accessible | An entry in the mpls ldp path remote peer table. | |
| INT rcMplsLdpPathRemotePeerType | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.1 | INTEGER | not-accessible | This 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 rcMplsLdpPathRemotePeerAddrType | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.2 | InetAddressType | not-accessible | This is the type of the path address. |
| ADR rcMplsLdpPathRemotePeerAddrPrefixLength | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.3 | InetAddressPrefixLength | not-accessible | This is the path address prefix length. |
| IP rcMplsLdpPathRemotePeerAddr | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.4 | InetAddress | not-accessible | This is the path address. |
| INT rcMplsLdpPathRemotePeerId | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.5 | INTEGER | not-accessible | This is the Id of the remote peer of the path. |
| OID rcMplsLdpPathRemotePeerLdpId | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.6 | MplsLdpIdentifier | read-only | This is the LDP Id of the remote peer of the path. |
| MPL rcMplsLdpPathRemotePeerOutLabel | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.7 | MplsLabel | read-only | This is the Out Label for this instance of the Remote Peer Id. |
| INT rcMplsLdpPathRemotePeerState | 1.3.6.1.4.1.2272.1.74.1.1.3.4.1.8 | INTEGER | read-only | This is the state of the remote peer. |
| rcMplsLdpRouteTable | 1.3.6.1.4.1.2272.1.74.1.1.3.5 | not-accessible | This is the table of mpls ldp routes. | |
| rcMplsLdpRouteEntry | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1 | not-accessible | An entry in the mpls ldp route table. | |
| INT rcMplsLdpRouteType | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1.1 | INTEGER | not-accessible | This 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 rcMplsLdpRouteAddrType | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1.2 | InetAddressType | not-accessible | This is the route address prefix length. |
| ADR rcMplsLdpRouteAddrPrefixLength | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1.3 | InetAddressPrefixLength | not-accessible | This is the route address prefix length. |
| IP rcMplsLdpRouteAddr | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1.4 | InetAddress | not-accessible | This is the route address. |
| NUM rcMplsLdpRouteIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1.5 | InterfaceIndex | read-only | This is the interface index of the route entry. |
| IPt rcMplsLdpRouteNextHopAddrType | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1.6 | InetAddressType | read-only | This is the address type of the next hop. |
| IP rcMplsLdpRouteNextHopAddr | 1.3.6.1.4.1.2272.1.74.1.1.3.5.1.7 | InetAddress | read-only | This is the address of the next hop. |
| rcMplsLdpSessionTable | 1.3.6.1.4.1.2272.1.74.1.1.3.6 | not-accessible | This is the table of mpls ldp sessions. | |
| rcMplsLdpSessionEntry | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1 | not-accessible | An entry in the mpls ldp session table. | |
| OID rcMplsLdpSessionEntityLdpId | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.1 | MplsLdpIdentifier | not-accessible | This is the entity LDP ID for the session. |
| NUM rcMplsLdpSessionEntityIndex | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.2 | IndexInteger | not-accessible | This is the entity LDP ID for the session. |
| OID rcMplsLdpSessionPeerLdpId | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.3 | MplsLdpIdentifier | not-accessible | This is the peer LDP ID for the session. |
| U32 rcMplsLdpSessionStateLastChange | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.4 | Unsigned32 | read-only | The time this Session entered its current state as denoted by the rcMplsLdpSessionState object. |
| INT rcMplsLdpSessionState | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.5 | INTEGER | read-only | The 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 rcMplsLdpSessionRole | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.6 | INTEGER | read-only | During 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 rcMplsLdpSessionProtocolVersion | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.7 | Unsigned32 | read-only | This is the protocol version. |
| I32 rcMplsLdpSessionKeepAliveHoldTimeRem | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.8 | Integer32 | read-only | This is the session keep alive hold time remaining. |
| U32 rcMplsLdpSessionKeepAliveTime | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.9 | Unsigned32 | read-only | This is the session keep alive time. |
| U32 rcMplsLdpSessionMaxPduLength | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.10 | Unsigned32 | read-only | This is the session's max pdu length. |
| I32 rcMplsLdpSessionDiscontinuityTime | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.11 | Integer32 | read-only | This is the session's discontinuity time. |
| U32 rcMplsLdpSessionHoldTime | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.12 | Unsigned32 | read-only | This is the session's hold time. |
| I32 rcMplsLdpSessionUpTime | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.13 | Integer32 | read-only | This is the session's up time. |
| C32 rcMplsLdpSessionMessagesSent | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.14 | Counter32 | read-only | This is the session total messages sent. |
| C32 rcMplsLdpSessionMessagesRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.6.1.15 | Counter32 | read-only | This is the session total messages received. |
| rcMplsLdpInterfaceTable | 1.3.6.1.4.1.2272.1.74.1.1.3.7 | not-accessible | This is the table of mpls ldp interface. | |
| rcMplsLdpInterfaceEntry | 1.3.6.1.4.1.2272.1.74.1.1.3.7.1 | not-accessible | An entry in the mpls ldp interface table. | |
| NUM rcMplsLdpInterfaceIfIndex | 1.3.6.1.4.1.2272.1.74.1.1.3.7.1.1 | InterfaceIndex | not-accessible | This is the LDP interface if index. |
| U32 rcMplsLdpInterfaceNbrCount | 1.3.6.1.4.1.2272.1.74.1.1.3.7.1.2 | Unsigned32 | read-only | This is the number of neighbors. |
| U32 rcMplsLdpInterfaceNextHello | 1.3.6.1.4.1.2272.1.74.1.1.3.7.1.3 | Unsigned32 | read-only | This is the next hello time. |
| U32 rcMplsLdpInterfaceConfHoldTime | 1.3.6.1.4.1.2272.1.74.1.1.3.7.1.4 | Unsigned32 | read-only | This is the configured hello hold time. |
| U32 rcMplsLdpInterfaceNegHoldTime | 1.3.6.1.4.1.2272.1.74.1.1.3.7.1.5 | Unsigned32 | read-only | This is the negotiated hello hold time. |
| U32 rcMplsLdpInterfaceHelloInterval | 1.3.6.1.4.1.2272.1.74.1.1.3.7.1.6 | Unsigned32 | read-only | This is one third of the negotiated hello hold time. |
| rcMplsLdpStatsTable | 1.3.6.1.4.1.2272.1.74.1.1.3.8 | not-accessible | This is the table of mpls ldp statistics. | |
| rcMplsLdpStatsEntry | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1 | not-accessible | An entry in the mpls ldp statistics table. | |
| IP rcMplsLdpStatsPeerAddress | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.1 | IpAddress | not-accessible | This 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 rcMplsLdpStatsNotifyRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.2 | Counter32 | read-only | This is the count of notifications received. |
| C32 rcMplsLdpStatsNotifySent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.3 | Counter32 | read-only | This is the count of notifications sent. |
| C32 rcMplsLdpStatsHelloRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.4 | Counter32 | read-only | This is the count of hellos received. |
| C32 rcMplsLdpStatsHelloSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.5 | Counter32 | read-only | This is the count of hellos sent. |
| C32 rcMplsLdpStatsInitRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.6 | Counter32 | read-only | This is the count of initializations received. |
| C32 rcMplsLdpStatsInitSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.7 | Counter32 | read-only | This is the count of initializations sent. |
| C32 rcMplsLdpStatsKeepRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.8 | Counter32 | read-only | This is the count of keep alives received. |
| C32 rcMplsLdpStatsKeepSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.9 | Counter32 | read-only | This is the count of keep alives sent. |
| C32 rcMplsLdpStatsAddrRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.10 | Counter32 | read-only | This is the count of addrs received. |
| C32 rcMplsLdpStatsAddrSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.11 | Counter32 | read-only | This is the count of addrs sent. |
| C32 rcMplsLdpStatsAddrWdrRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.12 | Counter32 | read-only | This is the count of addr withdraws received. |
| C32 rcMplsLdpStatsAddrWdrSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.13 | Counter32 | read-only | This is the count of addr withdraws sent. |
| C32 rcMplsLdpStatsLabelMapRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.14 | Counter32 | read-only | This is the count of label maps received. |
| C32 rcMplsLdpStatsLabelMapSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.15 | Counter32 | read-only | This is the count of label maps sent. |
| C32 rcMplsLdpStatsLabelReqRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.16 | Counter32 | read-only | This is the count of label reqs received. |
| C32 rcMplsLdpStatsLabelReqSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.17 | Counter32 | read-only | This is the count of label reqs sent. |
| C32 rcMplsLdpStatsLabelWdrRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.18 | Counter32 | read-only | This is the count of label withdraws received. |
| C32 rcMplsLdpStatsLabelWdrSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.19 | Counter32 | read-only | This is the count of label withdraws sent. |
| C32 rcMplsLdpStatsLabelRelRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.20 | Counter32 | read-only | This is the count of label withdraws received. |
| C32 rcMplsLdpStatsLabelRelSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.21 | Counter32 | read-only | This is the count of label withdraws sent. |
| C32 rcMplsLdpStatsLabelAbrRecv | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.22 | Counter32 | read-only | This is the count of label aborts received. |
| C32 rcMplsLdpStatsLabelAbrSent | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.23 | Counter32 | read-only | This is the count of label aborts sent. |
| C32 rcMplsLdpStatsSessionUp | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.24 | Counter32 | read-only | This is the count of session up. |
| C32 rcMplsLdpStatsSessionDown | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.25 | Counter32 | read-only | This is the count of session down. |
| C32 rcMplsLdpStatsBadLdpIdentifierErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.26 | Counter32 | read-only | This is the count of bad LDP ID errors. |
| C32 rcMplsLdpStatsBadPduLengthErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.27 | Counter32 | read-only | This is the count of Bad PDU length errors. |
| C32 rcMplsLdpStatsBadMessageLengthErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.28 | Counter32 | read-only | This is the count of bad message length errors. |
| C32 rcMplsLdpStatsUnknownMessageErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.29 | Counter32 | read-only | This is the count of unknown message errors. |
| C32 rcMplsLdpStatsUnknownTlvErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.30 | Counter32 | read-only | This is the count of unknown TLV errors. |
| C32 rcMplsLdpStatsBadTlvLengthErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.31 | Counter32 | read-only | This is the count of bad TLV Length errors. |
| C32 rcMplsLdpStatsMalformedTlvValueErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.32 | Counter32 | read-only | This is the count of Malinformed TLV value errors. |
| C32 rcMplsLdpStatsHoldTimerExpErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.33 | Counter32 | read-only | This is the count of hold time expired errors. |
| C32 rcMplsLdpStatsSessionRejectedNoHelloErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.34 | Counter32 | read-only | This is the count of session reject - no hello errors. |
| C32 rcMplsLdpStatsSessionRejectedBadParmAdvErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.35 | Counter32 | read-only | This is the count of session reject - bad parameter advertisement errors. |
| C32 rcMplsLdpStatsSessionRejectedMaxPduErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.36 | Counter32 | read-only | This is the count of session reject - Max PDU Errors. |
| C32 rcMplsLdpStatsSessionRejectedBadLabelRangeErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.37 | Counter32 | read-only | This is the count of session reject - Bad Label Range errors. |
| C32 rcMplsLdpStatsSessionRejectedSetupAbortErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.38 | Counter32 | read-only | This is the count of session reject - Setup Abort errors. |
| C32 rcMplsLdpStatsSessionRejectedBadKeepaliveErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.39 | Counter32 | read-only | This is the count of session reject - Bad Keepalive Errors. |
| C32 rcMplsLdpStatsSessionOtherErrors | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.40 | Counter32 | read-only | This is the count of other errors. |
| T/F rcMplsLdpStatsClear | 1.3.6.1.4.1.2272.1.74.1.1.3.8.1.41 | TruthValue | read-write | Clear LDP Statistics for the Peer. |
| rcMplsNotificationObjects | 1.3.6.1.4.1.2272.1.74.1.2 | |||
| T/F rcMplsLdpStatusNotificationEnable | 1.3.6.1.4.1.2272.1.74.1.2.1 | TruthValue | read-write | If this object is true, then it enables the generation of LDP Session Up or Down Traps, otherwise these traps are not emitted. |
| T/F rcMplsLdpSessionThresholdNotificationEnable | 1.3.6.1.4.1.2272.1.74.1.2.2 | TruthValue | read-write | If this object is true, then it enables the generation of LDP Session Threshold Exceeded Traps, otherwise these traps are not emitted. |
| T/F rcMplsLdpPathVectorLimitNotificationEnable | 1.3.6.1.4.1.2272.1.74.1.2.3 | TruthValue | read-write | If this object is true, then it enables the generation of LDP Path Vector Limit Exceeded Traps, otherwise these traps are not emitted. |
| rcIpMRoute | 1.3.6.1.4.1.2272.1.76 | |||
| rcIpMRouteMIBObjects | 1.3.6.1.4.1.2272.1.76.1 | |||
| rcIpMRouteScalars | 1.3.6.1.4.1.2272.1.76.1.1 | |||
| T/F rcIpMRouteStatsEnabled | 1.3.6.1.4.1.2272.1.76.1.1.2 | TruthValue | read-write | The enabled status of IP Multicast statistics. |
| T/F rcIpMRouteStatsClear | 1.3.6.1.4.1.2272.1.76.1.1.3 | TruthValue | read-write | Clear ip mroute stats. |
| rcIpMRouteStatsTable | 1.3.6.1.4.1.2272.1.76.1.6 | not-accessible | the table containing IP Multicast statistics. | |
| rcIpMRouteStatsEntry | 1.3.6.1.4.1.2272.1.76.1.6.1 | not-accessible | An entry containing the ip multicast statistics information for the specific group ip address. | |
| IP rcIpMRouteStatsGroupAddress | 1.3.6.1.4.1.2272.1.76.1.6.1.1 | IpAddress | not-accessible | the IP multicast group address for which this entry contains ip multicast statistics. |
| C32 rcIpMRouteStatsSourceCount | 1.3.6.1.4.1.2272.1.76.1.6.1.2 | Counter32 | read-only | The number of sources corresponding to the specific group and vrf. |
| C64 rcIpMRouteStatsPkts | 1.3.6.1.4.1.2272.1.76.1.6.1.3 | Counter64 | read-only | The total number of frames that are processed corresponding to the specific group and vrf. |
| C64 rcIpMRouteStatsBytes | 1.3.6.1.4.1.2272.1.76.1.6.1.4 | Counter64 | read-only | The total number of bytes that are processed corresponding to the specific group and vrf. |
| I32 rcIpMRouteStatsAverageSizePerPkt | 1.3.6.1.4.1.2272.1.76.1.6.1.5 | Integer32 | read-only | The average length of packets that are processed corresponding to the specific group and vrf. |
| C64 rcIpMRouteStatsDropPkts | 1.3.6.1.4.1.2272.1.76.1.6.1.6 | Counter64 | read-only | The total number of drop frames that are processed corresponding to the specific group and vrf. |
| C64 rcIpMRouteStatsDropBytes | 1.3.6.1.4.1.2272.1.76.1.6.1.7 | Counter64 | read-only | The total number of drop bytes that are processed corresponding to the specific group and vrf. |
| I32 rcIpMRouteStatsPktsPerSecond | 1.3.6.1.4.1.2272.1.76.1.6.1.8 | Integer32 | read-only | The number of packets that are processed corresponding to the specific group and vrf in one second. |
| rcPlsb | 1.3.6.1.4.1.2272.1.78 | |||
| rcPlsbGlobal | 1.3.6.1.4.1.2272.1.78.1 | |||
| OCT rcPlsbGlobalVlans | 1.3.6.1.4.1.2272.1.78.1.1 | OCTET STRING | read-write | PLSB vlan entry. |
| ENA rcPlsbGlobalEnable | 1.3.6.1.4.1.2272.1.78.1.2 | EnableValue | read-write | Enable/Disable PLSB global flag. |
| INT rcPlsbGlobalMsti | 1.3.6.1.4.1.2272.1.78.1.3 | INTEGER | read-write | MSTI instance ID for PLSB VLANS |
| I32 rcPlsbGlobalEtherType | 1.3.6.1.4.1.2272.1.78.1.4 | Integer32 | read-write | SPBM Ethertype |
| rcMsdp | 1.3.6.1.4.1.2272.1.80 | |||
| rcMsdpMib | 1.3.6.1.4.1.2272.1.80.1 | |||
| rcMsdpNotifications | 1.3.6.1.4.1.2272.1.80.1.0 | |||
| NTF rcnMsdpMaxSACacheWarnSet | 1.3.6.1.4.1.2272.1.80.1.0.1 | This 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 rcnMsdpMaxSACacheWarnClear | 1.3.6.1.4.1.2272.1.80.1.0.2 | This event is generated when the Sa entries in the cache database drops to 80 % of the maximum value (6K). | ||
| NTF rcnMsdpMaxSACacheErrorSet | 1.3.6.1.4.1.2272.1.80.1.0.3 | This event is generated when the SA entries in the cache database hits 100 % of the maximum value (6K). | ||
| NTF rcnMsdpMaxSACacheErrorClear | 1.3.6.1.4.1.2272.1.80.1.0.4 | This event is generated when the SA entries in the cache database drops to 95% of the maximum value. | ||
| NTF rcnMsdpMaxPeerSACacheWarnSet | 1.3.6.1.4.1.2272.1.80.1.0.5 | This event is generated when the SA entries for this peer exceeds 85 % of maximum value configured for this peer. | ||
| NTF rcnMsdpMaxPeerSACacheWarnClear | 1.3.6.1.4.1.2272.1.80.1.0.6 | This event is generated when the SA entries for this peer drops to 80 % of the maximum value configured for this peer. | ||
| NTF rcnMsdpMaxPeerSACacheErrorSet | 1.3.6.1.4.1.2272.1.80.1.0.7 | This event is generated when the SA entries for this peer hits 100 % of the peer SA limit. | ||
| NTF rcnMsdpMaxPeerSACacheErrorClear | 1.3.6.1.4.1.2272.1.80.1.0.8 | This event is generated when the SA entries for this peer drops to 95% of the peer SA limit. | ||
| NTF rcnMsdpEstablished | 1.3.6.1.4.1.2272.1.80.1.0.9 | The MSDP Established event is generated when the MSDP FSM enters the ESTABLISHED state. | ||
| NTF rcnMsdpBackwardTransition | 1.3.6.1.4.1.2272.1.80.1.0.10 | The MSDPBackwardTransition Event is generated when the MSDP FSM moves from a higher-numbered state to a lower-numbered state. | ||
| rcMsdpObjects | 1.3.6.1.4.1.2272.1.80.1.1 | |||
| rcMsdpScalars | 1.3.6.1.4.1.2272.1.80.1.1.1 | |||
| STR rcMsdpRouteMapName | 1.3.6.1.4.1.2272.1.80.1.1.1.1 | SnmpAdminString | read-write | Route 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 rcMsdpRedistributeFilterEnabled | 1.3.6.1.4.1.2272.1.80.1.1.1.2 | TruthValue | read-write | To enable or disable the redistribute filter. This filter is used to filter the (S,G,RP) entries provided by PIM to MSDP. |
| T/F rcMsdpRedistributeFilterApply | 1.3.6.1.4.1.2272.1.80.1.1.1.3 | TruthValue | read-write | Each time when making changes to the redistribute filter, it will not take effect until it is applied. |
| T/F rcMsdpImplicitDefaultPeerEnabled | 1.3.6.1.4.1.2272.1.80.1.1.1.4 | TruthValue | read-write | To 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 rcMsdpSACacheStatsClear | 1.3.6.1.4.1.2272.1.80.1.1.1.5 | TruthValue | read-write | Clear foreign SA-Cache entries. |
| rcMsdpPeerTable | 1.3.6.1.4.1.2272.1.80.1.1.2 | not-accessible | A table that augments the management information in the standard IETF msdpPeerTable. | |
| rcMsdpPeerEntry | 1.3.6.1.4.1.2272.1.80.1.1.2.1 | not-accessible | A set of additional management information augmenting that of the standard IETF msdpPeerEntry. | |
| I32 rcMsdpPeerAsNumber | 1.3.6.1.4.1.2272.1.80.1.1.2.1.1 | Integer32 | read-create | The AS number of the remote Peer. Value -1 indicates that AS number is not configured. |
| C32 rcMsdpPeerTooShortMessages | 1.3.6.1.4.1.2272.1.80.1.1.2.1.2 | Counter32 | read-only | The number of Short messages received from this peer. |
| C32 rcMsdpPeerInBadMessages | 1.3.6.1.4.1.2272.1.80.1.1.2.1.3 | Counter32 | read-only | The number of Bad MSDP messages received from this peer. |
| C32 rcMsdpPeerInKeepAliveMessages | 1.3.6.1.4.1.2272.1.80.1.1.2.1.4 | Counter32 | read-only | The number of keep alive messages received from this peer. |
| C32 rcMsdpPeerOutKeepAliveMessages | 1.3.6.1.4.1.2272.1.80.1.1.2.1.5 | Counter32 | read-only | The number of keep alive messages transmitted to this peer. |
| T/F rcMsdpPeerInSAFilterEnabled | 1.3.6.1.4.1.2272.1.80.1.1.2.1.6 | TruthValue | read-create | To enable or disable the in SA filter of a peer. |
| STR rcMsdpPeerInSAFilterRouteMapName | 1.3.6.1.4.1.2272.1.80.1.1.2.1.7 | SnmpAdminString | read-create | The 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 rcMsdpPeerOutSAFilterEnabled | 1.3.6.1.4.1.2272.1.80.1.1.2.1.8 | TruthValue | read-create | To enable or disable the out SA filter of a peer. |
| STR rcMsdpPeerOutSAFilterRouteMapName | 1.3.6.1.4.1.2272.1.80.1.1.2.1.9 | SnmpAdminString | read-create | The 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 rcMsdpPeerDescription | 1.3.6.1.4.1.2272.1.80.1.1.2.1.10 | SnmpAdminString | read-create | Peer specific description. It is used to make the peer easier to be identified. |
| U32 rcMsdpPeerSALimit | 1.3.6.1.4.1.2272.1.80.1.1.2.1.11 | Unsigned32 | read-create | The SA Cache limit for this peer. |
| T/F rcMsdpPeerMd5AuthEnabled | 1.3.6.1.4.1.2272.1.80.1.1.2.1.12 | TruthValue | read-create | The MD5 Authentication status of this peer. |
| STR rcMsdpPeerMd5AuthPassword | 1.3.6.1.4.1.2272.1.80.1.1.2.1.13 | SnmpAdminString | read-create | The MD5 Authentication password of this peer. |
| C32 rcMsdpPeerSAsLearnedFromThisPeer | 1.3.6.1.4.1.2272.1.80.1.1.2.1.14 | Counter32 | read-only | The total number of SAs learned from this peer. |
| C32 rcMsdpPeerSAsAdvertisedToThisPeer | 1.3.6.1.4.1.2272.1.80.1.1.2.1.15 | Counter32 | read-only | The total number of SAs advertised to this peer. |
| TIK rcMsdpPeerUpOrDownTime | 1.3.6.1.4.1.2272.1.80.1.1.2.1.16 | TimeTicks | read-only | MSDP Peer Up or Down duration. |
| TIK rcMsdpPeerConnAndStatsClearedTime | 1.3.6.1.4.1.2272.1.80.1.1.2.1.17 | TimeTicks | read-only | The duration of connection and statistics cleared ago. |
| STR rcMsdpPeerRouteMapName | 1.3.6.1.4.1.2272.1.80.1.1.2.1.18 | SnmpAdminString | read-create | Route map name for default peer. |
| T/F rcMsdpPeerAdminEnabled | 1.3.6.1.4.1.2272.1.80.1.1.2.1.19 | TruthValue | read-create | The admin status of this peer. |
| T/F rcMsdpPeerOperEnabled | 1.3.6.1.4.1.2272.1.80.1.1.2.1.20 | TruthValue | read-only | The operational status of this peer. |
| INT rcMsdpPeerDefaultPeerState | 1.3.6.1.4.1.2272.1.80.1.1.2.1.21 | INTEGER | read-only | The 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 rcMsdpPeerDefaultPeer | 1.3.6.1.4.1.2272.1.80.1.1.2.1.22 | TruthValue | read-create | It is used to indicate whether a peer is a default peer or not. |
| rcMsdpSACacheTable | 1.3.6.1.4.1.2272.1.80.1.1.3 | not-accessible | SA (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 | |
| rcMsdpSACacheEntry | 1.3.6.1.4.1.2272.1.80.1.1.3.1 | not-accessible | SA Cache Entry. | |
| IP rcMsdpSACacheGroupAddr | 1.3.6.1.4.1.2272.1.80.1.1.3.1.1 | IpAddress | not-accessible | The group address of the SA Cache entry. |
| IP rcMsdpSACacheSourceAddr | 1.3.6.1.4.1.2272.1.80.1.1.3.1.2 | IpAddress | not-accessible | The source address of the SA Cache entry. |
| IP rcMsdpSACacheOriginRP | 1.3.6.1.4.1.2272.1.80.1.1.3.1.3 | IpAddress | not-accessible | The 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 rcMsdpSACacheTypeInformation | 1.3.6.1.4.1.2272.1.80.1.1.3.1.4 | INTEGER | not-accessible | This object describes the SA cache type. It can be either local cache or foreign cache. |
| U32 rcMsdpSACacheOriginatorAsNumber | 1.3.6.1.4.1.2272.1.80.1.1.3.1.5 | Unsigned32 | read-only | The AS number of the originator. |
| INT rcMsdpSACacheRouteType | 1.3.6.1.4.1.2272.1.80.1.1.3.1.6 | INTEGER | read-only | The owner of the route that is used for rpf checking. |
| rcMsdpNotificationObjects | 1.3.6.1.4.1.2272.1.80.1.2 | |||
| INT rcMsdpSACacheType | 1.3.6.1.4.1.2272.1.80.1.2.1 | INTEGER | accessible-for-notify | This object describes the SA cache type. |
| OID rcMsdpVrfId | 1.3.6.1.4.1.2272.1.80.1.2.2 | VrfIdentifier | accessible-for-notify | VRF ID for the MSDP. |
| rcBfd | 1.3.6.1.4.1.2272.1.81 | |||
| rcBfdTmpMib | 1.3.6.1.4.1.2272.1.81.1 | |||
| rcBfdTmpNotifications | 1.3.6.1.4.1.2272.1.81.1.0 | |||
| NTF rcBfdTmpSessUp | 1.3.6.1.4.1.2272.1.81.1.0.1 | This 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 rcBfdTmpSessDown | 1.3.6.1.4.1.2272.1.81.1.0.2 | This 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. | ||
| rcBfdTmpObjects | 1.3.6.1.4.1.2272.1.81.1.1 | |||
| rcBfdTmpScalarObjects | 1.3.6.1.4.1.2272.1.81.1.1.1 | |||
| INT rcBfdTmpAdminStatus | 1.3.6.1.4.1.2272.1.81.1.1.1.1 | INTEGER | read-write | The 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 rcBfdTmpVersionNumber | 1.3.6.1.4.1.2272.1.81.1.1.1.3 | Unsigned32 | read-only | The current version number of the BFD protocol. |
| T/F rcBfdTmpSessNotificationsEnable | 1.3.6.1.4.1.2272.1.81.1.1.1.4 | TruthValue | read-write | If this object is set to true(1), then it enables the emission of bfdSessUp and bfdSessDown notifications; otherwise these notifications are not emitted. |
| rcBfdTmpSessTable | 1.3.6.1.4.1.2272.1.81.1.1.2 | not-accessible | The BFD Session Table describes the BFD sessions. | |
| rcBfdTmpSessEntry | 1.3.6.1.4.1.2272.1.81.1.1.2.1 | not-accessible | The BFD Session Entry describes BFD session. | |
| RCB rcBfdTmpSessIndex | 1.3.6.1.4.1.2272.1.81.1.1.2.1.1 | RcBfdTmpSessIndexTC | not-accessible | This object contains an index used to represent a unique BFD session on this device. |
| U32 rcBfdTmpSessApplicationId | 1.3.6.1.4.1.2272.1.81.1.1.2.1.2 | Unsigned32 | read-only | This 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 rcBfdTmpSessDiscriminator | 1.3.6.1.4.1.2272.1.81.1.1.2.1.3 | Unsigned32 | read-only | This object specifies the local discriminator for this BFD session, used to uniquely identify it. |
| U32 rcBfdTmpSessRemoteDiscr | 1.3.6.1.4.1.2272.1.81.1.1.2.1.4 | Unsigned32 | read-only | This object specifies the session discriminator chosen by the remote system for this BFD session. |
| INE rcBfdTmpSessUdpPort | 1.3.6.1.4.1.2272.1.81.1.1.2.1.5 | InetPortNumber | read-create | The UDP Port for BFD. The default value is the well-known value for this port. |
| INT rcBfdTmpSessState | 1.3.6.1.4.1.2272.1.81.1.1.2.1.6 | INTEGER | read-only | The perceived state of the BFD session. |
| T/F rcBfdTmpSessRemoteHeardFlag | 1.3.6.1.4.1.2272.1.81.1.1.2.1.7 | TruthValue | read-only | This 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 rcBfdTmpSessDiag | 1.3.6.1.4.1.2272.1.81.1.1.2.1.8 | Unsigned32 | accessible-for-notify | A diagnostic code specifying the local system's reason for the last transition of the session from up(1) to some other state. |
| INT rcBfdTmpSessOperMode | 1.3.6.1.4.1.2272.1.81.1.1.2.1.9 | INTEGER | read-only | This 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 rcBfdTmpSessDemandModeDesiredFlag | 1.3.6.1.4.1.2272.1.81.1.1.2.1.10 | TruthValue | read-create | This 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 rcBfdTmpSessEchoFuncModeDesiredFlag | 1.3.6.1.4.1.2272.1.81.1.1.2.1.11 | TruthValue | read-create | This 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 rcBfdTmpSessControlPlanIndepFlag | 1.3.6.1.4.1.2272.1.81.1.1.2.1.12 | TruthValue | read-create | This 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 rcBfdTmpSessAddrType | 1.3.6.1.4.1.2272.1.81.1.1.2.1.13 | InetAddressType | read-create | This 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 rcBfdTmpSessAddr | 1.3.6.1.4.1.2272.1.81.1.1.2.1.14 | InetAddress | read-create | This 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 rcBfdTmpSessDesiredMinTxInterval | 1.3.6.1.4.1.2272.1.81.1.1.2.1.15 | RcBfdTmpInterval | read-create | This object specifies the minimum interval, in microseconds, that the local system would like to use when transmitting BFD Control packets. |
| NUM rcBfdTmpSessReqMinRxInterval | 1.3.6.1.4.1.2272.1.81.1.1.2.1.16 | RcBfdTmpInterval | read-create | This object specifies the minimum interval, in microseconds, between received BFD Control packets the local system is capable of supporting. |
| NUM rcBfdTmpSessReqMinEchoRxInterval | 1.3.6.1.4.1.2272.1.81.1.1.2.1.17 | RcBfdTmpInterval | read-create | This object specifies the minimum interval, in microseconds, between received BFD Echo packets that this system is capable of supporting. |
| U32 rcBfdTmpSessDetectMult | 1.3.6.1.4.1.2272.1.81.1.1.2.1.18 | Unsigned32 | read-create | This object specifies the Detect time multiplier. |
| STO rcBfdTmpSessStorType | 1.3.6.1.4.1.2272.1.81.1.1.2.1.19 | StorageType | read-create | This 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 rcBfdTmpSessRowStatus | 1.3.6.1.4.1.2272.1.81.1.1.2.1.20 | RowStatus | read-create | This 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 rcBfdTmpSessAuthPresFlag | 1.3.6.1.4.1.2272.1.81.1.1.2.1.21 | TruthValue | read-create | This 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 rcBfdTmpSessAuthenticationType | 1.3.6.1.4.1.2272.1.81.1.1.2.1.22 | INTEGER | read-create | The Authentication Type used for this BFD session. This field is valid only when the Authentication Present bit is set |
| rcBfdTmpSessPerfTable | 1.3.6.1.4.1.2272.1.81.1.1.3 | not-accessible | This table specifies BFD Session performance counters. | |
| rcBfdTmpSessPerfEntry | 1.3.6.1.4.1.2272.1.81.1.1.3.1 | not-accessible | An 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 rcBfdTmpSessPerfPktIn | 1.3.6.1.4.1.2272.1.81.1.1.3.1.1 | Counter32 | read-only | The total number of BFD messages received for this BFD session. |
| C32 rcBfdTmpSessPerfPktOut | 1.3.6.1.4.1.2272.1.81.1.1.3.1.2 | Counter32 | read-only | The total number of BFD messages sent for this BFD session. |
| TIM rcBfdTmpSessUpTime | 1.3.6.1.4.1.2272.1.81.1.1.3.1.3 | TimeStamp | read-only | The 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 rcBfdTmpSessPerfLastSessDownTime | 1.3.6.1.4.1.2272.1.81.1.1.3.1.4 | TimeStamp | read-only | The 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 rcBfdTmpSessPerfLastCommLostDiag | 1.3.6.1.4.1.2272.1.81.1.1.3.1.5 | RcBfdTmpDiag | read-only | The 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 rcBfdTmpSessPerfSessUpCount | 1.3.6.1.4.1.2272.1.81.1.1.3.1.6 | Counter32 | read-only | The number of times this session has gone into the Up state since the router last rebooted. |
| TIM rcBfdTmpSessPerfDiscTime | 1.3.6.1.4.1.2272.1.81.1.1.3.1.7 | TimeStamp | read-only | The 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 rcBfdTmpSessPerfPktInHC | 1.3.6.1.4.1.2272.1.81.1.1.3.1.8 | Counter64 | read-only | This 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 rcBfdTmpSessPerfPktOutHC | 1.3.6.1.4.1.2272.1.81.1.1.3.1.9 | Counter64 | read-only | This 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. |
| rcBfdTmpSessMapTable | 1.3.6.1.4.1.2272.1.81.1.1.4 | not-accessible | The 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. | |
| rcBfdTmpSessMapEntry | 1.3.6.1.4.1.2272.1.81.1.1.4.1 | not-accessible | The 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 rcBfdTmpSessMapBfdIndex | 1.3.6.1.4.1.2272.1.81.1.1.4.1.1 | RcBfdTmpSessIndexTC | read-only | This object specifies the BfdIndex referred to by the indexes of this row. In essence, a mapping is provided between these indexes and the BfdSessTable. |
| rcBfdExtMib | 1.3.6.1.4.1.2272.1.81.2 | |||
| rcBfdExtObjects | 1.3.6.1.4.1.2272.1.81.2.1 | |||
| rcBfdExtSessTable | 1.3.6.1.4.1.2272.1.81.2.1.1 | not-accessible | The BFD Session Extension Table describes the BFD sessions. | |
| rcBfdExtSessEntry | 1.3.6.1.4.1.2272.1.81.2.1.1.1 | not-accessible | The BFD Session Extension Entry describes BFD session. | |
| INT rcBfdExtSessPeerState | 1.3.6.1.4.1.2272.1.81.2.1.1.1.1 | INTEGER | read-only | The perceived peer state of the BFD session. |
| IPt rcBfdExtSessPeerAddrType | 1.3.6.1.4.1.2272.1.81.2.1.1.1.2 | InetAddressType | read-only | Inet Address Type of peer IP address associated with this BFD session. |
| IP rcBfdExtSessPeerAddr | 1.3.6.1.4.1.2272.1.81.2.1.1.1.3 | InetAddress | read-only | This object specifies peer IP address associated with this BFD session. |
| STR rcBfdExtSessApp | 1.3.6.1.4.1.2272.1.81.2.1.1.1.4 | SnmpAdminString | read-only | This object specifies the applications configured on this BFD session. |
| STR rcBfdExtSessAppRun | 1.3.6.1.4.1.2272.1.81.2.1.1.1.5 | SnmpAdminString | read-only | This object specifies the applications running on this BFD session. |
| rcKhi | 1.3.6.1.4.1.2272.1.85 | |||
| rcKhiConfig | 1.3.6.1.4.1.2272.1.85.1 | |||
| T/F rcKhiConfigKhiAdminState | 1.3.6.1.4.1.2272.1.85.1.1 | TruthValue | read-write | Key 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 rcKhiConfigKhiBootDelay | 1.3.6.1.4.1.2272.1.85.1.2 | Unsigned32 | read-write | Time interval from system up and running to start the KHI feature. Set to 0 to disable to the time interval. |
| BIT rcKhiConfigClearAction | 1.3.6.1.4.1.2272.1.85.1.3 | Bits | read-write | Clear action with bits set. 0 Bit means from left (most sinificant) bit to right (less sinificnt) bit |
| T/F rcKhiConfigPortKhiAdminState | 1.3.6.1.4.1.2272.1.85.1.4 | TruthValue | read-write | Key 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 rcKhiConfigPerfKhiAdminState | 1.3.6.1.4.1.2272.1.85.1.5 | TruthValue | read-write | Key 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 rcKhiConfigChasKhiAdminState | 1.3.6.1.4.1.2272.1.85.1.6 | TruthValue | read-write | Key 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 rcKhiConfigForwardingKhiAdminState | 1.3.6.1.4.1.2272.1.85.1.7 | TruthValue | read-write | Key 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 rcKhiConfigMgmtKhiAdminState | 1.3.6.1.4.1.2272.1.85.1.8 | TruthValue | read-write | Key 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). |
| rcKhiHighLevel | 1.3.6.1.4.1.2272.1.85.2 | |||
| INT rcKhiHighLevelKhiOperStatus | 1.3.6.1.4.1.2272.1.85.2.1 | INTEGER | read-only | Indicate 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 rcKhiHighLevelChassisCurrentStatus | 1.3.6.1.4.1.2272.1.85.2.2 | KhiStatusValue | read-only | Chassis 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 rcKhiHighLevelChassisFirstHighestEvent | 1.3.6.1.4.1.2272.1.85.2.3 | KhiStatusValue | read-only | The 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 rcKhiHighLevelChassisFirstHighestEventTime | 1.3.6.1.4.1.2272.1.85.2.4 | DateAndTime | read-only | Timestamp of first highest alert of chassis status indication (rcKhiHighLevelChassisChangeStatus) |
| KHI rcKhiHighLevelChassisRefStatus | 1.3.6.1.4.1.2272.1.85.2.5 | KhiStatusValue | read-only | Chassis 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 rcKhiHighLevelChassisStatusLastClearTime | 1.3.6.1.4.1.2272.1.85.2.6 | DateAndTime | read-only | chassis status last clear time stamp |
| KHI rcKhiHighLevelCpuPerfCurrentStatus | 1.3.6.1.4.1.2272.1.85.2.7 | KhiStatusValue | read-only | Current 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 rcKhiHighLevelCpuPerfFirstHighestEvent | 1.3.6.1.4.1.2272.1.85.2.8 | KhiStatusValue | read-only | The 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 rcKhiHighLevelCpuPerfFirstHighestEventTime | 1.3.6.1.4.1.2272.1.85.2.9 | DateAndTime | read-only | Timestamp of first highest alert change of CPU Performance status (rcKhiHighLevelCpuPerfChangeStatus) |
| KHI rcKhiHighLevelCpuPerfRefStatus | 1.3.6.1.4.1.2272.1.85.2.10 | KhiStatusValue | read-only | CPU 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 rcKhiHighLevelCpuPerfStatusLastClearTime | 1.3.6.1.4.1.2272.1.85.2.11 | DateAndTime | read-only | CPU Performance last clear time stamp |
| KHI rcKhiHighLevelPortCurrentStatus | 1.3.6.1.4.1.2272.1.85.2.12 | KhiStatusValue | read-only | Ports 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 rcKhiHighLevelPortFirstHighestEvent | 1.3.6.1.4.1.2272.1.85.2.13 | KhiStatusValue | read-only | The 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 rcKhiHighLevelPortFirstHighestEventTime | 1.3.6.1.4.1.2272.1.85.2.14 | DateAndTime | read-only | Timestamp of first highest inidcation of Ports status status indication (rcKhiHighLevelPortChangeStatus) |
| KHI rcKhiHighLevelPortRefStatus | 1.3.6.1.4.1.2272.1.85.2.15 | KhiStatusValue | read-only | Ports 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 rcKhiHighLevelPortStatusLastClearTime | 1.3.6.1.4.1.2272.1.85.2.16 | DateAndTime | read-only | Ports status last clear time stamp |
| KHI rcKhiHighLevelForwardingCurrentStatus | 1.3.6.1.4.1.2272.1.85.2.17 | KhiStatusValue | read-only | Forwarding 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 rcKhiHighLevelForwardingFirstHighestEvent | 1.3.6.1.4.1.2272.1.85.2.18 | KhiStatusValue | read-only | The 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 rcKhiHighLevelForwardingFirstHighestEventTime | 1.3.6.1.4.1.2272.1.85.2.19 | DateAndTime | read-only | Timestamp of first highest inidcation of Forwarding status status indication (rcKhiHighLevelForwardingChangeStatus) |
| KHI rcKhiHighLevelForwardingRefStatus | 1.3.6.1.4.1.2272.1.85.2.20 | KhiStatusValue | read-only | Forwarding 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 rcKhiHighLevelForwardingStatusLastClearTime | 1.3.6.1.4.1.2272.1.85.2.21 | DateAndTime | read-only | Forwarding status last clear time stamp |
| C32 rcKhiHighLevelTotalConfigVlanCount | 1.3.6.1.4.1.2272.1.85.2.22 | Counter32 | read-only | Total Number of Vlan configured in device |
| C32 rcKhiHighLevelTotalConfigIpIfCount | 1.3.6.1.4.1.2272.1.85.2.23 | Counter32 | read-only | Total Configured IP Interface count |
| C32 rcKhiHighLevelTotalOperIpIfCurrentCount | 1.3.6.1.4.1.2272.1.85.2.24 | Counter32 | read-only | Current total operational IP Interface count |
| DAT rcKhiHighLevelIpIfFirstChangeTime | 1.3.6.1.4.1.2272.1.85.2.25 | DateAndTime | read-only | Timestamp of first change of IP interface |
| C32 rcKhiHighLevelTotalOperIpIfReferenceCount | 1.3.6.1.4.1.2272.1.85.2.26 | Counter32 | read-only | Reference count of total operational IP berfore the first change since last boot or last clear |
| DAT rcKhiHighLevelIpIfLastClearTime | 1.3.6.1.4.1.2272.1.85.2.27 | DateAndTime | read-only | IP interface last clear time stamp |
| C32 rcKhiHighLevelGlobalRouterTotalRouteCount | 1.3.6.1.4.1.2272.1.85.2.28 | Counter32 | read-only | Total number of route count in VRF 0, which is default VRF |
| C32 rcKhiHighLevelGlobalRouterTotalRouteRefCount | 1.3.6.1.4.1.2272.1.85.2.29 | Counter32 | read-only | Total number of route reference count in VRF 0, which is default VRF |
| DAT rcKhiHighLevelGlobalRouterLastClearTime | 1.3.6.1.4.1.2272.1.85.2.30 | DateAndTime | read-only | Global router total routes last clear time stamp |
| C32 rcKhiHighLevelGlobalRouterTotalBestRouteCount | 1.3.6.1.4.1.2272.1.85.2.31 | Counter32 | read-only | total number of best route count in VRF 0 (default VRF) |
| C32 rcKhiHighLevelGlobalRouterBestRouteRefCount | 1.3.6.1.4.1.2272.1.85.2.32 | Counter32 | read-only | Total number of best route reference count in VRF 0, which is default VRF |
| DAT rcKhiHighLevelGlobalRouterBestRouteLastClearTime | 1.3.6.1.4.1.2272.1.85.2.33 | DateAndTime | read-only | Global router total best routes last clear time stamp |
| C32 rcKhiHighLevelNonZeroVrfsTotalRouteCount | 1.3.6.1.4.1.2272.1.85.2.34 | Counter32 | read-only | Total number of route count in Non Zero Vrfs |
| C32 rcKhiHighLevelNonZeroVrfsTotalRouteRefCount | 1.3.6.1.4.1.2272.1.85.2.35 | Counter32 | read-only | Total number of route reference count in non zero VRF |
| DAT rcKhiHighLevelNonZeroVrfsRouteLastClearTime | 1.3.6.1.4.1.2272.1.85.2.36 | DateAndTime | read-only | Non zero vrf total routes last clear time stamp |
| C32 rcKhiHighLevelNonZeroVrfsTotalBestRouteCount | 1.3.6.1.4.1.2272.1.85.2.37 | Counter32 | read-only | total number of best route count in Non Zero Vrfs |
| C32 rcKhiHighLevelNonZeroVrfsBestRouteRefCount | 1.3.6.1.4.1.2272.1.85.2.38 | Counter32 | read-only | Total number of best route reference count in non zero VRF |
| DAT rcKhiHighLevelNonZeroVrfsBestRouteLastClearTime | 1.3.6.1.4.1.2272.1.85.2.39 | DateAndTime | read-only | Non zero vrf total best routes last clear time stamp |
| C32 rcKhiHighLevelFdbRecordCount | 1.3.6.1.4.1.2272.1.85.2.40 | Counter32 | read-only | This 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 rcKhiHighLevelFdbRecordRefCount | 1.3.6.1.4.1.2272.1.85.2.41 | Counter32 | read-only | Total number of fdb record reference count |
| DAT rcKhiHighLevelFdbRecordLastClearTime | 1.3.6.1.4.1.2272.1.85.2.42 | DateAndTime | read-only | FDB Records Last clear time |
| KHI rcKhiHighLevelGlobalRouterProtocolState | 1.3.6.1.4.1.2272.1.85.2.43 | KhiStatusValue | read-only | Global Router Protocol State |
| DAT rcKhiHighLevelGlobalRouterProtocolStateLastClearTime | 1.3.6.1.4.1.2272.1.85.2.44 | DateAndTime | read-only | GR Protocol State last clear time |
| KHI rcKhiHighLevelNonZeroVrfsProtocolState | 1.3.6.1.4.1.2272.1.85.2.45 | KhiStatusValue | read-only | Non zero VRF Protocol State |
| DAT rcKhiHighLevelNonZeroVrfsProtocolStateLastClearTime | 1.3.6.1.4.1.2272.1.85.2.46 | DateAndTime | read-only | Nonzero vrf Protocol State last clear time |
| KHI rcKhiHighLevelIstCurrentStatus | 1.3.6.1.4.1.2272.1.85.2.47 | KhiStatusValue | read-only | Key Health Indicction, IST current status |
| KHI rcKhiHighLevelIstFirstHighestEvent | 1.3.6.1.4.1.2272.1.85.2.48 | KhiStatusValue | read-only | Key Health Indicction, IST changing status since last boot or clear |
| DAT rcKhiHighLevelIstFirstHighestEventTime | 1.3.6.1.4.1.2272.1.85.2.49 | DateAndTime | read-only | Timestamp of first change Ist Status |
| DAT rcKhiHighLevelIstStatusLastClearTime | 1.3.6.1.4.1.2272.1.85.2.50 | DateAndTime | read-only | Ist Status last Clear timestamp |
| C32 rcKhiHighLevelSmltOperPortsCount | 1.3.6.1.4.1.2272.1.85.2.51 | Counter32 | read-only | Current total numbers of SMLT operational ports |
| DAT rcKhiHighLevelSmltOperPortsChangeTime | 1.3.6.1.4.1.2272.1.85.2.52 | DateAndTime | read-only | Timestamp of first change Smlt operational ports |
| C32 rcKhiHighLevelSmltOperPortsReferenceCount | 1.3.6.1.4.1.2272.1.85.2.53 | Counter32 | read-only | Reference count of SMLT operational ports before the first chaneg since last boot or clear |
| DAT rcKhiHighLevelSmltOperPortsLastClearTime | 1.3.6.1.4.1.2272.1.85.2.54 | DateAndTime | read-only | SMLT operational ports count last Clear timestamp |
| C32 rcKhiHighLevelTotalSmltConfigPorts | 1.3.6.1.4.1.2272.1.85.2.55 | Counter32 | read-only | Total number of SMLT configured ports |
| KHI rcKhiHighLevelLogCurrentStatus | 1.3.6.1.4.1.2272.1.85.2.56 | KhiStatusValue | read-only | Logging task current status |
| KHI rcKhiHighLevelLogFirstHighestEvent | 1.3.6.1.4.1.2272.1.85.2.57 | KhiStatusValue | read-only | The highest inidcation of the first change of logging task status since last boot or clear |
| DAT rcKhiHighLevelLogFirstHighestEventTime | 1.3.6.1.4.1.2272.1.85.2.58 | DateAndTime | read-only | Timestamp of first change logging task Status |
| KHI rcKhiHighLevelLogRefStatus | 1.3.6.1.4.1.2272.1.85.2.59 | KhiStatusValue | read-only | log referemce status before the first change since last boot or clear |
| DAT rcKhiHighLevelLogStatusLastClearTime | 1.3.6.1.4.1.2272.1.85.2.60 | DateAndTime | read-only | Ist Status last Clear timestamp |
| C32 rcKhiHighLevelNumOfTcpConnection | 1.3.6.1.4.1.2272.1.85.2.61 | Counter32 | read-only | Total number of TCP connections |
| C32 rcKhiHighLevelNumOfActiveTcpConnection | 1.3.6.1.4.1.2272.1.85.2.62 | Counter32 | read-only | Total number of TCP connections which is establish |
| C32 rcKhiHighLevelNumOfCliUsers | 1.3.6.1.4.1.2272.1.85.2.63 | Counter32 | read-only | Total number of CLI sesssion |
| rcKhiChassis | 1.3.6.1.4.1.2272.1.85.3 | |||
| G32 rcKhiChassisChasTemperature | 1.3.6.1.4.1.2272.1.85.3.1 | Gauge32 | read-only | Used to indicate the core operating temperature of the chassis. This value represents the degree in celsius of the air inside the chassis. |
| G32 rcKhiChassisTemperatureFirstHigherAlert | 1.3.6.1.4.1.2272.1.85.3.2 | Gauge32 | read-only | Used to indicate the the first higher temperature alert of the chassis since last boot or clear. The value is the degree in celsius. |
| DAT rcKhiChassisTemperatureFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.3.3 | DateAndTime | read-only | The time at which the first higher temperature alert occur. |
| KHI rcKhiChassisChasTemperatureStatusIndication | 1.3.6.1.4.1.2272.1.85.3.4 | KhiStatusValue | read-only | KHI Status indication |
| INT rcKhiChassisMasterCpuMezzOperState | 1.3.6.1.4.1.2272.1.85.3.5 | INTEGER | read-only | Used to indicate the CPU Mezz card |
| KHI rcKhiChassisMasterCpuMezzStatusIndication | 1.3.6.1.4.1.2272.1.85.3.6 | KhiStatusValue | read-only | the CPU Mezz card status indication |
| INT rcKhiChassisStandbyCpuMezzOperState | 1.3.6.1.4.1.2272.1.85.3.7 | INTEGER | read-only | Used to indicate the CPU Mezz card |
| KHI rcKhiChassisStandbyCpuMezzStatusIndication | 1.3.6.1.4.1.2272.1.85.3.8 | KhiStatusValue | read-only | Used to indicate the CPU Mezz card |
| INT rcKhiChassisStandbyCpuState | 1.3.6.1.4.1.2272.1.85.3.9 | INTEGER | read-only | Indicate 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 rcKhiChassisStandbyCpuStatusIndication | 1.3.6.1.4.1.2272.1.85.3.10 | KhiStatusValue | read-only | the Ha-CPU status indicaton |
| rcKhiChassisHistoryTable | 1.3.6.1.4.1.2272.1.85.3.11 | not-accessible | Chassis table include chassis history info | |
| rcKhiChassisHistoryEntry | 1.3.6.1.4.1.2272.1.85.3.11.1 | not-accessible | A chassis history table entry. | |
| I32 rcKhiChassisHistoryIndex | 1.3.6.1.4.1.2272.1.85.3.11.1.1 | Integer32 | not-accessible | history index for chassis |
| KHI rcKhiChassisHistoryTemperatureStateChange | 1.3.6.1.4.1.2272.1.85.3.11.1.2 | KhiStatusValue | read-only | Chassis temperature state change. Green if temperature =41 and =50 |
| DAT rcKhiChassisHistoryTemperatureStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.11.1.3 | DateAndTime | read-only | Time at which the temperature state change occur. |
| rcKhiChassisFanTable | 1.3.6.1.4.1.2272.1.85.3.12 | not-accessible | Fan table include Fan statistics | |
| rcKhiChassisFanEntry | 1.3.6.1.4.1.2272.1.85.3.12.1 | not-accessible | A chassis fan table entry. | |
| I32 rcKhiChassisFanId | 1.3.6.1.4.1.2272.1.85.3.12.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| INT rcKhiChassisFanOperState | 1.3.6.1.4.1.2272.1.85.3.12.1.2 | INTEGER | read-only | Fan operational state |
| INT rcKhiChassisFanFirstStateChange | 1.3.6.1.4.1.2272.1.85.3.12.1.3 | INTEGER | read-only | Fan operational state first change after boot or clear. |
| DAT rcKhiChassisFanFirstStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.12.1.4 | DateAndTime | read-only | Time at which the fan operational state first change occur. |
| KHI rcKhiChassisFanOperStatusIndication | 1.3.6.1.4.1.2272.1.85.3.12.1.5 | KhiStatusValue | read-only | Fan oper state status indication |
| G32 rcKhiChassisFanTemperature | 1.3.6.1.4.1.2272.1.85.3.12.1.6 | Gauge32 | read-only | Fan 1 temperature |
| G32 rcKhiChassisFanTempFirstHigherAlert | 1.3.6.1.4.1.2272.1.85.3.12.1.7 | Gauge32 | read-only | Fan temperature first higher alert |
| DAT rcKhiChassisFanTempFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.3.12.1.8 | DateAndTime | read-only | Time at which the fan temperature first higher alert occur |
| KHI rcKhiChassisFanTempStatusIndication | 1.3.6.1.4.1.2272.1.85.3.12.1.9 | KhiStatusValue | read-only | Fan status indication |
| rcKhiChassisFanOperHistoryTable | 1.3.6.1.4.1.2272.1.85.3.13 | not-accessible | Fan table include Fan operational state history info | |
| rcKhiChassisFanOperHistoryEntry | 1.3.6.1.4.1.2272.1.85.3.13.1 | not-accessible | A chassis fan oper state history table entry. | |
| I32 rcKhiChassisFanOperHistoryFanId | 1.3.6.1.4.1.2272.1.85.3.13.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| I32 rcKhiChassisFanOperHistoryIndex | 1.3.6.1.4.1.2272.1.85.3.13.1.2 | Integer32 | not-accessible | history index for a particular fan |
| KHI rcKhiChassisFanOperHistoryStateChange | 1.3.6.1.4.1.2272.1.85.3.13.1.3 | KhiStatusValue | read-only | Fan operational state change. Up - Green and Down - Red |
| DAT rcKhiChassisFanOperHistoryStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.13.1.4 | DateAndTime | read-only | Time at which the fan operational state change occur. |
| rcKhiChassisFanTempHistoryTable | 1.3.6.1.4.1.2272.1.85.3.14 | not-accessible | Fan table include Fan temperature history info | |
| rcKhiChassisFanTempHistoryEntry | 1.3.6.1.4.1.2272.1.85.3.14.1 | not-accessible | A chassis fan Temperature history table entry. | |
| I32 rcKhiChassisFanTempHistoryFanId | 1.3.6.1.4.1.2272.1.85.3.14.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| I32 rcKhiChassisFanTempHistoryIndex | 1.3.6.1.4.1.2272.1.85.3.14.1.2 | Integer32 | not-accessible | history index for a particular fan |
| KHI rcKhiChassisFanTempHistoryTempStateChange | 1.3.6.1.4.1.2272.1.85.3.14.1.3 | KhiStatusValue | read-only | Fan temperature state change. Green if temperature =41 and =50 |
| DAT rcKhiChassisFanTempHistoryTempStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.14.1.4 | DateAndTime | read-only | Time at which the fan temperature state change occur. |
| rcKhiChassisPowerSupplyTable | 1.3.6.1.4.1.2272.1.85.3.15 | not-accessible | Power Supply table include Power Supply statistics | |
| rcKhiChassisPowerSupplyEntry | 1.3.6.1.4.1.2272.1.85.3.15.1 | not-accessible | A chassis fan table entry. | |
| I32 rcKhiChassisPowerSupplyId | 1.3.6.1.4.1.2272.1.85.3.15.1.1 | Integer32 | not-accessible | An unique index used to identify a particular Power Supply in the system. |
| INT rcKhiChassisPowerSupplyOperState | 1.3.6.1.4.1.2272.1.85.3.15.1.2 | INTEGER | read-only | Power Supply operational state |
| INT rcKhiChassisPowerSupplyFirstStateChange | 1.3.6.1.4.1.2272.1.85.3.15.1.3 | INTEGER | read-only | Power Supply operational state First change after boot or clear. |
| DAT rcKhiChassisPowerSupplyFirstStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.15.1.4 | DateAndTime | read-only | Time at which Power Supply State first change occur. |
| KHI rcKhiChassisPowerSupplyStatusIndication | 1.3.6.1.4.1.2272.1.85.3.15.1.5 | KhiStatusValue | read-only | Power Supply status indication |
| rcKhiChassisPowerSupplyHistoryTable | 1.3.6.1.4.1.2272.1.85.3.16 | not-accessible | Power Supply table include power supply history info | |
| rcKhiChassisPowerSupplyHistoryEntry | 1.3.6.1.4.1.2272.1.85.3.16.1 | not-accessible | A chassis power supply history table entry. | |
| I32 rcKhiChassisPowerSupplyHistoryPSId | 1.3.6.1.4.1.2272.1.85.3.16.1.1 | Integer32 | not-accessible | An unique index used to identify a particular PowerSupply in the system. |
| I32 rcKhiChassisPowerSupplyHistoryIndex | 1.3.6.1.4.1.2272.1.85.3.16.1.2 | Integer32 | not-accessible | history index for a particular power supply |
| KHI rcKhiChassisPowerSupplyHistoryOperStateChange | 1.3.6.1.4.1.2272.1.85.3.16.1.3 | KhiStatusValue | read-only | Power supply operational state change. Green if power supply comes up and Red if it goes down |
| DAT rcKhiChassisPowerSupplyHistoryOperStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.16.1.4 | DateAndTime | read-only | Time at which the power supply operational state change occur. |
| rcKhiChassisLineCardTable | 1.3.6.1.4.1.2272.1.85.3.17 | not-accessible | table include line card statistics | |
| rcKhiChassisLineCardEntry | 1.3.6.1.4.1.2272.1.85.3.17.1 | not-accessible | A chassis line card table entry. | |
| I32 rcKhiChassisLineCardSlot | 1.3.6.1.4.1.2272.1.85.3.17.1.1 | Integer32 | not-accessible | An unique index used to identify a particular slot of line card in the system. |
| INT rcKhiChassisLineCardOperState | 1.3.6.1.4.1.2272.1.85.3.17.1.2 | INTEGER | read-only | Line card operational state |
| ENA rcKhiChassisLineCardAdminState | 1.3.6.1.4.1.2272.1.85.3.17.1.3 | EnableValue | read-only | Line card administrative state |
| KHI rcKhiChassisLineCardFirstStateChange | 1.3.6.1.4.1.2272.1.85.3.17.1.4 | KhiStatusValue | read-only | Line card first operational state change after boot or clear. |
| DAT rcKhiChassisLineCardFirstStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.17.1.5 | DateAndTime | read-only | The time at which line card first operational state change occur. |
| KHI rcKhiChassisLineCardStatusIndication | 1.3.6.1.4.1.2272.1.85.3.17.1.6 | KhiStatusValue | read-only | Line card Status indication |
| rcKhiChassisLineCardHistoryTable | 1.3.6.1.4.1.2272.1.85.3.18 | not-accessible | Line card table include line card history info | |
| rcKhiChassisLineCardHistoryEntry | 1.3.6.1.4.1.2272.1.85.3.18.1 | not-accessible | A chassis line card history table entry. | |
| I32 rcKhiChassisLineCardHistoryLCId | 1.3.6.1.4.1.2272.1.85.3.18.1.1 | Integer32 | not-accessible | An unique index used to identify a particular LineCard in the system. |
| I32 rcKhiChassisLineCardHistoryIndex | 1.3.6.1.4.1.2272.1.85.3.18.1.2 | Integer32 | not-accessible | history index for a particular line card |
| KHI rcKhiChassisLineCardHistoryOperStateChange | 1.3.6.1.4.1.2272.1.85.3.18.1.3 | KhiStatusValue | read-only | Line card operational state change. Green if operationally up. Yellow if operationally down and adminstratively disabled. Red if operationally down and adminstratively enabled |
| DAT rcKhiChassisLineCardHistoryOperStateChangeTime | 1.3.6.1.4.1.2272.1.85.3.18.1.4 | DateAndTime | read-only | Time at which the line card operational state change occur. |
| rcKhiPerformance | 1.3.6.1.4.1.2272.1.85.4 | |||
| G32 rcKhiPerformanceCurrentCpuUtil | 1.3.6.1.4.1.2272.1.85.4.1 | Gauge32 | read-only | Current Percentage of CPU utilization in 5 minutes sampling. Status: Yellow: above 75 Green: below 75 |
| G32 rcKhiPerformanceFirstHigherCpuUtil | 1.3.6.1.4.1.2272.1.85.4.2 | Gauge32 | read-only | FirstHigher Percentage of CPU utilization in 5 minutes sampling. Status: Yellow: above 75 Green: below 75 |
| DAT rcKhiPerformanceCpuUtilFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.4.3 | DateAndTime | read-only | Timestamp of the high cpu utilization |
| KHI rcKhiPerformanceCpuUtilStatus | 1.3.6.1.4.1.2272.1.85.4.4 | KhiStatusValue | read-only | the high cpu utilization status |
| G32 rcKhiPerformanceCurrentSwitchFabricUtil | 1.3.6.1.4.1.2272.1.85.4.5 | Gauge32 | read-only | Current Percentage of Switching Fabric utilization |
| G32 rcKhiPerformanceFirstHigherSwitchFabricUtil | 1.3.6.1.4.1.2272.1.85.4.6 | Gauge32 | read-only | FirstHigher Percentage of Switching Fabric utilization |
| DAT rcKhiPerformanceSwitchFabricUtilFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.4.7 | DateAndTime | read-only | Timestamp of ciritcal Percentage of Switching Fabric utilization |
| KHI rcKhiPerformanceSwitchFabricUtilStatus | 1.3.6.1.4.1.2272.1.85.4.8 | KhiStatusValue | read-only | Switch Fabric Utilization Status |
| G32 rcKhiPerformanceCurrentOtherSwitchFabricUtil | 1.3.6.1.4.1.2272.1.85.4.9 | Gauge32 | read-only | Current Percentage of Other Switching Fabric utilization |
| G32 rcKhiPerformanceFirstHigherOtherSwitchFabricUtil | 1.3.6.1.4.1.2272.1.85.4.10 | Gauge32 | read-only | FirstHigher Percentage of Other Switching Fabric utilization |
| DAT rcKhiPerformanceOtherSwitchFabricUtilFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.4.11 | DateAndTime | read-only | Timestamp of ciritcal percentage of other Switching Fabric utilization |
| KHI rcKhiPerformanceOtherSwitchFabricUtilStatus | 1.3.6.1.4.1.2272.1.85.4.12 | KhiStatusValue | read-only | Other Switch Fabric Utilization Status |
| G32 rcKhiPerformanceCurrentBufferUtil | 1.3.6.1.4.1.2272.1.85.4.13 | Gauge32 | read-only | Current Percentage of buffer utilization |
| G32 rcKhiPerformanceFirstHigherBufferUtil | 1.3.6.1.4.1.2272.1.85.4.14 | Gauge32 | read-only | FirstHigher Percentage of buffer utilization |
| DAT rcKhiPerformanceBufferUtilFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.4.15 | DateAndTime | read-only | Timestamp of critical Percentage of buffer utilization |
| KHI rcKhiPerformanceBufferUtilStatus | 1.3.6.1.4.1.2272.1.85.4.16 | KhiStatusValue | read-only | Buffer Utilization Status |
| G32 rcKhiPerformanceCurrentDRamUsed | 1.3.6.1.4.1.2272.1.85.4.17 | Gauge32 | read-only | Current Percentage of used DRAM in Kbytes |
| G32 rcKhiPerformanceFirstHigherDRamUsed | 1.3.6.1.4.1.2272.1.85.4.18 | Gauge32 | read-only | FirstHigher Percentage of used DRAM in Kbytes |
| DAT rcKhiPerformanceDRamUsedFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.4.19 | DateAndTime | read-only | Timestamp of ciritcal percentage of used DRAM in Kbytes |
| KHI rcKhiPerformanceDRamUsedStatus | 1.3.6.1.4.1.2272.1.85.4.20 | KhiStatusValue | read-only | Dynamic Random Access Memory Utilization Status |
| KHI rcKhiPerformanceSuspendedTaskStatus | 1.3.6.1.4.1.2272.1.85.4.21 | KhiStatusValue | read-only | Suspended Tasks Status |
| DAT rcKhiPerformanceCPUControlFirstHigherAlertTime | 1.3.6.1.4.1.2272.1.85.4.22 | DateAndTime | read-only | Timestamp of First Higher Alert for CPU Control |
| KHI rcKhiPerformanceCPUControlStatus | 1.3.6.1.4.1.2272.1.85.4.23 | KhiStatusValue | read-only | CPU Control Status |
| G32 rcKhiPerformanceCurrentNoFBuf | 1.3.6.1.4.1.2272.1.85.4.24 | Gauge32 | read-only | Current Number of None free buffer |
| G32 rcKhiPerformanceFirstHigherNoFBuf | 1.3.6.1.4.1.2272.1.85.4.25 | Gauge32 | read-only | FirstHigher Number of None free buffer |
| G32 rcKhiPerformanceCurrentTxPacketsDropped | 1.3.6.1.4.1.2272.1.85.4.26 | Gauge32 | read-only | Current Tx packet dropped |
| G32 rcKhiPerformanceFirstHigherTxPacketsDropped | 1.3.6.1.4.1.2272.1.85.4.27 | Gauge32 | read-only | FirstHigher Tx packet dropped |
| G32 rcKhiPerformanceCurrentOutError | 1.3.6.1.4.1.2272.1.85.4.28 | Gauge32 | read-only | Current Out errors |
| G32 rcKhiPerformanceFirstHigherOutError | 1.3.6.1.4.1.2272.1.85.4.29 | Gauge32 | read-only | FirstHigher Out errors |
| rcKhiPerformanceSuspendedTaskTable | 1.3.6.1.4.1.2272.1.85.4.30 | not-accessible | Suspended tasks table | |
| rcKhiPerformanceSuspendedTaskEntry | 1.3.6.1.4.1.2272.1.85.4.30.1 | not-accessible | Suspeded task table entry. | |
| I32 rcKhiPerformanceSuspendedTaskIndex | 1.3.6.1.4.1.2272.1.85.4.30.1.1 | Integer32 | not-accessible | An unique index used to identify a particular supended task index |
| I32 rcKhiPerformanceSuspendedTaskId | 1.3.6.1.4.1.2272.1.85.4.30.1.2 | Integer32 | read-only | An unique task id of suspeded task |
| STR rcKhiPerformanceSuspendedTaskName | 1.3.6.1.4.1.2272.1.85.4.30.1.3 | DisplayString | read-only | An unique task id of suspeded task |
| DAT rcKhiPerformanceSuspendedTaskSuspendedTime | 1.3.6.1.4.1.2272.1.85.4.30.1.4 | DateAndTime | read-only | Suspeded task time |
| rcKhiPerformanceHistoryTable | 1.3.6.1.4.1.2272.1.85.4.31 | not-accessible | Performance History table | |
| rcKhiPerformanceHistoryEntry | 1.3.6.1.4.1.2272.1.85.4.31.1 | not-accessible | History Performance table entry. | |
| I32 rcKhiPerformanceHistoryIndex | 1.3.6.1.4.1.2272.1.85.4.31.1.1 | Integer32 | not-accessible | An unique index used to identify a particular performance history record |
| G32 rcKhiPerformanceHistoryCpuUtil | 1.3.6.1.4.1.2272.1.85.4.31.1.2 | Gauge32 | read-only | History record for CPU utilization |
| DAT rcKhiPerformanceHistoryCpuUtilTimeStamp | 1.3.6.1.4.1.2272.1.85.4.31.1.3 | DateAndTime | read-only | Timestamp of the historical cpu utilization |
| G32 rcKhiPerformanceHistorySwitchFabricUtil | 1.3.6.1.4.1.2272.1.85.4.31.1.4 | Gauge32 | read-only | History Percentage of Switching Fabric utilization |
| DAT rcKhiPerformanceHistorySwitchFabricUtilTimeStamp | 1.3.6.1.4.1.2272.1.85.4.31.1.5 | DateAndTime | read-only | Timestamp of the historical switch fabric Utilization |
| G32 rcKhiPerformanceHistoryOtherSwitchFabricUtil | 1.3.6.1.4.1.2272.1.85.4.31.1.6 | Gauge32 | read-only | History Percentage of Other Switching Fabric utilization |
| DAT rcKhiPerformanceHistoryOtherSwitchFabricUtilTimeStamp | 1.3.6.1.4.1.2272.1.85.4.31.1.7 | DateAndTime | read-only | Timestamp of the historical other switch fabric Utilization |
| G32 rcKhiPerformanceHistoryBufferUtil | 1.3.6.1.4.1.2272.1.85.4.31.1.8 | Gauge32 | read-only | History Percentage of Buffer utilization |
| DAT rcKhiPerformanceHistoryBufferUtilTimeStamp | 1.3.6.1.4.1.2272.1.85.4.31.1.9 | DateAndTime | read-only | Timestamp of the historical Buffer Utilization |
| G32 rcKhiPerformanceHistoryDRamUsed | 1.3.6.1.4.1.2272.1.85.4.31.1.10 | Gauge32 | read-only | History DRAM Used |
| DAT rcKhiPerformanceHistoryDRamUsedTimeStamp | 1.3.6.1.4.1.2272.1.85.4.31.1.11 | DateAndTime | read-only | Timestamp of the historical DRAM Used |
| DAT rcKhiPerformanceHistoryCPUControlTimeStamp | 1.3.6.1.4.1.2272.1.85.4.31.1.12 | DateAndTime | read-only | Timestamp of the historical CPU Control |
| G32 rcKhiPerformanceHistoryNoFBuf | 1.3.6.1.4.1.2272.1.85.4.31.1.13 | Gauge32 | read-only | History Number of None Free Buffer |
| G32 rcKhiPerformanceHistoryTxPacketsDropped | 1.3.6.1.4.1.2272.1.85.4.31.1.14 | Gauge32 | read-only | History Tx Packets Dropped |
| G32 rcKhiPerformanceHistoryOutError | 1.3.6.1.4.1.2272.1.85.4.31.1.15 | Gauge32 | read-only | History Out Errors |
| rcKhiPort | 1.3.6.1.4.1.2272.1.85.5 | |||
| rcKhiPortSystemStats | 1.3.6.1.4.1.2272.1.85.5.1 | |||
| C64 rcKhiPortSystemStatsTotalUnicastRxPkts | 1.3.6.1.4.1.2272.1.85.5.1.1 | Counter64 | read-only | Total number of received Unicast packets within the past 2 minutes. |
| C64 rcKhiPortSystemStatsTotalUnicastTxPkts | 1.3.6.1.4.1.2272.1.85.5.1.2 | Counter64 | read-only | Total number of transmitted Unicast packets within the past 2 minutes. |
| I32 rcKhiPortSystemStatsUnicastPktsTxRxRatio | 1.3.6.1.4.1.2272.1.85.5.1.3 | Integer32 | read-only | Tx/Rx Ratio for Total Unicast Packets within the past 2 minutes. |
| KHI rcKhiPortSystemStatsUnicastPktsTxRxRatioHealthStatus | 1.3.6.1.4.1.2272.1.85.5.1.4 | KhiStatusValue | read-only | Health 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 rcKhiPortSystemStatsTotalMulticastRxPkts | 1.3.6.1.4.1.2272.1.85.5.1.5 | Counter64 | read-only | Total number of received Multicast packets within the past 2 minutes. |
| C64 rcKhiPortSystemStatsTotalMulticastTxPkts | 1.3.6.1.4.1.2272.1.85.5.1.6 | Counter64 | read-only | Total number of transmitted Multicast packets within the past 2 minutes. |
| C64 rcKhiPortSystemStatsTotalBroadcastRxPkts | 1.3.6.1.4.1.2272.1.85.5.1.7 | Counter64 | read-only | Total number of received Broadcast packets within the past 2 minutes. |
| C64 rcKhiPortSystemStatsTotalBroadcastTxPkts | 1.3.6.1.4.1.2272.1.85.5.1.8 | Counter64 | read-only | Total number of transmitted Broadcast packets within the past 2 minutes. |
| rcKhiPortState | 1.3.6.1.4.1.2272.1.85.5.2 | |||
| I32 rcKhiPortStateTotalPortsUp | 1.3.6.1.4.1.2272.1.85.5.2.1 | Integer32 | read-only | Total number of ports that are administratively enabled and operationally up. |
| POR rcKhiPortStatePortsUpList | 1.3.6.1.4.1.2272.1.85.5.2.2 | PortSet | read-only | List of ports that are administratively enabled and operationally up. |
| POR rcKhiPortStatePortsUpReferenceList | 1.3.6.1.4.1.2272.1.85.5.2.3 | PortSet | read-only | Reference list of ports that are administratively enabled and operationally up. |
| KHI rcKhiPortStatePortsUpHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.4 | KhiStatusValue | read-only | Health 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 rcKhiPortStateTotalPortsDown | 1.3.6.1.4.1.2272.1.85.5.2.5 | Integer32 | read-only | Total number of ports that are administratively enabled and operationally down. |
| POR rcKhiPortStatePortsDownList | 1.3.6.1.4.1.2272.1.85.5.2.6 | PortSet | read-only | List of ports that are administratively enabled and operationally down. |
| I32 rcKhiPortStateTotalSmltPortsUp | 1.3.6.1.4.1.2272.1.85.5.2.7 | Integer32 | read-only | Total number of SMLT ports that are administratively enabled and operationally up. |
| POR rcKhiPortStateSmltPortsUpList | 1.3.6.1.4.1.2272.1.85.5.2.8 | PortSet | read-only | List of SMLT ports that are administratively enabled and operationally up. |
| POR rcKhiPortStateSmltPortsUpReferenceList | 1.3.6.1.4.1.2272.1.85.5.2.9 | PortSet | read-only | Reference list of SMLT ports that are administratively enabled and operationally up. |
| KHI rcKhiPortStateSmltPortsUpHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.10 | KhiStatusValue | read-only | Health 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 rcKhiPortStateTotalSmltPortsDown | 1.3.6.1.4.1.2272.1.85.5.2.11 | Integer32 | read-only | Total number of SMLT ports that are administratively enabled and operationally down. |
| POR rcKhiPortStateSmltPortsDownList | 1.3.6.1.4.1.2272.1.85.5.2.12 | PortSet | read-only | List of SMLT ports that are administratively enabled and operationally down. |
| I32 rcKhiPortStateTotalIstPortsUp | 1.3.6.1.4.1.2272.1.85.5.2.13 | Integer32 | read-only | Total number of IST ports that are administratively enabled and operationally up. |
| POR rcKhiPortStateIstPortsUpList | 1.3.6.1.4.1.2272.1.85.5.2.14 | PortSet | read-only | List of IST ports that are administratively enabled and operationally up. |
| POR rcKhiPortStateIstPortsUpReferenceList | 1.3.6.1.4.1.2272.1.85.5.2.15 | PortSet | read-only | Reference list of IST ports that are administratively enabled and operationally up. |
| KHI rcKhiPortStateIstPortsUpHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.16 | KhiStatusValue | read-only | Health 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 rcKhiPortStateTotalIstPortsDown | 1.3.6.1.4.1.2272.1.85.5.2.17 | Integer32 | read-only | Total number of IST ports that are administratively enabled and operationally down. |
| POR rcKhiPortStateIstPortsDownList | 1.3.6.1.4.1.2272.1.85.5.2.18 | PortSet | read-only | List of IST ports that are administratively enabled and operationally down. |
| I32 rcKhiPortStateTotalPortUpEvents | 1.3.6.1.4.1.2272.1.85.5.2.19 | Integer32 | read-only | Total number of port up events. |
| POR rcKhiPortStatePortUpEventList | 1.3.6.1.4.1.2272.1.85.5.2.20 | PortSet | read-only | List of ports that became operationally up. |
| KHI rcKhiPortStatePortUpEventsHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.21 | KhiStatusValue | read-only | Port Up Events Health Indication. |
| DAT rcKhiPortStatePortUpEventFirstEventTs | 1.3.6.1.4.1.2272.1.85.5.2.22 | DateAndTime | read-only | Timestamp of the first occurence of a port up event after reboot or clear. |
| I32 rcKhiPortStateTotalPortDownEvents | 1.3.6.1.4.1.2272.1.85.5.2.23 | Integer32 | read-only | Total number of port down events. |
| POR rcKhiPortStatePortDownEventList | 1.3.6.1.4.1.2272.1.85.5.2.24 | PortSet | read-only | List of ports that became operationally down. |
| KHI rcKhiPortStatePortDownEventsHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.25 | KhiStatusValue | read-only | Port Down Events Health Indication. |
| DAT rcKhiPortStatePortDownEventFirstEventTs | 1.3.6.1.4.1.2272.1.85.5.2.26 | DateAndTime | read-only | Timestamp of the first occurence of a port down event after reboot or clear. |
| I32 rcKhiPortStateTotalSmltPortUpEvents | 1.3.6.1.4.1.2272.1.85.5.2.27 | Integer32 | read-only | Total number of SMLT port up events. |
| POR rcKhiPortStateSmltPortUpEventList | 1.3.6.1.4.1.2272.1.85.5.2.28 | PortSet | read-only | List of SMLT ports that became operationally up. |
| KHI rcKhiPortStateSmltPortUpEventsHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.29 | KhiStatusValue | read-only | SMLT Port Up Events Health Indication. |
| DAT rcKhiPortStateSmltPortUpEventFirstEventTs | 1.3.6.1.4.1.2272.1.85.5.2.30 | DateAndTime | read-only | Timestamp of the first occurence of a SMLT port up event after reboot or clear. |
| I32 rcKhiPortStateTotalSmltPortDownEvents | 1.3.6.1.4.1.2272.1.85.5.2.31 | Integer32 | read-only | Total number of SMLT port down events. |
| POR rcKhiPortStateSmltPortDownEventList | 1.3.6.1.4.1.2272.1.85.5.2.32 | PortSet | read-only | List of SMLT ports that became operationally down. |
| KHI rcKhiPortStateSmltPortDownEventsHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.33 | KhiStatusValue | read-only | SMLT Port Down Events Health Indication. |
| DAT rcKhiPortStateSmltPortDownEventFirstEventTs | 1.3.6.1.4.1.2272.1.85.5.2.34 | DateAndTime | read-only | Timestamp of the first occurence of an SMLT port down event after reboot or clear. |
| I32 rcKhiPortStateTotalIstPortUpEvents | 1.3.6.1.4.1.2272.1.85.5.2.35 | Integer32 | read-only | Total number of SMLT port up events. |
| POR rcKhiPortStateIstPortUpEventList | 1.3.6.1.4.1.2272.1.85.5.2.36 | PortSet | read-only | List of SMLT ports that became operationally up. |
| KHI rcKhiPortStateIstPortUpEventsHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.37 | KhiStatusValue | read-only | IST Port Up Events Health Indication. |
| DAT rcKhiPortStateIstPortUpEventFirstEventTs | 1.3.6.1.4.1.2272.1.85.5.2.38 | DateAndTime | read-only | Timestamp of the first occurence of a IST port up event after reboot or clear. |
| I32 rcKhiPortStateTotalIstPortDownEvents | 1.3.6.1.4.1.2272.1.85.5.2.39 | Integer32 | read-only | Total number of SMLT port down events. |
| POR rcKhiPortStateIstPortDownEventList | 1.3.6.1.4.1.2272.1.85.5.2.40 | PortSet | read-only | List of SMLT ports that became operationally down. |
| KHI rcKhiPortStateIstPortDownEventsHealthStatus | 1.3.6.1.4.1.2272.1.85.5.2.41 | KhiStatusValue | read-only | IST Port Down Events Health Indication. |
| DAT rcKhiPortStateIstPortDownEventFirstEventTs | 1.3.6.1.4.1.2272.1.85.5.2.42 | DateAndTime | read-only | Timestamp of the first occurence of an IST port down event after reboot or clear. |
| rcKhiPortStateEventsHistoryTable | 1.3.6.1.4.1.2272.1.85.5.2.43 | not-accessible | Port State Events Historical Data. | |
| rcKhiPortStateEventsHistoryEntry | 1.3.6.1.4.1.2272.1.85.5.2.43.1 | not-accessible | Port State Events history table entry. | |
| INT rcKhiPortStateEventsHistoryIndex | 1.3.6.1.4.1.2272.1.85.5.2.43.1.1 | INTEGER | not-accessible | Historical data index number. |
| DAT rcKhiPortStateEventsHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.5.2.43.1.2 | DateAndTime | read-only | Timestamp indicating when the event occurred. |
| INT rcKhiPortStateEventsHistoryPort | 1.3.6.1.4.1.2272.1.85.5.2.43.1.3 | INTEGER | read-only | Port number where the event occurred. |
| INT rcKhiPortStateEventsHistoryEvent | 1.3.6.1.4.1.2272.1.85.5.2.43.1.4 | INTEGER | read-only | Indication about the event-type. |
| rcKhiPortErrors | 1.3.6.1.4.1.2272.1.85.5.3 | |||
| rcKhiPortErrorsEventsTable | 1.3.6.1.4.1.2272.1.85.5.3.1 | not-accessible | Port Error Events Data. | |
| rcKhiPortErrorsEventsEntry | 1.3.6.1.4.1.2272.1.85.5.3.1.1 | not-accessible | Port error events table entry. | |
| INT rcKhiPortErrorsEventsPortNum | 1.3.6.1.4.1.2272.1.85.5.3.1.1.1 | INTEGER | read-only | Port number where the event occurred. |
| KHI rcKhiPortErrorsEventsSingleCollisionErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.2 | KhiStatusValue | read-only | Health Indication for Single Collisions errors on the port. |
| KHI rcKhiPortErrorsEventsMultipleCollisionErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.3 | KhiStatusValue | read-only | Health Indication for Multiple Collisions errors on the port. |
| KHI rcKhiPortErrorsEventsLateCollisionErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.4 | KhiStatusValue | read-only | Health Indication for Late Collisions errors on the port. |
| KHI rcKhiPortErrorsEventsExcessiveCollisionErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.5 | KhiStatusValue | read-only | Health Indication for Excessive Collisions errors on the port. |
| KHI rcKhiPortErrorsEventsMacRxErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.6 | KhiStatusValue | read-only | Health Indication for Mac Rx errors on the port. |
| KHI rcKhiPortErrorsEventsMacTxErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.7 | KhiStatusValue | read-only | Health Indication for Mac Tx errors on the port. |
| KHI rcKhiPortErrorsEventsDeferTxErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.8 | KhiStatusValue | read-only | Health Indication for Defer Tx errors on the port. |
| KHI rcKhiPortErrorsEventsPacketErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.9 | KhiStatusValue | read-only | Health Indication for Packet errors on the port. |
| KHI rcKhiPortErrorsEventsLinkInactiveErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.10 | KhiStatusValue | read-only | Health Indication for Link Inactive errors on the port. |
| KHI rcKhiPortErrorsEventsUnknownProtoErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.11 | KhiStatusValue | read-only | Health Indication for Unknown Proto errors on the port. |
| KHI rcKhiPortErrorsEventsInFlwctrlErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.12 | KhiStatusValue | read-only | Health Indication for In Flwctrl errors on the port. |
| KHI rcKhiPortErrorsEventsOutFlwctrlErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.13 | KhiStatusValue | read-only | Health Indication for Out Flwctrl errors on the port. |
| KHI rcKhiPortErrorsEventsAlignErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.14 | KhiStatusValue | read-only | Health Indication for Align errors on the port. |
| KHI rcKhiPortErrorsEventsFCSErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.15 | KhiStatusValue | read-only | Health Indication for FCS errors on the port. |
| KHI rcKhiPortErrorsEventsFramesLongErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.16 | KhiStatusValue | read-only | Health Indication for Frames Long errors on the port. |
| KHI rcKhiPortErrorsEventsTooShortErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.17 | KhiStatusValue | read-only | Health Indication for Too Short errors on the port. |
| KHI rcKhiPortErrorsEventsLinkFailureErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.18 | KhiStatusValue | read-only | Health Indication for Link Failure errors on the port. |
| KHI rcKhiPortErrorsEventsCarrierSenseErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.19 | KhiStatusValue | read-only | Health Indication for Carrier Sense errors on the port. |
| KHI rcKhiPortErrorsEventsCarrierErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.20 | KhiStatusValue | read-only | Health Indication for Carrier errors on the port. |
| KHI rcKhiPortErrorsEventsSQETestErr | 1.3.6.1.4.1.2272.1.85.5.3.1.1.21 | KhiStatusValue | read-only | Health Indication for SQE Test errors on the port. |
| rcKhiPortErrorsHistoryTable | 1.3.6.1.4.1.2272.1.85.5.3.2 | not-accessible | Port Errors Historical Data. | |
| rcKhiPortErrorsHistoryEntry | 1.3.6.1.4.1.2272.1.85.5.3.2.1 | not-accessible | Port errors history table entry. | |
| INT rcKhiPortErrorsHistoryIndex | 1.3.6.1.4.1.2272.1.85.5.3.2.1.1 | INTEGER | not-accessible | Index number. |
| DAT rcKhiPortErrorsHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.5.3.2.1.2 | DateAndTime | read-only | Timestamp indicating when the event occurred. |
| INT rcKhiPortErrorsHistoryPort | 1.3.6.1.4.1.2272.1.85.5.3.2.1.3 | INTEGER | read-only | Port number where the event occurred. |
| BIT rcKhiPortErrorsHistoryErrorEvents | 1.3.6.1.4.1.2272.1.85.5.3.2.1.4 | Bits | read-only | This 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 |
| rcKhiForwarding | 1.3.6.1.4.1.2272.1.85.6 | |||
| rcKhiForwardingAsicHealthTable | 1.3.6.1.4.1.2272.1.85.6.1 | not-accessible | Forwarding Asic Key Health Indicator MIB. | |
| rcKhiForwardingAsicHealthEntry | 1.3.6.1.4.1.2272.1.85.6.1.1 | not-accessible | Forwarding KHI - Asic Health table entry. | |
| INT rcKhiForwardingAsicHealthSlotNumber | 1.3.6.1.4.1.2272.1.85.6.1.1.1 | INTEGER | not-accessible | Slot Number. |
| I32 rcKhiForwardingAsicHealthLeftLnIngBkPrsureRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.2 | Integer32 | read-only | Total number of Left Lane Ingress RSP Combined Back Pressure Resets. |
| I32 rcKhiForwardingAsicHealthMidLnIngBkPrsureRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.3 | Integer32 | read-only | Total number of Middle Lane Ingress RSP Combined Back Pressure Resets. |
| I32 rcKhiForwardingAsicHealthRightLnIngBkPrsureRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.4 | Integer32 | read-only | Total number of Right Lane Ingress RSP Combined Back Pressure Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnIngBkPrsureRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.5 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnIngBkPrsureRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.6 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnIngBkPrsureRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.7 | KhiStatusValue | read-only | Right 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 rcKhiForwardingAsicHealthLeftLnIngSPIProtoRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.8 | Integer32 | read-only | Total number of Left Lane Ingress RSP SPI Protocol Resets. |
| I32 rcKhiForwardingAsicHealthMidLnIngSPIProtoRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.9 | Integer32 | read-only | Total number of Middle Lane Ingress RSP SPI Protocol Resets. |
| I32 rcKhiForwardingAsicHealthRightLnIngSPIProtoRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.10 | Integer32 | read-only | Total number of Right Lane Ingress RSP SPI Protocol Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnIngSPIProtoRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.11 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnIngSPIProtoRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.12 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnIngSPIProtoRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.13 | KhiStatusValue | read-only | Right 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 rcKhiForwardingAsicHealthLeftLnIngSPIDefragCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.14 | Integer32 | read-only | Total number of Left Lane Ingress RSP SPI Defrag Resets. |
| I32 rcKhiForwardingAsicHealthMidLnIngSPIDefragCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.15 | Integer32 | read-only | Total number of Middle Lane Ingress RSP SPI Defrag Resets. |
| I32 rcKhiForwardingAsicHealthRightLnIngSPIDefragCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.16 | Integer32 | read-only | Total number of Right Lane Ingress RSP SPI Defrag Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnIngSPIDefragStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.17 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnIngSPIDefragStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.18 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnIngSPIDefragStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.19 | KhiStatusValue | read-only | Right 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 rcKhiForwardingAsicHealthLeftLnEgrMcastQFullRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.20 | Integer32 | read-only | Total number of Left Lane Egress RSP Multicast Queue Full Resets. |
| I32 rcKhiForwardingAsicHealthMidLnEgrMcastQFullRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.21 | Integer32 | read-only | Total number of Middle Lane Egress RSP Multicast Queue Full Resets. |
| I32 rcKhiForwardingAsicHealthRightLnEgrMcastQFullRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.22 | Integer32 | read-only | Total number of Right Lane Egress RSP Multicast Queue Full Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnEgrMcastQFullRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.23 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnEgrMcastQFullRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.24 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnEgrMcastQFullRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.25 | KhiStatusValue | read-only | Right 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 rcKhiForwardingAsicHealthLeftLnEgrFreePgErrRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.26 | Integer32 | read-only | Total number of Left Lane Egress RSP Free Page Error Resets. |
| I32 rcKhiForwardingAsicHealthMidLnEgrFreePgErrRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.27 | Integer32 | read-only | Total number of Middle Lane Egress RSP Free Page Error Resets. |
| I32 rcKhiForwardingAsicHealthRightLnEgrFreePgErrRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.28 | Integer32 | read-only | Total number of Right Lane Egress RSP Free Page Error Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnEgrFreePgErrRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.29 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnEgrFreePgErrRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.30 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnEgrFreePgErrRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.31 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthLeftLnEgrUcastQFullRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.32 | Integer32 | read-only | Total number of Left Lane Egress RSP Unicast Queue Full Resets. |
| I32 rcKhiForwardingAsicHealthMidLnEgrUcastQFullRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.33 | Integer32 | read-only | Total number of Middle Lane Egress RSP Unicast Queue Full Resets. |
| I32 rcKhiForwardingAsicHealthRightLnEgrUcastQFullRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.34 | Integer32 | read-only | Total number of Right Lane Egress RSP Unicast Queue Full Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnEgrUcastQFullRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.35 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnEgrUcastQFullRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.36 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnEgrUcastQFullRstStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.37 | KhiStatusValue | read-only | Right 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 rcKhiForwardingAsicHealthLeftLnEgrFreePgLwrLmtRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.39 | Integer32 | read-only | Total number of Left Lane Egress RSP Free Pages at Lower Limit Resets. |
| I32 rcKhiForwardingAsicHealthMidLnEgrFreePgLwrLmtRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.40 | Integer32 | read-only | Total number of Middle Lane Egress RSP Free Pages at Lower Limit Resets. |
| I32 rcKhiForwardingAsicHealthRightLnEgrFreePgLwrLmtRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.41 | Integer32 | read-only | Total number of Right Lane Egress RSP Free Pages at Lower Limit Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnEgrFreePgLwrLmtStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.42 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnEgrFreePgLwrLmtStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.43 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnEgrFreePgLwrLmtStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.44 | KhiStatusValue | read-only | Right 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 rcKhiForwardingAsicHealthLeftLnEgrRepIDMismatchRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.45 | Integer32 | read-only | Total number of Left Lane Egress RSP Replication ID Mismatch Resets. |
| I32 rcKhiForwardingAsicHealthMidLnEgrRepIDMismatchRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.46 | Integer32 | read-only | Total number of Middle Lane Egress RSP Replication ID Mismatch Resets. |
| I32 rcKhiForwardingAsicHealthRightLnEgrRepIDMismatchRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.47 | Integer32 | read-only | Total number of Right Lane Egress RSP Replication ID Mismatch Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnEgrRepIDMismatchStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.48 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnEgrRepIDMismatchStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.49 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnEgrRepIDMismatchStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.50 | KhiStatusValue | read-only | Right 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 rcKhiForwardingAsicHealthLeftLnEgrNoBeepBeepRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.51 | Integer32 | read-only | Total number of Left Lane Egress RSP No Beep-Beep Resets. |
| I32 rcKhiForwardingAsicHealthMidLnEgrNoBeepBeepRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.52 | Integer32 | read-only | Total number of Middle Lane Egress RSP No Beep-Beep Resets. |
| I32 rcKhiForwardingAsicHealthRightLnEgrNoBeepBeepRstCnt | 1.3.6.1.4.1.2272.1.85.6.1.1.53 | Integer32 | read-only | Total number of Right Lane Egress RSP No Beep-Beep Resets. |
| KHI rcKhiForwardingAsicHealthLeftLnEgrNoBeepBeepStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.54 | KhiStatusValue | read-only | Left 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 rcKhiForwardingAsicHealthMidLnEgrNoBeepBeepStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.55 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingAsicHealthRightLnEgrNoBeepBeepStatus | 1.3.6.1.4.1.2272.1.85.6.1.1.56 | KhiStatusValue | read-only | Right 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. |
| rcKhiForwardingRSPStateTable | 1.3.6.1.4.1.2272.1.85.6.2 | not-accessible | Forwarding Key Health Indicator MIB - RSP Stats. | |
| rcKhiForwardingRSPStateEntry | 1.3.6.1.4.1.2272.1.85.6.2.1 | not-accessible | Forwarding KHI - RSP State table entry. | |
| INT rcKhiForwardingRSPStateSlotNumber | 1.3.6.1.4.1.2272.1.85.6.2.1.1 | INTEGER | not-accessible | Slot Number. |
| INT rcKhiForwardingRSPStateDirection | 1.3.6.1.4.1.2272.1.85.6.2.1.2 | INTEGER | not-accessible | Direction - Ingress or Egress. |
| BIT rcKhiForwardingRSPStateLeftLnErrMask | 1.3.6.1.4.1.2272.1.85.6.2.1.3 | Bits | read-only | Left 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 rcKhiForwardingRSPStateMidLnErrMask | 1.3.6.1.4.1.2272.1.85.6.2.1.4 | Bits | read-only | Middle 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 rcKhiForwardingRSPStateRightLnErrMask | 1.3.6.1.4.1.2272.1.85.6.2.1.5 | Bits | read-only | Right 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 rcKhiForwardingRSPStateLeftLnHealthStatus | 1.3.6.1.4.1.2272.1.85.6.2.1.6 | KhiStatusValue | read-only | Indicates 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 rcKhiForwardingRSPStateMidLnHealthStatus | 1.3.6.1.4.1.2272.1.85.6.2.1.7 | KhiStatusValue | read-only | Indicates 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 rcKhiForwardingRSPStateRightLnHealthStatus | 1.3.6.1.4.1.2272.1.85.6.2.1.8 | KhiStatusValue | read-only | Indicates 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. |
| rcKhiForwardingRSPStatsTable | 1.3.6.1.4.1.2272.1.85.6.3 | not-accessible | Forwarding Key Health Indicator MIB - RSP Stats. | |
| rcKhiForwardingRSPStatsEntry | 1.3.6.1.4.1.2272.1.85.6.3.1 | not-accessible | Forwarding KHI - RSP Stats table entry. | |
| INT rcKhiForwardingRSPStatsSlotNumber | 1.3.6.1.4.1.2272.1.85.6.3.1.1 | INTEGER | not-accessible | Slot Number. |
| INT rcKhiForwardingRSPStatsDirection | 1.3.6.1.4.1.2272.1.85.6.3.1.2 | INTEGER | not-accessible | Direction - Ingress or Egress. |
| C64 rcKhiForwardingRSPStatsLeftLnTotalAMPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.3 | Counter64 | read-only | Left Lane RSP Total AM Packets. |
| C64 rcKhiForwardingRSPStatsMidLnTotalAMPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.4 | Counter64 | read-only | Middle Lane RSP Total AM Packets. |
| C64 rcKhiForwardingRSPStatsRightLnTotalAMPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.5 | Counter64 | read-only | Right Lane RSP Total AM Packets. |
| C64 rcKhiForwardingRSPStatsLeftLnTotalAMRxErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.6 | Counter64 | read-only | Left Lane RSP Total AM Rx Error Packets Count. |
| C64 rcKhiForwardingRSPStatsMidLnTotalAMRxErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.7 | Counter64 | read-only | Middle Lane RSP Total AM Rx Error Packets Count. |
| C64 rcKhiForwardingRSPStatsRightLnTotalAMRxErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.8 | Counter64 | read-only | Right Lane RSP Total AM Rx Error Packets Count. |
| KHI rcKhiForwardingRSPStatsLeftLnAMRxErrPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.9 | KhiStatusValue | read-only | Left 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 rcKhiForwardingRSPStatsMidLnAMRxErrPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.10 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingRSPStatsRightLnAMRxErrPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.11 | KhiStatusValue | read-only | Right 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 rcKhiForwardingRSPStatsLeftLnTotalAMShortPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.12 | Counter64 | read-only | Left Lane RSP Total AM Short Packets Count. |
| C64 rcKhiForwardingRSPStatsMidLnTotalAMShortPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.13 | Counter64 | read-only | Middle Lane RSP Total AM Short Packets Count. |
| C64 rcKhiForwardingRSPStatsRightLnTotalAMShortPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.14 | Counter64 | read-only | Right Lane RSP Total AM Short Packets Count. |
| KHI rcKhiForwardingRSPStatsLeftLnAMShortPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.15 | KhiStatusValue | read-only | Left 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 rcKhiForwardingRSPStatsMidLnAMShortPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.16 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingRSPStatsRightLnAMShortPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.17 | KhiStatusValue | read-only | Right 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 rcKhiForwardingRSPStatsLeftLnTotalAMCongestionDrops | 1.3.6.1.4.1.2272.1.85.6.3.1.18 | Counter64 | read-only | Left Lane RSP Total AM Congestion Drop Count. |
| C64 rcKhiForwardingRSPStatsMidLnTotalAMCongestionDrops | 1.3.6.1.4.1.2272.1.85.6.3.1.19 | Counter64 | read-only | Middle Lane RSP Total AM Congestion Drop Count. |
| C64 rcKhiForwardingRSPStatsRightLnTotalAMCongestionDrops | 1.3.6.1.4.1.2272.1.85.6.3.1.20 | Counter64 | read-only | Right Lane RSP Total AM Congestion Drop Count. |
| KHI rcKhiForwardingRSPStatsLeftLnAMCongestionDropStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.21 | KhiStatusValue | read-only | Left 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 rcKhiForwardingRSPStatsMidLnAMCongestionDropStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.22 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingRSPStatsRightLnAMCongestionDropStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.23 | KhiStatusValue | read-only | Right 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 rcKhiForwardingRSPStatsLeftLnTotalAMProcErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.24 | Counter64 | read-only | Left Lane RSP Total AM Proc Error Packets Count. |
| C64 rcKhiForwardingRSPStatsMidLnTotalAMProcErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.25 | Counter64 | read-only | Middle Lane RSP Total AM Proc Error Packets Count. |
| C64 rcKhiForwardingRSPStatsRightLnTotalAMProcErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.26 | Counter64 | read-only | Right Lane RSP Total AM Proc Error Packets Count. |
| KHI rcKhiForwardingRSPStatsLeftLnAMProcErrPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.27 | KhiStatusValue | read-only | Left 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 rcKhiForwardingRSPStatsMidLnAMProcErrPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.28 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingRSPStatsRightLnAMProcErrPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.29 | KhiStatusValue | read-only | Right 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 rcKhiForwardingRSPStatsLeftLnTotalAMExpPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.30 | Counter64 | read-only | Left Lane RSP Total AM Exp Packets Count. |
| C64 rcKhiForwardingRSPStatsMidLnTotalAMExpPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.31 | Counter64 | read-only | Middle Lane RSP Total AM Exp Packets Count. |
| C64 rcKhiForwardingRSPStatsRightLnTotalAMExpPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.32 | Counter64 | read-only | Right Lane RSP Total AM Exp Packets Count. |
| KHI rcKhiForwardingRSPStatsLeftLnAMExpPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.33 | KhiStatusValue | read-only | Left 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 rcKhiForwardingRSPStatsMidLnAMExpPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.34 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingRSPStatsRightLnAMExpPktsStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.35 | KhiStatusValue | read-only | Right 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 rcKhiForwardingRSPStatsLeftLnTotalPMFwdPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.36 | Counter64 | read-only | Left Lane RSP Total PM Forwarded Packets Count. |
| C64 rcKhiForwardingRSPStatsMidLnTotalPMFwdPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.37 | Counter64 | read-only | Middle Lane RSP Total PM Forwarded Packets Count. |
| C64 rcKhiForwardingRSPStatsRightLnTotalPMFwdPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.38 | Counter64 | read-only | Right Lane RSP Total PM Forwarded Packets Count. |
| C64 rcKhiForwardingRSPStatsLeftLnTotalPMDropErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.39 | Counter64 | read-only | Left Lane RSP Total PM Dropped Error Packets Count. |
| C64 rcKhiForwardingRSPStatsMidLnTotalPMDropErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.40 | Counter64 | read-only | Middle Lane RSP Total PM Dropped Error Packets Count. |
| C64 rcKhiForwardingRSPStatsRightLnTotalPMDropErrPkts | 1.3.6.1.4.1.2272.1.85.6.3.1.41 | Counter64 | read-only | Right Lane RSP Total PM Dropped Error Packets Count. |
| KHI rcKhiForwardingRSPStatsLeftLnPMDropErrStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.42 | KhiStatusValue | read-only | Left 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 rcKhiForwardingRSPStatsMidLnPMDropErrStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.43 | KhiStatusValue | read-only | Middle 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 rcKhiForwardingRSPStatsRightLnPMDropErrStatus | 1.3.6.1.4.1.2272.1.85.6.3.1.44 | KhiStatusValue | read-only | Right 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. |
| rcKhiForwardingF2XHealthTable | 1.3.6.1.4.1.2272.1.85.6.4 | not-accessible | Forwarding Key Health Indicator MIB - F2X (F2I and F2E) Health. | |
| rcKhiForwardingF2XHealthEntry | 1.3.6.1.4.1.2272.1.85.6.4.1 | not-accessible | Forwarding KHI - F2X Health table entry. | |
| INT rcKhiForwardingF2XHealthSlotNumber | 1.3.6.1.4.1.2272.1.85.6.4.1.1 | INTEGER | not-accessible | Slot Number. |
| BIT rcKhiForwardingF2XHealthLeftLnErrMask | 1.3.6.1.4.1.2272.1.85.6.4.1.2 | Bits | read-only | Left 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 rcKhiForwardingF2XHealthMidLnErrMask | 1.3.6.1.4.1.2272.1.85.6.4.1.3 | Bits | read-only | Middle 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 rcKhiForwardingF2XHealthRightLnErrMask | 1.3.6.1.4.1.2272.1.85.6.4.1.4 | Bits | read-only | Right 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 rcKhiForwardingF2XHealthLeftLnHealthStatus | 1.3.6.1.4.1.2272.1.85.6.4.1.5 | KhiStatusValue | read-only | Indicates 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 rcKhiForwardingF2XHealthMidLnHealthStatus | 1.3.6.1.4.1.2272.1.85.6.4.1.6 | KhiStatusValue | read-only | Indicates 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 rcKhiForwardingF2XHealthRightLnHealthStatus | 1.3.6.1.4.1.2272.1.85.6.4.1.7 | KhiStatusValue | read-only | Indicates 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. |
| rcKhiForwardingHistoryTable | 1.3.6.1.4.1.2272.1.85.6.5 | not-accessible | Forwarding Key Health Indicator MIB - Historical Data. | |
| rcKhiForwardingHistoryEntry | 1.3.6.1.4.1.2272.1.85.6.5.1 | not-accessible | Forwarding KHI - History table entry. | |
| INT rcKhiForwardingHistoryIndex | 1.3.6.1.4.1.2272.1.85.6.5.1.1 | INTEGER | not-accessible | Index for Forwarding Health historical data. |
| DAT rcKhiForwardingHistoryTimeStamp | 1.3.6.1.4.1.2272.1.85.6.5.1.2 | DateAndTime | read-only | Timestamp indicating when a particular event occurred. |
| INT rcKhiForwardingHistorySlotNumber | 1.3.6.1.4.1.2272.1.85.6.5.1.3 | INTEGER | read-only | Slot Number. |
| INT rcKhiForwardingHistoryLane | 1.3.6.1.4.1.2272.1.85.6.5.1.4 | INTEGER | read-only | Lane where the event occurred. |
| STR rcKhiForwardingHistoryEvent | 1.3.6.1.4.1.2272.1.85.6.5.1.5 | DisplayString | read-only | Name of the event |
| rcKhiForwardingCurrentStatusTable | 1.3.6.1.4.1.2272.1.85.6.6 | not-accessible | Forwarding Key Health Indicator MIB - Current Status Info. | |
| rcKhiForwardingCurrentStatusEntry | 1.3.6.1.4.1.2272.1.85.6.6.1 | not-accessible | Forwarding KHI - Current Status table entry. | |
| INT rcKhiForwardingCurrentStatusSlotNumber | 1.3.6.1.4.1.2272.1.85.6.6.1.1 | INTEGER | not-accessible | Slot Number. |
| KHI rcKhiForwardingCurrentStatusLeftLnHealth | 1.3.6.1.4.1.2272.1.85.6.6.1.2 | KhiStatusValue | read-only | Indicates 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 rcKhiForwardingCurrentStatusLeftLnErrMask | 1.3.6.1.4.1.2272.1.85.6.6.1.3 | Bits | read-only | Left 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 rcKhiForwardingCurrentStatusMidLnHealth | 1.3.6.1.4.1.2272.1.85.6.6.1.4 | KhiStatusValue | read-only | Indicates 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 rcKhiForwardingCurrentStatusMidLnErrMask | 1.3.6.1.4.1.2272.1.85.6.6.1.5 | Bits | read-only | Middle 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 rcKhiForwardingCurrentStatusRightLnHealth | 1.3.6.1.4.1.2272.1.85.6.6.1.6 | KhiStatusValue | read-only | Indicates 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 rcKhiForwardingCurrentStatusRightLnErrMask | 1.3.6.1.4.1.2272.1.85.6.6.1.7 | Bits | read-only | Right 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. |
| rcKhiProtocol | 1.3.6.1.4.1.2272.1.85.7 | |||
| rcKhiOspfTable | 1.3.6.1.4.1.2272.1.85.7.1 | not-accessible | Ospf protcol KHI summary | |
| rcKhiOspfEntry | 1.3.6.1.4.1.2272.1.85.7.1.1 | not-accessible | Ospf protcol KHI summary entry | |
| I32 rcKhiOspfVrfId | 1.3.6.1.4.1.2272.1.85.7.1.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| C32 rcKhiOspfRouteTableSize | 1.3.6.1.4.1.2272.1.85.7.1.1.2 | Counter32 | read-only | |
| C32 rcKhiOspfRefRouteTableSize | 1.3.6.1.4.1.2272.1.85.7.1.1.3 | Counter32 | read-only | |
| C32 rcKhiOspfLsdbTableSize | 1.3.6.1.4.1.2272.1.85.7.1.1.4 | Counter32 | read-only | |
| C32 rcKhiOspfNumOfInterfaces | 1.3.6.1.4.1.2272.1.85.7.1.1.5 | Counter32 | read-only | |
| C32 rcKhiOspfNumOfAdjacency | 1.3.6.1.4.1.2272.1.85.7.1.1.6 | Counter32 | read-only | |
| C32 rcKhiOspfRefNumOfAdjacency | 1.3.6.1.4.1.2272.1.85.7.1.1.7 | Counter32 | read-only | |
| DAT rcKhiOspfLastClearTimestamp | 1.3.6.1.4.1.2272.1.85.7.1.1.8 | DateAndTime | read-only | |
| DAT rcKhiOspfFirstEventTimestamp | 1.3.6.1.4.1.2272.1.85.7.1.1.9 | DateAndTime | read-only | |
| rcKhiOspfHistoryTable | 1.3.6.1.4.1.2272.1.85.7.2 | not-accessible | Ospf protcol KHI summary | |
| rcKhiOspfHistoryEntry | 1.3.6.1.4.1.2272.1.85.7.2.1 | not-accessible | Ospf protcol KHI summary entry | |
| I32 rcKhiOspfHistoryVrfId | 1.3.6.1.4.1.2272.1.85.7.2.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| I32 rcKhiOspfHistoryIndex | 1.3.6.1.4.1.2272.1.85.7.2.1.2 | Integer32 | not-accessible | History index for a particular VRF OSPF |
| C32 rcKhiOspfHistoryLsdbTableSize | 1.3.6.1.4.1.2272.1.85.7.2.1.3 | Counter32 | read-only | |
| C32 rcKhiOspfHistoryNumOfAdjacency | 1.3.6.1.4.1.2272.1.85.7.2.1.4 | Counter32 | read-only | |
| DAT rcKhiOspfHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.7.2.1.5 | DateAndTime | read-only | |
| rcKhiBgpTable | 1.3.6.1.4.1.2272.1.85.7.3 | not-accessible | Bgp protcol KHI summary | |
| rcKhiBgpEntry | 1.3.6.1.4.1.2272.1.85.7.3.1 | not-accessible | Bgp protcol KHI summary entry | |
| I32 rcKhiBgpVrfId | 1.3.6.1.4.1.2272.1.85.7.3.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| C32 rcKhiBgpUpdateSent | 1.3.6.1.4.1.2272.1.85.7.3.1.2 | Counter32 | read-only | |
| C32 rcKhiBgpUpdateRecvd | 1.3.6.1.4.1.2272.1.85.7.3.1.3 | Counter32 | read-only | Update received |
| C32 rcKhiBgpNotifySent | 1.3.6.1.4.1.2272.1.85.7.3.1.4 | Counter32 | read-only | Notify sent |
| C32 rcKhiBgpNotifyRecvd | 1.3.6.1.4.1.2272.1.85.7.3.1.5 | Counter32 | read-only | BGP Notify received |
| C32 rcKhiBgpBadEvents | 1.3.6.1.4.1.2272.1.85.7.3.1.6 | Counter32 | read-only | BGP bad event count |
| C32 rcKhiBgpRouteTableSize | 1.3.6.1.4.1.2272.1.85.7.3.1.7 | Counter32 | read-only | BGP route table size |
| C32 rcKhiBgpRefRouteTableSize | 1.3.6.1.4.1.2272.1.85.7.3.1.8 | Counter32 | read-only | BGP reference route table size |
| C32 rcKhiBgpEstablishedNbrs | 1.3.6.1.4.1.2272.1.85.7.3.1.9 | Counter32 | read-only | BGP established neighbor |
| C32 rcKhiBgpRefEstablishedNbrs | 1.3.6.1.4.1.2272.1.85.7.3.1.10 | Counter32 | read-only | BGP established neighbor |
| C32 rcKhiBgpNumOfAggregates | 1.3.6.1.4.1.2272.1.85.7.3.1.11 | Counter32 | read-only | Number of aggregates |
| C32 rcKhiBgpNumOfImportedRoutes | 1.3.6.1.4.1.2272.1.85.7.3.1.12 | Counter32 | read-only | Number of imported routes |
| DAT rcKhiBgpLastClearTimestamp | 1.3.6.1.4.1.2272.1.85.7.3.1.13 | DateAndTime | read-only | |
| DAT rcKhiBgpFirstEventTimestamp | 1.3.6.1.4.1.2272.1.85.7.3.1.14 | DateAndTime | read-only | |
| rcKhiBgpHistoryTable | 1.3.6.1.4.1.2272.1.85.7.4 | not-accessible | Bgp protcol KHI summary | |
| rcKhiBgpHistoryEntry | 1.3.6.1.4.1.2272.1.85.7.4.1 | not-accessible | Bgp protcol KHI summary entry | |
| I32 rcKhiBgpHistoryVrfId | 1.3.6.1.4.1.2272.1.85.7.4.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| I32 rcKhiBgpHistoryIndex | 1.3.6.1.4.1.2272.1.85.7.4.1.2 | Integer32 | not-accessible | History index for a particular VRF OSPF |
| C32 rcKhiBgpHistoryRibCount | 1.3.6.1.4.1.2272.1.85.7.4.1.3 | Counter32 | read-only | Number of BGP Rib |
| C32 rcKhiBgpHistoryNumOfPeers | 1.3.6.1.4.1.2272.1.85.7.4.1.4 | Counter32 | read-only | Number of BGP peers |
| DAT rcKhiBgpHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.7.4.1.5 | DateAndTime | read-only | BGP history timestamp |
| rcKhiPimTable | 1.3.6.1.4.1.2272.1.85.7.5 | not-accessible | Pim protcol KHI summary | |
| rcKhiPimEntry | 1.3.6.1.4.1.2272.1.85.7.5.1 | not-accessible | Pim protcol KHI summary entry | |
| I32 rcKhiPimVrfId | 1.3.6.1.4.1.2272.1.85.7.5.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| C32 rcKhiPimRoutes | 1.3.6.1.4.1.2272.1.85.7.5.1.2 | Counter32 | read-only | |
| C32 rcKhiPimRefRoutes | 1.3.6.1.4.1.2272.1.85.7.5.1.3 | Counter32 | read-only | |
| C32 rcKhiPimAdjacencies | 1.3.6.1.4.1.2272.1.85.7.5.1.4 | Counter32 | read-only | |
| C32 rcKhiPimRefAdjacencies | 1.3.6.1.4.1.2272.1.85.7.5.1.5 | Counter32 | read-only | |
| DAT rcKhiPimLastClearTimestamp | 1.3.6.1.4.1.2272.1.85.7.5.1.6 | DateAndTime | read-only | |
| DAT rcKhiPimFirstEventTimestamp | 1.3.6.1.4.1.2272.1.85.7.5.1.7 | DateAndTime | read-only | |
| rcKhiPimHistoryTable | 1.3.6.1.4.1.2272.1.85.7.6 | not-accessible | Pim protcol KHI summary | |
| rcKhiPimHistoryEntry | 1.3.6.1.4.1.2272.1.85.7.6.1 | not-accessible | Pim protcol KHI summary entry | |
| I32 rcKhiPimHistoryVrfId | 1.3.6.1.4.1.2272.1.85.7.6.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| I32 rcKhiPimHistoryIndex | 1.3.6.1.4.1.2272.1.85.7.6.1.2 | Integer32 | not-accessible | History index for a particular VRF PIM |
| C32 rcKhiPimHistoryRouteCount | 1.3.6.1.4.1.2272.1.85.7.6.1.3 | Counter32 | read-only | |
| C32 rcKhiPimHistoryAdjacencies | 1.3.6.1.4.1.2272.1.85.7.6.1.4 | Counter32 | read-only | |
| DAT rcKhiPimHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.7.6.1.5 | DateAndTime | read-only | |
| rcKhiIgmpHistoryTable | 1.3.6.1.4.1.2272.1.85.7.7 | not-accessible | Igmp protcol KHI summary | |
| rcKhiIgmpHistoryEntry | 1.3.6.1.4.1.2272.1.85.7.7.1 | not-accessible | Igmp protcol KHI summary entry | |
| I32 rcKhiIgmpHistoryVrfId | 1.3.6.1.4.1.2272.1.85.7.7.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| I32 rcKhiIgmpHistoryIndex | 1.3.6.1.4.1.2272.1.85.7.7.1.2 | Integer32 | not-accessible | History index for a particular VRF PIM |
| C32 rcKhiIgmpHistoryGroupCount | 1.3.6.1.4.1.2272.1.85.7.7.1.3 | Counter32 | read-only | |
| C32 rcKhiIgmpHistorySenderCount | 1.3.6.1.4.1.2272.1.85.7.7.1.4 | Counter32 | read-only | |
| DAT rcKhiIgmpHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.7.7.1.5 | DateAndTime | read-only | |
| rcKhiIgmpSnoopHistoryTable | 1.3.6.1.4.1.2272.1.85.7.8 | not-accessible | IgmpSnoop protcol KHI summary | |
| rcKhiIgmpSnoopHistoryEntry | 1.3.6.1.4.1.2272.1.85.7.8.1 | not-accessible | IgmpSnoop protcol KHI summary entry | |
| I32 rcKhiIgmpSnoopHistoryVrfId | 1.3.6.1.4.1.2272.1.85.7.8.1.1 | Integer32 | not-accessible | An unique index used to identify a particular fan in the system. |
| I32 rcKhiIgmpSnoopHistoryIndex | 1.3.6.1.4.1.2272.1.85.7.8.1.2 | Integer32 | not-accessible | History index for a particular VRF PIM |
| C32 rcKhiIgmpSnoopHistoryStreamCount | 1.3.6.1.4.1.2272.1.85.7.8.1.3 | Counter32 | read-only | IGMP Snoop stream count |
| C32 rcKhiIgmpSnoopHistoryHostCount | 1.3.6.1.4.1.2272.1.85.7.8.1.4 | Counter32 | read-only | IgmpSnoop hots count |
| DAT rcKhiIgmpSnoopHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.7.8.1.5 | DateAndTime | read-only | Igmp Snoop timestamp |
| C32 rcKhiVlacpTotalPortCount | 1.3.6.1.4.1.2272.1.85.7.9 | Counter32 | read-only | VLACP port count, where VLACP is enabled |
| C32 rcKhiVlacpPortUpCount | 1.3.6.1.4.1.2272.1.85.7.10 | Counter32 | read-only | Number of ports where VLACP is up |
| KHI rcKhiIstState | 1.3.6.1.4.1.2272.1.85.7.11 | KhiStatusValue | read-only | Current IST State for KHI |
| DAT rcKhiFirstIstSyncTimeStamp | 1.3.6.1.4.1.2272.1.85.7.12 | DateAndTime | read-only | Timestamp for the first IST Sync |
| DAT rcKhiLastIstSyncTimeStamp | 1.3.6.1.4.1.2272.1.85.7.13 | DateAndTime | read-only | Timestamp for the last IST Sync |
| C32 rcKhiNumIstUpEvents | 1.3.6.1.4.1.2272.1.85.7.14 | Counter32 | read-only | Total number of IST up events |
| C32 rcKhiNumIstDownEvents | 1.3.6.1.4.1.2272.1.85.7.15 | Counter32 | read-only | Total number of IST down events |
| C32 rcKhiNumSmltDownEventsSent | 1.3.6.1.4.1.2272.1.85.7.16 | Counter32 | read-only | Total number of SMLT down events sent |
| DAT rcKhiLastSmltDownEventSentTimeStamp | 1.3.6.1.4.1.2272.1.85.7.17 | DateAndTime | read-only | Timestamp for the last SMLT down event sent |
| C32 rcKhiNumSmltDownEventsRecv | 1.3.6.1.4.1.2272.1.85.7.18 | Counter32 | read-only | Total number of SMLT down events received |
| DAT rcKhiLastSmltDownEventRecvTimeStamp | 1.3.6.1.4.1.2272.1.85.7.19 | DateAndTime | read-only | Timestamp for the last SMLT down event received |
| C32 rcKhiNumSmltUpEventsSent | 1.3.6.1.4.1.2272.1.85.7.20 | Counter32 | read-only | Total number of SMLT up events sent |
| DAT rcKhiLastSmltUpEventSentTimeStamp | 1.3.6.1.4.1.2272.1.85.7.21 | DateAndTime | read-only | Timestamp for the last SMLT up event sent |
| C32 rcKhiNumSmltUpEventsRecv | 1.3.6.1.4.1.2272.1.85.7.22 | Counter32 | read-only | Total number of SMLT Up events received |
| DAT rcKhiLastSmltUpEventRecvTimeStamp | 1.3.6.1.4.1.2272.1.85.7.23 | DateAndTime | read-only | Timestamp for the last SMLT up event received |
| C32 rcKhiNumSendMacAddrSent | 1.3.6.1.4.1.2272.1.85.7.24 | Counter32 | read-only | Total number of SMLT send mac addr events sent |
| DAT rcKhiLastSendMacAddrSentTimeStamp | 1.3.6.1.4.1.2272.1.85.7.25 | DateAndTime | read-only | Timestamp for the last SMLT send MAC addr event sent |
| C32 rcKhiNumSendMacAddrRecv | 1.3.6.1.4.1.2272.1.85.7.26 | Counter32 | read-only | Total number of SMLT send mac addr events recv |
| DAT rcKhiLastSendMacAddrRecvTimeStamp | 1.3.6.1.4.1.2272.1.85.7.27 | DateAndTime | read-only | Timestamp for the last SMLT send MAC addr event received |
| rcKhiIstHistoryTable | 1.3.6.1.4.1.2272.1.85.7.28 | not-accessible | Ist protcol KHI history | |
| rcKhiIstHistoryEntry | 1.3.6.1.4.1.2272.1.85.7.28.1 | not-accessible | Ist protcol KHI history entry | |
| I32 rcKhiIstHistoryIndex | 1.3.6.1.4.1.2272.1.85.7.28.1.1 | Integer32 | not-accessible | History index for a particular IST history entry |
| KHI rcKhiIstHistoryIstStatus | 1.3.6.1.4.1.2272.1.85.7.28.1.2 | KhiStatusValue | read-only | Status of the IST |
| DAT rcKhiIstHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.7.28.1.3 | DateAndTime | read-only | Timestamp associated with IST history entry |
| rcKhiSmltHistoryTable | 1.3.6.1.4.1.2272.1.85.7.29 | not-accessible | Smlt protocol KHI history | |
| rcKhiSmltHistoryEntry | 1.3.6.1.4.1.2272.1.85.7.29.1 | not-accessible | Smlt protcol KHI history entry | |
| I32 rcKhiSmltHistoryIndex | 1.3.6.1.4.1.2272.1.85.7.29.1.1 | Integer32 | not-accessible | History index for a particular SMLT history entry |
| I32 rcKhiSmltHistorySmltId | 1.3.6.1.4.1.2272.1.85.7.29.1.2 | Integer32 | read-only | SMLTID of the SMLT history entry |
| KHI rcKhiSmltHistorySmltStatus | 1.3.6.1.4.1.2272.1.85.7.29.1.3 | KhiStatusValue | read-only | Status of the SMLT |
| DAT rcKhiSmltHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.7.29.1.4 | DateAndTime | read-only | Timestamp associated with IST history entry |
| rcKhiSmltTable | 1.3.6.1.4.1.2272.1.85.7.30 | not-accessible | Smlt protocol KHI | |
| rcKhiSmltEntry | 1.3.6.1.4.1.2272.1.85.7.30.1 | not-accessible | Smlt protcol KHI entry | |
| I32 rcKhiSmltId | 1.3.6.1.4.1.2272.1.85.7.30.1.1 | Integer32 | not-accessible | SMLTID of the SMLT entry, also used as index |
| KHI rcKhiSmltStatus | 1.3.6.1.4.1.2272.1.85.7.30.1.2 | KhiStatusValue | read-only | Status of the SMLT |
| C32 rcKhiSmltUpEvents | 1.3.6.1.4.1.2272.1.85.7.30.1.3 | Counter32 | read-only | Number of SMLT Up Events |
| C32 rcKhiSmltDownEvents | 1.3.6.1.4.1.2272.1.85.7.30.1.4 | Counter32 | read-only | Number of SMLT Down Events |
| rcKhiMgmt | 1.3.6.1.4.1.2272.1.85.8 | |||
| KHI rcKhiMgmtCurrentLogStatus | 1.3.6.1.4.1.2272.1.85.8.1 | KhiStatusValue | read-only | The current status of logging task |
| KHI rcKhiMgmtLogFirstHighestEvent | 1.3.6.1.4.1.2272.1.85.8.2 | KhiStatusValue | read-only | The first change status of the log since last boot or clear. 'green (1)' means log OK. 'red (4)' means log fail |
| DAT rcKhiMgmtLogFirstHighestEventTime | 1.3.6.1.4.1.2272.1.85.8.3 | DateAndTime | read-only | Record the first log task change time The display format in mmddyyhhmmss. If all are zero, it means no change |
| KHI rcKhiMgmtLogRefStatus | 1.3.6.1.4.1.2272.1.85.8.4 | KhiStatusValue | read-only | Reference status before change since last boot or clear. 'green (1)' means log OK. 'red (4)' means log fail |
| DAT rcKhiMgmtLogStatusLastClearTime | 1.3.6.1.4.1.2272.1.85.8.5 | DateAndTime | read-only | Record the first log task change time The display format in mmddyyhhmmss. If all are zero, it means no change |
| rcKhiMgmtLogHistoryTable | 1.3.6.1.4.1.2272.1.85.8.6 | not-accessible | Log history KHI summary | |
| rcKhiMgmtLogHistoryEntry | 1.3.6.1.4.1.2272.1.85.8.6.1 | not-accessible | Log sttaus KHI summary entry | |
| I32 rcKhiMgmtLogHistoryIndex | 1.3.6.1.4.1.2272.1.85.8.6.1.1 | Integer32 | not-accessible | An unique history index used to identify a particular entry in log history. |
| KHI rcKhiMgmtLogHistoryStatus | 1.3.6.1.4.1.2272.1.85.8.6.1.2 | KhiStatusValue | read-only | Changing Status |
| DAT rcKhiMgmtLogHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.8.6.1.3 | DateAndTime | read-only | Status change timestamp. |
| rcKhiIpInterface | 1.3.6.1.4.1.2272.1.85.9 | |||
| rcKhiIpInterfaceHistoryTable | 1.3.6.1.4.1.2272.1.85.9.1 | not-accessible | Ip Interface Historical Data | |
| rcKhiIpInterfaceHistoryEntry | 1.3.6.1.4.1.2272.1.85.9.1.1 | not-accessible | Ip Interface history table entry. | |
| INT rcKhiIpInterfaceHistoryIndex | 1.3.6.1.4.1.2272.1.85.9.1.1.1 | INTEGER | not-accessible | Historical data index number. |
| DAT rcKhiIpInterfaceHistoryTimestamp | 1.3.6.1.4.1.2272.1.85.9.1.1.2 | DateAndTime | read-only | Timestamp indicating when the event occurred. |
| IP rcKhiIpInterfaceHistoryIpAddr | 1.3.6.1.4.1.2272.1.85.9.1.1.3 | IpAddress | read-only | IP address of the interface. |
| INT rcKhiIpInterfaceHistoryVlanId | 1.3.6.1.4.1.2272.1.85.9.1.1.4 | INTEGER | read-only | Vlan id of the IP interface. |
| INT rcKhiIpInterfaceHistoryEvent | 1.3.6.1.4.1.2272.1.85.9.1.1.5 | INTEGER | read-only | Indicates whether the interface went up or down. |
| rc2k | 1.3.6.1.4.1.2272.1.100 | |||
| rc2kChassis | 1.3.6.1.4.1.2272.1.100.1 | |||
| OCT rc2kChassisPortOperStatus | 1.3.6.1.4.1.2272.1.100.1.1 | OCTET STRING | read-only | A 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 rc2kChassisTemperature | 1.3.6.1.4.1.2272.1.100.1.2 | Gauge32 | read-only | Used to indicate the core operating temperature of the chassis. This value represents the degree in celsius of the air inside the chassis. |
| G32 rc2kChassisAmbientLowerTemperature | 1.3.6.1.4.1.2272.1.100.1.3 | Gauge32 | read-only | Used to indicate the temperature of the air entering the fan at the lower half of the chassis. |
| G32 rc2kChassisAmbientUpperTemperature | 1.3.6.1.4.1.2272.1.100.1.4 | Gauge32 | read-only | Used to indicate the temperature of the air entering the fan at the upper half of the chassis. |
| MAC rc2kChassisBaseMacAddr | 1.3.6.1.4.1.2272.1.100.1.5 | MacAddress | read-only | base mac addr |
| I32 rc2kChassisMacAddrCapacity | 1.3.6.1.4.1.2272.1.100.1.6 | Integer32 | read-only | Mac Address Capacity |
| rc2kCpuEthernetPortTable | 1.3.6.1.4.1.2272.1.100.2 | not-accessible | 2k CPU Ethernet Port table | |
| rc2kCpuEthernetPortEntry | 1.3.6.1.4.1.2272.1.100.2.1 | not-accessible | Entry containing infomation of 2k CPU Ethernet Port | |
| NUM rc2kCpuEthernetPortIfIndex | 1.3.6.1.4.1.2272.1.100.2.1.1 | InterfaceIndex | read-only | IfIndex of the port. |
| STR rc2kCpuEthernetPortDescr | 1.3.6.1.4.1.2272.1.100.2.1.2 | DisplayString | read-only | Port description |
| INT rc2kCpuEthernetPortAdminStatus | 1.3.6.1.4.1.2272.1.100.2.1.3 | INTEGER | read-write | Used to configure the admininstrative status of the port. |
| INT rc2kCpuEthernetPortOperStatus | 1.3.6.1.4.1.2272.1.100.2.1.4 | INTEGER | read-only | Used to indicate the administrative status of the port. |
| IP rc2kCpuEthernetPortAddr | 1.3.6.1.4.1.2272.1.100.2.1.5 | IpAddress | read-write | Used to configure the port's IP address |
| IP rc2kCpuEthernetPortMask | 1.3.6.1.4.1.2272.1.100.2.1.6 | IpAddress | read-write | Used to configure the port's net mask |
| IP rc2kCpuEthernetPortGateway | 1.3.6.1.4.1.2272.1.100.2.1.7 | IpAddress | read-write | Used to configure the the IP address of the gateway that should be used to forward IP traffic. |
| IP rc2kCpuEthernetPortNetwork | 1.3.6.1.4.1.2272.1.100.2.1.8 | IpAddress | read-write | Used to configure the network that can be used to remotely manage this device. |
| T/F rc2kCpuEthernetPortAutoNegotiate | 1.3.6.1.4.1.2272.1.100.2.1.9 | TruthValue | read-write | Used to configure auto-negotiation on this port. |
| INT rc2kCpuEthernetPortAdminDuplex | 1.3.6.1.4.1.2272.1.100.2.1.10 | INTEGER | read-write | Used to configure the administrative duplex setting for this port. |
| INT rc2kCpuEthernetPortOperDuplex | 1.3.6.1.4.1.2272.1.100.2.1.11 | INTEGER | read-only | Used to indicate the operational duplex setting for this port. |
| INT rc2kCpuEthernetPortAdminSpeed | 1.3.6.1.4.1.2272.1.100.2.1.12 | INTEGER | read-write | Used to configure the administrative speed setting for this port. |
| INT rc2kCpuEthernetPortOperSpeed | 1.3.6.1.4.1.2272.1.100.2.1.13 | INTEGER | read-only | Used to indicate the operational duplex setting for this port. |
| T/F rc2kCpuEthernetPortEnableBootp | 1.3.6.1.4.1.2272.1.100.2.1.14 | TruthValue | read-write | Used to enable/disable the Bootp feature on this port. |
| MAC rc2kCpuEthernetPortMgmtMacAddr | 1.3.6.1.4.1.2272.1.100.2.1.15 | MacAddress | read-only | Used to indicate the mac addr for this port. |
| rc2kCpuSerialPortTable | 1.3.6.1.4.1.2272.1.100.3 | not-accessible | 2k CPU Serial Port table | |
| rc2kCpuSerialPortEntry | 1.3.6.1.4.1.2272.1.100.3.1 | not-accessible | Entry containing infomation of 2k CPU Serial Port | |
| NUM rc2kCpuSerialPortIfIndex | 1.3.6.1.4.1.2272.1.100.3.1.1 | InterfaceIndex | read-only | IfIndex for this port. |
| STR rc2kCpuSerialPortDescr | 1.3.6.1.4.1.2272.1.100.3.1.2 | DisplayString | read-only | Port description. |
| INT rc2kCpuSerialPortMode | 1.3.6.1.4.1.2272.1.100.3.1.3 | INTEGER | read-write | Used to configure the mode this port should operate in. |
| INT rc2kCpuSerialPortAdminStatus | 1.3.6.1.4.1.2272.1.100.3.1.4 | INTEGER | read-write | Used to configure the administrative status setting for this port. |
| INT rc2kCpuSerialPortOperStatus | 1.3.6.1.4.1.2272.1.100.3.1.5 | INTEGER | read-only | Used to indicate the operational status setting for this port. |
| INT rc2kCpuSerialPortBaudRate | 1.3.6.1.4.1.2272.1.100.3.1.6 | INTEGER | read-write | Used to configure the baud rate of this port. |
| INT rc2kCpuSerialPortDataBits | 1.3.6.1.4.1.2272.1.100.3.1.7 | INTEGER | read-write | Used to configure the number of data bits, per byte of data, this port should send/receive. |
| IP rc2kCpuSerialPortMyAddr | 1.3.6.1.4.1.2272.1.100.3.1.8 | IpAddress | read-write | Used to configure this port's IP address. Used for both 'slip' and 'ppp' modes. |
| IP rc2kCpuSerialPortPeerAddr | 1.3.6.1.4.1.2272.1.100.3.1.9 | IpAddress | read-write | Used to configure the peer's IP address. Used for both 'slip' and 'ppp' modes. |
| INT rc2kCpuSerialPortSlipMtu | 1.3.6.1.4.1.2272.1.100.3.1.10 | INTEGER | read-write | Used to configure the MTU for this port. Used for slip only. |
| T/F rc2kCpuSerialPortSlipTxRxCompress | 1.3.6.1.4.1.2272.1.100.3.1.11 | TruthValue | read-write | Used to enable/disable compression of TCP/IP packet headers on this port. Used for slip only. |
| T/F rc2kCpuSerialPortSlipRxCompress | 1.3.6.1.4.1.2272.1.100.3.1.12 | TruthValue | read-write | Used to enable/disable compression for receiving packets on this port. Used for slip only. |
| OCT rc2kCpuSerialPortPppConfigFile | 1.3.6.1.4.1.2272.1.100.3.1.13 | OCTET STRING | read-write | Used to configure the configuration file to use for PPP. |
| rc2kDevice | 1.3.6.1.4.1.2272.1.100.4 | |||
| rc2kDeviceGlobalTable | 1.3.6.1.4.1.2272.1.100.4.1 | not-accessible | 2k CPU Ethernet Port table | |
| rc2kDeviceGlobalEntry | 1.3.6.1.4.1.2272.1.100.4.1.1 | not-accessible | Entry containing infomation of 2k CPU Ethernet Port | |
| INT rc2kDeviceGlobalSlot | 1.3.6.1.4.1.2272.1.100.4.1.1.1 | INTEGER | read-only | slot number |
| I32 rc2kDeviceGlobalFlashBytesUsed | 1.3.6.1.4.1.2272.1.100.4.1.1.2 | Integer32 | read-only | bytes used |
| I32 rc2kDeviceGlobalFlashBytesFree | 1.3.6.1.4.1.2272.1.100.4.1.1.3 | Integer32 | read-only | bytes free |
| I32 rc2kDeviceGlobalFlashNumFiles | 1.3.6.1.4.1.2272.1.100.4.1.1.4 | Integer32 | read-only | # files in flash |
| I32 rc2kDeviceGlobalPcmciaBytesUsed | 1.3.6.1.4.1.2272.1.100.4.1.1.5 | Integer32 | read-only | bytes used |
| I32 rc2kDeviceGlobalPcmciaBytesFree | 1.3.6.1.4.1.2272.1.100.4.1.1.6 | Integer32 | read-only | bytes free |
| I32 rc2kDeviceGlobalPcmciaNumFiles | 1.3.6.1.4.1.2272.1.100.4.1.1.7 | Integer32 | read-only | # files in pcmcia |
| INT rc2kDeviceGlobalAction | 1.3.6.1.4.1.2272.1.100.4.1.1.8 | INTEGER | read-write | none(1), resetPcmcia(2), .. |
| INT rc2kDeviceGlobalResult | 1.3.6.1.4.1.2272.1.100.4.1.1.9 | INTEGER | read-only | Used to indicate the result of the last action performed on one of the system's device. |
| I32 rc2kDeviceSeparator1 | 1.3.6.1.4.1.2272.1.100.4.2 | Integer32 | read-only | This leaf is used to provide a separation between tables. No meaningful information is stored in this variable. |
| rc2kDeviceFlashFileTable | 1.3.6.1.4.1.2272.1.100.4.3 | not-accessible | 2k Flash table | |
| rc2kDeviceFlashFileEntry | 1.3.6.1.4.1.2272.1.100.4.3.1 | not-accessible | Entry containing infomation of 2k CPU Serial Port | |
| INT rc2kDeviceFlashFileSlot | 1.3.6.1.4.1.2272.1.100.4.3.1.1 | INTEGER | read-only | slot number |
| STR rc2kDeviceFlashFileName | 1.3.6.1.4.1.2272.1.100.4.3.1.2 | DisplayString | read-only | name of file |
| STR rc2kDeviceFlashFileDate | 1.3.6.1.4.1.2272.1.100.4.3.1.3 | DisplayString | read-only | date |
| I32 rc2kDeviceFlashFileSize | 1.3.6.1.4.1.2272.1.100.4.3.1.4 | Integer32 | read-only | size in bytes |
| T/F rc2kDevicePcmciaPresent | 1.3.6.1.4.1.2272.1.100.4.4 | TruthValue | read-only | pcmcia 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. |
| rc2kDevicePcmciaFileTable | 1.3.6.1.4.1.2272.1.100.4.5 | not-accessible | 2k PCMCIA table | |
| rc2kDevicePcmciaFileEntry | 1.3.6.1.4.1.2272.1.100.4.5.1 | not-accessible | Entry containing infomation of 2k CPU Serial Port | |
| INT rc2kDevicePcmciaFileSlot | 1.3.6.1.4.1.2272.1.100.4.5.1.1 | INTEGER | read-only | slot number |
| STR rc2kDevicePcmciaFileName | 1.3.6.1.4.1.2272.1.100.4.5.1.2 | DisplayString | read-only | name of file |
| STR rc2kDevicePcmciaFileDate | 1.3.6.1.4.1.2272.1.100.4.5.1.3 | DisplayString | read-only | date |
| I32 rc2kDevicePcmciaFileSize | 1.3.6.1.4.1.2272.1.100.4.5.1.4 | Integer32 | read-only | size in bytes |
| I32 rc2kDeviceSeparator2 | 1.3.6.1.4.1.2272.1.100.4.6 | Integer32 | read-only | This leaf is used to provide a separation between tables. No meaningful information is stored in this variable. |
| rc2kBootConfigTable | 1.3.6.1.4.1.2272.1.100.5 | not-accessible | 2k Boot Configuration table | |
| rc2kBootConfigEntry | 1.3.6.1.4.1.2272.1.100.5.1 | not-accessible | Entry containing boot configuration information. | |
| INT rc2kBootConfigSlot | 1.3.6.1.4.1.2272.1.100.5.1.1 | INTEGER | read-only | slot number, tattoo use 3 as cpu slot, 4 is not valid cpu slot number |
| STR rc2kBootConfigLastBootConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.2 | DisplayString | read-only | boot config source |
| STR rc2kBootConfigLastRuntimeImageSource | 1.3.6.1.4.1.2272.1.100.5.1.3 | DisplayString | read-only | runtime image source |
| STR rc2kBootConfigLastRuntimeConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.4 | DisplayString | read-only | runtime config source |
| STR rc2kBootConfigPrimaryImageSource | 1.3.6.1.4.1.2272.1.100.5.1.5 | DisplayString | read-write | image source |
| STR rc2kBootConfigPrimaryConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.6 | DisplayString | read-write | config source |
| STR rc2kBootConfigSecondaryImageSource | 1.3.6.1.4.1.2272.1.100.5.1.7 | DisplayString | read-write | image source |
| STR rc2kBootConfigSecondaryConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.8 | DisplayString | read-write | config source |
| STR rc2kBootConfigTertiaryImageSource | 1.3.6.1.4.1.2272.1.100.5.1.9 | DisplayString | read-write | image source |
| STR rc2kBootConfigTertiaryConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.10 | DisplayString | read-write | config source |
| T/F rc2kBootConfigEnableAutoBoot | 1.3.6.1.4.1.2272.1.100.5.1.11 | TruthValue | read-write | auto boot mode |
| T/F rc2kBootConfigEnableFactoryDefaults | 1.3.6.1.4.1.2272.1.100.5.1.12 | TruthValue | read-write | use factory default |
| T/F rc2kBootConfigEnableDebugMode | 1.3.6.1.4.1.2272.1.100.5.1.13 | TruthValue | read-write | debug mode |
| T/F rc2kBootConfigEnableHwWatchDogTimer | 1.3.6.1.4.1.2272.1.100.5.1.14 | TruthValue | read-write | hw watch dog timer |
| T/F rc2kBootConfigEnableRebootOnError | 1.3.6.1.4.1.2272.1.100.5.1.15 | TruthValue | read-write | reboot on error |
| T/F rc2kBootConfigEnableTelnetServer | 1.3.6.1.4.1.2272.1.100.5.1.16 | TruthValue | read-write | telnet server |
| T/F rc2kBootConfigEnableRloginServer | 1.3.6.1.4.1.2272.1.100.5.1.17 | TruthValue | read-write | rlogin server |
| T/F rc2kBootConfigEnableFtpServer | 1.3.6.1.4.1.2272.1.100.5.1.18 | TruthValue | read-write | ftp server |
| T/F rc2kBootConfigEnableTftpServer | 1.3.6.1.4.1.2272.1.100.5.1.19 | TruthValue | read-write | tftp server |
| STR rc2kBootConfigSwVersion | 1.3.6.1.4.1.2272.1.100.5.1.20 | DisplayString | read-only | current sw version |
| INT rc2kBootConfigMulticastConfigProfile | 1.3.6.1.4.1.2272.1.100.5.1.21 | INTEGER | read-only | multicast config |
| T/F rc2kBootConfigEnableSshServer | 1.3.6.1.4.1.2272.1.100.5.1.22 | TruthValue | read-write | ssh server |
| T/F rc2kBootConfigEnableAltLed | 1.3.6.1.4.1.2272.1.100.5.1.23 | TruthValue | read-write | Boot flag for enableing Alternate LED |
| STR rc2kBootConfigPrimaryBackupConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.24 | DisplayString | read-write | primary backup config source (safeconfig) |
| STR rc2kBootConfigSecondaryBackupConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.25 | DisplayString | read-write | secondary backup config source (safeconfig) |
| STR rc2kBootConfigTertiaryBackupConfigSource | 1.3.6.1.4.1.2272.1.100.5.1.26 | DisplayString | read-write | tertiary backup config source (safeconfig) |
| T/F rc2kBootConfigEnable8616ReAutoneg | 1.3.6.1.4.1.2272.1.100.5.1.27 | TruthValue | read-write | Enable re-autoneg for 8616SX Cards (Intel GMAC fix) |
| STR rc2kBootConfigMezzImageSource | 1.3.6.1.4.1.2272.1.100.5.1.28 | DisplayString | read-write | Mezz image source |
| T/F rc2kBootConfigEnableMezz | 1.3.6.1.4.1.2272.1.100.5.1.29 | TruthValue | read-write | Enable/disable Mezz Flag |
| STR rc2kBootConfigPrimaryLicenseSource | 1.3.6.1.4.1.2272.1.100.5.1.30 | DisplayString | read-write | primary license file name |
| STR rc2kBootConfigSecondaryLicenseSource | 1.3.6.1.4.1.2272.1.100.5.1.31 | DisplayString | read-write | secondary license file name |
| STR rc2kBootConfigTertiaryLicenseSource | 1.3.6.1.4.1.2272.1.100.5.1.32 | DisplayString | read-write | tertiary license file name |
| T/F rc2kBootConfigEnableCfPcCompat | 1.3.6.1.4.1.2272.1.100.5.1.44 | TruthValue | read-write | Enable/disable CF PC compatibility flag |
| rc2kCardTable | 1.3.6.1.4.1.2272.1.100.6 | not-accessible | 2k Card table | |
| rc2kCardEntry | 1.3.6.1.4.1.2272.1.100.6.1 | not-accessible | Entry containing information of 2k Card | |
| INT rc2kCardIndex | 1.3.6.1.4.1.2272.1.100.6.1.1 | INTEGER | read-only | slot number. |
| INT rc2kCardFrontType | 1.3.6.1.4.1.2272.1.100.6.1.2 | INTEGER | read-only | Used 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 rc2kCardFrontDescription | 1.3.6.1.4.1.2272.1.100.6.1.3 | DisplayString | read-only | description |
| INT rc2kCardFrontAdminStatus | 1.3.6.1.4.1.2272.1.100.6.1.4 | INTEGER | read-write | Used to indicate the administrative status of this card |
| INT rc2kCardFrontOperStatus | 1.3.6.1.4.1.2272.1.100.6.1.5 | INTEGER | read-only | Used to indicate the operational status of this card. |
| STR rc2kCardFrontSerialNum | 1.3.6.1.4.1.2272.1.100.6.1.6 | DisplayString | read-only | serial number of card |
| STR rc2kCardFrontHwVersion | 1.3.6.1.4.1.2272.1.100.6.1.7 | DisplayString | read-only | hardware version |
| STR rc2kCardFrontPartNumber | 1.3.6.1.4.1.2272.1.100.6.1.8 | DisplayString | read-only | part number |
| STR rc2kCardFrontDateCode | 1.3.6.1.4.1.2272.1.100.6.1.9 | DisplayString | read-only | date code |
| STR rc2kCardFrontDeviations | 1.3.6.1.4.1.2272.1.100.6.1.10 | DisplayString | read-only | deviations |
| MAC rc2kCardFrontMacAddr | 1.3.6.1.4.1.2272.1.100.6.1.11 | MacAddress | read-only | base mac address |
| INT rc2kCardBackType | 1.3.6.1.4.1.2272.1.100.6.1.12 | INTEGER | read-only | Refer to rc2kCardFrontType for the encoding scheme |
| STR rc2kCardBackDescription | 1.3.6.1.4.1.2272.1.100.6.1.13 | DisplayString | read-only | description |
| STR rc2kCardBackSerialNum | 1.3.6.1.4.1.2272.1.100.6.1.14 | DisplayString | read-only | serial number of card |
| STR rc2kCardBackHwVersion | 1.3.6.1.4.1.2272.1.100.6.1.15 | DisplayString | read-only | hardware version |
| STR rc2kCardBackPartNumber | 1.3.6.1.4.1.2272.1.100.6.1.16 | DisplayString | read-only | part number |
| STR rc2kCardBackDateCode | 1.3.6.1.4.1.2272.1.100.6.1.17 | DisplayString | read-only | date code |
| STR rc2kCardBackDeviations | 1.3.6.1.4.1.2272.1.100.6.1.18 | DisplayString | read-only | deviations |
| INT rc2kCardPCMCIAType | 1.3.6.1.4.1.2272.1.100.6.1.19 | INTEGER | read-only | Used 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 rc2kCardPCMCIADescr | 1.3.6.1.4.1.2272.1.100.6.1.20 | DisplayString | read-only | PCMCIA descriptor |
| STR rc2kCardASICDescr | 1.3.6.1.4.1.2272.1.100.6.1.21 | DisplayString | read-only | ASIC descriptor |
| T/F rc2kCardFrontMasterIO | 1.3.6.1.4.1.2272.1.100.6.1.22 | TruthValue | read-only | Used 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 rc2kCardSmltOnSingleCpSupported | 1.3.6.1.4.1.2272.1.100.6.1.23 | TruthValue | read-only | Used to indicate whether an IO card is updated to support SMLT on single Cp feature or not. |
| INT rc2kCardMezzCard | 1.3.6.1.4.1.2272.1.100.6.1.24 | INTEGER | read-only | Used to indicate the CPU Mezz card |
| OCT rc2kCardMezzSerialNum | 1.3.6.1.4.1.2272.1.100.6.1.26 | OCTET STRING | read-only | Used to get the serial number of the mezz |
| INT rc2kCardMezzHwVersion | 1.3.6.1.4.1.2272.1.100.6.1.27 | INTEGER | read-only | Used to get the HW version of the mezz. The value of HW Version corresponds to the value of part number. |
| INT rc2kCardMezzPartNum | 1.3.6.1.4.1.2272.1.100.6.1.28 | INTEGER | read-only | Used to get the part number of the mezz. The value of part number corresponds to the value of HW Version. |
| INT rc2kCardSlotPriority | 1.3.6.1.4.1.2272.1.100.6.1.29 | INTEGER | read-write | Used to indicate the priority of the slot for power management. It will take effect only after reboot. |
| INT rc2kCardSlotOriginalPriority | 1.3.6.1.4.1.2272.1.100.6.1.30 | INTEGER | read-only | Priority of the slot for power management which the swtich has currently booted with. It will remain the same until the next reboot. |
| STR rc2kCardModuleSerialNum | 1.3.6.1.4.1.2272.1.100.6.1.33 | DisplayString | read-only | Module 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 rc2kCardModulePartNumber | 1.3.6.1.4.1.2272.1.100.6.1.34 | DisplayString | read-only | Module 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 rc2kCardModuleAssemblyDate | 1.3.6.1.4.1.2272.1.100.6.1.35 | DisplayString | read-only | Module assemly date. It is only applicable to the RS module. And it is not applicable to old version of the R module and CP |
| rc2kCopyFile | 1.3.6.1.4.1.2272.1.100.7 | |||
| OCT rc2kCopyFileSource | 1.3.6.1.4.1.2272.1.100.7.1 | OCTET STRING | read-write | source file |
| OCT rc2kCopyFileDestination | 1.3.6.1.4.1.2272.1.100.7.2 | OCTET STRING | read-write | dest file |
| INT rc2kCopyFileAction | 1.3.6.1.4.1.2272.1.100.7.3 | INTEGER | read-write | start or cancell |
| INT rc2kCopyFileResult | 1.3.6.1.4.1.2272.1.100.7.4 | INTEGER | read-only | result |
| rc2kQos | 1.3.6.1.4.1.2272.1.100.8 | |||
| rc2kQosQosTable | 1.3.6.1.4.1.2272.1.100.8.1 | not-accessible | This 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. | |
| rc2kQosQosEntry | 1.3.6.1.4.1.2272.1.100.8.1.1 | not-accessible | QOS profile entry. | |
| INT rc2kQosQosRow | 1.3.6.1.4.1.2272.1.100.8.1.1.1 | INTEGER | read-only | Used to uniquely identify a row in this table. |
| INT rc2kQosQosLevel | 1.3.6.1.4.1.2272.1.100.8.1.1.2 | INTEGER | read-only | QOS level |
| STR rc2kQosQosName | 1.3.6.1.4.1.2272.1.100.8.1.1.3 | DisplayString | read-write | Qos level name |
| I32 rc2kQosQosAdminWeight | 1.3.6.1.4.1.2272.1.100.8.1.1.4 | Integer32 | read-write | Administrative transmit opportunity percentage |
| I32 rc2kQosQosOperWeight | 1.3.6.1.4.1.2272.1.100.8.1.1.5 | Integer32 | read-only | Operational transmit opportunity percentage |
| INT rc2kQosOctapidMode | 1.3.6.1.4.1.2272.1.100.8.1.1.6 | INTEGER | read-write | Octapid mode |
| INT rc2kQosQosAdminThreshold | 1.3.6.1.4.1.2272.1.100.8.1.1.7 | INTEGER | read-write | Administrative queue threshold |
| INT rc2kQosQosOperThreshold | 1.3.6.1.4.1.2272.1.100.8.1.1.8 | INTEGER | read-only | Operational queue threshold |
| INT rc2kQosPidMode | 1.3.6.1.4.1.2272.1.100.8.1.1.9 | INTEGER | read-write | Pid mode |
| rc2kQosIngressTagToQosTable | 1.3.6.1.4.1.2272.1.100.8.2 | not-accessible | This table is used to specify the 802.1P to QOS (802.1P->QOS) mapping on packet ingress. | |
| rc2kQosIngressTagToQosEntry | 1.3.6.1.4.1.2272.1.100.8.2.1 | not-accessible | Entry containing infomation of 8021P->Qos mapping | |
| INT rc2kQosIngressTagToQosRow | 1.3.6.1.4.1.2272.1.100.8.2.1.1 | INTEGER | read-only | Used to uniquely identify a row in this table. |
| INT rc2kQosIngressTagToQosInIeee8021P | 1.3.6.1.4.1.2272.1.100.8.2.1.2 | INTEGER | read-only | 802.1P |
| INT rc2kQosIngressTagToQosQosLevel | 1.3.6.1.4.1.2272.1.100.8.2.1.3 | INTEGER | read-write | Qos level |
| rc2kQosIngressDsFieldToQosTable | 1.3.6.1.4.1.2272.1.100.8.3 | not-accessible | This table is used to specify the DSCP field to QOS (DsField->QOS) mapping on packet ingress. | |
| rc2kQosIngressDsFieldToQosEntry | 1.3.6.1.4.1.2272.1.100.8.3.1 | not-accessible | Entry containing infomation of DsField->Qos mapping | |
| INT rc2kQosIngressDsFieldToQosRow | 1.3.6.1.4.1.2272.1.100.8.3.1.1 | INTEGER | read-only | Used to uniquely identify a row in this table. |
| INT rc2kQosIngressDsFieldToQosInDsField | 1.3.6.1.4.1.2272.1.100.8.3.1.2 | INTEGER | read-only | diffserv dsField |
| INT rc2kQosIngressDsFieldToQosQosLevel | 1.3.6.1.4.1.2272.1.100.8.3.1.3 | INTEGER | read-write | qos level |
| rc2kQosEgressQosToTagTable | 1.3.6.1.4.1.2272.1.100.8.4 | not-accessible | This table is used to specify the QOS to 802.1P (QOS->802.1P) mapping on packet egress. | |
| rc2kQosEgressQosToTagEntry | 1.3.6.1.4.1.2272.1.100.8.4.1 | not-accessible | Entry containing infomation of Qos->Qos mapping | |
| INT rc2kQosEgressQosToTagRow | 1.3.6.1.4.1.2272.1.100.8.4.1.1 | INTEGER | read-only | Used to uniquely identify a row in this table. |
| INT rc2kQosEgressQosToTagQosLevel | 1.3.6.1.4.1.2272.1.100.8.4.1.2 | INTEGER | read-only | qos level |
| INT rc2kQosEgressQosToTagOutIeee8021P | 1.3.6.1.4.1.2272.1.100.8.4.1.3 | INTEGER | read-write | 802.1P |
| rc2kQosEgressQosToDsFieldTable | 1.3.6.1.4.1.2272.1.100.8.5 | not-accessible | This table is used to specify the QOS to DSCP field (QOS->DsField) mapping on packet egress. | |
| rc2kQosEgressQosToDsFieldEntry | 1.3.6.1.4.1.2272.1.100.8.5.1 | not-accessible | Entry containing infomation of Qos->Qos mapping | |
| INT rc2kQosEgressQosToDsFieldRow | 1.3.6.1.4.1.2272.1.100.8.5.1.1 | INTEGER | read-only | Used to uniquely identify a row in this table. |
| INT rc2kQosEgressQosToDsFieldQosLevel | 1.3.6.1.4.1.2272.1.100.8.5.1.2 | INTEGER | read-only | qos level |
| INT rc2kQosEgressQosToDsFieldOutDsField | 1.3.6.1.4.1.2272.1.100.8.5.1.3 | INTEGER | read-write | diffserv dsField |
| rc2kQosTrafficProfileTable | 1.3.6.1.4.1.2272.1.100.8.6 | not-accessible | This 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'. | |
| rc2kQosTrafficProfileEntry | 1.3.6.1.4.1.2272.1.100.8.6.1 | not-accessible | Entry containing infomation of Qos->Qos mapping | |
| INT rc2kQosTrafficProfileId | 1.3.6.1.4.1.2272.1.100.8.6.1.1 | INTEGER | read-only | Profile id |
| STR rc2kQosTrafficProfileName | 1.3.6.1.4.1.2272.1.100.8.6.1.2 | DisplayString | read-write | Profile name |
| T/F rc2kQosTrafficProfileEnable | 1.3.6.1.4.1.2272.1.100.8.6.1.3 | TruthValue | read-write | Enable this entry |
| T/F rc2kQosTrafficProfileTranslateDscpEnable | 1.3.6.1.4.1.2272.1.100.8.6.1.4 | TruthValue | read-write | Used 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 rc2kQosTrafficProfileInProfileDscp | 1.3.6.1.4.1.2272.1.100.8.6.1.5 | DisplayString | read-write | Used to specify the DSCP value for 'good' packets. |
| STR rc2kQosTrafficProfileOutProfileDscp | 1.3.6.1.4.1.2272.1.100.8.6.1.6 | DisplayString | read-write | Used to specify the DSCP value for 'violation' packets. |
| T/F rc2kQosTrafficProfileDiscardEnable | 1.3.6.1.4.1.2272.1.100.8.6.1.7 | TruthValue | read-write | Used to specify whether packets that fall outside the traffic profile should be discarded. |
| I32 rc2kQosTrafficProfileAverageRate | 1.3.6.1.4.1.2272.1.100.8.6.1.8 | Integer32 | read-write | Average rate in packets per second. |
| I32 rc2kQosTrafficProfilePeakRate | 1.3.6.1.4.1.2272.1.100.8.6.1.9 | Integer32 | read-write | Peak rate in packets per second. |
| ROW rc2kQosTrafficProfileRowStatus | 1.3.6.1.4.1.2272.1.100.8.6.1.10 | RowStatus | read-write | Used to create/delete entries. |
| rc2kQosIngressDscpToQosTable | 1.3.6.1.4.1.2272.1.100.8.7 | not-accessible | This table is used to specify the DSCP to QOS (Dscp->QOS) mapping on packet ingress. | |
| rc2kQosIngressDscpToQosEntry | 1.3.6.1.4.1.2272.1.100.8.7.1 | not-accessible | Entry containing information of Dscp->Qos mapping | |
| INT rc2kQosIngressDscpToQosRow | 1.3.6.1.4.1.2272.1.100.8.7.1.1 | INTEGER | read-only | Used to uniquely identify a row in this table. |
| INT rc2kQosIngressDscpToQosInDscp | 1.3.6.1.4.1.2272.1.100.8.7.1.2 | INTEGER | read-only | A 6-bit value used to define the Differentiated Service Code Point(DSCP). |
| STR rc2kQosIngressDscpToQosInDscpBinaryFormat | 1.3.6.1.4.1.2272.1.100.8.7.1.3 | DisplayString | read-only | The 'rc2kQosIngressDscpToQosInDscp' value shown in a binary format (network order). |
| INT rc2kQosIngressDscpToQosQosLevel | 1.3.6.1.4.1.2272.1.100.8.7.1.4 | INTEGER | read-write | qos level |
| rc2kQosEgressQosToDscpTable | 1.3.6.1.4.1.2272.1.100.8.8 | not-accessible | This table is used to specify the QOS to DSCP field (QOS->DsField) mapping on packet egress. | |
| rc2kQosEgressQosToDscpEntry | 1.3.6.1.4.1.2272.1.100.8.8.1 | not-accessible | Entry containing infomation of Qos->Qos mapping | |
| INT rc2kQosEgressQosToDscpRow | 1.3.6.1.4.1.2272.1.100.8.8.1.1 | INTEGER | read-only | Used to uniquely identify a row in this table. |
| INT rc2kQosEgressQosToDscpQosLevel | 1.3.6.1.4.1.2272.1.100.8.8.1.2 | INTEGER | read-only | qos level |
| INT rc2kQosEgressQosToDscpOutDscp | 1.3.6.1.4.1.2272.1.100.8.8.1.3 | INTEGER | read-write | A 6-bit value used to define the Differentiated Service Code Point(DSCP). |
| STR rc2kQosEgressQosToDscpOutDscpBinaryFormat | 1.3.6.1.4.1.2272.1.100.8.8.1.4 | DisplayString | read-only | The 'rc2kQosEgressQosToDscpOutDscp' value show in a binary format (network order). |
| rc2kAtm | 1.3.6.1.4.1.2272.1.100.9 | |||
| rc2kAtmGlobal | 1.3.6.1.4.1.2272.1.100.9.1 | |||
| T/F rc2kAtmElanStatsClearAll | 1.3.6.1.4.1.2272.1.100.9.1.1 | TruthValue | read-write | Clear all Elan Statistics |
| rc2kAtmPortTable | 1.3.6.1.4.1.2272.1.100.9.2 | not-accessible | ATM port table | |
| rc2kAtmPortEntry | 1.3.6.1.4.1.2272.1.100.9.2.1 | not-accessible | Entry containing infomation of ATM port | |
| NUM rc2kAtmPortIfIndex | 1.3.6.1.4.1.2272.1.100.9.2.1.1 | InterfaceIndex | read-only | port number |
| INT rc2kAtmPortNumVpiBits | 1.3.6.1.4.1.2272.1.100.9.2.1.2 | INTEGER | read-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 rc2kAtmPortNumVciBits | 1.3.6.1.4.1.2272.1.100.9.2.1.3 | INTEGER | read-write | # of vci bits |
| INT rc2kAtmPortMediaType | 1.3.6.1.4.1.2272.1.100.9.2.1.4 | INTEGER | read-only | media type |
| T/F rc2kAtmPortScrambleEnable | 1.3.6.1.4.1.2272.1.100.9.2.1.5 | TruthValue | read-write | enable scramble |
| INT rc2kAtmPortFramingMode | 1.3.6.1.4.1.2272.1.100.9.2.1.6 | INTEGER | read-write | port framing mode |
| INT rc2kAtmPortClockSource | 1.3.6.1.4.1.2272.1.100.9.2.1.7 | INTEGER | read-write | clock source |
| INT rc2kAtmPortLineSpeed | 1.3.6.1.4.1.2272.1.100.9.2.1.8 | INTEGER | read-only | line speed |
| INT rc2kAtmPortLoopBackMode | 1.3.6.1.4.1.2272.1.100.9.2.1.9 | INTEGER | read-write | loop back mode |
| MAC rc2kAtmPortMacAddress | 1.3.6.1.4.1.2272.1.100.9.2.1.10 | MacAddress | read-only | XLR assigned MAC addr |
| rc2kAtmPvcTable | 1.3.6.1.4.1.2272.1.100.9.3 | not-accessible | ATM Pvc table | |
| rc2kAtmPvcEntry | 1.3.6.1.4.1.2272.1.100.9.3.1 | not-accessible | Entry containing infomation of ATM Pvc | |
| NUM rc2kAtmPvcIfIndex | 1.3.6.1.4.1.2272.1.100.9.3.1.1 | InterfaceIndex | read-only | port number |
| INT rc2kAtmPvcVpi | 1.3.6.1.4.1.2272.1.100.9.3.1.2 | INTEGER | read-only | vpi of this pvc |
| INT rc2kAtmPvcVci | 1.3.6.1.4.1.2272.1.100.9.3.1.3 | INTEGER | read-only | vci of this pvc |
| I32 rc2kAtmPvcPvcId | 1.3.6.1.4.1.2272.1.100.9.3.1.4 | Integer32 | read-only | internal pvc id |
| STR rc2kAtmPvcName | 1.3.6.1.4.1.2272.1.100.9.3.1.5 | DisplayString | read-write | name of pvc |
| INT rc2kAtmPvcEncapsulation | 1.3.6.1.4.1.2272.1.100.9.3.1.6 | INTEGER | read-write | encapsulation |
| INT rc2kAtmPvcServiceType | 1.3.6.1.4.1.2272.1.100.9.3.1.7 | INTEGER | read-write | service type |
| INT rc2kAtmPvcPeakCellRate | 1.3.6.1.4.1.2272.1.100.9.3.1.8 | INTEGER | read-write | Peak 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 rc2kAtmPvcSustainedCellRate | 1.3.6.1.4.1.2272.1.100.9.3.1.9 | INTEGER | read-write | Sustained 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 rc2kAtmPvcMaxBurstSize | 1.3.6.1.4.1.2272.1.100.9.3.1.10 | INTEGER | read-write | max burst size |
| ROW rc2kAtmPvcRowStatus | 1.3.6.1.4.1.2272.1.100.9.3.1.11 | RowStatus | read-write | row status |
| T/F rc2kAtmPvcOamLbMgmtEnable | 1.3.6.1.4.1.2272.1.100.9.3.1.12 | TruthValue | read-write | Indicate whether end-to-end F5 OAM loopback is enabled. When it is enabled, OAM loopback request is sent periodically |
| INT rc2kAtmPvcOamLbSendFrequency | 1.3.6.1.4.1.2272.1.100.9.3.1.13 | INTEGER | read-write | Number of seconds between transmitting OAM loopback request |
| INT rc2kAtmPvcOamLbRetryFrequency | 1.3.6.1.4.1.2272.1.100.9.3.1.14 | INTEGER | read-write | Number of seconds between retry |
| INT rc2kAtmPvcOamLbUpCount | 1.3.6.1.4.1.2272.1.100.9.3.1.15 | INTEGER | read-write | Number 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 rc2kAtmPvcOamLbDownCount | 1.3.6.1.4.1.2272.1.100.9.3.1.16 | INTEGER | read-write | Number 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 rc2kAtmPvcOamTrapEnable | 1.3.6.1.4.1.2272.1.100.9.3.1.17 | TruthValue | read-write | Indicate 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 rc2kAtmPvcOamVcStatus | 1.3.6.1.4.1.2272.1.100.9.3.1.18 | INTEGER | read-only | Indicate 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 rc2kAtmPvcOamLbRequestSent | 1.3.6.1.4.1.2272.1.100.9.3.1.19 | Counter32 | read-only | Number of OAM loopback request sent |
| C32 rc2kAtmPvcOamLbReplySent | 1.3.6.1.4.1.2272.1.100.9.3.1.20 | Counter32 | read-only | Number of OAM loopback reply sent |
| C32 rc2kAtmPvcOamLbReplyReceived | 1.3.6.1.4.1.2272.1.100.9.3.1.21 | Counter32 | read-only | Number of OAM loopback reply received |
| rc2kAtm1483ElanTable | 1.3.6.1.4.1.2272.1.100.9.5 | not-accessible | ATM 1483Elan table | |
| rc2kAtm1483ElanEntry | 1.3.6.1.4.1.2272.1.100.9.5.1 | not-accessible | Entry containing infomation of ATM 1483Elan | |
| NUM rc2kAtm1483ElanIfIndex | 1.3.6.1.4.1.2272.1.100.9.5.1.1 | InterfaceIndex | read-only | port number |
| I32 rc2kAtm1483ElanElanId | 1.3.6.1.4.1.2272.1.100.9.5.1.2 | Integer32 | read-only | Elan Id |
| INT rc2kAtm1483ElanNumPvcIds | 1.3.6.1.4.1.2272.1.100.9.5.1.3 | INTEGER | read-only | # pvc-ids in list |
| IDL rc2kAtm1483ElanPvcIds | 1.3.6.1.4.1.2272.1.100.9.5.1.4 | IdList | read-write | list of pvc-ids. each pvc-id is represented by a 32 bit value this field can contain a maximum of 64 pvc-ids. |
| I32 rc2kAtm1483ElanVlanId | 1.3.6.1.4.1.2272.1.100.9.5.1.5 | Integer32 | read-write | vlan tag for this 1483 |
| ROW rc2kAtm1483ElanRowStatus | 1.3.6.1.4.1.2272.1.100.9.5.1.6 | RowStatus | read-write | row status |
| INT rc2kAtm1483ElanConnectType | 1.3.6.1.4.1.2272.1.100.9.5.1.7 | INTEGER | read-write | connection type |
| MAC rc2kAtm1483ElanVlanMacAddress | 1.3.6.1.4.1.2272.1.100.9.5.1.8 | MacAddress | read-only | mac for vlan |
| MAC rc2kAtm1483ElanDummyMacAddress | 1.3.6.1.4.1.2272.1.100.9.5.1.9 | MacAddress | read-only | dummy mac for the other router |
| IP rc2kAtm1483ElanLocalIpAddress | 1.3.6.1.4.1.2272.1.100.9.5.1.10 | IpAddress | read-write | local ip, if ConnectType is ip(2) |
| IP rc2kAtm1483ElanRemoteIpAddress | 1.3.6.1.4.1.2272.1.100.9.5.1.11 | IpAddress | read-write | remote ip, if ConnectType is ip(2) |
| T/F rc2kAtm1483ElanInArpSendEnable | 1.3.6.1.4.1.2272.1.100.9.5.1.12 | TruthValue | read-write | enable arp sending on the port, if ConnectType is ip(2) |
| INT rc2kAtm1483ElanInArpSendInterval | 1.3.6.1.4.1.2272.1.100.9.5.1.13 | INTEGER | read-write | interval of arp sending on the port, if ConnectType is ip(2) |
| INT rc2kAtm1483ElanIpxVlanEncapMethod | 1.3.6.1.4.1.2272.1.100.9.5.1.14 | INTEGER | read-write | vlan encapsulation method, if ConnectType is ipx(3) |
| INT rc2kAtm1483ElanIpxNetworkNum | 1.3.6.1.4.1.2272.1.100.9.5.1.15 | INTEGER | read-write | network number, if ConnectType is ipx(3) |
| I32 rc2kAtm1483ElanStgId | 1.3.6.1.4.1.2272.1.100.9.5.1.16 | Integer32 | read-only | An identifier used to identify a STG in the device, only in bridge mode |
| I32 rc2kAtm1483ElanrcStgTaggedBpduVlanId | 1.3.6.1.4.1.2272.1.100.9.5.1.17 | Integer32 | read-only | The VLAN ID to be used for tagging BPDUs, only in bridge mode. |
| OCT rc2kAtm1483ElanIpxNetworkAddr | 1.3.6.1.4.1.2272.1.100.9.5.1.18 | OCTET STRING | read-write | network number, instead of rc2kAtm1483ElanIpxNetworkNum |
| rc2kAtmSioCardConfigTable | 1.3.6.1.4.1.2272.1.100.9.8 | not-accessible | 2kAtm Sio Card Config Table | |
| rc2kAtmSioCardConfigEntry | 1.3.6.1.4.1.2272.1.100.9.8.1 | not-accessible | Entry containing infomation of 2kAtm Sio Card Config. | |
| I32 rc2kAtmSioCardConfigSlotIndex | 1.3.6.1.4.1.2272.1.100.9.8.1.1 | Integer32 | read-only | slot Index. |
| INT rc2kAtmSioCardConfigAction | 1.3.6.1.4.1.2272.1.100.9.8.1.2 | INTEGER | read-write | |
| INT rc2kAtmSioCardConfigTraceMode | 1.3.6.1.4.1.2272.1.100.9.8.1.3 | INTEGER | read-write | |
| STR rc2kAtmSioCardConfigImageFileName | 1.3.6.1.4.1.2272.1.100.9.8.1.4 | DisplayString | read-only | ATM Image file name. |
| INT rc2kAtmSioCardConfigElanStatsEnable | 1.3.6.1.4.1.2272.1.100.9.8.1.5 | INTEGER | read-write | Enable/Disable Elan Statistics collection |
| INT rc2kAtmSioCardConfigStatsPollPeriod | 1.3.6.1.4.1.2272.1.100.9.8.1.6 | INTEGER | read-write | Time interval after which Elan statistics would be polled |
| rc2kAtmPortStatsTable | 1.3.6.1.4.1.2272.1.100.9.10 | not-accessible | ATM port statistics table | |
| rc2kAtmPortStatsEntry | 1.3.6.1.4.1.2272.1.100.9.10.1 | not-accessible | Entry containing infomation of ATM port statistics | |
| NUM rc2kAtmPortStatsIfIndex | 1.3.6.1.4.1.2272.1.100.9.10.1.1 | InterfaceIndex | read-only | port number |
| C64 rc2kAtmPortStatsInCells | 1.3.6.1.4.1.2272.1.100.9.10.1.2 | Counter64 | read-only | Number of Cells received from ATM interface |
| C64 rc2kAtmPortStatsOutCells | 1.3.6.1.4.1.2272.1.100.9.10.1.3 | Counter64 | read-only | Number of Cells transmitted by ATM interface |
| C64 rc2kAtmPortStatsOutIdleCells | 1.3.6.1.4.1.2272.1.100.9.10.1.4 | Counter64 | read-only | Number of Idle Cells transmitted |
| C32 rc2kAtmPortStatsInHecCorrected | 1.3.6.1.4.1.2272.1.100.9.10.1.5 | Counter32 | read-only | Number of received cells in which HCS was corrected |
| C32 rc2kAtmPortStatsInHecUncorrected | 1.3.6.1.4.1.2272.1.100.9.10.1.6 | Counter32 | read-only | Number of received cells dropped because HCS couldn't be corrected |
| C32 rc2kAtmPortStatsInUnknownProtos | 1.3.6.1.4.1.2272.1.100.9.10.1.7 | Counter32 | read-only | Number of received cells dropped with wrong VPI/VCI |
| C32 rc2kAtmPortStatsInPkts | 1.3.6.1.4.1.2272.1.100.9.10.1.8 | Counter32 | read-only | Number of AAL5 CPCS PDUs received |
| C32 rc2kAtmPortStatsOutPkts | 1.3.6.1.4.1.2272.1.100.9.10.1.9 | Counter32 | read-only | Number of AAL5 CPCS PDUs transmitted |
| C32 rc2kAtmPortStatsInDroppedPkts | 1.3.6.1.4.1.2272.1.100.9.10.1.10 | Counter32 | read-only | Number of AAL5 CPCS PDUs dropped due to resource exhaustion |
| C32 rc2kAtmPortStatsOutDroppedPkts | 1.3.6.1.4.1.2272.1.100.9.10.1.11 | Counter32 | read-only | Number of AAL5 CPCS PDUs dropped because the transmitter closed the channel |
| rc2kAtmVPortStatsTable | 1.3.6.1.4.1.2272.1.100.9.11 | not-accessible | ATM Elan statistics table | |
| rc2kAtmVPortStatsEntry | 1.3.6.1.4.1.2272.1.100.9.11.1 | not-accessible | Entry containing infomation of ATM Elan statistics | |
| NUM rc2kAtmVPortStatsIfIndex | 1.3.6.1.4.1.2272.1.100.9.11.1.1 | InterfaceIndex | read-only | port number |
| I32 rc2kAtmVPortStatsVlanId | 1.3.6.1.4.1.2272.1.100.9.11.1.2 | Integer32 | read-only | Vlan Id |
| INT rc2kAtmVPortStatsClear | 1.3.6.1.4.1.2272.1.100.9.11.1.3 | INTEGER | read-write | Clear Elan Stats |
| C64 rc2kAtmVPortStatsInOctets | 1.3.6.1.4.1.2272.1.100.9.11.1.4 | Counter64 | read-only | AAL5 CPCS PDU octects received from ATM interface |
| C64 rc2kAtmVPortStatsOutOctets | 1.3.6.1.4.1.2272.1.100.9.11.1.5 | Counter64 | read-only | AAL5 CPCS PDU octects transmitted out of ATM interface |
| C32 rc2kAtmVPortStatsInErrors | 1.3.6.1.4.1.2272.1.100.9.11.1.6 | Counter32 | read-only | AAL5 CPCS PDUs received with errors from ATM interface. These errors include CRC-32 errors,SAR time-out errors And oversized SDU errors |
| C32 rc2kAtmVPortStatsOutErrors | 1.3.6.1.4.1.2272.1.100.9.11.1.7 | Counter32 | read-only | Number of AAL5 CPCS PDUs that couldn't be transmitted due to errors |
| C32 rc2kAtmVPortStatsInDiscards | 1.3.6.1.4.1.2272.1.100.9.11.1.8 | Counter32 | read-only | Number of received AAL5 CPCS PDUs discarded |
| C32 rc2kAtmVPortStatsOutDiscards | 1.3.6.1.4.1.2272.1.100.9.11.1.9 | Counter32 | read-only | Number of AAL5 CPCS PDUs which are to be transmitted but discarded |
| C32 rc2kAtmVPortStatsInUcastPkts | 1.3.6.1.4.1.2272.1.100.9.11.1.10 | Counter32 | read-only | Received ethernet/IP/IPX packets whose destination address is neither a multicast nor a broadcast address |
| C32 rc2kAtmVPortStatsOutUcastPkts | 1.3.6.1.4.1.2272.1.100.9.11.1.11 | Counter32 | read-only | Forwarded ethernet/IP/IPX packets whose destination address is neither a multicast nor a broadcast address |
| C32 rc2kAtmVPortStatsInMulticastPkts | 1.3.6.1.4.1.2272.1.100.9.11.1.12 | Counter32 | read-only | Received 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 rc2kAtmVPortStatsOutMulticastPkts | 1.3.6.1.4.1.2272.1.100.9.11.1.13 | Counter32 | read-only | Forwarded 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 rc2kAtmVPortStatsInBroadcastPkts | 1.3.6.1.4.1.2272.1.100.9.11.1.14 | Counter32 | read-only | Received ethernet/IP/IPX packets whose destination address in broadcast address |
| C32 rc2kAtmVPortStatsOutBroadcastPkts | 1.3.6.1.4.1.2272.1.100.9.11.1.15 | Counter32 | read-only | Forwarded ethernet/IP/IPX packets whose destination address in broadcast address |
| rc2kMdaCardTable | 1.3.6.1.4.1.2272.1.100.10 | not-accessible | Mda card table | |
| rc2kMdaCardEntry | 1.3.6.1.4.1.2272.1.100.10.1 | not-accessible | Entry containing infomation of Mda card | |
| INT rc2kMdaCardSlotNum | 1.3.6.1.4.1.2272.1.100.10.1.1 | INTEGER | read-only | Slot number |
| INT rc2kMdaCardMdaNum | 1.3.6.1.4.1.2272.1.100.10.1.2 | INTEGER | read-only | MDA number within slot. MDAs are numbered from left to right. |
| INT rc2kMdaCardType | 1.3.6.1.4.1.2272.1.100.10.1.3 | INTEGER | read-only | Refer to rc2kCardFrontType for the encoding scheme |
| STR rc2kMdaCardDescription | 1.3.6.1.4.1.2272.1.100.10.1.4 | DisplayString | read-only | description of mda card |
| INT rc2kMdaCardAdminStatus | 1.3.6.1.4.1.2272.1.100.10.1.5 | INTEGER | read-write | administration status of mda card |
| INT rc2kMdaCardOperStatus | 1.3.6.1.4.1.2272.1.100.10.1.6 | INTEGER | read-only | operation status of mda card. |
| STR rc2kMdaCardSerialNum | 1.3.6.1.4.1.2272.1.100.10.1.7 | DisplayString | read-only | serial number of mad card |
| STR rc2kMdaCardHwVersion | 1.3.6.1.4.1.2272.1.100.10.1.8 | DisplayString | read-only | hardware version of mda card |
| STR rc2kMdaCardPartNumber | 1.3.6.1.4.1.2272.1.100.10.1.9 | DisplayString | read-only | part number of mda card |
| STR rc2kMdaCardDateCode | 1.3.6.1.4.1.2272.1.100.10.1.10 | DisplayString | read-only | date code of mda card |
| STR rc2kMdaCardDeviations | 1.3.6.1.4.1.2272.1.100.10.1.11 | DisplayString | read-only | hardware deviation infomation of mda card |
| MAC rc2kMdaCardMacAddr | 1.3.6.1.4.1.2272.1.100.10.1.12 | MacAddress | read-only | base mac address of mda card |
| I32 rc2kMdaCardNumPorts | 1.3.6.1.4.1.2272.1.100.10.1.13 | Integer32 | read-only | number of ports on mda card |
| NUM rc2kMdaCardFirstIfIndex | 1.3.6.1.4.1.2272.1.100.10.1.14 | InterfaceIndex | read-only | first ifindex number on mda card |
| NUM rc2kMdaCardLastIfIndex | 1.3.6.1.4.1.2272.1.100.10.1.15 | InterfaceIndex | read-only | last ifindex number on mda card |
| rc2kCpuEthernetPortRouteTable | 1.3.6.1.4.1.2272.1.100.11 | not-accessible | 2k CPU Ethernet Port Route table | |
| rc2kCpuEthernetPortRouteEntry | 1.3.6.1.4.1.2272.1.100.11.1 | not-accessible | Entry containing infomation of 2k CPU Ethernet Port | |
| IP rc2kCpuEthernetPortRouteNetwork | 1.3.6.1.4.1.2272.1.100.11.1.1 | IpAddress | read-write | Used to configure the network that can be used to remotely manage this device. |
| IP rc2kCpuEthernetPortRouteGateway | 1.3.6.1.4.1.2272.1.100.11.1.2 | IpAddress | read-write | Used to configure the the IP address of the gateway that should be used to forward IP traffic. |
| ROW rc2kCpuEthernetPortRouteRowStatus | 1.3.6.1.4.1.2272.1.100.11.1.3 | RowStatus | read-write | row status |
| rc2kCPUTypeGeneralGroup | 1.3.6.1.4.1.2272.1.100.12 | |||
| INT rc2kCPUTypePrimary | 1.3.6.1.4.1.2272.1.100.12.1 | INTEGER | read-only | Used to identify the type of primary CPU |
| INT rc2kCPUTypeSecondary | 1.3.6.1.4.1.2272.1.100.12.2 | INTEGER | read-only | Used to identify the type of secondary CPU |
| INT rc2kCPUTypePrimaryMemory | 1.3.6.1.4.1.2272.1.100.12.3 | INTEGER | read-only | Used to get the memory size of Primary CPU |
| INT rc2kCPUTypeSecondaryMemory | 1.3.6.1.4.1.2272.1.100.12.4 | INTEGER | read-only | Used to get the memory size of Secondary CPU |
| rc2kCpuEthernetPortIpv6RouteTable | 1.3.6.1.4.1.2272.1.100.13 | not-accessible | 2k CPU Ethernet Port Route table for Ipv6 | |
| rc2kCpuEthernetPortIpv6RouteEntry | 1.3.6.1.4.1.2272.1.100.13.1 | not-accessible | Entry containing information of 2k CPU Ethernet Port Ipv6 | |
| ADR rc2kCpuEthernetPortIpv6RouteNetwork | 1.3.6.1.4.1.2272.1.100.13.1.1 | Ipv6Address | not-accessible | Used to configure the ipv6 network that can be used to remotely manage this device. |
| INT rc2kCpuEthernetPortIpv6RoutePrefixLength | 1.3.6.1.4.1.2272.1.100.13.1.2 | INTEGER | not-accessible | The length of the prefix (in bits). |
| ADR rc2kCpuEthernetPortIpv6RouteGateway | 1.3.6.1.4.1.2272.1.100.13.1.3 | Ipv6Address | not-accessible | Used to configure the the IPv6 address of the gateway that should be used to forward IPv6 traffic. |
| ROW rc2kCpuEthernetPortIpv6RouteRowStatus | 1.3.6.1.4.1.2272.1.100.13.1.4 | RowStatus | read-create | row status |
| rcPowerRanger | 1.3.6.1.4.1.2272.1.202 | |||
| rcPowerRangerMib | 1.3.6.1.4.1.2272.1.202.1 | |||
| rcPowerRangerNotifications | 1.3.6.1.4.1.2272.1.202.1.0 | |||
| rcPowerRangerObjects | 1.3.6.1.4.1.2272.1.202.1.1 | |||
| rcPrQos | 1.3.6.1.4.1.2272.1.202.1.1.1 | |||
| rcPrQosScalars | 1.3.6.1.4.1.2272.1.202.1.1.1.1 | |||
| INT rcPrQosPolicyNumPolicies | 1.3.6.1.4.1.2272.1.202.1.1.1.1.1 | INTEGER | read-only | A list of Global Policer (GPID) entries. The number of entries is given by rcPrQosPolicyNumPolicies. |
| INT rcPrQosTxQueueNumTemplates | 1.3.6.1.4.1.2272.1.202.1.1.1.1.2 | INTEGER | read-only | The number of egress queue templates currently defined in the switch. |
| rcPrQosPolicyTable | 1.3.6.1.4.1.2272.1.202.1.1.1.2 | not-accessible | A list of GPID entries. The number of entries is given by rcPrQosPolicyNumPolicies. | |
| rcPrQosPolicyEntry | 1.3.6.1.4.1.2272.1.202.1.1.1.2.1 | not-accessible | Entry containing configuration information for a particular global policer. | |
| INT rcPrQosPolicyGpId | 1.3.6.1.4.1.2272.1.202.1.1.1.2.1.1 | INTEGER | read-only | A value that uniquely identifies Global Policer associated with this entry. |
| STR rcPrQosPolicyName | 1.3.6.1.4.1.2272.1.202.1.1.1.2.1.2 | DisplayString | read-write | An administratively-assigned name for this Global Policer. |
| INT rcPrQosPolicyPeakRate | 1.3.6.1.4.1.2272.1.202.1.1.1.2.1.3 | INTEGER | read-write | Global Policer Peak Rate in Kilobit/sec. |
| INT rcPrQosPolicySvcRate | 1.3.6.1.4.1.2272.1.202.1.1.1.2.1.4 | INTEGER | read-write | Global Policer Service Rate in Kilobit/sec. |
| LAN rcPrQosPolicyLaneMembers | 1.3.6.1.4.1.2272.1.202.1.1.1.2.1.5 | LaneSet | read-write | The 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 rcPrQosPolicyRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.1.2.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrQosLocalPolicyTable | 1.3.6.1.4.1.2272.1.202.1.1.1.3 | not-accessible | A list of local (aka physical) policer entries. | |
| rcPrQosLocalPolicyEntry | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1 | not-accessible | An entry containing configuration information for a particular local policer. | |
| INT rcPrQosLocalPolicyGpId | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.1 | INTEGER | read-only | A value of Global Policer ID corresponding to this local policer. |
| I32 rcPrQosLocalPolicyIndex | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.2 | Integer32 | read-only | A value that uniquely identifies the local Policer associated with this entry. Concatenation of tap.lane.lpid. |
| INT rcPrQosLocalPolicyPeakRate | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.3 | INTEGER | read-only | Local Policer Peak Rate in Kilobit/sec. Equals to that of corresponding Global Policer ID. |
| INT rcPrQosLocalPolicySvcRate | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.4 | INTEGER | read-only | Local Policer Service Rate in Kilobit/sec. Equals to that of corresponding Global Policer ID. |
| C64 rcPrQosLocalPolicyTotalPkts | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.5 | Counter64 | read-only | Local Policer Total Packets Count. |
| C64 rcPrQosLocalPolicyTotalBytes | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.6 | Counter64 | read-only | Local Policer Total Bytes Count. |
| C64 rcPrQosLocalPolicyBytesOverPeak | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.7 | Counter64 | read-only | Local Policer Bytes over Peak Rate Count. |
| C64 rcPrQosLocalPolicyBytesOverSvc | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.8 | Counter64 | read-only | Local Policer Bytes over Service Rate Count. |
| C64 rcPrQosLocalPolicyTotalPktsDropped | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.9 | Counter64 | read-only | The count of Local Policer Total Packets dropped due to reasons other than policing, e.g. congestion. |
| OCT rcPrQosLocalPolicyLaneMember | 1.3.6.1.4.1.2272.1.202.1.1.1.3.1.10 | OCTET STRING | read-only | The lane that this Gpid has a local policing account on |
| rcPrQosTxQueueTemplateTable | 1.3.6.1.4.1.2272.1.202.1.1.1.4 | not-accessible | A list of egress queue templates. The number of templates is given by rcPrQosTxQueueNumTemplates. | |
| rcPrQosTxQueueTemplateEntry | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1 | not-accessible | Entry containing configuration information for a particular egress queue template. Queue is a set of egress queues. | |
| INT rcPrQosTxQueueTemplateId | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.1 | INTEGER | read-only | A value that uniquely identifies Egress Queue Template. |
| STR rcPrQosTxQueueTemplateName | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.2 | DisplayString | read-write | An administratively-assigned name for this egress Queue Template. |
| INT rcPrQosTxQueueTemplateMaxQueues | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.3 | INTEGER | read-create | Maximum number of queues in this Template. |
| INT rcPrQosTxQueueTemplateBalancedQueues | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.4 | INTEGER | read-write | Total number of Balanced Queues in this Template. |
| INT rcPrQosTxQueueTemplateHiPriQueues | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.5 | INTEGER | read-write | Total number of High Priority Queues in this Template. |
| INT rcPrQosTxQueueTemplateLoPriQueues | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.6 | INTEGER | read-write | Total number of Low Priority Queues in this Template. |
| I32 rcPrQosTxQueueTemplateTotalQueues | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.7 | Integer32 | read-only | Total number of queues in this Template. |
| OCT rcPrQosTxQueueTemplateBalancedQList | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.8 | OCTET STRING | read-only | List of Balanced Queues in this Template. |
| OCT rcPrQosTxQueueTemplateHiPriQList | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.9 | OCTET STRING | read-only | List of High Priority Queues in this Template. |
| OCT rcPrQosTxQueueTemplateLoPriQList | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.10 | OCTET STRING | read-only | List of Low Priority Queues in this Template. |
| OCT rcPrQosTxQueueTemplateTotalQLists | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.11 | OCTET STRING | read-only | List of Total Physical Queues in this Template. |
| INT rcPrQosTxQueueTemplateMinRateTotal | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.12 | INTEGER | read-only | Sum of minimum rate guarantees for this template. |
| INT rcPrQosTxQueueTemplateMaxRateHiPri | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.13 | INTEGER | read-only | Sum of maximum rate guarantees for high priority queues of this template. |
| POR rcPrQosTxQueueTemplatePortMembers | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.14 | PortSet | read-write | Port members of this template. |
| INT rcPrQosTxQueueTemplateFlags | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.15 | INTEGER | read-write | Bitset indicated template state. |
| T/F rcPrQosTxQueueTemplateApply | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.16 | TruthValue | read-write | When apply is issued by the administrator, the Egress Queue Set attributes are committed. |
| ROW rcPrQosTxQueueTemplateRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.1.4.1.17 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrQosTxQueueTable | 1.3.6.1.4.1.2272.1.202.1.1.1.5 | not-accessible | A list of elementary Egress queue entries. | |
| rcPrQosTxQueueEntry | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1 | not-accessible | Entry containing configuration information for a particular elementary egress queue. | |
| INT rcPrQosTxQueueTid | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.1 | INTEGER | read-write | Template ID of the template this queue belongs to. |
| INT rcPrQosTxQueueQid | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.2 | INTEGER | read-only | Queue Offset from the base queue for this port. |
| STR rcPrQosTxQueueName | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.3 | DisplayString | read-write | An NNSC name for this egress queue. Allowed only for 8 NNSC queues. |
| INT rcPrQosTxQueueStyle | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.4 | INTEGER | read-write | Egress queue style. |
| I32 rcPrQosTxQueueWeight | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.5 | Integer32 | read-only | Egress queue weight. Applicable for balanced queues and lo-pri queues only. |
| I32 rcPrQosTxQueueMaxRate | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.6 | Integer32 | read-write | Egress queue maximum rate, Kbs |
| I32 rcPrQosTxQueueMinRate | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.7 | Integer32 | read-write | Egress queue minimun rate guarantee, Kbs. Applicable for balanced queues and lo-pri queues only. |
| I32 rcPrQosTxQueueBquantum | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.8 | Integer32 | read-only | Bandwidth allocation unit. Applicable for balanced queues and lo-pri queues only. |
| I32 rcPrQosTxQueueMaxLength | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.9 | Integer32 | read-write | Maximum queue length. |
| INT rcPrQosTxQueueWredCurveSet | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.10 | INTEGER | read-write | Random Early Detection Number. |
| ROW rcPrQosTxQueueRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.1.5.1.11 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrQosTxQueueStatsTable | 1.3.6.1.4.1.2272.1.202.1.1.1.6 | not-accessible | A list of elementary Egress queue stats entries. | |
| rcPrQosTxQueueStatsEntry | 1.3.6.1.4.1.2272.1.202.1.1.1.6.1 | not-accessible | Entry containing statistics information for a particular elementary egress queue. | |
| NUM rcPrQosTxQueueStatsPort | 1.3.6.1.4.1.2272.1.202.1.1.1.6.1.1 | InterfaceIndex | read-only | Port index of the stats table. |
| INT rcPrQosTxQueueStatsQid | 1.3.6.1.4.1.2272.1.202.1.1.1.6.1.2 | INTEGER | read-only | Queue Offset from the base queue for this port. |
| C64 rcPrQosTxQueueStatsTotalPages | 1.3.6.1.4.1.2272.1.202.1.1.1.6.1.3 | Counter64 | read-only | Total pages offered to the queue. |
| C64 rcPrQosTxQueueStatsDroppedPages | 1.3.6.1.4.1.2272.1.202.1.1.1.6.1.4 | Counter64 | read-only | Total pages dropped by the queue. |
| INT rcPrQosTxQueueStatsUtilization | 1.3.6.1.4.1.2272.1.202.1.1.1.6.1.5 | INTEGER | read-only | Utilization percentage of the queue. |
| rcPrQosIngressExpToQosTable | 1.3.6.1.4.1.2272.1.202.1.1.1.7 | not-accessible | This table is used to specify the Mpls EXP to QOS (Exp bit->QOS) mapping on packet ingress. | |
| rcPrQosIngressExpToQosEntry | 1.3.6.1.4.1.2272.1.202.1.1.1.7.1 | not-accessible | Entry containing information of Exp bit->Qos mapping | |
| INT rcPrQosIngressExpToQosIndex | 1.3.6.1.4.1.2272.1.202.1.1.1.7.1.1 | INTEGER | not-accessible | Used to uniquely identify a row in this table. |
| INT rcPrQosIngressExpToQosMplsExp | 1.3.6.1.4.1.2272.1.202.1.1.1.7.1.2 | INTEGER | read-only | The Mpls Exp bit level. |
| INT rcPrQosIngressExpToQosLevel | 1.3.6.1.4.1.2272.1.202.1.1.1.7.1.3 | INTEGER | read-write | qos level |
| ROW rcPrQosIngressExpToQosRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.1.7.1.4 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrQosEgressQosToExpTable | 1.3.6.1.4.1.2272.1.202.1.1.1.8 | not-accessible | This table is used to specify the QOS to Mpls EXP bit field (QOS->Exp bit) mapping on packet egress. | |
| rcPrQosEgressQosToExpEntry | 1.3.6.1.4.1.2272.1.202.1.1.1.8.1 | not-accessible | Entry containing infomation of Qos->Exp bit mapping | |
| INT rcPrQosEgressQosToExpIndex | 1.3.6.1.4.1.2272.1.202.1.1.1.8.1.1 | INTEGER | not-accessible | Used to uniquely identify a row in this table. |
| INT rcPrQosEgressQosToExpQosLevel | 1.3.6.1.4.1.2272.1.202.1.1.1.8.1.2 | INTEGER | read-only | qos level |
| INT rcPrQosEgressQosToExpMplsExp | 1.3.6.1.4.1.2272.1.202.1.1.1.8.1.3 | INTEGER | read-write | The Mpls EXP bit level. |
| ROW rcPrQosEgressQosToExpRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.1.8.1.4 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilter | 1.3.6.1.4.1.2272.1.202.1.1.2 | |||
| rcPrFilterScalars | 1.3.6.1.4.1.2272.1.202.1.1.2.1 | |||
| INT rcPrFilterActTableSize | 1.3.6.1.4.1.2272.1.202.1.1.2.1.1 | INTEGER | read-only | Used to indicate the number of Act entries in the rcPrFilterActTable. Default table size is 0 until the administrator configures any Act entries. |
| INT rcPrFilterAclTableSize | 1.3.6.1.4.1.2272.1.202.1.1.2.1.2 | INTEGER | read-only | Used to indicate the number of Acl entries in the rcPrFilterAclTable. Default table size is 0 until the administrator configures any Acl entries. |
| INT rcPrFilterAceTableSize | 1.3.6.1.4.1.2272.1.202.1.1.2.1.3 | INTEGER | read-only | Used 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. |
| rcPrFilterAct | 1.3.6.1.4.1.2272.1.202.1.1.2.2 | |||
| rcPrFilterActTable | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1 | not-accessible | A table of Acts to store information of each Act entry. This table is indexed by the Act Id. | |
| rcPrFilterActEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1 | not-accessible | One Act Entry holding Act information. | |
| INT rcPrFilterActId | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.1 | INTEGER | read-only | A table of Acts to store information of each Act. This table is indexed by the Act Id. |
| STR rcPrFilterActName | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.2 | DisplayString | read-write | A descriptive name chosen by the administrator for the Act Entry. |
| INT rcPrFilterActArpAttrs | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.3 | INTEGER | read-write | Value 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 rcPrFilterActEthernetAttrs | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.4 | INTEGER | read-write | Value 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 rcPrFilterActIpAttrs | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.5 | INTEGER | read-write | Value 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 rcPrFilterActProtocolAttrs | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.6 | INTEGER | read-write | Value 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 rcPrFilterActApply | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.7 | TruthValue | read-write | When apply is issued by the administrator, the ACT attributes cannot be modified. |
| ROW rcPrFilterActRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.8 | RowStatus | read-write | Create/delete operations for this entry. The entry cannot be modified or deleted while there are Acls configured with this Act entry. |
| INT rcPrFilterActIpv6Attrs | 1.3.6.1.4.1.2272.1.202.1.1.2.2.1.1.9 | INTEGER | read-write | Value is one or multiple of the following: none(0), srcIpv6(1), dstIpv6(4), nextHdr(16), none: If selected then unselect all other selections. |
| rcPrFilterActPatternTable | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2 | not-accessible | A table of user-defined parameters of Acls to store information of each Acl. This table is indexed by the Act Id and PatternIndex. | |
| rcPrFilterActPatternEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1 | not-accessible | Entry containing Configuration information for a particular Act. | |
| INT rcPrFilterActPatternActId | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.1 | INTEGER | read-only | An index to the ActPatternEntry, a unique identifier for Act entry in the range of Table Size. |
| INT rcPrFilterActPatternIndex | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.2 | INTEGER | read-only | Indexes 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 rcPrFilterActPatternName | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.3 | DisplayString | read-write | A descriptive name chosen by the administrator for the Acl Pattern Entry. |
| INT rcPrFilterActPatternBase | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.4 | INTEGER | read-write | User defined fields from headers to be used in the Aces of the Acl. |
| INT rcPrFilterActPatternOffset | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.5 | INTEGER | read-write | Set Offset in bits to the beginning offset of the user defined field with selected header option as base. |
| INT rcPrFilterActPatternLength | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.6 | INTEGER | read-write | The number of bits to extract beginning from the offset is set in rcPrFilterActPatternLength. Only 1-56 are valid. |
| ROW rcPrFilterActPatternRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.2.2.1.7 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAcl | 1.3.6.1.4.1.2272.1.202.1.1.2.3 | |||
| rcPrFilterAclTable | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1 | not-accessible | A table of Acls to store information of each Acl. This table is indexed by the Acl Id. | |
| rcPrFilterAclEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1 | not-accessible | Entry containing Configuration information for a particular Acl. | |
| INT rcPrFilterAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.1 | INTEGER | read-only | A unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAclActId | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.2 | INTEGER | read-write | A unique identifier for Act entry in the range of Table Size. |
| STR rcPrFilterAclName | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.3 | DisplayString | read-write | A descriptive name chosen by the administrator for the Acl Entry. |
| INT rcPrFilterAclType | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.4 | INTEGER | read-write | An 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 rcPrFilterAclAceListSize | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.5 | INTEGER | read-only | Indicates the number of Aces in a particular Acl. |
| INT rcPrFilterAclDefaultAction | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.6 | INTEGER | read-write | Indicates action to be taken when none of the Aces in the Acl match. |
| INT rcPrFilterAclGlobalAction | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.7 | INTEGER | read-write | Indicates action is applied to all Aces that match in an Acl. |
| ENA rcPrFilterAclState | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.8 | EnableValue | read-write | Enables/Disables the state of all Aces in the Acl |
| IDL rcPrFilterAclVlanList | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.9 | IdList | read-write | An array used to indicate all the VLANs to be associated with this Acl Entry. At present, only 4k Vlans are supported. |
| POR rcPrFilterAclPortList | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.10 | PortSet | read-write | Indicates the ports to be added to this Acl Entry. |
| ROW rcPrFilterAclRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.11 | RowStatus | read-write | Create/delete operations for the entry. Deleting a non-empty Acl results in deletion of member Aces and then the Acl. |
| INT rcPrFilterAclNumVlanIds | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.12 | INTEGER | read-only | Used to Indicate the number of VLAN ID's that are stored in the rcPrFilterAclVlanList. |
| INT rcPrFilterAclPktType | 1.3.6.1.4.1.2272.1.202.1.1.2.3.1.1.13 | INTEGER | read-write | Indicates the packet type that thsi ACL is applicable to. |
| rcPrFilterAclStatsTable | 1.3.6.1.4.1.2272.1.202.1.1.2.3.2 | not-accessible | A table of Acls Statistics entries to store the Default Acl statistics for each Acl. This table is indexed by the Acl Id. | |
| rcPrFilterAclStatsEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1 | not-accessible | Entry containing default statistics information for a particular Acl. | |
| INT rcPrFilterAclStatsAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.1 | INTEGER | read-only | A unique identifier for Acl entry in the range of Table Size. |
| C64 rcPrFilterAclStatsMatchDefaultCounterPkts | 1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.2 | Counter64 | read-only | Packet 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 rcPrFilterAclStatsMatchDefaultOctets | 1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.3 | Counter64 | read-only | Byte 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 rcPrFilterAclStatsClear | 1.3.6.1.4.1.2272.1.202.1.1.2.3.2.1.4 | TruthValue | read-write | Clear default statistics for ACL Filters. |
| rcPrFilterAce | 1.3.6.1.4.1.2272.1.202.1.1.2.4 | |||
| rcPrFilterAceTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1 | not-accessible | A table of Aces to store information of each Ace in context of its parent Acl. This is indexed by AclId and AceId. | |
| rcPrFilterAceEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1 | not-accessible | One Ace entry holding Ace information. Ace is a member of one Acl. | |
| INT rcPrFilterAceAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.1 | INTEGER | read-only | An index to the AceEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.2 | INTEGER | read-only | AceId uniquely identifies one Ace entry. |
| STR rcPrFilterAceName | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.3 | DisplayString | read-write | A descriptive name chosen by the administrator. System automatically assigns a name if the user has not assigned one. |
| INT rcPrFilterAceMode | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.4 | INTEGER | read-write | Operating Mode associated with the Ace is effective on the packets matching this Ace. |
| INT rcPrFilterAceRemarkDscp | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.5 | INTEGER | read-write | The 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 rcPrFilterAceRemarkDot1Priority | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.6 | INTEGER | read-write | Dot1 Priority as described by Layer 2 standards, 802.1Q, 802.1P. |
| IP rcPrFilterAceRedirectNextHop | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.7 | IpAddress | read-write | Redirect matching IP traffic to the next hop. |
| INT rcPrFilterAceRedirectUnreach | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.8 | INTEGER | read-write | Set the desired behavior for redirected traffic in case the specified next-hop is not reachable. |
| INT rcPrFilterAcePolice | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.9 | INTEGER | read-write | Policing profile Identifier. Set the desired policing profile identifier. Set the value to 0 when policing is not desired. |
| ENA rcPrFilterAceAdminState | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.10 | EnableValue | read-write | Value indicating whether the Ace is enabled. An Ace can only be modified if it is disabled. |
| INT rcPrFilterAceOperState | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.11 | INTEGER | read-only | The current operational state of the Ace. |
| INT rcPrFilterAceEgressQueue | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.12 | INTEGER | read-write | Indicates 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 rcPrFilterAceEgressQueue1g | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.13 | INTEGER | read-write | Indicates the Egress Queue for 1gig card. |
| INT rcPrFilterAceEgressQueue10g | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.14 | INTEGER | read-write | Indicates the Egress Queue for 10gig card. |
| INT rcPrFilterAceEgressQueueNNSC | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.15 | INTEGER | read-write | Ace Egress Queue NNSC. |
| INT rcPrFilterAceFlags | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.16 | INTEGER | read-write | Bitmask 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 rcPrFilterAceStopOnMatch | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.17 | EnableValue | read-write | Value indicating whether stop-on-match option on the Ace is enabled. |
| INT rcPrFilterAceMltIndex | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.18 | INTEGER | read-write | If 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 rcPrFilterAceRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.19 | RowStatus | read-write | Create/delete operations for this entry. |
| ENA rcPrFilterAceIpfixState | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.20 | EnableValue | read-write | Value indicating whether ipfix option on the Ace is enabled. |
| ADR rcPrFilterAceRedirectNextHopIpv6 | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.21 | Ipv6Address | read-write | Redirect matching IPv6 traffic to the next hop. |
| POR rcPrFilterAceDstPortList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.22 | PortSet | read-create | Destination Port List for mirroring the packets. |
| I32 rcPrFilterAceDstVlanId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.23 | Integer32 | read-create | Destination Vlan to mirror the packets. |
| I32 rcPrFilterAceDstMltId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.24 | Integer32 | read-create | Destination Mlt to mirror the packets. |
| rcPrFilterAceEthSrcAddrTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2 | not-accessible | A table of Aces to store Ethernet Source MAC Address Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceEthSrcAddrEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1 | not-accessible | One Ace entry holding Ace Ethernet Source MAC Address information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceEthSrcAddrAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.1 | INTEGER | read-only | An index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthSrcAddrAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.2 | INTEGER | read-only | An index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceEthSrcAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.3 | OCTET STRING | read-write | The list of ethernet source address to match. |
| INT rcPrFilterAceEthSrcAddrListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the ethernet src address. |
| INT rcPrFilterAceEthSrcAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.5 | INTEGER | read-write | Operators for Ace Ethernet Source MAC Address. |
| ROW rcPrFilterAceEthSrcAddrRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.2.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceEthDstAddrTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3 | not-accessible | A table of Aces to store Ethernet Destination MAC Address Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceEthDstAddrEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1 | not-accessible | One Ace entry holding Ace Ethernet Destination MAC Address information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceEthDstAddrAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.1 | INTEGER | read-only | An index to the AceEthDstAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthDstAddrAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.2 | INTEGER | read-only | An index to the AceEthDstAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceEthDstAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.3 | OCTET STRING | read-write | List of ethernet destination address to match. |
| INT rcPrFilterAceEthDstAddrListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the ethernet dst address. |
| INT rcPrFilterAceEthDstAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.5 | INTEGER | read-write | Operators for Ace Ethernet Destination MAC Address. |
| ROW rcPrFilterAceEthDstAddrRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.3.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceEthEtherTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4 | not-accessible | A table of Aces to store Ethernet Ether Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceEthEtherEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1 | not-accessible | One Ace entry holding Ace Ethernet Ether information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceEthEtherAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.1 | INTEGER | read-only | An index to the AceEthEtherEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthEtherAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.2 | INTEGER | read-only | An index to the AceEthEtherEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceEthEtherTypeList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.3 | OCTET STRING | read-write | EtherType 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 rcPrFilterAceEthEtherTypeListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the ethernet types. |
| INT rcPrFilterAceEthEtherTypeOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.5 | INTEGER | read-write | Ethernet Type Operators. |
| ROW rcPrFilterAceEthEtherRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.4.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceEthVlanTagPrioTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.5 | not-accessible | A table of Aces to store Ethernet Vlan Tag Priority Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceEthVlanTagPrioEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1 | not-accessible | One Ace entry holding Ace Ethernet Vlan Tag Priority information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceEthVlanTagPrioAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.1 | INTEGER | read-only | An index to the AceEthVlanTagPrioEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthVlanTagPrioAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.2 | INTEGER | read-only | An index to the AceEthVlanTagPrioEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthVlanTagPrioVlanTagPrio | 1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.3 | INTEGER | read-write | Priority bits (3-bit field) from the 802.1Q/p tag. |
| INT rcPrFilterAceEthVlanTagPrioOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.4 | INTEGER | read-write | Operators for Ace Ethernet Vlan Tag Priority. |
| ROW rcPrFilterAceEthVlanTagPrioRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.5.1.5 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceEthPortTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.6 | not-accessible | A table of Aces to store Ethernet Port Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceEthPortEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1 | not-accessible | One Ace entry holding Ace Ethernet Port information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceEthPortAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.1 | INTEGER | read-only | An index to the AceEthPortEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthPortAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.2 | INTEGER | read-only | An index to the AceEthPortEntry, a unique identifier for Acl entry in the range of Table Size. |
| POR rcPrFilterAceEthPortPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.3 | PortSet | read-write | Port Number or Port List to match on. |
| INT rcPrFilterAceEthPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.4 | INTEGER | read-write | Operator for Ace Ethernet Port. |
| ROW rcPrFilterAceEthPortRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.6.1.5 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceEthVlanIdTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.7 | not-accessible | A table of Aces to store Ethernet Vlan Id Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceEthVlanIdEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1 | not-accessible | One Ace entry holding Ace Ethernet Vlan Id information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceEthVlanIdAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.1 | INTEGER | read-only | An index to the AceEthVlanIdEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthVlanIdAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.2 | INTEGER | read-only | An index to the AceEthVlanIdEntry, a unique identifier for Acl entry in the range of Table Size. |
| IDL rcPrFilterAceEthVlanIdVlanIdList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.3 | IdList | read-write | Vlan Id to match on. |
| INT rcPrFilterAceEthVlanIdOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.4 | INTEGER | read-write | Operator for Ace Ethernet VlanId. |
| ROW rcPrFilterAceEthVlanIdRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.7.1.5 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceArpTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8 | not-accessible | A table of Aces to store Arp Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceArpEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1 | not-accessible | One Ace entry holding Ace Arp Header information. Ace is a member of one Acl. | |
| INT rcPrFilterAceArpAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.1 | INTEGER | read-only | An index to the AceArpEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceArpAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.2 | INTEGER | read-only | An index to the AceArpEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceArpType | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.3 | INTEGER | read-write | Ace Arp Operation. |
| INT rcPrFilterAceArpOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.4 | INTEGER | read-write | Operator for Ace Arp Operation. |
| INT rcPrFilterAceArpValue | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.5 | INTEGER | read-write | Ace Arp can be a request or a response. |
| ROW rcPrFilterAceArpRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.8.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceIpSrcAddrTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9 | not-accessible | A table of Aces to store IP Source Address Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpSrcAddrEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1 | not-accessible | One Ace entry holding Ace IP Source Address Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpSrcAddrAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.1 | INTEGER | read-only | An index to the AceIpSrcAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpSrcAddrAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.2 | INTEGER | read-only | An index to the AceIpSrcAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpSrcAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.3 | OCTET STRING | read-write | The list of ip source address to match from IP header. |
| INT rcPrFilterAceIpSrcAddrListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the ip src address. |
| INT rcPrFilterAceIpSrcAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.5 | INTEGER | read-write | Operators for Ace Ip Source Address. |
| ROW rcPrFilterAceIpSrcAddrRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.9.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceIpDstAddrTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10 | not-accessible | A table of Aces to store IP Destination Address Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpDstAddrEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1 | not-accessible | One Ace entry holding Ace IP Destination Address Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpDstAddrAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.1 | INTEGER | read-only | An index to the AceIpDstAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpDstAddrAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.2 | INTEGER | read-only | An index to the AceIpDstAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpDstAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.3 | OCTET STRING | read-write | The list of ip dst address to match from IP header. |
| INT rcPrFilterAceIpDstAddrListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the IP Destination Address. |
| INT rcPrFilterAceIpDstAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.5 | INTEGER | read-write | Operators for Ace IP Destination Address. |
| ROW rcPrFilterAceIpDstAddrRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.10.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceIpDscpTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11 | not-accessible | A table of Aces to store IP Dscp Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpDscpEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1 | not-accessible | One Ace entry holding Ace IP Dscp Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpDscpAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.1 | INTEGER | read-only | An index to the AceIpDscpEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpDscpAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.2 | INTEGER | read-only | An index to the AceIpDscpEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpDscpList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.3 | OCTET STRING | read-write | The 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 rcPrFilterAceIpDscpListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the dscp values. |
| INT rcPrFilterAceIpDscpOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.5 | INTEGER | read-write | Operators for Ace Ip Dscp. |
| ROW rcPrFilterAceIpDscpRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.11.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceIpProtoTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12 | not-accessible | A table of Aces to store IP Proto Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpProtoEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1 | not-accessible | One Ace entry holding Ace IP Proto Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpProtoAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.1 | INTEGER | read-only | An index to the AceIpProtoEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpProtoAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.2 | INTEGER | read-only | An index to the AceIpProtoEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpProtoList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.3 | OCTET STRING | read-write | Ip 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 rcPrFilterAceIpProtoListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the ethernet protocol ids. |
| INT rcPrFilterAceIpProtoOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.5 | INTEGER | read-write | Operators for Ace Ip Protocols. |
| ROW rcPrFilterAceIpProtoRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.12.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceIpOptionsTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.13 | not-accessible | A table of Aces to store IP Options Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpOptionsEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1 | not-accessible | One Ace entry holding Ace IP Options Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpOptionsAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.1 | INTEGER | read-only | An index to the AceIpOptionsEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpOptionsAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.2 | INTEGER | read-only | An index to the AceIpOptionsEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpOptionsOptions | 1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.3 | INTEGER | read-write | Ip options to be matched from the IP Header. |
| INT rcPrFilterAceIpOptionsOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.4 | INTEGER | read-write | Logical Operator - only 'any' is valid at present. |
| ROW rcPrFilterAceIpOptionsRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.13.1.5 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceIpFragTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.14 | not-accessible | A table of Aces to store IP Fragmentation Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpFragEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1 | not-accessible | One Ace entry holding Ace IP Fragmentation Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpFragAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.1 | INTEGER | read-only | An index to the AceIpFragEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpFragAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.2 | INTEGER | read-only | An index to the AceIpFragEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpFragFragmentation | 1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.3 | INTEGER | read-write | Ip Fragmentation bits to be matched from the IP Header. |
| INT rcPrFilterAceIpFragOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.4 | INTEGER | read-write | Operator for Ip fragmentation. |
| ROW rcPrFilterAceIpFragRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.14.1.5 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceProtoTcpSrcPortTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15 | not-accessible | A table of Aces to store TCP Source Port information of each Ace in context of its parent Acl. | |
| rcPrFilterAceProtoTcpSrcPortEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1 | not-accessible | One entry holding Ace Protocol TCP Source Port information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceProtoTcpSrcPortAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.1 | INTEGER | read-only | An index to the AceProtoTcpSrcPortEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceProtoTcpSrcPortAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.2 | INTEGER | read-only | An index to the AceProtoTcpSrcPortEntry, a unique identifier for Ace entry in the range of Table Size. |
| OCT rcPrFilterAceProtoTcpSrcPortPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.3 | OCTET STRING | read-write | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoTcpSrcPortCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the TCP source port. |
| INT rcPrFilterAceProtoTcpSrcPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.5 | INTEGER | read-write | Operator for Ace Protocol TcpSrcPort. |
| ROW rcPrFilterAceProtoTcpSrcPortRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.15.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceProtoUdpSrcPortTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16 | not-accessible | A table of Aces to store UDP Source Port information of each Ace in context of its parent Acl. | |
| rcPrFilterAceProtoUdpSrcPortEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1 | not-accessible | One entry holding Ace Protocol UDP Source Port information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceProtoUdpSrcPortAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.1 | INTEGER | read-only | An index to the AceProtoUdpSrcPortEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceProtoUdpSrcPortAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.2 | INTEGER | read-only | An index to the AceProtoUdpSrcPortEntry, a unique identifier for Ace entry in the range of Table Size. |
| OCT rcPrFilterAceProtoUdpSrcPortPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.3 | OCTET STRING | read-write | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoUdpSrcPortCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the UDP source port. |
| INT rcPrFilterAceProtoUdpSrcPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.5 | INTEGER | read-write | Operator for Ace Protocol UdpSrcPort. |
| ROW rcPrFilterAceProtoUdpSrcPortRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.16.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceProtoTcpDstPortTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17 | not-accessible | A table of Aces to store TCP Dest Port information of each Ace in context of its parent Acl. | |
| rcPrFilterAceProtoTcpDstPortEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1 | not-accessible | One entry holding Ace Protocol TCP Dest Port information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceProtoTcpDstPortAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.1 | INTEGER | read-only | An index to the AceProtoTcpDstPortEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceProtoTcpDstPortAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.2 | INTEGER | read-only | An index to the AceProtoTcpDstPortEntry, a unique identifier for Ace entry in the range of Table Size. |
| OCT rcPrFilterAceProtoTcpDstPortPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.3 | OCTET STRING | read-write | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoTcpDstPortCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the TCP dest port. |
| INT rcPrFilterAceProtoTcpDstPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.5 | INTEGER | read-write | Operator for Ace Protocol TcpDstPort. |
| ROW rcPrFilterAceProtoTcpDstPortRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.17.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceProtoUdpDstPortTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18 | not-accessible | A table of Aces to store UDP Dest Port information of each Ace in context of its parent Acl. | |
| rcPrFilterAceProtoUdpDstPortEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1 | not-accessible | One entry holding Ace Protocol UDP Dest Port information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceProtoUdpDstPortAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.1 | INTEGER | read-only | An index to the AceProtoUdpDstPortEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceProtoUdpDstPortAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.2 | INTEGER | read-only | An index to the AceProtoUdpDstPortEntry, a unique identifier for Ace entry in the range of Table Size. |
| OCT rcPrFilterAceProtoUdpDstPortPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.3 | OCTET STRING | read-write | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoUdpDstPortCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the UDP dest port. |
| INT rcPrFilterAceProtoUdpDstPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.5 | INTEGER | read-write | Operator for Ace Protocol UdpDstPort. |
| ROW rcPrFilterAceProtoUdpDstPortRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.18.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceProtoIcmpMsgTypeTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19 | not-accessible | A table of Aces to store ICMP message type information of each Ace in context of its parent Acl. | |
| rcPrFilterAceProtoIcmpMsgTypeEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1 | not-accessible | One entry holding Ace ICMP message type information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceProtoIcmpMsgTypeAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.1 | INTEGER | read-only | An index to the AceProtoIcmpMsgTypeEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceProtoIcmpMsgTypeAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.2 | INTEGER | read-only | An index to the AceProtoIcmpMsgTypeEntry, a unique identifier for Ace entry in the range of Table Size. |
| OCT rcPrFilterAceProtoIcmpMsgTypeList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.3 | OCTET STRING | read-write | One 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 rcPrFilterAceProtoIcmpMsgTypeCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the ICMP message types. |
| INT rcPrFilterAceProtoIcmpMsgTypeOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.5 | INTEGER | read-write | Operator for Ace Protocol IcmpMsgTypes. |
| ROW rcPrFilterAceProtoIcmpMsgTypeRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.19.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceProtoTcpFlagsTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20 | not-accessible | A table of Aces to store TCP Flags information of each Ace in context of its parent Acl. | |
| rcPrFilterAceProtoTcpFlagsEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1 | not-accessible | One entry holding Ace Protocol TCP flags information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceProtoTcpFlagsAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.1 | INTEGER | read-only | An index to the rcPrFilterAceProtoTcpFlagsEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceProtoTcpFlagsAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.2 | INTEGER | read-only | An index to the rcPrFilterAceProtoTcpFlagsEntry, a unique identifier for Ace entry in the range of Table Size. |
| OCT rcPrFilterAceProtoTcpFlagsList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.3 | OCTET STRING | read-write | One 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 rcPrFilterAceProtoTcpFlagsCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the TCP flags. |
| INT rcPrFilterAceProtoTcpFlagsOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.5 | INTEGER | read-write | Operator for Ace Protocol TcpFlags. |
| ROW rcPrFilterAceProtoTcpFlagsRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.20.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAcePattern1Table | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21 | not-accessible | A table of pattern fields for Aces to manage the settings for each user defined field. | |
| rcPrFilterAcePattern1Entry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1 | not-accessible | One Ace entry holding Ace User Defined Pattern information. Ace is a member of one Acl. | |
| INT rcPrFilterAcePattern1AclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.1 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAcePattern1AceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.2 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| STR rcPrFilterAcePattern1Name | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.3 | DisplayString | read-write | A descriptive name chosen by the administrator for the Ace Pattern Entry. |
| OCT rcPrFilterAcePattern1Value | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.4 | OCTET STRING | read-write | Set 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 rcPrFilterAcePattern1Oper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.5 | INTEGER | read-write | Operators for Ace Pattern. |
| ROW rcPrFilterAcePattern1RowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.21.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAcePattern2Table | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22 | not-accessible | A table of pattern fields for Aces to manage the settings for each user defined field. | |
| rcPrFilterAcePattern2Entry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1 | not-accessible | One Ace entry holding Ace User Defined Pattern information. Ace is a member of one Acl. | |
| INT rcPrFilterAcePattern2AclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.1 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAcePattern2AceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.2 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| STR rcPrFilterAcePattern2Name | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.3 | DisplayString | read-write | A descriptive name chosen by the administrator for the Ace Pattern Entry. |
| OCT rcPrFilterAcePattern2Value | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.4 | OCTET STRING | read-write | Set 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 rcPrFilterAcePattern2Oper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.5 | INTEGER | read-write | Operators for Ace Pattern. |
| ROW rcPrFilterAcePattern2RowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.22.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAcePattern3Table | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23 | not-accessible | A table of pattern fields for Aces to manage the settings for each user defined field. | |
| rcPrFilterAcePattern3Entry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1 | not-accessible | One Ace entry holding Ace User Defined Pattern information. Ace is a member of one Acl. | |
| INT rcPrFilterAcePattern3AclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.1 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAcePattern3AceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.2 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| STR rcPrFilterAcePattern3Name | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.3 | DisplayString | read-write | A descriptive name chosen by the administrator for the Ace Pattern Entry. |
| OCT rcPrFilterAcePattern3Value | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.4 | OCTET STRING | read-write | Set 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 rcPrFilterAcePattern3Oper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.5 | INTEGER | read-write | Operators for Ace Pattern. |
| ROW rcPrFilterAcePattern3RowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.23.1.6 | RowStatus | read-write | Create/delete operations for this entry. |
| rcPrFilterAceStatsTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24 | not-accessible | A table of ACE Statistics Entries to store per-ACE-per-Port Statistics | |
| rcPrFilterAceStatsEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1 | not-accessible | Ace Statistics entry holding per-ACE-per-port Statistics | |
| INT rcPrFilterAceStatsAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.1 | INTEGER | read-only | An index to the AceStatsEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceStatsAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.2 | INTEGER | read-only | An index to the AceStatsEntry, a unique identifier for ACE entry in the range of Table Size. |
| INT rcPrFilterAceStatsPortId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.3 | INTEGER | read-only | An index to the AceStatsEntry, a unique identifier of the portId |
| C64 rcPrFilterAceStatsMatchCountPkts | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.4 | Counter64 | read-only | Count of packets that match this particular Ace on this particular port. |
| C64 rcPrFilterAceStatsMatchCountOctets | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.5 | Counter64 | read-only | Byte count of traffic that match this particular Ace on this particular port |
| T/F rcPrFilterAceStatsClear | 1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.6 | TruthValue | read-write | Clear Per-ACE-Per-Port statistics. |
| rcPrFilterAceEthShowTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25 | not-accessible | A table of Aces to store Ethernet Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceEthShowEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1 | not-accessible | One Ace entry holding Ace Ethernet information. Ace is a member of one Acl. | |
| INT rcPrFilterAceEthShowAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.1 | INTEGER | read-only | An index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceEthShowAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.2 | INTEGER | read-only | An index to the AceEthernetEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceEthShowSrcAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.3 | OCTET STRING | read-only | The list of ethernet source address to match. |
| INT rcPrFilterAceEthShowSrcAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.4 | INTEGER | read-only | Operators for Ace Ethernet Source MAC Address. |
| OCT rcPrFilterAceEthShowDstAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.5 | OCTET STRING | read-only | List of ethernet destination address to match. |
| INT rcPrFilterAceEthShowDstAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.6 | INTEGER | read-only | Operators for Ace Ethernet Destination MAC Address. |
| OCT rcPrFilterAceEthShowEtherTypeList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.7 | OCTET STRING | read-only | EtherType 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 rcPrFilterAceEthShowEtherTypeOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.8 | INTEGER | read-only | Ethernet Type Operators. |
| INT rcPrFilterAceEthShowVlanTagPrio | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.9 | INTEGER | read-only | Priority bits (3-bit field) from the 802.1Q/p tag. |
| INT rcPrFilterAceEthShowVlanTagPrioOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.10 | INTEGER | read-only | Operators for Ace Ethernet Vlan Tag Priority. |
| POR rcPrFilterAceEthShowPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.11 | PortSet | read-only | Port Number or Port List to match on. |
| INT rcPrFilterAceEthShowPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.12 | INTEGER | read-only | Operator for Ace Ethernet Port. |
| IDL rcPrFilterAceEthShowVlanIdList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.13 | IdList | read-only | Vlan Id to match on. |
| INT rcPrFilterAceEthShowVlanIdOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.25.1.14 | INTEGER | read-only | Operator for Ace Ethernet VlanId. |
| rcPrFilterAceIpShowTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26 | not-accessible | A table of Aces to store IP Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpShowEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1 | not-accessible | One Ace entry holding Ace IP information. Ace is a member of one Acl. | |
| INT rcPrFilterAceIpShowAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.1 | INTEGER | read-only | An index to the AceIpShowEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpShowAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.2 | INTEGER | read-only | An index to the AceIpShowEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpShowSrcAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.3 | OCTET STRING | read-only | The list of ip source address to match from IP header. |
| INT rcPrFilterAceIpShowSrcAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.4 | INTEGER | read-only | Operators for Ace Ip Source Address. |
| OCT rcPrFilterAceIpShowDstAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.5 | OCTET STRING | read-only | The list of ip dst address to match from IP header. |
| INT rcPrFilterAceIpShowDstAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.6 | INTEGER | read-only | Operators for Ace Ip Destination Address. |
| OCT rcPrFilterAceIpShowDscpList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.7 | OCTET STRING | read-only | The 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 rcPrFilterAceIpShowDscpOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.8 | INTEGER | read-only | Operators for Ace Ip Dscp. |
| OCT rcPrFilterAceIpShowProtoList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.9 | OCTET STRING | read-only | Ip 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 rcPrFilterAceIpShowProtoOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.10 | INTEGER | read-only | Operators for Ace Ip Protocols. |
| INT rcPrFilterAceIpShowOptions | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.11 | INTEGER | read-only | Ip options to be matched from the IP Header. |
| INT rcPrFilterAceIpShowOptionsOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.12 | INTEGER | read-only | Logical Operator - only 'any' is valid at present. |
| INT rcPrFilterAceIpShowFragmentation | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.13 | INTEGER | read-only | Ip Fragmentation bits to be matched from the IP Header. |
| INT rcPrFilterAceIpShowFragOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.26.1.14 | INTEGER | read-only | Operator for Ip fragmentation. |
| rcPrFilterAceProtoShowTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27 | not-accessible | A table of Aces to store Protocol Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceProtoShowEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1 | not-accessible | One Ace entry holding Ace Ethernet information. Ace is a member of one Acl. | |
| INT rcPrFilterAceProtoShowAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.1 | INTEGER | read-only | An index to the AceProtoShowEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceProtoShowAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.2 | INTEGER | read-only | An index to the AceProtoShowEntry, a unique identifier for Ace entry in the range of Table Size. |
| OCT rcPrFilterAceProtoShowTcpSrcPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.3 | OCTET STRING | read-only | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoShowTcpSrcPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.4 | INTEGER | read-only | Operator for Ace Protocol TcpSrcPort. |
| OCT rcPrFilterAceProtoShowUdpSrcPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.5 | OCTET STRING | read-only | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoShowUdpSrcPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.6 | INTEGER | read-only | Operator for Ace Protocol UdpSrcPort. |
| OCT rcPrFilterAceProtoShowTcpDstPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.7 | OCTET STRING | read-only | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoShowTcpDstPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.8 | INTEGER | read-only | Operator for Ace Protocol TcpDstPort. |
| OCT rcPrFilterAceProtoShowUdpDstPort | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.9 | OCTET STRING | read-only | Port Number or Port List to match on. |
| INT rcPrFilterAceProtoShowUdpDstPortOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.10 | INTEGER | read-only | Operator for Ace Protocol UdpDstPort. |
| OCT rcPrFilterAceProtoShowIcmpMsgTypeList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.11 | OCTET STRING | read-only | One 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 rcPrFilterAceProtoShowIcmpMsgTypeOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.12 | INTEGER | read-only | Operator for Ace Protocol IcmpMsgTypes. |
| OCT rcPrFilterAceProtoShowTcpFlagsList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.13 | OCTET STRING | read-only | One 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 rcPrFilterAceProtoShowTcpFlagsOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.27.1.14 | INTEGER | read-only | Operator for Ace Protocol TcpFlags. |
| rcPrFilterAcePatternShowTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28 | not-accessible | A table of Aces to store Pattern 1, 2, 3 Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAcePatternShowEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1 | not-accessible | One Ace entry holding Ace Pattern 1, 2, 3 information. Ace is a member of one Acl. | |
| INT rcPrFilterAcePatternShowAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.1 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAcePatternShowAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.2 | INTEGER | read-only | An index to the AcePatternEntry, a unique identifier for Acl entry in the range of Table Size. |
| STR rcPrFilterAcePatternShowPattern1Name | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.3 | DisplayString | read-only | A descriptive name chosen by the administrator for the Ace Pattern Entry. |
| OCT rcPrFilterAcePatternShowPattern1Value | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.4 | OCTET STRING | read-only | Set 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 rcPrFilterAcePatternShowPattern1Oper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.5 | INTEGER | read-only | Operators for Ace Pattern. |
| STR rcPrFilterAcePatternShowPattern2Name | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.6 | DisplayString | read-only | A descriptive name chosen by the administrator for the Ace Pattern Entry. |
| OCT rcPrFilterAcePatternShowPattern2Value | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.7 | OCTET STRING | read-only | Set 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 rcPrFilterAcePatternShowPattern2Oper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.8 | INTEGER | read-only | Operators for Ace Pattern. |
| STR rcPrFilterAcePatternShowPattern3Name | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.9 | DisplayString | read-only | A descriptive name chosen by the administrator for the Ace Pattern Entry. |
| OCT rcPrFilterAcePatternShowPattern3Value | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.10 | OCTET STRING | read-only | Set 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 rcPrFilterAcePatternShowPattern3Oper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.28.1.11 | INTEGER | read-only | Operators for Ace Pattern. |
| rcPrFilterAceIpv6SrcAddrTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29 | not-accessible | A table of Aces to store IPv6 Source Address Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpv6SrcAddrEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1 | not-accessible | One Ace entry holding Ace IPv6 Source Address Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpv6SrcAddrAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.1 | INTEGER | read-only | An index to the AceIpv6SrcAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpv6SrcAddrAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.2 | INTEGER | read-only | An index to the AceIpv6SrcAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpv6SrcAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.3 | OCTET STRING | read-write | The list of ipv6 source address to match from IPv6 header. |
| INT rcPrFilterAceIpv6SrcAddrListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the ipv6 src address. |
| INT rcPrFilterAceIpv6SrcAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.5 | INTEGER | read-write | Operators for Ace Ipv6 Source Address. |
| ROW rcPrFilterAceIpv6SrcAddrRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.29.1.6 | RowStatus | read-create | Create/delete operations for this entry. |
| rcPrFilterAceIpv6DstAddrTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30 | not-accessible | A table of Aces to store IPv6 Destination Address Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpv6DstAddrEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1 | not-accessible | One Ace entry holding Ace IPv6 Destination Address Header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpv6DstAddrAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.1 | INTEGER | read-only | An index to the AceIpv6DstAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpv6DstAddrAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.2 | INTEGER | read-only | An index to the AceIpv6DstAddrEntry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpv6DstAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.3 | OCTET STRING | read-write | The list of ipv6 dst address to match from IPv6 header. |
| INT rcPrFilterAceIpv6DstAddrListCount | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.4 | INTEGER | read-write | Count to store the number of discrete ranges entered for the IPv6 Destination Address. |
| INT rcPrFilterAceIpv6DstAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.5 | INTEGER | read-write | Operators for Ace IPv6 Destination Address. |
| ROW rcPrFilterAceIpv6DstAddrRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.30.1.6 | RowStatus | read-create | Create/delete operations for this entry. |
| rcPrFilterAceIpv6NextHdrTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.31 | not-accessible | A table of Aces to store IPv6 Next header Header information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpv6NextHdrEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1 | not-accessible | One Ace entry holding Ace IPv6 Next header information. An Ace is a member of one Acl. | |
| INT rcPrFilterAceIpv6NextHdrAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.1 | INTEGER | read-only | An index to the AceIpv6NextHdrEntry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpv6NextHdrAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.2 | INTEGER | read-only | An index to the AceIpv6NextHdrEntry, a unique identifier for Acl entry in the range of Table Size. |
| IPV rcPrFilterAceIpv6NextHdrNextHdr | 1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.3 | Ipv6NextHdr | read-write | The ipv6 next header to look for. |
| INT rcPrFilterAceIpv6NextHdrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.4 | INTEGER | read-write | Operators for Ace IPv6 Next header. |
| ROW rcPrFilterAceIpv6NextHdrRowStatus | 1.3.6.1.4.1.2272.1.202.1.1.2.4.31.1.5 | RowStatus | read-create | Create/delete operations for this entry. |
| rcPrFilterAceIpv6ShowTable | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32 | not-accessible | A table of Aces to display ipv6 information of each Ace in context of its parent Acl. | |
| rcPrFilterAceIpv6ShowEntry | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1 | not-accessible | One Ace entry holding Ace ipv6 information. Ace is a member of one Acl. | |
| INT rcPrFilterAceIpv6ShowAclId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.1 | INTEGER | read-only | An index to the AceIpv6Entry, a unique identifier for Acl entry in the range of Table Size. |
| INT rcPrFilterAceIpv6ShowAceId | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.2 | INTEGER | read-only | An index to the AceIpv6Entry, a unique identifier for Acl entry in the range of Table Size. |
| OCT rcPrFilterAceIpv6ShowSrcAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.3 | OCTET STRING | read-only | The list of v6 source address to display. |
| INT rcPrFilterAceIpv6ShowSrcAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.4 | INTEGER | read-only | Operators for Ace v6 Source Address. |
| OCT rcPrFilterAceIpv6ShowDstAddrList | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.5 | OCTET STRING | read-only | List of v6 destination address to display. |
| INT rcPrFilterAceIpv6ShowDstAddrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.6 | INTEGER | read-only | Operators for Ace v6 Destination Address. |
| IPV rcPrFilterAceIpv6ShowNxtHdrNxtHdr | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.7 | Ipv6NextHdr | read-only | v6 next hdr to display. |
| INT rcPrFilterAceIpv6ShowNxtHdrOper | 1.3.6.1.4.1.2272.1.202.1.1.2.4.32.1.8 | INTEGER | read-only | Operator for Ace v6 next hdr. |
| rcVrf | 1.3.6.1.4.1.2272.1.203 | |||
| rcVrfMib | 1.3.6.1.4.1.2272.1.203.1 | |||
| rcVrfNotifications | 1.3.6.1.4.1.2272.1.203.1.0 | |||
| rcVrfObjects | 1.3.6.1.4.1.2272.1.203.1.1 | |||
| rcVrfConfig | 1.3.6.1.4.1.2272.1.203.1.1.1 | |||
| rcVrfConfigScalars | 1.3.6.1.4.1.2272.1.203.1.1.1.1 | |||
| OID rcVrfConfigNextAvailableVrfId | 1.3.6.1.4.1.2272.1.203.1.1.1.1.1 | VrfIdentifier | read-only | The 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. |
| rcVrfConfigTable | 1.3.6.1.4.1.2272.1.203.1.1.1.2 | not-accessible | This table is for creating the new Virtual Routers. | |
| rcVrfConfigEntry | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1 | not-accessible | The entries in this table can be added/deleted using the rcVrfRowStatus. | |
| OID rcVrfId | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.1 | VrfIdentifier | not-accessible | The 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 rcVrfRowStatus | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.2 | RowStatus | read-create | The 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 rcVrfName | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.3 | DisplayString | read-write | The Name of the Virtual Router. |
| STR rcVrfContextName | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.4 | SnmpAdminString | read-create | The SNMPv2 Community String or SNMPv3 contextName denotes the VRF 'context' and is used to logically separate the MIB module management. |
| T/F rcVrfTrapEnable | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.5 | TruthValue | read-create | This objects is used to enable the generation of the VrfUp and VrfDown traps. true(1) - VRF Traps Enabled false(2) - VRF Traps Disabled |
| U32 rcVrfMaxRoutes | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.6 | Unsigned32 | read-create | This object specifies the maximum number of routes that this VRF can support. The default value is 10000. |
| INT rcVrfAdminStatus | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.7 | INTEGER | read-create | The administrative state of the Virtual Router. |
| VPN rcVrfVpnId | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.8 | VPNId | read-create | The Virtual Private Network Identifier of the Virtual Router. |
| VRF rcVrfRpTrigger | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.9 | VrfRpTriggerBitCode | read-create | This 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 rcVrfMaxRoutesTrapEnable | 1.3.6.1.4.1.2272.1.203.1.1.1.2.1.10 | TruthValue | read-create | This 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 |
| rcVrfStat | 1.3.6.1.4.1.2272.1.203.1.1.2 | |||
| rcVrfStatScalars | 1.3.6.1.4.1.2272.1.203.1.1.2.1 | |||
| U32 rcVrfConfiguredVRFs | 1.3.6.1.4.1.2272.1.203.1.1.2.1.1 | Unsigned32 | read-only | The number of VRFs configured on this network element. |
| U32 rcVrfActiveVRFs | 1.3.6.1.4.1.2272.1.203.1.1.2.1.2 | Unsigned32 | read-only | The number of VRFs that are active on the network element. These are VRFs for which the rcVrfStatOperStatus = up(1) |
| rcVrfStatTable | 1.3.6.1.4.1.2272.1.203.1.1.2.2 | not-accessible | This table contains statistics for the Virtual Router. | |
| rcVrfStatEntry | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1 | not-accessible | Entries in this table are per rcVrfId. | |
| U32 rcVrfStatRouteEntries | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1.1 | Unsigned32 | read-only | Total number of routes for this VRF. |
| U32 rcVrfStatFIBEntries | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1.2 | Unsigned32 | read-only | Total number of FIB Entries for this VRF. |
| TIK rcVrfStatUpTime | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1.3 | TimeTicks | read-only | The time in (in hundredths of a second) since this VRF entry has been operational. |
| INT rcVrfOperStatus | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1.4 | INTEGER | read-only | The operational status of the Virtual Router. |
| VRF rcVrfRpStatus | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1.5 | VrfRpTriggerBitCode | read-only | This 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 rcVrfRouterAddressType | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1.6 | InetAddressType | read-only | Router Address Type of this VRF. |
| IP rcVrfRouterAddress | 1.3.6.1.4.1.2272.1.203.1.1.2.2.1.7 | InetAddress | read-only | Router 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 rcVrfIpVpnTableSize | 1.3.6.1.4.1.2272.1.203.1.1.3 | Integer32 | read-only | Size of Vrf IpVpn Table |
| rcVrfIpVpnTable | 1.3.6.1.4.1.2272.1.203.1.1.4 | not-accessible | Table required to configure vpn under ip. | |
| rcVrfIpVpnTableEntry | 1.3.6.1.4.1.2272.1.203.1.1.4.1 | not-accessible | Entries in this table are per rcVrfId. | |
| OID rcVrfIpVpnVrfId | 1.3.6.1.4.1.2272.1.203.1.1.4.1.1 | VrfIdentifier | not-accessible | The 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 rcVrfIpVpnStatus | 1.3.6.1.4.1.2272.1.203.1.1.4.1.2 | EnableValue | read-create | The status of IpVpn. |
| IDL rcVrfIpVpnImportRTList | 1.3.6.1.4.1.2272.1.203.1.1.4.1.3 | IdList | read-create | The Import RT list is a list of all the route-targets attached to a particular vrf behaving in the import mode. |
| IDL rcVrfIpVpnExportRTList | 1.3.6.1.4.1.2272.1.203.1.1.4.1.4 | IdList | read-create | The Export RT list is a list of all the route-targets attached to a particular vrf in the export mode. |
| INT rcVrfIpVpnSvcLblAllocOpt | 1.3.6.1.4.1.2272.1.203.1.1.4.1.5 | INTEGER | read-create | The service label allocation option for the ipvpn |
| ROW rcVrfIpVpnRowStatus | 1.3.6.1.4.1.2272.1.203.1.1.4.1.6 | RowStatus | read-create | RowStatus for the Vpn Entry. |
| I32 rcVrfIpVpnIsidNumber | 1.3.6.1.4.1.2272.1.203.1.1.4.1.7 | Integer32 | read-create | IP VPN I-SID number.Default 0 value indicates that no i-sid has been assinged. |
| rcVrfNotificationObjects | 1.3.6.1.4.1.2272.1.203.1.2 | |||
| rcVrrpv3 | 1.3.6.1.4.1.2272.1.206 | |||
| rcVrrpTmpMib | 1.3.6.1.4.1.2272.1.206.1 | |||
| rcVrrpTmpNotifications | 1.3.6.1.4.1.2272.1.206.1.0 | |||
| NTF rcVrrpTmpTrapNewMaster | 1.3.6.1.4.1.2272.1.206.1.0.1 | The newMaster trap indicates that the sending agent has transitioned to 'Master' state. | ||
| NTF rcVrrpTmpTrapProtoError | 1.3.6.1.4.1.2272.1.206.1.0.3 | The error trap indicates that the sending agent has encountered the protocol error indicated by rcVrrpTmpTrapProtoErrorReason. | ||
| rcVrrpTmpOperations | 1.3.6.1.4.1.2272.1.206.1.1 | |||
| INT rcVrrpTmpNotificationCntl | 1.3.6.1.4.1.2272.1.206.1.1.2 | INTEGER | read-write | Indicates 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. |
| rcVrrpTmpOperationsTable | 1.3.6.1.4.1.2272.1.206.1.1.7 | not-accessible | Unified 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. | |
| rcVrrpTmpOperationsEntry | 1.3.6.1.4.1.2272.1.206.1.1.7.1 | not-accessible | An 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 rcVrrpTmpOperationsIfIndex | 1.3.6.1.4.1.2272.1.206.1.1.7.1.1 | InterfaceIndex | not-accessible | port interface index. |
| IPt rcVrrpTmpOperationsInetAddrType | 1.3.6.1.4.1.2272.1.206.1.1.7.1.2 | InetAddressType | not-accessible | The IP address type of RcVrrpTmpOperationsEntry. This value applies to both rcVrrpTmpOperationsMasterIpAddr and rcVrrpTmpOperationsPrimaryIpAddr. |
| VRI rcVrrpTmpOperationsVrId | 1.3.6.1.4.1.2272.1.206.1.1.7.1.3 | VrId | not-accessible | This object contains the Virtual Router Identifier (VRID). |
| MAC rcVrrpTmpOperationsVirtualMacAddr | 1.3.6.1.4.1.2272.1.206.1.1.7.1.4 | MacAddress | read-only | The 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 rcVrrpTmpOperationsState | 1.3.6.1.4.1.2272.1.206.1.1.7.1.5 | INTEGER | read-only | The 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 rcVrrpTmpOperationsPriority | 1.3.6.1.4.1.2272.1.206.1.1.7.1.6 | Integer32 | read-create | This 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 rcVrrpTmpOperationsAddrCount | 1.3.6.1.4.1.2272.1.206.1.1.7.1.7 | Integer32 | read-only | The 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 rcVrrpTmpOperationsMasterIpAddr | 1.3.6.1.4.1.2272.1.206.1.1.7.1.8 | InetAddress | read-only | The 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 rcVrrpTmpOperationsPrimaryIpAddr | 1.3.6.1.4.1.2272.1.206.1.1.7.1.9 | InetAddress | read-create | In 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 rcVrrpTmpOperationsAdvInterval | 1.3.6.1.4.1.2272.1.206.1.1.7.1.10 | TimeInterval | read-create | The time interval, in centiseconds, between sending advertisement messages. Only the master router sends VRRP advertisements. |
| T/F rcVrrpTmpOperationsPreemptMode | 1.3.6.1.4.1.2272.1.206.1.1.7.1.11 | TruthValue | read-create | Controls whether a higher priority virtual router will preempt a lower priority master. |
| T/F rcVrrpTmpOperationsAcceptMode | 1.3.6.1.4.1.2272.1.206.1.1.7.1.12 | TruthValue | read-create | Controls 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 rcVrrpTmpOperationsUpTime | 1.3.6.1.4.1.2272.1.206.1.1.7.1.13 | TimeStamp | read-only | This is the value of the `sysUpTime' object when this virtual router (i.e., the `rcVrrpTmpOperationsState') transitioned out of `initialized'. |
| STO rcVrrpTmpOperationsStorageType | 1.3.6.1.4.1.2272.1.206.1.1.7.1.14 | StorageType | read-create | The storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration. |
| ROW rcVrrpTmpOperationsRowStatus | 1.3.6.1.4.1.2272.1.206.1.1.7.1.15 | RowStatus | read-create | The 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. |
| rcVrrpTmpAssociatedIpAddrTable | 1.3.6.1.4.1.2272.1.206.1.1.8 | not-accessible | The table of addresses associated with this virtual router. | |
| rcVrrpTmpAssociatedIpAddrEntry | 1.3.6.1.4.1.2272.1.206.1.1.8.1 | not-accessible | An 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 rcVrrpTmpAssociatedIpAddr | 1.3.6.1.4.1.2272.1.206.1.1.8.1.1 | InetAddress | not-accessible | The 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 rcVrrpTmpAssociatedIpAddrPrefixLength | 1.3.6.1.4.1.2272.1.206.1.1.8.1.2 | InetAddressPrefixLength | not-accessible | The length of the prefix (in bits). |
| STO rcVrrpTmpAssociatedStorageType | 1.3.6.1.4.1.2272.1.206.1.1.8.1.3 | StorageType | read-create | The storage type for this conceptual row. Write access is not required. It is optional to support nonVolatile StorageType enumeration. |
| ROW rcVrrpTmpAssociatedIpAddrRowStatus | 1.3.6.1.4.1.2272.1.206.1.1.8.1.4 | RowStatus | read-create | The 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 rcVrrpTmpNewMasterReason | 1.3.6.1.4.1.2272.1.206.1.1.9 | INTEGER | read-only | This 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 rcVrrpTmpTrapProtoErrReason | 1.3.6.1.4.1.2272.1.206.1.1.10 | INTEGER | accessible-for-notify | This indicates the reason for protocol error trap. Used by rcVrrpTmpTrapProtoError trap. |
| rcVrrpTmpStatistics | 1.3.6.1.4.1.2272.1.206.1.2 | |||
| C32 rcVrrpTmpRouterChecksumErrors | 1.3.6.1.4.1.2272.1.206.1.2.1 | Counter32 | read-only | The total number of VRRP packets received with an invalid VRRP checksum value. |
| C32 rcVrrpTmpRouterVersionErrors | 1.3.6.1.4.1.2272.1.206.1.2.2 | Counter32 | read-only | The total number of VRRP packets received with an unknown or unsupported version number. |
| C32 rcVrrpTmpRouterVrIdErrors | 1.3.6.1.4.1.2272.1.206.1.2.3 | Counter32 | read-only | The total number of VRRP packets received with an invalid VRID for this virtual router. |
| rcVrrpTmpRouterStatisticsTable | 1.3.6.1.4.1.2272.1.206.1.2.5 | not-accessible | Table of virtual router statistics. | |
| rcVrrpTmpRouterStatisticsEntry | 1.3.6.1.4.1.2272.1.206.1.2.5.1 | not-accessible | An entry in the table, containing statistics information about a given virtual router. | |
| C32 rcVrrpTmpStatisticsMasterTransitions | 1.3.6.1.4.1.2272.1.206.1.2.5.1.1 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsRcvdAdvertisements | 1.3.6.1.4.1.2272.1.206.1.2.5.1.2 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsAdvIntervalErrors | 1.3.6.1.4.1.2272.1.206.1.2.5.1.3 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsIpTtlErrors | 1.3.6.1.4.1.2272.1.206.1.2.5.1.4 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsRcvdPriZeroPackets | 1.3.6.1.4.1.2272.1.206.1.2.5.1.5 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsSentPriZeroPackets | 1.3.6.1.4.1.2272.1.206.1.2.5.1.6 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsRcvdInvalidTypePkts | 1.3.6.1.4.1.2272.1.206.1.2.5.1.7 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsAddressListErrors | 1.3.6.1.4.1.2272.1.206.1.2.5.1.8 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsPacketLengthErrors | 1.3.6.1.4.1.2272.1.206.1.2.5.1.9 | Counter32 | read-only | The 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 rcVrrpTmpStatisticsRcvdInvalidAuthentications | 1.3.6.1.4.1.2272.1.206.1.2.5.1.10 | Counter32 | read-only | The total number of packets received with an unknown authentication type. |
| TIM rcVrrpTmpStatisticsDiscontinuityTime | 1.3.6.1.4.1.2272.1.206.1.2.5.1.11 | TimeStamp | read-only | The 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 rcVrrpTmpStatisticsRefreshRate | 1.3.6.1.4.1.2272.1.206.1.2.5.1.12 | Integer32 | read-only | The 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. |
| rcVrrpExtMib | 1.3.6.1.4.1.2272.1.206.2 | |||
| rcVrrpExtObjects | 1.3.6.1.4.1.2272.1.206.2.1 | |||
| rcVrrpExtScalars | 1.3.6.1.4.1.2272.1.206.2.1.1 | |||
| T/F rcVrrpExtPingVirtualAddrEnable | 1.3.6.1.4.1.2272.1.206.2.1.1.1 | TruthValue | read-write | Used to configure whether this device should respond to pings directed to a virtual router's IPv6 address. |
| INT rcVrrpExtVersionNumber | 1.3.6.1.4.1.2272.1.206.2.1.1.2 | INTEGER | read-only | The version number of Vrrp for IPv6 is 3. |
| INT rcVrrpExtTrapStateTransitionType | 1.3.6.1.4.1.2272.1.206.2.1.1.3 | INTEGER | read-only | Potential types of state transitions.Used by rcVrrpv3TrapStateTransition trap. |
| INT rcVrrpExtTrapStateTransitionCause | 1.3.6.1.4.1.2272.1.206.2.1.1.4 | INTEGER | read-only | Potential types of causes that will generate a rcVrrpExtTrapStateTransition trap. |
| VRI rcVrrpExtOperationsVrId | 1.3.6.1.4.1.2272.1.206.2.1.1.5 | VrId | read-only | This object contains the Virtual Router Identifier (VRID).This is used in rcVrrpExtTrapStateTransition. |
| rcVrrpExtNotifications | 1.3.6.1.4.1.2272.1.206.2.2 | |||
| NTF rcVrrpExtTrapStateTransition | 1.3.6.1.4.1.2272.1.206.2.2.1 | A rcVrrpExtTrapStateTransition trap signifies a state transition has occurred on a particular vrrp interface. Implementation of this trap is optional. | ||
| rcVrrpExtOperations | 1.3.6.1.4.1.2272.1.206.2.3 | |||
| rcVrrpExtOperationsTable | 1.3.6.1.4.1.2272.1.206.2.3.11 | not-accessible | Unified 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. | |
| rcVrrpExtOperationsEntry | 1.3.6.1.4.1.2272.1.206.2.3.11.1 | not-accessible | An 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 rcVrrpExtOperationsAction | 1.3.6.1.4.1.2272.1.206.2.3.11.1.1 | INTEGER | read-create | Used to trigger an action on this vrrp interface. |
| INT rcVrrpExtOperationsBackUpMaster | 1.3.6.1.4.1.2272.1.206.2.3.11.1.2 | INTEGER | read-create | Enable the backup VRRP switch traffic forwarding. This will reduce the traffic in IST link in the time of SMLT. |
| INT rcVrrpExtOperationsBackUpMasterState | 1.3.6.1.4.1.2272.1.206.2.3.11.1.3 | INTEGER | read-only | Indicate whether backup VRRP switch traffic forwarding is enabled or not. |
| IP rcVrrpExtOperationsCriticalIpAddr | 1.3.6.1.4.1.2272.1.206.2.3.11.1.4 | InetAddress | read-create | IP address of the interface that will cause a shutdown event.Only IPv6 address is supported as of now. |
| T/F rcVrrpExtOperationsCriticalIpAddrEnabled | 1.3.6.1.4.1.2272.1.206.2.3.11.1.5 | TruthValue | read-create | Indicate 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 rcVrrpExtOperationsControl | 1.3.6.1.4.1.2272.1.206.2.3.11.1.6 | INTEGER | read-create | This 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 rcVrrpExtOperationsHoldDownTimer | 1.3.6.1.4.1.2272.1.206.2.3.11.1.7 | Integer32 | read-create | Used to configure the amount of time (in seconds) to wait before preempting the current vrrp master. |
| INT rcVrrpExtOperationsHoldDownState | 1.3.6.1.4.1.2272.1.206.2.3.11.1.8 | INTEGER | read-only | Used 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 rcVrrpExtOperationsHoldDownTimeRemaining | 1.3.6.1.4.1.2272.1.206.2.3.11.1.9 | Integer32 | read-only | Used to indicate the amount of time (in seconds) left before the rcVrrpExtOperationsHoldDownTimer will expire. |
| I32 rcVrrpExtOperationsFasterAdvInterval | 1.3.6.1.4.1.2272.1.206.2.3.11.1.10 | Integer32 | read-create | This 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 rcVrrpExtOperationsFasterAdvIntervalEnabled | 1.3.6.1.4.1.2272.1.206.2.3.11.1.11 | TruthValue | read-create | Used to indicate if the Faster Advertisement Interval should be used.'Disable' means use regular Advertisement interval. |
| IP rcVrrpExtOperationsLinkLocalAddr | 1.3.6.1.4.1.2272.1.206.2.3.11.1.12 | InetAddress | read-create | The assigned Linklocal addresses to the virtual router interface. This mib object support only IPv6 address as of now. |
| IP rcVrrpExtOperationsGlobalIpAddr | 1.3.6.1.4.1.2272.1.206.2.3.11.1.13 | InetAddress | read-create | The assigned Global addresses to the virtual router interface. This mib object support only IPv6 address as of now. |
| rcA1100 | 1.3.6.1.4.1.2272.2 | |||
| rcA1250 | 1.3.6.1.4.1.2272.6 | |||
| rcA1150 | 1.3.6.1.4.1.2272.7 | |||
| rcA1200 | 1.3.6.1.4.1.2272.8 | |||
| rcA1050 | 1.3.6.1.4.1.2272.9 | |||
| rcA740 | 1.3.6.1.4.1.2272.20 | |||
| rcA750 | 1.3.6.1.4.1.2272.21 | |||
| rcA790 | 1.3.6.1.4.1.2272.22 | |||
| rcA750S | 1.3.6.1.4.1.2272.23 | |||
| rcA8610 | 1.3.6.1.4.1.2272.30 | |||
| rcA8606 | 1.3.6.1.4.1.2272.31 | |||
| rcA8110 | 1.3.6.1.4.1.2272.32 | |||
| rcA8106 | 1.3.6.1.4.1.2272.33 | |||
| rcA8603 | 1.3.6.1.4.1.2272.34 | |||
| rcA8103 | 1.3.6.1.4.1.2272.35 | |||
| rcA8110co | 1.3.6.1.4.1.2272.36 | |||
| rcA8610co | 1.3.6.1.4.1.2272.37 | |||
| rcBayStack | 1.3.6.1.4.1.2272.40 | |||
| rcA1424 | 1.3.6.1.4.1.2272.42 | |||
| rcA1648 | 1.3.6.1.4.1.2272.43 | |||
| rcA1612 | 1.3.6.1.4.1.2272.44 | |||
| rcA1624 | 1.3.6.1.4.1.2272.45 | |||
| rcRBS2402 | 1.3.6.1.4.1.2272.46 | |||
| rcAtr8310 | 1.3.6.1.4.1.2272.47 | |||
| rcAtr8306 | 1.3.6.1.4.1.2272.48 | |||
| rcAtr8010 | 1.3.6.1.4.1.2272.49 | |||
| rcAtr8006 | 1.3.6.1.4.1.2272.50 | |||
| rcA8603r | 1.3.6.1.4.1.2272.55 | |||
| rcERS8603r | 1.3.6.1.4.1.2272.56 | |||
| rcA8803r | 1.3.6.1.4.1.2272.57 | |||
| rcA8806 | 1.3.6.1.4.1.2272.58 | |||
| rcA8810 | 1.3.6.1.4.1.2272.59 | |||
| rcA8810co | 1.3.6.1.4.1.2272.60 | |||
| rcVSP9012 | 1.3.6.1.4.1.2272.201 | |||
| rcA8003 | 1.3.6.1.4.1.2272.280887555 | |||
| rcA8006 | 1.3.6.1.4.1.2272.280887558 | |||
| rcA8010 | 1.3.6.1.4.1.2272.280887562 | |||
| rcA8010co | 1.3.6.1.4.1.2272.1623064842 | |||
| snmpV2 | 1.3.6.1.6 | |||
| snmpModules | 1.3.6.1.6.3 | |||
| snmpMIB | 1.3.6.1.6.3.1 | |||
| snmpMIBObjects | 1.3.6.1.6.3.1.1 | |||
| snmpTraps | 1.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.