CN9S
CN9S
EXPERIMENT- 9
Configure network topology and implement static routing using
Packet Tracer Software
Static routing is a routing protocol that helps to keep your network organized and to
optimize routing performance. It enables the router to assign a specific path to each
network segment and to keep track of network changes. This helps to improve
network stability and continuity. This adds security because a single administrator can
only authorize routing to particular networks. Steps to Configure and Verify Two
Router Connections in Cisco Packet Tracer :
Step 1 : First, open the cisco packet tracer desktop and select the devices given below:
1. PC PC 4
2. Switch PT-Switch 2
3. Router PT-Router 2
Step 2: Configure the PCs (hosts) with IPv4 address and Subnet Mask according to the IP
addressing table given above.
● To assign an IP address in PC0, click on PC0.
● Then, go to desktop and then IP configuration and there you will IPv4 configuration.
● Fill IPv4 address and subnet mask.
● Repeat the same procedure with other PCs to configure them thoroughly. Step
4: Configure router with IP address and subnet mask.
S.NO Device Interface IPv4 Addressing Subnet Mask
router0 FastEthernet0/0 192.168.1.1
255.255.255.0
Serial2/0 11.0.0.1
1. 255.255.255.0
255.255.255.0
FastEthernet0/0 192.168.2.1
● Repeat the same procedure with other routers to configure them thoroughly. Step 5: After
configuring all of the devices we need to assign the routes to the routers. To assign static
routes to the particular router:
● First, click on router0 then Go to CLI.
● Then type the commands and IP information given below. CLI command : ip route
<network id> <subnet mask><next hop> Static Routes for Router0 are given below:
Router(config)#ip route 192.168.2.0 255.255.255.0 11.0.0.2 Static
Routes for Router1 are given below: