All MIBs › CIG-SERVERS-MIB › cigDhcpServersVendorSpecificOptionType
cigDhcpServersVendorSpecificOptionType
Module: CIG-SERVERS-MIB
OID (symbolic): CIG-SERVERS-MIB::cigDhcpServersVendorSpecificOptionType
OID (numeric): 1.3.6.1.4.1.6889.2.1.16.2.2.3.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The type of the DHCP vendor specififc option: ascii(1) is ASCII String as 'Avaya' hex(2) is HEX String as 'aa:bb:cc:dd:12:34:56'
The defaults of cigDhcpServersVendorSpecificOptionValue shall be changed according setting the type. If setting Type == ascii(1) then the default is '' If setting Type == hex(2) then the default is ''
What is cigDhcpServersVendorSpecificOptionType?
This selects whether a vendor-specific DHCP option's value is encoded as ASCII text or hex bytes, and switching the type resets cigDhcpServersVendorSpecificOptionValue to an empty string so the two fields don't end up in a mismatched, invalid state. Getting this right matters because vendor-specific sub-options under option 43 often carry binary configuration data (like an encoded IP or a proprietary structure) that must be entered as hex rather than plain text. For example, an admin configuring a binary call-server address sub-option would set this to hex(2) and then enter the value as 'c0:a8:01:0a' to represent 192.168.1.10 in raw bytes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6889.2.1.16.2.2.3.1.5 snmpwalk -v2c -c public <target> CIG-SERVERS-MIB::cigDhcpServersVendorSpecificOptionType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6889.2.1.16.2.2.3.1.5.1 snmpget -v2c -c public <target> CIG-SERVERS-MIB::cigDhcpServersVendorSpecificOptionType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6889.2.1.16.2.2.3.1.5.1 i <value>
Start monitoring Avaya CIG (Common Interworking Gateway) server with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CIG-SERVERS-MIB::cigDhcpServersVendorSpecificOptionType OID value, configure state conditions and alerts, and monitor any Avaya CIG (Common Interworking Gateway) server from a single console.
OID Breakdown
Upper-level ancestors (9 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.6889 | avaya | AV-APPLICATION-ENABLEMENT-SERVICES-MIB |
| 1.3.6.1.4.1.6889.2 | mibs | AV-APPLICATION-ENABLEMENT-SERVICES-MIB |
| 1.3.6.1.4.1.6889.2.1 | lsg | AVAYAGEN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6889.2.1.16 | cigServers | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2 | cigDhcpServers | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2 | cigDhcpServersPool | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2.3 | cigDhcpServersPoolVendorSpecificOptionTable | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2.3.1 | cigDhcpServersPoolVendorSpecificOptionEntry | CIG-SERVERS-MIB |
| 1.3.6.1.4.1.6889.2.1.16.2.2.3.1.5 | cigDhcpServersVendorSpecificOptionType | CIG-SERVERS-MIB |