Prepare the Catalyst 4500 switch for CNA
Restore the switch to factory default recovery command
##switch>enableswitch#erase startup-configIf you want the switch to be managed by CNA, the following two conditions must be met at the same time: Have a network management IP address.switch#reload
Configure IP for g1/1 port
Switch#configureSwitch(config)#ip http serverSwitch(config)#interface gigabitEthernet 1/1
Switch(config-if)#no switchport
Switch(config-if)#ip address . The HTTPS port is fixed at 443, and the HTTP port defaults to 80.
By default, Cisco Catalyst 4500/4000 switches cannot be managed by Cisco CNA. Therefore, in order to manage the Catalyst 4500/4000 switches, the necessary configuration must be performed first.
Switch(config)#ip http secure-server
Add userAt this point you can use CNA connection to manage on the device.Switch(config)#enable secret level 15 "password"
Finally save and restart
Switch#write
Switch#reloadThis way you can use CNA to manage the switch.
The above is the detailed content of How to configure Cisco Catalyst 4948 for CNA management. For more information, please follow other related articles on the PHP Chinese website!