Case Study1

August 16, 2017 | Author: mieera_hypegirlz | Category: Network Switch, Router (Computing), Cisco Systems, Computer Standards, Networks
Share Embed Donate


Short Description

Download Case Study1...

Description

CCNPv6 SWITCH

Chapter 4 Lab 4-3, VLANs, VTP, and Inter-VLAN Routing Case Study Instructor Version Topology

Objectives Plan and design the International Travel Agency switched network as shown in the diagram and described below. Implement the design on the switches and router. Verify that all configurations are operational and functioning according to the requirements. Note: This lab uses Cisco 1841 routers with Cisco IOS Release 12.4(24)T1 and the Advanced IP Services image c1841-advipservicesk9-mz.124-24.T1.bin. The switches are Cisco WS-C2960-24TT-L with the Cisco IOS image c2960-lanbasek9-mz.122-46.SE.bin, and Catalyst 3560-24PS with the Cisco IOS image c3560advipservicesk9-mz.122-46.SE.bin. You can use other routers (such as 2801 or 2811), switches (such as 2950 or 3550), and Cisco IOS Software versions if they have comparable capabilities and features. Depending on the router or switch model and Cisco IOS Software version, the commands available and output produced might vary from what is shown in this lab.

Required Resources 1 router (Cisco 1841 with Cisco IOS Release 12.4(24)T1 Advanced IP Services or comparable) 2 switches (Cisco 2960 with the Cisco IOS Release 12.2(46)SE C2960-LANBASEK9-M image or comparable) 2 switches (Cisco 3560 with the Cisco IOS Release 12.2(46)SE C3560-ADVIPSERVICESK9-mz image or comparable) Ethernet and console cables All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 1 of 10

CCNPv6 SWITCH

Requirements You will configure a group of switches and a router for the International Travel Agency. The network includes two distribution switches, DLS1 and DLS2, and two access layer switches, ALS1 and ALS2. External router R1 and DLS1 provide inter-VLAN routing. Design the addressing scheme using the address space 172.16.0.0/16 range. You can subnet it any way you want, although it is recommended to use /24 subnets for simplicity. 1. Disable the links between the access layer switches. 2. Place all switches in the VTP domain CISCO. Make DLS1 the VTP server and all other switches VTP clients. 3. On DLS1, create the VLANs shown in the VLAN table and assign the names given. For subnet planning, allocate a subnet for each VLAN. 4. Configure DLS1 as the primary spanning-tree root bridge for all VLANs. Configure DLS2 as the backup root bridge for all VLANs. 5. Configure Fa0/12 between DLS1 and DLS2 as a Layer 3 link and assign a subnet to it. 6. Create a loopback interface on DLS1 and assign a subnet to it. 7. Configure the Fa0/11 link between DLS1 and DLS2 as an ISL trunk. 8. Statically configure all inter-switch links as trunks. 9. Configure all other trunk links using 802.1Q. 10. Bind together the links from DLS1 to each access switch together in an EtherChannel. 11. Enable PortFast on all access ports. 12. Place Fa0/15 through Fa0/17 on ALS1 and ALS2 in VLAN 10. Place Fa0/18 and Fa0/19 on ALS1 and ALS2 in VLAN 20. Place Fa0/20 on ALS1 and ALS2 in VLAN 30. 13. Create an 802.1Q trunk link between R1 and ALS2. Allow only VLANs 10 and 40 to pass through the trunk. 14. Configure R1 subinterfaces for VLANs 10 and 40. 15. Create an SVI on DLS1 in VLANs 20, 30, and 40. Create an SVI on DLS2 in VLAN 10, an SVI on ALS1 in VLAN 30, and an SVI on ALS2 in VLAN 40. 16. Enable IP routing on DLS1. On R1 and DLS1, configure EIGRP for the whole major network (172.16.0.0/16) and disable automatic summarization.

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 2 of 10

CCNPv6 SWITCH

Notes: __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________ __________________________________________________________________________________

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 3 of 10

CCNPv6 SWITCH

Router Interface Summary Table

Router Model

Router Interface Summary Ethernet Interface Ethernet Interface Serial Interface #1 #2 #1

Serial Interface #2

1700

Fast Ethernet 0 (Fa0)

Fast Ethernet 1 (Fa1)

Serial 0 (S0)

Serial 1 (S1)

1800

Fast Ethernet 0/0 (Fa0/0)

