Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quickie Intervlan issue

Status
Not open for further replies.

Multivitamin86

Technical User
Feb 19, 2009
40
0
0
GB
Hi,

On a 3750, I've got vlan 3 and 4. Enabled IP routing.

int vlan 3
ip address 192.168.100.1 255.255.255.0

int vlan 4
ip address 192.168.101.1 255.255.255.0

Set my PC's gateway's to those IP addresses but I can't ping between vlans.

thoughts?
 
Run the following commands to see if you have everything configured and up:
Show vlan <-- Make sure you have a L2 vlan to go with your L3 vlans

show ip interface brief <-- Make sure your vlan interfaces are UP
 
Yes, as Stubnski points out, it's easy to forget to actually create the VLANs.
 
A "show vlan" will indicate if you have created the L2 vlan or not. You just show you created a layer 3 SVI for each vlan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top