fxsBypassActivation
MX-POTS-MIB ·
.0.1800.1.10000.10100.1000.1.200
Object
column r/w
Enumeration
FXS Bypass Activation
Specifies when the bypass needs to be activated.
* PowerOff: The bypass is activated only when the unit
power is off or the POTS service is not started.
* EndpointDisabled: The bypass is activated when the
operational state of the endpoint is 'Disable' and the
EpAdm.EndpointAutomaticShutdownEnable parameter is set to
'Enable'. The bypass is also activated for the same
conditions as the ones defined in 'PowerOff'.
* OnDemand: The bypass is activated when the user enters
the DTMF map configured in the
FxsBypass.ActivationDtmfMap parameter. The bypass is
deactivated when the user on hooks the phone for at least
the number of time configured in the
FxsBypass.DeactivationTimeout parameter. The bypass is
also activated for the same conditions as the ones
defined in 'PowerOff'.
Context
- MIB
- MX-POTS-MIB
- OID
.0.1800.1.10000.10100.1000.1.200- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fxsBypassEntry
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-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-POTS-MIB::fxsBypassActivation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-POTS-MIB::fxsBypassActivation.<fxsBypassId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-POTS-MIB::fxsBypassActivation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | powerOff |
200 | endpointDisabled |
300 | onDemand |