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
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to