cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
11
Helpful
4
Replies

routing two vlans on th sane switch 3550 i have a swtich 3550

jprada
Level 1
Level 1

I have a switch 3550 which is working fine usuing vlan1. My questions are these:

1.- I want to leavethe vla1 to do maintenane on the switch ifself

2.- create a vlan 2 with different ip segment

3.- I create avlane with diferent IP

my provblem is te cannot see each other, vland1 goes to internet no problem, the otre tow not.

I will aperciate ane help with some detals because this is gerin on my nervs.

I arlready enablip routing , but nothing,

thansk fo any helps you guys

4 Replies 4

dnewell24
Level 1
Level 1

Are you running a routing protocol between the 3550 an upstream router?

Does the upstream router have an entry in the routing table with a next hop if the 3550 for the new IP subnet?

I would issue a show ip route on all relevant devices and utilize ICMP Ping to very reach ability.

Ryan

arvindchari
Level 3
Level 3

Hi jprada

I hope the following steps help out:

1. Make note of the vlans you need to route between

2. Use sh vlan to ensure the vlans are present

3. For the switch to be able to route between vlans IP addresses need to be assiged to both (all routed) VLANS

4. Since you have an ip for vlan1, I will just demonstrate how to set an ip for vlan2

(config)#configure terminal

interface vlan2

ip address 192.168.2.1 255.255.255.0

no shut

5. Configure the interface to the default router (the one facing your ISP thru which you say VLAN1 can access the internet)

interface fa0/1

no switchport

ip address 15.14.13.12 255.255.255.0

no shut

6. Configure a default route pointing to the internet

ip route 0.0.0.0 0.0.0.0 15.14.13.11

7. Dont forget to point your hosts to the VLAN ip as their default gateways.

HTH

To all of you:

Sorry to be so late replying to your answers. I had a little bet of hard time but I finally made it.

Every one of your answer was useful.

Arvindchari, thanks a lot for your answer it help me tremendously.

Right now the switch is working fine and the vlans also.

Thanks again to all of you.

JPrada

j.giulianetti
Level 1
Level 1

Make sure to include the new subnet (vlan 2 network) in the nat pool.

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: