Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Issue with frame-relay inverse-arp lab

$
0
0

Hello team,

I was doing the frame-relay lab-workbook1 and encountered the below issue.

The question is to configure the frame-relay on R1, R2, R3, R4 and R5 according to the INE diagram where as R1& R2 are in the subnet 155.X.100.x and R3& R4 are in the subnet 155.X.200.x

R5 should have it's main interface configured for frame-relay and 2 sub interfaces .100& .200 configured for R1, R2 and R3, R4 respectively

R1, R2, R3& R4 should have rechablity to R5 but not each other and configure them in a way that they will not send inverse-arp req for the ip out any DLCIs learned from the frame-relay cloud other than those in the diagram.

 

When i did the lab, everything worked well, but i got 2 replies from R5 when I send a broadcast request (repeat count 1). Got the same issue on R3 as well. R2& R4 worked pretty good and got only one response. Please check the below config and advise if you see any issues in the configuration.

 

 

r1#sh run int s0/0

Building configuration...

 

Current configuration : 232 bytes

!

interface Serial0/0

 ip address 155.4.100.1 255.255.255.0

 encapsulation frame-relay

 no frame-relay inverse-arp IP 102

 no frame-relay inverse-arp IP 103

 no frame-relay inverse-arp IP 104

 no frame-relay inverse-arp IP 113

end

 

r1#sh frame lmi

 

LMI Statistics for interface Serial0/0 (Frame Relay DTE) LMI TYPE = CISCO

  Invalid Unnumbered info 0             Invalid Prot Disc 0

  Invalid dummy Call Ref 0              Invalid Msg Type 0

  Invalid Status Message 0              Invalid Lock Shift 0

  Invalid Information ID 0              Invalid Report IE Len 0

  Invalid Report Request 0              Invalid Keep IE Len 0

  Num Status Enq. Sent 298              Num Status msgs Rcvd 301

  Num Update Status Rcvd 0              Num Status Timeouts 0

  Last Full Status Req 00:00:48         Last Full Status Rcvd 00:00:48

r1#

r1#sh frame pvc | i DLCI

DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0

DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0

DLCI = 104, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0

DLCI = 105, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0

DLCI = 113, DLCI USAGE = LOCAL, PVC STATUS = INACTIVE, INTERFACE = Serial0/0

r1#

r1#ping 255.255.255.255 rep 1

 

Type escape sequence to abort.

Sending 1, 100-byte ICMP Echos to 255.255.255.255, timeout is 2 seconds:

 

Reply to request 0 from 155.4.100.5, 72 ms

Reply to request 0 from 155.4.100.5, 184 ms

r1#

r1#ping 155.4.100.5

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.100.5, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/61 ms

r1#ping 155.4.100.2

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.100.2, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

r1#

 

 

 

 

 

 

 

 

r2#sh run int s0/0

Building configuration...

 

Current configuration : 232 bytes

!

interface Serial0/0

 ip address 155.4.100.2 255.255.255.0

 encapsulation frame-relay

 no frame-relay inverse-arp IP 201

 no frame-relay inverse-arp IP 203

 no frame-relay inverse-arp IP 204

 no frame-relay inverse-arp IP 213

end

 

r2#sh frame map

Serial0/0 (up): ip 155.4.100.5 dlci 205(0xCD,0x30D0), dynamic,

              broadcast,, status defined, active

r2#

r2#ping 155.4.100.5

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.100.5, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/58/60 ms

r2#ping 155.4.100.1

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.100.1, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

r2#ping 255.255.255.255 rep 1

 

Type escape sequence to abort.

Sending 1, 100-byte ICMP Echos to 255.255.255.255, timeout is 2 seconds:

 

Reply to request 0 from 155.4.100.5, 60 ms

r2#

 

 

 

 

 

r5#sh ip int br

Interface                  IP-Address      OK? Method Status                Protocol

FastEthernet0/0            unassigned      YES manual administratively down down    

FastEthernet0/1            unassigned      YES manual administratively down down    

Serial0/0/0                unassigned      YES TFTP   up                    up      

Serial0/0/0.100            155.4.100.5     YES manual up                    up      

Serial0/0/0.200            155.4.200.5     YES manual up                    up      

Serial0/1/0                unassigned      YES manual administratively down down    

SSLVPN-VIF0                unassigned      NO  unset  up                    up      

r5#sh run int s0/0/0.100

Building configuration...

 

Current configuration : 146 bytes

!

interface Serial0/0/0.100 multipoint

 ip address 155.4.100.5 255.255.255.0

 frame-relay interface-dlci 501

 frame-relay interface-dlci 502

end

 

r5#sh run int s0/0/0.200

Building configuration...

 

Current configuration : 146 bytes

!

interface Serial0/0/0.200 multipoint

 ip address 155.4.200.5 255.255.255.0

 frame-relay interface-dlci 503

 frame-relay interface-dlci 504

end

 

r5#

r5#ping 155.4.100.1

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.100.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/60 ms

r5#ping 155.4.100.2

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.100.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/60 ms

r5#ping 155.4.200.3 

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.200.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/58/60 ms

r5#ping 155.4.200.4

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.200.4, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/60 ms

r5#ping 255.255.255.255 rep 1

 

Type escape sequence to abort.

Sending 1, 100-byte ICMP Echos to 255.255.255.255, timeout is 2 seconds:

 

Reply to request 0 from 155.4.100.2, 116 ms

