MIB-INTEL-IP

File: MIB-INTEL-IP.mib (11917 bytes)

Imported modules

RFC1155-SMI RFC-1212 INTEL-GEN-MIB

Imported symbols

IpAddress OBJECT-TYPE mib2ext

Defined Types

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

RtIpRouteEntry  
SEQUENCE    
  rtIpRouteChassis INTEGER
  rtIpRouteModule INTEGER
  rtIpRouteInst INTEGER
  rtIpRouteDest IpAddress
  rtIpRouteMask IpAddress
  rtIpRouteIfIndex INTEGER
  rtIpRouteNextHop IpAddress
  rtIpRoutePref INTEGER
  rtIpRouteMetric INTEGER
  rtIpRouteProto INTEGER
  rtIpRouteAge INTEGER

RtIpRteEntry  
SEQUENCE    
  rtIpRteChassis INTEGER
  rtIpRteModule INTEGER
  rtIpRteInst INTEGER
  rtIpRteDest IpAddress
  rtIpRteMask IpAddress
  rtIpRtePref INTEGER
  rtIpRteProto INTEGER
  rtIpRteIfIndex INTEGER
  rtIpRteNextHop IpAddress
  rtIpRteState INTEGER
  rtIpRteAge INTEGER
  rtIpRteMetric INTEGER

RtIpStaticRouteEntry  
SEQUENCE    
  rtIpStRtChassis INTEGER
  rtIpStRtModule INTEGER
  rtIpStRtInst INTEGER
  rtIpStRtDest IpAddress
  rtIpStRtMask IpAddress
  rtIpStRtPref INTEGER
  rtIpStRtIfIndex INTEGER
  rtIpStRtNextHop IpAddress
  rtIpStRtMetric INTEGER
  rtIpStRtStatus RowStatus
  rtIpStRtState INTEGER

Defined Values

ipr 1.3.6.1.4.1.343.6.38
OBJECT IDENTIFIER    

rtIpRouteTable 1.3.6.1.4.1.343.6.38.1
This entity's IP Routing table.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtIpRouteEntry

rtIpRouteEntry 1.3.6.1.4.1.343.6.38.1.1
A route to a particular destination.
Status: optional Access: not-accessible
OBJECT-TYPE    
  RtIpRouteEntry  

rtIpRouteChassis 1.3.6.1.4.1.343.6.38.1.1.1
Chassis number in stack that contains the module.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRouteModule 1.3.6.1.4.1.343.6.38.1.1.2
Module number in the chassis.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRouteInst 1.3.6.1.4.1.343.6.38.1.1.3
Routing table instance number.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRouteDest 1.3.6.1.4.1.343.6.38.1.1.4
The destination IP address of this route.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

rtIpRouteMask 1.3.6.1.4.1.343.6.38.1.1.5
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the rtIpRouteDest field.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

rtIpRouteIfIndex 1.3.6.1.4.1.343.6.38.1.1.6
The interface that the frame is forwarded on.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRouteNextHop 1.3.6.1.4.1.343.6.38.1.1.7
The IP address of the next hop of this route.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

rtIpRoutePref 1.3.6.1.4.1.343.6.38.1.1.8
The preference value for this route.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRouteMetric 1.3.6.1.4.1.343.6.38.1.1.9
The routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtIpRouteProto value.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRouteProto 1.3.6.1.4.1.343.6.38.1.1.10
The routing mechanism via which this route was learned.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER direct(1), static(2), ospf(3), rip(4), other(5), all(6)  

rtIpRouteAge 1.3.6.1.4.1.343.6.38.1.1.11
The number of seconds since this route was last updated or otherwise detemined 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.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRteTable 1.3.6.1.4.1.343.6.38.2
The list of all routing table entries (RTE). There may be several entries describing a route to the same destination (entries with the same IP address and mask but different preference, protocol or metric). Forwarding engine uses only the best one - this one which can be found in the Routing Table. All other entries as well the best one are available in rtIpRteTable. If for some reason the best entry has been lost then the best one will be chosen from other entries to the same destination.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtIpRteEntry

