HP FlexNetwork 7500 Series Configuration Manual page 225

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

Advertisement

# Assign an IP address to VLAN-interface 2, and enable PIM-SM, MPLS capability, and LDP
capability on the interface.
[PE1] interface vlan-interface 2
[PE1-Vlan-interface2] ip address 10.10.1.1 24
[PE1-Vlan-interface2] pim sm
[PE1-Vlan-interface2] mpls enable
[PE1-Vlan-interface2] mpls ldp enable
[PE1-Vlan-interface2] quit
# Bind VLAN-interface 11 with VPN instance a, assign an IP address to VLAN-interface 11, and
enable PIM-SM on the interface.
[PE1] interface vlan-interface 11
[PE1-Vlan-interface11] ip binding vpn-instance a
[PE1-Vlan-interface11] ip address 10.11.1.1 24
[PE1-Vlan-interface11] pim sm
[PE1-Vlan-interface11] quit
# Bind VLAN-interface 12 with VPN instance b, assign an IP address to VLAN-interface 12, and
enable PIM-SM on the interface.
[PE1] interface vlan-interface 12
[PE1-Vlan-interface12] ip binding vpn-instance b
[PE1-Vlan-interface12] ip address 10.11.2.1 24
[PE1-Vlan-interface12] pim sm
[PE1-Vlan-interface12] 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 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 pe1-pe4 connect-interface loopback 1
[PE1-bgp] peer 1.1.1.4 group pe1-pe4
[PE1–bgp] ip vpn-instance a
[PE1-bgp-a] address-family ipv4
[PE1-bgp-ipv4-a] import-route ospf 2
[PE1-bgp-ipv4-a] import-route direct
[PE1-bgp-ipv4-a] quit
[PE1-bgp-a] quit
[PE1–bgp] ip vpn-instance b
[PE1-bgp-b] address-family ipv4
[PE1-bgp-ipv4-b] import-route ospf 3
[PE1-bgp-ipv4-b] import-route direct
[PE1-bgp-ipv4-b] quit
[PE1-bgp-b] quit
215

Advertisement

Table of Contents
loading

Table of Contents