HP FlexNetwork 7500 Series Configuration Manual page 211

Ip multicast
Hide thumbs Also See for FlexNetwork 7500 Series:
Table of Contents

Advertisement

# Configure a global router ID, and enable IP multicast routing on the public network.
<PE1> system-view
[PE1] router id 1.1.1.1
[PE1] multicast routing
[PE1-mrib] quit
# Configure an MPLS LSR ID, and enable the LDP capability.
[PE1] mpls lsr-id 1.1.1.1
[PE1] mpls ldp
[PE1-ldp] quit
# Create service group 1 and specify the multicast tunnel service for the group.
[PE1] service-loopback group 1 type multicast-tunnel
# Assign GigabitEthernet 1/0/5 to service group 1.
[PE1] interface gigabitethernet 1/0/5
[PE1-GigabitEthernet1/0/5] port link-mode bridge
[PE1-GigabitEthernet1/0/5] port service-loopback group 1
[PE1-GigabitEthernet1/0/5] quit
# Create a VPN instance named a and configure an RD and route target attributes for the
instance.
[PE1] ip vpn-instance a
[PE1-vpn-instance-a] route-distinguisher 100:1
[PE1-vpn-instance-a] vpn-target 100:1 export-extcommunity
[PE1-vpn-instance-a] vpn-target 100:1 import-extcommunity
[PE1-vpn-instance-a] quit
# Enable IP multicast routing for VPN instance a.
[PE1] multicast routing vpn-instance a
[PE1-mrib-a] quit
# Create an MD for VPN instance a, and specify the default-group, the MD source interface,
and the data-group range for the MD.
[PE1] multicast-domain vpn-instance a
[PE1-md-a] default-group 239.1.1.1
[PE1-md-a] source loopback 1
[PE1-md-a] data-group 225.2.2.0 28
[PE1-md-a] quit
# Assign an IP address to VLAN-interface 12, and enable PIM-SM, MPLS capability, and LDP
capability on the interface.
[PE1] interface vlan-interface 12
[PE1-Vlan-interface12] ip address 192.168.6.1 24
[PE1-Vlan-interface12] pim sm
[PE1-Vlan-interface12] mpls enable
[PE1-Vlan-interface12] mpls ldp enable
[PE1-Vlan-interface12] quit
# Bind VLAN-interface 20 with VPN instance a, assign an IP address to VLAN-interface 20, and
enable IGMP on the interface.
[PE1] interface vlan-interface 20
[PE1-Vlan-interface20] ip binding vpn-instance a
[PE1-Vlan-interface20] ip address 10.110.1.1 24
[PE1-Vlan-interface20] igmp enable
[PE1-Vlan-interface20] quit
201

Advertisement

Table of Contents
loading

Table of Contents