cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
441
Views
0
Helpful
3
Replies

Vlan inforamtion

anandkochar
Level 1
Level 1

Thanks in advance

Hey its my first post so please gentle to me.

I have one server and one L3 switch and in L3 switch i want to make 10 vlans and one port i want to assign as uplink port which should be able to talk with all Vlan...please help?

3 Replies 3

paul.matthews
Level 5
Level 5

What will the uplink port be connected to? If another recent Cisco switch, they should default to trunking, which will mean all VLANs will be carried up that port, so another switch will be able to use the same VLANs.

Though reading your comment, and your specific referencs to L3, I wonder if you are trying to use the uplink as a L3 interface?

In that case yo wuld want to do something like

conf t

vlan 10

vlan 11

vlan 12

....

vlan19

int vlan 10

ip add 10.1.10.1 255.255.255.0

int vlan 11

ip add 10.1.11.1 255.255.255.0

...

int vlan 19

ip add 10.1.19.1 255.255.255.0

int fas 0/1 desc L3 uplink

no switch

ip add 10.1.99.1 255.255.255.0

obviously you would change VLAN numbers and IP addresses to be appropriate for your network.

what would be the route as per your network ?

Sorry, I don't understand what you are asking there.

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