STN-IPROUTING-MIB: View SNMP OID List / Download MIB

VENDOR: SPRING TIDE NETWORKS


 Home MIB: STN-IPROUTING-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
 stnIpRouting 1.3.6.1.4.1.3551.2.12
This MIB module describes managed objects of the IP Routing subsystems that are proprietary to Spring Tide Networks.
       stnIp 1.3.6.1.4.1.3551.2.12.1
           stnIpRtCache 1.3.6.1.4.1.3551.2.12.1.1
               stnIpRtCacheEntries 1.3.6.1.4.1.3551.2.12.1.1.1 gauge32 read-only
The number of current cache entries.
               stnIpRtCacheMisses 1.3.6.1.4.1.3551.2.12.1.1.2 counter32 read-only
The number of failed attempts to locate an IP address in the route cache.
               stnIpRtCacheHits 1.3.6.1.4.1.3551.2.12.1.1.3 counter32 read-only
The number of successful attempts to locate an IP address in the route cache.
               stnIpRtCacheRemovals 1.3.6.1.4.1.3551.2.12.1.1.4 counter32 read-only
The number of times an entry has been removed as a result of the need to insert an entry into a full table.
               stnIpRoutingCacheTable 1.3.6.1.4.1.3551.2.12.1.1.5 no-access
Table of IP routing cache entries.
                   stnIpRtCacheEntry 1.3.6.1.4.1.3551.2.12.1.1.5.1 no-access
An IP routing cache entry.
                       stnIpRtCacheIpAddress 1.3.6.1.4.1.3551.2.12.1.1.5.1.1 ipaddress read-only
The destination IP address of this route.
                       stnIpRtCacheIpMask 1.3.6.1.4.1.3551.2.12.1.1.5.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.
                       stnIpRtCacheNextHop 1.3.6.1.4.1.3551.2.12.1.1.5.1.3 ipaddress read-only
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
                       stnIpRtCacheIfIndex 1.3.6.1.4.1.3551.2.12.1.1.5.1.4 integer32 read-only
The ifIndex value which identifies the local interface through which the next hop of this route should be reached
                       stnIpRtCacheRouteType 1.3.6.1.4.1.3551.2.12.1.1.5.1.5 integer read-only
The type of route as described in RFC 2096 Enumeration: 'remote': 4, 'other': 1, 'local': 3, 'reject': 2.
                       stnIpRtCacheStatus 1.3.6.1.4.1.3551.2.12.1.1.5.1.6 rowstatus read-only
The row status variable, used according to row installation and removal conventions.
           stnIpCircExtTable 1.3.6.1.4.1.3551.2.12.1.2 no-access
Table of IP circuit parameters.
               stnIpCircExtEntry 1.3.6.1.4.1.3551.2.12.1.2.1 no-access
An IP circuits entry
                   stnIpCircExtIfIndex 1.3.6.1.4.1.3551.2.12.1.2.1.1 integer32 read-only
An index value which uniquely identifies the local physical interface which this circuit uses. This value identifies the same interface identified by ifIndex in MIB-2.
                   stnIpCircExtAdminState 1.3.6.1.4.1.3551.2.12.1.2.1.2 integer read-write
Enable or disable the operation of IP on the specified interface. Enumeration: 'disabled': 2, 'enabled': 1.
                   stnIpCircExtOperState 1.3.6.1.4.1.3551.2.12.1.2.1.3 integer read-only
The operational state of the circuit. May or may not be the same as administrative state. Enumeration: 'on': 2, 'off': 1.
                   stnIpCircExtIpAddress 1.3.6.1.4.1.3551.2.12.1.2.1.4 ipaddress read-only
The IP address of the interface. For unnumbered interfaces this will be 0.0.0.0.
                   stnIpCircExtIpMask 1.3.6.1.4.1.3551.2.12.1.2.1.5 ipaddress read-only
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
                   stnIpCircExtMaxReasm 1.3.6.1.4.1.3551.2.12.1.2.1.6 integer read-only
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
                   stnIpCircExtMaxMtu 1.3.6.1.4.1.3551.2.12.1.2.1.7 integer32 read-only
