SlideShare a Scribd company logo
Lab 28: OSPF-III
Task
1. Configure IP Address as per given in topology.
2. Configure OSPF Routing Protocol as per given in topology.
3. Configure OSPF area 3 without using network command. (Do possible configuration)
4. Make sure all routers receive all routes.
5. Configure PAT on R1 and R11.
6. Change Hello and hold interval to 15 and 60 respectively in Area 10.
7. Best path selection, R9 reach 54.0.0.2 via R6.
8. OSPF Area 1 used MD5 Authentication using password "N3tW@xL@b".
9. R1 Advertise all loopbacks on R4 with single route.
10. Make sure Area 3 Routers not received others area routes in their routing table. (Do possible
configuration)
Figure 1 Topology
Lab 28: OSPF-III
Solution
 Task 2: Configure OSPF Routing Protocol as per given in topology.
R1
router ospf 1
router-id 1.1.1.1
exit
int se0/0
ip ospf 1 area 3
exit
int f1/0
ip ospf 1 area 3
exit
int se0/1
ip ospf 1 area 3
exit
R2
router ospf 1
router-id 2.2.2.2
exit
int se0/0
ip ospf 1 area 3
exit
int f0/0
ip ospf 1 area 3
exit
int se0/1
ip ospf 1 area 3
exit
Lab 28: OSPF-III
R3
router ospf 1
router-id 3.3.3.3
exit
int se0/0
ip ospf 1 area 3
exit
int f0/0
ip ospf 1 area 3
exit
int se0/1
ip ospf 1 area 3
exit
R4
router ospf 1
router-id 4.4.4.4
exit
int se0/0
ip ospf 1 area 3
exit
int f0/0
ip ospf 1 area 3
exit
int se0/1
ip ospf 1 area 3
exit
int l1
ip ospf 1 area 3
exit
int l2
Lab 28: OSPF-III
ip ospf 1 area 3
exit
int l3
ip ospf 1 area 3
exit
int l4
ip ospf 1 area 3
exit
R5
router ospf 1
router-id 5.5.5.5
log-adjacency-changes
area 1 authentication message-digest
network 54.32.78.0 0.0.0.255 area 1
exit
R6
router ospf 1
router-id 6.6.6.6
log-adjacency-changes
area 1 authentication message-digest
network 54.32.78.0 0.0.0.255 area 1
network 114.204.65.0 0.0.0.255 area 1
exit
R7
router ospf 1
router-id 7.7.7.7
log-adjacency-changes
area 1 authentication message-digest
area 1 virtual-link 9.9.9.9
network 45.0.84.0 0.0.0.255 area 0
network 54.32.78.0 0.0.0.255 area 1
exit
Lab 28: OSPF-III
R8
router ospf 1
router-id 8.8.8.8
log-adjacency-changes
area 10 virtual-link 1.1.1.1
network 34.11.78.0 0.0.0.255 area 10
network 45.21.88.0 0.0.0.255 area 4
network 60.4.100.0 0.0.0.255 area 4
network 100.251.0.0 0.0.0.255 area 4
exit
R9
router ospf 1
router-id 9.9.9.9
log-adjacency-changes
area 1 authentication message-digest
area 1 virtual-link 7.7.7.7
network 60.4.100.0 0.0.0.255 area 4
network 100.0.0.0 0.0.0.255 area 4
network 114.204.65.0 0.0.0.255 area 1
exit
R10
router ospf 1
router-id 10.10.10.10
log-adjacency-changes
network 100.0.0.0 0.0.0.255 area 4
network 100.251.0.0 0.0.0.255 area 4
exit
R11
router ospf 1
router-id 11.11.11.11
log-adjacency-changes
network 45.21.88.0 0.0.0.255 area 4
default-information originate
Lab 28: OSPF-III
 Task 3: Complete in Task 2.
 Task 4: Make sure all routers receive all routes.
R1
router ospf 1
area 10 virtual-link 8.8.8.8
exit
R8
router ospf 1
area 10 virtual-link 1.1.1.1
exit
R7
router ospf 1
area 10 virtual-link 9.9.9.9
exit
R9
router ospf 1
area 10 virtual-link 7.7.7.7
exit
 Task 5: Configure PAT on R1 and R11.
