Netgear M5300-28G-POE+ (GSM7228PSv1h2) - 12-Port Managed Gigabit Switch Ratgeber Für Administratoren

Seite von 721
BGP 
196
Managed Switches 
Example 8: Exchange IPv6 Routes over an IPv4 BGP
IPv6 BGP configuration is similar to IPv4 BGP. The following example shows how to set up 
an IPv6 BGP session. In this example, we set up an IPv6 BGP session between Switches A 
and C.
Configure IPv6 BGP on Switch A
1. 
Enable IPv6 unicast globally.
(Netgear Switch) (Config) #ipv6 unicast-routing
2. 
Configure the IPv6 address on port 1/0/2.
(Netgear Switch) (Config) #interface 1/0/2
(Netgear Switch) (Interface 1/0/2) #routing
(Netgear Switch) (Interface 1/0/2) #ipv6 enable
(Netgear Switch) (Interface 1/0/2)#ipv6 address 2001:1:1::1/64
3. 
Configure IPv6 BGP.
(Netgear Switch) (Config) #router bgp 100
(Netgear Switch) (Config-router) #neighbor 2001:1:1::2 remote-as 100
(Netgear Switch) (Config-router) #address-family ipv6
(Netgear Switch) (config-router-af) #neighbor 2001:1:1::2 activate
Configure IPv6 BGP on Switch B
1. 
Enable IPv6 unicast globally.
(Netgear Switch) (Config) #ipv6 unicast-routing
2. 
Configure the IPv6 address on port 1/0/1.
(Netgear Switch) (Config) #interface 1/0/1
(Netgear Switch) (Interface 1/0/2) #routing
(Netgear Switch) (Interface 1/0/2) #ipv6 enable
(Netgear Switch) (Interface 1/0/2) #ipv6 address 2001:1:1::2/64