The neighbor command optionspriority number Specifies the priority of neighbor.. poll-interval number Amount of time a NBMA interface waits before sending hellos to the neighbor even if
Trang 1BSCI Module 3 Lesson 5 - Implementing OSPF in
an NBMA Network
Trang 2 Configuring the OSPF Network Type
Configuring OSPF over Frame Relay
Using the neighbor Command
The show ip ospf neighbor Command
Point-to-Multipoint Configuration
Point-to-Multipoint Nonbroadcast Configuration
Using Subinterfaces in OSPF over a Frame Relay
Configuration
Configuring a Point-to-Point Subinterface
Configuring a Multipoint Subinterface
OSPF over NBMA Topology Summary
Tracking OSPF Adjacencies
Trang 3Configuring OSPF over Frame Relay
Trang 4RFC-compliant Non-broadcast Mode
Trang 5The neighbor command options
priority number Specifies the priority of neighbor Default is zero,
which means neighbor can never be DR.
poll-interval
number
Amount of time a NBMA interface waits before sending hellos to the neighbor even if the neighbor is inactive.
cost number
Assigns a cost to the neighbor from 1 to 65535
Neighbors with no specific cost configured will assume the cost of the interface, based on the ip ospf cost command (Not used with NBMA) database-filter all Filters outgoing LSAs to an OSPF neighbor
neighbor ip-address [priority number] [poll-interval
number] [cost number] [database-filter all]
Router(config-router)#
Trang 6Neighbor command example
NOTE: If RB&RC is configured with priority 1 or above
RA will see RB&RC as priority 1 in neighbor table regardless the “neighbor priority 0” command
Trang 7The show ip ospf neighbor Command
Trang 8RFC-compliant Point-to-Multipoint Mode
One IP subnet.
Uses multicast OSPF hello packet to automatically
discover neighbors.
DR and BDR not required
Typically used in a mesh or hub-and-spoke topology.
partial-RTB(config-if)#ip ospf network point-to-multipoint
-RTB(config-router)#network 3.1.1.0 0.0.0.255 area 0
Trang 9Point-to-Multipoint Configuration
Trang 10Point-to-Multipoint Configuration
Duplicates LSA packets: Also as in nonbroadcast mode, when
flooding out a nonbroadcast interface in point-to-multipoint mode, the router must replicate the LSU The LSU packet is sent to each
of the neighboring routers of the interface, as defined in the neighbor table
Trang 11Cisco’s Point-to-Multipoint Non-broadcast mode
RTB(config-if)#ip ospf network point-to-multipoint
Trang 12Cisco’s Broadcast Mode
Makes a WAN interface appear to be a LAN
One IP subnet
Uses multicast hellos to discover neighbors
DR and BDR elected
Requires a full mesh.
RTB(config-if)#ip ospf network broadcast
-RTB(config-router)#network 3.1.1.0 0.0.0.255 area 0
Trang 13 One IP subnet per subinterface pair
Trang 14Using Subinterfaces in OSPF over a Frame
Relay Configuration
A physical interface can be split into multiple logical
interfaces, called subinterfaces
Trang 15Configuring a Multipoint Subinterface
OSPF treat like NBMA
Trang 16OSPF over NBMA Topology Summary
Trang 17OSPF network types
Full/parial mesh
Full/parial mesh
Partial / Star
2 router
Trang 18Tracking OSPF Adjacencies (No DR election)
Trang 19Tracking OSPF Adjacencies (No DR election)
Trang 20Tracking OSPF Adjacencies (DR election)
Trang 21Tracking OSPF Adjacencies (DR election)
Trang 22Tracking OSPF Adjacencies (DR election)
Trang 24Self Check
1 List types of network in OSPF
2 Which types require DR election
3 Which types require neighbor command
Trang 25 Point-to-Multipoint Configuration
Point-to-Multipoint Nonbroadcast Configuration
Using Subinterfaces in OSPF over a Frame Relay
Configuration
Configuring a Point-to-Point Subinterface
Configuring a Multipoint Subinterface
Trang 26Q and A
Trang 27Resources