IPv6: Mikrotik: OSPF: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
/routing ospf-v3 interface | /routing ospf-v3 interface | ||
add area=backbone disabled=no interface="eth2 - crs1 to crs2" | add area=backbone disabled=no interface="eth2 - crs1 to crs2" | ||
#Lan2 | |||
/ipv6 address | |||
add address=2001:470:dcd9:2::1/64 advertise=yes interface=ether3 | |||
/routing ospf-v3 instance | |||
set default router-id=10.10.10.2 redistribute-connected=as-type-1 | |||
/routing ospf-v3 interface | |||
add area=backbone interface=ether1 | |||
Revision as of 08:17, 7 January 2019
routing ospf-v3 interface add interface=ether1 area=backbone
/routing ospf-v3 export /routing ospf-v3 instance set [ find default=yes ] disabled=no redistribute-connected=as-type-1 router-id=192.168.110.251 /routing ospf-v3 interface add area=backbone disabled=no interface="eth2 - crs1 to crs2"
#Lan2 /ipv6 address add address=2001:470:dcd9:2::1/64 advertise=yes interface=ether3 /routing ospf-v3 instance set default router-id=10.10.10.2 redistribute-connected=as-type-1 /routing ospf-v3 interface add area=backbone interface=ether1
Referensi