cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
715
Views
0
Helpful
10
Replies

Setting up 4506

UncleJohn44
Level 1
Level 1

Howdy,

Can someone provide me a link for documentation on how to set up my Catalyst 4506 for HTTPs so I can connect to it using CNA

10 Replies 10

Collin Clark
VIP Alumni
VIP Alumni

login to the switch

config t

ip http secure-server

This will start the web server in secure mode. If you do not have the 'secure-server' option you are not running a crypto image. You should have 'ip http server' though. I would suggest you also enter 'ip http access-class 11' and 'access-list 11 permit . This will allow only you to access the switch via the web console.

I am not very good with telnet, and it does not show me "config" under help or show or set.

Can you provide me steps to ge tot that point fo configuration.

Thanks for all your help

show config is not a command. You can dooin show running-config or show startup-config. Show run is the actual configuration running on the box, but this does not mean it has been saved to flash. the show startup-config will show the configuration that is stored on the switch. This is what configuration the switch will come back to if rebooted.

To save the running config to the starup config youmust for a " copy run start" command.

Those commands are not shown

Thanks

Once you telnet in you should get a prompt something like the following:

switch>

Then type 'enable'

You will be prompted for the enable mode password. Enter the password and you should have a new prompt (note the # symbol).

switch#

Next, type 'config t'

Again you should get a new prompt that looks like the following:

switch(config)#

Let me know if you get this far or if you get any errors.

I am not getting the # symbol, and not recognizing the switch command. I have attached a screen shot

Ahhh you're running CatOS. I'm not sure if CNA supports CatOS and I can't find an answer on Cisco. Let's try and enable http and see if it works. Telnet in and enter 'set ip http server enable'. Please post the results. It should look like below.

Console> (enable) set ip http server enable

HTTP server is enabled.

Console> (enable)

From your desk you should be able to open a web browser and enter in the URL of http:// and get a response!

I was able to enable the http server, but got the page that I attached when trying to access it

Thats good! Fire up CNA and add the device. Please post your results.

I connected, but not receiving any data.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card