RC-IP-MIB

File: RC-IP-MIB.mib (64520 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
RAPID-CITY

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 IpAddress DisplayString
TruthValue MacAddress RowStatus
InterfaceIndex InterfaceIndexOrZero rcIp
EnableValue IdList

Defined Types

RcIpConfEntry  
SEQUENCE    
  rcIpConfIfIndex InterfaceIndexOrZero
  rcIpConfAdvertDefRte TruthValue
  rcIpConfAcceptDefRte TruthValue
  rcIpConfRowStatus RowStatus
  rcIpConfRipEnable TruthValue
  rcIpConfOspfEnable TruthValue
  rcIpConfIgmpEnable TruthValue
  rcIpConfAddrAssigned TruthValue
  rcIpConfDhcpEnable TruthValue
  rcIpConfTriggeredUpdateEnable TruthValue
  rcIpConfAutoAggrerateEnable TruthValue
  rcIpConfGenerateDefaultRoute TruthValue
  rcIpConfAdvertiseWhenDown TruthValue
  rcIpConfDirectBroadcastEnable TruthValue
  rcIpConfRipInPolicy DisplayString
  rcIpConfRipOutPolicy DisplayString
  rcIpConfOspfIfType INTEGER
  rcIpConfRipCost INTEGER
  rcIpConfRipHolddown INTEGER
  rcIpConfRipTimeout INTEGER
  rcIpConfRsmltEnable TruthValue
  rcIpConfReversePathCheckEnable TruthValue
  rcIpConfReversePathCheckMode INTEGER
  rcIpConfIsisEnable TruthValue

RcIpConfV2Entry  
SEQUENCE    
  rcIpConfV2Index InterfaceIndexOrZero
  rcIpConfV2Addr IpAddress
  rcIpConfV2RowStatus RowStatus
  rcIpConfV2AdvertDefRte TruthValue
  rcIpConfV2AcceptDefRte TruthValue
  rcIpConfV2RipEnable TruthValue
  rcIpConfV2OspfEnable TruthValue
  rcIpConfV2IgmpEnable TruthValue
  rcIpConfV2AddrAssigned TruthValue
  rcIpConfV2TriggeredUpdateEnable TruthValue
  rcIpConfV2RipAutoAggrerateEnable TruthValue
  rcIpConfV2RipGenerateDefaultRoute TruthValue
  rcIpConfV2AdvertiseWhenDown TruthValue

RcIpConfRsmltEntry  
SEQUENCE    
  rcIpConfRsmltIfIndex InterfaceIndex
  rcIpConfRsmltHoldDownTimer INTEGER
  rcIpConfRsmltHoldUpTimer INTEGER
  rcIpConfRsmltRowStatus RowStatus

RcIpRsmltOperEntry  
SEQUENCE    
  rcIpRsmltOperIfIndex InterfaceIndex
  rcIpRsmltOperAdminStatus TruthValue
  rcIpRsmltOperHoldDownTimer INTEGER
  rcIpRsmltOperHoldDownTimeRemaining INTEGER
  rcIpRsmltOperHoldUpTimer INTEGER
  rcIpRsmltOperHoldUpTimeRemaining INTEGER
  rcIpRsmltOperIpAddr IpAddress
  rcIpRsmltOperOperStatus INTEGER
  rcIpRsmltOperSmltId IdList
  rcIpRsmltOperSltId IdList
  rcIpRsmltOperVlanId INTEGER
  rcIpRsmltOperMacAddr MacAddress
  rcIpRsmltOperRowStatus RowStatus

RcIpRsmltPeerEntry  
SEQUENCE    
  rcIpRsmltPeerIfIndex InterfaceIndex
  rcIpRsmltPeerAdminStatus TruthValue
  rcIpRsmltPeerHoldDownTimer INTEGER
  rcIpRsmltPeerHoldDownTimeRemaining INTEGER
  rcIpRsmltPeerHoldUpTimer INTEGER
  rcIpRsmltPeerHoldUpTimeRemaining INTEGER
  rcIpRsmltPeerIpAddr IpAddress
  rcIpRsmltPeerOperStatus INTEGER
  rcIpRsmltPeerSmltId IdList
  rcIpRsmltPeerSltId IdList
  rcIpRsmltPeerVlanId INTEGER
  rcIpRsmltPeerMacAddr MacAddress

RcIpAddrEntry  
SEQUENCE    
  rcIpAdEntIfIndex InterfaceIndex
  rcIpAdEntAddr IpAddress
  rcIpAdEntNetMask IpAddress
  rcIpAdEntBcastAddrFormat INTEGER
  rcIpAdEntReasmMaxSize INTEGER
  rcIpAdEntRowStatus RowStatus
  rcIpAdEntVlanId INTEGER
  rcIpAdEntBrouterPort TruthValue
  rcIpAdEntMacOffset INTEGER
  rcIpAdEntIfType INTEGER
  rcIpAdEntSecondaryIf TruthValue

RcIpFlowEntry  
SEQUENCE    
  rcIpFlowSrcIpAddress IpAddress
  rcIpFlowSrcIpPort INTEGER
  rcIpFlowDstIpAddress IpAddress
  rcIpFlowDstIpPort INTEGER
  rcIpFlowProtocol INTEGER
  rcIpFlowRowStatus RowStatus

RcIpConfDhcpEntry  
SEQUENCE    
  rcIpConfDhcpIfIndex InterfaceIndexOrZero
  rcIpConfDhcpMaxHop INTEGER
  rcIpConfDhcpMinSec INTEGER
  rcIpConfDhcpMode INTEGER
  rcIpConfDhcpRowStatus RowStatus
  rcIpConfDhcpNumRequests Counter32
  rcIpConfDhcpNumReplies Counter32
  rcIpConfDhcpAlwaysBroadcast TruthValue

RcIpDhcpForwardEntry  
SEQUENCE    
  rcIpDhcpForwardAgentAddr IpAddress
  rcIpDhcpForwardServerAddr IpAddress
  rcIpDhcpForwardEnable TruthValue
  rcIpDhcpForwardMode INTEGER
  rcIpDhcpForwardRowStatus RowStatus

RcIpConfIcmpRdiscEntry  
SEQUENCE    
  rcIpConfIcmpRdiscIfIndex INTEGER
  rcIpConfIcmpRdiscAdvAddress IpAddress
  rcIpConfIcmpRdiscAdvFlag TruthValue
  rcIpConfIcmpRdiscAdvLifetime INTEGER
  rcIpConfIcmpRdiscMaxAdvInterval INTEGER
  rcIpConfIcmpRdiscMinAdvInterval INTEGER
  rcIpConfIcmpRdiscPreferenceLevel INTEGER

Defined Values

rcIpMib 1.3.6.1.4.1.2272.1.8.0
Enterprise MIB for the Accelar product family.
MODULE-IDENTITY    

rcIpConf 1.3.6.1.4.1.2272.1.8.1
OBJECT IDENTIFIER    

rcIpConfTable 1.3.6.1.4.1.2272.1.8.1.1
A table used to maintain IP routing information for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpConfEntry

rcIpConfEntry 1.3.6.1.4.1.2272.1.8.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpConfEntry  

rcIpConfIfIndex 1.3.6.1.4.1.2272.1.8.1.1.1.1
An unique value to identify a physical interface or a logical interface (VLAN).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero 0..4094  

rcIpConfAdvertDefRte 1.3.6.1.4.1.2272.1.8.1.1.1.2
Used to indicate whether this interface should advertize a RIP default route.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfAcceptDefRte 1.3.6.1.4.1.2272.1.8.1.1.1.3
Used to indicate whether this interface should accept a RIP default route.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfRowStatus 1.3.6.1.4.1.2272.1.8.1.1.1.4
Row status for this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpConfRipEnable 1.3.6.1.4.1.2272.1.8.1.1.1.5
Enable or disable RIP routing on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfOspfEnable 1.3.6.1.4.1.2272.1.8.1.1.1.6
Enable or disable OSPF routing on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfIgmpEnable 1.3.6.1.4.1.2272.1.8.1.1.1.7
Enable or disable IGMP on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfAddrAssigned 1.3.6.1.4.1.2272.1.8.1.1.1.8
Indicate whether IpAddress has been assigned for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rcIpConfDhcpEnable 1.3.6.1.4.1.2272.1.8.1.1.1.9
Enable or disable DHCP on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfTriggeredUpdateEnable 1.3.6.1.4.1.2272.1.8.1.1.1.10
Used to indicate whether the RIP triggered update feature should be enabled on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfAutoAggrerateEnable 1.3.6.1.4.1.2272.1.8.1.1.1.11
Used to indicate whether the auto aggregation feature should be enabled on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGenerateDefaultRoute 1.3.6.1.4.1.2272.1.8.1.1.1.12
Used to indicate whether to generate a default RIP route on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfAdvertiseWhenDown 1.3.6.1.4.1.2272.1.8.1.1.1.13
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfDirectBroadcastEnable 1.3.6.1.4.1.2272.1.8.1.1.1.14
Used to indicate whether this interface should forward direct broadcast traffic
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfRipInPolicy 1.3.6.1.4.1.2272.1.8.1.1.1.15
Used to indicate whether this interface should advertize a RIP default route.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

rcIpConfRipOutPolicy 1.3.6.1.4.1.2272.1.8.1.1.1.16
Used to indicate whether this interface should accept a RIP default route.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

rcIpConfOspfIfType 1.3.6.1.4.1.2272.1.8.1.1.1.17
OSPF Interface Type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER broadcast(1), nbma(2), pointToPoint(3), pointToMultipoint(5), passive(99)  

rcIpConfRipCost 1.3.6.1.4.1.2272.1.8.1.1.1.18
Used to indicate the rip cost for this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

rcIpConfRipHolddown 1.3.6.1.4.1.2272.1.8.1.1.1.19
Used to indicate the rip holddown timer for this interface
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..360  

rcIpConfRipTimeout 1.3.6.1.4.1.2272.1.8.1.1.1.20
Used to indicate the rip timeout interval for this interface
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 15..259200  

rcIpConfRsmltEnable 1.3.6.1.4.1.2272.1.8.1.1.1.21
Used to enable Route Smlt feature.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfReversePathCheckEnable 1.3.6.1.4.1.2272.1.8.1.1.1.22
Used to indicate whether this interface should perform Reverse Path Check
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfReversePathCheckMode 1.3.6.1.4.1.2272.1.8.1.1.1.23
Reverse Path Checking mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER exist-only(1), strict(2)  

rcIpConfIsisEnable 1.3.6.1.4.1.2272.1.8.1.1.1.24
Enable/disable Isis on this IP interface
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobal 1.3.6.1.4.1.2272.1.8.1.6
OBJECT IDENTIFIER    

rcIpConfGlobalRipHoldDownTime 1.3.6.1.4.1.2272.1.8.1.6.1
Used to set the system-wide RIP hold down time in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..360  

rcIpConfGlobalIcmpNetUnreach 1.3.6.1.4.1.2272.1.8.1.6.2
Used to set the icmp net unreach feature enable/disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalEcmpEnable 1.3.6.1.4.1.2272.1.8.1.6.3
Used to set the ecmp enable/disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalEcmpMaxPath 1.3.6.1.4.1.2272.1.8.1.6.4
Used to globally configure maximum ECMP paths number.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..8  

rcIpConfGlobalAlternativeEnable 1.3.6.1.4.1.2272.1.8.1.6.5
Used to globally configure alternative enable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalRouteDiscoveryEnable 1.3.6.1.4.1.2272.1.8.1.6.6
Enable/disable ICMP Route Discovery feature
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalRipTimeOutInterval 1.3.6.1.4.1.2272.1.8.1.6.8
Rip TimeOut Interval in seconds
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 15..259200  

rcIpConfGlobalRipDefImportMetric 1.3.6.1.4.1.2272.1.8.1.6.9
Rip def import metric
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

rcIpConfGlobalEcmp1PathList 1.3.6.1.4.1.2272.1.8.1.6.10
Routes to networks specified in this prefix-list can have upto 1 ECMP path, irrespective of ecmp-max-path configuration
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rcIpConfGlobalEcmp2PathList 1.3.6.1.4.1.2272.1.8.1.6.11
Routes to networks specified in this prefix-list can have upto 2 ECMP path, irrespective of ecmp-max-path configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rcIpConfGlobalEcmp3PathList 1.3.6.1.4.1.2272.1.8.1.6.12
Routes to networks specified in this prefix-list can have upto 3 ECMP path, irrespective of ecmp-max-path configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rcIpConfGlobalEcmp4PathList 1.3.6.1.4.1.2272.1.8.1.6.13
Routes to networks specified in this prefix-list can have upto 4 ECMP path, irrespective of ecmp-max-path configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rcIpConfGlobalEcmpPathListApply 1.3.6.1.4.1.2272.1.8.1.6.14
This is to apply any changes in ECMP path list configuration or in the prefix-lists configured to be used as path list
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalIcmpRedirectMsg 1.3.6.1.4.1.2272.1.8.1.6.15
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalMulticastMacFloodingStatus 1.3.6.1.4.1.2272.1.8.1.6.16
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalArpThreshold 1.3.6.1.4.1.2272.1.8.1.6.17
Defines the maximum number of outstanding arp request a switch can generate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 50..1000  

rcIpConfGlobalAllowMoreSpecificNonLocalRouteEnable 1.3.6.1.4.1.2272.1.8.1.6.18
Used to determine whether more specific non local routes will go into the routing table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfGlobalUdpCheckSumEnable 1.3.6.1.4.1.2272.1.8.1.6.19
Enable/disable UDP checksum calculation.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2Table 1.3.6.1.4.1.2272.1.8.1.8
A table used to maintain IP routing information for a particular interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpConfV2Entry

rcIpConfV2Entry 1.3.6.1.4.1.2272.1.8.1.8.1
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  RcIpConfV2Entry  

rcIpConfV2Index 1.3.6.1.4.1.2272.1.8.1.8.1.1
An unique value to identify a physical interface or a logical interface (VLAN).
Status: deprecated Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero 0..4094  

rcIpConfV2Addr 1.3.6.1.4.1.2272.1.8.1.8.1.2
Ip interface address.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpConfV2RowStatus 1.3.6.1.4.1.2272.1.8.1.8.1.3
Row status for this entry.
Status: deprecated Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpConfV2AdvertDefRte 1.3.6.1.4.1.2272.1.8.1.8.1.4
Used to indicate whether this interface should advertize a RIP default route.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2AcceptDefRte 1.3.6.1.4.1.2272.1.8.1.8.1.5
Used to indicate whether this interface should accept a RIP default route.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2RipEnable 1.3.6.1.4.1.2272.1.8.1.8.1.6
Enable or disable RIP routing on the specified interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2OspfEnable 1.3.6.1.4.1.2272.1.8.1.8.1.7
Enable or disable OSPF routing on the specified interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2IgmpEnable 1.3.6.1.4.1.2272.1.8.1.8.1.8
Enable or disable IGMP on the specified interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2AddrAssigned 1.3.6.1.4.1.2272.1.8.1.8.1.9
Indicate whether IpAddress has been assigned for this interface.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TruthValue  

rcIpConfV2TriggeredUpdateEnable 1.3.6.1.4.1.2272.1.8.1.8.1.10
Used to indicate whether the RIP triggered update feature should be enabled on this interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2RipAutoAggrerateEnable 1.3.6.1.4.1.2272.1.8.1.8.1.11
Used to indicate whether the auto aggregation feature should be enabled on this interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2RipGenerateDefaultRoute 1.3.6.1.4.1.2272.1.8.1.8.1.12
Used to indicate whether to generate a default RIP route on this interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfV2AdvertiseWhenDown 1.3.6.1.4.1.2272.1.8.1.8.1.13
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfRsmltTable 1.3.6.1.4.1.2272.1.8.1.11
A table used to maintain OSPF summary route metric parameter for a particular Area range.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpConfRsmltEntry

rcIpConfRsmltEntry 1.3.6.1.4.1.2272.1.8.1.11.1
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
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpConfRsmltEntry  

rcIpConfRsmltIfIndex 1.3.6.1.4.1.2272.1.8.1.11.1.1
Interface Index, this is an index of the table.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rcIpConfRsmltHoldDownTimer 1.3.6.1.4.1.2272.1.8.1.11.1.2
Timer value, the range of value is from 0 to 3600.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600  

rcIpConfRsmltHoldUpTimer 1.3.6.1.4.1.2272.1.8.1.11.1.3
The range of value 0 to 3600 or 9999. 9999 means infinity.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600 | 9999  

rcIpConfRsmltRowStatus 1.3.6.1.4.1.2272.1.8.1.11.1.4
Row Status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpRsmlt 1.3.6.1.4.1.2272.1.8.26
OBJECT IDENTIFIER    

rcIpRsmltGlobal 1.3.6.1.4.1.2272.1.8.26.1
OBJECT IDENTIFIER    

rcIpRsmltGlobalTableSize 1.3.6.1.4.1.2272.1.8.26.1.1
Route Smlt table size.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rcIpRsmltOperTable 1.3.6.1.4.1.2272.1.8.26.2
Route Smlt Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpRsmltOperEntry

rcIpRsmltOperEntry 1.3.6.1.4.1.2272.1.8.26.2.1
An entry of Ip As Path Access List Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpRsmltOperEntry  

rcIpRsmltOperIfIndex 1.3.6.1.4.1.2272.1.8.26.2.1.1
Route Smlt Oper IfIndex.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rcIpRsmltOperAdminStatus 1.3.6.1.4.1.2272.1.8.26.2.1.2
is a enable/disable flag.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpRsmltOperHoldDownTimer 1.3.6.1.4.1.2272.1.8.26.2.1.3
Timer value, the range of value is from 0 to 3600.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600  

rcIpRsmltOperHoldDownTimeRemaining 1.3.6.1.4.1.2272.1.8.26.2.1.4
The time value that indicate how much time remaining of HoldDownTimer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3600  

rcIpRsmltOperHoldUpTimer 1.3.6.1.4.1.2272.1.8.26.2.1.5
The range of value 0 to 3600 or 9999. 9999 means infinity.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..3600 | 9999  

rcIpRsmltOperHoldUpTimeRemaining 1.3.6.1.4.1.2272.1.8.26.2.1.6
The time value that indicate how much time remaining of HoldUpTimer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3600 | 9999  

rcIpRsmltOperIpAddr 1.3.6.1.4.1.2272.1.8.26.2.1.7
IP Interface with RSMLT on.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpRsmltOperOperStatus 1.3.6.1.4.1.2272.1.8.26.2.1.8
The operation status of Rsmlt, up or down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rcIpRsmltOperSmltId 1.3.6.1.4.1.2272.1.8.26.2.1.9
The id range for SMLT is 1-32.
Status: current Access: read-only
OBJECT-TYPE    
  IdList  

rcIpRsmltOperSltId 1.3.6.1.4.1.2272.1.8.26.2.1.10
The id range for SLT is 1-512.
Status: current Access: read-only
OBJECT-TYPE    
  IdList  

rcIpRsmltOperVlanId 1.3.6.1.4.1.2272.1.8.26.2.1.11
Vlan id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4093  

rcIpRsmltOperMacAddr 1.3.6.1.4.1.2272.1.8.26.2.1.12
Mac Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rcIpRsmltOperRowStatus 1.3.6.1.4.1.2272.1.8.26.2.1.13
Row Status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpRsmltPeerTable 1.3.6.1.4.1.2272.1.8.26.3
Route Smlt Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpRsmltPeerEntry

rcIpRsmltPeerEntry 1.3.6.1.4.1.2272.1.8.26.3.1
An entry of Ip As Path Access List Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpRsmltPeerEntry  

rcIpRsmltPeerIfIndex 1.3.6.1.4.1.2272.1.8.26.3.1.1
Route Smlt Oper IfIndex.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rcIpRsmltPeerAdminStatus 1.3.6.1.4.1.2272.1.8.26.3.1.2
is a enable/disable flag.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rcIpRsmltPeerHoldDownTimer 1.3.6.1.4.1.2272.1.8.26.3.1.3
Timer value, the range of value is from 0 to 3600.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3600  

rcIpRsmltPeerHoldDownTimeRemaining 1.3.6.1.4.1.2272.1.8.26.3.1.4
The time value that indicate how much time remaining of HoldDownTimer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3600  

rcIpRsmltPeerHoldUpTimer 1.3.6.1.4.1.2272.1.8.26.3.1.5
The range of value 0 to 3600 or 9999. 9999 means infinity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3600 | 9999  

rcIpRsmltPeerHoldUpTimeRemaining 1.3.6.1.4.1.2272.1.8.26.3.1.6
The time value that indicate how much time remaining of HoldUpTimer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..3600 | 9999  

rcIpRsmltPeerIpAddr 1.3.6.1.4.1.2272.1.8.26.3.1.7
IP Interface with RSMLT on.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpRsmltPeerOperStatus 1.3.6.1.4.1.2272.1.8.26.3.1.8
The operation status of Rsmlt, up or down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rcIpRsmltPeerSmltId 1.3.6.1.4.1.2272.1.8.26.3.1.9
The id range for SMLT is 1-32.
Status: current Access: read-only
OBJECT-TYPE    
  IdList  

rcIpRsmltPeerSltId 1.3.6.1.4.1.2272.1.8.26.3.1.10
The id range for SLT is 1-512.
Status: current Access: read-only
OBJECT-TYPE    
  IdList  

rcIpRsmltPeerVlanId 1.3.6.1.4.1.2272.1.8.26.3.1.11
Vlan id.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4093  

rcIpRsmltPeerMacAddr 1.3.6.1.4.1.2272.1.8.26.3.1.12
Mac Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rcIpAddrTable 1.3.6.1.4.1.2272.1.8.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpAddrEntry

rcIpAddrEntry 1.3.6.1.4.1.2272.1.8.2.1
The addressing information for one of this entity's IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpAddrEntry  

rcIpAdEntIfIndex 1.3.6.1.4.1.2272.1.8.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rcIpAdEntAddr 1.3.6.1.4.1.2272.1.8.2.1.2
The IP address to which this entry's addressing information pertains.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpAdEntNetMask 1.3.6.1.4.1.2272.1.8.2.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rcIpAdEntBcastAddrFormat 1.3.6.1.4.1.2272.1.8.2.1.4
The IP broadcast address format used on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER zeros(0), ones(1)  

rcIpAdEntReasmMaxSize 1.3.6.1.4.1.2272.1.8.2.1.5
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

rcIpAdEntRowStatus 1.3.6.1.4.1.2272.1.8.2.1.6
Used to create/delete entries
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpAdEntVlanId 1.3.6.1.4.1.2272.1.8.2.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4096  

rcIpAdEntBrouterPort 1.3.6.1.4.1.2272.1.8.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rcIpAdEntMacOffset 1.3.6.1.4.1.2272.1.8.2.1.9
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..511  

rcIpAdEntIfType 1.3.6.1.4.1.2272.1.8.2.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER circuitLessIP(1), brouterPort(2), vlan(3)  

rcIpAdEntSecondaryIf 1.3.6.1.4.1.2272.1.8.2.1.11
Used to indicate whether this entry correponds to a secondary interface (as oppose to a primary interface). This value cannot be changed after the row is created.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpFlowTable 1.3.6.1.4.1.2272.1.8.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpFlowEntry

rcIpFlowEntry 1.3.6.1.4.1.2272.1.8.3.1
Proprietary flow control variables.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpFlowEntry  

rcIpFlowSrcIpAddress 1.3.6.1.4.1.2272.1.8.3.1.1
The source IP address of an IP packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpFlowSrcIpPort 1.3.6.1.4.1.2272.1.8.3.1.2
The source port of an IP packet. A zero value in this field is used as a wildcard value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

rcIpFlowDstIpAddress 1.3.6.1.4.1.2272.1.8.3.1.3
The destination IP address of an IP packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpFlowDstIpPort 1.3.6.1.4.1.2272.1.8.3.1.4
The destination port of an IP packet. A zero value in this field is used as a wildcard value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

rcIpFlowProtocol 1.3.6.1.4.1.2272.1.8.3.1.5
The protocol type of an IP packet. A zero value in this field is used as a wildcard value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ip(4), tcp(6), udp(17)  

rcIpFlowRowStatus 1.3.6.1.4.1.2272.1.8.3.1.6
Status of entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpRouting 1.3.6.1.4.1.2272.1.8.4
OBJECT IDENTIFIER    

rcIpConfDhcpTable 1.3.6.1.4.1.2272.1.8.8
DHCP configuration table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpConfDhcpEntry

rcIpConfDhcpEntry 1.3.6.1.4.1.2272.1.8.8.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpConfDhcpEntry  

rcIpConfDhcpIfIndex 1.3.6.1.4.1.2272.1.8.8.1.1
Interface number. The number can represent either a physical or logical(VLAN) interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero 0..6143  

rcIpConfDhcpMaxHop 1.3.6.1.4.1.2272.1.8.8.1.2
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

rcIpConfDhcpMinSec 1.3.6.1.4.1.2272.1.8.8.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rcIpConfDhcpMode 1.3.6.1.4.1.2272.1.8.8.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), bootp(2), dhcp(3), both(4)  

