
g.Create two
CMERouterX# vlan database
CMERouterX(vlan)# vlan X0 name Data state active
CMERouterX(vlan)# vlan X5 name Voice state active
h.Go into the configuration mode for the management VLAN by entering global configuration mode and typing the command interface vlan 1. The management VLAN is the VLAN used to remotely manage network devices such as routers and switches.
CMERouterX(config)# interface vlan 1
i.Configure the management VLAN interface with an IP address appropriate for the management VLAN. From the interface configuration mode, enter the IP address for the management VLAN based on the information found in IP Telephony Table 1. Use the command ip address 10.X.0.1 255.255.255.0 command (where X is the pod number).
CMERouterX(config-if)# ip address 10.X.0.1 255.255.255.0
j.Go into the configuration mode for the data VLAN by entering global configuration mode and entering the command interface vlan X0 (where X is the pod number). For example, if the group was assigned to Pod 1, the command would be as follows: interface vlan 10
CMERouterX(config)# interface vlan X0
k.Configure the data VLAN interface with an appropriate IP address. From the interface configuration mode, enter the IP address for the data VLAN based on the information found in IP Telephony Table 1. Use the command ip address 10.X0.0.1 255.255.255.0 command (where X is the pod number).
CMERouterX(config-if)# ip address 10.X0.0.1 255.255.255.0
m.If a host was configured on the same data VLAN, what would be the host default gateway IP address? ________________________________________________________________
n.Go into the configuration mode for the voice VLAN by entering the global configuration mode and entering the command interface vlan X5 (where X is the pod number).
CMERouterX(config)# interface vlan X5
o.Configure the voice VLAN with the appropriate IP address. Enter the IP address for the voice VLAN based on the information found in IP Telephony Table 1. Use the ip address 10.X5.0.1 255.255.255.0 command (where X is the pod number).
CMERouterX(config-if)# ip address 10.X5.0.1 255.255.255.0
p. Bring EACH of the created VLAN interfaces to a useable condition.
CMERouterX(config)# interface vlan x
q.Configure the EIGRP routing protocol by using the router eigrp 100 command to start an EIGRP process with an autonomous system number of 100. Then enter the command network 10.0.0.0, which enables and advertises EIGRP updates on all
CMERouterX(config)# router eigrp 100
CMERouterX
4 - 165 IP Telephony v1.0 Lab 2.1.1a | Copyright ♥ 2005, Cisco Systems, Inc. |