HP A8800 Configuration Manual page 287

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

Advertisement

# Create VPN instance b, configure an RD and route target attributes for it. Enable IP multicast
routing in VPN instance b, configure a share-group address, associate an MTI with the VPN
instance, and define the switch-group-pool address range.
[PE1] ip vpn-instance b
[PE1-vpn-instance-b] route-distinguisher 200:1
[PE1-vpn-instance-b] vpn-target 200:1 export-extcommunity
[PE1-vpn-instance-b] vpn-target 200:1 import-extcommunity
[PE1-vpn-instance-b] multicast routing-enable
[PE1-vpn-instance-b] multicast-domain share-group 239.4.4.4 binding mtunnel 1
[PE1-vpn-instance-b] multicast-domain switch-group-pool 225.4.4.0 28
[PE1-vpn-instance-b] quit
# Assign an IP address, and enable PIM-SM and LDP capability on the public network interface
GigabitEthernet 4/1/1.
[PE1] interface GigabitEthernet 4/1/1
[PE1-GigabitEthernet4/1/1] ip address 10.10.1.1 24
[PE1-GigabitEthernet4/1/1] pim sm
[PE1-GigabitEthernet4/1/1] mpls
[PE1-GigabitEthernet4/1/1] mpls ldp
[PE1-GigabitEthernet4/1/1] quit
# Bind GigabitEthernet 4/1/2 to VPN instance a, configure an IP address and enable PIM-SM on
the interface.
[PE1] interface GigabitEthernet 4/1/2
[PE1-GigabitEthernet4/1/2] ip binding vpn-instance a
[PE1-GigabitEthernet4/1/2] ip address 10.11.1.1 24
[PE1-GigabitEthernet4/1/2] pim sm
[PE1-GigabitEthernet4/1/2] quit
# Bind GigabitEthernet 4/1/3 to VPN instance b, configure an IP address and enable PIM-SM on
the interface.
[PE1] interface GigabitEthernet 4/1/3
[PE1-GigabitEthernet4/1/3] ip binding vpn-instance b
[PE1-GigabitEthernet4/1/3] ip address 10.11.2.1 24
[PE1-GigabitEthernet4/1/3] pim sm
[PE1-GigabitEthernet4/1/3] quit
# Assign an IP address to Loopback 1, and enable PIM-SM.
[PE1] interface loopback 1
[PE1-LoopBack1] ip address 1.1.1.1 32
[PE1-LoopBack1] pim sm
[PE1-LoopBack1] quit
# Configure BGP.
[PE1] bgp 100
[PE1-bgp] group pe1-pe2 internal
[PE1-bgp] peer pe1-pe2 label-route-capability
[PE1-bgp] peer pe1-pe2 connect-interface loopback 1
[PE1-bgp] peer 1.1.1.2 group pe1-pe2
[PE1-bgp] group pe1-pe4 external
[PE1-bgp] peer pe1-pe4 as-number 200
[PE1-bgp] peer pe1-pe4 ebgp-max-hop 255
[PE1-bgp] peer 1.1.1.4 group pe1-pe4
275

Advertisement

Table of Contents
loading

Table of Contents