cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

frame-relay Error: This command applies only to DCE interfaces

chuang123
Level 1
Level 1

hi all,

I am setting up my ccnp home lab.

I have 4*1841 with wic-2t(smart serial) installed, and 1*2610xm with nm-8a/s intalled.

I want to use my 2610xm as frame relay switch.

but when I tried to set the clock rate on the serial interface, it pop up a error.  "

This command applies only to DCE interfaces" but I did input command frame-relay switching and frame-relay intf-type dce

I search the forum, and found it might be the physical cable issue?  I bought DB60 to ss cable, it fit perfectly on both end. but just couldn't set one end with clock rate

http://www.ebay.de/itm/290728419705?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649

can anyone help? thanks!!

hostname FRSW

!

!

ip subnet-zero

!

!

!

frame-relay switching

!

mta receive maximum-recipients 0

!

!

!

!

interface FastEthernet0/0

no ip address

shutdown

duplex auto

speed auto

!

interface Serial1/0

ip address 10.59.1.1 255.255.255.0

encapsulation frame-relay

no fair-queue

frame-relay intf-type dce

frame-relay route 102 interface Serial1/2 201

frame-relay route 103 interface Serial1/3 301

!

interface Serial1/1

no ip address

encapsulation frame-relay

frame-relay intf-type dce

!

interface Serial1/2

no ip address

encapsulation frame-relay

frame-relay intf-type dce

frame-relay route 301 interface Serial1/1 103

!

interface Serial1/3

no ip address

shutdown

!

interface Serial1/4

no ip address

shutdown

!

interface Serial1/5

no ip address

shutdown

!

FRSW#conf t

FRSW(config-if)#clock rate 64000

%Error: This command applies only to DCE interfaces

Who Me Too'd this topic