The installation of new networking devices or replacement of devices can be expensive, time-consuming, and error-prone when performed manually. Typically, new devices are first sent to a central staging facility where the devices are unboxed, connected to a staging network, updated with the right licenses, configurations, and images, and then packaged and shipped to the actual installation location. After these processes are completed, experts must travel to the installation locations to perform the installation. Even in scenarios where the devices are installed in the No Objection Certificate (NOC) or Data Center itself, there may not be enough experts for the sheer number of devices. All these issues contribute to delays in deployment and add to the operational costs.
The Cisco Plug-n-Play solution reduces the costs associated with deployment and installation of network devices, increase the speed of their installation, and reduce the complexity of deployments without compromising the security. Using the Cisco Plug-n-Play solution, you can perform Zero Touch Installs of the switches in various deployment scenarios and deployment locations.
This article provides instructions on how to configure the PnP settings on your switch through the Command Line Interface (CLI).
Step 1. Log in to the switch console. The default username and password is cisco/cisco. If you have configured a new username or password, enter the credentials instead.
Note: To learn how to access an SMB switch CLI through SSH or Telnet, click here.
Note: The commands may vary depending on the exact model of your switch. In this example, the SG350X switch is accessed through Telnet.
Step 2. From the Privileged EXEC mode of the switch, enter the Global Configuration mode by entering the following:
Step 3. To globally enable PnP on your switch, enter the following:
Step 4. Enter the protocol and PnP server name or IP address for locating configuration information:
SG350X(config)#pnp transport [protocol] {{server [name] [ip address]}}Note: The default transport protocol is HTTP and the PnP server name is pnpserver.
Note: In this example, the PnP transport protocol used is HTTP and the server IP address 192.168.100.112 is entered.
Step 5. To configure the username and password to be entered in the PnP packets, enter the following:
SG350X(config)#pnp device username [username] password [password]Note: In this example, the username is cisco and the password is Cisc01234$.
Step 6. To configure the Reconnection Interval in seconds before attempting to reconnect the session after the connection is lost, enter the following:
SG350X(config)#pnp reconnect interval [seconds]Note: In this example, Use Default is chosen which has the default value of 30 seconds.
Step 7. To configure the discovery timeout settings, enter the following:
SG350X(config)#pnp discovery timeout [seconds] [exponential factor] [timeout value]The options are:
Step 8. To configure the watchdog timeout, enter the following:
SG350X(config)#pnp watchdog timeout [seconds]Step 9. Enter the exit command to go back to the Privileged EXEC mode:
Step 10. (Optional) To display the PnP settings on your switch, enter the following:
CBS350X#show pnpStep 11. (Optional) In the Privileged EXEC mode of the switch, save the configured settings to the startup configuration file by entering the following:
CBS350X#copy running-config startup-configStep 12. (Optional) Press Y for Yes or N for No on your keyboard once the Overwrite file [startup-config].... prompt appears.
You should now have successfully configured the PnP settings on your switch through the CLI.
Revision | Publish Date | Comments |
---|---|---|
1.0 |
13-Dec-2018 |
Initial Release |