HP A8800 Configuration Manual page 91

Ip multicast
Hide thumbs Also See for A8800:
Table of Contents

Advertisement

<RouterB> system-view
[RouterB] ospf 1
[RouterB-ospf-1] area 0
[RouterB-ospf-1-area-0.0.0.0] network 20.1.1.0 0.0.0.255
[RouterB-ospf-1-area-0.0.0.0] network 30.1.1.0 0.0.0.255
[RouterB-ospf-1-area-0.0.0.0] quit
[RouterB-ospf-1] quit
# Configure OSPF on Router C.
[RouterC] ospf 1
[RouterC-ospf-1] area 0
[RouterC-ospf-1-area-0.0.0.0] network 30.1.1.0 0.0.0.255
[RouterC-ospf-1-area-0.0.0.0] network 40.1.1.0 0.0.0.255
[RouterC-ospf-1-area-0.0.0.0] network 50.1.1.0 0.0.0.255
[RouterC-ospf-1-area-0.0.0.0] quit
[RouterC-ospf-1] quit
4.
Enable IP multicast routing, PIM-DM, and IGMP:
# On Router A, enable multicast routing globally, and enable PIM-DM on each interface.
[RouterA] multicast routing-enable
[RouterA] interface GigabitEthernet 3/1/1
[RouterA-GigabitEthernet3/1/1] pim dm
[RouterA-GigabitEthernet3/1/1] quit
[RouterA] interface GigabitEthernet 3/1/2
[RouterA-GigabitEthernet3/1/2] pim dm
[RouterA-GigabitEthernet3/1/2] quit
[RouterA] interface tunnel 0
[RouterA-Tunnel0] pim dm
[RouterA-Tunnel0] quit
# On Router C, enable multicast routing globally, enable IGMP on GigabitEthernet 3/1/1, and
enable PIM-DM on each interface.
[RouterC] multicast routing-enable
[RouterC] interface GigabitEthernet 3/1/1
[RouterC-GigabitEthernet3/1/1] igmp enable
[RouterC-GigabitEthernet3/1/1] pim dm
[RouterC-GigabitEthernet3/1/1] quit
[RouterC] interface GigabitEthernet 3/1/2
[RouterC-GigabitEthernet3/1/2] pim dm
[RouterC-GigabitEthernet3/1/2] quit
[RouterC] interface tunnel 0
[RouterC-Tunnel0] pim dm
[RouterC-Tunnel0] quit
5.
On Router C, configure a static multicast route and specify its RPF neighbor leading toward the
source is Tunnel 0 on Router A.
[RouterC] ip rpf-route-static 10.1.1.0 24 50.1.1.1
Verify the configuration
The source sends multicast data to the multicast group 225.1.1.1 and the receiver can receive the multicast
data after joining the multicast group. You can display the PIM routing table information on routers using
the display pim routing-table command. For example:
79

Advertisement

Table of Contents
loading

Table of Contents