saRgIpMgmtLanPortMode
SA-RG-MIB ·
.1.3.6.1.4.1.1429.79.2.3.13.1.1.2
Object
column r/w
Enumeration
Each physical LAN port can either be controlled as bridge or router. The saRgIpMgmtLanPortMode MIB only works when SaRgIpMgmtLanMode.32=4(Mixed). Setting this MIB through SNMP will take effect only after saRgIpMgmtApplySettings.0 set to true and this setting will reboot to take effect
Context
- MIB
- SA-RG-MIB
- OID
.1.3.6.1.4.1.1429.79.2.3.13.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- saRgIpMgmtLanPortControlEntry
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 'SA-RG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SA-RG-MIB::saRgIpMgmtLanPortMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SA-RG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SA-RG-MIB::saRgIpMgmtLanPortMode.<saRgIpMgmtLanPortControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SA-RG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SA-RG-MIB::saRgIpMgmtLanPortMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | bridge |
2 | router |