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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 3550 InterVlan Routing Problem 1

Status
Not open for further replies.

jacob200

IS-IT--Management
Sep 6, 2000
56
US
I need some help!! I've got a 3550-24 EMI switch. I have two vlans on it and they are configured as 192.168.1.50 (vlan 10) and 192.168.20.50 (vlan 3). I also have a laptop hanging off each end. I cannot get the laptops to ping each other. I do have the "ip routing" command enabled on the switch. Also each laptop can ping the vlan interface which is their default gateway. Also, the "sh ip route" command looks good too. Any suggestions on how to solve this problem would be highly appreciated.
Thank you,
 
Here is the config for the switch.

lab3550#
lab3550#sh run
Building configuration...

Current configuration : 2338 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname lab3550
!
enable secret 5 $1$FLge$xuO0VjfMP3S/nihaS6JLE/
enable password techdata
!
ip subnet-zero
ip routing
!
no ip domain-lookup
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
--More--  !
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/2
switchport mode access
!
interface FastEthernet0/3
switchport mode access
!
interface FastEthernet0/4
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 10
switchport mode access
!
interface FastEthernet0/6
switchport mode access
!
interface FastEthernet0/7
switchport access vlan 20
--More--   switchport mode access
!
interface FastEthernet0/8
switchport mode access
!
interface FastEthernet0/9
switchport access vlan 30
switchport mode access
!
interface FastEthernet0/10
switchport access vlan 30
switchport mode access
!
interface FastEthernet0/11
switchport access vlan 40
switchport mode access
!
interface FastEthernet0/12
switchport access vlan 30
switchport mode access
!
interface FastEthernet0/13
switchport mode access
--More--  !
interface FastEthernet0/14
switchport mode access
!
interface FastEthernet0/15
switchport mode access
!
interface FastEthernet0/16
switchport mode access
!
interface FastEthernet0/17
switchport mode access
!
interface FastEthernet0/18
switchport mode access
!
interface FastEthernet0/19
switchport mode access
!
interface FastEthernet0/20
switchport mode access
!
interface FastEthernet0/21
--More--   switchport mode access
!
interface FastEthernet0/22
switchport mode access
!
interface FastEthernet0/23
switchport mode access
!
interface FastEthernet0/24
switchport mode access
!
interface GigabitEthernet0/1
switchport mode dynamic desirable
shutdown
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
shutdown
!
interface Vlan1
no ip address
shutdown
!
--More--  interface Vlan10
ip address 192.168.1.50 255.255.255.0
!
interface Vlan20
ip address 172.19.6.50 255.255.254.0
!
interface Vlan30
ip address 192.168.20.50 255.255.255.0
!
interface Vlan40
ip address 172.18.6.50 255.255.254.0
!
ip classless
ip http server
!
!
!
line con 0
line vty 0 4
password admin123
login
line vty 5 15
password admin123
--More--   login
!
end

lab3550#
 
Post a "show ip route" to see if it is showing the routes in tis database. You may also need to enable RIP so that the routes are shared.
 
You don't need RIP to distribute routes when the interfaces are local to the box..
 
have you added the vlans in the vlan database

command is

vlan database
vlan 10
vlan 30

then exit
exit
show vlan
 
vlans automatically get created once they're assigned, unless its in vtp client mode.. and the fact that he said he could ping the L3 vlan interface from the laptop that is sitting on that VLAN, that rules out the fact that the VLANs are created.
 
check the default gateways and subnet masks on the laptops. what does a trace route from the pc tell you. how about debug icmp on the router. what does it say?
 
well I'm a total newbie. But don't you need to declare the routes between the different vlan's? I didn't see it in the config. Or enable a routing protocol as rburke said?
 
No, this is a layer 3 switch, just like a router.. It sees those subnets as being directly connected, therefore no need to have routes or routing protocols running..


BuckWeet
 
Hello
I need some help...
I have to configure 3 Vlan (3 class C IP on each) ( Vlan 1 Management) on 2 6509 and 4 3550 catalyst, I need to route this classes on one PIX right now configured.
Anyone has a draft on how make this vlans ( I have right now the VTP on one 6509) and configure an InterVlan for the pix (??)

THanks a lot !!

dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top