This article explains a simple procedure for resetting NSM device communications from the Junos device side
Sometimes circumstances lead to a device losing communication with NSM. Rather than unsetting all NSM configuration parameters or deleting the device in NSM and re-adding it, there is a set of commands to reset the NSM communications.
On the Junos device, enter edit mode in the CLI, and perform the following steps:
Run the command: show system services outbound-ssh The output should be similar to below: #show system services outbound-ssh client nsm { device-id 2CEDC2; secret “$ABC123"; ## SECRET-DATA services netconf; 10.10.10.51 port 7804; }
show system services outbound-ssh
#show system services outbound-ssh client nsm { device-id 2CEDC2; secret “$ABC123"; ## SECRET-DATA services netconf; 10.10.10.51 port 7804; }
# deactivate system services outbound-ssh # commit
# activate system services outbound-ssh # commit
2020-02-21: Changed encrypted password to “$ABC123".