Difference between revisions of "IPv6: Cisco: BGP enabling feature"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " enable configure terminal router bgp as-number no bgp default ipv4-unicast bgp router-id ip-address ==Pranala Menarik== * TCP/IP: Advanced Routing * Quag...") |
Onnowpurbo (talk | contribs) |
||
Line 5: | Line 5: | ||
no bgp default ipv4-unicast | no bgp default ipv4-unicast | ||
bgp router-id ip-address | bgp router-id ip-address | ||
+ | |||
+ | |||
+ | |||
+ | enable | ||
+ | configure terminal | ||
+ | router bgp as-number | ||
+ | neighbor {ip-address | ipv6-address [%] | peer-group-name} remote-as autonomous-system-number [alternate-as autonomous-system-number ...] | ||
+ | address-family ipv6 [unicast | multicast] | ||
+ | neighbor {ip-address | peer-group-name | ipv6-address %} activate | ||
+ | |||
Revision as of 10:00, 14 January 2019
enable configure terminal router bgp as-number no bgp default ipv4-unicast bgp router-id ip-address
enable configure terminal router bgp as-number neighbor {ip-address | ipv6-address [%] | peer-group-name} remote-as autonomous-system-number [alternate-as autonomous-system-number ...] address-family ipv6 [unicast | multicast] neighbor {ip-address | peer-group-name | ipv6-address %} activate