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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco 4000 lab environment

Status
Not open for further replies.

strangepurple

Technical User
Jan 12, 2005
10
US
Hi guys first post here. I am recieving on the job training here in NJ, and one of my first tasks is to set up some routers in our lab environment. I am using 4 routers in total. 2 of these are vanguard, 2 are cisco 4000. I have the vanguard routers configured correctly and communicating with each other. However with the cisco, I am unable to configure the serial ports correctly, and as a result my serial is up, but line protocol down. I am just at a stand still here, and very confused as to the process of configuring my serial ports. If anyone could run through the steps it would be greatly appreciated. My method of connecting the 2 cisco routers is via a DCE and DTE crossover cable. I want to configure the serial port on each of my 2 cisco routers
 
Hawaii#sh run
Building configuration...

Current configuration : 1231 bytes
!
! Last configuration change at 18:55:30 UTC Wed Jan 12 2005
! NVRAM config last updated at 13:03:51 UTC Wed Jan 12 2005
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Hawaii
!
enable secret 5 $1$YlTk$Hkc4M/fHClt6Ka9Z6ZVio.
enable password cisco
!
ip subnet-zero
!
!
!
!
!
interface Ethernet0
ip address 198.33.7.12 255.255.255.0
media-type 10BaseT
no mop enabled
!
interface Ethernet1
no ip address
shutdown
media-type 10BaseT
!
interface Serial0
no ip address
encapsulation ppp
shutdown
!
interface Serial1
ip address 199.5.6.1 255.255.255.0
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address
shutdown
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface BRI1
no ip address
encapsulation hdlc
shutdown
!
interface BRI2
no ip address
encapsulation hdlc
shutdown
!
interface BRI3
no ip address
encapsulation hdlc
shutdown
!
!
router rip
redistribute connected
network 172.16.0.0
network 198.33.8.0
!
ip classless
no ip http server
!
!
!
!
!
!
!
!
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
 
i believe i may have solved it by simply adding a clocking rate, i'll get back to this thread tomorow when im back in the office
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top