The size of the largest datagram which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
                   stnIpCircExtBcastAddr 1.3.6.1.4.1.3551.2.12.1.2.1.8 ipaddress read-only
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface.
           stnIpDetailsTable 1.3.6.1.4.1.3551.2.12.1.3 no-access
This table provides additional information about failed ip messages and icmp messages. When the table reaches its maximum size and a new entry needs to be added, the entire table will be cleared.
               stnIpDetailsEntry 1.3.6.1.4.1.3551.2.12.1.3.1 no-access
An entry within the STN IP Details Table.
                   stnIpDetailsIndex 1.3.6.1.4.1.3551.2.12.1.3.1.1 integer32 no-access
A unique index for this table.
                   stnIpDetailsSource 1.3.6.1.4.1.3551.2.12.1.3.1.2 ipaddress read-only
The source address within the packet.
                   stnIpDetailsDest 1.3.6.1.4.1.3551.2.12.1.3.1.3 ipaddress read-only
The destination address within the packet.
                   stnIpDetailsType 1.3.6.1.4.1.3551.2.12.1.3.1.4 integer read-only
Indicates either an IP address or header error, or ICMP problem message. Enumeration: 'redirect': 6, 'header-error': 1, 'ttl-exceed': 4, 'param-problem': 5, 'unknown-proto': 2, 'no-route': 3.
                   stnIpDetailsTimeStamp 1.3.6.1.4.1.3551.2.12.1.3.1.5 timestamp read-only
Value of sysUpTime when this entry was added.
                   stnIpDetailsHeader 1.3.6.1.4.1.3551.2.12.1.3.1.6 octet string read-only
IP header of this error packet.
           stnIpRoutingVars 1.3.6.1.4.1.3551.2.12.1.4
               stnIpMaxRoutingTableSize 1.3.6.1.4.1.3551.2.12.1.4.1 integer32 read-only
Maximum size of the ip routing table.
               stnIpCurrentRoutingTableSize 1.3.6.1.4.1.3551.2.12.1.4.2 integer32 read-only
Current size of the ip routing table.
           stnIpTraps 1.3.6.1.4.1.3551.2.12.1.5
               stnIpTrapVars 1.3.6.1.4.1.3551.2.12.1.5.1
               stnIpNotificationPrefix 1.3.6.1.4.1.3551.2.12.1.5.2
                   stnIpNotification 1.3.6.1.4.1.3551.2.12.1.5.2.0
                       stnIpRouterRouteLimitExceeded 1.3.6.1.4.1.3551.2.12.1.5.2.0.1
A stnIpRouterRouteLimitExceeded signifies that a route add operation failed due to reaching maximum number of routes in the routing table as specified by the stnIpMaxRoutingTableSize variable.
                       stnIpEngineRouteLimitExceeded 1.3.6.1.4.1.3551.2.12.1.5.2.0.2
A stnIpEngineRouteLimitExceeded signifies that a route add operation failed due to reaching maximum number of routes on the router's engine as specified by the stnCpuIpRouteLimit variable.
       stnArp 1.3.6.1.4.1.3551.2.12.2
           stnArpExtTtl 1.3.6.1.4.1.3551.2.12.2.1 integer32 read-write
The lifetime of an ARP entry within the router.
           stnArpExtRcvdRequests 1.3.6.1.4.1.3551.2.12.2.2 counter32 read-only
The number of ARP received requests within the router.
           stnArpExtRcvdReplies 1.3.6.1.4.1.3551.2.12.2.3 counter32 read-only
The number of ARP received replies within the router.
           stnArpExtSendRequests 1.3.6.1.4.1.3551.2.12.2.4 counter32 read-only
The number of ARP send requests within the router.
           stnArpExtSendReplies 1.3.6.1.4.1.3551.2.12.2.5 counter32 read-only
