SlideShare a Scribd company logo
Lab 21: OSPF Filtering & Summarization
Task
1. Configure IP Address as per given in topology.
2. Configure OSPF According to the topology and provide Router-ID as Router Name (like 1.1.1.1 for
R1).
3. Communicate OSPF Area 100 to OSPF Area 0.
4. Make sure R1 not received R12 loopback. Do possible Configuration.
5. Make sure OSPF Area 40 using Totally Stub for LSA Filtering.
6. Make sure R12 not received R10 loopback. Use prefix list for this task.
7. Area 10 not received R7 loopback. Use filter list to complete this task.
8. Make sure R1 Redistribute EIGRP as External type 1.
9. OSPF Area 100 send R12 loopback using manual summarization.
10. Make sure R1 loopback 3 is not advertise in OSPF domain.
Figure 1 Topology
Lab 21: OSPF Filtering & Summarization
Solution
 Task 2: Configure OSPF According to the topology and provide Router-ID as Router Name (like
1.1.1.1 for R1).
R1
router ospf 1
router-id 1.1.1.1
network 24.45.99.0 0.0.0.255 area 0
network 25.0.0.0 0.0.0.255 area 0
network 158.52.64.0 0.0.0.255 area 0
R2
router ospf 1
router-id 2.2.2.2
network 15.24.0.0 0.0.0.255 area 10
network 25.0.0.0 0.0.0.255 area 0
network 84.122.34.0 0.0.0.255 area 0
network 99.54.66.0 0.0.0.255 area 0
network 199.50.200.0 0.0.0.255 area 10
R3
router ospf 1
network 25.0.0.0 0.0.0.255 area 0
network 74.175.65.0 0.0.0.255 area 40
network 84.122.34.0 0.0.0.255 area 0
network 158.52.64.0 0.0.0.255 area 0
R4
router ospf 1
router-id 4.4.4.4
network 24.45.99.0 0.0.0.255 area 0
network 25.0.0.0 0.0.0.255 area 0
network 99.54.66.0 0.0.0.255 area 0
network 100.0.0.0 0.0.0.255 area 87
Lab 21: OSPF Filtering & Summarization
R5
router ospf 1
router-id 5.5.5.5
network 145.33.54.0 0.0.0.255 area 10
network 199.50.200.0 0.0.0.255 area 10
R6
router ospf 1
router-id 6.6.6.6
network 15.24.0.0 0.0.0.255 area 10
network 33.42.21.0 0.0.0.255 area 10
R7
router ospf 1
router-id 7.7.7.7
network 7.7.1.1 0.0.0.0 area 40
network 7.7.2.1 0.0.0.0 area 40
network 7.7.3.1 0.0.0.0 area 40
network 7.7.4.1 0.0.0.0 area 40
network 74.175.65.0 0.0.0.255 area 40
R8
router ospf 1
router-id 8.8.8.8
area 100 range 12.12.0.0 255.255.248.0
network 100.0.0.0 0.0.0.255 area 87
network 201.114.25.0 0.0.0.255 area 100
R9
router ospf 1
router-id 9.9.9.9
network 9.9.1.1 0.0.0.0 area 10
network 9.9.2.1 0.0.0.0 area 10
network 9.9.3.1 0.0.0.0 area 10
network 9.9.4.1 0.0.0.0 area 10
network 145.33.54.0 0.0.0.255 area 10
Lab 21: OSPF Filtering & Summarization
R10
router ospf 1
router-id 10.10.10.10
network 10.10.1.0 0.0.0.255 area 10
network 10.10.2.0 0.0.0.255 area 10
network 10.10.3.0 0.0.0.255 area 10
network 10.10.4.0 0.0.0.255 area 10
network 33.42.21.0 0.0.0.255 area 10
R11
router ospf 1
router-id 11.11.11.11
network 11.11.11.1 0.0.0.0 area 40
network 11.11.12.1 0.0.0.0 area 40
network 11.11.13.1 0.0.0.0 area 40
network 11.11.14.1 0.0.0.0 area 40
network 74.175.65.0 0.0.0.255 area 40
R12
router ospf 1
router-id 12.12.12.12
network 12.12.1.1 0.0.0.0 area 100
network 12.12.2.1 0.0.0.0 area 100
network 12.12.3.1 0.0.0.0 area 100
network 12.12.4.1 0.0.0.0 area 100
network 201.114.25.0 0.0.0.255 area 100
 Task 3: Communicate OSPF Area 100 to OSPF Area 0.
