HP VPN Firewall Appliances Network Management Configuration Guide

658
[RouterB] ospf 1
[RouterB-ospf-1] import-route bgp
[RouterB-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
5. Configure MSDP peers:
# Configure an MSDP peer on Router B.
[RouterB] msdp
[RouterB-msdp] peer 192.168.1.2 connect-interface pos 5/0
[RouterB-msdp] quit
# Configure MSDP peers on Router C.
[RouterC] msdp
[RouterC-msdp] peer 192.168.1.1 connect-interface pos 5/0
[RouterC-msdp] peer 192.168.3.2 connect-interface ethernet 1/2
[RouterC-msdp] quit
# Configure an MSDP peer on the firewall.
[Firewall] msdp
[Firewall-msdp] peer 192.168.3.1 connect-interface gigabitethernet 0/2
[Firewall-msdp] quit
Verifying the configuration
# Display information about BGP peering relationship on Router B.
[RouterB] display bgp peer
BGP local router ID : 1.1.1.1
Local AS number : 100
Total number of peers : 1 Peers in established state : 1
Peer AS MsgRcvd MsgSent OutQ PrefRcv Up/Down State
192.168.1.2 200 24 21 0 6 00:13:09 Established
# Display information about BGP peering relationship on Router C.
[RouterC] display bgp peer
BGP local router ID : 2.2.2.2
Local AS number : 200
Total number of peers : 1 Peers in established state : 1
Peer AS MsgRcvd MsgSent OutQ PrefRcv Up/Down State
192.168.1.1 100 18 16 0 1 00:12:04 Established
# Display BGP routing table information on Router C.
[RouterC] display bgp routing-table