rcIpConfDhcpRowStatus 1.3.6.1.4.1.2272.1.8.8.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpConfDhcpNumRequests 1.3.6.1.4.1.2272.1.8.8.1.6
The total number of DHCP requests seen on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpConfDhcpNumReplies 1.3.6.1.4.1.2272.1.8.8.1.7
The total number of DHCP replies seen on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpConfDhcpAlwaysBroadcast 1.3.6.1.4.1.2272.1.8.8.1.8
Used to indicate if DHCP Reply packets should be broadcast to the DHCP client on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpDhcpForwardTable 1.3.6.1.4.1.2272.1.8.9
DHCP forwarding table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpDhcpForwardEntry

rcIpDhcpForwardEntry 1.3.6.1.4.1.2272.1.8.9.1
An entry used represents a DHCP forwarding directive.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpDhcpForwardEntry  

rcIpDhcpForwardAgentAddr 1.3.6.1.4.1.2272.1.8.9.1.1
The IP address configured on an interface (i.e., a locally configured IP address).
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpDhcpForwardServerAddr 1.3.6.1.4.1.2272.1.8.9.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpDhcpForwardEnable 1.3.6.1.4.1.2272.1.8.9.1.3
Used to indicate whether is entry should be used.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpDhcpForwardMode 1.3.6.1.4.1.2272.1.8.9.1.4
Used to indicate whether this entry pertains to BOOTP packets, DHCP packets, or both.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), bootp(2), dhcp(3), both(4)  

