ZHONE-COM-IP-ROUTE-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONE TECHNOLOGIES
Home | MIB: ZHONE-COM-IP-ROUTE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
route | 1.3.6.1.4.1.5504.4.1.7 |
CIDR Routing Table information based on RFC 2096. Modified to incorporate routing domains. |
||
zhoneRouteInfoTable | 1.3.6.1.4.1.5504.4.1.7.1 | no-access |
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. |
|
1.3.6.1.4.1.5504.4.1.7.1.1 | no-access |
Set of general routing information for one routing domain. |
||
zhIpCidrRouteNumber | 1.3.6.1.4.1.5504.4.1.7.1.1.1 | gauge32 | read-only |
The number of current ipCidrRouteTable entries in this routing domain that are not invalid. |
zhoneIpCidrRouteTable | 1.3.6.1.4.1.5504.4.1.7.3 | no-access |
This entity's IP Routing table for each routing domain. |
|
1.3.6.1.4.1.5504.4.1.7.3.1 | no-access |
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. |
||
zhIpCidrRouteDest | 1.3.6.1.4.1.5504.4.1.7.3.1.1 | ipaddress | no-access |
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. |
zhIpCidrRouteMask | 1.3.6.1.4.1.5504.4.1.7.3.1.2 | ipaddress | no-access |
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. |
zhIpCidrRouteNextHop | 1.3.6.1.4.1.5504.4.1.7.3.1.3 | ipaddress | no-access |
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0. |
zhIpCidrRouteIfIndex | 1.3.6.1.4.1.5504.4.1.7.3.1.4 | interfaceindexorzero | read-write |
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. |
zhIpCidrRouteType | 1.3.6.1.4.1.5504.4.1.7.3.1.5 | integer | read-write |
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. Enumeration: 'remote': 4, 'other': 1, 'local': 3, 'reject': 2. |
zhIpCidrRouteProto | 1.3.6.1.4.1.5504.4.1.7.3.1.6 | integer | read-only |
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 Enumeration: 'isIs': 9, 'netmgmt': 3, 'ospf': 13, 'rip': 8, 'bgp': 14, 'idpr': 15, 'other': 1, 'icmp': 4, 'local': 2. |
zhIpCidrRouteAge | 1.3.6.1.4.1.5504.4.1.7.3.1.7 | unsigned32 | 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. |
zhIpCidrRouteInfo | 1.3.6.1.4.1.5504.4.1.7.3.1.8 | object identifier | read-write |
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. |
zhIpCidrRouteNextHopAS | 1.3.6.1.4.1.5504.4.1.7.3.1.9 | integer32 | read-write |
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. |
zhIpCidrRouteMetric1 | 1.3.6.1.4.1.5504.4.1.7.3.1.10 | 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 ipCidrRouteProto value. If this metric is not used, its value should be set to -1. |
zhIpCidrRouteMetric2 | 1.3.6.1.4.1.5504.4.1.7.3.1.11 | integer32 | read-write |
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. |
zhIpCidrRouteMetric3 | 1.3.6.1.4.1.5504.4.1.7.3.1.12 | integer32 | read-write |
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. |
zhIpCidrRouteMetric4 | 1.3.6.1.4.1.5504.4.1.7.3.1.13 | integer32 | read-write |
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. |
zhIpCidrRouteMetric5 | 1.3.6.1.4.1.5504.4.1.7.3.1.14 | integer32 | read-write |
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. |
comIpRoute | 1.3.6.1.4.1.5504.6.57 |
Zhone CIDR Route MIB Module. IP Software Minneapolis, MN |