0% found this document useful (0 votes)
9 views2 pages

Static Routing

The document outlines the configuration steps for three routers in a network. Each router is assigned specific IP addresses and subnet masks on their interfaces, along with static routes to facilitate communication between different subnets. The configurations ensure that Router 1, Router 2, and Router 3 can route traffic effectively within the defined IP address ranges.

Uploaded by

ferman
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)
9 views2 pages

Static Routing

The document outlines the configuration steps for three routers in a network. Each router is assigned specific IP addresses and subnet masks on their interfaces, along with static routes to facilitate communication between different subnets. The configurations ensure that Router 1, Router 2, and Router 3 can route traffic effectively within the defined IP address ranges.

Uploaded by

ferman
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

Router 2

Router 1 Router 3

Router1

Router(config)#int g0/1
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int g0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]
Router(config)#exit

Router 2
Router(config)#int g0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int g0/1
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int g0/2
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]

Router(config)#exit
Router 3
Router(config)#int g0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int g0/1
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]
Router(config)#ip route [Link] [Link] [Link]
Router(config-if)#exit

You might also like