Step 3 Voice CME Router Configuration
3.1 Preparing the Routers to handle the VLANs
Create and configure two
On R1:
R1(config)# int fa0/0
R1(config)# int fa0/0.10
R1(config)# encapsulation dot1q 10
R1(config)# ip address 10.10.0.1 255.255.255.0
R1(config)# no shut
R1(config)# int fa0/0.15
R1(config)# encapsulation dot1q 15
R1(config)# ip address 10.15.0.1 255.255.255.0
R1(config)# no shut
On R2:
R2(config)# int fa0/0
R2(config)# int fa0/0.20
3.2 Configuring the DHCP Server on the Routers
The PCs and IP Phones will need IP Addresses. Configure the DHCP Pools on both R1 and R2 routers so the routers will be able to teach IP Addresses to PCs and IP Phones.
On R1:
R1(config)# ip dhcp pool DATA
R1(config)# ip dhcp pool VOICE
Note: The option ip 150 command is used to provide the ip address of the TFTP server.
126 - 165 IP Telephony v1.0 Case Study 1: | Copyright ♥ 2005, Cisco Systems, Inc. |