Preparing the Catalyst 4500 switch for CNA
The switch restores the factory default restore command
Switch>enable
Switch#erase Startup-config
Switch#reload
To enable the switch to be managed by CNA, you must have the following two conditions: the IP address of the network management.
Configuring IP for G1/1 ports
Switch#configure
Switch (config) #interface gigabitethernet 1/1
Switch (config-if) #no Switchport
Switch (config-if) #ip address XXX.XXX.XXX.XXX 255.255.255.0
Switch (config-if) #no shutdown
The HTTP or HTTPS service is enabled on the default port. The HTTPS port is pinned to the 443,http port by default to 80.
By default, the Cisco Catalyst 4500/4000 switch cannot be managed by the Cisco CNA, so the management of the catalyst 4500/4000 switch must be configured first, if it is to be implemented.
Switch (config) #ip http server
Switch (config) #ip http secure-server
Add user
Switch (config) #enable secret level "password"
Here you can use the CNA connection to manage it on your device.
Last save reboot
Switch#write
Switch#reload
This allows you to manage the switch using CNA.
Configuring the Cisco Catalyst 4948 enable CNA management