R4
router ospf 1
area 87 virtual-link 8.8.8.8
R8
router ospf 1
area 87 virtual-link 4.4.4.4
Lab 21: OSPF Filtering & Summarization
 Task 4: Make sure R1 not received R12 loopback. Do possible Configuration.
R1
access-list 10 deny 12.12.1.0 0.0.0.255
access-list 10 deny 12.12.2.0 0.0.0.255
access-list 10 deny 12.12.3.0 0.0.0.255
access-list 10 deny 12.12.4.0 0.0.0.255
access-list 10 permit any
router ospf 1
distribute-list 10 in FastEthernet0/0
exit
 Task 5: Make sure OSPF Area 40 using Totally Stub for LSA Filtering.
R3
router ospf 1
area 40 stub no-summary
exit
R7
router ospf 1
area 40 stub
exit
R11
router ospf 1
area 40 stub
exit
 Task 6: Make sure R12 not received R10 loopback. Use prefix list for this task.
R12
ip prefix-list R10loop seq 5 deny 10.10.0.0/16 ge 24 le 24
ip prefix-list R10loop seq 10 permit 0.0.0.0/0 le 32
router ospf 1
distribute-list prefix R10loop in FastEthernet0/0
exit
Lab 21: OSPF Filtering & Summarization
 Task 7: Area 10 not received R7 loopback. Use filter list to complete this task.
R2
ip prefix-list R7loop seq 5 deny 7.7.0.0/16 ge 24 le 24
ip prefix-list R7loop seq 10 permit 0.0.0.0/0 le 32
router ospf 1
area 10 filter-list prefix R7loop in
exit
 Task 8: Make sure R1 Redistribute Eigrp as External type 1.
R1
router ospf 1
redistribute eigrp 100 metric 1 metric-type 1 subnets
exit
 Task 9: OSPF Area 100 send R12 loopback using manual summarization.
R8
router ospf 1
area 100 range 12.12.0.0 255.255.248.0
exit
 Task 10: Make sure R1 loopback 3 is not advertise in ospf domain.
R1
router ospf 1
summary-address 100.100.3.0 255.255.255.0 not-advertise
exit

More Related Content

What's hot

Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
Netwax Lab
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
Netwax Lab
 
Nxll09 access list
Nxll09 access listNxll09 access list
Nxll09 access list
Netwax Lab
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)
Netwax Lab
 
Nxll11 bgp
Nxll11 bgpNxll11 bgp
Nxll11 bgp
Netwax Lab
 
Nxll23 i pv6
Nxll23 i pv6Nxll23 i pv6
Nxll23 i pv6
Netwax Lab
 
Eincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List iiEincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List ii
Netwax Lab
 
Eincop Netwax Lab: Vlan and Trunking ii
Eincop Netwax Lab: Vlan and Trunking iiEincop Netwax Lab: Vlan and Trunking ii
Eincop Netwax Lab: Vlan and Trunking ii
Netwax Lab
 
Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Nxll16 basic asa v8.2
Nxll16 basic asa v8.2
Netwax Lab
 
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiEincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iii
Netwax Lab
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asa
Netwax Lab
 
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Eincop Netwax Lab: Site 2 Site VPN with Routing ProtocolsEincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Netwax Lab
 
Nxll10 v lan and trunking
Nxll10 v lan and trunkingNxll10 v lan and trunking
Nxll10 v lan and trunking
Netwax Lab
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asa
Netwax Lab
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static route
Netwax Lab
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Netwax Lab
 
Báo cáo thực tập athena trần trọng thái
Báo cáo thực tập athena   trần trọng tháiBáo cáo thực tập athena   trần trọng thái
Báo cáo thực tập athena trần trọng tháitran thai
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
Hamed Moghaddam
 
Nat64 server
Nat64 serverNat64 server
Nat64 server
Janith Rukman
 

What's hot (20)

Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
 
