ctIFRemap2VlanStatus
CTRON-IF-REMAP-2-MIB ·
.1.3.6.1.4.1.52.4.1.1.14.1.4.1.5
Object
column mandatory
r/w
Enumeration
Defines the status of the ifremap vlan entry. Setting
ctIFRemap2VlanStatus to a value of enable(1) has the effect of
creating an entry in the table when it does not already exist.
Setting ctIFRemap2VlanStatus to a value of disable(2) disables the
entry and deletes the row from the table. Therefore this
table only contains entries that are active.
If ctIFRemap2VlanSourceVlan is already being used by another
ctIfRemap2Vlan entry or ctifRemap2 Entry then a set to
ctIFRemap2VlanStatus of value enable(1) will return with a
BAD-VALUE error.
Context
- MIB
- CTRON-IF-REMAP-2-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.14.1.4.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctIFRemap2VlanEntry
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 'CTRON-IF-REMAP-2-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-IF-REMAP-2-MIB::ctIFRemap2VlanStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-IF-REMAP-2-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-IF-REMAP-2-MIB::ctIFRemap2VlanStatus.<ctIFRemap2VlanSourceSlot>.<ctIFRemap2VlanSourceVlan>.<ctIFRemap2VlanDestSlot>.<ctIFRemap2VlanDestPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-IF-REMAP-2-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-IF-REMAP-2-MIB::ctIFRemap2VlanStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |