ADC Telecommunications, Inc.
260 CHAPTER 12: CONFIGURING DHCP RELAY
The following example configures the cable interface to forward all DHCP requests arriving on interface 1/1/1 to servers 102.12.1.12 and 172.16.19.3:
cli:172.16.19.10:interface:cable:csi(1/1/1)# dhcp-policy 2
permit 102.12.1.12 172.16.19.3 interface 1/1/1
cli:172.16.19.10:interface:cable:csi(1/1/1)# show dhcp-policy 2
Index 2
Mac Address
Mac Mask
Cable Modem Mac
Policy Action permit
Policy Server List 102.12.1.12 172.16.19.3
Description
CM False
CPE False
C/S/I/P 1 / 1 / 1 / 2
cli:172.16.19.10:interface:cable:csi(1/1/1)#
The following example configures cable interface 1/1/1 to forward all DHCP requests from CPE devices to server 101.1.13.5:
cli:172.16.19.10:interface:cable:csi(1/1/1)# dhcp-policy 3
permit 101.1.13.5 agent-option cpe
cli:172.16.19.10:interface:cable:csi(1/1/1)# show dhcp-policy 3
Index 3
Mac Address
Mac Mask
Cable Modem Mac
Policy Action permit
Policy Server List 101.1.13.5
Description
CM False
CPE True
C/S/I/P 0 / 0 / 0 / 0
cli:172.16.19.10:interface:cable:csi(1/1/1)#