i stumbled on the same issue before, and the solution is correct, MFR back
to back, there is no way this can be ppp given the DLCI value.

i did it the same way as you did back to back with same DLCI

Cheers!
Antonio

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Wilson Tuma
Sent: Sunday, 31 May 2009 9:37 PM
To: [email protected]
Subject: [OSL | CCIE_RS] Issues with Task 2.2 Volume 2 Section 8.


Hi


Question :  Task 2.2 Volume 2 Section 8.

Configure the serial interfaces between R6 and R9. Use the address block
172.30.96.0/31. The address assigned to R6 should be numerically lower than
the address assigned to R9. R6 sould use DLCI 609, R9 should use DLCI 906.

The proctor Guide uses ppp encapsulation on the physical interfaces and ppp
multilink to bind them into a single Link.  This doesn't seem anyway related
to the question.

I used  frame-relay MFR but that solution would only work if you use the
same DLCI on both end of the links. So I assume there links are connected
directly and not to a frame relay cloud.

The questions to ask is how does one handle a problem like this  when not
sure of the physical connections or technical limitations of the
equipment/IOS?



Router 6
========

interface Serial0/2/0
 no ip address
 encapsulation frame-relay MFR1
 clock rate 2000000
 no arp frame-relay
!         
interface Serial0/2/1
 no ip address
 encapsulation frame-relay MFR1
 clock rate 2000000
 no arp frame-relay
!         
interface MFR1
 ip address 172.30.96.0 255.255.255.254
no keepalive
 frame-relay map ip 172.30.96.0 609
 frame-relay map ip 172.30.96.1 609 broadcast


 
Router 9
=======

interface Serial0/2/0
 no ip address
 encapsulation frame-relay MFR1
 no arp frame-relay
!         
interface Serial0/2/1
 no ip address
 encapsulation frame-relay MFR1
 no arp frame-relay
!
interface MFR1
 ip address 172.30.96.1 255.255.255.254
no keepalive
 frame-relay map ip 172.30.96.0 609 broadcast
 frame-relay map ip 172.30.96.1 609



Thanks.

Wilson F. Tuma
====================================
CCNP, CCNA, MCSE,  MCSA

Box  1784 Douala
Cell  : +237 77 7753 753
Email : [email protected]
====================================



      

Reply via email to