OSPF Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
30.25
host area
This command configures a stub host entry belonging to a particular area. You can use this
command to advertise specific host routes in the router-LSA as stub link. Since stub host
belongs to the specified router, specifying cost is optional.
By default, no host entry is configured.
The
no
form of this command removes the host area configuration.
Syntax
host <ip_address> area <area_id> [cost <0-65535>]
no host <ip_address> area <area_id> [cost <0-65535>]
Mode
Router mode
Examples
awplus#
configure terminal
awplus(config)#
router ospf 100
awplus(config-router)#
host 172.16.10.100 area 1
awplus(config-router)#
host 172.16.10.101 area 2 cost 10
Parameter
Description
<ip_address>
The IPv4 address of the host, in dotted decimal notation.
<area_id>
The OSPF area that you are configuring the stub host entry for. Use one
of the following formats:
A.B.C.D
OSPF Area ID in IPv4 address format.
<0-4294967295>
OSPF Area ID as 4 octets unsigned integer value.
cost
<0-65535>
The cost for the stub host entry.