fsDCBXMode
ARICENT-DCB-MIB ·
.1.3.6.1.4.1.29601.2.22.3.1.2.1.3
Object
This object specifies the mode of the DCBX in which the operating
version will be elected dynamically based on TLV exchange when the Auto
mode is selected.
In auto mode, operating version is determined based on
IEEE TLVs or CEE TLVs been received.
In case of LLDP containing both IEEE and CEE TLVs,
CEE TLVs is not considered and only IEEE TLVs are considered.
If the mode is set to IEEE, the local system will operate only in IEEE
mode and will ignore all DCBX CEE TLVs.
If the mode is set to CEE, the local system will operate only in CEE
mode and will ignore all the IEEE TLVs
Context
- MIB
- ARICENT-DCB-MIB
- OID
.1.3.6.1.4.1.29601.2.22.3.1.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsDCBXPortEntry
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 'ARICENT-DCB-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-DCB-MIB::fsDCBXMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-DCB-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-DCB-MIB::fsDCBXMode.<fsDCBXPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-DCB-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-DCB-MIB::fsDCBXMode'
Syntax
- Source
- DcbxVersion
- Base type
Enumeration
Values & Constraints
Type Values
1 | auto |
2 | ieee |
3 | cee |
4 | unknown |