Configuration Mode Commands : SteelHead Configuration Commands : Topology Commands : topology site area
  
topology site area
Configures an area for a topology site.
Syntax
topology site {<name> | local | default-site} area <area-id> [add_peers <peers-list>] [del_peers <peers-list>] [add_subnets <subnets-list>] [del_subnets <subnets-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.
<area_id>
Area index.
add_peers <peers-list>
Specifies a comma-separated list of IP addresses.
del_peers <peers-list>
Deletes a list of peers.
add_subnets <subnets-list>
Adds a list of subnets.
del_subnets <subnets-list>
Deletes a list of subnets.
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.
You cannot add a new area or a new subnet to an existing area for the default site.
Example
amnesiac (config) # topology site local area 53 del_peers 10.11.100.4,10.11.200.4 del_subnets
10.11.0.0/16
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
topology clear remote-sites