ethIfRstpAdminEdgePort
NETI-ETH-MIB ·
.1.3.6.1.4.1.2928.2.2.1.3.9.1.10
Object
column r/w
Enumeration
Setting of the edge port state of this port.
auto(0). The setting of the port as edge port or not is done
automatically. See ethIfRstpOperEdgePort for the current value
when this object is set to `auto(0)'.
true(1). The port is an edge port.
false(2). The port is not an edge port.
Context
- MIB
- NETI-ETH-MIB
- OID
.1.3.6.1.4.1.2928.2.2.1.3.9.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ethIfRstpEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ETH-MIB::ethIfRstpAdminEdgePort'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ETH-MIB::ethIfRstpAdminEdgePort.<ethDevIndex>.<ethIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-ETH-MIB::ethIfRstpAdminEdgePort'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | auto |
1 | true |
2 | false |