OSPF Point to Point [ Unnumbered ] - Mikrotik RouterOs v7

Опубликовано: 28 Сентябрь 2024
на канале: Wilmer Almazan / The Network Trip
6,394
80

#PointToPoint #OSPF #RouterOS7

OSPF point-to-point networks connect only two routers. There is no Designated Router (DR) or Backup Designated Router (BDR). PtP Unnumbered is a new feature in RouterOS v7, and I will explore how that type works and how to establish a neighbor adjacency between a Mikrotik and a Cisco Router using an unnumbered IP


************************CISCO ROUTER CONFIG****************

interface Loopback0
ip address 10.255.255.6 255.255.255.255
ip ospf 10 area 0
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/0.1
encapsulation dot1Q 1 native
ip unnumbered Loopback0
ip ospf network point-to-point
ip ospf 10 area 0
!
interface GigabitEthernet0/1
description LAN
ip address 192.168.6.1 255.255.255.0
ip ospf 10 area 0
duplex auto
speed auto
media-type rj45
!
router ospf 10
router-id 10.255.255.6
ip ospf 10 area 0
!
ip route 10.4.4.4 255.255.255.255 GigabitEthernet0/0.1
!



****************************END CISCO ROUTER CONFIG


Check more videos on my channel
   / @thenetworktrip  

Connect with Wilmer Almazan
LinkedIN:   / wilmeralmazan  
Facebook:   / nsswilmeralmazan  
Twitter:   / wilmer_almazan  
Instagram:   / wilmer_almazan  
Personal Blog: https://thenetworktrip.blog

mikrotik
routeros 7
ospf
mtcna
mtcre
cybersecurity
routing
cloud computing
virtualization
switching
network automation