Skip to main content

Packet tracer and back to back frame relay

More
15 years 7 months ago #29294 by Calgar99
Hi guys I'm hoping somebody can help with this. I 'm trying to setup back to back frame relay using packet tracer. I'm following the instructions on the cisco site but some of the lines won't work.

frame-relay switching ( won't work)

!--- Allows this router to function
!--- as a Frame Relay switch.

!
interface Serial0
ip address 172.16.120.105 255.255.255.0
encapsulation frame-relay

!--- To enable Frame Relay encapsulation on the interface.


frame-relay map ip 172.16.120.120 101 broadcast

!--- The data-link connection identifiers(DLCIs)
!--- configured in the map statements must match.

clock rate 64000
frame-relay intf-type dce (wont work)

!--- This command specifies the
!--- interface to handle LMI like a
!--- Frame Relay DCE device.

Does anybody have any suggestions? Cheers in advance
More
15 years 7 months ago #29380 by S0lo

clock rate 64000
frame-relay intf-type dce (wont work)

!--- This command specifies the
!--- interface to handle LMI like a
!--- Frame Relay DCE device.


If your aim is to specify the lmi type use:

[code:1]frame-relay lmi-type ?
ansi
cisco
q933a[/code:1]

As you can see there three options. To choose ansi for example:

[code:1]frame-relay lmi-type ansi[/code:1]

It would help us if you post a link to your pkt file to help you further. You could upload here www.2shared.com

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
More
15 years 6 months ago #29495 by Ayoubsairafi
Hi,
I have tried the folowing setup and it worked

Router 1

interface Serial 3/0
no ip address
encapsulation frame-relay
no keepalive
clock rate 64000

interface Serial 3/0.1 point-to-point

ip address 172.16.120.1 255.255.255.252
frame-relay interface-dlci 101


Router 2
interface Serial 2/0
no ip address
encapsulation frame-relay
no keepalive

interface Serial 2/0.1 point-to-point

ip address 172.16.120.2 255.255.255.252
frame-relay interface-dlci 101

Yours
More
14 years 6 months ago #33822 by ciscohelp
Replied by ciscohelp on topic Frame-relay
I have tryed
the following but still no hope with the configuration of Frame-relay on router 1 and router 3

Router 1:
interface Serial0/1
no ip address
encapsulation frame-relay
no keepalive
!
interface Serial0/1.1 point-to-point
description line
ip address 172.16.0.9 255.255.255.252
frame-relay interface-dlci 101

Router 3:
interface Serial0/0.1 point-to-point
ip address 172.16.0.10 255.255.255.252
frame-relay interface-dlci 101
!
interface Serial0/1
ip address 172.16.0.6 255.255.255.252
ip access-group 101 in
!
Can you please help me with the correct commands in packet tracer. I just need to configure a frame-relay network of 172.16.0.8/30
please help if u can my email is openyouto@hotmail.com if you know the answer and want to get in contact to send it to me please do as soon as possiable.
More
14 years 6 months ago #33826 by S0lo
ciscohelp, if you could post your pkt file it would be useful for us to help you better. You could upload it here: www.2shared.com/

Studying CCNP...

Ammar Muqaddas
Forum Moderator
www.firewall.cx
Time to create page: 0.208 seconds