networkInterfacesConfigStatus

MX-BNI-MIB · .0.200.1.1000.1.480

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.
  * EmptyInterfaceName: This entry is not valid because the
    InterfaceName parameter is empty.
  * DuplicateInterfaceName: This entry is not valid because the
    InterfaceName parameter is already used.
  * InvalidLinkName: This entry is not valid because the
    LinkName parameter is either empty or refers to an
    inexistent link.
  * InvalidStaticIpAddr: This entry is not valid because the
    StaticIpAddr parameter is either invalid or conflicts with
    another network IP address.
  * MultipleDynamicOnSameLink: This entry is not valid because
    there is dynamic connection configured on the same link
    multiple times. May result in unexpected behavior.

Context

MIB
MX-BNI-MIB
OID
.0.200.1.1000.1.480
Type
column
Access
readonly
Status
current
Parent
networkInterfacesEntry

Walk 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-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::networkInterfacesConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::networkInterfacesConfigStatus.<networkInterfacesIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-BNI-MIB::networkInterfacesConfigStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100validConfig
200emptyInterfaceName
300duplicateInterfaceName
400invalidLinkName
500invalidStaticIpAddr
600multipleDynamicOnSameLink