All MIBs › CLARENT-MIB › gwPortStatusList
gwPortStatusList
Module: CLARENT-MIB
OID (symbolic): CLARENT-MIB::gwPortStatusList
OID (numeric): 1.3.6.1.4.1.2858.1.13
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: returns an OCTET string of length equal to the number of ports in the system. Each byte indicates the status of the port at that offset. That values are identical to the portStatus Value defined in the Port Table below
What is gwPortStatusList?
This read-only octet string returns one status byte per physical port in the gateway, with each byte's value drawn from the same enumeration used by the per-port portStatus object (on-hook, off-hook, out of service, and so on), letting an admin poll the state of every port in a single request instead of walking the port table one row at a time. It's the efficient bulk-status equivalent of reading portStatus for every port individually. For example, an admin script could decode this string to quickly count how many of the gateway's ports currently show a busy-out or out-of-service byte value without issuing dozens of separate SNMP GETs.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2858.1.13 snmpwalk -v2c -c public <target> CLARENT-MIB::gwPortStatusList
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2858.1.13.1 snmpget -v2c -c public <target> CLARENT-MIB::gwPortStatusList.1
Start monitoring Clarent VoIP gateway (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CLARENT-MIB::gwPortStatusList 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.13 | gwPortStatusList | CLARENT-MIB |