oriRADIUSSvrTableMACAddressFormat
ORiNOCO-MIB ·
.1.3.6.1.4.1.11898.2.1.6.10.1.1.11
Object
column r/w
Enumeration
This object is used to configure the MAC Address format that is to be
used for communication with the RADIUS Server.
Examples of MAC Address Format are:
- Dash Delimited: 00-11-22-AA-BB-CC
- Colon Delimited: 00:11:22:AA:BB:CC
- Single Dash Delimited: 001122-AABBCC
- No Delimiter: 001122AABBCC
Context
- MIB
- ORiNOCO-MIB
- OID
.1.3.6.1.4.1.11898.2.1.6.10.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- oriRADIUSSvrTableEntry
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 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORiNOCO-MIB::oriRADIUSSvrTableMACAddressFormat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORiNOCO-MIB::oriRADIUSSvrTableMACAddressFormat.<oriRADIUSSvrTableProfileIndex>.<oriRADIUSSvrTablePrimaryOrSecondaryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ORiNOCO-MIB::oriRADIUSSvrTableMACAddressFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dashDelimited |
2 | colonDelimited |
3 | singleDashDelimited |
4 | noDelimiter |