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) |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | ||
| Line 12: | Line 17: | ||
* [[TCP/IP: Advanced Routing]] | * [[TCP/IP: Advanced Routing]] | ||
* [[Quagga]] | * [[Quagga]] | ||
| + | * [[VyOS]] | ||
* [[Mikrotik]] | * [[Mikrotik]] | ||
* [[Cisco]] | * [[Cisco]] | ||
* [[Juniper]] | * [[Juniper]] | ||
| − | * [[ | + | * [[BIRD1]] |
| + | * [[BIRD2]] | ||
* [[IPv6]] | * [[IPv6]] | ||
| + | |||
* [[TCP/IP: Advanced Routing]] | * [[TCP/IP: Advanced Routing]] | ||
* [[IPv6: Advanced Routing]] | * [[IPv6: Advanced Routing]] | ||
* [[IPv6: Quagga]] | * [[IPv6: Quagga]] | ||
| + | * [[IPv6: VyOS]] | ||
* [[IPv6: Mikrotik]] | * [[IPv6: Mikrotik]] | ||
* [[IPv6: Cisco]] | * [[IPv6: Cisco]] | ||
* [[IPv6: Juniper]] | * [[IPv6: Juniper]] | ||
| − | * [[IPv6: | + | * [[IPv6: BIRD1]] |
| + | * [[IPv6: BIRD2]] | ||
* [[IPv6]] | * [[IPv6]] | ||
Latest revision as of 10:43, 27 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
Pranala Menarik