raisecomRemoteVlanStatus
RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB ·
.1.3.6.1.4.1.8886.1.12.1.14.1.1
Object
This object identifies the vlan status of remote device.
Context
- MIB
- RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB
- OID
.1.3.6.1.4.1.8886.1.12.1.14.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- raisecomRemoteVlanConfigEntry
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 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB::raisecomRemoteVlanStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB::raisecomRemoteVlanStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB::raisecomRemoteVlanStatus'
Syntax
- Source
- RcRemoteVlanStatus
- Base type
Enumeration
Type Description
Specifies the status of vlan to be performed. The value 'vlan-forbid' will forbid vlan function in the equipment. The value 'vlan-dot1q' will allow 802.1Q vlan function to work in the equipment. The value 'vlan-port' will allow port vlan function to work in the equipment.
Values & Constraints
Type Values
1 | vlan-forbid |
2 | vlan-dot1q |
3 | vlan-port |