Pages

Wednesday, November 24, 2010

Static Routing (Leased Line)

Welcome Everyone !
In this session we will learn Static Routing configuration in Cisco routers.
I have designed a simple network, using Packet tracer 5.0, to configure and discuss this concept.
In this network, I have used 2 Routers (R1 & R2), 2 Switches (S1 & S2) and 2 workstations (PC1 and PC2).
To configure static routing in this network, all commands used are shown in the network diagram.

CONFIGURATION

R1:
In router R1 first we will set IP address to the Serial port and fast Ethernet port. After assigning IP address we will run "no shutdown" command to bring the node live. In Serial port , we will also set the clock speed. I have used 64000 in this scenario.

R2:
R2 configuration is similar to R1 configuration.



VERIFICATION
You can verify the configuration by using the below commands:

Show commands to check IP addresses:
Router#sh run
Router#sh interfaces
Router#sh interface s2/0
Router#sh interface f0/0
Router#sh ip interface brief

To check Routing table:
Router#sh ip route

No comments:

Post a Comment