ADC CUDA 3 User Manual

Page 263

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

DHCP and BOOTP Policies

261

The following example configures the cable interface to forward all DHCP
requests containing a source MAC address of 09:08:a4:95:2e:3a to server
101.1.1.1:

cli:172.16.19.10:interface:cable:csi(1/1/1)# dhcp-policy 4

permit 101.1.1.1 mac 09:08:a4:95:2e:3a mask 00:00:00:00:00:00

cli:172.16.19.10:interface:cable:csi(1/1/1)# show dhcp-policy 4

Index 4

Mac Address 09:08:a4:95:2e:3a

Mac Mask 00:00:00:00:00:00

Cable Modem Mac

Policy Action permit

Policy Server List 101.1.1.1

Description

CM False

CPE False

C/S/I/P 0 / 0 / 0 / 0

cli:172.16.19.10:interface:cable:csi(1/1/1)#

When matching on the source MAC address of the request (using the mac
keyword parameter)
, you can wildcard any or all octets of the MAC address
by masking each wildcard octet with “FF.” For example, the following MAC
address/mask pair would match all addresses starting with 00:02:09:

MAC address: 00:02:09:00:00:00
Mask: FF:FF:FF:00:00:00

Advertising