ZXR10-PROTOCOL-ROUTERS-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)
Home | MIB: ZXR10-PROTOCOL-ROUTERS-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 |
zxr10ProtocolRoutesMIB | 1.3.6.1.4.1.3902.3.6000.160 |
ZXROSNG PROTOCOL ROUTES MIB |
||
zxr10ProtocolRoutesGlobalObjects | 1.3.6.1.4.1.3902.3.6000.160.1 | |||
zxr10ProtocolRoutesObjects | 1.3.6.1.4.1.3902.3.6000.160.2 | |||
zxr10ProtocolRoutesIPv4Objects | 1.3.6.1.4.1.3902.3.6000.160.2.1 | |||
zxr10prIPv4GlobalObjects | 1.3.6.1.4.1.3902.3.6000.160.2.1.1 | |||
zxr10prIPv4GlobalMaxRoutes | 1.3.6.1.4.1.3902.3.6000.160.2.1.1.1 | |||
zxr10prIPv4gmrRouteNum | 1.3.6.1.4.1.3902.3.6000.160.2.1.1.1.1 | unsigned32 | read-write |
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! |
zxr10prIPv4gmrWarningPercent | 1.3.6.1.4.1.3902.3.6000.160.2.1.1.1.2 | unsigned32 | read-write |
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! |
zxr10prIPv4GlobalTableCap | 1.3.6.1.4.1.3902.3.6000.160.2.1.1.2 | unsigned32 | read-only |
the max capability of IPv4 protocol route table |
zxr10prIPv4VrfRouteTable | 1.3.6.1.4.1.3902.3.6000.160.2.1.2 | no-access |
Show the vrf route detail information |
|
1.3.6.1.4.1.3902.3.6000.160.2.1.2.1 | no-access |
Show the vrf route detail information |
||
zxr10prIPv4VrfRouteVrfName | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.1 | displaystring | no-access |
VRF Name |
zxr10prIPv4VrfRouteDest | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.2 | ipaddress | no-access |
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. |
zxr10prIPv4VrfRouteIfIndex | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.3 | integer | read-only |
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 |
zxr10prIPv4VrfRouteIfName | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.4 | displaystring | read-only |
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 |
zxr10prIPv4VrfRouteMetric | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.5 | integer | read-only |
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. |
zxr10prIPv4VrfRoutePrf | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.6 | integer | read-only |
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. |
zxr10prIPv4VrfRouteNextHop | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.7 | ipaddress | read-only |
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.) |
zxr10prIPv4VrfRouteType | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.8 | integer | read-only |
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. Enumeration: 'indirect': 4, 'other': 1, 'direct': 3, 'invalid': 2. |
zxr10prIPv4VrfRouteProto | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.9 | integer | read-only |
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. Enumeration: 'esis': 10, 'isis': 9, 'ggp': 6, 'ospf': 13, 'egp': 5, 'rip': 8, 'bgp': 14, 'ciscoIgrp': 11, 'other': 1, 'bbnSpfIgp': 12, 'icmp': 4, 'local': 2, 'hello': 7, 'netmgmt': 3. |
zxr10prIPv4VrfRouteAge | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.10 | integer | 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. |
zxr10prIPv4VrfRouteMask | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.11 | ipaddress | read-only |
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. |
zxr10prIPv4VrfRouteInfo | 1.3.6.1.4.1.3902.3.6000.160.2.1.2.1.12 | object identifier | read-only |
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. |
zxr10ProtocolRoutesIPv6Objects | 1.3.6.1.4.1.3902.3.6000.160.2.2 | |||
zxr10prIPv6GlobalObjects | 1.3.6.1.4.1.3902.3.6000.160.2.2.1 | |||
zxr10prIPv6VrfRoutesSumTable | 1.3.6.1.4.1.3902.3.6000.160.2.2.2 | no-access |
Show the routes number in this vrf |
|
1.3.6.1.4.1.3902.3.6000.160.2.2.2.1 | no-access |
Show the vrf route detail information |
||
zxr10prIPv6vrsVrfName | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.1 | displaystring | no-access |
VRF Name. If this attribute has NULL value, it means that this is the global table. |
zxr10prIPv6vrsTotal | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.2 | unsigned32 | read-only |
The Total routes number in this ipv6 table. |
zxr10prIPv6vrsConnect | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.3 | unsigned32 | read-only |
The connect routes number in this ipv6 table. |
zxr10prIPv6vrsStatic | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.4 | unsigned32 | read-only |
The static routes number in this ipv6 table. |
zxr10prIPv6vrsRip | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.5 | unsigned32 | read-only |
The rip routes number in this ipv6 table. |
zxr10prIPv6vrsOspf | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.6 | unsigned32 | read-only |
The ospf routes number in this ipv6 table. |
zxr10prIPv6vrsIsis | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.7 | unsigned32 | read-only |
The isis routes number in this ipv6 table. |
zxr10prIPv6vrsBgp | 1.3.6.1.4.1.3902.3.6000.160.2.2.2.1.8 | unsigned32 | read-only |
The bgp routes number in this ipv6 table. |
zxr10ProtocolRoutesGlobalTraps | 1.3.6.1.4.1.3902.3.6000.160.3 | |||
zxr10ProtocolRoutesConformance | 1.3.6.1.4.1.3902.3.6000.160.4 |