cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2643
Views
5
Helpful
10
Replies

Frame-Relay with two Routers(frame-relay switches) in frame-relay cloud

daudparvez
Level 1
Level 1

Hi,

I am using following lab in GNS3 with two routes (frame-relay switches) in Frame-Relay cloud.

The interaces of these two routers connected to each other have been configured with nni type. However, my PVCs are not coming up.

nni.PNG

configurations of the R1 and R6 are as follows:

_______________________ R1_______________________

interface Serial0/0

no ip address

encapsulation frame-relay

serial restart_delay 0

clockrate 1008000

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 103 interface Serial0/1 553

!

interface Serial0/1

no ip address

encapsulation frame-relay

shutdown

serial restart_delay 0

clockrate 1008000

no frame-relay inverse-arp

frame-relay lmi-type cisco

frame-relay intf-type nni

frame-relay route 551 interface Serial0/0 103

__________________________R6_______________________

!

interface Serial0/0

no ip address

encapsulation frame-relay

serial restart_delay 0

clockrate 1008000

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 301 interface Serial0/1 551

!

interface Serial0/1

no ip address

encapsulation frame-relay

serial restart_delay 0

clockrate 1008000

no frame-relay inverse-arp

frame-relay lmi-type cisco

frame-relay intf-type nni

frame-relay route 553 interface Serial0/0 301

May be I am missing some command.Please help in resolving the issue.

Best Regards,

!

1 Accepted Solution

Accepted Solutions

Hello Daud,

After so many suggestions about corrections, I have lost track of what is your final state of configuration.

Please try to paste the following lines into your routers R1 and R6. They will reset the configuration of your S0/0 and S0/1 interfaces to default and configure them from scratch. If it does not help then please post the complete config of S0/0 and S0/1 interfaces from both R1 and R6. I have tested this configuration and it worked for me.

_______________________ R1_______________________

!

default interface Serial0/0

interface Serial0/0

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 103 interface Serial0/1 553

!

default interface Serial0/1

interface Serial0/1

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type nni

frame-relay route 553 interface Serial0/0 103

__________________________R6_______________________

!

default interface Serial0/0

interface Serial0/0

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 301 interface Serial0/1 553

!

default interface Serial0/1

interface Serial0/1

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type nni

frame-relay route 553 interface Serial0/0 301

Best regards,

Peter

P.S.: How did the thread with the OSPF over NBMA networks continue? I somehow lost track of it lately.

View solution in original post

10 Replies 10

cadet alain
VIP Alumni
VIP Alumni

Hi,

Can you try this:

R1

int s0/1

frame-relay route 553 interface Serial0/0 103

R2

int s0/1

frame-relay route 551 interface Serial0/0 301

Regards.

Alain

Don't forget to rate helpful posts.

Hi,

Still no working

Hi,

post output of followinf on the DTE devices:

-sh frame map

-sh frame pvc | i STATUS

-sh frame lmi

Regards.

Alain

Don't forget to rate helpful posts.

ebarticel
Level 4
Level 4

May I ask if you enabled frame relay switching in global mode?

Hope this helps

Eugen

On a back to back frame relay, you have to turn LMI off by issuing a "no keepalive" on the interfaces. You may also have to convert these to point-to-point

links by moving your dlcis and addressing to a subinterface.

But, I also see your s0/1 is shut on R1....

HTH, John *** Please rate all useful posts ***

daudparvez
Level 1
Level 1

Tried the "no keepalive" command too but with no result.

Here are the outputs of few show commands for R1 and R6:

__________R1____________________


R1#sh frame-relay pvc

PVC Statistics for interface Serial0/0 (Frame Relay DCE)

              Active     Inactive      Deleted       Static
  Local          0            0            0            0
  Switched       0            1            0            0
  Unused         0            0            0            0

DLCI = 103, DLCI USAGE = SWITCHED, PVC STATUS = INACTIVE, INTERFACE = Serial0/0

  input pkts 0             output pkts 0            in bytes 0        
  out bytes 0              dropped pkts 0           in pkts dropped 0        
  out pkts dropped 0                out bytes dropped 0        
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0        
  out BECN pkts 0          in DE pkts 0             out DE pkts 0        
  out bcast pkts 0         out bcast bytes 0        
  30 second input rate 0 bits/sec, 0 packets/sec
  30 second output rate 0 bits/sec, 0 packets/sec
  switched pkts 0        
  Detailed packet drop counters:
  no out intf 0            out intf down 0          no out PVC 0        
  in PVC down 0            out PVC down 0           pkt too big 0        
  shaping Q full 0         pkt above DE 0           policing drop 0        
  pvc create time 00:06:12, last time pvc status changed 00:06:02
         
