cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5972
Views
0
Helpful
13
Replies

Assign management Interface IP address on 6513

npereira
Level 1
Level 1

How do you assign the IP address to the management interface on a 6513 in order to access the console via Telnet or SSH?

I have setup the management VLAN and can ping for one (SW1) side to the other (SW2).

Thanks

13 Replies 13

rais
Level 7
Level 7

An IP addresses is needed on sc0 interface:

set interface sc0 1 10.10.10.1 255.255.255.0

where 1 after sc0 is the vlan number.

Thanks.

can someone tell me where this command needs to be executed?

I tried just on the console config and there is no set command.

Also logged in to the switch with "remote switch" and the set command is not there either...

Remember that my device is a 6513 catalyst running in Native mode not catOS...

Thanks again

the set command is for catos devices. the other command would be like any other router... in config mode.

interface loopback #

ip adddress 192.168.x.x 255.255.x.x

no shutdown

We typically use Loopback 0 for management but you can use other numbers.

If the switch is running native IOS then you are in the RP and to manage the switch all you have to do is this. Configure a SVI aka vlan interface for the mgmt vlan and assign it an IP from the subnet.

int vlan (mgmt_vlan)

ip address x.x.x.x x.x.x.x

HTH

Sundar

thanks guys, I will try that tomorow morning.

I assigned a loopback on both switches.

10.98.0.11 for SW1

and

10.98.0.12 for SW2

I cannot ping neither from the management PC @ 10.98.0.164.

The switch (where Management PC is )port says:

!

interface GigabitEthernet10/33

switchport

switchport mode access

no ip address

!

interface GigabitEthernet10/34

switchport

switchport mode access

no ip address

!

the loopback port says:

!

interface Loopback0

ip address 10.98.0.11 255.255.254.0

!

All ports show UP-UP yet I cannot ping them or access them via telnet from the management PC.

anyone have an idea?

You have configured g10/33 & g10/44 to be part of vlan 1 and hence, you can configure like this;

int vlan 1

ip address (10.98.0.11 255.255.254.0)

I assume this subnet, 10.98.0.0/23, belongs to vlan 1 and if it's not then assign int vlan 1 an IP from that subnet. The devices connected to those two ports need to use the int vlan 1 IP as the default gateway.

HTH

Sundar

Your management PC is connected to VLAN 1.

I suggest removing the IP from the loopback on the respective switches and assign them under interface vlan 1 and make sure to issue a 'no shutdown'.

ok, i did this, assigned the vlan int IP 10.98.0.1 and no shut.

When doing a show int vlan 1, it's down down and I cant seem to bring it back up.

Is IP routing enabled in the switch. Either way try adding this command 'ip routing' from the global config mode. Is the interface g10/33 or 10/34 up?

HTH

Sundar

yes both g10/33 and 10/34 are up/up

Please post the output from the following commands:

show ip int bri | ex una

show int status | i connected

show vlan | ex una

Thanks

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