rcIpDhcpForwardRowStatus 1.3.6.1.4.1.2272.1.8.9.1.5
Row status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpFilter 1.3.6.1.4.1.2272.1.8.10
OBJECT IDENTIFIER    

rcIpPolicy 1.3.6.1.4.1.2272.1.8.11
OBJECT IDENTIFIER    

rcIpDvmrp 1.3.6.1.4.1.2272.1.8.12
OBJECT IDENTIFIER    

rcIpUdp 1.3.6.1.4.1.2272.1.8.13
OBJECT IDENTIFIER    

rcIpTosRule 1.3.6.1.4.1.2272.1.8.14
OBJECT IDENTIFIER    

rcIpTosRuleAndMask 1.3.6.1.4.1.2272.1.8.14.1
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

rcIpTosRuleOrRule1 1.3.6.1.4.1.2272.1.8.14.2
Quid/Gid Or rule #1. The Ip ToS byte in the Ip header is logically ORed with this value.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

rcIpTosRuleOrRule2 1.3.6.1.4.1.2272.1.8.14.3
Quid/Gid Or rule #2. The Ip ToS byte in the Ip header is logically ORed with this value.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

rcIpTosRuleOrRule3 1.3.6.1.4.1.2272.1.8.14.4
Quid/Gid Or rule #3. The Ip ToS byte in the Ip header is logically ORed with this value.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

