cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
4
Helpful
5
Replies

Inter-VLAN Routing w/ 3750 Switch

bbinion80
Level 1
Level 1

Greetings,

I am having an issue with routing on my 3750 switch. I turned on routing with the "ip routing" command and confirmed it was enable by doing a "show run" command. I then created several VLAN's and assigned each of them an IP address and subnet mask. I then assigned the appropriate interfaces to the desired vlans. I did put in the "show vlan brief" command to confirm that the interfaces were in the correct VLAN's. At this point, I took a few workstations and assigned them a static IP in the same subnet as the VLANs they were attached too but I was unable to ping anything. When I ran the "show ip interface brief" command I saw all but one vlan read status up but protocol down. I am stumped and to why this occurred. I am hoping this is something simple that I overlooked. Any assistance or suggestions would be very appreciated.

Thanks

5 Replies 5

Jon Marshall
Hall of Fame
Hall of Fame

Can you post the switch config

Without seeing the config, I have a hunch you forgot to create the vlans in L2..

vlan 2

name test_vlan

vlan 3

name server_vlan

etc...

As I said, just a hunch :-)

Sup, Jon?? Long time....

That would be my guess too. When your working with a Layer-3 switch, you must configure both the Layer-2 VLAN as shown in lamav's post, ie:

vlan 2

vlan 3

as well as the Layer-3 side of the VLAN, which you do with the interface command:

interface vlan 2

ip address X.X.X.X

interface vlan 3

ip address X.X.X.X

Otherwise your Layer-3 interfaces don't come up. They also won't come up if there isn't an interface up on that VLAN too, another common mistake, but it doesn't sound like the case this time.

Rick Morris
Level 6
Level 6

If you only ever show one vlan then you do not have layer 3 running on the switch. In layer 2 you will only have 1 native vlan. If you continue to change VLAN's then the last VLAN you created will be the VLAN shown.

ionutionescu
Level 1
Level 1

Usually, you have line up and protocol down on a SVI (vlan interface) if there is no active (line up and protocol up) port assigned to that specific vlan.

Try to shut / no shut the SVI and make sure to check the port vlan assignment.

Also be sure to check that each SVI has an IP address as posted above.

Hope it helps.

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