OSPF Authentication
Since it’s PtM, you’ll have a hard time, but as Sadiq has pointed out PPPoFR might be the solution, if it is stretched far enough. You are authenticating a link, so you need to change topology from triangular to two PtP links.
Simple PPPoFR will terminate both DLCIs on the same Template, so you’ll have cloned Virtual-Accesses and therefore same settings. You’d need to separate them into two different ones. I.E. Something to the following tune:
frame-relay interface-dlci 101 ppp virtual-template 1 frame-relay interface-dlci 102 ppp virtual-template 2
int virtual-templ 1 ip add unnumbered lo 0 ip ospf authentication
int virtual-templ 2 ip add unnumbered lo 0 ip ospf authentication null
On Mon, Jan 12, 2009 at 1:55 PM, Sadiq Yakasai wrote:
> PPPoFR? > > > Blogs and organic groups at http://www.ccie.net > > _______________________________________________________________________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html > > > > > > > >
— Pavel Bykov —————- Don’t forget to help stopping the braindumps, use of which reduces value of your certifications. Sign the petition at http://www.stopbraindumps.com/
Blogs and organic groups at http://www.ccie.net
