The number of ARP send replies within the router.
           stnArpCircExtTable 1.3.6.1.4.1.3551.2.12.2.6 no-access
Table of ARP circuit parameters
               stnArpCircExtEntry 1.3.6.1.4.1.3551.2.12.2.6.1 no-access
A circuits ARP parameters
                   stnArpCircExtIfIndex 1.3.6.1.4.1.3551.2.12.2.6.1.1 integer32 read-only
An index value which uniquely identifies the local physical interface which this circuit uses. This value identifies the same interface identified by ifIndex in MIB-2.
                   stnArpCircExtDoProxy 1.3.6.1.4.1.3551.2.12.2.6.1.2 integer read-write
Enable or disable ARP proxy responses on the specified interface. Enumeration: 'disabled': 2, 'enabled': 1.
                   stnArpCircExtDoResp 1.3.6.1.4.1.3551.2.12.2.6.1.3 integer read-only
Enable or disable the sending of ARP responses on specified circuit. Enumeration: 'disabled': 2, 'enabled': 1.
                   stnArpCircExtWanProxy 1.3.6.1.4.1.3551.2.12.2.6.1.4 integer read-write
Enable or disable ARP WAN proxy responses on the specified interface. Enumeration: 'disabled': 2, 'enabled': 1.
       stnRip 1.3.6.1.4.1.3551.2.12.3
           stnRipExtAdminState 1.3.6.1.4.1.3551.2.12.3.1 integer read-write
Enable or disable the operation of RIP on all interfaces. Enumeration: 'disabled': 2, 'enabled': 1.
           stnRipExtUpdateTime 1.3.6.1.4.1.3551.2.12.3.2 integer32 read-write
The time between transmission of RIP updates.
           stnRipCircExtTable 1.3.6.1.4.1.3551.2.12.3.3 no-access
Table of RIP circuit parameters
               stnRipCircExtEntry 1.3.6.1.4.1.3551.2.12.3.3.1 no-access
A circuits RIP parameters
                   stnRipCircExtIfIndex 1.3.6.1.4.1.3551.2.12.3.3.1.1 integer32 read-only
An index value which uniquely identifies the local physical interface which this circuit uses. This value identifies the same interface identified by ifIndex in MIB-2.
                   stnRipCircExtTalk 1.3.6.1.4.1.3551.2.12.3.3.1.2 integer read-write
Enable or disable RIP transmission on the specified interface. Enumeration: 'disabled': 2, 'enabled': 1.
                   stnRipCircExtListen 1.3.6.1.4.1.3551.2.12.3.3.1.3 integer read-write
Enable or disable RIP reception on the specified interface. Enumeration: 'disabled': 2, 'enabled': 1.
                   stnRipCircExtPoison 1.3.6.1.4.1.3551.2.12.3.3.1.4 integer read-write
Enable or disable operation of poison reverse on the specified interface. If poison is disabled, split-horizon operation is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
           stnRipDetailsTable 1.3.6.1.4.1.3551.2.12.3.4 no-access
This table provides additional information about failed rip messages. When the table reaches its maximum size and a new entry needs to be added, the entire table will be cleared.
               stnRipDetailsEntry 1.3.6.1.4.1.3551.2.12.3.4.1 no-access
An entry within the STN RIP Details Table.
                   stnRipDetailsIndex 1.3.6.1.4.1.3551.2.12.3.4.1.1 integer32 no-access
A unique index for this table.
                   stnRipDetailsSource 1.3.6.1.4.1.3551.2.12.3.4.1.2 ipaddress read-only
The source address within the packet.
                   stnRipDetailsDest 1.3.6.1.4.1.3551.2.12.3.4.1.3 ipaddress read-only
The destination address within the packet.
                   stnRipDetailsType 1.3.6.1.4.1.3551.2.12.3.4.1.4 integer read-only
