ZHONE-COM-IP-ROUTE-MIB

File: ZHONE-COM-IP-ROUTE-MIB.mib (12639 bytes)

Imported modules

IF-MIB SNMPv2-SMI ZHONE-COM-IP-RD-MIB
Zhone

Imported symbols

InterfaceIndexOrZero IpAddress Integer32
Unsigned32 Gauge32 OBJECT-TYPE
MODULE-IDENTITY OBJECT-IDENTITY rdEntry
rdIndex zhoneIp zhoneModules

Defined Types

ZhoneRouteInfoEntry  
SEQUENCE    
  zhIpCidrRouteNumber Gauge32

ZhoneIpCidrRouteEntry  
SEQUENCE    
  zhIpCidrRouteDest IpAddress
  zhIpCidrRouteMask IpAddress
  zhIpCidrRouteNextHop IpAddress
  zhIpCidrRouteIfIndex InterfaceIndexOrZero
  zhIpCidrRouteType INTEGER
  zhIpCidrRouteProto INTEGER
  zhIpCidrRouteAge Unsigned32
  zhIpCidrRouteInfo OBJECT IDENTIFIER
  zhIpCidrRouteNextHopAS Integer32
  zhIpCidrRouteMetric1 Integer32
  zhIpCidrRouteMetric2 Integer32
  zhIpCidrRouteMetric3 Integer32
  zhIpCidrRouteMetric4 Integer32
  zhIpCidrRouteMetric5 Integer32

Defined Values

comIpRoute 1.3.6.1.4.1.5504.6.57
Zhone CIDR Route MIB Module. IP Software Minneapolis, MN
MODULE-IDENTITY    

route 1.3.6.1.4.1.5504.4.1.7
CIDR Routing Table information based on RFC 2096. Modified to incorporate routing domains.
Status: current Access: read-only
OBJECT-IDENTITY    

zhoneRouteInfoTable 1.3.6.1.4.1.5504.4.1.7.1
Table of scalar objects from RFC 2096 that now need to be indexed by routing domain. This table augments the rdTable from ZHONE-COM-IP-RD-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneRouteInfoEntry

zhoneRouteInfoEntry 1.3.6.1.4.1.5504.4.1.7.1.1
Set of general routing information for one routing domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneRouteInfoEntry  

zhIpCidrRouteNumber 1.3.6.1.4.1.5504.4.1.7.1.1.1
The number of current ipCidrRouteTable entries in this routing domain that are not invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

zhoneIpCidrRouteTable 1.3.6.1.4.1.5504.4.1.7.3
This entity's IP Routing table for each routing domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneIpCidrRouteEntry

zhoneIpCidrRouteEntry 1.3.6.1.4.1.5504.4.1.7.3.1
A particular route to a particular destina- tion, under a particular policy. There is a separate routing table for each routing domain. Rows can be added or removed using the zhIpCidrRouteStatus object. The minimum columns required to create new entry are zhIpCidrRouteDest, zhIpCidrRouteMask, zhIpCidrRouteNextHop, zhIpCidrRouteType, and zhIpCidrRouteInfo.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneIpCidrRouteEntry  

zhIpCidrRouteDest 1.3.6.1.4.1.5504.4.1.7.3.1.1
The destination IP address of this route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipCidrRouteMask object is not equal to x.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhIpCidrRouteMask 1.3.6.1.4.1.5504.4.1.7.3.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipCidrRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipCidrRouteMask by reference to the IP Ad- dress Class. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the ipCidrRouteDest object is not equal to ipCidrRoute- Dest.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhIpCidrRouteNextHop 1.3.6.1.4.1.5504.4.1.7.3.1.3
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhIpCidrRouteIfIndex 1.3.6.1.4.1.5504.4.1.7.3.1.4
The ifIndex value which identifies the local interface through which the next hop of this route should be reached. A value of 0 means there is no next hop interface.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

zhIpCidrRouteType 1.3.6.1.4.1.5504.4.1.7.3.1.5
The type of route. Note that local(3) refers to a route for which the next hop is the final destination; remote(4) refers to a route for which the next hop is not the final destina- tion. Routes which do not result in traffic forwarding or rejection should not be displayed even if the implementation keeps them stored internally. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), reject(2), local(3), remote(4)  

zhIpCidrRouteProto 1.3.6.1.4.1.5504.4.1.7.3.1.6
The routing mechanism via which this route was learned. Inclusion of values for gateway rout- ing protocols is not intended to imply that hosts should support those protocols. other -- not specified local -- local interface netmgmt -- static route icmp -- result of ICMP Redirect The following are all dynamic routing protocols rip -- Berkeley RIP or RIP-II isIs -- Dual IS-IS ospf -- Open Shortest Path First bgp -- Border Gateway Protocol idpr -- InterDomain Policy Routing
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), icmp(4), rip(8), isIs(9), ospf(13), bgp(14), idpr(15)  

zhIpCidrRouteAge 1.3.6.1.4.1.5504.4.1.7.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

zhIpCidrRouteInfo 0.0.1.3.6.1.4.1.5504.4.1.7.3.1.8
A reference to MIB definitions specific to the particular routing protocol which is responsi- ble for this route, as determined by the value specified in the route's ipCidrRouteProto value. If this information is not present, its value should be set to the OBJECT IDENTIFIER { 0 0 }, which is a syntactically valid object identif- ier, and any implementation conforming to ASN.1 and the Basic Encoding Rules must be able to generate and recognize this value.
Status: current Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

zhIpCidrRouteNextHopAS 1.3.6.1.4.1.5504.4.1.7.3.1.9
The Autonomous System Number of the Next Hop. The semantics of this object are determined by the routing-protocol specified in the route's ipCidrRouteProto value. When this object is unknown or not relevant its value should be set to zero.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

zhIpCidrRouteMetric1 1.3.6.1.4.1.5504.4.1.7.3.1.10
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

zhIpCidrRouteMetric2 1.3.6.1.4.1.5504.4.1.7.3.1.11
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

zhIpCidrRouteMetric3 1.3.6.1.4.1.5504.4.1.7.3.1.12
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

zhIpCidrRouteMetric4 1.3.6.1.4.1.5504.4.1.7.3.1.13
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

zhIpCidrRouteMetric5 1.3.6.1.4.1.5504.4.1.7.3.1.14
An alternate routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32