-
Notifications
You must be signed in to change notification settings - Fork 0
/
R1.conf
100 lines (100 loc) · 1.99 KB
/
R1.conf
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
system {
host-name R1;
root-authentication {
encrypted-password "$6$Wa.SOOcy$4.7q8opeZSV7lek3COa/tAPR5iw1NrnxQjDTf0rDQV9kG.X./1a0VKyGr4PpotizocF5leZa235ux13bCNsIF1"; ## SECRET-DATA
}
}
chassis {
network-services enhanced-ip;
}
interfaces {
ge-0/0/0 {
unit 0 {
family inet {
address 172.16.12.1/27;
}
family iso;
family mpls;
}
}
ge-0/0/1 {
unit 0 {
family inet {
address 172.16.13.1/27;
}
family iso;
family mpls;
}
}
ge-0/0/9 {
unit 0 {
family inet {
address 10.0.1.1/24;
}
}
}
lo0 {
unit 0 {
family inet {
address 1.0.0.0/32;
}
family iso {
address 49.0007.0000.0000.0001.00;
}
}
}
}
policy-options {
policy-statement Node-SID {
from {
interface lo0.0;
route-filter 1.0.0.0/32 exact;
}
then {
prefix-segment {
index 101;
node-segment;
}
accept;
}
}
}
routing-instances {
VPN-1 {
instance-type vrf;
interface ge-0/0/9.0;
vrf-target target:65500:1;
vrf-table-label;
}
}
routing-options {
route-distinguisher-id 1.0.0.0;
router-id 1.0.0.0;
autonomous-system 65500;
}
protocols {
bgp {
group RR {
type internal;
local-address 1.0.0.0;
family inet-vpn {
unicast;
}
neighbor 7.0.0.0;
}
}
isis {
interface all {
point-to-point;
}
source-packet-routing {
srgb start-label 16000 index-range 8000;
}
level 1 disable;
level 2 wide-metrics-only;
export Node-SID;
}
mpls {
interface all;
}
}