0% found this document useful (0 votes)
3 views11 pages

Static Routing Configuration Guide

Uploaded by

jy193857.yadav
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views11 pages

Static Routing Configuration Guide

Uploaded by

jy193857.yadav
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Static Routing

Static routing is a routing method where routes are manually configured


by the network administrator( for the purpose of sharing data from one
network to another network.)or to enable communication between
different networks.

Key points:

1. Configured manually using the ip route command.


2. Suitable for small or stable networks.
3. Not scalable for large or frequently changing networks

PRACTICAL:
PC IP Configuration:

On PC A

 IP: [Link]
 Subnet Mask: [Link]
 Default Gateway: [Link]

On PC B

 IP: [Link]
 Subnet Mask: [Link]
 Default Gateway: [Link]

On PC C

 IP: [Link]
 Subnet Mask: [Link]
 Default Gateway: [Link]

On PC D

 IP: [Link]
 Subnet Mask: [Link]
 Default Gateway: [Link]
Configuration Steps:

On Router1:

Router>en

Router#conf t

Router(config)#int se0/0/0

Router(config-if)#ip add [Link] [Link]

Router(config-if)#no shut

Router(config-if)#int fa0/0

Router(config-if)#ip add [Link] [Link]

Router(config-if)#no shut

Router(config-if)#ip route [Link] [Link] [Link]

Router(config)#ex

Router#show ip route

o/p:

On Router2:

Router>en

Router#conf t

Router(config)#int se0/0/0

Router(config-if)#ip add [Link] [Link]

Router(config-if)#no shut

Router(config-if)#int fa0/0

Router(config-if)#ip add [Link] [Link]

Router(config-if)#no shut

Router(config-if)#ip route [Link] [Link] [Link]

Router(config)#ex
Router#show ip route

PING:
HOMEWORK(PRACTICE):

Each PC needs: ip add, subnetmask, Default Gateway

Go to PC → Desktop → IP Configuration → Manually enter values.

Router1:

en

conf t

int fa0/0

ip add [Link] [Link]

no shut

int se0/0/0

ip add [Link] [Link]

no shut
ex

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ex

Router2:

en

conf t

int se0/0/0

ip add [Link] [Link]

no shut

int se0/0/1

ip add [Link] [Link]

no shut

int fa0/0

ip add 60.1 [Link]

no shut

exit

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

end

Router3 :
en

conf t

int se0/0/0

ip add [Link] [Link]

no shut

int se0/0/1

ip add [Link] [Link]

no shut

int fa0/0

ip add [Link] [Link]

no shut

exit

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ex

Router4:

en

conf t

int se0/0/0

ip add 30.2 [Link]

no shut

int se0/0/1
ip add [Link] [Link]

no shut

int fa0/0

ip add [Link] [Link]

no shut

exit

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

end

Router5:

en

conf t

int se0/0/0

ip add [Link] [Link]

no shut

int fa0/0

ip add [Link] [Link]

no shut

exit

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]

ip route [Link] [Link] [Link]


ip route [Link] [Link] [Link]

ex

o/p:

You might also like