07-09-2011 12:23 PM - edited 03-07-2019 01:09 AM
I have a brand new 4510R+E with 2 SUP-7's and 3 WS-X4748 blades. I am doing the initial config, have enabled and connected a couple of servers and turned on the GigE ports. This works fine, the ports are up and see packets. Next I did ip routing, then created some VLANs, did no shut, then assigned the GigE ports to the VLANS by first doing switchport, then switcport access vlan.
However the VLANS still show down, line protocol is down and when in do show vlan they are not listed.
This is the first time I have configured a Catalyst from scracht so it is entirely possible I have missed something very basic. I'd appreciate any input on what i am doing wrong.
Thanks!
Daniel
Solved! Go to Solution.
07-09-2011 12:48 PM
Daniel,
Did you also create layer-2 vlans?
example
vlan 10
name test-vlan
vlan 20
name test1-vlan
Also, until you assign physical ports to the vlans, they will not go to up and up mode
also under the interface
switchport
switchport mode acess
switchport vlan 10
HTH
Reza
07-09-2011 12:48 PM
Daniel,
Did you also create layer-2 vlans?
example
vlan 10
name test-vlan
vlan 20
name test1-vlan
Also, until you assign physical ports to the vlans, they will not go to up and up mode
also under the interface
switchport
switchport mode acess
switchport vlan 10
HTH
Reza
07-11-2011 01:25 PM
D'oh!
Yes, I forgot to do the "vlan" command, and had just done the "int vlan" commands. I had assumed it would not allow you to allocate layer 2 interface ports to a VLAN that did not exist as a Layer-2 interface itself, but I guess we all know what happens when you make assumptions!
Thanks Reza.
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