swAuthMACFormatDelimiter
AUTH-MIB ·
.1.3.6.1.4.1.171.12.3.11.6
Object
scalar r/w
Enumeration
This object indicates the delimiter format of authentication MAC address for RADIUS authentication.
none: Not using any delimiter, the format is: AABBCCDDEEFF
hyphen: Using '-' as delimiter, the format is: AA-BB-CC-DD-EE-FF
colon: Using ':' as delimiter, the format is: AA:BB:CC:DD:EE:FF
dot: Using '.' as delimiter, the format is: AA.BB.CC.DD.EE.FF
Context
- MIB
- AUTH-MIB
- OID
.1.3.6.1.4.1.171.12.3.11.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- swCompoundAuthMgmt
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AUTH-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AUTH-MIB::swAuthMACFormatDelimiter.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AUTH-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AUTH-MIB::swAuthMACFormatDelimiter'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | hyphen |
3 | colon |
4 | dot |