Lab 5
Lab 5
Background / Preparation
In this activity, you will configure the LAN Ethernet interface and the WAN serial
interface on the Customer Cisco 1841 router.
b. Enter privileged EXEC mode using cisco123 for the privileged EXEC
password. The CustomerRouter# prompt indicates that you are in
privileged EXEC mode.
Use the show ip route command to verify your configuration. This is a partial
example of the output.
CustomerRouter#show ip route
<output omitted>
Refer to the diagram in the Packet Tracer workspace area and the commands used
in Step 1 to configure the WAN serial interface on Customer Router.
Tip: Remember the Cisco IOS CLI Help commands to configure the interface.
a. Use the show run command to verify your configuration. This is a partial
example of the output.
b.
c. CustomerRouter#show run
d. <output omitted>
e. !
f. interface FastEthernet0/0
g. description Connected to CustomerSwitch
h. ip address 192.168.1.1 255.255.255.0
i. duplex auto
j. speed auto
k. !
l. interface FastEthernet0/1
m. no ip address
n. duplex auto
o. speed auto
p. shutdown
q. !
r. interface Serial0/1/0
s. description Connected to ISP
t. ip address 209.165.200.225 255.255.255.224
u. !
v.
w. Use the ping command to verify connectivity to the WAN interface on the
ISP router. This is a partial example of the output.
x.
y. CustomerRouter#ping 209.165.200.226
z.
aa. Type escape sequence to abort.
bb. Sending 5, 100-byte ICMP Echos to 209.165.200.226, timeout is 2
seconds:
cc. !!!!!
dd. Success rate is 100 percent (5/5), round-trip min/avg/max =
35/37/47 ms
ee.
ff. Use the ping command to verify connectivity to the customer switch. This is
a partial example of the output:
gg.
hh. CustomerRouter#ping 192.168.1.1
ii.
jj. Type escape sequence to abort.
kk. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2
seconds:
ll. !!!!!
mm. Success rate is 100 percent (5/5), round-trip min/avg/max = 0/5/12
ms
nn.
Reflection
a. When you ping the LAN IP address of the ISP router, what happens and
why?
o CustomerRouter#
o CustomerRouter>
o CustomerRouter(config)#
o CustomerRouter(config-if)#
c. After completing Step 4, what would happen if you rebooted the router
before completing Step 5?