CISCO-STUN-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
3
Rows
3
Columns
17
stunGroupTable
table.1.3.6.1.4.1.9.9.30.1.2.1
·
1 row entry
·
2 columns
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 and parameter values for a group.
Indexes
stunGroupIndex
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
stunGroupIndex
The configured STUN group number.
|
Integer32 Constraints: range: 1-255 |
.1.3.6.1.4.1.9.9.30.1.2.1.1.1 |
||||||||
|
stunProtocolType
The protocol type for this STUN group.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.9.9.30.1.2.1.1.2 |
stunPortTable
table.1.3.6.1.4.1.9.9.30.1.3.1
·
1 row entry
·
4 columns
A list of STUN-enabled interfaces (ports).
Status and parameter values for a STUN port.
Indexes
IF-MIBifIndex
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
stunPortGroupIndex
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. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.4.1.9.9.30.1.3.1.1.1 |
||||||||
|
stunPortDefaultPeerType
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 se… |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.9.9.30.1.3.1.1.2 |
||||||||
|
stunPortDefaultPeerIP
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. |
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.4.1.9.9.30.1.3.1.1.3 |
||||||||
|
stunPortDefaultPeerSerialInterface
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… |
IF-MIBInterfaceIndex Textual Convention: IF-MIBInterfaceIndex Integer32Type Constraints: range: 1..2147483647 |
.1.3.6.1.4.1.9.9.30.1.3.1.1.4 |
stunRouteTable
table.1.3.6.1.4.1.9.9.30.1.4.1
·
1 row entry
·
11 columns
A table containing information about specific SDLC addresses. There is one table entry for each SDLC address configured by the STUN ROUTE command.
The information regarding a single STUN address.
Indexes
stunGroupIndex stunRouteStationAddress
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
stunRouteStationAddress
The poll address of the station. 256 indicates the ALL parameter
on the STUN ROUTE command, which is the route for all unrecognized addresses. |
Integer32 Constraints: range: 1-256 |
.1.3.6.1.4.1.9.9.30.1.4.1.1.1 |
||||||||||||
|
stunRouteType
The type of identification of the remote partner.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.9.9.30.1.4.1.1.2 |
||||||||||||
|
stunRouteRemoteIP
The ip address of the remote STUN partner.
0.0.0.0 if partner type is not ip. |
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.4.1.9.9.30.1.4.1.1.3 |
||||||||||||
|
stunRouteSerialInterface
The local interface index to the remote partner.
0 is returned if the partner type is not direct or frameRelay. |
IF-MIBInterfaceIndex Textual Convention: IF-MIBInterfaceIndex Integer32Type Constraints: range: 1..2147483647 |
.1.3.6.1.4.1.9.9.30.1.4.1.1.4 |
||||||||||||
|
stunRoutePriority
The priority with which this station's traffic will
be routed across the network. |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.9.9.30.1.4.1.1.5 |
||||||||||||
|
stunRoutePeerState
The state of the peer connection through the
STUN tunnel. |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.9.9.30.1.4.1.1.6 |
||||||||||||
|
stunRouteLocalAck
Indicates if the STUN connection is locally acknowledged.
TRUE-> STUN connection is locally acknowledged FALSE-> STUN connection is not locally acknowledged |
SNMPv2-TCTruthValue Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.9.9.30.1.4.1.1.7 |
||||||||||||
|
stunRouteRxPackets
Count of frames received from the serial
interface with this station's address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.30.1.4.1.1.8 |
||||||||||||
|
stunRouteTxPackets
Count of frames transmitted at the serial
interface with this station's address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.30.1.4.1.1.9 |
||||||||||||
|
stunRouteRxBytes
Count of bytes received from the serial
interface with this station's address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.30.1.4.1.1.10 |
||||||||||||
|
stunRouteTxBytes
Count of bytes transmitted at the serial
interface with this station's address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.30.1.4.1.1.11 |