CISCO-STUN-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-STUN-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).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
stunObjects | 1.3.6.1.4.1.9.9.30.1 | |||
stunGlobal | 1.3.6.1.4.1.9.9.30.1.1 | |||
stunIPAddr | 1.3.6.1.4.1.9.9.30.1.1.1 | ipaddress | read-only |
The configured IP address used for all serial tunnelling in this router. |
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 | no-access |
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. |
|
1.3.6.1.4.1.9.9.30.1.2.1.1 | no-access |
Status and parameter values for a group. |
||
stunGroupIndex | 1.3.6.1.4.1.9.9.30.1.2.1.1.1 | integer | no-access |
The configured STUN group number. |
stunProtocolType | 1.3.6.1.4.1.9.9.30.1.2.1.1.2 | integer | read-only |
The protocol type for this STUN group. Enumeration: 'custom': 4, 'sdlctg': 3, 'sdlc': 2, 'basic': 1. |
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 | no-access |
A list of STUN-enabled interfaces (ports). |
|
1.3.6.1.4.1.9.9.30.1.3.1.1 | no-access |
Status and parameter values for a STUN port. |
||
stunPortGroupIndex | 1.3.6.1.4.1.9.9.30.1.3.1.1.1 | integer | read-only |
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. |
stunPortDefaultPeerType | 1.3.6.1.4.1.9.9.30.1.3.1.1.2 | integer | read-only |
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. Enumeration: 'ip': 2, 'other': 1, 'frameRelay': 4, 'direct': 3. |
stunPortDefaultPeerIP | 1.3.6.1.4.1.9.9.30.1.3.1.1.3 | ipaddress | read-only |
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. |
stunPortDefaultPeerSerialInterface | 1.3.6.1.4.1.9.9.30.1.3.1.1.4 | interfaceindex | read-only |
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. |
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 | no-access |
A table containing information about specific SDLC addresses. There is one table entry for each SDLC address configured by the STUN ROUTE command. |
|
1.3.6.1.4.1.9.9.30.1.4.1.1 | no-access |
The information regarding a single STUN address. |
||
stunRouteStationAddress | 1.3.6.1.4.1.9.9.30.1.4.1.1.1 | integer | no-access |
The poll address of the station. 256 indicates the ALL parameter on the STUN ROUTE command, which is the route for all unrecognized addresses. |
stunRouteType | 1.3.6.1.4.1.9.9.30.1.4.1.1.2 | integer | read-only |
The type of identification of the remote partner. Enumeration: 'ip': 2, 'other': 1, 'frameRelay': 4, 'direct': 3. |
stunRouteRemoteIP | 1.3.6.1.4.1.9.9.30.1.4.1.1.3 | ipaddress | read-only |
The ip address of the remote STUN partner. 0.0.0.0 if partner type is not ip. |
stunRouteSerialInterface | 1.3.6.1.4.1.9.9.30.1.4.1.1.4 | interfaceindex | read-only |
The local interface index to the remote partner. 0 is returned if the partner type is not direct or frameRelay. |
stunRoutePriority | 1.3.6.1.4.1.9.9.30.1.4.1.1.5 | integer | read-only |
The priority with which this station's traffic will be routed across the network. Enumeration: 'high': 4, 'medium': 3, 'low': 1, 'normal': 2. |
stunRoutePeerState | 1.3.6.1.4.1.9.9.30.1.4.1.1.6 | integer | read-only |
The state of the peer connection through the STUN tunnel. Enumeration: 'opening': 3, 'openWait': 4, 'direct': 6, 'dead': 1, 'connected': 5, 'closed': 2. |
stunRouteLocalAck | 1.3.6.1.4.1.9.9.30.1.4.1.1.7 | truthvalue | read-only |
Indicates if the STUN connection is locally acknowledged. TRUE-> STUN connection is locally acknowledged FALSE-> STUN connection is not locally acknowledged |
stunRouteRxPackets | 1.3.6.1.4.1.9.9.30.1.4.1.1.8 | counter32 | read-only |
Count of frames received from the serial interface with this station's address. |
stunRouteTxPackets | 1.3.6.1.4.1.9.9.30.1.4.1.1.9 | counter32 | read-only |
Count of frames transmitted at the serial interface with this station's address. |
stunRouteRxBytes | 1.3.6.1.4.1.9.9.30.1.4.1.1.10 | counter32 | read-only |
Count of bytes received from the serial interface with this station's address. |
stunRouteTxBytes | 1.3.6.1.4.1.9.9.30.1.4.1.1.11 | counter32 | read-only |
Count of bytes transmitted at the serial interface with this station's address. |
stunNotificationPrefix | 1.3.6.1.4.1.9.9.30.2 | |||
stunNotifications | 1.3.6.1.4.1.9.9.30.2.0 | |||
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). |
||
stunMibConformance | 1.3.6.1.4.1.9.9.30.3 | |||
stunMibCompliances | 1.3.6.1.4.1.9.9.30.3.1 | |||
stunMibCompliance | 1.3.6.1.4.1.9.9.30.3.1.1 |
The compliance statement for STUN. |
||
stunMibGroups | 1.3.6.1.4.1.9.9.30.3.2 | |||
stunGlobalGroup | 1.3.6.1.4.1.9.9.30.3.2.1 |
A collection of objects providing global STUN information. |
||
stunGroupGroup | 1.3.6.1.4.1.9.9.30.3.2.2 |
A collection of objects providing information about STUN groups . |
||
stunPortGroup | 1.3.6.1.4.1.9.9.30.3.2.3 |
A collection of objects providing information about STUN enabled interfaces. |
||
stunRouteGroup | 1.3.6.1.4.1.9.9.30.3.2.4 |
A collection of objects providing information about STUN defined routes. |