Home  >  Article  >  Operation and Maintenance  >  How to configure Cisco Catalyst 4948 for CNA management

How to configure Cisco Catalyst 4948 for CNA management

WBOY
WBOYforward
2023-05-15 21:28:04871browse

Prepare the Catalyst 4500 switch for CNA
Restore the switch to factory default recovery command

##switch>enable

switch#erase startup-config

switch#reload

If 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.

Configure IP for g1/1 port

Switch#configure

Switch(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 server

Switch(config)#ip http secure-server

Add user


Switch(config)#enable secret level 15 "password"

At this point you can use CNA connection to manage on the device.

Finally save and restart

Switch#write

Switch#reload

This 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!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete