portsConfiguration
MX-HARDWARE-MIB ·
.0.40000.1.10000.100
Object
scalar r/w
Enumeration
Ports Configuration
Configures how each port provides a link interface.
* Separate: Each Ethernet port provides an independent link
interface. This is the required configuration for IP
Routing.
* Bridge: Both Ethernet ports are bridged together and
provide a single link interface.
Note: This feature is only available on units with a total of
2 Ethernet ports.
Context
- MIB
- MX-HARDWARE-MIB
- OID
.0.40000.1.10000.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- eth
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-HARDWARE-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-HARDWARE-MIB::portsConfiguration.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-HARDWARE-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-HARDWARE-MIB::portsConfiguration'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | separate |
200 | bridge |