Specifications
Installation Examples
311
Now place the policy maps on the interfaces
Router 2 configuration
There are two physical interfaces on the Router 2 and an additional virtual interface.
• S0/0 is the serial interface to the WAN. This could be an alternative technology but we show
PPP in this example.
• Fa0/0 is the 10/100 physical Ethernet interface to Ethernet Switch 3 that connects to the
Data VLAN (i.e. VLAN 1).
• Fa0/0.100 is the virtual interface that only "listens" to the Voice VLAN (i.e. VLAN 100).
An example configuration using static routes follows. If using dynamic routing protocols (RIPv2,
OSPF etc.) the static routes are not required.
Router1(config)# interface fa0/0
Router1(config-if)# service-policy input MitelPolicyIn [applying the inbound policy map]
Router1(config)# interface fa0/0.100
Router1(config-subif)# service-policy output
MitelPolicyMapP-Bit
[applying the outbound policy map]
Router1(config)# interface Serial0/0
Router1(config-if)# max-reserved-bandwidth 100 [makes the priority % command be a true %]
Router1(config-if)# service-policy output MitelPolicyOut [applying the outbound policy map]










