cistInfoPortEdge
LENOVO-GbTOR-G8332-MIB ·
.1.3.6.1.4.1.20301.2.7.16.2.3.4.2.1.10
Object
column Enumeration
The port is an edge port or not. Returns disabled(2) when the port is not an edge port and returns enabled(1) when it is an edge port.
Context
- MIB
- LENOVO-GbTOR-G8332-MIB
- OID
.1.3.6.1.4.1.20301.2.7.16.2.3.4.2.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cistInfoPortTableEntry
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 'LENOVO-GbTOR-G8332-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-GbTOR-G8332-MIB::cistInfoPortEdge'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LENOVO-GbTOR-G8332-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-GbTOR-G8332-MIB::cistInfoPortEdge.<cistInfoPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LENOVO-GbTOR-G8332-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LENOVO-GbTOR-G8332-MIB::cistInfoPortEdge'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |