You are on page 1of 18

1|Pa g e VOL: 1

Routing advanced Course


Default route

Network route

Host route

Advantage of Dynamic routing

Type of dynamic routing protocol

OSPF (Basic theory and config)

OSPF Network Types


2|Pa g e VOL: 1
3|Pa g e VOL: 1

Network Route
- Used for the whole network
- For example: R1 wants to go “192.168.2.1” host. But R1 write the following
command.
- ip route 192.168.2.0 255.255.255.0 10.0.0.2
- “192.168.2.0 255.255.255.0” = 192.168.2.0/24 (for 254 hosts)
4|Pa g e VOL: 1

Host Route
- Used for the specific host
- For example: R1 wants to go “192.168.2.1” host. Now R1 write the
following command.
- ip route 192.168.2.1 255.255.255.255 10.0.0.2
- “192.168.2.1 255.255.255.255” = 192.168.2.1/32 (for 1 hosts)

R-1 (config) # ip route 192.168.2.1 255.255.255.255 10.0.0.2


5|Pa g e VOL: 1
6|Pa g e VOL: 1
7|Pa g e VOL: 1
8|Pa g e VOL: 1
9|Pa g e VOL: 1
10 | P a g e VOL: 1
11 | P a g e VOL: 1
12 | P a g e VOL: 1
13 | P a g e VOL: 1
14 | P a g e VOL: 1
15 | P a g e VOL: 1
16 | P a g e VOL: 1
17 | P a g e VOL: 1
18 | P a g e VOL: 1

You might also like