arrisRouterLanMappedInterface
ARRIS-ROUTER-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.20.1.1.2.2.1.27
Object
Name of the member physical network interface (or virtual
network interface in the case of a wireless SSID) comprising the logical
interface, aka LAN subnet. This mib object takes in an unsigned integer with the
following bitmap setup:
Single-Band support:
0x00000001 // ethernet
0x00000002 // usb (unsupported)
0x00000004 // moca
0x00000008 // ssid1
0x00000010 // ssid2
0x00000020 // ssid3
0x00000040 // ssid4
0x00000080 // ssid5
0x00000100 // ssid6
0x00000200 // ssid7
0x00000400 // ssid8
Dual-Band Support:
0x00000001 // ethernet
0x00000002 // usb (unsupported)
0x00000004 // moca
0x00000008 // ssid1 & ssid9
0x00000010 // ssid2 & ssid10
0x00000020 // ssid3 & ssid11
0x00000040 // ssid4 & ssid12
0x00000080 // ssid5 & ssid13
0x00000100 // ssid6 & ssid14
0x00000200 // ssid7 & ssid15
0x00000400 // ssid8 & ssid16
Example of mapping the ethernet, usb, moca, and ssid1 to the
primary LAN subnet:
0x0000000F = (Integer) 15
NOTE - A physical/virtual interface may not be assigned to
more than one logical interface.
Context
- MIB
- ARRIS-ROUTER-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.20.1.1.2.2.1.27- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- arrisRouterLanSrvEntry
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 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterLanMappedInterface'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterLanMappedInterface.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterLanMappedInterface'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295