Reply to request 0 from 155.4.200.4, 216 ms

Reply to request 0 from 155.4.200.3, 144 ms

Reply to request 0 from 155.4.100.1, 128 ms

r5#

r5#sh frame map

Serial0/0/0.100 (up): ip 155.4.100.1 dlci 501(0x1F5,0x7C50), dynamic,

              broadcast,, status defined, active

Serial0/0/0.100 (up): ip 155.4.100.2 dlci 502(0x1F6,0x7C60), dynamic,

              broadcast,, status defined, active

Serial0/0/0.200 (up): ip 155.4.200.3 dlci 503(0x1F7,0x7C70), dynamic,

              broadcast,, status defined, active

Serial0/0/0.200 (up): ip 155.4.200.4 dlci 504(0x1F8,0x7C80), dynamic,

              broadcast,, status defined, active

r5#sh frame lmi

 

LMI Statistics for interface Serial0/0/0 (Frame Relay DTE) LMI TYPE = CISCO

  Invalid Unnumbered info 0             Invalid Prot Disc 0

  Invalid dummy Call Ref 0              Invalid Msg Type 0

  Invalid Status Message 0              Invalid Lock Shift 0

  Invalid Information ID 0              Invalid Report IE Len 0

  Invalid Report Request 0              Invalid Keep IE Len 0

  Num Status Enq. Sent 393              Num Status msgs Rcvd 398

  Num Update Status Rcvd 0              Num Status Timeouts 0

  Last Full Status Req 00:00:13         Last Full Status Rcvd 00:00:13

r5#sh frame PVC | i DLCI

DLCI = 501, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.100

DLCI = 502, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.100

DLCI = 503, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.200

DLCI = 504, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.200

DLCI = 513, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE = Serial0/0/0

r5#

 

r4#sh frame pvc | i DLCI

DLCI = 401, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.999

DLCI = 402, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.999

DLCI = 403, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.999

DLCI = 405, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0

DLCI = 413, DLCI USAGE = LOCAL, PVC STATUS = INACTIVE, INTERFACE = Serial0/0/0.999

r4#SH RUN INT s0/0/0

Building configuration...

 

Current configuration : 94 bytes

!

interface Serial0/0/0

 ip address 155.4.200.4 255.255.255.0

 encapsulation frame-relay

end

 

r4#sh run int s0/0/0.999

Building configuration...

 

Current configuration : 172 bytes

!

interface Serial0/0/0.999 multipoint

 frame-relay interface-dlci 401

 frame-relay interface-dlci 402

 frame-relay interface-dlci 403

 frame-relay interface-dlci 413

end

 

r4#ping 255.255.255.255 rep 1

 

Type escape sequence to abort.

Sending 1, 100-byte ICMP Echos to 255.255.255.255, timeout is 2 seconds:

 

Reply to request 0 from 155.4.200.5, 60 ms

r4#

r4#sh frame lmi

 

LMI Statistics for interface Serial0/0/0 (Frame Relay DTE) LMI TYPE = CISCO

  Invalid Unnumbered info 0             Invalid Prot Disc 0

  Invalid dummy Call Ref 0              Invalid Msg Type 0

  Invalid Status Message 0              Invalid Lock Shift 0

  Invalid Information ID 0              Invalid Report IE Len 0

  Invalid Report Request 0              Invalid Keep IE Len 0

  Num Status Enq. Sent 342              Num Status msgs Rcvd 343

  Num Update Status Rcvd 0              Num Status Timeouts 0

  Last Full Status Req 00:00:05         Last Full Status Rcvd 00:00:05

r4#

 

 

r3#sh frame map

Serial1/0 (up): ip 0.0.0.0 dlci 305(0x131,0x4C10)

              broadcast,

              CISCO, status defined, active

Serial1/0 (up): ip 0.0.0.0 dlci 304(0x130,0x4C00)

              broadcast,

              CISCO, status defined, active

Serial1/0 (up): ip 0.0.0.0 dlci 302(0x12E,0x48E0)

              broadcast,

              CISCO, status defined, active

Serial1/0 (up): ip 0.0.0.0 dlci 301(0x12D,0x48D0)

              broadcast,

              CISCO, status defined, active

Serial1/0 (up): ip 155.4.200.5 dlci 305(0x131,0x4C10), dynamic,

              broadcast,, status defined, active

r3#sh frame pvc | i DLCI

DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.999

DLCI = 302, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.999

DLCI = 304, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.999

DLCI = 305, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0

r3#sh run int s1/0

Building configuration...

 

Current configuration : 92 bytes

!

interface Serial1/0

 ip address 155.4.200.3 255.255.255.0

 encapsulation frame-relay

end

 

r3#sh run int s1/0.999

Building configuration...

 

Current configuration : 138 bytes

!

interface Serial1/0.999 multipoint

 frame-relay interface-dlci 301

 frame-relay interface-dlci 302

 frame-relay interface-dlci 304

end

 

r3#ping 155.4.200.5

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 155.4.200.5, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 60/60/64 ms

r3#

r3#PING 255.255.255.255  rep 1

 

Type escape sequence to abort.

Sending 1, 100-byte ICMP Echos to 255.255.255.255, timeout is 2 seconds:

 

Reply to request 0 from 155.4.200.5, 161 ms

Reply to request 0 from 155.4.200.5, 177 ms

r3#

 


Viewing all articles
Browse latest Browse all 10744

Trending Articles