PVC Statistics for interface Serial0/1 (Frame Relay NNI)

              Active     Inactive      Deleted       Static
  Local          0            0            0            0
  Switched       1            0            0            0
  Unused         1            0            0            0

DLCI = 551, DLCI USAGE = SWITCHED, PVC STATUS = INACTIVE, INTERFACE = Serial0/1
LOCAL PVC STATUS = ACTIVE, NNI PVC STATUS = INACTIVE

  input pkts 0             output pkts 0            in bytes 0        
  out bytes 0              dropped pkts 0           in pkts dropped 0        
  out pkts dropped 0                out bytes dropped 0        
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0        
  out BECN pkts 0          in DE pkts 0             out DE pkts 0        
  out bcast pkts 0         out bcast bytes 0        
  30 second input rate 0 bits/sec, 0 packets/sec
  30 second output rate 0 bits/sec, 0 packets/sec
  switched pkts 0        
  Detailed packet drop counters:
  no out intf 0            out intf down 0          no out PVC 0        
  in PVC down 0            out PVC down 0           pkt too big 0        
  shaping Q full 0         pkt above DE 0           policing drop 0        
  pvc create time 00:06:13, last time pvc status changed 00:04:59
         
DLCI = 553, DLCI USAGE = UNUSED, PVC STATUS = ACTIVE, INTERFACE = Serial0/1
LOCAL PVC STATUS = ACTIVE, NNI PVC STATUS = ACTIVE

  input pkts 0             output pkts 0            in bytes 0        
  out bytes 0              dropped pkts 0           in pkts dropped 0        
  out pkts dropped 0                out bytes dropped 0        
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0        
  out BECN pkts 0          in DE pkts 0             out DE pkts 0        
  out bcast pkts 0         out bcast bytes 0        
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  switched pkts 0        
  Detailed packet drop counters:
  no out intf 0            out intf down 0          no out PVC 0        
  in PVC down 0            out PVC down 0           pkt too big 0        
  shaping Q full 0         pkt above DE 0           policing drop 0        
  pvc create time 00:04:59, last time pvc status changed 00:04:59
R1#
R1#sh frame-relay map

********NOTHING IN THE OUTPUT*******

R1#sh ip int b
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  unassigned      YES NVRAM  up                    up     
Serial0/1                  unassigned      YES NVRAM  up                    up     
Serial0/2                  unassigned      YES NVRAM  up                    down   
Serial0/3                  unassigned      YES NVRAM  up                    down   
Ethernet1/0                unassigned      YES NVRAM  administratively down down   
Ethernet1/1                unassigned      YES NVRAM  administratively down down   
Ethernet1/2                unassigned      YES NVRAM  administratively down down   
Ethernet1/3                unassigned      YES NVRAM  administratively down down   
R1#

__________R6____________________

R6(config-if)#do sh frame-relay pvc

PVC Statistics for interface Serial0/0 (Frame Relay DCE)

              Active     Inactive      Deleted       Static
  Local          0            0            0            0
  Switched       0            1            0            0
  Unused         0            0            0            0

DLCI = 301, DLCI USAGE = SWITCHED, PVC STATUS = INACTIVE, INTERFACE = Serial0/0

  input pkts 0             output pkts 0            in bytes 0        
  out bytes 0              dropped pkts 0           in pkts dropped 0        
  out pkts dropped 0                out bytes dropped 0        
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0        
  out BECN pkts 0          in DE pkts 0             out DE pkts 0        
  out bcast pkts 0         out bcast bytes 0        
  30 second input rate 0 bits/sec, 0 packets/sec
  30 second output rate 0 bits/sec, 0 packets/sec
  switched pkts 0        
  Detailed packet drop counters:
  no out intf 0            out intf down 0          no out PVC 0        
  in PVC down 0            out PVC down 0           pkt too big 0        
  shaping Q full 0         pkt above DE 0           policing drop 0        
  pvc create time 00:04:25, last time pvc status changed 00:04:24
         
PVC Statistics for interface Serial0/1 (Frame Relay NNI)
         
              Active     Inactive      Deleted       Static
  Local          0            0            0            0
  Switched       1            0            0            0
  Unused         1            0            0            0
         
