cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1428
Views
0
Helpful
15
Replies

Catalyst 6513 Newbie

Matt.Fields
Level 1
Level 1

We just received a 6513 with 2 Sup modules and 5 Gigabit switch modules. I wanna get to the web management of the 6513. I assigned an IP address to the default interface using the IOS commands but I still can not get to the web interface. I have looked all over the web on how to do this, but have not found anything.

Does anyone have good documentation or a config example on how to setup the 6513 just enough to get into the web interface.

Thanks

15 Replies 15

JORGE RODRIGUEZ
Level 10
Level 10

enable http services in IOS.

e.g

router(config)#ip http server

Jorge Rodriguez

jlhainy
Level 2
Level 2

First off, there is more than one web interface for the 6500 series. At the CLI, go to config mode and do a ip http ? This should help you figure out the correct syntax to enable the web interface.

There are other interfaces that are available that you have to download from Cisco.com and then upload to the 6500. There are vairous CiscoView and SDM products that are far better than the web interface that comes with the IOS of a 6500.

I perfer the CLI myself.

good point , din't think of sdm or ciscoview.

Jorge Rodriguez

OK, I did a no shut on the Vlan1 interface, assigned an IP address to it and enable the ip http server. I have a network cable going from the supervior i just configured to a switch that is connected currently to our network (not the 6513 I am working on). I am not getting activity on that switch port I plugged into and I have tried other ports as well. Its like the supervisor interface is not active. Do I need a cross over from the supervisor to the other switch?

Switch to switch is typically a cross over cable.

unless you configure mdix on one of the ports, then the port will automatically detect and switch the pairs in software. It is off by default because Cisco sees it as a security risk.

Hi Matt, before connecting switches that are possibly in production to the 6513 I would recommend to configure the device first in a stand alone, then you can figure out where in your network you will be installing the 6513, usually your core network , configuring it offline you could then figure other needed configurations such as vlan interfaces in the router ,vlans in the switch, vtp configuration etc..

you configure management vlan1 with IP address, here is an example for router and swith basic config.

console to the switch, and configure sc0 interface with ip as well, assign a port on the switch to vlan1 and you can connect a laptop or PC to that port in vlan1 to get IP connectivity.

step1: Configure vlan1 with IP in router

router>#config t

router(config)#interface vlan1

router(config_if)#ip address 10.10.10.1 255.255.255.0

router(config_if)#no shutdown

router(config_if)#exit

router(config)#ip routing

router#write mem

go to switch and assign a port to vlan1,

switch(enable)set vlan 1 2/1

here 2 is module# and 1 is port#

switch(enable)set interface sc0 1 10.10.10.2 255.255.255.0

switch(enable)set ip route 0.0.0.0 10.10.10.1

switch(enable)set ip http server enable

with this very basic config you can get Ip connectivity to the switch as long you have the labtop also configure for 10.10.10.0/24 network and plug into 6513 port on vlan1.

Go over this link with basic configs

http://www.cisco.com/en/US/docs/switches/lan/catalyst4000/7.1/configuration/guide/vlans.html#wp1019975

Jorge Rodriguez

This is very helpful information. How do you get into the console of the switch? To configure the router, I plugged the console cable into sup module. On the switch modules, there are no console ports.

Hi Matt,

Sounds like you might be running Native IOS on the sup module. This would make the prompt always be Router[>#]. You use the same console port. If you are running hybrid, which does have a Catalyst OS that prompts with Switch>, then you can switch from Router to Switch by typing "switch console", or try "exit", or three ^Cs. If you are running Native, then you are already talking to the switch.

I'm definatly running the Native IOS (Version 12.2(17d)SXB11a), but when I type in the commands you provided ("switch console", "exit", "^C^C^C", nothing happens.

When I type in exit, it just exits me out of the console session all together. I hit enter and it brings me back into the Router> prompt.

Any other ideas on how to get into the switch configuration? I can see the ports of the switch when doing a "show int" when in Router# mode, but I am not sure how to get to Switch>??

Matt, if you are running native can you post something. If you are running native IOS then each port could either be a routed port or simply layer 2 port. In native IOS there is no CATOS running, and as the previous poster indicated you have the routing and switching functionality management from a single command line.

issue at the router this and post the info.

" show ip interface brief "

Jorge Rodriguez

So I can control switch functionality from the Router> prompt? One person previously stated that you can switch between the Router> and Switch> prompts, but their recommendation on how to do so did not work.

Basically, I am trying to find a way to manage all the components within the 6513 through web management. I am not sure if there is one web management piece built into the supervisor module that manages every module within the 6513 or if you have to manage each module separtely, it if they were independent modules (switches, FW, etc..)

Here is the result of the "show ip int breif". This is just a summary of all the switch ports. I have 5-48 port switches in slots 9-13.

Vlan1 192.168.21.73 YES NVRAM down down

GigabitEthernet7/1 unassigned YES NVRAM down down

GigabitEthernet7/2 unassigned YES NVRAM down down

GigabitEthernet8/1 unassigned YES NVRAM down down

GigabitEthernet8/2 unassigned YES NVRAM down down

GigabitEthernet9/1 unassigned YES NVRAM down down

GigabitEthernet9/2 unassigned YES NVRAM administratively down down

GigabitEthernet9/3 unassigned YES NVRAM administratively down down

GigabitEthernet9/4 unassigned YES NVRAM administratively down down

GigabitEthernet9/5 unassigned YES NVRAM administratively down down

GigabitEthernet9/6 unassigned YES NVRAM administratively down dow

If you are running native IOS there is only one IOS image .. if you are running hybrid there are two images one for switch and one for router each independant of each other in terms of console management.

if you have 5 more blades installed from slow 5 to 13 they should have shown up in show ip interface brief, the info you posted shows blade installed in slot 7,8 that appear sup cards and blade 9 with 6 gig ports, is blade 9 fiber or copper ports?

can you do "show module "

every IOS have basic http services functionality just for very basic management

but you still need to go through CLI from within the browser to configure or retreave system or port information.

you will need some other management software. Personally I do not use these management tools so I am limitted to comment on it, but could point you to the following link.

Read this link , scroll down until you see Element management Systems,

http://www.cisco.com/en/US/products/sw/netmgtsw/index.html

Under same link see Cisco Catalyst switch manager

http://www.cisco.com/en/US/products/sw/netmgtsw/ps4975/index.html

Jorge Rodriguez

Slot 7 and 8 are the sup cards.

Slots 9 - 13 are 48 port Copper Gigabit switches. I did not display every port on slots 9 - 13; I truncated it to save room.

So if there is only 1 IOS image that I am dealing with, and every IOS has a basic HTTP service, how do you configure the 6513 to get into this basic service?

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