CISCO-STUN-MIB

        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.
    
ciscoStunMIB 1.3.6.1.4.1.9.9.30
Imported Objects
CISCO-SMI ciscoMgmt
IF-MIB ifIndex InterfaceIndex
SNMPv2-CONF MODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMI Counter32 IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TC TruthValue
Objects (35)
ciscoStunMIB .1.3.6.1.4.1.9.9.30
stunObjects .1.3.6.1.4.1.9.9.30.1
stunGlobal .1.3.6.1.4.1.9.9.30.1.1
stunIPAddr SNMPv2-SMIIpAddress .1.3.6.1.4.1.9.9.30.1.1.1
stunGroups .1.3.6.1.4.1.9.9.30.1.2
stunGroupTable .1.3.6.1.4.1.9.9.30.1.2.1
stunGroupEntry stunGroupIndex .1.3.6.1.4.1.9.9.30.1.2.1.1
stunGroupIndex Integer32 .1.3.6.1.4.1.9.9.30.1.2.1.1.1
stunProtocolType Enumeration .1.3.6.1.4.1.9.9.30.1.2.1.1.2
stunPorts .1.3.6.1.4.1.9.9.30.1.3
stunPortTable .1.3.6.1.4.1.9.9.30.1.3.1
stunPortEntry IF-MIBifIndex .1.3.6.1.4.1.9.9.30.1.3.1.1
stunPortGroupIndex Integer32 .1.3.6.1.4.1.9.9.30.1.3.1.1.1
stunPortDefaultPeerType Enumeration .1.3.6.1.4.1.9.9.30.1.3.1.1.2
stunPortDefaultPeerIP SNMPv2-SMIIpAddress .1.3.6.1.4.1.9.9.30.1.3.1.1.3
stunPortDefaultPeerSerialInterface IF-MIBInterfaceIndex .1.3.6.1.4.1.9.9.30.1.3.1.1.4
stunRoutes .1.3.6.1.4.1.9.9.30.1.4
stunRouteTable .1.3.6.1.4.1.9.9.30.1.4.1
stunRouteEntry stunGroupIndexstunRouteStationAddress .1.3.6.1.4.1.9.9.30.1.4.1.1
stunRouteStationAddress Integer32 .1.3.6.1.4.1.9.9.30.1.4.1.1.1
stunRouteRxBytes SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.30.1.4.1.1.10
stunRouteTxBytes SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.30.1.4.1.1.11
stunRouteType Enumeration .1.3.6.1.4.1.9.9.30.1.4.1.1.2
stunRouteRemoteIP SNMPv2-SMIIpAddress .1.3.6.1.4.1.9.9.30.1.4.1.1.3
stunRouteSerialInterface IF-MIBInterfaceIndex .1.3.6.1.4.1.9.9.30.1.4.1.1.4
stunRoutePriority Enumeration .1.3.6.1.4.1.9.9.30.1.4.1.1.5
stunRoutePeerState Enumeration .1.3.6.1.4.1.9.9.30.1.4.1.1.6
stunRouteLocalAck SNMPv2-TCTruthValue .1.3.6.1.4.1.9.9.30.1.4.1.1.7
stunRouteRxPackets SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.30.1.4.1.1.8
stunRouteTxPackets SNMPv2-SMICounter32 .1.3.6.1.4.1.9.9.30.1.4.1.1.9
stunNotificationPrefix .1.3.6.1.4.1.9.9.30.2
stunNotifications .1.3.6.1.4.1.9.9.30.2.0
stunMibConformance .1.3.6.1.4.1.9.9.30.3
stunMibCompliances .1.3.6.1.4.1.9.9.30.3.1
stunMibGroups .1.3.6.1.4.1.9.9.30.3.2
Notifications / Traps (1)
NameOIDDescription
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).