Hi Rick,

 

I have following configuration on my HUB Router for Multilink FR. But I m 
getting mfr interface down and serial interfaces are also down.



 interface MFR1
 ip address 100.100.100.2 255.255.255.0
 frame-relay map ip 100.100.100.2 204
 frame-relay map ip 100.100.100.4 204 broadcast
 frame-relay map ip 100.100.100.5 205 broadcast
 frame-relay map ip 100.100.100.6 206 broadcast
 no frame-relay inverse-arp
!
interface Serial1/0
 no ip address
 encapsulation frame-relay MFR1
 serial restart-delay 0
 no arp frame-relay
!
interface Serial1/1
 no ip address
 encapsulation frame-relay MFR1
 serial restart-delay 0
 no arp frame-relay

 

 

 

 

Regards,

Tahir Bashir

 




Date: Tue, 18 Aug 2009 16:00:54 +0200
Subject: Re: [OSL | CCIE_RS] Frame Relay MultiLink Problem
From: [email protected]
To: [email protected]
CC: [email protected]

Multilink Frame Relay means bundling frame-relay interfaces. You should connect 
the serial interfaces to the FR switch as you normally would, but the switch 
should support it. I don't know if Dynamips supports this, but you can try the 
configuration using 2 or more back-to-back serial links.


Example:
!
interface Serial0/1
 encapsulation frame-relay mfr 1
 no shutdown
!
interface Serial0/2
 encapsulation frame-relay mfr 1
 no shutdown
!
interface mfr1
 no keep-alive
 no ip address
!
interface mfr1.1 point-to-point
  ip address 10.0.0.1 255.255.255.0
  frame-relay interface-dlci 101
!
 
-- 
Regards,

Rick Mur
CCIE2 #21946 (R&S / Service Provider)
Juniper JNCIA-ER & JNCIA-EX
MCSA:Messaging, MCSE
Sr. Support Engineer – IPexpert, Inc.
URL: http://www.IPexpert.com




On Tue, Aug 18, 2009 at 2:58 PM, Tahir Bashir <[email protected]> wrote:



Hi All,
I am getting some problems in Multilink Frame Relay design on GNS3. My MFR 
links are down. I would like to know the way how to connect the Multilink with 
FR Switch and mapping entries in FR Switch.
 
 
Regards,
Tahir Bashir




check out the rest of the Windows Live™. More than mail–Windows Live™ goes way 
beyond your inbox. More than messages
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com





_________________________________________________________________
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to