Skip to content

exploring sysrepo/netopeer2 functionalities & python bindings

License

Notifications You must be signed in to change notification settings

scuzzilla/sysrepo-netopeer2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

exploring sysrepo/netopeer2 functionalities & python bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages