Skip to content

Latest commit

 

History

History
executable file
·
43 lines (27 loc) · 999 Bytes

operation-guide.md

File metadata and controls

executable file
·
43 lines (27 loc) · 999 Bytes

Operation guide

The start/stop operation is described at this documents.

Pre-requirements

Start / Stop

You have two options to operate this software. Generally, launching as a linux service is recommended.

(Option A) Launch as a service

To start,

$ sudo systemctl start netopeer2-server
$ sudo systemctl start ncm.target

To stop,

$ sudo systemctl stop ncmd
$ sudo systemctl stop ncmi
$ sudo systemctl stop ncms

(Option B) CLI

You need two terminals, because this launching scripts will take your standard output. Generally, this option is used for debugging is assumed.

$ cd ~/netconf/etc/test
$ ./nop2.sh    # terminal-1
$ ./ncmall.sh  # terminal-2

NETCONF operation

In default settings, SSH port of NETCONF is 830. For more detail, please refer examples/README.md.