3Com Switch 7750 Configuration Guide
500 CHAPTER 48: MSDP CONFIGURATION
# Enable multicast on SwitchC and enable PIM-SM on all interfaces. The
configuration procedures on other switches are similar to that on SwitchC. The
details are omitted here.
<SwitchC> system-view
[SwitchC] multicast routing-enable
[SwitchC] interface vlan-interface 100
[SwitchC-Vlan-interface100] pim sm
[SwitchC-Vlan-interface100] quit
[SwitchC] interface vlan-interface 200
[SwitchC-Vlan-interface200] pim sm
[SwitchC-Vlan-interface200] quit
[SwitchC] interface vlan-interface 110
[SwitchC-Vlan-interface110] pim sm
[SwitchC-Vlan-interface110] quit
[SwitchC] interface loopback 0
[SwitchC-LoopBack0] pim sm
[SwitchC-LoopBack0] quit
[SwitchC] interface loopback 10
[SwitchC-LoopBack10] pim sm
[SwitchC-LoopBack10] quit
# Configure the same Loopback10 interface address on SwitchC and SwitchD and
configure the locations of C-BSRs and C-RPs. The configuration procedure on
SwitchD is similar to that on SwitchC. The details are omitted here.
[SwitchC] pim
[SwitchC-pim] c-bsr loopback 10 32
[SwitchC-pim] c-rp loopback 10
[SwitchC-pim] quit
# When the multicast source S1 in the PIM-SM domain sends multicast
information, receivers on Switch D can receive multicast information. Carry out the
display pim routing-table command to view PIM routes on the switch. The
information about PIM routes on Switch C and Switch D is displayed as follows:
[SwitchC] display pim routing-table
PIM-SM Routing Table
Total 0 (*,*,RP)entry, 0 (*,G)entry, 2 (S,G)entries
(10.110.5.100, 225.1.1.1), RP: 10.1.1.1 (local)
Protocol 0x20: PIMSM, Flag 0x4: SPT
UpTime: 00:10:20 , never timeout
Upstream interface: Vlan-interface200,RPF neighbor: Vlan-interface200
Downstream interface list:
1 oifs
Vlan-interface110, Protocol 0x1: IGMP, never timeout
Matched 0 (S,G) entry, 0 (*,G) entries, 1 (*,*,RP) entry
[SwitchD] display pim routing-table
PIM-SM Routing Table
Total 0 (*,*,RP)entry, 0 (*,G)entry, 2 (S,G)entries
(10.110.5.100, 225.1.1.1), RP: 10.1.1.1
Protocol 0x20: PIMSM, Flag 0x4: SPT
UpTime: 00:03:32
Upstream interface: Vlan-interface101,RPF neighbor: 192.168.3.2
Downstream interface list:
1 oifs
Vlan-interface100, Protocol 0x1: IGMP, never timeout
Matched 0 (S,G) entry, 0 (*,G) entries, 1 (*,*,RP) entry
3 Configure an MSDP peer.