Difference between revisions of "IPv6: Mikrotik: OSPF redistribute routing"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " /routing ospf-v3 interface add interface=ether1 area=backbone /ipv6 route add dst-address=2001::/16 gateway=fe80::1%ether1 /routing ospf-v3 instance set default redistrib...") |
Onnowpurbo (talk | contribs) |
||
Line 5: | Line 5: | ||
/routing ospf-v3 instance set default redistribute-static=as-type-1 | /routing ospf-v3 instance set default redistribute-static=as-type-1 | ||
/routing ospf-v3 route print | /routing ospf-v3 route print | ||
+ | |||
+ | |||
+ | ==Referensi== | ||
+ | |||
+ | * https://wiki.mikrotik.com/wiki/Manual:IPv6_Overview#OSPF | ||
Revision as of 07:51, 7 January 2019
/routing ospf-v3 interface add interface=ether1 area=backbone /ipv6 route add dst-address=2001::/16 gateway=fe80::1%ether1 /routing ospf-v3 instance set default redistribute-static=as-type-1 /routing ospf-v3 route print
Referensi