acTrunkDeactivate
AC-PSTN-MIB ·
audiocodes variant
·
.1.3.6.1.4.1.5003.9.10.9.1.1.1.1.1.11
Object
column r/w
Enumeration
Deactivating a trunk forces AIS alarm on that trunk. Deactivation is used for trunk maintenance without locking the trunk. Activating the trunk will stop the alarm on the trunk. notAvailable(0) appears when the trunk is locked. The trunk can't be SET to this state. Access: Online. AC INI-Param: N/A
Context
- MIB
- AC-PSTN-MIB
- OID
.1.3.6.1.4.1.5003.9.10.9.1.1.1.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- acTrunkEntry
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 'AC-PSTN-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-PSTN-MIB::acTrunkDeactivate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AC-PSTN-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-PSTN-MIB::acTrunkDeactivate.<acTrunkIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-PSTN-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-PSTN-MIB::acTrunkDeactivate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notAvailable |
1 | deActivated |
2 | activated |