cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
289
Views
0
Helpful
1
Replies

vlan

upendra07
Level 1
Level 1

Dear

We have 3750 series switch.we configured8 to 10 vlan on this switch.We have 71,72,73,...90 vlan.We want to configure our 71 vlan will not talk with another vlan so please tell me how can we configure

1 Reply 1

paul.matthews
Level 5
Level 5

Your question is not totally clear, so I will try to guess what you need to know!

The point of a VLAN is to separate devices, so without additional configuration, devics will not talk to those in a different VLAN.

The normal method to allow the devices in one VLAN to talk to those in another is to enable routing between them. That could be by an external router, but as you have a 3750 the best way is to configure it locally.

You need to have one subnet allocated to each VLAN. I will use 10.1..0/24 to illustrate.

ip routing

Int vlan 70

ip add 10.1.70.1 255.255.255.0

no sh

Int vlan 71

ip add 10.1.71.1 255.255.255.0

no sh

Int vlan 72

ip add 10.1.72.1 255.255.255.0

no sh

Int vlan 73

ip add 10.1.73.1 255.255.255.0

no sh

and so on for all VLANs. Every device in each VLAN will need an IP address in the range 10.1..2-254, and a default gateway configured of 10.1..1

Review Cisco Networking for a $25 gift card