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!

Catalyst 4506 VLAN routing

Status
Not open for further replies.

rleestma

Technical User
Jul 31, 2001
99
0
0
US
Hi all...

Have two vlans set up, 172.16.0.0/16 and 192.6.1.0/24

Cannot route between the two to save my life...

Here's my config (of what matters)

interface Vlan1
ip address 192.6.1.220 255.255.255.0
!
interface Vlan2
no ip address
shutdown
!
interface Vlan100
description Admin VLAN
ip address 172.16.10.1 255.255.0.0
!
router rip
network 172.16.0.0
network 192.6.1.0
!
ip route-cache flow
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.10.5
ip http server
!
!
no cdp run
!
!
mac-address-table static 0011.2233.4401 vlan 100 interface GigabitEthernet1/1
mac-address-table static 0011.2233.4402 vlan 115 interface GigabitEthernet1/2
end

From either vlan we can ping the vlan interfaces on each subnet, but not the hosts... We're pulling out hair out over here, so any input would be much appreciated...

Ryan
 
What are the static mac addresses for?

Also, show the configuration for your host ports.
 
If you do a show vlan do your ports show in the vlan for which they are configured ? Did you activate the vlans in the vlan database ?
 
Well, it's all working now... Turned out that a laptop we were using had two interfaces enabled, and it was trying to use the gateway on the wrong interface...

Thanks for your help...

Ryan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top