Fast Ethernet 0/1 (Fa0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

2600

Fast Ethernet 0/0 (Fa0/0)

Fast Ethernet 0/1 (Fa0/1)

Serial 0/0 (S0/0)

Serial 0/1 (S0/1)

2800

Fast Ethernet 0/0 (Fa0/0)

Fast Ethernet 0/1 (Fa0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many interfaces the router has. Rather than list all combinations of configurations for each router class, this table includes identifiers for the possible combinations of Ethernet and serial interfaces in the device. The table does not include any other type of interface, even though a specific router might contain one. For example, for an ISDN BRI interface, the string in parenthesis is the legal abbreviation that can be used in Cisco IOS commands to represent the interface.

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 4 of 10

CCNPv6 SWITCH

Device Configurations (Instructor version) Router R1 hostname R1 ! interface FastEthernet0/1 no shutdown ! interface FastEthernet0/1.10 encapsulation dot1Q 10 ip address 172.16.10.1 255.255.255.0 ! interface FastEthernet0/1.40 encapsulation dot1Q 40 ip address 172.16.40.1 255.255.255.0 ! router eigrp 1 network 172.16.0.0 no auto-summary end

Switch DLS1 hostname DLS1 ! vtp mode server vtp domain CISCO vlan 10 name Red vlan 20 name Blue vlan 30 name Orange vlan 40 name Green ! ip routing ! spanning-tree vlan 1-1000 priority 24576 ! interface Loopback0 ip address 172.16.100.1 255.255.255.0 ! interface Port-channel1 switchport trunk encapsulation dot1q switchport mode trunk ! interface Port-channel2 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/7 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode desirable ! All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 5 of 10

CCNPv6 SWITCH interface FastEthernet0/8 switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode desirable ! interface FastEthernet0/9 switchport trunk encapsulation dot1q switchport mode trunk channel-group 2 mode desirable ! interface FastEthernet0/10 switchport trunk encapsulation dot1q switchport mode trunk channel-group 2 mode desirable ! interface FastEthernet0/11 switchport trunk encapsulation isl switchport mode trunk ! interface FastEthernet0/12 no switchport ip address 172.16.50.10 255.255.255.0 no shut ! interface Vlan20 ip address 172.16.20.10 255.255.255.0 no shutdown interface Vlan30 ip address 172.16.30.10 255.255.255.0 no shutdown ! interface Vlan40 ip address 172.16.40.10 255.255.255.0 no shutdown ! router eigrp 1 network 172.16.0.0 no auto-summary end

Switch DLS2 hostname DLS2 ! vtp mode client vtp domain CISCO ! spanning-tree vlan 1-1000 priority 28672 ! interface FastEthernet0/7 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/8 switchport trunk encapsulation dot1q switchport mode trunk All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 6 of 10

CCNPv6 SWITCH ! interface FastEthernet0/9 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/10 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/11 switchport trunk encapsulation isl switchport mode trunk ! interface FastEthernet0/12 no switchport ip address 172.16.50.20 255.255.255.0 no shut ! interface Vlan10 ip address 172.16.10.20 255.255.255.0 no shutdown end

Switch ALS1 hostname ALS1 ! vtp mode client vtp domain CISCO ! spanning-tree portfast default ! interface Port-channel1 switchport mode trunk !! interface FastEthernet0/7 switchport mode trunk channel-group 1 mode desirable ! interface FastEthernet0/8 switchport mode trunk channel-group 1 mode desirable ! interface FastEthernet0/9 switchport mode trunk ! interface FastEthernet0/10 switchport mode trunk ! interface FastEthernet0/11 shutdown ! interface FastEthernet0/12 shutdown ! interface FastEthernet0/15 switchport access vlan 10 All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 7 of 10

CCNPv6 SWITCH switchport mode access ! interface FastEthernet0/16 switchport access vlan 10 switchport mode access ! interface FastEthernet0/17 switchport access vlan 10 switchport mode access ! interface FastEthernet0/18 switchport access vlan 20 switchport mode access ! interface FastEthernet0/19 switchport access vlan 20 switchport mode access ! interface FastEthernet0/20 switchport access vlan 30 switchport mode access !

interface Vlan30 ip address 172.16.30.30 255.255.255.0 no shutdown end

Switch ALS2 hostname ALS2 ! vtp mode client vtp domain CISCO ! spanning-tree portfast default ! interface Port-channel1 switchport mode trunk ! interface FastEthernet0/1 switchport trunk allowed vlan 10,40 switchport mode trunk ! interface FastEthernet0/7 switchport mode trunk ! interface FastEthernet0/8 switchport mode trunk ! interface FastEthernet0/9 switchport mode trunk channel-group 1 mode desirable ! interface FastEthernet0/10 switchport mode trunk channel-group 1 mode desirable !

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 8 of 10

CCNPv6 SWITCH interface FastEthernet0/11 shutdown ! interface FastEthernet0/12 shutdown ! interface FastEthernet0/15 switchport access vlan 10 switchport mode access ! interface FastEthernet0/16 switchport access vlan 10 switchport mode access ! interface FastEthernet0/17 switchport access vlan 10 switchport mode access ! interface FastEthernet0/18 switchport access vlan 20 switchport mode access ! interface FastEthernet0/19 switchport access vlan 20 switchport mode access ! interface FastEthernet0/20 switchport access vlan 30 switchport mode access ! interface Vlan40 ip address 172.16.40.40 255.255.255.0 no shutdown end

TCL Script Connectivity Verification (Instructor version) Note: The Cisco IOS tclsh command is only supported on R1, DLS1, and DLS2. R1 Example R1# tclsh foreach address { 172.16.10.1 172.16.10.20 172.16.20.10 172.16.30.10 172.16.30.30 172.16.40.1 172.16.40.10 172.16.40.40 172.16.50.10 172.16.50.20 172.16.100.1 } { ping $address } Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.10.1, timeout is 2 seconds: All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 9 of 10

CCNPv6 SWITCH !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.10.20, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.20.10, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.30.10, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.30.30, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.40.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.40.10, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.40.40, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.50.10, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.50.20, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.100.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

All contents are Copyright © 1992–2010 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

Page 10 of 10

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF