HP HPE FlexNetwork 7500 series Configuration Manual page 390

Table of Contents

Advertisement

[SwitchA] bgp 100
[SwitchA-bgp-default] router-id 1.1.1.1
[SwitchA-bgp-default] peer 1001::2 as-number 200
# Enable exchange of IPv6 unicast routes used for RPF check with Switch B.
[SwitchA-bgp-default] address-family ipv6 multicast
[SwitchA-bgp-default-mul-ipv6] peer 1001::2 enable
# Redistribute direct routes into BGP.
[SwitchA-bgp-default-mul-ipv6] import-route direct
[SwitchA-bgp-default-mul-ipv6] quit
# On Switch B, establish an EBGP session to Switch A.
[SwitchB] bgp 200
[SwitchB-bgp-default] router-id 2.2.2.2
[SwitchB-bgp-default] peer 1001::1 as-number 100
# Enable exchange of IPv6 unicast routes used for RPF check with Switch B.
[SwitchB-bgp-default] address-family ipv6 multicast
[SwitchB-bgp-default-mul-ipv6] peer 1001::1 enable
# Redistribute OSPFv3 routes into BGP.
[SwitchB-bgp-default-mul-ipv6] import-route ospfv3 1
[SwitchB-bgp-default-mul-ipv6] quit
5.
Establish BGP IPv6 unicast peer relationships between Switch A and Switch B and redistribute
routes:
# On Switch A, enable BGP to exchange IPv6 unicast routes with Switch B, and redistribute
direct routes into BGP.
[SwitchA-bgp-default] address-family ipv6 unicast
[SwitchA-bgp-default-ipv6] peer 1001::2 enable
[SwitchA-bgp-default-ipv6] import-route direct
[SwitchA-bgp-default-ipv6] quit
[SwitchA-bgp-default] quit
# On Switch B, enable BGP to exchange IPv6 unicast routes with Switch A, and redistribute
direct routes into BGP.
[SwitchB-bgp-default] address-family ipv6 unicast
[SwitchB-bgp-default-ipv6] peer 1001::1 enable
[SwitchB-bgp-default-ipv6] import-route direct
[SwitchB-bgp-default-ipv6] quit
[SwitchB-bgp-default] quit
Verifying the configuration
# Verify the BGP IPv6 multicast peer information on Switch B.
[SwitchB] display bgp peer ipv6 multicast
BGP local router ID : 2.2.2.2
Local AS number : 200
Total number of peers : 3
Peer
1001::1
# Verify the RPF information for the multicast source on Switch B.
AS
MsgRcvd
MsgSent
100
56
Peers in established state : 3
OutQ PrefRcv Up/Down
56
0
0 00:40:54 Established
378
State

Advertisement

Table of Contents
loading

Table of Contents