From the course: Implementing Cisco Software-Defined Wan (SD-WAN) for your Enterprise and Cloud

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Post installation cleanup tasks

Post installation cleanup tasks

- [Instructor] So as part of the post controller cleanup, now that we've got all the controllers deployed, we need to go back into the vManage, and we need to change the default database username. And so this is done by logging into vManage through the CLI. And then we're going to run the command request, network management system or nms, application-server stop. And then we'll do request nms configuration-db update-admin-user. So the default password is going to be password. The default userid is neo4j. And then we'll just change that to something different. And then, as well, what we'll want to do is remove NETCONF and SSH from all the tunnel interfaces on the controller. So for the vManage and vSmart, that's going to be eth0. For the vBond, that's going to be ge0/0. And we're just going to run the command no allow-service sshd and no allow-service netconf underneath the tunnel. And then we're also going to go through the process of creating a different administrator account for us,…

Contents