HP-UX Reference (11i v1 00/12) - 4 File Formats (vol 8)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man4/!!!intro.4
________________________________________________________________
___ ___
g
gated.conf(4) gated.conf(4)
clauses may specify any number of neighbor clauses.
Any parameters from the neighbor subclause may be specified on the group clause to provide
defaults for the whole group (which may be overridden for individualneighbors). In addition, the
group clause is the only place to set the following attributes:
peeras
Identifies the autonomous system number expected from peers in the group. If not
specified, it will be learned dynamically.
localas
Identifies the autonomous system which GateD is representing to the group. The
default is that which has been set globally in the autonomoussystem statement.
This option is usually only used when masquerading as another autonomous system
and its use is discouraged.
maxup
Specifies the number of neighbors GateD should acquire from this group. The default
is to acquire all of the neighbors in the group. GateD will attempt to acquire the first
maxup neighbors in the order listed. If one of the first neighbors is not available, it will
acquire one further down the list. If after start-up GateD does manage to acquire the
more desirable neighbor, it will drop the less desirable one.
neighbor neighbor_address
Each neighbor subclause defines one EGP neighbor within a group. The only part of the sub-
clause that is required is the neighbor_address argument which is the symbolic host name or
IP address of the neighbor. All other parameters are optional.
preference preference
Specifies the preference used for routes learned from these neighbors. This can differ
from the default EGP preference set in the egp statement, so that GateD can prefer
routes from one neighbor, or group of neighbors, over another. This preference may be
explicitly overridden by import policy.
preference2 preference
In the case of a preference tie, the second preference, preference2 may be used
to break the tie. The default value is 0.
metricout metric
This defines a metric to be used for all routes sent to this neighbor. The value over-
rides the default metric set in the egp statement and any metrics specified by export
policy, but only for this specific neighbor or group of neighbors.
nogendefault
Prevents GateD from generating a default route when EGP receives a valid update
from its neighbor. The default route is only generated when the gendefault option is
enabled.
importdefault
Enables GateD to accept the default route (0.0.0.0) if it is included in a received EGP
update. If not specified, the default route contained in an EGP update is ignored. For
efficiency, some networks have external routers announce a default route to avoid
sending large EGP update packets.
exportdefault
Enables GateD to include the default route (0.0.0.0) in EGP updates sent to this EGP
neighbor. This allows the system to advertise the default route via EGP. Normally a
default route is not included in EGP updates.
gateway gateway
If a network is not shared with a neighbor, gateway specifies a router on an attached
network to be used as the next hop router for routes received from this neighbor. This
option is only rarely used.
lcladdr local_address
Specifies the address to be used on the local end of the connection with the neighbor.
The local address must be on an interface which is shared with the neighbor or with
the gateway of the neighbor when the gateway parameter is used. A session will only
be opened when an interface with the appropriate local address (through which the
HP-UX Release 11i: December 2000 24 Section 495
___
___