nbsEusmPortVlanTagAction
NBS-EUSM-MIB ·
.1.3.6.1.4.1.629.202.2.1.1.6
Object
column r/w
Enumeration
add(2) need two more arguments s-vlanId and s-vlan-priority strip(3)and ignore(4) does not need any argument
Context
- MIB
- NBS-EUSM-MIB
- OID
.1.3.6.1.4.1.629.202.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsEusmPortEntry
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 'NBS-EUSM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-EUSM-MIB::nbsEusmPortVlanTagAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-EUSM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-EUSM-MIB::nbsEusmPortVlanTagAction.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-EUSM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-EUSM-MIB::nbsEusmPortVlanTagAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | add |
3 | strip |
4 | ignore |