0% found this document useful (0 votes)
63 views1 page

Ospf Help Sheet

OSPF uses multicast address 224.0.0.5 and protocol number 89. It describes how to configure OSPF routing on a router including entering router OSPF configuration mode, setting the router ID, adding networks to OSPF areas, configuring passive interfaces, adjusting interface bandwidths, creating a loopback interface, and show commands to verify OSPF neighbor relationships and routes.

Uploaded by

api-224615605
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views1 page

Ospf Help Sheet

OSPF uses multicast address 224.0.0.5 and protocol number 89. It describes how to configure OSPF routing on a router including entering router OSPF configuration mode, setting the router ID, adding networks to OSPF areas, configuring passive interfaces, adjusting interface bandwidths, creating a loopback interface, and show commands to verify OSPF neighbor relationships and routes.

Uploaded by

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

OSPF Help Sheet

OSPF uses 224.0.0.5


OSFP Protocol field= 89

Entering Router OSPF Config


o R1 (config) # router ospf 10 (any #)
Router IDs
o R1 (config-router) # router-id 1.1.1.1
Network with reverse subnet mask (Must apply all networks here with reverse
Sub Mask)
o R1 (config-router) # network 172.16.1.0 0.0.0.255 area 0
Configuring Passive Interfaces
o R1 (config) # router ospf 10
o R1 (config-router) # passive-interface g0/0
Adjusting Interface Bandwidths
o R1 (config) # int s0/0/1
o R1 (config-if) # bandwidth 64
Loopback to Interface
o R1 (config) # interface loopback 0
o R1 (config-if) # ip address 1.1.1.1 255.255.255.255

Assigning Link Local Address ipv6

Show Commands
Show ip route
Show ip router | include 172.16.2.0
Show ip ospf interface 0/0/0
Show interface s0/0/1 | include bw
Show interface s0/0/1 | include cost:
Show ip ospf neighbor
Show ip protocols
Show ip ospf
Show ip ospf interface brief

Enabling OSPFv3 on Interfaces

You might also like