H3C LS-5100-16P-SI-OVS-H3 Configuration page 232

Low-end ethernet switches
Table of Contents

Advertisement

Multicast
H3C Low-End Ethernet Switches Configuration Examples
The configuration on Switch B, Switch D, and Switch F is similar to the configuration on
Switch C. The specific configuration steps are omitted here.
# Configure a BSR boundary on Switch C.
[SwitchC-Vlan-interface101] pim bsr-boundary
[SwitchC-Vlan-interface101] quit
The configuration on Switch D and Switch F is similar to the configuration on Switch C.
2)
Configure the position of interface Loopback 0, C-BSR, and C-RP.
# Configure the position of Loopback 0, C-BSR, and C-RP on Switch C.
[SwitchC] interface loopback 0
[SwitchC-LoopBack0] ip address 1.1.1.1 255.255.255.255
[SwitchC-LoopBack0] pim sm
[SwitchC-LoopBack0] quit
[SwitchC] pim
[SwitchC-pim] c-bsr loopback 0 24
[SwitchC-pim] c-rp loopback 0
[SwitchC-pim] quit
The configuration on Switch D and Switch F is similar to the configuration on Switch C.
IV. Configuring inter-AS BGP for mutual route redistribution between BGP and
OSPF
# Configure EBGP on Switch C, and configure OSPF route redistribution.
[SwitchC] bgp 100
[SwitchC-bgp] group 100 external
[SwitchC-bgp] peer 192.168.1.2 group 100 as-number 200
[SwitchC-bgp] import-route ospf 1
[SwitchC-bgp] import-route direct
[SwitchC-bgp] quit
# Configure IBGP and EBGP on Switch D, and configure OSPF route redistribution.
[SwitchD] bgp 200
[SwitchD-bgp] group 100 external
[SwitchD-bgp] group 200
[SwitchD-bgp] peer 192.168.1.1 group 100 as-number 100
[SwitchD-bgp] peer 192.168.3.2 group 200
[SwitchD-bgp] import-route ospf 1
[SwitchD-bgp] import-route direct
[SwitchD-bgp] quit
# Configure IBGP on Switch F, and configure OSPF route redistribution.
[SwitchF] bgp 200
[SwitchF-bgp] group 200
Chapter 2 Multicast Protocol Configuration
2-23
Examples

Advertisement

Table of Contents
loading

Table of Contents