SONUS-IP-FORWARDING-MIB: View SNMP OID List / Download MIB

VENDOR: SONUS NETWORKS


 Home MIB: SONUS-IP-FORWARDING-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sonusIpForwardingMIB 1.3.6.1.4.1.2879.2.3.3
The MIB Module for IP Forwarding management.
     sonusIpForwardGeneralGroupTable 1.3.6.1.4.1.2879.2.3.3.1 no-access
The collection of IP Forward General Group information for the specified instance.
         sonusIpForwardGeneralGroupEntry 1.3.6.1.4.1.2879.2.3.3.1.1 no-access
The collection of IP Forward General Group information for the specified instance.
             sonusIpCidrRouteNumber 1.3.6.1.4.1.2879.2.3.3.1.1.3 gauge32 read-only
The number of current ipCidrRouteTable entries that are not invalid.
             sonusIpForwardGeneralGroupShelf 1.3.6.1.4.1.2879.2.3.3.1.1.4 integer32 read-only
A 32-bit integer identifying the shelf that the IP Forward General Group table applies to
             sonusIpForwardGeneralGroupSlot 1.3.6.1.4.1.2879.2.3.3.1.1.5 integer32 read-only
A 32-bit integer identifying the slot that the IP Forward General Group table applies to
             sonusIpForwardGeneralGroupInstance 1.3.6.1.4.1.2879.2.3.3.1.1.6 integer32 read-only
A 32-bit integer identifying the instance that the IP Forward General Group table applies to
     sonusIpCidrRouteTable 1.3.6.1.4.1.2879.2.3.3.2 no-access
This entity's IP Routing table.
         sonusIpCidrRouteEntry 1.3.6.1.4.1.2879.2.3.3.2.1 no-access
A particular route to a particular destina- tion, under a particular policy.
             sonusIpCidrRouteDest 1.3.6.1.4.1.2879.2.3.3.2.1.1 ipaddress read-only
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.
             sonusIpCidrRouteMask 1.3.6.1.4.1.2879.2.3.3.2.1.2 ipaddress read-only
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.
             sonusIpCidrRouteTos 1.3.6.1.4.1.2879.2.3.3.2.1.3 integer32 read-only
The policy specifier is the IP TOS Field. The encoding of IP TOS is as specified by the following convention. Zero indicates the default path if no more specific policy applies. +-----+-----+-----+-----+-----+-----+-----+-----+ | | | | | PRECEDENCE | TYPE OF SERVICE | 0 | | | | | +-----+-----+-----+-----+-----+-----+-----+-----+ IP TOS IP TOS Field Policy Field Policy Contents Code Contents Code 0 0 0 0 ==> 0 0 0 0 1 ==> 2 0 0 1 0 ==> 4 0 0 1 1 ==> 6 0 1 0 0 ==> 8 0 1 0 1 ==> 10 0 1 1 0 ==> 12 0 1 1 1 ==> 14 1 0 0 0 ==> 16 1 0 0 1 ==> 18 1 0 1 0 ==> 20 1 0 1 1 ==> 22 1 1 0 0 ==> 24 1 1 0 1 ==> 26 1 1 1 0 ==> 28 1 1 1 1 ==> 30
             sonusIpCidrRouteNextHop 1.3.6.1.4.1.2879.2.3.3.2.1.4 ipaddress read-only
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
             sonusIpCidrRouteIfIndex 1.3.6.1.4.1.2879.2.3.3.2.1.5 integer32 read-only
The ifIndex value which identifies the local interface through which the next hop of this route should be reached.
             sonusIpCidrRouteType 1.3.6.1.4.1.2879.2.3.3.2.1.6 integer read-only
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.
             sonusIpCidrRouteProto 1.3.6.1.4.1.2879.2.3.3.2.1.7 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. Enumeration: 'esIs': 10, 'isIs': 9, 'ggp': 6, 'ospf': 13, 'ciscoEigrp': 16, 'egp': 5, 'rip': 8, 'bgp': 14, 'idpr': 15, 'ciscoIgrp': 11, 'other': 1, 'bbnSpfIgp': 12, 'icmp': 4, 'local': 2, 'hello': 7, 'netmgmt': 3.
             sonusIpCidrRouteAge 1.3.6.1.4.1.2879.2.3.3.2.1.8 integer32 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.
             sonusIpCidrRouteInfo 1.3.6.1.4.1.2879.2.3.3.2.1.9 object identifier read-only
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.
             sonusIpCidrRouteNextHopAS 1.3.6.1.4.1.2879.2.3.3.2.1.10 integer32 read-only
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.
             sonusIpCidrRouteMetric1 1.3.6.1.4.1.2879.2.3.3.2.1.11 integer32 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 ipCidrRouteProto value. If this metric is not used, its value should be set to -1.
             sonusIpCidrRouteMetric2 1.3.6.1.4.1.2879.2.3.3.2.1.12 integer32 read-only
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.
             sonusIpCidrRouteMetric3 1.3.6.1.4.1.2879.2.3.3.2.1.13 integer32 read-only
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.
             sonusIpCidrRouteMetric4 1.3.6.1.4.1.2879.2.3.3.2.1.14 integer32 read-only
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.
             sonusIpCidrRouteMetric5 1.3.6.1.4.1.2879.2.3.3.2.1.15 integer32 read-only
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.
             sonusIpCidrRouteStatus 1.3.6.1.4.1.2879.2.3.3.2.1.16 rowstatus read-only
The row status variable, used according to row installation and removal conventions.
             sonusIpCidrRouteShelf 1.3.6.1.4.1.2879.2.3.3.2.1.17 integer32 read-only
A 32-bit integer identifying the shelf that the IP CIDR Route table applies to
             sonusIpCidrRouteSlot 1.3.6.1.4.1.2879.2.3.3.2.1.18 integer32 read-only
A 32-bit integer identifying the slot that the IP CIDR Route table applies to
             sonusIpCidrRouteInstance 1.3.6.1.4.1.2879.2.3.3.2.1.19 integer32 read-only
A 32-bit integer identifying the instance that the IP CIDR Route table applies to
     sonusIpCidrAdminRouteTable 1.3.6.1.4.1.2879.2.3.3.3 no-access
This entity's administratively configured IP Routing table.
         sonusIpCidrAdminRouteEntry 1.3.6.1.4.1.2879.2.3.3.3.1 no-access
A particular route to a particular destina- tion, under a particular policy.
             sonusIpCidrAdminRouteDest 1.3.6.1.4.1.2879.2.3.3.3.1.1 ipaddress read-only
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.
             sonusIpCidrAdminRouteMask 1.3.6.1.4.1.2879.2.3.3.3.1.2 ipaddress read-only
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.
             sonusIpCidrAdminRouteNextHop 1.3.6.1.4.1.2879.2.3.3.3.1.3 ipaddress read-only
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
             sonusIpCidrAdminRouteIfIndex 1.3.6.1.4.1.2879.2.3.3.3.1.4 integer32 read-only
The interface through which the next hop of this route should be reached.
             sonusIpCidrAdminRouteStatus 1.3.6.1.4.1.2879.2.3.3.3.1.5 rowstatus read-only
The row status variable, used according to row installation and removal conventions.