bnIfExtnIsPortShared
BN-IF-EXTENSIONS-MIB ·
.1.3.6.1.4.1.45.1.6.15.1.1.1.4
Object
column Enumeration
Indicates whether the port is considered a 'shared' port or not. Multiple physical ports that are logically represented as a single port are considered shared. Only one of the physical ports is active at any given time.
Context
- MIB
- BN-IF-EXTENSIONS-MIB
- OID
.1.3.6.1.4.1.45.1.6.15.1.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bnIfExtnEntry
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 'BN-IF-EXTENSIONS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BN-IF-EXTENSIONS-MIB::bnIfExtnIsPortShared'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BN-IF-EXTENSIONS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BN-IF-EXTENSIONS-MIB::bnIfExtnIsPortShared.<bnIfExtnIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BN-IF-EXTENSIONS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BN-IF-EXTENSIONS-MIB::bnIfExtnIsPortShared'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | portShared |
2 | portNotShared |