STN-IPROUTING-MIB

File: STN-IPROUTING-MIB.mib (36199 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC STN-CHASSIS-MIB
STN-ROUTER-MIB SPRING-TIDE-NETWORKS-SMI

Imported symbols

NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
IpAddress Integer32 Counter32
Gauge32 RowStatus TimeStamp
TEXTUAL-CONVENTION stnEngineSlot stnEngineCpu
stnEngineType stnCpuIpRouteLimit stnRouterIndex
stnSystems

Defined Types

StnIpRtCacheEntry  
SEQUENCE    
  stnIpRtCacheIpAddress IpAddress
  stnIpRtCacheIpMask IpAddress
  stnIpRtCacheNextHop IpAddress
  stnIpRtCacheIfIndex Integer32
  stnIpRtCacheRouteType INTEGER
  stnIpRtCacheStatus RowStatus

StnIpCircExtEntry  
SEQUENCE    
  stnIpCircExtIfIndex Integer32
  stnIpCircExtAdminState INTEGER
  stnIpCircExtOperState INTEGER
  stnIpCircExtIpAddress IpAddress
  stnIpCircExtIpMask IpAddress
  stnIpCircExtMaxReasm INTEGER
  stnIpCircExtMaxMtu Integer32
  stnIpCircExtBcastAddr IpAddress

StnIpDetailsEntry  
SEQUENCE    
  stnIpDetailsIndex Integer32
  stnIpDetailsSource IpAddress
  stnIpDetailsDest IpAddress
  stnIpDetailsType INTEGER
  stnIpDetailsTimeStamp TimeStamp
  stnIpDetailsHeader OCTET STRING

StnArpCircExtEntry  
SEQUENCE    
  stnArpCircExtIfIndex Integer32
  stnArpCircExtDoProxy INTEGER
  stnArpCircExtDoResp INTEGER
  stnArpCircExtWanProxy INTEGER

StnRipCircExtEntry  
SEQUENCE    
  stnRipCircExtIfIndex Integer32
  stnRipCircExtTalk INTEGER
  stnRipCircExtListen INTEGER
  stnRipCircExtPoison INTEGER

StnRipDetailsEntry  
SEQUENCE    
  stnRipDetailsIndex Integer32
  stnRipDetailsSource IpAddress
  stnRipDetailsDest IpAddress
  stnRipDetailsType INTEGER
  stnRipDetailsTimeStamp TimeStamp
  stnRipDetailsHeader OCTET STRING

StnOspfDetailsEntry  
SEQUENCE    
  stnOspfDetailsIndex Integer32
  stnOspfDetailsPacketType Integer32
  stnOspfDetailsRouterId Integer32
  stnOspfDetailsAreaId Integer32
  stnOspfDetailsErrorType INTEGER
  stnOspfDetailsTimeStamp TimeStamp
  stnOspfDetailsHeader OCTET STRING

Defined Values

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.
MODULE-IDENTITY    

stnIp 1.3.6.1.4.1.3551.2.12.1
OBJECT IDENTIFIER    

stnArp 1.3.6.1.4.1.3551.2.12.2
OBJECT IDENTIFIER    

stnRip 1.3.6.1.4.1.3551.2.12.3
OBJECT IDENTIFIER    

stnOspf 1.3.6.1.4.1.3551.2.12.4
OBJECT IDENTIFIER    

stnBgp 1.3.6.1.4.1.3551.2.12.5
OBJECT IDENTIFIER    

stnIpRtCache 1.3.6.1.4.1.3551.2.12.1.1
OBJECT IDENTIFIER    

stnIpRoutingVars 1.3.6.1.4.1.3551.2.12.1.4
OBJECT IDENTIFIER    

stnIpTraps 1.3.6.1.4.1.3551.2.12.1.5
OBJECT IDENTIFIER    

stnIpTrapVars 1.3.6.1.4.1.3551.2.12.1.5.1
OBJECT IDENTIFIER    

stnIpNotificationPrefix 1.3.6.1.4.1.3551.2.12.1.5.2
OBJECT IDENTIFIER    

stnIpNotification 1.3.6.1.4.1.3551.2.12.1.5.2.0
OBJECT IDENTIFIER    

stnOspfTraps 1.3.6.1.4.1.3551.2.12.4.8
OBJECT IDENTIFIER    

stnIpRtCacheEntries 1.3.6.1.4.1.3551.2.12.1.1.1
The number of current cache entries.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnIpRtCacheMisses 1.3.6.1.4.1.3551.2.12.1.1.2
The number of failed attempts to locate an IP address in the route cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnIpRtCacheHits 1.3.6.1.4.1.3551.2.12.1.1.3
The number of successful attempts to locate an IP address in the route cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnIpRtCacheRemovals 1.3.6.1.4.1.3551.2.12.1.1.4
The number of times an entry has been removed as a result of the need to insert an entry into a full table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnIpRoutingCacheTable 1.3.6.1.4.1.3551.2.12.1.1.5
Table of IP routing cache entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnIpRtCacheEntry

stnIpRtCacheEntry 1.3.6.1.4.1.3551.2.12.1.1.5.1
An IP routing cache entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnIpRtCacheEntry  

stnIpRtCacheIpAddress 1.3.6.1.4.1.3551.2.12.1.1.5.1.1
The destination IP address of this route.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpRtCacheIpMask 1.3.6.1.4.1.3551.2.12.1.1.5.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipCidrRouteDest field.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpRtCacheNextHop 1.3.6.1.4.1.3551.2.12.1.1.5.1.3
On remote routes, the address of the next sys- tem en route; Otherwise, 0.0.0.0.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpRtCacheIfIndex 1.3.6.1.4.1.3551.2.12.1.1.5.1.4
The ifIndex value which identifies the local interface through which the next hop of this route should be reached
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIpRtCacheRouteType 1.3.6.1.4.1.3551.2.12.1.1.5.1.5
The type of route as described in RFC 2096
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), reject(2), local(3), remote(4)  

