Trong ******** 642-811 co mot cau lab nhu the nay :
You have just been hired by ********.com to help their main office expand. The
main offices have enhanced their wiring closets with some Layer 3 switches. The
new distribution layer switch has been installed and a new access layer switch
cabled next to it. Your task is to configure the distribution layer and access layer
switch with VTP to share VLAN information, then to configure inter-VLAN routing
on the distribution layer switch to route traffic between the different VLANs that
are configured on the access layer switches.
VTP Domain Distribution
VLAN Ids 20 31
IP Addresses 172.16.71.1/24 172.16.132.1/24
These are your specific tasks:
1. Configure the VTP information with the distribution layer switch as the VTP
server
2. Configure the VTP information with the access layer switch as a VTP client
3. Configure VLANs on the distribution layer switch
4. Configure inter-VLAN routing on the distribution layer switch
5. Specific VLAN port assignments will be made as users are added to the access
layer switches in the future.
6. All VLANs and VTP configurations are to completed in the global configuration
To configure the switch click on the host icon that is connected to the switch be way
of a serial console cable.
---> Cau tra loi
Answer:
LAB configuration:
switch#conf t
switch(config)#vtp mode server
switch(config)#vtp domain CISCO
switch(config)#vlan 20
switch(config)#vlan 31
switch(config)#int vlan 20
switch(if-config)#ip add 172.64.20.1 255.255.255.0switch(if-config)#no shut
switch(if-config)#int vlan 31
switch(if-config)#ip add 192.162.31.1 255.255.255.0
switch(if-config)#no shut
switch(if-config)#exit
switch#ip routing
switch#sh run
switch#copy run start
switch#conf t
switch(config)#vtp mode client
vtp domain CISCO
switch(config)#exit
switch#show run
switch#copy run start
Minh khong hieu sao no lai config cai Ip cua vlan nhu vay ?
o de bai cho VLAN Ids 20 31
IP Addresses 172.16.71.1/24 172.16.132.1/24
Nhung sao trong cau tra loi lai cau hinh Ip khac voi de bai da cho :
switch(config)#int vlan 20
switch(if-config)#ip add 172.64.20.1 255.255.255.0
switch(if-config)#int vlan 31
switch(if-config)#ip add 192.162.31.1 255.255.255.0
Ai biet giai thich giup minh voi .Thanks nhieu!!!




Reply With Quote