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

CCNA Frame Relay lab question... 1

Status
Not open for further replies.

admoore

IS-IT--Management
May 17, 2002
224
0
0
US
I am working on CCNA study...

Home lab is:
2509 as a Terminal Server, plus...
- R1: 2610XM Router 128D/48F w/ SDM & CME, 1 Fast E. Port, 4 Serial Ports (NM-4A/S)
- R2: 2610XM Router 128D/48F w/ SDM & CME, 1 Fast E. Port, 1 Serial Port (WIC-1T card)
- R3: 2610XM Router 128D/48F w/ SDM & CME, 1 Fast E. Port, 1 Serial Port (WIC-1T card)
- S1: 2950C Switch with Enhanced Image (24 Fast Ethernet Ports)
- S2: 2950C Switch with Enhanced Image (24 Fast Ethernet Ports)

I am trying to simulate frame-relay b/t R1 & R2
Completely cleared prior config on both with write erase followed by reload
R1 connects S1/0 (DCE) to R2 S0/0 (DTE)
Clock Rate set R1 64000
R1 s1/0 ip address 172.12.123.1 /24
R2 s0/0 ip address 172.12.123.2 /24
encaps set frame relay and lmi-type set cisco

Problem is I can't get link to stay up:
R1:
Code:
C2610XM_R1#show int s1/0
Serial1/0 is up, line protocol is down (looped)
  Hardware is CD2430 in sync mode
  Internet address is 172.12.123.1/24
  MTU 1500 bytes, BW 128 Kbit/sec, DLY 20000 usec, 
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation FRAME-RELAY, loopback not set
  Keepalive set (10 sec)
  LMI enq sent  98, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
  LMI enq recvd 98, LMI stat sent  0, LMI upd sent  0
  LMI DLCI 1023  LMI type is CISCO  frame relay DTE
  FR SVC disabled, LAPF state down
  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
  Last input 00:00:04, output 00:00:04, output hang never
  Last clearing of "show interface" counters 00:21:51
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops) 
     Conversations  0/1/32 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
     Available Bandwidth 96 kilobits/sec
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     98 packets input, 1274 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     98 packets output, 1274 bytes, 0 underruns
     0 output errors, 0 collisions, 33 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     59 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up
R2
Code:
C2610XM_R2#show int s0/0
Serial0/0 is up, line protocol is down 
  Hardware is PowerQUICC Serial
  Internet address is 172.12.123.2/24
  MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec, 
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation FRAME-RELAY, loopback not set
  Keepalive set (10 sec)
  CRC checking enabled
  LMI enq sent  122, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
  LMI enq recvd 122, LMI stat sent  0, LMI upd sent  0
  LMI DLCI 1023  LMI type is CISCO  frame relay DTE
  FR SVC disabled, LAPF state down
  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
  Last input 00:00:01, output 00:00:01, output hang never
  Last clearing of "show interface" counters 00:22:59
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     122 packets input, 1586 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     11 input errors, 0 CRC, 11 frame, 0 overrun, 0 ignored, 0 abort
     122 packets output, 1586 bytes, 0 underruns
     0 output errors, 0 collisions, 44 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     79 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up
Any suggestion what I am doing wrong?

TIA,

-Allen M.


Router 1
Code:
C2610XM_R1#show running
Building configuration...

Current configuration : 966 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname C2610XM_R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
no network-clock-participate slot 1 
no network-clock-participate wic 0 
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
 log config
  hidekeys
! 
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 ip address 172.12.123.1 255.255.255.0
 encapsulation frame-relay
 clock rate 64000
 frame-relay lmi-type cisco
!
interface Serial1/1
 no ip address
 shutdown
!
interface Serial1/2
 no ip address
 shutdown
!
interface Serial1/3
 no ip address
 shutdown
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!         
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end
Router 2
Code:
C2610XM_R2#show running
Building configuration...

Current configuration : 822 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname C2610XM_R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
no network-clock-participate slot 1 
no network-clock-participate wic 0 
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
 log config
  hidekeys
! 
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 172.12.123.2 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 frame-relay lmi-type cisco
!
ip forward-protocol nd
!         
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end
 
On R1:

int s1/0
no keep
fram int 222

On R2:

int s0/0
no keep
fram int 222

That will let you do back-to-back FR on the interfaces.

Otherwise, you can set up on of the routers as a FR switch, but that involves a lot more configuration.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top