Configure DHCP option 43 on Cisco devices for Avaya AP8120
Finally found out on how to properly configure Cisco IOS DHCP option in Cisco switches or routers. Below is the Cisco DHCP configuration for Avaya Wireless AP8120:
ip dhcp pool Avaya_WiFi
network 192.168.5.128 255.255.255.192
default-router 192.168.5.129
dns-server 192.168.100.40
option 43 hex 0808.4156.4159.4120.4150.0104.c0a8.05b7
Where,
AVAYA AP = 0808.4156.4159.4120.4150 (Mandatory Prefix)
192.168.5.183 = 0104.c0a8.05b7 (replace this with your assigned IP. Note: Each IP Addresses must include the prefix 0104 + the HEX address of the IP)
Ref: Microsoft DHCP for Wireless LAN 8100 Technical Configuration Guide
Regards,
Alex
|