HP ProCurve Secure Router 7203 dl Advanced Management And Configuration Manual page 724

Secure router
Hide thumbs Also See for ProCurve Secure Router 7203 dl:
Table of Contents

Advertisement

IP Routing—Configuring RIP, OSPF, BGP, and PBR
Configuring BGP
13-110
You would then complete the steps explained in "Example 1: Baseline BGP
Configuration" on page 13-107. When specifying advertised networks, enter
the OSPF routes in the routing table as well as the local route. For example,
the LAN may use area summaries such as:
area 0 = 10.1.0.0 /23
area 1 = 10.1.2.0 /23
area 2 = 10.1.4.0 /23
You would advertise each summary:
ProCurve(config)# router bgp 3
ProCurve(config-bgp)# network 10.1.0.0 mask 255.255.254.0
ProCurve(config-bgp)# network 10.1.2.0 mask 255.255.254.0
ProCurve(config-bgp)# network 10.1.4.0 mask 255.255.254.0
Remember that the router will not have an area summary route for the areas
in which it has an interface. If you want to advertise this summary to the BGP
neighbor rather than routes to individual subnets in the area, you should add
a null route. For example:
ProCurve(config)# ip route 10.1.0.0 /23 null 0
The running-config for the routing protocols would be as shown in Figure 13-23.
!
router ospf
default-information-originate always
network 10.1.1.0 0.0.0.255 area 0
!
router bgp 3
no auto-summary
no synchronization
bgp router-id 10.1.0.3
network 10.1.0.0 mask 255.255.254.0
network 10.1.2.0 mask 255.255.254.0
network 10.1.4.0 mask 255.255.254.0
neighbor 10.1.0.1
no default-originate
soft-reconfiguration inbound
remote-as 1
neighbor 10.2.0.2
no default-originate
soft-reconfiguration inbound
remote-as 2
!
Figure 13-23.Example 2 Running-Config for Routing Protocols

Advertisement

Table of Contents
loading

This manual is also suitable for:

Procurve secure router 7102 dl

Table of Contents