benuCardIfPortType
BENU-CHASSIS-MIB ·
.1.3.6.1.4.1.39406.1.1.1.3.1.1.6
Object
column Enumeration
This object is used to identify port types for a given card.
Context
- MIB
- BENU-CHASSIS-MIB
- OID
.1.3.6.1.4.1.39406.1.1.1.3.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- benuCardIfIndexEntry
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 'BENU-CHASSIS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BENU-CHASSIS-MIB::benuCardIfPortType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BENU-CHASSIS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BENU-CHASSIS-MIB::benuCardIfPortType.<benuCardIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BENU-CHASSIS-MIB' -M '/opt/observium/mibs/benu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BENU-CHASSIS-MIB::benuCardIfPortType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | ethernet |
2 | fastEthernet |
3 | gigaEthernet |
4 | tunnel |
5 | ipGre |
6 | vlan |
7 | l2tp |
8 | cable |
9 | bridge |
10 | ip |
11 | multiBind |
12 | p2p |
13 | loopback |
14 | multiBindLastResort |
15 | lag |
16 | max |