stnIpRtCacheStatus 1.3.6.1.4.1.3551.2.12.1.1.5.1.6
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

stnIpCircExtTable 1.3.6.1.4.1.3551.2.12.1.2
Table of IP circuit parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnIpCircExtEntry

stnIpCircExtEntry 1.3.6.1.4.1.3551.2.12.1.2.1
An IP circuits entry
Status: current Access: not-accessible
OBJECT-TYPE    
  StnIpCircExtEntry  

stnIpCircExtIfIndex 1.3.6.1.4.1.3551.2.12.1.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIpCircExtAdminState 1.3.6.1.4.1.3551.2.12.1.2.1.2
Enable or disable the operation of IP on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnIpCircExtOperState 1.3.6.1.4.1.3551.2.12.1.2.1.3
The operational state of the circuit. May or may not be the same as administrative state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

stnIpCircExtIpAddress 1.3.6.1.4.1.3551.2.12.1.2.1.4
The IP address of the interface. For unnumbered interfaces this will be 0.0.0.0.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpCircExtIpMask 1.3.6.1.4.1.3551.2.12.1.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpCircExtMaxReasm 1.3.6.1.4.1.3551.2.12.1.2.1.6
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

stnIpCircExtMaxMtu 1.3.6.1.4.1.3551.2.12.1.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIpCircExtBcastAddr 1.3.6.1.4.1.3551.2.12.1.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpDetailsTable 1.3.6.1.4.1.3551.2.12.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnIpDetailsEntry

stnIpDetailsEntry 1.3.6.1.4.1.3551.2.12.1.3.1
An entry within the STN IP Details Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnIpDetailsEntry  

stnIpDetailsIndex 1.3.6.1.4.1.3551.2.12.1.3.1.1
A unique index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

stnIpDetailsSource 1.3.6.1.4.1.3551.2.12.1.3.1.2
The source address within the packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpDetailsDest 1.3.6.1.4.1.3551.2.12.1.3.1.3
The destination address within the packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnIpDetailsType 1.3.6.1.4.1.3551.2.12.1.3.1.4
Indicates either an IP address or header error, or ICMP problem message.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER header-error(1), unknown-proto(2), no-route(3), ttl-exceed(4), param-problem(5), redirect(6)  

stnIpDetailsTimeStamp 1.3.6.1.4.1.3551.2.12.1.3.1.5
Value of sysUpTime when this entry was added.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

stnIpDetailsHeader 1.3.6.1.4.1.3551.2.12.1.3.1.6
IP header of this error packet.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(60)  

stnIpMaxRoutingTableSize 1.3.6.1.4.1.3551.2.12.1.4.1
Maximum size of the ip routing table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnIpCurrentRoutingTableSize 1.3.6.1.4.1.3551.2.12.1.4.2
Current size of the ip routing table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

stnArpExtTtl 1.3.6.1.4.1.3551.2.12.2.1
The lifetime of an ARP entry within the router.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

stnArpExtRcvdRequests 1.3.6.1.4.1.3551.2.12.2.2
The number of ARP received requests within the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnArpExtRcvdReplies 1.3.6.1.4.1.3551.2.12.2.3
The number of ARP received replies within the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnArpExtSendRequests 1.3.6.1.4.1.3551.2.12.2.4
The number of ARP send requests within the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnArpExtSendReplies 1.3.6.1.4.1.3551.2.12.2.5
The number of ARP send replies within the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnArpCircExtTable 1.3.6.1.4.1.3551.2.12.2.6
Table of ARP circuit parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnArpCircExtEntry

stnArpCircExtEntry 1.3.6.1.4.1.3551.2.12.2.6.1
A circuits ARP parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  StnArpCircExtEntry  

