cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
626
Views
0
Helpful
2
Replies

Home Lab with Cisco 887 inter vlan routing

MrG1
Level 1
Level 1

Hi all,

I recently bought two cisco switches 3560 and two routers (3825 and 2611xm). I also found in a bin a cisco router 887VA. I would like to use all of them to set up a cisco home lab. My plan is to connect them as shown in the picture attached. I have done all the connections and I started to configure the vlans on the cisco 887 to use each interface as a separate router interface. I did some extended ping to choose the source address (the normal pin works fine for each interface) but it fails to ping from any interface to the others. Is this doable with cisco 887? any other advice is welcome. Thank you.

IMG_20200604_192802_489.jpg

 

the following is the 887 initial config

 

 

!
interface Ethernet0
no ip address
shutdown
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
switchport access vlan 10
no ip address
!
interface FastEthernet1
switchport access vlan 11
no ip address
!
interface FastEthernet2
switchport access vlan 12
no ip address
!
interface FastEthernet3
switchport access vlan 13
no ip address
!
interface Vlan1
no ip address
!
interface Vlan10
ip address 192.168.0.254 255.255.255.0
!
interface Vlan11
ip address 192.168.1.1 255.255.255.0
!
interface Vlan12
ip address 192.168.2.1 255.255.255.0
!
interface Vlan13
ip address 192.168.3.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 Vlan10 192.168.0.1
!
!
!
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
transport input all
!
end

 

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Have a look at this post. Maybe zone based firewall is blocking ping from interface to another.

 

https://community.cisco.com/t5/switching/cisco-887va-inter-vlan-routing/td-p/1971265

 

HTH

thanks Reza for your answer

 

but after configuring routing and nat, it seems to work without touch the zone based firewall. I can finally connect all of my devices to internet. I'm quite sure I'll need your help soon again.

Thank you

Review Cisco Networking for a $25 gift card