1st weel Day 4
Routing
1.
Static
Routing
2.
Dynamic
Routing
Connection in static
routing :
-Direct connection
-Indirect connection
In static routing , you will
define the rout which is not direct
Command
is :
Router>en
Router#config
terminal
Lets say
pc2 connect to pc1
Route
(Config) # ip route 192.168.200.0 255.255.255.0 172.10.10.1
And
other connection
Route
(config)#ip address 192.168.100.0 255.255.255.0 56.0.0.2
Route
(config)#ip address 80.0.0.0 255.0.0.0 56.0.0.2
To
connec r2 to r4 will be the same gateway
Route
(config)#ip address 10.0.0.0 255.0.0.0 56.0.0.2
Route
(config)#ip address 90.0.0.0 255.0.0.0 56.0.0.2
Route
(config)#ip address 100.0.0.0 255.0.0.0 56.0.0.2
Command
for indirect R1
Route
(config)#ip address 60.0.0.0 255.0.0.0 172.10.20.2
Route
(config)#ip address 56.0.0.0 255.0.0.0 172.10.20.2
Router
(config)#ip address 100.0.0.0 255.0.0.0
172.10.20.2
No comments:
Post a Comment