Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 790 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 790 Bytes

sysrepo-netopeer2

exploring sysrepo/netopeer2 functionalities & python bindings

sysrepoctl

  • listing the installed schemas:
sysrepoctl -l|--list
  • installing a new schema:
sysrepoctl -i|--install <module-path> -s <search-path>
  • uninstall an existing schema:
sysrepoctl -u|--uninstall <module-path>
  • modify schema options
sysreopctl -c|--change <module-path>

sysrepoctl --change ietf-interfaces --(disable|enable)-feature if-mib
sysrepoctl --change ietf-interfaces --replay on
sysrepoctl --change ietf-interfaces --owner netconf --group netconf --permissions 660
  • update schema
sysreopctl -U|--update <module-path>
  • concurrent connections count
sysrepoctl --connection-count

sysreo

https://github.com/sysrepo/sysrepo