Pokud vykradu cfg z nějakého routeru o kus dál v síti (RB1100AHx2, ROS5.25), exportováno jako comapct, ty IPv6 adresy jsou ULA
/interface bridge
add admin-mac=02:00:00:00:00:21 auto-mac=no comment=\
"loopback pro routerid IP" name=bridge-routerid
/ip address
add address=10.84.255.21/32 comment="routerid IP" interface=bridge-routerid \
network=10.84.255.21
/ipv6 address
add address=fd49:2990:4616::21/128 advertise=no interface=bridge-routerid
/routing ospf-v3 instance
set [ find default=yes ] router-id=10.84.255.21
/routing ospf-v3 interface
add area=backbone cost=1 dead-interval=4s hello-interval=1s interface=\
bridge-routerid network-type=point-to-point passive=yes
add area=backbone cost=5 dead-interval=4s hello-interval=1s interface=\
bond-area0 network-type=point-to-point use-bfd=yes
/* tuna dalších ifaces */
A podívám se o kus dále na jiném oruteru:
[admin@MDPSKRB1] > /routing ospf-v3 route print where dst-address=fd49:2990:4616::21
# DST-ADDRESS STATE COST GATEWAY I
0 fd49:2990:4616::21/128 intra-area 1251 fe80::596f:4227 s
[admin@MDPSKRB1] > /ipv6 route print detail where dst-address=fd49:2990:4616::21
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable
0 ADo dst-address=fd49:2990:4616::21/128 gateway=fe80::596f:4227%sit-edu1-mdpsk2
gateway-status=fe80::596f:4227%sit-edu1-mdpsk2 reachable distance=110 scope=20 target-scope=10
ospf-metric=1251
Toť vše.