0% found this document useful (0 votes)
4 views

OSPF

Uploaded by

hitham
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

OSPF

Uploaded by

hitham
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

CCNA Routing OSPF

PROTOCOL
LAP 1

NETWORK ENGINEER: DAHY MANSOUR


➢ LAP 1 Consists of:
• 3 Router
• 2 Switch 2 Layer
• 6 PCs
• 6 Laptop
• 2 Server
o LAN 1:
▪ 1 Switch 2 layer
▪ 3 Pcs and 3 Laptop
▪ Network Ip 1.1.1.0 /27
▪ Subnet mask 255.255.255.224
▪ Default IP 1.1.1.1 /27
o LAN 2:
▪ 1 Switch 2 layer
▪ 3 Pcs and 3 Laptop
▪ Network Ip 2.2.2.0 /27
▪ Subnet mask 255.255.255.224
▪ Default IP 2.2.2.1 /27
1.Implement OSPF protocol on router and Switch 3 layer
2. Use area 0 in router and switch 3 layer

NETWORK ENGINEER: DAHY MANSOUR

1
3.Ping from LAN 1 to LAN 2 and from LAN 2 to LAN 1
4. NETWORK TOPOLOGY:

➢R 0

Router(config-if)#int f0/0
Router(config-if)#ip address 10.0.0.2 255.255.255.252
Router(config-if)#no shutdown
Router(config-if)#int f0/1
Router(config-if)#ip address 20.0.0.2 255.255.255.252
Router(config-if)#no shutdown
Router(config)#
Router(config)#router OSPF 1
Router(config-router)#network 10.0.0.0 0.0.0.3 area 0
Router(config-router)#network 20.0.0.0 0.0.0.3 area 0
NETWORK ENGINEER: DAHY MANSOUR

2
➢Show run
interface FastEthernet0/0
Ip address 10.0.0.2 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
Ip address 20.0.0.2 255.255.255.252
duplex auto
speed auto
!
router OSPF 1
log-adjacency-changes
network 10.0.0.0 0.0.0.3 area 0
network 20.0.0.0 0.0.0.3 area 0

➢R 1
Router(config)#int f0/0
Router(config-if)#ip address 10.0.0.1 255.255.255.252
Router(config-if)#no shutdown
Router(config-if)#int f0/1
Router(config-if)#ip address 1.1.1.1 255.255.255.224
Router(config-if)#no shutdown
Router(config)#router OSPF 1
Router(config-router)#network 10.0.0.0 0.0.0.3 area 0
Router(config-router)#network 1.1.1.0 0.0.0.31 area 0

NETWORK ENGINEER: DAHY MANSOUR

3
➢Show run
interface FastEthernet0/0
Ip address 10.0.0.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
Ip address 1.1.1.1 255.255.255.224
duplex auto
speed auto
!
router OSPF 1
log-adjacency-changes
network 10.0.0.0 0.0.0.3 area 0
network 1.1.1.0 0.0.0.31 area 0

➢R 2
Router(config)#int f0/0
Router(config-if)#ip address 20.0.0.1 255.255.255.252
Router(config-if)#no shutdown
Router(config-if)#int f0/1
Router(config-if)#ip address 2.2.2.1 255.255.255.224
Router(config-if)#no shutdown
Router(config)#router OSPF 1
Router(config-router)#network 20.0.0.0 0.0.0.3 area 0
Router(config-router)#network 2.2.2.0 0.0.0.31 area 0

NETWORK ENGINEER: DAHY MANSOUR

4
➢Show run
interface FastEthernet0/0
Ip address 20.0.0.1 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
Ip address 2.2.2.1 255.255.255.224
duplex auto
speed auto
!
router OSPF 1
log-adjacency-changes
network 20.0.0.0 0.0.0.3 area 0
network 2.2.2.0 0.0.0.31 area 0
➢ Ping from SERVER in LAN 1 to SERVER in LAN 2:

➢Ping from SERVER in LAN 2 to PC 2 in LAN 1:

THANK YOU
NETWORK ENGINEER: DAHY MANSOUR

You might also like