3 Network Connection By Static Routing
3 Network Connection By Static Routing
1 Static routing is manual routing, all networks information user manually add in router
2 Static routing is user depended routing, in these routing destination network, subnet mask and outgoing port information are added only by user
Now Configure Static Routing
1 Basic Configuration And Clock Rate
First router(2621-XM) and add port(WIC-2T) and Follow this Diagram
Go to first router in cli mode and type
· No
· Router>en
· Router#conf t
· Router(config)#int s0/0
· Router(config-if)#ip address 192.168.30.1 255.255.255.0
· Router(config-if)#no shut
· Router(config-if)#clock rate 64000
· Router(config-if)#exit
· Router(config)#int f0/0
· Router(config-if)#ip address 192.168.10.1 255.255.255.0
· Router(config-if)#no shut
· Router(config-if)#exit
Go to second router in cli mode
· No
· Router>en
· Router#conf t
· Router(config)#int s0/0
· Router(config-if)#ip address 192.168.30.2 255.255.255.0
· Router(config-if)#no shut
· Router(config-if)#exit
· Router(config)#int s0/1
· Router(config-if)#ip address 192.168.40.1 255.255.255.0
· Router(config-if)#no shut
· Router(config-if)#clock rate 64000
· Router(config-if)#exit
· Router(config)#int f0/0
· Router(config-if)#ip address 192.168.20.1 255.255.255.0
· Router(config-if)#no shut
· Router(config-if)#exit
Go to Third router in cli mode
· No
· Router>en
· Router#conf t
· Router(config)#int s0/0
· Router(config-if)#ip address 192.168.40.2 255.255.255.0
· Router(config-if)#no shut
· Router(config-if)#exit
· Router(config)#int f0/0
· Router(config-if)#ip address 192.168.50.1 255.255.255.0
· Router(config-if)#no shut
· Router(config-if)#exit
Step 2 Routing
In First Router
Go to first router in Router(config) Terminal and Type command
Ip route 192.168.20.0 255.255.255.0 192.168.30.2
Ip route 192.168.40.0 255.255.255.0 192.168.30.2
Ip route 192.168.50.0 255.255.255.0 192.168.30.2
In Second Router
Go to first router in Router(config) Terminal and Type command
Ip route 192.168.10.0 255.255.255.0 192.168.30.1
Ip route 192.168.50.0 255.255.255.0 192.168.40.2
In Third Routing
Go to first router in Router(config) Terminal and Type command
Ip route 192.168.10.0 255.255.255.0 192.168.40.1
Ip route 192.168.30.0 255.255.255.0 192.168.40.1
Ip route 192.168.20.0 255.255.255.0 192.168.40.1
To check Send Packet's Between Networks
-------------END----------------
Comments
Post a Comment