atmPortAddressMode
AcAtm ·
.1.3.6.1.4.1.5003.9.10.6.1.2.1.1.7
Object
column Enumeration
The mode reflects the type of address in operation. addrModeNone(0) : No administrative address has been configured and no ILMI address has been registered. Thus no address is available to assign to the port. addrModeManual(1): An Administrative address has been configured and no ILMI address has been registered. Thus the port is assigned the manually configured address.addrModeILMI (2): An ILMI address has been registered. The port is assigned this address. The administrative address is ignored if it has been configured.
Context
- MIB
- AcAtm
- OID
.1.3.6.1.4.1.5003.9.10.6.1.2.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atmPortEntry
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 'AcAtm' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AcAtm::atmPortAddressMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AcAtm' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AcAtm::atmPortAddressMode.<atmPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AcAtm' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AcAtm::atmPortAddressMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | addrModeNone |
1 | addrModeManual |
2 | addrModeILMI |