cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
979
Views
10
Helpful
3
Replies

Delay the ssh and netconf connections

sutrehan
Cisco Employee
Cisco Employee

Hi,

We have a requirement where we do not want to expose the NSO external connectivity till some basic initial config is done.

We are using NETCONF and ssh for external connectivity. WebUi is disabled.

 

Is it possible to to disable these transport at init time and later enable them via some config once the basic initialisation is done ?

 

Thanks

Sumit

 

1 Accepted Solution

Accepted Solutions

vleijon
Cisco Employee
Cisco Employee
Yes. You can disable interfaces in ncs.conf and use ncs –reload to re-read ncs.conf at a later time. You can also sometimes use the start phases of NSO, but that is a more special case.

View solution in original post

3 Replies 3

vleijon
Cisco Employee
Cisco Employee
Yes. You can disable interfaces in ncs.conf and use ncs –reload to re-read ncs.conf at a later time. You can also sometimes use the start phases of NSO, but that is a more special case.

Thanks for the response.
Other than changing the ncs.conf, Is it configurable via some CLI or some internal tail NETCONF yang model as well ?

The phases can be controlled through the api, but not the detailed configuration I think.