CISCO-STUN-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
17
.1.3.6.1.4.1.9.9.30.1.2.1 · 1 row entry · 2 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk stunGroupTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-STUN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STUN-MIB::stunGroupTable'
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.
stunGroupEntry row .1.3.6.1.4.1.9.9.30.1.2.1.1
Status and parameter values for a group.
Indexes
Column Syntax OID
The configured STUN group number.
Integer32
Constraints:
range: 1-255
.1.3.6.1.4.1.9.9.30.1.2.1.1.1
The protocol type for this STUN group.
Enumeration
Enumerated Values:
1basic
2sdlc
3sdlctg
4custom
.1.3.6.1.4.1.9.9.30.1.2.1.1.2
.1.3.6.1.4.1.9.9.30.1.3.1 · 1 row entry · 4 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk stunPortTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-STUN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STUN-MIB::stunPortTable'
A list of STUN-enabled interfaces (ports).
stunPortEntry row .1.3.6.1.4.1.9.9.30.1.3.1.1
Status and parameter values for a STUN port.
Indexes
Column Syntax OID
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
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:
1other
2ip
3direct
4frameRelay
.1.3.6.1.4.1.9.9.30.1.3.1.1.2
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
Type Constraints:
range: 4
.1.3.6.1.4.1.9.9.30.1.3.1.1.3
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
Type Constraints:
range: 1..2147483647
Description:
A unique value, greater than zero, for each interface or
interface sub-layer in the managed system. It is
recommended that values are assigned contiguously starting
from 1. The value for each interface sub-layer must …
.1.3.6.1.4.1.9.9.30.1.3.1.1.4
.1.3.6.1.4.1.9.9.30.1.4.1 · 1 row entry · 11 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk stunRouteTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-STUN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STUN-MIB::stunRouteTable'
A table containing information about specific SDLC
addresses.  There is one table entry for each SDLC
address configured by the STUN ROUTE command.
stunRouteEntry row .1.3.6.1.4.1.9.9.30.1.4.1.1
The information regarding a single STUN address.
Column Syntax OID
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
The type of identification of the remote partner.
Enumeration
Enumerated Values:
1other
2ip
3direct
4frameRelay
.1.3.6.1.4.1.9.9.30.1.4.1.1.2
The ip address of the remote STUN partner.
0.0.0.0 if partner type is not ip.
SNMPv2-SMIIpAddress
Type Constraints:
range: 4
.1.3.6.1.4.1.9.9.30.1.4.1.1.3
The local interface index to the remote partner.
0 is returned if the partner type is not direct or frameRelay.
IF-MIBInterfaceIndex
Type Constraints:
range: 1..2147483647
Description:
A unique value, greater than zero, for each interface or
interface sub-layer in the managed system. It is
recommended that values are assigned contiguously starting
from 1. The value for each interface sub-layer must …
.1.3.6.1.4.1.9.9.30.1.4.1.1.4
The priority with which this station's traffic will
be routed across the network.
Enumeration
Enumerated Values:
1low
2normal
3medium
4high
.1.3.6.1.4.1.9.9.30.1.4.1.1.5
The state of the peer connection through the
STUN tunnel.
Enumeration
Enumerated Values:
1dead
2closed
3opening
4openWait
5connected
6direct
.1.3.6.1.4.1.9.9.30.1.4.1.1.6
Indicates if the STUN connection is locally acknowledged.
TRUE-> STUN connection is locally acknowledged
FALSE-> STUN connection is not locally acknowledged
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.9.9.30.1.4.1.1.7
Count of frames received from the serial
interface with this station's address.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.30.1.4.1.1.8
Count of frames transmitted at the serial
interface with this station's address.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.30.1.4.1.1.9
Count of bytes received from the serial
interface with this station's address.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.30.1.4.1.1.10
Count of bytes transmitted at the serial
interface with this station's address.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.30.1.4.1.1.11