Line data Source code
1 : /* autogenerated file, DO NOT EDIT! */
2 : #include <zebra.h>
3 :
4 : #include "command.h"
5 : #include "linklist.h"
6 :
7 : #include "vtysh/vtysh.h"
8 :
9 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_day_month_day_month_cmd_vtysh,
10 : "accept-lifetime HH:MM:SS (1-31) MONTH (1993-2035) HH:MM:SS (1-31) MONTH (1993-2035)",
11 : "Set accept lifetime of the key\n"
12 : "Time to start\n"
13 : "Day of th month to start\n"
14 : "Month of the year to start\n"
15 : "Year to start\n"
16 : "Time to expire\n"
17 : "Day of th month to expire\n"
18 : "Month of the year to expire\n"
19 : "Year to expire\n")
20 :
21 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_day_month_month_day_cmd_vtysh,
22 : "accept-lifetime HH:MM:SS (1-31) MONTH (1993-2035) HH:MM:SS MONTH (1-31) (1993-2035)",
23 : "Set accept lifetime of the key\n"
24 : "Time to start\n"
25 : "Day of th month to start\n"
26 : "Month of the year to start\n"
27 : "Year to start\n"
28 : "Time to expire\n"
29 : "Month of the year to expire\n"
30 : "Day of th month to expire\n"
31 : "Year to expire\n")
32 :
33 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_duration_day_month_cmd_vtysh,
34 : "accept-lifetime HH:MM:SS (1-31) MONTH (1993-2035) duration (1-2147483646)",
35 : "Set accept lifetime of the key\n"
36 : "Time to start\n"
37 : "Day of th month to start\n"
38 : "Month of the year to start\n"
39 : "Year to start\n"
40 : "Duration of the key\n"
41 : "Duration seconds\n")
42 :
43 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_duration_month_day_cmd_vtysh,
44 : "accept-lifetime HH:MM:SS MONTH (1-31) (1993-2035) duration (1-2147483646)",
45 : "Set accept lifetime of the key\n"
46 : "Time to start\n"
47 : "Month of the year to start\n"
48 : "Day of th month to start\n"
49 : "Year to start\n"
50 : "Duration of the key\n"
51 : "Duration seconds\n")
52 :
53 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_infinite_day_month_cmd_vtysh,
54 : "accept-lifetime HH:MM:SS (1-31) MONTH (1993-2035) infinite",
55 : "Set accept lifetime of the key\n"
56 : "Time to start\n"
57 : "Day of th month to start\n"
58 : "Month of the year to start\n"
59 : "Year to start\n"
60 : "Never expires\n")
61 :
62 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_infinite_month_day_cmd_vtysh,
63 : "accept-lifetime HH:MM:SS MONTH (1-31) (1993-2035) infinite",
64 : "Set accept lifetime of the key\n"
65 : "Time to start\n"
66 : "Month of the year to start\n"
67 : "Day of th month to start\n"
68 : "Year to start\n"
69 : "Never expires\n")
70 :
71 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_month_day_day_month_cmd_vtysh,
72 : "accept-lifetime HH:MM:SS MONTH (1-31) (1993-2035) HH:MM:SS (1-31) MONTH (1993-2035)",
73 : "Set accept lifetime of the key\n"
74 : "Time to start\n"
75 : "Month of the year to start\n"
76 : "Day of th month to start\n"
77 : "Year to start\n"
78 : "Time to expire\n"
79 : "Day of th month to expire\n"
80 : "Month of the year to expire\n"
81 : "Year to expire\n")
82 :
83 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, accept_lifetime_month_day_month_day_cmd_vtysh,
84 : "accept-lifetime HH:MM:SS MONTH (1-31) (1993-2035) HH:MM:SS MONTH (1-31) (1993-2035)",
85 : "Set accept lifetime of the key\n"
86 : "Time to start\n"
87 : "Month of the year to start\n"
88 : "Day of th month to start\n"
89 : "Year to start\n"
90 : "Time to expire\n"
91 : "Month of the year to expire\n"
92 : "Day of th month to expire\n"
93 : "Year to expire\n")
94 :
95 : DEFSH (VTYSH_ACL, access_list_cmd_vtysh,
96 : "access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <A.B.C.D/M$prefix [exact-match$exact]|any>",
97 : "Access list entry\n"
98 : "Access list name\n"
99 : "Sequence number of an entry\n"
100 : "Sequence number\n"
101 : "Specify packets to reject\n"
102 : "Specify packets to forward\n"
103 : "Prefix to match. e.g. 10.0.0.0/8\n"
104 : "Exact match of the prefixes\n"
105 : "Match any IPv4\n")
106 :
107 : DEFSH (VTYSH_ACL, access_list_ext_cmd_vtysh,
108 : "access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action ip <A.B.C.D$src A.B.C.D$src_mask|host A.B.C.D$src|any> <A.B.C.D$dst A.B.C.D$dst_mask|host A.B.C.D$dst|any>",
109 : "Access list entry\n"
110 : "Access list name\n"
111 : "Sequence number of an entry\n"
112 : "Sequence number\n"
113 : "Specify packets to reject\n"
114 : "Specify packets to forward\n"
115 : "IPv4 address\n"
116 : "Source address to match\n"
117 : "Source address mask to apply\n"
118 : "Single source host\n"
119 : "Source address to match\n"
120 : "Any source host\n"
121 : "Destination address to match\n"
122 : "Destination address mask to apply\n"
123 : "Single destination host\n"
124 : "Destination address to match\n"
125 : "Any destination host\n")
126 :
127 : DEFSH (VTYSH_ACL, access_list_remark_cmd_vtysh,
128 : "access-list WORD$name remark LINE...",
129 : "Access list entry\n"
130 : "Access list name\n"
131 : "Access list entry comment\n"
132 : "Comment up to 100 characters\n")
133 :
134 : DEFSH (VTYSH_ACL, access_list_std_cmd_vtysh,
135 : "access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <[host] A.B.C.D$host|A.B.C.D$host A.B.C.D$mask>",
136 : "Access list entry\n"
137 : "Access list name\n"
138 : "Sequence number of an entry\n"
139 : "Sequence number\n"
140 : "Specify packets to reject\n"
141 : "Specify packets to forward\n"
142 : "A single host address\n"
143 : "Address to match\n"
144 : "Address to match\n"
145 : "Wildcard bits\n")
146 :
147 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_cmd_vtysh,
148 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
149 : "Add registration\n"
150 : "VNC Information\n"
151 : "Add/modify mac address information\n"
152 : "MAC address\n"
153 : "Virtual Network Identifier follows\n"
154 : "Virtual Network Identifier\n"
155 : "VN address of NVE\n"
156 : "VN IPv4 interface address\n"
157 : "VN IPv6 interface address\n"
158 : "UN address of NVE\n"
159 : "UN IPv4 interface address\n"
160 : "UN IPv6 interface address\n")
161 :
162 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_cost_cmd_vtysh,
163 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> cost (0-255)",
164 : "Add registration\n"
165 : "VNC Information\n"
166 : "Add/modify mac address information\n"
167 : "MAC address\n"
168 : "Virtual Network Identifier follows\n"
169 : "Virtual Network Identifier\n"
170 : "VN address of NVE\n"
171 : "VN IPv4 interface address\n"
172 : "VN IPv6 interface address\n"
173 : "UN address of NVE\n"
174 : "UN IPv4 interface address\n"
175 : "UN IPv6 interface address\n"
176 : "Administrative cost [default: 255]\n"
177 : "Administrative cost\n")
178 :
179 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_cost_life_cmd_vtysh,
180 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> cost (0-255) lifetime (1-4294967295)",
181 : "Add registration\n"
182 : "VNC Information\n"
183 : "Add/modify mac address information\n"
184 : "MAC address\n"
185 : "Virtual Network Identifier follows\n"
186 : "Virtual Network Identifier\n"
187 : "VN address of NVE\n"
188 : "VN IPv4 interface address\n"
189 : "VN IPv6 interface address\n"
190 : "UN address of NVE\n"
191 : "UN IPv4 interface address\n"
192 : "UN IPv6 interface address\n"
193 : "Administrative cost [default: 255]\n"
194 : "Administrative cost\n"
195 : "Registration lifetime [default: infinite]\n"
196 : "Lifetime value in seconds\n")
197 :
198 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_life_cmd_vtysh,
199 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> lifetime (1-4294967295)",
200 : "Add registration\n"
201 : "VNC Information\n"
202 : "Add/modify mac address information\n"
203 : "MAC address\n"
204 : "Virtual Network Identifier follows\n"
205 : "Virtual Network Identifier\n"
206 : "VN address of NVE\n"
207 : "VN IPv4 interface address\n"
208 : "VN IPv6 interface address\n"
209 : "UN address of NVE\n"
210 : "UN IPv4 interface address\n"
211 : "UN IPv6 interface address\n"
212 : "Registration lifetime [default: infinite]\n"
213 : "Lifetime value in seconds\n")
214 :
215 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_prefix_cmd_vtysh,
216 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M>",
217 : "Add registration\n"
218 : "VNC Information\n"
219 : "Add/modify mac address information\n"
220 : "MAC address\n"
221 : "Virtual Network Identifier follows\n"
222 : "Virtual Network Identifier\n"
223 : "VN address of NVE\n"
224 : "VN IPv4 interface address\n"
225 : "VN IPv6 interface address\n"
226 : "UN address of NVE\n"
227 : "UN IPv4 interface address\n"
228 : "UN IPv6 interface address\n"
229 : "Add/modify prefix related information\n"
230 : "IPv4 prefix\n"
231 : "IPv6 prefix\n")
232 :
233 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_prefix_cost_cmd_vtysh,
234 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> cost (0-255)",
235 : "Add registration\n"
236 : "VNC Information\n"
237 : "Add/modify mac address information\n"
238 : "MAC address\n"
239 : "Virtual Network Identifier follows\n"
240 : "Virtual Network Identifier\n"
241 : "VN address of NVE\n"
242 : "VN IPv4 interface address\n"
243 : "VN IPv6 interface address\n"
244 : "UN address of NVE\n"
245 : "UN IPv4 interface address\n"
246 : "UN IPv6 interface address\n"
247 : "Add/modify prefix related information\n"
248 : "IPv4 prefix\n"
249 : "IPv6 prefix\n"
250 : "Administrative cost [default: 255]\n"
251 : "Administrative cost\n")
252 :
253 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_prefix_cost_life_cmd_vtysh,
254 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> cost (0-255) lifetime (1-4294967295)",
255 : "Add registration\n"
256 : "VNC Information\n"
257 : "Add/modify mac address information\n"
258 : "MAC address\n"
259 : "Virtual Network Identifier follows\n"
260 : "Virtual Network Identifier\n"
261 : "VN address of NVE\n"
262 : "VN IPv4 interface address\n"
263 : "VN IPv6 interface address\n"
264 : "UN address of NVE\n"
265 : "UN IPv4 interface address\n"
266 : "UN IPv6 interface address\n"
267 : "Add/modify prefix related information\n"
268 : "IPv4 prefix\n"
269 : "IPv6 prefix\n"
270 : "Administrative cost [default: 255]\n"
271 : "Administrative cost\n"
272 : "Registration lifetime [default: infinite]\n"
273 : "Lifetime value in seconds\n")
274 :
275 : DEFSH (VTYSH_BGPD, add_vnc_mac_vni_prefix_life_cmd_vtysh,
276 : "add vnc mac X:X:X:X:X:X virtual-network-identifier (1-4294967295) vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> lifetime (1-4294967295)",
277 : "Add registration\n"
278 : "VNC Information\n"
279 : "Add/modify mac address information\n"
280 : "MAC address\n"
281 : "Virtual Network Identifier follows\n"
282 : "Virtual Network Identifier\n"
283 : "VN address of NVE\n"
284 : "VN IPv4 interface address\n"
285 : "VN IPv6 interface address\n"
286 : "UN address of NVE\n"
287 : "UN IPv4 interface address\n"
288 : "UN IPv6 interface address\n"
289 : "Add/modify prefix related information\n"
290 : "IPv4 prefix\n"
291 : "IPv6 prefix\n"
292 : "Registration lifetime [default: infinite]\n"
293 : "Lifetime value in seconds\n")
294 :
295 : DEFSH (VTYSH_BGPD, add_vnc_prefix_cmd_vtysh,
296 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
297 : "Add registration\n"
298 : "VNC Information\n"
299 : "Add/modify prefix related information\n"
300 : "IPv4 prefix\n"
301 : "IPv6 prefix\n"
302 : "VN address of NVE\n"
303 : "VN IPv4 interface address\n"
304 : "VN IPv6 interface address\n"
305 : "UN address of NVE\n"
306 : "UN IPv4 interface address\n"
307 : "UN IPv6 interface address\n")
308 :
309 : DEFSH (VTYSH_BGPD, add_vnc_prefix_cost_cmd_vtysh,
310 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> cost (0-255)",
311 : "Add registration\n"
312 : "VNC Information\n"
313 : "Add/modify prefix related information\n"
314 : "IPv4 prefix\n"
315 : "IPv6 prefix\n"
316 : "VN address of NVE\n"
317 : "VN IPv4 interface address\n"
318 : "VN IPv6 interface address\n"
319 : "UN address of NVE\n"
320 : "UN IPv4 interface address\n"
321 : "UN IPv6 interface address\n"
322 : "Administrative cost [default: 255]\n"
323 : "Administrative cost\n")
324 :
325 : DEFSH (VTYSH_BGPD, add_vnc_prefix_cost_life_cmd_vtysh,
326 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> cost (0-255) lifetime (1-4294967295)",
327 : "Add registration\n"
328 : "VNC Information\n"
329 : "Add/modify prefix related information\n"
330 : "IPv4 prefix\n"
331 : "IPv6 prefix\n"
332 : "VN address of NVE\n"
333 : "VN IPv4 interface address\n"
334 : "VN IPv6 interface address\n"
335 : "UN address of NVE\n"
336 : "UN IPv4 interface address\n"
337 : "UN IPv6 interface address\n"
338 : "Administrative cost [default: 255]\n"
339 : "Administrative cost\n"
340 : "Registration lifetime [default: infinite]\n"
341 : "Lifetime value in seconds\n")
342 :
343 : DEFSH (VTYSH_BGPD, add_vnc_prefix_cost_life_lnh_cmd_vtysh,
344 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> cost (0-255) lifetime (1-4294967295) LNH_OPTIONS...",
345 : "Add registration\n"
346 : "VNC Information\n"
347 : "Add/modify prefix related information\n"
348 : "IPv4 prefix\n"
349 : "IPv6 prefix\n"
350 : "VN address of NVE\n"
351 : "VN IPv4 interface address\n"
352 : "VN IPv6 interface address\n"
353 : "UN address of NVE\n"
354 : "UN IPv4 interface address\n"
355 : "UN IPv6 interface address\n"
356 : "Administrative cost [default: 255]\n"
357 : "Administrative cost\n"
358 : "Registration lifetime [default: infinite]\n"
359 : "Lifetime value in seconds\n"
360 : "[local-next-hop (A.B.C.D|X:X::X:X)] [local-cost <0-255>]\n")
361 :
362 : DEFSH (VTYSH_BGPD, add_vnc_prefix_cost_lnh_cmd_vtysh,
363 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> cost (0-255) LNH_OPTIONS...",
364 : "Add registration\n"
365 : "VNC Information\n"
366 : "Add/modify prefix related information\n"
367 : "IPv4 prefix\n"
368 : "IPv6 prefix\n"
369 : "VN address of NVE\n"
370 : "VN IPv4 interface address\n"
371 : "VN IPv6 interface address\n"
372 : "UN address of NVE\n"
373 : "UN IPv4 interface address\n"
374 : "UN IPv6 interface address\n"
375 : "Administrative cost [default: 255]\n"
376 : "Administrative cost\n"
377 : "[local-next-hop (A.B.C.D|X:X::X:X)] [local-cost <0-255>]\n")
378 :
379 : DEFSH (VTYSH_BGPD, add_vnc_prefix_life_cmd_vtysh,
380 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> lifetime (1-4294967295)",
381 : "Add registration\n"
382 : "VNC Information\n"
383 : "Add/modify prefix related information\n"
384 : "IPv4 prefix\n"
385 : "IPv6 prefix\n"
386 : "VN address of NVE\n"
387 : "VN IPv4 interface address\n"
388 : "VN IPv6 interface address\n"
389 : "UN address of NVE\n"
390 : "UN IPv4 interface address\n"
391 : "UN IPv6 interface address\n"
392 : "Registration lifetime [default: infinite]\n"
393 : "Lifetime value in seconds\n")
394 :
395 : DEFSH (VTYSH_BGPD, add_vnc_prefix_life_cost_cmd_vtysh,
396 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> lifetime (1-4294967295) cost (0-255)",
397 : "Add registration\n"
398 : "VNC Information\n"
399 : "Add/modify prefix related information\n"
400 : "IPv4 prefix\n"
401 : "IPv6 prefix\n"
402 : "VN address of NVE\n"
403 : "VN IPv4 interface address\n"
404 : "VN IPv6 interface address\n"
405 : "UN address of NVE\n"
406 : "UN IPv4 interface address\n"
407 : "UN IPv6 interface address\n"
408 : "Registration lifetime [default: infinite]\n"
409 : "Lifetime value in seconds\n"
410 : "Administrative cost [default: 255]\n"
411 : "Administrative cost\n")
412 :
413 : DEFSH (VTYSH_BGPD, add_vnc_prefix_life_cost_lnh_cmd_vtysh,
414 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> lifetime (1-4294967295) cost (0-255) LNH_OPTIONS...",
415 : "Add registration\n"
416 : "VNC Information\n"
417 : "Add/modify prefix related information\n"
418 : "IPv4 prefix\n"
419 : "IPv6 prefix\n"
420 : "VN address of NVE\n"
421 : "VN IPv4 interface address\n"
422 : "VN IPv6 interface address\n"
423 : "UN address of NVE\n"
424 : "UN IPv4 interface address\n"
425 : "UN IPv6 interface address\n"
426 : "Registration lifetime [default: infinite]\n"
427 : "Lifetime value in seconds\n"
428 : "Administrative cost [default: 255]\n"
429 : "Administrative cost\n"
430 : "[local-next-hop (A.B.C.D|X:X::X:X)] [local-cost <0-255>]\n")
431 :
432 : DEFSH (VTYSH_BGPD, add_vnc_prefix_life_lnh_cmd_vtysh,
433 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> lifetime (1-4294967295) LNH_OPTIONS...",
434 : "Add registration\n"
435 : "VNC Information\n"
436 : "Add/modify prefix related information\n"
437 : "IPv4 prefix\n"
438 : "IPv6 prefix\n"
439 : "VN address of NVE\n"
440 : "VN IPv4 interface address\n"
441 : "VN IPv6 interface address\n"
442 : "UN address of NVE\n"
443 : "UN IPv4 interface address\n"
444 : "UN IPv6 interface address\n"
445 : "Registration lifetime [default: infinite]\n"
446 : "Lifetime value in seconds\n"
447 : "[local-next-hop (A.B.C.D|X:X::X:X)] [local-cost <0-255>]\n")
448 :
449 : DEFSH (VTYSH_BGPD, add_vnc_prefix_lnh_cmd_vtysh,
450 : "add vnc prefix <A.B.C.D/M|X:X::X:X/M> vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> LNH_OPTIONS...",
451 : "Add registration\n"
452 : "VNC Information\n"
453 : "Add/modify prefix related information\n"
454 : "IPv4 prefix\n"
455 : "IPv6 prefix\n"
456 : "VN address of NVE\n"
457 : "VN IPv4 interface address\n"
458 : "VN IPv6 interface address\n"
459 : "UN address of NVE\n"
460 : "UN IPv4 interface address\n"
461 : "UN IPv6 interface address\n"
462 : "[local-next-hop (A.B.C.D|X:X::X:X)] [local-cost <0-255>]\n")
463 :
464 : DEFSH (VTYSH_BGPD, add_vrf_prefix_rd_label_pref_cmd_vtysh,
465 : "add vrf NAME prefix <A.B.C.D/M|X:X::X:X/M> [{rd ASN:NN_OR_IP-ADDRESS|label (0-1048575)|preference (0-4294967295)}]",
466 : "Add\n"
467 : "To a VRF\n"
468 : "VRF name\n"
469 : "Add/modify prefix related information\n"
470 : "IPv4 prefix\n"
471 : "IPv6 prefix\n"
472 : "Override configured VRF Route Distinguisher\n"
473 : "<as-number>:<number> or <ip-address>:<number>\n"
474 : "Override configured VRF label\n"
475 : "Label Value <0-1048575>\n"
476 : "Set advertised local preference\n"
477 : "local preference (higher=more preferred)\n")
478 :
479 : DEFSH (VTYSH_BGPD, af_import_vrf_route_map_cmd_vtysh,
480 : "import vrf route-map RMAP$rmap_str",
481 : "Import routes from another VRF\n"
482 : "Vrf routes being filtered\n"
483 : "Specify route map\n"
484 : "name of route-map\n")
485 :
486 : DEFSH (VTYSH_BGPD, af_label_vpn_export_cmd_vtysh,
487 : "[no] label vpn export <(0-1048575)$label_val|auto$label_auto>",
488 : "Negate a command or set its defaults\n"
489 : "label value for VRF\n"
490 : "Between current address-family and vpn\n"
491 : "For routes leaked from current address-family to vpn\n"
492 : "Label Value <0-1048575>\n"
493 : "Automatically assign a label\n")
494 :
495 : DEFSH (VTYSH_BGPD, af_nexthop_vpn_export_cmd_vtysh,
496 : "[no] nexthop vpn export [<A.B.C.D|X:X::X:X>$nexthop_su]",
497 : "Negate a command or set its defaults\n"
498 : "Specify next hop to use for VRF advertised prefixes\n"
499 : "Between current address-family and vpn\n"
500 : "For routes leaked from current address-family to vpn\n"
501 : "IPv4 prefix\n"
502 : "IPv6 prefix\n")
503 :
504 : DEFSH (VTYSH_BGPD, af_no_import_vrf_route_map_cmd_vtysh,
505 : "no import vrf route-map [RMAP$rmap_str]",
506 : "Negate a command or set its defaults\n"
507 : "Import routes from another VRF\n"
508 : "Vrf routes being filtered\n"
509 : "Specify route map\n"
510 : "name of route-map\n")
511 :
512 : DEFSH (VTYSH_BGPD, af_no_label_vpn_export_cmd_vtysh,
513 : "no label vpn export",
514 : "Negate a command or set its defaults\n"
515 : "label value for VRF\n"
516 : "Between current address-family and vpn\n"
517 : "For routes leaked from current address-family to vpn\n")
518 :
519 : DEFSH (VTYSH_BGPD, af_no_rd_vpn_export_cmd_vtysh,
520 : "no rd vpn export",
521 : "Negate a command or set its defaults\n"
522 : "Specify route distinguisher\n"
523 : "Between current address-family and vpn\n"
524 : "For routes leaked from current address-family to vpn\n")
525 :
526 : DEFSH (VTYSH_BGPD, af_no_route_map_vpn_imexport_cmd_vtysh,
527 : "no route-map vpn <import|export>$direction_str",
528 : "Negate a command or set its defaults\n"
529 : "Specify route map\n"
530 : "Between current address-family and vpn\n"
531 : "For routes leaked from vpn to current address-family\n"
532 : "For routes leaked from current address-family to vpn\n")
533 :
534 : DEFSH (VTYSH_BGPD, af_no_rt_vpn_imexport_cmd_vtysh,
535 : "no <rt|route-target> vpn <import|export|both>$direction_str",
536 : "Negate a command or set its defaults\n"
537 : "Specify route target list\n"
538 : "Specify route target list\n"
539 : "Between current address-family and vpn\n"
540 : "For routes leaked from vpn to current address-family\n"
541 : "For routes leaked from current address-family to vpn\n"
542 : "both import and export\n")
543 :
544 : DEFSH (VTYSH_BGPD, af_rd_vpn_export_cmd_vtysh,
545 : "[no] rd vpn export ASN:NN_OR_IP-ADDRESS:NN$rd_str",
546 : "Negate a command or set its defaults\n"
547 : "Specify route distinguisher\n"
548 : "Between current address-family and vpn\n"
549 : "For routes leaked from current address-family to vpn\n"
550 : "Route Distinguisher (<as-number>:<number> | <ip-address>:<number>)\n")
551 :
552 : DEFSH (VTYSH_BGPD, af_route_map_vpn_imexport_cmd_vtysh,
553 : "[no] route-map vpn <import|export>$direction_str RMAP$rmap_str",
554 : "Negate a command or set its defaults\n"
555 : "Specify route map\n"
556 : "Between current address-family and vpn\n"
557 : "For routes leaked from vpn to current address-family\n"
558 : "For routes leaked from current address-family to vpn\n"
559 : "name of route-map\n")
560 :
561 : DEFSH (VTYSH_BGPD, af_routetarget_import_cmd_vtysh,
562 : "[no] <rt|route-target|route-target6|rt6> redirect import RTLIST...",
563 : "Negate a command or set its defaults\n"
564 : "Specify route target list\n"
565 : "Specify route target list\n"
566 : "Specify route target list\n"
567 : "Specify route target list\n"
568 : "Flow-spec redirect type route target\n"
569 : "Import routes to this address-family\n"
570 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN|IPV6:MN)\n")
571 :
572 : DEFSH (VTYSH_BGPD, af_rt_vpn_imexport_cmd_vtysh,
573 : "[no] <rt|route-target> vpn <import|export|both>$direction_str RTLIST...",
574 : "Negate a command or set its defaults\n"
575 : "Specify route target list\n"
576 : "Specify route target list\n"
577 : "Between current address-family and vpn\n"
578 : "For routes leaked from vpn to current address-family: match any\n"
579 : "For routes leaked from current address-family to vpn: set\n"
580 : "both import: match any and export: set\n"
581 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
582 :
583 : DEFSH (VTYSH_BGPD, af_sid_vpn_export_cmd_vtysh,
584 : "[no] sid vpn export <(1-1048575)$sid_idx|auto$sid_auto>",
585 : "Negate a command or set its defaults\n"
586 : "sid value for VRF\n"
587 : "Between current address-family and vpn\n"
588 : "For routes leaked from current address-family to vpn\n"
589 : "Sid allocation index\n"
590 : "Automatically assign a label\n")
591 :
592 : DEFSH (VTYSH_BGPD|VTYSH_ISISD|VTYSH_OSPF6D|VTYSH_OSPFD|VTYSH_RIPD|VTYSH_ZEBRA, agentx_enable_cmd_vtysh,
593 : "agentx",
594 : "SNMP AgentX protocol settings\n")
595 :
596 : DEFSH (VTYSH_BGPD, aggregate_addressv4_cmd_vtysh,
597 : "[no] aggregate-address <A.B.C.D/M$prefix|A.B.C.D$addr A.B.C.D$mask> [{as-set$as_set_s|summary-only$summary_only|route-map RMAP_NAME$rmap_name|origin <egp|igp|incomplete>$origin_s|matching-MED-only$match_med|suppress-map RMAP_NAME$suppress_map}]",
598 : "Negate a command or set its defaults\n"
599 : "Configure BGP aggregate entries\n"
600 : "Aggregate prefix\n"
601 : "Aggregate address\n"
602 : "Aggregate mask\n"
603 : "Generate AS set path information\n"
604 : "Filter more specific routes from updates\n"
605 : "Apply route map to aggregate network\n"
606 : "Route map name\n"
607 : "BGP origin code\n"
608 : "Remote EGP\n"
609 : "Local IGP\n"
610 : "Unknown heritage\n"
611 : "Only aggregate routes with matching MED\n"
612 : "Suppress the selected more specific routes\n"
613 : "Route map with the route selectors\n")
614 :
615 : DEFSH (VTYSH_BGPD, aggregate_addressv6_cmd_vtysh,
616 : "[no] aggregate-address X:X::X:X/M$prefix [{as-set$as_set_s|summary-only$summary_only|route-map RMAP_NAME$rmap_name|origin <egp|igp|incomplete>$origin_s|matching-MED-only$match_med|suppress-map RMAP_NAME$suppress_map}]",
617 : "Negate a command or set its defaults\n"
618 : "Configure BGP aggregate entries\n"
619 : "Aggregate prefix\n"
620 : "Generate AS set path information\n"
621 : "Filter more specific routes from updates\n"
622 : "Apply route map to aggregate network\n"
623 : "Route map name\n"
624 : "BGP origin code\n"
625 : "Remote EGP\n"
626 : "Local IGP\n"
627 : "Unknown heritage\n"
628 : "Only aggregate routes with matching MED\n"
629 : "Suppress the selected more specific routes\n"
630 : "Route map with the route selectors\n")
631 :
632 : DEFSH (VTYSH_ZEBRA, allow_external_route_update_cmd_vtysh,
633 : "allow-external-route-update",
634 : "Allow FRR routes to be overwritten by external processes\n")
635 :
636 : DEFSH (VTYSH_OSPF6D, area_export_list_cmd_vtysh,
637 : "area <A.B.C.D|(0-4294967295)> export-list ACCESSLIST6_NAME",
638 : "OSPF6 area parameters\n"
639 : "OSPF6 area ID in IP address format\n"
640 : "OSPF6 area ID as a decimal value\n"
641 : "Set the filter for networks announced to other areas\n"
642 : "Name of the access-list\n")
643 :
644 : DEFSH (VTYSH_OSPF6D, area_filter_list_cmd_vtysh,
645 : "area <A.B.C.D|(0-4294967295)> filter-list prefix PREFIXLIST_NAME <in|out>",
646 : "OSPF6 area parameters\n"
647 : "OSPF6 area ID in IP address format\n"
648 : "OSPF6 area ID as a decimal value\n"
649 : "Filter networks between OSPF6 areas\n"
650 : "Filter prefixes between OSPF6 areas\n"
651 : "Name of an IPv6 prefix-list\n"
652 : "Filter networks sent to this area\n"
653 : "Filter networks sent from this area\n")
654 :
655 : DEFSH (VTYSH_OSPF6D, area_import_list_cmd_vtysh,
656 : "area <A.B.C.D|(0-4294967295)> import-list ACCESSLIST6_NAME",
657 : "OSPF6 area parameters\n"
658 : "OSPF6 area ID in IP address format\n"
659 : "OSPF6 area ID as a decimal value\n"
660 : "Set the filter for networks from other areas announced to the specified one\n"
661 : "Name of the access-list\n")
662 :
663 : DEFSH (VTYSH_ISISD, area_lsp_mtu_cmd_vtysh,
664 : "lsp-mtu (128-4352)$val",
665 : "Configure the maximum size of generated LSPs\n"
666 : "Maximum size of generated LSPs\n")
667 :
668 : DEFSH (VTYSH_OSPF6D, area_nssa_range_cmd_vtysh,
669 : "area <A.B.C.D|(0-4294967295)>$area nssa range X:X::X:X/M$prefix [<not-advertise$not_adv|cost (0-16777215)$cost>]",
670 : "OSPF6 area parameters\n"
671 : "OSPF6 area ID in IP address format\n"
672 : "OSPF6 area ID as a decimal value\n"
673 : "Configure OSPF6 area as nssa\n"
674 : "Configured address range\n"
675 : "Specify IPv6 prefix\n"
676 : "Do not advertise\n"
677 : "User specified metric for this range\n"
678 : "Advertised metric for this range\n")
679 :
680 : DEFSH (VTYSH_ISISD, area_passwd_cmd_vtysh,
681 : "area-password <clear|md5>$pwd_type WORD$pwd [authenticate snp <send-only|validate>$snp]",
682 : "Configure the authentication password for an area\n"
683 : "Clear-text authentication type\n"
684 : "MD5 authentication type\n"
685 : "Level-wide password\n"
686 : "Authentication\n"
687 : "SNP PDUs\n"
688 : "Send but do not check PDUs on receiving\n"
689 : "Send and check PDUs on receiving\n")
690 :
691 : DEFSH (VTYSH_ISISD, area_purge_originator_cmd_vtysh,
692 : "[no] purge-originator",
693 : "Negate a command or set its defaults\n"
694 : "Use the RFC 6232 purge-originator\n")
695 :
696 : DEFSH (VTYSH_OSPF6D, area_range_cmd_vtysh,
697 : "area <A.B.C.D|(0-4294967295)> range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]",
698 : "OSPF6 area parameters\n"
699 : "OSPF6 area ID in IP address format\n"
700 : "OSPF6 area ID as a decimal value\n"
701 : "Configured address range\n"
702 : "Specify IPv6 prefix\n"
703 : "Advertise\n"
704 : "Do not advertise\n"
705 : "User specified metric for this range\n"
706 : "Advertised metric for this range\n")
707 :
708 : DEFSH (VTYSH_ISISD, attached_bit_receive_ignore_cmd_vtysh,
709 : "[no] attached-bit receive ignore",
710 : "Reset attached bit\n"
711 : "Set attach bit for inter-area traffic\n"
712 : "If LSP received with attached bit set, create default route to neighbor\n"
713 : "Do not process attached bit\n")
714 :
715 : DEFSH (VTYSH_ISISD, attached_bit_send_cmd_vtysh,
716 : "[no] attached-bit send",
717 : "Reset attached bit\n"
718 : "Set attached bit for inter-area traffic\n"
719 : "Set attached bit in LSP sent to L1 router\n")
720 :
721 : DEFSH (VTYSH_OSPF6D, auto_cost_reference_bandwidth_cmd_vtysh,
722 : "auto-cost reference-bandwidth (1-4294967)",
723 : "Calculate OSPF interface cost according to bandwidth\n"
724 : "Use reference bandwidth method to assign OSPF cost\n"
725 : "The reference bandwidth in terms of Mbits per second\n")
726 :
727 : DEFSH (VTYSH_BABELD, babel_distribute_list_cmd_vtysh,
728 : "distribute-list [prefix] ACCESSLIST4_NAME <in|out> [WORD]",
729 : "Filter networks in routing updates\n"
730 : "Specify a prefix\n"
731 : "Access-list name\n"
732 : "Filter incoming routing updates\n"
733 : "Filter outgoing routing updates\n"
734 : "Interface name\n")
735 :
736 : DEFSH (VTYSH_BABELD, babel_diversity_cmd_vtysh,
737 : "babel diversity",
738 : "Babel commands\n"
739 : "Enable diversity-aware routing.\n")
740 :
741 : DEFSH (VTYSH_BABELD, babel_diversity_factor_cmd_vtysh,
742 : "[no] babel diversity-factor (1-256)$factor",
743 : "Negate a command or set its defaults\n"
744 : "Babel commands\n"
745 : "Set the diversity factor.\n"
746 : "Factor in units of 1/256.\n")
747 :
748 : DEFSH (VTYSH_BABELD, babel_ipv6_distribute_list_cmd_vtysh,
749 : "ipv6 distribute-list [prefix] ACCESSLIST6_NAME <in|out> [WORD]",
750 : "IPv6\n"
751 : "Filter networks in routing updates\n"
752 : "Specify a prefix\n"
753 : "Access-list name\n"
754 : "Filter incoming routing updates\n"
755 : "Filter outgoing routing updates\n"
756 : "Interface name\n")
757 :
758 : DEFSH (VTYSH_BABELD, babel_network_cmd_vtysh,
759 : "network IF_OR_ADDR",
760 : "Enable Babel protocol on specified interface or network.\n"
761 : "Interface or address\n")
762 :
763 : DEFSH (VTYSH_BABELD, babel_no_distribute_list_cmd_vtysh,
764 : "no distribute-list [prefix] ACCESSLIST4_NAME <in|out> [WORD]",
765 : "Negate a command or set its defaults\n"
766 : "Filter networks in routing updates\n"
767 : "Specify a prefix\n"
768 : "Access-list name\n"
769 : "Filter incoming routing updates\n"
770 : "Filter outgoing routing updates\n"
771 : "Interface name\n")
772 :
773 : DEFSH (VTYSH_BABELD, babel_no_ipv6_distribute_list_cmd_vtysh,
774 : "no ipv6 distribute-list [prefix] ACCESSLIST6_NAME <in|out> [WORD]",
775 : "Negate a command or set its defaults\n"
776 : "IPv6\n"
777 : "Filter networks in routing updates\n"
778 : "Specify a prefix\n"
779 : "Access-list name\n"
780 : "Filter incoming routing updates\n"
781 : "Filter outgoing routing updates\n"
782 : "Interface name\n")
783 :
784 : DEFSH (VTYSH_BABELD, babel_redistribute_type_cmd_vtysh,
785 : "[no] redistribute <ipv4 <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|sharp|openfabric>|ipv6 <kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|sharp|openfabric>>",
786 : "Negate a command or set its defaults\n"
787 : "Redistribute\n"
788 : "Redistribute IPv4 routes\n"
789 : "Kernel routes (not installed via the zebra RIB)\n"
790 : "Connected routes (directly attached subnet or host)\n"
791 : "Statically configured routes\n"
792 : "Routing Information Protocol (RIP)\n"
793 : "Open Shortest Path First (OSPFv2)\n"
794 : "Intermediate System to Intermediate System (IS-IS)\n"
795 : "Border Gateway Protocol (BGP)\n"
796 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
797 : "Next Hop Resolution Protocol (NHRP)\n"
798 : "Non-main Kernel Routing Table\n"
799 : "Virtual Network Control (VNC)\n"
800 : "Super Happy Advanced Routing Protocol (sharpd)\n"
801 : "OpenFabric Routing Protocol\n"
802 : "Redistribute IPv6 routes\n"
803 : "Kernel routes (not installed via the zebra RIB)\n"
804 : "Connected routes (directly attached subnet or host)\n"
805 : "Statically configured routes\n"
806 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
807 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
808 : "Intermediate System to Intermediate System (IS-IS)\n"
809 : "Border Gateway Protocol (BGP)\n"
810 : "Next Hop Resolution Protocol (NHRP)\n"
811 : "Non-main Kernel Routing Table\n"
812 : "Virtual Network Control (VNC)\n"
813 : "Super Happy Advanced Routing Protocol (sharpd)\n"
814 : "OpenFabric Routing Protocol\n")
815 :
816 : DEFSH (VTYSH_BABELD, babel_set_channel_cmd_vtysh,
817 : "[no] babel channel <(1-254)$ch|interfering$interfering|noninterfering$noninterfering>",
818 : "Negate a command or set its defaults\n"
819 : "Babel interface commands\n"
820 : "Channel number for diversity routing\n"
821 : "Number\n"
822 : "Mark channel as interfering\n"
823 : "Mark channel as noninterfering\n")
824 :
825 : DEFSH (VTYSH_BABELD, babel_set_enable_timestamps_cmd_vtysh,
826 : "[no] babel enable-timestamps",
827 : "Negate a command or set its defaults\n"
828 : "Babel interface commands\n"
829 : "Enable timestamps\n")
830 :
831 : DEFSH (VTYSH_BABELD, babel_set_hello_interval_cmd_vtysh,
832 : "[no] babel hello-interval (20-655340)",
833 : "Negate a command or set its defaults\n"
834 : "Babel interface commands\n"
835 : "Time between scheduled hellos\n"
836 : "Milliseconds\n")
837 :
838 : DEFSH (VTYSH_BABELD, babel_set_max_rtt_penalty_cmd_vtysh,
839 : "[no] babel max-rtt-penalty (0-65535)",
840 : "Negate a command or set its defaults\n"
841 : "Babel interface commands\n"
842 : "Maximum additional cost due to RTT\n"
843 : "Milliseconds\n")
844 :
845 : DEFSH (VTYSH_BABELD, babel_set_resend_delay_cmd_vtysh,
846 : "[no] babel resend-delay (20-655340)$delay",
847 : "Negate a command or set its defaults\n"
848 : "Babel commands\n"
849 : "Time before resending a message\n"
850 : "Milliseconds\n")
851 :
852 : DEFSH (VTYSH_BABELD, babel_set_rtt_decay_cmd_vtysh,
853 : "[no] babel rtt-decay (1-256)",
854 : "Negate a command or set its defaults\n"
855 : "Babel interface commands\n"
856 : "Decay factor for exponential moving average of RTT samples\n"
857 : "Units of 1/256\n")
858 :
859 : DEFSH (VTYSH_BABELD, babel_set_rtt_max_cmd_vtysh,
860 : "[no] babel rtt-max (1-65535)",
861 : "Negate a command or set its defaults\n"
862 : "Babel interface commands\n"
863 : "Maximum RTT\n"
864 : "Milliseconds\n")
865 :
866 : DEFSH (VTYSH_BABELD, babel_set_rtt_min_cmd_vtysh,
867 : "[no] babel rtt-min (1-65535)",
868 : "Negate a command or set its defaults\n"
869 : "Babel interface commands\n"
870 : "Minimum RTT starting for increasing cost\n"
871 : "Milliseconds\n")
872 :
873 : DEFSH (VTYSH_BABELD, babel_set_rxcost_cmd_vtysh,
874 : "[no] babel rxcost (1-65534)",
875 : "Negate a command or set its defaults\n"
876 : "Babel interface commands\n"
877 : "Rxcost multiplier\n"
878 : "Units\n")
879 :
880 : DEFSH (VTYSH_BABELD, babel_set_smoothing_half_life_cmd_vtysh,
881 : "[no] babel smoothing-half-life (0-65534)$seconds",
882 : "Negate a command or set its defaults\n"
883 : "Babel commands\n"
884 : "Smoothing half-life\n"
885 : "Seconds (0 to disable)\n")
886 :
887 : DEFSH (VTYSH_BABELD, babel_set_update_interval_cmd_vtysh,
888 : "[no] babel update-interval (20-655340)",
889 : "Negate a command or set its defaults\n"
890 : "Babel interface commands\n"
891 : "Time between scheduled updates\n"
892 : "Milliseconds\n")
893 :
894 : DEFSH (VTYSH_BABELD, babel_set_wired_cmd_vtysh,
895 : "[no] babel wired",
896 : "Negate a command or set its defaults\n"
897 : "Babel interface commands\n"
898 : "Enable wired optimizations\n")
899 :
900 : DEFSH (VTYSH_BABELD, babel_set_wireless_cmd_vtysh,
901 : "[no] babel wireless",
902 : "Negate a command or set its defaults\n"
903 : "Babel interface commands\n"
904 : "Disable wired optimizations (assume wireless)\n")
905 :
906 : DEFSH (VTYSH_BABELD, babel_split_horizon_cmd_vtysh,
907 : "[no] babel split-horizon",
908 : "Negate a command or set its defaults\n"
909 : "Babel interface commands\n"
910 : "Enable split horizon processing\n")
911 :
912 : DEFSH_HIDDEN (VTYSH_ZEBRA, backup_nexthop_recursive_use_enable_cmd_vtysh,
913 : "[no] zebra nexthop resolve-via-backup",
914 : "Negate a command or set its defaults\n"
915 : "Zebra information\n"
916 : "Nexthop configuration \n"
917 : "Configure use of backup nexthops in recursive resolution\n")
918 :
919 : DEFSH (VTYSH_ZEBRA, bandwidth_if_cmd_vtysh,
920 : "bandwidth (1-100000)",
921 : "Set bandwidth informational parameter\n"
922 : "Bandwidth in megabits\n")
923 :
924 : DEFSH (VTYSH_BFDD, bfd_clear_peer_counters_cmd_vtysh,
925 : "clear bfd [vrf <NAME$vrfname>] peer <WORD$label|<A.B.C.D|X:X::X:X>$peer [{multihop|local-address <A.B.C.D|X:X::X:X>$local|interface IFNAME$ifname}]> counters",
926 : "Show running system information\n"
927 : "Bidirection Forwarding Detection\n"
928 : "Specify the VRF\n"
929 : "The VRF name\n"
930 : "BFD peers status\n"
931 : "Peer label\n"
932 : "IPv4 peer address\n"
933 : "IPv6 peer address\n"
934 : "Configure multihop\n"
935 : "Configure local address\n"
936 : "IPv4 local address\n"
937 : "IPv6 local address\n"
938 : "Interface information\n"
939 : "Configure local interface name to use\n"
940 : "clear BFD peer counters information\n")
941 :
942 : DEFSH (VTYSH_BFDD, bfd_config_reset_cmd_vtysh,
943 : "no bfd",
944 : "Negate a command or set its defaults\n"
945 : "Configure BFD peers\n")
946 :
947 : DEFSH (VTYSH_BFDD, bfd_debug_distributed_cmd_vtysh,
948 : "[no] debug bfd distributed",
949 : "Negate a command or set its defaults\n"
950 : "Debugging functions\n"
951 : "Bidirection Forwarding Detection\n"
952 : "BFD data plane (distributed BFD) debugging\n")
953 :
954 : DEFSH (VTYSH_BFDD, bfd_debug_network_cmd_vtysh,
955 : "[no] debug bfd network",
956 : "Negate a command or set its defaults\n"
957 : "Debugging functions\n"
958 : "Bidirection Forwarding Detection\n"
959 : "Network layer debugging\n")
960 :
961 : DEFSH (VTYSH_BFDD, bfd_debug_peer_cmd_vtysh,
962 : "[no] debug bfd peer",
963 : "Negate a command or set its defaults\n"
964 : "Debugging functions\n"
965 : "Bidirection Forwarding Detection\n"
966 : "Peer events debugging\n")
967 :
968 : DEFSH (VTYSH_BFDD, bfd_debug_zebra_cmd_vtysh,
969 : "[no] debug bfd zebra",
970 : "Negate a command or set its defaults\n"
971 : "Debugging functions\n"
972 : "Bidirection Forwarding Detection\n"
973 : "Zebra events debugging\n")
974 :
975 : DEFSH (VTYSH_BFDD, bfd_no_peer_cmd_vtysh,
976 : "no peer <A.B.C.D|X:X::X:X> [{multihop$multihop|local-address <A.B.C.D|X:X::X:X>|interface IFNAME$ifname|vrf NAME}]",
977 : "Negate a command or set its defaults\n"
978 : "Configure peer\n"
979 : "IPv4 peer address\n"
980 : "IPv6 peer address\n"
981 : "Configure multihop\n"
982 : "Configure local address\n"
983 : "IPv4 local address\n"
984 : "IPv6 local address\n"
985 : "Interface information\n"
986 : "Configure local interface name to use\n"
987 : "Configure VRF\n"
988 : "Configure VRF name\n")
989 :
990 : DEFSH (VTYSH_BFDD, bfd_peer_echo_cmd_vtysh,
991 : "[no] echo-mode",
992 : "Negate a command or set its defaults\n"
993 : "Configure echo mode\n")
994 :
995 : DEFSH (VTYSH_BFDD, bfd_peer_echo_interval_cmd_vtysh,
996 : "echo-interval (10-60000)$interval",
997 : "Configure peer echo intervals\n"
998 : "Configure peer echo rx/tx intervals value in milliseconds\n")
999 :
1000 : DEFSH (VTYSH_BFDD, bfd_peer_echo_receive_interval_cmd_vtysh,
1001 : "echo receive-interval <disabled$disabled|(10-60000)$interval>",
1002 : "Configure peer echo intervals\n"
1003 : "Configure required receive interval\n"
1004 : "Disable echo packets receive\n"
1005 : "Configure interval value in milliseconds\n")
1006 :
1007 : DEFSH (VTYSH_BFDD, bfd_peer_echo_transmit_interval_cmd_vtysh,
1008 : "echo transmit-interval (10-60000)$interval",
1009 : "Configure peer echo intervals\n"
1010 : "Configure desired transmit interval\n"
1011 : "Configure interval value in milliseconds\n")
1012 :
1013 : DEFSH (VTYSH_BFDD, bfd_peer_minimum_ttl_cmd_vtysh,
1014 : "[no] minimum-ttl (1-254)$ttl",
1015 : "Negate a command or set its defaults\n"
1016 : "Expect packets with at least this TTL\n"
1017 : "Minimum TTL expected\n")
1018 :
1019 : DEFSH (VTYSH_BFDD, bfd_peer_mult_cmd_vtysh,
1020 : "detect-multiplier (2-255)$multiplier",
1021 : "Configure peer detection multiplier\n"
1022 : "Configure peer detection multiplier value\n")
1023 :
1024 : DEFSH (VTYSH_BFDD, bfd_peer_passive_cmd_vtysh,
1025 : "[no] passive-mode",
1026 : "Negate a command or set its defaults\n"
1027 : "Don't attempt to start sessions\n")
1028 :
1029 : DEFSH (VTYSH_BFDD, bfd_peer_profile_cmd_vtysh,
1030 : "[no] profile BFDPROF$pname",
1031 : "Negate a command or set its defaults\n"
1032 : "Use BFD profile settings\n"
1033 : "BFD profile name.\n")
1034 :
1035 : DEFSH (VTYSH_BFDD, bfd_peer_rx_cmd_vtysh,
1036 : "receive-interval (10-60000)$interval",
1037 : "Configure peer receive interval\n"
1038 : "Configure peer receive interval value in milliseconds\n")
1039 :
1040 : DEFSH (VTYSH_BFDD, bfd_peer_shutdown_cmd_vtysh,
1041 : "[no] shutdown",
1042 : "Negate a command or set its defaults\n"
1043 : "Disable BFD peer\n")
1044 :
1045 : DEFSH (VTYSH_BFDD, bfd_peer_tx_cmd_vtysh,
1046 : "transmit-interval (10-60000)$interval",
1047 : "Configure peer transmit interval\n"
1048 : "Configure peer transmit interval value in milliseconds\n")
1049 :
1050 : DEFSH (VTYSH_BFDD, bfd_profile_echo_cmd_vtysh,
1051 : "[no] echo-mode",
1052 : "Negate a command or set its defaults\n"
1053 : "Configure echo mode\n")
1054 :
1055 : DEFSH (VTYSH_BFDD, bfd_profile_echo_interval_cmd_vtysh,
1056 : "echo-interval (10-60000)$interval",
1057 : "Configure peer echo interval\n"
1058 : "Configure peer echo interval value in milliseconds\n")
1059 :
1060 : DEFSH (VTYSH_BFDD, bfd_profile_echo_receive_interval_cmd_vtysh,
1061 : "echo receive-interval <disabled$disabled|(10-60000)$interval>",
1062 : "Configure peer echo intervals\n"
1063 : "Configure required receive interval\n"
1064 : "Disable echo packets receive\n"
1065 : "Configure interval value in milliseconds\n")
1066 :
1067 : DEFSH (VTYSH_BFDD, bfd_profile_echo_transmit_interval_cmd_vtysh,
1068 : "echo transmit-interval (10-60000)$interval",
1069 : "Configure peer echo intervals\n"
1070 : "Configure desired transmit interval\n"
1071 : "Configure interval value in milliseconds\n")
1072 :
1073 : DEFSH (VTYSH_BFDD, bfd_profile_minimum_ttl_cmd_vtysh,
1074 : "[no] minimum-ttl (1-254)$ttl",
1075 : "Negate a command or set its defaults\n"
1076 : "Expect packets with at least this TTL\n"
1077 : "Minimum TTL expected\n")
1078 :
1079 : DEFSH (VTYSH_BFDD, bfd_profile_mult_cmd_vtysh,
1080 : "detect-multiplier (2-255)$multiplier",
1081 : "Configure peer detection multiplier\n"
1082 : "Configure peer detection multiplier value\n")
1083 :
1084 : DEFSH (VTYSH_BFDD, bfd_profile_passive_cmd_vtysh,
1085 : "[no] passive-mode",
1086 : "Negate a command or set its defaults\n"
1087 : "Don't attempt to start sessions\n")
1088 :
1089 : DEFSH (VTYSH_BFDD, bfd_profile_rx_cmd_vtysh,
1090 : "receive-interval (10-60000)$interval",
1091 : "Configure peer receive interval\n"
1092 : "Configure peer receive interval value in milliseconds\n")
1093 :
1094 : DEFSH (VTYSH_BFDD, bfd_profile_shutdown_cmd_vtysh,
1095 : "[no] shutdown",
1096 : "Negate a command or set its defaults\n"
1097 : "Disable BFD peer\n")
1098 :
1099 : DEFSH (VTYSH_BFDD, bfd_profile_tx_cmd_vtysh,
1100 : "transmit-interval (10-60000)$interval",
1101 : "Configure peer transmit interval\n"
1102 : "Configure peer transmit interval value in milliseconds\n")
1103 :
1104 : DEFSH (VTYSH_BFDD, bfd_show_peer_cmd_vtysh,
1105 : "show bfd [vrf NAME$vrf_name] peer <WORD$label|<A.B.C.D|X:X::X:X>$peer [{multihop|local-address <A.B.C.D|X:X::X:X>$local|interface IFNAME$ifname}]> [json]",
1106 : "Show running system information\n"
1107 : "Bidirection Forwarding Detection\n"
1108 : "Specify the VRF\n"
1109 : "The VRF name\n"
1110 : "BFD peers status\n"
1111 : "Peer label\n"
1112 : "IPv4 peer address\n"
1113 : "IPv6 peer address\n"
1114 : "Configure multihop\n"
1115 : "Configure local address\n"
1116 : "IPv4 local address\n"
1117 : "IPv6 local address\n"
1118 : "Interface information\n"
1119 : "Configure local interface name to use\n"
1120 : "JavaScript Object Notation\n")
1121 :
1122 : DEFSH (VTYSH_BFDD, bfd_show_peer_counters_cmd_vtysh,
1123 : "show bfd [vrf NAME$vrf_name] peer <WORD$label|<A.B.C.D|X:X::X:X>$peer [{multihop|local-address <A.B.C.D|X:X::X:X>$local|interface IFNAME$ifname}]> counters [json]",
1124 : "Show running system information\n"
1125 : "Bidirection Forwarding Detection\n"
1126 : "Specify the VRF\n"
1127 : "The VRF name\n"
1128 : "BFD peers status\n"
1129 : "Peer label\n"
1130 : "IPv4 peer address\n"
1131 : "IPv6 peer address\n"
1132 : "Configure multihop\n"
1133 : "Configure local address\n"
1134 : "IPv4 local address\n"
1135 : "IPv6 local address\n"
1136 : "Interface information\n"
1137 : "Configure local interface name to use\n"
1138 : "Show BFD peer counters information\n"
1139 : "JavaScript Object Notation\n")
1140 :
1141 : DEFSH (VTYSH_BFDD, bfd_show_peers_brief_cmd_vtysh,
1142 : "show bfd [vrf <NAME$vrfname>] peers brief [json]",
1143 : "Show running system information\n"
1144 : "Bidirection Forwarding Detection\n"
1145 : "Specify the VRF\n"
1146 : "The VRF name\n"
1147 : "BFD peers status\n"
1148 : "Show BFD peer information in tabular form\n"
1149 : "JavaScript Object Notation\n")
1150 :
1151 : DEFSH (VTYSH_BFDD, bfd_show_peers_cmd_vtysh,
1152 : "show bfd [vrf NAME] peers [json]",
1153 : "Show running system information\n"
1154 : "Bidirection Forwarding Detection\n"
1155 : "Specify the VRF\n"
1156 : "The VRF name\n"
1157 : "BFD peers status\n"
1158 : "JavaScript Object Notation\n")
1159 :
1160 : DEFSH (VTYSH_BFDD, bfd_show_peers_counters_cmd_vtysh,
1161 : "show bfd [vrf NAME] peers counters [json]",
1162 : "Show running system information\n"
1163 : "Bidirection Forwarding Detection\n"
1164 : "Specify the VRF\n"
1165 : "The VRF name\n"
1166 : "BFD peers status\n"
1167 : "Show BFD peer counters information\n"
1168 : "JavaScript Object Notation\n")
1169 :
1170 : DEFSH (VTYSH_BGPD, bgp_administrative_reset_cmd_vtysh,
1171 : "[no$no] bgp hard-administrative-reset",
1172 : "Negate a command or set its defaults\n"
1173 : "BGP information\n"
1174 : "Send Hard Reset CEASE Notification for 'Administrative Reset'\n")
1175 :
1176 : DEFSH (VTYSH_BGPD, bgp_allow_martian_cmd_vtysh,
1177 : "[no]$no bgp allow-martian-nexthop",
1178 : "Negate a command or set its defaults\n"
1179 : "BGP information\n"
1180 : "Allow Martian nexthops to be received in the NLRI from a peer\n")
1181 :
1182 : DEFSH (VTYSH_BGPD, bgp_always_compare_med_cmd_vtysh,
1183 : "bgp always-compare-med",
1184 : "BGP information\n"
1185 : "Allow comparing MED from different neighbors\n")
1186 :
1187 : DEFSH (VTYSH_BGPD, bgp_as_path_cmd_vtysh,
1188 : "bgp as-path access-list AS_PATH_FILTER_NAME [seq (0-4294967295)] <deny|permit> LINE...",
1189 : "BGP information\n"
1190 : "BGP autonomous system path filter\n"
1191 : "Specify an access list name\n"
1192 : "Regular expression access list name\n"
1193 : "Sequence number of an entry\n"
1194 : "Sequence number\n"
1195 : "Specify packets to reject\n"
1196 : "Specify packets to forward\n"
1197 : "A regular-expression (1234567890_^|[,{}() ]$*+.?-\\) to match the BGP AS paths\n")
1198 :
1199 : DEFSH (VTYSH_BGPD, bgp_bestpath_aigp_cmd_vtysh,
1200 : "[no$no] bgp bestpath aigp",
1201 : "Negate a command or set its defaults\n"
1202 : "BGP information\n"
1203 : "Change the default bestpath selection\n"
1204 : "Evaluate the AIGP attribute during the best path selection process\n")
1205 :
1206 : DEFSH (VTYSH_BGPD, bgp_bestpath_aspath_confed_cmd_vtysh,
1207 : "bgp bestpath as-path confed",
1208 : "BGP information\n"
1209 : "Change the default bestpath selection\n"
1210 : "AS-path attribute\n"
1211 : "Compare path lengths including confederation sets & sequences in selecting a route\n")
1212 :
1213 : DEFSH (VTYSH_BGPD, bgp_bestpath_aspath_ignore_cmd_vtysh,
1214 : "bgp bestpath as-path ignore",
1215 : "BGP information\n"
1216 : "Change the default bestpath selection\n"
1217 : "AS-path attribute\n"
1218 : "Ignore as-path length in selecting a route\n")
1219 :
1220 : DEFSH (VTYSH_BGPD, bgp_bestpath_aspath_multipath_relax_cmd_vtysh,
1221 : "bgp bestpath as-path multipath-relax [<as-set|no-as-set>]",
1222 : "BGP information\n"
1223 : "Change the default bestpath selection\n"
1224 : "AS-path attribute\n"
1225 : "Allow load sharing across routes that have different AS paths (but same length)\n"
1226 : "Generate an AS_SET\n"
1227 : "Do not generate an AS_SET\n")
1228 :
1229 : DEFSH (VTYSH_BGPD, bgp_bestpath_bw_cmd_vtysh,
1230 : "bgp bestpath bandwidth <ignore|skip-missing|default-weight-for-missing>$bw_cfg",
1231 : "BGP information\n"
1232 : "Change the default bestpath selection\n"
1233 : "Link Bandwidth attribute\n"
1234 : "Ignore link bandwidth (i.e., do regular ECMP, not weighted)\n"
1235 : "Ignore paths without link bandwidth for ECMP (if other paths have it)\n"
1236 : "Assign a low default weight (value 1) to paths not having link bandwidth\n")
1237 :
1238 : DEFSH (VTYSH_BGPD, bgp_bestpath_compare_router_id_cmd_vtysh,
1239 : "bgp bestpath compare-routerid",
1240 : "BGP information\n"
1241 : "Change the default bestpath selection\n"
1242 : "Compare router-id for identical EBGP paths\n")
1243 :
1244 : DEFSH (VTYSH_BGPD, bgp_bestpath_med_cmd_vtysh,
1245 : "bgp bestpath med <confed [missing-as-worst]|missing-as-worst [confed]>",
1246 : "BGP information\n"
1247 : "Change the default bestpath selection\n"
1248 : "MED attribute\n"
1249 : "Compare MED among confederation paths\n"
1250 : "Treat missing MED as the least preferred one\n"
1251 : "Treat missing MED as the least preferred one\n"
1252 : "Compare MED among confederation paths\n")
1253 :
1254 : DEFSH (VTYSH_BGPD, bgp_bestpath_peer_type_multipath_relax_cmd_vtysh,
1255 : "bgp bestpath peer-type multipath-relax",
1256 : "BGP information\n"
1257 : "Change the default bestpath selection\n"
1258 : "Peer type\n"
1259 : "Allow load sharing across routes learned from different peer types\n")
1260 :
1261 : DEFSH (VTYSH_BGPD, bgp_client_to_client_reflection_cmd_vtysh,
1262 : "bgp client-to-client reflection",
1263 : "BGP information\n"
1264 : "Configure client to client route reflection\n"
1265 : "reflection of routes allowed\n")
1266 :
1267 : DEFSH (VTYSH_BGPD, bgp_cluster_id_cmd_vtysh,
1268 : "bgp cluster-id <A.B.C.D|(1-4294967295)>",
1269 : "BGP information\n"
1270 : "Configure Route-Reflector Cluster-id\n"
1271 : "Route-Reflector Cluster-id in IP address format\n"
1272 : "Route-Reflector Cluster-id as 32 bit quantity\n")
1273 :
1274 : DEFSH (VTYSH_BGPD, bgp_coalesce_time_cmd_vtysh,
1275 : "coalesce-time (0-4294967295)",
1276 : "Subgroup coalesce timer\n"
1277 : "Subgroup coalesce timer value (in ms)\n")
1278 :
1279 : DEFSH (VTYSH_BGPD, bgp_community_alias_cmd_vtysh,
1280 : "[no$no] bgp community alias WORD$community ALIAS_NAME$alias_name",
1281 : "Negate a command or set its defaults\n"
1282 : "BGP information\n"
1283 : "Add community specific parameters\n"
1284 : "Create an alias for a community\n"
1285 : "Community (AA:BB or AA:BB:CC)\n"
1286 : "Alias name\n")
1287 :
1288 : DEFSH (VTYSH_BGPD, bgp_community_list_expanded_all_cmd_vtysh,
1289 : "bgp community-list <(100-500)|expanded COMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> AA:NN...",
1290 : "BGP information\n"
1291 : "Add a community list entry\n"
1292 : "Community list number (expanded)\n"
1293 : "Add an expanded community-list entry\n"
1294 : "Community list name\n"
1295 : "Sequence number of an entry\n"
1296 : "Sequence number\n"
1297 : "Specify community to reject\n"
1298 : "Specify community to accept\n"
1299 : "Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet|graceful-shutdown|accept-own-nexthop|accept-own|route-filter-translated-v4|route-filter-v4|route-filter-translated-v6|route-filter-v6|llgr-stale|no-llgr|blackhole|no-peer or additive\n")
1300 :
1301 : DEFSH (VTYSH_BGPD, bgp_community_list_standard_cmd_vtysh,
1302 : "bgp community-list <(1-99)|standard COMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> AA:NN...",
1303 : "BGP information\n"
1304 : "Add a community list entry\n"
1305 : "Community list number (standard)\n"
1306 : "Add an standard community-list entry\n"
1307 : "Community list name\n"
1308 : "Sequence number of an entry\n"
1309 : "Sequence number\n"
1310 : "Specify community to reject\n"
1311 : "Specify community to accept\n"
1312 : "Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet|graceful-shutdown|accept-own-nexthop|accept-own|route-filter-translated-v4|route-filter-v4|route-filter-translated-v6|route-filter-v6|llgr-stale|no-llgr|blackhole|no-peer or additive\n")
1313 :
1314 : DEFSH (VTYSH_BGPD, bgp_condadv_period_cmd_vtysh,
1315 : "[no$no] bgp conditional-advertisement timer (5-240)$period",
1316 : "Negate a command or set its defaults\n"
1317 : "BGP information\n"
1318 : "Conditional advertisement settings\n"
1319 : "Set period to rescan BGP table to check if condition is met\n"
1320 : "Period between BGP table scans, in seconds; default 60\n")
1321 :
1322 : DEFSH (VTYSH_BGPD, bgp_confederation_identifier_cmd_vtysh,
1323 : "bgp confederation identifier (1-4294967295)",
1324 : "BGP information\n"
1325 : "AS confederation parameters\n"
1326 : "AS number\n"
1327 : "Set routing domain confederation AS\n")
1328 :
1329 : DEFSH (VTYSH_BGPD, bgp_confederation_peers_cmd_vtysh,
1330 : "bgp confederation peers (1-4294967295)...",
1331 : "BGP information\n"
1332 : "AS confederation parameters\n"
1333 : "Peer ASs in BGP confederation\n"
1334 : "AS number\n")
1335 :
1336 : DEFSH (VTYSH_BGPD, bgp_damp_set_cmd_vtysh,
1337 : "bgp dampening [(1-45) [(1-20000) (1-50000) (1-255)]]",
1338 : "BGP Specific commands\n"
1339 : "Enable route-flap dampening\n"
1340 : "Half-life time for the penalty\n"
1341 : "Value to start reusing a route\n"
1342 : "Value to start suppressing a route\n"
1343 : "Maximum duration to suppress a stable route\n")
1344 :
1345 : DEFSH (VTYSH_BGPD, bgp_damp_unset_cmd_vtysh,
1346 : "no bgp dampening [(1-45) [(1-20000) (1-50000) (1-255)]]",
1347 : "Negate a command or set its defaults\n"
1348 : "BGP Specific commands\n"
1349 : "Enable route-flap dampening\n"
1350 : "Half-life time for the penalty\n"
1351 : "Value to start reusing a route\n"
1352 : "Value to start suppressing a route\n"
1353 : "Maximum duration to suppress a stable route\n")
1354 :
1355 : DEFSH (VTYSH_BGPD, bgp_default_afi_safi_cmd_vtysh,
1356 : "[no] bgp default <ipv4-unicast|ipv4-multicast|ipv4-vpn|ipv4-labeled-unicast|ipv4-flowspec|ipv6-unicast|ipv6-multicast|ipv6-vpn|ipv6-labeled-unicast|ipv6-flowspec|l2vpn-evpn>$afi_safi",
1357 : "Negate a command or set its defaults\n"
1358 : "BGP information\n"
1359 : "Configure BGP defaults\n"
1360 : "Activate ipv4-unicast for a peer by default\n"
1361 : "Activate ipv4-multicast for a peer by default\n"
1362 : "Activate ipv4-vpn for a peer by default\n"
1363 : "Activate ipv4-labeled-unicast for a peer by default\n"
1364 : "Activate ipv4-flowspec for a peer by default\n"
1365 : "Activate ipv6-unicast for a peer by default\n"
1366 : "Activate ipv6-multicast for a peer by default\n"
1367 : "Activate ipv6-vpn for a peer by default\n"
1368 : "Activate ipv6-labeled-unicast for a peer by default\n"
1369 : "Activate ipv6-flowspec for a peer by default\n"
1370 : "Activate l2vpn-evpn for a peer by default\n")
1371 :
1372 : DEFSH (VTYSH_BGPD, bgp_default_local_preference_cmd_vtysh,
1373 : "bgp default local-preference (0-4294967295)",
1374 : "BGP information\n"
1375 : "Configure BGP defaults\n"
1376 : "local preference (higher=more preferred)\n"
1377 : "Configure default local preference value\n")
1378 :
1379 : DEFSH (VTYSH_BGPD, bgp_default_show_hostname_cmd_vtysh,
1380 : "bgp default show-hostname",
1381 : "BGP information\n"
1382 : "Configure BGP defaults\n"
1383 : "Show hostname in certain command outputs\n")
1384 :
1385 : DEFSH (VTYSH_BGPD, bgp_default_show_nexthop_hostname_cmd_vtysh,
1386 : "bgp default show-nexthop-hostname",
1387 : "BGP information\n"
1388 : "Configure BGP defaults\n"
1389 : "Show hostname for nexthop in certain command outputs\n")
1390 :
1391 : DEFSH (VTYSH_BGPD, bgp_default_shutdown_cmd_vtysh,
1392 : "[no] bgp default shutdown",
1393 : "Negate a command or set its defaults\n"
1394 : "BGP information\n"
1395 : "Configure BGP defaults\n"
1396 : "Apply administrative shutdown to newly configured peers\n")
1397 :
1398 : DEFSH (VTYSH_BGPD, bgp_default_subgroup_pkt_queue_max_cmd_vtysh,
1399 : "bgp default subgroup-pkt-queue-max (20-100)",
1400 : "BGP information\n"
1401 : "Configure BGP defaults\n"
1402 : "subgroup-pkt-queue-max\n"
1403 : "Configure subgroup packet queue max\n")
1404 :
1405 : DEFSH (VTYSH_BGPD, bgp_deterministic_med_cmd_vtysh,
1406 : "bgp deterministic-med",
1407 : "BGP information\n"
1408 : "Pick the best-MED path among paths advertised from the neighboring AS\n")
1409 :
1410 : DEFSH (VTYSH_BGPD, bgp_disable_connected_route_check_cmd_vtysh,
1411 : "bgp disable-ebgp-connected-route-check",
1412 : "BGP information\n"
1413 : "Disable checking if nexthop is connected on ebgp sessions\n")
1414 :
1415 : DEFSH (VTYSH_BGPD, bgp_distance_cmd_vtysh,
1416 : "distance bgp (1-255) (1-255) (1-255)",
1417 : "Define an administrative distance\n"
1418 : "BGP distance\n"
1419 : "Distance for routes external to the AS\n"
1420 : "Distance for routes internal to the AS\n"
1421 : "Distance for local routes\n")
1422 :
1423 : DEFSH (VTYSH_BGPD, bgp_distance_source_access_list_cmd_vtysh,
1424 : "distance (1-255) A.B.C.D/M WORD",
1425 : "Define an administrative distance\n"
1426 : "Administrative distance\n"
1427 : "IP source prefix\n"
1428 : "Access list name\n")
1429 :
1430 : DEFSH (VTYSH_BGPD, bgp_distance_source_cmd_vtysh,
1431 : "distance (1-255) A.B.C.D/M",
1432 : "Define an administrative distance\n"
1433 : "Administrative distance\n"
1434 : "IP source prefix\n")
1435 :
1436 : DEFSH (VTYSH_BGPD, bgp_ebgp_requires_policy_cmd_vtysh,
1437 : "bgp ebgp-requires-policy",
1438 : "BGP information\n"
1439 : "Require in and out policy for eBGP peers (RFC8212)\n")
1440 :
1441 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_all_vni_cmd_vtysh,
1442 : "advertise-all-vni",
1443 : "Advertise All local VNIs\n")
1444 :
1445 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_autort_rfc8365_cmd_vtysh,
1446 : "autort rfc8365-compatible",
1447 : "Auto-derivation of RT\n"
1448 : "Auto-derivation of RT using RFC8365\n")
1449 :
1450 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_default_gw_cmd_vtysh,
1451 : "advertise-default-gw",
1452 : "Advertise All default g/w mac-ip routes in EVPN\n")
1453 :
1454 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_default_gw_vni_cmd_vtysh,
1455 : "advertise-default-gw",
1456 : "Advertise default g/w mac-ip routes in EVPN for a VNI\n")
1457 :
1458 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_pip_ip_mac_cmd_vtysh,
1459 : "[no$no] advertise-pip [ip <A.B.C.D> [mac <X:X:X:X:X:X|X:X:X:X:X:X/M>]]",
1460 : "Negate a command or set its defaults\n"
1461 : "evpn system primary IP\n"
1462 : "IP information\n"
1463 : "ip address\n"
1464 : "MAC address\n"
1465 : "MAC address\n"
1466 : "MAC address\n")
1467 :
1468 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_svi_ip_cmd_vtysh,
1469 : "[no$no] advertise-svi-ip",
1470 : "Negate a command or set its defaults\n"
1471 : "Advertise svi mac-ip routes in EVPN\n")
1472 :
1473 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_svi_ip_vni_cmd_vtysh,
1474 : "[no$no] advertise-svi-ip",
1475 : "Negate a command or set its defaults\n"
1476 : "Advertise svi mac-ip routes in EVPN for a VNI\n")
1477 :
1478 : DEFSH (VTYSH_BGPD, bgp_evpn_advertise_type5_cmd_vtysh,
1479 : "advertise <ipv4|ipv6><unicast|multicast|vpn> [gateway-ip] [route-map RMAP_NAME]",
1480 : "Advertise prefix routes\n"
1481 : "Address Family\n"
1482 : "Address Family\n"
1483 : "Address Family modifier\n"
1484 : "Address Family modifier\n"
1485 : "Address Family modifier\n"
1486 : "advertise gateway IP overlay index\n"
1487 : "route-map for filtering specific routes\n"
1488 : "Name of the route map\n")
1489 :
1490 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_evpn_advertise_vni_subnet_cmd_vtysh,
1491 : "advertise-subnet",
1492 : "Advertise the subnet corresponding to VNI\n")
1493 :
1494 : DEFSH (VTYSH_BGPD, bgp_evpn_default_originate_cmd_vtysh,
1495 : "default-originate <ipv4 | ipv6>",
1496 : "originate a default route\n"
1497 : "ipv4 address family\n"
1498 : "ipv6 address family\n")
1499 :
1500 : DEFSH (VTYSH_BGPD, bgp_evpn_ead_es_frag_evi_limit_cmd_vtysh,
1501 : "[no$no] ead-es-frag evi-limit (1-1000)$limit",
1502 : "Negate a command or set its defaults\n"
1503 : "EAD ES fragment config\n"
1504 : "EVIs per-fragment\n"
1505 : "limit\n")
1506 :
1507 : DEFSH (VTYSH_BGPD, bgp_evpn_ead_es_rt_cmd_vtysh,
1508 : "ead-es-route-target export RT",
1509 : "EAD ES Route Target\n"
1510 : "export\n"
1511 : "Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
1512 :
1513 : DEFSH (VTYSH_BGPD, bgp_evpn_ead_evi_rx_disable_cmd_vtysh,
1514 : "[no$no] disable-ead-evi-rx",
1515 : "Negate a command or set its defaults\n"
1516 : "Activate PE on EAD-ES even if EAD-EVI is not received\n")
1517 :
1518 : DEFSH (VTYSH_BGPD, bgp_evpn_ead_evi_tx_disable_cmd_vtysh,
1519 : "[no$no] disable-ead-evi-tx",
1520 : "Negate a command or set its defaults\n"
1521 : "Don't advertise EAD-EVI for local ESs\n")
1522 :
1523 : DEFSH (VTYSH_BGPD, bgp_evpn_enable_resolve_overlay_index_cmd_vtysh,
1524 : "[no$no] enable-resolve-overlay-index",
1525 : "Negate a command or set its defaults\n"
1526 : "Enable Recursive Resolution of type-5 route overlay index\n")
1527 :
1528 : DEFSH (VTYSH_BGPD, bgp_evpn_flood_control_cmd_vtysh,
1529 : "[no$no] flooding <disable$disable|head-end-replication$her>",
1530 : "Negate a command or set its defaults\n"
1531 : "Specify handling for BUM packets\n"
1532 : "Do not flood any BUM packets\n"
1533 : "Flood BUM packets using head-end replication\n")
1534 :
1535 : DEFSH (VTYSH_BGPD, bgp_evpn_use_es_l3nhg_cmd_vtysh,
1536 : "[no$no] use-es-l3nhg",
1537 : "Negate a command or set its defaults\n"
1538 : "use L3 nexthop group for host routes with ES destination\n")
1539 :
1540 : DEFSH (VTYSH_BGPD, bgp_evpn_vni_rd_cmd_vtysh,
1541 : "rd ASN:NN_OR_IP-ADDRESS:NN",
1542 : "Route Distinguisher\n"
1543 : "ASN:XX or A.B.C.D:XX\n")
1544 :
1545 : DEFSH (VTYSH_BGPD, bgp_evpn_vni_rt_cmd_vtysh,
1546 : "route-target <both|import|export> RT",
1547 : "Route Target\n"
1548 : "import and export\n"
1549 : "import\n"
1550 : "export\n"
1551 : "Route target (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
1552 :
1553 : DEFSH (VTYSH_BGPD, bgp_evpn_vrf_rd_cmd_vtysh,
1554 : "rd ASN:NN_OR_IP-ADDRESS:NN",
1555 : "Route Distinguisher\n"
1556 : "ASN:XX or A.B.C.D:XX\n")
1557 :
1558 : DEFSH (VTYSH_BGPD, bgp_evpn_vrf_rt_auto_cmd_vtysh,
1559 : "route-target <both|import|export>$type auto",
1560 : "Route Target\n"
1561 : "import and export\n"
1562 : "import\n"
1563 : "export\n"
1564 : "Automatically derive route target\n")
1565 :
1566 : DEFSH (VTYSH_BGPD, bgp_evpn_vrf_rt_cmd_vtysh,
1567 : "route-target <both|import|export> RTLIST...",
1568 : "Route Target\n"
1569 : "import and export\n"
1570 : "import\n"
1571 : "export\n"
1572 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN|*:OPQR|*:MN)\n")
1573 :
1574 : DEFSH (VTYSH_BGPD, bgp_extcommunity_list_name_expanded_cmd_vtysh,
1575 : "bgp extcommunity-list <(100-500)|expanded EXTCOMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> LINE...",
1576 : "BGP information\n"
1577 : "Add a extended community list entry\n"
1578 : "Extended Community list number (expanded)\n"
1579 : "Specify expanded extcommunity-list\n"
1580 : "Extended Community list name\n"
1581 : "Sequence number of an entry\n"
1582 : "Sequence number\n"
1583 : "Specify community to reject\n"
1584 : "Specify community to accept\n"
1585 : "An ordered list as a regular-expression\n")
1586 :
1587 : DEFSH (VTYSH_BGPD, bgp_extcommunity_list_standard_cmd_vtysh,
1588 : "bgp extcommunity-list <(1-99)|standard EXTCOMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> AA:NN...",
1589 : "BGP information\n"
1590 : "Add a extended community list entry\n"
1591 : "Extended Community list number (standard)\n"
1592 : "Specify standard extcommunity-list\n"
1593 : "Community list name\n"
1594 : "Sequence number of an entry\n"
1595 : "Sequence number\n"
1596 : "Specify community to reject\n"
1597 : "Specify community to accept\n"
1598 : "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
1599 :
1600 : DEFSH (VTYSH_BGPD, bgp_fast_convergence_cmd_vtysh,
1601 : "bgp fast-convergence",
1602 : "BGP information\n"
1603 : "Fast convergence for bgp sessions\n")
1604 :
1605 : DEFSH (VTYSH_BGPD, bgp_fast_external_failover_cmd_vtysh,
1606 : "bgp fast-external-failover",
1607 : "BGP information\n"
1608 : "Immediately reset session if a link to a directly connected external peer goes down\n")
1609 :
1610 : DEFSH (VTYSH_BGPD, bgp_fs_local_install_ifname_cmd_vtysh,
1611 : "[no] local-install INTERFACE",
1612 : "Negate a command or set its defaults\n"
1613 : "Apply local policy routing\n"
1614 : "Interface name\n")
1615 :
1616 : DEFSH (VTYSH_BGPD, bgp_global_suppress_fib_pending_cmd_vtysh,
1617 : "[no] bgp suppress-fib-pending",
1618 : "Negate a command or set its defaults\n"
1619 : "BGP information\n"
1620 : "Advertise only routes that are programmed in kernel to peers globally\n")
1621 :
1622 : DEFSH (VTYSH_BGPD, bgp_global_update_delay_cmd_vtysh,
1623 : "bgp update-delay (0-3600)$delay [(1-3600)$wait]",
1624 : "BGP information\n"
1625 : "Force initial delay for best-path and updates for all bgp instances\n"
1626 : "Max delay in seconds\n"
1627 : "Establish wait in seconds\n")
1628 :
1629 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_cmd_vtysh,
1630 : "bgp graceful-restart",
1631 : "BGP information\n"
1632 : "Global Graceful Restart command\n")
1633 :
1634 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_disable_cmd_vtysh,
1635 : "bgp graceful-restart-disable",
1636 : "BGP information\n"
1637 : "Global Graceful Restart - Disable Mode\n")
1638 :
1639 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_graceful_restart_disable_eor_cmd_vtysh,
1640 : "bgp graceful-restart disable-eor",
1641 : "BGP information\n"
1642 : "Graceful restart configuration parameters\n"
1643 : "Disable EOR Check\n")
1644 :
1645 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_notification_cmd_vtysh,
1646 : "[no$no] bgp graceful-restart notification",
1647 : "Negate a command or set its defaults\n"
1648 : "BGP information\n"
1649 : "Graceful restart capability parameters\n"
1650 : "Indicate Graceful Restart support for BGP NOTIFICATION messages\n")
1651 :
1652 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_preserve_fw_cmd_vtysh,
1653 : "bgp graceful-restart preserve-fw-state",
1654 : "BGP information\n"
1655 : "Graceful restart capability parameters\n"
1656 : "Sets F-bit indication that fib is preserved while doing Graceful Restart\n")
1657 :
1658 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_restart_time_cmd_vtysh,
1659 : "bgp graceful-restart restart-time (0-4095)",
1660 : "BGP information\n"
1661 : "Graceful restart capability parameters\n"
1662 : "Set the time to wait to delete stale routes before a BGP open message is received\n"
1663 : "Delay value (seconds)\n")
1664 :
1665 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_rib_stale_time_cmd_vtysh,
1666 : "bgp graceful-restart rib-stale-time (1-3600)",
1667 : "BGP information\n"
1668 : "Graceful restart configuration parameters\n"
1669 : "Specify the stale route removal timer in rib\n"
1670 : "Delay value (seconds)\n")
1671 :
1672 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_select_defer_time_cmd_vtysh,
1673 : "bgp graceful-restart select-defer-time (0-3600)",
1674 : "BGP information\n"
1675 : "Graceful restart capability parameters\n"
1676 : "Set the time to defer the BGP route selection after restart\n"
1677 : "Delay value (seconds, 0 - disable)\n")
1678 :
1679 : DEFSH (VTYSH_BGPD, bgp_graceful_restart_stalepath_time_cmd_vtysh,
1680 : "bgp graceful-restart stalepath-time (1-4095)",
1681 : "BGP information\n"
1682 : "Graceful restart capability parameters\n"
1683 : "Set the max time to hold onto restarting peer's stale paths\n"
1684 : "Delay value (seconds)\n")
1685 :
1686 : DEFSH (VTYSH_BGPD, bgp_graceful_shutdown_cmd_vtysh,
1687 : "bgp graceful-shutdown",
1688 : "BGP information\n"
1689 : "Graceful shutdown parameters\n")
1690 :
1691 : DEFSH (VTYSH_BGPD, bgp_imexport_vpn_cmd_vtysh,
1692 : "[no] <import|export>$direction_str vpn",
1693 : "Negate a command or set its defaults\n"
1694 : "Import routes to this address-family\n"
1695 : "Export routes from this address-family\n"
1696 : "to/from default instance VPN RIB\n")
1697 :
1698 : DEFSH (VTYSH_BGPD, bgp_imexport_vrf_cmd_vtysh,
1699 : "[no] import vrf VIEWVRFNAME$import_name",
1700 : "Negate a command or set its defaults\n"
1701 : "Import routes from another VRF\n"
1702 : "VRF to import from\n"
1703 : "The name of the VRF\n")
1704 :
1705 : DEFSH (VTYSH_BGPD, bgp_inq_limit_cmd_vtysh,
1706 : "bgp input-queue-limit (1-4294967295)$limit",
1707 : "BGP information\n"
1708 : "Set the BGP Input Queue limit for all peers when message parsing\n"
1709 : "Input-Queue limit\n")
1710 :
1711 : DEFSH (VTYSH_BGPD, bgp_lcommunity_list_expanded_cmd_vtysh,
1712 : "bgp large-community-list (100-500) [seq (0-4294967295)] <deny|permit> LINE...",
1713 : "BGP information\n"
1714 : "Add a large community list entry\n"
1715 : "Large Community list number (expanded)\n"
1716 : "Sequence number of an entry\n"
1717 : "Sequence number\n"
1718 : "Specify large community to reject\n"
1719 : "Specify large community to accept\n"
1720 : "An ordered list as a regular-expression\n")
1721 :
1722 : DEFSH (VTYSH_BGPD, bgp_lcommunity_list_name_expanded_cmd_vtysh,
1723 : "bgp large-community-list expanded LCOMMUNITY_LIST_NAME [seq (0-4294967295)] <deny|permit> LINE...",
1724 : "BGP information\n"
1725 : "Add a large community list entry\n"
1726 : "Specify expanded large-community-list\n"
1727 : "Large Community list name\n"
1728 : "Sequence number of an entry\n"
1729 : "Sequence number\n"
1730 : "Specify large community to reject\n"
1731 : "Specify large community to accept\n"
1732 : "An ordered list as a regular-expression\n")
1733 :
1734 : DEFSH (VTYSH_BGPD, bgp_lcommunity_list_name_standard_cmd_vtysh,
1735 : "bgp large-community-list standard LCOMMUNITY_LIST_NAME [seq (0-4294967295)] <deny|permit> AA:BB:CC...",
1736 : "BGP information\n"
1737 : "Add a large community list entry\n"
1738 : "Specify standard large-community-list\n"
1739 : "Large Community list name\n"
1740 : "Sequence number of an entry\n"
1741 : "Sequence number\n"
1742 : "Specify large community to reject\n"
1743 : "Specify large community to accept\n"
1744 : "large community in 'aa:bb:cc' format\n")
1745 :
1746 : DEFSH (VTYSH_BGPD, bgp_lcommunity_list_standard_cmd_vtysh,
1747 : "bgp large-community-list (1-99) [seq (0-4294967295)] <deny|permit> AA:BB:CC...",
1748 : "BGP information\n"
1749 : "Add a large community list entry\n"
1750 : "Large Community list number (standard)\n"
1751 : "Sequence number of an entry\n"
1752 : "Sequence number\n"
1753 : "Specify large community to reject\n"
1754 : "Specify large community to accept\n"
1755 : "large community in 'aa:bb:cc' format\n")
1756 :
1757 : DEFSH (VTYSH_BGPD, bgp_listen_limit_cmd_vtysh,
1758 : "bgp listen limit (1-65535)",
1759 : "BGP information\n"
1760 : "BGP Dynamic Neighbors listen commands\n"
1761 : "Maximum number of BGP Dynamic Neighbors that can be created\n"
1762 : "Configure Dynamic Neighbors listen limit value\n")
1763 :
1764 : DEFSH (VTYSH_BGPD, bgp_listen_range_cmd_vtysh,
1765 : "bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group PGNAME",
1766 : "BGP information\n"
1767 : "Configure BGP dynamic neighbors listen range\n"
1768 : "Configure BGP dynamic neighbors listen range\n"
1769 : "Neighbor address\n"
1770 : "IPv6 address\n"
1771 : "Member of the peer-group\n"
1772 : "Peer-group name\n")
1773 :
1774 : DEFSH (VTYSH_BGPD, bgp_llgr_stalepath_time_cmd_vtysh,
1775 : "bgp long-lived-graceful-restart stale-time (1-16777215)",
1776 : "BGP information\n"
1777 : "Enable Long-lived Graceful Restart\n"
1778 : "Specifies maximum time to wait before purging long-lived stale routes\n"
1779 : "Stale time value (seconds)\n")
1780 :
1781 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_local_mac_cmd_vtysh,
1782 : "bgp local-mac vni (1-16777215) mac WORD seq (0-4294967295)",
1783 : "BGP information\n"
1784 : "Local MAC config\n"
1785 : "VxLAN Network Identifier\n"
1786 : "VNI number\n"
1787 : "local mac\n"
1788 : "mac address\n"
1789 : "mac-mobility sequence\n"
1790 : "seq number\n")
1791 :
1792 : DEFSH (VTYSH_BGPD, bgp_log_neighbor_changes_cmd_vtysh,
1793 : "bgp log-neighbor-changes",
1794 : "BGP information\n"
1795 : "Log neighbor up/down and reset reason\n")
1796 :
1797 : DEFSH (VTYSH_BGPD, bgp_maxmed_admin_cmd_vtysh,
1798 : "bgp max-med administrative ",
1799 : "BGP information\n"
1800 : "Advertise routes with max-med\n"
1801 : "Administratively applied, for an indefinite period\n")
1802 :
1803 : DEFSH (VTYSH_BGPD, bgp_maxmed_admin_medv_cmd_vtysh,
1804 : "bgp max-med administrative (0-4294967295)",
1805 : "BGP information\n"
1806 : "Advertise routes with max-med\n"
1807 : "Administratively applied, for an indefinite period\n"
1808 : "Max MED value to be used\n")
1809 :
1810 : DEFSH (VTYSH_BGPD, bgp_maxmed_onstartup_cmd_vtysh,
1811 : "bgp max-med on-startup (5-86400) [(0-4294967295)]",
1812 : "BGP information\n"
1813 : "Advertise routes with max-med\n"
1814 : "Effective on a startup\n"
1815 : "Time (seconds) period for max-med\n"
1816 : "Max MED value to be used\n")
1817 :
1818 : DEFSH (VTYSH_BGPD, bgp_maxpaths_cmd_vtysh,
1819 : "maximum-paths (1-256)",
1820 : "Forward packets over multiple paths\n"
1821 : "Number of paths\n")
1822 :
1823 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_maxpaths_hidden_cmd_vtysh,
1824 : "maximum-paths (1-256)",
1825 : "Forward packets over multiple paths\n"
1826 : "Number of paths\n")
1827 :
1828 : DEFSH (VTYSH_BGPD, bgp_maxpaths_ibgp_cluster_cmd_vtysh,
1829 : "maximum-paths ibgp (1-256) equal-cluster-length",
1830 : "Forward packets over multiple paths\n"
1831 : "iBGP-multipath\n"
1832 : "Number of paths\n"
1833 : "Match the cluster length\n")
1834 :
1835 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_maxpaths_ibgp_cluster_hidden_cmd_vtysh,
1836 : "maximum-paths ibgp (1-256) equal-cluster-length",
1837 : "Forward packets over multiple paths\n"
1838 : "iBGP-multipath\n"
1839 : "Number of paths\n"
1840 : "Match the cluster length\n")
1841 :
1842 : DEFSH (VTYSH_BGPD, bgp_maxpaths_ibgp_cmd_vtysh,
1843 : "maximum-paths ibgp (1-256)",
1844 : "Forward packets over multiple paths\n"
1845 : "iBGP-multipath\n"
1846 : "Number of paths\n")
1847 :
1848 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_maxpaths_ibgp_hidden_cmd_vtysh,
1849 : "maximum-paths ibgp (1-256)",
1850 : "Forward packets over multiple paths\n"
1851 : "iBGP-multipath\n"
1852 : "Number of paths\n")
1853 :
1854 : DEFSH (VTYSH_BGPD, bgp_minimum_holdtime_cmd_vtysh,
1855 : "bgp minimum-holdtime (1-65535)",
1856 : "BGP specific commands\n"
1857 : "BGP minimum holdtime\n"
1858 : "Seconds\n")
1859 :
1860 : DEFSH (VTYSH_BGPD, bgp_neighbor_graceful_restart_disable_set_cmd_vtysh,
1861 : "neighbor <A.B.C.D|X:X::X:X|WORD> graceful-restart-disable",
1862 : "Specify neighbor router\n"
1863 : "Neighbor address\n"
1864 : "Neighbor IPv6 address\n"
1865 : "Interface name or neighbor tag\n"
1866 : "Graceful Restart Disable command for a neighbor\n")
1867 :
1868 : DEFSH (VTYSH_BGPD, bgp_neighbor_graceful_restart_helper_set_cmd_vtysh,
1869 : "neighbor <A.B.C.D|X:X::X:X|WORD> graceful-restart-helper",
1870 : "Specify neighbor router\n"
1871 : "Neighbor address\n"
1872 : "Neighbor IPv6 address\n"
1873 : "Interface name or neighbor tag\n"
1874 : "Graceful Restart Helper command for a neighbor\n")
1875 :
1876 : DEFSH (VTYSH_BGPD, bgp_neighbor_graceful_restart_set_cmd_vtysh,
1877 : "neighbor <A.B.C.D|X:X::X:X|WORD> graceful-restart",
1878 : "Specify neighbor router\n"
1879 : "Neighbor address\n"
1880 : "Neighbor IPv6 address\n"
1881 : "Interface name or neighbor tag\n"
1882 : "Graceful Restart command for a neighbor\n")
1883 :
1884 : DEFSH (VTYSH_BGPD, bgp_network_cmd_vtysh,
1885 : "[no] network <A.B.C.D/M$prefix|A.B.C.D$address [mask A.B.C.D$netmask]> [{route-map RMAP_NAME$map_name|label-index (0-1048560)$label_index| backdoor$backdoor}]",
1886 : "Negate a command or set its defaults\n"
1887 : "Specify a network to announce via BGP\n"
1888 : "IPv4 prefix\n"
1889 : "Network number\n"
1890 : "Network mask\n"
1891 : "Network mask\n"
1892 : "Route-map to modify the attributes\n"
1893 : "Name of the route map\n"
1894 : "Label index to associate with the prefix\n"
1895 : "Label index value\n"
1896 : "Specify a BGP backdoor route\n")
1897 :
1898 : DEFSH (VTYSH_BGPD, bgp_network_import_check_cmd_vtysh,
1899 : "bgp network import-check",
1900 : "BGP information\n"
1901 : "BGP network command\n"
1902 : "Check BGP network route exists in IGP\n")
1903 :
1904 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_network_import_check_exact_cmd_vtysh,
1905 : "bgp network import-check exact",
1906 : "BGP information\n"
1907 : "BGP network command\n"
1908 : "Check BGP network route exists in IGP\n"
1909 : "Match route precisely\n")
1910 :
1911 : DEFSH (VTYSH_BGPD, bgp_norib_cmd_vtysh,
1912 : "bgp no-rib",
1913 : "BGP information\n"
1914 : "Disable BGP route installation to RIB (Zebra)\n")
1915 :
1916 : DEFSH (VTYSH_BGPD, bgp_outq_limit_cmd_vtysh,
1917 : "bgp output-queue-limit (1-4294967295)$limit",
1918 : "BGP information\n"
1919 : "Set the BGP Output Queue limit for all peers when message parsing\n"
1920 : "Output-Queue limit\n")
1921 :
1922 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_cmd_vtysh,
1923 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric>",
1924 : "Redistribute information from another routing protocol\n"
1925 : "Kernel routes (not installed via the zebra RIB)\n"
1926 : "Connected routes (directly attached subnet or host)\n"
1927 : "Statically configured routes\n"
1928 : "Routing Information Protocol (RIP)\n"
1929 : "Open Shortest Path First (OSPFv2)\n"
1930 : "Intermediate System to Intermediate System (IS-IS)\n"
1931 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
1932 : "Next Hop Resolution Protocol (NHRP)\n"
1933 : "Non-main Kernel Routing Table\n"
1934 : "Virtual Network Control (VNC)\n"
1935 : "VNC direct (not via zebra) routes\n"
1936 : "Babel routing protocol (Babel)\n"
1937 : "Super Happy Advanced Routing Protocol (sharpd)\n"
1938 : "OpenFabric Routing Protocol\n")
1939 :
1940 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_hidden_cmd_vtysh,
1941 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric>",
1942 : "Redistribute information from another routing protocol\n"
1943 : "Kernel routes (not installed via the zebra RIB)\n"
1944 : "Connected routes (directly attached subnet or host)\n"
1945 : "Statically configured routes\n"
1946 : "Routing Information Protocol (RIP)\n"
1947 : "Open Shortest Path First (OSPFv2)\n"
1948 : "Intermediate System to Intermediate System (IS-IS)\n"
1949 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
1950 : "Next Hop Resolution Protocol (NHRP)\n"
1951 : "Non-main Kernel Routing Table\n"
1952 : "Virtual Network Control (VNC)\n"
1953 : "VNC direct (not via zebra) routes\n"
1954 : "Babel routing protocol (Babel)\n"
1955 : "Super Happy Advanced Routing Protocol (sharpd)\n"
1956 : "OpenFabric Routing Protocol\n")
1957 :
1958 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_metric_cmd_vtysh,
1959 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> metric (0-4294967295)",
1960 : "Redistribute information from another routing protocol\n"
1961 : "Kernel routes (not installed via the zebra RIB)\n"
1962 : "Connected routes (directly attached subnet or host)\n"
1963 : "Statically configured routes\n"
1964 : "Routing Information Protocol (RIP)\n"
1965 : "Open Shortest Path First (OSPFv2)\n"
1966 : "Intermediate System to Intermediate System (IS-IS)\n"
1967 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
1968 : "Next Hop Resolution Protocol (NHRP)\n"
1969 : "Non-main Kernel Routing Table\n"
1970 : "Virtual Network Control (VNC)\n"
1971 : "VNC direct (not via zebra) routes\n"
1972 : "Babel routing protocol (Babel)\n"
1973 : "Super Happy Advanced Routing Protocol (sharpd)\n"
1974 : "OpenFabric Routing Protocol\n"
1975 : "Metric for redistributed routes\n"
1976 : "Default metric\n")
1977 :
1978 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_metric_hidden_cmd_vtysh,
1979 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> metric (0-4294967295)",
1980 : "Redistribute information from another routing protocol\n"
1981 : "Kernel routes (not installed via the zebra RIB)\n"
1982 : "Connected routes (directly attached subnet or host)\n"
1983 : "Statically configured routes\n"
1984 : "Routing Information Protocol (RIP)\n"
1985 : "Open Shortest Path First (OSPFv2)\n"
1986 : "Intermediate System to Intermediate System (IS-IS)\n"
1987 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
1988 : "Next Hop Resolution Protocol (NHRP)\n"
1989 : "Non-main Kernel Routing Table\n"
1990 : "Virtual Network Control (VNC)\n"
1991 : "VNC direct (not via zebra) routes\n"
1992 : "Babel routing protocol (Babel)\n"
1993 : "Super Happy Advanced Routing Protocol (sharpd)\n"
1994 : "OpenFabric Routing Protocol\n"
1995 : "Metric for redistributed routes\n"
1996 : "Default metric\n")
1997 :
1998 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_metric_rmap_cmd_vtysh,
1999 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> metric (0-4294967295) route-map RMAP_NAME",
2000 : "Redistribute information from another routing protocol\n"
2001 : "Kernel routes (not installed via the zebra RIB)\n"
2002 : "Connected routes (directly attached subnet or host)\n"
2003 : "Statically configured routes\n"
2004 : "Routing Information Protocol (RIP)\n"
2005 : "Open Shortest Path First (OSPFv2)\n"
2006 : "Intermediate System to Intermediate System (IS-IS)\n"
2007 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
2008 : "Next Hop Resolution Protocol (NHRP)\n"
2009 : "Non-main Kernel Routing Table\n"
2010 : "Virtual Network Control (VNC)\n"
2011 : "VNC direct (not via zebra) routes\n"
2012 : "Babel routing protocol (Babel)\n"
2013 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2014 : "OpenFabric Routing Protocol\n"
2015 : "Metric for redistributed routes\n"
2016 : "Default metric\n"
2017 : "Route map reference\n"
2018 : "Pointer to route-map entries\n")
2019 :
2020 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_metric_rmap_hidden_cmd_vtysh,
2021 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> metric (0-4294967295) route-map RMAP_NAME",
2022 : "Redistribute information from another routing protocol\n"
2023 : "Kernel routes (not installed via the zebra RIB)\n"
2024 : "Connected routes (directly attached subnet or host)\n"
2025 : "Statically configured routes\n"
2026 : "Routing Information Protocol (RIP)\n"
2027 : "Open Shortest Path First (OSPFv2)\n"
2028 : "Intermediate System to Intermediate System (IS-IS)\n"
2029 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
2030 : "Next Hop Resolution Protocol (NHRP)\n"
2031 : "Non-main Kernel Routing Table\n"
2032 : "Virtual Network Control (VNC)\n"
2033 : "VNC direct (not via zebra) routes\n"
2034 : "Babel routing protocol (Babel)\n"
2035 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2036 : "OpenFabric Routing Protocol\n"
2037 : "Metric for redistributed routes\n"
2038 : "Default metric\n"
2039 : "Route map reference\n"
2040 : "Pointer to route-map entries\n")
2041 :
2042 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_cmd_vtysh,
2043 : "redistribute <ospf|table> (1-65535)",
2044 : "Redistribute information from another routing protocol\n"
2045 : "Open Shortest Path First (OSPFv2)\n"
2046 : "Non-main Kernel Routing Table\n"
2047 : "Instance ID/Table ID\n")
2048 :
2049 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_hidden_cmd_vtysh,
2050 : "redistribute <ospf|table> (1-65535)",
2051 : "Redistribute information from another routing protocol\n"
2052 : "Open Shortest Path First (OSPFv2)\n"
2053 : "Non-main Kernel Routing Table\n"
2054 : "Instance ID/Table ID\n")
2055 :
2056 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_metric_cmd_vtysh,
2057 : "redistribute <ospf|table> (1-65535) metric (0-4294967295)",
2058 : "Redistribute information from another routing protocol\n"
2059 : "Open Shortest Path First (OSPFv2)\n"
2060 : "Non-main Kernel Routing Table\n"
2061 : "Instance ID/Table ID\n"
2062 : "Metric for redistributed routes\n"
2063 : "Default metric\n")
2064 :
2065 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_metric_hidden_cmd_vtysh,
2066 : "redistribute <ospf|table> (1-65535) metric (0-4294967295)",
2067 : "Redistribute information from another routing protocol\n"
2068 : "Open Shortest Path First (OSPFv2)\n"
2069 : "Non-main Kernel Routing Table\n"
2070 : "Instance ID/Table ID\n"
2071 : "Metric for redistributed routes\n"
2072 : "Default metric\n")
2073 :
2074 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_metric_rmap_cmd_vtysh,
2075 : "redistribute <ospf|table> (1-65535) metric (0-4294967295) route-map RMAP_NAME",
2076 : "Redistribute information from another routing protocol\n"
2077 : "Open Shortest Path First (OSPFv2)\n"
2078 : "Non-main Kernel Routing Table\n"
2079 : "Instance ID/Table ID\n"
2080 : "Metric for redistributed routes\n"
2081 : "Default metric\n"
2082 : "Route map reference\n"
2083 : "Pointer to route-map entries\n")
2084 :
2085 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_metric_rmap_hidden_cmd_vtysh,
2086 : "redistribute <ospf|table> (1-65535) metric (0-4294967295) route-map RMAP_NAME",
2087 : "Redistribute information from another routing protocol\n"
2088 : "Open Shortest Path First (OSPFv2)\n"
2089 : "Non-main Kernel Routing Table\n"
2090 : "Instance ID/Table ID\n"
2091 : "Metric for redistributed routes\n"
2092 : "Default metric\n"
2093 : "Route map reference\n"
2094 : "Pointer to route-map entries\n")
2095 :
2096 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_rmap_cmd_vtysh,
2097 : "redistribute <ospf|table> (1-65535) route-map RMAP_NAME",
2098 : "Redistribute information from another routing protocol\n"
2099 : "Open Shortest Path First (OSPFv2)\n"
2100 : "Non-main Kernel Routing Table\n"
2101 : "Instance ID/Table ID\n"
2102 : "Route map reference\n"
2103 : "Pointer to route-map entries\n")
2104 :
2105 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_rmap_hidden_cmd_vtysh,
2106 : "redistribute <ospf|table> (1-65535) route-map RMAP_NAME",
2107 : "Redistribute information from another routing protocol\n"
2108 : "Open Shortest Path First (OSPFv2)\n"
2109 : "Non-main Kernel Routing Table\n"
2110 : "Instance ID/Table ID\n"
2111 : "Route map reference\n"
2112 : "Pointer to route-map entries\n")
2113 :
2114 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_rmap_metric_cmd_vtysh,
2115 : "redistribute <ospf|table> (1-65535) route-map RMAP_NAME metric (0-4294967295)",
2116 : "Redistribute information from another routing protocol\n"
2117 : "Open Shortest Path First (OSPFv2)\n"
2118 : "Non-main Kernel Routing Table\n"
2119 : "Instance ID/Table ID\n"
2120 : "Route map reference\n"
2121 : "Pointer to route-map entries\n"
2122 : "Metric for redistributed routes\n"
2123 : "Default metric\n")
2124 :
2125 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_ospf_rmap_metric_hidden_cmd_vtysh,
2126 : "redistribute <ospf|table> (1-65535) route-map RMAP_NAME metric (0-4294967295)",
2127 : "Redistribute information from another routing protocol\n"
2128 : "Open Shortest Path First (OSPFv2)\n"
2129 : "Non-main Kernel Routing Table\n"
2130 : "Instance ID/Table ID\n"
2131 : "Route map reference\n"
2132 : "Pointer to route-map entries\n"
2133 : "Metric for redistributed routes\n"
2134 : "Default metric\n")
2135 :
2136 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_rmap_cmd_vtysh,
2137 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> route-map RMAP_NAME",
2138 : "Redistribute information from another routing protocol\n"
2139 : "Kernel routes (not installed via the zebra RIB)\n"
2140 : "Connected routes (directly attached subnet or host)\n"
2141 : "Statically configured routes\n"
2142 : "Routing Information Protocol (RIP)\n"
2143 : "Open Shortest Path First (OSPFv2)\n"
2144 : "Intermediate System to Intermediate System (IS-IS)\n"
2145 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
2146 : "Next Hop Resolution Protocol (NHRP)\n"
2147 : "Non-main Kernel Routing Table\n"
2148 : "Virtual Network Control (VNC)\n"
2149 : "VNC direct (not via zebra) routes\n"
2150 : "Babel routing protocol (Babel)\n"
2151 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2152 : "OpenFabric Routing Protocol\n"
2153 : "Route map reference\n"
2154 : "Pointer to route-map entries\n")
2155 :
2156 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_rmap_hidden_cmd_vtysh,
2157 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> route-map RMAP_NAME",
2158 : "Redistribute information from another routing protocol\n"
2159 : "Kernel routes (not installed via the zebra RIB)\n"
2160 : "Connected routes (directly attached subnet or host)\n"
2161 : "Statically configured routes\n"
2162 : "Routing Information Protocol (RIP)\n"
2163 : "Open Shortest Path First (OSPFv2)\n"
2164 : "Intermediate System to Intermediate System (IS-IS)\n"
2165 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
2166 : "Next Hop Resolution Protocol (NHRP)\n"
2167 : "Non-main Kernel Routing Table\n"
2168 : "Virtual Network Control (VNC)\n"
2169 : "VNC direct (not via zebra) routes\n"
2170 : "Babel routing protocol (Babel)\n"
2171 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2172 : "OpenFabric Routing Protocol\n"
2173 : "Route map reference\n"
2174 : "Pointer to route-map entries\n")
2175 :
2176 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_rmap_metric_cmd_vtysh,
2177 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> route-map RMAP_NAME metric (0-4294967295)",
2178 : "Redistribute information from another routing protocol\n"
2179 : "Kernel routes (not installed via the zebra RIB)\n"
2180 : "Connected routes (directly attached subnet or host)\n"
2181 : "Statically configured routes\n"
2182 : "Routing Information Protocol (RIP)\n"
2183 : "Open Shortest Path First (OSPFv2)\n"
2184 : "Intermediate System to Intermediate System (IS-IS)\n"
2185 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
2186 : "Next Hop Resolution Protocol (NHRP)\n"
2187 : "Non-main Kernel Routing Table\n"
2188 : "Virtual Network Control (VNC)\n"
2189 : "VNC direct (not via zebra) routes\n"
2190 : "Babel routing protocol (Babel)\n"
2191 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2192 : "OpenFabric Routing Protocol\n"
2193 : "Route map reference\n"
2194 : "Pointer to route-map entries\n"
2195 : "Metric for redistributed routes\n"
2196 : "Default metric\n")
2197 :
2198 : DEFSH_HIDDEN (VTYSH_BGPD, bgp_redistribute_ipv4_rmap_metric_hidden_cmd_vtysh,
2199 : "redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> route-map RMAP_NAME metric (0-4294967295)",
2200 : "Redistribute information from another routing protocol\n"
2201 : "Kernel routes (not installed via the zebra RIB)\n"
2202 : "Connected routes (directly attached subnet or host)\n"
2203 : "Statically configured routes\n"
2204 : "Routing Information Protocol (RIP)\n"
2205 : "Open Shortest Path First (OSPFv2)\n"
2206 : "Intermediate System to Intermediate System (IS-IS)\n"
2207 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
2208 : "Next Hop Resolution Protocol (NHRP)\n"
2209 : "Non-main Kernel Routing Table\n"
2210 : "Virtual Network Control (VNC)\n"
2211 : "VNC direct (not via zebra) routes\n"
2212 : "Babel routing protocol (Babel)\n"
2213 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2214 : "OpenFabric Routing Protocol\n"
2215 : "Route map reference\n"
2216 : "Pointer to route-map entries\n"
2217 : "Metric for redistributed routes\n"
2218 : "Default metric\n")
2219 :
2220 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_cmd_vtysh,
2221 : "redistribute <kernel|connected|static|ripng|ospf6|isis|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric>",
2222 : "Redistribute information from another routing protocol\n"
2223 : "Kernel routes (not installed via the zebra RIB)\n"
2224 : "Connected routes (directly attached subnet or host)\n"
2225 : "Statically configured routes\n"
2226 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
2227 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
2228 : "Intermediate System to Intermediate System (IS-IS)\n"
2229 : "Next Hop Resolution Protocol (NHRP)\n"
2230 : "Non-main Kernel Routing Table\n"
2231 : "Virtual Network Control (VNC)\n"
2232 : "VNC direct (not via zebra) routes\n"
2233 : "Babel routing protocol (Babel)\n"
2234 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2235 : "OpenFabric Routing Protocol\n")
2236 :
2237 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_metric_cmd_vtysh,
2238 : "redistribute <kernel|connected|static|ripng|ospf6|isis|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> metric (0-4294967295)",
2239 : "Redistribute information from another routing protocol\n"
2240 : "Kernel routes (not installed via the zebra RIB)\n"
2241 : "Connected routes (directly attached subnet or host)\n"
2242 : "Statically configured routes\n"
2243 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
2244 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
2245 : "Intermediate System to Intermediate System (IS-IS)\n"
2246 : "Next Hop Resolution Protocol (NHRP)\n"
2247 : "Non-main Kernel Routing Table\n"
2248 : "Virtual Network Control (VNC)\n"
2249 : "VNC direct (not via zebra) routes\n"
2250 : "Babel routing protocol (Babel)\n"
2251 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2252 : "OpenFabric Routing Protocol\n"
2253 : "Metric for redistributed routes\n"
2254 : "Default metric\n")
2255 :
2256 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_metric_rmap_cmd_vtysh,
2257 : "redistribute <kernel|connected|static|ripng|ospf6|isis|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> metric (0-4294967295) route-map RMAP_NAME",
2258 : "Redistribute information from another routing protocol\n"
2259 : "Kernel routes (not installed via the zebra RIB)\n"
2260 : "Connected routes (directly attached subnet or host)\n"
2261 : "Statically configured routes\n"
2262 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
2263 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
2264 : "Intermediate System to Intermediate System (IS-IS)\n"
2265 : "Next Hop Resolution Protocol (NHRP)\n"
2266 : "Non-main Kernel Routing Table\n"
2267 : "Virtual Network Control (VNC)\n"
2268 : "VNC direct (not via zebra) routes\n"
2269 : "Babel routing protocol (Babel)\n"
2270 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2271 : "OpenFabric Routing Protocol\n"
2272 : "Metric for redistributed routes\n"
2273 : "Default metric\n"
2274 : "Route map reference\n"
2275 : "Pointer to route-map entries\n")
2276 :
2277 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_rmap_cmd_vtysh,
2278 : "redistribute <kernel|connected|static|ripng|ospf6|isis|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> route-map RMAP_NAME",
2279 : "Redistribute information from another routing protocol\n"
2280 : "Kernel routes (not installed via the zebra RIB)\n"
2281 : "Connected routes (directly attached subnet or host)\n"
2282 : "Statically configured routes\n"
2283 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
2284 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
2285 : "Intermediate System to Intermediate System (IS-IS)\n"
2286 : "Next Hop Resolution Protocol (NHRP)\n"
2287 : "Non-main Kernel Routing Table\n"
2288 : "Virtual Network Control (VNC)\n"
2289 : "VNC direct (not via zebra) routes\n"
2290 : "Babel routing protocol (Babel)\n"
2291 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2292 : "OpenFabric Routing Protocol\n"
2293 : "Route map reference\n"
2294 : "Pointer to route-map entries\n")
2295 :
2296 : DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_rmap_metric_cmd_vtysh,
2297 : "redistribute <kernel|connected|static|ripng|ospf6|isis|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> route-map RMAP_NAME metric (0-4294967295)",
2298 : "Redistribute information from another routing protocol\n"
2299 : "Kernel routes (not installed via the zebra RIB)\n"
2300 : "Connected routes (directly attached subnet or host)\n"
2301 : "Statically configured routes\n"
2302 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
2303 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
2304 : "Intermediate System to Intermediate System (IS-IS)\n"
2305 : "Next Hop Resolution Protocol (NHRP)\n"
2306 : "Non-main Kernel Routing Table\n"
2307 : "Virtual Network Control (VNC)\n"
2308 : "VNC direct (not via zebra) routes\n"
2309 : "Babel routing protocol (Babel)\n"
2310 : "Super Happy Advanced Routing Protocol (sharpd)\n"
2311 : "OpenFabric Routing Protocol\n"
2312 : "Route map reference\n"
2313 : "Pointer to route-map entries\n"
2314 : "Metric for redistributed routes\n"
2315 : "Default metric\n")
2316 :
2317 : DEFSH (VTYSH_BGPD, bgp_reject_as_sets_cmd_vtysh,
2318 : "bgp reject-as-sets",
2319 : "BGP information\n"
2320 : "Reject routes with AS_SET or AS_CONFED_SET flag\n")
2321 :
2322 : DEFSH (VTYSH_BGPD, bgp_retain_route_target_cmd_vtysh,
2323 : "[no$no] bgp retain route-target all",
2324 : "Negate a command or set its defaults\n"
2325 : "BGP information\n"
2326 : "Retain BGP updates\n"
2327 : "Retain BGP updates based on route-target values\n"
2328 : "Retain all BGP updates\n")
2329 :
2330 : DEFSH (VTYSH_BGPD, bgp_router_id_cmd_vtysh,
2331 : "bgp router-id A.B.C.D",
2332 : "BGP information\n"
2333 : "Override configured router identifier\n"
2334 : "Manually configured router identifier\n")
2335 :
2336 : DEFSH (VTYSH_BGPD, bgp_rpki_start_cmd_vtysh,
2337 : "rpki start",
2338 : "Control rpki specific settings\n"
2339 : "start rpki support\n")
2340 :
2341 : DEFSH (VTYSH_BGPD, bgp_rpki_stop_cmd_vtysh,
2342 : "rpki stop",
2343 : "Control rpki specific settings\n"
2344 : "start rpki support\n")
2345 :
2346 : DEFSH (VTYSH_BGPD, bgp_rpkt_quanta_cmd_vtysh,
2347 : "[no] read-quanta (1-10)$quanta",
2348 : "Negate a command or set its defaults\n"
2349 : "How many packets to read from peer socket per I/O cycle\n"
2350 : "Number of packets\n")
2351 :
2352 : DEFSH (VTYSH_BGPD, bgp_rr_allow_outbound_policy_cmd_vtysh,
2353 : "bgp route-reflector allow-outbound-policy",
2354 : "BGP information\n"
2355 : "Allow modifications made by out route-map\n"
2356 : "on ibgp neighbors\n")
2357 :
2358 : DEFSH (VTYSH_BGPD, bgp_session_dscp_cmd_vtysh,
2359 : "bgp session-dscp (0-63)$dscp",
2360 : "BGP information\n"
2361 : "Override default (C6) bgp TCP session DSCP value\n"
2362 : "Manually configured dscp parameter\n")
2363 :
2364 : DEFSH (VTYSH_BGPD, bgp_set_route_map_delay_timer_cmd_vtysh,
2365 : "bgp route-map delay-timer (0-600)",
2366 : "Set values in destination routing protocol\n"
2367 : "BGP route-map delay timer\n"
2368 : "Time in secs to wait before processing route-map changes\n"
2369 : "0 disables the timer, no route updates happen when route-maps change\n")
2370 :
2371 : DEFSH (VTYSH_BGPD, bgp_shutdown_cmd_vtysh,
2372 : "bgp shutdown",
2373 : "BGP information\n"
2374 : "Administrative shutdown of the BGP instance\n")
2375 :
2376 : DEFSH (VTYSH_BGPD, bgp_shutdown_msg_cmd_vtysh,
2377 : "bgp shutdown message MSG...",
2378 : "BGP information\n"
2379 : "Administrative shutdown of the BGP instance\n"
2380 : "Add a shutdown message (RFC 8203)\n"
2381 : "Shutdown message\n")
2382 :
2383 : DEFSH (VTYSH_BGPD, bgp_sid_vpn_export_cmd_vtysh,
2384 : "[no] sid vpn per-vrf export <(1-1048575)$sid_idx|auto$sid_auto>",
2385 : "Negate a command or set its defaults\n"
2386 : "sid value for VRF\n"
2387 : "Between current vrf and vpn\n"
2388 : "sid per-VRF (both IPv4 and IPv6 address families)\n"
2389 : "For routes leaked from current vrf to vpn\n"
2390 : "Sid allocation index\n"
2391 : "Automatically assign a label\n")
2392 :
2393 : DEFSH (VTYSH_BGPD, bgp_srv6_locator_cmd_vtysh,
2394 : "locator NAME$name",
2395 : "Specify SRv6 locator\n"
2396 : "Specify SRv6 locator\n")
2397 :
2398 : DEFSH (VTYSH_BGPD, bgp_suppress_duplicates_cmd_vtysh,
2399 : "bgp suppress-duplicates",
2400 : "BGP information\n"
2401 : "Suppress duplicate updates if the route actually not changed\n")
2402 :
2403 : DEFSH (VTYSH_BGPD, bgp_suppress_fib_pending_cmd_vtysh,
2404 : "[no] bgp suppress-fib-pending",
2405 : "Negate a command or set its defaults\n"
2406 : "BGP information\n"
2407 : "Advertise only routes that are programmed in kernel to peers\n")
2408 :
2409 : DEFSH (VTYSH_BGPD, bgp_table_map_cmd_vtysh,
2410 : "table-map WORD",
2411 : "BGP table to RIB route download filter\n"
2412 : "Name of the route map\n")
2413 :
2414 : DEFSH (VTYSH_BGPD, bgp_tcp_keepalive_cmd_vtysh,
2415 : "bgp tcp-keepalive (1-65535)$idle (1-65535)$intvl (1-30)$probes",
2416 : "BGP information\n"
2417 : "TCP keepalive parameters\n"
2418 : "TCP keepalive idle time (seconds)\n"
2419 : "TCP keepalive interval (seconds)\n"
2420 : "TCP keepalive maximum probes\n")
2421 :
2422 : DEFSH (VTYSH_BGPD, bgp_timers_cmd_vtysh,
2423 : "timers bgp (0-65535) (0-65535)",
2424 : "Adjust routing timers\n"
2425 : "BGP timers\n"
2426 : "Keepalive interval\n"
2427 : "Holdtime\n")
2428 :
2429 : DEFSH (VTYSH_BGPD, bgp_update_delay_cmd_vtysh,
2430 : "update-delay (0-3600)$delay [(1-3600)$wait]",
2431 : "Force initial delay for best-path and updates\n"
2432 : "Max delay in seconds\n"
2433 : "Establish wait in seconds\n")
2434 :
2435 : DEFSH (VTYSH_BGPD, bgp_wpkt_quanta_cmd_vtysh,
2436 : "[no] write-quanta (1-64)$quanta",
2437 : "Negate a command or set its defaults\n"
2438 : "How many packets to write to peer socket per run\n"
2439 : "Number of packets\n")
2440 :
2441 : DEFSH (VTYSH_BGPD, bmp_acl_cmd_vtysh,
2442 : "[no] <ip|ipv6>$af access-list ACCESSLIST_NAME$access_list",
2443 : "Negate a command or set its defaults\n"
2444 : "IP information\n"
2445 : "IPv6 information\n"
2446 : "Access list to restrict BMP sessions\n"
2447 : "Access list name\n")
2448 :
2449 : DEFSH (VTYSH_BGPD, bmp_connect_cmd_vtysh,
2450 : "[no] bmp connect HOSTNAME port (1-65535) {min-retry (100-86400000)|max-retry (100-86400000)} [source-interface <WORD$srcif>]",
2451 : "Negate a command or set its defaults\n"
2452 : "BGP Monitoring Protocol\n"
2453 : "Actively establish connection to monitoring station\n"
2454 : "Monitoring station hostname or address\n"
2455 : "TCP port\n"
2456 : "TCP port\n"
2457 : "Minimum connection retry interval\n"
2458 : "Minimum connection retry interval (milliseconds)\n"
2459 : "Maximum connection retry interval\n"
2460 : "Maximum connection retry interval (milliseconds)\n"
2461 : "Source interface to use\n"
2462 : "Define an interface\n")
2463 :
2464 : DEFSH (VTYSH_BGPD, bmp_listener_cmd_vtysh,
2465 : "bmp listener <X:X::X:X|A.B.C.D> port (1-65535)",
2466 : "BGP Monitoring Protocol\n"
2467 : "Listen for inbound BMP connections\n"
2468 : "IPv6 address to listen on\n"
2469 : "IPv4 address to listen on\n"
2470 : "TCP Port number\n"
2471 : "TCP Port number\n")
2472 :
2473 : DEFSH (VTYSH_BGPD, bmp_mirror_cmd_vtysh,
2474 : "[no] bmp mirror",
2475 : "Negate a command or set its defaults\n"
2476 : "BGP Monitoring Protocol\n"
2477 : "Send BMP route mirroring messages\n")
2478 :
2479 : DEFSH (VTYSH_BGPD, bmp_mirror_limit_cmd_vtysh,
2480 : "bmp mirror buffer-limit (0-4294967294)",
2481 : "BGP Monitoring Protocol\n"
2482 : "Route Mirroring settings\n"
2483 : "Configure maximum memory used for buffered mirroring messages\n"
2484 : "Limit in bytes\n")
2485 :
2486 : DEFSH (VTYSH_BGPD, bmp_monitor_cmd_vtysh,
2487 : "[no] bmp monitor <ipv4|ipv6|l2vpn> <unicast|multicast|evpn|vpn> <pre-policy|post-policy>$policy",
2488 : "Negate a command or set its defaults\n"
2489 : "BGP Monitoring Protocol\n"
2490 : "Send BMP route monitoring messages\n"
2491 : "Address Family\n"
2492 : "Address Family\n"
2493 : "Address Family\n"
2494 : "Address Family\n"
2495 : "Address Family\n"
2496 : "Address Family\n"
2497 : "Address Family\n"
2498 : "Send state before policy and filter processing\n"
2499 : "Send state with policy and filters applied\n")
2500 :
2501 : DEFSH (VTYSH_BGPD, bmp_stats_cmd_vtysh,
2502 : "[no] bmp stats [interval (100-86400000)]",
2503 : "Negate a command or set its defaults\n"
2504 : "BGP Monitoring Protocol\n"
2505 : "Send BMP statistics messages\n"
2506 : "Specify BMP stats interval\n"
2507 : "Interval (milliseconds) to send BMP Stats in\n")
2508 :
2509 : DEFSH (VTYSH_OSPFD, capability_opaque_cmd_vtysh,
2510 : "capability opaque",
2511 : "Enable specific OSPF feature\n"
2512 : "Opaque LSA\n")
2513 :
2514 : DEFSH (VTYSH_ISISD, circuit_topology_cmd_vtysh,
2515 : "[no] isis topology<standard|ipv4-unicast|ipv4-mgmt|ipv6-unicast|ipv4-multicast|ipv6-multicast|ipv6-mgmt|ipv6-dstsrc>$topology",
2516 : "Negate a command or set its defaults\n"
2517 : "IS-IS routing protocol\n"
2518 : "Configure interface IS-IS topologies\n"
2519 : "Standard topology\n"
2520 : "IPv4 unicast topology\n"
2521 : "IPv4 management topology\n"
2522 : "IPv6 unicast topology\n"
2523 : "IPv4 multicast topology\n"
2524 : "IPv6 multicast topology\n"
2525 : "IPv6 management topology\n"
2526 : "IPv6 dst-src topology\n")
2527 :
2528 : DEFSH (VTYSH_BGPD, clear_bgp_instance_ipv6_safi_prefix_cmd_vtysh,
2529 : "clear [ip] bgp <view|vrf> VIEWVRFNAME ipv6 <unicast|multicast|vpn> prefix X:X::X:X/M",
2530 : "Reset functions\n"
2531 : "IP information\n"
2532 : "BGP information\n"
2533 : "BGP view\n"
2534 : "BGP VRF\n"
2535 : "View/VRF name\n"
2536 : "Address Family\n"
2537 : "Address Family modifier\n"
2538 : "Address Family modifier\n"
2539 : "Address Family modifier\n"
2540 : "Clear bestpath and re-advertise\n"
2541 : "IPv6 prefix\n")
2542 :
2543 : DEFSH (VTYSH_BGPD, clear_bgp_ipv6_safi_prefix_cmd_vtysh,
2544 : "clear [ip] bgp ipv6 <unicast|multicast|vpn> prefix X:X::X:X/M",
2545 : "Reset functions\n"
2546 : "IP information\n"
2547 : "BGP information\n"
2548 : "Address Family\n"
2549 : "Address Family modifier\n"
2550 : "Address Family modifier\n"
2551 : "Address Family modifier\n"
2552 : "Clear bestpath and re-advertise\n"
2553 : "IPv6 prefix\n")
2554 :
2555 : DEFSH (VTYSH_ZEBRA, clear_evpn_dup_addr_cmd_vtysh,
2556 : "clear evpn dup-addr vni <all$vni_all |(1-16777215)$vni [mac X:X:X:X:X:X | ip <A.B.C.D|X:X::X:X>]>",
2557 : "Reset functions\n"
2558 : "EVPN\n"
2559 : "Duplicate address \n"
2560 : "VxLAN Network Identifier\n"
2561 : "VNI number\n"
2562 : "All VNIs\n"
2563 : "MAC\n"
2564 : "MAC address (e.g., 00:e0:ec:20:12:62)\n"
2565 : "IP\n"
2566 : "IPv4 address\n"
2567 : "IPv6 address\n")
2568 :
2569 : DEFSH (VTYSH_BGPD, clear_ip_bgp_all_cmd_vtysh,
2570 : "clear [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6|l2vpn> [<unicast|multicast|vpn|labeled-unicast|flowspec|evpn>]] <*|A.B.C.D$neighbor|X:X::X:X$neighbor|WORD$neighbor|(1-4294967295)|external|peer-group PGNAME> [<soft [<in|out>]|in [prefix-filter]|out|message-stats>]",
2571 : "Reset functions\n"
2572 : "IP information\n"
2573 : "BGP information\n"
2574 : "BGP view\n"
2575 : "BGP VRF\n"
2576 : "View/VRF name\n"
2577 : "Address Family\n"
2578 : "Address Family\n"
2579 : "Address Family\n"
2580 : "Address Family modifier\n"
2581 : "Address Family modifier\n"
2582 : "Address Family modifier\n"
2583 : "Address Family modifier\n"
2584 : "Address Family modifier\n"
2585 : "Address Family modifier\n"
2586 : "Clear all peers\n"
2587 : "BGP IPv4 neighbor to clear\n"
2588 : "BGP IPv6 neighbor to clear\n"
2589 : "BGP neighbor on interface to clear\n"
2590 : "Clear peers with the AS number\n"
2591 : "Clear all external peers\n"
2592 : "Clear all members of peer-group\n"
2593 : "BGP peer-group name\n"
2594 : "Soft reconfig inbound and outbound updates\n"
2595 : "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
2596 : "Resend all outbound updates\n"
2597 : "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
2598 : "Push out prefix-list ORF and do inbound soft reconfig\n"
2599 : "Resend all outbound updates\n"
2600 : "Reset message statistics\n")
2601 :
2602 : DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_address_cmd_vtysh,
2603 : "clear ip bgp dampening A.B.C.D",
2604 : "Reset functions\n"
2605 : "IP information\n"
2606 : "BGP information\n"
2607 : "Clear route flap dampening information\n"
2608 : "Network to clear damping information\n")
2609 :
2610 : DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_address_mask_cmd_vtysh,
2611 : "clear ip bgp dampening A.B.C.D A.B.C.D",
2612 : "Reset functions\n"
2613 : "IP information\n"
2614 : "BGP information\n"
2615 : "Clear route flap dampening information\n"
2616 : "Network to clear damping information\n"
2617 : "Network mask\n")
2618 :
2619 : DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_cmd_vtysh,
2620 : "clear ip bgp dampening",
2621 : "Reset functions\n"
2622 : "IP information\n"
2623 : "BGP information\n"
2624 : "Clear route flap dampening information\n")
2625 :
2626 : DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_prefix_cmd_vtysh,
2627 : "clear ip bgp dampening A.B.C.D/M",
2628 : "Reset functions\n"
2629 : "IP information\n"
2630 : "BGP information\n"
2631 : "Clear route flap dampening information\n"
2632 : "IPv4 prefix\n")
2633 :
2634 : DEFSH (VTYSH_BGPD, clear_ip_bgp_prefix_cmd_vtysh,
2635 : "clear [ip] bgp [<view|vrf> VIEWVRFNAME] prefix A.B.C.D/M",
2636 : "Reset functions\n"
2637 : "IP information\n"
2638 : "BGP information\n"
2639 : "BGP view\n"
2640 : "BGP VRF\n"
2641 : "View/VRF name\n"
2642 : "Clear bestpath and re-advertise\n"
2643 : "IPv4 prefix\n")
2644 :
2645 : DEFSH (VTYSH_EIGRPD, clear_ip_eigrp_neighbors_IP_cmd_vtysh,
2646 : "clear ip eigrp [vrf NAME] neighbors A.B.C.D$nbr_addr",
2647 : "Reset functions\n"
2648 : "IP information\n"
2649 : "Clear IP-EIGRP\n"
2650 : "Specify the VRF\n"
2651 : "The VRF name\n"
2652 : "Clear IP-EIGRP neighbors\n"
2653 : "IP-EIGRP neighbor address\n")
2654 :
2655 : DEFSH (VTYSH_EIGRPD, clear_ip_eigrp_neighbors_IP_soft_cmd_vtysh,
2656 : "clear ip eigrp [vrf NAME] neighbors A.B.C.D$nbr_addr soft",
2657 : "Reset functions\n"
2658 : "IP information\n"
2659 : "Clear IP-EIGRP\n"
2660 : "Specify the VRF\n"
2661 : "The VRF name\n"
2662 : "Clear IP-EIGRP neighbors\n"
2663 : "IP-EIGRP neighbor address\n"
2664 : "Resync with peer without adjacency reset\n")
2665 :
2666 : DEFSH (VTYSH_EIGRPD, clear_ip_eigrp_neighbors_cmd_vtysh,
2667 : "clear ip eigrp [vrf NAME] neighbors",
2668 : "Reset functions\n"
2669 : "IP information\n"
2670 : "Clear IP-EIGRP\n"
2671 : "Specify the VRF\n"
2672 : "The VRF name\n"
2673 : "Clear IP-EIGRP neighbors\n")
2674 :
2675 : DEFSH (VTYSH_EIGRPD, clear_ip_eigrp_neighbors_int_cmd_vtysh,
2676 : "clear ip eigrp [vrf NAME] neighbors IFNAME",
2677 : "Reset functions\n"
2678 : "IP information\n"
2679 : "Clear IP-EIGRP\n"
2680 : "Specify the VRF\n"
2681 : "The VRF name\n"
2682 : "Clear IP-EIGRP neighbors\n"
2683 : "Interface's name\n")
2684 :
2685 : DEFSH (VTYSH_EIGRPD, clear_ip_eigrp_neighbors_int_soft_cmd_vtysh,
2686 : "clear ip eigrp [vrf NAME] neighbors IFNAME soft",
2687 : "Reset functions\n"
2688 : "IP information\n"
2689 : "Clear IP-EIGRP\n"
2690 : "Specify the VRF\n"
2691 : "The VRF name\n"
2692 : "Clear IP-EIGRP neighbors\n"
2693 : "Interface's name\n"
2694 : "Resync with peer without adjacency reset\n")
2695 :
2696 : DEFSH (VTYSH_EIGRPD, clear_ip_eigrp_neighbors_soft_cmd_vtysh,
2697 : "clear ip eigrp [vrf NAME] neighbors soft",
2698 : "Reset functions\n"
2699 : "IP information\n"
2700 : "Clear IP-EIGRP\n"
2701 : "Specify the VRF\n"
2702 : "The VRF name\n"
2703 : "Clear IP-EIGRP neighbors\n"
2704 : "Resync with peers without adjacency reset\n")
2705 :
2706 : DEFSH (VTYSH_PIMD, clear_ip_igmp_interfaces_cmd_vtysh,
2707 : "clear ip igmp [vrf NAME] interfaces",
2708 : "Reset functions\n"
2709 : "IP information\n"
2710 : "IGMP clear commands\n"
2711 : "Specify the VRF\n"
2712 : "The VRF name\n"
2713 : "Reset IGMP interfaces\n")
2714 :
2715 : DEFSH (VTYSH_PIMD, clear_ip_interfaces_cmd_vtysh,
2716 : "clear ip interfaces [vrf NAME]",
2717 : "Reset functions\n"
2718 : "IP information\n"
2719 : "Reset interfaces\n"
2720 : "Specify the VRF\n"
2721 : "The VRF name\n")
2722 :
2723 : DEFSH (VTYSH_PIMD, clear_ip_mroute_cmd_vtysh,
2724 : "clear ip mroute [vrf NAME]$name",
2725 : "Reset functions\n"
2726 : "IP information\n"
2727 : "IP multicast routing table\n"
2728 : "Specify the VRF\n"
2729 : "The VRF name\n")
2730 :
2731 : DEFSH (VTYSH_PIMD, clear_ip_mroute_count_cmd_vtysh,
2732 : "clear ip mroute [vrf NAME]$name count",
2733 : "Reset functions\n"
2734 : "IP information\n"
2735 : "IP multicast routing table\n"
2736 : "Specify the VRF\n"
2737 : "The VRF name\n"
2738 : "Route and packet count data\n")
2739 :
2740 : DEFSH (VTYSH_OSPFD, clear_ip_ospf_interface_cmd_vtysh,
2741 : "clear ip ospf [vrf NAME] interface [IFNAME]",
2742 : "Reset functions\n"
2743 : "IP information\n"
2744 : "OSPF information\n"
2745 : "Specify the VRF\n"
2746 : "The VRF name\n"
2747 : "Interface information\n"
2748 : "Interface name\n")
2749 :
2750 : DEFSH (VTYSH_OSPFD, clear_ip_ospf_neighbor_cmd_vtysh,
2751 : "clear ip ospf [(1-65535)]$instance neighbor [A.B.C.D$nbr_id]",
2752 : "Reset functions\n"
2753 : "IP information\n"
2754 : "OSPF information\n"
2755 : "Instance ID\n"
2756 : "Reset OSPF Neighbor\n"
2757 : "Neighbor ID\n")
2758 :
2759 : DEFSH (VTYSH_OSPFD, clear_ip_ospf_process_cmd_vtysh,
2760 : "clear ip ospf [(1-65535)]$instance process",
2761 : "Reset functions\n"
2762 : "IP information\n"
2763 : "OSPF information\n"
2764 : "Instance ID\n"
2765 : "Reset OSPF Process\n")
2766 :
2767 : DEFSH (VTYSH_PIMD, clear_ip_pim_bsr_db_cmd_vtysh,
2768 : "clear ip pim [vrf NAME] bsr-data",
2769 : "Reset functions\n"
2770 : "IP information\n"
2771 : "PIM clear commands\n"
2772 : "Specify the VRF\n"
2773 : "The VRF name\n"
2774 : "Reset pim bsr data\n")
2775 :
2776 : DEFSH (VTYSH_PIMD, clear_ip_pim_interface_traffic_cmd_vtysh,
2777 : "clear ip pim [vrf NAME] interface traffic",
2778 : "Reset functions\n"
2779 : "IP information\n"
2780 : "PIM clear commands\n"
2781 : "Specify the VRF\n"
2782 : "The VRF name\n"
2783 : "Reset PIM interfaces\n"
2784 : "Reset Protocol Packet counters\n")
2785 :
2786 : DEFSH (VTYSH_PIMD, clear_ip_pim_interfaces_cmd_vtysh,
2787 : "clear ip pim [vrf NAME] interfaces",
2788 : "Reset functions\n"
2789 : "IP information\n"
2790 : "PIM clear commands\n"
2791 : "Specify the VRF\n"
2792 : "The VRF name\n"
2793 : "Reset PIM interfaces\n")
2794 :
2795 : DEFSH (VTYSH_PIMD, clear_ip_pim_oil_cmd_vtysh,
2796 : "clear ip pim [vrf NAME]$name oil",
2797 : "Reset functions\n"
2798 : "IP information\n"
2799 : "PIM clear commands\n"
2800 : "Specify the VRF\n"
2801 : "The VRF name\n"
2802 : "Rescan PIM OIL (output interface list)\n")
2803 :
2804 : DEFSH (VTYSH_PIMD, clear_ip_pim_statistics_cmd_vtysh,
2805 : "clear ip pim statistics [vrf NAME]$name",
2806 : "Reset functions\n"
2807 : "IP information\n"
2808 : "PIM clear commands\n"
2809 : "Specify the VRF\n"
2810 : "The VRF name\n"
2811 : "Reset PIM statistics\n")
2812 :
2813 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_EIGRPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPFD|VTYSH_PIMD|VTYSH_RIPD|VTYSH_ZEBRA, clear_ip_prefix_list_cmd_vtysh,
2814 : "clear ip prefix-list [WORD [A.B.C.D/M$prefix]]",
2815 : "Reset functions\n"
2816 : "IP information\n"
2817 : "Build a prefix list\n"
2818 : "Name of a prefix list\n"
2819 : "IP prefix <network>/<length>, e.g., 35.0.0.0/8\n")
2820 :
2821 : DEFSH (VTYSH_RIPD, clear_ip_rip_cmd_vtysh,
2822 : "clear ip rip [vrf WORD]",
2823 : "Reset functions\n"
2824 : "IP information\n"
2825 : "Clear IP RIP database\n"
2826 : "Specify the VRF\n"
2827 : "The VRF name\n")
2828 :
2829 : DEFSH (VTYSH_PIM6D, clear_ipv6_mroute_cmd_vtysh,
2830 : "clear ipv6 mroute [vrf NAME]$name",
2831 : "Reset functions\n"
2832 : "IPv6 information\n"
2833 : "IP multicast routing table\n"
2834 : "Specify the VRF\n"
2835 : "The VRF name\n")
2836 :
2837 : DEFSH (VTYSH_PIM6D, clear_ipv6_mroute_count_cmd_vtysh,
2838 : "clear ipv6 mroute [vrf NAME]$name count",
2839 : "Reset functions\n"
2840 : "IPv6 information\n"
2841 : "IP multicast routing table\n"
2842 : "Specify the VRF\n"
2843 : "The VRF name\n"
2844 : "Route and packet count data\n")
2845 :
2846 : DEFSH (VTYSH_OSPF6D, clear_ipv6_ospf6_interface_cmd_vtysh,
2847 : "clear ipv6 ospf6 [vrf NAME] interface [IFNAME]",
2848 : "Reset functions\n"
2849 : "IPv6 Information\n"
2850 : "Open Shortest Path First (OSPF) for IPv6\n"
2851 : "Specify the VRF\n"
2852 : "The VRF name\n"
2853 : "Interface information\n"
2854 : "Interface name(e.g. ep0)\n")
2855 :
2856 : DEFSH (VTYSH_OSPF6D, clear_ipv6_ospf6_intf_auth_cmd_vtysh,
2857 : "clear ipv6 ospf6 [vrf VRF] auth-counters interface [IFNAME]",
2858 : "Reset functions\n"
2859 : "IPv6 Information\n"
2860 : "Open Shortest Path First (OSPF) for IPv6\n"
2861 : "Specify the VRF\n"
2862 : "The VRF name\n"
2863 : "authentication rx/tx drop counters\n"
2864 : "Interface information\n"
2865 : "Interface name(e.g. ep0)\n")
2866 :
2867 : DEFSH (VTYSH_PIM6D, clear_ipv6_pim_bsr_db_cmd_vtysh,
2868 : "clear ipv6 pim [vrf NAME] bsr-data",
2869 : "Reset functions\n"
2870 : "IPv6 information\n"
2871 : "PIM clear commands\n"
2872 : "Specify the VRF\n"
2873 : "The VRF name\n"
2874 : "Reset pim bsr data\n")
2875 :
2876 : DEFSH (VTYSH_PIM6D, clear_ipv6_pim_interface_traffic_cmd_vtysh,
2877 : "clear ipv6 pim [vrf NAME] interface traffic",
2878 : "Reset functions\n"
2879 : "IPv6 information\n"
2880 : "PIM clear commands\n"
2881 : "Specify the VRF\n"
2882 : "The VRF name\n"
2883 : "Reset PIM interfaces\n"
2884 : "Reset Protocol Packet counters\n")
2885 :
2886 : DEFSH (VTYSH_PIM6D, clear_ipv6_pim_interfaces_cmd_vtysh,
2887 : "clear ipv6 pim [vrf NAME] interfaces",
2888 : "Reset functions\n"
2889 : "IPv6 information\n"
2890 : "PIM clear commands\n"
2891 : "Specify the VRF\n"
2892 : "The VRF name\n"
2893 : "Reset PIM interfaces\n")
2894 :
2895 : DEFSH (VTYSH_PIM6D, clear_ipv6_pim_oil_cmd_vtysh,
2896 : "clear ipv6 pim [vrf NAME]$name oil",
2897 : "Reset functions\n"
2898 : "IPv6 information\n"
2899 : "PIM clear commands\n"
2900 : "Specify the VRF\n"
2901 : "The VRF name\n"
2902 : "Rescan PIMv6 OIL (output interface list)\n")
2903 :
2904 : DEFSH (VTYSH_PIM6D, clear_ipv6_pim_statistics_cmd_vtysh,
2905 : "clear ipv6 pim statistics [vrf NAME]$name",
2906 : "Reset functions\n"
2907 : "IPv6 information\n"
2908 : "PIM clear commands\n"
2909 : "Specify the VRF\n"
2910 : "The VRF name\n"
2911 : "Reset PIM statistics\n")
2912 :
2913 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPF6D|VTYSH_PIM6D|VTYSH_RIPNGD|VTYSH_ZEBRA, clear_ipv6_prefix_list_cmd_vtysh,
2914 : "clear ipv6 prefix-list [WORD [X:X::X:X/M$prefix]]",
2915 : "Reset functions\n"
2916 : "IPv6 information\n"
2917 : "Build a prefix list\n"
2918 : "Name of a prefix list\n"
2919 : "IPv6 prefix <network>/<length>, e.g., 3ffe::/16\n")
2920 :
2921 : DEFSH (VTYSH_RIPNGD, clear_ipv6_rip_cmd_vtysh,
2922 : "clear ipv6 ripng [vrf WORD]",
2923 : "Reset functions\n"
2924 : "IPv6 information\n"
2925 : "Clear IPv6 RIP database\n"
2926 : "Specify the VRF\n"
2927 : "The VRF name\n")
2928 :
2929 : DEFSH (VTYSH_ISISD, clear_isis_neighbor_arg_cmd_vtysh,
2930 : "clear isis [vrf <NAME|all>] neighbor WORD",
2931 : "Reset functions\n"
2932 : "IS-IS routing protocol\n"
2933 : "Specify the VRF\n"
2934 : "The VRF name\n"
2935 : "All vrfs\n"
2936 : "IS-IS neighbor adjacencies\n"
2937 : "System id\n")
2938 :
2939 : DEFSH (VTYSH_ISISD, clear_isis_neighbor_cmd_vtysh,
2940 : "clear isis [vrf <NAME|all>] neighbor",
2941 : "Reset functions\n"
2942 : "IS-IS routing protocol\n"
2943 : "Specify the VRF\n"
2944 : "The VRF name\n"
2945 : "All vrfs\n"
2946 : "IS-IS neighbor adjacencies\n")
2947 :
2948 : DEFSH (VTYSH_ALL, clear_log_cmdline_cmd_vtysh,
2949 : "clear log cmdline-targets",
2950 : "Reset functions\n"
2951 : "Logging control\n"
2952 : "Disable log targets specified at startup by --log option\n")
2953 :
2954 : DEFSH (VTYSH_NHRPD, clear_nhrp_cmd_vtysh,
2955 : "clear <ip|ipv6> nhrp <cache|shortcut>",
2956 : "Reset functions\n"
2957 : "IP information\n"
2958 : "IPv6 information\n"
2959 : "Next Hop Resolution Protocol functions\n"
2960 : "Dynamic cache entries\n"
2961 : "Shortcut entries\n")
2962 :
2963 : DEFSH (VTYSH_OSPF6D, clear_router_ospf6_cmd_vtysh,
2964 : "clear ipv6 ospf6 process [vrf NAME$name]",
2965 : "Reset functions\n"
2966 : "IPv6 Information\n"
2967 : "Open Shortest Path First (OSPF) for IPv6\n"
2968 : "Reset OSPF Process\n"
2969 : "Specify the VRF\n"
2970 : "The VRF name\n")
2971 :
2972 : DEFSH (VTYSH_ALL, clear_thread_cpu_cmd_vtysh,
2973 : "clear thread cpu [FILTER]",
2974 : "Clear stored data in all pthreads\n"
2975 : "Thread information\n"
2976 : "Thread CPU usage\n"
2977 : "Display filter (rwtexb)\n")
2978 :
2979 : DEFSH (VTYSH_BGPD, clear_vnc_mac_all_cmd_vtysh,
2980 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> *",
2981 : "clear\n"
2982 : "VNC Information\n"
2983 : "Clear mac registration information\n"
2984 : "All macs\n"
2985 : "MAC address\n"
2986 : "VNI keyword\n"
2987 : "Any virtual network identifier\n"
2988 : "Virtual network identifier\n"
2989 : "From any NVE\n")
2990 :
2991 : DEFSH (VTYSH_BGPD, clear_vnc_mac_all_prefix_cmd_vtysh,
2992 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> prefix <*|A.B.C.D/M|X:X::X:X/M>",
2993 : "clear\n"
2994 : "VNC Information\n"
2995 : "Clear mac registration information\n"
2996 : "All macs\n"
2997 : "MAC address\n"
2998 : "VNI keyword\n"
2999 : "Any virtual network identifier\n"
3000 : "Virtual network identifier\n"
3001 : "UN address of NVE\n"
3002 : "All VN addresses\n"
3003 : "VN IPv4 interface address\n"
3004 : "VN IPv6 interface address\n")
3005 :
3006 : DEFSH (VTYSH_BGPD, clear_vnc_mac_un_cmd_vtysh,
3007 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> un <*|A.B.C.D|X:X::X:X>",
3008 : "clear\n"
3009 : "VNC Information\n"
3010 : "Clear mac registration information\n"
3011 : "All macs\n"
3012 : "MAC address\n"
3013 : "VNI keyword\n"
3014 : "Any virtual network identifier\n"
3015 : "Virtual network identifier\n"
3016 : "UN address of NVE\n"
3017 : "All UN addresses\n"
3018 : "UN IPv4 interface address\n"
3019 : "UN IPv6 interface address\n")
3020 :
3021 : DEFSH (VTYSH_BGPD, clear_vnc_mac_un_prefix_cmd_vtysh,
3022 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> un <*|A.B.C.D|X:X::X:X> prefix <*|A.B.C.D/M|X:X::X:X/M>",
3023 : "clear\n"
3024 : "VNC Information\n"
3025 : "Clear mac registration information\n"
3026 : "All macs\n"
3027 : "MAC address\n"
3028 : "VNI keyword\n"
3029 : "Any virtual network identifier\n"
3030 : "Virtual network identifier\n"
3031 : "UN address of NVE\n"
3032 : "All UN addresses\n"
3033 : "UN IPv4 interface address\n"
3034 : "UN IPv6 interface address\n"
3035 : "Clear prefix registration information\n"
3036 : "All prefixes\n"
3037 : "IPv4 Prefix\n"
3038 : "IPv6 Prefix\n")
3039 :
3040 : DEFSH (VTYSH_BGPD, clear_vnc_mac_un_vn_cmd_vtysh,
3041 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> un <*|A.B.C.D|X:X::X:X> vn <*|A.B.C.D|X:X::X:X>",
3042 : "clear\n"
3043 : "VNC Information\n"
3044 : "Clear mac registration information\n"
3045 : "All macs\n"
3046 : "MAC address\n"
3047 : "VNI keyword\n"
3048 : "Any virtual network identifier\n"
3049 : "Virtual network identifier\n"
3050 : "UN address of NVE\n"
3051 : "All UN addresses\n"
3052 : "UN IPv4 interface address\n"
3053 : "UN IPv6 interface address\n"
3054 : "VN address of NVE\n"
3055 : "All VN addresses\n"
3056 : "VN IPv4 interface address\n"
3057 : "VN IPv6 interface address\n")
3058 :
3059 : DEFSH (VTYSH_BGPD, clear_vnc_mac_un_vn_prefix_cmd_vtysh,
3060 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> un <*|A.B.C.D|X:X::X:X> vn <*|A.B.C.D|X:X::X:X> prefix <*|A.B.C.D/M|X:X::X:X/M> prefix <*|A.B.C.D/M|X:X::X:X/M>",
3061 : "clear\n"
3062 : "VNC Information\n"
3063 : "Clear mac registration information\n"
3064 : "All macs\n"
3065 : "MAC address\n"
3066 : "VNI keyword\n"
3067 : "Any virtual network identifier\n"
3068 : "Virtual network identifier\n"
3069 : "UN address of NVE\n"
3070 : "All UN addresses\n"
3071 : "UN IPv4 interface address\n"
3072 : "UN IPv6 interface address\n"
3073 : "VN address of NVE\n"
3074 : "All VN addresses\n"
3075 : "VN IPv4 interface address\n"
3076 : "VN IPv6 interface address\n"
3077 : "Clear prefix registration information\n"
3078 : "All prefixes\n"
3079 : "IPv4 prefix\n"
3080 : "IPv6 prefix\n"
3081 : "Clear prefix registration information\n"
3082 : "All prefixes\n"
3083 : "IPv4 prefix\n"
3084 : "IPv6 prefix\n")
3085 :
3086 : DEFSH (VTYSH_BGPD, clear_vnc_mac_vn_cmd_vtysh,
3087 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> vn <*|A.B.C.D|X:X::X:X>",
3088 : "clear\n"
3089 : "VNC Information\n"
3090 : "Clear mac registration information\n"
3091 : "All macs\n"
3092 : "MAC address\n"
3093 : "VNI keyword\n"
3094 : "Any virtual network identifier\n"
3095 : "Virtual network identifier\n"
3096 : "UN address of NVE\n"
3097 : "All VN addresses\n"
3098 : "VN IPv4 interface address\n"
3099 : "VN IPv6 interface address\n")
3100 :
3101 : DEFSH (VTYSH_BGPD, clear_vnc_mac_vn_prefix_cmd_vtysh,
3102 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> vn <*|A.B.C.D|X:X::X:X> prefix <*|A.B.C.D/M|X:X::X:X/M>",
3103 : "clear\n"
3104 : "VNC Information\n"
3105 : "Clear mac registration information\n"
3106 : "All macs\n"
3107 : "MAC address\n"
3108 : "VNI keyword\n"
3109 : "Any virtual network identifier\n"
3110 : "Virtual network identifier\n"
3111 : "UN address of NVE\n"
3112 : "All VN addresses\n"
3113 : "VN IPv4 interface address\n"
3114 : "VN IPv6 interface address\n"
3115 : "Clear prefix registration information\n"
3116 : "All prefixes\n"
3117 : "IPv4 Prefix\n"
3118 : "IPv6 Prefix\n")
3119 :
3120 : DEFSH (VTYSH_BGPD, clear_vnc_mac_vn_un_cmd_vtysh,
3121 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> vn <*|A.B.C.D|X:X::X:X> un <*|A.B.C.D|X:X::X:X>",
3122 : "clear\n"
3123 : "VNC Information\n"
3124 : "Clear mac registration information\n"
3125 : "All macs\n"
3126 : "MAC address\n"
3127 : "VNI keyword\n"
3128 : "Any virtual network identifier\n"
3129 : "Virtual network identifier\n"
3130 : "VN address of NVE\n"
3131 : "All VN addresses\n"
3132 : "VN IPv4 interface address\n"
3133 : "VN IPv6 interface address\n"
3134 : "UN address of NVE\n"
3135 : "All UN addresses\n"
3136 : "UN IPv4 interface address\n"
3137 : "UN IPv6 interface address\n")
3138 :
3139 : DEFSH (VTYSH_BGPD, clear_vnc_mac_vn_un_prefix_cmd_vtysh,
3140 : "clear vnc mac <*|X:X:X:X:X:X> virtual-network-identifier <*|(1-4294967295)> vn <*|A.B.C.D|X:X::X:X> un <*|A.B.C.D|X:X::X:X> prefix <*|A.B.C.D/M|X:X::X:X/M>",
3141 : "clear\n"
3142 : "VNC Information\n"
3143 : "Clear mac registration information\n"
3144 : "All macs\n"
3145 : "MAC address\n"
3146 : "VNI keyword\n"
3147 : "Any virtual network identifier\n"
3148 : "Virtual network identifier\n"
3149 : "VN address of NVE\n"
3150 : "All VN addresses\n"
3151 : "VN IPv4 interface address\n"
3152 : "VN IPv6 interface address\n"
3153 : "UN address of NVE\n"
3154 : "All UN addresses\n"
3155 : "UN IPv4 interface address\n"
3156 : "UN IPv6 interface address\n"
3157 : "Clear prefix registration information\n"
3158 : "All prefixes\n"
3159 : "IPv4 prefix\n"
3160 : "IPv6 prefix\n")
3161 :
3162 : DEFSH (VTYSH_BGPD, clear_vnc_nve_all_cmd_vtysh,
3163 : "clear vnc nve *",
3164 : "clear\n"
3165 : "VNC Information\n"
3166 : "Clear per NVE information\n"
3167 : "For all NVEs\n")
3168 :
3169 : DEFSH (VTYSH_BGPD, clear_vnc_nve_un_cmd_vtysh,
3170 : "clear vnc nve un <*|A.B.C.D|X:X::X:X>",
3171 : "clear\n"
3172 : "VNC Information\n"
3173 : "Clear prefix registration information\n"
3174 : "UN address of NVE\n"
3175 : "All un nves\n"
3176 : "UN IPv4 interface address\n"
3177 : "UN IPv6 interface address\n")
3178 :
3179 : DEFSH (VTYSH_BGPD, clear_vnc_nve_un_vn_cmd_vtysh,
3180 : "clear vnc nve un <*|A.B.C.D|X:X::X:X> vn <*|A.B.C.D|X:X::X:X>",
3181 : "clear\n"
3182 : "VNC Information\n"
3183 : "Clear prefix registration information\n"
3184 : "UN address of NVE\n"
3185 : "For all un NVEs\n"
3186 : "UN IPv4 interface address\n"
3187 : "UN IPv6 interface address\n"
3188 : "VN address of NVE\n"
3189 : "For all vn NVEs\n"
3190 : "VN IPv4 interface address\n"
3191 : "VN IPv6 interface address\n")
3192 :
3193 : DEFSH (VTYSH_BGPD, clear_vnc_nve_vn_cmd_vtysh,
3194 : "clear vnc nve vn <*|A.B.C.D|X:X::X:X>",
3195 : "clear\n"
3196 : "VNC Information\n"
3197 : "Clear prefix registration information\n"
3198 : "VN address of NVE\n"
3199 : "All addresses\n"
3200 : "VN IPv4 interface address\n"
3201 : "VN IPv6 interface address\n")
3202 :
3203 : DEFSH (VTYSH_BGPD, clear_vnc_nve_vn_un_cmd_vtysh,
3204 : "clear vnc nve vn <*|A.B.C.D|X:X::X:X> un <*|A.B.C.D|X:X::X:X>",
3205 : "clear\n"
3206 : "VNC Information\n"
3207 : "Clear prefix registration information\n"
3208 : "VN address of NVE\n"
3209 : "For all NVEs\n"
3210 : "VN IPv4 interface address\n"
3211 : "VN IPv6 interface address\n"
3212 : "UN address of NVE\n"
3213 : "For all UN addresses\n"
3214 : "UN IPv4 interface address\n"
3215 : "UN IPv6 interface address\n")
3216 :
3217 : DEFSH (VTYSH_BGPD, clear_vnc_prefix_all_cmd_vtysh,
3218 : "clear vnc prefix <*|A.B.C.D/M|X:X::X:X/M> *",
3219 : "clear\n"
3220 : "VNC Information\n"
3221 : "Clear prefix registration information\n"
3222 : "All prefixes\n"
3223 : "IPv4 prefix\n"
3224 : "IPv6 prefix\n"
3225 : "From any NVE\n")
3226 :
3227 : DEFSH (VTYSH_BGPD, clear_vnc_prefix_un_cmd_vtysh,
3228 : "clear vnc prefix <*|A.B.C.D/M|X:X::X:X/M> un <*|A.B.C.D|X:X::X:X>",
3229 : "clear\n"
3230 : "VNC Information\n"
3231 : "Clear prefix registration information\n"
3232 : "All prefixes\n"
3233 : "IPv4 prefix\n"
3234 : "IPv6 prefix\n"
3235 : "UN address of NVE\n"
3236 : "All UN addresses\n"
3237 : "UN IPv4 interface address\n"
3238 : "UN IPv6 interface address\n")
3239 :
3240 : DEFSH (VTYSH_BGPD, clear_vnc_prefix_un_vn_cmd_vtysh,
3241 : "clear vnc prefix <*|A.B.C.D/M|X:X::X:X/M> un <*|A.B.C.D|X:X::X:X> vn <*|A.B.C.D|X:X::X:X>",
3242 : "clear\n"
3243 : "VNC Information\n"
3244 : "Clear prefix registration information\n"
3245 : "All prefixes\n"
3246 : "IPv4 prefix\n"
3247 : "IPv6 prefix\n"
3248 : "UN address of NVE\n"
3249 : "All UN addresses\n"
3250 : "UN IPv4 interface address\n"
3251 : "UN IPv6 interface address\n"
3252 : "VN address of NVE\n"
3253 : "All VN addresses\n"
3254 : "VN IPv4 interface address\n"
3255 : "VN IPv6 interface address\n")
3256 :
3257 : DEFSH (VTYSH_BGPD, clear_vnc_prefix_vn_cmd_vtysh,
3258 : "clear vnc prefix <*|A.B.C.D/M|X:X::X:X/M> vn <*|A.B.C.D|X:X::X:X>",
3259 : "clear\n"
3260 : "VNC Information\n"
3261 : "Clear prefix registration information\n"
3262 : "All prefixes\n"
3263 : "IPv4 prefix\n"
3264 : "IPv6 prefix\n"
3265 : "UN address of NVE\n"
3266 : "All VN addresses\n"
3267 : "VN IPv4 interface address\n"
3268 : "VN IPv6 interface address\n")
3269 :
3270 : DEFSH (VTYSH_BGPD, clear_vnc_prefix_vn_un_cmd_vtysh,
3271 : "clear vnc prefix <*|A.B.C.D/M|X:X::X:X/M> vn <*|A.B.C.D|X:X::X:X> un <*|A.B.C.D|X:X::X:X>",
3272 : "clear\n"
3273 : "VNC Information\n"
3274 : "Clear prefix registration information\n"
3275 : "All prefixes\n"
3276 : "IPv4 prefix\n"
3277 : "IPv6 prefix\n"
3278 : "VN address of NVE\n"
3279 : "All VN addresses\n"
3280 : "VN IPv4 interface address\n"
3281 : "VN IPv6 interface address\n"
3282 : "UN address of NVE\n"
3283 : "All UN addresses\n"
3284 : "UN IPv4 interface address\n"
3285 : "UN IPv6 interface address\n")
3286 :
3287 : DEFSH (VTYSH_BGPD, clear_vrf_all_cmd_vtysh,
3288 : "clear vrf NAME all",
3289 : "Clear stored data\n"
3290 : "From a VRF\n"
3291 : "VRF name\n"
3292 : "All prefixes\n")
3293 :
3294 : DEFSH (VTYSH_BGPD, clear_vrf_prefix_rd_cmd_vtysh,
3295 : "clear vrf NAME [prefix <A.B.C.D/M|X:X::X:X/M>] [rd ASN:NN_OR_IP-ADDRESS]",
3296 : "Clear stored data\n"
3297 : "From a VRF\n"
3298 : "VRF name\n"
3299 : "Prefix related information\n"
3300 : "IPv4 prefix\n"
3301 : "IPv6 prefix\n"
3302 : "Specific VRF Route Distinguisher\n"
3303 : "<as-number>:<number> or <ip-address>:<number>\n")
3304 :
3305 : DEFSH (VTYSH_ZEBRA, clear_zebra_fpm_stats_cmd_vtysh,
3306 : "clear zebra fpm stats",
3307 : "Reset functions\n"
3308 : "Zebra information\n"
3309 : "Clear Forwarding Path Manager information\n"
3310 : "Statistics\n")
3311 :
3312 : DEFSH (VTYSH_ALL, config_log_ec_cmd_vtysh,
3313 : "[no] log error-category",
3314 : "Negate a command or set its defaults\n"
3315 : "Logging control\n"
3316 : "Prefix log message text with [EC 9999] code\n")
3317 :
3318 : DEFSH (VTYSH_ALL, config_log_facility_cmd_vtysh,
3319 : "log facility <kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|local0|local1|local2|local3|local4|local5|local6|local7>$facilityarg",
3320 : "Logging control\n"
3321 : "Facility parameter for syslog messages\n"
3322 : "Kernel\n"
3323 : "User process\n"
3324 : "Mail system\n"
3325 : "System daemons\n"
3326 : "Authorization system\n"
3327 : "Syslog itself\n"
3328 : "Line printer system\n"
3329 : "USENET news\n"
3330 : "Unix-to-Unix copy system\n"
3331 : "Cron/at facility\n"
3332 : "Local use\n"
3333 : "Local use\n"
3334 : "Local use\n"
3335 : "Local use\n"
3336 : "Local use\n"
3337 : "Local use\n"
3338 : "Local use\n"
3339 : "Local use\n")
3340 :
3341 : DEFSH (VTYSH_ALL, config_log_file_cmd_vtysh,
3342 : "log file FILENAME [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>$levelarg]",
3343 : "Logging control\n"
3344 : "Logging to file\n"
3345 : "Logging filename\n"
3346 : "System is unusable\n"
3347 : "Immediate action needed\n"
3348 : "Critical conditions\n"
3349 : "Error conditions\n"
3350 : "Warning conditions\n"
3351 : "Normal but significant conditions\n"
3352 : "Informational messages\n"
3353 : "Debugging messages\n")
3354 :
3355 : DEFSH (VTYSH_ALL, config_log_filterfile_cmd_vtysh,
3356 : "log filtered-file FILENAME [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>$levelarg]",
3357 : "Logging control\n"
3358 : "Logging to file with string filter\n"
3359 : "Logging filename\n"
3360 : "System is unusable\n"
3361 : "Immediate action needed\n"
3362 : "Critical conditions\n"
3363 : "Error conditions\n"
3364 : "Warning conditions\n"
3365 : "Normal but significant conditions\n"
3366 : "Informational messages\n"
3367 : "Debugging messages\n")
3368 :
3369 : DEFSH_HIDDEN (VTYSH_ALL, config_log_monitor_cmd_vtysh,
3370 : "log monitor [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
3371 : "Logging control\n"
3372 : "Set terminal line (monitor) logging level\n"
3373 : "System is unusable\n"
3374 : "Immediate action needed\n"
3375 : "Critical conditions\n"
3376 : "Error conditions\n"
3377 : "Warning conditions\n"
3378 : "Normal but significant conditions\n"
3379 : "Informational messages\n"
3380 : "Debugging messages\n")
3381 :
3382 : DEFSH (VTYSH_ALL, config_log_record_priority_cmd_vtysh,
3383 : "log record-priority",
3384 : "Logging control\n"
3385 : "Log the priority of the message within the message\n")
3386 :
3387 : DEFSH (VTYSH_ALL, config_log_stdout_cmd_vtysh,
3388 : "log stdout [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>$levelarg]",
3389 : "Logging control\n"
3390 : "Set stdout logging level\n"
3391 : "System is unusable\n"
3392 : "Immediate action needed\n"
3393 : "Critical conditions\n"
3394 : "Error conditions\n"
3395 : "Warning conditions\n"
3396 : "Normal but significant conditions\n"
3397 : "Informational messages\n"
3398 : "Debugging messages\n")
3399 :
3400 : DEFSH (VTYSH_ALL, config_log_syslog_cmd_vtysh,
3401 : "log syslog [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>$levelarg]",
3402 : "Logging control\n"
3403 : "Set syslog logging level\n"
3404 : "System is unusable\n"
3405 : "Immediate action needed\n"
3406 : "Critical conditions\n"
3407 : "Error conditions\n"
3408 : "Warning conditions\n"
3409 : "Normal but significant conditions\n"
3410 : "Informational messages\n"
3411 : "Debugging messages\n")
3412 :
3413 : DEFSH (VTYSH_ALL, config_log_timestamp_precision_cmd_vtysh,
3414 : "log timestamp precision (0-6)",
3415 : "Logging control\n"
3416 : "Timestamp configuration\n"
3417 : "Set the timestamp precision\n"
3418 : "Number of subsecond digits\n")
3419 :
3420 : DEFSH (VTYSH_ALL, config_log_xid_cmd_vtysh,
3421 : "[no] log unique-id",
3422 : "Negate a command or set its defaults\n"
3423 : "Logging control\n"
3424 : "Prefix log message text with [XXXXX-XXXXX] identifier\n")
3425 :
3426 : DEFSH (VTYSH_WATCHFRR, config_write_integrated_cmd_vtysh,
3427 : "write integrated",
3428 : "Write running configuration to memory, network, or terminal\n"
3429 : "Write integrated all-daemon frr.conf file\n")
3430 :
3431 : DEFSH (VTYSH_SHARPD, create_session_cmd_vtysh,
3432 : "sharp create session (1-1024)",
3433 : "Sharp Routing Protocol\n"
3434 : "Create data\n"
3435 : "Create a test session\n"
3436 : "Session ID\n")
3437 :
3438 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, cryptographic_algorithm_cmd_vtysh,
3439 : "cryptographic-algorithm <md5|hmac-sha-1|hmac-sha-256|hmac-sha-384|hmac-sha-512>",
3440 : "Cryptographic-algorithm\n"
3441 : "Use MD5 algorithm\n"
3442 : "Use HMAC-SHA-1 algorithm\n"
3443 : "Use HMAC-SHA-256 algorithm\n"
3444 : "Use HMAC-SHA-384 algorithm\n"
3445 : "Use HMAC-SHA-512 algorithm\n")
3446 :
3447 : DEFSH (VTYSH_ISISD, csnp_interval_cmd_vtysh,
3448 : "isis csnp-interval (1-600)$intv [level-1|level-2]$level",
3449 : "IS-IS routing protocol\n"
3450 : "Set CSNP interval in seconds\n"
3451 : "CSNP interval value\n"
3452 : "Specify interval for level-1 CSNPs\n"
3453 : "Specify interval for level-2 CSNPs\n")
3454 :
3455 : DEFSH (VTYSH_BABELD, debug_babel_cmd_vtysh,
3456 : "debug babel <common|kernel|filter|timeout|interface|route|all>",
3457 : "Enable debug messages for specific or all part.\n"
3458 : "Babel information\n"
3459 : "Common messages (default)\n"
3460 : "Kernel messages\n"
3461 : "Filter messages\n"
3462 : "Timeout messages\n"
3463 : "Interface messages\n"
3464 : "Route messages\n"
3465 : "All messages\n")
3466 :
3467 : DEFSH (VTYSH_BGPD, debug_bgp_as4_cmd_vtysh,
3468 : "debug bgp as4",
3469 : "Debugging functions\n"
3470 : "BGP information\n"
3471 : "BGP AS4 actions\n")
3472 :
3473 : DEFSH (VTYSH_BGPD, debug_bgp_as4_segment_cmd_vtysh,
3474 : "debug bgp as4 segment",
3475 : "Debugging functions\n"
3476 : "BGP information\n"
3477 : "BGP AS4 actions\n"
3478 : "BGP AS4 aspath segment handling\n")
3479 :
3480 : DEFSH (VTYSH_BGPD, debug_bgp_bestpath_prefix_cmd_vtysh,
3481 : "debug bgp bestpath <A.B.C.D/M|X:X::X:X/M>$prefix",
3482 : "Debugging functions\n"
3483 : "BGP information\n"
3484 : "BGP bestpath\n"
3485 : "IPv4 prefix\n"
3486 : "IPv6 prefix\n")
3487 :
3488 : DEFSH (VTYSH_BGPD, debug_bgp_bfd_cmd_vtysh,
3489 : "[no] debug bgp bfd",
3490 : "Negate a command or set its defaults\n"
3491 : "Debugging functions\n"
3492 : "BGP information\n"
3493 : "Bidirection Forwarding Detection\n")
3494 :
3495 : DEFSH (VTYSH_BGPD, debug_bgp_cond_adv_cmd_vtysh,
3496 : "[no$no] debug bgp conditional-advertisement",
3497 : "Negate a command or set its defaults\n"
3498 : "Debugging functions\n"
3499 : "BGP information\n"
3500 : "BGP conditional advertisement\n")
3501 :
3502 : DEFSH (VTYSH_BGPD, debug_bgp_evpn_mh_cmd_vtysh,
3503 : "[no$no] debug bgp evpn mh <es$es|route$rt>",
3504 : "Negate a command or set its defaults\n"
3505 : "Debugging functions\n"
3506 : "BGP information\n"
3507 : "EVPN\n"
3508 : "Multihoming\n"
3509 : "Ethernet Segment debugging\n"
3510 : "Route debugging\n")
3511 :
3512 : DEFSH (VTYSH_BGPD, debug_bgp_flowspec_cmd_vtysh,
3513 : "debug bgp flowspec",
3514 : "Debugging functions\n"
3515 : "BGP information\n"
3516 : "BGP allow flowspec debugging entries\n")
3517 :
3518 : DEFSH (VTYSH_BGPD, debug_bgp_graceful_restart_cmd_vtysh,
3519 : "debug bgp graceful-restart",
3520 : "Debugging functions\n"
3521 : "BGP information\n"
3522 : "Graceful Restart - Enable Debug Logs\n")
3523 :
3524 : DEFSH (VTYSH_BGPD, debug_bgp_keepalive_cmd_vtysh,
3525 : "debug bgp keepalives",
3526 : "Debugging functions\n"
3527 : "BGP information\n"
3528 : "BGP keepalives\n")
3529 :
3530 : DEFSH (VTYSH_BGPD, debug_bgp_keepalive_peer_cmd_vtysh,
3531 : "debug bgp keepalives <A.B.C.D|X:X::X:X|WORD>",
3532 : "Debugging functions\n"
3533 : "BGP information\n"
3534 : "BGP keepalives\n"
3535 : "BGP IPv4 neighbor to debug\n"
3536 : "BGP IPv6 neighbor to debug\n"
3537 : "BGP neighbor on interface to debug\n")
3538 :
3539 : DEFSH (VTYSH_BGPD, debug_bgp_labelpool_cmd_vtysh,
3540 : "debug bgp labelpool",
3541 : "Debugging functions\n"
3542 : "BGP information\n"
3543 : "label pool\n")
3544 :
3545 : DEFSH (VTYSH_BGPD, debug_bgp_neighbor_events_cmd_vtysh,
3546 : "debug bgp neighbor-events",
3547 : "Debugging functions\n"
3548 : "BGP information\n"
3549 : "BGP Neighbor Events\n")
3550 :
3551 : DEFSH (VTYSH_BGPD, debug_bgp_neighbor_events_peer_cmd_vtysh,
3552 : "debug bgp neighbor-events <A.B.C.D|X:X::X:X|WORD>",
3553 : "Debugging functions\n"
3554 : "BGP information\n"
3555 : "BGP Neighbor Events\n"
3556 : "BGP neighbor IP address to debug\n"
3557 : "BGP IPv6 neighbor to debug\n"
3558 : "BGP neighbor on interface to debug\n")
3559 :
3560 : DEFSH (VTYSH_BGPD, debug_bgp_nht_cmd_vtysh,
3561 : "debug bgp nht",
3562 : "Debugging functions\n"
3563 : "BGP information\n"
3564 : "BGP nexthop tracking events\n")
3565 :
3566 : DEFSH (VTYSH_BGPD, debug_bgp_pbr_cmd_vtysh,
3567 : "debug bgp pbr [error]",
3568 : "Debugging functions\n"
3569 : "BGP information\n"
3570 : "BGP policy based routing\n"
3571 : "BGP PBR error\n")
3572 :
3573 : DEFSH (VTYSH_BGPD, debug_bgp_update_cmd_vtysh,
3574 : "debug bgp updates",
3575 : "Debugging functions\n"
3576 : "BGP information\n"
3577 : "BGP updates\n")
3578 :
3579 : DEFSH (VTYSH_BGPD, debug_bgp_update_direct_cmd_vtysh,
3580 : "debug bgp updates <in|out>",
3581 : "Debugging functions\n"
3582 : "BGP information\n"
3583 : "BGP updates\n"
3584 : "Inbound updates\n"
3585 : "Outbound updates\n")
3586 :
3587 : DEFSH (VTYSH_BGPD, debug_bgp_update_direct_peer_cmd_vtysh,
3588 : "debug bgp updates <in|out> <A.B.C.D|X:X::X:X|WORD>",
3589 : "Debugging functions\n"
3590 : "BGP information\n"
3591 : "BGP updates\n"
3592 : "Inbound updates\n"
3593 : "Outbound updates\n"
3594 : "BGP neighbor IP address to debug\n"
3595 : "BGP IPv6 neighbor to debug\n"
3596 : "BGP neighbor on interface to debug\n")
3597 :
3598 : DEFSH (VTYSH_BGPD, debug_bgp_update_groups_cmd_vtysh,
3599 : "debug bgp update-groups",
3600 : "Debugging functions\n"
3601 : "BGP information\n"
3602 : "BGP update-groups\n")
3603 :
3604 : DEFSH (VTYSH_BGPD, debug_bgp_update_prefix_afi_safi_cmd_vtysh,
3605 : "debug bgp updates prefix l2vpn$afi evpn$safi type <<macip|2> mac <X:X:X:X:X:X|X:X:X:X:X:X/M> [ip <A.B.C.D|X:X::X:X>]|<multicast|3> ip <A.B.C.D|X:X::X:X>|<prefix|5> ip <A.B.C.D/M|X:X::X:X/M>>",
3606 : "Debugging functions\n"
3607 : "BGP information\n"
3608 : "BGP updates\n"
3609 : "Specify a prefix to debug\n"
3610 : "Layer 2 Virtual Private Network\n"
3611 : "Ethernet Virtual Private Network\n"
3612 : "Specify Route type\n"
3613 : "MAC-IP (Type-2) route\n"
3614 : "MAC-IP (Type-2) route\n"
3615 : "MAC address\n"
3616 : "MAC address\n"
3617 : "MAC address\n"
3618 : "IP information\n"
3619 : "IPv4 address\n"
3620 : "IPv6 address\n"
3621 : "Multicast (Type-3) route\n"
3622 : "Multicast (Type-3) route\n"
3623 : "IP information\n"
3624 : "IPv4 address\n"
3625 : "IPv6 address\n"
3626 : "Prefix (Type-5) route\n"
3627 : "Prefix (Type-5) route\n"
3628 : "IP information\n"
3629 : "IPv4 prefix\n"
3630 : "IPv6 prefix\n")
3631 :
3632 : DEFSH (VTYSH_BGPD, debug_bgp_update_prefix_cmd_vtysh,
3633 : "debug bgp updates prefix <A.B.C.D/M|X:X::X:X/M>$prefix",
3634 : "Debugging functions\n"
3635 : "BGP information\n"
3636 : "BGP updates\n"
3637 : "Specify a prefix to debug\n"
3638 : "IPv4 prefix\n"
3639 : "IPv6 prefix\n")
3640 :
3641 : DEFSH (VTYSH_BGPD, debug_bgp_vnc_cmd_vtysh,
3642 : "debug bgp vnc <rfapi-query|import-bi-attach|import-del-remote|verbose>",
3643 : "Debugging functions\n"
3644 : "BGP information\n"
3645 : "VNC information\n"
3646 : "rfapi query handling\n"
3647 : "import BI atachment\n"
3648 : "import delete remote routes\n"
3649 : "verbose logging\n")
3650 :
3651 : DEFSH (VTYSH_BGPD, debug_bgp_vpn_cmd_vtysh,
3652 : "debug bgp vpn <leak-from-vrf|leak-to-vrf|rmap-event|label>",
3653 : "Debugging functions\n"
3654 : "BGP information\n"
3655 : "VPN routes\n"
3656 : "leaked from vrf to vpn\n"
3657 : "leaked to vrf from vpn\n"
3658 : "route-map updates\n"
3659 : "labels\n")
3660 :
3661 : DEFSH (VTYSH_BGPD, debug_bgp_zebra_cmd_vtysh,
3662 : "debug bgp zebra",
3663 : "Debugging functions\n"
3664 : "BGP information\n"
3665 : "BGP Zebra messages\n")
3666 :
3667 : DEFSH (VTYSH_BGPD, debug_bgp_zebra_prefix_cmd_vtysh,
3668 : "debug bgp zebra prefix <A.B.C.D/M|X:X::X:X/M>$prefix",
3669 : "Debugging functions\n"
3670 : "BGP information\n"
3671 : "BGP Zebra messages\n"
3672 : "Specify a prefix to debug\n"
3673 : "IPv4 prefix\n"
3674 : "IPv6 prefix\n")
3675 :
3676 : DEFSH (VTYSH_PIMD, debug_bsm_cmd_vtysh,
3677 : "debug pim bsm",
3678 : "Debugging functions\n"
3679 : "PIM protocol activity\n"
3680 : "BSR message processing activity\n")
3681 :
3682 : DEFSH (VTYSH_EIGRPD, debug_eigrp_packets_all_cmd_vtysh,
3683 : "debug eigrp packets <siaquery|siareply|ack|hello|probe|query|reply|request|retry|stub|terse|update|all> [send|receive] [detail]",
3684 : "Debugging functions\n"
3685 : "EIGRP information\n"
3686 : "EIGRP packets\n"
3687 : "EIGRP SIA-Query packets\n"
3688 : "EIGRP SIA-Reply packets\n"
3689 : "EIGRP ack packets\n"
3690 : "EIGRP hello packets\n"
3691 : "EIGRP probe packets\n"
3692 : "EIGRP query packets\n"
3693 : "EIGRP reply packets\n"
3694 : "EIGRP request packets\n"
3695 : "EIGRP retransmissions\n"
3696 : "EIGRP stub packets\n"
3697 : "Display all EIGRP packets except Hellos\n"
3698 : "EIGRP update packets\n"
3699 : "Display all EIGRP packets\n"
3700 : "Send Packets\n"
3701 : "Receive Packets\n"
3702 : "Detail Information\n")
3703 :
3704 : DEFSH (VTYSH_EIGRPD, debug_eigrp_transmit_cmd_vtysh,
3705 : "debug eigrp transmit <send|recv|all> [detail]",
3706 : "Debugging functions\n"
3707 : "EIGRP information\n"
3708 : "EIGRP transmission events\n"
3709 : "packet sent\n"
3710 : "packet received\n"
3711 : "all packets\n"
3712 : "Detailed Information\n")
3713 :
3714 : DEFSH (VTYSH_PIMD, debug_igmp_cmd_vtysh,
3715 : "debug igmp",
3716 : "Debugging functions\n"
3717 : "IGMP protocol activity\n")
3718 :
3719 : DEFSH (VTYSH_PIMD, debug_igmp_events_cmd_vtysh,
3720 : "debug igmp events",
3721 : "Debugging functions\n"
3722 : "IGMP protocol activity\n"
3723 : "IGMP protocol events\n")
3724 :
3725 : DEFSH (VTYSH_PIMD, debug_igmp_packets_cmd_vtysh,
3726 : "debug igmp packets",
3727 : "Debugging functions\n"
3728 : "IGMP protocol activity\n"
3729 : "IGMP protocol packets\n")
3730 :
3731 : DEFSH (VTYSH_PIMD, debug_igmp_trace_cmd_vtysh,
3732 : "debug igmp trace",
3733 : "Debugging functions\n"
3734 : "IGMP protocol activity\n"
3735 : "IGMP internal daemon activity\n")
3736 :
3737 : DEFSH (VTYSH_PIMD, debug_igmp_trace_detail_cmd_vtysh,
3738 : "debug igmp trace detail",
3739 : "Debugging functions\n"
3740 : "IGMP protocol activity\n"
3741 : "IGMP internal daemon activity\n"
3742 : "detailed\n")
3743 :
3744 : DEFSH (VTYSH_ISISD, debug_isis_adj_cmd_vtysh,
3745 : "debug isis adj-packets",
3746 : "Debugging functions\n"
3747 : "IS-IS routing protocol\n"
3748 : "IS-IS Adjacency related packets\n")
3749 :
3750 : DEFSH (VTYSH_ISISD, debug_isis_bfd_cmd_vtysh,
3751 : "debug isis bfd",
3752 : "Debugging functions\n"
3753 : "IS-IS routing protocol\n"
3754 : "isis interaction with BFD\n")
3755 :
3756 : DEFSH (VTYSH_ISISD, debug_isis_events_cmd_vtysh,
3757 : "debug isis events",
3758 : "Debugging functions\n"
3759 : "IS-IS routing protocol\n"
3760 : "IS-IS Events\n")
3761 :
3762 : DEFSH (VTYSH_ISISD, debug_isis_flooding_cmd_vtysh,
3763 : "debug isis flooding",
3764 : "Debugging functions\n"
3765 : "IS-IS routing protocol\n"
3766 : "Flooding algorithm\n")
3767 :
3768 : DEFSH (VTYSH_ISISD, debug_isis_ldp_sync_cmd_vtysh,
3769 : "debug isis ldp-sync",
3770 : "Debugging functions\n"
3771 : "IS-IS routing protocol\n"
3772 : "isis interaction with LDP-Sync\n")
3773 :
3774 : DEFSH (VTYSH_ISISD, debug_isis_lfa_cmd_vtysh,
3775 : "debug isis lfa",
3776 : "Debugging functions\n"
3777 : "IS-IS routing protocol\n"
3778 : "IS-IS LFA Events\n")
3779 :
3780 : DEFSH (VTYSH_ISISD, debug_isis_lsp_gen_cmd_vtysh,
3781 : "debug isis lsp-gen",
3782 : "Debugging functions\n"
3783 : "IS-IS routing protocol\n"
3784 : "IS-IS generation of own LSPs\n")
3785 :
3786 : DEFSH (VTYSH_ISISD, debug_isis_lsp_sched_cmd_vtysh,
3787 : "debug isis lsp-sched",
3788 : "Debugging functions\n"
3789 : "IS-IS routing protocol\n"
3790 : "IS-IS scheduling of LSP generation\n")
3791 :
3792 : DEFSH (VTYSH_ISISD, debug_isis_packet_dump_cmd_vtysh,
3793 : "debug isis packet-dump",
3794 : "Debugging functions\n"
3795 : "IS-IS routing protocol\n"
3796 : "IS-IS packet dump\n")
3797 :
3798 : DEFSH (VTYSH_ISISD, debug_isis_rtevents_cmd_vtysh,
3799 : "debug isis route-events",
3800 : "Debugging functions\n"
3801 : "IS-IS routing protocol\n"
3802 : "IS-IS Route related events\n")
3803 :
3804 : DEFSH (VTYSH_ISISD, debug_isis_snp_cmd_vtysh,
3805 : "debug isis snp-packets",
3806 : "Debugging functions\n"
3807 : "IS-IS routing protocol\n"
3808 : "IS-IS CSNP/PSNP packets\n")
3809 :
3810 : DEFSH (VTYSH_ISISD, debug_isis_spfevents_cmd_vtysh,
3811 : "debug isis spf-events",
3812 : "Debugging functions\n"
3813 : "IS-IS routing protocol\n"
3814 : "IS-IS Shortest Path First Events\n")
3815 :
3816 : DEFSH (VTYSH_ISISD, debug_isis_srevents_cmd_vtysh,
3817 : "debug isis sr-events",
3818 : "Debugging functions\n"
3819 : "IS-IS routing protocol\n"
3820 : "IS-IS Segment Routing Events\n")
3821 :
3822 : DEFSH (VTYSH_ISISD, debug_isis_teevents_cmd_vtysh,
3823 : "debug isis te-events",
3824 : "Debugging functions\n"
3825 : "IS-IS routing protocol\n"
3826 : "IS-IS Traffic Engineering Events\n")
3827 :
3828 : DEFSH (VTYSH_ISISD, debug_isis_tx_queue_cmd_vtysh,
3829 : "debug isis tx-queue",
3830 : "Debugging functions\n"
3831 : "IS-IS routing protocol\n"
3832 : "IS-IS TX queues\n")
3833 :
3834 : DEFSH (VTYSH_ISISD, debug_isis_upd_cmd_vtysh,
3835 : "debug isis update-packets",
3836 : "Debugging functions\n"
3837 : "IS-IS routing protocol\n"
3838 : "IS-IS Update related packets\n")
3839 :
3840 : DEFSH (VTYSH_PIM6D, debug_mld_cmd_vtysh,
3841 : "[no] debug mld",
3842 : "Negate a command or set its defaults\n"
3843 : "Debugging functions\n"
3844 : "MLD protocol activity\n")
3845 :
3846 : DEFSH (VTYSH_PIM6D, debug_mld_events_cmd_vtysh,
3847 : "[no] debug mld events",
3848 : "Negate a command or set its defaults\n"
3849 : "Debugging functions\n"
3850 : "MLD protocol activity\n"
3851 : "MLD protocol events\n")
3852 :
3853 : DEFSH (VTYSH_PIM6D, debug_mld_packets_cmd_vtysh,
3854 : "[no] debug mld packets",
3855 : "Negate a command or set its defaults\n"
3856 : "Debugging functions\n"
3857 : "MLD protocol activity\n"
3858 : "MLD protocol packets\n")
3859 :
3860 : DEFSH (VTYSH_PIM6D, debug_mld_trace_cmd_vtysh,
3861 : "[no] debug mld trace",
3862 : "Negate a command or set its defaults\n"
3863 : "Debugging functions\n"
3864 : "MLD protocol activity\n"
3865 : "MLD internal daemon activity\n")
3866 :
3867 : DEFSH (VTYSH_PIM6D, debug_mld_trace_detail_cmd_vtysh,
3868 : "[no] debug mld trace detail",
3869 : "Negate a command or set its defaults\n"
3870 : "Debugging functions\n"
3871 : "MLD protocol activity\n"
3872 : "MLD internal daemon activity\n"
3873 : "detailed\n")
3874 :
3875 : DEFSH (VTYSH_PIM6D, debug_mroute6_cmd_vtysh,
3876 : "[no] debug mroute6",
3877 : "Negate a command or set its defaults\n"
3878 : "Debugging functions\n"
3879 : "PIMv6 interaction with kernel MFC cache\n")
3880 :
3881 : DEFSH (VTYSH_PIM6D, debug_mroute6_detail_cmd_vtysh,
3882 : "[no] debug mroute6 detail",
3883 : "Negate a command or set its defaults\n"
3884 : "Debugging functions\n"
3885 : "PIMv6 interaction with kernel MFC cache\n"
3886 : "detailed\n")
3887 :
3888 : DEFSH (VTYSH_PIMD, debug_mroute_cmd_vtysh,
3889 : "debug mroute",
3890 : "Debugging functions\n"
3891 : "PIM interaction with kernel MFC cache\n")
3892 :
3893 : DEFSH (VTYSH_PIMD, debug_mroute_detail_cmd_vtysh,
3894 : "debug mroute detail",
3895 : "Debugging functions\n"
3896 : "PIM interaction with kernel MFC cache\n"
3897 : "detailed\n")
3898 :
3899 : DEFSH (VTYSH_PIMD, debug_msdp_cmd_vtysh,
3900 : "debug msdp",
3901 : "Debugging functions\n"
3902 : "MSDP protocol activity\n")
3903 :
3904 : DEFSH (VTYSH_PIMD, debug_msdp_events_cmd_vtysh,
3905 : "debug msdp events",
3906 : "Debugging functions\n"
3907 : "MSDP protocol activity\n"
3908 : "MSDP protocol events\n")
3909 :
3910 : DEFSH (VTYSH_PIMD, debug_msdp_packets_cmd_vtysh,
3911 : "debug msdp packets",
3912 : "Debugging functions\n"
3913 : "MSDP protocol activity\n"
3914 : "MSDP protocol packets\n")
3915 :
3916 : DEFSH (VTYSH_PIMD, debug_mtrace_cmd_vtysh,
3917 : "debug mtrace",
3918 : "Debugging functions\n"
3919 : "Mtrace protocol activity\n")
3920 :
3921 : DEFSH (VTYSH_NHRPD, debug_nhrp_cmd_vtysh,
3922 : "debug nhrp <all|common|event|interface|kernel|route|vici>",
3923 : "Enable debug messages for specific or all parts.\n"
3924 : "NHRP information\n"
3925 : "All messages\n"
3926 : "Common messages (default)\n"
3927 : "Event manager messages\n"
3928 : "Interface messages\n"
3929 : "Kernel messages\n"
3930 : "Route messages\n"
3931 : "VICI messages\n")
3932 :
3933 : DEFSH (VTYSH_OSPF6D, debug_ospf6_abr_cmd_vtysh,
3934 : "debug ospf6 abr",
3935 : "Debugging functions\n"
3936 : "Open Shortest Path First (OSPF) for IPv6\n"
3937 : "Debug OSPFv3 ABR function\n")
3938 :
3939 : DEFSH (VTYSH_OSPF6D, debug_ospf6_asbr_cmd_vtysh,
3940 : "debug ospf6 asbr",
3941 : "Debugging functions\n"
3942 : "Open Shortest Path First (OSPF) for IPv6\n"
3943 : "Debug OSPFv3 ASBR function\n")
3944 :
3945 : DEFSH (VTYSH_OSPF6D, debug_ospf6_auth_cmd_vtysh,
3946 : "debug ospf6 authentication [<tx|rx>]",
3947 : "Debugging functions\n"
3948 : "Open Shortest Path First (OSPF) for IPv6\n"
3949 : "debug OSPF6 authentication\n"
3950 : "debug authentication tx\n"
3951 : "debug authentication rx\n")
3952 :
3953 : DEFSH (VTYSH_OSPF6D, debug_ospf6_brouter_area_cmd_vtysh,
3954 : "debug ospf6 border-routers area-id A.B.C.D",
3955 : "Debugging functions\n"
3956 : "Open Shortest Path First (OSPF) for IPv6\n"
3957 : "Debug border router\n"
3958 : "Debug border routers in specific Area\n"
3959 : "Specify Area-ID\n")
3960 :
3961 : DEFSH (VTYSH_OSPF6D, debug_ospf6_brouter_cmd_vtysh,
3962 : "debug ospf6 border-routers",
3963 : "Debugging functions\n"
3964 : "Open Shortest Path First (OSPF) for IPv6\n"
3965 : "Debug border router\n")
3966 :
3967 : DEFSH (VTYSH_OSPF6D, debug_ospf6_brouter_router_cmd_vtysh,
3968 : "debug ospf6 border-routers router-id A.B.C.D",
3969 : "Debugging functions\n"
3970 : "Open Shortest Path First (OSPF) for IPv6\n"
3971 : "Debug border router\n"
3972 : "Debug specific border router\n"
3973 : "Specify border-router's router-id\n")
3974 :
3975 : DEFSH (VTYSH_OSPF6D, debug_ospf6_flooding_cmd_vtysh,
3976 : "debug ospf6 flooding",
3977 : "Debugging functions\n"
3978 : "Open Shortest Path First (OSPF) for IPv6\n"
3979 : "Debug OSPFv3 flooding function\n")
3980 :
3981 : DEFSH (VTYSH_OSPF6D, debug_ospf6_gr_cmd_vtysh,
3982 : "[no$no] debug ospf6 graceful-restart",
3983 : "Negate a command or set its defaults\n"
3984 : "Debugging functions\n"
3985 : "Open Shortest Path First (OSPF) for IPv6\n"
3986 : "Graceful restart\n")
3987 :
3988 : DEFSH (VTYSH_OSPF6D, debug_ospf6_interface_cmd_vtysh,
3989 : "debug ospf6 interface",
3990 : "Debugging functions\n"
3991 : "Open Shortest Path First (OSPF) for IPv6\n"
3992 : "Debug OSPFv3 Interface\n")
3993 :
3994 : DEFSH (VTYSH_OSPF6D, debug_ospf6_lsa_aggregation_cmd_vtysh,
3995 : "[no] debug ospf6 lsa aggregation",
3996 : "Negate a command or set its defaults\n"
3997 : "Debugging functions\n"
3998 : "Open Shortest Path First (OSPF) for IPv6\n"
3999 : "Debug Link State Advertisements (LSAs)\n"
4000 : "External LSA Aggregation\n")
4001 :
4002 : DEFSH (VTYSH_OSPF6D, debug_ospf6_lsa_all_cmd_vtysh,
4003 : "[no$no] debug ospf6 lsa all",
4004 : "Negate a command or set its defaults\n"
4005 : "Debugging functions\n"
4006 : "Open Shortest Path First (OSPF) for IPv6\n"
4007 : "Debug Link State Advertisements (LSAs)\n"
4008 : "Display for all types of LSAs\n")
4009 :
4010 : DEFSH (VTYSH_OSPF6D, debug_ospf6_lsa_hex_cmd_vtysh,
4011 : "debug ospf6 lsa <router|network|inter-prefix|inter-router|as-external|nssa|link|intra-prefix|unknown> [<originate|examine|flooding>]",
4012 : "Debugging functions\n"
4013 : "Open Shortest Path First (OSPF) for IPv6\n"
4014 : "Debug Link State Advertisements (LSAs)\n"
4015 : "Display Router LSAs\n"
4016 : "Display Network LSAs\n"
4017 : "Display Inter-Area-Prefix LSAs\n"
4018 : "Display Inter-Router LSAs\n"
4019 : "Display As-External LSAs\n"
4020 : "Display NSSA LSAs\n"
4021 : "Display Link LSAs\n"
4022 : "Display Intra-Area-Prefix LSAs\n"
4023 : "Display LSAs of unknown origin\n"
4024 : "Display details of LSAs\n"
4025 : "Dump LSAs\n"
4026 : "Display LSA's internal information\n")
4027 :
4028 : DEFSH (VTYSH_OSPF6D, debug_ospf6_message_cmd_vtysh,
4029 : "debug ospf6 message <unknown|hello|dbdesc|lsreq|lsupdate|lsack|all> [<send|recv|send-hdr|recv-hdr>]",
4030 : "Debugging functions\n"
4031 : "Open Shortest Path First (OSPF) for IPv6\n"
4032 : "Debug OSPFv3 message\n"
4033 : "Debug Unknown message\n"
4034 : "Debug Hello message\n"
4035 : "Debug Database Description message\n"
4036 : "Debug Link State Request message\n"
4037 : "Debug Link State Update message\n"
4038 : "Debug Link State Acknowledgement message\n"
4039 : "Debug All message\n"
4040 : "Debug only sending message, entire packet\n"
4041 : "Debug only receiving message, entire packet\n"
4042 : "Debug only sending message, header only\n"
4043 : "Debug only receiving message, header only\n")
4044 :
4045 : DEFSH (VTYSH_OSPF6D, debug_ospf6_neighbor_cmd_vtysh,
4046 : "debug ospf6 neighbor [<state|event>]",
4047 : "Debugging functions\n"
4048 : "Open Shortest Path First (OSPF) for IPv6\n"
4049 : "Debug OSPFv3 Neighbor\n"
4050 : "Debug OSPFv3 Neighbor State Change\n"
4051 : "Debug OSPFv3 Neighbor Event\n")
4052 :
4053 : DEFSH (VTYSH_OSPF6D, debug_ospf6_nssa_cmd_vtysh,
4054 : "debug ospf6 nssa",
4055 : "Debugging functions\n"
4056 : "Open Shortest Path First (OSPF) for IPv6\n"
4057 : "Debug OSPFv3 NSSA function\n")
4058 :
4059 : DEFSH (VTYSH_OSPF6D, debug_ospf6_route_cmd_vtysh,
4060 : "[no$no] debug ospf6 route <all|table|intra-area|inter-area|memory>",
4061 : "Negate a command or set its defaults\n"
4062 : "Debugging functions\n"
4063 : "Open Shortest Path First (OSPF) for IPv6\n"
4064 : "Debug routes\n"
4065 : "Debug for all types of route calculation\n"
4066 : "Debug route table calculation\n"
4067 : "Debug intra-area route calculation\n"
4068 : "Debug inter-area route calculation\n"
4069 : "Debug route memory use\n")
4070 :
4071 : DEFSH (VTYSH_OSPF6D, debug_ospf6_spf_database_cmd_vtysh,
4072 : "debug ospf6 spf database",
4073 : "Debugging functions\n"
4074 : "Open Shortest Path First (OSPF) for IPv6\n"
4075 : "Debug SPF Calculation\n"
4076 : "Log number of LSAs at SPF Calculation time\n")
4077 :
4078 : DEFSH (VTYSH_OSPF6D, debug_ospf6_spf_process_cmd_vtysh,
4079 : "debug ospf6 spf process",
4080 : "Debugging functions\n"
4081 : "Open Shortest Path First (OSPF) for IPv6\n"
4082 : "Debug SPF Calculation\n"
4083 : "Debug Detailed SPF Process\n")
4084 :
4085 : DEFSH (VTYSH_OSPF6D, debug_ospf6_spf_time_cmd_vtysh,
4086 : "debug ospf6 spf time",
4087 : "Debugging functions\n"
4088 : "Open Shortest Path First (OSPF) for IPv6\n"
4089 : "Debug SPF Calculation\n"
4090 : "Measure time taken by SPF Calculation\n")
4091 :
4092 : DEFSH (VTYSH_OSPF6D, debug_ospf6_vlink_cmd_vtysh,
4093 : "[no] debug ospf6 virtual-link",
4094 : "Negate a command or set its defaults\n"
4095 : "Debugging functions\n"
4096 : "Open Shortest Path First (OSPF) for IPv6\n"
4097 : "Debug OSPFv3 Virtual link management\n")
4098 :
4099 : DEFSH (VTYSH_OSPF6D, debug_ospf6_zebra_sendrecv_cmd_vtysh,
4100 : "debug ospf6 zebra [<send|recv>]",
4101 : "Debugging functions\n"
4102 : "Open Shortest Path First (OSPF) for IPv6\n"
4103 : "Debug connection between zebra\n"
4104 : "Debug Sending zebra\n"
4105 : "Debug Receiving zebra\n")
4106 :
4107 : DEFSH (VTYSH_OSPFD, debug_ospf_bfd_cmd_vtysh,
4108 : "[no] debug ospf [(1-65535)$instance] bfd",
4109 : "Negate a command or set its defaults\n"
4110 : "Debugging functions\n"
4111 : "OSPF information\n"
4112 : "Instance ID\n"
4113 : "Bidirection Forwarding Detection\n")
4114 :
4115 : DEFSH (VTYSH_OSPFD, debug_ospf_client_api_cmd_vtysh,
4116 : "[no$no] debug ospf [(1-65535)$instance] client-api",
4117 : "Negate a command or set its defaults\n"
4118 : "Debugging functions\n"
4119 : "OSPF information\n"
4120 : "Instance ID\n"
4121 : "OSPF client API information\n")
4122 :
4123 : DEFSH (VTYSH_OSPFD, debug_ospf_default_info_cmd_vtysh,
4124 : "[no$no] debug ospf [(1-65535)$instance] default-information",
4125 : "Negate a command or set its defaults\n"
4126 : "Debugging functions\n"
4127 : "OSPF information\n"
4128 : "Instance ID\n"
4129 : "OSPF default information\n")
4130 :
4131 : DEFSH (VTYSH_OSPFD, debug_ospf_event_cmd_vtysh,
4132 : "debug ospf event",
4133 : "Debugging functions\n"
4134 : "OSPF information\n"
4135 : "OSPF event information\n")
4136 :
4137 : DEFSH (VTYSH_OSPFD, debug_ospf_gr_cmd_vtysh,
4138 : "[no$no] debug ospf [(1-65535)$instance] graceful-restart",
4139 : "Negate a command or set its defaults\n"
4140 : "Debugging functions\n"
4141 : "OSPF information\n"
4142 : "Instance ID\n"
4143 : "OSPF Graceful Restart\n")
4144 :
4145 : DEFSH (VTYSH_OSPFD, debug_ospf_instance_event_cmd_vtysh,
4146 : "debug ospf (1-65535) event",
4147 : "Debugging functions\n"
4148 : "OSPF information\n"
4149 : "Instance ID\n"
4150 : "OSPF event information\n")
4151 :
4152 : DEFSH (VTYSH_OSPFD, debug_ospf_instance_lsa_cmd_vtysh,
4153 : "debug ospf (1-65535) lsa [<generate|flooding|install|refresh|aggregate>]",
4154 : "Debugging functions\n"
4155 : "OSPF information\n"
4156 : "Instance ID\n"
4157 : "OSPF Link State Advertisement\n"
4158 : "LSA Generation\n"
4159 : "LSA Flooding\n"
4160 : "LSA Install/Delete\n"
4161 : "LSA Refresh\n"
4162 : "External LSA Aggregation\n")
4163 :
4164 : DEFSH (VTYSH_OSPFD, debug_ospf_instance_nsm_cmd_vtysh,
4165 : "debug ospf (1-65535) nsm [<status|events|timers>]",
4166 : "Debugging functions\n"
4167 : "OSPF information\n"
4168 : "Instance ID\n"
4169 : "OSPF Neighbor State Machine\n"
4170 : "NSM Status Information\n"
4171 : "NSM Event Information\n"
4172 : "NSM Timer Information\n")
4173 :
4174 : DEFSH (VTYSH_OSPFD, debug_ospf_instance_nssa_cmd_vtysh,
4175 : "debug ospf (1-65535) nssa",
4176 : "Debugging functions\n"
4177 : "OSPF information\n"
4178 : "Instance ID\n"
4179 : "OSPF nssa information\n")
4180 :
4181 : DEFSH (VTYSH_OSPFD, debug_ospf_instance_zebra_cmd_vtysh,
4182 : "debug ospf (1-65535) zebra [<interface|redistribute>]",
4183 : "Debugging functions\n"
4184 : "OSPF information\n"
4185 : "Instance ID\n"
4186 : "Zebra information\n"
4187 : "Zebra interface\n"
4188 : "Zebra redistribute\n")
4189 :
4190 : DEFSH (VTYSH_OSPFD, debug_ospf_ism_cmd_vtysh,
4191 : "debug ospf [(1-65535)] ism [<status|events|timers>]",
4192 : "Debugging functions\n"
4193 : "OSPF information\n"
4194 : "Instance ID\n"
4195 : "OSPF Interface State Machine\n"
4196 : "ISM Status Information\n"
4197 : "ISM Event Information\n"
4198 : "ISM TImer Information\n")
4199 :
4200 : DEFSH (VTYSH_OSPFD, debug_ospf_ldp_sync_cmd_vtysh,
4201 : "[no$no] debug ospf [(1-65535)$instance] ldp-sync",
4202 : "Negate a command or set its defaults\n"
4203 : "Debugging functions\n"
4204 : "OSPF information\n"
4205 : "Instance ID\n"
4206 : "OSPF LDP-Sync information\n")
4207 :
4208 : DEFSH (VTYSH_OSPFD, debug_ospf_lsa_cmd_vtysh,
4209 : "debug ospf lsa [<generate|flooding|install|refresh|aggregate>]",
4210 : "Debugging functions\n"
4211 : "OSPF information\n"
4212 : "OSPF Link State Advertisement\n"
4213 : "LSA Generation\n"
4214 : "LSA Flooding\n"
4215 : "LSA Install/Delete\n"
4216 : "LSA Refresh\n"
4217 : "External LSA Aggregation\n")
4218 :
4219 : DEFSH (VTYSH_OSPFD, debug_ospf_nsm_cmd_vtysh,
4220 : "debug ospf nsm [<status|events|timers>]",
4221 : "Debugging functions\n"
4222 : "OSPF information\n"
4223 : "OSPF Neighbor State Machine\n"
4224 : "NSM Status Information\n"
4225 : "NSM Event Information\n"
4226 : "NSM Timer Information\n")
4227 :
4228 : DEFSH (VTYSH_OSPFD, debug_ospf_nssa_cmd_vtysh,
4229 : "debug ospf nssa",
4230 : "Debugging functions\n"
4231 : "OSPF information\n"
4232 : "OSPF nssa information\n")
4233 :
4234 : DEFSH (VTYSH_OSPFD, debug_ospf_packet_cmd_vtysh,
4235 : "[no$no] debug ospf [(1-65535)$inst] packet <hello|dd|ls-request|ls-update|ls-ack|all>$packet [<send$send [detail$detail]|recv$recv [detail$detail]|detail$detail>]",
4236 : "Negate a command or set its defaults\n"
4237 : "Debugging functions\n"
4238 : "OSPF information\n"
4239 : "Instance ID\n"
4240 : "OSPF packets\n"
4241 : "OSPF Hello\n"
4242 : "OSPF Database Description\n"
4243 : "OSPF Link State Request\n"
4244 : "OSPF Link State Update\n"
4245 : "OSPF Link State Acknowledgment\n"
4246 : "OSPF all packets\n"
4247 : "Packet sent\n"
4248 : "Detail Information\n"
4249 : "Packet received\n"
4250 : "Detail Information\n"
4251 : "Detail Information\n")
4252 :
4253 : DEFSH (VTYSH_OSPFD, debug_ospf_sr_cmd_vtysh,
4254 : "[no$no] debug ospf [(1-65535)$instance] sr",
4255 : "Negate a command or set its defaults\n"
4256 : "Debugging functions\n"
4257 : "OSPF information\n"
4258 : "Instance ID\n"
4259 : "OSPF-SR information\n")
4260 :
4261 : DEFSH (VTYSH_OSPFD, debug_ospf_te_cmd_vtysh,
4262 : "[no$no] debug ospf [(1-65535)$instance] te",
4263 : "Negate a command or set its defaults\n"
4264 : "Debugging functions\n"
4265 : "OSPF information\n"
4266 : "Instance ID\n"
4267 : "OSPF-TE information\n")
4268 :
4269 : DEFSH (VTYSH_OSPFD, debug_ospf_ti_lfa_cmd_vtysh,
4270 : "[no$no] debug ospf [(1-65535)$instance] ti-lfa",
4271 : "Negate a command or set its defaults\n"
4272 : "Debugging functions\n"
4273 : "OSPF information\n"
4274 : "Instance ID\n"
4275 : "OSPF-SR TI-LFA information\n")
4276 :
4277 : DEFSH (VTYSH_OSPFD, debug_ospf_zebra_cmd_vtysh,
4278 : "debug ospf zebra [<interface|redistribute>]",
4279 : "Debugging functions\n"
4280 : "OSPF information\n"
4281 : "Zebra information\n"
4282 : "Zebra interface\n"
4283 : "Zebra redistribute\n")
4284 :
4285 : DEFSH (VTYSH_PATHD, debug_path_policy_cmd_vtysh,
4286 : "[no] debug pathd policy",
4287 : "Negate a command or set its defaults\n"
4288 : "Debugging functions\n"
4289 : "path debugging\n"
4290 : "policy debugging\n")
4291 :
4292 : DEFSH (VTYSH_PATHD, debug_path_ted_cmd_vtysh,
4293 : "[no] debug pathd mpls-te",
4294 : "Negate a command or set its defaults\n"
4295 : "Debugging functions\n"
4296 : "path debugging\n"
4297 : "ted debugging\n")
4298 :
4299 : DEFSH (VTYSH_PBRD, debug_pbr_cmd_vtysh,
4300 : "[no] debug pbr [{map$map|zebra$zebra|nht$nht|events$events}]",
4301 : "Negate a command or set its defaults\n"
4302 : "Debugging functions\n"
4303 : "Policy Based Routing\n"
4304 : "Policy maps\n"
4305 : "PBRD <-> Zebra communications\n"
4306 : "Nexthop tracking\n"
4307 : "Events\n")
4308 :
4309 : DEFSH (VTYSH_PIMD, debug_pim_cmd_vtysh,
4310 : "[no] debug pim",
4311 : "Negate a command or set its defaults\n"
4312 : "Debugging functions\n"
4313 : "PIM protocol activity\n")
4314 :
4315 : DEFSH (VTYSH_PIMD, debug_pim_events_cmd_vtysh,
4316 : "[no] debug pim events",
4317 : "Negate a command or set its defaults\n"
4318 : "Debugging functions\n"
4319 : "PIM protocol activity\n"
4320 : "PIM protocol events\n")
4321 :
4322 : DEFSH (VTYSH_PIMD, debug_pim_mlag_cmd_vtysh,
4323 : "debug pim mlag",
4324 : "Debugging functions\n"
4325 : "PIM protocol activity\n"
4326 : "PIM Mlag activity\n")
4327 :
4328 : DEFSH (VTYSH_PIMD, debug_pim_nht_cmd_vtysh,
4329 : "[no] debug pim nht",
4330 : "Negate a command or set its defaults\n"
4331 : "Debugging functions\n"
4332 : "PIM protocol activity\n"
4333 : "Nexthop Tracking\n")
4334 :
4335 : DEFSH (VTYSH_PIMD, debug_pim_nht_det_cmd_vtysh,
4336 : "[no] debug pim nht detail",
4337 : "Negate a command or set its defaults\n"
4338 : "Debugging functions\n"
4339 : "PIM protocol activity\n"
4340 : "Nexthop Tracking\n"
4341 : "Detailed Information\n")
4342 :
4343 : DEFSH (VTYSH_PIMD, debug_pim_nht_rp_cmd_vtysh,
4344 : "debug pim nht rp",
4345 : "Debugging functions\n"
4346 : "PIM protocol activity\n"
4347 : "Nexthop Tracking\n"
4348 : "RP Nexthop Tracking\n")
4349 :
4350 : DEFSH (VTYSH_PIMD, debug_pim_packetdump_recv_cmd_vtysh,
4351 : "[no] debug pim packet-dump receive",
4352 : "Negate a command or set its defaults\n"
4353 : "Debugging functions\n"
4354 : "PIM protocol activity\n"
4355 : "PIM packet dump\n"
4356 : "Dump received packets\n")
4357 :
4358 : DEFSH (VTYSH_PIMD, debug_pim_packetdump_send_cmd_vtysh,
4359 : "[no] debug pim packet-dump send",
4360 : "Negate a command or set its defaults\n"
4361 : "Debugging functions\n"
4362 : "PIM protocol activity\n"
4363 : "PIM packet dump\n"
4364 : "Dump sent packets\n")
4365 :
4366 : DEFSH (VTYSH_PIMD, debug_pim_packets_cmd_vtysh,
4367 : "[no] debug pim packets [<hello$hello|joins$joins|register$registers>]",
4368 : "Negate a command or set its defaults\n"
4369 : "Debugging functions\n"
4370 : "PIM protocol activity\n"
4371 : "PIM protocol packets\n"
4372 : "PIM Hello protocol packets\n"
4373 : "PIM Join/Prune protocol packets\n"
4374 : "PIM Register/Reg-Stop protocol packets\n")
4375 :
4376 : DEFSH (VTYSH_PIMD, debug_pim_static_cmd_vtysh,
4377 : "debug pim static",
4378 : "Debugging functions\n"
4379 : "PIM protocol activity\n"
4380 : "PIM Static Multicast Route activity\n")
4381 :
4382 : DEFSH (VTYSH_PIMD, debug_pim_trace_cmd_vtysh,
4383 : "[no] debug pim trace",
4384 : "Negate a command or set its defaults\n"
4385 : "Debugging functions\n"
4386 : "PIM protocol activity\n"
4387 : "PIM internal daemon activity\n")
4388 :
4389 : DEFSH (VTYSH_PIMD, debug_pim_trace_detail_cmd_vtysh,
4390 : "[no] debug pim trace detail",
4391 : "Negate a command or set its defaults\n"
4392 : "Debugging functions\n"
4393 : "PIM protocol activity\n"
4394 : "PIM internal daemon activity\n"
4395 : "Detailed Information\n")
4396 :
4397 : DEFSH (VTYSH_PIMD, debug_pim_vxlan_cmd_vtysh,
4398 : "debug pim vxlan",
4399 : "Debugging functions\n"
4400 : "PIM protocol activity\n"
4401 : "PIM VxLAN events\n")
4402 :
4403 : DEFSH (VTYSH_PIMD, debug_pim_zebra_cmd_vtysh,
4404 : "[no] debug pim zebra",
4405 : "Negate a command or set its defaults\n"
4406 : "Debugging functions\n"
4407 : "PIM protocol activity\n"
4408 : "ZEBRA protocol activity\n")
4409 :
4410 : DEFSH (VTYSH_PIM6D, debug_pimv6_bsm_cmd_vtysh,
4411 : "[no] debug pimv6 bsm",
4412 : "Negate a command or set its defaults\n"
4413 : "Debugging functions\n"
4414 : "PIMv6 protocol activity\n"
4415 : "BSR message processing activity\n")
4416 :
4417 : DEFSH (VTYSH_PIM6D, debug_pimv6_cmd_vtysh,
4418 : "[no] debug pimv6",
4419 : "Negate a command or set its defaults\n"
4420 : "Debugging functions\n"
4421 : "PIMv6 protocol activity\n")
4422 :
4423 : DEFSH (VTYSH_PIM6D, debug_pimv6_events_cmd_vtysh,
4424 : "[no] debug pimv6 events",
4425 : "Negate a command or set its defaults\n"
4426 : "Debugging functions\n"
4427 : "PIMv6 protocol activity\n"
4428 : "PIMv6 protocol events\n")
4429 :
4430 : DEFSH (VTYSH_PIM6D, debug_pimv6_nht_cmd_vtysh,
4431 : "[no] debug pimv6 nht",
4432 : "Negate a command or set its defaults\n"
4433 : "Debugging functions\n"
4434 : "PIMv6 protocol activity\n"
4435 : "Nexthop Tracking\n")
4436 :
4437 : DEFSH (VTYSH_PIM6D, debug_pimv6_nht_det_cmd_vtysh,
4438 : "[no] debug pimv6 nht detail",
4439 : "Negate a command or set its defaults\n"
4440 : "Debugging functions\n"
4441 : "PIMv6 protocol activity\n"
4442 : "Nexthop Tracking\n"
4443 : "Detailed Information\n")
4444 :
4445 : DEFSH (VTYSH_PIM6D, debug_pimv6_packetdump_recv_cmd_vtysh,
4446 : "[no] debug pimv6 packet-dump receive",
4447 : "Negate a command or set its defaults\n"
4448 : "Debugging functions\n"
4449 : "PIMv6 protocol activity\n"
4450 : "PIMv6 packet dump\n"
4451 : "Dump received packets\n")
4452 :
4453 : DEFSH (VTYSH_PIM6D, debug_pimv6_packetdump_send_cmd_vtysh,
4454 : "[no] debug pimv6 packet-dump send",
4455 : "Negate a command or set its defaults\n"
4456 : "Debugging functions\n"
4457 : "PIMv6 protocol activity\n"
4458 : "PIMv6 packet dump\n"
4459 : "Dump sent packets\n")
4460 :
4461 : DEFSH (VTYSH_PIM6D, debug_pimv6_packets_cmd_vtysh,
4462 : "[no] debug pimv6 packets [<hello$hello|joins$joins|register$registers>]",
4463 : "Negate a command or set its defaults\n"
4464 : "Debugging functions\n"
4465 : "PIMv6 protocol activity\n"
4466 : "PIMv6 protocol packets\n"
4467 : "PIMv6 Hello protocol packets\n"
4468 : "PIMv6 Join/Prune protocol packets\n"
4469 : "PIMv6 Register/Reg-Stop protocol packets\n")
4470 :
4471 : DEFSH (VTYSH_PIM6D, debug_pimv6_trace_cmd_vtysh,
4472 : "[no] debug pimv6 trace",
4473 : "Negate a command or set its defaults\n"
4474 : "Debugging functions\n"
4475 : "PIMv6 protocol activity\n"
4476 : "PIMv6 internal daemon activity\n")
4477 :
4478 : DEFSH (VTYSH_PIM6D, debug_pimv6_trace_detail_cmd_vtysh,
4479 : "[no] debug pimv6 trace detail",
4480 : "Negate a command or set its defaults\n"
4481 : "Debugging functions\n"
4482 : "PIMv6 protocol activity\n"
4483 : "PIMv6 internal daemon activity\n"
4484 : "Detailed Information\n")
4485 :
4486 : DEFSH (VTYSH_PIM6D, debug_pimv6_zebra_cmd_vtysh,
4487 : "[no] debug pimv6 zebra",
4488 : "Negate a command or set its defaults\n"
4489 : "Debugging functions\n"
4490 : "PIMv6 protocol activity\n"
4491 : "ZEBRA protocol activity\n")
4492 :
4493 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_EIGRPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPFD|VTYSH_PIMD|VTYSH_RIPD|VTYSH_ZEBRA, debug_prefix_list_match_cmd_vtysh,
4494 : "debug prefix-list WORD$prefix-list match <A.B.C.D/M|X:X::X:X/M> [address-mode$addr_mode]",
4495 : "Debugging functions\n"
4496 : "Prefix-list test access\n"
4497 : "Name of a prefix list\n"
4498 : "Test prefix for prefix list result\n"
4499 : "Prefix to test in ip prefix-list\n"
4500 : "Prefix to test in ipv6 prefix-list\n"
4501 : "Use address matching mode (PIM RP)\n")
4502 :
4503 : DEFSH (VTYSH_BGPD|VTYSH_NHRPD, debug_resolver_cmd_vtysh,
4504 : "[no] debug resolver",
4505 : "Negate a command or set its defaults\n"
4506 : "Debugging functions\n"
4507 : "Debug DNS resolver actions\n")
4508 :
4509 : DEFSH (VTYSH_BGPD, debug_rfapi_close_rfd_cmd_vtysh,
4510 : "debug rfapi-dev close rfd HANDLE",
4511 : "Debugging functions\n"
4512 : "RF API debugging/testing command\n"
4513 : "rfapi_close\n"
4514 : "indicate handle follows\n"
4515 : "rfapi handle in hexadecimal\n")
4516 :
4517 : DEFSH (VTYSH_BGPD, debug_rfapi_close_vn_un_cmd_vtysh,
4518 : "debug rfapi-dev close vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
4519 : "Debugging functions\n"
4520 : "RF API debugging/testing command\n"
4521 : "rfapi_close\n"
4522 : "indicate vn addr follows\n"
4523 : "virtual network interface IPv4 address\n"
4524 : "virtual network interface IPv6 address\n"
4525 : "indicate xt addr follows\n"
4526 : "underlay network interface IPv4 address\n"
4527 : "underlay network interface IPv6 address\n")
4528 :
4529 : DEFSH (VTYSH_BGPD, debug_rfapi_open_cmd_vtysh,
4530 : "debug rfapi-dev open vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
4531 : "Debugging functions\n"
4532 : "RF API debugging/testing command\n"
4533 : "rfapi_open\n"
4534 : "indicate vn addr follows\n"
4535 : "virtual network interface IPv4 address\n"
4536 : "virtual network interface IPv6 address\n"
4537 : "indicate xt addr follows\n"
4538 : "underlay network interface IPv4 address\n"
4539 : "underlay network interface IPv6 address\n")
4540 :
4541 : DEFSH (VTYSH_BGPD, debug_rfapi_query_vn_un_cmd_vtysh,
4542 : "debug rfapi-dev query vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> target <A.B.C.D|X:X::X:X>",
4543 : "Debugging functions\n"
4544 : "RF API debugging/testing command\n"
4545 : "rfapi_query\n"
4546 : "indicate vn addr follows\n"
4547 : "virtual network interface IPv4 address\n"
4548 : "virtual network interface IPv6 address\n"
4549 : "indicate un addr follows\n"
4550 : "IPv4 un address\n"
4551 : "IPv6 un address\n"
4552 : "indicate target follows\n"
4553 : "target IPv4 address\n"
4554 : "target IPv6 address\n")
4555 :
4556 : DEFSH (VTYSH_BGPD, debug_rfapi_query_vn_un_done_cmd_vtysh,
4557 : "debug rfapi-dev query done vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> target <A.B.C.D|X:X::X:X>",
4558 : "Debugging functions\n"
4559 : "RF API debugging/testing command\n"
4560 : "rfapi_query_done\n"
4561 : "rfapi_query_done\n"
4562 : "indicate vn addr follows\n"
4563 : "virtual network interface IPv4 address\n"
4564 : "virtual network interface IPv6 address\n"
4565 : "indicate xt addr follows\n"
4566 : "underlay network interface IPv4 address\n"
4567 : "underlay network interface IPv6 address\n"
4568 : "indicate target follows\n"
4569 : "Target IPv4 address\n"
4570 : "Target IPv6 address\n")
4571 :
4572 : DEFSH (VTYSH_BGPD, debug_rfapi_query_vn_un_l2o_cmd_vtysh,
4573 : "debug rfapi-dev query vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> lni LNI target X:X:X:X:X:X",
4574 : "Debugging functions\n"
4575 : "RF API debugging/testing command\n"
4576 : "rfapi_query\n"
4577 : "indicate vn addr follows\n"
4578 : "virtual network interface IPv4 address\n"
4579 : "virtual network interface IPv6 address\n"
4580 : "indicate xt addr follows\n"
4581 : "underlay network interface IPv4 address\n"
4582 : "underlay network interface IPv6 address\n"
4583 : "logical network ID follows\n"
4584 : "logical network ID\n"
4585 : "indicate target MAC addr follows\n"
4586 : "target MAC addr\n")
4587 :
4588 : DEFSH (VTYSH_BGPD, debug_rfapi_register_vn_un_cmd_vtysh,
4589 : "debug rfapi-dev register vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> lifetime SECONDS [cost (0-255)]",
4590 : "Debugging functions\n"
4591 : "RF API debugging/testing command\n"
4592 : "rfapi_register\n"
4593 : "indicate vn addr follows\n"
4594 : "virtual network IPv4 interface address\n"
4595 : "virtual network IPv6 interface address\n"
4596 : "indicate un addr follows\n"
4597 : "underlay network IPv4 interface address\n"
4598 : "underlay network IPv6 interface address\n"
4599 : "indicate prefix follows\n"
4600 : "IPv4 prefix\n"
4601 : "IPv6 prefix\n"
4602 : "indicate lifetime follows\n"
4603 : "lifetime\n"
4604 : "Cost (localpref = 255-cost)\n"
4605 : "0-255\n")
4606 :
4607 : DEFSH (VTYSH_BGPD, debug_rfapi_register_vn_un_l2o_cmd_vtysh,
4608 : "debug rfapi-dev register vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> lifetime SECONDS macaddr X:X:X:X:X:X lni (0-16777215)",
4609 : "Debugging functions\n"
4610 : "RF API debugging/testing command\n"
4611 : "rfapi_register\n"
4612 : "indicate vn addr follows\n"
4613 : "virtual network IPv4 interface address\n"
4614 : "virtual network IPv6 interface address\n"
4615 : "indicate un addr follows\n"
4616 : "underlay network IPv4 interface address\n"
4617 : "underlay network IPv6 interface address\n"
4618 : "indicate prefix follows\n"
4619 : "IPv4 prefix\n"
4620 : "IPv6 prefix\n"
4621 : "indicate lifetime follows\n"
4622 : "Seconds of lifetime\n"
4623 : "indicate MAC address follows\n"
4624 : "MAC address\n"
4625 : "indicate lni follows\n"
4626 : "lni value range\n")
4627 :
4628 : DEFSH (VTYSH_BGPD, debug_rfapi_response_omit_self_cmd_vtysh,
4629 : "debug rfapi-dev response-omit-self <on|off>",
4630 : "Debugging functions\n"
4631 : "RF API debugging/testing command\n"
4632 : "Omit self in RFP responses\n"
4633 : "filter out self from responses\n"
4634 : "leave self in responses\n")
4635 :
4636 : DEFSH (VTYSH_BGPD, debug_rfapi_show_import_cmd_vtysh,
4637 : "debug rfapi-dev show import",
4638 : "Debugging functions\n"
4639 : "RF API debugging/testing command\n"
4640 : "Show running system information\n"
4641 : "import\n")
4642 :
4643 : DEFSH (VTYSH_BGPD, debug_rfapi_show_import_vn_un_cmd_vtysh,
4644 : "debug rfapi-dev show import vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X>",
4645 : "Debugging functions\n"
4646 : "RF API debugging/testing command\n"
4647 : "Show running system information\n"
4648 : "import\n"
4649 : "indicate vn addr follows\n"
4650 : "virtual network interface IPv4 address\n"
4651 : "virtual network interface IPv6 address\n"
4652 : "indicate xt addr follows\n"
4653 : "underlay network interface IPv4 address\n"
4654 : "underlay network interface IPv6 address\n")
4655 :
4656 : DEFSH (VTYSH_BGPD, debug_rfapi_show_nves_cmd_vtysh,
4657 : "debug rfapi-dev show nves",
4658 : "Debugging functions\n"
4659 : "RF API debugging/testing command\n"
4660 : "Show running system information\n"
4661 : "NVE Information\n")
4662 :
4663 : DEFSH (VTYSH_BGPD, debug_rfapi_show_nves_vn_un_cmd_vtysh,
4664 : "debug rfapi-dev show nves <vn|un> <A.B.C.D|X:X::X:X>",
4665 : "Debugging functions\n"
4666 : "RF API debugging/testing command\n"
4667 : "Show running system information\n"
4668 : "NVE Information\n"
4669 : "Specify virtual network\n"
4670 : "Specify underlay network interface\n"
4671 : "IPv4 address\n"
4672 : "IPv6 address\n")
4673 :
4674 : DEFSH (VTYSH_BGPD, debug_rfapi_unregister_vn_un_cmd_vtysh,
4675 : "debug rfapi-dev unregister vn <A.B.C.D|X:X::X:X> un <A.B.C.D|X:X::X:X> prefix <A.B.C.D/M|X:X::X:X/M> [kill]",
4676 : "Debugging functions\n"
4677 : "RF API debugging/testing command\n"
4678 : "rfapi_unregister\n"
4679 : "indicate vn addr follows\n"
4680 : "virtual network interface address\n"
4681 : "virtual network interface address\n"
4682 : "indicate xt addr follows\n"
4683 : "underlay network interface address\n"
4684 : "underlay network interface address\n"
4685 : "prefix to remove\n"
4686 : "prefix to remove\n"
4687 : "prefix to remove\n"
4688 : "Remove without holddown\n")
4689 :
4690 : DEFSH (VTYSH_RIPD, debug_rip_events_cmd_vtysh,
4691 : "debug rip events",
4692 : "Debugging functions\n"
4693 : "RIP information\n"
4694 : "RIP events\n")
4695 :
4696 : DEFSH (VTYSH_RIPD, debug_rip_packet_cmd_vtysh,
4697 : "debug rip packet",
4698 : "Debugging functions\n"
4699 : "RIP information\n"
4700 : "RIP packet\n")
4701 :
4702 : DEFSH (VTYSH_RIPD, debug_rip_packet_direct_cmd_vtysh,
4703 : "debug rip packet <recv|send>",
4704 : "Debugging functions\n"
4705 : "RIP information\n"
4706 : "RIP packet\n"
4707 : "RIP receive packet\n"
4708 : "RIP send packet\n")
4709 :
4710 : DEFSH (VTYSH_RIPD, debug_rip_zebra_cmd_vtysh,
4711 : "debug rip zebra",
4712 : "Debugging functions\n"
4713 : "RIP information\n"
4714 : "RIP and ZEBRA communication\n")
4715 :
4716 : DEFSH (VTYSH_RIPNGD, debug_ripng_events_cmd_vtysh,
4717 : "debug ripng events",
4718 : "Debugging functions\n"
4719 : "RIPng configuration\n"
4720 : "Debug option set for ripng events\n")
4721 :
4722 : DEFSH (VTYSH_RIPNGD, debug_ripng_packet_cmd_vtysh,
4723 : "debug ripng packet",
4724 : "Debugging functions\n"
4725 : "RIPng configuration\n"
4726 : "Debug option set for ripng packet\n")
4727 :
4728 : DEFSH (VTYSH_RIPNGD, debug_ripng_packet_direct_cmd_vtysh,
4729 : "debug ripng packet <recv|send>",
4730 : "Debugging functions\n"
4731 : "RIPng configuration\n"
4732 : "Debug option set for ripng packet\n"
4733 : "Debug option set for receive packet\n"
4734 : "Debug option set for send packet\n")
4735 :
4736 : DEFSH (VTYSH_RIPNGD, debug_ripng_zebra_cmd_vtysh,
4737 : "debug ripng zebra",
4738 : "Debugging functions\n"
4739 : "RIPng configuration\n"
4740 : "Debug option set for ripng and zebra communication\n")
4741 :
4742 : DEFSH (VTYSH_RMAP, debug_rmap_cmd_vtysh,
4743 : "debug route-map",
4744 : "Debugging functions\n"
4745 : "Debug option set for route-maps\n")
4746 :
4747 : DEFSH (VTYSH_BGPD, debug_rpki_cmd_vtysh,
4748 : "debug rpki",
4749 : "Debugging functions\n"
4750 : "Enable debugging for rpki\n")
4751 :
4752 : DEFSH (VTYSH_PIMD, debug_ssmpingd_cmd_vtysh,
4753 : "debug ssmpingd",
4754 : "Debugging functions\n"
4755 : "ssmpingd activity\n")
4756 :
4757 : DEFSH (VTYSH_STATICD, debug_staticd_cmd_vtysh,
4758 : "[no] debug static [{events$events|route$route|bfd$bfd}]",
4759 : "Negate a command or set its defaults\n"
4760 : "Debugging functions\n"
4761 : "Static route daemon\n"
4762 : "Debug events\n"
4763 : "Debug route\n"
4764 : "Debug bfd\n")
4765 :
4766 : DEFSH (VTYSH_VRRPD, debug_vrrp_cmd_vtysh,
4767 : "[no] debug vrrp [{protocol$proto|autoconfigure$ac|packets$pkt|sockets$sock|ndisc$ndisc|arp$arp|zebra$zebra}]",
4768 : "Negate a command or set its defaults\n"
4769 : "Debugging functions\n"
4770 : "Virtual Router Redundancy Protocol\n"
4771 : "Debug protocol state\n"
4772 : "Debug autoconfiguration\n"
4773 : "Debug sent and received packets\n"
4774 : "Debug socket creation and configuration\n"
4775 : "Debug Neighbor Discovery\n"
4776 : "Debug ARP\n"
4777 : "Debug Zebra events\n")
4778 :
4779 : DEFSH (VTYSH_ZEBRA, debug_zebra_dplane_cmd_vtysh,
4780 : "debug zebra dplane [detailed]",
4781 : "Debugging functions\n"
4782 : "Zebra configuration\n"
4783 : "Debug zebra dataplane events\n"
4784 : "Detailed debug information\n")
4785 :
4786 : DEFSH (VTYSH_ZEBRA, debug_zebra_dplane_dpdk_cmd_vtysh,
4787 : "[no$no] debug zebra dplane dpdk [detailed$detail]",
4788 : "Negate a command or set its defaults\n"
4789 : "Debugging functions\n"
4790 : "Zebra configuration\n"
4791 : "Debug zebra dataplane events\n"
4792 : "Debug zebra DPDK offload events\n"
4793 : "Detailed debug information\n")
4794 :
4795 : DEFSH (VTYSH_ZEBRA, debug_zebra_events_cmd_vtysh,
4796 : "debug zebra events",
4797 : "Debugging functions\n"
4798 : "Zebra configuration\n"
4799 : "Debug option set for zebra events\n")
4800 :
4801 : DEFSH (VTYSH_ZEBRA, debug_zebra_evpn_mh_cmd_vtysh,
4802 : "[no$no] debug zebra evpn mh <es$es|mac$mac|neigh$neigh|nh$nh>",
4803 : "Negate a command or set its defaults\n"
4804 : "Debugging functions\n"
4805 : "Zebra configuration\n"
4806 : "EVPN\n"
4807 : "Multihoming\n"
4808 : "Ethernet Segment Debugging\n"
4809 : "MAC Debugging\n"
4810 : "Neigh Debugging\n"
4811 : "Nexthop Debugging\n")
4812 :
4813 : DEFSH (VTYSH_ZEBRA, debug_zebra_fpm_cmd_vtysh,
4814 : "debug zebra fpm",
4815 : "Debugging functions\n"
4816 : "Zebra configuration\n"
4817 : "Debug zebra FPM events\n")
4818 :
4819 : DEFSH (VTYSH_ZEBRA, debug_zebra_kernel_cmd_vtysh,
4820 : "debug zebra kernel",
4821 : "Debugging functions\n"
4822 : "Zebra configuration\n"
4823 : "Debug option set for zebra between kernel interface\n")
4824 :
4825 : DEFSH (VTYSH_ZEBRA, debug_zebra_kernel_msgdump_cmd_vtysh,
4826 : "debug zebra kernel msgdump [<recv|send>]",
4827 : "Debugging functions\n"
4828 : "Zebra configuration\n"
4829 : "Debug option set for zebra between kernel interface\n"
4830 : "Dump raw netlink messages, sent and received\n"
4831 : "Dump raw netlink messages received\n"
4832 : "Dump raw netlink messages sent\n")
4833 :
4834 : DEFSH (VTYSH_ZEBRA, debug_zebra_mlag_cmd_vtysh,
4835 : "[no$no] debug zebra mlag",
4836 : "Negate a command or set its defaults\n"
4837 : "Debugging functions\n"
4838 : "Zebra configuration\n"
4839 : "Debug option set for mlag events\n")
4840 :
4841 : DEFSH (VTYSH_ZEBRA, debug_zebra_mpls_cmd_vtysh,
4842 : "debug zebra mpls [detailed$detail]",
4843 : "Debugging functions\n"
4844 : "Zebra configuration\n"
4845 : "Debug option set for zebra MPLS LSPs\n"
4846 : "Debug option for detailed info\n")
4847 :
4848 : DEFSH (VTYSH_ZEBRA, debug_zebra_neigh_cmd_vtysh,
4849 : "[no$no] debug zebra neigh",
4850 : "Negate a command or set its defaults\n"
4851 : "Debugging functions\n"
4852 : "Zebra configuration\n"
4853 : "Debug zebra neigh events\n")
4854 :
4855 : DEFSH (VTYSH_ZEBRA, debug_zebra_nexthop_cmd_vtysh,
4856 : "[no$no] debug zebra nexthop [detail$detail]",
4857 : "Negate a command or set its defaults\n"
4858 : "Debugging functions\n"
4859 : "Zebra configuration\n"
4860 : "Debug zebra nexthop events\n"
4861 : "Detailed information\n")
4862 :
4863 : DEFSH (VTYSH_ZEBRA, debug_zebra_nht_cmd_vtysh,
4864 : "debug zebra nht [detailed]",
4865 : "Debugging functions\n"
4866 : "Zebra configuration\n"
4867 : "Debug option set for zebra next hop tracking\n"
4868 : "Debug option set for detailed info\n")
4869 :
4870 : DEFSH (VTYSH_ZEBRA, debug_zebra_packet_cmd_vtysh,
4871 : "debug zebra packet [<recv|send>] [detail]",
4872 : "Debugging functions\n"
4873 : "Zebra configuration\n"
4874 : "Debug option set for zebra packet\n"
4875 : "Debug option set for receive packet\n"
4876 : "Debug option set for send packet\n"
4877 : "Debug option set for detailed info\n")
4878 :
4879 : DEFSH (VTYSH_ZEBRA, debug_zebra_pbr_cmd_vtysh,
4880 : "debug zebra pbr",
4881 : "Debugging functions\n"
4882 : "Zebra configuration\n"
4883 : "Debug zebra pbr events\n")
4884 :
4885 : DEFSH (VTYSH_ZEBRA, debug_zebra_pw_cmd_vtysh,
4886 : "[no] debug zebra pseudowires",
4887 : "Negate a command or set its defaults\n"
4888 : "Debugging functions\n"
4889 : "Zebra configuration\n"
4890 : "Debug option set for zebra pseudowires\n")
4891 :
4892 : DEFSH (VTYSH_ZEBRA, debug_zebra_rib_cmd_vtysh,
4893 : "debug zebra rib [detailed]",
4894 : "Debugging functions\n"
4895 : "Zebra configuration\n"
4896 : "Debug RIB events\n"
4897 : "Detailed debugs\n")
4898 :
4899 : DEFSH (VTYSH_ZEBRA, debug_zebra_tc_cmd_vtysh,
4900 : "debug zebra tc",
4901 : "Debugging functions\n"
4902 : "Zebra configuration\n"
4903 : "Debug zebra tc events\n")
4904 :
4905 : DEFSH (VTYSH_ZEBRA, debug_zebra_vxlan_cmd_vtysh,
4906 : "debug zebra vxlan",
4907 : "Debugging functions\n"
4908 : "Zebra configuration\n"
4909 : "Debug option set for zebra VxLAN (EVPN)\n")
4910 :
4911 : DEFSH (VTYSH_ZEBRA, default_vrf_vni_mapping_cmd_vtysh,
4912 : "vni (1-16777215)[prefix-routes-only]",
4913 : "VNI corresponding to the DEFAULT VRF\n"
4914 : "VNI-ID\n"
4915 : "Prefix routes only \n")
4916 :
4917 : DEFSH (VTYSH_ISISD, domain_passwd_cmd_vtysh,
4918 : "domain-password <clear|md5>$pwd_type WORD$pwd [authenticate snp <send-only|validate>$snp]",
4919 : "Set the authentication password for a routing domain\n"
4920 : "Clear-text authentication type\n"
4921 : "MD5 authentication type\n"
4922 : "Level-wide password\n"
4923 : "Authentication\n"
4924 : "SNP PDUs\n"
4925 : "Send but do not check PDUs on receiving\n"
4926 : "Send and check PDUs on receiving\n")
4927 :
4928 : DEFSH (VTYSH_BGPD, dump_bgp_all_cmd_vtysh,
4929 : "dump bgp <all|all-et|updates|updates-et|routes-mrt> PATH [INTERVAL]",
4930 : "Dump packet\n"
4931 : "BGP packet dump\n"
4932 : "Dump all BGP packets\n"
4933 : "Dump all BGP packets (Extended Timestamp Header)\n"
4934 : "Dump BGP updates only\n"
4935 : "Dump BGP updates only (Extended Timestamp Header)\n"
4936 : "Dump whole BGP routing table\n"
4937 : "Output filename\n"
4938 : "Interval of output\n")
4939 :
4940 : DEFSH (VTYSH_BGPD, dup_addr_detection_auto_recovery_cmd_vtysh,
4941 : "dup-addr-detection freeze <permanent |(30-3600)$freeze_time_val>",
4942 : "Duplicate address detection\n"
4943 : "Duplicate address detection freeze\n"
4944 : "Duplicate address detection permanent freeze\n"
4945 : "Duplicate address detection freeze time (30-3600)\n")
4946 :
4947 : DEFSH (VTYSH_BGPD, dup_addr_detection_cmd_vtysh,
4948 : "dup-addr-detection [max-moves (2-1000)$max_moves_val time (2-1800)$time_val]",
4949 : "Duplicate address detection\n"
4950 : "Max allowed moves before address detected as duplicate\n"
4951 : "Num of max allowed moves (2-1000) default 5\n"
4952 : "Duplicate address detection time\n"
4953 : "Time in seconds (2-1800) default 180\n")
4954 :
4955 : DEFSH (VTYSH_ISISD, dynamic_hostname_cmd_vtysh,
4956 : "[no] hostname dynamic",
4957 : "Negate a command or set its defaults\n"
4958 : "Dynamic hostname for IS-IS\n"
4959 : "Dynamic hostname\n")
4960 :
4961 : DEFSH (VTYSH_NH_GROUP, ecmp_nexthops_cmd_vtysh,
4962 : "[no] nexthop < <A.B.C.D|X:X::X:X>$addr [INTERFACE$intf [onlink$onlink]] |INTERFACE$intf > [{ nexthop-vrf NAME$vrf_name |label WORD |weight (1-255) |backup-idx WORD }]",
4963 : "Negate a command or set its defaults\n"
4964 : "Specify one of the nexthops in this ECMP group\n"
4965 : "v4 Address\n"
4966 : "v6 Address\n"
4967 : "Interface to use\n"
4968 : "Treat nexthop as directly attached to the interface\n"
4969 : "Interface to use\n"
4970 : "If the nexthop is in a different vrf tell us\n"
4971 : "The nexthop-vrf Name\n"
4972 : "Specify label(s) for this nexthop\n"
4973 : "One or more labels in the range (16-1048575) separated by '/'\n"
4974 : "Weight to be used by the nexthop for purposes of ECMP\n"
4975 : "Weight value to be used\n"
4976 : "Specify backup nexthop indexes in another group\n"
4977 : "One or more indexes in the range (0-254) separated by ','\n")
4978 :
4979 : DEFSH (VTYSH_EIGRPD, eigrp_authentication_keychain_cmd_vtysh,
4980 : "ip authentication key-chain eigrp (1-65535)$as WORD$name",
4981 : "Interface Internet Protocol config commands\n"
4982 : "Authentication subcommands\n"
4983 : "Key-chain\n"
4984 : "EIGRP information\n"
4985 : "AS number\n"
4986 : "Name of key-chain\n")
4987 :
4988 : DEFSH (VTYSH_EIGRPD, eigrp_authentication_mode_cmd_vtysh,
4989 : "ip authentication mode eigrp (1-65535)$as <md5|hmac-sha-256>$crypt",
4990 : "Interface Internet Protocol config commands\n"
4991 : "Authentication subcommands\n"
4992 : "Mode\n"
4993 : "EIGRP information\n"
4994 : "AS number\n"
4995 : "Keyed message digest\n"
4996 : "HMAC SHA256 algorithm \n")
4997 :
4998 : DEFSH (VTYSH_EIGRPD, eigrp_if_bandwidth_cmd_vtysh,
4999 : "eigrp bandwidth (1-10000000)$bw",
5000 : "EIGRP information\n"
5001 : "Set bandwidth informational parameter\n"
5002 : "Bandwidth in kilobits\n")
5003 :
5004 : DEFSH (VTYSH_EIGRPD, eigrp_if_delay_cmd_vtysh,
5005 : "delay (1-16777215)$delay",
5006 : "Specify interface throughput delay\n"
5007 : "Throughput delay (tens of microseconds)\n")
5008 :
5009 : DEFSH (VTYSH_EIGRPD, eigrp_if_ip_hellointerval_cmd_vtysh,
5010 : "ip hello-interval eigrp (1-65535)$hello",
5011 : "Interface Internet Protocol config commands\n"
5012 : "Configures EIGRP hello interval\n"
5013 : "EIGRP information\n"
5014 : "Seconds between hello transmissions\n")
5015 :
5016 : DEFSH (VTYSH_EIGRPD, eigrp_if_ip_holdinterval_cmd_vtysh,
5017 : "ip hold-time eigrp (1-65535)$hold",
5018 : "Interface Internet Protocol config commands\n"
5019 : "Configures EIGRP IPv4 hold time\n"
5020 : "EIGRP information\n"
5021 : "Seconds before neighbor is considered down\n")
5022 :
5023 : DEFSH (VTYSH_EIGRPD, eigrp_ip_summary_address_cmd_vtysh,
5024 : "ip summary-address eigrp (1-65535)$as A.B.C.D/M$prefix",
5025 : "Interface Internet Protocol config commands\n"
5026 : "Perform address summarization\n"
5027 : "EIGRP information\n"
5028 : "AS number\n"
5029 : "Summary <network>/<length>, e.g. 192.168.0.0/16\n")
5030 :
5031 : DEFSH (VTYSH_EIGRPD, eigrp_maximum_paths_cmd_vtysh,
5032 : "maximum-paths (1-32)$maximum_paths",
5033 : "Forward packets over multiple paths\n"
5034 : "Number of paths\n")
5035 :
5036 : DEFSH (VTYSH_EIGRPD, eigrp_metric_weights_cmd_vtysh,
5037 : "metric weights (0-255)$k1 (0-255)$k2 (0-255)$k3 (0-255)$k4 (0-255)$k5 [(0-255)$k6]",
5038 : "Modify metrics and parameters for advertisement\n"
5039 : "Modify metric coefficients\n"
5040 : "K1\n"
5041 : "K2\n"
5042 : "K3\n"
5043 : "K4\n"
5044 : "K5\n"
5045 : "K6\n")
5046 :
5047 : DEFSH (VTYSH_EIGRPD, eigrp_neighbor_cmd_vtysh,
5048 : "[no] neighbor A.B.C.D$addr",
5049 : "Negate a command or set its defaults\n"
5050 : "Specify a neighbor router\n"
5051 : "Neighbor address\n")
5052 :
5053 : DEFSH (VTYSH_EIGRPD, eigrp_network_cmd_vtysh,
5054 : "[no] network A.B.C.D/M$prefix",
5055 : "Negate a command or set its defaults\n"
5056 : "Enable routing on an IP network\n"
5057 : "EIGRP network prefix\n")
5058 :
5059 : DEFSH (VTYSH_EIGRPD, eigrp_passive_interface_cmd_vtysh,
5060 : "[no] passive-interface IFNAME",
5061 : "Negate a command or set its defaults\n"
5062 : "Suppress routing updates on an interface\n"
5063 : "Interface to suppress on\n")
5064 :
5065 : DEFSH (VTYSH_EIGRPD, eigrp_redistribute_source_metric_cmd_vtysh,
5066 : "[no] redistribute <kernel|connected|static|rip|ospf|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric>$proto [metric (1-4294967295)$bw (0-4294967295)$delay (0-255)$rlbt (1-255)$load (1-65535)$mtu]",
5067 : "Negate a command or set its defaults\n"
5068 : "Redistribute information from another routing protocol\n"
5069 : "Kernel routes (not installed via the zebra RIB)\n"
5070 : "Connected routes (directly attached subnet or host)\n"
5071 : "Statically configured routes\n"
5072 : "Routing Information Protocol (RIP)\n"
5073 : "Open Shortest Path First (OSPFv2)\n"
5074 : "Intermediate System to Intermediate System (IS-IS)\n"
5075 : "Border Gateway Protocol (BGP)\n"
5076 : "Next Hop Resolution Protocol (NHRP)\n"
5077 : "Non-main Kernel Routing Table\n"
5078 : "Virtual Network Control (VNC)\n"
5079 : "Babel routing protocol (Babel)\n"
5080 : "Super Happy Advanced Routing Protocol (sharpd)\n"
5081 : "OpenFabric Routing Protocol\n"
5082 : "Metric for redistributed routes\n"
5083 : "Bandwidth metric in Kbits per second\n"
5084 : "EIGRP delay metric, in 10 microsecond units\n"
5085 : "EIGRP reliability metric where 255 is 100% reliable2 ?\n"
5086 : "EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded\n"
5087 : "EIGRP MTU of the path\n")
5088 :
5089 : DEFSH (VTYSH_EIGRPD, eigrp_router_id_cmd_vtysh,
5090 : "eigrp router-id A.B.C.D$addr",
5091 : "EIGRP information\n"
5092 : "Router ID for this EIGRP process\n"
5093 : "EIGRP Router-ID in IP address format\n")
5094 :
5095 : DEFSH (VTYSH_EIGRPD, eigrp_timers_active_cmd_vtysh,
5096 : "timers active-time <(1-65535)$timer|disabled$disabled>",
5097 : "Adjust routing timers\n"
5098 : "Time limit for active state\n"
5099 : "Active state time limit in seconds\n"
5100 : "Disable time limit for active state\n")
5101 :
5102 : DEFSH (VTYSH_EIGRPD, eigrp_variance_cmd_vtysh,
5103 : "variance (1-128)$variance",
5104 : "Control load balancing variance\n"
5105 : "Metric variance multiplier\n")
5106 :
5107 : DEFSH_HIDDEN (VTYSH_ZEBRA, evpn_accept_bgp_seq_cmd_vtysh,
5108 : "evpn accept-bgp-seq",
5109 : "EVPN\n"
5110 : "Accept all sequence numbers from BGP\n")
5111 :
5112 : DEFSH (VTYSH_ZEBRA, evpn_mh_mac_holdtime_cmd_vtysh,
5113 : "[no$no] evpn mh mac-holdtime (0-86400)$duration",
5114 : "Negate a command or set its defaults\n"
5115 : "EVPN\n"
5116 : "Multihoming\n"
5117 : "MAC hold time\n"
5118 : "Duration in seconds\n")
5119 :
5120 : DEFSH (VTYSH_ZEBRA, evpn_mh_neigh_holdtime_cmd_vtysh,
5121 : "[no$no] evpn mh neigh-holdtime (0-86400)$duration",
5122 : "Negate a command or set its defaults\n"
5123 : "EVPN\n"
5124 : "Multihoming\n"
5125 : "Neighbor entry hold time\n"
5126 : "Duration in seconds\n")
5127 :
5128 : DEFSH (VTYSH_ZEBRA, evpn_mh_redirect_off_cmd_vtysh,
5129 : "[no$no] evpn mh redirect-off",
5130 : "Negate a command or set its defaults\n"
5131 : "EVPN\n"
5132 : "Multihoming\n"
5133 : "ES bond redirect for fast-failover off\n")
5134 :
5135 : DEFSH (VTYSH_ZEBRA, evpn_mh_startup_delay_cmd_vtysh,
5136 : "[no] evpn mh startup-delay(0-3600)$duration",
5137 : "Negate a command or set its defaults\n"
5138 : "EVPN\n"
5139 : "Multihoming\n"
5140 : "Startup delay\n"
5141 : "duration in seconds\n")
5142 :
5143 : DEFSH (VTYSH_BGPD, evpnrt5_network_cmd_vtysh,
5144 : "network <A.B.C.D/M|X:X::X:X/M> rd ASN:NN_OR_IP-ADDRESS:NN ethtag WORD label WORD esi WORD gwip <A.B.C.D|X:X::X:X> routermac WORD [route-map RMAP_NAME]",
5145 : "Specify a network to announce via BGP\n"
5146 : "IP prefix\n"
5147 : "IPv6 prefix\n"
5148 : "Specify Route Distinguisher\n"
5149 : "VPN Route Distinguisher\n"
5150 : "Ethernet Tag\n"
5151 : "Ethernet Tag Value\n"
5152 : "BGP label\n"
5153 : "label value\n"
5154 : "Ethernet Segment Identifier\n"
5155 : "ESI value ( 00:11:22:33:44:55:66:77:88:99 format) \n"
5156 : "Gateway IP\n"
5157 : "Gateway IP ( A.B.C.D )\n"
5158 : "Gateway IPv6 ( X:X::X:X )\n"
5159 : "Router Mac Ext Comm\n"
5160 : "Router Mac address Value ( aa:bb:cc:dd:ee:ff format)\n"
5161 : "Route-map to modify the attributes\n"
5162 : "Name of the route map\n")
5163 :
5164 : DEFSH (VTYSH_ALL, exec_timeout_min_cmd_vtysh,
5165 : "exec-timeout (0-35791)",
5166 : "Set timeout value\n"
5167 : "Timeout value in minutes\n")
5168 :
5169 : DEFSH (VTYSH_ALL, exec_timeout_sec_cmd_vtysh,
5170 : "exec-timeout (0-35791) (0-2147483)",
5171 : "Set the EXEC timeout\n"
5172 : "Timeout in minutes\n"
5173 : "Timeout in seconds\n")
5174 :
5175 : DEFSH (VTYSH_FABRICD, fabricd_area_lsp_mtu_cmd_vtysh,
5176 : "lsp-mtu (128-4352)",
5177 : "Configure the maximum size of generated LSPs\n"
5178 : "Maximum size of generated LSPs\n")
5179 :
5180 : DEFSH (VTYSH_FABRICD, fabricd_area_purge_originator_cmd_vtysh,
5181 : "[no] purge-originator",
5182 : "Negate a command or set its defaults\n"
5183 : "Use the RFC 6232 purge-originator\n")
5184 :
5185 : DEFSH (VTYSH_FABRICD, fabricd_circuit_topology_cmd_vtysh,
5186 : "openfabric topology <standard|ipv4-mgmt|ipv6-unicast|ipv4-multicast|ipv6-multicast|ipv6-mgmt|ipv6-dstsrc>",
5187 : "OpenFabric routing protocol\n"
5188 : "Configure interface IS-IS topologies\n"
5189 : "IPv4 unicast topology\n"
5190 : "IPv4 management topology\n"
5191 : "IPv6 unicast topology\n"
5192 : "IPv4 multicast topology\n"
5193 : "IPv6 multicast topology\n"
5194 : "IPv6 management topology\n"
5195 : "IPv6 dst-src topology\n")
5196 :
5197 : DEFSH (VTYSH_FABRICD, fabricd_clear_isis_neighbor_arg_cmd_vtysh,
5198 : "clear openfabric [vrf <NAME|all>] neighbor WORD",
5199 : "Reset functions\n"
5200 : "OpenFabric routing protocol\n"
5201 : "Specify the VRF\n"
5202 : "The VRF name\n"
5203 : "All vrfs\n"
5204 : "IS-IS neighbor adjacencies\n"
5205 : "System id\n")
5206 :
5207 : DEFSH (VTYSH_FABRICD, fabricd_clear_isis_neighbor_cmd_vtysh,
5208 : "clear openfabric [vrf <NAME|all>] neighbor",
5209 : "Reset functions\n"
5210 : "OpenFabric routing protocol\n"
5211 : "Specify the VRF\n"
5212 : "The VRF name\n"
5213 : "All vrfs\n"
5214 : "IS-IS neighbor adjacencies\n")
5215 :
5216 : DEFSH (VTYSH_FABRICD, fabricd_csnp_interval_cmd_vtysh,
5217 : "openfabric csnp-interval (1-600)",
5218 : "OpenFabric routing protocol\n"
5219 : "Set CSNP interval in seconds\n"
5220 : "CSNP interval value\n")
5221 :
5222 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_adj_cmd_vtysh,
5223 : "debug openfabric adj-packets",
5224 : "Debugging functions\n"
5225 : "OpenFabric routing protocol\n"
5226 : "IS-IS Adjacency related packets\n")
5227 :
5228 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_bfd_cmd_vtysh,
5229 : "debug openfabric bfd",
5230 : "Debugging functions\n"
5231 : "OpenFabric routing protocol\n"
5232 : "openfabric interaction with BFD\n")
5233 :
5234 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_events_cmd_vtysh,
5235 : "debug openfabric events",
5236 : "Debugging functions\n"
5237 : "OpenFabric routing protocol\n"
5238 : "IS-IS Events\n")
5239 :
5240 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_flooding_cmd_vtysh,
5241 : "debug openfabric flooding",
5242 : "Debugging functions\n"
5243 : "OpenFabric routing protocol\n"
5244 : "Flooding algorithm\n")
5245 :
5246 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_ldp_sync_cmd_vtysh,
5247 : "debug openfabric ldp-sync",
5248 : "Debugging functions\n"
5249 : "OpenFabric routing protocol\n"
5250 : "openfabric interaction with LDP-Sync\n")
5251 :
5252 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_lfa_cmd_vtysh,
5253 : "debug openfabric lfa",
5254 : "Debugging functions\n"
5255 : "OpenFabric routing protocol\n"
5256 : "IS-IS LFA Events\n")
5257 :
5258 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_lsp_gen_cmd_vtysh,
5259 : "debug openfabric lsp-gen",
5260 : "Debugging functions\n"
5261 : "OpenFabric routing protocol\n"
5262 : "IS-IS generation of own LSPs\n")
5263 :
5264 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_lsp_sched_cmd_vtysh,
5265 : "debug openfabric lsp-sched",
5266 : "Debugging functions\n"
5267 : "OpenFabric routing protocol\n"
5268 : "IS-IS scheduling of LSP generation\n")
5269 :
5270 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_packet_dump_cmd_vtysh,
5271 : "debug openfabric packet-dump",
5272 : "Debugging functions\n"
5273 : "OpenFabric routing protocol\n"
5274 : "IS-IS packet dump\n")
5275 :
5276 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_rtevents_cmd_vtysh,
5277 : "debug openfabric route-events",
5278 : "Debugging functions\n"
5279 : "OpenFabric routing protocol\n"
5280 : "IS-IS Route related events\n")
5281 :
5282 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_snp_cmd_vtysh,
5283 : "debug openfabric snp-packets",
5284 : "Debugging functions\n"
5285 : "OpenFabric routing protocol\n"
5286 : "IS-IS CSNP/PSNP packets\n")
5287 :
5288 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_spfevents_cmd_vtysh,
5289 : "debug openfabric spf-events",
5290 : "Debugging functions\n"
5291 : "OpenFabric routing protocol\n"
5292 : "IS-IS Shortest Path First Events\n")
5293 :
5294 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_srevents_cmd_vtysh,
5295 : "debug openfabric sr-events",
5296 : "Debugging functions\n"
5297 : "OpenFabric routing protocol\n"
5298 : "IS-IS Segment Routing Events\n")
5299 :
5300 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_teevents_cmd_vtysh,
5301 : "debug openfabric te-events",
5302 : "Debugging functions\n"
5303 : "OpenFabric routing protocol\n"
5304 : "IS-IS Traffic Engineering Events\n")
5305 :
5306 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_tx_queue_cmd_vtysh,
5307 : "debug openfabric tx-queue",
5308 : "Debugging functions\n"
5309 : "OpenFabric routing protocol\n"
5310 : "IS-IS TX queues\n")
5311 :
5312 : DEFSH (VTYSH_FABRICD, fabricd_debug_isis_upd_cmd_vtysh,
5313 : "debug openfabric update-packets",
5314 : "Debugging functions\n"
5315 : "OpenFabric routing protocol\n"
5316 : "IS-IS Update related packets\n")
5317 :
5318 : DEFSH (VTYSH_FABRICD, fabricd_domain_passwd_cmd_vtysh,
5319 : "domain-password <clear|md5> WORD [authenticate snp <send-only|validate>]",
5320 : "Set the authentication password for a routing domain\n"
5321 : "Authentication type\n"
5322 : "Authentication type\n"
5323 : "Level-wide password\n"
5324 : "Authentication\n"
5325 : "SNP PDUs\n"
5326 : "Send but do not check PDUs on receiving\n"
5327 : "Send and check PDUs on receiving\n")
5328 :
5329 : DEFSH (VTYSH_FABRICD, fabricd_fabric_tier_cmd_vtysh,
5330 : "fabric-tier (0-14)",
5331 : "Statically configure the tier to advertise\n"
5332 : "Tier to advertise\n")
5333 :
5334 : DEFSH (VTYSH_FABRICD, fabricd_ip6_router_isis_cmd_vtysh,
5335 : "ipv6 router openfabric WORD",
5336 : "Interface Internet Protocol config commands\n"
5337 : "IP router interface commands\n"
5338 : "OpenFabric routing protocol\n"
5339 : "Routing process tag\n")
5340 :
5341 : DEFSH (VTYSH_FABRICD, fabricd_ip_router_isis_cmd_vtysh,
5342 : "ip router openfabric WORD",
5343 : "Interface Internet Protocol config commands\n"
5344 : "IP router interface commands\n"
5345 : "OpenFabric routing protocol\n"
5346 : "Routing process tag\n")
5347 :
5348 : DEFSH (VTYSH_FABRICD, fabricd_isis_bfd_cmd_vtysh,
5349 : "openfabric bfd",
5350 : "OpenFabric routing protocol\n"
5351 : "Enable BFD support\n")
5352 :
5353 : DEFSH (VTYSH_FABRICD, fabricd_isis_default_originate_cmd_vtysh,
5354 : "default-information originate <ipv4|ipv6> [always] [{metric (0-16777215)|route-map RMAP_NAME}]",
5355 : "Control distribution of default information\n"
5356 : "Distribute a default route\n"
5357 : "Distribute default route for IPv4\n"
5358 : "Distribute default route for IPv6\n"
5359 : "Always advertise default route\n"
5360 : "Metric for default route\n"
5361 : "ISIS default metric\n"
5362 : "Route map reference\n"
5363 : "Pointer to route-map entries\n")
5364 :
5365 : DEFSH (VTYSH_FABRICD, fabricd_isis_hello_interval_cmd_vtysh,
5366 : "openfabric hello-interval (1-600)",
5367 : "OpenFabric routing protocol\n"
5368 : "Set Hello interval\n"
5369 : "Holdtime 1 seconds, interval depends on multiplier\n")
5370 :
5371 : DEFSH (VTYSH_FABRICD, fabricd_isis_hello_multiplier_cmd_vtysh,
5372 : "openfabric hello-multiplier (2-100)",
5373 : "OpenFabric routing protocol\n"
5374 : "Set multiplier for Hello holding time\n"
5375 : "Hello multiplier value\n")
5376 :
5377 : DEFSH (VTYSH_FABRICD, fabricd_isis_metric_cmd_vtysh,
5378 : "openfabric metric (0-16777215)",
5379 : "OpenFabric routing protocol\n"
5380 : "Set default metric for circuit\n"
5381 : "Default metric value\n")
5382 :
5383 : DEFSH (VTYSH_FABRICD, fabricd_isis_passive_cmd_vtysh,
5384 : "openfabric passive",
5385 : "OpenFabric routing protocol\n"
5386 : "Configure the passive mode for interface\n")
5387 :
5388 : DEFSH (VTYSH_FABRICD, fabricd_isis_passwd_cmd_vtysh,
5389 : "openfabric password <md5|clear> WORD",
5390 : "OpenFabric routing protocol\n"
5391 : "Configure the authentication password for a circuit\n"
5392 : "HMAC-MD5 authentication\n"
5393 : "Cleartext password\n"
5394 : "Circuit password\n")
5395 :
5396 : DEFSH (VTYSH_FABRICD, fabricd_isis_redistribute_cmd_vtysh,
5397 : "redistribute <ipv4 <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp>|ipv6 <kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp>> [{metric (0-16777215)|route-map RMAP_NAME}]",
5398 : "Redistribute information from another routing protocol\n"
5399 : "Redistribute IPv4 routes\n"
5400 : "Kernel routes (not installed via the zebra RIB)\n"
5401 : "Connected routes (directly attached subnet or host)\n"
5402 : "Statically configured routes\n"
5403 : "Routing Information Protocol (RIP)\n"
5404 : "Open Shortest Path First (OSPFv2)\n"
5405 : "Intermediate System to Intermediate System (IS-IS)\n"
5406 : "Border Gateway Protocol (BGP)\n"
5407 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
5408 : "Next Hop Resolution Protocol (NHRP)\n"
5409 : "Non-main Kernel Routing Table\n"
5410 : "Virtual Network Control (VNC)\n"
5411 : "Babel routing protocol (Babel)\n"
5412 : "Super Happy Advanced Routing Protocol (sharpd)\n"
5413 : "Redistribute IPv6 routes\n"
5414 : "Kernel routes (not installed via the zebra RIB)\n"
5415 : "Connected routes (directly attached subnet or host)\n"
5416 : "Statically configured routes\n"
5417 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
5418 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
5419 : "Intermediate System to Intermediate System (IS-IS)\n"
5420 : "Border Gateway Protocol (BGP)\n"
5421 : "Next Hop Resolution Protocol (NHRP)\n"
5422 : "Non-main Kernel Routing Table\n"
5423 : "Virtual Network Control (VNC)\n"
5424 : "Babel routing protocol (Babel)\n"
5425 : "Super Happy Advanced Routing Protocol (sharpd)\n"
5426 : "Metric for redistributed routes\n"
5427 : "ISIS default metric\n"
5428 : "Route map reference\n"
5429 : "Pointer to route-map entries\n")
5430 :
5431 : DEFSH (VTYSH_FABRICD, fabricd_isis_topology_cmd_vtysh,
5432 : "topology <standard|ipv4-mgmt|ipv6-unicast|ipv4-multicast|ipv6-multicast|ipv6-mgmt|ipv6-dstsrc> [overload]",
5433 : "Configure IS-IS topologies\n"
5434 : "IPv4 unicast topology\n"
5435 : "IPv4 management topology\n"
5436 : "IPv6 unicast topology\n"
5437 : "IPv4 multicast topology\n"
5438 : "IPv6 multicast topology\n"
5439 : "IPv6 management topology\n"
5440 : "IPv6 dst-src topology\n"
5441 : "Set overload bit for topology\n")
5442 :
5443 : DEFSH (VTYSH_FABRICD, fabricd_log_adj_changes_cmd_vtysh,
5444 : "log-adjacency-changes",
5445 : "Log changes in adjacency state\n")
5446 :
5447 : DEFSH (VTYSH_FABRICD, fabricd_lsp_gen_interval_cmd_vtysh,
5448 : "lsp-gen-interval (1-120)",
5449 : "Minimum interval between regenerating same LSP\n"
5450 : "Minimum interval in seconds\n")
5451 :
5452 : DEFSH (VTYSH_FABRICD, fabricd_lsp_refresh_interval_cmd_vtysh,
5453 : "lsp-refresh-interval (1-65235)",
5454 : "LSP refresh interval\n"
5455 : "LSP refresh interval in seconds\n")
5456 :
5457 : DEFSH (VTYSH_FABRICD, fabricd_max_lsp_lifetime_cmd_vtysh,
5458 : "max-lsp-lifetime (350-65535)",
5459 : "Maximum LSP lifetime\n"
5460 : "LSP lifetime in seconds\n")
5461 :
5462 : DEFSH (VTYSH_FABRICD, fabricd_net_cmd_vtysh,
5463 : "net WORD",
5464 : "A Network Entity Title for this process (OSI only)\n"
5465 : "XX.XXXX. ... .XXX.XX Network entity title (NET)\n")
5466 :
5467 : DEFSH (VTYSH_FABRICD, fabricd_no_area_lsp_mtu_cmd_vtysh,
5468 : "no lsp-mtu [(128-4352)]",
5469 : "Negate a command or set its defaults\n"
5470 : "Configure the maximum size of generated LSPs\n"
5471 : "Maximum size of generated LSPs\n")
5472 :
5473 : DEFSH (VTYSH_FABRICD, fabricd_no_circuit_topology_cmd_vtysh,
5474 : "no openfabric topology <standard|ipv4-mgmt|ipv6-unicast|ipv4-multicast|ipv6-multicast|ipv6-mgmt|ipv6-dstsrc>",
5475 : "Negate a command or set its defaults\n"
5476 : "OpenFabric routing protocol\n"
5477 : "Configure interface IS-IS topologies\n"
5478 : "IPv4 unicast topology\n"
5479 : "IPv4 management topology\n"
5480 : "IPv6 unicast topology\n"
5481 : "IPv4 multicast topology\n"
5482 : "IPv6 multicast topology\n"
5483 : "IPv6 management topology\n"
5484 : "IPv6 dst-src topology\n")
5485 :
5486 : DEFSH (VTYSH_FABRICD, fabricd_no_csnp_interval_cmd_vtysh,
5487 : "no openfabric csnp-interval [(1-600)]",
5488 : "Negate a command or set its defaults\n"
5489 : "OpenFabric routing protocol\n"
5490 : "Set CSNP interval in seconds\n"
5491 : "CSNP interval value\n")
5492 :
5493 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_adj_cmd_vtysh,
5494 : "no debug openfabric adj-packets",
5495 : "Negate a command or set its defaults\n"
5496 : "Disable debugging functions (see also 'debug')\n"
5497 : "OpenFabric routing protocol\n"
5498 : "IS-IS Adjacency related packets\n")
5499 :
5500 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_bfd_cmd_vtysh,
5501 : "no debug openfabric bfd",
5502 : "Negate a command or set its defaults\n"
5503 : "Disable debugging functions (see also 'debug')\n"
5504 : "OpenFabric routing protocol\n"
5505 : "openfabric interaction with BFD\n")
5506 :
5507 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_events_cmd_vtysh,
5508 : "no debug openfabric events",
5509 : "Negate a command or set its defaults\n"
5510 : "Disable debugging functions (see also 'debug')\n"
5511 : "OpenFabric routing protocol\n"
5512 : "IS-IS Events\n")
5513 :
5514 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_flooding_cmd_vtysh,
5515 : "no debug openfabric flooding",
5516 : "Negate a command or set its defaults\n"
5517 : "Disable debugging functions (see also 'debug')\n"
5518 : "OpenFabric routing protocol\n"
5519 : "Flooding algorithm\n")
5520 :
5521 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_ldp_sync_cmd_vtysh,
5522 : "no debug openfabric ldp-sync",
5523 : "Negate a command or set its defaults\n"
5524 : "Disable debugging functions (see also 'debug')\n"
5525 : "OpenFabric routing protocol\n"
5526 : "openfabric interaction with LDP-Sync\n")
5527 :
5528 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_lfa_cmd_vtysh,
5529 : "no debug openfabric lfa",
5530 : "Negate a command or set its defaults\n"
5531 : "Disable debugging functions (see also 'debug')\n"
5532 : "OpenFabric routing protocol\n"
5533 : "IS-IS LFA Events\n")
5534 :
5535 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_lsp_gen_cmd_vtysh,
5536 : "no debug openfabric lsp-gen",
5537 : "Negate a command or set its defaults\n"
5538 : "Disable debugging functions (see also 'debug')\n"
5539 : "OpenFabric routing protocol\n"
5540 : "IS-IS generation of own LSPs\n")
5541 :
5542 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_lsp_sched_cmd_vtysh,
5543 : "no debug openfabric lsp-sched",
5544 : "Negate a command or set its defaults\n"
5545 : "Disable debugging functions (see also 'debug')\n"
5546 : "OpenFabric routing protocol\n"
5547 : "IS-IS scheduling of LSP generation\n")
5548 :
5549 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_packet_dump_cmd_vtysh,
5550 : "no debug openfabric packet-dump",
5551 : "Negate a command or set its defaults\n"
5552 : "Disable debugging functions (see also 'debug')\n"
5553 : "OpenFabric routing protocol\n"
5554 : "IS-IS packet dump\n")
5555 :
5556 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_rtevents_cmd_vtysh,
5557 : "no debug openfabric route-events",
5558 : "Negate a command or set its defaults\n"
5559 : "Disable debugging functions (see also 'debug')\n"
5560 : "OpenFabric routing protocol\n"
5561 : "IS-IS Route related events\n")
5562 :
5563 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_snp_cmd_vtysh,
5564 : "no debug openfabric snp-packets",
5565 : "Negate a command or set its defaults\n"
5566 : "Disable debugging functions (see also 'debug')\n"
5567 : "OpenFabric routing protocol\n"
5568 : "IS-IS CSNP/PSNP packets\n")
5569 :
5570 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_spfevents_cmd_vtysh,
5571 : "no debug openfabric spf-events",
5572 : "Negate a command or set its defaults\n"
5573 : "Disable debugging functions (see also 'debug')\n"
5574 : "OpenFabric routing protocol\n"
5575 : "IS-IS Shortest Path First Events\n")
5576 :
5577 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_srevents_cmd_vtysh,
5578 : "no debug openfabric sr-events",
5579 : "Negate a command or set its defaults\n"
5580 : "Disable debugging functions (see also 'debug')\n"
5581 : "OpenFabric routing protocol\n"
5582 : "IS-IS Segment Routing Events\n")
5583 :
5584 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_teevents_cmd_vtysh,
5585 : "no debug openfabric te-events",
5586 : "Negate a command or set its defaults\n"
5587 : "Disable debugging functions (see also 'debug')\n"
5588 : "OpenFabric routing protocol\n"
5589 : "IS-IS Traffic Engineering Events\n")
5590 :
5591 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_tx_queue_cmd_vtysh,
5592 : "no debug openfabric tx-queue",
5593 : "Negate a command or set its defaults\n"
5594 : "Disable debugging functions (see also 'debug')\n"
5595 : "OpenFabric routing protocol\n"
5596 : "IS-IS TX queues\n")
5597 :
5598 : DEFSH (VTYSH_FABRICD, fabricd_no_debug_isis_upd_cmd_vtysh,
5599 : "no debug openfabric update-packets",
5600 : "Negate a command or set its defaults\n"
5601 : "Disable debugging functions (see also 'debug')\n"
5602 : "OpenFabric routing protocol\n"
5603 : "IS-IS Update related packets\n")
5604 :
5605 : DEFSH (VTYSH_FABRICD, fabricd_no_domain_passwd_cmd_vtysh,
5606 : "no domain-password",
5607 : "Negate a command or set its defaults\n"
5608 : "Set the authentication password for a routing domain\n")
5609 :
5610 : DEFSH (VTYSH_FABRICD, fabricd_no_fabric_tier_cmd_vtysh,
5611 : "no fabric-tier [(0-14)]",
5612 : "Negate a command or set its defaults\n"
5613 : "Statically configure the tier to advertise\n"
5614 : "Tier to advertise\n")
5615 :
5616 : DEFSH (VTYSH_FABRICD, fabricd_no_ip_router_isis_cmd_vtysh,
5617 : "no <ip|ipv6> router openfabric WORD",
5618 : "Negate a command or set its defaults\n"
5619 : "Interface Internet Protocol config commands\n"
5620 : "IP router interface commands\n"
5621 : "IP router interface commands\n"
5622 : "OpenFabric routing protocol\n"
5623 : "Routing process tag\n")
5624 :
5625 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_bfd_cmd_vtysh,
5626 : "no openfabric bfd",
5627 : "Negate a command or set its defaults\n"
5628 : "OpenFabric routing protocol\n"
5629 : "Disables BFD support\n")
5630 :
5631 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_default_originate_cmd_vtysh,
5632 : "no default-information originate <ipv4|ipv6>",
5633 : "Negate a command or set its defaults\n"
5634 : "Control distribution of default information\n"
5635 : "Distribute a default route\n"
5636 : "Distribute default route for IPv4\n"
5637 : "Distribute default route for IPv6\n")
5638 :
5639 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_hello_interval_cmd_vtysh,
5640 : "no openfabric hello-interval [(1-600)]",
5641 : "Negate a command or set its defaults\n"
5642 : "OpenFabric routing protocol\n"
5643 : "Set Hello interval\n"
5644 : "Holdtime 1 second, interval depends on multiplier\n")
5645 :
5646 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_hello_multiplier_cmd_vtysh,
5647 : "no openfabric hello-multiplier [(2-100)]",
5648 : "Negate a command or set its defaults\n"
5649 : "OpenFabric routing protocol\n"
5650 : "Set multiplier for Hello holding time\n"
5651 : "Hello multiplier value\n")
5652 :
5653 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_metric_cmd_vtysh,
5654 : "no openfabric metric [(0-16777215)]",
5655 : "Negate a command or set its defaults\n"
5656 : "OpenFabric routing protocol\n"
5657 : "Set default metric for circuit\n"
5658 : "Default metric value\n")
5659 :
5660 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_passive_cmd_vtysh,
5661 : "no openfabric passive",
5662 : "Negate a command or set its defaults\n"
5663 : "OpenFabric routing protocol\n"
5664 : "Configure the passive mode for interface\n")
5665 :
5666 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_passwd_cmd_vtysh,
5667 : "no openfabric password [<md5|clear> WORD]",
5668 : "Negate a command or set its defaults\n"
5669 : "OpenFabric routing protocol\n"
5670 : "Configure the authentication password for a circuit\n"
5671 : "HMAC-MD5 authentication\n"
5672 : "Cleartext password\n"
5673 : "Circuit password\n")
5674 :
5675 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_redistribute_cmd_vtysh,
5676 : "no redistribute <ipv4 <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp>|ipv6 <kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp>>",
5677 : "Negate a command or set its defaults\n"
5678 : "Redistribute information from another routing protocol\n"
5679 : "Redistribute IPv4 routes\n"
5680 : "Kernel routes (not installed via the zebra RIB)\n"
5681 : "Connected routes (directly attached subnet or host)\n"
5682 : "Statically configured routes\n"
5683 : "Routing Information Protocol (RIP)\n"
5684 : "Open Shortest Path First (OSPFv2)\n"
5685 : "Intermediate System to Intermediate System (IS-IS)\n"
5686 : "Border Gateway Protocol (BGP)\n"
5687 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
5688 : "Next Hop Resolution Protocol (NHRP)\n"
5689 : "Non-main Kernel Routing Table\n"
5690 : "Virtual Network Control (VNC)\n"
5691 : "Babel routing protocol (Babel)\n"
5692 : "Super Happy Advanced Routing Protocol (sharpd)\n"
5693 : "Redistribute IPv6 routes\n"
5694 : "Kernel routes (not installed via the zebra RIB)\n"
5695 : "Connected routes (directly attached subnet or host)\n"
5696 : "Statically configured routes\n"
5697 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
5698 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
5699 : "Intermediate System to Intermediate System (IS-IS)\n"
5700 : "Border Gateway Protocol (BGP)\n"
5701 : "Next Hop Resolution Protocol (NHRP)\n"
5702 : "Non-main Kernel Routing Table\n"
5703 : "Virtual Network Control (VNC)\n"
5704 : "Babel routing protocol (Babel)\n"
5705 : "Super Happy Advanced Routing Protocol (sharpd)\n")
5706 :
5707 : DEFSH (VTYSH_FABRICD, fabricd_no_isis_topology_cmd_vtysh,
5708 : "no topology <standard|ipv4-mgmt|ipv6-unicast|ipv4-multicast|ipv6-multicast|ipv6-mgmt|ipv6-dstsrc> [overload]",
5709 : "Negate a command or set its defaults\n"
5710 : "Configure IS-IS topologies\n"
5711 : "IPv4 unicast topology\n"
5712 : "IPv4 management topology\n"
5713 : "IPv6 unicast topology\n"
5714 : "IPv4 multicast topology\n"
5715 : "IPv6 multicast topology\n"
5716 : "IPv6 management topology\n"
5717 : "IPv6 dst-src topology\n"
5718 : "Set overload bit for topology\n")
5719 :
5720 : DEFSH (VTYSH_FABRICD, fabricd_no_log_adj_changes_cmd_vtysh,
5721 : "no log-adjacency-changes",
5722 : "Negate a command or set its defaults\n"
5723 : "Stop logging changes in adjacency state\n")
5724 :
5725 : DEFSH (VTYSH_FABRICD, fabricd_no_lsp_gen_interval_cmd_vtysh,
5726 : "no lsp-gen-interval [(1-120)]",
5727 : "Negate a command or set its defaults\n"
5728 : "Minimum interval between regenerating same LSP\n"
5729 : "Minimum interval in seconds\n")
5730 :
5731 : DEFSH (VTYSH_FABRICD, fabricd_no_lsp_refresh_interval_cmd_vtysh,
5732 : "no lsp-refresh-interval [(1-65235)]",
5733 : "Negate a command or set its defaults\n"
5734 : "LSP refresh interval\n"
5735 : "LSP refresh interval in seconds\n")
5736 :
5737 : DEFSH (VTYSH_FABRICD, fabricd_no_max_lsp_lifetime_cmd_vtysh,
5738 : "no max-lsp-lifetime [(350-65535)]",
5739 : "Negate a command or set its defaults\n"
5740 : "Maximum LSP lifetime\n"
5741 : "LSP lifetime in seconds\n")
5742 :
5743 : DEFSH (VTYSH_FABRICD, fabricd_no_net_cmd_vtysh,
5744 : "no net WORD",
5745 : "Negate a command or set its defaults\n"
5746 : "A Network Entity Title for this process (OSI only)\n"
5747 : "XX.XXXX. ... .XXX.XX Network entity title (NET)\n")
5748 :
5749 : DEFSH (VTYSH_FABRICD, fabricd_no_psnp_interval_cmd_vtysh,
5750 : "no openfabric psnp-interval [(1-120)]",
5751 : "Negate a command or set its defaults\n"
5752 : "OpenFabric routing protocol\n"
5753 : "Set PSNP interval in seconds\n"
5754 : "PSNP interval value\n")
5755 :
5756 : DEFSH (VTYSH_FABRICD, fabricd_no_router_openfabric_cmd_vtysh,
5757 : "no router openfabric WORD",
5758 : "Negate a command or set its defaults\n"
5759 : "Enable a routing process\n"
5760 : "OpenFabric routing protocol\n"
5761 : "ISO Routing area tag\n")
5762 :
5763 : DEFSH (VTYSH_FABRICD, fabricd_no_set_overload_bit_cmd_vtysh,
5764 : "no set-overload-bit",
5765 : "Reset overload bit to accept transit traffic\n"
5766 : "Reset overload bit\n")
5767 :
5768 : DEFSH (VTYSH_FABRICD, fabricd_no_spf_delay_ietf_cmd_vtysh,
5769 : "no spf-delay-ietf",
5770 : "Negate a command or set its defaults\n"
5771 : "IETF SPF delay algorithm\n")
5772 :
5773 : DEFSH (VTYSH_FABRICD, fabricd_no_spf_interval_cmd_vtysh,
5774 : "no spf-interval [(1-120)]",
5775 : "Negate a command or set its defaults\n"
5776 : "Minimum interval between SPF calculations\n"
5777 : "Minimum interval between consecutive SPFs in seconds\n")
5778 :
5779 : DEFSH (VTYSH_FABRICD, fabricd_no_triggered_csnp_cmd_vtysh,
5780 : "no triggered-csnp-delay [(100-10000) [always]]",
5781 : "Negate a command or set its defaults\n"
5782 : "Configure the delay for triggered CSNPs\n"
5783 : "Delay in milliseconds\n"
5784 : "Trigger CSNP for all LSPs, not only circuit-scoped\n")
5785 :
5786 : DEFSH (VTYSH_FABRICD, fabricd_psnp_interval_cmd_vtysh,
5787 : "openfabric psnp-interval (1-120)",
5788 : "OpenFabric routing protocol\n"
5789 : "Set PSNP interval in seconds\n"
5790 : "PSNP interval value\n")
5791 :
5792 : DEFSH (VTYSH_FABRICD, fabricd_set_overload_bit_cmd_vtysh,
5793 : "set-overload-bit",
5794 : "Set overload bit to avoid any transit traffic\n")
5795 :
5796 : DEFSH (VTYSH_FABRICD, fabricd_show_database_cmd_vtysh,
5797 : "show openfabric [vrf <NAME|all>] database [detail] [WORD] [json]",
5798 : "Show running system information\n"
5799 : "OpenFabric routing protocol\n"
5800 : "Specify the VRF\n"
5801 : "The VRF name\n"
5802 : "All VRFs\n"
5803 : "Link state database\n"
5804 : "Detailed information\n"
5805 : "LSP ID\n"
5806 : "json output\n")
5807 :
5808 : DEFSH (VTYSH_FABRICD, fabricd_show_hostname_cmd_vtysh,
5809 : "show openfabric [vrf <NAME|all>] hostname",
5810 : "Show running system information\n"
5811 : "OpenFabric routing protocol\n"
5812 : "Specify the VRF\n"
5813 : "The VRF name\n"
5814 : "All VRFs\n"
5815 : "IS-IS Dynamic hostname mapping\n")
5816 :
5817 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_frr_summary_cmd_vtysh,
5818 : "show openfabric [vrf <NAME|all>] fast-reroute summary",
5819 : "Show running system information\n"
5820 : "OpenFabric routing protocol\n"
5821 : "Specify the VRF\n"
5822 : "The VRF name\n"
5823 : "All VRFs\n"
5824 : "IS-IS FRR information\n"
5825 : "FRR summary\n")
5826 :
5827 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_interface_arg_cmd_vtysh,
5828 : "show openfabric [vrf <NAME|all>] interface WORD [json]",
5829 : "Show running system information\n"
5830 : "OpenFabric routing protocol\n"
5831 : "Specify the VRF\n"
5832 : "The VRF name\n"
5833 : "All VRFs\n"
5834 : "IS-IS interface\n"
5835 : "IS-IS interface name\n"
5836 : "json output\n")
5837 :
5838 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_interface_cmd_vtysh,
5839 : "show openfabric [vrf <NAME|all>] interface [json]",
5840 : "Show running system information\n"
5841 : "OpenFabric routing protocol\n"
5842 : "Specify the VRF\n"
5843 : "The VRF name\n"
5844 : "All VRFs\n"
5845 : "json output\n"
5846 : "IS-IS interface\n")
5847 :
5848 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_interface_detail_cmd_vtysh,
5849 : "show openfabric [vrf <NAME|all>] interface detail [json]",
5850 : "Show running system information\n"
5851 : "OpenFabric routing protocol\n"
5852 : "Specify the VRF\n"
5853 : "The VRF name\n"
5854 : "All VRFs\n"
5855 : "IS-IS interface\n"
5856 : "show detailed information\n"
5857 : "json output\n")
5858 :
5859 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_mpls_ldp_interface_cmd_vtysh,
5860 : "show openfabric mpls ldp-sync [interface <INTERFACE|all>]",
5861 : "Show running system information\n"
5862 : "OpenFabric routing protocol\n"
5863 : "MPLS information\n"
5864 : "LDP-IGP Sync information\n"
5865 : "Interface information\n"
5866 : "Interface name\n"
5867 : "All interfaces\n")
5868 :
5869 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_neighbor_arg_cmd_vtysh,
5870 : "show openfabric [vrf <NAME|all>] neighbor WORD [json]",
5871 : "Show running system information\n"
5872 : "OpenFabric routing protocol\n"
5873 : "Specify the VRF\n"
5874 : "The VRF name\n"
5875 : "All vrfs\n"
5876 : "IS-IS neighbor adjacencies\n"
5877 : "System id\n"
5878 : "json output\n")
5879 :
5880 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_neighbor_cmd_vtysh,
5881 : "show openfabric [vrf <NAME|all>] neighbor [json]",
5882 : "Show running system information\n"
5883 : "OpenFabric routing protocol\n"
5884 : "Specify the VRF\n"
5885 : "The VRF name\n"
5886 : "All vrfs\n"
5887 : "IS-IS neighbor adjacencies\n"
5888 : "json output\n")
5889 :
5890 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_neighbor_detail_cmd_vtysh,
5891 : "show openfabric [vrf <NAME|all>] neighbor detail [json]",
5892 : "Show running system information\n"
5893 : "OpenFabric routing protocol\n"
5894 : "Specify the VRF\n"
5895 : "The VRF name\n"
5896 : "all vrfs\n"
5897 : "IS-IS neighbor adjacencies\n"
5898 : "show detailed information\n"
5899 : "json output\n")
5900 :
5901 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_route_cmd_vtysh,
5902 : "show openfabric [vrf <NAME|all>] route [<prefix-sid|backup>]",
5903 : "Show running system information\n"
5904 : "OpenFabric routing protocol\n"
5905 : "Specify the VRF\n"
5906 : "The VRF name\n"
5907 : "All VRFs\n"
5908 : "IS-IS routing table\n"
5909 : "Show Prefix-SID information\n"
5910 : "Show backup routes\n")
5911 :
5912 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_spf_ietf_cmd_vtysh,
5913 : "show openfabric [vrf <NAME|all>] spf-delay-ietf",
5914 : "Show running system information\n"
5915 : "OpenFabric routing protocol\n"
5916 : "Specify the VRF\n"
5917 : "The VRF name\n"
5918 : "All VRFs\n"
5919 : "SPF delay IETF information\n")
5920 :
5921 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_summary_cmd_vtysh,
5922 : "show openfabric [vrf <NAME|all>] summary [json]",
5923 : "Show running system information\n"
5924 : "OpenFabric routing protocol\n"
5925 : "Specify the VRF\n"
5926 : "The VRF name\n"
5927 : "All VRFs\n"
5928 : "json output\n"
5929 : "summary\n")
5930 :
5931 : DEFSH (VTYSH_FABRICD, fabricd_show_isis_topology_cmd_vtysh,
5932 : "show openfabric [vrf <NAME|all>] topology",
5933 : "Show running system information\n"
5934 : "OpenFabric routing protocol\n"
5935 : "Specify the VRF\n"
5936 : "The VRF name\n"
5937 : "All VRFs\n"
5938 : "IS-IS paths to Intermediate Systems\n")
5939 :
5940 : DEFSH (VTYSH_FABRICD, fabricd_show_lsp_flooding_cmd_vtysh,
5941 : "show openfabric flooding [WORD]",
5942 : "Show running system information\n"
5943 : "OpenFabric routing protocol\n"
5944 : "Flooding information\n"
5945 : "LSP ID\n")
5946 :
5947 : DEFSH (VTYSH_FABRICD, fabricd_show_sr_node_cmd_vtysh,
5948 : "show openfabric segment-routing node",
5949 : "Show running system information\n"
5950 : "OpenFabric routing protocol\n"
5951 : "Segment-Routing\n"
5952 : "Segment-Routing node\n")
5953 :
5954 : DEFSH (VTYSH_FABRICD, fabricd_spf_delay_ietf_cmd_vtysh,
5955 : "spf-delay-ietf init-delay (0-60000) short-delay (0-60000) long-delay (0-60000) holddown (0-60000) time-to-learn (0-60000)",
5956 : "IETF SPF delay algorithm\n"
5957 : "Delay used while in QUIET state\n"
5958 : "Delay used while in QUIET state in milliseconds\n"
5959 : "Delay used while in SHORT_WAIT state\n"
5960 : "Delay used while in SHORT_WAIT state in milliseconds\n"
5961 : "Delay used while in LONG_WAIT\n"
5962 : "Delay used while in LONG_WAIT state in milliseconds\n"
5963 : "Time with no received IGP events before considering IGP stable\n"
5964 : "Time with no received IGP events before considering IGP stable (in milliseconds)\n"
5965 : "Maximum duration needed to learn all the events related to a single failure\n"
5966 : "Maximum duration needed to learn all the events related to a single failure (in milliseconds)\n")
5967 :
5968 : DEFSH (VTYSH_FABRICD, fabricd_spf_interval_cmd_vtysh,
5969 : "spf-interval (1-120)",
5970 : "Minimum interval between SPF calculations\n"
5971 : "Minimum interval between consecutive SPFs in seconds\n")
5972 :
5973 : DEFSH (VTYSH_FABRICD, fabricd_triggered_csnp_cmd_vtysh,
5974 : "triggered-csnp-delay (100-10000) [always]",
5975 : "Configure the delay for triggered CSNPs\n"
5976 : "Delay in milliseconds\n"
5977 : "Trigger CSNP for all LSPs, not only circuit-scoped\n")
5978 :
5979 : DEFSH (VTYSH_ZEBRA, fpm_remote_ip_cmd_vtysh,
5980 : "fpm connection ip A.B.C.D port (1-65535)",
5981 : "Forwarding Path Manager\n"
5982 : "Configure FPM connection\n"
5983 : "Connect to IPv4 address\n"
5984 : "Connect to IPv4 address\n"
5985 : "TCP port number\n"
5986 : "TCP port number\n")
5987 :
5988 : DEFSH (VTYSH_ZEBRA, fpm_reset_counters_cmd_vtysh,
5989 : "clear fpm counters",
5990 : "Reset functions\n"
5991 : "Forwarding Plane Manager configuration\n"
5992 : "FPM statistic counters\n")
5993 :
5994 : DEFSH (VTYSH_ZEBRA, fpm_set_address_cmd_vtysh,
5995 : "fpm address <A.B.C.D|X:X::X:X> [port (1-65535)]",
5996 : "Forwarding Plane Manager configuration\n"
5997 : "FPM remote listening server address\n"
5998 : "Remote IPv4 FPM server\n"
5999 : "Remote IPv6 FPM server\n"
6000 : "FPM remote listening server port\n"
6001 : "Remote FPM server port\n")
6002 :
6003 : DEFSH (VTYSH_ZEBRA, fpm_show_counters_cmd_vtysh,
6004 : "show fpm counters",
6005 : "Show running system information\n"
6006 : "Forwarding Plane Manager configuration\n"
6007 : "FPM statistic counters\n")
6008 :
6009 : DEFSH (VTYSH_ZEBRA, fpm_show_counters_json_cmd_vtysh,
6010 : "show fpm counters json",
6011 : "Show running system information\n"
6012 : "Forwarding Plane Manager configuration\n"
6013 : "FPM statistic counters\n"
6014 : "JavaScript Object Notation\n")
6015 :
6016 : DEFSH (VTYSH_ZEBRA, fpm_use_nhg_cmd_vtysh,
6017 : "fpm use-next-hop-groups",
6018 : "Forwarding Plane Manager configuration\n"
6019 : "Use netlink next hop groups feature.\n")
6020 :
6021 : DEFSH (VTYSH_ALL, frr_defaults_cmd_vtysh,
6022 : "frr defaults PROFILE...",
6023 : "FRRouting global parameters\n"
6024 : "set of configuration defaults used\n"
6025 : "profile string\n")
6026 :
6027 : DEFSH (VTYSH_ALL, frr_version_cmd_vtysh,
6028 : "frr version VERSION...",
6029 : "FRRouting global parameters\n"
6030 : "version configuration was written by\n"
6031 : "version string\n")
6032 :
6033 : DEFSH (VTYSH_PIM6D, gm_debug_iface_cfg_cmd_vtysh,
6034 : "debug ipv6 mld {robustness (0-7)|query-max-response-time (1-8387584)}",
6035 : "Debugging functions\n"
6036 : "IPv6 information\n"
6037 : "Multicast Listener Discovery\n"
6038 : "QRV\n"
6039 : "QRV\n"
6040 : "maxresp\n"
6041 : "maxresp\n")
6042 :
6043 : DEFSH (VTYSH_PIM6D, gm_debug_show_cmd_vtysh,
6044 : "debug show mld interface IFNAME",
6045 : "Debugging functions\n"
6046 : "Show running system information\n"
6047 : "MLD information\n"
6048 : "Interface information\n"
6049 : "interface name\n")
6050 :
6051 : DEFSH (VTYSH_PIM6D, gm_show_interface_cmd_vtysh,
6052 : "show ipv6 mld [vrf <VRF|all>$vrf_str] interface [IFNAME | detail$detail] [json$json]",
6053 : "Show running system information\n"
6054 : "IPv6 information\n"
6055 : "MLD information\n"
6056 : "Specify the VRF\n"
6057 : "The VRF name\n"
6058 : "All VRFs\n"
6059 : "MLD interface information\n"
6060 : "Interface name\n"
6061 : "Detailed output\n"
6062 : "JavaScript Object Notation\n")
6063 :
6064 : DEFSH (VTYSH_PIM6D, gm_show_interface_joins_cmd_vtysh,
6065 : "show ipv6 mld [vrf <VRF|all>$vrf_str] joins [{interface IFNAME|groups X:X::X:X/M|sources X:X::X:X/M|detail$detail}] [json$json]",
6066 : "Show running system information\n"
6067 : "IPv6 information\n"
6068 : "MLD information\n"
6069 : "Specify the VRF\n"
6070 : "The VRF name\n"
6071 : "All VRFs\n"
6072 : "MLD joined groups & sources\n"
6073 : "Interface information\n"
6074 : "Interface name\n"
6075 : "Limit output to group range\n"
6076 : "Show groups covered by this prefix\n"
6077 : "Limit output to source range\n"
6078 : "Show sources covered by this prefix\n"
6079 : "Show details, including tracked receivers\n"
6080 : "JavaScript Object Notation\n")
6081 :
6082 : DEFSH (VTYSH_PIM6D, gm_show_interface_stats_cmd_vtysh,
6083 : "show ipv6 mld [vrf <VRF|all>$vrf_str] statistics [interface IFNAME] [json$json]",
6084 : "Show running system information\n"
6085 : "IPv6 information\n"
6086 : "MLD information\n"
6087 : "Specify the VRF\n"
6088 : "The VRF name\n"
6089 : "All VRFs\n"
6090 : "MLD statistics\n"
6091 : "Interface information\n"
6092 : "Interface name\n"
6093 : "JavaScript Object Notation\n")
6094 :
6095 : DEFSH (VTYSH_PIM6D, gm_show_mld_groups_cmd_vtysh,
6096 : "show ipv6 mld [vrf <VRF|all>$vrf_str] groups [json$json]",
6097 : "Show running system information\n"
6098 : "IPv6 information\n"
6099 : "MLD information\n"
6100 : "Specify the VRF\n"
6101 : "The VRF name\n"
6102 : "All VRFs\n"
6103 : "MLD groups information\n"
6104 : "JavaScript Object Notation\n")
6105 :
6106 : DEFSH (VTYSH_OSPFD, graceful_restart_cmd_vtysh,
6107 : "graceful-restart [grace-period (1-1800)$grace_period]",
6108 : "OSPF non-stop forwarding (NSF) also known as OSPF Graceful Restart\n"
6109 : "Maximum length of the 'grace period'\n"
6110 : "Maximum length of the 'grace period' in seconds\n")
6111 :
6112 : DEFSH (VTYSH_OSPFD, graceful_restart_prepare_cmd_vtysh,
6113 : "graceful-restart prepare ip ospf",
6114 : "Graceful Restart commands\n"
6115 : "Prepare upcoming graceful restart\n"
6116 : "IP information\n"
6117 : "Prepare to restart the OSPF process\n")
6118 :
6119 : DEFSH (VTYSH_NHRPD, if_nhrp_flags_cmd_vtysh,
6120 : "<ip|ipv6> nhrp <shortcut|redirect>",
6121 : "IP information\n"
6122 : "IPv6 information\n"
6123 : "Next Hop Resolution Protocol functions\n"
6124 : "Allow shortcut establishment\n"
6125 : "Send redirect notifications\n")
6126 :
6127 : DEFSH (VTYSH_NHRPD, if_nhrp_holdtime_cmd_vtysh,
6128 : "<ip|ipv6> nhrp holdtime (1-65000)",
6129 : "IP information\n"
6130 : "IPv6 information\n"
6131 : "Next Hop Resolution Protocol functions\n"
6132 : "Specify NBMA address validity time\n"
6133 : "Time in seconds that NBMA addresses are advertised valid\n")
6134 :
6135 : DEFSH (VTYSH_NHRPD, if_nhrp_map_cmd_vtysh,
6136 : "<ip|ipv6> nhrp map <A.B.C.D|X:X::X:X> <A.B.C.D|local>",
6137 : "IP information\n"
6138 : "IPv6 information\n"
6139 : "Next Hop Resolution Protocol functions\n"
6140 : "Nexthop Server configuration\n"
6141 : "IPv4 protocol address\n"
6142 : "IPv6 protocol address\n"
6143 : "IPv4 NBMA address\n"
6144 : "Handle protocol address locally\n")
6145 :
6146 : DEFSH (VTYSH_NHRPD, if_nhrp_map_multicast_cmd_vtysh,
6147 : "<ip|ipv6> nhrp map multicast <A.B.C.D|X:X::X:X|dynamic>",
6148 : "IP information\n"
6149 : "IPv6 information\n"
6150 : "Next Hop Resolution Protocol functions\n"
6151 : "Multicast NBMA Configuration\n"
6152 : "Use this NBMA mapping for multicasts\n"
6153 : "IPv4 NBMA address\n"
6154 : "IPv6 NBMA address\n"
6155 : "Dynamically learn destinations from client registrations on hub\n")
6156 :
6157 : DEFSH (VTYSH_NHRPD, if_nhrp_mtu_cmd_vtysh,
6158 : "ip nhrp mtu <(576-1500)|opennhrp>",
6159 : "IP information\n"
6160 : "Next Hop Resolution Protocol functions\n"
6161 : "Configure NHRP advertised MTU\n"
6162 : "MTU value\n"
6163 : "Advertise bound interface MTU similar to OpenNHRP\n")
6164 :
6165 : DEFSH (VTYSH_NHRPD, if_nhrp_network_id_cmd_vtysh,
6166 : "<ip|ipv6> nhrp network-id (1-4294967295)",
6167 : "IP information\n"
6168 : "IPv6 information\n"
6169 : "Next Hop Resolution Protocol functions\n"
6170 : "Enable NHRP and specify network-id\n"
6171 : "System local ID to specify interface group\n")
6172 :
6173 : DEFSH (VTYSH_NHRPD, if_nhrp_nhs_cmd_vtysh,
6174 : "<ip|ipv6> nhrp nhs <A.B.C.D|X:X::X:X|dynamic> nbma <A.B.C.D|FQDN>",
6175 : "IP information\n"
6176 : "IPv6 information\n"
6177 : "Next Hop Resolution Protocol functions\n"
6178 : "Nexthop Server configuration\n"
6179 : "IPv4 protocol address\n"
6180 : "IPv6 protocol address\n"
6181 : "Automatic detection of protocol address\n"
6182 : "NBMA address\n"
6183 : "IPv4 NBMA address\n"
6184 : "Fully qualified domain name for NBMA address(es)\n")
6185 :
6186 : DEFSH (VTYSH_NHRPD, if_nhrp_reg_flags_cmd_vtysh,
6187 : "<ip|ipv6> nhrp registration no-unique",
6188 : "IP information\n"
6189 : "IPv6 information\n"
6190 : "Next Hop Resolution Protocol functions\n"
6191 : "Registration configuration\n"
6192 : "Don't set unique flag\n")
6193 :
6194 : DEFSH (VTYSH_NHRPD, if_no_nhrp_flags_cmd_vtysh,
6195 : "no <ip|ipv6> nhrp <shortcut|redirect>",
6196 : "Negate a command or set its defaults\n"
6197 : "IP information\n"
6198 : "IPv6 information\n"
6199 : "Next Hop Resolution Protocol functions\n"
6200 : "Allow shortcut establishment\n"
6201 : "Send redirect notifications\n")
6202 :
6203 : DEFSH (VTYSH_NHRPD, if_no_nhrp_holdtime_cmd_vtysh,
6204 : "no <ip|ipv6> nhrp holdtime [(1-65000)]",
6205 : "Negate a command or set its defaults\n"
6206 : "IP information\n"
6207 : "IPv6 information\n"
6208 : "Next Hop Resolution Protocol functions\n"
6209 : "Specify NBMA address validity time\n"
6210 : "Time in seconds that NBMA addresses are advertised valid\n")
6211 :
6212 : DEFSH (VTYSH_NHRPD, if_no_nhrp_map_cmd_vtysh,
6213 : "no <ip|ipv6> nhrp map <A.B.C.D|X:X::X:X> [<A.B.C.D|local>]",
6214 : "Negate a command or set its defaults\n"
6215 : "IP information\n"
6216 : "IPv6 information\n"
6217 : "Next Hop Resolution Protocol functions\n"
6218 : "Nexthop Server configuration\n"
6219 : "IPv4 protocol address\n"
6220 : "IPv6 protocol address\n"
6221 : "IPv4 NBMA address\n"
6222 : "Handle protocol address locally\n")
6223 :
6224 : DEFSH (VTYSH_NHRPD, if_no_nhrp_map_multicast_cmd_vtysh,
6225 : "no <ip|ipv6> nhrp map multicast <A.B.C.D|X:X::X:X|dynamic>",
6226 : "Negate a command or set its defaults\n"
6227 : "IP information\n"
6228 : "IPv6 information\n"
6229 : "Next Hop Resolution Protocol functions\n"
6230 : "Multicast NBMA Configuration\n"
6231 : "Use this NBMA mapping for multicasts\n"
6232 : "IPv4 NBMA address\n"
6233 : "IPv6 NBMA address\n"
6234 : "Dynamically learn destinations from client registrations on hub\n")
6235 :
6236 : DEFSH (VTYSH_NHRPD, if_no_nhrp_mtu_cmd_vtysh,
6237 : "no ip nhrp mtu [(576-1500)|opennhrp]",
6238 : "Negate a command or set its defaults\n"
6239 : "IP information\n"
6240 : "Next Hop Resolution Protocol functions\n"
6241 : "Configure NHRP advertised MTU\n"
6242 : "MTU value\n"
6243 : "Advertise bound interface MTU similar to OpenNHRP\n")
6244 :
6245 : DEFSH (VTYSH_NHRPD, if_no_nhrp_network_id_cmd_vtysh,
6246 : "no <ip|ipv6> nhrp network-id [(1-4294967295)]",
6247 : "Negate a command or set its defaults\n"
6248 : "IP information\n"
6249 : "IPv6 information\n"
6250 : "Next Hop Resolution Protocol functions\n"
6251 : "Enable NHRP and specify network-id\n"
6252 : "System local ID to specify interface group\n")
6253 :
6254 : DEFSH (VTYSH_NHRPD, if_no_nhrp_nhs_cmd_vtysh,
6255 : "no <ip|ipv6> nhrp nhs <A.B.C.D|X:X::X:X|dynamic> nbma <A.B.C.D|FQDN>",
6256 : "Negate a command or set its defaults\n"
6257 : "IP information\n"
6258 : "IPv6 information\n"
6259 : "Next Hop Resolution Protocol functions\n"
6260 : "Nexthop Server configuration\n"
6261 : "IPv4 protocol address\n"
6262 : "IPv6 protocol address\n"
6263 : "Automatic detection of protocol address\n"
6264 : "NBMA address\n"
6265 : "IPv4 NBMA address\n"
6266 : "Fully qualified domain name for NBMA address(es)\n")
6267 :
6268 : DEFSH (VTYSH_NHRPD, if_no_nhrp_reg_flags_cmd_vtysh,
6269 : "no <ip|ipv6> nhrp registration no-unique",
6270 : "Negate a command or set its defaults\n"
6271 : "IP information\n"
6272 : "IPv6 information\n"
6273 : "Next Hop Resolution Protocol functions\n"
6274 : "Registration configuration\n"
6275 : "Don't set unique flag\n")
6276 :
6277 : DEFSH (VTYSH_RIPD, if_rmap_cmd_vtysh,
6278 : "route-map RMAP_NAME <in|out> IFNAME",
6279 : "Route map set\n"
6280 : "Route map name\n"
6281 : "Route map set for input filtering\n"
6282 : "Route map set for output filtering\n"
6283 : "Route map interface name\n")
6284 :
6285 : DEFSH (VTYSH_SHARPD, import_te_cmd_vtysh,
6286 : "sharp import-te",
6287 : "Sharp Routing Protocol\n"
6288 : "Import Traffic Engineering\n")
6289 :
6290 : DEFSH (VTYSH_SHARPD, install_routes_cmd_vtysh,
6291 : "sharp install routes [vrf NAME$vrf_name] <A.B.C.D$start4|X:X::X:X$start6> <nexthop <A.B.C.D$nexthop4|X:X::X:X$nexthop6>| nexthop-group NHGNAME$nexthop_group> [backup$backup <A.B.C.D$backup_nexthop4|X:X::X:X$backup_nexthop6>] (1-1000000)$routes [instance (0-255)$instance] [repeat (2-1000)$rpt] [opaque WORD]",
6292 : "Sharp routing Protocol\n"
6293 : "install some routes\n"
6294 : "Routes to install\n"
6295 : "The vrf we would like to install into if non-default\n"
6296 : "The NAME of the vrf\n"
6297 : "v4 Address to start /32 generation at\n"
6298 : "v6 Address to start /32 generation at\n"
6299 : "Nexthop to use(Can be an IPv4 or IPv6 address)\n"
6300 : "V4 Nexthop address to use\n"
6301 : "V6 Nexthop address to use\n"
6302 : "Nexthop-Group to use\n"
6303 : "The Name of the nexthop-group\n"
6304 : "Backup nexthop to use(Can be an IPv4 or IPv6 address)\n"
6305 : "Backup V4 Nexthop address to use\n"
6306 : "Backup V6 Nexthop address to use\n"
6307 : "How many to create\n"
6308 : "Instance to use\n"
6309 : "Instance\n"
6310 : "Should we repeat this command\n"
6311 : "How many times to repeat this command\n"
6312 : "What opaque data to send down\n"
6313 : "The opaque data\n")
6314 :
6315 : DEFSH (VTYSH_SHARPD, install_routes_data_dump_cmd_vtysh,
6316 : "sharp data route",
6317 : "Sharp routing Protocol\n"
6318 : "Data about what is going on\n"
6319 : "Route Install/Removal Information\n")
6320 :
6321 : DEFSH (VTYSH_SHARPD, install_seg6_routes_cmd_vtysh,
6322 : "sharp install seg6-routes [vrf NAME$vrf_name] <A.B.C.D$start4|X:X::X:X$start6> nexthop-seg6 X:X::X:X$seg6_nh6 encap X:X::X:X$seg6_seg (1-1000000)$routes [repeat (2-1000)$rpt]",
6323 : "Sharp routing Protocol\n"
6324 : "install some routes\n"
6325 : "Routes to install\n"
6326 : "The vrf we would like to install into if non-default\n"
6327 : "The NAME of the vrf\n"
6328 : "v4 Address to start /32 generation at\n"
6329 : "v6 Address to start /32 generation at\n"
6330 : "Nexthop-seg6 to use\n"
6331 : "V6 Nexthop address to use\n"
6332 : "Encap mode\n"
6333 : "Segment List to use\n"
6334 : "How many to create\n"
6335 : "Should we repeat this command\n"
6336 : "How many times to repeat this command\n")
6337 :
6338 : DEFSH (VTYSH_SHARPD, install_seg6local_routes_cmd_vtysh,
6339 : "sharp install seg6local-routes [vrf NAME$vrf_name] X:X::X:X$start6 nexthop-seg6local NAME$seg6l_oif <End$seg6l_end| End_X$seg6l_endx X:X::X:X$seg6l_endx_nh6| End_T$seg6l_endt (1-4294967295)$seg6l_endt_table| End_DX4$seg6l_enddx4 A.B.C.D$seg6l_enddx4_nh4| End_DT6$seg6l_enddt6 (1-4294967295)$seg6l_enddt6_table| End_DT4$seg6l_enddt4 (1-4294967295)$seg6l_enddt4_table| End_DT46$seg6l_enddt46 (1-4294967295)$seg6l_enddt46_table> (1-1000000)$routes [repeat (2-1000)$rpt]",
6340 : "Sharp routing Protocol\n"
6341 : "install some routes\n"
6342 : "Routes to install\n"
6343 : "The vrf we would like to install into if non-default\n"
6344 : "The NAME of the vrf\n"
6345 : "v6 Address to start /32 generation at\n"
6346 : "Nexthop-seg6local to use\n"
6347 : "Output device to use\n"
6348 : "SRv6 End function to use\n"
6349 : "SRv6 End.X function to use\n"
6350 : "V6 Nexthop address to use\n"
6351 : "SRv6 End.T function to use\n"
6352 : "Redirect table id to use\n"
6353 : "SRv6 End.DX4 function to use\n"
6354 : "V4 Nexthop address to use\n"
6355 : "SRv6 End.DT6 function to use\n"
6356 : "Redirect table id to use\n"
6357 : "SRv6 End.DT4 function to use\n"
6358 : "Redirect table id to use\n"
6359 : "SRv6 End.DT46 function to use\n"
6360 : "Redirect table id to use\n"
6361 : "How many to create\n"
6362 : "Should we repeat this command\n"
6363 : "How many times to repeat this command\n")
6364 :
6365 : DEFSH (VTYSH_INTERFACE, interface_desc_cmd_vtysh,
6366 : "description LINE...",
6367 : "Interface specific description\n"
6368 : "Characters describing this interface\n")
6369 :
6370 : DEFSH (VTYSH_PIMD, interface_ip_igmp_cmd_vtysh,
6371 : "ip igmp",
6372 : "IP information\n"
6373 : "Enable IGMP operation\n")
6374 :
6375 : DEFSH (VTYSH_PIMD, interface_ip_igmp_join_cmd_vtysh,
6376 : "ip igmp join A.B.C.D [A.B.C.D]",
6377 : "IP information\n"
6378 : "Enable IGMP operation\n"
6379 : "IGMP join multicast group\n"
6380 : "Multicast group address\n"
6381 : "Source address\n")
6382 :
6383 : DEFSH (VTYSH_PIMD, interface_ip_igmp_last_member_query_count_cmd_vtysh,
6384 : "ip igmp last-member-query-count (1-255)$lmqc",
6385 : "IP information\n"
6386 : "Enable IGMP operation\n"
6387 : "IGMP last member query count\n"
6388 : "Last member query count\n")
6389 :
6390 : DEFSH (VTYSH_PIMD, interface_ip_igmp_last_member_query_interval_cmd_vtysh,
6391 : "ip igmp last-member-query-interval (1-65535)$lmqi",
6392 : "IP information\n"
6393 : "Enable IGMP operation\n"
6394 : "IGMP last member query interval\n"
6395 : "Last member query interval in deciseconds\n")
6396 :
6397 : DEFSH_HIDDEN (VTYSH_PIMD, interface_ip_igmp_query_generate_cmd_vtysh,
6398 : "ip igmp generate-query-once [version (2-3)]",
6399 : "IP information\n"
6400 : "Enable IGMP operation\n"
6401 : "Generate igmp general query once\n"
6402 : "IGMP version\n"
6403 : "IGMP version number\n")
6404 :
6405 : DEFSH (VTYSH_PIMD, interface_ip_igmp_query_interval_cmd_vtysh,
6406 : "ip igmp query-interval (1-65535)",
6407 : "IP information\n"
6408 : "Enable IGMP operation\n"
6409 : "IGMP host query interval\n"
6410 : "Query interval in seconds\n")
6411 :
6412 : DEFSH (VTYSH_PIMD, interface_ip_igmp_query_max_response_time_cmd_vtysh,
6413 : "ip igmp query-max-response-time (1-65535)$qmrt",
6414 : "IP information\n"
6415 : "Enable IGMP operation\n"
6416 : "IGMP max query response value (seconds)\n"
6417 : "Query response value in deci-seconds\n")
6418 :
6419 : DEFSH_HIDDEN (VTYSH_PIMD, interface_ip_igmp_query_max_response_time_dsec_cmd_vtysh,
6420 : "ip igmp query-max-response-time-dsec (1-65535)",
6421 : "IP information\n"
6422 : "Enable IGMP operation\n"
6423 : "IGMP max query response value (deciseconds)\n"
6424 : "Query response value in deciseconds\n")
6425 :
6426 : DEFSH (VTYSH_PIMD, interface_ip_igmp_version_cmd_vtysh,
6427 : "ip igmp version (2-3)",
6428 : "IP information\n"
6429 : "Enable IGMP operation\n"
6430 : "IGMP version\n"
6431 : "IGMP version number\n")
6432 :
6433 : DEFSH (VTYSH_PIMD, interface_ip_mroute_cmd_vtysh,
6434 : "ip mroute INTERFACE A.B.C.D [A.B.C.D]",
6435 : "IP information\n"
6436 : "Add multicast route\n"
6437 : "Outgoing interface name\n"
6438 : "Group address\n"
6439 : "Source address\n")
6440 :
6441 : DEFSH (VTYSH_PIMD, interface_ip_pim_activeactive_cmd_vtysh,
6442 : "[no$no] ip pim active-active",
6443 : "Negate a command or set its defaults\n"
6444 : "IP information\n"
6445 : "PIM information\n"
6446 : "Mark interface as Active-Active for MLAG operations, Hidden because not finished yet\n")
6447 :
6448 : DEFSH (VTYSH_PIMD, interface_ip_pim_boundary_oil_cmd_vtysh,
6449 : "ip multicast boundary oil WORD",
6450 : "IP information\n"
6451 : "Generic multicast configuration options\n"
6452 : "Define multicast boundary\n"
6453 : "Filter OIL by group using prefix list\n"
6454 : "Prefix list to filter OIL with\n")
6455 :
6456 : DEFSH (VTYSH_PIMD, interface_ip_pim_cmd_vtysh,
6457 : "ip pim [passive$passive]",
6458 : "IP information\n"
6459 : "PIM information\n"
6460 : "Disable exchange of protocol packets\n")
6461 :
6462 : DEFSH (VTYSH_PIMD, interface_ip_pim_drprio_cmd_vtysh,
6463 : "ip pim drpriority (1-4294967295)",
6464 : "IP information\n"
6465 : "PIM information\n"
6466 : "Set the Designated Router Election Priority\n"
6467 : "Value of the new DR Priority\n")
6468 :
6469 : DEFSH (VTYSH_PIMD, interface_ip_pim_hello_cmd_vtysh,
6470 : "ip pim hello (1-65535) [(1-65535)]",
6471 : "IP information\n"
6472 : "PIM information\n"
6473 : "Hello Interval\n"
6474 : "Time in seconds for Hello Interval\n"
6475 : "Time in seconds for Hold Interval\n")
6476 :
6477 : DEFSH_HIDDEN (VTYSH_PIMD, interface_ip_pim_sm_cmd_vtysh,
6478 : "ip pim sm",
6479 : "IP information\n"
6480 : "PIM information\n"
6481 : "Enable PIM SM operation\n")
6482 :
6483 : DEFSH_HIDDEN (VTYSH_PIMD, interface_ip_pim_ssm_cmd_vtysh,
6484 : "ip pim ssm",
6485 : "IP information\n"
6486 : "PIM information\n"
6487 : "Enable PIM SSM operation\n")
6488 :
6489 : DEFSH (VTYSH_PIM6D, interface_ipv6_mld_cmd_vtysh,
6490 : "ipv6 mld",
6491 : "IPv6 information\n"
6492 : "Enable MLD operation\n")
6493 :
6494 : DEFSH (VTYSH_PIM6D, interface_ipv6_mld_join_cmd_vtysh,
6495 : "ipv6 mld join X:X::X:X$group [X:X::X:X$source]",
6496 : "IPv6 information\n"
6497 : "Enable MLD operation\n"
6498 : "MLD join multicast group\n"
6499 : "Multicast group address\n"
6500 : "Source address\n")
6501 :
6502 : DEFSH (VTYSH_PIM6D, interface_ipv6_mld_last_member_query_count_cmd_vtysh,
6503 : "ipv6 mld last-member-query-count (1-255)$lmqc",
6504 : "IPv6 information\n"
6505 : "Enable MLD operation\n"
6506 : "MLD last member query count\n"
6507 : "Last member query count\n")
6508 :
6509 : DEFSH (VTYSH_PIM6D, interface_ipv6_mld_last_member_query_interval_cmd_vtysh,
6510 : "ipv6 mld last-member-query-interval (1-65535)$lmqi",
6511 : "IPv6 information\n"
6512 : "Enable MLD operation\n"
6513 : "MLD last member query interval\n"
6514 : "Last member query interval in deciseconds\n")
6515 :
6516 : DEFSH (VTYSH_PIM6D, interface_ipv6_mld_query_interval_cmd_vtysh,
6517 : "ipv6 mld query-interval (1-65535)$q_interval",
6518 : "IPv6 information\n"
6519 : "Enable MLD operation\n"
6520 : "MLD host query interval\n"
6521 : "Query interval in seconds\n")
6522 :
6523 : DEFSH (VTYSH_PIM6D, interface_ipv6_mld_query_max_response_time_cmd_vtysh,
6524 : "ipv6 mld query-max-response-time (1-65535)$qmrt",
6525 : "IPv6 information\n"
6526 : "Enable MLD operation\n"
6527 : "MLD max query response value (seconds)\n"
6528 : "Query response value in milliseconds\n")
6529 :
6530 : DEFSH (VTYSH_PIM6D, interface_ipv6_mld_version_cmd_vtysh,
6531 : "ipv6 mld version (1-2)$version",
6532 : "IPv6 information\n"
6533 : "Enable MLD operation\n"
6534 : "MLD version\n"
6535 : "MLD version number\n")
6536 :
6537 : DEFSH (VTYSH_PIM6D, interface_ipv6_mroute_cmd_vtysh,
6538 : "ipv6 mroute INTERFACE X:X::X:X$group [X:X::X:X]$source",
6539 : "IPv6 information\n"
6540 : "Add multicast route\n"
6541 : "Outgoing interface name\n"
6542 : "Group address\n"
6543 : "Source address\n")
6544 :
6545 : DEFSH (VTYSH_PIM6D, interface_ipv6_pim_activeactive_cmd_vtysh,
6546 : "[no] ipv6 pim active-active",
6547 : "Negate a command or set its defaults\n"
6548 : "IPv6 information\n"
6549 : "PIM information\n"
6550 : "Mark interface as Active-Active for MLAG operations\n")
6551 :
6552 : DEFSH (VTYSH_PIM6D, interface_ipv6_pim_boundary_oil_cmd_vtysh,
6553 : "ipv6 multicast boundary oil WORD",
6554 : "IPv6 information\n"
6555 : "Generic multicast configuration options\n"
6556 : "Define multicast boundary\n"
6557 : "Filter OIL by group using prefix list\n"
6558 : "Prefix list to filter OIL with\n")
6559 :
6560 : DEFSH (VTYSH_PIM6D, interface_ipv6_pim_cmd_vtysh,
6561 : "ipv6 pim [passive$passive]",
6562 : "IPv6 information\n"
6563 : "PIM information\n"
6564 : "Disable exchange of protocol packets\n")
6565 :
6566 : DEFSH (VTYSH_PIM6D, interface_ipv6_pim_drprio_cmd_vtysh,
6567 : "ipv6 pim drpriority (1-4294967295)",
6568 : "IPv6 information\n"
6569 : "PIM information\n"
6570 : "Set the Designated Router Election Priority\n"
6571 : "Value of the new DR Priority\n")
6572 :
6573 : DEFSH (VTYSH_PIM6D, interface_ipv6_pim_hello_cmd_vtysh,
6574 : "ipv6 pim hello (1-65535) [(1-65535)]$hold",
6575 : "IPv6 information\n"
6576 : "PIM information\n"
6577 : "Hello Interval\n"
6578 : "Time in seconds for Hello Interval\n"
6579 : "Time in seconds for Hold Interval\n")
6580 :
6581 : DEFSH_HIDDEN (VTYSH_PIM6D, interface_ipv6_pim_sm_cmd_vtysh,
6582 : "ipv6 pim sm",
6583 : "IPv6 information\n"
6584 : "PIM information\n"
6585 : "Enable PIM SM operation\n")
6586 :
6587 : DEFSH_HIDDEN (VTYSH_PIM6D, interface_ipv6_pim_ssm_cmd_vtysh,
6588 : "ipv6 pim ssm",
6589 : "IPv6 information\n"
6590 : "PIM information\n"
6591 : "Enable PIM SSM operation\n")
6592 :
6593 : DEFSH (VTYSH_PIMD, interface_no_ip_igmp_cmd_vtysh,
6594 : "no ip igmp",
6595 : "Negate a command or set its defaults\n"
6596 : "IP information\n"
6597 : "Enable IGMP operation\n")
6598 :
6599 : DEFSH (VTYSH_PIMD, interface_no_ip_igmp_join_cmd_vtysh,
6600 : "no ip igmp join A.B.C.D [A.B.C.D]",
6601 : "Negate a command or set its defaults\n"
6602 : "IP information\n"
6603 : "Enable IGMP operation\n"
6604 : "IGMP join multicast group\n"
6605 : "Multicast group address\n"
6606 : "Source address\n")
6607 :
6608 : DEFSH (VTYSH_PIMD, interface_no_ip_igmp_last_member_query_count_cmd_vtysh,
6609 : "no ip igmp last-member-query-count [(1-255)]",
6610 : "Negate a command or set its defaults\n"
6611 : "IP information\n"
6612 : "Enable IGMP operation\n"
6613 : "IGMP last member query count\n"
6614 : "Ignored value in no form\n")
6615 :
6616 : DEFSH (VTYSH_PIMD, interface_no_ip_igmp_last_member_query_interval_cmd_vtysh,
6617 : "no ip igmp last-member-query-interval [(1-65535)]",
6618 : "Negate a command or set its defaults\n"
6619 : "IP information\n"
6620 : "Enable IGMP operation\n"
6621 : "IGMP last member query interval\n"
6622 : "Ignored value in no form\n")
6623 :
6624 : DEFSH (VTYSH_PIMD, interface_no_ip_igmp_query_interval_cmd_vtysh,
6625 : "no ip igmp query-interval [(1-65535)]",
6626 : "Negate a command or set its defaults\n"
6627 : "IP information\n"
6628 : "Enable IGMP operation\n"
6629 : "IGMP host query interval\n"
6630 : "Ignored value in no form\n")
6631 :
6632 : DEFSH (VTYSH_PIMD, interface_no_ip_igmp_query_max_response_time_cmd_vtysh,
6633 : "no ip igmp query-max-response-time [(1-65535)]",
6634 : "Negate a command or set its defaults\n"
6635 : "IP information\n"
6636 : "Enable IGMP operation\n"
6637 : "IGMP max query response value (seconds)\n"
6638 : "Ignored value in no form\n")
6639 :
6640 : DEFSH_HIDDEN (VTYSH_PIMD, interface_no_ip_igmp_query_max_response_time_dsec_cmd_vtysh,
6641 : "no ip igmp query-max-response-time-dsec [(1-65535)]",
6642 : "Negate a command or set its defaults\n"
6643 : "IP information\n"
6644 : "Enable IGMP operation\n"
6645 : "IGMP max query response value (deciseconds)\n"
6646 : "Ignored value in no form\n")
6647 :
6648 : DEFSH (VTYSH_PIMD, interface_no_ip_igmp_version_cmd_vtysh,
6649 : "no ip igmp version (2-3)",
6650 : "Negate a command or set its defaults\n"
6651 : "IP information\n"
6652 : "Enable IGMP operation\n"
6653 : "IGMP version\n"
6654 : "IGMP version number\n")
6655 :
6656 : DEFSH (VTYSH_PIMD, interface_no_ip_mroute_cmd_vtysh,
6657 : "no ip mroute INTERFACE A.B.C.D [A.B.C.D]",
6658 : "Negate a command or set its defaults\n"
6659 : "IP information\n"
6660 : "Add multicast route\n"
6661 : "Outgoing interface name\n"
6662 : "Group Address\n"
6663 : "Source Address\n")
6664 :
6665 : DEFSH (VTYSH_PIMD, interface_no_ip_pim_boundary_oil_cmd_vtysh,
6666 : "no ip multicast boundary oil [WORD]",
6667 : "Negate a command or set its defaults\n"
6668 : "IP information\n"
6669 : "Generic multicast configuration options\n"
6670 : "Define multicast boundary\n"
6671 : "Filter OIL by group using prefix list\n"
6672 : "Prefix list to filter OIL with\n")
6673 :
6674 : DEFSH (VTYSH_PIMD, interface_no_ip_pim_cmd_vtysh,
6675 : "no ip pim [passive$passive]",
6676 : "Negate a command or set its defaults\n"
6677 : "IP information\n"
6678 : "PIM information\n"
6679 : "Disable exchange of protocol packets\n")
6680 :
6681 : DEFSH (VTYSH_PIMD, interface_no_ip_pim_drprio_cmd_vtysh,
6682 : "no ip pim drpriority [(1-4294967295)]",
6683 : "Negate a command or set its defaults\n"
6684 : "IP information\n"
6685 : "PIM information\n"
6686 : "Revert the Designated Router Priority to default\n"
6687 : "Old Value of the Priority\n")
6688 :
6689 : DEFSH (VTYSH_PIMD, interface_no_ip_pim_hello_cmd_vtysh,
6690 : "no ip pim hello [(1-65535) [(1-65535)]]",
6691 : "Negate a command or set its defaults\n"
6692 : "IP information\n"
6693 : "PIM information\n"
6694 : "Hello Interval\n"
6695 : "Ignored value in no form\n"
6696 : "Ignored value in no form\n")
6697 :
6698 : DEFSH_HIDDEN (VTYSH_PIMD, interface_no_ip_pim_sm_cmd_vtysh,
6699 : "no ip pim sm",
6700 : "Negate a command or set its defaults\n"
6701 : "IP information\n"
6702 : "PIM information\n"
6703 : "Enable PIM SM operation\n")
6704 :
6705 : DEFSH_HIDDEN (VTYSH_PIMD, interface_no_ip_pim_ssm_cmd_vtysh,
6706 : "no ip pim ssm",
6707 : "Negate a command or set its defaults\n"
6708 : "IP information\n"
6709 : "PIM information\n"
6710 : "Enable PIM SSM operation\n")
6711 :
6712 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mld_cmd_vtysh,
6713 : "no ipv6 mld",
6714 : "Negate a command or set its defaults\n"
6715 : "IPv6 information\n"
6716 : "Enable MLD operation\n")
6717 :
6718 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mld_join_cmd_vtysh,
6719 : "no ipv6 mld join X:X::X:X$group [X:X::X:X$source]",
6720 : "Negate a command or set its defaults\n"
6721 : "IPv6 information\n"
6722 : "Enable MLD operation\n"
6723 : "MLD join multicast group\n"
6724 : "Multicast group address\n"
6725 : "Source address\n")
6726 :
6727 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mld_last_member_query_count_cmd_vtysh,
6728 : "no ipv6 mld last-member-query-count [(1-255)]",
6729 : "Negate a command or set its defaults\n"
6730 : "IPv6 information\n"
6731 : "Enable MLD operation\n"
6732 : "MLD last member query count\n"
6733 : "Ignored value in no form\n")
6734 :
6735 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mld_last_member_query_interval_cmd_vtysh,
6736 : "no ipv6 mld last-member-query-interval [(1-65535)]",
6737 : "Negate a command or set its defaults\n"
6738 : "IPv6 information\n"
6739 : "Enable MLD operation\n"
6740 : "MLD last member query interval\n"
6741 : "Ignored value in no form\n")
6742 :
6743 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mld_query_interval_cmd_vtysh,
6744 : "no ipv6 mld query-interval [(1-65535)]",
6745 : "Negate a command or set its defaults\n"
6746 : "IPv6 information\n"
6747 : "Enable MLD operation\n"
6748 : "MLD host query interval\n"
6749 : "Ignored value in no form\n")
6750 :
6751 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mld_query_max_response_time_cmd_vtysh,
6752 : "no ipv6 mld query-max-response-time [(1-65535)]",
6753 : "Negate a command or set its defaults\n"
6754 : "IPv6 information\n"
6755 : "Enable MLD operation\n"
6756 : "MLD max query response value (seconds)\n"
6757 : "Ignored value in no form\n")
6758 :
6759 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mld_version_cmd_vtysh,
6760 : "no ipv6 mld version [(1-2)]",
6761 : "Negate a command or set its defaults\n"
6762 : "IPv6 information\n"
6763 : "Enable MLD operation\n"
6764 : "MLD version\n"
6765 : "MLD version number\n")
6766 :
6767 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_mroute_cmd_vtysh,
6768 : "no ipv6 mroute INTERFACE X:X::X:X$group [X:X::X:X]$source",
6769 : "Negate a command or set its defaults\n"
6770 : "IPv6 information\n"
6771 : "Add multicast route\n"
6772 : "Outgoing interface name\n"
6773 : "Group Address\n"
6774 : "Source Address\n")
6775 :
6776 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_pim_boundary_oil_cmd_vtysh,
6777 : "no ipv6 multicast boundary oil [WORD]",
6778 : "Negate a command or set its defaults\n"
6779 : "IPv6 information\n"
6780 : "Generic multicast configuration options\n"
6781 : "Define multicast boundary\n"
6782 : "Filter OIL by group using prefix list\n"
6783 : "Prefix list to filter OIL with\n")
6784 :
6785 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_pim_cmd_vtysh,
6786 : "no ipv6 pim [passive$passive]",
6787 : "Negate a command or set its defaults\n"
6788 : "IPv6 information\n"
6789 : "PIM information\n"
6790 : "Disable exchange of protocol packets\n")
6791 :
6792 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_pim_drprio_cmd_vtysh,
6793 : "no ipv6 pim drpriority [(1-4294967295)]",
6794 : "Negate a command or set its defaults\n"
6795 : "IPv6 information\n"
6796 : "PIM information\n"
6797 : "Revert the Designated Router Priority to default\n"
6798 : "Old Value of the Priority\n")
6799 :
6800 : DEFSH (VTYSH_PIM6D, interface_no_ipv6_pim_hello_cmd_vtysh,
6801 : "no ipv6 pim hello [(1-65535) [(1-65535)]]",
6802 : "Negate a command or set its defaults\n"
6803 : "IPv6 information\n"
6804 : "PIM information\n"
6805 : "Hello Interval\n"
6806 : "Ignored value in no form\n"
6807 : "Ignored value in no form\n")
6808 :
6809 : DEFSH_HIDDEN (VTYSH_PIM6D, interface_no_ipv6_pim_sm_cmd_vtysh,
6810 : "no ipv6 pim sm",
6811 : "Negate a command or set its defaults\n"
6812 : "IPv6 information\n"
6813 : "PIM information\n"
6814 : "Enable PIM SM operation\n")
6815 :
6816 : DEFSH_HIDDEN (VTYSH_PIM6D, interface_no_ipv6_pim_ssm_cmd_vtysh,
6817 : "no ipv6 pim ssm",
6818 : "Negate a command or set its defaults\n"
6819 : "IPv6 information\n"
6820 : "PIM information\n"
6821 : "Enable PIM SSM operation\n")
6822 :
6823 : DEFSH (VTYSH_PIMD, interface_no_pim_use_source_cmd_vtysh,
6824 : "no ip pim use-source [A.B.C.D]",
6825 : "Negate a command or set its defaults\n"
6826 : "IP information\n"
6827 : "PIM information\n"
6828 : "Delete source IP address\n"
6829 : "source ip address\n")
6830 :
6831 : DEFSH (VTYSH_PIMD, interface_pim_use_source_cmd_vtysh,
6832 : "ip pim use-source A.B.C.D",
6833 : "IP information\n"
6834 : "PIM information\n"
6835 : "Configure primary IP address\n"
6836 : "source ip address\n")
6837 :
6838 : DEFSH (VTYSH_ISISD, ip6_router_isis_cmd_vtysh,
6839 : "ipv6 router isis WORD$tag",
6840 : "Interface Internet Protocol config commands\n"
6841 : "IP router interface commands\n"
6842 : "IS-IS routing protocol\n"
6843 : "Routing process tag\n")
6844 :
6845 : DEFSH_HIDDEN (VTYSH_ISISD, ip6_router_isis_vrf_cmd_vtysh,
6846 : "ipv6 router isis WORD$tag vrf NAME$vrf_name",
6847 : "Interface Internet Protocol config commands\n"
6848 : "IP router interface commands\n"
6849 : "IS-IS routing protocol\n"
6850 : "Routing process tag\n"
6851 : "Specify the VRF\n"
6852 : "The VRF name\n")
6853 :
6854 : DEFSH (VTYSH_ZEBRA, ip_address_cmd_vtysh,
6855 : "ip address A.B.C.D/M",
6856 : "Interface Internet Protocol config commands\n"
6857 : "Set the IP address of an interface\n"
6858 : "IP address (e.g. 10.0.0.1/8)\n")
6859 :
6860 : DEFSH (VTYSH_ZEBRA, ip_address_label_cmd_vtysh,
6861 : "ip address A.B.C.D/M label LINE",
6862 : "Interface Internet Protocol config commands\n"
6863 : "Set the IP address of an interface\n"
6864 : "IP address (e.g. 10.0.0.1/8)\n"
6865 : "Label of this address\n"
6866 : "Label\n")
6867 :
6868 : DEFSH (VTYSH_ZEBRA, ip_address_peer_cmd_vtysh,
6869 : "ip address A.B.C.D peer A.B.C.D/M",
6870 : "Interface Internet Protocol config commands\n"
6871 : "Set the IP address of an interface\n"
6872 : "Local IP (e.g. 10.0.0.1) for P-t-P address\n"
6873 : "Specify P-t-P address\n"
6874 : "Peer IP address (e.g. 10.0.0.1/8)\n")
6875 :
6876 : DEFSH (VTYSH_ZEBRA, ip_forwarding_cmd_vtysh,
6877 : "ip forwarding",
6878 : "IP information\n"
6879 : "Turn on IP forwarding\n")
6880 :
6881 : DEFSH (VTYSH_PIMD, ip_igmp_group_watermark_cmd_vtysh,
6882 : "ip igmp watermark-warn (1-65535)$limit",
6883 : "IP information\n"
6884 : "IGMP information\n"
6885 : "Configure group limit for watermark warning\n"
6886 : "Group count to generate watermark warning\n")
6887 :
6888 : DEFSH (VTYSH_ZEBRA, ip_irdp_address_preference_cmd_vtysh,
6889 : "ip irdp address A.B.C.D preference (0-2147483647)",
6890 : "IP information\n"
6891 : "Alter ICMP Router discovery preference on this interface\n"
6892 : "Set IRDP address for advertise\n"
6893 : "IPv4 address\n"
6894 : "Specify IRDP non-default preference to advertise\n"
6895 : "Preference level\n")
6896 :
6897 : DEFSH (VTYSH_ZEBRA, ip_irdp_broadcast_cmd_vtysh,
6898 : "ip irdp broadcast",
6899 : "IP information\n"
6900 : "ICMP Router discovery on this interface\n"
6901 : "Use broadcast mode\n")
6902 :
6903 : DEFSH (VTYSH_ZEBRA, ip_irdp_debug_disable_cmd_vtysh,
6904 : "ip irdp debug disable",
6905 : "IP information\n"
6906 : "ICMP Router discovery debug Averts. and Solicits (short)\n"
6907 : "IRDP debugging options\n"
6908 : "Disable debugging for all IRDP events\n")
6909 :
6910 : DEFSH (VTYSH_ZEBRA, ip_irdp_debug_messages_cmd_vtysh,
6911 : "ip irdp debug messages",
6912 : "IP information\n"
6913 : "ICMP Router discovery debug Averts. and Solicits (short)\n"
6914 : "IRDP debugging options\n"
6915 : "Enable debugging for IRDP messages\n")
6916 :
6917 : DEFSH (VTYSH_ZEBRA, ip_irdp_debug_misc_cmd_vtysh,
6918 : "ip irdp debug misc",
6919 : "IP information\n"
6920 : "ICMP Router discovery debug Averts. and Solicits (short)\n"
6921 : "IRDP debugging options\n"
6922 : "Enable debugging for miscellaneous IRDP events\n")
6923 :
6924 : DEFSH (VTYSH_ZEBRA, ip_irdp_debug_packet_cmd_vtysh,
6925 : "ip irdp debug packet",
6926 : "IP information\n"
6927 : "ICMP Router discovery debug Averts. and Solicits (short)\n"
6928 : "IRDP debugging options\n"
6929 : "Enable debugging for IRDP packets\n")
6930 :
6931 : DEFSH (VTYSH_ZEBRA, ip_irdp_holdtime_cmd_vtysh,
6932 : "ip irdp holdtime (0-9000)",
6933 : "IP information\n"
6934 : "ICMP Router discovery on this interface\n"
6935 : "Set holdtime value\n"
6936 : "Holdtime value in seconds. Default is 1800 seconds\n")
6937 :
6938 : DEFSH (VTYSH_ZEBRA, ip_irdp_maxadvertinterval_cmd_vtysh,
6939 : "ip irdp maxadvertinterval (4-1800)",
6940 : "IP information\n"
6941 : "ICMP Router discovery on this interface\n"
6942 : "Set maximum time between advertisement\n"
6943 : "Maximum advertisement interval in seconds\n")
6944 :
6945 : DEFSH (VTYSH_ZEBRA, ip_irdp_minadvertinterval_cmd_vtysh,
6946 : "ip irdp minadvertinterval (3-1800)",
6947 : "IP information\n"
6948 : "ICMP Router discovery on this interface\n"
6949 : "Set minimum time between advertisement\n"
6950 : "Minimum advertisement interval in seconds\n")
6951 :
6952 : DEFSH (VTYSH_ZEBRA, ip_irdp_multicast_cmd_vtysh,
6953 : "ip irdp multicast",
6954 : "IP information\n"
6955 : "ICMP Router discovery on this interface\n"
6956 : "Use multicast mode\n")
6957 :
6958 : DEFSH (VTYSH_ZEBRA, ip_irdp_preference_cmd_vtysh,
6959 : "ip irdp preference (0-2147483647)",
6960 : "IP information\n"
6961 : "ICMP Router discovery on this interface\n"
6962 : "Set default preference level for this interface\n"
6963 : "Preference level\n")
6964 :
6965 : DEFSH (VTYSH_ZEBRA, ip_irdp_shutdown_cmd_vtysh,
6966 : "ip irdp shutdown",
6967 : "IP information\n"
6968 : "ICMP Router discovery on this interface\n"
6969 : "ICMP Router discovery shutdown on this interface\n")
6970 :
6971 : DEFSH (VTYSH_STATICD, ip_mroute_dist_cmd_vtysh,
6972 : "[no] ip mroute A.B.C.D/M$prefix <A.B.C.D$gate|INTERFACE$ifname> [{(1-255)$distance|bfd$bfd [{multi-hop$bfd_multi_hop|source A.B.C.D$bfd_source|profile BFDPROF$bfd_profile}]}]",
6973 : "Negate a command or set its defaults\n"
6974 : "IP information\n"
6975 : "Configure static unicast route into MRIB for multicast RPF lookup\n"
6976 : "IP destination prefix (e.g. 10.0.0.0/8)\n"
6977 : "Nexthop address\n"
6978 : "Nexthop interface name\n"
6979 : "Distance\n"
6980 : "BFD monitoring\n"
6981 : "Use BFD multi hop session\n"
6982 : "Use source for BFD session\n"
6983 : "Use IPv4 source for BFD session\n"
6984 : "BFD profile.\n"
6985 : "BFD profile name.\n")
6986 :
6987 : DEFSH (VTYSH_PIMD, ip_msdp_mesh_group_member_cmd_vtysh,
6988 : "ip msdp mesh-group WORD$gname member A.B.C.D$maddr",
6989 : "IP information\n"
6990 : "Configure multicast source discovery protocol\n"
6991 : "Configure MSDP mesh-group\n"
6992 : "Mesh group name\n"
6993 : "Mesh group member\n"
6994 : "Peer IP address\n")
6995 :
6996 : DEFSH (VTYSH_PIMD, ip_msdp_mesh_group_source_cmd_vtysh,
6997 : "ip msdp mesh-group WORD$gname source A.B.C.D$saddr",
6998 : "IP information\n"
6999 : "Configure multicast source discovery protocol\n"
7000 : "Configure MSDP mesh-group\n"
7001 : "Mesh group name\n"
7002 : "Mesh group local address\n"
7003 : "Source IP address for the TCP connection\n")
7004 :
7005 : DEFSH (VTYSH_PIMD, ip_msdp_peer_cmd_vtysh,
7006 : "ip msdp peer A.B.C.D$peer source A.B.C.D$source",
7007 : "IP information\n"
7008 : "Configure multicast source discovery protocol\n"
7009 : "Configure MSDP peer\n"
7010 : "Peer IP address\n"
7011 : "Source address for TCP connection\n"
7012 : "Local IP address\n")
7013 :
7014 : DEFSH (VTYSH_PIMD, ip_msdp_timers_cmd_vtysh,
7015 : "ip msdp timers (1-65535)$keepalive (1-65535)$holdtime [(1-65535)$connretry]",
7016 : "IP information\n"
7017 : "Configure multicast source discovery protocol\n"
7018 : "MSDP timers configuration\n"
7019 : "Keep alive period (in seconds)\n"
7020 : "Hold time period (in seconds)\n"
7021 : "Connection retry period (in seconds)\n")
7022 :
7023 : DEFSH (VTYSH_ZEBRA, ip_multicast_mode_cmd_vtysh,
7024 : "ip multicast rpf-lookup-mode <urib-only|mrib-only|mrib-then-urib|lower-distance|longer-prefix>",
7025 : "IP information\n"
7026 : "Multicast options\n"
7027 : "RPF lookup behavior\n"
7028 : "Lookup in unicast RIB only\n"
7029 : "Lookup in multicast RIB only\n"
7030 : "Try multicast RIB first, fall back to unicast RIB\n"
7031 : "Lookup both, use entry with lower distance\n"
7032 : "Lookup both, use entry with longer prefix\n")
7033 :
7034 : DEFSH (VTYSH_ZEBRA, ip_nht_default_route_cmd_vtysh,
7035 : "ip nht resolve-via-default",
7036 : "IP information\n"
7037 : "Filter Next Hop tracking route resolution\n"
7038 : "Resolve via default route\n")
7039 :
7040 : DEFSH (VTYSH_OSPFD, ip_ospf_area_cmd_vtysh,
7041 : "ip ospf [(1-65535)] area <A.B.C.D|(0-4294967295)> [A.B.C.D]",
7042 : "IP Information\n"
7043 : "OSPF interface commands\n"
7044 : "Instance ID\n"
7045 : "Enable OSPF on this interface\n"
7046 : "OSPF area ID in IP address format\n"
7047 : "OSPF area ID as a decimal value\n"
7048 : "Address of interface\n")
7049 :
7050 : DEFSH (VTYSH_OSPFD, ip_ospf_authentication_addr_cmd_vtysh,
7051 : "ip ospf authentication [A.B.C.D]",
7052 : "IP Information\n"
7053 : "OSPF interface commands\n"
7054 : "Enable authentication on this interface\n"
7055 : "Address of interface\n")
7056 :
7057 : DEFSH (VTYSH_OSPFD, ip_ospf_authentication_args_addr_cmd_vtysh,
7058 : "ip ospf authentication <null|message-digest> [A.B.C.D]",
7059 : "IP Information\n"
7060 : "OSPF interface commands\n"
7061 : "Enable authentication on this interface\n"
7062 : "Use null authentication\n"
7063 : "Use message-digest authentication\n"
7064 : "Address of interface\n")
7065 :
7066 : DEFSH (VTYSH_OSPFD, ip_ospf_authentication_key_addr_cmd_vtysh,
7067 : "ip ospf authentication-key AUTH_KEY [A.B.C.D]",
7068 : "IP Information\n"
7069 : "OSPF interface commands\n"
7070 : "Authentication password (key)\n"
7071 : "The OSPF password (key)\n"
7072 : "Address of interface\n")
7073 :
7074 : DEFSH (VTYSH_OSPFD, ip_ospf_bfd_cmd_vtysh,
7075 : "ip ospf bfd",
7076 : "IP Information\n"
7077 : "OSPF interface commands\n"
7078 : "Enables BFD support\n")
7079 :
7080 : DEFSH_HIDDEN (VTYSH_OSPFD, ip_ospf_bfd_param_cmd_vtysh,
7081 : "ip ospf bfd (2-255) (50-60000) (50-60000)",
7082 : "IP Information\n"
7083 : "OSPF interface commands\n"
7084 : "Enables BFD support\n"
7085 : "Detect Multiplier\n"
7086 : "Required min receive interval\n"
7087 : "Desired min transmit interval\n")
7088 :
7089 : DEFSH (VTYSH_OSPFD, ip_ospf_bfd_prof_cmd_vtysh,
7090 : "ip ospf bfd profile BFDPROF",
7091 : "IP Information\n"
7092 : "OSPF interface commands\n"
7093 : "Enables BFD support\n"
7094 : "BFD profile.\n"
7095 : "BFD profile name.\n")
7096 :
7097 : DEFSH (VTYSH_OSPFD, ip_ospf_cost_cmd_vtysh,
7098 : "ip ospf cost (1-65535) [A.B.C.D]",
7099 : "IP Information\n"
7100 : "OSPF interface commands\n"
7101 : "Interface cost\n"
7102 : "Cost\n"
7103 : "Address of interface\n")
7104 :
7105 : DEFSH (VTYSH_OSPFD, ip_ospf_dead_interval_cmd_vtysh,
7106 : "ip ospf dead-interval (1-65535) [A.B.C.D]",
7107 : "IP Information\n"
7108 : "OSPF interface commands\n"
7109 : "Interval time after which a neighbor is declared down\n"
7110 : "Seconds\n"
7111 : "Address of interface\n")
7112 :
7113 : DEFSH (VTYSH_OSPFD, ip_ospf_dead_interval_minimal_addr_cmd_vtysh,
7114 : "ip ospf dead-interval minimal hello-multiplier (1-10) [A.B.C.D]",
7115 : "IP Information\n"
7116 : "OSPF interface commands\n"
7117 : "Interval time after which a neighbor is declared down\n"
7118 : "Minimal 1s dead-interval with fast sub-second hellos\n"
7119 : "Hello multiplier factor\n"
7120 : "Number of Hellos to send each second\n"
7121 : "Address of interface\n")
7122 :
7123 : DEFSH (VTYSH_OSPFD, ip_ospf_hello_interval_cmd_vtysh,
7124 : "ip ospf hello-interval (1-65535) [A.B.C.D]",
7125 : "IP Information\n"
7126 : "OSPF interface commands\n"
7127 : "Time between HELLO packets\n"
7128 : "Seconds\n"
7129 : "Address of interface\n")
7130 :
7131 : DEFSH (VTYSH_OSPFD, ip_ospf_message_digest_key_cmd_vtysh,
7132 : "ip ospf message-digest-key (1-255) md5 KEY [A.B.C.D]",
7133 : "IP Information\n"
7134 : "OSPF interface commands\n"
7135 : "Message digest authentication password (key)\n"
7136 : "Key ID\n"
7137 : "Use MD5 algorithm\n"
7138 : "The OSPF password (key)\n"
7139 : "Address of interface\n")
7140 :
7141 : DEFSH (VTYSH_OSPFD, ip_ospf_mtu_ignore_addr_cmd_vtysh,
7142 : "ip ospf mtu-ignore [A.B.C.D]",
7143 : "IP Information\n"
7144 : "OSPF interface commands\n"
7145 : "Disable MTU mismatch detection on this interface\n"
7146 : "Address of interface\n")
7147 :
7148 : DEFSH (VTYSH_OSPFD, ip_ospf_network_cmd_vtysh,
7149 : "ip ospf network <broadcast|non-broadcast|point-to-multipoint|point-to-point [dmvpn]>",
7150 : "IP Information\n"
7151 : "OSPF interface commands\n"
7152 : "Network type\n"
7153 : "Specify OSPF broadcast multi-access network\n"
7154 : "Specify OSPF NBMA network\n"
7155 : "Specify OSPF point-to-multipoint network\n"
7156 : "Specify OSPF point-to-point network\n"
7157 : "Specify OSPF point-to-point DMVPN network\n")
7158 :
7159 : DEFSH (VTYSH_OSPFD, ip_ospf_passive_cmd_vtysh,
7160 : "ip ospf passive [A.B.C.D]",
7161 : "IP Information\n"
7162 : "OSPF interface commands\n"
7163 : "Suppress routing updates on an interface\n"
7164 : "Address of interface\n")
7165 :
7166 : DEFSH (VTYSH_OSPFD, ip_ospf_priority_cmd_vtysh,
7167 : "ip ospf priority (0-255) [A.B.C.D]",
7168 : "IP Information\n"
7169 : "OSPF interface commands\n"
7170 : "Router priority\n"
7171 : "Priority\n"
7172 : "Address of interface\n")
7173 :
7174 : DEFSH (VTYSH_OSPFD, ip_ospf_retransmit_interval_addr_cmd_vtysh,
7175 : "ip ospf retransmit-interval (1-65535) [A.B.C.D]",
7176 : "IP Information\n"
7177 : "OSPF interface commands\n"
7178 : "Time between retransmitting lost link state advertisements\n"
7179 : "Seconds\n"
7180 : "Address of interface\n")
7181 :
7182 : DEFSH (VTYSH_OSPFD, ip_ospf_transmit_delay_addr_cmd_vtysh,
7183 : "ip ospf transmit-delay (1-65535) [A.B.C.D]",
7184 : "IP Information\n"
7185 : "OSPF interface commands\n"
7186 : "Link state transmit delay\n"
7187 : "Seconds\n"
7188 : "Address of interface\n")
7189 :
7190 : DEFSH (VTYSH_PIMD, ip_pim_bfd_cmd_vtysh,
7191 : "ip pim bfd [profile BFDPROF$prof]",
7192 : "IP information\n"
7193 : "PIM information\n"
7194 : "Enables BFD support\n"
7195 : "Use BFD profile\n"
7196 : "Use BFD profile name\n")
7197 :
7198 : DEFSH_HIDDEN (VTYSH_PIMD, ip_pim_bfd_param_cmd_vtysh,
7199 : "ip pim bfd (2-255) (1-65535) (1-65535)",
7200 : "IP information\n"
7201 : "PIM information\n"
7202 : "Enables BFD support\n"
7203 : "Detect Multiplier\n"
7204 : "Required min receive interval\n"
7205 : "Desired min transmit interval\n")
7206 :
7207 : DEFSH (VTYSH_PIMD, ip_pim_bsm_cmd_vtysh,
7208 : "ip pim bsm",
7209 : "IP information\n"
7210 : "PIM information\n"
7211 : "Enable BSM support on the interface\n")
7212 :
7213 : DEFSH (VTYSH_PIMD, ip_pim_ecmp_cmd_vtysh,
7214 : "ip pim ecmp",
7215 : "IP information\n"
7216 : "pim multicast routing\n"
7217 : "Enable PIM ECMP \n")
7218 :
7219 : DEFSH (VTYSH_PIMD, ip_pim_ecmp_rebalance_cmd_vtysh,
7220 : "ip pim ecmp rebalance",
7221 : "IP information\n"
7222 : "pim multicast routing\n"
7223 : "Enable PIM ECMP \n"
7224 : "Enable PIM ECMP Rebalance\n")
7225 :
7226 : DEFSH (VTYSH_PIMD, ip_pim_joinprune_time_cmd_vtysh,
7227 : "ip pim join-prune-interval (1-65535)$jpi",
7228 : "IP information\n"
7229 : "pim multicast routing\n"
7230 : "Join Prune Send Interval\n"
7231 : "Seconds\n")
7232 :
7233 : DEFSH (VTYSH_PIMD, ip_pim_keep_alive_cmd_vtysh,
7234 : "ip pim keep-alive-timer (1-65535)$kat",
7235 : "IP information\n"
7236 : "pim multicast routing\n"
7237 : "Keep alive Timer\n"
7238 : "Seconds\n")
7239 :
7240 : DEFSH_HIDDEN (VTYSH_PIMD, ip_pim_mlag_cmd_vtysh,
7241 : "ip pim mlag INTERFACE role [primary|secondary] state [up|down] addr A.B.C.D",
7242 : "IP information\n"
7243 : "PIM information\n"
7244 : "MLAG\n"
7245 : "peerlink sub interface\n"
7246 : "MLAG role\n"
7247 : "MLAG role primary\n"
7248 : "MLAG role secondary\n"
7249 : "peer session state\n"
7250 : "peer session state up\n"
7251 : "peer session state down\n"
7252 : "configure PIP\n"
7253 : "unique ip address\n")
7254 :
7255 : DEFSH (VTYSH_PIMD, ip_pim_packets_cmd_vtysh,
7256 : "ip pim packets (1-255)",
7257 : "IP information\n"
7258 : "pim multicast routing\n"
7259 : "packets to process at one time per fd\n"
7260 : "Number of packets\n")
7261 :
7262 : DEFSH (VTYSH_PIMD, ip_pim_register_suppress_cmd_vtysh,
7263 : "ip pim register-suppress-time (1-65535)$rst",
7264 : "IP information\n"
7265 : "pim multicast routing\n"
7266 : "Register Suppress Timer\n"
7267 : "Seconds\n")
7268 :
7269 : DEFSH (VTYSH_PIMD, ip_pim_rp_cmd_vtysh,
7270 : "ip pim rp A.B.C.D$rp [A.B.C.D/M]$gp",
7271 : "IP information\n"
7272 : "pim multicast routing\n"
7273 : "Rendezvous Point\n"
7274 : "ip address of RP\n"
7275 : "Group Address range to cover\n")
7276 :
7277 : DEFSH (VTYSH_PIMD, ip_pim_rp_keep_alive_cmd_vtysh,
7278 : "ip pim rp keep-alive-timer (1-65535)$kat",
7279 : "IP information\n"
7280 : "pim multicast routing\n"
7281 : "Rendezvous Point\n"
7282 : "Keep alive Timer\n"
7283 : "Seconds\n")
7284 :
7285 : DEFSH (VTYSH_PIMD, ip_pim_rp_prefix_list_cmd_vtysh,
7286 : "ip pim rp A.B.C.D$rp prefix-list WORD$plist",
7287 : "IP information\n"
7288 : "pim multicast routing\n"
7289 : "Rendezvous Point\n"
7290 : "ip address of RP\n"
7291 : "group prefix-list filter\n"
7292 : "Name of a prefix-list\n")
7293 :
7294 : DEFSH (VTYSH_PIMD, ip_pim_spt_switchover_infinity_cmd_vtysh,
7295 : "ip pim spt-switchover infinity-and-beyond",
7296 : "IP information\n"
7297 : "PIM information\n"
7298 : "SPT-Switchover\n"
7299 : "Never switch to SPT Tree\n")
7300 :
7301 : DEFSH (VTYSH_PIMD, ip_pim_spt_switchover_infinity_plist_cmd_vtysh,
7302 : "ip pim spt-switchover infinity-and-beyond prefix-list WORD$plist",
7303 : "IP information\n"
7304 : "PIM information\n"
7305 : "SPT-Switchover\n"
7306 : "Never switch to SPT Tree\n"
7307 : "Prefix-List to control which groups to switch\n"
7308 : "Prefix-List name\n")
7309 :
7310 : DEFSH (VTYSH_PIMD, ip_pim_ssm_prefix_list_cmd_vtysh,
7311 : "ip pim ssm prefix-list WORD",
7312 : "IP information\n"
7313 : "pim multicast routing\n"
7314 : "Source Specific Multicast\n"
7315 : "group range prefix-list filter\n"
7316 : "Name of a prefix-list\n")
7317 :
7318 : DEFSH (VTYSH_PIMD, ip_pim_ucast_bsm_cmd_vtysh,
7319 : "ip pim unicast-bsm",
7320 : "IP information\n"
7321 : "PIM information\n"
7322 : "Accept/Send unicast BSM on the interface\n")
7323 :
7324 : DEFSH (VTYSH_PIMD, ip_pim_v6_secondary_cmd_vtysh,
7325 : "ip pim send-v6-secondary",
7326 : "IP information\n"
7327 : "pim multicast routing\n"
7328 : "Send v6 secondary addresses\n")
7329 :
7330 : DEFSH (VTYSH_ACL, ip_prefix_list_cmd_vtysh,
7331 : "ip prefix-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <any|A.B.C.D/M$prefix [{ge (0-32)$ge|le (0-32)$le}]>",
7332 : "IP information\n"
7333 : "Build a prefix list\n"
7334 : "Prefix list entry name\n"
7335 : "Sequence number of an entry\n"
7336 : "Sequence number\n"
7337 : "Specify packets to reject\n"
7338 : "Specify packets to forward\n"
7339 : "Any prefix match. Same as \"0.0.0.0/0 le 32\"\n"
7340 : "IP prefix <network>/<length>, e.g., 35.0.0.0/8\n"
7341 : "Minimum prefix length to be matched\n"
7342 : "Minimum prefix length\n"
7343 : "Maximum prefix length to be matched\n"
7344 : "Maximum prefix length\n")
7345 :
7346 : DEFSH (VTYSH_ACL, ip_prefix_list_remark_cmd_vtysh,
7347 : "ip prefix-list WORD$name description LINE...",
7348 : "IP information\n"
7349 : "Build a prefix list\n"
7350 : "Prefix list entry name\n"
7351 : "Access list entry comment\n"
7352 : "Comment up to 100 characters\n")
7353 :
7354 : DEFSH (VTYSH_ZEBRA, ip_protocol_cmd_vtysh,
7355 : "ip protocol <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto route-map ROUTE-MAP$rmap",
7356 : "IP information\n"
7357 : "Filter routing info exchanged between zebra and protocol\n"
7358 : "Kernel routes (not installed via the zebra RIB)\n"
7359 : "Connected routes (directly attached subnet or host)\n"
7360 : "Statically configured routes\n"
7361 : "Routing Information Protocol (RIP)\n"
7362 : "Open Shortest Path First (OSPFv2)\n"
7363 : "Intermediate System to Intermediate System (IS-IS)\n"
7364 : "Border Gateway Protocol (BGP)\n"
7365 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
7366 : "Next Hop Resolution Protocol (NHRP)\n"
7367 : "Non-main Kernel Routing Table\n"
7368 : "Virtual Network Control (VNC)\n"
7369 : "Babel routing protocol (Babel)\n"
7370 : "Super Happy Advanced Routing Protocol (sharpd)\n"
7371 : "OpenFabric Routing Protocol\n"
7372 : "Any of the above protocols\n"
7373 : "Specify route-map\n"
7374 : "Route map name\n")
7375 :
7376 : DEFSH (VTYSH_ZEBRA, ip_protocol_nht_rmap_cmd_vtysh,
7377 : "ip nht <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto route-map ROUTE-MAP$rmap",
7378 : "IP information\n"
7379 : "Filter Next Hop tracking route resolution\n"
7380 : "Kernel routes (not installed via the zebra RIB)\n"
7381 : "Connected routes (directly attached subnet or host)\n"
7382 : "Statically configured routes\n"
7383 : "Routing Information Protocol (RIP)\n"
7384 : "Open Shortest Path First (OSPFv2)\n"
7385 : "Intermediate System to Intermediate System (IS-IS)\n"
7386 : "Border Gateway Protocol (BGP)\n"
7387 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
7388 : "Next Hop Resolution Protocol (NHRP)\n"
7389 : "Non-main Kernel Routing Table\n"
7390 : "Virtual Network Control (VNC)\n"
7391 : "Babel routing protocol (Babel)\n"
7392 : "Super Happy Advanced Routing Protocol (sharpd)\n"
7393 : "OpenFabric Routing Protocol\n"
7394 : "Any of the above protocols\n"
7395 : "Specify route map\n"
7396 : "Route map name\n")
7397 :
7398 : DEFSH (VTYSH_RIPD, ip_rip_authentication_key_chain_cmd_vtysh,
7399 : "ip rip authentication key-chain LINE$keychain",
7400 : "IP information\n"
7401 : "Routing Information Protocol\n"
7402 : "Authentication control\n"
7403 : "Authentication key-chain\n"
7404 : "name of key-chain\n")
7405 :
7406 : DEFSH (VTYSH_RIPD, ip_rip_authentication_mode_cmd_vtysh,
7407 : "ip rip authentication mode <md5$mode [auth-length <rfc|old-ripd>$auth_length]|text$mode>",
7408 : "IP information\n"
7409 : "Routing Information Protocol\n"
7410 : "Authentication control\n"
7411 : "Authentication mode\n"
7412 : "Keyed message digest\n"
7413 : "MD5 authentication data length\n"
7414 : "RFC compatible\n"
7415 : "Old ripd compatible\n"
7416 : "Clear text authentication\n")
7417 :
7418 : DEFSH (VTYSH_RIPD, ip_rip_authentication_string_cmd_vtysh,
7419 : "ip rip authentication string LINE$password",
7420 : "IP information\n"
7421 : "Routing Information Protocol\n"
7422 : "Authentication control\n"
7423 : "Authentication string\n"
7424 : "Authentication string\n")
7425 :
7426 : DEFSH (VTYSH_RIPD, ip_rip_receive_version_cmd_vtysh,
7427 : "ip rip receive version <{1$v1|2$v2}|none>",
7428 : "IP information\n"
7429 : "Routing Information Protocol\n"
7430 : "Advertisement reception\n"
7431 : "Version control\n"
7432 : "RIP version 1\n"
7433 : "RIP version 2\n"
7434 : "None\n")
7435 :
7436 : DEFSH (VTYSH_RIPD, ip_rip_send_version_cmd_vtysh,
7437 : "ip rip send version <{1$v1|2$v2}|none>",
7438 : "IP information\n"
7439 : "Routing Information Protocol\n"
7440 : "Advertisement transmission\n"
7441 : "Version control\n"
7442 : "RIP version 1\n"
7443 : "RIP version 2\n"
7444 : "None\n")
7445 :
7446 : DEFSH (VTYSH_RIPD, ip_rip_split_horizon_cmd_vtysh,
7447 : "[no] ip rip split-horizon [poisoned-reverse$poisoned_reverse]",
7448 : "Negate a command or set its defaults\n"
7449 : "IP information\n"
7450 : "Routing Information Protocol\n"
7451 : "Perform split horizon\n"
7452 : "With poisoned-reverse\n")
7453 :
7454 : DEFSH (VTYSH_RIPD, ip_rip_v2_broadcast_cmd_vtysh,
7455 : "[no] ip rip v2-broadcast",
7456 : "Negate a command or set its defaults\n"
7457 : "IP information\n"
7458 : "Routing Information Protocol\n"
7459 : "Send ip broadcast v2 update\n")
7460 :
7461 : DEFSH (VTYSH_STATICD, ip_route_address_interface_cmd_vtysh,
7462 : "[no] ip route <A.B.C.D/M$prefix|A.B.C.D$prefix A.B.C.D$mask> A.B.C.D$gate <INTERFACE|Null0>$ifname [{ tag (1-4294967295) |(1-255)$distance |vrf NAME |label WORD |table (1-4294967295) |nexthop-vrf NAME |onlink$onlink |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source A.B.C.D$bfd_source|profile BFDPROF$bfd_profile}] }]",
7463 : "Negate a command or set its defaults\n"
7464 : "IP information\n"
7465 : "Establish static routes\n"
7466 : "IP destination prefix (e.g. 10.0.0.0/8)\n"
7467 : "IP destination prefix\n"
7468 : "IP destination prefix mask\n"
7469 : "IP gateway address\n"
7470 : "IP gateway interface name\n"
7471 : "Null interface\n"
7472 : "Set tag for this route\n"
7473 : "Tag value\n"
7474 : "Distance value for this route\n"
7475 : "Specify the VRF\n"
7476 : "The VRF name\n"
7477 : "Specify label(s) for this route\n"
7478 : "One or more labels in the range (16-1048575) separated by '/'\n"
7479 : "Table to configure\n"
7480 : "The table number to configure\n"
7481 : "Specify the VRF\n"
7482 : "The VRF name\n"
7483 : "Treat the nexthop as directly attached to the interface\n"
7484 : "SR-TE color\n"
7485 : "The SR-TE color to configure\n"
7486 : "BFD monitoring\n"
7487 : "Use BFD multi hop session\n"
7488 : "Use source for BFD session\n"
7489 : "Use IPv4 source for BFD session\n"
7490 : "BFD profile.\n"
7491 : "BFD profile name.\n")
7492 :
7493 : DEFSH (VTYSH_STATICD, ip_route_address_interface_vrf_cmd_vtysh,
7494 : "[no] ip route <A.B.C.D/M$prefix|A.B.C.D$prefix A.B.C.D$mask> A.B.C.D$gate <INTERFACE|Null0>$ifname [{ tag (1-4294967295) |(1-255)$distance |label WORD |table (1-4294967295) |nexthop-vrf NAME |onlink$onlink |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source A.B.C.D$bfd_source|profile BFDPROF$bfd_profile}] }]",
7495 : "Negate a command or set its defaults\n"
7496 : "IP information\n"
7497 : "Establish static routes\n"
7498 : "IP destination prefix (e.g. 10.0.0.0/8)\n"
7499 : "IP destination prefix\n"
7500 : "IP destination prefix mask\n"
7501 : "IP gateway address\n"
7502 : "IP gateway interface name\n"
7503 : "Null interface\n"
7504 : "Set tag for this route\n"
7505 : "Tag value\n"
7506 : "Distance value for this route\n"
7507 : "Specify label(s) for this route\n"
7508 : "One or more labels in the range (16-1048575) separated by '/'\n"
7509 : "Table to configure\n"
7510 : "The table number to configure\n"
7511 : "Specify the VRF\n"
7512 : "The VRF name\n"
7513 : "Treat the nexthop as directly attached to the interface\n"
7514 : "SR-TE color\n"
7515 : "The SR-TE color to configure\n"
7516 : "BFD monitoring\n"
7517 : "Use BFD multi hop session\n"
7518 : "Use source for BFD session\n"
7519 : "Use IPv4 source for BFD session\n"
7520 : "BFD profile.\n"
7521 : "BFD profile name.\n")
7522 :
7523 : DEFSH (VTYSH_STATICD, ip_route_blackhole_cmd_vtysh,
7524 : "[no] ip route <A.B.C.D/M$prefix|A.B.C.D$prefix A.B.C.D$mask> <reject|blackhole>$flag [{ tag (1-4294967295) |(1-255)$distance |vrf NAME |label WORD |table (1-4294967295) }]",
7525 : "Negate a command or set its defaults\n"
7526 : "IP information\n"
7527 : "Establish static routes\n"
7528 : "IP destination prefix (e.g. 10.0.0.0/8)\n"
7529 : "IP destination prefix\n"
7530 : "IP destination prefix mask\n"
7531 : "Emit an ICMP unreachable when matched\n"
7532 : "Silently discard pkts when matched\n"
7533 : "Set tag for this route\n"
7534 : "Tag value\n"
7535 : "Distance value for this route\n"
7536 : "Specify the VRF\n"
7537 : "The VRF name\n"
7538 : "Specify label(s) for this route\n"
7539 : "One or more labels in the range (16-1048575) separated by '/'\n"
7540 : "Table to configure\n"
7541 : "The table number to configure\n")
7542 :
7543 : DEFSH (VTYSH_STATICD, ip_route_blackhole_vrf_cmd_vtysh,
7544 : "[no] ip route <A.B.C.D/M$prefix|A.B.C.D$prefix A.B.C.D$mask> <reject|blackhole>$flag [{ tag (1-4294967295) |(1-255)$distance |label WORD |table (1-4294967295) }]",
7545 : "Negate a command or set its defaults\n"
7546 : "IP information\n"
7547 : "Establish static routes\n"
7548 : "IP destination prefix (e.g. 10.0.0.0/8)\n"
7549 : "IP destination prefix\n"
7550 : "IP destination prefix mask\n"
7551 : "Emit an ICMP unreachable when matched\n"
7552 : "Silently discard pkts when matched\n"
7553 : "Set tag for this route\n"
7554 : "Tag value\n"
7555 : "Distance value for this route\n"
7556 : "Specify label(s) for this route\n"
7557 : "One or more labels in the range (16-1048575) separated by '/'\n"
7558 : "Table to configure\n"
7559 : "The table number to configure\n")
7560 :
7561 : DEFSH (VTYSH_STATICD, ip_route_cmd_vtysh,
7562 : "[no] ip route <A.B.C.D/M$prefix|A.B.C.D$prefix A.B.C.D$mask> <A.B.C.D$gate|<INTERFACE|Null0>$ifname> [{ tag (1-4294967295) |(1-255)$distance |vrf NAME |label WORD |table (1-4294967295) |nexthop-vrf NAME |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source A.B.C.D$bfd_source|profile BFDPROF$bfd_profile}] }]",
7563 : "Negate a command or set its defaults\n"
7564 : "IP information\n"
7565 : "Establish static routes\n"
7566 : "IP destination prefix (e.g. 10.0.0.0/8)\n"
7567 : "IP destination prefix\n"
7568 : "IP destination prefix mask\n"
7569 : "IP gateway address\n"
7570 : "IP gateway interface name\n"
7571 : "Null interface\n"
7572 : "Set tag for this route\n"
7573 : "Tag value\n"
7574 : "Distance value for this route\n"
7575 : "Specify the VRF\n"
7576 : "The VRF name\n"
7577 : "Specify label(s) for this route\n"
7578 : "One or more labels in the range (16-1048575) separated by '/'\n"
7579 : "Table to configure\n"
7580 : "The table number to configure\n"
7581 : "Specify the VRF\n"
7582 : "The VRF name\n"
7583 : "SR-TE color\n"
7584 : "The SR-TE color to configure\n"
7585 : "BFD monitoring\n"
7586 : "Use BFD multi hop session\n"
7587 : "Use source for BFD session\n"
7588 : "Use IPv4 source for BFD session\n"
7589 : "BFD profile.\n"
7590 : "BFD profile name.\n")
7591 :
7592 : DEFSH (VTYSH_STATICD, ip_route_vrf_cmd_vtysh,
7593 : "[no] ip route <A.B.C.D/M$prefix|A.B.C.D$prefix A.B.C.D$mask> <A.B.C.D$gate|<INTERFACE|Null0>$ifname> [{ tag (1-4294967295) |(1-255)$distance |label WORD |table (1-4294967295) |nexthop-vrf NAME |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source A.B.C.D$bfd_source|profile BFDPROF$bfd_profile}] }]",
7594 : "Negate a command or set its defaults\n"
7595 : "IP information\n"
7596 : "Establish static routes\n"
7597 : "IP destination prefix (e.g. 10.0.0.0/8)\n"
7598 : "IP destination prefix\n"
7599 : "IP destination prefix mask\n"
7600 : "IP gateway address\n"
7601 : "IP gateway interface name\n"
7602 : "Null interface\n"
7603 : "Set tag for this route\n"
7604 : "Tag value\n"
7605 : "Distance value for this route\n"
7606 : "Specify label(s) for this route\n"
7607 : "One or more labels in the range (16-1048575) separated by '/'\n"
7608 : "Table to configure\n"
7609 : "The table number to configure\n"
7610 : "Specify the VRF\n"
7611 : "The VRF name\n"
7612 : "SR-TE color\n"
7613 : "The SR-TE color to configure\n"
7614 : "BFD monitoring\n"
7615 : "Use BFD multi hop session\n"
7616 : "Use source for BFD session\n"
7617 : "Use IPv4 source for BFD session\n"
7618 : "BFD profile.\n"
7619 : "BFD profile name.\n")
7620 :
7621 : DEFSH (VTYSH_ZEBRA, ip_router_id_cmd_vtysh,
7622 : "ip router-id A.B.C.D vrf NAME",
7623 : "IP information\n"
7624 : "Manually set the router-id\n"
7625 : "IP address to use for router-id\n"
7626 : "Specify the VRF\n"
7627 : "The VRF name\n")
7628 :
7629 : DEFSH (VTYSH_ZEBRA, ip_router_id_in_vrf_cmd_vtysh,
7630 : "ip router-id A.B.C.D",
7631 : "IP information\n"
7632 : "Manually set the router-id\n"
7633 : "IP address to use for router-id\n")
7634 :
7635 : DEFSH (VTYSH_ISISD, ip_router_isis_cmd_vtysh,
7636 : "ip router isis WORD$tag",
7637 : "Interface Internet Protocol config commands\n"
7638 : "IP router interface commands\n"
7639 : "IS-IS routing protocol\n"
7640 : "Routing process tag\n")
7641 :
7642 : DEFSH_HIDDEN (VTYSH_ISISD, ip_router_isis_vrf_cmd_vtysh,
7643 : "ip router isis WORD$tag vrf NAME$vrf_name",
7644 : "Interface Internet Protocol config commands\n"
7645 : "IP router interface commands\n"
7646 : "IS-IS routing protocol\n"
7647 : "Routing process tag\n"
7648 : "Specify the VRF\n"
7649 : "The VRF name\n")
7650 :
7651 : DEFSH (VTYSH_PIMD, ip_ssmpingd_cmd_vtysh,
7652 : "ip ssmpingd [A.B.C.D]",
7653 : "IP information\n"
7654 : "Enable ssmpingd operation\n"
7655 : "Source address\n")
7656 :
7657 : DEFSH (VTYSH_ZEBRA, ip_table_range_cmd_vtysh,
7658 : "[no] ip table range (1-4294967295) (1-4294967295)",
7659 : "Negate a command or set its defaults\n"
7660 : "IP information\n"
7661 : "table configuration\n"
7662 : "Configure table range\n"
7663 : "Start Routing Table\n"
7664 : "End Routing Table\n")
7665 :
7666 : DEFSH (VTYSH_ZEBRA, ip_zebra_import_table_distance_cmd_vtysh,
7667 : "ip import-table (1-252) [distance (1-255)] [route-map RMAP_NAME]",
7668 : "IP information\n"
7669 : "import routes from non-main kernel table\n"
7670 : "kernel routing table id\n"
7671 : "Distance for imported routes\n"
7672 : "Default distance value\n"
7673 : "route-map for filtering\n"
7674 : "route-map name\n")
7675 :
7676 : DEFSH (VTYSH_ACL, ipv6_access_list_cmd_vtysh,
7677 : "ipv6 access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <X:X::X:X/M$prefix [exact-match$exact]|any>",
7678 : "IPv6 information\n"
7679 : "Access list entry\n"
7680 : "Access list name\n"
7681 : "Sequence number of an entry\n"
7682 : "Sequence number\n"
7683 : "Specify packets to reject\n"
7684 : "Specify packets to forward\n"
7685 : "IPv6 prefix\n"
7686 : "Exact match of the prefixes\n"
7687 : "Match any IPv6\n")
7688 :
7689 : DEFSH (VTYSH_ACL, ipv6_access_list_remark_cmd_vtysh,
7690 : "ipv6 access-list WORD$name remark LINE...",
7691 : "IPv6 information\n"
7692 : "Access list entry\n"
7693 : "Access list name\n"
7694 : "Access list entry comment\n"
7695 : "Comment up to 100 characters\n")
7696 :
7697 : DEFSH (VTYSH_ZEBRA, ipv6_address_cmd_vtysh,
7698 : "ipv6 address X:X::X:X/M",
7699 : "Interface IPv6 config commands\n"
7700 : "Set the IP address of an interface\n"
7701 : "IPv6 address (e.g. 3ffe:506::1/48)\n")
7702 :
7703 : DEFSH (VTYSH_BGPD, ipv6_bgp_distance_source_access_list_cmd_vtysh,
7704 : "distance (1-255) X:X::X:X/M WORD",
7705 : "Define an administrative distance\n"
7706 : "Administrative distance\n"
7707 : "IP source prefix\n"
7708 : "Access list name\n")
7709 :
7710 : DEFSH (VTYSH_BGPD, ipv6_bgp_distance_source_cmd_vtysh,
7711 : "distance (1-255) X:X::X:X/M",
7712 : "Define an administrative distance\n"
7713 : "Administrative distance\n"
7714 : "IP source prefix\n")
7715 :
7716 : DEFSH (VTYSH_BGPD, ipv6_bgp_network_cmd_vtysh,
7717 : "[no] network X:X::X:X/M$prefix [{route-map RMAP_NAME$map_name|label-index (0-1048560)$label_index}]",
7718 : "Negate a command or set its defaults\n"
7719 : "Specify a network to announce via BGP\n"
7720 : "IPv6 prefix\n"
7721 : "Route-map to modify the attributes\n"
7722 : "Name of the route map\n"
7723 : "Label index to associate with the prefix\n"
7724 : "Label index value\n")
7725 :
7726 : DEFSH (VTYSH_ZEBRA, ipv6_forwarding_cmd_vtysh,
7727 : "ipv6 forwarding",
7728 : "IPv6 information\n"
7729 : "Turn on IPv6 forwarding\n")
7730 :
7731 : DEFSH (VTYSH_PIM6D, ipv6_mld_group_watermark_cmd_vtysh,
7732 : "ipv6 mld watermark-warn (1-65535)$limit",
7733 : "IPv6 information\n"
7734 : "MLD information\n"
7735 : "Configure group limit for watermark warning\n"
7736 : "Group count to generate watermark warning\n")
7737 :
7738 : DEFSH (VTYSH_ZEBRA, ipv6_nd_adv_interval_config_option_cmd_vtysh,
7739 : "ipv6 nd adv-interval-option",
7740 : "Interface IPv6 config commands\n"
7741 : "Neighbor discovery\n"
7742 : "Advertisement Interval Option\n")
7743 :
7744 : DEFSH (VTYSH_ZEBRA, ipv6_nd_dnssl_cmd_vtysh,
7745 : "ipv6 nd dnssl SUFFIX [<(0-4294967295)|infinite>]",
7746 : "Interface IPv6 config commands\n"
7747 : "Neighbor discovery\n"
7748 : "DNS search list information\n"
7749 : "Domain name suffix\n"
7750 : "Valid lifetime in seconds\n"
7751 : "Infinite valid lifetime\n")
7752 :
7753 : DEFSH (VTYSH_ZEBRA, ipv6_nd_homeagent_config_flag_cmd_vtysh,
7754 : "ipv6 nd home-agent-config-flag",
7755 : "Interface IPv6 config commands\n"
7756 : "Neighbor discovery\n"
7757 : "Home Agent configuration flag\n")
7758 :
7759 : DEFSH (VTYSH_ZEBRA, ipv6_nd_homeagent_lifetime_cmd_vtysh,
7760 : "ipv6 nd home-agent-lifetime (0-65520)",
7761 : "Interface IPv6 config commands\n"
7762 : "Neighbor discovery\n"
7763 : "Home Agent lifetime\n"
7764 : "Home Agent lifetime in seconds (0 to track ra-lifetime)\n")
7765 :
7766 : DEFSH (VTYSH_ZEBRA, ipv6_nd_homeagent_preference_cmd_vtysh,
7767 : "ipv6 nd home-agent-preference (0-65535)",
7768 : "Interface IPv6 config commands\n"
7769 : "Neighbor discovery\n"
7770 : "Home Agent preference\n"
7771 : "preference value (default is 0, least preferred)\n")
7772 :
7773 : DEFSH (VTYSH_ZEBRA, ipv6_nd_managed_config_flag_cmd_vtysh,
7774 : "ipv6 nd managed-config-flag",
7775 : "Interface IPv6 config commands\n"
7776 : "Neighbor discovery\n"
7777 : "Managed address configuration flag\n")
7778 :
7779 : DEFSH (VTYSH_ZEBRA, ipv6_nd_mtu_cmd_vtysh,
7780 : "ipv6 nd mtu (1-65535)",
7781 : "Interface IPv6 config commands\n"
7782 : "Neighbor discovery\n"
7783 : "Advertised MTU\n"
7784 : "MTU in bytes\n")
7785 :
7786 : DEFSH (VTYSH_ZEBRA, ipv6_nd_other_config_flag_cmd_vtysh,
7787 : "ipv6 nd other-config-flag",
7788 : "Interface IPv6 config commands\n"
7789 : "Neighbor discovery\n"
7790 : "Other statefull configuration flag\n")
7791 :
7792 : DEFSH (VTYSH_ZEBRA, ipv6_nd_prefix_cmd_vtysh,
7793 : "ipv6 nd prefix X:X::X:X/M [<(0-4294967295)|infinite> <(0-4294967295)|infinite>] [<router-address|off-link [no-autoconfig]|no-autoconfig [off-link]>]",
7794 : "Interface IPv6 config commands\n"
7795 : "Neighbor discovery\n"
7796 : "Prefix information\n"
7797 : "IPv6 prefix\n"
7798 : "Valid lifetime in seconds\n"
7799 : "Infinite valid lifetime\n"
7800 : "Preferred lifetime in seconds\n"
7801 : "Infinite preferred lifetime\n"
7802 : "Set Router Address flag\n"
7803 : "Do not use prefix for onlink determination\n"
7804 : "Do not use prefix for autoconfiguration\n"
7805 : "Do not use prefix for autoconfiguration\n"
7806 : "Do not use prefix for onlink determination\n")
7807 :
7808 : DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_fast_retrans_cmd_vtysh,
7809 : "ipv6 nd ra-fast-retrans",
7810 : "Interface IPv6 config commands\n"
7811 : "Neighbor discovery\n"
7812 : "Fast retransmit of RA packets\n")
7813 :
7814 : DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_hop_limit_cmd_vtysh,
7815 : "ipv6 nd ra-hop-limit (0-255)$hopcount",
7816 : "Interface IPv6 config commands\n"
7817 : "Neighbor discovery\n"
7818 : "Advertisement Hop Limit\n"
7819 : "Advertisement Hop Limit in hops (default:64)\n")
7820 :
7821 : DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_interval_cmd_vtysh,
7822 : "ipv6 nd ra-interval (1-1800)",
7823 : "Interface IPv6 config commands\n"
7824 : "Neighbor discovery\n"
7825 : "Router Advertisement interval\n"
7826 : "Router Advertisement interval in seconds\n")
7827 :
7828 : DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_interval_msec_cmd_vtysh,
7829 : "ipv6 nd ra-interval msec (70-1800000)",
7830 : "Interface IPv6 config commands\n"
7831 : "Neighbor discovery\n"
7832 : "Router Advertisement interval\n"
7833 : "Router Advertisement interval in milliseconds\n"
7834 : "Router Advertisement interval in milliseconds\n")
7835 :
7836 : DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_lifetime_cmd_vtysh,
7837 : "ipv6 nd ra-lifetime (0-9000)",
7838 : "Interface IPv6 config commands\n"
7839 : "Neighbor discovery\n"
7840 : "Router lifetime\n"
7841 : "Router lifetime in seconds (0 stands for a non-default gw)\n")
7842 :
7843 : DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_retrans_interval_cmd_vtysh,
7844 : "ipv6 nd ra-retrans-interval (0-4294967295)$interval",
7845 : "Interface IPv6 config commands\n"
7846 : "Neighbor discovery\n"
7847 : "Advertisement Retransmit Interval\n"
7848 : "Advertisement Retransmit Interval in msec\n")
7849 :
7850 : DEFSH (VTYSH_ZEBRA, ipv6_nd_rdnss_cmd_vtysh,
7851 : "ipv6 nd rdnss X:X::X:X [<(0-4294967295)|infinite>]",
7852 : "Interface IPv6 config commands\n"
7853 : "Neighbor discovery\n"
7854 : "Recursive DNS server information\n"
7855 : "IPv6 address\n"
7856 : "Valid lifetime in seconds\n"
7857 : "Infinite valid lifetime\n")
7858 :
7859 : DEFSH (VTYSH_ZEBRA, ipv6_nd_reachable_time_cmd_vtysh,
7860 : "ipv6 nd reachable-time (1-3600000)",
7861 : "Interface IPv6 config commands\n"
7862 : "Neighbor discovery\n"
7863 : "Reachable time\n"
7864 : "Reachable time in milliseconds\n")
7865 :
7866 : DEFSH (VTYSH_ZEBRA, ipv6_nd_router_preference_cmd_vtysh,
7867 : "ipv6 nd router-preference <high|medium|low>",
7868 : "Interface IPv6 config commands\n"
7869 : "Neighbor discovery\n"
7870 : "Default router preference\n"
7871 : "High default router preference\n"
7872 : "Medium default router preference (default)\n"
7873 : "Low default router preference\n")
7874 :
7875 : DEFSH (VTYSH_ZEBRA, ipv6_nd_suppress_ra_cmd_vtysh,
7876 : "ipv6 nd suppress-ra",
7877 : "Interface IPv6 config commands\n"
7878 : "Neighbor discovery\n"
7879 : "Suppress Router Advertisement\n")
7880 :
7881 : DEFSH (VTYSH_ZEBRA, ipv6_nht_default_route_cmd_vtysh,
7882 : "ipv6 nht resolve-via-default",
7883 : "IPv6 Information\n"
7884 : "Filter Next Hop tracking route resolution\n"
7885 : "Resolve via default route\n")
7886 :
7887 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_advertise_prefix_list_cmd_vtysh,
7888 : "ipv6 ospf6 advertise prefix-list WORD",
7889 : "IPv6 Information\n"
7890 : "Open Shortest Path First (OSPF) for IPv6\n"
7891 : "Advertising options\n"
7892 : "Filter prefix using prefix-list\n"
7893 : "Prefix list name\n")
7894 :
7895 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_area_cmd_vtysh,
7896 : "ipv6 ospf6 area <A.B.C.D|(0-4294967295)>",
7897 : "IPv6 Information\n"
7898 : "Open Shortest Path First (OSPF) for IPv6\n"
7899 : "Specify the OSPF6 area ID\n"
7900 : "OSPF6 area ID in IPv4 address notation\n"
7901 : "OSPF6 area ID in decimal notation\n")
7902 :
7903 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_bfd_cmd_vtysh,
7904 : "ipv6 ospf6 bfd [profile BFDPROF]",
7905 : "IPv6 Information\n"
7906 : "Open Shortest Path First (OSPF) for IPv6\n"
7907 : "Enables BFD support\n"
7908 : "BFD Profile selection\n"
7909 : "BFD Profile name\n")
7910 :
7911 : DEFSH_HIDDEN (VTYSH_OSPF6D, ipv6_ospf6_bfd_param_cmd_vtysh,
7912 : "ipv6 ospf6 bfd (2-255) (50-60000) (50-60000)",
7913 : "IPv6 Information\n"
7914 : "Open Shortest Path First (OSPF) for IPv6\n"
7915 : "Enables BFD support\n"
7916 : "Detect Multiplier\n"
7917 : "Required min receive interval\n"
7918 : "Desired min transmit interval\n")
7919 :
7920 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_cost_cmd_vtysh,
7921 : "ipv6 ospf6 cost (1-65535)",
7922 : "IPv6 Information\n"
7923 : "Open Shortest Path First (OSPF) for IPv6\n"
7924 : "Interface cost\n"
7925 : "Outgoing metric of this interface\n")
7926 :
7927 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_deadinterval_cmd_vtysh,
7928 : "ipv6 ospf6 dead-interval (1-65535)",
7929 : "IPv6 Information\n"
7930 : "Open Shortest Path First (OSPF) for IPv6\n"
7931 : "Interval time after which a neighbor is declared down\n"
7932 : "Seconds\n")
7933 :
7934 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_hellointerval_cmd_vtysh,
7935 : "ipv6 ospf6 hello-interval (1-65535)",
7936 : "IPv6 Information\n"
7937 : "Open Shortest Path First (OSPF) for IPv6\n"
7938 : "Time between HELLO packets\n"
7939 : "Seconds\n")
7940 :
7941 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_ifmtu_cmd_vtysh,
7942 : "ipv6 ospf6 ifmtu (1-65535)",
7943 : "IPv6 Information\n"
7944 : "Open Shortest Path First (OSPF) for IPv6\n"
7945 : "Interface MTU\n"
7946 : "OSPFv3 Interface MTU\n")
7947 :
7948 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_instance_cmd_vtysh,
7949 : "ipv6 ospf6 instance-id (0-255)",
7950 : "IPv6 Information\n"
7951 : "Open Shortest Path First (OSPF) for IPv6\n"
7952 : "Instance ID for this interface\n"
7953 : "Instance ID value\n")
7954 :
7955 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_intf_auth_trailer_key_cmd_vtysh,
7956 : "ipv6 ospf6 authentication key-id (1-65535) hash-algo <md5|hmac-sha-1|hmac-sha-256|hmac-sha-384|hmac-sha-512> key WORD",
7957 : "IPv6 Information\n"
7958 : "Open Shortest Path First (OSPF) for IPv6\n"
7959 : "Authentication\n"
7960 : "Key ID\n"
7961 : "Key ID value\n"
7962 : "Cryptographic-algorithm\n"
7963 : "Use MD5 algorithm\n"
7964 : "Use HMAC-SHA-1 algorithm\n"
7965 : "Use HMAC-SHA-256 algorithm\n"
7966 : "Use HMAC-SHA-384 algorithm\n"
7967 : "Use HMAC-SHA-512 algorithm\n"
7968 : "Password\n"
7969 : "Password string (key)\n")
7970 :
7971 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_intf_auth_trailer_keychain_cmd_vtysh,
7972 : "ipv6 ospf6 authentication keychain KEYCHAIN_NAME",
7973 : "IPv6 Information\n"
7974 : "Open Shortest Path First (OSPF) for IPv6\n"
7975 : "Enable authentication on this interface\n"
7976 : "Keychain\n"
7977 : "Keychain name\n")
7978 :
7979 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_mtu_ignore_cmd_vtysh,
7980 : "ipv6 ospf6 mtu-ignore",
7981 : "IPv6 Information\n"
7982 : "Open Shortest Path First (OSPF) for IPv6\n"
7983 : "Disable MTU mismatch detection on this interface\n")
7984 :
7985 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_network_cmd_vtysh,
7986 : "ipv6 ospf6 network <broadcast|point-to-point|point-to-multipoint>",
7987 : "IPv6 Information\n"
7988 : "Open Shortest Path First (OSPF) for IPv6\n"
7989 : "Network type\n"
7990 : "Specify OSPF6 broadcast network\n"
7991 : "Specify OSPF6 point-to-point network\n"
7992 : "Specify OSPF6 point-to-multipoint network\n")
7993 :
7994 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_p2xp_connected_pfx_cmd_vtysh,
7995 : "[no] ipv6 ospf6 p2p-p2mp connected-prefixes <include$incl|exclude$excl>",
7996 : "Negate a command or set its defaults\n"
7997 : "IPv6 Information\n"
7998 : "Open Shortest Path First (OSPF) for IPv6\n"
7999 : "Point-to-point and Point-to-Multipoint parameters\n"
8000 : "Adjust handling of directly connected prefixes\n"
8001 : "Advertise prefixes and own /128 (default for PtP)\n"
8002 : "Ignore, only advertise own /128 (default for PtMP)\n")
8003 :
8004 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_p2xp_neigh_cmd_vtysh,
8005 : "[no] ipv6 ospf6 neighbor X:X::X:X",
8006 : "Negate a command or set its defaults\n"
8007 : "IPv6 Information\n"
8008 : "Open Shortest Path First (OSPF) for IPv6\n"
8009 : "Configure static neighbor\n"
8010 : "Neighbor link-local address\n")
8011 :
8012 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_p2xp_neigh_cost_cmd_vtysh,
8013 : "[no] ipv6 ospf6 neighbor X:X::X:X cost (1-65535)",
8014 : "Negate a command or set its defaults\n"
8015 : "IPv6 Information\n"
8016 : "Open Shortest Path First (OSPF) for IPv6\n"
8017 : "Configure static neighbor\n"
8018 : "Neighbor link-local address\n"
8019 : "Outgoing metric for this neighbor\n"
8020 : "Outgoing metric for this neighbor\n")
8021 :
8022 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_p2xp_neigh_poll_interval_cmd_vtysh,
8023 : "[no] ipv6 ospf6 neighbor X:X::X:X poll-interval (1-65535)",
8024 : "Negate a command or set its defaults\n"
8025 : "IPv6 Information\n"
8026 : "Open Shortest Path First (OSPF) for IPv6\n"
8027 : "Configure static neighbor\n"
8028 : "Neighbor link-local address\n"
8029 : "Send unicast hellos to neighbor when down\n"
8030 : "Unicast hello interval when down (seconds)\n")
8031 :
8032 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_p2xp_no_multicast_hello_cmd_vtysh,
8033 : "[no] ipv6 ospf6 p2p-p2mp disable-multicast-hello",
8034 : "Negate a command or set its defaults\n"
8035 : "IPv6 Information\n"
8036 : "Open Shortest Path First (OSPF) for IPv6\n"
8037 : "Point-to-point and Point-to-Multipoint parameters\n"
8038 : "Do not send multicast hellos\n")
8039 :
8040 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_p2xp_only_cfg_neigh_cmd_vtysh,
8041 : "[no] ipv6 ospf6 p2p-p2mp config-neighbors-only",
8042 : "Negate a command or set its defaults\n"
8043 : "IPv6 Information\n"
8044 : "Open Shortest Path First (OSPF) for IPv6\n"
8045 : "Point-to-point and Point-to-Multipoint parameters\n"
8046 : "Only form adjacencies with explicitly configured neighbors\n")
8047 :
8048 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_passive_cmd_vtysh,
8049 : "ipv6 ospf6 passive",
8050 : "IPv6 Information\n"
8051 : "Open Shortest Path First (OSPF) for IPv6\n"
8052 : "Passive interface; no adjacency will be formed on this interface\n")
8053 :
8054 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_priority_cmd_vtysh,
8055 : "ipv6 ospf6 priority (0-255)",
8056 : "IPv6 Information\n"
8057 : "Open Shortest Path First (OSPF) for IPv6\n"
8058 : "Router priority\n"
8059 : "Priority value\n")
8060 :
8061 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_retransmitinterval_cmd_vtysh,
8062 : "ipv6 ospf6 retransmit-interval (1-65535)",
8063 : "IPv6 Information\n"
8064 : "Open Shortest Path First (OSPF) for IPv6\n"
8065 : "Time between retransmitting lost link state advertisements\n"
8066 : "Seconds\n")
8067 :
8068 : DEFSH (VTYSH_OSPF6D, ipv6_ospf6_transmitdelay_cmd_vtysh,
8069 : "ipv6 ospf6 transmit-delay (1-3600)",
8070 : "IPv6 Information\n"
8071 : "Open Shortest Path First (OSPF) for IPv6\n"
8072 : "Link state transmit delay\n"
8073 : "Seconds\n")
8074 :
8075 : DEFSH (VTYSH_PIM6D, ipv6_pim_bsm_cmd_vtysh,
8076 : "ipv6 pim bsm",
8077 : "IPv6 information\n"
8078 : "PIM information\n"
8079 : "Enable BSM support on the interface\n")
8080 :
8081 : DEFSH (VTYSH_PIM6D, ipv6_pim_joinprune_time_cmd_vtysh,
8082 : "ipv6 pim join-prune-interval (1-65535)$jpi",
8083 : "IPv6 information\n"
8084 : "PIM information\n"
8085 : "Join Prune Send Interval\n"
8086 : "Seconds\n")
8087 :
8088 : DEFSH (VTYSH_PIM6D, ipv6_pim_keep_alive_cmd_vtysh,
8089 : "ipv6 pim keep-alive-timer (1-65535)$kat",
8090 : "IPv6 information\n"
8091 : "PIM information\n"
8092 : "Keep alive Timer\n"
8093 : "Seconds\n")
8094 :
8095 : DEFSH (VTYSH_PIM6D, ipv6_pim_packets_cmd_vtysh,
8096 : "ipv6 pim packets (1-255)",
8097 : "IPv6 information\n"
8098 : "PIM information\n"
8099 : "packets to process at one time per fd\n"
8100 : "Number of packets\n")
8101 :
8102 : DEFSH (VTYSH_PIM6D, ipv6_pim_register_suppress_cmd_vtysh,
8103 : "ipv6 pim register-suppress-time (1-65535)$rst",
8104 : "IPv6 information\n"
8105 : "PIM information\n"
8106 : "Register Suppress Timer\n"
8107 : "Seconds\n")
8108 :
8109 : DEFSH (VTYSH_PIM6D, ipv6_pim_rp_cmd_vtysh,
8110 : "ipv6 pim rp X:X::X:X$rp [X:X::X:X/M]$gp",
8111 : "IPv6 information\n"
8112 : "PIM information\n"
8113 : "Rendezvous Point\n"
8114 : "ipv6 address of RP\n"
8115 : "Group Address range to cover\n")
8116 :
8117 : DEFSH (VTYSH_PIM6D, ipv6_pim_rp_keep_alive_cmd_vtysh,
8118 : "ipv6 pim rp keep-alive-timer (1-65535)$kat",
8119 : "IPv6 information\n"
8120 : "PIM information\n"
8121 : "Rendezvous Point\n"
8122 : "Keep alive Timer\n"
8123 : "Seconds\n")
8124 :
8125 : DEFSH (VTYSH_PIM6D, ipv6_pim_rp_prefix_list_cmd_vtysh,
8126 : "ipv6 pim rp X:X::X:X$rp prefix-list WORD$plist",
8127 : "IPv6 information\n"
8128 : "PIM information\n"
8129 : "Rendezvous Point\n"
8130 : "ipv6 address of RP\n"
8131 : "group prefix-list filter\n"
8132 : "Name of a prefix-list\n")
8133 :
8134 : DEFSH (VTYSH_PIM6D, ipv6_pim_spt_switchover_infinity_cmd_vtysh,
8135 : "ipv6 pim spt-switchover infinity-and-beyond",
8136 : "IPv6 information\n"
8137 : "PIM information\n"
8138 : "SPT-Switchover\n"
8139 : "Never switch to SPT Tree\n")
8140 :
8141 : DEFSH (VTYSH_PIM6D, ipv6_pim_spt_switchover_infinity_plist_cmd_vtysh,
8142 : "ipv6 pim spt-switchover infinity-and-beyond prefix-list WORD$plist",
8143 : "IPv6 information\n"
8144 : "PIM information\n"
8145 : "SPT-Switchover\n"
8146 : "Never switch to SPT Tree\n"
8147 : "Prefix-List to control which groups to switch\n"
8148 : "Prefix-List name\n")
8149 :
8150 : DEFSH (VTYSH_PIM6D, ipv6_pim_ucast_bsm_cmd_vtysh,
8151 : "ipv6 pim unicast-bsm",
8152 : "IPv6 information\n"
8153 : "PIM information\n"
8154 : "Accept/Send unicast BSM on the interface\n")
8155 :
8156 : DEFSH (VTYSH_ACL, ipv6_prefix_list_cmd_vtysh,
8157 : "ipv6 prefix-list WORD$name [seq (1-4294967295)] <deny|permit>$action <any|X:X::X:X/M$prefix [{ge (0-128)$ge|le (0-128)$le}]>",
8158 : "IPv6 information\n"
8159 : "Build a prefix list\n"
8160 : "Prefix list entry name\n"
8161 : "Sequence number of an entry\n"
8162 : "Sequence number\n"
8163 : "Specify packets to reject\n"
8164 : "Specify packets to forward\n"
8165 : "Any prefix match. Same as \"::0/0 le 128\"\n"
8166 : "IPv6 prefix <network>/<length>, e.g., 3ffe::/16\n"
8167 : "Maximum prefix length to be matched\n"
8168 : "Maximum prefix length\n"
8169 : "Minimum prefix length to be matched\n"
8170 : "Minimum prefix length\n")
8171 :
8172 : DEFSH (VTYSH_ACL, ipv6_prefix_list_remark_cmd_vtysh,
8173 : "ipv6 prefix-list WORD$name description LINE...",
8174 : "IPv6 information\n"
8175 : "Build a prefix list\n"
8176 : "Prefix list entry name\n"
8177 : "Access list entry comment\n"
8178 : "Comment up to 100 characters\n")
8179 :
8180 : DEFSH (VTYSH_ZEBRA, ipv6_protocol_cmd_vtysh,
8181 : "ipv6 protocol <kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto route-map ROUTE-MAP$rmap",
8182 : "IPv6 Information\n"
8183 : "Filter IPv6 routing info exchanged between zebra and protocol\n"
8184 : "Kernel routes (not installed via the zebra RIB)\n"
8185 : "Connected routes (directly attached subnet or host)\n"
8186 : "Statically configured routes\n"
8187 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
8188 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
8189 : "Intermediate System to Intermediate System (IS-IS)\n"
8190 : "Border Gateway Protocol (BGP)\n"
8191 : "Next Hop Resolution Protocol (NHRP)\n"
8192 : "Non-main Kernel Routing Table\n"
8193 : "Virtual Network Control (VNC)\n"
8194 : "Babel routing protocol (Babel)\n"
8195 : "Super Happy Advanced Routing Protocol (sharpd)\n"
8196 : "OpenFabric Routing Protocol\n"
8197 : "Any of the above protocols\n"
8198 : "Specify route-map\n"
8199 : "Route map name\n")
8200 :
8201 : DEFSH (VTYSH_ZEBRA, ipv6_protocol_nht_rmap_cmd_vtysh,
8202 : "ipv6 nht <kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto route-map ROUTE-MAP$rmap",
8203 : "IPv6 Information\n"
8204 : "Filter Next Hop tracking route resolution\n"
8205 : "Kernel routes (not installed via the zebra RIB)\n"
8206 : "Connected routes (directly attached subnet or host)\n"
8207 : "Statically configured routes\n"
8208 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
8209 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
8210 : "Intermediate System to Intermediate System (IS-IS)\n"
8211 : "Border Gateway Protocol (BGP)\n"
8212 : "Next Hop Resolution Protocol (NHRP)\n"
8213 : "Non-main Kernel Routing Table\n"
8214 : "Virtual Network Control (VNC)\n"
8215 : "Babel routing protocol (Babel)\n"
8216 : "Super Happy Advanced Routing Protocol (sharpd)\n"
8217 : "OpenFabric Routing Protocol\n"
8218 : "Any of the above protocols\n"
8219 : "Specify route map\n"
8220 : "Route map name\n")
8221 :
8222 : DEFSH (VTYSH_RIPNGD, ipv6_ripng_split_horizon_cmd_vtysh,
8223 : "[no] ipv6 ripng split-horizon [poisoned-reverse$poisoned_reverse]",
8224 : "Negate a command or set its defaults\n"
8225 : "IPv6 information\n"
8226 : "Routing Information Protocol\n"
8227 : "Perform split horizon\n"
8228 : "With poisoned-reverse\n")
8229 :
8230 : DEFSH (VTYSH_STATICD, ipv6_route_address_interface_cmd_vtysh,
8231 : "[no] ipv6 route X:X::X:X/M$prefix [from X:X::X:X/M] X:X::X:X$gate <INTERFACE|Null0>$ifname [{ tag (1-4294967295) |(1-255)$distance |vrf NAME |label WORD |table (1-4294967295) |nexthop-vrf NAME |onlink$onlink |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source X:X::X:X$bfd_source|profile BFDPROF$bfd_profile}] }]",
8232 : "Negate a command or set its defaults\n"
8233 : "IPv6 information\n"
8234 : "Establish static routes\n"
8235 : "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8236 : "IPv6 source-dest route\n"
8237 : "IPv6 source prefix\n"
8238 : "IPv6 gateway address\n"
8239 : "IPv6 gateway interface name\n"
8240 : "Null interface\n"
8241 : "Set tag for this route\n"
8242 : "Tag value\n"
8243 : "Distance value for this prefix\n"
8244 : "Specify the VRF\n"
8245 : "The VRF name\n"
8246 : "Specify label(s) for this route\n"
8247 : "One or more labels in the range (16-1048575) separated by '/'\n"
8248 : "Table to configure\n"
8249 : "The table number to configure\n"
8250 : "Specify the VRF\n"
8251 : "The VRF name\n"
8252 : "Treat the nexthop as directly attached to the interface\n"
8253 : "SR-TE color\n"
8254 : "The SR-TE color to configure\n"
8255 : "BFD monitoring\n"
8256 : "Use BFD multi hop session\n"
8257 : "Use source for BFD session\n"
8258 : "Use IPv4 source for BFD session\n"
8259 : "BFD profile.\n"
8260 : "BFD profile name.\n")
8261 :
8262 : DEFSH (VTYSH_STATICD, ipv6_route_address_interface_vrf_cmd_vtysh,
8263 : "[no] ipv6 route X:X::X:X/M$prefix [from X:X::X:X/M] X:X::X:X$gate <INTERFACE|Null0>$ifname [{ tag (1-4294967295) |(1-255)$distance |label WORD |table (1-4294967295) |nexthop-vrf NAME |onlink$onlink |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source X:X::X:X$bfd_source|profile BFDPROF$bfd_profile}] }]",
8264 : "Negate a command or set its defaults\n"
8265 : "IPv6 information\n"
8266 : "Establish static routes\n"
8267 : "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8268 : "IPv6 source-dest route\n"
8269 : "IPv6 source prefix\n"
8270 : "IPv6 gateway address\n"
8271 : "IPv6 gateway interface name\n"
8272 : "Null interface\n"
8273 : "Set tag for this route\n"
8274 : "Tag value\n"
8275 : "Distance value for this prefix\n"
8276 : "Specify label(s) for this route\n"
8277 : "One or more labels in the range (16-1048575) separated by '/'\n"
8278 : "Table to configure\n"
8279 : "The table number to configure\n"
8280 : "Specify the VRF\n"
8281 : "The VRF name\n"
8282 : "Treat the nexthop as directly attached to the interface\n"
8283 : "SR-TE color\n"
8284 : "The SR-TE color to configure\n"
8285 : "BFD monitoring\n"
8286 : "Use BFD multi hop session\n"
8287 : "Use source for BFD session\n"
8288 : "Use IPv4 source for BFD session\n"
8289 : "BFD profile.\n"
8290 : "BFD profile name.\n")
8291 :
8292 : DEFSH (VTYSH_STATICD, ipv6_route_blackhole_cmd_vtysh,
8293 : "[no] ipv6 route X:X::X:X/M$prefix [from X:X::X:X/M] <reject|blackhole>$flag [{ tag (1-4294967295) |(1-255)$distance |vrf NAME |label WORD |table (1-4294967295) }]",
8294 : "Negate a command or set its defaults\n"
8295 : "IPv6 information\n"
8296 : "Establish static routes\n"
8297 : "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8298 : "IPv6 source-dest route\n"
8299 : "IPv6 source prefix\n"
8300 : "Emit an ICMP unreachable when matched\n"
8301 : "Silently discard pkts when matched\n"
8302 : "Set tag for this route\n"
8303 : "Tag value\n"
8304 : "Distance value for this prefix\n"
8305 : "Specify the VRF\n"
8306 : "The VRF name\n"
8307 : "Specify label(s) for this route\n"
8308 : "One or more labels in the range (16-1048575) separated by '/'\n"
8309 : "Table to configure\n"
8310 : "The table number to configure\n")
8311 :
8312 : DEFSH (VTYSH_STATICD, ipv6_route_blackhole_vrf_cmd_vtysh,
8313 : "[no] ipv6 route X:X::X:X/M$prefix [from X:X::X:X/M] <reject|blackhole>$flag [{ tag (1-4294967295) |(1-255)$distance |label WORD |table (1-4294967295) }]",
8314 : "Negate a command or set its defaults\n"
8315 : "IPv6 information\n"
8316 : "Establish static routes\n"
8317 : "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8318 : "IPv6 source-dest route\n"
8319 : "IPv6 source prefix\n"
8320 : "Emit an ICMP unreachable when matched\n"
8321 : "Silently discard pkts when matched\n"
8322 : "Set tag for this route\n"
8323 : "Tag value\n"
8324 : "Distance value for this prefix\n"
8325 : "Specify label(s) for this route\n"
8326 : "One or more labels in the range (16-1048575) separated by '/'\n"
8327 : "Table to configure\n"
8328 : "The table number to configure\n")
8329 :
8330 : DEFSH (VTYSH_STATICD, ipv6_route_cmd_vtysh,
8331 : "[no] ipv6 route X:X::X:X/M$prefix [from X:X::X:X/M] <X:X::X:X$gate|<INTERFACE|Null0>$ifname> [{ tag (1-4294967295) |(1-255)$distance |vrf NAME |label WORD |table (1-4294967295) |nexthop-vrf NAME |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source X:X::X:X$bfd_source|profile BFDPROF$bfd_profile}] }]",
8332 : "Negate a command or set its defaults\n"
8333 : "IPv6 information\n"
8334 : "Establish static routes\n"
8335 : "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8336 : "IPv6 source-dest route\n"
8337 : "IPv6 source prefix\n"
8338 : "IPv6 gateway address\n"
8339 : "IPv6 gateway interface name\n"
8340 : "Null interface\n"
8341 : "Set tag for this route\n"
8342 : "Tag value\n"
8343 : "Distance value for this prefix\n"
8344 : "Specify the VRF\n"
8345 : "The VRF name\n"
8346 : "Specify label(s) for this route\n"
8347 : "One or more labels in the range (16-1048575) separated by '/'\n"
8348 : "Table to configure\n"
8349 : "The table number to configure\n"
8350 : "Specify the VRF\n"
8351 : "The VRF name\n"
8352 : "SR-TE color\n"
8353 : "The SR-TE color to configure\n"
8354 : "BFD monitoring\n"
8355 : "Use BFD multi hop session\n"
8356 : "Use source for BFD session\n"
8357 : "Use IPv4 source for BFD session\n"
8358 : "BFD profile.\n"
8359 : "BFD profile name.\n")
8360 :
8361 : DEFSH (VTYSH_STATICD, ipv6_route_vrf_cmd_vtysh,
8362 : "[no] ipv6 route X:X::X:X/M$prefix [from X:X::X:X/M] <X:X::X:X$gate|<INTERFACE|Null0>$ifname> [{ tag (1-4294967295) |(1-255)$distance |label WORD |table (1-4294967295) |nexthop-vrf NAME |color (1-4294967295) |bfd$bfd [{multi-hop$bfd_multi_hop|source X:X::X:X$bfd_source|profile BFDPROF$bfd_profile}] }]",
8363 : "Negate a command or set its defaults\n"
8364 : "IPv6 information\n"
8365 : "Establish static routes\n"
8366 : "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8367 : "IPv6 source-dest route\n"
8368 : "IPv6 source prefix\n"
8369 : "IPv6 gateway address\n"
8370 : "IPv6 gateway interface name\n"
8371 : "Null interface\n"
8372 : "Set tag for this route\n"
8373 : "Tag value\n"
8374 : "Distance value for this prefix\n"
8375 : "Specify label(s) for this route\n"
8376 : "One or more labels in the range (16-1048575) separated by '/'\n"
8377 : "Table to configure\n"
8378 : "The table number to configure\n"
8379 : "Specify the VRF\n"
8380 : "The VRF name\n"
8381 : "SR-TE color\n"
8382 : "The SR-TE color to configure\n"
8383 : "BFD monitoring\n"
8384 : "Use BFD multi hop session\n"
8385 : "Use source for BFD session\n"
8386 : "Use IPv4 source for BFD session\n"
8387 : "BFD profile.\n"
8388 : "BFD profile name.\n")
8389 :
8390 : DEFSH (VTYSH_ZEBRA, ipv6_router_id_cmd_vtysh,
8391 : "ipv6 router-id X:X::X:X vrf NAME",
8392 : "IPv6 information\n"
8393 : "Manually set the router-id\n"
8394 : "IPv6 address to use for router-id\n"
8395 : "Specify the VRF\n"
8396 : "The VRF name\n")
8397 :
8398 : DEFSH (VTYSH_ZEBRA, ipv6_router_id_in_vrf_cmd_vtysh,
8399 : "ipv6 router-id X:X::X:X",
8400 : "IPv6 Information\n"
8401 : "Manually set the IPv6 router-id\n"
8402 : "IPV6 address to use for router-id\n")
8403 :
8404 : DEFSH (VTYSH_PIM6D, ipv6_ssmpingd_cmd_vtysh,
8405 : "ipv6 ssmpingd [X:X::X:X]$source",
8406 : "IPv6 information\n"
8407 : "Enable ssmpingd operation\n"
8408 : "Source address\n")
8409 :
8410 : DEFSH (VTYSH_ISISD, is_type_cmd_vtysh,
8411 : "is-type <level-1|level-1-2|level-2-only>$level",
8412 : "IS Level for this routing process (OSI only)\n"
8413 : "Act as a station router only\n"
8414 : "Act as both a station router and an area router\n"
8415 : "Act as an area router only\n")
8416 :
8417 : DEFSH (VTYSH_ISISD, isis_bfd_cmd_vtysh,
8418 : "[no] isis bfd",
8419 : "Negate a command or set its defaults\n"
8420 : "IS-IS routing protocol\n"
8421 : "Enable BFD support\n")
8422 :
8423 : DEFSH (VTYSH_ISISD, isis_bfd_profile_cmd_vtysh,
8424 : "[no] isis bfd profile BFDPROF$profile",
8425 : "Negate a command or set its defaults\n"
8426 : "IS-IS routing protocol\n"
8427 : "Enable BFD support\n"
8428 : "Use a pre-configured profile\n"
8429 : "Profile name\n")
8430 :
8431 : DEFSH (VTYSH_ISISD, isis_circuit_type_cmd_vtysh,
8432 : "isis circuit-type <level-1|level-1-2|level-2-only>$type",
8433 : "IS-IS routing protocol\n"
8434 : "Configure circuit type for interface\n"
8435 : "Level-1 only adjacencies are formed\n"
8436 : "Level-1-2 adjacencies are formed\n"
8437 : "Level-2 only adjacencies are formed\n")
8438 :
8439 : DEFSH (VTYSH_ISISD, isis_default_originate_cmd_vtysh,
8440 : "[no] default-information originate <ipv4|ipv6>$ip <level-1|level-2>$level [always]$always [{metric (0-16777215)$metric|route-map RMAP_NAME$rmap}]",
8441 : "Negate a command or set its defaults\n"
8442 : "Control distribution of default information\n"
8443 : "Distribute a default route\n"
8444 : "Distribute default route for IPv4\n"
8445 : "Distribute default route for IPv6\n"
8446 : "Distribute default route into level-1\n"
8447 : "Distribute default route into level-2\n"
8448 : "Always advertise default route\n"
8449 : "Metric for default route\n"
8450 : "IS-IS default metric\n"
8451 : "Route map reference\n"
8452 : "Pointer to route-map entries\n")
8453 :
8454 : DEFSH (VTYSH_ISISD, isis_frr_lfa_load_sharing_cmd_vtysh,
8455 : "[no] fast-reroute load-sharing disable [<level-1|level-2>$level]",
8456 : "Negate a command or set its defaults\n"
8457 : "Configure Fast ReRoute\n"
8458 : "Load share prefixes across multiple backups\n"
8459 : "Disable load sharing\n"
8460 : "Disable load sharing for level-1 only\n"
8461 : "Disable load sharing for level-2 only\n")
8462 :
8463 : DEFSH (VTYSH_ISISD, isis_frr_lfa_priority_limit_cmd_vtysh,
8464 : "[no] fast-reroute priority-limit <critical|high|medium>$priority [<level-1|level-2>$level]",
8465 : "Negate a command or set its defaults\n"
8466 : "Configure Fast ReRoute\n"
8467 : "Limit backup computation up to the prefix priority\n"
8468 : "Compute for critical priority prefixes only\n"
8469 : "Compute for critical & high priority prefixes\n"
8470 : "Compute for critical, high & medium priority prefixes\n"
8471 : "Set priority-limit for level-1 only\n"
8472 : "Set priority-limit for level-2 only\n")
8473 :
8474 : DEFSH (VTYSH_ISISD, isis_frr_lfa_tiebreaker_cmd_vtysh,
8475 : "[no] fast-reroute lfa tiebreaker <downstream|lowest-backup-metric|node-protecting>$type index (1-255)$index [<level-1|level-2>$level]",
8476 : "Negate a command or set its defaults\n"
8477 : "Configure Fast ReRoute\n"
8478 : "LFA configuration\n"
8479 : "Configure tiebreaker for multiple backups\n"
8480 : "Prefer backup path via downstream node\n"
8481 : "Prefer backup path with lowest total metric\n"
8482 : "Prefer node protecting backup path\n"
8483 : "Set preference order among tiebreakers\n"
8484 : "Index\n"
8485 : "Configure tiebreaker for level-1 only\n"
8486 : "Configure tiebreaker for level-2 only\n")
8487 :
8488 : DEFSH (VTYSH_ISISD, isis_frr_remote_lfa_plist_cmd_vtysh,
8489 : "fast-reroute remote-lfa prefix-list WORD$plist [<level-1|level-2>$level]",
8490 : "Configure Fast ReRoute\n"
8491 : "Enable remote LFA related configuration\n"
8492 : "Filter PQ node router ID based on prefix list\n"
8493 : "Prefix-list name\n"
8494 : "Enable router ID filtering for level-1 only\n"
8495 : "Enable router ID filtering for level-2 only\n")
8496 :
8497 : DEFSH (VTYSH_ISISD, isis_hello_interval_cmd_vtysh,
8498 : "isis hello-interval [level-1|level-2]$level (1-600)$intv",
8499 : "IS-IS routing protocol\n"
8500 : "Set Hello interval\n"
8501 : "Specify hello-interval for level-1 IIHs\n"
8502 : "Specify hello-interval for level-2 IIHs\n"
8503 : "Holdtime 1 seconds, interval depends on multiplier\n")
8504 :
8505 : DEFSH (VTYSH_ISISD, isis_hello_multiplier_cmd_vtysh,
8506 : "isis hello-multiplier [level-1|level-2]$level (2-100)$mult",
8507 : "IS-IS routing protocol\n"
8508 : "Set multiplier for Hello holding time\n"
8509 : "Specify hello multiplier for level-1 IIHs\n"
8510 : "Specify hello multiplier for level-2 IIHs\n"
8511 : "Hello multiplier value\n")
8512 :
8513 : DEFSH (VTYSH_ISISD, isis_hello_padding_cmd_vtysh,
8514 : "[no] isis hello padding",
8515 : "Negate a command or set its defaults\n"
8516 : "IS-IS routing protocol\n"
8517 : "Add padding to IS-IS hello packets\n"
8518 : "Pad hello packets\n")
8519 :
8520 : DEFSH (VTYSH_ISISD, isis_lfa_cmd_vtysh,
8521 : "[no] isis fast-reroute lfa [level-1|level-2]$level",
8522 : "Negate a command or set its defaults\n"
8523 : "IS-IS routing protocol\n"
8524 : "Interface IP Fast-reroute configuration\n"
8525 : "Enable LFA computation\n"
8526 : "Enable LFA computation for Level 1 only\n"
8527 : "Enable LFA computation for Level 2 only\n")
8528 :
8529 : DEFSH (VTYSH_ISISD, isis_lfa_exclude_interface_cmd_vtysh,
8530 : "[no] isis fast-reroute lfa [level-1|level-2]$level exclude interface IFNAME$ifname",
8531 : "Negate a command or set its defaults\n"
8532 : "IS-IS routing protocol\n"
8533 : "Interface IP Fast-reroute configuration\n"
8534 : "Enable LFA computation\n"
8535 : "Enable LFA computation for Level 1 only\n"
8536 : "Enable LFA computation for Level 2 only\n"
8537 : "FRR exclusion information\n"
8538 : "Exclude an interface from computation\n"
8539 : "Interface name\n")
8540 :
8541 : DEFSH (VTYSH_ISISD, isis_metric_cmd_vtysh,
8542 : "isis metric [level-1|level-2]$level (0-16777215)$met",
8543 : "IS-IS routing protocol\n"
8544 : "Set default metric for circuit\n"
8545 : "Specify metric for level-1 routing\n"
8546 : "Specify metric for level-2 routing\n"
8547 : "Default metric value\n")
8548 :
8549 : DEFSH (VTYSH_ISISD, isis_mpls_if_ldp_sync_cmd_vtysh,
8550 : "[no] isis mpls ldp-sync",
8551 : "Negate a command or set its defaults\n"
8552 : "IS-IS routing protocol\n"
8553 : "MPLS information\n"
8554 : "Enable MPLS LDP-SYNC\n")
8555 :
8556 : DEFSH (VTYSH_ISISD, isis_mpls_if_ldp_sync_holddown_cmd_vtysh,
8557 : "isis mpls ldp-sync holddown (0-10000)",
8558 : "IS-IS routing protocol\n"
8559 : "MPLS information\n"
8560 : "Enable MPLS LDP-SYNC\n"
8561 : "Time to wait for LDP-SYNC to occur before restoring interface metric\n"
8562 : "Time in seconds\n")
8563 :
8564 : DEFSH (VTYSH_ISISD, isis_mpls_ldp_sync_cmd_vtysh,
8565 : "mpls ldp-sync",
8566 : "MPLS information\n"
8567 : "Enable MPLS LDP-SYNC\n")
8568 :
8569 : DEFSH (VTYSH_ISISD, isis_mpls_ldp_sync_holddown_cmd_vtysh,
8570 : "mpls ldp-sync holddown (0-10000)",
8571 : "MPLS information\n"
8572 : "Enable MPLS LDP-SYNC\n"
8573 : "Time to wait for LDP-SYNC to occur before restoring interface metric\n"
8574 : "Time in seconds\n")
8575 :
8576 : DEFSH (VTYSH_ISISD, isis_mpls_te_export_cmd_vtysh,
8577 : "mpls-te export",
8578 : "MPLS-TE specific commands\n"
8579 : "Enable export of MPLS-TE Link State information\n")
8580 :
8581 : DEFSH (VTYSH_ISISD, isis_mpls_te_inter_as_cmd_vtysh,
8582 : "[no] mpls-te inter-as [level-1|level-1-2|level-2-only]",
8583 : "Negate a command or set its defaults\n"
8584 : "MPLS-TE specific commands\n"
8585 : "Configure MPLS-TE Inter-AS support\n"
8586 : "AREA native mode self originate INTER-AS LSP with L1 only flooding scope\n"
8587 : "AREA native mode self originate INTER-AS LSP with L1 and L2 flooding scope\n"
8588 : "AS native mode self originate INTER-AS LSP with L2 only flooding scope\n")
8589 :
8590 : DEFSH (VTYSH_ISISD, isis_mpls_te_on_cmd_vtysh,
8591 : "mpls-te on",
8592 : "MPLS-TE specific commands\n"
8593 : "Enable the MPLS-TE functionality\n")
8594 :
8595 : DEFSH (VTYSH_ISISD, isis_mpls_te_router_addr_cmd_vtysh,
8596 : "mpls-te router-address A.B.C.D",
8597 : "MPLS-TE specific commands\n"
8598 : "Stable IP address of the advertising router\n"
8599 : "MPLS-TE router address in IPv4 address format\n")
8600 :
8601 : DEFSH (VTYSH_ISISD, isis_mpls_te_router_addr_v6_cmd_vtysh,
8602 : "mpls-te router-address ipv6 X:X::X:X",
8603 : "MPLS-TE specific commands\n"
8604 : "Stable IP address of the advertising router\n"
8605 : "IPv6 address\n"
8606 : "MPLS-TE router address in IPv6 address format\n")
8607 :
8608 : DEFSH (VTYSH_ISISD, isis_network_cmd_vtysh,
8609 : "[no] isis network point-to-point",
8610 : "Negate a command or set its defaults\n"
8611 : "IS-IS routing protocol\n"
8612 : "Set network type\n"
8613 : "point-to-point network type\n")
8614 :
8615 : DEFSH (VTYSH_ISISD, isis_passive_cmd_vtysh,
8616 : "[no] isis passive",
8617 : "Negate a command or set its defaults\n"
8618 : "IS-IS routing protocol\n"
8619 : "Configure the passive mode for interface\n")
8620 :
8621 : DEFSH (VTYSH_ISISD, isis_passwd_cmd_vtysh,
8622 : "isis password <md5|clear>$type WORD$pwd",
8623 : "IS-IS routing protocol\n"
8624 : "Configure the authentication password for a circuit\n"
8625 : "HMAC-MD5 authentication\n"
8626 : "Cleartext password\n"
8627 : "Circuit password\n")
8628 :
8629 : DEFSH (VTYSH_ISISD, isis_priority_cmd_vtysh,
8630 : "isis priority (0-127)$prio [level-1|level-2]$level",
8631 : "IS-IS routing protocol\n"
8632 : "Set priority for Designated Router election\n"
8633 : "Priority value\n"
8634 : "Specify priority for level-1 routing\n"
8635 : "Specify priority for level-2 routing\n")
8636 :
8637 : DEFSH (VTYSH_ISISD, isis_redistribute_cmd_vtysh,
8638 : "[no] redistribute <ipv4$ip <kernel|connected|static|rip|ospf|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$proto|ipv6$ip <kernel|connected|static|ripng|ospf6|bgp|nhrp|table|vnc|babel|sharp|openfabric>$proto> <level-1|level-2>$level[{metric (0-16777215)|route-map RMAP_NAME$route_map}]",
8639 : "Negate a command or set its defaults\n"
8640 : "Redistribute information from another routing protocol\n"
8641 : "Redistribute IPv4 routes\n"
8642 : "Kernel routes (not installed via the zebra RIB)\n"
8643 : "Connected routes (directly attached subnet or host)\n"
8644 : "Statically configured routes\n"
8645 : "Routing Information Protocol (RIP)\n"
8646 : "Open Shortest Path First (OSPFv2)\n"
8647 : "Border Gateway Protocol (BGP)\n"
8648 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
8649 : "Next Hop Resolution Protocol (NHRP)\n"
8650 : "Non-main Kernel Routing Table\n"
8651 : "Virtual Network Control (VNC)\n"
8652 : "Babel routing protocol (Babel)\n"
8653 : "Super Happy Advanced Routing Protocol (sharpd)\n"
8654 : "OpenFabric Routing Protocol\n"
8655 : "Redistribute IPv6 routes\n"
8656 : "Kernel routes (not installed via the zebra RIB)\n"
8657 : "Connected routes (directly attached subnet or host)\n"
8658 : "Statically configured routes\n"
8659 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
8660 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
8661 : "Border Gateway Protocol (BGP)\n"
8662 : "Next Hop Resolution Protocol (NHRP)\n"
8663 : "Non-main Kernel Routing Table\n"
8664 : "Virtual Network Control (VNC)\n"
8665 : "Babel routing protocol (Babel)\n"
8666 : "Super Happy Advanced Routing Protocol (sharpd)\n"
8667 : "OpenFabric Routing Protocol\n"
8668 : "Redistribute into level-1\n"
8669 : "Redistribute into level-2\n"
8670 : "Metric for redistributed routes\n"
8671 : "IS-IS default metric\n"
8672 : "Route map reference\n"
8673 : "Pointer to route-map entries\n")
8674 :
8675 : DEFSH (VTYSH_ISISD, isis_remote_lfa_cmd_vtysh,
8676 : "[no] isis fast-reroute remote-lfa tunnel mpls-ldp [level-1|level-2]$level",
8677 : "Negate a command or set its defaults\n"
8678 : "IS-IS routing protocol\n"
8679 : "Interface IP Fast-reroute configuration\n"
8680 : "Enable remote LFA computation\n"
8681 : "Enable remote LFA computation using tunnels\n"
8682 : "Use MPLS LDP tunnel to reach the remote LFA node\n"
8683 : "Enable LFA computation for Level 1 only\n"
8684 : "Enable LFA computation for Level 2 only\n")
8685 :
8686 : DEFSH (VTYSH_ISISD, isis_remote_lfa_max_metric_cmd_vtysh,
8687 : "[no] isis fast-reroute remote-lfa maximum-metric (1-16777215)$metric [level-1|level-2]$level",
8688 : "Negate a command or set its defaults\n"
8689 : "IS-IS routing protocol\n"
8690 : "Interface IP Fast-reroute configuration\n"
8691 : "Enable remote LFA computation\n"
8692 : "Limit remote LFA node selection within the metric\n"
8693 : "Value of the metric\n"
8694 : "Enable LFA computation for Level 1 only\n"
8695 : "Enable LFA computation for Level 2 only\n")
8696 :
8697 : DEFSH (VTYSH_ISISD, isis_sr_enable_cmd_vtysh,
8698 : "segment-routing on",
8699 : "Segment-Routing specific commands\n"
8700 : "Enable Segment Routing\n")
8701 :
8702 : DEFSH (VTYSH_ISISD, isis_sr_global_block_label_range_cmd_vtysh,
8703 : "segment-routing global-block (16-1048575)$gb_lower_bound (16-1048575)$gb_upper_bound [local-block (16-1048575)$lb_lower_bound (16-1048575)$lb_upper_bound]",
8704 : "Segment-Routing specific commands\n"
8705 : "Segment Routing Global Block label range\n"
8706 : "The lower bound of the global block\n"
8707 : "The upper bound of the global block (block size may not exceed 65535)\n"
8708 : "Segment Routing Local Block label range\n"
8709 : "The lower bound of the local block\n"
8710 : "The upper bound of the local block (block size may not exceed 65535)\n")
8711 :
8712 : DEFSH (VTYSH_ISISD, isis_sr_node_msd_cmd_vtysh,
8713 : "segment-routing node-msd (1-16)$msd",
8714 : "Segment-Routing specific commands\n"
8715 : "Maximum Stack Depth for this router\n"
8716 : "Maximum number of label that can be stack (1-16)\n")
8717 :
8718 : DEFSH (VTYSH_ISISD, isis_sr_prefix_sid_cmd_vtysh,
8719 : "segment-routing prefix <A.B.C.D/M|X:X::X:X/M>$prefix <absolute$sid_type (16-1048575)$sid_value|index$sid_type (0-65535)$sid_value> [<no-php-flag|explicit-null>$lh_behavior] [n-flag-clear$n_flag_clear]",
8720 : "Segment-Routing specific commands\n"
8721 : "Prefix SID\n"
8722 : "IPv4 Prefix\n"
8723 : "IPv6 Prefix\n"
8724 : "Specify the absolute value of Prefix Segment ID\n"
8725 : "The Prefix Segment ID value\n"
8726 : "Specify the index of Prefix Segment ID\n"
8727 : "The Prefix Segment ID index\n"
8728 : "Don't request Penultimate Hop Popping (PHP)\n"
8729 : "Upstream neighbor must replace prefix-sid with explicit null label\n"
8730 : "Not a node SID\n")
8731 :
8732 : DEFSH (VTYSH_ISISD, isis_threeway_adj_cmd_vtysh,
8733 : "[no] isis three-way-handshake",
8734 : "Negate a command or set its defaults\n"
8735 : "IS-IS commands\n"
8736 : "Enable/Disable three-way handshake\n")
8737 :
8738 : DEFSH (VTYSH_ISISD, isis_ti_lfa_cmd_vtysh,
8739 : "[no] isis fast-reroute ti-lfa [level-1|level-2]$level [node-protection$node_protection [link-fallback$link_fallback]]",
8740 : "Negate a command or set its defaults\n"
8741 : "IS-IS routing protocol\n"
8742 : "Interface IP Fast-reroute configuration\n"
8743 : "Enable TI-LFA computation\n"
8744 : "Enable TI-LFA computation for Level 1 only\n"
8745 : "Enable TI-LFA computation for Level 2 only\n"
8746 : "Protect against node failures\n"
8747 : "Enable link-protection fallback\n")
8748 :
8749 : DEFSH (VTYSH_ISISD, isis_topology_cmd_vtysh,
8750 : "[no] topology <standard|ipv4-unicast|ipv4-mgmt|ipv6-unicast|ipv4-multicast|ipv6-multicast|ipv6-mgmt|ipv6-dstsrc>$topology [overload]$overload",
8751 : "Negate a command or set its defaults\n"
8752 : "Configure IS-IS topologies\n"
8753 : "standard topology\n"
8754 : "IPv4 unicast topology\n"
8755 : "IPv4 management topology\n"
8756 : "IPv6 unicast topology\n"
8757 : "IPv4 multicast topology\n"
8758 : "IPv6 multicast topology\n"
8759 : "IPv6 management topology\n"
8760 : "IPv6 dst-src topology\n"
8761 : "Set overload bit for topology\n")
8762 :
8763 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, key_string_cmd_vtysh,
8764 : "key-string LINE",
8765 : "Set key string\n"
8766 : "The key\n")
8767 :
8768 : DEFSH (VTYSH_LDPD, ldp_allow_broken_lsps_cmd_vtysh,
8769 : "[no] install allow-broken-lsps",
8770 : "Negate a command or set its defaults\n"
8771 : "install lsps\n"
8772 : "if no remote-label install with imp-null\n")
8773 :
8774 : DEFSH (VTYSH_LDPD, ldp_bridge_cmd_vtysh,
8775 : "[no] bridge IFNAME$ifname",
8776 : "Negate a command or set its defaults\n"
8777 : "Bridge interface\n"
8778 : "Interface's name\n")
8779 :
8780 : DEFSH (VTYSH_LDPD, ldp_clear_mpls_ldp_neighbor_cmd_vtysh,
8781 : "clear mpls ldp neighbor [<A.B.C.D|X:X::X:X>]$address",
8782 : "Reset functions\n"
8783 : "Reset MPLS statistical information\n"
8784 : "Clear LDP state\n"
8785 : "Clear LDP neighbor sessions\n"
8786 : "IPv4 address\n"
8787 : "IPv6 address\n")
8788 :
8789 : DEFSH (VTYSH_LDPD, ldp_control_word_cmd_vtysh,
8790 : "[no] control-word <exclude|include>$preference",
8791 : "Negate a command or set its defaults\n"
8792 : "Control-word options\n"
8793 : "Exclude control-word in pseudowire packets\n"
8794 : "Include control-word in pseudowire packets\n")
8795 :
8796 : DEFSH (VTYSH_LDPD, ldp_debug_mpls_ldp_discovery_hello_cmd_vtysh,
8797 : "[no] debug mpls ldp discovery hello <recv|sent>$dir",
8798 : "Negate a command or set its defaults\n"
8799 : "Debugging functions\n"
8800 : "MPLS information\n"
8801 : "Label Distribution Protocol\n"
8802 : "Discovery messages\n"
8803 : "Discovery hello message\n"
8804 : "Received messages\n"
8805 : "Sent messages\n")
8806 :
8807 : DEFSH (VTYSH_LDPD, ldp_debug_mpls_ldp_messages_recv_cmd_vtysh,
8808 : "[no] debug mpls ldp messages recv [all]$all",
8809 : "Negate a command or set its defaults\n"
8810 : "Debugging functions\n"
8811 : "MPLS information\n"
8812 : "Label Distribution Protocol\n"
8813 : "Messages\n"
8814 : "Received messages, excluding periodic Keep Alives\n"
8815 : "Received messages, including periodic Keep Alives\n")
8816 :
8817 : DEFSH (VTYSH_LDPD, ldp_debug_mpls_ldp_messages_sent_cmd_vtysh,
8818 : "[no] debug mpls ldp messages sent [all]$all",
8819 : "Negate a command or set its defaults\n"
8820 : "Debugging functions\n"
8821 : "MPLS information\n"
8822 : "Label Distribution Protocol\n"
8823 : "Messages\n"
8824 : "Sent messages, excluding periodic Keep Alives\n"
8825 : "Sent messages, including periodic Keep Alives\n")
8826 :
8827 : DEFSH (VTYSH_LDPD, ldp_debug_mpls_ldp_type_cmd_vtysh,
8828 : "[no] debug mpls ldp <errors|event|labels|sync|zebra>$type",
8829 : "Negate a command or set its defaults\n"
8830 : "Debugging functions\n"
8831 : "MPLS information\n"
8832 : "Label Distribution Protocol\n"
8833 : "Errors\n"
8834 : "LDP event information\n"
8835 : "LDP label allocation information\n"
8836 : "LDP sync information\n"
8837 : "LDP zebra information\n")
8838 :
8839 : DEFSH (VTYSH_LDPD, ldp_discovery_link_holdtime_cmd_vtysh,
8840 : "[no] discovery hello holdtime (1-65535)$holdtime",
8841 : "Negate a command or set its defaults\n"
8842 : "Configure discovery parameters\n"
8843 : "LDP Link Hellos\n"
8844 : "Hello holdtime\n"
8845 : "Time (seconds) - 65535 implies infinite\n")
8846 :
8847 : DEFSH (VTYSH_LDPD, ldp_discovery_link_interval_cmd_vtysh,
8848 : "[no] discovery hello interval (1-65535)$interval",
8849 : "Negate a command or set its defaults\n"
8850 : "Configure discovery parameters\n"
8851 : "LDP Link Hellos\n"
8852 : "Hello interval\n"
8853 : "Time (seconds)\n")
8854 :
8855 : DEFSH (VTYSH_LDPD, ldp_discovery_targeted_hello_accept_cmd_vtysh,
8856 : "[no] discovery targeted-hello accept [from ACCESSLIST_NAME$from_acl]",
8857 : "Negate a command or set its defaults\n"
8858 : "Configure discovery parameters\n"
8859 : "LDP Targeted Hellos\n"
8860 : "Accept and respond to targeted hellos\n"
8861 : "Access list to specify acceptable targeted hello source\n"
8862 : "IP access-list name\n")
8863 :
8864 : DEFSH (VTYSH_LDPD, ldp_discovery_targeted_holdtime_cmd_vtysh,
8865 : "[no] discovery targeted-hello holdtime (1-65535)$holdtime",
8866 : "Negate a command or set its defaults\n"
8867 : "Configure discovery parameters\n"
8868 : "LDP Targeted Hellos\n"
8869 : "Hello holdtime\n"
8870 : "Time (seconds) - 65535 implies infinite\n")
8871 :
8872 : DEFSH (VTYSH_LDPD, ldp_discovery_targeted_interval_cmd_vtysh,
8873 : "[no] discovery targeted-hello interval (1-65535)$interval",
8874 : "Negate a command or set its defaults\n"
8875 : "Configure discovery parameters\n"
8876 : "LDP Targeted Hellos\n"
8877 : "Hello interval\n"
8878 : "Time (seconds)\n")
8879 :
8880 : DEFSH (VTYSH_LDPD, ldp_discovery_transport_address_ipv4_cmd_vtysh,
8881 : "[no] discovery transport-address A.B.C.D$address",
8882 : "Negate a command or set its defaults\n"
8883 : "Configure discovery parameters\n"
8884 : "Specify transport address for TCP connection\n"
8885 : "IP address to be used as transport address\n")
8886 :
8887 : DEFSH (VTYSH_LDPD, ldp_discovery_transport_address_ipv6_cmd_vtysh,
8888 : "[no] discovery transport-address X:X::X:X$address",
8889 : "Negate a command or set its defaults\n"
8890 : "Configure discovery parameters\n"
8891 : "Specify transport address for TCP connection\n"
8892 : "IPv6 address to be used as transport address\n")
8893 :
8894 : DEFSH (VTYSH_LDPD, ldp_dual_stack_cisco_interop_cmd_vtysh,
8895 : "[no] dual-stack cisco-interop",
8896 : "Negate a command or set its defaults\n"
8897 : "Configure dual stack parameters\n"
8898 : "Use Cisco non-compliant format to send and interpret the Dual-Stack capability TLV\n")
8899 :
8900 : DEFSH (VTYSH_LDPD, ldp_dual_stack_transport_connection_prefer_ipv4_cmd_vtysh,
8901 : "[no] dual-stack transport-connection prefer ipv4",
8902 : "Negate a command or set its defaults\n"
8903 : "Configure dual stack parameters\n"
8904 : "Configure TCP transport parameters\n"
8905 : "Configure preferred address family for TCP transport connection with neighbor\n"
8906 : "IPv4\n")
8907 :
8908 : DEFSH (VTYSH_LDPD, ldp_label_local_advertise_cmd_vtysh,
8909 : "[no] label local advertise [{to ACCESSLIST_NAME$to_acl|for ACCESSLIST_NAME$for_acl}]",
8910 : "Negate a command or set its defaults\n"
8911 : "Configure label control and policies\n"
8912 : "Configure local label control and policies\n"
8913 : "Configure outbound label advertisement control\n"
8914 : "IP Access-list specifying controls on LDP Peers\n"
8915 : "IP access-list name\n"
8916 : "IP access-list for destination prefixes\n"
8917 : "IP access-list name\n")
8918 :
8919 : DEFSH (VTYSH_LDPD, ldp_label_local_advertise_explicit_null_cmd_vtysh,
8920 : "[no] label local advertise explicit-null [for ACCESSLIST_NAME$for_acl]",
8921 : "Negate a command or set its defaults\n"
8922 : "Configure label control and policies\n"
8923 : "Configure local label control and policies\n"
8924 : "Configure outbound label advertisement control\n"
8925 : "Configure explicit-null advertisement\n"
8926 : "IP access-list for destination prefixes\n"
8927 : "IP access-list name\n")
8928 :
8929 : DEFSH (VTYSH_LDPD, ldp_label_local_allocate_cmd_vtysh,
8930 : "[no] label local allocate <host-routes$host_routes|for ACCESSLIST_NAME$for_acl>",
8931 : "Negate a command or set its defaults\n"
8932 : "Configure label control and policies\n"
8933 : "Configure local label control and policies\n"
8934 : "Configure label allocation control\n"
8935 : "allocate local label for host routes only\n"
8936 : "IP access-list\n"
8937 : "IP access-list name\n")
8938 :
8939 : DEFSH (VTYSH_LDPD, ldp_label_remote_accept_cmd_vtysh,
8940 : "[no] label remote accept {from ACCESSLIST_NAME$from_acl|for ACCESSLIST_NAME$for_acl}",
8941 : "Negate a command or set its defaults\n"
8942 : "Configure label control and policies\n"
8943 : "Configure remote/peer label control and policies\n"
8944 : "Configure inbound label acceptance control\n"
8945 : "Neighbor from whom to accept label advertisement\n"
8946 : "IP access-list name\n"
8947 : "IP access-list for destination prefixes\n"
8948 : "IP access-list name\n")
8949 :
8950 : DEFSH (VTYSH_LDPD, ldp_member_interface_cmd_vtysh,
8951 : "[no] member interface IFNAME$ifname",
8952 : "Negate a command or set its defaults\n"
8953 : "L2VPN member configuration\n"
8954 : "Local interface\n"
8955 : "Interface's name\n")
8956 :
8957 : DEFSH (VTYSH_LDPD, ldp_mtu_cmd_vtysh,
8958 : "[no] mtu (1500-9180)$mtu",
8959 : "Negate a command or set its defaults\n"
8960 : "Set Maximum Transmission Unit\n"
8961 : "Maximum Transmission Unit value\n")
8962 :
8963 : DEFSH (VTYSH_LDPD, ldp_neighbor_address_cmd_vtysh,
8964 : "[no] neighbor address <A.B.C.D|X:X::X:X>$pw_address",
8965 : "Negate a command or set its defaults\n"
8966 : "Remote endpoint configuration\n"
8967 : "Specify the IPv4 or IPv6 address of the remote endpoint\n"
8968 : "IPv4 address\n"
8969 : "IPv6 address\n")
8970 :
8971 : DEFSH (VTYSH_LDPD, ldp_neighbor_ipv4_targeted_cmd_vtysh,
8972 : "[no] neighbor A.B.C.D$address targeted",
8973 : "Negate a command or set its defaults\n"
8974 : "Configure neighbor parameters\n"
8975 : "IP address of neighbor\n"
8976 : "Establish targeted session\n")
8977 :
8978 : DEFSH (VTYSH_LDPD, ldp_neighbor_ipv6_targeted_cmd_vtysh,
8979 : "[no] neighbor X:X::X:X$address targeted",
8980 : "Negate a command or set its defaults\n"
8981 : "Configure neighbor parameters\n"
8982 : "IPv6 address of neighbor\n"
8983 : "Establish targeted session\n")
8984 :
8985 : DEFSH (VTYSH_LDPD, ldp_neighbor_lsr_id_cmd_vtysh,
8986 : "[no] neighbor lsr-id A.B.C.D$address",
8987 : "Negate a command or set its defaults\n"
8988 : "Remote endpoint configuration\n"
8989 : "Specify the LSR-ID of the remote endpoint\n"
8990 : "IPv4 address\n")
8991 :
8992 : DEFSH (VTYSH_LDPD, ldp_neighbor_password_cmd_vtysh,
8993 : "[no] neighbor A.B.C.D$neighbor password WORD$password",
8994 : "Negate a command or set its defaults\n"
8995 : "Configure neighbor parameters\n"
8996 : "LDP Id of neighbor\n"
8997 : "Configure password for MD5 authentication\n"
8998 : "The password\n")
8999 :
9000 : DEFSH (VTYSH_LDPD, ldp_neighbor_session_holdtime_cmd_vtysh,
9001 : "[no] neighbor A.B.C.D$neighbor session holdtime (15-65535)$holdtime",
9002 : "Negate a command or set its defaults\n"
9003 : "Configure neighbor parameters\n"
9004 : "LDP Id of neighbor\n"
9005 : "Configure session parameters\n"
9006 : "Configure session holdtime\n"
9007 : "Time (seconds)\n")
9008 :
9009 : DEFSH (VTYSH_LDPD, ldp_neighbor_ttl_security_cmd_vtysh,
9010 : "[no] neighbor A.B.C.D$neighbor ttl-security <disable|hops (1-254)$hops>",
9011 : "Negate a command or set its defaults\n"
9012 : "Configure neighbor parameters\n"
9013 : "LDP Id of neighbor\n"
9014 : "LDP ttl security check\n"
9015 : "Disable ttl security\n"
9016 : "IP hops\n"
9017 : "maximum number of hops\n")
9018 :
9019 : DEFSH (VTYSH_LDPD, ldp_ordered_control_cmd_vtysh,
9020 : "[no] ordered-control",
9021 : "Negate a command or set its defaults\n"
9022 : "Configure LDP ordered label distribution control mode\n")
9023 :
9024 : DEFSH (VTYSH_LDPD, ldp_pw_id_cmd_vtysh,
9025 : "[no] pw-id (1-4294967295)$pwid",
9026 : "Negate a command or set its defaults\n"
9027 : "Set the Virtual Circuit ID\n"
9028 : "Virtual Circuit ID value\n")
9029 :
9030 : DEFSH (VTYSH_LDPD, ldp_pw_status_disable_cmd_vtysh,
9031 : "[no] pw-status disable",
9032 : "Negate a command or set its defaults\n"
9033 : "Configure PW status\n"
9034 : "Disable PW status\n")
9035 :
9036 : DEFSH (VTYSH_LDPD, ldp_router_id_cmd_vtysh,
9037 : "[no] router-id A.B.C.D$address",
9038 : "Negate a command or set its defaults\n"
9039 : "Configure router Id\n"
9040 : "LSR Id (in form of an IPv4 address)\n")
9041 :
9042 : DEFSH (VTYSH_LDPD, ldp_session_holdtime_cmd_vtysh,
9043 : "[no] session holdtime (15-65535)$holdtime",
9044 : "Negate a command or set its defaults\n"
9045 : "Configure session parameters\n"
9046 : "Configure session holdtime\n"
9047 : "Time (seconds)\n")
9048 :
9049 : DEFSH (VTYSH_LDPD, ldp_show_l2vpn_atom_binding_cmd_vtysh,
9050 : "show l2vpn atom binding [{ A.B.C.D$peer |local-label (16-1048575)$local_label |remote-label (16-1048575)$remote_label }] [json]$json",
9051 : "Show running system information\n"
9052 : "Show information about Layer2 VPN\n"
9053 : "Show Any Transport over MPLS information\n"
9054 : "Show AToM label binding information\n"
9055 : "Destination address of the VC\n"
9056 : "Match locally assigned label values\n"
9057 : "Locally assigned label value\n"
9058 : "Match remotely assigned label values\n"
9059 : "Remotely assigned label value\n"
9060 : "JavaScript Object Notation\n")
9061 :
9062 : DEFSH (VTYSH_LDPD, ldp_show_l2vpn_atom_vc_cmd_vtysh,
9063 : "show l2vpn atom vc [{ A.B.C.D$peer |interface IFNAME$ifname |vc-id (1-4294967295)$vcid }] [json]$json",
9064 : "Show running system information\n"
9065 : "Show information about Layer2 VPN\n"
9066 : "Show Any Transport over MPLS information\n"
9067 : "Show AToM virtual circuit information\n"
9068 : "Destination address of the VC\n"
9069 : "Local interface of the pseudowire\n"
9070 : "Interface's name\n"
9071 : "VC ID\n"
9072 : "VC ID\n"
9073 : "JavaScript Object Notation\n")
9074 :
9075 : DEFSH (VTYSH_LDPD, ldp_show_mpls_ldp_binding_cmd_vtysh,
9076 : "show mpls ldp [<ipv4|ipv6>]$af binding [<A.B.C.D/M|X:X::X:X/M>$prefix [longer-prefixes$longer_prefixes]] [{ neighbor A.B.C.D$nbr |local-label (0-1048575)$local_label |remote-label (0-1048575)$remote_label }] [detail]$detail [json]$json",
9077 : "Show running system information\n"
9078 : "MPLS information\n"
9079 : "Label Distribution Protocol\n"
9080 : "IPv4 Address Family\n"
9081 : "IPv6 Address Family\n"
9082 : "Label Information Base (LIB) information\n"
9083 : "Destination prefix (IPv4)\n"
9084 : "Destination prefix (IPv6)\n"
9085 : "Include longer matches\n"
9086 : "Display labels from LDP neighbor\n"
9087 : "Neighbor LSR-ID\n"
9088 : "Match locally assigned label values\n"
9089 : "Locally assigned label value\n"
9090 : "Match remotely assigned label values\n"
9091 : "Remotely assigned label value\n"
9092 : "Show detailed information\n"
9093 : "JavaScript Object Notation\n")
9094 :
9095 : DEFSH (VTYSH_LDPD, ldp_show_mpls_ldp_capabilities_cmd_vtysh,
9096 : "show mpls ldp capabilities [json]$json",
9097 : "Show running system information\n"
9098 : "MPLS information\n"
9099 : "Label Distribution Protocol\n"
9100 : "Display LDP Capabilities information\n"
9101 : "JavaScript Object Notation\n")
9102 :
9103 : DEFSH (VTYSH_LDPD, ldp_show_mpls_ldp_discovery_cmd_vtysh,
9104 : "show mpls ldp [<ipv4|ipv6>]$af discovery [detail]$detail [json]$json",
9105 : "Show running system information\n"
9106 : "MPLS information\n"
9107 : "Label Distribution Protocol\n"
9108 : "IPv4 Address Family\n"
9109 : "IPv6 Address Family\n"
9110 : "Discovery Hello Information\n"
9111 : "Show detailed information\n"
9112 : "JavaScript Object Notation\n")
9113 :
9114 : DEFSH (VTYSH_LDPD, ldp_show_mpls_ldp_igp_sync_cmd_vtysh,
9115 : "show mpls ldp igp-sync [json]$json",
9116 : "Show mpls ldp ldp-sync information\n"
9117 : "MPLS information\n"
9118 : "Label Distribution Protocol\n"
9119 : "LDP-IGP Sync information\n"
9120 : "JavaScript Object Notation\n")
9121 :
9122 : DEFSH (VTYSH_LDPD, ldp_show_mpls_ldp_interface_cmd_vtysh,
9123 : "show mpls ldp [<ipv4|ipv6>]$af interface [json]$json",
9124 : "Show running system information\n"
9125 : "MPLS information\n"
9126 : "Label Distribution Protocol\n"
9127 : "IPv4 Address Family\n"
9128 : "IPv6 Address Family\n"
9129 : "interface information\n"
9130 : "JavaScript Object Notation\n")
9131 :
9132 : DEFSH (VTYSH_LDPD, ldp_show_mpls_ldp_neighbor_capabilities_cmd_vtysh,
9133 : "show mpls ldp neighbor [A.B.C.D]$lsr_id capabilities [json]$json",
9134 : "Show running system information\n"
9135 : "MPLS information\n"
9136 : "Label Distribution Protocol\n"
9137 : "Neighbor information\n"
9138 : "Neighbor LSR-ID\n"
9139 : "Display neighbor capability information\n"
9140 : "JavaScript Object Notation\n")
9141 :
9142 : DEFSH (VTYSH_LDPD, ldp_show_mpls_ldp_neighbor_cmd_vtysh,
9143 : "show mpls ldp neighbor [A.B.C.D]$lsr_id [detail]$detail [json]$json",
9144 : "Show running system information\n"
9145 : "MPLS information\n"
9146 : "Label Distribution Protocol\n"
9147 : "Neighbor information\n"
9148 : "Neighbor LSR-ID\n"
9149 : "Show detailed information\n"
9150 : "JavaScript Object Notation\n")
9151 :
9152 : DEFSH (VTYSH_LDPD, ldp_ttl_security_disable_cmd_vtysh,
9153 : "[no] ttl-security disable",
9154 : "Negate a command or set its defaults\n"
9155 : "LDP ttl security check\n"
9156 : "Disable ttl security\n")
9157 :
9158 : DEFSH (VTYSH_LDPD, ldp_vc_type_cmd_vtysh,
9159 : "[no] vc type <ethernet|ethernet-tagged>$vc_type",
9160 : "Negate a command or set its defaults\n"
9161 : "Virtual Circuit options\n"
9162 : "Virtual Circuit type to use\n"
9163 : "Ethernet (type 5)\n"
9164 : "Ethernet-tagged (type 4)\n")
9165 :
9166 : DEFSH (VTYSH_LDPD, ldp_wait_for_sync_cmd_vtysh,
9167 : "[no] wait-for-sync (1-10000)$waitforsync",
9168 : "Negate a command or set its defaults\n"
9169 : "Time to wait for LDP-IGP Sync to complete label exchange\n"
9170 : "Time (seconds)\n")
9171 :
9172 : DEFSH (VTYSH_ZEBRA, link_params_admin_grp_cmd_vtysh,
9173 : "admin-grp BITPATTERN",
9174 : "Administrative group membership\n"
9175 : "32-bit Hexadecimal value (e.g. 0xa1)\n")
9176 :
9177 : DEFSH (VTYSH_ZEBRA, link_params_ava_bw_cmd_vtysh,
9178 : "ava-bw BANDWIDTH",
9179 : "Unidirectional Available Bandwidth\n"
9180 : "Bytes/second (IEEE floating point format)\n")
9181 :
9182 : DEFSH (VTYSH_ZEBRA, link_params_delay_cmd_vtysh,
9183 : "delay (0-16777215) [min (0-16777215) max (0-16777215)]",
9184 : "Unidirectional Average Link Delay\n"
9185 : "Average delay in micro-second as decimal (0...16777215)\n"
9186 : "Minimum delay\n"
9187 : "Minimum delay in micro-second as decimal (0...16777215)\n"
9188 : "Maximum delay\n"
9189 : "Maximum delay in micro-second as decimal (0...16777215)\n")
9190 :
9191 : DEFSH (VTYSH_ZEBRA, link_params_delay_var_cmd_vtysh,
9192 : "delay-variation (0-16777215)",
9193 : "Unidirectional Link Delay Variation\n"
9194 : "delay variation in micro-second as decimal (0...16777215)\n")
9195 :
9196 : DEFSH (VTYSH_ZEBRA, link_params_enable_cmd_vtysh,
9197 : "enable",
9198 : "Activate link parameters on this interface\n")
9199 :
9200 : DEFSH (VTYSH_ZEBRA, link_params_inter_as_cmd_vtysh,
9201 : "neighbor A.B.C.D as (1-4294967295)",
9202 : "Configure remote ASBR information (Neighbor IP address and AS number)\n"
9203 : "Remote IP address in dot decimal A.B.C.D\n"
9204 : "Remote AS number\n"
9205 : "AS number in the range <1-4294967295>\n")
9206 :
9207 : DEFSH (VTYSH_ZEBRA, link_params_max_rsv_bw_cmd_vtysh,
9208 : "max-rsv-bw BANDWIDTH",
9209 : "Maximum bandwidth that may be reserved\n"
9210 : "Bytes/second (IEEE floating point format)\n")
9211 :
9212 : DEFSH (VTYSH_ZEBRA, link_params_maxbw_cmd_vtysh,
9213 : "max-bw BANDWIDTH",
9214 : "Maximum bandwidth that can be used\n"
9215 : "Bytes/second (IEEE floating point format)\n")
9216 :
9217 : DEFSH (VTYSH_ZEBRA, link_params_metric_cmd_vtysh,
9218 : "metric (0-4294967295)",
9219 : "Link metric for MPLS-TE purpose\n"
9220 : "Metric value in decimal\n")
9221 :
9222 : DEFSH (VTYSH_ZEBRA, link_params_pkt_loss_cmd_vtysh,
9223 : "packet-loss PERCENTAGE",
9224 : "Unidirectional Link Packet Loss\n"
9225 : "percentage of total traffic by 0.000003% step and less than 50.331642%\n")
9226 :
9227 : DEFSH (VTYSH_ZEBRA, link_params_res_bw_cmd_vtysh,
9228 : "res-bw BANDWIDTH",
9229 : "Unidirectional Residual Bandwidth\n"
9230 : "Bytes/second (IEEE floating point format)\n")
9231 :
9232 : DEFSH (VTYSH_ZEBRA, link_params_unrsv_bw_cmd_vtysh,
9233 : "unrsv-bw (0-7) BANDWIDTH",
9234 : "Unreserved bandwidth at each priority level\n"
9235 : "Priority\n"
9236 : "Bytes/second (IEEE floating point format)\n")
9237 :
9238 : DEFSH (VTYSH_ZEBRA, link_params_use_bw_cmd_vtysh,
9239 : "use-bw BANDWIDTH",
9240 : "Unidirectional Utilised Bandwidth\n"
9241 : "Bytes/second (IEEE floating point format)\n")
9242 :
9243 : DEFSH (VTYSH_ZEBRA, linkdetect_cmd_vtysh,
9244 : "link-detect",
9245 : "Enable link detection on interface\n")
9246 :
9247 : DEFSH (VTYSH_ZEBRA, locator_behavior_cmd_vtysh,
9248 : "[no] behavior usid",
9249 : "Negate a command or set its defaults\n"
9250 : "Configure SRv6 behavior\n"
9251 : "Specify SRv6 behavior uSID\n")
9252 :
9253 : DEFSH (VTYSH_ZEBRA, locator_prefix_cmd_vtysh,
9254 : "prefix X:X::X:X/M$prefix [block-len (16-64)$block_bit_len] [node-len (16-64)$node_bit_len] [func-bits (0-64)$func_bit_len]",
9255 : "Configure SRv6 locator prefix\n"
9256 : "Specify SRv6 locator prefix\n"
9257 : "Configure SRv6 locator block length in bits\n"
9258 : "Specify SRv6 locator block length in bits\n"
9259 : "Configure SRv6 locator node length in bits\n"
9260 : "Specify SRv6 locator node length in bits\n"
9261 : "Configure SRv6 locator function length in bits\n"
9262 : "Specify SRv6 locator function length in bits\n")
9263 :
9264 : DEFSH (VTYSH_ISISD, log_adj_changes_cmd_vtysh,
9265 : "[no] log-adjacency-changes",
9266 : "Negate a command or set its defaults\n"
9267 : "Log changes in adjacency state\n")
9268 :
9269 : DEFSH (VTYSH_ALL, log_commands_cmd_vtysh,
9270 : "[no] log commands",
9271 : "Negate a command or set its defaults\n"
9272 : "Logging control\n"
9273 : "Log all commands\n")
9274 :
9275 : DEFSH (VTYSH_ALL, log_filter_clear_cmd_vtysh,
9276 : "clear log filter-text",
9277 : "Reset functions\n"
9278 : "Logging control\n"
9279 : "Filter Logs\n")
9280 :
9281 : DEFSH (VTYSH_ALL, log_filter_cmd_vtysh,
9282 : "[no] log filter-text WORD$filter",
9283 : "Negate a command or set its defaults\n"
9284 : "Logging control\n"
9285 : "Filter Logs\n"
9286 : "String to filter by\n")
9287 :
9288 : DEFSH (VTYSH_ALL, log_immediate_mode_cmd_vtysh,
9289 : "[no] log immediate-mode",
9290 : "Negate a command or set its defaults\n"
9291 : "Logging control\n"
9292 : "Output immediately, without buffering\n")
9293 :
9294 : DEFSH (VTYSH_SHARPD, logpump_cmd_vtysh,
9295 : "sharp logpump duration (1-60) frequency (1-1000000) burst (1-1000)",
9296 : "Sharp Routing Protocol\n"
9297 : "Generate bulk log messages for testing\n"
9298 : "Duration of run (s)\n"
9299 : "Duration of run (s)\n"
9300 : "Frequency of bursts (s^-1)\n"
9301 : "Frequency of bursts (s^-1)\n"
9302 : "Number of log messages per each burst\n"
9303 : "Number of log messages per each burst\n")
9304 :
9305 : DEFSH (VTYSH_ISISD, lsp_gen_interval_cmd_vtysh,
9306 : "lsp-gen-interval [level-1|level-2]$level (1-120)$val",
9307 : "Minimum interval between regenerating same LSP\n"
9308 : "Set interval for level 1 only\n"
9309 : "Set interval for level 2 only\n"
9310 : "Minimum interval in seconds\n")
9311 :
9312 : DEFSH (VTYSH_ISISD, lsp_refresh_interval_cmd_vtysh,
9313 : "lsp-refresh-interval [level-1|level-2]$level (1-65235)$val",
9314 : "LSP refresh interval\n"
9315 : "LSP refresh interval for Level 1 only\n"
9316 : "LSP refresh interval for Level 2 only\n"
9317 : "LSP refresh interval in seconds\n")
9318 :
9319 : DEFSH (VTYSH_ISISD, lsp_timers_cmd_vtysh,
9320 : "lsp-timers [level-1|level-2]$level gen-interval (1-120)$gen refresh-interval (1-65235)$refresh max-lifetime (350-65535)$lifetime",
9321 : "LSP-related timers\n"
9322 : "LSP-related timers for Level 1 only\n"
9323 : "LSP-related timers for Level 2 only\n"
9324 : "Minimum interval between regenerating same LSP\n"
9325 : "Generation interval in seconds\n"
9326 : "LSP refresh interval\n"
9327 : "LSP refresh interval in seconds\n"
9328 : "Maximum LSP lifetime\n"
9329 : "Maximum LSP lifetime in seconds\n")
9330 :
9331 : DEFSH (VTYSH_ACL, mac_access_list_cmd_vtysh,
9332 : "mac access-list ACCESSLIST_MAC_NAME$name [seq (1-4294967295)$seq] <deny|permit>$action <X:X:X:X:X:X$mac|any>",
9333 : "MAC address\n"
9334 : "Access list entry\n"
9335 : "Access list name\n"
9336 : "Sequence number of an entry\n"
9337 : "Sequence number\n"
9338 : "Specify packets to reject\n"
9339 : "Specify packets to forward\n"
9340 : "MAC address\n"
9341 : "Match any MAC address\n")
9342 :
9343 : DEFSH (VTYSH_ACL, mac_access_list_remark_cmd_vtysh,
9344 : "mac access-list ACCESSLIST_MAC_NAME$name remark LINE...",
9345 : "MAC address\n"
9346 : "Access list entry\n"
9347 : "Access list name\n"
9348 : "Access list entry comment\n"
9349 : "Comment up to 100 characters\n")
9350 :
9351 : DEFSH (VTYSH_BGPD, match_alias_cmd_vtysh,
9352 : "match alias ALIAS_NAME",
9353 : "Match values from routing table\n"
9354 : "Match BGP community alias name\n"
9355 : "BGP community alias name\n")
9356 :
9357 : DEFSH (VTYSH_BGPD, match_aspath_cmd_vtysh,
9358 : "match as-path AS_PATH_FILTER_NAME",
9359 : "Match values from routing table\n"
9360 : "Match BGP AS path list\n"
9361 : "AS path access-list name\n")
9362 :
9363 : DEFSH (VTYSH_BGPD, match_community_cmd_vtysh,
9364 : "match community <(1-99)|(100-500)|COMMUNITY_LIST_NAME> [exact-match]",
9365 : "Match values from routing table\n"
9366 : "Match BGP community list\n"
9367 : "Community-list number (standard)\n"
9368 : "Community-list number (expanded)\n"
9369 : "Community-list name\n"
9370 : "Do exact matching of communities\n")
9371 :
9372 : DEFSH (VTYSH_BGPD, match_ecommunity_cmd_vtysh,
9373 : "match extcommunity <(1-99)|(100-500)|EXTCOMMUNITY_LIST_NAME>",
9374 : "Match values from routing table\n"
9375 : "Match BGP/VPN extended community list\n"
9376 : "Extended community-list number (standard)\n"
9377 : "Extended community-list number (expanded)\n"
9378 : "Extended community-list name\n")
9379 :
9380 : DEFSH (VTYSH_BGPD, match_evpn_default_route_cmd_vtysh,
9381 : "match evpn default-route",
9382 : "Match values from routing table\n"
9383 : "Ethernet Virtual Private Network\n"
9384 : "default EVPN type-5 route\n")
9385 :
9386 : DEFSH (VTYSH_BGPD, match_evpn_rd_cmd_vtysh,
9387 : "match evpn rd ASN:NN_OR_IP-ADDRESS:NN",
9388 : "Match values from routing table\n"
9389 : "Ethernet Virtual Private Network\n"
9390 : "Route Distinguisher\n"
9391 : "ASN:XX or A.B.C.D:XX\n")
9392 :
9393 : DEFSH (VTYSH_BGPD, match_evpn_route_type_cmd_vtysh,
9394 : "match evpn route-type <ead|1|macip|2|multicast|3|es|4|prefix|5>",
9395 : "Match values from routing table\n"
9396 : "Ethernet Virtual Private Network\n"
9397 : "Specify Route type\n"
9398 : "EAD (Type-1) route\n"
9399 : "EAD (Type-1) route\n"
9400 : "MAC-IP (Type-2) route\n"
9401 : "MAC-IP (Type-2) route\n"
9402 : "Multicast (Type-3) route\n"
9403 : "Multicast (Type-3) route\n"
9404 : "Ethernet Segment (Type-4) route\n"
9405 : "Ethernet Segment (Type-4) route\n"
9406 : "Prefix (Type-5) route\n"
9407 : "Prefix (Type-5) route\n")
9408 :
9409 : DEFSH (VTYSH_BGPD, match_evpn_vni_cmd_vtysh,
9410 : "match evpn vni (1-16777215)",
9411 : "Match values from routing table\n"
9412 : "Ethernet Virtual Private Network\n"
9413 : "Match VNI\n"
9414 : "VNI ID\n")
9415 :
9416 : DEFSH (VTYSH_RMAP, match_interface_cmd_vtysh,
9417 : "match interface IFNAME",
9418 : "Match values from routing table\n"
9419 : "Match first hop interface of route\n"
9420 : "Interface information\n")
9421 :
9422 : DEFSH (VTYSH_RMAP, match_ip_address_cmd_vtysh,
9423 : "match ip address ACCESSLIST4_NAME$name",
9424 : "Match values from routing table\n"
9425 : "IP information\n"
9426 : "Match address of route\n"
9427 : "IP Access-list name\n")
9428 :
9429 : DEFSH (VTYSH_ZEBRA, match_ip_address_prefix_len_cmd_vtysh,
9430 : "match ip address prefix-len (0-32)$length",
9431 : "Match values from routing table\n"
9432 : "IP information\n"
9433 : "Match prefix length of IP address\n"
9434 : "Match prefix length of IP address\n"
9435 : "Prefix length\n")
9436 :
9437 : DEFSH (VTYSH_RMAP, match_ip_address_prefix_list_cmd_vtysh,
9438 : "match ip address prefix-list PREFIXLIST_NAME$name",
9439 : "Match values from routing table\n"
9440 : "IP information\n"
9441 : "Match address of route\n"
9442 : "Match entries of prefix-lists\n"
9443 : "IP prefix-list name\n")
9444 :
9445 : DEFSH (VTYSH_RMAP, match_ip_next_hop_cmd_vtysh,
9446 : "match ip next-hop ACCESSLIST4_NAME$name",
9447 : "Match values from routing table\n"
9448 : "IP information\n"
9449 : "Match next-hop address of route\n"
9450 : "IP Access-list name\n")
9451 :
9452 : DEFSH (VTYSH_RMAP, match_ip_next_hop_prefix_list_cmd_vtysh,
9453 : "match ip next-hop prefix-list PREFIXLIST_NAME$name",
9454 : "Match values from routing table\n"
9455 : "IP information\n"
9456 : "Match next-hop address of route\n"
9457 : "Match entries of prefix-lists\n"
9458 : "IP prefix-list name\n")
9459 :
9460 : DEFSH (VTYSH_RMAP, match_ip_next_hop_type_cmd_vtysh,
9461 : "match ip next-hop type <blackhole>$type",
9462 : "Match values from routing table\n"
9463 : "IP information\n"
9464 : "Match next-hop address of route\n"
9465 : "Match entries by type\n"
9466 : "Blackhole\n")
9467 :
9468 : DEFSH (VTYSH_ZEBRA, match_ip_nexthop_prefix_len_cmd_vtysh,
9469 : "match ip next-hop prefix-len (0-32)$length",
9470 : "Match values from routing table\n"
9471 : "IP information\n"
9472 : "Match prefixlen of nexthop IP address\n"
9473 : "Match prefixlen of given nexthop\n"
9474 : "Prefix length\n")
9475 :
9476 : DEFSH (VTYSH_BGPD, match_ip_route_source_cmd_vtysh,
9477 : "match ip route-source ACCESSLIST4_NAME",
9478 : "Match values from routing table\n"
9479 : "IP information\n"
9480 : "Match advertising source address of route\n"
9481 : "IP Access-list name\n")
9482 :
9483 : DEFSH (VTYSH_BGPD, match_ip_route_source_prefix_list_cmd_vtysh,
9484 : "match ip route-source prefix-list PREFIXLIST_NAME",
9485 : "Match values from routing table\n"
9486 : "IP information\n"
9487 : "Match advertising source address of route\n"
9488 : "Match entries of prefix-lists\n"
9489 : "IP prefix-list name\n")
9490 :
9491 : DEFSH (VTYSH_BGPD, match_ipv4_next_hop_cmd_vtysh,
9492 : "match ip next-hop address A.B.C.D",
9493 : "Match values from routing table\n"
9494 : "IP information\n"
9495 : "Match IP next-hop address of route\n"
9496 : "IP address\n"
9497 : "IP address of next-hop\n")
9498 :
9499 : DEFSH (VTYSH_RMAP, match_ipv6_address_cmd_vtysh,
9500 : "match ipv6 address ACCESSLIST6_NAME$name",
9501 : "Match values from routing table\n"
9502 : "IPv6 information\n"
9503 : "Match IPv6 address of route\n"
9504 : "IPv6 access-list name\n")
9505 :
9506 : DEFSH (VTYSH_ZEBRA, match_ipv6_address_prefix_len_cmd_vtysh,
9507 : "match ipv6 address prefix-len (0-128)$length",
9508 : "Match values from routing table\n"
9509 : "IPv6 information\n"
9510 : "Match prefix length of IPv6 address\n"
9511 : "Match prefix length of IPv6 address\n"
9512 : "Prefix length\n")
9513 :
9514 : DEFSH (VTYSH_RMAP, match_ipv6_address_prefix_list_cmd_vtysh,
9515 : "match ipv6 address prefix-list PREFIXLIST_NAME$name",
9516 : "Match values from routing table\n"
9517 : "IPv6 information\n"
9518 : "Match address of route\n"
9519 : "Match entries of prefix-lists\n"
9520 : "IP prefix-list name\n")
9521 :
9522 : DEFSH (VTYSH_BGPD, match_ipv6_next_hop_address_cmd_vtysh,
9523 : "match ipv6 next-hop address X:X::X:X",
9524 : "Match values from routing table\n"
9525 : "IPv6 information\n"
9526 : "Match IPv6 next-hop address of route\n"
9527 : "IPv6 address\n"
9528 : "IPv6 address of next hop\n")
9529 :
9530 : DEFSH (VTYSH_BGPD, match_ipv6_next_hop_cmd_vtysh,
9531 : "match ipv6 next-hop ACCESSLIST6_NAME",
9532 : "Match values from routing table\n"
9533 : "IPv6 information\n"
9534 : "Match IPv6 next-hop address of route\n"
9535 : "IPv6 access-list name\n")
9536 :
9537 : DEFSH_HIDDEN (VTYSH_BGPD, match_ipv6_next_hop_old_cmd_vtysh,
9538 : "match ipv6 next-hop X:X::X:X",
9539 : "Match values from routing table\n"
9540 : "IPv6 information\n"
9541 : "Match IPv6 next-hop address of route\n"
9542 : "IPv6 address of next hop\n")
9543 :
9544 : DEFSH (VTYSH_BGPD, match_ipv6_next_hop_prefix_list_cmd_vtysh,
9545 : "match ipv6 next-hop prefix-list PREFIXLIST_NAME",
9546 : "Match values from routing table\n"
9547 : "IPv6 information\n"
9548 : "Match IPv6 next-hop address of route\n"
9549 : "Match entries by prefix-list\n"
9550 : "IPv6 prefix-list name\n")
9551 :
9552 : DEFSH (VTYSH_RMAP, match_ipv6_next_hop_type_cmd_vtysh,
9553 : "match ipv6 next-hop type <blackhole>$type",
9554 : "Match values from routing table\n"
9555 : "IPv6 information\n"
9556 : "Match next-hop address of route\n"
9557 : "Match entries by type\n"
9558 : "Blackhole\n")
9559 :
9560 : DEFSH (VTYSH_BGPD, match_lcommunity_cmd_vtysh,
9561 : "match large-community <(1-99)|(100-500)|LCOMMUNITY_LIST_NAME> [exact-match]",
9562 : "Match values from routing table\n"
9563 : "Match BGP large community list\n"
9564 : "Large Community-list number (standard)\n"
9565 : "Large Community-list number (expanded)\n"
9566 : "Large Community-list name\n"
9567 : "Do exact matching of communities\n")
9568 :
9569 : DEFSH (VTYSH_BGPD, match_local_pref_cmd_vtysh,
9570 : "match local-preference (0-4294967295)",
9571 : "Match values from routing table\n"
9572 : "Match local-preference of route\n"
9573 : "Metric value\n")
9574 :
9575 : DEFSH (VTYSH_BGPD, match_mac_address_cmd_vtysh,
9576 : "match mac address ACCESSLIST_MAC_NAME",
9577 : "Match values from routing table\n"
9578 : "mac address\n"
9579 : "Match address of route\n"
9580 : "MAC Access-list name\n")
9581 :
9582 : DEFSH (VTYSH_RMAP, match_metric_cmd_vtysh,
9583 : "match metric (0-4294967295)$metric",
9584 : "Match values from routing table\n"
9585 : "Match metric of route\n"
9586 : "Metric value\n")
9587 :
9588 : DEFSH (VTYSH_BGPD, match_origin_cmd_vtysh,
9589 : "match origin <egp|igp|incomplete>",
9590 : "Match values from routing table\n"
9591 : "BGP origin code\n"
9592 : "remote EGP\n"
9593 : "local IGP\n"
9594 : "unknown heritage\n")
9595 :
9596 : DEFSH (VTYSH_BGPD, match_peer_cmd_vtysh,
9597 : "match peer <A.B.C.D$addrv4|X:X::X:X$addrv6|WORD$intf>",
9598 : "Match values from routing table\n"
9599 : "Match peer address\n"
9600 : "IP address of peer\n"
9601 : "IPv6 address of peer\n"
9602 : "Interface name of peer or peer group name\n")
9603 :
9604 : DEFSH (VTYSH_BGPD, match_peer_local_cmd_vtysh,
9605 : "match peer local",
9606 : "Match values from routing table\n"
9607 : "Match peer address\n"
9608 : "Static or Redistributed routes\n")
9609 :
9610 : DEFSH (VTYSH_BGPD, match_probability_cmd_vtysh,
9611 : "match probability (0-100)",
9612 : "Match values from routing table\n"
9613 : "Match portion of routes defined by percentage value\n"
9614 : "Percentage of routes\n")
9615 :
9616 : DEFSH (VTYSH_BGPD, match_rpki_cmd_vtysh,
9617 : "match rpki <valid|invalid|notfound>",
9618 : "Match values from routing table\n"
9619 : "Control rpki specific settings\n"
9620 : "Valid prefix\n"
9621 : "Invalid prefix\n"
9622 : "Prefix not found\n")
9623 :
9624 : DEFSH (VTYSH_BGPD, match_rpki_extcommunity_cmd_vtysh,
9625 : "[no$no] match rpki-extcommunity <valid|invalid|notfound>",
9626 : "Negate a command or set its defaults\n"
9627 : "Match values from routing table\n"
9628 : "BGP RPKI (Origin Validation State) extended community attribute\n"
9629 : "Valid prefix\n"
9630 : "Invalid prefix\n"
9631 : "Prefix not found\n")
9632 :
9633 : DEFSH (VTYSH_ZEBRA, match_source_instance_cmd_vtysh,
9634 : "match source-instance (0-255)$instance",
9635 : "Match values from routing table\n"
9636 : "Match the protocol's instance number\n"
9637 : "The instance number\n")
9638 :
9639 : DEFSH (VTYSH_ZEBRA, match_source_protocol_cmd_vtysh,
9640 : "match source-protocol <kernel|connected|static|rip|ripng|ospf|ospf6|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$proto",
9641 : "Match values from routing table\n"
9642 : "Match protocol via which the route was learnt\n"
9643 : "Kernel routes (not installed via the zebra RIB)\n"
9644 : "Connected routes (directly attached subnet or host)\n"
9645 : "Statically configured routes\n"
9646 : "Routing Information Protocol (RIP)\n"
9647 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
9648 : "Open Shortest Path First (OSPFv2)\n"
9649 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
9650 : "Intermediate System to Intermediate System (IS-IS)\n"
9651 : "Border Gateway Protocol (BGP)\n"
9652 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
9653 : "Next Hop Resolution Protocol (NHRP)\n"
9654 : "Non-main Kernel Routing Table\n"
9655 : "Virtual Network Control (VNC)\n"
9656 : "Babel routing protocol (Babel)\n"
9657 : "Super Happy Advanced Routing Protocol (sharpd)\n"
9658 : "OpenFabric Routing Protocol\n")
9659 :
9660 : DEFSH (VTYSH_RMAP, match_tag_cmd_vtysh,
9661 : "match tag (1-4294967295)$tag",
9662 : "Match values from routing table\n"
9663 : "Match tag of route\n"
9664 : "Tag value\n")
9665 :
9666 : DEFSH (VTYSH_BGPD, match_vrl_source_vrf_cmd_vtysh,
9667 : "match source-vrf NAME$vrf_name",
9668 : "Match values from routing table\n"
9669 : "source vrf\n"
9670 : "The VRF name\n")
9671 :
9672 : DEFSH (VTYSH_ISISD, max_lsp_lifetime_cmd_vtysh,
9673 : "max-lsp-lifetime [level-1|level-2]$level (350-65535)$val",
9674 : "Maximum LSP lifetime\n"
9675 : "Maximum LSP lifetime for Level 1 only\n"
9676 : "Maximum LSP lifetime for Level 2 only\n"
9677 : "LSP lifetime in seconds\n")
9678 :
9679 : DEFSH (VTYSH_ISISD, metric_style_cmd_vtysh,
9680 : "metric-style <narrow|transition|wide>$style",
9681 : "Use old-style (ISO 10589) or new-style packet formats\n"
9682 : "Use old style of TLVs with narrow metric\n"
9683 : "Send and accept both styles of TLVs during transition\n"
9684 : "Use new style of TLVs to carry wider metric\n")
9685 :
9686 : DEFSH (VTYSH_BGPD, mpls_bgp_forwarding_cmd_vtysh,
9687 : "[no$no] mpls bgp forwarding",
9688 : "Negate a command or set its defaults\n"
9689 : "MPLS information\n"
9690 : "BGP information\n"
9691 : "Enable MPLS forwarding for eBGP directly connected peers\n")
9692 :
9693 : DEFSH (VTYSH_ZEBRA, mpls_cmd_vtysh,
9694 : "[no] mpls enable",
9695 : "Negate a command or set its defaults\n"
9696 : "MPLS information\n"
9697 : "Set mpls to be on for the interface\n")
9698 :
9699 : DEFSH (VTYSH_ZEBRA, mpls_label_bind_cmd_vtysh,
9700 : "mpls label bind <A.B.C.D/M|X:X::X:X/M> <(16-1048575)|implicit-null|explicit-null>",
9701 : "MPLS information\n"
9702 : "Label configuration\n"
9703 : "Establish FEC to label binding\n"
9704 : "IPv4 prefix\n"
9705 : "IPv6 prefix\n"
9706 : "MPLS Label to bind\n"
9707 : "Use Implicit-Null Label\n"
9708 : "Use Explicit-Null Label\n")
9709 :
9710 : DEFSH (VTYSH_ZEBRA, mpls_label_global_block_cmd_vtysh,
9711 : "mpls label global-block (16-1048575) (16-1048575)",
9712 : "MPLS information\n"
9713 : "Label configuration\n"
9714 : "Configure global label block\n"
9715 : "Start label\n"
9716 : "End label\n")
9717 :
9718 : DEFSH (VTYSH_OSPFD, mpls_ldp_sync_cmd_vtysh,
9719 : "ip ospf mpls ldp-sync",
9720 : "IP information\n"
9721 : "OSPF interface commands\n"
9722 : "MPLS information\n"
9723 : "Enable MPLS LDP-SYNC\n")
9724 :
9725 : DEFSH (VTYSH_OSPFD, mpls_ldp_sync_holddown_cmd_vtysh,
9726 : "ip ospf mpls ldp-sync holddown (0-10000)",
9727 : "IP information\n"
9728 : "OSPF interface commands\n"
9729 : "MPLS information\n"
9730 : "Enable MPLS LDP-SYNC\n"
9731 : "Time to wait for LDP-SYNC to occur before restoring interface cost\n"
9732 : "Time in seconds\n")
9733 :
9734 : DEFSH (VTYSH_ZEBRA, mpls_transit_lsp_cmd_vtysh,
9735 : "mpls lsp (16-1048575) <A.B.C.D|X:X::X:X> <(16-1048575)|explicit-null|implicit-null>",
9736 : "MPLS information\n"
9737 : "Establish label switched path\n"
9738 : "Incoming MPLS label\n"
9739 : "IPv4 gateway address\n"
9740 : "IPv6 gateway address\n"
9741 : "Outgoing MPLS label\n"
9742 : "Use Explicit-Null label\n"
9743 : "Use Implicit-Null label\n")
9744 :
9745 : DEFSH (VTYSH_ZEBRA, multicast_cmd_vtysh,
9746 : "multicast",
9747 : "Set multicast flag to interface\n")
9748 :
9749 : DEFSH (VTYSH_SHARPD, neigh_discover_cmd_vtysh,
9750 : "sharp neigh discover [vrf NAME$vrf_name] <A.B.C.D$dst4|X:X::X:X$dst6> IFNAME$ifname",
9751 : "Sharp Routing Protocol\n"
9752 : "Discover neighbours\n"
9753 : "Send an ARP/NDP request\n"
9754 : "Specify the VRF\n"
9755 : "The VRF name\n"
9756 : "v4 Destination address\n"
9757 : "v6 Destination address\n"
9758 : "Interface name\n")
9759 :
9760 : DEFSH (VTYSH_BGPD, neighbor_accept_own_cmd_vtysh,
9761 : "[no$no] neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor accept-own",
9762 : "Negate a command or set its defaults\n"
9763 : "Specify neighbor router\n"
9764 : "Neighbor address\n"
9765 : "Neighbor IPv6 address\n"
9766 : "Interface name or neighbor tag\n"
9767 : "Enable handling of self-originated VPN routes containing ACCEPT_OWN community\n")
9768 :
9769 : DEFSH (VTYSH_BGPD, neighbor_activate_cmd_vtysh,
9770 : "neighbor <A.B.C.D|X:X::X:X|WORD> activate",
9771 : "Specify neighbor router\n"
9772 : "Neighbor address\n"
9773 : "Neighbor IPv6 address\n"
9774 : "Interface name or neighbor tag\n"
9775 : "Enable the Address Family for this Neighbor\n")
9776 :
9777 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_activate_hidden_cmd_vtysh,
9778 : "neighbor <A.B.C.D|X:X::X:X|WORD> activate",
9779 : "Specify neighbor router\n"
9780 : "Neighbor address\n"
9781 : "Neighbor IPv6 address\n"
9782 : "Interface name or neighbor tag\n"
9783 : "Enable the Address Family for this Neighbor\n")
9784 :
9785 : DEFSH (VTYSH_BGPD, neighbor_addpath_tx_all_paths_cmd_vtysh,
9786 : "neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-all-paths",
9787 : "Specify neighbor router\n"
9788 : "Neighbor address\n"
9789 : "Neighbor IPv6 address\n"
9790 : "Interface name or neighbor tag\n"
9791 : "Use addpath to advertise all paths to a neighbor\n")
9792 :
9793 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_addpath_tx_all_paths_hidden_cmd_vtysh,
9794 : "neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-all-paths",
9795 : "Specify neighbor router\n"
9796 : "Neighbor address\n"
9797 : "Neighbor IPv6 address\n"
9798 : "Interface name or neighbor tag\n"
9799 : "Use addpath to advertise all paths to a neighbor\n")
9800 :
9801 : DEFSH (VTYSH_BGPD, neighbor_addpath_tx_bestpath_per_as_cmd_vtysh,
9802 : "neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-bestpath-per-AS",
9803 : "Specify neighbor router\n"
9804 : "Neighbor address\n"
9805 : "Neighbor IPv6 address\n"
9806 : "Interface name or neighbor tag\n"
9807 : "Use addpath to advertise the bestpath per each neighboring AS\n")
9808 :
9809 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_addpath_tx_bestpath_per_as_hidden_cmd_vtysh,
9810 : "neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-bestpath-per-AS",
9811 : "Specify neighbor router\n"
9812 : "Neighbor address\n"
9813 : "Neighbor IPv6 address\n"
9814 : "Interface name or neighbor tag\n"
9815 : "Use addpath to advertise the bestpath per each neighboring AS\n")
9816 :
9817 : DEFSH (VTYSH_BGPD, neighbor_advertise_interval_cmd_vtysh,
9818 : "neighbor <A.B.C.D|X:X::X:X|WORD> advertisement-interval (0-600)",
9819 : "Specify neighbor router\n"
9820 : "Neighbor address\n"
9821 : "Neighbor IPv6 address\n"
9822 : "Interface name or neighbor tag\n"
9823 : "Minimum interval between sending BGP routing updates\n"
9824 : "time in seconds\n")
9825 :
9826 : DEFSH (VTYSH_BGPD, neighbor_advertise_map_cmd_vtysh,
9827 : "[no$no] neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor advertise-map RMAP_NAME$advertise_str <exist-map|non-exist-map>$exist RMAP_NAME$condition_str",
9828 : "Negate a command or set its defaults\n"
9829 : "Specify neighbor router\n"
9830 : "Neighbor address\n"
9831 : "Neighbor IPv6 address\n"
9832 : "Interface name or neighbor tag\n"
9833 : "Route-map to conditionally advertise routes\n"
9834 : "Name of advertise map\n"
9835 : "Advertise routes only if prefixes in exist-map are installed in BGP table\n"
9836 : "Advertise routes only if prefixes in non-exist-map are not installed in BGP table\n"
9837 : "Name of the exist or non exist map\n")
9838 :
9839 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_advertise_map_hidden_cmd_vtysh,
9840 : "[no$no] neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor advertise-map RMAP_NAME$advertise_str <exist-map|non-exist-map>$exist RMAP_NAME$condition_str",
9841 : "Negate a command or set its defaults\n"
9842 : "Specify neighbor router\n"
9843 : "Neighbor address\n"
9844 : "Neighbor IPv6 address\n"
9845 : "Interface name or neighbor tag\n"
9846 : "Route-map to conditionally advertise routes\n"
9847 : "Name of advertise map\n"
9848 : "Advertise routes only if prefixes in exist-map are installed in BGP table\n"
9849 : "Advertise routes only if prefixes in non-exist-map are not installed in BGP table\n"
9850 : "Name of the exist or non exist map\n")
9851 :
9852 : DEFSH (VTYSH_BGPD, neighbor_aigp_cmd_vtysh,
9853 : "[no$no] neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor aigp",
9854 : "Negate a command or set its defaults\n"
9855 : "Specify neighbor router\n"
9856 : "Neighbor address\n"
9857 : "Neighbor IPv6 address\n"
9858 : "Interface name or neighbor tag\n"
9859 : "Enable send and receive of the AIGP attribute per neighbor\n")
9860 :
9861 : DEFSH (VTYSH_BGPD, neighbor_allowas_in_cmd_vtysh,
9862 : "neighbor <A.B.C.D|X:X::X:X|WORD> allowas-in [<(1-10)|origin>]",
9863 : "Specify neighbor router\n"
9864 : "Neighbor address\n"
9865 : "Neighbor IPv6 address\n"
9866 : "Interface name or neighbor tag\n"
9867 : "Accept as-path with my AS present in it\n"
9868 : "Number of occurrences of AS number\n"
9869 : "Only accept my AS in the as-path if the route was originated in my AS\n")
9870 :
9871 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_allowas_in_hidden_cmd_vtysh,
9872 : "neighbor <A.B.C.D|X:X::X:X|WORD> allowas-in [<(1-10)|origin>]",
9873 : "Specify neighbor router\n"
9874 : "Neighbor address\n"
9875 : "Neighbor IPv6 address\n"
9876 : "Interface name or neighbor tag\n"
9877 : "Accept as-path with my AS present in it\n"
9878 : "Number of occurrences of AS number\n"
9879 : "Only accept my AS in the as-path if the route was originated in my AS\n")
9880 :
9881 : DEFSH (VTYSH_BGPD, neighbor_as_override_cmd_vtysh,
9882 : "neighbor <A.B.C.D|X:X::X:X|WORD> as-override",
9883 : "Specify neighbor router\n"
9884 : "Neighbor address\n"
9885 : "Neighbor IPv6 address\n"
9886 : "Interface name or neighbor tag\n"
9887 : "Override ASNs in outbound updates if aspath equals remote-as\n")
9888 :
9889 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_as_override_hidden_cmd_vtysh,
9890 : "neighbor <A.B.C.D|X:X::X:X|WORD> as-override",
9891 : "Specify neighbor router\n"
9892 : "Neighbor address\n"
9893 : "Neighbor IPv6 address\n"
9894 : "Interface name or neighbor tag\n"
9895 : "Override ASNs in outbound updates if aspath equals remote-as\n")
9896 :
9897 : DEFSH (VTYSH_BGPD, neighbor_aspath_loop_detection_cmd_vtysh,
9898 : "neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor sender-as-path-loop-detection",
9899 : "Specify neighbor router\n"
9900 : "Neighbor address\n"
9901 : "Neighbor IPv6 address\n"
9902 : "Interface name or neighbor tag\n"
9903 : "Detect AS loops before sending to neighbor\n")
9904 :
9905 : DEFSH (VTYSH_BGPD, neighbor_attr_unchanged_cmd_vtysh,
9906 : "neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [{as-path|next-hop|med}]",
9907 : "Specify neighbor router\n"
9908 : "Neighbor address\n"
9909 : "Neighbor IPv6 address\n"
9910 : "Interface name or neighbor tag\n"
9911 : "BGP attribute is propagated unchanged to this neighbor\n"
9912 : "As-path attribute\n"
9913 : "Nexthop attribute\n"
9914 : "Med attribute\n")
9915 :
9916 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_attr_unchanged_hidden_cmd_vtysh,
9917 : "neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [{as-path|next-hop|med}]",
9918 : "Specify neighbor router\n"
9919 : "Neighbor address\n"
9920 : "Neighbor IPv6 address\n"
9921 : "Interface name or neighbor tag\n"
9922 : "BGP attribute is propagated unchanged to this neighbor\n"
9923 : "As-path attribute\n"
9924 : "Nexthop attribute\n"
9925 : "Med attribute\n")
9926 :
9927 : DEFSH (VTYSH_BGPD, neighbor_bfd_check_controlplane_failure_cmd_vtysh,
9928 : "[no] neighbor <A.B.C.D|X:X::X:X|WORD> bfd check-control-plane-failure",
9929 : "Negate a command or set its defaults\n"
9930 : "Specify neighbor router\n"
9931 : "Neighbor address\n"
9932 : "Neighbor IPv6 address\n"
9933 : "Interface name or neighbor tag\n"
9934 : "BFD support\n"
9935 : "Link dataplane status with BGP controlplane\n")
9936 :
9937 : DEFSH (VTYSH_BGPD, neighbor_bfd_cmd_vtysh,
9938 : "neighbor <A.B.C.D|X:X::X:X|WORD> bfd",
9939 : "Specify neighbor router\n"
9940 : "Neighbor address\n"
9941 : "Neighbor IPv6 address\n"
9942 : "Interface name or neighbor tag\n"
9943 : "Enables BFD support\n")
9944 :
9945 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_bfd_param_cmd_vtysh,
9946 : "neighbor <A.B.C.D|X:X::X:X|WORD> bfd (2-255) (50-60000) (50-60000)",
9947 : "Specify neighbor router\n"
9948 : "Neighbor address\n"
9949 : "Neighbor IPv6 address\n"
9950 : "Interface name or neighbor tag\n"
9951 : "Enables BFD support\n"
9952 : "Detect Multiplier\n"
9953 : "Required min receive interval\n"
9954 : "Desired min transmit interval\n")
9955 :
9956 : DEFSH (VTYSH_BGPD, neighbor_bfd_profile_cmd_vtysh,
9957 : "neighbor <A.B.C.D|X:X::X:X|WORD> bfd profile BFDPROF",
9958 : "Specify neighbor router\n"
9959 : "Neighbor address\n"
9960 : "Neighbor IPv6 address\n"
9961 : "Interface name or neighbor tag\n"
9962 : "BFD integration\n"
9963 : "BFD profile.\n"
9964 : "BFD profile name.\n")
9965 :
9966 : DEFSH (VTYSH_BGPD, neighbor_capability_dynamic_cmd_vtysh,
9967 : "neighbor <A.B.C.D|X:X::X:X|WORD> capability dynamic",
9968 : "Specify neighbor router\n"
9969 : "Neighbor address\n"
9970 : "Neighbor IPv6 address\n"
9971 : "Interface name or neighbor tag\n"
9972 : "Advertise capability to the peer\n"
9973 : "Advertise dynamic capability to this neighbor\n")
9974 :
9975 : DEFSH (VTYSH_BGPD, neighbor_capability_enhe_cmd_vtysh,
9976 : "neighbor <A.B.C.D|X:X::X:X|WORD> capability extended-nexthop",
9977 : "Specify neighbor router\n"
9978 : "Neighbor address\n"
9979 : "Neighbor IPv6 address\n"
9980 : "Interface name or neighbor tag\n"
9981 : "Advertise capability to the peer\n"
9982 : "Advertise extended next-hop capability to the peer\n")
9983 :
9984 : DEFSH (VTYSH_BGPD, neighbor_capability_orf_prefix_cmd_vtysh,
9985 : "neighbor <A.B.C.D|X:X::X:X|WORD> capability orf prefix-list <both|send|receive>",
9986 : "Specify neighbor router\n"
9987 : "Neighbor address\n"
9988 : "Neighbor IPv6 address\n"
9989 : "Interface name or neighbor tag\n"
9990 : "Advertise capability to the peer\n"
9991 : "Advertise ORF capability to the peer\n"
9992 : "Advertise prefixlist ORF capability to this neighbor\n"
9993 : "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
9994 : "Capability to RECEIVE the ORF from this neighbor\n"
9995 : "Capability to SEND the ORF to this neighbor\n")
9996 :
9997 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_capability_orf_prefix_hidden_cmd_vtysh,
9998 : "neighbor <A.B.C.D|X:X::X:X|WORD> capability orf prefix-list <both|send|receive>",
9999 : "Specify neighbor router\n"
10000 : "Neighbor address\n"
10001 : "Neighbor IPv6 address\n"
10002 : "Interface name or neighbor tag\n"
10003 : "Advertise capability to the peer\n"
10004 : "Advertise ORF capability to the peer\n"
10005 : "Advertise prefixlist ORF capability to this neighbor\n"
10006 : "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
10007 : "Capability to RECEIVE the ORF from this neighbor\n"
10008 : "Capability to SEND the ORF to this neighbor\n")
10009 :
10010 : DEFSH (VTYSH_BGPD, neighbor_default_originate_cmd_vtysh,
10011 : "neighbor <A.B.C.D|X:X::X:X|WORD> default-originate",
10012 : "Specify neighbor router\n"
10013 : "Neighbor address\n"
10014 : "Neighbor IPv6 address\n"
10015 : "Interface name or neighbor tag\n"
10016 : "Originate default route to this neighbor\n")
10017 :
10018 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_default_originate_hidden_cmd_vtysh,
10019 : "neighbor <A.B.C.D|X:X::X:X|WORD> default-originate",
10020 : "Specify neighbor router\n"
10021 : "Neighbor address\n"
10022 : "Neighbor IPv6 address\n"
10023 : "Interface name or neighbor tag\n"
10024 : "Originate default route to this neighbor\n")
10025 :
10026 : DEFSH (VTYSH_BGPD, neighbor_default_originate_rmap_cmd_vtysh,
10027 : "neighbor <A.B.C.D|X:X::X:X|WORD> default-originate route-map RMAP_NAME",
10028 : "Specify neighbor router\n"
10029 : "Neighbor address\n"
10030 : "Neighbor IPv6 address\n"
10031 : "Interface name or neighbor tag\n"
10032 : "Originate default route to this neighbor\n"
10033 : "Route-map to specify criteria to originate default\n"
10034 : "route-map name\n")
10035 :
10036 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_default_originate_rmap_hidden_cmd_vtysh,
10037 : "neighbor <A.B.C.D|X:X::X:X|WORD> default-originate route-map RMAP_NAME",
10038 : "Specify neighbor router\n"
10039 : "Neighbor address\n"
10040 : "Neighbor IPv6 address\n"
10041 : "Interface name or neighbor tag\n"
10042 : "Originate default route to this neighbor\n"
10043 : "Route-map to specify criteria to originate default\n"
10044 : "route-map name\n")
10045 :
10046 : DEFSH (VTYSH_BGPD, neighbor_description_cmd_vtysh,
10047 : "neighbor <A.B.C.D|X:X::X:X|WORD> description LINE...",
10048 : "Specify neighbor router\n"
10049 : "Neighbor address\n"
10050 : "Neighbor IPv6 address\n"
10051 : "Interface name or neighbor tag\n"
10052 : "Neighbor specific description\n"
10053 : "Up to 80 characters describing this neighbor\n")
10054 :
10055 : DEFSH (VTYSH_BGPD, neighbor_disable_addpath_rx_cmd_vtysh,
10056 : "neighbor <A.B.C.D|X:X::X:X|WORD> disable-addpath-rx",
10057 : "Specify neighbor router\n"
10058 : "Neighbor address\n"
10059 : "Neighbor IPv6 address\n"
10060 : "Interface name or neighbor tag\n"
10061 : "Do not accept additional paths\n")
10062 :
10063 : DEFSH (VTYSH_BGPD, neighbor_disable_connected_check_cmd_vtysh,
10064 : "neighbor <A.B.C.D|X:X::X:X|WORD> <disable-connected-check|enforce-multihop>",
10065 : "Specify neighbor router\n"
10066 : "Neighbor address\n"
10067 : "Neighbor IPv6 address\n"
10068 : "Interface name or neighbor tag\n"
10069 : "one-hop away EBGP peer using loopback address\n"
10070 : "Enforce EBGP neighbors perform multihop\n")
10071 :
10072 : DEFSH (VTYSH_BGPD, neighbor_disable_link_bw_encoding_ieee_cmd_vtysh,
10073 : "neighbor <A.B.C.D|X:X::X:X|WORD> disable-link-bw-encoding-ieee",
10074 : "Specify neighbor router\n"
10075 : "Neighbor address\n"
10076 : "Neighbor IPv6 address\n"
10077 : "Interface name or neighbor tag\n"
10078 : "Disable IEEE floating-point encoding for extended community bandwidth\n")
10079 :
10080 : DEFSH (VTYSH_BGPD, neighbor_distribute_list_cmd_vtysh,
10081 : "neighbor <A.B.C.D|X:X::X:X|WORD> distribute-list ACCESSLIST_NAME <in|out>",
10082 : "Specify neighbor router\n"
10083 : "Neighbor address\n"
10084 : "Neighbor IPv6 address\n"
10085 : "Interface name or neighbor tag\n"
10086 : "Filter updates to/from this neighbor\n"
10087 : "IP Access-list name\n"
10088 : "Filter incoming updates\n"
10089 : "Filter outgoing updates\n")
10090 :
10091 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_distribute_list_hidden_cmd_vtysh,
10092 : "neighbor <A.B.C.D|X:X::X:X|WORD> distribute-list ACCESSLIST_NAME <in|out>",
10093 : "Specify neighbor router\n"
10094 : "Neighbor address\n"
10095 : "Neighbor IPv6 address\n"
10096 : "Interface name or neighbor tag\n"
10097 : "Filter updates to/from this neighbor\n"
10098 : "IP Access-list name\n"
10099 : "Filter incoming updates\n"
10100 : "Filter outgoing updates\n")
10101 :
10102 : DEFSH (VTYSH_BGPD, neighbor_dont_capability_negotiate_cmd_vtysh,
10103 : "neighbor <A.B.C.D|X:X::X:X|WORD> dont-capability-negotiate",
10104 : "Specify neighbor router\n"
10105 : "Neighbor address\n"
10106 : "Neighbor IPv6 address\n"
10107 : "Interface name or neighbor tag\n"
10108 : "Do not perform capability negotiation\n")
10109 :
10110 : DEFSH (VTYSH_BGPD, neighbor_ebgp_multihop_cmd_vtysh,
10111 : "neighbor <A.B.C.D|X:X::X:X|WORD> ebgp-multihop",
10112 : "Specify neighbor router\n"
10113 : "Neighbor address\n"
10114 : "Neighbor IPv6 address\n"
10115 : "Interface name or neighbor tag\n"
10116 : "Allow EBGP neighbors not on directly connected networks\n")
10117 :
10118 : DEFSH (VTYSH_BGPD, neighbor_ebgp_multihop_ttl_cmd_vtysh,
10119 : "neighbor <A.B.C.D|X:X::X:X|WORD> ebgp-multihop (1-255)",
10120 : "Specify neighbor router\n"
10121 : "Neighbor address\n"
10122 : "Neighbor IPv6 address\n"
10123 : "Interface name or neighbor tag\n"
10124 : "Allow EBGP neighbors not on directly connected networks\n"
10125 : "maximum hop count\n")
10126 :
10127 : DEFSH (VTYSH_BGPD, neighbor_enforce_first_as_cmd_vtysh,
10128 : "neighbor <A.B.C.D|X:X::X:X|WORD> enforce-first-as",
10129 : "Specify neighbor router\n"
10130 : "Neighbor address\n"
10131 : "Neighbor IPv6 address\n"
10132 : "Interface name or neighbor tag\n"
10133 : "Enforce the first AS for EBGP routes\n")
10134 :
10135 : DEFSH (VTYSH_BGPD, neighbor_extended_optional_parameters_cmd_vtysh,
10136 : "neighbor <A.B.C.D|X:X::X:X|WORD> extended-optional-parameters",
10137 : "Specify neighbor router\n"
10138 : "Neighbor address\n"
10139 : "Neighbor IPv6 address\n"
10140 : "Interface name or neighbor tag\n"
10141 : "Force the extended optional parameters format for OPEN messages\n")
10142 :
10143 : DEFSH (VTYSH_BGPD, neighbor_filter_list_cmd_vtysh,
10144 : "neighbor <A.B.C.D|X:X::X:X|WORD> filter-list AS_PATH_FILTER_NAME <in|out>",
10145 : "Specify neighbor router\n"
10146 : "Neighbor address\n"
10147 : "Neighbor IPv6 address\n"
10148 : "Interface name or neighbor tag\n"
10149 : "Establish BGP filters\n"
10150 : "AS path access-list name\n"
10151 : "Filter incoming routes\n"
10152 : "Filter outgoing routes\n")
10153 :
10154 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_filter_list_hidden_cmd_vtysh,
10155 : "neighbor <A.B.C.D|X:X::X:X|WORD> filter-list AS_PATH_FILTER_NAME <in|out>",
10156 : "Specify neighbor router\n"
10157 : "Neighbor address\n"
10158 : "Neighbor IPv6 address\n"
10159 : "Interface name or neighbor tag\n"
10160 : "Establish BGP filters\n"
10161 : "AS path access-list name\n"
10162 : "Filter incoming routes\n"
10163 : "Filter outgoing routes\n")
10164 :
10165 : DEFSH (VTYSH_BGPD, neighbor_graceful_shutdown_cmd_vtysh,
10166 : "[no$no] neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor graceful-shutdown",
10167 : "Negate a command or set its defaults\n"
10168 : "Specify neighbor router\n"
10169 : "Neighbor address\n"
10170 : "Neighbor IPv6 address\n"
10171 : "Interface name or neighbor tag\n"
10172 : "Graceful shutdown\n")
10173 :
10174 : DEFSH (VTYSH_BGPD, neighbor_interface_cmd_vtysh,
10175 : "neighbor <A.B.C.D|X:X::X:X> interface WORD",
10176 : "Specify neighbor router\n"
10177 : "Neighbor address\n"
10178 : "IPv6 address\n"
10179 : "Interface\n"
10180 : "Interface name\n")
10181 :
10182 : DEFSH (VTYSH_BGPD, neighbor_interface_config_cmd_vtysh,
10183 : "neighbor WORD interface [peer-group PGNAME]",
10184 : "Specify neighbor router\n"
10185 : "Interface name or neighbor tag\n"
10186 : "Enable BGP on interface\n"
10187 : "Member of the peer-group\n"
10188 : "Peer-group name\n")
10189 :
10190 : DEFSH (VTYSH_BGPD, neighbor_interface_config_remote_as_cmd_vtysh,
10191 : "neighbor WORD interface remote-as <(1-4294967295)|internal|external>",
10192 : "Specify neighbor router\n"
10193 : "Interface name or neighbor tag\n"
10194 : "Enable BGP on interface\n"
10195 : "Specify a BGP neighbor\n"
10196 : "AS number\n"
10197 : "Internal BGP peer\n"
10198 : "External BGP peer\n")
10199 :
10200 : DEFSH (VTYSH_BGPD, neighbor_interface_config_v6only_cmd_vtysh,
10201 : "neighbor WORD interface v6only [peer-group PGNAME]",
10202 : "Specify neighbor router\n"
10203 : "Interface name or neighbor tag\n"
10204 : "Enable BGP on interface\n"
10205 : "Enable BGP with v6 link-local only\n"
10206 : "Member of the peer-group\n"
10207 : "Peer-group name\n")
10208 :
10209 : DEFSH (VTYSH_BGPD, neighbor_interface_v6only_config_remote_as_cmd_vtysh,
10210 : "neighbor WORD interface v6only remote-as <(1-4294967295)|internal|external>",
10211 : "Specify neighbor router\n"
10212 : "Interface name or neighbor tag\n"
10213 : "Enable BGP with v6 link-local only\n"
10214 : "Enable BGP on interface\n"
10215 : "Specify a BGP neighbor\n"
10216 : "AS number\n"
10217 : "Internal BGP peer\n"
10218 : "External BGP peer\n")
10219 :
10220 : DEFSH (VTYSH_BGPD, neighbor_local_as_cmd_vtysh,
10221 : "neighbor <A.B.C.D|X:X::X:X|WORD> local-as (1-4294967295)",
10222 : "Specify neighbor router\n"
10223 : "Neighbor address\n"
10224 : "Neighbor IPv6 address\n"
10225 : "Interface name or neighbor tag\n"
10226 : "Specify a local-as number\n"
10227 : "AS number used as local AS\n")
10228 :
10229 : DEFSH (VTYSH_BGPD, neighbor_local_as_no_prepend_cmd_vtysh,
10230 : "neighbor <A.B.C.D|X:X::X:X|WORD> local-as (1-4294967295) no-prepend",
10231 : "Specify neighbor router\n"
10232 : "Neighbor address\n"
10233 : "Neighbor IPv6 address\n"
10234 : "Interface name or neighbor tag\n"
10235 : "Specify a local-as number\n"
10236 : "AS number used as local AS\n"
10237 : "Do not prepend local-as to updates from ebgp peers\n")
10238 :
10239 : DEFSH (VTYSH_BGPD, neighbor_local_as_no_prepend_replace_as_cmd_vtysh,
10240 : "neighbor <A.B.C.D|X:X::X:X|WORD> local-as (1-4294967295) no-prepend replace-as",
10241 : "Specify neighbor router\n"
10242 : "Neighbor address\n"
10243 : "Neighbor IPv6 address\n"
10244 : "Interface name or neighbor tag\n"
10245 : "Specify a local-as number\n"
10246 : "AS number used as local AS\n"
10247 : "Do not prepend local-as to updates from ebgp peers\n"
10248 : "Do not prepend local-as to updates from ibgp peers\n")
10249 :
10250 : DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_cmd_vtysh,
10251 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) [force]",
10252 : "Specify neighbor router\n"
10253 : "Neighbor address\n"
10254 : "Neighbor IPv6 address\n"
10255 : "Interface name or neighbor tag\n"
10256 : "Maximum number of prefix accept from this peer\n"
10257 : "maximum no. of prefix limit\n"
10258 : "Force checking all received routes not only accepted\n")
10259 :
10260 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_maximum_prefix_hidden_cmd_vtysh,
10261 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) [force]",
10262 : "Specify neighbor router\n"
10263 : "Neighbor address\n"
10264 : "Neighbor IPv6 address\n"
10265 : "Interface name or neighbor tag\n"
10266 : "Maximum number of prefix accept from this peer\n"
10267 : "maximum no. of prefix limit\n"
10268 : "Force checking all received routes not only accepted\n")
10269 :
10270 : DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_out_cmd_vtysh,
10271 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix-out (1-4294967295)",
10272 : "Specify neighbor router\n"
10273 : "Neighbor address\n"
10274 : "Neighbor IPv6 address\n"
10275 : "Interface name or neighbor tag\n"
10276 : "Maximum number of prefixes to be sent to this peer\n"
10277 : "Maximum no. of prefix limit\n")
10278 :
10279 : DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_restart_cmd_vtysh,
10280 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) restart (1-65535) [force]",
10281 : "Specify neighbor router\n"
10282 : "Neighbor address\n"
10283 : "Neighbor IPv6 address\n"
10284 : "Interface name or neighbor tag\n"
10285 : "Maximum number of prefix accept from this peer\n"
10286 : "maximum no. of prefix limit\n"
10287 : "Restart bgp connection after limit is exceeded\n"
10288 : "Restart interval in minutes\n"
10289 : "Force checking all received routes not only accepted\n")
10290 :
10291 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_maximum_prefix_restart_hidden_cmd_vtysh,
10292 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) restart (1-65535) [force]",
10293 : "Specify neighbor router\n"
10294 : "Neighbor address\n"
10295 : "Neighbor IPv6 address\n"
10296 : "Interface name or neighbor tag\n"
10297 : "Maximum number of prefix accept from this peer\n"
10298 : "maximum no. of prefix limit\n"
10299 : "Restart bgp connection after limit is exceeded\n"
10300 : "Restart interval in minutes\n"
10301 : "Force checking all received routes not only accepted\n")
10302 :
10303 : DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_threshold_cmd_vtysh,
10304 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) (1-100) [force]",
10305 : "Specify neighbor router\n"
10306 : "Neighbor address\n"
10307 : "Neighbor IPv6 address\n"
10308 : "Interface name or neighbor tag\n"
10309 : "Maximum number of prefix accept from this peer\n"
10310 : "maximum no. of prefix limit\n"
10311 : "Threshold value (%) at which to generate a warning msg\n"
10312 : "Force checking all received routes not only accepted\n")
10313 :
10314 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_maximum_prefix_threshold_hidden_cmd_vtysh,
10315 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) (1-100) [force]",
10316 : "Specify neighbor router\n"
10317 : "Neighbor address\n"
10318 : "Neighbor IPv6 address\n"
10319 : "Interface name or neighbor tag\n"
10320 : "Maximum number of prefix accept from this peer\n"
10321 : "maximum no. of prefix limit\n"
10322 : "Threshold value (%) at which to generate a warning msg\n"
10323 : "Force checking all received routes not only accepted\n")
10324 :
10325 : DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_threshold_restart_cmd_vtysh,
10326 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) (1-100) restart (1-65535) [force]",
10327 : "Specify neighbor router\n"
10328 : "Neighbor address\n"
10329 : "Neighbor IPv6 address\n"
10330 : "Interface name or neighbor tag\n"
10331 : "Maximum number of prefixes to accept from this peer\n"
10332 : "maximum no. of prefix limit\n"
10333 : "Threshold value (%) at which to generate a warning msg\n"
10334 : "Restart bgp connection after limit is exceeded\n"
10335 : "Restart interval in minutes\n"
10336 : "Force checking all received routes not only accepted\n")
10337 :
10338 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_maximum_prefix_threshold_restart_hidden_cmd_vtysh,
10339 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) (1-100) restart (1-65535) [force]",
10340 : "Specify neighbor router\n"
10341 : "Neighbor address\n"
10342 : "Neighbor IPv6 address\n"
10343 : "Interface name or neighbor tag\n"
10344 : "Maximum number of prefixes to accept from this peer\n"
10345 : "maximum no. of prefix limit\n"
10346 : "Threshold value (%) at which to generate a warning msg\n"
10347 : "Restart bgp connection after limit is exceeded\n"
10348 : "Restart interval in minutes\n"
10349 : "Force checking all received routes not only accepted\n")
10350 :
10351 : DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_threshold_warning_cmd_vtysh,
10352 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) (1-100) warning-only [force]",
10353 : "Specify neighbor router\n"
10354 : "Neighbor address\n"
10355 : "Neighbor IPv6 address\n"
10356 : "Interface name or neighbor tag\n"
10357 : "Maximum number of prefix accept from this peer\n"
10358 : "maximum no. of prefix limit\n"
10359 : "Threshold value (%) at which to generate a warning msg\n"
10360 : "Only give warning message when limit is exceeded\n"
10361 : "Force checking all received routes not only accepted\n")
10362 :
10363 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_maximum_prefix_threshold_warning_hidden_cmd_vtysh,
10364 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) (1-100) warning-only [force]",
10365 : "Specify neighbor router\n"
10366 : "Neighbor address\n"
10367 : "Neighbor IPv6 address\n"
10368 : "Interface name or neighbor tag\n"
10369 : "Maximum number of prefix accept from this peer\n"
10370 : "maximum no. of prefix limit\n"
10371 : "Threshold value (%) at which to generate a warning msg\n"
10372 : "Only give warning message when limit is exceeded\n"
10373 : "Force checking all received routes not only accepted\n")
10374 :
10375 : DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_warning_cmd_vtysh,
10376 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) warning-only [force]",
10377 : "Specify neighbor router\n"
10378 : "Neighbor address\n"
10379 : "Neighbor IPv6 address\n"
10380 : "Interface name or neighbor tag\n"
10381 : "Maximum number of prefix accept from this peer\n"
10382 : "maximum no. of prefix limit\n"
10383 : "Only give warning message when limit is exceeded\n"
10384 : "Force checking all received routes not only accepted\n")
10385 :
10386 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_maximum_prefix_warning_hidden_cmd_vtysh,
10387 : "neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix (1-4294967295) warning-only [force]",
10388 : "Specify neighbor router\n"
10389 : "Neighbor address\n"
10390 : "Neighbor IPv6 address\n"
10391 : "Interface name or neighbor tag\n"
10392 : "Maximum number of prefix accept from this peer\n"
10393 : "maximum no. of prefix limit\n"
10394 : "Only give warning message when limit is exceeded\n"
10395 : "Force checking all received routes not only accepted\n")
10396 :
10397 : DEFSH (VTYSH_BGPD, neighbor_nexthop_local_unchanged_cmd_vtysh,
10398 : "neighbor <A.B.C.D|X:X::X:X|WORD> nexthop-local unchanged",
10399 : "Specify neighbor router\n"
10400 : "Neighbor address\n"
10401 : "Neighbor IPv6 address\n"
10402 : "Interface name or neighbor tag\n"
10403 : "Configure treatment of outgoing link-local nexthop attribute\n"
10404 : "Leave link-local nexthop unchanged for this peer\n")
10405 :
10406 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_nexthop_self_all_hidden_cmd_vtysh,
10407 : "neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self all",
10408 : "Specify neighbor router\n"
10409 : "Neighbor address\n"
10410 : "Neighbor IPv6 address\n"
10411 : "Interface name or neighbor tag\n"
10412 : "Disable the next hop calculation for this neighbor\n"
10413 : "Set the next hop to self for reflected routes\n")
10414 :
10415 : DEFSH (VTYSH_BGPD, neighbor_nexthop_self_cmd_vtysh,
10416 : "neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self",
10417 : "Specify neighbor router\n"
10418 : "Neighbor address\n"
10419 : "Neighbor IPv6 address\n"
10420 : "Interface name or neighbor tag\n"
10421 : "Disable the next hop calculation for this neighbor\n")
10422 :
10423 : DEFSH (VTYSH_BGPD, neighbor_nexthop_self_force_cmd_vtysh,
10424 : "neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self force",
10425 : "Specify neighbor router\n"
10426 : "Neighbor address\n"
10427 : "Neighbor IPv6 address\n"
10428 : "Interface name or neighbor tag\n"
10429 : "Disable the next hop calculation for this neighbor\n"
10430 : "Set the next hop to self for reflected routes\n")
10431 :
10432 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_nexthop_self_force_hidden_cmd_vtysh,
10433 : "neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self force",
10434 : "Specify neighbor router\n"
10435 : "Neighbor address\n"
10436 : "Neighbor IPv6 address\n"
10437 : "Interface name or neighbor tag\n"
10438 : "Disable the next hop calculation for this neighbor\n"
10439 : "Set the next hop to self for reflected routes\n")
10440 :
10441 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_nexthop_self_hidden_cmd_vtysh,
10442 : "neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self",
10443 : "Specify neighbor router\n"
10444 : "Neighbor address\n"
10445 : "Neighbor IPv6 address\n"
10446 : "Interface name or neighbor tag\n"
10447 : "Disable the next hop calculation for this neighbor\n")
10448 :
10449 : DEFSH (VTYSH_BGPD, neighbor_override_capability_cmd_vtysh,
10450 : "neighbor <A.B.C.D|X:X::X:X|WORD> override-capability",
10451 : "Specify neighbor router\n"
10452 : "Neighbor address\n"
10453 : "Neighbor IPv6 address\n"
10454 : "Interface name or neighbor tag\n"
10455 : "Override capability negotiation result\n")
10456 :
10457 : DEFSH (VTYSH_BGPD, neighbor_passive_cmd_vtysh,
10458 : "neighbor <A.B.C.D|X:X::X:X|WORD> passive",
10459 : "Specify neighbor router\n"
10460 : "Neighbor address\n"
10461 : "Neighbor IPv6 address\n"
10462 : "Interface name or neighbor tag\n"
10463 : "Don't send open messages to this neighbor\n")
10464 :
10465 : DEFSH (VTYSH_BGPD, neighbor_password_cmd_vtysh,
10466 : "neighbor <A.B.C.D|X:X::X:X|WORD> password LINE",
10467 : "Specify neighbor router\n"
10468 : "Neighbor address\n"
10469 : "Neighbor IPv6 address\n"
10470 : "Interface name or neighbor tag\n"
10471 : "Set a password\n"
10472 : "The password\n")
10473 :
10474 : DEFSH (VTYSH_BGPD, neighbor_path_attribute_discard_cmd_vtysh,
10475 : "neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor path-attribute discard (1-255)...",
10476 : "Specify neighbor router\n"
10477 : "Neighbor address\n"
10478 : "Neighbor IPv6 address\n"
10479 : "Interface name or neighbor tag\n"
10480 : "Manipulate path attributes from incoming UPDATE messages\n"
10481 : "Drop specified attributes from incoming UPDATE messages\n"
10482 : "Attribute number\n")
10483 :
10484 : DEFSH (VTYSH_BGPD, neighbor_peer_group_cmd_vtysh,
10485 : "neighbor WORD peer-group",
10486 : "Specify neighbor router\n"
10487 : "Interface name or neighbor tag\n"
10488 : "Configure peer-group\n")
10489 :
10490 : DEFSH (VTYSH_BGPD, neighbor_port_cmd_vtysh,
10491 : "neighbor <A.B.C.D|X:X::X:X|WORD> port (0-65535)",
10492 : "Specify neighbor router\n"
10493 : "Neighbor address\n"
10494 : "Neighbor IPv6 address\n"
10495 : "Interface name or neighbor tag\n"
10496 : "Neighbor's BGP port\n"
10497 : "TCP port number\n")
10498 :
10499 : DEFSH (VTYSH_BGPD, neighbor_prefix_list_cmd_vtysh,
10500 : "neighbor <A.B.C.D|X:X::X:X|WORD> prefix-list WORD <in|out>",
10501 : "Specify neighbor router\n"
10502 : "Neighbor address\n"
10503 : "Neighbor IPv6 address\n"
10504 : "Interface name or neighbor tag\n"
10505 : "Filter updates to/from this neighbor\n"
10506 : "Name of a prefix list\n"
10507 : "Filter incoming updates\n"
10508 : "Filter outgoing updates\n")
10509 :
10510 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_prefix_list_hidden_cmd_vtysh,
10511 : "neighbor <A.B.C.D|X:X::X:X|WORD> prefix-list WORD <in|out>",
10512 : "Specify neighbor router\n"
10513 : "Neighbor address\n"
10514 : "Neighbor IPv6 address\n"
10515 : "Interface name or neighbor tag\n"
10516 : "Filter updates to/from this neighbor\n"
10517 : "Name of a prefix list\n"
10518 : "Filter incoming updates\n"
10519 : "Filter outgoing updates\n")
10520 :
10521 : DEFSH (VTYSH_BGPD, neighbor_remote_as_cmd_vtysh,
10522 : "neighbor <A.B.C.D|X:X::X:X|WORD> remote-as <(1-4294967295)|internal|external>",
10523 : "Specify neighbor router\n"
10524 : "Neighbor address\n"
10525 : "Neighbor IPv6 address\n"
10526 : "Interface name or neighbor tag\n"
10527 : "Specify a BGP neighbor\n"
10528 : "AS number\n"
10529 : "Internal BGP peer\n"
10530 : "External BGP peer\n")
10531 :
10532 : DEFSH (VTYSH_BGPD, neighbor_remove_private_as_all_cmd_vtysh,
10533 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all",
10534 : "Specify neighbor router\n"
10535 : "Neighbor address\n"
10536 : "Neighbor IPv6 address\n"
10537 : "Interface name or neighbor tag\n"
10538 : "Remove private ASNs in outbound updates\n"
10539 : "Apply to all AS numbers\n")
10540 :
10541 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_remove_private_as_all_hidden_cmd_vtysh,
10542 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all",
10543 : "Specify neighbor router\n"
10544 : "Neighbor address\n"
10545 : "Neighbor IPv6 address\n"
10546 : "Interface name or neighbor tag\n"
10547 : "Remove private ASNs in outbound updates\n"
10548 : "Apply to all AS numbers\n")
10549 :
10550 : DEFSH (VTYSH_BGPD, neighbor_remove_private_as_all_replace_as_cmd_vtysh,
10551 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all replace-AS",
10552 : "Specify neighbor router\n"
10553 : "Neighbor address\n"
10554 : "Neighbor IPv6 address\n"
10555 : "Interface name or neighbor tag\n"
10556 : "Remove private ASNs in outbound updates\n"
10557 : "Apply to all AS numbers\n"
10558 : "Replace private ASNs with our ASN in outbound updates\n")
10559 :
10560 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_remove_private_as_all_replace_as_hidden_cmd_vtysh,
10561 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all replace-AS",
10562 : "Specify neighbor router\n"
10563 : "Neighbor address\n"
10564 : "Neighbor IPv6 address\n"
10565 : "Interface name or neighbor tag\n"
10566 : "Remove private ASNs in outbound updates\n"
10567 : "Apply to all AS numbers\n"
10568 : "Replace private ASNs with our ASN in outbound updates\n")
10569 :
10570 : DEFSH (VTYSH_BGPD, neighbor_remove_private_as_cmd_vtysh,
10571 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS",
10572 : "Specify neighbor router\n"
10573 : "Neighbor address\n"
10574 : "Neighbor IPv6 address\n"
10575 : "Interface name or neighbor tag\n"
10576 : "Remove private ASNs in outbound updates\n")
10577 :
10578 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_remove_private_as_hidden_cmd_vtysh,
10579 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS",
10580 : "Specify neighbor router\n"
10581 : "Neighbor address\n"
10582 : "Neighbor IPv6 address\n"
10583 : "Interface name or neighbor tag\n"
10584 : "Remove private ASNs in outbound updates\n")
10585 :
10586 : DEFSH (VTYSH_BGPD, neighbor_remove_private_as_replace_as_cmd_vtysh,
10587 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS replace-AS",
10588 : "Specify neighbor router\n"
10589 : "Neighbor address\n"
10590 : "Neighbor IPv6 address\n"
10591 : "Interface name or neighbor tag\n"
10592 : "Remove private ASNs in outbound updates\n"
10593 : "Replace private ASNs with our ASN in outbound updates\n")
10594 :
10595 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_remove_private_as_replace_as_hidden_cmd_vtysh,
10596 : "neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS replace-AS",
10597 : "Specify neighbor router\n"
10598 : "Neighbor address\n"
10599 : "Neighbor IPv6 address\n"
10600 : "Interface name or neighbor tag\n"
10601 : "Remove private ASNs in outbound updates\n"
10602 : "Replace private ASNs with our ASN in outbound updates\n")
10603 :
10604 : DEFSH (VTYSH_BGPD, neighbor_role_cmd_vtysh,
10605 : "neighbor <A.B.C.D|X:X::X:X|WORD> local-role <provider|rs-server|rs-client|customer|peer>",
10606 : "Specify neighbor router\n"
10607 : "Neighbor address\n"
10608 : "Neighbor IPv6 address\n"
10609 : "Interface name or neighbor tag\n"
10610 : "Set session role\n"
10611 : "Providing transit\n"
10612 : "Route server\n"
10613 : "RS client\n"
10614 : "Using transit\n"
10615 : "Public/private peering\n")
10616 :
10617 : DEFSH (VTYSH_BGPD, neighbor_role_strict_cmd_vtysh,
10618 : "neighbor <A.B.C.D|X:X::X:X|WORD> local-role <provider|rs-server|rs-client|customer|peer> strict-mode",
10619 : "Specify neighbor router\n"
10620 : "Neighbor address\n"
10621 : "Neighbor IPv6 address\n"
10622 : "Interface name or neighbor tag\n"
10623 : "Set session role\n"
10624 : "Providing transit\n"
10625 : "Route server\n"
10626 : "RS client\n"
10627 : "Using transit\n"
10628 : "Public/private peering\n"
10629 : "Use additional restriction on peer\n")
10630 :
10631 : DEFSH (VTYSH_BGPD, neighbor_route_map_cmd_vtysh,
10632 : "neighbor <A.B.C.D|X:X::X:X|WORD> route-map RMAP_NAME <in|out>",
10633 : "Specify neighbor router\n"
10634 : "Neighbor address\n"
10635 : "Neighbor IPv6 address\n"
10636 : "Interface name or neighbor tag\n"
10637 : "Apply route map to neighbor\n"
10638 : "Name of route map\n"
10639 : "Apply map to incoming routes\n"
10640 : "Apply map to outbound routes\n")
10641 :
10642 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_route_map_hidden_cmd_vtysh,
10643 : "neighbor <A.B.C.D|X:X::X:X|WORD> route-map RMAP_NAME <in|out>",
10644 : "Specify neighbor router\n"
10645 : "Neighbor address\n"
10646 : "Neighbor IPv6 address\n"
10647 : "Interface name or neighbor tag\n"
10648 : "Apply route map to neighbor\n"
10649 : "Name of route map\n"
10650 : "Apply map to incoming routes\n"
10651 : "Apply map to outbound routes\n")
10652 :
10653 : DEFSH (VTYSH_BGPD, neighbor_route_reflector_client_cmd_vtysh,
10654 : "neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client",
10655 : "Specify neighbor router\n"
10656 : "Neighbor address\n"
10657 : "Neighbor IPv6 address\n"
10658 : "Interface name or neighbor tag\n"
10659 : "Configure a neighbor as Route Reflector client\n")
10660 :
10661 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_route_reflector_client_hidden_cmd_vtysh,
10662 : "neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client",
10663 : "Specify neighbor router\n"
10664 : "Neighbor address\n"
10665 : "Neighbor IPv6 address\n"
10666 : "Interface name or neighbor tag\n"
10667 : "Configure a neighbor as Route Reflector client\n")
10668 :
10669 : DEFSH (VTYSH_BGPD, neighbor_route_server_client_cmd_vtysh,
10670 : "neighbor <A.B.C.D|X:X::X:X|WORD> route-server-client",
10671 : "Specify neighbor router\n"
10672 : "Neighbor address\n"
10673 : "Neighbor IPv6 address\n"
10674 : "Interface name or neighbor tag\n"
10675 : "Configure a neighbor as Route Server client\n")
10676 :
10677 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_route_server_client_hidden_cmd_vtysh,
10678 : "neighbor <A.B.C.D|X:X::X:X|WORD> route-server-client",
10679 : "Specify neighbor router\n"
10680 : "Neighbor address\n"
10681 : "Neighbor IPv6 address\n"
10682 : "Interface name or neighbor tag\n"
10683 : "Configure a neighbor as Route Server client\n")
10684 :
10685 : DEFSH (VTYSH_BGPD, neighbor_send_community_cmd_vtysh,
10686 : "neighbor <A.B.C.D|X:X::X:X|WORD> send-community",
10687 : "Specify neighbor router\n"
10688 : "Neighbor address\n"
10689 : "Neighbor IPv6 address\n"
10690 : "Interface name or neighbor tag\n"
10691 : "Send Community attribute to this neighbor\n")
10692 :
10693 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_send_community_hidden_cmd_vtysh,
10694 : "neighbor <A.B.C.D|X:X::X:X|WORD> send-community",
10695 : "Specify neighbor router\n"
10696 : "Neighbor address\n"
10697 : "Neighbor IPv6 address\n"
10698 : "Interface name or neighbor tag\n"
10699 : "Send Community attribute to this neighbor\n")
10700 :
10701 : DEFSH (VTYSH_BGPD, neighbor_send_community_type_cmd_vtysh,
10702 : "neighbor <A.B.C.D|X:X::X:X|WORD> send-community <both|all|extended|standard|large>",
10703 : "Specify neighbor router\n"
10704 : "Neighbor address\n"
10705 : "Neighbor IPv6 address\n"
10706 : "Interface name or neighbor tag\n"
10707 : "Send Community attribute to this neighbor\n"
10708 : "Send Standard and Extended Community attributes\n"
10709 : "Send Standard, Large and Extended Community attributes\n"
10710 : "Send Extended Community attributes\n"
10711 : "Send Standard Community attributes\n"
10712 : "Send Large Community attributes\n")
10713 :
10714 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_send_community_type_hidden_cmd_vtysh,
10715 : "neighbor <A.B.C.D|X:X::X:X|WORD> send-community <both|all|extended|standard|large>",
10716 : "Specify neighbor router\n"
10717 : "Neighbor address\n"
10718 : "Neighbor IPv6 address\n"
10719 : "Interface name or neighbor tag\n"
10720 : "Send Community attribute to this neighbor\n"
10721 : "Send Standard and Extended Community attributes\n"
10722 : "Send Standard, Large and Extended Community attributes\n"
10723 : "Send Extended Community attributes\n"
10724 : "Send Standard Community attributes\n"
10725 : "Send Large Community attributes\n")
10726 :
10727 : DEFSH (VTYSH_BGPD, neighbor_set_peer_group_cmd_vtysh,
10728 : "neighbor <A.B.C.D|X:X::X:X|WORD> peer-group PGNAME",
10729 : "Specify neighbor router\n"
10730 : "Neighbor address\n"
10731 : "Neighbor IPv6 address\n"
10732 : "Interface name or neighbor tag\n"
10733 : "Member of the peer-group\n"
10734 : "Peer-group name\n")
10735 :
10736 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_set_peer_group_hidden_cmd_vtysh,
10737 : "neighbor <A.B.C.D|X:X::X:X|WORD> peer-group PGNAME",
10738 : "Specify neighbor router\n"
10739 : "Neighbor address\n"
10740 : "Neighbor IPv6 address\n"
10741 : "Interface name or neighbor tag\n"
10742 : "Member of the peer-group\n"
10743 : "Peer-group name\n")
10744 :
10745 : DEFSH (VTYSH_BGPD, neighbor_shutdown_cmd_vtysh,
10746 : "neighbor <A.B.C.D|X:X::X:X|WORD> shutdown",
10747 : "Specify neighbor router\n"
10748 : "Neighbor address\n"
10749 : "Neighbor IPv6 address\n"
10750 : "Interface name or neighbor tag\n"
10751 : "Administratively shut down this neighbor\n")
10752 :
10753 : DEFSH (VTYSH_BGPD, neighbor_shutdown_msg_cmd_vtysh,
10754 : "neighbor <A.B.C.D|X:X::X:X|WORD> shutdown message MSG...",
10755 : "Specify neighbor router\n"
10756 : "Neighbor address\n"
10757 : "Neighbor IPv6 address\n"
10758 : "Interface name or neighbor tag\n"
10759 : "Administratively shut down this neighbor\n"
10760 : "Add a shutdown message (RFC 8203)\n"
10761 : "Shutdown message\n")
10762 :
10763 : DEFSH (VTYSH_BGPD, neighbor_shutdown_rtt_cmd_vtysh,
10764 : "neighbor <A.B.C.D|X:X::X:X|WORD> shutdown rtt (1-65535) [count (1-255)]",
10765 : "Specify neighbor router\n"
10766 : "Neighbor address\n"
10767 : "Neighbor IPv6 address\n"
10768 : "Interface name or neighbor tag\n"
10769 : "Administratively shut down this neighbor\n"
10770 : "Shutdown if round-trip-time is higher than expected\n"
10771 : "Round-trip-time in milliseconds\n"
10772 : "Specify the number of keepalives before shutdown\n"
10773 : "The number of keepalives with higher RTT to shutdown\n")
10774 :
10775 : DEFSH (VTYSH_BGPD, neighbor_soft_reconfiguration_cmd_vtysh,
10776 : "neighbor <A.B.C.D|X:X::X:X|WORD> soft-reconfiguration inbound",
10777 : "Specify neighbor router\n"
10778 : "Neighbor address\n"
10779 : "Neighbor IPv6 address\n"
10780 : "Interface name or neighbor tag\n"
10781 : "Per neighbor soft reconfiguration\n"
10782 : "Allow inbound soft reconfiguration for this neighbor\n")
10783 :
10784 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_soft_reconfiguration_hidden_cmd_vtysh,
10785 : "neighbor <A.B.C.D|X:X::X:X|WORD> soft-reconfiguration inbound",
10786 : "Specify neighbor router\n"
10787 : "Neighbor address\n"
10788 : "Neighbor IPv6 address\n"
10789 : "Interface name or neighbor tag\n"
10790 : "Per neighbor soft reconfiguration\n"
10791 : "Allow inbound soft reconfiguration for this neighbor\n")
10792 :
10793 : DEFSH (VTYSH_BGPD, neighbor_solo_cmd_vtysh,
10794 : "neighbor <A.B.C.D|X:X::X:X|WORD> solo",
10795 : "Specify neighbor router\n"
10796 : "Neighbor address\n"
10797 : "Neighbor IPv6 address\n"
10798 : "Interface name or neighbor tag\n"
10799 : "Solo peer - part of its own update group\n")
10800 :
10801 : DEFSH (VTYSH_BGPD, neighbor_soo_cmd_vtysh,
10802 : "neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor soo ASN:NN_OR_IP-ADDRESS:NN$soo",
10803 : "Specify neighbor router\n"
10804 : "Neighbor address\n"
10805 : "Neighbor IPv6 address\n"
10806 : "Interface name or neighbor tag\n"
10807 : "Set the Site-of-Origin (SoO) extended community\n"
10808 : "VPN extended community\n")
10809 :
10810 : DEFSH (VTYSH_BGPD, neighbor_strict_capability_cmd_vtysh,
10811 : "neighbor <A.B.C.D|X:X::X:X|WORD> strict-capability-match",
10812 : "Specify neighbor router\n"
10813 : "Neighbor address\n"
10814 : "Neighbor IPv6 address\n"
10815 : "Interface name or neighbor tag\n"
10816 : "Strict capability negotiation match\n")
10817 :
10818 : DEFSH (VTYSH_BGPD, neighbor_tcp_mss_cmd_vtysh,
10819 : "neighbor <A.B.C.D|X:X::X:X|WORD> tcp-mss (1-65535)",
10820 : "Specify neighbor router\n"
10821 : "Neighbor address\n"
10822 : "Neighbor IPv6 address\n"
10823 : "Interface name or neighbor tag\n"
10824 : "TCP max segment size\n"
10825 : "TCP MSS value\n")
10826 :
10827 : DEFSH (VTYSH_BGPD, neighbor_timers_cmd_vtysh,
10828 : "neighbor <A.B.C.D|X:X::X:X|WORD> timers (0-65535) (0-65535)",
10829 : "Specify neighbor router\n"
10830 : "Neighbor address\n"
10831 : "Neighbor IPv6 address\n"
10832 : "Interface name or neighbor tag\n"
10833 : "BGP per neighbor timers\n"
10834 : "Keepalive interval\n"
10835 : "Holdtime\n")
10836 :
10837 : DEFSH (VTYSH_BGPD, neighbor_timers_connect_cmd_vtysh,
10838 : "neighbor <A.B.C.D|X:X::X:X|WORD> timers connect (1-65535)",
10839 : "Specify neighbor router\n"
10840 : "Neighbor address\n"
10841 : "Neighbor IPv6 address\n"
10842 : "Interface name or neighbor tag\n"
10843 : "BGP per neighbor timers\n"
10844 : "BGP connect timer\n"
10845 : "Connect timer\n")
10846 :
10847 : DEFSH (VTYSH_BGPD, neighbor_timers_delayopen_cmd_vtysh,
10848 : "neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor timers delayopen (1-240)$interval",
10849 : "Specify neighbor router\n"
10850 : "Neighbor address\n"
10851 : "Neighbor IPv6 address\n"
10852 : "Interface name or neighbor tag\n"
10853 : "BGP per neighbor timers\n"
10854 : "RFC 4271 DelayOpenTimer\n"
10855 : "DelayOpenTime timer interval\n")
10856 :
10857 : DEFSH (VTYSH_BGPD, neighbor_ttl_security_cmd_vtysh,
10858 : "neighbor <A.B.C.D|X:X::X:X|WORD> ttl-security hops (1-254)",
10859 : "Specify neighbor router\n"
10860 : "Neighbor address\n"
10861 : "Neighbor IPv6 address\n"
10862 : "Interface name or neighbor tag\n"
10863 : "BGP ttl-security parameters\n"
10864 : "Specify the maximum number of hops to the BGP peer\n"
10865 : "Number of hops to BGP peer\n")
10866 :
10867 : DEFSH (VTYSH_BGPD, neighbor_unsuppress_map_cmd_vtysh,
10868 : "neighbor <A.B.C.D|X:X::X:X|WORD> unsuppress-map WORD",
10869 : "Specify neighbor router\n"
10870 : "Neighbor address\n"
10871 : "Neighbor IPv6 address\n"
10872 : "Interface name or neighbor tag\n"
10873 : "Route-map to selectively unsuppress suppressed routes\n"
10874 : "Name of route map\n")
10875 :
10876 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_unsuppress_map_hidden_cmd_vtysh,
10877 : "neighbor <A.B.C.D|X:X::X:X|WORD> unsuppress-map WORD",
10878 : "Specify neighbor router\n"
10879 : "Neighbor address\n"
10880 : "Neighbor IPv6 address\n"
10881 : "Interface name or neighbor tag\n"
10882 : "Route-map to selectively unsuppress suppressed routes\n"
10883 : "Name of route map\n")
10884 :
10885 : DEFSH (VTYSH_BGPD, neighbor_update_source_cmd_vtysh,
10886 : "neighbor <A.B.C.D|X:X::X:X|WORD> update-source <A.B.C.D|X:X::X:X|WORD>",
10887 : "Specify neighbor router\n"
10888 : "Neighbor address\n"
10889 : "Neighbor IPv6 address\n"
10890 : "Interface name or neighbor tag\n"
10891 : "Source of routing updates\n"
10892 : "IPv4 address\n"
10893 : "IPv6 address\n"
10894 : "Interface name (requires zebra to be running)\n")
10895 :
10896 : DEFSH (VTYSH_BGPD, neighbor_weight_cmd_vtysh,
10897 : "neighbor <A.B.C.D|X:X::X:X|WORD> weight (0-65535)",
10898 : "Specify neighbor router\n"
10899 : "Neighbor address\n"
10900 : "Neighbor IPv6 address\n"
10901 : "Interface name or neighbor tag\n"
10902 : "Set default weight for routes from this neighbor\n"
10903 : "default weight\n")
10904 :
10905 : DEFSH_HIDDEN (VTYSH_BGPD, neighbor_weight_hidden_cmd_vtysh,
10906 : "neighbor <A.B.C.D|X:X::X:X|WORD> weight (0-65535)",
10907 : "Specify neighbor router\n"
10908 : "Neighbor address\n"
10909 : "Neighbor IPv6 address\n"
10910 : "Interface name or neighbor tag\n"
10911 : "Set default weight for routes from this neighbor\n"
10912 : "default weight\n")
10913 :
10914 : DEFSH (VTYSH_ISISD, net_cmd_vtysh,
10915 : "[no] net WORD",
10916 : "Remove an existing Network Entity Title for this process\n"
10917 : "A Network Entity Title for this process (OSI only)\n"
10918 : "XX.XXXX. ... .XXX.XX Network entity title (NET)\n")
10919 :
10920 : DEFSH (VTYSH_NH_GROUP, nexthop_group_backup_cmd_vtysh,
10921 : "backup-group WORD$name",
10922 : "Specify a group name containing backup nexthops\n"
10923 : "The name of the backup group\n")
10924 :
10925 : DEFSH (VTYSH_NH_GROUP, nexthop_group_resilience_cmd_vtysh,
10926 : "resilient buckets (1-256) idle-timer (1-4294967295) unbalanced-timer (1-4294967295)",
10927 : "A resilient Nexthop Group\n"
10928 : "Buckets in the Hash for this Group\n"
10929 : "Number of buckets\n"
10930 : "The Idle timer for this Resilient Nexthop Group in seconds\n"
10931 : "Number of seconds of Idle time\n"
10932 : "The length of time that the Nexthop Group can be unbalanced\n"
10933 : "Number of seconds of Unbalanced time\n")
10934 :
10935 : DEFSH_HIDDEN (VTYSH_ZEBRA, nexthop_group_use_enable_cmd_vtysh,
10936 : "[no] zebra nexthop kernel enable",
10937 : "Negate a command or set its defaults\n"
10938 : "Zebra information\n"
10939 : "Nexthop configuration \n"
10940 : "Configure use of kernel nexthops\n"
10941 : "Enable kernel nexthops\n")
10942 :
10943 : DEFSH (VTYSH_NHRPD, nhrp_event_socket_cmd_vtysh,
10944 : "nhrp event socket SOCKET",
10945 : "Next Hop Resolution Protocol functions\n"
10946 : "Event Manager commands\n"
10947 : "Event Manager unix socket path\n"
10948 : "Unix path for the socket\n")
10949 :
10950 : DEFSH (VTYSH_NHRPD, nhrp_multicast_nflog_group_cmd_vtysh,
10951 : "nhrp multicast-nflog-group (1-65535)",
10952 : "Next Hop Resolution Protocol functions\n"
10953 : "Specify NFLOG group number for Multicast Packets\n"
10954 : "NFLOG group number\n")
10955 :
10956 : DEFSH (VTYSH_NHRPD, nhrp_nflog_group_cmd_vtysh,
10957 : "nhrp nflog-group (1-65535)",
10958 : "Next Hop Resolution Protocol functions\n"
10959 : "Specify NFLOG group number\n"
10960 : "NFLOG group number\n")
10961 :
10962 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, no_accept_lifetime_cmd_vtysh,
10963 : "no accept-lifetime",
10964 : "Negate a command or set its defaults\n"
10965 : "Unset accept-lifetime\n")
10966 :
10967 : DEFSH (VTYSH_ACL, no_access_list_all_cmd_vtysh,
10968 : "no access-list WORD$name",
10969 : "Negate a command or set its defaults\n"
10970 : "Access list entry\n"
10971 : "Access list name\n")
10972 :
10973 : DEFSH (VTYSH_ACL, no_access_list_cmd_vtysh,
10974 : "no access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <A.B.C.D/M$prefix [exact-match$exact]|any>",
10975 : "Negate a command or set its defaults\n"
10976 : "Access list entry\n"
10977 : "Access list name\n"
10978 : "Sequence number of an entry\n"
10979 : "Sequence number\n"
10980 : "Specify packets to reject\n"
10981 : "Specify packets to forward\n"
10982 : "Prefix to match. e.g. 10.0.0.0/8\n"
10983 : "Exact match of the prefixes\n"
10984 : "Match any IPv4\n")
10985 :
10986 : DEFSH (VTYSH_ACL, no_access_list_ext_cmd_vtysh,
10987 : "no access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action ip <A.B.C.D$src A.B.C.D$src_mask|host A.B.C.D$src|any> <A.B.C.D$dst A.B.C.D$dst_mask|host A.B.C.D$dst|any>",
10988 : "Negate a command or set its defaults\n"
10989 : "Access list entry\n"
10990 : "Access list name\n"
10991 : "Sequence number of an entry\n"
10992 : "Sequence number\n"
10993 : "Specify packets to reject\n"
10994 : "Specify packets to forward\n"
10995 : "Any Internet Protocol\n"
10996 : "Source address to match\n"
10997 : "Source address mask to apply\n"
10998 : "Single source host\n"
10999 : "Source address to match\n"
11000 : "Any source host\n"
11001 : "Destination address to match\n"
11002 : "Destination address mask to apply\n"
11003 : "Single destination host\n"
11004 : "Destination address to match\n"
11005 : "Any destination host\n")
11006 :
11007 : DEFSH (VTYSH_ACL, no_access_list_remark_cmd_vtysh,
11008 : "no access-list WORD$name remark",
11009 : "Negate a command or set its defaults\n"
11010 : "Access list entry\n"
11011 : "Access list name\n"
11012 : "Access list entry comment\n")
11013 :
11014 : DEFSH (VTYSH_ACL, no_access_list_remark_line_cmd_vtysh,
11015 : "no access-list WORD$name remark LINE...",
11016 : "Negate a command or set its defaults\n"
11017 : "Access list entry\n"
11018 : "Access list name\n"
11019 : "Access list entry comment\n"
11020 : "Comment up to 100 characters\n")
11021 :
11022 : DEFSH (VTYSH_ACL, no_access_list_std_cmd_vtysh,
11023 : "no access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <[host] A.B.C.D$host|A.B.C.D$host A.B.C.D$mask>",
11024 : "Negate a command or set its defaults\n"
11025 : "Access list entry\n"
11026 : "Access list name\n"
11027 : "Sequence number of an entry\n"
11028 : "Sequence number\n"
11029 : "Specify packets to reject\n"
11030 : "Specify packets to forward\n"
11031 : "A single host address\n"
11032 : "Address to match\n"
11033 : "Address to match\n"
11034 : "Wildcard bits\n")
11035 :
11036 : DEFSH (VTYSH_BGPD|VTYSH_ISISD|VTYSH_OSPF6D|VTYSH_OSPFD|VTYSH_RIPD|VTYSH_ZEBRA, no_agentx_cmd_vtysh,
11037 : "no agentx",
11038 : "Negate a command or set its defaults\n"
11039 : "SNMP AgentX protocol settings\n")
11040 :
11041 : DEFSH (VTYSH_ZEBRA, no_allow_external_route_update_cmd_vtysh,
11042 : "no allow-external-route-update",
11043 : "Negate a command or set its defaults\n"
11044 : "Allow FRR routes to be overwritten by external processes\n")
11045 :
11046 : DEFSH (VTYSH_OSPF6D, no_area_export_list_cmd_vtysh,
11047 : "no area <A.B.C.D|(0-4294967295)> export-list ACCESSLIST6_NAME",
11048 : "Negate a command or set its defaults\n"
11049 : "OSPF6 area parameters\n"
11050 : "OSPF6 area ID in IP address format\n"
11051 : "OSPF6 area ID as a decimal value\n"
11052 : "Unset the filter for networks announced to other areas\n"
11053 : "Name of the access-list\n")
11054 :
11055 : DEFSH (VTYSH_OSPF6D, no_area_filter_list_cmd_vtysh,
11056 : "no area <A.B.C.D|(0-4294967295)> filter-list prefix PREFIXLIST_NAME <in|out>",
11057 : "Negate a command or set its defaults\n"
11058 : "OSPF6 area parameters\n"
11059 : "OSPF6 area ID in IP address format\n"
11060 : "OSPF6 area ID as a decimal value\n"
11061 : "Filter networks between OSPF6 areas\n"
11062 : "Filter prefixes between OSPF6 areas\n"
11063 : "Name of an IPv6 prefix-list\n"
11064 : "Filter networks sent to this area\n"
11065 : "Filter networks sent from this area\n")
11066 :
11067 : DEFSH (VTYSH_OSPF6D, no_area_import_list_cmd_vtysh,
11068 : "no area <A.B.C.D|(0-4294967295)> import-list ACCESSLIST6_NAME",
11069 : "Negate a command or set its defaults\n"
11070 : "OSPF6 area parameters\n"
11071 : "OSPF6 area ID in IP address format\n"
11072 : "OSPF6 area ID as a decimal value\n"
11073 : "Unset the filter for networks announced to other areas\n"
11074 : "Name of the access-list\n")
11075 :
11076 : DEFSH (VTYSH_ISISD, no_area_lsp_mtu_cmd_vtysh,
11077 : "no lsp-mtu [(128-4352)]",
11078 : "Negate a command or set its defaults\n"
11079 : "Configure the maximum size of generated LSPs\n"
11080 : "Maximum size of generated LSPs\n")
11081 :
11082 : DEFSH (VTYSH_OSPF6D, no_area_nssa_range_cmd_vtysh,
11083 : "no area <A.B.C.D|(0-4294967295)>$area nssa range X:X::X:X/M$prefix [<not-advertise|cost (0-16777215)>]",
11084 : "Negate a command or set its defaults\n"
11085 : "OSPF6 area parameters\n"
11086 : "OSPF6 area ID in IP address format\n"
11087 : "OSPF6 area ID as a decimal value\n"
11088 : "Configure OSPF6 area as nssa\n"
11089 : "Configured address range\n"
11090 : "Specify IPv6 prefix\n"
11091 : "Do not advertise\n"
11092 : "User specified metric for this range\n"
11093 : "Advertised metric for this range\n")
11094 :
11095 : DEFSH (VTYSH_ISISD, no_area_passwd_cmd_vtysh,
11096 : "no <area-password|domain-password>$cmd",
11097 : "Negate a command or set its defaults\n"
11098 : "Configure the authentication password for an area\n"
11099 : "Set the authentication password for a routing domain\n")
11100 :
11101 : DEFSH (VTYSH_OSPF6D, no_area_range_cmd_vtysh,
11102 : "no area <A.B.C.D|(0-4294967295)> range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]",
11103 : "Negate a command or set its defaults\n"
11104 : "OSPF6 area parameters\n"
11105 : "OSPF6 area ID in IP address format\n"
11106 : "OSPF6 area ID as a decimal value\n"
11107 : "Configured address range\n"
11108 : "Specify IPv6 prefix\n"
11109 : "Advertise\n"
11110 : "Do not advertise\n"
11111 : "User specified metric for this range\n"
11112 : "Advertised metric for this range\n")
11113 :
11114 : DEFSH (VTYSH_OSPF6D, no_auto_cost_reference_bandwidth_cmd_vtysh,
11115 : "no auto-cost reference-bandwidth [(1-4294967)]",
11116 : "Negate a command or set its defaults\n"
11117 : "Calculate OSPF interface cost according to bandwidth\n"
11118 : "Use reference bandwidth method to assign OSPF cost\n"
11119 : "The reference bandwidth in terms of Mbits per second\n")
11120 :
11121 : DEFSH (VTYSH_BGPD, no_auto_summary_cmd_vtysh,
11122 : "no auto-summary",
11123 : "Negate a command or set its defaults\n"
11124 : "Enable automatic network number summarization\n")
11125 :
11126 : DEFSH (VTYSH_BABELD, no_babel_diversity_cmd_vtysh,
11127 : "no babel diversity",
11128 : "Negate a command or set its defaults\n"
11129 : "Babel commands\n"
11130 : "Disable diversity-aware routing.\n")
11131 :
11132 : DEFSH (VTYSH_BABELD, no_babel_network_cmd_vtysh,
11133 : "no network IF_OR_ADDR",
11134 : "Negate a command or set its defaults\n"
11135 : "Disable Babel protocol on specified interface or network.\n"
11136 : "Interface or address\n")
11137 :
11138 : DEFSH (VTYSH_ZEBRA, no_bandwidth_if_cmd_vtysh,
11139 : "no bandwidth [(1-100000)]",
11140 : "Negate a command or set its defaults\n"
11141 : "Set bandwidth informational parameter\n"
11142 : "Bandwidth in megabits\n")
11143 :
11144 : DEFSH (VTYSH_BFDD, no_bfd_peer_minimum_ttl_cmd_vtysh,
11145 : "no minimum-ttl",
11146 : "Negate a command or set its defaults\n"
11147 : "Expect packets with at least this TTL\n")
11148 :
11149 : DEFSH (VTYSH_BFDD, no_bfd_profile_cmd_vtysh,
11150 : "no profile BFDPROF$name",
11151 : "Negate a command or set its defaults\n"
11152 : "BFD profile.\n"
11153 : "BFD profile name.\n")
11154 :
11155 : DEFSH (VTYSH_BFDD, no_bfd_profile_minimum_ttl_cmd_vtysh,
11156 : "no minimum-ttl",
11157 : "Negate a command or set its defaults\n"
11158 : "Expect packets with at least this TTL\n")
11159 :
11160 : DEFSH (VTYSH_BGPD, no_bgp_always_compare_med_cmd_vtysh,
11161 : "no bgp always-compare-med",
11162 : "Negate a command or set its defaults\n"
11163 : "BGP information\n"
11164 : "Allow comparing MED from different neighbors\n")
11165 :
11166 : DEFSH (VTYSH_BGPD, no_bgp_as_path_all_cmd_vtysh,
11167 : "no bgp as-path access-list AS_PATH_FILTER_NAME",
11168 : "Negate a command or set its defaults\n"
11169 : "BGP information\n"
11170 : "BGP autonomous system path filter\n"
11171 : "Specify an access list name\n"
11172 : "Regular expression access list name\n")
11173 :
11174 : DEFSH (VTYSH_BGPD, no_bgp_as_path_cmd_vtysh,
11175 : "no bgp as-path access-list AS_PATH_FILTER_NAME [seq (0-4294967295)] <deny|permit> LINE...",
11176 : "Negate a command or set its defaults\n"
11177 : "BGP information\n"
11178 : "BGP autonomous system path filter\n"
11179 : "Specify an access list name\n"
11180 : "Regular expression access list name\n"
11181 : "Sequence number of an entry\n"
11182 : "Sequence number\n"
11183 : "Specify packets to reject\n"
11184 : "Specify packets to forward\n"
11185 : "A regular-expression (1234567890_^|[,{}() ]$*+.?-\\) to match the BGP AS paths\n")
11186 :
11187 : DEFSH (VTYSH_BGPD, no_bgp_bestpath_aspath_confed_cmd_vtysh,
11188 : "no bgp bestpath as-path confed",
11189 : "Negate a command or set its defaults\n"
11190 : "BGP information\n"
11191 : "Change the default bestpath selection\n"
11192 : "AS-path attribute\n"
11193 : "Compare path lengths including confederation sets & sequences in selecting a route\n")
11194 :
11195 : DEFSH (VTYSH_BGPD, no_bgp_bestpath_aspath_ignore_cmd_vtysh,
11196 : "no bgp bestpath as-path ignore",
11197 : "Negate a command or set its defaults\n"
11198 : "BGP information\n"
11199 : "Change the default bestpath selection\n"
11200 : "AS-path attribute\n"
11201 : "Ignore as-path length in selecting a route\n")
11202 :
11203 : DEFSH (VTYSH_BGPD, no_bgp_bestpath_aspath_multipath_relax_cmd_vtysh,
11204 : "no bgp bestpath as-path multipath-relax [<as-set|no-as-set>]",
11205 : "Negate a command or set its defaults\n"
11206 : "BGP information\n"
11207 : "Change the default bestpath selection\n"
11208 : "AS-path attribute\n"
11209 : "Allow load sharing across routes that have different AS paths (but same length)\n"
11210 : "Generate an AS_SET\n"
11211 : "Do not generate an AS_SET\n")
11212 :
11213 : DEFSH (VTYSH_BGPD, no_bgp_bestpath_bw_cmd_vtysh,
11214 : "no bgp bestpath bandwidth [<ignore|skip-missing|default-weight-for-missing>$bw_cfg]",
11215 : "Negate a command or set its defaults\n"
11216 : "BGP information\n"
11217 : "Change the default bestpath selection\n"
11218 : "Link Bandwidth attribute\n"
11219 : "Ignore link bandwidth (i.e., do regular ECMP, not weighted)\n"
11220 : "Ignore paths without link bandwidth for ECMP (if other paths have it)\n"
11221 : "Assign a low default weight (value 1) to paths not having link bandwidth\n")
11222 :
11223 : DEFSH (VTYSH_BGPD, no_bgp_bestpath_compare_router_id_cmd_vtysh,
11224 : "no bgp bestpath compare-routerid",
11225 : "Negate a command or set its defaults\n"
11226 : "BGP information\n"
11227 : "Change the default bestpath selection\n"
11228 : "Compare router-id for identical EBGP paths\n")
11229 :
11230 : DEFSH (VTYSH_BGPD, no_bgp_bestpath_med_cmd_vtysh,
11231 : "no bgp bestpath med <confed [missing-as-worst]|missing-as-worst [confed]>",
11232 : "Negate a command or set its defaults\n"
11233 : "BGP information\n"
11234 : "Change the default bestpath selection\n"
11235 : "MED attribute\n"
11236 : "Compare MED among confederation paths\n"
11237 : "Treat missing MED as the least preferred one\n"
11238 : "Treat missing MED as the least preferred one\n"
11239 : "Compare MED among confederation paths\n")
11240 :
11241 : DEFSH (VTYSH_BGPD, no_bgp_bestpath_peer_type_multipath_relax_cmd_vtysh,
11242 : "no bgp bestpath peer-type multipath-relax",
11243 : "Negate a command or set its defaults\n"
11244 : "BGP information\n"
11245 : "Change the default bestpath selection\n"
11246 : "Peer type\n"
11247 : "Allow load sharing across routes learned from different peer types\n")
11248 :
11249 : DEFSH (VTYSH_BGPD, no_bgp_client_to_client_reflection_cmd_vtysh,
11250 : "no bgp client-to-client reflection",
11251 : "Negate a command or set its defaults\n"
11252 : "BGP information\n"
11253 : "Configure client to client route reflection\n"
11254 : "reflection of routes allowed\n")
11255 :
11256 : DEFSH (VTYSH_BGPD, no_bgp_cluster_id_cmd_vtysh,
11257 : "no bgp cluster-id [<A.B.C.D|(1-4294967295)>]",
11258 : "Negate a command or set its defaults\n"
11259 : "BGP information\n"
11260 : "Configure Route-Reflector Cluster-id\n"
11261 : "Route-Reflector Cluster-id in IP address format\n"
11262 : "Route-Reflector Cluster-id as 32 bit quantity\n")
11263 :
11264 : DEFSH (VTYSH_BGPD, no_bgp_coalesce_time_cmd_vtysh,
11265 : "no coalesce-time (0-4294967295)",
11266 : "Negate a command or set its defaults\n"
11267 : "Subgroup coalesce timer\n"
11268 : "Subgroup coalesce timer value (in ms)\n")
11269 :
11270 : DEFSH (VTYSH_BGPD, no_bgp_community_list_expanded_all_cmd_vtysh,
11271 : "no bgp community-list <(100-500)|expanded COMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> AA:NN...",
11272 : "Negate a command or set its defaults\n"
11273 : "BGP information\n"
11274 : "Add a community list entry\n"
11275 : "Community list number (expanded)\n"
11276 : "Add an expanded community-list entry\n"
11277 : "Community list name\n"
11278 : "Sequence number of an entry\n"
11279 : "Sequence number\n"
11280 : "Specify community to reject\n"
11281 : "Specify community to accept\n"
11282 : "Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet|graceful-shutdown|accept-own-nexthop|accept-own|route-filter-translated-v4|route-filter-v4|route-filter-translated-v6|route-filter-v6|llgr-stale|no-llgr|blackhole|no-peer or additive\n")
11283 :
11284 : DEFSH (VTYSH_BGPD, no_bgp_community_list_expanded_all_list_cmd_vtysh,
11285 : "no bgp community-list <(100-500)|expanded COMMUNITY_LIST_NAME>",
11286 : "Negate a command or set its defaults\n"
11287 : "BGP information\n"
11288 : "Add a community list entry\n"
11289 : "Community list number (expanded)\n"
11290 : "Add an expanded community-list entry\n"
11291 : "Community list name\n")
11292 :
11293 : DEFSH (VTYSH_BGPD, no_bgp_community_list_standard_all_cmd_vtysh,
11294 : "no bgp community-list <(1-99)|standard COMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> AA:NN...",
11295 : "Negate a command or set its defaults\n"
11296 : "BGP information\n"
11297 : "Add a community list entry\n"
11298 : "Community list number (standard)\n"
11299 : "Add an standard community-list entry\n"
11300 : "Community list name\n"
11301 : "Sequence number of an entry\n"
11302 : "Sequence number\n"
11303 : "Specify community to reject\n"
11304 : "Specify community to accept\n"
11305 : "Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet|graceful-shutdown|accept-own-nexthop|accept-own|route-filter-translated-v4|route-filter-v4|route-filter-translated-v6|route-filter-v6|llgr-stale|no-llgr|blackhole|no-peer or additive\n")
11306 :
11307 : DEFSH (VTYSH_BGPD, no_bgp_community_list_standard_all_list_cmd_vtysh,
11308 : "no bgp community-list <(1-99)|standard COMMUNITY_LIST_NAME>",
11309 : "Negate a command or set its defaults\n"
11310 : "BGP information\n"
11311 : "Add a community list entry\n"
11312 : "Community list number (standard)\n"
11313 : "Add an standard community-list entry\n"
11314 : "Community list name\n")
11315 :
11316 : DEFSH (VTYSH_BGPD, no_bgp_confederation_identifier_cmd_vtysh,
11317 : "no bgp confederation identifier [(1-4294967295)]",
11318 : "Negate a command or set its defaults\n"
11319 : "BGP information\n"
11320 : "AS confederation parameters\n"
11321 : "AS number\n"
11322 : "Set routing domain confederation AS\n")
11323 :
11324 : DEFSH (VTYSH_BGPD, no_bgp_confederation_peers_cmd_vtysh,
11325 : "no bgp confederation peers (1-4294967295)...",
11326 : "Negate a command or set its defaults\n"
11327 : "BGP information\n"
11328 : "AS confederation parameters\n"
11329 : "Peer ASs in BGP confederation\n"
11330 : "AS number\n")
11331 :
11332 : DEFSH (VTYSH_BGPD, no_bgp_default_local_preference_cmd_vtysh,
11333 : "no bgp default local-preference [(0-4294967295)]",
11334 : "Negate a command or set its defaults\n"
11335 : "BGP information\n"
11336 : "Configure BGP defaults\n"
11337 : "local preference (higher=more preferred)\n"
11338 : "Configure default local preference value\n")
11339 :
11340 : DEFSH (VTYSH_BGPD, no_bgp_default_show_hostname_cmd_vtysh,
11341 : "no bgp default show-hostname",
11342 : "Negate a command or set its defaults\n"
11343 : "BGP information\n"
11344 : "Configure BGP defaults\n"
11345 : "Show hostname in certain command outputs\n")
11346 :
11347 : DEFSH (VTYSH_BGPD, no_bgp_default_show_nexthop_hostname_cmd_vtysh,
11348 : "no bgp default show-nexthop-hostname",
11349 : "Negate a command or set its defaults\n"
11350 : "BGP information\n"
11351 : "Configure BGP defaults\n"
11352 : "Show hostname for nexthop in certain command outputs\n")
11353 :
11354 : DEFSH (VTYSH_BGPD, no_bgp_default_subgroup_pkt_queue_max_cmd_vtysh,
11355 : "no bgp default subgroup-pkt-queue-max [(20-100)]",
11356 : "Negate a command or set its defaults\n"
11357 : "BGP information\n"
11358 : "Configure BGP defaults\n"
11359 : "subgroup-pkt-queue-max\n"
11360 : "Configure subgroup packet queue max\n")
11361 :
11362 : DEFSH (VTYSH_BGPD, no_bgp_deterministic_med_cmd_vtysh,
11363 : "no bgp deterministic-med",
11364 : "Negate a command or set its defaults\n"
11365 : "BGP information\n"
11366 : "Pick the best-MED path among paths advertised from the neighboring AS\n")
11367 :
11368 : DEFSH (VTYSH_BGPD, no_bgp_disable_connected_route_check_cmd_vtysh,
11369 : "no bgp disable-ebgp-connected-route-check",
11370 : "Negate a command or set its defaults\n"
11371 : "BGP information\n"
11372 : "Disable checking if nexthop is connected on ebgp sessions\n")
11373 :
11374 : DEFSH (VTYSH_BGPD, no_bgp_distance_cmd_vtysh,
11375 : "no distance bgp [(1-255) (1-255) (1-255)]",
11376 : "Negate a command or set its defaults\n"
11377 : "Define an administrative distance\n"
11378 : "BGP distance\n"
11379 : "Distance for routes external to the AS\n"
11380 : "Distance for routes internal to the AS\n"
11381 : "Distance for local routes\n")
11382 :
11383 : DEFSH (VTYSH_BGPD, no_bgp_distance_source_access_list_cmd_vtysh,
11384 : "no distance (1-255) A.B.C.D/M WORD",
11385 : "Negate a command or set its defaults\n"
11386 : "Define an administrative distance\n"
11387 : "Administrative distance\n"
11388 : "IP source prefix\n"
11389 : "Access list name\n")
11390 :
11391 : DEFSH (VTYSH_BGPD, no_bgp_distance_source_cmd_vtysh,
11392 : "no distance (1-255) A.B.C.D/M",
11393 : "Negate a command or set its defaults\n"
11394 : "Define an administrative distance\n"
11395 : "Administrative distance\n"
11396 : "IP source prefix\n")
11397 :
11398 : DEFSH (VTYSH_BGPD, no_bgp_ebgp_requires_policy_cmd_vtysh,
11399 : "no bgp ebgp-requires-policy",
11400 : "Negate a command or set its defaults\n"
11401 : "BGP information\n"
11402 : "Require in and out policy for eBGP peers (RFC8212)\n")
11403 :
11404 : DEFSH (VTYSH_BGPD, no_bgp_evpn_advertise_all_vni_cmd_vtysh,
11405 : "no advertise-all-vni",
11406 : "Negate a command or set its defaults\n"
11407 : "Advertise All local VNIs\n")
11408 :
11409 : DEFSH (VTYSH_BGPD, no_bgp_evpn_advertise_autort_rfc8365_cmd_vtysh,
11410 : "no autort rfc8365-compatible",
11411 : "Negate a command or set its defaults\n"
11412 : "Auto-derivation of RT\n"
11413 : "Auto-derivation of RT using RFC8365\n")
11414 :
11415 : DEFSH (VTYSH_BGPD, no_bgp_evpn_advertise_default_gw_cmd_vtysh,
11416 : "no advertise-default-gw",
11417 : "Negate a command or set its defaults\n"
11418 : "Withdraw All default g/w mac-ip routes from EVPN\n")
11419 :
11420 : DEFSH (VTYSH_BGPD, no_bgp_evpn_advertise_default_gw_vni_cmd_vtysh,
11421 : "no advertise-default-gw",
11422 : "Negate a command or set its defaults\n"
11423 : "Withdraw default g/w mac-ip routes from EVPN for a VNI\n")
11424 :
11425 : DEFSH (VTYSH_BGPD, no_bgp_evpn_advertise_type5_cmd_vtysh,
11426 : "no advertise <ipv4|ipv6><unicast|multicast|vpn> [route-map WORD]",
11427 : "Negate a command or set its defaults\n"
11428 : "Advertise prefix routes\n"
11429 : "Address Family\n"
11430 : "Address Family\n"
11431 : "Address Family modifier\n"
11432 : "Address Family modifier\n"
11433 : "Address Family modifier\n"
11434 : "route-map for filtering specific routes\n"
11435 : "Name of the route map\n")
11436 :
11437 : DEFSH_HIDDEN (VTYSH_BGPD, no_bgp_evpn_advertise_vni_subnet_cmd_vtysh,
11438 : "no advertise-subnet",
11439 : "Negate a command or set its defaults\n"
11440 : "Advertise All local VNIs\n")
11441 :
11442 : DEFSH (VTYSH_BGPD, no_bgp_evpn_default_originate_cmd_vtysh,
11443 : "no default-originate <ipv4 | ipv6>",
11444 : "Negate a command or set its defaults\n"
11445 : "withdraw a default route\n"
11446 : "ipv4 address family\n"
11447 : "ipv6 address family\n")
11448 :
11449 : DEFSH (VTYSH_BGPD, no_bgp_evpn_ead_es_rt_cmd_vtysh,
11450 : "no ead-es-route-target export RT",
11451 : "Negate a command or set its defaults\n"
11452 : "EAD ES Route Target\n"
11453 : "export\n"
11454 : "ASN:XX or A.B.C.D:XX\n")
11455 :
11456 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vni_cmd_vtysh,
11457 : "no vni (1-16777215)",
11458 : "Negate a command or set its defaults\n"
11459 : "VXLAN Network Identifier\n"
11460 : "VNI number\n")
11461 :
11462 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vni_rd_cmd_vtysh,
11463 : "no rd ASN:NN_OR_IP-ADDRESS:NN",
11464 : "Negate a command or set its defaults\n"
11465 : "Route Distinguisher\n"
11466 : "ASN:XX or A.B.C.D:XX\n")
11467 :
11468 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vni_rd_without_val_cmd_vtysh,
11469 : "no rd",
11470 : "Negate a command or set its defaults\n"
11471 : "Route Distinguisher\n")
11472 :
11473 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vni_rt_cmd_vtysh,
11474 : "no route-target <both|import|export> RT",
11475 : "Negate a command or set its defaults\n"
11476 : "Route Target\n"
11477 : "import and export\n"
11478 : "import\n"
11479 : "export\n"
11480 : "ASN:XX or A.B.C.D:XX\n")
11481 :
11482 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vni_rt_without_val_cmd_vtysh,
11483 : "no route-target <import|export>",
11484 : "Negate a command or set its defaults\n"
11485 : "Route Target\n"
11486 : "import\n"
11487 : "export\n")
11488 :
11489 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vrf_rd_cmd_vtysh,
11490 : "no rd ASN:NN_OR_IP-ADDRESS:NN",
11491 : "Negate a command or set its defaults\n"
11492 : "Route Distinguisher\n"
11493 : "ASN:XX or A.B.C.D:XX\n")
11494 :
11495 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vrf_rd_without_val_cmd_vtysh,
11496 : "no rd",
11497 : "Negate a command or set its defaults\n"
11498 : "Route Distinguisher\n")
11499 :
11500 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vrf_rt_auto_cmd_vtysh,
11501 : "no route-target <both|import|export>$type auto",
11502 : "Negate a command or set its defaults\n"
11503 : "Route Target\n"
11504 : "import and export\n"
11505 : "import\n"
11506 : "export\n"
11507 : "Automatically derive route target\n")
11508 :
11509 : DEFSH (VTYSH_BGPD, no_bgp_evpn_vrf_rt_cmd_vtysh,
11510 : "no route-target <both|import|export> RTLIST...",
11511 : "Negate a command or set its defaults\n"
11512 : "Route Target\n"
11513 : "import and export\n"
11514 : "import\n"
11515 : "export\n"
11516 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
11517 :
11518 : DEFSH (VTYSH_BGPD, no_bgp_extcommunity_list_expanded_all_cmd_vtysh,
11519 : "no bgp extcommunity-list <(100-500)|expanded EXTCOMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> LINE...",
11520 : "Negate a command or set its defaults\n"
11521 : "BGP information\n"
11522 : "Add a extended community list entry\n"
11523 : "Extended Community list number (expanded)\n"
11524 : "Specify expanded extcommunity-list\n"
11525 : "Extended Community list name\n"
11526 : "Sequence number of an entry\n"
11527 : "Sequence number\n"
11528 : "Specify community to reject\n"
11529 : "Specify community to accept\n"
11530 : "An ordered list as a regular-expression\n")
11531 :
11532 : DEFSH (VTYSH_BGPD, no_bgp_extcommunity_list_expanded_all_list_cmd_vtysh,
11533 : "no bgp extcommunity-list <(100-500)|expanded EXTCOMMUNITY_LIST_NAME>",
11534 : "Negate a command or set its defaults\n"
11535 : "BGP information\n"
11536 : "Add a extended community list entry\n"
11537 : "Extended Community list number (expanded)\n"
11538 : "Specify expanded extcommunity-list\n"
11539 : "Extended Community list name\n")
11540 :
11541 : DEFSH (VTYSH_BGPD, no_bgp_extcommunity_list_standard_all_cmd_vtysh,
11542 : "no bgp extcommunity-list <(1-99)|standard EXTCOMMUNITY_LIST_NAME> [seq (0-4294967295)] <deny|permit> AA:NN...",
11543 : "Negate a command or set its defaults\n"
11544 : "BGP information\n"
11545 : "Add a extended community list entry\n"
11546 : "Extended Community list number (standard)\n"
11547 : "Specify standard extcommunity-list\n"
11548 : "Community list name\n"
11549 : "Sequence number of an entry\n"
11550 : "Sequence number\n"
11551 : "Specify community to reject\n"
11552 : "Specify community to accept\n"
11553 : "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
11554 :
11555 : DEFSH (VTYSH_BGPD, no_bgp_extcommunity_list_standard_all_list_cmd_vtysh,
11556 : "no bgp extcommunity-list <(1-99)|standard EXTCOMMUNITY_LIST_NAME>",
11557 : "Negate a command or set its defaults\n"
11558 : "BGP information\n"
11559 : "Add a extended community list entry\n"
11560 : "Extended Community list number (standard)\n"
11561 : "Specify standard extcommunity-list\n"
11562 : "Community list name\n")
11563 :
11564 : DEFSH (VTYSH_BGPD, no_bgp_fast_convergence_cmd_vtysh,
11565 : "no bgp fast-convergence",
11566 : "Negate a command or set its defaults\n"
11567 : "BGP information\n"
11568 : "Fast convergence for bgp sessions\n")
11569 :
11570 : DEFSH (VTYSH_BGPD, no_bgp_fast_external_failover_cmd_vtysh,
11571 : "no bgp fast-external-failover",
11572 : "Negate a command or set its defaults\n"
11573 : "BGP information\n"
11574 : "Immediately reset session if a link to a directly connected external peer goes down\n")
11575 :
11576 : DEFSH (VTYSH_BGPD, no_bgp_global_update_delay_cmd_vtysh,
11577 : "no bgp update-delay [(0-3600) [(1-3600)]]",
11578 : "Negate a command or set its defaults\n"
11579 : "BGP information\n"
11580 : "Force initial delay for best-path and updates\n"
11581 : "Max delay in seconds\n"
11582 : "Establish wait in seconds\n")
11583 :
11584 : DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_cmd_vtysh,
11585 : "no bgp graceful-restart",
11586 : "Negate a command or set its defaults\n"
11587 : "BGP information\n"
11588 : "Undo Global Graceful Restart command\n")
11589 :
11590 : DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_disable_cmd_vtysh,
11591 : "no bgp graceful-restart-disable",
11592 : "Negate a command or set its defaults\n"
11593 : "BGP information\n"
11594 : "Undo Global Graceful Restart - Disable Mode\n")
11595 :
11596 : DEFSH_HIDDEN (VTYSH_BGPD, no_bgp_graceful_restart_disable_eor_cmd_vtysh,
11597 : "no bgp graceful-restart disable-eor",
11598 : "Negate a command or set its defaults\n"
11599 : "BGP information\n"
11600 : "Graceful restart configuration parameters\n"
11601 : "Disable EOR Check\n")
11602 :
11603 : DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_preserve_fw_cmd_vtysh,
11604 : "no bgp graceful-restart preserve-fw-state",
11605 : "Negate a command or set its defaults\n"
11606 : "BGP information\n"
11607 : "Graceful restart capability parameters\n"
11608 : "Unsets F-bit indication that fib is preserved while doing Graceful Restart\n")
11609 :
11610 : DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_restart_time_cmd_vtysh,
11611 : "no bgp graceful-restart restart-time [(0-4095)]",
11612 : "Negate a command or set its defaults\n"
11613 : "BGP information\n"
11614 : "Graceful restart capability parameters\n"
11615 : "Set the time to wait to delete stale routes before a BGP open message is received\n"
11616 : "Delay value (seconds)\n")
11617 :
11618 : DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_rib_stale_time_cmd_vtysh,
11619 : "no bgp graceful-restart rib-stale-time [(1-3600)]",
11620 : "Negate a command or set its defaults\n"
11621 : "BGP information\n"
11622 : "Graceful restart configuration parameters\n"
11623 : "Specify the stale route removal timer in rib\n"
11624 : "Delay value (seconds)\n")
11625 :
11626 : DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_select_defer_time_cmd_vtysh,
11627 : "no bgp graceful-restart select-defer-time [(0-3600)]",
11628 : "Negate a command or set its defaults\n"
11629 : "BGP information\n"
11630 : "Graceful restart capability parameters\n"
11631 : "Set the time to defer the BGP route selection after restart\n"
11632 : "Delay value (seconds)\n")
11633 :
11634 : DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_stalepath_time_cmd_vtysh,
11635 : "no bgp graceful-restart stalepath-time [(1-4095)]",
11636 : "Negate a command or set its defaults\n"
11637 : "BGP information\n"
11638 : "Graceful restart capability parameters\n"
11639 : "Set the max time to hold onto restarting peer's stale paths\n"
11640 : "Delay value (seconds)\n")
11641 :
11642 : DEFSH (VTYSH_BGPD, no_bgp_graceful_shutdown_cmd_vtysh,
11643 : "no bgp graceful-shutdown",
11644 : "Negate a command or set its defaults\n"
11645 : "BGP information\n"
11646 : "Graceful shutdown parameters\n")
11647 :
11648 : DEFSH (VTYSH_BGPD, no_bgp_inq_limit_cmd_vtysh,
11649 : "no bgp input-queue-limit [(1-4294967295)$limit]",
11650 : "Negate a command or set its defaults\n"
11651 : "BGP information\n"
11652 : "Set the BGP Input Queue limit for all peers when message parsing\n"
11653 : "Input-Queue limit\n")
11654 :
11655 : DEFSH (VTYSH_BGPD, no_bgp_lcommunity_list_all_cmd_vtysh,
11656 : "no bgp large-community-list <(1-99)|(100-500)|LCOMMUNITY_LIST_NAME>",
11657 : "Negate a command or set its defaults\n"
11658 : "BGP information\n"
11659 : "Add a large community list entry\n"
11660 : "Large Community list number (standard)\n"
11661 : "Large Community list number (expanded)\n"
11662 : "Large Community list name\n")
11663 :
11664 : DEFSH (VTYSH_BGPD, no_bgp_lcommunity_list_expanded_cmd_vtysh,
11665 : "no bgp large-community-list (100-500) [seq (0-4294967295)] <deny|permit> LINE...",
11666 : "Negate a command or set its defaults\n"
11667 : "BGP information\n"
11668 : "Add a large community list entry\n"
11669 : "Large Community list number (expanded)\n"
11670 : "Sequence number of an entry\n"
11671 : "Sequence number\n"
11672 : "Specify large community to reject\n"
11673 : "Specify large community to accept\n"
11674 : "An ordered list as a regular-expression\n")
11675 :
11676 : DEFSH (VTYSH_BGPD, no_bgp_lcommunity_list_name_expanded_all_cmd_vtysh,
11677 : "no bgp large-community-list expanded LCOMMUNITY_LIST_NAME",
11678 : "Negate a command or set its defaults\n"
11679 : "BGP information\n"
11680 : "Add a large community list entry\n"
11681 : "Specify expanded large-community-list\n"
11682 : "Large Community list name\n")
11683 :
11684 : DEFSH (VTYSH_BGPD, no_bgp_lcommunity_list_name_expanded_cmd_vtysh,
11685 : "no bgp large-community-list expanded LCOMMUNITY_LIST_NAME [seq (0-4294967295)] <deny|permit> LINE...",
11686 : "Negate a command or set its defaults\n"
11687 : "BGP information\n"
11688 : "Add a large community list entry\n"
11689 : "Specify expanded large-community-list\n"
11690 : "Large community list name\n"
11691 : "Sequence number of an entry\n"
11692 : "Sequence number\n"
11693 : "Specify large community to reject\n"
11694 : "Specify large community to accept\n"
11695 : "An ordered list as a regular-expression\n")
11696 :
11697 : DEFSH (VTYSH_BGPD, no_bgp_lcommunity_list_name_standard_all_cmd_vtysh,
11698 : "no bgp large-community-list standard LCOMMUNITY_LIST_NAME",
11699 : "Negate a command or set its defaults\n"
11700 : "BGP information\n"
11701 : "Add a large community list entry\n"
11702 : "Specify standard large-community-list\n"
11703 : "Large Community list name\n")
11704 :
11705 : DEFSH (VTYSH_BGPD, no_bgp_lcommunity_list_name_standard_cmd_vtysh,
11706 : "no bgp large-community-list standard LCOMMUNITY_LIST_NAME [seq (0-4294967295)] <deny|permit> AA:AA:NN...",
11707 : "Negate a command or set its defaults\n"
11708 : "BGP information\n"
11709 : "Add a large community list entry\n"
11710 : "Specify standard large-community-list\n"
11711 : "Large Community list name\n"
11712 : "Sequence number of an entry\n"
11713 : "Sequence number\n"
11714 : "Specify large community to reject\n"
11715 : "Specify large community to accept\n"
11716 : "large community in 'aa:bb:cc' format\n")
11717 :
11718 : DEFSH (VTYSH_BGPD, no_bgp_lcommunity_list_standard_cmd_vtysh,
11719 : "no bgp large-community-list (1-99) [seq (0-4294967295)] <deny|permit> AA:AA:NN...",
11720 : "Negate a command or set its defaults\n"
11721 : "BGP information\n"
11722 : "Add a large community list entry\n"
11723 : "Large Community list number (standard)\n"
11724 : "Sequence number of an entry\n"
11725 : "Sequence number\n"
11726 : "Specify large community to reject\n"
11727 : "Specify large community to accept\n"
11728 : "large community in 'aa:bb:cc' format\n")
11729 :
11730 : DEFSH (VTYSH_BGPD, no_bgp_listen_limit_cmd_vtysh,
11731 : "no bgp listen limit [(1-65535)]",
11732 : "Negate a command or set its defaults\n"
11733 : "BGP information\n"
11734 : "BGP Dynamic Neighbors listen commands\n"
11735 : "Maximum number of BGP Dynamic Neighbors that can be created\n"
11736 : "Configure Dynamic Neighbors listen limit value\n")
11737 :
11738 : DEFSH (VTYSH_BGPD, no_bgp_listen_range_cmd_vtysh,
11739 : "no bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group PGNAME",
11740 : "Negate a command or set its defaults\n"
11741 : "BGP information\n"
11742 : "Unconfigure BGP dynamic neighbors listen range\n"
11743 : "Unconfigure BGP dynamic neighbors listen range\n"
11744 : "Neighbor address\n"
11745 : "IPv6 address\n"
11746 : "Member of the peer-group\n"
11747 : "Peer-group name\n")
11748 :
11749 : DEFSH (VTYSH_BGPD, no_bgp_llgr_stalepath_time_cmd_vtysh,
11750 : "no bgp long-lived-graceful-restart stale-time [(1-16777215)]",
11751 : "Negate a command or set its defaults\n"
11752 : "BGP information\n"
11753 : "Enable Long-lived Graceful Restart\n"
11754 : "Specifies maximum time to wait before purging long-lived stale routes\n"
11755 : "Stale time value (seconds)\n")
11756 :
11757 : DEFSH_HIDDEN (VTYSH_BGPD, no_bgp_local_mac_cmd_vtysh,
11758 : "no bgp local-mac vni (1-16777215) mac WORD",
11759 : "Negate a command or set its defaults\n"
11760 : "BGP information\n"
11761 : "Local MAC config\n"
11762 : "VxLAN Network Identifier\n"
11763 : "VNI number\n"
11764 : "local mac\n"
11765 : "mac address\n")
11766 :
11767 : DEFSH (VTYSH_BGPD, no_bgp_log_neighbor_changes_cmd_vtysh,
11768 : "no bgp log-neighbor-changes",
11769 : "Negate a command or set its defaults\n"
11770 : "BGP information\n"
11771 : "Log neighbor up/down and reset reason\n")
11772 :
11773 : DEFSH (VTYSH_BGPD, no_bgp_maxmed_admin_cmd_vtysh,
11774 : "no bgp max-med administrative [(0-4294967295)]",
11775 : "Negate a command or set its defaults\n"
11776 : "BGP information\n"
11777 : "Advertise routes with max-med\n"
11778 : "Administratively applied, for an indefinite period\n"
11779 : "Max MED value to be used\n")
11780 :
11781 : DEFSH (VTYSH_BGPD, no_bgp_maxmed_onstartup_cmd_vtysh,
11782 : "no bgp max-med on-startup [(5-86400) [(0-4294967295)]]",
11783 : "Negate a command or set its defaults\n"
11784 : "BGP information\n"
11785 : "Advertise routes with max-med\n"
11786 : "Effective on a startup\n"
11787 : "Time (seconds) period for max-med\n"
11788 : "Max MED value to be used\n")
11789 :
11790 : DEFSH (VTYSH_BGPD, no_bgp_maxpaths_cmd_vtysh,
11791 : "no maximum-paths [(1-256)]",
11792 : "Negate a command or set its defaults\n"
11793 : "Forward packets over multiple paths\n"
11794 : "Number of paths\n")
11795 :
11796 : DEFSH_HIDDEN (VTYSH_BGPD, no_bgp_maxpaths_hidden_cmd_vtysh,
11797 : "no maximum-paths [(1-256)]",
11798 : "Negate a command or set its defaults\n"
11799 : "Forward packets over multiple paths\n"
11800 : "Number of paths\n")
11801 :
11802 : DEFSH (VTYSH_BGPD, no_bgp_maxpaths_ibgp_cmd_vtysh,
11803 : "no maximum-paths ibgp [(1-256) [equal-cluster-length]]",
11804 : "Negate a command or set its defaults\n"
11805 : "Forward packets over multiple paths\n"
11806 : "iBGP-multipath\n"
11807 : "Number of paths\n"
11808 : "Match the cluster length\n")
11809 :
11810 : DEFSH_HIDDEN (VTYSH_BGPD, no_bgp_maxpaths_ibgp_hidden_cmd_vtysh,
11811 : "no maximum-paths ibgp [(1-256) [equal-cluster-length]]",
11812 : "Negate a command or set its defaults\n"
11813 : "Forward packets over multiple paths\n"
11814 : "iBGP-multipath\n"
11815 : "Number of paths\n"
11816 : "Match the cluster length\n")
11817 :
11818 : DEFSH (VTYSH_BGPD, no_bgp_minimum_holdtime_cmd_vtysh,
11819 : "no bgp minimum-holdtime [(1-65535)]",
11820 : "Negate a command or set its defaults\n"
11821 : "BGP specific commands\n"
11822 : "BGP minimum holdtime\n"
11823 : "Seconds\n")
11824 :
11825 : DEFSH (VTYSH_BGPD, no_bgp_neighbor_graceful_restart_disable_set_cmd_vtysh,
11826 : "no neighbor <A.B.C.D|X:X::X:X|WORD> graceful-restart-disable",
11827 : "Negate a command or set its defaults\n"
11828 : "Specify neighbor router\n"
11829 : "Neighbor address\n"
11830 : "Neighbor IPv6 address\n"
11831 : "Interface name or neighbor tag\n"
11832 : "Undo Graceful Restart Disable command for a neighbor\n")
11833 :
11834 : DEFSH (VTYSH_BGPD, no_bgp_neighbor_graceful_restart_helper_set_cmd_vtysh,
11835 : "no neighbor <A.B.C.D|X:X::X:X|WORD> graceful-restart-helper",
11836 : "Negate a command or set its defaults\n"
11837 : "Specify neighbor router\n"
11838 : "Neighbor address\n"
11839 : "Neighbor IPv6 address\n"
11840 : "Interface name or neighbor tag\n"
11841 : "Undo Graceful Restart Helper command for a neighbor\n")
11842 :
11843 : DEFSH (VTYSH_BGPD, no_bgp_neighbor_graceful_restart_set_cmd_vtysh,
11844 : "no neighbor <A.B.C.D|X:X::X:X|WORD> graceful-restart",
11845 : "Negate a command or set its defaults\n"
11846 : "Specify neighbor router\n"
11847 : "Neighbor address\n"
11848 : "Neighbor IPv6 address\n"
11849 : "Interface name or neighbor tag\n"
11850 : "Undo Graceful Restart command for a neighbor\n")
11851 :
11852 : DEFSH (VTYSH_BGPD, no_bgp_network_import_check_cmd_vtysh,
11853 : "no bgp network import-check",
11854 : "Negate a command or set its defaults\n"
11855 : "BGP information\n"
11856 : "BGP network command\n"
11857 : "Check BGP network route exists in IGP\n")
11858 :
11859 : DEFSH (VTYSH_BGPD, no_bgp_norib_cmd_vtysh,
11860 : "no bgp no-rib",
11861 : "Negate a command or set its defaults\n"
11862 : "BGP information\n"
11863 : "Disable BGP route installation to RIB (Zebra)\n")
11864 :
11865 : DEFSH (VTYSH_BGPD, no_bgp_outq_limit_cmd_vtysh,
11866 : "no bgp output-queue-limit [(1-4294967295)$limit]",
11867 : "Negate a command or set its defaults\n"
11868 : "BGP information\n"
11869 : "Set the BGP Output Queue limit for all peers when message parsing\n"
11870 : "Output-Queue limit\n")
11871 :
11872 : DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv4_cmd_vtysh,
11873 : "no redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> [{metric (0-4294967295)|route-map RMAP_NAME}]",
11874 : "Negate a command or set its defaults\n"
11875 : "Redistribute information from another routing protocol\n"
11876 : "Kernel routes (not installed via the zebra RIB)\n"
11877 : "Connected routes (directly attached subnet or host)\n"
11878 : "Statically configured routes\n"
11879 : "Routing Information Protocol (RIP)\n"
11880 : "Open Shortest Path First (OSPFv2)\n"
11881 : "Intermediate System to Intermediate System (IS-IS)\n"
11882 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
11883 : "Next Hop Resolution Protocol (NHRP)\n"
11884 : "Non-main Kernel Routing Table\n"
11885 : "Virtual Network Control (VNC)\n"
11886 : "VNC direct (not via zebra) routes\n"
11887 : "Babel routing protocol (Babel)\n"
11888 : "Super Happy Advanced Routing Protocol (sharpd)\n"
11889 : "OpenFabric Routing Protocol\n"
11890 : "Metric for redistributed routes\n"
11891 : "Default metric\n"
11892 : "Route map reference\n"
11893 : "Pointer to route-map entries\n")
11894 :
11895 : DEFSH_HIDDEN (VTYSH_BGPD, no_bgp_redistribute_ipv4_hidden_cmd_vtysh,
11896 : "no redistribute <kernel|connected|static|rip|ospf|isis|eigrp|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> [{metric (0-4294967295)|route-map RMAP_NAME}]",
11897 : "Negate a command or set its defaults\n"
11898 : "Redistribute information from another routing protocol\n"
11899 : "Kernel routes (not installed via the zebra RIB)\n"
11900 : "Connected routes (directly attached subnet or host)\n"
11901 : "Statically configured routes\n"
11902 : "Routing Information Protocol (RIP)\n"
11903 : "Open Shortest Path First (OSPFv2)\n"
11904 : "Intermediate System to Intermediate System (IS-IS)\n"
11905 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
11906 : "Next Hop Resolution Protocol (NHRP)\n"
11907 : "Non-main Kernel Routing Table\n"
11908 : "Virtual Network Control (VNC)\n"
11909 : "VNC direct (not via zebra) routes\n"
11910 : "Babel routing protocol (Babel)\n"
11911 : "Super Happy Advanced Routing Protocol (sharpd)\n"
11912 : "OpenFabric Routing Protocol\n"
11913 : "Metric for redistributed routes\n"
11914 : "Default metric\n"
11915 : "Route map reference\n"
11916 : "Pointer to route-map entries\n")
11917 :
11918 : DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv4_ospf_cmd_vtysh,
11919 : "no redistribute <ospf|table> (1-65535) [{metric (0-4294967295)|route-map RMAP_NAME}]",
11920 : "Negate a command or set its defaults\n"
11921 : "Redistribute information from another routing protocol\n"
11922 : "Open Shortest Path First (OSPFv2)\n"
11923 : "Non-main Kernel Routing Table\n"
11924 : "Instance ID/Table ID\n"
11925 : "Metric for redistributed routes\n"
11926 : "Default metric\n"
11927 : "Route map reference\n"
11928 : "Pointer to route-map entries\n")
11929 :
11930 : DEFSH_HIDDEN (VTYSH_BGPD, no_bgp_redistribute_ipv4_ospf_hidden_cmd_vtysh,
11931 : "no redistribute <ospf|table> (1-65535) [{metric (0-4294967295)|route-map RMAP_NAME}]",
11932 : "Negate a command or set its defaults\n"
11933 : "Redistribute information from another routing protocol\n"
11934 : "Open Shortest Path First (OSPFv2)\n"
11935 : "Non-main Kernel Routing Table\n"
11936 : "Instance ID/Table ID\n"
11937 : "Metric for redistributed routes\n"
11938 : "Default metric\n"
11939 : "Route map reference\n"
11940 : "Pointer to route-map entries\n")
11941 :
11942 : DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv6_cmd_vtysh,
11943 : "no redistribute <kernel|connected|static|ripng|ospf6|isis|nhrp|table|vnc|vnc-direct|babel|sharp|openfabric> [{metric (0-4294967295)|route-map RMAP_NAME}]",
11944 : "Negate a command or set its defaults\n"
11945 : "Redistribute information from another routing protocol\n"
11946 : "Kernel routes (not installed via the zebra RIB)\n"
11947 : "Connected routes (directly attached subnet or host)\n"
11948 : "Statically configured routes\n"
11949 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
11950 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
11951 : "Intermediate System to Intermediate System (IS-IS)\n"
11952 : "Next Hop Resolution Protocol (NHRP)\n"
11953 : "Non-main Kernel Routing Table\n"
11954 : "Virtual Network Control (VNC)\n"
11955 : "VNC direct (not via zebra) routes\n"
11956 : "Babel routing protocol (Babel)\n"
11957 : "Super Happy Advanced Routing Protocol (sharpd)\n"
11958 : "OpenFabric Routing Protocol\n"
11959 : "Metric for redistributed routes\n"
11960 : "Default metric\n"
11961 : "Route map reference\n"
11962 : "Pointer to route-map entries\n")
11963 :
11964 : DEFSH (VTYSH_BGPD, no_bgp_reject_as_sets_cmd_vtysh,
11965 : "no bgp reject-as-sets",
11966 : "Negate a command or set its defaults\n"
11967 : "BGP information\n"
11968 : "Reject routes with AS_SET or AS_CONFED_SET flag\n")
11969 :
11970 : DEFSH (VTYSH_BGPD, no_bgp_router_id_cmd_vtysh,
11971 : "no bgp router-id [A.B.C.D]",
11972 : "Negate a command or set its defaults\n"
11973 : "BGP information\n"
11974 : "Override configured router identifier\n"
11975 : "Manually configured router identifier\n")
11976 :
11977 : DEFSH (VTYSH_BGPD, no_bgp_rr_allow_outbound_policy_cmd_vtysh,
11978 : "no bgp route-reflector allow-outbound-policy",
11979 : "Negate a command or set its defaults\n"
11980 : "BGP information\n"
11981 : "Allow modifications made by out route-map\n"
11982 : "on ibgp neighbors\n")
11983 :
11984 : DEFSH (VTYSH_BGPD, no_bgp_segment_routing_srv6_cmd_vtysh,
11985 : "no segment-routing srv6",
11986 : "Negate a command or set its defaults\n"
11987 : "Segment-Routing configuration\n"
11988 : "Segment-Routing SRv6 configuration\n")
11989 :
11990 : DEFSH (VTYSH_BGPD, no_bgp_send_extra_data_cmd_vtysh,
11991 : "[no] bgp send-extra-data zebra",
11992 : "Negate a command or set its defaults\n"
11993 : "BGP information\n"
11994 : "Extra data to Zebra for display/use\n"
11995 : "To zebra\n")
11996 :
11997 : DEFSH (VTYSH_BGPD, no_bgp_session_dscp_cmd_vtysh,
11998 : "no bgp session-dscp [(0-63)]",
11999 : "Negate a command or set its defaults\n"
12000 : "BGP information\n"
12001 : "Override default (C6) bgp TCP session DSCP value\n"
12002 : "Manually configured dscp parameter\n")
12003 :
12004 : DEFSH (VTYSH_BGPD, no_bgp_set_route_map_delay_timer_cmd_vtysh,
12005 : "no bgp route-map delay-timer [(0-600)]",
12006 : "Negate a command or set its defaults\n"
12007 : "BGP information\n"
12008 : "Default BGP route-map delay timer\n"
12009 : "Reset to default time to wait for processing route-map changes\n"
12010 : "0 disables the timer, no route updates happen when route-maps change\n")
12011 :
12012 : DEFSH (VTYSH_BGPD, no_bgp_shutdown_cmd_vtysh,
12013 : "no bgp shutdown",
12014 : "Negate a command or set its defaults\n"
12015 : "BGP information\n"
12016 : "Administrative shutdown of the BGP instance\n")
12017 :
12018 : DEFSH (VTYSH_BGPD, no_bgp_shutdown_msg_cmd_vtysh,
12019 : "no bgp shutdown message MSG...",
12020 : "Negate a command or set its defaults\n"
12021 : "BGP information\n"
12022 : "Administrative shutdown of the BGP instance\n"
12023 : "Add a shutdown message (RFC 8203)\n"
12024 : "Shutdown message\n")
12025 :
12026 : DEFSH (VTYSH_BGPD, no_bgp_sid_vpn_export_cmd_vtysh,
12027 : "no$no sid vpn per-vrf export",
12028 : "Negate a command or set its defaults\n"
12029 : "sid value for VRF\n"
12030 : "Between current vrf and vpn\n"
12031 : "sid per-VRF (both IPv4 and IPv6 address families)\n"
12032 : "For routes leaked from current vrf to vpn\n")
12033 :
12034 : DEFSH (VTYSH_BGPD, no_bgp_srv6_locator_cmd_vtysh,
12035 : "no locator NAME$name",
12036 : "Negate a command or set its defaults\n"
12037 : "Specify SRv6 locator\n"
12038 : "Specify SRv6 locator\n")
12039 :
12040 : DEFSH (VTYSH_BGPD, no_bgp_suppress_duplicates_cmd_vtysh,
12041 : "no bgp suppress-duplicates",
12042 : "Negate a command or set its defaults\n"
12043 : "BGP information\n"
12044 : "Suppress duplicate updates if the route actually not changed\n")
12045 :
12046 : DEFSH (VTYSH_BGPD, no_bgp_table_map_cmd_vtysh,
12047 : "no table-map WORD",
12048 : "Negate a command or set its defaults\n"
12049 : "BGP table to RIB route download filter\n"
12050 : "Name of the route map\n")
12051 :
12052 : DEFSH (VTYSH_BGPD, no_bgp_tcp_keepalive_cmd_vtysh,
12053 : "no bgp tcp-keepalive [(1-65535) (1-65535) (1-30)]",
12054 : "Negate a command or set its defaults\n"
12055 : "BGP information\n"
12056 : "TCP keepalive parameters\n"
12057 : "TCP keepalive idle time (seconds)\n"
12058 : "TCP keepalive interval (seconds)\n"
12059 : "TCP keepalive maximum probes\n")
12060 :
12061 : DEFSH (VTYSH_BGPD, no_bgp_timers_cmd_vtysh,
12062 : "no timers bgp [(0-65535) (0-65535)]",
12063 : "Negate a command or set its defaults\n"
12064 : "Adjust routing timers\n"
12065 : "BGP timers\n"
12066 : "Keepalive interval\n"
12067 : "Holdtime\n")
12068 :
12069 : DEFSH (VTYSH_BGPD, no_bgp_update_delay_cmd_vtysh,
12070 : "no update-delay [(0-3600) [(1-3600)]]",
12071 : "Negate a command or set its defaults\n"
12072 : "Force initial delay for best-path and updates\n"
12073 : "Max delay in seconds\n"
12074 : "Establish wait in seconds\n")
12075 :
12076 : DEFSH (VTYSH_BGPD, no_bmp_listener_cmd_vtysh,
12077 : "no bmp listener <X:X::X:X|A.B.C.D> port (1-65535)",
12078 : "Negate a command or set its defaults\n"
12079 : "BGP Monitoring Protocol\n"
12080 : "Create BMP listener\n"
12081 : "IPv6 address to listen on\n"
12082 : "IPv4 address to listen on\n"
12083 : "TCP Port number\n"
12084 : "TCP Port number\n")
12085 :
12086 : DEFSH (VTYSH_BGPD, no_bmp_mirror_limit_cmd_vtysh,
12087 : "no bmp mirror buffer-limit [(0-4294967294)]",
12088 : "Negate a command or set its defaults\n"
12089 : "BGP Monitoring Protocol\n"
12090 : "Route Mirroring settings\n"
12091 : "Configure maximum memory used for buffered mirroring messages\n"
12092 : "Limit in bytes\n")
12093 :
12094 : DEFSH (VTYSH_BGPD, no_bmp_targets_cmd_vtysh,
12095 : "no bmp targets BMPTARGETS",
12096 : "Negate a command or set its defaults\n"
12097 : "BGP Monitoring Protocol\n"
12098 : "Delete BMP target group\n"
12099 : "Name of the BMP target group\n")
12100 :
12101 : DEFSH (VTYSH_OSPFD, no_capability_opaque_cmd_vtysh,
12102 : "no capability opaque",
12103 : "Negate a command or set its defaults\n"
12104 : "Enable specific OSPF feature\n"
12105 : "Opaque LSA\n")
12106 :
12107 : DEFSH (VTYSH_ALL, no_config_log_facility_cmd_vtysh,
12108 : "no log facility [<kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|local0|local1|local2|local3|local4|local5|local6|local7>]",
12109 : "Negate a command or set its defaults\n"
12110 : "Logging control\n"
12111 : "Reset syslog facility to default (daemon)\n"
12112 : "Kernel\n"
12113 : "User process\n"
12114 : "Mail system\n"
12115 : "System daemons\n"
12116 : "Authorization system\n"
12117 : "Syslog itself\n"
12118 : "Line printer system\n"
12119 : "USENET news\n"
12120 : "Unix-to-Unix copy system\n"
12121 : "Cron/at facility\n"
12122 : "Local use\n"
12123 : "Local use\n"
12124 : "Local use\n"
12125 : "Local use\n"
12126 : "Local use\n"
12127 : "Local use\n"
12128 : "Local use\n"
12129 : "Local use\n")
12130 :
12131 : DEFSH (VTYSH_ALL, no_config_log_file_cmd_vtysh,
12132 : "no log file [FILENAME [LEVEL]]",
12133 : "Negate a command or set its defaults\n"
12134 : "Logging control\n"
12135 : "Cancel logging to file\n"
12136 : "Logging file name\n"
12137 : "Logging level\n")
12138 :
12139 : DEFSH (VTYSH_ALL, no_config_log_filterfile_cmd_vtysh,
12140 : "no log filtered-file [FILENAME [LEVEL]]",
12141 : "Negate a command or set its defaults\n"
12142 : "Logging control\n"
12143 : "Cancel logging to file with string filter\n"
12144 : "Logging file name\n"
12145 : "Logging level\n")
12146 :
12147 : DEFSH_HIDDEN (VTYSH_ALL, no_config_log_monitor_cmd_vtysh,
12148 : "no log monitor [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
12149 : "Negate a command or set its defaults\n"
12150 : "Logging control\n"
12151 : "Disable terminal line (monitor) logging\n"
12152 : "System is unusable\n"
12153 : "Immediate action needed\n"
12154 : "Critical conditions\n"
12155 : "Error conditions\n"
12156 : "Warning conditions\n"
12157 : "Normal but significant conditions\n"
12158 : "Informational messages\n"
12159 : "Debugging messages\n")
12160 :
12161 : DEFSH (VTYSH_ALL, no_config_log_record_priority_cmd_vtysh,
12162 : "no log record-priority",
12163 : "Negate a command or set its defaults\n"
12164 : "Logging control\n"
12165 : "Do not log the priority of the message within the message\n")
12166 :
12167 : DEFSH (VTYSH_ALL, no_config_log_stdout_cmd_vtysh,
12168 : "no log stdout [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
12169 : "Negate a command or set its defaults\n"
12170 : "Logging control\n"
12171 : "Cancel logging to stdout\n"
12172 : "System is unusable\n"
12173 : "Immediate action needed\n"
12174 : "Critical conditions\n"
12175 : "Error conditions\n"
12176 : "Warning conditions\n"
12177 : "Normal but significant conditions\n"
12178 : "Informational messages\n"
12179 : "Debugging messages\n")
12180 :
12181 : DEFSH (VTYSH_ALL, no_config_log_syslog_cmd_vtysh,
12182 : "no log syslog [<kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|local0|local1|local2|local3|local4|local5|local6|local7>] [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
12183 : "Negate a command or set its defaults\n"
12184 : "Logging control\n"
12185 : "Cancel logging to syslog\n"
12186 : "Kernel\n"
12187 : "User process\n"
12188 : "Mail system\n"
12189 : "System daemons\n"
12190 : "Authorization system\n"
12191 : "Syslog itself\n"
12192 : "Line printer system\n"
12193 : "USENET news\n"
12194 : "Unix-to-Unix copy system\n"
12195 : "Cron/at facility\n"
12196 : "Local use\n"
12197 : "Local use\n"
12198 : "Local use\n"
12199 : "Local use\n"
12200 : "Local use\n"
12201 : "Local use\n"
12202 : "Local use\n"
12203 : "Local use\n"
12204 : "System is unusable\n"
12205 : "Immediate action needed\n"
12206 : "Critical conditions\n"
12207 : "Error conditions\n"
12208 : "Warning conditions\n"
12209 : "Normal but significant conditions\n"
12210 : "Informational messages\n"
12211 : "Debugging messages\n")
12212 :
12213 : DEFSH (VTYSH_ALL, no_config_log_timestamp_precision_cmd_vtysh,
12214 : "no log timestamp precision [(0-6)]",
12215 : "Negate a command or set its defaults\n"
12216 : "Logging control\n"
12217 : "Timestamp configuration\n"
12218 : "Reset the timestamp precision to the default value of 0\n"
12219 : "Number of subsecond digits\n")
12220 :
12221 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, no_cryptographic_algorithm_cmd_vtysh,
12222 : "no cryptographic-algorithm [<md5|hmac-sha-1|hmac-sha-256|hmac-sha-384|hmac-sha-512>]",
12223 : "Negate a command or set its defaults\n"
12224 : "Cryptographic-algorithm\n"
12225 : "Use MD5 algorithm\n"
12226 : "Use HMAC-SHA-1 algorithm\n"
12227 : "Use HMAC-SHA-256 algorithm\n"
12228 : "Use HMAC-SHA-384 algorithm\n"
12229 : "Use HMAC-SHA-512 algorithm\n")
12230 :
12231 : DEFSH (VTYSH_ISISD, no_csnp_interval_cmd_vtysh,
12232 : "no isis csnp-interval [(1-600)] [level-1|level-2]$level",
12233 : "Negate a command or set its defaults\n"
12234 : "IS-IS routing protocol\n"
12235 : "Set CSNP interval in seconds\n"
12236 : "CSNP interval value\n"
12237 : "Specify interval for level-1 CSNPs\n"
12238 : "Specify interval for level-2 CSNPs\n")
12239 :
12240 : DEFSH (VTYSH_BABELD, no_debug_babel_cmd_vtysh,
12241 : "no debug babel <common|kernel|filter|timeout|interface|route|all>",
12242 : "Negate a command or set its defaults\n"
12243 : "Disable debug messages for specific or all part.\n"
12244 : "Babel information\n"
12245 : "Common messages (default)\n"
12246 : "Kernel messages\n"
12247 : "Filter messages\n"
12248 : "Timeout messages\n"
12249 : "Interface messages\n"
12250 : "Route messages\n"
12251 : "All messages\n")
12252 :
12253 : DEFSH (VTYSH_BGPD, no_debug_bgp_as4_cmd_vtysh,
12254 : "no debug bgp as4",
12255 : "Negate a command or set its defaults\n"
12256 : "Debugging functions\n"
12257 : "BGP information\n"
12258 : "BGP AS4 actions\n")
12259 :
12260 : DEFSH (VTYSH_BGPD, no_debug_bgp_as4_segment_cmd_vtysh,
12261 : "no debug bgp as4 segment",
12262 : "Negate a command or set its defaults\n"
12263 : "Debugging functions\n"
12264 : "BGP information\n"
12265 : "BGP AS4 actions\n"
12266 : "BGP AS4 aspath segment handling\n")
12267 :
12268 : DEFSH (VTYSH_BGPD, no_debug_bgp_bestpath_cmd_vtysh,
12269 : "no debug bgp bestpath",
12270 : "Negate a command or set its defaults\n"
12271 : "Debugging functions\n"
12272 : "BGP information\n"
12273 : "BGP bestpath\n")
12274 :
12275 : DEFSH (VTYSH_BGPD, no_debug_bgp_bestpath_prefix_cmd_vtysh,
12276 : "no debug bgp bestpath <A.B.C.D/M|X:X::X:X/M>$prefix",
12277 : "Negate a command or set its defaults\n"
12278 : "Debugging functions\n"
12279 : "BGP information\n"
12280 : "BGP bestpath\n"
12281 : "IPv4 prefix\n"
12282 : "IPv6 prefix\n")
12283 :
12284 : DEFSH (VTYSH_BGPD, no_debug_bgp_cmd_vtysh,
12285 : "no debug bgp",
12286 : "Negate a command or set its defaults\n"
12287 : "Debugging functions\n"
12288 : "BGP information\n")
12289 :
12290 : DEFSH (VTYSH_BGPD, no_debug_bgp_flowspec_cmd_vtysh,
12291 : "no debug bgp flowspec",
12292 : "Negate a command or set its defaults\n"
12293 : "Debugging functions\n"
12294 : "BGP information\n"
12295 : "BGP allow flowspec debugging entries\n")
12296 :
12297 : DEFSH (VTYSH_BGPD, no_debug_bgp_graceful_restart_cmd_vtysh,
12298 : "no debug bgp graceful-restart",
12299 : "Debugging functions\n"
12300 : "BGP information\n"
12301 : "Graceful Restart - Enable Debug Logs\n"
12302 : "Negate a command or set its defaults\n")
12303 :
12304 : DEFSH (VTYSH_BGPD, no_debug_bgp_keepalive_cmd_vtysh,
12305 : "no debug bgp keepalives",
12306 : "Negate a command or set its defaults\n"
12307 : "Debugging functions\n"
12308 : "BGP information\n"
12309 : "BGP keepalives\n")
12310 :
12311 : DEFSH (VTYSH_BGPD, no_debug_bgp_keepalive_peer_cmd_vtysh,
12312 : "no debug bgp keepalives <A.B.C.D|X:X::X:X|WORD>",
12313 : "Negate a command or set its defaults\n"
12314 : "Debugging functions\n"
12315 : "BGP information\n"
12316 : "BGP keepalives\n"
12317 : "BGP neighbor IP address to debug\n"
12318 : "BGP IPv6 neighbor to debug\n"
12319 : "BGP neighbor on interface to debug\n")
12320 :
12321 : DEFSH (VTYSH_BGPD, no_debug_bgp_labelpool_cmd_vtysh,
12322 : "no debug bgp labelpool",
12323 : "Negate a command or set its defaults\n"
12324 : "Debugging functions\n"
12325 : "BGP information\n"
12326 : "label pool\n")
12327 :
12328 : DEFSH (VTYSH_BGPD, no_debug_bgp_neighbor_events_cmd_vtysh,
12329 : "no debug bgp neighbor-events",
12330 : "Negate a command or set its defaults\n"
12331 : "Debugging functions\n"
12332 : "BGP information\n"
12333 : "Neighbor Events\n")
12334 :
12335 : DEFSH (VTYSH_BGPD, no_debug_bgp_neighbor_events_peer_cmd_vtysh,
12336 : "no debug bgp neighbor-events <A.B.C.D|X:X::X:X|WORD>",
12337 : "Negate a command or set its defaults\n"
12338 : "Debugging functions\n"
12339 : "BGP information\n"
12340 : "Neighbor Events\n"
12341 : "BGP neighbor IP address to debug\n"
12342 : "BGP IPv6 neighbor to debug\n"
12343 : "BGP neighbor on interface to debug\n")
12344 :
12345 : DEFSH (VTYSH_BGPD, no_debug_bgp_nht_cmd_vtysh,
12346 : "no debug bgp nht",
12347 : "Negate a command or set its defaults\n"
12348 : "Debugging functions\n"
12349 : "BGP information\n"
12350 : "BGP nexthop tracking events\n")
12351 :
12352 : DEFSH (VTYSH_BGPD, no_debug_bgp_pbr_cmd_vtysh,
12353 : "no debug bgp pbr [error]",
12354 : "Negate a command or set its defaults\n"
12355 : "Debugging functions\n"
12356 : "BGP information\n"
12357 : "BGP policy based routing\n"
12358 : "BGP PBR Error\n")
12359 :
12360 : DEFSH (VTYSH_BGPD, no_debug_bgp_update_cmd_vtysh,
12361 : "no debug bgp updates",
12362 : "Negate a command or set its defaults\n"
12363 : "Debugging functions\n"
12364 : "BGP information\n"
12365 : "BGP updates\n")
12366 :
12367 : DEFSH (VTYSH_BGPD, no_debug_bgp_update_direct_cmd_vtysh,
12368 : "no debug bgp updates <in|out>",
12369 : "Negate a command or set its defaults\n"
12370 : "Debugging functions\n"
12371 : "BGP information\n"
12372 : "BGP updates\n"
12373 : "Inbound updates\n"
12374 : "Outbound updates\n")
12375 :
12376 : DEFSH (VTYSH_BGPD, no_debug_bgp_update_direct_peer_cmd_vtysh,
12377 : "no debug bgp updates <in|out> <A.B.C.D|X:X::X:X|WORD>",
12378 : "Negate a command or set its defaults\n"
12379 : "Debugging functions\n"
12380 : "BGP information\n"
12381 : "BGP updates\n"
12382 : "Inbound updates\n"
12383 : "Outbound updates\n"
12384 : "BGP neighbor IP address to debug\n"
12385 : "BGP IPv6 neighbor to debug\n"
12386 : "BGP neighbor on interface to debug\n")
12387 :
12388 : DEFSH (VTYSH_BGPD, no_debug_bgp_update_groups_cmd_vtysh,
12389 : "no debug bgp update-groups",
12390 : "Negate a command or set its defaults\n"
12391 : "Debugging functions\n"
12392 : "BGP information\n"
12393 : "BGP update-groups\n")
12394 :
12395 : DEFSH (VTYSH_BGPD, no_debug_bgp_update_prefix_afi_safi_cmd_vtysh,
12396 : "no debug bgp updates prefix l2vpn$afi evpn$safi type <<macip|2> mac <X:X:X:X:X:X|X:X:X:X:X:X/M> [ip <A.B.C.D|X:X::X:X>]|<multicast|3> ip <A.B.C.D|X:X::X:X>|<prefix|5> ip <A.B.C.D/M|X:X::X:X/M>>",
12397 : "Negate a command or set its defaults\n"
12398 : "Debugging functions\n"
12399 : "BGP information\n"
12400 : "BGP updates\n"
12401 : "Specify a prefix to debug\n"
12402 : "Layer 2 Virtual Private Network\n"
12403 : "Ethernet Virtual Private Network\n"
12404 : "Specify Route type\n"
12405 : "MAC-IP (Type-2) route\n"
12406 : "MAC-IP (Type-2) route\n"
12407 : "MAC address\n"
12408 : "MAC address\n"
12409 : "MAC address\n"
12410 : "IP information\n"
12411 : "IPv4 address\n"
12412 : "IPv6 address\n"
12413 : "Multicast (Type-3) route\n"
12414 : "Multicast (Type-3) route\n"
12415 : "IP information\n"
12416 : "IPv4 address\n"
12417 : "IPv6 address\n"
12418 : "Prefix (Type-5) route\n"
12419 : "Prefix (Type-5) route\n"
12420 : "IP information\n"
12421 : "IPv4 prefix\n"
12422 : "IPv6 prefix\n")
12423 :
12424 : DEFSH (VTYSH_BGPD, no_debug_bgp_update_prefix_cmd_vtysh,
12425 : "no debug bgp updates prefix <A.B.C.D/M|X:X::X:X/M>$prefix",
12426 : "Negate a command or set its defaults\n"
12427 : "Debugging functions\n"
12428 : "BGP information\n"
12429 : "BGP updates\n"
12430 : "Specify a prefix to debug\n"
12431 : "IPv4 prefix\n"
12432 : "IPv6 prefix\n")
12433 :
12434 : DEFSH (VTYSH_BGPD, no_debug_bgp_vnc_all_cmd_vtysh,
12435 : "no debug all bgp vnc",
12436 : "Negate a command or set its defaults\n"
12437 : "Debugging functions\n"
12438 : "Disable all VNC debugging\n"
12439 : "BGP information\n"
12440 : "VNC information\n")
12441 :
12442 : DEFSH (VTYSH_BGPD, no_debug_bgp_vnc_cmd_vtysh,
12443 : "no debug bgp vnc <rfapi-query|import-bi-attach|import-del-remote|verbose>",
12444 : "Negate a command or set its defaults\n"
12445 : "Debugging functions\n"
12446 : "BGP information\n"
12447 : "VNC information\n"
12448 : "rfapi query handling\n"
12449 : "import BI atachment\n"
12450 : "import delete remote routes\n"
12451 : "verbose logging\n")
12452 :
12453 : DEFSH (VTYSH_BGPD, no_debug_bgp_vpn_cmd_vtysh,
12454 : "no debug bgp vpn <leak-from-vrf|leak-to-vrf|rmap-event|label>",
12455 : "Negate a command or set its defaults\n"
12456 : "Debugging functions\n"
12457 : "BGP information\n"
12458 : "VPN routes\n"
12459 : "leaked from vrf to vpn\n"
12460 : "leaked to vrf from vpn\n"
12461 : "route-map updates\n"
12462 : "labels\n")
12463 :
12464 : DEFSH (VTYSH_BGPD, no_debug_bgp_zebra_cmd_vtysh,
12465 : "no debug bgp zebra",
12466 : "Negate a command or set its defaults\n"
12467 : "Debugging functions\n"
12468 : "BGP information\n"
12469 : "BGP Zebra messages\n")
12470 :
12471 : DEFSH (VTYSH_BGPD, no_debug_bgp_zebra_prefix_cmd_vtysh,
12472 : "no debug bgp zebra prefix <A.B.C.D/M|X:X::X:X/M>$prefix",
12473 : "Negate a command or set its defaults\n"
12474 : "Debugging functions\n"
12475 : "BGP information\n"
12476 : "BGP Zebra messages\n"
12477 : "Specify a prefix to debug\n"
12478 : "IPv4 prefix\n"
12479 : "IPv6 prefix\n")
12480 :
12481 : DEFSH (VTYSH_PIMD, no_debug_bsm_cmd_vtysh,
12482 : "no debug pim bsm",
12483 : "Negate a command or set its defaults\n"
12484 : "Debugging functions\n"
12485 : "PIM protocol activity\n"
12486 : "BSR message processing activity\n")
12487 :
12488 : DEFSH (VTYSH_EIGRPD, no_debug_eigrp_packets_all_cmd_vtysh,
12489 : "no debug eigrp packets <siaquery|siareply|ack|hello|probe|query|reply|request|retry|stub|terse|update|all> [send|receive] [detail]",
12490 : "Negate a command or set its defaults\n"
12491 : "Disable debugging functions (see also 'debug')\n"
12492 : "EIGRP information\n"
12493 : "EIGRP packets\n"
12494 : "EIGRP SIA-Query packets\n"
12495 : "EIGRP SIA-Reply packets\n"
12496 : "EIGRP ack packets\n"
12497 : "EIGRP hello packets\n"
12498 : "EIGRP probe packets\n"
12499 : "EIGRP query packets\n"
12500 : "EIGRP reply packets\n"
12501 : "EIGRP request packets\n"
12502 : "EIGRP retransmissions\n"
12503 : "EIGRP stub packets\n"
12504 : "Display all EIGRP packets except Hellos\n"
12505 : "EIGRP update packets\n"
12506 : "Display all EIGRP packets\n"
12507 : "Send Packets\n"
12508 : "Receive Packets\n"
12509 : "Detailed Information\n")
12510 :
12511 : DEFSH (VTYSH_EIGRPD, no_debug_eigrp_transmit_cmd_vtysh,
12512 : "no debug eigrp transmit <send|recv|all> [detail]",
12513 : "Negate a command or set its defaults\n"
12514 : "Disable debugging functions (see also 'debug')\n"
12515 : "EIGRP information\n"
12516 : "EIGRP transmission events\n"
12517 : "packet sent\n"
12518 : "packet received\n"
12519 : "all packets\n"
12520 : "Detailed Information\n")
12521 :
12522 : DEFSH (VTYSH_PIMD, no_debug_igmp_cmd_vtysh,
12523 : "no debug igmp",
12524 : "Negate a command or set its defaults\n"
12525 : "Debugging functions\n"
12526 : "IGMP protocol activity\n")
12527 :
12528 : DEFSH (VTYSH_PIMD, no_debug_igmp_events_cmd_vtysh,
12529 : "no debug igmp events",
12530 : "Negate a command or set its defaults\n"
12531 : "Debugging functions\n"
12532 : "IGMP protocol activity\n"
12533 : "IGMP protocol events\n")
12534 :
12535 : DEFSH (VTYSH_PIMD, no_debug_igmp_packets_cmd_vtysh,
12536 : "no debug igmp packets",
12537 : "Negate a command or set its defaults\n"
12538 : "Debugging functions\n"
12539 : "IGMP protocol activity\n"
12540 : "IGMP protocol packets\n")
12541 :
12542 : DEFSH (VTYSH_PIMD, no_debug_igmp_trace_cmd_vtysh,
12543 : "no debug igmp trace",
12544 : "Negate a command or set its defaults\n"
12545 : "Debugging functions\n"
12546 : "IGMP protocol activity\n"
12547 : "IGMP internal daemon activity\n")
12548 :
12549 : DEFSH (VTYSH_PIMD, no_debug_igmp_trace_detail_cmd_vtysh,
12550 : "no debug igmp trace detail",
12551 : "Negate a command or set its defaults\n"
12552 : "Debugging functions\n"
12553 : "IGMP protocol activity\n"
12554 : "IGMP internal daemon activity\n"
12555 : "detailed\n")
12556 :
12557 : DEFSH (VTYSH_ISISD, no_debug_isis_adj_cmd_vtysh,
12558 : "no debug isis adj-packets",
12559 : "Negate a command or set its defaults\n"
12560 : "Disable debugging functions (see also 'debug')\n"
12561 : "IS-IS routing protocol\n"
12562 : "IS-IS Adjacency related packets\n")
12563 :
12564 : DEFSH (VTYSH_ISISD, no_debug_isis_bfd_cmd_vtysh,
12565 : "no debug isis bfd",
12566 : "Negate a command or set its defaults\n"
12567 : "Disable debugging functions (see also 'debug')\n"
12568 : "IS-IS routing protocol\n"
12569 : "isis interaction with BFD\n")
12570 :
12571 : DEFSH (VTYSH_ISISD, no_debug_isis_events_cmd_vtysh,
12572 : "no debug isis events",
12573 : "Negate a command or set its defaults\n"
12574 : "Disable debugging functions (see also 'debug')\n"
12575 : "IS-IS routing protocol\n"
12576 : "IS-IS Events\n")
12577 :
12578 : DEFSH (VTYSH_ISISD, no_debug_isis_flooding_cmd_vtysh,
12579 : "no debug isis flooding",
12580 : "Negate a command or set its defaults\n"
12581 : "Disable debugging functions (see also 'debug')\n"
12582 : "IS-IS routing protocol\n"
12583 : "Flooding algorithm\n")
12584 :
12585 : DEFSH (VTYSH_ISISD, no_debug_isis_ldp_sync_cmd_vtysh,
12586 : "no debug isis ldp-sync",
12587 : "Negate a command or set its defaults\n"
12588 : "Disable debugging functions (see also 'debug')\n"
12589 : "IS-IS routing protocol\n"
12590 : "isis interaction with LDP-Sync\n")
12591 :
12592 : DEFSH (VTYSH_ISISD, no_debug_isis_lfa_cmd_vtysh,
12593 : "no debug isis lfa",
12594 : "Negate a command or set its defaults\n"
12595 : "Disable debugging functions (see also 'debug')\n"
12596 : "IS-IS routing protocol\n"
12597 : "IS-IS LFA Events\n")
12598 :
12599 : DEFSH (VTYSH_ISISD, no_debug_isis_lsp_gen_cmd_vtysh,
12600 : "no debug isis lsp-gen",
12601 : "Negate a command or set its defaults\n"
12602 : "Disable debugging functions (see also 'debug')\n"
12603 : "IS-IS routing protocol\n"
12604 : "IS-IS generation of own LSPs\n")
12605 :
12606 : DEFSH (VTYSH_ISISD, no_debug_isis_lsp_sched_cmd_vtysh,
12607 : "no debug isis lsp-sched",
12608 : "Negate a command or set its defaults\n"
12609 : "Disable debugging functions (see also 'debug')\n"
12610 : "IS-IS routing protocol\n"
12611 : "IS-IS scheduling of LSP generation\n")
12612 :
12613 : DEFSH (VTYSH_ISISD, no_debug_isis_packet_dump_cmd_vtysh,
12614 : "no debug isis packet-dump",
12615 : "Negate a command or set its defaults\n"
12616 : "Disable debugging functions (see also 'debug')\n"
12617 : "IS-IS routing protocol\n"
12618 : "IS-IS packet dump\n")
12619 :
12620 : DEFSH (VTYSH_ISISD, no_debug_isis_rtevents_cmd_vtysh,
12621 : "no debug isis route-events",
12622 : "Negate a command or set its defaults\n"
12623 : "Disable debugging functions (see also 'debug')\n"
12624 : "IS-IS routing protocol\n"
12625 : "IS-IS Route related events\n")
12626 :
12627 : DEFSH (VTYSH_ISISD, no_debug_isis_snp_cmd_vtysh,
12628 : "no debug isis snp-packets",
12629 : "Negate a command or set its defaults\n"
12630 : "Disable debugging functions (see also 'debug')\n"
12631 : "IS-IS routing protocol\n"
12632 : "IS-IS CSNP/PSNP packets\n")
12633 :
12634 : DEFSH (VTYSH_ISISD, no_debug_isis_spfevents_cmd_vtysh,
12635 : "no debug isis spf-events",
12636 : "Negate a command or set its defaults\n"
12637 : "Disable debugging functions (see also 'debug')\n"
12638 : "IS-IS routing protocol\n"
12639 : "IS-IS Shortest Path First Events\n")
12640 :
12641 : DEFSH (VTYSH_ISISD, no_debug_isis_srevents_cmd_vtysh,
12642 : "no debug isis sr-events",
12643 : "Negate a command or set its defaults\n"
12644 : "Disable debugging functions (see also 'debug')\n"
12645 : "IS-IS routing protocol\n"
12646 : "IS-IS Segment Routing Events\n")
12647 :
12648 : DEFSH (VTYSH_ISISD, no_debug_isis_teevents_cmd_vtysh,
12649 : "no debug isis te-events",
12650 : "Negate a command or set its defaults\n"
12651 : "Disable debugging functions (see also 'debug')\n"
12652 : "IS-IS routing protocol\n"
12653 : "IS-IS Traffic Engineering Events\n")
12654 :
12655 : DEFSH (VTYSH_ISISD, no_debug_isis_tx_queue_cmd_vtysh,
12656 : "no debug isis tx-queue",
12657 : "Negate a command or set its defaults\n"
12658 : "Disable debugging functions (see also 'debug')\n"
12659 : "IS-IS routing protocol\n"
12660 : "IS-IS TX queues\n")
12661 :
12662 : DEFSH (VTYSH_ISISD, no_debug_isis_upd_cmd_vtysh,
12663 : "no debug isis update-packets",
12664 : "Negate a command or set its defaults\n"
12665 : "Disable debugging functions (see also 'debug')\n"
12666 : "IS-IS routing protocol\n"
12667 : "IS-IS Update related packets\n")
12668 :
12669 : DEFSH (VTYSH_PIMD, no_debug_mroute_cmd_vtysh,
12670 : "no debug mroute",
12671 : "Negate a command or set its defaults\n"
12672 : "Debugging functions\n"
12673 : "PIM interaction with kernel MFC cache\n")
12674 :
12675 : DEFSH (VTYSH_PIMD, no_debug_mroute_detail_cmd_vtysh,
12676 : "no debug mroute detail",
12677 : "Negate a command or set its defaults\n"
12678 : "Debugging functions\n"
12679 : "PIM interaction with kernel MFC cache\n"
12680 : "detailed\n")
12681 :
12682 : DEFSH (VTYSH_PIMD, no_debug_msdp_cmd_vtysh,
12683 : "no debug msdp",
12684 : "Negate a command or set its defaults\n"
12685 : "Debugging functions\n"
12686 : "MSDP protocol activity\n")
12687 :
12688 : DEFSH (VTYSH_PIMD, no_debug_msdp_events_cmd_vtysh,
12689 : "no debug msdp events",
12690 : "Negate a command or set its defaults\n"
12691 : "Debugging functions\n"
12692 : "MSDP protocol activity\n"
12693 : "MSDP protocol events\n")
12694 :
12695 : DEFSH (VTYSH_PIMD, no_debug_msdp_packets_cmd_vtysh,
12696 : "no debug msdp packets",
12697 : "Negate a command or set its defaults\n"
12698 : "Debugging functions\n"
12699 : "MSDP protocol activity\n"
12700 : "MSDP protocol packets\n")
12701 :
12702 : DEFSH (VTYSH_PIMD, no_debug_mtrace_cmd_vtysh,
12703 : "no debug mtrace",
12704 : "Negate a command or set its defaults\n"
12705 : "Debugging functions\n"
12706 : "Mtrace protocol activity\n")
12707 :
12708 : DEFSH (VTYSH_NHRPD, no_debug_nhrp_cmd_vtysh,
12709 : "no debug nhrp <all|common|event|interface|kernel|route|vici>",
12710 : "Negate a command or set its defaults\n"
12711 : "Disable debug messages for specific or all parts.\n"
12712 : "NHRP information\n"
12713 : "All messages\n"
12714 : "Common messages (default)\n"
12715 : "Event manager messages\n"
12716 : "Interface messages\n"
12717 : "Kernel messages\n"
12718 : "Route messages\n"
12719 : "VICI messages\n")
12720 :
12721 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_abr_cmd_vtysh,
12722 : "no debug ospf6 abr",
12723 : "Negate a command or set its defaults\n"
12724 : "Debugging functions\n"
12725 : "Open Shortest Path First (OSPF) for IPv6\n"
12726 : "Debug OSPFv3 ABR function\n")
12727 :
12728 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_asbr_cmd_vtysh,
12729 : "no debug ospf6 asbr",
12730 : "Negate a command or set its defaults\n"
12731 : "Debugging functions\n"
12732 : "Open Shortest Path First (OSPF) for IPv6\n"
12733 : "Debug OSPFv3 ASBR function\n")
12734 :
12735 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_auth_cmd_vtysh,
12736 : "no debug ospf6 authentication [<tx|rx>]",
12737 : "Negate a command or set its defaults\n"
12738 : "Debugging functions\n"
12739 : "Open Shortest Path First (OSPF) for IPv6\n"
12740 : "debug OSPF6 authentication\n"
12741 : "debug authentication tx\n"
12742 : "debug authentication rx\n")
12743 :
12744 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_brouter_area_cmd_vtysh,
12745 : "no debug ospf6 border-routers area-id [A.B.C.D]",
12746 : "Negate a command or set its defaults\n"
12747 : "Debugging functions\n"
12748 : "Open Shortest Path First (OSPF) for IPv6\n"
12749 : "Debug border router\n"
12750 : "Debug border routers in specific Area\n"
12751 : "Specify Area-ID\n")
12752 :
12753 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_brouter_cmd_vtysh,
12754 : "no debug ospf6 border-routers",
12755 : "Negate a command or set its defaults\n"
12756 : "Debugging functions\n"
12757 : "Open Shortest Path First (OSPF) for IPv6\n"
12758 : "Debug border router\n")
12759 :
12760 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_brouter_router_cmd_vtysh,
12761 : "no debug ospf6 border-routers router-id [A.B.C.D]",
12762 : "Negate a command or set its defaults\n"
12763 : "Debugging functions\n"
12764 : "Open Shortest Path First (OSPF) for IPv6\n"
12765 : "Debug border router\n"
12766 : "Debug specific border router\n"
12767 : "Specify border-router's router-id\n")
12768 :
12769 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_cmd_vtysh,
12770 : "no debug ospf6",
12771 : "Negate a command or set its defaults\n"
12772 : "Debugging functions\n"
12773 : "Open Shortest Path First (OSPF) for IPv6\n")
12774 :
12775 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_flooding_cmd_vtysh,
12776 : "no debug ospf6 flooding",
12777 : "Negate a command or set its defaults\n"
12778 : "Debugging functions\n"
12779 : "Open Shortest Path First (OSPF) for IPv6\n"
12780 : "Debug OSPFv3 flooding function\n")
12781 :
12782 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_interface_cmd_vtysh,
12783 : "no debug ospf6 interface",
12784 : "Negate a command or set its defaults\n"
12785 : "Debugging functions\n"
12786 : "Open Shortest Path First (OSPF) for IPv6\n"
12787 : "Debug OSPFv3 Interface\n")
12788 :
12789 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_lsa_hex_cmd_vtysh,
12790 : "no debug ospf6 lsa <router|network|inter-prefix|inter-router|as-external|nssa|link|intra-prefix|unknown> [<originate|examine|flooding>]",
12791 : "Negate a command or set its defaults\n"
12792 : "Debugging functions\n"
12793 : "Open Shortest Path First (OSPF) for IPv6\n"
12794 : "Debug Link State Advertisements (LSAs)\n"
12795 : "Display Router LSAs\n"
12796 : "Display Network LSAs\n"
12797 : "Display Inter-Area-Prefix LSAs\n"
12798 : "Display Inter-Router LSAs\n"
12799 : "Display As-External LSAs\n"
12800 : "Display NSSA LSAs\n"
12801 : "Display Link LSAs\n"
12802 : "Display Intra-Area-Prefix LSAs\n"
12803 : "Display LSAs of unknown origin\n"
12804 : "Display details of LSAs\n"
12805 : "Dump LSAs\n"
12806 : "Display LSA's internal information\n")
12807 :
12808 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_message_cmd_vtysh,
12809 : "no debug ospf6 message <unknown|hello|dbdesc|lsreq|lsupdate|lsack|all> [<send|recv|send-hdr|recv-hdr>]",
12810 : "Negate a command or set its defaults\n"
12811 : "Debugging functions\n"
12812 : "Open Shortest Path First (OSPF) for IPv6\n"
12813 : "Debug OSPFv3 message\n"
12814 : "Debug Unknown message\n"
12815 : "Debug Hello message\n"
12816 : "Debug Database Description message\n"
12817 : "Debug Link State Request message\n"
12818 : "Debug Link State Update message\n"
12819 : "Debug Link State Acknowledgement message\n"
12820 : "Debug All message\n"
12821 : "Debug only sending message, entire pkt\n"
12822 : "Debug only receiving message, entire pkt\n"
12823 : "Debug only sending message, header only\n"
12824 : "Debug only receiving message, header only\n")
12825 :
12826 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_neighbor_cmd_vtysh,
12827 : "no debug ospf6 neighbor [<state|event>]",
12828 : "Negate a command or set its defaults\n"
12829 : "Debugging functions\n"
12830 : "Open Shortest Path First (OSPF) for IPv6\n"
12831 : "Debug OSPFv3 Neighbor\n"
12832 : "Debug OSPFv3 Neighbor State Change\n"
12833 : "Debug OSPFv3 Neighbor Event\n")
12834 :
12835 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_nssa_cmd_vtysh,
12836 : "no debug ospf6 nssa",
12837 : "Negate a command or set its defaults\n"
12838 : "Debugging functions\n"
12839 : "Open Shortest Path First (OSPF) for IPv6\n"
12840 : "Debug OSPFv3 NSSA function\n")
12841 :
12842 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_spf_database_cmd_vtysh,
12843 : "no debug ospf6 spf database",
12844 : "Negate a command or set its defaults\n"
12845 : "Debugging functions\n"
12846 : "Open Shortest Path First (OSPF) for IPv6\n"
12847 : "Debug SPF Calculation\n"
12848 : "Quit Logging number of LSAs at SPF Calculation time\n")
12849 :
12850 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_spf_process_cmd_vtysh,
12851 : "no debug ospf6 spf process",
12852 : "Negate a command or set its defaults\n"
12853 : "Debugging functions\n"
12854 : "Open Shortest Path First (OSPF) for IPv6\n"
12855 : "Quit Debugging SPF Calculation\n"
12856 : "Quit Debugging Detailed SPF Process\n")
12857 :
12858 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_spf_time_cmd_vtysh,
12859 : "no debug ospf6 spf time",
12860 : "Negate a command or set its defaults\n"
12861 : "Debugging functions\n"
12862 : "Open Shortest Path First (OSPF) for IPv6\n"
12863 : "Quit Debugging SPF Calculation\n"
12864 : "Quit Measuring time taken by SPF Calculation\n")
12865 :
12866 : DEFSH (VTYSH_OSPF6D, no_debug_ospf6_zebra_sendrecv_cmd_vtysh,
12867 : "no debug ospf6 zebra [<send|recv>]",
12868 : "Negate a command or set its defaults\n"
12869 : "Debugging functions\n"
12870 : "Open Shortest Path First (OSPF) for IPv6\n"
12871 : "Debug connection between zebra\n"
12872 : "Debug Sending zebra\n"
12873 : "Debug Receiving zebra\n")
12874 :
12875 : DEFSH (VTYSH_OSPFD, no_debug_ospf_cmd_vtysh,
12876 : "no debug ospf",
12877 : "Negate a command or set its defaults\n"
12878 : "Debugging functions\n"
12879 : "OSPF information\n")
12880 :
12881 : DEFSH (VTYSH_OSPFD, no_debug_ospf_event_cmd_vtysh,
12882 : "no debug ospf event",
12883 : "Negate a command or set its defaults\n"
12884 : "Debugging functions\n"
12885 : "OSPF information\n"
12886 : "OSPF event information\n")
12887 :
12888 : DEFSH (VTYSH_OSPFD, no_debug_ospf_instance_event_cmd_vtysh,
12889 : "no debug ospf (1-65535) event",
12890 : "Negate a command or set its defaults\n"
12891 : "Debugging functions\n"
12892 : "OSPF information\n"
12893 : "Instance ID\n"
12894 : "OSPF event information\n")
12895 :
12896 : DEFSH (VTYSH_OSPFD, no_debug_ospf_instance_lsa_cmd_vtysh,
12897 : "no debug ospf (1-65535) lsa [<generate|flooding|install|refresh|aggregate>]",
12898 : "Negate a command or set its defaults\n"
12899 : "Debugging functions\n"
12900 : "OSPF information\n"
12901 : "Instance ID\n"
12902 : "OSPF Link State Advertisement\n"
12903 : "LSA Generation\n"
12904 : "LSA Flooding\n"
12905 : "LSA Install/Delete\n"
12906 : "LSA Refres\n"
12907 : "External LSA Aggregation\n")
12908 :
12909 : DEFSH (VTYSH_OSPFD, no_debug_ospf_instance_nsm_cmd_vtysh,
12910 : "no debug ospf (1-65535) nsm [<status|events|timers>]",
12911 : "Negate a command or set its defaults\n"
12912 : "Debugging functions\n"
12913 : "OSPF information\n"
12914 : "Instance ID\n"
12915 : "OSPF Neighbor State Machine\n"
12916 : "NSM Status Information\n"
12917 : "NSM Event Information\n"
12918 : "NSM Timer Information\n")
12919 :
12920 : DEFSH (VTYSH_OSPFD, no_debug_ospf_instance_nssa_cmd_vtysh,
12921 : "no debug ospf (1-65535) nssa",
12922 : "Negate a command or set its defaults\n"
12923 : "Debugging functions\n"
12924 : "OSPF information\n"
12925 : "Instance ID\n"
12926 : "OSPF nssa information\n")
12927 :
12928 : DEFSH (VTYSH_OSPFD, no_debug_ospf_instance_zebra_cmd_vtysh,
12929 : "no debug ospf (1-65535) zebra [<interface|redistribute>]",
12930 : "Negate a command or set its defaults\n"
12931 : "Debugging functions\n"
12932 : "OSPF information\n"
12933 : "Instance ID\n"
12934 : "Zebra information\n"
12935 : "Zebra interface\n"
12936 : "Zebra redistribute\n")
12937 :
12938 : DEFSH (VTYSH_OSPFD, no_debug_ospf_ism_cmd_vtysh,
12939 : "no debug ospf [(1-65535)] ism [<status|events|timers>]",
12940 : "Negate a command or set its defaults\n"
12941 : "Debugging functions\n"
12942 : "OSPF information\n"
12943 : "Instance ID\n"
12944 : "OSPF Interface State Machine\n"
12945 : "ISM Status Information\n"
12946 : "ISM Event Information\n"
12947 : "ISM TImer Information\n")
12948 :
12949 : DEFSH (VTYSH_OSPFD, no_debug_ospf_lsa_cmd_vtysh,
12950 : "no debug ospf lsa [<generate|flooding|install|refresh|aggregate>]",
12951 : "Negate a command or set its defaults\n"
12952 : "Debugging functions\n"
12953 : "OSPF information\n"
12954 : "OSPF Link State Advertisement\n"
12955 : "LSA Generation\n"
12956 : "LSA Flooding\n"
12957 : "LSA Install/Delete\n"
12958 : "LSA Refres\n"
12959 : "External LSA Aggregation\n")
12960 :
12961 : DEFSH (VTYSH_OSPFD, no_debug_ospf_nsm_cmd_vtysh,
12962 : "no debug ospf nsm [<status|events|timers>]",
12963 : "Negate a command or set its defaults\n"
12964 : "Debugging functions\n"
12965 : "OSPF information\n"
12966 : "OSPF Neighbor State Machine\n"
12967 : "NSM Status Information\n"
12968 : "NSM Event Information\n"
12969 : "NSM Timer Information\n")
12970 :
12971 : DEFSH (VTYSH_OSPFD, no_debug_ospf_nssa_cmd_vtysh,
12972 : "no debug ospf nssa",
12973 : "Negate a command or set its defaults\n"
12974 : "Debugging functions\n"
12975 : "OSPF information\n"
12976 : "OSPF nssa information\n")
12977 :
12978 : DEFSH (VTYSH_OSPFD, no_debug_ospf_zebra_cmd_vtysh,
12979 : "no debug ospf zebra [<interface|redistribute>]",
12980 : "Negate a command or set its defaults\n"
12981 : "Debugging functions\n"
12982 : "OSPF information\n"
12983 : "Zebra information\n"
12984 : "Zebra interface\n"
12985 : "Zebra redistribute\n")
12986 :
12987 : DEFSH (VTYSH_PIMD, no_debug_pim_mlag_cmd_vtysh,
12988 : "no debug pim mlag",
12989 : "Negate a command or set its defaults\n"
12990 : "Debugging functions\n"
12991 : "PIM protocol activity\n"
12992 : "PIM Mlag activity\n")
12993 :
12994 : DEFSH (VTYSH_PIMD, no_debug_pim_nht_rp_cmd_vtysh,
12995 : "no debug pim nht rp",
12996 : "Negate a command or set its defaults\n"
12997 : "Debugging functions\n"
12998 : "PIM protocol activity\n"
12999 : "Nexthop Tracking\n"
13000 : "RP Nexthop Tracking\n")
13001 :
13002 : DEFSH (VTYSH_PIMD, no_debug_pim_static_cmd_vtysh,
13003 : "no debug pim static",
13004 : "Negate a command or set its defaults\n"
13005 : "Debugging functions\n"
13006 : "PIM protocol activity\n"
13007 : "PIM Static Multicast Route activity\n")
13008 :
13009 : DEFSH (VTYSH_PIMD, no_debug_pim_vxlan_cmd_vtysh,
13010 : "no debug pim vxlan",
13011 : "Negate a command or set its defaults\n"
13012 : "Debugging functions\n"
13013 : "PIM protocol activity\n"
13014 : "PIM VxLAN events\n")
13015 :
13016 : DEFSH (VTYSH_RIPD, no_debug_rip_events_cmd_vtysh,
13017 : "no debug rip events",
13018 : "Negate a command or set its defaults\n"
13019 : "Debugging functions\n"
13020 : "RIP information\n"
13021 : "RIP events\n")
13022 :
13023 : DEFSH (VTYSH_RIPD, no_debug_rip_packet_cmd_vtysh,
13024 : "no debug rip packet",
13025 : "Negate a command or set its defaults\n"
13026 : "Debugging functions\n"
13027 : "RIP information\n"
13028 : "RIP packet\n")
13029 :
13030 : DEFSH (VTYSH_RIPD, no_debug_rip_packet_direct_cmd_vtysh,
13031 : "no debug rip packet <recv|send>",
13032 : "Negate a command or set its defaults\n"
13033 : "Debugging functions\n"
13034 : "RIP information\n"
13035 : "RIP packet\n"
13036 : "RIP option set for receive packet\n"
13037 : "RIP option set for send packet\n")
13038 :
13039 : DEFSH (VTYSH_RIPD, no_debug_rip_zebra_cmd_vtysh,
13040 : "no debug rip zebra",
13041 : "Negate a command or set its defaults\n"
13042 : "Debugging functions\n"
13043 : "RIP information\n"
13044 : "RIP and ZEBRA communication\n")
13045 :
13046 : DEFSH (VTYSH_RIPNGD, no_debug_ripng_events_cmd_vtysh,
13047 : "no debug ripng events",
13048 : "Negate a command or set its defaults\n"
13049 : "Debugging functions\n"
13050 : "RIPng configuration\n"
13051 : "Debug option set for ripng events\n")
13052 :
13053 : DEFSH (VTYSH_RIPNGD, no_debug_ripng_packet_cmd_vtysh,
13054 : "no debug ripng packet",
13055 : "Negate a command or set its defaults\n"
13056 : "Debugging functions\n"
13057 : "RIPng configuration\n"
13058 : "Debug option set for ripng packet\n")
13059 :
13060 : DEFSH (VTYSH_RIPNGD, no_debug_ripng_packet_direct_cmd_vtysh,
13061 : "no debug ripng packet <recv|send>",
13062 : "Negate a command or set its defaults\n"
13063 : "Debugging functions\n"
13064 : "RIPng configuration\n"
13065 : "Debug option set for ripng packet\n"
13066 : "Debug option set for receive packet\n"
13067 : "Debug option set for send packet\n")
13068 :
13069 : DEFSH (VTYSH_RIPNGD, no_debug_ripng_zebra_cmd_vtysh,
13070 : "no debug ripng zebra",
13071 : "Negate a command or set its defaults\n"
13072 : "Debugging functions\n"
13073 : "RIPng configuration\n"
13074 : "Debug option set for ripng and zebra communication\n")
13075 :
13076 : DEFSH (VTYSH_RMAP, no_debug_rmap_cmd_vtysh,
13077 : "no debug route-map",
13078 : "Negate a command or set its defaults\n"
13079 : "Debugging functions\n"
13080 : "Debug option set for route-maps\n")
13081 :
13082 : DEFSH (VTYSH_BGPD, no_debug_rpki_cmd_vtysh,
13083 : "no debug rpki",
13084 : "Negate a command or set its defaults\n"
13085 : "Debugging functions\n"
13086 : "Disable debugging for rpki\n")
13087 :
13088 : DEFSH (VTYSH_PIMD, no_debug_ssmpingd_cmd_vtysh,
13089 : "no debug ssmpingd",
13090 : "Negate a command or set its defaults\n"
13091 : "Debugging functions\n"
13092 : "ssmpingd activity\n")
13093 :
13094 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_dplane_cmd_vtysh,
13095 : "no debug zebra dplane",
13096 : "Negate a command or set its defaults\n"
13097 : "Debugging functions\n"
13098 : "Zebra configuration\n"
13099 : "Debug zebra dataplane events\n")
13100 :
13101 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_events_cmd_vtysh,
13102 : "no debug zebra events",
13103 : "Negate a command or set its defaults\n"
13104 : "Debugging functions\n"
13105 : "Zebra configuration\n"
13106 : "Debug option set for zebra events\n")
13107 :
13108 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_fpm_cmd_vtysh,
13109 : "no debug zebra fpm",
13110 : "Negate a command or set its defaults\n"
13111 : "Debugging functions\n"
13112 : "Zebra configuration\n"
13113 : "Debug zebra FPM events\n")
13114 :
13115 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_kernel_cmd_vtysh,
13116 : "no debug zebra kernel",
13117 : "Negate a command or set its defaults\n"
13118 : "Debugging functions\n"
13119 : "Zebra configuration\n"
13120 : "Debug option set for zebra between kernel interface\n")
13121 :
13122 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_kernel_msgdump_cmd_vtysh,
13123 : "no debug zebra kernel msgdump [<recv|send>]",
13124 : "Negate a command or set its defaults\n"
13125 : "Debugging functions\n"
13126 : "Zebra configuration\n"
13127 : "Debug option set for zebra between kernel interface\n"
13128 : "Dump raw netlink messages, sent and received\n"
13129 : "Dump raw netlink messages received\n"
13130 : "Dump raw netlink messages sent\n")
13131 :
13132 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_mpls_cmd_vtysh,
13133 : "no debug zebra mpls [detailed]",
13134 : "Negate a command or set its defaults\n"
13135 : "Debugging functions\n"
13136 : "Zebra configuration\n"
13137 : "Debug option set for zebra MPLS LSPs\n"
13138 : "Debug option for zebra detailed info\n")
13139 :
13140 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_nht_cmd_vtysh,
13141 : "no debug zebra nht [detailed]",
13142 : "Negate a command or set its defaults\n"
13143 : "Debugging functions\n"
13144 : "Zebra configuration\n"
13145 : "Debug option set for zebra next hop tracking\n"
13146 : "Debug option set for detailed info\n")
13147 :
13148 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_packet_cmd_vtysh,
13149 : "no debug zebra packet [<recv|send>] [detail]",
13150 : "Negate a command or set its defaults\n"
13151 : "Debugging functions\n"
13152 : "Zebra configuration\n"
13153 : "Debug option set for zebra packet\n"
13154 : "Debug option set for receive packet\n"
13155 : "Debug option set for send packet\n"
13156 : "Debug option set for detailed info\n")
13157 :
13158 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_pbr_cmd_vtysh,
13159 : "no debug zebra pbr",
13160 : "Negate a command or set its defaults\n"
13161 : "Debugging functions\n"
13162 : "Zebra configuration\n"
13163 : "Debug zebra pbr events\n")
13164 :
13165 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_rib_cmd_vtysh,
13166 : "no debug zebra rib [detailed]",
13167 : "Negate a command or set its defaults\n"
13168 : "Debugging functions\n"
13169 : "Zebra configuration\n"
13170 : "Debug zebra RIB\n"
13171 : "Detailed debugs\n")
13172 :
13173 : DEFSH (VTYSH_ZEBRA, no_debug_zebra_vxlan_cmd_vtysh,
13174 : "no debug zebra vxlan",
13175 : "Negate a command or set its defaults\n"
13176 : "Debugging functions\n"
13177 : "Zebra configuration\n"
13178 : "Debug option set for zebra VxLAN (EVPN)\n")
13179 :
13180 : DEFSH (VTYSH_ZEBRA, no_default_vrf_vni_mapping_cmd_vtysh,
13181 : "no vni (1-16777215)[prefix-routes-only]",
13182 : "Negate a command or set its defaults\n"
13183 : "VNI corresponding to DEFAULT VRF\n"
13184 : "VNI-ID\n"
13185 : "Prefix routes only \n")
13186 :
13187 : DEFSH (VTYSH_BGPD, no_dump_bgp_all_cmd_vtysh,
13188 : "no dump bgp <all|all-et|updates|updates-et|routes-mrt> [PATH [INTERVAL]]",
13189 : "Negate a command or set its defaults\n"
13190 : "Stop dump packet\n"
13191 : "Stop BGP packet dump\n"
13192 : "Stop dump process all\n"
13193 : "Stop dump process all-et\n"
13194 : "Stop dump process updates\n"
13195 : "Stop dump process updates-et\n"
13196 : "Stop dump process route-mrt\n"
13197 : "Output filename\n"
13198 : "Interval of output\n")
13199 :
13200 : DEFSH (VTYSH_BGPD, no_dup_addr_detection_cmd_vtysh,
13201 : "no dup-addr-detection [max-moves (2-1000)$max_moves_val time (2-1800)$time_val | freeze <permanent$permanent_val | (30-3600)$freeze_time_val>]",
13202 : "Negate a command or set its defaults\n"
13203 : "Duplicate address detection\n"
13204 : "Max allowed moves before address detected as duplicate\n"
13205 : "Num of max allowed moves (2-1000) default 5\n"
13206 : "Duplicate address detection time\n"
13207 : "Time in seconds (2-1800) default 180\n"
13208 : "Duplicate address detection freeze\n"
13209 : "Duplicate address detection permanent freeze\n"
13210 : "Duplicate address detection freeze time (30-3600)\n")
13211 :
13212 : DEFSH (VTYSH_EIGRPD, no_eigrp_authentication_keychain_cmd_vtysh,
13213 : "no ip authentication key-chain eigrp (1-65535)$as [WORD]",
13214 : "Negate a command or set its defaults\n"
13215 : "Interface Internet Protocol config commands\n"
13216 : "Authentication subcommands\n"
13217 : "Key-chain\n"
13218 : "EIGRP information\n"
13219 : "AS number\n"
13220 : "Name of key-chain\n")
13221 :
13222 : DEFSH (VTYSH_EIGRPD, no_eigrp_authentication_mode_cmd_vtysh,
13223 : "no ip authentication mode eigrp (1-65535)$as [<md5|hmac-sha-256>]",
13224 : "Negate a command or set its defaults\n"
13225 : "Interface Internet Protocol config commands\n"
13226 : "Authentication subcommands\n"
13227 : "Mode\n"
13228 : "EIGRP information\n"
13229 : "AS number\n"
13230 : "Keyed message digest\n"
13231 : "HMAC SHA256 algorithm \n")
13232 :
13233 : DEFSH (VTYSH_EIGRPD, no_eigrp_if_bandwidth_cmd_vtysh,
13234 : "no eigrp bandwidth [(1-10000000)]",
13235 : "Negate a command or set its defaults\n"
13236 : "EIGRP information\n"
13237 : "Set bandwidth informational parameter\n"
13238 : "Bandwidth in kilobits\n")
13239 :
13240 : DEFSH (VTYSH_EIGRPD, no_eigrp_if_delay_cmd_vtysh,
13241 : "no delay [(1-16777215)]",
13242 : "Negate a command or set its defaults\n"
13243 : "Specify interface throughput delay\n"
13244 : "Throughput delay (tens of microseconds)\n")
13245 :
13246 : DEFSH (VTYSH_EIGRPD, no_eigrp_if_ip_hellointerval_cmd_vtysh,
13247 : "no ip hello-interval eigrp [(1-65535)]",
13248 : "Negate a command or set its defaults\n"
13249 : "Interface Internet Protocol config commands\n"
13250 : "Configures EIGRP hello interval\n"
13251 : "EIGRP information\n"
13252 : "Seconds between hello transmissions\n")
13253 :
13254 : DEFSH (VTYSH_EIGRPD, no_eigrp_if_ip_holdinterval_cmd_vtysh,
13255 : "no ip hold-time eigrp [(1-65535)]",
13256 : "Negate a command or set its defaults\n"
13257 : "Interface Internet Protocol config commands\n"
13258 : "Configures EIGRP IPv4 hold time\n"
13259 : "EIGRP information\n"
13260 : "Seconds before neighbor is considered down\n")
13261 :
13262 : DEFSH (VTYSH_EIGRPD, no_eigrp_ip_summary_address_cmd_vtysh,
13263 : "no ip summary-address eigrp (1-65535)$as A.B.C.D/M$prefix",
13264 : "Negate a command or set its defaults\n"
13265 : "Interface Internet Protocol config commands\n"
13266 : "Perform address summarization\n"
13267 : "EIGRP information\n"
13268 : "AS number\n"
13269 : "Summary <network>/<length>, e.g. 192.168.0.0/16\n")
13270 :
13271 : DEFSH (VTYSH_EIGRPD, no_eigrp_maximum_paths_cmd_vtysh,
13272 : "no maximum-paths [(1-32)]",
13273 : "Negate a command or set its defaults\n"
13274 : "Forward packets over multiple paths\n"
13275 : "Number of paths\n")
13276 :
13277 : DEFSH (VTYSH_EIGRPD, no_eigrp_metric_weights_cmd_vtysh,
13278 : "no metric weights [(0-255) (0-255) (0-255) (0-255) (0-255) (0-255)]",
13279 : "Negate a command or set its defaults\n"
13280 : "Modify metrics and parameters for advertisement\n"
13281 : "Modify metric coefficients\n"
13282 : "K1\n"
13283 : "K2\n"
13284 : "K3\n"
13285 : "K4\n"
13286 : "K5\n"
13287 : "K6\n")
13288 :
13289 : DEFSH (VTYSH_EIGRPD, no_eigrp_router_id_cmd_vtysh,
13290 : "no eigrp router-id [A.B.C.D]",
13291 : "Negate a command or set its defaults\n"
13292 : "EIGRP information\n"
13293 : "Router ID for this EIGRP process\n"
13294 : "EIGRP Router-ID in IP address format\n")
13295 :
13296 : DEFSH (VTYSH_EIGRPD, no_eigrp_timers_active_cmd_vtysh,
13297 : "no timers active-time [<(1-65535)|disabled>]",
13298 : "Negate a command or set its defaults\n"
13299 : "Adjust routing timers\n"
13300 : "Time limit for active state\n"
13301 : "Active state time limit in seconds\n"
13302 : "Disable time limit for active state\n")
13303 :
13304 : DEFSH (VTYSH_EIGRPD, no_eigrp_variance_cmd_vtysh,
13305 : "no variance [(1-128)]",
13306 : "Negate a command or set its defaults\n"
13307 : "Control load balancing variance\n"
13308 : "Metric variance multiplier\n")
13309 :
13310 : DEFSH_HIDDEN (VTYSH_ZEBRA, no_evpn_accept_bgp_seq_cmd_vtysh,
13311 : "no evpn accept-bgp-seq",
13312 : "Negate a command or set its defaults\n"
13313 : "EVPN\n"
13314 : "Accept all sequence numbers from BGP\n")
13315 :
13316 : DEFSH (VTYSH_BGPD, no_evpnrt5_network_cmd_vtysh,
13317 : "no network <A.B.C.D/M|X:X::X:X/M> rd ASN:NN_OR_IP-ADDRESS:NN ethtag WORD label WORD esi WORD gwip <A.B.C.D|X:X::X:X>",
13318 : "Negate a command or set its defaults\n"
13319 : "Specify a network to announce via BGP\n"
13320 : "IP prefix\n"
13321 : "IPv6 prefix\n"
13322 : "Specify Route Distinguisher\n"
13323 : "VPN Route Distinguisher\n"
13324 : "Ethernet Tag\n"
13325 : "Ethernet Tag Value\n"
13326 : "BGP label\n"
13327 : "label value\n"
13328 : "Ethernet Segment Identifier\n"
13329 : "ESI value ( 00:11:22:33:44:55:66:77:88:99 format) \n"
13330 : "Gateway IP\n"
13331 : "Gateway IP ( A.B.C.D )\n"
13332 : "Gateway IPv6 ( X:X::X:X )\n")
13333 :
13334 : DEFSH (VTYSH_ALL, no_exec_timeout_cmd_vtysh,
13335 : "no exec-timeout",
13336 : "Negate a command or set its defaults\n"
13337 : "Set the EXEC timeout\n")
13338 :
13339 : DEFSH (VTYSH_ZEBRA, no_fpm_remote_ip_cmd_vtysh,
13340 : "no fpm connection ip A.B.C.D port (1-65535)",
13341 : "Negate a command or set its defaults\n"
13342 : "Forwarding Path Manager\n"
13343 : "Remove configured FPM connection\n"
13344 : "Connect to IPv4 address\n"
13345 : "Connect to IPv4 address\n"
13346 : "TCP port number\n"
13347 : "TCP port number\n")
13348 :
13349 : DEFSH (VTYSH_ZEBRA, no_fpm_set_address_cmd_vtysh,
13350 : "no fpm address [<A.B.C.D|X:X::X:X> [port <1-65535>]]",
13351 : "Negate a command or set its defaults\n"
13352 : "Forwarding Plane Manager configuration\n"
13353 : "FPM remote listening server address\n"
13354 : "Remote IPv4 FPM server\n"
13355 : "Remote IPv6 FPM server\n"
13356 : "FPM remote listening server port\n"
13357 : "Remote FPM server port\n")
13358 :
13359 : DEFSH (VTYSH_ZEBRA, no_fpm_use_nhg_cmd_vtysh,
13360 : "no fpm use-next-hop-groups",
13361 : "Negate a command or set its defaults\n"
13362 : "Forwarding Plane Manager configuration\n"
13363 : "Use netlink next hop groups feature.\n")
13364 :
13365 : DEFSH (VTYSH_OSPFD, no_graceful_restart_cmd_vtysh,
13366 : "no graceful-restart [grace-period (1-1800)]",
13367 : "Negate a command or set its defaults\n"
13368 : "OSPF non-stop forwarding (NSF) also known as OSPF Graceful Restart\n"
13369 : "Maximum length of the 'grace period'\n"
13370 : "Maximum length of the 'grace period' in seconds\n")
13371 :
13372 : DEFSH (VTYSH_RIPD, no_if_rmap_cmd_vtysh,
13373 : "no route-map ROUTEMAP_NAME <in|out> IFNAME",
13374 : "Negate a command or set its defaults\n"
13375 : "Route map unset\n"
13376 : "Route map name\n"
13377 : "Route map for input filtering\n"
13378 : "Route map for output filtering\n"
13379 : "Route map interface name\n")
13380 :
13381 : DEFSH (VTYSH_INTERFACE, no_interface_cmd_vtysh,
13382 : "no interface IFNAME [vrf NAME$vrf_name]",
13383 : "Negate a command or set its defaults\n"
13384 : "Delete a pseudo interface's configuration\n"
13385 : "Interface's name\n"
13386 : "Specify the VRF\n"
13387 : "The VRF name\n")
13388 :
13389 : DEFSH (VTYSH_INTERFACE, no_interface_desc_cmd_vtysh,
13390 : "no description",
13391 : "Negate a command or set its defaults\n"
13392 : "Interface specific description\n")
13393 :
13394 : DEFSH (VTYSH_ZEBRA, no_ip_address_cmd_vtysh,
13395 : "no ip address A.B.C.D/M",
13396 : "Negate a command or set its defaults\n"
13397 : "Interface Internet Protocol config commands\n"
13398 : "Set the IP address of an interface\n"
13399 : "IP Address (e.g. 10.0.0.1/8)\n")
13400 :
13401 : DEFSH (VTYSH_ZEBRA, no_ip_address_label_cmd_vtysh,
13402 : "no ip address A.B.C.D/M label LINE",
13403 : "Negate a command or set its defaults\n"
13404 : "Interface Internet Protocol config commands\n"
13405 : "Set the IP address of an interface\n"
13406 : "IP address (e.g. 10.0.0.1/8)\n"
13407 : "Label of this address\n"
13408 : "Label\n")
13409 :
13410 : DEFSH (VTYSH_ZEBRA, no_ip_address_peer_cmd_vtysh,
13411 : "no ip address A.B.C.D peer A.B.C.D/M",
13412 : "Negate a command or set its defaults\n"
13413 : "Interface Internet Protocol config commands\n"
13414 : "Set the IP address of an interface\n"
13415 : "Local IP (e.g. 10.0.0.1) for P-t-P address\n"
13416 : "Specify P-t-P address\n"
13417 : "Peer IP address (e.g. 10.0.0.1/8)\n")
13418 :
13419 : DEFSH (VTYSH_ZEBRA, no_ip_forwarding_cmd_vtysh,
13420 : "no ip forwarding",
13421 : "Negate a command or set its defaults\n"
13422 : "IP information\n"
13423 : "Turn off IP forwarding\n")
13424 :
13425 : DEFSH (VTYSH_PIMD, no_ip_igmp_group_watermark_cmd_vtysh,
13426 : "no ip igmp watermark-warn [(1-65535)$limit]",
13427 : "Negate a command or set its defaults\n"
13428 : "IP information\n"
13429 : "IGMP information\n"
13430 : "Unconfigure group limit for watermark warning\n"
13431 : "Ignored value in no form\n")
13432 :
13433 : DEFSH (VTYSH_ZEBRA, no_ip_irdp_address_preference_cmd_vtysh,
13434 : "no ip irdp address A.B.C.D preference (0-2147483647)",
13435 : "Negate a command or set its defaults\n"
13436 : "IP information\n"
13437 : "Alter ICMP Router discovery preference on this interface\n"
13438 : "Select IRDP address\n"
13439 : "IPv4 address\n"
13440 : "Reset ICMP Router discovery preference on this interface\n"
13441 : "Old preference level\n")
13442 :
13443 : DEFSH (VTYSH_ZEBRA, no_ip_irdp_cmd_vtysh,
13444 : "no ip irdp",
13445 : "Negate a command or set its defaults\n"
13446 : "IP information\n"
13447 : "Disable ICMP Router discovery on this interface\n")
13448 :
13449 : DEFSH (VTYSH_ZEBRA, no_ip_irdp_shutdown_cmd_vtysh,
13450 : "no ip irdp shutdown",
13451 : "Negate a command or set its defaults\n"
13452 : "IP information\n"
13453 : "ICMP Router discovery on this interface\n"
13454 : "ICMP Router discovery no shutdown on this interface\n")
13455 :
13456 : DEFSH (VTYSH_PIMD, no_ip_msdp_mesh_group_cmd_vtysh,
13457 : "no ip msdp mesh-group WORD$gname",
13458 : "Negate a command or set its defaults\n"
13459 : "IP information\n"
13460 : "Configure multicast source discovery protocol\n"
13461 : "Delete MSDP mesh-group\n"
13462 : "Mesh group name\n")
13463 :
13464 : DEFSH (VTYSH_PIMD, no_ip_msdp_mesh_group_member_cmd_vtysh,
13465 : "no ip msdp mesh-group WORD$gname member A.B.C.D$maddr",
13466 : "Negate a command or set its defaults\n"
13467 : "IP information\n"
13468 : "Configure multicast source discovery protocol\n"
13469 : "Delete MSDP mesh-group member\n"
13470 : "Mesh group name\n"
13471 : "Mesh group member\n"
13472 : "Peer IP address\n")
13473 :
13474 : DEFSH (VTYSH_PIMD, no_ip_msdp_mesh_group_source_cmd_vtysh,
13475 : "no ip msdp mesh-group WORD$gname source [A.B.C.D]",
13476 : "Negate a command or set its defaults\n"
13477 : "IP information\n"
13478 : "Configure multicast source discovery protocol\n"
13479 : "Delete MSDP mesh-group source\n"
13480 : "Mesh group name\n"
13481 : "Mesh group source\n"
13482 : "Mesh group local address\n")
13483 :
13484 : DEFSH (VTYSH_PIMD, no_ip_msdp_peer_cmd_vtysh,
13485 : "no ip msdp peer A.B.C.D",
13486 : "Negate a command or set its defaults\n"
13487 : "IP information\n"
13488 : "Configure multicast source discovery protocol\n"
13489 : "Delete MSDP peer\n"
13490 : "peer ip address\n")
13491 :
13492 : DEFSH (VTYSH_PIMD, no_ip_msdp_timers_cmd_vtysh,
13493 : "no ip msdp timers [(1-65535) (1-65535) [(1-65535)]]",
13494 : "Negate a command or set its defaults\n"
13495 : "IP information\n"
13496 : "Configure multicast source discovery protocol\n"
13497 : "MSDP timers configuration\n"
13498 : "Ignored value in no form\n"
13499 : "Ignored value in no form\n"
13500 : "Ignored value in no form\n")
13501 :
13502 : DEFSH (VTYSH_ZEBRA, no_ip_multicast_mode_cmd_vtysh,
13503 : "no ip multicast rpf-lookup-mode [<urib-only|mrib-only|mrib-then-urib|lower-distance|longer-prefix>]",
13504 : "Negate a command or set its defaults\n"
13505 : "IP information\n"
13506 : "Multicast options\n"
13507 : "RPF lookup behavior\n"
13508 : "Lookup in unicast RIB only\n"
13509 : "Lookup in multicast RIB only\n"
13510 : "Try multicast RIB first, fall back to unicast RIB\n"
13511 : "Lookup both, use entry with lower distance\n"
13512 : "Lookup both, use entry with longer prefix\n")
13513 :
13514 : DEFSH (VTYSH_ZEBRA, no_ip_nht_default_route_cmd_vtysh,
13515 : "no ip nht resolve-via-default",
13516 : "Negate a command or set its defaults\n"
13517 : "IP information\n"
13518 : "Filter Next Hop tracking route resolution\n"
13519 : "Resolve via default route\n")
13520 :
13521 : DEFSH (VTYSH_OSPFD, no_ip_ospf_area_cmd_vtysh,
13522 : "no ip ospf [(1-65535)] area [<A.B.C.D|(0-4294967295)> [A.B.C.D]]",
13523 : "Negate a command or set its defaults\n"
13524 : "IP Information\n"
13525 : "OSPF interface commands\n"
13526 : "Instance ID\n"
13527 : "Disable OSPF on this interface\n"
13528 : "OSPF area ID in IP address format\n"
13529 : "OSPF area ID as a decimal value\n"
13530 : "Address of interface\n")
13531 :
13532 : DEFSH (VTYSH_OSPFD, no_ip_ospf_authentication_addr_cmd_vtysh,
13533 : "no ip ospf authentication [A.B.C.D]",
13534 : "Negate a command or set its defaults\n"
13535 : "IP Information\n"
13536 : "OSPF interface commands\n"
13537 : "Enable authentication on this interface\n"
13538 : "Address of interface\n")
13539 :
13540 : DEFSH (VTYSH_OSPFD, no_ip_ospf_authentication_args_addr_cmd_vtysh,
13541 : "no ip ospf authentication <null|message-digest> [A.B.C.D]",
13542 : "Negate a command or set its defaults\n"
13543 : "IP Information\n"
13544 : "OSPF interface commands\n"
13545 : "Enable authentication on this interface\n"
13546 : "Use null authentication\n"
13547 : "Use message-digest authentication\n"
13548 : "Address of interface\n")
13549 :
13550 : DEFSH (VTYSH_OSPFD, no_ip_ospf_authentication_key_authkey_addr_cmd_vtysh,
13551 : "no ip ospf authentication-key [AUTH_KEY [A.B.C.D]]",
13552 : "Negate a command or set its defaults\n"
13553 : "IP Information\n"
13554 : "OSPF interface commands\n"
13555 : "Authentication password (key)\n"
13556 : "The OSPF password (key)\n"
13557 : "Address of interface\n")
13558 :
13559 : DEFSH (VTYSH_OSPFD, no_ip_ospf_bfd_cmd_vtysh,
13560 : "no ip ospf bfd",
13561 : "Negate a command or set its defaults\n"
13562 : "IP Information\n"
13563 : "OSPF interface commands\n"
13564 : "Disables BFD support\n")
13565 :
13566 : DEFSH (VTYSH_OSPFD, no_ip_ospf_bfd_prof_cmd_vtysh,
13567 : "no ip ospf bfd profile [BFDPROF]",
13568 : "Negate a command or set its defaults\n"
13569 : "IP Information\n"
13570 : "OSPF interface commands\n"
13571 : "Enables BFD support\n"
13572 : "BFD profile.\n"
13573 : "BFD profile name.\n")
13574 :
13575 : DEFSH (VTYSH_OSPFD, no_ip_ospf_cost_cmd_vtysh,
13576 : "no ip ospf cost [(1-65535)] [A.B.C.D]",
13577 : "Negate a command or set its defaults\n"
13578 : "IP Information\n"
13579 : "OSPF interface commands\n"
13580 : "Interface cost\n"
13581 : "Cost\n"
13582 : "Address of interface\n")
13583 :
13584 : DEFSH (VTYSH_OSPFD, no_ip_ospf_dead_interval_cmd_vtysh,
13585 : "no ip ospf dead-interval [<(1-65535)|minimal hello-multiplier (1-10)> [A.B.C.D]]",
13586 : "Negate a command or set its defaults\n"
13587 : "IP Information\n"
13588 : "OSPF interface commands\n"
13589 : "Interval time after which a neighbor is declared down\n"
13590 : "Seconds\n"
13591 : "Minimal 1s dead-interval with fast sub-second hellos\n"
13592 : "Hello multiplier factor\n"
13593 : "Number of Hellos to send each second\n"
13594 : "Address of interface\n")
13595 :
13596 : DEFSH (VTYSH_OSPFD, no_ip_ospf_hello_interval_cmd_vtysh,
13597 : "no ip ospf hello-interval [(1-65535) [A.B.C.D]]",
13598 : "Negate a command or set its defaults\n"
13599 : "IP Information\n"
13600 : "OSPF interface commands\n"
13601 : "Time between HELLO packets\n"
13602 : "Seconds\n"
13603 : "Address of interface\n")
13604 :
13605 : DEFSH (VTYSH_OSPFD, no_ip_ospf_message_digest_key_cmd_vtysh,
13606 : "no ip ospf message-digest-key (1-255) [md5 KEY] [A.B.C.D]",
13607 : "Negate a command or set its defaults\n"
13608 : "IP Information\n"
13609 : "OSPF interface commands\n"
13610 : "Message digest authentication password (key)\n"
13611 : "Key ID\n"
13612 : "Use MD5 algorithm\n"
13613 : "The OSPF password (key)\n"
13614 : "Address of interface\n")
13615 :
13616 : DEFSH (VTYSH_OSPFD, no_ip_ospf_mtu_ignore_addr_cmd_vtysh,
13617 : "no ip ospf mtu-ignore [A.B.C.D]",
13618 : "Negate a command or set its defaults\n"
13619 : "IP Information\n"
13620 : "OSPF interface commands\n"
13621 : "Disable MTU mismatch detection on this interface\n"
13622 : "Address of interface\n")
13623 :
13624 : DEFSH (VTYSH_OSPFD, no_ip_ospf_network_cmd_vtysh,
13625 : "no ip ospf network [<broadcast|non-broadcast|point-to-multipoint|point-to-point>]",
13626 : "Negate a command or set its defaults\n"
13627 : "IP Information\n"
13628 : "OSPF interface commands\n"
13629 : "Network type\n"
13630 : "Specify OSPF broadcast multi-access network\n"
13631 : "Specify OSPF NBMA network\n"
13632 : "Specify OSPF point-to-multipoint network\n"
13633 : "Specify OSPF point-to-point network\n")
13634 :
13635 : DEFSH (VTYSH_OSPFD, no_ip_ospf_passive_cmd_vtysh,
13636 : "no ip ospf passive [A.B.C.D]",
13637 : "Negate a command or set its defaults\n"
13638 : "IP Information\n"
13639 : "OSPF interface commands\n"
13640 : "Enable routing updates on an interface\n"
13641 : "Address of interface\n")
13642 :
13643 : DEFSH (VTYSH_OSPFD, no_ip_ospf_priority_cmd_vtysh,
13644 : "no ip ospf priority [(0-255) [A.B.C.D]]",
13645 : "Negate a command or set its defaults\n"
13646 : "IP Information\n"
13647 : "OSPF interface commands\n"
13648 : "Router priority\n"
13649 : "Priority\n"
13650 : "Address of interface\n")
13651 :
13652 : DEFSH (VTYSH_OSPFD, no_ip_ospf_retransmit_interval_addr_cmd_vtysh,
13653 : "no ip ospf retransmit-interval [(1-65535)] [A.B.C.D]",
13654 : "Negate a command or set its defaults\n"
13655 : "IP Information\n"
13656 : "OSPF interface commands\n"
13657 : "Time between retransmitting lost link state advertisements\n"
13658 : "Seconds\n"
13659 : "Address of interface\n")
13660 :
13661 : DEFSH (VTYSH_OSPFD, no_ip_ospf_transmit_delay_addr_cmd_vtysh,
13662 : "no ip ospf transmit-delay [(1-65535)] [A.B.C.D]",
13663 : "Negate a command or set its defaults\n"
13664 : "IP Information\n"
13665 : "OSPF interface commands\n"
13666 : "Link state transmit delay\n"
13667 : "Seconds\n"
13668 : "Address of interface\n")
13669 :
13670 : DEFSH (VTYSH_PIMD, no_ip_pim_bfd_cmd_vtysh,
13671 : "no ip pim bfd",
13672 : "Negate a command or set its defaults\n"
13673 : "IP information\n"
13674 : "PIM information\n"
13675 : "Disables BFD support\n")
13676 :
13677 : DEFSH (VTYSH_PIMD, no_ip_pim_bfd_profile_cmd_vtysh,
13678 : "no ip pim bfd profile [BFDPROF]",
13679 : "Negate a command or set its defaults\n"
13680 : "IP information\n"
13681 : "PIM information\n"
13682 : "Enables BFD support\n"
13683 : "Disable BFD profile\n"
13684 : "BFD Profile name\n")
13685 :
13686 : DEFSH (VTYSH_PIMD, no_ip_pim_bsm_cmd_vtysh,
13687 : "no ip pim bsm",
13688 : "Negate a command or set its defaults\n"
13689 : "IP information\n"
13690 : "PIM information\n"
13691 : "Enable BSM support on the interface\n")
13692 :
13693 : DEFSH (VTYSH_PIMD, no_ip_pim_ecmp_cmd_vtysh,
13694 : "no ip pim ecmp",
13695 : "Negate a command or set its defaults\n"
13696 : "IP information\n"
13697 : "pim multicast routing\n"
13698 : "Disable PIM ECMP \n")
13699 :
13700 : DEFSH (VTYSH_PIMD, no_ip_pim_ecmp_rebalance_cmd_vtysh,
13701 : "no ip pim ecmp rebalance",
13702 : "Negate a command or set its defaults\n"
13703 : "IP information\n"
13704 : "pim multicast routing\n"
13705 : "Disable PIM ECMP \n"
13706 : "Disable PIM ECMP Rebalance\n")
13707 :
13708 : DEFSH (VTYSH_PIMD, no_ip_pim_joinprune_time_cmd_vtysh,
13709 : "no ip pim join-prune-interval [(1-65535)]",
13710 : "Negate a command or set its defaults\n"
13711 : "IP information\n"
13712 : "pim multicast routing\n"
13713 : "Join Prune Send Interval\n"
13714 : "Ignored value in no form\n")
13715 :
13716 : DEFSH (VTYSH_PIMD, no_ip_pim_keep_alive_cmd_vtysh,
13717 : "no ip pim keep-alive-timer [(1-65535)]",
13718 : "Negate a command or set its defaults\n"
13719 : "IP information\n"
13720 : "pim multicast routing\n"
13721 : "Keep alive Timer\n"
13722 : "Ignored value in no form\n")
13723 :
13724 : DEFSH_HIDDEN (VTYSH_PIMD, no_ip_pim_mlag_cmd_vtysh,
13725 : "no ip pim mlag",
13726 : "Negate a command or set its defaults\n"
13727 : "IP information\n"
13728 : "PIM information\n"
13729 : "MLAG\n")
13730 :
13731 : DEFSH (VTYSH_PIMD, no_ip_pim_packets_cmd_vtysh,
13732 : "no ip pim packets [(1-255)]",
13733 : "Negate a command or set its defaults\n"
13734 : "IP information\n"
13735 : "pim multicast routing\n"
13736 : "packets to process at one time per fd\n"
13737 : "Ignored value in no form\n")
13738 :
13739 : DEFSH (VTYSH_PIMD, no_ip_pim_register_suppress_cmd_vtysh,
13740 : "no ip pim register-suppress-time [(1-65535)]",
13741 : "Negate a command or set its defaults\n"
13742 : "IP information\n"
13743 : "pim multicast routing\n"
13744 : "Register Suppress Timer\n"
13745 : "Ignored value in no form\n")
13746 :
13747 : DEFSH (VTYSH_PIMD, no_ip_pim_rp_cmd_vtysh,
13748 : "no ip pim rp A.B.C.D$rp [A.B.C.D/M]$gp",
13749 : "Negate a command or set its defaults\n"
13750 : "IP information\n"
13751 : "pim multicast routing\n"
13752 : "Rendezvous Point\n"
13753 : "ip address of RP\n"
13754 : "Group Address range to cover\n")
13755 :
13756 : DEFSH (VTYSH_PIMD, no_ip_pim_rp_keep_alive_cmd_vtysh,
13757 : "no ip pim rp keep-alive-timer [(1-65535)]",
13758 : "Negate a command or set its defaults\n"
13759 : "IP information\n"
13760 : "pim multicast routing\n"
13761 : "Rendezvous Point\n"
13762 : "Keep alive Timer\n"
13763 : "Ignored value in no form\n")
13764 :
13765 : DEFSH (VTYSH_PIMD, no_ip_pim_rp_prefix_list_cmd_vtysh,
13766 : "no ip pim rp A.B.C.D$rp prefix-list WORD$plist",
13767 : "Negate a command or set its defaults\n"
13768 : "IP information\n"
13769 : "pim multicast routing\n"
13770 : "Rendezvous Point\n"
13771 : "ip address of RP\n"
13772 : "group prefix-list filter\n"
13773 : "Name of a prefix-list\n")
13774 :
13775 : DEFSH (VTYSH_PIMD, no_ip_pim_spt_switchover_infinity_cmd_vtysh,
13776 : "no ip pim spt-switchover infinity-and-beyond",
13777 : "Negate a command or set its defaults\n"
13778 : "IP information\n"
13779 : "PIM information\n"
13780 : "SPT_Switchover\n"
13781 : "Never switch to SPT Tree\n")
13782 :
13783 : DEFSH (VTYSH_PIMD, no_ip_pim_spt_switchover_infinity_plist_cmd_vtysh,
13784 : "no ip pim spt-switchover infinity-and-beyond prefix-list WORD",
13785 : "Negate a command or set its defaults\n"
13786 : "IP information\n"
13787 : "PIM information\n"
13788 : "SPT_Switchover\n"
13789 : "Never switch to SPT Tree\n"
13790 : "Prefix-List to control which groups to switch\n"
13791 : "Prefix-List name\n")
13792 :
13793 : DEFSH (VTYSH_PIMD, no_ip_pim_ssm_prefix_list_cmd_vtysh,
13794 : "no ip pim ssm prefix-list",
13795 : "Negate a command or set its defaults\n"
13796 : "IP information\n"
13797 : "pim multicast routing\n"
13798 : "Source Specific Multicast\n"
13799 : "group range prefix-list filter\n")
13800 :
13801 : DEFSH (VTYSH_PIMD, no_ip_pim_ssm_prefix_list_name_cmd_vtysh,
13802 : "no ip pim ssm prefix-list WORD",
13803 : "Negate a command or set its defaults\n"
13804 : "IP information\n"
13805 : "pim multicast routing\n"
13806 : "Source Specific Multicast\n"
13807 : "group range prefix-list filter\n"
13808 : "Name of a prefix-list\n")
13809 :
13810 : DEFSH (VTYSH_PIMD, no_ip_pim_ucast_bsm_cmd_vtysh,
13811 : "no ip pim unicast-bsm",
13812 : "Negate a command or set its defaults\n"
13813 : "IP information\n"
13814 : "PIM information\n"
13815 : "Accept/Send unicast BSM on the interface\n")
13816 :
13817 : DEFSH (VTYSH_PIMD, no_ip_pim_v6_secondary_cmd_vtysh,
13818 : "no ip pim send-v6-secondary",
13819 : "Negate a command or set its defaults\n"
13820 : "IP information\n"
13821 : "pim multicast routing\n"
13822 : "Send v6 secondary addresses\n")
13823 :
13824 : DEFSH (VTYSH_ACL, no_ip_prefix_list_all_cmd_vtysh,
13825 : "no ip prefix-list WORD$name",
13826 : "Negate a command or set its defaults\n"
13827 : "IP information\n"
13828 : "Build a prefix list\n"
13829 : "Prefix list entry name\n")
13830 :
13831 : DEFSH (VTYSH_ACL, no_ip_prefix_list_cmd_vtysh,
13832 : "no ip prefix-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <any|A.B.C.D/M$prefix [{ge (0-32)|le (0-32)}]>",
13833 : "Negate a command or set its defaults\n"
13834 : "IP information\n"
13835 : "Build a prefix list\n"
13836 : "Prefix list entry name\n"
13837 : "Sequence number of an entry\n"
13838 : "Sequence number\n"
13839 : "Specify packets to reject\n"
13840 : "Specify packets to forward\n"
13841 : "Any prefix match. Same as \"0.0.0.0/0 le 32\"\n"
13842 : "IP prefix <network>/<length>, e.g., 35.0.0.0/8\n"
13843 : "Minimum prefix length to be matched\n"
13844 : "Minimum prefix length\n"
13845 : "Maximum prefix length to be matched\n"
13846 : "Maximum prefix length\n")
13847 :
13848 : DEFSH (VTYSH_ACL, no_ip_prefix_list_remark_cmd_vtysh,
13849 : "no ip prefix-list WORD$name description",
13850 : "Negate a command or set its defaults\n"
13851 : "IP information\n"
13852 : "Build a prefix list\n"
13853 : "Prefix list entry name\n"
13854 : "Access list entry comment\n")
13855 :
13856 : DEFSH (VTYSH_ACL, no_ip_prefix_list_remark_line_cmd_vtysh,
13857 : "no ip prefix-list WORD$name description LINE...",
13858 : "Negate a command or set its defaults\n"
13859 : "IP information\n"
13860 : "Build a prefix list\n"
13861 : "Prefix list entry name\n"
13862 : "Access list entry comment\n"
13863 : "Comment up to 100 characters\n")
13864 :
13865 : DEFSH (VTYSH_ACL, no_ip_prefix_list_seq_cmd_vtysh,
13866 : "no ip prefix-list WORD$name seq (1-4294967295)$seq",
13867 : "Negate a command or set its defaults\n"
13868 : "IP information\n"
13869 : "Build a prefix list\n"
13870 : "Prefix list entry name\n"
13871 : "Sequence number of an entry\n"
13872 : "Sequence number\n")
13873 :
13874 : DEFSH (VTYSH_ZEBRA, no_ip_protocol_cmd_vtysh,
13875 : "no ip protocol <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto [route-map ROUTE-MAP$rmap]",
13876 : "Negate a command or set its defaults\n"
13877 : "IP information\n"
13878 : "Stop filtering routing info between zebra and protocol\n"
13879 : "Kernel routes (not installed via the zebra RIB)\n"
13880 : "Connected routes (directly attached subnet or host)\n"
13881 : "Statically configured routes\n"
13882 : "Routing Information Protocol (RIP)\n"
13883 : "Open Shortest Path First (OSPFv2)\n"
13884 : "Intermediate System to Intermediate System (IS-IS)\n"
13885 : "Border Gateway Protocol (BGP)\n"
13886 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
13887 : "Next Hop Resolution Protocol (NHRP)\n"
13888 : "Non-main Kernel Routing Table\n"
13889 : "Virtual Network Control (VNC)\n"
13890 : "Babel routing protocol (Babel)\n"
13891 : "Super Happy Advanced Routing Protocol (sharpd)\n"
13892 : "OpenFabric Routing Protocol\n"
13893 : "Any of the above protocols\n"
13894 : "Specify route-map\n"
13895 : "Route map name\n")
13896 :
13897 : DEFSH (VTYSH_ZEBRA, no_ip_protocol_nht_rmap_cmd_vtysh,
13898 : "no ip nht <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto route-map [ROUTE-MAP$rmap]",
13899 : "Negate a command or set its defaults\n"
13900 : "IP information\n"
13901 : "Filter Next Hop tracking route resolution\n"
13902 : "Kernel routes (not installed via the zebra RIB)\n"
13903 : "Connected routes (directly attached subnet or host)\n"
13904 : "Statically configured routes\n"
13905 : "Routing Information Protocol (RIP)\n"
13906 : "Open Shortest Path First (OSPFv2)\n"
13907 : "Intermediate System to Intermediate System (IS-IS)\n"
13908 : "Border Gateway Protocol (BGP)\n"
13909 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
13910 : "Next Hop Resolution Protocol (NHRP)\n"
13911 : "Non-main Kernel Routing Table\n"
13912 : "Virtual Network Control (VNC)\n"
13913 : "Babel routing protocol (Babel)\n"
13914 : "Super Happy Advanced Routing Protocol (sharpd)\n"
13915 : "OpenFabric Routing Protocol\n"
13916 : "Any of the above protocols\n"
13917 : "Specify route map\n"
13918 : "Route map name\n")
13919 :
13920 : DEFSH (VTYSH_RIPD, no_ip_rip_authentication_key_chain_cmd_vtysh,
13921 : "no ip rip authentication key-chain [LINE]",
13922 : "Negate a command or set its defaults\n"
13923 : "IP information\n"
13924 : "Routing Information Protocol\n"
13925 : "Authentication control\n"
13926 : "Authentication key-chain\n"
13927 : "name of key-chain\n")
13928 :
13929 : DEFSH (VTYSH_RIPD, no_ip_rip_authentication_mode_cmd_vtysh,
13930 : "no ip rip authentication mode [<md5 [auth-length <rfc|old-ripd>]|text>]",
13931 : "Negate a command or set its defaults\n"
13932 : "IP information\n"
13933 : "Routing Information Protocol\n"
13934 : "Authentication control\n"
13935 : "Authentication mode\n"
13936 : "Keyed message digest\n"
13937 : "MD5 authentication data length\n"
13938 : "RFC compatible\n"
13939 : "Old ripd compatible\n"
13940 : "Clear text authentication\n")
13941 :
13942 : DEFSH (VTYSH_RIPD, no_ip_rip_authentication_string_cmd_vtysh,
13943 : "no ip rip authentication string [LINE]",
13944 : "Negate a command or set its defaults\n"
13945 : "IP information\n"
13946 : "Routing Information Protocol\n"
13947 : "Authentication control\n"
13948 : "Authentication string\n"
13949 : "Authentication string\n")
13950 :
13951 : DEFSH (VTYSH_RIPD, no_ip_rip_receive_version_cmd_vtysh,
13952 : "no ip rip receive version [<{1|2}|none>]",
13953 : "Negate a command or set its defaults\n"
13954 : "IP information\n"
13955 : "Routing Information Protocol\n"
13956 : "Advertisement reception\n"
13957 : "Version control\n"
13958 : "RIP version 1\n"
13959 : "RIP version 2\n"
13960 : "None\n")
13961 :
13962 : DEFSH (VTYSH_RIPD, no_ip_rip_send_version_cmd_vtysh,
13963 : "no ip rip send version [<{1|2}|none>]",
13964 : "Negate a command or set its defaults\n"
13965 : "IP information\n"
13966 : "Routing Information Protocol\n"
13967 : "Advertisement transmission\n"
13968 : "Version control\n"
13969 : "RIP version 1\n"
13970 : "RIP version 2\n"
13971 : "None\n")
13972 :
13973 : DEFSH (VTYSH_ZEBRA, no_ip_router_id_cmd_vtysh,
13974 : "no ip router-id [A.B.C.D vrf NAME]",
13975 : "Negate a command or set its defaults\n"
13976 : "IP information\n"
13977 : "Remove the manually configured router-id\n"
13978 : "IP address to use for router-id\n"
13979 : "Specify the VRF\n"
13980 : "The VRF name\n")
13981 :
13982 : DEFSH (VTYSH_ZEBRA, no_ip_router_id_in_vrf_cmd_vtysh,
13983 : "no ip router-id [A.B.C.D]",
13984 : "Negate a command or set its defaults\n"
13985 : "IP information\n"
13986 : "Remove the manually configured router-id\n"
13987 : "IP address to use for router-id\n")
13988 :
13989 : DEFSH (VTYSH_ISISD, no_ip_router_isis_cmd_vtysh,
13990 : "no <ip|ipv6>$ip router isis [WORD]$tag",
13991 : "Negate a command or set its defaults\n"
13992 : "Interface Internet Protocol config commands\n"
13993 : "IP router interface commands\n"
13994 : "IP router interface commands\n"
13995 : "IS-IS routing protocol\n"
13996 : "Routing process tag\n")
13997 :
13998 : DEFSH_HIDDEN (VTYSH_ISISD, no_ip_router_isis_vrf_cmd_vtysh,
13999 : "no <ip|ipv6>$ip router isis WORD$tag vrf NAME$vrf_name",
14000 : "Negate a command or set its defaults\n"
14001 : "Interface Internet Protocol config commands\n"
14002 : "IP router interface commands\n"
14003 : "IP router interface commands\n"
14004 : "IS-IS routing protocol\n"
14005 : "Routing process tag\n"
14006 : "Specify the VRF\n"
14007 : "The VRF name\n")
14008 :
14009 : DEFSH (VTYSH_PIMD, no_ip_ssmpingd_cmd_vtysh,
14010 : "no ip ssmpingd [A.B.C.D]",
14011 : "Negate a command or set its defaults\n"
14012 : "IP information\n"
14013 : "Enable ssmpingd operation\n"
14014 : "Source address\n")
14015 :
14016 : DEFSH (VTYSH_ZEBRA, no_ip_zebra_import_table_cmd_vtysh,
14017 : "no ip import-table (1-252) [distance (1-255)] [route-map NAME]",
14018 : "Negate a command or set its defaults\n"
14019 : "IP information\n"
14020 : "import routes from non-main kernel table\n"
14021 : "kernel routing table id\n"
14022 : "Distance for imported routes\n"
14023 : "Default distance value\n"
14024 : "route-map for filtering\n"
14025 : "route-map name\n")
14026 :
14027 : DEFSH (VTYSH_ACL, no_ipv6_access_list_all_cmd_vtysh,
14028 : "no ipv6 access-list WORD$name",
14029 : "Negate a command or set its defaults\n"
14030 : "IPv6 information\n"
14031 : "Access list entry\n"
14032 : "Access list name\n")
14033 :
14034 : DEFSH (VTYSH_ACL, no_ipv6_access_list_cmd_vtysh,
14035 : "no ipv6 access-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <X:X::X:X/M$prefix [exact-match$exact]|any>",
14036 : "Negate a command or set its defaults\n"
14037 : "IPv6 information\n"
14038 : "Access list entry\n"
14039 : "Access list name\n"
14040 : "Sequence number of an entry\n"
14041 : "Sequence number\n"
14042 : "Specify packets to reject\n"
14043 : "Specify packets to forward\n"
14044 : "IPv6 prefix\n"
14045 : "Exact match of the prefixes\n"
14046 : "Match any IPv6\n")
14047 :
14048 : DEFSH (VTYSH_ACL, no_ipv6_access_list_remark_cmd_vtysh,
14049 : "no ipv6 access-list WORD$name remark",
14050 : "Negate a command or set its defaults\n"
14051 : "IPv6 information\n"
14052 : "Access list entry\n"
14053 : "Access list name\n"
14054 : "Access list entry comment\n")
14055 :
14056 : DEFSH (VTYSH_ACL, no_ipv6_access_list_remark_line_cmd_vtysh,
14057 : "no ipv6 access-list ACCESSLIST6_NAME$name remark LINE...",
14058 : "Negate a command or set its defaults\n"
14059 : "IPv6 information\n"
14060 : "Access list entry\n"
14061 : "Access list name\n"
14062 : "Access list entry comment\n"
14063 : "Comment up to 100 characters\n")
14064 :
14065 : DEFSH (VTYSH_ZEBRA, no_ipv6_address_cmd_vtysh,
14066 : "no ipv6 address X:X::X:X/M",
14067 : "Negate a command or set its defaults\n"
14068 : "Interface IPv6 config commands\n"
14069 : "Set the IP address of an interface\n"
14070 : "IPv6 address (e.g. 3ffe:506::1/48)\n")
14071 :
14072 : DEFSH (VTYSH_BGPD, no_ipv6_bgp_distance_source_access_list_cmd_vtysh,
14073 : "no distance (1-255) X:X::X:X/M WORD",
14074 : "Negate a command or set its defaults\n"
14075 : "Define an administrative distance\n"
14076 : "Administrative distance\n"
14077 : "IP source prefix\n"
14078 : "Access list name\n")
14079 :
14080 : DEFSH (VTYSH_BGPD, no_ipv6_bgp_distance_source_cmd_vtysh,
14081 : "no distance (1-255) X:X::X:X/M",
14082 : "Negate a command or set its defaults\n"
14083 : "Define an administrative distance\n"
14084 : "Administrative distance\n"
14085 : "IP source prefix\n")
14086 :
14087 : DEFSH (VTYSH_ZEBRA, no_ipv6_forwarding_cmd_vtysh,
14088 : "no ipv6 forwarding",
14089 : "Negate a command or set its defaults\n"
14090 : "IPv6 information\n"
14091 : "Turn off IPv6 forwarding\n")
14092 :
14093 : DEFSH (VTYSH_PIM6D, no_ipv6_mld_group_watermark_cmd_vtysh,
14094 : "no ipv6 mld watermark-warn [(1-65535)$limit]",
14095 : "Negate a command or set its defaults\n"
14096 : "IPv6 information\n"
14097 : "MLD information\n"
14098 : "Unconfigure group limit for watermark warning\n"
14099 : "Ignored value in no form\n")
14100 :
14101 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_adv_interval_config_option_cmd_vtysh,
14102 : "no ipv6 nd adv-interval-option",
14103 : "Negate a command or set its defaults\n"
14104 : "Interface IPv6 config commands\n"
14105 : "Neighbor discovery\n"
14106 : "Advertisement Interval Option\n")
14107 :
14108 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_dnssl_cmd_vtysh,
14109 : "no ipv6 nd dnssl SUFFIX [<(0-4294967295)|infinite>]",
14110 : "Negate a command or set its defaults\n"
14111 : "Interface IPv6 config commands\n"
14112 : "Neighbor discovery\n"
14113 : "DNS search list information\n"
14114 : "Domain name suffix\n"
14115 : "Valid lifetime in seconds\n"
14116 : "Infinite valid lifetime\n")
14117 :
14118 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_homeagent_config_flag_cmd_vtysh,
14119 : "no ipv6 nd home-agent-config-flag",
14120 : "Negate a command or set its defaults\n"
14121 : "Interface IPv6 config commands\n"
14122 : "Neighbor discovery\n"
14123 : "Home Agent configuration flag\n")
14124 :
14125 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_homeagent_lifetime_cmd_vtysh,
14126 : "no ipv6 nd home-agent-lifetime [(0-65520)]",
14127 : "Negate a command or set its defaults\n"
14128 : "Interface IPv6 config commands\n"
14129 : "Neighbor discovery\n"
14130 : "Home Agent lifetime\n"
14131 : "Home Agent lifetime in seconds (0 to track ra-lifetime)\n")
14132 :
14133 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_homeagent_preference_cmd_vtysh,
14134 : "no ipv6 nd home-agent-preference [(0-65535)]",
14135 : "Negate a command or set its defaults\n"
14136 : "Interface IPv6 config commands\n"
14137 : "Neighbor discovery\n"
14138 : "Home Agent preference\n"
14139 : "preference value (default is 0, least preferred)\n")
14140 :
14141 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_managed_config_flag_cmd_vtysh,
14142 : "no ipv6 nd managed-config-flag",
14143 : "Negate a command or set its defaults\n"
14144 : "Interface IPv6 config commands\n"
14145 : "Neighbor discovery\n"
14146 : "Managed address configuration flag\n")
14147 :
14148 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_mtu_cmd_vtysh,
14149 : "no ipv6 nd mtu [(1-65535)]",
14150 : "Negate a command or set its defaults\n"
14151 : "Interface IPv6 config commands\n"
14152 : "Neighbor discovery\n"
14153 : "Advertised MTU\n"
14154 : "MTU in bytes\n")
14155 :
14156 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_other_config_flag_cmd_vtysh,
14157 : "no ipv6 nd other-config-flag",
14158 : "Negate a command or set its defaults\n"
14159 : "Interface IPv6 config commands\n"
14160 : "Neighbor discovery\n"
14161 : "Other statefull configuration flag\n")
14162 :
14163 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_prefix_cmd_vtysh,
14164 : "no ipv6 nd prefix X:X::X:X/M [<(0-4294967295)|infinite> <(0-4294967295)|infinite>] [<router-address|off-link [no-autoconfig]|no-autoconfig [off-link]>]",
14165 : "Negate a command or set its defaults\n"
14166 : "Interface IPv6 config commands\n"
14167 : "Neighbor discovery\n"
14168 : "Prefix information\n"
14169 : "IPv6 prefix\n"
14170 : "Valid lifetime in seconds\n"
14171 : "Infinite valid lifetime\n"
14172 : "Preferred lifetime in seconds\n"
14173 : "Infinite preferred lifetime\n"
14174 : "Set Router Address flag\n"
14175 : "Do not use prefix for onlink determination\n"
14176 : "Do not use prefix for autoconfiguration\n"
14177 : "Do not use prefix for autoconfiguration\n"
14178 : "Do not use prefix for onlink determination\n")
14179 :
14180 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_ra_fast_retrans_cmd_vtysh,
14181 : "no ipv6 nd ra-fast-retrans",
14182 : "Negate a command or set its defaults\n"
14183 : "Interface IPv6 config commands\n"
14184 : "Neighbor discovery\n"
14185 : "Fast retransmit of RA packets\n")
14186 :
14187 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_ra_hop_limit_cmd_vtysh,
14188 : "no ipv6 nd ra-hop-limit [(0-255)]",
14189 : "Negate a command or set its defaults\n"
14190 : "Interface IPv6 config commands\n"
14191 : "Neighbor discovery\n"
14192 : "Advertisement Hop Limit\n"
14193 : "Advertisement Hop Limit in hops\n")
14194 :
14195 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_ra_interval_cmd_vtysh,
14196 : "no ipv6 nd ra-interval [<(1-1800)|msec (1-1800000)>]",
14197 : "Negate a command or set its defaults\n"
14198 : "Interface IPv6 config commands\n"
14199 : "Neighbor discovery\n"
14200 : "Router Advertisement interval\n"
14201 : "Router Advertisement interval in seconds\n"
14202 : "Specify millisecond router advertisement interval\n"
14203 : "Router Advertisement interval in milliseconds\n")
14204 :
14205 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_ra_lifetime_cmd_vtysh,
14206 : "no ipv6 nd ra-lifetime [(0-9000)]",
14207 : "Negate a command or set its defaults\n"
14208 : "Interface IPv6 config commands\n"
14209 : "Neighbor discovery\n"
14210 : "Router lifetime\n"
14211 : "Router lifetime in seconds (0 stands for a non-default gw)\n")
14212 :
14213 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_ra_retrans_interval_cmd_vtysh,
14214 : "no ipv6 nd ra-retrans-interval [(0-4294967295)]",
14215 : "Negate a command or set its defaults\n"
14216 : "Interface IPv6 config commands\n"
14217 : "Neighbor discovery\n"
14218 : "Advertisement Retransmit Interval\n"
14219 : "Advertisement Retransmit Interval in msec\n")
14220 :
14221 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_rdnss_cmd_vtysh,
14222 : "no ipv6 nd rdnss X:X::X:X [<(0-4294967295)|infinite>]",
14223 : "Negate a command or set its defaults\n"
14224 : "Interface IPv6 config commands\n"
14225 : "Neighbor discovery\n"
14226 : "Recursive DNS server information\n"
14227 : "IPv6 address\n"
14228 : "Valid lifetime in seconds\n"
14229 : "Infinite valid lifetime\n")
14230 :
14231 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_reachable_time_cmd_vtysh,
14232 : "no ipv6 nd reachable-time [(1-3600000)]",
14233 : "Negate a command or set its defaults\n"
14234 : "Interface IPv6 config commands\n"
14235 : "Neighbor discovery\n"
14236 : "Reachable time\n"
14237 : "Reachable time in milliseconds\n")
14238 :
14239 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_router_preference_cmd_vtysh,
14240 : "no ipv6 nd router-preference [<high|medium|low>]",
14241 : "Negate a command or set its defaults\n"
14242 : "Interface IPv6 config commands\n"
14243 : "Neighbor discovery\n"
14244 : "Default router preference\n"
14245 : "High default router preference\n"
14246 : "Medium default router preference (default)\n"
14247 : "Low default router preference\n")
14248 :
14249 : DEFSH (VTYSH_ZEBRA, no_ipv6_nd_suppress_ra_cmd_vtysh,
14250 : "no ipv6 nd suppress-ra",
14251 : "Negate a command or set its defaults\n"
14252 : "Interface IPv6 config commands\n"
14253 : "Neighbor discovery\n"
14254 : "Suppress Router Advertisement\n")
14255 :
14256 : DEFSH (VTYSH_ZEBRA, no_ipv6_nht_default_route_cmd_vtysh,
14257 : "no ipv6 nht resolve-via-default",
14258 : "Negate a command or set its defaults\n"
14259 : "IPv6 Information\n"
14260 : "Filter Next Hop tracking route resolution\n"
14261 : "Resolve via default route\n")
14262 :
14263 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_advertise_prefix_list_cmd_vtysh,
14264 : "no ipv6 ospf6 advertise prefix-list [WORD]",
14265 : "Negate a command or set its defaults\n"
14266 : "IPv6 Information\n"
14267 : "Open Shortest Path First (OSPF) for IPv6\n"
14268 : "Advertising options\n"
14269 : "Filter prefix using prefix-list\n"
14270 : "Prefix list name\n")
14271 :
14272 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_area_cmd_vtysh,
14273 : "no ipv6 ospf6 area [<A.B.C.D|(0-4294967295)>]",
14274 : "Negate a command or set its defaults\n"
14275 : "IPv6 Information\n"
14276 : "Open Shortest Path First (OSPF) for IPv6\n"
14277 : "Specify the OSPF6 area ID\n"
14278 : "OSPF6 area ID in IPv4 address notation\n"
14279 : "OSPF6 area ID in decimal notation\n")
14280 :
14281 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_bfd_cmd_vtysh,
14282 : "no ipv6 ospf6 bfd",
14283 : "Negate a command or set its defaults\n"
14284 : "IPv6 Information\n"
14285 : "Open Shortest Path First (OSPF) for IPv6\n"
14286 : "Disables BFD support\n")
14287 :
14288 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_bfd_profile_cmd_vtysh,
14289 : "no ipv6 ospf6 bfd profile [BFDPROF]",
14290 : "Negate a command or set its defaults\n"
14291 : "IPv6 Information\n"
14292 : "Open Shortest Path First (OSPF) for IPv6\n"
14293 : "BFD support\n"
14294 : "BFD Profile selection\n"
14295 : "BFD Profile name\n")
14296 :
14297 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_cost_cmd_vtysh,
14298 : "no ipv6 ospf6 cost [(1-65535)]",
14299 : "Negate a command or set its defaults\n"
14300 : "IPv6 Information\n"
14301 : "Open Shortest Path First (OSPF) for IPv6\n"
14302 : "Calculate interface cost from bandwidth\n"
14303 : "Outgoing metric of this interface\n")
14304 :
14305 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_deadinterval_cmd_vtysh,
14306 : "no ipv6 ospf6 dead-interval [(1-65535)]",
14307 : "Negate a command or set its defaults\n"
14308 : "IPv6 Information\n"
14309 : "Open Shortest Path First (OSPF) for IPv6\n"
14310 : "Interval time after which a neighbor is declared down\n"
14311 : "Seconds\n")
14312 :
14313 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_hellointerval_cmd_vtysh,
14314 : "no ipv6 ospf6 hello-interval [(1-65535)]",
14315 : "Negate a command or set its defaults\n"
14316 : "IPv6 Information\n"
14317 : "Open Shortest Path First (OSPF) for IPv6\n"
14318 : "Time between HELLO packets\n"
14319 : "Seconds\n")
14320 :
14321 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_ifmtu_cmd_vtysh,
14322 : "no ipv6 ospf6 ifmtu [(1-65535)]",
14323 : "Negate a command or set its defaults\n"
14324 : "IPv6 Information\n"
14325 : "Open Shortest Path First (OSPF) for IPv6\n"
14326 : "Interface MTU\n"
14327 : "OSPFv3 Interface MTU\n")
14328 :
14329 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_instance_cmd_vtysh,
14330 : "no ipv6 ospf6 instance-id [(0-255)]",
14331 : "Negate a command or set its defaults\n"
14332 : "IPv6 Information\n"
14333 : "Open Shortest Path First (OSPF) for IPv6\n"
14334 : "Instance ID for this interface\n"
14335 : "Instance ID value\n")
14336 :
14337 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_intf_auth_trailer_key_cmd_vtysh,
14338 : "no ipv6 ospf6 authentication key-id [(1-65535) hash-algo <md5|hmac-sha-1|hmac-sha-256|hmac-sha-384|hmac-sha-512> key WORD]",
14339 : "Negate a command or set its defaults\n"
14340 : "IPv6 Information\n"
14341 : "Open Shortest Path First (OSPF) for IPv6\n"
14342 : "Authentication\n"
14343 : "Key ID\n"
14344 : "Key ID value\n"
14345 : "Cryptographic-algorithm\n"
14346 : "Use MD5 algorithm\n"
14347 : "Use HMAC-SHA-1 algorithm\n"
14348 : "Use HMAC-SHA-256 algorithm\n"
14349 : "Use HMAC-SHA-384 algorithm\n"
14350 : "Use HMAC-SHA-512 algorithm\n"
14351 : "Password\n"
14352 : "Password string (key)\n")
14353 :
14354 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_intf_auth_trailer_keychain_cmd_vtysh,
14355 : "no ipv6 ospf6 authentication keychain [KEYCHAIN_NAME]",
14356 : "Negate a command or set its defaults\n"
14357 : "IPv6 Information\n"
14358 : "Open Shortest Path First (OSPF) for IPv6\n"
14359 : "Enable authentication on this interface\n"
14360 : "Keychain\n"
14361 : "Keychain name\n")
14362 :
14363 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_mtu_ignore_cmd_vtysh,
14364 : "no ipv6 ospf6 mtu-ignore",
14365 : "Negate a command or set its defaults\n"
14366 : "IPv6 Information\n"
14367 : "Open Shortest Path First (OSPF) for IPv6\n"
14368 : "Disable MTU mismatch detection on this interface\n")
14369 :
14370 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_network_cmd_vtysh,
14371 : "no ipv6 ospf6 network [<broadcast|point-to-point>]",
14372 : "Negate a command or set its defaults\n"
14373 : "IPv6 Information\n"
14374 : "Open Shortest Path First (OSPF) for IPv6\n"
14375 : "Set default network type\n"
14376 : "Specify OSPF6 broadcast network\n"
14377 : "Specify OSPF6 point-to-point network\n")
14378 :
14379 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_p2xp_connected_pfx_cmd_vtysh,
14380 : "no ipv6 ospf6 p2p-p2mp connected-prefixes",
14381 : "Negate a command or set its defaults\n"
14382 : "IPv6 Information\n"
14383 : "Open Shortest Path First (OSPF) for IPv6\n"
14384 : "Point-to-point and Point-to-Multipoint parameters\n"
14385 : "Adjust handling of directly connected prefixes\n")
14386 :
14387 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_passive_cmd_vtysh,
14388 : "no ipv6 ospf6 passive",
14389 : "Negate a command or set its defaults\n"
14390 : "IPv6 Information\n"
14391 : "Open Shortest Path First (OSPF) for IPv6\n"
14392 : "passive interface: No Adjacency will be formed on this I/F\n")
14393 :
14394 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_priority_cmd_vtysh,
14395 : "no ipv6 ospf6 priority [(0-255)]",
14396 : "Negate a command or set its defaults\n"
14397 : "IPv6 Information\n"
14398 : "Open Shortest Path First (OSPF) for IPv6\n"
14399 : "Router priority\n"
14400 : "Priority value\n")
14401 :
14402 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_retransmitinterval_cmd_vtysh,
14403 : "no ipv6 ospf6 retransmit-interval [(1-65535)]",
14404 : "Negate a command or set its defaults\n"
14405 : "IPv6 Information\n"
14406 : "Open Shortest Path First (OSPF) for IPv6\n"
14407 : "Time between retransmitting lost link state advertisements\n"
14408 : "Seconds\n")
14409 :
14410 : DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_transmitdelay_cmd_vtysh,
14411 : "no ipv6 ospf6 transmit-delay [(1-3600)]",
14412 : "Negate a command or set its defaults\n"
14413 : "IPv6 Information\n"
14414 : "Open Shortest Path First (OSPF) for IPv6\n"
14415 : "Link state transmit delay\n"
14416 : "Seconds\n")
14417 :
14418 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_bsm_cmd_vtysh,
14419 : "no ipv6 pim bsm",
14420 : "Negate a command or set its defaults\n"
14421 : "IPv6 information\n"
14422 : "PIM information\n"
14423 : "Enable BSM support on the interface\n")
14424 :
14425 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_joinprune_time_cmd_vtysh,
14426 : "no ipv6 pim join-prune-interval [(1-65535)]",
14427 : "Negate a command or set its defaults\n"
14428 : "IPv6 information\n"
14429 : "PIM information\n"
14430 : "Join Prune Send Interval\n"
14431 : "Ignored value in no form\n")
14432 :
14433 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_keep_alive_cmd_vtysh,
14434 : "no ipv6 pim keep-alive-timer [(1-65535)]",
14435 : "Negate a command or set its defaults\n"
14436 : "IPv6 information\n"
14437 : "PIM information\n"
14438 : "Keep alive Timer\n"
14439 : "Ignored value in no form\n")
14440 :
14441 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_packets_cmd_vtysh,
14442 : "no ipv6 pim packets [(1-255)]",
14443 : "Negate a command or set its defaults\n"
14444 : "IPv6 information\n"
14445 : "PIM information\n"
14446 : "packets to process at one time per fd\n"
14447 : "Ignored value in no form\n")
14448 :
14449 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_register_suppress_cmd_vtysh,
14450 : "no ipv6 pim register-suppress-time [(1-65535)]",
14451 : "Negate a command or set its defaults\n"
14452 : "IPv6 information\n"
14453 : "PIM information\n"
14454 : "Register Suppress Timer\n"
14455 : "Ignored value in no form\n")
14456 :
14457 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_rp_cmd_vtysh,
14458 : "no ipv6 pim rp X:X::X:X$rp [X:X::X:X/M]$gp",
14459 : "Negate a command or set its defaults\n"
14460 : "IPv6 information\n"
14461 : "PIM information\n"
14462 : "Rendezvous Point\n"
14463 : "ipv6 address of RP\n"
14464 : "Group Address range to cover\n")
14465 :
14466 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_rp_keep_alive_cmd_vtysh,
14467 : "no ipv6 pim rp keep-alive-timer [(1-65535)]",
14468 : "Negate a command or set its defaults\n"
14469 : "IPv6 information\n"
14470 : "PIM information\n"
14471 : "Rendezvous Point\n"
14472 : "Keep alive Timer\n"
14473 : "Ignored value in no form\n")
14474 :
14475 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_rp_prefix_list_cmd_vtysh,
14476 : "no ipv6 pim rp X:X::X:X$rp prefix-list WORD$plist",
14477 : "Negate a command or set its defaults\n"
14478 : "IPv6 information\n"
14479 : "PIM information\n"
14480 : "Rendezvous Point\n"
14481 : "ipv6 address of RP\n"
14482 : "group prefix-list filter\n"
14483 : "Name of a prefix-list\n")
14484 :
14485 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_spt_switchover_infinity_cmd_vtysh,
14486 : "no ipv6 pim spt-switchover infinity-and-beyond",
14487 : "Negate a command or set its defaults\n"
14488 : "IPv6 information\n"
14489 : "PIM information\n"
14490 : "SPT_Switchover\n"
14491 : "Never switch to SPT Tree\n")
14492 :
14493 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_spt_switchover_infinity_plist_cmd_vtysh,
14494 : "no ipv6 pim spt-switchover infinity-and-beyond prefix-list WORD",
14495 : "Negate a command or set its defaults\n"
14496 : "IPv6 information\n"
14497 : "PIM information\n"
14498 : "SPT_Switchover\n"
14499 : "Never switch to SPT Tree\n"
14500 : "Prefix-List to control which groups to switch\n"
14501 : "Prefix-List name\n")
14502 :
14503 : DEFSH (VTYSH_PIM6D, no_ipv6_pim_ucast_bsm_cmd_vtysh,
14504 : "no ipv6 pim unicast-bsm",
14505 : "Negate a command or set its defaults\n"
14506 : "IPv6 information\n"
14507 : "PIM information\n"
14508 : "Accept/Send unicast BSM on the interface\n")
14509 :
14510 : DEFSH (VTYSH_ACL, no_ipv6_prefix_list_all_cmd_vtysh,
14511 : "no ipv6 prefix-list WORD$name",
14512 : "Negate a command or set its defaults\n"
14513 : "IPv6 information\n"
14514 : "Build a prefix list\n"
14515 : "Prefix list entry name\n")
14516 :
14517 : DEFSH (VTYSH_ACL, no_ipv6_prefix_list_cmd_vtysh,
14518 : "no ipv6 prefix-list WORD$name [seq (1-4294967295)$seq] <deny|permit>$action <any|X:X::X:X/M$prefix [{ge (0-128)$ge|le (0-128)$le}]>",
14519 : "Negate a command or set its defaults\n"
14520 : "IPv6 information\n"
14521 : "Build a prefix list\n"
14522 : "Prefix list entry name\n"
14523 : "Sequence number of an entry\n"
14524 : "Sequence number\n"
14525 : "Specify packets to reject\n"
14526 : "Specify packets to forward\n"
14527 : "Any prefix match. Same as \"::0/0 le 128\"\n"
14528 : "IPv6 prefix <network>/<length>, e.g., 3ffe::/16\n"
14529 : "Maximum prefix length to be matched\n"
14530 : "Maximum prefix length\n"
14531 : "Minimum prefix length to be matched\n"
14532 : "Minimum prefix length\n")
14533 :
14534 : DEFSH (VTYSH_ACL, no_ipv6_prefix_list_remark_cmd_vtysh,
14535 : "no ipv6 prefix-list WORD$name description",
14536 : "Negate a command or set its defaults\n"
14537 : "IPv6 information\n"
14538 : "Build a prefix list\n"
14539 : "Prefix list entry name\n"
14540 : "Access list entry comment\n")
14541 :
14542 : DEFSH (VTYSH_ACL, no_ipv6_prefix_list_remark_line_cmd_vtysh,
14543 : "no ipv6 prefix-list WORD$name description LINE...",
14544 : "Negate a command or set its defaults\n"
14545 : "IPv6 information\n"
14546 : "Build a prefix list\n"
14547 : "Prefix list entry name\n"
14548 : "Access list entry comment\n"
14549 : "Comment up to 100 characters\n")
14550 :
14551 : DEFSH (VTYSH_ACL, no_ipv6_prefix_list_seq_cmd_vtysh,
14552 : "no ipv6 prefix-list WORD$name seq (1-4294967295)$seq",
14553 : "Negate a command or set its defaults\n"
14554 : "IPv6 information\n"
14555 : "Build a prefix list\n"
14556 : "Prefix list entry name\n"
14557 : "Sequence number of an entry\n"
14558 : "Sequence number\n")
14559 :
14560 : DEFSH (VTYSH_ZEBRA, no_ipv6_protocol_cmd_vtysh,
14561 : "no ipv6 protocol <kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto [route-map ROUTE-MAP$rmap]",
14562 : "Negate a command or set its defaults\n"
14563 : "IPv6 Information\n"
14564 : "Stop filtering IPv6 routing info between zebra and protocol\n"
14565 : "Kernel routes (not installed via the zebra RIB)\n"
14566 : "Connected routes (directly attached subnet or host)\n"
14567 : "Statically configured routes\n"
14568 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
14569 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
14570 : "Intermediate System to Intermediate System (IS-IS)\n"
14571 : "Border Gateway Protocol (BGP)\n"
14572 : "Next Hop Resolution Protocol (NHRP)\n"
14573 : "Non-main Kernel Routing Table\n"
14574 : "Virtual Network Control (VNC)\n"
14575 : "Babel routing protocol (Babel)\n"
14576 : "Super Happy Advanced Routing Protocol (sharpd)\n"
14577 : "OpenFabric Routing Protocol\n"
14578 : "Any of the above protocols\n"
14579 : "Specify route-map\n"
14580 : "Route map name\n")
14581 :
14582 : DEFSH (VTYSH_ZEBRA, no_ipv6_protocol_nht_rmap_cmd_vtysh,
14583 : "no ipv6 nht <kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric|any> $proto [route-map ROUTE-MAP$rmap]",
14584 : "Negate a command or set its defaults\n"
14585 : "IPv6 Information\n"
14586 : "Filter Next Hop tracking route resolution\n"
14587 : "Kernel routes (not installed via the zebra RIB)\n"
14588 : "Connected routes (directly attached subnet or host)\n"
14589 : "Statically configured routes\n"
14590 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
14591 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
14592 : "Intermediate System to Intermediate System (IS-IS)\n"
14593 : "Border Gateway Protocol (BGP)\n"
14594 : "Next Hop Resolution Protocol (NHRP)\n"
14595 : "Non-main Kernel Routing Table\n"
14596 : "Virtual Network Control (VNC)\n"
14597 : "Babel routing protocol (Babel)\n"
14598 : "Super Happy Advanced Routing Protocol (sharpd)\n"
14599 : "OpenFabric Routing Protocol\n"
14600 : "Any of the above protocols\n"
14601 : "Specify route map\n"
14602 : "Route map name\n")
14603 :
14604 : DEFSH (VTYSH_ZEBRA, no_ipv6_router_id_cmd_vtysh,
14605 : "no ipv6 router-id [X:X::X:X vrf NAME]",
14606 : "Negate a command or set its defaults\n"
14607 : "IPv6 information\n"
14608 : "Remove the manually configured IPv6 router-id\n"
14609 : "IPv6 address to use for router-id\n"
14610 : "Specify the VRF\n"
14611 : "The VRF name\n")
14612 :
14613 : DEFSH (VTYSH_ZEBRA, no_ipv6_router_id_in_vrf_cmd_vtysh,
14614 : "no ipv6 router-id [X:X::X:X]",
14615 : "Negate a command or set its defaults\n"
14616 : "IPv6 Information\n"
14617 : "Remove the manually configured IPv6 router-id\n"
14618 : "IPv6 address to use for router-id\n")
14619 :
14620 : DEFSH (VTYSH_PIM6D, no_ipv6_ssmpingd_cmd_vtysh,
14621 : "no ipv6 ssmpingd [X:X::X:X]$source",
14622 : "Negate a command or set its defaults\n"
14623 : "IPv6 information\n"
14624 : "Enable ssmpingd operation\n"
14625 : "Source address\n")
14626 :
14627 : DEFSH (VTYSH_ISISD, no_is_type_cmd_vtysh,
14628 : "no is-type [<level-1|level-1-2|level-2-only>]",
14629 : "Negate a command or set its defaults\n"
14630 : "IS Level for this routing process (OSI only)\n"
14631 : "Act as a station router only\n"
14632 : "Act as both a station router and an area router\n"
14633 : "Act as an area router only\n")
14634 :
14635 : DEFSH (VTYSH_ISISD, no_isis_circuit_type_cmd_vtysh,
14636 : "no isis circuit-type [level-1|level-1-2|level-2-only]",
14637 : "Negate a command or set its defaults\n"
14638 : "IS-IS routing protocol\n"
14639 : "Configure circuit type for interface\n"
14640 : "Level-1 only adjacencies are formed\n"
14641 : "Level-1-2 adjacencies are formed\n"
14642 : "Level-2 only adjacencies are formed\n")
14643 :
14644 : DEFSH (VTYSH_ISISD, no_isis_frr_remote_lfa_plist_cmd_vtysh,
14645 : "no fast-reroute remote-lfa prefix-list [WORD] [<level-1|level-2>$level]",
14646 : "Negate a command or set its defaults\n"
14647 : "Configure Fast ReRoute\n"
14648 : "Enable remote LFA related configuration\n"
14649 : "Filter PQ node router ID based on prefix list\n"
14650 : "Prefix-list name\n"
14651 : "Enable router ID filtering for level-1 only\n"
14652 : "Enable router ID filtering for level-2 only\n")
14653 :
14654 : DEFSH (VTYSH_ISISD, no_isis_hello_interval_cmd_vtysh,
14655 : "no isis hello-interval [level-1|level-2]$level [(1-600)]",
14656 : "Negate a command or set its defaults\n"
14657 : "IS-IS routing protocol\n"
14658 : "Set Hello interval\n"
14659 : "Specify hello-interval for level-1 IIHs\n"
14660 : "Specify hello-interval for level-2 IIHs\n"
14661 : "Holdtime 1 second, interval depends on multiplier\n")
14662 :
14663 : DEFSH (VTYSH_ISISD, no_isis_hello_multiplier_cmd_vtysh,
14664 : "no isis hello-multiplier [level-1|level-2]$level [(2-100)]",
14665 : "Negate a command or set its defaults\n"
14666 : "IS-IS routing protocol\n"
14667 : "Set multiplier for Hello holding time\n"
14668 : "Specify hello multiplier for level-1 IIHs\n"
14669 : "Specify hello multiplier for level-2 IIHs\n"
14670 : "Hello multiplier value\n")
14671 :
14672 : DEFSH (VTYSH_ISISD, no_isis_metric_cmd_vtysh,
14673 : "no isis metric [level-1|level-2]$level [(0-16777215)]",
14674 : "Negate a command or set its defaults\n"
14675 : "IS-IS routing protocol\n"
14676 : "Set default metric for circuit\n"
14677 : "Specify metric for level-1 routing\n"
14678 : "Specify metric for level-2 routing\n"
14679 : "Default metric value\n")
14680 :
14681 : DEFSH (VTYSH_ISISD, no_isis_mpls_if_ldp_sync_holddown_cmd_vtysh,
14682 : "no isis mpls ldp-sync holddown [<(1-10000)>]",
14683 : "Negate a command or set its defaults\n"
14684 : "IS-IS routing protocol\n"
14685 : "MPLS information\n"
14686 : "Disable MPLS LDP-SYNC\n"
14687 : "holddown timer disable\n"
14688 : "Time in seconds\n")
14689 :
14690 : DEFSH (VTYSH_ISISD, no_isis_mpls_ldp_sync_cmd_vtysh,
14691 : "no mpls ldp-sync",
14692 : "Negate a command or set its defaults\n"
14693 : "MPLS information\n"
14694 : "Disable MPLS LDP-SYNC\n")
14695 :
14696 : DEFSH (VTYSH_ISISD, no_isis_mpls_ldp_sync_holddown_cmd_vtysh,
14697 : "no mpls ldp-sync holddown [<(1-10000)>]",
14698 : "Negate a command or set its defaults\n"
14699 : "MPLS information\n"
14700 : "Enable MPLS LDP-SYNC\n"
14701 : "holddown timer disable\n"
14702 : "Time in seconds\n")
14703 :
14704 : DEFSH (VTYSH_ISISD, no_isis_mpls_te_export_cmd_vtysh,
14705 : "no mpls-te export",
14706 : "Negate a command or set its defaults\n"
14707 : "MPLS-TE specific commands\n"
14708 : "Disable export of MPLS-TE Link State information\n")
14709 :
14710 : DEFSH (VTYSH_ISISD, no_isis_mpls_te_on_cmd_vtysh,
14711 : "no mpls-te [on]",
14712 : "Negate a command or set its defaults\n"
14713 : "Disable the MPLS-TE functionality\n"
14714 : "Disable the MPLS-TE functionality\n")
14715 :
14716 : DEFSH (VTYSH_ISISD, no_isis_mpls_te_router_addr_cmd_vtysh,
14717 : "no mpls-te router-address [A.B.C.D]",
14718 : "Negate a command or set its defaults\n"
14719 : "MPLS-TE specific commands\n"
14720 : "Delete IP address of the advertising router\n"
14721 : "MPLS-TE router address in IPv4 address format\n")
14722 :
14723 : DEFSH (VTYSH_ISISD, no_isis_mpls_te_router_addr_v6_cmd_vtysh,
14724 : "no mpls-te router-address ipv6 [X:X::X:X]",
14725 : "Negate a command or set its defaults\n"
14726 : "MPLS-TE specific commands\n"
14727 : "Delete IP address of the advertising router\n"
14728 : "IPv6 address\n"
14729 : "MPLS-TE router address in IPv6 address format\n")
14730 :
14731 : DEFSH (VTYSH_ISISD, no_isis_passwd_cmd_vtysh,
14732 : "no isis password [<md5|clear> WORD]",
14733 : "Negate a command or set its defaults\n"
14734 : "IS-IS routing protocol\n"
14735 : "Configure the authentication password for a circuit\n"
14736 : "HMAC-MD5 authentication\n"
14737 : "Cleartext password\n"
14738 : "Circuit password\n")
14739 :
14740 : DEFSH (VTYSH_ISISD, no_isis_priority_cmd_vtysh,
14741 : "no isis priority [(0-127)] [level-1|level-2]$level",
14742 : "Negate a command or set its defaults\n"
14743 : "IS-IS routing protocol\n"
14744 : "Set priority for Designated Router election\n"
14745 : "Priority value\n"
14746 : "Specify priority for level-1 routing\n"
14747 : "Specify priority for level-2 routing\n")
14748 :
14749 : DEFSH (VTYSH_ISISD, no_isis_sr_enable_cmd_vtysh,
14750 : "no segment-routing [on]",
14751 : "Negate a command or set its defaults\n"
14752 : "Segment-Routing specific commands\n"
14753 : "Disable Segment Routing\n")
14754 :
14755 : DEFSH (VTYSH_ISISD, no_isis_sr_global_block_label_range_cmd_vtysh,
14756 : "no segment-routing global-block [(16-1048575) (16-1048575) local-block (16-1048575) (16-1048575)]",
14757 : "Negate a command or set its defaults\n"
14758 : "Segment-Routing specific commands\n"
14759 : "Segment Routing Global Block label range\n"
14760 : "The lower bound of the global block\n"
14761 : "The upper bound of the global block (block size may not exceed 65535)\n"
14762 : "Segment Routing Local Block label range\n"
14763 : "The lower bound of the local block\n"
14764 : "The upper bound of the local block (block size may not exceed 65535)\n")
14765 :
14766 : DEFSH (VTYSH_ISISD, no_isis_sr_node_msd_cmd_vtysh,
14767 : "no segment-routing node-msd [(1-16)]",
14768 : "Negate a command or set its defaults\n"
14769 : "Segment-Routing specific commands\n"
14770 : "Maximum Stack Depth for this router\n"
14771 : "Maximum number of label that can be stack (1-16)\n")
14772 :
14773 : DEFSH (VTYSH_ISISD, no_isis_sr_prefix_sid_cmd_vtysh,
14774 : "no segment-routing prefix <A.B.C.D/M|X:X::X:X/M>$prefix [<absolute$sid_type (16-1048575)|index (0-65535)> [<no-php-flag|explicit-null>]] [n-flag-clear]",
14775 : "Negate a command or set its defaults\n"
14776 : "Segment-Routing specific commands\n"
14777 : "Prefix SID\n"
14778 : "IPv4 Prefix\n"
14779 : "IPv6 Prefix\n"
14780 : "Specify the absolute value of Prefix Segment ID\n"
14781 : "The Prefix Segment ID value\n"
14782 : "Specify the index of Prefix Segment ID\n"
14783 : "The Prefix Segment ID index\n"
14784 : "Don't request Penultimate Hop Popping (PHP)\n"
14785 : "Upstream neighbor must replace prefix-sid with explicit null label\n"
14786 : "Not a node SID\n")
14787 :
14788 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, no_key_chain_cmd_vtysh,
14789 : "no key chain WORD",
14790 : "Negate a command or set its defaults\n"
14791 : "Authentication key management\n"
14792 : "Key-chain management\n"
14793 : "Key-chain name\n")
14794 :
14795 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, no_key_cmd_vtysh,
14796 : "no key (0-2147483647)",
14797 : "Negate a command or set its defaults\n"
14798 : "Delete a key\n"
14799 : "Key identifier number\n")
14800 :
14801 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, no_key_string_cmd_vtysh,
14802 : "no key-string [LINE]",
14803 : "Negate a command or set its defaults\n"
14804 : "Unset key string\n"
14805 : "The key\n")
14806 :
14807 : DEFSH (VTYSH_LDPD, no_ldp_address_family_cmd_vtysh,
14808 : "no address-family <ipv4|ipv6>$af",
14809 : "Negate a command or set its defaults\n"
14810 : "Configure Address Family and its parameters\n"
14811 : "IPv4\n"
14812 : "IPv6\n")
14813 :
14814 : DEFSH (VTYSH_LDPD, no_ldp_interface_cmd_vtysh,
14815 : "no interface IFNAME$ifname",
14816 : "Negate a command or set its defaults\n"
14817 : "Enable LDP on an interface and enter interface submode\n"
14818 : "Interface's name\n")
14819 :
14820 : DEFSH (VTYSH_LDPD, no_ldp_l2vpn_cmd_vtysh,
14821 : "no l2vpn WORD$l2vpn_name type vpls",
14822 : "Negate a command or set its defaults\n"
14823 : "Configure l2vpn commands\n"
14824 : "L2VPN name\n"
14825 : "L2VPN type\n"
14826 : "Virtual Private LAN Service\n")
14827 :
14828 : DEFSH (VTYSH_LDPD, no_ldp_member_pseudowire_cmd_vtysh,
14829 : "no member pseudowire IFNAME$ifname",
14830 : "Negate a command or set its defaults\n"
14831 : "L2VPN member configuration\n"
14832 : "Pseudowire interface\n"
14833 : "Interface's name\n")
14834 :
14835 : DEFSH (VTYSH_LDPD, no_ldp_mpls_ldp_cmd_vtysh,
14836 : "no mpls ldp",
14837 : "Negate a command or set its defaults\n"
14838 : "Global MPLS configuration subcommands\n"
14839 : "Label Distribution Protocol\n")
14840 :
14841 : DEFSH (VTYSH_ZEBRA, no_link_params_admin_grp_cmd_vtysh,
14842 : "no admin-grp",
14843 : "Negate a command or set its defaults\n"
14844 : "Disable Administrative group membership on this interface\n")
14845 :
14846 : DEFSH (VTYSH_ZEBRA, no_link_params_ava_bw_cmd_vtysh,
14847 : "no ava-bw",
14848 : "Negate a command or set its defaults\n"
14849 : "Disable Unidirectional Available Bandwidth on this interface\n")
14850 :
14851 : DEFSH (VTYSH_ZEBRA, no_link_params_delay_cmd_vtysh,
14852 : "no delay",
14853 : "Negate a command or set its defaults\n"
14854 : "Disable Unidirectional Average, Min & Max Link Delay on this interface\n")
14855 :
14856 : DEFSH (VTYSH_ZEBRA, no_link_params_delay_var_cmd_vtysh,
14857 : "no delay-variation",
14858 : "Negate a command or set its defaults\n"
14859 : "Disable Unidirectional Delay Variation on this interface\n")
14860 :
14861 : DEFSH (VTYSH_ZEBRA, no_link_params_enable_cmd_vtysh,
14862 : "no enable",
14863 : "Negate a command or set its defaults\n"
14864 : "Disable link parameters on this interface\n")
14865 :
14866 : DEFSH (VTYSH_ZEBRA, no_link_params_inter_as_cmd_vtysh,
14867 : "no neighbor",
14868 : "Negate a command or set its defaults\n"
14869 : "Remove Neighbor IP address and AS number for Inter-AS TE\n")
14870 :
14871 : DEFSH (VTYSH_ZEBRA, no_link_params_metric_cmd_vtysh,
14872 : "no metric",
14873 : "Negate a command or set its defaults\n"
14874 : "Disable Link Metric on this interface\n")
14875 :
14876 : DEFSH (VTYSH_ZEBRA, no_link_params_pkt_loss_cmd_vtysh,
14877 : "no packet-loss",
14878 : "Negate a command or set its defaults\n"
14879 : "Disable Unidirectional Link Packet Loss on this interface\n")
14880 :
14881 : DEFSH (VTYSH_ZEBRA, no_link_params_res_bw_cmd_vtysh,
14882 : "no res-bw",
14883 : "Negate a command or set its defaults\n"
14884 : "Disable Unidirectional Residual Bandwidth on this interface\n")
14885 :
14886 : DEFSH (VTYSH_ZEBRA, no_link_params_use_bw_cmd_vtysh,
14887 : "no use-bw",
14888 : "Negate a command or set its defaults\n"
14889 : "Disable Unidirectional Utilised Bandwidth on this interface\n")
14890 :
14891 : DEFSH (VTYSH_ZEBRA, no_linkdetect_cmd_vtysh,
14892 : "no link-detect",
14893 : "Negate a command or set its defaults\n"
14894 : "Disable link detection on interface\n")
14895 :
14896 : DEFSH (VTYSH_ISISD, no_lsp_gen_interval_cmd_vtysh,
14897 : "no lsp-gen-interval [level-1|level-2]$level [(1-120)]",
14898 : "Negate a command or set its defaults\n"
14899 : "Minimum interval between regenerating same LSP\n"
14900 : "Set interval for level 1 only\n"
14901 : "Set interval for level 2 only\n"
14902 : "Minimum interval in seconds\n")
14903 :
14904 : DEFSH (VTYSH_ISISD, no_lsp_refresh_interval_cmd_vtysh,
14905 : "no lsp-refresh-interval [level-1|level-2]$level [(1-65235)]",
14906 : "Negate a command or set its defaults\n"
14907 : "LSP refresh interval\n"
14908 : "LSP refresh interval for Level 1 only\n"
14909 : "LSP refresh interval for Level 2 only\n"
14910 : "LSP refresh interval in seconds\n")
14911 :
14912 : DEFSH (VTYSH_ISISD, no_lsp_timers_cmd_vtysh,
14913 : "no lsp-timers [level-1|level-2]$level [gen-interval (1-120) refresh-interval (1-65235) max-lifetime (350-65535)]",
14914 : "Negate a command or set its defaults\n"
14915 : "LSP-related timers\n"
14916 : "LSP-related timers for Level 1 only\n"
14917 : "LSP-related timers for Level 2 only\n"
14918 : "Minimum interval between regenerating same LSP\n"
14919 : "Generation interval in seconds\n"
14920 : "LSP refresh interval\n"
14921 : "LSP refresh interval in seconds\n"
14922 : "Maximum LSP lifetime\n"
14923 : "Maximum LSP lifetime in seconds\n")
14924 :
14925 : DEFSH (VTYSH_ACL, no_mac_access_list_all_cmd_vtysh,
14926 : "no mac access-list ACCESSLIST_MAC_NAME$name",
14927 : "Negate a command or set its defaults\n"
14928 : "MAC address\n"
14929 : "Access list entry\n"
14930 : "Access list name\n")
14931 :
14932 : DEFSH (VTYSH_ACL, no_mac_access_list_cmd_vtysh,
14933 : "no mac access-list ACCESSLIST_MAC_NAME$name [seq (1-4294967295)$seq] <deny|permit>$action <X:X:X:X:X:X$mac|any>",
14934 : "Negate a command or set its defaults\n"
14935 : "MAC address\n"
14936 : "Access list entry\n"
14937 : "Access list name\n"
14938 : "Sequence number of an entry\n"
14939 : "Sequence number\n"
14940 : "Specify packets to reject\n"
14941 : "Specify packets to forward\n"
14942 : "MAC address\n"
14943 : "Match any MAC address\n")
14944 :
14945 : DEFSH (VTYSH_ACL, no_mac_access_list_remark_cmd_vtysh,
14946 : "no mac access-list ACCESSLIST_MAC_NAME$name remark",
14947 : "Negate a command or set its defaults\n"
14948 : "MAC address\n"
14949 : "Access list entry\n"
14950 : "Access list name\n"
14951 : "Access list entry comment\n")
14952 :
14953 : DEFSH (VTYSH_ACL, no_mac_access_list_remark_line_cmd_vtysh,
14954 : "no mac access-list ACCESSLIST_MAC_NAME$name remark LINE...",
14955 : "Negate a command or set its defaults\n"
14956 : "MAC address\n"
14957 : "Access list entry\n"
14958 : "Access list name\n"
14959 : "Access list entry comment\n"
14960 : "Comment up to 100 characters\n")
14961 :
14962 : DEFSH (VTYSH_BGPD, no_match_alias_cmd_vtysh,
14963 : "no match alias [ALIAS_NAME]",
14964 : "Negate a command or set its defaults\n"
14965 : "Match values from routing table\n"
14966 : "Match BGP community alias name\n"
14967 : "BGP community alias name\n")
14968 :
14969 : DEFSH (VTYSH_BGPD, no_match_aspath_cmd_vtysh,
14970 : "no match as-path [AS_PATH_FILTER_NAME]",
14971 : "Negate a command or set its defaults\n"
14972 : "Match values from routing table\n"
14973 : "Match BGP AS path list\n"
14974 : "AS path access-list name\n")
14975 :
14976 : DEFSH (VTYSH_BGPD, no_match_community_cmd_vtysh,
14977 : "no match community [<(1-99)|(100-500)|COMMUNITY_LIST_NAME> [exact-match]]",
14978 : "Negate a command or set its defaults\n"
14979 : "Match values from routing table\n"
14980 : "Match BGP community list\n"
14981 : "Community-list number (standard)\n"
14982 : "Community-list number (expanded)\n"
14983 : "Community-list name\n"
14984 : "Do exact matching of communities\n")
14985 :
14986 : DEFSH (VTYSH_BGPD, no_match_ecommunity_cmd_vtysh,
14987 : "no match extcommunity [<(1-99)|(100-500)|EXTCOMMUNITY_LIST_NAME>]",
14988 : "Negate a command or set its defaults\n"
14989 : "Match values from routing table\n"
14990 : "Match BGP/VPN extended community list\n"
14991 : "Extended community-list number (standard)\n"
14992 : "Extended community-list number (expanded)\n"
14993 : "Extended community-list name\n")
14994 :
14995 : DEFSH (VTYSH_BGPD, no_match_evpn_default_route_cmd_vtysh,
14996 : "no match evpn default-route",
14997 : "Negate a command or set its defaults\n"
14998 : "Match values from routing table\n"
14999 : "Ethernet Virtual Private Network\n"
15000 : "default EVPN type-5 route\n")
15001 :
15002 : DEFSH (VTYSH_BGPD, no_match_evpn_rd_cmd_vtysh,
15003 : "no match evpn rd ASN:NN_OR_IP-ADDRESS:NN",
15004 : "Negate a command or set its defaults\n"
15005 : "Match values from routing table\n"
15006 : "Ethernet Virtual Private Network\n"
15007 : "Route Distinguisher\n"
15008 : "ASN:XX or A.B.C.D:XX\n")
15009 :
15010 : DEFSH (VTYSH_BGPD, no_match_evpn_route_type_cmd_vtysh,
15011 : "no match evpn route-type <ead|1|macip|2|multicast|3|es|4|prefix|5>",
15012 : "Negate a command or set its defaults\n"
15013 : "Match values from routing table\n"
15014 : "Ethernet Virtual Private Network\n"
15015 : "Specify Route type\n"
15016 : "EAD (Type-1) route\n"
15017 : "EAD (Type-1) route\n"
15018 : "MAC-IP (Type-2) route\n"
15019 : "MAC-IP (Type-2) route\n"
15020 : "Multicast (Type-3) route\n"
15021 : "Multicast (Type-3) route\n"
15022 : "Ethernet Segment (Type-4) route\n"
15023 : "Ethernet Segment (Type-4) route\n"
15024 : "Prefix (Type-5) route\n"
15025 : "Prefix (Type-5) route\n")
15026 :
15027 : DEFSH (VTYSH_BGPD, no_match_evpn_vni_cmd_vtysh,
15028 : "no match evpn vni (1-16777215)",
15029 : "Negate a command or set its defaults\n"
15030 : "Match values from routing table\n"
15031 : "Ethernet Virtual Private Network\n"
15032 : "Match VNI\n"
15033 : "VNI ID\n")
15034 :
15035 : DEFSH (VTYSH_RMAP, no_match_interface_cmd_vtysh,
15036 : "no match interface [IFNAME]",
15037 : "Negate a command or set its defaults\n"
15038 : "Match values from routing table\n"
15039 : "Match first hop interface of route\n"
15040 : "Interface information\n")
15041 :
15042 : DEFSH (VTYSH_RMAP, no_match_ip_address_cmd_vtysh,
15043 : "no match ip address [ACCESSLIST4_NAME]",
15044 : "Negate a command or set its defaults\n"
15045 : "Match values from routing table\n"
15046 : "IP information\n"
15047 : "Match address of route\n"
15048 : "IP Access-list name\n")
15049 :
15050 : DEFSH (VTYSH_ZEBRA, no_match_ip_address_prefix_len_cmd_vtysh,
15051 : "no match ip address prefix-len [(0-32)]",
15052 : "Negate a command or set its defaults\n"
15053 : "Match values from routing table\n"
15054 : "IP information\n"
15055 : "Match prefix length of IP address\n"
15056 : "Match prefix length of IP address\n"
15057 : "Prefix length\n")
15058 :
15059 : DEFSH (VTYSH_RMAP, no_match_ip_address_prefix_list_cmd_vtysh,
15060 : "no match ip address prefix-list [PREFIXLIST_NAME]",
15061 : "Negate a command or set its defaults\n"
15062 : "Match values from routing table\n"
15063 : "IP information\n"
15064 : "Match address of route\n"
15065 : "Match entries of prefix-lists\n"
15066 : "IP prefix-list name\n")
15067 :
15068 : DEFSH (VTYSH_RMAP, no_match_ip_next_hop_cmd_vtysh,
15069 : "no match ip next-hop [ACCESSLIST4_NAME]",
15070 : "Negate a command or set its defaults\n"
15071 : "Match values from routing table\n"
15072 : "IP information\n"
15073 : "Match address of route\n"
15074 : "IP Access-list name\n")
15075 :
15076 : DEFSH (VTYSH_RMAP, no_match_ip_next_hop_prefix_list_cmd_vtysh,
15077 : "no match ip next-hop prefix-list [PREFIXLIST_NAME]",
15078 : "Negate a command or set its defaults\n"
15079 : "Match values from routing table\n"
15080 : "IP information\n"
15081 : "Match next-hop address of route\n"
15082 : "Match entries of prefix-lists\n"
15083 : "IP prefix-list name\n")
15084 :
15085 : DEFSH (VTYSH_RMAP, no_match_ip_next_hop_type_cmd_vtysh,
15086 : "no match ip next-hop type [<blackhole>]",
15087 : "Negate a command or set its defaults\n"
15088 : "Match values from routing table\n"
15089 : "IP information\n"
15090 : "Match next-hop address of route\n"
15091 : "Match entries by type\n"
15092 : "Blackhole\n")
15093 :
15094 : DEFSH (VTYSH_ZEBRA, no_match_ip_nexthop_prefix_len_cmd_vtysh,
15095 : "no match ip next-hop prefix-len [(0-32)]",
15096 : "Negate a command or set its defaults\n"
15097 : "Match values from routing table\n"
15098 : "IP information\n"
15099 : "Match prefixlen of nexthop IP address\n"
15100 : "Match prefix length of nexthop\n"
15101 : "Prefix length\n")
15102 :
15103 : DEFSH (VTYSH_BGPD, no_match_ip_route_source_cmd_vtysh,
15104 : "no match ip route-source [ACCESSLIST4_NAME]",
15105 : "Negate a command or set its defaults\n"
15106 : "Match values from routing table\n"
15107 : "IP information\n"
15108 : "Match advertising source address of route\n"
15109 : "IP Access-list name\n")
15110 :
15111 : DEFSH (VTYSH_BGPD, no_match_ip_route_source_prefix_list_cmd_vtysh,
15112 : "no match ip route-source prefix-list [PREFIXLIST_NAME]",
15113 : "Negate a command or set its defaults\n"
15114 : "Match values from routing table\n"
15115 : "IP information\n"
15116 : "Match advertising source address of route\n"
15117 : "Match entries of prefix-lists\n"
15118 : "IP prefix-list name\n")
15119 :
15120 : DEFSH (VTYSH_BGPD, no_match_ipv4_next_hop_cmd_vtysh,
15121 : "no match ip next-hop address [A.B.C.D]",
15122 : "Negate a command or set its defaults\n"
15123 : "Match values from routing table\n"
15124 : "IP information\n"
15125 : "Match IP next-hop address of route\n"
15126 : "IP address\n"
15127 : "IP address of next-hop\n")
15128 :
15129 : DEFSH (VTYSH_RMAP, no_match_ipv6_address_cmd_vtysh,
15130 : "no match ipv6 address [ACCESSLIST6_NAME]",
15131 : "Negate a command or set its defaults\n"
15132 : "Match values from routing table\n"
15133 : "IPv6 information\n"
15134 : "Match IPv6 address of route\n"
15135 : "IPv6 access-list name\n")
15136 :
15137 : DEFSH (VTYSH_ZEBRA, no_match_ipv6_address_prefix_len_cmd_vtysh,
15138 : "no match ipv6 address prefix-len [(0-128)]",
15139 : "Negate a command or set its defaults\n"
15140 : "Match values from routing table\n"
15141 : "IPv6 information\n"
15142 : "Match prefix length of IPv6 address\n"
15143 : "Match prefix length of IPv6 address\n"
15144 : "Prefix length\n")
15145 :
15146 : DEFSH (VTYSH_RMAP, no_match_ipv6_address_prefix_list_cmd_vtysh,
15147 : "no match ipv6 address prefix-list [PREFIXLIST_NAME]",
15148 : "Negate a command or set its defaults\n"
15149 : "Match values from routing table\n"
15150 : "IPv6 information\n"
15151 : "Match address of route\n"
15152 : "Match entries of prefix-lists\n"
15153 : "IP prefix-list name\n")
15154 :
15155 : DEFSH (VTYSH_BGPD, no_match_ipv6_next_hop_address_cmd_vtysh,
15156 : "no match ipv6 next-hop address X:X::X:X",
15157 : "Negate a command or set its defaults\n"
15158 : "Match values from routing table\n"
15159 : "IPv6 information\n"
15160 : "Match IPv6 next-hop address of route\n"
15161 : "IPv6 address\n"
15162 : "IPv6 address of next hop\n")
15163 :
15164 : DEFSH (VTYSH_BGPD, no_match_ipv6_next_hop_cmd_vtysh,
15165 : "no match ipv6 next-hop [ACCESSLIST6_NAME]",
15166 : "Negate a command or set its defaults\n"
15167 : "Match values from routing table\n"
15168 : "IPv6 information\n"
15169 : "Match IPv6 next-hop address of route\n"
15170 : "IPv6 access-list name\n")
15171 :
15172 : DEFSH_HIDDEN (VTYSH_BGPD, no_match_ipv6_next_hop_old_cmd_vtysh,
15173 : "no match ipv6 next-hop X:X::X:X",
15174 : "Negate a command or set its defaults\n"
15175 : "Match values from routing table\n"
15176 : "IPv6 information\n"
15177 : "Match IPv6 next-hop address of route\n"
15178 : "IPv6 address of next hop\n")
15179 :
15180 : DEFSH (VTYSH_BGPD, no_match_ipv6_next_hop_prefix_list_cmd_vtysh,
15181 : "no match ipv6 next-hop prefix-list [PREFIXLIST_NAME]",
15182 : "Negate a command or set its defaults\n"
15183 : "Match values from routing table\n"
15184 : "IPv6 information\n"
15185 : "Match IPv6 next-hop address of route\n"
15186 : "Match entries by prefix-list\n"
15187 : "IPv6 prefix-list name\n")
15188 :
15189 : DEFSH (VTYSH_RMAP, no_match_ipv6_next_hop_type_cmd_vtysh,
15190 : "no match ipv6 next-hop type [<blackhole>]",
15191 : "Negate a command or set its defaults\n"
15192 : "Match values from routing table\n"
15193 : "IPv6 information\n"
15194 : "Match address of route\n"
15195 : "Match entries by type\n"
15196 : "Blackhole\n")
15197 :
15198 : DEFSH (VTYSH_BGPD, no_match_lcommunity_cmd_vtysh,
15199 : "no match large-community [<(1-99)|(100-500)|LCOMMUNITY_LIST_NAME> [exact-match]]",
15200 : "Negate a command or set its defaults\n"
15201 : "Match values from routing table\n"
15202 : "Match BGP large community list\n"
15203 : "Large Community-list number (standard)\n"
15204 : "Large Community-list number (expanded)\n"
15205 : "Large Community-list name\n"
15206 : "Do exact matching of communities\n")
15207 :
15208 : DEFSH (VTYSH_BGPD, no_match_local_pref_cmd_vtysh,
15209 : "no match local-preference [(0-4294967295)]",
15210 : "Negate a command or set its defaults\n"
15211 : "Match values from routing table\n"
15212 : "Match local preference of route\n"
15213 : "Local preference value\n")
15214 :
15215 : DEFSH (VTYSH_BGPD, no_match_mac_address_cmd_vtysh,
15216 : "no match mac address ACCESSLIST_MAC_NAME",
15217 : "Negate a command or set its defaults\n"
15218 : "Match values from routing table\n"
15219 : "mac\n"
15220 : "Match address of route\n"
15221 : "MAC acess-list name\n")
15222 :
15223 : DEFSH (VTYSH_RMAP, no_match_metric_cmd_vtysh,
15224 : "no match metric [(0-4294967295)]",
15225 : "Negate a command or set its defaults\n"
15226 : "Match values from routing table\n"
15227 : "Match metric of route\n"
15228 : "Metric value\n")
15229 :
15230 : DEFSH (VTYSH_BGPD, no_match_origin_cmd_vtysh,
15231 : "no match origin [<egp|igp|incomplete>]",
15232 : "Negate a command or set its defaults\n"
15233 : "Match values from routing table\n"
15234 : "BGP origin code\n"
15235 : "remote EGP\n"
15236 : "local IGP\n"
15237 : "unknown heritage\n")
15238 :
15239 : DEFSH (VTYSH_BGPD, no_match_peer_cmd_vtysh,
15240 : "no match peer [<local|A.B.C.D|X:X::X:X|WORD>]",
15241 : "Negate a command or set its defaults\n"
15242 : "Match values from routing table\n"
15243 : "Match peer address\n"
15244 : "Static or Redistributed routes\n"
15245 : "IP address of peer\n"
15246 : "IPv6 address of peer\n"
15247 : "Interface name of peer\n")
15248 :
15249 : DEFSH (VTYSH_BGPD, no_match_probability_cmd_vtysh,
15250 : "no match probability [(1-99)]",
15251 : "Negate a command or set its defaults\n"
15252 : "Match values from routing table\n"
15253 : "Match portion of routes defined by percentage value\n"
15254 : "Percentage of routes\n")
15255 :
15256 : DEFSH (VTYSH_BGPD, no_match_rpki_cmd_vtysh,
15257 : "no match rpki <valid|invalid|notfound>",
15258 : "Negate a command or set its defaults\n"
15259 : "Match values from routing table\n"
15260 : "Control rpki specific settings\n"
15261 : "Valid prefix\n"
15262 : "Invalid prefix\n"
15263 : "Prefix not found\n")
15264 :
15265 : DEFSH (VTYSH_ZEBRA, no_match_source_instance_cmd_vtysh,
15266 : "no match source-instance [(0-255)]",
15267 : "Negate a command or set its defaults\n"
15268 : "Match values from routing table\n"
15269 : "Match the protocol's instance number\n"
15270 : "The instance number\n")
15271 :
15272 : DEFSH (VTYSH_ZEBRA, no_match_source_protocol_cmd_vtysh,
15273 : "no match source-protocol [<kernel|connected|static|rip|ripng|ospf|ospf6|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>]",
15274 : "Negate a command or set its defaults\n"
15275 : "Match values from routing table\n"
15276 : "Match protocol via which the route was learnt\n"
15277 : "Kernel routes (not installed via the zebra RIB)\n"
15278 : "Connected routes (directly attached subnet or host)\n"
15279 : "Statically configured routes\n"
15280 : "Routing Information Protocol (RIP)\n"
15281 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
15282 : "Open Shortest Path First (OSPFv2)\n"
15283 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
15284 : "Intermediate System to Intermediate System (IS-IS)\n"
15285 : "Border Gateway Protocol (BGP)\n"
15286 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
15287 : "Next Hop Resolution Protocol (NHRP)\n"
15288 : "Non-main Kernel Routing Table\n"
15289 : "Virtual Network Control (VNC)\n"
15290 : "Babel routing protocol (Babel)\n"
15291 : "Super Happy Advanced Routing Protocol (sharpd)\n"
15292 : "OpenFabric Routing Protocol\n")
15293 :
15294 : DEFSH (VTYSH_RMAP, no_match_tag_cmd_vtysh,
15295 : "no match tag [(1-4294967295)]",
15296 : "Negate a command or set its defaults\n"
15297 : "Match values from routing table\n"
15298 : "Match tag of route\n"
15299 : "Tag value\n")
15300 :
15301 : DEFSH (VTYSH_BGPD, no_match_vrl_source_vrf_cmd_vtysh,
15302 : "no match source-vrf NAME$vrf_name",
15303 : "Negate a command or set its defaults\n"
15304 : "Match values from routing table\n"
15305 : "source vrf\n"
15306 : "The VRF name\n")
15307 :
15308 : DEFSH (VTYSH_ISISD, no_max_lsp_lifetime_cmd_vtysh,
15309 : "no max-lsp-lifetime [level-1|level-2]$level [(350-65535)]",
15310 : "Negate a command or set its defaults\n"
15311 : "Maximum LSP lifetime\n"
15312 : "Maximum LSP lifetime for Level 1 only\n"
15313 : "Maximum LSP lifetime for Level 2 only\n"
15314 : "LSP lifetime in seconds\n")
15315 :
15316 : DEFSH (VTYSH_ISISD, no_metric_style_cmd_vtysh,
15317 : "no metric-style [narrow|transition|wide]",
15318 : "Negate a command or set its defaults\n"
15319 : "Use old-style (ISO 10589) or new-style packet formats\n"
15320 : "Use old style of TLVs with narrow metric\n"
15321 : "Send and accept both styles of TLVs during transition\n"
15322 : "Use new style of TLVs to carry wider metric\n")
15323 :
15324 : DEFSH (VTYSH_ZEBRA, no_mpls_label_bind_cmd_vtysh,
15325 : "no mpls label bind <A.B.C.D/M|X:X::X:X/M> [<(16-1048575)|implicit-null>]",
15326 : "Negate a command or set its defaults\n"
15327 : "MPLS information\n"
15328 : "Label configuration\n"
15329 : "Establish FEC to label binding\n"
15330 : "IPv4 prefix\n"
15331 : "IPv6 prefix\n"
15332 : "MPLS Label to bind\n"
15333 : "Use Implicit-Null Label\n")
15334 :
15335 : DEFSH (VTYSH_ZEBRA, no_mpls_label_global_block_cmd_vtysh,
15336 : "no mpls label global-block [(16-1048575) (16-1048575)]",
15337 : "Negate a command or set its defaults\n"
15338 : "MPLS information\n"
15339 : "Label configuration\n"
15340 : "Configure global label block\n"
15341 : "Start label\n"
15342 : "End label\n")
15343 :
15344 : DEFSH (VTYSH_OSPFD, no_mpls_ldp_sync_cmd_vtysh,
15345 : "no ip ospf mpls ldp-sync",
15346 : "Negate a command or set its defaults\n"
15347 : "IP information\n"
15348 : "OSPF interface commands\n"
15349 : "MPLS information\n"
15350 : "Disable MPLS LDP-SYNC\n")
15351 :
15352 : DEFSH (VTYSH_OSPFD, no_mpls_ldp_sync_holddown_cmd_vtysh,
15353 : "no ip ospf mpls ldp-sync holddown [<(1-10000)>]",
15354 : "Negate a command or set its defaults\n"
15355 : "IP information\n"
15356 : "OSPF interface commands\n"
15357 : "MPLS information\n"
15358 : "Disable MPLS LDP-SYNC\n"
15359 : "holddown timer disable\n"
15360 : "Time in seconds\n")
15361 :
15362 : DEFSH (VTYSH_ZEBRA, no_mpls_transit_lsp_all_cmd_vtysh,
15363 : "no mpls lsp (16-1048575)",
15364 : "Negate a command or set its defaults\n"
15365 : "MPLS information\n"
15366 : "Establish label switched path\n"
15367 : "Incoming MPLS label\n")
15368 :
15369 : DEFSH (VTYSH_ZEBRA, no_mpls_transit_lsp_cmd_vtysh,
15370 : "no mpls lsp (16-1048575) <A.B.C.D|X:X::X:X>",
15371 : "Negate a command or set its defaults\n"
15372 : "MPLS information\n"
15373 : "Establish label switched path\n"
15374 : "Incoming MPLS label\n"
15375 : "IPv4 gateway address\n"
15376 : "IPv6 gateway address\n")
15377 :
15378 : DEFSH (VTYSH_ZEBRA, no_mpls_transit_lsp_out_label_cmd_vtysh,
15379 : "no mpls lsp (16-1048575) <A.B.C.D|X:X::X:X> <(16-1048575)|explicit-null|implicit-null>",
15380 : "Negate a command or set its defaults\n"
15381 : "MPLS information\n"
15382 : "Establish label switched path\n"
15383 : "Incoming MPLS label\n"
15384 : "IPv4 gateway address\n"
15385 : "IPv6 gateway address\n"
15386 : "Outgoing MPLS label\n"
15387 : "Use Explicit-Null label\n"
15388 : "Use Implicit-Null label\n")
15389 :
15390 : DEFSH (VTYSH_ZEBRA, no_multicast_cmd_vtysh,
15391 : "no multicast",
15392 : "Negate a command or set its defaults\n"
15393 : "Unset multicast flag to interface\n")
15394 :
15395 : DEFSH (VTYSH_BGPD, no_neighbor_activate_cmd_vtysh,
15396 : "no neighbor <A.B.C.D|X:X::X:X|WORD> activate",
15397 : "Negate a command or set its defaults\n"
15398 : "Specify neighbor router\n"
15399 : "Neighbor address\n"
15400 : "Neighbor IPv6 address\n"
15401 : "Interface name or neighbor tag\n"
15402 : "Enable the Address Family for this Neighbor\n")
15403 :
15404 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_activate_hidden_cmd_vtysh,
15405 : "no neighbor <A.B.C.D|X:X::X:X|WORD> activate",
15406 : "Negate a command or set its defaults\n"
15407 : "Specify neighbor router\n"
15408 : "Neighbor address\n"
15409 : "Neighbor IPv6 address\n"
15410 : "Interface name or neighbor tag\n"
15411 : "Enable the Address Family for this Neighbor\n")
15412 :
15413 : DEFSH (VTYSH_BGPD, no_neighbor_addpath_tx_all_paths_cmd_vtysh,
15414 : "no neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-all-paths",
15415 : "Negate a command or set its defaults\n"
15416 : "Specify neighbor router\n"
15417 : "Neighbor address\n"
15418 : "Neighbor IPv6 address\n"
15419 : "Interface name or neighbor tag\n"
15420 : "Use addpath to advertise all paths to a neighbor\n")
15421 :
15422 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_addpath_tx_all_paths_hidden_cmd_vtysh,
15423 : "no neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-all-paths",
15424 : "Negate a command or set its defaults\n"
15425 : "Specify neighbor router\n"
15426 : "Neighbor address\n"
15427 : "Neighbor IPv6 address\n"
15428 : "Interface name or neighbor tag\n"
15429 : "Use addpath to advertise all paths to a neighbor\n")
15430 :
15431 : DEFSH (VTYSH_BGPD, no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh,
15432 : "no neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-bestpath-per-AS",
15433 : "Negate a command or set its defaults\n"
15434 : "Specify neighbor router\n"
15435 : "Neighbor address\n"
15436 : "Neighbor IPv6 address\n"
15437 : "Interface name or neighbor tag\n"
15438 : "Use addpath to advertise the bestpath per each neighboring AS\n")
15439 :
15440 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_addpath_tx_bestpath_per_as_hidden_cmd_vtysh,
15441 : "no neighbor <A.B.C.D|X:X::X:X|WORD> addpath-tx-bestpath-per-AS",
15442 : "Negate a command or set its defaults\n"
15443 : "Specify neighbor router\n"
15444 : "Neighbor address\n"
15445 : "Neighbor IPv6 address\n"
15446 : "Interface name or neighbor tag\n"
15447 : "Use addpath to advertise the bestpath per each neighboring AS\n")
15448 :
15449 : DEFSH (VTYSH_BGPD, no_neighbor_advertise_interval_cmd_vtysh,
15450 : "no neighbor <A.B.C.D|X:X::X:X|WORD> advertisement-interval [(0-600)]",
15451 : "Negate a command or set its defaults\n"
15452 : "Specify neighbor router\n"
15453 : "Neighbor address\n"
15454 : "Neighbor IPv6 address\n"
15455 : "Interface name or neighbor tag\n"
15456 : "Minimum interval between sending BGP routing updates\n"
15457 : "time in seconds\n")
15458 :
15459 : DEFSH (VTYSH_BGPD, no_neighbor_allowas_in_cmd_vtysh,
15460 : "no neighbor <A.B.C.D|X:X::X:X|WORD> allowas-in [<(1-10)|origin>]",
15461 : "Negate a command or set its defaults\n"
15462 : "Specify neighbor router\n"
15463 : "Neighbor address\n"
15464 : "Neighbor IPv6 address\n"
15465 : "Interface name or neighbor tag\n"
15466 : "allow local ASN appears in aspath attribute\n"
15467 : "Number of occurrences of AS number\n"
15468 : "Only accept my AS in the as-path if the route was originated in my AS\n")
15469 :
15470 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_allowas_in_hidden_cmd_vtysh,
15471 : "no neighbor <A.B.C.D|X:X::X:X|WORD> allowas-in [<(1-10)|origin>]",
15472 : "Negate a command or set its defaults\n"
15473 : "Specify neighbor router\n"
15474 : "Neighbor address\n"
15475 : "Neighbor IPv6 address\n"
15476 : "Interface name or neighbor tag\n"
15477 : "allow local ASN appears in aspath attribute\n"
15478 : "Number of occurrences of AS number\n"
15479 : "Only accept my AS in the as-path if the route was originated in my AS\n")
15480 :
15481 : DEFSH (VTYSH_BGPD, no_neighbor_as_override_cmd_vtysh,
15482 : "no neighbor <A.B.C.D|X:X::X:X|WORD> as-override",
15483 : "Negate a command or set its defaults\n"
15484 : "Specify neighbor router\n"
15485 : "Neighbor address\n"
15486 : "Neighbor IPv6 address\n"
15487 : "Interface name or neighbor tag\n"
15488 : "Override ASNs in outbound updates if aspath equals remote-as\n")
15489 :
15490 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_as_override_hidden_cmd_vtysh,
15491 : "no neighbor <A.B.C.D|X:X::X:X|WORD> as-override",
15492 : "Negate a command or set its defaults\n"
15493 : "Specify neighbor router\n"
15494 : "Neighbor address\n"
15495 : "Neighbor IPv6 address\n"
15496 : "Interface name or neighbor tag\n"
15497 : "Override ASNs in outbound updates if aspath equals remote-as\n")
15498 :
15499 : DEFSH (VTYSH_BGPD, no_neighbor_aspath_loop_detection_cmd_vtysh,
15500 : "no neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor sender-as-path-loop-detection",
15501 : "Negate a command or set its defaults\n"
15502 : "Specify neighbor router\n"
15503 : "Neighbor address\n"
15504 : "Neighbor IPv6 address\n"
15505 : "Interface name or neighbor tag\n"
15506 : "Detect AS loops before sending to neighbor\n")
15507 :
15508 : DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged_cmd_vtysh,
15509 : "no neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [{as-path|next-hop|med}]",
15510 : "Negate a command or set its defaults\n"
15511 : "Specify neighbor router\n"
15512 : "Neighbor address\n"
15513 : "Neighbor IPv6 address\n"
15514 : "Interface name or neighbor tag\n"
15515 : "BGP attribute is propagated unchanged to this neighbor\n"
15516 : "As-path attribute\n"
15517 : "Nexthop attribute\n"
15518 : "Med attribute\n")
15519 :
15520 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_attr_unchanged_hidden_cmd_vtysh,
15521 : "no neighbor <A.B.C.D|X:X::X:X|WORD> attribute-unchanged [{as-path|next-hop|med}]",
15522 : "Negate a command or set its defaults\n"
15523 : "Specify neighbor router\n"
15524 : "Neighbor address\n"
15525 : "Neighbor IPv6 address\n"
15526 : "Interface name or neighbor tag\n"
15527 : "BGP attribute is propagated unchanged to this neighbor\n"
15528 : "As-path attribute\n"
15529 : "Nexthop attribute\n"
15530 : "Med attribute\n")
15531 :
15532 : DEFSH (VTYSH_BGPD, no_neighbor_bfd_cmd_vtysh,
15533 : "no neighbor <A.B.C.D|X:X::X:X|WORD> bfd",
15534 : "Negate a command or set its defaults\n"
15535 : "Specify neighbor router\n"
15536 : "Neighbor address\n"
15537 : "Neighbor IPv6 address\n"
15538 : "Interface name or neighbor tag\n"
15539 : "Disables BFD support\n")
15540 :
15541 : DEFSH (VTYSH_BGPD, no_neighbor_bfd_profile_cmd_vtysh,
15542 : "no neighbor <A.B.C.D|X:X::X:X|WORD> bfd profile [BFDPROF]",
15543 : "Negate a command or set its defaults\n"
15544 : "Specify neighbor router\n"
15545 : "Neighbor address\n"
15546 : "Neighbor IPv6 address\n"
15547 : "Interface name or neighbor tag\n"
15548 : "BFD integration\n"
15549 : "BFD profile.\n"
15550 : "BFD profile name.\n")
15551 :
15552 : DEFSH (VTYSH_BGPD, no_neighbor_capability_dynamic_cmd_vtysh,
15553 : "no neighbor <A.B.C.D|X:X::X:X|WORD> capability dynamic",
15554 : "Negate a command or set its defaults\n"
15555 : "Specify neighbor router\n"
15556 : "Neighbor address\n"
15557 : "Neighbor IPv6 address\n"
15558 : "Interface name or neighbor tag\n"
15559 : "Advertise capability to the peer\n"
15560 : "Advertise dynamic capability to this neighbor\n")
15561 :
15562 : DEFSH (VTYSH_BGPD, no_neighbor_capability_enhe_cmd_vtysh,
15563 : "no neighbor <A.B.C.D|X:X::X:X|WORD> capability extended-nexthop",
15564 : "Negate a command or set its defaults\n"
15565 : "Specify neighbor router\n"
15566 : "Neighbor address\n"
15567 : "Neighbor IPv6 address\n"
15568 : "Interface name or neighbor tag\n"
15569 : "Advertise capability to the peer\n"
15570 : "Advertise extended next-hop capability to the peer\n")
15571 :
15572 : DEFSH (VTYSH_BGPD, no_neighbor_capability_orf_prefix_cmd_vtysh,
15573 : "no neighbor <A.B.C.D|X:X::X:X|WORD> capability orf prefix-list <both|send|receive>",
15574 : "Negate a command or set its defaults\n"
15575 : "Specify neighbor router\n"
15576 : "Neighbor address\n"
15577 : "Neighbor IPv6 address\n"
15578 : "Interface name or neighbor tag\n"
15579 : "Advertise capability to the peer\n"
15580 : "Advertise ORF capability to the peer\n"
15581 : "Advertise prefixlist ORF capability to this neighbor\n"
15582 : "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
15583 : "Capability to RECEIVE the ORF from this neighbor\n"
15584 : "Capability to SEND the ORF to this neighbor\n")
15585 :
15586 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_capability_orf_prefix_hidden_cmd_vtysh,
15587 : "no neighbor <A.B.C.D|X:X::X:X|WORD> capability orf prefix-list <both|send|receive>",
15588 : "Negate a command or set its defaults\n"
15589 : "Specify neighbor router\n"
15590 : "Neighbor address\n"
15591 : "Neighbor IPv6 address\n"
15592 : "Interface name or neighbor tag\n"
15593 : "Advertise capability to the peer\n"
15594 : "Advertise ORF capability to the peer\n"
15595 : "Advertise prefixlist ORF capability to this neighbor\n"
15596 : "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
15597 : "Capability to RECEIVE the ORF from this neighbor\n"
15598 : "Capability to SEND the ORF to this neighbor\n")
15599 :
15600 : DEFSH (VTYSH_BGPD, no_neighbor_cmd_vtysh,
15601 : "no neighbor <WORD|<A.B.C.D|X:X::X:X> [remote-as <(1-4294967295)|internal|external>]>",
15602 : "Negate a command or set its defaults\n"
15603 : "Specify neighbor router\n"
15604 : "Neighbor address\n"
15605 : "Neighbor IPv6 address\n"
15606 : "Interface name or neighbor tag\n"
15607 : "Specify a BGP neighbor\n"
15608 : "AS number\n"
15609 : "Internal BGP peer\n"
15610 : "External BGP peer\n")
15611 :
15612 : DEFSH (VTYSH_BGPD, no_neighbor_default_originate_cmd_vtysh,
15613 : "no neighbor <A.B.C.D|X:X::X:X|WORD> default-originate [route-map RMAP_NAME]",
15614 : "Negate a command or set its defaults\n"
15615 : "Specify neighbor router\n"
15616 : "Neighbor address\n"
15617 : "Neighbor IPv6 address\n"
15618 : "Interface name or neighbor tag\n"
15619 : "Originate default route to this neighbor\n"
15620 : "Route-map to specify criteria to originate default\n"
15621 : "route-map name\n")
15622 :
15623 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_default_originate_hidden_cmd_vtysh,
15624 : "no neighbor <A.B.C.D|X:X::X:X|WORD> default-originate [route-map RMAP_NAME]",
15625 : "Negate a command or set its defaults\n"
15626 : "Specify neighbor router\n"
15627 : "Neighbor address\n"
15628 : "Neighbor IPv6 address\n"
15629 : "Interface name or neighbor tag\n"
15630 : "Originate default route to this neighbor\n"
15631 : "Route-map to specify criteria to originate default\n"
15632 : "route-map name\n")
15633 :
15634 : DEFSH (VTYSH_BGPD, no_neighbor_description_cmd_vtysh,
15635 : "no neighbor <A.B.C.D|X:X::X:X|WORD> description",
15636 : "Negate a command or set its defaults\n"
15637 : "Specify neighbor router\n"
15638 : "Neighbor address\n"
15639 : "Neighbor IPv6 address\n"
15640 : "Interface name or neighbor tag\n"
15641 : "Neighbor specific description\n")
15642 :
15643 : DEFSH (VTYSH_BGPD, no_neighbor_description_comment_cmd_vtysh,
15644 : "no neighbor <A.B.C.D|X:X::X:X|WORD> description LINE...",
15645 : "Negate a command or set its defaults\n"
15646 : "Specify neighbor router\n"
15647 : "Neighbor address\n"
15648 : "Neighbor IPv6 address\n"
15649 : "Interface name or neighbor tag\n"
15650 : "Neighbor specific description\n"
15651 : "Up to 80 characters describing this neighbor\n")
15652 :
15653 : DEFSH (VTYSH_BGPD, no_neighbor_disable_addpath_rx_cmd_vtysh,
15654 : "no neighbor <A.B.C.D|X:X::X:X|WORD> disable-addpath-rx",
15655 : "Negate a command or set its defaults\n"
15656 : "Specify neighbor router\n"
15657 : "Neighbor address\n"
15658 : "Neighbor IPv6 address\n"
15659 : "Interface name or neighbor tag\n"
15660 : "Do not accept additional paths\n")
15661 :
15662 : DEFSH (VTYSH_BGPD, no_neighbor_disable_connected_check_cmd_vtysh,
15663 : "no neighbor <A.B.C.D|X:X::X:X|WORD> <disable-connected-check|enforce-multihop>",
15664 : "Negate a command or set its defaults\n"
15665 : "Specify neighbor router\n"
15666 : "Neighbor address\n"
15667 : "Neighbor IPv6 address\n"
15668 : "Interface name or neighbor tag\n"
15669 : "one-hop away EBGP peer using loopback address\n"
15670 : "Enforce EBGP neighbors perform multihop\n")
15671 :
15672 : DEFSH (VTYSH_BGPD, no_neighbor_disable_link_bw_encoding_ieee_cmd_vtysh,
15673 : "no neighbor <A.B.C.D|X:X::X:X|WORD> disable-link-bw-encoding-ieee",
15674 : "Negate a command or set its defaults\n"
15675 : "Specify neighbor router\n"
15676 : "Neighbor address\n"
15677 : "Neighbor IPv6 address\n"
15678 : "Interface name or neighbor tag\n"
15679 : "Disable IEEE floating-point encoding for extended community bandwidth\n")
15680 :
15681 : DEFSH (VTYSH_BGPD, no_neighbor_distribute_list_cmd_vtysh,
15682 : "no neighbor <A.B.C.D|X:X::X:X|WORD> distribute-list ACCESSLIST_NAME <in|out>",
15683 : "Negate a command or set its defaults\n"
15684 : "Specify neighbor router\n"
15685 : "Neighbor address\n"
15686 : "Neighbor IPv6 address\n"
15687 : "Interface name or neighbor tag\n"
15688 : "Filter updates to/from this neighbor\n"
15689 : "IP Access-list name\n"
15690 : "Filter incoming updates\n"
15691 : "Filter outgoing updates\n")
15692 :
15693 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_distribute_list_hidden_cmd_vtysh,
15694 : "no neighbor <A.B.C.D|X:X::X:X|WORD> distribute-list ACCESSLIST_NAME <in|out>",
15695 : "Negate a command or set its defaults\n"
15696 : "Specify neighbor router\n"
15697 : "Neighbor address\n"
15698 : "Neighbor IPv6 address\n"
15699 : "Interface name or neighbor tag\n"
15700 : "Filter updates to/from this neighbor\n"
15701 : "IP Access-list name\n"
15702 : "Filter incoming updates\n"
15703 : "Filter outgoing updates\n")
15704 :
15705 : DEFSH (VTYSH_BGPD, no_neighbor_dont_capability_negotiate_cmd_vtysh,
15706 : "no neighbor <A.B.C.D|X:X::X:X|WORD> dont-capability-negotiate",
15707 : "Negate a command or set its defaults\n"
15708 : "Specify neighbor router\n"
15709 : "Neighbor address\n"
15710 : "Neighbor IPv6 address\n"
15711 : "Interface name or neighbor tag\n"
15712 : "Do not perform capability negotiation\n")
15713 :
15714 : DEFSH (VTYSH_BGPD, no_neighbor_ebgp_multihop_cmd_vtysh,
15715 : "no neighbor <A.B.C.D|X:X::X:X|WORD> ebgp-multihop [(1-255)]",
15716 : "Negate a command or set its defaults\n"
15717 : "Specify neighbor router\n"
15718 : "Neighbor address\n"
15719 : "Neighbor IPv6 address\n"
15720 : "Interface name or neighbor tag\n"
15721 : "Allow EBGP neighbors not on directly connected networks\n"
15722 : "maximum hop count\n")
15723 :
15724 : DEFSH (VTYSH_BGPD, no_neighbor_enforce_first_as_cmd_vtysh,
15725 : "no neighbor <A.B.C.D|X:X::X:X|WORD> enforce-first-as",
15726 : "Negate a command or set its defaults\n"
15727 : "Specify neighbor router\n"
15728 : "Neighbor address\n"
15729 : "Neighbor IPv6 address\n"
15730 : "Interface name or neighbor tag\n"
15731 : "Enforce the first AS for EBGP routes\n")
15732 :
15733 : DEFSH (VTYSH_BGPD, no_neighbor_extended_optional_parameters_cmd_vtysh,
15734 : "no neighbor <A.B.C.D|X:X::X:X|WORD> extended-optional-parameters",
15735 : "Negate a command or set its defaults\n"
15736 : "Specify neighbor router\n"
15737 : "Neighbor address\n"
15738 : "Neighbor IPv6 address\n"
15739 : "Interface name or neighbor tag\n"
15740 : "Force the extended optional parameters format for OPEN messages\n")
15741 :
15742 : DEFSH (VTYSH_BGPD, no_neighbor_filter_list_cmd_vtysh,
15743 : "no neighbor <A.B.C.D|X:X::X:X|WORD> filter-list AS_PATH_FILTER_NAME <in|out>",
15744 : "Negate a command or set its defaults\n"
15745 : "Specify neighbor router\n"
15746 : "Neighbor address\n"
15747 : "Neighbor IPv6 address\n"
15748 : "Interface name or neighbor tag\n"
15749 : "Establish BGP filters\n"
15750 : "AS path access-list name\n"
15751 : "Filter incoming routes\n"
15752 : "Filter outgoing routes\n")
15753 :
15754 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_filter_list_hidden_cmd_vtysh,
15755 : "no neighbor <A.B.C.D|X:X::X:X|WORD> filter-list AS_PATH_FILTER_NAME <in|out>",
15756 : "Negate a command or set its defaults\n"
15757 : "Specify neighbor router\n"
15758 : "Neighbor address\n"
15759 : "Neighbor IPv6 address\n"
15760 : "Interface name or neighbor tag\n"
15761 : "Establish BGP filters\n"
15762 : "AS path access-list name\n"
15763 : "Filter incoming routes\n"
15764 : "Filter outgoing routes\n")
15765 :
15766 : DEFSH (VTYSH_BGPD, no_neighbor_interface_cmd_vtysh,
15767 : "no neighbor <A.B.C.D|X:X::X:X> interface WORD",
15768 : "Negate a command or set its defaults\n"
15769 : "Specify neighbor router\n"
15770 : "Neighbor address\n"
15771 : "IPv6 address\n"
15772 : "Interface\n"
15773 : "Interface name\n")
15774 :
15775 : DEFSH (VTYSH_BGPD, no_neighbor_interface_config_cmd_vtysh,
15776 : "no neighbor WORD interface [v6only] [peer-group PGNAME] [remote-as <(1-4294967295)|internal|external>]",
15777 : "Negate a command or set its defaults\n"
15778 : "Specify neighbor router\n"
15779 : "Interface name\n"
15780 : "Configure BGP on interface\n"
15781 : "Enable BGP with v6 link-local only\n"
15782 : "Member of the peer-group\n"
15783 : "Peer-group name\n"
15784 : "Specify a BGP neighbor\n"
15785 : "AS number\n"
15786 : "Internal BGP peer\n"
15787 : "External BGP peer\n")
15788 :
15789 : DEFSH (VTYSH_BGPD, no_neighbor_interface_peer_group_remote_as_cmd_vtysh,
15790 : "no neighbor WORD remote-as <(1-4294967295)|internal|external>",
15791 : "Negate a command or set its defaults\n"
15792 : "Specify neighbor router\n"
15793 : "Interface name or neighbor tag\n"
15794 : "Specify a BGP neighbor\n"
15795 : "AS number\n"
15796 : "Internal BGP peer\n"
15797 : "External BGP peer\n")
15798 :
15799 : DEFSH (VTYSH_BGPD, no_neighbor_local_as_cmd_vtysh,
15800 : "no neighbor <A.B.C.D|X:X::X:X|WORD> local-as [(1-4294967295) [no-prepend [replace-as]]]",
15801 : "Negate a command or set its defaults\n"
15802 : "Specify neighbor router\n"
15803 : "Neighbor address\n"
15804 : "Neighbor IPv6 address\n"
15805 : "Interface name or neighbor tag\n"
15806 : "Specify a local-as number\n"
15807 : "AS number used as local AS\n"
15808 : "Do not prepend local-as to updates from ebgp peers\n"
15809 : "Do not prepend local-as to updates from ibgp peers\n")
15810 :
15811 : DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_cmd_vtysh,
15812 : "no neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix [(1-4294967295) [(1-100)] [restart (1-65535)] [warning-only] [force]]",
15813 : "Negate a command or set its defaults\n"
15814 : "Specify neighbor router\n"
15815 : "Neighbor address\n"
15816 : "Neighbor IPv6 address\n"
15817 : "Interface name or neighbor tag\n"
15818 : "Maximum number of prefixes to accept from this peer\n"
15819 : "maximum no. of prefix limit\n"
15820 : "Threshold value (%) at which to generate a warning msg\n"
15821 : "Restart bgp connection after limit is exceeded\n"
15822 : "Restart interval in minutes\n"
15823 : "Only give warning message when limit is exceeded\n"
15824 : "Force checking all received routes not only accepted\n")
15825 :
15826 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_maximum_prefix_hidden_cmd_vtysh,
15827 : "no neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix [(1-4294967295) [(1-100)] [restart (1-65535)] [warning-only] [force]]",
15828 : "Negate a command or set its defaults\n"
15829 : "Specify neighbor router\n"
15830 : "Neighbor address\n"
15831 : "Neighbor IPv6 address\n"
15832 : "Interface name or neighbor tag\n"
15833 : "Maximum number of prefixes to accept from this peer\n"
15834 : "maximum no. of prefix limit\n"
15835 : "Threshold value (%) at which to generate a warning msg\n"
15836 : "Restart bgp connection after limit is exceeded\n"
15837 : "Restart interval in minutes\n"
15838 : "Only give warning message when limit is exceeded\n"
15839 : "Force checking all received routes not only accepted\n")
15840 :
15841 : DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_out_cmd_vtysh,
15842 : "no neighbor <A.B.C.D|X:X::X:X|WORD> maximum-prefix-out [(1-4294967295)]",
15843 : "Negate a command or set its defaults\n"
15844 : "Specify neighbor router\n"
15845 : "Neighbor address\n"
15846 : "Neighbor IPv6 address\n"
15847 : "Interface name or neighbor tag\n"
15848 : "Maximum number of prefixes to be sent to this peer\n"
15849 : "Maximum no. of prefix limit\n")
15850 :
15851 : DEFSH (VTYSH_BGPD, no_neighbor_nexthop_local_unchanged_cmd_vtysh,
15852 : "no neighbor <A.B.C.D|X:X::X:X|WORD> nexthop-local unchanged",
15853 : "Negate a command or set its defaults\n"
15854 : "Specify neighbor router\n"
15855 : "Neighbor address\n"
15856 : "Neighbor IPv6 address\n"
15857 : "Interface name or neighbor tag\n"
15858 : "Configure treatment of outgoing link-local-nexthop attribute\n"
15859 : "Leave link-local nexthop unchanged for this peer\n")
15860 :
15861 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_nexthop_self_all_hidden_cmd_vtysh,
15862 : "no neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self all",
15863 : "Negate a command or set its defaults\n"
15864 : "Specify neighbor router\n"
15865 : "Neighbor address\n"
15866 : "Neighbor IPv6 address\n"
15867 : "Interface name or neighbor tag\n"
15868 : "Disable the next hop calculation for this neighbor\n"
15869 : "Set the next hop to self for reflected routes\n")
15870 :
15871 : DEFSH (VTYSH_BGPD, no_neighbor_nexthop_self_cmd_vtysh,
15872 : "no neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self",
15873 : "Negate a command or set its defaults\n"
15874 : "Specify neighbor router\n"
15875 : "Neighbor address\n"
15876 : "Neighbor IPv6 address\n"
15877 : "Interface name or neighbor tag\n"
15878 : "Disable the next hop calculation for this neighbor\n")
15879 :
15880 : DEFSH (VTYSH_BGPD, no_neighbor_nexthop_self_force_cmd_vtysh,
15881 : "no neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self force",
15882 : "Negate a command or set its defaults\n"
15883 : "Specify neighbor router\n"
15884 : "Neighbor address\n"
15885 : "Neighbor IPv6 address\n"
15886 : "Interface name or neighbor tag\n"
15887 : "Disable the next hop calculation for this neighbor\n"
15888 : "Set the next hop to self for reflected routes\n")
15889 :
15890 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_nexthop_self_force_hidden_cmd_vtysh,
15891 : "no neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self force",
15892 : "Negate a command or set its defaults\n"
15893 : "Specify neighbor router\n"
15894 : "Neighbor address\n"
15895 : "Neighbor IPv6 address\n"
15896 : "Interface name or neighbor tag\n"
15897 : "Disable the next hop calculation for this neighbor\n"
15898 : "Set the next hop to self for reflected routes\n")
15899 :
15900 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_nexthop_self_hidden_cmd_vtysh,
15901 : "no neighbor <A.B.C.D|X:X::X:X|WORD> next-hop-self",
15902 : "Negate a command or set its defaults\n"
15903 : "Specify neighbor router\n"
15904 : "Neighbor address\n"
15905 : "Neighbor IPv6 address\n"
15906 : "Interface name or neighbor tag\n"
15907 : "Disable the next hop calculation for this neighbor\n")
15908 :
15909 : DEFSH (VTYSH_BGPD, no_neighbor_override_capability_cmd_vtysh,
15910 : "no neighbor <A.B.C.D|X:X::X:X|WORD> override-capability",
15911 : "Negate a command or set its defaults\n"
15912 : "Specify neighbor router\n"
15913 : "Neighbor address\n"
15914 : "Neighbor IPv6 address\n"
15915 : "Interface name or neighbor tag\n"
15916 : "Override capability negotiation result\n")
15917 :
15918 : DEFSH (VTYSH_BGPD, no_neighbor_passive_cmd_vtysh,
15919 : "no neighbor <A.B.C.D|X:X::X:X|WORD> passive",
15920 : "Negate a command or set its defaults\n"
15921 : "Specify neighbor router\n"
15922 : "Neighbor address\n"
15923 : "Neighbor IPv6 address\n"
15924 : "Interface name or neighbor tag\n"
15925 : "Don't send open messages to this neighbor\n")
15926 :
15927 : DEFSH (VTYSH_BGPD, no_neighbor_password_cmd_vtysh,
15928 : "no neighbor <A.B.C.D|X:X::X:X|WORD> password [LINE]",
15929 : "Negate a command or set its defaults\n"
15930 : "Specify neighbor router\n"
15931 : "Neighbor address\n"
15932 : "Neighbor IPv6 address\n"
15933 : "Interface name or neighbor tag\n"
15934 : "Set a password\n"
15935 : "The password\n")
15936 :
15937 : DEFSH (VTYSH_BGPD, no_neighbor_path_attribute_discard_cmd_vtysh,
15938 : "no neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor path-attribute discard [(1-255)]",
15939 : "Negate a command or set its defaults\n"
15940 : "Specify neighbor router\n"
15941 : "Neighbor address\n"
15942 : "Neighbor IPv6 address\n"
15943 : "Interface name or neighbor tag\n"
15944 : "Manipulate path attributes from incoming UPDATE messages\n"
15945 : "Drop specified attributes from incoming UPDATE messages\n"
15946 : "Attribute number\n")
15947 :
15948 : DEFSH (VTYSH_BGPD, no_neighbor_peer_group_cmd_vtysh,
15949 : "no neighbor WORD peer-group",
15950 : "Negate a command or set its defaults\n"
15951 : "Specify neighbor router\n"
15952 : "Neighbor tag\n"
15953 : "Configure peer-group\n")
15954 :
15955 : DEFSH (VTYSH_BGPD, no_neighbor_port_cmd_vtysh,
15956 : "no neighbor <A.B.C.D|X:X::X:X|WORD> port [(0-65535)]",
15957 : "Negate a command or set its defaults\n"
15958 : "Specify neighbor router\n"
15959 : "Neighbor address\n"
15960 : "Neighbor IPv6 address\n"
15961 : "Interface name or neighbor tag\n"
15962 : "Neighbor's BGP port\n"
15963 : "TCP port number\n")
15964 :
15965 : DEFSH (VTYSH_BGPD, no_neighbor_prefix_list_cmd_vtysh,
15966 : "no neighbor <A.B.C.D|X:X::X:X|WORD> prefix-list WORD <in|out>",
15967 : "Negate a command or set its defaults\n"
15968 : "Specify neighbor router\n"
15969 : "Neighbor address\n"
15970 : "Neighbor IPv6 address\n"
15971 : "Interface name or neighbor tag\n"
15972 : "Filter updates to/from this neighbor\n"
15973 : "Name of a prefix list\n"
15974 : "Filter incoming updates\n"
15975 : "Filter outgoing updates\n")
15976 :
15977 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_prefix_list_hidden_cmd_vtysh,
15978 : "no neighbor <A.B.C.D|X:X::X:X|WORD> prefix-list WORD <in|out>",
15979 : "Negate a command or set its defaults\n"
15980 : "Specify neighbor router\n"
15981 : "Neighbor address\n"
15982 : "Neighbor IPv6 address\n"
15983 : "Interface name or neighbor tag\n"
15984 : "Filter updates to/from this neighbor\n"
15985 : "Name of a prefix list\n"
15986 : "Filter incoming updates\n"
15987 : "Filter outgoing updates\n")
15988 :
15989 : DEFSH (VTYSH_BGPD, no_neighbor_remove_private_as_all_cmd_vtysh,
15990 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all",
15991 : "Negate a command or set its defaults\n"
15992 : "Specify neighbor router\n"
15993 : "Neighbor address\n"
15994 : "Neighbor IPv6 address\n"
15995 : "Interface name or neighbor tag\n"
15996 : "Remove private ASNs in outbound updates\n"
15997 : "Apply to all AS numbers\n")
15998 :
15999 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_remove_private_as_all_hidden_cmd_vtysh,
16000 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all",
16001 : "Negate a command or set its defaults\n"
16002 : "Specify neighbor router\n"
16003 : "Neighbor address\n"
16004 : "Neighbor IPv6 address\n"
16005 : "Interface name or neighbor tag\n"
16006 : "Remove private ASNs in outbound updates\n"
16007 : "Apply to all AS numbers\n")
16008 :
16009 : DEFSH (VTYSH_BGPD, no_neighbor_remove_private_as_all_replace_as_cmd_vtysh,
16010 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all replace-AS",
16011 : "Negate a command or set its defaults\n"
16012 : "Specify neighbor router\n"
16013 : "Neighbor address\n"
16014 : "Neighbor IPv6 address\n"
16015 : "Interface name or neighbor tag\n"
16016 : "Remove private ASNs in outbound updates\n"
16017 : "Apply to all AS numbers\n"
16018 : "Replace private ASNs with our ASN in outbound updates\n")
16019 :
16020 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_remove_private_as_all_replace_as_hidden_cmd_vtysh,
16021 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all replace-AS",
16022 : "Negate a command or set its defaults\n"
16023 : "Specify neighbor router\n"
16024 : "Neighbor address\n"
16025 : "Neighbor IPv6 address\n"
16026 : "Interface name or neighbor tag\n"
16027 : "Remove private ASNs in outbound updates\n"
16028 : "Apply to all AS numbers\n"
16029 : "Replace private ASNs with our ASN in outbound updates\n")
16030 :
16031 : DEFSH (VTYSH_BGPD, no_neighbor_remove_private_as_cmd_vtysh,
16032 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS",
16033 : "Negate a command or set its defaults\n"
16034 : "Specify neighbor router\n"
16035 : "Neighbor address\n"
16036 : "Neighbor IPv6 address\n"
16037 : "Interface name or neighbor tag\n"
16038 : "Remove private ASNs in outbound updates\n")
16039 :
16040 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_remove_private_as_hidden_cmd_vtysh,
16041 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS",
16042 : "Negate a command or set its defaults\n"
16043 : "Specify neighbor router\n"
16044 : "Neighbor address\n"
16045 : "Neighbor IPv6 address\n"
16046 : "Interface name or neighbor tag\n"
16047 : "Remove private ASNs in outbound updates\n")
16048 :
16049 : DEFSH (VTYSH_BGPD, no_neighbor_remove_private_as_replace_as_cmd_vtysh,
16050 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS replace-AS",
16051 : "Negate a command or set its defaults\n"
16052 : "Specify neighbor router\n"
16053 : "Neighbor address\n"
16054 : "Neighbor IPv6 address\n"
16055 : "Interface name or neighbor tag\n"
16056 : "Remove private ASNs in outbound updates\n"
16057 : "Replace private ASNs with our ASN in outbound updates\n")
16058 :
16059 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_remove_private_as_replace_as_hidden_cmd_vtysh,
16060 : "no neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS replace-AS",
16061 : "Negate a command or set its defaults\n"
16062 : "Specify neighbor router\n"
16063 : "Neighbor address\n"
16064 : "Neighbor IPv6 address\n"
16065 : "Interface name or neighbor tag\n"
16066 : "Remove private ASNs in outbound updates\n"
16067 : "Replace private ASNs with our ASN in outbound updates\n")
16068 :
16069 : DEFSH (VTYSH_BGPD, no_neighbor_role_cmd_vtysh,
16070 : "no neighbor <A.B.C.D|X:X::X:X|WORD> local-role <provider|rs-server|rs-client|customer|peer> [strict-mode]",
16071 : "Negate a command or set its defaults\n"
16072 : "Specify neighbor router\n"
16073 : "Neighbor address\n"
16074 : "Neighbor IPv6 address\n"
16075 : "Interface name or neighbor tag\n"
16076 : "Set session role\n"
16077 : "Providing transit\n"
16078 : "Route server\n"
16079 : "RS client\n"
16080 : "Using transit\n"
16081 : "Public/private peering\n"
16082 : "Use additional restriction on peer\n")
16083 :
16084 : DEFSH (VTYSH_BGPD, no_neighbor_route_map_cmd_vtysh,
16085 : "no neighbor <A.B.C.D|X:X::X:X|WORD> route-map RMAP_NAME <in|out>",
16086 : "Negate a command or set its defaults\n"
16087 : "Specify neighbor router\n"
16088 : "Neighbor address\n"
16089 : "Neighbor IPv6 address\n"
16090 : "Interface name or neighbor tag\n"
16091 : "Apply route map to neighbor\n"
16092 : "Name of route map\n"
16093 : "Apply map to incoming routes\n"
16094 : "Apply map to outbound routes\n")
16095 :
16096 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_route_map_hidden_cmd_vtysh,
16097 : "no neighbor <A.B.C.D|X:X::X:X|WORD> route-map RMAP_NAME <in|out>",
16098 : "Negate a command or set its defaults\n"
16099 : "Specify neighbor router\n"
16100 : "Neighbor address\n"
16101 : "Neighbor IPv6 address\n"
16102 : "Interface name or neighbor tag\n"
16103 : "Apply route map to neighbor\n"
16104 : "Name of route map\n"
16105 : "Apply map to incoming routes\n"
16106 : "Apply map to outbound routes\n")
16107 :
16108 : DEFSH (VTYSH_BGPD, no_neighbor_route_reflector_client_cmd_vtysh,
16109 : "no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client",
16110 : "Negate a command or set its defaults\n"
16111 : "Specify neighbor router\n"
16112 : "Neighbor address\n"
16113 : "Neighbor IPv6 address\n"
16114 : "Interface name or neighbor tag\n"
16115 : "Configure a neighbor as Route Reflector client\n")
16116 :
16117 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_route_reflector_client_hidden_cmd_vtysh,
16118 : "no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client",
16119 : "Negate a command or set its defaults\n"
16120 : "Specify neighbor router\n"
16121 : "Neighbor address\n"
16122 : "Neighbor IPv6 address\n"
16123 : "Interface name or neighbor tag\n"
16124 : "Configure a neighbor as Route Reflector client\n")
16125 :
16126 : DEFSH (VTYSH_BGPD, no_neighbor_route_server_client_cmd_vtysh,
16127 : "no neighbor <A.B.C.D|X:X::X:X|WORD> route-server-client",
16128 : "Negate a command or set its defaults\n"
16129 : "Specify neighbor router\n"
16130 : "Neighbor address\n"
16131 : "Neighbor IPv6 address\n"
16132 : "Interface name or neighbor tag\n"
16133 : "Configure a neighbor as Route Server client\n")
16134 :
16135 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_route_server_client_hidden_cmd_vtysh,
16136 : "no neighbor <A.B.C.D|X:X::X:X|WORD> route-server-client",
16137 : "Negate a command or set its defaults\n"
16138 : "Specify neighbor router\n"
16139 : "Neighbor address\n"
16140 : "Neighbor IPv6 address\n"
16141 : "Interface name or neighbor tag\n"
16142 : "Configure a neighbor as Route Server client\n")
16143 :
16144 : DEFSH (VTYSH_BGPD, no_neighbor_send_community_cmd_vtysh,
16145 : "no neighbor <A.B.C.D|X:X::X:X|WORD> send-community",
16146 : "Negate a command or set its defaults\n"
16147 : "Specify neighbor router\n"
16148 : "Neighbor address\n"
16149 : "Neighbor IPv6 address\n"
16150 : "Interface name or neighbor tag\n"
16151 : "Send Community attribute to this neighbor\n")
16152 :
16153 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_send_community_hidden_cmd_vtysh,
16154 : "no neighbor <A.B.C.D|X:X::X:X|WORD> send-community",
16155 : "Negate a command or set its defaults\n"
16156 : "Specify neighbor router\n"
16157 : "Neighbor address\n"
16158 : "Neighbor IPv6 address\n"
16159 : "Interface name or neighbor tag\n"
16160 : "Send Community attribute to this neighbor\n")
16161 :
16162 : DEFSH (VTYSH_BGPD, no_neighbor_send_community_type_cmd_vtysh,
16163 : "no neighbor <A.B.C.D|X:X::X:X|WORD> send-community <both|all|extended|standard|large>",
16164 : "Negate a command or set its defaults\n"
16165 : "Specify neighbor router\n"
16166 : "Neighbor address\n"
16167 : "Neighbor IPv6 address\n"
16168 : "Interface name or neighbor tag\n"
16169 : "Send Community attribute to this neighbor\n"
16170 : "Send Standard and Extended Community attributes\n"
16171 : "Send Standard, Large and Extended Community attributes\n"
16172 : "Send Extended Community attributes\n"
16173 : "Send Standard Community attributes\n"
16174 : "Send Large Community attributes\n")
16175 :
16176 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_send_community_type_hidden_cmd_vtysh,
16177 : "no neighbor <A.B.C.D|X:X::X:X|WORD> send-community <both|all|extended|standard|large>",
16178 : "Negate a command or set its defaults\n"
16179 : "Specify neighbor router\n"
16180 : "Neighbor address\n"
16181 : "Neighbor IPv6 address\n"
16182 : "Interface name or neighbor tag\n"
16183 : "Send Community attribute to this neighbor\n"
16184 : "Send Standard and Extended Community attributes\n"
16185 : "Send Standard, Large and Extended Community attributes\n"
16186 : "Send Extended Community attributes\n"
16187 : "Send Standard Community attributes\n"
16188 : "Send Large Community attributes\n")
16189 :
16190 : DEFSH (VTYSH_BGPD, no_neighbor_set_peer_group_cmd_vtysh,
16191 : "no neighbor <A.B.C.D|X:X::X:X|WORD> peer-group PGNAME",
16192 : "Negate a command or set its defaults\n"
16193 : "Specify neighbor router\n"
16194 : "Neighbor address\n"
16195 : "Neighbor IPv6 address\n"
16196 : "Interface name or neighbor tag\n"
16197 : "Member of the peer-group\n"
16198 : "Peer-group name\n")
16199 :
16200 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_set_peer_group_hidden_cmd_vtysh,
16201 : "no neighbor <A.B.C.D|X:X::X:X|WORD> peer-group PGNAME",
16202 : "Negate a command or set its defaults\n"
16203 : "Specify neighbor router\n"
16204 : "Neighbor address\n"
16205 : "Neighbor IPv6 address\n"
16206 : "Interface name or neighbor tag\n"
16207 : "Member of the peer-group\n"
16208 : "Peer-group name\n")
16209 :
16210 : DEFSH (VTYSH_BGPD, no_neighbor_shutdown_cmd_vtysh,
16211 : "no neighbor <A.B.C.D|X:X::X:X|WORD> shutdown",
16212 : "Negate a command or set its defaults\n"
16213 : "Specify neighbor router\n"
16214 : "Neighbor address\n"
16215 : "Neighbor IPv6 address\n"
16216 : "Interface name or neighbor tag\n"
16217 : "Administratively shut down this neighbor\n")
16218 :
16219 : DEFSH (VTYSH_BGPD, no_neighbor_shutdown_msg_cmd_vtysh,
16220 : "no neighbor <A.B.C.D|X:X::X:X|WORD> shutdown message MSG...",
16221 : "Negate a command or set its defaults\n"
16222 : "Specify neighbor router\n"
16223 : "Neighbor address\n"
16224 : "Neighbor IPv6 address\n"
16225 : "Interface name or neighbor tag\n"
16226 : "Administratively shut down this neighbor\n"
16227 : "Remove a shutdown message (RFC 8203)\n"
16228 : "Shutdown message\n")
16229 :
16230 : DEFSH (VTYSH_BGPD, no_neighbor_shutdown_rtt_cmd_vtysh,
16231 : "no neighbor <A.B.C.D|X:X::X:X|WORD> shutdown rtt [(1-65535) [count (1-255)]]",
16232 : "Negate a command or set its defaults\n"
16233 : "Specify neighbor router\n"
16234 : "Neighbor address\n"
16235 : "Neighbor IPv6 address\n"
16236 : "Interface name or neighbor tag\n"
16237 : "Administratively shut down this neighbor\n"
16238 : "Shutdown if round-trip-time is higher than expected\n"
16239 : "Round-trip-time in milliseconds\n"
16240 : "Specify the number of keepalives before shutdown\n"
16241 : "The number of keepalives with higher RTT to shutdown\n")
16242 :
16243 : DEFSH (VTYSH_BGPD, no_neighbor_soft_reconfiguration_cmd_vtysh,
16244 : "no neighbor <A.B.C.D|X:X::X:X|WORD> soft-reconfiguration inbound",
16245 : "Negate a command or set its defaults\n"
16246 : "Specify neighbor router\n"
16247 : "Neighbor address\n"
16248 : "Neighbor IPv6 address\n"
16249 : "Interface name or neighbor tag\n"
16250 : "Per neighbor soft reconfiguration\n"
16251 : "Allow inbound soft reconfiguration for this neighbor\n")
16252 :
16253 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_soft_reconfiguration_hidden_cmd_vtysh,
16254 : "no neighbor <A.B.C.D|X:X::X:X|WORD> soft-reconfiguration inbound",
16255 : "Negate a command or set its defaults\n"
16256 : "Specify neighbor router\n"
16257 : "Neighbor address\n"
16258 : "Neighbor IPv6 address\n"
16259 : "Interface name or neighbor tag\n"
16260 : "Per neighbor soft reconfiguration\n"
16261 : "Allow inbound soft reconfiguration for this neighbor\n")
16262 :
16263 : DEFSH (VTYSH_BGPD, no_neighbor_solo_cmd_vtysh,
16264 : "no neighbor <A.B.C.D|X:X::X:X|WORD> solo",
16265 : "Negate a command or set its defaults\n"
16266 : "Specify neighbor router\n"
16267 : "Neighbor address\n"
16268 : "Neighbor IPv6 address\n"
16269 : "Interface name or neighbor tag\n"
16270 : "Solo peer - part of its own update group\n")
16271 :
16272 : DEFSH (VTYSH_BGPD, no_neighbor_soo_cmd_vtysh,
16273 : "no neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor soo [ASN:NN_OR_IP-ADDRESS:NN$soo]",
16274 : "Negate a command or set its defaults\n"
16275 : "Specify neighbor router\n"
16276 : "Neighbor address\n"
16277 : "Neighbor IPv6 address\n"
16278 : "Interface name or neighbor tag\n"
16279 : "Set the Site-of-Origin (SoO) extended community\n"
16280 : "VPN extended community\n")
16281 :
16282 : DEFSH (VTYSH_BGPD, no_neighbor_strict_capability_cmd_vtysh,
16283 : "no neighbor <A.B.C.D|X:X::X:X|WORD> strict-capability-match",
16284 : "Negate a command or set its defaults\n"
16285 : "Specify neighbor router\n"
16286 : "Neighbor address\n"
16287 : "Neighbor IPv6 address\n"
16288 : "Interface name or neighbor tag\n"
16289 : "Strict capability negotiation match\n")
16290 :
16291 : DEFSH (VTYSH_BGPD, no_neighbor_tcp_mss_cmd_vtysh,
16292 : "no neighbor <A.B.C.D|X:X::X:X|WORD> tcp-mss [(1-65535)]",
16293 : "Negate a command or set its defaults\n"
16294 : "Specify neighbor router\n"
16295 : "Neighbor address\n"
16296 : "Neighbor IPv6 address\n"
16297 : "Interface name or neighbor tag\n"
16298 : "TCP max segment size\n"
16299 : "TCP MSS value\n")
16300 :
16301 : DEFSH (VTYSH_BGPD, no_neighbor_timers_cmd_vtysh,
16302 : "no neighbor <A.B.C.D|X:X::X:X|WORD> timers [(0-65535) (0-65535)]",
16303 : "Negate a command or set its defaults\n"
16304 : "Specify neighbor router\n"
16305 : "Neighbor address\n"
16306 : "Neighbor IPv6 address\n"
16307 : "Interface name or neighbor tag\n"
16308 : "BGP per neighbor timers\n"
16309 : "Keepalive interval\n"
16310 : "Holdtime\n")
16311 :
16312 : DEFSH (VTYSH_BGPD, no_neighbor_timers_connect_cmd_vtysh,
16313 : "no neighbor <A.B.C.D|X:X::X:X|WORD> timers connect [(1-65535)]",
16314 : "Negate a command or set its defaults\n"
16315 : "Specify neighbor router\n"
16316 : "Neighbor address\n"
16317 : "Neighbor IPv6 address\n"
16318 : "Interface name or neighbor tag\n"
16319 : "BGP per neighbor timers\n"
16320 : "BGP connect timer\n"
16321 : "Connect timer\n")
16322 :
16323 : DEFSH (VTYSH_BGPD, no_neighbor_timers_delayopen_cmd_vtysh,
16324 : "no neighbor <A.B.C.D|X:X::X:X|WORD>$neighbor timers delayopen [(0-65535)]",
16325 : "Negate a command or set its defaults\n"
16326 : "Specify neighbor router\n"
16327 : "Neighbor address\n"
16328 : "Neighbor IPv6 address\n"
16329 : "Interface name or neighbor tag\n"
16330 : "BGP per neighbor timers\n"
16331 : "RFC 4271 DelayOpenTimer\n"
16332 : "DelayOpenTime timer interval\n")
16333 :
16334 : DEFSH (VTYSH_BGPD, no_neighbor_ttl_security_cmd_vtysh,
16335 : "no neighbor <A.B.C.D|X:X::X:X|WORD> ttl-security hops (1-254)",
16336 : "Negate a command or set its defaults\n"
16337 : "Specify neighbor router\n"
16338 : "Neighbor address\n"
16339 : "Neighbor IPv6 address\n"
16340 : "Interface name or neighbor tag\n"
16341 : "BGP ttl-security parameters\n"
16342 : "Specify the maximum number of hops to the BGP peer\n"
16343 : "Number of hops to BGP peer\n")
16344 :
16345 : DEFSH (VTYSH_BGPD, no_neighbor_unsuppress_map_cmd_vtysh,
16346 : "no neighbor <A.B.C.D|X:X::X:X|WORD> unsuppress-map WORD",
16347 : "Negate a command or set its defaults\n"
16348 : "Specify neighbor router\n"
16349 : "Neighbor address\n"
16350 : "Neighbor IPv6 address\n"
16351 : "Interface name or neighbor tag\n"
16352 : "Route-map to selectively unsuppress suppressed routes\n"
16353 : "Name of route map\n")
16354 :
16355 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_unsuppress_map_hidden_cmd_vtysh,
16356 : "no neighbor <A.B.C.D|X:X::X:X|WORD> unsuppress-map WORD",
16357 : "Negate a command or set its defaults\n"
16358 : "Specify neighbor router\n"
16359 : "Neighbor address\n"
16360 : "Neighbor IPv6 address\n"
16361 : "Interface name or neighbor tag\n"
16362 : "Route-map to selectively unsuppress suppressed routes\n"
16363 : "Name of route map\n")
16364 :
16365 : DEFSH (VTYSH_BGPD, no_neighbor_update_source_cmd_vtysh,
16366 : "no neighbor <A.B.C.D|X:X::X:X|WORD> update-source [<A.B.C.D|X:X::X:X|WORD>]",
16367 : "Negate a command or set its defaults\n"
16368 : "Specify neighbor router\n"
16369 : "Neighbor address\n"
16370 : "Neighbor IPv6 address\n"
16371 : "Interface name or neighbor tag\n"
16372 : "Source of routing updates\n"
16373 : "IPv4 address\n"
16374 : "IPv6 address\n"
16375 : "Interface name (requires zebra to be running)\n")
16376 :
16377 : DEFSH (VTYSH_BGPD, no_neighbor_weight_cmd_vtysh,
16378 : "no neighbor <A.B.C.D|X:X::X:X|WORD> weight [(0-65535)]",
16379 : "Negate a command or set its defaults\n"
16380 : "Specify neighbor router\n"
16381 : "Neighbor address\n"
16382 : "Neighbor IPv6 address\n"
16383 : "Interface name or neighbor tag\n"
16384 : "Set default weight for routes from this neighbor\n"
16385 : "default weight\n")
16386 :
16387 : DEFSH_HIDDEN (VTYSH_BGPD, no_neighbor_weight_hidden_cmd_vtysh,
16388 : "no neighbor <A.B.C.D|X:X::X:X|WORD> weight [(0-65535)]",
16389 : "Negate a command or set its defaults\n"
16390 : "Specify neighbor router\n"
16391 : "Neighbor address\n"
16392 : "Neighbor IPv6 address\n"
16393 : "Interface name or neighbor tag\n"
16394 : "Set default weight for routes from this neighbor\n"
16395 : "default weight\n")
16396 :
16397 : DEFSH (VTYSH_NH_GROUP, no_nexthop_group_backup_cmd_vtysh,
16398 : "no backup-group [WORD$name]",
16399 : "Negate a command or set its defaults\n"
16400 : "Clear group name containing backup nexthops\n"
16401 : "The name of the backup group\n")
16402 :
16403 : DEFSH (VTYSH_NH_GROUP, no_nexthop_group_resilience_cmd_vtysh,
16404 : "no resilient [buckets (1-256) idle-timer (1-4294967295) unbalanced-timer (1-4294967295)]",
16405 : "Negate a command or set its defaults\n"
16406 : "A resilient Nexthop Group\n"
16407 : "Buckets in the Hash for this Group\n"
16408 : "Number of buckets\n"
16409 : "The Idle timer for this Resilient Nexthop Group in seconds\n"
16410 : "Number of seconds of Idle time\n"
16411 : "The length of time that the Nexthop Group can be unbalanced\n"
16412 : "Number of seconds of Unbalanced time\n")
16413 :
16414 : DEFSH (VTYSH_NHRPD, no_nhrp_event_socket_cmd_vtysh,
16415 : "no nhrp event socket [SOCKET]",
16416 : "Negate a command or set its defaults\n"
16417 : "Next Hop Resolution Protocol functions\n"
16418 : "Event Manager commands\n"
16419 : "Event Manager unix socket path\n"
16420 : "Unix path for the socket\n")
16421 :
16422 : DEFSH (VTYSH_NHRPD, no_nhrp_multicast_nflog_group_cmd_vtysh,
16423 : "no nhrp multicast-nflog-group [(1-65535)]",
16424 : "Negate a command or set its defaults\n"
16425 : "Next Hop Resolution Protocol functions\n"
16426 : "Specify NFLOG group number\n"
16427 : "NFLOG group number\n")
16428 :
16429 : DEFSH (VTYSH_NHRPD, no_nhrp_nflog_group_cmd_vtysh,
16430 : "no nhrp nflog-group [(1-65535)]",
16431 : "Negate a command or set its defaults\n"
16432 : "Next Hop Resolution Protocol functions\n"
16433 : "Specify NFLOG group number\n"
16434 : "NFLOG group number\n")
16435 :
16436 : DEFSH (VTYSH_OSPF6D, no_ospf6_area_nssa_cmd_vtysh,
16437 : "no area <A.B.C.D|(0-4294967295)>$area_str nssa [{ default-information-originate [{metric (0-16777214)|metric-type (1-2)}] |no-summary }]",
16438 : "Negate a command or set its defaults\n"
16439 : "OSPF6 area parameters\n"
16440 : "OSPF6 area ID in IP address format\n"
16441 : "OSPF6 area ID as a decimal value\n"
16442 : "Configure OSPF6 area as nssa\n"
16443 : "Originate Type 7 default into NSSA area\n"
16444 : "OSPFv3 default metric\n"
16445 : "OSPFv3 metric\n"
16446 : "OSPFv3 metric type for default routes\n"
16447 : "Set OSPFv3 External Type 1/2 metrics\n"
16448 : "Do not inject inter-area routes into area\n")
16449 :
16450 : DEFSH (VTYSH_OSPF6D, no_ospf6_area_stub_cmd_vtysh,
16451 : "no area <A.B.C.D|(0-4294967295)> stub",
16452 : "Negate a command or set its defaults\n"
16453 : "OSPF6 area parameters\n"
16454 : "OSPF6 area ID in IP address format\n"
16455 : "OSPF6 area ID as a decimal value\n"
16456 : "Configure OSPF6 area as stub\n")
16457 :
16458 : DEFSH (VTYSH_OSPF6D, no_ospf6_area_stub_no_summary_cmd_vtysh,
16459 : "no area <A.B.C.D|(0-4294967295)> stub no-summary",
16460 : "Negate a command or set its defaults\n"
16461 : "OSPF6 area parameters\n"
16462 : "OSPF6 area ID in IP address format\n"
16463 : "OSPF6 area ID as a decimal value\n"
16464 : "Configure OSPF6 area as stub\n"
16465 : "Do not inject inter-area routes into area\n")
16466 :
16467 : DEFSH (VTYSH_OSPF6D, no_ospf6_default_information_originate_cmd_vtysh,
16468 : "no default-information originate [{always|metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
16469 : "Negate a command or set its defaults\n"
16470 : "Control distribution of default information\n"
16471 : "Distribute a default route\n"
16472 : "Always advertise default route\n"
16473 : "OSPFv3 default metric\n"
16474 : "OSPFv3 metric\n"
16475 : "OSPFv3 metric type for default routes\n"
16476 : "Set OSPFv3 External Type 1/2 metrics\n"
16477 : "Route map reference\n"
16478 : "Pointer to route-map entries\n")
16479 :
16480 : DEFSH (VTYSH_OSPF6D, no_ospf6_distance_cmd_vtysh,
16481 : "no distance (1-255)",
16482 : "Negate a command or set its defaults\n"
16483 : "Administrative distance\n"
16484 : "OSPF6 Administrative distance\n")
16485 :
16486 : DEFSH (VTYSH_OSPF6D, no_ospf6_distance_ospf6_cmd_vtysh,
16487 : "no distance ospf6 [{intra-area [(1-255)]|inter-area [(1-255)]|external [(1-255)]}]",
16488 : "Negate a command or set its defaults\n"
16489 : "Administrative distance\n"
16490 : "OSPF6 distance\n"
16491 : "Intra-area routes\n"
16492 : "Distance for intra-area routes\n"
16493 : "Inter-area routes\n"
16494 : "Distance for inter-area routes\n"
16495 : "External routes\n"
16496 : "Distance for external routes\n")
16497 :
16498 : DEFSH (VTYSH_OSPF6D, no_ospf6_external_route_aggregation_cmd_vtysh,
16499 : "no summary-address X:X::X:X/M$prefix [tag (1-4294967295)] [{metric (0-16777215) | metric-type (1-2)}]",
16500 : "Negate a command or set its defaults\n"
16501 : "External summary address\n"
16502 : "Specify IPv6 prefix\n"
16503 : "Router tag\n"
16504 : "Router tag value\n"
16505 : "Metric \n"
16506 : "Advertised metric for this route\n"
16507 : "OSPFv3 exterior metric type for summarised routes\n"
16508 : "Set OSPFv3 External Type 1/2 metrics\n")
16509 :
16510 : DEFSH (VTYSH_OSPF6D, no_ospf6_external_route_aggregation_no_advertise_cmd_vtysh,
16511 : "no summary-address X:X::X:X/M$prefix no-advertise",
16512 : "Negate a command or set its defaults\n"
16513 : "External summary address\n"
16514 : "Specify IPv6 prefix\n"
16515 : "Adverise summary route to the AS \n")
16516 :
16517 : DEFSH (VTYSH_OSPF6D, no_ospf6_gr_helper_disable_lsacheck_cmd_vtysh,
16518 : "no graceful-restart helper lsa-check-disable",
16519 : "Negate a command or set its defaults\n"
16520 : "ospf6 graceful restart\n"
16521 : "ospf6 GR Helper\n"
16522 : "diasble strict LSA check\n")
16523 :
16524 : DEFSH (VTYSH_OSPF6D, no_ospf6_gr_helper_planned_only_cmd_vtysh,
16525 : "no graceful-restart helper planned-only",
16526 : "Negate a command or set its defaults\n"
16527 : "ospf6 graceful restart\n"
16528 : "ospf6 GR Helper\n"
16529 : "supported only for planned restart\n")
16530 :
16531 : DEFSH (VTYSH_OSPF6D, no_ospf6_gr_helper_supported_grace_time_cmd_vtysh,
16532 : "no graceful-restart helper supported-grace-time (10-1800)$interval",
16533 : "Negate a command or set its defaults\n"
16534 : "ospf6 graceful restart\n"
16535 : "ospf6 GR Helper\n"
16536 : "supported grace timer\n"
16537 : "grace interval(in seconds)\n")
16538 :
16539 : DEFSH_HIDDEN (VTYSH_OSPF6D, no_ospf6_interface_area_cmd_vtysh,
16540 : "no interface IFNAME area <A.B.C.D|(0-4294967295)>",
16541 : "Negate a command or set its defaults\n"
16542 : "Disable routing on an IPv6 interface\n"
16543 : "Interface name(e.g. ep0)\n"
16544 : "Specify the OSPF6 area ID\n"
16545 : "OSPF6 area ID in IPv4 address notation\n"
16546 : "OSPF6 area ID in decimal notation\n")
16547 :
16548 : DEFSH (VTYSH_OSPF6D, no_ospf6_log_adjacency_changes_cmd_vtysh,
16549 : "no log-adjacency-changes",
16550 : "Negate a command or set its defaults\n"
16551 : "Log changes in adjacency state\n")
16552 :
16553 : DEFSH (VTYSH_OSPF6D, no_ospf6_log_adjacency_changes_detail_cmd_vtysh,
16554 : "no log-adjacency-changes detail",
16555 : "Negate a command or set its defaults\n"
16556 : "Log changes in adjacency state\n"
16557 : "Log all state changes\n")
16558 :
16559 : DEFSH (VTYSH_OSPF6D, no_ospf6_max_multipath_cmd_vtysh,
16560 : "no maximum-paths [(1-256)]",
16561 : "Negate a command or set its defaults\n"
16562 : "Max no of multiple paths for ECMP support\n"
16563 : "Number of paths\n")
16564 :
16565 : DEFSH (VTYSH_OSPF6D, no_ospf6_redistribute_cmd_vtysh,
16566 : "no redistribute <kernel|connected|static|ripng|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric>[{metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
16567 : "Negate a command or set its defaults\n"
16568 : "Redistribute\n"
16569 : "Kernel routes (not installed via the zebra RIB)\n"
16570 : "Connected routes (directly attached subnet or host)\n"
16571 : "Statically configured routes\n"
16572 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
16573 : "Intermediate System to Intermediate System (IS-IS)\n"
16574 : "Border Gateway Protocol (BGP)\n"
16575 : "Next Hop Resolution Protocol (NHRP)\n"
16576 : "Non-main Kernel Routing Table\n"
16577 : "Virtual Network Control (VNC)\n"
16578 : "Babel routing protocol (Babel)\n"
16579 : "Super Happy Advanced Routing Protocol (sharpd)\n"
16580 : "OpenFabric Routing Protocol\n"
16581 : "Metric for redistributed routes\n"
16582 : "OSPF default metric\n"
16583 : "OSPF exterior metric type for redistributed routes\n"
16584 : "Set OSPF External Type 1/2 metrics\n"
16585 : "Route map reference\n"
16586 : "Route map name\n")
16587 :
16588 : DEFSH (VTYSH_OSPF6D, no_ospf6_route_aggregation_timer_cmd_vtysh,
16589 : "no aggregation timer [5-1800]",
16590 : "Negate a command or set its defaults\n"
16591 : "External route aggregation\n"
16592 : "Delay timer\n"
16593 : "Timer interval(in seconds)\n")
16594 :
16595 : DEFSH (VTYSH_OSPF6D, no_ospf6_router_id_cmd_vtysh,
16596 : "no ospf6 router-id [A.B.C.D]",
16597 : "Negate a command or set its defaults\n"
16598 : "Open Shortest Path First (OSPF) for IPv6\n"
16599 : "Configure OSPF6 Router-ID\n"
16600 : "specify by IPv4 address notation(e.g. 0.0.0.0)\n")
16601 :
16602 : DEFSH (VTYSH_OSPF6D, no_ospf6_stub_router_admin_cmd_vtysh,
16603 : "no stub-router administrative",
16604 : "Negate a command or set its defaults\n"
16605 : "Make router a stub router\n"
16606 : "Administratively applied, for an indefinite period\n")
16607 :
16608 : DEFSH (VTYSH_OSPF6D, no_ospf6_timers_lsa_cmd_vtysh,
16609 : "no timers lsa min-arrival [(0-600000)]",
16610 : "Negate a command or set its defaults\n"
16611 : "Adjust routing timers\n"
16612 : "OSPF6 LSA timers\n"
16613 : "Minimum delay in receiving new version of a LSA\n"
16614 : "Delay in milliseconds\n")
16615 :
16616 : DEFSH (VTYSH_OSPF6D, no_ospf6_timers_throttle_spf_cmd_vtysh,
16617 : "no timers throttle spf [(0-600000) (0-600000) (0-600000)]",
16618 : "Negate a command or set its defaults\n"
16619 : "Adjust routing timers\n"
16620 : "Throttling adaptive timer\n"
16621 : "OSPF6 SPF timers\n"
16622 : "Delay (msec) from first change received till SPF calculation\n"
16623 : "Initial hold time (msec) between consecutive SPF calculations\n"
16624 : "Maximum hold time (msec)\n")
16625 :
16626 : DEFSH (VTYSH_OSPF6D, no_ospf6_write_multiplier_cmd_vtysh,
16627 : "no write-multiplier (1-100)",
16628 : "Negate a command or set its defaults\n"
16629 : "Write multiplier\n"
16630 : "Maximum number of interface serviced per write\n")
16631 :
16632 : DEFSH (VTYSH_OSPFD, no_ospf_abr_type_cmd_vtysh,
16633 : "no ospf abr-type <cisco|ibm|shortcut|standard>",
16634 : "Negate a command or set its defaults\n"
16635 : "OSPF specific commands\n"
16636 : "Set OSPF ABR type\n"
16637 : "Alternative ABR, cisco implementation\n"
16638 : "Alternative ABR, IBM implementation\n"
16639 : "Shortcut ABR\n"
16640 : "Standard ABR\n")
16641 :
16642 : DEFSH (VTYSH_OSPFD, no_ospf_area_authentication_cmd_vtysh,
16643 : "no area <A.B.C.D|(0-4294967295)> authentication",
16644 : "Negate a command or set its defaults\n"
16645 : "OSPF area parameters\n"
16646 : "OSPF area ID in IP address format\n"
16647 : "OSPF area ID as a decimal value\n"
16648 : "Enable authentication\n")
16649 :
16650 : DEFSH (VTYSH_OSPFD, no_ospf_area_default_cost_cmd_vtysh,
16651 : "no area <A.B.C.D|(0-4294967295)> default-cost (0-16777215)",
16652 : "Negate a command or set its defaults\n"
16653 : "OSPF area parameters\n"
16654 : "OSPF area ID in IP address format\n"
16655 : "OSPF area ID as a decimal value\n"
16656 : "Set the summary-default cost of a NSSA or stub area\n"
16657 : "Stub's advertised default summary cost\n")
16658 :
16659 : DEFSH (VTYSH_OSPFD, no_ospf_area_export_list_cmd_vtysh,
16660 : "no area <A.B.C.D|(0-4294967295)> export-list ACCESSLIST4_NAME",
16661 : "Negate a command or set its defaults\n"
16662 : "OSPF area parameters\n"
16663 : "OSPF area ID in IP address format\n"
16664 : "OSPF area ID as a decimal value\n"
16665 : "Unset the filter for networks announced to other areas\n"
16666 : "Name of the access-list\n")
16667 :
16668 : DEFSH (VTYSH_OSPFD, no_ospf_area_filter_list_cmd_vtysh,
16669 : "no area <A.B.C.D|(0-4294967295)> filter-list prefix PREFIXLIST_NAME <in|out>",
16670 : "Negate a command or set its defaults\n"
16671 : "OSPF area parameters\n"
16672 : "OSPF area ID in IP address format\n"
16673 : "OSPF area ID as a decimal value\n"
16674 : "Filter networks between OSPF areas\n"
16675 : "Filter prefixes between OSPF areas\n"
16676 : "Name of an IP prefix-list\n"
16677 : "Filter networks sent to this area\n"
16678 : "Filter networks sent from this area\n")
16679 :
16680 : DEFSH (VTYSH_OSPFD, no_ospf_area_import_list_cmd_vtysh,
16681 : "no area <A.B.C.D|(0-4294967295)> import-list ACCESSLIST4_NAME",
16682 : "Negate a command or set its defaults\n"
16683 : "OSPF area parameters\n"
16684 : "OSPF area ID in IP address format\n"
16685 : "OSPF area ID as a decimal value\n"
16686 : "Unset the filter for networks announced to other areas\n"
16687 : "Name of the access-list\n")
16688 :
16689 : DEFSH (VTYSH_OSPFD, no_ospf_area_nssa_cmd_vtysh,
16690 : "no area <A.B.C.D|(0-4294967295)> nssa [<translate-candidate|translate-never|translate-always>]",
16691 : "Negate a command or set its defaults\n"
16692 : "OSPF area parameters\n"
16693 : "OSPF area ID in IP address format\n"
16694 : "OSPF area ID as a decimal value\n"
16695 : "Configure OSPF area as nssa\n"
16696 : "Configure NSSA-ABR for translate election (default)\n"
16697 : "Configure NSSA-ABR to never translate\n"
16698 : "Configure NSSA-ABR to always translate\n")
16699 :
16700 : DEFSH (VTYSH_OSPFD, no_ospf_area_nssa_no_summary_cmd_vtysh,
16701 : "no area <A.B.C.D|(0-4294967295)> nssa no-summary",
16702 : "Negate a command or set its defaults\n"
16703 : "OSPF area parameters\n"
16704 : "OSPF area ID in IP address format\n"
16705 : "OSPF area ID as a decimal value\n"
16706 : "Configure OSPF area as nssa\n"
16707 : "Do not inject inter-area routes into nssa\n")
16708 :
16709 : DEFSH (VTYSH_OSPFD, no_ospf_area_nssa_suppress_fa_cmd_vtysh,
16710 : "no area <A.B.C.D|(0-4294967295)> nssa suppress-fa",
16711 : "Negate a command or set its defaults\n"
16712 : "OSPF area parameters\n"
16713 : "OSPF area ID in IP address format\n"
16714 : "OSPF area ID as a decimal value\n"
16715 : "Configure OSPF area as nssa\n"
16716 : "Suppress forwarding address\n")
16717 :
16718 : DEFSH (VTYSH_OSPFD, no_ospf_area_range_cmd_vtysh,
16719 : "no area <A.B.C.D|(0-4294967295)> range A.B.C.D/M [<cost (0-16777215)|advertise [cost (0-16777215)]|not-advertise>]",
16720 : "Negate a command or set its defaults\n"
16721 : "OSPF area parameters\n"
16722 : "OSPF area ID in IP address format\n"
16723 : "OSPF area ID as a decimal value\n"
16724 : "Summarize routes matching address/mask (border routers only)\n"
16725 : "Area range prefix\n"
16726 : "User specified metric for this range\n"
16727 : "Advertised metric for this range\n"
16728 : "Advertise this range (default)\n"
16729 : "User specified metric for this range\n"
16730 : "Advertised metric for this range\n"
16731 : "DoNotAdvertise this range\n")
16732 :
16733 : DEFSH (VTYSH_OSPFD, no_ospf_area_range_substitute_cmd_vtysh,
16734 : "no area <A.B.C.D|(0-4294967295)> range A.B.C.D/M substitute A.B.C.D/M",
16735 : "Negate a command or set its defaults\n"
16736 : "OSPF area parameters\n"
16737 : "OSPF area ID in IP address format\n"
16738 : "OSPF area ID as a decimal value\n"
16739 : "Summarize routes matching address/mask (border routers only)\n"
16740 : "Area range prefix\n"
16741 : "Announce area range as another prefix\n"
16742 : "Network prefix to be announced instead of range\n")
16743 :
16744 : DEFSH (VTYSH_OSPFD, no_ospf_area_shortcut_cmd_vtysh,
16745 : "no area <A.B.C.D|(0-4294967295)> shortcut <enable|disable>",
16746 : "Negate a command or set its defaults\n"
16747 : "OSPF area parameters\n"
16748 : "OSPF area ID in IP address format\n"
16749 : "OSPF area ID as a decimal value\n"
16750 : "Deconfigure the area's shortcutting mode\n"
16751 : "Deconfigure enabled shortcutting through the area\n"
16752 : "Deconfigure disabled shortcutting through the area\n")
16753 :
16754 : DEFSH (VTYSH_OSPFD, no_ospf_area_stub_cmd_vtysh,
16755 : "no area <A.B.C.D|(0-4294967295)> stub",
16756 : "Negate a command or set its defaults\n"
16757 : "OSPF area parameters\n"
16758 : "OSPF area ID in IP address format\n"
16759 : "OSPF area ID as a decimal value\n"
16760 : "Configure OSPF area as stub\n")
16761 :
16762 : DEFSH (VTYSH_OSPFD, no_ospf_area_stub_no_summary_cmd_vtysh,
16763 : "no area <A.B.C.D|(0-4294967295)> stub no-summary",
16764 : "Negate a command or set its defaults\n"
16765 : "OSPF area parameters\n"
16766 : "OSPF area ID in IP address format\n"
16767 : "OSPF area ID as a decimal value\n"
16768 : "Configure OSPF area as stub\n"
16769 : "Do not inject inter-area routes into area\n")
16770 :
16771 : DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_cmd_vtysh,
16772 : "no area <A.B.C.D|(0-4294967295)> virtual-link A.B.C.D [authentication [<message-digest|null>]] [<message-digest-key (1-255) md5 KEY|authentication-key AUTH_KEY>]",
16773 : "Negate a command or set its defaults\n"
16774 : "OSPF area parameters\n"
16775 : "OSPF area ID in IP address format\n"
16776 : "OSPF area ID as a decimal value\n"
16777 : "Configure a virtual link\n"
16778 : "Router ID of the remote ABR\n"
16779 : "Enable authentication on this virtual link\n"
16780 : "Use message-digest authentication\n"
16781 : "Use null authentication\n"
16782 : "Message digest authentication password (key)\n"
16783 : "Key ID\n"
16784 : "Use MD5 algorithm\n"
16785 : "The OSPF password (key)\n"
16786 : "Authentication password (key)\n"
16787 : "The OSPF password (key)\n")
16788 :
16789 : DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_intervals_cmd_vtysh,
16790 : "no area <A.B.C.D|(0-4294967295)> virtual-link A.B.C.D {hello-interval (1-65535)|retransmit-interval (1-65535)|transmit-delay (1-65535)|dead-interval (1-65535)}",
16791 : "Negate a command or set its defaults\n"
16792 : "OSPF area parameters\n"
16793 : "OSPF area ID in IP address format\n"
16794 : "OSPF area ID as a decimal value\n"
16795 : "Configure a virtual link\n"
16796 : "Router ID of the remote ABR\n"
16797 : "Time between HELLO packets\n"
16798 : "Seconds\n"
16799 : "Time between retransmitting lost link state advertisements\n"
16800 : "Seconds\n"
16801 : "Link state transmit delay\n"
16802 : "Seconds\n"
16803 : "Interval time after which a neighbor is declared down\n"
16804 : "Seconds\n")
16805 :
16806 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_authentication_key_authkey_addr_cmd_vtysh,
16807 : "no ospf authentication-key [AUTH_KEY [A.B.C.D]]",
16808 : "Negate a command or set its defaults\n"
16809 : "OSPF interface commands\n"
16810 : "Authentication password (key)\n"
16811 : "The OSPF password (key)\n"
16812 : "Address of interface\n")
16813 :
16814 : DEFSH (VTYSH_OSPFD, no_ospf_auto_cost_reference_bandwidth_cmd_vtysh,
16815 : "no auto-cost reference-bandwidth [(1-4294967)]",
16816 : "Negate a command or set its defaults\n"
16817 : "Calculate OSPF interface cost according to bandwidth\n"
16818 : "Use reference bandwidth method to assign OSPF cost\n"
16819 : "The reference bandwidth in terms of Mbits per second\n")
16820 :
16821 : DEFSH (VTYSH_OSPFD, no_ospf_compatible_rfc1583_cmd_vtysh,
16822 : "no compatible rfc1583",
16823 : "Negate a command or set its defaults\n"
16824 : "OSPF compatibility list\n"
16825 : "compatible with RFC 1583\n")
16826 :
16827 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_cost_cmd_vtysh,
16828 : "no ospf cost [(1-65535)] [A.B.C.D]",
16829 : "Negate a command or set its defaults\n"
16830 : "OSPF interface commands\n"
16831 : "Interface cost\n"
16832 : "Cost\n"
16833 : "Address of interface\n")
16834 :
16835 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_dead_interval_cmd_vtysh,
16836 : "no ospf dead-interval [<(1-65535)|minimal hello-multiplier (1-10)> [A.B.C.D]]",
16837 : "Negate a command or set its defaults\n"
16838 : "OSPF interface commands\n"
16839 : "Interval time after which a neighbor is declared down\n"
16840 : "Seconds\n"
16841 : "Minimal 1s dead-interval with fast sub-second hellos\n"
16842 : "Hello multiplier factor\n"
16843 : "Number of Hellos to send each second\n"
16844 : "Address of interface\n")
16845 :
16846 : DEFSH (VTYSH_OSPFD, no_ospf_default_information_originate_cmd_vtysh,
16847 : "no default-information originate [{always|metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
16848 : "Negate a command or set its defaults\n"
16849 : "Control distribution of default information\n"
16850 : "Distribute a default route\n"
16851 : "Always advertise default route\n"
16852 : "OSPF default metric\n"
16853 : "OSPF metric\n"
16854 : "OSPF metric type for default routes\n"
16855 : "Set OSPF External Type 1/2 metrics\n"
16856 : "Route map reference\n"
16857 : "Pointer to route-map entries\n")
16858 :
16859 : DEFSH (VTYSH_OSPFD, no_ospf_default_metric_cmd_vtysh,
16860 : "no default-metric [(0-16777214)]",
16861 : "Negate a command or set its defaults\n"
16862 : "Set metric of redistributed routes\n"
16863 : "Default metric\n")
16864 :
16865 : DEFSH (VTYSH_OSPFD, no_ospf_distance_cmd_vtysh,
16866 : "no distance (1-255)",
16867 : "Negate a command or set its defaults\n"
16868 : "Administrative distance\n"
16869 : "OSPF Administrative distance\n")
16870 :
16871 : DEFSH (VTYSH_OSPFD, no_ospf_distance_ospf_cmd_vtysh,
16872 : "no distance ospf [{intra-area [(1-255)]|inter-area [(1-255)]|external [(1-255)]}]",
16873 : "Negate a command or set its defaults\n"
16874 : "Administrative distance\n"
16875 : "OSPF administrative distance\n"
16876 : "Intra-area routes\n"
16877 : "Distance for intra-area routes\n"
16878 : "Inter-area routes\n"
16879 : "Distance for inter-area routes\n"
16880 : "External routes\n"
16881 : "Distance for external routes\n")
16882 :
16883 : DEFSH (VTYSH_OSPFD, no_ospf_distribute_list_out_cmd_vtysh,
16884 : "no distribute-list ACCESSLIST4_NAME out <kernel|connected|static|rip|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>",
16885 : "Negate a command or set its defaults\n"
16886 : "Filter networks in routing updates\n"
16887 : "Access-list name\n"
16888 : "Filter outgoing routing updates\n"
16889 : "Kernel routes (not installed via the zebra RIB)\n"
16890 : "Connected routes (directly attached subnet or host)\n"
16891 : "Statically configured routes\n"
16892 : "Routing Information Protocol (RIP)\n"
16893 : "Intermediate System to Intermediate System (IS-IS)\n"
16894 : "Border Gateway Protocol (BGP)\n"
16895 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
16896 : "Next Hop Resolution Protocol (NHRP)\n"
16897 : "Non-main Kernel Routing Table\n"
16898 : "Virtual Network Control (VNC)\n"
16899 : "Babel routing protocol (Babel)\n"
16900 : "Super Happy Advanced Routing Protocol (sharpd)\n"
16901 : "OpenFabric Routing Protocol\n")
16902 :
16903 : DEFSH (VTYSH_OSPFD, no_ospf_external_route_aggregation_cmd_vtysh,
16904 : "no summary-address A.B.C.D/M [tag (1-4294967295)]",
16905 : "Negate a command or set its defaults\n"
16906 : "External summary address\n"
16907 : "Summary address prefix\n"
16908 : "Router tag\n"
16909 : "Router tag value\n")
16910 :
16911 : DEFSH (VTYSH_OSPFD, no_ospf_external_route_aggregation_no_adrvertise_cmd_vtysh,
16912 : "no summary-address A.B.C.D/M no-advertise",
16913 : "Negate a command or set its defaults\n"
16914 : "External summary address\n"
16915 : "Summary address prefix\n"
16916 : "Advertise summary route to the AS \n")
16917 :
16918 : DEFSH (VTYSH_OSPFD, no_ospf_gr_helper_enable_cmd_vtysh,
16919 : "no graceful-restart helper enable [A.B.C.D$address]",
16920 : "Negate a command or set its defaults\n"
16921 : "OSPF Graceful Restart\n"
16922 : "OSPF GR Helper\n"
16923 : "Enable Helper support\n"
16924 : "Advertising Router-ID\n")
16925 :
16926 : DEFSH (VTYSH_OSPFD, no_ospf_gr_helper_enable_lsacheck_cmd_vtysh,
16927 : "no graceful-restart helper strict-lsa-checking",
16928 : "Negate a command or set its defaults\n"
16929 : "OSPF Graceful Restart\n"
16930 : "OSPF GR Helper\n"
16931 : "Disable strict LSA check\n")
16932 :
16933 : DEFSH (VTYSH_OSPFD, no_ospf_gr_helper_planned_only_cmd_vtysh,
16934 : "no graceful-restart helper planned-only",
16935 : "Negate a command or set its defaults\n"
16936 : "OSPF Graceful Restart\n"
16937 : "OSPF GR Helper\n"
16938 : "Supported only for planned restart\n")
16939 :
16940 : DEFSH (VTYSH_OSPFD, no_ospf_gr_helper_supported_grace_time_cmd_vtysh,
16941 : "no graceful-restart helper supported-grace-time (10-1800)$interval",
16942 : "Negate a command or set its defaults\n"
16943 : "OSPF Graceful Restart\n"
16944 : "OSPF GR Helper\n"
16945 : "Supported grace timer\n"
16946 : "Grace interval(in seconds)\n")
16947 :
16948 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_hello_interval_cmd_vtysh,
16949 : "no ospf hello-interval [(1-65535) [A.B.C.D]]",
16950 : "Negate a command or set its defaults\n"
16951 : "OSPF interface commands\n"
16952 : "Time between HELLO packets\n"
16953 : "Seconds\n"
16954 : "Address of interface\n")
16955 :
16956 : DEFSH (VTYSH_OSPFD, no_ospf_log_adjacency_changes_cmd_vtysh,
16957 : "no log-adjacency-changes",
16958 : "Negate a command or set its defaults\n"
16959 : "Log changes in adjacency state\n")
16960 :
16961 : DEFSH (VTYSH_OSPFD, no_ospf_log_adjacency_changes_detail_cmd_vtysh,
16962 : "no log-adjacency-changes detail",
16963 : "Negate a command or set its defaults\n"
16964 : "Log changes in adjacency state\n"
16965 : "Log all state changes\n")
16966 :
16967 : DEFSH (VTYSH_OSPFD, no_ospf_max_metric_router_lsa_admin_cmd_vtysh,
16968 : "no max-metric router-lsa administrative",
16969 : "Negate a command or set its defaults\n"
16970 : "OSPF maximum / infinite-distance metric\n"
16971 : "Advertise own Router-LSA with infinite distance (stub router)\n"
16972 : "Administratively applied, for an indefinite period\n")
16973 :
16974 : DEFSH (VTYSH_OSPFD, no_ospf_max_metric_router_lsa_shutdown_cmd_vtysh,
16975 : "no max-metric router-lsa on-shutdown [(5-100)]",
16976 : "Negate a command or set its defaults\n"
16977 : "OSPF maximum / infinite-distance metric\n"
16978 : "Advertise own Router-LSA with infinite distance (stub router)\n"
16979 : "Advertise stub-router prior to full shutdown of OSPF\n"
16980 : "Time (seconds) to wait till full shutdown\n")
16981 :
16982 : DEFSH (VTYSH_OSPFD, no_ospf_max_metric_router_lsa_startup_cmd_vtysh,
16983 : "no max-metric router-lsa on-startup [(5-86400)]",
16984 : "Negate a command or set its defaults\n"
16985 : "OSPF maximum / infinite-distance metric\n"
16986 : "Advertise own Router-LSA with infinite distance (stub router)\n"
16987 : "Automatically advertise stub Router-LSA on startup of OSPF\n"
16988 : "Time (seconds) to advertise self as stub-router\n")
16989 :
16990 : DEFSH (VTYSH_OSPFD, no_ospf_max_multipath_cmd_vtysh,
16991 : "no maximum-paths",
16992 : "Negate a command or set its defaults\n"
16993 : "Max no of multiple paths for ECMP support\n")
16994 :
16995 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_message_digest_key_cmd_vtysh,
16996 : "no ospf message-digest-key (1-255) [md5 KEY] [A.B.C.D]",
16997 : "Negate a command or set its defaults\n"
16998 : "OSPF interface commands\n"
16999 : "Message digest authentication password (key)\n"
17000 : "Key ID\n"
17001 : "Use MD5 algorithm\n"
17002 : "The OSPF password (key)\n"
17003 : "Address of interface\n")
17004 :
17005 : DEFSH (VTYSH_OSPFD, no_ospf_mpls_ldp_sync_cmd_vtysh,
17006 : "no mpls ldp-sync",
17007 : "Negate a command or set its defaults\n"
17008 : "MPLS specific commands\n"
17009 : "Disable MPLS LDP-IGP Sync\n")
17010 :
17011 : DEFSH (VTYSH_OSPFD, no_ospf_mpls_ldp_sync_holddown_cmd_vtysh,
17012 : "no mpls ldp-sync holddown [<(1-10000)>]",
17013 : "Negate a command or set its defaults\n"
17014 : "MPLS specific commands\n"
17015 : "Disable MPLS LDP-IGP Sync\n"
17016 : "holddown timer disable\n"
17017 : "Time in seconds\n")
17018 :
17019 : DEFSH (VTYSH_OSPFD, no_ospf_mpls_te_cmd_vtysh,
17020 : "no mpls-te [on]",
17021 : "Negate a command or set its defaults\n"
17022 : "MPLS-TE specific commands\n"
17023 : "Disable the MPLS-TE functionality\n")
17024 :
17025 : DEFSH (VTYSH_OSPFD, no_ospf_mpls_te_export_cmd_vtysh,
17026 : "no mpls-te export",
17027 : "Negate a command or set its defaults\n"
17028 : "MPLS-TE specific commands\n"
17029 : "Stop export of the MPLS-TE information as Link State\n")
17030 :
17031 : DEFSH (VTYSH_OSPFD, no_ospf_mpls_te_inter_as_cmd_vtysh,
17032 : "no mpls-te inter-as",
17033 : "Negate a command or set its defaults\n"
17034 : "MPLS-TE specific commands\n"
17035 : "Disable MPLS-TE Inter-AS support\n")
17036 :
17037 : DEFSH (VTYSH_OSPFD, no_ospf_neighbor_cmd_vtysh,
17038 : "no neighbor A.B.C.D [priority (0-255) [poll-interval (1-65525)]]",
17039 : "Negate a command or set its defaults\n"
17040 : "Specify neighbor router\n"
17041 : "Neighbor IP address\n"
17042 : "Neighbor Priority\n"
17043 : "Priority\n"
17044 : "Dead Neighbor Polling interval\n"
17045 : "Seconds\n")
17046 :
17047 : DEFSH (VTYSH_OSPFD, no_ospf_neighbor_poll_cmd_vtysh,
17048 : "no neighbor A.B.C.D poll-interval (1-65535) [priority (0-255)]",
17049 : "Negate a command or set its defaults\n"
17050 : "Specify neighbor router\n"
17051 : "Neighbor IP address\n"
17052 : "Dead Neighbor Polling interval\n"
17053 : "Seconds\n"
17054 : "Neighbor Priority\n"
17055 : "Priority\n")
17056 :
17057 : DEFSH (VTYSH_OSPFD, no_ospf_network_area_cmd_vtysh,
17058 : "no network A.B.C.D/M area <A.B.C.D|(0-4294967295)>",
17059 : "Negate a command or set its defaults\n"
17060 : "Enable routing on an IP network\n"
17061 : "OSPF network prefix\n"
17062 : "Set the OSPF area ID\n"
17063 : "OSPF area ID in IP address format\n"
17064 : "OSPF area ID as a decimal value\n")
17065 :
17066 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_network_cmd_vtysh,
17067 : "no ospf network [<broadcast|non-broadcast|point-to-multipoint|point-to-point>]",
17068 : "Negate a command or set its defaults\n"
17069 : "OSPF interface commands\n"
17070 : "Network type\n"
17071 : "Specify OSPF broadcast multi-access network\n"
17072 : "Specify OSPF NBMA network\n"
17073 : "Specify OSPF point-to-multipoint network\n"
17074 : "Specify OSPF point-to-point network\n")
17075 :
17076 : DEFSH (VTYSH_OSPFD, no_ospf_opaque_cmd_vtysh,
17077 : "no ospf opaque-lsa",
17078 : "Negate a command or set its defaults\n"
17079 : "OSPF specific commands\n"
17080 : "Enable the Opaque-LSA capability (rfc2370)\n")
17081 :
17082 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_passive_interface_addr_cmd_vtysh,
17083 : "no passive-interface IFNAME [A.B.C.D]",
17084 : "Negate a command or set its defaults\n"
17085 : "Allow routing updates on an interface\n"
17086 : "Interface's name\n"
17087 : "IPv4 address\n")
17088 :
17089 : DEFSH (VTYSH_OSPFD, no_ospf_passive_interface_default_cmd_vtysh,
17090 : "no passive-interface default",
17091 : "Negate a command or set its defaults\n"
17092 : "Allow routing updates on an interface\n"
17093 : "Allow routing updates on interfaces by default\n")
17094 :
17095 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_priority_cmd_vtysh,
17096 : "no ospf priority [(0-255) [A.B.C.D]]",
17097 : "Negate a command or set its defaults\n"
17098 : "OSPF interface commands\n"
17099 : "Router priority\n"
17100 : "Priority\n"
17101 : "Address of interface\n")
17102 :
17103 : DEFSH (VTYSH_OSPFD, no_ospf_proactive_arp_cmd_vtysh,
17104 : "no proactive-arp",
17105 : "Negate a command or set its defaults\n"
17106 : "Disallow sending ARP requests proactively\n")
17107 :
17108 : DEFSH (VTYSH_OSPFD, no_ospf_redistribute_instance_source_cmd_vtysh,
17109 : "no redistribute <ospf|table> (1-65535) [{metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
17110 : "Negate a command or set its defaults\n"
17111 : "Redistribute information from another routing protocol\n"
17112 : "Open Shortest Path First\n"
17113 : "Non-main Kernel Routing Table\n"
17114 : "Instance ID/Table Id\n"
17115 : "Metric for redistributed routes\n"
17116 : "OSPF default metric\n"
17117 : "OSPF exterior metric type for redistributed routes\n"
17118 : "Set OSPF External Type 1/2 metrics\n"
17119 : "Route map reference\n"
17120 : "Pointer to route-map entries\n")
17121 :
17122 : DEFSH (VTYSH_OSPFD, no_ospf_redistribute_source_cmd_vtysh,
17123 : "no redistribute <kernel|connected|static|rip|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric> [{metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
17124 : "Negate a command or set its defaults\n"
17125 : "Redistribute information from another routing protocol\n"
17126 : "Kernel routes (not installed via the zebra RIB)\n"
17127 : "Connected routes (directly attached subnet or host)\n"
17128 : "Statically configured routes\n"
17129 : "Routing Information Protocol (RIP)\n"
17130 : "Intermediate System to Intermediate System (IS-IS)\n"
17131 : "Border Gateway Protocol (BGP)\n"
17132 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
17133 : "Next Hop Resolution Protocol (NHRP)\n"
17134 : "Non-main Kernel Routing Table\n"
17135 : "Virtual Network Control (VNC)\n"
17136 : "Babel routing protocol (Babel)\n"
17137 : "Super Happy Advanced Routing Protocol (sharpd)\n"
17138 : "OpenFabric Routing Protocol\n"
17139 : "Metric for redistributed routes\n"
17140 : "OSPF default metric\n"
17141 : "OSPF exterior metric type for redistributed routes\n"
17142 : "Set OSPF External Type 1/2 metrics\n"
17143 : "Route map reference\n"
17144 : "Pointer to route-map entries\n")
17145 :
17146 : DEFSH (VTYSH_OSPFD, no_ospf_refresh_timer_val_cmd_vtysh,
17147 : "no refresh timer [(10-1800)]",
17148 : "Negate a command or set its defaults\n"
17149 : "Adjust refresh parameters\n"
17150 : "Unset refresh timer\n"
17151 : "Timer value in seconds\n")
17152 :
17153 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_retransmit_interval_cmd_vtysh,
17154 : "no ospf retransmit-interval [(1-65535)] [A.B.C.D]",
17155 : "Negate a command or set its defaults\n"
17156 : "OSPF interface commands\n"
17157 : "Time between retransmitting lost link state advertisements\n"
17158 : "Seconds\n"
17159 : "Address of interface\n")
17160 :
17161 : DEFSH (VTYSH_OSPFD, no_ospf_rfc1583_flag_cmd_vtysh,
17162 : "no ospf rfc1583compatibility",
17163 : "Negate a command or set its defaults\n"
17164 : "OSPF specific commands\n"
17165 : "Disable the RFC1583Compatibility flag\n")
17166 :
17167 : DEFSH (VTYSH_OSPFD, no_ospf_route_aggregation_timer_cmd_vtysh,
17168 : "no aggregation timer",
17169 : "Negate a command or set its defaults\n"
17170 : "External route aggregation\n"
17171 : "Delay timer\n")
17172 :
17173 : DEFSH (VTYSH_OSPFD, no_ospf_router_id_cmd_vtysh,
17174 : "no ospf router-id [A.B.C.D]",
17175 : "Negate a command or set its defaults\n"
17176 : "OSPF specific commands\n"
17177 : "router-id for the OSPF process\n"
17178 : "OSPF router-id in IP address format\n")
17179 :
17180 : DEFSH (VTYSH_OSPFD, no_ospf_sr_enable_cmd_vtysh,
17181 : "no segment-routing [on]",
17182 : "Negate a command or set its defaults\n"
17183 : "Segment-Routing specific commands\n"
17184 : "Disable Segment Routing\n")
17185 :
17186 : DEFSH (VTYSH_OSPFD, no_ospf_ti_lfa_cmd_vtysh,
17187 : "no fast-reroute ti-lfa [node-protection]",
17188 : "Negate a command or set its defaults\n"
17189 : "Fast Reroute for MPLS and IP resilience\n"
17190 : "Topology Independent LFA (Loop-Free Alternate)\n"
17191 : "TI-LFA node protection (default is link protection)\n")
17192 :
17193 : DEFSH (VTYSH_OSPFD, no_ospf_timers_lsa_min_arrival_cmd_vtysh,
17194 : "no timers lsa min-arrival [(0-600000)]",
17195 : "Negate a command or set its defaults\n"
17196 : "Adjust routing timers\n"
17197 : "OSPF LSA timers\n"
17198 : "Minimum delay in receiving new version of a LSA\n"
17199 : "Delay in milliseconds\n")
17200 :
17201 : DEFSH (VTYSH_OSPFD, no_ospf_timers_min_ls_interval_cmd_vtysh,
17202 : "no timers throttle lsa all [(0-5000)]",
17203 : "Negate a command or set its defaults\n"
17204 : "Adjust routing timers\n"
17205 : "Throttling adaptive timer\n"
17206 : "LSA delay between transmissions\n"
17207 : "All LSA types\n"
17208 : "Delay (msec) between sending LSAs\n")
17209 :
17210 : DEFSH (VTYSH_OSPFD, no_ospf_timers_throttle_spf_cmd_vtysh,
17211 : "no timers throttle spf [(0-600000)(0-600000)(0-600000)]",
17212 : "Negate a command or set its defaults\n"
17213 : "Adjust routing timers\n"
17214 : "Throttling adaptive timer\n"
17215 : "OSPF SPF timers\n"
17216 : "Delay (msec) from first change received till SPF calculation\n"
17217 : "Initial hold time (msec) between consecutive SPF calculations\n"
17218 : "Maximum hold time (msec)\n")
17219 :
17220 : DEFSH_HIDDEN (VTYSH_OSPFD, no_ospf_transmit_delay_cmd_vtysh,
17221 : "no ospf transmit-delay [(1-65535) [A.B.C.D]]",
17222 : "Negate a command or set its defaults\n"
17223 : "OSPF interface commands\n"
17224 : "Link state transmit delay\n"
17225 : "Seconds\n"
17226 : "Address of interface\n")
17227 :
17228 : DEFSH (VTYSH_OSPFD, no_ospf_write_multiplier_cmd_vtysh,
17229 : "no ospf write-multiplier (1-100)",
17230 : "Negate a command or set its defaults\n"
17231 : "OSPF specific commands\n"
17232 : "Write multiplier\n"
17233 : "Maximum number of interface serviced per write\n")
17234 :
17235 : DEFSH (VTYSH_PATHD, no_path_ted_cmd_vtysh,
17236 : "no mpls-te [on]",
17237 : "Negate a command or set its defaults\n"
17238 : "Negate a command or set its defaults\n"
17239 : "Disable the TE Database functionality\n")
17240 :
17241 : DEFSH (VTYSH_PATHD, no_path_ted_import_cmd_vtysh,
17242 : "no mpls-te import",
17243 : "Negate a command or set its defaults\n"
17244 : "Negate a command or set its defaults\n"
17245 : "Disable the TE Database fill with remote igp data\n")
17246 :
17247 : DEFSH (VTYSH_PBRD, no_pbr_map_nexthop_cmd_vtysh,
17248 : "no set nexthop [< <A.B.C.D|X:X::X:X>$addr [INTERFACE$intf] |INTERFACE$intf > [nexthop-vrf NAME$vrf_name]]",
17249 : "Negate a command or set its defaults\n"
17250 : "Set for the PBR-MAP\n"
17251 : "Specify one of the nexthops in this map\n"
17252 : "v4 Address\n"
17253 : "v6 Address\n"
17254 : "Interface to use\n"
17255 : "Interface to use\n"
17256 : "If the nexthop is in a different vrf tell us\n"
17257 : "The nexthop-vrf Name\n")
17258 :
17259 : DEFSH (VTYSH_PBRD, no_pbr_map_nexthop_group_cmd_vtysh,
17260 : "no set nexthop-group [NHGNAME$name]",
17261 : "Negate a command or set its defaults\n"
17262 : "Set for the PBR-MAP\n"
17263 : "nexthop-group to use\n"
17264 : "The name of the nexthop-group\n")
17265 :
17266 : DEFSH (VTYSH_PBRD, no_pbr_map_vrf_cmd_vtysh,
17267 : "no set vrf [<NAME$vrf_name|unchanged>]",
17268 : "Negate a command or set its defaults\n"
17269 : "Set for the PBR-MAP\n"
17270 : "Specify the VRF for this map\n"
17271 : "The VRF Name\n"
17272 : "Use the interface's VRF for lookup\n")
17273 :
17274 : DEFSH (VTYSH_PBRD, no_pbr_set_table_range_cmd_vtysh,
17275 : "no pbr table range [(10000-4294966272)$lb (10000-4294966272)$ub]",
17276 : "Negate a command or set its defaults\n"
17277 : "Policy Based Routing\n"
17278 : "Set table ID range\n"
17279 : "Set table ID range\n"
17280 : "Lower bound for table ID range\n"
17281 : "Upper bound for table ID range\n")
17282 :
17283 : DEFSH (VTYSH_OSPFD, no_pce_address_cmd_vtysh,
17284 : "no pce address [A.B.C.D]",
17285 : "Negate a command or set its defaults\n"
17286 : "PCE Router Information specific commands\n"
17287 : "Disable PCE address\n"
17288 : "PCE address in IPv4 address format\n")
17289 :
17290 : DEFSH (VTYSH_OSPFD, no_pce_cap_flag_cmd_vtysh,
17291 : "no pce flag",
17292 : "Negate a command or set its defaults\n"
17293 : "PCE Router Information specific commands\n"
17294 : "Disable PCE capabilities\n")
17295 :
17296 : DEFSH (VTYSH_OSPFD, no_pce_domain_cmd_vtysh,
17297 : "no pce domain as (0-65535)",
17298 : "Negate a command or set its defaults\n"
17299 : "PCE Router Information specific commands\n"
17300 : "Disable PCE domain AS number\n"
17301 : "AS number where the PCE as visibilities for path computation\n"
17302 : "AS number in decimal <0-65535>\n")
17303 :
17304 : DEFSH (VTYSH_OSPFD, no_pce_neighbor_cmd_vtysh,
17305 : "no pce neighbor as (0-65535)",
17306 : "Negate a command or set its defaults\n"
17307 : "PCE Router Information specific commands\n"
17308 : "Disable PCE neighbor AS number\n"
17309 : "AS number of PCE neighbor\n"
17310 : "AS number in decimal <0-65535>\n")
17311 :
17312 : DEFSH (VTYSH_OSPFD, no_pce_path_scope_cmd_vtysh,
17313 : "no pce scope [BITPATTERN]",
17314 : "Negate a command or set its defaults\n"
17315 : "PCE Router Information specific commands\n"
17316 : "Disable PCE path scope\n"
17317 : "32-bit Hexadecimal value\n")
17318 :
17319 : DEFSH (VTYSH_ZEBRA, no_pseudowire_if_cmd_vtysh,
17320 : "no pseudowire IFNAME",
17321 : "Negate a command or set its defaults\n"
17322 : "Static pseudowire configuration\n"
17323 : "Pseudowire name\n")
17324 :
17325 : DEFSH (VTYSH_ISISD, no_psnp_interval_cmd_vtysh,
17326 : "no isis psnp-interval [(1-120)] [level-1|level-2]$level",
17327 : "Negate a command or set its defaults\n"
17328 : "IS-IS routing protocol\n"
17329 : "Set PSNP interval in seconds\n"
17330 : "PSNP interval value\n"
17331 : "Specify interval for level-1 PSNPs\n"
17332 : "Specify interval for level-2 PSNPs\n")
17333 :
17334 : DEFSH (VTYSH_RIPD, no_rip_default_metric_cmd_vtysh,
17335 : "no default-metric [(1-16)]",
17336 : "Negate a command or set its defaults\n"
17337 : "Set a metric of redistribute routes\n"
17338 : "Default metric\n")
17339 :
17340 : DEFSH (VTYSH_RIPD, no_rip_distance_cmd_vtysh,
17341 : "no distance [(1-255)]",
17342 : "Negate a command or set its defaults\n"
17343 : "Administrative distance\n"
17344 : "Distance value\n")
17345 :
17346 : DEFSH (VTYSH_RIPD, no_rip_timers_cmd_vtysh,
17347 : "no timers basic [(5-2147483647) (5-2147483647) (5-2147483647)]",
17348 : "Negate a command or set its defaults\n"
17349 : "Adjust routing timers\n"
17350 : "Basic routing protocol update timers\n"
17351 : "Routing table update timer value in second. Default is 30.\n"
17352 : "Routing information timeout timer. Default is 180.\n"
17353 : "Garbage collection timer. Default is 120.\n")
17354 :
17355 : DEFSH (VTYSH_RIPD, no_rip_version_cmd_vtysh,
17356 : "no version [(1-2)]",
17357 : "Negate a command or set its defaults\n"
17358 : "Set routing protocol version\n"
17359 : "version\n")
17360 :
17361 : DEFSH (VTYSH_RIPNGD, no_ripng_default_metric_cmd_vtysh,
17362 : "no default-metric [(1-16)]",
17363 : "Negate a command or set its defaults\n"
17364 : "Set a metric of redistribute routes\n"
17365 : "Default metric\n")
17366 :
17367 : DEFSH (VTYSH_RIPNGD, no_ripng_timers_cmd_vtysh,
17368 : "no timers basic [(1-65535) (1-65535) (1-65535)]",
17369 : "Negate a command or set its defaults\n"
17370 : "RIPng timers setup\n"
17371 : "Basic timer\n"
17372 : "Routing table update timer value in second. Default is 30.\n"
17373 : "Routing information timeout timer. Default is 180.\n"
17374 : "Garbage collection timer. Default is 120.\n")
17375 :
17376 : DEFSH (VTYSH_RMAP, no_rmap_call_cmd_vtysh,
17377 : "no call [NAME]",
17378 : "Negate a command or set its defaults\n"
17379 : "Jump to another Route-Map after match+set\n"
17380 : "Target route-map name\n")
17381 :
17382 : DEFSH (VTYSH_RMAP, no_rmap_continue_cmd_vtysh,
17383 : "no continue [(1-65535)]",
17384 : "Negate a command or set its defaults\n"
17385 : "Continue on a different entry within the route-map\n"
17386 : "Route-map entry sequence number\n")
17387 :
17388 : DEFSH (VTYSH_RMAP, no_rmap_description_cmd_vtysh,
17389 : "no description",
17390 : "Negate a command or set its defaults\n"
17391 : "Route-map comment\n")
17392 :
17393 : DEFSH (VTYSH_RMAP, no_rmap_onmatch_goto_cmd_vtysh,
17394 : "no on-match goto",
17395 : "Negate a command or set its defaults\n"
17396 : "Exit policy on matches\n"
17397 : "Goto Clause number\n")
17398 :
17399 : DEFSH (VTYSH_RMAP, no_rmap_onmatch_next_cmd_vtysh,
17400 : "no on-match next",
17401 : "Negate a command or set its defaults\n"
17402 : "Exit policy on matches\n"
17403 : "Next clause\n")
17404 :
17405 : DEFSH (VTYSH_RMAP, no_route_map_all_cmd_vtysh,
17406 : "no route-map RMAP_NAME$name",
17407 : "Negate a command or set its defaults\n"
17408 : "Create route-map or enter route-map command mode\n"
17409 : "Route map tag\n")
17410 :
17411 : DEFSH (VTYSH_RMAP, no_route_map_cmd_vtysh,
17412 : "no route-map RMAP_NAME$name <deny|permit>$action (1-65535)$sequence",
17413 : "Negate a command or set its defaults\n"
17414 : "Create route-map or enter route-map command mode\n"
17415 : "Route map tag\n"
17416 : "Route map denies set operations\n"
17417 : "Route map permits set operations\n"
17418 : "Sequence to insert to/delete from existing route-map entry\n")
17419 :
17420 : DEFSH (VTYSH_BABELD, no_router_babel_cmd_vtysh,
17421 : "no router babel",
17422 : "Negate a command or set its defaults\n"
17423 : "Disable a routing process\n"
17424 : "Remove Babel instance command\n")
17425 :
17426 : DEFSH (VTYSH_BGPD, no_router_bgp_cmd_vtysh,
17427 : "no router bgp [(1-4294967295)$instasn [<view|vrf> VIEWVRFNAME]]",
17428 : "Negate a command or set its defaults\n"
17429 : "Enable a routing process\n"
17430 : "BGP information\n"
17431 : "AS number\n"
17432 : "BGP view\n"
17433 : "BGP VRF\n"
17434 : "View/VRF name\n")
17435 :
17436 : DEFSH (VTYSH_EIGRPD, no_router_eigrp_cmd_vtysh,
17437 : "no router eigrp (1-65535)$as [vrf NAME]",
17438 : "Negate a command or set its defaults\n"
17439 : "Enable a routing process\n"
17440 : "EIGRP information\n"
17441 : "AS number\n"
17442 : "Specify the VRF\n"
17443 : "The VRF name\n")
17444 :
17445 : DEFSH (VTYSH_ZEBRA, no_router_id_cmd_vtysh,
17446 : "no router-id [A.B.C.D vrf NAME]",
17447 : "Negate a command or set its defaults\n"
17448 : "Remove the manually configured router-id\n"
17449 : "IP address to use for router-id\n"
17450 : "Specify the VRF\n"
17451 : "The VRF name\n")
17452 :
17453 : DEFSH (VTYSH_ZEBRA, no_router_id_in_vrf_cmd_vtysh,
17454 : "no router-id [A.B.C.D]",
17455 : "Negate a command or set its defaults\n"
17456 : "Remove the manually configured router-id\n"
17457 : "IP address to use for router-id\n")
17458 :
17459 : DEFSH (VTYSH_OSPFD, no_router_info_cmd_vtysh,
17460 : "no router-info",
17461 : "Negate a command or set its defaults\n"
17462 : "Disable the Router Information functionality\n")
17463 :
17464 : DEFSH (VTYSH_ISISD, no_router_isis_cmd_vtysh,
17465 : "no router isis WORD$tag [vrf NAME$vrf_name]",
17466 : "Negate a command or set its defaults\n"
17467 : "Enable a routing process\n"
17468 : "ISO IS-IS\n"
17469 : "ISO Routing area tag\n"
17470 : "Specify the VRF\n"
17471 : "The VRF name\n")
17472 :
17473 : DEFSH (VTYSH_OSPF6D, no_router_ospf6_cmd_vtysh,
17474 : "no router ospf6 [vrf NAME]",
17475 : "Negate a command or set its defaults\n"
17476 : "Enable a routing process\n"
17477 : "Open Shortest Path First (OSPF) for IPv6\n"
17478 : "Specify the VRF\n"
17479 : "The VRF name\n")
17480 :
17481 : DEFSH (VTYSH_OSPFD, no_router_ospf_cmd_vtysh,
17482 : "no router ospf [{(1-65535)|vrf NAME}]",
17483 : "Negate a command or set its defaults\n"
17484 : "Enable a routing process\n"
17485 : "Start OSPF configuration\n"
17486 : "Instance ID\n"
17487 : "Specify the VRF\n"
17488 : "The VRF name\n")
17489 :
17490 : DEFSH (VTYSH_RIPD, no_router_rip_cmd_vtysh,
17491 : "no router rip [vrf NAME]",
17492 : "Negate a command or set its defaults\n"
17493 : "Enable a routing process\n"
17494 : "Routing Information Protocol (RIP)\n"
17495 : "Specify the VRF\n"
17496 : "The VRF name\n")
17497 :
17498 : DEFSH (VTYSH_RIPNGD, no_router_ripng_cmd_vtysh,
17499 : "no router ripng [vrf NAME]",
17500 : "Negate a command or set its defaults\n"
17501 : "Enable a routing process\n"
17502 : "Make RIPng instance command\n"
17503 : "Specify the VRF\n"
17504 : "The VRF name\n")
17505 :
17506 : DEFSH (VTYSH_BGPD, no_rpki_cache_cmd_vtysh,
17507 : "no rpki cache <A.B.C.D|WORD> <TCPPORT|(1-65535)$sshport SSH_UNAME SSH_PRIVKEY [SERVER_PUBKEY]> [source <A.B.C.D>$bindaddr] preference (1-255)",
17508 : "Negate a command or set its defaults\n"
17509 : "Control rpki specific settings\n"
17510 : "Install a cache server to current group\n"
17511 : "IP address of cache server\n"
17512 : "Hostname of cache server\n"
17513 : "TCP port number\n"
17514 : "SSH port number\n"
17515 : "SSH user name\n"
17516 : "Path to own SSH private key\n"
17517 : "Path to Public key of cache server\n"
17518 : "Configure source IP address of RPKI connection\n"
17519 : "Define a Source IP Address\n"
17520 : "Preference of the cache server\n"
17521 : "Preference value\n")
17522 :
17523 : DEFSH (VTYSH_BGPD, no_rpki_cmd_vtysh,
17524 : "no rpki",
17525 : "Negate a command or set its defaults\n"
17526 : "Enable rpki and enter rpki configuration mode\n")
17527 :
17528 : DEFSH (VTYSH_BGPD, no_rpki_expire_interval_cmd_vtysh,
17529 : "no rpki expire_interval [(600-172800)]",
17530 : "Negate a command or set its defaults\n"
17531 : "Control rpki specific settings\n"
17532 : "Set expire interval back to default\n"
17533 : "Expire interval value\n")
17534 :
17535 : DEFSH (VTYSH_BGPD, no_rpki_polling_period_cmd_vtysh,
17536 : "no rpki polling_period [(1-86400)]",
17537 : "Negate a command or set its defaults\n"
17538 : "Control rpki specific settings\n"
17539 : "Set polling period back to default\n"
17540 : "Polling period value\n")
17541 :
17542 : DEFSH (VTYSH_BGPD, no_rpki_retry_interval_cmd_vtysh,
17543 : "no rpki retry_interval [(1-7200)]",
17544 : "Negate a command or set its defaults\n"
17545 : "Control rpki specific settings\n"
17546 : "Set retry interval back to default\n"
17547 : "retry interval value\n")
17548 :
17549 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, no_send_lifetime_cmd_vtysh,
17550 : "no send-lifetime",
17551 : "Negate a command or set its defaults\n"
17552 : "Unset send-lifetime\n")
17553 :
17554 : DEFSH (VTYSH_ALL, no_service_advanced_vty_cmd_vtysh,
17555 : "no service advanced-vty",
17556 : "Negate a command or set its defaults\n"
17557 : "Set up miscellaneous service\n"
17558 : "Enable advanced mode vty interface\n")
17559 :
17560 : DEFSH (VTYSH_ALL, no_service_cputime_warning_cmd_vtysh,
17561 : "no service cputime-warning",
17562 : "Negate a command or set its defaults\n"
17563 : "Set up miscellaneous service\n"
17564 : "Warn for tasks exceeding CPU usage threshold\n")
17565 :
17566 : DEFSH (VTYSH_ALL, no_service_walltime_warning_cmd_vtysh,
17567 : "no service walltime-warning",
17568 : "Negate a command or set its defaults\n"
17569 : "Set up miscellaneous service\n"
17570 : "Warn for tasks exceeding total wallclock threshold\n")
17571 :
17572 : DEFSH (VTYSH_BGPD, no_set_aggregator_as_cmd_vtysh,
17573 : "no set aggregator as [(1-4294967295) A.B.C.D]",
17574 : "Negate a command or set its defaults\n"
17575 : "Set values in destination routing protocol\n"
17576 : "BGP aggregator attribute\n"
17577 : "AS number of aggregator\n"
17578 : "AS number\n"
17579 : "IP address of aggregator\n")
17580 :
17581 : DEFSH (VTYSH_BGPD, no_set_aigp_metric_cmd_vtysh,
17582 : "no set aigp-metric [<igp-metric|(1-4294967295)>]",
17583 : "Negate a command or set its defaults\n"
17584 : "Set values in destination routing protocol\n"
17585 : "BGP AIGP attribute (AIGP Metric TLV)\n"
17586 : "AIGP Metric value from IGP protocol\n"
17587 : "Manual AIGP Metric value\n")
17588 :
17589 : DEFSH (VTYSH_BGPD, no_set_aspath_exclude_all_cmd_vtysh,
17590 : "no set as-path exclude",
17591 : "Negate a command or set its defaults\n"
17592 : "Set values in destination routing protocol\n"
17593 : "Transform BGP AS_PATH attribute\n"
17594 : "Exclude from the as-path\n")
17595 :
17596 : DEFSH (VTYSH_BGPD, no_set_aspath_exclude_cmd_vtysh,
17597 : "no set as-path exclude (1-4294967295)...",
17598 : "Negate a command or set its defaults\n"
17599 : "Set values in destination routing protocol\n"
17600 : "Transform BGP AS_PATH attribute\n"
17601 : "Exclude from the as-path\n"
17602 : "AS number\n")
17603 :
17604 : DEFSH (VTYSH_BGPD, no_set_aspath_prepend_cmd_vtysh,
17605 : "no set as-path prepend [(1-4294967295)]",
17606 : "Negate a command or set its defaults\n"
17607 : "Set values in destination routing protocol\n"
17608 : "Transform BGP AS_PATH attribute\n"
17609 : "Prepend to the as-path\n"
17610 : "AS number\n")
17611 :
17612 : DEFSH (VTYSH_BGPD, no_set_aspath_prepend_lastas_cmd_vtysh,
17613 : "no set as-path prepend last-as [(1-10)]",
17614 : "Negate a command or set its defaults\n"
17615 : "Set values in destination routing protocol\n"
17616 : "Transform BGP AS_PATH attribute\n"
17617 : "Prepend to the as-path\n"
17618 : "Use the peers AS-number\n"
17619 : "Number of times to insert\n")
17620 :
17621 : DEFSH (VTYSH_BGPD, no_set_aspath_replace_asn_cmd_vtysh,
17622 : "no set as-path replace [<any|(1-4294967295)>]",
17623 : "Negate a command or set its defaults\n"
17624 : "Set values in destination routing protocol\n"
17625 : "Transform BGP AS_PATH attribute\n"
17626 : "Replace AS number to local AS number\n"
17627 : "Replace any AS number to local AS number\n"
17628 : "Replace a specific AS number to local AS number\n")
17629 :
17630 : DEFSH (VTYSH_BGPD, no_set_atomic_aggregate_cmd_vtysh,
17631 : "no set atomic-aggregate",
17632 : "Negate a command or set its defaults\n"
17633 : "Set values in destination routing protocol\n"
17634 : "BGP atomic aggregate attribute\n")
17635 :
17636 : DEFSH (VTYSH_BGPD, no_set_community_cmd_vtysh,
17637 : "no set community AA:NN...",
17638 : "Negate a command or set its defaults\n"
17639 : "Set values in destination routing protocol\n"
17640 : "BGP community attribute\n"
17641 : "Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet|graceful-shutdown|accept-own-nexthop|accept-own|route-filter-translated-v4|route-filter-v4|route-filter-translated-v6|route-filter-v6|llgr-stale|no-llgr|blackhole|no-peer or additive\n")
17642 :
17643 : DEFSH (VTYSH_BGPD, no_set_community_delete_cmd_vtysh,
17644 : "no set comm-list [<(1-99)|(100-500)|COMMUNITY_LIST_NAME> delete]",
17645 : "Negate a command or set its defaults\n"
17646 : "Set values in destination routing protocol\n"
17647 : "set BGP community list (for deletion)\n"
17648 : "Community-list number (standard)\n"
17649 : "Community-list number (expanded)\n"
17650 : "Community-list name\n"
17651 : "Delete matching communities\n")
17652 :
17653 : DEFSH (VTYSH_BGPD, no_set_community_short_cmd_vtysh,
17654 : "no set community",
17655 : "Negate a command or set its defaults\n"
17656 : "Set values in destination routing protocol\n"
17657 : "BGP community attribute\n")
17658 :
17659 : DEFSH (VTYSH_BGPD, no_set_distance_cmd_vtysh,
17660 : "no set distance [(0-255)]",
17661 : "Negate a command or set its defaults\n"
17662 : "Set values in destination routing protocol\n"
17663 : "BGP Administrative Distance to use\n"
17664 : "Distance value\n")
17665 :
17666 : DEFSH (VTYSH_BGPD, no_set_ecommunity_lb_cmd_vtysh,
17667 : "no set extcommunity bandwidth <(1-25600)|cumulative|num-multipaths> [non-transitive]",
17668 : "Negate a command or set its defaults\n"
17669 : "Set values in destination routing protocol\n"
17670 : "BGP extended community attribute\n"
17671 : "Link bandwidth extended community\n"
17672 : "Bandwidth value in Mbps\n"
17673 : "Cumulative bandwidth of all multipaths (outbound-only)\n"
17674 : "Internally computed bandwidth based on number of multipaths (outbound-only)\n"
17675 : "Attribute is set as non-transitive\n")
17676 :
17677 : DEFSH (VTYSH_BGPD, no_set_ecommunity_lb_short_cmd_vtysh,
17678 : "no set extcommunity bandwidth",
17679 : "Negate a command or set its defaults\n"
17680 : "Set values in destination routing protocol\n"
17681 : "BGP extended community attribute\n"
17682 : "Link bandwidth extended community\n")
17683 :
17684 : DEFSH (VTYSH_BGPD, no_set_ecommunity_none_cmd_vtysh,
17685 : "no set extcommunity none",
17686 : "Negate a command or set its defaults\n"
17687 : "Set values in destination routing protocol\n"
17688 : "BGP extended community attribute\n"
17689 : "No extended community attribute\n")
17690 :
17691 : DEFSH (VTYSH_BGPD, no_set_ecommunity_rt_cmd_vtysh,
17692 : "no set extcommunity rt ASN:NN_OR_IP-ADDRESS:NN...",
17693 : "Negate a command or set its defaults\n"
17694 : "Set values in destination routing protocol\n"
17695 : "BGP extended community attribute\n"
17696 : "Route Target extended community\n"
17697 : "VPN extended community\n")
17698 :
17699 : DEFSH (VTYSH_BGPD, no_set_ecommunity_rt_short_cmd_vtysh,
17700 : "no set extcommunity rt",
17701 : "Negate a command or set its defaults\n"
17702 : "Set values in destination routing protocol\n"
17703 : "BGP extended community attribute\n"
17704 : "Route Target extended community\n")
17705 :
17706 : DEFSH (VTYSH_BGPD, no_set_ecommunity_soo_cmd_vtysh,
17707 : "no set extcommunity soo ASN:NN_OR_IP-ADDRESS:NN...",
17708 : "Negate a command or set its defaults\n"
17709 : "Set values in destination routing protocol\n"
17710 : "BGP extended community attribute\n"
17711 : "Site-of-Origin extended community\n"
17712 : "VPN extended community\n")
17713 :
17714 : DEFSH (VTYSH_BGPD, no_set_ecommunity_soo_short_cmd_vtysh,
17715 : "no set extcommunity soo",
17716 : "Negate a command or set its defaults\n"
17717 : "Set values in destination routing protocol\n"
17718 : "GP extended community attribute\n"
17719 : "Site-of-Origin extended community\n")
17720 :
17721 : DEFSH (VTYSH_BGPD, no_set_evpn_gw_ip_ipv4_cmd_vtysh,
17722 : "no set evpn gateway-ip ipv4 A.B.C.D",
17723 : "Negate a command or set its defaults\n"
17724 : "Set values in destination routing protocol\n"
17725 : "Ethernet Virtual Private Network\n"
17726 : "Set gateway IP for prefix advertisement route\n"
17727 : "IPv4 address\n"
17728 : "Gateway IP address in IPv4 format\n")
17729 :
17730 : DEFSH (VTYSH_BGPD, no_set_evpn_gw_ip_ipv6_cmd_vtysh,
17731 : "no set evpn gateway-ip ipv6 X:X::X:X",
17732 : "Negate a command or set its defaults\n"
17733 : "Set values in destination routing protocol\n"
17734 : "Ethernet Virtual Private Network\n"
17735 : "Set gateway IP for prefix advertisement route\n"
17736 : "IPv4 address\n"
17737 : "Gateway IP address in IPv4 format\n")
17738 :
17739 : DEFSH (VTYSH_RMAP, no_set_ip_nexthop_cmd_vtysh,
17740 : "no set ip next-hop [A.B.C.D]",
17741 : "Negate a command or set its defaults\n"
17742 : "Set values in destination routing protocol\n"
17743 : "IP information\n"
17744 : "Next hop address\n"
17745 : "IP address of next hop\n")
17746 :
17747 : DEFSH (VTYSH_BGPD, no_set_ipv6_nexthop_global_cmd_vtysh,
17748 : "no set ipv6 next-hop global X:X::X:X",
17749 : "Negate a command or set its defaults\n"
17750 : "Set values in destination routing protocol\n"
17751 : "IPv6 information\n"
17752 : "IPv6 next-hop address\n"
17753 : "IPv6 global address\n"
17754 : "IPv6 address of next hop\n")
17755 :
17756 : DEFSH (VTYSH_RMAP, no_set_ipv6_nexthop_local_cmd_vtysh,
17757 : "no set ipv6 next-hop local [X:X::X:X]",
17758 : "Negate a command or set its defaults\n"
17759 : "Set values in destination routing protocol\n"
17760 : "IPv6 information\n"
17761 : "IPv6 next-hop address\n"
17762 : "IPv6 local address\n"
17763 : "IPv6 address of next hop\n")
17764 :
17765 : DEFSH (VTYSH_BGPD, no_set_ipv6_nexthop_peer_cmd_vtysh,
17766 : "no set ipv6 next-hop peer-address",
17767 : "Negate a command or set its defaults\n"
17768 : "Set values in destination routing protocol\n"
17769 : "IPv6 information\n"
17770 : "IPv6 next-hop address\n"
17771 : "Use peer address (for BGP only)\n")
17772 :
17773 : DEFSH (VTYSH_BGPD, no_set_ipv6_nexthop_prefer_global_cmd_vtysh,
17774 : "no set ipv6 next-hop prefer-global",
17775 : "Negate a command or set its defaults\n"
17776 : "Set values in destination routing protocol\n"
17777 : "IPv6 information\n"
17778 : "IPv6 next-hop address\n"
17779 : "Prefer global over link-local if both exist\n")
17780 :
17781 : DEFSH (VTYSH_BGPD, no_set_ipx_vpn_nexthop_cmd_vtysh,
17782 : "no set <ipv4|ipv6> vpn next-hop [<A.B.C.D|X:X::X:X>]",
17783 : "Negate a command or set its defaults\n"
17784 : "Set values in destination routing protocol\n"
17785 : "IPv4 information\n"
17786 : "IPv6 information\n"
17787 : "VPN information\n"
17788 : "VPN next-hop address\n"
17789 : "IP address of next hop\n"
17790 : "IPv6 address of next hop\n")
17791 :
17792 : DEFSH (VTYSH_BGPD, no_set_label_index_cmd_vtysh,
17793 : "no set label-index [(0-1048560)]",
17794 : "Negate a command or set its defaults\n"
17795 : "Set values in destination routing protocol\n"
17796 : "Label index to associate with the prefix\n"
17797 : "Label index value\n")
17798 :
17799 : DEFSH (VTYSH_BGPD, no_set_lcommunity1_cmd_vtysh,
17800 : "no set large-community AA:BB:CC...",
17801 : "Negate a command or set its defaults\n"
17802 : "Set values in destination routing protocol\n"
17803 : "BGP large community attribute\n"
17804 : "Large community in AA:BB:CC... format or additive\n")
17805 :
17806 : DEFSH (VTYSH_BGPD, no_set_lcommunity1_short_cmd_vtysh,
17807 : "no set large-community",
17808 : "Negate a command or set its defaults\n"
17809 : "Set values in destination routing protocol\n"
17810 : "BGP large community attribute\n")
17811 :
17812 : DEFSH (VTYSH_BGPD, no_set_lcommunity_cmd_vtysh,
17813 : "no set large-community none",
17814 : "Negate a command or set its defaults\n"
17815 : "Set values in destination routing protocol\n"
17816 : "BGP large community attribute\n"
17817 : "No community attribute\n")
17818 :
17819 : DEFSH (VTYSH_BGPD, no_set_lcommunity_delete_cmd_vtysh,
17820 : "no set large-comm-list <(1-99)|(100-500)|LCOMMUNITY_LIST_NAME> [delete]",
17821 : "Negate a command or set its defaults\n"
17822 : "Set values in destination routing protocol\n"
17823 : "set BGP large community list (for deletion)\n"
17824 : "Large Community-list number (standard)\n"
17825 : "Large Communitly-list number (expanded)\n"
17826 : "Large Community-list name\n"
17827 : "Delete matching large communities\n")
17828 :
17829 : DEFSH (VTYSH_BGPD, no_set_lcommunity_delete_short_cmd_vtysh,
17830 : "no set large-comm-list",
17831 : "Negate a command or set its defaults\n"
17832 : "Set values in destination routing protocol\n"
17833 : "set BGP large community list (for deletion)\n")
17834 :
17835 : DEFSH (VTYSH_BGPD, no_set_local_pref_cmd_vtysh,
17836 : "no set local-preference [WORD]",
17837 : "Negate a command or set its defaults\n"
17838 : "Set values in destination routing protocol\n"
17839 : "BGP local preference path attribute\n"
17840 : "Preference value (0-4294967295)\n")
17841 :
17842 : DEFSH (VTYSH_RMAP, no_set_metric_cmd_vtysh,
17843 : "no set metric [OPTVAL]",
17844 : "Negate a command or set its defaults\n"
17845 : "Set values in destination routing protocol\n"
17846 : "Metric value for destination routing protocol\n"
17847 : "Metric value\n")
17848 :
17849 : DEFSH (VTYSH_OSPF6D|VTYSH_OSPFD, no_set_metric_type_cmd_vtysh,
17850 : "no set metric-type [<type-1|type-2>]",
17851 : "Negate a command or set its defaults\n"
17852 : "Set values in destination routing protocol\n"
17853 : "Type of metric for destination routing protocol\n"
17854 : "OSPF[6] external type 1 metric\n"
17855 : "OSPF[6] external type 2 metric\n")
17856 :
17857 : DEFSH (VTYSH_BGPD, no_set_origin_cmd_vtysh,
17858 : "no set origin [<egp|igp|incomplete>]",
17859 : "Negate a command or set its defaults\n"
17860 : "Set values in destination routing protocol\n"
17861 : "BGP origin code\n"
17862 : "remote EGP\n"
17863 : "local IGP\n"
17864 : "unknown heritage\n")
17865 :
17866 : DEFSH (VTYSH_BGPD, no_set_originator_id_cmd_vtysh,
17867 : "no set originator-id [A.B.C.D]",
17868 : "Negate a command or set its defaults\n"
17869 : "Set values in destination routing protocol\n"
17870 : "BGP originator ID attribute\n"
17871 : "IP address of originator\n")
17872 :
17873 : DEFSH (VTYSH_ISISD, no_set_overload_bit_on_startup_cmd_vtysh,
17874 : "no set-overload-bit on-startup [(0-86400)$val]",
17875 : "Negate a command or set its defaults\n"
17876 : "Reset overload bit to accept transit traffic\n"
17877 : "Set overload bit on startup\n"
17878 : "Set overload time in seconds\n")
17879 :
17880 : DEFSH (VTYSH_ZEBRA, no_set_src_cmd_vtysh,
17881 : "no set src [<A.B.C.D|X:X::X:X>]",
17882 : "Negate a command or set its defaults\n"
17883 : "Set values in destination routing protocol\n"
17884 : "Source address for route\n"
17885 : "IPv4 address\n"
17886 : "IPv6 address\n")
17887 :
17888 : DEFSH (VTYSH_RMAP, no_set_srte_color_cmd_vtysh,
17889 : "no set sr-te color [(1-4294967295)]",
17890 : "Negate a command or set its defaults\n"
17891 : "Set values in destination routing protocol\n"
17892 : "SR-TE information\n"
17893 : "SR-TE Color information\n"
17894 : "Color of the SR-TE Policies to match with\n")
17895 :
17896 : DEFSH (VTYSH_BGPD, no_set_table_id_cmd_vtysh,
17897 : "no set table",
17898 : "Negate a command or set its defaults\n"
17899 : "Set values in destination routing protocol\n"
17900 : "export route to non-main kernel table\n")
17901 :
17902 : DEFSH (VTYSH_RMAP, no_set_tag_cmd_vtysh,
17903 : "no set tag [(1-4294967295)]",
17904 : "Negate a command or set its defaults\n"
17905 : "Set values in destination routing protocol\n"
17906 : "Tag value for routing protocol\n"
17907 : "Tag value\n")
17908 :
17909 : DEFSH (VTYSH_BGPD, no_set_weight_cmd_vtysh,
17910 : "no set weight [(0-4294967295)]",
17911 : "Negate a command or set its defaults\n"
17912 : "Set values in destination routing protocol\n"
17913 : "BGP weight for routing table\n"
17914 : "Weight value\n")
17915 :
17916 : DEFSH (VTYSH_SHARPD, no_sharp_interface_protodown_cmd_vtysh,
17917 : "no sharp interface IFNAME$ifname protodown",
17918 : "Negate a command or set its defaults\n"
17919 : "Sharp Routing Protocol\n"
17920 : "Interface information\n"
17921 : "Interface name(e.g. ep0)\n"
17922 : "Set interface protodown\n")
17923 :
17924 : DEFSH (VTYSH_ZEBRA, no_shutdown_if_cmd_vtysh,
17925 : "no shutdown",
17926 : "Negate a command or set its defaults\n"
17927 : "Shutdown the selected interface\n")
17928 :
17929 : DEFSH (VTYSH_ISISD, no_spf_backoff_debug_cmd_vtysh,
17930 : "no debug spf-delay-ietf",
17931 : "Negate a command or set its defaults\n"
17932 : "Debugging functions\n"
17933 : "SPF Back-off Debugging\n")
17934 :
17935 : DEFSH (VTYSH_ISISD, no_spf_delay_ietf_cmd_vtysh,
17936 : "no spf-delay-ietf [init-delay (0-60000) short-delay (0-60000) long-delay (0-60000) holddown (0-60000) time-to-learn (0-60000)]",
17937 : "Negate a command or set its defaults\n"
17938 : "IETF SPF delay algorithm\n"
17939 : "Delay used while in QUIET state\n"
17940 : "Delay used while in QUIET state in milliseconds\n"
17941 : "Delay used while in SHORT_WAIT state\n"
17942 : "Delay used while in SHORT_WAIT state in milliseconds\n"
17943 : "Delay used while in LONG_WAIT\n"
17944 : "Delay used while in LONG_WAIT state in milliseconds\n"
17945 : "Time with no received IGP events before considering IGP stable\n"
17946 : "Time with no received IGP events before considering IGP stable (in milliseconds)\n"
17947 : "Maximum duration needed to learn all the events related to a single failure\n"
17948 : "Maximum duration needed to learn all the events related to a single failure (in milliseconds)\n")
17949 :
17950 : DEFSH (VTYSH_ISISD, no_spf_interval_cmd_vtysh,
17951 : "no spf-interval [level-1|level-2]$level [(1-120)]",
17952 : "Negate a command or set its defaults\n"
17953 : "Minimum interval between SPF calculations\n"
17954 : "Set interval for level 1 only\n"
17955 : "Set interval for level 2 only\n"
17956 : "Minimum interval between consecutive SPFs in seconds\n")
17957 :
17958 : DEFSH (VTYSH_ISISD, no_spf_prefix_priority_cmd_vtysh,
17959 : "no spf prefix-priority <critical|high|medium>$priority [ACCESSLIST_NAME]",
17960 : "Negate a command or set its defaults\n"
17961 : "SPF configuration\n"
17962 : "Configure a prefix priority list\n"
17963 : "Specify critical priority prefixes\n"
17964 : "Specify high priority prefixes\n"
17965 : "Specify medium priority prefixes\n"
17966 : "Access-list name\n")
17967 :
17968 : DEFSH (VTYSH_OSPFD, no_sr_global_label_range_cmd_vtysh,
17969 : "no segment-routing global-block [(16-1048575) (16-1048575) local-block (16-1048575) (16-1048575)]",
17970 : "Negate a command or set its defaults\n"
17971 : "Segment-Routing specific commands\n"
17972 : "Segment Routing Global Block label range\n"
17973 : "Lower-bound range in decimal (16-1048575)\n"
17974 : "Upper-bound range in decimal (16-1048575)\n"
17975 : "Segment Routing Local Block label range\n"
17976 : "Lower-bound range in decimal (16-1048575)\n"
17977 : "Upper-bound range in decimal (16-1048575)\n")
17978 :
17979 : DEFSH (VTYSH_OSPFD, no_sr_node_msd_cmd_vtysh,
17980 : "no segment-routing node-msd [(1-16)]",
17981 : "Negate a command or set its defaults\n"
17982 : "Segment-Routing specific commands\n"
17983 : "Maximum Stack Depth for this router\n"
17984 : "Maximum number of label that could be stack (1-16)\n")
17985 :
17986 : DEFSH (VTYSH_OSPFD, no_sr_prefix_sid_cmd_vtysh,
17987 : "no segment-routing prefix A.B.C.D/M [index (0-65535)|no-php-flag|explicit-null]",
17988 : "Negate a command or set its defaults\n"
17989 : "Segment-Routing specific commands\n"
17990 : "Prefix SID\n"
17991 : "IPv4 Prefix as A.B.C.D/M\n"
17992 : "SID index for this prefix in decimal (0-65535)\n"
17993 : "Index value inside SRGB (lower_bound < index < upper_bound)\n"
17994 : "Don't request Penultimate Hop Popping (PHP)\n"
17995 : "Upstream neighbor must replace prefix-sid with explicit null label\n")
17996 :
17997 : DEFSH (VTYSH_ZEBRA, no_srv6_cmd_vtysh,
17998 : "no srv6",
17999 : "Negate a command or set its defaults\n"
18000 : "Segment Routing SRv6\n")
18001 :
18002 : DEFSH (VTYSH_ZEBRA, no_srv6_locator_cmd_vtysh,
18003 : "no locator WORD",
18004 : "Negate a command or set its defaults\n"
18005 : "Segment Routing SRv6 locator\n"
18006 : "Specify locator-name\n")
18007 :
18008 : DEFSH (VTYSH_BGPD, no_synchronization_cmd_vtysh,
18009 : "no synchronization",
18010 : "Negate a command or set its defaults\n"
18011 : "Perform IGP synchronization\n")
18012 :
18013 : DEFSH (VTYSH_NHRPD, no_tunnel_protection_cmd_vtysh,
18014 : "no tunnel protection",
18015 : "Negate a command or set its defaults\n"
18016 : "NHRP/GRE integration\n"
18017 : "IPsec protection\n")
18018 :
18019 : DEFSH (VTYSH_NHRPD, no_tunnel_source_cmd_vtysh,
18020 : "no tunnel source",
18021 : "NHRP/GRE integration\n"
18022 : "Tunnel device binding tracking\n"
18023 : "Interface name\n")
18024 :
18025 : DEFSH (VTYSH_BGPD, no_vpnv4_network_cmd_vtysh,
18026 : "no network A.B.C.D/M rd ASN:NN_OR_IP-ADDRESS:NN <tag|label> (0-1048575)",
18027 : "Negate a command or set its defaults\n"
18028 : "Specify a network to announce via BGP\n"
18029 : "IPv4 prefix\n"
18030 : "Specify Route Distinguisher\n"
18031 : "VPN Route Distinguisher\n"
18032 : "VPN NLRI label (tag)\n"
18033 : "VPN NLRI label (tag)\n"
18034 : "Label value\n")
18035 :
18036 : DEFSH (VTYSH_BGPD, no_vpnv6_network_cmd_vtysh,
18037 : "no network X:X::X:X/M rd ASN:NN_OR_IP-ADDRESS:NN <tag|label> (0-1048575)",
18038 : "Negate a command or set its defaults\n"
18039 : "Specify a network to announce via BGP\n"
18040 : "IPv6 prefix <network>/<length>, e.g., 3ffe::/16\n"
18041 : "Specify Route Distinguisher\n"
18042 : "VPN Route Distinguisher\n"
18043 : "VPN NLRI label (tag)\n"
18044 : "VPN NLRI label (tag)\n"
18045 : "Label value\n")
18046 :
18047 : DEFSH (VTYSH_VRF, no_vrf_cmd_vtysh,
18048 : "no vrf NAME",
18049 : "Negate a command or set its defaults\n"
18050 : "Delete a pseudo VRF's configuration\n"
18051 : "VRF's name\n")
18052 :
18053 : DEFSH (VTYSH_VRF, no_vrf_debug_cmd_vtysh,
18054 : "no debug vrf",
18055 : "Negate a command or set its defaults\n"
18056 : "Debugging functions\n"
18057 : "VRF Debugging\n")
18058 :
18059 : DEFSH (VTYSH_ZEBRA, no_vrf_netns_cmd_vtysh,
18060 : "no netns [NAME]",
18061 : "Negate a command or set its defaults\n"
18062 : "Detach VRF from a Namespace\n"
18063 : "The file name in /var/run/netns, or a full pathname\n")
18064 :
18065 : DEFSH (VTYSH_ZEBRA, no_vrf_vni_mapping_cmd_vtysh,
18066 : "no vni (1-16777215)[prefix-routes-only]",
18067 : "Negate a command or set its defaults\n"
18068 : "VNI corresponding to tenant VRF\n"
18069 : "VNI-ID\n"
18070 : "prefix-routes-only\n")
18071 :
18072 : DEFSH (VTYSH_VRRPD, no_vrrp_advertisement_interval_cmd_vtysh,
18073 : "no vrrp (1-255)$vrid advertisement-interval [(10-40950)]",
18074 : "Negate a command or set its defaults\n"
18075 : "Virtual Router Redundancy Protocol\n"
18076 : "Virtual Router ID\n"
18077 : "Virtual Router Advertisement Interval\n"
18078 : "Advertisement interval in milliseconds; must be multiple of 10\n")
18079 :
18080 : DEFSH (VTYSH_VRRPD, no_vrrp_priority_cmd_vtysh,
18081 : "no vrrp (1-255)$vrid priority [(1-254)]",
18082 : "Negate a command or set its defaults\n"
18083 : "Virtual Router Redundancy Protocol\n"
18084 : "Virtual Router ID\n"
18085 : "Virtual Router Priority\n"
18086 : "Priority value\n")
18087 :
18088 : DEFSH (VTYSH_ALL, no_vty_access_class_cmd_vtysh,
18089 : "no access-class [WORD]",
18090 : "Negate a command or set its defaults\n"
18091 : "Filter connections based on an IP access list\n"
18092 : "IP access list\n")
18093 :
18094 : DEFSH (VTYSH_ALL, no_vty_ipv6_access_class_cmd_vtysh,
18095 : "no ipv6 access-class [WORD]",
18096 : "Negate a command or set its defaults\n"
18097 : "IPv6 information\n"
18098 : "Filter connections based on an IP access list\n"
18099 : "IPv6 access list\n")
18100 :
18101 : DEFSH (VTYSH_ALL, no_vty_login_cmd_vtysh,
18102 : "no login",
18103 : "Negate a command or set its defaults\n"
18104 : "Enable password checking\n")
18105 :
18106 : DEFSH (VTYSH_OSPFD, no_write_multiplier_cmd_vtysh,
18107 : "no write-multiplier (1-100)",
18108 : "Negate a command or set its defaults\n"
18109 : "Write multiplier\n"
18110 : "Maximum number of interface serviced per write\n")
18111 :
18112 : DEFSH (VTYSH_ZEBRA, no_zebra_dplane_queue_limit_cmd_vtysh,
18113 : "no zebra dplane limit [(0-10000)]",
18114 : "Negate a command or set its defaults\n"
18115 : "Zebra information\n"
18116 : "Zebra dataplane\n"
18117 : "Limit incoming queued updates\n"
18118 : "Number of queued updates\n")
18119 :
18120 : DEFSH_HIDDEN (VTYSH_ZEBRA, no_zebra_kernel_netlink_batch_tx_buf_cmd_vtysh,
18121 : "no zebra kernel netlink batch-tx-buf [(0-1048576)] [(0-1048576)]",
18122 : "Negate a command or set its defaults\n"
18123 : "Zebra information\n"
18124 : "Zebra kernel interface\n"
18125 : "Set Netlink parameters\n"
18126 : "Set batch buffer size and send threshold\n"
18127 : "Size of the buffer\n"
18128 : "Send threshold\n")
18129 :
18130 : DEFSH_HIDDEN (VTYSH_ZEBRA, no_zebra_packet_process_cmd_vtysh,
18131 : "no zebra zapi-packets [(1-10000)]",
18132 : "Negate a command or set its defaults\n"
18133 : "Zebra information\n"
18134 : "Zapi Protocol\n"
18135 : "Number of packets to process before relinquishing thread\n")
18136 :
18137 : DEFSH (VTYSH_ZEBRA, no_zebra_protodown_bit_cmd_vtysh,
18138 : "no zebra protodown reason-bit [(0-31)$bit]",
18139 : "Negate a command or set its defaults\n"
18140 : "Zebra information\n"
18141 : "Protodown Configuration\n"
18142 : "Reason Bit used in the kernel for setting protodown\n"
18143 : "Reason Bit Range\n")
18144 :
18145 : DEFSH (VTYSH_ZEBRA, no_zebra_route_map_timer_cmd_vtysh,
18146 : "no zebra route-map delay-timer [(0-600)]",
18147 : "Negate a command or set its defaults\n"
18148 : "Zebra information\n"
18149 : "Set route-map parameters\n"
18150 : "Reset delay-timer to default value, 30 secs\n"
18151 : "0 means route-map changes are run immediately instead of delaying\n")
18152 :
18153 : DEFSH_HIDDEN (VTYSH_ZEBRA, no_zebra_workqueue_timer_cmd_vtysh,
18154 : "no zebra work-queue [(0-10000)]",
18155 : "Negate a command or set its defaults\n"
18156 : "Zebra information\n"
18157 : "Work Queue\n"
18158 : "Time in milliseconds\n")
18159 :
18160 : DEFSH (VTYSH_OSPF6D, ospf6_area_nssa_cmd_vtysh,
18161 : "area <A.B.C.D|(0-4294967295)>$area_str nssa [{ default-information-originate$dflt_originate [{metric (0-16777214)$mval|metric-type (1-2)$mtype}] |no-summary$no_summary }]",
18162 : "OSPF6 area parameters\n"
18163 : "OSPF6 area ID in IP address format\n"
18164 : "OSPF6 area ID as a decimal value\n"
18165 : "Configure OSPF6 area as nssa\n"
18166 : "Originate Type 7 default into NSSA area\n"
18167 : "OSPFv3 default metric\n"
18168 : "OSPFv3 metric\n"
18169 : "OSPFv3 metric type for default routes\n"
18170 : "Set OSPFv3 External Type 1/2 metrics\n"
18171 : "Do not inject inter-area routes into area\n")
18172 :
18173 : DEFSH (VTYSH_OSPF6D, ospf6_area_stub_cmd_vtysh,
18174 : "area <A.B.C.D|(0-4294967295)> stub",
18175 : "OSPF6 area parameters\n"
18176 : "OSPF6 area ID in IP address format\n"
18177 : "OSPF6 area ID as a decimal value\n"
18178 : "Configure OSPF6 area as stub\n")
18179 :
18180 : DEFSH (VTYSH_OSPF6D, ospf6_area_stub_no_summary_cmd_vtysh,
18181 : "area <A.B.C.D|(0-4294967295)> stub no-summary",
18182 : "OSPF6 stub parameters\n"
18183 : "OSPF6 area ID in IP address format\n"
18184 : "OSPF6 area ID as a decimal value\n"
18185 : "Configure OSPF6 area as stub\n"
18186 : "Do not inject inter-area routes into stub\n")
18187 :
18188 : DEFSH (VTYSH_OSPF6D, ospf6_default_route_originate_cmd_vtysh,
18189 : "default-information originate [{always$always|metric (0-16777214)$mval|metric-type (1-2)$mtype|route-map RMAP_NAME$rtmap}]",
18190 : "Control distribution of default route\n"
18191 : "Distribute a default route\n"
18192 : "Always advertise default route\n"
18193 : "OSPFv3 default metric\n"
18194 : "OSPFv3 metric\n"
18195 : "OSPFv3 metric type for default routes\n"
18196 : "Set OSPFv3 External Type 1/2 metrics\n"
18197 : "Route map reference\n"
18198 : "Pointer to route-map entries\n")
18199 :
18200 : DEFSH (VTYSH_OSPF6D, ospf6_distance_cmd_vtysh,
18201 : "distance (1-255)",
18202 : "Administrative distance\n"
18203 : "OSPF6 Administrative distance\n")
18204 :
18205 : DEFSH (VTYSH_OSPF6D, ospf6_distance_ospf6_cmd_vtysh,
18206 : "distance ospf6 {intra-area (1-255)|inter-area (1-255)|external (1-255)}",
18207 : "Administrative distance\n"
18208 : "OSPF6 administrative distance\n"
18209 : "Intra-area routes\n"
18210 : "Distance for intra-area routes\n"
18211 : "Inter-area routes\n"
18212 : "Distance for inter-area routes\n"
18213 : "External routes\n"
18214 : "Distance for external routes\n")
18215 :
18216 : DEFSH (VTYSH_OSPF6D, ospf6_external_route_aggregation_cmd_vtysh,
18217 : "summary-address X:X::X:X/M$prefix [tag (1-4294967295)] [{metric (0-16777215) | metric-type (1-2)$mtype}]",
18218 : "External summary address\n"
18219 : "Specify IPv6 prefix\n"
18220 : "Router tag \n"
18221 : "Router tag value\n"
18222 : "Metric \n"
18223 : "Advertised metric for this route\n"
18224 : "OSPFv3 exterior metric type for summarised routes\n"
18225 : "Set OSPFv3 External Type 1/2 metrics\n")
18226 :
18227 : DEFSH (VTYSH_OSPF6D, ospf6_external_route_aggregation_no_advertise_cmd_vtysh,
18228 : "summary-address X:X::X:X/M$prefix no-advertise",
18229 : "External summary address\n"
18230 : "Specify IPv6 prefix\n"
18231 : "Don't advertise summary route \n")
18232 :
18233 : DEFSH (VTYSH_OSPF6D, ospf6_gr_helper_disable_cmd_vtysh,
18234 : "no graceful-restart helper enable [A.B.C.D$rtr_id]",
18235 : "Negate a command or set its defaults\n"
18236 : "ospf6 graceful restart\n"
18237 : "ospf6 GR Helper\n"
18238 : "Enable Helper support\n"
18239 : "Advertisement Router-ID\n")
18240 :
18241 : DEFSH (VTYSH_OSPF6D, ospf6_gr_helper_disable_lsacheck_cmd_vtysh,
18242 : "graceful-restart helper lsa-check-disable",
18243 : "ospf6 graceful restart\n"
18244 : "ospf6 GR Helper\n"
18245 : "disable strict LSA check\n")
18246 :
18247 : DEFSH (VTYSH_OSPF6D, ospf6_gr_helper_enable_cmd_vtysh,
18248 : "graceful-restart helper enable [A.B.C.D$rtr_id]",
18249 : "ospf6 graceful restart\n"
18250 : "ospf6 GR Helper\n"
18251 : "Enable Helper support\n"
18252 : "Advertisement Router-ID\n")
18253 :
18254 : DEFSH (VTYSH_OSPF6D, ospf6_gr_helper_planned_only_cmd_vtysh,
18255 : "graceful-restart helper planned-only",
18256 : "ospf6 graceful restart\n"
18257 : "ospf6 GR Helper\n"
18258 : "supported only planned restart\n")
18259 :
18260 : DEFSH (VTYSH_OSPF6D, ospf6_gr_helper_supported_grace_time_cmd_vtysh,
18261 : "graceful-restart helper supported-grace-time (10-1800)$interval",
18262 : "ospf6 graceful restart\n"
18263 : "ospf6 GR Helper\n"
18264 : "supported grace timer\n"
18265 : "grace interval(in seconds)\n")
18266 :
18267 : DEFSH (VTYSH_OSPF6D, ospf6_graceful_restart_cmd_vtysh,
18268 : "graceful-restart [grace-period (1-1800)$grace_period]",
18269 : "OSPF non-stop forwarding (NSF) also known as OSPF Graceful Restart\n"
18270 : "Maximum length of the 'grace period'\n"
18271 : "Maximum length of the 'grace period' in seconds\n")
18272 :
18273 : DEFSH (VTYSH_OSPF6D, ospf6_graceful_restart_prepare_cmd_vtysh,
18274 : "graceful-restart prepare ipv6 ospf",
18275 : "Graceful Restart commands\n"
18276 : "Prepare upcoming graceful restart\n"
18277 : "IPv6 information\n"
18278 : "Prepare to restart the OSPFv3 process\n")
18279 :
18280 : DEFSH_HIDDEN (VTYSH_OSPF6D, ospf6_interface_area_cmd_vtysh,
18281 : "interface IFNAME area <A.B.C.D|(0-4294967295)>",
18282 : "Enable routing on an IPv6 interface\n"
18283 : "Interface name(e.g. ep0)\n"
18284 : "Specify the OSPF6 area ID\n"
18285 : "OSPF6 area ID in IPv4 address notation\n"
18286 : "OSPF6 area ID in decimal notation\n")
18287 :
18288 : DEFSH (VTYSH_OSPF6D, ospf6_log_adjacency_changes_cmd_vtysh,
18289 : "log-adjacency-changes",
18290 : "Log changes in adjacency state\n")
18291 :
18292 : DEFSH (VTYSH_OSPF6D, ospf6_log_adjacency_changes_detail_cmd_vtysh,
18293 : "log-adjacency-changes detail",
18294 : "Log changes in adjacency state\n"
18295 : "Log all state changes\n")
18296 :
18297 : DEFSH (VTYSH_OSPF6D, ospf6_max_multipath_cmd_vtysh,
18298 : "maximum-paths (1-256)",
18299 : "Max no of multiple paths for ECMP support\n"
18300 : "Number of paths\n")
18301 :
18302 : DEFSH (VTYSH_OSPF6D, ospf6_no_graceful_restart_cmd_vtysh,
18303 : "no graceful-restart [period (1-1800)]",
18304 : "Negate a command or set its defaults\n"
18305 : "OSPF non-stop forwarding (NSF) also known as OSPF Graceful Restart\n"
18306 : "Maximum length of the 'grace period'\n"
18307 : "Maximum length of the 'grace period' in seconds\n")
18308 :
18309 : DEFSH (VTYSH_OSPF6D, ospf6_redistribute_cmd_vtysh,
18310 : "redistribute <kernel|connected|static|ripng|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric>[{metric (0-16777214)|metric-type (1-2)$metric_type|route-map RMAP_NAME$rmap_str}]",
18311 : "Redistribute\n"
18312 : "Kernel routes (not installed via the zebra RIB)\n"
18313 : "Connected routes (directly attached subnet or host)\n"
18314 : "Statically configured routes\n"
18315 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
18316 : "Intermediate System to Intermediate System (IS-IS)\n"
18317 : "Border Gateway Protocol (BGP)\n"
18318 : "Next Hop Resolution Protocol (NHRP)\n"
18319 : "Non-main Kernel Routing Table\n"
18320 : "Virtual Network Control (VNC)\n"
18321 : "Babel routing protocol (Babel)\n"
18322 : "Super Happy Advanced Routing Protocol (sharpd)\n"
18323 : "OpenFabric Routing Protocol\n"
18324 : "Metric for redistributed routes\n"
18325 : "OSPF default metric\n"
18326 : "OSPF exterior metric type for redistributed routes\n"
18327 : "Set OSPF External Type 1/2 metrics\n"
18328 : "Route map reference\n"
18329 : "Route map name\n")
18330 :
18331 : DEFSH (VTYSH_OSPF6D, ospf6_route_aggregation_timer_cmd_vtysh,
18332 : "aggregation timer (5-1800)",
18333 : "External route aggregation\n"
18334 : "Delay timer (in seconds)\n"
18335 : "Timer interval(in seconds)\n")
18336 :
18337 : DEFSH (VTYSH_OSPF6D, ospf6_routemap_no_set_forwarding_cmd_vtysh,
18338 : "no set forwarding-address [X:X::X:X]",
18339 : "Negate a command or set its defaults\n"
18340 : "Set value\n"
18341 : "Forwarding Address\n"
18342 : "IPv6 Address\n")
18343 :
18344 : DEFSH (VTYSH_OSPF6D, ospf6_routemap_set_forwarding_cmd_vtysh,
18345 : "set forwarding-address X:X::X:X",
18346 : "Set value\n"
18347 : "Forwarding Address\n"
18348 : "IPv6 Address\n")
18349 :
18350 : DEFSH (VTYSH_OSPF6D, ospf6_router_id_cmd_vtysh,
18351 : "ospf6 router-id A.B.C.D",
18352 : "Open Shortest Path First (OSPF) for IPv6\n"
18353 : "Configure OSPF6 Router-ID\n"
18354 : "specify by IPv4 address notation(e.g. 0.0.0.0)\n")
18355 :
18356 : DEFSH (VTYSH_OSPF6D, ospf6_send_extra_data_cmd_vtysh,
18357 : "[no] ospf6 send-extra-data zebra",
18358 : "Negate a command or set its defaults\n"
18359 : "Open Shortest Path First (OSPF) for IPv6\n"
18360 : "Extra data to Zebra for display/use\n"
18361 : "To zebra\n")
18362 :
18363 : DEFSH (VTYSH_OSPF6D, ospf6_stub_router_admin_cmd_vtysh,
18364 : "stub-router administrative",
18365 : "Make router a stub router\n"
18366 : "Administratively applied, for an indefinite period\n")
18367 :
18368 : DEFSH (VTYSH_OSPF6D, ospf6_timers_lsa_cmd_vtysh,
18369 : "timers lsa min-arrival (0-600000)",
18370 : "Adjust routing timers\n"
18371 : "OSPF6 LSA timers\n"
18372 : "Minimum delay in receiving new version of a LSA\n"
18373 : "Delay in milliseconds\n")
18374 :
18375 : DEFSH (VTYSH_OSPF6D, ospf6_timers_throttle_spf_cmd_vtysh,
18376 : "timers throttle spf (0-600000) (0-600000) (0-600000)",
18377 : "Adjust routing timers\n"
18378 : "Throttling adaptive timer\n"
18379 : "OSPF6 SPF timers\n"
18380 : "Delay (msec) from first change received till SPF calculation\n"
18381 : "Initial hold time (msec) between consecutive SPF calculations\n"
18382 : "Maximum hold time (msec)\n")
18383 :
18384 : DEFSH (VTYSH_OSPF6D, ospf6_vlink_config_cmd_vtysh,
18385 : "[no] area <A.B.C.D$area_dot|(0-4294967295)$area_num> virtual-link A.B.C.D$peer [{hello-interval (1-65535)$hello|retransmit-interval (1-65535)$retx|transmit-delay (1-65535)$tx|dead-interval (1-65535)$dead}]",
18386 : "Negate a command or set its defaults\n"
18387 : "OSPF area parameters\n"
18388 : "OSPF area ID in IP address format\n"
18389 : "OSPF area ID as a decimal value\n"
18390 : "Configure a virtual link\n"
18391 : "Router ID of the remote ABR\n"
18392 : "Hello packets interval\n"
18393 : "Hello packets interval in seconds\n"
18394 : "Retransmission interval between lost link state advertisements\n"
18395 : "Retransmission interval between lost link state advertisements in seconds\n"
18396 : "Link state transmission interval\n"
18397 : "Link state transmission interval in seconds\n"
18398 : "Interval before declaring a peer dead\n"
18399 : "Interval before declaring a peer dead in seconds\n")
18400 :
18401 : DEFSH (VTYSH_OSPF6D, ospf6_write_multiplier_cmd_vtysh,
18402 : "write-multiplier (1-100)",
18403 : "Write multiplier\n"
18404 : "Maximum number of interface serviced per write\n")
18405 :
18406 : DEFSH (VTYSH_OSPFD, ospf_abr_type_cmd_vtysh,
18407 : "ospf abr-type <cisco|ibm|shortcut|standard>",
18408 : "OSPF specific commands\n"
18409 : "Set OSPF ABR type\n"
18410 : "Alternative ABR, cisco implementation\n"
18411 : "Alternative ABR, IBM implementation\n"
18412 : "Shortcut ABR\n"
18413 : "Standard behavior (RFC2328)\n")
18414 :
18415 : DEFSH (VTYSH_OSPFD, ospf_area_authentication_cmd_vtysh,
18416 : "area <A.B.C.D|(0-4294967295)> authentication",
18417 : "OSPF area parameters\n"
18418 : "OSPF area ID in IP address format\n"
18419 : "OSPF area ID as a decimal value\n"
18420 : "Enable authentication\n")
18421 :
18422 : DEFSH (VTYSH_OSPFD, ospf_area_authentication_message_digest_cmd_vtysh,
18423 : "[no] area <A.B.C.D|(0-4294967295)> authentication message-digest",
18424 : "Negate a command or set its defaults\n"
18425 : "OSPF area parameters\n"
18426 : "OSPF area ID in IP address format\n"
18427 : "OSPF area ID as a decimal value\n"
18428 : "Enable authentication\n"
18429 : "Use message-digest authentication\n")
18430 :
18431 : DEFSH (VTYSH_OSPFD, ospf_area_default_cost_cmd_vtysh,
18432 : "area <A.B.C.D|(0-4294967295)> default-cost (0-16777215)",
18433 : "OSPF area parameters\n"
18434 : "OSPF area ID in IP address format\n"
18435 : "OSPF area ID as a decimal value\n"
18436 : "Set the summary-default cost of a NSSA or stub area\n"
18437 : "Stub's advertised default summary cost\n")
18438 :
18439 : DEFSH (VTYSH_OSPFD, ospf_area_export_list_cmd_vtysh,
18440 : "area <A.B.C.D|(0-4294967295)> export-list ACCESSLIST4_NAME",
18441 : "OSPF area parameters\n"
18442 : "OSPF area ID in IP address format\n"
18443 : "OSPF area ID as a decimal value\n"
18444 : "Set the filter for networks announced to other areas\n"
18445 : "Name of the access-list\n")
18446 :
18447 : DEFSH (VTYSH_OSPFD, ospf_area_filter_list_cmd_vtysh,
18448 : "area <A.B.C.D|(0-4294967295)> filter-list prefix PREFIXLIST_NAME <in|out>",
18449 : "OSPF area parameters\n"
18450 : "OSPF area ID in IP address format\n"
18451 : "OSPF area ID as a decimal value\n"
18452 : "Filter networks between OSPF areas\n"
18453 : "Filter prefixes between OSPF areas\n"
18454 : "Name of an IP prefix-list\n"
18455 : "Filter networks sent to this area\n"
18456 : "Filter networks sent from this area\n")
18457 :
18458 : DEFSH (VTYSH_OSPFD, ospf_area_import_list_cmd_vtysh,
18459 : "area <A.B.C.D|(0-4294967295)> import-list ACCESSLIST4_NAME",
18460 : "OSPF area parameters\n"
18461 : "OSPF area ID in IP address format\n"
18462 : "OSPF area ID as a decimal value\n"
18463 : "Set the filter for networks from other areas announced to the specified one\n"
18464 : "Name of the access-list\n")
18465 :
18466 : DEFSH (VTYSH_OSPFD, ospf_area_nssa_cmd_vtysh,
18467 : "area <A.B.C.D|(0-4294967295)> nssa",
18468 : "OSPF area parameters\n"
18469 : "OSPF area ID in IP address format\n"
18470 : "OSPF area ID as a decimal value\n"
18471 : "Configure OSPF area as nssa\n")
18472 :
18473 : DEFSH (VTYSH_OSPFD, ospf_area_nssa_no_summary_cmd_vtysh,
18474 : "area <A.B.C.D|(0-4294967295)> nssa no-summary",
18475 : "OSPF area parameters\n"
18476 : "OSPF area ID in IP address format\n"
18477 : "OSPF area ID as a decimal value\n"
18478 : "Configure OSPF area as nssa\n"
18479 : "Do not inject inter-area routes into nssa\n")
18480 :
18481 : DEFSH (VTYSH_OSPFD, ospf_area_nssa_suppress_fa_cmd_vtysh,
18482 : "area <A.B.C.D|(0-4294967295)> nssa suppress-fa",
18483 : "OSPF area parameters\n"
18484 : "OSPF area ID in IP address format\n"
18485 : "OSPF area ID as a decimal value\n"
18486 : "Configure OSPF area as nssa\n"
18487 : "Suppress forwarding address\n")
18488 :
18489 : DEFSH (VTYSH_OSPFD, ospf_area_nssa_translate_cmd_vtysh,
18490 : "area <A.B.C.D|(0-4294967295)> nssa <translate-candidate|translate-never|translate-always>",
18491 : "OSPF area parameters\n"
18492 : "OSPF area ID in IP address format\n"
18493 : "OSPF area ID as a decimal value\n"
18494 : "Configure OSPF area as nssa\n"
18495 : "Configure NSSA-ABR for translate election (default)\n"
18496 : "Configure NSSA-ABR to never translate\n"
18497 : "Configure NSSA-ABR to always translate\n")
18498 :
18499 : DEFSH (VTYSH_OSPFD, ospf_area_range_cmd_vtysh,
18500 : "area <A.B.C.D|(0-4294967295)> range A.B.C.D/M [advertise [cost (0-16777215)]]",
18501 : "OSPF area parameters\n"
18502 : "OSPF area ID in IP address format\n"
18503 : "OSPF area ID as a decimal value\n"
18504 : "Summarize routes matching address/mask (border routers only)\n"
18505 : "Area range prefix\n"
18506 : "Advertise this range (default)\n"
18507 : "User specified metric for this range\n"
18508 : "Advertised metric for this range\n")
18509 :
18510 : DEFSH (VTYSH_OSPFD, ospf_area_range_cost_cmd_vtysh,
18511 : "area <A.B.C.D|(0-4294967295)> range A.B.C.D/M {cost (0-16777215)|substitute A.B.C.D/M}",
18512 : "OSPF area parameters\n"
18513 : "OSPF area ID in IP address format\n"
18514 : "OSPF area ID as a decimal value\n"
18515 : "Summarize routes matching address/mask (border routers only)\n"
18516 : "Area range prefix\n"
18517 : "User specified metric for this range\n"
18518 : "Advertised metric for this range\n"
18519 : "Announce area range as another prefix\n"
18520 : "Network prefix to be announced instead of range\n")
18521 :
18522 : DEFSH (VTYSH_OSPFD, ospf_area_range_not_advertise_cmd_vtysh,
18523 : "area <A.B.C.D|(0-4294967295)> range A.B.C.D/M not-advertise",
18524 : "OSPF area parameters\n"
18525 : "OSPF area ID in IP address format\n"
18526 : "OSPF area ID as a decimal value\n"
18527 : "Summarize routes matching address/mask (border routers only)\n"
18528 : "Area range prefix\n"
18529 : "DoNotAdvertise this range\n")
18530 :
18531 : DEFSH (VTYSH_OSPFD, ospf_area_shortcut_cmd_vtysh,
18532 : "area <A.B.C.D|(0-4294967295)> shortcut <default|enable|disable>",
18533 : "OSPF area parameters\n"
18534 : "OSPF area ID in IP address format\n"
18535 : "OSPF area ID as a decimal value\n"
18536 : "Configure the area's shortcutting mode\n"
18537 : "Set default shortcutting behavior\n"
18538 : "Enable shortcutting through the area\n"
18539 : "Disable shortcutting through the area\n")
18540 :
18541 : DEFSH (VTYSH_OSPFD, ospf_area_stub_cmd_vtysh,
18542 : "area <A.B.C.D|(0-4294967295)> stub",
18543 : "OSPF area parameters\n"
18544 : "OSPF area ID in IP address format\n"
18545 : "OSPF area ID as a decimal value\n"
18546 : "Configure OSPF area as stub\n")
18547 :
18548 : DEFSH (VTYSH_OSPFD, ospf_area_stub_no_summary_cmd_vtysh,
18549 : "area <A.B.C.D|(0-4294967295)> stub no-summary",
18550 : "OSPF stub parameters\n"
18551 : "OSPF area ID in IP address format\n"
18552 : "OSPF area ID as a decimal value\n"
18553 : "Configure OSPF area as stub\n"
18554 : "Do not inject inter-area routes into stub\n")
18555 :
18556 : DEFSH (VTYSH_OSPFD, ospf_area_vlink_cmd_vtysh,
18557 : "area <A.B.C.D|(0-4294967295)> virtual-link A.B.C.D [authentication [<message-digest|null>]] [<message-digest-key (1-255) md5 KEY|authentication-key AUTH_KEY>]",
18558 : "OSPF area parameters\n"
18559 : "OSPF area ID in IP address format\n"
18560 : "OSPF area ID as a decimal value\n"
18561 : "Configure a virtual link\n"
18562 : "Router ID of the remote ABR\n"
18563 : "Enable authentication on this virtual link\n"
18564 : "Use message-digest authentication\n"
18565 : "Use null authentication\n"
18566 : "Message digest authentication password (key)\n"
18567 : "Key ID\n"
18568 : "Use MD5 algorithm\n"
18569 : "The OSPF password (key)\n"
18570 : "Authentication password (key)\n"
18571 : "The OSPF password (key)\n")
18572 :
18573 : DEFSH (VTYSH_OSPFD, ospf_area_vlink_intervals_cmd_vtysh,
18574 : "area <A.B.C.D|(0-4294967295)> virtual-link A.B.C.D {hello-interval (1-65535)|retransmit-interval (1-65535)|transmit-delay (1-65535)|dead-interval (1-65535)}",
18575 : "OSPF area parameters\n"
18576 : "OSPF area ID in IP address format\n"
18577 : "OSPF area ID as a decimal value\n"
18578 : "Configure a virtual link\n"
18579 : "Router ID of the remote ABR\n"
18580 : "Time between HELLO packets\n"
18581 : "Seconds\n"
18582 : "Time between retransmitting lost link state advertisements\n"
18583 : "Seconds\n"
18584 : "Link state transmit delay\n"
18585 : "Seconds\n"
18586 : "Interval time after which a neighbor is declared down\n"
18587 : "Seconds\n")
18588 :
18589 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_authentication_key_cmd_vtysh,
18590 : "ospf authentication-key AUTH_KEY [A.B.C.D]",
18591 : "OSPF interface commands\n"
18592 : "Authentication password (key)\n"
18593 : "The OSPF password (key)\n"
18594 : "Address of interface\n")
18595 :
18596 : DEFSH (VTYSH_OSPFD, ospf_auto_cost_reference_bandwidth_cmd_vtysh,
18597 : "auto-cost reference-bandwidth (1-4294967)",
18598 : "Calculate OSPF interface cost according to bandwidth\n"
18599 : "Use reference bandwidth method to assign OSPF cost\n"
18600 : "The reference bandwidth in terms of Mbits per second\n")
18601 :
18602 : DEFSH (VTYSH_OSPFD, ospf_compatible_rfc1583_cmd_vtysh,
18603 : "compatible rfc1583",
18604 : "OSPF compatibility list\n"
18605 : "compatible with RFC 1583\n")
18606 :
18607 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_cost_cmd_vtysh,
18608 : "ospf cost (1-65535) [A.B.C.D]",
18609 : "OSPF interface commands\n"
18610 : "Interface cost\n"
18611 : "Cost\n"
18612 : "Address of interface\n")
18613 :
18614 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_dead_interval_cmd_vtysh,
18615 : "ospf dead-interval (1-65535) [A.B.C.D]",
18616 : "OSPF interface commands\n"
18617 : "Interval time after which a neighbor is declared down\n"
18618 : "Seconds\n"
18619 : "Address of interface\n")
18620 :
18621 : DEFSH (VTYSH_OSPFD, ospf_default_information_originate_cmd_vtysh,
18622 : "default-information originate [{always|metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
18623 : "Control distribution of default information\n"
18624 : "Distribute a default route\n"
18625 : "Always advertise default route\n"
18626 : "OSPF default metric\n"
18627 : "OSPF metric\n"
18628 : "OSPF metric type for default routes\n"
18629 : "Set OSPF External Type 1/2 metrics\n"
18630 : "Route map reference\n"
18631 : "Pointer to route-map entries\n")
18632 :
18633 : DEFSH (VTYSH_OSPFD, ospf_default_metric_cmd_vtysh,
18634 : "default-metric (0-16777214)",
18635 : "Set metric of redistributed routes\n"
18636 : "Default metric\n")
18637 :
18638 : DEFSH (VTYSH_OSPFD, ospf_distance_cmd_vtysh,
18639 : "distance (1-255)",
18640 : "Administrative distance\n"
18641 : "OSPF Administrative distance\n")
18642 :
18643 : DEFSH (VTYSH_OSPFD, ospf_distance_ospf_cmd_vtysh,
18644 : "distance ospf {intra-area (1-255)|inter-area (1-255)|external (1-255)}",
18645 : "Administrative distance\n"
18646 : "OSPF administrative distance\n"
18647 : "Intra-area routes\n"
18648 : "Distance for intra-area routes\n"
18649 : "Inter-area routes\n"
18650 : "Distance for inter-area routes\n"
18651 : "External routes\n"
18652 : "Distance for external routes\n")
18653 :
18654 : DEFSH (VTYSH_OSPFD, ospf_distribute_list_out_cmd_vtysh,
18655 : "distribute-list ACCESSLIST4_NAME out <kernel|connected|static|rip|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>",
18656 : "Filter networks in routing updates\n"
18657 : "Access-list name\n"
18658 : "Filter outgoing routing updates\n"
18659 : "Kernel routes (not installed via the zebra RIB)\n"
18660 : "Connected routes (directly attached subnet or host)\n"
18661 : "Statically configured routes\n"
18662 : "Routing Information Protocol (RIP)\n"
18663 : "Intermediate System to Intermediate System (IS-IS)\n"
18664 : "Border Gateway Protocol (BGP)\n"
18665 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
18666 : "Next Hop Resolution Protocol (NHRP)\n"
18667 : "Non-main Kernel Routing Table\n"
18668 : "Virtual Network Control (VNC)\n"
18669 : "Babel routing protocol (Babel)\n"
18670 : "Super Happy Advanced Routing Protocol (sharpd)\n"
18671 : "OpenFabric Routing Protocol\n")
18672 :
18673 : DEFSH (VTYSH_OSPFD, ospf_external_route_aggregation_cmd_vtysh,
18674 : "summary-address A.B.C.D/M [tag (1-4294967295)]",
18675 : "External summary address\n"
18676 : "Summary address prefix\n"
18677 : "Router tag \n"
18678 : "Router tag value\n")
18679 :
18680 : DEFSH (VTYSH_OSPFD, ospf_external_route_aggregation_no_adrvertise_cmd_vtysh,
18681 : "summary-address A.B.C.D/M no-advertise",
18682 : "External summary address\n"
18683 : "Summary address prefix\n"
18684 : "Don't advertise summary route \n")
18685 :
18686 : DEFSH (VTYSH_OSPFD, ospf_gr_helper_enable_cmd_vtysh,
18687 : "graceful-restart helper enable [A.B.C.D$address]",
18688 : "OSPF Graceful Restart\n"
18689 : "OSPF GR Helper\n"
18690 : "Enable Helper support\n"
18691 : "Advertising Router-ID\n")
18692 :
18693 : DEFSH (VTYSH_OSPFD, ospf_gr_helper_enable_lsacheck_cmd_vtysh,
18694 : "graceful-restart helper strict-lsa-checking",
18695 : "OSPF Graceful Restart\n"
18696 : "OSPF GR Helper\n"
18697 : "Enable strict LSA check\n")
18698 :
18699 : DEFSH (VTYSH_OSPFD, ospf_gr_helper_planned_only_cmd_vtysh,
18700 : "graceful-restart helper planned-only",
18701 : "OSPF Graceful Restart\n"
18702 : "OSPF GR Helper\n"
18703 : "Supported only planned restart\n")
18704 :
18705 : DEFSH (VTYSH_OSPFD, ospf_gr_helper_supported_grace_time_cmd_vtysh,
18706 : "graceful-restart helper supported-grace-time (10-1800)$interval",
18707 : "OSPF Graceful Restart\n"
18708 : "OSPF GR Helper\n"
18709 : "Supported grace timer\n"
18710 : "Grace interval(in seconds)\n")
18711 :
18712 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_hello_interval_cmd_vtysh,
18713 : "ospf hello-interval (1-65535) [A.B.C.D]",
18714 : "OSPF interface commands\n"
18715 : "Time between HELLO packets\n"
18716 : "Seconds\n"
18717 : "Address of interface\n")
18718 :
18719 : DEFSH (VTYSH_OSPFD, ospf_log_adjacency_changes_cmd_vtysh,
18720 : "log-adjacency-changes",
18721 : "Log changes in adjacency state\n")
18722 :
18723 : DEFSH (VTYSH_OSPFD, ospf_log_adjacency_changes_detail_cmd_vtysh,
18724 : "log-adjacency-changes detail",
18725 : "Log changes in adjacency state\n"
18726 : "Log all state changes\n")
18727 :
18728 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_lsa_refresh_timer_cmd_vtysh,
18729 : "[no$no] ospf lsa-refresh [(120-1800)]$value",
18730 : "Negate a command or set its defaults\n"
18731 : "OSPF information\n"
18732 : "OSPF lsa refresh timer\n"
18733 : "timer value in seconds\n")
18734 :
18735 : DEFSH (VTYSH_OSPFD, ospf_max_metric_router_lsa_admin_cmd_vtysh,
18736 : "max-metric router-lsa administrative",
18737 : "OSPF maximum / infinite-distance metric\n"
18738 : "Advertise own Router-LSA with infinite distance (stub router)\n"
18739 : "Administratively applied, for an indefinite period\n")
18740 :
18741 : DEFSH (VTYSH_OSPFD, ospf_max_metric_router_lsa_shutdown_cmd_vtysh,
18742 : "max-metric router-lsa on-shutdown (5-100)",
18743 : "OSPF maximum / infinite-distance metric\n"
18744 : "Advertise own Router-LSA with infinite distance (stub router)\n"
18745 : "Advertise stub-router prior to full shutdown of OSPF\n"
18746 : "Time (seconds) to wait till full shutdown\n")
18747 :
18748 : DEFSH (VTYSH_OSPFD, ospf_max_metric_router_lsa_startup_cmd_vtysh,
18749 : "max-metric router-lsa on-startup (5-86400)",
18750 : "OSPF maximum / infinite-distance metric\n"
18751 : "Advertise own Router-LSA with infinite distance (stub router)\n"
18752 : "Automatically advertise stub Router-LSA on startup of OSPF\n"
18753 : "Time (seconds) to advertise self as stub-router\n")
18754 :
18755 : DEFSH (VTYSH_OSPFD, ospf_max_multipath_cmd_vtysh,
18756 : "maximum-paths (1-256)",
18757 : "Max no of multiple paths for ECMP support\n"
18758 : "Number of paths\n")
18759 :
18760 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_maxage_delay_timer_cmd_vtysh,
18761 : "[no$no] ospf maxage-delay [(0-60)]$value",
18762 : "Negate a command or set its defaults\n"
18763 : "OSPF information\n"
18764 : "OSPF lsa maxage delay timer\n"
18765 : "timer value in seconds\n")
18766 :
18767 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_message_digest_key_cmd_vtysh,
18768 : "ospf message-digest-key (1-255) md5 KEY [A.B.C.D]",
18769 : "OSPF interface commands\n"
18770 : "Message digest authentication password (key)\n"
18771 : "Key ID\n"
18772 : "Use MD5 algorithm\n"
18773 : "The OSPF password (key)\n"
18774 : "Address of interface\n")
18775 :
18776 : DEFSH (VTYSH_OSPFD, ospf_mpls_ldp_sync_cmd_vtysh,
18777 : "mpls ldp-sync",
18778 : "MPLS specific commands\n"
18779 : "Enable MPLS LDP-IGP Sync\n")
18780 :
18781 : DEFSH (VTYSH_OSPFD, ospf_mpls_ldp_sync_holddown_cmd_vtysh,
18782 : "mpls ldp-sync holddown (1-10000)",
18783 : "MPLS specific commands\n"
18784 : "Enable MPLS LDP-IGP Sync\n"
18785 : "Set holddown timer\n"
18786 : "seconds\n")
18787 :
18788 : DEFSH (VTYSH_OSPFD, ospf_mpls_te_export_cmd_vtysh,
18789 : "mpls-te export",
18790 : "MPLS-TE specific commands\n"
18791 : "Export the MPLS-TE information as Link State\n")
18792 :
18793 : DEFSH (VTYSH_OSPFD, ospf_mpls_te_inter_as_area_cmd_vtysh,
18794 : "mpls-te inter-as area <A.B.C.D|(0-4294967295)>",
18795 : "MPLS-TE specific commands\n"
18796 : "Configure MPLS-TE Inter-AS support\n"
18797 : "AREA native mode self originate INTER_AS LSA with Type 10 (area flooding scope)\n"
18798 : "OSPF area ID in IP format\n"
18799 : "OSPF area ID as decimal value\n")
18800 :
18801 : DEFSH (VTYSH_OSPFD, ospf_mpls_te_inter_as_cmd_vtysh,
18802 : "mpls-te inter-as as",
18803 : "MPLS-TE specific commands\n"
18804 : "Configure MPLS-TE Inter-AS support\n"
18805 : "AS native mode self originate INTER_AS LSA with Type 11 (as flooding scope)\n")
18806 :
18807 : DEFSH (VTYSH_OSPFD, ospf_mpls_te_on_cmd_vtysh,
18808 : "mpls-te on",
18809 : "MPLS-TE specific commands\n"
18810 : "Enable the MPLS-TE functionality\n")
18811 :
18812 : DEFSH (VTYSH_OSPFD, ospf_mpls_te_router_addr_cmd_vtysh,
18813 : "mpls-te router-address A.B.C.D",
18814 : "MPLS-TE specific commands\n"
18815 : "Stable IP address of the advertising router\n"
18816 : "MPLS-TE router address in IPv4 address format\n")
18817 :
18818 : DEFSH (VTYSH_OSPFD, ospf_neighbor_cmd_vtysh,
18819 : "neighbor A.B.C.D [priority (0-255) [poll-interval (1-65535)]]",
18820 : "Specify neighbor router\n"
18821 : "Neighbor IP address\n"
18822 : "Neighbor Priority\n"
18823 : "Priority\n"
18824 : "Dead Neighbor Polling interval\n"
18825 : "Seconds\n")
18826 :
18827 : DEFSH (VTYSH_OSPFD, ospf_neighbor_poll_interval_cmd_vtysh,
18828 : "neighbor A.B.C.D poll-interval (1-65535) [priority (0-255)]",
18829 : "Specify neighbor router\n"
18830 : "Neighbor IP address\n"
18831 : "Dead Neighbor Polling interval\n"
18832 : "Seconds\n"
18833 : "OSPF priority of non-broadcast neighbor\n"
18834 : "Priority\n")
18835 :
18836 : DEFSH (VTYSH_OSPFD, ospf_network_area_cmd_vtysh,
18837 : "network A.B.C.D/M area <A.B.C.D|(0-4294967295)>",
18838 : "Enable routing on an IP network\n"
18839 : "OSPF network prefix\n"
18840 : "Set the OSPF area ID\n"
18841 : "OSPF area ID in IP address format\n"
18842 : "OSPF area ID as a decimal value\n")
18843 :
18844 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_network_cmd_vtysh,
18845 : "ospf network <broadcast|non-broadcast|point-to-multipoint|point-to-point>",
18846 : "OSPF interface commands\n"
18847 : "Network type\n"
18848 : "Specify OSPF broadcast multi-access network\n"
18849 : "Specify OSPF NBMA network\n"
18850 : "Specify OSPF point-to-multipoint network\n"
18851 : "Specify OSPF point-to-point network\n")
18852 :
18853 : DEFSH (VTYSH_OSPFD, ospf_opaque_cmd_vtysh,
18854 : "ospf opaque-lsa",
18855 : "OSPF specific commands\n"
18856 : "Enable the Opaque-LSA capability (rfc2370)\n")
18857 :
18858 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_passive_interface_addr_cmd_vtysh,
18859 : "passive-interface IFNAME [A.B.C.D]",
18860 : "Suppress routing updates on an interface\n"
18861 : "Interface's name\n"
18862 : "IPv4 address\n")
18863 :
18864 : DEFSH (VTYSH_OSPFD, ospf_passive_interface_default_cmd_vtysh,
18865 : "passive-interface default",
18866 : "Suppress routing updates on an interface\n"
18867 : "Suppress routing updates on interfaces by default\n")
18868 :
18869 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_priority_cmd_vtysh,
18870 : "ospf priority (0-255) [A.B.C.D]",
18871 : "OSPF interface commands\n"
18872 : "Router priority\n"
18873 : "Priority\n"
18874 : "Address of interface\n")
18875 :
18876 : DEFSH (VTYSH_OSPFD, ospf_proactive_arp_cmd_vtysh,
18877 : "proactive-arp",
18878 : "Allow sending ARP requests proactively\n")
18879 :
18880 : DEFSH (VTYSH_OSPFD, ospf_redistribute_instance_source_cmd_vtysh,
18881 : "redistribute <ospf|table> (1-65535) [{metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
18882 : "Redistribute information from another routing protocol\n"
18883 : "Open Shortest Path First\n"
18884 : "Non-main Kernel Routing Table\n"
18885 : "Instance ID/Table ID\n"
18886 : "Metric for redistributed routes\n"
18887 : "OSPF default metric\n"
18888 : "OSPF exterior metric type for redistributed routes\n"
18889 : "Set OSPF External Type 1/2 metrics\n"
18890 : "Route map reference\n"
18891 : "Pointer to route-map entries\n")
18892 :
18893 : DEFSH (VTYSH_OSPFD, ospf_redistribute_source_cmd_vtysh,
18894 : "redistribute <kernel|connected|static|rip|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric> [{metric (0-16777214)|metric-type (1-2)|route-map RMAP_NAME}]",
18895 : "Redistribute information from another routing protocol\n"
18896 : "Kernel routes (not installed via the zebra RIB)\n"
18897 : "Connected routes (directly attached subnet or host)\n"
18898 : "Statically configured routes\n"
18899 : "Routing Information Protocol (RIP)\n"
18900 : "Intermediate System to Intermediate System (IS-IS)\n"
18901 : "Border Gateway Protocol (BGP)\n"
18902 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
18903 : "Next Hop Resolution Protocol (NHRP)\n"
18904 : "Non-main Kernel Routing Table\n"
18905 : "Virtual Network Control (VNC)\n"
18906 : "Babel routing protocol (Babel)\n"
18907 : "Super Happy Advanced Routing Protocol (sharpd)\n"
18908 : "OpenFabric Routing Protocol\n"
18909 : "Metric for redistributed routes\n"
18910 : "OSPF default metric\n"
18911 : "OSPF exterior metric type for redistributed routes\n"
18912 : "Set OSPF External Type 1/2 metrics\n"
18913 : "Route map reference\n"
18914 : "Pointer to route-map entries\n")
18915 :
18916 : DEFSH (VTYSH_OSPFD, ospf_refresh_timer_cmd_vtysh,
18917 : "refresh timer (10-1800)",
18918 : "Adjust refresh parameters\n"
18919 : "Set refresh timer\n"
18920 : "Timer value in seconds\n")
18921 :
18922 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_retransmit_interval_cmd_vtysh,
18923 : "ospf retransmit-interval (1-65535) [A.B.C.D]",
18924 : "OSPF interface commands\n"
18925 : "Time between retransmitting lost link state advertisements\n"
18926 : "Seconds\n"
18927 : "Address of interface\n")
18928 :
18929 : DEFSH (VTYSH_OSPFD, ospf_rfc1583_flag_cmd_vtysh,
18930 : "ospf rfc1583compatibility",
18931 : "OSPF specific commands\n"
18932 : "Enable the RFC1583Compatibility flag\n")
18933 :
18934 : DEFSH (VTYSH_OSPFD, ospf_route_aggregation_timer_cmd_vtysh,
18935 : "aggregation timer (5-1800)",
18936 : "External route aggregation\n"
18937 : "Delay timer (in seconds)\n"
18938 : "Timer interval(in seconds)\n")
18939 :
18940 : DEFSH (VTYSH_OSPFD, ospf_router_id_cmd_vtysh,
18941 : "ospf router-id A.B.C.D",
18942 : "OSPF specific commands\n"
18943 : "router-id for the OSPF process\n"
18944 : "OSPF router-id in IP address format\n")
18945 :
18946 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_router_id_old_cmd_vtysh,
18947 : "router-id A.B.C.D",
18948 : "router-id for the OSPF process\n"
18949 : "OSPF router-id in IP address format\n")
18950 :
18951 : DEFSH (VTYSH_OSPFD, ospf_send_extra_data_cmd_vtysh,
18952 : "[no] ospf send-extra-data zebra",
18953 : "Negate a command or set its defaults\n"
18954 : "OSPF information\n"
18955 : "Extra data to Zebra for display/use\n"
18956 : "To zebra\n")
18957 :
18958 : DEFSH (VTYSH_OSPFD, ospf_sr_enable_cmd_vtysh,
18959 : "segment-routing on",
18960 : "Segment-Routing specific commands\n"
18961 : "Enable Segment Routing\n")
18962 :
18963 : DEFSH (VTYSH_OSPFD, ospf_ti_lfa_cmd_vtysh,
18964 : "fast-reroute ti-lfa [node-protection]",
18965 : "Fast Reroute for MPLS and IP resilience\n"
18966 : "Topology Independent LFA (Loop-Free Alternate)\n"
18967 : "TI-LFA node protection (default is link protection)\n")
18968 :
18969 : DEFSH (VTYSH_OSPFD, ospf_timers_lsa_min_arrival_cmd_vtysh,
18970 : "timers lsa min-arrival (0-600000)",
18971 : "Adjust routing timers\n"
18972 : "OSPF LSA timers\n"
18973 : "Minimum delay in receiving new version of a LSA\n"
18974 : "Delay in milliseconds\n")
18975 :
18976 : DEFSH (VTYSH_OSPFD, ospf_timers_min_ls_interval_cmd_vtysh,
18977 : "timers throttle lsa all (0-5000)",
18978 : "Adjust routing timers\n"
18979 : "Throttling adaptive timer\n"
18980 : "LSA delay between transmissions\n"
18981 : "All LSA types\n"
18982 : "Delay (msec) between sending LSAs\n")
18983 :
18984 : DEFSH (VTYSH_OSPFD, ospf_timers_throttle_spf_cmd_vtysh,
18985 : "timers throttle spf (0-600000) (0-600000) (0-600000)",
18986 : "Adjust routing timers\n"
18987 : "Throttling adaptive timer\n"
18988 : "OSPF SPF timers\n"
18989 : "Delay (msec) from first change received till SPF calculation\n"
18990 : "Initial hold time (msec) between consecutive SPF calculations\n"
18991 : "Maximum hold time (msec)\n")
18992 :
18993 : DEFSH_HIDDEN (VTYSH_OSPFD, ospf_transmit_delay_cmd_vtysh,
18994 : "ospf transmit-delay (1-65535) [A.B.C.D]",
18995 : "OSPF interface commands\n"
18996 : "Link state transmit delay\n"
18997 : "Seconds\n"
18998 : "Address of interface\n")
18999 :
19000 : DEFSH (VTYSH_OSPFD, ospf_write_multiplier_cmd_vtysh,
19001 : "ospf write-multiplier (1-100)",
19002 : "OSPF specific commands\n"
19003 : "Write multiplier\n"
19004 : "Maximum number of interface serviced per write\n")
19005 :
19006 : DEFSH (VTYSH_PATHD, path_ted_import_cmd_vtysh,
19007 : "mpls-te import <ospfv2|ospfv3|isis>$import_daemon",
19008 : "Enable the TE database (TED) fill with remote igp data\n"
19009 : "import\n"
19010 : "Origin ospfv2\n"
19011 : "Origin ospfv3\n"
19012 : "Origin isis\n")
19013 :
19014 : DEFSH (VTYSH_PATHD, path_ted_on_cmd_vtysh,
19015 : "mpls-te on",
19016 : "Negate a command or set its defaults\n"
19017 : "Enable the TE database (TED) functionality\n")
19018 :
19019 : DEFSH (VTYSH_PBRD, pbr_map_action_pcp_cmd_vtysh,
19020 : "[no] set pcp <(0-7)$pcp>",
19021 : "Negate a command or set its defaults\n"
19022 : "Set the rest of the command\n"
19023 : "Set based on 802.1p Priority Code Point (PCP) value\n"
19024 : "A valid value in range 0..7\n")
19025 :
19026 : DEFSH (VTYSH_PBRD, pbr_map_action_queue_id_cmd_vtysh,
19027 : "[no] set queue-id <(1-65535)$queue_id>",
19028 : "Negate a command or set its defaults\n"
19029 : "Set the rest of the command\n"
19030 : "Set based on egress port queue id\n"
19031 : "A valid value in range 1..65535 \n")
19032 :
19033 : DEFSH (VTYSH_PBRD, pbr_map_action_strip_vlan_cmd_vtysh,
19034 : "[no] strip vlan",
19035 : "Negate a command or set its defaults\n"
19036 : "Strip the vlan tags from frame\n"
19037 : "Strip any inner vlan tag \n")
19038 :
19039 : DEFSH (VTYSH_PBRD, pbr_map_action_vlan_id_cmd_vtysh,
19040 : "[no] set vlan <(1-4094)$vlan_id>",
19041 : "Negate a command or set its defaults\n"
19042 : "Set the rest of the command\n"
19043 : "Set action for VLAN tagging\n"
19044 : "A valid value in range 1..4094\n")
19045 :
19046 : DEFSH (VTYSH_PBRD, pbr_map_match_dscp_cmd_vtysh,
19047 : "[no] match dscp DSCP$dscp",
19048 : "Negate a command or set its defaults\n"
19049 : "Match the rest of the command\n"
19050 : "Match based on IP DSCP field\n"
19051 : "DSCP value (below 64) or standard codepoint name\n")
19052 :
19053 : DEFSH (VTYSH_PBRD, pbr_map_match_dst_cmd_vtysh,
19054 : "[no] match dst-ip <A.B.C.D/M|X:X::X:X/M>$prefix",
19055 : "Negate a command or set its defaults\n"
19056 : "Match the rest of the command\n"
19057 : "Choose the dst ip or ipv6 prefix to use\n"
19058 : "v4 Prefix\n"
19059 : "v6 Prefix\n")
19060 :
19061 : DEFSH (VTYSH_PBRD, pbr_map_match_dst_port_cmd_vtysh,
19062 : "[no] match dst-port (1-65535)$port",
19063 : "Negate a command or set its defaults\n"
19064 : "Match the rest of the command\n"
19065 : "Choose the destination port to use\n"
19066 : "The Destination Port\n")
19067 :
19068 : DEFSH (VTYSH_PBRD, pbr_map_match_ecn_cmd_vtysh,
19069 : "[no] match ecn (0-3)$ecn",
19070 : "Negate a command or set its defaults\n"
19071 : "Match the rest of the command\n"
19072 : "Match based on IP ECN field\n"
19073 : "Explicit Congestion Notification\n")
19074 :
19075 : DEFSH (VTYSH_PBRD, pbr_map_match_ip_proto_cmd_vtysh,
19076 : "[no] match ip-protocol [tcp|udp]$ip_proto",
19077 : "Negate a command or set its defaults\n"
19078 : "Match the rest of the command\n"
19079 : "Choose an ip-protocol\n"
19080 : "Match on tcp flows\n"
19081 : "Match on udp flows\n")
19082 :
19083 : DEFSH (VTYSH_PBRD, pbr_map_match_mark_cmd_vtysh,
19084 : "[no] match mark (1-4294967295)$mark",
19085 : "Negate a command or set its defaults\n"
19086 : "Match the rest of the command\n"
19087 : "Choose the mark value to use\n"
19088 : "mark\n")
19089 :
19090 : DEFSH (VTYSH_PBRD, pbr_map_match_src_cmd_vtysh,
19091 : "[no] match src-ip <A.B.C.D/M|X:X::X:X/M>$prefix",
19092 : "Negate a command or set its defaults\n"
19093 : "Match the rest of the command\n"
19094 : "Choose the src ip or ipv6 prefix to use\n"
19095 : "v4 Prefix\n"
19096 : "v6 Prefix\n")
19097 :
19098 : DEFSH (VTYSH_PBRD, pbr_map_match_src_port_cmd_vtysh,
19099 : "[no] match src-port (1-65535)$port",
19100 : "Negate a command or set its defaults\n"
19101 : "Match the rest of the command\n"
19102 : "Choose the source port to use\n"
19103 : "The Source Port\n")
19104 :
19105 : DEFSH (VTYSH_PBRD, pbr_map_nexthop_cmd_vtysh,
19106 : "set nexthop < <A.B.C.D|X:X::X:X>$addr [INTERFACE$intf] |INTERFACE$intf > [nexthop-vrf NAME$vrf_name]",
19107 : "Set for the PBR-MAP\n"
19108 : "Specify one of the nexthops in this map\n"
19109 : "v4 Address\n"
19110 : "v6 Address\n"
19111 : "Interface to use\n"
19112 : "Interface to use\n"
19113 : "If the nexthop is in a different vrf tell us\n"
19114 : "The nexthop-vrf Name\n")
19115 :
19116 : DEFSH (VTYSH_PBRD, pbr_map_nexthop_group_cmd_vtysh,
19117 : "set nexthop-group NHGNAME$name",
19118 : "Set for the PBR-MAP\n"
19119 : "nexthop-group to use\n"
19120 : "The name of the nexthop-group\n")
19121 :
19122 : DEFSH (VTYSH_PBRD, pbr_map_vrf_cmd_vtysh,
19123 : "set vrf <NAME$vrf_name|unchanged>",
19124 : "Set for the PBR-MAP\n"
19125 : "Specify the VRF for this map\n"
19126 : "The VRF Name\n"
19127 : "Use the interface's VRF for lookup\n")
19128 :
19129 : DEFSH (VTYSH_ZEBRA, pbr_nexthop_resolve_cmd_vtysh,
19130 : "[no$no] pbr nexthop-resolve",
19131 : "Negate a command or set its defaults\n"
19132 : "Policy Based Routing\n"
19133 : "Resolve nexthop for dataplane programming\n")
19134 :
19135 : DEFSH (VTYSH_PBRD, pbr_policy_cmd_vtysh,
19136 : "[no] pbr-policy PBRMAP$mapname",
19137 : "Negate a command or set its defaults\n"
19138 : "Policy to use\n"
19139 : "Name of the pbr-map to apply\n")
19140 :
19141 : DEFSH (VTYSH_PBRD, pbr_set_table_range_cmd_vtysh,
19142 : "pbr table range (10000-4294966272)$lb (10000-4294966272)$ub",
19143 : "Policy Based Routing\n"
19144 : "Set table ID range\n"
19145 : "Set table ID range\n"
19146 : "Lower bound for table ID range\n"
19147 : "Upper bound for table ID range\n")
19148 :
19149 : DEFSH (VTYSH_OSPFD, pce_address_cmd_vtysh,
19150 : "pce address A.B.C.D",
19151 : "PCE Router Information specific commands\n"
19152 : "Stable IP address of the PCE\n"
19153 : "PCE address in IPv4 address format\n")
19154 :
19155 : DEFSH (VTYSH_OSPFD, pce_cap_flag_cmd_vtysh,
19156 : "pce flag BITPATTERN",
19157 : "PCE Router Information specific commands\n"
19158 : "Capabilities of the PCE for path computation\n"
19159 : "32-bit Hexadecimal value\n")
19160 :
19161 : DEFSH (VTYSH_OSPFD, pce_domain_cmd_vtysh,
19162 : "pce domain as (0-65535)",
19163 : "PCE Router Information specific commands\n"
19164 : "Configure PCE domain AS number\n"
19165 : "AS number where the PCE as visibilities for path computation\n"
19166 : "AS number in decimal <0-65535>\n")
19167 :
19168 : DEFSH (VTYSH_OSPFD, pce_neighbor_cmd_vtysh,
19169 : "pce neighbor as (0-65535)",
19170 : "PCE Router Information specific commands\n"
19171 : "Configure PCE neighbor domain AS number\n"
19172 : "AS number of PCE neighbors\n"
19173 : "AS number in decimal <0-65535>\n")
19174 :
19175 : DEFSH (VTYSH_OSPFD, pce_path_scope_cmd_vtysh,
19176 : "pce scope BITPATTERN",
19177 : "PCE Router Information specific commands\n"
19178 : "Path scope visibilities of the PCE for path computation\n"
19179 : "32-bit Hexadecimal value\n")
19180 :
19181 : DEFSH (VTYSH_PATHD, pcep_cli_clear_srte_pcep_session_cmd_vtysh,
19182 : "clear sr-te pcep session [WORD]$pce",
19183 : "Reset functions\n"
19184 : "SR-TE\n"
19185 : "PCEP\n"
19186 : "Reset PCEP connection\n"
19187 : "PCE name\n")
19188 :
19189 : DEFSH (VTYSH_PATHD, pcep_cli_debug_cmd_vtysh,
19190 : "[no] debug pathd pcep [basic]$basic_str [path]$path_str [message]$message_str [pceplib]$pceplib_str",
19191 : "Negate a command or set its defaults\n"
19192 : "Debugging functions\n"
19193 : "pathd debugging\n"
19194 : "pcep module debugging\n"
19195 : "module basic debugging\n"
19196 : "path structures debugging\n"
19197 : "pcep message debugging\n"
19198 : "pceplib debugging\n")
19199 :
19200 : DEFSH (VTYSH_PATHD, pcep_cli_no_pcc_cmd_vtysh,
19201 : "no pcc",
19202 : "Negate a command or set its defaults\n"
19203 : "PCC configuration\n")
19204 :
19205 : DEFSH (VTYSH_PATHD, pcep_cli_no_pce_cmd_vtysh,
19206 : "no pce WORD$name",
19207 : "Negate a command or set its defaults\n"
19208 : "PCE configuration, address sub-config is mandatory\n"
19209 : "PCE name\n")
19210 :
19211 : DEFSH (VTYSH_PATHD, pcep_cli_pcc_pcc_msd_cmd_vtysh,
19212 : "msd (1-32)",
19213 : "PCC maximum SID depth \n"
19214 : "PCC maximum SID depth value\n")
19215 :
19216 : DEFSH (VTYSH_PATHD, pcep_cli_pcc_pcc_peer_cmd_vtysh,
19217 : "[no] peer WORD [precedence (1-255)]",
19218 : "Negate a command or set its defaults\n"
19219 : "PCC PCE peer\n"
19220 : "PCC PCE name\n"
19221 : "PCC Multi-PCE precedence\n"
19222 : "PCE precedence\n")
19223 :
19224 : DEFSH (VTYSH_PATHD, pcep_cli_pcep_no_pce_config_cmd_vtysh,
19225 : "no pce-config WORD$name",
19226 : "Negate a command or set its defaults\n"
19227 : "Shared configuration\n"
19228 : "Shared configuration name\n")
19229 :
19230 : DEFSH (VTYSH_PATHD, pcep_cli_peer_address_cmd_vtysh,
19231 : "address <ip A.B.C.D | ipv6 X:X::X:X> [port (1024-65535)]",
19232 : "PCE IP Address configuration, mandatory configuration\n"
19233 : "PCE IPv4 address\n"
19234 : "Remote PCE server IPv4 address\n"
19235 : "PCE IPv6 address\n"
19236 : "Remote PCE server IPv6 address\n"
19237 : "Remote PCE server port\n"
19238 : "Remote PCE server port value\n")
19239 :
19240 : DEFSH (VTYSH_PATHD, pcep_cli_peer_pce_initiated_cmd_vtysh,
19241 : "pce-initiated",
19242 : "Configure PCC to accept PCE initiated LSPs\n")
19243 :
19244 : DEFSH (VTYSH_PATHD, pcep_cli_peer_pcep_pce_config_ref_cmd_vtysh,
19245 : "config WORD$name",
19246 : "PCE shared configuration to use\n"
19247 : "Shared configuration name\n")
19248 :
19249 : DEFSH (VTYSH_PATHD, pcep_cli_peer_source_address_cmd_vtysh,
19250 : "source-address [ip A.B.C.D | ipv6 X:X::X:X] [port (1024-65535)]",
19251 : "PCE source IP Address configuration\n"
19252 : "PCE source IPv4 address\n"
19253 : "PCE source IPv4 address value\n"
19254 : "PCE source IPv6 address\n"
19255 : "PCE source IPv6 address value\n"
19256 : "Source PCE server port\n"
19257 : "Source PCE server port value\n")
19258 :
19259 : DEFSH (VTYSH_PATHD, pcep_cli_peer_sr_draft07_cmd_vtysh,
19260 : "sr-draft07",
19261 : "Configure PCC to send PCEP Open with SR draft07\n")
19262 :
19263 : DEFSH (VTYSH_PATHD, pcep_cli_peer_tcp_md5_auth_cmd_vtysh,
19264 : "tcp-md5-auth WORD",
19265 : "Configure PCC TCP-MD5 RFC2385 Authentication\n"
19266 : "TCP-MD5 Authentication string\n")
19267 :
19268 : DEFSH (VTYSH_PATHD, pcep_cli_peer_timers_cmd_vtysh,
19269 : "timer [keep-alive (1-63)] [min-peer-keep-alive (1-255)] [max-peer-keep-alive (1-255)] [dead-timer (4-255)] [min-peer-dead-timer (4-255)] [max-peer-dead-timer (4-255)] [pcep-request (1-120)] [session-timeout-interval (1-120)] [delegation-timeout (1-60)]",
19270 : "PCE PCEP Session Timers configuration\n"
19271 : "PCC Keep Alive Timer\n"
19272 : "PCC Keep Alive Timer value in seconds\n"
19273 : "Min Acceptable PCE Keep Alive Timer\n"
19274 : "Min Acceptable PCE Keep Alive Timer value in seconds\n"
19275 : "Max Acceptable PCE Keep Alive Timer\n"
19276 : "Max Acceptable PCE Keep Alive Timer value in seconds\n"
19277 : "PCC Dead Timer\n"
19278 : "PCC Dead Timer value in seconds\n"
19279 : "Min Acceptable PCE Dead Timer\n"
19280 : "Min Acceptable PCE Dead Timer value in seconds\n"
19281 : "Max Acceptable PCE Dead Timer\n"
19282 : "Max Acceptable PCE Dead Timer value in seconds\n"
19283 : "PCC PCEP Request Timer\n"
19284 : "PCC PCEP Request Timer value in seconds\n"
19285 : "PCC Session Timeout Interval\n"
19286 : "PCC Session Timeout Interval value in seconds\n"
19287 : "Multi-PCE delegation timeout\n"
19288 : "Multi-PCE delegation timeout value in seconds\n")
19289 :
19290 : DEFSH (VTYSH_PATHD, pcep_cli_show_srte_pcc_cmd_vtysh,
19291 : "show sr-te pcep pcc",
19292 : "Show running system information\n"
19293 : "SR-TE info\n"
19294 : "PCEP info\n"
19295 : "Show current PCC configuration\n")
19296 :
19297 : DEFSH (VTYSH_PATHD, pcep_cli_show_srte_pcep_counters_cmd_vtysh,
19298 : "show sr-te pcep counters",
19299 : "Show running system information\n"
19300 : "SR-TE info\n"
19301 : "PCEP info\n"
19302 : "PCEP counters\n")
19303 :
19304 : DEFSH (VTYSH_PATHD, pcep_cli_show_srte_pcep_pce_cmd_vtysh,
19305 : "show sr-te pcep pce [WORD$name]",
19306 : "Show running system information\n"
19307 : "SR-TE info\n"
19308 : "PCEP info\n"
19309 : "Show detailed pce values\n"
19310 : "pce name\n")
19311 :
19312 : DEFSH (VTYSH_PATHD, pcep_cli_show_srte_pcep_pce_config_cmd_vtysh,
19313 : "show sr-te pcep pce-config [<default|WORD>$name]",
19314 : "Show running system information\n"
19315 : "SR-TE info\n"
19316 : "PCEP info\n"
19317 : "Show shared PCE configuration\n"
19318 : "Show default hard-coded values\n"
19319 : "Shared configuration name\n")
19320 :
19321 : DEFSH (VTYSH_PATHD, pcep_cli_show_srte_pcep_session_cmd_vtysh,
19322 : "show sr-te pcep session [WORD]$pce",
19323 : "Show running system information\n"
19324 : "SR-TE info\n"
19325 : "PCEP info\n"
19326 : "Show PCEP Session information\n"
19327 : "PCE name\n")
19328 :
19329 : DEFSH (VTYSH_PIMD, pim_register_accept_list_cmd_vtysh,
19330 : "[no] ip pim register-accept-list WORD$word",
19331 : "Negate a command or set its defaults\n"
19332 : "IP information\n"
19333 : "PIM information\n"
19334 : "Only accept registers from a specific source prefix list\n"
19335 : "Prefix-List name\n")
19336 :
19337 : DEFSH_HIDDEN (VTYSH_PIMD, pim_test_sg_keepalive_cmd_vtysh,
19338 : "test pim [vrf NAME$name] keepalive-reset A.B.C.D$source A.B.C.D$group",
19339 : "Test code\n"
19340 : "PIM information\n"
19341 : "Specify the VRF\n"
19342 : "The VRF name\n"
19343 : "Reset the Keepalive Timer\n"
19344 : "The Source we are resetting\n"
19345 : "The Group we are resetting\n")
19346 :
19347 : DEFSH_HIDDEN (VTYSH_ZEBRA, proto_nexthop_group_only_cmd_vtysh,
19348 : "[no] zebra nexthop proto only",
19349 : "Negate a command or set its defaults\n"
19350 : "Zebra information\n"
19351 : "Nexthop configuration\n"
19352 : "Configure exclusive use of proto nexthops\n"
19353 : "Only use proto nexthops\n")
19354 :
19355 : DEFSH (VTYSH_ZEBRA, pseudowire_control_word_cmd_vtysh,
19356 : "[no] control-word <exclude|include>",
19357 : "Negate a command or set its defaults\n"
19358 : "Control-word options\n"
19359 : "Exclude control-word in pseudowire packets\n"
19360 : "Include control-word in pseudowire packets\n")
19361 :
19362 : DEFSH (VTYSH_ZEBRA, pseudowire_labels_cmd_vtysh,
19363 : "[no] mpls label local (16-1048575) remote (16-1048575)",
19364 : "Negate a command or set its defaults\n"
19365 : "MPLS L2VPN PW command\n"
19366 : "MPLS L2VPN static labels\n"
19367 : "Local pseudowire label\n"
19368 : "Local pseudowire label\n"
19369 : "Remote pseudowire label\n"
19370 : "Remote pseudowire label\n")
19371 :
19372 : DEFSH (VTYSH_ZEBRA, pseudowire_neighbor_cmd_vtysh,
19373 : "[no] neighbor <A.B.C.D|X:X::X:X>",
19374 : "Negate a command or set its defaults\n"
19375 : "Specify the IPv4 or IPv6 address of the remote endpoint\n"
19376 : "IPv4 address\n"
19377 : "IPv6 address\n")
19378 :
19379 : DEFSH (VTYSH_ISISD, psnp_interval_cmd_vtysh,
19380 : "isis psnp-interval (1-120)$intv [level-1|level-2]$level",
19381 : "IS-IS routing protocol\n"
19382 : "Set PSNP interval in seconds\n"
19383 : "PSNP interval value\n"
19384 : "Specify interval for level-1 PSNPs\n"
19385 : "Specify interval for level-2 PSNPs\n")
19386 :
19387 : DEFSH (VTYSH_SHARPD, remove_routes_cmd_vtysh,
19388 : "sharp remove routes [vrf NAME$vrf_name] <A.B.C.D$start4|X:X::X:X$start6> (1-1000000)$routes [instance (0-255)$instance]",
19389 : "Sharp Routing Protocol\n"
19390 : "Remove some routes\n"
19391 : "Routes to remove\n"
19392 : "The vrf we would like to remove from if non-default\n"
19393 : "The NAME of the vrf\n"
19394 : "v4 Starting spot\n"
19395 : "v6 Starting spot\n"
19396 : "Routes to uninstall\n"
19397 : "instance to use\n"
19398 : "Value of instance\n")
19399 :
19400 : DEFSH (VTYSH_SHARPD, remove_session_cmd_vtysh,
19401 : "sharp remove session (1-1024)",
19402 : "Sharp Routing Protocol\n"
19403 : "Remove data\n"
19404 : "Remove a test session\n"
19405 : "Session ID\n")
19406 :
19407 : DEFSH (VTYSH_BGPD, rfp_example_config_value_cmd_vtysh,
19408 : "rfp example-config-value VALUE",
19409 : "RFP information\n"
19410 : "Example value to be configured\n"
19411 : "Value to display\n")
19412 :
19413 : DEFSH (VTYSH_BGPD, rfp_full_table_download_cmd_vtysh,
19414 : "rfp full-table-download <on|off>",
19415 : "RFP information\n"
19416 : "RFP full table download support (default=on)\n"
19417 : "Enable RFP full table download\n"
19418 : "Disable RFP full table download\n")
19419 :
19420 : DEFSH (VTYSH_BGPD, rfp_holddown_factor_cmd_vtysh,
19421 : "rfp holddown-factor (0-4294967295)",
19422 : "RFP information\n"
19423 : "Set Hold-Down Factor as a percentage of registration lifetime.\n"
19424 : "Percentage of registration lifetime\n")
19425 :
19426 : DEFSH (VTYSH_RIPD, rip_allow_ecmp_cmd_vtysh,
19427 : "[no] allow-ecmp",
19428 : "Negate a command or set its defaults\n"
19429 : "Allow Equal Cost MultiPath\n")
19430 :
19431 : DEFSH (VTYSH_RIPD, rip_default_information_originate_cmd_vtysh,
19432 : "[no] default-information originate",
19433 : "Negate a command or set its defaults\n"
19434 : "Control distribution of default route\n"
19435 : "Distribute a default route\n")
19436 :
19437 : DEFSH (VTYSH_RIPD, rip_default_metric_cmd_vtysh,
19438 : "default-metric (1-16)",
19439 : "Set a metric of redistribute routes\n"
19440 : "Default metric\n")
19441 :
19442 : DEFSH (VTYSH_RIPD, rip_distance_cmd_vtysh,
19443 : "distance (1-255)",
19444 : "Administrative distance\n"
19445 : "Distance value\n")
19446 :
19447 : DEFSH (VTYSH_RIPD, rip_distance_source_cmd_vtysh,
19448 : "[no] distance (1-255) A.B.C.D/M$prefix [WORD$acl]",
19449 : "Negate a command or set its defaults\n"
19450 : "Administrative distance\n"
19451 : "Distance value\n"
19452 : "IP source prefix\n"
19453 : "Access list name\n")
19454 :
19455 : DEFSH (VTYSH_RIPD, rip_distribute_list_cmd_vtysh,
19456 : "distribute-list [prefix] ACCESSLIST4_NAME <in|out> [WORD]",
19457 : "Filter networks in routing updates\n"
19458 : "Specify a prefix\n"
19459 : "Access-list name\n"
19460 : "Filter incoming routing updates\n"
19461 : "Filter outgoing routing updates\n"
19462 : "Interface name\n")
19463 :
19464 : DEFSH (VTYSH_RIPD, rip_neighbor_cmd_vtysh,
19465 : "[no] neighbor A.B.C.D",
19466 : "Negate a command or set its defaults\n"
19467 : "Specify a neighbor router\n"
19468 : "Neighbor address\n")
19469 :
19470 : DEFSH (VTYSH_RIPD, rip_network_if_cmd_vtysh,
19471 : "[no] network WORD",
19472 : "Negate a command or set its defaults\n"
19473 : "Enable routing on an IP network\n"
19474 : "Interface name\n")
19475 :
19476 : DEFSH (VTYSH_RIPD, rip_network_prefix_cmd_vtysh,
19477 : "[no] network A.B.C.D/M",
19478 : "Negate a command or set its defaults\n"
19479 : "Enable routing on an IP network\n"
19480 : "IP prefix <network>/<length>, e.g., 35.0.0.0/8\n")
19481 :
19482 : DEFSH (VTYSH_RIPD, rip_no_distribute_list_cmd_vtysh,
19483 : "no distribute-list [prefix] ACCESSLIST4_NAME <in|out> [WORD]",
19484 : "Negate a command or set its defaults\n"
19485 : "Filter networks in routing updates\n"
19486 : "Specify a prefix\n"
19487 : "Access-list name\n"
19488 : "Filter incoming routing updates\n"
19489 : "Filter outgoing routing updates\n"
19490 : "Interface name\n")
19491 :
19492 : DEFSH (VTYSH_RIPD, rip_offset_list_cmd_vtysh,
19493 : "[no] offset-list ACCESSLIST4_NAME$acl <in|out>$direction (0-16)$metric [IFNAME]",
19494 : "Negate a command or set its defaults\n"
19495 : "Modify RIP metric\n"
19496 : "Access-list name\n"
19497 : "For incoming updates\n"
19498 : "For outgoing updates\n"
19499 : "Metric value\n"
19500 : "Interface to match\n")
19501 :
19502 : DEFSH (VTYSH_RIPD, rip_passive_default_cmd_vtysh,
19503 : "[no] passive-interface default",
19504 : "Negate a command or set its defaults\n"
19505 : "Suppress routing updates on an interface\n"
19506 : "default for all interfaces\n")
19507 :
19508 : DEFSH (VTYSH_RIPD, rip_passive_interface_cmd_vtysh,
19509 : "[no] passive-interface IFNAME",
19510 : "Negate a command or set its defaults\n"
19511 : "Suppress routing updates on an interface\n"
19512 : "Interface name\n")
19513 :
19514 : DEFSH (VTYSH_RIPD, rip_redistribute_cmd_vtysh,
19515 : "[no] redistribute <kernel|connected|static|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$protocol [{metric (0-16)|route-map RMAP_NAME$route_map}]",
19516 : "Negate a command or set its defaults\n"
19517 : "Redistribute information from another routing protocol\n"
19518 : "Kernel routes (not installed via the zebra RIB)\n"
19519 : "Connected routes (directly attached subnet or host)\n"
19520 : "Statically configured routes\n"
19521 : "Open Shortest Path First (OSPFv2)\n"
19522 : "Intermediate System to Intermediate System (IS-IS)\n"
19523 : "Border Gateway Protocol (BGP)\n"
19524 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
19525 : "Next Hop Resolution Protocol (NHRP)\n"
19526 : "Non-main Kernel Routing Table\n"
19527 : "Virtual Network Control (VNC)\n"
19528 : "Babel routing protocol (Babel)\n"
19529 : "Super Happy Advanced Routing Protocol (sharpd)\n"
19530 : "OpenFabric Routing Protocol\n"
19531 : "Metric\n"
19532 : "Metric value\n"
19533 : "Route map reference\n"
19534 : "Pointer to route-map entries\n")
19535 :
19536 : DEFSH (VTYSH_RIPD, rip_route_cmd_vtysh,
19537 : "[no] route A.B.C.D/M",
19538 : "Negate a command or set its defaults\n"
19539 : "RIP static route configuration\n"
19540 : "IP prefix <network>/<length>\n")
19541 :
19542 : DEFSH (VTYSH_RIPD, rip_timers_cmd_vtysh,
19543 : "timers basic (5-2147483647)$update (5-2147483647)$timeout (5-2147483647)$garbage",
19544 : "Adjust routing timers\n"
19545 : "Basic routing protocol update timers\n"
19546 : "Routing table update timer value in second. Default is 30.\n"
19547 : "Routing information timeout timer. Default is 180.\n"
19548 : "Garbage collection timer. Default is 120.\n")
19549 :
19550 : DEFSH (VTYSH_RIPD, rip_version_cmd_vtysh,
19551 : "version (1-2)",
19552 : "Set routing protocol version\n"
19553 : "version\n")
19554 :
19555 : DEFSH (VTYSH_RIPNGD, ripng_aggregate_address_cmd_vtysh,
19556 : "[no] aggregate-address X:X::X:X/M",
19557 : "Negate a command or set its defaults\n"
19558 : "Set aggregate RIPng route announcement\n"
19559 : "Aggregate network\n")
19560 :
19561 : DEFSH (VTYSH_RIPNGD, ripng_allow_ecmp_cmd_vtysh,
19562 : "[no] allow-ecmp",
19563 : "Negate a command or set its defaults\n"
19564 : "Allow Equal Cost MultiPath\n")
19565 :
19566 : DEFSH (VTYSH_RIPNGD, ripng_default_information_originate_cmd_vtysh,
19567 : "[no] default-information originate",
19568 : "Negate a command or set its defaults\n"
19569 : "Default route information\n"
19570 : "Distribute default route\n")
19571 :
19572 : DEFSH (VTYSH_RIPNGD, ripng_default_metric_cmd_vtysh,
19573 : "default-metric (1-16)",
19574 : "Set a metric of redistribute routes\n"
19575 : "Default metric\n")
19576 :
19577 : DEFSH (VTYSH_RIPNGD, ripng_ipv6_distribute_list_cmd_vtysh,
19578 : "ipv6 distribute-list [prefix] ACCESSLIST6_NAME <in|out> [WORD]",
19579 : "IPv6\n"
19580 : "Filter networks in routing updates\n"
19581 : "Specify a prefix\n"
19582 : "Access-list name\n"
19583 : "Filter incoming routing updates\n"
19584 : "Filter outgoing routing updates\n"
19585 : "Interface name\n")
19586 :
19587 : DEFSH (VTYSH_RIPNGD, ripng_network_if_cmd_vtysh,
19588 : "[no] network WORD",
19589 : "Negate a command or set its defaults\n"
19590 : "RIPng enable on specified interface or network.\n"
19591 : "Interface name\n")
19592 :
19593 : DEFSH (VTYSH_RIPNGD, ripng_network_prefix_cmd_vtysh,
19594 : "[no] network X:X::X:X/M",
19595 : "Negate a command or set its defaults\n"
19596 : "RIPng enable on specified interface or network.\n"
19597 : "IPv6 network\n")
19598 :
19599 : DEFSH (VTYSH_RIPNGD, ripng_no_ipv6_distribute_list_cmd_vtysh,
19600 : "no ipv6 distribute-list [prefix] ACCESSLIST6_NAME <in|out> [WORD]",
19601 : "Negate a command or set its defaults\n"
19602 : "IPv6\n"
19603 : "Filter networks in routing updates\n"
19604 : "Specify a prefix\n"
19605 : "Access-list name\n"
19606 : "Filter incoming routing updates\n"
19607 : "Filter outgoing routing updates\n"
19608 : "Interface name\n")
19609 :
19610 : DEFSH (VTYSH_RIPNGD, ripng_offset_list_cmd_vtysh,
19611 : "[no] offset-list ACCESSLIST6_NAME$acl <in|out>$direction (0-16)$metric [IFNAME]",
19612 : "Negate a command or set its defaults\n"
19613 : "Modify RIPng metric\n"
19614 : "Access-list name\n"
19615 : "For incoming updates\n"
19616 : "For outgoing updates\n"
19617 : "Metric value\n"
19618 : "Interface to match\n")
19619 :
19620 : DEFSH (VTYSH_RIPNGD, ripng_passive_interface_cmd_vtysh,
19621 : "[no] passive-interface IFNAME",
19622 : "Negate a command or set its defaults\n"
19623 : "Suppress routing updates on an interface\n"
19624 : "Interface name\n")
19625 :
19626 : DEFSH (VTYSH_RIPNGD, ripng_redistribute_cmd_vtysh,
19627 : "[no] redistribute <kernel|connected|static|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric>$protocol [{metric (0-16)|route-map RMAP_NAME$route_map}]",
19628 : "Negate a command or set its defaults\n"
19629 : "Redistribute information from another routing protocol\n"
19630 : "Kernel routes (not installed via the zebra RIB)\n"
19631 : "Connected routes (directly attached subnet or host)\n"
19632 : "Statically configured routes\n"
19633 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
19634 : "Intermediate System to Intermediate System (IS-IS)\n"
19635 : "Border Gateway Protocol (BGP)\n"
19636 : "Next Hop Resolution Protocol (NHRP)\n"
19637 : "Non-main Kernel Routing Table\n"
19638 : "Virtual Network Control (VNC)\n"
19639 : "Babel routing protocol (Babel)\n"
19640 : "Super Happy Advanced Routing Protocol (sharpd)\n"
19641 : "OpenFabric Routing Protocol\n"
19642 : "Metric\n"
19643 : "Metric value\n"
19644 : "Route map reference\n"
19645 : "Pointer to route-map entries\n")
19646 :
19647 : DEFSH (VTYSH_RIPNGD, ripng_route_cmd_vtysh,
19648 : "[no] route X:X::X:X/M",
19649 : "Negate a command or set its defaults\n"
19650 : "Static route setup\n"
19651 : "Set static RIPng route announcement\n")
19652 :
19653 : DEFSH (VTYSH_RIPNGD, ripng_timers_cmd_vtysh,
19654 : "timers basic (1-65535)$update (1-65535)$timeout (1-65535)$garbage",
19655 : "RIPng timers setup\n"
19656 : "Basic timer\n"
19657 : "Routing table update timer value in second. Default is 30.\n"
19658 : "Routing information timeout timer. Default is 180.\n"
19659 : "Garbage collection timer. Default is 120.\n")
19660 :
19661 : DEFSH (VTYSH_RMAP, rmap_call_cmd_vtysh,
19662 : "call WORD$name",
19663 : "Jump to another Route-Map after match+set\n"
19664 : "Target route-map name\n")
19665 :
19666 : DEFSH (VTYSH_RMAP, rmap_clear_counters_cmd_vtysh,
19667 : "clear route-map counters [WORD]",
19668 : "Reset functions\n"
19669 : "route-map information\n"
19670 : "counters associated with the specified route-map\n"
19671 : "route-map name\n")
19672 :
19673 : DEFSH (VTYSH_RMAP, rmap_continue_cmd_vtysh,
19674 : "continue (1-65535)$rm_num",
19675 : "Continue on a different entry within the route-map\n"
19676 : "Route-map entry sequence number\n")
19677 :
19678 : DEFSH (VTYSH_RMAP, rmap_description_cmd_vtysh,
19679 : "description LINE...",
19680 : "Route-map comment\n"
19681 : "Comment describing this route-map rule\n")
19682 :
19683 : DEFSH (VTYSH_RMAP, rmap_onmatch_goto_cmd_vtysh,
19684 : "on-match goto (1-65535)$rm_num",
19685 : "Exit policy on matches\n"
19686 : "Goto Clause number\n"
19687 : "Number\n")
19688 :
19689 : DEFSH (VTYSH_RMAP, rmap_onmatch_next_cmd_vtysh,
19690 : "on-match next",
19691 : "Exit policy on matches\n"
19692 : "Next clause\n")
19693 :
19694 : DEFSH (VTYSH_RMAP, rmap_show_name_cmd_vtysh,
19695 : "show route-map [WORD] [json]",
19696 : "Show running system information\n"
19697 : "route-map information\n"
19698 : "route-map name\n"
19699 : "JavaScript Object Notation\n")
19700 :
19701 : DEFSH (VTYSH_RMAP, rmap_show_unused_cmd_vtysh,
19702 : "show route-map-unused",
19703 : "Show running system information\n"
19704 : "unused route-map information\n")
19705 :
19706 : DEFSH_HIDDEN (VTYSH_ZEBRA, rnh_hide_backups_cmd_vtysh,
19707 : "[no] ip nht hide-backup-events",
19708 : "Negate a command or set its defaults\n"
19709 : "IP information\n"
19710 : "Nexthop-tracking configuration\n"
19711 : "Hide notification about backup nexthops\n")
19712 :
19713 : DEFSH (VTYSH_RMAP, route_map_optimization_cmd_vtysh,
19714 : "[no] route-map RMAP_NAME$name optimization",
19715 : "Negate a command or set its defaults\n"
19716 : "Create route-map or enter route-map command mode\n"
19717 : "Route map tag\n"
19718 : "Configure route-map optimization\n")
19719 :
19720 : DEFSH (VTYSH_ZEBRA, router_id_cmd_vtysh,
19721 : "router-id A.B.C.D vrf NAME",
19722 : "Manually set the router-id\n"
19723 : "IP address to use for router-id\n"
19724 : "Specify the VRF\n"
19725 : "The VRF name\n")
19726 :
19727 : DEFSH (VTYSH_ZEBRA, router_id_in_vrf_cmd_vtysh,
19728 : "router-id A.B.C.D",
19729 : "Manually set the router-id\n"
19730 : "IP address to use for router-id\n")
19731 :
19732 : DEFSH (VTYSH_OSPFD, router_info_area_cmd_vtysh,
19733 : "router-info <as|area [A.B.C.D]>",
19734 : "OSPF Router Information specific commands\n"
19735 : "Enable the Router Information functionality with AS flooding scope\n"
19736 : "Enable the Router Information functionality with Area flooding scope\n"
19737 : "OSPF area ID in IP format (deprecated)\n")
19738 :
19739 : DEFSH (VTYSH_BGPD, rpki_cache_cmd_vtysh,
19740 : "rpki cache <A.B.C.D|WORD> <TCPPORT|(1-65535)$sshport SSH_UNAME SSH_PRIVKEY [SERVER_PUBKEY]> [source <A.B.C.D>$bindaddr] preference (1-255)",
19741 : "Control rpki specific settings\n"
19742 : "Install a cache server to current group\n"
19743 : "IP address of cache server\n"
19744 : "Hostname of cache server\n"
19745 : "TCP port number\n"
19746 : "SSH port number\n"
19747 : "SSH user name\n"
19748 : "Path to own SSH private key\n"
19749 : "Path to Public key of cache server\n"
19750 : "Configure source IP address of RPKI connection\n"
19751 : "Define a Source IP Address\n"
19752 : "Preference of the cache server\n"
19753 : "Preference value\n")
19754 :
19755 : DEFSH (VTYSH_BGPD, rpki_expire_interval_cmd_vtysh,
19756 : "rpki expire_interval (600-172800)$tmp",
19757 : "Control rpki specific settings\n"
19758 : "Set expire interval\n"
19759 : "Expire interval value\n")
19760 :
19761 : DEFSH (VTYSH_BGPD, rpki_polling_period_cmd_vtysh,
19762 : "rpki polling_period (1-86400)$pp",
19763 : "Control rpki specific settings\n"
19764 : "Set polling period\n"
19765 : "Polling period value\n")
19766 :
19767 : DEFSH (VTYSH_BGPD, rpki_reset_cmd_vtysh,
19768 : "rpki reset",
19769 : "Control rpki specific settings\n"
19770 : "reset rpki\n")
19771 :
19772 : DEFSH (VTYSH_BGPD, rpki_retry_interval_cmd_vtysh,
19773 : "rpki retry_interval (1-7200)$tmp",
19774 : "Control rpki specific settings\n"
19775 : "Set retry interval\n"
19776 : "retry interval value\n")
19777 :
19778 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_day_month_day_month_cmd_vtysh,
19779 : "send-lifetime HH:MM:SS (1-31) MONTH (1993-2035) HH:MM:SS (1-31) MONTH (1993-2035)",
19780 : "Set send lifetime of the key\n"
19781 : "Time to start\n"
19782 : "Day of th month to start\n"
19783 : "Month of the year to start\n"
19784 : "Year to start\n"
19785 : "Time to expire\n"
19786 : "Day of th month to expire\n"
19787 : "Month of the year to expire\n"
19788 : "Year to expire\n")
19789 :
19790 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_day_month_month_day_cmd_vtysh,
19791 : "send-lifetime HH:MM:SS (1-31) MONTH (1993-2035) HH:MM:SS MONTH (1-31) (1993-2035)",
19792 : "Set send lifetime of the key\n"
19793 : "Time to start\n"
19794 : "Day of th month to start\n"
19795 : "Month of the year to start\n"
19796 : "Year to start\n"
19797 : "Time to expire\n"
19798 : "Month of the year to expire\n"
19799 : "Day of th month to expire\n"
19800 : "Year to expire\n")
19801 :
19802 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_duration_day_month_cmd_vtysh,
19803 : "send-lifetime HH:MM:SS (1-31) MONTH (1993-2035) duration (1-2147483646)",
19804 : "Set send lifetime of the key\n"
19805 : "Time to start\n"
19806 : "Day of th month to start\n"
19807 : "Month of the year to start\n"
19808 : "Year to start\n"
19809 : "Duration of the key\n"
19810 : "Duration seconds\n")
19811 :
19812 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_duration_month_day_cmd_vtysh,
19813 : "send-lifetime HH:MM:SS MONTH (1-31) (1993-2035) duration (1-2147483646)",
19814 : "Set send lifetime of the key\n"
19815 : "Time to start\n"
19816 : "Month of the year to start\n"
19817 : "Day of th month to start\n"
19818 : "Year to start\n"
19819 : "Duration of the key\n"
19820 : "Duration seconds\n")
19821 :
19822 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_infinite_day_month_cmd_vtysh,
19823 : "send-lifetime HH:MM:SS (1-31) MONTH (1993-2035) infinite",
19824 : "Set send lifetime of the key\n"
19825 : "Time to start\n"
19826 : "Day of th month to start\n"
19827 : "Month of the year to start\n"
19828 : "Year to start\n"
19829 : "Never expires\n")
19830 :
19831 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_infinite_month_day_cmd_vtysh,
19832 : "send-lifetime HH:MM:SS MONTH (1-31) (1993-2035) infinite",
19833 : "Set send lifetime of the key\n"
19834 : "Time to start\n"
19835 : "Month of the year to start\n"
19836 : "Day of th month to start\n"
19837 : "Year to start\n"
19838 : "Never expires\n")
19839 :
19840 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_month_day_day_month_cmd_vtysh,
19841 : "send-lifetime HH:MM:SS MONTH (1-31) (1993-2035) HH:MM:SS (1-31) MONTH (1993-2035)",
19842 : "Set send lifetime of the key\n"
19843 : "Time to start\n"
19844 : "Month of the year to start\n"
19845 : "Day of th month to start\n"
19846 : "Year to start\n"
19847 : "Time to expire\n"
19848 : "Day of th month to expire\n"
19849 : "Month of the year to expire\n"
19850 : "Year to expire\n")
19851 :
19852 : DEFSH (VTYSH_EIGRPD|VTYSH_OSPF6D|VTYSH_RIPD, send_lifetime_month_day_month_day_cmd_vtysh,
19853 : "send-lifetime HH:MM:SS MONTH (1-31) (1993-2035) HH:MM:SS MONTH (1-31) (1993-2035)",
19854 : "Set send lifetime of the key\n"
19855 : "Time to start\n"
19856 : "Month of the year to start\n"
19857 : "Day of th month to start\n"
19858 : "Year to start\n"
19859 : "Time to expire\n"
19860 : "Month of the year to expire\n"
19861 : "Day of th month to expire\n"
19862 : "Year to expire\n")
19863 :
19864 : DEFSH (VTYSH_SHARPD, send_opaque_cmd_vtysh,
19865 : "sharp send opaque type (1-255) (1-1000)$count",
19866 : "Sharp Routing Protocol\n"
19867 : "Send messages for testing\n"
19868 : "Send opaque messages\n"
19869 : "Type code to send\n"
19870 : "Type code to send\n"
19871 : "Number of messages to send\n")
19872 :
19873 : DEFSH (VTYSH_SHARPD, send_opaque_reg_cmd_vtysh,
19874 : "sharp send opaque <reg$reg | unreg> <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$proto_str [{instance (0-1000) | session (1-1000)}] type (1-1000)",
19875 : "Sharp Routing Protocol\n"
19876 : "Send messages for testing\n"
19877 : "Send opaque messages\n"
19878 : "Send opaque registration\n"
19879 : "Send opaque unregistration\n"
19880 : "Kernel routes (not installed via the zebra RIB)\n"
19881 : "Connected routes (directly attached subnet or host)\n"
19882 : "Statically configured routes\n"
19883 : "Routing Information Protocol (RIP)\n"
19884 : "Open Shortest Path First (OSPFv2)\n"
19885 : "Intermediate System to Intermediate System (IS-IS)\n"
19886 : "Border Gateway Protocol (BGP)\n"
19887 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
19888 : "Next Hop Resolution Protocol (NHRP)\n"
19889 : "Non-main Kernel Routing Table\n"
19890 : "Virtual Network Control (VNC)\n"
19891 : "Babel routing protocol (Babel)\n"
19892 : "Super Happy Advanced Routing Protocol (sharpd)\n"
19893 : "OpenFabric Routing Protocol\n"
19894 : "Daemon instance\n"
19895 : "Daemon instance\n"
19896 : "Session ID\n"
19897 : "Session ID\n"
19898 : "Opaque sub-type code\n"
19899 : "Opaque sub-type code\n")
19900 :
19901 : DEFSH (VTYSH_SHARPD, send_opaque_unicast_cmd_vtysh,
19902 : "sharp send opaque unicast type (1-255) <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$proto_str [{instance (0-1000) | session (1-1000)}] (1-1000)$count",
19903 : "Sharp Routing Protocol\n"
19904 : "Send messages for testing\n"
19905 : "Send opaque messages\n"
19906 : "Send unicast messages\n"
19907 : "Type code to send\n"
19908 : "Type code to send\n"
19909 : "Kernel routes (not installed via the zebra RIB)\n"
19910 : "Connected routes (directly attached subnet or host)\n"
19911 : "Statically configured routes\n"
19912 : "Routing Information Protocol (RIP)\n"
19913 : "Open Shortest Path First (OSPFv2)\n"
19914 : "Intermediate System to Intermediate System (IS-IS)\n"
19915 : "Border Gateway Protocol (BGP)\n"
19916 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
19917 : "Next Hop Resolution Protocol (NHRP)\n"
19918 : "Non-main Kernel Routing Table\n"
19919 : "Virtual Network Control (VNC)\n"
19920 : "Babel routing protocol (Babel)\n"
19921 : "Super Happy Advanced Routing Protocol (sharpd)\n"
19922 : "OpenFabric Routing Protocol\n"
19923 : "Daemon instance\n"
19924 : "Daemon instance\n"
19925 : "Session ID\n"
19926 : "Session ID\n"
19927 : "Number of messages to send\n")
19928 :
19929 : DEFSH (VTYSH_ALL, service_advanced_vty_cmd_vtysh,
19930 : "service advanced-vty",
19931 : "Set up miscellaneous service\n"
19932 : "Enable advanced mode vty interface\n")
19933 :
19934 : DEFSH (VTYSH_ALL, service_cputime_stats_cmd_vtysh,
19935 : "[no] service cputime-stats",
19936 : "Negate a command or set its defaults\n"
19937 : "Set up miscellaneous service\n"
19938 : "Collect CPU usage statistics\n")
19939 :
19940 : DEFSH (VTYSH_ALL, service_cputime_warning_cmd_vtysh,
19941 : "[no] service cputime-warning (1-4294967295)",
19942 : "Negate a command or set its defaults\n"
19943 : "Set up miscellaneous service\n"
19944 : "Warn for tasks exceeding CPU usage threshold\n"
19945 : "Warning threshold in milliseconds\n")
19946 :
19947 : DEFSH (VTYSH_ALL, service_walltime_warning_cmd_vtysh,
19948 : "[no] service walltime-warning (1-4294967295)",
19949 : "Negate a command or set its defaults\n"
19950 : "Set up miscellaneous service\n"
19951 : "Warn for tasks exceeding total wallclock threshold\n"
19952 : "Warning threshold in milliseconds\n")
19953 :
19954 : DEFSH (VTYSH_BGPD, set_aggregator_as_cmd_vtysh,
19955 : "set aggregator as (1-4294967295) A.B.C.D",
19956 : "Set values in destination routing protocol\n"
19957 : "BGP aggregator attribute\n"
19958 : "AS number of aggregator\n"
19959 : "AS number\n"
19960 : "IP address of aggregator\n")
19961 :
19962 : DEFSH (VTYSH_BGPD, set_aigp_metric_cmd_vtysh,
19963 : "set aigp-metric <igp-metric|(1-4294967295)>$aigp_metric",
19964 : "Set values in destination routing protocol\n"
19965 : "BGP AIGP attribute (AIGP Metric TLV)\n"
19966 : "AIGP Metric value from IGP protocol\n"
19967 : "Manual AIGP Metric value\n")
19968 :
19969 : DEFSH (VTYSH_BGPD, set_aspath_exclude_cmd_vtysh,
19970 : "set as-path exclude (1-4294967295)...",
19971 : "Set values in destination routing protocol\n"
19972 : "Transform BGP AS-path attribute\n"
19973 : "Exclude from the as-path\n"
19974 : "AS number\n")
19975 :
19976 : DEFSH (VTYSH_BGPD, set_aspath_prepend_asn_cmd_vtysh,
19977 : "set as-path prepend (1-4294967295)...",
19978 : "Set values in destination routing protocol\n"
19979 : "Transform BGP AS_PATH attribute\n"
19980 : "Prepend to the as-path\n"
19981 : "AS number\n")
19982 :
19983 : DEFSH (VTYSH_BGPD, set_aspath_prepend_lastas_cmd_vtysh,
19984 : "set as-path prepend last-as (1-10)",
19985 : "Set values in destination routing protocol\n"
19986 : "Transform BGP AS_PATH attribute\n"
19987 : "Prepend to the as-path\n"
19988 : "Use the last AS-number in the as-path\n"
19989 : "Number of times to insert\n")
19990 :
19991 : DEFSH (VTYSH_BGPD, set_aspath_replace_asn_cmd_vtysh,
19992 : "set as-path replace <any|(1-4294967295)>$replace",
19993 : "Set values in destination routing protocol\n"
19994 : "Transform BGP AS_PATH attribute\n"
19995 : "Replace AS number to local AS number\n"
19996 : "Replace any AS number to local AS number\n"
19997 : "Replace a specific AS number to local AS number\n")
19998 :
19999 : DEFSH (VTYSH_BGPD, set_atomic_aggregate_cmd_vtysh,
20000 : "set atomic-aggregate",
20001 : "Set values in destination routing protocol\n"
20002 : "BGP atomic aggregate attribute\n")
20003 :
20004 : DEFSH (VTYSH_BGPD, set_community_cmd_vtysh,
20005 : "set community AA:NN...",
20006 : "Set values in destination routing protocol\n"
20007 : "BGP community attribute\n"
20008 : "Community number in AA:NN format (where AA and NN are (0-65535)) or local-AS|no-advertise|no-export|internet|graceful-shutdown|accept-own-nexthop|accept-own|route-filter-translated-v4|route-filter-v4|route-filter-translated-v6|route-filter-v6|llgr-stale|no-llgr|blackhole|no-peer or additive\n")
20009 :
20010 : DEFSH (VTYSH_BGPD, set_community_delete_cmd_vtysh,
20011 : "set comm-list <(1-99)|(100-500)|COMMUNITY_LIST_NAME> delete",
20012 : "Set values in destination routing protocol\n"
20013 : "set BGP community list (for deletion)\n"
20014 : "Community-list number (standard)\n"
20015 : "Community-list number (expanded)\n"
20016 : "Community-list name\n"
20017 : "Delete matching communities\n")
20018 :
20019 : DEFSH (VTYSH_BGPD, set_community_none_cmd_vtysh,
20020 : "set community none",
20021 : "Set values in destination routing protocol\n"
20022 : "BGP community attribute\n"
20023 : "No community attribute\n")
20024 :
20025 : DEFSH (VTYSH_BGPD, set_distance_cmd_vtysh,
20026 : "set distance (0-255)",
20027 : "Set values in destination routing protocol\n"
20028 : "BGP Administrative Distance to use\n"
20029 : "Distance value\n")
20030 :
20031 : DEFSH (VTYSH_BGPD, set_ecommunity_lb_cmd_vtysh,
20032 : "set extcommunity bandwidth <(1-25600)|cumulative|num-multipaths> [non-transitive]",
20033 : "Set values in destination routing protocol\n"
20034 : "BGP extended community attribute\n"
20035 : "Link bandwidth extended community\n"
20036 : "Bandwidth value in Mbps\n"
20037 : "Cumulative bandwidth of all multipaths (outbound-only)\n"
20038 : "Internally computed bandwidth based on number of multipaths (outbound-only)\n"
20039 : "Attribute is set as non-transitive\n")
20040 :
20041 : DEFSH (VTYSH_BGPD, set_ecommunity_none_cmd_vtysh,
20042 : "set extcommunity none",
20043 : "Set values in destination routing protocol\n"
20044 : "BGP extended community attribute\n"
20045 : "No extended community attribute\n")
20046 :
20047 : DEFSH (VTYSH_BGPD, set_ecommunity_rt_cmd_vtysh,
20048 : "set extcommunity rt ASN:NN_OR_IP-ADDRESS:NN...",
20049 : "Set values in destination routing protocol\n"
20050 : "BGP extended community attribute\n"
20051 : "Route Target extended community\n"
20052 : "VPN extended community\n")
20053 :
20054 : DEFSH (VTYSH_BGPD, set_ecommunity_soo_cmd_vtysh,
20055 : "set extcommunity soo ASN:NN_OR_IP-ADDRESS:NN...",
20056 : "Set values in destination routing protocol\n"
20057 : "BGP extended community attribute\n"
20058 : "Site-of-Origin extended community\n"
20059 : "VPN extended community\n")
20060 :
20061 : DEFSH (VTYSH_BGPD, set_evpn_gw_ip_ipv4_cmd_vtysh,
20062 : "set evpn gateway-ip ipv4 A.B.C.D",
20063 : "Set values in destination routing protocol\n"
20064 : "Ethernet Virtual Private Network\n"
20065 : "Set gateway IP for prefix advertisement route\n"
20066 : "IPv4 address\n"
20067 : "Gateway IP address in IPv4 format\n")
20068 :
20069 : DEFSH (VTYSH_BGPD, set_evpn_gw_ip_ipv6_cmd_vtysh,
20070 : "set evpn gateway-ip ipv6 X:X::X:X",
20071 : "Set values in destination routing protocol\n"
20072 : "Ethernet Virtual Private Network\n"
20073 : "Set gateway IP for prefix advertisement route\n"
20074 : "IPv6 address\n"
20075 : "Gateway IP address in IPv6 format\n")
20076 :
20077 : DEFSH (VTYSH_RMAP, set_ip_nexthop_cmd_vtysh,
20078 : "set ip next-hop A.B.C.D$addr",
20079 : "Set values in destination routing protocol\n"
20080 : "IP information\n"
20081 : "Next hop address\n"
20082 : "IP address of next hop\n")
20083 :
20084 : DEFSH (VTYSH_BGPD, set_ip_nexthop_peer_cmd_vtysh,
20085 : "[no] set ip next-hop peer-address",
20086 : "Negate a command or set its defaults\n"
20087 : "Set values in destination routing protocol\n"
20088 : "IP information\n"
20089 : "Next hop address\n"
20090 : "Use peer address (for BGP only)\n")
20091 :
20092 : DEFSH (VTYSH_BGPD, set_ip_nexthop_unchanged_cmd_vtysh,
20093 : "[no] set ip next-hop unchanged",
20094 : "Negate a command or set its defaults\n"
20095 : "Set values in destination routing protocol\n"
20096 : "IP information\n"
20097 : "Next hop address\n"
20098 : "Don't modify existing Next hop address\n")
20099 :
20100 : DEFSH (VTYSH_BGPD, set_ipv6_nexthop_global_cmd_vtysh,
20101 : "set ipv6 next-hop global X:X::X:X",
20102 : "Set values in destination routing protocol\n"
20103 : "IPv6 information\n"
20104 : "IPv6 next-hop address\n"
20105 : "IPv6 global address\n"
20106 : "IPv6 address of next hop\n")
20107 :
20108 : DEFSH (VTYSH_RMAP, set_ipv6_nexthop_local_cmd_vtysh,
20109 : "set ipv6 next-hop local X:X::X:X$addr",
20110 : "Set values in destination routing protocol\n"
20111 : "IPv6 information\n"
20112 : "IPv6 next-hop address\n"
20113 : "IPv6 local address\n"
20114 : "IPv6 address of next hop\n")
20115 :
20116 : DEFSH (VTYSH_BGPD, set_ipv6_nexthop_peer_cmd_vtysh,
20117 : "set ipv6 next-hop peer-address",
20118 : "Set values in destination routing protocol\n"
20119 : "IPv6 information\n"
20120 : "Next hop address\n"
20121 : "Use peer address (for BGP only)\n")
20122 :
20123 : DEFSH (VTYSH_BGPD, set_ipv6_nexthop_prefer_global_cmd_vtysh,
20124 : "set ipv6 next-hop prefer-global",
20125 : "Set values in destination routing protocol\n"
20126 : "IPv6 information\n"
20127 : "IPv6 next-hop address\n"
20128 : "Prefer global over link-local if both exist\n")
20129 :
20130 : DEFSH (VTYSH_BGPD, set_ipx_vpn_nexthop_cmd_vtysh,
20131 : "set <ipv4|ipv6> vpn next-hop <A.B.C.D$addrv4|X:X::X:X$addrv6>",
20132 : "Set values in destination routing protocol\n"
20133 : "IPv4 information\n"
20134 : "IPv6 information\n"
20135 : "VPN information\n"
20136 : "VPN next-hop address\n"
20137 : "IP address of next hop\n"
20138 : "IPv6 address of next hop\n")
20139 :
20140 : DEFSH (VTYSH_BGPD, set_l3vpn_nexthop_encapsulation_cmd_vtysh,
20141 : "[no] set l3vpn next-hop encapsulation gre",
20142 : "Negate a command or set its defaults\n"
20143 : "Set values in destination routing protocol\n"
20144 : "L3VPN operations\n"
20145 : "Next hop Information\n"
20146 : "Encapsulation options (for BGP only)\n"
20147 : "Accept L3VPN traffic over GRE encapsulation\n")
20148 :
20149 : DEFSH (VTYSH_BGPD, set_label_index_cmd_vtysh,
20150 : "set label-index (0-1048560)",
20151 : "Set values in destination routing protocol\n"
20152 : "Label index to associate with the prefix\n"
20153 : "Label index value\n")
20154 :
20155 : DEFSH (VTYSH_BGPD, set_lcommunity_cmd_vtysh,
20156 : "set large-community AA:BB:CC...",
20157 : "Set values in destination routing protocol\n"
20158 : "BGP large community attribute\n"
20159 : "Large Community number in aa:bb:cc format or additive\n")
20160 :
20161 : DEFSH (VTYSH_BGPD, set_lcommunity_delete_cmd_vtysh,
20162 : "set large-comm-list <(1-99)|(100-500)|LCOMMUNITY_LIST_NAME> delete",
20163 : "Set values in destination routing protocol\n"
20164 : "set BGP large community list (for deletion)\n"
20165 : "Large Community-list number (standard)\n"
20166 : "Large Communitly-list number (expanded)\n"
20167 : "Large Community-list name\n"
20168 : "Delete matching large communities\n")
20169 :
20170 : DEFSH (VTYSH_BGPD, set_lcommunity_none_cmd_vtysh,
20171 : "set large-community none",
20172 : "Set values in destination routing protocol\n"
20173 : "BGP large community attribute\n"
20174 : "No large community attribute\n")
20175 :
20176 : DEFSH (VTYSH_BGPD, set_local_pref_cmd_vtysh,
20177 : "set local-preference WORD",
20178 : "Set values in destination routing protocol\n"
20179 : "BGP local preference path attribute\n"
20180 : "Preference value (0-4294967295)\n")
20181 :
20182 : DEFSH (VTYSH_RMAP, set_metric_cmd_vtysh,
20183 : "set metric <(-4294967295-4294967295)$metric|rtt$rtt|+rtt$artt|-rtt$srtt>",
20184 : "Set values in destination routing protocol\n"
20185 : "Metric value for destination routing protocol\n"
20186 : "Metric value (use +/- for additions or subtractions)\n"
20187 : "Assign round trip time\n"
20188 : "Add round trip time\n"
20189 : "Subtract round trip time\n")
20190 :
20191 : DEFSH (VTYSH_OSPF6D|VTYSH_OSPFD, set_metric_type_cmd_vtysh,
20192 : "set metric-type <type-1|type-2>",
20193 : "Set values in destination routing protocol\n"
20194 : "Type of metric for destination routing protocol\n"
20195 : "OSPF[6] external type 1 metric\n"
20196 : "OSPF[6] external type 2 metric\n")
20197 :
20198 : DEFSH (VTYSH_BGPD, set_origin_cmd_vtysh,
20199 : "set origin <egp|igp|incomplete>",
20200 : "Set values in destination routing protocol\n"
20201 : "BGP origin code\n"
20202 : "remote EGP\n"
20203 : "local IGP\n"
20204 : "unknown heritage\n")
20205 :
20206 : DEFSH (VTYSH_BGPD, set_originator_id_cmd_vtysh,
20207 : "set originator-id A.B.C.D",
20208 : "Set values in destination routing protocol\n"
20209 : "BGP originator ID attribute\n"
20210 : "IP address of originator\n")
20211 :
20212 : DEFSH (VTYSH_ISISD, set_overload_bit_cmd_vtysh,
20213 : "[no] set-overload-bit",
20214 : "Reset overload bit to accept transit traffic\n"
20215 : "Set overload bit to avoid any transit traffic\n")
20216 :
20217 : DEFSH (VTYSH_ISISD, set_overload_bit_on_startup_cmd_vtysh,
20218 : "set-overload-bit on-startup (0-86400)$val",
20219 : "Set overload bit to avoid any transit traffic\n"
20220 : "Set overload bit on startup\n"
20221 : "Set overload time in seconds\n")
20222 :
20223 : DEFSH (VTYSH_ZEBRA, set_src_cmd_vtysh,
20224 : "set src <A.B.C.D$addrv4|X:X::X:X$addrv6>",
20225 : "Set values in destination routing protocol\n"
20226 : "src address for route\n"
20227 : "IPv4 src address\n"
20228 : "IPv6 src address\n")
20229 :
20230 : DEFSH (VTYSH_RMAP, set_srte_color_cmd_vtysh,
20231 : "set sr-te color (1-4294967295)",
20232 : "Set values in destination routing protocol\n"
20233 : "SR-TE information\n"
20234 : "SR-TE Color information\n"
20235 : "Color of the SR-TE Policies to match with\n")
20236 :
20237 : DEFSH (VTYSH_BGPD, set_table_id_cmd_vtysh,
20238 : "set table (1-4294967295)",
20239 : "Set values in destination routing protocol\n"
20240 : "export route to non-main kernel table\n"
20241 : "Kernel routing table id\n")
20242 :
20243 : DEFSH (VTYSH_RMAP, set_tag_cmd_vtysh,
20244 : "set tag (1-4294967295)$tag",
20245 : "Set values in destination routing protocol\n"
20246 : "Tag value for routing protocol\n"
20247 : "Tag value\n")
20248 :
20249 : DEFSH (VTYSH_BGPD, set_weight_cmd_vtysh,
20250 : "set weight (0-4294967295)",
20251 : "Set values in destination routing protocol\n"
20252 : "BGP weight for routing table\n"
20253 : "Weight value\n")
20254 :
20255 : DEFSH (VTYSH_SHARPD, sharp_interface_protodown_cmd_vtysh,
20256 : "sharp interface IFNAME$ifname protodown",
20257 : "Sharp Routing Protocol\n"
20258 : "Interface information\n"
20259 : "Interface name(e.g. ep0)\n"
20260 : "Set interface protodown\n")
20261 :
20262 : DEFSH (VTYSH_SHARPD, sharp_lsp_prefix_v4_cmd_vtysh,
20263 : "sharp lsp [update]$update (0-100000)$inlabel nexthop-group NHGNAME$nhgname [prefix A.B.C.D/M$pfx <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$type_str [instance (0-255)$instance]]",
20264 : "Sharp Routing Protocol\n"
20265 : "Add an LSP\n"
20266 : "Update an LSP\n"
20267 : "The ingress label to use\n"
20268 : "Use nexthops from a nexthop-group\n"
20269 : "The nexthop-group name\n"
20270 : "Label a prefix\n"
20271 : "The v4 prefix to label\n"
20272 : "Kernel routes (not installed via the zebra RIB)\n"
20273 : "Connected routes (directly attached subnet or host)\n"
20274 : "Statically configured routes\n"
20275 : "Routing Information Protocol (RIP)\n"
20276 : "Open Shortest Path First (OSPFv2)\n"
20277 : "Intermediate System to Intermediate System (IS-IS)\n"
20278 : "Border Gateway Protocol (BGP)\n"
20279 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
20280 : "Next Hop Resolution Protocol (NHRP)\n"
20281 : "Non-main Kernel Routing Table\n"
20282 : "Virtual Network Control (VNC)\n"
20283 : "Babel routing protocol (Babel)\n"
20284 : "Super Happy Advanced Routing Protocol (sharpd)\n"
20285 : "OpenFabric Routing Protocol\n"
20286 : "Instance to use\n"
20287 : "Instance\n")
20288 :
20289 : DEFSH (VTYSH_SHARPD, sharp_nht_data_dump_cmd_vtysh,
20290 : "sharp data nexthop",
20291 : "Sharp routing Protocol\n"
20292 : "Data about what is going on\n"
20293 : "Nexthop information\n")
20294 :
20295 : DEFSH (VTYSH_SHARPD, sharp_remove_lsp_prefix_v4_cmd_vtysh,
20296 : "sharp remove lsp (0-100000)$inlabel [nexthop-group NHGNAME$nhgname] [prefix A.B.C.D/M$pfx <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$type_str [instance (0-255)$instance]]",
20297 : "Sharp Routing Protocol\n"
20298 : "Remove data\n"
20299 : "Remove an LSP\n"
20300 : "The ingress label\n"
20301 : "Use nexthops from a nexthop-group\n"
20302 : "The nexthop-group name\n"
20303 : "Specify a v4 prefix\n"
20304 : "The v4 prefix to label\n"
20305 : "Kernel routes (not installed via the zebra RIB)\n"
20306 : "Connected routes (directly attached subnet or host)\n"
20307 : "Statically configured routes\n"
20308 : "Routing Information Protocol (RIP)\n"
20309 : "Open Shortest Path First (OSPFv2)\n"
20310 : "Intermediate System to Intermediate System (IS-IS)\n"
20311 : "Border Gateway Protocol (BGP)\n"
20312 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
20313 : "Next Hop Resolution Protocol (NHRP)\n"
20314 : "Non-main Kernel Routing Table\n"
20315 : "Virtual Network Control (VNC)\n"
20316 : "Babel routing protocol (Babel)\n"
20317 : "Super Happy Advanced Routing Protocol (sharpd)\n"
20318 : "OpenFabric Routing Protocol\n"
20319 : "Routing instance\n"
20320 : "Instance to use\n")
20321 :
20322 : DEFSH (VTYSH_SHARPD, sharp_srv6_manager_get_locator_chunk_cmd_vtysh,
20323 : "sharp srv6-manager get-locator-chunk NAME$locator_name",
20324 : "Sharp Routing Protocol\n"
20325 : "Segment-Routing IPv6\n"
20326 : "Get SRv6 locator-chunk\n"
20327 : "SRv6 Locator name\n")
20328 :
20329 : DEFSH (VTYSH_SHARPD, sharp_srv6_manager_release_locator_chunk_cmd_vtysh,
20330 : "sharp srv6-manager release-locator-chunk NAME$locator_name",
20331 : "Sharp Routing Protocol\n"
20332 : "Segment-Routing IPv6\n"
20333 : "Release SRv6 locator-chunk\n"
20334 : "SRv6 Locator name\n")
20335 :
20336 : DEFSH (VTYSH_BABELD, show_babel_interface_cmd_vtysh,
20337 : "show babel interface [IFNAME]",
20338 : "Show running system information\n"
20339 : "Babel information\n"
20340 : "Interface information\n"
20341 : "Interface\n")
20342 :
20343 : DEFSH (VTYSH_BABELD, show_babel_neighbour_cmd_vtysh,
20344 : "show babel neighbor [IFNAME]",
20345 : "Show running system information\n"
20346 : "Babel information\n"
20347 : "Print neighbors\n"
20348 : "Interface\n")
20349 :
20350 : DEFSH (VTYSH_BABELD, show_babel_parameters_cmd_vtysh,
20351 : "show babel parameters",
20352 : "Show running system information\n"
20353 : "Babel information\n"
20354 : "Configuration information\n")
20355 :
20356 : DEFSH (VTYSH_BABELD, show_babel_route_addr6_cmd_vtysh,
20357 : "show babel route X:X::X:X",
20358 : "Show running system information\n"
20359 : "Babel information\n"
20360 : "Babel internal routing table\n"
20361 : "IPv6 address <network>/<length>\n")
20362 :
20363 : DEFSH (VTYSH_BABELD, show_babel_route_addr_cmd_vtysh,
20364 : "show babel route A.B.C.D",
20365 : "Show running system information\n"
20366 : "Babel information\n"
20367 : "Babel internal routing table\n"
20368 : "IPv4 address <network>/<length>\n")
20369 :
20370 : DEFSH (VTYSH_BABELD, show_babel_route_cmd_vtysh,
20371 : "show babel route",
20372 : "Show running system information\n"
20373 : "Babel information\n"
20374 : "Babel internal routing table\n")
20375 :
20376 : DEFSH (VTYSH_BABELD, show_babel_route_prefix_cmd_vtysh,
20377 : "show babel route <A.B.C.D/M|X:X::X:X/M>",
20378 : "Show running system information\n"
20379 : "Babel information\n"
20380 : "Babel internal routing table\n"
20381 : "IPv4 prefix <network>/<length>\n"
20382 : "IPv6 prefix <network>/<length>\n")
20383 :
20384 : DEFSH (VTYSH_BFDD, show_bfd_distributed_cmd_vtysh,
20385 : "show bfd distributed",
20386 : "Show running system information\n"
20387 : "Bidirection Forwarding Detection\n"
20388 : "Show BFD data plane (distributed BFD) statistics\n")
20389 :
20390 : DEFSH (VTYSH_BGPD, show_bgp_afi_vpn_rd_route_cmd_vtysh,
20391 : "show bgp <ipv4|ipv6> vpn rd <ASN:NN_OR_IP-ADDRESS:NN|all> <A.B.C.D/M|X:X::X:X/M> [json]",
20392 : "Show running system information\n"
20393 : "BGP information\n"
20394 : "Address Family\n"
20395 : "Address Family\n"
20396 : "Address Family modifier\n"
20397 : "Display information for a route distinguisher\n"
20398 : "Route Distinguisher\n"
20399 : "All Route Distinguishers\n"
20400 : "Network in the BGP routing table to display\n"
20401 : "Network in the BGP routing table to display\n"
20402 : "JavaScript Object Notation\n")
20403 :
20404 : DEFSH (VTYSH_BGPD, show_bgp_as_path_access_list_all_cmd_vtysh,
20405 : "show bgp as-path-access-list [json]",
20406 : "Show running system information\n"
20407 : "BGP information\n"
20408 : "List AS path access lists\n"
20409 : "JavaScript Object Notation\n")
20410 :
20411 : DEFSH (VTYSH_BGPD, show_bgp_as_path_access_list_cmd_vtysh,
20412 : "show bgp as-path-access-list AS_PATH_FILTER_NAME [json]",
20413 : "Show running system information\n"
20414 : "BGP information\n"
20415 : "List AS path access lists\n"
20416 : "AS path access list name\n"
20417 : "JavaScript Object Notation\n")
20418 :
20419 : DEFSH (VTYSH_BGPD, show_bgp_community_list_arg_cmd_vtysh,
20420 : "show bgp community-list <(1-500)|COMMUNITY_LIST_NAME> detail",
20421 : "Show running system information\n"
20422 : "BGP information\n"
20423 : "List community-list\n"
20424 : "Community-list number\n"
20425 : "Community-list name\n"
20426 : "Detailed information on community-list\n")
20427 :
20428 : DEFSH (VTYSH_BGPD, show_bgp_community_list_cmd_vtysh,
20429 : "show bgp community-list",
20430 : "Show running system information\n"
20431 : "BGP information\n"
20432 : "List community-list\n")
20433 :
20434 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_import_rt_cmd_vtysh,
20435 : "show bgp evpn import-rt",
20436 : "Show running system information\n"
20437 : "BGP information\n"
20438 : "Ethernet Virtual Private Network\n"
20439 : "Show import route target\n")
20440 :
20441 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_route_cmd_vtysh,
20442 : "show bgp evpn route [detail] [type <macip|2|multicast|3>]",
20443 : "Show running system information\n"
20444 : "BGP information\n"
20445 : "Ethernet Virtual Private Network\n"
20446 : "EVPN route information\n"
20447 : "Display Detailed Information\n"
20448 : "Specify Route type\n"
20449 : "MAC-IP (Type-2) route\n"
20450 : "MAC-IP (Type-2) route\n"
20451 : "Multicast (Type-3) route\n"
20452 : "Multicast (Type-3) route\n")
20453 :
20454 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_route_rd_cmd_vtysh,
20455 : "show bgp evpn route rd ASN:NN_OR_IP-ADDRESS:NN [type <macip|2|multicast|3>]",
20456 : "Show running system information\n"
20457 : "BGP information\n"
20458 : "Ethernet Virtual Private Network\n"
20459 : "EVPN route information\n"
20460 : "Route Distinguisher\n"
20461 : "ASN:XX or A.B.C.D:XX\n"
20462 : "Specify Route type\n"
20463 : "MAC-IP (Type-2) route\n"
20464 : "MAC-IP (Type-2) route\n"
20465 : "Multicast (Type-3) route\n"
20466 : "Multicast (Type-3) route\n")
20467 :
20468 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_route_rd_macip_cmd_vtysh,
20469 : "show bgp evpn route rd ASN:NN_OR_IP-ADDRESS:NN mac WORD [ip WORD]",
20470 : "Show running system information\n"
20471 : "BGP information\n"
20472 : "Ethernet Virtual Private Network\n"
20473 : "EVPN route information\n"
20474 : "Route Distinguisher\n"
20475 : "ASN:XX or A.B.C.D:XX\n"
20476 : "MAC\n"
20477 : "MAC address (e.g., 00:e0:ec:20:12:62)\n"
20478 : "IP\n"
20479 : "IP address (IPv4 or IPv6)\n")
20480 :
20481 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_route_vni_all_cmd_vtysh,
20482 : "show bgp evpn route vni all [detail] [vtep A.B.C.D]",
20483 : "Show running system information\n"
20484 : "BGP information\n"
20485 : "Ethernet Virtual Private Network\n"
20486 : "EVPN route information\n"
20487 : "VXLAN Network Identifier\n"
20488 : "All VNIs\n"
20489 : "Print Detailed Output\n"
20490 : "Remote VTEP\n"
20491 : "Remote VTEP IP address\n")
20492 :
20493 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_route_vni_cmd_vtysh,
20494 : "show bgp evpn route vni (1-16777215) [<type <macip|2|multicast|3> | vtep A.B.C.D>]",
20495 : "Show running system information\n"
20496 : "BGP information\n"
20497 : "Ethernet Virtual Private Network\n"
20498 : "EVPN route information\n"
20499 : "VXLAN Network Identifier\n"
20500 : "VNI number\n"
20501 : "Specify Route type\n"
20502 : "MAC-IP (Type-2) route\n"
20503 : "MAC-IP (Type-2) route\n"
20504 : "Multicast (Type-3) route\n"
20505 : "Multicast (Type-3) route\n"
20506 : "Remote VTEP\n"
20507 : "Remote VTEP IP address\n")
20508 :
20509 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_route_vni_macip_cmd_vtysh,
20510 : "show bgp evpn route vni (1-16777215) mac WORD [ip WORD]",
20511 : "Show running system information\n"
20512 : "BGP information\n"
20513 : "Ethernet Virtual Private Network\n"
20514 : "EVPN route information\n"
20515 : "VXLAN Network Identifier\n"
20516 : "VNI number\n"
20517 : "MAC\n"
20518 : "MAC address (e.g., 00:e0:ec:20:12:62)\n"
20519 : "IP\n"
20520 : "IP address (IPv4 or IPv6)\n")
20521 :
20522 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_route_vni_multicast_cmd_vtysh,
20523 : "show bgp evpn route vni (1-16777215) multicast A.B.C.D",
20524 : "Show running system information\n"
20525 : "BGP information\n"
20526 : "Ethernet Virtual Private Network\n"
20527 : "EVPN route information\n"
20528 : "VXLAN Network Identifier\n"
20529 : "VNI number\n"
20530 : "Multicast (Type-3) route\n"
20531 : "Originating Router IP address\n")
20532 :
20533 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_summary_cmd_vtysh,
20534 : "show bgp evpn summary [json]",
20535 : "Show running system information\n"
20536 : "BGP information\n"
20537 : "Ethernet Virtual Private Network\n"
20538 : "Summary of BGP neighbor status\n"
20539 : "JavaScript Object Notation\n")
20540 :
20541 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_evpn_vni_cmd_vtysh,
20542 : "show bgp evpn vni [(1-16777215)]",
20543 : "Show running system information\n"
20544 : "BGP information\n"
20545 : "Ethernet Virtual Private Network\n"
20546 : "Show VNI\n"
20547 : "VNI number\n")
20548 :
20549 : DEFSH (VTYSH_BGPD, show_bgp_extcommunity_list_arg_cmd_vtysh,
20550 : "show bgp extcommunity-list <(1-500)|EXTCOMMUNITY_LIST_NAME> detail",
20551 : "Show running system information\n"
20552 : "BGP information\n"
20553 : "List extended-community list\n"
20554 : "Extcommunity-list number\n"
20555 : "Extcommunity-list name\n"
20556 : "Detailed information on extcommunity-list\n")
20557 :
20558 : DEFSH (VTYSH_BGPD, show_bgp_extcommunity_list_cmd_vtysh,
20559 : "show bgp extcommunity-list",
20560 : "Show running system information\n"
20561 : "BGP information\n"
20562 : "List extended-community list\n")
20563 :
20564 : DEFSH (VTYSH_BGPD, show_bgp_instance_all_ipv6_updgrps_cmd_vtysh,
20565 : "show [ip] bgp <view|vrf> all update-groups [json]",
20566 : "Show running system information\n"
20567 : "IP information\n"
20568 : "BGP information\n"
20569 : "BGP view\n"
20570 : "BGP VRF\n"
20571 : "All Views/VRFs\n"
20572 : "Detailed info about dynamic update groups\n"
20573 : "JavaScript Object Notation\n")
20574 :
20575 : DEFSH (VTYSH_BGPD, show_bgp_instance_updgrps_stats_cmd_vtysh,
20576 : "show [ip] bgp <view|vrf> VIEWVRFNAME update-groups statistics",
20577 : "Show running system information\n"
20578 : "IP information\n"
20579 : "BGP information\n"
20580 : "BGP view\n"
20581 : "BGP VRF\n"
20582 : "View/VRF name\n"
20583 : "Detailed info about dynamic update groups\n"
20584 : "Statistics\n")
20585 :
20586 : DEFSH (VTYSH_BGPD, show_bgp_ip_vpn_all_rd_cmd_vtysh,
20587 : "show bgp <ipv4|ipv6> vpn all [rd <ASN:NN_OR_IP-ADDRESS:NN|all>] [json]",
20588 : "Show running system information\n"
20589 : "BGP information\n"
20590 : "Address Family\n"
20591 : "Address Family\n"
20592 : "Display VPN NLRI specific information\n"
20593 : "Display VPN NLRI specific information\n"
20594 : "Display information for a route distinguisher\n"
20595 : "VPN Route Distinguisher\n"
20596 : "All VPN Route Distinguishers\n"
20597 : "JavaScript Object Notation\n")
20598 :
20599 : DEFSH (VTYSH_BGPD, show_bgp_ip_vpn_rd_cmd_vtysh,
20600 : "show bgp <ipv4|ipv6> vpn rd <ASN:NN_OR_IP-ADDRESS:NN|all> [json]",
20601 : "Show running system information\n"
20602 : "BGP information\n"
20603 : "Address Family\n"
20604 : "Address Family\n"
20605 : "Display VPN NLRI specific information\n"
20606 : "Display information for a route distinguisher\n"
20607 : "VPN Route Distinguisher\n"
20608 : "All VPN Route Distinguishers\n"
20609 : "JavaScript Object Notation\n")
20610 :
20611 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_com_cmd_vtysh,
20612 : "show bgp l2vpn evpn <community AA:NN|large-community AA:BB:CC> [exact-match] [json]",
20613 : "Show running system information\n"
20614 : "BGP information\n"
20615 : "Layer 2 Virtual Private Network\n"
20616 : "Ethernet Virtual Private Network\n"
20617 : "Display routes matching the community\n"
20618 : "Community number where AA and NN are (0-65535)\n"
20619 : "Display routes matching the large-community\n"
20620 : "List of large-community numbers\n"
20621 : "Exact match of the communities\n"
20622 : "JavaScript Object Notation\n")
20623 :
20624 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_es_cmd_vtysh,
20625 : "show bgp l2vpn evpn es [NAME$esi_str|detail$detail] [json$uj]",
20626 : "Show running system information\n"
20627 : "BGP information\n"
20628 : "Layer 2 Virtual Private Network\n"
20629 : "Ethernet Virtual Private Network\n"
20630 : "Ethernet Segment\n"
20631 : "ES ID\n"
20632 : "Detailed information\n"
20633 : "JavaScript Object Notation\n")
20634 :
20635 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_es_evi_cmd_vtysh,
20636 : "show bgp l2vpn evpn es-evi [vni (1-16777215)$vni] [json$uj] [detail$detail]",
20637 : "Show running system information\n"
20638 : "BGP information\n"
20639 : "Layer 2 Virtual Private Network\n"
20640 : "Ethernet Virtual Private Network\n"
20641 : "ES per EVI\n"
20642 : "VxLAN Network Identifier\n"
20643 : "VNI\n"
20644 : "JavaScript Object Notation\n"
20645 : "Detailed information\n")
20646 :
20647 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_es_vrf_cmd_vtysh,
20648 : "show bgp l2vpn evpn es-vrf [NAME$esi_str] [json$uj]",
20649 : "Show running system information\n"
20650 : "BGP information\n"
20651 : "Layer 2 Virtual Private Network\n"
20652 : "Ethernet Virtual Private Network\n"
20653 : "Ethernet Segment\n"
20654 : "ES ID\n"
20655 : "JavaScript Object Notation\n")
20656 :
20657 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_import_rt_cmd_vtysh,
20658 : "show bgp l2vpn evpn import-rt [json]",
20659 : "Show running system information\n"
20660 : "BGP information\n"
20661 : "Layer 2 Virtual Private Network\n"
20662 : "Ethernet Virtual Private Network\n"
20663 : "Show import route target\n"
20664 : "JavaScript Object Notation\n")
20665 :
20666 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_nh_cmd_vtysh,
20667 : "show bgp l2vpn evpn next-hops [json$uj]",
20668 : "Show running system information\n"
20669 : "BGP information\n"
20670 : "Layer 2 Virtual Private Network\n"
20671 : "Ethernet Virtual Private Network\n"
20672 : "Nexthops\n"
20673 : "JavaScript Object Notation\n")
20674 :
20675 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_cmd_vtysh,
20676 : "show bgp l2vpn evpn route [detail] [type <ead|1|macip|2|multicast|3|es|4|prefix|5>] [json]",
20677 : "Show running system information\n"
20678 : "BGP information\n"
20679 : "Layer 2 Virtual Private Network\n"
20680 : "Ethernet Virtual Private Network\n"
20681 : "EVPN route information\n"
20682 : "Display Detailed Information\n"
20683 : "Specify Route type\n"
20684 : "EAD (Type-1) route\n"
20685 : "EAD (Type-1) route\n"
20686 : "MAC-IP (Type-2) route\n"
20687 : "MAC-IP (Type-2) route\n"
20688 : "Multicast (Type-3) route\n"
20689 : "Multicast (Type-3) route\n"
20690 : "Ethernet Segment (Type-4) route\n"
20691 : "Ethernet Segment (Type-4) route\n"
20692 : "Prefix (Type-5) route\n"
20693 : "Prefix (Type-5) route\n"
20694 : "JavaScript Object Notation\n")
20695 :
20696 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_esi_cmd_vtysh,
20697 : "show bgp l2vpn evpn route esi ESI [json]",
20698 : "Show running system information\n"
20699 : "BGP information\n"
20700 : "Layer 2 Virtual Private Network\n"
20701 : "Ethernet Virtual Private Network\n"
20702 : "EVPN route information\n"
20703 : "Ethernet Segment Identifier\n"
20704 : "ESI ID\n"
20705 : "JavaScript Object Notation\n")
20706 :
20707 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_mac_ip_evi_es_cmd_vtysh,
20708 : "show bgp l2vpn evpn route mac-ip-evi-es [NAME$esi_str|detail$detail] [json$uj]",
20709 : "Show running system information\n"
20710 : "BGP information\n"
20711 : "Layer 2 Virtual Private Network\n"
20712 : "Ethernet Virtual Private Network\n"
20713 : "EVPN route information\n"
20714 : "MAC IP routes in the EVI tables linked to the ES\n"
20715 : "ES ID\n"
20716 : "Detailed information\n"
20717 : "JavaScript Object Notation\n")
20718 :
20719 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_mac_ip_global_es_cmd_vtysh,
20720 : "show bgp l2vpn evpn route mac-ip-global-es [NAME$esi_str|detail$detail] [json$uj]",
20721 : "Show running system information\n"
20722 : "BGP information\n"
20723 : "Layer 2 Virtual Private Network\n"
20724 : "Ethernet Virtual Private Network\n"
20725 : "EVPN route information\n"
20726 : "MAC IP routes in the global table linked to the ES\n"
20727 : "ES ID\n"
20728 : "Detailed information\n"
20729 : "JavaScript Object Notation\n")
20730 :
20731 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_prefix_cmd_vtysh,
20732 : "show bgp l2vpn evpn <A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M> [json]",
20733 : "Show running system information\n"
20734 : "BGP information\n"
20735 : "Layer 2 Virtual Private Network\n"
20736 : "Ethernet Virtual Private Network\n"
20737 : "Network in the BGP routing table to display\n"
20738 : "Network in the BGP routing table to display\n"
20739 : "Network in the BGP routing table to display\n"
20740 : "Network in the BGP routing table to display\n"
20741 : "JavaScript Object Notation\n")
20742 :
20743 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_rd_cmd_vtysh,
20744 : "show bgp l2vpn evpn route rd <ASN:NN_OR_IP-ADDRESS:NN|all> [type <ead|1|macip|2|multicast|3|es|4|prefix|5>] [json]",
20745 : "Show running system information\n"
20746 : "BGP information\n"
20747 : "Layer 2 Virtual Private Network\n"
20748 : "Ethernet Virtual Private Network\n"
20749 : "EVPN route information\n"
20750 : "Route Distinguisher\n"
20751 : "ASN:XX or A.B.C.D:XX\n"
20752 : "All VPN Route Distinguishers\n"
20753 : "Specify Route type\n"
20754 : "EAD (Type-1) route\n"
20755 : "EAD (Type-1) route\n"
20756 : "MAC-IP (Type-2) route\n"
20757 : "MAC-IP (Type-2) route\n"
20758 : "Multicast (Type-3) route\n"
20759 : "Multicast (Type-3) route\n"
20760 : "Ethernet Segment (Type-4) route\n"
20761 : "Ethernet Segment (Type-4) route\n"
20762 : "Prefix (Type-5) route\n"
20763 : "Prefix (Type-5) route\n"
20764 : "JavaScript Object Notation\n")
20765 :
20766 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_rd_macip_cmd_vtysh,
20767 : "show bgp l2vpn evpn route rd <ASN:NN_OR_IP-ADDRESS:NN|all> mac WORD [ip WORD] [json]",
20768 : "Show running system information\n"
20769 : "BGP information\n"
20770 : "Layer 2 Virtual Private Network\n"
20771 : "Ethernet Virtual Private Network\n"
20772 : "EVPN route information\n"
20773 : "Route Distinguisher\n"
20774 : "ASN:XX or A.B.C.D:XX\n"
20775 : "All VPN Route Distinguishers\n"
20776 : "MAC\n"
20777 : "MAC address (e.g., 00:e0:ec:20:12:62)\n"
20778 : "IP\n"
20779 : "IP address (IPv4 or IPv6)\n"
20780 : "JavaScript Object Notation\n")
20781 :
20782 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_vni_all_cmd_vtysh,
20783 : "show bgp l2vpn evpn route vni all [detail] [vtep A.B.C.D] [json]",
20784 : "Show running system information\n"
20785 : "BGP information\n"
20786 : "Layer 2 Virtual Private Network\n"
20787 : "Ethernet Virtual Private Network\n"
20788 : "EVPN route information\n"
20789 : "VXLAN Network Identifier\n"
20790 : "All VNIs\n"
20791 : "Print Detailed Output\n"
20792 : "Remote VTEP\n"
20793 : "Remote VTEP IP address\n"
20794 : "JavaScript Object Notation\n")
20795 :
20796 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_vni_cmd_vtysh,
20797 : "show bgp l2vpn evpn route vni (1-16777215) [<type <ead|1|macip|2|multicast|3> | vtep A.B.C.D>] [json]",
20798 : "Show running system information\n"
20799 : "BGP information\n"
20800 : "Layer 2 Virtual Private Network\n"
20801 : "Ethernet Virtual Private Network\n"
20802 : "EVPN route information\n"
20803 : "VXLAN Network Identifier\n"
20804 : "VNI number\n"
20805 : "Specify Route type\n"
20806 : "EAD (Type-1) route\n"
20807 : "EAD (Type-1) route\n"
20808 : "MAC-IP (Type-2) route\n"
20809 : "MAC-IP (Type-2) route\n"
20810 : "Multicast (Type-3) route\n"
20811 : "Multicast (Type-3) route\n"
20812 : "Remote VTEP\n"
20813 : "Remote VTEP IP address\n"
20814 : "JavaScript Object Notation\n")
20815 :
20816 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_vni_macip_cmd_vtysh,
20817 : "show bgp l2vpn evpn route vni (1-16777215) mac WORD [ip WORD] [json]",
20818 : "Show running system information\n"
20819 : "BGP information\n"
20820 : "Layer 2 Virtual Private Network\n"
20821 : "Ethernet Virtual Private Network\n"
20822 : "EVPN route information\n"
20823 : "VXLAN Network Identifier\n"
20824 : "VNI number\n"
20825 : "MAC\n"
20826 : "MAC address (e.g., 00:e0:ec:20:12:62)\n"
20827 : "IP\n"
20828 : "IP address (IPv4 or IPv6)\n"
20829 : "JavaScript Object Notation\n")
20830 :
20831 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_route_vni_multicast_cmd_vtysh,
20832 : "show bgp l2vpn evpn route vni (1-16777215) multicast A.B.C.D [json]",
20833 : "Show running system information\n"
20834 : "BGP information\n"
20835 : "Layer 2 Virtual Private Network\n"
20836 : "Ethernet Virtual Private Network\n"
20837 : "EVPN route information\n"
20838 : "VXLAN Network Identifier\n"
20839 : "VNI number\n"
20840 : "Multicast (Type-3) route\n"
20841 : "Originating Router IP address\n"
20842 : "JavaScript Object Notation\n")
20843 :
20844 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_summary_cmd_vtysh,
20845 : "show bgp [vrf VRFNAME] l2vpn evpn summary [established|failed] [<neighbor <A.B.C.D|X:X::X:X|WORD>|remote-as <(1-4294967295)|internal|external>>] [terse] [wide] [json]",
20846 : "Show running system information\n"
20847 : "BGP information\n"
20848 : "bgp vrf\n"
20849 : "vrf name\n"
20850 : "Layer 2 Virtual Private Network\n"
20851 : "Ethernet Virtual Private Network\n"
20852 : "Summary of BGP neighbor status\n"
20853 : "Show only sessions in Established state\n"
20854 : "Show only sessions not in Established state\n"
20855 : "Show only the specified neighbor session\n"
20856 : "Neighbor to display information about\n"
20857 : "Neighbor to display information about\n"
20858 : "Neighbor on BGP configured interface\n"
20859 : "Show only the specified remote AS sessions\n"
20860 : "AS number\n"
20861 : "Internal (iBGP) AS sessions\n"
20862 : "External (eBGP) AS sessions\n"
20863 : "Shorten the information on BGP instances\n"
20864 : "Increase table width for longer output\n"
20865 : "JavaScript Object Notation\n")
20866 :
20867 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_updgrps_cmd_vtysh,
20868 : "show [ip] bgp l2vpn evpn update-groups",
20869 : "Show running system information\n"
20870 : "IP information\n"
20871 : "BGP information\n"
20872 : "l2vpn address family\n"
20873 : "evpn sub-address family\n"
20874 : "Detailed info about dynamic update groups\n")
20875 :
20876 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_vni_cmd_vtysh,
20877 : "show bgp l2vpn evpn vni [(1-16777215)] [json]",
20878 : "Show running system information\n"
20879 : "BGP information\n"
20880 : "Layer 2 Virtual Private Network\n"
20881 : "Ethernet Virtual Private Network\n"
20882 : "Show VNI\n"
20883 : "VNI number\n"
20884 : "JavaScript Object Notation\n")
20885 :
20886 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_l2vpn_evpn_vni_remote_ip_hash_cmd_vtysh,
20887 : "show bgp l2vpn evpn vni remote-ip-hash",
20888 : "Show running system information\n"
20889 : "BGP information\n"
20890 : "Layer 2 Virtual Private Network\n"
20891 : "Ethernet Virtual Private Network\n"
20892 : "Show VNI\n"
20893 : "Remote IP hash\n")
20894 :
20895 : DEFSH_HIDDEN (VTYSH_BGPD, show_bgp_l2vpn_evpn_vni_svi_hash_cmd_vtysh,
20896 : "show bgp l2vpn evpn vni-svi-hash",
20897 : "Show running system information\n"
20898 : "BGP information\n"
20899 : "Layer 2 Virtual Private Network\n"
20900 : "Ethernet Virtual Private Network\n"
20901 : "Show vni-svi-hash\n")
20902 :
20903 : DEFSH (VTYSH_BGPD, show_bgp_l2vpn_evpn_vrf_import_rt_cmd_vtysh,
20904 : "show bgp l2vpn evpn vrf-import-rt [json]",
20905 : "Show running system information\n"
20906 : "BGP information\n"
20907 : "Layer 2 Virtual Private Network\n"
20908 : "Ethernet Virtual Private Network\n"
20909 : "Show vrf import route target\n"
20910 : "JavaScript Object Notation\n")
20911 :
20912 : DEFSH (VTYSH_BGPD, show_bgp_labelpool_chunks_cmd_vtysh,
20913 : "show bgp labelpool chunks [json]",
20914 : "Show running system information\n"
20915 : "BGP information\n"
20916 : "BGP Labelpool information\n"
20917 : "BGP Labelpool chunks\n"
20918 : "JavaScript Object Notation\n")
20919 :
20920 : DEFSH (VTYSH_BGPD, show_bgp_labelpool_inuse_cmd_vtysh,
20921 : "show bgp labelpool inuse [json]",
20922 : "Show running system information\n"
20923 : "BGP information\n"
20924 : "BGP Labelpool information\n"
20925 : "BGP Labelpool inuse\n"
20926 : "JavaScript Object Notation\n")
20927 :
20928 : DEFSH (VTYSH_BGPD, show_bgp_labelpool_ledger_cmd_vtysh,
20929 : "show bgp labelpool ledger [json]",
20930 : "Show running system information\n"
20931 : "BGP information\n"
20932 : "BGP Labelpool information\n"
20933 : "BGP Labelpool ledger\n"
20934 : "JavaScript Object Notation\n")
20935 :
20936 : DEFSH (VTYSH_BGPD, show_bgp_labelpool_requests_cmd_vtysh,
20937 : "show bgp labelpool requests [json]",
20938 : "Show running system information\n"
20939 : "BGP information\n"
20940 : "BGP Labelpool information\n"
20941 : "BGP Labelpool requests\n"
20942 : "JavaScript Object Notation\n")
20943 :
20944 : DEFSH (VTYSH_BGPD, show_bgp_labelpool_summary_cmd_vtysh,
20945 : "show bgp labelpool summary [json]",
20946 : "Show running system information\n"
20947 : "BGP information\n"
20948 : "BGP Labelpool information\n"
20949 : "BGP Labelpool summary\n"
20950 : "JavaScript Object Notation\n")
20951 :
20952 : DEFSH (VTYSH_BGPD, show_bgp_lcommunity_list_arg_cmd_vtysh,
20953 : "show bgp large-community-list <(1-500)|LCOMMUNITY_LIST_NAME> detail",
20954 : "Show running system information\n"
20955 : "BGP information\n"
20956 : "List large-community list\n"
20957 : "Large-community-list number\n"
20958 : "Large-community-list name\n"
20959 : "Detailed information on large-community-list\n")
20960 :
20961 : DEFSH (VTYSH_BGPD, show_bgp_lcommunity_list_cmd_vtysh,
20962 : "show bgp large-community-list",
20963 : "Show running system information\n"
20964 : "BGP information\n"
20965 : "List large-community list\n")
20966 :
20967 : DEFSH (VTYSH_BGPD, show_bgp_listeners_cmd_vtysh,
20968 : "show bgp listeners",
20969 : "Show running system information\n"
20970 : "BGP information\n"
20971 : "Display Listen Sockets and who created them\n")
20972 :
20973 : DEFSH (VTYSH_BGPD, show_bgp_mac_hash_cmd_vtysh,
20974 : "show bgp mac hash",
20975 : "Show running system information\n"
20976 : "BGP information\n"
20977 : "Mac Address\n"
20978 : "Mac Address database\n")
20979 :
20980 : DEFSH (VTYSH_BGPD, show_bgp_martian_nexthop_db_cmd_vtysh,
20981 : "show bgp [<view|vrf> VIEWVRFNAME] martian next-hop",
20982 : "Show running system information\n"
20983 : "BGP information\n"
20984 : "BGP view\n"
20985 : "BGP VRF\n"
20986 : "View/VRF name\n"
20987 : "martian next-hops\n"
20988 : "martian next-hop database\n")
20989 :
20990 : DEFSH (VTYSH_BGPD, show_bgp_memory_cmd_vtysh,
20991 : "show [ip] bgp memory",
20992 : "Show running system information\n"
20993 : "IP information\n"
20994 : "BGP information\n"
20995 : "Global BGP memory statistics\n")
20996 :
20997 : DEFSH (VTYSH_BGPD, show_bgp_peerhash_cmd_vtysh,
20998 : "show bgp peerhash",
20999 : "Show running system information\n"
21000 : "BGP information\n"
21001 : "Display information about the BGP peerhash\n")
21002 :
21003 : DEFSH (VTYSH_BGPD, show_bgp_srv6_cmd_vtysh,
21004 : "show bgp segment-routing srv6",
21005 : "Show running system information\n"
21006 : "BGP information\n"
21007 : "BGP Segment Routing\n"
21008 : "BGP Segment Routing SRv6\n")
21009 :
21010 : DEFSH (VTYSH_BGPD, show_bgp_updgrps_stats_cmd_vtysh,
21011 : "show [ip] bgp update-groups statistics",
21012 : "Show running system information\n"
21013 : "IP information\n"
21014 : "BGP information\n"
21015 : "Detailed info about dynamic update groups\n"
21016 : "Statistics\n")
21017 :
21018 : DEFSH (VTYSH_BGPD, show_bgp_views_cmd_vtysh,
21019 : "show [ip] bgp views",
21020 : "Show running system information\n"
21021 : "IP information\n"
21022 : "BGP information\n"
21023 : "Show the defined BGP views\n")
21024 :
21025 : DEFSH (VTYSH_BGPD, show_bgp_vni_all_cmd_vtysh,
21026 : "show bgp vni all [vtep A.B.C.D$addr] [detail$detail] [json$uj]",
21027 : "Show running system information\n"
21028 : "BGP information\n"
21029 : "VXLAN Network Identifier\n"
21030 : "All VNIs\n"
21031 : "Remote VTEP\n"
21032 : "Remote VTEP IP address\n"
21033 : "Print Detailed Output\n"
21034 : "JavaScript Object Notation\n")
21035 :
21036 : DEFSH (VTYSH_BGPD, show_bgp_vni_all_ead_cmd_vtysh,
21037 : "show bgp vni all type <1|ead> [vtep A.B.C.D$addr] [<detail$detail|json$uj>]",
21038 : "Show running system information\n"
21039 : "BGP information\n"
21040 : "VXLAN Network Identifier\n"
21041 : "All VNIs\n"
21042 : "Specify Route type\n"
21043 : "EAD (Type-1) route\n"
21044 : "EAD (Type-1) route\n"
21045 : "Remote VTEP\n"
21046 : "Remote VTEP IP address\n"
21047 : "Print Detailed Output\n"
21048 : "JavaScript Object Notation\n")
21049 :
21050 : DEFSH (VTYSH_BGPD, show_bgp_vni_all_imet_cmd_vtysh,
21051 : "show bgp vni all type <3|multicast> [vtep A.B.C.D$addr] [<detail$detail|json$uj>]",
21052 : "Show running system information\n"
21053 : "BGP information\n"
21054 : "VXLAN Network Identifier\n"
21055 : "All VNIs\n"
21056 : "Specify Route type\n"
21057 : "Multicast (Type-3) route\n"
21058 : "Multicast (Type-3) route\n"
21059 : "Remote VTEP\n"
21060 : "Remote VTEP IP address\n"
21061 : "Print Detailed Output\n"
21062 : "JavaScript Object Notation\n")
21063 :
21064 : DEFSH (VTYSH_BGPD, show_bgp_vni_all_macip_ip_cmd_vtysh,
21065 : "show bgp vni all type <2|macip> ip [vtep A.B.C.D$addr] [<detail$detail|json$uj>]",
21066 : "Show running system information\n"
21067 : "BGP information\n"
21068 : "VXLAN Network Identifier\n"
21069 : "All VNIs\n"
21070 : "Specify Route type\n"
21071 : "MAC-IP (Type-2) route\n"
21072 : "MAC-IP (Type-2) route\n"
21073 : "IP Table\n"
21074 : "Remote VTEP\n"
21075 : "Remote VTEP IP address\n"
21076 : "Print Detailed Output\n"
21077 : "JavaScript Object Notation\n")
21078 :
21079 : DEFSH (VTYSH_BGPD, show_bgp_vni_all_macip_mac_cmd_vtysh,
21080 : "show bgp vni all type <2|macip> mac [vtep A.B.C.D$addr] [<detail$detail|json$uj>]",
21081 : "Show running system information\n"
21082 : "BGP information\n"
21083 : "VXLAN Network Identifier\n"
21084 : "All VNIs\n"
21085 : "Specify Route type\n"
21086 : "MAC-IP (Type-2) route\n"
21087 : "MAC-IP (Type-2) route\n"
21088 : "MAC Table\n"
21089 : "Remote VTEP\n"
21090 : "Remote VTEP IP address\n"
21091 : "Print Detailed Output\n"
21092 : "JavaScript Object Notation\n")
21093 :
21094 : DEFSH (VTYSH_BGPD, show_bgp_vni_cmd_vtysh,
21095 : "show bgp vni (1-16777215)$vni [vtep A.B.C.D$addr] [json$uj]",
21096 : "Show running system information\n"
21097 : "BGP information\n"
21098 : "VXLAN Network Identifier\n"
21099 : "VNI number\n"
21100 : "Remote VTEP\n"
21101 : "Remote VTEP IP address\n"
21102 : "JavaScript Object Notation\n")
21103 :
21104 : DEFSH (VTYSH_BGPD, show_bgp_vni_ead_cmd_vtysh,
21105 : "show bgp vni (1-16777215)$vni type <1|ead> [vtep A.B.C.D$addr] [json$uj]",
21106 : "Show running system information\n"
21107 : "BGP information\n"
21108 : "VXLAN Network Identifier\n"
21109 : "VNI number\n"
21110 : "Specify Route type\n"
21111 : "EAD (Type-1) route\n"
21112 : "EAD (Type-1) route\n"
21113 : "Remote VTEP\n"
21114 : "Remote VTEP IP address\n"
21115 : "JavaScript Object Notation\n")
21116 :
21117 : DEFSH (VTYSH_BGPD, show_bgp_vni_imet_cmd_vtysh,
21118 : "show bgp vni (1-16777215)$vni type <3|multicast> [vtep A.B.C.D$addr] [json$uj]",
21119 : "Show running system information\n"
21120 : "BGP information\n"
21121 : "VXLAN Network Identifier\n"
21122 : "VNI number\n"
21123 : "Specify Route type\n"
21124 : "Multicast (Type-3) route\n"
21125 : "Multicast (Type-3) route\n"
21126 : "Remote VTEP\n"
21127 : "Remote VTEP IP address\n"
21128 : "JavaScript Object Notation\n")
21129 :
21130 : DEFSH (VTYSH_BGPD, show_bgp_vni_macip_ip_addr_cmd_vtysh,
21131 : "show bgp vni (1-16777215)$vni type <2|macip> ip <A.B.C.D|X:X::X:X> [json$uj]",
21132 : "Show running system information\n"
21133 : "BGP information\n"
21134 : "VXLAN Network Identifier\n"
21135 : "VNI number\n"
21136 : "Specify Route type\n"
21137 : "MAC-IP (Type-2) route\n"
21138 : "MAC-IP (Type-2) route\n"
21139 : "IP Table\n"
21140 : "IPv4 Address\n"
21141 : "IPv6 Address\n"
21142 : "JavaScript Object Notation\n")
21143 :
21144 : DEFSH (VTYSH_BGPD, show_bgp_vni_macip_ip_cmd_vtysh,
21145 : "show bgp vni (1-16777215)$vni type <2|macip> ip [vtep A.B.C.D$addr] [json$uj]",
21146 : "Show running system information\n"
21147 : "BGP information\n"
21148 : "VXLAN Network Identifier\n"
21149 : "VNI number\n"
21150 : "Specify Route type\n"
21151 : "MAC-IP (Type-2) route\n"
21152 : "MAC-IP (Type-2) route\n"
21153 : "IP Table\n"
21154 : "Remote VTEP\n"
21155 : "Remote VTEP IP address\n"
21156 : "JavaScript Object Notation\n")
21157 :
21158 : DEFSH (VTYSH_BGPD, show_bgp_vni_macip_mac_addr_cmd_vtysh,
21159 : "show bgp vni (1-16777215)$vni type <2|macip> mac X:X:X:X:X:X [json$uj]",
21160 : "Show running system information\n"
21161 : "BGP information\n"
21162 : "VXLAN Network Identifier\n"
21163 : "VNI number\n"
21164 : "Specify Route type\n"
21165 : "MAC-IP (Type-2) route\n"
21166 : "MAC-IP (Type-2) route\n"
21167 : "MAC Table\n"
21168 : "MAC address\n"
21169 : "JavaScript Object Notation\n")
21170 :
21171 : DEFSH (VTYSH_BGPD, show_bgp_vni_macip_mac_cmd_vtysh,
21172 : "show bgp vni (1-16777215)$vni type <2|macip> mac [vtep A.B.C.D$addr] [json$uj]",
21173 : "Show running system information\n"
21174 : "BGP information\n"
21175 : "VXLAN Network Identifier\n"
21176 : "VNI number\n"
21177 : "Specify Route type\n"
21178 : "MAC-IP (Type-2) route\n"
21179 : "MAC-IP (Type-2) route\n"
21180 : "MAC Table\n"
21181 : "Remote VTEP\n"
21182 : "Remote VTEP IP address\n"
21183 : "JavaScript Object Notation\n")
21184 :
21185 : DEFSH (VTYSH_BGPD, show_bgp_vrf_l3vni_info_cmd_vtysh,
21186 : "show bgp vrf VRFNAME vni [json]",
21187 : "Show running system information\n"
21188 : "BGP information\n"
21189 : "show bgp vrf\n"
21190 : "VRF Name\n"
21191 : "L3-VNI\n"
21192 : "JavaScript Object Notation\n")
21193 :
21194 : DEFSH (VTYSH_BGPD, show_bgp_vrfs_cmd_vtysh,
21195 : "show [ip] bgp vrfs [<VRFNAME$vrf_name>] [json]",
21196 : "Show running system information\n"
21197 : "IP information\n"
21198 : "BGP information\n"
21199 : "Show BGP VRFs\n"
21200 : "Specific VRF name\n"
21201 : "JavaScript Object Notation\n")
21202 :
21203 : DEFSH (VTYSH_BGPD, show_bmp_cmd_vtysh,
21204 : "show bmp",
21205 : "Show running system information\n"
21206 : "BGP Monitoring Protocol\n")
21207 :
21208 : DEFSH (VTYSH_ISISD, show_database_cmd_vtysh,
21209 : "show isis [vrf <NAME|all>] database [detail] [WORD] [json]",
21210 : "Show running system information\n"
21211 : "IS-IS routing protocol\n"
21212 : "Specify the VRF\n"
21213 : "The VRF name\n"
21214 : "All VRFs\n"
21215 : "Link state database\n"
21216 : "Detailed information\n"
21217 : "LSP ID\n"
21218 : "json output\n")
21219 :
21220 : DEFSH (VTYSH_ZEBRA, show_dataplane_cmd_vtysh,
21221 : "show zebra dplane [detailed]",
21222 : "Show running system information\n"
21223 : "Zebra information\n"
21224 : "Zebra dataplane information\n"
21225 : "Detailed output\n")
21226 :
21227 : DEFSH (VTYSH_ZEBRA, show_dataplane_providers_cmd_vtysh,
21228 : "show zebra dplane providers [detailed]",
21229 : "Show running system information\n"
21230 : "Zebra information\n"
21231 : "Zebra dataplane information\n"
21232 : "Zebra dataplane provider information\n"
21233 : "Detailed output\n")
21234 :
21235 : DEFSH (VTYSH_PATHD, show_debugging_pathd_pcep_cmd_vtysh,
21236 : "show debugging pathd-pcep",
21237 : "Show running system information\n"
21238 : "State of each debugging option\n"
21239 : "pathd pcep module debugging\n")
21240 :
21241 : DEFSH (VTYSH_NHRPD, show_dmvpn_cmd_vtysh,
21242 : "show dmvpn [json]",
21243 : "Show running system information\n"
21244 : "DMVPN information\n"
21245 : "JavaScript Object Notation\n")
21246 :
21247 : DEFSH (VTYSH_ZEBRA, show_evpn_access_vlan_cmd_vtysh,
21248 : "show evpn access-vlan [(1-4094)$vid | detail$detail] [json$json]",
21249 : "Show running system information\n"
21250 : "EVPN\n"
21251 : "Access VLANs\n"
21252 : "VLAN ID\n"
21253 : "Detailed information\n"
21254 : "JavaScript Object Notation\n")
21255 :
21256 : DEFSH (VTYSH_ZEBRA, show_evpn_es_cmd_vtysh,
21257 : "show evpn es [NAME$esi_str|detail$detail] [json$json]",
21258 : "Show running system information\n"
21259 : "EVPN\n"
21260 : "Ethernet Segment\n"
21261 : "ES ID\n"
21262 : "Detailed information\n"
21263 : "JavaScript Object Notation\n")
21264 :
21265 : DEFSH (VTYSH_ZEBRA, show_evpn_es_evi_cmd_vtysh,
21266 : "show evpn es-evi [vni (1-16777215)$vni] [detail$detail] [json$json]",
21267 : "Show running system information\n"
21268 : "EVPN\n"
21269 : "Ethernet Segment per EVI\n"
21270 : "VxLAN Network Identifier\n"
21271 : "VNI\n"
21272 : "Detailed information\n"
21273 : "JavaScript Object Notation\n")
21274 :
21275 : DEFSH (VTYSH_ZEBRA, show_evpn_global_cmd_vtysh,
21276 : "show evpn [json]",
21277 : "Show running system information\n"
21278 : "EVPN\n"
21279 : "JavaScript Object Notation\n")
21280 :
21281 : DEFSH (VTYSH_ZEBRA, show_evpn_l2_nh_cmd_vtysh,
21282 : "show evpn l2-nh [json$json]",
21283 : "Show running system information\n"
21284 : "EVPN\n"
21285 : "Layer2 nexthops\n"
21286 : "JavaScript Object Notation\n")
21287 :
21288 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_all_cmd_vtysh,
21289 : "show evpn mac vni all [json]",
21290 : "Show running system information\n"
21291 : "EVPN\n"
21292 : "MAC addresses\n"
21293 : "VxLAN Network Identifier\n"
21294 : "All VNIs\n"
21295 : "JavaScript Object Notation\n")
21296 :
21297 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_all_dad_cmd_vtysh,
21298 : "show evpn mac vni all duplicate [json]",
21299 : "Show running system information\n"
21300 : "EVPN\n"
21301 : "MAC addresses\n"
21302 : "VxLAN Network Identifier\n"
21303 : "All VNIs\n"
21304 : "Duplicate address list\n"
21305 : "JavaScript Object Notation\n")
21306 :
21307 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_all_detail_cmd_vtysh,
21308 : "show evpn mac vni all detail [json]",
21309 : "Show running system information\n"
21310 : "EVPN\n"
21311 : "MAC addresses\n"
21312 : "VxLAN Network Identifier\n"
21313 : "All VNIs\n"
21314 : "Detailed Information On Each VNI MAC\n"
21315 : "JavaScript Object Notation\n")
21316 :
21317 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_all_vtep_cmd_vtysh,
21318 : "show evpn mac vni all vtep A.B.C.D [json]",
21319 : "Show running system information\n"
21320 : "EVPN\n"
21321 : "MAC addresses\n"
21322 : "VxLAN Network Identifier\n"
21323 : "All VNIs\n"
21324 : "Remote VTEP\n"
21325 : "Remote VTEP IP address\n"
21326 : "JavaScript Object Notation\n")
21327 :
21328 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_cmd_vtysh,
21329 : "show evpn mac vni (1-16777215)[json]",
21330 : "Show running system information\n"
21331 : "EVPN\n"
21332 : "MAC addresses\n"
21333 : "VxLAN Network Identifier\n"
21334 : "VNI number\n"
21335 : "JavaScript Object Notation\n")
21336 :
21337 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_dad_cmd_vtysh,
21338 : "show evpn mac vni (1-16777215) duplicate [json]",
21339 : "Show running system information\n"
21340 : "EVPN\n"
21341 : "MAC addresses\n"
21342 : "VxLAN Network Identifier\n"
21343 : "VNI number\n"
21344 : "Duplicate address list\n"
21345 : "JavaScript Object Notation\n")
21346 :
21347 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_detail_cmd_vtysh,
21348 : "show evpn mac vni (1-16777215) detail [json]",
21349 : "Show running system information\n"
21350 : "EVPN\n"
21351 : "MAC addresses\n"
21352 : "VXLAN Network Identifier\n"
21353 : "VNI number\n"
21354 : "Detailed Information On Each VNI MAC\n"
21355 : "JavaScript Object Notation\n")
21356 :
21357 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_mac_cmd_vtysh,
21358 : "show evpn mac vni (1-16777215) mac WORD [json]",
21359 : "Show running system information\n"
21360 : "EVPN\n"
21361 : "MAC addresses\n"
21362 : "VxLAN Network Identifier\n"
21363 : "VNI number\n"
21364 : "MAC\n"
21365 : "MAC address (e.g., 00:e0:ec:20:12:62)\n"
21366 : "JavaScript Object Notation\n")
21367 :
21368 : DEFSH (VTYSH_ZEBRA, show_evpn_mac_vni_vtep_cmd_vtysh,
21369 : "show evpn mac vni (1-16777215) vtep A.B.C.D[json]",
21370 : "Show running system information\n"
21371 : "EVPN\n"
21372 : "MAC addresses\n"
21373 : "VxLAN Network Identifier\n"
21374 : "VNI number\n"
21375 : "Remote VTEP\n"
21376 : "Remote VTEP IP address\n"
21377 : "JavaScript Object Notation\n")
21378 :
21379 : DEFSH (VTYSH_ZEBRA, show_evpn_neigh_vni_all_cmd_vtysh,
21380 : "show evpn arp-cache vni all [json]",
21381 : "Show running system information\n"
21382 : "EVPN\n"
21383 : "ARP and ND cache\n"
21384 : "VxLAN Network Identifier\n"
21385 : "All VNIs\n"
21386 : "JavaScript Object Notation\n")
21387 :
21388 : DEFSH (VTYSH_ZEBRA, show_evpn_neigh_vni_all_dad_cmd_vtysh,
21389 : "show evpn arp-cache vni all duplicate [json]",
21390 : "Show running system information\n"
21391 : "EVPN\n"
21392 : "ARP and ND cache\n"
21393 : "VxLAN Network Identifier\n"
21394 : "All VNIs\n"
21395 : "Duplicate address list\n"
21396 : "JavaScript Object Notation\n")
21397 :
21398 : DEFSH (VTYSH_ZEBRA, show_evpn_neigh_vni_all_detail_cmd_vtysh,
21399 : "show evpn arp-cache vni all detail [json]",
21400 : "Show running system information\n"
21401 : "EVPN\n"
21402 : "ARP and ND cache\n"
21403 : "VxLAN Network Identifier\n"
21404 : "All VNIs\n"
21405 : "Neighbor details for all vnis in detail\n"
21406 : "JavaScript Object Notation\n")
21407 :
21408 : DEFSH (VTYSH_ZEBRA, show_evpn_neigh_vni_cmd_vtysh,
21409 : "show evpn arp-cache vni (1-16777215)[json]",
21410 : "Show running system information\n"
21411 : "EVPN\n"
21412 : "ARP and ND cache\n"
21413 : "VxLAN Network Identifier\n"
21414 : "VNI number\n"
21415 : "JavaScript Object Notation\n")
21416 :
21417 : DEFSH (VTYSH_ZEBRA, show_evpn_neigh_vni_dad_cmd_vtysh,
21418 : "show evpn arp-cache vni (1-16777215)duplicate [json]",
21419 : "Show running system information\n"
21420 : "EVPN\n"
21421 : "ARP and ND cache\n"
21422 : "VxLAN Network Identifier\n"
21423 : "VNI number\n"
21424 : "Duplicate address list\n"
21425 : "JavaScript Object Notation\n")
21426 :
21427 : DEFSH (VTYSH_ZEBRA, show_evpn_neigh_vni_neigh_cmd_vtysh,
21428 : "show evpn arp-cache vni (1-16777215) ip WORD [json]",
21429 : "Show running system information\n"
21430 : "EVPN\n"
21431 : "ARP and ND cache\n"
21432 : "VxLAN Network Identifier\n"
21433 : "VNI number\n"
21434 : "Neighbor\n"
21435 : "Neighbor address (IPv4 or IPv6 address)\n"
21436 : "JavaScript Object Notation\n")
21437 :
21438 : DEFSH (VTYSH_ZEBRA, show_evpn_neigh_vni_vtep_cmd_vtysh,
21439 : "show evpn arp-cache vni (1-16777215) vtep A.B.C.D [json]",
21440 : "Show running system information\n"
21441 : "EVPN\n"
21442 : "ARP and ND cache\n"
21443 : "VxLAN Network Identifier\n"
21444 : "VNI number\n"
21445 : "Remote VTEP\n"
21446 : "Remote VTEP IP address\n"
21447 : "JavaScript Object Notation\n")
21448 :
21449 : DEFSH (VTYSH_ZEBRA, show_evpn_nh_vni_all_cmd_vtysh,
21450 : "show evpn next-hops vni all [json]",
21451 : "Show running system information\n"
21452 : "EVPN\n"
21453 : "Remote VTEPs\n"
21454 : "L3 VNI\n"
21455 : "All VNIs\n"
21456 : "JavaScript Object Notation\n")
21457 :
21458 : DEFSH (VTYSH_ZEBRA, show_evpn_nh_vni_cmd_vtysh,
21459 : "show evpn next-hops vni (1-16777215)[json]",
21460 : "Show running system information\n"
21461 : "EVPN\n"
21462 : "Remote Vteps\n"
21463 : "L3 VNI\n"
21464 : "VNI number\n"
21465 : "JavaScript Object Notation\n")
21466 :
21467 : DEFSH (VTYSH_ZEBRA, show_evpn_nh_vni_ip_cmd_vtysh,
21468 : "show evpn next-hops vni (1-16777215) ip WORD [json]",
21469 : "Show running system information\n"
21470 : "EVPN\n"
21471 : "Remote Vteps\n"
21472 : "L3 VNI\n"
21473 : "VNI number\n"
21474 : "Ip address\n"
21475 : "Host address (ipv4 or ipv6)\n"
21476 : "JavaScript Object Notation\n")
21477 :
21478 : DEFSH (VTYSH_ZEBRA, show_evpn_rmac_vni_all_cmd_vtysh,
21479 : "show evpn rmac vni all [json]",
21480 : "Show running system information\n"
21481 : "EVPN\n"
21482 : "RMAC addresses\n"
21483 : "L3 VNI\n"
21484 : "All VNIs\n"
21485 : "JavaScript Object Notation\n")
21486 :
21487 : DEFSH (VTYSH_ZEBRA, show_evpn_rmac_vni_cmd_vtysh,
21488 : "show evpn rmac vni (1-16777215)[json]",
21489 : "Show running system information\n"
21490 : "EVPN\n"
21491 : "RMAC\n"
21492 : "L3 VNI\n"
21493 : "VNI number\n"
21494 : "JavaScript Object Notation\n")
21495 :
21496 : DEFSH (VTYSH_ZEBRA, show_evpn_rmac_vni_mac_cmd_vtysh,
21497 : "show evpn rmac vni (1-16777215) mac WORD [json]",
21498 : "Show running system information\n"
21499 : "EVPN\n"
21500 : "RMAC\n"
21501 : "L3 VNI\n"
21502 : "VNI number\n"
21503 : "MAC\n"
21504 : "mac-address (e.g. 0a:0a:0a:0a:0a:0a)\n"
21505 : "JavaScript Object Notation\n")
21506 :
21507 : DEFSH (VTYSH_ZEBRA, show_evpn_vni_cmd_vtysh,
21508 : "show evpn vni [json]",
21509 : "Show running system information\n"
21510 : "EVPN\n"
21511 : "VxLAN Network Identifier\n"
21512 : "JavaScript Object Notation\n")
21513 :
21514 : DEFSH (VTYSH_ZEBRA, show_evpn_vni_detail_cmd_vtysh,
21515 : "show evpn vni detail [json]",
21516 : "Show running system information\n"
21517 : "EVPN\n"
21518 : "VxLAN Network Identifier\n"
21519 : "Detailed Information On Each VNI\n"
21520 : "JavaScript Object Notation\n")
21521 :
21522 : DEFSH (VTYSH_ZEBRA, show_evpn_vni_vni_cmd_vtysh,
21523 : "show evpn vni (1-16777215)[json]",
21524 : "Show running system information\n"
21525 : "EVPN\n"
21526 : "VxLAN Network Identifier\n"
21527 : "VNI number\n"
21528 : "JavaScript Object Notation\n")
21529 :
21530 : DEFSH_HIDDEN (VTYSH_ZEBRA, show_frr_cmd_vtysh,
21531 : "show frr",
21532 : "Show running system information\n"
21533 : "FRR\n")
21534 :
21535 : DEFSH (VTYSH_ISISD, show_hostname_cmd_vtysh,
21536 : "show isis [vrf <NAME|all>] hostname",
21537 : "Show running system information\n"
21538 : "IS-IS routing protocol\n"
21539 : "Specify the VRF\n"
21540 : "The VRF name\n"
21541 : "All VRFs\n"
21542 : "IS-IS Dynamic hostname mapping\n")
21543 :
21544 : DEFSH (VTYSH_ZEBRA, show_interface_cmd_vtysh,
21545 : "show interface vrf NAME$vrf_name [brief$brief] [json$uj]",
21546 : "Show running system information\n"
21547 : "Interface status and configuration\n"
21548 : "Specify the VRF\n"
21549 : "The VRF name\n"
21550 : "Interface status and configuration summary\n"
21551 : "JavaScript Object Notation\n")
21552 :
21553 : DEFSH (VTYSH_ZEBRA, show_interface_desc_cmd_vtysh,
21554 : "show interface description vrf NAME",
21555 : "Show running system information\n"
21556 : "Interface status and configuration\n"
21557 : "Interface description\n"
21558 : "Specify the VRF\n"
21559 : "The VRF name\n")
21560 :
21561 : DEFSH (VTYSH_ZEBRA, show_interface_desc_vrf_all_cmd_vtysh,
21562 : "show interface description [vrf all]",
21563 : "Show running system information\n"
21564 : "Interface status and configuration\n"
21565 : "Interface description\n"
21566 : "Specify the VRF\n"
21567 : "All VRFs\n")
21568 :
21569 : DEFSH (VTYSH_ZEBRA, show_interface_name_vrf_all_cmd_vtysh,
21570 : "show interface IFNAME$ifname [vrf all] [json$uj]",
21571 : "Show running system information\n"
21572 : "Interface status and configuration\n"
21573 : "Interface name\n"
21574 : "Specify the VRF\n"
21575 : "All VRFs\n"
21576 : "JavaScript Object Notation\n")
21577 :
21578 : DEFSH (VTYSH_ZEBRA, show_interface_name_vrf_cmd_vtysh,
21579 : "show interface IFNAME$ifname vrf NAME$vrf_name [json$uj]",
21580 : "Show running system information\n"
21581 : "Interface status and configuration\n"
21582 : "Interface name\n"
21583 : "Specify the VRF\n"
21584 : "The VRF name\n"
21585 : "JavaScript Object Notation\n")
21586 :
21587 : DEFSH (VTYSH_ZEBRA, show_interface_nexthop_group_cmd_vtysh,
21588 : "show interface [IFNAME$if_name] nexthop-group",
21589 : "Show running system information\n"
21590 : "Interface status and configuration\n"
21591 : "Interface name\n"
21592 : "Show Nexthop Groups\n")
21593 :
21594 : DEFSH (VTYSH_ZEBRA, show_interface_vrf_all_cmd_vtysh,
21595 : "show interface [vrf all] [brief$brief] [json$uj]",
21596 : "Show running system information\n"
21597 : "Interface status and configuration\n"
21598 : "Specify the VRF\n"
21599 : "All VRFs\n"
21600 : "Interface status and configuration summary\n"
21601 : "JavaScript Object Notation\n")
21602 :
21603 : DEFSH (VTYSH_ACL, show_ip_access_list_cmd_vtysh,
21604 : "show ip access-list [json]",
21605 : "Show running system information\n"
21606 : "IP information\n"
21607 : "List IP access lists\n"
21608 : "JavaScript Object Notation\n")
21609 :
21610 : DEFSH (VTYSH_ACL, show_ip_access_list_name_cmd_vtysh,
21611 : "show ip access-list ACCESSLIST4_NAME [json]",
21612 : "Show running system information\n"
21613 : "IP information\n"
21614 : "List IP access lists\n"
21615 : "IP access-list name\n"
21616 : "JavaScript Object Notation\n")
21617 :
21618 : DEFSH (VTYSH_BGPD, show_ip_as_path_access_list_all_cmd_vtysh,
21619 : "show ip as-path-access-list [json]",
21620 : "Show running system information\n"
21621 : "IP information\n"
21622 : "List AS path access lists\n"
21623 : "JavaScript Object Notation\n")
21624 :
21625 : DEFSH (VTYSH_BGPD, show_ip_as_path_access_list_cmd_vtysh,
21626 : "show ip as-path-access-list AS_PATH_FILTER_NAME [json]",
21627 : "Show running system information\n"
21628 : "IP information\n"
21629 : "List AS path access lists\n"
21630 : "AS path access list name\n"
21631 : "JavaScript Object Notation\n")
21632 :
21633 : DEFSH (VTYSH_BGPD, show_ip_bgp_afi_safi_statistics_cmd_vtysh,
21634 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] statistics [json]",
21635 : "Show running system information\n"
21636 : "IP information\n"
21637 : "BGP information\n"
21638 : "BGP view\n"
21639 : "BGP VRF\n"
21640 : "View/VRF name\n"
21641 : "Address Family\n"
21642 : "Address Family\n"
21643 : "Address Family modifier\n"
21644 : "Address Family modifier\n"
21645 : "Address Family modifier\n"
21646 : "Address Family modifier\n"
21647 : "Address Family modifier\n"
21648 : "BGP RIB advertisement statistics\n"
21649 : "JavaScript Object Notation\n")
21650 :
21651 : DEFSH (VTYSH_BGPD, show_ip_bgp_attr_info_cmd_vtysh,
21652 : "show [ip] bgp attribute-info",
21653 : "Show running system information\n"
21654 : "IP information\n"
21655 : "BGP information\n"
21656 : "List all bgp attribute information\n")
21657 :
21658 : DEFSH (VTYSH_BGPD, show_ip_bgp_cmd_vtysh,
21659 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] [all$all] [cidr-only |dampening <flap-statistics|dampened-paths> |community [AA:NN|local-AS|no-advertise|no-export |graceful-shutdown|no-peer|blackhole|llgr-stale|no-llgr |accept-own|accept-own-nexthop|route-filter-v6 |route-filter-v4|route-filter-translated-v6 |route-filter-translated-v4] [exact-match] |community-list <(1-500)|COMMUNITY_LIST_NAME> [exact-match] |filter-list AS_PATH_FILTER_NAME |prefix-list WORD |access-list ACCESSLIST_NAME |route-map RMAP_NAME |rpki <invalid|valid|notfound> |version (1-4294967295) |alias ALIAS_NAME |A.B.C.D/M longer-prefixes |X:X::X:X/M longer-prefixes |detail-routes$detail_routes ] [json$uj [detail$detail_json] | wide$wide]",
21660 : "Show running system information\n"
21661 : "IP information\n"
21662 : "BGP information\n"
21663 : "BGP view\n"
21664 : "BGP VRF\n"
21665 : "View/VRF name\n"
21666 : "Address Family\n"
21667 : "Address Family\n"
21668 : "Address Family modifier\n"
21669 : "Address Family modifier\n"
21670 : "Address Family modifier\n"
21671 : "Address Family modifier\n"
21672 : "Address Family modifier\n"
21673 : "Display the entries for all address families\n"
21674 : "Display only routes with non-natural netmasks\n"
21675 : "Display detailed information about dampening\n"
21676 : "Display flap statistics of routes\n"
21677 : "Display paths suppressed due to dampening\n"
21678 : "Display routes matching the communities\n"
21679 : "Community number where AA and NN are (0-65535)\n"
21680 : "Do not send outside local AS (well-known community)\n"
21681 : "Do not advertise to any peer (well-known community)\n"
21682 : "Do not export to next AS (well-known community)\n"
21683 : "Graceful shutdown (well-known community)\n"
21684 : "Do not export to any peer (well-known community)\n"
21685 : "Inform EBGP peers to blackhole traffic to prefix (well-known community)\n"
21686 : "Staled Long-lived Graceful Restart VPN route (well-known community)\n"
21687 : "Removed because Long-lived Graceful Restart was not enabled for VPN route (well-known community)\n"
21688 : "Should accept local VPN route if exported and imported into different VRF (well-known community)\n"
21689 : "Should accept VPN route with local nexthop (well-known community)\n"
21690 : "RT VPNv6 route filtering (well-known community)\n"
21691 : "RT VPNv4 route filtering (well-known community)\n"
21692 : "RT translated VPNv6 route filtering (well-known community)\n"
21693 : "RT translated VPNv4 route filtering (well-known community)\n"
21694 : "Exact match of the communities\n"
21695 : "Community-list number\n"
21696 : "Community-list name\n"
21697 : "Display routes matching the community-list\n"
21698 : "Exact match of the communities\n"
21699 : "Display routes conforming to the filter-list\n"
21700 : "Regular expression access list name\n"
21701 : "Display routes conforming to the prefix-list\n"
21702 : "Prefix-list name\n"
21703 : "Display routes conforming to the access-list\n"
21704 : "Access-list name\n"
21705 : "Display routes matching the route-map\n"
21706 : "A route-map to match on\n"
21707 : "RPKI route types\n"
21708 : "A valid path as determined by rpki\n"
21709 : "A invalid path as determined by rpki\n"
21710 : "A path that has no rpki data\n"
21711 : "Display prefixes with matching version numbers\n"
21712 : "Version number and above\n"
21713 : "Display prefixes with matching BGP community alias\n"
21714 : "BGP community alias\n"
21715 : "IPv4 prefix\n"
21716 : "Display route and more specific routes\n"
21717 : "IPv6 prefix\n"
21718 : "Display route and more specific routes\n"
21719 : "Display detailed version of all routes\n"
21720 : "JavaScript Object Notation\n"
21721 : "Display detailed version of JSON output\n"
21722 : "Increase table width for longer prefixes\n")
21723 :
21724 : DEFSH (VTYSH_BGPD, show_ip_bgp_community_info_cmd_vtysh,
21725 : "show [ip] bgp community-info",
21726 : "Show running system information\n"
21727 : "IP information\n"
21728 : "BGP information\n"
21729 : "List all bgp community information\n")
21730 :
21731 : DEFSH (VTYSH_BGPD, show_ip_bgp_dampening_params_cmd_vtysh,
21732 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] [all$all] dampening parameters [json]",
21733 : "Show running system information\n"
21734 : "IP information\n"
21735 : "BGP information\n"
21736 : "BGP view\n"
21737 : "BGP VRF\n"
21738 : "View/VRF name\n"
21739 : "Address Family\n"
21740 : "Address Family\n"
21741 : "Address Family modifier\n"
21742 : "Address Family modifier\n"
21743 : "Address Family modifier\n"
21744 : "Address Family modifier\n"
21745 : "Address Family modifier\n"
21746 : "Display the entries for all address families\n"
21747 : "Display detailed information about dampening\n"
21748 : "Display detail of configured dampening parameters\n"
21749 : "JavaScript Object Notation\n")
21750 :
21751 : DEFSH (VTYSH_BGPD, show_ip_bgp_evpn_rd_overlay_cmd_vtysh,
21752 : "show [ip] bgp l2vpn evpn rd <ASN:NN_OR_IP-ADDRESS:NN|all> overlay",
21753 : "Show running system information\n"
21754 : "IP information\n"
21755 : "BGP information\n"
21756 : "Layer 2 Virtual Private Network\n"
21757 : "Ethernet Virtual Private Network\n"
21758 : "Display information for a route distinguisher\n"
21759 : "VPN Route Distinguisher\n"
21760 : "All VPN Route Distinguishers\n"
21761 : "Display BGP Overlay Information for prefixes\n")
21762 :
21763 : DEFSH (VTYSH_BGPD, show_ip_bgp_flowspec_routes_detailed_cmd_vtysh,
21764 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> flowspec] detail [json]",
21765 : "Show running system information\n"
21766 : "IP information\n"
21767 : "BGP information\n"
21768 : "BGP view\n"
21769 : "BGP VRF\n"
21770 : "View/VRF name\n"
21771 : "Address Family\n"
21772 : "Address Family\n"
21773 : "SAFI Flowspec\n"
21774 : "Detailed information on flowspec entries\n"
21775 : "JavaScript Object Notation\n")
21776 :
21777 : DEFSH (VTYSH_BGPD, show_ip_bgp_import_check_cmd_vtysh,
21778 : "show [ip] bgp [<view|vrf> VIEWVRFNAME$vrf] import-check-table [detail$detail] [json$uj]",
21779 : "Show running system information\n"
21780 : "IP information\n"
21781 : "BGP information\n"
21782 : "BGP view\n"
21783 : "BGP VRF\n"
21784 : "View/VRF name\n"
21785 : "BGP import check table\n"
21786 : "Show detailed information\n"
21787 : "JavaScript Object Notation\n")
21788 :
21789 : DEFSH (VTYSH_BGPD, show_ip_bgp_instance_all_cmd_vtysh,
21790 : "show [ip] bgp <view|vrf> all [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] [json$uj | wide$wide]",
21791 : "Show running system information\n"
21792 : "IP information\n"
21793 : "BGP information\n"
21794 : "BGP view\n"
21795 : "BGP VRF\n"
21796 : "All Views/VRFs\n"
21797 : "Address Family\n"
21798 : "Address Family\n"
21799 : "Address Family modifier\n"
21800 : "Address Family modifier\n"
21801 : "Address Family modifier\n"
21802 : "Address Family modifier\n"
21803 : "Address Family modifier\n"
21804 : "JavaScript Object Notation\n"
21805 : "Increase table width for longer prefixes\n")
21806 :
21807 : DEFSH (VTYSH_BGPD, show_ip_bgp_instance_all_nexthop_cmd_vtysh,
21808 : "show [ip] bgp <view|vrf> all nexthop [<ipv4|ipv6>$afi] [detail$detail] [json$uj]",
21809 : "Show running system information\n"
21810 : "IP information\n"
21811 : "BGP information\n"
21812 : "BGP view\n"
21813 : "BGP VRF\n"
21814 : "All Views/VRFs\n"
21815 : "BGP nexthop table\n"
21816 : "BGP IPv4 nexthop table\n"
21817 : "BGP IPv6 nexthop table\n"
21818 : "Show detailed information\n"
21819 : "JavaScript Object Notation\n")
21820 :
21821 : DEFSH (VTYSH_BGPD, show_ip_bgp_instance_neighbor_advertised_route_cmd_vtysh,
21822 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] [all$all] neighbors <A.B.C.D|X:X::X:X|WORD> <advertised-routes|received-routes|filtered-routes> [route-map RMAP_NAME$route_map] [<A.B.C.D/M|X:X::X:X/M>$prefix | detail$detail] [json$uj | wide$wide]",
21823 : "Show running system information\n"
21824 : "IP information\n"
21825 : "BGP information\n"
21826 : "BGP view\n"
21827 : "BGP VRF\n"
21828 : "View/VRF name\n"
21829 : "Address Family\n"
21830 : "Address Family\n"
21831 : "Address Family modifier\n"
21832 : "Address Family modifier\n"
21833 : "Address Family modifier\n"
21834 : "Address Family modifier\n"
21835 : "Address Family modifier\n"
21836 : "Display the entries for all address families\n"
21837 : "Detailed information on TCP and BGP neighbor connections\n"
21838 : "Neighbor to display information about\n"
21839 : "Neighbor to display information about\n"
21840 : "Neighbor on BGP configured interface\n"
21841 : "Display the routes advertised to a BGP neighbor\n"
21842 : "Display the received routes from neighbor\n"
21843 : "Display the filtered routes received from neighbor\n"
21844 : "Route-map to modify the attributes\n"
21845 : "Name of the route map\n"
21846 : "IPv4 prefix\n"
21847 : "IPv6 prefix\n"
21848 : "Display detailed version of routes\n"
21849 : "JavaScript Object Notation\n"
21850 : "Increase table width for longer prefixes\n")
21851 :
21852 : DEFSH (VTYSH_BGPD, show_ip_bgp_instance_neighbor_bestpath_route_cmd_vtysh,
21853 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] neighbors <A.B.C.D|X:X::X:X|WORD> bestpath-routes [detail$detail] [json$uj | wide$wide]",
21854 : "Show running system information\n"
21855 : "IP information\n"
21856 : "BGP information\n"
21857 : "BGP view\n"
21858 : "BGP VRF\n"
21859 : "View/VRF name\n"
21860 : "Address Family\n"
21861 : "Address Family\n"
21862 : "Address Family modifier\n"
21863 : "Address Family modifier\n"
21864 : "Address Family modifier\n"
21865 : "Address Family modifier\n"
21866 : "Address Family modifier\n"
21867 : "Detailed information on TCP and BGP neighbor connections\n"
21868 : "Neighbor to display information about\n"
21869 : "Neighbor to display information about\n"
21870 : "Neighbor on BGP configured interface\n"
21871 : "Display the routes selected by best path\n"
21872 : "Display detailed version of routes\n"
21873 : "JavaScript Object Notation\n"
21874 : "Increase table width for longer prefixes\n")
21875 :
21876 : DEFSH (VTYSH_BGPD, show_ip_bgp_instance_neighbor_prefix_counts_cmd_vtysh,
21877 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn>]] neighbors <A.B.C.D|X:X::X:X|WORD> prefix-counts [json]",
21878 : "Show running system information\n"
21879 : "IP information\n"
21880 : "BGP information\n"
21881 : "BGP view\n"
21882 : "BGP VRF\n"
21883 : "View/VRF name\n"
21884 : "Address Family\n"
21885 : "Address Family\n"
21886 : "Address Family modifier\n"
21887 : "Address Family modifier\n"
21888 : "Address Family modifier\n"
21889 : "Detailed information on TCP and BGP neighbor connections\n"
21890 : "Neighbor to display information about\n"
21891 : "Neighbor to display information about\n"
21892 : "Neighbor on BGP configured interface\n"
21893 : "Display detailed prefix count information\n"
21894 : "JavaScript Object Notation\n")
21895 :
21896 : DEFSH (VTYSH_BGPD, show_ip_bgp_instance_updgrps_adj_s_cmd_vtysh,
21897 : "show [ip]$ip bgp [<view|vrf> VIEWVRFNAME$vrf] [<ipv4|ipv6>$afi <unicast|multicast|vpn>$safi] update-groups [SUBGROUP-ID]$sgid <advertise-queue|advertised-routes|packet-queue>$rtq",
21898 : "Show running system information\n"
21899 : "IP information\n"
21900 : "BGP information\n"
21901 : "BGP view\n"
21902 : "BGP VRF\n"
21903 : "View/VRF name\n"
21904 : "Address Family\n"
21905 : "Address Family\n"
21906 : "Address Family modifier\n"
21907 : "Address Family modifier\n"
21908 : "Address Family modifier\n"
21909 : "Detailed info about dynamic update groups\n"
21910 : "Specific subgroup to display info for\n"
21911 : "Advertisement queue\n"
21912 : "Announced routes\n"
21913 : "Packet queue\n")
21914 :
21915 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_all_overlay_cmd_vtysh,
21916 : "show [ip] bgp l2vpn evpn all overlay [json]",
21917 : "Show running system information\n"
21918 : "IP information\n"
21919 : "BGP information\n"
21920 : "Layer 2 Virtual Private Network\n"
21921 : "Ethernet Virtual Private Network\n"
21922 : "Display information about all EVPN NLRIs\n"
21923 : "Display BGP Overlay Information for prefixes\n"
21924 : "JavaScript Object Notation\n")
21925 :
21926 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_all_tags_cmd_vtysh,
21927 : "show [ip] bgp l2vpn evpn all tags",
21928 : "Show running system information\n"
21929 : "IP information\n"
21930 : "BGP information\n"
21931 : "Layer 2 Virtual Private Network\n"
21932 : "Ethernet Virtual Private Network\n"
21933 : "Display information about all EVPN NLRIs\n"
21934 : "Display BGP tags for prefixes\n")
21935 :
21936 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_cmd_vtysh,
21937 : "show [ip] bgp l2vpn evpn [json]",
21938 : "Show running system information\n"
21939 : "IP information\n"
21940 : "BGP information\n"
21941 : "Layer 2 Virtual Private Network\n"
21942 : "Ethernet Virtual Private Network\n"
21943 : "JavaScript Object Notation\n")
21944 :
21945 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_neighbor_advertised_routes_cmd_vtysh,
21946 : "show [ip] bgp l2vpn evpn neighbors <A.B.C.D|X:X::X:X|WORD> advertised-routes [json]",
21947 : "Show running system information\n"
21948 : "IP information\n"
21949 : "BGP information\n"
21950 : "Layer 2 Virtual Private Network\n"
21951 : "Ethernet Virtual Private Network\n"
21952 : "Detailed information on TCP and BGP neighbor connections\n"
21953 : "IPv4 Neighbor to display information about\n"
21954 : "IPv6 Neighbor to display information about\n"
21955 : "Neighbor on BGP configured interface\n"
21956 : "Display the routes advertised to a BGP neighbor\n"
21957 : "JavaScript Object Notation\n")
21958 :
21959 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_neighbor_routes_cmd_vtysh,
21960 : "show [ip] bgp l2vpn evpn neighbors <A.B.C.D|X:X::X:X|WORD> routes [json]",
21961 : "Show running system information\n"
21962 : "IP information\n"
21963 : "BGP information\n"
21964 : "Layer 2 Virtual Private Network\n"
21965 : "Ethernet Virtual Private Network\n"
21966 : "Detailed information on TCP and BGP neighbor connections\n"
21967 : "IPv4 Neighbor to display information about\n"
21968 : "IPv6 Neighbor to display information about\n"
21969 : "Neighbor on BGP configured interface\n"
21970 : "Display routes learned from neighbor\n"
21971 : "JavaScript Object Notation\n")
21972 :
21973 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_rd_cmd_vtysh,
21974 : "show [ip] bgp l2vpn evpn rd <ASN:NN_OR_IP-ADDRESS:NN|all> [json]",
21975 : "Show running system information\n"
21976 : "IP information\n"
21977 : "BGP information\n"
21978 : "Layer 2 Virtual Private Network\n"
21979 : "Ethernet Virtual Private Network\n"
21980 : "Display information for a route distinguisher\n"
21981 : "VPN Route Distinguisher\n"
21982 : "All VPN Route Distinguishers\n"
21983 : "JavaScript Object Notation\n")
21984 :
21985 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_rd_neighbor_advertised_routes_cmd_vtysh,
21986 : "show [ip] bgp l2vpn evpn rd <ASN:NN_OR_IP-ADDRESS:NN|all> neighbors <A.B.C.D|X:X::X:X|WORD> advertised-routes [json]",
21987 : "Show running system information\n"
21988 : "IP information\n"
21989 : "BGP information\n"
21990 : "Layer 2 Virtual Private Network\n"
21991 : "Ethernet Virtual Private Network\n"
21992 : "Display information for a route distinguisher\n"
21993 : "VPN Route Distinguisher\n"
21994 : "All VPN Route Distinguishers\n"
21995 : "Detailed information on TCP and BGP neighbor connections\n"
21996 : "IPv4 Neighbor to display information about\n"
21997 : "IPv6 Neighbor to display information about\n"
21998 : "Neighbor on BGP configured interface\n"
21999 : "Display the routes advertised to a BGP neighbor\n"
22000 : "JavaScript Object Notation\n")
22001 :
22002 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_rd_neighbor_routes_cmd_vtysh,
22003 : "show [ip] bgp l2vpn evpn rd <ASN:NN_OR_IP-ADDRESS:NN|all> neighbors <A.B.C.D|X:X::X:X|WORD> routes [json]",
22004 : "Show running system information\n"
22005 : "IP information\n"
22006 : "BGP information\n"
22007 : "Layer 2 Virtual Private Network\n"
22008 : "Ethernet Virtual Private Network\n"
22009 : "Display information for a route distinguisher\n"
22010 : "VPN Route Distinguisher\n"
22011 : "All VPN Route Distinguishers\n"
22012 : "Detailed information on TCP and BGP neighbor connections\n"
22013 : "IPv4 Neighbor to display information about\n"
22014 : "IPv6 Neighbor to display information about\n"
22015 : "Neighbor on BGP configured interface\n"
22016 : "Display routes learned from neighbor\n"
22017 : "JavaScript Object Notation\n")
22018 :
22019 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_rd_tags_cmd_vtysh,
22020 : "show [ip] bgp l2vpn evpn rd <ASN:NN_OR_IP-ADDRESS:NN|all> tags",
22021 : "Show running system information\n"
22022 : "IP information\n"
22023 : "BGP information\n"
22024 : "Layer 2 Virtual Private Network\n"
22025 : "Ethernet Virtual Private Network\n"
22026 : "Display information for a route distinguisher\n"
22027 : "VPN Route Distinguisher\n"
22028 : "All VPN Route Distinguishers\n"
22029 : "Display BGP tags for prefixes\n")
22030 :
22031 : DEFSH (VTYSH_BGPD, show_ip_bgp_l2vpn_evpn_statistics_cmd_vtysh,
22032 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] l2vpn evpn statistics [json]",
22033 : "Show running system information\n"
22034 : "IP information\n"
22035 : "BGP information\n"
22036 : "BGP view\n"
22037 : "BGP VRF\n"
22038 : "View/VRF name\n"
22039 : "Layer 2 Virtual Private Network\n"
22040 : "Ethernet Virtual Private Network\n"
22041 : "BGP RIB advertisement statistics\n"
22042 : "JavaScript Object Notation\n")
22043 :
22044 : DEFSH (VTYSH_BGPD, show_ip_bgp_large_community_cmd_vtysh,
22045 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] large-community [<AA:BB:CC> [exact-match]] [json]",
22046 : "Show running system information\n"
22047 : "IP information\n"
22048 : "BGP information\n"
22049 : "BGP view\n"
22050 : "BGP VRF\n"
22051 : "View/VRF name\n"
22052 : "Address Family\n"
22053 : "Address Family\n"
22054 : "Address Family modifier\n"
22055 : "Address Family modifier\n"
22056 : "Address Family modifier\n"
22057 : "Address Family modifier\n"
22058 : "Address Family modifier\n"
22059 : "Display routes matching the large-communities\n"
22060 : "List of large-community numbers\n"
22061 : "Exact match of the large-communities\n"
22062 : "JavaScript Object Notation\n")
22063 :
22064 : DEFSH (VTYSH_BGPD, show_ip_bgp_large_community_list_cmd_vtysh,
22065 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] large-community-list <(1-500)|LCOMMUNITY_LIST_NAME> [exact-match] [json]",
22066 : "Show running system information\n"
22067 : "IP information\n"
22068 : "BGP information\n"
22069 : "BGP view\n"
22070 : "BGP VRF\n"
22071 : "View/VRF name\n"
22072 : "Address Family\n"
22073 : "Address Family\n"
22074 : "Address Family modifier\n"
22075 : "Address Family modifier\n"
22076 : "Address Family modifier\n"
22077 : "Address Family modifier\n"
22078 : "Address Family modifier\n"
22079 : "Display routes matching the large-community-list\n"
22080 : "large-community-list number\n"
22081 : "large-community-list name\n"
22082 : "Exact match of the large-communities\n"
22083 : "JavaScript Object Notation\n")
22084 :
22085 : DEFSH (VTYSH_BGPD, show_ip_bgp_lcommunity_info_cmd_vtysh,
22086 : "show ip bgp large-community-info",
22087 : "Show running system information\n"
22088 : "IP information\n"
22089 : "BGP information\n"
22090 : "List all bgp large-community information\n")
22091 :
22092 : DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_received_prefix_filter_cmd_vtysh,
22093 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [unicast]] neighbors <A.B.C.D|X:X::X:X|WORD> received prefix-filter [json]",
22094 : "Show running system information\n"
22095 : "IP information\n"
22096 : "BGP information\n"
22097 : "BGP view\n"
22098 : "BGP VRF\n"
22099 : "View/VRF name\n"
22100 : "Address Family\n"
22101 : "Address Family\n"
22102 : "Address Family modifier\n"
22103 : "Detailed information on TCP and BGP neighbor connections\n"
22104 : "Neighbor to display information about\n"
22105 : "Neighbor to display information about\n"
22106 : "Neighbor on BGP configured interface\n"
22107 : "Display information received from a BGP neighbor\n"
22108 : "Display the prefixlist filter\n"
22109 : "JavaScript Object Notation\n")
22110 :
22111 : DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_routes_cmd_vtysh,
22112 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] neighbors <A.B.C.D|X:X::X:X|WORD> <flap-statistics|dampened-routes|routes> [json]",
22113 : "Show running system information\n"
22114 : "IP information\n"
22115 : "BGP information\n"
22116 : "BGP view\n"
22117 : "BGP VRF\n"
22118 : "View/VRF name\n"
22119 : "Address Family\n"
22120 : "Address Family\n"
22121 : "Address Family modifier\n"
22122 : "Address Family modifier\n"
22123 : "Address Family modifier\n"
22124 : "Address Family modifier\n"
22125 : "Address Family modifier\n"
22126 : "Detailed information on TCP and BGP neighbor connections\n"
22127 : "Neighbor to display information about\n"
22128 : "Neighbor to display information about\n"
22129 : "Neighbor on BGP configured interface\n"
22130 : "Display flap statistics of the routes learned from neighbor\n"
22131 : "Display the dampened routes received from neighbor\n"
22132 : "Display routes learned from neighbor\n"
22133 : "JavaScript Object Notation\n")
22134 :
22135 : DEFSH (VTYSH_BGPD, show_ip_bgp_neighbors_cmd_vtysh,
22136 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6>] neighbors [<A.B.C.D|X:X::X:X|WORD>] [json]",
22137 : "Show running system information\n"
22138 : "IP information\n"
22139 : "BGP information\n"
22140 : "BGP view\n"
22141 : "BGP VRF\n"
22142 : "View/VRF name\n"
22143 : "Address Family\n"
22144 : "Address Family\n"
22145 : "Detailed information on TCP and BGP neighbor connections\n"
22146 : "Neighbor to display information about\n"
22147 : "Neighbor to display information about\n"
22148 : "Neighbor on BGP configured interface\n"
22149 : "JavaScript Object Notation\n")
22150 :
22151 : DEFSH (VTYSH_BGPD, show_ip_bgp_neighbors_graceful_restart_cmd_vtysh,
22152 : "show bgp [<ipv4|ipv6>] neighbors [<A.B.C.D|X:X::X:X|WORD>] graceful-restart [json]",
22153 : "Show running system information\n"
22154 : "BGP information\n"
22155 : "IP information\n"
22156 : "IPv6 information\n"
22157 : "Specify neighbor router\n"
22158 : "Neighbor to display information about\n"
22159 : "Neighbor to display information about\n"
22160 : "Neighbor on BGP configured interface\n"
22161 : "Graceful Restart - Show command for Global and all neighbor mode\n"
22162 : "JavaScript Object Notation\n")
22163 :
22164 : DEFSH (VTYSH_BGPD, show_ip_bgp_nexthop_cmd_vtysh,
22165 : "show [ip] bgp [<view|vrf> VIEWVRFNAME$vrf] nexthop [<A.B.C.D|X:X::X:X>$nhop] [<ipv4$afi [A.B.C.D$nhop]|ipv6$afi [X:X::X:X$nhop]>] [detail$detail] [json$uj]",
22166 : "Show running system information\n"
22167 : "IP information\n"
22168 : "BGP information\n"
22169 : "BGP view\n"
22170 : "BGP VRF\n"
22171 : "View/VRF name\n"
22172 : "BGP nexthop table\n"
22173 : "IPv4 nexthop address\n"
22174 : "IPv6 nexthop address\n"
22175 : "BGP nexthop IPv4 table\n"
22176 : "IPv4 nexthop address\n"
22177 : "BGP nexthop IPv6 table\n"
22178 : "IPv6 nexthop address\n"
22179 : "Show detailed information\n"
22180 : "JavaScript Object Notation\n")
22181 :
22182 : DEFSH (VTYSH_BGPD, show_ip_bgp_paths_cmd_vtysh,
22183 : "show [ip] bgp [<unicast|multicast|vpn>] paths",
22184 : "Show running system information\n"
22185 : "IP information\n"
22186 : "BGP information\n"
22187 : "Address Family modifier\n"
22188 : "Address Family modifier\n"
22189 : "Address Family modifier\n"
22190 : "Path information\n")
22191 :
22192 : DEFSH (VTYSH_BGPD, show_ip_bgp_peer_groups_cmd_vtysh,
22193 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] peer-group [PGNAME] [json]",
22194 : "Show running system information\n"
22195 : "IP information\n"
22196 : "BGP information\n"
22197 : "BGP view\n"
22198 : "BGP VRF\n"
22199 : "View/VRF name\n"
22200 : "Detailed information on BGP peer groups\n"
22201 : "Peer group name\n"
22202 : "JavaScript Object Notation\n")
22203 :
22204 : DEFSH (VTYSH_BGPD, show_ip_bgp_regexp_cmd_vtysh,
22205 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] regexp REGEX [json]",
22206 : "Show running system information\n"
22207 : "IP information\n"
22208 : "BGP information\n"
22209 : "BGP view\n"
22210 : "BGP VRF\n"
22211 : "View/VRF name\n"
22212 : "Address Family\n"
22213 : "Address Family\n"
22214 : "Address Family modifier\n"
22215 : "Address Family modifier\n"
22216 : "Address Family modifier\n"
22217 : "Address Family modifier\n"
22218 : "Address Family modifier\n"
22219 : "Display routes matching the AS path regular expression\n"
22220 : "A regular-expression (1234567890_^|[,{}() ]$*+.?-\\) to match the BGP AS paths\n"
22221 : "JavaScript Object Notation\n")
22222 :
22223 : DEFSH (VTYSH_BGPD, show_ip_bgp_route_cmd_vtysh,
22224 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]]<A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M> [<bestpath|multipath>] [rpki <valid|invalid|notfound>] [json]",
22225 : "Show running system information\n"
22226 : "IP information\n"
22227 : "BGP information\n"
22228 : "BGP view\n"
22229 : "BGP VRF\n"
22230 : "View/VRF name\n"
22231 : "Address Family\n"
22232 : "Address Family\n"
22233 : "Address Family modifier\n"
22234 : "Address Family modifier\n"
22235 : "Address Family modifier\n"
22236 : "Address Family modifier\n"
22237 : "Address Family modifier\n"
22238 : "Network in the BGP routing table to display\n"
22239 : "IPv4 prefix\n"
22240 : "Network in the BGP routing table to display\n"
22241 : "IPv6 prefix\n"
22242 : "Display only the bestpath\n"
22243 : "Display only multipaths\n"
22244 : "Display only paths that match the specified rpki state\n"
22245 : "A valid path as determined by rpki\n"
22246 : "A invalid path as determined by rpki\n"
22247 : "A path that has no rpki data\n"
22248 : "JavaScript Object Notation\n")
22249 :
22250 : DEFSH (VTYSH_BGPD, show_ip_bgp_route_leak_cmd_vtysh,
22251 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn>]] route-leak [json]",
22252 : "Show running system information\n"
22253 : "IP information\n"
22254 : "BGP information\n"
22255 : "BGP view\n"
22256 : "BGP VRF\n"
22257 : "View/VRF name\n"
22258 : "Address Family\n"
22259 : "Address Family\n"
22260 : "Address Family modifier\n"
22261 : "Address Family modifier\n"
22262 : "Address Family modifier\n"
22263 : "Route leaking information\n"
22264 : "JavaScript Object Notation\n")
22265 :
22266 : DEFSH (VTYSH_BGPD, show_ip_bgp_statistics_all_cmd_vtysh,
22267 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] statistics-all [json]",
22268 : "Show running system information\n"
22269 : "IP information\n"
22270 : "BGP information\n"
22271 : "BGP view\n"
22272 : "BGP VRF\n"
22273 : "View/VRF name\n"
22274 : "Display number of prefixes for all afi/safi\n"
22275 : "JavaScript Object Notation\n")
22276 :
22277 : DEFSH (VTYSH_BGPD, show_ip_bgp_summary_cmd_vtysh,
22278 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] [all$all] summary [established|failed] [<neighbor <A.B.C.D|X:X::X:X|WORD>|remote-as <(1-4294967295)|internal|external>>] [terse] [wide] [json$uj]",
22279 : "Show running system information\n"
22280 : "IP information\n"
22281 : "BGP information\n"
22282 : "BGP view\n"
22283 : "BGP VRF\n"
22284 : "View/VRF name\n"
22285 : "Address Family\n"
22286 : "Address Family\n"
22287 : "Address Family modifier\n"
22288 : "Address Family modifier\n"
22289 : "Address Family modifier\n"
22290 : "Address Family modifier\n"
22291 : "Address Family modifier\n"
22292 : "Display the entries for all address families\n"
22293 : "Summary of BGP neighbor status\n"
22294 : "Show only sessions in Established state\n"
22295 : "Show only sessions not in Established state\n"
22296 : "Show only the specified neighbor session\n"
22297 : "Neighbor to display information about\n"
22298 : "Neighbor to display information about\n"
22299 : "Neighbor on BGP configured interface\n"
22300 : "Show only the specified remote AS sessions\n"
22301 : "AS number\n"
22302 : "Internal (iBGP) AS sessions\n"
22303 : "External (eBGP) AS sessions\n"
22304 : "Shorten the information on BGP instances\n"
22305 : "Increase table width for longer output\n"
22306 : "JavaScript Object Notation\n")
22307 :
22308 : DEFSH (VTYSH_BGPD, show_ip_bgp_updgrps_cmd_vtysh,
22309 : "show [ip] bgp [<view|vrf> VIEWVRFNAME] [<ipv4|ipv6> [<unicast|multicast|vpn|labeled-unicast|flowspec>]] update-groups [SUBGROUP-ID] [json]",
22310 : "Show running system information\n"
22311 : "IP information\n"
22312 : "BGP information\n"
22313 : "BGP view\n"
22314 : "BGP VRF\n"
22315 : "View/VRF name\n"
22316 : "Address Family\n"
22317 : "Address Family\n"
22318 : "Address Family modifier\n"
22319 : "Address Family modifier\n"
22320 : "Address Family modifier\n"
22321 : "Address Family modifier\n"
22322 : "Address Family modifier\n"
22323 : "Detailed info about dynamic update groups\n"
22324 : "Specific subgroup to display detailed info for\n"
22325 : "JavaScript Object Notation\n")
22326 :
22327 : DEFSH (VTYSH_EIGRPD, show_ip_eigrp_interfaces_cmd_vtysh,
22328 : "show ip eigrp [vrf NAME] interfaces [IFNAME] [detail]$detail",
22329 : "Show running system information\n"
22330 : "IP information\n"
22331 : "IP-EIGRP show commands\n"
22332 : "Specify the VRF\n"
22333 : "The VRF name\n"
22334 : "IP-EIGRP interfaces\n"
22335 : "Interface name to look at\n"
22336 : "Detailed information\n")
22337 :
22338 : DEFSH (VTYSH_EIGRPD, show_ip_eigrp_neighbors_cmd_vtysh,
22339 : "show ip eigrp [vrf NAME] neighbors [IFNAME] [detail]$detail",
22340 : "Show running system information\n"
22341 : "IP information\n"
22342 : "IP-EIGRP show commands\n"
22343 : "Specify the VRF\n"
22344 : "The VRF name\n"
22345 : "IP-EIGRP neighbors\n"
22346 : "Interface to show on\n"
22347 : "Detailed Information\n")
22348 :
22349 : DEFSH (VTYSH_EIGRPD, show_ip_eigrp_topology_all_cmd_vtysh,
22350 : "show ip eigrp [vrf NAME] topology [all-links$all]",
22351 : "Show running system information\n"
22352 : "IP information\n"
22353 : "IP-EIGRP show commands\n"
22354 : "Specify the VRF\n"
22355 : "The VRF name\n"
22356 : "IP-EIGRP topology\n"
22357 : "Show all links in topology table\n")
22358 :
22359 : DEFSH (VTYSH_EIGRPD, show_ip_eigrp_topology_cmd_vtysh,
22360 : "show ip eigrp [vrf NAME] topology <A.B.C.D$address|A.B.C.D/M$prefix>",
22361 : "Show running system information\n"
22362 : "IP information\n"
22363 : "IP-EIGRP show commands\n"
22364 : "Specify the VRF\n"
22365 : "The VRF name\n"
22366 : "IP-EIGRP topology\n"
22367 : "For a specific address\n"
22368 : "For a specific prefix\n")
22369 :
22370 : DEFSH (VTYSH_ZEBRA, show_ip_forwarding_cmd_vtysh,
22371 : "show ip forwarding",
22372 : "Show running system information\n"
22373 : "IP information\n"
22374 : "IP forwarding status\n")
22375 :
22376 : DEFSH (VTYSH_PIMD, show_ip_igmp_groups_cmd_vtysh,
22377 : "show ip igmp [vrf NAME] groups [json]",
22378 : "Show running system information\n"
22379 : "IP information\n"
22380 : "IGMP information\n"
22381 : "Specify the VRF\n"
22382 : "The VRF name\n"
22383 : "IGMP groups information\n"
22384 : "JavaScript Object Notation\n")
22385 :
22386 : DEFSH (VTYSH_PIMD, show_ip_igmp_groups_retransmissions_cmd_vtysh,
22387 : "show ip igmp [vrf NAME] groups retransmissions",
22388 : "Show running system information\n"
22389 : "IP information\n"
22390 : "IGMP information\n"
22391 : "Specify the VRF\n"
22392 : "The VRF name\n"
22393 : "IGMP groups information\n"
22394 : "IGMP group retransmissions\n")
22395 :
22396 : DEFSH (VTYSH_PIMD, show_ip_igmp_groups_vrf_all_cmd_vtysh,
22397 : "show ip igmp vrf all groups [json]",
22398 : "Show running system information\n"
22399 : "IP information\n"
22400 : "IGMP information\n"
22401 : "Specify the VRF\n"
22402 : "The VRF name\n"
22403 : "IGMP groups information\n"
22404 : "JavaScript Object Notation\n")
22405 :
22406 : DEFSH (VTYSH_PIMD, show_ip_igmp_interface_cmd_vtysh,
22407 : "show ip igmp [vrf NAME] interface [detail|WORD] [json]",
22408 : "Show running system information\n"
22409 : "IP information\n"
22410 : "IGMP information\n"
22411 : "Specify the VRF\n"
22412 : "The VRF name\n"
22413 : "IGMP interface information\n"
22414 : "Detailed output\n"
22415 : "interface name\n"
22416 : "JavaScript Object Notation\n")
22417 :
22418 : DEFSH (VTYSH_PIMD, show_ip_igmp_interface_vrf_all_cmd_vtysh,
22419 : "show ip igmp vrf all interface [detail|WORD] [json]",
22420 : "Show running system information\n"
22421 : "IP information\n"
22422 : "IGMP information\n"
22423 : "Specify the VRF\n"
22424 : "The VRF name\n"
22425 : "IGMP interface information\n"
22426 : "Detailed output\n"
22427 : "interface name\n"
22428 : "JavaScript Object Notation\n")
22429 :
22430 : DEFSH (VTYSH_PIMD, show_ip_igmp_join_cmd_vtysh,
22431 : "show ip igmp [vrf NAME] join [json]",
22432 : "Show running system information\n"
22433 : "IP information\n"
22434 : "IGMP information\n"
22435 : "Specify the VRF\n"
22436 : "The VRF name\n"
22437 : "IGMP static join information\n"
22438 : "JavaScript Object Notation\n")
22439 :
22440 : DEFSH (VTYSH_PIMD, show_ip_igmp_join_vrf_all_cmd_vtysh,
22441 : "show ip igmp vrf all join [json]",
22442 : "Show running system information\n"
22443 : "IP information\n"
22444 : "IGMP information\n"
22445 : "Specify the VRF\n"
22446 : "The VRF name\n"
22447 : "IGMP static join information\n"
22448 : "JavaScript Object Notation\n")
22449 :
22450 : DEFSH (VTYSH_PIMD, show_ip_igmp_sources_cmd_vtysh,
22451 : "show ip igmp [vrf NAME] sources [json]",
22452 : "Show running system information\n"
22453 : "IP information\n"
22454 : "IGMP information\n"
22455 : "Specify the VRF\n"
22456 : "The VRF name\n"
22457 : "IGMP sources information\n"
22458 : "JavaScript Object Notation\n")
22459 :
22460 : DEFSH (VTYSH_PIMD, show_ip_igmp_sources_retransmissions_cmd_vtysh,
22461 : "show ip igmp [vrf NAME] sources retransmissions",
22462 : "Show running system information\n"
22463 : "IP information\n"
22464 : "IGMP information\n"
22465 : "Specify the VRF\n"
22466 : "The VRF name\n"
22467 : "IGMP sources information\n"
22468 : "IGMP source retransmissions\n")
22469 :
22470 : DEFSH (VTYSH_PIMD, show_ip_igmp_statistics_cmd_vtysh,
22471 : "show ip igmp [vrf NAME] statistics [interface WORD] [json]",
22472 : "Show running system information\n"
22473 : "IP information\n"
22474 : "IGMP information\n"
22475 : "Specify the VRF\n"
22476 : "The VRF name\n"
22477 : "IGMP statistics\n"
22478 : "interface\n"
22479 : "IGMP interface\n"
22480 : "JavaScript Object Notation\n")
22481 :
22482 : DEFSH (VTYSH_PIMD, show_ip_mroute_cmd_vtysh,
22483 : "show ip mroute [vrf NAME] [A.B.C.D$s_or_g [A.B.C.D$g]] [fill$fill] [json$json]",
22484 : "Show running system information\n"
22485 : "IP information\n"
22486 : "IP multicast routing table\n"
22487 : "Specify the VRF\n"
22488 : "The VRF name\n"
22489 : "The Source or Group\n"
22490 : "The Group\n"
22491 : "Fill in Assumed data\n"
22492 : "JavaScript Object Notation\n")
22493 :
22494 : DEFSH (VTYSH_PIMD, show_ip_mroute_count_cmd_vtysh,
22495 : "show ip mroute [vrf NAME] count [json$json]",
22496 : "Show running system information\n"
22497 : "IP information\n"
22498 : "IP multicast routing table\n"
22499 : "Specify the VRF\n"
22500 : "The VRF name\n"
22501 : "Route and packet count data\n"
22502 : "JavaScript Object Notation\n")
22503 :
22504 : DEFSH (VTYSH_PIMD, show_ip_mroute_count_vrf_all_cmd_vtysh,
22505 : "show ip mroute vrf all count [json$json]",
22506 : "Show running system information\n"
22507 : "IP information\n"
22508 : "IP multicast routing table\n"
22509 : "Specify the VRF\n"
22510 : "The VRF name\n"
22511 : "Route and packet count data\n"
22512 : "JavaScript Object Notation\n")
22513 :
22514 : DEFSH (VTYSH_PIMD, show_ip_mroute_summary_cmd_vtysh,
22515 : "show ip mroute [vrf NAME] summary [json$json]",
22516 : "Show running system information\n"
22517 : "IP information\n"
22518 : "IP multicast routing table\n"
22519 : "Specify the VRF\n"
22520 : "The VRF name\n"
22521 : "Summary of all mroutes\n"
22522 : "JavaScript Object Notation\n")
22523 :
22524 : DEFSH (VTYSH_PIMD, show_ip_mroute_summary_vrf_all_cmd_vtysh,
22525 : "show ip mroute vrf all summary [json$json]",
22526 : "Show running system information\n"
22527 : "IP information\n"
22528 : "IP multicast routing table\n"
22529 : "Specify the VRF\n"
22530 : "The VRF name\n"
22531 : "Summary of all mroutes\n"
22532 : "JavaScript Object Notation\n")
22533 :
22534 : DEFSH (VTYSH_PIMD, show_ip_mroute_vrf_all_cmd_vtysh,
22535 : "show ip mroute vrf all [fill$fill] [json$json]",
22536 : "Show running system information\n"
22537 : "IP information\n"
22538 : "IP multicast routing table\n"
22539 : "Specify the VRF\n"
22540 : "The VRF name\n"
22541 : "Fill in Assumed data\n"
22542 : "JavaScript Object Notation\n")
22543 :
22544 : DEFSH (VTYSH_PIMD, show_ip_msdp_mesh_group_cmd_vtysh,
22545 : "show ip msdp [vrf NAME] mesh-group [json]",
22546 : "Show running system information\n"
22547 : "IP information\n"
22548 : "MSDP information\n"
22549 : "Specify the VRF\n"
22550 : "The VRF name\n"
22551 : "MSDP mesh-group information\n"
22552 : "JavaScript Object Notation\n")
22553 :
22554 : DEFSH (VTYSH_PIMD, show_ip_msdp_mesh_group_vrf_all_cmd_vtysh,
22555 : "show ip msdp vrf all mesh-group [json]",
22556 : "Show running system information\n"
22557 : "IP information\n"
22558 : "MSDP information\n"
22559 : "Specify the VRF\n"
22560 : "The VRF name\n"
22561 : "MSDP mesh-group information\n"
22562 : "JavaScript Object Notation\n")
22563 :
22564 : DEFSH (VTYSH_PIMD, show_ip_msdp_peer_detail_cmd_vtysh,
22565 : "show ip msdp [vrf NAME] peer [detail|A.B.C.D] [json]",
22566 : "Show running system information\n"
22567 : "IP information\n"
22568 : "MSDP information\n"
22569 : "Specify the VRF\n"
22570 : "The VRF name\n"
22571 : "MSDP peer information\n"
22572 : "Detailed output\n"
22573 : "peer ip address\n"
22574 : "JavaScript Object Notation\n")
22575 :
22576 : DEFSH (VTYSH_PIMD, show_ip_msdp_peer_detail_vrf_all_cmd_vtysh,
22577 : "show ip msdp vrf all peer [detail|A.B.C.D] [json]",
22578 : "Show running system information\n"
22579 : "IP information\n"
22580 : "MSDP information\n"
22581 : "Specify the VRF\n"
22582 : "The VRF name\n"
22583 : "MSDP peer information\n"
22584 : "Detailed output\n"
22585 : "peer ip address\n"
22586 : "JavaScript Object Notation\n")
22587 :
22588 : DEFSH (VTYSH_PIMD, show_ip_msdp_sa_detail_cmd_vtysh,
22589 : "show ip msdp [vrf NAME] sa detail [json]",
22590 : "Show running system information\n"
22591 : "IP information\n"
22592 : "MSDP information\n"
22593 : "Specify the VRF\n"
22594 : "The VRF name\n"
22595 : "MSDP active-source information\n"
22596 : "Detailed output\n"
22597 : "JavaScript Object Notation\n")
22598 :
22599 : DEFSH (VTYSH_PIMD, show_ip_msdp_sa_detail_vrf_all_cmd_vtysh,
22600 : "show ip msdp vrf all sa detail [json]",
22601 : "Show running system information\n"
22602 : "IP information\n"
22603 : "MSDP information\n"
22604 : "Specify the VRF\n"
22605 : "The VRF name\n"
22606 : "MSDP active-source information\n"
22607 : "Detailed output\n"
22608 : "JavaScript Object Notation\n")
22609 :
22610 : DEFSH (VTYSH_PIMD, show_ip_msdp_sa_sg_cmd_vtysh,
22611 : "show ip msdp [vrf NAME] sa [A.B.C.D [A.B.C.D]] [json]",
22612 : "Show running system information\n"
22613 : "IP information\n"
22614 : "MSDP information\n"
22615 : "Specify the VRF\n"
22616 : "The VRF name\n"
22617 : "MSDP active-source information\n"
22618 : "source or group ip\n"
22619 : "group ip\n"
22620 : "JavaScript Object Notation\n")
22621 :
22622 : DEFSH (VTYSH_PIMD, show_ip_msdp_sa_sg_vrf_all_cmd_vtysh,
22623 : "show ip msdp vrf all sa [A.B.C.D [A.B.C.D]] [json]",
22624 : "Show running system information\n"
22625 : "IP information\n"
22626 : "MSDP information\n"
22627 : "Specify the VRF\n"
22628 : "The VRF name\n"
22629 : "MSDP active-source information\n"
22630 : "source or group ip\n"
22631 : "group ip\n"
22632 : "JavaScript Object Notation\n")
22633 :
22634 : DEFSH (VTYSH_PIMD, show_ip_multicast_cmd_vtysh,
22635 : "show ip multicast [vrf NAME]",
22636 : "Show running system information\n"
22637 : "IP information\n"
22638 : "Multicast global information\n"
22639 : "Specify the VRF\n"
22640 : "The VRF name\n")
22641 :
22642 : DEFSH (VTYSH_PIMD, show_ip_multicast_count_cmd_vtysh,
22643 : "show ip multicast count [vrf NAME] [json$json]",
22644 : "Show running system information\n"
22645 : "IP information\n"
22646 : "Multicast global information\n"
22647 : "Data packet count\n"
22648 : "Specify the VRF\n"
22649 : "The VRF name\n"
22650 : "JavaScript Object Notation\n")
22651 :
22652 : DEFSH (VTYSH_PIMD, show_ip_multicast_count_vrf_all_cmd_vtysh,
22653 : "show ip multicast count vrf all [json$json]",
22654 : "Show running system information\n"
22655 : "IP information\n"
22656 : "Multicast global information\n"
22657 : "Data packet count\n"
22658 : "Specify the VRF\n"
22659 : "The VRF name\n"
22660 : "JavaScript Object Notation\n")
22661 :
22662 : DEFSH (VTYSH_PIMD, show_ip_multicast_vrf_all_cmd_vtysh,
22663 : "show ip multicast vrf all",
22664 : "Show running system information\n"
22665 : "IP information\n"
22666 : "Multicast global information\n"
22667 : "Specify the VRF\n"
22668 : "The VRF name\n")
22669 :
22670 : DEFSH (VTYSH_NHRPD, show_ip_nhrp_cmd_vtysh,
22671 : "show <ip|ipv6> nhrp [cache|nhs|shortcut|opennhrp] [json]",
22672 : "Show running system information\n"
22673 : "IP information\n"
22674 : "IPv6 information\n"
22675 : "NHRP information\n"
22676 : "Forwarding cache information\n"
22677 : "Next hop server information\n"
22678 : "Shortcut information\n"
22679 : "opennhrpctl style cache dump\n"
22680 : "JavaScript Object Notation\n")
22681 :
22682 : DEFSH (VTYSH_ZEBRA, show_ip_nht_cmd_vtysh,
22683 : "show <ip$ipv4|ipv6$ipv6> <nht|import-check>$type [<A.B.C.D|X:X::X:X>$addr|vrf NAME$vrf_name [<A.B.C.D|X:X::X:X>$addr]|vrf all$vrf_all] [mrib$mrib] [json]",
22684 : "Show running system information\n"
22685 : "IP information\n"
22686 : "IPv6 Information\n"
22687 : "IP nexthop tracking table\n"
22688 : "IP import check tracking table\n"
22689 : "IPv4 Address\n"
22690 : "IPv6 Address\n"
22691 : "Specify the VRF\n"
22692 : "The VRF name\n"
22693 : "IPv4 Address\n"
22694 : "IPv6 Address\n"
22695 : "Specify the VRF\n"
22696 : "All VRFs\n"
22697 : "Show Multicast (MRIB) NHT state\n"
22698 : "JavaScript Object Notation\n")
22699 :
22700 : DEFSH (VTYSH_OSPFD, show_ip_ospf_border_routers_cmd_vtysh,
22701 : "show ip ospf [vrf <NAME|all>] border-routers [json]",
22702 : "Show running system information\n"
22703 : "IP information\n"
22704 : "OSPF information\n"
22705 : "Specify the VRF\n"
22706 : "The VRF name\n"
22707 : "All VRFs\n"
22708 : "Show all the ABR's and ASBR's\n"
22709 : "JavaScript Object Notation\n")
22710 :
22711 : DEFSH (VTYSH_OSPFD, show_ip_ospf_cmd_vtysh,
22712 : "show ip ospf [vrf <NAME|all>] [json]",
22713 : "Show running system information\n"
22714 : "IP information\n"
22715 : "OSPF information\n"
22716 : "Specify the VRF\n"
22717 : "The VRF name\n"
22718 : "All VRFs\n"
22719 : "JavaScript Object Notation\n")
22720 :
22721 : DEFSH (VTYSH_OSPFD, show_ip_ospf_database_cmd_vtysh,
22722 : "show ip ospf [vrf <NAME|all>] database [<asbr-summary|external|network|router|summary|nssa-external|opaque-link|opaque-area|opaque-as> [A.B.C.D [<self-originate|adv-router A.B.C.D>]]] [json]",
22723 : "Show running system information\n"
22724 : "IP information\n"
22725 : "OSPF information\n"
22726 : "Specify the VRF\n"
22727 : "The VRF name\n"
22728 : "All VRFs\n"
22729 : "Database summary\n"
22730 : "ASBR summary link states\n"
22731 : "External link states\n"
22732 : "Network link states\n"
22733 : "Router link states\n"
22734 : "Network summary link states\n"
22735 : "NSSA external link state\n"
22736 : "Link local Opaque-LSA\n"
22737 : "Link area Opaque-LSA\n"
22738 : "Link AS Opaque-LSA\n"
22739 : "Link State ID (as an IP address)\n"
22740 : "Self-originated link states\n"
22741 : "Advertising Router link states\n"
22742 : "Advertising Router (as an IP address)\n"
22743 : "JavaScript Object Notation\n")
22744 :
22745 : DEFSH (VTYSH_OSPFD, show_ip_ospf_database_max_cmd_vtysh,
22746 : "show ip ospf [vrf <NAME|all>] database <max-age|self-originate> [json]",
22747 : "Show running system information\n"
22748 : "IP information\n"
22749 : "OSPF information\n"
22750 : "Specify the VRF\n"
22751 : "The VRF name\n"
22752 : "All VRFs\n"
22753 : "Database summary\n"
22754 : "LSAs in MaxAge list\n"
22755 : "Self-originated link states\n"
22756 : "JavaScript Object Notation\n")
22757 :
22758 : DEFSH (VTYSH_OSPFD, show_ip_ospf_database_type_adv_router_cmd_vtysh,
22759 : "show ip ospf [vrf <NAME|all>] database <asbr-summary|external|network|router|summary|nssa-external|opaque-link|opaque-area|opaque-as> <adv-router A.B.C.D|self-originate> [json]",
22760 : "Show running system information\n"
22761 : "IP information\n"
22762 : "OSPF information\n"
22763 : "Specify the VRF\n"
22764 : "The VRF name\n"
22765 : "All VRFs\n"
22766 : "Database summary\n"
22767 : "ASBR summary link states\n"
22768 : "External link states\n"
22769 : "Network link states\n"
22770 : "Router link states\n"
22771 : "Network summary link states\n"
22772 : "NSSA external link state\n"
22773 : "Link local Opaque-LSA\n"
22774 : "Link area Opaque-LSA\n"
22775 : "Link AS Opaque-LSA\n"
22776 : "Advertising Router link states\n"
22777 : "Advertising Router (as an IP address)\n"
22778 : "Self-originated link states\n"
22779 : "JavaScript Object Notation\n")
22780 :
22781 : DEFSH (VTYSH_OSPFD, show_ip_ospf_external_aggregator_cmd_vtysh,
22782 : "show ip ospf [vrf <NAME|all>] summary-address [detail] [json]",
22783 : "Show running system information\n"
22784 : "IP information\n"
22785 : "OSPF information\n"
22786 : "Specify the VRF\n"
22787 : "The VRF name\n"
22788 : "All VRFs\n"
22789 : "Show external summary addresses\n"
22790 : "Detailed information\n"
22791 : "JavaScript Object Notation\n")
22792 :
22793 : DEFSH (VTYSH_OSPFD, show_ip_ospf_gr_helper_cmd_vtysh,
22794 : "show ip ospf [vrf <NAME|all>] graceful-restart helper [detail] [json]",
22795 : "Show running system information\n"
22796 : "IP information\n"
22797 : "OSPF information\n"
22798 : "Specify the VRF\n"
22799 : "The VRF name\n"
22800 : "All VRFs\n"
22801 : "OSPF Graceful Restart\n"
22802 : "Helper details in the router\n"
22803 : "Detailed information\n"
22804 : "JavaScript Object Notation\n")
22805 :
22806 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_border_routers_cmd_vtysh,
22807 : "show ip ospf (1-65535) border-routers",
22808 : "Show running system information\n"
22809 : "IP information\n"
22810 : "OSPF information\n"
22811 : "Instance ID\n"
22812 : "Show all the ABR's and ASBR's\n")
22813 :
22814 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_cmd_vtysh,
22815 : "show ip ospf (1-65535) [json]",
22816 : "Show running system information\n"
22817 : "IP information\n"
22818 : "OSPF information\n"
22819 : "Instance ID\n"
22820 : "JavaScript Object Notation\n")
22821 :
22822 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_database_cmd_vtysh,
22823 : "show ip ospf (1-65535) database [<asbr-summary|external|network|router|summary|nssa-external|opaque-link|opaque-area|opaque-as> [A.B.C.D [<self-originate|adv-router A.B.C.D>]]] [json]",
22824 : "Show running system information\n"
22825 : "IP information\n"
22826 : "OSPF information\n"
22827 : "Instance ID\n"
22828 : "Database summary\n"
22829 : "ASBR summary link states\n"
22830 : "External link states\n"
22831 : "Network link states\n"
22832 : "Router link states\n"
22833 : "Network summary link states\n"
22834 : "NSSA external link state\n"
22835 : "Link local Opaque-LSA\n"
22836 : "Link area Opaque-LSA\n"
22837 : "Link AS Opaque-LSA\n"
22838 : "Link State ID (as an IP address)\n"
22839 : "Self-originated link states\n"
22840 : "Advertising Router link states\n"
22841 : "Advertising Router (as an IP address)\n"
22842 : "JavaScript Object Notation\n")
22843 :
22844 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_database_max_cmd_vtysh,
22845 : "show ip ospf (1-65535) database <max-age|self-originate> [json]",
22846 : "Show running system information\n"
22847 : "IP information\n"
22848 : "OSPF information\n"
22849 : "Instance ID\n"
22850 : "Database summary\n"
22851 : "LSAs in MaxAge list\n"
22852 : "Self-originated link states\n"
22853 : "JavaScript Object Notation\n")
22854 :
22855 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_database_type_adv_router_cmd_vtysh,
22856 : "show ip ospf (1-65535) database <asbr-summary|external|network|router|summary|nssa-external|opaque-link|opaque-area|opaque-as> <adv-router A.B.C.D|self-originate> [json]",
22857 : "Show running system information\n"
22858 : "IP information\n"
22859 : "OSPF information\n"
22860 : "Instance ID\n"
22861 : "Database summary\n"
22862 : "ASBR summary link states\n"
22863 : "External link states\n"
22864 : "Network link states\n"
22865 : "Router link states\n"
22866 : "Network summary link states\n"
22867 : "NSSA external link state\n"
22868 : "Link local Opaque-LSA\n"
22869 : "Link area Opaque-LSA\n"
22870 : "Link AS Opaque-LSA\n"
22871 : "Advertising Router link states\n"
22872 : "Advertising Router (as an IP address)\n"
22873 : "Self-originated link states\n"
22874 : "JavaScript Object Notation\n")
22875 :
22876 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_interface_cmd_vtysh,
22877 : "show ip ospf (1-65535) interface [INTERFACE] [json]",
22878 : "Show running system information\n"
22879 : "IP information\n"
22880 : "OSPF information\n"
22881 : "Instance ID\n"
22882 : "Interface information\n"
22883 : "Interface name\n"
22884 : "JavaScript Object Notation\n")
22885 :
22886 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_neighbor_all_cmd_vtysh,
22887 : "show ip ospf (1-65535) neighbor all [json]",
22888 : "Show running system information\n"
22889 : "IP information\n"
22890 : "OSPF information\n"
22891 : "Instance ID\n"
22892 : "Neighbor list\n"
22893 : "include down status neighbor\n"
22894 : "JavaScript Object Notation\n")
22895 :
22896 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_neighbor_cmd_vtysh,
22897 : "show ip ospf (1-65535) neighbor [json]",
22898 : "Show running system information\n"
22899 : "IP information\n"
22900 : "OSPF information\n"
22901 : "Instance ID\n"
22902 : "Neighbor list\n"
22903 : "JavaScript Object Notation\n")
22904 :
22905 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_neighbor_detail_all_cmd_vtysh,
22906 : "show ip ospf (1-65535) neighbor detail all [json]",
22907 : "Show running system information\n"
22908 : "IP information\n"
22909 : "OSPF information\n"
22910 : "Instance ID\n"
22911 : "Neighbor list\n"
22912 : "detail of all neighbors\n"
22913 : "include down status neighbor\n"
22914 : "JavaScript Object Notation\n")
22915 :
22916 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_neighbor_detail_cmd_vtysh,
22917 : "show ip ospf (1-65535) neighbor detail [json]",
22918 : "Show running system information\n"
22919 : "IP information\n"
22920 : "OSPF information\n"
22921 : "Instance ID\n"
22922 : "Neighbor list\n"
22923 : "detail of all neighbors\n"
22924 : "JavaScript Object Notation\n")
22925 :
22926 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_neighbor_id_cmd_vtysh,
22927 : "show ip ospf (1-65535)$instance neighbor A.B.C.D$router_id [detail$detail] [json$json]",
22928 : "Show running system information\n"
22929 : "IP information\n"
22930 : "OSPF information\n"
22931 : "Instance ID\n"
22932 : "Neighbor list\n"
22933 : "Neighbor ID\n"
22934 : "Detailed output\n"
22935 : "JavaScript Object Notation\n")
22936 :
22937 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_neighbor_int_cmd_vtysh,
22938 : "show ip ospf (1-65535) neighbor IFNAME [json]",
22939 : "Show running system information\n"
22940 : "IP information\n"
22941 : "OSPF information\n"
22942 : "Instance ID\n"
22943 : "Neighbor list\n"
22944 : "Interface name\n"
22945 : "JavaScript Object Notation\n")
22946 :
22947 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_neighbor_int_detail_cmd_vtysh,
22948 : "show ip ospf (1-65535) neighbor IFNAME detail [json]",
22949 : "Show running system information\n"
22950 : "IP information\n"
22951 : "OSPF information\n"
22952 : "Instance ID\n"
22953 : "Neighbor list\n"
22954 : "Interface name\n"
22955 : "detail of all neighbors\n"
22956 : "JavaScript Object Notation\n")
22957 :
22958 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_reachable_routers_cmd_vtysh,
22959 : "show ip ospf (1-65535) reachable-routers",
22960 : "Show running system information\n"
22961 : "IP information\n"
22962 : "OSPF information\n"
22963 : "Instance ID\n"
22964 : "Show all the reachable OSPF routers\n")
22965 :
22966 : DEFSH (VTYSH_OSPFD, show_ip_ospf_instance_route_cmd_vtysh,
22967 : "show ip ospf (1-65535) route",
22968 : "Show running system information\n"
22969 : "IP information\n"
22970 : "OSPF information\n"
22971 : "Instance ID\n"
22972 : "OSPF routing table\n")
22973 :
22974 : DEFSH (VTYSH_OSPFD, show_ip_ospf_interface_cmd_vtysh,
22975 : "show ip ospf [vrf <NAME|all>] interface [INTERFACE] [json]",
22976 : "Show running system information\n"
22977 : "IP information\n"
22978 : "OSPF information\n"
22979 : "Specify the VRF\n"
22980 : "The VRF name\n"
22981 : "All VRFs\n"
22982 : "Interface information\n"
22983 : "Interface name\n"
22984 : "JavaScript Object Notation\n")
22985 :
22986 : DEFSH (VTYSH_OSPFD, show_ip_ospf_interface_traffic_cmd_vtysh,
22987 : "show ip ospf [vrf <NAME|all>] interface traffic [INTERFACE] [json]",
22988 : "Show running system information\n"
22989 : "IP information\n"
22990 : "OSPF information\n"
22991 : "Specify the VRF\n"
22992 : "The VRF name\n"
22993 : "All VRFs\n"
22994 : "Interface information\n"
22995 : "Protocol Packet counters\n"
22996 : "Interface name\n"
22997 : "JavaScript Object Notation\n")
22998 :
22999 : DEFSH (VTYSH_OSPFD, show_ip_ospf_mpls_ldp_interface_cmd_vtysh,
23000 : "show ip ospf mpls ldp-sync [interface <INTERFACE|all>] [json]",
23001 : "Show running system information\n"
23002 : "IP information\n"
23003 : "OSPF information\n"
23004 : "MPLS information\n"
23005 : "LDP-IGP Sync information\n"
23006 : "Interface information\n"
23007 : "Interface name\n"
23008 : "All interfaces\n"
23009 : "JavaScript Object Notation\n")
23010 :
23011 : DEFSH (VTYSH_OSPFD, show_ip_ospf_mpls_te_db_cmd_vtysh,
23012 : "show ip ospf mpls-te database [<vertex [<self-originate|adv-router A.B.C.D>]|edge [A.B.C.D]|subnet [A.B.C.D/M]>] [verbose|json]",
23013 : "Show running system information\n"
23014 : "IP information\n"
23015 : "OSPF information\n"
23016 : "MPLS-TE information\n"
23017 : "MPLS-TE database\n"
23018 : "MPLS-TE Vertex\n"
23019 : "Self-originated MPLS-TE router\n"
23020 : "Advertised MPLS-TE router\n"
23021 : "MPLS-TE router ID (as an IP address)\n"
23022 : "MPLS-TE Edge\n"
23023 : "MPLS-TE Edge ID (as an IP address)\n"
23024 : "MPLS-TE Subnet\n"
23025 : "MPLS-TE Subnet ID (as an IP prefix)\n"
23026 : "Verbose output\n"
23027 : "JavaScript Object Notation\n")
23028 :
23029 : DEFSH (VTYSH_OSPFD, show_ip_ospf_mpls_te_link_cmd_vtysh,
23030 : "show ip ospf [vrf <NAME|all>] mpls-te interface [INTERFACE]",
23031 : "Show running system information\n"
23032 : "IP information\n"
23033 : "OSPF information\n"
23034 : "Specify the VRF\n"
23035 : "The VRF name\n"
23036 : "All VRFs\n"
23037 : "MPLS-TE information\n"
23038 : "Interface information\n"
23039 : "Interface name\n")
23040 :
23041 : DEFSH (VTYSH_OSPFD, show_ip_ospf_mpls_te_router_cmd_vtysh,
23042 : "show ip ospf mpls-te router",
23043 : "Show running system information\n"
23044 : "IP information\n"
23045 : "OSPF information\n"
23046 : "MPLS-TE information\n"
23047 : "MPLS-TE Router parameters\n")
23048 :
23049 : DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_all_cmd_vtysh,
23050 : "show ip ospf [vrf <NAME|all>] neighbor all [json]",
23051 : "Show running system information\n"
23052 : "IP information\n"
23053 : "OSPF information\n"
23054 : "Specify the VRF\n"
23055 : "The VRF name\n"
23056 : "All VRFs\n"
23057 : "Neighbor list\n"
23058 : "include down status neighbor\n"
23059 : "JavaScript Object Notation\n")
23060 :
23061 : DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_cmd_vtysh,
23062 : "show ip ospf [vrf <NAME|all>] neighbor [json]",
23063 : "Show running system information\n"
23064 : "IP information\n"
23065 : "OSPF information\n"
23066 : "Specify the VRF\n"
23067 : "The VRF name\n"
23068 : "All VRFs\n"
23069 : "Neighbor list\n"
23070 : "JavaScript Object Notation\n")
23071 :
23072 : DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_detail_all_cmd_vtysh,
23073 : "show ip ospf [vrf <NAME|all>] neighbor detail all [json]",
23074 : "Show running system information\n"
23075 : "IP information\n"
23076 : "OSPF information\n"
23077 : "Specify the VRF\n"
23078 : "The VRF name\n"
23079 : "All VRFs\n"
23080 : "Neighbor list\n"
23081 : "detail of all neighbors\n"
23082 : "include down status neighbor\n"
23083 : "JavaScript Object Notation\n")
23084 :
23085 : DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_detail_cmd_vtysh,
23086 : "show ip ospf [vrf <NAME|all>] neighbor detail [json]",
23087 : "Show running system information\n"
23088 : "IP information\n"
23089 : "OSPF information\n"
23090 : "Specify the VRF\n"
23091 : "The VRF name\n"
23092 : "All VRFs\n"
23093 : "Neighbor list\n"
23094 : "detail of all neighbors\n"
23095 : "JavaScript Object Notation\n")
23096 :
23097 : DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_id_cmd_vtysh,
23098 : "show ip ospf neighbor A.B.C.D$router_id [detail$detail] [json$json]",
23099 : "Show running system information\n"
23100 : "IP information\n"
23101 : "OSPF information\n"
23102 : "Neighbor list\n"
23103 : "Neighbor ID\n"
23104 : "Detailed output\n"
23105 : "JavaScript Object Notation\n")
23106 :
23107 : DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_int_cmd_vtysh,
23108 : "show ip ospf [vrf <NAME>] neighbor IFNAME [json]",
23109 : "Show running system information\n"
23110 : "IP information\n"
23111 : "OSPF information\n"
23112 : "Specify the VRF\n"
23113 : "The VRF name\n"
23114 : "Neighbor list\n"
23115 : "Interface name\n"
23116 : "JavaScript Object Notation\n")
23117 :
23118 : DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_int_detail_cmd_vtysh,
23119 : "show ip ospf neighbor IFNAME detail [json]",
23120 : "Show running system information\n"
23121 : "IP information\n"
23122 : "OSPF information\n"
23123 : "Neighbor list\n"
23124 : "Interface name\n"
23125 : "detail of all neighbors\n"
23126 : "JavaScript Object Notation\n")
23127 :
23128 : DEFSH (VTYSH_OSPFD, show_ip_ospf_reachable_routers_cmd_vtysh,
23129 : "show ip ospf [vrf <NAME|all>] reachable-routers",
23130 : "Show running system information\n"
23131 : "IP information\n"
23132 : "OSPF information\n"
23133 : "Specify the VRF\n"
23134 : "The VRF name\n"
23135 : "All VRFs\n"
23136 : "Show all the reachable OSPF routers\n")
23137 :
23138 : DEFSH (VTYSH_OSPFD, show_ip_ospf_route_cmd_vtysh,
23139 : "show ip ospf [vrf <NAME|all>] route [json]",
23140 : "Show running system information\n"
23141 : "IP information\n"
23142 : "OSPF information\n"
23143 : "Specify the VRF\n"
23144 : "The VRF name\n"
23145 : "All VRFs\n"
23146 : "OSPF routing table\n"
23147 : "JavaScript Object Notation\n")
23148 :
23149 : DEFSH (VTYSH_OSPFD, show_ip_ospf_router_info_cmd_vtysh,
23150 : "show ip ospf router-info",
23151 : "Show running system information\n"
23152 : "IP information\n"
23153 : "OSPF information\n"
23154 : "Router Information\n")
23155 :
23156 : DEFSH (VTYSH_OSPFD, show_ip_ospf_router_info_pce_cmd_vtysh,
23157 : "show ip ospf router-info pce",
23158 : "Show running system information\n"
23159 : "IP information\n"
23160 : "OSPF information\n"
23161 : "Router Information\n"
23162 : "PCE information\n")
23163 :
23164 : DEFSH (VTYSH_OSPFD, show_ip_ospf_srdb_cmd_vtysh,
23165 : "show ip ospf database segment-routing [adv-router A.B.C.D|self-originate] [json]",
23166 : "Show running system information\n"
23167 : "IP information\n"
23168 : "OSPF information\n"
23169 : "Database summary\n"
23170 : "Show Segment Routing Data Base\n"
23171 : "Advertising SR node\n"
23172 : "Advertising SR node ID (as an IP address)\n"
23173 : "Self-originated SR node\n"
23174 : "JavaScript Object Notation\n")
23175 :
23176 : DEFSH (VTYSH_OSPFD, show_ip_ospf_vrfs_cmd_vtysh,
23177 : "show ip ospf vrfs [json]",
23178 : "Show running system information\n"
23179 : "IP information\n"
23180 : "OSPF information\n"
23181 : "Show OSPF VRFs \n"
23182 : "JavaScript Object Notation\n")
23183 :
23184 : DEFSH (VTYSH_PIMD, show_ip_pim_assert_cmd_vtysh,
23185 : "show ip pim [vrf NAME] assert",
23186 : "Show running system information\n"
23187 : "IP information\n"
23188 : "PIM information\n"
23189 : "Specify the VRF\n"
23190 : "The VRF name\n"
23191 : "PIM interface assert\n")
23192 :
23193 : DEFSH (VTYSH_PIMD, show_ip_pim_assert_internal_cmd_vtysh,
23194 : "show ip pim [vrf NAME] assert-internal",
23195 : "Show running system information\n"
23196 : "IP information\n"
23197 : "PIM information\n"
23198 : "Specify the VRF\n"
23199 : "The VRF name\n"
23200 : "PIM interface internal assert state\n")
23201 :
23202 : DEFSH (VTYSH_PIMD, show_ip_pim_assert_metric_cmd_vtysh,
23203 : "show ip pim [vrf NAME] assert-metric",
23204 : "Show running system information\n"
23205 : "IP information\n"
23206 : "PIM information\n"
23207 : "Specify the VRF\n"
23208 : "The VRF name\n"
23209 : "PIM interface assert metric\n")
23210 :
23211 : DEFSH (VTYSH_PIMD, show_ip_pim_assert_winner_metric_cmd_vtysh,
23212 : "show ip pim [vrf NAME] assert-winner-metric",
23213 : "Show running system information\n"
23214 : "IP information\n"
23215 : "PIM information\n"
23216 : "Specify the VRF\n"
23217 : "The VRF name\n"
23218 : "PIM interface assert winner metric\n")
23219 :
23220 : DEFSH (VTYSH_PIMD, show_ip_pim_bsm_db_cmd_vtysh,
23221 : "show ip pim bsm-database [vrf NAME] [json$json]",
23222 : "Show running system information\n"
23223 : "IP information\n"
23224 : "PIM information\n"
23225 : "PIM cached bsm packets information\n"
23226 : "Specify the VRF\n"
23227 : "The VRF name\n"
23228 : "JavaScript Object Notation\n")
23229 :
23230 : DEFSH (VTYSH_PIMD, show_ip_pim_bsr_cmd_vtysh,
23231 : "show ip pim bsr [vrf NAME] [json$json]",
23232 : "Show running system information\n"
23233 : "IP information\n"
23234 : "PIM information\n"
23235 : "boot-strap router information\n"
23236 : "Specify the VRF\n"
23237 : "The VRF name\n"
23238 : "JavaScript Object Notation\n")
23239 :
23240 : DEFSH (VTYSH_PIMD, show_ip_pim_bsrp_cmd_vtysh,
23241 : "show ip pim bsrp-info [vrf NAME] [json$json]",
23242 : "Show running system information\n"
23243 : "IP information\n"
23244 : "PIM information\n"
23245 : "PIM cached group-rp mappings information\n"
23246 : "Specify the VRF\n"
23247 : "The VRF name\n"
23248 : "JavaScript Object Notation\n")
23249 :
23250 : DEFSH (VTYSH_PIMD, show_ip_pim_channel_cmd_vtysh,
23251 : "show ip pim [vrf NAME] channel [json$json]",
23252 : "Show running system information\n"
23253 : "IP information\n"
23254 : "PIM information\n"
23255 : "Specify the VRF\n"
23256 : "The VRF name\n"
23257 : "PIM downstream channel info\n"
23258 : "JavaScript Object Notation\n")
23259 :
23260 : DEFSH (VTYSH_PIMD, show_ip_pim_group_type_cmd_vtysh,
23261 : "show ip pim [vrf NAME] group-type A.B.C.D [json]",
23262 : "Show running system information\n"
23263 : "IP information\n"
23264 : "PIM information\n"
23265 : "Specify the VRF\n"
23266 : "The VRF name\n"
23267 : "multicast group type\n"
23268 : "group address\n"
23269 : "JavaScript Object Notation\n")
23270 :
23271 : DEFSH (VTYSH_PIMD, show_ip_pim_interface_cmd_vtysh,
23272 : "show ip pim [mlag$mlag] [vrf NAME] interface [detail|WORD]$interface [json$json]",
23273 : "Show running system information\n"
23274 : "IP information\n"
23275 : "PIM information\n"
23276 : "MLAG\n"
23277 : "Specify the VRF\n"
23278 : "The VRF name\n"
23279 : "PIM interface information\n"
23280 : "Detailed output\n"
23281 : "interface name\n"
23282 : "JavaScript Object Notation\n")
23283 :
23284 : DEFSH (VTYSH_PIMD, show_ip_pim_interface_traffic_cmd_vtysh,
23285 : "show ip pim [vrf NAME] interface traffic [WORD$if_name] [json$json]",
23286 : "Show running system information\n"
23287 : "IP information\n"
23288 : "PIM information\n"
23289 : "Specify the VRF\n"
23290 : "The VRF name\n"
23291 : "PIM interface information\n"
23292 : "Protocol Packet counters\n"
23293 : "Interface name\n"
23294 : "JavaScript Object Notation\n")
23295 :
23296 : DEFSH (VTYSH_PIMD, show_ip_pim_interface_vrf_all_cmd_vtysh,
23297 : "show ip pim [mlag$mlag] vrf all interface [detail|WORD]$interface [json$json]",
23298 : "Show running system information\n"
23299 : "IP information\n"
23300 : "PIM information\n"
23301 : "MLAG\n"
23302 : "Specify the VRF\n"
23303 : "The VRF name\n"
23304 : "PIM interface information\n"
23305 : "Detailed output\n"
23306 : "interface name\n"
23307 : "JavaScript Object Notation\n")
23308 :
23309 : DEFSH (VTYSH_PIMD, show_ip_pim_join_cmd_vtysh,
23310 : "show ip pim [vrf NAME] join [A.B.C.D$s_or_g [A.B.C.D$g]] [json$json]",
23311 : "Show running system information\n"
23312 : "IP information\n"
23313 : "PIM information\n"
23314 : "Specify the VRF\n"
23315 : "The VRF name\n"
23316 : "PIM interface join information\n"
23317 : "The Source or Group\n"
23318 : "The Group\n"
23319 : "JavaScript Object Notation\n")
23320 :
23321 : DEFSH (VTYSH_PIMD, show_ip_pim_join_vrf_all_cmd_vtysh,
23322 : "show ip pim vrf all join [json$json]",
23323 : "Show running system information\n"
23324 : "IP information\n"
23325 : "PIM information\n"
23326 : "Specify the VRF\n"
23327 : "The VRF name\n"
23328 : "PIM interface join information\n"
23329 : "JavaScript Object Notation\n")
23330 :
23331 : DEFSH (VTYSH_PIMD, show_ip_pim_jp_agg_cmd_vtysh,
23332 : "show ip pim [vrf NAME] jp-agg",
23333 : "Show running system information\n"
23334 : "IP information\n"
23335 : "PIM information\n"
23336 : "Specify the VRF\n"
23337 : "The VRF name\n"
23338 : "join prune aggregation list\n")
23339 :
23340 : DEFSH (VTYSH_PIMD, show_ip_pim_local_membership_cmd_vtysh,
23341 : "show ip pim [vrf NAME] local-membership [json$json]",
23342 : "Show running system information\n"
23343 : "IP information\n"
23344 : "PIM information\n"
23345 : "Specify the VRF\n"
23346 : "The VRF name\n"
23347 : "PIM interface local-membership\n"
23348 : "JavaScript Object Notation\n")
23349 :
23350 : DEFSH (VTYSH_PIMD, show_ip_pim_mlag_summary_cmd_vtysh,
23351 : "show ip pim mlag summary [json]",
23352 : "Show running system information\n"
23353 : "IP information\n"
23354 : "PIM information\n"
23355 : "MLAG\n"
23356 : "status and stats\n"
23357 : "JavaScript Object Notation\n")
23358 :
23359 : DEFSH (VTYSH_PIMD, show_ip_pim_mlag_up_cmd_vtysh,
23360 : "show ip pim [vrf NAME] mlag upstream [A.B.C.D [A.B.C.D]] [json]",
23361 : "Show running system information\n"
23362 : "IP information\n"
23363 : "PIM information\n"
23364 : "Specify the VRF\n"
23365 : "The VRF name\n"
23366 : "MLAG\n"
23367 : "upstream\n"
23368 : "Unicast or Multicast address\n"
23369 : "Multicast address\n"
23370 : "JavaScript Object Notation\n")
23371 :
23372 : DEFSH (VTYSH_PIMD, show_ip_pim_mlag_up_vrf_all_cmd_vtysh,
23373 : "show ip pim vrf all mlag upstream [json]",
23374 : "Show running system information\n"
23375 : "IP information\n"
23376 : "PIM information\n"
23377 : "Specify the VRF\n"
23378 : "The VRF name\n"
23379 : "MLAG\n"
23380 : "upstream\n"
23381 : "JavaScript Object Notation\n")
23382 :
23383 : DEFSH (VTYSH_PIMD, show_ip_pim_neighbor_cmd_vtysh,
23384 : "show ip pim [vrf NAME] neighbor [detail|WORD]$interface [json$json]",
23385 : "Show running system information\n"
23386 : "IP information\n"
23387 : "PIM information\n"
23388 : "Specify the VRF\n"
23389 : "The VRF name\n"
23390 : "PIM neighbor information\n"
23391 : "Detailed output\n"
23392 : "Name of interface or neighbor\n"
23393 : "JavaScript Object Notation\n")
23394 :
23395 : DEFSH (VTYSH_PIMD, show_ip_pim_neighbor_vrf_all_cmd_vtysh,
23396 : "show ip pim vrf all neighbor [detail|WORD]$interface [json$json]",
23397 : "Show running system information\n"
23398 : "IP information\n"
23399 : "PIM information\n"
23400 : "Specify the VRF\n"
23401 : "The VRF name\n"
23402 : "PIM neighbor information\n"
23403 : "Detailed output\n"
23404 : "Name of interface or neighbor\n"
23405 : "JavaScript Object Notation\n")
23406 :
23407 : DEFSH (VTYSH_PIMD, show_ip_pim_nexthop_cmd_vtysh,
23408 : "show ip pim [vrf NAME] nexthop [json$json]",
23409 : "Show running system information\n"
23410 : "IP information\n"
23411 : "PIM information\n"
23412 : "Specify the VRF\n"
23413 : "The VRF name\n"
23414 : "PIM cached nexthop rpf information\n"
23415 : "JavaScript Object Notation\n")
23416 :
23417 : DEFSH (VTYSH_PIMD, show_ip_pim_nexthop_lookup_cmd_vtysh,
23418 : "show ip pim [vrf NAME] nexthop-lookup A.B.C.D$source A.B.C.D$group",
23419 : "Show running system information\n"
23420 : "IP information\n"
23421 : "PIM information\n"
23422 : "Specify the VRF\n"
23423 : "The VRF name\n"
23424 : "PIM cached nexthop rpf lookup\n"
23425 : "Source/RP address\n"
23426 : "Multicast Group address\n")
23427 :
23428 : DEFSH (VTYSH_PIMD, show_ip_pim_rp_cmd_vtysh,
23429 : "show ip pim [vrf NAME] rp-info [A.B.C.D/M$group] [json$json]",
23430 : "Show running system information\n"
23431 : "IP information\n"
23432 : "PIM information\n"
23433 : "Specify the VRF\n"
23434 : "The VRF name\n"
23435 : "PIM RP information\n"
23436 : "Multicast Group range\n"
23437 : "JavaScript Object Notation\n")
23438 :
23439 : DEFSH (VTYSH_PIMD, show_ip_pim_rp_vrf_all_cmd_vtysh,
23440 : "show ip pim vrf all rp-info [A.B.C.D/M$group] [json$json]",
23441 : "Show running system information\n"
23442 : "IP information\n"
23443 : "PIM information\n"
23444 : "Specify the VRF\n"
23445 : "The VRF name\n"
23446 : "PIM RP information\n"
23447 : "Multicast Group range\n"
23448 : "JavaScript Object Notation\n")
23449 :
23450 : DEFSH (VTYSH_PIMD, show_ip_pim_rpf_cmd_vtysh,
23451 : "show ip pim [vrf NAME] rpf [json$json]",
23452 : "Show running system information\n"
23453 : "IP information\n"
23454 : "PIM information\n"
23455 : "Specify the VRF\n"
23456 : "The VRF name\n"
23457 : "PIM cached source rpf information\n"
23458 : "JavaScript Object Notation\n")
23459 :
23460 : DEFSH (VTYSH_PIMD, show_ip_pim_rpf_vrf_all_cmd_vtysh,
23461 : "show ip pim vrf all rpf [json$json]",
23462 : "Show running system information\n"
23463 : "IP information\n"
23464 : "PIM information\n"
23465 : "Specify the VRF\n"
23466 : "The VRF name\n"
23467 : "PIM cached source rpf information\n"
23468 : "JavaScript Object Notation\n")
23469 :
23470 : DEFSH (VTYSH_PIMD, show_ip_pim_secondary_cmd_vtysh,
23471 : "show ip pim [vrf NAME] secondary",
23472 : "Show running system information\n"
23473 : "IP information\n"
23474 : "PIM information\n"
23475 : "Specify the VRF\n"
23476 : "The VRF name\n"
23477 : "PIM neighbor addresses\n")
23478 :
23479 : DEFSH (VTYSH_PIMD, show_ip_pim_ssm_range_cmd_vtysh,
23480 : "show ip pim [vrf NAME] group-type [json]",
23481 : "Show running system information\n"
23482 : "IP information\n"
23483 : "PIM information\n"
23484 : "Specify the VRF\n"
23485 : "The VRF name\n"
23486 : "PIM group type\n"
23487 : "JavaScript Object Notation\n")
23488 :
23489 : DEFSH (VTYSH_PIMD, show_ip_pim_state_cmd_vtysh,
23490 : "show ip pim [vrf NAME] state [A.B.C.D$s_or_g [A.B.C.D$g]] [json$json]",
23491 : "Show running system information\n"
23492 : "IP information\n"
23493 : "PIM information\n"
23494 : "Specify the VRF\n"
23495 : "The VRF name\n"
23496 : "PIM state information\n"
23497 : "Unicast or Multicast address\n"
23498 : "Multicast address\n"
23499 : "JavaScript Object Notation\n")
23500 :
23501 : DEFSH (VTYSH_PIMD, show_ip_pim_state_vrf_all_cmd_vtysh,
23502 : "show ip pim vrf all state [A.B.C.D$s_or_g [A.B.C.D$g]] [json$json]",
23503 : "Show running system information\n"
23504 : "IP information\n"
23505 : "PIM information\n"
23506 : "Specify the VRF\n"
23507 : "The VRF name\n"
23508 : "PIM state information\n"
23509 : "Unicast or Multicast address\n"
23510 : "Multicast address\n"
23511 : "JavaScript Object Notation\n")
23512 :
23513 : DEFSH (VTYSH_PIMD, show_ip_pim_statistics_cmd_vtysh,
23514 : "show ip pim [vrf NAME] statistics [interface WORD$word] [json$json]",
23515 : "Show running system information\n"
23516 : "IP information\n"
23517 : "PIM information\n"
23518 : "Specify the VRF\n"
23519 : "The VRF name\n"
23520 : "PIM statistics\n"
23521 : "Interface information\n"
23522 : "PIM interface\n"
23523 : "JavaScript Object Notation\n")
23524 :
23525 : DEFSH (VTYSH_PIMD, show_ip_pim_upstream_cmd_vtysh,
23526 : "show ip pim [vrf NAME] upstream [A.B.C.D$s_or_g [A.B.C.D$g]] [json$json]",
23527 : "Show running system information\n"
23528 : "IP information\n"
23529 : "PIM information\n"
23530 : "Specify the VRF\n"
23531 : "The VRF name\n"
23532 : "PIM upstream information\n"
23533 : "The Source or Group\n"
23534 : "The Group\n"
23535 : "JavaScript Object Notation\n")
23536 :
23537 : DEFSH (VTYSH_PIMD, show_ip_pim_upstream_join_desired_cmd_vtysh,
23538 : "show ip pim [vrf NAME] upstream-join-desired [json$json]",
23539 : "Show running system information\n"
23540 : "IP information\n"
23541 : "PIM information\n"
23542 : "Specify the VRF\n"
23543 : "The VRF name\n"
23544 : "PIM upstream join-desired\n"
23545 : "JavaScript Object Notation\n")
23546 :
23547 : DEFSH (VTYSH_PIMD, show_ip_pim_upstream_rpf_cmd_vtysh,
23548 : "show ip pim [vrf NAME] upstream-rpf [json$json]",
23549 : "Show running system information\n"
23550 : "IP information\n"
23551 : "PIM information\n"
23552 : "Specify the VRF\n"
23553 : "The VRF name\n"
23554 : "PIM upstream source rpf\n"
23555 : "JavaScript Object Notation\n")
23556 :
23557 : DEFSH (VTYSH_PIMD, show_ip_pim_upstream_vrf_all_cmd_vtysh,
23558 : "show ip pim vrf all upstream [json$json]",
23559 : "Show running system information\n"
23560 : "IP information\n"
23561 : "PIM information\n"
23562 : "Specify the VRF\n"
23563 : "The VRF name\n"
23564 : "PIM upstream information\n"
23565 : "JavaScript Object Notation\n")
23566 :
23567 : DEFSH (VTYSH_PIMD, show_ip_pim_vxlan_sg_cmd_vtysh,
23568 : "show ip pim [vrf NAME] vxlan-groups [A.B.C.D [A.B.C.D]] [json]",
23569 : "Show running system information\n"
23570 : "IP information\n"
23571 : "PIM information\n"
23572 : "Specify the VRF\n"
23573 : "The VRF name\n"
23574 : "VxLAN BUM groups\n"
23575 : "source or group ip\n"
23576 : "group ip\n"
23577 : "JavaScript Object Notation\n")
23578 :
23579 : DEFSH_HIDDEN (VTYSH_PIMD, show_ip_pim_vxlan_sg_work_cmd_vtysh,
23580 : "show ip pim [vrf NAME] vxlan-work [json]",
23581 : "Show running system information\n"
23582 : "IP information\n"
23583 : "PIM information\n"
23584 : "Specify the VRF\n"
23585 : "The VRF name\n"
23586 : "VxLAN work list\n"
23587 : "JavaScript Object Notation\n")
23588 :
23589 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_EIGRPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPFD|VTYSH_PIMD|VTYSH_RIPD|VTYSH_ZEBRA, show_ip_prefix_list_cmd_vtysh,
23590 : "show ip prefix-list [WORD [seq$dseq (1-4294967295)$arg]] [json$uj]",
23591 : "Show running system information\n"
23592 : "IP information\n"
23593 : "Build a prefix list\n"
23594 : "Name of a prefix list\n"
23595 : "sequence number of an entry\n"
23596 : "Sequence number\n"
23597 : "JavaScript Object Notation\n")
23598 :
23599 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_EIGRPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPFD|VTYSH_PIMD|VTYSH_RIPD|VTYSH_ZEBRA, show_ip_prefix_list_detail_cmd_vtysh,
23600 : "show ip prefix-list detail [WORD$prefix_list] [json$uj]",
23601 : "Show running system information\n"
23602 : "IP information\n"
23603 : "Build a prefix list\n"
23604 : "Detail of prefix lists\n"
23605 : "Name of a prefix list\n"
23606 : "JavaScript Object Notation\n")
23607 :
23608 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_EIGRPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPFD|VTYSH_PIMD|VTYSH_RIPD|VTYSH_ZEBRA, show_ip_prefix_list_prefix_cmd_vtysh,
23609 : "show ip prefix-list WORD A.B.C.D/M$prefix [longer$dl|first-match$dfm]",
23610 : "Show running system information\n"
23611 : "IP information\n"
23612 : "Build a prefix list\n"
23613 : "Name of a prefix list\n"
23614 : "IP prefix <network>/<length>, e.g., 35.0.0.0/8\n"
23615 : "Lookup longer prefix\n"
23616 : "First matched prefix\n")
23617 :
23618 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_EIGRPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPFD|VTYSH_PIMD|VTYSH_RIPD|VTYSH_ZEBRA, show_ip_prefix_list_summary_cmd_vtysh,
23619 : "show ip prefix-list summary [WORD$prefix_list] [json$uj]",
23620 : "Show running system information\n"
23621 : "IP information\n"
23622 : "Build a prefix list\n"
23623 : "Summary of prefix lists\n"
23624 : "Name of a prefix list\n"
23625 : "JavaScript Object Notation\n")
23626 :
23627 : DEFSH (VTYSH_ZEBRA, show_ip_protocol_cmd_vtysh,
23628 : "show ip protocol [vrf <NAME$vrf_name|all$vrf_all>]",
23629 : "Show running system information\n"
23630 : "IP information\n"
23631 : "IP protocol filtering status\n"
23632 : "Specify the VRF\n"
23633 : "The VRF name\n"
23634 : "All VRFs\n")
23635 :
23636 : DEFSH (VTYSH_ZEBRA, show_ip_protocol_nht_cmd_vtysh,
23637 : "show ip nht route-map [vrf <NAME$vrf_name|all$vrf_all>] [json]",
23638 : "Show running system information\n"
23639 : "IP information\n"
23640 : "IPv4 nexthop tracking table\n"
23641 : "IPv4 Next Hop tracking filtering status\n"
23642 : "Specify the VRF\n"
23643 : "The VRF name\n"
23644 : "All VRFs\n"
23645 : "JavaScript Object Notation\n")
23646 :
23647 : DEFSH (VTYSH_PIMD, show_ip_rib_cmd_vtysh,
23648 : "show ip rib [vrf NAME] A.B.C.D",
23649 : "Show running system information\n"
23650 : "IP information\n"
23651 : "IP unicast routing table\n"
23652 : "Specify the VRF\n"
23653 : "The VRF name\n"
23654 : "Unicast address\n")
23655 :
23656 : DEFSH (VTYSH_RIPD, show_ip_rip_cmd_vtysh,
23657 : "show ip rip [vrf NAME]",
23658 : "Show running system information\n"
23659 : "IP information\n"
23660 : "Show RIP routes\n"
23661 : "Specify the VRF\n"
23662 : "The VRF name\n")
23663 :
23664 : DEFSH (VTYSH_RIPD, show_ip_rip_status_cmd_vtysh,
23665 : "show ip rip [vrf NAME] status",
23666 : "Show running system information\n"
23667 : "IP information\n"
23668 : "Show RIP routes\n"
23669 : "Specify the VRF\n"
23670 : "The VRF name\n"
23671 : "IP routing protocol process parameters and statistics\n")
23672 :
23673 : DEFSH (VTYSH_ZEBRA, show_ip_router_id_cmd_vtysh,
23674 : "show [ip|ipv6] router-id [vrf NAME]",
23675 : "Show running system information\n"
23676 : "IP information\n"
23677 : "IPv6 information\n"
23678 : "Show the configured router-id\n"
23679 : "Specify the VRF\n"
23680 : "The VRF name\n")
23681 :
23682 : DEFSH (VTYSH_ZEBRA, show_ip_rpf_addr_cmd_vtysh,
23683 : "show ip rpf A.B.C.D",
23684 : "Show running system information\n"
23685 : "IP information\n"
23686 : "Display RPF information for multicast source\n"
23687 : "IP multicast source address (e.g. 10.0.0.0)\n")
23688 :
23689 : DEFSH (VTYSH_ZEBRA, show_ip_rpf_cmd_vtysh,
23690 : "show ip rpf [json]",
23691 : "Show running system information\n"
23692 : "IP information\n"
23693 : "Display RPF information for multicast source\n"
23694 : "JavaScript Object Notation\n")
23695 :
23696 : DEFSH (VTYSH_PIMD, show_ip_ssmpingd_cmd_vtysh,
23697 : "show ip ssmpingd [vrf NAME]",
23698 : "Show running system information\n"
23699 : "IP information\n"
23700 : "ssmpingd operation\n"
23701 : "Specify the VRF\n"
23702 : "The VRF name\n")
23703 :
23704 : DEFSH (VTYSH_ACL, show_ipv6_access_list_cmd_vtysh,
23705 : "show ipv6 access-list [json]",
23706 : "Show running system information\n"
23707 : "IPv6 information\n"
23708 : "List IPv6 access lists\n"
23709 : "JavaScript Object Notation\n")
23710 :
23711 : DEFSH (VTYSH_ACL, show_ipv6_access_list_name_cmd_vtysh,
23712 : "show ipv6 access-list ACCESSLIST6_NAME [json]",
23713 : "Show running system information\n"
23714 : "IPv6 information\n"
23715 : "List IPv6 access lists\n"
23716 : "IPv6 access-list name\n"
23717 : "JavaScript Object Notation\n")
23718 :
23719 : DEFSH (VTYSH_ZEBRA, show_ipv6_forwarding_cmd_vtysh,
23720 : "show ipv6 forwarding",
23721 : "Show running system information\n"
23722 : "IPv6 information\n"
23723 : "Forwarding status\n")
23724 :
23725 : DEFSH (VTYSH_PIM6D, show_ipv6_mroute_cmd_vtysh,
23726 : "show ipv6 mroute [vrf NAME] [X:X::X:X$s_or_g [X:X::X:X$g]] [fill$fill] [json$json]",
23727 : "Show running system information\n"
23728 : "IPv6 information\n"
23729 : "IP multicast routing table\n"
23730 : "Specify the VRF\n"
23731 : "The VRF name\n"
23732 : "The Source or Group\n"
23733 : "The Group\n"
23734 : "Fill in Assumed data\n"
23735 : "JavaScript Object Notation\n")
23736 :
23737 : DEFSH (VTYSH_PIM6D, show_ipv6_mroute_count_cmd_vtysh,
23738 : "show ipv6 mroute [vrf NAME] count [json$json]",
23739 : "Show running system information\n"
23740 : "IPv6 information\n"
23741 : "IP multicast routing table\n"
23742 : "Specify the VRF\n"
23743 : "The VRF name\n"
23744 : "Route and packet count data\n"
23745 : "JavaScript Object Notation\n")
23746 :
23747 : DEFSH (VTYSH_PIM6D, show_ipv6_mroute_count_vrf_all_cmd_vtysh,
23748 : "show ipv6 mroute vrf all count [json$json]",
23749 : "Show running system information\n"
23750 : "IPv6 information\n"
23751 : "IP multicast routing table\n"
23752 : "Specify the VRF\n"
23753 : "The VRF name\n"
23754 : "Route and packet count data\n"
23755 : "JavaScript Object Notation\n")
23756 :
23757 : DEFSH (VTYSH_PIM6D, show_ipv6_mroute_summary_cmd_vtysh,
23758 : "show ipv6 mroute [vrf NAME] summary [json$json]",
23759 : "Show running system information\n"
23760 : "IPv6 information\n"
23761 : "IP multicast routing table\n"
23762 : "Specify the VRF\n"
23763 : "The VRF name\n"
23764 : "Summary of all mroutes\n"
23765 : "JavaScript Object Notation\n")
23766 :
23767 : DEFSH (VTYSH_PIM6D, show_ipv6_mroute_summary_vrf_all_cmd_vtysh,
23768 : "show ipv6 mroute vrf all summary [json$json]",
23769 : "Show running system information\n"
23770 : "IPv6 information\n"
23771 : "IP multicast routing table\n"
23772 : "Specify the VRF\n"
23773 : "The VRF name\n"
23774 : "Summary of all mroutes\n"
23775 : "JavaScript Object Notation\n")
23776 :
23777 : DEFSH (VTYSH_PIM6D, show_ipv6_mroute_vrf_all_cmd_vtysh,
23778 : "show ipv6 mroute vrf all [fill$fill] [json$json]",
23779 : "Show running system information\n"
23780 : "IPv6 information\n"
23781 : "IP multicast routing table\n"
23782 : "Specify the VRF\n"
23783 : "The VRF name\n"
23784 : "Fill in Assumed data\n"
23785 : "JavaScript Object Notation\n")
23786 :
23787 : DEFSH (VTYSH_PIM6D, show_ipv6_multicast_cmd_vtysh,
23788 : "show ipv6 multicast [vrf NAME]",
23789 : "Show running system information\n"
23790 : "IPv6 information\n"
23791 : "Multicast global information\n"
23792 : "Specify the VRF\n"
23793 : "The VRF name\n")
23794 :
23795 : DEFSH (VTYSH_PIM6D, show_ipv6_multicast_count_cmd_vtysh,
23796 : "show ipv6 multicast count [vrf NAME] [json$json]",
23797 : "Show running system information\n"
23798 : "IPv6 information\n"
23799 : "Multicast global information\n"
23800 : "Data packet count\n"
23801 : "Specify the VRF\n"
23802 : "The VRF name\n"
23803 : "JavaScript Object Notation\n")
23804 :
23805 : DEFSH (VTYSH_PIM6D, show_ipv6_multicast_count_vrf_all_cmd_vtysh,
23806 : "show ipv6 multicast count vrf all [json$json]",
23807 : "Show running system information\n"
23808 : "IPv6 information\n"
23809 : "Multicast global information\n"
23810 : "Data packet count\n"
23811 : "Specify the VRF\n"
23812 : "The VRF name\n"
23813 : "JavaScript Object Notation\n")
23814 :
23815 : DEFSH (VTYSH_PIM6D, show_ipv6_multicast_vrf_all_cmd_vtysh,
23816 : "show ipv6 multicast vrf all",
23817 : "Show running system information\n"
23818 : "IPv6 information\n"
23819 : "Multicast global information\n"
23820 : "Specify the VRF\n"
23821 : "The VRF name\n")
23822 :
23823 : DEFSH (VTYSH_ZEBRA, show_ipv6_nd_ra_if_cmd_vtysh,
23824 : "show ipv6 nd ra-interfaces [vrf<NAME$vrf_name|all$vrf_all>]",
23825 : "Show running system information\n"
23826 : "IPv6 Information\n"
23827 : "Neighbor discovery\n"
23828 : "Route Advertisement Interfaces\n"
23829 : "Specify the VRF\n"
23830 : "The VRF name\n"
23831 : "All VRFs\n")
23832 :
23833 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_area_spf_tree_cmd_vtysh,
23834 : "show ipv6 ospf6 [vrf <NAME|all>] area A.B.C.D spf tree",
23835 : "Show running system information\n"
23836 : "IPv6 Information\n"
23837 : "Open Shortest Path First (OSPF) for IPv6\n"
23838 : "Specify the VRF\n"
23839 : "The VRF name\n"
23840 : "All VRFs\n"
23841 : "Area information\n"
23842 : "Area ID (as an IPv4 notation)\n"
23843 : "Shortest Path First calculation\n"
23844 : "Show SPF tree\n")
23845 :
23846 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_border_routers_cmd_vtysh,
23847 : "show ipv6 ospf6 [vrf <NAME|all>] border-routers [<A.B.C.D|detail>]",
23848 : "Show running system information\n"
23849 : "IPv6 Information\n"
23850 : "Open Shortest Path First (OSPF) for IPv6\n"
23851 : "Specify the VRF\n"
23852 : "The VRF name\n"
23853 : "All VRFs\n"
23854 : "Display routing table for ABR and ASBR\n"
23855 : "Router ID\n"
23856 : "Show detailed output\n")
23857 :
23858 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_cmd_vtysh,
23859 : "show ipv6 ospf6 [vrf <NAME|all>] [json]",
23860 : "Show running system information\n"
23861 : "IPv6 Information\n"
23862 : "Open Shortest Path First (OSPF) for IPv6\n"
23863 : "Specify the VRF\n"
23864 : "The VRF name\n"
23865 : "All VRFs\n"
23866 : "JavaScript Object Notation\n")
23867 :
23868 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_adv_router_linkstate_id_cmd_vtysh,
23869 : "show ipv6 ospf6 [vrf <NAME|all>] database adv-router A.B.C.D linkstate-id A.B.C.D [<detail|dump|internal>] [json]",
23870 : "Show running system information\n"
23871 : "IPv6 information\n"
23872 : "Open Shortest Path First (OSPF) for IPv6\n"
23873 : "Specify the VRF\n"
23874 : "The VRF name\n"
23875 : "All VRFs\n"
23876 : "Display Link state database\n"
23877 : "Search by Advertising Router\n"
23878 : "Specify Advertising Router as IPv4 address notation\n"
23879 : "Search by Link state ID\n"
23880 : "Specify Link state ID as IPv4 address notation\n"
23881 : "Display details of LSAs\n"
23882 : "Dump LSAs\n"
23883 : "Display LSA's internal information\n"
23884 : "JavaScript Object Notation\n")
23885 :
23886 : DEFSH_HIDDEN (VTYSH_OSPF6D, show_ipv6_ospf6_database_aggr_router_cmd_vtysh,
23887 : "show ipv6 ospf6 [vrf <NAME|all>] database aggr adv-router A.B.C.D",
23888 : "Show running system information\n"
23889 : "IPv6 information\n"
23890 : "Open Shortest Path First (OSPF) for IPv6\n"
23891 : "Specify the VRF\n"
23892 : "The VRF name\n"
23893 : "All VRFs\n"
23894 : "Display Link state database\n"
23895 : "Aggregated Router LSA\n"
23896 : "Search by Advertising Router\n"
23897 : "Specify Advertising Router as IPv4 address notation\n")
23898 :
23899 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_cmd_vtysh,
23900 : "show ipv6 ospf6 [vrf <NAME|all>] database [<detail|dump|internal>] [json]",
23901 : "Show running system information\n"
23902 : "IPv6 information\n"
23903 : "Open Shortest Path First (OSPF) for IPv6\n"
23904 : "Specify the VRF\n"
23905 : "The VRF name\n"
23906 : "All VRFs\n"
23907 : "Display Link state database\n"
23908 : "Display details of LSAs\n"
23909 : "Dump LSAs\n"
23910 : "Display LSA's internal information\n"
23911 : "JavaScript Object Notation\n")
23912 :
23913 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_id_cmd_vtysh,
23914 : "show ipv6 ospf6 [vrf <NAME|all>] database <*|linkstate-id> A.B.C.D [<detail|dump|internal>] [json]",
23915 : "Show running system information\n"
23916 : "IPv6 information\n"
23917 : "Open Shortest Path First (OSPF) for IPv6\n"
23918 : "Specify the VRF\n"
23919 : "The VRF name\n"
23920 : "All VRFs\n"
23921 : "Display Link state database\n"
23922 : "Any Link state Type\n"
23923 : "Search by Link state ID\n"
23924 : "Specify Link state ID as IPv4 address notation\n"
23925 : "Display details of LSAs\n"
23926 : "Dump LSAs\n"
23927 : "Display LSA's internal information\n"
23928 : "JavaScript Object Notation\n")
23929 :
23930 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_id_router_cmd_vtysh,
23931 : "show ipv6 ospf6 [vrf <NAME|all>] database * A.B.C.D A.B.C.D [<detail|dump|internal>] [json]",
23932 : "Show running system information\n"
23933 : "IPv6 information\n"
23934 : "Open Shortest Path First (OSPF) for IPv6\n"
23935 : "Specify the VRF\n"
23936 : "The VRF name\n"
23937 : "All VRFs\n"
23938 : "Display Link state database\n"
23939 : "Any Link state Type\n"
23940 : "Specify Link state ID as IPv4 address notation\n"
23941 : "Specify Advertising Router as IPv4 address notation\n"
23942 : "Display details of LSAs\n"
23943 : "Dump LSAs\n"
23944 : "Display LSA's internal information\n"
23945 : "JavaScript Object Notation\n")
23946 :
23947 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_router_cmd_vtysh,
23948 : "show ipv6 ospf6 [vrf <NAME|all>] database <*|adv-router> * A.B.C.D <detail|dump|internal> [json]",
23949 : "Show running system information\n"
23950 : "IPv6 information\n"
23951 : "Open Shortest Path First (OSPF) for IPv6\n"
23952 : "Specify the VRF\n"
23953 : "The VRF name\n"
23954 : "All VRFs\n"
23955 : "Display Link state database\n"
23956 : "Any Link state Type\n"
23957 : "Search by Advertising Router\n"
23958 : "Any Link state ID\n"
23959 : "Specify Advertising Router as IPv4 address notation\n"
23960 : "Display details of LSAs\n"
23961 : "Dump LSAs\n"
23962 : "Display LSA's internal information\n"
23963 : "JavaScript Object Notation\n")
23964 :
23965 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_self_originated_cmd_vtysh,
23966 : "show ipv6 ospf6 [vrf <NAME|all>] database self-originated [<detail|dump|internal>] [json]",
23967 : "Show running system information\n"
23968 : "IPv6 information\n"
23969 : "Open Shortest Path First (OSPF) for IPv6\n"
23970 : "Specify the VRF\n"
23971 : "The VRF name\n"
23972 : "All VRFs\n"
23973 : "Display Link state database\n"
23974 : "Display Self-originated LSAs\n"
23975 : "Display details of LSAs\n"
23976 : "Dump LSAs\n"
23977 : "Display LSA's internal information\n"
23978 : "JavaScript Object Notation\n")
23979 :
23980 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_adv_router_linkstate_id_cmd_vtysh,
23981 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> adv-router A.B.C.D linkstate-id A.B.C.D [<dump|internal>] [json]",
23982 : "Show running system information\n"
23983 : "IPv6 information\n"
23984 : "Open Shortest Path First (OSPF) for IPv6\n"
23985 : "Specify the VRF\n"
23986 : "The VRF name\n"
23987 : "All VRFs\n"
23988 : "Display Link state database\n"
23989 : "Display Router LSAs\n"
23990 : "Display Network LSAs\n"
23991 : "Display Inter-Area-Prefix LSAs\n"
23992 : "Display Inter-Area-Router LSAs\n"
23993 : "Display As-External LSAs\n"
23994 : "Display Group-Membership LSAs\n"
23995 : "Display Type-7 LSAs\n"
23996 : "Display Link LSAs\n"
23997 : "Display Intra-Area-Prefix LSAs\n"
23998 : "Search by Advertising Router\n"
23999 : "Specify Advertising Router as IPv4 address notation\n"
24000 : "Search by Link state ID\n"
24001 : "Specify Link state ID as IPv4 address notation\n"
24002 : "Dump LSAs\n"
24003 : "Display LSA's internal information\n"
24004 : "JavaScript Object Notation\n")
24005 :
24006 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_cmd_vtysh,
24007 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> [<detail|dump|internal>] [json]",
24008 : "Show running system information\n"
24009 : "IPv6 information\n"
24010 : "Open Shortest Path First (OSPF) for IPv6\n"
24011 : "Specify the VRF\n"
24012 : "The VRF name\n"
24013 : "All VRFs\n"
24014 : "Display Link state database\n"
24015 : "Display Router LSAs\n"
24016 : "Display Network LSAs\n"
24017 : "Display Inter-Area-Prefix LSAs\n"
24018 : "Display Inter-Area-Router LSAs\n"
24019 : "Display As-External LSAs\n"
24020 : "Display Group-Membership LSAs\n"
24021 : "Display Type-7 LSAs\n"
24022 : "Display Link LSAs\n"
24023 : "Display Intra-Area-Prefix LSAs\n"
24024 : "Display details of LSAs\n"
24025 : "Dump LSAs\n"
24026 : "Display LSA's internal information\n"
24027 : "JavaScript Object Notation\n")
24028 :
24029 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_id_cmd_vtysh,
24030 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> linkstate-id A.B.C.D [<detail|dump|internal>] [json]",
24031 : "Show running system information\n"
24032 : "IPv6 information\n"
24033 : "Open Shortest Path First (OSPF) for IPv6\n"
24034 : "Specify the VRF\n"
24035 : "The VRF name\n"
24036 : "All VRFs\n"
24037 : "Display Link state database\n"
24038 : "Display Router LSAs\n"
24039 : "Display Network LSAs\n"
24040 : "Display Inter-Area-Prefix LSAs\n"
24041 : "Display Inter-Area-Router LSAs\n"
24042 : "Display As-External LSAs\n"
24043 : "Display Group-Membership LSAs\n"
24044 : "Display Type-7 LSAs\n"
24045 : "Display Link LSAs\n"
24046 : "Display Intra-Area-Prefix LSAs\n"
24047 : "Search by Link state ID\n"
24048 : "Specify Link state ID as IPv4 address notation\n"
24049 : "Display details of LSAs\n"
24050 : "Dump LSAs\n"
24051 : "Display LSA's internal information\n"
24052 : "JavaScript Object Notation\n")
24053 :
24054 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_id_router_cmd_vtysh,
24055 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> A.B.C.D A.B.C.D [<dump|internal>] [json]",
24056 : "Show running system information\n"
24057 : "IPv6 information\n"
24058 : "Open Shortest Path First (OSPF) for IPv6\n"
24059 : "Specify the VRF\n"
24060 : "The VRF name\n"
24061 : "All VRFs\n"
24062 : "Display Link state database\n"
24063 : "Display Router LSAs\n"
24064 : "Display Network LSAs\n"
24065 : "Display Inter-Area-Prefix LSAs\n"
24066 : "Display Inter-Area-Router LSAs\n"
24067 : "Display As-External LSAs\n"
24068 : "Display Group-Membership LSAs\n"
24069 : "Display Type-7 LSAs\n"
24070 : "Display Link LSAs\n"
24071 : "Display Intra-Area-Prefix LSAs\n"
24072 : "Specify Link state ID as IPv4 address notation\n"
24073 : "Specify Advertising Router as IPv4 address notation\n"
24074 : "Dump LSAs\n"
24075 : "Display LSA's internal information\n"
24076 : "JavaScript Object Notation\n")
24077 :
24078 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_id_self_originated_cmd_vtysh,
24079 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> A.B.C.D self-originated [<detail|dump|internal>] [json]",
24080 : "Show running system information\n"
24081 : "IPv6 information\n"
24082 : "Open Shortest Path First (OSPF) for IPv6\n"
24083 : "Specify the VRF\n"
24084 : "The VRF name\n"
24085 : "All VRFs\n"
24086 : "Display Link state database\n"
24087 : "Display Router LSAs\n"
24088 : "Display Network LSAs\n"
24089 : "Display Inter-Area-Prefix LSAs\n"
24090 : "Display Inter-Area-Router LSAs\n"
24091 : "Display As-External LSAs\n"
24092 : "Display Group-Membership LSAs\n"
24093 : "Display Type-7 LSAs\n"
24094 : "Display Link LSAs\n"
24095 : "Display Intra-Area-Prefix LSAs\n"
24096 : "Specify Link state ID as IPv4 address notation\n"
24097 : "Display Self-originated LSAs\n"
24098 : "Display details of LSAs\n"
24099 : "Dump LSAs\n"
24100 : "Display LSA's internal information\n"
24101 : "JavaScript Object Notation\n")
24102 :
24103 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_router_cmd_vtysh,
24104 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> <*|adv-router> A.B.C.D [<detail|dump|internal>] [json]",
24105 : "Show running system information\n"
24106 : "IPv6 information\n"
24107 : "Open Shortest Path First (OSPF) for IPv6\n"
24108 : "Specify the VRF\n"
24109 : "The VRF name\n"
24110 : "All VRFs\n"
24111 : "Display Link state database\n"
24112 : "Display Router LSAs\n"
24113 : "Display Network LSAs\n"
24114 : "Display Inter-Area-Prefix LSAs\n"
24115 : "Display Inter-Area-Router LSAs\n"
24116 : "Display As-External LSAs\n"
24117 : "Display Group-Membership LSAs\n"
24118 : "Display Type-7 LSAs\n"
24119 : "Display Link LSAs\n"
24120 : "Display Intra-Area-Prefix LSAs\n"
24121 : "Any Link state ID\n"
24122 : "Search by Advertising Router\n"
24123 : "Specify Advertising Router as IPv4 address notation\n"
24124 : "Display details of LSAs\n"
24125 : "Dump LSAs\n"
24126 : "Display LSA's internal information\n"
24127 : "JavaScript Object Notation\n")
24128 :
24129 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_self_originated_cmd_vtysh,
24130 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> self-originated [<detail|dump|internal>] [json]",
24131 : "Show running system information\n"
24132 : "IPv6 information\n"
24133 : "Open Shortest Path First (OSPF) for IPv6\n"
24134 : "Specify the VRF\n"
24135 : "The VRF name\n"
24136 : "All VRFs\n"
24137 : "Display Link state database\n"
24138 : "Display Router LSAs\n"
24139 : "Display Network LSAs\n"
24140 : "Display Inter-Area-Prefix LSAs\n"
24141 : "Display Inter-Area-Router LSAs\n"
24142 : "Display As-External LSAs\n"
24143 : "Display Group-Membership LSAs\n"
24144 : "Display Type-7 LSAs\n"
24145 : "Display Link LSAs\n"
24146 : "Display Intra-Area-Prefix LSAs\n"
24147 : "Display Self-originated LSAs\n"
24148 : "Display details of LSAs\n"
24149 : "Dump LSAs\n"
24150 : "Display LSA's internal information\n"
24151 : "JavaScript Object Notation\n")
24152 :
24153 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_database_type_self_originated_linkstate_id_cmd_vtysh,
24154 : "show ipv6 ospf6 [vrf <NAME|all>] database <router|network|inter-prefix|inter-router|as-external|group-membership|type-7|link|intra-prefix> self-originated linkstate-id A.B.C.D [<detail|dump|internal>] [json]",
24155 : "Show running system information\n"
24156 : "IPv6 information\n"
24157 : "Open Shortest Path First (OSPF) for IPv6\n"
24158 : "Specify the VRF\n"
24159 : "The VRF name\n"
24160 : "All VRFs\n"
24161 : "Display Link state database\n"
24162 : "Display Router LSAs\n"
24163 : "Display Network LSAs\n"
24164 : "Display Inter-Area-Prefix LSAs\n"
24165 : "Display Inter-Area-Router LSAs\n"
24166 : "Display As-External LSAs\n"
24167 : "Display Group-Membership LSAs\n"
24168 : "Display Type-7 LSAs\n"
24169 : "Display Link LSAs\n"
24170 : "Display Intra-Area-Prefix LSAs\n"
24171 : "Display Self-originated LSAs\n"
24172 : "Search by Link state ID\n"
24173 : "Specify Link state ID as IPv4 address notation\n"
24174 : "Display details of LSAs\n"
24175 : "Dump LSAs\n"
24176 : "Display LSA's internal information\n"
24177 : "JavaScript Object Notation\n")
24178 :
24179 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_external_aggregator_cmd_vtysh,
24180 : "show ipv6 ospf6 [vrf <NAME|all>] summary-address [detail$detail] [json]",
24181 : "Show running system information\n"
24182 : "IPv6 Information\n"
24183 : "Open Shortest Path First (OSPF) for IPv6\n"
24184 : "Specify the VRF\n"
24185 : "The VRF name\n"
24186 : "All VRFs\n"
24187 : "Show external summary addresses\n"
24188 : "detailed information\n"
24189 : "JavaScript Object Notation\n")
24190 :
24191 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_gr_helper_cmd_vtysh,
24192 : "show ipv6 ospf6 graceful-restart helper [detail] [json]",
24193 : "Show running system information\n"
24194 : "Ipv6 Information\n"
24195 : "OSPF6 information\n"
24196 : "ospf6 graceful restart\n"
24197 : "helper details in the router\n"
24198 : "detailed information\n"
24199 : "JavaScript Object Notation\n")
24200 :
24201 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_ifname_cmd_vtysh,
24202 : "show ipv6 ospf6 [vrf <NAME|all>] interface [IFNAME] [json]",
24203 : "Show running system information\n"
24204 : "IPv6 Information\n"
24205 : "Open Shortest Path First (OSPF) for IPv6\n"
24206 : "Specify the VRF\n"
24207 : "The VRF name\n"
24208 : "All VRFs\n"
24209 : "Interface information\n"
24210 : "Interface name(e.g. ep0)\n"
24211 : "JavaScript Object Notation\n")
24212 :
24213 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_ifname_prefix_cmd_vtysh,
24214 : "show ipv6 ospf6 [vrf <NAME|all>] interface IFNAME prefix [< detail |<X:X::X:X|X:X::X:X/M> [<match|detail>] >] [json]",
24215 : "Show running system information\n"
24216 : "IPv6 Information\n"
24217 : "Open Shortest Path First (OSPF) for IPv6\n"
24218 : "Specify the VRF\n"
24219 : "The VRF name\n"
24220 : "All VRFs\n"
24221 : "Interface information\n"
24222 : "Interface name(e.g. ep0)\n"
24223 : "Display connected prefixes to advertise\n"
24224 : "Display details of the prefixes\n"
24225 : "Display the route bestmatches the address\n"
24226 : "Display the route\n"
24227 : "Display the route matches the prefix\n"
24228 : "Display details of the prefixes\n"
24229 : "JavaScript Object Notation\n")
24230 :
24231 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_prefix_cmd_vtysh,
24232 : "show ipv6 ospf6 [vrf <NAME|all>] interface prefix [< detail |<X:X::X:X|X:X::X:X/M> [<match|detail>] >] [json]",
24233 : "Show running system information\n"
24234 : "IPv6 Information\n"
24235 : "Open Shortest Path First (OSPF) for IPv6\n"
24236 : "Specify the VRF\n"
24237 : "The VRF name\n"
24238 : "All VRFs\n"
24239 : "Interface information\n"
24240 : "Display connected prefixes to advertise\n"
24241 : "Display details of the prefixes\n"
24242 : "Display the route bestmatches the address\n"
24243 : "Display the route\n"
24244 : "Display the route matches the prefix\n"
24245 : "Display details of the prefixes\n"
24246 : "JavaScript Object Notation\n")
24247 :
24248 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_traffic_cmd_vtysh,
24249 : "show ipv6 ospf6 [vrf <NAME|all>] interface traffic [IFNAME] [json]",
24250 : "Show running system information\n"
24251 : "IPv6 Information\n"
24252 : "Open Shortest Path First (OSPF) for IPv6\n"
24253 : "Specify the VRF\n"
24254 : "The VRF name\n"
24255 : "All VRFs\n"
24256 : "Interface information\n"
24257 : "Protocol Packet counters\n"
24258 : "Interface name(e.g. ep0)\n"
24259 : "JavaScript Object Notation\n")
24260 :
24261 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_linkstate_cmd_vtysh,
24262 : "show ipv6 ospf6 [vrf <NAME|all>] linkstate <router A.B.C.D|network A.B.C.D A.B.C.D>",
24263 : "Show running system information\n"
24264 : "IPv6 Information\n"
24265 : "Open Shortest Path First (OSPF) for IPv6\n"
24266 : "Specify the VRF\n"
24267 : "The VRF name\n"
24268 : "All VRFs\n"
24269 : "Display linkstate routing table\n"
24270 : "Display Router Entry\n"
24271 : "Specify Router ID as IPv4 address notation\n"
24272 : "Display Network Entry\n"
24273 : "Specify Router ID as IPv4 address notation\n"
24274 : "Specify Link state ID as IPv4 address notation\n")
24275 :
24276 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_linkstate_detail_cmd_vtysh,
24277 : "show ipv6 ospf6 [vrf <NAME|all>] linkstate detail",
24278 : "Show running system information\n"
24279 : "IPv6 Information\n"
24280 : "Open Shortest Path First (OSPF) for IPv6\n"
24281 : "Specify the VRF\n"
24282 : "The VRF name\n"
24283 : "All VRFs\n"
24284 : "Display linkstate routing table\n"
24285 : "Display detailed information\n")
24286 :
24287 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_neighbor_cmd_vtysh,
24288 : "show ipv6 ospf6 [vrf <NAME|all>] neighbor [<detail|drchoice>] [json]",
24289 : "Show running system information\n"
24290 : "IPv6 Information\n"
24291 : "Open Shortest Path First (OSPF) for IPv6\n"
24292 : "Specify the VRF\n"
24293 : "The VRF name\n"
24294 : "All VRFs\n"
24295 : "Neighbor list\n"
24296 : "Display details\n"
24297 : "Display DR choices\n"
24298 : "JavaScript Object Notation\n")
24299 :
24300 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_neighbor_one_cmd_vtysh,
24301 : "show ipv6 ospf6 [vrf <NAME|all>] neighbor A.B.C.D [json]",
24302 : "Show running system information\n"
24303 : "IPv6 Information\n"
24304 : "Open Shortest Path First (OSPF) for IPv6\n"
24305 : "Specify the VRF\n"
24306 : "The VRF name\n"
24307 : "All VRFs\n"
24308 : "Neighbor list\n"
24309 : "Specify Router-ID as IPv4 address notation\n"
24310 : "JavaScript Object Notation\n")
24311 :
24312 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_redistribute_cmd_vtysh,
24313 : "show ipv6 ospf6 [vrf <NAME|all>] redistribute [json]",
24314 : "Show running system information\n"
24315 : "IPv6 Information\n"
24316 : "Open Shortest Path First (OSPF) for IPv6\n"
24317 : "Specify the VRF\n"
24318 : "The VRF name\n"
24319 : "All VRFs\n"
24320 : "redistributing External information\n"
24321 : "JavaScript Object Notation\n")
24322 :
24323 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_cmd_vtysh,
24324 : "show ipv6 ospf6 [vrf <NAME|all>] route [<intra-area|inter-area|external-1|external-2|X:X::X:X|X:X::X:X/M|detail|summary>] [json]",
24325 : "Show running system information\n"
24326 : "IPv6 Information\n"
24327 : "Open Shortest Path First (OSPF) for IPv6\n"
24328 : "Specify the VRF\n"
24329 : "The VRF name\n"
24330 : "All VRFs\n"
24331 : "Routing Table\n"
24332 : "Display Intra-Area routes\n"
24333 : "Display Inter-Area routes\n"
24334 : "Display Type-1 External routes\n"
24335 : "Display Type-2 External routes\n"
24336 : "Specify IPv6 address\n"
24337 : "Specify IPv6 prefix\n"
24338 : "Detailed information\n"
24339 : "Summary of route table\n"
24340 : "JavaScript Object Notation\n")
24341 :
24342 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_match_cmd_vtysh,
24343 : "show ipv6 ospf6 [vrf <NAME|all>] route X:X::X:X/M <match|longer> [json]",
24344 : "Show running system information\n"
24345 : "IPv6 Information\n"
24346 : "Open Shortest Path First (OSPF) for IPv6\n"
24347 : "Specify the VRF\n"
24348 : "The VRF name\n"
24349 : "All VRFs\n"
24350 : "Routing Table\n"
24351 : "Specify IPv6 prefix\n"
24352 : "Display routes which match the specified route\n"
24353 : "Display routes longer than the specified route\n"
24354 : "JavaScript Object Notation\n")
24355 :
24356 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_match_detail_cmd_vtysh,
24357 : "show ipv6 ospf6 [vrf <NAME|all>] route X:X::X:X/M match detail [json]",
24358 : "Show running system information\n"
24359 : "IPv6 Information\n"
24360 : "Open Shortest Path First (OSPF) for IPv6\n"
24361 : "Specify the VRF\n"
24362 : "The VRF name\n"
24363 : "All VRFs\n"
24364 : "Routing Table\n"
24365 : "Specify IPv6 prefix\n"
24366 : "Display routes which match the specified route\n"
24367 : "Detailed information\n"
24368 : "JavaScript Object Notation\n")
24369 :
24370 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_type_detail_cmd_vtysh,
24371 : "show ipv6 ospf6 [vrf <NAME|all>] route <intra-area|inter-area|external-1|external-2> detail [json]",
24372 : "Show running system information\n"
24373 : "IPv6 Information\n"
24374 : "Open Shortest Path First (OSPF) for IPv6\n"
24375 : "Specify the VRF\n"
24376 : "The VRF name\n"
24377 : "All VRFs\n"
24378 : "Routing Table\n"
24379 : "Display Intra-Area routes\n"
24380 : "Display Inter-Area routes\n"
24381 : "Display Type-1 External routes\n"
24382 : "Display Type-2 External routes\n"
24383 : "Detailed information\n"
24384 : "JavaScript Object Notation\n")
24385 :
24386 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_simulate_spf_tree_root_cmd_vtysh,
24387 : "show ipv6 ospf6 [vrf <NAME|all>] simulate spf-tree A.B.C.D area A.B.C.D",
24388 : "Show running system information\n"
24389 : "IPv6 Information\n"
24390 : "Open Shortest Path First (OSPF) for IPv6\n"
24391 : "Specify the VRF\n"
24392 : "The VRF name\n"
24393 : "All VRFs\n"
24394 : "Shortest Path First calculation\n"
24395 : "Show SPF tree\n"
24396 : "Specify root's router-id to calculate another router's SPF tree\n"
24397 : "OSPF6 area parameters\n"
24398 : "Area ID (as an IPv4 notation)\n")
24399 :
24400 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_spf_tree_cmd_vtysh,
24401 : "show ipv6 ospf6 [vrf <NAME|all>] spf tree [json]",
24402 : "Show running system information\n"
24403 : "IPv6 Information\n"
24404 : "Open Shortest Path First (OSPF) for IPv6\n"
24405 : "Specify the VRF\n"
24406 : "The VRF name\n"
24407 : "All VRFs\n"
24408 : "Shortest Path First calculation\n"
24409 : "Show SPF tree\n"
24410 : "JavaScript Object Notation\n")
24411 :
24412 : DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_vrfs_cmd_vtysh,
24413 : "show ipv6 ospf6 vrfs [json]",
24414 : "Show running system information\n"
24415 : "IPv6 Information\n"
24416 : "Open Shortest Path First (OSPF) for IPv6\n"
24417 : "Show OSPF6 VRFs \n"
24418 : "JavaScript Object Notation\n")
24419 :
24420 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_bsm_db_cmd_vtysh,
24421 : "show ipv6 pim bsm-database [vrf NAME] [json$json]",
24422 : "Show running system information\n"
24423 : "IPv6 information\n"
24424 : "PIM information\n"
24425 : "PIM cached bsm packets information\n"
24426 : "Specify the VRF\n"
24427 : "The VRF name\n"
24428 : "JavaScript Object Notation\n")
24429 :
24430 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_bsr_cmd_vtysh,
24431 : "show ipv6 pim bsr [vrf NAME] [json$json]",
24432 : "Show running system information\n"
24433 : "IPv6 information\n"
24434 : "PIM information\n"
24435 : "boot-strap router information\n"
24436 : "Specify the VRF\n"
24437 : "The VRF name\n"
24438 : "JavaScript Object Notation\n")
24439 :
24440 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_bsrp_cmd_vtysh,
24441 : "show ipv6 pim bsrp-info [vrf NAME] [json$json]",
24442 : "Show running system information\n"
24443 : "IPv6 information\n"
24444 : "PIM information\n"
24445 : "PIM cached group-rp mappings information\n"
24446 : "Specify the VRF\n"
24447 : "The VRF name\n"
24448 : "JavaScript Object Notation\n")
24449 :
24450 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_channel_cmd_vtysh,
24451 : "show ipv6 pim [vrf NAME] channel [json$json]",
24452 : "Show running system information\n"
24453 : "IPv6 information\n"
24454 : "PIM information\n"
24455 : "Specify the VRF\n"
24456 : "The VRF name\n"
24457 : "PIM downstream channel info\n"
24458 : "JavaScript Object Notation\n")
24459 :
24460 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_interface_cmd_vtysh,
24461 : "show ipv6 pim [vrf NAME] interface [detail|WORD]$interface [json$json]",
24462 : "Show running system information\n"
24463 : "IPv6 information\n"
24464 : "PIM information\n"
24465 : "Specify the VRF\n"
24466 : "The VRF name\n"
24467 : "PIM interface information\n"
24468 : "Detailed output\n"
24469 : "interface name\n"
24470 : "JavaScript Object Notation\n")
24471 :
24472 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_interface_traffic_cmd_vtysh,
24473 : "show ipv6 pim [vrf NAME] interface traffic [WORD$if_name] [json$json]",
24474 : "Show running system information\n"
24475 : "IPv6 information\n"
24476 : "PIM information\n"
24477 : "Specify the VRF\n"
24478 : "The VRF name\n"
24479 : "PIM interface information\n"
24480 : "Protocol Packet counters\n"
24481 : "Interface name\n"
24482 : "JavaScript Object Notation\n")
24483 :
24484 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_interface_vrf_all_cmd_vtysh,
24485 : "show ipv6 pim vrf all interface [detail|WORD]$interface [json$json]",
24486 : "Show running system information\n"
24487 : "IPv6 information\n"
24488 : "PIM information\n"
24489 : "Specify the VRF\n"
24490 : "The VRF name\n"
24491 : "PIM interface information\n"
24492 : "Detailed output\n"
24493 : "interface name\n"
24494 : "JavaScript Object Notation\n")
24495 :
24496 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_join_cmd_vtysh,
24497 : "show ipv6 pim [vrf NAME] join [X:X::X:X$s_or_g [X:X::X:X$g]] [json$json]",
24498 : "Show running system information\n"
24499 : "IPv6 information\n"
24500 : "PIM information\n"
24501 : "Specify the VRF\n"
24502 : "The VRF name\n"
24503 : "PIM interface join information\n"
24504 : "The Source or Group\n"
24505 : "The Group\n"
24506 : "JavaScript Object Notation\n")
24507 :
24508 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_join_vrf_all_cmd_vtysh,
24509 : "show ipv6 pim vrf all join [json$json]",
24510 : "Show running system information\n"
24511 : "IPv6 information\n"
24512 : "PIM information\n"
24513 : "Specify the VRF\n"
24514 : "The VRF name\n"
24515 : "PIM interface join information\n"
24516 : "JavaScript Object Notation\n")
24517 :
24518 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_jp_agg_cmd_vtysh,
24519 : "show ipv6 pim [vrf NAME] jp-agg",
24520 : "Show running system information\n"
24521 : "IPv6 information\n"
24522 : "PIM information\n"
24523 : "Specify the VRF\n"
24524 : "The VRF name\n"
24525 : "join prune aggregation list\n")
24526 :
24527 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_local_membership_cmd_vtysh,
24528 : "show ipv6 pim [vrf NAME] local-membership [json$json]",
24529 : "Show running system information\n"
24530 : "IPv6 information\n"
24531 : "PIM information\n"
24532 : "Specify the VRF\n"
24533 : "The VRF name\n"
24534 : "PIM interface local-membership\n"
24535 : "JavaScript Object Notation\n")
24536 :
24537 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_neighbor_cmd_vtysh,
24538 : "show ipv6 pim [vrf NAME] neighbor [detail|WORD]$interface [json$json]",
24539 : "Show running system information\n"
24540 : "IPv6 information\n"
24541 : "PIM information\n"
24542 : "Specify the VRF\n"
24543 : "The VRF name\n"
24544 : "PIM neighbor information\n"
24545 : "Detailed output\n"
24546 : "Name of interface or neighbor\n"
24547 : "JavaScript Object Notation\n")
24548 :
24549 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_neighbor_vrf_all_cmd_vtysh,
24550 : "show ipv6 pim vrf all neighbor [detail|WORD]$interface [json$json]",
24551 : "Show running system information\n"
24552 : "IPv6 information\n"
24553 : "PIM information\n"
24554 : "Specify the VRF\n"
24555 : "The VRF name\n"
24556 : "PIM neighbor information\n"
24557 : "Detailed output\n"
24558 : "Name of interface or neighbor\n"
24559 : "JavaScript Object Notation\n")
24560 :
24561 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_nexthop_cmd_vtysh,
24562 : "show ipv6 pim [vrf NAME] nexthop [json$json]",
24563 : "Show running system information\n"
24564 : "IPv6 information\n"
24565 : "PIM information\n"
24566 : "Specify the VRF\n"
24567 : "The VRF name\n"
24568 : "PIM cached nexthop rpf information\n"
24569 : "JavaScript Object Notation\n")
24570 :
24571 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_nexthop_lookup_cmd_vtysh,
24572 : "show ipv6 pim [vrf NAME] nexthop-lookup X:X::X:X$source X:X::X:X$group",
24573 : "Show running system information\n"
24574 : "IPv6 information\n"
24575 : "PIM information\n"
24576 : "Specify the VRF\n"
24577 : "The VRF name\n"
24578 : "PIM cached nexthop rpf lookup\n"
24579 : "Source/RP address\n"
24580 : "Multicast Group address\n")
24581 :
24582 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_rp_cmd_vtysh,
24583 : "show ipv6 pim [vrf NAME] rp-info [X:X::X:X/M$group] [json$json]",
24584 : "Show running system information\n"
24585 : "IPv6 information\n"
24586 : "PIM information\n"
24587 : "Specify the VRF\n"
24588 : "The VRF name\n"
24589 : "PIM RP information\n"
24590 : "Multicast Group range\n"
24591 : "JavaScript Object Notation\n")
24592 :
24593 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_rp_vrf_all_cmd_vtysh,
24594 : "show ipv6 pim vrf all rp-info [X:X::X:X/M$group] [json$json]",
24595 : "Show running system information\n"
24596 : "IPv6 information\n"
24597 : "PIM information\n"
24598 : "Specify the VRF\n"
24599 : "The VRF name\n"
24600 : "PIM RP information\n"
24601 : "Multicast Group range\n"
24602 : "JavaScript Object Notation\n")
24603 :
24604 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_rpf_cmd_vtysh,
24605 : "show ipv6 pim [vrf NAME] rpf [json$json]",
24606 : "Show running system information\n"
24607 : "IPv6 information\n"
24608 : "PIM information\n"
24609 : "Specify the VRF\n"
24610 : "The VRF name\n"
24611 : "PIM cached source rpf information\n"
24612 : "JavaScript Object Notation\n")
24613 :
24614 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_rpf_vrf_all_cmd_vtysh,
24615 : "show ipv6 pim vrf all rpf [json$json]",
24616 : "Show running system information\n"
24617 : "IPv6 information\n"
24618 : "PIM information\n"
24619 : "Specify the VRF\n"
24620 : "The VRF name\n"
24621 : "PIM cached source rpf information\n"
24622 : "JavaScript Object Notation\n")
24623 :
24624 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_secondary_cmd_vtysh,
24625 : "show ipv6 pim [vrf NAME] secondary",
24626 : "Show running system information\n"
24627 : "IPv6 information\n"
24628 : "PIM information\n"
24629 : "Specify the VRF\n"
24630 : "The VRF name\n"
24631 : "PIM neighbor addresses\n")
24632 :
24633 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_state_cmd_vtysh,
24634 : "show ipv6 pim [vrf NAME] state [X:X::X:X$s_or_g [X:X::X:X$g]] [json$json]",
24635 : "Show running system information\n"
24636 : "IPv6 information\n"
24637 : "PIM information\n"
24638 : "Specify the VRF\n"
24639 : "The VRF name\n"
24640 : "PIM state information\n"
24641 : "Unicast or Multicast address\n"
24642 : "Multicast address\n"
24643 : "JavaScript Object Notation\n")
24644 :
24645 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_state_vrf_all_cmd_vtysh,
24646 : "show ipv6 pim vrf all state [X:X::X:X$s_or_g [X:X::X:X$g]] [json$json]",
24647 : "Show running system information\n"
24648 : "IPv6 information\n"
24649 : "PIM information\n"
24650 : "Specify the VRF\n"
24651 : "The VRF name\n"
24652 : "PIM state information\n"
24653 : "Unicast or Multicast address\n"
24654 : "Multicast address\n"
24655 : "JavaScript Object Notation\n")
24656 :
24657 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_statistics_cmd_vtysh,
24658 : "show ipv6 pim [vrf NAME] statistics [interface WORD$word] [json$json]",
24659 : "Show running system information\n"
24660 : "IPv6 information\n"
24661 : "PIM information\n"
24662 : "Specify the VRF\n"
24663 : "The VRF name\n"
24664 : "PIM statistics\n"
24665 : "Interface information\n"
24666 : "PIM interface\n"
24667 : "JavaScript Object Notation\n")
24668 :
24669 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_upstream_cmd_vtysh,
24670 : "show ipv6 pim [vrf NAME] upstream [X:X::X:X$s_or_g [X:X::X:X$g]] [json$json]",
24671 : "Show running system information\n"
24672 : "IPv6 information\n"
24673 : "PIM information\n"
24674 : "Specify the VRF\n"
24675 : "The VRF name\n"
24676 : "PIM upstream information\n"
24677 : "The Source or Group\n"
24678 : "The Group\n"
24679 : "JavaScript Object Notation\n")
24680 :
24681 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_upstream_join_desired_cmd_vtysh,
24682 : "show ipv6 pim [vrf NAME] upstream-join-desired [json$json]",
24683 : "Show running system information\n"
24684 : "IPv6 information\n"
24685 : "PIM information\n"
24686 : "Specify the VRF\n"
24687 : "The VRF name\n"
24688 : "PIM upstream join-desired\n"
24689 : "JavaScript Object Notation\n")
24690 :
24691 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_upstream_rpf_cmd_vtysh,
24692 : "show ipv6 pim [vrf NAME] upstream-rpf [json$json]",
24693 : "Show running system information\n"
24694 : "IPv6 information\n"
24695 : "PIM information\n"
24696 : "Specify the VRF\n"
24697 : "The VRF name\n"
24698 : "PIM upstream source rpf\n"
24699 : "JavaScript Object Notation\n")
24700 :
24701 : DEFSH (VTYSH_PIM6D, show_ipv6_pim_upstream_vrf_all_cmd_vtysh,
24702 : "show ipv6 pim vrf all upstream [json$json]",
24703 : "Show running system information\n"
24704 : "IPv6 information\n"
24705 : "PIM information\n"
24706 : "Specify the VRF\n"
24707 : "The VRF name\n"
24708 : "PIM upstream information\n"
24709 : "JavaScript Object Notation\n")
24710 :
24711 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPF6D|VTYSH_PIM6D|VTYSH_RIPNGD|VTYSH_ZEBRA, show_ipv6_prefix_list_cmd_vtysh,
24712 : "show ipv6 prefix-list [WORD [seq$dseq (1-4294967295)$arg]] [json$uj]",
24713 : "Show running system information\n"
24714 : "IPv6 information\n"
24715 : "Build a prefix list\n"
24716 : "Name of a prefix list\n"
24717 : "sequence number of an entry\n"
24718 : "Sequence number\n"
24719 : "JavaScript Object Notation\n")
24720 :
24721 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPF6D|VTYSH_PIM6D|VTYSH_RIPNGD|VTYSH_ZEBRA, show_ipv6_prefix_list_detail_cmd_vtysh,
24722 : "show ipv6 prefix-list detail [WORD$prefix-list] [json$uj]",
24723 : "Show running system information\n"
24724 : "IPv6 information\n"
24725 : "Build a prefix list\n"
24726 : "Detail of prefix lists\n"
24727 : "Name of a prefix list\n"
24728 : "JavaScript Object Notation\n")
24729 :
24730 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPF6D|VTYSH_PIM6D|VTYSH_RIPNGD|VTYSH_ZEBRA, show_ipv6_prefix_list_prefix_cmd_vtysh,
24731 : "show ipv6 prefix-list WORD X:X::X:X/M$prefix [longer$dl|first-match$dfm]",
24732 : "Show running system information\n"
24733 : "IPv6 information\n"
24734 : "Build a prefix list\n"
24735 : "Name of a prefix list\n"
24736 : "IPv6 prefix <network>/<length>, e.g., 3ffe::/16\n"
24737 : "Lookup longer prefix\n"
24738 : "First matched prefix\n")
24739 :
24740 : DEFSH (VTYSH_BABELD|VTYSH_BGPD|VTYSH_FABRICD|VTYSH_ISISD|VTYSH_OSPF6D|VTYSH_PIM6D|VTYSH_RIPNGD|VTYSH_ZEBRA, show_ipv6_prefix_list_summary_cmd_vtysh,
24741 : "show ipv6 prefix-list summary [WORD$prefix-list] [json$uj]",
24742 : "Show running system information\n"
24743 : "IPv6 information\n"
24744 : "Build a prefix list\n"
24745 : "Summary of prefix lists\n"
24746 : "Name of a prefix list\n"
24747 : "JavaScript Object Notation\n")
24748 :
24749 : DEFSH (VTYSH_ZEBRA, show_ipv6_protocol_cmd_vtysh,
24750 : "show ipv6 protocol [vrf <NAME$vrf_name|all$vrf_all>]",
24751 : "Show running system information\n"
24752 : "IPv6 Information\n"
24753 : "IPv6 protocol filtering status\n"
24754 : "Specify the VRF\n"
24755 : "The VRF name\n"
24756 : "All VRFs\n")
24757 :
24758 : DEFSH (VTYSH_ZEBRA, show_ipv6_protocol_nht_cmd_vtysh,
24759 : "show ipv6 nht route-map [vrf <NAME$vrf_name|all$vrf_all>] [json]",
24760 : "Show running system information\n"
24761 : "IPv6 Information\n"
24762 : "IPv6 nexthop tracking table\n"
24763 : "IPv6 Next Hop tracking filtering status\n"
24764 : "Specify the VRF\n"
24765 : "The VRF name\n"
24766 : "All VRFs\n"
24767 : "JavaScript Object Notation\n")
24768 :
24769 : DEFSH (VTYSH_RIPNGD, show_ipv6_ripng_cmd_vtysh,
24770 : "show ipv6 ripng [vrf NAME]",
24771 : "Show running system information\n"
24772 : "IPv6 information\n"
24773 : "Show RIPng routes\n"
24774 : "Specify the VRF\n"
24775 : "The VRF name\n")
24776 :
24777 : DEFSH (VTYSH_RIPNGD, show_ipv6_ripng_status_cmd_vtysh,
24778 : "show ipv6 ripng [vrf NAME] status",
24779 : "Show running system information\n"
24780 : "IPv6 information\n"
24781 : "Show RIPng routes\n"
24782 : "Specify the VRF\n"
24783 : "The VRF name\n"
24784 : "IPv6 routing protocol process parameters and statistics\n")
24785 :
24786 : DEFSH (VTYSH_ISISD, show_isis_frr_summary_cmd_vtysh,
24787 : "show isis [vrf <NAME|all>] fast-reroute summary [<level-1|level-2>]",
24788 : "Show running system information\n"
24789 : "IS-IS routing protocol\n"
24790 : "Specify the VRF\n"
24791 : "The VRF name\n"
24792 : "All VRFs\n"
24793 : "IS-IS FRR information\n"
24794 : "FRR summary\n"
24795 : "level-1 routes\n"
24796 : "level-2 routes\n")
24797 :
24798 : DEFSH (VTYSH_ISISD, show_isis_interface_arg_cmd_vtysh,
24799 : "show isis [vrf <NAME|all>] interface WORD [json]",
24800 : "Show running system information\n"
24801 : "IS-IS routing protocol\n"
24802 : "Specify the VRF\n"
24803 : "The VRF name\n"
24804 : "All VRFs\n"
24805 : "IS-IS interface\n"
24806 : "IS-IS interface name\n"
24807 : "json output\n")
24808 :
24809 : DEFSH (VTYSH_ISISD, show_isis_interface_cmd_vtysh,
24810 : "show isis [vrf <NAME|all>] interface [json]",
24811 : "Show running system information\n"
24812 : "IS-IS routing protocol\n"
24813 : "Specify the VRF\n"
24814 : "The VRF name\n"
24815 : "All VRFs\n"
24816 : "json output\n"
24817 : "IS-IS interface\n")
24818 :
24819 : DEFSH (VTYSH_ISISD, show_isis_interface_detail_cmd_vtysh,
24820 : "show isis [vrf <NAME|all>] interface detail [json]",
24821 : "Show running system information\n"
24822 : "IS-IS routing protocol\n"
24823 : "Specify the VRF\n"
24824 : "The VRF name\n"
24825 : "All VRFs\n"
24826 : "IS-IS interface\n"
24827 : "show detailed information\n"
24828 : "json output\n")
24829 :
24830 : DEFSH (VTYSH_ISISD, show_isis_mpls_ldp_interface_cmd_vtysh,
24831 : "show isis mpls ldp-sync [interface <INTERFACE|all>]",
24832 : "Show running system information\n"
24833 : "IS-IS routing protocol\n"
24834 : "MPLS information\n"
24835 : "LDP-IGP Sync information\n"
24836 : "Interface information\n"
24837 : "Interface name\n"
24838 : "All interfaces\n")
24839 :
24840 : DEFSH (VTYSH_ISISD, show_isis_mpls_te_db_cmd_vtysh,
24841 : "show isis [vrf <NAME|all>] mpls-te database [<vertex [WORD]|edge [A.B.C.D|X:X::X:X]|subnet [A.B.C.D/M|X:X::X:X/M]>] [detail|json]",
24842 : "Show running system information\n"
24843 : "IS-IS routing protocol\n"
24844 : "Specify the VRF\n"
24845 : "The VRF name\n"
24846 : "All VRFs\n"
24847 : "MPLS-TE specific commands\n"
24848 : "MPLS-TE database\n"
24849 : "MPLS-TE Vertex\n"
24850 : "MPLS-TE Vertex ID (as an ISO ID, hostname or \"self\")\n"
24851 : "MPLS-TE Edge\n"
24852 : "MPLS-TE Edge ID (as an IPv4 address)\n"
24853 : "MPLS-TE Edge ID (as an IPv6 address)\n"
24854 : "MPLS-TE Subnet\n"
24855 : "MPLS-TE Subnet ID (as an IPv4 prefix)\n"
24856 : "MPLS-TE Subnet ID (as an IPv6 prefix)\n"
24857 : "Detailed information\n"
24858 : "JavaScript Object Notation\n")
24859 :
24860 : DEFSH (VTYSH_ISISD, show_isis_mpls_te_interface_cmd_vtysh,
24861 : "show isis mpls-te interface [INTERFACE]",
24862 : "Show running system information\n"
24863 : "IS-IS routing protocol\n"
24864 : "MPLS-TE specific commands\n"
24865 : "Interface information\n"
24866 : "Interface name\n")
24867 :
24868 : DEFSH (VTYSH_ISISD, show_isis_mpls_te_router_cmd_vtysh,
24869 : "show isis [vrf <NAME|all>] mpls-te router",
24870 : "Show running system information\n"
24871 : "IS-IS routing protocol\n"
24872 : "Specify the VRF\n"
24873 : "The VRF name\n"
24874 : "All VRFs\n"
24875 : "MPLS-TE specific commands\n"
24876 : "Router information\n")
24877 :
24878 : DEFSH (VTYSH_ISISD, show_isis_neighbor_arg_cmd_vtysh,
24879 : "show isis [vrf <NAME|all>] neighbor WORD [json]",
24880 : "Show running system information\n"
24881 : "IS-IS routing protocol\n"
24882 : "Specify the VRF\n"
24883 : "The VRF name\n"
24884 : "All vrfs\n"
24885 : "IS-IS neighbor adjacencies\n"
24886 : "System id\n"
24887 : "json output\n")
24888 :
24889 : DEFSH (VTYSH_ISISD, show_isis_neighbor_cmd_vtysh,
24890 : "show isis [vrf <NAME|all>] neighbor [json]",
24891 : "Show running system information\n"
24892 : "IS-IS routing protocol\n"
24893 : "Specify the VRF\n"
24894 : "The VRF name\n"
24895 : "All vrfs\n"
24896 : "IS-IS neighbor adjacencies\n"
24897 : "json output\n")
24898 :
24899 : DEFSH (VTYSH_ISISD, show_isis_neighbor_detail_cmd_vtysh,
24900 : "show isis [vrf <NAME|all>] neighbor detail [json]",
24901 : "Show running system information\n"
24902 : "IS-IS routing protocol\n"
24903 : "Specify the VRF\n"
24904 : "The VRF name\n"
24905 : "all vrfs\n"
24906 : "IS-IS neighbor adjacencies\n"
24907 : "show detailed information\n"
24908 : "json output\n")
24909 :
24910 : DEFSH (VTYSH_ISISD, show_isis_route_cmd_vtysh,
24911 : "show isis [vrf <NAME|all>] route [<level-1|level-2>] [<prefix-sid|backup>]",
24912 : "Show running system information\n"
24913 : "IS-IS routing protocol\n"
24914 : "Specify the VRF\n"
24915 : "The VRF name\n"
24916 : "All VRFs\n"
24917 : "IS-IS routing table\n"
24918 : "level-1 routes\n"
24919 : "level-2 routes\n"
24920 : "Show Prefix-SID information\n"
24921 : "Show backup routes\n")
24922 :
24923 : DEFSH (VTYSH_ISISD, show_isis_spf_ietf_cmd_vtysh,
24924 : "show isis [vrf <NAME|all>] spf-delay-ietf",
24925 : "Show running system information\n"
24926 : "IS-IS routing protocol\n"
24927 : "Specify the VRF\n"
24928 : "The VRF name\n"
24929 : "All VRFs\n"
24930 : "SPF delay IETF information\n")
24931 :
24932 : DEFSH (VTYSH_ISISD, show_isis_summary_cmd_vtysh,
24933 : "show isis [vrf <NAME|all>] summary [json]",
24934 : "Show running system information\n"
24935 : "IS-IS routing protocol\n"
24936 : "Specify the VRF\n"
24937 : "The VRF name\n"
24938 : "All VRFs\n"
24939 : "json output\n"
24940 : "summary\n")
24941 :
24942 : DEFSH (VTYSH_ISISD, show_isis_topology_cmd_vtysh,
24943 : "show isis [vrf <NAME|all>] topology [<level-1|level-2>]",
24944 : "Show running system information\n"
24945 : "IS-IS routing protocol\n"
24946 : "Specify the VRF\n"
24947 : "The VRF name\n"
24948 : "All VRFs\n"
24949 : "IS-IS paths to Intermediate Systems\n"
24950 : "Paths to all level-1 routers in the area\n"
24951 : "Paths to all level-2 routers in the domain\n")
24952 :
24953 : DEFSH (VTYSH_ALL, show_log_filter_cmd_vtysh,
24954 : "show logging filter-text",
24955 : "Show running system information\n"
24956 : "Show current logging configuration\n"
24957 : "Filter Logs\n")
24958 :
24959 : DEFSH (VTYSH_ACL, show_mac_access_list_cmd_vtysh,
24960 : "show mac access-list",
24961 : "Show running system information\n"
24962 : "mac access lists\n"
24963 : "List mac access lists\n")
24964 :
24965 : DEFSH (VTYSH_ACL, show_mac_access_list_name_cmd_vtysh,
24966 : "show mac access-list ACCESSLIST_MAC_NAME",
24967 : "Show running system information\n"
24968 : "mac access lists\n"
24969 : "List mac access lists\n"
24970 : "mac address\n")
24971 :
24972 : DEFSH_HIDDEN (VTYSH_ZEBRA, show_mlag_cmd_vtysh,
24973 : "show zebra mlag",
24974 : "Show running system information\n"
24975 : "Zebra information\n"
24976 : "The mlag role on this machine\n")
24977 :
24978 : DEFSH (VTYSH_ZEBRA, show_mpls_fec_cmd_vtysh,
24979 : "show mpls fec [<A.B.C.D/M|X:X::X:X/M>]",
24980 : "Show running system information\n"
24981 : "MPLS information\n"
24982 : "MPLS FEC table\n"
24983 : "FEC to display information about\n"
24984 : "FEC to display information about\n")
24985 :
24986 : DEFSH (VTYSH_ZEBRA, show_mpls_status_cmd_vtysh,
24987 : "show mpls status",
24988 : "Show running system information\n"
24989 : "MPLS information\n"
24990 : "MPLS status\n")
24991 :
24992 : DEFSH (VTYSH_ZEBRA, show_mpls_table_cmd_vtysh,
24993 : "show mpls table [json]",
24994 : "Show running system information\n"
24995 : "MPLS information\n"
24996 : "MPLS table\n"
24997 : "JavaScript Object Notation\n")
24998 :
24999 : DEFSH (VTYSH_ZEBRA, show_mpls_table_lsp_cmd_vtysh,
25000 : "show mpls table (16-1048575) [json]",
25001 : "Show running system information\n"
25002 : "MPLS information\n"
25003 : "MPLS table\n"
25004 : "LSP to display information about\n"
25005 : "JavaScript Object Notation\n")
25006 :
25007 : DEFSH (VTYSH_ZEBRA, show_neigh_cmd_vtysh,
25008 : "show ip neigh",
25009 : "Show running system information\n"
25010 : "IP information\n"
25011 : "neighbors\n")
25012 :
25013 : DEFSH (VTYSH_ZEBRA, show_nexthop_group_cmd_vtysh,
25014 : "show nexthop-group rib <(0-4294967295)$id|[singleton <ip$v4|ipv6$v6>] [<kernel|zebra|bgp|sharp>$type_str] [vrf <NAME$vrf_name|all$vrf_all>]> [json]",
25015 : "Show running system information\n"
25016 : "Show Nexthop Groups\n"
25017 : "RIB information\n"
25018 : "Nexthop Group ID\n"
25019 : "Show Singleton Nexthop-Groups\n"
25020 : "IP information\n"
25021 : "IPv6 Information\n"
25022 : "Kernel (not installed via the zebra RIB)\n"
25023 : "Zebra (implicitly created by zebra)\n"
25024 : "Border Gateway Protocol (BGP)\n"
25025 : "Super Happy Advanced Routing Protocol (SHARP)\n"
25026 : "Specify the VRF\n"
25027 : "The VRF name\n"
25028 : "All VRFs\n"
25029 : "JavaScript Object Notation\n")
25030 :
25031 : DEFSH (VTYSH_OSPF6D, show_ospf6_zebra_cmd_vtysh,
25032 : "show ipv6 ospf6 zebra [json]",
25033 : "Show running system information\n"
25034 : "IPv6 information\n"
25035 : "Open Shortest Path First (OSPF) for IPv6\n"
25036 : "Zebra information\n"
25037 : "JavaScript Object Notation\n")
25038 :
25039 : DEFSH (VTYSH_PATHD, show_pathd_ted_db_cmd_vtysh,
25040 : "show pathd ted database <verbose|json>$ver_json ",
25041 : "show command\n"
25042 : "pathd daemon\n"
25043 : "traffic eng\n"
25044 : "database\n"
25045 : "verbose output\n"
25046 : "Show complete received TED database\n")
25047 :
25048 : DEFSH (VTYSH_PBRD, show_pbr_cmd_vtysh,
25049 : "show pbr",
25050 : "Show running system information\n"
25051 : "Policy Based Routing\n")
25052 :
25053 : DEFSH (VTYSH_PBRD, show_pbr_interface_cmd_vtysh,
25054 : "show pbr interface [NAME$name] [json$json]",
25055 : "Show running system information\n"
25056 : "Policy Based Routing\n"
25057 : "PBR Interface\n"
25058 : "PBR Interface Name\n"
25059 : "JavaScript Object Notation\n")
25060 :
25061 : DEFSH (VTYSH_ZEBRA, show_pbr_ipset_cmd_vtysh,
25062 : "show pbr ipset [WORD]",
25063 : "Show running system information\n"
25064 : "Policy-Based Routing\n"
25065 : "IPset Context information\n"
25066 : "IPset Name information\n")
25067 :
25068 : DEFSH (VTYSH_ZEBRA, show_pbr_iptable_cmd_vtysh,
25069 : "show pbr iptable [WORD]",
25070 : "Show running system information\n"
25071 : "Policy-Based Routing\n"
25072 : "IPtable Context information\n"
25073 : "IPtable Name information\n")
25074 :
25075 : DEFSH (VTYSH_PBRD, show_pbr_map_cmd_vtysh,
25076 : "show pbr map [NAME$name] [detail$detail|json$json]",
25077 : "Show running system information\n"
25078 : "Policy Based Routing\n"
25079 : "PBR Map\n"
25080 : "PBR Map Name\n"
25081 : "Detailed information\n"
25082 : "JavaScript Object Notation\n")
25083 :
25084 : DEFSH (VTYSH_PBRD, show_pbr_nexthop_group_cmd_vtysh,
25085 : "show pbr nexthop-groups [WORD$word] [json$json]",
25086 : "Show running system information\n"
25087 : "Policy Based Routing\n"
25088 : "Nexthop Groups\n"
25089 : "Optional Name of the nexthop group\n"
25090 : "JavaScript Object Notation\n")
25091 :
25092 : DEFSH (VTYSH_ZEBRA, show_pbr_rule_cmd_vtysh,
25093 : "show pbr rule",
25094 : "Show running system information\n"
25095 : "Policy-Based Routing\n"
25096 : "Rule\n")
25097 :
25098 : DEFSH (VTYSH_ZEBRA, show_pseudowires_cmd_vtysh,
25099 : "show mpls pseudowires",
25100 : "Show running system information\n"
25101 : "MPLS information\n"
25102 : "Pseudowires\n")
25103 :
25104 : DEFSH (VTYSH_ZEBRA, show_pseudowires_detail_cmd_vtysh,
25105 : "show mpls pseudowires detail [json]$json",
25106 : "Show running system information\n"
25107 : "MPLS information\n"
25108 : "Pseudowires\n"
25109 : "Detailed output\n"
25110 : "JavaScript Object Notation\n")
25111 :
25112 : DEFSH_HIDDEN (VTYSH_ZEBRA, show_ro_cmd_vtysh,
25113 : "show <ip$ipv4|ipv6$ipv6> ro",
25114 : "Show running system information\n"
25115 : "IP information\n"
25116 : "IPv6 information\n"
25117 : "IP routing table\n")
25118 :
25119 : DEFSH (VTYSH_ZEBRA, show_route_cmd_vtysh,
25120 : "show < ip$ipv4 <fib$fib|route> [table <(1-4294967295)$table|all$table_all>] [vrf <NAME$vrf_name|all$vrf_all>] [{ tag (1-4294967295) |A.B.C.D/M$prefix longer-prefixes |supernets-only$supernets_only }] [< <kernel|connected|static|rip|ospf|isis|bgp|eigrp|nhrp|table|vnc|babel|sharp|openfabric>$type_str |ospf$type_str (1-65535)$ospf_instance_id >] |ipv6$ipv6 <fib$fib|route> [table <(1-4294967295)$table|all$table_all>] [vrf <NAME$vrf_name|all$vrf_all>] [{ tag (1-4294967295) |X:X::X:X/M$prefix longer-prefixes }] [<kernel|connected|static|ripng|ospf6|isis|bgp|nhrp|table|vnc|babel|sharp|openfabric>$type_str] > [<json$json|nexthop-group$ng>]",
25121 : "Show running system information\n"
25122 : "IP information\n"
25123 : "IP forwarding table\n"
25124 : "IP routing table\n"
25125 : "Table to display\n"
25126 : "The table number to display\n"
25127 : "All tables\n"
25128 : "Specify the VRF\n"
25129 : "The VRF name\n"
25130 : "All VRFs\n"
25131 : "Show only routes with tag\n"
25132 : "Tag value\n"
25133 : "IP prefix <network>/<length>, e.g., 35.0.0.0/8\n"
25134 : "Show route matching the specified Network/Mask pair only\n"
25135 : "Show supernet entries only\n"
25136 : "Kernel routes (not installed via the zebra RIB)\n"
25137 : "Connected routes (directly attached subnet or host)\n"
25138 : "Statically configured routes\n"
25139 : "Routing Information Protocol (RIP)\n"
25140 : "Open Shortest Path First (OSPFv2)\n"
25141 : "Intermediate System to Intermediate System (IS-IS)\n"
25142 : "Border Gateway Protocol (BGP)\n"
25143 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
25144 : "Next Hop Resolution Protocol (NHRP)\n"
25145 : "Non-main Kernel Routing Table\n"
25146 : "Virtual Network Control (VNC)\n"
25147 : "Babel routing protocol (Babel)\n"
25148 : "Super Happy Advanced Routing Protocol (sharpd)\n"
25149 : "OpenFabric Routing Protocol\n"
25150 : "Open Shortest Path First (OSPFv2)\n"
25151 : "Instance ID\n"
25152 : "IPv6 information\n"
25153 : "IP forwarding table\n"
25154 : "IP routing table\n"
25155 : "Table to display\n"
25156 : "The table number to display\n"
25157 : "All tables\n"
25158 : "Specify the VRF\n"
25159 : "The VRF name\n"
25160 : "All VRFs\n"
25161 : "Show only routes with tag\n"
25162 : "Tag value\n"
25163 : "IPv6 prefix\n"
25164 : "Show route matching the specified Network/Mask pair only\n"
25165 : "Kernel routes (not installed via the zebra RIB)\n"
25166 : "Connected routes (directly attached subnet or host)\n"
25167 : "Statically configured routes\n"
25168 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
25169 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
25170 : "Intermediate System to Intermediate System (IS-IS)\n"
25171 : "Border Gateway Protocol (BGP)\n"
25172 : "Next Hop Resolution Protocol (NHRP)\n"
25173 : "Non-main Kernel Routing Table\n"
25174 : "Virtual Network Control (VNC)\n"
25175 : "Babel routing protocol (Babel)\n"
25176 : "Super Happy Advanced Routing Protocol (sharpd)\n"
25177 : "OpenFabric Routing Protocol\n"
25178 : "JavaScript Object Notation\n"
25179 : "Nexthop Group Information\n")
25180 :
25181 : DEFSH (VTYSH_ZEBRA, show_route_detail_cmd_vtysh,
25182 : "show < ip$ipv4 <fib$fib|route> [vrf <NAME$vrf_name|all$vrf_all>] < A.B.C.D$address |A.B.C.D/M$prefix > |ipv6$ipv6 <fib$fib|route> [vrf <NAME$vrf_name|all$vrf_all>] < X:X::X:X$address |X:X::X:X/M$prefix > > [json$json] [nexthop-group$ng]",
25183 : "Show running system information\n"
25184 : "IP information\n"
25185 : "IP forwarding table\n"
25186 : "IP routing table\n"
25187 : "Specify the VRF\n"
25188 : "The VRF name\n"
25189 : "All VRFs\n"
25190 : "Network in the IP routing table to display\n"
25191 : "IP prefix <network>/<length>, e.g., 35.0.0.0/8\n"
25192 : "IPv6 Information\n"
25193 : "IPv6 forwarding table\n"
25194 : "IPv6 routing table\n"
25195 : "Specify the VRF\n"
25196 : "The VRF name\n"
25197 : "All VRFs\n"
25198 : "IPv6 Address\n"
25199 : "IPv6 prefix\n"
25200 : "JavaScript Object Notation\n"
25201 : "Nexthop Group Information\n")
25202 :
25203 : DEFSH_HIDDEN (VTYSH_RMAP, show_route_map_pfx_tbl_cmd_vtysh,
25204 : "show route-map RMAP_NAME prefix-table",
25205 : "Show running system information\n"
25206 : "route-map\n"
25207 : "route-map name\n"
25208 : "internal prefix-table\n")
25209 :
25210 : DEFSH (VTYSH_ZEBRA, show_route_summary_cmd_vtysh,
25211 : "show <ip$ipv4|ipv6$ipv6> route [vrf <NAME$vrf_name|all$vrf_all>] summary [table (1-4294967295)$table_id] [prefix$prefix] [json]",
25212 : "Show running system information\n"
25213 : "IP information\n"
25214 : "IPv6 Information\n"
25215 : "IP routing table\n"
25216 : "Specify the VRF\n"
25217 : "The VRF name\n"
25218 : "All VRFs\n"
25219 : "Summary of all routes\n"
25220 : "Table to display summary for\n"
25221 : "The table number\n"
25222 : "Prefix routes\n"
25223 : "JavaScript Object Notation\n")
25224 :
25225 : DEFSH_HIDDEN (VTYSH_ZEBRA, show_route_zebra_dump_cmd_vtysh,
25226 : "show <ip|ipv6> zebra route dump [vrf VRFNAME]",
25227 : "Show running system information\n"
25228 : "IP information\n"
25229 : "IPv6 Information\n"
25230 : "Zebra daemon\n"
25231 : "Routing table\n"
25232 : "All information\n"
25233 : "Specify the VRF\n"
25234 : "The VRF name\n")
25235 :
25236 : DEFSH (VTYSH_BGPD, show_rpki_as_number_cmd_vtysh,
25237 : "show rpki as-number (1-4294967295)$by_asn [json$uj]",
25238 : "Show running system information\n"
25239 : "Control rpki specific settings\n"
25240 : "Lookup by ASN in prefix table\n"
25241 : "AS Number\n"
25242 : "JavaScript Object Notation\n")
25243 :
25244 : DEFSH (VTYSH_BGPD, show_rpki_cache_connection_cmd_vtysh,
25245 : "show rpki cache-connection [json$uj]",
25246 : "Show running system information\n"
25247 : "Control rpki specific settings\n"
25248 : "Show to which RPKI Cache Servers we have a connection\n"
25249 : "JavaScript Object Notation\n")
25250 :
25251 : DEFSH (VTYSH_BGPD, show_rpki_cache_server_cmd_vtysh,
25252 : "show rpki cache-server [json$uj]",
25253 : "Show running system information\n"
25254 : "Control rpki specific settings\n"
25255 : "Show configured cache server\n"
25256 : "JavaScript Object Notation\n")
25257 :
25258 : DEFSH (VTYSH_BGPD, show_rpki_prefix_cmd_vtysh,
25259 : "show rpki prefix <A.B.C.D/M|X:X::X:X/M> [(1-4294967295)$asn] [json$uj]",
25260 : "Show running system information\n"
25261 : "Control rpki specific settings\n"
25262 : "Lookup IP prefix and optionally ASN in prefix table\n"
25263 : "IPv4 prefix\n"
25264 : "IPv6 prefix\n"
25265 : "AS Number\n"
25266 : "JavaScript Object Notation\n")
25267 :
25268 : DEFSH (VTYSH_BGPD, show_rpki_prefix_table_cmd_vtysh,
25269 : "show rpki prefix-table [json$uj]",
25270 : "Show running system information\n"
25271 : "Control rpki specific settings\n"
25272 : "Show validated prefixes which were received from RPKI Cache\n"
25273 : "JavaScript Object Notation\n")
25274 :
25275 : DEFSH (VTYSH_SHARPD, show_sharp_cspf_cmd_vtysh,
25276 : "show sharp cspf source <A.B.C.D$src4|X:X::X:X$src6> destination <A.B.C.D$dst4|X:X::X:X$dst6> <metric|te-metric|delay> (0-16777215)$cost [rsv-bw (0-7)$cos BANDWIDTH$bw]",
25277 : "Show running system information\n"
25278 : "Sharp Routing Protocol\n"
25279 : "Constraint Shortest Path First path computation\n"
25280 : "Source of the path\n"
25281 : "IPv4 Source address in dot decimal A.B.C.D\n"
25282 : "IPv6 Source address as X:X:X:X\n"
25283 : "Destination of the path\n"
25284 : "IPv4 Destination address in dot decimal A.B.C.D\n"
25285 : "IPv6 Destination address as X:X:X:X\n"
25286 : "Maximum Metric\n"
25287 : "Maximum TE Metric\n"
25288 : "Maxim Delay\n"
25289 : "Value of Maximum cost\n"
25290 : "Reserved Bandwidth of this path\n"
25291 : "Class of Service or Priority level\n"
25292 : "Bytes/second (IEEE floating point format)\n")
25293 :
25294 : DEFSH (VTYSH_SHARPD, show_sharp_segment_routing_srv6_cmd_vtysh,
25295 : "show sharp segment-routing srv6 [json]",
25296 : "Show running system information\n"
25297 : "Sharp Routing Protocol\n"
25298 : "Segment-Routing\n"
25299 : "Segment-Routing IPv6\n"
25300 : "JavaScript Object Notation\n")
25301 :
25302 : DEFSH (VTYSH_SHARPD, show_sharp_ted_cmd_vtysh,
25303 : "show sharp ted [<vertex [A.B.C.D]|edge [A.B.C.D]|subnet [A.B.C.D/M]>] [verbose|json]",
25304 : "Show running system information\n"
25305 : "Sharp Routing Protocol\n"
25306 : "Traffic Engineering Database\n"
25307 : "MPLS-TE Vertex\n"
25308 : "MPLS-TE router ID (as an IP address)\n"
25309 : "MPLS-TE Edge\n"
25310 : "MPLS-TE Edge ID (as an IP address)\n"
25311 : "MPLS-TE Subnet\n"
25312 : "MPLS-TE Subnet ID (as an IP prefix)\n"
25313 : "Verbose output\n"
25314 : "JavaScript Object Notation\n")
25315 :
25316 : DEFSH (VTYSH_ISISD, show_sr_node_cmd_vtysh,
25317 : "show isis segment-routing node",
25318 : "Show running system information\n"
25319 : "IS-IS routing protocol\n"
25320 : "Segment-Routing\n"
25321 : "Segment-Routing node\n")
25322 :
25323 : DEFSH (VTYSH_PATHD, show_srte_policy_cmd_vtysh,
25324 : "show sr-te policy",
25325 : "Show running system information\n"
25326 : "SR-TE info\n"
25327 : "SR-TE Policy\n")
25328 :
25329 : DEFSH (VTYSH_PATHD, show_srte_policy_detail_cmd_vtysh,
25330 : "show sr-te policy detail",
25331 : "Show running system information\n"
25332 : "SR-TE info\n"
25333 : "SR-TE Policy\n"
25334 : "Show a detailed summary\n")
25335 :
25336 : DEFSH (VTYSH_ZEBRA, show_srv6_locator_cmd_vtysh,
25337 : "show segment-routing srv6 locator [json]",
25338 : "Show running system information\n"
25339 : "Segment Routing\n"
25340 : "Segment Routing SRv6\n"
25341 : "Locator Information\n"
25342 : "JavaScript Object Notation\n")
25343 :
25344 : DEFSH (VTYSH_ZEBRA, show_srv6_locator_detail_cmd_vtysh,
25345 : "show segment-routing srv6 locator NAME detail [json]",
25346 : "Show running system information\n"
25347 : "Segment Routing\n"
25348 : "Segment Routing SRv6\n"
25349 : "Locator Information\n"
25350 : "Locator Name\n"
25351 : "Detailed information\n"
25352 : "JavaScript Object Notation\n")
25353 :
25354 : DEFSH (VTYSH_BGPD, show_vnc_queries_pfx_cmd_vtysh,
25355 : "show vnc queries [<A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M|X:X:X:X:X:X>]",
25356 : "Show running system information\n"
25357 : "VNC information\n"
25358 : "List active queries\n"
25359 : "Limit output to a particualr IPV4 address\n"
25360 : "Limit output to a particular IPv4 prefix\n"
25361 : "Limit output to a particualr IPV6 address\n"
25362 : "Limit output to a particular IPv6 prefix\n"
25363 : "Limit output to a particualr MAC address\n")
25364 :
25365 : DEFSH (VTYSH_ZEBRA, show_vrf_cmd_vtysh,
25366 : "show vrf",
25367 : "Show running system information\n"
25368 : "VRF\n")
25369 :
25370 : DEFSH (VTYSH_ZEBRA, show_vrf_vni_cmd_vtysh,
25371 : "show vrf [<NAME$vrf_name|all$vrf_all>] vni [json]",
25372 : "Show running system information\n"
25373 : "Specify the VRF\n"
25374 : "The VRF name\n"
25375 : "All VRFs\n"
25376 : "VNI\n"
25377 : "JavaScript Object Notation\n")
25378 :
25379 : DEFSH (VTYSH_WATCHFRR, show_watchfrr_cmd_vtysh,
25380 : "show watchfrr",
25381 : "Show running system information\n"
25382 : "watchfrr information\n")
25383 :
25384 : DEFSH (VTYSH_ZEBRA, show_zebra_client_cmd_vtysh,
25385 : "show zebra client",
25386 : "Show running system information\n"
25387 : "Zebra information\n"
25388 : "Client information\n")
25389 :
25390 : DEFSH (VTYSH_ZEBRA, show_zebra_client_summary_cmd_vtysh,
25391 : "show zebra client summary",
25392 : "Show running system information\n"
25393 : "Zebra information\n"
25394 : "Client information brief\n"
25395 : "Brief Summary\n")
25396 :
25397 : DEFSH (VTYSH_ZEBRA, show_zebra_cmd_vtysh,
25398 : "show zebra",
25399 : "Show running system information\n"
25400 : "Zebra information\n")
25401 :
25402 : DEFSH (VTYSH_ZEBRA, show_zebra_fpm_stats_cmd_vtysh,
25403 : "show zebra fpm stats",
25404 : "Show running system information\n"
25405 : "Zebra information\n"
25406 : "Forwarding Path Manager information\n"
25407 : "Statistics\n")
25408 :
25409 : DEFSH (VTYSH_ZEBRA, shutdown_if_cmd_vtysh,
25410 : "shutdown",
25411 : "Shutdown the selected interface\n")
25412 :
25413 : DEFSH (VTYSH_ISISD, spf_backoff_debug_cmd_vtysh,
25414 : "debug spf-delay-ietf",
25415 : "Debugging functions\n"
25416 : "SPF Back-off Debugging\n")
25417 :
25418 : DEFSH (VTYSH_ISISD, spf_delay_ietf_cmd_vtysh,
25419 : "spf-delay-ietf init-delay (0-60000) short-delay (0-60000) long-delay (0-60000) holddown (0-60000) time-to-learn (0-60000)",
25420 : "IETF SPF delay algorithm\n"
25421 : "Delay used while in QUIET state\n"
25422 : "Delay used while in QUIET state in milliseconds\n"
25423 : "Delay used while in SHORT_WAIT state\n"
25424 : "Delay used while in SHORT_WAIT state in milliseconds\n"
25425 : "Delay used while in LONG_WAIT\n"
25426 : "Delay used while in LONG_WAIT state in milliseconds\n"
25427 : "Time with no received IGP events before considering IGP stable\n"
25428 : "Time with no received IGP events before considering IGP stable (in milliseconds)\n"
25429 : "Maximum duration needed to learn all the events related to a single failure\n"
25430 : "Maximum duration needed to learn all the events related to a single failure (in milliseconds)\n")
25431 :
25432 : DEFSH (VTYSH_ISISD, spf_interval_cmd_vtysh,
25433 : "spf-interval [level-1|level-2]$level (1-120)$val",
25434 : "Minimum interval between SPF calculations\n"
25435 : "Set interval for level 1 only\n"
25436 : "Set interval for level 2 only\n"
25437 : "Minimum interval between consecutive SPFs in seconds\n")
25438 :
25439 : DEFSH (VTYSH_ISISD, spf_prefix_priority_cmd_vtysh,
25440 : "spf prefix-priority <critical|high|medium>$priority ACCESSLIST_NAME$acl_name",
25441 : "SPF configuration\n"
25442 : "Configure a prefix priority list\n"
25443 : "Specify critical priority prefixes\n"
25444 : "Specify high priority prefixes\n"
25445 : "Specify medium priority prefixes\n"
25446 : "Access-list name\n")
25447 :
25448 : DEFSH (VTYSH_OSPFD, sr_global_label_range_cmd_vtysh,
25449 : "segment-routing global-block (16-1048575) (16-1048575) [local-block (16-1048575) (16-1048575)]",
25450 : "Segment-Routing specific commands\n"
25451 : "Segment Routing Global Block label range\n"
25452 : "Lower-bound range in decimal (16-1048575)\n"
25453 : "Upper-bound range in decimal (16-1048575)\n"
25454 : "Segment Routing Local Block label range\n"
25455 : "Lower-bound range in decimal (16-1048575)\n"
25456 : "Upper-bound range in decimal (16-1048575)\n")
25457 :
25458 : DEFSH (VTYSH_OSPFD, sr_node_msd_cmd_vtysh,
25459 : "segment-routing node-msd (1-16)",
25460 : "Segment-Routing specific commands\n"
25461 : "Maximum Stack Depth for this router\n"
25462 : "Maximum number of label that could be stack (1-16)\n")
25463 :
25464 : DEFSH (VTYSH_OSPFD, sr_prefix_sid_cmd_vtysh,
25465 : "segment-routing prefix A.B.C.D/M index (0-65535) [no-php-flag|explicit-null]",
25466 : "Segment-Routing specific commands\n"
25467 : "Prefix SID\n"
25468 : "IPv4 Prefix as A.B.C.D/M\n"
25469 : "SID index for this prefix in decimal (0-65535)\n"
25470 : "Index value inside SRGB (lower_bound < index < upper_bound)\n"
25471 : "Don't request Penultimate Hop Popping (PHP)\n"
25472 : "Upstream neighbor must replace prefix-sid with explicit null label\n")
25473 :
25474 : DEFSH (VTYSH_PATHD, srte_candidate_affinity_filter_cmd_vtysh,
25475 : "affinity <exclude-any|include-any|include-all>$type BITPATTERN$value",
25476 : "Affinity constraint\n"
25477 : "Exclude any matching link\n"
25478 : "Include any matching link\n"
25479 : "Include all matching links\n"
25480 : "Attribute filter bit pattern as an hexadecimal value from 0x00000000 to 0xFFFFFFFF\n")
25481 :
25482 : DEFSH (VTYSH_PATHD, srte_candidate_bandwidth_cmd_vtysh,
25483 : "bandwidth BANDWIDTH$value [required$required]",
25484 : "Define a bandwidth constraint\n"
25485 : "Bandwidth value\n"
25486 : "Required constraint\n")
25487 :
25488 : DEFSH (VTYSH_PATHD, srte_candidate_metric_cmd_vtysh,
25489 : "metric [bound$bound] <igp|te|hc|abc|lmll|cigp|cte|pigp|pte|phc|msd|pd|pdv|pl|ppd|ppdv|ppl|nap|nlp|dc|bnc>$type METRIC$value [required$required]",
25490 : "Define a metric constraint\n"
25491 : "If the metric is bounded\n"
25492 : "IGP metric\n"
25493 : "TE metric\n"
25494 : "Hop Counts\n"
25495 : "Aggregate bandwidth consumption\n"
25496 : "Load of the most loaded link\n"
25497 : "Cumulative IGP cost\n"
25498 : "Cumulative TE cost\n"
25499 : "P2MP IGP metric\n"
25500 : "P2MP TE metric\n"
25501 : "P2MP hop count metric\n"
25502 : "Segment-ID (SID) Depth.\n"
25503 : "Path Delay metric\n"
25504 : "Path Delay Variation metric\n"
25505 : "Path Loss metric\n"
25506 : "P2MP Path Delay metric\n"
25507 : "P2MP Path Delay variation metric\n"
25508 : "P2MP Path Loss metric\n"
25509 : "Number of adaptations on a path\n"
25510 : "Number of layers on a path\n"
25511 : "Domain Count metric\n"
25512 : "Border Node Count metric\n"
25513 : "Metric value\n"
25514 : "Required constraint\n")
25515 :
25516 : DEFSH (VTYSH_PATHD, srte_candidate_no_affinity_filter_cmd_vtysh,
25517 : "no affinity <exclude-any|include-any|include-all>$type [BITPATTERN$value]",
25518 : "Negate a command or set its defaults\n"
25519 : "Affinity constraint\n"
25520 : "Exclude any matching link\n"
25521 : "Include any matching link\n"
25522 : "Include all matching links\n"
25523 : "Attribute filter bit pattern as an hexadecimal value from 0x00000000 to 0xFFFFFFFF\n")
25524 :
25525 : DEFSH (VTYSH_PATHD, srte_candidate_no_bandwidth_cmd_vtysh,
25526 : "no bandwidth [BANDWIDTH$value] [required$required]",
25527 : "Negate a command or set its defaults\n"
25528 : "Remove a bandwidth constraint\n"
25529 : "Bandwidth value\n"
25530 : "Required constraint\n")
25531 :
25532 : DEFSH (VTYSH_PATHD, srte_candidate_no_metric_cmd_vtysh,
25533 : "no metric [bound] <igp|te|hc|abc|lmll|cigp|cte|pigp|pte|phc|msd|pd|pdv|pl|ppd|ppdv|ppl|nap|nlp|dc|bnc>$type [METRIC$value] [required$required]",
25534 : "Negate a command or set its defaults\n"
25535 : "Remove a metric constraint\n"
25536 : "If the metric is bounded\n"
25537 : "IGP metric\n"
25538 : "TE metric\n"
25539 : "Hop Counts\n"
25540 : "Aggregate bandwidth consumption\n"
25541 : "Load of the most loaded link\n"
25542 : "Cumulative IGP cost\n"
25543 : "Cumulative TE cost\n"
25544 : "P2MP IGP metric\n"
25545 : "P2MP TE metric\n"
25546 : "P2MP hop count metric\n"
25547 : "Segment-ID (SID) Depth.\n"
25548 : "Path Delay metric\n"
25549 : "Path Delay Variation metric\n"
25550 : "Path Loss metric\n"
25551 : "P2MP Path Delay metric\n"
25552 : "P2MP Path Delay variation metric\n"
25553 : "P2MP Path Loss metric\n"
25554 : "Number of adaptations on a path\n"
25555 : "Number of layers on a path\n"
25556 : "Domain Count metric\n"
25557 : "Border Node Count metric\n"
25558 : "Metric value\n"
25559 : "Required constraint\n")
25560 :
25561 : DEFSH (VTYSH_PATHD, srte_candidate_no_objfun_cmd_vtysh,
25562 : "no objective-function [<mcp|mlp|mbp|mbc|mll|mcc|spt|mct|mplp|mup|mrup|mtd|mbn|mctd|msl|mss|msn>] [required$required]",
25563 : "Negate a command or set its defaults\n"
25564 : "Remove an objective function constraint\n"
25565 : "Minimum Cost Path\n"
25566 : "Minimum Load Path\n"
25567 : "Maximum residual Bandwidth Path\n"
25568 : "Minimize aggregate Bandwidth Consumption\n"
25569 : "Minimize the Load of the most loaded Link\n"
25570 : "Minimize the Cumulative Cost of a set of paths\n"
25571 : "Shortest Path Tree\n"
25572 : "Minimum Cost Tree\n"
25573 : "Minimum Packet Loss Path\n"
25574 : "Maximum Under-Utilized Path\n"
25575 : "Maximum Reserved Under-Utilized Path\n"
25576 : "Minimize the number of Transit Domains\n"
25577 : "Minimize the number of Border Nodes\n"
25578 : "Minimize the number of Common Transit Domains\n"
25579 : "Minimize the number of Shared Links\n"
25580 : "Minimize the number of Shared SRLGs\n"
25581 : "Minimize the number of Shared Nodes\n"
25582 : "Required constraint\n")
25583 :
25584 : DEFSH (VTYSH_PATHD, srte_candidate_objfun_cmd_vtysh,
25585 : "objective-function <mcp|mlp|mbp|mbc|mll|mcc|spt|mct|mplp|mup|mrup|mtd|mbn|mctd|msl|mss|msn>$type [required$required]",
25586 : "Define an objective function constraint\n"
25587 : "Minimum Cost Path\n"
25588 : "Minimum Load Path\n"
25589 : "Maximum residual Bandwidth Path\n"
25590 : "Minimize aggregate Bandwidth Consumption\n"
25591 : "Minimize the Load of the most loaded Link\n"
25592 : "Minimize the Cumulative Cost of a set of paths\n"
25593 : "Shortest Path Tree\n"
25594 : "Minimum Cost Tree\n"
25595 : "Minimum Packet Loss Path\n"
25596 : "Maximum Under-Utilized Path\n"
25597 : "Maximum Reserved Under-Utilized Path\n"
25598 : "Minimize the number of Transit Domains\n"
25599 : "Minimize the number of Border Nodes\n"
25600 : "Minimize the number of Common Transit Domains\n"
25601 : "Minimize the number of Shared Links\n"
25602 : "Minimize the number of Shared SRLGs\n"
25603 : "Minimize the number of Shared Nodes\n"
25604 : "Required constraint\n")
25605 :
25606 : DEFSH (VTYSH_PATHD, srte_no_policy_cmd_vtysh,
25607 : "no policy color (0-4294967295)$num endpoint <A.B.C.D|X:X::X:X>$endpoint",
25608 : "Negate a command or set its defaults\n"
25609 : "Segment Routing Policy\n"
25610 : "SR Policy color\n"
25611 : "SR Policy color value\n"
25612 : "SR Policy endpoint\n"
25613 : "SR Policy endpoint IPv4 address\n"
25614 : "SR Policy endpoint IPv6 address\n")
25615 :
25616 : DEFSH (VTYSH_PATHD, srte_no_segment_list_cmd_vtysh,
25617 : "no segment-list WORD$name",
25618 : "Negate a command or set its defaults\n"
25619 : "Segment List\n"
25620 : "Segment List Name\n")
25621 :
25622 : DEFSH (VTYSH_PATHD, srte_policy_binding_sid_cmd_vtysh,
25623 : "binding-sid (16-1048575)$label",
25624 : "Segment Routing Policy Binding-SID\n"
25625 : "SR Policy Binding-SID label\n")
25626 :
25627 : DEFSH (VTYSH_PATHD, srte_policy_candidate_exp_cmd_vtysh,
25628 : "candidate-path preference (0-4294967295)$preference name WORD$name explicit segment-list WORD$list_name",
25629 : "Segment Routing Policy Candidate Path\n"
25630 : "Segment Routing Policy Candidate Path Preference\n"
25631 : "Administrative Preference\n"
25632 : "Segment Routing Policy Candidate Path Name\n"
25633 : "Symbolic Name\n"
25634 : "Explicit Path\n"
25635 : "List of SIDs\n"
25636 : "Name of the Segment List\n")
25637 :
25638 : DEFSH (VTYSH_PATHD, srte_policy_name_cmd_vtysh,
25639 : "name WORD$name",
25640 : "Segment Routing Policy name\n"
25641 : "SR Policy name value\n")
25642 :
25643 : DEFSH (VTYSH_PATHD, srte_policy_no_binding_sid_cmd_vtysh,
25644 : "no binding-sid [(16-1048575)]",
25645 : "Negate a command or set its defaults\n"
25646 : "Segment Routing Policy Binding-SID\n"
25647 : "SR Policy Binding-SID label\n")
25648 :
25649 : DEFSH (VTYSH_PATHD, srte_policy_no_candidate_cmd_vtysh,
25650 : "no candidate-path preference (0-4294967295)$preference [name WORD < explicit segment-list WORD |dynamic >]",
25651 : "Negate a command or set its defaults\n"
25652 : "Segment Routing Policy Candidate Path\n"
25653 : "Segment Routing Policy Candidate Path Preference\n"
25654 : "Administrative Preference\n"
25655 : "Segment Routing Policy Candidate Path Name\n"
25656 : "Symbolic Name\n"
25657 : "Explicit Path\n"
25658 : "List of SIDs\n"
25659 : "Name of the Segment List\n"
25660 : "Dynamic Path\n")
25661 :
25662 : DEFSH (VTYSH_PATHD, srte_policy_no_name_cmd_vtysh,
25663 : "no name [WORD]",
25664 : "Negate a command or set its defaults\n"
25665 : "Segment Routing Policy name\n"
25666 : "SR Policy name value\n")
25667 :
25668 : DEFSH (VTYSH_PATHD, srte_segment_list_no_segment_cmd_vtysh,
25669 : "no index (0-4294967295)$index",
25670 : "Negate a command or set its defaults\n"
25671 : "Index\n"
25672 : "Index Value\n")
25673 :
25674 : DEFSH (VTYSH_PATHD, srte_segment_list_segment_cmd_vtysh,
25675 : "index (0-4294967295)$index <[mpls$has_mpls_label label (16-1048575)$label] |[nai$has_nai <prefix <A.B.C.D/M$prefix_ipv4|X:X::X:X/M$prefix_ipv6><algorithm$has_algo (0-1)$algo| iface$has_iface_id (0-4294967295)$iface_id>| adjacency$has_adj <A.B.C.D$adj_src_ipv4 A.B.C.D$adj_dst_ipv4|X:X::X:X$adj_src_ipv6 X:X::X:X$adj_dst_ipv6>>]>",
25676 : "Index\n"
25677 : "Index Value\n"
25678 : "MPLS or IP Label\n"
25679 : "Label\n"
25680 : "Label Value\n"
25681 : "Segment NAI\n"
25682 : "NAI prefix identifier\n"
25683 : "NAI IPv4 prefix identifier\n"
25684 : "NAI IPv6 prefix identifier\n"
25685 : "IGP Algorithm\n"
25686 : "Algorithm Value SPF or Strict-SPF\n"
25687 : "Interface Id\n"
25688 : "Interface Value\n"
25689 : "ADJ identifier\n"
25690 : "ADJ IPv4 src identifier\n"
25691 : "ADJ IPv4 dst identifier\n"
25692 : "ADJ IPv6 src identifier\n"
25693 : "ADJ IPv6 dst identifier\n")
25694 :
25695 : DEFSH (VTYSH_STATICD, staticd_show_bfd_routes_cmd_vtysh,
25696 : "show bfd static route [json]$isjson",
25697 : "Show running system information\n"
25698 : "BFD monitoring\n"
25699 : "Static route daemon\n"
25700 : "Routing Table\n"
25701 : "JavaScript Object Notation\n")
25702 :
25703 : DEFSH (VTYSH_SHARPD, tc_filter_rate_cmd_vtysh,
25704 : "sharp tc dev IFNAME$ifname source <A.B.C.D/M|X:X::X:X/M>$src destination <A.B.C.D/M|X:X::X:X/M>$dst ip-protocol <tcp|udp>$ip_proto src-port (1-65535)$src_port dst-port (1-65535)$dst_port rate RATE$ratestr",
25705 : "Sharp Routing Protocol\n"
25706 : "Traffic control\n"
25707 : "TC interface (for qdisc, class, filter)\n"
25708 : "TC interface name\n"
25709 : "TC filter source\n"
25710 : "TC filter source IPv4 prefix\n"
25711 : "TC filter source IPv6 prefix\n"
25712 : "TC filter destination\n"
25713 : "TC filter destination IPv4 prefix\n"
25714 : "TC filter destination IPv6 prefix\n"
25715 : "TC filter IP protocol\n"
25716 : "TC filter IP protocol TCP\n"
25717 : "TC filter IP protocol UDP\n"
25718 : "TC filter source port\n"
25719 : "TC filter source port\n"
25720 : "TC filter destination port\n"
25721 : "TC filter destination port\n"
25722 : "TC rate\n"
25723 : "TC rate number (bits/s) or rate string (suffixed with Bps or bit)\n")
25724 :
25725 : DEFSH_HIDDEN (VTYSH_BGPD, test_es_add_cmd_vtysh,
25726 : "[no$no] test es NAME$esi_str [state NAME$state_str]",
25727 : "Negate a command or set its defaults\n"
25728 : "Test\n"
25729 : "Ethernet-segment\n"
25730 : "Ethernet-Segment Identifier\n"
25731 : "ES link state\n"
25732 : "up|down\n")
25733 :
25734 : DEFSH_HIDDEN (VTYSH_BGPD, test_es_vni_add_cmd_vtysh,
25735 : "[no$no] test es NAME$esi_str vni (1-16777215)$vni",
25736 : "Negate a command or set its defaults\n"
25737 : "Test\n"
25738 : "Ethernet-segment\n"
25739 : "Ethernet-Segment Identifier\n"
25740 : "VNI\n"
25741 : "1-16777215\n")
25742 :
25743 : DEFSH_HIDDEN (VTYSH_ZEBRA, test_mlag_cmd_vtysh,
25744 : "test zebra mlag <none$none|primary$primary|secondary$secondary>",
25745 : "Test code\n"
25746 : "Zebra information\n"
25747 : "Modify the Mlag state\n"
25748 : "Mlag is not setup on the machine\n"
25749 : "Mlag is setup to be primary\n"
25750 : "Mlag is setup to be the secondary\n")
25751 :
25752 : DEFSH (VTYSH_NHRPD, tunnel_protection_cmd_vtysh,
25753 : "tunnel protection vici profile PROFILE [fallback-profile FALLBACK]",
25754 : "NHRP/GRE integration\n"
25755 : "IPsec protection\n"
25756 : "VICI (StrongSwan)\n"
25757 : "IPsec profile\n"
25758 : "IPsec profile name\n"
25759 : "Fallback IPsec profile\n"
25760 : "Fallback IPsec profile name\n")
25761 :
25762 : DEFSH (VTYSH_NHRPD, tunnel_source_cmd_vtysh,
25763 : "tunnel source INTERFACE",
25764 : "NHRP/GRE integration\n"
25765 : "Tunnel device binding tracking\n"
25766 : "Interface name\n")
25767 :
25768 : DEFSH (VTYSH_BGPD, vnc_advertise_un_method_cmd_vtysh,
25769 : "vnc advertise-un-method encap-attr",
25770 : "VNC/RFP related configuration\n"
25771 : "Method of advertising UN addresses\n"
25772 : "Via Tunnel Encap attribute (in VPN SAFI)\n")
25773 :
25774 : DEFSH (VTYSH_BGPD, vnc_clear_counters_cmd_vtysh,
25775 : "clear vnc counters",
25776 : "Reset functions\n"
25777 : "VNC information\n"
25778 : "Reset VNC counters\n")
25779 :
25780 : DEFSH (VTYSH_BGPD, vnc_defaults_l2rd_cmd_vtysh,
25781 : "l2rd <(1-255)|auto-vn>",
25782 : "Specify default Local Nve ID value to use in RD for L2 routes\n"
25783 : "Fixed value 1-255\n"
25784 : "use the low-order octet of the NVE's VN address\n")
25785 :
25786 : DEFSH (VTYSH_BGPD, vnc_defaults_no_l2rd_cmd_vtysh,
25787 : "no l2rd",
25788 : "Negate a command or set its defaults\n"
25789 : "Specify default Local Nve ID value to use in RD for L2 routes\n")
25790 :
25791 : DEFSH (VTYSH_BGPD, vnc_defaults_rd_cmd_vtysh,
25792 : "rd ASN:NN_OR_IP-ADDRESS:NN",
25793 : "Specify default route distinguisher\n"
25794 : "Route Distinguisher (<as-number>:<number> | <ip-address>:<number> | auto:vn:<number> )\n")
25795 :
25796 : DEFSH (VTYSH_BGPD, vnc_defaults_responselifetime_cmd_vtysh,
25797 : "response-lifetime <LIFETIME|infinite>",
25798 : "Specify default response lifetime\n"
25799 : "Response lifetime in seconds\n"
25800 : "Infinite response lifetime\n")
25801 :
25802 : DEFSH (VTYSH_BGPD, vnc_defaults_rt_both_cmd_vtysh,
25803 : "rt both RTLIST...",
25804 : "Configure default route targets\n"
25805 : "Export+import filters\n"
25806 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
25807 :
25808 : DEFSH (VTYSH_BGPD, vnc_defaults_rt_export_cmd_vtysh,
25809 : "rt export RTLIST...",
25810 : "Configure default route targets\n"
25811 : "Export filter\n"
25812 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
25813 :
25814 : DEFSH (VTYSH_BGPD, vnc_defaults_rt_import_cmd_vtysh,
25815 : "rt import RTLIST...",
25816 : "Specify default route targets\n"
25817 : "Import filter\n"
25818 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
25819 :
25820 : DEFSH (VTYSH_BGPD, vnc_export_mode_cmd_vtysh,
25821 : "vnc export <bgp|zebra> mode <group-nve|ce|none|registering-nve>",
25822 : "VNC/RFP related configuration\n"
25823 : "Export to other protocols\n"
25824 : "Export to BGP\n"
25825 : "Export to Zebra (experimental)\n"
25826 : "Select export mode\n"
25827 : "Export routes with nve-group next-hops\n"
25828 : "Export routes with NVE connected router next-hops\n"
25829 : "Disable export\n"
25830 : "Export routes with registering NVE as next-hop\n")
25831 :
25832 : DEFSH (VTYSH_BGPD, vnc_export_nvegroup_cmd_vtysh,
25833 : "vnc export <bgp|zebra> group-nve group NAME",
25834 : "VNC/RFP related configuration\n"
25835 : "Export to other protocols\n"
25836 : "Export to BGP\n"
25837 : "Export to Zebra (experimental)\n"
25838 : "NVE group, used in 'group-nve' export mode\n"
25839 : "NVE group\n"
25840 : "Group name\n")
25841 :
25842 : DEFSH (VTYSH_BGPD, vnc_l2_group_labels_cmd_vtysh,
25843 : "labels (0-1048575)...",
25844 : "Specify label values associated with group\n"
25845 : "Space separated list of label values <0-1048575>\n")
25846 :
25847 : DEFSH (VTYSH_BGPD, vnc_l2_group_lni_cmd_vtysh,
25848 : "logical-network-id (0-4294967295)",
25849 : "Specify Logical Network ID associated with group\n"
25850 : "value\n")
25851 :
25852 : DEFSH (VTYSH_BGPD, vnc_l2_group_no_labels_cmd_vtysh,
25853 : "no labels (0-1048575)...",
25854 : "Negate a command or set its defaults\n"
25855 : "Specify label values associated with L2 group\n"
25856 : "Space separated list of label values <0-1048575>\n")
25857 :
25858 : DEFSH (VTYSH_BGPD, vnc_l2_group_rt_cmd_vtysh,
25859 : "rt <both|export|import> ASN:NN_OR_IP-ADDRESS:NN",
25860 : "Specify route targets\n"
25861 : "Export+import filters\n"
25862 : "Export filters\n"
25863 : "Import filters\n"
25864 : "A route target\n")
25865 :
25866 : DEFSH (VTYSH_BGPD, vnc_no_export_nvegroup_cmd_vtysh,
25867 : "vnc export <bgp|zebra> group-nve no group NAME",
25868 : "VNC/RFP related configuration\n"
25869 : "Export to other protocols\n"
25870 : "Export to BGP\n"
25871 : "Export to Zebra (experimental)\n"
25872 : "NVE group, used in 'group-nve' export mode\n"
25873 : "Disable export of VNC routes\n"
25874 : "NVE group\n"
25875 : "Group name\n")
25876 :
25877 : DEFSH (VTYSH_BGPD, vnc_no_l2_group_cmd_vtysh,
25878 : "no vnc l2-group NAME",
25879 : "Negate a command or set its defaults\n"
25880 : "VNC/RFP related configuration\n"
25881 : "Configure a L2 group\n"
25882 : "Group name\n")
25883 :
25884 : DEFSH (VTYSH_BGPD, vnc_no_nve_group_cmd_vtysh,
25885 : "no vnc nve-group NAME",
25886 : "Negate a command or set its defaults\n"
25887 : "VNC/RFP related configuration\n"
25888 : "Configure a NVE group\n"
25889 : "Group name\n")
25890 :
25891 : DEFSH (VTYSH_BGPD, vnc_no_redistribute_protocol_cmd_vtysh,
25892 : "no vnc redistribute <ipv4|ipv6> <bgp|bgp-direct|bgp-direct-to-nve-groups|connected|kernel|ospf|rip|static>",
25893 : "Negate a command or set its defaults\n"
25894 : "VNC/RFP related configuration\n"
25895 : "Redistribute from other protocol\n"
25896 : "IPv4 routes\n"
25897 : "IPv6 routes\n"
25898 : "From BGP\n"
25899 : "From BGP without Zebra\n"
25900 : "From BGP without Zebra, only to configured NVE groups\n"
25901 : "Connected interfaces\n"
25902 : "From kernel routes\n"
25903 : "From Open Shortest Path First (OSPF)\n"
25904 : "From Routing Information Protocol (RIP)\n"
25905 : "From Static routes\n")
25906 :
25907 : DEFSH (VTYSH_BGPD, vnc_no_vrf_policy_cmd_vtysh,
25908 : "no vrf-policy NAME",
25909 : "Negate a command or set its defaults\n"
25910 : "Remove a VRF policy group\n"
25911 : "VRF name\n")
25912 :
25913 : DEFSH (VTYSH_BGPD, vnc_nve_export_no_prefixlist_cmd_vtysh,
25914 : "no vnc export <bgp|zebra> <ipv4|ipv6> prefix-list [NAME]",
25915 : "Negate a command or set its defaults\n"
25916 : "VNC/RFP related configuration\n"
25917 : "Export to other protocols\n"
25918 : "Export to BGP\n"
25919 : "Export to Zebra (experimental)\n"
25920 : "IPv4 prefixes\n"
25921 : "IPv6 prefixes\n"
25922 : "Prefix-list for filtering exported routes\n"
25923 : "Prefix list name\n")
25924 :
25925 : DEFSH (VTYSH_BGPD, vnc_nve_export_no_routemap_cmd_vtysh,
25926 : "no vnc export <bgp|zebra> route-map [NAME]",
25927 : "Negate a command or set its defaults\n"
25928 : "VNC/RFP related configuration\n"
25929 : "Export to other protocols\n"
25930 : "Export to BGP\n"
25931 : "Export to Zebra (experimental)\n"
25932 : "Route-map for filtering exported routes\n"
25933 : "Route map name\n")
25934 :
25935 : DEFSH (VTYSH_BGPD, vnc_nve_export_prefixlist_cmd_vtysh,
25936 : "vnc export <bgp|zebra> <ipv4|ipv6> prefix-list NAME",
25937 : "VNC/RFP related configuration\n"
25938 : "Export to other protocols\n"
25939 : "Export to BGP\n"
25940 : "Export to Zebra (experimental)\n"
25941 : "IPv4 prefixes\n"
25942 : "IPv6 prefixes\n"
25943 : "Prefix-list for filtering exported routes\n"
25944 : "Prefix list name\n")
25945 :
25946 : DEFSH (VTYSH_BGPD, vnc_nve_export_routemap_cmd_vtysh,
25947 : "vnc export <bgp|zebra> route-map NAME",
25948 : "VNC/RFP related configuration\n"
25949 : "Export to other protocols\n"
25950 : "Export to BGP\n"
25951 : "Export to Zebra (experimental)\n"
25952 : "Route-map for filtering exported routes\n"
25953 : "Route map name\n")
25954 :
25955 : DEFSH (VTYSH_BGPD, vnc_nve_group_export_no_prefixlist_cmd_vtysh,
25956 : "no export <bgp|zebra> <ipv4|ipv6> prefix-list [NAME]",
25957 : "Negate a command or set its defaults\n"
25958 : "Export to other protocols\n"
25959 : "Export to BGP\n"
25960 : "Export to Zebra (experimental)\n"
25961 : "IPv4 routes\n"
25962 : "IPv6 routes\n"
25963 : "Prefix-list for filtering exported routes\n"
25964 : "prefix list name\n")
25965 :
25966 : DEFSH (VTYSH_BGPD, vnc_nve_group_export_no_routemap_cmd_vtysh,
25967 : "no export <bgp|zebra> route-map [NAME]",
25968 : "Negate a command or set its defaults\n"
25969 : "Export to other protocols\n"
25970 : "Export to BGP\n"
25971 : "Export to Zebra (experimental)\n"
25972 : "Route-map for filtering exported routes\n"
25973 : "route map name\n")
25974 :
25975 : DEFSH (VTYSH_BGPD, vnc_nve_group_export_prefixlist_cmd_vtysh,
25976 : "export <bgp|zebra> <ipv4|ipv6> prefix-list NAME",
25977 : "Export to other protocols\n"
25978 : "Export to BGP\n"
25979 : "Export to Zebra (experimental)\n"
25980 : "IPv4 routes\n"
25981 : "IPv6 routes\n"
25982 : "Prefix-list for filtering exported routes\n"
25983 : "prefix list name\n")
25984 :
25985 : DEFSH (VTYSH_BGPD, vnc_nve_group_export_routemap_cmd_vtysh,
25986 : "export <bgp|zebra> route-map NAME",
25987 : "Export to other protocols\n"
25988 : "Export to BGP\n"
25989 : "Export to Zebra (experimental)\n"
25990 : "Route-map for filtering exported routes\n"
25991 : "route map name\n")
25992 :
25993 : DEFSH (VTYSH_BGPD, vnc_nve_group_l2rd_cmd_vtysh,
25994 : "l2rd <(1-255)|auto-vn>",
25995 : "Specify default Local Nve ID value to use in RD for L2 routes\n"
25996 : "Fixed value 1-255\n"
25997 : "use the low-order octet of the NVE's VN address\n")
25998 :
25999 : DEFSH (VTYSH_BGPD, vnc_nve_group_no_l2rd_cmd_vtysh,
26000 : "no l2rd",
26001 : "Negate a command or set its defaults\n"
26002 : "Specify default Local Nve ID value to use in RD for L2 routes\n")
26003 :
26004 : DEFSH (VTYSH_BGPD, vnc_nve_group_prefix_cmd_vtysh,
26005 : "prefix <vn|un> <A.B.C.D/M|X:X::X:X/M>",
26006 : "Specify prefixes matching NVE VN or UN interfaces\n"
26007 : "VN prefix\n"
26008 : "UN prefix\n"
26009 : "IPv4 prefix\n"
26010 : "IPv6 prefix\n")
26011 :
26012 : DEFSH (VTYSH_BGPD, vnc_nve_group_rd_cmd_vtysh,
26013 : "rd ASN:NN_OR_IP-ADDRESS:NN",
26014 : "Specify route distinguisher\n"
26015 : "Route Distinguisher (<as-number>:<number> | <ip-address>:<number> | auto:vn:<number> )\n")
26016 :
26017 : DEFSH (VTYSH_BGPD, vnc_nve_group_redist_bgpdirect_no_prefixlist_cmd_vtysh,
26018 : "no redistribute bgp-direct <ipv4|ipv6> prefix-list",
26019 : "Negate a command or set its defaults\n"
26020 : "Redistribute from other protocol\n"
26021 : "Redistribute from BGP directly\n"
26022 : "IPv4 routes\n"
26023 : "IPv6 routes\n"
26024 : "Prefix-list for filtering redistributed routes\n")
26025 :
26026 : DEFSH (VTYSH_BGPD, vnc_nve_group_redist_bgpdirect_no_routemap_cmd_vtysh,
26027 : "no redistribute bgp-direct route-map",
26028 : "Negate a command or set its defaults\n"
26029 : "Redistribute from other protocols\n"
26030 : "Redistribute from BGP directly\n"
26031 : "Route-map for filtering redistributed routes\n")
26032 :
26033 : DEFSH (VTYSH_BGPD, vnc_nve_group_redist_bgpdirect_prefixlist_cmd_vtysh,
26034 : "redistribute bgp-direct <ipv4|ipv6> prefix-list NAME",
26035 : "Redistribute from other protocol\n"
26036 : "Redistribute from BGP directly\n"
26037 : "IPv4 routes\n"
26038 : "IPv6 routes\n"
26039 : "Prefix-list for filtering redistributed routes\n"
26040 : "prefix list name\n")
26041 :
26042 : DEFSH (VTYSH_BGPD, vnc_nve_group_redist_bgpdirect_routemap_cmd_vtysh,
26043 : "redistribute bgp-direct route-map NAME",
26044 : "Redistribute from other protocols\n"
26045 : "Redistribute from BGP directly\n"
26046 : "Route-map for filtering exported routes\n"
26047 : "route map name\n")
26048 :
26049 : DEFSH (VTYSH_BGPD, vnc_nve_group_responselifetime_cmd_vtysh,
26050 : "response-lifetime <LIFETIME|infinite>",
26051 : "Specify response lifetime\n"
26052 : "Response lifetime in seconds\n"
26053 : "Infinite response lifetime\n")
26054 :
26055 : DEFSH (VTYSH_BGPD, vnc_nve_group_rt_both_cmd_vtysh,
26056 : "rt both RTLIST...",
26057 : "Specify route targets\n"
26058 : "Export+import filters\n"
26059 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
26060 :
26061 : DEFSH (VTYSH_BGPD, vnc_nve_group_rt_export_cmd_vtysh,
26062 : "rt export RTLIST...",
26063 : "Specify route targets\n"
26064 : "Export filter\n"
26065 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
26066 :
26067 : DEFSH (VTYSH_BGPD, vnc_nve_group_rt_import_cmd_vtysh,
26068 : "rt import RTLIST...",
26069 : "Specify route targets\n"
26070 : "Import filter\n"
26071 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
26072 :
26073 : DEFSH (VTYSH_BGPD, vnc_redist_bgpdirect_no_prefixlist_cmd_vtysh,
26074 : "no vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> <ipv4|ipv6> prefix-list",
26075 : "Negate a command or set its defaults\n"
26076 : "VNC/RFP related configuration\n"
26077 : "Redistribute from other protocol\n"
26078 : "Redistribute from BGP directly\n"
26079 : "Redistribute from BGP without Zebra, only to configured NVE groups\n"
26080 : "IPv4 routes\n"
26081 : "IPv6 routes\n"
26082 : "Prefix-list for filtering redistributed routes\n")
26083 :
26084 : DEFSH (VTYSH_BGPD, vnc_redist_bgpdirect_no_routemap_cmd_vtysh,
26085 : "no vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> route-map",
26086 : "Negate a command or set its defaults\n"
26087 : "VNC/RFP related configuration\n"
26088 : "Redistribute from other protocols\n"
26089 : "Redistribute from BGP directly\n"
26090 : "Redistribute from BGP without Zebra, only to configured NVE groups\n"
26091 : "Route-map for filtering redistributed routes\n")
26092 :
26093 : DEFSH (VTYSH_BGPD, vnc_redist_bgpdirect_prefixlist_cmd_vtysh,
26094 : "vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> <ipv4|ipv6> prefix-list NAME",
26095 : "VNC/RFP related configuration\n"
26096 : "Redistribute from other protocol\n"
26097 : "Redistribute from BGP directly\n"
26098 : "Redistribute from BGP without Zebra, only to configured NVE groups\n"
26099 : "IPv4 routes\n"
26100 : "IPv6 routes\n"
26101 : "Prefix-list for filtering redistributed routes\n"
26102 : "prefix list name\n")
26103 :
26104 : DEFSH (VTYSH_BGPD, vnc_redist_bgpdirect_routemap_cmd_vtysh,
26105 : "vnc redistribute <bgp-direct|bgp-direct-to-nve-groups> route-map NAME",
26106 : "VNC/RFP related configuration\n"
26107 : "Redistribute from other protocols\n"
26108 : "Redistribute from BGP directly\n"
26109 : "Redistribute from BGP without Zebra, only to configured NVE groups\n"
26110 : "Route-map for filtering exported routes\n"
26111 : "route map name\n")
26112 :
26113 : DEFSH (VTYSH_BGPD, vnc_redistribute_bgp_exterior_cmd_vtysh,
26114 : "vnc redistribute <ipv4|ipv6> bgp-direct-to-nve-groups view NAME",
26115 : "VNC/RFP related configuration\n"
26116 : "Redistribute routes into VNC\n"
26117 : "IPv4 routes\n"
26118 : "IPv6 routes\n"
26119 : "From BGP without Zebra, only to configured NVE groups\n"
26120 : "From BGP view\n"
26121 : "BGP view name\n")
26122 :
26123 : DEFSH (VTYSH_BGPD, vnc_redistribute_lifetime_cmd_vtysh,
26124 : "vnc redistribute lifetime <LIFETIME|infinite>",
26125 : "VNC/RFP related configuration\n"
26126 : "Redistribute\n"
26127 : "Assign a lifetime to routes redistributed from another routing protocol\n"
26128 : "lifetime value (32 bit)\n"
26129 : "Allow lifetime to never expire\n")
26130 :
26131 : DEFSH (VTYSH_BGPD, vnc_redistribute_mode_cmd_vtysh,
26132 : "vnc redistribute mode <nve-group|plain|resolve-nve>",
26133 : "VNC/RFP related configuration\n"
26134 : "Redistribute routes into VNC\n"
26135 : "Redistribution mode\n"
26136 : "Based on redistribute nve-group\n"
26137 : "Unmodified\n"
26138 : "Resolve each nexthop to connected NVEs\n")
26139 :
26140 : DEFSH (VTYSH_BGPD, vnc_redistribute_no_nvegroup_cmd_vtysh,
26141 : "no vnc redistribute nve-group",
26142 : "Negate a command or set its defaults\n"
26143 : "VNC/RFP related configuration\n"
26144 : "Redistribute from other protocol\n"
26145 : "Assign a NVE group to routes redistributed from another routing protocol\n")
26146 :
26147 : DEFSH (VTYSH_BGPD, vnc_redistribute_nvegroup_cmd_vtysh,
26148 : "vnc redistribute nve-group NAME",
26149 : "VNC/RFP related configuration\n"
26150 : "Assign a NVE group to routes redistributed from another routing protocol\n"
26151 : "NVE group\n"
26152 : "Group name\n")
26153 :
26154 : DEFSH (VTYSH_BGPD, vnc_redistribute_protocol_cmd_vtysh,
26155 : "vnc redistribute <ipv4|ipv6> <bgp|bgp-direct|bgp-direct-to-nve-groups|connected|kernel|ospf|rip|static>",
26156 : "VNC/RFP related configuration\n"
26157 : "Redistribute routes into VNC\n"
26158 : "IPv4 routes\n"
26159 : "IPv6 routes\n"
26160 : "From BGP\n"
26161 : "From BGP without Zebra\n"
26162 : "From BGP without Zebra, only to configured NVE groups\n"
26163 : "Connected interfaces\n"
26164 : "From kernel routes\n"
26165 : "From Open Shortest Path First (OSPF)\n"
26166 : "From Routing Information Protocol (RIP)\n"
26167 : "From Static routes\n")
26168 :
26169 : DEFSH (VTYSH_BGPD, vnc_redistribute_rh_roo_localadmin_cmd_vtysh,
26170 : "vnc redistribute resolve-nve roo-ec-local-admin (0-65535)",
26171 : "VNC/RFP related configuration\n"
26172 : "Redistribute routes into VNC\n"
26173 : "Resolve-NVE mode\n"
26174 : "Route Origin Extended Community Local Admin Field\n"
26175 : "Field value\n")
26176 :
26177 : DEFSH (VTYSH_BGPD, vnc_show_nves_cmd_vtysh,
26178 : "show vnc nves",
26179 : "Show running system information\n"
26180 : "VNC information\n"
26181 : "List known NVEs\n")
26182 :
26183 : DEFSH (VTYSH_BGPD, vnc_show_nves_ptct_cmd_vtysh,
26184 : "show vnc nves <vn|un> <A.B.C.D|X:X::X:X>",
26185 : "Show running system information\n"
26186 : "VNC information\n"
26187 : "List known NVEs\n"
26188 : "VN address of NVE\n"
26189 : "UN address of NVE\n"
26190 : "IPv4 interface address\n"
26191 : "IPv6 interface address\n")
26192 :
26193 : DEFSH (VTYSH_BGPD, vnc_show_registrations_pfx_cmd_vtysh,
26194 : "show vnc registrations [<A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M|X:X:X:X:X:X>]",
26195 : "Show running system information\n"
26196 : "VNC information\n"
26197 : "List active prefix registrations\n"
26198 : "Limit output to a particualr IPV4 address\n"
26199 : "Limit output to a particular IPv4 prefix\n"
26200 : "Limit output to a particualr IPV6 address\n"
26201 : "Limit output to a particular IPv6 prefix\n"
26202 : "Limit output to a particular MAC address\n")
26203 :
26204 : DEFSH (VTYSH_BGPD, vnc_show_registrations_some_pfx_cmd_vtysh,
26205 : "show vnc registrations <all|holddown|imported|local|remote> [<A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M|X:X:X:X:X:X>]",
26206 : "Show running system information\n"
26207 : "VNC information\n"
26208 : "List active prefix registrations\n"
26209 : "show all registrations\n"
26210 : "show only registrations in holddown\n"
26211 : "show only imported prefixes\n"
26212 : "show only local registrations\n"
26213 : "show only remote registrations\n"
26214 : "Limit output to a particualr IPV4 address\n"
26215 : "Limit output to a particular IPv4 prefix\n"
26216 : "Limit output to a particualr IPV6 address\n"
26217 : "Limit output to a particular IPv6 prefix\n"
26218 : "Limit output to a particular MAC address\n")
26219 :
26220 : DEFSH (VTYSH_BGPD, vnc_show_responses_pfx_cmd_vtysh,
26221 : "show vnc responses [<A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M|X:X:X:X:X:X>]",
26222 : "Show running system information\n"
26223 : "VNC information\n"
26224 : "List recent query responses\n"
26225 : "Limit output to a particualr IPV4 address\n"
26226 : "Limit output to a particular IPv4 prefix\n"
26227 : "Limit output to a particualr IPV6 address\n"
26228 : "Limit output to a particular IPv6 prefix\n"
26229 : "Limit output to a particular MAC address\n")
26230 :
26231 : DEFSH (VTYSH_BGPD, vnc_show_responses_some_pfx_cmd_vtysh,
26232 : "show vnc responses <active|removed> [<A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M|X:X:X:X:X:X>]",
26233 : "Show running system information\n"
26234 : "VNC information\n"
26235 : "List recent query responses\n"
26236 : "show only active query responses\n"
26237 : "show only removed query responses\n"
26238 : "Limit output to a particualr IPV4 address\n"
26239 : "Limit output to a particular IPv4 prefix\n"
26240 : "Limit output to a particualr IPV6 address\n"
26241 : "Limit output to a particular IPv6 prefix\n"
26242 : "Limit output to a particular MAC address\n")
26243 :
26244 : DEFSH (VTYSH_BGPD, vnc_show_summary_cmd_vtysh,
26245 : "show vnc summary",
26246 : "Show running system information\n"
26247 : "VNC information\n"
26248 : "Display VNC status summary\n")
26249 :
26250 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_export_no_prefixlist_cmd_vtysh,
26251 : "no export <ipv4|ipv6> prefix-list [NAME]",
26252 : "Negate a command or set its defaults\n"
26253 : "Export to VRF\n"
26254 : "IPv4 routes\n"
26255 : "IPv6 routes\n"
26256 : "Prefix-list for filtering exported routes\n"
26257 : "prefix list name\n")
26258 :
26259 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_export_no_routemap_cmd_vtysh,
26260 : "no export route-map [NAME]",
26261 : "Negate a command or set its defaults\n"
26262 : "Export to VRF\n"
26263 : "Route-map for filtering exported routes\n"
26264 : "route map name\n")
26265 :
26266 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_export_prefixlist_cmd_vtysh,
26267 : "export <ipv4|ipv6> prefix-list NAME",
26268 : "Export to VRF\n"
26269 : "IPv4 routes\n"
26270 : "IPv6 routes\n"
26271 : "Prefix-list for filtering exported routes\n"
26272 : "prefix list name\n")
26273 :
26274 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_export_routemap_cmd_vtysh,
26275 : "export route-map NAME",
26276 : "Export to VRF\n"
26277 : "Route-map for filtering exported routes\n"
26278 : "route map name\n")
26279 :
26280 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_label_cmd_vtysh,
26281 : "label (0-1048575)",
26282 : "Default label value for VRF\n"
26283 : "Label Value <0-1048575>\n")
26284 :
26285 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_nexthop_cmd_vtysh,
26286 : "nexthop <A.B.C.D|X:X::X:X|self>",
26287 : "Specify next hop to use for VRF advertised prefixes\n"
26288 : "IPv4 prefix\n"
26289 : "IPv6 prefix\n"
26290 : "Use configured router-id (default)\n")
26291 :
26292 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_no_label_cmd_vtysh,
26293 : "no label",
26294 : "Negate a command or set its defaults\n"
26295 : "Remove VRF default label\n")
26296 :
26297 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_rd_cmd_vtysh,
26298 : "rd ASN:NN_OR_IP-ADDRESS:NN",
26299 : "Specify default VRF route distinguisher\n"
26300 : "Route Distinguisher (<as-number>:<number> | <ip-address>:<number> | auto:nh:<number> )\n")
26301 :
26302 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_rt_both_cmd_vtysh,
26303 : "rt both RTLIST...",
26304 : "Specify route targets\n"
26305 : "Export+import filters\n"
26306 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
26307 :
26308 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_rt_export_cmd_vtysh,
26309 : "rt export RTLIST...",
26310 : "Specify route targets\n"
26311 : "Export filter\n"
26312 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
26313 :
26314 : DEFSH (VTYSH_BGPD, vnc_vrf_policy_rt_import_cmd_vtysh,
26315 : "rt import RTLIST...",
26316 : "Specify route targets\n"
26317 : "Import filter\n"
26318 : "Space separated route target list (A.B.C.D:MN|EF:OPQR|GHJK:MN)\n")
26319 :
26320 : DEFSH (VTYSH_BGPD, vpnv4_network_cmd_vtysh,
26321 : "network A.B.C.D/M rd ASN:NN_OR_IP-ADDRESS:NN <tag|label> (0-1048575)",
26322 : "Specify a network to announce via BGP\n"
26323 : "IPv4 prefix\n"
26324 : "Specify Route Distinguisher\n"
26325 : "VPN Route Distinguisher\n"
26326 : "VPN NLRI label (tag)\n"
26327 : "VPN NLRI label (tag)\n"
26328 : "Label value\n")
26329 :
26330 : DEFSH (VTYSH_BGPD, vpnv4_network_route_map_cmd_vtysh,
26331 : "network A.B.C.D/M rd ASN:NN_OR_IP-ADDRESS:NN <tag|label> (0-1048575) route-map RMAP_NAME",
26332 : "Specify a network to announce via BGP\n"
26333 : "IPv4 prefix\n"
26334 : "Specify Route Distinguisher\n"
26335 : "VPN Route Distinguisher\n"
26336 : "VPN NLRI label (tag)\n"
26337 : "VPN NLRI label (tag)\n"
26338 : "Label value\n"
26339 : "route map\n"
26340 : "route map name\n")
26341 :
26342 : DEFSH (VTYSH_BGPD, vpnv6_network_cmd_vtysh,
26343 : "network X:X::X:X/M rd ASN:NN_OR_IP-ADDRESS:NN <tag|label> (0-1048575) [route-map RMAP_NAME]",
26344 : "Specify a network to announce via BGP\n"
26345 : "IPv6 prefix <network>/<length>, e.g., 3ffe::/16\n"
26346 : "Specify Route Distinguisher\n"
26347 : "VPN Route Distinguisher\n"
26348 : "VPN NLRI label (tag)\n"
26349 : "VPN NLRI label (tag)\n"
26350 : "Label value\n"
26351 : "route map\n"
26352 : "route map name\n")
26353 :
26354 : DEFSH (VTYSH_VRF, vrf_debug_cmd_vtysh,
26355 : "debug vrf",
26356 : "Debugging functions\n"
26357 : "VRF Debugging\n")
26358 :
26359 : DEFSH (VTYSH_SHARPD, vrf_label_cmd_vtysh,
26360 : "sharp label <ip$ipv4|ipv6$ipv6> vrf NAME$vrf_name label (0-100000)$label",
26361 : "Sharp Routing Protocol\n"
26362 : "Give a vrf a label\n"
26363 : "Pop and forward for IPv4\n"
26364 : "Pop and forward for IPv6\n"
26365 : "Specify the VRF\n"
26366 : "The VRF name\n"
26367 : "The label to use, 0 specifies remove the label installed from previous\n"
26368 : "Specified range to use\n")
26369 :
26370 : DEFSH (VTYSH_ZEBRA, vrf_netns_cmd_vtysh,
26371 : "netns NAME$netns_name",
26372 : "Attach VRF to a Namespace\n"
26373 : "The file name in /var/run/netns, or a full pathname\n")
26374 :
26375 : DEFSH (VTYSH_ZEBRA, vrf_vni_mapping_cmd_vtysh,
26376 : "vni (1-16777215)[prefix-routes-only]",
26377 : "VNI corresponding to tenant VRF\n"
26378 : "VNI-ID\n"
26379 : "prefix-routes-only\n")
26380 :
26381 : DEFSH (VTYSH_VRRPD, vrrp_advertisement_interval_cmd_vtysh,
26382 : "vrrp (1-255)$vrid advertisement-interval (10-40950)",
26383 : "Virtual Router Redundancy Protocol\n"
26384 : "Virtual Router ID\n"
26385 : "Virtual Router Advertisement Interval\n"
26386 : "Advertisement interval in milliseconds; must be multiple of 10\n")
26387 :
26388 : DEFSH (VTYSH_VRRPD, vrrp_autoconfigure_cmd_vtysh,
26389 : "[no] vrrp autoconfigure [version (2-3)]",
26390 : "Negate a command or set its defaults\n"
26391 : "Virtual Router Redundancy Protocol\n"
26392 : "Automatically set up VRRP instances on VRRP-compatible interfaces\n"
26393 : "Version for automatically configured instances\n"
26394 : "VRRP protocol version\n")
26395 :
26396 : DEFSH (VTYSH_VRRPD, vrrp_checksum_with_ipv4_pseudoheader_cmd_vtysh,
26397 : "[no] vrrp (1-255)$vrid checksum-with-ipv4-pseudoheader",
26398 : "Negate a command or set its defaults\n"
26399 : "Virtual Router Redundancy Protocol\n"
26400 : "Virtual Router ID\n"
26401 : "Checksum mode in VRRPv3\n")
26402 :
26403 : DEFSH (VTYSH_VRRPD, vrrp_default_cmd_vtysh,
26404 : "[no] vrrp default <advertisement-interval$adv (10-40950)$advint|preempt$p|priority$prio (1-254)$prioval|checksum-with-ipv4-pseudoheader$ipv4ph|shutdown$s>",
26405 : "Negate a command or set its defaults\n"
26406 : "Virtual Router Redundancy Protocol\n"
26407 : "Configure defaults for new VRRP instances\n"
26408 : "Virtual Router Advertisement Interval\n"
26409 : "Advertisement interval in milliseconds\n"
26410 : "Preempt mode\n"
26411 : "Virtual Router Priority\n"
26412 : "Priority value\n"
26413 : "Checksum mode in VRRPv3\n"
26414 : "Force VRRP router into administrative shutdown\n")
26415 :
26416 : DEFSH (VTYSH_VRRPD, vrrp_ip6_cmd_vtysh,
26417 : "[no] vrrp (1-255)$vrid ipv6 X:X::X:X",
26418 : "Negate a command or set its defaults\n"
26419 : "Virtual Router Redundancy Protocol\n"
26420 : "Virtual Router ID\n"
26421 : "Add IPv6 address\n"
26422 : "Virtual Router IP address\n")
26423 :
26424 : DEFSH (VTYSH_VRRPD, vrrp_ip_cmd_vtysh,
26425 : "[no] vrrp (1-255)$vrid ip A.B.C.D",
26426 : "Negate a command or set its defaults\n"
26427 : "Virtual Router Redundancy Protocol\n"
26428 : "Virtual Router ID\n"
26429 : "Add IPv4 address\n"
26430 : "Virtual Router IP address\n")
26431 :
26432 : DEFSH (VTYSH_VRRPD, vrrp_preempt_cmd_vtysh,
26433 : "[no] vrrp (1-255)$vrid preempt",
26434 : "Negate a command or set its defaults\n"
26435 : "Virtual Router Redundancy Protocol\n"
26436 : "Virtual Router ID\n"
26437 : "Preempt mode\n")
26438 :
26439 : DEFSH (VTYSH_VRRPD, vrrp_priority_cmd_vtysh,
26440 : "vrrp (1-255)$vrid priority (1-254)",
26441 : "Virtual Router Redundancy Protocol\n"
26442 : "Virtual Router ID\n"
26443 : "Virtual Router Priority\n"
26444 : "Priority value\n")
26445 :
26446 : DEFSH (VTYSH_VRRPD, vrrp_shutdown_cmd_vtysh,
26447 : "[no] vrrp (1-255)$vrid shutdown",
26448 : "Negate a command or set its defaults\n"
26449 : "Virtual Router Redundancy Protocol\n"
26450 : "Virtual Router ID\n"
26451 : "Force VRRP router into administrative shutdown\n")
26452 :
26453 : DEFSH (VTYSH_VRRPD, vrrp_vrid_cmd_vtysh,
26454 : "[no] vrrp (1-255)$vrid [version (2-3)]",
26455 : "Negate a command or set its defaults\n"
26456 : "Virtual Router Redundancy Protocol\n"
26457 : "Virtual Router ID\n"
26458 : "VRRP protocol version\n"
26459 : "VRRP protocol version\n")
26460 :
26461 : DEFSH (VTYSH_VRRPD, vrrp_vrid_show_cmd_vtysh,
26462 : "show vrrp [interface INTERFACE$ifn] [(1-255)$vrid] [json$json]",
26463 : "Show running system information\n"
26464 : "Virtual Router Redundancy Protocol\n"
26465 : "Interface information\n"
26466 : "Only show VRRP instances on this interface\n"
26467 : "Virtual Router ID\n"
26468 : "JavaScript Object Notation\n")
26469 :
26470 : DEFSH (VTYSH_VRRPD, vrrp_vrid_show_summary_cmd_vtysh,
26471 : "show vrrp [interface INTERFACE$ifn] [(1-255)$vrid] summary",
26472 : "Show running system information\n"
26473 : "Virtual Router Redundancy Protocol\n"
26474 : "Interface information\n"
26475 : "Only show VRRP instances on this interface\n"
26476 : "Virtual Router ID\n"
26477 : "Summarize all VRRP instances\n")
26478 :
26479 : DEFSH (VTYSH_ALL, vty_access_class_cmd_vtysh,
26480 : "access-class WORD",
26481 : "Filter connections based on an IP access list\n"
26482 : "IP access list\n")
26483 :
26484 : DEFSH (VTYSH_ALL, vty_ipv6_access_class_cmd_vtysh,
26485 : "ipv6 access-class WORD",
26486 : "IPv6 information\n"
26487 : "Filter connections based on an IP access list\n"
26488 : "IPv6 access list\n")
26489 :
26490 : DEFSH (VTYSH_ALL, vty_login_cmd_vtysh,
26491 : "login",
26492 : "Enable password checking\n")
26493 :
26494 : DEFSH (VTYSH_SHARPD, watch_nexthop_v4_cmd_vtysh,
26495 : "sharp watch [vrf NAME$vrf_name] <nexthop$n A.B.C.D$nhop|import$import A.B.C.D/M$inhop> [connected$connected]",
26496 : "Sharp routing Protocol\n"
26497 : "Watch for changes\n"
26498 : "The vrf we would like to watch if non-default\n"
26499 : "The NAME of the vrf\n"
26500 : "Watch for nexthop changes\n"
26501 : "The v4 address to signal for watching\n"
26502 : "Watch for import check changes\n"
26503 : "The v4 prefix for import check to watch\n"
26504 : "Should the route be connected\n")
26505 :
26506 : DEFSH (VTYSH_SHARPD, watch_nexthop_v6_cmd_vtysh,
26507 : "sharp watch [vrf NAME$vrf_name] <nexthop$n X:X::X:X$nhop|import$import X:X::X:X/M$inhop> [connected$connected]",
26508 : "Sharp routing Protocol\n"
26509 : "Watch for changes\n"
26510 : "The vrf we would like to watch if non-default\n"
26511 : "The NAME of the vrf\n"
26512 : "Watch for nexthop changes\n"
26513 : "The v6 nexthop to signal for watching\n"
26514 : "Watch for import check changes\n"
26515 : "The v6 prefix to signal for watching\n"
26516 : "Should the route be connected\n")
26517 :
26518 : DEFSH (VTYSH_SHARPD, watch_redistribute_cmd_vtysh,
26519 : "sharp watch [vrf NAME$vrf_name] redistribute <kernel|connected|static|rip|ripng|ospf|ospf6|isis|bgp|eigrp|nhrp|table|vnc|babel|openfabric>",
26520 : "Sharp routing Protocol\n"
26521 : "Watch for changes\n"
26522 : "The vrf we would like to watch if non-default\n"
26523 : "The NAME of the vrf\n"
26524 : "Redistribute into Sharp\n"
26525 : "Kernel routes (not installed via the zebra RIB)\n"
26526 : "Connected routes (directly attached subnet or host)\n"
26527 : "Statically configured routes\n"
26528 : "Routing Information Protocol (RIP)\n"
26529 : "Routing Information Protocol next-generation (IPv6) (RIPng)\n"
26530 : "Open Shortest Path First (OSPFv2)\n"
26531 : "Open Shortest Path First (IPv6) (OSPFv3)\n"
26532 : "Intermediate System to Intermediate System (IS-IS)\n"
26533 : "Border Gateway Protocol (BGP)\n"
26534 : "Enhanced Interior Gateway Routing Protocol (EIGRP)\n"
26535 : "Next Hop Resolution Protocol (NHRP)\n"
26536 : "Non-main Kernel Routing Table\n"
26537 : "Virtual Network Control (VNC)\n"
26538 : "Babel routing protocol (Babel)\n"
26539 : "OpenFabric Routing Protocol\n")
26540 :
26541 : DEFSH (VTYSH_WATCHFRR, watchfrr_ignore_daemon_cmd_vtysh,
26542 : "[no] watchfrr ignore DAEMON$dname",
26543 : "Negate a command or set its defaults\n"
26544 : "Watchfrr Specific sub-command\n"
26545 : "Ignore a specified daemon when it does not respond to echo request\n"
26546 : "The daemon to ignore\n")
26547 :
26548 : DEFSH (VTYSH_OSPFD, write_multiplier_cmd_vtysh,
26549 : "write-multiplier (1-100)",
26550 : "Write multiplier\n"
26551 : "Maximum number of interface serviced per write\n")
26552 :
26553 : DEFSH (VTYSH_ZEBRA, zebra_dplane_queue_limit_cmd_vtysh,
26554 : "zebra dplane limit (0-10000)",
26555 : "Zebra information\n"
26556 : "Zebra dataplane\n"
26557 : "Limit incoming queued updates\n"
26558 : "Number of queued updates\n")
26559 :
26560 : DEFSH_HIDDEN (VTYSH_ZEBRA, zebra_evpn_es_bypass_cmd_vtysh,
26561 : "[no] evpn mh bypass",
26562 : "Negate a command or set its defaults\n"
26563 : "EVPN\n"
26564 : "Multihoming\n"
26565 : "set bypass mode\n")
26566 :
26567 : DEFSH (VTYSH_ZEBRA, zebra_evpn_es_id_cmd_vtysh,
26568 : "[no$no] evpn mh es-id [(1-16777215)$es_lid | NAME$esi_str]",
26569 : "Negate a command or set its defaults\n"
26570 : "EVPN\n"
26571 : "Multihoming\n"
26572 : "Ethernet segment identifier\n"
26573 : "local discriminator\n"
26574 : "10-byte ID - 00:AA:BB:CC:DD:EE:FF:GG:HH:II\n")
26575 :
26576 : DEFSH (VTYSH_ZEBRA, zebra_evpn_es_pref_cmd_vtysh,
26577 : "[no$no] evpn mh es-df-pref [(1-65535)$df_pref]",
26578 : "Negate a command or set its defaults\n"
26579 : "EVPN\n"
26580 : "Multihoming\n"
26581 : "preference value used for DF election\n"
26582 : "pref\n")
26583 :
26584 : DEFSH (VTYSH_ZEBRA, zebra_evpn_es_sys_mac_cmd_vtysh,
26585 : "[no$no] evpn mh es-sys-mac [X:X:X:X:X:X$mac]",
26586 : "Negate a command or set its defaults\n"
26587 : "EVPN\n"
26588 : "Multihoming\n"
26589 : "Ethernet segment system MAC\n"
26590 : "MAC address\n")
26591 :
26592 : DEFSH (VTYSH_ZEBRA, zebra_evpn_mh_uplink_cmd_vtysh,
26593 : "[no] evpn mh uplink",
26594 : "Negate a command or set its defaults\n"
26595 : "EVPN\n"
26596 : "Multihoming\n"
26597 : "uplink to the VxLAN core\n")
26598 :
26599 : DEFSH_HIDDEN (VTYSH_ZEBRA, zebra_kernel_netlink_batch_tx_buf_cmd_vtysh,
26600 : "zebra kernel netlink batch-tx-buf (1-1048576) (1-1048576)",
26601 : "Zebra information\n"
26602 : "Zebra kernel interface\n"
26603 : "Set Netlink parameters\n"
26604 : "Set batch buffer size and send threshold\n"
26605 : "Size of the buffer\n"
26606 : "Send threshold\n")
26607 :
26608 : DEFSH (VTYSH_ZEBRA, zebra_nexthop_group_keep_cmd_vtysh,
26609 : "[no] zebra nexthop-group keep (1-3600)",
26610 : "Negate a command or set its defaults\n"
26611 : "Zebra information\n"
26612 : "Nexthop-Group\n"
26613 : "How long to keep\n"
26614 : "Time in seconds from 1-3600\n")
26615 :
26616 : DEFSH_HIDDEN (VTYSH_ZEBRA, zebra_packet_process_cmd_vtysh,
26617 : "zebra zapi-packets (1-10000)",
26618 : "Zebra information\n"
26619 : "Zapi Protocol\n"
26620 : "Number of packets to process before relinquishing thread\n")
26621 :
26622 : DEFSH (VTYSH_ZEBRA, zebra_protodown_bit_cmd_vtysh,
26623 : "zebra protodown reason-bit (0-31)$bit",
26624 : "Zebra information\n"
26625 : "Protodown Configuration\n"
26626 : "Reason Bit used in the kernel for application\n"
26627 : "Reason Bit range\n")
26628 :
26629 : DEFSH (VTYSH_ZEBRA, zebra_route_map_timer_cmd_vtysh,
26630 : "zebra route-map delay-timer (0-600)",
26631 : "Zebra information\n"
26632 : "Set route-map parameters\n"
26633 : "Time to wait before route-map updates are processed\n"
26634 : "0 means route-map changes are run immediately instead of delaying\n")
26635 :
26636 : DEFSH (VTYSH_ZEBRA, zebra_show_routing_tables_summary_cmd_vtysh,
26637 : "show zebra router table summary",
26638 : "Show running system information\n"
26639 : "Zebra information\n"
26640 : "The Zebra Router Information\n"
26641 : "Table Information about this Zebra Router\n"
26642 : "Summary Information\n")
26643 :
26644 : DEFSH_HIDDEN (VTYSH_ZEBRA, zebra_workqueue_timer_cmd_vtysh,
26645 : "zebra work-queue (0-10000)",
26646 : "Zebra information\n"
26647 : "Work Queue\n"
26648 : "Time in milliseconds\n")
26649 :
26650 4 : void vtysh_init_cmd(void)
26651 : {
26652 4 : install_element(BABEL_NODE, &babel_distribute_list_cmd_vtysh);
26653 4 : install_element(BABEL_NODE, &babel_diversity_cmd_vtysh);
26654 4 : install_element(BABEL_NODE, &babel_diversity_factor_cmd_vtysh);
26655 4 : install_element(BABEL_NODE, &babel_ipv6_distribute_list_cmd_vtysh);
26656 4 : install_element(BABEL_NODE, &babel_network_cmd_vtysh);
26657 4 : install_element(BABEL_NODE, &babel_no_distribute_list_cmd_vtysh);
26658 4 : install_element(BABEL_NODE, &babel_no_ipv6_distribute_list_cmd_vtysh);
26659 4 : install_element(BABEL_NODE, &babel_redistribute_type_cmd_vtysh);
26660 4 : install_element(BABEL_NODE, &babel_set_resend_delay_cmd_vtysh);
26661 4 : install_element(BABEL_NODE, &babel_set_smoothing_half_life_cmd_vtysh);
26662 4 : install_element(BABEL_NODE, &no_babel_diversity_cmd_vtysh);
26663 4 : install_element(BABEL_NODE, &no_babel_network_cmd_vtysh);
26664 4 : install_element(BFD_NODE, &bfd_no_peer_cmd_vtysh);
26665 4 : install_element(BFD_NODE, &no_bfd_profile_cmd_vtysh);
26666 4 : install_element(BFD_PEER_NODE, &bfd_peer_echo_cmd_vtysh);
26667 4 : install_element(BFD_PEER_NODE, &bfd_peer_echo_interval_cmd_vtysh);
26668 4 : install_element(BFD_PEER_NODE, &bfd_peer_echo_receive_interval_cmd_vtysh);
26669 4 : install_element(BFD_PEER_NODE, &bfd_peer_echo_transmit_interval_cmd_vtysh);
26670 4 : install_element(BFD_PEER_NODE, &bfd_peer_minimum_ttl_cmd_vtysh);
26671 4 : install_element(BFD_PEER_NODE, &bfd_peer_mult_cmd_vtysh);
26672 4 : install_element(BFD_PEER_NODE, &bfd_peer_passive_cmd_vtysh);
26673 4 : install_element(BFD_PEER_NODE, &bfd_peer_profile_cmd_vtysh);
26674 4 : install_element(BFD_PEER_NODE, &bfd_peer_rx_cmd_vtysh);
26675 4 : install_element(BFD_PEER_NODE, &bfd_peer_shutdown_cmd_vtysh);
26676 4 : install_element(BFD_PEER_NODE, &bfd_peer_tx_cmd_vtysh);
26677 4 : install_element(BFD_PEER_NODE, &no_bfd_peer_minimum_ttl_cmd_vtysh);
26678 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_echo_cmd_vtysh);
26679 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_echo_interval_cmd_vtysh);
26680 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_echo_receive_interval_cmd_vtysh);
26681 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_echo_transmit_interval_cmd_vtysh);
26682 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_minimum_ttl_cmd_vtysh);
26683 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_mult_cmd_vtysh);
26684 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_passive_cmd_vtysh);
26685 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_rx_cmd_vtysh);
26686 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_shutdown_cmd_vtysh);
26687 4 : install_element(BFD_PROFILE_NODE, &bfd_profile_tx_cmd_vtysh);
26688 4 : install_element(BFD_PROFILE_NODE, &no_bfd_profile_minimum_ttl_cmd_vtysh);
26689 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_advertise_all_vni_cmd_vtysh);
26690 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_advertise_autort_rfc8365_cmd_vtysh);
26691 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_advertise_default_gw_cmd_vtysh);
26692 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_advertise_pip_ip_mac_cmd_vtysh);
26693 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_advertise_svi_ip_cmd_vtysh);
26694 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_advertise_type5_cmd_vtysh);
26695 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_default_originate_cmd_vtysh);
26696 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_ead_es_frag_evi_limit_cmd_vtysh);
26697 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_ead_es_rt_cmd_vtysh);
26698 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_ead_evi_rx_disable_cmd_vtysh);
26699 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_ead_evi_tx_disable_cmd_vtysh);
26700 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_enable_resolve_overlay_index_cmd_vtysh);
26701 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_flood_control_cmd_vtysh);
26702 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_use_es_l3nhg_cmd_vtysh);
26703 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_vrf_rd_cmd_vtysh);
26704 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_vrf_rt_auto_cmd_vtysh);
26705 4 : install_element(BGP_EVPN_NODE, &bgp_evpn_vrf_rt_cmd_vtysh);
26706 4 : install_element(BGP_EVPN_NODE, &dup_addr_detection_auto_recovery_cmd_vtysh);
26707 4 : install_element(BGP_EVPN_NODE, &dup_addr_detection_cmd_vtysh);
26708 4 : install_element(BGP_EVPN_NODE, &evpnrt5_network_cmd_vtysh);
26709 4 : install_element(BGP_EVPN_NODE, &neighbor_activate_cmd_vtysh);
26710 4 : install_element(BGP_EVPN_NODE, &neighbor_allowas_in_cmd_vtysh);
26711 4 : install_element(BGP_EVPN_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26712 4 : install_element(BGP_EVPN_NODE, &neighbor_nexthop_self_cmd_vtysh);
26713 4 : install_element(BGP_EVPN_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
26714 4 : install_element(BGP_EVPN_NODE, &neighbor_route_map_cmd_vtysh);
26715 4 : install_element(BGP_EVPN_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26716 4 : install_element(BGP_EVPN_NODE, &neighbor_route_server_client_cmd_vtysh);
26717 4 : install_element(BGP_EVPN_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26718 4 : install_element(BGP_EVPN_NODE, &neighbor_soo_cmd_vtysh);
26719 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_advertise_all_vni_cmd_vtysh);
26720 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_advertise_autort_rfc8365_cmd_vtysh);
26721 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_advertise_default_gw_cmd_vtysh);
26722 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_advertise_type5_cmd_vtysh);
26723 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_default_originate_cmd_vtysh);
26724 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_ead_es_rt_cmd_vtysh);
26725 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_vni_cmd_vtysh);
26726 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_vrf_rd_cmd_vtysh);
26727 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_vrf_rt_auto_cmd_vtysh);
26728 4 : install_element(BGP_EVPN_NODE, &no_bgp_evpn_vrf_rt_cmd_vtysh);
26729 4 : install_element(BGP_EVPN_NODE, &no_dup_addr_detection_cmd_vtysh);
26730 4 : install_element(BGP_EVPN_NODE, &no_evpnrt5_network_cmd_vtysh);
26731 4 : install_element(BGP_EVPN_NODE, &no_neighbor_activate_cmd_vtysh);
26732 4 : install_element(BGP_EVPN_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26733 4 : install_element(BGP_EVPN_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26734 4 : install_element(BGP_EVPN_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
26735 4 : install_element(BGP_EVPN_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
26736 4 : install_element(BGP_EVPN_NODE, &no_neighbor_route_map_cmd_vtysh);
26737 4 : install_element(BGP_EVPN_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26738 4 : install_element(BGP_EVPN_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26739 4 : install_element(BGP_EVPN_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26740 4 : install_element(BGP_EVPN_NODE, &no_neighbor_soo_cmd_vtysh);
26741 4 : install_element(BGP_EVPN_NODE, &test_es_add_cmd_vtysh);
26742 4 : install_element(BGP_EVPN_NODE, &test_es_vni_add_cmd_vtysh);
26743 4 : install_element(BGP_EVPN_VNI_NODE, &bgp_evpn_advertise_default_gw_vni_cmd_vtysh);
26744 4 : install_element(BGP_EVPN_VNI_NODE, &bgp_evpn_advertise_svi_ip_vni_cmd_vtysh);
26745 4 : install_element(BGP_EVPN_VNI_NODE, &bgp_evpn_advertise_vni_subnet_cmd_vtysh);
26746 4 : install_element(BGP_EVPN_VNI_NODE, &bgp_evpn_vni_rd_cmd_vtysh);
26747 4 : install_element(BGP_EVPN_VNI_NODE, &bgp_evpn_vni_rt_cmd_vtysh);
26748 4 : install_element(BGP_EVPN_VNI_NODE, &no_bgp_evpn_advertise_default_gw_vni_cmd_vtysh);
26749 4 : install_element(BGP_EVPN_VNI_NODE, &no_bgp_evpn_advertise_vni_subnet_cmd_vtysh);
26750 4 : install_element(BGP_EVPN_VNI_NODE, &no_bgp_evpn_vni_rd_cmd_vtysh);
26751 4 : install_element(BGP_EVPN_VNI_NODE, &no_bgp_evpn_vni_rd_without_val_cmd_vtysh);
26752 4 : install_element(BGP_EVPN_VNI_NODE, &no_bgp_evpn_vni_rt_cmd_vtysh);
26753 4 : install_element(BGP_EVPN_VNI_NODE, &no_bgp_evpn_vni_rt_without_val_cmd_vtysh);
26754 4 : install_element(BGP_FLOWSPECV4_NODE, &bgp_fs_local_install_ifname_cmd_vtysh);
26755 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_activate_cmd_vtysh);
26756 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26757 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_filter_list_cmd_vtysh);
26758 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_prefix_list_cmd_vtysh);
26759 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_route_map_cmd_vtysh);
26760 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26761 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_route_server_client_cmd_vtysh);
26762 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
26763 4 : install_element(BGP_FLOWSPECV4_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26764 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_activate_cmd_vtysh);
26765 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26766 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_filter_list_cmd_vtysh);
26767 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_prefix_list_cmd_vtysh);
26768 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_route_map_cmd_vtysh);
26769 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26770 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26771 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
26772 4 : install_element(BGP_FLOWSPECV4_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26773 4 : install_element(BGP_FLOWSPECV6_NODE, &bgp_fs_local_install_ifname_cmd_vtysh);
26774 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_activate_cmd_vtysh);
26775 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26776 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_filter_list_cmd_vtysh);
26777 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_prefix_list_cmd_vtysh);
26778 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_route_map_cmd_vtysh);
26779 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26780 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_route_server_client_cmd_vtysh);
26781 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
26782 4 : install_element(BGP_FLOWSPECV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26783 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_activate_cmd_vtysh);
26784 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26785 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
26786 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
26787 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_route_map_cmd_vtysh);
26788 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26789 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26790 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
26791 4 : install_element(BGP_FLOWSPECV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26792 4 : install_element(BGP_IPV4L_NODE, &aggregate_addressv4_cmd_vtysh);
26793 4 : install_element(BGP_IPV4L_NODE, &bgp_damp_set_cmd_vtysh);
26794 4 : install_element(BGP_IPV4L_NODE, &bgp_damp_unset_cmd_vtysh);
26795 4 : install_element(BGP_IPV4L_NODE, &bgp_maxpaths_cmd_vtysh);
26796 4 : install_element(BGP_IPV4L_NODE, &bgp_maxpaths_ibgp_cluster_cmd_vtysh);
26797 4 : install_element(BGP_IPV4L_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
26798 4 : install_element(BGP_IPV4L_NODE, &bgp_network_cmd_vtysh);
26799 4 : install_element(BGP_IPV4L_NODE, &neighbor_activate_cmd_vtysh);
26800 4 : install_element(BGP_IPV4L_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
26801 4 : install_element(BGP_IPV4L_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
26802 4 : install_element(BGP_IPV4L_NODE, &neighbor_advertise_map_cmd_vtysh);
26803 4 : install_element(BGP_IPV4L_NODE, &neighbor_allowas_in_cmd_vtysh);
26804 4 : install_element(BGP_IPV4L_NODE, &neighbor_as_override_cmd_vtysh);
26805 4 : install_element(BGP_IPV4L_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26806 4 : install_element(BGP_IPV4L_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
26807 4 : install_element(BGP_IPV4L_NODE, &neighbor_default_originate_cmd_vtysh);
26808 4 : install_element(BGP_IPV4L_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
26809 4 : install_element(BGP_IPV4L_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
26810 4 : install_element(BGP_IPV4L_NODE, &neighbor_distribute_list_cmd_vtysh);
26811 4 : install_element(BGP_IPV4L_NODE, &neighbor_filter_list_cmd_vtysh);
26812 4 : install_element(BGP_IPV4L_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26813 4 : install_element(BGP_IPV4L_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
26814 4 : install_element(BGP_IPV4L_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26815 4 : install_element(BGP_IPV4L_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
26816 4 : install_element(BGP_IPV4L_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26817 4 : install_element(BGP_IPV4L_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26818 4 : install_element(BGP_IPV4L_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
26819 4 : install_element(BGP_IPV4L_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
26820 4 : install_element(BGP_IPV4L_NODE, &neighbor_nexthop_self_cmd_vtysh);
26821 4 : install_element(BGP_IPV4L_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
26822 4 : install_element(BGP_IPV4L_NODE, &neighbor_prefix_list_cmd_vtysh);
26823 4 : install_element(BGP_IPV4L_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
26824 4 : install_element(BGP_IPV4L_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
26825 4 : install_element(BGP_IPV4L_NODE, &neighbor_remove_private_as_cmd_vtysh);
26826 4 : install_element(BGP_IPV4L_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
26827 4 : install_element(BGP_IPV4L_NODE, &neighbor_route_map_cmd_vtysh);
26828 4 : install_element(BGP_IPV4L_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26829 4 : install_element(BGP_IPV4L_NODE, &neighbor_route_server_client_cmd_vtysh);
26830 4 : install_element(BGP_IPV4L_NODE, &neighbor_send_community_cmd_vtysh);
26831 4 : install_element(BGP_IPV4L_NODE, &neighbor_send_community_type_cmd_vtysh);
26832 4 : install_element(BGP_IPV4L_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26833 4 : install_element(BGP_IPV4L_NODE, &neighbor_soo_cmd_vtysh);
26834 4 : install_element(BGP_IPV4L_NODE, &neighbor_unsuppress_map_cmd_vtysh);
26835 4 : install_element(BGP_IPV4L_NODE, &neighbor_weight_cmd_vtysh);
26836 4 : install_element(BGP_IPV4L_NODE, &no_bgp_maxpaths_cmd_vtysh);
26837 4 : install_element(BGP_IPV4L_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
26838 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_activate_cmd_vtysh);
26839 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
26840 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
26841 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26842 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_as_override_cmd_vtysh);
26843 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26844 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
26845 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_default_originate_cmd_vtysh);
26846 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
26847 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_distribute_list_cmd_vtysh);
26848 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_filter_list_cmd_vtysh);
26849 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
26850 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
26851 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
26852 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
26853 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
26854 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_prefix_list_cmd_vtysh);
26855 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
26856 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
26857 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
26858 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
26859 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_route_map_cmd_vtysh);
26860 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26861 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26862 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_send_community_cmd_vtysh);
26863 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_send_community_type_cmd_vtysh);
26864 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26865 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_soo_cmd_vtysh);
26866 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
26867 4 : install_element(BGP_IPV4L_NODE, &no_neighbor_weight_cmd_vtysh);
26868 4 : install_element(BGP_IPV4M_NODE, &aggregate_addressv4_cmd_vtysh);
26869 4 : install_element(BGP_IPV4M_NODE, &bgp_damp_set_cmd_vtysh);
26870 4 : install_element(BGP_IPV4M_NODE, &bgp_damp_unset_cmd_vtysh);
26871 4 : install_element(BGP_IPV4M_NODE, &bgp_distance_cmd_vtysh);
26872 4 : install_element(BGP_IPV4M_NODE, &bgp_distance_source_access_list_cmd_vtysh);
26873 4 : install_element(BGP_IPV4M_NODE, &bgp_distance_source_cmd_vtysh);
26874 4 : install_element(BGP_IPV4M_NODE, &bgp_network_cmd_vtysh);
26875 4 : install_element(BGP_IPV4M_NODE, &bgp_table_map_cmd_vtysh);
26876 4 : install_element(BGP_IPV4M_NODE, &neighbor_activate_cmd_vtysh);
26877 4 : install_element(BGP_IPV4M_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
26878 4 : install_element(BGP_IPV4M_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
26879 4 : install_element(BGP_IPV4M_NODE, &neighbor_advertise_map_cmd_vtysh);
26880 4 : install_element(BGP_IPV4M_NODE, &neighbor_allowas_in_cmd_vtysh);
26881 4 : install_element(BGP_IPV4M_NODE, &neighbor_as_override_cmd_vtysh);
26882 4 : install_element(BGP_IPV4M_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26883 4 : install_element(BGP_IPV4M_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
26884 4 : install_element(BGP_IPV4M_NODE, &neighbor_default_originate_cmd_vtysh);
26885 4 : install_element(BGP_IPV4M_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
26886 4 : install_element(BGP_IPV4M_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
26887 4 : install_element(BGP_IPV4M_NODE, &neighbor_distribute_list_cmd_vtysh);
26888 4 : install_element(BGP_IPV4M_NODE, &neighbor_filter_list_cmd_vtysh);
26889 4 : install_element(BGP_IPV4M_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26890 4 : install_element(BGP_IPV4M_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
26891 4 : install_element(BGP_IPV4M_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26892 4 : install_element(BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
26893 4 : install_element(BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26894 4 : install_element(BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26895 4 : install_element(BGP_IPV4M_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
26896 4 : install_element(BGP_IPV4M_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
26897 4 : install_element(BGP_IPV4M_NODE, &neighbor_nexthop_self_cmd_vtysh);
26898 4 : install_element(BGP_IPV4M_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
26899 4 : install_element(BGP_IPV4M_NODE, &neighbor_prefix_list_cmd_vtysh);
26900 4 : install_element(BGP_IPV4M_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
26901 4 : install_element(BGP_IPV4M_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
26902 4 : install_element(BGP_IPV4M_NODE, &neighbor_remove_private_as_cmd_vtysh);
26903 4 : install_element(BGP_IPV4M_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
26904 4 : install_element(BGP_IPV4M_NODE, &neighbor_route_map_cmd_vtysh);
26905 4 : install_element(BGP_IPV4M_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26906 4 : install_element(BGP_IPV4M_NODE, &neighbor_route_server_client_cmd_vtysh);
26907 4 : install_element(BGP_IPV4M_NODE, &neighbor_send_community_cmd_vtysh);
26908 4 : install_element(BGP_IPV4M_NODE, &neighbor_send_community_type_cmd_vtysh);
26909 4 : install_element(BGP_IPV4M_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
26910 4 : install_element(BGP_IPV4M_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26911 4 : install_element(BGP_IPV4M_NODE, &neighbor_soo_cmd_vtysh);
26912 4 : install_element(BGP_IPV4M_NODE, &neighbor_unsuppress_map_cmd_vtysh);
26913 4 : install_element(BGP_IPV4M_NODE, &neighbor_weight_cmd_vtysh);
26914 4 : install_element(BGP_IPV4M_NODE, &no_bgp_distance_cmd_vtysh);
26915 4 : install_element(BGP_IPV4M_NODE, &no_bgp_distance_source_access_list_cmd_vtysh);
26916 4 : install_element(BGP_IPV4M_NODE, &no_bgp_distance_source_cmd_vtysh);
26917 4 : install_element(BGP_IPV4M_NODE, &no_bgp_table_map_cmd_vtysh);
26918 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_activate_cmd_vtysh);
26919 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
26920 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
26921 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26922 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_as_override_cmd_vtysh);
26923 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26924 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
26925 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_default_originate_cmd_vtysh);
26926 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
26927 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_distribute_list_cmd_vtysh);
26928 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_filter_list_cmd_vtysh);
26929 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
26930 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
26931 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
26932 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
26933 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
26934 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_prefix_list_cmd_vtysh);
26935 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
26936 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
26937 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
26938 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
26939 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_route_map_cmd_vtysh);
26940 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26941 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26942 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_send_community_cmd_vtysh);
26943 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_send_community_type_cmd_vtysh);
26944 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
26945 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26946 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_soo_cmd_vtysh);
26947 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
26948 4 : install_element(BGP_IPV4M_NODE, &no_neighbor_weight_cmd_vtysh);
26949 4 : install_element(BGP_IPV4_NODE, &af_import_vrf_route_map_cmd_vtysh);
26950 4 : install_element(BGP_IPV4_NODE, &af_label_vpn_export_cmd_vtysh);
26951 4 : install_element(BGP_IPV4_NODE, &af_nexthop_vpn_export_cmd_vtysh);
26952 4 : install_element(BGP_IPV4_NODE, &af_no_import_vrf_route_map_cmd_vtysh);
26953 4 : install_element(BGP_IPV4_NODE, &af_no_label_vpn_export_cmd_vtysh);
26954 4 : install_element(BGP_IPV4_NODE, &af_no_rd_vpn_export_cmd_vtysh);
26955 4 : install_element(BGP_IPV4_NODE, &af_no_route_map_vpn_imexport_cmd_vtysh);
26956 4 : install_element(BGP_IPV4_NODE, &af_no_rt_vpn_imexport_cmd_vtysh);
26957 4 : install_element(BGP_IPV4_NODE, &af_rd_vpn_export_cmd_vtysh);
26958 4 : install_element(BGP_IPV4_NODE, &af_route_map_vpn_imexport_cmd_vtysh);
26959 4 : install_element(BGP_IPV4_NODE, &af_routetarget_import_cmd_vtysh);
26960 4 : install_element(BGP_IPV4_NODE, &af_rt_vpn_imexport_cmd_vtysh);
26961 4 : install_element(BGP_IPV4_NODE, &af_sid_vpn_export_cmd_vtysh);
26962 4 : install_element(BGP_IPV4_NODE, &aggregate_addressv4_cmd_vtysh);
26963 4 : install_element(BGP_IPV4_NODE, &bgp_damp_set_cmd_vtysh);
26964 4 : install_element(BGP_IPV4_NODE, &bgp_damp_unset_cmd_vtysh);
26965 4 : install_element(BGP_IPV4_NODE, &bgp_distance_cmd_vtysh);
26966 4 : install_element(BGP_IPV4_NODE, &bgp_distance_source_access_list_cmd_vtysh);
26967 4 : install_element(BGP_IPV4_NODE, &bgp_distance_source_cmd_vtysh);
26968 4 : install_element(BGP_IPV4_NODE, &bgp_imexport_vpn_cmd_vtysh);
26969 4 : install_element(BGP_IPV4_NODE, &bgp_imexport_vrf_cmd_vtysh);
26970 4 : install_element(BGP_IPV4_NODE, &bgp_maxpaths_cmd_vtysh);
26971 4 : install_element(BGP_IPV4_NODE, &bgp_maxpaths_ibgp_cluster_cmd_vtysh);
26972 4 : install_element(BGP_IPV4_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
26973 4 : install_element(BGP_IPV4_NODE, &bgp_network_cmd_vtysh);
26974 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_cmd_vtysh);
26975 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_metric_cmd_vtysh);
26976 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_metric_rmap_cmd_vtysh);
26977 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_cmd_vtysh);
26978 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_metric_cmd_vtysh);
26979 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_metric_rmap_cmd_vtysh);
26980 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_rmap_cmd_vtysh);
26981 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_ospf_rmap_metric_cmd_vtysh);
26982 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_rmap_cmd_vtysh);
26983 4 : install_element(BGP_IPV4_NODE, &bgp_redistribute_ipv4_rmap_metric_cmd_vtysh);
26984 4 : install_element(BGP_IPV4_NODE, &bgp_table_map_cmd_vtysh);
26985 4 : install_element(BGP_IPV4_NODE, &neighbor_activate_cmd_vtysh);
26986 4 : install_element(BGP_IPV4_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
26987 4 : install_element(BGP_IPV4_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
26988 4 : install_element(BGP_IPV4_NODE, &neighbor_advertise_map_cmd_vtysh);
26989 4 : install_element(BGP_IPV4_NODE, &neighbor_allowas_in_cmd_vtysh);
26990 4 : install_element(BGP_IPV4_NODE, &neighbor_as_override_cmd_vtysh);
26991 4 : install_element(BGP_IPV4_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26992 4 : install_element(BGP_IPV4_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
26993 4 : install_element(BGP_IPV4_NODE, &neighbor_default_originate_cmd_vtysh);
26994 4 : install_element(BGP_IPV4_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
26995 4 : install_element(BGP_IPV4_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
26996 4 : install_element(BGP_IPV4_NODE, &neighbor_distribute_list_cmd_vtysh);
26997 4 : install_element(BGP_IPV4_NODE, &neighbor_filter_list_cmd_vtysh);
26998 4 : install_element(BGP_IPV4_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26999 4 : install_element(BGP_IPV4_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
27000 4 : install_element(BGP_IPV4_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
27001 4 : install_element(BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27002 4 : install_element(BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
27003 4 : install_element(BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27004 4 : install_element(BGP_IPV4_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27005 4 : install_element(BGP_IPV4_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
27006 4 : install_element(BGP_IPV4_NODE, &neighbor_nexthop_self_cmd_vtysh);
27007 4 : install_element(BGP_IPV4_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
27008 4 : install_element(BGP_IPV4_NODE, &neighbor_prefix_list_cmd_vtysh);
27009 4 : install_element(BGP_IPV4_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
27010 4 : install_element(BGP_IPV4_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27011 4 : install_element(BGP_IPV4_NODE, &neighbor_remove_private_as_cmd_vtysh);
27012 4 : install_element(BGP_IPV4_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
27013 4 : install_element(BGP_IPV4_NODE, &neighbor_route_map_cmd_vtysh);
27014 4 : install_element(BGP_IPV4_NODE, &neighbor_route_reflector_client_cmd_vtysh);
27015 4 : install_element(BGP_IPV4_NODE, &neighbor_route_server_client_cmd_vtysh);
27016 4 : install_element(BGP_IPV4_NODE, &neighbor_send_community_cmd_vtysh);
27017 4 : install_element(BGP_IPV4_NODE, &neighbor_send_community_type_cmd_vtysh);
27018 4 : install_element(BGP_IPV4_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
27019 4 : install_element(BGP_IPV4_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
27020 4 : install_element(BGP_IPV4_NODE, &neighbor_soo_cmd_vtysh);
27021 4 : install_element(BGP_IPV4_NODE, &neighbor_unsuppress_map_cmd_vtysh);
27022 4 : install_element(BGP_IPV4_NODE, &neighbor_weight_cmd_vtysh);
27023 4 : install_element(BGP_IPV4_NODE, &no_bgp_distance_cmd_vtysh);
27024 4 : install_element(BGP_IPV4_NODE, &no_bgp_distance_source_access_list_cmd_vtysh);
27025 4 : install_element(BGP_IPV4_NODE, &no_bgp_distance_source_cmd_vtysh);
27026 4 : install_element(BGP_IPV4_NODE, &no_bgp_maxpaths_cmd_vtysh);
27027 4 : install_element(BGP_IPV4_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
27028 4 : install_element(BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_cmd_vtysh);
27029 4 : install_element(BGP_IPV4_NODE, &no_bgp_redistribute_ipv4_ospf_cmd_vtysh);
27030 4 : install_element(BGP_IPV4_NODE, &no_bgp_table_map_cmd_vtysh);
27031 4 : install_element(BGP_IPV4_NODE, &no_neighbor_activate_cmd_vtysh);
27032 4 : install_element(BGP_IPV4_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
27033 4 : install_element(BGP_IPV4_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27034 4 : install_element(BGP_IPV4_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27035 4 : install_element(BGP_IPV4_NODE, &no_neighbor_as_override_cmd_vtysh);
27036 4 : install_element(BGP_IPV4_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27037 4 : install_element(BGP_IPV4_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
27038 4 : install_element(BGP_IPV4_NODE, &no_neighbor_default_originate_cmd_vtysh);
27039 4 : install_element(BGP_IPV4_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
27040 4 : install_element(BGP_IPV4_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27041 4 : install_element(BGP_IPV4_NODE, &no_neighbor_filter_list_cmd_vtysh);
27042 4 : install_element(BGP_IPV4_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
27043 4 : install_element(BGP_IPV4_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
27044 4 : install_element(BGP_IPV4_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
27045 4 : install_element(BGP_IPV4_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27046 4 : install_element(BGP_IPV4_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
27047 4 : install_element(BGP_IPV4_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27048 4 : install_element(BGP_IPV4_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
27049 4 : install_element(BGP_IPV4_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27050 4 : install_element(BGP_IPV4_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
27051 4 : install_element(BGP_IPV4_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
27052 4 : install_element(BGP_IPV4_NODE, &no_neighbor_route_map_cmd_vtysh);
27053 4 : install_element(BGP_IPV4_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
27054 4 : install_element(BGP_IPV4_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27055 4 : install_element(BGP_IPV4_NODE, &no_neighbor_send_community_cmd_vtysh);
27056 4 : install_element(BGP_IPV4_NODE, &no_neighbor_send_community_type_cmd_vtysh);
27057 4 : install_element(BGP_IPV4_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
27058 4 : install_element(BGP_IPV4_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27059 4 : install_element(BGP_IPV4_NODE, &no_neighbor_soo_cmd_vtysh);
27060 4 : install_element(BGP_IPV4_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
27061 4 : install_element(BGP_IPV4_NODE, &no_neighbor_weight_cmd_vtysh);
27062 4 : install_element(BGP_IPV6L_NODE, &aggregate_addressv6_cmd_vtysh);
27063 4 : install_element(BGP_IPV6L_NODE, &bgp_damp_set_cmd_vtysh);
27064 4 : install_element(BGP_IPV6L_NODE, &bgp_damp_unset_cmd_vtysh);
27065 4 : install_element(BGP_IPV6L_NODE, &bgp_maxpaths_cmd_vtysh);
27066 4 : install_element(BGP_IPV6L_NODE, &bgp_maxpaths_ibgp_cluster_cmd_vtysh);
27067 4 : install_element(BGP_IPV6L_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
27068 4 : install_element(BGP_IPV6L_NODE, &ipv6_bgp_network_cmd_vtysh);
27069 4 : install_element(BGP_IPV6L_NODE, &neighbor_activate_cmd_vtysh);
27070 4 : install_element(BGP_IPV6L_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
27071 4 : install_element(BGP_IPV6L_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27072 4 : install_element(BGP_IPV6L_NODE, &neighbor_advertise_map_cmd_vtysh);
27073 4 : install_element(BGP_IPV6L_NODE, &neighbor_allowas_in_cmd_vtysh);
27074 4 : install_element(BGP_IPV6L_NODE, &neighbor_as_override_cmd_vtysh);
27075 4 : install_element(BGP_IPV6L_NODE, &neighbor_attr_unchanged_cmd_vtysh);
27076 4 : install_element(BGP_IPV6L_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
27077 4 : install_element(BGP_IPV6L_NODE, &neighbor_default_originate_cmd_vtysh);
27078 4 : install_element(BGP_IPV6L_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
27079 4 : install_element(BGP_IPV6L_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
27080 4 : install_element(BGP_IPV6L_NODE, &neighbor_distribute_list_cmd_vtysh);
27081 4 : install_element(BGP_IPV6L_NODE, &neighbor_filter_list_cmd_vtysh);
27082 4 : install_element(BGP_IPV6L_NODE, &neighbor_maximum_prefix_cmd_vtysh);
27083 4 : install_element(BGP_IPV6L_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
27084 4 : install_element(BGP_IPV6L_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
27085 4 : install_element(BGP_IPV6L_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27086 4 : install_element(BGP_IPV6L_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
27087 4 : install_element(BGP_IPV6L_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27088 4 : install_element(BGP_IPV6L_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27089 4 : install_element(BGP_IPV6L_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
27090 4 : install_element(BGP_IPV6L_NODE, &neighbor_nexthop_self_cmd_vtysh);
27091 4 : install_element(BGP_IPV6L_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
27092 4 : install_element(BGP_IPV6L_NODE, &neighbor_prefix_list_cmd_vtysh);
27093 4 : install_element(BGP_IPV6L_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
27094 4 : install_element(BGP_IPV6L_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27095 4 : install_element(BGP_IPV6L_NODE, &neighbor_remove_private_as_cmd_vtysh);
27096 4 : install_element(BGP_IPV6L_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
27097 4 : install_element(BGP_IPV6L_NODE, &neighbor_route_map_cmd_vtysh);
27098 4 : install_element(BGP_IPV6L_NODE, &neighbor_route_reflector_client_cmd_vtysh);
27099 4 : install_element(BGP_IPV6L_NODE, &neighbor_route_server_client_cmd_vtysh);
27100 4 : install_element(BGP_IPV6L_NODE, &neighbor_send_community_cmd_vtysh);
27101 4 : install_element(BGP_IPV6L_NODE, &neighbor_send_community_type_cmd_vtysh);
27102 4 : install_element(BGP_IPV6L_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
27103 4 : install_element(BGP_IPV6L_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
27104 4 : install_element(BGP_IPV6L_NODE, &neighbor_soo_cmd_vtysh);
27105 4 : install_element(BGP_IPV6L_NODE, &neighbor_unsuppress_map_cmd_vtysh);
27106 4 : install_element(BGP_IPV6L_NODE, &neighbor_weight_cmd_vtysh);
27107 4 : install_element(BGP_IPV6L_NODE, &no_bgp_maxpaths_cmd_vtysh);
27108 4 : install_element(BGP_IPV6L_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
27109 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_activate_cmd_vtysh);
27110 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
27111 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27112 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27113 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_as_override_cmd_vtysh);
27114 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27115 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
27116 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_default_originate_cmd_vtysh);
27117 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
27118 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27119 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_filter_list_cmd_vtysh);
27120 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
27121 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
27122 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
27123 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27124 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
27125 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27126 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
27127 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27128 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
27129 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
27130 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_route_map_cmd_vtysh);
27131 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
27132 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27133 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_send_community_cmd_vtysh);
27134 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_send_community_type_cmd_vtysh);
27135 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
27136 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27137 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_soo_cmd_vtysh);
27138 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
27139 4 : install_element(BGP_IPV6L_NODE, &no_neighbor_weight_cmd_vtysh);
27140 4 : install_element(BGP_IPV6M_NODE, &bgp_damp_set_cmd_vtysh);
27141 4 : install_element(BGP_IPV6M_NODE, &bgp_damp_unset_cmd_vtysh);
27142 4 : install_element(BGP_IPV6M_NODE, &bgp_distance_cmd_vtysh);
27143 4 : install_element(BGP_IPV6M_NODE, &ipv6_bgp_distance_source_access_list_cmd_vtysh);
27144 4 : install_element(BGP_IPV6M_NODE, &ipv6_bgp_distance_source_cmd_vtysh);
27145 4 : install_element(BGP_IPV6M_NODE, &ipv6_bgp_network_cmd_vtysh);
27146 4 : install_element(BGP_IPV6M_NODE, &neighbor_activate_cmd_vtysh);
27147 4 : install_element(BGP_IPV6M_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
27148 4 : install_element(BGP_IPV6M_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27149 4 : install_element(BGP_IPV6M_NODE, &neighbor_advertise_map_cmd_vtysh);
27150 4 : install_element(BGP_IPV6M_NODE, &neighbor_allowas_in_cmd_vtysh);
27151 4 : install_element(BGP_IPV6M_NODE, &neighbor_as_override_cmd_vtysh);
27152 4 : install_element(BGP_IPV6M_NODE, &neighbor_attr_unchanged_cmd_vtysh);
27153 4 : install_element(BGP_IPV6M_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
27154 4 : install_element(BGP_IPV6M_NODE, &neighbor_default_originate_cmd_vtysh);
27155 4 : install_element(BGP_IPV6M_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
27156 4 : install_element(BGP_IPV6M_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
27157 4 : install_element(BGP_IPV6M_NODE, &neighbor_distribute_list_cmd_vtysh);
27158 4 : install_element(BGP_IPV6M_NODE, &neighbor_filter_list_cmd_vtysh);
27159 4 : install_element(BGP_IPV6M_NODE, &neighbor_maximum_prefix_cmd_vtysh);
27160 4 : install_element(BGP_IPV6M_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
27161 4 : install_element(BGP_IPV6M_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
27162 4 : install_element(BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27163 4 : install_element(BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
27164 4 : install_element(BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27165 4 : install_element(BGP_IPV6M_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27166 4 : install_element(BGP_IPV6M_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
27167 4 : install_element(BGP_IPV6M_NODE, &neighbor_nexthop_self_cmd_vtysh);
27168 4 : install_element(BGP_IPV6M_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
27169 4 : install_element(BGP_IPV6M_NODE, &neighbor_prefix_list_cmd_vtysh);
27170 4 : install_element(BGP_IPV6M_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
27171 4 : install_element(BGP_IPV6M_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27172 4 : install_element(BGP_IPV6M_NODE, &neighbor_remove_private_as_cmd_vtysh);
27173 4 : install_element(BGP_IPV6M_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
27174 4 : install_element(BGP_IPV6M_NODE, &neighbor_route_map_cmd_vtysh);
27175 4 : install_element(BGP_IPV6M_NODE, &neighbor_route_reflector_client_cmd_vtysh);
27176 4 : install_element(BGP_IPV6M_NODE, &neighbor_route_server_client_cmd_vtysh);
27177 4 : install_element(BGP_IPV6M_NODE, &neighbor_send_community_cmd_vtysh);
27178 4 : install_element(BGP_IPV6M_NODE, &neighbor_send_community_type_cmd_vtysh);
27179 4 : install_element(BGP_IPV6M_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
27180 4 : install_element(BGP_IPV6M_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
27181 4 : install_element(BGP_IPV6M_NODE, &neighbor_soo_cmd_vtysh);
27182 4 : install_element(BGP_IPV6M_NODE, &neighbor_unsuppress_map_cmd_vtysh);
27183 4 : install_element(BGP_IPV6M_NODE, &neighbor_weight_cmd_vtysh);
27184 4 : install_element(BGP_IPV6M_NODE, &no_bgp_distance_cmd_vtysh);
27185 4 : install_element(BGP_IPV6M_NODE, &no_ipv6_bgp_distance_source_access_list_cmd_vtysh);
27186 4 : install_element(BGP_IPV6M_NODE, &no_ipv6_bgp_distance_source_cmd_vtysh);
27187 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_activate_cmd_vtysh);
27188 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
27189 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27190 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27191 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_as_override_cmd_vtysh);
27192 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27193 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
27194 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_default_originate_cmd_vtysh);
27195 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
27196 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27197 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_filter_list_cmd_vtysh);
27198 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
27199 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
27200 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
27201 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27202 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
27203 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27204 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
27205 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27206 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
27207 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
27208 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_route_map_cmd_vtysh);
27209 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
27210 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27211 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_send_community_cmd_vtysh);
27212 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_send_community_type_cmd_vtysh);
27213 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
27214 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27215 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_soo_cmd_vtysh);
27216 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
27217 4 : install_element(BGP_IPV6M_NODE, &no_neighbor_weight_cmd_vtysh);
27218 4 : install_element(BGP_IPV6_NODE, &af_import_vrf_route_map_cmd_vtysh);
27219 4 : install_element(BGP_IPV6_NODE, &af_label_vpn_export_cmd_vtysh);
27220 4 : install_element(BGP_IPV6_NODE, &af_nexthop_vpn_export_cmd_vtysh);
27221 4 : install_element(BGP_IPV6_NODE, &af_no_import_vrf_route_map_cmd_vtysh);
27222 4 : install_element(BGP_IPV6_NODE, &af_no_label_vpn_export_cmd_vtysh);
27223 4 : install_element(BGP_IPV6_NODE, &af_no_rd_vpn_export_cmd_vtysh);
27224 4 : install_element(BGP_IPV6_NODE, &af_no_route_map_vpn_imexport_cmd_vtysh);
27225 4 : install_element(BGP_IPV6_NODE, &af_no_rt_vpn_imexport_cmd_vtysh);
27226 4 : install_element(BGP_IPV6_NODE, &af_rd_vpn_export_cmd_vtysh);
27227 4 : install_element(BGP_IPV6_NODE, &af_route_map_vpn_imexport_cmd_vtysh);
27228 4 : install_element(BGP_IPV6_NODE, &af_routetarget_import_cmd_vtysh);
27229 4 : install_element(BGP_IPV6_NODE, &af_rt_vpn_imexport_cmd_vtysh);
27230 4 : install_element(BGP_IPV6_NODE, &af_sid_vpn_export_cmd_vtysh);
27231 4 : install_element(BGP_IPV6_NODE, &aggregate_addressv6_cmd_vtysh);
27232 4 : install_element(BGP_IPV6_NODE, &bgp_damp_set_cmd_vtysh);
27233 4 : install_element(BGP_IPV6_NODE, &bgp_damp_unset_cmd_vtysh);
27234 4 : install_element(BGP_IPV6_NODE, &bgp_distance_cmd_vtysh);
27235 4 : install_element(BGP_IPV6_NODE, &bgp_imexport_vpn_cmd_vtysh);
27236 4 : install_element(BGP_IPV6_NODE, &bgp_imexport_vrf_cmd_vtysh);
27237 4 : install_element(BGP_IPV6_NODE, &bgp_maxpaths_cmd_vtysh);
27238 4 : install_element(BGP_IPV6_NODE, &bgp_maxpaths_ibgp_cluster_cmd_vtysh);
27239 4 : install_element(BGP_IPV6_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
27240 4 : install_element(BGP_IPV6_NODE, &bgp_redistribute_ipv6_cmd_vtysh);
27241 4 : install_element(BGP_IPV6_NODE, &bgp_redistribute_ipv6_metric_cmd_vtysh);
27242 4 : install_element(BGP_IPV6_NODE, &bgp_redistribute_ipv6_metric_rmap_cmd_vtysh);
27243 4 : install_element(BGP_IPV6_NODE, &bgp_redistribute_ipv6_rmap_cmd_vtysh);
27244 4 : install_element(BGP_IPV6_NODE, &bgp_redistribute_ipv6_rmap_metric_cmd_vtysh);
27245 4 : install_element(BGP_IPV6_NODE, &bgp_table_map_cmd_vtysh);
27246 4 : install_element(BGP_IPV6_NODE, &ipv6_bgp_distance_source_access_list_cmd_vtysh);
27247 4 : install_element(BGP_IPV6_NODE, &ipv6_bgp_distance_source_cmd_vtysh);
27248 4 : install_element(BGP_IPV6_NODE, &ipv6_bgp_network_cmd_vtysh);
27249 4 : install_element(BGP_IPV6_NODE, &neighbor_activate_cmd_vtysh);
27250 4 : install_element(BGP_IPV6_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
27251 4 : install_element(BGP_IPV6_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27252 4 : install_element(BGP_IPV6_NODE, &neighbor_advertise_map_cmd_vtysh);
27253 4 : install_element(BGP_IPV6_NODE, &neighbor_allowas_in_cmd_vtysh);
27254 4 : install_element(BGP_IPV6_NODE, &neighbor_as_override_cmd_vtysh);
27255 4 : install_element(BGP_IPV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
27256 4 : install_element(BGP_IPV6_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
27257 4 : install_element(BGP_IPV6_NODE, &neighbor_default_originate_cmd_vtysh);
27258 4 : install_element(BGP_IPV6_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
27259 4 : install_element(BGP_IPV6_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
27260 4 : install_element(BGP_IPV6_NODE, &neighbor_distribute_list_cmd_vtysh);
27261 4 : install_element(BGP_IPV6_NODE, &neighbor_filter_list_cmd_vtysh);
27262 4 : install_element(BGP_IPV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
27263 4 : install_element(BGP_IPV6_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
27264 4 : install_element(BGP_IPV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
27265 4 : install_element(BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27266 4 : install_element(BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
27267 4 : install_element(BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27268 4 : install_element(BGP_IPV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27269 4 : install_element(BGP_IPV6_NODE, &neighbor_nexthop_local_unchanged_cmd_vtysh);
27270 4 : install_element(BGP_IPV6_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
27271 4 : install_element(BGP_IPV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
27272 4 : install_element(BGP_IPV6_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
27273 4 : install_element(BGP_IPV6_NODE, &neighbor_prefix_list_cmd_vtysh);
27274 4 : install_element(BGP_IPV6_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
27275 4 : install_element(BGP_IPV6_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27276 4 : install_element(BGP_IPV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
27277 4 : install_element(BGP_IPV6_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
27278 4 : install_element(BGP_IPV6_NODE, &neighbor_route_map_cmd_vtysh);
27279 4 : install_element(BGP_IPV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
27280 4 : install_element(BGP_IPV6_NODE, &neighbor_route_server_client_cmd_vtysh);
27281 4 : install_element(BGP_IPV6_NODE, &neighbor_send_community_cmd_vtysh);
27282 4 : install_element(BGP_IPV6_NODE, &neighbor_send_community_type_cmd_vtysh);
27283 4 : install_element(BGP_IPV6_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
27284 4 : install_element(BGP_IPV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
27285 4 : install_element(BGP_IPV6_NODE, &neighbor_soo_cmd_vtysh);
27286 4 : install_element(BGP_IPV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
27287 4 : install_element(BGP_IPV6_NODE, &neighbor_weight_cmd_vtysh);
27288 4 : install_element(BGP_IPV6_NODE, &no_bgp_distance_cmd_vtysh);
27289 4 : install_element(BGP_IPV6_NODE, &no_bgp_maxpaths_cmd_vtysh);
27290 4 : install_element(BGP_IPV6_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
27291 4 : install_element(BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_cmd_vtysh);
27292 4 : install_element(BGP_IPV6_NODE, &no_bgp_table_map_cmd_vtysh);
27293 4 : install_element(BGP_IPV6_NODE, &no_ipv6_bgp_distance_source_access_list_cmd_vtysh);
27294 4 : install_element(BGP_IPV6_NODE, &no_ipv6_bgp_distance_source_cmd_vtysh);
27295 4 : install_element(BGP_IPV6_NODE, &no_neighbor_activate_cmd_vtysh);
27296 4 : install_element(BGP_IPV6_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
27297 4 : install_element(BGP_IPV6_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27298 4 : install_element(BGP_IPV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27299 4 : install_element(BGP_IPV6_NODE, &no_neighbor_as_override_cmd_vtysh);
27300 4 : install_element(BGP_IPV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27301 4 : install_element(BGP_IPV6_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
27302 4 : install_element(BGP_IPV6_NODE, &no_neighbor_default_originate_cmd_vtysh);
27303 4 : install_element(BGP_IPV6_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
27304 4 : install_element(BGP_IPV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27305 4 : install_element(BGP_IPV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
27306 4 : install_element(BGP_IPV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
27307 4 : install_element(BGP_IPV6_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
27308 4 : install_element(BGP_IPV6_NODE, &no_neighbor_nexthop_local_unchanged_cmd_vtysh);
27309 4 : install_element(BGP_IPV6_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
27310 4 : install_element(BGP_IPV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27311 4 : install_element(BGP_IPV6_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
27312 4 : install_element(BGP_IPV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27313 4 : install_element(BGP_IPV6_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
27314 4 : install_element(BGP_IPV6_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27315 4 : install_element(BGP_IPV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
27316 4 : install_element(BGP_IPV6_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
27317 4 : install_element(BGP_IPV6_NODE, &no_neighbor_route_map_cmd_vtysh);
27318 4 : install_element(BGP_IPV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
27319 4 : install_element(BGP_IPV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27320 4 : install_element(BGP_IPV6_NODE, &no_neighbor_send_community_cmd_vtysh);
27321 4 : install_element(BGP_IPV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
27322 4 : install_element(BGP_IPV6_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
27323 4 : install_element(BGP_IPV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27324 4 : install_element(BGP_IPV6_NODE, &no_neighbor_soo_cmd_vtysh);
27325 4 : install_element(BGP_IPV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
27326 4 : install_element(BGP_IPV6_NODE, &no_neighbor_weight_cmd_vtysh);
27327 4 : install_element(BGP_NODE, &aggregate_addressv4_cmd_vtysh);
27328 4 : install_element(BGP_NODE, &bgp_administrative_reset_cmd_vtysh);
27329 4 : install_element(BGP_NODE, &bgp_allow_martian_cmd_vtysh);
27330 4 : install_element(BGP_NODE, &bgp_always_compare_med_cmd_vtysh);
27331 4 : install_element(BGP_NODE, &bgp_bestpath_aigp_cmd_vtysh);
27332 4 : install_element(BGP_NODE, &bgp_bestpath_aspath_confed_cmd_vtysh);
27333 4 : install_element(BGP_NODE, &bgp_bestpath_aspath_ignore_cmd_vtysh);
27334 4 : install_element(BGP_NODE, &bgp_bestpath_aspath_multipath_relax_cmd_vtysh);
27335 4 : install_element(BGP_NODE, &bgp_bestpath_bw_cmd_vtysh);
27336 4 : install_element(BGP_NODE, &bgp_bestpath_compare_router_id_cmd_vtysh);
27337 4 : install_element(BGP_NODE, &bgp_bestpath_med_cmd_vtysh);
27338 4 : install_element(BGP_NODE, &bgp_bestpath_peer_type_multipath_relax_cmd_vtysh);
27339 4 : install_element(BGP_NODE, &bgp_client_to_client_reflection_cmd_vtysh);
27340 4 : install_element(BGP_NODE, &bgp_cluster_id_cmd_vtysh);
27341 4 : install_element(BGP_NODE, &bgp_coalesce_time_cmd_vtysh);
27342 4 : install_element(BGP_NODE, &bgp_condadv_period_cmd_vtysh);
27343 4 : install_element(BGP_NODE, &bgp_confederation_identifier_cmd_vtysh);
27344 4 : install_element(BGP_NODE, &bgp_confederation_peers_cmd_vtysh);
27345 4 : install_element(BGP_NODE, &bgp_damp_set_cmd_vtysh);
27346 4 : install_element(BGP_NODE, &bgp_damp_unset_cmd_vtysh);
27347 4 : install_element(BGP_NODE, &bgp_default_afi_safi_cmd_vtysh);
27348 4 : install_element(BGP_NODE, &bgp_default_local_preference_cmd_vtysh);
27349 4 : install_element(BGP_NODE, &bgp_default_show_hostname_cmd_vtysh);
27350 4 : install_element(BGP_NODE, &bgp_default_show_nexthop_hostname_cmd_vtysh);
27351 4 : install_element(BGP_NODE, &bgp_default_shutdown_cmd_vtysh);
27352 4 : install_element(BGP_NODE, &bgp_default_subgroup_pkt_queue_max_cmd_vtysh);
27353 4 : install_element(BGP_NODE, &bgp_deterministic_med_cmd_vtysh);
27354 4 : install_element(BGP_NODE, &bgp_disable_connected_route_check_cmd_vtysh);
27355 4 : install_element(BGP_NODE, &bgp_distance_cmd_vtysh);
27356 4 : install_element(BGP_NODE, &bgp_distance_source_access_list_cmd_vtysh);
27357 4 : install_element(BGP_NODE, &bgp_distance_source_cmd_vtysh);
27358 4 : install_element(BGP_NODE, &bgp_ebgp_requires_policy_cmd_vtysh);
27359 4 : install_element(BGP_NODE, &bgp_fast_convergence_cmd_vtysh);
27360 4 : install_element(BGP_NODE, &bgp_fast_external_failover_cmd_vtysh);
27361 4 : install_element(BGP_NODE, &bgp_graceful_restart_cmd_vtysh);
27362 4 : install_element(BGP_NODE, &bgp_graceful_restart_disable_cmd_vtysh);
27363 4 : install_element(BGP_NODE, &bgp_graceful_restart_disable_eor_cmd_vtysh);
27364 4 : install_element(BGP_NODE, &bgp_graceful_restart_notification_cmd_vtysh);
27365 4 : install_element(BGP_NODE, &bgp_graceful_restart_preserve_fw_cmd_vtysh);
27366 4 : install_element(BGP_NODE, &bgp_graceful_restart_restart_time_cmd_vtysh);
27367 4 : install_element(BGP_NODE, &bgp_graceful_restart_rib_stale_time_cmd_vtysh);
27368 4 : install_element(BGP_NODE, &bgp_graceful_restart_select_defer_time_cmd_vtysh);
27369 4 : install_element(BGP_NODE, &bgp_graceful_restart_stalepath_time_cmd_vtysh);
27370 4 : install_element(BGP_NODE, &bgp_graceful_shutdown_cmd_vtysh);
27371 4 : install_element(BGP_NODE, &bgp_listen_limit_cmd_vtysh);
27372 4 : install_element(BGP_NODE, &bgp_listen_range_cmd_vtysh);
27373 4 : install_element(BGP_NODE, &bgp_llgr_stalepath_time_cmd_vtysh);
27374 4 : install_element(BGP_NODE, &bgp_log_neighbor_changes_cmd_vtysh);
27375 4 : install_element(BGP_NODE, &bgp_maxmed_admin_cmd_vtysh);
27376 4 : install_element(BGP_NODE, &bgp_maxmed_admin_medv_cmd_vtysh);
27377 4 : install_element(BGP_NODE, &bgp_maxmed_onstartup_cmd_vtysh);
27378 4 : install_element(BGP_NODE, &bgp_maxpaths_hidden_cmd_vtysh);
27379 4 : install_element(BGP_NODE, &bgp_maxpaths_ibgp_cluster_hidden_cmd_vtysh);
27380 4 : install_element(BGP_NODE, &bgp_maxpaths_ibgp_hidden_cmd_vtysh);
27381 4 : install_element(BGP_NODE, &bgp_minimum_holdtime_cmd_vtysh);
27382 4 : install_element(BGP_NODE, &bgp_neighbor_graceful_restart_disable_set_cmd_vtysh);
27383 4 : install_element(BGP_NODE, &bgp_neighbor_graceful_restart_helper_set_cmd_vtysh);
27384 4 : install_element(BGP_NODE, &bgp_neighbor_graceful_restart_set_cmd_vtysh);
27385 4 : install_element(BGP_NODE, &bgp_network_cmd_vtysh);
27386 4 : install_element(BGP_NODE, &bgp_network_import_check_cmd_vtysh);
27387 4 : install_element(BGP_NODE, &bgp_network_import_check_exact_cmd_vtysh);
27388 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_hidden_cmd_vtysh);
27389 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_metric_hidden_cmd_vtysh);
27390 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_metric_rmap_hidden_cmd_vtysh);
27391 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_ospf_hidden_cmd_vtysh);
27392 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_ospf_metric_hidden_cmd_vtysh);
27393 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_ospf_metric_rmap_hidden_cmd_vtysh);
27394 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_ospf_rmap_hidden_cmd_vtysh);
27395 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_ospf_rmap_metric_hidden_cmd_vtysh);
27396 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_rmap_hidden_cmd_vtysh);
27397 4 : install_element(BGP_NODE, &bgp_redistribute_ipv4_rmap_metric_hidden_cmd_vtysh);
27398 4 : install_element(BGP_NODE, &bgp_reject_as_sets_cmd_vtysh);
27399 4 : install_element(BGP_NODE, &bgp_router_id_cmd_vtysh);
27400 4 : install_element(BGP_NODE, &bgp_rpkt_quanta_cmd_vtysh);
27401 4 : install_element(BGP_NODE, &bgp_rr_allow_outbound_policy_cmd_vtysh);
27402 4 : install_element(BGP_NODE, &bgp_set_route_map_delay_timer_cmd_vtysh);
27403 4 : install_element(BGP_NODE, &bgp_shutdown_cmd_vtysh);
27404 4 : install_element(BGP_NODE, &bgp_shutdown_msg_cmd_vtysh);
27405 4 : install_element(BGP_NODE, &bgp_sid_vpn_export_cmd_vtysh);
27406 4 : install_element(BGP_NODE, &bgp_suppress_duplicates_cmd_vtysh);
27407 4 : install_element(BGP_NODE, &bgp_suppress_fib_pending_cmd_vtysh);
27408 4 : install_element(BGP_NODE, &bgp_table_map_cmd_vtysh);
27409 4 : install_element(BGP_NODE, &bgp_tcp_keepalive_cmd_vtysh);
27410 4 : install_element(BGP_NODE, &bgp_timers_cmd_vtysh);
27411 4 : install_element(BGP_NODE, &bgp_update_delay_cmd_vtysh);
27412 4 : install_element(BGP_NODE, &bgp_wpkt_quanta_cmd_vtysh);
27413 4 : install_element(BGP_NODE, &bmp_mirror_limit_cmd_vtysh);
27414 4 : install_element(BGP_NODE, &neighbor_activate_hidden_cmd_vtysh);
27415 4 : install_element(BGP_NODE, &neighbor_addpath_tx_all_paths_hidden_cmd_vtysh);
27416 4 : install_element(BGP_NODE, &neighbor_addpath_tx_bestpath_per_as_hidden_cmd_vtysh);
27417 4 : install_element(BGP_NODE, &neighbor_advertise_interval_cmd_vtysh);
27418 4 : install_element(BGP_NODE, &neighbor_advertise_map_hidden_cmd_vtysh);
27419 4 : install_element(BGP_NODE, &neighbor_aigp_cmd_vtysh);
27420 4 : install_element(BGP_NODE, &neighbor_allowas_in_hidden_cmd_vtysh);
27421 4 : install_element(BGP_NODE, &neighbor_as_override_hidden_cmd_vtysh);
27422 4 : install_element(BGP_NODE, &neighbor_aspath_loop_detection_cmd_vtysh);
27423 4 : install_element(BGP_NODE, &neighbor_attr_unchanged_hidden_cmd_vtysh);
27424 4 : install_element(BGP_NODE, &neighbor_bfd_check_controlplane_failure_cmd_vtysh);
27425 4 : install_element(BGP_NODE, &neighbor_bfd_cmd_vtysh);
27426 4 : install_element(BGP_NODE, &neighbor_bfd_param_cmd_vtysh);
27427 4 : install_element(BGP_NODE, &neighbor_bfd_profile_cmd_vtysh);
27428 4 : install_element(BGP_NODE, &neighbor_capability_dynamic_cmd_vtysh);
27429 4 : install_element(BGP_NODE, &neighbor_capability_enhe_cmd_vtysh);
27430 4 : install_element(BGP_NODE, &neighbor_capability_orf_prefix_hidden_cmd_vtysh);
27431 4 : install_element(BGP_NODE, &neighbor_default_originate_hidden_cmd_vtysh);
27432 4 : install_element(BGP_NODE, &neighbor_default_originate_rmap_hidden_cmd_vtysh);
27433 4 : install_element(BGP_NODE, &neighbor_description_cmd_vtysh);
27434 4 : install_element(BGP_NODE, &neighbor_disable_connected_check_cmd_vtysh);
27435 4 : install_element(BGP_NODE, &neighbor_disable_link_bw_encoding_ieee_cmd_vtysh);
27436 4 : install_element(BGP_NODE, &neighbor_distribute_list_hidden_cmd_vtysh);
27437 4 : install_element(BGP_NODE, &neighbor_dont_capability_negotiate_cmd_vtysh);
27438 4 : install_element(BGP_NODE, &neighbor_ebgp_multihop_cmd_vtysh);
27439 4 : install_element(BGP_NODE, &neighbor_ebgp_multihop_ttl_cmd_vtysh);
27440 4 : install_element(BGP_NODE, &neighbor_enforce_first_as_cmd_vtysh);
27441 4 : install_element(BGP_NODE, &neighbor_extended_optional_parameters_cmd_vtysh);
27442 4 : install_element(BGP_NODE, &neighbor_filter_list_hidden_cmd_vtysh);
27443 4 : install_element(BGP_NODE, &neighbor_graceful_shutdown_cmd_vtysh);
27444 4 : install_element(BGP_NODE, &neighbor_interface_cmd_vtysh);
27445 4 : install_element(BGP_NODE, &neighbor_interface_config_cmd_vtysh);
27446 4 : install_element(BGP_NODE, &neighbor_interface_config_remote_as_cmd_vtysh);
27447 4 : install_element(BGP_NODE, &neighbor_interface_config_v6only_cmd_vtysh);
27448 4 : install_element(BGP_NODE, &neighbor_interface_v6only_config_remote_as_cmd_vtysh);
27449 4 : install_element(BGP_NODE, &neighbor_local_as_cmd_vtysh);
27450 4 : install_element(BGP_NODE, &neighbor_local_as_no_prepend_cmd_vtysh);
27451 4 : install_element(BGP_NODE, &neighbor_local_as_no_prepend_replace_as_cmd_vtysh);
27452 4 : install_element(BGP_NODE, &neighbor_maximum_prefix_hidden_cmd_vtysh);
27453 4 : install_element(BGP_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
27454 4 : install_element(BGP_NODE, &neighbor_maximum_prefix_restart_hidden_cmd_vtysh);
27455 4 : install_element(BGP_NODE, &neighbor_maximum_prefix_threshold_hidden_cmd_vtysh);
27456 4 : install_element(BGP_NODE, &neighbor_maximum_prefix_threshold_restart_hidden_cmd_vtysh);
27457 4 : install_element(BGP_NODE, &neighbor_maximum_prefix_threshold_warning_hidden_cmd_vtysh);
27458 4 : install_element(BGP_NODE, &neighbor_maximum_prefix_warning_hidden_cmd_vtysh);
27459 4 : install_element(BGP_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
27460 4 : install_element(BGP_NODE, &neighbor_nexthop_self_force_hidden_cmd_vtysh);
27461 4 : install_element(BGP_NODE, &neighbor_nexthop_self_hidden_cmd_vtysh);
27462 4 : install_element(BGP_NODE, &neighbor_override_capability_cmd_vtysh);
27463 4 : install_element(BGP_NODE, &neighbor_passive_cmd_vtysh);
27464 4 : install_element(BGP_NODE, &neighbor_password_cmd_vtysh);
27465 4 : install_element(BGP_NODE, &neighbor_path_attribute_discard_cmd_vtysh);
27466 4 : install_element(BGP_NODE, &neighbor_peer_group_cmd_vtysh);
27467 4 : install_element(BGP_NODE, &neighbor_port_cmd_vtysh);
27468 4 : install_element(BGP_NODE, &neighbor_prefix_list_hidden_cmd_vtysh);
27469 4 : install_element(BGP_NODE, &neighbor_remote_as_cmd_vtysh);
27470 4 : install_element(BGP_NODE, &neighbor_remove_private_as_all_hidden_cmd_vtysh);
27471 4 : install_element(BGP_NODE, &neighbor_remove_private_as_all_replace_as_hidden_cmd_vtysh);
27472 4 : install_element(BGP_NODE, &neighbor_remove_private_as_hidden_cmd_vtysh);
27473 4 : install_element(BGP_NODE, &neighbor_remove_private_as_replace_as_hidden_cmd_vtysh);
27474 4 : install_element(BGP_NODE, &neighbor_role_cmd_vtysh);
27475 4 : install_element(BGP_NODE, &neighbor_role_strict_cmd_vtysh);
27476 4 : install_element(BGP_NODE, &neighbor_route_map_hidden_cmd_vtysh);
27477 4 : install_element(BGP_NODE, &neighbor_route_reflector_client_hidden_cmd_vtysh);
27478 4 : install_element(BGP_NODE, &neighbor_route_server_client_hidden_cmd_vtysh);
27479 4 : install_element(BGP_NODE, &neighbor_send_community_hidden_cmd_vtysh);
27480 4 : install_element(BGP_NODE, &neighbor_send_community_type_hidden_cmd_vtysh);
27481 4 : install_element(BGP_NODE, &neighbor_set_peer_group_cmd_vtysh);
27482 4 : install_element(BGP_NODE, &neighbor_shutdown_cmd_vtysh);
27483 4 : install_element(BGP_NODE, &neighbor_shutdown_msg_cmd_vtysh);
27484 4 : install_element(BGP_NODE, &neighbor_shutdown_rtt_cmd_vtysh);
27485 4 : install_element(BGP_NODE, &neighbor_soft_reconfiguration_hidden_cmd_vtysh);
27486 4 : install_element(BGP_NODE, &neighbor_solo_cmd_vtysh);
27487 4 : install_element(BGP_NODE, &neighbor_strict_capability_cmd_vtysh);
27488 4 : install_element(BGP_NODE, &neighbor_tcp_mss_cmd_vtysh);
27489 4 : install_element(BGP_NODE, &neighbor_timers_cmd_vtysh);
27490 4 : install_element(BGP_NODE, &neighbor_timers_connect_cmd_vtysh);
27491 4 : install_element(BGP_NODE, &neighbor_timers_delayopen_cmd_vtysh);
27492 4 : install_element(BGP_NODE, &neighbor_ttl_security_cmd_vtysh);
27493 4 : install_element(BGP_NODE, &neighbor_unsuppress_map_hidden_cmd_vtysh);
27494 4 : install_element(BGP_NODE, &neighbor_update_source_cmd_vtysh);
27495 4 : install_element(BGP_NODE, &neighbor_weight_hidden_cmd_vtysh);
27496 4 : install_element(BGP_NODE, &no_auto_summary_cmd_vtysh);
27497 4 : install_element(BGP_NODE, &no_bgp_always_compare_med_cmd_vtysh);
27498 4 : install_element(BGP_NODE, &no_bgp_bestpath_aspath_confed_cmd_vtysh);
27499 4 : install_element(BGP_NODE, &no_bgp_bestpath_aspath_ignore_cmd_vtysh);
27500 4 : install_element(BGP_NODE, &no_bgp_bestpath_aspath_multipath_relax_cmd_vtysh);
27501 4 : install_element(BGP_NODE, &no_bgp_bestpath_bw_cmd_vtysh);
27502 4 : install_element(BGP_NODE, &no_bgp_bestpath_compare_router_id_cmd_vtysh);
27503 4 : install_element(BGP_NODE, &no_bgp_bestpath_med_cmd_vtysh);
27504 4 : install_element(BGP_NODE, &no_bgp_bestpath_peer_type_multipath_relax_cmd_vtysh);
27505 4 : install_element(BGP_NODE, &no_bgp_client_to_client_reflection_cmd_vtysh);
27506 4 : install_element(BGP_NODE, &no_bgp_cluster_id_cmd_vtysh);
27507 4 : install_element(BGP_NODE, &no_bgp_coalesce_time_cmd_vtysh);
27508 4 : install_element(BGP_NODE, &no_bgp_confederation_identifier_cmd_vtysh);
27509 4 : install_element(BGP_NODE, &no_bgp_confederation_peers_cmd_vtysh);
27510 4 : install_element(BGP_NODE, &no_bgp_default_local_preference_cmd_vtysh);
27511 4 : install_element(BGP_NODE, &no_bgp_default_show_hostname_cmd_vtysh);
27512 4 : install_element(BGP_NODE, &no_bgp_default_show_nexthop_hostname_cmd_vtysh);
27513 4 : install_element(BGP_NODE, &no_bgp_default_subgroup_pkt_queue_max_cmd_vtysh);
27514 4 : install_element(BGP_NODE, &no_bgp_deterministic_med_cmd_vtysh);
27515 4 : install_element(BGP_NODE, &no_bgp_disable_connected_route_check_cmd_vtysh);
27516 4 : install_element(BGP_NODE, &no_bgp_distance_cmd_vtysh);
27517 4 : install_element(BGP_NODE, &no_bgp_distance_source_access_list_cmd_vtysh);
27518 4 : install_element(BGP_NODE, &no_bgp_distance_source_cmd_vtysh);
27519 4 : install_element(BGP_NODE, &no_bgp_ebgp_requires_policy_cmd_vtysh);
27520 4 : install_element(BGP_NODE, &no_bgp_evpn_vrf_rd_without_val_cmd_vtysh);
27521 4 : install_element(BGP_NODE, &no_bgp_fast_convergence_cmd_vtysh);
27522 4 : install_element(BGP_NODE, &no_bgp_fast_external_failover_cmd_vtysh);
27523 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_cmd_vtysh);
27524 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_disable_cmd_vtysh);
27525 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_disable_eor_cmd_vtysh);
27526 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_preserve_fw_cmd_vtysh);
27527 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_restart_time_cmd_vtysh);
27528 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_rib_stale_time_cmd_vtysh);
27529 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_select_defer_time_cmd_vtysh);
27530 4 : install_element(BGP_NODE, &no_bgp_graceful_restart_stalepath_time_cmd_vtysh);
27531 4 : install_element(BGP_NODE, &no_bgp_graceful_shutdown_cmd_vtysh);
27532 4 : install_element(BGP_NODE, &no_bgp_listen_limit_cmd_vtysh);
27533 4 : install_element(BGP_NODE, &no_bgp_listen_range_cmd_vtysh);
27534 4 : install_element(BGP_NODE, &no_bgp_llgr_stalepath_time_cmd_vtysh);
27535 4 : install_element(BGP_NODE, &no_bgp_log_neighbor_changes_cmd_vtysh);
27536 4 : install_element(BGP_NODE, &no_bgp_maxmed_admin_cmd_vtysh);
27537 4 : install_element(BGP_NODE, &no_bgp_maxmed_onstartup_cmd_vtysh);
27538 4 : install_element(BGP_NODE, &no_bgp_maxpaths_hidden_cmd_vtysh);
27539 4 : install_element(BGP_NODE, &no_bgp_maxpaths_ibgp_hidden_cmd_vtysh);
27540 4 : install_element(BGP_NODE, &no_bgp_minimum_holdtime_cmd_vtysh);
27541 4 : install_element(BGP_NODE, &no_bgp_neighbor_graceful_restart_disable_set_cmd_vtysh);
27542 4 : install_element(BGP_NODE, &no_bgp_neighbor_graceful_restart_helper_set_cmd_vtysh);
27543 4 : install_element(BGP_NODE, &no_bgp_neighbor_graceful_restart_set_cmd_vtysh);
27544 4 : install_element(BGP_NODE, &no_bgp_network_import_check_cmd_vtysh);
27545 4 : install_element(BGP_NODE, &no_bgp_redistribute_ipv4_hidden_cmd_vtysh);
27546 4 : install_element(BGP_NODE, &no_bgp_redistribute_ipv4_ospf_hidden_cmd_vtysh);
27547 4 : install_element(BGP_NODE, &no_bgp_reject_as_sets_cmd_vtysh);
27548 4 : install_element(BGP_NODE, &no_bgp_router_id_cmd_vtysh);
27549 4 : install_element(BGP_NODE, &no_bgp_rr_allow_outbound_policy_cmd_vtysh);
27550 4 : install_element(BGP_NODE, &no_bgp_segment_routing_srv6_cmd_vtysh);
27551 4 : install_element(BGP_NODE, &no_bgp_set_route_map_delay_timer_cmd_vtysh);
27552 4 : install_element(BGP_NODE, &no_bgp_shutdown_cmd_vtysh);
27553 4 : install_element(BGP_NODE, &no_bgp_shutdown_msg_cmd_vtysh);
27554 4 : install_element(BGP_NODE, &no_bgp_sid_vpn_export_cmd_vtysh);
27555 4 : install_element(BGP_NODE, &no_bgp_suppress_duplicates_cmd_vtysh);
27556 4 : install_element(BGP_NODE, &no_bgp_table_map_cmd_vtysh);
27557 4 : install_element(BGP_NODE, &no_bgp_tcp_keepalive_cmd_vtysh);
27558 4 : install_element(BGP_NODE, &no_bgp_timers_cmd_vtysh);
27559 4 : install_element(BGP_NODE, &no_bgp_update_delay_cmd_vtysh);
27560 4 : install_element(BGP_NODE, &no_bmp_mirror_limit_cmd_vtysh);
27561 4 : install_element(BGP_NODE, &no_bmp_targets_cmd_vtysh);
27562 4 : install_element(BGP_NODE, &no_neighbor_activate_hidden_cmd_vtysh);
27563 4 : install_element(BGP_NODE, &no_neighbor_addpath_tx_all_paths_hidden_cmd_vtysh);
27564 4 : install_element(BGP_NODE, &no_neighbor_addpath_tx_bestpath_per_as_hidden_cmd_vtysh);
27565 4 : install_element(BGP_NODE, &no_neighbor_advertise_interval_cmd_vtysh);
27566 4 : install_element(BGP_NODE, &no_neighbor_allowas_in_hidden_cmd_vtysh);
27567 4 : install_element(BGP_NODE, &no_neighbor_as_override_hidden_cmd_vtysh);
27568 4 : install_element(BGP_NODE, &no_neighbor_aspath_loop_detection_cmd_vtysh);
27569 4 : install_element(BGP_NODE, &no_neighbor_attr_unchanged_hidden_cmd_vtysh);
27570 4 : install_element(BGP_NODE, &no_neighbor_bfd_cmd_vtysh);
27571 4 : install_element(BGP_NODE, &no_neighbor_bfd_profile_cmd_vtysh);
27572 4 : install_element(BGP_NODE, &no_neighbor_capability_dynamic_cmd_vtysh);
27573 4 : install_element(BGP_NODE, &no_neighbor_capability_enhe_cmd_vtysh);
27574 4 : install_element(BGP_NODE, &no_neighbor_capability_orf_prefix_hidden_cmd_vtysh);
27575 4 : install_element(BGP_NODE, &no_neighbor_cmd_vtysh);
27576 4 : install_element(BGP_NODE, &no_neighbor_default_originate_hidden_cmd_vtysh);
27577 4 : install_element(BGP_NODE, &no_neighbor_description_cmd_vtysh);
27578 4 : install_element(BGP_NODE, &no_neighbor_description_comment_cmd_vtysh);
27579 4 : install_element(BGP_NODE, &no_neighbor_disable_connected_check_cmd_vtysh);
27580 4 : install_element(BGP_NODE, &no_neighbor_disable_link_bw_encoding_ieee_cmd_vtysh);
27581 4 : install_element(BGP_NODE, &no_neighbor_distribute_list_hidden_cmd_vtysh);
27582 4 : install_element(BGP_NODE, &no_neighbor_dont_capability_negotiate_cmd_vtysh);
27583 4 : install_element(BGP_NODE, &no_neighbor_ebgp_multihop_cmd_vtysh);
27584 4 : install_element(BGP_NODE, &no_neighbor_enforce_first_as_cmd_vtysh);
27585 4 : install_element(BGP_NODE, &no_neighbor_extended_optional_parameters_cmd_vtysh);
27586 4 : install_element(BGP_NODE, &no_neighbor_filter_list_hidden_cmd_vtysh);
27587 4 : install_element(BGP_NODE, &no_neighbor_interface_cmd_vtysh);
27588 4 : install_element(BGP_NODE, &no_neighbor_interface_config_cmd_vtysh);
27589 4 : install_element(BGP_NODE, &no_neighbor_interface_peer_group_remote_as_cmd_vtysh);
27590 4 : install_element(BGP_NODE, &no_neighbor_local_as_cmd_vtysh);
27591 4 : install_element(BGP_NODE, &no_neighbor_maximum_prefix_hidden_cmd_vtysh);
27592 4 : install_element(BGP_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
27593 4 : install_element(BGP_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
27594 4 : install_element(BGP_NODE, &no_neighbor_nexthop_self_force_hidden_cmd_vtysh);
27595 4 : install_element(BGP_NODE, &no_neighbor_nexthop_self_hidden_cmd_vtysh);
27596 4 : install_element(BGP_NODE, &no_neighbor_override_capability_cmd_vtysh);
27597 4 : install_element(BGP_NODE, &no_neighbor_passive_cmd_vtysh);
27598 4 : install_element(BGP_NODE, &no_neighbor_password_cmd_vtysh);
27599 4 : install_element(BGP_NODE, &no_neighbor_path_attribute_discard_cmd_vtysh);
27600 4 : install_element(BGP_NODE, &no_neighbor_peer_group_cmd_vtysh);
27601 4 : install_element(BGP_NODE, &no_neighbor_port_cmd_vtysh);
27602 4 : install_element(BGP_NODE, &no_neighbor_prefix_list_hidden_cmd_vtysh);
27603 4 : install_element(BGP_NODE, &no_neighbor_remove_private_as_all_hidden_cmd_vtysh);
27604 4 : install_element(BGP_NODE, &no_neighbor_remove_private_as_all_replace_as_hidden_cmd_vtysh);
27605 4 : install_element(BGP_NODE, &no_neighbor_remove_private_as_hidden_cmd_vtysh);
27606 4 : install_element(BGP_NODE, &no_neighbor_remove_private_as_replace_as_hidden_cmd_vtysh);
27607 4 : install_element(BGP_NODE, &no_neighbor_role_cmd_vtysh);
27608 4 : install_element(BGP_NODE, &no_neighbor_route_map_hidden_cmd_vtysh);
27609 4 : install_element(BGP_NODE, &no_neighbor_route_reflector_client_hidden_cmd_vtysh);
27610 4 : install_element(BGP_NODE, &no_neighbor_route_server_client_hidden_cmd_vtysh);
27611 4 : install_element(BGP_NODE, &no_neighbor_send_community_hidden_cmd_vtysh);
27612 4 : install_element(BGP_NODE, &no_neighbor_send_community_type_hidden_cmd_vtysh);
27613 4 : install_element(BGP_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
27614 4 : install_element(BGP_NODE, &no_neighbor_shutdown_cmd_vtysh);
27615 4 : install_element(BGP_NODE, &no_neighbor_shutdown_msg_cmd_vtysh);
27616 4 : install_element(BGP_NODE, &no_neighbor_shutdown_rtt_cmd_vtysh);
27617 4 : install_element(BGP_NODE, &no_neighbor_soft_reconfiguration_hidden_cmd_vtysh);
27618 4 : install_element(BGP_NODE, &no_neighbor_solo_cmd_vtysh);
27619 4 : install_element(BGP_NODE, &no_neighbor_strict_capability_cmd_vtysh);
27620 4 : install_element(BGP_NODE, &no_neighbor_tcp_mss_cmd_vtysh);
27621 4 : install_element(BGP_NODE, &no_neighbor_timers_cmd_vtysh);
27622 4 : install_element(BGP_NODE, &no_neighbor_timers_connect_cmd_vtysh);
27623 4 : install_element(BGP_NODE, &no_neighbor_timers_delayopen_cmd_vtysh);
27624 4 : install_element(BGP_NODE, &no_neighbor_ttl_security_cmd_vtysh);
27625 4 : install_element(BGP_NODE, &no_neighbor_unsuppress_map_hidden_cmd_vtysh);
27626 4 : install_element(BGP_NODE, &no_neighbor_update_source_cmd_vtysh);
27627 4 : install_element(BGP_NODE, &no_neighbor_weight_hidden_cmd_vtysh);
27628 4 : install_element(BGP_NODE, &no_synchronization_cmd_vtysh);
27629 4 : install_element(BGP_NODE, &rfp_example_config_value_cmd_vtysh);
27630 4 : install_element(BGP_NODE, &rfp_full_table_download_cmd_vtysh);
27631 4 : install_element(BGP_NODE, &rfp_holddown_factor_cmd_vtysh);
27632 4 : install_element(BGP_NODE, &vnc_advertise_un_method_cmd_vtysh);
27633 4 : install_element(BGP_NODE, &vnc_export_mode_cmd_vtysh);
27634 4 : install_element(BGP_NODE, &vnc_export_nvegroup_cmd_vtysh);
27635 4 : install_element(BGP_NODE, &vnc_no_export_nvegroup_cmd_vtysh);
27636 4 : install_element(BGP_NODE, &vnc_no_l2_group_cmd_vtysh);
27637 4 : install_element(BGP_NODE, &vnc_no_nve_group_cmd_vtysh);
27638 4 : install_element(BGP_NODE, &vnc_no_redistribute_protocol_cmd_vtysh);
27639 4 : install_element(BGP_NODE, &vnc_no_vrf_policy_cmd_vtysh);
27640 4 : install_element(BGP_NODE, &vnc_nve_export_no_prefixlist_cmd_vtysh);
27641 4 : install_element(BGP_NODE, &vnc_nve_export_no_routemap_cmd_vtysh);
27642 4 : install_element(BGP_NODE, &vnc_nve_export_prefixlist_cmd_vtysh);
27643 4 : install_element(BGP_NODE, &vnc_nve_export_routemap_cmd_vtysh);
27644 4 : install_element(BGP_NODE, &vnc_redist_bgpdirect_no_prefixlist_cmd_vtysh);
27645 4 : install_element(BGP_NODE, &vnc_redist_bgpdirect_no_routemap_cmd_vtysh);
27646 4 : install_element(BGP_NODE, &vnc_redist_bgpdirect_prefixlist_cmd_vtysh);
27647 4 : install_element(BGP_NODE, &vnc_redist_bgpdirect_routemap_cmd_vtysh);
27648 4 : install_element(BGP_NODE, &vnc_redistribute_bgp_exterior_cmd_vtysh);
27649 4 : install_element(BGP_NODE, &vnc_redistribute_lifetime_cmd_vtysh);
27650 4 : install_element(BGP_NODE, &vnc_redistribute_mode_cmd_vtysh);
27651 4 : install_element(BGP_NODE, &vnc_redistribute_no_nvegroup_cmd_vtysh);
27652 4 : install_element(BGP_NODE, &vnc_redistribute_nvegroup_cmd_vtysh);
27653 4 : install_element(BGP_NODE, &vnc_redistribute_protocol_cmd_vtysh);
27654 4 : install_element(BGP_NODE, &vnc_redistribute_rh_roo_localadmin_cmd_vtysh);
27655 4 : install_element(BGP_SRV6_NODE, &bgp_srv6_locator_cmd_vtysh);
27656 4 : install_element(BGP_SRV6_NODE, &no_bgp_srv6_locator_cmd_vtysh);
27657 4 : install_element(BGP_VNC_DEFAULTS_NODE, &vnc_defaults_l2rd_cmd_vtysh);
27658 4 : install_element(BGP_VNC_DEFAULTS_NODE, &vnc_defaults_no_l2rd_cmd_vtysh);
27659 4 : install_element(BGP_VNC_DEFAULTS_NODE, &vnc_defaults_rd_cmd_vtysh);
27660 4 : install_element(BGP_VNC_DEFAULTS_NODE, &vnc_defaults_responselifetime_cmd_vtysh);
27661 4 : install_element(BGP_VNC_DEFAULTS_NODE, &vnc_defaults_rt_both_cmd_vtysh);
27662 4 : install_element(BGP_VNC_DEFAULTS_NODE, &vnc_defaults_rt_export_cmd_vtysh);
27663 4 : install_element(BGP_VNC_DEFAULTS_NODE, &vnc_defaults_rt_import_cmd_vtysh);
27664 4 : install_element(BGP_VNC_L2_GROUP_NODE, &vnc_l2_group_labels_cmd_vtysh);
27665 4 : install_element(BGP_VNC_L2_GROUP_NODE, &vnc_l2_group_lni_cmd_vtysh);
27666 4 : install_element(BGP_VNC_L2_GROUP_NODE, &vnc_l2_group_no_labels_cmd_vtysh);
27667 4 : install_element(BGP_VNC_L2_GROUP_NODE, &vnc_l2_group_rt_cmd_vtysh);
27668 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_export_no_prefixlist_cmd_vtysh);
27669 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_export_no_routemap_cmd_vtysh);
27670 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_export_prefixlist_cmd_vtysh);
27671 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_export_routemap_cmd_vtysh);
27672 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_l2rd_cmd_vtysh);
27673 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_no_l2rd_cmd_vtysh);
27674 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_prefix_cmd_vtysh);
27675 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_rd_cmd_vtysh);
27676 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_redist_bgpdirect_no_prefixlist_cmd_vtysh);
27677 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_redist_bgpdirect_no_routemap_cmd_vtysh);
27678 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_redist_bgpdirect_prefixlist_cmd_vtysh);
27679 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_redist_bgpdirect_routemap_cmd_vtysh);
27680 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_responselifetime_cmd_vtysh);
27681 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_rt_both_cmd_vtysh);
27682 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_rt_export_cmd_vtysh);
27683 4 : install_element(BGP_VNC_NVE_GROUP_NODE, &vnc_nve_group_rt_import_cmd_vtysh);
27684 4 : install_element(BGP_VPNV4_NODE, &bgp_retain_route_target_cmd_vtysh);
27685 4 : install_element(BGP_VPNV4_NODE, &neighbor_accept_own_cmd_vtysh);
27686 4 : install_element(BGP_VPNV4_NODE, &neighbor_activate_cmd_vtysh);
27687 4 : install_element(BGP_VPNV4_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
27688 4 : install_element(BGP_VPNV4_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27689 4 : install_element(BGP_VPNV4_NODE, &neighbor_advertise_map_cmd_vtysh);
27690 4 : install_element(BGP_VPNV4_NODE, &neighbor_allowas_in_cmd_vtysh);
27691 4 : install_element(BGP_VPNV4_NODE, &neighbor_as_override_cmd_vtysh);
27692 4 : install_element(BGP_VPNV4_NODE, &neighbor_attr_unchanged_cmd_vtysh);
27693 4 : install_element(BGP_VPNV4_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
27694 4 : install_element(BGP_VPNV4_NODE, &neighbor_distribute_list_cmd_vtysh);
27695 4 : install_element(BGP_VPNV4_NODE, &neighbor_filter_list_cmd_vtysh);
27696 4 : install_element(BGP_VPNV4_NODE, &neighbor_maximum_prefix_cmd_vtysh);
27697 4 : install_element(BGP_VPNV4_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
27698 4 : install_element(BGP_VPNV4_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
27699 4 : install_element(BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27700 4 : install_element(BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
27701 4 : install_element(BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27702 4 : install_element(BGP_VPNV4_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27703 4 : install_element(BGP_VPNV4_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
27704 4 : install_element(BGP_VPNV4_NODE, &neighbor_nexthop_self_cmd_vtysh);
27705 4 : install_element(BGP_VPNV4_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
27706 4 : install_element(BGP_VPNV4_NODE, &neighbor_prefix_list_cmd_vtysh);
27707 4 : install_element(BGP_VPNV4_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
27708 4 : install_element(BGP_VPNV4_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27709 4 : install_element(BGP_VPNV4_NODE, &neighbor_remove_private_as_cmd_vtysh);
27710 4 : install_element(BGP_VPNV4_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
27711 4 : install_element(BGP_VPNV4_NODE, &neighbor_route_map_cmd_vtysh);
27712 4 : install_element(BGP_VPNV4_NODE, &neighbor_route_reflector_client_cmd_vtysh);
27713 4 : install_element(BGP_VPNV4_NODE, &neighbor_route_server_client_cmd_vtysh);
27714 4 : install_element(BGP_VPNV4_NODE, &neighbor_send_community_cmd_vtysh);
27715 4 : install_element(BGP_VPNV4_NODE, &neighbor_send_community_type_cmd_vtysh);
27716 4 : install_element(BGP_VPNV4_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
27717 4 : install_element(BGP_VPNV4_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
27718 4 : install_element(BGP_VPNV4_NODE, &neighbor_soo_cmd_vtysh);
27719 4 : install_element(BGP_VPNV4_NODE, &neighbor_unsuppress_map_cmd_vtysh);
27720 4 : install_element(BGP_VPNV4_NODE, &neighbor_weight_cmd_vtysh);
27721 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_activate_cmd_vtysh);
27722 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
27723 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27724 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27725 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_as_override_cmd_vtysh);
27726 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27727 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
27728 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27729 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_filter_list_cmd_vtysh);
27730 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
27731 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
27732 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
27733 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27734 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
27735 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27736 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
27737 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27738 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
27739 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
27740 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_route_map_cmd_vtysh);
27741 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
27742 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27743 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_send_community_cmd_vtysh);
27744 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_send_community_type_cmd_vtysh);
27745 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
27746 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27747 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_soo_cmd_vtysh);
27748 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
27749 4 : install_element(BGP_VPNV4_NODE, &no_neighbor_weight_cmd_vtysh);
27750 4 : install_element(BGP_VPNV4_NODE, &no_vpnv4_network_cmd_vtysh);
27751 4 : install_element(BGP_VPNV4_NODE, &vpnv4_network_cmd_vtysh);
27752 4 : install_element(BGP_VPNV4_NODE, &vpnv4_network_route_map_cmd_vtysh);
27753 4 : install_element(BGP_VPNV6_NODE, &bgp_retain_route_target_cmd_vtysh);
27754 4 : install_element(BGP_VPNV6_NODE, &neighbor_accept_own_cmd_vtysh);
27755 4 : install_element(BGP_VPNV6_NODE, &neighbor_activate_cmd_vtysh);
27756 4 : install_element(BGP_VPNV6_NODE, &neighbor_addpath_tx_all_paths_cmd_vtysh);
27757 4 : install_element(BGP_VPNV6_NODE, &neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27758 4 : install_element(BGP_VPNV6_NODE, &neighbor_advertise_map_cmd_vtysh);
27759 4 : install_element(BGP_VPNV6_NODE, &neighbor_allowas_in_cmd_vtysh);
27760 4 : install_element(BGP_VPNV6_NODE, &neighbor_as_override_cmd_vtysh);
27761 4 : install_element(BGP_VPNV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
27762 4 : install_element(BGP_VPNV6_NODE, &neighbor_disable_addpath_rx_cmd_vtysh);
27763 4 : install_element(BGP_VPNV6_NODE, &neighbor_distribute_list_cmd_vtysh);
27764 4 : install_element(BGP_VPNV6_NODE, &neighbor_filter_list_cmd_vtysh);
27765 4 : install_element(BGP_VPNV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
27766 4 : install_element(BGP_VPNV6_NODE, &neighbor_maximum_prefix_out_cmd_vtysh);
27767 4 : install_element(BGP_VPNV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
27768 4 : install_element(BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27769 4 : install_element(BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
27770 4 : install_element(BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27771 4 : install_element(BGP_VPNV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27772 4 : install_element(BGP_VPNV6_NODE, &neighbor_nexthop_self_all_hidden_cmd_vtysh);
27773 4 : install_element(BGP_VPNV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
27774 4 : install_element(BGP_VPNV6_NODE, &neighbor_nexthop_self_force_cmd_vtysh);
27775 4 : install_element(BGP_VPNV6_NODE, &neighbor_prefix_list_cmd_vtysh);
27776 4 : install_element(BGP_VPNV6_NODE, &neighbor_remove_private_as_all_cmd_vtysh);
27777 4 : install_element(BGP_VPNV6_NODE, &neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27778 4 : install_element(BGP_VPNV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
27779 4 : install_element(BGP_VPNV6_NODE, &neighbor_remove_private_as_replace_as_cmd_vtysh);
27780 4 : install_element(BGP_VPNV6_NODE, &neighbor_route_map_cmd_vtysh);
27781 4 : install_element(BGP_VPNV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
27782 4 : install_element(BGP_VPNV6_NODE, &neighbor_route_server_client_cmd_vtysh);
27783 4 : install_element(BGP_VPNV6_NODE, &neighbor_send_community_cmd_vtysh);
27784 4 : install_element(BGP_VPNV6_NODE, &neighbor_send_community_type_cmd_vtysh);
27785 4 : install_element(BGP_VPNV6_NODE, &neighbor_set_peer_group_hidden_cmd_vtysh);
27786 4 : install_element(BGP_VPNV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
27787 4 : install_element(BGP_VPNV6_NODE, &neighbor_soo_cmd_vtysh);
27788 4 : install_element(BGP_VPNV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
27789 4 : install_element(BGP_VPNV6_NODE, &neighbor_weight_cmd_vtysh);
27790 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_activate_cmd_vtysh);
27791 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_addpath_tx_all_paths_cmd_vtysh);
27792 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_addpath_tx_bestpath_per_as_cmd_vtysh);
27793 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27794 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_as_override_cmd_vtysh);
27795 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27796 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_disable_addpath_rx_cmd_vtysh);
27797 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27798 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
27799 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
27800 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_out_cmd_vtysh);
27801 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_nexthop_self_all_hidden_cmd_vtysh);
27802 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27803 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_nexthop_self_force_cmd_vtysh);
27804 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27805 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_remove_private_as_all_cmd_vtysh);
27806 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_remove_private_as_all_replace_as_cmd_vtysh);
27807 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
27808 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_remove_private_as_replace_as_cmd_vtysh);
27809 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_route_map_cmd_vtysh);
27810 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
27811 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27812 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_send_community_cmd_vtysh);
27813 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
27814 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_set_peer_group_hidden_cmd_vtysh);
27815 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27816 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_soo_cmd_vtysh);
27817 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
27818 4 : install_element(BGP_VPNV6_NODE, &no_neighbor_weight_cmd_vtysh);
27819 4 : install_element(BGP_VPNV6_NODE, &no_vpnv6_network_cmd_vtysh);
27820 4 : install_element(BGP_VPNV6_NODE, &vpnv6_network_cmd_vtysh);
27821 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_export_no_prefixlist_cmd_vtysh);
27822 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_export_no_routemap_cmd_vtysh);
27823 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_export_prefixlist_cmd_vtysh);
27824 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_export_routemap_cmd_vtysh);
27825 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_label_cmd_vtysh);
27826 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_nexthop_cmd_vtysh);
27827 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_no_label_cmd_vtysh);
27828 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_rd_cmd_vtysh);
27829 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_rt_both_cmd_vtysh);
27830 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_rt_export_cmd_vtysh);
27831 4 : install_element(BGP_VRF_POLICY_NODE, &vnc_vrf_policy_rt_import_cmd_vtysh);
27832 4 : install_element(BMP_NODE, &bmp_acl_cmd_vtysh);
27833 4 : install_element(BMP_NODE, &bmp_connect_cmd_vtysh);
27834 4 : install_element(BMP_NODE, &bmp_listener_cmd_vtysh);
27835 4 : install_element(BMP_NODE, &bmp_mirror_cmd_vtysh);
27836 4 : install_element(BMP_NODE, &bmp_monitor_cmd_vtysh);
27837 4 : install_element(BMP_NODE, &bmp_stats_cmd_vtysh);
27838 4 : install_element(BMP_NODE, &no_bmp_listener_cmd_vtysh);
27839 4 : install_element(CONFIG_NODE, &access_list_cmd_vtysh);
27840 4 : install_element(CONFIG_NODE, &access_list_ext_cmd_vtysh);
27841 4 : install_element(CONFIG_NODE, &access_list_remark_cmd_vtysh);
27842 4 : install_element(CONFIG_NODE, &access_list_std_cmd_vtysh);
27843 4 : install_element(CONFIG_NODE, &agentx_enable_cmd_vtysh);
27844 4 : install_element(CONFIG_NODE, &allow_external_route_update_cmd_vtysh);
27845 4 : install_element(CONFIG_NODE, &backup_nexthop_recursive_use_enable_cmd_vtysh);
27846 4 : install_element(CONFIG_NODE, &bfd_config_reset_cmd_vtysh);
27847 4 : install_element(CONFIG_NODE, &bfd_debug_distributed_cmd_vtysh);
27848 4 : install_element(CONFIG_NODE, &bfd_debug_network_cmd_vtysh);
27849 4 : install_element(CONFIG_NODE, &bfd_debug_peer_cmd_vtysh);
27850 4 : install_element(CONFIG_NODE, &bfd_debug_zebra_cmd_vtysh);
27851 4 : install_element(CONFIG_NODE, &bgp_as_path_cmd_vtysh);
27852 4 : install_element(CONFIG_NODE, &bgp_community_alias_cmd_vtysh);
27853 4 : install_element(CONFIG_NODE, &bgp_community_list_expanded_all_cmd_vtysh);
27854 4 : install_element(CONFIG_NODE, &bgp_community_list_standard_cmd_vtysh);
27855 4 : install_element(CONFIG_NODE, &bgp_extcommunity_list_name_expanded_cmd_vtysh);
27856 4 : install_element(CONFIG_NODE, &bgp_extcommunity_list_standard_cmd_vtysh);
27857 4 : install_element(CONFIG_NODE, &bgp_global_suppress_fib_pending_cmd_vtysh);
27858 4 : install_element(CONFIG_NODE, &bgp_global_update_delay_cmd_vtysh);
27859 4 : install_element(CONFIG_NODE, &bgp_graceful_shutdown_cmd_vtysh);
27860 4 : install_element(CONFIG_NODE, &bgp_inq_limit_cmd_vtysh);
27861 4 : install_element(CONFIG_NODE, &bgp_lcommunity_list_expanded_cmd_vtysh);
27862 4 : install_element(CONFIG_NODE, &bgp_lcommunity_list_name_expanded_cmd_vtysh);
27863 4 : install_element(CONFIG_NODE, &bgp_lcommunity_list_name_standard_cmd_vtysh);
27864 4 : install_element(CONFIG_NODE, &bgp_lcommunity_list_standard_cmd_vtysh);
27865 4 : install_element(CONFIG_NODE, &bgp_local_mac_cmd_vtysh);
27866 4 : install_element(CONFIG_NODE, &bgp_norib_cmd_vtysh);
27867 4 : install_element(CONFIG_NODE, &bgp_outq_limit_cmd_vtysh);
27868 4 : install_element(CONFIG_NODE, &bgp_session_dscp_cmd_vtysh);
27869 4 : install_element(CONFIG_NODE, &bgp_set_route_map_delay_timer_cmd_vtysh);
27870 4 : install_element(CONFIG_NODE, &config_log_ec_cmd_vtysh);
27871 4 : install_element(CONFIG_NODE, &config_log_facility_cmd_vtysh);
27872 4 : install_element(CONFIG_NODE, &config_log_file_cmd_vtysh);
27873 4 : install_element(CONFIG_NODE, &config_log_filterfile_cmd_vtysh);
27874 4 : install_element(CONFIG_NODE, &config_log_monitor_cmd_vtysh);
27875 4 : install_element(CONFIG_NODE, &config_log_record_priority_cmd_vtysh);
27876 4 : install_element(CONFIG_NODE, &config_log_stdout_cmd_vtysh);
27877 4 : install_element(CONFIG_NODE, &config_log_syslog_cmd_vtysh);
27878 4 : install_element(CONFIG_NODE, &config_log_timestamp_precision_cmd_vtysh);
27879 4 : install_element(CONFIG_NODE, &config_log_xid_cmd_vtysh);
27880 4 : install_element(CONFIG_NODE, &debug_babel_cmd_vtysh);
27881 4 : install_element(CONFIG_NODE, &debug_bgp_as4_cmd_vtysh);
27882 4 : install_element(CONFIG_NODE, &debug_bgp_as4_segment_cmd_vtysh);
27883 4 : install_element(CONFIG_NODE, &debug_bgp_bestpath_prefix_cmd_vtysh);
27884 4 : install_element(CONFIG_NODE, &debug_bgp_bfd_cmd_vtysh);
27885 4 : install_element(CONFIG_NODE, &debug_bgp_cond_adv_cmd_vtysh);
27886 4 : install_element(CONFIG_NODE, &debug_bgp_evpn_mh_cmd_vtysh);
27887 4 : install_element(CONFIG_NODE, &debug_bgp_flowspec_cmd_vtysh);
27888 4 : install_element(CONFIG_NODE, &debug_bgp_graceful_restart_cmd_vtysh);
27889 4 : install_element(CONFIG_NODE, &debug_bgp_keepalive_cmd_vtysh);
27890 4 : install_element(CONFIG_NODE, &debug_bgp_keepalive_peer_cmd_vtysh);
27891 4 : install_element(CONFIG_NODE, &debug_bgp_labelpool_cmd_vtysh);
27892 4 : install_element(CONFIG_NODE, &debug_bgp_neighbor_events_cmd_vtysh);
27893 4 : install_element(CONFIG_NODE, &debug_bgp_neighbor_events_peer_cmd_vtysh);
27894 4 : install_element(CONFIG_NODE, &debug_bgp_nht_cmd_vtysh);
27895 4 : install_element(CONFIG_NODE, &debug_bgp_pbr_cmd_vtysh);
27896 4 : install_element(CONFIG_NODE, &debug_bgp_update_cmd_vtysh);
27897 4 : install_element(CONFIG_NODE, &debug_bgp_update_direct_cmd_vtysh);
27898 4 : install_element(CONFIG_NODE, &debug_bgp_update_direct_peer_cmd_vtysh);
27899 4 : install_element(CONFIG_NODE, &debug_bgp_update_groups_cmd_vtysh);
27900 4 : install_element(CONFIG_NODE, &debug_bgp_update_prefix_afi_safi_cmd_vtysh);
27901 4 : install_element(CONFIG_NODE, &debug_bgp_update_prefix_cmd_vtysh);
27902 4 : install_element(CONFIG_NODE, &debug_bgp_vnc_cmd_vtysh);
27903 4 : install_element(CONFIG_NODE, &debug_bgp_vpn_cmd_vtysh);
27904 4 : install_element(CONFIG_NODE, &debug_bgp_zebra_cmd_vtysh);
27905 4 : install_element(CONFIG_NODE, &debug_bgp_zebra_prefix_cmd_vtysh);
27906 4 : install_element(CONFIG_NODE, &debug_bsm_cmd_vtysh);
27907 4 : install_element(CONFIG_NODE, &debug_eigrp_packets_all_cmd_vtysh);
27908 4 : install_element(CONFIG_NODE, &debug_eigrp_transmit_cmd_vtysh);
27909 4 : install_element(CONFIG_NODE, &debug_igmp_cmd_vtysh);
27910 4 : install_element(CONFIG_NODE, &debug_igmp_events_cmd_vtysh);
27911 4 : install_element(CONFIG_NODE, &debug_igmp_packets_cmd_vtysh);
27912 4 : install_element(CONFIG_NODE, &debug_igmp_trace_cmd_vtysh);
27913 4 : install_element(CONFIG_NODE, &debug_igmp_trace_detail_cmd_vtysh);
27914 4 : install_element(CONFIG_NODE, &debug_isis_adj_cmd_vtysh);
27915 4 : install_element(CONFIG_NODE, &debug_isis_bfd_cmd_vtysh);
27916 4 : install_element(CONFIG_NODE, &debug_isis_events_cmd_vtysh);
27917 4 : install_element(CONFIG_NODE, &debug_isis_flooding_cmd_vtysh);
27918 4 : install_element(CONFIG_NODE, &debug_isis_ldp_sync_cmd_vtysh);
27919 4 : install_element(CONFIG_NODE, &debug_isis_lfa_cmd_vtysh);
27920 4 : install_element(CONFIG_NODE, &debug_isis_lsp_gen_cmd_vtysh);
27921 4 : install_element(CONFIG_NODE, &debug_isis_lsp_sched_cmd_vtysh);
27922 4 : install_element(CONFIG_NODE, &debug_isis_packet_dump_cmd_vtysh);
27923 4 : install_element(CONFIG_NODE, &debug_isis_rtevents_cmd_vtysh);
27924 4 : install_element(CONFIG_NODE, &debug_isis_snp_cmd_vtysh);
27925 4 : install_element(CONFIG_NODE, &debug_isis_spfevents_cmd_vtysh);
27926 4 : install_element(CONFIG_NODE, &debug_isis_srevents_cmd_vtysh);
27927 4 : install_element(CONFIG_NODE, &debug_isis_teevents_cmd_vtysh);
27928 4 : install_element(CONFIG_NODE, &debug_isis_tx_queue_cmd_vtysh);
27929 4 : install_element(CONFIG_NODE, &debug_isis_upd_cmd_vtysh);
27930 4 : install_element(CONFIG_NODE, &debug_mld_cmd_vtysh);
27931 4 : install_element(CONFIG_NODE, &debug_mld_events_cmd_vtysh);
27932 4 : install_element(CONFIG_NODE, &debug_mld_packets_cmd_vtysh);
27933 4 : install_element(CONFIG_NODE, &debug_mld_trace_cmd_vtysh);
27934 4 : install_element(CONFIG_NODE, &debug_mld_trace_detail_cmd_vtysh);
27935 4 : install_element(CONFIG_NODE, &debug_mroute6_cmd_vtysh);
27936 4 : install_element(CONFIG_NODE, &debug_mroute6_detail_cmd_vtysh);
27937 4 : install_element(CONFIG_NODE, &debug_mroute_cmd_vtysh);
27938 4 : install_element(CONFIG_NODE, &debug_mroute_detail_cmd_vtysh);
27939 4 : install_element(CONFIG_NODE, &debug_msdp_cmd_vtysh);
27940 4 : install_element(CONFIG_NODE, &debug_msdp_events_cmd_vtysh);
27941 4 : install_element(CONFIG_NODE, &debug_msdp_packets_cmd_vtysh);
27942 4 : install_element(CONFIG_NODE, &debug_mtrace_cmd_vtysh);
27943 4 : install_element(CONFIG_NODE, &debug_nhrp_cmd_vtysh);
27944 4 : install_element(CONFIG_NODE, &debug_ospf6_abr_cmd_vtysh);
27945 4 : install_element(CONFIG_NODE, &debug_ospf6_asbr_cmd_vtysh);
27946 4 : install_element(CONFIG_NODE, &debug_ospf6_auth_cmd_vtysh);
27947 4 : install_element(CONFIG_NODE, &debug_ospf6_brouter_area_cmd_vtysh);
27948 4 : install_element(CONFIG_NODE, &debug_ospf6_brouter_cmd_vtysh);
27949 4 : install_element(CONFIG_NODE, &debug_ospf6_brouter_router_cmd_vtysh);
27950 4 : install_element(CONFIG_NODE, &debug_ospf6_flooding_cmd_vtysh);
27951 4 : install_element(CONFIG_NODE, &debug_ospf6_gr_cmd_vtysh);
27952 4 : install_element(CONFIG_NODE, &debug_ospf6_interface_cmd_vtysh);
27953 4 : install_element(CONFIG_NODE, &debug_ospf6_lsa_aggregation_cmd_vtysh);
27954 4 : install_element(CONFIG_NODE, &debug_ospf6_lsa_all_cmd_vtysh);
27955 4 : install_element(CONFIG_NODE, &debug_ospf6_lsa_hex_cmd_vtysh);
27956 4 : install_element(CONFIG_NODE, &debug_ospf6_message_cmd_vtysh);
27957 4 : install_element(CONFIG_NODE, &debug_ospf6_neighbor_cmd_vtysh);
27958 4 : install_element(CONFIG_NODE, &debug_ospf6_nssa_cmd_vtysh);
27959 4 : install_element(CONFIG_NODE, &debug_ospf6_route_cmd_vtysh);
27960 4 : install_element(CONFIG_NODE, &debug_ospf6_spf_database_cmd_vtysh);
27961 4 : install_element(CONFIG_NODE, &debug_ospf6_spf_process_cmd_vtysh);
27962 4 : install_element(CONFIG_NODE, &debug_ospf6_spf_time_cmd_vtysh);
27963 4 : install_element(CONFIG_NODE, &debug_ospf6_vlink_cmd_vtysh);
27964 4 : install_element(CONFIG_NODE, &debug_ospf6_zebra_sendrecv_cmd_vtysh);
27965 4 : install_element(CONFIG_NODE, &debug_ospf_bfd_cmd_vtysh);
27966 4 : install_element(CONFIG_NODE, &debug_ospf_client_api_cmd_vtysh);
27967 4 : install_element(CONFIG_NODE, &debug_ospf_default_info_cmd_vtysh);
27968 4 : install_element(CONFIG_NODE, &debug_ospf_event_cmd_vtysh);
27969 4 : install_element(CONFIG_NODE, &debug_ospf_gr_cmd_vtysh);
27970 4 : install_element(CONFIG_NODE, &debug_ospf_instance_event_cmd_vtysh);
27971 4 : install_element(CONFIG_NODE, &debug_ospf_instance_lsa_cmd_vtysh);
27972 4 : install_element(CONFIG_NODE, &debug_ospf_instance_nsm_cmd_vtysh);
27973 4 : install_element(CONFIG_NODE, &debug_ospf_instance_nssa_cmd_vtysh);
27974 4 : install_element(CONFIG_NODE, &debug_ospf_instance_zebra_cmd_vtysh);
27975 4 : install_element(CONFIG_NODE, &debug_ospf_ism_cmd_vtysh);
27976 4 : install_element(CONFIG_NODE, &debug_ospf_ldp_sync_cmd_vtysh);
27977 4 : install_element(CONFIG_NODE, &debug_ospf_lsa_cmd_vtysh);
27978 4 : install_element(CONFIG_NODE, &debug_ospf_nsm_cmd_vtysh);
27979 4 : install_element(CONFIG_NODE, &debug_ospf_nssa_cmd_vtysh);
27980 4 : install_element(CONFIG_NODE, &debug_ospf_packet_cmd_vtysh);
27981 4 : install_element(CONFIG_NODE, &debug_ospf_sr_cmd_vtysh);
27982 4 : install_element(CONFIG_NODE, &debug_ospf_te_cmd_vtysh);
27983 4 : install_element(CONFIG_NODE, &debug_ospf_ti_lfa_cmd_vtysh);
27984 4 : install_element(CONFIG_NODE, &debug_ospf_zebra_cmd_vtysh);
27985 4 : install_element(CONFIG_NODE, &debug_path_policy_cmd_vtysh);
27986 4 : install_element(CONFIG_NODE, &debug_path_ted_cmd_vtysh);
27987 4 : install_element(CONFIG_NODE, &debug_pbr_cmd_vtysh);
27988 4 : install_element(CONFIG_NODE, &debug_pim_cmd_vtysh);
27989 4 : install_element(CONFIG_NODE, &debug_pim_events_cmd_vtysh);
27990 4 : install_element(CONFIG_NODE, &debug_pim_mlag_cmd_vtysh);
27991 4 : install_element(CONFIG_NODE, &debug_pim_nht_cmd_vtysh);
27992 4 : install_element(CONFIG_NODE, &debug_pim_nht_det_cmd_vtysh);
27993 4 : install_element(CONFIG_NODE, &debug_pim_nht_rp_cmd_vtysh);
27994 4 : install_element(CONFIG_NODE, &debug_pim_packetdump_recv_cmd_vtysh);
27995 4 : install_element(CONFIG_NODE, &debug_pim_packetdump_send_cmd_vtysh);
27996 4 : install_element(CONFIG_NODE, &debug_pim_packets_cmd_vtysh);
27997 4 : install_element(CONFIG_NODE, &debug_pim_static_cmd_vtysh);
27998 4 : install_element(CONFIG_NODE, &debug_pim_trace_cmd_vtysh);
27999 4 : install_element(CONFIG_NODE, &debug_pim_trace_detail_cmd_vtysh);
28000 4 : install_element(CONFIG_NODE, &debug_pim_vxlan_cmd_vtysh);
28001 4 : install_element(CONFIG_NODE, &debug_pim_zebra_cmd_vtysh);
28002 4 : install_element(CONFIG_NODE, &debug_pimv6_bsm_cmd_vtysh);
28003 4 : install_element(CONFIG_NODE, &debug_pimv6_cmd_vtysh);
28004 4 : install_element(CONFIG_NODE, &debug_pimv6_events_cmd_vtysh);
28005 4 : install_element(CONFIG_NODE, &debug_pimv6_nht_cmd_vtysh);
28006 4 : install_element(CONFIG_NODE, &debug_pimv6_nht_det_cmd_vtysh);
28007 4 : install_element(CONFIG_NODE, &debug_pimv6_packetdump_recv_cmd_vtysh);
28008 4 : install_element(CONFIG_NODE, &debug_pimv6_packetdump_send_cmd_vtysh);
28009 4 : install_element(CONFIG_NODE, &debug_pimv6_packets_cmd_vtysh);
28010 4 : install_element(CONFIG_NODE, &debug_pimv6_trace_cmd_vtysh);
28011 4 : install_element(CONFIG_NODE, &debug_pimv6_trace_detail_cmd_vtysh);
28012 4 : install_element(CONFIG_NODE, &debug_pimv6_zebra_cmd_vtysh);
28013 4 : install_element(CONFIG_NODE, &debug_resolver_cmd_vtysh);
28014 4 : install_element(CONFIG_NODE, &debug_rip_events_cmd_vtysh);
28015 4 : install_element(CONFIG_NODE, &debug_rip_packet_cmd_vtysh);
28016 4 : install_element(CONFIG_NODE, &debug_rip_packet_direct_cmd_vtysh);
28017 4 : install_element(CONFIG_NODE, &debug_rip_zebra_cmd_vtysh);
28018 4 : install_element(CONFIG_NODE, &debug_ripng_events_cmd_vtysh);
28019 4 : install_element(CONFIG_NODE, &debug_ripng_packet_cmd_vtysh);
28020 4 : install_element(CONFIG_NODE, &debug_ripng_packet_direct_cmd_vtysh);
28021 4 : install_element(CONFIG_NODE, &debug_ripng_zebra_cmd_vtysh);
28022 4 : install_element(CONFIG_NODE, &debug_rmap_cmd_vtysh);
28023 4 : install_element(CONFIG_NODE, &debug_rpki_cmd_vtysh);
28024 4 : install_element(CONFIG_NODE, &debug_ssmpingd_cmd_vtysh);
28025 4 : install_element(CONFIG_NODE, &debug_staticd_cmd_vtysh);
28026 4 : install_element(CONFIG_NODE, &debug_vrrp_cmd_vtysh);
28027 4 : install_element(CONFIG_NODE, &debug_zebra_dplane_cmd_vtysh);
28028 4 : install_element(CONFIG_NODE, &debug_zebra_dplane_dpdk_cmd_vtysh);
28029 4 : install_element(CONFIG_NODE, &debug_zebra_events_cmd_vtysh);
28030 4 : install_element(CONFIG_NODE, &debug_zebra_evpn_mh_cmd_vtysh);
28031 4 : install_element(CONFIG_NODE, &debug_zebra_fpm_cmd_vtysh);
28032 4 : install_element(CONFIG_NODE, &debug_zebra_kernel_cmd_vtysh);
28033 4 : install_element(CONFIG_NODE, &debug_zebra_kernel_msgdump_cmd_vtysh);
28034 4 : install_element(CONFIG_NODE, &debug_zebra_mlag_cmd_vtysh);
28035 4 : install_element(CONFIG_NODE, &debug_zebra_mpls_cmd_vtysh);
28036 4 : install_element(CONFIG_NODE, &debug_zebra_neigh_cmd_vtysh);
28037 4 : install_element(CONFIG_NODE, &debug_zebra_nexthop_cmd_vtysh);
28038 4 : install_element(CONFIG_NODE, &debug_zebra_nht_cmd_vtysh);
28039 4 : install_element(CONFIG_NODE, &debug_zebra_packet_cmd_vtysh);
28040 4 : install_element(CONFIG_NODE, &debug_zebra_pbr_cmd_vtysh);
28041 4 : install_element(CONFIG_NODE, &debug_zebra_pw_cmd_vtysh);
28042 4 : install_element(CONFIG_NODE, &debug_zebra_rib_cmd_vtysh);
28043 4 : install_element(CONFIG_NODE, &debug_zebra_vxlan_cmd_vtysh);
28044 4 : install_element(CONFIG_NODE, &default_vrf_vni_mapping_cmd_vtysh);
28045 4 : install_element(CONFIG_NODE, &dump_bgp_all_cmd_vtysh);
28046 4 : install_element(CONFIG_NODE, &evpn_accept_bgp_seq_cmd_vtysh);
28047 4 : install_element(CONFIG_NODE, &evpn_mh_mac_holdtime_cmd_vtysh);
28048 4 : install_element(CONFIG_NODE, &evpn_mh_neigh_holdtime_cmd_vtysh);
28049 4 : install_element(CONFIG_NODE, &evpn_mh_redirect_off_cmd_vtysh);
28050 4 : install_element(CONFIG_NODE, &evpn_mh_startup_delay_cmd_vtysh);
28051 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_adj_cmd_vtysh);
28052 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_bfd_cmd_vtysh);
28053 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_events_cmd_vtysh);
28054 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_flooding_cmd_vtysh);
28055 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_ldp_sync_cmd_vtysh);
28056 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_lfa_cmd_vtysh);
28057 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_lsp_gen_cmd_vtysh);
28058 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_lsp_sched_cmd_vtysh);
28059 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_packet_dump_cmd_vtysh);
28060 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_rtevents_cmd_vtysh);
28061 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_snp_cmd_vtysh);
28062 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_spfevents_cmd_vtysh);
28063 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_srevents_cmd_vtysh);
28064 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_teevents_cmd_vtysh);
28065 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_tx_queue_cmd_vtysh);
28066 4 : install_element(CONFIG_NODE, &fabricd_debug_isis_upd_cmd_vtysh);
28067 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_adj_cmd_vtysh);
28068 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_bfd_cmd_vtysh);
28069 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_events_cmd_vtysh);
28070 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_flooding_cmd_vtysh);
28071 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_ldp_sync_cmd_vtysh);
28072 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_lfa_cmd_vtysh);
28073 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_lsp_gen_cmd_vtysh);
28074 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_lsp_sched_cmd_vtysh);
28075 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_packet_dump_cmd_vtysh);
28076 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_rtevents_cmd_vtysh);
28077 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_snp_cmd_vtysh);
28078 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_spfevents_cmd_vtysh);
28079 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_srevents_cmd_vtysh);
28080 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_teevents_cmd_vtysh);
28081 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_tx_queue_cmd_vtysh);
28082 4 : install_element(CONFIG_NODE, &fabricd_no_debug_isis_upd_cmd_vtysh);
28083 4 : install_element(CONFIG_NODE, &fabricd_no_router_openfabric_cmd_vtysh);
28084 4 : install_element(CONFIG_NODE, &fpm_remote_ip_cmd_vtysh);
28085 4 : install_element(CONFIG_NODE, &fpm_set_address_cmd_vtysh);
28086 4 : install_element(CONFIG_NODE, &fpm_use_nhg_cmd_vtysh);
28087 4 : install_element(CONFIG_NODE, &frr_defaults_cmd_vtysh);
28088 4 : install_element(CONFIG_NODE, &frr_version_cmd_vtysh);
28089 4 : install_element(CONFIG_NODE, &ip_forwarding_cmd_vtysh);
28090 4 : install_element(CONFIG_NODE, &ip_igmp_group_watermark_cmd_vtysh);
28091 4 : install_element(CONFIG_NODE, &ip_mroute_dist_cmd_vtysh);
28092 4 : install_element(CONFIG_NODE, &ip_msdp_mesh_group_member_cmd_vtysh);
28093 4 : install_element(CONFIG_NODE, &ip_msdp_mesh_group_source_cmd_vtysh);
28094 4 : install_element(CONFIG_NODE, &ip_msdp_peer_cmd_vtysh);
28095 4 : install_element(CONFIG_NODE, &ip_msdp_timers_cmd_vtysh);
28096 4 : install_element(CONFIG_NODE, &ip_multicast_mode_cmd_vtysh);
28097 4 : install_element(CONFIG_NODE, &ip_nht_default_route_cmd_vtysh);
28098 4 : install_element(CONFIG_NODE, &ip_pim_ecmp_cmd_vtysh);
28099 4 : install_element(CONFIG_NODE, &ip_pim_ecmp_rebalance_cmd_vtysh);
28100 4 : install_element(CONFIG_NODE, &ip_pim_joinprune_time_cmd_vtysh);
28101 4 : install_element(CONFIG_NODE, &ip_pim_keep_alive_cmd_vtysh);
28102 4 : install_element(CONFIG_NODE, &ip_pim_mlag_cmd_vtysh);
28103 4 : install_element(CONFIG_NODE, &ip_pim_packets_cmd_vtysh);
28104 4 : install_element(CONFIG_NODE, &ip_pim_register_suppress_cmd_vtysh);
28105 4 : install_element(CONFIG_NODE, &ip_pim_rp_cmd_vtysh);
28106 4 : install_element(CONFIG_NODE, &ip_pim_rp_keep_alive_cmd_vtysh);
28107 4 : install_element(CONFIG_NODE, &ip_pim_rp_prefix_list_cmd_vtysh);
28108 4 : install_element(CONFIG_NODE, &ip_pim_spt_switchover_infinity_cmd_vtysh);
28109 4 : install_element(CONFIG_NODE, &ip_pim_spt_switchover_infinity_plist_cmd_vtysh);
28110 4 : install_element(CONFIG_NODE, &ip_pim_ssm_prefix_list_cmd_vtysh);
28111 4 : install_element(CONFIG_NODE, &ip_pim_v6_secondary_cmd_vtysh);
28112 4 : install_element(CONFIG_NODE, &ip_prefix_list_cmd_vtysh);
28113 4 : install_element(CONFIG_NODE, &ip_prefix_list_remark_cmd_vtysh);
28114 4 : install_element(CONFIG_NODE, &ip_protocol_cmd_vtysh);
28115 4 : install_element(CONFIG_NODE, &ip_protocol_nht_rmap_cmd_vtysh);
28116 4 : install_element(CONFIG_NODE, &ip_route_address_interface_cmd_vtysh);
28117 4 : install_element(CONFIG_NODE, &ip_route_blackhole_cmd_vtysh);
28118 4 : install_element(CONFIG_NODE, &ip_route_cmd_vtysh);
28119 4 : install_element(CONFIG_NODE, &ip_router_id_cmd_vtysh);
28120 4 : install_element(CONFIG_NODE, &ip_router_id_in_vrf_cmd_vtysh);
28121 4 : install_element(CONFIG_NODE, &ip_ssmpingd_cmd_vtysh);
28122 4 : install_element(CONFIG_NODE, &ip_table_range_cmd_vtysh);
28123 4 : install_element(CONFIG_NODE, &ip_zebra_import_table_distance_cmd_vtysh);
28124 4 : install_element(CONFIG_NODE, &ipv6_access_list_cmd_vtysh);
28125 4 : install_element(CONFIG_NODE, &ipv6_access_list_remark_cmd_vtysh);
28126 4 : install_element(CONFIG_NODE, &ipv6_forwarding_cmd_vtysh);
28127 4 : install_element(CONFIG_NODE, &ipv6_mld_group_watermark_cmd_vtysh);
28128 4 : install_element(CONFIG_NODE, &ipv6_nht_default_route_cmd_vtysh);
28129 4 : install_element(CONFIG_NODE, &ipv6_pim_joinprune_time_cmd_vtysh);
28130 4 : install_element(CONFIG_NODE, &ipv6_pim_keep_alive_cmd_vtysh);
28131 4 : install_element(CONFIG_NODE, &ipv6_pim_packets_cmd_vtysh);
28132 4 : install_element(CONFIG_NODE, &ipv6_pim_register_suppress_cmd_vtysh);
28133 4 : install_element(CONFIG_NODE, &ipv6_pim_rp_cmd_vtysh);
28134 4 : install_element(CONFIG_NODE, &ipv6_pim_rp_keep_alive_cmd_vtysh);
28135 4 : install_element(CONFIG_NODE, &ipv6_pim_rp_prefix_list_cmd_vtysh);
28136 4 : install_element(CONFIG_NODE, &ipv6_pim_spt_switchover_infinity_cmd_vtysh);
28137 4 : install_element(CONFIG_NODE, &ipv6_pim_spt_switchover_infinity_plist_cmd_vtysh);
28138 4 : install_element(CONFIG_NODE, &ipv6_prefix_list_cmd_vtysh);
28139 4 : install_element(CONFIG_NODE, &ipv6_prefix_list_remark_cmd_vtysh);
28140 4 : install_element(CONFIG_NODE, &ipv6_protocol_cmd_vtysh);
28141 4 : install_element(CONFIG_NODE, &ipv6_protocol_nht_rmap_cmd_vtysh);
28142 4 : install_element(CONFIG_NODE, &ipv6_route_address_interface_cmd_vtysh);
28143 4 : install_element(CONFIG_NODE, &ipv6_route_blackhole_cmd_vtysh);
28144 4 : install_element(CONFIG_NODE, &ipv6_route_cmd_vtysh);
28145 4 : install_element(CONFIG_NODE, &ipv6_router_id_cmd_vtysh);
28146 4 : install_element(CONFIG_NODE, &ipv6_router_id_in_vrf_cmd_vtysh);
28147 4 : install_element(CONFIG_NODE, &ipv6_ssmpingd_cmd_vtysh);
28148 4 : install_element(CONFIG_NODE, &ldp_debug_mpls_ldp_discovery_hello_cmd_vtysh);
28149 4 : install_element(CONFIG_NODE, &ldp_debug_mpls_ldp_messages_recv_cmd_vtysh);
28150 4 : install_element(CONFIG_NODE, &ldp_debug_mpls_ldp_messages_sent_cmd_vtysh);
28151 4 : install_element(CONFIG_NODE, &ldp_debug_mpls_ldp_type_cmd_vtysh);
28152 4 : install_element(CONFIG_NODE, &log_commands_cmd_vtysh);
28153 4 : install_element(CONFIG_NODE, &log_filter_clear_cmd_vtysh);
28154 4 : install_element(CONFIG_NODE, &log_filter_cmd_vtysh);
28155 4 : install_element(CONFIG_NODE, &log_immediate_mode_cmd_vtysh);
28156 4 : install_element(CONFIG_NODE, &mac_access_list_cmd_vtysh);
28157 4 : install_element(CONFIG_NODE, &mac_access_list_remark_cmd_vtysh);
28158 4 : install_element(CONFIG_NODE, &mpls_label_bind_cmd_vtysh);
28159 4 : install_element(CONFIG_NODE, &mpls_label_global_block_cmd_vtysh);
28160 4 : install_element(CONFIG_NODE, &mpls_transit_lsp_cmd_vtysh);
28161 4 : install_element(CONFIG_NODE, &nexthop_group_use_enable_cmd_vtysh);
28162 4 : install_element(CONFIG_NODE, &nhrp_event_socket_cmd_vtysh);
28163 4 : install_element(CONFIG_NODE, &nhrp_multicast_nflog_group_cmd_vtysh);
28164 4 : install_element(CONFIG_NODE, &nhrp_nflog_group_cmd_vtysh);
28165 4 : install_element(CONFIG_NODE, &no_access_list_all_cmd_vtysh);
28166 4 : install_element(CONFIG_NODE, &no_access_list_cmd_vtysh);
28167 4 : install_element(CONFIG_NODE, &no_access_list_ext_cmd_vtysh);
28168 4 : install_element(CONFIG_NODE, &no_access_list_remark_cmd_vtysh);
28169 4 : install_element(CONFIG_NODE, &no_access_list_remark_line_cmd_vtysh);
28170 4 : install_element(CONFIG_NODE, &no_access_list_std_cmd_vtysh);
28171 4 : install_element(CONFIG_NODE, &no_agentx_cmd_vtysh);
28172 4 : install_element(CONFIG_NODE, &no_allow_external_route_update_cmd_vtysh);
28173 4 : install_element(CONFIG_NODE, &no_bgp_as_path_all_cmd_vtysh);
28174 4 : install_element(CONFIG_NODE, &no_bgp_as_path_cmd_vtysh);
28175 4 : install_element(CONFIG_NODE, &no_bgp_community_list_expanded_all_cmd_vtysh);
28176 4 : install_element(CONFIG_NODE, &no_bgp_community_list_expanded_all_list_cmd_vtysh);
28177 4 : install_element(CONFIG_NODE, &no_bgp_community_list_standard_all_cmd_vtysh);
28178 4 : install_element(CONFIG_NODE, &no_bgp_community_list_standard_all_list_cmd_vtysh);
28179 4 : install_element(CONFIG_NODE, &no_bgp_extcommunity_list_expanded_all_cmd_vtysh);
28180 4 : install_element(CONFIG_NODE, &no_bgp_extcommunity_list_expanded_all_list_cmd_vtysh);
28181 4 : install_element(CONFIG_NODE, &no_bgp_extcommunity_list_standard_all_cmd_vtysh);
28182 4 : install_element(CONFIG_NODE, &no_bgp_extcommunity_list_standard_all_list_cmd_vtysh);
28183 4 : install_element(CONFIG_NODE, &no_bgp_global_update_delay_cmd_vtysh);
28184 4 : install_element(CONFIG_NODE, &no_bgp_graceful_shutdown_cmd_vtysh);
28185 4 : install_element(CONFIG_NODE, &no_bgp_inq_limit_cmd_vtysh);
28186 4 : install_element(CONFIG_NODE, &no_bgp_lcommunity_list_all_cmd_vtysh);
28187 4 : install_element(CONFIG_NODE, &no_bgp_lcommunity_list_expanded_cmd_vtysh);
28188 4 : install_element(CONFIG_NODE, &no_bgp_lcommunity_list_name_expanded_all_cmd_vtysh);
28189 4 : install_element(CONFIG_NODE, &no_bgp_lcommunity_list_name_expanded_cmd_vtysh);
28190 4 : install_element(CONFIG_NODE, &no_bgp_lcommunity_list_name_standard_all_cmd_vtysh);
28191 4 : install_element(CONFIG_NODE, &no_bgp_lcommunity_list_name_standard_cmd_vtysh);
28192 4 : install_element(CONFIG_NODE, &no_bgp_lcommunity_list_standard_cmd_vtysh);
28193 4 : install_element(CONFIG_NODE, &no_bgp_local_mac_cmd_vtysh);
28194 4 : install_element(CONFIG_NODE, &no_bgp_norib_cmd_vtysh);
28195 4 : install_element(CONFIG_NODE, &no_bgp_outq_limit_cmd_vtysh);
28196 4 : install_element(CONFIG_NODE, &no_bgp_send_extra_data_cmd_vtysh);
28197 4 : install_element(CONFIG_NODE, &no_bgp_session_dscp_cmd_vtysh);
28198 4 : install_element(CONFIG_NODE, &no_bgp_set_route_map_delay_timer_cmd_vtysh);
28199 4 : install_element(CONFIG_NODE, &no_config_log_facility_cmd_vtysh);
28200 4 : install_element(CONFIG_NODE, &no_config_log_file_cmd_vtysh);
28201 4 : install_element(CONFIG_NODE, &no_config_log_filterfile_cmd_vtysh);
28202 4 : install_element(CONFIG_NODE, &no_config_log_monitor_cmd_vtysh);
28203 4 : install_element(CONFIG_NODE, &no_config_log_record_priority_cmd_vtysh);
28204 4 : install_element(CONFIG_NODE, &no_config_log_stdout_cmd_vtysh);
28205 4 : install_element(CONFIG_NODE, &no_config_log_syslog_cmd_vtysh);
28206 4 : install_element(CONFIG_NODE, &no_config_log_timestamp_precision_cmd_vtysh);
28207 4 : install_element(CONFIG_NODE, &no_debug_babel_cmd_vtysh);
28208 4 : install_element(CONFIG_NODE, &no_debug_bgp_as4_cmd_vtysh);
28209 4 : install_element(CONFIG_NODE, &no_debug_bgp_as4_segment_cmd_vtysh);
28210 4 : install_element(CONFIG_NODE, &no_debug_bgp_bestpath_cmd_vtysh);
28211 4 : install_element(CONFIG_NODE, &no_debug_bgp_bestpath_prefix_cmd_vtysh);
28212 4 : install_element(CONFIG_NODE, &no_debug_bgp_flowspec_cmd_vtysh);
28213 4 : install_element(CONFIG_NODE, &no_debug_bgp_graceful_restart_cmd_vtysh);
28214 4 : install_element(CONFIG_NODE, &no_debug_bgp_keepalive_cmd_vtysh);
28215 4 : install_element(CONFIG_NODE, &no_debug_bgp_keepalive_peer_cmd_vtysh);
28216 4 : install_element(CONFIG_NODE, &no_debug_bgp_labelpool_cmd_vtysh);
28217 4 : install_element(CONFIG_NODE, &no_debug_bgp_neighbor_events_cmd_vtysh);
28218 4 : install_element(CONFIG_NODE, &no_debug_bgp_neighbor_events_peer_cmd_vtysh);
28219 4 : install_element(CONFIG_NODE, &no_debug_bgp_nht_cmd_vtysh);
28220 4 : install_element(CONFIG_NODE, &no_debug_bgp_pbr_cmd_vtysh);
28221 4 : install_element(CONFIG_NODE, &no_debug_bgp_update_cmd_vtysh);
28222 4 : install_element(CONFIG_NODE, &no_debug_bgp_update_direct_cmd_vtysh);
28223 4 : install_element(CONFIG_NODE, &no_debug_bgp_update_direct_peer_cmd_vtysh);
28224 4 : install_element(CONFIG_NODE, &no_debug_bgp_update_groups_cmd_vtysh);
28225 4 : install_element(CONFIG_NODE, &no_debug_bgp_update_prefix_afi_safi_cmd_vtysh);
28226 4 : install_element(CONFIG_NODE, &no_debug_bgp_update_prefix_cmd_vtysh);
28227 4 : install_element(CONFIG_NODE, &no_debug_bgp_vnc_all_cmd_vtysh);
28228 4 : install_element(CONFIG_NODE, &no_debug_bgp_vnc_cmd_vtysh);
28229 4 : install_element(CONFIG_NODE, &no_debug_bgp_vpn_cmd_vtysh);
28230 4 : install_element(CONFIG_NODE, &no_debug_bgp_zebra_cmd_vtysh);
28231 4 : install_element(CONFIG_NODE, &no_debug_bgp_zebra_prefix_cmd_vtysh);
28232 4 : install_element(CONFIG_NODE, &no_debug_bsm_cmd_vtysh);
28233 4 : install_element(CONFIG_NODE, &no_debug_eigrp_packets_all_cmd_vtysh);
28234 4 : install_element(CONFIG_NODE, &no_debug_eigrp_transmit_cmd_vtysh);
28235 4 : install_element(CONFIG_NODE, &no_debug_igmp_cmd_vtysh);
28236 4 : install_element(CONFIG_NODE, &no_debug_igmp_events_cmd_vtysh);
28237 4 : install_element(CONFIG_NODE, &no_debug_igmp_packets_cmd_vtysh);
28238 4 : install_element(CONFIG_NODE, &no_debug_igmp_trace_cmd_vtysh);
28239 4 : install_element(CONFIG_NODE, &no_debug_igmp_trace_detail_cmd_vtysh);
28240 4 : install_element(CONFIG_NODE, &no_debug_isis_adj_cmd_vtysh);
28241 4 : install_element(CONFIG_NODE, &no_debug_isis_bfd_cmd_vtysh);
28242 4 : install_element(CONFIG_NODE, &no_debug_isis_events_cmd_vtysh);
28243 4 : install_element(CONFIG_NODE, &no_debug_isis_flooding_cmd_vtysh);
28244 4 : install_element(CONFIG_NODE, &no_debug_isis_ldp_sync_cmd_vtysh);
28245 4 : install_element(CONFIG_NODE, &no_debug_isis_lfa_cmd_vtysh);
28246 4 : install_element(CONFIG_NODE, &no_debug_isis_lsp_gen_cmd_vtysh);
28247 4 : install_element(CONFIG_NODE, &no_debug_isis_lsp_sched_cmd_vtysh);
28248 4 : install_element(CONFIG_NODE, &no_debug_isis_packet_dump_cmd_vtysh);
28249 4 : install_element(CONFIG_NODE, &no_debug_isis_rtevents_cmd_vtysh);
28250 4 : install_element(CONFIG_NODE, &no_debug_isis_snp_cmd_vtysh);
28251 4 : install_element(CONFIG_NODE, &no_debug_isis_spfevents_cmd_vtysh);
28252 4 : install_element(CONFIG_NODE, &no_debug_isis_srevents_cmd_vtysh);
28253 4 : install_element(CONFIG_NODE, &no_debug_isis_teevents_cmd_vtysh);
28254 4 : install_element(CONFIG_NODE, &no_debug_isis_tx_queue_cmd_vtysh);
28255 4 : install_element(CONFIG_NODE, &no_debug_isis_upd_cmd_vtysh);
28256 4 : install_element(CONFIG_NODE, &no_debug_mroute_cmd_vtysh);
28257 4 : install_element(CONFIG_NODE, &no_debug_mroute_detail_cmd_vtysh);
28258 4 : install_element(CONFIG_NODE, &no_debug_msdp_cmd_vtysh);
28259 4 : install_element(CONFIG_NODE, &no_debug_msdp_events_cmd_vtysh);
28260 4 : install_element(CONFIG_NODE, &no_debug_msdp_packets_cmd_vtysh);
28261 4 : install_element(CONFIG_NODE, &no_debug_mtrace_cmd_vtysh);
28262 4 : install_element(CONFIG_NODE, &no_debug_nhrp_cmd_vtysh);
28263 4 : install_element(CONFIG_NODE, &no_debug_ospf6_abr_cmd_vtysh);
28264 4 : install_element(CONFIG_NODE, &no_debug_ospf6_asbr_cmd_vtysh);
28265 4 : install_element(CONFIG_NODE, &no_debug_ospf6_auth_cmd_vtysh);
28266 4 : install_element(CONFIG_NODE, &no_debug_ospf6_brouter_area_cmd_vtysh);
28267 4 : install_element(CONFIG_NODE, &no_debug_ospf6_brouter_cmd_vtysh);
28268 4 : install_element(CONFIG_NODE, &no_debug_ospf6_brouter_router_cmd_vtysh);
28269 4 : install_element(CONFIG_NODE, &no_debug_ospf6_cmd_vtysh);
28270 4 : install_element(CONFIG_NODE, &no_debug_ospf6_flooding_cmd_vtysh);
28271 4 : install_element(CONFIG_NODE, &no_debug_ospf6_interface_cmd_vtysh);
28272 4 : install_element(CONFIG_NODE, &no_debug_ospf6_lsa_hex_cmd_vtysh);
28273 4 : install_element(CONFIG_NODE, &no_debug_ospf6_message_cmd_vtysh);
28274 4 : install_element(CONFIG_NODE, &no_debug_ospf6_neighbor_cmd_vtysh);
28275 4 : install_element(CONFIG_NODE, &no_debug_ospf6_nssa_cmd_vtysh);
28276 4 : install_element(CONFIG_NODE, &no_debug_ospf6_spf_database_cmd_vtysh);
28277 4 : install_element(CONFIG_NODE, &no_debug_ospf6_spf_process_cmd_vtysh);
28278 4 : install_element(CONFIG_NODE, &no_debug_ospf6_spf_time_cmd_vtysh);
28279 4 : install_element(CONFIG_NODE, &no_debug_ospf6_zebra_sendrecv_cmd_vtysh);
28280 4 : install_element(CONFIG_NODE, &no_debug_ospf_cmd_vtysh);
28281 4 : install_element(CONFIG_NODE, &no_debug_ospf_event_cmd_vtysh);
28282 4 : install_element(CONFIG_NODE, &no_debug_ospf_instance_event_cmd_vtysh);
28283 4 : install_element(CONFIG_NODE, &no_debug_ospf_instance_lsa_cmd_vtysh);
28284 4 : install_element(CONFIG_NODE, &no_debug_ospf_instance_nsm_cmd_vtysh);
28285 4 : install_element(CONFIG_NODE, &no_debug_ospf_instance_nssa_cmd_vtysh);
28286 4 : install_element(CONFIG_NODE, &no_debug_ospf_instance_zebra_cmd_vtysh);
28287 4 : install_element(CONFIG_NODE, &no_debug_ospf_ism_cmd_vtysh);
28288 4 : install_element(CONFIG_NODE, &no_debug_ospf_lsa_cmd_vtysh);
28289 4 : install_element(CONFIG_NODE, &no_debug_ospf_nsm_cmd_vtysh);
28290 4 : install_element(CONFIG_NODE, &no_debug_ospf_nssa_cmd_vtysh);
28291 4 : install_element(CONFIG_NODE, &no_debug_ospf_zebra_cmd_vtysh);
28292 4 : install_element(CONFIG_NODE, &no_debug_pim_mlag_cmd_vtysh);
28293 4 : install_element(CONFIG_NODE, &no_debug_pim_nht_rp_cmd_vtysh);
28294 4 : install_element(CONFIG_NODE, &no_debug_pim_static_cmd_vtysh);
28295 4 : install_element(CONFIG_NODE, &no_debug_pim_vxlan_cmd_vtysh);
28296 4 : install_element(CONFIG_NODE, &no_debug_rip_events_cmd_vtysh);
28297 4 : install_element(CONFIG_NODE, &no_debug_rip_packet_cmd_vtysh);
28298 4 : install_element(CONFIG_NODE, &no_debug_rip_packet_direct_cmd_vtysh);
28299 4 : install_element(CONFIG_NODE, &no_debug_rip_zebra_cmd_vtysh);
28300 4 : install_element(CONFIG_NODE, &no_debug_ripng_events_cmd_vtysh);
28301 4 : install_element(CONFIG_NODE, &no_debug_ripng_packet_cmd_vtysh);
28302 4 : install_element(CONFIG_NODE, &no_debug_ripng_packet_direct_cmd_vtysh);
28303 4 : install_element(CONFIG_NODE, &no_debug_ripng_zebra_cmd_vtysh);
28304 4 : install_element(CONFIG_NODE, &no_debug_rmap_cmd_vtysh);
28305 4 : install_element(CONFIG_NODE, &no_debug_rpki_cmd_vtysh);
28306 4 : install_element(CONFIG_NODE, &no_debug_ssmpingd_cmd_vtysh);
28307 4 : install_element(CONFIG_NODE, &no_debug_zebra_dplane_cmd_vtysh);
28308 4 : install_element(CONFIG_NODE, &no_debug_zebra_events_cmd_vtysh);
28309 4 : install_element(CONFIG_NODE, &no_debug_zebra_fpm_cmd_vtysh);
28310 4 : install_element(CONFIG_NODE, &no_debug_zebra_kernel_cmd_vtysh);
28311 4 : install_element(CONFIG_NODE, &no_debug_zebra_kernel_msgdump_cmd_vtysh);
28312 4 : install_element(CONFIG_NODE, &no_debug_zebra_mpls_cmd_vtysh);
28313 4 : install_element(CONFIG_NODE, &no_debug_zebra_nht_cmd_vtysh);
28314 4 : install_element(CONFIG_NODE, &no_debug_zebra_packet_cmd_vtysh);
28315 4 : install_element(CONFIG_NODE, &no_debug_zebra_pbr_cmd_vtysh);
28316 4 : install_element(CONFIG_NODE, &no_debug_zebra_rib_cmd_vtysh);
28317 4 : install_element(CONFIG_NODE, &no_debug_zebra_vxlan_cmd_vtysh);
28318 4 : install_element(CONFIG_NODE, &no_default_vrf_vni_mapping_cmd_vtysh);
28319 4 : install_element(CONFIG_NODE, &no_dump_bgp_all_cmd_vtysh);
28320 4 : install_element(CONFIG_NODE, &no_evpn_accept_bgp_seq_cmd_vtysh);
28321 4 : install_element(CONFIG_NODE, &no_fpm_remote_ip_cmd_vtysh);
28322 4 : install_element(CONFIG_NODE, &no_fpm_set_address_cmd_vtysh);
28323 4 : install_element(CONFIG_NODE, &no_fpm_use_nhg_cmd_vtysh);
28324 4 : install_element(CONFIG_NODE, &no_interface_cmd_vtysh);
28325 4 : install_element(CONFIG_NODE, &no_ip_forwarding_cmd_vtysh);
28326 4 : install_element(CONFIG_NODE, &no_ip_igmp_group_watermark_cmd_vtysh);
28327 4 : install_element(CONFIG_NODE, &no_ip_msdp_mesh_group_cmd_vtysh);
28328 4 : install_element(CONFIG_NODE, &no_ip_msdp_mesh_group_member_cmd_vtysh);
28329 4 : install_element(CONFIG_NODE, &no_ip_msdp_mesh_group_source_cmd_vtysh);
28330 4 : install_element(CONFIG_NODE, &no_ip_msdp_peer_cmd_vtysh);
28331 4 : install_element(CONFIG_NODE, &no_ip_msdp_timers_cmd_vtysh);
28332 4 : install_element(CONFIG_NODE, &no_ip_multicast_mode_cmd_vtysh);
28333 4 : install_element(CONFIG_NODE, &no_ip_nht_default_route_cmd_vtysh);
28334 4 : install_element(CONFIG_NODE, &no_ip_pim_ecmp_cmd_vtysh);
28335 4 : install_element(CONFIG_NODE, &no_ip_pim_ecmp_rebalance_cmd_vtysh);
28336 4 : install_element(CONFIG_NODE, &no_ip_pim_joinprune_time_cmd_vtysh);
28337 4 : install_element(CONFIG_NODE, &no_ip_pim_keep_alive_cmd_vtysh);
28338 4 : install_element(CONFIG_NODE, &no_ip_pim_mlag_cmd_vtysh);
28339 4 : install_element(CONFIG_NODE, &no_ip_pim_packets_cmd_vtysh);
28340 4 : install_element(CONFIG_NODE, &no_ip_pim_register_suppress_cmd_vtysh);
28341 4 : install_element(CONFIG_NODE, &no_ip_pim_rp_cmd_vtysh);
28342 4 : install_element(CONFIG_NODE, &no_ip_pim_rp_keep_alive_cmd_vtysh);
28343 4 : install_element(CONFIG_NODE, &no_ip_pim_rp_prefix_list_cmd_vtysh);
28344 4 : install_element(CONFIG_NODE, &no_ip_pim_spt_switchover_infinity_cmd_vtysh);
28345 4 : install_element(CONFIG_NODE, &no_ip_pim_spt_switchover_infinity_plist_cmd_vtysh);
28346 4 : install_element(CONFIG_NODE, &no_ip_pim_ssm_prefix_list_cmd_vtysh);
28347 4 : install_element(CONFIG_NODE, &no_ip_pim_ssm_prefix_list_name_cmd_vtysh);
28348 4 : install_element(CONFIG_NODE, &no_ip_pim_v6_secondary_cmd_vtysh);
28349 4 : install_element(CONFIG_NODE, &no_ip_prefix_list_all_cmd_vtysh);
28350 4 : install_element(CONFIG_NODE, &no_ip_prefix_list_cmd_vtysh);
28351 4 : install_element(CONFIG_NODE, &no_ip_prefix_list_remark_cmd_vtysh);
28352 4 : install_element(CONFIG_NODE, &no_ip_prefix_list_remark_line_cmd_vtysh);
28353 4 : install_element(CONFIG_NODE, &no_ip_prefix_list_seq_cmd_vtysh);
28354 4 : install_element(CONFIG_NODE, &no_ip_protocol_cmd_vtysh);
28355 4 : install_element(CONFIG_NODE, &no_ip_protocol_nht_rmap_cmd_vtysh);
28356 4 : install_element(CONFIG_NODE, &no_ip_router_id_cmd_vtysh);
28357 4 : install_element(CONFIG_NODE, &no_ip_router_id_in_vrf_cmd_vtysh);
28358 4 : install_element(CONFIG_NODE, &no_ip_ssmpingd_cmd_vtysh);
28359 4 : install_element(CONFIG_NODE, &no_ip_zebra_import_table_cmd_vtysh);
28360 4 : install_element(CONFIG_NODE, &no_ipv6_access_list_all_cmd_vtysh);
28361 4 : install_element(CONFIG_NODE, &no_ipv6_access_list_cmd_vtysh);
28362 4 : install_element(CONFIG_NODE, &no_ipv6_access_list_remark_cmd_vtysh);
28363 4 : install_element(CONFIG_NODE, &no_ipv6_access_list_remark_line_cmd_vtysh);
28364 4 : install_element(CONFIG_NODE, &no_ipv6_forwarding_cmd_vtysh);
28365 4 : install_element(CONFIG_NODE, &no_ipv6_mld_group_watermark_cmd_vtysh);
28366 4 : install_element(CONFIG_NODE, &no_ipv6_nht_default_route_cmd_vtysh);
28367 4 : install_element(CONFIG_NODE, &no_ipv6_pim_joinprune_time_cmd_vtysh);
28368 4 : install_element(CONFIG_NODE, &no_ipv6_pim_keep_alive_cmd_vtysh);
28369 4 : install_element(CONFIG_NODE, &no_ipv6_pim_packets_cmd_vtysh);
28370 4 : install_element(CONFIG_NODE, &no_ipv6_pim_register_suppress_cmd_vtysh);
28371 4 : install_element(CONFIG_NODE, &no_ipv6_pim_rp_cmd_vtysh);
28372 4 : install_element(CONFIG_NODE, &no_ipv6_pim_rp_keep_alive_cmd_vtysh);
28373 4 : install_element(CONFIG_NODE, &no_ipv6_pim_rp_prefix_list_cmd_vtysh);
28374 4 : install_element(CONFIG_NODE, &no_ipv6_pim_spt_switchover_infinity_cmd_vtysh);
28375 4 : install_element(CONFIG_NODE, &no_ipv6_pim_spt_switchover_infinity_plist_cmd_vtysh);
28376 4 : install_element(CONFIG_NODE, &no_ipv6_prefix_list_all_cmd_vtysh);
28377 4 : install_element(CONFIG_NODE, &no_ipv6_prefix_list_cmd_vtysh);
28378 4 : install_element(CONFIG_NODE, &no_ipv6_prefix_list_remark_cmd_vtysh);
28379 4 : install_element(CONFIG_NODE, &no_ipv6_prefix_list_remark_line_cmd_vtysh);
28380 4 : install_element(CONFIG_NODE, &no_ipv6_prefix_list_seq_cmd_vtysh);
28381 4 : install_element(CONFIG_NODE, &no_ipv6_protocol_cmd_vtysh);
28382 4 : install_element(CONFIG_NODE, &no_ipv6_protocol_nht_rmap_cmd_vtysh);
28383 4 : install_element(CONFIG_NODE, &no_ipv6_router_id_cmd_vtysh);
28384 4 : install_element(CONFIG_NODE, &no_ipv6_router_id_in_vrf_cmd_vtysh);
28385 4 : install_element(CONFIG_NODE, &no_ipv6_ssmpingd_cmd_vtysh);
28386 4 : install_element(CONFIG_NODE, &no_key_chain_cmd_vtysh);
28387 4 : install_element(CONFIG_NODE, &no_ldp_l2vpn_cmd_vtysh);
28388 4 : install_element(CONFIG_NODE, &no_ldp_mpls_ldp_cmd_vtysh);
28389 4 : install_element(CONFIG_NODE, &no_mac_access_list_all_cmd_vtysh);
28390 4 : install_element(CONFIG_NODE, &no_mac_access_list_cmd_vtysh);
28391 4 : install_element(CONFIG_NODE, &no_mac_access_list_remark_cmd_vtysh);
28392 4 : install_element(CONFIG_NODE, &no_mac_access_list_remark_line_cmd_vtysh);
28393 4 : install_element(CONFIG_NODE, &no_mpls_label_bind_cmd_vtysh);
28394 4 : install_element(CONFIG_NODE, &no_mpls_label_global_block_cmd_vtysh);
28395 4 : install_element(CONFIG_NODE, &no_mpls_transit_lsp_all_cmd_vtysh);
28396 4 : install_element(CONFIG_NODE, &no_mpls_transit_lsp_cmd_vtysh);
28397 4 : install_element(CONFIG_NODE, &no_mpls_transit_lsp_out_label_cmd_vtysh);
28398 4 : install_element(CONFIG_NODE, &no_nhrp_event_socket_cmd_vtysh);
28399 4 : install_element(CONFIG_NODE, &no_nhrp_multicast_nflog_group_cmd_vtysh);
28400 4 : install_element(CONFIG_NODE, &no_nhrp_nflog_group_cmd_vtysh);
28401 4 : install_element(CONFIG_NODE, &no_pbr_set_table_range_cmd_vtysh);
28402 4 : install_element(CONFIG_NODE, &no_pseudowire_if_cmd_vtysh);
28403 4 : install_element(CONFIG_NODE, &no_route_map_all_cmd_vtysh);
28404 4 : install_element(CONFIG_NODE, &no_route_map_cmd_vtysh);
28405 4 : install_element(CONFIG_NODE, &no_router_babel_cmd_vtysh);
28406 4 : install_element(CONFIG_NODE, &no_router_bgp_cmd_vtysh);
28407 4 : install_element(CONFIG_NODE, &no_router_eigrp_cmd_vtysh);
28408 4 : install_element(CONFIG_NODE, &no_router_id_cmd_vtysh);
28409 4 : install_element(CONFIG_NODE, &no_router_id_in_vrf_cmd_vtysh);
28410 4 : install_element(CONFIG_NODE, &no_router_isis_cmd_vtysh);
28411 4 : install_element(CONFIG_NODE, &no_router_ospf6_cmd_vtysh);
28412 4 : install_element(CONFIG_NODE, &no_router_ospf_cmd_vtysh);
28413 4 : install_element(CONFIG_NODE, &no_router_rip_cmd_vtysh);
28414 4 : install_element(CONFIG_NODE, &no_router_ripng_cmd_vtysh);
28415 4 : install_element(CONFIG_NODE, &no_rpki_cmd_vtysh);
28416 4 : install_element(CONFIG_NODE, &no_service_advanced_vty_cmd_vtysh);
28417 4 : install_element(CONFIG_NODE, &no_service_cputime_warning_cmd_vtysh);
28418 4 : install_element(CONFIG_NODE, &no_service_walltime_warning_cmd_vtysh);
28419 4 : install_element(CONFIG_NODE, &no_spf_backoff_debug_cmd_vtysh);
28420 4 : install_element(CONFIG_NODE, &no_vrf_cmd_vtysh);
28421 4 : install_element(CONFIG_NODE, &no_vrf_debug_cmd_vtysh);
28422 4 : install_element(CONFIG_NODE, &no_zebra_dplane_queue_limit_cmd_vtysh);
28423 4 : install_element(CONFIG_NODE, &no_zebra_kernel_netlink_batch_tx_buf_cmd_vtysh);
28424 4 : install_element(CONFIG_NODE, &no_zebra_packet_process_cmd_vtysh);
28425 4 : install_element(CONFIG_NODE, &no_zebra_protodown_bit_cmd_vtysh);
28426 4 : install_element(CONFIG_NODE, &no_zebra_route_map_timer_cmd_vtysh);
28427 4 : install_element(CONFIG_NODE, &no_zebra_workqueue_timer_cmd_vtysh);
28428 4 : install_element(CONFIG_NODE, &pbr_nexthop_resolve_cmd_vtysh);
28429 4 : install_element(CONFIG_NODE, &pbr_set_table_range_cmd_vtysh);
28430 4 : install_element(CONFIG_NODE, &pcep_cli_debug_cmd_vtysh);
28431 4 : install_element(CONFIG_NODE, &pim_register_accept_list_cmd_vtysh);
28432 4 : install_element(CONFIG_NODE, &proto_nexthop_group_only_cmd_vtysh);
28433 4 : install_element(CONFIG_NODE, &rnh_hide_backups_cmd_vtysh);
28434 4 : install_element(CONFIG_NODE, &route_map_optimization_cmd_vtysh);
28435 4 : install_element(CONFIG_NODE, &router_id_cmd_vtysh);
28436 4 : install_element(CONFIG_NODE, &router_id_in_vrf_cmd_vtysh);
28437 4 : install_element(CONFIG_NODE, &service_advanced_vty_cmd_vtysh);
28438 4 : install_element(CONFIG_NODE, &service_cputime_stats_cmd_vtysh);
28439 4 : install_element(CONFIG_NODE, &service_cputime_warning_cmd_vtysh);
28440 4 : install_element(CONFIG_NODE, &service_walltime_warning_cmd_vtysh);
28441 4 : install_element(CONFIG_NODE, &spf_backoff_debug_cmd_vtysh);
28442 4 : install_element(CONFIG_NODE, &vrf_debug_cmd_vtysh);
28443 4 : install_element(CONFIG_NODE, &vrrp_autoconfigure_cmd_vtysh);
28444 4 : install_element(CONFIG_NODE, &vrrp_default_cmd_vtysh);
28445 4 : install_element(CONFIG_NODE, &zebra_dplane_queue_limit_cmd_vtysh);
28446 4 : install_element(CONFIG_NODE, &zebra_kernel_netlink_batch_tx_buf_cmd_vtysh);
28447 4 : install_element(CONFIG_NODE, &zebra_nexthop_group_keep_cmd_vtysh);
28448 4 : install_element(CONFIG_NODE, &zebra_packet_process_cmd_vtysh);
28449 4 : install_element(CONFIG_NODE, &zebra_protodown_bit_cmd_vtysh);
28450 4 : install_element(CONFIG_NODE, &zebra_route_map_timer_cmd_vtysh);
28451 4 : install_element(CONFIG_NODE, &zebra_workqueue_timer_cmd_vtysh);
28452 4 : install_element(EIGRP_NODE, &eigrp_maximum_paths_cmd_vtysh);
28453 4 : install_element(EIGRP_NODE, &eigrp_metric_weights_cmd_vtysh);
28454 4 : install_element(EIGRP_NODE, &eigrp_neighbor_cmd_vtysh);
28455 4 : install_element(EIGRP_NODE, &eigrp_network_cmd_vtysh);
28456 4 : install_element(EIGRP_NODE, &eigrp_passive_interface_cmd_vtysh);
28457 4 : install_element(EIGRP_NODE, &eigrp_redistribute_source_metric_cmd_vtysh);
28458 4 : install_element(EIGRP_NODE, &eigrp_router_id_cmd_vtysh);
28459 4 : install_element(EIGRP_NODE, &eigrp_timers_active_cmd_vtysh);
28460 4 : install_element(EIGRP_NODE, &eigrp_variance_cmd_vtysh);
28461 4 : install_element(EIGRP_NODE, &no_eigrp_maximum_paths_cmd_vtysh);
28462 4 : install_element(EIGRP_NODE, &no_eigrp_metric_weights_cmd_vtysh);
28463 4 : install_element(EIGRP_NODE, &no_eigrp_router_id_cmd_vtysh);
28464 4 : install_element(EIGRP_NODE, &no_eigrp_timers_active_cmd_vtysh);
28465 4 : install_element(EIGRP_NODE, &no_eigrp_variance_cmd_vtysh);
28466 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_cmd_vtysh);
28467 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_cost_cmd_vtysh);
28468 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_cost_life_cmd_vtysh);
28469 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_life_cmd_vtysh);
28470 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_prefix_cmd_vtysh);
28471 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_prefix_cost_cmd_vtysh);
28472 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_prefix_cost_life_cmd_vtysh);
28473 4 : install_element(ENABLE_NODE, &add_vnc_mac_vni_prefix_life_cmd_vtysh);
28474 4 : install_element(ENABLE_NODE, &add_vnc_prefix_cmd_vtysh);
28475 4 : install_element(ENABLE_NODE, &add_vnc_prefix_cost_cmd_vtysh);
28476 4 : install_element(ENABLE_NODE, &add_vnc_prefix_cost_life_cmd_vtysh);
28477 4 : install_element(ENABLE_NODE, &add_vnc_prefix_cost_life_lnh_cmd_vtysh);
28478 4 : install_element(ENABLE_NODE, &add_vnc_prefix_cost_lnh_cmd_vtysh);
28479 4 : install_element(ENABLE_NODE, &add_vnc_prefix_life_cmd_vtysh);
28480 4 : install_element(ENABLE_NODE, &add_vnc_prefix_life_cost_cmd_vtysh);
28481 4 : install_element(ENABLE_NODE, &add_vnc_prefix_life_cost_lnh_cmd_vtysh);
28482 4 : install_element(ENABLE_NODE, &add_vnc_prefix_life_lnh_cmd_vtysh);
28483 4 : install_element(ENABLE_NODE, &add_vnc_prefix_lnh_cmd_vtysh);
28484 4 : install_element(ENABLE_NODE, &add_vrf_prefix_rd_label_pref_cmd_vtysh);
28485 4 : install_element(ENABLE_NODE, &bfd_clear_peer_counters_cmd_vtysh);
28486 4 : install_element(ENABLE_NODE, &bfd_debug_distributed_cmd_vtysh);
28487 4 : install_element(ENABLE_NODE, &bfd_debug_network_cmd_vtysh);
28488 4 : install_element(ENABLE_NODE, &bfd_debug_peer_cmd_vtysh);
28489 4 : install_element(ENABLE_NODE, &bfd_debug_zebra_cmd_vtysh);
28490 4 : install_element(ENABLE_NODE, &bfd_show_peer_cmd_vtysh);
28491 4 : install_element(ENABLE_NODE, &bfd_show_peer_counters_cmd_vtysh);
28492 4 : install_element(ENABLE_NODE, &bfd_show_peers_brief_cmd_vtysh);
28493 4 : install_element(ENABLE_NODE, &bfd_show_peers_cmd_vtysh);
28494 4 : install_element(ENABLE_NODE, &bfd_show_peers_counters_cmd_vtysh);
28495 4 : install_element(ENABLE_NODE, &bgp_rpki_start_cmd_vtysh);
28496 4 : install_element(ENABLE_NODE, &bgp_rpki_stop_cmd_vtysh);
28497 4 : install_element(ENABLE_NODE, &clear_bgp_instance_ipv6_safi_prefix_cmd_vtysh);
28498 4 : install_element(ENABLE_NODE, &clear_bgp_ipv6_safi_prefix_cmd_vtysh);
28499 4 : install_element(ENABLE_NODE, &clear_evpn_dup_addr_cmd_vtysh);
28500 4 : install_element(ENABLE_NODE, &clear_ip_bgp_all_cmd_vtysh);
28501 4 : install_element(ENABLE_NODE, &clear_ip_bgp_dampening_address_cmd_vtysh);
28502 4 : install_element(ENABLE_NODE, &clear_ip_bgp_dampening_address_mask_cmd_vtysh);
28503 4 : install_element(ENABLE_NODE, &clear_ip_bgp_dampening_cmd_vtysh);
28504 4 : install_element(ENABLE_NODE, &clear_ip_bgp_dampening_prefix_cmd_vtysh);
28505 4 : install_element(ENABLE_NODE, &clear_ip_bgp_prefix_cmd_vtysh);
28506 4 : install_element(ENABLE_NODE, &clear_ip_eigrp_neighbors_IP_cmd_vtysh);
28507 4 : install_element(ENABLE_NODE, &clear_ip_eigrp_neighbors_IP_soft_cmd_vtysh);
28508 4 : install_element(ENABLE_NODE, &clear_ip_eigrp_neighbors_cmd_vtysh);
28509 4 : install_element(ENABLE_NODE, &clear_ip_eigrp_neighbors_int_cmd_vtysh);
28510 4 : install_element(ENABLE_NODE, &clear_ip_eigrp_neighbors_int_soft_cmd_vtysh);
28511 4 : install_element(ENABLE_NODE, &clear_ip_eigrp_neighbors_soft_cmd_vtysh);
28512 4 : install_element(ENABLE_NODE, &clear_ip_igmp_interfaces_cmd_vtysh);
28513 4 : install_element(ENABLE_NODE, &clear_ip_interfaces_cmd_vtysh);
28514 4 : install_element(ENABLE_NODE, &clear_ip_mroute_cmd_vtysh);
28515 4 : install_element(ENABLE_NODE, &clear_ip_mroute_count_cmd_vtysh);
28516 4 : install_element(ENABLE_NODE, &clear_ip_ospf_interface_cmd_vtysh);
28517 4 : install_element(ENABLE_NODE, &clear_ip_ospf_neighbor_cmd_vtysh);
28518 4 : install_element(ENABLE_NODE, &clear_ip_ospf_process_cmd_vtysh);
28519 4 : install_element(ENABLE_NODE, &clear_ip_pim_bsr_db_cmd_vtysh);
28520 4 : install_element(ENABLE_NODE, &clear_ip_pim_interface_traffic_cmd_vtysh);
28521 4 : install_element(ENABLE_NODE, &clear_ip_pim_interfaces_cmd_vtysh);
28522 4 : install_element(ENABLE_NODE, &clear_ip_pim_oil_cmd_vtysh);
28523 4 : install_element(ENABLE_NODE, &clear_ip_pim_statistics_cmd_vtysh);
28524 4 : install_element(ENABLE_NODE, &clear_ip_prefix_list_cmd_vtysh);
28525 4 : install_element(ENABLE_NODE, &clear_ip_rip_cmd_vtysh);
28526 4 : install_element(ENABLE_NODE, &clear_ipv6_mroute_cmd_vtysh);
28527 4 : install_element(ENABLE_NODE, &clear_ipv6_mroute_count_cmd_vtysh);
28528 4 : install_element(ENABLE_NODE, &clear_ipv6_ospf6_interface_cmd_vtysh);
28529 4 : install_element(ENABLE_NODE, &clear_ipv6_ospf6_intf_auth_cmd_vtysh);
28530 4 : install_element(ENABLE_NODE, &clear_ipv6_pim_bsr_db_cmd_vtysh);
28531 4 : install_element(ENABLE_NODE, &clear_ipv6_pim_interface_traffic_cmd_vtysh);
28532 4 : install_element(ENABLE_NODE, &clear_ipv6_pim_interfaces_cmd_vtysh);
28533 4 : install_element(ENABLE_NODE, &clear_ipv6_pim_oil_cmd_vtysh);
28534 4 : install_element(ENABLE_NODE, &clear_ipv6_pim_statistics_cmd_vtysh);
28535 4 : install_element(ENABLE_NODE, &clear_ipv6_prefix_list_cmd_vtysh);
28536 4 : install_element(ENABLE_NODE, &clear_ipv6_rip_cmd_vtysh);
28537 4 : install_element(ENABLE_NODE, &clear_isis_neighbor_arg_cmd_vtysh);
28538 4 : install_element(ENABLE_NODE, &clear_isis_neighbor_cmd_vtysh);
28539 4 : install_element(ENABLE_NODE, &clear_log_cmdline_cmd_vtysh);
28540 4 : install_element(ENABLE_NODE, &clear_nhrp_cmd_vtysh);
28541 4 : install_element(ENABLE_NODE, &clear_router_ospf6_cmd_vtysh);
28542 4 : install_element(ENABLE_NODE, &clear_thread_cpu_cmd_vtysh);
28543 4 : install_element(ENABLE_NODE, &clear_vnc_mac_all_cmd_vtysh);
28544 4 : install_element(ENABLE_NODE, &clear_vnc_mac_all_prefix_cmd_vtysh);
28545 4 : install_element(ENABLE_NODE, &clear_vnc_mac_un_cmd_vtysh);
28546 4 : install_element(ENABLE_NODE, &clear_vnc_mac_un_prefix_cmd_vtysh);
28547 4 : install_element(ENABLE_NODE, &clear_vnc_mac_un_vn_cmd_vtysh);
28548 4 : install_element(ENABLE_NODE, &clear_vnc_mac_un_vn_prefix_cmd_vtysh);
28549 4 : install_element(ENABLE_NODE, &clear_vnc_mac_vn_cmd_vtysh);
28550 4 : install_element(ENABLE_NODE, &clear_vnc_mac_vn_prefix_cmd_vtysh);
28551 4 : install_element(ENABLE_NODE, &clear_vnc_mac_vn_un_cmd_vtysh);
28552 4 : install_element(ENABLE_NODE, &clear_vnc_mac_vn_un_prefix_cmd_vtysh);
28553 4 : install_element(ENABLE_NODE, &clear_vnc_nve_all_cmd_vtysh);
28554 4 : install_element(ENABLE_NODE, &clear_vnc_nve_un_cmd_vtysh);
28555 4 : install_element(ENABLE_NODE, &clear_vnc_nve_un_vn_cmd_vtysh);
28556 4 : install_element(ENABLE_NODE, &clear_vnc_nve_vn_cmd_vtysh);
28557 4 : install_element(ENABLE_NODE, &clear_vnc_nve_vn_un_cmd_vtysh);
28558 4 : install_element(ENABLE_NODE, &clear_vnc_prefix_all_cmd_vtysh);
28559 4 : install_element(ENABLE_NODE, &clear_vnc_prefix_un_cmd_vtysh);
28560 4 : install_element(ENABLE_NODE, &clear_vnc_prefix_un_vn_cmd_vtysh);
28561 4 : install_element(ENABLE_NODE, &clear_vnc_prefix_vn_cmd_vtysh);
28562 4 : install_element(ENABLE_NODE, &clear_vnc_prefix_vn_un_cmd_vtysh);
28563 4 : install_element(ENABLE_NODE, &clear_vrf_all_cmd_vtysh);
28564 4 : install_element(ENABLE_NODE, &clear_vrf_prefix_rd_cmd_vtysh);
28565 4 : install_element(ENABLE_NODE, &clear_zebra_fpm_stats_cmd_vtysh);
28566 4 : install_element(ENABLE_NODE, &config_write_integrated_cmd_vtysh);
28567 4 : install_element(ENABLE_NODE, &create_session_cmd_vtysh);
28568 4 : install_element(ENABLE_NODE, &debug_babel_cmd_vtysh);
28569 4 : install_element(ENABLE_NODE, &debug_bgp_as4_cmd_vtysh);
28570 4 : install_element(ENABLE_NODE, &debug_bgp_as4_segment_cmd_vtysh);
28571 4 : install_element(ENABLE_NODE, &debug_bgp_bestpath_prefix_cmd_vtysh);
28572 4 : install_element(ENABLE_NODE, &debug_bgp_bfd_cmd_vtysh);
28573 4 : install_element(ENABLE_NODE, &debug_bgp_cond_adv_cmd_vtysh);
28574 4 : install_element(ENABLE_NODE, &debug_bgp_evpn_mh_cmd_vtysh);
28575 4 : install_element(ENABLE_NODE, &debug_bgp_flowspec_cmd_vtysh);
28576 4 : install_element(ENABLE_NODE, &debug_bgp_graceful_restart_cmd_vtysh);
28577 4 : install_element(ENABLE_NODE, &debug_bgp_keepalive_cmd_vtysh);
28578 4 : install_element(ENABLE_NODE, &debug_bgp_keepalive_peer_cmd_vtysh);
28579 4 : install_element(ENABLE_NODE, &debug_bgp_labelpool_cmd_vtysh);
28580 4 : install_element(ENABLE_NODE, &debug_bgp_neighbor_events_cmd_vtysh);
28581 4 : install_element(ENABLE_NODE, &debug_bgp_neighbor_events_peer_cmd_vtysh);
28582 4 : install_element(ENABLE_NODE, &debug_bgp_nht_cmd_vtysh);
28583 4 : install_element(ENABLE_NODE, &debug_bgp_pbr_cmd_vtysh);
28584 4 : install_element(ENABLE_NODE, &debug_bgp_update_cmd_vtysh);
28585 4 : install_element(ENABLE_NODE, &debug_bgp_update_direct_cmd_vtysh);
28586 4 : install_element(ENABLE_NODE, &debug_bgp_update_direct_peer_cmd_vtysh);
28587 4 : install_element(ENABLE_NODE, &debug_bgp_update_groups_cmd_vtysh);
28588 4 : install_element(ENABLE_NODE, &debug_bgp_update_prefix_afi_safi_cmd_vtysh);
28589 4 : install_element(ENABLE_NODE, &debug_bgp_update_prefix_cmd_vtysh);
28590 4 : install_element(ENABLE_NODE, &debug_bgp_vnc_cmd_vtysh);
28591 4 : install_element(ENABLE_NODE, &debug_bgp_vpn_cmd_vtysh);
28592 4 : install_element(ENABLE_NODE, &debug_bgp_zebra_cmd_vtysh);
28593 4 : install_element(ENABLE_NODE, &debug_bgp_zebra_prefix_cmd_vtysh);
28594 4 : install_element(ENABLE_NODE, &debug_bsm_cmd_vtysh);
28595 4 : install_element(ENABLE_NODE, &debug_eigrp_packets_all_cmd_vtysh);
28596 4 : install_element(ENABLE_NODE, &debug_eigrp_transmit_cmd_vtysh);
28597 4 : install_element(ENABLE_NODE, &debug_igmp_cmd_vtysh);
28598 4 : install_element(ENABLE_NODE, &debug_igmp_events_cmd_vtysh);
28599 4 : install_element(ENABLE_NODE, &debug_igmp_packets_cmd_vtysh);
28600 4 : install_element(ENABLE_NODE, &debug_igmp_trace_cmd_vtysh);
28601 4 : install_element(ENABLE_NODE, &debug_igmp_trace_detail_cmd_vtysh);
28602 4 : install_element(ENABLE_NODE, &debug_isis_adj_cmd_vtysh);
28603 4 : install_element(ENABLE_NODE, &debug_isis_bfd_cmd_vtysh);
28604 4 : install_element(ENABLE_NODE, &debug_isis_events_cmd_vtysh);
28605 4 : install_element(ENABLE_NODE, &debug_isis_flooding_cmd_vtysh);
28606 4 : install_element(ENABLE_NODE, &debug_isis_ldp_sync_cmd_vtysh);
28607 4 : install_element(ENABLE_NODE, &debug_isis_lfa_cmd_vtysh);
28608 4 : install_element(ENABLE_NODE, &debug_isis_lsp_gen_cmd_vtysh);
28609 4 : install_element(ENABLE_NODE, &debug_isis_lsp_sched_cmd_vtysh);
28610 4 : install_element(ENABLE_NODE, &debug_isis_packet_dump_cmd_vtysh);
28611 4 : install_element(ENABLE_NODE, &debug_isis_rtevents_cmd_vtysh);
28612 4 : install_element(ENABLE_NODE, &debug_isis_snp_cmd_vtysh);
28613 4 : install_element(ENABLE_NODE, &debug_isis_spfevents_cmd_vtysh);
28614 4 : install_element(ENABLE_NODE, &debug_isis_srevents_cmd_vtysh);
28615 4 : install_element(ENABLE_NODE, &debug_isis_teevents_cmd_vtysh);
28616 4 : install_element(ENABLE_NODE, &debug_isis_tx_queue_cmd_vtysh);
28617 4 : install_element(ENABLE_NODE, &debug_isis_upd_cmd_vtysh);
28618 4 : install_element(ENABLE_NODE, &debug_mld_cmd_vtysh);
28619 4 : install_element(ENABLE_NODE, &debug_mld_events_cmd_vtysh);
28620 4 : install_element(ENABLE_NODE, &debug_mld_packets_cmd_vtysh);
28621 4 : install_element(ENABLE_NODE, &debug_mld_trace_cmd_vtysh);
28622 4 : install_element(ENABLE_NODE, &debug_mld_trace_detail_cmd_vtysh);
28623 4 : install_element(ENABLE_NODE, &debug_mroute6_cmd_vtysh);
28624 4 : install_element(ENABLE_NODE, &debug_mroute6_detail_cmd_vtysh);
28625 4 : install_element(ENABLE_NODE, &debug_mroute_cmd_vtysh);
28626 4 : install_element(ENABLE_NODE, &debug_mroute_detail_cmd_vtysh);
28627 4 : install_element(ENABLE_NODE, &debug_msdp_cmd_vtysh);
28628 4 : install_element(ENABLE_NODE, &debug_msdp_events_cmd_vtysh);
28629 4 : install_element(ENABLE_NODE, &debug_msdp_packets_cmd_vtysh);
28630 4 : install_element(ENABLE_NODE, &debug_mtrace_cmd_vtysh);
28631 4 : install_element(ENABLE_NODE, &debug_nhrp_cmd_vtysh);
28632 4 : install_element(ENABLE_NODE, &debug_ospf6_abr_cmd_vtysh);
28633 4 : install_element(ENABLE_NODE, &debug_ospf6_asbr_cmd_vtysh);
28634 4 : install_element(ENABLE_NODE, &debug_ospf6_auth_cmd_vtysh);
28635 4 : install_element(ENABLE_NODE, &debug_ospf6_brouter_area_cmd_vtysh);
28636 4 : install_element(ENABLE_NODE, &debug_ospf6_brouter_cmd_vtysh);
28637 4 : install_element(ENABLE_NODE, &debug_ospf6_brouter_router_cmd_vtysh);
28638 4 : install_element(ENABLE_NODE, &debug_ospf6_flooding_cmd_vtysh);
28639 4 : install_element(ENABLE_NODE, &debug_ospf6_gr_cmd_vtysh);
28640 4 : install_element(ENABLE_NODE, &debug_ospf6_interface_cmd_vtysh);
28641 4 : install_element(ENABLE_NODE, &debug_ospf6_lsa_aggregation_cmd_vtysh);
28642 4 : install_element(ENABLE_NODE, &debug_ospf6_lsa_all_cmd_vtysh);
28643 4 : install_element(ENABLE_NODE, &debug_ospf6_lsa_hex_cmd_vtysh);
28644 4 : install_element(ENABLE_NODE, &debug_ospf6_message_cmd_vtysh);
28645 4 : install_element(ENABLE_NODE, &debug_ospf6_neighbor_cmd_vtysh);
28646 4 : install_element(ENABLE_NODE, &debug_ospf6_nssa_cmd_vtysh);
28647 4 : install_element(ENABLE_NODE, &debug_ospf6_route_cmd_vtysh);
28648 4 : install_element(ENABLE_NODE, &debug_ospf6_spf_database_cmd_vtysh);
28649 4 : install_element(ENABLE_NODE, &debug_ospf6_spf_process_cmd_vtysh);
28650 4 : install_element(ENABLE_NODE, &debug_ospf6_spf_time_cmd_vtysh);
28651 4 : install_element(ENABLE_NODE, &debug_ospf6_vlink_cmd_vtysh);
28652 4 : install_element(ENABLE_NODE, &debug_ospf6_zebra_sendrecv_cmd_vtysh);
28653 4 : install_element(ENABLE_NODE, &debug_ospf_bfd_cmd_vtysh);
28654 4 : install_element(ENABLE_NODE, &debug_ospf_client_api_cmd_vtysh);
28655 4 : install_element(ENABLE_NODE, &debug_ospf_default_info_cmd_vtysh);
28656 4 : install_element(ENABLE_NODE, &debug_ospf_event_cmd_vtysh);
28657 4 : install_element(ENABLE_NODE, &debug_ospf_gr_cmd_vtysh);
28658 4 : install_element(ENABLE_NODE, &debug_ospf_instance_event_cmd_vtysh);
28659 4 : install_element(ENABLE_NODE, &debug_ospf_instance_lsa_cmd_vtysh);
28660 4 : install_element(ENABLE_NODE, &debug_ospf_instance_nsm_cmd_vtysh);
28661 4 : install_element(ENABLE_NODE, &debug_ospf_instance_nssa_cmd_vtysh);
28662 4 : install_element(ENABLE_NODE, &debug_ospf_instance_zebra_cmd_vtysh);
28663 4 : install_element(ENABLE_NODE, &debug_ospf_ism_cmd_vtysh);
28664 4 : install_element(ENABLE_NODE, &debug_ospf_ldp_sync_cmd_vtysh);
28665 4 : install_element(ENABLE_NODE, &debug_ospf_lsa_cmd_vtysh);
28666 4 : install_element(ENABLE_NODE, &debug_ospf_nsm_cmd_vtysh);
28667 4 : install_element(ENABLE_NODE, &debug_ospf_nssa_cmd_vtysh);
28668 4 : install_element(ENABLE_NODE, &debug_ospf_packet_cmd_vtysh);
28669 4 : install_element(ENABLE_NODE, &debug_ospf_sr_cmd_vtysh);
28670 4 : install_element(ENABLE_NODE, &debug_ospf_te_cmd_vtysh);
28671 4 : install_element(ENABLE_NODE, &debug_ospf_ti_lfa_cmd_vtysh);
28672 4 : install_element(ENABLE_NODE, &debug_ospf_zebra_cmd_vtysh);
28673 4 : install_element(ENABLE_NODE, &debug_path_policy_cmd_vtysh);
28674 4 : install_element(ENABLE_NODE, &debug_path_ted_cmd_vtysh);
28675 4 : install_element(ENABLE_NODE, &debug_pbr_cmd_vtysh);
28676 4 : install_element(ENABLE_NODE, &debug_pim_cmd_vtysh);
28677 4 : install_element(ENABLE_NODE, &debug_pim_events_cmd_vtysh);
28678 4 : install_element(ENABLE_NODE, &debug_pim_mlag_cmd_vtysh);
28679 4 : install_element(ENABLE_NODE, &debug_pim_nht_cmd_vtysh);
28680 4 : install_element(ENABLE_NODE, &debug_pim_nht_det_cmd_vtysh);
28681 4 : install_element(ENABLE_NODE, &debug_pim_nht_rp_cmd_vtysh);
28682 4 : install_element(ENABLE_NODE, &debug_pim_packetdump_recv_cmd_vtysh);
28683 4 : install_element(ENABLE_NODE, &debug_pim_packetdump_send_cmd_vtysh);
28684 4 : install_element(ENABLE_NODE, &debug_pim_packets_cmd_vtysh);
28685 4 : install_element(ENABLE_NODE, &debug_pim_static_cmd_vtysh);
28686 4 : install_element(ENABLE_NODE, &debug_pim_trace_cmd_vtysh);
28687 4 : install_element(ENABLE_NODE, &debug_pim_trace_detail_cmd_vtysh);
28688 4 : install_element(ENABLE_NODE, &debug_pim_vxlan_cmd_vtysh);
28689 4 : install_element(ENABLE_NODE, &debug_pim_zebra_cmd_vtysh);
28690 4 : install_element(ENABLE_NODE, &debug_pimv6_bsm_cmd_vtysh);
28691 4 : install_element(ENABLE_NODE, &debug_pimv6_cmd_vtysh);
28692 4 : install_element(ENABLE_NODE, &debug_pimv6_events_cmd_vtysh);
28693 4 : install_element(ENABLE_NODE, &debug_pimv6_nht_cmd_vtysh);
28694 4 : install_element(ENABLE_NODE, &debug_pimv6_nht_det_cmd_vtysh);
28695 4 : install_element(ENABLE_NODE, &debug_pimv6_packetdump_recv_cmd_vtysh);
28696 4 : install_element(ENABLE_NODE, &debug_pimv6_packetdump_send_cmd_vtysh);
28697 4 : install_element(ENABLE_NODE, &debug_pimv6_packets_cmd_vtysh);
28698 4 : install_element(ENABLE_NODE, &debug_pimv6_trace_cmd_vtysh);
28699 4 : install_element(ENABLE_NODE, &debug_pimv6_trace_detail_cmd_vtysh);
28700 4 : install_element(ENABLE_NODE, &debug_pimv6_zebra_cmd_vtysh);
28701 4 : install_element(ENABLE_NODE, &debug_resolver_cmd_vtysh);
28702 4 : install_element(ENABLE_NODE, &debug_rfapi_close_rfd_cmd_vtysh);
28703 4 : install_element(ENABLE_NODE, &debug_rfapi_close_vn_un_cmd_vtysh);
28704 4 : install_element(ENABLE_NODE, &debug_rfapi_open_cmd_vtysh);
28705 4 : install_element(ENABLE_NODE, &debug_rfapi_query_vn_un_cmd_vtysh);
28706 4 : install_element(ENABLE_NODE, &debug_rfapi_query_vn_un_done_cmd_vtysh);
28707 4 : install_element(ENABLE_NODE, &debug_rfapi_query_vn_un_l2o_cmd_vtysh);
28708 4 : install_element(ENABLE_NODE, &debug_rfapi_register_vn_un_cmd_vtysh);
28709 4 : install_element(ENABLE_NODE, &debug_rfapi_register_vn_un_l2o_cmd_vtysh);
28710 4 : install_element(ENABLE_NODE, &debug_rfapi_response_omit_self_cmd_vtysh);
28711 4 : install_element(ENABLE_NODE, &debug_rfapi_show_import_cmd_vtysh);
28712 4 : install_element(ENABLE_NODE, &debug_rfapi_show_import_vn_un_cmd_vtysh);
28713 4 : install_element(ENABLE_NODE, &debug_rfapi_show_nves_cmd_vtysh);
28714 4 : install_element(ENABLE_NODE, &debug_rfapi_show_nves_vn_un_cmd_vtysh);
28715 4 : install_element(ENABLE_NODE, &debug_rfapi_unregister_vn_un_cmd_vtysh);
28716 4 : install_element(ENABLE_NODE, &debug_rip_events_cmd_vtysh);
28717 4 : install_element(ENABLE_NODE, &debug_rip_packet_cmd_vtysh);
28718 4 : install_element(ENABLE_NODE, &debug_rip_packet_direct_cmd_vtysh);
28719 4 : install_element(ENABLE_NODE, &debug_rip_zebra_cmd_vtysh);
28720 4 : install_element(ENABLE_NODE, &debug_ripng_events_cmd_vtysh);
28721 4 : install_element(ENABLE_NODE, &debug_ripng_packet_cmd_vtysh);
28722 4 : install_element(ENABLE_NODE, &debug_ripng_packet_direct_cmd_vtysh);
28723 4 : install_element(ENABLE_NODE, &debug_ripng_zebra_cmd_vtysh);
28724 4 : install_element(ENABLE_NODE, &debug_rmap_cmd_vtysh);
28725 4 : install_element(ENABLE_NODE, &debug_rpki_cmd_vtysh);
28726 4 : install_element(ENABLE_NODE, &debug_ssmpingd_cmd_vtysh);
28727 4 : install_element(ENABLE_NODE, &debug_staticd_cmd_vtysh);
28728 4 : install_element(ENABLE_NODE, &debug_vrrp_cmd_vtysh);
28729 4 : install_element(ENABLE_NODE, &debug_zebra_dplane_cmd_vtysh);
28730 4 : install_element(ENABLE_NODE, &debug_zebra_dplane_dpdk_cmd_vtysh);
28731 4 : install_element(ENABLE_NODE, &debug_zebra_events_cmd_vtysh);
28732 4 : install_element(ENABLE_NODE, &debug_zebra_evpn_mh_cmd_vtysh);
28733 4 : install_element(ENABLE_NODE, &debug_zebra_fpm_cmd_vtysh);
28734 4 : install_element(ENABLE_NODE, &debug_zebra_kernel_cmd_vtysh);
28735 4 : install_element(ENABLE_NODE, &debug_zebra_kernel_msgdump_cmd_vtysh);
28736 4 : install_element(ENABLE_NODE, &debug_zebra_mlag_cmd_vtysh);
28737 4 : install_element(ENABLE_NODE, &debug_zebra_mpls_cmd_vtysh);
28738 4 : install_element(ENABLE_NODE, &debug_zebra_neigh_cmd_vtysh);
28739 4 : install_element(ENABLE_NODE, &debug_zebra_nexthop_cmd_vtysh);
28740 4 : install_element(ENABLE_NODE, &debug_zebra_nht_cmd_vtysh);
28741 4 : install_element(ENABLE_NODE, &debug_zebra_packet_cmd_vtysh);
28742 4 : install_element(ENABLE_NODE, &debug_zebra_pbr_cmd_vtysh);
28743 4 : install_element(ENABLE_NODE, &debug_zebra_pw_cmd_vtysh);
28744 4 : install_element(ENABLE_NODE, &debug_zebra_rib_cmd_vtysh);
28745 4 : install_element(ENABLE_NODE, &debug_zebra_tc_cmd_vtysh);
28746 4 : install_element(ENABLE_NODE, &debug_zebra_vxlan_cmd_vtysh);
28747 4 : install_element(ENABLE_NODE, &fabricd_clear_isis_neighbor_arg_cmd_vtysh);
28748 4 : install_element(ENABLE_NODE, &fabricd_clear_isis_neighbor_cmd_vtysh);
28749 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_adj_cmd_vtysh);
28750 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_bfd_cmd_vtysh);
28751 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_events_cmd_vtysh);
28752 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_flooding_cmd_vtysh);
28753 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_ldp_sync_cmd_vtysh);
28754 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_lfa_cmd_vtysh);
28755 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_lsp_gen_cmd_vtysh);
28756 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_lsp_sched_cmd_vtysh);
28757 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_packet_dump_cmd_vtysh);
28758 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_rtevents_cmd_vtysh);
28759 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_snp_cmd_vtysh);
28760 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_spfevents_cmd_vtysh);
28761 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_srevents_cmd_vtysh);
28762 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_teevents_cmd_vtysh);
28763 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_tx_queue_cmd_vtysh);
28764 4 : install_element(ENABLE_NODE, &fabricd_debug_isis_upd_cmd_vtysh);
28765 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_adj_cmd_vtysh);
28766 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_bfd_cmd_vtysh);
28767 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_events_cmd_vtysh);
28768 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_flooding_cmd_vtysh);
28769 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_ldp_sync_cmd_vtysh);
28770 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_lfa_cmd_vtysh);
28771 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_lsp_gen_cmd_vtysh);
28772 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_lsp_sched_cmd_vtysh);
28773 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_packet_dump_cmd_vtysh);
28774 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_rtevents_cmd_vtysh);
28775 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_snp_cmd_vtysh);
28776 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_spfevents_cmd_vtysh);
28777 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_srevents_cmd_vtysh);
28778 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_teevents_cmd_vtysh);
28779 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_tx_queue_cmd_vtysh);
28780 4 : install_element(ENABLE_NODE, &fabricd_no_debug_isis_upd_cmd_vtysh);
28781 4 : install_element(ENABLE_NODE, &fabricd_show_lsp_flooding_cmd_vtysh);
28782 4 : install_element(ENABLE_NODE, &fpm_reset_counters_cmd_vtysh);
28783 4 : install_element(ENABLE_NODE, &fpm_show_counters_cmd_vtysh);
28784 4 : install_element(ENABLE_NODE, &fpm_show_counters_json_cmd_vtysh);
28785 4 : install_element(ENABLE_NODE, &graceful_restart_prepare_cmd_vtysh);
28786 4 : install_element(ENABLE_NODE, &import_te_cmd_vtysh);
28787 4 : install_element(ENABLE_NODE, &install_routes_cmd_vtysh);
28788 4 : install_element(ENABLE_NODE, &install_routes_data_dump_cmd_vtysh);
28789 4 : install_element(ENABLE_NODE, &install_seg6_routes_cmd_vtysh);
28790 4 : install_element(ENABLE_NODE, &install_seg6local_routes_cmd_vtysh);
28791 4 : install_element(ENABLE_NODE, &ldp_clear_mpls_ldp_neighbor_cmd_vtysh);
28792 4 : install_element(ENABLE_NODE, &ldp_debug_mpls_ldp_discovery_hello_cmd_vtysh);
28793 4 : install_element(ENABLE_NODE, &ldp_debug_mpls_ldp_messages_recv_cmd_vtysh);
28794 4 : install_element(ENABLE_NODE, &ldp_debug_mpls_ldp_messages_sent_cmd_vtysh);
28795 4 : install_element(ENABLE_NODE, &ldp_debug_mpls_ldp_type_cmd_vtysh);
28796 4 : install_element(ENABLE_NODE, &logpump_cmd_vtysh);
28797 4 : install_element(ENABLE_NODE, &neigh_discover_cmd_vtysh);
28798 4 : install_element(ENABLE_NODE, &no_debug_babel_cmd_vtysh);
28799 4 : install_element(ENABLE_NODE, &no_debug_bgp_as4_cmd_vtysh);
28800 4 : install_element(ENABLE_NODE, &no_debug_bgp_as4_segment_cmd_vtysh);
28801 4 : install_element(ENABLE_NODE, &no_debug_bgp_bestpath_cmd_vtysh);
28802 4 : install_element(ENABLE_NODE, &no_debug_bgp_bestpath_prefix_cmd_vtysh);
28803 4 : install_element(ENABLE_NODE, &no_debug_bgp_cmd_vtysh);
28804 4 : install_element(ENABLE_NODE, &no_debug_bgp_flowspec_cmd_vtysh);
28805 4 : install_element(ENABLE_NODE, &no_debug_bgp_graceful_restart_cmd_vtysh);
28806 4 : install_element(ENABLE_NODE, &no_debug_bgp_keepalive_cmd_vtysh);
28807 4 : install_element(ENABLE_NODE, &no_debug_bgp_keepalive_peer_cmd_vtysh);
28808 4 : install_element(ENABLE_NODE, &no_debug_bgp_labelpool_cmd_vtysh);
28809 4 : install_element(ENABLE_NODE, &no_debug_bgp_neighbor_events_cmd_vtysh);
28810 4 : install_element(ENABLE_NODE, &no_debug_bgp_neighbor_events_peer_cmd_vtysh);
28811 4 : install_element(ENABLE_NODE, &no_debug_bgp_nht_cmd_vtysh);
28812 4 : install_element(ENABLE_NODE, &no_debug_bgp_pbr_cmd_vtysh);
28813 4 : install_element(ENABLE_NODE, &no_debug_bgp_update_cmd_vtysh);
28814 4 : install_element(ENABLE_NODE, &no_debug_bgp_update_direct_cmd_vtysh);
28815 4 : install_element(ENABLE_NODE, &no_debug_bgp_update_direct_peer_cmd_vtysh);
28816 4 : install_element(ENABLE_NODE, &no_debug_bgp_update_groups_cmd_vtysh);
28817 4 : install_element(ENABLE_NODE, &no_debug_bgp_update_prefix_afi_safi_cmd_vtysh);
28818 4 : install_element(ENABLE_NODE, &no_debug_bgp_update_prefix_cmd_vtysh);
28819 4 : install_element(ENABLE_NODE, &no_debug_bgp_vnc_all_cmd_vtysh);
28820 4 : install_element(ENABLE_NODE, &no_debug_bgp_vnc_cmd_vtysh);
28821 4 : install_element(ENABLE_NODE, &no_debug_bgp_vpn_cmd_vtysh);
28822 4 : install_element(ENABLE_NODE, &no_debug_bgp_zebra_cmd_vtysh);
28823 4 : install_element(ENABLE_NODE, &no_debug_bgp_zebra_prefix_cmd_vtysh);
28824 4 : install_element(ENABLE_NODE, &no_debug_bsm_cmd_vtysh);
28825 4 : install_element(ENABLE_NODE, &no_debug_eigrp_packets_all_cmd_vtysh);
28826 4 : install_element(ENABLE_NODE, &no_debug_eigrp_transmit_cmd_vtysh);
28827 4 : install_element(ENABLE_NODE, &no_debug_igmp_cmd_vtysh);
28828 4 : install_element(ENABLE_NODE, &no_debug_igmp_events_cmd_vtysh);
28829 4 : install_element(ENABLE_NODE, &no_debug_igmp_packets_cmd_vtysh);
28830 4 : install_element(ENABLE_NODE, &no_debug_igmp_trace_cmd_vtysh);
28831 4 : install_element(ENABLE_NODE, &no_debug_igmp_trace_detail_cmd_vtysh);
28832 4 : install_element(ENABLE_NODE, &no_debug_isis_adj_cmd_vtysh);
28833 4 : install_element(ENABLE_NODE, &no_debug_isis_bfd_cmd_vtysh);
28834 4 : install_element(ENABLE_NODE, &no_debug_isis_events_cmd_vtysh);
28835 4 : install_element(ENABLE_NODE, &no_debug_isis_flooding_cmd_vtysh);
28836 4 : install_element(ENABLE_NODE, &no_debug_isis_ldp_sync_cmd_vtysh);
28837 4 : install_element(ENABLE_NODE, &no_debug_isis_lfa_cmd_vtysh);
28838 4 : install_element(ENABLE_NODE, &no_debug_isis_lsp_gen_cmd_vtysh);
28839 4 : install_element(ENABLE_NODE, &no_debug_isis_lsp_sched_cmd_vtysh);
28840 4 : install_element(ENABLE_NODE, &no_debug_isis_packet_dump_cmd_vtysh);
28841 4 : install_element(ENABLE_NODE, &no_debug_isis_rtevents_cmd_vtysh);
28842 4 : install_element(ENABLE_NODE, &no_debug_isis_snp_cmd_vtysh);
28843 4 : install_element(ENABLE_NODE, &no_debug_isis_spfevents_cmd_vtysh);
28844 4 : install_element(ENABLE_NODE, &no_debug_isis_srevents_cmd_vtysh);
28845 4 : install_element(ENABLE_NODE, &no_debug_isis_teevents_cmd_vtysh);
28846 4 : install_element(ENABLE_NODE, &no_debug_isis_tx_queue_cmd_vtysh);
28847 4 : install_element(ENABLE_NODE, &no_debug_isis_upd_cmd_vtysh);
28848 4 : install_element(ENABLE_NODE, &no_debug_mroute_cmd_vtysh);
28849 4 : install_element(ENABLE_NODE, &no_debug_mroute_detail_cmd_vtysh);
28850 4 : install_element(ENABLE_NODE, &no_debug_msdp_cmd_vtysh);
28851 4 : install_element(ENABLE_NODE, &no_debug_msdp_events_cmd_vtysh);
28852 4 : install_element(ENABLE_NODE, &no_debug_msdp_packets_cmd_vtysh);
28853 4 : install_element(ENABLE_NODE, &no_debug_mtrace_cmd_vtysh);
28854 4 : install_element(ENABLE_NODE, &no_debug_nhrp_cmd_vtysh);
28855 4 : install_element(ENABLE_NODE, &no_debug_ospf6_abr_cmd_vtysh);
28856 4 : install_element(ENABLE_NODE, &no_debug_ospf6_asbr_cmd_vtysh);
28857 4 : install_element(ENABLE_NODE, &no_debug_ospf6_auth_cmd_vtysh);
28858 4 : install_element(ENABLE_NODE, &no_debug_ospf6_brouter_area_cmd_vtysh);
28859 4 : install_element(ENABLE_NODE, &no_debug_ospf6_brouter_cmd_vtysh);
28860 4 : install_element(ENABLE_NODE, &no_debug_ospf6_brouter_router_cmd_vtysh);
28861 4 : install_element(ENABLE_NODE, &no_debug_ospf6_cmd_vtysh);
28862 4 : install_element(ENABLE_NODE, &no_debug_ospf6_flooding_cmd_vtysh);
28863 4 : install_element(ENABLE_NODE, &no_debug_ospf6_interface_cmd_vtysh);
28864 4 : install_element(ENABLE_NODE, &no_debug_ospf6_lsa_hex_cmd_vtysh);
28865 4 : install_element(ENABLE_NODE, &no_debug_ospf6_message_cmd_vtysh);
28866 4 : install_element(ENABLE_NODE, &no_debug_ospf6_neighbor_cmd_vtysh);
28867 4 : install_element(ENABLE_NODE, &no_debug_ospf6_nssa_cmd_vtysh);
28868 4 : install_element(ENABLE_NODE, &no_debug_ospf6_spf_database_cmd_vtysh);
28869 4 : install_element(ENABLE_NODE, &no_debug_ospf6_spf_process_cmd_vtysh);
28870 4 : install_element(ENABLE_NODE, &no_debug_ospf6_spf_time_cmd_vtysh);
28871 4 : install_element(ENABLE_NODE, &no_debug_ospf6_zebra_sendrecv_cmd_vtysh);
28872 4 : install_element(ENABLE_NODE, &no_debug_ospf_cmd_vtysh);
28873 4 : install_element(ENABLE_NODE, &no_debug_ospf_event_cmd_vtysh);
28874 4 : install_element(ENABLE_NODE, &no_debug_ospf_instance_event_cmd_vtysh);
28875 4 : install_element(ENABLE_NODE, &no_debug_ospf_instance_lsa_cmd_vtysh);
28876 4 : install_element(ENABLE_NODE, &no_debug_ospf_instance_nsm_cmd_vtysh);
28877 4 : install_element(ENABLE_NODE, &no_debug_ospf_instance_nssa_cmd_vtysh);
28878 4 : install_element(ENABLE_NODE, &no_debug_ospf_instance_zebra_cmd_vtysh);
28879 4 : install_element(ENABLE_NODE, &no_debug_ospf_ism_cmd_vtysh);
28880 4 : install_element(ENABLE_NODE, &no_debug_ospf_lsa_cmd_vtysh);
28881 4 : install_element(ENABLE_NODE, &no_debug_ospf_nsm_cmd_vtysh);
28882 4 : install_element(ENABLE_NODE, &no_debug_ospf_nssa_cmd_vtysh);
28883 4 : install_element(ENABLE_NODE, &no_debug_ospf_zebra_cmd_vtysh);
28884 4 : install_element(ENABLE_NODE, &no_debug_pim_mlag_cmd_vtysh);
28885 4 : install_element(ENABLE_NODE, &no_debug_pim_nht_rp_cmd_vtysh);
28886 4 : install_element(ENABLE_NODE, &no_debug_pim_static_cmd_vtysh);
28887 4 : install_element(ENABLE_NODE, &no_debug_pim_vxlan_cmd_vtysh);
28888 4 : install_element(ENABLE_NODE, &no_debug_rip_events_cmd_vtysh);
28889 4 : install_element(ENABLE_NODE, &no_debug_rip_packet_cmd_vtysh);
28890 4 : install_element(ENABLE_NODE, &no_debug_rip_packet_direct_cmd_vtysh);
28891 4 : install_element(ENABLE_NODE, &no_debug_rip_zebra_cmd_vtysh);
28892 4 : install_element(ENABLE_NODE, &no_debug_ripng_events_cmd_vtysh);
28893 4 : install_element(ENABLE_NODE, &no_debug_ripng_packet_cmd_vtysh);
28894 4 : install_element(ENABLE_NODE, &no_debug_ripng_packet_direct_cmd_vtysh);
28895 4 : install_element(ENABLE_NODE, &no_debug_ripng_zebra_cmd_vtysh);
28896 4 : install_element(ENABLE_NODE, &no_debug_rmap_cmd_vtysh);
28897 4 : install_element(ENABLE_NODE, &no_debug_rpki_cmd_vtysh);
28898 4 : install_element(ENABLE_NODE, &no_debug_ssmpingd_cmd_vtysh);
28899 4 : install_element(ENABLE_NODE, &no_debug_zebra_dplane_cmd_vtysh);
28900 4 : install_element(ENABLE_NODE, &no_debug_zebra_events_cmd_vtysh);
28901 4 : install_element(ENABLE_NODE, &no_debug_zebra_fpm_cmd_vtysh);
28902 4 : install_element(ENABLE_NODE, &no_debug_zebra_kernel_cmd_vtysh);
28903 4 : install_element(ENABLE_NODE, &no_debug_zebra_kernel_msgdump_cmd_vtysh);
28904 4 : install_element(ENABLE_NODE, &no_debug_zebra_mpls_cmd_vtysh);
28905 4 : install_element(ENABLE_NODE, &no_debug_zebra_nht_cmd_vtysh);
28906 4 : install_element(ENABLE_NODE, &no_debug_zebra_packet_cmd_vtysh);
28907 4 : install_element(ENABLE_NODE, &no_debug_zebra_pbr_cmd_vtysh);
28908 4 : install_element(ENABLE_NODE, &no_debug_zebra_rib_cmd_vtysh);
28909 4 : install_element(ENABLE_NODE, &no_debug_zebra_vxlan_cmd_vtysh);
28910 4 : install_element(ENABLE_NODE, &no_sharp_interface_protodown_cmd_vtysh);
28911 4 : install_element(ENABLE_NODE, &no_spf_backoff_debug_cmd_vtysh);
28912 4 : install_element(ENABLE_NODE, &no_vrf_debug_cmd_vtysh);
28913 4 : install_element(ENABLE_NODE, &ospf6_graceful_restart_prepare_cmd_vtysh);
28914 4 : install_element(ENABLE_NODE, &pcep_cli_clear_srte_pcep_session_cmd_vtysh);
28915 4 : install_element(ENABLE_NODE, &pcep_cli_debug_cmd_vtysh);
28916 4 : install_element(ENABLE_NODE, &pcep_cli_show_srte_pcc_cmd_vtysh);
28917 4 : install_element(ENABLE_NODE, &pcep_cli_show_srte_pcep_counters_cmd_vtysh);
28918 4 : install_element(ENABLE_NODE, &pcep_cli_show_srte_pcep_pce_cmd_vtysh);
28919 4 : install_element(ENABLE_NODE, &pcep_cli_show_srte_pcep_pce_config_cmd_vtysh);
28920 4 : install_element(ENABLE_NODE, &pcep_cli_show_srte_pcep_session_cmd_vtysh);
28921 4 : install_element(ENABLE_NODE, &pim_test_sg_keepalive_cmd_vtysh);
28922 4 : install_element(ENABLE_NODE, &remove_routes_cmd_vtysh);
28923 4 : install_element(ENABLE_NODE, &remove_session_cmd_vtysh);
28924 4 : install_element(ENABLE_NODE, &rmap_clear_counters_cmd_vtysh);
28925 4 : install_element(ENABLE_NODE, &rmap_show_name_cmd_vtysh);
28926 4 : install_element(ENABLE_NODE, &rmap_show_unused_cmd_vtysh);
28927 4 : install_element(ENABLE_NODE, &rpki_reset_cmd_vtysh);
28928 4 : install_element(ENABLE_NODE, &send_opaque_cmd_vtysh);
28929 4 : install_element(ENABLE_NODE, &send_opaque_reg_cmd_vtysh);
28930 4 : install_element(ENABLE_NODE, &send_opaque_unicast_cmd_vtysh);
28931 4 : install_element(ENABLE_NODE, &sharp_interface_protodown_cmd_vtysh);
28932 4 : install_element(ENABLE_NODE, &sharp_lsp_prefix_v4_cmd_vtysh);
28933 4 : install_element(ENABLE_NODE, &sharp_nht_data_dump_cmd_vtysh);
28934 4 : install_element(ENABLE_NODE, &sharp_remove_lsp_prefix_v4_cmd_vtysh);
28935 4 : install_element(ENABLE_NODE, &sharp_srv6_manager_get_locator_chunk_cmd_vtysh);
28936 4 : install_element(ENABLE_NODE, &sharp_srv6_manager_release_locator_chunk_cmd_vtysh);
28937 4 : install_element(ENABLE_NODE, &show_bfd_distributed_cmd_vtysh);
28938 4 : install_element(ENABLE_NODE, &show_debugging_pathd_pcep_cmd_vtysh);
28939 4 : install_element(ENABLE_NODE, &show_interface_desc_cmd_vtysh);
28940 4 : install_element(ENABLE_NODE, &show_interface_desc_vrf_all_cmd_vtysh);
28941 4 : install_element(ENABLE_NODE, &show_ip_access_list_cmd_vtysh);
28942 4 : install_element(ENABLE_NODE, &show_ip_access_list_name_cmd_vtysh);
28943 4 : install_element(ENABLE_NODE, &show_ip_bgp_instance_neighbor_prefix_counts_cmd_vtysh);
28944 4 : install_element(ENABLE_NODE, &show_ipv6_access_list_cmd_vtysh);
28945 4 : install_element(ENABLE_NODE, &show_ipv6_access_list_name_cmd_vtysh);
28946 4 : install_element(ENABLE_NODE, &show_mac_access_list_cmd_vtysh);
28947 4 : install_element(ENABLE_NODE, &show_mac_access_list_name_cmd_vtysh);
28948 4 : install_element(ENABLE_NODE, &show_route_map_pfx_tbl_cmd_vtysh);
28949 4 : install_element(ENABLE_NODE, &show_sharp_cspf_cmd_vtysh);
28950 4 : install_element(ENABLE_NODE, &show_sharp_segment_routing_srv6_cmd_vtysh);
28951 4 : install_element(ENABLE_NODE, &show_sharp_ted_cmd_vtysh);
28952 4 : install_element(ENABLE_NODE, &show_srte_policy_cmd_vtysh);
28953 4 : install_element(ENABLE_NODE, &show_srte_policy_detail_cmd_vtysh);
28954 4 : install_element(ENABLE_NODE, &show_zebra_client_cmd_vtysh);
28955 4 : install_element(ENABLE_NODE, &show_zebra_client_summary_cmd_vtysh);
28956 4 : install_element(ENABLE_NODE, &show_zebra_cmd_vtysh);
28957 4 : install_element(ENABLE_NODE, &show_zebra_fpm_stats_cmd_vtysh);
28958 4 : install_element(ENABLE_NODE, &spf_backoff_debug_cmd_vtysh);
28959 4 : install_element(ENABLE_NODE, &staticd_show_bfd_routes_cmd_vtysh);
28960 4 : install_element(ENABLE_NODE, &tc_filter_rate_cmd_vtysh);
28961 4 : install_element(ENABLE_NODE, &test_mlag_cmd_vtysh);
28962 4 : install_element(ENABLE_NODE, &vnc_clear_counters_cmd_vtysh);
28963 4 : install_element(ENABLE_NODE, &vrf_debug_cmd_vtysh);
28964 4 : install_element(ENABLE_NODE, &vrf_label_cmd_vtysh);
28965 4 : install_element(ENABLE_NODE, &watch_nexthop_v4_cmd_vtysh);
28966 4 : install_element(ENABLE_NODE, &watch_nexthop_v6_cmd_vtysh);
28967 4 : install_element(ENABLE_NODE, &watch_redistribute_cmd_vtysh);
28968 4 : install_element(ENABLE_NODE, &watchfrr_ignore_daemon_cmd_vtysh);
28969 4 : install_element(INTERFACE_NODE, &babel_set_channel_cmd_vtysh);
28970 4 : install_element(INTERFACE_NODE, &babel_set_enable_timestamps_cmd_vtysh);
28971 4 : install_element(INTERFACE_NODE, &babel_set_hello_interval_cmd_vtysh);
28972 4 : install_element(INTERFACE_NODE, &babel_set_max_rtt_penalty_cmd_vtysh);
28973 4 : install_element(INTERFACE_NODE, &babel_set_rtt_decay_cmd_vtysh);
28974 4 : install_element(INTERFACE_NODE, &babel_set_rtt_max_cmd_vtysh);
28975 4 : install_element(INTERFACE_NODE, &babel_set_rtt_min_cmd_vtysh);
28976 4 : install_element(INTERFACE_NODE, &babel_set_rxcost_cmd_vtysh);
28977 4 : install_element(INTERFACE_NODE, &babel_set_update_interval_cmd_vtysh);
28978 4 : install_element(INTERFACE_NODE, &babel_set_wired_cmd_vtysh);
28979 4 : install_element(INTERFACE_NODE, &babel_set_wireless_cmd_vtysh);
28980 4 : install_element(INTERFACE_NODE, &babel_split_horizon_cmd_vtysh);
28981 4 : install_element(INTERFACE_NODE, &bandwidth_if_cmd_vtysh);
28982 4 : install_element(INTERFACE_NODE, &circuit_topology_cmd_vtysh);
28983 4 : install_element(INTERFACE_NODE, &csnp_interval_cmd_vtysh);
28984 4 : install_element(INTERFACE_NODE, &eigrp_authentication_keychain_cmd_vtysh);
28985 4 : install_element(INTERFACE_NODE, &eigrp_authentication_mode_cmd_vtysh);
28986 4 : install_element(INTERFACE_NODE, &eigrp_if_bandwidth_cmd_vtysh);
28987 4 : install_element(INTERFACE_NODE, &eigrp_if_delay_cmd_vtysh);
28988 4 : install_element(INTERFACE_NODE, &eigrp_if_ip_hellointerval_cmd_vtysh);
28989 4 : install_element(INTERFACE_NODE, &eigrp_if_ip_holdinterval_cmd_vtysh);
28990 4 : install_element(INTERFACE_NODE, &eigrp_ip_summary_address_cmd_vtysh);
28991 4 : install_element(INTERFACE_NODE, &fabricd_circuit_topology_cmd_vtysh);
28992 4 : install_element(INTERFACE_NODE, &fabricd_csnp_interval_cmd_vtysh);
28993 4 : install_element(INTERFACE_NODE, &fabricd_ip6_router_isis_cmd_vtysh);
28994 4 : install_element(INTERFACE_NODE, &fabricd_ip_router_isis_cmd_vtysh);
28995 4 : install_element(INTERFACE_NODE, &fabricd_isis_bfd_cmd_vtysh);
28996 4 : install_element(INTERFACE_NODE, &fabricd_isis_hello_interval_cmd_vtysh);
28997 4 : install_element(INTERFACE_NODE, &fabricd_isis_hello_multiplier_cmd_vtysh);
28998 4 : install_element(INTERFACE_NODE, &fabricd_isis_metric_cmd_vtysh);
28999 4 : install_element(INTERFACE_NODE, &fabricd_isis_passive_cmd_vtysh);
29000 4 : install_element(INTERFACE_NODE, &fabricd_isis_passwd_cmd_vtysh);
29001 4 : install_element(INTERFACE_NODE, &fabricd_no_circuit_topology_cmd_vtysh);
29002 4 : install_element(INTERFACE_NODE, &fabricd_no_csnp_interval_cmd_vtysh);
29003 4 : install_element(INTERFACE_NODE, &fabricd_no_ip_router_isis_cmd_vtysh);
29004 4 : install_element(INTERFACE_NODE, &fabricd_no_isis_bfd_cmd_vtysh);
29005 4 : install_element(INTERFACE_NODE, &fabricd_no_isis_hello_interval_cmd_vtysh);
29006 4 : install_element(INTERFACE_NODE, &fabricd_no_isis_hello_multiplier_cmd_vtysh);
29007 4 : install_element(INTERFACE_NODE, &fabricd_no_isis_metric_cmd_vtysh);
29008 4 : install_element(INTERFACE_NODE, &fabricd_no_isis_passive_cmd_vtysh);
29009 4 : install_element(INTERFACE_NODE, &fabricd_no_isis_passwd_cmd_vtysh);
29010 4 : install_element(INTERFACE_NODE, &fabricd_no_psnp_interval_cmd_vtysh);
29011 4 : install_element(INTERFACE_NODE, &fabricd_psnp_interval_cmd_vtysh);
29012 4 : install_element(INTERFACE_NODE, &gm_debug_iface_cfg_cmd_vtysh);
29013 4 : install_element(INTERFACE_NODE, &if_nhrp_flags_cmd_vtysh);
29014 4 : install_element(INTERFACE_NODE, &if_nhrp_holdtime_cmd_vtysh);
29015 4 : install_element(INTERFACE_NODE, &if_nhrp_map_cmd_vtysh);
29016 4 : install_element(INTERFACE_NODE, &if_nhrp_map_multicast_cmd_vtysh);
29017 4 : install_element(INTERFACE_NODE, &if_nhrp_mtu_cmd_vtysh);
29018 4 : install_element(INTERFACE_NODE, &if_nhrp_network_id_cmd_vtysh);
29019 4 : install_element(INTERFACE_NODE, &if_nhrp_nhs_cmd_vtysh);
29020 4 : install_element(INTERFACE_NODE, &if_nhrp_reg_flags_cmd_vtysh);
29021 4 : install_element(INTERFACE_NODE, &if_no_nhrp_flags_cmd_vtysh);
29022 4 : install_element(INTERFACE_NODE, &if_no_nhrp_holdtime_cmd_vtysh);
29023 4 : install_element(INTERFACE_NODE, &if_no_nhrp_map_cmd_vtysh);
29024 4 : install_element(INTERFACE_NODE, &if_no_nhrp_map_multicast_cmd_vtysh);
29025 4 : install_element(INTERFACE_NODE, &if_no_nhrp_mtu_cmd_vtysh);
29026 4 : install_element(INTERFACE_NODE, &if_no_nhrp_network_id_cmd_vtysh);
29027 4 : install_element(INTERFACE_NODE, &if_no_nhrp_nhs_cmd_vtysh);
29028 4 : install_element(INTERFACE_NODE, &if_no_nhrp_reg_flags_cmd_vtysh);
29029 4 : install_element(INTERFACE_NODE, &interface_desc_cmd_vtysh);
29030 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_cmd_vtysh);
29031 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_join_cmd_vtysh);
29032 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_last_member_query_count_cmd_vtysh);
29033 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_last_member_query_interval_cmd_vtysh);
29034 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_query_generate_cmd_vtysh);
29035 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_query_interval_cmd_vtysh);
29036 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_query_max_response_time_cmd_vtysh);
29037 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_query_max_response_time_dsec_cmd_vtysh);
29038 4 : install_element(INTERFACE_NODE, &interface_ip_igmp_version_cmd_vtysh);
29039 4 : install_element(INTERFACE_NODE, &interface_ip_mroute_cmd_vtysh);
29040 4 : install_element(INTERFACE_NODE, &interface_ip_pim_activeactive_cmd_vtysh);
29041 4 : install_element(INTERFACE_NODE, &interface_ip_pim_boundary_oil_cmd_vtysh);
29042 4 : install_element(INTERFACE_NODE, &interface_ip_pim_cmd_vtysh);
29043 4 : install_element(INTERFACE_NODE, &interface_ip_pim_drprio_cmd_vtysh);
29044 4 : install_element(INTERFACE_NODE, &interface_ip_pim_hello_cmd_vtysh);
29045 4 : install_element(INTERFACE_NODE, &interface_ip_pim_sm_cmd_vtysh);
29046 4 : install_element(INTERFACE_NODE, &interface_ip_pim_ssm_cmd_vtysh);
29047 4 : install_element(INTERFACE_NODE, &interface_ipv6_mld_cmd_vtysh);
29048 4 : install_element(INTERFACE_NODE, &interface_ipv6_mld_join_cmd_vtysh);
29049 4 : install_element(INTERFACE_NODE, &interface_ipv6_mld_last_member_query_count_cmd_vtysh);
29050 4 : install_element(INTERFACE_NODE, &interface_ipv6_mld_last_member_query_interval_cmd_vtysh);
29051 4 : install_element(INTERFACE_NODE, &interface_ipv6_mld_query_interval_cmd_vtysh);
29052 4 : install_element(INTERFACE_NODE, &interface_ipv6_mld_query_max_response_time_cmd_vtysh);
29053 4 : install_element(INTERFACE_NODE, &interface_ipv6_mld_version_cmd_vtysh);
29054 4 : install_element(INTERFACE_NODE, &interface_ipv6_mroute_cmd_vtysh);
29055 4 : install_element(INTERFACE_NODE, &interface_ipv6_pim_activeactive_cmd_vtysh);
29056 4 : install_element(INTERFACE_NODE, &interface_ipv6_pim_boundary_oil_cmd_vtysh);
29057 4 : install_element(INTERFACE_NODE, &interface_ipv6_pim_cmd_vtysh);
29058 4 : install_element(INTERFACE_NODE, &interface_ipv6_pim_drprio_cmd_vtysh);
29059 4 : install_element(INTERFACE_NODE, &interface_ipv6_pim_hello_cmd_vtysh);
29060 4 : install_element(INTERFACE_NODE, &interface_ipv6_pim_sm_cmd_vtysh);
29061 4 : install_element(INTERFACE_NODE, &interface_ipv6_pim_ssm_cmd_vtysh);
29062 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_cmd_vtysh);
29063 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_join_cmd_vtysh);
29064 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_last_member_query_count_cmd_vtysh);
29065 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_last_member_query_interval_cmd_vtysh);
29066 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_query_interval_cmd_vtysh);
29067 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_query_max_response_time_cmd_vtysh);
29068 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_query_max_response_time_dsec_cmd_vtysh);
29069 4 : install_element(INTERFACE_NODE, &interface_no_ip_igmp_version_cmd_vtysh);
29070 4 : install_element(INTERFACE_NODE, &interface_no_ip_mroute_cmd_vtysh);
29071 4 : install_element(INTERFACE_NODE, &interface_no_ip_pim_boundary_oil_cmd_vtysh);
29072 4 : install_element(INTERFACE_NODE, &interface_no_ip_pim_cmd_vtysh);
29073 4 : install_element(INTERFACE_NODE, &interface_no_ip_pim_drprio_cmd_vtysh);
29074 4 : install_element(INTERFACE_NODE, &interface_no_ip_pim_hello_cmd_vtysh);
29075 4 : install_element(INTERFACE_NODE, &interface_no_ip_pim_sm_cmd_vtysh);
29076 4 : install_element(INTERFACE_NODE, &interface_no_ip_pim_ssm_cmd_vtysh);
29077 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mld_cmd_vtysh);
29078 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mld_join_cmd_vtysh);
29079 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mld_last_member_query_count_cmd_vtysh);
29080 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mld_last_member_query_interval_cmd_vtysh);
29081 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mld_query_interval_cmd_vtysh);
29082 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mld_query_max_response_time_cmd_vtysh);
29083 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mld_version_cmd_vtysh);
29084 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_mroute_cmd_vtysh);
29085 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_pim_boundary_oil_cmd_vtysh);
29086 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_pim_cmd_vtysh);
29087 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_pim_drprio_cmd_vtysh);
29088 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_pim_hello_cmd_vtysh);
29089 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_pim_sm_cmd_vtysh);
29090 4 : install_element(INTERFACE_NODE, &interface_no_ipv6_pim_ssm_cmd_vtysh);
29091 4 : install_element(INTERFACE_NODE, &interface_no_pim_use_source_cmd_vtysh);
29092 4 : install_element(INTERFACE_NODE, &interface_pim_use_source_cmd_vtysh);
29093 4 : install_element(INTERFACE_NODE, &ip6_router_isis_cmd_vtysh);
29094 4 : install_element(INTERFACE_NODE, &ip6_router_isis_vrf_cmd_vtysh);
29095 4 : install_element(INTERFACE_NODE, &ip_address_cmd_vtysh);
29096 4 : install_element(INTERFACE_NODE, &ip_address_label_cmd_vtysh);
29097 4 : install_element(INTERFACE_NODE, &ip_address_peer_cmd_vtysh);
29098 4 : install_element(INTERFACE_NODE, &ip_irdp_address_preference_cmd_vtysh);
29099 4 : install_element(INTERFACE_NODE, &ip_irdp_broadcast_cmd_vtysh);
29100 4 : install_element(INTERFACE_NODE, &ip_irdp_debug_disable_cmd_vtysh);
29101 4 : install_element(INTERFACE_NODE, &ip_irdp_debug_messages_cmd_vtysh);
29102 4 : install_element(INTERFACE_NODE, &ip_irdp_debug_misc_cmd_vtysh);
29103 4 : install_element(INTERFACE_NODE, &ip_irdp_debug_packet_cmd_vtysh);
29104 4 : install_element(INTERFACE_NODE, &ip_irdp_holdtime_cmd_vtysh);
29105 4 : install_element(INTERFACE_NODE, &ip_irdp_maxadvertinterval_cmd_vtysh);
29106 4 : install_element(INTERFACE_NODE, &ip_irdp_minadvertinterval_cmd_vtysh);
29107 4 : install_element(INTERFACE_NODE, &ip_irdp_multicast_cmd_vtysh);
29108 4 : install_element(INTERFACE_NODE, &ip_irdp_preference_cmd_vtysh);
29109 4 : install_element(INTERFACE_NODE, &ip_irdp_shutdown_cmd_vtysh);
29110 4 : install_element(INTERFACE_NODE, &ip_ospf_area_cmd_vtysh);
29111 4 : install_element(INTERFACE_NODE, &ip_ospf_authentication_addr_cmd_vtysh);
29112 4 : install_element(INTERFACE_NODE, &ip_ospf_authentication_args_addr_cmd_vtysh);
29113 4 : install_element(INTERFACE_NODE, &ip_ospf_authentication_key_addr_cmd_vtysh);
29114 4 : install_element(INTERFACE_NODE, &ip_ospf_bfd_cmd_vtysh);
29115 4 : install_element(INTERFACE_NODE, &ip_ospf_bfd_param_cmd_vtysh);
29116 4 : install_element(INTERFACE_NODE, &ip_ospf_bfd_prof_cmd_vtysh);
29117 4 : install_element(INTERFACE_NODE, &ip_ospf_cost_cmd_vtysh);
29118 4 : install_element(INTERFACE_NODE, &ip_ospf_dead_interval_cmd_vtysh);
29119 4 : install_element(INTERFACE_NODE, &ip_ospf_dead_interval_minimal_addr_cmd_vtysh);
29120 4 : install_element(INTERFACE_NODE, &ip_ospf_hello_interval_cmd_vtysh);
29121 4 : install_element(INTERFACE_NODE, &ip_ospf_message_digest_key_cmd_vtysh);
29122 4 : install_element(INTERFACE_NODE, &ip_ospf_mtu_ignore_addr_cmd_vtysh);
29123 4 : install_element(INTERFACE_NODE, &ip_ospf_network_cmd_vtysh);
29124 4 : install_element(INTERFACE_NODE, &ip_ospf_passive_cmd_vtysh);
29125 4 : install_element(INTERFACE_NODE, &ip_ospf_priority_cmd_vtysh);
29126 4 : install_element(INTERFACE_NODE, &ip_ospf_retransmit_interval_addr_cmd_vtysh);
29127 4 : install_element(INTERFACE_NODE, &ip_ospf_transmit_delay_addr_cmd_vtysh);
29128 4 : install_element(INTERFACE_NODE, &ip_pim_bfd_cmd_vtysh);
29129 4 : install_element(INTERFACE_NODE, &ip_pim_bfd_param_cmd_vtysh);
29130 4 : install_element(INTERFACE_NODE, &ip_pim_bsm_cmd_vtysh);
29131 4 : install_element(INTERFACE_NODE, &ip_pim_ucast_bsm_cmd_vtysh);
29132 4 : install_element(INTERFACE_NODE, &ip_rip_authentication_key_chain_cmd_vtysh);
29133 4 : install_element(INTERFACE_NODE, &ip_rip_authentication_mode_cmd_vtysh);
29134 4 : install_element(INTERFACE_NODE, &ip_rip_authentication_string_cmd_vtysh);
29135 4 : install_element(INTERFACE_NODE, &ip_rip_receive_version_cmd_vtysh);
29136 4 : install_element(INTERFACE_NODE, &ip_rip_send_version_cmd_vtysh);
29137 4 : install_element(INTERFACE_NODE, &ip_rip_split_horizon_cmd_vtysh);
29138 4 : install_element(INTERFACE_NODE, &ip_rip_v2_broadcast_cmd_vtysh);
29139 4 : install_element(INTERFACE_NODE, &ip_router_isis_cmd_vtysh);
29140 4 : install_element(INTERFACE_NODE, &ip_router_isis_vrf_cmd_vtysh);
29141 4 : install_element(INTERFACE_NODE, &ipv6_address_cmd_vtysh);
29142 4 : install_element(INTERFACE_NODE, &ipv6_nd_adv_interval_config_option_cmd_vtysh);
29143 4 : install_element(INTERFACE_NODE, &ipv6_nd_dnssl_cmd_vtysh);
29144 4 : install_element(INTERFACE_NODE, &ipv6_nd_homeagent_config_flag_cmd_vtysh);
29145 4 : install_element(INTERFACE_NODE, &ipv6_nd_homeagent_lifetime_cmd_vtysh);
29146 4 : install_element(INTERFACE_NODE, &ipv6_nd_homeagent_preference_cmd_vtysh);
29147 4 : install_element(INTERFACE_NODE, &ipv6_nd_managed_config_flag_cmd_vtysh);
29148 4 : install_element(INTERFACE_NODE, &ipv6_nd_mtu_cmd_vtysh);
29149 4 : install_element(INTERFACE_NODE, &ipv6_nd_other_config_flag_cmd_vtysh);
29150 4 : install_element(INTERFACE_NODE, &ipv6_nd_prefix_cmd_vtysh);
29151 4 : install_element(INTERFACE_NODE, &ipv6_nd_ra_fast_retrans_cmd_vtysh);
29152 4 : install_element(INTERFACE_NODE, &ipv6_nd_ra_hop_limit_cmd_vtysh);
29153 4 : install_element(INTERFACE_NODE, &ipv6_nd_ra_interval_cmd_vtysh);
29154 4 : install_element(INTERFACE_NODE, &ipv6_nd_ra_interval_msec_cmd_vtysh);
29155 4 : install_element(INTERFACE_NODE, &ipv6_nd_ra_lifetime_cmd_vtysh);
29156 4 : install_element(INTERFACE_NODE, &ipv6_nd_ra_retrans_interval_cmd_vtysh);
29157 4 : install_element(INTERFACE_NODE, &ipv6_nd_rdnss_cmd_vtysh);
29158 4 : install_element(INTERFACE_NODE, &ipv6_nd_reachable_time_cmd_vtysh);
29159 4 : install_element(INTERFACE_NODE, &ipv6_nd_router_preference_cmd_vtysh);
29160 4 : install_element(INTERFACE_NODE, &ipv6_nd_suppress_ra_cmd_vtysh);
29161 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_advertise_prefix_list_cmd_vtysh);
29162 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_area_cmd_vtysh);
29163 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_bfd_cmd_vtysh);
29164 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_bfd_param_cmd_vtysh);
29165 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_cost_cmd_vtysh);
29166 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_deadinterval_cmd_vtysh);
29167 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_hellointerval_cmd_vtysh);
29168 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_ifmtu_cmd_vtysh);
29169 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_instance_cmd_vtysh);
29170 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_intf_auth_trailer_key_cmd_vtysh);
29171 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_intf_auth_trailer_keychain_cmd_vtysh);
29172 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_mtu_ignore_cmd_vtysh);
29173 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_network_cmd_vtysh);
29174 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_p2xp_connected_pfx_cmd_vtysh);
29175 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_p2xp_neigh_cmd_vtysh);
29176 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_p2xp_neigh_cost_cmd_vtysh);
29177 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_p2xp_neigh_poll_interval_cmd_vtysh);
29178 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_p2xp_no_multicast_hello_cmd_vtysh);
29179 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_p2xp_only_cfg_neigh_cmd_vtysh);
29180 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_passive_cmd_vtysh);
29181 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_priority_cmd_vtysh);
29182 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_retransmitinterval_cmd_vtysh);
29183 4 : install_element(INTERFACE_NODE, &ipv6_ospf6_transmitdelay_cmd_vtysh);
29184 4 : install_element(INTERFACE_NODE, &ipv6_pim_bsm_cmd_vtysh);
29185 4 : install_element(INTERFACE_NODE, &ipv6_pim_ucast_bsm_cmd_vtysh);
29186 4 : install_element(INTERFACE_NODE, &ipv6_ripng_split_horizon_cmd_vtysh);
29187 4 : install_element(INTERFACE_NODE, &isis_bfd_cmd_vtysh);
29188 4 : install_element(INTERFACE_NODE, &isis_bfd_profile_cmd_vtysh);
29189 4 : install_element(INTERFACE_NODE, &isis_circuit_type_cmd_vtysh);
29190 4 : install_element(INTERFACE_NODE, &isis_hello_interval_cmd_vtysh);
29191 4 : install_element(INTERFACE_NODE, &isis_hello_multiplier_cmd_vtysh);
29192 4 : install_element(INTERFACE_NODE, &isis_hello_padding_cmd_vtysh);
29193 4 : install_element(INTERFACE_NODE, &isis_lfa_cmd_vtysh);
29194 4 : install_element(INTERFACE_NODE, &isis_lfa_exclude_interface_cmd_vtysh);
29195 4 : install_element(INTERFACE_NODE, &isis_metric_cmd_vtysh);
29196 4 : install_element(INTERFACE_NODE, &isis_mpls_if_ldp_sync_cmd_vtysh);
29197 4 : install_element(INTERFACE_NODE, &isis_mpls_if_ldp_sync_holddown_cmd_vtysh);
29198 4 : install_element(INTERFACE_NODE, &isis_network_cmd_vtysh);
29199 4 : install_element(INTERFACE_NODE, &isis_passive_cmd_vtysh);
29200 4 : install_element(INTERFACE_NODE, &isis_passwd_cmd_vtysh);
29201 4 : install_element(INTERFACE_NODE, &isis_priority_cmd_vtysh);
29202 4 : install_element(INTERFACE_NODE, &isis_remote_lfa_cmd_vtysh);
29203 4 : install_element(INTERFACE_NODE, &isis_remote_lfa_max_metric_cmd_vtysh);
29204 4 : install_element(INTERFACE_NODE, &isis_threeway_adj_cmd_vtysh);
29205 4 : install_element(INTERFACE_NODE, &isis_ti_lfa_cmd_vtysh);
29206 4 : install_element(INTERFACE_NODE, &linkdetect_cmd_vtysh);
29207 4 : install_element(INTERFACE_NODE, &mpls_bgp_forwarding_cmd_vtysh);
29208 4 : install_element(INTERFACE_NODE, &mpls_cmd_vtysh);
29209 4 : install_element(INTERFACE_NODE, &mpls_ldp_sync_cmd_vtysh);
29210 4 : install_element(INTERFACE_NODE, &mpls_ldp_sync_holddown_cmd_vtysh);
29211 4 : install_element(INTERFACE_NODE, &multicast_cmd_vtysh);
29212 4 : install_element(INTERFACE_NODE, &no_bandwidth_if_cmd_vtysh);
29213 4 : install_element(INTERFACE_NODE, &no_csnp_interval_cmd_vtysh);
29214 4 : install_element(INTERFACE_NODE, &no_eigrp_authentication_keychain_cmd_vtysh);
29215 4 : install_element(INTERFACE_NODE, &no_eigrp_authentication_mode_cmd_vtysh);
29216 4 : install_element(INTERFACE_NODE, &no_eigrp_if_bandwidth_cmd_vtysh);
29217 4 : install_element(INTERFACE_NODE, &no_eigrp_if_delay_cmd_vtysh);
29218 4 : install_element(INTERFACE_NODE, &no_eigrp_if_ip_hellointerval_cmd_vtysh);
29219 4 : install_element(INTERFACE_NODE, &no_eigrp_if_ip_holdinterval_cmd_vtysh);
29220 4 : install_element(INTERFACE_NODE, &no_eigrp_ip_summary_address_cmd_vtysh);
29221 4 : install_element(INTERFACE_NODE, &no_interface_desc_cmd_vtysh);
29222 4 : install_element(INTERFACE_NODE, &no_ip_address_cmd_vtysh);
29223 4 : install_element(INTERFACE_NODE, &no_ip_address_label_cmd_vtysh);
29224 4 : install_element(INTERFACE_NODE, &no_ip_address_peer_cmd_vtysh);
29225 4 : install_element(INTERFACE_NODE, &no_ip_irdp_address_preference_cmd_vtysh);
29226 4 : install_element(INTERFACE_NODE, &no_ip_irdp_cmd_vtysh);
29227 4 : install_element(INTERFACE_NODE, &no_ip_irdp_shutdown_cmd_vtysh);
29228 4 : install_element(INTERFACE_NODE, &no_ip_ospf_area_cmd_vtysh);
29229 4 : install_element(INTERFACE_NODE, &no_ip_ospf_authentication_addr_cmd_vtysh);
29230 4 : install_element(INTERFACE_NODE, &no_ip_ospf_authentication_args_addr_cmd_vtysh);
29231 4 : install_element(INTERFACE_NODE, &no_ip_ospf_authentication_key_authkey_addr_cmd_vtysh);
29232 4 : install_element(INTERFACE_NODE, &no_ip_ospf_bfd_cmd_vtysh);
29233 4 : install_element(INTERFACE_NODE, &no_ip_ospf_bfd_prof_cmd_vtysh);
29234 4 : install_element(INTERFACE_NODE, &no_ip_ospf_cost_cmd_vtysh);
29235 4 : install_element(INTERFACE_NODE, &no_ip_ospf_dead_interval_cmd_vtysh);
29236 4 : install_element(INTERFACE_NODE, &no_ip_ospf_hello_interval_cmd_vtysh);
29237 4 : install_element(INTERFACE_NODE, &no_ip_ospf_message_digest_key_cmd_vtysh);
29238 4 : install_element(INTERFACE_NODE, &no_ip_ospf_mtu_ignore_addr_cmd_vtysh);
29239 4 : install_element(INTERFACE_NODE, &no_ip_ospf_network_cmd_vtysh);
29240 4 : install_element(INTERFACE_NODE, &no_ip_ospf_passive_cmd_vtysh);
29241 4 : install_element(INTERFACE_NODE, &no_ip_ospf_priority_cmd_vtysh);
29242 4 : install_element(INTERFACE_NODE, &no_ip_ospf_retransmit_interval_addr_cmd_vtysh);
29243 4 : install_element(INTERFACE_NODE, &no_ip_ospf_transmit_delay_addr_cmd_vtysh);
29244 4 : install_element(INTERFACE_NODE, &no_ip_pim_bfd_cmd_vtysh);
29245 4 : install_element(INTERFACE_NODE, &no_ip_pim_bfd_profile_cmd_vtysh);
29246 4 : install_element(INTERFACE_NODE, &no_ip_pim_bsm_cmd_vtysh);
29247 4 : install_element(INTERFACE_NODE, &no_ip_pim_ucast_bsm_cmd_vtysh);
29248 4 : install_element(INTERFACE_NODE, &no_ip_rip_authentication_key_chain_cmd_vtysh);
29249 4 : install_element(INTERFACE_NODE, &no_ip_rip_authentication_mode_cmd_vtysh);
29250 4 : install_element(INTERFACE_NODE, &no_ip_rip_authentication_string_cmd_vtysh);
29251 4 : install_element(INTERFACE_NODE, &no_ip_rip_receive_version_cmd_vtysh);
29252 4 : install_element(INTERFACE_NODE, &no_ip_rip_send_version_cmd_vtysh);
29253 4 : install_element(INTERFACE_NODE, &no_ip_router_isis_cmd_vtysh);
29254 4 : install_element(INTERFACE_NODE, &no_ip_router_isis_vrf_cmd_vtysh);
29255 4 : install_element(INTERFACE_NODE, &no_ipv6_address_cmd_vtysh);
29256 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_adv_interval_config_option_cmd_vtysh);
29257 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_dnssl_cmd_vtysh);
29258 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_homeagent_config_flag_cmd_vtysh);
29259 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_homeagent_lifetime_cmd_vtysh);
29260 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_homeagent_preference_cmd_vtysh);
29261 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_managed_config_flag_cmd_vtysh);
29262 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_mtu_cmd_vtysh);
29263 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_other_config_flag_cmd_vtysh);
29264 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_prefix_cmd_vtysh);
29265 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_ra_fast_retrans_cmd_vtysh);
29266 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_ra_hop_limit_cmd_vtysh);
29267 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_ra_interval_cmd_vtysh);
29268 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_ra_lifetime_cmd_vtysh);
29269 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_ra_retrans_interval_cmd_vtysh);
29270 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_rdnss_cmd_vtysh);
29271 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_reachable_time_cmd_vtysh);
29272 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_router_preference_cmd_vtysh);
29273 4 : install_element(INTERFACE_NODE, &no_ipv6_nd_suppress_ra_cmd_vtysh);
29274 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_advertise_prefix_list_cmd_vtysh);
29275 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_area_cmd_vtysh);
29276 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_bfd_cmd_vtysh);
29277 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_bfd_profile_cmd_vtysh);
29278 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_cost_cmd_vtysh);
29279 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_deadinterval_cmd_vtysh);
29280 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_hellointerval_cmd_vtysh);
29281 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_ifmtu_cmd_vtysh);
29282 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_instance_cmd_vtysh);
29283 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_intf_auth_trailer_key_cmd_vtysh);
29284 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_intf_auth_trailer_keychain_cmd_vtysh);
29285 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_mtu_ignore_cmd_vtysh);
29286 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_network_cmd_vtysh);
29287 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_p2xp_connected_pfx_cmd_vtysh);
29288 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_passive_cmd_vtysh);
29289 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_priority_cmd_vtysh);
29290 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_retransmitinterval_cmd_vtysh);
29291 4 : install_element(INTERFACE_NODE, &no_ipv6_ospf6_transmitdelay_cmd_vtysh);
29292 4 : install_element(INTERFACE_NODE, &no_ipv6_pim_bsm_cmd_vtysh);
29293 4 : install_element(INTERFACE_NODE, &no_ipv6_pim_ucast_bsm_cmd_vtysh);
29294 4 : install_element(INTERFACE_NODE, &no_isis_circuit_type_cmd_vtysh);
29295 4 : install_element(INTERFACE_NODE, &no_isis_hello_interval_cmd_vtysh);
29296 4 : install_element(INTERFACE_NODE, &no_isis_hello_multiplier_cmd_vtysh);
29297 4 : install_element(INTERFACE_NODE, &no_isis_metric_cmd_vtysh);
29298 4 : install_element(INTERFACE_NODE, &no_isis_mpls_if_ldp_sync_holddown_cmd_vtysh);
29299 4 : install_element(INTERFACE_NODE, &no_isis_passwd_cmd_vtysh);
29300 4 : install_element(INTERFACE_NODE, &no_isis_priority_cmd_vtysh);
29301 4 : install_element(INTERFACE_NODE, &no_linkdetect_cmd_vtysh);
29302 4 : install_element(INTERFACE_NODE, &no_mpls_ldp_sync_cmd_vtysh);
29303 4 : install_element(INTERFACE_NODE, &no_mpls_ldp_sync_holddown_cmd_vtysh);
29304 4 : install_element(INTERFACE_NODE, &no_multicast_cmd_vtysh);
29305 4 : install_element(INTERFACE_NODE, &no_ospf_authentication_key_authkey_addr_cmd_vtysh);
29306 4 : install_element(INTERFACE_NODE, &no_ospf_cost_cmd_vtysh);
29307 4 : install_element(INTERFACE_NODE, &no_ospf_dead_interval_cmd_vtysh);
29308 4 : install_element(INTERFACE_NODE, &no_ospf_hello_interval_cmd_vtysh);
29309 4 : install_element(INTERFACE_NODE, &no_ospf_message_digest_key_cmd_vtysh);
29310 4 : install_element(INTERFACE_NODE, &no_ospf_network_cmd_vtysh);
29311 4 : install_element(INTERFACE_NODE, &no_ospf_priority_cmd_vtysh);
29312 4 : install_element(INTERFACE_NODE, &no_ospf_retransmit_interval_cmd_vtysh);
29313 4 : install_element(INTERFACE_NODE, &no_ospf_transmit_delay_cmd_vtysh);
29314 4 : install_element(INTERFACE_NODE, &no_psnp_interval_cmd_vtysh);
29315 4 : install_element(INTERFACE_NODE, &no_shutdown_if_cmd_vtysh);
29316 4 : install_element(INTERFACE_NODE, &no_tunnel_protection_cmd_vtysh);
29317 4 : install_element(INTERFACE_NODE, &no_tunnel_source_cmd_vtysh);
29318 4 : install_element(INTERFACE_NODE, &no_vrrp_advertisement_interval_cmd_vtysh);
29319 4 : install_element(INTERFACE_NODE, &no_vrrp_priority_cmd_vtysh);
29320 4 : install_element(INTERFACE_NODE, &ospf_authentication_key_cmd_vtysh);
29321 4 : install_element(INTERFACE_NODE, &ospf_cost_cmd_vtysh);
29322 4 : install_element(INTERFACE_NODE, &ospf_dead_interval_cmd_vtysh);
29323 4 : install_element(INTERFACE_NODE, &ospf_hello_interval_cmd_vtysh);
29324 4 : install_element(INTERFACE_NODE, &ospf_message_digest_key_cmd_vtysh);
29325 4 : install_element(INTERFACE_NODE, &ospf_network_cmd_vtysh);
29326 4 : install_element(INTERFACE_NODE, &ospf_priority_cmd_vtysh);
29327 4 : install_element(INTERFACE_NODE, &ospf_retransmit_interval_cmd_vtysh);
29328 4 : install_element(INTERFACE_NODE, &ospf_transmit_delay_cmd_vtysh);
29329 4 : install_element(INTERFACE_NODE, &pbr_policy_cmd_vtysh);
29330 4 : install_element(INTERFACE_NODE, &psnp_interval_cmd_vtysh);
29331 4 : install_element(INTERFACE_NODE, &shutdown_if_cmd_vtysh);
29332 4 : install_element(INTERFACE_NODE, &tunnel_protection_cmd_vtysh);
29333 4 : install_element(INTERFACE_NODE, &tunnel_source_cmd_vtysh);
29334 4 : install_element(INTERFACE_NODE, &vrrp_advertisement_interval_cmd_vtysh);
29335 4 : install_element(INTERFACE_NODE, &vrrp_checksum_with_ipv4_pseudoheader_cmd_vtysh);
29336 4 : install_element(INTERFACE_NODE, &vrrp_ip6_cmd_vtysh);
29337 4 : install_element(INTERFACE_NODE, &vrrp_ip_cmd_vtysh);
29338 4 : install_element(INTERFACE_NODE, &vrrp_preempt_cmd_vtysh);
29339 4 : install_element(INTERFACE_NODE, &vrrp_priority_cmd_vtysh);
29340 4 : install_element(INTERFACE_NODE, &vrrp_shutdown_cmd_vtysh);
29341 4 : install_element(INTERFACE_NODE, &vrrp_vrid_cmd_vtysh);
29342 4 : install_element(INTERFACE_NODE, &zebra_evpn_es_bypass_cmd_vtysh);
29343 4 : install_element(INTERFACE_NODE, &zebra_evpn_es_id_cmd_vtysh);
29344 4 : install_element(INTERFACE_NODE, &zebra_evpn_es_pref_cmd_vtysh);
29345 4 : install_element(INTERFACE_NODE, &zebra_evpn_es_sys_mac_cmd_vtysh);
29346 4 : install_element(INTERFACE_NODE, &zebra_evpn_mh_uplink_cmd_vtysh);
29347 4 : install_element(ISIS_NODE, &area_lsp_mtu_cmd_vtysh);
29348 4 : install_element(ISIS_NODE, &area_passwd_cmd_vtysh);
29349 4 : install_element(ISIS_NODE, &area_purge_originator_cmd_vtysh);
29350 4 : install_element(ISIS_NODE, &attached_bit_receive_ignore_cmd_vtysh);
29351 4 : install_element(ISIS_NODE, &attached_bit_send_cmd_vtysh);
29352 4 : install_element(ISIS_NODE, &domain_passwd_cmd_vtysh);
29353 4 : install_element(ISIS_NODE, &dynamic_hostname_cmd_vtysh);
29354 4 : install_element(ISIS_NODE, &is_type_cmd_vtysh);
29355 4 : install_element(ISIS_NODE, &isis_default_originate_cmd_vtysh);
29356 4 : install_element(ISIS_NODE, &isis_frr_lfa_load_sharing_cmd_vtysh);
29357 4 : install_element(ISIS_NODE, &isis_frr_lfa_priority_limit_cmd_vtysh);
29358 4 : install_element(ISIS_NODE, &isis_frr_lfa_tiebreaker_cmd_vtysh);
29359 4 : install_element(ISIS_NODE, &isis_frr_remote_lfa_plist_cmd_vtysh);
29360 4 : install_element(ISIS_NODE, &isis_mpls_ldp_sync_cmd_vtysh);
29361 4 : install_element(ISIS_NODE, &isis_mpls_ldp_sync_holddown_cmd_vtysh);
29362 4 : install_element(ISIS_NODE, &isis_mpls_te_export_cmd_vtysh);
29363 4 : install_element(ISIS_NODE, &isis_mpls_te_inter_as_cmd_vtysh);
29364 4 : install_element(ISIS_NODE, &isis_mpls_te_on_cmd_vtysh);
29365 4 : install_element(ISIS_NODE, &isis_mpls_te_router_addr_cmd_vtysh);
29366 4 : install_element(ISIS_NODE, &isis_mpls_te_router_addr_v6_cmd_vtysh);
29367 4 : install_element(ISIS_NODE, &isis_redistribute_cmd_vtysh);
29368 4 : install_element(ISIS_NODE, &isis_sr_enable_cmd_vtysh);
29369 4 : install_element(ISIS_NODE, &isis_sr_global_block_label_range_cmd_vtysh);
29370 4 : install_element(ISIS_NODE, &isis_sr_node_msd_cmd_vtysh);
29371 4 : install_element(ISIS_NODE, &isis_sr_prefix_sid_cmd_vtysh);
29372 4 : install_element(ISIS_NODE, &isis_topology_cmd_vtysh);
29373 4 : install_element(ISIS_NODE, &log_adj_changes_cmd_vtysh);
29374 4 : install_element(ISIS_NODE, &lsp_gen_interval_cmd_vtysh);
29375 4 : install_element(ISIS_NODE, &lsp_refresh_interval_cmd_vtysh);
29376 4 : install_element(ISIS_NODE, &lsp_timers_cmd_vtysh);
29377 4 : install_element(ISIS_NODE, &max_lsp_lifetime_cmd_vtysh);
29378 4 : install_element(ISIS_NODE, &metric_style_cmd_vtysh);
29379 4 : install_element(ISIS_NODE, &net_cmd_vtysh);
29380 4 : install_element(ISIS_NODE, &no_area_lsp_mtu_cmd_vtysh);
29381 4 : install_element(ISIS_NODE, &no_area_passwd_cmd_vtysh);
29382 4 : install_element(ISIS_NODE, &no_is_type_cmd_vtysh);
29383 4 : install_element(ISIS_NODE, &no_isis_frr_remote_lfa_plist_cmd_vtysh);
29384 4 : install_element(ISIS_NODE, &no_isis_mpls_ldp_sync_cmd_vtysh);
29385 4 : install_element(ISIS_NODE, &no_isis_mpls_ldp_sync_holddown_cmd_vtysh);
29386 4 : install_element(ISIS_NODE, &no_isis_mpls_te_export_cmd_vtysh);
29387 4 : install_element(ISIS_NODE, &no_isis_mpls_te_on_cmd_vtysh);
29388 4 : install_element(ISIS_NODE, &no_isis_mpls_te_router_addr_cmd_vtysh);
29389 4 : install_element(ISIS_NODE, &no_isis_mpls_te_router_addr_v6_cmd_vtysh);
29390 4 : install_element(ISIS_NODE, &no_isis_sr_enable_cmd_vtysh);
29391 4 : install_element(ISIS_NODE, &no_isis_sr_global_block_label_range_cmd_vtysh);
29392 4 : install_element(ISIS_NODE, &no_isis_sr_node_msd_cmd_vtysh);
29393 4 : install_element(ISIS_NODE, &no_isis_sr_prefix_sid_cmd_vtysh);
29394 4 : install_element(ISIS_NODE, &no_lsp_gen_interval_cmd_vtysh);
29395 4 : install_element(ISIS_NODE, &no_lsp_refresh_interval_cmd_vtysh);
29396 4 : install_element(ISIS_NODE, &no_lsp_timers_cmd_vtysh);
29397 4 : install_element(ISIS_NODE, &no_max_lsp_lifetime_cmd_vtysh);
29398 4 : install_element(ISIS_NODE, &no_metric_style_cmd_vtysh);
29399 4 : install_element(ISIS_NODE, &no_set_overload_bit_on_startup_cmd_vtysh);
29400 4 : install_element(ISIS_NODE, &no_spf_delay_ietf_cmd_vtysh);
29401 4 : install_element(ISIS_NODE, &no_spf_interval_cmd_vtysh);
29402 4 : install_element(ISIS_NODE, &no_spf_prefix_priority_cmd_vtysh);
29403 4 : install_element(ISIS_NODE, &set_overload_bit_cmd_vtysh);
29404 4 : install_element(ISIS_NODE, &set_overload_bit_on_startup_cmd_vtysh);
29405 4 : install_element(ISIS_NODE, &spf_delay_ietf_cmd_vtysh);
29406 4 : install_element(ISIS_NODE, &spf_interval_cmd_vtysh);
29407 4 : install_element(ISIS_NODE, &spf_prefix_priority_cmd_vtysh);
29408 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
29409 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_month_day_cmd_vtysh);
29410 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_duration_day_month_cmd_vtysh);
29411 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_duration_month_day_cmd_vtysh);
29412 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_infinite_day_month_cmd_vtysh);
29413 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_infinite_month_day_cmd_vtysh);
29414 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_month_day_day_month_cmd_vtysh);
29415 4 : install_element(KEYCHAIN_KEY_NODE, &accept_lifetime_month_day_month_day_cmd_vtysh);
29416 4 : install_element(KEYCHAIN_KEY_NODE, &cryptographic_algorithm_cmd_vtysh);
29417 4 : install_element(KEYCHAIN_KEY_NODE, &key_string_cmd_vtysh);
29418 4 : install_element(KEYCHAIN_KEY_NODE, &no_accept_lifetime_cmd_vtysh);
29419 4 : install_element(KEYCHAIN_KEY_NODE, &no_cryptographic_algorithm_cmd_vtysh);
29420 4 : install_element(KEYCHAIN_KEY_NODE, &no_key_chain_cmd_vtysh);
29421 4 : install_element(KEYCHAIN_KEY_NODE, &no_key_cmd_vtysh);
29422 4 : install_element(KEYCHAIN_KEY_NODE, &no_key_string_cmd_vtysh);
29423 4 : install_element(KEYCHAIN_KEY_NODE, &no_send_lifetime_cmd_vtysh);
29424 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_day_month_day_month_cmd_vtysh);
29425 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_day_month_month_day_cmd_vtysh);
29426 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_duration_day_month_cmd_vtysh);
29427 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_duration_month_day_cmd_vtysh);
29428 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_infinite_day_month_cmd_vtysh);
29429 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_infinite_month_day_cmd_vtysh);
29430 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_month_day_day_month_cmd_vtysh);
29431 4 : install_element(KEYCHAIN_KEY_NODE, &send_lifetime_month_day_month_day_cmd_vtysh);
29432 4 : install_element(KEYCHAIN_NODE, &no_key_chain_cmd_vtysh);
29433 4 : install_element(KEYCHAIN_NODE, &no_key_cmd_vtysh);
29434 4 : install_element(LDP_IPV4_IFACE_NODE, &ldp_discovery_link_holdtime_cmd_vtysh);
29435 4 : install_element(LDP_IPV4_IFACE_NODE, &ldp_discovery_link_interval_cmd_vtysh);
29436 4 : install_element(LDP_IPV4_NODE, &ldp_discovery_link_holdtime_cmd_vtysh);
29437 4 : install_element(LDP_IPV4_NODE, &ldp_discovery_link_interval_cmd_vtysh);
29438 4 : install_element(LDP_IPV4_NODE, &ldp_discovery_targeted_hello_accept_cmd_vtysh);
29439 4 : install_element(LDP_IPV4_NODE, &ldp_discovery_targeted_holdtime_cmd_vtysh);
29440 4 : install_element(LDP_IPV4_NODE, &ldp_discovery_targeted_interval_cmd_vtysh);
29441 4 : install_element(LDP_IPV4_NODE, &ldp_discovery_transport_address_ipv4_cmd_vtysh);
29442 4 : install_element(LDP_IPV4_NODE, &ldp_label_local_advertise_cmd_vtysh);
29443 4 : install_element(LDP_IPV4_NODE, &ldp_label_local_advertise_explicit_null_cmd_vtysh);
29444 4 : install_element(LDP_IPV4_NODE, &ldp_label_local_allocate_cmd_vtysh);
29445 4 : install_element(LDP_IPV4_NODE, &ldp_label_remote_accept_cmd_vtysh);
29446 4 : install_element(LDP_IPV4_NODE, &ldp_neighbor_ipv4_targeted_cmd_vtysh);
29447 4 : install_element(LDP_IPV4_NODE, &ldp_session_holdtime_cmd_vtysh);
29448 4 : install_element(LDP_IPV4_NODE, &ldp_ttl_security_disable_cmd_vtysh);
29449 4 : install_element(LDP_IPV4_NODE, &no_ldp_interface_cmd_vtysh);
29450 4 : install_element(LDP_IPV6_IFACE_NODE, &ldp_discovery_link_holdtime_cmd_vtysh);
29451 4 : install_element(LDP_IPV6_IFACE_NODE, &ldp_discovery_link_interval_cmd_vtysh);
29452 4 : install_element(LDP_IPV6_NODE, &ldp_discovery_link_holdtime_cmd_vtysh);
29453 4 : install_element(LDP_IPV6_NODE, &ldp_discovery_link_interval_cmd_vtysh);
29454 4 : install_element(LDP_IPV6_NODE, &ldp_discovery_targeted_hello_accept_cmd_vtysh);
29455 4 : install_element(LDP_IPV6_NODE, &ldp_discovery_targeted_holdtime_cmd_vtysh);
29456 4 : install_element(LDP_IPV6_NODE, &ldp_discovery_targeted_interval_cmd_vtysh);
29457 4 : install_element(LDP_IPV6_NODE, &ldp_discovery_transport_address_ipv6_cmd_vtysh);
29458 4 : install_element(LDP_IPV6_NODE, &ldp_label_local_advertise_cmd_vtysh);
29459 4 : install_element(LDP_IPV6_NODE, &ldp_label_local_advertise_explicit_null_cmd_vtysh);
29460 4 : install_element(LDP_IPV6_NODE, &ldp_label_local_allocate_cmd_vtysh);
29461 4 : install_element(LDP_IPV6_NODE, &ldp_label_remote_accept_cmd_vtysh);
29462 4 : install_element(LDP_IPV6_NODE, &ldp_neighbor_ipv6_targeted_cmd_vtysh);
29463 4 : install_element(LDP_IPV6_NODE, &ldp_session_holdtime_cmd_vtysh);
29464 4 : install_element(LDP_IPV6_NODE, &ldp_ttl_security_disable_cmd_vtysh);
29465 4 : install_element(LDP_IPV6_NODE, &no_ldp_interface_cmd_vtysh);
29466 4 : install_element(LDP_L2VPN_NODE, &ldp_bridge_cmd_vtysh);
29467 4 : install_element(LDP_L2VPN_NODE, &ldp_member_interface_cmd_vtysh);
29468 4 : install_element(LDP_L2VPN_NODE, &ldp_mtu_cmd_vtysh);
29469 4 : install_element(LDP_L2VPN_NODE, &ldp_vc_type_cmd_vtysh);
29470 4 : install_element(LDP_L2VPN_NODE, &no_ldp_member_pseudowire_cmd_vtysh);
29471 4 : install_element(LDP_NODE, &ldp_allow_broken_lsps_cmd_vtysh);
29472 4 : install_element(LDP_NODE, &ldp_discovery_link_holdtime_cmd_vtysh);
29473 4 : install_element(LDP_NODE, &ldp_discovery_link_interval_cmd_vtysh);
29474 4 : install_element(LDP_NODE, &ldp_discovery_targeted_holdtime_cmd_vtysh);
29475 4 : install_element(LDP_NODE, &ldp_discovery_targeted_interval_cmd_vtysh);
29476 4 : install_element(LDP_NODE, &ldp_dual_stack_cisco_interop_cmd_vtysh);
29477 4 : install_element(LDP_NODE, &ldp_dual_stack_transport_connection_prefer_ipv4_cmd_vtysh);
29478 4 : install_element(LDP_NODE, &ldp_neighbor_password_cmd_vtysh);
29479 4 : install_element(LDP_NODE, &ldp_neighbor_session_holdtime_cmd_vtysh);
29480 4 : install_element(LDP_NODE, &ldp_neighbor_ttl_security_cmd_vtysh);
29481 4 : install_element(LDP_NODE, &ldp_ordered_control_cmd_vtysh);
29482 4 : install_element(LDP_NODE, &ldp_router_id_cmd_vtysh);
29483 4 : install_element(LDP_NODE, &ldp_wait_for_sync_cmd_vtysh);
29484 4 : install_element(LDP_NODE, &no_ldp_address_family_cmd_vtysh);
29485 4 : install_element(LDP_PSEUDOWIRE_NODE, &ldp_control_word_cmd_vtysh);
29486 4 : install_element(LDP_PSEUDOWIRE_NODE, &ldp_neighbor_address_cmd_vtysh);
29487 4 : install_element(LDP_PSEUDOWIRE_NODE, &ldp_neighbor_lsr_id_cmd_vtysh);
29488 4 : install_element(LDP_PSEUDOWIRE_NODE, &ldp_pw_id_cmd_vtysh);
29489 4 : install_element(LDP_PSEUDOWIRE_NODE, &ldp_pw_status_disable_cmd_vtysh);
29490 4 : install_element(LINK_PARAMS_NODE, &link_params_admin_grp_cmd_vtysh);
29491 4 : install_element(LINK_PARAMS_NODE, &link_params_ava_bw_cmd_vtysh);
29492 4 : install_element(LINK_PARAMS_NODE, &link_params_delay_cmd_vtysh);
29493 4 : install_element(LINK_PARAMS_NODE, &link_params_delay_var_cmd_vtysh);
29494 4 : install_element(LINK_PARAMS_NODE, &link_params_enable_cmd_vtysh);
29495 4 : install_element(LINK_PARAMS_NODE, &link_params_inter_as_cmd_vtysh);
29496 4 : install_element(LINK_PARAMS_NODE, &link_params_max_rsv_bw_cmd_vtysh);
29497 4 : install_element(LINK_PARAMS_NODE, &link_params_maxbw_cmd_vtysh);
29498 4 : install_element(LINK_PARAMS_NODE, &link_params_metric_cmd_vtysh);
29499 4 : install_element(LINK_PARAMS_NODE, &link_params_pkt_loss_cmd_vtysh);
29500 4 : install_element(LINK_PARAMS_NODE, &link_params_res_bw_cmd_vtysh);
29501 4 : install_element(LINK_PARAMS_NODE, &link_params_unrsv_bw_cmd_vtysh);
29502 4 : install_element(LINK_PARAMS_NODE, &link_params_use_bw_cmd_vtysh);
29503 4 : install_element(LINK_PARAMS_NODE, &no_link_params_admin_grp_cmd_vtysh);
29504 4 : install_element(LINK_PARAMS_NODE, &no_link_params_ava_bw_cmd_vtysh);
29505 4 : install_element(LINK_PARAMS_NODE, &no_link_params_delay_cmd_vtysh);
29506 4 : install_element(LINK_PARAMS_NODE, &no_link_params_delay_var_cmd_vtysh);
29507 4 : install_element(LINK_PARAMS_NODE, &no_link_params_enable_cmd_vtysh);
29508 4 : install_element(LINK_PARAMS_NODE, &no_link_params_inter_as_cmd_vtysh);
29509 4 : install_element(LINK_PARAMS_NODE, &no_link_params_metric_cmd_vtysh);
29510 4 : install_element(LINK_PARAMS_NODE, &no_link_params_pkt_loss_cmd_vtysh);
29511 4 : install_element(LINK_PARAMS_NODE, &no_link_params_res_bw_cmd_vtysh);
29512 4 : install_element(LINK_PARAMS_NODE, &no_link_params_use_bw_cmd_vtysh);
29513 4 : install_element(NH_GROUP_NODE, &ecmp_nexthops_cmd_vtysh);
29514 4 : install_element(NH_GROUP_NODE, &nexthop_group_backup_cmd_vtysh);
29515 4 : install_element(NH_GROUP_NODE, &nexthop_group_resilience_cmd_vtysh);
29516 4 : install_element(NH_GROUP_NODE, &no_nexthop_group_backup_cmd_vtysh);
29517 4 : install_element(NH_GROUP_NODE, &no_nexthop_group_resilience_cmd_vtysh);
29518 4 : install_element(OPENFABRIC_NODE, &fabricd_area_lsp_mtu_cmd_vtysh);
29519 4 : install_element(OPENFABRIC_NODE, &fabricd_area_purge_originator_cmd_vtysh);
29520 4 : install_element(OPENFABRIC_NODE, &fabricd_domain_passwd_cmd_vtysh);
29521 4 : install_element(OPENFABRIC_NODE, &fabricd_fabric_tier_cmd_vtysh);
29522 4 : install_element(OPENFABRIC_NODE, &fabricd_isis_default_originate_cmd_vtysh);
29523 4 : install_element(OPENFABRIC_NODE, &fabricd_isis_redistribute_cmd_vtysh);
29524 4 : install_element(OPENFABRIC_NODE, &fabricd_isis_topology_cmd_vtysh);
29525 4 : install_element(OPENFABRIC_NODE, &fabricd_log_adj_changes_cmd_vtysh);
29526 4 : install_element(OPENFABRIC_NODE, &fabricd_lsp_gen_interval_cmd_vtysh);
29527 4 : install_element(OPENFABRIC_NODE, &fabricd_lsp_refresh_interval_cmd_vtysh);
29528 4 : install_element(OPENFABRIC_NODE, &fabricd_max_lsp_lifetime_cmd_vtysh);
29529 4 : install_element(OPENFABRIC_NODE, &fabricd_net_cmd_vtysh);
29530 4 : install_element(OPENFABRIC_NODE, &fabricd_no_area_lsp_mtu_cmd_vtysh);
29531 4 : install_element(OPENFABRIC_NODE, &fabricd_no_domain_passwd_cmd_vtysh);
29532 4 : install_element(OPENFABRIC_NODE, &fabricd_no_fabric_tier_cmd_vtysh);
29533 4 : install_element(OPENFABRIC_NODE, &fabricd_no_isis_default_originate_cmd_vtysh);
29534 4 : install_element(OPENFABRIC_NODE, &fabricd_no_isis_redistribute_cmd_vtysh);
29535 4 : install_element(OPENFABRIC_NODE, &fabricd_no_isis_topology_cmd_vtysh);
29536 4 : install_element(OPENFABRIC_NODE, &fabricd_no_log_adj_changes_cmd_vtysh);
29537 4 : install_element(OPENFABRIC_NODE, &fabricd_no_lsp_gen_interval_cmd_vtysh);
29538 4 : install_element(OPENFABRIC_NODE, &fabricd_no_lsp_refresh_interval_cmd_vtysh);
29539 4 : install_element(OPENFABRIC_NODE, &fabricd_no_max_lsp_lifetime_cmd_vtysh);
29540 4 : install_element(OPENFABRIC_NODE, &fabricd_no_net_cmd_vtysh);
29541 4 : install_element(OPENFABRIC_NODE, &fabricd_no_set_overload_bit_cmd_vtysh);
29542 4 : install_element(OPENFABRIC_NODE, &fabricd_no_spf_delay_ietf_cmd_vtysh);
29543 4 : install_element(OPENFABRIC_NODE, &fabricd_no_spf_interval_cmd_vtysh);
29544 4 : install_element(OPENFABRIC_NODE, &fabricd_no_triggered_csnp_cmd_vtysh);
29545 4 : install_element(OPENFABRIC_NODE, &fabricd_set_overload_bit_cmd_vtysh);
29546 4 : install_element(OPENFABRIC_NODE, &fabricd_spf_delay_ietf_cmd_vtysh);
29547 4 : install_element(OPENFABRIC_NODE, &fabricd_spf_interval_cmd_vtysh);
29548 4 : install_element(OPENFABRIC_NODE, &fabricd_triggered_csnp_cmd_vtysh);
29549 4 : install_element(OSPF6_NODE, &area_export_list_cmd_vtysh);
29550 4 : install_element(OSPF6_NODE, &area_filter_list_cmd_vtysh);
29551 4 : install_element(OSPF6_NODE, &area_import_list_cmd_vtysh);
29552 4 : install_element(OSPF6_NODE, &area_nssa_range_cmd_vtysh);
29553 4 : install_element(OSPF6_NODE, &area_range_cmd_vtysh);
29554 4 : install_element(OSPF6_NODE, &auto_cost_reference_bandwidth_cmd_vtysh);
29555 4 : install_element(OSPF6_NODE, &no_area_export_list_cmd_vtysh);
29556 4 : install_element(OSPF6_NODE, &no_area_filter_list_cmd_vtysh);
29557 4 : install_element(OSPF6_NODE, &no_area_import_list_cmd_vtysh);
29558 4 : install_element(OSPF6_NODE, &no_area_nssa_range_cmd_vtysh);
29559 4 : install_element(OSPF6_NODE, &no_area_range_cmd_vtysh);
29560 4 : install_element(OSPF6_NODE, &no_auto_cost_reference_bandwidth_cmd_vtysh);
29561 4 : install_element(OSPF6_NODE, &no_ospf6_area_nssa_cmd_vtysh);
29562 4 : install_element(OSPF6_NODE, &no_ospf6_area_stub_cmd_vtysh);
29563 4 : install_element(OSPF6_NODE, &no_ospf6_area_stub_no_summary_cmd_vtysh);
29564 4 : install_element(OSPF6_NODE, &no_ospf6_default_information_originate_cmd_vtysh);
29565 4 : install_element(OSPF6_NODE, &no_ospf6_distance_cmd_vtysh);
29566 4 : install_element(OSPF6_NODE, &no_ospf6_distance_ospf6_cmd_vtysh);
29567 4 : install_element(OSPF6_NODE, &no_ospf6_external_route_aggregation_cmd_vtysh);
29568 4 : install_element(OSPF6_NODE, &no_ospf6_external_route_aggregation_no_advertise_cmd_vtysh);
29569 4 : install_element(OSPF6_NODE, &no_ospf6_gr_helper_disable_lsacheck_cmd_vtysh);
29570 4 : install_element(OSPF6_NODE, &no_ospf6_gr_helper_planned_only_cmd_vtysh);
29571 4 : install_element(OSPF6_NODE, &no_ospf6_gr_helper_supported_grace_time_cmd_vtysh);
29572 4 : install_element(OSPF6_NODE, &no_ospf6_interface_area_cmd_vtysh);
29573 4 : install_element(OSPF6_NODE, &no_ospf6_log_adjacency_changes_cmd_vtysh);
29574 4 : install_element(OSPF6_NODE, &no_ospf6_log_adjacency_changes_detail_cmd_vtysh);
29575 4 : install_element(OSPF6_NODE, &no_ospf6_max_multipath_cmd_vtysh);
29576 4 : install_element(OSPF6_NODE, &no_ospf6_redistribute_cmd_vtysh);
29577 4 : install_element(OSPF6_NODE, &no_ospf6_route_aggregation_timer_cmd_vtysh);
29578 4 : install_element(OSPF6_NODE, &no_ospf6_router_id_cmd_vtysh);
29579 4 : install_element(OSPF6_NODE, &no_ospf6_stub_router_admin_cmd_vtysh);
29580 4 : install_element(OSPF6_NODE, &no_ospf6_timers_lsa_cmd_vtysh);
29581 4 : install_element(OSPF6_NODE, &no_ospf6_timers_throttle_spf_cmd_vtysh);
29582 4 : install_element(OSPF6_NODE, &no_ospf6_write_multiplier_cmd_vtysh);
29583 4 : install_element(OSPF6_NODE, &ospf6_area_nssa_cmd_vtysh);
29584 4 : install_element(OSPF6_NODE, &ospf6_area_stub_cmd_vtysh);
29585 4 : install_element(OSPF6_NODE, &ospf6_area_stub_no_summary_cmd_vtysh);
29586 4 : install_element(OSPF6_NODE, &ospf6_default_route_originate_cmd_vtysh);
29587 4 : install_element(OSPF6_NODE, &ospf6_distance_cmd_vtysh);
29588 4 : install_element(OSPF6_NODE, &ospf6_distance_ospf6_cmd_vtysh);
29589 4 : install_element(OSPF6_NODE, &ospf6_external_route_aggregation_cmd_vtysh);
29590 4 : install_element(OSPF6_NODE, &ospf6_external_route_aggregation_no_advertise_cmd_vtysh);
29591 4 : install_element(OSPF6_NODE, &ospf6_gr_helper_disable_cmd_vtysh);
29592 4 : install_element(OSPF6_NODE, &ospf6_gr_helper_disable_lsacheck_cmd_vtysh);
29593 4 : install_element(OSPF6_NODE, &ospf6_gr_helper_enable_cmd_vtysh);
29594 4 : install_element(OSPF6_NODE, &ospf6_gr_helper_planned_only_cmd_vtysh);
29595 4 : install_element(OSPF6_NODE, &ospf6_gr_helper_supported_grace_time_cmd_vtysh);
29596 4 : install_element(OSPF6_NODE, &ospf6_graceful_restart_cmd_vtysh);
29597 4 : install_element(OSPF6_NODE, &ospf6_interface_area_cmd_vtysh);
29598 4 : install_element(OSPF6_NODE, &ospf6_log_adjacency_changes_cmd_vtysh);
29599 4 : install_element(OSPF6_NODE, &ospf6_log_adjacency_changes_detail_cmd_vtysh);
29600 4 : install_element(OSPF6_NODE, &ospf6_max_multipath_cmd_vtysh);
29601 4 : install_element(OSPF6_NODE, &ospf6_no_graceful_restart_cmd_vtysh);
29602 4 : install_element(OSPF6_NODE, &ospf6_redistribute_cmd_vtysh);
29603 4 : install_element(OSPF6_NODE, &ospf6_route_aggregation_timer_cmd_vtysh);
29604 4 : install_element(OSPF6_NODE, &ospf6_router_id_cmd_vtysh);
29605 4 : install_element(OSPF6_NODE, &ospf6_send_extra_data_cmd_vtysh);
29606 4 : install_element(OSPF6_NODE, &ospf6_stub_router_admin_cmd_vtysh);
29607 4 : install_element(OSPF6_NODE, &ospf6_timers_lsa_cmd_vtysh);
29608 4 : install_element(OSPF6_NODE, &ospf6_timers_throttle_spf_cmd_vtysh);
29609 4 : install_element(OSPF6_NODE, &ospf6_vlink_config_cmd_vtysh);
29610 4 : install_element(OSPF6_NODE, &ospf6_write_multiplier_cmd_vtysh);
29611 4 : install_element(OSPF_NODE, &capability_opaque_cmd_vtysh);
29612 4 : install_element(OSPF_NODE, &graceful_restart_cmd_vtysh);
29613 4 : install_element(OSPF_NODE, &no_capability_opaque_cmd_vtysh);
29614 4 : install_element(OSPF_NODE, &no_graceful_restart_cmd_vtysh);
29615 4 : install_element(OSPF_NODE, &no_ospf_abr_type_cmd_vtysh);
29616 4 : install_element(OSPF_NODE, &no_ospf_area_authentication_cmd_vtysh);
29617 4 : install_element(OSPF_NODE, &no_ospf_area_default_cost_cmd_vtysh);
29618 4 : install_element(OSPF_NODE, &no_ospf_area_export_list_cmd_vtysh);
29619 4 : install_element(OSPF_NODE, &no_ospf_area_filter_list_cmd_vtysh);
29620 4 : install_element(OSPF_NODE, &no_ospf_area_import_list_cmd_vtysh);
29621 4 : install_element(OSPF_NODE, &no_ospf_area_nssa_cmd_vtysh);
29622 4 : install_element(OSPF_NODE, &no_ospf_area_nssa_no_summary_cmd_vtysh);
29623 4 : install_element(OSPF_NODE, &no_ospf_area_nssa_suppress_fa_cmd_vtysh);
29624 4 : install_element(OSPF_NODE, &no_ospf_area_range_cmd_vtysh);
29625 4 : install_element(OSPF_NODE, &no_ospf_area_range_substitute_cmd_vtysh);
29626 4 : install_element(OSPF_NODE, &no_ospf_area_shortcut_cmd_vtysh);
29627 4 : install_element(OSPF_NODE, &no_ospf_area_stub_cmd_vtysh);
29628 4 : install_element(OSPF_NODE, &no_ospf_area_stub_no_summary_cmd_vtysh);
29629 4 : install_element(OSPF_NODE, &no_ospf_area_vlink_cmd_vtysh);
29630 4 : install_element(OSPF_NODE, &no_ospf_area_vlink_intervals_cmd_vtysh);
29631 4 : install_element(OSPF_NODE, &no_ospf_auto_cost_reference_bandwidth_cmd_vtysh);
29632 4 : install_element(OSPF_NODE, &no_ospf_compatible_rfc1583_cmd_vtysh);
29633 4 : install_element(OSPF_NODE, &no_ospf_default_information_originate_cmd_vtysh);
29634 4 : install_element(OSPF_NODE, &no_ospf_default_metric_cmd_vtysh);
29635 4 : install_element(OSPF_NODE, &no_ospf_distance_cmd_vtysh);
29636 4 : install_element(OSPF_NODE, &no_ospf_distance_ospf_cmd_vtysh);
29637 4 : install_element(OSPF_NODE, &no_ospf_distribute_list_out_cmd_vtysh);
29638 4 : install_element(OSPF_NODE, &no_ospf_external_route_aggregation_cmd_vtysh);
29639 4 : install_element(OSPF_NODE, &no_ospf_external_route_aggregation_no_adrvertise_cmd_vtysh);
29640 4 : install_element(OSPF_NODE, &no_ospf_gr_helper_enable_cmd_vtysh);
29641 4 : install_element(OSPF_NODE, &no_ospf_gr_helper_enable_lsacheck_cmd_vtysh);
29642 4 : install_element(OSPF_NODE, &no_ospf_gr_helper_planned_only_cmd_vtysh);
29643 4 : install_element(OSPF_NODE, &no_ospf_gr_helper_supported_grace_time_cmd_vtysh);
29644 4 : install_element(OSPF_NODE, &no_ospf_log_adjacency_changes_cmd_vtysh);
29645 4 : install_element(OSPF_NODE, &no_ospf_log_adjacency_changes_detail_cmd_vtysh);
29646 4 : install_element(OSPF_NODE, &no_ospf_max_metric_router_lsa_admin_cmd_vtysh);
29647 4 : install_element(OSPF_NODE, &no_ospf_max_metric_router_lsa_shutdown_cmd_vtysh);
29648 4 : install_element(OSPF_NODE, &no_ospf_max_metric_router_lsa_startup_cmd_vtysh);
29649 4 : install_element(OSPF_NODE, &no_ospf_max_multipath_cmd_vtysh);
29650 4 : install_element(OSPF_NODE, &no_ospf_mpls_ldp_sync_cmd_vtysh);
29651 4 : install_element(OSPF_NODE, &no_ospf_mpls_ldp_sync_holddown_cmd_vtysh);
29652 4 : install_element(OSPF_NODE, &no_ospf_mpls_te_cmd_vtysh);
29653 4 : install_element(OSPF_NODE, &no_ospf_mpls_te_export_cmd_vtysh);
29654 4 : install_element(OSPF_NODE, &no_ospf_mpls_te_inter_as_cmd_vtysh);
29655 4 : install_element(OSPF_NODE, &no_ospf_neighbor_cmd_vtysh);
29656 4 : install_element(OSPF_NODE, &no_ospf_neighbor_poll_cmd_vtysh);
29657 4 : install_element(OSPF_NODE, &no_ospf_network_area_cmd_vtysh);
29658 4 : install_element(OSPF_NODE, &no_ospf_opaque_cmd_vtysh);
29659 4 : install_element(OSPF_NODE, &no_ospf_passive_interface_addr_cmd_vtysh);
29660 4 : install_element(OSPF_NODE, &no_ospf_passive_interface_default_cmd_vtysh);
29661 4 : install_element(OSPF_NODE, &no_ospf_proactive_arp_cmd_vtysh);
29662 4 : install_element(OSPF_NODE, &no_ospf_redistribute_instance_source_cmd_vtysh);
29663 4 : install_element(OSPF_NODE, &no_ospf_redistribute_source_cmd_vtysh);
29664 4 : install_element(OSPF_NODE, &no_ospf_refresh_timer_val_cmd_vtysh);
29665 4 : install_element(OSPF_NODE, &no_ospf_rfc1583_flag_cmd_vtysh);
29666 4 : install_element(OSPF_NODE, &no_ospf_route_aggregation_timer_cmd_vtysh);
29667 4 : install_element(OSPF_NODE, &no_ospf_router_id_cmd_vtysh);
29668 4 : install_element(OSPF_NODE, &no_ospf_sr_enable_cmd_vtysh);
29669 4 : install_element(OSPF_NODE, &no_ospf_ti_lfa_cmd_vtysh);
29670 4 : install_element(OSPF_NODE, &no_ospf_timers_lsa_min_arrival_cmd_vtysh);
29671 4 : install_element(OSPF_NODE, &no_ospf_timers_min_ls_interval_cmd_vtysh);
29672 4 : install_element(OSPF_NODE, &no_ospf_timers_throttle_spf_cmd_vtysh);
29673 4 : install_element(OSPF_NODE, &no_ospf_write_multiplier_cmd_vtysh);
29674 4 : install_element(OSPF_NODE, &no_pce_address_cmd_vtysh);
29675 4 : install_element(OSPF_NODE, &no_pce_cap_flag_cmd_vtysh);
29676 4 : install_element(OSPF_NODE, &no_pce_domain_cmd_vtysh);
29677 4 : install_element(OSPF_NODE, &no_pce_neighbor_cmd_vtysh);
29678 4 : install_element(OSPF_NODE, &no_pce_path_scope_cmd_vtysh);
29679 4 : install_element(OSPF_NODE, &no_router_info_cmd_vtysh);
29680 4 : install_element(OSPF_NODE, &no_sr_global_label_range_cmd_vtysh);
29681 4 : install_element(OSPF_NODE, &no_sr_node_msd_cmd_vtysh);
29682 4 : install_element(OSPF_NODE, &no_sr_prefix_sid_cmd_vtysh);
29683 4 : install_element(OSPF_NODE, &no_write_multiplier_cmd_vtysh);
29684 4 : install_element(OSPF_NODE, &ospf_abr_type_cmd_vtysh);
29685 4 : install_element(OSPF_NODE, &ospf_area_authentication_cmd_vtysh);
29686 4 : install_element(OSPF_NODE, &ospf_area_authentication_message_digest_cmd_vtysh);
29687 4 : install_element(OSPF_NODE, &ospf_area_default_cost_cmd_vtysh);
29688 4 : install_element(OSPF_NODE, &ospf_area_export_list_cmd_vtysh);
29689 4 : install_element(OSPF_NODE, &ospf_area_filter_list_cmd_vtysh);
29690 4 : install_element(OSPF_NODE, &ospf_area_import_list_cmd_vtysh);
29691 4 : install_element(OSPF_NODE, &ospf_area_nssa_cmd_vtysh);
29692 4 : install_element(OSPF_NODE, &ospf_area_nssa_no_summary_cmd_vtysh);
29693 4 : install_element(OSPF_NODE, &ospf_area_nssa_suppress_fa_cmd_vtysh);
29694 4 : install_element(OSPF_NODE, &ospf_area_nssa_translate_cmd_vtysh);
29695 4 : install_element(OSPF_NODE, &ospf_area_range_cmd_vtysh);
29696 4 : install_element(OSPF_NODE, &ospf_area_range_cost_cmd_vtysh);
29697 4 : install_element(OSPF_NODE, &ospf_area_range_not_advertise_cmd_vtysh);
29698 4 : install_element(OSPF_NODE, &ospf_area_shortcut_cmd_vtysh);
29699 4 : install_element(OSPF_NODE, &ospf_area_stub_cmd_vtysh);
29700 4 : install_element(OSPF_NODE, &ospf_area_stub_no_summary_cmd_vtysh);
29701 4 : install_element(OSPF_NODE, &ospf_area_vlink_cmd_vtysh);
29702 4 : install_element(OSPF_NODE, &ospf_area_vlink_intervals_cmd_vtysh);
29703 4 : install_element(OSPF_NODE, &ospf_auto_cost_reference_bandwidth_cmd_vtysh);
29704 4 : install_element(OSPF_NODE, &ospf_compatible_rfc1583_cmd_vtysh);
29705 4 : install_element(OSPF_NODE, &ospf_default_information_originate_cmd_vtysh);
29706 4 : install_element(OSPF_NODE, &ospf_default_metric_cmd_vtysh);
29707 4 : install_element(OSPF_NODE, &ospf_distance_cmd_vtysh);
29708 4 : install_element(OSPF_NODE, &ospf_distance_ospf_cmd_vtysh);
29709 4 : install_element(OSPF_NODE, &ospf_distribute_list_out_cmd_vtysh);
29710 4 : install_element(OSPF_NODE, &ospf_external_route_aggregation_cmd_vtysh);
29711 4 : install_element(OSPF_NODE, &ospf_external_route_aggregation_no_adrvertise_cmd_vtysh);
29712 4 : install_element(OSPF_NODE, &ospf_gr_helper_enable_cmd_vtysh);
29713 4 : install_element(OSPF_NODE, &ospf_gr_helper_enable_lsacheck_cmd_vtysh);
29714 4 : install_element(OSPF_NODE, &ospf_gr_helper_planned_only_cmd_vtysh);
29715 4 : install_element(OSPF_NODE, &ospf_gr_helper_supported_grace_time_cmd_vtysh);
29716 4 : install_element(OSPF_NODE, &ospf_log_adjacency_changes_cmd_vtysh);
29717 4 : install_element(OSPF_NODE, &ospf_log_adjacency_changes_detail_cmd_vtysh);
29718 4 : install_element(OSPF_NODE, &ospf_lsa_refresh_timer_cmd_vtysh);
29719 4 : install_element(OSPF_NODE, &ospf_max_metric_router_lsa_admin_cmd_vtysh);
29720 4 : install_element(OSPF_NODE, &ospf_max_metric_router_lsa_shutdown_cmd_vtysh);
29721 4 : install_element(OSPF_NODE, &ospf_max_metric_router_lsa_startup_cmd_vtysh);
29722 4 : install_element(OSPF_NODE, &ospf_max_multipath_cmd_vtysh);
29723 4 : install_element(OSPF_NODE, &ospf_maxage_delay_timer_cmd_vtysh);
29724 4 : install_element(OSPF_NODE, &ospf_mpls_ldp_sync_cmd_vtysh);
29725 4 : install_element(OSPF_NODE, &ospf_mpls_ldp_sync_holddown_cmd_vtysh);
29726 4 : install_element(OSPF_NODE, &ospf_mpls_te_export_cmd_vtysh);
29727 4 : install_element(OSPF_NODE, &ospf_mpls_te_inter_as_area_cmd_vtysh);
29728 4 : install_element(OSPF_NODE, &ospf_mpls_te_inter_as_cmd_vtysh);
29729 4 : install_element(OSPF_NODE, &ospf_mpls_te_on_cmd_vtysh);
29730 4 : install_element(OSPF_NODE, &ospf_mpls_te_router_addr_cmd_vtysh);
29731 4 : install_element(OSPF_NODE, &ospf_neighbor_cmd_vtysh);
29732 4 : install_element(OSPF_NODE, &ospf_neighbor_poll_interval_cmd_vtysh);
29733 4 : install_element(OSPF_NODE, &ospf_network_area_cmd_vtysh);
29734 4 : install_element(OSPF_NODE, &ospf_opaque_cmd_vtysh);
29735 4 : install_element(OSPF_NODE, &ospf_passive_interface_addr_cmd_vtysh);
29736 4 : install_element(OSPF_NODE, &ospf_passive_interface_default_cmd_vtysh);
29737 4 : install_element(OSPF_NODE, &ospf_proactive_arp_cmd_vtysh);
29738 4 : install_element(OSPF_NODE, &ospf_redistribute_instance_source_cmd_vtysh);
29739 4 : install_element(OSPF_NODE, &ospf_redistribute_source_cmd_vtysh);
29740 4 : install_element(OSPF_NODE, &ospf_refresh_timer_cmd_vtysh);
29741 4 : install_element(OSPF_NODE, &ospf_rfc1583_flag_cmd_vtysh);
29742 4 : install_element(OSPF_NODE, &ospf_route_aggregation_timer_cmd_vtysh);
29743 4 : install_element(OSPF_NODE, &ospf_router_id_cmd_vtysh);
29744 4 : install_element(OSPF_NODE, &ospf_router_id_old_cmd_vtysh);
29745 4 : install_element(OSPF_NODE, &ospf_send_extra_data_cmd_vtysh);
29746 4 : install_element(OSPF_NODE, &ospf_sr_enable_cmd_vtysh);
29747 4 : install_element(OSPF_NODE, &ospf_ti_lfa_cmd_vtysh);
29748 4 : install_element(OSPF_NODE, &ospf_timers_lsa_min_arrival_cmd_vtysh);
29749 4 : install_element(OSPF_NODE, &ospf_timers_min_ls_interval_cmd_vtysh);
29750 4 : install_element(OSPF_NODE, &ospf_timers_throttle_spf_cmd_vtysh);
29751 4 : install_element(OSPF_NODE, &ospf_write_multiplier_cmd_vtysh);
29752 4 : install_element(OSPF_NODE, &pce_address_cmd_vtysh);
29753 4 : install_element(OSPF_NODE, &pce_cap_flag_cmd_vtysh);
29754 4 : install_element(OSPF_NODE, &pce_domain_cmd_vtysh);
29755 4 : install_element(OSPF_NODE, &pce_neighbor_cmd_vtysh);
29756 4 : install_element(OSPF_NODE, &pce_path_scope_cmd_vtysh);
29757 4 : install_element(OSPF_NODE, &router_info_area_cmd_vtysh);
29758 4 : install_element(OSPF_NODE, &sr_global_label_range_cmd_vtysh);
29759 4 : install_element(OSPF_NODE, &sr_node_msd_cmd_vtysh);
29760 4 : install_element(OSPF_NODE, &sr_prefix_sid_cmd_vtysh);
29761 4 : install_element(OSPF_NODE, &write_multiplier_cmd_vtysh);
29762 4 : install_element(PBRMAP_NODE, &no_pbr_map_nexthop_cmd_vtysh);
29763 4 : install_element(PBRMAP_NODE, &no_pbr_map_nexthop_group_cmd_vtysh);
29764 4 : install_element(PBRMAP_NODE, &no_pbr_map_vrf_cmd_vtysh);
29765 4 : install_element(PBRMAP_NODE, &pbr_map_action_pcp_cmd_vtysh);
29766 4 : install_element(PBRMAP_NODE, &pbr_map_action_queue_id_cmd_vtysh);
29767 4 : install_element(PBRMAP_NODE, &pbr_map_action_strip_vlan_cmd_vtysh);
29768 4 : install_element(PBRMAP_NODE, &pbr_map_action_vlan_id_cmd_vtysh);
29769 4 : install_element(PBRMAP_NODE, &pbr_map_match_dscp_cmd_vtysh);
29770 4 : install_element(PBRMAP_NODE, &pbr_map_match_dst_cmd_vtysh);
29771 4 : install_element(PBRMAP_NODE, &pbr_map_match_dst_port_cmd_vtysh);
29772 4 : install_element(PBRMAP_NODE, &pbr_map_match_ecn_cmd_vtysh);
29773 4 : install_element(PBRMAP_NODE, &pbr_map_match_ip_proto_cmd_vtysh);
29774 4 : install_element(PBRMAP_NODE, &pbr_map_match_mark_cmd_vtysh);
29775 4 : install_element(PBRMAP_NODE, &pbr_map_match_src_cmd_vtysh);
29776 4 : install_element(PBRMAP_NODE, &pbr_map_match_src_port_cmd_vtysh);
29777 4 : install_element(PBRMAP_NODE, &pbr_map_nexthop_cmd_vtysh);
29778 4 : install_element(PBRMAP_NODE, &pbr_map_nexthop_group_cmd_vtysh);
29779 4 : install_element(PBRMAP_NODE, &pbr_map_vrf_cmd_vtysh);
29780 4 : install_element(PCEP_NODE, &pcep_cli_no_pcc_cmd_vtysh);
29781 4 : install_element(PCEP_NODE, &pcep_cli_no_pce_cmd_vtysh);
29782 4 : install_element(PCEP_NODE, &pcep_cli_pcep_no_pce_config_cmd_vtysh);
29783 4 : install_element(PCEP_PCC_NODE, &pcep_cli_pcc_pcc_msd_cmd_vtysh);
29784 4 : install_element(PCEP_PCC_NODE, &pcep_cli_pcc_pcc_peer_cmd_vtysh);
29785 4 : install_element(PCEP_PCE_CONFIG_NODE, &pcep_cli_peer_pce_initiated_cmd_vtysh);
29786 4 : install_element(PCEP_PCE_CONFIG_NODE, &pcep_cli_peer_source_address_cmd_vtysh);
29787 4 : install_element(PCEP_PCE_CONFIG_NODE, &pcep_cli_peer_sr_draft07_cmd_vtysh);
29788 4 : install_element(PCEP_PCE_CONFIG_NODE, &pcep_cli_peer_tcp_md5_auth_cmd_vtysh);
29789 4 : install_element(PCEP_PCE_CONFIG_NODE, &pcep_cli_peer_timers_cmd_vtysh);
29790 4 : install_element(PCEP_PCE_NODE, &pcep_cli_peer_address_cmd_vtysh);
29791 4 : install_element(PCEP_PCE_NODE, &pcep_cli_peer_pce_initiated_cmd_vtysh);
29792 4 : install_element(PCEP_PCE_NODE, &pcep_cli_peer_pcep_pce_config_ref_cmd_vtysh);
29793 4 : install_element(PCEP_PCE_NODE, &pcep_cli_peer_source_address_cmd_vtysh);
29794 4 : install_element(PCEP_PCE_NODE, &pcep_cli_peer_sr_draft07_cmd_vtysh);
29795 4 : install_element(PCEP_PCE_NODE, &pcep_cli_peer_tcp_md5_auth_cmd_vtysh);
29796 4 : install_element(PCEP_PCE_NODE, &pcep_cli_peer_timers_cmd_vtysh);
29797 4 : install_element(PW_NODE, &pseudowire_control_word_cmd_vtysh);
29798 4 : install_element(PW_NODE, &pseudowire_labels_cmd_vtysh);
29799 4 : install_element(PW_NODE, &pseudowire_neighbor_cmd_vtysh);
29800 4 : install_element(RIPNG_NODE, &no_ripng_default_metric_cmd_vtysh);
29801 4 : install_element(RIPNG_NODE, &no_ripng_timers_cmd_vtysh);
29802 4 : install_element(RIPNG_NODE, &ripng_aggregate_address_cmd_vtysh);
29803 4 : install_element(RIPNG_NODE, &ripng_allow_ecmp_cmd_vtysh);
29804 4 : install_element(RIPNG_NODE, &ripng_default_information_originate_cmd_vtysh);
29805 4 : install_element(RIPNG_NODE, &ripng_default_metric_cmd_vtysh);
29806 4 : install_element(RIPNG_NODE, &ripng_ipv6_distribute_list_cmd_vtysh);
29807 4 : install_element(RIPNG_NODE, &ripng_network_if_cmd_vtysh);
29808 4 : install_element(RIPNG_NODE, &ripng_network_prefix_cmd_vtysh);
29809 4 : install_element(RIPNG_NODE, &ripng_no_ipv6_distribute_list_cmd_vtysh);
29810 4 : install_element(RIPNG_NODE, &ripng_offset_list_cmd_vtysh);
29811 4 : install_element(RIPNG_NODE, &ripng_passive_interface_cmd_vtysh);
29812 4 : install_element(RIPNG_NODE, &ripng_redistribute_cmd_vtysh);
29813 4 : install_element(RIPNG_NODE, &ripng_route_cmd_vtysh);
29814 4 : install_element(RIPNG_NODE, &ripng_timers_cmd_vtysh);
29815 4 : install_element(RIP_NODE, &if_rmap_cmd_vtysh);
29816 4 : install_element(RIP_NODE, &no_if_rmap_cmd_vtysh);
29817 4 : install_element(RIP_NODE, &no_rip_default_metric_cmd_vtysh);
29818 4 : install_element(RIP_NODE, &no_rip_distance_cmd_vtysh);
29819 4 : install_element(RIP_NODE, &no_rip_timers_cmd_vtysh);
29820 4 : install_element(RIP_NODE, &no_rip_version_cmd_vtysh);
29821 4 : install_element(RIP_NODE, &rip_allow_ecmp_cmd_vtysh);
29822 4 : install_element(RIP_NODE, &rip_default_information_originate_cmd_vtysh);
29823 4 : install_element(RIP_NODE, &rip_default_metric_cmd_vtysh);
29824 4 : install_element(RIP_NODE, &rip_distance_cmd_vtysh);
29825 4 : install_element(RIP_NODE, &rip_distance_source_cmd_vtysh);
29826 4 : install_element(RIP_NODE, &rip_distribute_list_cmd_vtysh);
29827 4 : install_element(RIP_NODE, &rip_neighbor_cmd_vtysh);
29828 4 : install_element(RIP_NODE, &rip_network_if_cmd_vtysh);
29829 4 : install_element(RIP_NODE, &rip_network_prefix_cmd_vtysh);
29830 4 : install_element(RIP_NODE, &rip_no_distribute_list_cmd_vtysh);
29831 4 : install_element(RIP_NODE, &rip_offset_list_cmd_vtysh);
29832 4 : install_element(RIP_NODE, &rip_passive_default_cmd_vtysh);
29833 4 : install_element(RIP_NODE, &rip_passive_interface_cmd_vtysh);
29834 4 : install_element(RIP_NODE, &rip_redistribute_cmd_vtysh);
29835 4 : install_element(RIP_NODE, &rip_route_cmd_vtysh);
29836 4 : install_element(RIP_NODE, &rip_timers_cmd_vtysh);
29837 4 : install_element(RIP_NODE, &rip_version_cmd_vtysh);
29838 4 : install_element(RMAP_NODE, &match_alias_cmd_vtysh);
29839 4 : install_element(RMAP_NODE, &match_aspath_cmd_vtysh);
29840 4 : install_element(RMAP_NODE, &match_community_cmd_vtysh);
29841 4 : install_element(RMAP_NODE, &match_ecommunity_cmd_vtysh);
29842 4 : install_element(RMAP_NODE, &match_evpn_default_route_cmd_vtysh);
29843 4 : install_element(RMAP_NODE, &match_evpn_rd_cmd_vtysh);
29844 4 : install_element(RMAP_NODE, &match_evpn_route_type_cmd_vtysh);
29845 4 : install_element(RMAP_NODE, &match_evpn_vni_cmd_vtysh);
29846 4 : install_element(RMAP_NODE, &match_interface_cmd_vtysh);
29847 4 : install_element(RMAP_NODE, &match_ip_address_cmd_vtysh);
29848 4 : install_element(RMAP_NODE, &match_ip_address_prefix_len_cmd_vtysh);
29849 4 : install_element(RMAP_NODE, &match_ip_address_prefix_list_cmd_vtysh);
29850 4 : install_element(RMAP_NODE, &match_ip_next_hop_cmd_vtysh);
29851 4 : install_element(RMAP_NODE, &match_ip_next_hop_prefix_list_cmd_vtysh);
29852 4 : install_element(RMAP_NODE, &match_ip_next_hop_type_cmd_vtysh);
29853 4 : install_element(RMAP_NODE, &match_ip_nexthop_prefix_len_cmd_vtysh);
29854 4 : install_element(RMAP_NODE, &match_ip_route_source_cmd_vtysh);
29855 4 : install_element(RMAP_NODE, &match_ip_route_source_prefix_list_cmd_vtysh);
29856 4 : install_element(RMAP_NODE, &match_ipv4_next_hop_cmd_vtysh);
29857 4 : install_element(RMAP_NODE, &match_ipv6_address_cmd_vtysh);
29858 4 : install_element(RMAP_NODE, &match_ipv6_address_prefix_len_cmd_vtysh);
29859 4 : install_element(RMAP_NODE, &match_ipv6_address_prefix_list_cmd_vtysh);
29860 4 : install_element(RMAP_NODE, &match_ipv6_next_hop_address_cmd_vtysh);
29861 4 : install_element(RMAP_NODE, &match_ipv6_next_hop_cmd_vtysh);
29862 4 : install_element(RMAP_NODE, &match_ipv6_next_hop_old_cmd_vtysh);
29863 4 : install_element(RMAP_NODE, &match_ipv6_next_hop_prefix_list_cmd_vtysh);
29864 4 : install_element(RMAP_NODE, &match_ipv6_next_hop_type_cmd_vtysh);
29865 4 : install_element(RMAP_NODE, &match_lcommunity_cmd_vtysh);
29866 4 : install_element(RMAP_NODE, &match_local_pref_cmd_vtysh);
29867 4 : install_element(RMAP_NODE, &match_mac_address_cmd_vtysh);
29868 4 : install_element(RMAP_NODE, &match_metric_cmd_vtysh);
29869 4 : install_element(RMAP_NODE, &match_origin_cmd_vtysh);
29870 4 : install_element(RMAP_NODE, &match_peer_cmd_vtysh);
29871 4 : install_element(RMAP_NODE, &match_peer_local_cmd_vtysh);
29872 4 : install_element(RMAP_NODE, &match_probability_cmd_vtysh);
29873 4 : install_element(RMAP_NODE, &match_rpki_cmd_vtysh);
29874 4 : install_element(RMAP_NODE, &match_rpki_extcommunity_cmd_vtysh);
29875 4 : install_element(RMAP_NODE, &match_source_instance_cmd_vtysh);
29876 4 : install_element(RMAP_NODE, &match_source_protocol_cmd_vtysh);
29877 4 : install_element(RMAP_NODE, &match_tag_cmd_vtysh);
29878 4 : install_element(RMAP_NODE, &match_vrl_source_vrf_cmd_vtysh);
29879 4 : install_element(RMAP_NODE, &no_match_alias_cmd_vtysh);
29880 4 : install_element(RMAP_NODE, &no_match_aspath_cmd_vtysh);
29881 4 : install_element(RMAP_NODE, &no_match_community_cmd_vtysh);
29882 4 : install_element(RMAP_NODE, &no_match_ecommunity_cmd_vtysh);
29883 4 : install_element(RMAP_NODE, &no_match_evpn_default_route_cmd_vtysh);
29884 4 : install_element(RMAP_NODE, &no_match_evpn_rd_cmd_vtysh);
29885 4 : install_element(RMAP_NODE, &no_match_evpn_route_type_cmd_vtysh);
29886 4 : install_element(RMAP_NODE, &no_match_evpn_vni_cmd_vtysh);
29887 4 : install_element(RMAP_NODE, &no_match_interface_cmd_vtysh);
29888 4 : install_element(RMAP_NODE, &no_match_ip_address_cmd_vtysh);
29889 4 : install_element(RMAP_NODE, &no_match_ip_address_prefix_len_cmd_vtysh);
29890 4 : install_element(RMAP_NODE, &no_match_ip_address_prefix_list_cmd_vtysh);
29891 4 : install_element(RMAP_NODE, &no_match_ip_next_hop_cmd_vtysh);
29892 4 : install_element(RMAP_NODE, &no_match_ip_next_hop_prefix_list_cmd_vtysh);
29893 4 : install_element(RMAP_NODE, &no_match_ip_next_hop_type_cmd_vtysh);
29894 4 : install_element(RMAP_NODE, &no_match_ip_nexthop_prefix_len_cmd_vtysh);
29895 4 : install_element(RMAP_NODE, &no_match_ip_route_source_cmd_vtysh);
29896 4 : install_element(RMAP_NODE, &no_match_ip_route_source_prefix_list_cmd_vtysh);
29897 4 : install_element(RMAP_NODE, &no_match_ipv4_next_hop_cmd_vtysh);
29898 4 : install_element(RMAP_NODE, &no_match_ipv6_address_cmd_vtysh);
29899 4 : install_element(RMAP_NODE, &no_match_ipv6_address_prefix_len_cmd_vtysh);
29900 4 : install_element(RMAP_NODE, &no_match_ipv6_address_prefix_list_cmd_vtysh);
29901 4 : install_element(RMAP_NODE, &no_match_ipv6_next_hop_address_cmd_vtysh);
29902 4 : install_element(RMAP_NODE, &no_match_ipv6_next_hop_cmd_vtysh);
29903 4 : install_element(RMAP_NODE, &no_match_ipv6_next_hop_old_cmd_vtysh);
29904 4 : install_element(RMAP_NODE, &no_match_ipv6_next_hop_prefix_list_cmd_vtysh);
29905 4 : install_element(RMAP_NODE, &no_match_ipv6_next_hop_type_cmd_vtysh);
29906 4 : install_element(RMAP_NODE, &no_match_lcommunity_cmd_vtysh);
29907 4 : install_element(RMAP_NODE, &no_match_local_pref_cmd_vtysh);
29908 4 : install_element(RMAP_NODE, &no_match_mac_address_cmd_vtysh);
29909 4 : install_element(RMAP_NODE, &no_match_metric_cmd_vtysh);
29910 4 : install_element(RMAP_NODE, &no_match_origin_cmd_vtysh);
29911 4 : install_element(RMAP_NODE, &no_match_peer_cmd_vtysh);
29912 4 : install_element(RMAP_NODE, &no_match_probability_cmd_vtysh);
29913 4 : install_element(RMAP_NODE, &no_match_rpki_cmd_vtysh);
29914 4 : install_element(RMAP_NODE, &no_match_source_instance_cmd_vtysh);
29915 4 : install_element(RMAP_NODE, &no_match_source_protocol_cmd_vtysh);
29916 4 : install_element(RMAP_NODE, &no_match_tag_cmd_vtysh);
29917 4 : install_element(RMAP_NODE, &no_match_vrl_source_vrf_cmd_vtysh);
29918 4 : install_element(RMAP_NODE, &no_rmap_call_cmd_vtysh);
29919 4 : install_element(RMAP_NODE, &no_rmap_continue_cmd_vtysh);
29920 4 : install_element(RMAP_NODE, &no_rmap_description_cmd_vtysh);
29921 4 : install_element(RMAP_NODE, &no_rmap_onmatch_goto_cmd_vtysh);
29922 4 : install_element(RMAP_NODE, &no_rmap_onmatch_next_cmd_vtysh);
29923 4 : install_element(RMAP_NODE, &no_set_aggregator_as_cmd_vtysh);
29924 4 : install_element(RMAP_NODE, &no_set_aigp_metric_cmd_vtysh);
29925 4 : install_element(RMAP_NODE, &no_set_aspath_exclude_all_cmd_vtysh);
29926 4 : install_element(RMAP_NODE, &no_set_aspath_exclude_cmd_vtysh);
29927 4 : install_element(RMAP_NODE, &no_set_aspath_prepend_cmd_vtysh);
29928 4 : install_element(RMAP_NODE, &no_set_aspath_prepend_lastas_cmd_vtysh);
29929 4 : install_element(RMAP_NODE, &no_set_aspath_replace_asn_cmd_vtysh);
29930 4 : install_element(RMAP_NODE, &no_set_atomic_aggregate_cmd_vtysh);
29931 4 : install_element(RMAP_NODE, &no_set_community_cmd_vtysh);
29932 4 : install_element(RMAP_NODE, &no_set_community_delete_cmd_vtysh);
29933 4 : install_element(RMAP_NODE, &no_set_community_short_cmd_vtysh);
29934 4 : install_element(RMAP_NODE, &no_set_distance_cmd_vtysh);
29935 4 : install_element(RMAP_NODE, &no_set_ecommunity_lb_cmd_vtysh);
29936 4 : install_element(RMAP_NODE, &no_set_ecommunity_lb_short_cmd_vtysh);
29937 4 : install_element(RMAP_NODE, &no_set_ecommunity_none_cmd_vtysh);
29938 4 : install_element(RMAP_NODE, &no_set_ecommunity_rt_cmd_vtysh);
29939 4 : install_element(RMAP_NODE, &no_set_ecommunity_rt_short_cmd_vtysh);
29940 4 : install_element(RMAP_NODE, &no_set_ecommunity_soo_cmd_vtysh);
29941 4 : install_element(RMAP_NODE, &no_set_ecommunity_soo_short_cmd_vtysh);
29942 4 : install_element(RMAP_NODE, &no_set_evpn_gw_ip_ipv4_cmd_vtysh);
29943 4 : install_element(RMAP_NODE, &no_set_evpn_gw_ip_ipv6_cmd_vtysh);
29944 4 : install_element(RMAP_NODE, &no_set_ip_nexthop_cmd_vtysh);
29945 4 : install_element(RMAP_NODE, &no_set_ipv6_nexthop_global_cmd_vtysh);
29946 4 : install_element(RMAP_NODE, &no_set_ipv6_nexthop_local_cmd_vtysh);
29947 4 : install_element(RMAP_NODE, &no_set_ipv6_nexthop_peer_cmd_vtysh);
29948 4 : install_element(RMAP_NODE, &no_set_ipv6_nexthop_prefer_global_cmd_vtysh);
29949 4 : install_element(RMAP_NODE, &no_set_ipx_vpn_nexthop_cmd_vtysh);
29950 4 : install_element(RMAP_NODE, &no_set_label_index_cmd_vtysh);
29951 4 : install_element(RMAP_NODE, &no_set_lcommunity1_cmd_vtysh);
29952 4 : install_element(RMAP_NODE, &no_set_lcommunity1_short_cmd_vtysh);
29953 4 : install_element(RMAP_NODE, &no_set_lcommunity_cmd_vtysh);
29954 4 : install_element(RMAP_NODE, &no_set_lcommunity_delete_cmd_vtysh);
29955 4 : install_element(RMAP_NODE, &no_set_lcommunity_delete_short_cmd_vtysh);
29956 4 : install_element(RMAP_NODE, &no_set_local_pref_cmd_vtysh);
29957 4 : install_element(RMAP_NODE, &no_set_metric_cmd_vtysh);
29958 4 : install_element(RMAP_NODE, &no_set_metric_type_cmd_vtysh);
29959 4 : install_element(RMAP_NODE, &no_set_origin_cmd_vtysh);
29960 4 : install_element(RMAP_NODE, &no_set_originator_id_cmd_vtysh);
29961 4 : install_element(RMAP_NODE, &no_set_src_cmd_vtysh);
29962 4 : install_element(RMAP_NODE, &no_set_srte_color_cmd_vtysh);
29963 4 : install_element(RMAP_NODE, &no_set_table_id_cmd_vtysh);
29964 4 : install_element(RMAP_NODE, &no_set_tag_cmd_vtysh);
29965 4 : install_element(RMAP_NODE, &no_set_weight_cmd_vtysh);
29966 4 : install_element(RMAP_NODE, &ospf6_routemap_no_set_forwarding_cmd_vtysh);
29967 4 : install_element(RMAP_NODE, &ospf6_routemap_set_forwarding_cmd_vtysh);
29968 4 : install_element(RMAP_NODE, &rmap_call_cmd_vtysh);
29969 4 : install_element(RMAP_NODE, &rmap_continue_cmd_vtysh);
29970 4 : install_element(RMAP_NODE, &rmap_description_cmd_vtysh);
29971 4 : install_element(RMAP_NODE, &rmap_onmatch_goto_cmd_vtysh);
29972 4 : install_element(RMAP_NODE, &rmap_onmatch_next_cmd_vtysh);
29973 4 : install_element(RMAP_NODE, &set_aggregator_as_cmd_vtysh);
29974 4 : install_element(RMAP_NODE, &set_aigp_metric_cmd_vtysh);
29975 4 : install_element(RMAP_NODE, &set_aspath_exclude_cmd_vtysh);
29976 4 : install_element(RMAP_NODE, &set_aspath_prepend_asn_cmd_vtysh);
29977 4 : install_element(RMAP_NODE, &set_aspath_prepend_lastas_cmd_vtysh);
29978 4 : install_element(RMAP_NODE, &set_aspath_replace_asn_cmd_vtysh);
29979 4 : install_element(RMAP_NODE, &set_atomic_aggregate_cmd_vtysh);
29980 4 : install_element(RMAP_NODE, &set_community_cmd_vtysh);
29981 4 : install_element(RMAP_NODE, &set_community_delete_cmd_vtysh);
29982 4 : install_element(RMAP_NODE, &set_community_none_cmd_vtysh);
29983 4 : install_element(RMAP_NODE, &set_distance_cmd_vtysh);
29984 4 : install_element(RMAP_NODE, &set_ecommunity_lb_cmd_vtysh);
29985 4 : install_element(RMAP_NODE, &set_ecommunity_none_cmd_vtysh);
29986 4 : install_element(RMAP_NODE, &set_ecommunity_rt_cmd_vtysh);
29987 4 : install_element(RMAP_NODE, &set_ecommunity_soo_cmd_vtysh);
29988 4 : install_element(RMAP_NODE, &set_evpn_gw_ip_ipv4_cmd_vtysh);
29989 4 : install_element(RMAP_NODE, &set_evpn_gw_ip_ipv6_cmd_vtysh);
29990 4 : install_element(RMAP_NODE, &set_ip_nexthop_cmd_vtysh);
29991 4 : install_element(RMAP_NODE, &set_ip_nexthop_peer_cmd_vtysh);
29992 4 : install_element(RMAP_NODE, &set_ip_nexthop_unchanged_cmd_vtysh);
29993 4 : install_element(RMAP_NODE, &set_ipv6_nexthop_global_cmd_vtysh);
29994 4 : install_element(RMAP_NODE, &set_ipv6_nexthop_local_cmd_vtysh);
29995 4 : install_element(RMAP_NODE, &set_ipv6_nexthop_peer_cmd_vtysh);
29996 4 : install_element(RMAP_NODE, &set_ipv6_nexthop_prefer_global_cmd_vtysh);
29997 4 : install_element(RMAP_NODE, &set_ipx_vpn_nexthop_cmd_vtysh);
29998 4 : install_element(RMAP_NODE, &set_l3vpn_nexthop_encapsulation_cmd_vtysh);
29999 4 : install_element(RMAP_NODE, &set_label_index_cmd_vtysh);
30000 4 : install_element(RMAP_NODE, &set_lcommunity_cmd_vtysh);
30001 4 : install_element(RMAP_NODE, &set_lcommunity_delete_cmd_vtysh);
30002 4 : install_element(RMAP_NODE, &set_lcommunity_none_cmd_vtysh);
30003 4 : install_element(RMAP_NODE, &set_local_pref_cmd_vtysh);
30004 4 : install_element(RMAP_NODE, &set_metric_cmd_vtysh);
30005 4 : install_element(RMAP_NODE, &set_metric_type_cmd_vtysh);
30006 4 : install_element(RMAP_NODE, &set_origin_cmd_vtysh);
30007 4 : install_element(RMAP_NODE, &set_originator_id_cmd_vtysh);
30008 4 : install_element(RMAP_NODE, &set_src_cmd_vtysh);
30009 4 : install_element(RMAP_NODE, &set_srte_color_cmd_vtysh);
30010 4 : install_element(RMAP_NODE, &set_table_id_cmd_vtysh);
30011 4 : install_element(RMAP_NODE, &set_tag_cmd_vtysh);
30012 4 : install_element(RMAP_NODE, &set_weight_cmd_vtysh);
30013 4 : install_element(RPKI_NODE, &no_rpki_cache_cmd_vtysh);
30014 4 : install_element(RPKI_NODE, &no_rpki_expire_interval_cmd_vtysh);
30015 4 : install_element(RPKI_NODE, &no_rpki_polling_period_cmd_vtysh);
30016 4 : install_element(RPKI_NODE, &no_rpki_retry_interval_cmd_vtysh);
30017 4 : install_element(RPKI_NODE, &rpki_cache_cmd_vtysh);
30018 4 : install_element(RPKI_NODE, &rpki_expire_interval_cmd_vtysh);
30019 4 : install_element(RPKI_NODE, &rpki_polling_period_cmd_vtysh);
30020 4 : install_element(RPKI_NODE, &rpki_reset_cmd_vtysh);
30021 4 : install_element(RPKI_NODE, &rpki_retry_interval_cmd_vtysh);
30022 4 : install_element(SEGMENT_ROUTING_NODE, &no_srv6_cmd_vtysh);
30023 4 : install_element(SRV6_LOCS_NODE, &no_srv6_locator_cmd_vtysh);
30024 4 : install_element(SRV6_LOC_NODE, &locator_behavior_cmd_vtysh);
30025 4 : install_element(SRV6_LOC_NODE, &locator_prefix_cmd_vtysh);
30026 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_affinity_filter_cmd_vtysh);
30027 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_bandwidth_cmd_vtysh);
30028 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_metric_cmd_vtysh);
30029 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_no_affinity_filter_cmd_vtysh);
30030 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_no_bandwidth_cmd_vtysh);
30031 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_no_metric_cmd_vtysh);
30032 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_no_objfun_cmd_vtysh);
30033 4 : install_element(SR_CANDIDATE_DYN_NODE, &srte_candidate_objfun_cmd_vtysh);
30034 4 : install_element(SR_POLICY_NODE, &srte_policy_binding_sid_cmd_vtysh);
30035 4 : install_element(SR_POLICY_NODE, &srte_policy_candidate_exp_cmd_vtysh);
30036 4 : install_element(SR_POLICY_NODE, &srte_policy_name_cmd_vtysh);
30037 4 : install_element(SR_POLICY_NODE, &srte_policy_no_binding_sid_cmd_vtysh);
30038 4 : install_element(SR_POLICY_NODE, &srte_policy_no_candidate_cmd_vtysh);
30039 4 : install_element(SR_POLICY_NODE, &srte_policy_no_name_cmd_vtysh);
30040 4 : install_element(SR_SEGMENT_LIST_NODE, &srte_segment_list_no_segment_cmd_vtysh);
30041 4 : install_element(SR_SEGMENT_LIST_NODE, &srte_segment_list_segment_cmd_vtysh);
30042 4 : install_element(SR_TRAFFIC_ENG_NODE, &no_path_ted_cmd_vtysh);
30043 4 : install_element(SR_TRAFFIC_ENG_NODE, &no_path_ted_import_cmd_vtysh);
30044 4 : install_element(SR_TRAFFIC_ENG_NODE, &path_ted_import_cmd_vtysh);
30045 4 : install_element(SR_TRAFFIC_ENG_NODE, &path_ted_on_cmd_vtysh);
30046 4 : install_element(SR_TRAFFIC_ENG_NODE, &srte_no_policy_cmd_vtysh);
30047 4 : install_element(SR_TRAFFIC_ENG_NODE, &srte_no_segment_list_cmd_vtysh);
30048 4 : install_element(VIEW_NODE, &debug_prefix_list_match_cmd_vtysh);
30049 4 : install_element(VIEW_NODE, &fabricd_show_database_cmd_vtysh);
30050 4 : install_element(VIEW_NODE, &fabricd_show_hostname_cmd_vtysh);
30051 4 : install_element(VIEW_NODE, &fabricd_show_isis_frr_summary_cmd_vtysh);
30052 4 : install_element(VIEW_NODE, &fabricd_show_isis_interface_arg_cmd_vtysh);
30053 4 : install_element(VIEW_NODE, &fabricd_show_isis_interface_cmd_vtysh);
30054 4 : install_element(VIEW_NODE, &fabricd_show_isis_interface_detail_cmd_vtysh);
30055 4 : install_element(VIEW_NODE, &fabricd_show_isis_mpls_ldp_interface_cmd_vtysh);
30056 4 : install_element(VIEW_NODE, &fabricd_show_isis_neighbor_arg_cmd_vtysh);
30057 4 : install_element(VIEW_NODE, &fabricd_show_isis_neighbor_cmd_vtysh);
30058 4 : install_element(VIEW_NODE, &fabricd_show_isis_neighbor_detail_cmd_vtysh);
30059 4 : install_element(VIEW_NODE, &fabricd_show_isis_route_cmd_vtysh);
30060 4 : install_element(VIEW_NODE, &fabricd_show_isis_spf_ietf_cmd_vtysh);
30061 4 : install_element(VIEW_NODE, &fabricd_show_isis_summary_cmd_vtysh);
30062 4 : install_element(VIEW_NODE, &fabricd_show_isis_topology_cmd_vtysh);
30063 4 : install_element(VIEW_NODE, &fabricd_show_sr_node_cmd_vtysh);
30064 4 : install_element(VIEW_NODE, &gm_debug_show_cmd_vtysh);
30065 4 : install_element(VIEW_NODE, &gm_show_interface_cmd_vtysh);
30066 4 : install_element(VIEW_NODE, &gm_show_interface_joins_cmd_vtysh);
30067 4 : install_element(VIEW_NODE, &gm_show_interface_stats_cmd_vtysh);
30068 4 : install_element(VIEW_NODE, &gm_show_mld_groups_cmd_vtysh);
30069 4 : install_element(VIEW_NODE, &ldp_show_l2vpn_atom_binding_cmd_vtysh);
30070 4 : install_element(VIEW_NODE, &ldp_show_l2vpn_atom_vc_cmd_vtysh);
30071 4 : install_element(VIEW_NODE, &ldp_show_mpls_ldp_binding_cmd_vtysh);
30072 4 : install_element(VIEW_NODE, &ldp_show_mpls_ldp_capabilities_cmd_vtysh);
30073 4 : install_element(VIEW_NODE, &ldp_show_mpls_ldp_discovery_cmd_vtysh);
30074 4 : install_element(VIEW_NODE, &ldp_show_mpls_ldp_igp_sync_cmd_vtysh);
30075 4 : install_element(VIEW_NODE, &ldp_show_mpls_ldp_interface_cmd_vtysh);
30076 4 : install_element(VIEW_NODE, &ldp_show_mpls_ldp_neighbor_capabilities_cmd_vtysh);
30077 4 : install_element(VIEW_NODE, &ldp_show_mpls_ldp_neighbor_cmd_vtysh);
30078 4 : install_element(VIEW_NODE, &show_babel_interface_cmd_vtysh);
30079 4 : install_element(VIEW_NODE, &show_babel_neighbour_cmd_vtysh);
30080 4 : install_element(VIEW_NODE, &show_babel_parameters_cmd_vtysh);
30081 4 : install_element(VIEW_NODE, &show_babel_route_addr6_cmd_vtysh);
30082 4 : install_element(VIEW_NODE, &show_babel_route_addr_cmd_vtysh);
30083 4 : install_element(VIEW_NODE, &show_babel_route_cmd_vtysh);
30084 4 : install_element(VIEW_NODE, &show_babel_route_prefix_cmd_vtysh);
30085 4 : install_element(VIEW_NODE, &show_bgp_afi_vpn_rd_route_cmd_vtysh);
30086 4 : install_element(VIEW_NODE, &show_bgp_as_path_access_list_all_cmd_vtysh);
30087 4 : install_element(VIEW_NODE, &show_bgp_as_path_access_list_cmd_vtysh);
30088 4 : install_element(VIEW_NODE, &show_bgp_community_list_arg_cmd_vtysh);
30089 4 : install_element(VIEW_NODE, &show_bgp_community_list_cmd_vtysh);
30090 4 : install_element(VIEW_NODE, &show_bgp_evpn_import_rt_cmd_vtysh);
30091 4 : install_element(VIEW_NODE, &show_bgp_evpn_route_cmd_vtysh);
30092 4 : install_element(VIEW_NODE, &show_bgp_evpn_route_rd_cmd_vtysh);
30093 4 : install_element(VIEW_NODE, &show_bgp_evpn_route_rd_macip_cmd_vtysh);
30094 4 : install_element(VIEW_NODE, &show_bgp_evpn_route_vni_all_cmd_vtysh);
30095 4 : install_element(VIEW_NODE, &show_bgp_evpn_route_vni_cmd_vtysh);
30096 4 : install_element(VIEW_NODE, &show_bgp_evpn_route_vni_macip_cmd_vtysh);
30097 4 : install_element(VIEW_NODE, &show_bgp_evpn_route_vni_multicast_cmd_vtysh);
30098 4 : install_element(VIEW_NODE, &show_bgp_evpn_summary_cmd_vtysh);
30099 4 : install_element(VIEW_NODE, &show_bgp_evpn_vni_cmd_vtysh);
30100 4 : install_element(VIEW_NODE, &show_bgp_extcommunity_list_arg_cmd_vtysh);
30101 4 : install_element(VIEW_NODE, &show_bgp_extcommunity_list_cmd_vtysh);
30102 4 : install_element(VIEW_NODE, &show_bgp_instance_all_ipv6_updgrps_cmd_vtysh);
30103 4 : install_element(VIEW_NODE, &show_bgp_instance_updgrps_stats_cmd_vtysh);
30104 4 : install_element(VIEW_NODE, &show_bgp_ip_vpn_all_rd_cmd_vtysh);
30105 4 : install_element(VIEW_NODE, &show_bgp_ip_vpn_rd_cmd_vtysh);
30106 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_com_cmd_vtysh);
30107 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_es_cmd_vtysh);
30108 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_es_evi_cmd_vtysh);
30109 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_es_vrf_cmd_vtysh);
30110 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_import_rt_cmd_vtysh);
30111 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_nh_cmd_vtysh);
30112 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_cmd_vtysh);
30113 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_esi_cmd_vtysh);
30114 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_mac_ip_evi_es_cmd_vtysh);
30115 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_mac_ip_global_es_cmd_vtysh);
30116 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_prefix_cmd_vtysh);
30117 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_rd_cmd_vtysh);
30118 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_rd_macip_cmd_vtysh);
30119 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_vni_all_cmd_vtysh);
30120 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_vni_cmd_vtysh);
30121 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_vni_macip_cmd_vtysh);
30122 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_route_vni_multicast_cmd_vtysh);
30123 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_summary_cmd_vtysh);
30124 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_updgrps_cmd_vtysh);
30125 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_vni_cmd_vtysh);
30126 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_vni_remote_ip_hash_cmd_vtysh);
30127 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_vni_svi_hash_cmd_vtysh);
30128 4 : install_element(VIEW_NODE, &show_bgp_l2vpn_evpn_vrf_import_rt_cmd_vtysh);
30129 4 : install_element(VIEW_NODE, &show_bgp_labelpool_chunks_cmd_vtysh);
30130 4 : install_element(VIEW_NODE, &show_bgp_labelpool_inuse_cmd_vtysh);
30131 4 : install_element(VIEW_NODE, &show_bgp_labelpool_ledger_cmd_vtysh);
30132 4 : install_element(VIEW_NODE, &show_bgp_labelpool_requests_cmd_vtysh);
30133 4 : install_element(VIEW_NODE, &show_bgp_labelpool_summary_cmd_vtysh);
30134 4 : install_element(VIEW_NODE, &show_bgp_lcommunity_list_arg_cmd_vtysh);
30135 4 : install_element(VIEW_NODE, &show_bgp_lcommunity_list_cmd_vtysh);
30136 4 : install_element(VIEW_NODE, &show_bgp_listeners_cmd_vtysh);
30137 4 : install_element(VIEW_NODE, &show_bgp_mac_hash_cmd_vtysh);
30138 4 : install_element(VIEW_NODE, &show_bgp_martian_nexthop_db_cmd_vtysh);
30139 4 : install_element(VIEW_NODE, &show_bgp_memory_cmd_vtysh);
30140 4 : install_element(VIEW_NODE, &show_bgp_peerhash_cmd_vtysh);
30141 4 : install_element(VIEW_NODE, &show_bgp_srv6_cmd_vtysh);
30142 4 : install_element(VIEW_NODE, &show_bgp_updgrps_stats_cmd_vtysh);
30143 4 : install_element(VIEW_NODE, &show_bgp_views_cmd_vtysh);
30144 4 : install_element(VIEW_NODE, &show_bgp_vni_all_cmd_vtysh);
30145 4 : install_element(VIEW_NODE, &show_bgp_vni_all_ead_cmd_vtysh);
30146 4 : install_element(VIEW_NODE, &show_bgp_vni_all_imet_cmd_vtysh);
30147 4 : install_element(VIEW_NODE, &show_bgp_vni_all_macip_ip_cmd_vtysh);
30148 4 : install_element(VIEW_NODE, &show_bgp_vni_all_macip_mac_cmd_vtysh);
30149 4 : install_element(VIEW_NODE, &show_bgp_vni_cmd_vtysh);
30150 4 : install_element(VIEW_NODE, &show_bgp_vni_ead_cmd_vtysh);
30151 4 : install_element(VIEW_NODE, &show_bgp_vni_imet_cmd_vtysh);
30152 4 : install_element(VIEW_NODE, &show_bgp_vni_macip_ip_addr_cmd_vtysh);
30153 4 : install_element(VIEW_NODE, &show_bgp_vni_macip_ip_cmd_vtysh);
30154 4 : install_element(VIEW_NODE, &show_bgp_vni_macip_mac_addr_cmd_vtysh);
30155 4 : install_element(VIEW_NODE, &show_bgp_vni_macip_mac_cmd_vtysh);
30156 4 : install_element(VIEW_NODE, &show_bgp_vrf_l3vni_info_cmd_vtysh);
30157 4 : install_element(VIEW_NODE, &show_bgp_vrfs_cmd_vtysh);
30158 4 : install_element(VIEW_NODE, &show_bmp_cmd_vtysh);
30159 4 : install_element(VIEW_NODE, &show_database_cmd_vtysh);
30160 4 : install_element(VIEW_NODE, &show_dataplane_cmd_vtysh);
30161 4 : install_element(VIEW_NODE, &show_dataplane_providers_cmd_vtysh);
30162 4 : install_element(VIEW_NODE, &show_dmvpn_cmd_vtysh);
30163 4 : install_element(VIEW_NODE, &show_evpn_access_vlan_cmd_vtysh);
30164 4 : install_element(VIEW_NODE, &show_evpn_es_cmd_vtysh);
30165 4 : install_element(VIEW_NODE, &show_evpn_es_evi_cmd_vtysh);
30166 4 : install_element(VIEW_NODE, &show_evpn_global_cmd_vtysh);
30167 4 : install_element(VIEW_NODE, &show_evpn_l2_nh_cmd_vtysh);
30168 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_all_cmd_vtysh);
30169 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_all_dad_cmd_vtysh);
30170 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_all_detail_cmd_vtysh);
30171 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_all_vtep_cmd_vtysh);
30172 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_cmd_vtysh);
30173 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_dad_cmd_vtysh);
30174 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_detail_cmd_vtysh);
30175 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_mac_cmd_vtysh);
30176 4 : install_element(VIEW_NODE, &show_evpn_mac_vni_vtep_cmd_vtysh);
30177 4 : install_element(VIEW_NODE, &show_evpn_neigh_vni_all_cmd_vtysh);
30178 4 : install_element(VIEW_NODE, &show_evpn_neigh_vni_all_dad_cmd_vtysh);
30179 4 : install_element(VIEW_NODE, &show_evpn_neigh_vni_all_detail_cmd_vtysh);
30180 4 : install_element(VIEW_NODE, &show_evpn_neigh_vni_cmd_vtysh);
30181 4 : install_element(VIEW_NODE, &show_evpn_neigh_vni_dad_cmd_vtysh);
30182 4 : install_element(VIEW_NODE, &show_evpn_neigh_vni_neigh_cmd_vtysh);
30183 4 : install_element(VIEW_NODE, &show_evpn_neigh_vni_vtep_cmd_vtysh);
30184 4 : install_element(VIEW_NODE, &show_evpn_nh_vni_all_cmd_vtysh);
30185 4 : install_element(VIEW_NODE, &show_evpn_nh_vni_cmd_vtysh);
30186 4 : install_element(VIEW_NODE, &show_evpn_nh_vni_ip_cmd_vtysh);
30187 4 : install_element(VIEW_NODE, &show_evpn_rmac_vni_all_cmd_vtysh);
30188 4 : install_element(VIEW_NODE, &show_evpn_rmac_vni_cmd_vtysh);
30189 4 : install_element(VIEW_NODE, &show_evpn_rmac_vni_mac_cmd_vtysh);
30190 4 : install_element(VIEW_NODE, &show_evpn_vni_cmd_vtysh);
30191 4 : install_element(VIEW_NODE, &show_evpn_vni_detail_cmd_vtysh);
30192 4 : install_element(VIEW_NODE, &show_evpn_vni_vni_cmd_vtysh);
30193 4 : install_element(VIEW_NODE, &show_frr_cmd_vtysh);
30194 4 : install_element(VIEW_NODE, &show_hostname_cmd_vtysh);
30195 4 : install_element(VIEW_NODE, &show_interface_cmd_vtysh);
30196 4 : install_element(VIEW_NODE, &show_interface_name_vrf_all_cmd_vtysh);
30197 4 : install_element(VIEW_NODE, &show_interface_name_vrf_cmd_vtysh);
30198 4 : install_element(VIEW_NODE, &show_interface_nexthop_group_cmd_vtysh);
30199 4 : install_element(VIEW_NODE, &show_interface_vrf_all_cmd_vtysh);
30200 4 : install_element(VIEW_NODE, &show_ip_as_path_access_list_all_cmd_vtysh);
30201 4 : install_element(VIEW_NODE, &show_ip_as_path_access_list_cmd_vtysh);
30202 4 : install_element(VIEW_NODE, &show_ip_bgp_afi_safi_statistics_cmd_vtysh);
30203 4 : install_element(VIEW_NODE, &show_ip_bgp_attr_info_cmd_vtysh);
30204 4 : install_element(VIEW_NODE, &show_ip_bgp_cmd_vtysh);
30205 4 : install_element(VIEW_NODE, &show_ip_bgp_community_info_cmd_vtysh);
30206 4 : install_element(VIEW_NODE, &show_ip_bgp_dampening_params_cmd_vtysh);
30207 4 : install_element(VIEW_NODE, &show_ip_bgp_evpn_rd_overlay_cmd_vtysh);
30208 4 : install_element(VIEW_NODE, &show_ip_bgp_flowspec_routes_detailed_cmd_vtysh);
30209 4 : install_element(VIEW_NODE, &show_ip_bgp_import_check_cmd_vtysh);
30210 4 : install_element(VIEW_NODE, &show_ip_bgp_instance_all_cmd_vtysh);
30211 4 : install_element(VIEW_NODE, &show_ip_bgp_instance_all_nexthop_cmd_vtysh);
30212 4 : install_element(VIEW_NODE, &show_ip_bgp_instance_neighbor_advertised_route_cmd_vtysh);
30213 4 : install_element(VIEW_NODE, &show_ip_bgp_instance_neighbor_bestpath_route_cmd_vtysh);
30214 4 : install_element(VIEW_NODE, &show_ip_bgp_instance_updgrps_adj_s_cmd_vtysh);
30215 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_all_overlay_cmd_vtysh);
30216 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_all_tags_cmd_vtysh);
30217 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_cmd_vtysh);
30218 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_neighbor_advertised_routes_cmd_vtysh);
30219 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_neighbor_routes_cmd_vtysh);
30220 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_rd_cmd_vtysh);
30221 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_rd_neighbor_advertised_routes_cmd_vtysh);
30222 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_rd_neighbor_routes_cmd_vtysh);
30223 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_rd_tags_cmd_vtysh);
30224 4 : install_element(VIEW_NODE, &show_ip_bgp_l2vpn_evpn_statistics_cmd_vtysh);
30225 4 : install_element(VIEW_NODE, &show_ip_bgp_large_community_cmd_vtysh);
30226 4 : install_element(VIEW_NODE, &show_ip_bgp_large_community_list_cmd_vtysh);
30227 4 : install_element(VIEW_NODE, &show_ip_bgp_lcommunity_info_cmd_vtysh);
30228 4 : install_element(VIEW_NODE, &show_ip_bgp_neighbor_received_prefix_filter_cmd_vtysh);
30229 4 : install_element(VIEW_NODE, &show_ip_bgp_neighbor_routes_cmd_vtysh);
30230 4 : install_element(VIEW_NODE, &show_ip_bgp_neighbors_cmd_vtysh);
30231 4 : install_element(VIEW_NODE, &show_ip_bgp_neighbors_graceful_restart_cmd_vtysh);
30232 4 : install_element(VIEW_NODE, &show_ip_bgp_nexthop_cmd_vtysh);
30233 4 : install_element(VIEW_NODE, &show_ip_bgp_paths_cmd_vtysh);
30234 4 : install_element(VIEW_NODE, &show_ip_bgp_peer_groups_cmd_vtysh);
30235 4 : install_element(VIEW_NODE, &show_ip_bgp_regexp_cmd_vtysh);
30236 4 : install_element(VIEW_NODE, &show_ip_bgp_route_cmd_vtysh);
30237 4 : install_element(VIEW_NODE, &show_ip_bgp_route_leak_cmd_vtysh);
30238 4 : install_element(VIEW_NODE, &show_ip_bgp_statistics_all_cmd_vtysh);
30239 4 : install_element(VIEW_NODE, &show_ip_bgp_summary_cmd_vtysh);
30240 4 : install_element(VIEW_NODE, &show_ip_bgp_updgrps_cmd_vtysh);
30241 4 : install_element(VIEW_NODE, &show_ip_eigrp_interfaces_cmd_vtysh);
30242 4 : install_element(VIEW_NODE, &show_ip_eigrp_neighbors_cmd_vtysh);
30243 4 : install_element(VIEW_NODE, &show_ip_eigrp_topology_all_cmd_vtysh);
30244 4 : install_element(VIEW_NODE, &show_ip_eigrp_topology_cmd_vtysh);
30245 4 : install_element(VIEW_NODE, &show_ip_forwarding_cmd_vtysh);
30246 4 : install_element(VIEW_NODE, &show_ip_igmp_groups_cmd_vtysh);
30247 4 : install_element(VIEW_NODE, &show_ip_igmp_groups_retransmissions_cmd_vtysh);
30248 4 : install_element(VIEW_NODE, &show_ip_igmp_groups_vrf_all_cmd_vtysh);
30249 4 : install_element(VIEW_NODE, &show_ip_igmp_interface_cmd_vtysh);
30250 4 : install_element(VIEW_NODE, &show_ip_igmp_interface_vrf_all_cmd_vtysh);
30251 4 : install_element(VIEW_NODE, &show_ip_igmp_join_cmd_vtysh);
30252 4 : install_element(VIEW_NODE, &show_ip_igmp_join_vrf_all_cmd_vtysh);
30253 4 : install_element(VIEW_NODE, &show_ip_igmp_sources_cmd_vtysh);
30254 4 : install_element(VIEW_NODE, &show_ip_igmp_sources_retransmissions_cmd_vtysh);
30255 4 : install_element(VIEW_NODE, &show_ip_igmp_statistics_cmd_vtysh);
30256 4 : install_element(VIEW_NODE, &show_ip_mroute_cmd_vtysh);
30257 4 : install_element(VIEW_NODE, &show_ip_mroute_count_cmd_vtysh);
30258 4 : install_element(VIEW_NODE, &show_ip_mroute_count_vrf_all_cmd_vtysh);
30259 4 : install_element(VIEW_NODE, &show_ip_mroute_summary_cmd_vtysh);
30260 4 : install_element(VIEW_NODE, &show_ip_mroute_summary_vrf_all_cmd_vtysh);
30261 4 : install_element(VIEW_NODE, &show_ip_mroute_vrf_all_cmd_vtysh);
30262 4 : install_element(VIEW_NODE, &show_ip_msdp_mesh_group_cmd_vtysh);
30263 4 : install_element(VIEW_NODE, &show_ip_msdp_mesh_group_vrf_all_cmd_vtysh);
30264 4 : install_element(VIEW_NODE, &show_ip_msdp_peer_detail_cmd_vtysh);
30265 4 : install_element(VIEW_NODE, &show_ip_msdp_peer_detail_vrf_all_cmd_vtysh);
30266 4 : install_element(VIEW_NODE, &show_ip_msdp_sa_detail_cmd_vtysh);
30267 4 : install_element(VIEW_NODE, &show_ip_msdp_sa_detail_vrf_all_cmd_vtysh);
30268 4 : install_element(VIEW_NODE, &show_ip_msdp_sa_sg_cmd_vtysh);
30269 4 : install_element(VIEW_NODE, &show_ip_msdp_sa_sg_vrf_all_cmd_vtysh);
30270 4 : install_element(VIEW_NODE, &show_ip_multicast_cmd_vtysh);
30271 4 : install_element(VIEW_NODE, &show_ip_multicast_count_cmd_vtysh);
30272 4 : install_element(VIEW_NODE, &show_ip_multicast_count_vrf_all_cmd_vtysh);
30273 4 : install_element(VIEW_NODE, &show_ip_multicast_vrf_all_cmd_vtysh);
30274 4 : install_element(VIEW_NODE, &show_ip_nhrp_cmd_vtysh);
30275 4 : install_element(VIEW_NODE, &show_ip_nht_cmd_vtysh);
30276 4 : install_element(VIEW_NODE, &show_ip_ospf_border_routers_cmd_vtysh);
30277 4 : install_element(VIEW_NODE, &show_ip_ospf_cmd_vtysh);
30278 4 : install_element(VIEW_NODE, &show_ip_ospf_database_cmd_vtysh);
30279 4 : install_element(VIEW_NODE, &show_ip_ospf_database_max_cmd_vtysh);
30280 4 : install_element(VIEW_NODE, &show_ip_ospf_database_type_adv_router_cmd_vtysh);
30281 4 : install_element(VIEW_NODE, &show_ip_ospf_external_aggregator_cmd_vtysh);
30282 4 : install_element(VIEW_NODE, &show_ip_ospf_gr_helper_cmd_vtysh);
30283 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_border_routers_cmd_vtysh);
30284 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_cmd_vtysh);
30285 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_database_cmd_vtysh);
30286 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_database_max_cmd_vtysh);
30287 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_database_type_adv_router_cmd_vtysh);
30288 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_interface_cmd_vtysh);
30289 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_neighbor_all_cmd_vtysh);
30290 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_neighbor_cmd_vtysh);
30291 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_neighbor_detail_all_cmd_vtysh);
30292 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_neighbor_detail_cmd_vtysh);
30293 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_neighbor_id_cmd_vtysh);
30294 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_neighbor_int_cmd_vtysh);
30295 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_neighbor_int_detail_cmd_vtysh);
30296 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_reachable_routers_cmd_vtysh);
30297 4 : install_element(VIEW_NODE, &show_ip_ospf_instance_route_cmd_vtysh);
30298 4 : install_element(VIEW_NODE, &show_ip_ospf_interface_cmd_vtysh);
30299 4 : install_element(VIEW_NODE, &show_ip_ospf_interface_traffic_cmd_vtysh);
30300 4 : install_element(VIEW_NODE, &show_ip_ospf_mpls_ldp_interface_cmd_vtysh);
30301 4 : install_element(VIEW_NODE, &show_ip_ospf_mpls_te_db_cmd_vtysh);
30302 4 : install_element(VIEW_NODE, &show_ip_ospf_mpls_te_link_cmd_vtysh);
30303 4 : install_element(VIEW_NODE, &show_ip_ospf_mpls_te_router_cmd_vtysh);
30304 4 : install_element(VIEW_NODE, &show_ip_ospf_neighbor_all_cmd_vtysh);
30305 4 : install_element(VIEW_NODE, &show_ip_ospf_neighbor_cmd_vtysh);
30306 4 : install_element(VIEW_NODE, &show_ip_ospf_neighbor_detail_all_cmd_vtysh);
30307 4 : install_element(VIEW_NODE, &show_ip_ospf_neighbor_detail_cmd_vtysh);
30308 4 : install_element(VIEW_NODE, &show_ip_ospf_neighbor_id_cmd_vtysh);
30309 4 : install_element(VIEW_NODE, &show_ip_ospf_neighbor_int_cmd_vtysh);
30310 4 : install_element(VIEW_NODE, &show_ip_ospf_neighbor_int_detail_cmd_vtysh);
30311 4 : install_element(VIEW_NODE, &show_ip_ospf_reachable_routers_cmd_vtysh);
30312 4 : install_element(VIEW_NODE, &show_ip_ospf_route_cmd_vtysh);
30313 4 : install_element(VIEW_NODE, &show_ip_ospf_router_info_cmd_vtysh);
30314 4 : install_element(VIEW_NODE, &show_ip_ospf_router_info_pce_cmd_vtysh);
30315 4 : install_element(VIEW_NODE, &show_ip_ospf_srdb_cmd_vtysh);
30316 4 : install_element(VIEW_NODE, &show_ip_ospf_vrfs_cmd_vtysh);
30317 4 : install_element(VIEW_NODE, &show_ip_pim_assert_cmd_vtysh);
30318 4 : install_element(VIEW_NODE, &show_ip_pim_assert_internal_cmd_vtysh);
30319 4 : install_element(VIEW_NODE, &show_ip_pim_assert_metric_cmd_vtysh);
30320 4 : install_element(VIEW_NODE, &show_ip_pim_assert_winner_metric_cmd_vtysh);
30321 4 : install_element(VIEW_NODE, &show_ip_pim_bsm_db_cmd_vtysh);
30322 4 : install_element(VIEW_NODE, &show_ip_pim_bsr_cmd_vtysh);
30323 4 : install_element(VIEW_NODE, &show_ip_pim_bsrp_cmd_vtysh);
30324 4 : install_element(VIEW_NODE, &show_ip_pim_channel_cmd_vtysh);
30325 4 : install_element(VIEW_NODE, &show_ip_pim_group_type_cmd_vtysh);
30326 4 : install_element(VIEW_NODE, &show_ip_pim_interface_cmd_vtysh);
30327 4 : install_element(VIEW_NODE, &show_ip_pim_interface_traffic_cmd_vtysh);
30328 4 : install_element(VIEW_NODE, &show_ip_pim_interface_vrf_all_cmd_vtysh);
30329 4 : install_element(VIEW_NODE, &show_ip_pim_join_cmd_vtysh);
30330 4 : install_element(VIEW_NODE, &show_ip_pim_join_vrf_all_cmd_vtysh);
30331 4 : install_element(VIEW_NODE, &show_ip_pim_jp_agg_cmd_vtysh);
30332 4 : install_element(VIEW_NODE, &show_ip_pim_local_membership_cmd_vtysh);
30333 4 : install_element(VIEW_NODE, &show_ip_pim_mlag_summary_cmd_vtysh);
30334 4 : install_element(VIEW_NODE, &show_ip_pim_mlag_up_cmd_vtysh);
30335 4 : install_element(VIEW_NODE, &show_ip_pim_mlag_up_vrf_all_cmd_vtysh);
30336 4 : install_element(VIEW_NODE, &show_ip_pim_neighbor_cmd_vtysh);
30337 4 : install_element(VIEW_NODE, &show_ip_pim_neighbor_vrf_all_cmd_vtysh);
30338 4 : install_element(VIEW_NODE, &show_ip_pim_nexthop_cmd_vtysh);
30339 4 : install_element(VIEW_NODE, &show_ip_pim_nexthop_lookup_cmd_vtysh);
30340 4 : install_element(VIEW_NODE, &show_ip_pim_rp_cmd_vtysh);
30341 4 : install_element(VIEW_NODE, &show_ip_pim_rp_vrf_all_cmd_vtysh);
30342 4 : install_element(VIEW_NODE, &show_ip_pim_rpf_cmd_vtysh);
30343 4 : install_element(VIEW_NODE, &show_ip_pim_rpf_vrf_all_cmd_vtysh);
30344 4 : install_element(VIEW_NODE, &show_ip_pim_secondary_cmd_vtysh);
30345 4 : install_element(VIEW_NODE, &show_ip_pim_ssm_range_cmd_vtysh);
30346 4 : install_element(VIEW_NODE, &show_ip_pim_state_cmd_vtysh);
30347 4 : install_element(VIEW_NODE, &show_ip_pim_state_vrf_all_cmd_vtysh);
30348 4 : install_element(VIEW_NODE, &show_ip_pim_statistics_cmd_vtysh);
30349 4 : install_element(VIEW_NODE, &show_ip_pim_upstream_cmd_vtysh);
30350 4 : install_element(VIEW_NODE, &show_ip_pim_upstream_join_desired_cmd_vtysh);
30351 4 : install_element(VIEW_NODE, &show_ip_pim_upstream_rpf_cmd_vtysh);
30352 4 : install_element(VIEW_NODE, &show_ip_pim_upstream_vrf_all_cmd_vtysh);
30353 4 : install_element(VIEW_NODE, &show_ip_pim_vxlan_sg_cmd_vtysh);
30354 4 : install_element(VIEW_NODE, &show_ip_pim_vxlan_sg_work_cmd_vtysh);
30355 4 : install_element(VIEW_NODE, &show_ip_prefix_list_cmd_vtysh);
30356 4 : install_element(VIEW_NODE, &show_ip_prefix_list_detail_cmd_vtysh);
30357 4 : install_element(VIEW_NODE, &show_ip_prefix_list_prefix_cmd_vtysh);
30358 4 : install_element(VIEW_NODE, &show_ip_prefix_list_summary_cmd_vtysh);
30359 4 : install_element(VIEW_NODE, &show_ip_protocol_cmd_vtysh);
30360 4 : install_element(VIEW_NODE, &show_ip_protocol_nht_cmd_vtysh);
30361 4 : install_element(VIEW_NODE, &show_ip_rib_cmd_vtysh);
30362 4 : install_element(VIEW_NODE, &show_ip_rip_cmd_vtysh);
30363 4 : install_element(VIEW_NODE, &show_ip_rip_status_cmd_vtysh);
30364 4 : install_element(VIEW_NODE, &show_ip_router_id_cmd_vtysh);
30365 4 : install_element(VIEW_NODE, &show_ip_rpf_addr_cmd_vtysh);
30366 4 : install_element(VIEW_NODE, &show_ip_rpf_cmd_vtysh);
30367 4 : install_element(VIEW_NODE, &show_ip_ssmpingd_cmd_vtysh);
30368 4 : install_element(VIEW_NODE, &show_ipv6_forwarding_cmd_vtysh);
30369 4 : install_element(VIEW_NODE, &show_ipv6_mroute_cmd_vtysh);
30370 4 : install_element(VIEW_NODE, &show_ipv6_mroute_count_cmd_vtysh);
30371 4 : install_element(VIEW_NODE, &show_ipv6_mroute_count_vrf_all_cmd_vtysh);
30372 4 : install_element(VIEW_NODE, &show_ipv6_mroute_summary_cmd_vtysh);
30373 4 : install_element(VIEW_NODE, &show_ipv6_mroute_summary_vrf_all_cmd_vtysh);
30374 4 : install_element(VIEW_NODE, &show_ipv6_mroute_vrf_all_cmd_vtysh);
30375 4 : install_element(VIEW_NODE, &show_ipv6_multicast_cmd_vtysh);
30376 4 : install_element(VIEW_NODE, &show_ipv6_multicast_count_cmd_vtysh);
30377 4 : install_element(VIEW_NODE, &show_ipv6_multicast_count_vrf_all_cmd_vtysh);
30378 4 : install_element(VIEW_NODE, &show_ipv6_multicast_vrf_all_cmd_vtysh);
30379 4 : install_element(VIEW_NODE, &show_ipv6_nd_ra_if_cmd_vtysh);
30380 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_area_spf_tree_cmd_vtysh);
30381 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_border_routers_cmd_vtysh);
30382 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_cmd_vtysh);
30383 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_adv_router_linkstate_id_cmd_vtysh);
30384 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_aggr_router_cmd_vtysh);
30385 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_cmd_vtysh);
30386 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_id_cmd_vtysh);
30387 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_id_router_cmd_vtysh);
30388 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_router_cmd_vtysh);
30389 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_self_originated_cmd_vtysh);
30390 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_linkstate_id_cmd_vtysh);
30391 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_cmd_vtysh);
30392 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_id_cmd_vtysh);
30393 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_id_router_cmd_vtysh);
30394 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_id_self_originated_cmd_vtysh);
30395 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_router_cmd_vtysh);
30396 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_cmd_vtysh);
30397 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_linkstate_id_cmd_vtysh);
30398 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_external_aggregator_cmd_vtysh);
30399 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_gr_helper_cmd_vtysh);
30400 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_interface_ifname_cmd_vtysh);
30401 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_interface_ifname_prefix_cmd_vtysh);
30402 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_interface_prefix_cmd_vtysh);
30403 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_interface_traffic_cmd_vtysh);
30404 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_linkstate_cmd_vtysh);
30405 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_linkstate_detail_cmd_vtysh);
30406 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_neighbor_cmd_vtysh);
30407 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_neighbor_one_cmd_vtysh);
30408 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_redistribute_cmd_vtysh);
30409 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_route_cmd_vtysh);
30410 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_route_match_cmd_vtysh);
30411 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_route_match_detail_cmd_vtysh);
30412 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_route_type_detail_cmd_vtysh);
30413 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_simulate_spf_tree_root_cmd_vtysh);
30414 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_spf_tree_cmd_vtysh);
30415 4 : install_element(VIEW_NODE, &show_ipv6_ospf6_vrfs_cmd_vtysh);
30416 4 : install_element(VIEW_NODE, &show_ipv6_pim_bsm_db_cmd_vtysh);
30417 4 : install_element(VIEW_NODE, &show_ipv6_pim_bsr_cmd_vtysh);
30418 4 : install_element(VIEW_NODE, &show_ipv6_pim_bsrp_cmd_vtysh);
30419 4 : install_element(VIEW_NODE, &show_ipv6_pim_channel_cmd_vtysh);
30420 4 : install_element(VIEW_NODE, &show_ipv6_pim_interface_cmd_vtysh);
30421 4 : install_element(VIEW_NODE, &show_ipv6_pim_interface_traffic_cmd_vtysh);
30422 4 : install_element(VIEW_NODE, &show_ipv6_pim_interface_vrf_all_cmd_vtysh);
30423 4 : install_element(VIEW_NODE, &show_ipv6_pim_join_cmd_vtysh);
30424 4 : install_element(VIEW_NODE, &show_ipv6_pim_join_vrf_all_cmd_vtysh);
30425 4 : install_element(VIEW_NODE, &show_ipv6_pim_jp_agg_cmd_vtysh);
30426 4 : install_element(VIEW_NODE, &show_ipv6_pim_local_membership_cmd_vtysh);
30427 4 : install_element(VIEW_NODE, &show_ipv6_pim_neighbor_cmd_vtysh);
30428 4 : install_element(VIEW_NODE, &show_ipv6_pim_neighbor_vrf_all_cmd_vtysh);
30429 4 : install_element(VIEW_NODE, &show_ipv6_pim_nexthop_cmd_vtysh);
30430 4 : install_element(VIEW_NODE, &show_ipv6_pim_nexthop_lookup_cmd_vtysh);
30431 4 : install_element(VIEW_NODE, &show_ipv6_pim_rp_cmd_vtysh);
30432 4 : install_element(VIEW_NODE, &show_ipv6_pim_rp_vrf_all_cmd_vtysh);
30433 4 : install_element(VIEW_NODE, &show_ipv6_pim_rpf_cmd_vtysh);
30434 4 : install_element(VIEW_NODE, &show_ipv6_pim_rpf_vrf_all_cmd_vtysh);
30435 4 : install_element(VIEW_NODE, &show_ipv6_pim_secondary_cmd_vtysh);
30436 4 : install_element(VIEW_NODE, &show_ipv6_pim_state_cmd_vtysh);
30437 4 : install_element(VIEW_NODE, &show_ipv6_pim_state_vrf_all_cmd_vtysh);
30438 4 : install_element(VIEW_NODE, &show_ipv6_pim_statistics_cmd_vtysh);
30439 4 : install_element(VIEW_NODE, &show_ipv6_pim_upstream_cmd_vtysh);
30440 4 : install_element(VIEW_NODE, &show_ipv6_pim_upstream_join_desired_cmd_vtysh);
30441 4 : install_element(VIEW_NODE, &show_ipv6_pim_upstream_rpf_cmd_vtysh);
30442 4 : install_element(VIEW_NODE, &show_ipv6_pim_upstream_vrf_all_cmd_vtysh);
30443 4 : install_element(VIEW_NODE, &show_ipv6_prefix_list_cmd_vtysh);
30444 4 : install_element(VIEW_NODE, &show_ipv6_prefix_list_detail_cmd_vtysh);
30445 4 : install_element(VIEW_NODE, &show_ipv6_prefix_list_prefix_cmd_vtysh);
30446 4 : install_element(VIEW_NODE, &show_ipv6_prefix_list_summary_cmd_vtysh);
30447 4 : install_element(VIEW_NODE, &show_ipv6_protocol_cmd_vtysh);
30448 4 : install_element(VIEW_NODE, &show_ipv6_protocol_nht_cmd_vtysh);
30449 4 : install_element(VIEW_NODE, &show_ipv6_ripng_cmd_vtysh);
30450 4 : install_element(VIEW_NODE, &show_ipv6_ripng_status_cmd_vtysh);
30451 4 : install_element(VIEW_NODE, &show_isis_frr_summary_cmd_vtysh);
30452 4 : install_element(VIEW_NODE, &show_isis_interface_arg_cmd_vtysh);
30453 4 : install_element(VIEW_NODE, &show_isis_interface_cmd_vtysh);
30454 4 : install_element(VIEW_NODE, &show_isis_interface_detail_cmd_vtysh);
30455 4 : install_element(VIEW_NODE, &show_isis_mpls_ldp_interface_cmd_vtysh);
30456 4 : install_element(VIEW_NODE, &show_isis_mpls_te_db_cmd_vtysh);
30457 4 : install_element(VIEW_NODE, &show_isis_mpls_te_interface_cmd_vtysh);
30458 4 : install_element(VIEW_NODE, &show_isis_mpls_te_router_cmd_vtysh);
30459 4 : install_element(VIEW_NODE, &show_isis_neighbor_arg_cmd_vtysh);
30460 4 : install_element(VIEW_NODE, &show_isis_neighbor_cmd_vtysh);
30461 4 : install_element(VIEW_NODE, &show_isis_neighbor_detail_cmd_vtysh);
30462 4 : install_element(VIEW_NODE, &show_isis_route_cmd_vtysh);
30463 4 : install_element(VIEW_NODE, &show_isis_spf_ietf_cmd_vtysh);
30464 4 : install_element(VIEW_NODE, &show_isis_summary_cmd_vtysh);
30465 4 : install_element(VIEW_NODE, &show_isis_topology_cmd_vtysh);
30466 4 : install_element(VIEW_NODE, &show_log_filter_cmd_vtysh);
30467 4 : install_element(VIEW_NODE, &show_mlag_cmd_vtysh);
30468 4 : install_element(VIEW_NODE, &show_mpls_fec_cmd_vtysh);
30469 4 : install_element(VIEW_NODE, &show_mpls_status_cmd_vtysh);
30470 4 : install_element(VIEW_NODE, &show_mpls_table_cmd_vtysh);
30471 4 : install_element(VIEW_NODE, &show_mpls_table_lsp_cmd_vtysh);
30472 4 : install_element(VIEW_NODE, &show_neigh_cmd_vtysh);
30473 4 : install_element(VIEW_NODE, &show_nexthop_group_cmd_vtysh);
30474 4 : install_element(VIEW_NODE, &show_ospf6_zebra_cmd_vtysh);
30475 4 : install_element(VIEW_NODE, &show_pathd_ted_db_cmd_vtysh);
30476 4 : install_element(VIEW_NODE, &show_pbr_cmd_vtysh);
30477 4 : install_element(VIEW_NODE, &show_pbr_interface_cmd_vtysh);
30478 4 : install_element(VIEW_NODE, &show_pbr_ipset_cmd_vtysh);
30479 4 : install_element(VIEW_NODE, &show_pbr_iptable_cmd_vtysh);
30480 4 : install_element(VIEW_NODE, &show_pbr_map_cmd_vtysh);
30481 4 : install_element(VIEW_NODE, &show_pbr_nexthop_group_cmd_vtysh);
30482 4 : install_element(VIEW_NODE, &show_pbr_rule_cmd_vtysh);
30483 4 : install_element(VIEW_NODE, &show_pseudowires_cmd_vtysh);
30484 4 : install_element(VIEW_NODE, &show_pseudowires_detail_cmd_vtysh);
30485 4 : install_element(VIEW_NODE, &show_ro_cmd_vtysh);
30486 4 : install_element(VIEW_NODE, &show_route_cmd_vtysh);
30487 4 : install_element(VIEW_NODE, &show_route_detail_cmd_vtysh);
30488 4 : install_element(VIEW_NODE, &show_route_summary_cmd_vtysh);
30489 4 : install_element(VIEW_NODE, &show_route_zebra_dump_cmd_vtysh);
30490 4 : install_element(VIEW_NODE, &show_rpki_as_number_cmd_vtysh);
30491 4 : install_element(VIEW_NODE, &show_rpki_cache_connection_cmd_vtysh);
30492 4 : install_element(VIEW_NODE, &show_rpki_cache_server_cmd_vtysh);
30493 4 : install_element(VIEW_NODE, &show_rpki_prefix_cmd_vtysh);
30494 4 : install_element(VIEW_NODE, &show_rpki_prefix_table_cmd_vtysh);
30495 4 : install_element(VIEW_NODE, &show_sr_node_cmd_vtysh);
30496 4 : install_element(VIEW_NODE, &show_srv6_locator_cmd_vtysh);
30497 4 : install_element(VIEW_NODE, &show_srv6_locator_detail_cmd_vtysh);
30498 4 : install_element(VIEW_NODE, &show_vnc_queries_pfx_cmd_vtysh);
30499 4 : install_element(VIEW_NODE, &show_vrf_cmd_vtysh);
30500 4 : install_element(VIEW_NODE, &show_vrf_vni_cmd_vtysh);
30501 4 : install_element(VIEW_NODE, &show_watchfrr_cmd_vtysh);
30502 4 : install_element(VIEW_NODE, &vnc_show_nves_cmd_vtysh);
30503 4 : install_element(VIEW_NODE, &vnc_show_nves_ptct_cmd_vtysh);
30504 4 : install_element(VIEW_NODE, &vnc_show_registrations_pfx_cmd_vtysh);
30505 4 : install_element(VIEW_NODE, &vnc_show_registrations_some_pfx_cmd_vtysh);
30506 4 : install_element(VIEW_NODE, &vnc_show_responses_pfx_cmd_vtysh);
30507 4 : install_element(VIEW_NODE, &vnc_show_responses_some_pfx_cmd_vtysh);
30508 4 : install_element(VIEW_NODE, &vnc_show_summary_cmd_vtysh);
30509 4 : install_element(VIEW_NODE, &vrrp_vrid_show_cmd_vtysh);
30510 4 : install_element(VIEW_NODE, &vrrp_vrid_show_summary_cmd_vtysh);
30511 4 : install_element(VIEW_NODE, &zebra_show_routing_tables_summary_cmd_vtysh);
30512 4 : install_element(VRF_NODE, &ip_igmp_group_watermark_cmd_vtysh);
30513 4 : install_element(VRF_NODE, &ip_msdp_mesh_group_member_cmd_vtysh);
30514 4 : install_element(VRF_NODE, &ip_msdp_mesh_group_source_cmd_vtysh);
30515 4 : install_element(VRF_NODE, &ip_msdp_peer_cmd_vtysh);
30516 4 : install_element(VRF_NODE, &ip_msdp_timers_cmd_vtysh);
30517 4 : install_element(VRF_NODE, &ip_nht_default_route_cmd_vtysh);
30518 4 : install_element(VRF_NODE, &ip_pim_ecmp_cmd_vtysh);
30519 4 : install_element(VRF_NODE, &ip_pim_ecmp_rebalance_cmd_vtysh);
30520 4 : install_element(VRF_NODE, &ip_pim_keep_alive_cmd_vtysh);
30521 4 : install_element(VRF_NODE, &ip_pim_rp_cmd_vtysh);
30522 4 : install_element(VRF_NODE, &ip_pim_rp_keep_alive_cmd_vtysh);
30523 4 : install_element(VRF_NODE, &ip_pim_rp_prefix_list_cmd_vtysh);
30524 4 : install_element(VRF_NODE, &ip_pim_spt_switchover_infinity_cmd_vtysh);
30525 4 : install_element(VRF_NODE, &ip_pim_spt_switchover_infinity_plist_cmd_vtysh);
30526 4 : install_element(VRF_NODE, &ip_pim_ssm_prefix_list_cmd_vtysh);
30527 4 : install_element(VRF_NODE, &ip_pim_v6_secondary_cmd_vtysh);
30528 4 : install_element(VRF_NODE, &ip_protocol_cmd_vtysh);
30529 4 : install_element(VRF_NODE, &ip_protocol_nht_rmap_cmd_vtysh);
30530 4 : install_element(VRF_NODE, &ip_route_address_interface_vrf_cmd_vtysh);
30531 4 : install_element(VRF_NODE, &ip_route_blackhole_vrf_cmd_vtysh);
30532 4 : install_element(VRF_NODE, &ip_route_vrf_cmd_vtysh);
30533 4 : install_element(VRF_NODE, &ip_router_id_in_vrf_cmd_vtysh);
30534 4 : install_element(VRF_NODE, &ip_ssmpingd_cmd_vtysh);
30535 4 : install_element(VRF_NODE, &ip_table_range_cmd_vtysh);
30536 4 : install_element(VRF_NODE, &ipv6_mld_group_watermark_cmd_vtysh);
30537 4 : install_element(VRF_NODE, &ipv6_nht_default_route_cmd_vtysh);
30538 4 : install_element(VRF_NODE, &ipv6_pim_rp_cmd_vtysh);
30539 4 : install_element(VRF_NODE, &ipv6_pim_rp_prefix_list_cmd_vtysh);
30540 4 : install_element(VRF_NODE, &ipv6_protocol_cmd_vtysh);
30541 4 : install_element(VRF_NODE, &ipv6_protocol_nht_rmap_cmd_vtysh);
30542 4 : install_element(VRF_NODE, &ipv6_route_address_interface_vrf_cmd_vtysh);
30543 4 : install_element(VRF_NODE, &ipv6_route_blackhole_vrf_cmd_vtysh);
30544 4 : install_element(VRF_NODE, &ipv6_route_vrf_cmd_vtysh);
30545 4 : install_element(VRF_NODE, &ipv6_router_id_in_vrf_cmd_vtysh);
30546 4 : install_element(VRF_NODE, &ipv6_ssmpingd_cmd_vtysh);
30547 4 : install_element(VRF_NODE, &no_ip_igmp_group_watermark_cmd_vtysh);
30548 4 : install_element(VRF_NODE, &no_ip_msdp_mesh_group_cmd_vtysh);
30549 4 : install_element(VRF_NODE, &no_ip_msdp_mesh_group_member_cmd_vtysh);
30550 4 : install_element(VRF_NODE, &no_ip_msdp_mesh_group_source_cmd_vtysh);
30551 4 : install_element(VRF_NODE, &no_ip_msdp_peer_cmd_vtysh);
30552 4 : install_element(VRF_NODE, &no_ip_msdp_timers_cmd_vtysh);
30553 4 : install_element(VRF_NODE, &no_ip_nht_default_route_cmd_vtysh);
30554 4 : install_element(VRF_NODE, &no_ip_pim_ecmp_cmd_vtysh);
30555 4 : install_element(VRF_NODE, &no_ip_pim_ecmp_rebalance_cmd_vtysh);
30556 4 : install_element(VRF_NODE, &no_ip_pim_keep_alive_cmd_vtysh);
30557 4 : install_element(VRF_NODE, &no_ip_pim_rp_cmd_vtysh);
30558 4 : install_element(VRF_NODE, &no_ip_pim_rp_keep_alive_cmd_vtysh);
30559 4 : install_element(VRF_NODE, &no_ip_pim_rp_prefix_list_cmd_vtysh);
30560 4 : install_element(VRF_NODE, &no_ip_pim_spt_switchover_infinity_cmd_vtysh);
30561 4 : install_element(VRF_NODE, &no_ip_pim_spt_switchover_infinity_plist_cmd_vtysh);
30562 4 : install_element(VRF_NODE, &no_ip_pim_ssm_prefix_list_cmd_vtysh);
30563 4 : install_element(VRF_NODE, &no_ip_pim_ssm_prefix_list_name_cmd_vtysh);
30564 4 : install_element(VRF_NODE, &no_ip_pim_v6_secondary_cmd_vtysh);
30565 4 : install_element(VRF_NODE, &no_ip_protocol_cmd_vtysh);
30566 4 : install_element(VRF_NODE, &no_ip_protocol_nht_rmap_cmd_vtysh);
30567 4 : install_element(VRF_NODE, &no_ip_router_id_in_vrf_cmd_vtysh);
30568 4 : install_element(VRF_NODE, &no_ip_ssmpingd_cmd_vtysh);
30569 4 : install_element(VRF_NODE, &no_ipv6_mld_group_watermark_cmd_vtysh);
30570 4 : install_element(VRF_NODE, &no_ipv6_nht_default_route_cmd_vtysh);
30571 4 : install_element(VRF_NODE, &no_ipv6_pim_rp_cmd_vtysh);
30572 4 : install_element(VRF_NODE, &no_ipv6_pim_rp_prefix_list_cmd_vtysh);
30573 4 : install_element(VRF_NODE, &no_ipv6_protocol_cmd_vtysh);
30574 4 : install_element(VRF_NODE, &no_ipv6_protocol_nht_rmap_cmd_vtysh);
30575 4 : install_element(VRF_NODE, &no_ipv6_router_id_in_vrf_cmd_vtysh);
30576 4 : install_element(VRF_NODE, &no_ipv6_ssmpingd_cmd_vtysh);
30577 4 : install_element(VRF_NODE, &no_router_id_in_vrf_cmd_vtysh);
30578 4 : install_element(VRF_NODE, &no_vrf_netns_cmd_vtysh);
30579 4 : install_element(VRF_NODE, &no_vrf_vni_mapping_cmd_vtysh);
30580 4 : install_element(VRF_NODE, &pim_register_accept_list_cmd_vtysh);
30581 4 : install_element(VRF_NODE, &router_id_in_vrf_cmd_vtysh);
30582 4 : install_element(VRF_NODE, &vrf_netns_cmd_vtysh);
30583 4 : install_element(VRF_NODE, &vrf_vni_mapping_cmd_vtysh);
30584 4 : install_element(VTY_NODE, &exec_timeout_min_cmd_vtysh);
30585 4 : install_element(VTY_NODE, &exec_timeout_sec_cmd_vtysh);
30586 4 : install_element(VTY_NODE, &no_exec_timeout_cmd_vtysh);
30587 4 : install_element(VTY_NODE, &no_vty_access_class_cmd_vtysh);
30588 4 : install_element(VTY_NODE, &no_vty_ipv6_access_class_cmd_vtysh);
30589 4 : install_element(VTY_NODE, &no_vty_login_cmd_vtysh);
30590 4 : install_element(VTY_NODE, &vty_access_class_cmd_vtysh);
30591 4 : install_element(VTY_NODE, &vty_ipv6_access_class_cmd_vtysh);
30592 4 : install_element(VTY_NODE, &vty_login_cmd_vtysh);
30593 4 : }
|