Permalink
Cannot retrieve contributors at this time
## Last changed: 2017-04-29 14:06:46 EDT | |
version 17.1R1.8; | |
system { | |
host-name PE7; | |
time-zone America/Toronto; | |
root-authentication { | |
encrypted-password "$6$MACbFEk3$Hg/1wENRq7U5eqli9x/uF12fRU5gcys.R.UrI5DAwGbaP5ZvAMh34aMghxXSioi8C/aovoj6frRXUpXzBsMBJ0"; | |
} | |
services { | |
ssh { | |
root-login allow; | |
} | |
netconf { | |
ssh; | |
} | |
} | |
syslog { | |
user * { | |
any emergency; | |
} | |
file messages { | |
any any; | |
authorization info; | |
} | |
file interactive-commands { | |
interactive-commands any; | |
} | |
} | |
archival { | |
configuration { | |
transfer-on-commit; | |
archive-sites { | |
"scp://cfg:c0nf1Gb4ckup!@192.168.3.210/home/cfg/config-backups/"; | |
} | |
} | |
} | |
license { | |
autoupdate { | |
url https://ae1.juniper.net/junos/key_retrieval; | |
} | |
} | |
} | |
interfaces { | |
ge-0/0/0 { | |
unit 0 { | |
family bridge { | |
interface-mode access; | |
vlan-id 200; | |
} | |
} | |
} | |
ge-0/0/1 { | |
description P3-XR; | |
vlan-tagging; | |
mtu 8000; | |
unit 570 { | |
vlan-id 570; | |
family inet { | |
address 120.0.3.33/31; | |
} | |
family iso; | |
family mpls; | |
} | |
} | |
fxp0 { | |
unit 0 { | |
family inet { | |
address 192.168.3.217/24; | |
} | |
} | |
} | |
irb { | |
unit 200 { | |
family inet { | |
address 1.1.2.1/24; | |
} | |
mac 00:00:5e:02:00:00; | |
} | |
} | |
lo0 { | |
unit 0 { | |
family inet { | |
address 120.0.2.7/32; | |
} | |
family iso { | |
address 49.0002.0120.0002.0007.00; | |
} | |
} | |
} | |
} | |
routing-options { | |
static { | |
route 192.168.74.0/24 { | |
next-hop 192.168.3.18; | |
no-readvertise; | |
} | |
} | |
autonomous-system 100; | |
forwarding-table { | |
chained-composite-next-hop { | |
ingress { | |
evpn; | |
} | |
} | |
} | |
} | |
protocols { | |
mpls { | |
interface ge-0/0/1.570; | |
} | |
bgp { | |
inactive: group IBGP-RR { | |
type internal; | |
local-address 120.0.2.7; | |
family evpn { | |
signaling; | |
} | |
authentication-key "$9$5znCO1hKMXtuMX7-2gTz3"; | |
neighbor 120.0.1.1; | |
neighbor 120.0.1.2; | |
} | |
group IBGP-PE { | |
type internal; | |
local-address 120.0.2.7; | |
family evpn { | |
signaling; | |
} | |
neighbor 120.0.2.5; | |
neighbor 120.0.2.2; | |
neighbor 120.0.2.1; | |
} | |
} | |
isis { | |
source-packet-routing { | |
node-segment ipv4-index 207; | |
} | |
level 1 disable; | |
level 2 wide-metrics-only; | |
interface ge-0/0/1.570 { | |
point-to-point; | |
} | |
interface lo0.0; | |
} | |
} | |
routing-instances { | |
CUSTOMER-A { | |
instance-type virtual-switch; | |
interface ge-0/0/0.0; | |
route-distinguisher 120.0.2.7:100; | |
vrf-target target:100:100; | |
protocols { | |
evpn { | |
extended-vlan-list 200; | |
} | |
} | |
bridge-domains { | |
BD200 { | |
vlan-id 200; | |
routing-interface irb.200; | |
} | |
} | |
} | |
CUSTOMER-A-L3 { | |
instance-type vrf; | |
interface irb.200; | |
route-distinguisher 120.0.2.7:101; | |
vrf-target target:100:101; | |
vrf-table-label; | |
protocols { | |
evpn { | |
ip-prefix-routes { | |
advertise direct-nexthop; | |
} | |
} | |
} | |
} | |
} |