Nxll09 access list
Nxll09 access listNxll09 access list
Nxll09 access list
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)
 
Nxll11 bgp
Nxll11 bgpNxll11 bgp
Nxll11 bgp
 
Nxll23 i pv6
Nxll23 i pv6Nxll23 i pv6
Nxll23 i pv6
 
Eincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List iiEincop Netwax Lab: Access List ii
Eincop Netwax Lab: Access List ii
 
Eincop Netwax Lab: Vlan and Trunking ii
Eincop Netwax Lab: Vlan and Trunking iiEincop Netwax Lab: Vlan and Trunking ii
Eincop Netwax Lab: Vlan and Trunking ii
 
Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Nxll16 basic asa v8.2
Nxll16 basic asa v8.2
 
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iiiEincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: EIGRP iii
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asa
 
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Eincop Netwax Lab: Site 2 Site VPN with Routing ProtocolsEincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
 
Nxll10 v lan and trunking
Nxll10 v lan and trunkingNxll10 v lan and trunking
Nxll10 v lan and trunking
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asa
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static route
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
 
DMVPN
DMVPNDMVPN
DMVPN
 
Báo cáo thực tập athena trần trọng thái
Báo cáo thực tập athena   trần trọng tháiBáo cáo thực tập athena   trần trọng thái
Báo cáo thực tập athena trần trọng thái
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
 
Nat64 server
Nat64 serverNat64 server
Nat64 server
 

Viewers also liked

Computer Ports
Computer PortsComputer Ports
Computer Ports
Netwax Lab
 
Remote VPN
Remote VPNRemote VPN
Remote VPN
Netwax Lab
 
Switching
SwitchingSwitching
Switching
Netwax Lab
 
Securing Switch Access
Securing Switch Access Securing Switch Access
Securing Switch Access
Netwax Lab
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route Redistribution
Netwax Lab
 
Radius vs. Tacacs+
Radius vs. Tacacs+Radius vs. Tacacs+
Radius vs. Tacacs+
Netwax Lab
 
IP Address
IP AddressIP Address
IP Address
Netwax Lab
 
Wireless Technology
Wireless TechnologyWireless Technology
Wireless Technology
Netwax Lab
 
SSL Web VPN
SSL Web VPNSSL Web VPN
SSL Web VPN
Netwax Lab
 
Introduction of Networking
Introduction of NetworkingIntroduction of Networking
Introduction of Networking
Netwax Lab
 

Viewers also liked (10)

Computer Ports
Computer PortsComputer Ports
Computer Ports
 
Remote VPN
Remote VPNRemote VPN
Remote VPN
 
Switching
SwitchingSwitching
Switching
 
Securing Switch Access
Securing Switch Access Securing Switch Access
Securing Switch Access
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route Redistribution
 
Radius vs. Tacacs+
Radius vs. Tacacs+Radius vs. Tacacs+
Radius vs. Tacacs+
 
IP Address
IP AddressIP Address
IP Address
 
Wireless Technology
Wireless TechnologyWireless Technology
Wireless Technology
 
SSL Web VPN
SSL Web VPNSSL Web VPN
SSL Web VPN
 
Introduction of Networking
Introduction of NetworkingIntroduction of Networking
Introduction of Networking
 

Similar to Nxll21 ospf filtering & summarization

OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
Denis Rasskazov
 
Ipv6
Ipv6Ipv6
Ipv6
Alp isik
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
Kristof De Brouwer
 
ospf ahmed tawfeek CCNA dump for Exam12
ospf  ahmed tawfeek CCNA dump for Exam12ospf  ahmed tawfeek CCNA dump for Exam12
ospf ahmed tawfeek CCNA dump for Exam12
ym7md88
 
CCNP Troubleshooting
CCNP TroubleshootingCCNP Troubleshooting
CCNP Troubleshooting
Networkershome
 
CCNP Troubleshooting
CCNP TroubleshootingCCNP Troubleshooting
CCNP Troubleshooting
Networkershome
 
IPV6 Hands on Lab
IPV6 Hands on Lab IPV6 Hands on Lab
IPV6 Hands on Lab
Cisco Canada
 
OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
Ahmed Ali
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
Cisco Canada
 