stnArpCircExtIfIndex 1.3.6.1.4.1.3551.2.12.2.6.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnArpCircExtDoProxy 1.3.6.1.4.1.3551.2.12.2.6.1.2
Enable or disable ARP proxy responses on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnArpCircExtDoResp 1.3.6.1.4.1.3551.2.12.2.6.1.3
Enable or disable the sending of ARP responses on specified circuit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnArpCircExtWanProxy 1.3.6.1.4.1.3551.2.12.2.6.1.4
Enable or disable ARP WAN proxy responses on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnRipExtAdminState 1.3.6.1.4.1.3551.2.12.3.1
Enable or disable the operation of RIP on all interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnRipExtUpdateTime 1.3.6.1.4.1.3551.2.12.3.2
The time between transmission of RIP updates.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

stnRipCircExtTable 1.3.6.1.4.1.3551.2.12.3.3
Table of RIP circuit parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnRipCircExtEntry

stnRipCircExtEntry 1.3.6.1.4.1.3551.2.12.3.3.1
A circuits RIP parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  StnRipCircExtEntry  

stnRipCircExtIfIndex 1.3.6.1.4.1.3551.2.12.3.3.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnRipCircExtTalk 1.3.6.1.4.1.3551.2.12.3.3.1.2
Enable or disable RIP transmission on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnRipCircExtListen 1.3.6.1.4.1.3551.2.12.3.3.1.3
Enable or disable RIP reception on the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnRipCircExtPoison 1.3.6.1.4.1.3551.2.12.3.3.1.4
Enable or disable operation of poison reverse on the specified interface. If poison is disabled, split-horizon operation is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

stnRipDetailsTable 1.3.6.1.4.1.3551.2.12.3.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnRipDetailsEntry

stnRipDetailsEntry 1.3.6.1.4.1.3551.2.12.3.4.1
An entry within the STN RIP Details Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnRipDetailsEntry  

stnRipDetailsIndex 1.3.6.1.4.1.3551.2.12.3.4.1.1
A unique index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

stnRipDetailsSource 1.3.6.1.4.1.3551.2.12.3.4.1.2
The source address within the packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnRipDetailsDest 1.3.6.1.4.1.3551.2.12.3.4.1.3
The destination address within the packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnRipDetailsType 1.3.6.1.4.1.3551.2.12.3.4.1.4
Indicates the type of error
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bad-packet(1)  

stnRipDetailsTimeStamp 1.3.6.1.4.1.3551.2.12.3.4.1.5
Value of sysUpTime when this entry was added.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

stnRipDetailsHeader 1.3.6.1.4.1.3551.2.12.3.4.1.6
IP header of this error packet.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(60)  

stnOspfRouterLsaCount 1.3.6.1.4.1.3551.2.12.4.1
The number of router (LS type 1) link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnOspfNetworkLsaCount 1.3.6.1.4.1.3551.2.12.4.2
The number of network (LS type 2) link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnOspfSummaryLsaCount 1.3.6.1.4.1.3551.2.12.4.3
The number of summary (LS type 3) link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnOspfASBRSummaryLsaCount 1.3.6.1.4.1.3551.2.12.4.4
The number of ASBR-summary (LS type 4) link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnOspfExternLsaCount 1.3.6.1.4.1.3551.2.12.4.5
The number of AS-external (LS type 5) link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnOspfMcastGroupLsaCount 1.3.6.1.4.1.3551.2.12.4.6
The number of group-membership (LS type 6) link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnOspfExternT7LsaCount 1.3.6.1.4.1.3551.2.12.4.7
The number of Type-7 link-state advertisements in the link-state database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

stnOspfDetailsTable 1.3.6.1.4.1.3551.2.12.4.9
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnOspfDetailsEntry

stnOspfDetailsEntry 1.3.6.1.4.1.3551.2.12.4.9.1
An entry within the STN OSPF Details Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnOspfDetailsEntry  

stnOspfDetailsIndex 1.3.6.1.4.1.3551.2.12.4.9.1.1
A unique index for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

stnOspfDetailsPacketType 1.3.6.1.4.1.3551.2.12.4.9.1.2
The OSPF packet type.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnOspfDetailsRouterId 1.3.6.1.4.1.3551.2.12.4.9.1.3
The router ID within the packet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnOspfDetailsAreaId 1.3.6.1.4.1.3551.2.12.4.9.1.4
The area ID within the packet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnOspfDetailsErrorType 1.3.6.1.4.1.3551.2.12.4.9.1.5
The type of errors caused this packet being dropped.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER badVersion(1), areaMismatch(2), unknownNbmaNbr(3), unknownVirtualNbr(4), authTypeMismatch(5), authFailure(6), netMaskMismatch(7), helloIntervalMismatch(8), deadIntervalMismatch(9), optionMismatch(10), lanSubnetMismatch(11), designatedRouterMismatch(12), myRouterId(13), invalidLength(14), neighborNotFound(15), md5SequenceError(16)  

stnOspfDetailsTimeStamp 1.3.6.1.4.1.3551.2.12.4.9.1.6
Value of sysUpTime when this entry was added.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

stnOspfDetailsHeader 1.3.6.1.4.1.3551.2.12.4.9.1.7
OSPF header of this error packet.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(60)