All MIBs › CISCO-DIST-DIRECTOR-MIB › cddHostServicePort
cddHostServicePort
Module: CISCO-DIST-DIRECTOR-MIB
OID (symbolic): CISCO-DIST-DIRECTOR-MIB::cddHostServicePort
OID (numeric): 1.3.6.1.4.1.9.9.197.1.2.1.1.3
Node type: OBJECT-TYPE
Type: CiscoPort
Access: read-write
Description: The service port number for the specified combination of virtual host name and query type.
Setting this object to the value '0' will disable the usage of the service port.
What is cddHostServicePort?
This object sets the service port number associated with a specific combination of virtual host name and query type, and setting it to 0 disables use of a service port for that combination. This is what tells the Distributed Director which TCP or UDP port to actually test and route to for a given virtual hostname, so getting this wrong means health checks and redirections target the wrong service entirely. An admin load-balancing an HTTPS-only virtual host would set this object to 443 for that host and query-type combination rather than leaving it at a default HTTP port.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.197.1.2.1.1.3 snmpwalk -v2c -c public <target> CISCO-DIST-DIRECTOR-MIB::cddHostServicePort
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.197.1.2.1.1.3.1 snmpget -v2c -c public <target> CISCO-DIST-DIRECTOR-MIB::cddHostServicePort.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.197.1.2.1.1.3.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cddHostServicePort.1
Start monitoring Cisco DistributedDirector appliances (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-DIST-DIRECTOR-MIB::cddHostServicePort OID value, configure state conditions and alerts, and monitor any Cisco DistributedDirector appliances (legacy) from a single console.
OID Breakdown
Upper-level ancestors (8 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 |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.197 | ciscoDistDirMIB | CISCO-DIST-DIRECTOR-MIB |
| 1.3.6.1.4.1.9.9.197.1 | ciscoDistDirMIBObjects | CISCO-DIST-DIRECTOR-MIB |
| 1.3.6.1.4.1.9.9.197.1.2 | cddHost | CISCO-DIST-DIRECTOR-MIB |
| 1.3.6.1.4.1.9.9.197.1.2.1 | cddHostTable | CISCO-DIST-DIRECTOR-MIB |
| 1.3.6.1.4.1.9.9.197.1.2.1.1 | cddHostEntry | CISCO-DIST-DIRECTOR-MIB |
| 1.3.6.1.4.1.9.9.197.1.2.1.1.3 | cddHostServicePort | CISCO-DIST-DIRECTOR-MIB |