mgmdRouterInterfaceQuerierType
MGMD-STD-MIB ·
.1.3.6.1.2.1.185.1.2.1.2
Object
column Enumeration
The address type of this interface. This entry along with the ifIndex value acts as the index to the mgmdRouterInterface table. A physical interface may be configured in multiple modes concurrently, e.g., in IPv4 and IPv6 modes connected to the same interface; however, the traffic is considered to be logically separate.
Context
- MIB
- MGMD-STD-MIB
- OID
.1.3.6.1.2.1.185.1.2.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- mgmdRouterInterfaceEntry
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 'MGMD-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MGMD-STD-MIB::mgmdRouterInterfaceQuerierType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MGMD-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MGMD-STD-MIB::mgmdRouterInterfaceQuerierType.<mgmdRouterInterfaceIfIndex>.<mgmdRouterInterfaceQuerierType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MGMD-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MGMD-STD-MIB::mgmdRouterInterfaceQuerierType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ipv4 |
2 | ipv6 |