netopeer2-server(8) | System Manager's Manual | netopeer2-server(8) |
NAME¶
netopeer2-server - NETCONF server daemon build on libnetconf2 with sysrepo datastore
SYNOPSIS¶
netopeer2-server [-dhV] [-p PATH] [-U[PATH]] [-m MODE] [-u UID] [-g GID] [-t TIMEOUT] [-v LEVEL] [-c CATEGORY]
DESCRIPTION¶
netopeer2-server is as a full-fledged NETCONF server providing a remote NETCONF interface for sysrepo datastore. It configures itself based on ietf-netconf-server YANG module data in sysrepo.
OPTIONS¶
- -d
- Debug mode (do not daemonize and print verbose messages to stderr instead of syslog).
- -h
- Display help.
- -V
- Show program version.
- -p PATH
- Path to pidfile.
- -f PATH
- Path to netopeer2 server files directory.
- -U[PATH]
- Listen on a local UNIX socket.
- -m MODE
- Set mode for the listening UNIX socket.
- -u UID
- Set UID/user for the listening UNIX socket.
- -g GID
- Set GID/group for the listening UNIX socket.
- -t TIMEOUT
- Timeout in seconds of all sysrepo functions (applying edit-config, reading data, ...), if 0 (default), the default sysrepo timeouts are used.
- -v LEVEL
- Verbose output LEVEL:
• 0 - errors
• 1 - errors and warnings
• 2 - errors, warnings, and verbose messages - -c CATEGORY[,CATEGORY...]
- Verbose debug level, print only these debug message categories.
Categories:
• DICT
• YANG
• YIN
• XPATH
• DIFF
• MSG
• LN2DBG
• SSH
• SYSREPO
SEE ALSO¶
https://sysrepo.org (sysrepo home page with basic information
about netopeer2-server)
https://github.com/CESNET/netopeer2 (Netopeer2 Git repository)
AUTHORS¶
Michal Vasko <mvasko@cesnet.cz>
Radek Krejci <rkrejci@cesnet.cz>
COPYRIGHT¶
Copyright © 2018-2021 CESNET, a.l.e.
Copyright © 2018-2021 Deutsche Telekom AG.
2021-11-10 | Netopeer |