blob: b980ac9a66d3328629600d04ff9e309f3ceabba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
AS 4200000001
router-id 10.12.57.1
log updates
vpn "RDOM13" on mpe13 {
rd 4200000001:13
import-target rt 4200000001:44
export-target rt 4200000001:42
network 192.168.42.0/24
}
neighbor 10.12.57.2 {
announce IPv4 unicast
announce IPv4 vpn
descr "RDOMAIN2"
remote-as 4200000002
}
allow from any
allow to any
|