Operation Manual – Multicast Protocol
H3C S3610&S5510 Series Ethernet Switches
Chapter 7 MSDP Configuration
7-30
# Configure Switch C as a static RPF peer of Switch D.
[SwitchD] ip ip-prefix list-c permit 192.168.0.0 16 greater-equal 16
less-equal 32
[SwitchD] msdp
[SwitchD-msdp] peer 192.168.3.2 connect-interface vlan-interface 102
[SwitchD-msdp] static-rpf-peer 192.168.3.2 rp-policy list-c
[SwitchD-msdp] quit
# Configure Switch C as a static RPF peer of Switch F.
[SwitchF] ip ip-prefix list-c permit 192.168.0.0 16 greater-equal 16
less-equal 32
[SwitchF] msdp
[SwitchF-msdp] peer 192.168.3.2 connect-interface vlan-interface 102
[SwitchF-msdp] static-rpf-peer 192.168.3.2 rp-policy list-c
[SwitchF-msdp] quit
5)
Verify the configuration
Carry out the
display bgp peer
command to view the BGP peering relationships
between the switches. If the command gives no output information, a BGP peering
relationship has not been established between the switches.
When the multicast source S1 sends multicast information, receivers in PIM-SM 2 and
PIM-SM 3 can receive the multicast data. You can use the
display msdp brief
command to view the brief information of MSDP peering relationships between the
switches. For example:
# View the brief MSDP peer information on Switch C.
[SwitchC] display msdp brief
MSDP Peer Brief Information
Configured Up Listen Connect Shutdown Down
2 2 0 0 0 0
Peer's Address State Up/Down time AS SA Count Reset Count
192.168.3.1 UP 01:07:08 ? 8 0
192.168.1.2 UP 00:16:39 ? 13 0
# View the brief MSDP peer information on Router D.
[SwitchD] display msdp brief
MSDP Peer Brief Information
Configured Up Listen Connect Shutdown Down
1 1 0 0 0 0
Peer's Address State Up/Down time AS SA Count Reset Count
192.168.3.2 UP 01:07:09 ? 8 0
# View the brief MSDP peer information on Switch F.