Using IOU image i have 4 hosts connected to the l3 switch, 2 in vlan10 and 2 in vlan20. I can ping between all hosts with no issues and the routes are in table etc so all seems correct.
What i cant do is ping between SVI's on the switch using extended pings. Also i cant ping the hosts from the switch. Am i being dumb here?
IOU1#sh runBuilding configuration...
Current configuration : 2080 bytes
!
! Last configuration change at 19:42:47 UTC Fri Apr 14 2017
!
version 15.6
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname IOU1
!
boot-start-marker
boot-end-marker
!
!
logging discriminator EXCESS severity drops 6 msg-body drops EXCESSCOLL
logging buffered 50000
logging console discriminator EXCESS
!
no aaa new-model
!
!
!
no ip icmp rate-limit unreachable
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip audit notify log
ip audit po max-events 100
no ip domain lookup
ip cef
no ipv6 cef
!
!
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
ip tcp synwait-time 5
!
!
!
!
interface Ethernet0/0
switchport
switchport access vlan 10
duplex auto
!
interface Ethernet0/1
switchport
switchport access vlan 10
duplex auto
!
interface Ethernet0/2
switchport
switchport access vlan 20
duplex auto
!
interface Ethernet0/3
switchport
switchport access vlan 20
duplex auto
!
interface Ethernet1/0
switchport
duplex auto
!
interface Ethernet1/1
no ip address
duplex auto
!
interface Ethernet1/2
no ip address
duplex auto
!
interface Ethernet1/3
no ip address
duplex auto
!
interface Ethernet2/0
no ip address
duplex auto
!
interface Ethernet2/1
no ip address
duplex auto
!
interface Ethernet2/2
no ip address
duplex auto
!
interface Ethernet2/3
no ip address
duplex auto
!
interface Ethernet3/0
no ip address
duplex auto
!
interface Ethernet3/1
no ip address
duplex auto
!
interface Ethernet3/2
no ip address
duplex auto
!
interface Ethernet3/3
no ip address
duplex auto
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
!
interface Vlan10
ip address 192.168.10.1 255.255.255.0
!
interface Vlan20
ip address 192.168.20.1 255.255.255.0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
end
So pinging between vlans from the host devices works fine. Its just pinging from the switch that is not working in any direction - cant ping svi from svi, cant ping hosts from switch etc
EDIT:
Actually i can ping any devices on the default vlan - vlan 1 - but i cant ping other vlans from the switch