ahIfConfMode
AH-INTERFACE-MIB ·
.1.3.6.1.4.1.26928.1.1.1.2.1.1.1.6
Object
column AH-SMI-MIBAhInterfaceMode
Indicates whether an interface is configured for Access or Backhaul.
Context
- MIB
- AH-INTERFACE-MIB
- OID
.1.3.6.1.4.1.26928.1.1.1.2.1.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ahXIfEntry
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 'AH-INTERFACE-MIB' -M '/opt/observium/mibs/aerohive:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AH-INTERFACE-MIB::ahIfConfMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AH-INTERFACE-MIB' -M '/opt/observium/mibs/aerohive:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AH-INTERFACE-MIB::ahIfConfMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AH-INTERFACE-MIB' -M '/opt/observium/mibs/aerohive:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AH-INTERFACE-MIB::ahIfConfMode'
Syntax
- Source
- AH-SMI-MIBAhInterfaceMode
- Base type
Enumeration
Values & Constraints
Type Values
0 | ahNotUsed |
1 | ahAccess |
2 | ahBackhaul |
3 | ahBridge |