Configuration Mode Commands : SteelHead Configuration Commands : Topology Commands : topology site add-area
  
topology site add-area
Adds a new area for a topology site.
Syntax
topology site {<site-name> | local | default-site} add-area [peers <peers-list>] subnets <subnet-list>
Parameters
<site-name>
Site name: for example, data center.
local
Specifies the local site name, which is where the SteelHead is located.
default-site
Specifies the default site, which is the match anything, catch-all site that is used if nothing else matches. This site has a subnet of 0.0.0.0/0. You do not need to add a remote site if you only have one remote site and the default site is suitable. The default site cannot be removed.
You cannot add a new area or a new subnet to an existing area for the default site.
peers <peers-list>
Specifies a comma separated list of peer IP addresses.
These are the IP addresses of remote SteelHeads that are reachable from the SteelHead that you are configuring.
subnets <subnet-list>
Specifies a comma separated list of IP prefixes.
Usage
An area is a set of subnets and peers at the remote site that is reachable by the peer interface. Areas are disjoint and cannot have subnets in common.
Example
amnesiac (config) # topology site local add-area peers 10.11.100.4,10.11.200.4 subnets
10.11.0.0/16
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
topology clear remote-sites, show topology site