OSPF 128
3. Define the backbone.
>> Open Shortest Path First # aindex 0 (Select menu for area index 0)
>> OSPF Area (index) 0 # areaid 0.0.0.0(Set the ID for backbone area 0)
>> OSPF Area (index) 0 # type transit (Define backbone as transit type)
>> OSPF Area (index) 0 # enable (Enable the area)
4. Define the stub area.
>> OSPF Area (index) 0 # ../aindex 1 (Select menu for area index 1)
>> OSPF Area (index) 1 # areaid 0.0.0.1 (Set the area ID for OSPF
area 1)
>> OSPF Area (index) 1 # type stub (Define area as stub type)
>> OSPF Area (index) 1 # enable (Enable the area)
5. Attach the network interface to the backbone.
>> OSPF Area (index) 1 # ../if 1 (Select OSPF menu for IP interface 1)
>> OSPF Interface 1 # aindex 0 (Attach network to backbone index)
>> OSPF Interface 1 # enable (Enable the backbone interface)
6. Attach the network interface to the stub area.
>> OSPF Interface 1 # ../if 2 (Select OSPF menu for IP interface 2)
>> OSPF Interface 2 # aindex 1 (Attach network to stub area index)
>> OSPF Interface 2 # enable (Enable the stub area interface)
7. Configure route summarization by specifying the starting address and mask of the range of addresses to be
summarized.
>> OSPF Interface 2 # ../range 1 (Select menu for summary range)
>> OSPF Summary Range 1 # addr 36.128.192.0 (Set base IP address
of summary range)
>> OSPF Summary Range 1 # mask 255.255.192.0(Set mask address
for summary range)
>> OSPF Summary Range 1 # aindex 0 (Inject summary route into backbone)
>> OSPF Summary Range 1 # enable (Enable summary range)
8. Use the hide command to prevent a range of addresses from advertising to the backbone.
>> OSPF Interface 2 # ../range 2 (Select menu for summary range)
>> OSPF Summary Range 2 # addr 36.128.200.0 (Set base IP address)
>> OSPF Summary Range 2 # mask 255.255.255.0 (Set mask address)
>> OSPF Summary Range 2 # hide enable (Hide the range of addresses)
9. Apply and save the configuration changes.
>> OSPF Summary Range 2 # apply (Apply all changes)
>> OSPF Summary Range 2 # save (Save all changes)
Verifying OSPF configuration
Use the following commands to verify the OSPF configuration on your switch:
• /info/l3/ospf/general
• /info/l3/ospf/nbr
• /info/l3/ospf/dbase/dbsum
• /info/l3/ospf/route
• /stats/l3/route
See the HP c-Class GbE2c Ethernet Blade Switch Command Reference Guide for information on the above
commands.