IPv6 Address Pool decision
Posted: Mon May 02, 2022 9:03 pm
I receive a /48 IPv6 Prefix from my Provider. This prefix is split into /64 for LAN assignment. This works, but I can't choose the prefix the Mikrotik will generate.
Example:
I don't know how to define which one of the Interface will get the prefix with 1. It would be nice if I could put 50 and 90 corresponding to the VLAN Tags into the prefix. This was very easy to do on Ubiquiti EdgeMax.
Address Config:
Example:
Code: Select all
# ADDRESS FROM-POOL INTERFACE ADVERTISE
0 G XXXX:XXXX:d80b::1/64 init7 vlan50 yes
1 G XXXX:XXXX:d80b:1::1/64 init7 vlan90 yes
I don't know how to define which one of the Interface will get the prefix with 1. It would be nice if I could put 50 and 90 corresponding to the VLAN Tags into the prefix. This was very easy to do on Ubiquiti EdgeMax.
Address Config:
Code: Select all
/ipv6 address
add address=::1 from-pool=provider interface=vlan50
add address=::1 from-pool=provider interface=vlan90