Silly typo here as well, "set the intf-type to dlci" should have been "set the 
intf-type to DCE"

;)

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Di Bias, Steve
Sent: Friday, March 05, 2010 4:44 PM
To: Marko Milivojevic
Cc: [email protected]
Subject: Re: [OSL | CCIE_RS] Version Vol1. Lab 6 R6<->R9 links

Not bad, just turn on frame-relay switching, set the intf-type to dlci on R2 an 
match the dlci numbers everywhere else. 

I tend to overthink (and over complicate) things sometimes, so, simple is good!

Steve Di Bias

-----Original Message-----
From: Marko Milivojevic [mailto:[email protected]] 
Sent: Friday, March 05, 2010 1:01 PM
To: Di Bias, Steve
Cc: Joe Astorino; [email protected]
Subject: Re: [OSL | CCIE_RS] Version Vol1. Lab 6 R6<->R9 links

On Fri, Mar 5, 2010 at 20:45, Di Bias, Steve <[email protected]> wrote:
> Fast, simple, and efficient. Thanks for the clarification on that.
>
>
>
> Frank, I will keep this in one in my mind if I ever see a funky lab
> requirement where I can't use the "no keepalive" command, Thanks!

Or if you are ever presented with the trouble of configuring frame
relay switch itself! Let's say you have scenario with 3 routers, R1,
R2, R3. R2 is connected to R1 and R3 with serial links (Se0/0/0 to
R1's Se0/0/0 and Se0/0/1 to R3's R0/0/1) and you are told that it
needs to be FR switch. Look how simple that is:

R1:
int se0/0/0
 enc frame
!
int se0/0/0.103
 frame interface-dlci 103
 ip add 10.0.0.1 255.255.255.0
!

R2:
frame-relay switching
int se0/0/0
 enc frame
 frame intf-type dlci
 frame-relay route 103 se0/0/1 103
!
int se0/0/1
 enc frame
 frame intf-type dlci
 frame-relay route 103 se0/0/0 103
!

R3:
int se0/0/1
 enc frame
!
int se0/0/1.103
 frame interface-dlci 103
 ip add 10.0.0.3 255.255.255.0
!

--
Marko Milivojevic - CCIE #18427
Senior Technical Instructor - IPexpert

Mailto: [email protected]
Telephone: +1.810.326.1444
Fax: +1.810.454.0130
R&S Video on Demand Demo: http://bit.ly/aFyrU4


UHS Confidentiality Notice:  This e-mail message, including any attachments, is 
for the sole use of the intended recipient (s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure or 
distribution of this information is prohibited.  If this was sent to you in 
error, please notify the sender by reply e-mail and destroy all copies of the 
original message.
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


UHS Confidentiality Notice:  This e-mail message, including any attachments, is 
for the sole use of the intended recipient (s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure or 
distribution of this information is prohibited.  If this was sent to you in 
error, please notify the sender by reply e-mail and destroy all copies of the 
original message.
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to