HP A8800 Configuration Manual page 220

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

Advertisement

[RouterD-bgp] router-id 2.2.2.2
[RouterD-bgp] peer 10.110.3.1 as-number 100
[RouterD-bgp] import-route ospf 1
[RouterD-bgp] quit
# Configure an EBGP peer, and redistribute OSPF routing information on Router C.
[RouterC] bgp 100
[RouterC-bgp] router-id 1.1.1.3
[RouterC-bgp] peer 10.110.4.2 as-number 200
[RouterC-bgp] import-route ospf 1
[RouterC-bgp] quit
# Configure an EBGP peer, and redistribute OSPF routing information on Router F.
[RouterF] bgp 200
[RouterF-bgp] router-id 3.3.3.1
[RouterF-bgp] peer 10.110.4.1 as-number 100
[RouterF-bgp] import-route ospf 1
[RouterF-bgp] quit
# Redistribute BGP routing information into OSPF on Router B.
[RouterB] ospf 1
[RouterB-ospf-1] import-route bgp
[RouterB-ospf-1] quit
# Redistribute BGP routing information into OSPF on Router D.
[RouterD] ospf 1
[RouterD-ospf-1] import-route bgp
[RouterD-ospf-1] quit
# Redistribute BGP routing information into OSPF on Router C.
[RouterC] ospf 1
[RouterC-ospf-1] import-route bgp
[RouterC-ospf-1] quit
# Redistribute BGP routing information into OSPF on Router F.
[RouterF] ospf 1
[RouterF-ospf-1] import-route bgp
[RouterF-ospf-1] quit
6.
Configure MSDP peers and static RPF peers:
# Configure Router D and Router G as the MSDP peers and static RPF peers of Router A.
[RouterA] ip ip-prefix list-dg permit 10.110.0.0 16 greater-equal 16 less-equal 32
[RouterA] msdp
[RouterA-msdp] peer 10.110.3.2 connect-interface GigabitEthernet 3/1/1
[RouterA-msdp] peer 10.110.6.2 connect-interface GigabitEthernet 3/1/2
[RouterA-msdp] static-rpf-peer 10.110.3.2 rp-policy list-dg
[RouterA-msdp] static-rpf-peer 10.110.6.2 rp-policy list-dg
[RouterA-msdp] quit
# Configure Router A as the MSDP peer and static RPF peer of Router D.
[RouterD] ip ip-prefix list-a permit 10.110.0.0 16 greater-equal 16 less-equal 32
[RouterD] msdp
[RouterD-msdp] peer 10.110.1.1 connect-interface pos 5/1/1
[RouterD-msdp] static-rpf-peer 10.110.1.1 rp-policy list-a
208

Advertisement

Table of Contents
loading

Table of Contents