cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
594
Views
5
Helpful
4
Replies

host problems in home lab

russell2k1_ece
Level 1
Level 1

hi all,

I have a home lab with 2 Cisco routers (2620 and 2651) and 1 switch (2960 catalyst) and working towards CCNA 200-125 R/S. I connected and configured all the devices according to my requirements. My question is: how can I impersonate the hosts in VLAN in the switch? I already setup ROAS and would like to ping from one VLAN to another. 

thanks in advance. 

regards,

Shahed

1 Accepted Solution

Accepted Solutions

You can use the router not configured for the routing between vlans as an end host.

So turn off IP routing ("no ip routing"), give it an IP address from the vlan the port on the switch is in and then -

"ip default-gateway x.x.x.x"  ---> where x.x.x.x is the IP address for that vlan on the router.

Hope that makes sense :)

Jon

View solution in original post

4 Replies 4

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi,

Could you please provide more details about what you want to implement?




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hi Julio Moisa,

thanks for the reply. I actually would like to test the ROAS is working or not. I have 3 VLANS configured in 2960 and would like to test ping from each other but I have only one laptop. so need a solution how to do this. thanks again

You can use the router not configured for the routing between vlans as an end host.

So turn off IP routing ("no ip routing"), give it an IP address from the vlan the port on the switch is in and then -

"ip default-gateway x.x.x.x"  ---> where x.x.x.x is the IP address for that vlan on the router.

Hope that makes sense :)

Jon

I have tried as you said. Ping from my PC (VLAN 10) to host router (VLAN 20) is working but when I am trying to ping PC from router not working. my router is connected to PC via the console port. Ping to the other VLAN interface gateway is working from the router. Just can't ping PC from the router. any known solution?

thanks