rcServiceNetworkInterfaceType
SWTICH-SERVICE-MIB ·
.1.3.6.1.4.1.8886.6.1.75.3.1.2
Object
column r/w
Enumeration
The tye of the network interface. there are 3 type interface, inni(Internal-Network-to-Network Interface), enni(External-Network-to-Network Interface) and uni(User-to-Network Interface).
Context
- MIB
- SWTICH-SERVICE-MIB
- OID
.1.3.6.1.4.1.8886.6.1.75.3.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcServiceNetworkInterfaceEntry
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 'SWTICH-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWTICH-SERVICE-MIB::rcServiceNetworkInterfaceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWTICH-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWTICH-SERVICE-MIB::rcServiceNetworkInterfaceType.<rcServiceNetworkInterfacePortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWTICH-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWTICH-SERVICE-MIB::rcServiceNetworkInterfaceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | inni |
1 | enni |
2 | uni |
3 | channel |