Disabling Remote Management by the Cisco Prime Network
Services Controller Host
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
remote-management
4.
no pnsc host ipv4-addr local-port number shared-secret string
5.
end
6.
show remote-management status
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Step 1
Example:
Router> enable
•
Enter your password if prompted.
Enters global configuration mode.
configure terminal
Example:
Router# configure terminal
Step 2
Enters remote-management configuration mode.
remote-management
Example:
Router(config)# remote-management
Step 3
Disables remote management by Cisco Prime Network
Services Controller.
no pnsc host ipv4-addr local-port number shared-secret
string
Step 4
Example:
Router(cfg-remote-mgmt)# no pnsc host
When remote management by Cisco Prime
Network Services Controller is disabled using this
command, the REST API PUT, POST and
DELETE operations are enabled.
Note
172.25.29.234 local-port 8443 shared-secret
********
Exits configuration mode and enters privileged EXEC
mode.
end
Example:
Router(cfg-remote-mgmt)# end
Step 5
Cisco CSR 1000v Series Cloud Services Router Software Configuration Guide
295
Configuring Support for Remote Management by the Cisco Prime Network Services Controller
Disabling Remote Management by the Cisco Prime Network Services Controller Host