acV5LinkAction
AC-V5-MIB ·
mediant variant
·
.1.3.6.1.4.1.5003.9.10.13.1.2.1.1.3
Object
column r/w
Enumeration
V5 action on the link (Unblock, Block or LinkIdCheck) The result of block and unblock can be seen in the values of the acV5LinkActionResult or acV5LinkOperationalState object. The results for the link ID check action can be seen in the acV5LinkIdCheckStatus object. Access: Online. AC INI-Param: N/A
Context
- MIB
- AC-V5-MIB
- OID
.1.3.6.1.4.1.5003.9.10.13.1.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- acV5LinkEntry
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-V5-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-V5-MIB::acV5LinkAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AC-V5-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-V5-MIB::acV5LinkAction.<acV5LinkIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-V5-MIB' -M '/opt/observium/mibs/mediant:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-V5-MIB::acV5LinkAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unBlock |
1 | block |
2 | linkIdCheck |