How to configure Cisco Catalyst 4948 for CNA management

WBOY
Release: 2023-05-15 21:28:04
forward
834 people have browsed it

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!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!