gatewayStatusState

MX-SIPEP-MIB · .0.1400.1.150.1.400

Object

column OctetString
State
              
The current state of the gateway.
              
  * Ready: The gateway is ready to make and receive calls.
  * Cannot start, port already in use: The gateway cannot open
    its IP port because the port is already used by another
    service. This generally occurs when the administrator adds
    a new gateway but forgets to configure a different IP port.
  * Network down: The SIP gateway is not started or the network
    interface on which the SIP gateway is associated does not
    have an IP address.
  * Restarting: The SIP gateway cannot make or receive calls
    while it is restarting.
  * Waiting for time synchronization: The gateway is started
    but it cannot open its SIP TLS port because the real-time
    clock is not synchronized. This generally occurs when the
    SNTP server is not set or is unreachable.
  * Server unreachable: The gateway is started but it cannot
    make and receive calls because the SIP server is
    unreachable. This state is only reported when the
    SipKeepAliveMethod parameter is configured.
  * Invalid Configuration: The gateway cannot start due to an
    inconsistent configuration.
  * Waiting for telephony lines: The gateway is waiting for all
    E1T1 links to be up, as per the
    EpAdm.DisableSipGatewaysWhenTrunkLinesDown parameter.

Context

MIB
MX-SIPEP-MIB
OID
.0.1400.1.150.1.400
Type
column
Access
readonly
Status
current
Parent
gatewayStatusEntry

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

Syntax

OctetString

Values & Constraints

No enumerated values or constraints recorded.