signalingChannelFacilityServicesEnable
MX-ISDN-MIB ·
.0.1850.1.500.100.1.250
Object
Facility Services Enable
Defines whether or not supplementary services FACILITY messages
and FACILITY information elements should be enabled on the ISDN
interface.
Disable: Facility information elements are disabled in both
directions (send and receive). No Facility information element
can be inserted in sent messages. When receiving a FACILITY
message containing supplementary services information, reply
with a STATUS message saying the FACILITY is not supported.
Enable: Facility information elements are enabled in both
directions (send and receive). Facility information elements
can be inserted in sent messages. When receiving a FACILITY
message containing supplementary services information, accept
and interpret the message, processing supported supplementary
service messages and silently discarding unsupported
supplementary service messages.
Generic procedures for the control of ISDN supplementary
services are defined in the recommendation ITU-T Q.932.
Context
- MIB
- MX-ISDN-MIB
- OID
.0.1850.1.500.100.1.250- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- signalingChannelEntry
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-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ISDN-MIB::signalingChannelFacilityServicesEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ISDN-MIB::signalingChannelFacilityServicesEnable.<signalingChannelInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-ISDN-MIB::signalingChannelFacilityServicesEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |