OSPF Network Types - Broadcast

preview_player
Показать описание
OSPF Network Types - Broadcast

1. Broadcast (Broadcast multi-access network) - Default for Ethernet interfaces.
2. Non-broadcast (Non-Broadcast Multi-Access (NBMA) network) - Exampple is a frame relay network which does not support multicast and broadcast.
3. Point-to-point - Can be configured regardless of the underlying technology (even on Ethernet interfaces).
4. Point-to-multipoint - Useful with frame relay networks that support “pseudo-broadcast”.
5. Point-to-multipoint Non-broadcast - Can be used in frame relay networks where pseudo-broadcast is not supported.

CONFIGURE:
R1:
conf t
interface gi0/1
no shut
ip address 10.10.123.1 255.255.255.0
!
router ospf 1
network 10.10.123.0 0.0.0.255 area 0
end
wr

R2:
conf t
interface gi0/2
no shut
ip address 10.10.123.2 255.255.255.0
!
router ospf 1
network 10.10.123.0 0.0.0.255 area 0
end
wr

R3:
conf t
interface gi0/3
no shut
ip address 10.10.123.3 255.255.255.0
!
router ospf 1
network 10.10.123.0 0.0.0.255 area 0
end
wr

VERIFY:
show ip ospf neighbor
show ip ospf interface !To check the network type.

RERENCES:
Chapter: Configuring OSPF

OSPF Non-Broadcast Network Type over Frame-Relay

OSPF network types

OSPF Network Types – Point-to-Point and Broadcast

#cisco #ccnp #ccie #ospf
Рекомендации по теме
Комментарии
Автор

I hope you found this video helpful, please like, subscribe and click the notification bell so you won't miss future videos. Thanks for your support! ❤
If you have any comments and questions, please use the comment section below.

FerdsTechChannel