rcIpTosRuleTosPriorityEnable 1.3.6.1.4.1.2272.1.8.14.5
Enable Tos priority.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpTosRuleTosThreshold 1.3.6.1.4.1.2272.1.8.14.6
tos threshold
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER level0(0), level1(1), level2(2), level3(3), level4(4), level5(5), level6(6), level7(7)  

rcIpStaticRoute 1.3.6.1.4.1.2272.1.8.15
OBJECT IDENTIFIER    

rcIpPim 1.3.6.1.4.1.2272.1.8.16
OBJECT IDENTIFIER    

rcIpCops 1.3.6.1.4.1.2272.1.8.19
OBJECT IDENTIFIER    

rcCopsGlobalEnable 1.3.6.1.4.1.2272.1.8.19.1
Cops feature enable/disable
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpRipInterface 1.3.6.1.4.1.2272.1.8.20
OBJECT IDENTIFIER    

rcIpConfIcmpRdiscTable 1.3.6.1.4.1.2272.1.8.22
A table used to maintain ICMP Route discovery information for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpConfIcmpRdiscEntry

rcIpConfIcmpRdiscEntry 1.3.6.1.4.1.2272.1.8.22.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpConfIcmpRdiscEntry  

rcIpConfIcmpRdiscIfIndex 1.3.6.1.4.1.2272.1.8.22.1.1
An unique value to identify a physical interface or a logical interface (VLAN).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

