Community discussions

MikroTik App
 
bjoernhoefer
just joined
Topic Author
Posts: 19
Joined: Thu Jan 02, 2014 9:34 am

OSPFv3 not announcing local IPv6 addresses

Mon Sep 26, 2016 11:32 pm

Hi,

I have a pretty straightforward OSPFv3 configuration with three (in future 4) routers - Configuration details see below.

However, whenever I add an IPv6 address to an interface (no mater if it is a "real" physical - like ehter 1, or a VLAN interface) the new subnet is not announced to the other routers.
Example:
Router 3 get the following address on his Test-VLAN Interface
add address=2001:470:747c:666::1 advertise=no interface=vlan666
The subnet-mask is 64

OSPFv3 route-list on Router 1 looks like this:
/routing ospf-v3> route print
 # DST-ADDRESS                                 STATE          COST      
 0 2001:470:1f0a:113::/64                      ext-1          10        
 1 2001:470:747c:10::/64                       intra-area     10        
 2 2001:470:747c:144::/64                      ext-1          10        
 3 2001:470:747c:220::/64                      ext-1          10        
 4 2001:470:747c:2201::/64                     intra-area     10        
 5 2003:0:0:5::/64                             imported-ext-1 20        
 6 fe80::/64                                   ext-1          10
OSPF with IPv4 works without any problems - firewalls are pretty much opened as they currently only reside in their own closed subnet.

I'm pretty unsure what could leads to this problem - maybe someone has a solution...

Configuration

Routers
Router 1
/system routerboard print 
       routerboard: yes
             model: CRS125-24G-1S
     serial-number: 73800594C431
     firmware-type: ar9344
  factory-firmware: 3.33
  current-firmware: 3.33
  upgrade-firmware: 3.33
Router 2
/system routerboard print 
       routerboard: yes
             model: 912UAG-5HPnD
     serial-number: 6812052F32C4
     firmware-type: ar9340
  factory-firmware: 3.24
  current-firmware: 3.24
  upgrade-firmware: 3.33
Router 3
/system routerboard print
       routerboard: yes
             model: 953GS-5HnT
     serial-number: 49C504499B54
     firmware-type: qca9550
  factory-firmware: 3.16
  current-firmware: 3.29
  upgrade-firmware: 3.34

Instances
Router 1:
[admin@switch] /routing ospf-v3> instance print 
Flags: X - disabled, * - default 
 0  * name="switch" router-id=192.168.10.6 distribute-default=never 
      redistribute-connected=as-type-1 redistribute-static=as-type-1 
      redistribute-rip=as-type-1 redistribute-bgp=as-type-1 
      redistribute-other-ospf=as-type-1 metric-default=1 metric-connected=20 
      metric-static=20 metric-rip=20 metric-bgp=auto metric-other-ospf=auto 
      
Router 2:
[admin@main] > /routing ospf-v3 instance print 
Flags: X - disabled, * - default 
 0  * name="main" router-id=192.168.10.2 distribute-default=never 
      redistribute-connected=as-type-1 redistribute-static=as-type-1 
      redistribute-rip=as-type-1 redistribute-bgp=as-type-1 
      redistribute-other-ospf=as-type-1 metric-default=1 metric-connected=10 
      metric-static=20 metric-rip=20 metric-bgp=auto metric-other-ospf=auto 
      
Router 3:
[admin@backup] > /routing ospf-v3 instance print 
Flags: X - disabled, * - default 
 0  * name="backup" router-id=192.168.10.3 distribute-default=never 
      redistribute-connected=as-type-1 redistribute-static=as-type-1 
      redistribute-rip=as-type-1 redistribute-bgp=as-type-1 
      redistribute-other-ospf=as-type-1 metric-default=1 metric-connected=10 
      metric-static=20 metric-rip=20 metric-bgp=auto metric-other-ospf=auto 
      
Area

Router1:
/routing ospf-v3 area-id=0.0.0.0 disabled=no instance=switch name=backbone type=default
Router 2:
/routing ospf-v3 area-id=0.0.0.0 disabled=no instance=backup name=main type=default
Router 3:
/routing ospf-v3 area-id=0.0.0.0 disabled=no instance=backup name=backbone type=default

Interfaces
Router 2 and Router 3 are only listening on VLAN Interfaces for Updates. Router 1 also has a OpenVPN Tunnel to an external server - which will be my IPv6 gateway to the internet - but that currently can be ignored.

Router 1
/routing ospf-v3 interface print detail
Flags: X - disabled, I - inactive, D - dynamic, P - passive 
 0    area=backbone interface=vpn-de cost=10 priority=1 network-type=default 
      retransmit-interval=5s transmit-delay=1s hello-interval=10s dead-interval=40s 
      instance-id=0 use-bfd=no 

 1    area=backbone interface=vlan10 cost=10 priority=1 network-type=default 
      retransmit-interval=5s transmit-delay=1s hello-interval=10s dead-interval=40s 
      instance-id=0 use-bfd=no 
Router 2
/routing ospf-v3 interface print detail   
Flags: X - disabled, I - inactive, D - dynamic, P - passive 
 0    area=backbone interface=VLAN10 cost=10 priority=1 network-type=default 
      retransmit-interval=5s transmit-delay=1s hello-interval=10s 
      dead-interval=40s instance-id=0 use-bfd=no
Router 3
/routing ospf-v3 interface print detail
Flags: X - disabled, I - inactive, D - dynamic, P - passive 
 0    area=backbone interface=VLAN10 cost=10 priority=1 network-type=default 
      retransmit-interval=5s transmit-delay=1s hello-interval=10s 
      dead-interval=40s instance-id=0 use-bfd=no