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

OSPF Part4 - Study Notes CheatSheet - (Waqas Karim) WK v2

This document provides a summary of OSPFv3 (IPv6) including key attributes such as the protocol type, address format, router ID format, packet types, interface types, router types, flooding scope, header size, multiple instances per link support, and protocol processing. It also summarizes OSPFv3 LSAs and their types, OSPFv3 route summarization, and OSPF configuration and verification commands for various vendors including Cisco, Juniper, Huawei, Nokia/ALU, and Tellabs/Coriant.

Uploaded by

Heera Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

OSPF Part4 - Study Notes CheatSheet - (Waqas Karim) WK v2

This document provides a summary of OSPFv3 (IPv6) including key attributes such as the protocol type, address format, router ID format, packet types, interface types, router types, flooding scope, header size, multiple instances per link support, and protocol processing. It also summarizes OSPFv3 LSAs and their types, OSPFv3 route summarization, and OSPF configuration and verification commands for various vendors including Cisco, Juniper, Huawei, Nokia/ALU, and Tellabs/Coriant.

Uploaded by

Heera Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

OSPF Summary Notes | Cheatsheet – Part r Version 2

OSPFv3 (IPv6)

OSPFv3 Key Attributes


Official Release: OSPFv3 (IPv6) – RFC2740 (1999), RFC5340
Protocol Type/Class: IPv6 / Link-State
Address Format: 128-bit
Router ID & Area ID: 32-bit
Algorithm/Type: SPF (Dijkstra) / IGP
Metric: Cost (Bandwidth)
Adjacency address: IPv6 Link Local Address (FE80::/10) (IPv4 In OSPFv2)
Authentication Supported? YES (IPv6’s IPSec)
Hierarchy Type: 2-Level hierarchy with Area0 at the Core OSPFv3 Multicast Address
ABR/ASBR Model: YES
No. of packet types: 5 (Hello, DBD, LSR, LSU, LSAck) Scope Multicast Address
Interface Types: Broadcast, P2P, P2Mp, NBMA, Virtual Links
Router Types: IR, BR, ABR, ASBR FF02::5 All OSPF Routers
Flooding Scope Bits: U/S2/S1 FF02::6 All OSPF DR Routers
Reference BW: 108 WAQASKARIMCCIE
Header Size: 16 Bytes (which is 24 Bytes for OSPFv2)
Multiple Instances Per
Link Supported? YES
Protocol processing: Per Link (not per subnet as for OSPFv2) OSPFv3(IPv6) LSA -Vs- OSPFv2(IPv4) LSA
OSPFv3 OSPFv2
LSA# LSA Type LSA# LSA Type
OSPFv3 Route Summarization 0x2001 Router LSA 1 Router LSA
0x2002 Network LSA 2 Network LSA
Summ Type Detail 0x2003 Inter Area Prefix LSA 3 Network Summary LSA
Inter-Area Route ̵ Configured on ABRs 0x2004 Inter Area Router LSA 4 ASBR Summary LSA
Summarization ̵ Recommended contiguous ranges 0x4005 AS-External LSA 5 AS-External LSA
0x2006 Group Membership LSA 6 Multicast Group Membership LSA
̵ Injected into OSPFv3 domain using route 0x2007 Type-7 LSA 7 NSSA External LSA
External Route
redistribution 0x0008 Link LSA - New 8 External attributes LSA (for BGP)
Summarization ̵ Prone to overlapping range issues 0x2009 Intra-area Prefix LSA - New 9/10/11 Future use - AS Opaque

OSPF Configuration & Verification on different Vendors


Usage Cisco Juniper Huawei Nokia/ALU Tellabs/Coriant

<R1> system-view
[R1] router id 1.1.1.1 #config t
Basic OSPF R1#config t [edit] [R1] ospf 1 A:R1# configure router router-id 1.1.1.1 R1(config)#router ospf 1
[R1-ospf-1] area 0 A:R1# configure router ospf R1(config-router)##ospf router-id 1.1.1.1
Configuration R1(config)#router ospf 1 user@host# set protocols ospf area 0.0.0.0
[R1-ospf-1-area-0.0.0.0] network 1.1.1.1 A:R1>config>router>ospf# area 0 R1(config-router)#network 1.1.1.1/32 area
R1(config-router)#router-id 1.1.1.1 interface ge-0/0/0 255.255.255.255 A:R1>config>router>ospf>area# interface "system" 0.0.0.0
R1(config-router)#network 1.1.1.1 255.255.255.255 area 0 user@host# set protocols ospf area 0.0.0.0 [R1-ospf-1-area-0.0.0.0] network 12.12.12.0 A:R1>config>router>ospf>area>if# back R1(config-router)#network 12.12.12.0/24 area
R1(config-router)#network 12.12.12.0 0.0.0.255 area 0 interface lo0.0 0.0.0.255 A:R1>config>router>ospf>area# interface "PORT12" 0.0.0.0

WAQASKARIMCCIE

WAQASKARIMCCIE
R1#show ip ospf neighbor user@host# show ospf neighbor A:R1# show router ospf neighbor
Basic OSPF R1#show ip ospf interface user@host# show ospf interface A:R1# show router ospf interface R1#show ip ospf neighbor
<R1> display ip routing-table A:R1# show router ospf routes R1#show ip ospf interface
Show R1#show ip route ospf user@host# show ospf route
<R1> display ospf peer A:R1# show router ospf database R1#show ip route ospf
Commands R1#show ip ospf database user@host# show route protocol ospf <R1> display ospf interface Fa0/0/0 A:R1# show router ospf status R1#show ip ospf database
R1#show ip protocols, R1#show ip ospf user@host# show ospf database <R1> display ospf routing 1.1.1.1 A:R1# clear router ospf neighbor R1#show ip ospf
R1#show ip ospf neighbor detail user@host# show ospf neighbor extensive <R1> display ospf brief *info at any context R1#show ip route

Reference Topology 1

.1 12.12.12.0/24 .2
R1 Fa0/0 Fa0/1 R2
Lo: 1.1.1.1/32 Lo: 2.2.2.2/32

Visit my website & You Channel for more FREE resources like:
✓ Cheatsheets, Interview Questions & Answers, Quiz, VCE exams & much more
/ waqaskarim / waqaskarimccie / waqaskarim ✓ Labs & workbooks (Packet Tracer, GNS3, EVE-NG, …)

Your Feedback & Comments are always Welcomed

You might also like