cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
950
Views
0
Helpful
4
Replies

Setting Switch IP Address

jmoss1
Level 1
Level 1

We have a CAT 6506 which has various trunk links to 2950 edge switches.... I want to be able to access the edge switches remotley via their ip addresses...

Do i need to assign the ip address to VLAN1 on the 2950 and then assign a ip address in the same range to VLAN1 on the 6506?

Or is there another way

Cheers

Jonathan

4 Replies 4

amit-singh
Level 8
Level 8

Jonathan,

If you want to access only 2950 via telnet then there is not need to set the IP on 6506. You need IP on both the boxes only when you want to telnet to both of them.

You can assign an IP to only one vlan SVI on 2950 as this is a L2 switch and allows you to have only one SVI enable on it. You can use any vlan to manage it like vlan 2 vlan3 or vlan X but only one SVI will be UP/UP.

As 6506 is a L3 switch so you can telnet to it using any Vlan as all the vlan SVI's will be up/up

To enable telnet to the switches,set the enable password first and then

conf t

line vty 0 4

password xxxxxx

login

HTH,

-amit singh

If I set the IP address on VLAN1 for example

192.168.200.2 for the 2950, will i then be able to see this address from any other vlan within my VTP domain?

does this need to be a new ip range or can it be address from one of my existing subnets i.e. the subnet the switch clients are connecting to

I would assume your 6500 has a layer 3 (MSFC) which routes between vlans. You can use vlan 1 (for ex.) on all the switches and configure ip addresses, such as,

192.168.200.1 -> 6509

192.168.200.2 -> 2950-1

192.168.200.3 -> 2950-2

and so on.

Set the default gateway on the 2950s to 192.168.200.1 (which is your 6509's ip address on vlan 1). This will help the switch to communicate with any other vlan, that you have in the network. Your 6509 MSFC config will look like,

int vlan 1

ip add 192.168.200.1 255.255.255.0

description Mgmt Vlan.

int vlan 2

ip add 192.168.201.1 255.255.255.0

description Data vlan

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

thanks for the replies problem now solved

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: