Frame-Relay SVC

From: TN Cyclist (tncyclist02@yahoo.com)
Date: Fri Apr 06 2007 - 11:59:28 ART


GS,

I am attempting to configure a Frame-Relay connection between two routers (back-to-back). As the SVC connection is created I receive a traceback indicating an "invalid DLCI", which is strange since DLCI 0 is required for SVC (q933a) creating. Has anyone successfully setup a back-to-back SVC? And/Or is this a testable subject on the CCIE lab? Below are my configs.

Topology: Both routers are running Advanced Enterprise IOS
R1-s0/1/0--------R3-s0/2/1

Configuration:
R1:
interface Serial0/1/0
 ip address 111.111.111.1 255.255.255.0
 encapsulation frame-relay
 map-group SVC
 frame-relay lmi-type q933a
 frame-relay svc
!
map-list SVC source-addr E164 123456 dest-addr E164 154321
 ip 111.111.111.3 class Test broadcast
!
map-class frame-relay Test
 frame-relay cir in 64000
 frame-relay cir out 64000

R3:
frame-relay switching
!
interface Serial0/2/1
 ip address 111.111.111.3 255.255.255.0
 encapsulation frame-relay
 map-group SVC
 clock rate 64000
 frame-relay lmi-type q933a
 frame-relay intf-type dce
 frame-relay svc
!
map-list SVC source-addr E164 154321 dest-addr E164 123456
 ip 111.111.111.1 class Test broadcast trigger
!
map-class frame-relay Test
 frame-relay cir in 64000
 frame-relay cir out 64000

Error:
%FR-3-SVC_SETUP: Invalid DLCI: interface Serial0/2/1: DLCI 0
 
---------------------------------
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.



This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:35 ART