Difference between revisions of "IPv6: Mikrotik: BGP Redistribute Routes"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " /routing bgp peer add remote-address=10.0.0.134 remote-as=65000 address-families=ip,ipv6 /ipv6 route add dst-address=2001::/16 gateway=fe80::1%ether1 /routing bgp network...") |
Onnowpurbo (talk | contribs) |
||
Line 4: | Line 4: | ||
/routing bgp network add network=2001::/16 | /routing bgp network add network=2001::/16 | ||
/routing bgp advertisements print | /routing bgp advertisements print | ||
+ | |||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[TCP/IP: Advanced Routing]] | ||
+ | * [[Quagga]] | ||
+ | * [[Mikrotik]] | ||
+ | * [[Cisco]] | ||
+ | * [[Juniper]] | ||
+ | * [[BIRD: Routing]] | ||
+ | * [[IPv6]] | ||
+ | |||
+ | * [[TCP/IP: Advanced Routing]] | ||
+ | * [[IPv6: Advanced Routing]] | ||
+ | * [[IPv6: Quagga]] | ||
+ | * [[IPv6: Mikrotik]] | ||
+ | * [[IPv6: Cisco]] | ||
+ | * [[IPv6: Juniper]] | ||
+ | * [[IPv6: BIRD: Routing]] | ||
+ | * [[IPv6]] |
Latest revision as of 07:54, 7 January 2019
/routing bgp peer add remote-address=10.0.0.134 remote-as=65000 address-families=ip,ipv6 /ipv6 route add dst-address=2001::/16 gateway=fe80::1%ether1 /routing bgp network add network=2001::/16 /routing bgp advertisements print