rcIpConfIcmpRdiscAdvAddress 1.3.6.1.4.1.2272.1.8.22.1.2
Advertisement address to which the route discovery advertisements transmitted on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rcIpConfIcmpRdiscAdvFlag 1.3.6.1.4.1.2272.1.8.22.1.3
Flag to indicate whether or not the address is to be advertised on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpConfIcmpRdiscAdvLifetime 1.3.6.1.4.1.2272.1.8.22.1.4
The value to be placed in the lifetime field of Router Advertisements sent from the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 4..9000  

rcIpConfIcmpRdiscMaxAdvInterval 1.3.6.1.4.1.2272.1.8.22.1.5
The maximum time allowed between sending Router Advertisements from this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 4..1800  

rcIpConfIcmpRdiscMinAdvInterval 1.3.6.1.4.1.2272.1.8.22.1.6
The minimum time allowed between sending Router Advertisements from this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 3..1800  

rcIpConfIcmpRdiscPreferenceLevel 1.3.6.1.4.1.2272.1.8.22.1.7
Preferability of the router address as a default Router
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

rcIpMulticastSoftwareForwarding 1.3.6.1.4.1.2272.1.8.23
OBJECT IDENTIFIER    

rcIpMrouteHw 1.3.6.1.4.1.2272.1.8.24
OBJECT IDENTIFIER    