Indicates the type of error Enumeration: 'bad-packet': 1.
                   stnRipDetailsTimeStamp 1.3.6.1.4.1.3551.2.12.3.4.1.5 timestamp read-only
Value of sysUpTime when this entry was added.
                   stnRipDetailsHeader 1.3.6.1.4.1.3551.2.12.3.4.1.6 octet string read-only
IP header of this error packet.
       stnOspf 1.3.6.1.4.1.3551.2.12.4
           stnOspfRouterLsaCount 1.3.6.1.4.1.3551.2.12.4.1 gauge32 read-only
The number of router (LS type 1) link-state advertisements in the link-state database.
           stnOspfNetworkLsaCount 1.3.6.1.4.1.3551.2.12.4.2 gauge32 read-only
The number of network (LS type 2) link-state advertisements in the link-state database.
           stnOspfSummaryLsaCount 1.3.6.1.4.1.3551.2.12.4.3 gauge32 read-only
The number of summary (LS type 3) link-state advertisements in the link-state database.
           stnOspfASBRSummaryLsaCount 1.3.6.1.4.1.3551.2.12.4.4 gauge32 read-only
The number of ASBR-summary (LS type 4) link-state advertisements in the link-state database.
           stnOspfExternLsaCount 1.3.6.1.4.1.3551.2.12.4.5 gauge32 read-only
The number of AS-external (LS type 5) link-state advertisements in the link-state database.
           stnOspfMcastGroupLsaCount 1.3.6.1.4.1.3551.2.12.4.6 gauge32 read-only
The number of group-membership (LS type 6) link-state advertisements in the link-state database.
           stnOspfExternT7LsaCount 1.3.6.1.4.1.3551.2.12.4.7 gauge32 read-only
The number of Type-7 link-state advertisements in the link-state database.
           stnOspfTraps 1.3.6.1.4.1.3551.2.12.4.8
           stnOspfDetailsTable 1.3.6.1.4.1.3551.2.12.4.9 no-access
This table provides additional information about failed Ospf messages. When the table reaches its maximum size and a new entry needs to be added, the entire table will be cleared.
               stnOspfDetailsEntry 1.3.6.1.4.1.3551.2.12.4.9.1 no-access
An entry within the STN OSPF Details Table.
                   stnOspfDetailsIndex 1.3.6.1.4.1.3551.2.12.4.9.1.1 integer32 no-access
A unique index for this table.
                   stnOspfDetailsPacketType 1.3.6.1.4.1.3551.2.12.4.9.1.2 integer32 read-only
The OSPF packet type.
                   stnOspfDetailsRouterId 1.3.6.1.4.1.3551.2.12.4.9.1.3 integer32 read-only
The router ID within the packet.
                   stnOspfDetailsAreaId 1.3.6.1.4.1.3551.2.12.4.9.1.4 integer32 read-only
The area ID within the packet.
                   stnOspfDetailsErrorType 1.3.6.1.4.1.3551.2.12.4.9.1.5 integer read-only
The type of errors caused this packet being dropped. Enumeration: 'unknownNbmaNbr': 3, 'deadIntervalMismatch': 9, 'neighborNotFound': 15, 'badVersion': 1, 'authFailure': 6, 'invalidLength': 14, 'unknownVirtualNbr': 4, 'md5SequenceError': 16, 'optionMismatch': 10, 'helloIntervalMismatch': 8, 'areaMismatch': 2, 'authTypeMismatch': 5, 'lanSubnetMismatch': 11, 'myRouterId': 13, 'netMaskMismatch': 7, 'designatedRouterMismatch': 12.
                   stnOspfDetailsTimeStamp 1.3.6.1.4.1.3551.2.12.4.9.1.6 timestamp read-only
Value of sysUpTime when this entry was added.
                   stnOspfDetailsHeader 1.3.6.1.4.1.3551.2.12.4.9.1.7 octet string read-only
OSPF header of this error packet.
       stnBgp 1.3.6.1.4.1.3551.2.12.5