vlanConfigStatus
MX-ETH-MIB ·
.0.2400.1.300.1.350
Object
column Enumeration
Config Status
Configuration status of the row.
It indicates whether the configuration of the row is valid or
not.
* ValidConfig: This entry is valid.
* InvalidLinkName: The entry is not valid because the
LinkName parameter is either empty or refers to an
inexistent link.
* InvalidVlanId: This entry is not valid because VlanId 0 is
invalid.
* DuplicateLinkVlanId: This entry is not valid because the
VLAN is already used.
Context
- MIB
- MX-ETH-MIB
- OID
.0.2400.1.300.1.350- Type
- column
- Access
- readonly
- Status
- current
- Parent
- vlanEntry
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 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ETH-MIB::vlanConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ETH-MIB::vlanConfigStatus.<vlanIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-ETH-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-ETH-MIB::vlanConfigStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | validConfig |
200 | invalidLinkName |
300 | invalidVlanId |
400 | duplicateLinkVlanId |