rtIpRteEntry 1.3.6.1.4.1.343.6.38.2.1
A route to a particular destination.
Status: optional Access: not-accessible
OBJECT-TYPE    
  RtIpRteEntry  

rtIpRteChassis 1.3.6.1.4.1.343.6.38.2.1.1
Chassis number in stack that contains the module.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRteModule 1.3.6.1.4.1.343.6.38.2.1.2
Module number in the chassis.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRteInst 1.3.6.1.4.1.343.6.38.2.1.3
Alternative routing table instance number.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRteDest 1.3.6.1.4.1.343.6.38.2.1.4
The destination IP address of this route.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

rtIpRteMask 1.3.6.1.4.1.343.6.38.2.1.5
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the rtIpRteDest field.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

rtIpRtePref 1.3.6.1.4.1.343.6.38.2.1.6
The preference value for this route.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRteProto 1.3.6.1.4.1.343.6.38.2.1.7
The routing mechanism via which this route was learned.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER direct(1), static(2), ospf(3), rip(4), other(5), all(6)  

rtIpRteIfIndex 1.3.6.1.4.1.343.6.38.2.1.8
The interface that the frame is forwarded on.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRteNextHop 1.3.6.1.4.1.343.6.38.2.1.9
The IP address of the next hop of this route.
Status: optional Access: read-only
OBJECT-TYPE    
  IpAddress  

rtIpRteState 1.3.6.1.4.1.343.6.38.2.1.10
The state of the route.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

rtIpRteAge 1.3.6.1.4.1.343.6.38.2.1.11
The number of seconds since this route was last updated or otherwise detemined 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.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

rtIpRteMetric 1.3.6.1.4.1.343.6.38.2.1.12
The metric of the alternative route.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

rtIpStaticRouteTable 1.3.6.1.4.1.343.6.38.3
A table of all configured static routes.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtIpStaticRouteEntry

rtIpStaticRouteEntry 1.3.6.1.4.1.343.6.38.3.1
An entry describing a single static route.
Status: optional Access: not-accessible
OBJECT-TYPE    
  RtIpStaticRouteEntry  

rtIpStRtChassis 1.3.6.1.4.1.343.6.38.3.1.1
Chassis number in stack that contains the module.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

rtIpStRtModule 1.3.6.1.4.1.343.6.38.3.1.2
Module number in the chassis.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

rtIpStRtInst 1.3.6.1.4.1.343.6.38.3.1.3
Static routing table instance number.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

rtIpStRtDest 1.3.6.1.4.1.343.6.38.3.1.4
The destination IP address of this route.
Status: optional Access: read-write
OBJECT-TYPE    
  IpAddress  

rtIpStRtMask 1.3.6.1.4.1.343.6.38.3.1.5
The destination IP mask of this route.
Status: optional Access: read-write
OBJECT-TYPE    
  IpAddress  

rtIpStRtPref 1.3.6.1.4.1.343.6.38.3.1.6
The preference value for this route. This value should be unique (neither other static routes to the same destination nor other protocols can use this value).
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

rtIpStRtIfIndex 1.3.6.1.4.1.343.6.38.3.1.7
The interface that the frame is forwarded on.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

rtIpStRtNextHop 1.3.6.1.4.1.343.6.38.3.1.8
The IP address of the next hop of this route.
Status: optional Access: read-write
OBJECT-TYPE    
  IpAddress  

rtIpStRtMetric 1.3.6.1.4.1.343.6.38.3.1.9
The routing metric for this route.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER  

rtIpStRtStatus 1.3.6.1.4.1.343.6.38.3.1.10
The status of the route. Setting it to 'destroy'(6) removes the static route from router's configuration.
Status: optional Access: read-write
OBJECT-TYPE    
  RowStatus  

rtIpStRtState 1.3.6.1.4.1.343.6.38.3.1.11
The current state of the route.
Status: optional Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)