Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connectivity with a Cisco 2505

Status
Not open for further replies.

catatung

Technical User
Oct 20, 2003
10
US
Hey,

I am trying to put a cisco 2505 into a small isolated network. My configuration is shown at the end of this email:

Once I set up this configuration, pings can go through. I am doing it on the initial startup with the menu questions.

at this point:

Use this configuration? [yes/no]: y
Building configuration... [OK]
Use the enabled mode 'configure' command to modify this configuration.

pings work.. but only for about 5 seconds. Then this comes up.

Press RETURN to get started!


%LINK-3-UPDOWN: Interface Ethernet0, changed state to up
%LINK-3-UPDOWN: Interface Serial0, changed state to down
%LINK-3-UPDOWN: Interface Serial1, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to down
%LINK-5-CHANGED: Interface Serial0, changed state to administratively down
%LINK-5-CHANGED: Interface Serial1, changed state to administratively down
%SYS-5-RESTART: System restarted --
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-I-L), Version 11.2(18), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Mon 05-Apr-99 19:52 by jaturner
Router>



Ethernet0 is said to be up... But I can't ping it. I can't even ping it from itself.. any ideas?

-R

The Config:
========================================
hostname Router
enable secret 5 $1$1jB9$WBvNDCvklI1P9Tf8eXXfz0
enable password hut2
line vty 0 4
password hut3
snmp-server community public
!
ip routing
!
interface Ethernet0
ip address 192.168.10.1 255.255.255.0
!
hub ether 0 1
link-test
auto-polarity
no shutdown
!
hub ether 0 2
link-test
auto-polarity
no shutdown
!
hub ether 0 3
link-test
auto-polarity
no shutdown
!
hub ether 0 4
link-test
auto-polarity
no shutdown
!
hub ether 0 5
link-test
auto-polarity
no shutdown
!
hub ether 0 6
link-test
auto-polarity
no shutdown
!
hub ether 0 7
link-test
auto-polarity
no shutdown
!
hub ether 0 8
link-test
auto-polarity
no shutdown
!
interface Serial0
shutdown
no ip address
!
interface Serial1
shutdown
no ip address
!
router igrp 1
network 192.168.10.0
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top