R1
ip access-list extended NAT
permit ip 10.0.13.0 0.0.0.255 any
permit ip 10.0.34.0 0.0.0.255 any
permit ip 10.0.24.0 0.0.0.255 any
permit ip 10.0.12.0 0.0.0.255 any
permit ip 192.168.1.0 0.0.0.255 any
permit ip 45.0.84.0 0.0.0.255 any
permit ip 34.11.78.0 0.0.0.255 any
permit ip 54.32.78.0 0.0.0.255 any
permit ip 114.204.65.0 0.0.0.255 any
permit ip 60.4.100.0 0.0.0.255 any
permit ip 100.0.0.0 0.0.0.255 any
permit ip 100.251.0.0 0.0.0.255 any
Lab 28: OSPF-III
permit ip 42.21.88.0 0.0.0.255 any
permit ip 4.4.1.0 0.0.0.255 any
permit ip 4.4.2.0 0.0.0.255 any
permit ip 4.4.3.0 0.0.0.255 any
permit ip 4.4.4.0 0.0.0.255 any
exit
int f0/0
ip nat outside
exit
int f0/1
ip nat inside
exit
int se0/0
ip nat inside
exit
int f1/0
ip nat inside
exit
int se0/2
ip nat inside
exit
int se0/1
ip nat inside
exit
ip nat inside source list NAT interface f0/0 overload
R11
ip access-list extended NAT
permit ip 45.21.88.0 0.0.0.255 any
permit ip 100.251.0.0 0.0.0.255 any
permit ip 60.4.100.0 0.0.0.255 any
permit ip 100.0.0.0 0.0.0.255 any
permit ip 114.204.65.0 0.0.0.255 any
Lab 28: OSPF-III
permit ip 54.32.78.0 0.0.0.255 any
permit ip 34.11.78.0 0.0.0.255 any
permit ip 45.0.84.0 0.0.0.255 any
permit ip 10.0.13.0 0.0.0.255 any
permit ip 10.0.34.0 0.0.0.255 any
permit ip 10.0.24.0 0.0.0.255 any
permit ip 10.0.12.0 0.0.0.255 any
permit ip 192.168.1.0 0.0.0.255 any
permit ip 4.4.1.0 0.0.0.255 any
permit ip 4.4.2.0 0.0.0.255 any
permit ip 4.4.3.0 0.0.0.255 any
permit ip 4.4.4.0 0.0.0.255 any
exit
int f0/0
ip nat outside
exit
int f0/1
ip nat inside
exit
ip nat inside source list NAT interface f0/0 overload
 Task 6: Change Hello and hold interval to 15 and 60 respectively in Area 10.
R1
int se0/2
ip ospf hello-interval 15
ip ospf dead-interval 60
exit
R8
int se0/0
ip ospf hello-interval 15
ip ospf dead-interval 60
exit
Lab 28: OSPF-III
 Task 7: Best path selection, R9 reach 54.0.0.2 via R6.
R9
int f0/0
ip ospf cost 100
exit
 Task 8: OSPF Area 1 used MD5 Authentication using password "N3tW@xL@b".
R5
router ospf 1
area 1 authentication message-digest
exit
int f0/0
ip ospf message-digest-key 1 md5 N3tW@xL@b
exit
R6
router ospf 1
area 1 authentication message-digest
exit
int f0/0
ip ospf message-digest-key 1 md5 N3tW@xL@b
exit
R7
router ospf 1
area 1 authentication message-digest
exit
int f0/0
ip ospf message-digest-key 1 md5 N3tW@xL@b
exit
Lab 28: OSPF-III
R9
router ospf 1
area 1 authentication message-digest
exit
int s0/0
ip ospf message-digest-key 1 md5 N3tW@xL@b
exit
 Task 9: R1 Advertise all loopbacks on R4 with single route.
R1
router ospf 1
area 3 range 4.4.0.0 255.255.248.0
exit
 Task 10: Make sure Area 3 Routers not received others area routes in their routing table. (Do
possible configuration)
R1
router ospf 1
area 3 stub no-summary
exit
R2
router ospf 1
area 3 stub no-summary
exit
R3
router ospf 1
area 3 stub no-summary
exit
R4
router ospf 1
area 3 stub no-summary
exit
(Note: Verify using "sh ip route".)

More Related Content

PDF
Nxll26 bgp ii
PPTX
Diameter based Interfaces and description
PPTX
IS-IS Protocol Introduction
PDF
Routing basics/CEF
PDF
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
PDF
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
PDF
VoLTE Interfaces , Protocols & IMS Stack Explained
PDF
VoLTE Flows and CS network
Nxll26 bgp ii
Diameter based Interfaces and description
IS-IS Protocol Introduction
Routing basics/CEF
SRVCC (Single Radio Voice Call Continuity) in VoLTE & Comparison with CSFB
End to End volte ims sip call flow Guide - Mobile originating and Mobile term...
VoLTE Interfaces , Protocols & IMS Stack Explained
VoLTE Flows and CS network

