Link to home
Start Free TrialLog in
Avatar of samashcam
samashcamFlag for Canada

asked on

Some intervlan routing is not working on 3560 while others work

I've create interface vlan 150 with an ip address, then no shut.
I then connected the devices for that vlan on the switchports with the proper vlan configured and the vlan is in the vlan database.
The devices can ping each other but the devices on the other vlans cannot ping the devices from vlan 150.
The other devices on other vlans can ping other inter-vlan devices but not this specific one I just created.

The 3560 can ping all devices from every different vlans including the vlan 150 just created.

Any ideas on why routing is not working for vlan 150?
Avatar of Matthew
Matthew
Flag of Slovenia image

What do you get on switch when you type this:


show int vlan150

show vlan


Can you post also

show run int vlan150


If you have trunk ports, did you define which VLANs are allowed to pass the trafiic or you allow them all (switchport mode trunk) ?
Avatar of samashcam

ASKER

SUD-CR-3560G-HSRP1#sh int vl 150
Vlan150 is up, line protocol is up
  Hardware is EtherSVI, address is 001f.6d4f.66cf (bia 001f.6d4f.66cf)
  Internet address is 192.168.150.1/24
  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 00:00:13, output 01:14:43, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     3303 packets input, 319253 bytes, 0 no buffer
     Received 0 broadcasts (50 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     176 packets output, 14076 bytes, 0 underruns
     0 output errors, 2 interface resets
     0 output buffer failures, 0 output buffers swapped out
SUD-CR-3560G-HSRP1#sh run int vl150
Building configuration...

Current configuration : 65 bytes
!
interface Vlan150
 ip address 192.168.150.1 255.255.255.0
end

SUD-CR-3560G-HSRP1#
Here is what is happening with the ping from other vlan and from 150 vlan

SUD-CR-3560G-HSRP1#ping
Protocol [ip]:
Target IP address: 192.168.150.2
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 192.168.0.19
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.150.2, timeout is 2 seconds:
Packet sent with a source address of 192.168.0.19
.....
Success rate is 0 percent (0/5)
SUD-CR-3560G-HSRP1#ping
Protocol [ip]:
Target IP address: 192.168.150.2
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 192.168.150.1
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.150.2, timeout is 2 seconds:
Packet sent with a source address of 192.168.150.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/17 ms
SUD-CR-3560G-HSRP1#
Can you ping 192.168.150.1 from your client or client outside of VLAN 150?

Are all of your clients on the same switch or is it connected to other switches?
When you ping from interface, is 192.168.0.19 IP of the interface or is this a client? When you try to ping from interface, put interface IP as a source IP on the switch.

ping
Protocol [ip]:
Target IP address: 192.168.150.2
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface: 192.168.0.1          (put here IP of VLAN for 192.168.0.0/24)
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
What is set as default gateway for VLAN 150 on your hosts in that VLAN?
That should be IP address of your interface VLAN 150.
Are clients using 'this' 3560's SVIs as their default-gateway?
ASKER CERTIFIED SOLUTION
Avatar of samashcam
samashcam
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Nothing else made sense.  When in doubt reboot.