07-19-2011 06:45 AM - edited 03-07-2019 01:16 AM
Hello, I have a brand new 4510e with dual sup7 engines. I am having an issue with a vlan routing correctly. I believe that I may have missed a command, but not for sure. OK, so I have the native VLAN 1 setup with 10.1.24.0/21 address on it. I also have three ports that I did a no switchport on and made into a L3 routed ports for the various different subnets here at our company. Everything is working and routing correctly as it should. However, if I create a vlan and give it an IP address of a new subnet I am currently setting up here, and then try to trace to that address (or any address on that subnet) from my workstation that's on the native vlan the trace will go to the 4510 and then on to our main outside (seperate device) router and then to our ISP and will eventually fail. It's like the 4510 does not even know that the IP of that vlan I just created even exists. I just don't get why a L3 port routs fine but a VLAN will not route. Does anyone have any suggestions?
Thanks,
Nate
Solved! Go to Solution.
07-19-2011 12:59 PM
As Reza says shouldn't matter but i have seen rare occurences where creating the L3 interface first and then the L2 vlan has meant the L3 interface just won't come up. Very rare though.
So it's all working now ?
Jon
07-19-2011 06:48 AM
Nate
Can you confirm that the L3 vlan interface you created is up/up ie. do a "sh ip int brief".
Also have you created the vlan at L2 ie.
4500(config)# vlan x
Jon
07-19-2011 07:14 AM
Hi Nate,
As Jon said verify the vlan state.
Make sure you have assighned the particular to any port.
int vlan 10
ip address 192.168.1.1 255.255.255.0
no shut
vlan database
int vlan 10
And you need to give "no switchport" command before applying an ip address to interface
Please rate the helpfull posts.
Regards,
Naidu.
07-19-2011 12:36 PM
Thanks Jon and Naidu! Does it matter which layer you config first? Because I origionally setup the vlan interface first then the actual vlan and that didn't seem to work, but when I setup the vlan first and then the vlan interface it worked as expected.
07-19-2011 12:57 PM
It shouldn't matter which one you create first.
If you create the interface vlan first with IP, it is not going to be in up and up mode until you create L2 vlan
07-19-2011 12:59 PM
As Reza says shouldn't matter but i have seen rare occurences where creating the L3 interface first and then the L2 vlan has meant the L3 interface just won't come up. Very rare though.
So it's all working now ?
Jon
07-19-2011 09:53 PM
Yes Jon, it's working now. Weird! Thanks for your help!
07-19-2011 11:08 PM
Hi Nate,
Glad to see that your problem is solved.
But you have not rated my post.
Regards,
Naidu.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide