cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
437
Views
0
Helpful
6
Replies

Frame-Relay help needed --Connected 3 Routers

hassan_syed6
Level 1
Level 1

Hello,

I have created a Lab where one Router is acting like a Frame switch and other two routers are connected to it. But what i see on my other routers is when i do "show frame pvc" i see "Status as Static' why am i not seeing it "ACTIVE". I cannot do " sh frame lmi" even when i configure the LMI on switch and Routers. Also i couldn't see the " sh frame map" nothing was under it. In my fRAME Switch i see in my " sh frame route" the status Static. Is this normal or any changes are needed in configuration. Kindly assisst.

Frame-Relay-Switch#

!

interface Serial0/0

no ip address

encapsulation frame-relay

no keepalive

clock rate 64000

frame-relay intf-type dce

frame-relay route 200 interface Serial0/1 100

frame-relay route 201 interface Serial0/1 101

!

interface Serial0/1

no ip address

encapsulation frame-relay

no keepalive

clock rate 64000

frame-relay route 100 interface Serial0/0 200

frame-relay route 101 interface Serial0/0 201

!

Frame-Relay-Switch#sh frame-relay pvc

DLCI = 200, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE =

Serial0/0

---------------------------------------------------------------------------------

DLCI = 201, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE =

Serial0/0

-------------------------------------------------------------------------------------

DLCI = 100, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE =

Serial0/1

-------------------------------------------------------------------------------------------

DLCI = 101, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE =

Serial0/1

-----------------------------------------------------------------------------

Frame-Relay-Switch# sh frame-relay route

Input Intf Input Dlci Output Intf Output Dlci Status

Serial0/0 200 Serial0/1 100 static

Serial0/0 201 Serial0/1 101 static

Serial0/1 100 Serial0/0 200 static

Serial0/1 101 Serial0/0 201 static

------------------------------------------------------------------------------

Router # 1 ( M)

interface Serial0

no ip address

encapsulation frame-relay

no keepalive

!

interface Serial0.1 point-to-point

ip address 192.168.12.1 255.255.255.252

frame-relay interface-dlci 100

!

interface Serial0.2 point-to-point

ip address 192.168.12.5 255.255.255.252

frame-relay interface-dlci 101

!

-------------------------------------------------------

Router#1 #sh frame-relay pvc

DLCI = 101, DLCI USAGE = LOCAL, PVC STATUS = STATIC, INTERFACE =

Serial0.2

DLCI = 100, DLCI USAGE = LOCAL, PVC STATUS = STATIC, INTERFACE =

Serial0.1

------------------------------------------------------------------------

Router # 2----- (S)

!

interface Serial0

no ip address

encapsulation frame-relay

no keepalive

!

interface Serial0.1 point-to-point

ip address 192.168.12.2 255.255.255.252

frame-relay interface-dlci 200

!

interface Serial0.2 point-to-point

ip address 192.168.12.6 255.255.255.252

frame-relay interface-dlci 201

!

--------------------------------------------------------

Router#2 #sh frame-relay pvc

DLCI = 200, DLCI USAGE = LOCAL, PVC STATUS = STATIC, INTERFACE =

Serial0.1

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = STATIC, INTERFACE =

Serial0.2

--------------------------------

6 Replies 6

paolo bevilacqua
Hall of Fame
Hall of Fame

Hi,

you need to configure frame-relay intf-type dce

on s0/1 on router 1 too.

Can you ping successfully between endpoints ?

Both Interfaces on the Frame switch are DCE. Yes, both routers R#1 and R#2 can ping each other fine. It's just the PVC status "Static" which is confusing me.

Thanks,

Hassan

Did you have the command frame-relay switching on the FR router? I presume so because the routers can see each other.

I think all the "static" means is that the DLCI is statically assigned to your point-to-point interface by the frame-relay interface-dlci. Try creating a third DLCI and don't put it on a subinterface. I think it will get assigned dynamically to the physical interface.

Kevin Dorrell

Luxembourg

Hello kevin.

Yes frame-relay switching command is there.

I have searched google to see what they say on it. What i notice is their output gives them "ACTIVE" status. But I am getting " Static" PVC's. Hmm...not sure at this time.

Well the command was missing in the config you sent :)

Hello,

Sorry, which command am i missing, which is causing the PVC status to be " STATIC" rather then " ACTIVE" ..can you kindly confirm.

Regards,

Hassan...

Review Cisco Networking products for a $25 gift card