HP HPE FlexNetwork 7500 series Configuration Manual page 366

Table of Contents

Advertisement

[SwitchC] multicast routing
[SwitchA-mrib] quit
# Enable PIM-SM on interfaces, and enable IGMP on VLAN-interface 200.
[SwitchC] interface vlan-interface 102
[SwitchC-Vlan-interface102] pim sm
[SwitchC-Vlan-interface102] quit
[SwitchC] interface vlan-interface 104
[SwitchC-Vlan-interface104] pim sm
[SwitchC-Vlan-interface104] quit
[SwitchC] interface vlan-interface 200
[SwitchC-Vlan-interface200] pim sm
[SwitchC-Vlan-interface200] igmp enable
[SwitchC-Vlan-interface200] quit
# Configure the BSR boundary on Switch A.
[SwitchA] interface vlan-interface 101
[SwitchA-Vlan-interface101] pim bsr-boundary
[SwitchA-Vlan-interface101] quit
# Configure the BSR boundary on Switch B.
[SwitchB] interface vlan-interface 101
[SwitchB-Vlan-interface101] pim bsr-boundary
[SwitchB-Vlan-interface101] quit
3.
Configure Loopback 0, C-BSR, and C-RP:
# Configure the Loopback 0 interface and specify it as the C-BSR and C-RP on Switch A.
[SwitchA] interface loopback 0
[SwitchA-LoopBack0] ip address 1.1.1.1 32
[SwitchA-LoopBack0] pim sm
[SwitchA-LoopBack0] quit
[SwitchA] pim
[SwitchA-pim] c-bsr 1.1.1.1
[SwitchA-pim] c-rp 1.1.1.1
[SwitchA-pim] quit
# Configure the Loopback 0 interface and specify it as the C-BSR and C-RP on Switch B.
[SwitchB] interface loopback 0
[SwitchB-LoopBack0] ip address 2.2.2.2 32
[SwitchB-LoopBack0] pim sm
[SwitchB-LoopBack0] quit
[SwitchB] pim
[SwitchB-pim] c-bsr 2.2.2.2
[SwitchB-pim] c-rp 2.2.2.2
[SwitchB-pim] quit
4.
Configure BGP to establish BGP IPv4 multicast peers and redistribute routes:
# On Switch A, establish an EBGP session to Switch B.
[SwitchA] bgp 100
[SwitchA-bgp-default] router-id 1.1.1.1
[SwitchA-bgp-default] peer 192.168.1.2 as-number 200
# Enable exchange of IPv4 unicast routes used for RPF check with Switch B.
[SwitchA-bgp-default] address-family ipv4 multicast
354

Advertisement

Table of Contents
loading

Table of Contents