rcIpResourceUsage 1.3.6.1.4.1.2272.1.8.25
OBJECT IDENTIFIER    

rcIpResourceUsageGlobal 1.3.6.1.4.1.2272.1.8.25.1
OBJECT IDENTIFIER    

rcIpResourceUsageGlobalIngressRecInUse 1.3.6.1.4.1.2272.1.8.25.1.1
Used to get the Ingress Record Usage in the switch. (S-G usage).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32767  

rcIpResourceUsageGlobalEgressRecInUse 1.3.6.1.4.1.2272.1.8.25.1.2
Used to get the Egress Record Usage in the switch (pepstream count).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32767  

rcIpResourceUsageGlobalIngressThreshold 1.3.6.1.4.1.2272.1.8.25.1.3
Used to get the threshold count for Ingress records.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

rcIpResourceUsageGlobalEgressThreshold 1.3.6.1.4.1.2272.1.8.25.1.4
Used to get threshold count for egress records.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

rcIpResourceUsageGlobalSendTrapAndLog 1.3.6.1.4.1.2272.1.8.25.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  EnableValue  

rcIpResourceUsageGlobalSendTrapOnly 1.3.6.1.4.1.2272.1.8.25.1.6
A means of alerting the user. If this bool is set, a message will be send to console.
Status: current Access: read-write
OBJECT-TYPE    
  EnableValue  

rcIpResourceUsageGlobalLogMsgOnly 1.3.6.1.4.1.2272.1.8.25.1.7
A means of alerting the user.If this bool is set, a duReport will be logged.
Status: current Access: read-write
OBJECT-TYPE    
  EnableValue  

rcIpGenPolicy 1.3.6.1.4.1.2272.1.8.100
OBJECT IDENTIFIER    

rcIpBgp 1.3.6.1.4.1.2272.1.8.101
OBJECT IDENTIFIER    

rcIpMpls 1.3.6.1.4.1.2272.1.8.102
OBJECT IDENTIFIER