Alteon Application Switch Operating System Application Guide
Open Shortest Path First (OSPF)
164
Document
ID:
RDWR-ALOS-V2900_AG1302
9. Configure host routes. Host routes are configured just like those on Alteon 1, except their costs
are reversed. Since virtual server 10.10.10.2 is preferred for Alteon 2, its host route has been
given a low cost. Because virtual server 10.10.10.1 is used as a backup in case Alteon 1 fails, its
host route has been given a high cost.
10. Apply and save the configuration changes.
Verifying OSPF Configuration
Use the following commands to verify the OSPF configuration:
•
/info/l3/ospf/general
•
/info/l3/ospf/nbr
•
/info/l3/ospf/dbase/dbsum
•
/info/l3/ospf/route
•
/stats/l3/route
Refer to the Alteon Application Switch Operating System Command Reference for information on
these commands.
>> OSPF Interface 1 # /cfg/l3/ospf/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)
>> OSPF Interface 2 # /cfg/l3/ospf/host 1
(Select menu for host route 1)
>> OSPF Interface 1 # addr 10.10.10.1
(Set IP address same as virtual server
1)
>> OSPF Host Entry 1 # aindex 0
(Inject host route into backbone area)
>> OSPF Host Entry 1 # cost 100
(Set high cost for use as backup path)
>> OSPF Host Entry 1 # enable
(Enable the host route)
>> OSPF Host Entry 1 # /cfg/l3/ospf/host 2
(Select menu for host route 2)
>> OSPF Host Entry 2 # addr 10.10.10.2
(Set IP address same as virtual server
2)
>> OSPF Host Entry 2 # aindex 0
(Inject host route into backbone area)
>> OSPF Host Entry 2 # cost 2
(Set low cost for primary path)
>> OSPF Host Entry 2 # enable
(Enable the host route)
>> OSPF Host Entry 2 # apply
(Global command to apply all changes)
>> OSPF Host Entry 2 # save
(Global command to save all changes)