All MIBs › CLARENT-MIB › disablePort
disablePort
Module: CLARENT-MIB
OID (symbolic): CLARENT-MIB::disablePort
OID (numeric): 1.3.6.1.4.1.2858.6.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Disable the port passed in the varbind. For example, to disable port 11, set the value of this variable to 11. Setting the value of this variable to -1 disables all ports.
What is disablePort?
This read-write integer is the counterpart control object to enablePort: writing a specific port number disables that port, while writing -1 disables every port on the gateway simultaneously. Admins use it to take a misbehaving or physically-being-serviced port out of service without affecting the rest of the gateway. For example, setting this object's value to 11 immediately pulls port 11 out of service ahead of planned hardware maintenance on that channel.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2858.6.8 snmpwalk -v2c -c public <target> CLARENT-MIB::disablePort
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2858.6.8.1 snmpget -v2c -c public <target> CLARENT-MIB::disablePort.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2858.6.8.1 i <value>
Start monitoring Clarent VoIP gateway (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CLARENT-MIB::disablePort 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.6 | gwControl | CLARENT-MIB |
| 1.3.6.1.4.1.2858.6.8 | disablePort | CLARENT-MIB |