bnIfExtnExtHwAdvCapability
BN-IF-EXTENSIONS-MIB ·
.1.3.6.1.4.1.45.1.6.15.1.1.1.8
Object
column Bits
This object indicates the port speed and duplex
capabilities that hardware can actually support on a
port, and which may be advertised by the port
using auto-negotiation. Bit 7 tells if a port supports
pause frame capabilities (for full-duplex links) as a
part of the advertisement.
bit 0 - 10 half duplex advertisements
bit 1 - 10 full duplex advertisements
bit 2 - 100 half duplex advertisements
bit 3 - 100 full duplex advertisements
bit 4 - 1000 half duplex advertisements
bit 5 - 1000 full duplex advertisements
bit 6 - PAUSE frame support advertisements
bit 7 - Asymmetric PAUSE frame support advertisements
bit 8 - 10000 full duplex advertisements
bit 9 - 40000 full duplex advertisements
bit 10 - 2500 full duplex advertisements
If auto negotiation is not supported by the port
hardware, then all bits will reflect a value of zero.
Context
- MIB
- BN-IF-EXTENSIONS-MIB
- OID
.1.3.6.1.4.1.45.1.6.15.1.1.1.8- 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::bnIfExtnExtHwAdvCapability'
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::bnIfExtnExtHwAdvCapability.<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::bnIfExtnExtHwAdvCapability'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | advertise10Half |
1 | advertise10Full |
2 | advertise100Half |
3 | advertise100Full |
4 | advertise1000Half |
5 | advertise1000Full |
6 | advertisePauseFrame |
7 | advertiseAsymmPauseFrame |
8 | advertise10000Full |
9 | advertise40000Full |
10 | advertise2500Full |