[j-nsp] VPLS and IRB
jan at czmok.de
jan at czmok.de
Tue Apr 19 19:14:17 EDT 2016
Hi,
i am looking for the following solution:
- SITE A - VPLS SITE 1
- SITE B - VPLS SITE 2
On Site A i receive on ae0.1111 Traffic which is tagged with VLAN 1111
On Site B i want to provide a Layer3 Interface which provides Layer3-Termination of VLAN1111
Between Site A and Site B i want to use vpls
I’m struggling with the irb setup on site B, site A seems easy:
TEST {
instance-type vpls;
interface ae0.11111;
route-distinguisher 1.2.3.4:1111;
vrf-target target:1111:1111;
protocols {
vpls {
site-range 3;
no-tunnel-services;
site A {
site-identifier 2;
interface ae0.1111;
}
}
}
}
on SITE b:
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;
}
}
}
and irb.1111 has
family inet address 2.3.2.1/24;
thoughts ? irb.1111 seems “hardware-down”
jc at siteB# run show interfaces irb.1111
Logical interface irb.4001 (Index 364) (SNMP ifIndex 662)
Flags: Hardware-Down Up SNMP-Traps 0x0 Encapsulation: ENET2
Bandwidth: 1000mbps
Routing Instance: TEST Bridging Domain: vlan1111+1111
Thanks for any help
More information about the juniper-nsp
mailing list