Cisco Net 4 Wan
Cisco Net 4 Wan
Cisco Net 4 Wan
WANs
2-21
Set up the physical layout of the network using the diagram and
accompanying narrative
Create and apply access control lists on the appropriate routers and
interfaces
Scenario
You have been asked to design and implement a network for a company with
locations in four cities. Three of the locations will be connected using leased-line
serial links. The fourth location, Galway, will be connected using Frame Relay
because of cost considerations. The company has previously used RIP version 2
in this location and wishes to continue using it for now. However, the other three
locations will use OSPF, so you must redistribute RIP routes into the OSPF
routing process.
One location, Cork, has a large and complex LAN. Due to the size and
complexity, the company wants you to create VLANs to control broadcasts,
enhance security, and logically group users. The company also wants to use
private addresses and DHCP throughout the WAN, so you must properly
implement NAT for Internet connectivity. The company also wishes to limit
Internet access to Web traffic while allowing multiple protocols within its own
WAN.
Although private addresses (RFC 1918) will be used, the company appreciates
efficiency and address conservation in design. To minimize wasted address
space, they have requested VLSM to be used when appropriate.
Instructions:
Apply /30 subnets on all serial interfaces, using the last available subnets.
Assign an appropriately sized subnet for the DHCP pool on the Galway
LAN, which has 512 devices.
Assign an appropriately sized subnet for the Cork LAN, which has 750
devices.
Name
Interface/Subnet Mask
Limerick S0
Cork E1
Cork S0
Cork S1
Galway E0
Galway S0
Belfast E0
Belfast S0
Belfast S1
4-21
Name
Address Pools
Instructions:
Verify that the Limerick, Belfast, and Cork routers have connectivity
through Layers 1-7.
Capture and save the four router configuration files. Edit the text files, and
include comments at the top of each file documenting the following:
Your name
The date
6-21
Instructions:
1.
The Belfast router will perform NAT. Configure the Belfast router as
follows:
2.
Define the NAT pool. The pool consists of only one address of
192.168.1.6/30.
Define an access control list, which will permit traffic from all internal
(172.16.0.0/24) addresses, and deny all other traffic.
Establish dynamic source translation, specifying the NAT pool and the
ACL defined in the previous steps.
Configure S0 on both the Cork router and the Galway router to use
Frame Relay encapsulation.
Configure the router between Cork and Galway to simulate a Frame
Relay switch.
4.
5.
Recapture and save the Belfast, Cork, and Galway router configuration files.
Capture and save the Frame Relay switch router configuration file. Edit the
text files, and include comments at the top of each file documenting the
following:
Your name
The date
Document your NAT configuration and your ISP Server configuration in the
chart below.
This documentation will serve as your deliverable item for Phase 3.
Item
Configured Values
8-21
Instructions:
1. Configure the Cork Local Area Network switch as follows:
2.
The Galway router will perform DHCP. Configure the Galway router as
follows:
3.
Recapture and save the Galway router configuration file. Edit the text file,
and include comments at the top documenting the following:
Your name
The date
Galway router
10-21
Instructions:
1.
Source
Destination
Protocol
Expected
Result
Host on VLAN1
ISP
HTTP
Success
Host on VLAN1
Ping
Success
Host on VLAN1
Host on VLAN2
Ping
Failure
Host on VLAN1
Host on VLAN3
Ping
Failure
Host on VLAN2
Host on VLAN3
Ping
Failure
Host on VLAN2
Ping
Failure
Host on VLAN2
ISP
HTTP
Failure
Host on VLAN3
Ping
Failure
Host on VLAN3
ISP
HTTP
Failure
ISP
HTTP
Success
ISP
Telnet
Failure
Date Verified
2.
Recapture and save the router configuration files for all five routers. Edit the
text files, and include comments at the top of each file documenting the
following:
Your name
The date
This documentation, along with the completed tables from Phase 1, Phase 3, and
Phase 5, will serve as your final deliverable item for the case study.
12-21
Instructor Notes
Phase 1
VLSM can offer a great number of solutions. Make sure to recognize that the
only subnets that can be used for the two LANs are /22, even though they vary
greatly in size. Check that the students solutions are correct before they proceed
to subsequent phases of the case study. In Phase 5, students should not be
troubleshooting errors in the addressing scheme.
Since this is the basis for a number of other parts of the case study, make sure
that the students document their addresses and keep the documentation.
This is one of several possible solutions:
Name
Interface/Subnet Mask
Limerick S0
172.16.255.249/30
Cork E1
172.16.0.1/22
Cork S0
172.16.255.241/30
Cork S1
172.16.255.246/30
Galway E0
172.16.4.1/22
Galway S0
172.16.255.242/30
Belfast S0
172.16.255.245/30
Belfast E0
10.0.0.0/8
Belfast S1
172.16.255.250/30
Name
Address Pools
172.16.4.0/22
Cork LAN
172.16.0.0/22
Phase 2
This is an example of the configuration on the Cork router. Remember to issue
the clockrate 56000 command in interface configuration mode on any
serial DCE interfaces.
1.
Router>enable
Router#configure terminal
Router(config)#hostname Cork
Cork(config)#enable secret cisco
Cork(config)#line vty 0 4
Cork(config-line)#password cisco
2.
Cork(config)#interface serial 0
Cork(config-if)#ip address 172.16.255.241 255.255.255.252
Cork(config-if)#no shutdown
3.
Cork(config)#router ospf 1
Cork(config-router)#network 172.16.255.244 0.0.0.3 area 0
Cork(config-router)#network 172.16.255.2 0.0.0.3 area 0
Cork(config-router)#network 172.16.4.0 0.0.3.255 area 0
4.
Cork(config)#router rip
Cork(config-router)#version 2
Cork(config-router)#network 172.16.0.0
Cork(config-router)#exit
Cork(config)#router ospf 1
Cork(config-router)#redistribute rip subnets
Layer 1-7 connectivity may be verified through Telnet. Layer 1-3 connectivity
may be verified through ping.
Any line in a configuration file that begins with an exclamation point character is
a comment line.
14-21
Phase 3
Item
Configured Values
BelfastPool
(Can be any word consisting of letters and/or numbers)
1
(Can be any value between 1-99)
101
Galway
E0
In
10.0.0.2
255.0.0.0
10.0.0.1
(Must be same value as Phase 1, Belfast E0;
can be 10.0.0.1 or any value from 10.0.0.3-10.0.0.254)
1.
c:\\htdocs\index.html
(If running Apache, location of htdocs subdirectory depends on
Apache directory tree installed. If running NT server, location
will differ.)
2.
The following commands are used to configure the ISP Server workstation
(assuming that it is a Windows PC):
Double-click on TCP/IP.
Copy the HTML document that tells users that they have reached
the ISP to the htdocs subdirectory in the Apache directory tree.
3. The following commands are used to configure the Cork router for Phase 3:
Cork#configure terminal
Cork(config)#interface s0
Cork(config-if)#encapsulation frame-relay
The following commands are used to configure the Galway router for Phase 3.
The ACL shown is one of several possible solutions.
Galway#configure terminal
Galway(config)#interface s0
Galway(config-if)#encapsulation frame-relay
16-21
Galway(config-if)#exit
Galway(config)#access-list 101 permit any 10.0.0.2 0.0.0.0 eq 80
Galway(config)#access-list 101 deny any 10.0.0.2 0.0.0.0
Galway(config)#access-list 101 permit any any
Galway(config)#interface e0
Galway(config-if)#ip access-group 101 in
The following commands are used to configure the router simulating the Frame
Relay switch:
FR#configure terminal
FR(config)#frame-relay switching
FR(config)#interface s0
FR(config-if)#no ip address
FR(config-if)#encapsulation frame-relay
FR(config-if)#clock rate 56000
FR(config-if)#frame-relay intf-type dce
FR(config-if)#frame-relay route 21 interface serial 1 20
FR(config-if)#no shutdown
FR(config-if)#interface s1
FR(config-if)#no ip address
FR(config-if)#encapsulation frame-relay
FR(config-if)#clock rate 56000
FR(config-if)#frame-relay intf-type dce
FR(config-if)#frame-relay route 20 interface serial 0 21
FR(config-if)#no shutdown
Phase 4
1a: Catalyst 1900 switch configuration.
The following commands are used to configure the Cork switch. These
commands assume that the switch is reset to its default settings. To reset the
switch, select [S] System from the Main Menu, and the select [R] Reset System.
Select [S], Save and Exit. This creates VLAN 2, which will use the
default VLAN name of VLAN0002. VLAN 1 is configured by default.
Select [V], VLAN Assignment. Enter ports 5-8, and assign them to
VLAN 2.
Select [V], VLAN Assignment again. Enter ports 9-12, and assign them
to VLAN 3.
18-21
After the Switch has reloaded the line prompt will be:
Would you like to enter the initial configuration dialog?
[yes/no]:
20-21
Phase 5
Troubleshooting is a difficult process to learn. Encourage students to be
systematic about their troubleshooting techniques. If communication that is
expected to succeed instead fails, students should then ping in a systematic
manner beginning with the link closest to the source. The student should then
proceed to the next link only upon success. There may be more than one problem
preventing communication between the source and the destination. After a
problem is found and fixed, the testing process should continue until
communication between the source and the destination is verified.
To ensure that the hosts are configured properly, use winipcfg or
ipconfig /all.
The following router commands are helpful in troubleshooting router
configuration problems:
show running-config
show protocol
show interface
show ip route
show frame-relay