[j-nsp] VPLS Between 2 Routers
sthaug at nethelp.no
sthaug at nethelp.no
Fri Mar 2 01:28:44 EST 2012
> BTW.. I am NOT running RSVP between the 2 routers.. (but I do have LDP
> enabled - as I had a l2circuit working to a cisco). Do I have to have RSVP
> enabled for data to actually work and the BGP is just used for the setup ?
> Thanks
If you alrady have l2circuit working between the routers, it's very
simple to get a *port based* l2circuit up. This is a much simpler
configuration than VPLS, since it performs no MAC address learning,
doesn't care about VLAN id's etc. For instance something like the
following:
interfaces {
ge-0/0/1 {
mtu 4484;
encapsulation ethernet-ccc;
unit 0;
}
}
protocols {
l2circuit {
neighbor a.b.c.d {
interface ge-0/0/1.0 {
virtual-circuit-id 9999;
no-control-word;
}
}
}
}
Steinar Haug, Nethelp consulting, sthaug at nethelp.no
More information about the juniper-nsp
mailing list