What's hot (20)

PDF
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00
PDF
Introduction to DIAMETER
PPTX
EIGRP (Enhanced Interior Gateway Routing Protocol)
PPTX
IMS + VoLTE Overview
PPTX
IMS ENUM and DNS Mechanism
PDF
IMS Registration Flow
PPTX
OPEN SHORTEST PATH FIRST (OSPF)
PPTX
HSRP ccna
PDF
Cisco ospf
PDF
Cs c n overview
PPTX
OSPF Fundamental
PPTX
LTE1617 RLF Triggered Handover.pptx
PPT
Layer 3 messages (2G)
PDF
Access Control List & its Types
PPTX
Mpls technology
PPTX
OSPF Internal Route Summarization
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 6
PDF
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
PPT
Access Control List 1
PPTX
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00
Introduction to DIAMETER
EIGRP (Enhanced Interior Gateway Routing Protocol)
IMS + VoLTE Overview
IMS ENUM and DNS Mechanism
IMS Registration Flow
OPEN SHORTEST PATH FIRST (OSPF)
HSRP ccna
Cisco ospf
Cs c n overview
OSPF Fundamental
LTE1617 RLF Triggered Handover.pptx
Layer 3 messages (2G)
Access Control List & its Types
Mpls technology
OSPF Internal Route Summarization
CCNA 1 Routing and Switching v5.0 Chapter 6
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Access Control List 1
Ad

Viewers also liked (20)

PDF
Securing Switch Access
PDF
Remote VPN
PDF
Radius vs. Tacacs+
PDF
Computer Ports
PDF
Nxll19 vrrp (virtual router redundancy protocol)
PDF
Nxll09 access list
PDF
Nxll21 ospf filtering & summarization
PDF
Eincop Netwax Lab: EIGRP ii
PDF
Nxll17 dynamic routing with asa
PDF
Switching
PDF
Nxll11 bgp
PDF
Eincop Netwax Lab: Route Redistribution
PDF
Nxll12 zone based firewall
PDF
Nxll16 basic asa v8.2
PDF
Eincop Netwax Lab: Access List ii
PDF
Nxll14 cut through-proxy on asa
PDF
Eincop Netwax Lab: Vlan and Trunking ii
DOCX
Ccna 1 final exam v5
PDF
Ccna full
DOCX
Switch configuration (command)
Securing Switch Access
Remote VPN
Radius vs. Tacacs+
Computer Ports
Nxll19 vrrp (virtual router redundancy protocol)
Nxll09 access list
Nxll21 ospf filtering & summarization
Eincop Netwax Lab: EIGRP ii
Nxll17 dynamic routing with asa
Switching
Nxll11 bgp
Eincop Netwax Lab: Route Redistribution
Nxll12 zone based firewall
Nxll16 basic asa v8.2
Eincop Netwax Lab: Access List ii
Nxll14 cut through-proxy on asa
Eincop Netwax Lab: Vlan and Trunking ii
Ccna 1 final exam v5
Ccna full
Switch configuration (command)
Ad

Similar to Nxll28 ospf iii (20)

PDF
Eincop Netwax Lab: Lab 1 static route
PDF
Nxll24 i pv6
PDF
Nxll20 na ting
PDF
Eincop Netwax Lab: Redistribution
PPT
CCIE Lab - IGP Routing
PDF
Nxll22 role based cli
PDF
Nxll23 i pv6
PPTX
Лекц 15
DOCX
Lab 9 instructions
PDF
Huawei ARG3 Router How To - Troubleshooting OSPF: Netmask mismatch
PDF
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
PDF
ospfv3.pdf
PDF
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
PDF
ospf initial configuration
PDF
06 tk 1073 network layer
PDF
Eincop Netwax Lab: EIGRP iii
PDF
ACI Multicast 구성 가이드
PDF
Nxll18 vpn (s2 s gre & dmvpn)
PPT
MPLS SDN 2015 - SPRING interoperability testing
PDF
Network topology by essay corp uk
Eincop Netwax Lab: Lab 1 static route
Nxll24 i pv6
Nxll20 na ting
Eincop Netwax Lab: Redistribution
CCIE Lab - IGP Routing
Nxll22 role based cli
Nxll23 i pv6
Лекц 15
Lab 9 instructions
Huawei ARG3 Router How To - Troubleshooting OSPF: Netmask mismatch
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
ospfv3.pdf
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
ospf initial configuration
06 tk 1073 network layer
Eincop Netwax Lab: EIGRP iii
ACI Multicast 구성 가이드
Nxll18 vpn (s2 s gre & dmvpn)
MPLS SDN 2015 - SPRING interoperability testing
Network topology by essay corp uk

