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

Cisco 2509 - % Destination unreachable; gateway or host down. Can someone help?

Shakibakbari
Level 1
Level 1

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

 

1 Accepted Solution

Accepted Solutions

garethhinton
Level 1
Level 1

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.

 

View solution in original post

2 Replies 2

Hi ,

 Share me "show line" output from your router

 

HTH

Sandy

garethhinton
Level 1
Level 1

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.

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card