HP FlexNetwork 7500 Series Configuration Manual page 227

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

Advertisement

[PE2-Vlan-interface2] pim sm
[PE2-Vlan-interface2] mpls enable
[PE2-Vlan-interface2] mpls ldp enable
[PE2-Vlan-interface2] quit
# Assign an IP address to VLAN-interface 3, and enable PIM-SM and MPLS on the interface.
[PE2] interface vlan-interface 3
[PE2-Vlan-interface3] ip address 192.168.1.1 24
[PE2-Vlan-interface3] pim sm
[PE2-Vlan-interface3] mpls enable
[PE2-Vlan-interface3] quit
# Assign an IP address to Loopback 1, and enable PIM-SM on the interface.
[PE2] interface loopback 1
[PE2-LoopBack1] ip address 1.1.1.2 32
[PE2-LoopBack1] pim sm
[PE2-LoopBack1] quit
# Assign an IP address to Loopback 2, and enable PIM-SM on the interface.
[PE2] interface loopback 2
[PE2-LoopBack2] ip address 11.11.11.11 32
[PE2-LoopBack2] pim sm
[PE2-LoopBack2] quit
# Configure Loopback 2 as a C-BSR and a C-RP for the public network instance.
[PE2] pim
[PE2-pim] c-bsr 11.11.11.11
[PE2-pim] c-rp 11.11.11.11
[PE2-pim] quit
# Configure a BSR message boundary.
[PE2] interface vlan-interface 3
[PE2-Vlan-interface3] pim bsr-boundary
[PE2-Vlan-interface3] quit
# Establish an MSDP peering relationship.
[PE2] msdp
[PE2-msdp] encap-data-enable
[PE2-msdp] peer 1.1.1.3 connect-interface loopback 1
# Configure a static route.
[PE2] ip route-static 1.1.1.3 32 vlan-interface 3 192.168.1.2
# Configure BGP.
[PE2] bgp 100
[PE2-bgp] group pe2-pe1 internal
[PE2-bgp] peer pe2-pe1 connect-interface loopback 1
[PE2-bgp] peer 1.1.1.1 group pe2-pe1
[PE2-bgp] group pe2-pe3 external
[PE2-bgp] peer pe2-pe3 as-number 200
[PE2-bgp] peer pe2-pe3 connect-interface loopback 1
[PE2-bgp] peer 1.1.1.3 group pe2-pe3
[PE2-bgp] address-family ipv4
[PE2-bgp-ipv4] peer pe2-pe1 enable
[PE2-bgp-ipv4] peer pe2-pe1 route-policy map2 export
[PE2-bgp-ipv4] peer pe2-pe1 label-route-capability
217

Advertisement

Table of Contents
loading

Table of Contents