More from Netwax Lab (7)

PDF
Nxll10 v lan and trunking
PDF
Nxll25 hsrp with failover
PDF
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
PDF
Kerberos Protocol
PDF
TACACS Protocol
PDF
Radius Protocol
PDF
SSL Web VPN
Nxll10 v lan and trunking
Nxll25 hsrp with failover
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Kerberos Protocol
TACACS Protocol
Radius Protocol
SSL Web VPN

Nxll28 ospf iii

  • 1. Lab 28: OSPF-III Task 1. Configure IP Address as per given in topology. 2. Configure OSPF Routing Protocol as per given in topology. 3. Configure OSPF area 3 without using network command. (Do possible configuration) 4. Make sure all routers receive all routes. 5. Configure PAT on R1 and R11. 6. Change Hello and hold interval to 15 and 60 respectively in Area 10. 7. Best path selection, R9 reach 54.0.0.2 via R6. 8. OSPF Area 1 used MD5 Authentication using password "N3tW@xL@b". 9. R1 Advertise all loopbacks on R4 with single route. 10. Make sure Area 3 Routers not received others area routes in their routing table. (Do possible configuration) Figure 1 Topology
  • 2. Lab 28: OSPF-III Solution  Task 2: Configure OSPF Routing Protocol as per given in topology. R1 router ospf 1 router-id 1.1.1.1 exit int se0/0 ip ospf 1 area 3 exit int f1/0 ip ospf 1 area 3 exit int se0/1 ip ospf 1 area 3 exit R2 router ospf 1 router-id 2.2.2.2 exit int se0/0 ip ospf 1 area 3 exit int f0/0 ip ospf 1 area 3 exit int se0/1 ip ospf 1 area 3 exit
  • 3. Lab 28: OSPF-III R3 router ospf 1 router-id 3.3.3.3 exit int se0/0 ip ospf 1 area 3 exit int f0/0 ip ospf 1 area 3 exit int se0/1 ip ospf 1 area 3 exit R4 router ospf 1 router-id 4.4.4.4 exit int se0/0 ip ospf 1 area 3 exit int f0/0 ip ospf 1 area 3 exit int se0/1 ip ospf 1 area 3 exit int l1 ip ospf 1 area 3 exit int l2
  • 4. Lab 28: OSPF-III ip ospf 1 area 3 exit int l3 ip ospf 1 area 3 exit int l4 ip ospf 1 area 3 exit R5 router ospf 1 router-id 5.5.5.5 log-adjacency-changes area 1 authentication message-digest network 54.32.78.0 0.0.0.255 area 1 exit R6 router ospf 1 router-id 6.6.6.6 log-adjacency-changes area 1 authentication message-digest network 54.32.78.0 0.0.0.255 area 1 network 114.204.65.0 0.0.0.255 area 1 exit R7 router ospf 1 router-id 7.7.7.7 log-adjacency-changes area 1 authentication message-digest area 1 virtual-link 9.9.9.9 network 45.0.84.0 0.0.0.255 area 0 network 54.32.78.0 0.0.0.255 area 1 exit
  • 5. Lab 28: OSPF-III R8 router ospf 1 router-id 8.8.8.8 log-adjacency-changes area 10 virtual-link 1.1.1.1 network 34.11.78.0 0.0.0.255 area 10 network 45.21.88.0 0.0.0.255 area 4 network 60.4.100.0 0.0.0.255 area 4 network 100.251.0.0 0.0.0.255 area 4 exit R9 router ospf 1 router-id 9.9.9.9 log-adjacency-changes area 1 authentication message-digest area 1 virtual-link 7.7.7.7 network 60.4.100.0 0.0.0.255 area 4 network 100.0.0.0 0.0.0.255 area 4 network 114.204.65.0 0.0.0.255 area 1 exit R10 router ospf 1 router-id 10.10.10.10 log-adjacency-changes network 100.0.0.0 0.0.0.255 area 4 network 100.251.0.0 0.0.0.255 area 4 exit R11 router ospf 1 router-id 11.11.11.11 log-adjacency-changes network 45.21.88.0 0.0.0.255 area 4 default-information originate
  • 6. Lab 28: OSPF-III  Task 3: Complete in Task 2.  Task 4: Make sure all routers receive all routes. R1 router ospf 1 area 10 virtual-link 8.8.8.8 exit R8 router ospf 1 area 10 virtual-link 1.1.1.1 exit R7 router ospf 1 area 10 virtual-link 9.9.9.9 exit R9 router ospf 1 area 10 virtual-link 7.7.7.7 exit  Task 5: Configure PAT on R1 and R11. R1 ip access-list extended NAT permit ip 10.0.13.0 0.0.0.255 any permit ip 10.0.34.0 0.0.0.255 any permit ip 10.0.24.0 0.0.0.255 any permit ip 10.0.12.0 0.0.0.255 any permit ip 192.168.1.0 0.0.0.255 any permit ip 45.0.84.0 0.0.0.255 any permit ip 34.11.78.0 0.0.0.255 any permit ip 54.32.78.0 0.0.0.255 any permit ip 114.204.65.0 0.0.0.255 any permit ip 60.4.100.0 0.0.0.255 any permit ip 100.0.0.0 0.0.0.255 any permit ip 100.251.0.0 0.0.0.255 any
  • 7. Lab 28: OSPF-III permit ip 42.21.88.0 0.0.0.255 any permit ip 4.4.1.0 0.0.0.255 any permit ip 4.4.2.0 0.0.0.255 any permit ip 4.4.3.0 0.0.0.255 any permit ip 4.4.4.0 0.0.0.255 any exit int f0/0 ip nat outside exit int f0/1 ip nat inside exit int se0/0 ip nat inside exit int f1/0 ip nat inside exit int se0/2 ip nat inside exit int se0/1 ip nat inside exit ip nat inside source list NAT interface f0/0 overload R11 ip access-list extended NAT permit ip 45.21.88.0 0.0.0.255 any permit ip 100.251.0.0 0.0.0.255 any permit ip 60.4.100.0 0.0.0.255 any permit ip 100.0.0.0 0.0.0.255 any permit ip 114.204.65.0 0.0.0.255 any
  • 8. Lab 28: OSPF-III permit ip 54.32.78.0 0.0.0.255 any permit ip 34.11.78.0 0.0.0.255 any permit ip 45.0.84.0 0.0.0.255 any permit ip 10.0.13.0 0.0.0.255 any permit ip 10.0.34.0 0.0.0.255 any permit ip 10.0.24.0 0.0.0.255 any permit ip 10.0.12.0 0.0.0.255 any permit ip 192.168.1.0 0.0.0.255 any permit ip 4.4.1.0 0.0.0.255 any permit ip 4.4.2.0 0.0.0.255 any permit ip 4.4.3.0 0.0.0.255 any permit ip 4.4.4.0 0.0.0.255 any exit int f0/0 ip nat outside exit int f0/1 ip nat inside exit ip nat inside source list NAT interface f0/0 overload  Task 6: Change Hello and hold interval to 15 and 60 respectively in Area 10. R1 int se0/2 ip ospf hello-interval 15 ip ospf dead-interval 60 exit R8 int se0/0 ip ospf hello-interval 15 ip ospf dead-interval 60 exit
  • 9. Lab 28: OSPF-III  Task 7: Best path selection, R9 reach 54.0.0.2 via R6. R9 int f0/0 ip ospf cost 100 exit  Task 8: OSPF Area 1 used MD5 Authentication using password "N3tW@xL@b". R5 router ospf 1 area 1 authentication message-digest exit int f0/0 ip ospf message-digest-key 1 md5 N3tW@xL@b exit R6 router ospf 1 area 1 authentication message-digest exit int f0/0 ip ospf message-digest-key 1 md5 N3tW@xL@b exit R7 router ospf 1 area 1 authentication message-digest exit int f0/0 ip ospf message-digest-key 1 md5 N3tW@xL@b exit
  • 10. Lab 28: OSPF-III R9 router ospf 1 area 1 authentication message-digest exit int s0/0 ip ospf message-digest-key 1 md5 N3tW@xL@b exit  Task 9: R1 Advertise all loopbacks on R4 with single route. R1 router ospf 1 area 3 range 4.4.0.0 255.255.248.0 exit  Task 10: Make sure Area 3 Routers not received others area routes in their routing table. (Do possible configuration) R1 router ospf 1 area 3 stub no-summary exit R2 router ospf 1 area 3 stub no-summary exit R3 router ospf 1 area 3 stub no-summary exit R4 router ospf 1 area 3 stub no-summary exit (Note: Verify using "sh ip route".)