signalingInterfaceConfigStatus

MX-SBC-MIB · .0.4400.1.100.400.1.800

Object

column Enumeration
Configuration Status
              
Configuration status of this Signaling Interface.
              
Indicates if the Signaling Interface configuration is valid
and ready to be applied.
              
  * Valid: The current content of the row is valid.
  * UnknownNetworkInterface: The NetworkInterface parameter
    is either empty or unknown.
  * PortConflict: The selected port is in conflict with
    another usage.
  * InvalidTlsMode: The selected port is in conflict with
    another usage.
  * InvalidTransportMode: The Signaling Interface is
    configured to use only TLS transport and host validation
    is required by configuration but no CA certificate is
    present.
  * InvalidConfig: The configuration of this Signaling
    Interface is invalid.

Context

MIB
MX-SBC-MIB
OID
.0.4400.1.100.400.1.800
Type
column
Access
readonly
Status
current
Parent
signalingInterfaceEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
100valid
200unknownNetworkInterface
300portConflict
350invalidTlsMode
380invalidTransportMode
400invalidConfig