NETCONF Protocol Configuration Mode
The NETCONF protocol is enabled via the Context Configuration mode
server conf
command. This command
is restricted to the local context only.
[local]
host_name
#
configure
[local]
host_name
(config)#
context local
[local]
host_name
(config-ctx)#
server confd
[local]
host_name
(config-confd)#
?
bulkstats
- Populate ConfD with bulkstats operational data
confd-user
- Configures the default login user with full administrator rights
for the ConfD server.
do
- Spawns an exec mode command which displays
information to the administrator
end
- Exits configuration mode and returns to Exec Mode
exit
- Exits current configuration mode, returning to previous mode
netconf
- Configure the netconf interface
no
- Enables/Disables the followed option
rest
- Configure the rest interface
The following keywords are optional:
•
bulkstats
•
confd-user
•
netconf
•
rest
To disable NETCONF protocol, run the
no server confd
command in Context Configuration mode.
For additional information, see the
NETCONF Protocol Configuration Mode Commands
chapter of the
Command Line Interface Reference
.
bulkstats
This NETCONF Protocol Configuration mode command enables bulkstats collection and reporting via REST
interface. By default, this command is disabled.
The command syntax is:
bulkstats
.
During StarOS statistics gathering, bulk statistics are also stored in the CDB for later retrieval over REST
interface.
Use
no bulkstats
to disable populating ConfD with bulkstats operational data.
For additional information, see the
NETCONF Protocol Configuration Mode Commands
chapter of the
Command Line Interface Reference
.
confd-user
This NETCONF Protocol Configuration mode command associates a username for all CLI operations via
NETCONF. The user will be authenticated with verifiable credentials. This username is used for CLI logging
purposes only.
The command syntax is:
confd-user <username>
, where
<username>
is an alphanumeric string of 1 to 144
characters.
ASR 5500 System Administration Guide, StarOS Release 21.5
341
NETCONF and ConfD
NETCONF Protocol Configuration Mode