Reference Guide

Table 1 VLAN numbers
VLAN Number Purpose
999
Users and Access Points
333
Untrusted Devices
200
VoIP Phones
60
Printers
50
Security Network
Use best practices to create standardized naming conventions that describe VLAN purposes and
locations as displayed below:
CPPM-Demo-3750(config)# vlan 999
CPPM-Demo-3750(config-vlan)# name "Users and APs"
CPPM-Demo-3750(config-vlan)# exit
CPPM-Demo-3750(config)# vlan 333
CPPM-Demo-3750(config-vlan)# name "Untrusted Devices"
CPPM-Demo-3750(config-vlan)# exit
CPPM-Demo-3750(config)# vlan 200
CPPM-Demo-3750(config-vlan)# name "VoIP Phones"
CPPM-Demo-3750(config-vlan)# exit
CPPM-Demo-3750(config)# vlan 60
CPPM-Demo-3750(config-vlan)# name "Printers"
CPPM-Demo-3750(config-vlan)# exit
CPPM-Demo-3750(config)# vlan 50
CPPM-Demo-3750(config-vlan)# name "Security Network"
CPPM-Demo-3750(config-vlan)# exit
CPPM-Demo-3750(config)#
Note: CPPM-Demo-3750 is also the router.
Next, create interfaces on each VLAN. If the Cisco switch is not acting as the router (or does not have L3
capability), the VLANs and interface commands must be passed to the router. The run commands are as
follows:
CPPM-Demo-3750(config)#interface vlan 999
CPPM-Demo-3750(config-if)# ip address 192.168.99.1 255.255.255.0
CPPM-Demo-3750(config-if)# ip helper-address 192.168.99.10
CPPM-Demo-3750(config-if)# ip helper-address 192.168.99.5
CPPM-Demo-3750(config-if)# exit
CPPM-Demo-3750(config)#interface vlan 333
CPPM-Demo-3750(config-if)# ip address 192.168.33.1 255.255.255.0
CPPM-Demo-3750(config-if)# ip helper-address 192.168.99.10
CPPM-Demo-3750(config-if)# ip helper-address 192.168.33.5
CPPM-Demo-3750(config-if)# exit
CPPM-Demo-3750(config)#interface vlan 200
CPPM-Demo-3750(config-if)# ip address 192.168.200.1 255.255.255.0
CPPM-Demo-3750(config-if)# ip helper-address 192.168.99.10
CPPM-Demo-3750(config-if)# ip helper-address 192.168.200.5
CPPM-Demo-3750(config-if)# exit
CPPM-Demo-3750(config)#interface vlan 60
CPPM-Demo-3750(config-if)# ip address 192.168.60.1 255.255.255.0
CPPM-Demo-3750(config-if)# ip helper-address 192.168.99.10
CPPM-Demo-3750(config-if)# ip helper-address 192.168.99.5
ClearPass Policy manager Cisco Switch Setup with CPPM| | 13