LAB7 Basic Static Routing Default Routing
LAB7 Basic Static Routing Default Routing
Objectives
• Cable a network according to the Topology Diagram.
• Erase the startup configuration and reload a router to the default state.
• Perform basic configuration tasks on a router.
• Interpret debug ip routing output.
• Configure and activate Serial and Ethernet interfaces.
• Test connectivity.
• Configure a static route using an exit interface.
• Compare a static route with intermediate address to a static route with exit interface.
• Configure a default static route.
Procedures:
In this lab activity, you will create a network that is similar to the one shown in the Topology
Diagram. Begin by cabling the network as shown in the Topology Diagram. You will then
perform the initial router configurations required for connectivity. Use the IP addresses that are
provided in the Addressing Table to apply an addressing scheme to the network devices. After
completing the basic configuration, test connectivity between the devices on the network. First
test the connections between directly connected devices, and then test connectivity between
devices that are not directly connected. Static routes must be configured on the routers for end-
to-end communication to take place between the network hosts. You will configure the static
routes that are needed to allow communication between the hosts. View the routing table after
each static route is added to observe how the routing table has changed.
To configure static routes with an exit interface specified, use the following syntax:
Router(config)# ip route network-address subnet-mask exit-interface
• network-address—Destination network address of the remote network to be added to the
routing table.
• subnet-mask—Subnet mask of the remote network to be added to the routing table. The subnet
mask can be modified to summarize a group of networks.
• exit-interface—Outgoing interface that would be used in forwarding packets to the destination
network
Use the show running-config command to verify the static routes that are currently configured
on R3.