blob: f532070adac7d40d1123407898adf5e842e1353c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
AS 4200000002
router-id 10.12.57.1
log updates
vpn "RDOM14" on mpe14 {
rd 4200000002:14
import-target rt 4200000001:42
export-target rt 4200000002:44
network 192.168.44.0/24
network 2001:db8:42:44::/64
}
neighbor 10.12.57.1 {
announce IPv4 unicast
announce IPv4 vpn
announce IPv6 vpn
descr "RDOMAIN1"
remote-as 4200000001
}
neighbor 2001:db8:57::1 {
announce IPv6 unicast
announce IPv6 vpn
descr "RDOMAIN1v6"
remote-as 4200000001
}
allow from any
allow to any
|