Frame Relay down
I'm practising in my lab with frame relay multilinking but I'm having a lot of problems on R2 which has 2 serial connections to the frame relay switch. Line protocols stay down. I tried another frame relay switch, I still got the same problem. I have change NM-4T, to NM-4AS and NM2W-1FE with 2 serial cards, no joy. The serial on the frame relay router is the 7th. The first serial interface on R2 comes and stays up without any problems. All other routers from R1 to R6 interfaces are up except the second on R2 which I'm talking about.
If I change this particular interface encapsulation to PPP, it stays up, Immediately I configure frame relay encapsulation on it, it goes down.
I've tried both cisco 2522 and now cisco 2611XM with NM-8A/S
clock rate on the frame router is 64000 and have lowered it several times with the same result.
R2 is a 3640 with NM-4A/S.
Anyone knows what I'm doing wrong?
If I change this particular interface encapsulation to PPP, it stays up, Immediately I configure frame relay encapsulation on it, it goes down.
I've tried both cisco 2522 and now cisco 2611XM with NM-8A/S
clock rate on the frame router is 64000 and have lowered it several times with the same result.
R2 is a 3640 with NM-4A/S.
Anyone knows what I'm doing wrong?
In my Lab
I have access to any cisco equipment I need
I have access to any cisco equipment I need
Comments
-
shodown Member Posts: 2,271I'm practising in my lab with frame relay multilinking but I'm having a lot of problems on R2 which has 2 serial connections to the frame relay switch. Line protocols stay down. I tried another frame relay switch, I still got the same problem. I have change NM-4T, to NM-4AS and NM2W-1FE with 2 serial cards, no joy. The serial on the frame relay router is the 7th. The first serial interface on R2 comes and stays up without any problems. All other routers from R1 to R6 interfaces are up except the second on R2 which I'm talking about.
If I change this particular interface encapsulation to PPP, it stays up, Immediately I configure frame relay encapsulation on it, it goes down.
I've tried both cisco 2522 and now cisco 2611XM with NM-8A/S
clock rate on the frame router is 64000 and have lowered it several times with the same result.
R2 is a 3640 with NM-4A/S
Anyone knows what I'm doing wrong?
Put a show run output on the site and We'll take a lookCurrently Reading
CUCM SRND 9x/10, UCCX SRND 10x, QOS SRND, SIP Trunking Guide, anything contact center related -
mathelize Member Posts: 66 ■■□□□□□□□□FRS#sh run
Building configuration...
Current configuration : 3863 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname FRS
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 15
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
frame-relay switching
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
description Connected to Rack1R1
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clock rate 64000
frame-relay intf-type dce
frame-relay route 102 interface Serial1/1 201
frame-relay route 103 interface Serial1/2 301
frame-relay route 104 interface Serial1/3 401
frame-relay route 105 interface Serial1/4 501
frame-relay route 106 interface Serial1/5 601
!
interface Serial1/1
description Connected to Rack1R2
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clock rate 64000
frame-relay intf-type dce
frame-relay route 201 interface Serial1/0 102
frame-relay route 203 interface Serial1/2 302
frame-relay route 204 interface Serial1/3 402
frame-relay route 205 interface Serial1/4 502
frame-relay route 206 interface Serial1/5 602
!
interface Serial1/2
description Connected to Rack1R3
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clock rate 64000
frame-relay intf-type dce
frame-relay route 301 interface Serial1/0 103
frame-relay route 302 interface Serial1/1 203
frame-relay route 304 interface Serial1/3 403
frame-relay route 305 interface Serial1/4 503
frame-relay route 306 interface Serial1/5 603
!
interface Serial1/3
description Connected to Rack1R4
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clock rate 64000
frame-relay intf-type dce
frame-relay route 401 interface Serial1/0 104
frame-relay route 402 interface Serial1/1 204
frame-relay route 403 interface Serial1/2 304
frame-relay route 405 interface Serial1/4 504
frame-relay route 406 interface Serial1/5 604
!
interface Serial1/4
description Connected to Rack1R5
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clock rate 64000
frame-relay intf-type dce
frame-relay route 501 interface Serial1/0 105
frame-relay route 502 interface Serial1/1 205
frame-relay route 503 interface Serial1/2 305
frame-relay route 504 interface Serial1/3 405
frame-relay route 506 interface Serial1/5 605
!
interface Serial1/5
description Connected to Rack1R6
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clock rate 64000
frame-relay intf-type dce
frame-relay route 601 interface Serial1/0 106
frame-relay route 602 interface Serial1/1 206
frame-relay route 603 interface Serial1/2 306
frame-relay route 604 interface Serial1/3 406
frame-relay route 605 interface Serial1/4 506
!
interface Serial1/6
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clock rate 64000
frame-relay route 112 interface Serial1/0 211
frame-relay route 211 interface Serial1/1 112
!
interface Serial1/7
no ip address
shutdown
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
alias exec s sh ip int brief
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
end
FRS#
Aserver#2
[Resuming connection 2 to r2 ... ]
R2#sh run
Building configuration...
Current configuration : 1057 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
ip cef
no ip domain lookup
interface Multilink21
ip address 10.1.12.2 255.255.255.0
ppp multilink
ppp multilink group 21
!
interface Serial0/0
no ip address
encapsulation frame-relay
frame-relay interface-dlci 201 ppp Virtual-Template21
!
interface Serial0/1
no ip address
encapsulation frame-relay
frame-relay interface-dlci 211 ppp Virtual-Template21
!
interface Serial0/2
no ip address
shutdown
!
interface Serial0/3
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface Virtual-Template21
no ip address
ppp multilink
ppp multilink group 21
!
ip http server
ip forward-protocol nd
!
!
!
!
!
!
control-plane
!
!
alias exec s sh ip int brief
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
endIn my Lab
I have access to any cisco equipment I need -
jason_lunde Member Posts: 567double post, but I will give it a shot...
on 1/6 on the frame switch your missing frame-relay intf-type dce...then your frame routes look a bit off
Im also thinking your R2 is connected to Frameswitch 1/6? -
mathelize Member Posts: 66 ■■□□□□□□□□jason_lunde wrote: »double post, but I will give it a shot...
on 1/6 on the frame switch your missing frame-relay intf-type dce...then your frame routes look a bit off
Im also thinking your R2 is connected to Frameswitch 1/6?
Thanks, you spotted it well. I've spent about four hours on this. What do you thing is wrong with the frame relay route?
ThanksIn my Lab
I have access to any cisco equipment I need