CISCO-STUN-MIB

File: CISCO-STUN-MIB.mib (15618 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB
SNMPv2-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 IpAddress MODULE-COMPLIANCE
OBJECT-GROUP ifIndex InterfaceIndex
TruthValue ciscoMgmt

Defined Types

StunGroupEntry  
SEQUENCE    
  stunGroupIndex INTEGER
  stunProtocolType INTEGER

StunPortEntry  
SEQUENCE    
  stunPortGroupIndex INTEGER
  stunPortDefaultPeerType INTEGER
  stunPortDefaultPeerIP IpAddress
  stunPortDefaultPeerSerialInterface InterfaceIndex

StunRouteEntry  
SEQUENCE    
  stunRouteStationAddress INTEGER
  stunRouteType INTEGER
  stunRouteRemoteIP IpAddress
  stunRouteSerialInterface InterfaceIndex
  stunRoutePriority INTEGER
  stunRoutePeerState INTEGER
  stunRouteLocalAck TruthValue
  stunRouteRxPackets Counter32
  stunRouteTxPackets Counter32
  stunRouteRxBytes Counter32
  stunRouteTxBytes Counter32

Defined Values

ciscoStunMIB 1.3.6.1.4.1.9.9.30
The MIB module for serial Tunneling. Overview of STUN MIB MIB description The STUN MIB provides the configuration and operational information on Cisco's serial tunnelling implementation. The following entities are managed: 1) Global STUN information 2) STUN groups 3) STUN ports 4) STUN routes The following example configuration shows how the STUN MIB returns STUN information, from either CISCO A or CISCO B. HOST == SDLC == Cisco A == IP Network == Cisco B == SDLC == SDLC line line device 1) The STUN global entry identifies the IP address by which the router is known to other STUN peers. 2) The STUN group table identifies the STUN group number and protocol type that Cisco A and Cisco B use to route SDLC traffic over the IP network. The table contains an entry for each STUN group defined on the router. 3) The STUN port table identifies the serial interface to the SDLC line for which the router is doing serial tunnelling. The MIB also identifies the STUN group this interface is defined for, and identifies the default routing for unrecognized SDLC addresses. There is a port entry for each STUN-enabled interface on the router. 4) The STUN route table has an entry for each address defined for routing within the STUN group, and an entry for the default routing if the 'stun route all' command is configured. The route entry includes identification of the STUN peer, priority, state, whether local acknowledgment is enabled, and packet and byte counters.
MODULE-IDENTITY    

stunObjects 1.3.6.1.4.1.9.9.30.1
OBJECT IDENTIFIER    

stunGlobal 1.3.6.1.4.1.9.9.30.1.1
OBJECT IDENTIFIER    

stunGroups 1.3.6.1.4.1.9.9.30.1.2
OBJECT IDENTIFIER    

stunPorts 1.3.6.1.4.1.9.9.30.1.3
OBJECT IDENTIFIER    

stunRoutes 1.3.6.1.4.1.9.9.30.1.4
OBJECT IDENTIFIER    

stunIPAddr 1.3.6.1.4.1.9.9.30.1.1.1
The configured IP address used for all serial tunnelling in this router.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stunGroupTable 1.3.6.1.4.1.9.9.30.1.2.1
A table of entries representing STUN groups configured on the router. Each STUN-enabled interface is assigned to a STUN group, and packets can only travel between STUN-enabled interfaces in the same group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StunGroupEntry

stunGroupEntry 1.3.6.1.4.1.9.9.30.1.2.1.1
Status and parameter values for a group.
Status: current Access: not-accessible
OBJECT-TYPE    
  StunGroupEntry  

stunGroupIndex 1.3.6.1.4.1.9.9.30.1.2.1.1.1
The configured STUN group number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..255  

stunProtocolType 1.3.6.1.4.1.9.9.30.1.2.1.1.2
The protocol type for this STUN group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER basic(1), sdlc(2), sdlctg(3), custom(4)  

stunPortTable 1.3.6.1.4.1.9.9.30.1.3.1
A list of STUN-enabled interfaces (ports).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StunPortEntry

stunPortEntry 1.3.6.1.4.1.9.9.30.1.3.1.1
Status and parameter values for a STUN port.
Status: current Access: not-accessible
OBJECT-TYPE    
  StunPortEntry  

stunPortGroupIndex 1.3.6.1.4.1.9.9.30.1.3.1.1.1
The group number to which the stun port belongs. Frames will only be routed to other ports (on this or another router) in the same stun group. This group must match a stunGroupIndex in the stunGroupTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

stunPortDefaultPeerType 1.3.6.1.4.1.9.9.30.1.3.1.1.2
The type of identification of the default partner for unrecognized addresses. If there is no default route then the stunRouteType field of stunPortDefaultRemote is 'other'. If ip then the value is in stunRouteIP; if serial or serialDirect then the value is in stunRouteSerial.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ip(2), direct(3), frameRelay(4)  

stunPortDefaultPeerIP 1.3.6.1.4.1.9.9.30.1.3.1.1.3
The ip address of the remote default STUN partner, for unrecognized addresses. 0.0.0.0 is returned if the default route type is not ip.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stunPortDefaultPeerSerialInterface 1.3.6.1.4.1.9.9.30.1.3.1.1.4
If stunRouteType is serial then this is the serial interface index of the point-to-point link to the remote partner; if stunRouteType is serialDirect then the partner is in the local STUN. if stunRouteType is ip then this field is 0.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

stunRouteTable 1.3.6.1.4.1.9.9.30.1.4.1
A table containing information about specific SDLC addresses. There is one table entry for each SDLC address configured by the STUN ROUTE command.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StunRouteEntry

stunRouteEntry 1.3.6.1.4.1.9.9.30.1.4.1.1
The information regarding a single STUN address.
Status: current Access: not-accessible
OBJECT-TYPE    
  StunRouteEntry  

stunRouteStationAddress 1.3.6.1.4.1.9.9.30.1.4.1.1.1
The poll address of the station. 256 indicates the ALL parameter on the STUN ROUTE command, which is the route for all unrecognized addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..256  

stunRouteType 1.3.6.1.4.1.9.9.30.1.4.1.1.2
The type of identification of the remote partner.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ip(2), direct(3), frameRelay(4)  

stunRouteRemoteIP 1.3.6.1.4.1.9.9.30.1.4.1.1.3
The ip address of the remote STUN partner. 0.0.0.0 if partner type is not ip.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stunRouteSerialInterface 1.3.6.1.4.1.9.9.30.1.4.1.1.4
The local interface index to the remote partner. 0 is returned if the partner type is not direct or frameRelay.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

stunRoutePriority 1.3.6.1.4.1.9.9.30.1.4.1.1.5
The priority with which this station's traffic will be routed across the network.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER low(1), normal(2), medium(3), high(4)  

stunRoutePeerState 1.3.6.1.4.1.9.9.30.1.4.1.1.6
The state of the peer connection through the STUN tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dead(1), closed(2), opening(3), openWait(4), connected(5), direct(6)  

stunRouteLocalAck 1.3.6.1.4.1.9.9.30.1.4.1.1.7
Indicates if the STUN connection is locally acknowledged. TRUE-> STUN connection is locally acknowledged FALSE-> STUN connection is not locally acknowledged
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

stunRouteRxPackets 1.3.6.1.4.1.9.9.30.1.4.1.1.8
Count of frames received from the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stunRouteTxPackets 1.3.6.1.4.1.9.9.30.1.4.1.1.9
Count of frames transmitted at the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stunRouteRxBytes 1.3.6.1.4.1.9.9.30.1.4.1.1.10
Count of bytes received from the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stunRouteTxBytes 1.3.6.1.4.1.9.9.30.1.4.1.1.11
Count of bytes transmitted at the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stunNotificationPrefix 1.3.6.1.4.1.9.9.30.2
OBJECT IDENTIFIER    

stunNotifications 1.3.6.1.4.1.9.9.30.2.0
OBJECT IDENTIFIER    

stunPeerStateChangeNotification 1.3.6.1.4.1.9.9.30.2.0.1
This notification indicates that the state of a STUN route has transitioned to active (connected or direct) or inactive (dead or closed).
Status: current Access: read-only
NOTIFICATION-TYPE    

stunMibConformance 1.3.6.1.4.1.9.9.30.3
OBJECT IDENTIFIER    

stunMibCompliances 1.3.6.1.4.1.9.9.30.3.1
OBJECT IDENTIFIER    

stunMibGroups 1.3.6.1.4.1.9.9.30.3.2
OBJECT IDENTIFIER    

stunMibCompliance 1.3.6.1.4.1.9.9.30.3.1.1
The compliance statement for STUN.
Status: current Access: read-only
MODULE-COMPLIANCE    

stunGlobalGroup 1.3.6.1.4.1.9.9.30.3.2.1
A collection of objects providing global STUN information.
Status: current Access: read-only
OBJECT-GROUP    

stunGroupGroup 1.3.6.1.4.1.9.9.30.3.2.2
A collection of objects providing information about STUN groups .
Status: current Access: read-only
OBJECT-GROUP    

stunPortGroup 1.3.6.1.4.1.9.9.30.3.2.3
A collection of objects providing information about STUN enabled interfaces.
Status: current Access: read-only
OBJECT-GROUP    

stunRouteGroup 1.3.6.1.4.1.9.9.30.3.2.4
A collection of objects providing information about STUN defined routes.
Status: current Access: read-only
OBJECT-GROUP