fwlStateCallStatus
FIREWALL-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.16.5.1.1.14
Object
column Enumeration
This object is effective when SIP is enabled. This indicates the status of the firewall session. The values hold and unhold are effective only for SIP calls.
Context
- MIB
- FIREWALL-MIB
- OID
.1.3.6.1.4.1.2076.16.5.1.1.14- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fwlStateEntry
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 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREWALL-MIB::fwlStateCallStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREWALL-MIB::fwlStateCallStatus.<fwlStateType>.<fwlStateLocalIpAddrType>.<fwlStateLocalIpAddress>.<fwlStateRemoteIpAddrType>.<fwlStateRemoteIpAddress>.<fwlStateLocalPort>.<fwlStateRemotePort>.<fwlStateProtocol>.<fwlStateDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIREWALL-MIB::fwlStateCallStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | nonsip |
1 | hold |
2 | unhold |