06-16-2014 07:35 AM - edited 03-04-2019 11:09 PM
I am unable to connect to devices using. They are connected via async cable. Can someone take a look please?
Terminal#r1
Trying R1 (192.168.1.111, 2001)...
% Destination unreachable; gateway or host down
Terminal#sh config
Using 780 out of 32762 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service dhcp
!
hostname Terminal
!
!
ip subnet-zero
ip host S4 2008 192.168.1.111
ip host S3 2007 192.168.1.111
ip host S2 2006 192.168.1.111
ip host S1 2005 192.168.1.111
ip host R4 2004 192.168.1.111
ip host R3 2003 192.168.1.111
ip host R2 2002 192.168.1.111
ip host R1 2001 192.168.1.111
!
!
!
!
!
interface Loopback0
ip address 192.168.0.111 255.255.255.0
!
interface Ethernet0
ip address 192.168.1.111 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
ip classless
ip http server
!
!
line con 0
line 1 8
exec-timeout 0 0
no exec
transport input all
line aux 0
line vty 0 4
password ccna
login
!
end
Solved! Go to Solution.
06-16-2014 04:00 PM
Use the loopback 0 address for your ip host commands, not your ethernet 0 address:
no ip host R1 2001 192.168.1.111
ip host R1 2001 192.168.0.111
No point using an interface which can be down.
06-16-2014 08:44 AM
Hi ,
Share me "show line" output from your router
HTH
Sandy
06-16-2014 04:00 PM
Use the loopback 0 address for your ip host commands, not your ethernet 0 address:
no ip host R1 2001 192.168.1.111
ip host R1 2001 192.168.0.111
No point using an interface which can be down.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide