Select application for the add command that modifies the filters
of an x25 access application.
Select dte_class for the add command that modifies the local dtes
of an x25 access dte class.
Select security_dte_class for the add command that modifies the
rights identifiers of an x25 access security dte class remote dte.
Select template for the add command to modify the rpoa sequence
of an x25 access template.
1 – application
Modifies the Filters attribute of the specified X25 Access
Application instance to include at least the specified name or
names.
add [node node-id] x25 access application application-name -
filters {name[,name...]}
Filters
Default: None Value: Set of names
Set of filters that are associated with filtering calls for
either X.25 or X.29 applications represented by this entity.
Example:
add x25 access application X29_LOGIN filters {X29}
2 – dte_class
Modifies the Local DTEs attribute of the specified X25 Access
DTE Class instance to include at least the specified DTE name or
names:
add [node node-id] x25 access dte class class-name -
local dtes {dte-name[,dte-name...]}
Local DTEs
Default: No names Value: Set of DTE names
Names of the local x25 protocol dte entities that belong to this
DTE class. Note that these DTE entities need not exist when their
names are entered in this set; DTEs that do not exist when the
DTE class is used are not considered when the DTE class is used
for an outgoing call.
If an x25 protocol dte entity has status attribute state set to
running when its name is added to local dtes, you must disable
the DTE entity and reenable it (see the disable x25 protocol dte
and enable x25 protocol dte commands) in order for the DTE to be
considered when this DTE class is used for an outgoing call.
You can specify this characteristic only for DTE classes with
characteristic type local.
Example:
add x25 access dte class dte-0 local dtes {dte-0,dte-1}
3 – security_dte_class
Modifies the Rights Identifiers attribute of the specified
Remote DTE instance for a given X25 Access Security DTE Class
to include at least the specified identifier name or names.
add [node node-id] x25 access security dte class class-name -
remote dte dte-name rights identifiers {name[,name...]}
Rights Identifiers
Default: No rights identifiers Value: Set of names
Rights identifiers possessed by this remote DTE. Wildcards can be
used in the identifiers that form part of each Access Control
Entry (ACE) in an Access Control List (ACL). It is used for
incoming call checking against the ACL attribute of a security
filter entity that is used to guard a filter.
Example:
add x25 access security dte class default -
remote dte MATCHALL -
rights identifiers {PSI$OPEN_SECURITY}
4 – template
Modifies the RPOA Sequence attribute of a given X25 Access
Template instance to include at least the specified DTE
address or addresses.
add [node node-id] x25 access template template-name -
rpoa sequence {dte-address[,dte-address...]}
RPOA Sequence
Default: No DTE addresses Value: Set of DTE addresses
Private Operating Agency sequence of transit networks to be used
in setting up the call. Format the values to specify a set of
DTE addresses. Each DTE address is four digits long. An empty set
indicates that no sequence is included in the outgoing call.
Example:
add x25 access template "OSI Transport" -
rpoa sequence {%x9999,%x8888}