RE: virtual-template question

From: Rich Kettelson (rkettelson@mn.rr.com)
Date: Sat Mar 12 2005 - 21:16:42 GMT-3


I've been messing with this a bit. PPP (MLPPP) assumes 2 endpoints, and
fragments packets between the physical links in the ML Bundle, so if DLCI
304 and 305 both terminated to the same remote router it will work.

Here's a config snippet with MLPPP working over one PPP connection and one
frame connection (between the same 2 routers).

!
interface Serial0/0.1 point-to-point
 frame-relay interface-dlci 406 ppp Virtual-Template1
  class SOMECLASS
!
interface Serial0/1
 no ip address
 encapsulation ppp
 ppp authentication chap
 ppp multilink
!
interface Virtual-Template1
 ip unnumbered Loopback1
 service-policy output SOMEPOLICY
 ppp multilink
 ppp multilink interleave
!

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of John
Matus
Sent: Saturday, March 12, 2005 5:26 PM
To: lab
Subject: virtual-template question

if you have 3 routers in a hub and spoke topology, and on the hub you create
two p2p interfaces w/ dlci's, can you bind those p2p interfaces into a
virtual-template which acts like both p2p's are actually 1 multipoint
interface? i tried it and i can't seem to get it to work so i'm thinking
that perhaps there is some limitation on this:<??>

HUB
interface Serial1/0.34 point-to-point
 frame-relay interface-dlci 304 ppp Virtual-Template1
!
interface Serial1/0.35 point-to-point
 frame-relay interface-dlci 305 ppp Virtual-Template1

interface Virtual-Template1
 ip address 164.1.0.3 255.255.255.0

Regards,

John D. Matus
MCSE, CCNP
Office: 818-782-2061
Cell: 818-430-8372
jmatus@pacbell.net



This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:45 GMT-3