Specifications
Engineering Guidelines
314
Now place the policy maps on the interfaces
Miscellaneous
To add an 802.1p value to the high priority queue
This example moves 802.1p value 5 to the high priority queue (queue number 4) created with
the "priority-queue out" command and 802.1p values 6 and 7 to queue 3.
To use a data VLAN other than VLAN 1
In this example VLAN 10 is used as the data VLAN. It is likely that VLAN 1 will still be being
used for network management.
Setting up Router 2 to be a local DHCP server
ip dhcp excluded-address 192.168.200.1 (the router address - add any others that can’t be
used)
ip dhcp pool Mitel
Router2(config)# interface fa0/0
Router2(config-if)# service-policy input MitelPolicyIn [applying the inbound policy map]
Router2(config)# interface fa0/0.100
Router2(config-subif)# service-policy output
MitelClassMapP-Bit
[applying the outbound policy map]
Router2(config)# interface Serial0/0
Router2(config-if)# max-reserved-bandwidth 100 [makes the priority % command be a true %]
Router2(config-if)# service-policy output MitelPolicyOut [applying the outbound policy map]
Switch1(config-if)# wrr-queue cos-map 4 5
Switch1(config-if)# wrr-queue cos-map 3 6 7
Switch1(config)# vlan 10 [create the data VLAN]
Switch1(config-vlan)# name DataVLAN [Give it a name]
Switch1(config-vlan)# interface fa0/5
Switch1(config-if)# switchport access vlan 10 [still an access port - just using VLAN 10]
network 192.168.200.0 255.255.255.0
domain-name customername.com
dns-server ip addresses
default-router 192.168.200.1 [default gateway]
option 128 ip 192.168.100.2 [IP Phone TFTP server]
option 129 ip 192.168.100.2 [RTC IP address]










