-
Notifications
You must be signed in to change notification settings - Fork 3
/
2pvd_1normal.conf
135 lines (104 loc) · 2.29 KB
/
2pvd_1normal.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
interface rt0 {
MaxRtrAdvInterval 500;
AdvLinkMTU 1500;
AdvSendAdvert on;
pvd test1.example.com {
AdvPvdIdHttpExtraInfo on;
AdvPvdIdLegacy off;
AdvPvdAdvHeader on;
AdvPvdIdSequenceNumber 113;
prefix 2001:db8:1:abcd::/64 {
AdvAutonomous on;
AdvRouterAddr off;
};
prefix 2001:db8:1:beef::/64 {
AdvAutonomous on;
AdvRouterAddr off;
};
route 2001:db8:1a00::/40 {
AdvRouteLifetime infinity;
AdvRoutePreference high;
};
route 2001:db8:1000::/40 {
AdvRouteLifetime infinity;
AdvRoutePreference low;
};
DNSSL special.test1-pvd.example.com. test1-pvd.example.com. example.com. {
AdvDNSSLLifetime 1234;
};
RDNSS 2001:1111:1111::8844 {
AdvRDNSSLifetime 1234;
};
};
prefix 2001:db8:1::/64 {
AdvAutonomous on;
AdvRouterAddr off;
AdvValidLifetime 2048;
AdvPreferredLifetime 1024;
DeprecatePrefix on;
DecrementLifetimes on;
};
route 2001:db8:1000::/40 {
AdvRouteLifetime infinity;
AdvRoutePreference high;
};
DNSSL office.test1.example.com. test1.example.com. example.com. {
AdvDNSSLLifetime 1100;
};
RDNSS 2001:1111:1111::8888 {
AdvRDNSSLifetime 1234;
};
};
interface rt1 {
MaxRtrAdvInterval 500;
AdvLinkMTU 1500;
AdvSendAdvert on;
pvd test2.example.com {
AdvPvdIdHttpExtraInfo on;
AdvPvdIdLegacy off;
AdvPvdAdvHeader on;
AdvPvdIdSequenceNumber 111;
AdvDefaultPreference low;
};
prefix 2001:db8:2::/64 {
AdvAutonomous on;
AdvRouterAddr off;
AdvValidLifetime 2048;
AdvPreferredLifetime 1024;
DeprecatePrefix on;
DecrementLifetimes on;
};
route 2001:db8:2000::/48 {
AdvRouteLifetime infinity;
AdvRoutePreference high;
};
DNSSL office.test2.example.com. test2.example.com. example.com. {
AdvDNSSLLifetime 1100;
};
RDNSS 2001:2222:2222::2 {
AdvRDNSSLifetime 1234;
};
};
interface rt2 {
MaxRtrAdvInterval 500;
AdvLinkMTU 1500;
AdvSendAdvert on;
prefix 2001:db8:3::/64 {
AdvAutonomous on;
AdvRouterAddr off;
AdvValidLifetime 2048;
AdvPreferredLifetime 1024;
DeprecatePrefix on;
DecrementLifetimes on;
};
route 2001:db8:3000::/40 {
AdvRouteLifetime infinity;
AdvRoutePreference high;
};
DNSSL office.test3.example.com. test3.example.com. example.com. {
AdvDNSSLLifetime 1100;
};
RDNSS 2001:4860:4860::8888 2001:4860:4860::8844 {
AdvRDNSSLifetime 1234;
};
};