All MIBs › CLARENT-MIB › gatewayStatus
gatewayStatus
Module: CLARENT-MIB
OID (symbolic): CLARENT-MIB::gatewayStatus
OID (numeric): 1.3.6.1.4.1.2858.1.1
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: The number of ports currently in use, as well as the number of calls, call time, and hold time for each port (# sign-delimited string)
What is gatewayStatus?
This read-only display string packs together several gateway-wide status figures -- the number of ports currently in use plus per-port call counts, call time, and hold time -- into a single '#'-delimited text blob. An admin monitoring overall gateway health can poll this one object to get a quick multi-metric snapshot instead of querying each underlying counter separately. For example, parsing this string might reveal a leading port-in-use count followed by delimited per-port call/time segments, letting a script extract all the figures from one GET.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2858.1.1 snmpwalk -v2c -c public <target> CLARENT-MIB::gatewayStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2858.1.1.1 snmpget -v2c -c public <target> CLARENT-MIB::gatewayStatus.1
Start monitoring Clarent VoIP gateway (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CLARENT-MIB::gatewayStatus OID value, configure state conditions and alerts, and monitor any Clarent VoIP gateway (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2858 | clarent | CLARENT-MIB |
| 1.3.6.1.4.1.2858.1 | gateway | CLARENT-MIB |
| 1.3.6.1.4.1.2858.1.1 | gatewayStatus | CLARENT-MIB |