Hands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching ServicesHands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching Services
Cisco Canada
 
Ospf Cisco
Ospf CiscoOspf Cisco
Ospf Cisco
Alp isik
 
Лекц 15
Лекц 15Лекц 15
Лекц 15Muuluu
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
Cisco Canada
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching
Cisco Canada
 
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID ConfusionHuawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
IPMAX s.r.l.
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Angel Clavel
 
Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4
Alejandro Perez
 

Similar to Nxll21 ospf filtering & summarization (20)

OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
 
Ipv6
Ipv6Ipv6
Ipv6
 
Mpl sv1 qbook
Mpl sv1 qbookMpl sv1 qbook
Mpl sv1 qbook
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
 
ospf ahmed tawfeek CCNA dump for Exam12
ospf  ahmed tawfeek CCNA dump for Exam12ospf  ahmed tawfeek CCNA dump for Exam12
ospf ahmed tawfeek CCNA dump for Exam12
 
CCNP Troubleshooting
CCNP TroubleshootingCCNP Troubleshooting
CCNP Troubleshooting
 
CCNP Troubleshooting
CCNP TroubleshootingCCNP Troubleshooting
CCNP Troubleshooting
 
IPV6 Hands on Lab
IPV6 Hands on Lab IPV6 Hands on Lab
IPV6 Hands on Lab
 
OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
 
Hands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching ServicesHands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching Services
 
Ospf Cisco
Ospf CiscoOspf Cisco
Ospf Cisco
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching
 
bgp-01
bgp-01bgp-01
bgp-01
 
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID ConfusionHuawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
Huawei ARG3 Router How To - Troubleshooting OSPF: Router ID Confusion
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
 
Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4
 
mpls-04
mpls-04mpls-04
mpls-04
 

