AS9216 Installation and
Maintenance Manual
Setup and Maintenance
492006-2306-013-A00
ECI Telecom Ltd. Proprietary
9-5
Command
Description
:url
The agent supports the <url> parameter value form
to specify protocol operation source and target
parameters. The capability URI for this feature
indicates which schemes (File, HTTPS, SFTP) the
agent supports within a particular URL value. The
File allows editable local configuration databases.
The other allows remote storage of configuration
databases.
:validate
The agent supports the <validate> operation. When
this operation is requested on a target database, the
agent performs some amount of parameter
validation and referential integrity checking. Since
the standard does not define exactly what must be
validated by this operation, a manager cannot really
rely on it for anything useful.
This operation is used to validate a complete
database. There is no standard way to validate a
single edit request against a target database,
however a non-standard set-option for the <edit-
config> operation called
test-only
was defined for
this purpose.
:writable-running
The agent allows the manager to change the
running configuration directly. Either this
capability or the
:candidate
capability is
supported by the agent.
:xpath
The agent fully supports the XPath 1.0
specification for filtered retrieval of configuration
and other database contents. The
type
attribute
within the <filter> parameter for <get> and <get-
config> operations may be set to
xpath
. The
select
attribute (which contains the XPath expression) is
also supported by the agent.
Example
The following capabilities are supported by AS9216:
<capabilities>
<capability>urn:ietf:params:netconf:base:1.0</capability>
<capability>urn:ietf:params:netconf:capability:writable-
running:1.0</capability>
<capability>urn:ietf:params:netconf:capability:candidate:1.0</capabili
ty>
<capability>urn:ietf:params:netconf:capability:confirmed-
commit:1.0</capability>
<capability>urn:ietf:params:netconf:capability:xpath:1.0</capability>
<capability>urn:ietf:params:netconf:capability:url:1.0?scheme=ftp,file
</capability>
<capability>urn:ietf:params:netconf:capability:validate:1.0</capabilit
y>