ZXR10-PROTOCOL-ROUTERS-MIB

File: ZXR10-PROTOCOL-ROUTERS-MIB.mib (17848 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ZXR10-SMI

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY Unsigned32
IpAddress OBJECT-TYPE enterprises
DisplayString zxr10RosngMIB

Defined Types

Zxr10prIPv4VrfRouteEntry  
SEQUENCE    
  zxr10prIPv4VrfRouteVrfName DisplayString
  zxr10prIPv4VrfRouteDest IpAddress
  zxr10prIPv4VrfRouteIfIndex INTEGER
  zxr10prIPv4VrfRouteIfName DisplayString
  zxr10prIPv4VrfRouteMetric INTEGER
  zxr10prIPv4VrfRoutePrf INTEGER
  zxr10prIPv4VrfRouteNextHop IpAddress
  zxr10prIPv4VrfRouteType INTEGER
  zxr10prIPv4VrfRouteProto INTEGER
  zxr10prIPv4VrfRouteAge INTEGER
  zxr10prIPv4VrfRouteMask IpAddress
  zxr10prIPv4VrfRouteInfo OBJECT IDENTIFIER

Zxr10prIPv6VrfRoutesSumEntry  
SEQUENCE    
  zxr10prIPv6vrsVrfName DisplayString
  zxr10prIPv6vrsTotal Unsigned32
  zxr10prIPv6vrsConnect Unsigned32
  zxr10prIPv6vrsStatic Unsigned32
  zxr10prIPv6vrsRip Unsigned32
  zxr10prIPv6vrsOspf Unsigned32
  zxr10prIPv6vrsIsis Unsigned32
  zxr10prIPv6vrsBgp Unsigned32

Defined Values

zxr10ProtocolRoutesMIB 1.3.6.1.4.1.3902.3.6000.160
ZXROSNG PROTOCOL ROUTES MIB
MODULE-IDENTITY    

zxr10ProtocolRoutesGlobalObjects 1.3.6.1.4.1.3902.3.6000.160.1
OBJECT IDENTIFIER    

zxr10ProtocolRoutesObjects 1.3.6.1.4.1.3902.3.6000.160.2
OBJECT IDENTIFIER    

zxr10ProtocolRoutesGlobalTraps 1.3.6.1.4.1.3902.3.6000.160.3
OBJECT IDENTIFIER    

zxr10ProtocolRoutesConformance 1.3.6.1.4.1.3902.3.6000.160.4
OBJECT IDENTIFIER    

zxr10ProtocolRoutesIPv4Objects 1.3.6.1.4.1.3902.3.6000.160.2.1
OBJECT IDENTIFIER    

zxr10ProtocolRoutesIPv6Objects 1.3.6.1.4.1.3902.3.6000.160.2.2
OBJECT IDENTIFIER    

zxr10prIPv4GlobalObjects 1.3.6.1.4.1.3902.3.6000.160.2.1.1
OBJECT IDENTIFIER    

zxr10prIPv4GlobalMaxRoutes 1.3.6.1.4.1.3902.3.6000.160.2.1.1.1
OBJECT IDENTIFIER    

zxr10prIPv4gmrRouteNum 1.3.6.1.4.1.3902.3.6000.160.2.1.1.1.1
the max-route num which means the maximum of the global route table.If this attribute is not set, its value should be set to 0.This attibute must set with zxr10VrfRouteWarningPercent together. If you just set this attibute only,there will be an error!
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4294967295  

zxr10prIPv4gmrWarningPercent 1.3.6.1.4.1.3902.3.6000.160.2.1.1.1.2
when the routes in the global route table exceeded the warningpercent there will be a alarm displayed in the interface.If this attribute is not set, its value should be set to 0.This attibute must set with zxr10VrfRouteMaxNum together.If you just set this attibute only, there will be an error!
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..100  

zxr10prIPv4GlobalTableCap 1.3.6.1.4.1.3902.3.6000.160.2.1.1.2
the max capability of IPv4 protocol route table
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

zxr10prIPv4VrfRouteTable 1.3.6.1.4.1.3902.3.6000.160.2.1.2
Show the vrf route detail information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10prIPv4VrfRouteEntry

zxr10prIPv4VrfRouteEntry 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1
Show the vrf route detail information
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10prIPv4VrfRouteEntry  

zxr10prIPv4VrfRouteVrfName 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.1
VRF Name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

zxr10prIPv4VrfRouteDest 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.2
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 MAX-ACCESS to such multiple entries is dependent on the table- MAX-ACCESS mechanisms defined by the network management protocol in use.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zxr10prIPv4VrfRouteIfIndex 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.3
The IfIndex which uniquely identifies the local interface through which the next hop of this route should be reached.If there is no inteface, this value will be set 0
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

zxr10prIPv4VrfRouteIfName 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.4
The IfName which uniquely identifies the local interface through which the next hop of this route should be reached.If there is no inteface, this value will be set NULL
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..31)  

zxr10prIPv4VrfRouteMetric 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.5
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's zxr10VrfRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -1..2147483647  

zxr10prIPv4VrfRoutePrf 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.6
An alternate routing Preference for this route. The semantics of this metric are determined by the routing-protocol specified in the route's zxr10VrfRouteProto value. If the Preference is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -1..2147483647  

zxr10prIPv4VrfRouteNextHop 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.7
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.)
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10prIPv4VrfRouteType 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.8
The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP architecture. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the zxr10VrfRouteTable object. That is, it effectively dissasociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant zxr10VrfRouteType object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), direct(3), indirect(4)  

zxr10prIPv4VrfRouteProto 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), isis(9), esis(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14)  

zxr10prIPv4VrfRouteAge 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.10
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    
  INTEGER 0..2147483647  

zxr10prIPv4VrfRouteMask 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.11
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the zxr10VrfRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the zxr10VrfRouteMask by determining whether the value of the correspondent zxr10VrfRouteDest 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 zxr10VrfRouteDest 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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10prIPv4VrfRouteInfo 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.12
A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's zxr10VrfRouteProto value. If this information is not present, its value should be set to the OBJECT IDENTIFIER { 0 0 }, which is a syntatically valid object identifier, and any conformant implementation of ASN.1 and BER must be able to generate and recognize this value.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

zxr10prIPv6GlobalObjects 1.3.6.1.4.1.3902.3.6000.160.2.2.1
OBJECT IDENTIFIER    

zxr10prIPv6VrfRoutesSumTable 1.3.6.1.4.1.3902.3.6000.160.2.2.2
Show the routes number in this vrf
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10prIPv6VrfRoutesSumEntry

zxr10prIPv6VrfRoutesSumEntry 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1
Show the vrf route detail information
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10prIPv6VrfRoutesSumEntry  

zxr10prIPv6vrsVrfName 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.1
VRF Name. If this attribute has NULL value, it means that this is the global table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

zxr10prIPv6vrsTotal 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.2
The Total routes number in this ipv6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

zxr10prIPv6vrsConnect 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.3
The connect routes number in this ipv6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

zxr10prIPv6vrsStatic 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.4
The static routes number in this ipv6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

zxr10prIPv6vrsRip 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.5
The rip routes number in this ipv6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

zxr10prIPv6vrsOspf 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.6
The ospf routes number in this ipv6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

zxr10prIPv6vrsIsis 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.7
The isis routes number in this ipv6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

zxr10prIPv6vrsBgp 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.8
The bgp routes number in this ipv6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295