4.
Specify the network and area of each interface that should run OSPF:
Syntax: network <network A.B.C.D> <wildcard bits> area <area ID>
For example:
ProCurve(config-ospf)# network 10.2.0.0 0.0.255.255 area 1
5.
Specify that this area is a stub area:
Syntax: area <area ID> stub
Configuring an ABR
1.
If one does not already exist, create a loopback interface.
Syntax: interface loopback <interface number>
2.
Assign the loopback interface an IP address.
Syntax: ip address <A.B.C.D> <subnet mask>
This address should be the local router ID. For example:
ProCurve(config-loopback 1)# ip address 192.168.255.1 /28
3.
Move to the global configuration mode context and access the OSPF
configuration mode context.
ProCurve(config)# router ospf
4.
Enable OSPF on the WAN interfaces. If the connected LANs run OSPF,
also enable OSPF for these subnets. Specify the network and area in which
each interface resides.
Syntax: network <network A.B.C.D> <wildcard bits> area <area ID>
For example:
ProCurve(config-ospf)# network 10.1.0.0 0.0.255.255 area 0
ProCurve(config-ospf)# network 10.2.0.0 0.0.255.255 area 1
ProCurve(config-ospf)# network 10.3.0.0 0.0.255.255 area 2
5.
If necessary, you can redistribute connected routes for connected net-
works not participating in OSPF.
ProCurve(config-ospf)# redistribute connected
IP Routing—Configuring RIP, OSPF, BGP, and PBR
Quick Start
13-179
Need help?
Do you have a question about the ProCurve Secure Router 7203 dl and is the answer not in the manual?
Questions and answers