[j-nsp] VPLS and IRB

Chris Kawchuk juniperdude at gmail.com
Tue Apr 19 19:26:30 EDT 2016


Add connectivity-type irb; to the vpls {} stanza.

i.e. at [edit routing-instances TEST protocols vpls]


"Specifies when a VPLS connection is taken down depending on whether or not the interface for the VPLS routing instance is customer-facing or integrated routing and bridging (IRB)..."

ce (default)	—	Require that for the VPLS connection to be up, the customer-facing interface for the VPLS routing instance must also be up. If the customer-facing interface fails, the VPLS connection is taken down.

irb		—	Allow a VPLS connection to remain up so long as an IRB interface is configured for the VPLS routing instance.

permanent	—	Allow a VPLS connection to remain up until specifically taken down.


http://www.juniper.net/documentation/en_US/junos15.1/topics/reference/configuration-statement/connectivity-type-edit-protocols-vpls.html



On 20 Apr 2016, at 9:14 am, jan at czmok.de wrote:

> TEST {
>    instance-type virtual-switch;
>    route-distinguisher 1.2.3.5:1111;
>    vrf-target target:1111:1111;
>    protocols {
>        vpls {
>            site-range 3;
>            no-tunnel-services;
>            site B {
>                site-identifier 1;
>            }
>        }
>    }
>    bridge-domains {
>        vlan1111 {
>            vlan-id 1111;
>            routing-interface irb.1111;
>        }
>    }
> }



More information about the juniper-nsp mailing list