Nxll21 ospf filtering & summarization

  • 1. Lab 21: OSPF Filtering & Summarization Task 1. Configure IP Address as per given in topology. 2. Configure OSPF According to the topology and provide Router-ID as Router Name (like 1.1.1.1 for R1). 3. Communicate OSPF Area 100 to OSPF Area 0. 4. Make sure R1 not received R12 loopback. Do possible Configuration. 5. Make sure OSPF Area 40 using Totally Stub for LSA Filtering. 6. Make sure R12 not received R10 loopback. Use prefix list for this task. 7. Area 10 not received R7 loopback. Use filter list to complete this task. 8. Make sure R1 Redistribute EIGRP as External type 1. 9. OSPF Area 100 send R12 loopback using manual summarization. 10. Make sure R1 loopback 3 is not advertise in OSPF domain. Figure 1 Topology
  • 2. Lab 21: OSPF Filtering & Summarization Solution  Task 2: Configure OSPF According to the topology and provide Router-ID as Router Name (like 1.1.1.1 for R1). R1 router ospf 1 router-id 1.1.1.1 network 24.45.99.0 0.0.0.255 area 0 network 25.0.0.0 0.0.0.255 area 0 network 158.52.64.0 0.0.0.255 area 0 R2 router ospf 1 router-id 2.2.2.2 network 15.24.0.0 0.0.0.255 area 10 network 25.0.0.0 0.0.0.255 area 0 network 84.122.34.0 0.0.0.255 area 0 network 99.54.66.0 0.0.0.255 area 0 network 199.50.200.0 0.0.0.255 area 10 R3 router ospf 1 network 25.0.0.0 0.0.0.255 area 0 network 74.175.65.0 0.0.0.255 area 40 network 84.122.34.0 0.0.0.255 area 0 network 158.52.64.0 0.0.0.255 area 0 R4 router ospf 1 router-id 4.4.4.4 network 24.45.99.0 0.0.0.255 area 0 network 25.0.0.0 0.0.0.255 area 0 network 99.54.66.0 0.0.0.255 area 0 network 100.0.0.0 0.0.0.255 area 87
  • 3. Lab 21: OSPF Filtering & Summarization R5 router ospf 1 router-id 5.5.5.5 network 145.33.54.0 0.0.0.255 area 10 network 199.50.200.0 0.0.0.255 area 10 R6 router ospf 1 router-id 6.6.6.6 network 15.24.0.0 0.0.0.255 area 10 network 33.42.21.0 0.0.0.255 area 10 R7 router ospf 1 router-id 7.7.7.7 network 7.7.1.1 0.0.0.0 area 40 network 7.7.2.1 0.0.0.0 area 40 network 7.7.3.1 0.0.0.0 area 40 network 7.7.4.1 0.0.0.0 area 40 network 74.175.65.0 0.0.0.255 area 40 R8 router ospf 1 router-id 8.8.8.8 area 100 range 12.12.0.0 255.255.248.0 network 100.0.0.0 0.0.0.255 area 87 network 201.114.25.0 0.0.0.255 area 100 R9 router ospf 1 router-id 9.9.9.9 network 9.9.1.1 0.0.0.0 area 10 network 9.9.2.1 0.0.0.0 area 10 network 9.9.3.1 0.0.0.0 area 10 network 9.9.4.1 0.0.0.0 area 10 network 145.33.54.0 0.0.0.255 area 10
  • 4. Lab 21: OSPF Filtering & Summarization R10 router ospf 1 router-id 10.10.10.10 network 10.10.1.0 0.0.0.255 area 10 network 10.10.2.0 0.0.0.255 area 10 network 10.10.3.0 0.0.0.255 area 10 network 10.10.4.0 0.0.0.255 area 10 network 33.42.21.0 0.0.0.255 area 10 R11 router ospf 1 router-id 11.11.11.11 network 11.11.11.1 0.0.0.0 area 40 network 11.11.12.1 0.0.0.0 area 40 network 11.11.13.1 0.0.0.0 area 40 network 11.11.14.1 0.0.0.0 area 40 network 74.175.65.0 0.0.0.255 area 40 R12 router ospf 1 router-id 12.12.12.12 network 12.12.1.1 0.0.0.0 area 100 network 12.12.2.1 0.0.0.0 area 100 network 12.12.3.1 0.0.0.0 area 100 network 12.12.4.1 0.0.0.0 area 100 network 201.114.25.0 0.0.0.255 area 100  Task 3: Communicate OSPF Area 100 to OSPF Area 0. R4 router ospf 1 area 87 virtual-link 8.8.8.8 R8 router ospf 1 area 87 virtual-link 4.4.4.4
  • 5. Lab 21: OSPF Filtering & Summarization  Task 4: Make sure R1 not received R12 loopback. Do possible Configuration. R1 access-list 10 deny 12.12.1.0 0.0.0.255 access-list 10 deny 12.12.2.0 0.0.0.255 access-list 10 deny 12.12.3.0 0.0.0.255 access-list 10 deny 12.12.4.0 0.0.0.255 access-list 10 permit any router ospf 1 distribute-list 10 in FastEthernet0/0 exit  Task 5: Make sure OSPF Area 40 using Totally Stub for LSA Filtering. R3 router ospf 1 area 40 stub no-summary exit R7 router ospf 1 area 40 stub exit R11 router ospf 1 area 40 stub exit  Task 6: Make sure R12 not received R10 loopback. Use prefix list for this task. R12 ip prefix-list R10loop seq 5 deny 10.10.0.0/16 ge 24 le 24 ip prefix-list R10loop seq 10 permit 0.0.0.0/0 le 32 router ospf 1 distribute-list prefix R10loop in FastEthernet0/0 exit
  • 6. Lab 21: OSPF Filtering & Summarization  Task 7: Area 10 not received R7 loopback. Use filter list to complete this task. R2 ip prefix-list R7loop seq 5 deny 7.7.0.0/16 ge 24 le 24 ip prefix-list R7loop seq 10 permit 0.0.0.0/0 le 32 router ospf 1 area 10 filter-list prefix R7loop in exit  Task 8: Make sure R1 Redistribute Eigrp as External type 1. R1 router ospf 1 redistribute eigrp 100 metric 1 metric-type 1 subnets exit  Task 9: OSPF Area 100 send R12 loopback using manual summarization. R8 router ospf 1 area 100 range 12.12.0.0 255.255.248.0 exit  Task 10: Make sure R1 loopback 3 is not advertise in ospf domain. R1 router ospf 1 summary-address 100.100.3.0 255.255.255.0 not-advertise exit