I have a Cisco 877 router which I want to use as a Switch only in conjunction with netflow.
I have configured as below.
I have a PC plugged into fe1 with an IP of 192.168.20.100
I have another PC plugged into fe0 with an IP of 192.168.1.100
I can't ping the PCs from either end.
I can ping 192.168.1.234 from the PC in the 192.168.20.0 subnet but not the 192.168.20.1 from the 192.168.1.0 subnet which means some sort of routing is working.
Frankly i'm stumped!
Any ideas?
Regards,
interface FastEthernet0
switchport access vlan 10
no cdp enable
!
interface FastEthernet1
switchport access vlan 20
no cdp enable
!
interface FastEthernet2
switchport access vlan 30
no cdp enable
!
interface FastEthernet3
switchport access vlan 40
no cdp enable
!
interface Vlan10
description SVI for VLAN-10
ip address 192.168.1.234 255.255.255.0
!
interface Vlan20
description SVI for VLAN-20
ip address 192.168.20.1 255.255.255.0
!
interface Vlan30
description SVI for VLAN-30
ip address 192.168.30.1 255.255.255.0
!
interface Vlan40
description SVI for VLAN-40
ip address 192.168.40.1 255.255.255.0
!
ip route 192.168.1.0 255.255.255.0 FastEthernet0
ip route 192.168.20.0 255.255.255.0 FastEthernet1
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 5 life 86400 requests 10000
!
snmp-server community public RO
no cdp run
!