DLCI = 551, DLCI USAGE = UNUSED, PVC STATUS = ACTIVE, INTERFACE = Serial0/1
LOCAL PVC STATUS = ACTIVE, NNI PVC STATUS = ACTIVE

  input pkts 0             output pkts 0            in bytes 0        
  out bytes 0              dropped pkts 0           in pkts dropped 0        
  out pkts dropped 0                out bytes dropped 0        
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0        
  out BECN pkts 0          in DE pkts 0             out DE pkts 0        
  out bcast pkts 0         out bcast bytes 0        
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  switched pkts 0        
  Detailed packet drop counters:
  no out intf 0            out intf down 0          no out PVC 0        
  in PVC down 0            out PVC down 0           pkt too big 0        
  shaping Q full 0         pkt above DE 0           policing drop 0        
  pvc create time 00:03:17, last time pvc status changed 00:02:17
         
DLCI = 553, DLCI USAGE = SWITCHED, PVC STATUS = INACTIVE, INTERFACE = Serial0/1
LOCAL PVC STATUS = ACTIVE, NNI PVC STATUS = INACTIVE

  input pkts 0             output pkts 0            in bytes 0        
  out bytes 0              dropped pkts 0           in pkts dropped 0        
  out pkts dropped 0                out bytes dropped 0        
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0        
  out BECN pkts 0          in DE pkts 0             out DE pkts 0        
  out bcast pkts 0         out bcast bytes 0        
  30 second input rate 0 bits/sec, 0 packets/sec
  30 second output rate 0 bits/sec, 0 packets/sec
  switched pkts 0        
  Detailed packet drop counters:
  no out intf 0            out intf down 0          no out PVC 0        
  in PVC down 0            out PVC down 0           pkt too big 0        
  shaping Q full 0         pkt above DE 0           policing drop 0        
  pvc create time 00:04:28, last time pvc status changed 00:04:18


R6(config-if)#do sh frame-relay map

********NOTHING IN THE OUTPUT*******

R6#sh ip int b
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  unassigned      YES NVRAM  up                    up     
Serial0/1                  unassigned      YES NVRAM  up                    up     
Serial0/2                  unassigned      YES NVRAM  administratively down down   
Serial0/3                  unassigned      YES NVRAM  administratively down down   
R6#

If someone has experience to deal with such scenario, please help.

Best Regards,

Check this configs:

R1

frame-relay route 103 interface Serial0/1 553

frame-relay route 551 interface Serial0/0 103

R6

frame-relay route 301 interface Serial0/1 551

frame-relay route 553 interface Serial0/0 301

The mappings don't match. Should be the same 2 DLCI on each router just inverse them. R1 has 103 and 553 adn R6 has 301 and 551

Hope this helps

Eugen

daudparvez
Level 1
Level 1

Dear Eugen,

Tried but with no result.

Can someone please guide :::(

Hello Daud,

After so many suggestions about corrections, I have lost track of what is your final state of configuration.

Please try to paste the following lines into your routers R1 and R6. They will reset the configuration of your S0/0 and S0/1 interfaces to default and configure them from scratch. If it does not help then please post the complete config of S0/0 and S0/1 interfaces from both R1 and R6. I have tested this configuration and it worked for me.

_______________________ R1_______________________

!

default interface Serial0/0

interface Serial0/0

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 103 interface Serial0/1 553

!

default interface Serial0/1

interface Serial0/1

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type nni

frame-relay route 553 interface Serial0/0 103

__________________________R6_______________________

!

default interface Serial0/0

interface Serial0/0

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type dce

frame-relay route 301 interface Serial0/1 553

!

default interface Serial0/1

interface Serial0/1

no shutdown

no ip address

encapsulation frame-relay

frame-relay lmi-type cisco

frame-relay intf-type nni

frame-relay route 553 interface Serial0/0 301

Best regards,

Peter

P.S.: How did the thread with the OSPF over NBMA networks continue? I somehow lost track of it lately.

Dearest Peter and other friends,

Thankyou very much for your sincere help. At last my PVCs got up with the configuration suggested by Peter. Frame - Relay is really screwing my mind now a days, but many things got cleared to me with your kind guidence and help.

The thread with OSPF over NBMA has been left un pursued by me due to my engagement in the current thread. Now that this problem is solved, I will continue to this from tomorrow. Will request your help in case I got stuck at some point.

Once again, Thanks all for your support.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card