New upstream version 1.2.4
[quagga-debian.git] / tests / test-commands-defun.c
1 #include <zebra.h>
2 #include "command.h"
3 #include "tests.h"
4
5 DEFSH (0|0|0|0|0, no_match_interface_cmd_vtysh, 
6        "no match interface", 
7        "Negate a command or set its defaults\n"
8        "Match values from routing table\n"
9        "Match first hop interface of route\n")
10
11 DEFSH (0, no_debug_ripng_packet_cmd_vtysh, 
12        "no debug ripng packet", 
13        "Negate a command or set its defaults\n"
14        "Debugging functions (see also 'undebug')\n"
15        "RIPng configuration\n"
16        "Debug option set for ripng packet\n")
17
18 DEFSH (0, show_bgp_ipv6_safi_neighbor_flap_cmd_vtysh, 
19        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
20        "Show running system information\n"
21        "BGP information\n"
22        "Address Family Modifier\n"
23        "Address Family Modifier\n"
24        "Address Family Modifier\n"
25        "Address Family Modifier\n"
26        "Detailed information on TCP and BGP neighbor connections\n"
27        "Neighbor to display information about\n"
28        "Neighbor to display information about\n"
29        "Display flap statistics of the routes learned from neighbor\n")
30
31 DEFSH (0, clear_bgp_ipv6_peer_group_soft_in_cmd_vtysh, 
32        "clear bgp ipv6 peer-group WORD soft in", 
33        "Reset functions\n"
34        "BGP information\n"
35        "Address family\n"
36        "Clear all members of peer-group\n"
37        "BGP peer-group name\n"
38        "Soft reconfig inbound and outbound updates\n"
39        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
40
41 DEFSH (0, no_bandwidth_if_val_cmd_vtysh, 
42        "no bandwidth <1-10000000>", 
43        "Negate a command or set its defaults\n"
44        "Set bandwidth informational parameter\n"
45        "Bandwidth in kilobits\n")
46
47 DEFSH (0|0|0|0, ipv6_prefix_list_seq_le_cmd_vtysh, 
48        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128>", 
49        "IPv6 information\n"
50        "Build a prefix list\n"
51        "Name of a prefix list\n"
52        "sequence number of an entry\n"
53        "Sequence number\n"
54        "Specify packets to reject\n"
55        "Specify packets to forward\n"
56        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
57        "Maximum prefix length to be matched\n"
58        "Maximum prefix length\n")
59
60 DEFSH (0, ipv6_route_flags_pref_cmd_vtysh, 
61        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255>", 
62        "IP information\n"
63        "Establish static routes\n"
64        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
65        "IPv6 gateway address\n"
66        "IPv6 gateway interface name\n"
67        "Emit an ICMP unreachable when matched\n"
68        "Silently discard pkts when matched\n"
69        "Distance value for this prefix\n")
70
71 DEFSH (0, ipv6_nd_homeagent_lifetime_cmd_vtysh, 
72        "ipv6 nd home-agent-lifetime <0-65520>", 
73        "Interface IPv6 config commands\n"
74        "Neighbor discovery\n"
75        "Home Agent lifetime\n"
76        "Home Agent lifetime in seconds (0 to track ra-lifetime)\n")
77
78 DEFSH (0, no_ip_ssmpingd_cmd_vtysh, 
79        "no ip ssmpingd [A.B.C.D]", 
80        "Negate a command or set its defaults\n"
81        "IP information\n"
82        "Enable ssmpingd operation\n"
83        "Source address\n")
84
85 DEFSH (0, clear_bgp_ipv6_external_soft_in_cmd_vtysh, 
86        "clear bgp ipv6 external soft in", 
87        "Reset functions\n"
88        "BGP information\n"
89        "Address family\n"
90        "Clear all external peers\n"
91        "Soft reconfig inbound and outbound updates\n"
92        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
93
94 DEFSH (0, ospf_dead_interval_cmd_vtysh, 
95        "ospf dead-interval <1-65535>", 
96        "OSPF interface commands\n"
97        "Interval after which a neighbor is declared dead\n"
98        "Seconds\n")
99
100 DEFSH (0, no_aggregate_address_summary_only_cmd_vtysh, 
101        "no aggregate-address A.B.C.D/M summary-only", 
102        "Negate a command or set its defaults\n"
103        "Configure BGP aggregate entries\n"
104        "Aggregate prefix\n"
105        "Filter more specific routes from updates\n")
106
107 DEFSH (0, ipv6_route_ifname_pref_tag_vrf_cmd_vtysh, 
108        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>" "vrf <0-65535>", 
109        "IP information\n"
110        "Establish static routes\n"
111        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
112        "IPv6 gateway address\n"
113        "IPv6 gateway interface name\n"
114        "Set tag for this route\n"
115        "Tag value\n"
116        "Distance value for this prefix\n"
117        "Specify the VRF\nThe VRF ID\n")
118
119 DEFSH (0, rip_distance_cmd_vtysh, 
120        "distance <1-255>", 
121        "Administrative distance\n"
122        "Distance value\n")
123
124 DEFSH (0, show_bgp_community_list_exact_cmd_vtysh, 
125        "show bgp community-list (<1-500>|WORD) exact-match", 
126        "Show running system information\n"
127        "BGP information\n"
128        "Display routes matching the community-list\n"
129        "community-list number\n"
130        "community-list name\n"
131        "Exact match of the communities\n")
132
133 DEFSH (0, no_ipv6_route_flags_pref_tag_cmd_vtysh, 
134        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
135        "Negate a command or set its defaults\n"
136        "IP information\n"
137        "Establish static routes\n"
138        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
139        "IPv6 gateway address\n"
140        "IPv6 gateway interface name\n"
141        "Emit an ICMP unreachable when matched\n"
142        "Silently discard pkts when matched\n"
143        "Set tag for this route\n"
144        "Tag value\n"
145        "Distance value for this prefix\n")
146
147 DEFSH (0, debug_zebra_fpm_cmd_vtysh, 
148        "debug zebra fpm", 
149        "Debugging functions (see also 'undebug')\n"
150        "Zebra configuration\n"
151        "Debug zebra FPM events\n")
152
153 DEFSH (0, show_bgp_ipv4_vpn_rd_neighbor_advertised_routes_cmd_vtysh, 
154        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
155        "Show running system information\n"
156        "BGP information\n"
157        "Address Family\n"
158        "Display VPN NLRI specific information\n"
159        "Display information for a route distinguisher\n"
160        "VPN Route Distinguisher\n"
161        "Detailed information on TCP and BGP neighbor connections\n"
162        "Neighbor to display information about\n"
163        "Neighbor to display information about\n"
164        "Display the routes advertised to a BGP neighbor\n")
165
166 DEFSH (0, clear_bgp_ipv6_peer_group_out_cmd_vtysh, 
167        "clear bgp ipv6 peer-group WORD out", 
168        "Reset functions\n"
169        "BGP information\n"
170        "Address family\n"
171        "Clear all members of peer-group\n"
172        "BGP peer-group name\n"
173        "Resend all outbound updates\n")
174
175 DEFSH (0, show_ip_bgp_ipv4_lcommunity2_cmd_vtysh, 
176        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC)", 
177        "Show running system information\n"
178        "IP information\n"
179        "BGP information\n"
180        "Address family\n"
181        "Address Family modifier\n"
182        "Address Family modifier\n"
183        "Display routes matching the large-communities\n"
184        "large-community number\n"
185        "large-community number\n")
186
187 DEFSH (0, ipv6_ospf6_cost_cmd_vtysh, 
188        "ipv6 ospf6 cost <1-65535>", 
189        "IPv6 Information\n"
190        "Open Shortest Path First (OSPF) for IPv6\n"
191        "Interface cost\n"
192        "Outgoing metric of this interface\n"
193        )
194
195 DEFSH (0, show_bgp_ipv4_safi_neighbor_advertised_route_cmd_vtysh, 
196        "show bgp ipv4 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
197        "Show running system information\n"
198        "BGP information\n"
199        "Address Family modifier\n"
200        "Address Family modifier\n"
201        "Detailed information on TCP and BGP neighbor connections\n"
202        "Neighbor to display information about\n"
203        "Neighbor to display information about\n"
204        "Display the routes advertised to a BGP neighbor\n")
205
206 DEFSH (0, show_bgp_ipv4_safi_rd_prefix_cmd_vtysh, 
207        "show bgp ipv4 (encap|vpn) rd ASN:nn_or_IP-address:nn A.B.C.D/M", 
208        "Show running system information\n"
209        "BGP information\n"
210        "Address Family\n"
211        "Address Family Modifier\n"
212        "Address Family Modifier\n"
213        "Display information for a route distinguisher\n"
214        "ENCAP Route Distinguisher\n"
215        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
216
217 DEFSH (0, clear_bgp_ipv6_all_in_prefix_filter_cmd_vtysh, 
218        "clear bgp ipv6 * in prefix-filter", 
219        "Reset functions\n"
220        "BGP information\n"
221        "Address family\n"
222        "Clear all peers\n"
223        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
224        "Push out prefix-list ORF and do inbound soft reconfig\n")
225
226 DEFSH (0, debug_ospf6_interface_cmd_vtysh, 
227        "debug ospf6 interface", 
228        "Debugging functions (see also 'undebug')\n"
229        "Open Shortest Path First (OSPF) for IPv6\n"
230        "Debug OSPFv3 Interface\n"
231       )
232
233 DEFSH (0, ip_route_mask_flags_tag_vrf_cmd_vtysh, 
234        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
235        "IP information\n"
236        "Establish static routes\n"
237        "IP destination prefix\n"
238        "IP destination prefix mask\n"
239        "IP gateway address\n"
240        "IP gateway interface name\n"
241        "Emit an ICMP unreachable when matched\n"
242        "Silently discard pkts when matched\n"
243        "Set tag for this route\n"
244        "Tag value\n"
245        "Specify the VRF\nThe VRF ID\n")
246
247 DEFSH (0, ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh, 
248        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
249        "IP information\n"
250        "Establish static routes\n"
251        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
252        "IPv6 gateway address\n"
253        "IPv6 gateway interface name\n"
254        "Emit an ICMP unreachable when matched\n"
255        "Silently discard pkts when matched\n"
256        "Set tag for this route\n"
257        "Tag value\n"
258        "Distance value for this prefix\n"
259        "Specify the VRF\nThe VRF ID\n")
260
261 DEFSH (0, show_bgp_route_map_cmd_vtysh, 
262        "show bgp route-map WORD", 
263        "Show running system information\n"
264        "BGP information\n"
265        "Display routes matching the route-map\n"
266        "A route-map to match on\n")
267
268 DEFSH (0, ipv6_mbgp_neighbor_received_routes_cmd_vtysh, 
269        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
270        "Show running system information\n"
271        "IPv6 information\n"
272        "MBGP information\n"
273        "Detailed information on TCP and BGP neighbor connections\n"
274        "Neighbor to display information about\n"
275        "Neighbor to display information about\n"
276        "Display the received routes from neighbor\n")
277
278 DEFSH (0, show_bgp_view_neighbor_received_routes_cmd_vtysh, 
279        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) received-routes", 
280        "Show running system information\n"
281        "BGP information\n"
282        "BGP view\n"
283        "View name\n"
284        "Detailed information on TCP and BGP neighbor connections\n"
285        "Neighbor to display information about\n"
286        "Neighbor to display information about\n"
287        "Display the received routes from neighbor\n")
288
289 DEFSH (0, no_set_ecommunity_soo_cmd_vtysh, 
290        "no set extcommunity soo", 
291        "Negate a command or set its defaults\n"
292        "Set values in destination routing protocol\n"
293        "BGP extended community attribute\n"
294        "Site-of-Origin extended community\n")
295
296 DEFSH (0, debug_bgp_zebra_cmd_vtysh, 
297        "debug bgp zebra", 
298        "Debugging functions (see also 'undebug')\n"
299        "BGP information\n"
300        "BGP Zebra messages\n")
301
302 DEFSH (0, no_ripng_redistribute_type_metric_cmd_vtysh, 
303        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16>", 
304        "Negate a command or set its defaults\n"
305        "Redistribute\n"
306        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
307        "Metric\n"
308        "Metric value\n")
309
310 DEFSH (0, clear_ip_bgp_peer_group_ipv4_soft_cmd_vtysh, 
311        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft", 
312        "Reset functions\n"
313        "IP information\n"
314        "BGP information\n"
315        "Clear all members of peer-group\n"
316        "BGP peer-group name\n"
317        "Address family\n"
318        "Address Family modifier\n"
319        "Address Family modifier\n"
320        "Soft reconfig inbound and outbound updates\n")
321
322 DEFSH (0, debug_isis_adj_cmd_vtysh, 
323        "debug isis adj-packets", 
324        "Debugging functions (see also 'undebug')\n"
325        "IS-IS information\n"
326        "IS-IS Adjacency related packets\n")
327
328 DEFSH (0, interface_ip_pim_ssm_cmd_vtysh, 
329        "ip pim ssm", 
330        "IP information\n"
331        "PIM information\n"
332        "Enable PIM SSM operation\n")
333
334 DEFSH (0, show_bgp_rsclient_cmd_vtysh, 
335        "show bgp rsclient (A.B.C.D|X:X::X:X)", 
336        "Show running system information\n"
337        "BGP information\n"
338        "Information about Route Server Client\n"
339        "Neighbor address\nIPv6 address\n")
340
341 DEFSH (0, ip_route_tag_distance_cmd_vtysh, 
342        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
343        "IP information\n"
344        "Establish static routes\n"
345        "IP destination prefix (e.g. 10.0.0.0/8)\n"
346        "IP gateway address\n"
347        "IP gateway interface name\n"
348        "Null interface\n"
349        "Set tag for this route\n"
350        "Tag value\n"
351        "Distance value for this route\n")
352
353 DEFSH (0, no_ipv6_nd_ra_interval_msec_val_cmd_vtysh, 
354        "no ipv6 nd ra-interval msec <1-1800000>", 
355        "Negate a command or set its defaults\n"
356        "Interface IPv6 config commands\n"
357        "Neighbor discovery\n"
358        "Router Advertisement interval\n"
359        "Router Advertisement interval in milliseconds\n")
360
361 DEFSH (0, show_bgp_community2_cmd_vtysh, 
362        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
363        "Show running system information\n"
364        "BGP information\n"
365        "Display routes matching the communities\n"
366        "community number\n"
367        "Do not send outside local AS (well-known community)\n"
368        "Do not advertise to any peer (well-known community)\n"
369        "Do not export to next AS (well-known community)\n"
370        "community number\n"
371        "Do not send outside local AS (well-known community)\n"
372        "Do not advertise to any peer (well-known community)\n"
373        "Do not export to next AS (well-known community)\n")
374
375 DEFSH (0, no_bgp_default_ipv4_unicast_cmd_vtysh, 
376        "no bgp default ipv4-unicast", 
377        "Negate a command or set its defaults\n"
378        "BGP specific commands\n"
379        "Configure BGP defaults\n"
380        "Activate ipv4-unicast for a peer by default\n")
381
382 DEFSH (0, ip_rip_split_horizon_cmd_vtysh, 
383        "ip rip split-horizon", 
384        "IP information\n"
385        "Routing Information Protocol\n"
386        "Perform split horizon\n")
387
388 DEFSH (0, show_bgp_view_ipv6_safi_rsclient_cmd_vtysh, 
389        "show bgp view WORD ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
390        "Show running system information\n"
391        "BGP information\n"
392        "BGP view\n"
393        "View name\n"
394        "Address family\n"
395        "Address Family modifier\n"
396        "Address Family modifier\n"
397        "Information about Route Server Client\n"
398        "Neighbor address\nIPv6 address\n")
399
400 DEFSH (0, aggregate_address_summary_only_cmd_vtysh, 
401        "aggregate-address A.B.C.D/M summary-only", 
402        "Configure BGP aggregate entries\n"
403        "Aggregate prefix\n"
404        "Filter more specific routes from updates\n")
405
406 DEFSH (0, ipv6_nd_prefix_val_noauto_cmd_vtysh, 
407        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
408        "(<0-4294967295>|infinite) (no-autoconfig|)", 
409        "Interface IPv6 config commands\n"
410        "Neighbor discovery\n"
411        "Prefix information\n"
412        "IPv6 prefix\n"
413        "Valid lifetime in seconds\n"
414        "Infinite valid lifetime\n"
415        "Preferred lifetime in seconds\n"
416        "Infinite preferred lifetime\n"
417        "Do not use prefix for autoconfiguration")
418
419 DEFSH (0, pce_address_cmd_vtysh, 
420        "pce address A.B.C.D", 
421        "PCE Router Information specific commands\n"
422        "Stable IP address of the PCE\n"
423        "PCE address in IPv4 address format\n")
424
425 DEFSH (0, clear_ip_bgp_all_encap_soft_in_cmd_vtysh, 
426        "clear ip bgp * encap unicast soft in", 
427        "Reset functions\n"
428        "IP information\n"
429        "BGP information\n"
430        "Clear all peers\n"
431        "Address family\n"
432        "Address Family Modifier\n"
433        "Soft reconfig\n"
434        "Soft reconfig inbound update\n")
435
436 DEFSH (0, show_ip_bgp_route_cmd_vtysh, 
437        "show ip bgp A.B.C.D", 
438        "Show running system information\n"
439        "IP information\n"
440        "BGP information\n"
441        "Network in the BGP routing table to display\n")
442
443 DEFSH (0, no_isis_hello_multiplier_l2_cmd_vtysh, 
444        "no isis hello-multiplier level-2", 
445        "Negate a command or set its defaults\n"
446        "IS-IS commands\n"
447        "Set multiplier for Hello holding time\n"
448        "Specify hello multiplier for level-2 IIHs\n")
449
450 DEFSH (0, show_ipv6_mbgp_community4_cmd_vtysh, 
451        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
452        "Show running system information\n"
453        "IPv6 information\n"
454        "MBGP information\n"
455        "Display routes matching the communities\n"
456        "community number\n"
457        "Do not send outside local AS (well-known community)\n"
458        "Do not advertise to any peer (well-known community)\n"
459        "Do not export to next AS (well-known community)\n"
460        "community number\n"
461        "Do not send outside local AS (well-known community)\n"
462        "Do not advertise to any peer (well-known community)\n"
463        "Do not export to next AS (well-known community)\n"
464        "community number\n"
465        "Do not send outside local AS (well-known community)\n"
466        "Do not advertise to any peer (well-known community)\n"
467        "Do not export to next AS (well-known community)\n"
468        "community number\n"
469        "Do not send outside local AS (well-known community)\n"
470        "Do not advertise to any peer (well-known community)\n"
471        "Do not export to next AS (well-known community)\n")
472
473 DEFSH (0, no_ip_route_flags_distance2_cmd_vtysh, 
474        "no ip route A.B.C.D/M (reject|blackhole) <1-255>", 
475        "Negate a command or set its defaults\n"
476        "IP information\n"
477        "Establish static routes\n"
478        "IP destination prefix (e.g. 10.0.0.0/8)\n"
479        "Emit an ICMP unreachable when matched\n"
480        "Silently discard pkts when matched\n"
481        "Distance value for this route\n")
482
483 DEFSH (0, no_debug_rip_zebra_cmd_vtysh, 
484        "no debug rip zebra", 
485        "Negate a command or set its defaults\n"
486        "Debugging functions (see also 'undebug')\n"
487        "RIP information\n"
488        "RIP and ZEBRA communication\n")
489
490 DEFSH (0, show_ipv6_mbgp_community_list_exact_cmd_vtysh, 
491        "show ipv6 mbgp community-list WORD exact-match", 
492        "Show running system information\n"
493        "IPv6 information\n"
494        "MBGP information\n"
495        "Display routes matching the community-list\n"
496        "community-list name\n"
497        "Exact match of the communities\n")
498
499 DEFSH (0, ospf_distance_cmd_vtysh, 
500        "distance <1-255>", 
501        "Define an administrative distance\n"
502        "OSPF Administrative distance\n")
503
504 DEFSH (0, no_rip_distance_source_cmd_vtysh, 
505        "no distance <1-255> A.B.C.D/M", 
506        "Negate a command or set its defaults\n"
507        "Administrative distance\n"
508        "Distance value\n"
509        "IP source prefix\n")
510
511 DEFSH (0, spf_interval_l2_cmd_vtysh, 
512        "spf-interval level-2 <1-120>", 
513        "Minimum interval between SPF calculations\n"
514        "Set interval for level 2 only\n"
515        "Minimum interval between consecutive SPFs in seconds\n")
516
517 DEFSH (0, aggregate_address_mask_cmd_vtysh, 
518        "aggregate-address A.B.C.D A.B.C.D", 
519        "Configure BGP aggregate entries\n"
520        "Aggregate address\n"
521        "Aggregate mask\n")
522
523 DEFSH (0, no_ip_lcommunity_list_expanded_cmd_vtysh, 
524        "no ip large-community-list <100-500> (deny|permit) .LINE", 
525        "Negate a command or set its defaults\n"
526        "IP information\n"
527        "Add a large community list entry\n"
528        "Large Community list number (expanded)\n"
529        "Specify large community to reject\n"
530        "Specify large community to accept\n"
531        "An ordered list as a regular-expression\n")
532
533 DEFSH (0, ipv6_route_tag_cmd_vtysh, 
534        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>", 
535        "IP information\n"
536        "Establish static routes\n"
537        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
538        "IPv6 gateway address\n"
539        "IPv6 gateway interface name\n"
540        "Set tag for this route\n"
541        "Tag value\n")
542
543 DEFSH (0, no_spf_interval_l2_cmd_vtysh, 
544        "no spf-interval level-2", 
545        "Negate a command or set its defaults\n"
546        "Minimum interval between SPF calculations\n"
547        "Set interval for level 2 only\n")
548
549 DEFSH (0, show_bgp_view_afi_safi_lcommunity4_cmd_vtysh, 
550        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
551        "Show running system information\n"
552        "BGP information\n"
553        "BGP view\n"
554        "View name\n"
555        "Address family\n"
556        "Address family\n"
557        "Address family modifier\n"
558        "Address family modifier\n"
559        "Display routes matching the large-communities\n"
560        "large-community number\n"
561        "large-community number\n"
562        "large-community number\n"
563        "large-community number\n")
564
565 DEFSH (0, show_bgp_ipv6_safi_rsclient_prefix_cmd_vtysh, 
566        "show bgp ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
567        "Show running system information\n"
568        "BGP information\n"
569        "Address family\n"
570        "Address Family modifier\n"
571        "Address Family modifier\n"
572        "Information about Route Server Client\n"
573        "Neighbor address\nIPv6 address\n"
574        "IP prefix <network>/<length>,  e.g.,  3ffe::/16\n")
575
576 DEFSH (0, no_neighbor_allowas_in_cmd_vtysh, 
577        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "allowas-in", 
578        "Negate a command or set its defaults\n"
579        "Specify neighbor router\n"
580        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
581        "allow local ASN appears in aspath attribute\n")
582
583 DEFSH (0, show_ip_bgp_view_neighbor_advertised_route_cmd_vtysh, 
584        "show ip bgp view WORD neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
585        "Show running system information\n"
586        "IP information\n"
587        "BGP information\n"
588        "BGP view\n"
589        "View name\n"
590        "Detailed information on TCP and BGP neighbor connections\n"
591        "Neighbor to display information about\n"
592        "Neighbor to display information about\n"
593        "Display the routes advertised to a BGP neighbor\n")
594
595 DEFSH (0, clear_ip_bgp_peer_group_ipv4_out_cmd_vtysh, 
596        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) out", 
597        "Reset functions\n"
598        "IP information\n"
599        "BGP information\n"
600        "Clear all members of peer-group\n"
601        "BGP peer-group name\n"
602        "Address family\n"
603        "Address Family modifier\n"
604        "Address Family modifier\n"
605        "Resend all outbound updates\n")
606
607 DEFSH (0, no_set_vpnv4_nexthop_val_cmd_vtysh, 
608        "no set vpnv4 next-hop A.B.C.D", 
609        "Negate a command or set its defaults\n"
610        "Set values in destination routing protocol\n"
611        "VPNv4 information\n"
612        "VPNv4 next-hop address\n"
613        "IP address of next hop\n")
614
615 DEFSH (0, show_ipv6_bgp_lcommunity3_cmd_vtysh, 
616        "show ipv6 bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
617        "Show running system information\n"
618        "IPv6 information\n"
619        "BGP information\n"
620        "Display routes matching the large-communities\n"
621        "large-community number\n"
622        "large-community number\n"
623        "large-community number\n")
624
625 DEFSH (0, no_neighbor_attr_unchanged10_cmd_vtysh, 
626        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med as-path next-hop", 
627        "Negate a command or set its defaults\n"
628        "Specify neighbor router\n"
629        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
630        "BGP attribute is propagated unchanged to this neighbor\n"
631        "Med attribute\n"
632        "As-path attribute\n"
633        "Nexthop attribute\n")
634
635 DEFSH (0, clear_ip_bgp_instance_all_soft_in_cmd_vtysh, 
636        "clear ip bgp view WORD * soft in", 
637        "Reset functions\n"
638        "IP information\n"
639        "BGP information\n"
640        "BGP view\n"
641        "view name\n"
642        "Clear all peers\n"
643        "Soft reconfig inbound and outbound updates\n"
644        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
645
646 DEFSH (0, show_ipv6_route_protocol_cmd_vtysh, 
647        "show ipv6 route " "(kernel|connected|static|ripng|ospf6|isis|bgp|babel|nhrp)", 
648        "Show running system information\n"
649        "IP information\n"
650        "IP routing table\n"
651  "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
652
653 DEFSH (0, vpnv4_network_route_map_cmd_vtysh, 
654        "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD route-map WORD", 
655        "Specify a network to announce via BGP\n"
656        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
657        "Specify Route Distinguisher\n"
658        "VPN Route Distinguisher\n"
659        "BGP tag\n"
660        "tag value\n"
661        "route map\n"
662        "route map name\n")
663
664 DEFSH (0, show_ip_ospf_neighbor_detail_cmd_vtysh, 
665        "show ip ospf neighbor detail", 
666        "Show running system information\n"
667        "IP information\n"
668        "OSPF information\n"
669        "Neighbor list\n"
670        "detail of all neighbors\n")
671
672 DEFSH (0, show_bgp_view_afi_safi_lcommunity_all_cmd_vtysh, 
673        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community", 
674        "Show running system information\n"
675        "BGP information\n"
676        "BGP view\n"
677        "View name\n"
678        "Address family\n"
679        "Address family\n"
680        "Address Family modifier\n"
681        "Address Family modifier\n"
682        "Display routes matching the large-communities\n")
683
684 DEFSH (0, rip_passive_interface_cmd_vtysh, 
685        "passive-interface (IFNAME|default)", 
686        "Suppress routing updates on an interface\n"
687        "Interface name\n"
688        "default for all interfaces\n")
689
690 DEFSH (0, ipv6_nd_ra_lifetime_cmd_vtysh, 
691        "ipv6 nd ra-lifetime <0-9000>", 
692        "Interface IPv6 config commands\n"
693        "Neighbor discovery\n"
694        "Router lifetime\n"
695        "Router lifetime in seconds (0 stands for a non-default gw)\n")
696
697 DEFSH (0, no_isis_priority_arg_cmd_vtysh, 
698        "no isis priority <0-127>", 
699        "Negate a command or set its defaults\n"
700        "IS-IS commands\n"
701        "Set priority for Designated Router election\n"
702        "Priority value\n")
703
704 DEFSH (0, no_ip_address_cmd_vtysh, 
705        "no ip address A.B.C.D/M", 
706        "Negate a command or set its defaults\n"
707        "Interface Internet Protocol config commands\n"
708        "Set the IP address of an interface\n"
709        "IP Address (e.g. 10.0.0.1/8)")
710
711 DEFSH (0, no_link_params_admin_grp_cmd_vtysh, 
712        "no admin-grp", 
713        "Negate a command or set its defaults\n"
714        "Disable Administrative group membership on this interface\n")
715
716 DEFSH (0, ospf_passive_interface_addr_cmd_vtysh, 
717        "passive-interface IFNAME A.B.C.D", 
718        "Suppress routing updates on an interface\n"
719        "Interface's name\n")
720
721 DEFSH (0, no_bgp_network_route_map_cmd_vtysh, 
722        "no network A.B.C.D/M route-map WORD", 
723        "Negate a command or set its defaults\n"
724        "Specify a network to announce via BGP\n"
725        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
726        "Route-map to modify the attributes\n"
727        "Name of the route map\n")
728
729 DEFSH (0, no_lsp_refresh_interval_l1_cmd_vtysh, 
730        "no lsp-refresh-interval level-1", 
731        "Negate a command or set its defaults\n"
732        "LSP refresh interval for Level 1 only in seconds\n")
733
734 DEFSH (0, ip_community_list_standard_cmd_vtysh, 
735        "ip community-list <1-99> (deny|permit) .AA:NN", 
736        "IP information\n"
737        "Add a community list entry\n"
738        "Community list number (standard)\n"
739        "Specify community to reject\n"
740        "Specify community to accept\n"
741        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
742
743 DEFSH (0, no_ipv6_forwarding_cmd_vtysh, 
744        "no ipv6 forwarding", 
745        "Negate a command or set its defaults\n"
746        "IPv6 information\n"
747        "Turn off IPv6 forwarding")
748
749 DEFSH (0, clear_ip_bgp_external_ipv4_in_cmd_vtysh, 
750        "clear ip bgp external ipv4 (unicast|multicast) in", 
751        "Reset functions\n"
752        "IP information\n"
753        "BGP information\n"
754        "Clear all external peers\n"
755        "Address family\n"
756        "Address Family modifier\n"
757        "Address Family modifier\n"
758        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
759
760 DEFSH (0, ip_irdp_debug_messages_cmd_vtysh, 
761        "ip irdp debug messages", 
762        "IP information\n"
763        "ICMP Router discovery debug Averts. and Solicits (short)\n")
764
765 DEFSH (0, ospf_authentication_key_cmd_vtysh, 
766        "ospf authentication-key AUTH_KEY", 
767        "OSPF interface commands\n"
768        "Authentication password (key)\n"
769        "The OSPF password (key)")
770
771 DEFSH (0, show_bgp_ipv6_safi_flap_route_map_cmd_vtysh, 
772        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics route-map WORD", 
773        "Show running system information\n"
774        "BGP information\n"
775        "IPv6 information\n"
776        "Address Family Modifier\n"
777        "Address Family Modifier\n"
778        "Address Family Modifier\n"
779        "Address Family Modifier\n"
780        "Display flap statistics of routes\n"
781        "Display routes matching the route-map\n"
782        "A route-map to match on\n")
783
784 DEFSH (0, no_access_list_cmd_vtysh, 
785        "no access-list WORD (deny|permit) A.B.C.D/M", 
786        "Negate a command or set its defaults\n"
787        "Add an access list entry\n"
788        "IP zebra access-list name\n"
789        "Specify packets to reject\n"
790        "Specify packets to forward\n"
791        "Prefix to match. e.g. 10.0.0.0/8\n")
792
793 DEFSH (0, show_ip_route_prefix_vrf_cmd_vtysh, 
794        "show ip route A.B.C.D/M " "vrf <0-65535>", 
795        "Show running system information\n"
796        "IP information\n"
797        "IP routing table\n"
798        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
799        "Specify the VRF\nThe VRF ID\n")
800
801 DEFSH (0, clear_ip_bgp_as_encap_in_cmd_vtysh, 
802        "clear ip bgp " "<1-4294967295>" " encap unicast in", 
803        "Reset functions\n"
804        "IP information\n"
805        "BGP information\n"
806        "Clear peers with the AS number\n"
807        "Address family\n"
808        "Address Family modifier\n"
809        "Soft reconfig inbound update\n")
810
811 DEFSH (0, show_bgp_ipv6_vpn_rd_tags_cmd_vtysh, 
812        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn tags", 
813        "Show running system information\n"
814        "BGP information\n"
815        "Address Family\n"
816        "Display VPN NLRI specific information\n"
817        "Display information for a route distinguisher\n"
818        "VPN Route Distinguisher\n"
819        "Display BGP tags for prefixes\n")
820
821 DEFSH (0, show_bgp_ipv4_safi_neighbor_received_prefix_filter_cmd_vtysh, 
822        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
823        "Show running system information\n"
824        "BGP information\n"
825        "IP information\n"
826        "Address Family modifier\n"
827        "Address Family modifier\n"
828        "Address Family modifier\n"
829        "Address Family modifier\n"
830        "Detailed information on TCP and BGP neighbor connections\n"
831        "Neighbor to display information about\n"
832        "Neighbor to display information about\n"
833        "Display information received from a BGP neighbor\n"
834        "Display the prefixlist filter\n")
835
836 DEFSH (0, show_bgp_ipv4_safi_lcommunity_list_cmd_vtysh, 
837        "show bgp ipv4 (unicast|multicast) large-community-list (<1-500>|WORD)", 
838        "Show running system information\n"
839        "BGP information\n"
840        "Address family\n"
841        "Address Family modifier\n"
842        "Address Family modifier\n"
843        "Display routes matching the large-community-list\n"
844        "large-community-list number\n"
845        "large-community-list name\n")
846
847 DEFSH (0, no_debug_ospf6_spf_process_cmd_vtysh, 
848        "no debug ospf6 spf process", 
849        "Negate a command or set its defaults\n"
850        "Debugging functions (see also 'undebug')\n"
851        "Open Shortest Path First (OSPF) for IPv6\n"
852        "Quit Debugging SPF Calculation\n"
853        "Quit Debugging Detailed SPF Process\n"
854       )
855
856 DEFSH (0, show_bgp_ipv4_prefix_longer_cmd_vtysh, 
857        "show bgp ipv4 A.B.C.D/M longer-prefixes", 
858        "Show running system information\n"
859        "BGP information\n"
860        "IP information\n"
861        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
862        "Display route and more specific routes\n")
863
864 DEFSH (0, ip_rip_send_version_1_cmd_vtysh, 
865        "ip rip send version 1 2", 
866        "IP information\n"
867        "Routing Information Protocol\n"
868        "Advertisement transmission\n"
869        "Version control\n"
870        "RIP version 1\n"
871        "RIP version 2\n")
872
873 DEFSH (0, clear_ip_bgp_all_soft_cmd_vtysh, 
874        "clear ip bgp * soft", 
875        "Reset functions\n"
876        "IP information\n"
877        "BGP information\n"
878        "Clear all peers\n"
879        "Soft reconfig inbound and outbound updates\n")
880
881 DEFSH (0, show_bgp_instance_ipv6_rsclient_summary_cmd_vtysh, 
882        "show bgp view WORD ipv6 rsclient summary", 
883        "Show running system information\n"
884        "BGP information\n"
885        "BGP view\n"
886        "View name\n"
887        "Address family\n"
888        "Information about Route Server Clients\n"
889        "Summary of all Route Server Clients\n")
890
891 DEFSH (0, no_ospf_retransmit_interval_cmd_vtysh, 
892        "no ospf retransmit-interval", 
893        "Negate a command or set its defaults\n"
894        "OSPF interface commands\n"
895        "Time between retransmitting lost link state advertisements\n")
896
897 DEFSH (0, ripng_timers_cmd_vtysh, 
898        "timers basic <0-65535> <0-65535> <0-65535>", 
899        "RIPng timers setup\n"
900        "Basic timer\n"
901        "Routing table update timer value in second. Default is 30.\n"
902        "Routing information timeout timer. Default is 180.\n"
903        "Garbage collection timer. Default is 120.\n")
904
905 DEFSH (0, no_isis_hello_interval_l1_cmd_vtysh, 
906        "no isis hello-interval level-1", 
907        "Negate a command or set its defaults\n"
908        "IS-IS commands\n"
909        "Set Hello interval\n"
910        "Specify hello-interval for level-1 IIHs\n")
911
912 DEFSH (0, aggregate_address_as_set_cmd_vtysh, 
913        "aggregate-address A.B.C.D/M as-set", 
914        "Configure BGP aggregate entries\n"
915        "Aggregate prefix\n"
916        "Generate AS set path information\n")
917
918 DEFSH (0, debug_ripng_zebra_cmd_vtysh, 
919        "debug ripng zebra", 
920        "Debugging functions (see also 'undebug')\n"
921        "RIPng configuration\n"
922        "Debug option set for ripng and zebra communication\n")
923
924 DEFSH (0, ospf6_log_adjacency_changes_cmd_vtysh, 
925        "log-adjacency-changes", 
926        "Log changes in adjacency state\n")
927
928 DEFSH (0, no_ip_route_mask_flags2_cmd_vtysh, 
929        "no ip route A.B.C.D A.B.C.D (reject|blackhole)", 
930        "Negate a command or set its defaults\n"
931        "IP information\n"
932        "Establish static routes\n"
933        "IP destination prefix\n"
934        "IP destination prefix mask\n"
935        "Emit an ICMP unreachable when matched\n"
936        "Silently discard pkts when matched\n")
937
938 DEFSH (0, clear_ip_bgp_peer_group_ipv4_soft_out_cmd_vtysh, 
939        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft out", 
940        "Reset functions\n"
941        "IP information\n"
942        "BGP information\n"
943        "Clear all members of peer-group\n"
944        "BGP peer-group name\n"
945        "Address family\n"
946        "Address Family modifier\n"
947        "Address Family modifier\n"
948        "Soft reconfig inbound and outbound updates\n"
949        "Resend all outbound updates\n")
950
951 DEFSH (0, no_ip_community_list_standard_all_cmd_vtysh, 
952        "no ip community-list <1-99>", 
953        "Negate a command or set its defaults\n"
954        "IP information\n"
955        "Add a community list entry\n"
956        "Community list number (standard)\n")
957
958 DEFSH (0, ip_rip_send_version_cmd_vtysh, 
959        "ip rip send version (1|2)", 
960        "IP information\n"
961        "Routing Information Protocol\n"
962        "Advertisement transmission\n"
963        "Version control\n"
964        "RIP version 1\n"
965        "RIP version 2\n")
966
967 DEFSH (0, old_ipv6_bgp_network_cmd_vtysh, 
968        "ipv6 bgp network X:X::X:X/M", 
969        "IPv6 information\n"
970        "BGP information\n"
971        "Specify a network to announce via BGP\n"
972        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
973
974 DEFSH (0, ipv6_nd_prefix_noval_rev_cmd_vtysh, 
975        "ipv6 nd prefix X:X::X:X/M (off-link|) (no-autoconfig|)", 
976        "Interface IPv6 config commands\n"
977        "Neighbor discovery\n"
978        "Prefix information\n"
979        "IPv6 prefix\n"
980        "Do not use prefix for onlink determination\n"
981        "Do not use prefix for autoconfiguration\n")
982
983 DEFSH (0, neighbor_attr_unchanged1_cmd_vtysh, 
984        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged (as-path|next-hop|med)", 
985        "Specify neighbor router\n"
986        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
987        "BGP attribute is propagated unchanged to this neighbor\n"
988        "As-path attribute\n"
989        "Nexthop attribute\n"
990        "Med attribute\n")
991
992 DEFSH (0, neighbor_port_cmd_vtysh, 
993        "neighbor (A.B.C.D|X:X::X:X) " "port <0-65535>", 
994        "Specify neighbor router\n"
995        "Neighbor address\nIPv6 address\n"
996        "Neighbor's BGP port\n"
997        "TCP port number\n")
998
999 DEFSH (0, neighbor_shutdown_cmd_vtysh, 
1000        "neighbor (A.B.C.D|X:X::X:X|WORD) " "shutdown", 
1001        "Specify neighbor router\n"
1002        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1003        "Administratively shut down this neighbor\n")
1004
1005 DEFSH (0, show_ipv6_ospf6_linkstate_network_cmd_vtysh, 
1006        "show ipv6 ospf6 linkstate network A.B.C.D A.B.C.D", 
1007        "Show running system information\n"
1008        "IPv6 Information\n"
1009        "Open Shortest Path First (OSPF) for IPv6\n"
1010        "Display linkstate routing table\n"
1011        "Display Network Entry\n"
1012        "Specify Router ID as IPv4 address notation\n"
1013        "Specify Link state ID as IPv4 address notation\n"
1014       )
1015
1016 DEFSH (0, show_bgp_ipv4_vpn_neighbor_routes_cmd_vtysh, 
1017        "show bgp ipv4 vpn neighbors (A.B.C.D|X:X::X:X) routes", 
1018        "Show running system information\n"
1019        "BGP information\n"
1020        "Address Family\n"
1021        "Display VPN NLRI specific information\n"
1022        "Detailed information on TCP and BGP neighbor connections\n"
1023        "Neighbor to display information about\n"
1024        "Neighbor to display information about\n"
1025        "Display routes learned from neighbor\n")
1026
1027 DEFSH (0, debug_isis_rtevents_cmd_vtysh, 
1028        "debug isis route-events", 
1029        "Debugging functions (see also 'undebug')\n"
1030        "IS-IS information\n"
1031        "IS-IS Route related events\n")
1032
1033 DEFSH (0, show_ip_route_prefix_longer_cmd_vtysh, 
1034        "show ip route A.B.C.D/M longer-prefixes", 
1035        "Show running system information\n"
1036        "IP information\n"
1037        "IP routing table\n"
1038        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
1039        "Show route matching the specified Network/Mask pair only\n")
1040
1041 DEFSH (0, clear_nhrp_cmd_vtysh, 
1042  "clear " "(ip|ipv6)" " nhrp (cache|shortcut)", 
1043  "Reset functions\n"
1044  "IP information\n" "IPv6 information\n"
1045  "Next Hop Resolution Protocol functions\n"
1046  "Dynamic cache entries\n"
1047  "Shortcut entries\n")
1048
1049 DEFSH (0, debug_zebra_events_cmd_vtysh, 
1050        "debug zebra events", 
1051        "Debugging functions (see also 'undebug')\n"
1052        "Zebra configuration\n"
1053        "Debug option set for zebra events\n")
1054
1055 DEFSH (0, no_ip_extcommunity_list_name_standard_all_cmd_vtysh, 
1056        "no ip extcommunity-list standard WORD", 
1057        "Negate a command or set its defaults\n"
1058        "IP information\n"
1059        "Add a extended community list entry\n"
1060        "Specify standard extcommunity-list\n"
1061        "Extended Community list name\n")
1062
1063 DEFSH (0, show_ip_bgp_vpnv4_all_route_cmd_vtysh, 
1064        "show ip bgp vpnv4 all A.B.C.D", 
1065        "Show running system information\n"
1066        "IP information\n"
1067        "BGP information\n"
1068        "Display VPNv4 NLRI specific information\n"
1069        "Display information about all VPNv4 NLRIs\n"
1070        "Network in the BGP routing table to display\n")
1071
1072 DEFSH (0, clear_ip_bgp_peer_ipv4_in_prefix_filter_cmd_vtysh, 
1073        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in prefix-filter", 
1074        "Reset functions\n"
1075        "IP information\n"
1076        "BGP information\n"
1077        "BGP neighbor address to clear\n"
1078        "Address family\n"
1079        "Address Family modifier\n"
1080        "Address Family modifier\n"
1081        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
1082        "Push out the existing ORF prefix-list\n")
1083
1084 DEFSH (0, no_set_aggregator_as_val_cmd_vtysh, 
1085        "no set aggregator as " "<1-4294967295>" " A.B.C.D", 
1086        "Negate a command or set its defaults\n"
1087        "Set values in destination routing protocol\n"
1088        "BGP aggregator attribute\n"
1089        "AS number of aggregator\n"
1090        "AS number\n"
1091        "IP address of aggregator\n")
1092
1093 DEFSH (0, clear_ip_bgp_as_vpnv4_out_cmd_vtysh, 
1094        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast out", 
1095        "Reset functions\n"
1096        "IP information\n"
1097        "BGP information\n"
1098        "Clear peers with the AS number\n"
1099        "Address family\n"
1100        "Address Family modifier\n"
1101        "Resend all outbound updates\n")
1102
1103 DEFSH (0, show_bgp_ipv6_neighbors_peer_cmd_vtysh, 
1104        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X)", 
1105        "Show running system information\n"
1106        "BGP information\n"
1107        "Address family\n"
1108        "Detailed information on TCP and BGP neighbor connections\n"
1109        "Neighbor to display information about\n"
1110        "Neighbor to display information about\n")
1111
1112 DEFSH (0, ip_ospf_priority_cmd_vtysh, 
1113        "ip ospf priority <0-255>", 
1114        "IP Information\n"
1115        "OSPF interface commands\n"
1116        "Router priority\n"
1117        "Priority\n")
1118
1119 DEFSH (0, interface_no_ip_pim_ssm_cmd_vtysh, 
1120        "no ip pim ssm", 
1121        "Negate a command or set its defaults\n"
1122        "IP information\n"
1123        "PIM information\n"
1124        "Enable PIM SSM operation\n")
1125
1126 DEFSH (0, no_ipv6_route_ifname_flags_pref_cmd_vtysh, 
1127        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255>", 
1128        "Negate a command or set its defaults\n"
1129        "IP information\n"
1130        "Establish static routes\n"
1131        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
1132        "IPv6 gateway address\n"
1133        "IPv6 gateway interface name\n"
1134        "Emit an ICMP unreachable when matched\n"
1135        "Silently discard pkts when matched\n"
1136        "Distance value for this prefix\n")
1137
1138 DEFSH (0, ospf_area_range_advertise_cost_cmd_vtysh, 
1139        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise cost <0-16777215>", 
1140        "OSPF area parameters\n"
1141        "OSPF area ID in IP address format\n"
1142        "OSPF area ID as a decimal value\n"
1143        "Summarize routes matching address/mask (border routers only)\n"
1144        "Area range prefix\n"
1145        "Advertise this range (default)\n"
1146        "User specified metric for this range\n"
1147        "Advertised metric for this range\n")
1148
1149 DEFSH (0, clear_bgp_peer_in_prefix_filter_cmd_vtysh, 
1150        "clear bgp (A.B.C.D|X:X::X:X) in prefix-filter", 
1151        "Reset functions\n"
1152        "BGP information\n"
1153        "BGP neighbor address to clear\n"
1154        "BGP IPv6 neighbor to clear\n"
1155        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
1156        "Push out the existing ORF prefix-list\n")
1157
1158 DEFSH (0, no_terminal_monitor_cmd_vtysh, 
1159        "no terminal monitor", 
1160        "Negate a command or set its defaults\n"
1161        "Set terminal line parameters\n"
1162        "Copy debug output to the current terminal line\n")
1163
1164 DEFSH (0, bgp_network_cmd_vtysh, 
1165        "network A.B.C.D/M", 
1166        "Specify a network to announce via BGP\n"
1167        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
1168
1169 DEFSH (0, no_access_list_extended_host_any_cmd_vtysh, 
1170        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D any", 
1171        "Negate a command or set its defaults\n"
1172        "Add an access list entry\n"
1173        "IP extended access list\n"
1174        "IP extended access list (expanded range)\n"
1175        "Specify packets to reject\n"
1176        "Specify packets to forward\n"
1177        "Any Internet Protocol\n"
1178        "A single source host\n"
1179        "Source address\n"
1180        "Any destination host\n")
1181
1182 DEFSH (0, show_ip_bgp_ipv4_community_cmd_vtysh, 
1183        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export)", 
1184        "Show running system information\n"
1185        "IP information\n"
1186        "BGP information\n"
1187        "Address family\n"
1188        "Address Family modifier\n"
1189        "Address Family modifier\n"
1190        "Display routes matching the communities\n"
1191        "community number\n"
1192        "Do not send outside local AS (well-known community)\n"
1193        "Do not advertise to any peer (well-known community)\n"
1194        "Do not export to next AS (well-known community)\n")
1195
1196 DEFSH (0, ip_route_mask_flags_distance2_vrf_cmd_vtysh, 
1197        "ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255> " "vrf <0-65535>", 
1198        "IP information\n"
1199        "Establish static routes\n"
1200        "IP destination prefix\n"
1201        "IP destination prefix mask\n"
1202        "Emit an ICMP unreachable when matched\n"
1203        "Silently discard pkts when matched\n"
1204        "Distance value for this route\n"
1205        "Specify the VRF\nThe VRF ID\n")
1206
1207 DEFSH (0, debug_ospf_packet_all_cmd_vtysh, 
1208        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all)", 
1209        "Debugging functions (see also 'undebug')\n"
1210        "OSPF information\n"
1211        "OSPF packets\n"
1212        "OSPF Hello\n"
1213        "OSPF Database Description\n"
1214        "OSPF Link State Request\n"
1215        "OSPF Link State Update\n"
1216        "OSPF Link State Acknowledgment\n"
1217        "OSPF all packets\n")
1218
1219 DEFSH (0, no_rip_default_metric_cmd_vtysh, 
1220        "no default-metric", 
1221        "Negate a command or set its defaults\n"
1222        "Set a metric of redistribute routes\n"
1223        "Default metric\n")
1224
1225 DEFSH (0, show_bgp_ipv4_safi_summary_cmd_vtysh, 
1226        "show bgp ipv4 (unicast|multicast) summary", 
1227        "Show running system information\n"
1228        "BGP information\n"
1229        "Address family\n"
1230        "Address Family modifier\n"
1231        "Address Family modifier\n"
1232        "Summary of BGP neighbor status\n")
1233
1234 DEFSH (0, no_ip_route_flags_tag_cmd_vtysh, 
1235        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
1236        "Negate a command or set its defaults\n"
1237        "IP information\n"
1238        "Establish static routes\n"
1239        "IP destination prefix (e.g. 10.0.0.0/8)\n"
1240        "IP gateway address\n"
1241        "IP gateway interface name\n"
1242        "Emit an ICMP unreachable when matched\n"
1243        "Silently discard pkts when matched\n"
1244        "Tag of this route\n"
1245        "Tag value\n")
1246
1247 DEFSH (0, send_lifetime_duration_month_day_cmd_vtysh, 
1248        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> duration <1-2147483646>", 
1249        "Set send lifetime of the key\n"
1250        "Time to start\n"
1251        "Month of the year to start\n"
1252        "Day of th month to start\n"
1253        "Year to start\n"
1254        "Duration of the key\n"
1255        "Duration seconds\n")
1256
1257 DEFSH (0, show_ip_bgp_view_rsclient_prefix_cmd_vtysh, 
1258        "show ip bgp view WORD rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
1259        "Show running system information\n"
1260        "IP information\n"
1261        "BGP information\n"
1262        "BGP view\n"
1263        "View name\n"
1264        "Information about Route Server Client\n"
1265        "Neighbor address\nIPv6 address\n"
1266        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
1267
1268 DEFSH (0, pce_cap_flag_cmd_vtysh, 
1269        "pce flag BITPATTERN", 
1270        "PCE Router Information specific commands\n"
1271        "Capabilities of the PCE for path computation\n"
1272        "32-bit Hexadecimal value\n")
1273
1274 DEFSH (0, show_ip_ospf_route_cmd_vtysh, 
1275        "show ip ospf route", 
1276        "Show running system information\n"
1277        "IP information\n"
1278        "OSPF information\n"
1279        "OSPF routing table\n")
1280
1281 DEFSH (0, show_ip_bgp_neighbor_received_routes_cmd_vtysh, 
1282        "show ip bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
1283        "Show running system information\n"
1284        "IP information\n"
1285        "BGP information\n"
1286        "Detailed information on TCP and BGP neighbor connections\n"
1287        "Neighbor to display information about\n"
1288        "Neighbor to display information about\n"
1289        "Display the received routes from neighbor\n")
1290
1291 DEFSH (0, show_bgp_ipv6_safi_community_list_exact_cmd_vtysh, 
1292        "show bgp ipv6 (encap|multicast|unicast|vpn) community-list (<1-500>|WORD) exact-match", 
1293        "Show running system information\n"
1294        "BGP information\n"
1295        "Address family\n"
1296        "Address family modifier\n"
1297        "Address family modifier\n"
1298        "Address family modifier\n"
1299        "Address family modifier\n"
1300        "Display routes matching the community-list\n"
1301        "community-list number\n"
1302        "community-list name\n"
1303        "Exact match of the communities\n")
1304
1305 DEFSH (0, ipv6_nd_prefix_noval_cmd_vtysh, 
1306        "ipv6 nd prefix X:X::X:X/M (no-autoconfig|) (off-link|)", 
1307        "Interface IPv6 config commands\n"
1308        "Neighbor discovery\n"
1309        "Prefix information\n"
1310        "IPv6 prefix\n"
1311        "Do not use prefix for autoconfiguration\n"
1312        "Do not use prefix for onlink determination\n")
1313
1314 DEFSH (0, ospf_mpls_te_inter_as_cmd_vtysh, 
1315        "mpls-te inter-as as", 
1316        "MPLS-TE specific commands\n"
1317        "Configure MPLS-TE Inter-AS support\n"
1318        "AS native mode self originate INTER_AS LSA with Type 11 (as flooding scope)\n")
1319
1320 DEFSH (0, ripng_route_cmd_vtysh, 
1321        "route IPV6ADDR", 
1322        "Static route setup\n"
1323        "Set static RIPng route announcement\n")
1324
1325 DEFSH (0, show_ip_bgp_community2_cmd_vtysh, 
1326        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
1327        "Show running system information\n"
1328        "IP information\n"
1329        "BGP information\n"
1330        "Display routes matching the communities\n"
1331        "community number\n"
1332        "Do not send outside local AS (well-known community)\n"
1333        "Do not advertise to any peer (well-known community)\n"
1334        "Do not export to next AS (well-known community)\n"
1335        "community number\n"
1336        "Do not send outside local AS (well-known community)\n"
1337        "Do not advertise to any peer (well-known community)\n"
1338        "Do not export to next AS (well-known community)\n")
1339
1340 DEFSH (0, show_bgp_ipv6_safi_summary_cmd_vtysh, 
1341        "show bgp ipv6 (unicast|multicast) summary", 
1342        "Show running system information\n"
1343        "BGP information\n"
1344        "Address family\n"
1345        "Address Family modifier\n"
1346        "Address Family modifier\n"
1347        "Summary of BGP neighbor status\n")
1348
1349 DEFSH (0, ospf6_stub_router_admin_cmd_vtysh, 
1350        "stub-router administrative", 
1351        "Make router a stub router\n"
1352        "Advertise inability to be a transit router\n"
1353        "Administratively applied,  for an indefinite period\n")
1354
1355 DEFSH (0, show_bgp_ipv6_safi_prefix_longer_cmd_vtysh, 
1356        "show bgp ipv6 (encap|multicast|unicast|vpn) X:X::X:X/M longer-prefixes", 
1357        "Show running system information\n"
1358        "BGP information\n"
1359        "Address family\n"
1360        "Address Family modifier\n"
1361        "Address Family modifier\n"
1362        "Address Family modifier\n"
1363        "Address Family modifier\n"
1364        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
1365        "Display route and more specific routes\n")
1366
1367 DEFSH (0, ospf_max_metric_router_lsa_admin_cmd_vtysh, 
1368        "max-metric router-lsa administrative", 
1369        "OSPF maximum / infinite-distance metric\n"
1370        "Advertise own Router-LSA with infinite distance (stub router)\n"
1371        "Administratively applied,  for an indefinite period\n")
1372
1373 DEFSH (0, ipv6_bgp_network_cmd_vtysh, 
1374        "network X:X::X:X/M", 
1375        "Specify a network to announce via BGP\n"
1376        "IPv6 prefix <network>/<length>\n")
1377
1378 DEFSH (0, access_list_any_cmd_vtysh, 
1379        "access-list WORD (deny|permit) any", 
1380        "Add an access list entry\n"
1381        "IP zebra access-list name\n"
1382        "Specify packets to reject\n"
1383        "Specify packets to forward\n"
1384        "Prefix to match. e.g. 10.0.0.0/8\n")
1385
1386 DEFSH (0, aggregate_address_summary_as_set_cmd_vtysh, 
1387        "aggregate-address A.B.C.D/M summary-only as-set", 
1388        "Configure BGP aggregate entries\n"
1389        "Aggregate prefix\n"
1390        "Filter more specific routes from updates\n"
1391        "Generate AS set path information\n")
1392
1393 DEFSH (0, clear_ip_bgp_external_ipv4_out_cmd_vtysh, 
1394        "clear ip bgp external ipv4 (unicast|multicast) out", 
1395        "Reset functions\n"
1396        "IP information\n"
1397        "BGP information\n"
1398        "Clear all external peers\n"
1399        "Address family\n"
1400        "Address Family modifier\n"
1401        "Address Family modifier\n"
1402        "Resend all outbound updates\n")
1403
1404 DEFSH (0, no_aggregate_address_as_set_cmd_vtysh, 
1405        "no aggregate-address A.B.C.D/M as-set", 
1406        "Negate a command or set its defaults\n"
1407        "Configure BGP aggregate entries\n"
1408        "Aggregate prefix\n"
1409        "Generate AS set path information\n")
1410
1411 DEFSH (0, no_isis_hello_multiplier_l1_arg_cmd_vtysh, 
1412        "no isis hello-multiplier <2-100> level-1", 
1413        "Negate a command or set its defaults\n"
1414        "IS-IS commands\n"
1415        "Set multiplier for Hello holding time\n"
1416        "Hello multiplier value\n"
1417        "Specify hello multiplier for level-1 IIHs\n")
1418
1419 DEFSH (0, rip_redistribute_type_routemap_cmd_vtysh, 
1420        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " route-map WORD", 
1421        "Redistribute information from another routing protocol\n"
1422        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
1423        "Route map reference\n"
1424        "Pointer to route-map entries\n")
1425
1426 DEFSH (0, clear_bgp_ipv6_peer_group_cmd_vtysh, 
1427        "clear bgp ipv6 peer-group WORD", 
1428        "Reset functions\n"
1429        "BGP information\n"
1430        "Address family\n"
1431        "Clear all members of peer-group\n"
1432        "BGP peer-group name\n")
1433
1434 DEFSH (0, ip_rip_authentication_mode_authlen_cmd_vtysh, 
1435        "ip rip authentication mode (md5|text) auth-length (rfc|old-ripd)", 
1436        "IP information\n"
1437        "Routing Information Protocol\n"
1438        "Authentication control\n"
1439        "Authentication mode\n"
1440        "Keyed message digest\n"
1441        "Clear text authentication\n"
1442        "MD5 authentication data length\n"
1443        "RFC compatible\n"
1444        "Old ripd compatible\n")
1445
1446 DEFSH (0, no_ipv6_route_ifname_flags_vrf_cmd_vtysh, 
1447        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) " "vrf <0-65535>", 
1448        "Negate a command or set its defaults\n"
1449        "IP information\n"
1450        "Establish static routes\n"
1451        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
1452        "IPv6 gateway address\n"
1453        "IPv6 gateway interface name\n"
1454        "Emit an ICMP unreachable when matched\n"
1455        "Silently discard pkts when matched\n"
1456        "Specify the VRF\nThe VRF ID\n")
1457
1458 DEFSH (0, no_ospf_default_metric_val_cmd_vtysh, 
1459        "no default-metric <0-16777214>", 
1460        "Negate a command or set its defaults\n"
1461        "Set metric of redistributed routes\n"
1462        "Default metric\n")
1463
1464 DEFSH (0, no_neighbor_capability_dynamic_cmd_vtysh, 
1465        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "capability dynamic", 
1466        "Negate a command or set its defaults\n"
1467        "Specify neighbor router\n"
1468        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1469        "Advertise capability to the peer\n"
1470        "Advertise dynamic capability to this neighbor\n")
1471
1472 DEFSH (0, neighbor_override_capability_cmd_vtysh, 
1473        "neighbor (A.B.C.D|X:X::X:X|WORD) " "override-capability", 
1474        "Specify neighbor router\n"
1475        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1476        "Override capability negotiation result\n")
1477
1478 DEFSH (0, show_ip_ospf_neighbor_all_cmd_vtysh, 
1479        "show ip ospf neighbor all", 
1480        "Show running system information\n"
1481        "IP information\n"
1482        "OSPF information\n"
1483        "Neighbor list\n"
1484        "include down status neighbor\n")
1485
1486 DEFSH (0, no_max_lsp_lifetime_l2_arg_cmd_vtysh, 
1487        "no max-lsp-lifetime level-2 <350-65535>", 
1488        "Negate a command or set its defaults\n"
1489        "Maximum LSP lifetime for Level 2 only\n"
1490        "LSP lifetime for Level 2 only in seconds\n")
1491
1492 DEFSH (0, no_ipv6_nd_ra_interval_cmd_vtysh, 
1493        "no ipv6 nd ra-interval", 
1494        "Negate a command or set its defaults\n"
1495        "Interface IPv6 config commands\n"
1496        "Neighbor discovery\n"
1497        "Router Advertisement interval\n")
1498
1499 DEFSH (0, access_list_extended_host_any_cmd_vtysh, 
1500        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D any", 
1501        "Add an access list entry\n"
1502        "IP extended access list\n"
1503        "IP extended access list (expanded range)\n"
1504        "Specify packets to reject\n"
1505        "Specify packets to forward\n"
1506        "Any Internet Protocol\n"
1507        "A single source host\n"
1508        "Source address\n"
1509        "Any destination host\n")
1510
1511 DEFSH (0, no_ospf_timers_min_ls_interval_cmd_vtysh, 
1512        "no timers throttle lsa all", 
1513        "Negate a command or set its defaults\n"
1514        "Adjust routing timers\n"
1515        "Throttling adaptive timer\n"
1516        "LSA delay between transmissions\n")
1517
1518 DEFSH (0, no_rip_redistribute_type_metric_routemap_cmd_vtysh, 
1519        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)"
1520        " metric <0-16> route-map WORD", 
1521        "Negate a command or set its defaults\n"
1522        "Redistribute information from another routing protocol\n"
1523        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
1524        "Metric\n"
1525        "Metric value\n"
1526        "Route map reference\n"
1527        "Pointer to route-map entries\n")
1528
1529 DEFSH (0, ip_irdp_multicast_cmd_vtysh, 
1530        "ip irdp multicast", 
1531        "IP information\n"
1532        "ICMP Router discovery on this interface using multicast\n")
1533
1534 DEFSH (0, no_debug_bgp_allow_martians_cmd_vtysh, 
1535        "no debug bgp allow-martians", 
1536        "Negate a command or set its defaults\n"
1537        "Debugging functions (see also 'undebug')\n"
1538        "BGP information\n"
1539        "BGP allow martian next hops\n")
1540
1541 DEFSH (0, no_ospf6_redistribute_route_map_cmd_vtysh, 
1542        "no redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)" " route-map WORD", 
1543        "Negate a command or set its defaults\n"
1544        "Redistribute\n"
1545        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
1546        "Route map reference\n"
1547        "Route map name\n")
1548
1549 DEFSH (0, isis_mpls_te_inter_as_cmd_vtysh, 
1550        "mpls-te inter-as (level-1|level-1-2|level-2-only)", 
1551        "MPLS-TE specific commands\n"
1552        "Configure MPLS-TE Inter-AS support\n"
1553        "AREA native mode self originate INTER-AS LSP with L1 only flooding scope)\n"
1554        "AREA native mode self originate INTER-AS LSP with L1 and L2 flooding scope)\n"
1555        "AS native mode self originate INTER-AS LSP with L2 only flooding scope\n")
1556
1557 DEFSH (0, bgp_redistribute_ipv6_metric_rmap_cmd_vtysh, 
1558        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
1559        "Redistribute information from another routing protocol\n"
1560        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
1561        "Metric for redistributed routes\n"
1562        "Default metric\n"
1563        "Route map reference\n"
1564        "Pointer to route-map entries\n")
1565
1566 DEFSH (0, show_ipv6_ospf6_linkstate_router_cmd_vtysh, 
1567        "show ipv6 ospf6 linkstate router A.B.C.D", 
1568        "Show running system information\n"
1569        "IPv6 Information\n"
1570        "Open Shortest Path First (OSPF) for IPv6\n"
1571        "Display linkstate routing table\n"
1572        "Display Router Entry\n"
1573        "Specify Router ID as IPv4 address notation\n"
1574       )
1575
1576 DEFSH (0, undebug_bgp_normal_cmd_vtysh, 
1577        "undebug bgp", 
1578        "Disable debugging functions (see also 'debug')\n"
1579        "BGP information\n")
1580
1581 DEFSH (0|0|0|0, no_ipv6_prefix_list_cmd_vtysh, 
1582        "no ipv6 prefix-list WORD", 
1583        "Negate a command or set its defaults\n"
1584        "IPv6 information\n"
1585        "Build a prefix list\n"
1586        "Name of a prefix list\n")
1587
1588 DEFSH (0, no_debug_static_cmd_vtysh, 
1589        "no debug static", 
1590        "Negate a command or set its defaults\n"
1591        "Debugging functions (see also 'undebug')\n"
1592        "PIM Static Multicast Route activity\n")
1593
1594 DEFSH (0, ip_ospf_hello_interval_cmd_vtysh, 
1595        "ip ospf hello-interval <1-65535>", 
1596        "IP Information\n"
1597        "OSPF interface commands\n"
1598        "Time between HELLO packets\n"
1599        "Seconds\n")
1600
1601 DEFSH (0, ip_ospf_authentication_addr_cmd_vtysh, 
1602        "ip ospf authentication A.B.C.D", 
1603        "IP Information\n"
1604        "OSPF interface commands\n"
1605        "Enable authentication on this interface\n"
1606        "Address of interface")
1607
1608 DEFSH (0, clear_bgp_peer_soft_out_cmd_vtysh, 
1609        "clear bgp (A.B.C.D|X:X::X:X) soft out", 
1610        "Reset functions\n"
1611        "BGP information\n"
1612        "BGP neighbor address to clear\n"
1613        "BGP IPv6 neighbor to clear\n"
1614        "Soft reconfig inbound and outbound updates\n"
1615        "Resend all outbound updates\n")
1616
1617 DEFSH (0, debug_nhrp_cmd_vtysh, 
1618  "debug nhrp " "(all|common|event|interface|kernel|route|vici)", 
1619  "Enable debug messages for specific or all parts.\n"
1620  "NHRP information\n"
1621  "All messages\n" "Common messages (default)\n" "Event manager messages\n" "Interface messages\n" "Kernel messages\n" "Route messages\n" "VICI messages\n")
1622
1623 DEFSH (0, show_ip_bgp_neighbor_received_prefix_filter_cmd_vtysh, 
1624        "show ip bgp neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
1625        "Show running system information\n"
1626        "IP information\n"
1627        "BGP information\n"
1628        "Detailed information on TCP and BGP neighbor connections\n"
1629        "Neighbor to display information about\n"
1630        "Neighbor to display information about\n"
1631        "Display information received from a BGP neighbor\n"
1632        "Display the prefixlist filter\n")
1633
1634 DEFSH (0, clear_bgp_ipv6_peer_soft_out_cmd_vtysh, 
1635        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft out", 
1636        "Reset functions\n"
1637        "BGP information\n"
1638        "Address family\n"
1639        "BGP neighbor address to clear\n"
1640        "BGP IPv6 neighbor to clear\n"
1641        "Soft reconfig inbound and outbound updates\n"
1642        "Resend all outbound updates\n")
1643
1644 DEFSH (0, no_debug_pim_packets_filter_cmd_vtysh, 
1645        "no debug pim packets (hello|joins)", 
1646        "Negate a command or set its defaults\n"
1647        "Debugging functions (see also 'undebug')\n"
1648        "PIM protocol activity\n"
1649        "PIM protocol packets\n"
1650        "PIM Hello protocol packets\n"
1651        "PIM Join/Prune protocol packets\n")
1652
1653 DEFSH (0, no_bgp_graceful_restart_stalepath_time_val_cmd_vtysh, 
1654        "no bgp graceful-restart stalepath-time <1-3600>", 
1655        "Negate a command or set its defaults\n"
1656        "BGP specific commands\n"
1657        "Graceful restart capability parameters\n"
1658        "Set the max time to hold onto restarting peer's stale paths\n"
1659        "Delay value (seconds)\n")
1660
1661 DEFSH (0, show_bgp_ipv6_community3_exact_cmd_vtysh, 
1662        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
1663        "Show running system information\n"
1664        "BGP information\n"
1665        "Address family\n"
1666        "Display routes matching the communities\n"
1667        "community number\n"
1668        "Do not send outside local AS (well-known community)\n"
1669        "Do not advertise to any peer (well-known community)\n"
1670        "Do not export to next AS (well-known community)\n"
1671        "community number\n"
1672        "Do not send outside local AS (well-known community)\n"
1673        "Do not advertise to any peer (well-known community)\n"
1674        "Do not export to next AS (well-known community)\n"
1675        "community number\n"
1676        "Do not send outside local AS (well-known community)\n"
1677        "Do not advertise to any peer (well-known community)\n"
1678        "Do not export to next AS (well-known community)\n"
1679        "Exact match of the communities")
1680
1681 DEFSH (0, ip_multicast_mode_cmd_vtysh, 
1682        "ip multicast rpf-lookup-mode (urib-only|mrib-only|mrib-then-urib|lower-distance|longer-prefix)", 
1683        "IP information\n"
1684        "Multicast options\n"
1685        "RPF lookup behavior\n"
1686        "Lookup in unicast RIB only\n"
1687        "Lookup in multicast RIB only\n"
1688        "Try multicast RIB first,  fall back to unicast RIB\n"
1689        "Lookup both,  use entry with lower distance\n"
1690        "Lookup both,  use entry with longer prefix\n")
1691
1692 DEFSH (0, show_bgp_summary_1w_cmd_vtysh, 
1693        "show bgp (ipv4|ipv6|unicast|multicast|vpn|encap) summary", 
1694        "Show running system information\n"
1695        "BGP information\n"
1696        "IP information\n"
1697        "IPv6 Information\n"
1698        "Address Family modifier\n"
1699        "Address Family modifier\n"
1700        "Address Family modifier\n"
1701        "Address Family modifier\n"
1702        "Summary of BGP neighbor status\n")
1703
1704 DEFSH (0, show_ipv6_ospf6_database_type_id_router_cmd_vtysh, 
1705        "show ipv6 ospf6 database "
1706        "(router|network|inter-prefix|inter-router|as-external|"
1707        "group-membership|type-7|link|intra-prefix) A.B.C.D A.B.C.D", 
1708        "Show running system information\n"
1709        "IPv6 information\n"
1710        "Open Shortest Path First (OSPF) for IPv6\n"
1711        "Display Link state database\n"
1712        "Display Router LSAs\n"
1713        "Display Network LSAs\n"
1714        "Display Inter-Area-Prefix LSAs\n"
1715        "Display Inter-Area-Router LSAs\n"
1716        "Display As-External LSAs\n"
1717        "Display Group-Membership LSAs\n"
1718        "Display Type-7 LSAs\n"
1719        "Display Link LSAs\n"
1720        "Display Intra-Area-Prefix LSAs\n"
1721        "Specify Link state ID as IPv4 address notation\n"
1722        "Specify Advertising Router as IPv4 address notation\n"
1723       )
1724
1725 DEFSH (0, no_debug_ospf_te_cmd_vtysh, 
1726        "no debug ospf te", 
1727        "Negate a command or set its defaults\n"
1728        "Debugging functions (see also 'undebug')\n"
1729        "OSPF information\n"
1730        "OSPF-TE information\n")
1731
1732 DEFSH (0, bgp_graceful_restart_stalepath_time_cmd_vtysh, 
1733        "bgp graceful-restart stalepath-time <1-3600>", 
1734        "BGP specific commands\n"
1735        "Graceful restart capability parameters\n"
1736        "Set the max time to hold onto restarting peer's stale paths\n"
1737        "Delay value (seconds)\n")
1738
1739 DEFSH (0, show_bgp_ipv4_community3_exact_cmd_vtysh, 
1740        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
1741        "Show running system information\n"
1742        "BGP information\n"
1743        "IP information\n"
1744        "Display routes matching the communities\n"
1745        "community number\n"
1746        "Do not send outside local AS (well-known community)\n"
1747        "Do not advertise to any peer (well-known community)\n"
1748        "Do not export to next AS (well-known community)\n"
1749        "community number\n"
1750        "Do not send outside local AS (well-known community)\n"
1751        "Do not advertise to any peer (well-known community)\n"
1752        "Do not export to next AS (well-known community)\n"
1753        "community number\n"
1754        "Do not send outside local AS (well-known community)\n"
1755        "Do not advertise to any peer (well-known community)\n"
1756        "Do not export to next AS (well-known community)\n"
1757        "Exact match of the communities")
1758
1759 DEFSH (0, ip_ospf_authentication_args_addr_cmd_vtysh, 
1760        "ip ospf authentication (null|message-digest) A.B.C.D", 
1761        "IP Information\n"
1762        "OSPF interface commands\n"
1763        "Enable authentication on this interface\n"
1764        "Use null authentication\n"
1765        "Use message-digest authentication\n"
1766        "Address of interface")
1767
1768 DEFSH (0, no_rip_neighbor_cmd_vtysh, 
1769        "no neighbor A.B.C.D", 
1770        "Negate a command or set its defaults\n"
1771        "Specify a neighbor router\n"
1772        "Neighbor address\n")
1773
1774 DEFSH (0, neighbor_maximum_prefix_warning_cmd_vtysh, 
1775        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> warning-only", 
1776        "Specify neighbor router\n"
1777        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1778        "Maximum number of prefix accept from this peer\n"
1779        "maximum no. of prefix limit\n"
1780        "Only give warning message when limit is exceeded\n")
1781
1782 DEFSH (0, no_set_ecommunity_rt_cmd_vtysh, 
1783        "no set extcommunity rt", 
1784        "Negate a command or set its defaults\n"
1785        "Set values in destination routing protocol\n"
1786        "BGP extended community attribute\n"
1787        "Route Target extended community\n")
1788
1789 DEFSH (0, vty_no_restricted_mode_cmd_vtysh, 
1790        "no anonymous restricted", 
1791        "Negate a command or set its defaults\n"
1792        "Enable password checking\n")
1793
1794 DEFSH (0, no_access_list_remark_cmd_vtysh, 
1795        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark", 
1796        "Negate a command or set its defaults\n"
1797        "Add an access list entry\n"
1798        "IP standard access list\n"
1799        "IP extended access list\n"
1800        "IP standard access list (expanded range)\n"
1801        "IP extended access list (expanded range)\n"
1802        "IP zebra access-list\n"
1803        "Access list entry comment\n")
1804
1805 DEFSH (0, no_ipv6_access_list_cmd_vtysh, 
1806        "no ipv6 access-list WORD (deny|permit) X:X::X:X/M", 
1807        "Negate a command or set its defaults\n"
1808        "IPv6 information\n"
1809        "Add an access list entry\n"
1810        "IPv6 zebra access-list\n"
1811        "Specify packets to reject\n"
1812        "Specify packets to forward\n"
1813        "Prefix to match. e.g. 3ffe:506::/32\n")
1814
1815 DEFSH (0, clear_ip_bgp_peer_cmd_vtysh, 
1816        "clear ip bgp (A.B.C.D|X:X::X:X)", 
1817        "Reset functions\n"
1818        "IP information\n"
1819        "BGP information\n"
1820        "BGP neighbor IP address to clear\n"
1821        "BGP IPv6 neighbor to clear\n")
1822
1823 DEFSH (0, show_ipv6_ospf6_area_spf_tree_cmd_vtysh, 
1824        "show ipv6 ospf6 area A.B.C.D spf tree", 
1825        "Show running system information\n"
1826        "IPv6 Information\n"
1827        "Open Shortest Path First (OSPF) for IPv6\n"
1828        "Area information\n"
1829        "Area ID (as an IPv4 notation)\n"
1830        "Shortest Path First calculation\n"
1831        "Show SPF tree\n")
1832
1833 DEFSH (0, ip_irdp_maxadvertinterval_cmd_vtysh, 
1834        "ip irdp maxadvertinterval <4-1800>", 
1835        "IP information\n"
1836        "ICMP Router discovery on this interface\n"
1837        "Set maximum time between advertisement\n"
1838        "Maximum advertisement interval in seconds\n")
1839
1840 DEFSH (0, show_debugging_ripng_cmd_vtysh, 
1841        "show debugging ripng", 
1842        "Show running system information\n"
1843        "Debugging functions (see also 'undebug')\n"
1844        "RIPng configuration\n")
1845
1846 DEFSH (0, clear_bgp_all_out_cmd_vtysh, 
1847        "clear bgp * out", 
1848        "Reset functions\n"
1849        "BGP information\n"
1850        "Clear all peers\n"
1851        "Resend all outbound updates\n")
1852
1853 DEFSH (0, no_debug_ssmpingd_cmd_vtysh, 
1854        "no debug ssmpingd", 
1855        "Negate a command or set its defaults\n"
1856        "Debugging functions (see also 'undebug')\n"
1857        "PIM protocol activity\n"
1858        "ssmpingd activity\n")
1859
1860 DEFSH (0, no_ip_rip_send_version_cmd_vtysh, 
1861        "no ip rip send version", 
1862        "Negate a command or set its defaults\n"
1863        "IP information\n"
1864        "Routing Information Protocol\n"
1865        "Advertisement transmission\n"
1866        "Version control\n")
1867
1868 DEFSH (0, no_ipv6_access_list_exact_cmd_vtysh, 
1869        "no ipv6 access-list WORD (deny|permit) X:X::X:X/M exact-match", 
1870        "Negate a command or set its defaults\n"
1871        "IPv6 information\n"
1872        "Add an access list entry\n"
1873        "IPv6 zebra access-list\n"
1874        "Specify packets to reject\n"
1875        "Specify packets to forward\n"
1876        "Prefix to match. e.g. 3ffe:506::/32\n"
1877        "Exact match of the prefixes\n")
1878
1879 DEFSH (0, no_ipv6_nd_managed_config_flag_cmd_vtysh, 
1880        "no ipv6 nd managed-config-flag", 
1881        "Negate a command or set its defaults\n"
1882        "Interface IPv6 config commands\n"
1883        "Neighbor discovery\n"
1884        "Managed address configuration flag\n")
1885
1886 DEFSH (0, no_debug_ospf6_abr_cmd_vtysh, 
1887        "no debug ospf6 abr", 
1888        "Negate a command or set its defaults\n"
1889        "Debugging functions (see also 'undebug')\n"
1890        "Open Shortest Path First (OSPF) for IPv6\n"
1891        "Debug OSPFv3 ABR function\n"
1892       )
1893
1894 DEFSH (0, show_bgp_view_afi_safi_lcommunity3_cmd_vtysh, 
1895        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
1896        "Show running system information\n"
1897        "BGP information\n"
1898        "BGP view\n"
1899        "View name\n"
1900        "Address family\n"
1901        "Address family\n"
1902        "Address family modifier\n"
1903        "Address family modifier\n"
1904        "Display routes matching the large-communities\n"
1905        "large-community number\n"
1906        "large-community number\n"
1907        "large-community number\n")
1908
1909 DEFSH (0, no_match_ecommunity_val_cmd_vtysh, 
1910        "no match extcommunity (<1-99>|<100-500>|WORD)", 
1911        "Negate a command or set its defaults\n"
1912        "Match values from routing table\n"
1913        "Match BGP/VPN extended community list\n"
1914        "Extended community-list number (standard)\n"
1915        "Extended community-list number (expanded)\n"
1916        "Extended community-list name\n")
1917
1918 DEFSH (0, no_link_params_enable_cmd_vtysh, 
1919        "no enable", 
1920        "Negate a command or set its defaults\n"
1921        "Disable link parameters on this interface\n")
1922
1923 DEFSH (0, show_bgp_ipv6_safi_damp_flap_prefix_list_cmd_vtysh, 
1924        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics prefix-list WORD", 
1925        "Show running system information\n"
1926        "BGP information\n"
1927        "IPv6 information\n"
1928        "Address Family Modifier\n"
1929        "Address Family Modifier\n"
1930        "Address Family Modifier\n"
1931        "Address Family Modifier\n"
1932        "Display detailed information about dampening\n"
1933        "Display flap statistics of routes\n"
1934        "Display routes conforming to the prefix-list\n"
1935        "IP prefix-list name\n")
1936
1937 DEFSH (0, no_debug_isis_packet_dump_cmd_vtysh, 
1938        "no debug isis packet-dump", 
1939        "Disable debugging functions (see also 'debug')\n"
1940        "IS-IS information\n"
1941        "IS-IS packet dump\n")
1942
1943 DEFSH (0, ipv6_mbgp_neighbor_routes_cmd_vtysh, 
1944        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes", 
1945        "Show running system information\n"
1946        "IPv6 information\n"
1947        "MBGP information\n"
1948        "Detailed information on TCP and BGP neighbor connections\n"
1949        "Neighbor to display information about\n"
1950        "Neighbor to display information about\n"
1951        "Display routes learned from neighbor\n")
1952
1953 DEFSH (0, show_bgp_view_ipv6_safi_rsclient_prefix_cmd_vtysh, 
1954        "show bgp view WORD ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
1955        "Show running system information\n"
1956        "BGP information\n"
1957        "BGP view\n"
1958        "View name\n"
1959        "Address family\n"
1960        "Address Family modifier\n"
1961        "Address Family modifier\n"
1962        "Information about Route Server Client\n"
1963        "Neighbor address\nIPv6 address\n"
1964        "IP prefix <network>/<length>,  e.g.,  3ffe::/16\n")
1965
1966 DEFSH (0, show_bgp_instance_ipv6_safi_summary_cmd_vtysh, 
1967        "show bgp view WORD ipv6 (unicast|multicast) summary", 
1968        "Show running system information\n"
1969        "BGP information\n"
1970        "BGP view\n"
1971        "View name\n"
1972        "Address family\n"
1973        "Address Family modifier\n"
1974        "Address Family modifier\n"
1975        "Summary of BGP neighbor status\n")
1976
1977 DEFSH (0, neighbor_maximum_prefix_cmd_vtysh, 
1978        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295>", 
1979        "Specify neighbor router\n"
1980        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1981        "Maximum number of prefix accept from this peer\n"
1982        "maximum no. of prefix limit\n")
1983
1984 DEFSH (0, ospf6_distance_cmd_vtysh, 
1985        "distance <1-255>", 
1986        "Negate a command or set its defaults\n"
1987        "Define an administrative distance\n"
1988        "OSPF6 Administrative distance\n")
1989
1990 DEFSH (0, show_bgp_ipv6_community4_cmd_vtysh, 
1991        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
1992        "Show running system information\n"
1993        "BGP information\n"
1994        "Address family\n"
1995        "Display routes matching the communities\n"
1996        "community number\n"
1997        "Do not send outside local AS (well-known community)\n"
1998        "Do not advertise to any peer (well-known community)\n"
1999        "Do not export to next AS (well-known community)\n"
2000        "community number\n"
2001        "Do not send outside local AS (well-known community)\n"
2002        "Do not advertise to any peer (well-known community)\n"
2003        "Do not export to next AS (well-known community)\n"
2004        "community number\n"
2005        "Do not send outside local AS (well-known community)\n"
2006        "Do not advertise to any peer (well-known community)\n"
2007        "Do not export to next AS (well-known community)\n"
2008        "community number\n"
2009        "Do not send outside local AS (well-known community)\n"
2010        "Do not advertise to any peer (well-known community)\n"
2011        "Do not export to next AS (well-known community)\n")
2012
2013 DEFSH (0, no_neighbor_ebgp_multihop_cmd_vtysh, 
2014        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop", 
2015        "Negate a command or set its defaults\n"
2016        "Specify neighbor router\n"
2017        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2018        "Allow EBGP neighbors not on directly connected networks\n")
2019
2020 DEFSH (0, show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh, 
2021        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X)", 
2022        "Show running system information\n"
2023        "IP information\n"
2024        "BGP information\n"
2025        "Address family\n"
2026        "Address Family modifier\n"
2027        "Address Family modifier\n"
2028        "Detailed information on TCP and BGP neighbor connections\n"
2029        "Neighbor to display information about\n"
2030        "Neighbor to display information about\n")
2031
2032 DEFSH (0, rip_offset_list_ifname_cmd_vtysh, 
2033        "offset-list WORD (in|out) <0-16> IFNAME", 
2034        "Modify RIP metric\n"
2035        "Access-list name\n"
2036        "For incoming updates\n"
2037        "For outgoing updates\n"
2038        "Metric value\n"
2039        "Interface to match\n")
2040
2041 DEFSH (0, ospf_passive_interface_default_cmd_vtysh, 
2042        "passive-interface default", 
2043        "Suppress routing updates on an interface\n"
2044        "Suppress routing updates on interfaces by default\n")
2045
2046 DEFSH (0, send_lifetime_month_day_month_day_cmd_vtysh, 
2047        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
2048        "Set send lifetime of the key\n"
2049        "Time to start\n"
2050        "Month of the year to start\n"
2051        "Day of th month to start\n"
2052        "Year to start\n"
2053        "Time to expire\n"
2054        "Month of the year to expire\n"
2055        "Day of th month to expire\n"
2056        "Year to expire\n")
2057
2058 DEFSH (0, show_bgp_ipv6_safi_rd_route_cmd_vtysh, 
2059        "show bgp ipv6 (encap|vpn) rd ASN:nn_or_IP-address:nn X:X::X:X", 
2060        "Show running system information\n"
2061        "BGP information\n"
2062        "Address Family\n"
2063        "Address Family Modifier\n"
2064        "Address Family Modifier\n"
2065        "Display information for a route distinguisher\n"
2066        "ENCAP Route Distinguisher\n"
2067        "Network in the BGP routing table to display\n")
2068
2069 DEFSH (0, show_ip_bgp_ipv4_community_exact_cmd_vtysh, 
2070        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
2071        "Show running system information\n"
2072        "IP information\n"
2073        "BGP information\n"
2074        "Address family\n"
2075        "Address Family modifier\n"
2076        "Address Family modifier\n"
2077        "Display routes matching the communities\n"
2078        "community number\n"
2079        "Do not send outside local AS (well-known community)\n"
2080        "Do not advertise to any peer (well-known community)\n"
2081        "Do not export to next AS (well-known community)\n"
2082        "Exact match of the communities")
2083
2084 DEFSH (0, show_bgp_ipv6_safi_damp_flap_filter_list_cmd_vtysh, 
2085        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics filter-list WORD", 
2086        "Show running system information\n"
2087        "BGP information\n"
2088        "IPv6 information\n"
2089        "Address Family modifier\n"
2090        "Address Family modifier\n"
2091        "Address Family modifier\n"
2092        "Address Family modifier\n"
2093        "Display detailed information about dampening\n"
2094        "Display flap statistics of routes\n"
2095        "Display routes conforming to the filter-list\n"
2096        "Regular expression access list name\n")
2097
2098 DEFSH (0, no_debug_ospf_zebra_cmd_vtysh, 
2099        "no debug ospf zebra", 
2100        "Negate a command or set its defaults\n"
2101        "Debugging functions (see also 'undebug')\n"
2102        "OSPF information\n"
2103        "OSPF Zebra information\n")
2104
2105 DEFSH (0, no_ospf6_distance_cmd_vtysh, 
2106        "no distance <1-255>", 
2107        "Negate a command or set its defaults\n"
2108        "Define an administrative distance\n"
2109        "OSPF6 Administrative distance\n")
2110
2111 DEFSH (0, no_debug_ospf6_neighbor_cmd_vtysh, 
2112        "no debug ospf6 neighbor", 
2113        "Negate a command or set its defaults\n"
2114        "Debugging functions (see also 'undebug')\n"
2115        "Open Shortest Path First (OSPF) for IPv6\n"
2116        "Debug OSPFv3 Neighbor\n"
2117       )
2118
2119 DEFSH (0, no_ripng_default_metric_val_cmd_vtysh, 
2120        "no default-metric <1-16>", 
2121        "Negate a command or set its defaults\n"
2122        "Set a metric of redistribute routes\n"
2123        "Default metric\n")
2124
2125 DEFSH (0, show_bgp_ipv6_safi_damp_flap_regexp_cmd_vtysh, 
2126        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics regexp .LINE", 
2127        "Show running system information\n"
2128        "BGP information\n"
2129        "IPv6 information\n"
2130        "Address Family Modifier\n"
2131        "Address Family Modifier\n"
2132        "Address Family Modifier\n"
2133        "Address Family Modifier\n"
2134        "Display detailed information about dampening\n"
2135        "Display flap statistics of routes\n"
2136        "Display routes matching the AS path regular expression\n"
2137        "A regular-expression to match the BGP AS paths\n")
2138
2139 DEFSH (0, undebug_bgp_all_cmd_vtysh, 
2140        "undebug all bgp", 
2141        "Disable debugging functions (see also 'debug')\n"
2142        "Enable all debugging\n"
2143        "BGP information\n")
2144
2145 DEFSH (0, clear_ip_bgp_all_rsclient_cmd_vtysh, 
2146        "clear ip bgp * rsclient", 
2147        "Reset functions\n"
2148        "IP information\n"
2149        "BGP information\n"
2150        "Clear all peers\n"
2151        "Soft reconfig for rsclient RIB\n")
2152
2153 DEFSH (0, no_ospf_area_authentication_cmd_vtysh, 
2154        "no area (A.B.C.D|<0-4294967295>) authentication", 
2155        "Negate a command or set its defaults\n"
2156        "OSPF area parameters\n"
2157        "OSPF area ID in IP address format\n"
2158        "OSPF area ID as a decimal value\n"
2159        "Enable authentication\n")
2160
2161 DEFSH (0, no_psnp_interval_cmd_vtysh, 
2162        "no isis psnp-interval", 
2163        "Negate a command or set its defaults\n"
2164        "IS-IS commands\n"
2165        "Set PSNP interval in seconds\n")
2166
2167 DEFSH (0, no_debug_ospf6_asbr_cmd_vtysh, 
2168        "no debug ospf6 asbr", 
2169        "Negate a command or set its defaults\n"
2170        "Debugging functions (see also 'undebug')\n"
2171        "Open Shortest Path First (OSPF) for IPv6\n"
2172        "Debug OSPFv3 ASBR function\n"
2173       )
2174
2175 DEFSH (0, debug_ospf6_zebra_cmd_vtysh, 
2176        "debug ospf6 zebra", 
2177        "Debugging functions (see also 'undebug')\n"
2178        "Open Shortest Path First (OSPF) for IPv6\n"
2179        "Debug connection between zebra\n"
2180       )
2181
2182 DEFSH (0, clear_ip_bgp_peer_group_ipv4_soft_in_cmd_vtysh, 
2183        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft in", 
2184        "Reset functions\n"
2185        "IP information\n"
2186        "BGP information\n"
2187        "Clear all members of peer-group\n"
2188        "BGP peer-group name\n"
2189        "Address family\n"
2190        "Address Family modifier\n"
2191        "Address Family modifier\n"
2192        "Soft reconfig inbound and outbound updates\n"
2193        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
2194
2195 DEFSH (0, no_bgp_distance_cmd_vtysh, 
2196        "no distance bgp <1-255> <1-255> <1-255>", 
2197        "Negate a command or set its defaults\n"
2198        "Define an administrative distance\n"
2199        "BGP distance\n"
2200        "Distance for routes external to the AS\n"
2201        "Distance for routes internal to the AS\n"
2202        "Distance for local routes\n")
2203
2204 DEFSH (0, show_ip_bgp_vpnv4_all_neighbors_peer_cmd_vtysh, 
2205        "show ip bgp vpnv4 all neighbors A.B.C.D", 
2206        "Show running system information\n"
2207        "IP information\n"
2208        "BGP information\n"
2209        "Display VPNv4 NLRI specific information\n"
2210        "Display information about all VPNv4 NLRIs\n"
2211        "Detailed information on TCP and BGP neighbor connections\n"
2212        "Neighbor to display information about\n")
2213
2214 DEFSH (0, no_ripng_redistribute_ripng_cmd_vtysh, 
2215        "no redistribute ripng", 
2216        "Negate a command or set its defaults\n"
2217        "Redistribute information from another routing protocol\n"
2218        "RIPng route\n")
2219
2220 DEFSH (0, show_ip_bgp_neighbors_cmd_vtysh, 
2221        "show ip bgp neighbors", 
2222        "Show running system information\n"
2223        "IP information\n"
2224        "BGP information\n"
2225        "Detailed information on TCP and BGP neighbor connections\n")
2226
2227 DEFSH (0, neighbor_strict_capability_cmd_vtysh, 
2228        "neighbor (A.B.C.D|X:X::X:X) " "strict-capability-match", 
2229        "Specify neighbor router\n"
2230        "Neighbor address\nIPv6 address\n"
2231        "Strict capability negotiation match\n")
2232
2233 DEFSH (0, ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh, 
2234        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
2235        "IP information\n"
2236        "Establish static routes\n"
2237        "IP destination prefix\n"
2238        "IP destination prefix mask\n"
2239        "Set tag for this route\n"
2240        "Tag value\n"
2241        "Distance value for this route\n"
2242        "Emit an ICMP unreachable when matched\n"
2243        "Silently discard pkts when matched\n"
2244        "Specify the VRF\nThe VRF ID\n")
2245
2246 DEFSH (0, no_ip_route_mask_flags_tag_distance_cmd_vtysh, 
2247        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
2248        "Negate a command or set its defaults\n"
2249        "IP information\n"
2250        "Establish static routes\n"
2251        "IP destination prefix\n"
2252        "IP destination prefix mask\n"
2253        "IP gateway address\n"
2254        "IP gateway interface name\n"
2255        "Emit an ICMP unreachable when matched\n"
2256        "Silently discard pkts when matched\n"
2257        "Tag of this route\n"
2258        "Tag value\n"
2259        "Distance value for this route\n")
2260
2261 DEFSH (0, show_bgp_ipv6_community2_cmd_vtysh, 
2262        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
2263        "Show running system information\n"
2264        "BGP information\n"
2265        "Address family\n"
2266        "Display routes matching the communities\n"
2267        "community number\n"
2268        "Do not send outside local AS (well-known community)\n"
2269        "Do not advertise to any peer (well-known community)\n"
2270        "Do not export to next AS (well-known community)\n"
2271        "community number\n"
2272        "Do not send outside local AS (well-known community)\n"
2273        "Do not advertise to any peer (well-known community)\n"
2274        "Do not export to next AS (well-known community)\n")
2275
2276 DEFSH (0, ipv6_access_list_cmd_vtysh, 
2277        "ipv6 access-list WORD (deny|permit) X:X::X:X/M", 
2278        "IPv6 information\n"
2279        "Add an access list entry\n"
2280        "IPv6 zebra access-list\n"
2281        "Specify packets to reject\n"
2282        "Specify packets to forward\n"
2283        "Prefix to match. e.g. 3ffe:506::/32\n")
2284
2285 DEFSH (0, no_pce_domain_cmd_vtysh, 
2286        "no pce domain as <0-65535>", 
2287        "Negate a command or set its defaults\n"
2288        "PCE Router Information specific commands\n"
2289        "Disable PCE domain AS number\n"
2290        "AS number where the PCE as visibilities for path computation\n"
2291        "AS number in decimal <0-65535>\n")
2292
2293 DEFSH (0, interface_ip_igmp_query_max_response_time_dsec_cmd_vtysh, 
2294        "ip igmp query-max-response-time-dsec" " <10-250>", 
2295        "IP information\n"
2296        "Enable IGMP operation\n"
2297        "IGMP max query response value (deciseconds)\n"
2298        "Query response value in deciseconds\n")
2299
2300 DEFSH (0, ip_ospf_mtu_ignore_cmd_vtysh, 
2301       "ip ospf mtu-ignore", 
2302       "IP Information\n"
2303       "OSPF interface commands\n"
2304       "Disable mtu mismatch detection\n")
2305
2306 DEFSH (0, no_ip_ospf_area_cmd_vtysh, 
2307        "no ip ospf area [A.B.C.D]", 
2308        "Negate a command or set its defaults\n"
2309        "IP Information\n"
2310        "OSPF interface commands\n"
2311        "Disable OSPF on this interface\n"
2312        "Address of interface\n")
2313
2314 DEFSH (0, ipv6_nd_prefix_cmd_vtysh, 
2315        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
2316        "(<0-4294967295>|infinite) (off-link|) (no-autoconfig|) (router-address|)", 
2317        "Interface IPv6 config commands\n"
2318        "Neighbor discovery\n"
2319        "Prefix information\n"
2320        "IPv6 prefix\n"
2321        "Valid lifetime in seconds\n"
2322        "Infinite valid lifetime\n"
2323        "Preferred lifetime in seconds\n"
2324        "Infinite preferred lifetime\n"
2325        "Do not use prefix for onlink determination\n"
2326        "Do not use prefix for autoconfiguration\n"
2327        "Set Router Address flag\n")
2328
2329 DEFSH (0, debug_zebra_nht_cmd_vtysh, 
2330        "debug zebra nht", 
2331        "Debugging functions (see also 'undebug')\n"
2332        "Zebra configuration\n"
2333        "Debug option set for zebra next hop tracking\n")
2334
2335 DEFSH (0, no_dynamic_hostname_cmd_vtysh, 
2336        "no hostname dynamic", 
2337        "Negate a command or set its defaults\n"
2338        "Dynamic hostname for IS-IS\n"
2339        "Dynamic hostname\n")
2340
2341 DEFSH (0, show_bgp_instance_ipv6_summary_cmd_vtysh, 
2342        "show bgp view WORD ipv6 summary", 
2343        "Show running system information\n"
2344        "BGP information\n"
2345        "IPv6 information\n"
2346        "Address Family modifier\n"
2347        "Address Family modifier\n"
2348        "BGP view\n"
2349        "View name\n"
2350        "Summary of BGP neighbor status\n")
2351
2352 DEFSH (0, clear_bgp_ipv6_as_out_cmd_vtysh, 
2353        "clear bgp ipv6 " "<1-4294967295>" " out", 
2354        "Reset functions\n"
2355        "BGP information\n"
2356        "Address family\n"
2357        "Clear peers with the AS number\n"
2358        "Resend all outbound updates\n")
2359
2360 DEFSH (0|0|0|0, clear_ipv6_prefix_list_name_prefix_cmd_vtysh, 
2361        "clear ipv6 prefix-list WORD X:X::X:X/M", 
2362        "Reset functions\n"
2363        "IPv6 information\n"
2364        "Build a prefix list\n"
2365        "Name of a prefix list\n"
2366        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
2367
2368 DEFSH (0, show_ip_bgp_lcommunity2_cmd_vtysh, 
2369        "show ip bgp large-community (AA:BB:CC) (AA:BB:CC)", 
2370        "Show running system information\n"
2371        "IP information\n"
2372        "BGP information\n"
2373        "Display routes matching the large-communities\n"
2374        "large-community number\n"
2375        "large-community number\n")
2376
2377 DEFSH (0, no_ipv6_route_ifname_flags_tag_cmd_vtysh, 
2378        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295>", 
2379        "Negate a command or set its defaults\n"
2380        "IP information\n"
2381        "Establish static routes\n"
2382        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
2383        "IPv6 gateway address\n"
2384        "IPv6 gateway interface name\n"
2385        "Emit an ICMP unreachable when matched\n"
2386        "Silently discard pkts when matched\n"
2387        "Set tag for this route\n"
2388        "Tag value\n")
2389
2390 DEFSH (0, no_set_metric_type_cmd_vtysh, 
2391        "no set metric-type", 
2392        "Negate a command or set its defaults\n"
2393        "Set values in destination routing protocol\n"
2394        "Type of metric for destination routing protocol\n")
2395
2396 DEFSH (0, bgp_bestpath_med_cmd_vtysh, 
2397        "bgp bestpath med (confed|missing-as-worst)", 
2398        "BGP specific commands\n"
2399        "Change the default bestpath selection\n"
2400        "MED attribute\n"
2401        "Compare MED among confederation paths\n"
2402        "Treat missing MED as the least preferred one\n")
2403
2404 DEFSH (0, ospf_area_vlink_authtype_args_md5_cmd_vtysh, 
2405        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
2406        "(authentication|) (message-digest|null) "
2407        "(message-digest-key|) <1-255> md5 KEY", 
2408        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
2409        "Enable authentication on this virtual link\n" "dummy string \n" "Use null authentication\n" "Use message-digest authentication\n"
2410        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
2411
2412 DEFSH (0, ospf_area_range_substitute_cmd_vtysh, 
2413        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M substitute A.B.C.D/M", 
2414        "OSPF area parameters\n"
2415        "OSPF area ID in IP address format\n"
2416        "OSPF area ID as a decimal value\n"
2417        "Summarize routes matching address/mask (border routers only)\n"
2418        "Area range prefix\n"
2419        "Announce area range as another prefix\n"
2420        "Network prefix to be announced instead of range\n")
2421
2422 DEFSH (0, debug_ospf_zebra_cmd_vtysh, 
2423        "debug ospf zebra", 
2424        "Debugging functions (see also 'undebug')\n"
2425        "OSPF information\n"
2426        "OSPF Zebra information\n")
2427
2428 DEFSH (0, show_ip_route_tag_vrf_cmd_vtysh, 
2429        "show ip route tag <1-4294967295>" "vrf <0-65535>", 
2430        "Show running system information\n"
2431        "IP information\n"
2432        "IP routing table\n"
2433        "Show only routes with tag\n"
2434        "Tag value\n"
2435        "Specify the VRF\nThe VRF ID\n")
2436
2437 DEFSH (0, show_ip_bgp_community3_cmd_vtysh, 
2438        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
2439        "Show running system information\n"
2440        "IP information\n"
2441        "BGP information\n"
2442        "Display routes matching the communities\n"
2443        "community number\n"
2444        "Do not send outside local AS (well-known community)\n"
2445        "Do not advertise to any peer (well-known community)\n"
2446        "Do not export to next AS (well-known community)\n"
2447        "community number\n"
2448        "Do not send outside local AS (well-known community)\n"
2449        "Do not advertise to any peer (well-known community)\n"
2450        "Do not export to next AS (well-known community)\n"
2451        "community number\n"
2452        "Do not send outside local AS (well-known community)\n"
2453        "Do not advertise to any peer (well-known community)\n"
2454        "Do not export to next AS (well-known community)\n")
2455
2456 DEFSH (0, rip_offset_list_cmd_vtysh, 
2457        "offset-list WORD (in|out) <0-16>", 
2458        "Modify RIP metric\n"
2459        "Access-list name\n"
2460        "For incoming updates\n"
2461        "For outgoing updates\n"
2462        "Metric value\n")
2463
2464 DEFSH (0, ip_rip_split_horizon_poisoned_reverse_cmd_vtysh, 
2465        "ip rip split-horizon poisoned-reverse", 
2466        "IP information\n"
2467        "Routing Information Protocol\n"
2468        "Perform split horizon\n"
2469        "With poisoned-reverse\n")
2470
2471 DEFSH (0, ospf_area_nssa_no_summary_cmd_vtysh, 
2472        "area (A.B.C.D|<0-4294967295>) nssa no-summary", 
2473        "OSPF area parameters\n"
2474        "OSPF area ID in IP address format\n"
2475        "OSPF area ID as a decimal value\n"
2476        "Configure OSPF area as nssa\n"
2477        "Do not inject inter-area routes into nssa\n")
2478
2479 DEFSH (0, lsp_refresh_interval_l2_cmd_vtysh, 
2480        "lsp-refresh-interval level-2 <1-65235>", 
2481        "LSP refresh interval for Level 2 only\n"
2482        "LSP refresh interval for Level 2 only in seconds\n")
2483
2484 DEFSH (0, show_bgp_lcommunity4_cmd_vtysh, 
2485        "show bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
2486        "Show running system information\n"
2487        "BGP information\n"
2488        "Display routes matching the large-communities\n"
2489        "large-community number\n"
2490        "large-community number\n"
2491        "large-community number\n"
2492        "large-community number\n")
2493
2494 DEFSH (0, no_debug_zebra_fpm_cmd_vtysh, 
2495        "no debug zebra fpm", 
2496        "Negate a command or set its defaults\n"
2497        "Debugging functions (see also 'undebug')\n"
2498        "Zebra configuration\n"
2499        "Debug zebra FPM events\n")
2500
2501 DEFSH (0, show_ipv6_ospf6_database_adv_router_linkstate_id_cmd_vtysh, 
2502        "show ipv6 ospf6 database adv-router A.B.C.D linkstate-id A.B.C.D", 
2503        "Show running system information\n"
2504        "IPv6 information\n"
2505        "Open Shortest Path First (OSPF) for IPv6\n"
2506        "Display Link state database\n"
2507        "Search by Advertising Router\n"
2508        "Specify Advertising Router as IPv4 address notation\n"
2509        "Search by Link state ID\n"
2510        "Specify Link state ID as IPv4 address notation\n"
2511       )
2512
2513 DEFSH (0, ipv6_nd_homeagent_preference_cmd_vtysh, 
2514        "ipv6 nd home-agent-preference <0-65535>", 
2515        "Interface IPv6 config commands\n"
2516        "Neighbor discovery\n"
2517        "Home Agent preference\n"
2518        "preference value (default is 0,  least preferred)\n")
2519
2520 DEFSH (0, show_bgp_neighbor_flap_cmd_vtysh, 
2521        "show bgp neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
2522        "Show running system information\n"
2523        "BGP information\n"
2524        "Detailed information on TCP and BGP neighbor connections\n"
2525        "Neighbor to display information about\n"
2526        "Neighbor to display information about\n"
2527        "Display flap statistics of the routes learned from neighbor\n")
2528
2529 DEFSH (0, no_set_ecommunity_rt_val_cmd_vtysh, 
2530        "no set extcommunity rt .ASN:nn_or_IP-address:nn", 
2531        "Negate a command or set its defaults\n"
2532        "Set values in destination routing protocol\n"
2533        "BGP extended community attribute\n"
2534        "Route Target extended community\n"
2535        "VPN extended community\n")
2536
2537 DEFSH (0, no_bgp_fast_external_failover_cmd_vtysh, 
2538        "no bgp fast-external-failover", 
2539        "Negate a command or set its defaults\n"
2540        "BGP information\n"
2541        "Immediately reset session if a link to a directly connected external peer goes down\n")
2542
2543 DEFSH (0, debug_ripng_packet_cmd_vtysh, 
2544        "debug ripng packet", 
2545        "Debugging functions (see also 'undebug')\n"
2546        "RIPng configuration\n"
2547        "Debug option set for ripng packet\n")
2548
2549 DEFSH (0, no_aggregate_address_mask_as_set_summary_cmd_vtysh, 
2550        "no aggregate-address A.B.C.D A.B.C.D as-set summary-only", 
2551        "Negate a command or set its defaults\n"
2552        "Configure BGP aggregate entries\n"
2553        "Aggregate address\n"
2554        "Aggregate mask\n"
2555        "Generate AS set path information\n"
2556        "Filter more specific routes from updates\n")
2557
2558 DEFSH (0, no_bgp_cluster_id_cmd_vtysh, 
2559        "no bgp cluster-id", 
2560        "Negate a command or set its defaults\n"
2561        "BGP information\n"
2562        "Configure Route-Reflector Cluster-id\n")
2563
2564 DEFSH (0, lsp_refresh_interval_cmd_vtysh, 
2565        "lsp-refresh-interval <1-65235>", 
2566        "LSP refresh interval\n"
2567        "LSP refresh interval in seconds\n")
2568
2569 DEFSH (0, ipv6_route_flags_pref_tag_vrf_cmd_vtysh, 
2570        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
2571        "IP information\n"
2572        "Establish static routes\n"
2573        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
2574        "IPv6 gateway address\n"
2575        "IPv6 gateway interface name\n"
2576        "Emit an ICMP unreachable when matched\n"
2577        "Silently discard pkts when matched\n"
2578        "Set tag for this route\n"
2579        "Tag value\n"
2580        "Distance value for this prefix\n"
2581        "Specify the VRF\nThe VRF ID\n")
2582
2583 DEFSH (0, clear_ip_bgp_peer_vpnv4_in_cmd_vtysh, 
2584        "clear ip bgp A.B.C.D vpnv4 unicast in", 
2585        "Reset functions\n"
2586        "IP information\n"
2587        "BGP information\n"
2588        "BGP neighbor address to clear\n"
2589        "Address family\n"
2590        "Address Family Modifier\n"
2591        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
2592
2593 DEFSH (0, no_ip_ospf_authentication_key_addr_cmd_vtysh, 
2594        "no ip ospf authentication-key A.B.C.D", 
2595        "Negate a command or set its defaults\n"
2596        "IP Information\n"
2597        "OSPF interface commands\n"
2598        "Authentication password (key)\n"
2599        "Address of interface")
2600
2601 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_cmd_vtysh, 
2602        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) (X:X::X:X/M|any)", 
2603        "Negate a command or set its defaults\n"
2604        "IPv6 information\n"
2605        "Build a prefix list\n"
2606        "Name of a prefix list\n"
2607        "sequence number of an entry\n"
2608        "Sequence number\n"
2609        "Specify packets to reject\n"
2610        "Specify packets to forward\n"
2611        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
2612        "Any prefix match.  Same as \"::0/0 le 128\"\n")
2613
2614 DEFSH (0, no_neighbor_port_val_cmd_vtysh, 
2615        "no neighbor (A.B.C.D|X:X::X:X) " "port <0-65535>", 
2616        "Negate a command or set its defaults\n"
2617        "Specify neighbor router\n"
2618        "Neighbor address\nIPv6 address\n"
2619        "Neighbor's BGP port\n"
2620        "TCP port number\n")
2621
2622 DEFSH (0, debug_zebra_packet_detail_cmd_vtysh, 
2623        "debug zebra packet (recv|send) detail", 
2624        "Debugging functions (see also 'undebug')\n"
2625        "Zebra configuration\n"
2626        "Debug option set for zebra packet\n"
2627        "Debug option set for receive packet\n"
2628        "Debug option set for send packet\n"
2629        "Debug option set detailed information\n")
2630
2631 DEFSH (0, show_ipv6_ospf6_interface_cmd_vtysh, 
2632        "show ipv6 ospf6 interface", 
2633        "Show running system information\n"
2634        "IPv6 Information\n"
2635        "Open Shortest Path First (OSPF) for IPv6\n"
2636        "Interface information\n"
2637        )
2638
2639 DEFSH (0, show_bgp_ipv6_safi_prefix_pathtype_cmd_vtysh, 
2640        "show bgp ipv6 (unicast|multicast) X:X::X:X/M (bestpath|multipath)", 
2641        "Show running system information\n"
2642        "BGP information\n"
2643        "Address family\n"
2644        "Address Family modifier\n"
2645        "Address Family modifier\n"
2646        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
2647        "Display only the bestpath\n"
2648        "Display only multipaths\n")
2649
2650 DEFSH (0, ip_ospf_authentication_args_cmd_vtysh, 
2651        "ip ospf authentication (null|message-digest)", 
2652        "IP Information\n"
2653        "OSPF interface commands\n"
2654        "Enable authentication on this interface\n"
2655        "Use null authentication\n"
2656        "Use message-digest authentication\n")
2657
2658 DEFSH (0, clear_ip_bgp_all_encap_out_cmd_vtysh, 
2659        "clear ip bgp * encap unicast out", 
2660        "Reset functions\n"
2661        "IP information\n"
2662        "BGP information\n"
2663        "Clear all peers\n"
2664        "Address family\n"
2665        "Address Family Modifier\n"
2666        "Soft reconfig outbound update\n")
2667
2668 DEFSH (0, undebug_pim_packets_cmd_vtysh, 
2669        "undebug pim packets", 
2670        "Disable debugging functions (see also 'debug')\n"
2671        "PIM protocol activity\n"
2672        "PIM protocol packets\n")
2673
2674 DEFSH (0, ospf_area_nssa_translate_cmd_vtysh, 
2675        "area (A.B.C.D|<0-4294967295>) nssa (translate-candidate|translate-never|translate-always)", 
2676        "OSPF area parameters\n"
2677        "OSPF area ID in IP address format\n"
2678        "OSPF area ID as a decimal value\n"
2679        "Configure OSPF area as nssa\n"
2680        "Configure NSSA-ABR for translate election (default)\n"
2681        "Configure NSSA-ABR to never translate\n"
2682        "Configure NSSA-ABR to always translate\n")
2683
2684 DEFSH (0, ip_route_flags_distance_cmd_vtysh, 
2685        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
2686        "IP information\n"
2687        "Establish static routes\n"
2688        "IP destination prefix (e.g. 10.0.0.0/8)\n"
2689        "IP gateway address\n"
2690        "IP gateway interface name\n"
2691        "Emit an ICMP unreachable when matched\n"
2692        "Silently discard pkts when matched\n"
2693        "Distance value for this route\n")
2694
2695 DEFSH (0, no_rip_network_cmd_vtysh, 
2696        "no network (A.B.C.D/M|WORD)", 
2697        "Negate a command or set its defaults\n"
2698        "Enable routing on an IP network\n"
2699        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
2700        "Interface name\n")
2701
2702 DEFSH (0, show_ipv6_mbgp_community_all_cmd_vtysh, 
2703        "show ipv6 mbgp community", 
2704        "Show running system information\n"
2705        "IPv6 information\n"
2706        "MBGP information\n"
2707        "Display routes matching the communities\n")
2708
2709 DEFSH (0, show_ipv6_route_prefix_vrf_all_cmd_vtysh, 
2710        "show ipv6 route X:X::X:X/M " "vrf all", 
2711        "Show running system information\n"
2712        "IP information\n"
2713        "IPv6 routing table\n"
2714        "IPv6 prefix\n"
2715        "Specify the VRF\nAll VRFs\n")
2716
2717 DEFSH (0, debug_ospf6_lsa_hex_detail_cmd_vtysh, 
2718        "debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix|unknown) (originate|examine|flooding)", 
2719        "Debugging functions (see also 'undebug')\n"
2720        "Open Shortest Path First (OSPF) for IPv6\n"
2721        "Debug Link State Advertisements (LSAs)\n"
2722        "Specify LS type as Hexadecimal\n"
2723       )
2724
2725 DEFSH (0, show_bgp_ipv6_safi_community3_exact_cmd_vtysh, 
2726        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
2727        "Show running system information\n"
2728        "BGP information\n"
2729        "Address family\n"
2730        "Address family modifier\n"
2731        "Address family modifier\n"
2732        "Address family modifier\n"
2733        "Address family modifier\n"
2734        "Display routes matching the communities\n"
2735        "community number\n"
2736        "Do not send outside local AS (well-known community)\n"
2737        "Do not advertise to any peer (well-known community)\n"
2738        "Do not export to next AS (well-known community)\n"
2739        "community number\n"
2740        "Do not send outside local AS (well-known community)\n"
2741        "Do not advertise to any peer (well-known community)\n"
2742        "Do not export to next AS (well-known community)\n"
2743        "community number\n"
2744        "Do not send outside local AS (well-known community)\n"
2745        "Do not advertise to any peer (well-known community)\n"
2746        "Do not export to next AS (well-known community)\n"
2747        "Exact match of the communities")
2748
2749 DEFSH (0, clear_bgp_instance_all_cmd_vtysh, 
2750        "clear bgp view WORD *", 
2751        "Reset functions\n"
2752        "BGP information\n"
2753        "BGP view\n"
2754        "view name\n"
2755        "Clear all peers\n")
2756
2757 DEFSH (0, accept_lifetime_month_day_day_month_cmd_vtysh, 
2758        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
2759        "Set accept lifetime of the key\n"
2760        "Time to start\n"
2761        "Month of the year to start\n"
2762        "Day of th month to start\n"
2763        "Year to start\n"
2764        "Time to expire\n"
2765        "Day of th month to expire\n"
2766        "Month of the year to expire\n"
2767        "Year to expire\n")
2768
2769 DEFSH (0, show_bgp_ipv4_safi_cmd_vtysh, 
2770        "show bgp ipv4 (unicast|multicast)", 
2771        "Show running system information\n"
2772        "BGP information\n"
2773        "Address family\n"
2774        "Address Family modifier\n"
2775        "Address Family modifier\n")
2776
2777 DEFSH (0, show_ip_pim_dr_cmd_vtysh, 
2778        "show ip pim designated-router", 
2779        "Show running system information\n"
2780        "IP information\n"
2781        "PIM information\n"
2782        "PIM interface designated router\n")
2783
2784 DEFSH (0, no_neighbor_attr_unchanged5_cmd_vtysh, 
2785        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path next-hop med", 
2786        "Negate a command or set its defaults\n"
2787        "Specify neighbor router\n"
2788        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2789        "BGP attribute is propagated unchanged to this neighbor\n"
2790        "As-path attribute\n"
2791        "Nexthop attribute\n"
2792        "Med attribute\n")
2793
2794 DEFSH (0, no_ip_route_mask_flags_cmd_vtysh, 
2795        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole)", 
2796        "Negate a command or set its defaults\n"
2797        "IP information\n"
2798        "Establish static routes\n"
2799        "IP destination prefix\n"
2800        "IP destination prefix mask\n"
2801        "IP gateway address\n"
2802        "IP gateway interface name\n"
2803        "Emit an ICMP unreachable when matched\n"
2804        "Silently discard pkts when matched\n")
2805
2806 DEFSH (0, no_ospf_timers_throttle_spf_cmd_vtysh, 
2807        "no timers throttle spf", 
2808        "Negate a command or set its defaults\n"
2809        "Adjust routing timers\n"
2810        "Throttling adaptive timer\n"
2811        "OSPF SPF timers\n")
2812
2813 DEFSH (0, ipv6_nd_reachable_time_cmd_vtysh, 
2814        "ipv6 nd reachable-time <1-3600000>", 
2815        "Interface IPv6 config commands\n"
2816        "Neighbor discovery\n"
2817        "Reachable time\n"
2818        "Reachable time in milliseconds\n")
2819
2820 DEFSH (0, no_bgp_cluster_id_arg_cmd_vtysh, 
2821        "no bgp cluster-id A.B.C.D", 
2822        "Negate a command or set its defaults\n"
2823        "BGP information\n"
2824        "Configure Route-Reflector Cluster-id\n"
2825        "Route-Reflector Cluster-id in IP address format\n")
2826
2827 DEFSH (0, no_ospf_cost_cmd_vtysh, 
2828        "no ospf cost", 
2829        "Negate a command or set its defaults\n"
2830        "OSPF interface commands\n"
2831        "Interface cost\n")
2832
2833 DEFSH (0, no_ipv6_nd_reachable_time_cmd_vtysh, 
2834        "no ipv6 nd reachable-time", 
2835        "Negate a command or set its defaults\n"
2836        "Interface IPv6 config commands\n"
2837        "Neighbor discovery\n"
2838        "Reachable time\n")
2839
2840 DEFSH (0, show_bgp_ipv4_community2_exact_cmd_vtysh, 
2841        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
2842        "Show running system information\n"
2843        "BGP information\n"
2844        "IP information\n"
2845        "Display routes matching the communities\n"
2846        "community number\n"
2847        "Do not send outside local AS (well-known community)\n"
2848        "Do not advertise to any peer (well-known community)\n"
2849        "Do not export to next AS (well-known community)\n"
2850        "community number\n"
2851        "Do not send outside local AS (well-known community)\n"
2852        "Do not advertise to any peer (well-known community)\n"
2853        "Do not export to next AS (well-known community)\n"
2854        "Exact match of the communities")
2855
2856 DEFSH (0, show_ipv6_mroute_vrf_cmd_vtysh, 
2857        "show ipv6 mroute " "vrf <0-65535>", 
2858        "Show running system information\n"
2859        "IP information\n"
2860        "IPv6 Multicast routing table\n"
2861        "Specify the VRF\nThe VRF ID\n")
2862
2863 DEFSH (0, show_bgp_ipv4_vpn_rd_cmd_vtysh, 
2864        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn", 
2865        "Show running system information\n"
2866        "BGP information\n"
2867        "Address Family\n"
2868        "Display VPN NLRI specific information\n"
2869        "Display information for a route distinguisher\n"
2870        "VPN Route Distinguisher\n")
2871
2872 DEFSH (0, if_nhrp_reg_flags_cmd_vtysh, 
2873  "(ip|ipv6)" " nhrp registration (no-unique)", 
2874  "IP information\n" "IPv6 information\n"
2875  "Next Hop Resolution Protocol functions\n"
2876  "Registration configuration\n"
2877  "Don't set unique flag\n")
2878
2879 DEFSH (0, no_debug_bgp_fsm_cmd_vtysh, 
2880        "no debug bgp fsm", 
2881        "Negate a command or set its defaults\n"
2882        "Debugging functions (see also 'undebug')\n"
2883        "BGP information\n"
2884        "Finite State Machine\n")
2885
2886 DEFSH (0, no_nhrp_nflog_group_cmd_vtysh, 
2887  "no nhrp nflog-group [<1-65535>]", 
2888  "Negate a command or set its defaults\n"
2889  "Next Hop Resolution Protocol functions\n"
2890  "Specify NFLOG group number\n"
2891  "NFLOG group number\n")
2892
2893 DEFSH (0, clear_ip_bgp_peer_vpnv4_out_cmd_vtysh, 
2894        "clear ip bgp A.B.C.D vpnv4 unicast out", 
2895        "Reset functions\n"
2896        "IP information\n"
2897        "BGP information\n"
2898        "BGP neighbor address to clear\n"
2899        "Address family\n"
2900        "Address Family Modifier\n"
2901        "Resend all outbound updates\n")
2902
2903 DEFSH (0, show_ip_bgp_ipv4_neighbor_routes_cmd_vtysh, 
2904        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes", 
2905        "Show running system information\n"
2906        "IP information\n"
2907        "BGP information\n"
2908        "Address family\n"
2909        "Address Family modifier\n"
2910        "Address Family modifier\n"
2911        "Detailed information on TCP and BGP neighbor connections\n"
2912        "Neighbor to display information about\n"
2913        "Neighbor to display information about\n"
2914        "Display routes learned from neighbor\n")
2915
2916 DEFSH (0, show_bgp_ipv6_encap_rd_neighbor_advertised_routes_cmd_vtysh, 
2917        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
2918        "Show running system information\n"
2919        "BGP information\n"
2920        "Address Family\n"
2921        "Display ENCAP NLRI specific information\n"
2922        "Display information for a route distinguisher\n"
2923        "ENCAP Route Distinguisher\n"
2924        "Detailed information on TCP and BGP neighbor connections\n"
2925        "Neighbor to display information about\n"
2926        "Neighbor to display information about\n"
2927        "Display the routes advertised to a BGP neighbor\n")
2928
2929 DEFSH (0, isis_passwd_cmd_vtysh, 
2930        "isis password (md5|clear) WORD", 
2931        "IS-IS commands\n"
2932        "Configure the authentication password for a circuit\n"
2933        "HMAC-MD5 authentication\n"
2934        "Cleartext password\n"
2935        "Circuit password\n")
2936
2937 DEFSH (0, no_synchronization_cmd_vtysh, 
2938        "no synchronization", 
2939        "Negate a command or set its defaults\n"
2940        "Perform IGP synchronization\n")
2941
2942 DEFSH (0, show_ipv6_ospf6_route_longer_cmd_vtysh, 
2943        "show ipv6 ospf6 route X:X::X:X/M longer", 
2944        "Show running system information\n"
2945        "IPv6 Information\n"
2946        "Open Shortest Path First (OSPF) for IPv6\n"
2947        "Routing Table\n"
2948        "Specify IPv6 prefix\n"
2949        "Display routes longer than the specified route\n"
2950        )
2951
2952 DEFSH (0, show_bgp_ipv6_vpn_rd_cmd_vtysh, 
2953        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn", 
2954        "Show running system information\n"
2955        "BGP information\n"
2956        "Address Family\n"
2957        "Display VPN NLRI specific information\n"
2958        "Display information for a route distinguisher\n"
2959        "VPN Route Distinguisher\n")
2960
2961 DEFSH (0, show_ipv6_bgp_summary_cmd_vtysh, 
2962        "show ipv6 bgp summary", 
2963        "Show running system information\n"
2964        "IPv6 information\n"
2965        "BGP information\n"
2966        "Summary of BGP neighbor status\n")
2967
2968 DEFSH (0, show_bgp_instance_neighbors_peer_cmd_vtysh, 
2969        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X)", 
2970        "Show running system information\n"
2971        "BGP information\n"
2972        "BGP view\n"
2973        "View name\n"
2974        "Detailed information on TCP and BGP neighbor connections\n"
2975        "Neighbor to display information about\n"
2976        "Neighbor to display information about\n")
2977
2978 DEFSH (0, no_ip_rip_authentication_string_cmd_vtysh, 
2979        "no ip rip authentication string", 
2980        "Negate a command or set its defaults\n"
2981        "IP information\n"
2982        "Routing Information Protocol\n"
2983        "Authentication control\n"
2984        "Authentication string\n")
2985
2986 DEFSH (0|0|0|0|0|0, rmap_continue_index_cmd_vtysh, 
2987       "continue <1-65536>", 
2988       "Exit policy on matches\n"
2989       "Goto Clause number\n")
2990
2991 DEFSH (0, no_ospf_authentication_key_cmd_vtysh, 
2992        "no ospf authentication-key", 
2993        "Negate a command or set its defaults\n"
2994        "OSPF interface commands\n"
2995        "Authentication password (key)\n")
2996
2997 DEFSH (0, show_bgp_instance_summary_cmd_vtysh, 
2998        "show bgp view WORD summary", 
2999        "Show running system information\n"
3000        "BGP information\n"
3001        "BGP view\n"
3002        "View name\n"
3003        "Summary of BGP neighbor status\n")
3004
3005 DEFSH (0|0|0|0, show_ip_prefix_list_name_cmd_vtysh, 
3006        "show ip prefix-list WORD", 
3007        "Show running system information\n"
3008        "IP information\n"
3009        "Build a prefix list\n"
3010        "Name of a prefix list\n")
3011
3012 DEFSH (0, show_isis_mpls_te_interface_cmd_vtysh, 
3013        "show isis mpls-te interface [INTERFACE]", 
3014        "Show running system information\n"
3015        "IS-IS information\n"
3016        "MPLS-TE specific commands\n"
3017        "Interface information\n"
3018        "Interface name\n")
3019
3020 DEFSH (0, exec_timeout_min_cmd_vtysh, 
3021        "exec-timeout <0-35791>", 
3022        "Set timeout value\n"
3023        "Timeout value in minutes\n")
3024
3025 DEFSH (0, no_isis_priority_cmd_vtysh, 
3026        "no isis priority", 
3027        "Negate a command or set its defaults\n"
3028        "IS-IS commands\n"
3029        "Set priority for Designated Router election\n")
3030
3031 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_linkstate_id_cmd_vtysh, 
3032        "show ipv6 ospf6 database "
3033        "(router|network|inter-prefix|inter-router|as-external|"
3034        "group-membership|type-7|link|intra-prefix) "
3035        "adv-router A.B.C.D linkstate-id A.B.C.D", 
3036        "Show running system information\n"
3037        "IPv6 information\n"
3038        "Open Shortest Path First (OSPF) for IPv6\n"
3039        "Display Link state database\n"
3040        "Display Router LSAs\n"
3041        "Display Network LSAs\n"
3042        "Display Inter-Area-Prefix LSAs\n"
3043        "Display Inter-Area-Router LSAs\n"
3044        "Display As-External LSAs\n"
3045        "Display Group-Membership LSAs\n"
3046        "Display Type-7 LSAs\n"
3047        "Display Link LSAs\n"
3048        "Display Intra-Area-Prefix LSAs\n"
3049        "Search by Advertising Router\n"
3050        "Specify Advertising Router as IPv4 address notation\n"
3051        "Search by Link state ID\n"
3052        "Specify Link state ID as IPv4 address notation\n"
3053       )
3054
3055 DEFSH (0, show_ip_bgp_ipv4_prefix_cmd_vtysh, 
3056        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M", 
3057        "Show running system information\n"
3058        "IP information\n"
3059        "BGP information\n"
3060        "Address family\n"
3061        "Address Family modifier\n"
3062        "Address Family modifier\n"
3063        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
3064
3065 DEFSH (0|0|0|0, ipv6_prefix_list_seq_cmd_vtysh, 
3066        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) (X:X::X:X/M|any)", 
3067        "IPv6 information\n"
3068        "Build a prefix list\n"
3069        "Name of a prefix list\n"
3070        "sequence number of an entry\n"
3071        "Sequence number\n"
3072        "Specify packets to reject\n"
3073        "Specify packets to forward\n"
3074        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
3075        "Any prefix match.  Same as \"::0/0 le 128\"\n")
3076
3077 DEFSH (0, no_ip_ospf_cost_inet4_cmd_vtysh, 
3078        "no ip ospf cost A.B.C.D", 
3079        "Negate a command or set its defaults\n"
3080        "IP Information\n"
3081        "OSPF interface commands\n"
3082        "Interface cost\n"
3083        "Address of interface")
3084
3085 DEFSH (0, no_ospf_cost_inet4_cmd_vtysh, 
3086        "no ospf cost A.B.C.D", 
3087        "Negate a command or set its defaults\n"
3088        "OSPF interface commands\n"
3089        "Interface cost\n"
3090        "Address of interface")
3091
3092 DEFSH (0, ospf_mpls_te_router_addr_cmd_vtysh, 
3093        "mpls-te router-address A.B.C.D", 
3094        "MPLS-TE specific commands\n"
3095        "Stable IP address of the advertising router\n"
3096        "MPLS-TE router address in IPv4 address format\n")
3097
3098 DEFSH (0, no_ospf_area_export_list_cmd_vtysh, 
3099        "no area (A.B.C.D|<0-4294967295>) export-list NAME", 
3100        "Negate a command or set its defaults\n"
3101        "OSPF area parameters\n"
3102        "OSPF area ID in IP address format\n"
3103        "OSPF area ID as a decimal value\n"
3104        "Unset the filter for networks announced to other areas\n"
3105        "Name of the access-list\n")
3106
3107 DEFSH (0, no_bgp_redistribute_ipv6_metric_rmap_cmd_vtysh, 
3108        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
3109        "Negate a command or set its defaults\n"
3110        "Redistribute information from another routing protocol\n"
3111        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
3112        "Metric for redistributed routes\n"
3113        "Default metric\n"
3114        "Route map reference\n"
3115        "Pointer to route-map entries\n")
3116
3117 DEFSH (0, show_bgp_neighbor_advertised_route_cmd_vtysh, 
3118        "show bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
3119        "Show running system information\n"
3120        "BGP information\n"
3121        "Detailed information on TCP and BGP neighbor connections\n"
3122        "Neighbor to display information about\n"
3123        "Neighbor to display information about\n"
3124        "Display the routes advertised to a BGP neighbor\n")
3125
3126 DEFSH (0|0|0|0, clear_ip_prefix_list_cmd_vtysh, 
3127        "clear ip prefix-list", 
3128        "Reset functions\n"
3129        "IP information\n"
3130        "Build a prefix list\n")
3131
3132 DEFSH (0, show_bgp_ipv4_safi_damp_flap_regexp_cmd_vtysh, 
3133        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics regexp .LINE", 
3134        "Show running system information\n"
3135        "BGP information\n"
3136        "IP information\n"
3137        "Address Family Modifier\n"
3138        "Address Family Modifier\n"
3139        "Address Family Modifier\n"
3140        "Address Family Modifier\n"
3141        "Display detailed information about dampening\n"
3142        "Display flap statistics of routes\n"
3143        "Display routes matching the AS path regular expression\n"
3144        "A regular-expression to match the BGP AS paths\n")
3145
3146 DEFSH (0, ospf_distance_ospf_cmd_vtysh, 
3147        "distance ospf "
3148          "{intra-area <1-255>|inter-area <1-255>|external <1-255>}", 
3149        "Define an administrative distance\n"
3150        "OSPF Administrative distance\n"
3151        "Intra-area routes\n"
3152        "Distance for intra-area routes\n"
3153        "Inter-area routes\n"
3154        "Distance for inter-area routes\n"
3155        "External routes\n"
3156        "Distance for external routes\n")
3157
3158 DEFSH (0, no_bgp_redistribute_ipv4_rmap_metric_cmd_vtysh, 
3159        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
3160        "Negate a command or set its defaults\n"
3161        "Redistribute information from another routing protocol\n"
3162        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
3163        "Route map reference\n"
3164        "Pointer to route-map entries\n"
3165        "Metric for redistributed routes\n"
3166        "Default metric\n")
3167
3168 DEFSH (0, show_bgp_view_ipv4_safi_rsclient_route_cmd_vtysh, 
3169        "show bgp view WORD ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
3170        "Show running system information\n"
3171        "BGP information\n"
3172        "BGP view\n"
3173        "View name\n"
3174        "Address family\n"
3175        "Address Family modifier\n"
3176        "Address Family modifier\n"
3177        "Information about Route Server Client\n"
3178        "Neighbor address\nIPv6 address\n"
3179        "Network in the BGP routing table to display\n")
3180
3181 DEFSH (0, clear_ip_bgp_peer_group_ipv4_in_cmd_vtysh, 
3182        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) in", 
3183        "Reset functions\n"
3184        "IP information\n"
3185        "BGP information\n"
3186        "Clear all members of peer-group\n"
3187        "BGP peer-group name\n"
3188        "Address family\n"
3189        "Address Family modifier\n"
3190        "Address Family modifier\n"
3191        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
3192
3193 DEFSH (0, no_lsp_gen_interval_cmd_vtysh, 
3194        "no lsp-gen-interval", 
3195        "Negate a command or set its defaults\n"
3196        "Minimum interval between regenerating same LSP\n")
3197
3198 DEFSH (0, ipv6_ospf6_passive_cmd_vtysh, 
3199        "ipv6 ospf6 passive", 
3200        "IPv6 Information\n"
3201        "Open Shortest Path First (OSPF) for IPv6\n"
3202        "passive interface,  No adjacency will be formed on this interface\n"
3203        )
3204
3205 DEFSH (0, no_debug_ospf6_neighbor_detail_cmd_vtysh, 
3206        "no debug ospf6 neighbor (state|event)", 
3207        "Negate a command or set its defaults\n"
3208        "Debugging functions (see also 'undebug')\n"
3209        "Open Shortest Path First (OSPF) for IPv6\n"
3210        "Debug OSPFv3 Neighbor\n"
3211        "Debug OSPFv3 Neighbor State Change\n"
3212        "Debug OSPFv3 Neighbor Event\n"
3213       )
3214
3215 DEFSH (0, show_bgp_ipv4_lcommunity3_cmd_vtysh, 
3216        "show bgp ipv4 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
3217        "Show running system information\n"
3218        "BGP information\n"
3219        "IP information\n"
3220        "Display routes matching the large-communities\n"
3221        "large-community number\n"
3222        "large-community number\n"
3223        "large-community number\n")
3224
3225 DEFSH (0, undebug_bgp_keepalive_cmd_vtysh, 
3226        "undebug bgp keepalives", 
3227        "Disable debugging functions (see also 'debug')\n"
3228        "BGP information\n"
3229        "BGP keepalives\n")
3230
3231 DEFSH (0, no_ipv6_nd_homeagent_lifetime_cmd_vtysh, 
3232        "no ipv6 nd home-agent-lifetime", 
3233        "Negate a command or set its defaults\n"
3234        "Interface IPv6 config commands\n"
3235        "Neighbor discovery\n"
3236        "Home Agent lifetime\n")
3237
3238 DEFSH (0, link_params_res_bw_cmd_vtysh, 
3239        "res-bw BANDWIDTH", 
3240        "Unidirectional Residual Bandwidth\n"
3241        "Bytes/second (IEEE floating point format)\n")
3242
3243 DEFSH (0, no_bgp_confederation_identifier_cmd_vtysh, 
3244        "no bgp confederation identifier", 
3245        "Negate a command or set its defaults\n"
3246        "BGP specific commands\n"
3247        "AS confederation parameters\n"
3248        "AS number\n")
3249
3250 DEFSH (0, show_ip_bgp_ipv4_community4_exact_cmd_vtysh, 
3251        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
3252        "Show running system information\n"
3253        "IP information\n"
3254        "BGP information\n"
3255        "Address family\n"
3256        "Address Family modifier\n"
3257        "Address Family modifier\n"
3258        "Display routes matching the communities\n"
3259        "community number\n"
3260        "Do not send outside local AS (well-known community)\n"
3261        "Do not advertise to any peer (well-known community)\n"
3262        "Do not export to next AS (well-known community)\n"
3263        "community number\n"
3264        "Do not send outside local AS (well-known community)\n"
3265        "Do not advertise to any peer (well-known community)\n"
3266        "Do not export to next AS (well-known community)\n"
3267        "community number\n"
3268        "Do not send outside local AS (well-known community)\n"
3269        "Do not advertise to any peer (well-known community)\n"
3270        "Do not export to next AS (well-known community)\n"
3271        "community number\n"
3272        "Do not send outside local AS (well-known community)\n"
3273        "Do not advertise to any peer (well-known community)\n"
3274        "Do not export to next AS (well-known community)\n"
3275        "Exact match of the communities")
3276
3277 DEFSH (0, show_ip_ospf_mpls_te_router_cmd_vtysh, 
3278        "show ip ospf mpls-te router", 
3279        "Show running system information\n"
3280        "IP information\n"
3281        "OSPF information\n"
3282        "MPLS-TE information\n"
3283        "MPLS-TE Router parameters\n")
3284
3285 DEFSH (0, debug_pim_trace_cmd_vtysh, 
3286        "debug pim trace", 
3287        "Debugging functions (see also 'undebug')\n"
3288        "PIM protocol activity\n"
3289        "PIM internal daemon activity\n")
3290
3291 DEFSH (0, no_debug_bgp_as4_segment_cmd_vtysh, 
3292        "no debug bgp as4 segment", 
3293        "Negate a command or set its defaults\n"
3294        "Debugging functions (see also 'undebug')\n"
3295        "BGP information\n"
3296        "BGP AS4 actions\n"
3297        "BGP AS4 aspath segment handling\n")
3298
3299 DEFSH (0, no_debug_bgp_filter_cmd_vtysh, 
3300        "no debug bgp filters", 
3301        "Negate a command or set its defaults\n"
3302        "Debugging functions (see also 'undebug')\n"
3303        "BGP information\n"
3304        "BGP filters\n")
3305
3306 DEFSH (0, show_bgp_ipv6_vpn_neighbor_advertised_routes_cmd_vtysh, 
3307        "show bgp ipv6 vpn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
3308        "Show running system information\n"
3309        "BGP information\n"
3310        "Address Family\n"
3311        "Display VPN NLRI specific information\n"
3312        "Detailed information on TCP and BGP neighbor connections\n"
3313        "Neighbor to display information about\n"
3314        "Display the routes advertised to a BGP neighbor\n")
3315
3316 DEFSH (0, clear_bgp_instance_peer_rsclient_cmd_vtysh, 
3317        "clear bgp view WORD (A.B.C.D|X:X::X:X) rsclient", 
3318        "Reset functions\n"
3319        "BGP information\n"
3320        "BGP view\n"
3321        "view name\n"
3322        "BGP neighbor IP address to clear\n"
3323        "BGP IPv6 neighbor to clear\n"
3324        "Soft reconfig for rsclient RIB\n")
3325
3326 DEFSH (0, show_bgp_view_route_cmd_vtysh, 
3327        "show bgp view WORD X:X::X:X", 
3328        "Show running system information\n"
3329        "BGP information\n"
3330        "BGP view\n"
3331        "View name\n"
3332        "Network in the BGP routing table to display\n")
3333
3334 DEFSH (0, show_bgp_ipv6_community2_exact_cmd_vtysh, 
3335        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
3336        "Show running system information\n"
3337        "BGP information\n"
3338        "Address family\n"
3339        "Display routes matching the communities\n"
3340        "community number\n"
3341        "Do not send outside local AS (well-known community)\n"
3342        "Do not advertise to any peer (well-known community)\n"
3343        "Do not export to next AS (well-known community)\n"
3344        "community number\n"
3345        "Do not send outside local AS (well-known community)\n"
3346        "Do not advertise to any peer (well-known community)\n"
3347        "Do not export to next AS (well-known community)\n"
3348        "Exact match of the communities")
3349
3350 DEFSH (0|0|0|0, no_ip_prefix_list_description_cmd_vtysh, 
3351        "no ip prefix-list WORD description", 
3352        "Negate a command or set its defaults\n"
3353        "IP information\n"
3354        "Build a prefix list\n"
3355        "Name of a prefix list\n"
3356        "Prefix-list specific description\n")
3357
3358 DEFSH (0, if_no_nhrp_reg_flags_cmd_vtysh, 
3359  "no " "(ip|ipv6)" " nhrp registration (no-unique)", 
3360  "Negate a command or set its defaults\n"
3361  "IP information\n" "IPv6 information\n"
3362  "Next Hop Resolution Protocol functions\n"
3363  "Registration configuration\n"
3364  "Don't set unique flag\n")
3365
3366 DEFSH (0, no_isis_priority_l2_arg_cmd_vtysh, 
3367        "no isis priority <0-127> level-2", 
3368        "Negate a command or set its defaults\n"
3369        "IS-IS commands\n"
3370        "Set priority for Designated Router election\n"
3371        "Priority value\n"
3372        "Specify priority for level-2 routing\n")
3373
3374 DEFSH (0, show_ipv6_route_summary_cmd_vtysh, 
3375        "show ipv6 route summary", 
3376        "Show running system information\n"
3377        "IP information\n"
3378        "IPv6 routing table\n"
3379        "Summary of all IPv6 routes\n")
3380
3381 DEFSH (0, no_ospf_timers_min_ls_arrival_cmd_vtysh, 
3382        "no timers lsa arrival", 
3383        "Negate a command or set its defaults\n"
3384        "Adjust routing timers\n"
3385        "Throttling link state advertisement delays\n"
3386        "OSPF minimum arrival interval delay\n")
3387
3388 DEFSH (0, clear_bgp_all_in_prefix_filter_cmd_vtysh, 
3389        "clear bgp * in prefix-filter", 
3390        "Reset functions\n"
3391        "BGP information\n"
3392        "Clear all peers\n"
3393        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
3394        "Push out prefix-list ORF and do inbound soft reconfig\n")
3395
3396 DEFSH (0, no_shutdown_if_cmd_vtysh, 
3397        "no shutdown", 
3398        "Negate a command or set its defaults\n"
3399        "Shutdown the selected interface\n")
3400
3401 DEFSH (0, no_debug_ospf_packet_send_recv_cmd_vtysh, 
3402        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv|detail)", 
3403        "Negate a command or set its defaults\n"
3404        "Debugging functions\n"
3405        "OSPF information\n"
3406        "OSPF packets\n"
3407        "OSPF Hello\n"
3408        "OSPF Database Description\n"
3409        "OSPF Link State Request\n"
3410        "OSPF Link State Update\n"
3411        "OSPF Link State Acknowledgment\n"
3412        "OSPF all packets\n"
3413        "Packet sent\n"
3414        "Packet received\n"
3415        "Detail Information\n")
3416
3417 DEFSH (0, show_interface_cmd_vtysh, 
3418        "show interface", 
3419        "Show running system information\n"
3420        "Interface status and configuration\n")
3421
3422 DEFSH (0, no_ip_route_flags_tag_distance_cmd_vtysh, 
3423        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
3424        "Negate a command or set its defaults\n"
3425        "IP information\n"
3426        "Establish static routes\n"
3427        "IP destination prefix (e.g. 10.0.0.0/8)\n"
3428        "IP gateway address\n"
3429        "IP gateway interface name\n"
3430        "Emit an ICMP unreachable when matched\n"
3431        "Silently discard pkts when matched\n"
3432        "Tag of this route\n"
3433        "Tag value\n"
3434        "Distance value for this route\n")
3435
3436 DEFSH (0, no_set_origin_cmd_vtysh, 
3437        "no set origin", 
3438        "Negate a command or set its defaults\n"
3439        "Set values in destination routing protocol\n"
3440        "BGP origin code\n")
3441
3442 DEFSH (0, debug_pim_packetdump_send_cmd_vtysh, 
3443        "debug pim packet-dump send", 
3444        "Debugging functions (see also 'undebug')\n"
3445        "PIM protocol activity\n"
3446        "PIM packet dump\n"
3447        "Dump sent packets\n")
3448
3449 DEFSH (0, no_debug_pim_trace_cmd_vtysh, 
3450        "no debug pim trace", 
3451        "Negate a command or set its defaults\n"
3452        "Debugging functions (see also 'undebug')\n"
3453        "PIM protocol activity\n"
3454        "PIM internal daemon activity\n")
3455
3456 DEFSH (0, show_ip_bgp_ipv4_rsclient_summary_cmd_vtysh, 
3457       "show ip bgp ipv4 (unicast|multicast) rsclient summary", 
3458        "Show running system information\n"
3459        "IP information\n"
3460        "BGP information\n"
3461        "Address family\n"
3462        "Address Family modifier\n"
3463        "Address Family modifier\n"
3464        "Information about Route Server Clients\n"
3465        "Summary of all Route Server Clients\n")
3466
3467 DEFSH (0, undebug_bgp_update_cmd_vtysh, 
3468        "undebug bgp updates", 
3469        "Disable debugging functions (see also 'debug')\n"
3470        "BGP information\n"
3471        "BGP updates\n")
3472
3473 DEFSH (0, clear_bgp_ipv6_as_soft_out_cmd_vtysh, 
3474        "clear bgp ipv6 " "<1-4294967295>" " soft out", 
3475        "Reset functions\n"
3476        "BGP information\n"
3477        "Address family\n"
3478        "Clear peers with the AS number\n"
3479        "Soft reconfig inbound and outbound updates\n"
3480        "Resend all outbound updates\n")
3481
3482 DEFSH (0, no_ip_route_mask_tag_distance_cmd_vtysh, 
3483        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
3484        "Negate a command or set its defaults\n"
3485        "IP information\n"
3486        "Establish static routes\n"
3487        "IP destination prefix\n"
3488        "IP destination prefix mask\n"
3489        "IP gateway address\n"
3490        "IP gateway interface name\n"
3491        "Null interface\n"
3492        "Tag of this route\n"
3493        "Tag value\n"
3494        "Distance value for this route\n")
3495
3496 DEFSH (0, ospf_default_metric_cmd_vtysh, 
3497        "default-metric <0-16777214>", 
3498        "Set metric of redistributed routes\n"
3499        "Default metric\n")
3500
3501 DEFSH (0, no_ospf_area_vlink_param2_cmd_vtysh, 
3502        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
3503        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
3504        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
3505        "Negate a command or set its defaults\n"
3506        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
3507        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
3508        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
3509
3510 DEFSH (0, ospf_area_vlink_param3_cmd_vtysh, 
3511        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
3512        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
3513        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
3514        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
3515        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
3516        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
3517        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
3518        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
3519
3520 DEFSH (0, clear_ip_bgp_all_encap_in_cmd_vtysh, 
3521        "clear ip bgp * encap unicast in", 
3522        "Reset functions\n"
3523        "IP information\n"
3524        "BGP information\n"
3525        "Clear all peers\n"
3526        "Address family\n"
3527        "Address Family Modifier\n"
3528        "Soft reconfig inbound update\n")
3529
3530 DEFSH (0, no_ipv6_route_flags_pref_cmd_vtysh, 
3531        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255>", 
3532        "Negate a command or set its defaults\n"
3533        "IP information\n"
3534        "Establish static routes\n"
3535        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
3536        "IPv6 gateway address\n"
3537        "IPv6 gateway interface name\n"
3538        "Emit an ICMP unreachable when matched\n"
3539        "Silently discard pkts when matched\n"
3540        "Distance value for this prefix\n")
3541
3542 DEFSH (0, no_ripng_route_cmd_vtysh, 
3543        "no route IPV6ADDR", 
3544        "Negate a command or set its defaults\n"
3545        "Static route setup\n"
3546        "Delete static RIPng route announcement\n")
3547
3548 DEFSH (0, clear_ip_bgp_peer_group_in_prefix_filter_cmd_vtysh, 
3549        "clear ip bgp peer-group WORD in prefix-filter", 
3550        "Reset functions\n"
3551        "IP information\n"
3552        "BGP information\n"
3553        "Clear all members of peer-group\n"
3554        "BGP peer-group name\n"
3555        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
3556        "Push out prefix-list ORF and do inbound soft reconfig\n")
3557
3558 DEFSH (0, show_ip_bgp_flap_filter_list_cmd_vtysh, 
3559        "show ip bgp flap-statistics filter-list WORD", 
3560        "Show running system information\n"
3561        "IP information\n"
3562        "BGP information\n"
3563        "Display flap statistics of routes\n"
3564        "Display routes conforming to the filter-list\n"
3565        "Regular expression access list name\n")
3566
3567 DEFSH (0, ospf_cost_u32_cmd_vtysh, 
3568        "ospf cost <1-65535>", 
3569        "OSPF interface commands\n"
3570        "Interface cost\n"
3571        "Cost")
3572
3573 DEFSH (0, no_bgp_maxpaths_arg_cmd_vtysh, 
3574        "no maximum-paths " "<" "1" "-" "1" ">", 
3575        "Negate a command or set its defaults\n"
3576        "Forward packets over multiple paths\n"
3577        "Number of paths\n")
3578
3579 DEFSH (0, show_bgp_ipv6_route_cmd_vtysh, 
3580        "show bgp ipv6 X:X::X:X", 
3581        "Show running system information\n"
3582        "BGP information\n"
3583        "Address family\n"
3584        "Network in the BGP routing table to display\n")
3585
3586 DEFSH (0, ospf_retransmit_interval_cmd_vtysh, 
3587        "ospf retransmit-interval <3-65535>", 
3588        "OSPF interface commands\n"
3589        "Time between retransmitting lost link state advertisements\n"
3590        "Seconds\n")
3591
3592 DEFSH (0, no_net_cmd_vtysh, 
3593        "no net WORD", 
3594        "Negate a command or set its defaults\n"
3595        "A Network Entity Title for this process (OSI only)\n"
3596        "XX.XXXX. ... .XXX.XX  Network entity title (NET)\n")
3597
3598 DEFSH (0, show_ipv6_bgp_filter_list_cmd_vtysh, 
3599        "show ipv6 bgp filter-list WORD", 
3600        "Show running system information\n"
3601        "IPv6 information\n"
3602        "BGP information\n"
3603        "Display routes conforming to the filter-list\n"
3604        "Regular expression access list name\n")
3605
3606 DEFSH (0, clear_bgp_as_in_prefix_filter_cmd_vtysh, 
3607        "clear bgp " "<1-4294967295>" " in prefix-filter", 
3608        "Reset functions\n"
3609        "BGP information\n"
3610        "Clear peers with the AS number\n"
3611        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
3612        "Push out prefix-list ORF and do inbound soft reconfig\n")
3613
3614 DEFSH (0, debug_ssmpingd_cmd_vtysh, 
3615        "debug ssmpingd", 
3616        "Debugging functions (see also 'undebug')\n"
3617        "PIM protocol activity\n"
3618        "ssmpingd activity\n")
3619
3620 DEFSH (0, interface_no_ip_igmp_query_max_response_time_cmd_vtysh, 
3621        "no" " " "ip igmp query-max-response-time", 
3622        "Negate a command or set its defaults\n"
3623        "IP information\n"
3624        "Enable IGMP operation\n"
3625        "IGMP max query response value (seconds)\n")
3626
3627 DEFSH (0|0|0|0, no_match_ip_next_hop_prefix_list_val_cmd_vtysh, 
3628        "no match ip next-hop prefix-list WORD", 
3629        "Negate a command or set its defaults\n"
3630        "Match values from routing table\n"
3631        "IP information\n"
3632        "Match next-hop address of route\n"
3633        "Match entries of prefix-lists\n"
3634        "IP prefix-list name\n")
3635
3636 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_le_ge_cmd_vtysh, 
3637        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
3638        "Negate a command or set its defaults\n"
3639        "IPv6 information\n"
3640        "Build a prefix list\n"
3641        "Name of a prefix list\n"
3642        "sequence number of an entry\n"
3643        "Sequence number\n"
3644        "Specify packets to reject\n"
3645        "Specify packets to forward\n"
3646        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
3647        "Maximum prefix length to be matched\n"
3648        "Maximum prefix length\n"
3649        "Minimum prefix length to be matched\n"
3650        "Minimum prefix length\n")
3651
3652 DEFSH (0, undebug_pim_cmd_vtysh, 
3653        "undebug pim", 
3654        "Disable debugging functions (see also 'debug')\n"
3655        "PIM protocol activity\n")
3656
3657 DEFSH (0, show_ipv6_ospf6_database_type_linkstate_id_cmd_vtysh, 
3658        "show ipv6 ospf6 database "
3659        "(router|network|inter-prefix|inter-router|as-external|"
3660        "group-membership|type-7|link|intra-prefix) linkstate-id A.B.C.D", 
3661        "Show running system information\n"
3662        "IPv6 information\n"
3663        "Open Shortest Path First (OSPF) for IPv6\n"
3664        "Display Link state database\n"
3665        "Display Router LSAs\n"
3666        "Display Network LSAs\n"
3667        "Display Inter-Area-Prefix LSAs\n"
3668        "Display Inter-Area-Router LSAs\n"
3669        "Display As-External LSAs\n"
3670        "Display Group-Membership LSAs\n"
3671        "Display Type-7 LSAs\n"
3672        "Display Link LSAs\n"
3673        "Display Intra-Area-Prefix LSAs\n"
3674        "Search by Link state ID\n"
3675        "Specify Link state ID as IPv4 address notation\n"
3676       )
3677
3678 DEFSH (0, no_ip_rip_authentication_key_chain_cmd_vtysh, 
3679        "no ip rip authentication key-chain", 
3680        "Negate a command or set its defaults\n"
3681        "IP information\n"
3682        "Routing Information Protocol\n"
3683        "Authentication control\n"
3684        "Authentication key-chain\n")
3685
3686 DEFSH (0, link_params_delay_cmd_vtysh, 
3687        "delay <0-16777215>", 
3688        "Unidirectional Average Link Delay\n"
3689        "Average delay in micro-second as decimal (0...16777215)\n")
3690
3691 DEFSH (0, if_no_nhrp_holdtime_cmd_vtysh, 
3692  "no " "(ip|ipv6)" " nhrp holdtime [1-65000]", 
3693  "Negate a command or set its defaults\n"
3694  "IP information\n" "IPv6 information\n"
3695  "Next Hop Resolution Protocol functions\n"
3696  "Specify NBMA address validity time\n"
3697  "Time in seconds that NBMA addresses are advertised valid\n")
3698
3699 DEFSH (0, no_neighbor_attr_unchanged9_cmd_vtysh, 
3700        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med next-hop as-path", 
3701        "Negate a command or set its defaults\n"
3702        "Specify neighbor router\n"
3703        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
3704        "BGP attribute is propagated unchanged to this neighbor\n"
3705        "Med attribute\n"
3706        "Nexthop attribute\n"
3707        "As-path attribute\n")
3708
3709 DEFSH (0, show_bgp_view_afi_safi_route_cmd_vtysh, 
3710        "show bgp view WORD (ipv4|ipv6) (encap|multicast|unicast|vpn) A.B.C.D", 
3711        "Show running system information\n"
3712        "BGP information\n"
3713        "BGP view\n"
3714        "View name\n"
3715        "Address Family\n"
3716        "Address Family\n"
3717        "Address Family Modifier\n"
3718        "Address Family Modifier\n"
3719        "Address Family Modifier\n"
3720        "Address Family Modifier\n"
3721        "Network in the BGP routing table to display\n")
3722
3723 DEFSH (0, ospf6_routemap_no_set_forwarding_cmd_vtysh, 
3724        "no set forwarding-address X:X::X:X", 
3725        "Negate a command or set its defaults\n"
3726        "Set value\n"
3727        "Forwarding Address\n"
3728        "IPv6 Address\n")
3729
3730 DEFSH (0, show_bgp_ipv6_encap_route_cmd_vtysh, 
3731        "show bgp ipv6 encap X:X::X:X", 
3732        "Show running system information\n"
3733        "BGP information\n"
3734        "IPv6 Information\n"
3735        "Display ENCAP NLRI specific information\n"
3736        "Network in the BGP routing table to display\n")
3737
3738 DEFSH (0, no_router_isis_cmd_vtysh, 
3739        "no router isis WORD", 
3740        "no\n" "Enable a routing process\n" "ISO IS-IS\n" "ISO Routing area tag")
3741
3742 DEFSH (0, no_capability_opaque_cmd_vtysh, 
3743        "no capability opaque", 
3744        "Negate a command or set its defaults\n"
3745        "Enable specific OSPF feature\n"
3746        "Opaque LSA\n")
3747
3748 DEFSH (0, clear_bgp_all_soft_cmd_vtysh, 
3749        "clear bgp * soft", 
3750        "Reset functions\n"
3751        "BGP information\n"
3752        "Clear all peers\n"
3753        "Soft reconfig inbound and outbound updates\n")
3754
3755 DEFSH (0, clear_ip_bgp_dampening_address_mask_cmd_vtysh, 
3756        "clear ip bgp dampening A.B.C.D A.B.C.D", 
3757        "Reset functions\n"
3758        "IP information\n"
3759        "BGP information\n"
3760        "Clear route flap dampening information\n"
3761        "Network to clear damping information\n"
3762        "Network mask\n")
3763
3764 DEFSH (0, if_no_nhrp_network_id_cmd_vtysh, 
3765  "no " "(ip|ipv6)" " nhrp network-id [<1-4294967295>]", 
3766  "Negate a command or set its defaults\n"
3767  "IP information\n" "IPv6 information\n"
3768  "Next Hop Resolution Protocol functions\n"
3769  "Enable NHRP and specify network-id\n"
3770  "System local ID to specify interface group\n")
3771
3772 DEFSH (0, lsp_gen_interval_l1_cmd_vtysh, 
3773        "lsp-gen-interval level-1 <1-120>", 
3774        "Minimum interval between regenerating same LSP\n"
3775        "Set interval for level 1 only\n"
3776        "Minimum interval in seconds\n")
3777
3778 DEFSH (0, show_bgp_ipv6_encap_summary_cmd_vtysh, 
3779        "show bgp ipv6 encap summary", 
3780        "Show running system information\n"
3781        "BGP information\n"
3782        "IPv6\n"
3783        "Display ENCAP NLRI specific information\n"
3784        "Summary of BGP neighbor status\n")
3785
3786 DEFSH (0, no_ipv6_route_flags_cmd_vtysh, 
3787        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole)", 
3788        "Negate a command or set its defaults\n"
3789        "IP information\n"
3790        "Establish static routes\n"
3791        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
3792        "IPv6 gateway address\n"
3793        "IPv6 gateway interface name\n"
3794        "Emit an ICMP unreachable when matched\n"
3795        "Silently discard pkts when matched\n")
3796
3797 DEFSH (0, no_ip_ospf_transmit_delay_addr_cmd_vtysh, 
3798        "no ip ospf transmit-delay A.B.C.D", 
3799        "Negate a command or set its defaults\n"
3800        "IP Information\n"
3801        "OSPF interface commands\n"
3802        "Link state transmit delay\n"
3803        "Address of interface")
3804
3805 DEFSH (0, no_ipv6_bgp_distance_source_cmd_vtysh, 
3806        "no distance <1-255> X:X::X:X/M", 
3807        "Negate a command or set its defaults\n"
3808        "Define an administrative distance\n"
3809        "Administrative distance\n"
3810        "IP source prefix\n")
3811
3812 DEFSH (0, no_bgp_timers_cmd_vtysh, 
3813        "no timers bgp", 
3814        "Negate a command or set its defaults\n"
3815        "Adjust routing timers\n"
3816        "BGP timers\n")
3817
3818 DEFSH (0, lsp_refresh_interval_l1_cmd_vtysh, 
3819        "lsp-refresh-interval level-1 <1-65235>", 
3820        "LSP refresh interval for Level 1 only\n"
3821        "LSP refresh interval for Level 1 only in seconds\n")
3822
3823 DEFSH (0, no_set_src_cmd_vtysh, 
3824        "no set src", 
3825        "Negate a command or set its defaults\n"
3826        "Set values in destination routing protocol\n"
3827        "Source address for route\n")
3828
3829 DEFSH (0, no_set_weight_cmd_vtysh, 
3830        "no set weight", 
3831        "Negate a command or set its defaults\n"
3832        "Set values in destination routing protocol\n"
3833        "BGP weight for routing table\n")
3834
3835 DEFSH (0, show_bgp_ipv4_safi_flap_prefix_list_cmd_vtysh, 
3836        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics prefix-list WORD", 
3837        "Show running system information\n"
3838        "BGP information\n"
3839        "IP information\n"
3840        "Address Family Modifier\n"
3841        "Address Family Modifier\n"
3842        "Address Family Modifier\n"
3843        "Address Family Modifier\n"
3844        "Display flap statistics of routes\n"
3845        "Display routes conforming to the prefix-list\n"
3846        "IP prefix-list name\n")
3847
3848 DEFSH (0, ipv6_nd_prefix_val_nortaddr_cmd_vtysh, 
3849        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
3850        "(<0-4294967295>|infinite) (off-link|) (no-autoconfig|)", 
3851        "Interface IPv6 config commands\n"
3852        "Neighbor discovery\n"
3853        "Prefix information\n"
3854        "IPv6 prefix\n"
3855        "Valid lifetime in seconds\n"
3856        "Infinite valid lifetime\n"
3857        "Preferred lifetime in seconds\n"
3858        "Infinite preferred lifetime\n"
3859        "Do not use prefix for onlink determination\n"
3860        "Do not use prefix for autoconfiguration\n")
3861
3862 DEFSH (0, ospf6_router_id_cmd_vtysh, 
3863        "router-id A.B.C.D", 
3864        "Configure OSPF Router-ID\n"
3865        "specify by IPv4 address notation(e.g. 0.0.0.0)\n")
3866
3867 DEFSH (0, old_ipv6_aggregate_address_cmd_vtysh, 
3868        "ipv6 bgp aggregate-address X:X::X:X/M", 
3869        "IPv6 information\n"
3870        "BGP information\n"
3871        "Configure BGP aggregate entries\n"
3872        "Aggregate prefix\n")
3873
3874 DEFSH (0, rip_default_metric_cmd_vtysh, 
3875        "default-metric <1-16>", 
3876        "Set a metric of redistribute routes\n"
3877        "Default metric\n")
3878
3879 DEFSH (0, ipv6_route_ifname_pref_tag_cmd_vtysh, 
3880        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>", 
3881        "IP information\n"
3882        "Establish static routes\n"
3883        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
3884        "IPv6 gateway address\n"
3885        "IPv6 gateway interface name\n"
3886        "Set tag for this route\n"
3887        "Tag value\n"
3888        "Distance value for this prefix\n")
3889
3890 DEFSH (0|0|0|0|0|0, rmap_call_cmd_vtysh, 
3891        "call WORD", 
3892        "Jump to another Route-Map after match+set\n"
3893        "Target route-map name\n")
3894
3895 DEFSH (0, neighbor_route_server_client_cmd_vtysh, 
3896        "neighbor (A.B.C.D|X:X::X:X|WORD) " "route-server-client", 
3897        "Specify neighbor router\n"
3898        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
3899        "Configure a neighbor as Route Server client\n")
3900
3901 DEFSH (0, debug_ospf6_spf_database_cmd_vtysh, 
3902        "debug ospf6 spf database", 
3903        "Debugging functions (see also 'undebug')\n"
3904        "Open Shortest Path First (OSPF) for IPv6\n"
3905        "Debug SPF Calculation\n"
3906        "Log number of LSAs at SPF Calculation time\n"
3907       )
3908
3909 DEFSH (0, undebug_igmp_cmd_vtysh, 
3910        "undebug igmp", 
3911        "Disable debugging functions (see also 'debug')\n"
3912        "IGMP protocol activity\n")
3913
3914 DEFSH (0, router_info_area_cmd_vtysh, 
3915        "router-info area A.B.C.D", 
3916        "OSPF Router Information specific commands\n"
3917        "Enable the Router Information functionality with Area flooding scope\n"
3918        "OSPF area ID in IP format")
3919
3920 DEFSH (0, show_ip_mroute_count_cmd_vtysh, 
3921        "show ip mroute count", 
3922        "Show running system information\n"
3923        "IP information\n"
3924        "IP multicast routing table\n"
3925        "Route and packet count data\n")
3926
3927 DEFSH (0, debug_bgp_keepalive_cmd_vtysh, 
3928        "debug bgp keepalives", 
3929        "Debugging functions (see also 'undebug')\n"
3930        "BGP information\n"
3931        "BGP keepalives\n")
3932
3933 DEFSH (0, no_ip_lcommunity_list_standard_cmd_vtysh, 
3934        "no ip large-community-list <1-99> (deny|permit) .AA:.AA:NN", 
3935        "Negate a command or set its defaults\n"
3936        "IP information\n"
3937        "Add a large community list entry\n"
3938        "Large Community list number (standard)\n"
3939        "Specify large community to reject\n"
3940        "Specify large community to accept\n"
3941        "large community in 'aa:bb:cc' format\n")
3942
3943 DEFSH (0, ospf_rfc1583_flag_cmd_vtysh, 
3944        "ospf rfc1583compatibility", 
3945        "OSPF specific commands\n"
3946        "Enable the RFC1583Compatibility flag\n")
3947
3948 DEFSH (0, interface_no_ip_mroute_cmd_vtysh, 
3949        "no ip mroute INTERFACE A.B.C.D", 
3950        "Negate a command or set its defaults\n"
3951        "IP information\n"
3952        "Add multicast route\n"
3953        "Outgoing interface name\n"
3954        "Group Address\n")
3955
3956 DEFSH (0, clear_ip_bgp_peer_group_soft_cmd_vtysh, 
3957        "clear ip bgp peer-group WORD soft", 
3958        "Reset functions\n"
3959        "IP information\n"
3960        "BGP information\n"
3961        "Clear all members of peer-group\n"
3962        "BGP peer-group name\n"
3963        "Soft reconfig inbound and outbound updates\n")
3964
3965 DEFSH (0, show_ipv6_mbgp_summary_cmd_vtysh, 
3966        "show ipv6 mbgp summary", 
3967        "Show running system information\n"
3968        "IPv6 information\n"
3969        "MBGP information\n"
3970        "Summary of BGP neighbor status\n")
3971
3972 DEFSH (0, ip_route_mask_flags_tag_distance2_cmd_vtysh, 
3973        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>", 
3974        "IP information\n"
3975        "Establish static routes\n"
3976        "IP destination prefix\n"
3977        "IP destination prefix mask\n"
3978        "Set tag for this route\n"
3979        "Tag value\n"
3980        "Distance value for this route\n"
3981        "Emit an ICMP unreachable when matched\n"
3982        "Silently discard pkts when matched\n")
3983
3984 DEFSH (0, area_passwd_clear_cmd_vtysh, 
3985        "(area-password|domain-password) clear WORD", 
3986        "Configure the authentication password for an area\n"
3987        "Set the authentication password for a routing domain\n"
3988        "Authentication type\n"
3989        "Area password\n")
3990
3991 DEFSH (0, show_ip_bgp_summary_cmd_vtysh, 
3992        "show ip bgp summary", 
3993        "Show running system information\n"
3994        "IP information\n"
3995        "BGP information\n"
3996        "Summary of BGP neighbor status\n")
3997
3998 DEFSH (0, show_ipv6_route_protocol_vrf_all_cmd_vtysh, 
3999        "show ipv6 route " "(kernel|connected|static|ripng|ospf6|isis|bgp|babel|nhrp)" " " "vrf all", 
4000        "Show running system information\n"
4001        "IP information\n"
4002        "IP routing table\n"
4003        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
4004        "Specify the VRF\nAll VRFs\n")
4005
4006 DEFSH (0, access_list_standard_any_cmd_vtysh, 
4007        "access-list (<1-99>|<1300-1999>) (deny|permit) any", 
4008        "Add an access list entry\n"
4009        "IP standard access list\n"
4010        "IP standard access list (expanded range)\n"
4011        "Specify packets to reject\n"
4012        "Specify packets to forward\n"
4013        "Any source host\n")
4014
4015 DEFSH (0, no_vty_login_cmd_vtysh, 
4016        "no login", 
4017        "Negate a command or set its defaults\n"
4018        "Enable password checking\n")
4019
4020 DEFSH (0, ripng_redistribute_type_routemap_cmd_vtysh, 
4021        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " route-map WORD", 
4022        "Redistribute\n"
4023        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
4024        "Route map reference\n"
4025        "Pointer to route-map entries\n")
4026
4027 DEFSH (0, show_bgp_ipv4_safi_community_list_cmd_vtysh, 
4028        "show bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD)", 
4029        "Show running system information\n"
4030        "BGP information\n"
4031        "Address family\n"
4032        "Address Family modifier\n"
4033        "Address Family modifier\n"
4034        "Display routes matching the community-list\n"
4035        "community-list number\n"
4036        "community-list name\n")
4037
4038 DEFSH (0, accept_lifetime_infinite_month_day_cmd_vtysh, 
4039        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> infinite", 
4040        "Set accept lifetime of the key\n"
4041        "Time to start\n"
4042        "Month of the year to start\n"
4043        "Day of th month to start\n"
4044        "Year to start\n"
4045        "Never expires")
4046
4047 DEFSH (0, no_isis_circuit_type_cmd_vtysh, 
4048        "no isis circuit-type (level-1|level-1-2|level-2-only)", 
4049        "Negate a command or set its defaults\n"
4050        "IS-IS commands\n"
4051        "Configure circuit type for interface\n"
4052        "Level-1 only adjacencies are formed\n"
4053        "Level-1-2 adjacencies are formed\n"
4054        "Level-2 only adjacencies are formed\n")
4055
4056 DEFSH (0, show_ipv6_mbgp_community4_exact_cmd_vtysh, 
4057        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
4058        "Show running system information\n"
4059        "IPv6 information\n"
4060        "MBGP information\n"
4061        "Display routes matching the communities\n"
4062        "community number\n"
4063        "Do not send outside local AS (well-known community)\n"
4064        "Do not advertise to any peer (well-known community)\n"
4065        "Do not export to next AS (well-known community)\n"
4066        "community number\n"
4067        "Do not send outside local AS (well-known community)\n"
4068        "Do not advertise to any peer (well-known community)\n"
4069        "Do not export to next AS (well-known community)\n"
4070        "community number\n"
4071        "Do not send outside local AS (well-known community)\n"
4072        "Do not advertise to any peer (well-known community)\n"
4073        "Do not export to next AS (well-known community)\n"
4074        "community number\n"
4075        "Do not send outside local AS (well-known community)\n"
4076        "Do not advertise to any peer (well-known community)\n"
4077        "Do not export to next AS (well-known community)\n"
4078        "Exact match of the communities")
4079
4080 DEFSH (0, no_ipv6_route_ifname_tag_cmd_vtysh, 
4081        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>", 
4082        "Negate a command or set its defaults\n"
4083        "IP information\n"
4084        "Establish static routes\n"
4085        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
4086        "IPv6 gateway address\n"
4087        "IPv6 gateway interface name\n"
4088        "Set tag for this route\n"
4089        "Tag value\n")
4090
4091 DEFSH (0, show_ip_igmp_sources_cmd_vtysh, 
4092        "show ip igmp sources", 
4093        "Show running system information\n"
4094        "IP information\n"
4095        "IGMP information\n"
4096        "IGMP sources information\n")
4097
4098 DEFSH (0, no_ip_route_tag_distance_cmd_vtysh, 
4099        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
4100        "Negate a command or set its defaults\n"
4101        "IP information\n"
4102        "Establish static routes\n"
4103        "IP destination prefix (e.g. 10.0.0.0/8)\n"
4104        "IP gateway address\n"
4105        "IP gateway interface name\n"
4106        "Null interface\n"
4107        "Tag of this route\n"
4108        "Tag value\n"
4109        "Distance value for this route\n")
4110
4111 DEFSH (0, show_ip_bgp_ipv4_prefix_list_cmd_vtysh, 
4112        "show ip bgp ipv4 (unicast|multicast) prefix-list WORD", 
4113        "Show running system information\n"
4114        "IP information\n"
4115        "BGP information\n"
4116        "Address family\n"
4117        "Address Family modifier\n"
4118        "Address Family modifier\n"
4119        "Display routes conforming to the prefix-list\n"
4120        "IP prefix-list name\n")
4121
4122 DEFSH (0|0|0|0, no_ipv6_prefix_list_le_ge_cmd_vtysh, 
4123        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
4124        "Negate a command or set its defaults\n"
4125        "IPv6 information\n"
4126        "Build a prefix list\n"
4127        "Name of a prefix list\n"
4128        "Specify packets to reject\n"
4129        "Specify packets to forward\n"
4130        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
4131        "Maximum prefix length to be matched\n"
4132        "Maximum prefix length\n"
4133        "Minimum prefix length to be matched\n"
4134        "Minimum prefix length\n")
4135
4136 DEFSH (0, show_ip_ospf_database_type_self_cmd_vtysh, 
4137        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") (self-originate|)", 
4138        "Show running system information\n"
4139        "IP information\n"
4140        "OSPF information\n"
4141        "Database summary\n"
4142        "ASBR summary link states\n" "External link states\n" "Network link states\n" "Router link states\n" "Network summary link states\n" "NSSA external link state\n" "Link local Opaque-LSA\n" "Link area Opaque-LSA\n" "Link AS Opaque-LSA\n"
4143        "Self-originated link states\n")
4144
4145 DEFSH (0, neighbor_attr_unchanged8_cmd_vtysh, 
4146        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop as-path med", 
4147        "Specify neighbor router\n"
4148        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4149        "BGP attribute is propagated unchanged to this neighbor\n"
4150        "Nexthop attribute\n"
4151        "As-path attribute\n"
4152        "Med attribute\n")
4153
4154 DEFSH (0, no_bgp_bestpath_compare_router_id_cmd_vtysh, 
4155        "no bgp bestpath compare-routerid", 
4156        "Negate a command or set its defaults\n"
4157        "BGP specific commands\n"
4158        "Change the default bestpath selection\n"
4159        "Compare router-id for identical EBGP paths\n")
4160
4161 DEFSH (0, show_ipv6_ripng_status_cmd_vtysh, 
4162        "show ipv6 ripng status", 
4163        "Show running system information\n"
4164        "IPv6 information\n"
4165        "Show RIPng routes\n"
4166        "IPv6 routing protocol process parameters and statistics\n")
4167
4168 DEFSH (0|0|0|0, no_ip_prefix_list_prefix_cmd_vtysh, 
4169        "no ip prefix-list WORD (deny|permit) (A.B.C.D/M|any)", 
4170        "Negate a command or set its defaults\n"
4171        "IP information\n"
4172        "Build a prefix list\n"
4173        "Name of a prefix list\n"
4174        "Specify packets to reject\n"
4175        "Specify packets to forward\n"
4176        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
4177        "Any prefix match.  Same as \"0.0.0.0/0 le 32\"\n")
4178
4179 DEFSH (0, no_ip_multicast_mode_cmd_vtysh, 
4180        "no ip multicast rpf-lookup-mode (urib-only|mrib-only|mrib-then-urib|lower-distance|longer-prefix)", 
4181        "Negate a command or set its defaults\n"
4182        "IP information\n"
4183        "Multicast options\n"
4184        "RPF lookup behavior\n"
4185        "Lookup in unicast RIB only\n"
4186        "Lookup in multicast RIB only\n"
4187        "Try multicast RIB first,  fall back to unicast RIB\n"
4188        "Lookup both,  use entry with lower distance\n"
4189        "Lookup both,  use entry with longer prefix\n")
4190
4191 DEFSH (0, show_ip_bgp_community4_exact_cmd_vtysh, 
4192        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
4193        "Show running system information\n"
4194        "IP information\n"
4195        "BGP information\n"
4196        "Display routes matching the communities\n"
4197        "community number\n"
4198        "Do not send outside local AS (well-known community)\n"
4199        "Do not advertise to any peer (well-known community)\n"
4200        "Do not export to next AS (well-known community)\n"
4201        "community number\n"
4202        "Do not send outside local AS (well-known community)\n"
4203        "Do not advertise to any peer (well-known community)\n"
4204        "Do not export to next AS (well-known community)\n"
4205        "community number\n"
4206        "Do not send outside local AS (well-known community)\n"
4207        "Do not advertise to any peer (well-known community)\n"
4208        "Do not export to next AS (well-known community)\n"
4209        "community number\n"
4210        "Do not send outside local AS (well-known community)\n"
4211        "Do not advertise to any peer (well-known community)\n"
4212        "Do not export to next AS (well-known community)\n"
4213        "Exact match of the communities")
4214
4215 DEFSH (0, show_ip_ospf_cmd_vtysh, 
4216        "show ip ospf", 
4217        "Show running system information\n"
4218        "IP information\n"
4219        "OSPF information\n")
4220
4221 DEFSH (0, show_bgp_ipv4_route_map_cmd_vtysh, 
4222        "show bgp ipv4 route-map WORD", 
4223        "Show running system information\n"
4224        "BGP information\n"
4225        "IP information\n"
4226        "Display routes matching the route-map\n"
4227        "A route-map to match on\n")
4228
4229 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_detail_cmd_vtysh, 
4230        "show ipv6 ospf6 database "
4231        "(router|network|inter-prefix|inter-router|as-external|"
4232        "group-membership|type-7|link|intra-prefix) adv-router A.B.C.D "
4233        "(detail|dump|internal)", 
4234        "Show running system information\n"
4235        "IPv6 information\n"
4236        "Open Shortest Path First (OSPF) for IPv6\n"
4237        "Display Link state database\n"
4238        "Display Router LSAs\n"
4239        "Display Network LSAs\n"
4240        "Display Inter-Area-Prefix LSAs\n"
4241        "Display Inter-Area-Router LSAs\n"
4242        "Display As-External LSAs\n"
4243        "Display Group-Membership LSAs\n"
4244        "Display Type-7 LSAs\n"
4245        "Display Link LSAs\n"
4246        "Display Intra-Area-Prefix LSAs\n"
4247        "Search by Advertising Router\n"
4248        "Specify Advertising Router as IPv4 address notation\n"
4249        "Display details of LSAs\n"
4250        "Dump LSAs\n"
4251        "Display LSA's internal information\n"
4252       )
4253
4254 DEFSH (0|0|0|0, ipv6_prefix_list_ge_le_cmd_vtysh, 
4255        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
4256        "IPv6 information\n"
4257        "Build a prefix list\n"
4258        "Name of a prefix list\n"
4259        "Specify packets to reject\n"
4260        "Specify packets to forward\n"
4261        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
4262        "Minimum prefix length to be matched\n"
4263        "Minimum prefix length\n"
4264        "Maximum prefix length to be matched\n"
4265        "Maximum prefix length\n")
4266
4267 DEFSH (0, show_bgp_ipv4_safi_damp_dampened_paths_cmd_vtysh, 
4268        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening dampened-paths", 
4269        "Show running system information\n"
4270        "BGP information\n"
4271        "IP information\n"
4272        "Address Family modifier\n"
4273        "Address Family modifier\n"
4274        "Address Family modifier\n"
4275        "Address Family modifier\n"
4276        "Display detailed information about dampening\n"
4277        "Display paths suppressed due to dampening\n")
4278
4279 DEFSH (0, show_bgp_lcommunity_cmd_vtysh, 
4280        "show bgp large-community (AA:BB:CC)", 
4281        "Show running system information\n"
4282        "BGP information\n"
4283        "Display routes matching the large-communities\n"
4284        "large-community number\n")
4285
4286 DEFSH (0, ip_mroute_dist_vrf_cmd_vtysh, 
4287        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255> " "vrf <0-65535>", 
4288        "IP information\n"
4289        "Configure static unicast route into MRIB for multicast RPF lookup\n"
4290        "IP destination prefix (e.g. 10.0.0.0/8)\n"
4291        "Nexthop address\n"
4292        "Nexthop interface name\n"
4293        "Distance\n"
4294        "Specify the VRF\nThe VRF ID\n")
4295
4296 DEFSH (0, show_ip_bgp_ipv4_lcommunity3_cmd_vtysh, 
4297        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
4298        "Show running system information\n"
4299        "IP information\n"
4300        "BGP information\n"
4301        "Address family\n"
4302        "Address Family modifier\n"
4303        "Address Family modifier\n"
4304        "Display routes matching the large-communities\n"
4305        "large-community number\n"
4306        "large-community number\n"
4307        "large-community number\n")
4308
4309 DEFSH (0, show_bgp_ipv6_community_cmd_vtysh, 
4310        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export)", 
4311        "Show running system information\n"
4312        "BGP information\n"
4313        "Address family\n"
4314        "Display routes matching the communities\n"
4315        "community number\n"
4316        "Do not send outside local AS (well-known community)\n"
4317        "Do not advertise to any peer (well-known community)\n"
4318        "Do not export to next AS (well-known community)\n")
4319
4320 DEFSH (0, show_ip_bgp_prefix_pathtype_cmd_vtysh, 
4321        "show ip bgp A.B.C.D/M (bestpath|multipath)", 
4322        "Show running system information\n"
4323        "IP information\n"
4324        "BGP information\n"
4325        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
4326        "Display only the bestpath\n"
4327        "Display only multipaths\n")
4328
4329 DEFSH (0, clear_bgp_ipv6_safi_prefix_cmd_vtysh, 
4330        "clear bgp ipv6 (unicast|multicast) prefix X:X::X:X/M", 
4331        "Reset functions\n"
4332        "BGP information\n"
4333        "Address family\n"
4334        "Address Family Modifier\n"
4335        "Clear bestpath and re-advertise\n"
4336        "IPv6 prefix <network>/<length>,   e.g.,   3ffe::/16\n")
4337
4338 DEFSH (0, show_bgp_views_cmd_vtysh, 
4339        "show bgp views", 
4340        "Show running system information\n"
4341        "BGP information\n"
4342        "Show the defined BGP views\n")
4343
4344 DEFSH (0|0|0|0|0, match_ip_address_prefix_list_cmd_vtysh, 
4345        "match ip address prefix-list WORD", 
4346        "Match values from routing table\n"
4347        "IP information\n"
4348        "Match address of route\n"
4349        "Match entries of prefix-lists\n"
4350        "IP prefix-list name\n")
4351
4352 DEFSH (0|0|0, no_match_metric_cmd_vtysh, 
4353        "no match metric", 
4354        "Negate a command or set its defaults\n"
4355        "Match values from routing table\n"
4356        "Match metric of route\n")
4357
4358 DEFSH (0, interface_ip_pim_hello_cmd_vtysh, 
4359        "ip pim hello <1-180>", 
4360        "IP information\n"
4361        "PIM information\n"
4362        "Hello Interval\n"
4363        "Time in seconds for Hello Interval\n")
4364
4365 DEFSH (0, interface_no_ip_igmp_cmd_vtysh, 
4366        "no ip igmp", 
4367        "Negate a command or set its defaults\n"
4368        "IP information\n"
4369        "Enable IGMP operation\n")
4370
4371 DEFSH (0, ospf_neighbor_poll_interval_cmd_vtysh, 
4372        "neighbor A.B.C.D poll-interval <1-65535>", 
4373        "Specify neighbor router\n"
4374        "Neighbor IP address\n"
4375        "Dead Neighbor Polling interval\n"
4376        "Seconds\n")
4377
4378 DEFSH (0, show_bgp_ipv6_safi_lcommunity_cmd_vtysh, 
4379        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community AA:BB:CC", 
4380        "Show running system information\n"
4381        "BGP information\n"
4382        "Address family\n"
4383        "Address family modifier\n"
4384        "Address family modifier\n"
4385        "Address family modifier\n"
4386        "Address family modifier\n"
4387        "Display routes matching the large-communities\n"
4388        "large-community number\n")
4389
4390 DEFSH (0, show_bgp_ipv4_safi_rd_route_cmd_vtysh, 
4391        "show bgp ipv4 (encap|vpn) rd ASN:nn_or_IP-address:nn A.B.C.D", 
4392        "Show running system information\n"
4393        "BGP information\n"
4394        "Address Family\n"
4395        "Address Family Modifier\n"
4396        "Address Family Modifier\n"
4397        "Display information for a route distinguisher\n"
4398        "ENCAP Route Distinguisher\n"
4399        "Network in the BGP routing table to display\n")
4400
4401 DEFSH (0, show_bgp_community2_exact_cmd_vtysh, 
4402        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
4403        "Show running system information\n"
4404        "BGP information\n"
4405        "Display routes matching the communities\n"
4406        "community number\n"
4407        "Do not send outside local AS (well-known community)\n"
4408        "Do not advertise to any peer (well-known community)\n"
4409        "Do not export to next AS (well-known community)\n"
4410        "community number\n"
4411        "Do not send outside local AS (well-known community)\n"
4412        "Do not advertise to any peer (well-known community)\n"
4413        "Do not export to next AS (well-known community)\n"
4414        "Exact match of the communities")
4415
4416 DEFSH (0, show_ipv6_ospf6_route_cmd_vtysh, 
4417        "show ipv6 ospf6 route", 
4418        "Show running system information\n"
4419        "IPv6 Information\n"
4420        "Open Shortest Path First (OSPF) for IPv6\n"
4421        "Routing Table\n"
4422        )
4423
4424 DEFSH (0, no_ip_route_tag_cmd_vtysh, 
4425        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
4426        "Negate a command or set its defaults\n"
4427        "IP information\n"
4428        "Establish static routes\n"
4429        "IP destination prefix (e.g. 10.0.0.0/8)\n"
4430        "IP gateway address\n"
4431        "IP gateway interface name\n"
4432        "Null interface\n"
4433        "Tag of this route\n"
4434        "Tag value\n")
4435
4436 DEFSH (0, rip_default_information_originate_cmd_vtysh, 
4437        "default-information originate", 
4438        "Control distribution of default route\n"
4439        "Distribute a default route\n")
4440
4441 DEFSH (0, show_ipv6_mbgp_community3_exact_cmd_vtysh, 
4442        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
4443        "Show running system information\n"
4444        "IPv6 information\n"
4445        "MBGP information\n"
4446        "Display routes matching the communities\n"
4447        "community number\n"
4448        "Do not send outside local AS (well-known community)\n"
4449        "Do not advertise to any peer (well-known community)\n"
4450        "Do not export to next AS (well-known community)\n"
4451        "community number\n"
4452        "Do not send outside local AS (well-known community)\n"
4453        "Do not advertise to any peer (well-known community)\n"
4454        "Do not export to next AS (well-known community)\n"
4455        "community number\n"
4456        "Do not send outside local AS (well-known community)\n"
4457        "Do not advertise to any peer (well-known community)\n"
4458        "Do not export to next AS (well-known community)\n"
4459        "Exact match of the communities")
4460
4461 DEFSH (0, show_ip_bgp_ipv4_cidr_only_cmd_vtysh, 
4462        "show ip bgp ipv4 (unicast|multicast) cidr-only", 
4463        "Show running system information\n"
4464        "IP information\n"
4465        "BGP information\n"
4466        "Address family\n"
4467        "Address Family modifier\n"
4468        "Address Family modifier\n"
4469        "Display only routes with non-natural netmasks\n")
4470
4471 DEFSH (0, debug_ospf6_lsa_hex_cmd_vtysh, 
4472        "debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix|unknown)", 
4473        "Debugging functions (see also 'undebug')\n"
4474        "Open Shortest Path First (OSPF) for IPv6\n"
4475        "Debug Link State Advertisements (LSAs)\n"
4476        "Specify LS type as Hexadecimal\n"
4477       )
4478
4479 DEFSH (0, no_set_overload_bit_cmd_vtysh, 
4480        "no set-overload-bit", 
4481        "Reset overload bit to accept transit traffic\n"
4482        "Reset overload bit\n")
4483
4484 DEFSH (0, no_area_export_list_cmd_vtysh, 
4485        "no area A.B.C.D export-list NAME", 
4486        "OSPFv6 area parameters\n"
4487        "OSPFv6 area ID in IP address format\n"
4488        "Unset the filter for networks announced to other areas\n"
4489        "Name of the access-list\n")
4490
4491 DEFSH (0, no_debug_pim_packets_cmd_vtysh, 
4492        "no debug pim packets", 
4493        "Negate a command or set its defaults\n"
4494        "Debugging functions (see also 'undebug')\n"
4495        "PIM protocol activity\n"
4496        "PIM protocol packets\n"
4497        "PIM Hello protocol packets\n"
4498        "PIM Join/Prune protocol packets\n")
4499
4500 DEFSH (0, show_bgp_ipv4_safi_community2_exact_cmd_vtysh, 
4501        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
4502        "Show running system information\n"
4503        "BGP information\n"
4504        "Address family\n"
4505        "Address Family modifier\n"
4506        "Address Family modifier\n"
4507        "Display routes matching the communities\n"
4508        "community number\n"
4509        "Do not send outside local AS (well-known community)\n"
4510        "Do not advertise to any peer (well-known community)\n"
4511        "Do not export to next AS (well-known community)\n"
4512        "community number\n"
4513        "Do not send outside local AS (well-known community)\n"
4514        "Do not advertise to any peer (well-known community)\n"
4515        "Do not export to next AS (well-known community)\n"
4516        "Exact match of the communities")
4517
4518 DEFSH (0, test_pim_receive_assert_cmd_vtysh, 
4519        "test pim receive assert INTERFACE A.B.C.D A.B.C.D A.B.C.D <0-65535> <0-65535> <0-1>", 
4520        "Test\n"
4521        "Test PIM protocol\n"
4522        "Test PIM message reception\n"
4523        "Test reception of PIM assert\n"
4524        "Interface\n"
4525        "Neighbor address\n"
4526        "Assert multicast group address\n"
4527        "Assert unicast source address\n"
4528        "Assert metric preference\n"
4529        "Assert route metric\n"
4530        "Assert RPT bit flag\n")
4531
4532 DEFSH (0, no_neighbor_dont_capability_negotiate_cmd_vtysh, 
4533        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "dont-capability-negotiate", 
4534        "Negate a command or set its defaults\n"
4535        "Specify neighbor router\n"
4536        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4537        "Do not perform capability negotiation\n")
4538
4539 DEFSH (0, show_ip_bgp_ipv4_dampening_dampd_paths_cmd_vtysh, 
4540        "show ip bgp ipv4 (unicast|multicast) dampening dampened-paths", 
4541        "Show running system information\n"
4542        "IP information\n"
4543        "BGP information\n"
4544        "Address family\n"
4545        "Address Family modifier\n"
4546        "Address Family modifier\n"
4547        "Display detailed information about dampening\n"
4548        "Display paths suppressed due to dampening\n")
4549
4550 DEFSH (0, test_pim_receive_join_cmd_vtysh, 
4551        "test pim receive join INTERFACE <0-65535> A.B.C.D A.B.C.D A.B.C.D A.B.C.D", 
4552        "Test\n"
4553        "Test PIM protocol\n"
4554        "Test PIM message reception\n"
4555        "Test PIM join reception from neighbor\n"
4556        "Interface\n"
4557        "Neighbor holdtime\n"
4558        "Upstream neighbor unicast destination address\n"
4559        "Downstream neighbor unicast source address\n"
4560        "Multicast group address\n"
4561        "Unicast source address\n")
4562
4563 DEFSH (0, show_ipv6_mbgp_prefix_cmd_vtysh, 
4564        "show ipv6 mbgp X:X::X:X/M", 
4565        "Show running system information\n"
4566        "IP information\n"
4567        "MBGP information\n"
4568        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
4569
4570 DEFSH (0, show_bgp_ipv6_safi_prefix_cmd_vtysh, 
4571        "show bgp ipv6 (unicast|multicast) X:X::X:X/M", 
4572        "Show running system information\n"
4573        "BGP information\n"
4574        "Address family\n"
4575        "Address Family modifier\n"
4576        "Address Family modifier\n"
4577        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
4578
4579 DEFSH (0|0|0|0, no_ip_prefix_list_ge_le_cmd_vtysh, 
4580        "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
4581        "Negate a command or set its defaults\n"
4582        "IP information\n"
4583        "Build a prefix list\n"
4584        "Name of a prefix list\n"
4585        "Specify packets to reject\n"
4586        "Specify packets to forward\n"
4587        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
4588        "Minimum prefix length to be matched\n"
4589        "Minimum prefix length\n"
4590        "Maximum prefix length to be matched\n"
4591        "Maximum prefix length\n")
4592
4593 DEFSH (0, no_set_vpnv4_nexthop_cmd_vtysh, 
4594        "no set vpnv4 next-hop", 
4595        "Negate a command or set its defaults\n"
4596        "Set values in destination routing protocol\n"
4597        "VPNv4 information\n"
4598        "VPNv4 next-hop address\n")
4599
4600 DEFSH (0, ip_route_flags_distance2_vrf_cmd_vtysh, 
4601        "ip route A.B.C.D/M (reject|blackhole) <1-255> " "vrf <0-65535>", 
4602        "IP information\n"
4603        "Establish static routes\n"
4604        "IP destination prefix (e.g. 10.0.0.0/8)\n"
4605        "Emit an ICMP unreachable when matched\n"
4606        "Silently discard pkts when matched\n"
4607        "Distance value for this route\n"
4608        "Specify the VRF\nThe VRF ID\n")
4609
4610 DEFSH (0, aggregate_address_cmd_vtysh, 
4611        "aggregate-address A.B.C.D/M", 
4612        "Configure BGP aggregate entries\n"
4613        "Aggregate prefix\n")
4614
4615 DEFSH (0, show_ip_bgp_damp_flap_address_cmd_vtysh, 
4616        "show ip bgp dampening flap-statistics A.B.C.D", 
4617        "Show running system information\n"
4618        "IP information\n"
4619        "BGP information\n"
4620        "Display detailed information about dampening\n"
4621        "Display flap statistics of routes\n"
4622        "Network in the BGP routing table to display\n")
4623
4624 DEFSH (0, ip_protocol_cmd_vtysh, 
4625        "ip protocol PROTO route-map ROUTE-MAP", 
4626        "Negate a command or set its defaults\n"
4627        "Apply route map to PROTO\n"
4628        "Protocol name\n"
4629        "Route map name\n")
4630
4631 DEFSH (0, show_bgp_ipv4_safi_dampened_paths_cmd_vtysh, 
4632        "show bgp ipv4 (encap|multicast|unicast|vpn) dampened-paths", 
4633        "Show running system information\n"
4634        "BGP information\n"
4635        "IP information\n"
4636        "Address Family modifier\n"
4637        "Address Family modifier\n"
4638        "Address Family modifier\n"
4639        "Address Family modifier\n"
4640        "Display paths suppressed due to dampening\n")
4641
4642 DEFSH (0, no_set_aspath_exclude_cmd_vtysh, 
4643        "no set as-path exclude", 
4644        "Negate a command or set its defaults\n"
4645        "Set values in destination routing protocol\n"
4646        "Transform BGP AS_PATH attribute\n"
4647        "Exclude from the as-path\n")
4648
4649 DEFSH (0, no_ospf_default_metric_cmd_vtysh, 
4650        "no default-metric", 
4651        "Negate a command or set its defaults\n"
4652        "Set metric of redistributed routes\n")
4653
4654 DEFSH (0, set_aspath_prepend_cmd_vtysh, 
4655        "set as-path prepend ." "<1-4294967295>", 
4656        "Set values in destination routing protocol\n"
4657        "Transform BGP AS_PATH attribute\n"
4658        "Prepend to the as-path\n"
4659        "AS number\n")
4660
4661 DEFSH (0, show_ipv6_bgp_prefix_longer_cmd_vtysh, 
4662        "show ipv6 bgp X:X::X:X/M longer-prefixes", 
4663        "Show running system information\n"
4664        "IPv6 information\n"
4665        "BGP information\n"
4666        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
4667        "Display route and more specific routes\n")
4668
4669 DEFSH (0, no_ip_route_flags_distance2_vrf_cmd_vtysh, 
4670        "no ip route A.B.C.D/M (reject|blackhole) <1-255> " "vrf <0-65535>", 
4671        "Negate a command or set its defaults\n"
4672        "IP information\n"
4673        "Establish static routes\n"
4674        "IP destination prefix (e.g. 10.0.0.0/8)\n"
4675        "Emit an ICMP unreachable when matched\n"
4676        "Silently discard pkts when matched\n"
4677        "Distance value for this route\n"
4678        "Specify the VRF\nThe VRF ID\n")
4679
4680 DEFSH (0, no_isis_default_originate_cmd_vtysh, 
4681       "no default-information originate (ipv4|ipv6) (level-1|level-2)", 
4682       "Negate a command or set its defaults\n"
4683       "Control distribution of default information\n"
4684       "Distribute a default route\n"
4685       "Distribute default route for IPv4\n"
4686       "Distribute default route for IPv6\n"
4687       "Distribute default route into level-1\n"
4688       "Distribute default route into level-2\n")
4689
4690 DEFSH (0, access_list_standard_host_cmd_vtysh, 
4691        "access-list (<1-99>|<1300-1999>) (deny|permit) host A.B.C.D", 
4692        "Add an access list entry\n"
4693        "IP standard access list\n"
4694        "IP standard access list (expanded range)\n"
4695        "Specify packets to reject\n"
4696        "Specify packets to forward\n"
4697        "A single host address\n"
4698        "Address to match\n")
4699
4700 DEFSH (0, show_ip_bgp_flap_prefix_list_cmd_vtysh, 
4701        "show ip bgp flap-statistics prefix-list WORD", 
4702        "Show running system information\n"
4703        "IP information\n"
4704        "BGP information\n"
4705        "Display flap statistics of routes\n"
4706        "Display routes conforming to the prefix-list\n"
4707        "IP prefix-list name\n")
4708
4709 DEFSH (0, show_bgp_ipv6_safi_flap_filter_list_cmd_vtysh, 
4710        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics filter-list WORD", 
4711        "Show running system information\n"
4712        "BGP information\n"
4713        "IPv6 information\n"
4714        "Address Family modifier\n"
4715        "Address Family modifier\n"
4716        "Address Family modifier\n"
4717        "Address Family modifier\n"
4718        "Display flap statistics of routes\n"
4719        "Display routes conforming to the filter-list\n"
4720        "Regular expression access list name\n")
4721
4722 DEFSH (0, no_bandwidth_if_cmd_vtysh, 
4723        "no bandwidth", 
4724        "Negate a command or set its defaults\n"
4725        "Set bandwidth informational parameter\n")
4726
4727 DEFSH (0, show_bgp_ipv4_safi_damp_flap_address_cmd_vtysh, 
4728        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics A.B.C.D", 
4729        "Show running system information\n"
4730        "BGP information\n"
4731        "Address family\n"
4732        "Address Family modifier\n"
4733        "Address Family modifier\n"
4734        "Address Family modifier\n"
4735        "Address Family modifier\n"
4736        "Display detailed information about dampening\n"
4737        "Display flap statistics of routes\n"
4738        "Network in the BGP routing table to display\n")
4739
4740 DEFSH (0, show_bgp_regexp_cmd_vtysh, 
4741        "show bgp regexp .LINE", 
4742        "Show running system information\n"
4743        "BGP information\n"
4744        "Display routes matching the AS path regular expression\n"
4745        "A regular-expression to match the BGP AS paths\n")
4746
4747 DEFSH (0, show_ipv6_ospf6_linkstate_cmd_vtysh, 
4748        "show ipv6 ospf6 linkstate", 
4749        "Show running system information\n"
4750        "IPv6 Information\n"
4751        "Open Shortest Path First (OSPF) for IPv6\n"
4752        "Display linkstate routing table\n"
4753       )
4754
4755 DEFSH (0, no_key_chain_cmd_vtysh, 
4756        "no key chain WORD", 
4757        "Negate a command or set its defaults\n"
4758        "Authentication key management\n"
4759        "Key-chain management\n"
4760        "Key-chain name\n")
4761
4762 DEFSH (0, ospf_timers_min_ls_interval_cmd_vtysh, 
4763        "timers throttle lsa all <0-5000>", 
4764        "Adjust routing timers\n"
4765        "Throttling adaptive timer\n"
4766        "LSA delay between transmissions\n"
4767        "Negate a command or set its defaults\n"
4768        "Delay (msec) between sending LSAs\n")
4769
4770 DEFSH (0, clear_bgp_external_out_cmd_vtysh, 
4771        "clear bgp external out", 
4772        "Reset functions\n"
4773        "BGP information\n"
4774        "Clear all external peers\n"
4775        "Resend all outbound updates\n")
4776
4777 DEFSH (0, match_ecommunity_cmd_vtysh, 
4778        "match extcommunity (<1-99>|<100-500>|WORD)", 
4779        "Match values from routing table\n"
4780        "Match BGP/VPN extended community list\n"
4781        "Extended community-list number (standard)\n"
4782        "Extended community-list number (expanded)\n"
4783        "Extended community-list name\n")
4784
4785 DEFSH (0|0|0|0|0, match_ip_address_cmd_vtysh, 
4786        "match ip address (<1-199>|<1300-2699>|WORD)", 
4787        "Match values from routing table\n"
4788        "IP information\n"
4789        "Match address of route\n"
4790        "IP access-list number\n"
4791        "IP access-list number (expanded range)\n"
4792        "IP Access-list name\n")
4793
4794 DEFSH (0, no_ip_community_list_standard_cmd_vtysh, 
4795        "no ip community-list <1-99> (deny|permit) .AA:NN", 
4796        "Negate a command or set its defaults\n"
4797        "IP information\n"
4798        "Add a community list entry\n"
4799        "Community list number (standard)\n"
4800        "Specify community to reject\n"
4801        "Specify community to accept\n"
4802        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
4803
4804 DEFSH (0, no_ipv6_ospf6_passive_cmd_vtysh, 
4805        "no ipv6 ospf6 passive", 
4806        "Negate a command or set its defaults\n"
4807        "IPv6 Information\n"
4808        "Open Shortest Path First (OSPF) for IPv6\n"
4809        "passive interface: No Adjacency will be formed on this I/F\n"
4810        )
4811
4812 DEFSH (0, no_set_lcommunity_cmd_vtysh, 
4813        "no set large-community", 
4814        "Negate a command or set its defaults\n"
4815        "Set values in destination routing protocol\n"
4816        "BGP large community attribute\n"
4817        "Large community\n")
4818
4819 DEFSH (0, interface_no_ip_igmp_join_cmd_vtysh, 
4820        "no ip igmp join A.B.C.D A.B.C.D", 
4821        "Negate a command or set its defaults\n"
4822        "IP information\n"
4823        "Enable IGMP operation\n"
4824        "IGMP join multicast group\n"
4825        "Multicast group address\n"
4826        "Source address\n")
4827
4828 DEFSH (0, show_bgp_ipv4_safi_neighbor_damp_cmd_vtysh, 
4829        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
4830        "Show running system information\n"
4831        "BGP information\n"
4832        "Address Family Modifier\n"
4833        "Address Family Modifier\n"
4834        "Address Family Modifier\n"
4835        "Address Family Modifier\n"
4836        "Detailed information on TCP and BGP neighbor connections\n"
4837        "Neighbor to display information about\n"
4838        "Neighbor to display information about\n"
4839        "Display the dampened routes received from neighbor\n")
4840
4841 DEFSH (0, show_bgp_ipv6_safi_neighbor_routes_cmd_vtysh, 
4842        "show bgp ipv6 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) routes", 
4843        "Show running system information\n"
4844        "BGP information\n"
4845        "Address family\n"
4846        "Address Family modifier\n"
4847        "Address Family modifier\n"
4848        "Detailed information on TCP and BGP neighbor connections\n"
4849        "Neighbor address\nIPv6 address\n"
4850        "Neighbor address\nIPv6 address\n"
4851        "Display routes learned from neighbor\n")
4852
4853 DEFSH (0, ip_route_flags_tag_distance_cmd_vtysh, 
4854        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
4855        "IP information\n"
4856        "Establish static routes\n"
4857        "IP destination prefix (e.g. 10.0.0.0/8)\n"
4858        "IP gateway address\n"
4859        "IP gateway interface name\n"
4860        "Emit an ICMP unreachable when matched\n"
4861        "Silently discard pkts when matched\n"
4862        "Set tag for this route\n"
4863        "Tag value\n"
4864        "Distance value for this route\n")
4865
4866 DEFSH (0, no_match_peer_cmd_vtysh, 
4867        "no match peer", 
4868        "Negate a command or set its defaults\n"
4869        "Match values from routing table\n"
4870        "Match peer address\n")
4871
4872 DEFSH (0, no_area_import_list_cmd_vtysh, 
4873        "no area A.B.C.D import-list NAME", 
4874        "OSPFv6 area parameters\n"
4875        "OSPFv6 area ID in IP address format\n"
4876        "Unset the filter for networks announced to other areas\n"
4877        "NAme of the access-list\n")
4878
4879 DEFSH (0, send_lifetime_infinite_day_month_cmd_vtysh, 
4880        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> infinite", 
4881        "Set send lifetime of the key\n"
4882        "Time to start\n"
4883        "Day of th month to start\n"
4884        "Month of the year to start\n"
4885        "Year to start\n"
4886        "Never expires")
4887
4888 DEFSH (0, ip_route_mask_vrf_cmd_vtysh, 
4889        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
4890        "IP information\n"
4891        "Establish static routes\n"
4892        "IP destination prefix\n"
4893        "IP destination prefix mask\n"
4894        "IP gateway address\n"
4895        "IP gateway interface name\n"
4896        "Null interface\n"
4897        "Specify the VRF\nThe VRF ID\n")
4898
4899 DEFSH (0, no_ipv6_nd_suppress_ra_cmd_vtysh, 
4900        "no ipv6 nd suppress-ra", 
4901        "Negate a command or set its defaults\n"
4902        "Interface IPv6 config commands\n"
4903        "Neighbor discovery\n"
4904        "Suppress Router Advertisement\n")
4905
4906 DEFSH (0, neighbor_local_as_no_prepend_cmd_vtysh, 
4907        "neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend", 
4908        "Specify neighbor router\n"
4909        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4910        "Specify a local-as number\n"
4911        "AS number used as local AS\n"
4912        "Do not prepend local-as to updates from ebgp peers\n")
4913
4914 DEFSH (0, bgp_rr_allow_outbound_policy_cmd_vtysh, 
4915        "bgp route-reflector allow-outbound-policy", 
4916        "BGP specific commands\n"
4917        "Allow modifications made by out route-map\n"
4918        "on ibgp neighbors\n")
4919
4920 DEFSH (0, show_ipv6_ospf6_redistribute_cmd_vtysh, 
4921        "show ipv6 ospf6 redistribute", 
4922        "Show running system information\n"
4923        "IPv6 Information\n"
4924        "Open Shortest Path First (OSPF) for IPv6\n"
4925        "redistributing External information\n"
4926        )
4927
4928 DEFSH (0, show_bgp_view_neighbor_routes_cmd_vtysh, 
4929        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) routes", 
4930        "Show running system information\n"
4931        "BGP information\n"
4932        "BGP view\n"
4933        "View name\n"
4934        "Detailed information on TCP and BGP neighbor connections\n"
4935        "Neighbor to display information about\n"
4936        "Neighbor to display information about\n"
4937        "Display routes learned from neighbor\n")
4938
4939 DEFSH (0, show_bgp_view_afi_safi_prefix_cmd_vtysh, 
4940        "show bgp view WORD (ipv4|ipv6) (encap|multicast|unicast|vpn) A.B.C.D/M", 
4941        "Show running system information\n"
4942        "BGP information\n"
4943        "BGP view\n"
4944        "View name\n"
4945        "Address Family\n"
4946        "Address Family\n"
4947        "Address Family Modifier\n"
4948        "Address Family Modifier\n"
4949        "Address Family Modifier\n"
4950        "Address Family Modifier\n"
4951        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
4952
4953 DEFSH (0, show_ipv6_bgp_regexp_cmd_vtysh, 
4954        "show ipv6 bgp regexp .LINE", 
4955        "Show running system information\n"
4956        "IP information\n"
4957        "BGP information\n"
4958        "Display routes matching the AS path regular expression\n"
4959        "A regular-expression to match the BGP AS paths\n")
4960
4961 DEFSH (0, no_router_ospf6_cmd_vtysh, 
4962        "no router ospf6", 
4963        "Negate a command or set its defaults\n"
4964        "Enable a routing process\n")
4965
4966 DEFSH (0, no_service_advanced_vty_cmd_vtysh, 
4967        "no service advanced-vty", 
4968        "Negate a command or set its defaults\n"
4969        "Set up miscellaneous service\n"
4970        "Enable advanced mode vty interface\n")
4971
4972 DEFSH (0, no_ospf6_stub_router_admin_cmd_vtysh, 
4973        "no stub-router administrative", 
4974        "Negate a command or set its defaults\n"
4975        "Make router a stub router\n"
4976        "Advertise ability to be a transit router\n"
4977        "Administratively applied,  for an indefinite period\n")
4978
4979 DEFSH (0, show_ip_bgp_ipv4_community3_exact_cmd_vtysh, 
4980        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
4981        "Show running system information\n"
4982        "IP information\n"
4983        "BGP information\n"
4984        "Address family\n"
4985        "Address Family modifier\n"
4986        "Address Family modifier\n"
4987        "Display routes matching the communities\n"
4988        "community number\n"
4989        "Do not send outside local AS (well-known community)\n"
4990        "Do not advertise to any peer (well-known community)\n"
4991        "Do not export to next AS (well-known community)\n"
4992        "community number\n"
4993        "Do not send outside local AS (well-known community)\n"
4994        "Do not advertise to any peer (well-known community)\n"
4995        "Do not export to next AS (well-known community)\n"
4996        "community number\n"
4997        "Do not send outside local AS (well-known community)\n"
4998        "Do not advertise to any peer (well-known community)\n"
4999        "Do not export to next AS (well-known community)\n"
5000        "Exact match of the communities")
5001
5002 DEFSH (0, old_no_ipv6_bgp_network_cmd_vtysh, 
5003        "no ipv6 bgp network X:X::X:X/M", 
5004        "Negate a command or set its defaults\n"
5005        "IPv6 information\n"
5006        "BGP information\n"
5007        "Specify a network to announce via BGP\n"
5008        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
5009
5010 DEFSH (0, match_peer_local_cmd_vtysh, 
5011         "match peer local", 
5012         "Match values from routing table\n"
5013         "Match peer address\n"
5014         "Static or Redistributed routes\n")
5015
5016 DEFSH (0, show_ip_bgp_damp_dampened_paths_cmd_vtysh, 
5017        "show ip bgp dampening dampened-paths", 
5018        "Show running system information\n"
5019        "IP information\n"
5020        "BGP information\n"
5021        "Display detailed information about dampening\n"
5022        "Display paths suppressed due to dampening\n")
5023
5024 DEFSH (0, ip_rip_receive_version_cmd_vtysh, 
5025        "ip rip receive version (1|2)", 
5026        "IP information\n"
5027        "Routing Information Protocol\n"
5028        "Advertisement reception\n"
5029        "Version control\n"
5030        "RIP version 1\n"
5031        "RIP version 2\n")
5032
5033 DEFSH (0, clear_bgp_all_soft_out_cmd_vtysh, 
5034        "clear bgp * soft out", 
5035        "Reset functions\n"
5036        "BGP information\n"
5037        "Clear all peers\n"
5038        "Soft reconfig inbound and outbound updates\n"
5039        "Resend all outbound updates\n")
5040
5041 DEFSH (0, clear_ip_bgp_all_vpnv4_soft_cmd_vtysh, 
5042        "clear ip bgp * vpnv4 unicast soft", 
5043        "Reset functions\n"
5044        "IP information\n"
5045        "BGP information\n"
5046        "Clear all peers\n"
5047        "Address family\n"
5048        "Address Family Modifier\n"
5049        "Soft reconfig inbound and outbound updates\n")
5050
5051 DEFSH (0, show_hostname_cmd_vtysh, 
5052        "show isis hostname", 
5053        "Show running system information\n"
5054        "IS-IS information\n"
5055        "IS-IS Dynamic hostname mapping\n")
5056
5057 DEFSH (0, show_ipv6_ospf6_interface_ifname_cmd_vtysh, 
5058        "show ipv6 ospf6 interface IFNAME", 
5059        "Show running system information\n"
5060        "IPv6 Information\n"
5061        "Open Shortest Path First (OSPF) for IPv6\n"
5062        "Interface information\n"
5063        "Interface name(e.g. ep0)\n"
5064        )
5065
5066 DEFSH (0, no_ip_ospf_cost_u32_inet4_cmd_vtysh, 
5067        "no ip ospf cost <1-65535> A.B.C.D", 
5068        "Negate a command or set its defaults\n"
5069        "IP Information\n"
5070        "OSPF interface commands\n"
5071        "Interface cost\n"
5072        "Cost\n"
5073        "Address of interface")
5074
5075 DEFSH (0, show_bgp_ipv4_community3_cmd_vtysh, 
5076        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
5077        "Show running system information\n"
5078        "BGP information\n"
5079        "IP information\n"
5080        "Display routes matching the communities\n"
5081        "community number\n"
5082        "Do not send outside local AS (well-known community)\n"
5083        "Do not advertise to any peer (well-known community)\n"
5084        "Do not export to next AS (well-known community)\n"
5085        "community number\n"
5086        "Do not send outside local AS (well-known community)\n"
5087        "Do not advertise to any peer (well-known community)\n"
5088        "Do not export to next AS (well-known community)\n"
5089        "community number\n"
5090        "Do not send outside local AS (well-known community)\n"
5091        "Do not advertise to any peer (well-known community)\n"
5092        "Do not export to next AS (well-known community)\n")
5093
5094 DEFSH (0, no_ospf_compatible_rfc1583_cmd_vtysh, 
5095        "no compatible rfc1583", 
5096        "Negate a command or set its defaults\n"
5097        "OSPF compatibility list\n"
5098        "compatible with RFC 1583\n")
5099
5100 DEFSH (0, no_debug_bgp_all_cmd_vtysh, 
5101        "no debug all bgp", 
5102        "Negate a command or set its defaults\n"
5103        "Debugging functions (see also 'undebug')\n"
5104        "Enable all debugging\n"
5105        "BGP information\n")
5106
5107 DEFSH (0, show_ip_ospf_database_cmd_vtysh, 
5108        "show ip ospf database", 
5109        "Show running system information\n"
5110        "IP information\n"
5111        "OSPF information\n"
5112        "Database summary\n")
5113
5114 DEFSH (0, interface_ip_pim_hello_hold_cmd_vtysh, 
5115        "ip pim hello <1-180> <1-180>", 
5116        "IP information\n"
5117        "PIM information\n"
5118        "Hello Interval\n"
5119        "Time in seconds for Hello Interval\n"
5120        "Time in seconds for Hold Interval\n")
5121
5122 DEFSH (0, bgp_default_ipv4_unicast_cmd_vtysh, 
5123        "bgp default ipv4-unicast", 
5124        "BGP specific commands\n"
5125        "Configure BGP defaults\n"
5126        "Activate ipv4-unicast for a peer by default\n")
5127
5128 DEFSH (0, no_rip_route_cmd_vtysh, 
5129        "no route A.B.C.D/M", 
5130        "Negate a command or set its defaults\n"
5131        "RIP static route configuration\n"
5132        "IP prefix <network>/<length>\n")
5133
5134 DEFSH (0, if_ipv6_rmap_cmd_vtysh, 
5135        "route-map RMAP_NAME (in|out) IFNAME", 
5136        "Route map set\n"
5137        "Route map name\n"
5138        "Route map set for input filtering\n"
5139        "Route map set for output filtering\n"
5140        "Route map interface name\n")
5141
5142 DEFSH (0, no_ospf_auto_cost_reference_bandwidth_cmd_vtysh, 
5143        "no auto-cost reference-bandwidth", 
5144        "Negate a command or set its defaults\n"
5145        "Calculate OSPF interface cost according to bandwidth\n"
5146        "Use reference bandwidth method to assign OSPF cost\n")
5147
5148 DEFSH (0, no_ospf6_log_adjacency_changes_detail_cmd_vtysh, 
5149        "no log-adjacency-changes detail", 
5150               "Negate a command or set its defaults\n"
5151               "Log changes in adjacency state\n"
5152        "Log all state changes\n")
5153
5154 DEFSH (0, access_list_remark_cmd_vtysh, 
5155        "access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE", 
5156        "Add an access list entry\n"
5157        "IP standard access list\n"
5158        "IP extended access list\n"
5159        "IP standard access list (expanded range)\n"
5160        "IP extended access list (expanded range)\n"
5161        "IP zebra access-list\n"
5162        "Access list entry comment\n"
5163        "Comment up to 100 characters\n")
5164
5165 DEFSH (0, show_bgp_ipv4_safi_flap_statistics_cmd_vtysh, 
5166        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics", 
5167        "Show running system information\n"
5168        "BGP information\n"
5169        "Address Family\n"
5170        "Address Family modifier\n"
5171        "Address Family modifier\n"
5172        "Address Family modifier\n"
5173        "Address Family modifier\n"
5174        "Display flap statistics of routes\n")
5175
5176 DEFSH (0, no_redistribute_ospf6_cmd_vtysh, 
5177        "no redistribute ospf6", 
5178        "Negate a command or set its defaults\n"
5179        "Redistribute control\n"
5180        "OSPF6 route\n")
5181
5182 DEFSH (0, ipv6_nd_router_preference_cmd_vtysh, 
5183        "ipv6 nd router-preference (high|medium|low)", 
5184        "Interface IPv6 config commands\n"
5185        "Neighbor discovery\n"
5186        "Default router preference\n"
5187        "High default router preference\n"
5188        "Low default router preference\n"
5189        "Medium default router preference (default)\n")
5190
5191 DEFSH (0, no_ip_multicast_mode_noarg_cmd_vtysh, 
5192        "no ip multicast rpf-lookup-mode", 
5193        "Negate a command or set its defaults\n"
5194        "IP information\n"
5195        "Multicast options\n"
5196        "RPF lookup behavior\n")
5197
5198 DEFSH (0, no_match_pathlimit_as_val_cmd_vtysh, 
5199        "no match pathlimit as <1-65535>", 
5200        "Negate a command or set its defaults\n"
5201        "Match values from routing table\n"
5202        "BGP AS-Pathlimit attribute\n"
5203        "Match Pathlimit ASN\n")
5204
5205 DEFSH (0, max_lsp_lifetime_cmd_vtysh, 
5206        "max-lsp-lifetime <350-65535>", 
5207        "Maximum LSP lifetime\n"
5208        "LSP lifetime in seconds\n")
5209
5210 DEFSH (0, rip_redistribute_type_metric_routemap_cmd_vtysh, 
5211        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " metric <0-16> route-map WORD", 
5212        "Redistribute information from another routing protocol\n"
5213        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
5214        "Metric\n"
5215        "Metric value\n"
5216        "Route map reference\n"
5217        "Pointer to route-map entries\n")
5218
5219 DEFSH (0, no_bgp_client_to_client_reflection_cmd_vtysh, 
5220        "no bgp client-to-client reflection", 
5221        "Negate a command or set its defaults\n"
5222        "BGP specific commands\n"
5223        "Configure client to client route reflection\n"
5224        "reflection of routes allowed\n")
5225
5226 DEFSH (0, no_aggregate_address_mask_summary_only_cmd_vtysh, 
5227        "no aggregate-address A.B.C.D A.B.C.D summary-only", 
5228        "Negate a command or set its defaults\n"
5229        "Configure BGP aggregate entries\n"
5230        "Aggregate address\n"
5231        "Aggregate mask\n"
5232        "Filter more specific routes from updates\n")
5233
5234 DEFSH (0, show_bgp_ipv6_lcommunity3_cmd_vtysh, 
5235        "show bgp ipv6 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
5236        "Show running system information\n"
5237        "BGP information\n"
5238        "Address family\n"
5239        "Display routes matching the large-communities\n"
5240        "large-community number\n"
5241        "large-community number\n"
5242        "large-community number\n")
5243
5244 DEFSH (0, show_debugging_rip_cmd_vtysh, 
5245        "show debugging rip", 
5246        "Show running system information\n"
5247        "Debugging functions (see also 'undebug')\n"
5248        "RIP information\n")
5249
5250 DEFSH (0, show_debugging_bgp_cmd_vtysh, 
5251        "show debugging bgp", 
5252        "Show running system information\n"
5253        "Debugging functions (see also 'undebug')\n"
5254        "BGP information\n")
5255
5256 DEFSH (0, show_bgp_ipv6_neighbor_routes_cmd_vtysh, 
5257        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) routes", 
5258        "Show running system information\n"
5259        "BGP information\n"
5260        "Address family\n"
5261        "Detailed information on TCP and BGP neighbor connections\n"
5262        "Neighbor to display information about\n"
5263        "Neighbor to display information about\n"
5264        "Display routes learned from neighbor\n")
5265
5266 DEFSH (0, router_id_cmd_vtysh, 
5267        "router-id A.B.C.D", 
5268        "Manually set the router-id\n"
5269        "IP address to use for router-id\n")
5270
5271 DEFSH (0, debug_ospf_te_cmd_vtysh, 
5272        "debug ospf te", 
5273        "Debugging functions (see also 'undebug')\n"
5274        "OSPF information\n"
5275        "OSPF-TE information\n")
5276
5277 DEFSH (0, old_ipv6_aggregate_address_summary_only_cmd_vtysh, 
5278        "ipv6 bgp aggregate-address X:X::X:X/M summary-only", 
5279        "IPv6 information\n"
5280        "BGP information\n"
5281        "Configure BGP aggregate entries\n"
5282        "Aggregate prefix\n"
5283        "Filter more specific routes from updates\n")
5284
5285 DEFSH (0, clear_ip_bgp_all_ipv4_soft_cmd_vtysh, 
5286        "clear ip bgp * ipv4 (unicast|multicast) soft", 
5287        "Reset functions\n"
5288        "IP information\n"
5289        "BGP information\n"
5290        "Clear all peers\n"
5291        "Address family\n"
5292        "Address Family Modifier\n"
5293        "Address Family Modifier\n"
5294        "Soft reconfig inbound and outbound updates\n")
5295
5296 DEFSH (0, show_bgp_ipv6_safi_community2_cmd_vtysh, 
5297        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
5298        "Show running system information\n"
5299        "BGP information\n"
5300        "Address family\n"
5301        "Address family modifier\n"
5302        "Address family modifier\n"
5303        "Address family modifier\n"
5304        "Address family modifier\n"
5305        "Display routes matching the communities\n"
5306        "community number\n"
5307        "Do not send outside local AS (well-known community)\n"
5308        "Do not advertise to any peer (well-known community)\n"
5309        "Do not export to next AS (well-known community)\n"
5310        "community number\n"
5311        "Do not send outside local AS (well-known community)\n"
5312        "Do not advertise to any peer (well-known community)\n"
5313        "Do not export to next AS (well-known community)\n")
5314
5315 DEFSH (0, no_ospf6_distance_ospf6_cmd_vtysh, 
5316        "no distance ospf6", 
5317        "Negate a command or set its defaults\n"
5318        "Define an administrative distance\n"
5319        "OSPF6 Administrative distance\n"
5320        "OSPF6 Distance\n")
5321
5322 DEFSH (0, no_ospf_refresh_timer_cmd_vtysh, 
5323        "no refresh timer", 
5324        "Adjust refresh parameters\n"
5325        "Unset refresh timer\n")
5326
5327 DEFSH (0, no_rip_distance_cmd_vtysh, 
5328        "no distance <1-255>", 
5329        "Negate a command or set its defaults\n"
5330        "Administrative distance\n"
5331        "Distance value\n")
5332
5333 DEFSH (0, clear_bgp_ipv6_peer_cmd_vtysh, 
5334        "clear bgp ipv6 (A.B.C.D|X:X::X:X)", 
5335        "Reset functions\n"
5336        "BGP information\n"
5337        "Address family\n"
5338        "BGP neighbor address to clear\n"
5339        "BGP IPv6 neighbor to clear\n")
5340
5341 DEFSH (0, ripng_network_cmd_vtysh, 
5342        "network IF_OR_ADDR", 
5343        "RIPng enable on specified interface or network.\n"
5344        "Interface or address")
5345
5346 DEFSH (0, show_debugging_zebra_cmd_vtysh, 
5347        "show debugging zebra", 
5348        "Show running system information\n"
5349        "Debugging information\n"
5350        "Zebra configuration\n")
5351
5352 DEFSH (0, debug_ospf_lsa_cmd_vtysh, 
5353        "debug ospf lsa", 
5354        "Debugging functions (see also 'undebug')\n"
5355        "OSPF information\n"
5356        "OSPF Link State Advertisement\n")
5357
5358 DEFSH (0, clear_ip_bgp_all_ipv4_soft_in_cmd_vtysh, 
5359        "clear ip bgp * ipv4 (unicast|multicast) soft in", 
5360        "Reset functions\n"
5361        "IP information\n"
5362        "BGP information\n"
5363        "Clear all peers\n"
5364        "Address family\n"
5365        "Address Family modifier\n"
5366        "Address Family modifier\n"
5367        "Soft reconfig inbound and outbound updates\n"
5368        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
5369
5370 DEFSH (0, show_bgp_ipv6_safi_filter_list_cmd_vtysh, 
5371        "show bgp ipv6 (encap|multicast|unicast|vpn) filter-list WORD", 
5372        "Show running system information\n"
5373        "BGP information\n"
5374        "Address Family modifier\n"
5375        "Address Family modifier\n"
5376        "Address Family modifier\n"
5377        "Address Family modifier\n"
5378        "Display routes conforming to the filter-list\n"
5379        "Regular expression access list name\n")
5380
5381 DEFSH (0, clear_ip_bgp_external_out_cmd_vtysh, 
5382        "clear ip bgp external out", 
5383        "Reset functions\n"
5384        "IP information\n"
5385        "BGP information\n"
5386        "Clear all external peers\n"
5387        "Resend all outbound updates\n")
5388
5389 DEFSH (0, no_isis_passwd_arg_cmd_vtysh, 
5390        "no isis password (md5|clear) WORD", 
5391        "Negate a command or set its defaults\n"
5392        "IS-IS commands\n"
5393        "Configure the authentication password for a circuit\n"
5394        "HMAC-MD5 authentication\n"
5395        "Cleartext password\n"
5396        "Circuit password\n")
5397
5398 DEFSH (0, show_ip_lcommunity_list_arg_cmd_vtysh, 
5399        "show ip large-community-list (<1-500>|WORD)", 
5400        "Show running system information\n"
5401        "IP information\n"
5402        "List large-community list\n"
5403        "large-community-list number\n"
5404        "large-community-list name\n")
5405
5406 DEFSH (0, show_ip_route_supernets_cmd_vtysh, 
5407        "show ip route supernets-only", 
5408        "Show running system information\n"
5409        "IP information\n"
5410        "IP routing table\n"
5411        "Show supernet entries only\n")
5412
5413 DEFSH (0, ospf_area_vlink_authtype_md5_cmd_vtysh, 
5414        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
5415        "(authentication|) "
5416        "(message-digest-key|) <1-255> md5 KEY", 
5417        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
5418        "Enable authentication on this virtual link\n" "dummy string \n"
5419        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
5420
5421 DEFSH (0, no_ip_ospf_authentication_key_cmd_vtysh, 
5422        "no ip ospf authentication-key", 
5423        "Negate a command or set its defaults\n"
5424        "IP Information\n"
5425        "OSPF interface commands\n"
5426        "Authentication password (key)\n")
5427
5428 DEFSH (0, neighbor_distribute_list_cmd_vtysh, 
5429        "neighbor (A.B.C.D|X:X::X:X|WORD) " "distribute-list (<1-199>|<1300-2699>|WORD) (in|out)", 
5430        "Specify neighbor router\n"
5431        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5432        "Filter updates to/from this neighbor\n"
5433        "IP access-list number\n"
5434        "IP access-list number (expanded range)\n"
5435        "IP Access-list name\n"
5436        "Filter incoming updates\n"
5437        "Filter outgoing updates\n")
5438
5439 DEFSH (0, old_no_ipv6_aggregate_address_cmd_vtysh, 
5440        "no ipv6 bgp aggregate-address X:X::X:X/M", 
5441        "Negate a command or set its defaults\n"
5442        "IPv6 information\n"
5443        "BGP information\n"
5444        "Configure BGP aggregate entries\n"
5445        "Aggregate prefix\n")
5446
5447 DEFSH (0, no_bgp_router_id_cmd_vtysh, 
5448        "no bgp router-id", 
5449        "Negate a command or set its defaults\n"
5450        "BGP information\n"
5451        "Override configured router identifier\n")
5452
5453 DEFSH (0, no_ospf6_distance_source_access_list_cmd_vtysh, 
5454        "no distance <1-255> X:X::X:X/M WORD", 
5455        "Negate a command or set its defaults\n"
5456        "Administrative distance\n"
5457        "Distance value\n"
5458        "IP source prefix\n"
5459        "Access list name\n")
5460
5461 DEFSH (0, debug_bgp_normal_cmd_vtysh, 
5462        "debug bgp", 
5463        "Debugging functions (see also 'undebug')\n"
5464        "BGP information\n")
5465
5466 DEFSH (0, show_ip_ospf_neighbor_detail_all_cmd_vtysh, 
5467        "show ip ospf neighbor detail all", 
5468        "Show running system information\n"
5469        "IP information\n"
5470        "OSPF information\n"
5471        "Neighbor list\n"
5472        "detail of all neighbors\n"
5473        "include down status neighbor\n")
5474
5475 DEFSH (0, vpnv4_network_cmd_vtysh, 
5476        "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
5477        "Specify a network to announce via BGP\n"
5478        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
5479        "Specify Route Distinguisher\n"
5480        "VPN Route Distinguisher\n"
5481        "BGP tag\n"
5482        "tag value\n")
5483
5484 DEFSH (0, bgp_redistribute_ipv6_rmap_cmd_vtysh, 
5485        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD", 
5486        "Redistribute information from another routing protocol\n"
5487        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
5488        "Route map reference\n"
5489        "Pointer to route-map entries\n")
5490
5491 DEFSH (0, clear_ip_bgp_instance_all_ipv4_soft_cmd_vtysh, 
5492        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft", 
5493        "Reset functions\n"
5494        "IP information\n"
5495        "BGP information\n"
5496        "BGP view\n"
5497        "view name\n"
5498        "Clear all peers\n"
5499        "Address family\n"
5500        "Address Family Modifier\n"
5501        "Address Family Modifier\n"
5502        "Soft reconfig inbound and outbound updates\n")
5503
5504 DEFSH (0, isis_hello_interval_l2_cmd_vtysh, 
5505        "isis hello-interval <1-600> level-2", 
5506        "IS-IS commands\n"
5507        "Set Hello interval\n"
5508        "Hello interval value\n"
5509        "Holdtime 1 second,  interval depends on multiplier\n"
5510        "Specify hello-interval for level-2 IIHs\n")
5511
5512 DEFSH (0, no_match_community_cmd_vtysh, 
5513        "no match community", 
5514        "Negate a command or set its defaults\n"
5515        "Match values from routing table\n"
5516        "Match BGP community list\n")
5517
5518 DEFSH (0, show_ip_ospf_database_type_id_adv_router_cmd_vtysh, 
5519        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") A.B.C.D adv-router A.B.C.D", 
5520        "Show running system information\n"
5521        "IP information\n"
5522        "OSPF information\n"
5523        "Database summary\n"
5524        "ASBR summary link states\n" "External link states\n" "Network link states\n" "Router link states\n" "Network summary link states\n" "NSSA external link state\n" "Link local Opaque-LSA\n" "Link area Opaque-LSA\n" "Link AS Opaque-LSA\n"
5525        "Link State ID (as an IP address)\n"
5526        "Advertising Router link states\n"
5527        "Advertising Router (as an IP address)\n")
5528
5529 DEFSH (0, show_ip_route_prefix_cmd_vtysh, 
5530        "show ip route A.B.C.D/M", 
5531        "Show running system information\n"
5532        "IP information\n"
5533        "IP routing table\n"
5534        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
5535
5536 DEFSH (0, neighbor_attr_unchanged2_cmd_vtysh, 
5537        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path (next-hop|med)", 
5538        "Specify neighbor router\n"
5539        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5540        "BGP attribute is propagated unchanged to this neighbor\n"
5541        "As-path attribute\n"
5542        "Nexthop attribute\n"
5543        "Med attribute\n")
5544
5545 DEFSH (0, show_bgp_ipv6_safi_flap_statistics_cmd_vtysh, 
5546        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics", 
5547        "Show running system information\n"
5548        "BGP information\n"
5549        "Address Family\n"
5550        "Address Family modifier\n"
5551        "Address Family modifier\n"
5552        "Address Family modifier\n"
5553        "Address Family modifier\n"
5554        "Display flap statistics of routes\n")
5555
5556 DEFSH (0, no_ospf_message_digest_key_cmd_vtysh, 
5557        "no ospf message-digest-key <1-255>", 
5558        "Negate a command or set its defaults\n"
5559        "OSPF interface commands\n"
5560        "Message digest authentication password (key)\n"
5561        "Key ID\n")
5562
5563 DEFSH (0, clear_ip_bgp_peer_in_cmd_vtysh, 
5564        "clear ip bgp A.B.C.D in", 
5565        "Reset functions\n"
5566        "IP information\n"
5567        "BGP information\n"
5568        "BGP neighbor address to clear\n"
5569        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
5570
5571 DEFSH (0, no_debug_ospf6_zebra_cmd_vtysh, 
5572        "no debug ospf6 zebra", 
5573        "Negate a command or set its defaults\n"
5574        "Debugging functions (see also 'undebug')\n"
5575        "Open Shortest Path First (OSPF) for IPv6\n"
5576        "Debug connection between zebra\n"
5577       )
5578
5579 DEFSH (0, show_ip_pim_assert_winner_metric_cmd_vtysh, 
5580        "show ip pim assert-winner-metric", 
5581        "Show running system information\n"
5582        "IP information\n"
5583        "PIM information\n"
5584        "PIM interface assert winner metric\n")
5585
5586 DEFSH (0, no_aggregate_address_cmd_vtysh, 
5587        "no aggregate-address A.B.C.D/M", 
5588        "Negate a command or set its defaults\n"
5589        "Configure BGP aggregate entries\n"
5590        "Aggregate prefix\n")
5591
5592 DEFSH (0, spf_interval_cmd_vtysh, 
5593        "spf-interval <1-120>", 
5594        "Minimum interval between SPF calculations\n"
5595        "Minimum interval between consecutive SPFs in seconds\n")
5596
5597 DEFSH (0, show_ipv6_ospf6_database_id_router_detail_cmd_vtysh, 
5598        "show ipv6 ospf6 database * A.B.C.D A.B.C.D "
5599        "(detail|dump|internal)", 
5600        "Show running system information\n"
5601        "IPv6 information\n"
5602        "Open Shortest Path First (OSPF) for IPv6\n"
5603        "Display Link state database\n"
5604        "Any Link state Type\n"
5605        "Specify Link state ID as IPv4 address notation\n"
5606        "Specify Advertising Router as IPv4 address notation\n"
5607        "Display details of LSAs\n"
5608        "Dump LSAs\n"
5609        "Display LSA's internal information\n"
5610       )
5611
5612 DEFSH (0, ip_ospf_authentication_cmd_vtysh, 
5613        "ip ospf authentication", 
5614        "IP Information\n"
5615        "OSPF interface commands\n"
5616        "Enable authentication on this interface\n")
5617
5618 DEFSH (0, bgp_redistribute_ipv4_rmap_cmd_vtysh, 
5619        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD", 
5620        "Redistribute information from another routing protocol\n"
5621        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
5622        "Route map reference\n"
5623        "Pointer to route-map entries\n")
5624
5625 DEFSH (0, no_ip_rip_split_horizon_poisoned_reverse_cmd_vtysh, 
5626        "no ip rip split-horizon poisoned-reverse", 
5627        "Negate a command or set its defaults\n"
5628        "IP information\n"
5629        "Routing Information Protocol\n"
5630        "Perform split horizon\n"
5631        "With poisoned-reverse\n")
5632
5633 DEFSH (0, no_link_params_res_bw_cmd_vtysh, 
5634        "no res-bw", 
5635        "Negate a command or set its defaults\n"
5636        "Disable Unidirectional Residual Bandwidth on this interface\n")
5637
5638 DEFSH (0, no_debug_ospf_event_cmd_vtysh, 
5639        "no debug ospf event", 
5640        "Negate a command or set its defaults\n"
5641        "Debugging functions (see also 'undebug')\n"
5642        "OSPF information\n"
5643        "OSPF event information\n")
5644
5645 DEFSH (0, no_set_origin_val_cmd_vtysh, 
5646        "no set origin (egp|igp|incomplete)", 
5647        "Negate a command or set its defaults\n"
5648        "Set values in destination routing protocol\n"
5649        "BGP origin code\n"
5650        "remote EGP\n"
5651        "local IGP\n"
5652        "unknown heritage\n")
5653
5654 DEFSH (0, ipv6_bgp_neighbor_received_routes_cmd_vtysh, 
5655        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
5656        "Show running system information\n"
5657        "IPv6 information\n"
5658        "BGP information\n"
5659        "Detailed information on TCP and BGP neighbor connections\n"
5660        "Neighbor to display information about\n"
5661        "Neighbor to display information about\n"
5662        "Display the received routes from neighbor\n")
5663
5664 DEFSH (0, show_ipv6_mbgp_route_cmd_vtysh, 
5665        "show ipv6 mbgp X:X::X:X", 
5666        "Show running system information\n"
5667        "IP information\n"
5668        "MBGP information\n"
5669        "Network in the MBGP routing table to display\n")
5670
5671 DEFSH (0, no_neighbor_local_as_val_cmd_vtysh, 
5672        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>", 
5673        "Negate a command or set its defaults\n"
5674        "Specify neighbor router\n"
5675        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5676        "Specify a local-as number\n"
5677        "AS number used as local AS\n")
5678
5679 DEFSH (0, show_debugging_isis_cmd_vtysh, 
5680        "show debugging isis", 
5681        "Show running system information\n"
5682        "State of each debugging option\n")
5683
5684 DEFSH (0, clear_bgp_peer_out_cmd_vtysh, 
5685        "clear bgp (A.B.C.D|X:X::X:X) out", 
5686        "Reset functions\n"
5687        "BGP information\n"
5688        "BGP neighbor address to clear\n"
5689        "BGP IPv6 neighbor to clear\n"
5690        "Resend all outbound updates\n")
5691
5692 DEFSH (0, show_ip_route_protocol_vrf_all_cmd_vtysh, 
5693        "show ip route " "(kernel|connected|static|rip|ospf|isis|bgp|pim|babel|nhrp)" " " "vrf all", 
5694        "Show running system information\n"
5695        "IP information\n"
5696        "IP routing table\n"
5697        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
5698        "Specify the VRF\nAll VRFs\n")
5699
5700 DEFSH (0, clear_bgp_as_cmd_vtysh, 
5701        "clear bgp " "<1-4294967295>", 
5702        "Reset functions\n"
5703        "BGP information\n"
5704        "Clear peers with the AS number\n")
5705
5706 DEFSH (0|0|0|0|0, match_tag_cmd_vtysh, 
5707        "match tag <1-4294967295>", 
5708        "Match values from routing table\n"
5709        "Match tag of route\n"
5710        "Metric value\n")
5711
5712 DEFSH (0, clear_ip_bgp_external_ipv4_soft_out_cmd_vtysh, 
5713        "clear ip bgp external ipv4 (unicast|multicast) soft out", 
5714        "Reset functions\n"
5715        "IP information\n"
5716        "BGP information\n"
5717        "Clear all external peers\n"
5718        "Address family\n"
5719        "Address Family modifier\n"
5720        "Address Family modifier\n"
5721        "Soft reconfig inbound and outbound updates\n"
5722        "Resend all outbound updates\n")
5723
5724 DEFSH (0, show_ipv6_ospf6_route_detail_cmd_vtysh, 
5725        "show ipv6 ospf6 route (X:X::X:X|X:X::X:X/M|detail|summary)", 
5726        "Show running system information\n"
5727        "IPv6 Information\n"
5728        "Open Shortest Path First (OSPF) for IPv6\n"
5729        "Routing Table\n"
5730        "Specify IPv6 address\n"
5731        "Specify IPv6 prefix\n"
5732        "Detailed information\n"
5733        "Summary of route table\n"
5734        )
5735
5736 DEFSH (0, show_ip_bgp_community2_exact_cmd_vtysh, 
5737        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
5738        "Show running system information\n"
5739        "IP information\n"
5740        "BGP information\n"
5741        "Display routes matching the communities\n"
5742        "community number\n"
5743        "Do not send outside local AS (well-known community)\n"
5744        "Do not advertise to any peer (well-known community)\n"
5745        "Do not export to next AS (well-known community)\n"
5746        "community number\n"
5747        "Do not send outside local AS (well-known community)\n"
5748        "Do not advertise to any peer (well-known community)\n"
5749        "Do not export to next AS (well-known community)\n"
5750        "Exact match of the communities")
5751
5752 DEFSH (0, no_neighbor_weight_cmd_vtysh, 
5753        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "weight", 
5754        "Negate a command or set its defaults\n"
5755        "Specify neighbor router\n"
5756        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5757        "Set default weight for routes from this neighbor\n")
5758
5759 DEFSH (0|0|0|0|0|0, rmap_onmatch_next_cmd_vtysh, 
5760        "on-match next", 
5761        "Exit policy on matches\n"
5762        "Next clause\n")
5763
5764 DEFSH (0, bgp_graceful_restart_restart_time_cmd_vtysh, 
5765        "bgp graceful-restart restart-time <1-3600>", 
5766        "BGP specific commands\n"
5767        "Graceful restart capability parameters\n"
5768        "Set the time to wait to delete stale routes before a BGP open message is received\n"
5769        "Delay value (seconds)\n")
5770
5771 DEFSH (0, show_ip_bgp_rsclient_route_cmd_vtysh, 
5772        "show ip bgp rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
5773        "Show running system information\n"
5774        "IP information\n"
5775        "BGP information\n"
5776        "Information about Route Server Client\n"
5777        "Neighbor address\nIPv6 address\n"
5778        "Network in the BGP routing table to display\n")
5779
5780 DEFSH (0, ip_mroute_vrf_cmd_vtysh, 
5781        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) ""vrf <0-65535>", 
5782        "IP information\n"
5783        "Configure static unicast route into MRIB for multicast RPF lookup\n"
5784        "IP destination prefix (e.g. 10.0.0.0/8)\n"
5785        "Nexthop address\n"
5786        "Nexthop interface name\n"
5787        "Specify the VRF\nThe VRF ID\n")
5788
5789 DEFSH (0, no_rip_redistribute_type_metric_cmd_vtysh, 
5790        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " metric <0-16>", 
5791        "Negate a command or set its defaults\n"
5792        "Redistribute information from another routing protocol\n"
5793        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
5794        "Metric\n"
5795        "Metric value\n")
5796
5797 DEFSH (0, show_bgp_ipv6_community_exact_cmd_vtysh, 
5798        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
5799        "Show running system information\n"
5800        "BGP information\n"
5801        "Address family\n"
5802        "Display routes matching the communities\n"
5803        "community number\n"
5804        "Do not send outside local AS (well-known community)\n"
5805        "Do not advertise to any peer (well-known community)\n"
5806        "Do not export to next AS (well-known community)\n"
5807        "Exact match of the communities")
5808
5809 DEFSH (0, show_ip_bgp_lcommunity_cmd_vtysh, 
5810        "show ip bgp large-community (AA:BB:CC)", 
5811        "Show running system information\n"
5812        "IP information\n"
5813        "BGP information\n"
5814        "Display routes matching the large-communities\n"
5815        "large-community number\n")
5816
5817 DEFSH (0, no_match_origin_val_cmd_vtysh, 
5818        "no match origin (egp|igp|incomplete)", 
5819        "Negate a command or set its defaults\n"
5820        "Match values from routing table\n"
5821        "BGP origin code\n"
5822        "remote EGP\n"
5823        "local IGP\n"
5824        "unknown heritage\n")
5825
5826 DEFSH (0, debug_isis_spftrigg_cmd_vtysh, 
5827        "debug isis spf-triggers", 
5828        "Debugging functions (see also 'undebug')\n"
5829        "IS-IS information\n"
5830        "IS-IS SPF triggering events\n")
5831
5832 DEFSH (0, show_ip_ospf_database_type_id_cmd_vtysh, 
5833        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") A.B.C.D", 
5834        "Show running system information\n"
5835        "IP information\n"
5836        "OSPF information\n"
5837        "Database summary\n"
5838        "ASBR summary link states\n" "External link states\n" "Network link states\n" "Router link states\n" "Network summary link states\n" "NSSA external link state\n" "Link local Opaque-LSA\n" "Link area Opaque-LSA\n" "Link AS Opaque-LSA\n"
5839        "Link State ID (as an IP address)\n")
5840
5841 DEFSH (0, show_bgp_neighbors_peer_cmd_vtysh, 
5842        "show bgp neighbors (A.B.C.D|X:X::X:X)", 
5843        "Show running system information\n"
5844        "BGP information\n"
5845        "Detailed information on TCP and BGP neighbor connections\n"
5846        "Neighbor to display information about\n"
5847        "Neighbor to display information about\n")
5848
5849 DEFSH (0, clear_ip_bgp_peer_group_cmd_vtysh, 
5850        "clear ip bgp peer-group WORD", 
5851        "Reset functions\n"
5852        "IP information\n"
5853        "BGP information\n"
5854        "Clear all members of peer-group\n"
5855        "BGP peer-group name\n")
5856
5857 DEFSH (0, no_match_origin_cmd_vtysh, 
5858        "no match origin", 
5859        "Negate a command or set its defaults\n"
5860        "Match values from routing table\n"
5861        "BGP origin code\n")
5862
5863 DEFSH (0, key_string_cmd_vtysh, 
5864        "key-string LINE", 
5865        "Set key string\n"
5866        "The key\n")
5867
5868 DEFSH (0, ospf_area_range_cmd_vtysh, 
5869        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M", 
5870        "OSPF area parameters\n"
5871        "OSPF area ID in IP address format\n"
5872        "OSPF area ID as a decimal value\n"
5873        "Summarize routes matching address/mask (border routers only)\n"
5874        "Area range prefix\n")
5875
5876 DEFSH (0, link_params_pkt_loss_cmd_vtysh, 
5877        "packet-loss PERCENTAGE", 
5878        "Unidirectional Link Packet Loss\n"
5879        "percentage of total traffic by 0.000003tep and less than 50.331642%\n")
5880
5881 DEFSH (0, no_set_community_delete_cmd_vtysh, 
5882        "no set comm-list", 
5883        "Negate a command or set its defaults\n"
5884        "Set values in destination routing protocol\n"
5885        "set BGP community list (for deletion)\n")
5886
5887 DEFSH (0, undebug_bgp_fsm_cmd_vtysh, 
5888        "undebug bgp fsm", 
5889        "Disable debugging functions (see also 'debug')\n"
5890        "BGP information\n"
5891        "Finite State Machine\n")
5892
5893 DEFSH (0, no_lsp_gen_interval_l1_cmd_vtysh, 
5894        "no lsp-gen-interval level-1", 
5895        "Negate a command or set its defaults\n"
5896        "Minimum interval between regenerating same LSP\n"
5897        "Set interval for level 1 only\n")
5898
5899 DEFSH (0, no_multicast_cmd_vtysh, 
5900        "no multicast", 
5901        "Negate a command or set its defaults\n"
5902        "Unset multicast flag to interface\n")
5903
5904 DEFSH (0, ipv6_ripng_split_horizon_cmd_vtysh, 
5905        "ipv6 ripng split-horizon", 
5906        "IPv6 information\n"
5907        "Routing Information Protocol\n"
5908        "Perform split horizon\n")
5909
5910 DEFSH (0, no_ospf_log_adjacency_changes_cmd_vtysh, 
5911        "no log-adjacency-changes", 
5912        "Negate a command or set its defaults\n"
5913        "Log changes in adjacency state\n")
5914
5915 DEFSH (0, show_bgp_prefix_list_cmd_vtysh, 
5916        "show bgp prefix-list WORD", 
5917        "Show running system information\n"
5918        "BGP information\n"
5919        "Display routes conforming to the prefix-list\n"
5920        "IPv6 prefix-list name\n")
5921
5922 DEFSH (0, ripng_default_information_originate_cmd_vtysh, 
5923        "default-information originate", 
5924        "Default route information\n"
5925        "Distribute default route\n")
5926
5927 DEFSH (0, no_ipv6_nd_homeagent_preference_cmd_vtysh, 
5928        "no ipv6 nd home-agent-preference", 
5929        "Negate a command or set its defaults\n"
5930        "Interface IPv6 config commands\n"
5931        "Neighbor discovery\n"
5932        "Home Agent preference\n")
5933
5934 DEFSH (0, clear_ip_bgp_all_out_cmd_vtysh, 
5935        "clear ip bgp * out", 
5936        "Reset functions\n"
5937        "IP information\n"
5938        "BGP information\n"
5939        "Clear all peers\n"
5940        "Resend all outbound updates\n")
5941
5942 DEFSH (0, show_bgp_ipv6_safi_damp_flap_prefix_longer_cmd_vtysh, 
5943        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics X:X::X:X/M longer-prefixes", 
5944        "Show running system information\n"
5945        "BGP information\n"
5946        "Address family\n"
5947        "Address Family modifier\n"
5948        "Address Family modifier\n"
5949        "Address Family modifier\n"
5950        "Address Family modifier\n"
5951        "Display detailed information about dampening\n"
5952        "Display flap statistics of routes\n"
5953        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
5954        "Display route and more specific routes\n")
5955
5956 DEFSH (0, no_ospf6_redistribute_cmd_vtysh, 
5957        "no redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)", 
5958        "Negate a command or set its defaults\n"
5959        "Redistribute\n"
5960        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
5961       )
5962
5963 DEFSH (0, debug_ospf6_spf_time_cmd_vtysh, 
5964        "debug ospf6 spf time", 
5965        "Debugging functions (see also 'undebug')\n"
5966        "Open Shortest Path First (OSPF) for IPv6\n"
5967        "Debug SPF Calculation\n"
5968        "Measure time taken by SPF Calculation\n"
5969       )
5970
5971 DEFSH (0, ospf6_distance_ospf6_external_intra_inter_cmd_vtysh, 
5972        "distance ospf6 external <1-255> intra-area <1-255> inter-area <1-255>", 
5973        "Define an administrative distance\n"
5974        "OSPF6 Administrative distance\n"
5975        "External routes\n"
5976        "Distance for external routes\n"
5977        "Intra-area routes\n"
5978        "Distance for intra-area routes\n"
5979        "Inter-area routes\n"
5980        "Distance for inter-area routes\n")
5981
5982 DEFSH (0, no_bgp_default_local_preference_val_cmd_vtysh, 
5983        "no bgp default local-preference <0-4294967295>", 
5984        "Negate a command or set its defaults\n"
5985        "BGP specific commands\n"
5986        "Configure BGP defaults\n"
5987        "local preference (higher=more preferred)\n"
5988        "Configure default local preference value\n")
5989
5990 DEFSH (0, clear_bgp_ipv6_peer_in_prefix_filter_cmd_vtysh, 
5991        "clear bgp ipv6 (A.B.C.D|X:X::X:X) in prefix-filter", 
5992        "Reset functions\n"
5993        "BGP information\n"
5994        "Address family\n"
5995        "BGP neighbor address to clear\n"
5996        "BGP IPv6 neighbor to clear\n"
5997        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
5998        "Push out the existing ORF prefix-list\n")
5999
6000 DEFSH (0, aggregate_address_mask_as_set_summary_cmd_vtysh, 
6001        "aggregate-address A.B.C.D A.B.C.D as-set summary-only", 
6002        "Configure BGP aggregate entries\n"
6003        "Aggregate address\n"
6004        "Aggregate mask\n"
6005        "Generate AS set path information\n"
6006        "Filter more specific routes from updates\n")
6007
6008 DEFSH (0, link_params_metric_cmd_vtysh, 
6009        "metric <0-4294967295>", 
6010        "Link metric for MPLS-TE purpose\n"
6011        "Metric value in decimal\n")
6012
6013 DEFSH (0, router_ospf_id_cmd_vtysh, 
6014        "router-id A.B.C.D", 
6015        "router-id for the OSPF process\n"
6016        "OSPF router-id in IP address format\n")
6017
6018 DEFSH (0, show_bgp_ipv6_lcommunity_all_cmd_vtysh, 
6019        "show bgp ipv6 large-community", 
6020        "Show running system information\n"
6021        "BGP information\n"
6022        "Address family\n"
6023        "Display routes matching the large-communities\n")
6024
6025 DEFSH (0, no_ip_lcommunity_list_name_expanded_all_cmd_vtysh, 
6026        "no ip large-community-list expanded WORD", 
6027        "Negate a command or set its defaults\n"
6028        "IP information\n"
6029        "Add a large community list entry\n"
6030        "Specify expanded large-community-list\n"
6031        "Large Community list name\n")
6032
6033 DEFSH (0, ip_route_mask_flags_distance_vrf_cmd_vtysh, 
6034        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
6035        "IP information\n"
6036        "Establish static routes\n"
6037        "IP destination prefix\n"
6038        "IP destination prefix mask\n"
6039        "IP gateway address\n"
6040        "IP gateway interface name\n"
6041        "Emit an ICMP unreachable when matched\n"
6042        "Silently discard pkts when matched\n"
6043        "Distance value for this route\n"
6044        "Specify the VRF\nThe VRF ID\n")
6045
6046 DEFSH (0, ip_as_path_cmd_vtysh, 
6047        "ip as-path access-list WORD (deny|permit) .LINE", 
6048        "IP information\n"
6049        "BGP autonomous system path filter\n"
6050        "Specify an access list name\n"
6051        "Regular expression access list name\n"
6052        "Specify packets to reject\n"
6053        "Specify packets to forward\n"
6054        "A regular-expression to match the BGP AS paths\n")
6055
6056 DEFSH (0, ospf_max_metric_router_lsa_shutdown_cmd_vtysh, 
6057        "max-metric router-lsa on-shutdown <5-86400>", 
6058        "OSPF maximum / infinite-distance metric\n"
6059        "Advertise own Router-LSA with infinite distance (stub router)\n"
6060        "Advertise stub-router prior to full shutdown of OSPF\n"
6061        "Time (seconds) to wait till full shutdown\n")
6062
6063 DEFSH (0, bgp_distance_source_access_list_cmd_vtysh, 
6064        "distance <1-255> A.B.C.D/M WORD", 
6065        "Define an administrative distance\n"
6066        "Administrative distance\n"
6067        "IP source prefix\n"
6068        "Access list name\n")
6069
6070 DEFSH (0, clear_bgp_peer_rsclient_cmd_vtysh, 
6071        "clear bgp (A.B.C.D|X:X::X:X) rsclient", 
6072        "Reset functions\n"
6073        "BGP information\n"
6074        "BGP neighbor IP address to clear\n"
6075        "BGP IPv6 neighbor to clear\n"
6076        "Soft reconfig for rsclient RIB\n")
6077
6078 DEFSH (0, clear_bgp_all_in_cmd_vtysh, 
6079        "clear bgp * in", 
6080        "Reset functions\n"
6081        "BGP information\n"
6082        "Clear all peers\n"
6083        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
6084
6085 DEFSH (0, show_ip_bgp_regexp_cmd_vtysh, 
6086        "show ip bgp regexp .LINE", 
6087        "Show running system information\n"
6088        "IP information\n"
6089        "BGP information\n"
6090        "Display routes matching the AS path regular expression\n"
6091        "A regular-expression to match the BGP AS paths\n")
6092
6093 DEFSH (0|0|0|0|0, no_match_ip_address_cmd_vtysh, 
6094        "no match ip address", 
6095        "Negate a command or set its defaults\n"
6096        "Match values from routing table\n"
6097        "IP information\n"
6098        "Match address of route\n")
6099
6100 DEFSH (0, show_ip_bgp_neighbor_prefix_counts_cmd_vtysh, 
6101        "show ip bgp neighbors (A.B.C.D|X:X::X:X) prefix-counts", 
6102        "Show running system information\n"
6103        "IP information\n"
6104        "BGP information\n"
6105        "Detailed information on TCP and BGP neighbor connections\n"
6106        "Neighbor to display information about\n"
6107        "Neighbor to display information about\n"
6108        "Display detailed prefix count information\n")
6109
6110 DEFSH (0, no_access_list_any_cmd_vtysh, 
6111        "no access-list WORD (deny|permit) any", 
6112        "Negate a command or set its defaults\n"
6113        "Add an access list entry\n"
6114        "IP zebra access-list name\n"
6115        "Specify packets to reject\n"
6116        "Specify packets to forward\n"
6117        "Prefix to match. e.g. 10.0.0.0/8\n")
6118
6119 DEFSH (0, clear_ip_bgp_external_ipv4_soft_in_cmd_vtysh, 
6120        "clear ip bgp external ipv4 (unicast|multicast) soft in", 
6121        "Reset functions\n"
6122        "IP information\n"
6123        "BGP information\n"
6124        "Clear all external peers\n"
6125        "Address family\n"
6126        "Address Family modifier\n"
6127        "Address Family modifier\n"
6128        "Soft reconfig inbound and outbound updates\n"
6129        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
6130
6131 DEFSH (0, clear_ip_bgp_as_vpnv4_soft_in_cmd_vtysh, 
6132        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast soft in", 
6133        "Reset functions\n"
6134        "IP information\n"
6135        "BGP information\n"
6136        "Clear peers with the AS number\n"
6137        "Address family\n"
6138        "Address Family modifier\n"
6139        "Soft reconfig inbound and outbound updates\n"
6140        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
6141
6142 DEFSH (0, ip_route_mask_flags2_tag_vrf_cmd_vtysh, 
6143        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
6144        "IP information\n"
6145        "Establish static routes\n"
6146        "IP destination prefix\n"
6147        "IP destination prefix mask\n"
6148        "Emit an ICMP unreachable when matched\n"
6149        "Silently discard pkts when matched\n"
6150        "Set tag for this route\n"
6151        "Tag value\n"
6152        "Specify the VRF\nThe VRF ID\n")
6153
6154 DEFSH (0, no_isis_priority_l1_cmd_vtysh, 
6155        "no isis priority level-1", 
6156        "Negate a command or set its defaults\n"
6157        "IS-IS commands\n"
6158        "Set priority for Designated Router election\n"
6159        "Specify priority for level-1 routing\n")
6160
6161 DEFSH (0, show_bgp_community3_cmd_vtysh, 
6162        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
6163        "Show running system information\n"
6164        "BGP information\n"
6165        "Display routes matching the communities\n"
6166        "community number\n"
6167        "Do not send outside local AS (well-known community)\n"
6168        "Do not advertise to any peer (well-known community)\n"
6169        "Do not export to next AS (well-known community)\n"
6170        "community number\n"
6171        "Do not send outside local AS (well-known community)\n"
6172        "Do not advertise to any peer (well-known community)\n"
6173        "Do not export to next AS (well-known community)\n"
6174        "community number\n"
6175        "Do not send outside local AS (well-known community)\n"
6176        "Do not advertise to any peer (well-known community)\n"
6177        "Do not export to next AS (well-known community)\n")
6178
6179 DEFSH (0, show_bgp_ipv6_encap_rd_neighbor_routes_cmd_vtysh, 
6180        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
6181        "Show running system information\n"
6182        "BGP information\n"
6183        "Address Family\n"
6184        "Display ENCAP NLRI specific information\n"
6185        "Display information for a route distinguisher\n"
6186        "ENCAP Route Distinguisher\n"
6187        "Detailed information on TCP and BGP neighbor connections\n"
6188        "Neighbor to display information about\n"
6189        "Neighbor to display information about\n"
6190        "Display routes learned from neighbor\n")
6191
6192 DEFSH (0, no_ip_address_label_cmd_vtysh, 
6193        "no ip address A.B.C.D/M label LINE", 
6194        "Negate a command or set its defaults\n"
6195        "Interface Internet Protocol config commands\n"
6196        "Set the IP address of an interface\n"
6197        "IP address (e.g. 10.0.0.1/8)\n"
6198        "Label of this address\n"
6199        "Label\n")
6200
6201 DEFSH (0, debug_zebra_rib_q_cmd_vtysh, 
6202        "debug zebra rib queue", 
6203        "Debugging functions (see also 'undebug')\n"
6204        "Zebra configuration\n"
6205        "Debug RIB events\n"
6206        "Debug RIB queueing\n")
6207
6208 DEFSH (0, ip_route_flags_tag_distance_vrf_cmd_vtysh, 
6209        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
6210        "IP information\n"
6211        "Establish static routes\n"
6212        "IP destination prefix (e.g. 10.0.0.0/8)\n"
6213        "IP gateway address\n"
6214        "IP gateway interface name\n"
6215        "Emit an ICMP unreachable when matched\n"
6216        "Silently discard pkts when matched\n"
6217        "Set tag for this route\n"
6218        "Tag value\n"
6219        "Distance value for this route\n"
6220        "Specify the VRF\nThe VRF ID\n")
6221
6222 DEFSH (0, accept_lifetime_day_month_day_month_cmd_vtysh, 
6223        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
6224        "Set accept lifetime of the key\n"
6225        "Time to start\n"
6226        "Day of th month to start\n"
6227        "Month of the year to start\n"
6228        "Year to start\n"
6229        "Time to expire\n"
6230        "Day of th month to expire\n"
6231        "Month of the year to expire\n"
6232        "Year to expire\n")
6233
6234 DEFSH (0, ipv6_nd_prefix_val_rtaddr_cmd_vtysh, 
6235        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
6236        "(<0-4294967295>|infinite) (router-address|)", 
6237        "Interface IPv6 config commands\n"
6238        "Neighbor discovery\n"
6239        "Prefix information\n"
6240        "IPv6 prefix\n"
6241        "Valid lifetime in seconds\n"
6242        "Infinite valid lifetime\n"
6243        "Preferred lifetime in seconds\n"
6244        "Infinite preferred lifetime\n"
6245        "Set Router Address flag\n")
6246
6247 DEFSH (0, default_linkdetect_cmd_vtysh, 
6248       "default link-detect (on|off)", 
6249       "Configure defaults of settings\n"
6250       "Interface link detection\n"
6251       "Interface link-detect defaults to enabled\n"
6252       "Interface link-detect defaults to disabled\n")
6253
6254 DEFSH (0, show_ip_rpf_addr_vrf_cmd_vtysh, 
6255        "show ip rpf A.B.C.D " "vrf <0-65535>", 
6256        "Show running system information\n"
6257        "IP information\n"
6258        "Display RPF information for multicast source\n"
6259        "IP multicast source address (e.g. 10.0.0.0)\n"
6260        "Specify the VRF\nThe VRF ID\n")
6261
6262 DEFSH (0, if_nhrp_mtu_cmd_vtysh, 
6263  "ip nhrp mtu (<576-1500>|opennhrp)", 
6264  "IP information\n"
6265  "Next Hop Resolution Protocol functions\n"
6266  "Configure NHRP advertised MTU\n"
6267  "MTU value\n"
6268  "Advertise bound interface MTU similar to OpenNHRP")
6269
6270 DEFSH (0, clear_bgp_ipv6_external_cmd_vtysh, 
6271        "clear bgp ipv6 external", 
6272        "Reset functions\n"
6273        "BGP information\n"
6274        "Address family\n"
6275        "Clear all external peers\n")
6276
6277 DEFSH (0, no_debug_ospf_nssa_cmd_vtysh, 
6278        "no debug ospf nssa", 
6279        "Negate a command or set its defaults\n"
6280        "Debugging functions (see also 'undebug')\n"
6281        "OSPF information\n"
6282        "OSPF nssa information\n")
6283
6284 DEFSH (0, no_vpnv4_network_cmd_vtysh, 
6285        "no network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
6286        "Negate a command or set its defaults\n"
6287        "Specify a network to announce via BGP\n"
6288        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
6289        "Specify Route Distinguisher\n"
6290        "VPN Route Distinguisher\n"
6291        "BGP tag\n"
6292        "tag value\n")
6293
6294 DEFSH (0, no_rip_redistribute_rip_cmd_vtysh, 
6295        "no redistribute rip", 
6296        "Negate a command or set its defaults\n"
6297        "Redistribute information from another routing protocol\n"
6298        "Routing Information Protocol (RIP)\n")
6299
6300 DEFSH (0, no_ip_route_vrf_cmd_vtysh, 
6301        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
6302        "Negate a command or set its defaults\n"
6303        "IP information\n"
6304        "Establish static routes\n"
6305        "IP destination prefix (e.g. 10.0.0.0/8)\n"
6306        "IP gateway address\n"
6307        "IP gateway interface name\n"
6308        "Null interface\n"
6309        "Specify the VRF\nThe VRF ID\n")
6310
6311 DEFSH (0, isis_default_originate_cmd_vtysh, 
6312       "default-information originate (ipv4|ipv6) (level-1|level-2) "
6313         "{always|metric <0-16777215>|route-map WORD}", 
6314       "Control distribution of default information\n"
6315       "Distribute a default route\n"
6316       "Distribute default route for IPv4\n"
6317       "Distribute default route for IPv6\n"
6318       "Distribute default route into level-1\n"
6319       "Distribute default route into level-2\n"
6320       "Always advertise default route\n"
6321       "Metric for default route\n"
6322       "ISIS default metric\n"
6323       "Route map reference\n"
6324       "Pointer to route-map entries\n")
6325
6326 DEFSH (0, no_rip_redistribute_type_cmd_vtysh, 
6327        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)", 
6328        "Negate a command or set its defaults\n"
6329        "Redistribute information from another routing protocol\n"
6330        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
6331
6332 DEFSH (0|0|0|0, no_match_ip_next_hop_val_cmd_vtysh, 
6333        "no match ip next-hop (<1-199>|<1300-2699>|WORD)", 
6334        "Negate a command or set its defaults\n"
6335        "Match values from routing table\n"
6336        "IP information\n"
6337        "Match next-hop address of route\n"
6338        "IP access-list number\n"
6339        "IP access-list number (expanded range)\n"
6340        "IP Access-list name\n")
6341
6342 DEFSH (0, show_version_ospf6_cmd_vtysh, 
6343        "show version ospf6", 
6344        "Show running system information\n"
6345        "Displays ospf6d version\n"
6346       )
6347
6348 DEFSH (0, no_bgp_maxpaths_ibgp_cmd_vtysh, 
6349        "no maximum-paths ibgp", 
6350        "Negate a command or set its defaults\n"
6351        "Forward packets over multiple paths\n"
6352        "iBGP-multipath\n"
6353        "Number of paths\n")
6354
6355 DEFSH (0, clear_bgp_ipv6_all_soft_cmd_vtysh, 
6356        "clear bgp ipv6 * soft", 
6357        "Reset functions\n"
6358        "BGP information\n"
6359        "Address family\n"
6360        "Clear all peers\n"
6361        "Soft reconfig inbound and outbound updates\n")
6362
6363 DEFSH (0, ipv6_ospf6_ifmtu_cmd_vtysh, 
6364        "ipv6 ospf6 ifmtu <1-65535>", 
6365        "IPv6 Information\n"
6366        "Open Shortest Path First (OSPF) for IPv6\n"
6367        "Interface MTU\n"
6368        "OSPFv3 Interface MTU\n"
6369        )
6370
6371 DEFSH (0, rip_allow_ecmp_cmd_vtysh, 
6372        "allow-ecmp", 
6373        "Allow Equal Cost MultiPath\n")
6374
6375 DEFSH (0, ipv6_route_ifname_flags_pref_cmd_vtysh, 
6376        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255>", 
6377        "IP information\n"
6378        "Establish static routes\n"
6379        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
6380        "IPv6 gateway address\n"
6381        "IPv6 gateway interface name\n"
6382        "Emit an ICMP unreachable when matched\n"
6383        "Silently discard pkts when matched\n"
6384        "Distance value for this prefix\n")
6385
6386 DEFSH (0, show_bgp_ipv4_community2_cmd_vtysh, 
6387        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
6388        "Show running system information\n"
6389        "BGP information\n"
6390        "IP information\n"
6391        "Display routes matching the communities\n"
6392        "community number\n"
6393        "Do not send outside local AS (well-known community)\n"
6394        "Do not advertise to any peer (well-known community)\n"
6395        "Do not export to next AS (well-known community)\n"
6396        "community number\n"
6397        "Do not send outside local AS (well-known community)\n"
6398        "Do not advertise to any peer (well-known community)\n"
6399        "Do not export to next AS (well-known community)\n")
6400
6401 DEFSH (0, show_ip_bgp_view_rsclient_cmd_vtysh, 
6402        "show ip bgp view WORD rsclient (A.B.C.D|X:X::X:X)", 
6403        "Show running system information\n"
6404        "IP information\n"
6405        "BGP information\n"
6406        "BGP view\n"
6407        "View name\n"
6408        "Information about Route Server Client\n"
6409        "Neighbor address\nIPv6 address\n")
6410
6411 DEFSH (0, no_ip_route_mask_tag_distance_vrf_cmd_vtysh, 
6412        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
6413        "Negate a command or set its defaults\n"
6414        "IP information\n"
6415        "Establish static routes\n"
6416        "IP destination prefix\n"
6417        "IP destination prefix mask\n"
6418        "IP gateway address\n"
6419        "IP gateway interface name\n"
6420        "Null interface\n"
6421        "Tag of this route\n"
6422        "Tag value\n"
6423        "Distance value for this route\n"
6424        "Specify the VRF\nThe VRF ID\n")
6425
6426 DEFSH (0, show_ip_bgp_vpnv4_rd_summary_cmd_vtysh, 
6427        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn summary", 
6428        "Show running system information\n"
6429        "IP information\n"
6430        "BGP information\n"
6431        "Display VPNv4 NLRI specific information\n"
6432        "Display information for a route distinguisher\n"
6433        "VPN Route Distinguisher\n"
6434        "Summary of BGP neighbor status\n")
6435
6436 DEFSH (0, isis_hello_interval_l1_cmd_vtysh, 
6437        "isis hello-interval <1-600> level-1", 
6438        "IS-IS commands\n"
6439        "Set Hello interval\n"
6440        "Hello interval value\n"
6441        "Holdtime 1 second,  interval depends on multiplier\n"
6442        "Specify hello-interval for level-1 IIHs\n")
6443
6444 DEFSH (0, show_ipv6_route_prefix_vrf_cmd_vtysh, 
6445        "show ipv6 route X:X::X:X/M " "vrf <0-65535>", 
6446        "Show running system information\n"
6447        "IP information\n"
6448        "IPv6 routing table\n"
6449        "IPv6 prefix\n"
6450        "Specify the VRF\nThe VRF ID\n")
6451
6452 DEFSH (0, debug_igmp_trace_cmd_vtysh, 
6453        "debug igmp trace", 
6454        "Debugging functions (see also 'undebug')\n"
6455        "IGMP protocol activity\n"
6456        "IGMP internal daemon activity\n")
6457
6458 DEFSH (0, show_ip_bgp_nexthop_detail_cmd_vtysh, 
6459        "show ip bgp nexthop detail", 
6460        "Show running system information\n"
6461        "IP information\n"
6462        "BGP information\n"
6463        "BGP nexthop table\n")
6464
6465 DEFSH (0, show_bgp_ipv6_safi_cmd_vtysh, 
6466        "show bgp ipv6 (unicast|multicast)", 
6467        "Show running system information\n"
6468        "BGP information\n"
6469        "Address family\n"
6470        "Address Family modifier\n"
6471        "Address Family modifier\n")
6472
6473 DEFSH (0, show_ip_bgp_ipv4_neighbor_advertised_route_cmd_vtysh, 
6474        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
6475        "Show running system information\n"
6476        "IP information\n"
6477        "BGP information\n"
6478        "Address family\n"
6479        "Address Family modifier\n"
6480        "Address Family modifier\n"
6481        "Detailed information on TCP and BGP neighbor connections\n"
6482        "Neighbor to display information about\n"
6483        "Neighbor to display information about\n"
6484        "Display the routes advertised to a BGP neighbor\n")
6485
6486 DEFSH (0, no_debug_ospf_ism_cmd_vtysh, 
6487        "no debug ospf ism", 
6488        "Negate a command or set its defaults\n"
6489        "Debugging functions (see also 'undebug')\n"
6490        "OSPF information\n"
6491        "OSPF Interface State Machine")
6492
6493 DEFSH (0, show_ipv6_ospf6_database_adv_router_linkstate_id_detail_cmd_vtysh, 
6494        "show ipv6 ospf6 database adv-router A.B.C.D linkstate-id A.B.C.D "
6495        "(detail|dump|internal)", 
6496        "Show running system information\n"
6497        "IPv6 information\n"
6498        "Open Shortest Path First (OSPF) for IPv6\n"
6499        "Display Link state database\n"
6500        "Search by Advertising Router\n"
6501        "Specify Advertising Router as IPv4 address notation\n"
6502        "Search by Link state ID\n"
6503        "Specify Link state ID as IPv4 address notation\n"
6504        "Display details of LSAs\n"
6505        "Dump LSAs\n"
6506        "Display LSA's internal information\n"
6507       )
6508
6509 DEFSH (0, no_ripng_default_information_originate_cmd_vtysh, 
6510        "no default-information originate", 
6511        "Negate a command or set its defaults\n"
6512        "Default route information\n"
6513        "Distribute default route\n")
6514
6515 DEFSH (0, show_ip_bgp_neighbor_routes_cmd_vtysh, 
6516        "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes", 
6517        "Show running system information\n"
6518        "IP information\n"
6519        "BGP information\n"
6520        "Detailed information on TCP and BGP neighbor connections\n"
6521        "Neighbor to display information about\n"
6522        "Neighbor to display information about\n"
6523        "Display routes learned from neighbor\n")
6524
6525 DEFSH (0, show_ipv6_ospf6_interface_prefix_cmd_vtysh, 
6526        "show ipv6 ospf6 interface prefix", 
6527        "Show running system information\n"
6528        "IPv6 Information\n"
6529        "Open Shortest Path First (OSPF) for IPv6\n"
6530        "Interface information\n"
6531        "Display connected prefixes to advertise\n"
6532        )
6533
6534 DEFSH (0, no_aggregate_address_mask_summary_as_set_cmd_vtysh, 
6535        "no aggregate-address A.B.C.D A.B.C.D summary-only as-set", 
6536        "Negate a command or set its defaults\n"
6537        "Configure BGP aggregate entries\n"
6538        "Aggregate address\n"
6539        "Aggregate mask\n"
6540        "Filter more specific routes from updates\n"
6541        "Generate AS set path information\n")
6542
6543 DEFSH (0, no_debug_bgp_events_cmd_vtysh, 
6544        "no debug bgp events", 
6545        "Negate a command or set its defaults\n"
6546        "Debugging functions (see also 'undebug')\n"
6547        "BGP information\n"
6548        "BGP events\n")
6549
6550 DEFSH (0, no_match_lcommunity_cmd_vtysh, 
6551        "no match large-community (<1-99>|<100-500>|WORD)", 
6552        "Negate a command or set its defaults\n"
6553        "Match values from routing table\n"
6554        "Match BGP large community list\n"
6555        "Large Community-list number (standard)\n"
6556        "Large Community-list number (expanded)\n"
6557        "Large Community-list name\n")
6558
6559 DEFSH (0, show_ip_route_prefix_longer_vrf_all_cmd_vtysh, 
6560        "show ip route A.B.C.D/M longer-prefixes " "vrf all", 
6561        "Show running system information\n"
6562        "IP information\n"
6563        "IP routing table\n"
6564        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
6565        "Show route matching the specified Network/Mask pair only\n"
6566        "Specify the VRF\nAll VRFs\n")
6567
6568 DEFSH (0, show_bgp_prefix_longer_cmd_vtysh, 
6569        "show bgp X:X::X:X/M longer-prefixes", 
6570        "Show running system information\n"
6571        "BGP information\n"
6572        "IPv6 prefix <network>/<length>\n"
6573        "Display route and more specific routes\n")
6574
6575 DEFSH (0, show_bgp_ipv4_encap_neighbor_routes_cmd_vtysh, 
6576        "show bgp ipv4 encap neighbors A.B.C.D routes", 
6577        "Show running system information\n"
6578        "BGP information\n"
6579        "Address Family\n"
6580        "Display ENCAP NLRI specific information\n"
6581        "Detailed information on TCP and BGP neighbor connections\n"
6582        "Neighbor to display information about\n"
6583        "Display routes learned from neighbor\n")
6584
6585 DEFSH (0, show_bgp_view_neighbor_received_prefix_filter_cmd_vtysh, 
6586        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
6587        "Show running system information\n"
6588        "BGP information\n"
6589        "BGP view\n"
6590        "View name\n"
6591        "Detailed information on TCP and BGP neighbor connections\n"
6592        "Neighbor to display information about\n"
6593        "Neighbor to display information about\n"
6594        "Display information received from a BGP neighbor\n"
6595        "Display the prefixlist filter\n")
6596
6597 DEFSH (0, no_lsp_gen_interval_l2_cmd_vtysh, 
6598        "no lsp-gen-interval level-2", 
6599        "Negate a command or set its defaults\n"
6600        "Minimum interval between regenerating same LSP\n"
6601        "Set interval for level 2 only\n")
6602
6603 DEFSH (0, no_debug_isis_adj_cmd_vtysh, 
6604        "no debug isis adj-packets", 
6605        "Disable debugging functions (see also 'debug')\n"
6606        "IS-IS information\n"
6607        "IS-IS Adjacency related packets\n")
6608
6609 DEFSH (0, ospf_area_stub_no_summary_cmd_vtysh, 
6610        "area (A.B.C.D|<0-4294967295>) stub no-summary", 
6611        "OSPF stub parameters\n"
6612        "OSPF area ID in IP address format\n"
6613        "OSPF area ID as a decimal value\n"
6614        "Configure OSPF area as stub\n"
6615        "Do not inject inter-area routes into stub\n")
6616
6617 DEFSH (0, set_aspath_prepend_lastas_cmd_vtysh, 
6618        "set as-path prepend (last-as) <1-10>", 
6619        "Set values in destination routing protocol\n"
6620        "Transform BGP AS_PATH attribute\n"
6621        "Prepend to the as-path\n"
6622        "Use the peer's AS-number\n"
6623        "Number of times to insert")
6624
6625 DEFSH (0, show_ipv6_bgp_lcommunity4_cmd_vtysh, 
6626        "show ipv6 bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
6627        "Show running system information\n"
6628        "IPv6 information\n"
6629        "BGP information\n"
6630        "Display routes matching the large-communities\n"
6631        "large-community number\n"
6632        "large-community number\n"
6633        "large-community number\n"
6634        "large-community number\n")
6635
6636 DEFSH (0, clear_bgp_ipv6_all_cmd_vtysh, 
6637        "clear bgp ipv6 *", 
6638        "Reset functions\n"
6639        "BGP information\n"
6640        "Address family\n"
6641        "Clear all peers\n")
6642
6643 DEFSH (0, ospf_area_vlink_param4_cmd_vtysh, 
6644        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
6645        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
6646        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
6647        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
6648        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
6649        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
6650        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
6651        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
6652        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
6653        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
6654
6655 DEFSH (0, show_bgp_neighbors_cmd_vtysh, 
6656        "show bgp neighbors", 
6657        "Show running system information\n"
6658        "BGP information\n"
6659        "Detailed information on TCP and BGP neighbor connections\n")
6660
6661 DEFSH (0, neighbor_route_map_cmd_vtysh, 
6662        "neighbor (A.B.C.D|X:X::X:X|WORD) " "route-map WORD (in|out|import|export)", 
6663        "Specify neighbor router\n"
6664        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
6665        "Apply route map to neighbor\n"
6666        "Name of route map\n"
6667        "Apply map to incoming routes\n"
6668        "Apply map to outbound routes\n"
6669        "Apply map to routes going into a Route-Server client's table\n"
6670        "Apply map to routes coming from a Route-Server client")
6671
6672 DEFSH (0, debug_igmp_packets_cmd_vtysh, 
6673        "debug igmp packets", 
6674        "Debugging functions (see also 'undebug')\n"
6675        "IGMP protocol activity\n"
6676        "IGMP protocol packets\n")
6677
6678 DEFSH (0, clear_ip_bgp_all_ipv4_out_cmd_vtysh, 
6679        "clear ip bgp * ipv4 (unicast|multicast) out", 
6680        "Reset functions\n"
6681        "IP information\n"
6682        "BGP information\n"
6683        "Clear all peers\n"
6684        "Address family\n"
6685        "Address Family modifier\n"
6686        "Address Family modifier\n"
6687        "Resend all outbound updates\n")
6688
6689 DEFSH (0, show_bgp_ipv6_encap_rd_cmd_vtysh, 
6690        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn", 
6691        "Show running system information\n"
6692        "BGP information\n"
6693        "Address Family\n"
6694        "Display ENCAP NLRI specific information\n"
6695        "Display information for a route distinguisher\n"
6696        "ENCAP Route Distinguisher\n"
6697        "Display BGP tags for prefixes\n")
6698
6699 DEFSH (0, no_ripng_allow_ecmp_cmd_vtysh, 
6700        "no allow-ecmp", 
6701        "Negate a command or set its defaults\n"
6702        "Allow Equal Cost MultiPath\n")
6703
6704 DEFSH (0, neighbor_timers_cmd_vtysh, 
6705        "neighbor (A.B.C.D|X:X::X:X|WORD) " "timers <0-65535> <0-65535>", 
6706        "Specify neighbor router\n"
6707        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
6708        "BGP per neighbor timers\n"
6709        "Keepalive interval\n"
6710        "Holdtime\n")
6711
6712 DEFSH (0, show_bgp_view_ipv6_neighbor_received_routes_cmd_vtysh, 
6713        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) received-routes", 
6714        "Show running system information\n"
6715        "BGP information\n"
6716        "BGP view\n"
6717        "View name\n"
6718        "Address family\n"
6719        "Detailed information on TCP and BGP neighbor connections\n"
6720        "Neighbor to display information about\n"
6721        "Neighbor to display information about\n"
6722        "Display the received routes from neighbor\n")
6723
6724 DEFSH (0, show_bgp_ipv4_safi_damp_flap_route_map_cmd_vtysh, 
6725        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics route-map WORD", 
6726        "Show running system information\n"
6727        "BGP information\n"
6728        "IP information\n"
6729        "Address Family Modifier\n"
6730        "Address Family Modifier\n"
6731        "Address Family Modifier\n"
6732        "Address Family Modifier\n"
6733        "Display detailed information about dampening\n"
6734        "Display flap statistics of routes\n"
6735        "Display routes matching the route-map\n"
6736        "A route-map to match on\n")
6737
6738 DEFSH (0, ip_irdp_broadcast_cmd_vtysh, 
6739        "ip irdp broadcast", 
6740        "IP information\n"
6741        "ICMP Router discovery on this interface using broadcast\n")
6742
6743 DEFSH (0, show_ip_route_addr_vrf_all_cmd_vtysh, 
6744        "show ip route A.B.C.D " "vrf all", 
6745        "Show running system information\n"
6746        "IP information\n"
6747        "IP routing table\n"
6748        "Network in the IP routing table to display\n"
6749        "Specify the VRF\nAll VRFs\n")
6750
6751 DEFSH (0, debug_ospf_ism_sub_cmd_vtysh, 
6752        "debug ospf ism (status|events|timers)", 
6753        "Debugging functions (see also 'undebug')\n"
6754        "OSPF information\n"
6755        "OSPF Interface State Machine\n"
6756        "ISM Status Information\n"
6757        "ISM Event Information\n"
6758        "ISM TImer Information\n")
6759
6760 DEFSH (0, ospf6_distance_ospf6_inter_intra_external_cmd_vtysh, 
6761        "distance ospf6 inter-area <1-255> intra-area <1-255> external <1-255>", 
6762        "Define an administrative distance\n"
6763        "OSPF6 Administrative distance\n"
6764        "Inter-area routes\n"
6765        "Distance for inter-area routes\n"
6766        "Intra-area routes\n"
6767        "Distance for intra-area routes\n"
6768        "External routes\n"
6769        "Distance for external routes\n")
6770
6771 DEFSH (0, no_lsp_refresh_interval_l2_arg_cmd_vtysh, 
6772        "no lsp-refresh-interval level-2 <1-65235>", 
6773        "Negate a command or set its defaults\n"
6774        "LSP refresh interval for Level 2 only\n"
6775        "LSP refresh interval for Level 2 only in seconds\n")
6776
6777 DEFSH (0, show_isis_topology_l2_cmd_vtysh, 
6778        "show isis topology level-2", 
6779        "Show running system information\n"
6780        "IS-IS information\n"
6781        "IS-IS paths to Intermediate Systems\n"
6782        "Paths to all level-2 routers in the domain\n")
6783
6784 DEFSH (0, clear_bgp_instance_all_soft_cmd_vtysh, 
6785        "clear bgp view WORD * soft", 
6786        "Reset functions\n"
6787        "BGP information\n"
6788        "BGP view\n"
6789        "view name\n"
6790        "Clear all peers\n"
6791        "Soft reconfig inbound and outbound updates\n")
6792
6793 DEFSH (0, show_ipv6_ospf6_route_match_detail_cmd_vtysh, 
6794        "show ipv6 ospf6 route X:X::X:X/M match detail", 
6795        "Show running system information\n"
6796        "IPv6 Information\n"
6797        "Open Shortest Path First (OSPF) for IPv6\n"
6798        "Routing Table\n"
6799        "Specify IPv6 prefix\n"
6800        "Display routes which match the specified route\n"
6801        "Detailed information\n"
6802        )
6803
6804 DEFSH (0, no_isis_hello_multiplier_cmd_vtysh, 
6805        "no isis hello-multiplier", 
6806        "Negate a command or set its defaults\n"
6807        "IS-IS commands\n"
6808        "Set multiplier for Hello holding time\n")
6809
6810 DEFSH (0, no_debug_isis_spfstats_cmd_vtysh, 
6811        "no debug isis spf-statistics", 
6812        "Disable debugging functions (see also 'debug')\n"
6813        "IS-IS information\n"
6814        "IS-IS SPF Timing and Statistic Data\n")
6815
6816 DEFSH (0|0|0|0, show_ipv6_prefix_list_detail_name_cmd_vtysh, 
6817        "show ipv6 prefix-list detail WORD", 
6818        "Show running system information\n"
6819        "IPv6 information\n"
6820        "Build a prefix list\n"
6821        "Detail of prefix lists\n"
6822        "Name of a prefix list\n")
6823
6824 DEFSH (0, no_ip_route_mask_flags_tag_distance2_cmd_vtysh, 
6825        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>", 
6826        "Negate a command or set its defaults\n"
6827        "IP information\n"
6828        "Establish static routes\n"
6829        "IP destination prefix\n"
6830        "IP destination prefix mask\n"
6831        "Emit an ICMP unreachable when matched\n"
6832        "Silently discard pkts when matched\n"
6833        "Tag of this route\n"
6834        "Tag value\n"
6835        "Distance value for this route\n")
6836
6837 DEFSH (0, no_neighbor_unsuppress_map_cmd_vtysh, 
6838        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "unsuppress-map WORD", 
6839        "Negate a command or set its defaults\n"
6840        "Specify neighbor router\n"
6841        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
6842        "Route-map to selectively unsuppress suppressed routes\n"
6843        "Name of route map\n")
6844
6845 DEFSH (0, show_ip_bgp_ipv4_prefix_longer_cmd_vtysh, 
6846        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes", 
6847        "Show running system information\n"
6848        "IP information\n"
6849        "BGP information\n"
6850        "Address family\n"
6851        "Address Family modifier\n"
6852        "Address Family modifier\n"
6853        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
6854        "Display route and more specific routes\n")
6855
6856 DEFSH (0, no_bgp_network_mask_backdoor_cmd_vtysh, 
6857        "no network A.B.C.D mask A.B.C.D backdoor", 
6858        "Negate a command or set its defaults\n"
6859        "Specify a network to announce via BGP\n"
6860        "Network number\n"
6861        "Network mask\n"
6862        "Network mask\n"
6863        "Specify a BGP backdoor route\n")
6864
6865 DEFSH (0|0|0|0|0|0, no_rmap_onmatch_goto_cmd_vtysh, 
6866        "no on-match goto", 
6867        "Negate a command or set its defaults\n"
6868        "Exit policy on matches\n"
6869        "Goto Clause number\n")
6870
6871 DEFSH (0, show_bgp_ipv4_safi_cidr_only_cmd_vtysh, 
6872        "show bgp ipv4 (unicast|multicast) cidr-only", 
6873        "Show running system information\n"
6874        "BGP information\n"
6875        "Address family\n"
6876        "Address Family modifier\n"
6877        "Address Family modifier\n"
6878        "Display only routes with non-natural netmasks\n")
6879
6880 DEFSH (0, ospf6_distance_ospf6_intra_inter_external_cmd_vtysh, 
6881        "distance ospf6 intra-area <1-255> inter-area <1-255> external <1-255>", 
6882        "Define an administrative distance\n"
6883        "OSPF6 Administrative distance\n"
6884        "Intra-area routes\n"
6885        "Distance for intra-area routes\n"
6886        "Inter-area routes\n"
6887        "Distance for inter-area routes\n"
6888        "External routes\n"
6889        "Distance for external routes\n")
6890
6891 DEFSH (0, set_ecommunity_soo_cmd_vtysh, 
6892        "set extcommunity soo .ASN:nn_or_IP-address:nn", 
6893        "Set values in destination routing protocol\n"
6894        "BGP extended community attribute\n"
6895        "Site-of-Origin extended community\n"
6896        "VPN extended community\n")
6897
6898 DEFSH (0, dynamic_hostname_cmd_vtysh, 
6899        "hostname dynamic", 
6900        "Dynamic hostname for IS-IS\n"
6901        "Dynamic hostname\n")
6902
6903 DEFSH (0, ipv6_ospf6_mtu_ignore_cmd_vtysh, 
6904        "ipv6 ospf6 mtu-ignore", 
6905        "IPv6 Information\n"
6906        "Open Shortest Path First (OSPF) for IPv6\n"
6907        "Ignore MTU mismatch on this interface\n"
6908        )
6909
6910 DEFSH (0, show_bgp_statistics_vpnv4_cmd_vtysh, 
6911        "show bgp (ipv4) (vpnv4) statistics", 
6912        "Show running system information\n"
6913        "BGP information\n"
6914        "Address family\n"
6915        "Address Family modifier\n"
6916        "BGP RIB advertisement statistics\n")
6917
6918 DEFSH (0|0, no_set_ip_nexthop_val_cmd_vtysh, 
6919        "no set ip next-hop A.B.C.D", 
6920        "Negate a command or set its defaults\n"
6921        "Set values in destination routing protocol\n"
6922        "IP information\n"
6923        "Next hop address\n"
6924        "IP address of next hop\n")
6925
6926 DEFSH (0, show_isis_interface_cmd_vtysh, 
6927        "show isis interface", 
6928        "Show running system information\n"
6929        "ISIS network information\n"
6930        "ISIS interface\n")
6931
6932 DEFSH (0, no_ip_irdp_cmd_vtysh, 
6933        "no ip irdp", 
6934        "Negate a command or set its defaults\n"
6935        "IP information\n"
6936        "Disable ICMP Router discovery on this interface\n")
6937
6938 DEFSH (0, ipv6_nd_prefix_noval_offlink_cmd_vtysh, 
6939        "ipv6 nd prefix X:X::X:X/M (off-link|)", 
6940        "Interface IPv6 config commands\n"
6941        "Neighbor discovery\n"
6942        "Prefix information\n"
6943        "IPv6 prefix\n"
6944        "Do not use prefix for onlink determination\n")
6945
6946 DEFSH (0, ospf6_log_adjacency_changes_detail_cmd_vtysh, 
6947        "log-adjacency-changes detail", 
6948               "Log changes in adjacency state\n"
6949        "Log all state changes\n")
6950
6951 DEFSH (0, clear_bgp_ipv6_peer_group_soft_out_cmd_vtysh, 
6952        "clear bgp ipv6 peer-group WORD soft out", 
6953        "Reset functions\n"
6954        "BGP information\n"
6955        "Address family\n"
6956        "Clear all members of peer-group\n"
6957        "BGP peer-group name\n"
6958        "Soft reconfig inbound and outbound updates\n"
6959        "Resend all outbound updates\n")
6960
6961 DEFSH (0, show_ip_bgp_damp_flap_statistics_cmd_vtysh, 
6962        "show ip bgp dampening flap-statistics", 
6963        "Show running system information\n"
6964        "IP information\n"
6965        "BGP information\n"
6966        "Display detailed information about dampening\n"
6967        "Display flap statistics of routes\n")
6968
6969 DEFSH (0, test_pim_receive_hello_cmd_vtysh, 
6970        "test pim receive hello INTERFACE A.B.C.D <0-65535> <0-65535> <0-65535> <0-32767> <0-65535> <0-1>[LINE]", 
6971        "Test\n"
6972        "Test PIM protocol\n"
6973        "Test PIM message reception\n"
6974        "Test PIM hello reception from neighbor\n"
6975        "Interface\n"
6976        "Neighbor address\n"
6977        "Neighbor holdtime\n"
6978        "Neighbor DR priority\n"
6979        "Neighbor generation ID\n"
6980        "Neighbor propagation delay (msec)\n"
6981        "Neighbor override interval (msec)\n"
6982        "Neighbor LAN prune delay T-bit\n"
6983        "Neighbor secondary addresses\n")
6984
6985 DEFSH (0, test_igmp_receive_report_cmd_vtysh, 
6986        "test igmp receive report <0-65535> A.B.C.D <1-6> .LINE", 
6987        "Test\n"
6988        "Test IGMP protocol\n"
6989        "Test IGMP message\n"
6990        "Test IGMP report\n"
6991        "Socket\n"
6992        "IGMP group address\n"
6993        "Record type\n"
6994        "Sources\n")
6995
6996 DEFSH (0, no_debug_pim_cmd_vtysh, 
6997        "no debug pim", 
6998        "Negate a command or set its defaults\n"
6999        "Debugging functions (see also 'undebug')\n"
7000        "PIM protocol activity\n")
7001
7002 DEFSH (0, debug_rip_events_cmd_vtysh, 
7003        "debug rip events", 
7004        "Debugging functions (see also 'undebug')\n"
7005        "RIP information\n"
7006        "RIP events\n")
7007
7008 DEFSH (0, show_ipv6_ospf6_route_type_detail_cmd_vtysh, 
7009        "show ipv6 ospf6 route (intra-area|inter-area|external-1|external-2) detail", 
7010        "Show running system information\n"
7011        "IPv6 Information\n"
7012        "Open Shortest Path First (OSPF) for IPv6\n"
7013        "Routing Table\n"
7014        "Display Intra-Area routes\n"
7015        "Display Inter-Area routes\n"
7016        "Display Type-1 External routes\n"
7017        "Display Type-2 External routes\n"
7018        "Detailed information\n"
7019        )
7020
7021 DEFSH (0, show_isis_interface_arg_cmd_vtysh, 
7022        "show isis interface WORD", 
7023        "Show running system information\n"
7024        "ISIS network information\n"
7025        "ISIS interface\n"
7026        "ISIS interface name\n")
7027
7028 DEFSH (0|0|0|0, ip_prefix_list_ge_le_cmd_vtysh, 
7029        "ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
7030        "IP information\n"
7031        "Build a prefix list\n"
7032        "Name of a prefix list\n"
7033        "Specify packets to reject\n"
7034        "Specify packets to forward\n"
7035        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
7036        "Minimum prefix length to be matched\n"
7037        "Minimum prefix length\n"
7038        "Maximum prefix length to be matched\n"
7039        "Maximum prefix length\n")
7040
7041 DEFSH (0, show_bgp_ipv6_vpn_rd_neighbor_advertised_routes_cmd_vtysh, 
7042        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
7043        "Show running system information\n"
7044        "BGP information\n"
7045        "Address Family\n"
7046        "Display VPN NLRI specific information\n"
7047        "Display information for a route distinguisher\n"
7048        "VPN Route Distinguisher\n"
7049        "Detailed information on TCP and BGP neighbor connections\n"
7050        "Neighbor to display information about\n"
7051        "Neighbor to display information about\n"
7052        "Display the routes advertised to a BGP neighbor\n")
7053
7054 DEFSH (0, show_zebra_client_summary_cmd_vtysh, 
7055        "show zebra client summary", 
7056        "Show running system information\n"
7057        "Zebra information brief"
7058        "Client information brief")
7059
7060 DEFSH (0, ip_rip_send_version_2_cmd_vtysh, 
7061        "ip rip send version 2 1", 
7062        "IP information\n"
7063        "Routing Information Protocol\n"
7064        "Advertisement transmission\n"
7065        "Version control\n"
7066        "RIP version 2\n"
7067        "RIP version 1\n")
7068
7069 DEFSH (0, show_ip_bgp_ipv4_community2_cmd_vtysh, 
7070        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
7071        "Show running system information\n"
7072        "IP information\n"
7073        "BGP information\n"
7074        "Address family\n"
7075        "Address Family modifier\n"
7076        "Address Family modifier\n"
7077        "Display routes matching the communities\n"
7078        "community number\n"
7079        "Do not send outside local AS (well-known community)\n"
7080        "Do not advertise to any peer (well-known community)\n"
7081        "Do not export to next AS (well-known community)\n"
7082        "community number\n"
7083        "Do not send outside local AS (well-known community)\n"
7084        "Do not advertise to any peer (well-known community)\n"
7085        "Do not export to next AS (well-known community)\n")
7086
7087 DEFSH (0, no_neighbor_port_cmd_vtysh, 
7088        "no neighbor (A.B.C.D|X:X::X:X) " "port", 
7089        "Negate a command or set its defaults\n"
7090        "Specify neighbor router\n"
7091        "Neighbor address\nIPv6 address\n"
7092        "Neighbor's BGP port\n")
7093
7094 DEFSH (0, link_params_maxbw_cmd_vtysh, 
7095        "max-bw BANDWIDTH", 
7096        "Maximum bandwidth that can be used\n"
7097        "Bytes/second (IEEE floating point format)\n")
7098
7099 DEFSH (0, no_ip_ospf_dead_interval_cmd_vtysh, 
7100        "no ip ospf dead-interval", 
7101        "Negate a command or set its defaults\n"
7102        "IP Information\n"
7103        "OSPF interface commands\n"
7104        "Interval after which a neighbor is declared dead\n")
7105
7106 DEFSH (0, debug_pim_cmd_vtysh, 
7107        "debug pim", 
7108        "Debugging functions (see also 'undebug')\n"
7109        "PIM protocol activity\n")
7110
7111 DEFSH (0, access_list_extended_any_any_cmd_vtysh, 
7112        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any any", 
7113        "Add an access list entry\n"
7114        "IP extended access list\n"
7115        "IP extended access list (expanded range)\n"
7116        "Specify packets to reject\n"
7117        "Specify packets to forward\n"
7118        "Any Internet Protocol\n"
7119        "Any source host\n"
7120        "Any destination host\n")
7121
7122 DEFSH (0, no_debug_isis_csum_cmd_vtysh, 
7123        "no debug isis checksum-errors", 
7124        "Disable debugging functions (see also 'debug')\n"
7125        "IS-IS information\n"
7126        "IS-IS LSP checksum errors\n")
7127
7128 DEFSH (0, show_ip_bgp_damp_flap_route_map_cmd_vtysh, 
7129        "show ip bgp dampening flap-statistics route-map WORD", 
7130        "Show running system information\n"
7131        "IP information\n"
7132        "BGP information\n"
7133        "Display detailed information about dampening\n"
7134        "Display flap statistics of routes\n"
7135        "Display routes matching the route-map\n"
7136        "A route-map to match on\n")
7137
7138 DEFSH (0, debug_zebra_rib_cmd_vtysh, 
7139        "debug zebra rib", 
7140        "Debugging functions (see also 'undebug')\n"
7141        "Zebra configuration\n"
7142        "Debug RIB events\n")
7143
7144 DEFSH (0, no_ospf_area_vlink_authkey_cmd_vtysh, 
7145        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
7146        "(authentication-key|)", 
7147        "Negate a command or set its defaults\n"
7148        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
7149        "Authentication password (key)\n" "The OSPF password (key)")
7150
7151 DEFSH (0, if_no_nhrp_flags_cmd_vtysh, 
7152  "no " "(ip|ipv6)" " nhrp (shortcut|redirect)", 
7153  "Negate a command or set its defaults\n"
7154  "IP information\n" "IPv6 information\n"
7155  "Next Hop Resolution Protocol functions\n"
7156  "Allow shortcut establishment\n"
7157  "Send redirect notifications\n")
7158
7159 DEFSH (0, no_ip_ospf_message_digest_key_addr_cmd_vtysh, 
7160        "no ip ospf message-digest-key <1-255> A.B.C.D", 
7161        "Negate a command or set its defaults\n"
7162        "IP Information\n"
7163        "OSPF interface commands\n"
7164        "Message digest authentication password (key)\n"
7165        "Key ID\n"
7166        "Address of interface")
7167
7168 DEFSH (0, show_ipv6_ospf6_database_linkstate_id_cmd_vtysh, 
7169        "show ipv6 ospf6 database linkstate-id A.B.C.D", 
7170        "Show running system information\n"
7171        "IPv6 information\n"
7172        "Open Shortest Path First (OSPF) for IPv6\n"
7173        "Display Link state database\n"
7174        "Search by Link state ID\n"
7175        "Specify Link state ID as IPv4 address notation\n"
7176       )
7177
7178 DEFSH (0|0|0|0|0, no_match_tag_val_cmd_vtysh, 
7179        "no match tag <1-4294967295>", 
7180        "Negate a command or set its defaults\n"
7181        "Match values from routing table\n"
7182        "Match tag of route\n"
7183        "Metric value\n")
7184
7185 DEFSH (0, rip_network_cmd_vtysh, 
7186        "network (A.B.C.D/M|WORD)", 
7187        "Enable routing on an IP network\n"
7188        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
7189        "Interface name\n")
7190
7191 DEFSH (0, show_bgp_ipv4_cidr_only_cmd_vtysh, 
7192        "show bgp ipv4 cidr-only", 
7193        "Show running system information\n"
7194        "BGP information\n"
7195        "IP information\n"
7196        "Display only routes with non-natural netmasks\n")
7197
7198 DEFSH (0, no_ip_ospf_dead_interval_addr_cmd_vtysh, 
7199        "no ip ospf dead-interval <1-65535> A.B.C.D", 
7200        "Negate a command or set its defaults\n"
7201        "IP Information\n"
7202        "OSPF interface commands\n"
7203        "Interval after which a neighbor is declared dead\n"
7204        "Seconds\n"
7205        "Address of interface")
7206
7207 DEFSH (0, debug_ospf6_spf_process_cmd_vtysh, 
7208        "debug ospf6 spf process", 
7209        "Debugging functions (see also 'undebug')\n"
7210        "Open Shortest Path First (OSPF) for IPv6\n"
7211        "Debug SPF Calculation\n"
7212        "Debug Detailed SPF Process\n"
7213       )
7214
7215 DEFSH (0, no_isis_hello_interval_l2_arg_cmd_vtysh, 
7216        "no isis hello-interval <1-600> level-2", 
7217        "Negate a command or set its defaults\n"
7218        "IS-IS commands\n"
7219        "Set Hello interval\n"
7220        "Hello interval value\n"
7221        "Holdtime 1 second,  interval depends on multiplier\n"
7222        "Specify hello-interval for level-2 IIHs\n")
7223
7224 DEFSH (0, debug_bgp_as4_cmd_vtysh, 
7225        "debug bgp as4", 
7226        "Debugging functions (see also 'undebug')\n"
7227        "BGP information\n"
7228        "BGP AS4 actions\n")
7229
7230 DEFSH (0, ip_rip_receive_version_1_cmd_vtysh, 
7231        "ip rip receive version 1 2", 
7232        "IP information\n"
7233        "Routing Information Protocol\n"
7234        "Advertisement reception\n"
7235        "Version control\n"
7236        "RIP version 1\n"
7237        "RIP version 2\n")
7238
7239 DEFSH (0, no_ip_route_flags_tag_distance_vrf_cmd_vtysh, 
7240        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
7241        "Negate a command or set its defaults\n"
7242        "IP information\n"
7243        "Establish static routes\n"
7244        "IP destination prefix (e.g. 10.0.0.0/8)\n"
7245        "IP gateway address\n"
7246        "IP gateway interface name\n"
7247        "Emit an ICMP unreachable when matched\n"
7248        "Silently discard pkts when matched\n"
7249        "Tag of this route\n"
7250        "Tag value\n"
7251        "Distance value for this route\n"
7252        "Specify the VRF\nThe VRF ID\n")
7253
7254 DEFSH (0, show_bgp_ipv4_safi_community2_cmd_vtysh, 
7255        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
7256        "Show running system information\n"
7257        "BGP information\n"
7258        "Address family\n"
7259        "Address Family modifier\n"
7260        "Address Family modifier\n"
7261        "Display routes matching the communities\n"
7262        "community number\n"
7263        "Do not send outside local AS (well-known community)\n"
7264        "Do not advertise to any peer (well-known community)\n"
7265        "Do not export to next AS (well-known community)\n"
7266        "community number\n"
7267        "Do not send outside local AS (well-known community)\n"
7268        "Do not advertise to any peer (well-known community)\n"
7269        "Do not export to next AS (well-known community)\n")
7270
7271 DEFSH (0, no_ospf_transmit_delay_cmd_vtysh, 
7272        "no ospf transmit-delay", 
7273        "Negate a command or set its defaults\n"
7274        "OSPF interface commands\n"
7275        "Link state transmit delay\n")
7276
7277 DEFSH (0, isis_priority_l1_cmd_vtysh, 
7278        "isis priority <0-127> level-1", 
7279        "IS-IS commands\n"
7280        "Set priority for Designated Router election\n"
7281        "Priority value\n"
7282        "Specify priority for level-1 routing\n")
7283
7284 DEFSH (0, ip_irdp_address_preference_cmd_vtysh, 
7285        "ip irdp address A.B.C.D preference <0-2147483647>", 
7286        "IP information\n"
7287        "Alter ICMP Router discovery preference this interface\n"
7288        "Specify IRDP non-default preference to advertise\n"
7289        "Set IRDP address for advertise\n"
7290        "Preference level\n")
7291
7292 DEFSH (0, no_ripng_offset_list_ifname_cmd_vtysh, 
7293        "no offset-list WORD (in|out) <0-16> IFNAME", 
7294        "Negate a command or set its defaults\n"
7295        "Modify RIPng metric\n"
7296        "Access-list name\n"
7297        "For incoming updates\n"
7298        "For outgoing updates\n"
7299        "Metric value\n"
7300        "Interface to match\n")
7301
7302 DEFSH (0, ip_community_list_name_expanded_cmd_vtysh, 
7303        "ip community-list expanded WORD (deny|permit) .LINE", 
7304        "IP information\n"
7305        "Add a community list entry\n"
7306        "Add an expanded community-list entry\n"
7307        "Community list name\n"
7308        "Specify community to reject\n"
7309        "Specify community to accept\n"
7310        "An ordered list as a regular-expression\n")
7311
7312 DEFSH (0, no_csnp_interval_l1_cmd_vtysh, 
7313        "no isis csnp-interval level-1", 
7314        "Negate a command or set its defaults\n"
7315        "IS-IS commands\n"
7316        "Set CSNP interval in seconds\n"
7317        "Specify interval for level-1 CSNPs\n")
7318
7319 DEFSH (0, show_bgp_ipv4_community_list_exact_cmd_vtysh, 
7320        "show bgp ipv4 community-list (<1-500>|WORD) exact-match", 
7321        "Show running system information\n"
7322        "BGP information\n"
7323        "IP information\n"
7324        "Display routes matching the community-list\n"
7325        "community-list number\n"
7326        "community-list name\n"
7327        "Exact match of the communities\n")
7328
7329 DEFSH (0, no_lsp_refresh_interval_arg_cmd_vtysh, 
7330        "no lsp-refresh-interval <1-65235>", 
7331        "Negate a command or set its defaults\n"
7332        "LSP refresh interval\n"
7333        "LSP refresh interval in seconds\n")
7334
7335 DEFSH (0|0|0, no_router_zebra_cmd_vtysh, 
7336        "no router zebra", 
7337        "Negate a command or set its defaults\n"
7338        "Disable a routing process\n"
7339        "Stop connection to zebra daemon\n")
7340
7341 DEFSH (0, neighbor_attr_unchanged9_cmd_vtysh, 
7342        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med next-hop as-path", 
7343        "Specify neighbor router\n"
7344        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7345        "BGP attribute is propagated unchanged to this neighbor\n"
7346        "Med attribute\n"
7347        "Nexthop attribute\n"
7348        "As-path attribute\n")
7349
7350 DEFSH (0, bgp_damp_unset_cmd_vtysh, 
7351        "no bgp dampening", 
7352        "Negate a command or set its defaults\n"
7353        "BGP Specific commands\n"
7354        "Enable route-flap dampening\n")
7355
7356 DEFSH (0, show_zebra_cmd_vtysh, 
7357        "show zebra", 
7358        "Show running system information\n"
7359        "Zebra information\n")
7360
7361 DEFSH (0, show_bgp_ipv6_safi_neighbor_received_prefix_filter_cmd_vtysh, 
7362        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
7363        "Show running system information\n"
7364        "BGP information\n"
7365        "IP information\n"
7366        "Address Family modifier\n"
7367        "Address Family modifier\n"
7368        "Address Family modifier\n"
7369        "Address Family modifier\n"
7370        "Detailed information on TCP and BGP neighbor connections\n"
7371        "Neighbor to display information about\n"
7372        "Neighbor to display information about\n"
7373        "Display information received from a BGP neighbor\n"
7374        "Display the prefixlist filter\n")
7375
7376 DEFSH (0, no_rip_default_metric_val_cmd_vtysh, 
7377        "no default-metric <1-16>", 
7378        "Negate a command or set its defaults\n"
7379        "Set a metric of redistribute routes\n"
7380        "Default metric\n")
7381
7382 DEFSH (0, no_exec_timeout_cmd_vtysh, 
7383        "no exec-timeout", 
7384        "Negate a command or set its defaults\n"
7385        "Set the EXEC timeout\n")
7386
7387 DEFSH (0, ipv6_route_ifname_tag_vrf_cmd_vtysh, 
7388        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>" "vrf <0-65535>", 
7389        "IP information\n"
7390        "Establish static routes\n"
7391        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
7392        "IPv6 gateway address\n"
7393        "IPv6 gateway interface name\n"
7394        "Set tag for this route\n"
7395        "Tag value\n"
7396        "Specify the VRF\nThe VRF ID\n")
7397
7398 DEFSH (0, no_ip_route_flags_distance_vrf_cmd_vtysh, 
7399        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
7400        "Negate a command or set its defaults\n"
7401        "IP information\n"
7402        "Establish static routes\n"
7403        "IP destination prefix (e.g. 10.0.0.0/8)\n"
7404        "IP gateway address\n"
7405        "IP gateway interface name\n"
7406        "Emit an ICMP unreachable when matched\n"
7407        "Silently discard pkts when matched\n"
7408        "Distance value for this route\n"
7409        "Specify the VRF\nThe VRF ID\n")
7410
7411 DEFSH (0, access_list_exact_cmd_vtysh, 
7412        "access-list WORD (deny|permit) A.B.C.D/M exact-match", 
7413        "Add an access list entry\n"
7414        "IP zebra access-list name\n"
7415        "Specify packets to reject\n"
7416        "Specify packets to forward\n"
7417        "Prefix to match. e.g. 10.0.0.0/8\n"
7418        "Exact match of the prefixes\n")
7419
7420 DEFSH (0, area_passwd_md5_cmd_vtysh, 
7421        "(area-password|domain-password) md5 WORD", 
7422        "Configure the authentication password for an area\n"
7423        "Set the authentication password for a routing domain\n"
7424        "Authentication type\n"
7425        "Level-wide password\n")
7426
7427 DEFSH (0, show_ipv6_route_summary_vrf_all_cmd_vtysh, 
7428        "show ipv6 route summary " "vrf all", 
7429        "Show running system information\n"
7430        "IP information\n"
7431        "IPv6 routing table\n"
7432        "Summary of all IPv6 routes\n"
7433        "Specify the VRF\nAll VRFs\n")
7434
7435 DEFSH (0, no_debug_isis_events_cmd_vtysh, 
7436        "no debug isis events", 
7437        "Disable debugging functions (see also 'debug')\n"
7438        "IS-IS information\n"
7439        "IS-IS Events\n")
7440
7441 DEFSH (0, no_debug_zebra_rib_q_cmd_vtysh, 
7442        "no debug zebra rib queue", 
7443        "Negate a command or set its defaults\n"
7444        "Debugging functions (see also 'undebug')\n"
7445        "Zebra configuration\n"
7446        "Debug zebra RIB\n"
7447        "Debug RIB queueing\n")
7448
7449 DEFSH (0, neighbor_update_source_cmd_vtysh, 
7450        "neighbor (A.B.C.D|X:X::X:X|WORD) " "update-source " "(A.B.C.D|X:X::X:X|WORD)", 
7451        "Specify neighbor router\n"
7452        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7453        "Source of routing updates\n"
7454        "IPv4 address\n" "IPv6 address\n" "Interface name (requires zebra to be running)\n")
7455
7456 DEFSH (0, ospf_network_cmd_vtysh, 
7457        "ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)", 
7458        "OSPF interface commands\n"
7459        "Network type\n"
7460        "Specify OSPF broadcast multi-access network\n"
7461        "Specify OSPF NBMA network\n"
7462        "Specify OSPF point-to-multipoint network\n"
7463        "Specify OSPF point-to-point network\n")
7464
7465 DEFSH (0, no_ip_ospf_mtu_ignore_cmd_vtysh, 
7466       "no ip ospf mtu-ignore", 
7467       "IP Information\n"
7468       "OSPF interface commands\n"
7469       "Disable mtu mismatch detection\n")
7470
7471 DEFSH (0, show_ip_as_path_access_list_cmd_vtysh, 
7472        "show ip as-path-access-list WORD", 
7473        "Show running system information\n"
7474        "IP information\n"
7475        "List AS path access lists\n"
7476        "AS path access list name\n")
7477
7478 DEFSH (0, ip_route_cmd_vtysh, 
7479        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0)", 
7480        "IP information\n"
7481        "Establish static routes\n"
7482        "IP destination prefix (e.g. 10.0.0.0/8)\n"
7483        "IP gateway address\n"
7484        "IP gateway interface name\n"
7485        "Null interface\n")
7486
7487 DEFSH (0, clear_bgp_ipv6_as_in_cmd_vtysh, 
7488        "clear bgp ipv6 " "<1-4294967295>" " in", 
7489        "Reset functions\n"
7490        "BGP information\n"
7491        "Address family\n"
7492        "Clear peers with the AS number\n"
7493        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
7494
7495 DEFSH (0, rip_redistribute_type_metric_cmd_vtysh, 
7496        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " metric <0-16>", 
7497        "Redistribute information from another routing protocol\n"
7498        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
7499        "Metric\n"
7500        "Metric value\n")
7501
7502 DEFSH (0, show_ipv6_route_addr_vrf_all_cmd_vtysh, 
7503        "show ipv6 route X:X::X:X " "vrf all", 
7504        "Show running system information\n"
7505        "IP information\n"
7506        "IPv6 routing table\n"
7507        "IPv6 Address\n"
7508        "Specify the VRF\nAll VRFs\n")
7509
7510 DEFSH (0, match_local_pref_cmd_vtysh, 
7511        "match local-preference <0-4294967295>", 
7512        "Match values from routing table\n"
7513        "Match local-preference of route\n"
7514        "Metric value\n")
7515
7516 DEFSH (0, no_debug_ripng_events_cmd_vtysh, 
7517        "no debug ripng events", 
7518        "Negate a command or set its defaults\n"
7519        "Debugging functions (see also 'undebug')\n"
7520        "RIPng configuration\n"
7521        "Debug option set for ripng events\n")
7522
7523 DEFSH (0, no_bgp_always_compare_med_cmd_vtysh, 
7524        "no bgp always-compare-med", 
7525        "Negate a command or set its defaults\n"
7526        "BGP specific commands\n"
7527        "Allow comparing MED from different neighbors\n")
7528
7529 DEFSH (0, show_ip_igmp_interface_cmd_vtysh, 
7530        "show ip igmp interface", 
7531        "Show running system information\n"
7532        "IP information\n"
7533        "IGMP information\n"
7534        "IGMP interface information\n")
7535
7536 DEFSH (0, no_rip_allow_ecmp_cmd_vtysh, 
7537        "no allow-ecmp", 
7538        "Negate a command or set its defaults\n"
7539        "Allow Equal Cost MultiPath\n")
7540
7541 DEFSH (0, no_debug_ospf6_lsa_hex_cmd_vtysh, 
7542        "no debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix|unknown)", 
7543        "Negate a command or set its defaults\n"
7544        "Debugging functions (see also 'undebug')\n"
7545        "Open Shortest Path First (OSPF) for IPv6\n"
7546        "Debug Link State Advertisements (LSAs)\n"
7547        "Specify LS type as Hexadecimal\n"
7548       )
7549
7550 DEFSH (0, ipv6_route_ifname_flags_tag_vrf_cmd_vtysh, 
7551        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
7552        "IP information\n"
7553        "Establish static routes\n"
7554        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
7555        "IPv6 gateway address\n"
7556        "IPv6 gateway interface name\n"
7557        "Emit an ICMP unreachable when matched\n"
7558        "Silently discard pkts when matched\n"
7559        "Set tag for this route\n"
7560        "Tag value\n"
7561        "Specify the VRF\nThe VRF ID\n")
7562
7563 DEFSH (0, show_bgp_neighbor_received_prefix_filter_cmd_vtysh, 
7564        "show bgp neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
7565        "Show running system information\n"
7566        "BGP information\n"
7567        "Detailed information on TCP and BGP neighbor connections\n"
7568        "Neighbor to display information about\n"
7569        "Neighbor to display information about\n"
7570        "Display information received from a BGP neighbor\n"
7571        "Display the prefixlist filter\n")
7572
7573 DEFSH (0, no_ip_rip_receive_version_num_cmd_vtysh, 
7574        "no ip rip receive version (1|2)", 
7575        "Negate a command or set its defaults\n"
7576        "IP information\n"
7577        "Routing Information Protocol\n"
7578        "Advertisement reception\n"
7579        "Version control\n"
7580        "Version 1\n"
7581        "Version 2\n")
7582
7583 DEFSH (0, ip_rip_receive_version_2_cmd_vtysh, 
7584        "ip rip receive version 2 1", 
7585        "IP information\n"
7586        "Routing Information Protocol\n"
7587        "Advertisement reception\n"
7588        "Version control\n"
7589        "RIP version 2\n"
7590        "RIP version 1\n")
7591
7592 DEFSH (0, link_params_enable_cmd_vtysh, 
7593        "enable", 
7594        "Activate link parameters on this interface\n")
7595
7596 DEFSH (0, neighbor_attr_unchanged4_cmd_vtysh, 
7597        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med (as-path|next-hop)", 
7598        "Specify neighbor router\n"
7599        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7600        "BGP attribute is propagated unchanged to this neighbor\n"
7601        "Med attribute\n"
7602        "As-path attribute\n"
7603        "Nexthop attribute\n")
7604
7605 DEFSH (0, no_set_ecommunity_soo_val_cmd_vtysh, 
7606        "no set extcommunity soo .ASN:nn_or_IP-address:nn", 
7607        "Negate a command or set its defaults\n"
7608        "Set values in destination routing protocol\n"
7609        "BGP extended community attribute\n"
7610        "Site-of-Origin extended community\n"
7611        "VPN extended community\n")
7612
7613 DEFSH (0, debug_ospf6_flooding_cmd_vtysh, 
7614        "debug ospf6 flooding", 
7615        "Debugging functions (see also 'undebug')\n"
7616        "Open Shortest Path First (OSPF) for IPv6\n"
7617        "Debug OSPFv3 flooding function\n"
7618       )
7619
7620 DEFSH (0, link_params_delay_var_cmd_vtysh, 
7621        "delay-variation <0-16777215>", 
7622        "Unidirectional Link Delay Variation\n"
7623        "delay variation in micro-second as decimal (0...16777215)\n")
7624
7625 DEFSH (0|0|0|0, ip_prefix_list_le_ge_cmd_vtysh, 
7626        "ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
7627        "IP information\n"
7628        "Build a prefix list\n"
7629        "Name of a prefix list\n"
7630        "Specify packets to reject\n"
7631        "Specify packets to forward\n"
7632        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
7633        "Maximum prefix length to be matched\n"
7634        "Maximum prefix length\n"
7635        "Minimum prefix length to be matched\n"
7636        "Minimum prefix length\n")
7637
7638 DEFSH (0, no_dump_bgp_all_cmd_vtysh, 
7639        "no dump bgp (all|updates|routes-mrt) [PATH] [INTERVAL]", 
7640        "Negate a command or set its defaults\n"
7641        "Stop dump packet\n"
7642        "Stop BGP packet dump\n"
7643        "Stop dump process all/all-et\n"
7644        "Stop dump process updates/updates-et\n"
7645        "Stop dump process route-mrt\n")
7646
7647 DEFSH (0, match_peer_cmd_vtysh, 
7648        "match peer (A.B.C.D|X:X::X:X)", 
7649        "Match values from routing table\n"
7650        "Match peer address\n"
7651        "IP address of peer\n"
7652        "IPv6 address of peer\n")
7653
7654 DEFSH (0, show_ip_bgp_neighbors_peer_cmd_vtysh, 
7655        "show ip bgp neighbors (A.B.C.D|X:X::X:X)", 
7656        "Show running system information\n"
7657        "IP information\n"
7658        "BGP information\n"
7659        "Detailed information on TCP and BGP neighbor connections\n"
7660        "Neighbor to display information about\n"
7661        "Neighbor to display information about\n")
7662
7663 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_ge_le_cmd_vtysh, 
7664        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
7665        "Negate a command or set its defaults\n"
7666        "IPv6 information\n"
7667        "Build a prefix list\n"
7668        "Name of a prefix list\n"
7669        "sequence number of an entry\n"
7670        "Sequence number\n"
7671        "Specify packets to reject\n"
7672        "Specify packets to forward\n"
7673        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
7674        "Minimum prefix length to be matched\n"
7675        "Minimum prefix length\n"
7676        "Maximum prefix length to be matched\n"
7677        "Maximum prefix length\n")
7678
7679 DEFSH (0, ip_route_mask_flags_vrf_cmd_vtysh, 
7680        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
7681        "IP information\n"
7682        "Establish static routes\n"
7683        "IP destination prefix\n"
7684        "IP destination prefix mask\n"
7685        "IP gateway address\n"
7686        "IP gateway interface name\n"
7687        "Emit an ICMP unreachable when matched\n"
7688        "Silently discard pkts when matched\n"
7689        "Specify the VRF\nThe VRF ID\n")
7690
7691 DEFSH (0, no_debug_ospf6_zebra_sendrecv_cmd_vtysh, 
7692        "no debug ospf6 zebra (send|recv)", 
7693        "Negate a command or set its defaults\n"
7694        "Debugging functions (see also 'undebug')\n"
7695        "Open Shortest Path First (OSPF) for IPv6\n"
7696        "Debug connection between zebra\n"
7697        "Debug Sending zebra\n"
7698        "Debug Receiving zebra\n"
7699       )
7700
7701 DEFSH (0, bgp_distance_source_cmd_vtysh, 
7702        "distance <1-255> A.B.C.D/M", 
7703        "Define an administrative distance\n"
7704        "Administrative distance\n"
7705        "IP source prefix\n")
7706
7707 DEFSH (0, no_isis_priority_l1_arg_cmd_vtysh, 
7708        "no isis priority <0-127> level-1", 
7709        "Negate a command or set its defaults\n"
7710        "IS-IS commands\n"
7711        "Set priority for Designated Router election\n"
7712        "Priority value\n"
7713        "Specify priority for level-1 routing\n")
7714
7715 DEFSH (0, no_psnp_interval_arg_cmd_vtysh, 
7716        "no isis psnp-interval <1-120>", 
7717        "Negate a command or set its defaults\n"
7718        "IS-IS commands\n"
7719        "Set PSNP interval in seconds\n"
7720        "PSNP interval value\n")
7721
7722 DEFSH (0, debug_ospf6_message_cmd_vtysh, 
7723        "debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all)", 
7724        "Debugging functions (see also 'undebug')\n"
7725        "Open Shortest Path First (OSPF) for IPv6\n"
7726        "Debug OSPFv3 message\n"
7727        "Debug Unknown message\n"
7728        "Debug Hello message\n"
7729        "Debug Database Description message\n"
7730        "Debug Link State Request message\n"
7731        "Debug Link State Update message\n"
7732        "Debug Link State Acknowledgement message\n"
7733        "Debug All message\n"
7734        )
7735
7736 DEFSH (0, show_ipv6_ospf6_database_self_originated_cmd_vtysh, 
7737        "show ipv6 ospf6 database self-originated", 
7738        "Show running system information\n"
7739        "IPv6 information\n"
7740        "Open Shortest Path First (OSPF) for IPv6\n"
7741        "Display Self-originated LSAs\n"
7742       )
7743
7744 DEFSH (0, show_bgp_ipv6_safi_rsclient_route_cmd_vtysh, 
7745        "show bgp ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
7746        "Show running system information\n"
7747        "BGP information\n"
7748        "Address family\n"
7749        "Address Family modifier\n"
7750        "Address Family modifier\n"
7751        "Information about Route Server Client\n"
7752        "Neighbor address\nIPv6 address\n"
7753        "Network in the BGP routing table to display\n")
7754
7755 DEFSH (0, show_ip_bgp_filter_list_cmd_vtysh, 
7756        "show ip bgp filter-list WORD", 
7757        "Show running system information\n"
7758        "IP information\n"
7759        "BGP information\n"
7760        "Display routes conforming to the filter-list\n"
7761        "Regular expression access list name\n")
7762
7763 DEFSH (0, show_ip_bgp_ipv4_filter_list_cmd_vtysh, 
7764        "show ip bgp ipv4 (unicast|multicast) filter-list WORD", 
7765        "Show running system information\n"
7766        "IP information\n"
7767        "BGP information\n"
7768        "Address family\n"
7769        "Address Family modifier\n"
7770        "Address Family modifier\n"
7771        "Display routes conforming to the filter-list\n"
7772        "Regular expression access list name\n")
7773
7774 DEFSH (0, no_isis_network_cmd_vtysh, 
7775        "no isis network point-to-point", 
7776        "Negate a command or set its defaults\n"
7777        "IS-IS commands\n"
7778        "Set network type for circuit\n"
7779        "point-to-point network type\n")
7780
7781 DEFSH (0, no_ipv6_route_ifname_flags_pref_tag_cmd_vtysh, 
7782        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>", 
7783        "Negate a command or set its defaults\n"
7784        "IP information\n"
7785        "Establish static routes\n"
7786        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
7787        "IPv6 gateway address\n"
7788        "IPv6 gateway interface name\n"
7789        "Emit an ICMP unreachable when matched\n"
7790        "Silently discard pkts when matched\n"
7791        "Set tag for this route\n"
7792        "Tag value\n"
7793        "Distance value for this prefix\n")
7794
7795 DEFSH (0, show_ip_bgp_instance_neighbors_cmd_vtysh, 
7796        "show ip bgp view WORD neighbors", 
7797        "Show running system information\n"
7798        "IP information\n"
7799        "BGP information\n"
7800        "BGP view\n"
7801        "View name\n"
7802        "Detailed information on TCP and BGP neighbor connections\n")
7803
7804 DEFSH (0, no_debug_ospf_packet_all_cmd_vtysh, 
7805        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all)", 
7806        "Negate a command or set its defaults\n"
7807        "Debugging functions (see also 'undebug')\n"
7808        "OSPF information\n"
7809        "OSPF packets\n"
7810        "OSPF Hello\n"
7811        "OSPF Database Description\n"
7812        "OSPF Link State Request\n"
7813        "OSPF Link State Update\n"
7814        "OSPF Link State Acknowledgment\n"
7815        "OSPF all packets\n")
7816
7817 DEFSH (0, show_ip_bgp_community_exact_cmd_vtysh, 
7818        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
7819        "Show running system information\n"
7820        "IP information\n"
7821        "BGP information\n"
7822        "Display routes matching the communities\n"
7823        "community number\n"
7824        "Do not send outside local AS (well-known community)\n"
7825        "Do not advertise to any peer (well-known community)\n"
7826        "Do not export to next AS (well-known community)\n"
7827        "Exact match of the communities")
7828
7829 DEFSH (0, show_bgp_ipv4_encap_summary_cmd_vtysh, 
7830        "show bgp ipv4 encap summary", 
7831        "Show running system information\n"
7832        "BGP information\n"
7833        "IPv4\n"
7834        "Display ENCAP NLRI specific information\n"
7835        "Summary of BGP neighbor status\n")
7836
7837 DEFSH (0, show_ipv6_mbgp_community_list_cmd_vtysh, 
7838        "show ipv6 mbgp community-list WORD", 
7839        "Show running system information\n"
7840        "IPv6 information\n"
7841        "MBGP information\n"
7842        "Display routes matching the community-list\n"
7843        "community-list name\n")
7844
7845 DEFSH (0, no_ospf_area_vlink_authtype_cmd_vtysh, 
7846        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
7847        "(authentication|)", 
7848        "Negate a command or set its defaults\n"
7849        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
7850        "Enable authentication on this virtual link\n" "dummy string \n")
7851
7852 DEFSH (0, show_ipv6_ospf6_border_routers_cmd_vtysh, 
7853        "show ipv6 ospf6 border-routers", 
7854        "Show running system information\n"
7855        "IPv6 Information\n"
7856        "Open Shortest Path First (OSPF) for IPv6\n"
7857        "Display routing table for ABR and ASBR\n"
7858       )
7859
7860 DEFSH (0, no_isis_mpls_te_on_cmd_vtysh, 
7861        "no mpls-te", 
7862        "Negate a command or set its defaults\n"
7863        "Disable the MPLS-TE functionality\n")
7864
7865 DEFSH (0, show_ipv6_bgp_community_list_exact_cmd_vtysh, 
7866        "show ipv6 bgp community-list WORD exact-match", 
7867        "Show running system information\n"
7868        "IPv6 information\n"
7869        "BGP information\n"
7870        "Display routes matching the community-list\n"
7871        "community-list name\n"
7872        "Exact match of the communities\n")
7873
7874 DEFSH (0, bgp_redistribute_ipv6_rmap_metric_cmd_vtysh, 
7875        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
7876        "Redistribute information from another routing protocol\n"
7877        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
7878        "Route map reference\n"
7879        "Pointer to route-map entries\n"
7880        "Metric for redistributed routes\n"
7881        "Default metric\n")
7882
7883 DEFSH (0, show_bgp_instance_ipv4_summary_cmd_vtysh, 
7884        "show bgp view WORD ipv4 summary", 
7885        "Show running system information\n"
7886        "BGP information\n"
7887        "IP information\n"
7888        "Address Family modifier\n"
7889        "Address Family modifier\n"
7890        "BGP view\n"
7891        "View name\n"
7892        "Summary of BGP neighbor status\n")
7893
7894 DEFSH (0, show_bgp_view_ipv4_rsclient_cmd_vtysh, 
7895        "show bgp view WORD ipv4 rsclient (A.B.C.D|X:X::X:X)", 
7896        "Show running system information\n"
7897        "BGP information\n"
7898        "BGP view\n"
7899        "View name\n"
7900        "Address Family\n"
7901        "Information about Route Server Client\n"
7902        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
7903
7904 DEFSH (0, no_ip_ospf_authentication_cmd_vtysh, 
7905        "no ip ospf authentication", 
7906        "Negate a command or set its defaults\n"
7907        "IP Information\n"
7908        "OSPF interface commands\n"
7909        "Enable authentication on this interface\n")
7910
7911 DEFSH (0, no_match_aspath_val_cmd_vtysh, 
7912        "no match as-path WORD", 
7913        "Negate a command or set its defaults\n"
7914        "Match values from routing table\n"
7915        "Match BGP AS path list\n"
7916        "AS path access-list name\n")
7917
7918 DEFSH (0, no_rip_passive_interface_cmd_vtysh, 
7919        "no passive-interface (IFNAME|default)", 
7920        "Negate a command or set its defaults\n"
7921        "Suppress routing updates on an interface\n"
7922        "Interface name\n"
7923        "default for all interfaces\n")
7924
7925 DEFSH (0, rip_route_cmd_vtysh, 
7926        "route A.B.C.D/M", 
7927        "RIP static route configuration\n"
7928        "IP prefix <network>/<length>\n")
7929
7930 DEFSH (0, area_range_advertise_cmd_vtysh, 
7931        "area A.B.C.D range X:X::X:X/M (advertise|not-advertise)", 
7932        "OSPF area parameters\n"
7933        "Area ID (as an IPv4 notation)\n"
7934        "Configured address range\n"
7935        "Specify IPv6 prefix\n"
7936        )
7937
7938 DEFSH (0, clear_ip_bgp_as_ipv4_soft_out_cmd_vtysh, 
7939        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) soft out", 
7940        "Reset functions\n"
7941        "IP information\n"
7942        "BGP information\n"
7943        "Clear peers with the AS number\n"
7944        "Address family\n"
7945        "Address Family modifier\n"
7946        "Address Family modifier\n"
7947        "Soft reconfig inbound and outbound updates\n"
7948        "Resend all outbound updates\n")
7949
7950 DEFSH (0, show_ip_bgp_ipv4_summary_cmd_vtysh, 
7951        "show ip bgp ipv4 (unicast|multicast) summary", 
7952        "Show running system information\n"
7953        "IP information\n"
7954        "BGP information\n"
7955        "Address family\n"
7956        "Address Family modifier\n"
7957        "Address Family modifier\n"
7958        "Summary of BGP neighbor status\n")
7959
7960 DEFSH (0, show_ipv6_mroute_vrf_all_cmd_vtysh, 
7961        "show ipv6 mroute " "vrf all", 
7962        "Show running system information\n"
7963        "IP information\n"
7964        "IPv6 Multicast routing table\n"
7965        "Specify the VRF\nAll VRFs\n")
7966
7967 DEFSH (0, show_bgp_ipv6_vpn_neighbor_routes_cmd_vtysh, 
7968        "show bgp ipv6 vpn neighbors (A.B.C.D|X:X::X:X) routes", 
7969        "Show running system information\n"
7970        "BGP information\n"
7971        "Address Family\n"
7972        "Display VPN NLRI specific information\n"
7973        "Detailed information on TCP and BGP neighbor connections\n"
7974        "Neighbor to display information about\n"
7975        "Neighbor to display information about\n"
7976        "Display routes learned from neighbor\n")
7977
7978 DEFSH (0, bgp_graceful_restart_cmd_vtysh, 
7979        "bgp graceful-restart", 
7980        "BGP specific commands\n"
7981        "Graceful restart capability parameters\n")
7982
7983 DEFSH (0, no_isis_hello_interval_arg_cmd_vtysh, 
7984        "no isis hello-interval <1-600>", 
7985        "Negate a command or set its defaults\n"
7986        "IS-IS commands\n"
7987        "Set Hello interval\n"
7988        "Hello interval value\n"
7989        "Holdtime 1 second,  interval depends on multiplier\n")
7990
7991 DEFSH (0, aggregate_address_as_set_summary_cmd_vtysh, 
7992        "aggregate-address A.B.C.D/M as-set summary-only", 
7993        "Configure BGP aggregate entries\n"
7994        "Aggregate prefix\n"
7995        "Generate AS set path information\n"
7996        "Filter more specific routes from updates\n")
7997
7998 DEFSH (0, show_bgp_ipv4_vpn_rd_neighbor_routes_cmd_vtysh, 
7999        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
8000        "Show running system information\n"
8001        "BGP information\n"
8002        "Address Family\n"
8003        "Address Family modifier\n"
8004        "Display information for a route distinguisher\n"
8005        "VPN Route Distinguisher\n"
8006        "Detailed information on TCP and BGP neighbor connections\n"
8007        "Neighbor to display information about\n"
8008        "Display routes learned from neighbor\n")
8009
8010 DEFSH (0, no_debug_ospf_zebra_sub_cmd_vtysh, 
8011        "no debug ospf zebra (interface|redistribute)", 
8012        "Negate a command or set its defaults\n"
8013        "Debugging functions (see also 'undebug')\n"
8014        "OSPF information\n"
8015        "OSPF Zebra information\n"
8016        "Zebra interface\n"
8017        "Zebra redistribute\n")
8018
8019 DEFSH (0, show_ip_bgp_ipv4_lcommunity_list_cmd_vtysh, 
8020        "show ip bgp ipv4 (unicast|multicast) large-community-list (<1-500>|WORD)", 
8021        "Show running system information\n"
8022        "IP information\n"
8023        "BGP information\n"
8024        "Address family\n"
8025        "Address Family modifier\n"
8026        "Address Family modifier\n"
8027        "Display routes matching the large-community-list\n"
8028        "large-community-list number\n"
8029        "large-community-list name\n")
8030
8031 DEFSH (0, area_export_list_cmd_vtysh, 
8032        "area A.B.C.D export-list NAME", 
8033        "OSPFv6 area parameters\n"
8034        "OSPFv6 area ID in IP address format\n"
8035        "Set the filter for networks announced to other areas\n"
8036        "Name of the acess-list\n")
8037
8038 DEFSH (0, no_ip_lcommunity_list_name_standard_cmd_vtysh, 
8039        "no ip large-community-list standard WORD (deny|permit) .AA:.AA:NN", 
8040        "Negate a command or set its defaults\n"
8041        "IP information\n"
8042        "Add a large community list entry\n"
8043        "Specify standard large-community-list\n"
8044        "Large Community list name\n"
8045        "Specify large community to reject\n"
8046        "Specify large community to accept\n"
8047        "large community in 'aa:bb:cc' format\n")
8048
8049 DEFSH (0, no_debug_ospf6_brouter_area_cmd_vtysh, 
8050        "no debug ospf6 border-routers area-id", 
8051        "Negate a command or set its defaults\n"
8052        "Debugging functions (see also 'undebug')\n"
8053        "Open Shortest Path First (OSPF) for IPv6\n"
8054        "Debug border router\n"
8055        "Debug border routers in specific Area\n"
8056       )
8057
8058 DEFSH (0, no_debug_mroute_cmd_vtysh, 
8059        "no debug mroute", 
8060        "Negate a command or set its defaults\n"
8061        "Debugging functions (see also 'undebug')\n"
8062        "PIM interaction with kernel MFC cache\n")
8063
8064 DEFSH (0, bgp_cluster_id_cmd_vtysh, 
8065        "bgp cluster-id A.B.C.D", 
8066        "BGP information\n"
8067        "Configure Route-Reflector Cluster-id\n"
8068        "Route-Reflector Cluster-id in IP address format\n")
8069
8070 DEFSH (0, no_ip_rip_authentication_key_chain2_cmd_vtysh, 
8071        "no ip rip authentication key-chain LINE", 
8072        "Negate a command or set its defaults\n"
8073        "IP information\n"
8074        "Routing Information Protocol\n"
8075        "Authentication control\n"
8076        "Authentication key-chain\n"
8077        "name of key-chain\n")
8078
8079 DEFSH (0, auto_cost_reference_bandwidth_cmd_vtysh, 
8080        "auto-cost reference-bandwidth <1-4294967>", 
8081        "Calculate OSPF interface cost according to bandwidth\n"
8082        "Use reference bandwidth method to assign OSPF cost\n"
8083        "The reference bandwidth in terms of Mbits per second\n")
8084
8085 DEFSH (0, show_ipv6_route_cmd_vtysh, 
8086        "show ipv6 route", 
8087        "Show running system information\n"
8088        "IP information\n"
8089        "IPv6 routing table\n")
8090
8091 DEFSH (0, ip_route_mask_tag_distance_vrf_cmd_vtysh, 
8092        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
8093        "IP information\n"
8094        "Establish static routes\n"
8095        "IP destination prefix\n"
8096        "IP destination prefix mask\n"
8097        "IP gateway address\n"
8098        "IP gateway interface name\n"
8099        "Null interface\n"
8100        "Set tag for this route\n"
8101        "Tag value\n"
8102        "Distance value for this route\n"
8103        "Specify the VRF\nThe VRF ID\n")
8104
8105 DEFSH (0, no_debug_ospf_lsa_cmd_vtysh, 
8106        "no debug ospf lsa", 
8107        "Negate a command or set its defaults\n"
8108        "Debugging functions (see also 'undebug')\n"
8109        "OSPF information\n"
8110        "OSPF Link State Advertisement\n")
8111
8112 DEFSH (0, set_origin_cmd_vtysh, 
8113        "set origin (egp|igp|incomplete)", 
8114        "Set values in destination routing protocol\n"
8115        "BGP origin code\n"
8116        "remote EGP\n"
8117        "local IGP\n"
8118        "unknown heritage\n")
8119
8120 DEFSH (0, no_area_filter_list_cmd_vtysh, 
8121        "no area A.B.C.D filter-list prefix WORD (in|out)", 
8122        "Negate a command or set its defaults\n"
8123        "OSPFv6 area parameters\n"
8124        "OSPFv6 area ID in IP address format\n"
8125        "Filter networks between OSPFv6 areas\n"
8126        "Filter prefixes between OSPFv6 areas\n"
8127        "Name of an IPv6 prefix-list\n"
8128        "Filter networks sent to this area\n"
8129        "Filter networks sent from this area\n")
8130
8131 DEFSH (0, show_bgp_view_neighbor_flap_cmd_vtysh, 
8132        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
8133        "Show running system information\n"
8134        "BGP information\n"
8135        "BGP view\n"
8136        "View name\n"
8137        "Detailed information on TCP and BGP neighbor connections\n"
8138        "Neighbor to display information about\n"
8139        "Neighbor to display information about\n"
8140        "Display flap statistics of the routes learned from neighbor\n")
8141
8142 DEFSH (0, clear_zebra_fpm_stats_cmd_vtysh, 
8143        "clear zebra fpm stats", 
8144        "Reset functions\n"
8145        "Zebra information\n"
8146        "Clear Forwarding Path Manager information\n"
8147        "Statistics\n")
8148
8149 DEFSH (0, ip_forwarding_cmd_vtysh, 
8150        "ip forwarding", 
8151        "IP information\n"
8152        "Turn on IP forwarding")
8153
8154 DEFSH (0, no_isis_passive_cmd_vtysh, 
8155        "no isis passive", 
8156        "Negate a command or set its defaults\n"
8157        "IS-IS commands\n"
8158        "Configure the passive mode for interface\n")
8159
8160 DEFSH (0, clear_bgp_peer_group_in_prefix_filter_cmd_vtysh, 
8161        "clear bgp peer-group WORD in prefix-filter", 
8162        "Reset functions\n"
8163        "BGP information\n"
8164        "Clear all members of peer-group\n"
8165        "BGP peer-group name\n"
8166        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
8167        "Push out prefix-list ORF and do inbound soft reconfig\n")
8168
8169 DEFSH (0, clear_bgp_peer_group_soft_out_cmd_vtysh, 
8170        "clear bgp peer-group WORD soft out", 
8171        "Reset functions\n"
8172        "BGP information\n"
8173        "Clear all members of peer-group\n"
8174        "BGP peer-group name\n"
8175        "Soft reconfig inbound and outbound updates\n"
8176        "Resend all outbound updates\n")
8177
8178 DEFSH (0, clear_bgp_as_out_cmd_vtysh, 
8179        "clear bgp " "<1-4294967295>" " out", 
8180        "Reset functions\n"
8181        "BGP information\n"
8182        "Clear peers with the AS number\n"
8183        "Resend all outbound updates\n")
8184
8185 DEFSH (0, isis_hello_multiplier_l2_cmd_vtysh, 
8186        "isis hello-multiplier <2-100> level-2", 
8187        "IS-IS commands\n"
8188        "Set multiplier for Hello holding time\n"
8189        "Hello multiplier value\n"
8190        "Specify hello multiplier for level-2 IIHs\n")
8191
8192 DEFSH (0, show_ipv6_bgp_community3_exact_cmd_vtysh, 
8193        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
8194        "Show running system information\n"
8195        "IPv6 information\n"
8196        "BGP information\n"
8197        "Display routes matching the communities\n"
8198        "community number\n"
8199        "Do not send outside local AS (well-known community)\n"
8200        "Do not advertise to any peer (well-known community)\n"
8201        "Do not export to next AS (well-known community)\n"
8202        "community number\n"
8203        "Do not send outside local AS (well-known community)\n"
8204        "Do not advertise to any peer (well-known community)\n"
8205        "Do not export to next AS (well-known community)\n"
8206        "community number\n"
8207        "Do not send outside local AS (well-known community)\n"
8208        "Do not advertise to any peer (well-known community)\n"
8209        "Do not export to next AS (well-known community)\n"
8210        "Exact match of the communities")
8211
8212 DEFSH (0, show_bgp_instance_ipv6_neighbors_peer_cmd_vtysh, 
8213        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X)", 
8214        "Show running system information\n"
8215        "BGP information\n"
8216        "BGP view\n"
8217        "View name\n"
8218        "Address family\n"
8219        "Detailed information on TCP and BGP neighbor connections\n"
8220        "Neighbor to display information about\n"
8221        "Neighbor to display information about\n")
8222
8223 DEFSH (0, no_ip_route_cmd_vtysh, 
8224        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0)", 
8225        "Negate a command or set its defaults\n"
8226        "IP information\n"
8227        "Establish static routes\n"
8228        "IP destination prefix (e.g. 10.0.0.0/8)\n"
8229        "IP gateway address\n"
8230        "IP gateway interface name\n"
8231        "Null interface\n")
8232
8233 DEFSH (0, neighbor_send_community_type_cmd_vtysh, 
8234        "neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community (both|all|extended|standard|large)", 
8235        "Specify neighbor router\n"
8236        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8237        "Send Community attribute to this neighbor\n"
8238        "Send Standard,  Large and Extended Community attributes\n"
8239        "Send Standard,  Large and Extended Community attributes\n"
8240        "Send Extended Community attributes\n"
8241        "Send Standard Community attributes\n"
8242        "Send Large Community attributes\n")
8243
8244 DEFSH (0, no_ip_ospf_hello_interval_seconds_cmd_vtysh, 
8245        "no ip ospf hello-interval <1-65535>", 
8246        "Negate a command or set its defaults\n"
8247        "IP Information\n"
8248        "OSPF interface commands\n"
8249        "Time between HELLO packets\n"
8250        "Seconds\n")
8251
8252 DEFSH (0, bgp_network_mask_route_map_cmd_vtysh, 
8253        "network A.B.C.D mask A.B.C.D route-map WORD", 
8254        "Specify a network to announce via BGP\n"
8255        "Network number\n"
8256        "Network mask\n"
8257        "Network mask\n"
8258        "Route-map to modify the attributes\n"
8259        "Name of the route map\n")
8260
8261 DEFSH (0, ipv6_route_ifname_flags_cmd_vtysh, 
8262        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole)", 
8263        "IP information\n"
8264        "Establish static routes\n"
8265        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8266        "IPv6 gateway address\n"
8267        "IPv6 gateway interface name\n"
8268        "Emit an ICMP unreachable when matched\n"
8269        "Silently discard pkts when matched\n")
8270
8271 DEFSH (0, no_ip_mroute_dist_vrf_cmd_vtysh, 
8272        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255> " "vrf <0-65535>", 
8273        "IP information\n"
8274        "Configure static unicast route into MRIB for multicast RPF lookup\n"
8275        "IP destination prefix (e.g. 10.0.0.0/8)\n"
8276        "Nexthop address\n"
8277        "Nexthop interface name\n"
8278        "Distance\n"
8279        "Specify the VRF\nThe VRF ID\n")
8280
8281 DEFSH (0, no_bgp_redistribute_ipv4_metric_cmd_vtysh, 
8282        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295>", 
8283        "Negate a command or set its defaults\n"
8284        "Redistribute information from another routing protocol\n"
8285        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
8286        "Metric for redistributed routes\n"
8287        "Default metric\n")
8288
8289 DEFSH (0, clear_ip_bgp_all_vpnv4_out_cmd_vtysh, 
8290        "clear ip bgp * vpnv4 unicast out", 
8291        "Reset functions\n"
8292        "IP information\n"
8293        "BGP information\n"
8294        "Clear all peers\n"
8295        "Address family\n"
8296        "Address Family Modifier\n"
8297        "Resend all outbound updates\n")
8298
8299 DEFSH (0, set_metric_rtt_cmd_vtysh, 
8300        "set metric (rtt|+rtt|-rtt)", 
8301        "Set values in destination routing protocol\n"
8302        "Metric value for destination routing protocol\n"
8303        "Assign round trip time\n"
8304        "Add round trip time\n"
8305        "Subtract round trip time\n")
8306
8307 DEFSH (0, no_debug_rip_packet_direct_cmd_vtysh, 
8308        "no debug rip packet (recv|send)", 
8309        "Negate a command or set its defaults\n"
8310        "Debugging functions (see also 'undebug')\n"
8311        "RIP information\n"
8312        "RIP packet\n"
8313        "RIP option set for receive packet\n"
8314        "RIP option set for send packet\n")
8315
8316 DEFSH (0, no_ip_ospf_message_digest_key_cmd_vtysh, 
8317        "no ip ospf message-digest-key <1-255>", 
8318        "Negate a command or set its defaults\n"
8319        "IP Information\n"
8320        "OSPF interface commands\n"
8321        "Message digest authentication password (key)\n"
8322        "Key ID\n")
8323
8324 DEFSH (0, ip_route_mask_flags_cmd_vtysh, 
8325        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole)", 
8326        "IP information\n"
8327        "Establish static routes\n"
8328        "IP destination prefix\n"
8329        "IP destination prefix mask\n"
8330        "IP gateway address\n"
8331        "IP gateway interface name\n"
8332        "Emit an ICMP unreachable when matched\n"
8333        "Silently discard pkts when matched\n")
8334
8335 DEFSH (0, no_neighbor_weight_val_cmd_vtysh, 
8336        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "weight <0-65535>", 
8337        "Negate a command or set its defaults\n"
8338        "Specify neighbor router\n"
8339        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8340        "Set default weight for routes from this neighbor\n"
8341        "default weight\n")
8342
8343 DEFSH (0, clear_ip_mroute_cmd_vtysh, 
8344        "clear ip mroute", 
8345        "Reset functions\n"
8346        "IP information\n"
8347        "Reset multicast routes\n")
8348
8349 DEFSH (0, isis_hello_multiplier_l1_cmd_vtysh, 
8350        "isis hello-multiplier <2-100> level-1", 
8351        "IS-IS commands\n"
8352        "Set multiplier for Hello holding time\n"
8353        "Hello multiplier value\n"
8354        "Specify hello multiplier for level-1 IIHs\n")
8355
8356 DEFSH (0, clear_ip_bgp_all_encap_soft_out_cmd_vtysh, 
8357        "clear ip bgp * encap unicast soft out", 
8358        "Reset functions\n"
8359        "IP information\n"
8360        "BGP information\n"
8361        "Clear all peers\n"
8362        "Address family\n"
8363        "Address Family Modifier\n"
8364        "Soft reconfig\n"
8365        "Soft reconfig outbound update\n")
8366
8367 DEFSH (0, show_bgp_rsclient_prefix_cmd_vtysh, 
8368        "show bgp rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
8369        "Show running system information\n"
8370        "BGP information\n"
8371        "Information about Route Server Client\n"
8372        "Neighbor address\nIPv6 address\n"
8373        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
8374
8375 DEFSH (0, ospf_area_authentication_message_digest_cmd_vtysh, 
8376        "area (A.B.C.D|<0-4294967295>) authentication message-digest", 
8377        "OSPF area parameters\n"
8378        "OSPF area ID in IP address format\n"
8379        "OSPF area ID as a decimal value\n"
8380        "Enable authentication\n"
8381        "Use message-digest authentication\n")
8382
8383 DEFSH (0, clear_ip_bgp_all_cmd_vtysh, 
8384        "clear ip bgp *", 
8385        "Reset functions\n"
8386        "IP information\n"
8387        "BGP information\n"
8388        "Clear all peers\n")
8389
8390 DEFSH (0, show_ip_pim_interface_cmd_vtysh, 
8391        "show ip pim interface", 
8392        "Show running system information\n"
8393        "IP information\n"
8394        "PIM information\n"
8395        "PIM interface information\n")
8396
8397 DEFSH (0, show_ip_pim_jp_override_interval_cmd_vtysh, 
8398        "show ip pim jp-override-interval", 
8399        "Show running system information\n"
8400        "IP information\n"
8401        "PIM information\n"
8402        "PIM interface J/P override interval\n")
8403
8404 DEFSH (0, show_bgp_ipv4_safi_damp_flap_prefix_list_cmd_vtysh, 
8405        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics prefix-list WORD", 
8406        "Show running system information\n"
8407        "BGP information\n"
8408        "IP information\n"
8409        "Address Family Modifier\n"
8410        "Address Family Modifier\n"
8411        "Address Family Modifier\n"
8412        "Address Family Modifier\n"
8413        "Display detailed information about dampening\n"
8414        "Display flap statistics of routes\n"
8415        "Display routes conforming to the prefix-list\n"
8416        "IP prefix-list name\n")
8417
8418 DEFSH (0, ip_ospf_transmit_delay_cmd_vtysh, 
8419        "ip ospf transmit-delay <1-65535>", 
8420        "IP Information\n"
8421        "OSPF interface commands\n"
8422        "Link state transmit delay\n"
8423        "Seconds\n")
8424
8425 DEFSH (0, show_ipv6_ospf6_simulate_spf_tree_root_cmd_vtysh, 
8426        "show ipv6 ospf6 simulate spf-tree A.B.C.D area A.B.C.D", 
8427        "Show running system information\n"
8428        "IPv6 Information\n"
8429        "Open Shortest Path First (OSPF) for IPv6\n"
8430        "Shortest Path First calculation\n"
8431        "Show SPF tree\n"
8432        "Specify root's router-id to calculate another router's SPF tree\n")
8433
8434 DEFSH (0, neighbor_timers_connect_cmd_vtysh, 
8435        "neighbor (A.B.C.D|X:X::X:X|WORD) " "timers connect <1-65535>", 
8436        "Specify neighbor router\n"
8437        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8438        "BGP per neighbor timers\n"
8439        "BGP connect timer\n"
8440        "Connect timer\n")
8441
8442 DEFSH (0, no_max_lsp_lifetime_arg_cmd_vtysh, 
8443        "no max-lsp-lifetime <350-65535>", 
8444        "Negate a command or set its defaults\n"
8445        "Maximum LSP lifetime\n"
8446        "LSP lifetime in seconds\n")
8447
8448 DEFSH (0, show_ip_bgp_prefix_cmd_vtysh, 
8449        "show ip bgp A.B.C.D/M", 
8450        "Show running system information\n"
8451        "IP information\n"
8452        "BGP information\n"
8453        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
8454
8455 DEFSH (0, show_ipv6_route_prefix_cmd_vtysh, 
8456        "show ipv6 route X:X::X:X/M", 
8457        "Show running system information\n"
8458        "IP information\n"
8459        "IPv6 routing table\n"
8460        "IPv6 prefix\n")
8461
8462 DEFSH (0, no_vrf_netns_cmd_vtysh, 
8463        "no vrf <1-65535> netns NAME", 
8464        "Negate a command or set its defaults\n"
8465        "Enable a VRF\n"
8466        "Specify the VRF identifier\n"
8467        "Associate with a NETNS\n"
8468        "The file name in " "/var/run/netns" ",  or a full pathname\n")
8469
8470 DEFSH (0, show_ip_bgp_damp_flap_cidr_only_cmd_vtysh, 
8471        "show ip bgp dampening flap-statistics cidr-only", 
8472        "Show running system information\n"
8473        "IP information\n"
8474        "BGP information\n"
8475        "Display detailed information about dampening\n"
8476        "Display flap statistics of routes\n"
8477        "Display only routes with non-natural netmasks\n")
8478
8479 DEFSH (0, show_ip_bgp_flap_cidr_only_cmd_vtysh, 
8480        "show ip bgp flap-statistics cidr-only", 
8481        "Show running system information\n"
8482        "IP information\n"
8483        "BGP information\n"
8484        "Display flap statistics of routes\n"
8485        "Display only routes with non-natural netmasks\n")
8486
8487 DEFSH (0, ospf_area_export_list_cmd_vtysh, 
8488        "area (A.B.C.D|<0-4294967295>) export-list NAME", 
8489        "OSPF area parameters\n"
8490        "OSPF area ID in IP address format\n"
8491        "OSPF area ID as a decimal value\n"
8492        "Set the filter for networks announced to other areas\n"
8493        "Name of the access-list\n")
8494
8495 DEFSH (0, show_ip_bgp_ipv4_route_cmd_vtysh, 
8496        "show ip bgp ipv4 (unicast|multicast) A.B.C.D", 
8497        "Show running system information\n"
8498        "IP information\n"
8499        "BGP information\n"
8500        "Address family\n"
8501        "Address Family modifier\n"
8502        "Address Family modifier\n"
8503        "Network in the BGP routing table to display\n")
8504
8505 DEFSH (0, no_ip_ospf_dead_interval_seconds_cmd_vtysh, 
8506        "no ip ospf dead-interval <1-65535>", 
8507        "Negate a command or set its defaults\n"
8508        "IP Information\n"
8509        "OSPF interface commands\n"
8510        "Interval after which a neighbor is declared dead\n"
8511        "Seconds\n")
8512
8513 DEFSH (0, show_ip_bgp_vpnv4_neighbor_prefix_counts_cmd_vtysh, 
8514        "show ip bgp vpnv4 all neighbors (A.B.C.D|X:X::X:X) prefix-counts", 
8515        "Show running system information\n"
8516        "IP information\n"
8517        "BGP information\n"
8518        "Address family\n"
8519        "Address Family modifier\n"
8520        "Address Family modifier\n"
8521        "Detailed information on TCP and BGP neighbor connections\n"
8522        "Neighbor to display information about\n"
8523        "Neighbor to display information about\n"
8524        "Display detailed prefix count information\n")
8525
8526 DEFSH (0, no_debug_isis_upd_cmd_vtysh, 
8527        "no debug isis update-packets", 
8528        "Disable debugging functions (see also 'debug')\n"
8529        "IS-IS information\n"
8530        "IS-IS Update related packets\n")
8531
8532 DEFSH (0, show_bgp_ipv6_lcommunity2_cmd_vtysh, 
8533        "show bgp ipv6 large-community (AA:BB:CC) (AA:BB:CC)", 
8534        "Show running system information\n"
8535        "BGP information\n"
8536        "Address family\n"
8537        "Display routes matching the large-communities\n"
8538        "large-community number\n"
8539        "large-community number\n")
8540
8541 DEFSH (0, debug_ripng_packet_direct_cmd_vtysh, 
8542        "debug ripng packet (recv|send)", 
8543        "Debugging functions (see also 'undebug')\n"
8544        "RIPng configuration\n"
8545        "Debug option set for ripng packet\n"
8546        "Debug option set for receive packet\n"
8547        "Debug option set for send packet\n")
8548
8549 DEFSH (0, clear_ip_bgp_peer_encap_out_cmd_vtysh, 
8550        "clear ip bgp A.B.C.D encap unicast out", 
8551        "Reset functions\n"
8552        "IP information\n"
8553        "BGP information\n"
8554        "BGP neighbor address to clear\n"
8555        "Address family\n"
8556        "Address Family Modifier\n"
8557        "Soft reconfig outbound update\n")
8558
8559 DEFSH (0, show_bgp_ipv6_safi_neighbor_damp_cmd_vtysh, 
8560        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
8561        "Show running system information\n"
8562        "BGP information\n"
8563        "Address Family Modifier\n"
8564        "Address Family Modifier\n"
8565        "Address Family Modifier\n"
8566        "Address Family Modifier\n"
8567        "Detailed information on TCP and BGP neighbor connections\n"
8568        "Neighbor to display information about\n"
8569        "Neighbor to display information about\n"
8570        "Display the dampened routes received from neighbor\n")
8571
8572 DEFSH (0, ipv6_route_ifname_vrf_cmd_vtysh, 
8573        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE " "vrf <0-65535>", 
8574        "IP information\n"
8575        "Establish static routes\n"
8576        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8577        "IPv6 gateway address\n"
8578        "IPv6 gateway interface name\n"
8579        "Specify the VRF\nThe VRF ID\n")
8580
8581 DEFSH (0, show_bgp_view_prefix_cmd_vtysh, 
8582        "show bgp view WORD X:X::X:X/M", 
8583        "Show running system information\n"
8584        "BGP information\n"
8585        "BGP view\n"
8586        "View name\n"
8587        "IPv6 prefix <network>/<length>\n")
8588
8589 DEFSH (0, no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh, 
8590        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> warning-only", 
8591        "Negate a command or set its defaults\n"
8592        "Specify neighbor router\n"
8593        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8594        "Maximum number of prefix accept from this peer\n"
8595        "maximum no. of prefix limit\n"
8596        "Threshold value (%) at which to generate a warning msg\n"
8597        "Only give warning message when limit is exceeded\n")
8598
8599 DEFSH (0, ip_community_list_name_standard2_cmd_vtysh, 
8600        "ip community-list standard WORD (deny|permit)", 
8601        "IP information\n"
8602        "Add a community list entry\n"
8603        "Add a standard community-list entry\n"
8604        "Community list name\n"
8605        "Specify community to reject\n"
8606        "Specify community to accept\n")
8607
8608 DEFSH (0, neighbor_default_originate_rmap_cmd_vtysh, 
8609        "neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate route-map WORD", 
8610        "Specify neighbor router\n"
8611        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8612        "Originate default route to this neighbor\n"
8613        "Route-map to specify criteria to originate default\n"
8614        "route-map name\n")
8615
8616 DEFSH (0, ipv6_address_cmd_vtysh, 
8617        "ipv6 address X:X::X:X/M", 
8618        "Interface IPv6 config commands\n"
8619        "Set the IP address of an interface\n"
8620        "IPv6 address (e.g. 3ffe:506::1/48)\n")
8621
8622 DEFSH (0, no_ip_community_list_name_standard_cmd_vtysh, 
8623        "no ip community-list standard WORD (deny|permit) .AA:NN", 
8624        "Negate a command or set its defaults\n"
8625        "IP information\n"
8626        "Add a community list entry\n"
8627        "Specify a standard community-list\n"
8628        "Community list name\n"
8629        "Specify community to reject\n"
8630        "Specify community to accept\n"
8631        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
8632
8633 DEFSH (0, show_ip_pim_join_cmd_vtysh, 
8634        "show ip pim join", 
8635        "Show running system information\n"
8636        "IP information\n"
8637        "PIM information\n"
8638        "PIM interface join information\n")
8639
8640 DEFSH (0, show_ip_bgp_rsclient_cmd_vtysh, 
8641        "show ip bgp rsclient (A.B.C.D|X:X::X:X)", 
8642        "Show running system information\n"
8643        "IP information\n"
8644        "BGP information\n"
8645        "Information about Route Server Client\n"
8646        "Neighbor address\nIPv6 address\n")
8647
8648 DEFSH (0, no_debug_igmp_events_cmd_vtysh, 
8649        "no debug igmp events", 
8650        "Negate a command or set its defaults\n"
8651        "Debugging functions (see also 'undebug')\n"
8652        "IGMP protocol activity\n"
8653        "IGMP protocol events\n")
8654
8655 DEFSH (0, no_ospf_area_vlink_md5_cmd_vtysh, 
8656        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
8657        "(message-digest-key|) <1-255>", 
8658        "Negate a command or set its defaults\n"
8659        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
8660        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
8661
8662 DEFSH (0, debug_bgp_update_direct_cmd_vtysh, 
8663        "debug bgp updates (in|out)", 
8664        "Debugging functions (see also 'undebug')\n"
8665        "BGP information\n"
8666        "BGP updates\n"
8667        "Inbound updates\n"
8668        "Outbound updates\n")
8669
8670 DEFSH (0, link_params_unrsv_bw_cmd_vtysh, 
8671        "unrsv-bw <0-7> BANDWIDTH", 
8672        "Unreserved bandwidth at each priority level\n"
8673        "Priority\n"
8674        "Bytes/second (IEEE floating point format)\n")
8675
8676 DEFSH (0, no_router_rip_cmd_vtysh, 
8677        "no router rip", 
8678        "Negate a command or set its defaults\n"
8679        "Enable a routing process\n"
8680        "Routing Information Protocol (RIP)\n")
8681
8682 DEFSH (0, no_ipv6_ospf6_mtu_ignore_cmd_vtysh, 
8683        "no ipv6 ospf6 mtu-ignore", 
8684        "Negate a command or set its defaults\n"
8685        "IPv6 Information\n"
8686        "Open Shortest Path First (OSPF) for IPv6\n"
8687        "Ignore MTU mismatch on this interface\n"
8688        )
8689
8690 DEFSH (0, no_set_community_cmd_vtysh, 
8691        "no set community", 
8692        "Negate a command or set its defaults\n"
8693        "Set values in destination routing protocol\n"
8694        "BGP community attribute\n")
8695
8696 DEFSH (0, no_debug_ospf_ism_sub_cmd_vtysh, 
8697        "no debug ospf ism (status|events|timers)", 
8698        "Negate a command or set its defaults\n"
8699        "Debugging functions\n"
8700        "OSPF information\n"
8701        "OSPF Interface State Machine\n"
8702        "ISM Status Information\n"
8703        "ISM Event Information\n"
8704        "ISM Timer Information\n")
8705
8706 DEFSH (0, clear_bgp_all_cmd_vtysh, 
8707        "clear bgp *", 
8708        "Reset functions\n"
8709        "BGP information\n"
8710        "Clear all peers\n")
8711
8712 DEFSH (0, access_list_standard_nomask_cmd_vtysh, 
8713        "access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D", 
8714        "Add an access list entry\n"
8715        "IP standard access list\n"
8716        "IP standard access list (expanded range)\n"
8717        "Specify packets to reject\n"
8718        "Specify packets to forward\n"
8719        "Address to match\n")
8720
8721 DEFSH (0, show_ipv6_mbgp_lcommunity_all_cmd_vtysh, 
8722        "show ipv6 mbgp large-community", 
8723        "Show running system information\n"
8724        "IPv6 information\n"
8725        "MBGP information\n"
8726        "Display routes matching the large-communities\n")
8727
8728 DEFSH (0, no_bgp_bestpath_med_cmd_vtysh, 
8729        "no bgp bestpath med (confed|missing-as-worst)", 
8730        "Negate a command or set its defaults\n"
8731        "BGP specific commands\n"
8732        "Change the default bestpath selection\n"
8733        "MED attribute\n"
8734        "Compare MED among confederation paths\n"
8735        "Treat missing MED as the least preferred one\n")
8736
8737 DEFSH (0, clear_ip_bgp_external_ipv4_soft_cmd_vtysh, 
8738        "clear ip bgp external ipv4 (unicast|multicast) soft", 
8739        "Reset functions\n"
8740        "IP information\n"
8741        "BGP information\n"
8742        "Clear all external peers\n"
8743        "Address family\n"
8744        "Address Family modifier\n"
8745        "Address Family modifier\n"
8746        "Soft reconfig inbound and outbound updates\n")
8747
8748 DEFSH (0, no_set_metric_addsub_cmd_vtysh, 
8749        "no set metric <+/-metric>", 
8750        "Negate a command or set its defaults\n"
8751        "Set values in destination routing protocol\n"
8752        "Metric value for destination routing protocol\n"
8753        "Add or subtract metric\n")
8754
8755 DEFSH (0, ip_route_mask_cmd_vtysh, 
8756        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0)", 
8757        "IP information\n"
8758        "Establish static routes\n"
8759        "IP destination prefix\n"
8760        "IP destination prefix mask\n"
8761        "IP gateway address\n"
8762        "IP gateway interface name\n"
8763        "Null interface\n")
8764
8765 DEFSH (0, no_csnp_interval_l1_arg_cmd_vtysh, 
8766        "no isis csnp-interval <1-600> level-1", 
8767        "Negate a command or set its defaults\n"
8768        "IS-IS commands\n"
8769        "Set CSNP interval in seconds\n"
8770        "CSNP interval value\n"
8771        "Specify interval for level-1 CSNPs\n")
8772
8773 DEFSH (0, clear_ip_bgp_as_soft_out_cmd_vtysh, 
8774        "clear ip bgp " "<1-4294967295>" " soft out", 
8775        "Reset functions\n"
8776        "IP information\n"
8777        "BGP information\n"
8778        "Clear peers with the AS number\n"
8779        "Soft reconfig inbound and outbound updates\n"
8780        "Resend all outbound updates\n")
8781
8782 DEFSH (0, show_bgp_ipv6_vpn_prefix_cmd_vtysh, 
8783        "show bgp ipv6 vpn X:X::X:X/M", 
8784        "Show running system information\n"
8785        "BGP information\n"
8786        "Address Family\n"
8787        "Display VPN NLRI specific information\n"
8788        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
8789
8790 DEFSH (0|0, no_set_ipv6_nexthop_local_val_cmd_vtysh, 
8791        "no set ipv6 next-hop local X:X::X:X", 
8792        "Negate a command or set its defaults\n"
8793        "Set values in destination routing protocol\n"
8794        "IPv6 information\n"
8795        "IPv6 next-hop address\n"
8796        "IPv6 local address\n"
8797        "IPv6 address of next hop\n")
8798
8799 DEFSH (0, clear_ip_bgp_as_in_prefix_filter_cmd_vtysh, 
8800        "clear ip bgp " "<1-4294967295>" " in prefix-filter", 
8801        "Reset functions\n"
8802        "IP information\n"
8803        "BGP information\n"
8804        "Clear peers with the AS number\n"
8805        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
8806        "Push out prefix-list ORF and do inbound soft reconfig\n")
8807
8808 DEFSH (0, no_isis_priority_l2_cmd_vtysh, 
8809        "no isis priority level-2", 
8810        "Negate a command or set its defaults\n"
8811        "IS-IS commands\n"
8812        "Set priority for Designated Router election\n"
8813        "Specify priority for level-2 routing\n")
8814
8815 DEFSH (0, show_bgp_view_neighbor_advertised_route_cmd_vtysh, 
8816        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
8817        "Show running system information\n"
8818        "BGP information\n"
8819        "BGP view\n"
8820        "View name\n"
8821        "Detailed information on TCP and BGP neighbor connections\n"
8822        "Neighbor to display information about\n"
8823        "Neighbor to display information about\n"
8824        "Display the routes advertised to a BGP neighbor\n")
8825
8826 DEFSH (0, show_bgp_ipv4_vpn_prefix_cmd_vtysh, 
8827        "show bgp ipv4 vpn A.B.C.D/M", 
8828        "Show running system information\n"
8829        "BGP information\n"
8830        "IP information\n"
8831        "Display VPN NLRI specific information\n"
8832        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
8833
8834 DEFSH (0, no_ip_route_mask_flags_tag_distance_vrf_cmd_vtysh, 
8835        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
8836        "Negate a command or set its defaults\n"
8837        "IP information\n"
8838        "Establish static routes\n"
8839        "IP destination prefix\n"
8840        "IP destination prefix mask\n"
8841        "IP gateway address\n"
8842        "IP gateway interface name\n"
8843        "Emit an ICMP unreachable when matched\n"
8844        "Silently discard pkts when matched\n"
8845        "Tag of this route\n"
8846        "Tag value\n"
8847        "Distance value for this route\n"
8848        "Specify the VRF\nThe VRF ID\n")
8849
8850 DEFSH (0, show_ipv6_bgp_prefix_cmd_vtysh, 
8851        "show ipv6 bgp X:X::X:X/M", 
8852        "Show running system information\n"
8853        "IP information\n"
8854        "BGP information\n"
8855        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
8856
8857 DEFSH (0, show_bgp_ipv4_safi_lcommunity3_cmd_vtysh, 
8858        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
8859        "Show running system information\n"
8860        "BGP information\n"
8861        "Address family\n"
8862        "Address Family modifier\n"
8863        "Address Family modifier\n"
8864        "Display routes matching the large-communities\n"
8865        "large-community number\n"
8866        "large-community number\n"
8867        "large-community number\n")
8868
8869 DEFSH (0, no_area_passwd_cmd_vtysh, 
8870        "no (area-password|domain-password)", 
8871        "Negate a command or set its defaults\n"
8872        "Configure the authentication password for an area\n"
8873        "Set the authentication password for a routing domain\n")
8874
8875 DEFSH (0, no_ip_rip_authentication_string2_cmd_vtysh, 
8876        "no ip rip authentication string LINE", 
8877        "Negate a command or set its defaults\n"
8878        "IP information\n"
8879        "Routing Information Protocol\n"
8880        "Authentication control\n"
8881        "Authentication string\n"
8882        "Authentication string\n")
8883
8884 DEFSH (0, show_bgp_ipv6_rsclient_prefix_cmd_vtysh, 
8885        "show bgp ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
8886        "Show running system information\n"
8887        "BGP information\n"
8888        "Information about Route Server Client\n"
8889        "Neighbor address\nIPv6 address\n"
8890        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
8891
8892 DEFSH (0, ip_ospf_priority_addr_cmd_vtysh, 
8893        "ip ospf priority <0-255> A.B.C.D", 
8894        "IP Information\n"
8895        "OSPF interface commands\n"
8896        "Router priority\n"
8897        "Priority\n"
8898        "Address of interface")
8899
8900 DEFSH (0, ip_ospf_transmit_delay_addr_cmd_vtysh, 
8901        "ip ospf transmit-delay <1-65535> A.B.C.D", 
8902        "IP Information\n"
8903        "OSPF interface commands\n"
8904        "Link state transmit delay\n"
8905        "Seconds\n"
8906        "Address of interface")
8907
8908 DEFSH (0, no_neighbor_timers_cmd_vtysh, 
8909        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "timers", 
8910        "Negate a command or set its defaults\n"
8911        "Specify neighbor router\n"
8912        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8913        "BGP per neighbor timers\n")
8914
8915 DEFSH (0, ripng_allow_ecmp_cmd_vtysh, 
8916        "allow-ecmp", 
8917        "Allow Equal Cost MultiPath\n")
8918
8919 DEFSH (0, neighbor_maximum_prefix_threshold_warning_cmd_vtysh, 
8920        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> warning-only", 
8921        "Specify neighbor router\n"
8922        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8923        "Maximum number of prefix accept from this peer\n"
8924        "maximum no. of prefix limit\n"
8925        "Threshold value (%) at which to generate a warning msg\n"
8926        "Only give warning message when limit is exceeded\n")
8927
8928 DEFSH (0, no_ip_route_mask_flags_distance_cmd_vtysh, 
8929        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
8930        "Negate a command or set its defaults\n"
8931        "IP information\n"
8932        "Establish static routes\n"
8933        "IP destination prefix\n"
8934        "IP destination prefix mask\n"
8935        "IP gateway address\n"
8936        "IP gateway interface name\n"
8937        "Emit an ICMP unreachable when matched\n"
8938        "Silently discard pkts when matched\n"
8939        "Distance value for this route\n")
8940
8941 DEFSH (0, show_ip_bgp_ipv4_community4_cmd_vtysh, 
8942        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
8943        "Show running system information\n"
8944        "IP information\n"
8945        "BGP information\n"
8946        "Address family\n"
8947        "Address Family modifier\n"
8948        "Address Family modifier\n"
8949        "Display routes matching the communities\n"
8950        "community number\n"
8951        "Do not send outside local AS (well-known community)\n"
8952        "Do not advertise to any peer (well-known community)\n"
8953        "Do not export to next AS (well-known community)\n"
8954        "community number\n"
8955        "Do not send outside local AS (well-known community)\n"
8956        "Do not advertise to any peer (well-known community)\n"
8957        "Do not export to next AS (well-known community)\n"
8958        "community number\n"
8959        "Do not send outside local AS (well-known community)\n"
8960        "Do not advertise to any peer (well-known community)\n"
8961        "Do not export to next AS (well-known community)\n"
8962        "community number\n"
8963        "Do not send outside local AS (well-known community)\n"
8964        "Do not advertise to any peer (well-known community)\n"
8965        "Do not export to next AS (well-known community)\n")
8966
8967 DEFSH (0, neighbor_attr_unchanged6_cmd_vtysh, 
8968        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path med next-hop", 
8969        "Specify neighbor router\n"
8970        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8971        "BGP attribute is propagated unchanged to this neighbor\n"
8972        "As-path attribute\n"
8973        "Med attribute\n"
8974        "Nexthop attribute\n")
8975
8976 DEFSH (0, no_if_ipv6_rmap_cmd_vtysh, 
8977        "no route-map ROUTEMAP_NAME (in|out) IFNAME", 
8978        "Negate a command or set its defaults\n"
8979        "Route map unset\n"
8980        "Route map name\n"
8981        "Route map for input filtering\n"
8982        "Route map for output filtering\n"
8983        "Route map interface name\n")
8984
8985 DEFSH (0, no_debug_ospf_lsa_sub_cmd_vtysh, 
8986        "no debug ospf lsa (generate|flooding|install|refresh)", 
8987        "Negate a command or set its defaults\n"
8988        "Debugging functions (see also 'undebug')\n"
8989        "OSPF information\n"
8990        "OSPF Link State Advertisement\n"
8991        "LSA Generation\n"
8992        "LSA Flooding\n"
8993        "LSA Install/Delete\n"
8994        "LSA Refres\n")
8995
8996 DEFSH (0, show_bgp_community4_exact_cmd_vtysh, 
8997        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
8998        "Show running system information\n"
8999        "BGP information\n"
9000        "Display routes matching the communities\n"
9001        "community number\n"
9002        "Do not send outside local AS (well-known community)\n"
9003        "Do not advertise to any peer (well-known community)\n"
9004        "Do not export to next AS (well-known community)\n"
9005        "community number\n"
9006        "Do not send outside local AS (well-known community)\n"
9007        "Do not advertise to any peer (well-known community)\n"
9008        "Do not export to next AS (well-known community)\n"
9009        "community number\n"
9010        "Do not send outside local AS (well-known community)\n"
9011        "Do not advertise to any peer (well-known community)\n"
9012        "Do not export to next AS (well-known community)\n"
9013        "community number\n"
9014        "Do not send outside local AS (well-known community)\n"
9015        "Do not advertise to any peer (well-known community)\n"
9016        "Do not export to next AS (well-known community)\n"
9017        "Exact match of the communities")
9018
9019 DEFSH (0, match_community_cmd_vtysh, 
9020        "match community (<1-99>|<100-500>|WORD)", 
9021        "Match values from routing table\n"
9022        "Match BGP community list\n"
9023        "Community-list number (standard)\n"
9024        "Community-list number (expanded)\n"
9025        "Community-list name\n")
9026
9027 DEFSH (0, no_access_list_extended_host_mask_cmd_vtysh, 
9028        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D A.B.C.D A.B.C.D", 
9029        "Negate a command or set its defaults\n"
9030        "Add an access list entry\n"
9031        "IP extended access list\n"
9032        "IP extended access list (expanded range)\n"
9033        "Specify packets to reject\n"
9034        "Specify packets to forward\n"
9035        "Any Internet Protocol\n"
9036        "A single source host\n"
9037        "Source address\n"
9038        "Destination address\n"
9039        "Destination Wildcard bits\n")
9040
9041 DEFSH (0, no_is_type_cmd_vtysh, 
9042        "no is-type (level-1|level-1-2|level-2-only)", 
9043        "Negate a command or set its defaults\n"
9044        "IS Level for this routing process (OSI only)\n"
9045        "Act as a station router only\n"
9046        "Act as both a station router and an area router\n"
9047        "Act as an area router only\n")
9048
9049 DEFSH (0, show_ip_community_list_cmd_vtysh, 
9050        "show ip community-list", 
9051        "Show running system information\n"
9052        "IP information\n"
9053        "List community-list\n")
9054
9055 DEFSH (0, no_ipv6_nd_homeagent_preference_val_cmd_vtysh, 
9056        "no ipv6 nd home-agent-preference <0-65535>", 
9057        "Negate a command or set its defaults\n"
9058        "Interface IPv6 config commands\n"
9059        "Neighbor discovery\n"
9060        "Home Agent preference\n"
9061        "preference value (default is 0,  least preferred)\n")
9062
9063 DEFSH (0, debug_bgp_as4_segment_cmd_vtysh, 
9064        "debug bgp as4 segment", 
9065        "Debugging functions (see also 'undebug')\n"
9066        "BGP information\n"
9067        "BGP AS4 actions\n"
9068        "BGP AS4 aspath segment handling\n")
9069
9070 DEFSH (0, show_ip_ospf_router_info_cmd_vtysh, 
9071        "show ip ospf router-info", 
9072        "Show running system information\n"
9073        "IP information\n"
9074        "OSPF information\n"
9075        "Router Information\n")
9076
9077 DEFSH (0, isis_network_cmd_vtysh, 
9078        "isis network point-to-point", 
9079        "IS-IS commands\n"
9080        "Set network type\n"
9081        "point-to-point network type\n")
9082
9083 DEFSH (0, show_zebra_client_cmd_vtysh, 
9084        "show zebra client", 
9085        "Show running system information\n"
9086        "Zebra information"
9087        "Client information")
9088
9089 DEFSH (0, ipv6_route_tag_vrf_cmd_vtysh, 
9090        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>" "vrf <0-65535>", 
9091        "IP information\n"
9092        "Establish static routes\n"
9093        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
9094        "IPv6 gateway address\n"
9095        "IPv6 gateway interface name\n"
9096        "Set tag for this route\n"
9097        "Tag value\n"
9098        "Specify the VRF\nThe VRF ID\n")
9099
9100 DEFSH (0, clear_bgp_all_rsclient_cmd_vtysh, 
9101        "clear bgp * rsclient", 
9102        "Reset functions\n"
9103        "BGP information\n"
9104        "Clear all peers\n"
9105        "Soft reconfig for rsclient RIB\n")
9106
9107 DEFSH (0|0, no_debug_isis_lsp_sched_cmd_vtysh, 
9108        "no debug isis lsp-gen", 
9109        "Disable debugging functions (see also 'debug')\n"
9110        "IS-IS information\n"
9111        "IS-IS scheduling of LSP generation\n")
9112
9113 DEFSH (0, show_ipv6_ospf6_database_type_linkstate_id_detail_cmd_vtysh, 
9114        "show ipv6 ospf6 database "
9115        "(router|network|inter-prefix|inter-router|as-external|"
9116        "group-membership|type-7|link|intra-prefix) linkstate-id A.B.C.D "
9117        "(detail|dump|internal)", 
9118        "Show running system information\n"
9119        "IPv6 information\n"
9120        "Open Shortest Path First (OSPF) for IPv6\n"
9121        "Display Link state database\n"
9122        "Display Router LSAs\n"
9123        "Display Network LSAs\n"
9124        "Display Inter-Area-Prefix LSAs\n"
9125        "Display Inter-Area-Router LSAs\n"
9126        "Display As-External LSAs\n"
9127        "Display Group-Membership LSAs\n"
9128        "Display Type-7 LSAs\n"
9129        "Display Link LSAs\n"
9130        "Display Intra-Area-Prefix LSAs\n"
9131        "Search by Link state ID\n"
9132        "Specify Link state ID as IPv4 address notation\n"
9133        "Display details of LSAs\n"
9134        "Dump LSAs\n"
9135        "Display LSA's internal information\n"
9136       )
9137
9138 DEFSH (0, clear_bgp_peer_group_in_cmd_vtysh, 
9139        "clear bgp peer-group WORD in", 
9140        "Reset functions\n"
9141        "BGP information\n"
9142        "Clear all members of peer-group\n"
9143        "BGP peer-group name\n"
9144        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
9145
9146 DEFSH (0, no_ip_irdp_shutdown_cmd_vtysh, 
9147        "no ip irdp shutdown", 
9148        "Negate a command or set its defaults\n"
9149        "IP information\n"
9150        "ICMP Router discovery no shutdown on this interface\n")
9151
9152 DEFSH (0, no_ip_route_distance_vrf_cmd_vtysh, 
9153        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
9154        "Negate a command or set its defaults\n"
9155        "IP information\n"
9156        "Establish static routes\n"
9157        "IP destination prefix (e.g. 10.0.0.0/8)\n"
9158        "IP gateway address\n"
9159        "IP gateway interface name\n"
9160        "Null interface\n"
9161        "Distance value for this route\n"
9162        "Specify the VRF\nThe VRF ID\n")
9163
9164 DEFSH (0, show_bgp_ipv6_safi_flap_prefix_list_cmd_vtysh, 
9165        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics prefix-list WORD", 
9166        "Show running system information\n"
9167        "BGP information\n"
9168        "IPv6 information\n"
9169        "Address Family Modifier\n"
9170        "Address Family Modifier\n"
9171        "Address Family Modifier\n"
9172        "Address Family Modifier\n"
9173        "Display flap statistics of routes\n"
9174        "Display routes conforming to the prefix-list\n"
9175        "IP prefix-list name\n")
9176
9177 DEFSH (0, debug_bgp_events_cmd_vtysh, 
9178        "debug bgp events", 
9179        "Debugging functions (see also 'undebug')\n"
9180        "BGP information\n"
9181        "BGP events\n")
9182
9183 DEFSH (0, show_bgp_ipv4_safi_damp_flap_filter_list_cmd_vtysh, 
9184        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics filter-list WORD", 
9185        "Show running system information\n"
9186        "BGP information\n"
9187        "IP information\n"
9188        "Address Family modifier\n"
9189        "Address Family modifier\n"
9190        "Address Family modifier\n"
9191        "Address Family modifier\n"
9192        "Display detailed information about dampening\n"
9193        "Display flap statistics of routes\n"
9194        "Display routes conforming to the filter-list\n"
9195        "Regular expression access list name\n")
9196
9197 DEFSH (0, ipv6_nd_prefix_val_rev_cmd_vtysh, 
9198        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
9199        "(<0-4294967295>|infinite) (no-autoconfig|) (off-link|)", 
9200        "Interface IPv6 config commands\n"
9201        "Neighbor discovery\n"
9202        "Prefix information\n"
9203        "IPv6 prefix\n"
9204        "Valid lifetime in seconds\n"
9205        "Infinite valid lifetime\n"
9206        "Preferred lifetime in seconds\n"
9207        "Infinite preferred lifetime\n"
9208        "Do not use prefix for autoconfiguration\n"
9209        "Do not use prefix for onlink determination\n")
9210
9211 DEFSH (0, no_set_ipv6_nexthop_global_val_cmd_vtysh, 
9212        "no set ipv6 next-hop global X:X::X:X", 
9213        "Negate a command or set its defaults\n"
9214        "Set values in destination routing protocol\n"
9215        "IPv6 information\n"
9216        "IPv6 next-hop address\n"
9217        "IPv6 global address\n"
9218        "IPv6 address of next hop\n")
9219
9220 DEFSH (0, metric_style_cmd_vtysh, 
9221        "metric-style (narrow|transition|wide)", 
9222        "Use old-style (ISO 10589) or new-style packet formats\n"
9223        "Use old style of TLVs with narrow metric\n"
9224        "Send and accept both styles of TLVs during transition\n"
9225        "Use new style of TLVs to carry wider metric\n")
9226
9227 DEFSH (0|0, no_set_ipv6_nexthop_local_cmd_vtysh, 
9228        "no set ipv6 next-hop local", 
9229        "Negate a command or set its defaults\n"
9230        "Set values in destination routing protocol\n"
9231        "IPv6 information\n"
9232        "IPv6 next-hop address\n"
9233        "IPv6 local address\n")
9234
9235 DEFSH (0, no_neighbor_default_originate_rmap_cmd_vtysh, 
9236        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate route-map WORD", 
9237        "Negate a command or set its defaults\n"
9238        "Specify neighbor router\n"
9239        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9240        "Originate default route to this neighbor\n"
9241        "Route-map to specify criteria to originate default\n"
9242        "route-map name\n")
9243
9244 DEFSH (0, show_bgp_ipv4_safi_flap_cidr_only_cmd_vtysh, 
9245        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics cidr-only", 
9246        "Show running system information\n"
9247        "BGP information\n"
9248        "Address Family\n"
9249        "Address Family Modifier\n"
9250        "Address Family Modifier\n"
9251        "Address Family Modifier\n"
9252        "Address Family Modifier\n"
9253        "Display flap statistics of routes\n"
9254        "Display only routes with non-natural netmasks\n")
9255
9256 DEFSH (0, show_ip_bgp_ipv4_community3_cmd_vtysh, 
9257        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
9258        "Show running system information\n"
9259        "IP information\n"
9260        "BGP information\n"
9261        "Address family\n"
9262        "Address Family modifier\n"
9263        "Address Family modifier\n"
9264        "Display routes matching the communities\n"
9265        "community number\n"
9266        "Do not send outside local AS (well-known community)\n"
9267        "Do not advertise to any peer (well-known community)\n"
9268        "Do not export to next AS (well-known community)\n"
9269        "community number\n"
9270        "Do not send outside local AS (well-known community)\n"
9271        "Do not advertise to any peer (well-known community)\n"
9272        "Do not export to next AS (well-known community)\n"
9273        "community number\n"
9274        "Do not send outside local AS (well-known community)\n"
9275        "Do not advertise to any peer (well-known community)\n"
9276        "Do not export to next AS (well-known community)\n")
9277
9278 DEFSH (0, show_ip_bgp_view_route_cmd_vtysh, 
9279        "show ip bgp view WORD A.B.C.D", 
9280        "Show running system information\n"
9281        "IP information\n"
9282        "BGP information\n"
9283        "BGP view\n"
9284        "View name\n"
9285        "Network in the BGP routing table to display\n")
9286
9287 DEFSH (0, clear_ip_bgp_peer_out_cmd_vtysh, 
9288        "clear ip bgp A.B.C.D out", 
9289        "Reset functions\n"
9290        "IP information\n"
9291        "BGP information\n"
9292        "BGP neighbor address to clear\n"
9293        "Resend all outbound updates\n")
9294
9295 DEFSH (0, set_atomic_aggregate_cmd_vtysh, 
9296        "set atomic-aggregate", 
9297        "Set values in destination routing protocol\n"
9298        "BGP atomic aggregate attribute\n" )
9299
9300 DEFSH (0, no_match_ip_route_source_prefix_list_val_cmd_vtysh, 
9301        "no match ip route-source prefix-list WORD", 
9302        "Negate a command or set its defaults\n"
9303        "Match values from routing table\n"
9304        "IP information\n"
9305        "Match advertising source address of route\n"
9306        "Match entries of prefix-lists\n"
9307        "IP prefix-list name\n")
9308
9309 DEFSH (0, show_ipv6_ospf6_database_adv_router_cmd_vtysh, 
9310        "show ipv6 ospf6 database adv-router A.B.C.D", 
9311        "Show running system information\n"
9312        "IPv6 information\n"
9313        "Open Shortest Path First (OSPF) for IPv6\n"
9314        "Display Link state database\n"
9315        "Search by Advertising Router\n"
9316        "Specify Advertising Router as IPv4 address notation\n"
9317       )
9318
9319 DEFSH (0, show_bgp_ipv6_vpn_rd_route_cmd_vtysh, 
9320        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn X:X::X:X", 
9321        "Show running system information\n"
9322        "BGP information\n"
9323        "Address Family\n"
9324        "Display VPN NLRI specific information\n"
9325        "Display information for a route distinguisher\n"
9326        "VPN Route Distinguisher\n"
9327        "Network in the BGP routing table to display\n")
9328
9329 DEFSH (0, ip_lcommunity_list_expanded_cmd_vtysh, 
9330        "ip large-community-list <100-500> (deny|permit) .LINE", 
9331        "IP information\n"
9332        "Add a large community list entry\n"
9333        "Large Community list number (expanded)\n"
9334        "Specify large community to reject\n"
9335        "Specify large community to accept\n"
9336        "An ordered list as a regular-expression\n")
9337
9338 DEFSH (0, ospf6_routemap_set_forwarding_cmd_vtysh, 
9339        "set forwarding-address X:X::X:X", 
9340        "Set value\n"
9341        "Forwarding Address\n"
9342        "IPv6 Address\n")
9343
9344 DEFSH (0, no_ospf_opaque_capable_cmd_vtysh, 
9345        "no ospf opaque-lsa", 
9346        "Negate a command or set its defaults\n"
9347        "OSPF specific commands\n"
9348        "Disable the Opaque-LSA capability (rfc2370)\n")
9349
9350 DEFSH (0, no_ipv6_route_ifname_vrf_cmd_vtysh, 
9351        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE " "vrf <0-65535>", 
9352        "Negate a command or set its defaults\n"
9353        "IP information\n"
9354        "Establish static routes\n"
9355        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
9356        "IPv6 gateway address\n"
9357        "IPv6 gateway interface name\n"
9358        "Specify the VRF\nThe VRF ID\n")
9359
9360 DEFSH (0, no_lsp_refresh_interval_cmd_vtysh, 
9361        "no lsp-refresh-interval", 
9362        "Negate a command or set its defaults\n"
9363        "LSP refresh interval in seconds\n")
9364
9365 DEFSH (0, ipv6_route_ifname_flags_pref_tag_cmd_vtysh, 
9366        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>", 
9367        "IP information\n"
9368        "Establish static routes\n"
9369        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
9370        "IPv6 gateway address\n"
9371        "IPv6 gateway interface name\n"
9372        "Emit an ICMP unreachable when matched\n"
9373        "Silently discard pkts when matched\n"
9374        "Set tag for this route\n"
9375        "Tag value\n"
9376        "Distance value for this prefix\n")
9377
9378 DEFSH (0, show_bgp_instance_ipv4_safi_summary_cmd_vtysh, 
9379        "show bgp view WORD ipv4 (unicast|multicast) summary", 
9380        "Show running system information\n"
9381        "BGP information\n"
9382        "BGP view\n"
9383        "View name\n"
9384        "Address family\n"
9385        "Address Family modifier\n"
9386        "Address Family modifier\n"
9387        "Summary of BGP neighbor status\n")
9388
9389 DEFSH (0, clear_ip_bgp_instance_all_soft_cmd_vtysh, 
9390        "clear ip bgp view WORD * soft", 
9391        "Reset functions\n"
9392        "IP information\n"
9393        "BGP information\n"
9394        "BGP view\n"
9395        "view name\n"
9396        "Clear all peers\n"
9397        "Soft reconfig inbound and outbound updates\n")
9398
9399 DEFSH (0, no_lsp_refresh_interval_l2_cmd_vtysh, 
9400        "no lsp-refresh-interval level-2", 
9401        "Negate a command or set its defaults\n"
9402        "LSP refresh interval for Level 2 only in seconds\n")
9403
9404 DEFSH (0, no_ipv6_access_list_remark_cmd_vtysh, 
9405        "no ipv6 access-list WORD remark", 
9406        "Negate a command or set its defaults\n"
9407        "IPv6 information\n"
9408        "Add an access list entry\n"
9409        "IPv6 zebra access-list\n"
9410        "Access list entry comment\n")
9411
9412 DEFSH (0, rip_redistribute_rip_cmd_vtysh, 
9413        "redistribute rip", 
9414        "Redistribute information from another routing protocol\n"
9415        "Routing Information Protocol (RIP)\n")
9416
9417 DEFSH (0, debug_bgp_nht_cmd_vtysh, 
9418        "debug bgp nht", 
9419        "Debugging functions (see also 'undebug')\n"
9420        "BGP information\n"
9421        "BGP nexthop tracking events\n")
9422
9423 DEFSH (0, no_ospf_area_stub_no_summary_cmd_vtysh, 
9424        "no area (A.B.C.D|<0-4294967295>) stub no-summary", 
9425        "Negate a command or set its defaults\n"
9426        "OSPF area parameters\n"
9427        "OSPF area ID in IP address format\n"
9428        "OSPF area ID as a decimal value\n"
9429        "Configure OSPF area as stub\n"
9430        "Do not inject inter-area routes into area\n")
9431
9432 DEFSH (0, debug_isis_events_cmd_vtysh, 
9433        "debug isis events", 
9434        "Debugging functions (see also 'undebug')\n"
9435        "IS-IS information\n"
9436        "IS-IS Events\n")
9437
9438 DEFSH (0, show_bgp_ipv6_lcommunity_list_cmd_vtysh, 
9439        "show bgp ipv6 large-community-list (<1-500>|WORD)", 
9440        "Show running system information\n"
9441        "BGP information\n"
9442        "Address family\n"
9443        "Display routes matching the large-community-list\n"
9444        "large-community-list number\n"
9445        "large-community-list name\n")
9446
9447 DEFSH (0, no_debug_isis_lupd_cmd_vtysh, 
9448        "no debug isis local-updates", 
9449        "Disable debugging functions (see also 'debug')\n"
9450        "IS-IS information\n"
9451        "IS-IS local update packets\n")
9452
9453 DEFSH (0, clear_ip_bgp_all_ipv4_in_cmd_vtysh, 
9454        "clear ip bgp * ipv4 (unicast|multicast) in", 
9455        "Reset functions\n"
9456        "IP information\n"
9457        "BGP information\n"
9458        "Clear all peers\n"
9459        "Address family\n"
9460        "Address Family modifier\n"
9461        "Address Family modifier\n"
9462        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
9463
9464 DEFSH (0, ip_route_mask_flags_distance2_cmd_vtysh, 
9465        "ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255>", 
9466        "IP information\n"
9467        "Establish static routes\n"
9468        "IP destination prefix\n"
9469        "IP destination prefix mask\n"
9470        "Emit an ICMP unreachable when matched\n"
9471        "Silently discard pkts when matched\n"
9472        "Distance value for this route\n")
9473
9474 DEFSH (0, no_max_lsp_lifetime_l1_arg_cmd_vtysh, 
9475        "no max-lsp-lifetime level-1 <350-65535>", 
9476        "Negate a command or set its defaults\n"
9477        "Maximum LSP lifetime for Level 1 only\n"
9478        "LSP lifetime for Level 1 only in seconds\n")
9479
9480 DEFSH (0, show_bgp_ipv4_safi_prefix_cmd_vtysh, 
9481        "show bgp ipv4 (unicast|multicast) A.B.C.D/M", 
9482        "Show running system information\n"
9483        "BGP information\n"
9484        "Address family\n"
9485        "Address Family modifier\n"
9486        "Address Family modifier\n"
9487        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
9488
9489 DEFSH (0, show_bgp_ipv4_safi_flap_route_map_cmd_vtysh, 
9490        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics route-map WORD", 
9491        "Show running system information\n"
9492        "BGP information\n"
9493        "IP information\n"
9494        "Address Family Modifier\n"
9495        "Address Family Modifier\n"
9496        "Address Family Modifier\n"
9497        "Address Family Modifier\n"
9498        "Display flap statistics of routes\n"
9499        "Display routes matching the route-map\n"
9500        "A route-map to match on\n")
9501
9502 DEFSH (0, send_lifetime_infinite_month_day_cmd_vtysh, 
9503        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> infinite", 
9504        "Set send lifetime of the key\n"
9505        "Time to start\n"
9506        "Month of the year to start\n"
9507        "Day of th month to start\n"
9508        "Year to start\n"
9509        "Never expires")
9510
9511 DEFSH (0, clear_ip_bgp_peer_encap_soft_out_cmd_vtysh, 
9512        "clear ip bgp A.B.C.D encap unicast soft out", 
9513        "Reset functions\n"
9514        "IP information\n"
9515        "BGP information\n"
9516        "BGP neighbor address to clear\n"
9517        "Address family\n"
9518        "Address Family Modifier\n"
9519        "Soft reconfig\n"
9520        "Soft reconfig outbound update\n")
9521
9522 DEFSH (0, show_ip_bgp_flap_address_cmd_vtysh, 
9523        "show ip bgp flap-statistics A.B.C.D", 
9524        "Show running system information\n"
9525        "IP information\n"
9526        "BGP information\n"
9527        "Display flap statistics of routes\n"
9528        "Network in the BGP routing table to display\n")
9529
9530 DEFSH (0, no_ipv6_route_ifname_flags_cmd_vtysh, 
9531        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole)", 
9532        "Negate a command or set its defaults\n"
9533        "IP information\n"
9534        "Establish static routes\n"
9535        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
9536        "IPv6 gateway address\n"
9537        "IPv6 gateway interface name\n"
9538        "Emit an ICMP unreachable when matched\n"
9539        "Silently discard pkts when matched\n")
9540
9541 DEFSH (0, if_nhrp_nhs_cmd_vtysh, 
9542  "(ip|ipv6)" " nhrp nhs (A.B.C.D|X:X::X:X|dynamic) nbma (A.B.C.D|FQDN)", 
9543  "IP information\n" "IPv6 information\n"
9544  "Next Hop Resolution Protocol functions\n"
9545  "Nexthop Server configuration\n"
9546  "IPv4 protocol address\n"
9547  "IPv6 protocol address\n"
9548  "Automatic detection of protocol address\n"
9549  "IPv4 NBMA address\n"
9550  "Fully qualified domain name for NBMA address(es)\n")
9551
9552 DEFSH (0, ospf_area_import_list_cmd_vtysh, 
9553        "area (A.B.C.D|<0-4294967295>) import-list NAME", 
9554        "OSPF area parameters\n"
9555        "OSPF area ID in IP address format\n"
9556        "OSPF area ID as a decimal value\n"
9557        "Set the filter for networks from other areas announced to the specified one\n"
9558        "Name of the access-list\n")
9559
9560 DEFSH (0, show_ipv6_route_summary_prefix_cmd_vtysh, 
9561        "show ipv6 route summary prefix", 
9562        "Show running system information\n"
9563        "IP information\n"
9564        "IPv6 routing table\n"
9565        "Summary of all IPv6 routes\n"
9566        "Prefix routes\n")
9567
9568 DEFSH (0, neighbor_maximum_prefix_threshold_cmd_vtysh, 
9569        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100>", 
9570        "Specify neighbor router\n"
9571        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9572        "Maximum number of prefix accept from this peer\n"
9573        "maximum no. of prefix limit\n"
9574        "Threshold value (%) at which to generate a warning msg\n")
9575
9576 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_le_cmd_vtysh, 
9577        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128>", 
9578        "Negate a command or set its defaults\n"
9579        "IPv6 information\n"
9580        "Build a prefix list\n"
9581        "Name of a prefix list\n"
9582        "sequence number of an entry\n"
9583        "Sequence number\n"
9584        "Specify packets to reject\n"
9585        "Specify packets to forward\n"
9586        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
9587        "Maximum prefix length to be matched\n"
9588        "Maximum prefix length\n")
9589
9590 DEFSH (0, clear_ip_bgp_peer_group_in_cmd_vtysh, 
9591        "clear ip bgp peer-group WORD in", 
9592        "Reset functions\n"
9593        "IP information\n"
9594        "BGP information\n"
9595        "Clear all members of peer-group\n"
9596        "BGP peer-group name\n"
9597        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
9598
9599 DEFSH (0, ipv6_mbgp_neighbor_advertised_route_cmd_vtysh, 
9600        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
9601        "Show running system information\n"
9602        "IPv6 information\n"
9603        "MBGP information\n"
9604        "Detailed information on TCP and BGP neighbor connections\n"
9605        "Neighbor to display information about\n"
9606        "Neighbor to display information about\n"
9607        "Display the routes advertised to a BGP neighbor\n")
9608
9609 DEFSH (0, no_isis_hello_padding_cmd_vtysh, 
9610        "no isis hello padding", 
9611        "Negate a command or set its defaults\n"
9612        "IS-IS commands\n"
9613        "Add padding to IS-IS hello packets\n"
9614        "Pad hello packets\n"
9615        "<cr>\n")
9616
9617 DEFSH (0, ospf_hello_interval_cmd_vtysh, 
9618        "ospf hello-interval <1-65535>", 
9619        "OSPF interface commands\n"
9620        "Time between HELLO packets\n"
9621        "Seconds\n")
9622
9623 DEFSH (0, no_neighbor_peer_group_remote_as_cmd_vtysh, 
9624        "no neighbor WORD remote-as " "<1-4294967295>", 
9625        "Negate a command or set its defaults\n"
9626        "Specify neighbor router\n"
9627        "Neighbor tag\n"
9628        "Specify a BGP neighbor\n"
9629        "AS number\n")
9630
9631 DEFSH (0, show_bgp_ipv6_neighbor_advertised_route_cmd_vtysh, 
9632        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
9633        "Show running system information\n"
9634        "BGP information\n"
9635        "Address family\n"
9636        "Detailed information on TCP and BGP neighbor connections\n"
9637        "Neighbor to display information about\n"
9638        "Neighbor to display information about\n"
9639        "Display the routes advertised to a BGP neighbor\n")
9640
9641 DEFSH (0, match_probability_cmd_vtysh, 
9642        "match probability <0-100>", 
9643        "Match values from routing table\n"
9644        "Match portion of routes defined by percentage value\n"
9645        "Percentage of routes\n")
9646
9647 DEFSH (0, ospf6_distance_ospf6_inter_intra_cmd_vtysh, 
9648        "distance ospf6 inter-area <1-255> intra-area <1-255>", 
9649        "Define an administrative distance\n"
9650        "OSPF6 Administrative distance\n"
9651        "Inter-area routes\n"
9652        "Distance for inter-area routes\n"
9653        "Intra-area routes\n"
9654        "Distance for intra-area routes\n")
9655
9656 DEFSH (0, show_ip_ospf_neighbor_int_detail_cmd_vtysh, 
9657        "show ip ospf neighbor IFNAME detail", 
9658        "Show running system information\n"
9659        "IP information\n"
9660        "OSPF information\n"
9661        "Neighbor list\n"
9662        "Interface name\n"
9663        "detail of all neighbors")
9664
9665 DEFSH (0, show_ipv6_bgp_community2_exact_cmd_vtysh, 
9666        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
9667        "Show running system information\n"
9668        "IPv6 information\n"
9669        "BGP information\n"
9670        "Display routes matching the communities\n"
9671        "community number\n"
9672        "Do not send outside local AS (well-known community)\n"
9673        "Do not advertise to any peer (well-known community)\n"
9674        "Do not export to next AS (well-known community)\n"
9675        "community number\n"
9676        "Do not send outside local AS (well-known community)\n"
9677        "Do not advertise to any peer (well-known community)\n"
9678        "Do not export to next AS (well-known community)\n"
9679        "Exact match of the communities")
9680
9681 DEFSH (0, clear_ip_bgp_dampening_address_cmd_vtysh, 
9682        "clear ip bgp dampening A.B.C.D", 
9683        "Reset functions\n"
9684        "IP information\n"
9685        "BGP information\n"
9686        "Clear route flap dampening information\n"
9687        "Network to clear damping information\n")
9688
9689 DEFSH (0, show_ipv6_bgp_community4_exact_cmd_vtysh, 
9690        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
9691        "Show running system information\n"
9692        "IPv6 information\n"
9693        "BGP information\n"
9694        "Display routes matching the communities\n"
9695        "community number\n"
9696        "Do not send outside local AS (well-known community)\n"
9697        "Do not advertise to any peer (well-known community)\n"
9698        "Do not export to next AS (well-known community)\n"
9699        "community number\n"
9700        "Do not send outside local AS (well-known community)\n"
9701        "Do not advertise to any peer (well-known community)\n"
9702        "Do not export to next AS (well-known community)\n"
9703        "community number\n"
9704        "Do not send outside local AS (well-known community)\n"
9705        "Do not advertise to any peer (well-known community)\n"
9706        "Do not export to next AS (well-known community)\n"
9707        "community number\n"
9708        "Do not send outside local AS (well-known community)\n"
9709        "Do not advertise to any peer (well-known community)\n"
9710        "Do not export to next AS (well-known community)\n"
9711        "Exact match of the communities")
9712
9713 DEFSH (0, match_aspath_cmd_vtysh, 
9714        "match as-path WORD", 
9715        "Match values from routing table\n"
9716        "Match BGP AS path list\n"
9717        "AS path access-list name\n")
9718
9719 DEFSH (0, ip_router_isis_cmd_vtysh, 
9720        "(ip|ipv6) router isis WORD", 
9721        "Interface Internet Protocol config commands\n"
9722        "IP router interface commands\n"
9723        "IS-IS Routing for IP\n"
9724        "Routing process tag\n")
9725
9726 DEFSH (0, show_ip_bgp_community_list_cmd_vtysh, 
9727        "show ip bgp community-list (<1-500>|WORD)", 
9728        "Show running system information\n"
9729        "IP information\n"
9730        "BGP information\n"
9731        "Display routes matching the community-list\n"
9732        "community-list number\n"
9733        "community-list name\n")
9734
9735 DEFSH (0, neighbor_send_community_cmd_vtysh, 
9736        "neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community", 
9737        "Specify neighbor router\n"
9738        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9739        "Send Community attribute to this neighbor\n")
9740
9741 DEFSH (0, ip_irdp_debug_packet_cmd_vtysh, 
9742        "ip irdp debug packet", 
9743        "IP information\n"
9744        "ICMP Router discovery debug Averts. and Solicits (short)\n")
9745
9746 DEFSH (0, show_isis_neighbor_cmd_vtysh, 
9747        "show isis neighbor", 
9748        "Show running system information\n"
9749        "ISIS network information\n"
9750        "ISIS neighbor adjacencies\n")
9751
9752 DEFSH (0, clear_bgp_instance_all_rsclient_cmd_vtysh, 
9753        "clear bgp view WORD * rsclient", 
9754        "Reset functions\n"
9755        "BGP information\n"
9756        "BGP view\n"
9757        "view name\n"
9758        "Clear all peers\n"
9759        "Soft reconfig for rsclient RIB\n")
9760
9761 DEFSH (0, show_ip_bgp_ipv4_community_all_cmd_vtysh, 
9762        "show ip bgp ipv4 (unicast|multicast) community", 
9763        "Show running system information\n"
9764        "IP information\n"
9765        "BGP information\n"
9766        "Address family\n"
9767        "Address Family modifier\n"
9768        "Address Family modifier\n"
9769        "Display routes matching the communities\n")
9770
9771 DEFSH (0, no_debug_pim_zebra_cmd_vtysh, 
9772        "no debug pim zebra", 
9773        "Negate a command or set its defaults\n"
9774        "Debugging functions (see also 'undebug')\n"
9775        "PIM protocol activity\n"
9776        "ZEBRA protocol activity\n")
9777
9778 DEFSH (0|0|0|0, show_ip_prefix_list_summary_name_cmd_vtysh, 
9779        "show ip prefix-list summary WORD", 
9780        "Show running system information\n"
9781        "IP information\n"
9782        "Build a prefix list\n"
9783        "Summary of prefix lists\n"
9784        "Name of a prefix list\n")
9785
9786 DEFSH (0, no_neighbor_local_as_val2_cmd_vtysh, 
9787        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend", 
9788        "Negate a command or set its defaults\n"
9789        "Specify neighbor router\n"
9790        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9791        "Specify a local-as number\n"
9792        "AS number used as local AS\n"
9793        "Do not prepend local-as to updates from ebgp peers\n")
9794
9795 DEFSH (0, no_access_list_extended_cmd_vtysh, 
9796        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D A.B.C.D A.B.C.D", 
9797        "Negate a command or set its defaults\n"
9798        "Add an access list entry\n"
9799        "IP extended access list\n"
9800        "IP extended access list (expanded range)\n"
9801        "Specify packets to reject\n"
9802        "Specify packets to forward\n"
9803        "Any Internet Protocol\n"
9804        "Source address\n"
9805        "Source wildcard bits\n"
9806        "Destination address\n"
9807        "Destination Wildcard bits\n")
9808
9809 DEFSH (0, ipv6_bgp_distance_cmd_vtysh, 
9810        "distance bgp <1-255> <1-255> <1-255>", 
9811        "Define an administrative distance\n"
9812        "BGP distance\n"
9813        "Distance for routes external to the AS\n"
9814        "Distance for routes internal to the AS\n"
9815        "Distance for local routes\n")
9816
9817 DEFSH (0|0|0|0, no_ipv6_prefix_list_sequence_number_cmd_vtysh, 
9818        "no ipv6 prefix-list sequence-number", 
9819        "Negate a command or set its defaults\n"
9820        "IPv6 information\n"
9821        "Build a prefix list\n"
9822        "Include/exclude sequence numbers in NVGEN\n")
9823
9824 DEFSH (0, accept_lifetime_infinite_day_month_cmd_vtysh, 
9825        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> infinite", 
9826        "Set accept lifetime of the key\n"
9827        "Time to start\n"
9828        "Day of th month to start\n"
9829        "Month of the year to start\n"
9830        "Year to start\n"
9831        "Never expires")
9832
9833 DEFSH (0, bgp_fast_external_failover_cmd_vtysh, 
9834        "bgp fast-external-failover", 
9835        "BGP information\n"
9836        "Immediately reset session if a link to a directly connected external peer goes down\n")
9837
9838 DEFSH (0, debug_ospf6_neighbor_cmd_vtysh, 
9839        "debug ospf6 neighbor", 
9840        "Debugging functions (see also 'undebug')\n"
9841        "Open Shortest Path First (OSPF) for IPv6\n"
9842        "Debug OSPFv3 Neighbor\n"
9843       )
9844
9845 DEFSH (0, no_match_ipv6_address_cmd_vtysh, 
9846       "no match ipv6 address", 
9847       "Negate a command or set its defaults\n"
9848       "Match values from routing table\n"
9849       "IPv6 information\n"
9850       "Match IPv6 address of route\n"
9851 )
9852
9853 DEFSH (0|0, ospf6_routemap_set_metric_type_cmd_vtysh, 
9854        "set metric-type (type-1|type-2)", 
9855        "Set value\n"
9856        "Type of metric\n"
9857        "OSPF6 external type 1 metric\n"
9858        "OSPF6 external type 2 metric\n")
9859
9860 DEFSH (0, set_community_delete_cmd_vtysh, 
9861        "set comm-list (<1-99>|<100-500>|WORD) delete", 
9862        "Set values in destination routing protocol\n"
9863        "set BGP community list (for deletion)\n"
9864        "Community-list number (standard)\n"
9865        "Community-list number (expanded)\n"
9866        "Community-list name\n"
9867        "Delete matching communities\n")
9868
9869 DEFSH (0, no_isis_passwd_cmd_vtysh, 
9870        "no isis password", 
9871        "Negate a command or set its defaults\n"
9872        "IS-IS commands\n"
9873        "Configure the authentication password for a circuit\n")
9874
9875 DEFSH (0, interface_no_ip_pim_hello_cmd_vtysh, 
9876        "no ip pim hello {<1-180> <1-180>}", 
9877        "Negate a command or set its defaults\n"
9878        "IP information\n"
9879        "PIM information\n"
9880        "Hello Interval\n"
9881        "Time in seconds for Hello Interval\n"
9882        "Time in seconds for Hold Interval\n")
9883
9884 DEFSH (0, show_ip_bgp_ipv4_community2_exact_cmd_vtysh, 
9885        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
9886        "Show running system information\n"
9887        "IP information\n"
9888        "BGP information\n"
9889        "Address family\n"
9890        "Address Family modifier\n"
9891        "Address Family modifier\n"
9892        "Display routes matching the communities\n"
9893        "community number\n"
9894        "Do not send outside local AS (well-known community)\n"
9895        "Do not advertise to any peer (well-known community)\n"
9896        "Do not export to next AS (well-known community)\n"
9897        "community number\n"
9898        "Do not send outside local AS (well-known community)\n"
9899        "Do not advertise to any peer (well-known community)\n"
9900        "Do not export to next AS (well-known community)\n"
9901        "Exact match of the communities")
9902
9903 DEFSH (0|0|0, no_match_metric_val_cmd_vtysh, 
9904        "no match metric <0-4294967295>", 
9905        "Negate a command or set its defaults\n"
9906        "Match values from routing table\n"
9907        "Match metric of route\n"
9908        "Metric value\n")
9909
9910 DEFSH (0, no_bgp_redistribute_ipv4_rmap_cmd_vtysh, 
9911        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD", 
9912        "Negate a command or set its defaults\n"
9913        "Redistribute information from another routing protocol\n"
9914        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
9915        "Route map reference\n"
9916        "Pointer to route-map entries\n")
9917
9918 DEFSH (0, show_ipv6_ospf6_database_linkstate_id_detail_cmd_vtysh, 
9919        "show ipv6 ospf6 database linkstate-id A.B.C.D "
9920        "(detail|dump|internal)", 
9921        "Show running system information\n"
9922        "IPv6 information\n"
9923        "Open Shortest Path First (OSPF) for IPv6\n"
9924        "Display Link state database\n"
9925        "Search by Link state ID\n"
9926        "Specify Link state ID as IPv4 address notation\n"
9927        "Display details of LSAs\n"
9928        "Dump LSAs\n"
9929        "Display LSA's internal information\n"
9930       )
9931
9932 DEFSH (0, neighbor_attr_unchanged3_cmd_vtysh, 
9933        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop (as-path|med)", 
9934        "Specify neighbor router\n"
9935        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9936        "BGP attribute is propagated unchanged to this neighbor\n"
9937        "Nexthop attribute\n"
9938        "As-path attribute\n"
9939        "Med attribute\n")
9940
9941 DEFSH (0, no_ip_route_flags_tag_distance2_vrf_cmd_vtysh, 
9942        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
9943        "Negate a command or set its defaults\n"
9944        "IP information\n"
9945        "Establish static routes\n"
9946        "IP destination prefix (e.g. 10.0.0.0/8)\n"
9947        "Emit an ICMP unreachable when matched\n"
9948        "Silently discard pkts when matched\n"
9949        "Tag of this route\n"
9950        "Tag value\n"
9951        "Distance value for this route\n"
9952        "Specify the VRF\nThe VRF ID\n")
9953
9954 DEFSH (0, no_bgp_multiple_instance_cmd_vtysh, 
9955        "no bgp multiple-instance", 
9956        "Negate a command or set its defaults\n"
9957        "BGP information\n"
9958        "BGP multiple instance\n")
9959
9960 DEFSH (0, undebug_pim_packetdump_send_cmd_vtysh, 
9961        "undebug pim packet-dump send", 
9962        "Disable debugging functions (see also 'debug')\n"
9963        "PIM protocol activity\n"
9964        "PIM packet dump\n"
9965        "Dump sent packets\n")
9966
9967 DEFSH (0, aggregate_address_mask_summary_only_cmd_vtysh, 
9968        "aggregate-address A.B.C.D A.B.C.D summary-only", 
9969        "Configure BGP aggregate entries\n"
9970        "Aggregate address\n"
9971        "Aggregate mask\n"
9972        "Filter more specific routes from updates\n")
9973
9974 DEFSH (0, ospf_area_vlink_authtype_args_authkey_cmd_vtysh, 
9975        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
9976        "(authentication|) (message-digest|null) "
9977        "(authentication-key|) AUTH_KEY", 
9978        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
9979        "Enable authentication on this virtual link\n" "dummy string \n" "Use null authentication\n" "Use message-digest authentication\n"
9980        "Authentication password (key)\n" "The OSPF password (key)")
9981
9982 DEFSH (0, show_bgp_community_cmd_vtysh, 
9983        "show bgp community (AA:NN|local-AS|no-advertise|no-export)", 
9984        "Show running system information\n"
9985        "BGP information\n"
9986        "Display routes matching the communities\n"
9987        "community number\n"
9988        "Do not send outside local AS (well-known community)\n"
9989        "Do not advertise to any peer (well-known community)\n"
9990        "Do not export to next AS (well-known community)\n")
9991
9992 DEFSH (0, no_debug_ospf_nsm_sub_cmd_vtysh, 
9993        "no debug ospf nsm (status|events|timers)", 
9994        "Negate a command or set its defaults\n"
9995        "Debugging functions\n"
9996        "OSPF information\n"
9997        "OSPF Interface State Machine\n"
9998        "NSM Status Information\n"
9999        "NSM Event Information\n"
10000        "NSM Timer Information\n")
10001
10002 DEFSH (0, show_ipv6_mbgp_filter_list_cmd_vtysh, 
10003        "show ipv6 mbgp filter-list WORD", 
10004        "Show running system information\n"
10005        "IPv6 information\n"
10006        "MBGP information\n"
10007        "Display routes conforming to the filter-list\n"
10008        "Regular expression access list name\n")
10009
10010 DEFSH (0, show_bgp_instance_rsclient_summary_cmd_vtysh, 
10011        "show bgp view WORD rsclient summary", 
10012        "Show running system information\n"
10013        "BGP information\n"
10014        "BGP view\n"
10015        "View name\n"
10016        "Information about Route Server Clients\n"
10017        "Summary of all Route Server Clients\n")
10018
10019 DEFSH (0, no_csnp_interval_l2_cmd_vtysh, 
10020        "no isis csnp-interval level-2", 
10021        "Negate a command or set its defaults\n"
10022        "IS-IS commands\n"
10023        "Set CSNP interval in seconds\n"
10024        "Specify interval for level-2 CSNPs\n")
10025
10026 DEFSH (0, no_nhrp_event_socket_cmd_vtysh, 
10027  "no nhrp event socket [SOCKET]", 
10028  "Negate a command or set its defaults\n"
10029  "Next Hop Resolution Protocol functions\n"
10030  "Event Manager commands\n"
10031  "Event Manager unix socket path\n"
10032  "Unix path for the socket\n")
10033
10034 DEFSH (0|0|0|0, show_ipv6_prefix_list_name_seq_cmd_vtysh, 
10035        "show ipv6 prefix-list WORD seq <1-4294967295>", 
10036        "Show running system information\n"
10037        "IPv6 information\n"
10038        "Build a prefix list\n"
10039        "Name of a prefix list\n"
10040        "sequence number of an entry\n"
10041        "Sequence number\n")
10042
10043 DEFSH (0, debug_ospf6_asbr_cmd_vtysh, 
10044        "debug ospf6 asbr", 
10045        "Debugging functions (see also 'undebug')\n"
10046        "Open Shortest Path First (OSPF) for IPv6\n"
10047        "Debug OSPFv3 ASBR function\n"
10048       )
10049
10050 DEFSH (0, show_bgp_ipv4_encap_rd_neighbor_routes_cmd_vtysh, 
10051        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
10052        "Show running system information\n"
10053        "BGP information\n"
10054        "Address Family\n"
10055        "Display ENCAP NLRI specific information\n"
10056        "Display information for a route distinguisher\n"
10057        "ENCAP Route Distinguisher\n"
10058        "Detailed information on TCP and BGP neighbor connections\n"
10059        "Neighbor to display information about\n"
10060        "Neighbor to display information about\n"
10061        "Display routes learned from neighbor\n")
10062
10063 DEFSH (0, debug_ospf_zebra_sub_cmd_vtysh, 
10064        "debug ospf zebra (interface|redistribute)", 
10065        "Debugging functions (see also 'undebug')\n"
10066        "OSPF information\n"
10067        "OSPF Zebra information\n"
10068        "Zebra interface\n"
10069        "Zebra redistribute\n")
10070
10071 DEFSH (0, undebug_bgp_as4_cmd_vtysh, 
10072        "undebug bgp as4", 
10073        "Disable debugging functions (see also 'debug')\n"
10074        "BGP information\n"
10075        "BGP AS4 actions\n")
10076
10077 DEFSH (0, clear_ip_bgp_all_soft_out_cmd_vtysh, 
10078        "clear ip bgp * soft out", 
10079        "Reset functions\n"
10080        "IP information\n"
10081        "BGP information\n"
10082        "Clear all peers\n"
10083        "Soft reconfig inbound and outbound updates\n"
10084        "Resend all outbound updates\n")
10085
10086 DEFSH (0, show_bgp_ipv6_safi_rsclient_summary_cmd_vtysh, 
10087        "show bgp ipv6 (unicast|multicast) rsclient summary", 
10088        "Show running system information\n"
10089        "BGP information\n"
10090        "IPv6 information\n"
10091        "Address Family modifier\n"
10092        "Address Family modifier\n"
10093        "Information about Route Server Clients\n"
10094        "Summary of all Route Server Clients\n")
10095
10096 DEFSH (0, encap_network_cmd_vtysh, 
10097        "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
10098        "Specify a network to announce via BGP\n"
10099        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10100        "Specify Route Distinguisher\n"
10101        "ENCAP Route Distinguisher\n"
10102        "BGP tag\n"
10103        "tag value\n")
10104
10105 DEFSH (0|0|0|0|0, no_set_tag_cmd_vtysh, 
10106        "no set tag", 
10107        "Negate a command or set its defaults\n"
10108        "Set values in destination routing protocol\n"
10109        "Tag value for routing protocol\n")
10110
10111 DEFSH (0, ip_route_mask_flags_tag_cmd_vtysh, 
10112        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
10113        "IP information\n"
10114        "Establish static routes\n"
10115        "IP destination prefix\n"
10116        "IP destination prefix mask\n"
10117        "IP gateway address\n"
10118        "IP gateway interface name\n"
10119        "Emit an ICMP unreachable when matched\n"
10120        "Silently discard pkts when matched\n"
10121        "Set tag for this route\n"
10122        "Tag value\n")
10123
10124 DEFSH (0, show_ipv6_route_summary_prefix_vrf_all_cmd_vtysh, 
10125        "show ipv6 route summary prefix " "vrf all", 
10126        "Show running system information\n"
10127        "IP information\n"
10128        "IPv6 routing table\n"
10129        "Summary of all IPv6 routes\n"
10130        "Prefix routes\n"
10131        "Specify the VRF\nAll VRFs\n")
10132
10133 DEFSH (0, bgp_damp_set2_cmd_vtysh, 
10134        "bgp dampening <1-45>", 
10135        "BGP Specific commands\n"
10136        "Enable route-flap dampening\n"
10137        "Half-life time for the penalty\n")
10138
10139 DEFSH (0, show_bgp_ipv4_safi_community4_exact_cmd_vtysh, 
10140        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
10141        "Show running system information\n"
10142        "BGP information\n"
10143        "Address family\n"
10144        "Address Family modifier\n"
10145        "Address Family modifier\n"
10146        "Display routes matching the communities\n"
10147        "community number\n"
10148        "Do not send outside local AS (well-known community)\n"
10149        "Do not advertise to any peer (well-known community)\n"
10150        "Do not export to next AS (well-known community)\n"
10151        "community number\n"
10152        "Do not send outside local AS (well-known community)\n"
10153        "Do not advertise to any peer (well-known community)\n"
10154        "Do not export to next AS (well-known community)\n"
10155        "community number\n"
10156        "Do not send outside local AS (well-known community)\n"
10157        "Do not advertise to any peer (well-known community)\n"
10158        "Do not export to next AS (well-known community)\n"
10159        "community number\n"
10160        "Do not send outside local AS (well-known community)\n"
10161        "Do not advertise to any peer (well-known community)\n"
10162        "Do not export to next AS (well-known community)\n"
10163        "Exact match of the communities")
10164
10165 DEFSH (0, show_bgp_lcommunity3_cmd_vtysh, 
10166        "show bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
10167        "Show running system information\n"
10168        "BGP information\n"
10169        "Display routes matching the large-communities\n"
10170        "large-community number\n"
10171        "large-community number\n"
10172        "large-community number\n")
10173
10174 DEFSH (0, no_isis_redistribute_cmd_vtysh, 
10175       "no redistribute (ipv4|ipv6) " "(kernel|connected|static|rip|ripng|ospf|ospf6|bgp|pim|babel|nhrp)"
10176       " (level-1|level-2)", 
10177       "Negate a command or set its defaults\n"
10178       "Redistribute information from another routing protocol\n"
10179       "Redistribute IPv4 routes\n"
10180       "Redistribute IPv6 routes\n"
10181       "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (OSPFv2)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
10182       "Redistribute into level-1\n"
10183       "Redistribute into level-2\n")
10184
10185 DEFSH (0, show_bgp_ipv4_lcommunity2_cmd_vtysh, 
10186        "show bgp ipv4 large-community (AA:BB:CC) (AA:BB:CC)", 
10187        "Show running system information\n"
10188        "BGP information\n"
10189        "IP information\n"
10190        "Display routes matching the large-communities\n"
10191        "large-community number\n"
10192        "large-community number\n")
10193
10194 DEFSH (0, show_ip_bgp_route_pathtype_cmd_vtysh, 
10195        "show ip bgp A.B.C.D (bestpath|multipath)", 
10196        "Show running system information\n"
10197        "IP information\n"
10198        "BGP information\n"
10199        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10200        "Display only the bestpath\n"
10201        "Display only multipaths\n")
10202
10203 DEFSH (0|0|0|0, no_ipv6_prefix_list_description_cmd_vtysh, 
10204        "no ipv6 prefix-list WORD description", 
10205        "Negate a command or set its defaults\n"
10206        "IPv6 information\n"
10207        "Build a prefix list\n"
10208        "Name of a prefix list\n"
10209        "Prefix-list specific description\n")
10210
10211 DEFSH (0, clear_bgp_ipv6_all_soft_in_cmd_vtysh, 
10212        "clear bgp ipv6 * soft in", 
10213        "Reset functions\n"
10214        "BGP information\n"
10215        "Address family\n"
10216        "Clear all peers\n"
10217        "Soft reconfig inbound and outbound updates\n"
10218        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
10219
10220 DEFSH (0, no_ospf6_distance_source_cmd_vtysh, 
10221        "no distance <1-255> X:X::X:X/M", 
10222        "Negate a command or set its defaults\n"
10223        "Administrative distance\n"
10224        "Distance value\n"
10225        "IP source prefix\n")
10226
10227 DEFSH (0, clear_ip_bgp_as_out_cmd_vtysh, 
10228        "clear ip bgp " "<1-4294967295>" " out", 
10229        "Reset functions\n"
10230        "IP information\n"
10231        "BGP information\n"
10232        "Clear peers with the AS number\n"
10233        "Resend all outbound updates\n")
10234
10235 DEFSH (0, no_bgp_maxpaths_cmd_vtysh, 
10236        "no maximum-paths", 
10237        "Negate a command or set its defaults\n"
10238        "Forward packets over multiple paths\n"
10239        "Number of paths\n")
10240
10241 DEFSH (0, match_ip_route_source_cmd_vtysh, 
10242        "match ip route-source (<1-199>|<1300-2699>|WORD)", 
10243        "Match values from routing table\n"
10244        "IP information\n"
10245        "Match advertising source address of route\n"
10246        "IP access-list number\n"
10247        "IP access-list number (expanded range)\n"
10248        "IP standard access-list name\n")
10249
10250 DEFSH (0, ip_route_flags_distance_vrf_cmd_vtysh, 
10251        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
10252        "IP information\n"
10253        "Establish static routes\n"
10254        "IP destination prefix (e.g. 10.0.0.0/8)\n"
10255        "IP gateway address\n"
10256        "IP gateway interface name\n"
10257        "Emit an ICMP unreachable when matched\n"
10258        "Silently discard pkts when matched\n"
10259        "Distance value for this route\n"
10260        "Specify the VRF\nThe VRF ID\n")
10261
10262 DEFSH (0, no_ospf_mpls_te_inter_as_cmd_vtysh, 
10263        "no mpls-te inter-as", 
10264        "Negate a command or set its defaults\n"
10265        "MPLS-TE specific commands\n"
10266        "Disable MPLS-TE Inter-AS support\n")
10267
10268 DEFSH (0, show_bgp_ipv4_safi_lcommunity2_cmd_vtysh, 
10269        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC)", 
10270        "Show running system information\n"
10271        "BGP information\n"
10272        "Address family\n"
10273        "Address Family modifier\n"
10274        "Address Family modifier\n"
10275        "Display routes matching the large-communities\n"
10276        "large-community number\n"
10277        "large-community number\n")
10278
10279 DEFSH (0, no_access_list_standard_host_cmd_vtysh, 
10280        "no access-list (<1-99>|<1300-1999>) (deny|permit) host A.B.C.D", 
10281        "Negate a command or set its defaults\n"
10282        "Add an access list entry\n"
10283        "IP standard access list\n"
10284        "IP standard access list (expanded range)\n"
10285        "Specify packets to reject\n"
10286        "Specify packets to forward\n"
10287        "A single host address\n"
10288        "Address to match\n")
10289
10290 DEFSH (0, show_ipv6_bgp_lcommunity_all_cmd_vtysh, 
10291        "show ipv6 bgp large-community", 
10292        "Show running system information\n"
10293        "IPv6 information\n"
10294        "BGP information\n"
10295        "Display routes matching the large-communities\n")
10296
10297 DEFSH (0, ipv6_route_vrf_cmd_vtysh, 
10298        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) " "vrf <0-65535>", 
10299        "IP information\n"
10300        "Establish static routes\n"
10301        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10302        "IPv6 gateway address\n"
10303        "IPv6 gateway interface name\n"
10304        "Specify the VRF\nThe VRF ID\n")
10305
10306 DEFSH (0, no_debug_bgp_keepalive_cmd_vtysh, 
10307        "no debug bgp keepalives", 
10308        "Negate a command or set its defaults\n"
10309        "Debugging functions (see also 'undebug')\n"
10310        "BGP information\n"
10311        "BGP keepalives\n")
10312
10313 DEFSH (0, debug_ospf6_brouter_cmd_vtysh, 
10314        "debug ospf6 border-routers", 
10315        "Debugging functions (see also 'undebug')\n"
10316        "Open Shortest Path First (OSPF) for IPv6\n"
10317        "Debug border router\n"
10318       )
10319
10320 DEFSH (0, no_key_cmd_vtysh, 
10321        "no key <0-2147483647>", 
10322        "Negate a command or set its defaults\n"
10323        "Delete a key\n"
10324        "Key identifier number\n")
10325
10326 DEFSH (0, no_debug_ospf_nsm_cmd_vtysh, 
10327        "no debug ospf nsm", 
10328        "Negate a command or set its defaults\n"
10329        "Debugging functions (see also 'undebug')\n"
10330        "OSPF information\n"
10331        "OSPF Neighbor State Machine")
10332
10333 DEFSH (0, bgp_network_mask_cmd_vtysh, 
10334        "network A.B.C.D mask A.B.C.D", 
10335        "Specify a network to announce via BGP\n"
10336        "Network number\n"
10337        "Network mask\n"
10338        "Network mask\n")
10339
10340 DEFSH (0, ospf_area_vlink_authtype_cmd_vtysh, 
10341        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
10342        "(authentication|)", 
10343        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
10344        "Enable authentication on this virtual link\n" "dummy string \n")
10345
10346 DEFSH (0, debug_ospf6_message_sendrecv_cmd_vtysh, 
10347        "debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all) (send|recv)", 
10348        "Debugging functions (see also 'undebug')\n"
10349        "Open Shortest Path First (OSPF) for IPv6\n"
10350        "Debug OSPFv3 message\n"
10351        "Debug Unknown message\n"
10352        "Debug Hello message\n"
10353        "Debug Database Description message\n"
10354        "Debug Link State Request message\n"
10355        "Debug Link State Update message\n"
10356        "Debug Link State Acknowledgement message\n"
10357        "Debug All message\n"
10358        "Debug only sending message\n"
10359        "Debug only receiving message\n"
10360        )
10361
10362 DEFSH (0, no_set_aspath_prepend_cmd_vtysh, 
10363        "no set as-path prepend", 
10364        "Negate a command or set its defaults\n"
10365        "Set values in destination routing protocol\n"
10366        "Transform BGP AS_PATH attribute\n"
10367        "Prepend to the as-path\n")
10368
10369 DEFSH (0, neighbor_attr_unchanged_cmd_vtysh, 
10370        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged", 
10371        "Specify neighbor router\n"
10372        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10373        "BGP attribute is propagated unchanged to this neighbor\n")
10374
10375 DEFSH (0, access_list_extended_mask_any_cmd_vtysh, 
10376        "access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D any", 
10377        "Add an access list entry\n"
10378        "IP extended access list\n"
10379        "IP extended access list (expanded range)\n"
10380        "Specify packets to reject\n"
10381        "Specify packets to forward\n"
10382        "Any Internet Protocol\n"
10383        "Source address\n"
10384        "Source wildcard bits\n"
10385        "Any destination host\n")
10386
10387 DEFSH (0, show_ip_route_protocol_vrf_cmd_vtysh, 
10388        "show ip route " "(kernel|connected|static|rip|ospf|isis|bgp|pim|babel|nhrp)" " " "vrf <0-65535>", 
10389        "Show running system information\n"
10390        "IP information\n"
10391        "IP routing table\n"
10392        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
10393        "Specify the VRF\nThe VRF ID\n")
10394
10395 DEFSH (0, ospf_area_default_cost_cmd_vtysh, 
10396        "area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>", 
10397        "OSPF area parameters\n"
10398        "OSPF area ID in IP address format\n"
10399        "OSPF area ID as a decimal value\n"
10400        "Set the summary-default cost of a NSSA or stub area\n"
10401        "Stub's advertised default summary cost\n")
10402
10403 DEFSH (0, show_ip_ospf_database_type_adv_router_cmd_vtysh, 
10404        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") adv-router A.B.C.D", 
10405        "Show running system information\n"
10406        "IP information\n"
10407        "OSPF information\n"
10408        "Database summary\n"
10409        "ASBR summary link states\n" "External link states\n" "Network link states\n" "Router link states\n" "Network summary link states\n" "NSSA external link state\n" "Link local Opaque-LSA\n" "Link area Opaque-LSA\n" "Link AS Opaque-LSA\n"
10410        "Advertising Router link states\n"
10411        "Advertising Router (as an IP address)\n")
10412
10413 DEFSH (0, no_ipv6_route_flags_pref_vrf_cmd_vtysh, 
10414        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
10415        "Negate a command or set its defaults\n"
10416        "IP information\n"
10417        "Establish static routes\n"
10418        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10419        "IPv6 gateway address\n"
10420        "IPv6 gateway interface name\n"
10421        "Emit an ICMP unreachable when matched\n"
10422        "Silently discard pkts when matched\n"
10423        "Distance value for this prefix\n"
10424        "Specify the VRF\nThe VRF ID\n")
10425
10426 DEFSH (0, ip_rip_authentication_key_chain_cmd_vtysh, 
10427        "ip rip authentication key-chain LINE", 
10428        "IP information\n"
10429        "Routing Information Protocol\n"
10430        "Authentication control\n"
10431        "Authentication key-chain\n"
10432        "name of key-chain\n")
10433
10434 DEFSH (0, show_ip_bgp_route_map_cmd_vtysh, 
10435        "show ip bgp route-map WORD", 
10436        "Show running system information\n"
10437        "IP information\n"
10438        "BGP information\n"
10439        "Display routes matching the route-map\n"
10440        "A route-map to match on\n")
10441
10442 DEFSH (0, bgp_network_mask_natural_backdoor_cmd_vtysh, 
10443        "network A.B.C.D backdoor", 
10444        "Specify a network to announce via BGP\n"
10445        "Network number\n"
10446        "Specify a BGP backdoor route\n")
10447
10448 DEFSH (0|0|0|0, no_ipv6_prefix_list_ge_cmd_vtysh, 
10449        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128>", 
10450        "Negate a command or set its defaults\n"
10451        "IPv6 information\n"
10452        "Build a prefix list\n"
10453        "Name of a prefix list\n"
10454        "Specify packets to reject\n"
10455        "Specify packets to forward\n"
10456        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
10457        "Minimum prefix length to be matched\n"
10458        "Minimum prefix length\n")
10459
10460 DEFSH (0, ospf_redistribute_source_cmd_vtysh, 
10461        "redistribute " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)"
10462          " {metric <0-16777214>|metric-type (1|2)|route-map WORD}", 
10463        "Redistribute information from another routing protocol\n"
10464        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
10465        "Metric for redistributed routes\n"
10466        "OSPF default metric\n"
10467        "OSPF exterior metric type for redistributed routes\n"
10468        "Set OSPF External Type 1 metrics\n"
10469        "Set OSPF External Type 2 metrics\n"
10470        "Route map reference\n"
10471        "Pointer to route-map entries\n")
10472
10473 DEFSH (0, match_community_exact_cmd_vtysh, 
10474        "match community (<1-99>|<100-500>|WORD) exact-match", 
10475        "Match values from routing table\n"
10476        "Match BGP community list\n"
10477        "Community-list number (standard)\n"
10478        "Community-list number (expanded)\n"
10479        "Community-list name\n"
10480        "Do exact matching of communities\n")
10481
10482 DEFSH (0, ospf_opaque_capable_cmd_vtysh, 
10483        "ospf opaque-lsa", 
10484        "OSPF specific commands\n"
10485        "Enable the Opaque-LSA capability (rfc2370)\n")
10486
10487 DEFSH (0, no_bgp_maxpaths_ibgp_arg_cmd_vtysh, 
10488        "no maximum-paths ibgp " "<" "1" "-" "1" ">", 
10489        "Negate a command or set its defaults\n"
10490        "Forward packets over multiple paths\n"
10491        "iBGP-multipath\n"
10492        "Number of paths\n")
10493
10494 DEFSH (0, show_bgp_view_ipv6_rsclient_prefix_cmd_vtysh, 
10495        "show bgp view WORD ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
10496        "Show running system information\n"
10497        "BGP information\n"
10498        "BGP view\n"
10499        "View name\n"
10500        "IPv6 Information\n"
10501        "Information about Route Server Client\n"
10502        "Neighbor address\nIPv6 address\n"
10503        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
10504
10505 DEFSH (0, no_ip_lcommunity_list_expanded_all_cmd_vtysh, 
10506        "no ip large-community-list <100-500>", 
10507        "Negate a command or set its defaults\n"
10508        "IP information\n"
10509        "Add a large community list entry\n"
10510        "Large Community list number (expanded)\n")
10511
10512 DEFSH (0, debug_isis_err_cmd_vtysh, 
10513        "debug isis protocol-errors", 
10514        "Debugging functions (see also 'undebug')\n"
10515        "IS-IS information\n"
10516        "IS-IS LSP protocol errors\n")
10517
10518 DEFSH (0, no_ipv6_route_vrf_cmd_vtysh, 
10519        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) " "vrf <0-65535>", 
10520        "Negate a command or set its defaults\n"
10521        "IP information\n"
10522        "Establish static routes\n"
10523        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10524        "IPv6 gateway address\n"
10525        "IPv6 gateway interface name\n"
10526        "Specify the VRF\nThe VRF ID\n")
10527
10528 DEFSH (0, no_ip_as_path_all_cmd_vtysh, 
10529        "no ip as-path access-list WORD", 
10530        "Negate a command or set its defaults\n"
10531        "IP information\n"
10532        "BGP autonomous system path filter\n"
10533        "Specify an access list name\n"
10534        "Regular expression access list name\n")
10535
10536 DEFSH (0, no_access_list_remark_arg_cmd_vtysh, 
10537        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE", 
10538        "Negate a command or set its defaults\n"
10539        "Add an access list entry\n"
10540        "IP standard access list\n"
10541        "IP extended access list\n"
10542        "IP standard access list (expanded range)\n"
10543        "IP extended access list (expanded range)\n"
10544        "IP zebra access-list\n"
10545        "Access list entry comment\n"
10546        "Comment up to 100 characters\n")
10547
10548 DEFSH (0, show_bgp_ipv4_safi_neighbor_received_routes_cmd_vtysh, 
10549        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received-routes", 
10550        "Show running system information\n"
10551        "BGP information\n"
10552        "Address family\n"
10553        "Address Family modifier\n"
10554        "Address Family modifier\n"
10555        "Address Family modifier\n"
10556        "Address Family modifier\n"
10557        "Detailed information on TCP and BGP neighbor connections\n"
10558        "Neighbor to display information about\n"
10559        "Neighbor to display information about\n"
10560        "Display the received routes from neighbor\n")
10561
10562 DEFSH (0, no_ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh, 
10563        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
10564        "Negate a command or set its defaults\n"
10565        "IP information\n"
10566        "Establish static routes\n"
10567        "IP destination prefix\n"
10568        "IP destination prefix mask\n"
10569        "Emit an ICMP unreachable when matched\n"
10570        "Silently discard pkts when matched\n"
10571        "Tag of this route\n"
10572        "Tag value\n"
10573        "Distance value for this route\n"
10574        "Specify the VRF\nThe VRF ID\n")
10575
10576 DEFSH (0, show_bgp_rsclient_summary_cmd_vtysh, 
10577        "show bgp rsclient summary", 
10578        "Show running system information\n"
10579        "BGP information\n"
10580        "Information about Route Server Clients\n"
10581        "Summary of all Route Server Clients\n")
10582
10583 DEFSH (0, ipv6_nd_prefix_prefix_cmd_vtysh, 
10584        "ipv6 nd prefix X:X::X:X/M", 
10585        "Interface IPv6 config commands\n"
10586        "Neighbor discovery\n"
10587        "Prefix information\n"
10588        "IPv6 prefix\n")
10589
10590 DEFSH (0, bgp_network_mask_natural_route_map_cmd_vtysh, 
10591        "network A.B.C.D route-map WORD", 
10592        "Specify a network to announce via BGP\n"
10593        "Network number\n"
10594        "Route-map to modify the attributes\n"
10595        "Name of the route map\n")
10596
10597 DEFSH (0, no_bgp_bestpath_aspath_confed_cmd_vtysh, 
10598        "no bgp bestpath as-path confed", 
10599        "Negate a command or set its defaults\n"
10600        "BGP specific commands\n"
10601        "Change the default bestpath selection\n"
10602        "AS-path attribute\n"
10603        "Compare path lengths including confederation sets & sequences in selecting a route\n")
10604
10605 DEFSH (0, clear_ip_bgp_external_ipv4_in_prefix_filter_cmd_vtysh, 
10606        "clear ip bgp external ipv4 (unicast|multicast) in prefix-filter", 
10607        "Reset functions\n"
10608        "IP information\n"
10609        "BGP information\n"
10610        "Clear all external peers\n"
10611        "Address family\n"
10612        "Address Family modifier\n"
10613        "Address Family modifier\n"
10614        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
10615        "Push out prefix-list ORF and do inbound soft reconfig\n")
10616
10617 DEFSH (0, no_debug_pim_packetdump_send_cmd_vtysh, 
10618        "no debug pim packet-dump send", 
10619        "Negate a command or set its defaults\n"
10620        "Debugging functions (see also 'undebug')\n"
10621        "PIM protocol activity\n"
10622        "PIM packet dump\n"
10623        "Dump sent packets\n")
10624
10625 DEFSH (0|0|0, ospf6_routemap_match_address_prefixlist_cmd_vtysh, 
10626        "match ipv6 address prefix-list WORD", 
10627        "Match values\n"
10628        "IPv6 information\n"
10629        "Match address of route\n"
10630        "Match entries of prefix-lists\n"
10631        "IPv6 prefix-list name\n")
10632
10633 DEFSH (0, no_neighbor_description_cmd_vtysh, 
10634        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "description", 
10635        "Negate a command or set its defaults\n"
10636        "Specify neighbor router\n"
10637        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10638        "Neighbor specific description\n")
10639
10640 DEFSH (0, show_bgp_ipv4_safi_flap_prefix_longer_cmd_vtysh, 
10641        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D/M longer-prefixes", 
10642        "Show running system information\n"
10643        "BGP information\n"
10644        "Address family\n"
10645        "Address Family modifier\n"
10646        "Address Family modifier\n"
10647        "Address Family modifier\n"
10648        "Address Family modifier\n"
10649        "Display flap statistics of routes\n"
10650        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10651        "Display route and more specific routes\n")
10652
10653 DEFSH (0, isis_hello_multiplier_cmd_vtysh, 
10654        "isis hello-multiplier <2-100>", 
10655        "IS-IS commands\n"
10656        "Set multiplier for Hello holding time\n"
10657        "Hello multiplier value\n")
10658
10659 DEFSH (0, clear_ip_pim_oil_cmd_vtysh, 
10660        "clear ip pim oil", 
10661        "Reset functions\n"
10662        "IP information\n"
10663        "PIM clear commands\n"
10664        "Rescan PIM OIL (output interface list)\n")
10665
10666 DEFSH (0, no_ip_route_mask_flags2_tag_cmd_vtysh, 
10667        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>", 
10668        "Negate a command or set its defaults\n"
10669        "IP information\n"
10670        "Establish static routes\n"
10671        "IP destination prefix\n"
10672        "IP destination prefix mask\n"
10673        "Emit an ICMP unreachable when matched\n"
10674        "Silently discard pkts when matched\n"
10675        "Tag of this route\n"
10676        "Tag value\n")
10677
10678 DEFSH (0, clear_ip_bgp_as_encap_soft_cmd_vtysh, 
10679        "clear ip bgp " "<1-4294967295>" " encap unicast soft", 
10680        "Reset functions\n"
10681        "IP information\n"
10682        "BGP information\n"
10683        "Clear peers with the AS number\n"
10684        "Address family\n"
10685        "Address Family Modifier\n"
10686        "Soft reconfig\n")
10687
10688 DEFSH (0, ospf_area_range_cost_cmd_vtysh, 
10689        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M cost <0-16777215>", 
10690        "OSPF area parameters\n"
10691        "OSPF area ID in IP address format\n"
10692        "OSPF area ID as a decimal value\n"
10693        "Summarize routes matching address/mask (border routers only)\n"
10694        "Area range prefix\n"
10695        "User specified metric for this range\n"
10696        "Advertised metric for this range\n")
10697
10698 DEFSH (0, no_bgp_distance_source_access_list_cmd_vtysh, 
10699        "no distance <1-255> A.B.C.D/M WORD", 
10700        "Negate a command or set its defaults\n"
10701        "Define an administrative distance\n"
10702        "Administrative distance\n"
10703        "IP source prefix\n"
10704        "Access list name\n")
10705
10706 DEFSH (0, bandwidth_if_cmd_vtysh, 
10707        "bandwidth <1-10000000>", 
10708        "Set bandwidth informational parameter\n"
10709        "Bandwidth in kilobits\n")
10710
10711 DEFSH (0, neighbor_disable_connected_check_cmd_vtysh, 
10712        "neighbor (A.B.C.D|X:X::X:X|WORD) " "disable-connected-check", 
10713        "Specify neighbor router\n"
10714        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10715        "one-hop away EBGP peer using loopback address\n")
10716
10717 DEFSH (0, show_bgp_ipv4_safi_damp_flap_prefix_longer_cmd_vtysh, 
10718        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics A.B.C.D/M longer-prefixes", 
10719        "Show running system information\n"
10720        "BGP information\n"
10721        "Address family\n"
10722        "Address Family modifier\n"
10723        "Address Family modifier\n"
10724        "Address Family modifier\n"
10725        "Address Family modifier\n"
10726        "Display detailed information about dampening\n"
10727        "Display flap statistics of routes\n"
10728        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10729        "Display route and more specific routes\n")
10730
10731 DEFSH (0, ipv6_route_pref_vrf_cmd_vtysh, 
10732        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255> " "vrf <0-65535>", 
10733        "IP information\n"
10734        "Establish static routes\n"
10735        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10736        "IPv6 gateway address\n"
10737        "IPv6 gateway interface name\n"
10738        "Distance value for this prefix\n"
10739        "Specify the VRF\nThe VRF ID\n")
10740
10741 DEFSH (0, no_set_lcommunity_none_cmd_vtysh, 
10742        "no set large-community none", 
10743        "Negate a command or set its defaults\n"
10744        "Set values in destination routing protocol\n"
10745        "BGP community attribute\n"
10746        "No community attribute\n")
10747
10748 DEFSH (0, show_ipv6_ospf6_database_self_originated_detail_cmd_vtysh, 
10749        "show ipv6 ospf6 database self-originated "
10750        "(detail|dump|internal)", 
10751        "Show running system information\n"
10752        "IPv6 information\n"
10753        "Open Shortest Path First (OSPF) for IPv6\n"
10754        "Display Self-originated LSAs\n"
10755        "Display details of LSAs\n"
10756        "Dump LSAs\n"
10757        "Display LSA's internal information\n"
10758       )
10759
10760 DEFSH (0, show_ip_route_vrf_cmd_vtysh, 
10761        "show ip route " "vrf <0-65535>", 
10762        "Show running system information\n"
10763        "IP information\n"
10764        "IP routing table\n"
10765        "Specify the VRF\nThe VRF ID\n")
10766
10767 DEFSH (0, bgp_confederation_peers_cmd_vtysh, 
10768        "bgp confederation peers ." "<1-4294967295>", 
10769        "BGP specific commands\n"
10770        "AS confederation parameters\n"
10771        "Peer ASs in BGP confederation\n"
10772        "AS number\n")
10773
10774 DEFSH (0, ipv6_nd_prefix_val_rev_rtaddr_cmd_vtysh, 
10775        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
10776        "(<0-4294967295>|infinite) (no-autoconfig|) (off-link|) (router-address|)", 
10777        "Interface IPv6 config commands\n"
10778        "Neighbor discovery\n"
10779        "Prefix information\n"
10780        "IPv6 prefix\n"
10781        "Valid lifetime in seconds\n"
10782        "Infinite valid lifetime\n"
10783        "Preferred lifetime in seconds\n"
10784        "Infinite preferred lifetime\n"
10785        "Do not use prefix for autoconfiguration\n"
10786        "Do not use prefix for onlink determination\n"
10787        "Set Router Address flag\n")
10788
10789 DEFSH (0, ipv6_nd_mtu_cmd_vtysh, 
10790        "ipv6 nd mtu <1-65535>", 
10791        "Interface IPv6 config commands\n"
10792        "Neighbor discovery\n"
10793        "Advertised MTU\n"
10794        "MTU in bytes\n")
10795
10796 DEFSH (0, clear_ip_bgp_instance_peer_rsclient_cmd_vtysh, 
10797        "clear ip bgp view WORD (A.B.C.D|X:X::X:X) rsclient", 
10798        "Reset functions\n"
10799        "IP information\n"
10800        "BGP information\n"
10801        "BGP view\n"
10802        "view name\n"
10803        "BGP neighbor IP address to clear\n"
10804        "BGP IPv6 neighbor to clear\n"
10805        "Soft reconfig for rsclient RIB\n")
10806
10807 DEFSH (0, show_ipv6_mroute_cmd_vtysh, 
10808        "show ipv6 mroute", 
10809        "Show running system information\n"
10810        "IP information\n"
10811        "IPv6 Multicast routing table\n")
10812
10813 DEFSH (0, show_bgp_ipv4_safi_route_pathtype_cmd_vtysh, 
10814        "show bgp ipv4 (unicast|multicast) A.B.C.D (bestpath|multipath)", 
10815        "Show running system information\n"
10816        "BGP information\n"
10817        "Address family\n"
10818        "Address Family modifier\n"
10819        "Address Family modifier\n"
10820        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10821        "Display only the bestpath\n"
10822        "Display only multipaths\n")
10823
10824 DEFSH (0, no_ip_community_list_name_expanded_cmd_vtysh, 
10825        "no ip community-list expanded WORD (deny|permit) .LINE", 
10826        "Negate a command or set its defaults\n"
10827        "IP information\n"
10828        "Add a community list entry\n"
10829        "Specify an expanded community-list\n"
10830        "Community list name\n"
10831        "Specify community to reject\n"
10832        "Specify community to accept\n"
10833        "An ordered list as a regular-expression\n")
10834
10835 DEFSH (0, show_bgp_ipv4_vpn_cmd_vtysh, 
10836        "show bgp ipv4 vpn", 
10837        "Show running system information\n"
10838        "BGP information\n"
10839        "Address Family\n"
10840        "Display VPN NLRI specific information\n")
10841
10842 DEFSH (0, show_bgp_view_afi_safi_community3_cmd_vtysh, 
10843        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
10844        "Show running system information\n"
10845        "BGP information\n"
10846        "BGP view\n"
10847        "View name\n"
10848        "Address family\n"
10849        "Address family\n"
10850        "Address family modifier\n"
10851        "Address family modifier\n"
10852        "Display routes matching the communities\n"
10853        "community number\n"
10854        "Do not send outside local AS (well-known community)\n"
10855        "Do not advertise to any peer (well-known community)\n"
10856        "Do not export to next AS (well-known community)\n"
10857        "community number\n"
10858        "Do not send outside local AS (well-known community)\n"
10859        "Do not advertise to any peer (well-known community)\n"
10860        "Do not export to next AS (well-known community)\n"
10861        "community number\n"
10862        "Do not send outside local AS (well-known community)\n"
10863        "Do not advertise to any peer (well-known community)\n"
10864        "Do not export to next AS (well-known community)\n")
10865
10866 DEFSH (0|0|0|0, ip_prefix_list_seq_ge_le_cmd_vtysh, 
10867        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
10868        "IP information\n"
10869        "Build a prefix list\n"
10870        "Name of a prefix list\n"
10871        "sequence number of an entry\n"
10872        "Sequence number\n"
10873        "Specify packets to reject\n"
10874        "Specify packets to forward\n"
10875        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10876        "Minimum prefix length to be matched\n"
10877        "Minimum prefix length\n"
10878        "Maximum prefix length to be matched\n"
10879        "Maximum prefix length\n")
10880
10881 DEFSH (0, clear_ip_bgp_peer_soft_out_cmd_vtysh, 
10882        "clear ip bgp A.B.C.D soft out", 
10883        "Reset functions\n"
10884        "IP information\n"
10885        "BGP information\n"
10886        "BGP neighbor address to clear\n"
10887        "Soft reconfig inbound and outbound updates\n"
10888        "Resend all outbound updates\n")
10889
10890 DEFSH (0, show_bgp_ipv4_encap_tags_cmd_vtysh, 
10891        "show bgp ipv4 encap tags", 
10892        "Show running system information\n"
10893        "BGP information\n"
10894        "Address Family\n"
10895        "Display ENCAP NLRI specific information\n"
10896        "Display BGP tags for prefixes\n")
10897
10898 DEFSH (0, no_ip_ospf_retransmit_interval_cmd_vtysh, 
10899        "no ip ospf retransmit-interval", 
10900        "Negate a command or set its defaults\n"
10901        "IP Information\n"
10902        "OSPF interface commands\n"
10903        "Time between retransmitting lost link state advertisements\n")
10904
10905 DEFSH (0, ospf_refresh_timer_cmd_vtysh, 
10906        "refresh timer <10-1800>", 
10907        "Adjust refresh parameters\n"
10908        "Set refresh timer\n"
10909        "Timer value in seconds\n")
10910
10911 DEFSH (0, exec_timeout_sec_cmd_vtysh, 
10912        "exec-timeout <0-35791> <0-2147483>", 
10913        "Set the EXEC timeout\n"
10914        "Timeout in minutes\n"
10915        "Timeout in seconds\n")
10916
10917 DEFSH (0, ipv6_nd_adv_interval_config_option_cmd_vtysh, 
10918        "ipv6 nd adv-interval-option", 
10919        "Interface IPv6 config commands\n"
10920        "Neighbor discovery\n"
10921        "Advertisement Interval Option\n")
10922
10923 DEFSH (0, no_encap_network_cmd_vtysh, 
10924        "no network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
10925        "Negate a command or set its defaults\n"
10926        "Specify a network to announce via BGP\n"
10927        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10928        "Specify Route Distinguisher\n"
10929        "ENCAP Route Distinguisher\n"
10930        "BGP tag\n"
10931        "tag value\n")
10932
10933 DEFSH (0, no_match_ip_route_source_val_cmd_vtysh, 
10934        "no match ip route-source (<1-199>|<1300-2699>|WORD)", 
10935        "Negate a command or set its defaults\n"
10936        "Match values from routing table\n"
10937        "IP information\n"
10938        "Match advertising source address of route\n"
10939        "IP access-list number\n"
10940        "IP access-list number (expanded range)\n"
10941        "IP standard access-list name\n")
10942
10943 DEFSH (0, show_ipv6_ospf6_interface_prefix_match_cmd_vtysh, 
10944        "show ipv6 ospf6 interface prefix X:X::X:X/M (match|detail)", 
10945        "Show running system information\n"
10946        "IPv6 Information\n"
10947        "Open Shortest Path First (OSPF) for IPv6\n"
10948        "Interface information\n"
10949        "Display connected prefixes to advertise\n"
10950        "Display the route\n"
10951        "Display the route matches the prefix\n"
10952        "Display details of the prefixes\n"
10953        )
10954
10955 DEFSH (0, show_interface_vrf_cmd_vtysh, 
10956        "show interface " "vrf <0-65535>", 
10957        "Show running system information\n"
10958        "Interface status and configuration\n"
10959        "Specify the VRF\nThe VRF ID\n")
10960
10961 DEFSH (0, ipv6_route_flags_pref_vrf_cmd_vtysh, 
10962        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
10963        "IP information\n"
10964        "Establish static routes\n"
10965        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10966        "IPv6 gateway address\n"
10967        "IPv6 gateway interface name\n"
10968        "Emit an ICMP unreachable when matched\n"
10969        "Silently discard pkts when matched\n"
10970        "Distance value for this prefix\n"
10971        "Specify the VRF\nThe VRF ID\n")
10972
10973 DEFSH (0|0|0|0, show_ipv6_prefix_list_cmd_vtysh, 
10974        "show ipv6 prefix-list", 
10975        "Show running system information\n"
10976        "IPv6 information\n"
10977        "Build a prefix list\n")
10978
10979 DEFSH (0, no_neighbor_maximum_prefix_cmd_vtysh, 
10980        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix", 
10981        "Negate a command or set its defaults\n"
10982        "Specify neighbor router\n"
10983        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10984        "Maximum number of prefix accept from this peer\n")
10985
10986 DEFSH (0, no_ospf_area_shortcut_cmd_vtysh, 
10987        "no area (A.B.C.D|<0-4294967295>) shortcut (enable|disable)", 
10988        "Negate a command or set its defaults\n"
10989        "OSPF area parameters\n"
10990        "OSPF area ID in IP address format\n"
10991        "OSPF area ID as a decimal value\n"
10992        "Deconfigure the area's shortcutting mode\n"
10993        "Deconfigure enabled shortcutting through the area\n"
10994        "Deconfigure disabled shortcutting through the area\n")
10995
10996 DEFSH (0, ospf_mpls_te_inter_as_area_cmd_vtysh, 
10997        "mpls-te inter-as area (A.B.C.D|<0-4294967295>)", 
10998        "MPLS-TE specific commands\n"
10999        "Configure MPLS-TE Inter-AS support\n"
11000        "AREA native mode self originate INTER_AS LSA with Type 10 (area flooding scope)\n"
11001        "OSPF area ID in IP format\n"
11002        "OSPF area ID as decimal value\n")
11003
11004 DEFSH (0, no_debug_bgp_nht_cmd_vtysh, 
11005        "no debug bgp nht", 
11006        "Negate a command or set its defaults\n"
11007        "Debugging functions (see also 'undebug')\n"
11008        "BGP information\n"
11009        "BGP nexthop tracking events\n")
11010
11011 DEFSH (0, no_ip_as_path_cmd_vtysh, 
11012        "no ip as-path access-list WORD (deny|permit) .LINE", 
11013        "Negate a command or set its defaults\n"
11014        "IP information\n"
11015        "BGP autonomous system path filter\n"
11016        "Specify an access list name\n"
11017        "Regular expression access list name\n"
11018        "Specify packets to reject\n"
11019        "Specify packets to forward\n"
11020        "A regular-expression to match the BGP AS paths\n")
11021
11022 DEFSH (0, show_bgp_ipv4_safi_route_cmd_vtysh, 
11023        "show bgp ipv4 (unicast|multicast) A.B.C.D", 
11024        "Show running system information\n"
11025        "BGP information\n"
11026        "Address family\n"
11027        "Address Family modifier\n"
11028        "Address Family modifier\n"
11029        "Network in the BGP routing table to display\n")
11030
11031 DEFSH (0, no_neighbor_description_val_cmd_vtysh, 
11032        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "description .LINE", 
11033        "Negate a command or set its defaults\n"
11034        "Specify neighbor router\n"
11035        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11036        "Neighbor specific description\n"
11037        "Up to 80 characters describing this neighbor\n")
11038
11039 DEFSH (0, ipv6_nd_homeagent_config_flag_cmd_vtysh, 
11040        "ipv6 nd home-agent-config-flag", 
11041        "Interface IPv6 config commands\n"
11042        "Neighbor discovery\n"
11043        "Home Agent configuration flag\n")
11044
11045 DEFSH (0|0|0|0, no_ip_prefix_list_sequence_number_cmd_vtysh, 
11046        "no ip prefix-list sequence-number", 
11047        "Negate a command or set its defaults\n"
11048        "IP information\n"
11049        "Build a prefix list\n"
11050        "Include/exclude sequence numbers in NVGEN\n")
11051
11052 DEFSH (0, access_list_extended_cmd_vtysh, 
11053        "access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D A.B.C.D A.B.C.D", 
11054        "Add an access list entry\n"
11055        "IP extended access list\n"
11056        "IP extended access list (expanded range)\n"
11057        "Specify packets to reject\n"
11058        "Specify packets to forward\n"
11059        "Any Internet Protocol\n"
11060        "Source address\n"
11061        "Source wildcard bits\n"
11062        "Destination address\n"
11063        "Destination Wildcard bits\n")
11064
11065 DEFSH (0, bgp_damp_set_cmd_vtysh, 
11066        "bgp dampening <1-45> <1-20000> <1-20000> <1-255>", 
11067        "BGP Specific commands\n"
11068        "Enable route-flap dampening\n"
11069        "Half-life time for the penalty\n"
11070        "Value to start reusing a route\n"
11071        "Value to start suppressing a route\n"
11072        "Maximum duration to suppress a stable route\n")
11073
11074 DEFSH (0, no_ospf_area_vlink_authtype_md5_cmd_vtysh, 
11075        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
11076        "(authentication|) "
11077        "(message-digest-key|)", 
11078        "Negate a command or set its defaults\n"
11079        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
11080        "Enable authentication on this virtual link\n" "dummy string \n"
11081        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
11082
11083 DEFSH (0, ripng_redistribute_type_metric_cmd_vtysh, 
11084        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16>", 
11085        "Redistribute\n"
11086        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
11087        "Metric\n"
11088        "Metric value\n")
11089
11090 DEFSH (0, ip_ssmpingd_cmd_vtysh, 
11091        "ip ssmpingd [A.B.C.D]", 
11092        "IP information\n"
11093        "Enable ssmpingd operation\n"
11094        "Source address\n")
11095
11096 DEFSH (0, debug_ospf6_brouter_router_cmd_vtysh, 
11097        "debug ospf6 border-routers router-id A.B.C.D", 
11098        "Debugging functions (see also 'undebug')\n"
11099        "Open Shortest Path First (OSPF) for IPv6\n"
11100        "Debug border router\n"
11101        "Debug specific border router\n"
11102        "Specify border-router's router-id\n"
11103       )
11104
11105 DEFSH (0|0|0|0, ipv6_prefix_list_le_cmd_vtysh, 
11106        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128>", 
11107        "IPv6 information\n"
11108        "Build a prefix list\n"
11109        "Name of a prefix list\n"
11110        "Specify packets to reject\n"
11111        "Specify packets to forward\n"
11112        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
11113        "Maximum prefix length to be matched\n"
11114        "Maximum prefix length\n")
11115
11116 DEFSH (0, show_bgp_view_ipv6_cmd_vtysh, 
11117        "show bgp view WORD ipv6", 
11118        "Show running system information\n"
11119        "BGP information\n"
11120        "BGP view\n"
11121        "View name\n"
11122        "Address family\n")
11123
11124 DEFSH (0, debug_static_cmd_vtysh, 
11125        "debug static", 
11126        "Debugging functions (see also 'undebug')\n"
11127        "PIM Static Multicast Route activity\n")
11128
11129 DEFSH (0, no_set_lcommunity_delete_cmd_vtysh, 
11130        "no set large-comm-list", 
11131        "Negate a command or set its defaults\n"
11132        "Set values in destination routing protocol\n"
11133        "set BGP large community list (for deletion)\n")
11134
11135 DEFSH (0, show_ipv6_access_list_cmd_vtysh, 
11136        "show ipv6 access-list", 
11137        "Show running system information\n"
11138        "IPv6 information\n"
11139        "List IPv6 access lists\n")
11140
11141 DEFSH (0, no_debug_rip_packet_cmd_vtysh, 
11142        "no debug rip packet", 
11143        "Negate a command or set its defaults\n"
11144        "Debugging functions (see also 'undebug')\n"
11145        "RIP information\n"
11146        "RIP packet\n")
11147
11148 DEFSH (0, ip_ospf_cost_u32_cmd_vtysh, 
11149        "ip ospf cost <1-65535>", 
11150        "IP Information\n"
11151        "OSPF interface commands\n"
11152        "Interface cost\n"
11153        "Cost")
11154
11155 DEFSH (0, show_bgp_ipv4_encap_cmd_vtysh, 
11156        "show bgp ipv4 encap", 
11157        "Show running system information\n"
11158        "BGP information\n"
11159        "Address Family\n"
11160        "Display ENCAP NLRI specific information\n")
11161
11162 DEFSH (0, ospf_max_metric_router_lsa_startup_cmd_vtysh, 
11163        "max-metric router-lsa on-startup <5-86400>", 
11164        "OSPF maximum / infinite-distance metric\n"
11165        "Advertise own Router-LSA with infinite distance (stub router)\n"
11166        "Automatically advertise stub Router-LSA on startup of OSPF\n"
11167        "Time (seconds) to advertise self as stub-router\n")
11168
11169 DEFSH (0, clear_bgp_ipv6_peer_group_in_cmd_vtysh, 
11170        "clear bgp ipv6 peer-group WORD in", 
11171        "Reset functions\n"
11172        "BGP information\n"
11173        "Address family\n"
11174        "Clear all members of peer-group\n"
11175        "BGP peer-group name\n"
11176        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
11177
11178 DEFSH (0, set_lcommunity_delete_cmd_vtysh, 
11179        "set large-comm-list (<1-99>|<100-500>|WORD) delete", 
11180        "Set values in destination routing protocol\n"
11181        "set BGP large community list (for deletion)\n"
11182        "Large Community-list number (standard)\n"
11183        "Large Communitly-list number (expanded)\n"
11184        "Large Community-list name\n"
11185        "Delete matching large communities\n")
11186
11187 DEFSH (0, no_ipv6_access_list_any_cmd_vtysh, 
11188        "no ipv6 access-list WORD (deny|permit) any", 
11189        "Negate a command or set its defaults\n"
11190        "IPv6 information\n"
11191        "Add an access list entry\n"
11192        "IPv6 zebra access-list\n"
11193        "Specify packets to reject\n"
11194        "Specify packets to forward\n"
11195        "Any prefixi to match\n")
11196
11197 DEFSH (0, no_debug_isis_rtevents_cmd_vtysh, 
11198        "no debug isis route-events", 
11199        "Disable debugging functions (see also 'debug')\n"
11200        "IS-IS information\n"
11201        "IS-IS Route related events\n")
11202
11203 DEFSH (0, bgp_network_mask_natural_cmd_vtysh, 
11204        "network A.B.C.D", 
11205        "Specify a network to announce via BGP\n"
11206        "Network number\n")
11207
11208 DEFSH (0, ipv6_route_pref_cmd_vtysh, 
11209        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255>", 
11210        "IP information\n"
11211        "Establish static routes\n"
11212        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
11213        "IPv6 gateway address\n"
11214        "IPv6 gateway interface name\n"
11215        "Distance value for this prefix\n")
11216
11217 DEFSH (0, redistribute_ospf6_cmd_vtysh, 
11218        "redistribute ospf6", 
11219        "Redistribute control\n"
11220        "OSPF6 route\n")
11221
11222 DEFSH (0, no_tunnel_protection_cmd_vtysh, 
11223  "no tunnel protection", 
11224  "Negate a command or set its defaults\n"
11225  "NHRP/GRE integration\n"
11226  "IPsec protection\n")
11227
11228 DEFSH (0, no_ip_rip_receive_version_cmd_vtysh, 
11229        "no ip rip receive version", 
11230        "Negate a command or set its defaults\n"
11231        "IP information\n"
11232        "Routing Information Protocol\n"
11233        "Advertisement reception\n"
11234        "Version control\n")
11235
11236 DEFSH (0, no_match_probability_val_cmd_vtysh, 
11237        "no match probability <1-99>", 
11238        "Negate a command or set its defaults\n"
11239        "Match values from routing table\n"
11240        "Match portion of routes defined by percentage value\n"
11241        "Percentage of routes\n")
11242
11243 DEFSH (0, access_list_extended_any_host_cmd_vtysh, 
11244        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any host A.B.C.D", 
11245        "Add an access list entry\n"
11246        "IP extended access list\n"
11247        "IP extended access list (expanded range)\n"
11248        "Specify packets to reject\n"
11249        "Specify packets to forward\n"
11250        "Any Internet Protocol\n"
11251        "Any source host\n"
11252        "A single destination host\n"
11253        "Destination address\n")
11254
11255 DEFSH (0, show_ip_bgp_instance_summary_cmd_vtysh, 
11256        "show ip bgp view WORD summary", 
11257        "Show running system information\n"
11258        "IP information\n"
11259        "BGP information\n"
11260        "BGP view\n"
11261        "View name\n"
11262        "Summary of BGP neighbor status\n")
11263
11264 DEFSH (0, show_ip_route_summary_prefix_vrf_all_cmd_vtysh, 
11265        "show ip route summary prefix " "vrf all", 
11266        "Show running system information\n"
11267        "IP information\n"
11268        "IP routing table\n"
11269        "Summary of all routes\n"
11270        "Prefix routes\n"
11271        "Specify the VRF\nAll VRFs\n")
11272
11273 DEFSH (0|0|0|0, no_match_ip_next_hop_cmd_vtysh, 
11274        "no match ip next-hop", 
11275        "Negate a command or set its defaults\n"
11276        "Match values from routing table\n"
11277        "IP information\n"
11278        "Match next-hop address of route\n")
11279
11280 DEFSH (0, no_neighbor_nexthop_self_cmd_vtysh, 
11281        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "next-hop-self {all}", 
11282        "Negate a command or set its defaults\n"
11283        "Specify neighbor router\n"
11284        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11285        "Disable the next hop calculation for this neighbor\n"
11286        "Apply also to ibgp-learned routes when acting as a route reflector\n")
11287
11288 DEFSH (0, old_no_ipv6_aggregate_address_summary_only_cmd_vtysh, 
11289        "no ipv6 bgp aggregate-address X:X::X:X/M summary-only", 
11290        "Negate a command or set its defaults\n"
11291        "IPv6 information\n"
11292        "BGP information\n"
11293        "Configure BGP aggregate entries\n"
11294        "Aggregate prefix\n"
11295        "Filter more specific routes from updates\n")
11296
11297 DEFSH (0, no_rip_offset_list_ifname_cmd_vtysh, 
11298        "no offset-list WORD (in|out) <0-16> IFNAME", 
11299        "Negate a command or set its defaults\n"
11300        "Modify RIP metric\n"
11301        "Access-list name\n"
11302        "For incoming updates\n"
11303        "For outgoing updates\n"
11304        "Metric value\n"
11305        "Interface to match\n")
11306
11307 DEFSH (0, no_router_ripng_cmd_vtysh, 
11308        "no router ripng", 
11309        "Negate a command or set its defaults\n"
11310        "Enable a routing process\n"
11311        "Make RIPng instance command\n")
11312
11313 DEFSH (0, undebug_igmp_packets_cmd_vtysh, 
11314        "undebug igmp packets", 
11315        "Disable debugging functions (see also 'debug')\n"
11316        "IGMP protocol activity\n"
11317        "IGMP protocol packets\n")
11318
11319 DEFSH (0, no_ip_route_mask_vrf_cmd_vtysh, 
11320        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
11321        "Negate a command or set its defaults\n"
11322        "IP information\n"
11323        "Establish static routes\n"
11324        "IP destination prefix\n"
11325        "IP destination prefix mask\n"
11326        "IP gateway address\n"
11327        "IP gateway interface name\n"
11328        "Null interface\n"
11329        "Specify the VRF\nThe VRF ID\n")
11330
11331 DEFSH (0, bgp_maxpaths_ibgp_cmd_vtysh, 
11332        "maximum-paths ibgp " "<" "1" "-" "1" ">", 
11333        "Forward packets over multiple paths\n"
11334        "iBGP-multipath\n"
11335        "Number of paths\n")
11336
11337 DEFSH (0, no_rip_version_val_cmd_vtysh, 
11338        "no version <1-2>", 
11339        "Negate a command or set its defaults\n"
11340        "Set routing protocol version\n"
11341        "version\n")
11342
11343 DEFSH (0|0|0|0|0|0, no_set_metric_cmd_vtysh, 
11344        "no set metric", 
11345        "Negate a command or set its defaults\n"
11346        "Set values in destination routing protocol\n"
11347        "Metric value for destination routing protocol\n")
11348
11349 DEFSH (0, show_bgp_ipv4_encap_neighbor_advertised_routes_cmd_vtysh, 
11350        "show bgp ipv4 encap neighbors A.B.C.D advertised-routes", 
11351        "Show running system information\n"
11352        "BGP information\n"
11353        "Address Family\n"
11354        "Display ENCAP NLRI specific information\n"
11355        "Detailed information on TCP and BGP neighbor connections\n"
11356        "Neighbor to display information about\n"
11357        "Display the routes advertised to a BGP neighbor\n")
11358
11359 DEFSH (0, show_bgp_ipv4_safi_filter_list_cmd_vtysh, 
11360        "show bgp ipv4 (encap|multicast|unicast|vpn) filter-list WORD", 
11361        "Show running system information\n"
11362        "BGP information\n"
11363        "Address Family modifier\n"
11364        "Address Family modifier\n"
11365        "Address Family modifier\n"
11366        "Address Family modifier\n"
11367        "Display routes conforming to the filter-list\n"
11368        "Regular expression access list name\n")
11369
11370 DEFSH (0, no_csnp_interval_l2_arg_cmd_vtysh, 
11371        "no isis csnp-interval <1-600> level-2", 
11372        "Negate a command or set its defaults\n"
11373        "IS-IS commands\n"
11374        "Set CSNP interval in seconds\n"
11375        "CSNP interval value\n"
11376        "Specify interval for level-2 CSNPs\n")
11377
11378 DEFSH (0, no_ospf6_log_adjacency_changes_cmd_vtysh, 
11379        "no log-adjacency-changes", 
11380               "Negate a command or set its defaults\n"
11381        "Log changes in adjacency state\n")
11382
11383 DEFSH (0, no_link_params_inter_as_cmd_vtysh, 
11384        "no neighbor", 
11385        "Negate a command or set its defaults\n"
11386        "Remove Neighbor IP address and AS number for Inter-AS TE\n")
11387
11388 DEFSH (0, no_ospf_area_range_advertise_cmd_vtysh, 
11389        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M (advertise|not-advertise)", 
11390        "Negate a command or set its defaults\n"
11391        "OSPF area parameters\n"
11392        "OSPF area ID in IP address format\n"
11393        "OSPF area ID as a decimal value\n"
11394        "Summarize routes matching address/mask (border routers only)\n"
11395        "Area range prefix\n"
11396        "Advertise this range (default)\n"
11397        "DoNotAdvertise this range\n")
11398
11399 DEFSH (0, show_ipv6_bgp_community_all_cmd_vtysh, 
11400        "show ipv6 bgp community", 
11401        "Show running system information\n"
11402        "IPv6 information\n"
11403        "BGP information\n"
11404        "Display routes matching the communities\n")
11405
11406 DEFSH (0, clear_ip_bgp_instance_all_cmd_vtysh, 
11407        "clear ip bgp view WORD *", 
11408        "Reset functions\n"
11409        "IP information\n"
11410        "BGP information\n"
11411        "BGP view\n"
11412        "view name\n"
11413        "Clear all peers\n")
11414
11415 DEFSH (0, show_ip_rib_cmd_vtysh, 
11416        "show ip rib A.B.C.D", 
11417        "Show running system information\n"
11418        "IP information\n"
11419        "IP unicast routing table\n"
11420        "Unicast address\n")
11421
11422 DEFSH (0, test_pim_receive_upcall_cmd_vtysh, 
11423        "test pim receive upcall (nocache|wrongvif|wholepkt) <0-65535> A.B.C.D A.B.C.D", 
11424        "Test\n"
11425        "Test PIM protocol\n"
11426        "Test PIM message reception\n"
11427        "Test reception of kernel upcall\n"
11428        "NOCACHE kernel upcall\n"
11429        "WRONGVIF kernel upcall\n"
11430        "WHOLEPKT kernel upcall\n"
11431        "Input interface vif index\n"
11432        "Multicast group address\n"
11433        "Multicast source address\n")
11434
11435 DEFSH (0, show_ip_route_supernets_vrf_cmd_vtysh, 
11436        "show ip route supernets-only " "vrf <0-65535>", 
11437        "Show running system information\n"
11438        "IP information\n"
11439        "IP routing table\n"
11440        "Show supernet entries only\n"
11441        "Specify the VRF\nThe VRF ID\n")
11442
11443 DEFSH (0, no_ipv6_bgp_network_cmd_vtysh, 
11444        "no network X:X::X:X/M", 
11445        "Negate a command or set its defaults\n"
11446        "Specify a network to announce via BGP\n"
11447        "IPv6 prefix <network>/<length>\n")
11448
11449 DEFSH (0, ip_ospf_message_digest_key_cmd_vtysh, 
11450        "ip ospf message-digest-key <1-255> md5 KEY", 
11451        "IP Information\n"
11452        "OSPF interface commands\n"
11453        "Message digest authentication password (key)\n"
11454        "Key ID\n"
11455        "Use MD5 algorithm\n"
11456        "The OSPF password (key)")
11457
11458 DEFSH (0, show_bgp_ipv6_encap_cmd_vtysh, 
11459        "show bgp ipv6 encap", 
11460        "Show running system information\n"
11461        "BGP information\n"
11462        "Address Family\n"
11463        "Display ENCAP NLRI specific information\n")
11464
11465 DEFSH (0, router_info_as_cmd_vtysh, 
11466        "router-info as", 
11467        "OSPF Router Information specific commands\n"
11468        "Enable the Router Information functionality with AS flooding scope\n")
11469
11470 DEFSH (0, no_neighbor_password_cmd_vtysh, 
11471        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "password", 
11472        "Negate a command or set its defaults\n"
11473        "Specify neighbor router\n"
11474        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11475        "Set a password\n")
11476
11477 DEFSH (0|0|0|0, no_ip_prefix_list_seq_ge_le_cmd_vtysh, 
11478        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
11479        "Negate a command or set its defaults\n"
11480        "IP information\n"
11481        "Build a prefix list\n"
11482        "Name of a prefix list\n"
11483        "sequence number of an entry\n"
11484        "Sequence number\n"
11485        "Specify packets to reject\n"
11486        "Specify packets to forward\n"
11487        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
11488        "Minimum prefix length to be matched\n"
11489        "Minimum prefix length\n"
11490        "Maximum prefix length to be matched\n"
11491        "Maximum prefix length\n")
11492
11493 DEFSH (0, no_ipv6_bgp_distance_source_access_list_cmd_vtysh, 
11494        "no distance <1-255> X:X::X:X/M WORD", 
11495        "Negate a command or set its defaults\n"
11496        "Define an administrative distance\n"
11497        "Administrative distance\n"
11498        "IP source prefix\n"
11499        "Access list name\n")
11500
11501 DEFSH (0, clear_ip_bgp_as_vpnv4_in_cmd_vtysh, 
11502        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast in", 
11503        "Reset functions\n"
11504        "IP information\n"
11505        "BGP information\n"
11506        "Clear peers with the AS number\n"
11507        "Address family\n"
11508        "Address Family modifier\n"
11509        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
11510
11511 DEFSH (0, if_no_nhrp_nhs_cmd_vtysh, 
11512  "no " "(ip|ipv6)" " nhrp nhs (A.B.C.D|X:X::X:X|dynamic) nbma (A.B.C.D|FQDN)", 
11513  "Negate a command or set its defaults\n"
11514  "IP information\n" "IPv6 information\n"
11515  "Next Hop Resolution Protocol functions\n"
11516  "Nexthop Server configuration\n"
11517  "IPv4 protocol address\n"
11518  "IPv6 protocol address\n"
11519  "Automatic detection of protocol address\n"
11520  "IPv4 NBMA address\n"
11521  "Fully qualified domain name for NBMA address(es)\n")
11522
11523 DEFSH (0, no_neighbor_disable_connected_check_cmd_vtysh, 
11524        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "disable-connected-check", 
11525        "Negate a command or set its defaults\n"
11526        "Specify neighbor router\n"
11527        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11528        "one-hop away EBGP peer using loopback address\n")
11529
11530 DEFSH (0, ip_ospf_mtu_ignore_addr_cmd_vtysh, 
11531        "ip ospf mtu-ignore A.B.C.D", 
11532        "IP Information\n"
11533        "OSPF interface commands\n"
11534        "Disable mtu mismatch detection\n"
11535        "Address of interface")
11536
11537 DEFSH (0, show_bgp_ipv6_neighbor_received_routes_cmd_vtysh, 
11538        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) received-routes", 
11539        "Show running system information\n"
11540        "BGP information\n"
11541        "Address family\n"
11542        "Detailed information on TCP and BGP neighbor connections\n"
11543        "Neighbor to display information about\n"
11544        "Neighbor to display information about\n"
11545        "Display the received routes from neighbor\n")
11546
11547 DEFSH (0, show_bgp_ipv6_safi_community4_exact_cmd_vtysh, 
11548        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
11549        "Show running system information\n"
11550        "BGP information\n"
11551        "Address family\n"
11552        "Address family modifier\n"
11553        "Address family modifier\n"
11554        "Address family modifier\n"
11555        "Address family modifier\n"
11556        "Display routes matching the communities\n"
11557        "community number\n"
11558        "Do not send outside local AS (well-known community)\n"
11559        "Do not advertise to any peer (well-known community)\n"
11560        "Do not export to next AS (well-known community)\n"
11561        "community number\n"
11562        "Do not send outside local AS (well-known community)\n"
11563        "Do not advertise to any peer (well-known community)\n"
11564        "Do not export to next AS (well-known community)\n"
11565        "community number\n"
11566        "Do not send outside local AS (well-known community)\n"
11567        "Do not advertise to any peer (well-known community)\n"
11568        "Do not export to next AS (well-known community)\n"
11569        "community number\n"
11570        "Do not send outside local AS (well-known community)\n"
11571        "Do not advertise to any peer (well-known community)\n"
11572        "Do not export to next AS (well-known community)\n"
11573        "Exact match of the communities")
11574
11575 DEFSH (0, interface_ip_pim_drprio_cmd_vtysh, 
11576        "ip pim drpriority <1-4294967295>", 
11577        "IP information\n"
11578        "PIM information\n"
11579        "Set the Designated Router Election Priority\n"
11580        "Value of the new DR Priority\n")
11581
11582 DEFSH (0, ipv6_route_flags_tag_vrf_cmd_vtysh, 
11583        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
11584        "IP information\n"
11585        "Establish static routes\n"
11586        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
11587        "IPv6 gateway address\n"
11588        "IPv6 gateway interface name\n"
11589        "Emit an ICMP unreachable when matched\n"
11590        "Silently discard pkts when matched\n"
11591        "Set tag for this route\n"
11592        "Tag value\n"
11593        "Specify the VRF\nThe VRF ID\n")
11594
11595 DEFSH (0, no_set_aspath_prepend_val_cmd_vtysh, 
11596        "no set as-path prepend ." "<1-4294967295>", 
11597        "Negate a command or set its defaults\n"
11598        "Set values in destination routing protocol\n"
11599        "Transform BGP AS_PATH attribute\n"
11600        "Prepend to the as-path\n"
11601        "AS number\n")
11602
11603 DEFSH (0, ip_route_mask_flags2_vrf_cmd_vtysh, 
11604        "ip route A.B.C.D A.B.C.D (reject|blackhole) " "vrf <0-65535>", 
11605        "IP information\n"
11606        "Establish static routes\n"
11607        "IP destination prefix\n"
11608        "IP destination prefix mask\n"
11609        "Emit an ICMP unreachable when matched\n"
11610        "Silently discard pkts when matched\n"
11611        "Specify the VRF\nThe VRF ID\n")
11612
11613 DEFSH (0, set_ipv6_nexthop_global_cmd_vtysh, 
11614        "set ipv6 next-hop global X:X::X:X", 
11615        "Set values in destination routing protocol\n"
11616        "IPv6 information\n"
11617        "IPv6 next-hop address\n"
11618        "IPv6 global address\n"
11619        "IPv6 address of next hop\n")
11620
11621 DEFSH (0, show_bgp_ipv6_neighbors_cmd_vtysh, 
11622        "show bgp ipv6 neighbors", 
11623        "Show running system information\n"
11624        "BGP information\n"
11625        "Address family\n"
11626        "Detailed information on TCP and BGP neighbor connections\n")
11627
11628 DEFSH (0, show_ipv6_route_prefix_longer_vrf_all_cmd_vtysh, 
11629        "show ipv6 route X:X::X:X/M longer-prefixes " "vrf all", 
11630        "Show running system information\n"
11631        "IP information\n"
11632        "IPv6 routing table\n"
11633        "IPv6 prefix\n"
11634        "Show route matching the specified Network/Mask pair only\n"
11635        "Specify the VRF\nAll VRFs\n")
11636
11637 DEFSH (0, no_router_ospf_cmd_vtysh, 
11638        "no router ospf", 
11639        "Negate a command or set its defaults\n"
11640        "Enable a routing process\n"
11641        "Start OSPF configuration\n")
11642
11643 DEFSH (0, clear_ip_bgp_peer_vpnv4_soft_out_cmd_vtysh, 
11644        "clear ip bgp A.B.C.D vpnv4 unicast soft out", 
11645        "Reset functions\n"
11646        "IP information\n"
11647        "BGP information\n"
11648        "BGP neighbor address to clear\n"
11649        "Address family\n"
11650        "Address Family Modifier\n"
11651        "Soft reconfig inbound and outbound updates\n"
11652        "Resend all outbound updates\n")
11653
11654 DEFSH (0, no_neighbor_attr_unchanged_cmd_vtysh, 
11655        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged", 
11656        "Negate a command or set its defaults\n"
11657        "Specify neighbor router\n"
11658        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11659        "BGP attribute is propagated unchanged to this neighbor\n")
11660
11661 DEFSH (0|0|0|0, show_ipv6_prefix_list_name_cmd_vtysh, 
11662        "show ipv6 prefix-list WORD", 
11663        "Show running system information\n"
11664        "IPv6 information\n"
11665        "Build a prefix list\n"
11666        "Name of a prefix list\n")
11667
11668 DEFSH (0, no_match_peer_local_cmd_vtysh, 
11669        "no match peer local", 
11670        "Negate a command or set its defaults\n"
11671        "Match values from routing table\n"
11672        "Match peer address\n"
11673        "Static or Redistributed routes\n")
11674
11675 DEFSH (0, no_ip_rip_authentication_mode_type_authlen_cmd_vtysh, 
11676        "no ip rip authentication mode (md5|text) auth-length (rfc|old-ripd)", 
11677        "Negate a command or set its defaults\n"
11678        "IP information\n"
11679        "Routing Information Protocol\n"
11680        "Authentication control\n"
11681        "Authentication mode\n"
11682        "Keyed message digest\n"
11683        "Clear text authentication\n"
11684        "MD5 authentication data length\n"
11685        "RFC compatible\n"
11686        "Old ripd compatible\n")
11687
11688 DEFSH (0, debug_zebra_packet_direct_cmd_vtysh, 
11689        "debug zebra packet (recv|send|detail)", 
11690        "Debugging functions (see also 'undebug')\n"
11691        "Zebra configuration\n"
11692        "Debug option set for zebra packet\n"
11693        "Debug option set for receive packet\n"
11694        "Debug option set for send packet\n")
11695
11696 DEFSH (0|0|0|0|0|0, no_route_map_all_cmd_vtysh, 
11697        "no route-map WORD", 
11698        "Negate a command or set its defaults\n"
11699        "Create route-map or enter route-map command mode\n"
11700        "Route map tag\n")
11701
11702 DEFSH (0, no_ospf_area_import_list_cmd_vtysh, 
11703        "no area (A.B.C.D|<0-4294967295>) import-list NAME", 
11704        "Negate a command or set its defaults\n"
11705        "OSPF area parameters\n"
11706        "OSPF area ID in IP address format\n"
11707        "OSPF area ID as a decimal value\n"
11708        "Unset the filter for networks announced to other areas\n"
11709        "Name of the access-list\n")
11710
11711 DEFSH (0, show_ip_pim_hello_cmd_vtysh, 
11712        "show ip pim hello", 
11713        "Show running system information\n"
11714        "IP information\n"
11715        "PIM information\n"
11716        "PIM interface hello information\n")
11717
11718 DEFSH (0, debug_ospf_packet_send_recv_detail_cmd_vtysh, 
11719        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv) (detail|)", 
11720        "Debugging functions\n"
11721        "OSPF information\n"
11722        "OSPF packets\n"
11723        "OSPF Hello\n"
11724        "OSPF Database Description\n"
11725        "OSPF Link State Request\n"
11726        "OSPF Link State Update\n"
11727        "OSPF Link State Acknowledgment\n"
11728        "OSPF all packets\n"
11729        "Packet sent\n"
11730        "Packet received\n"
11731        "Detail Information\n")
11732
11733 DEFSH (0, vty_access_class_cmd_vtysh, 
11734        "access-class WORD", 
11735        "Filter connections based on an IP access list\n"
11736        "IP access list\n")
11737
11738 DEFSH (0, no_bgp_log_neighbor_changes_cmd_vtysh, 
11739        "no bgp log-neighbor-changes", 
11740        "Negate a command or set its defaults\n"
11741        "BGP specific commands\n"
11742        "Log neighbor up/down and reset reason\n")
11743
11744 DEFSH (0, clear_bgp_ipv6_peer_out_cmd_vtysh, 
11745        "clear bgp ipv6 (A.B.C.D|X:X::X:X) out", 
11746        "Reset functions\n"
11747        "BGP information\n"
11748        "Address family\n"
11749        "BGP neighbor address to clear\n"
11750        "BGP IPv6 neighbor to clear\n"
11751        "Resend all outbound updates\n")
11752
11753 DEFSH (0, show_ip_route_prefix_vrf_all_cmd_vtysh, 
11754        "show ip route A.B.C.D/M " "vrf all", 
11755        "Show running system information\n"
11756        "IP information\n"
11757        "IP routing table\n"
11758        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
11759        "Specify the VRF\nAll VRFs\n")
11760
11761 DEFSH (0, no_debug_ripng_zebra_cmd_vtysh, 
11762        "no debug ripng zebra", 
11763        "Negate a command or set its defaults\n"
11764        "Debugging functions (see also 'undebug')\n"
11765        "RIPng configuration\n"
11766        "Debug option set for ripng and zebra communication\n")
11767
11768 DEFSH (0, no_debug_ospf6_spf_time_cmd_vtysh, 
11769        "no debug ospf6 spf time", 
11770        "Negate a command or set its defaults\n"
11771        "Debugging functions (see also 'undebug')\n"
11772        "Open Shortest Path First (OSPF) for IPv6\n"
11773        "Quit Debugging SPF Calculation\n"
11774        "Quit Measuring time taken by SPF Calculation\n"
11775       )
11776
11777 DEFSH (0, no_ipv6_nd_ra_lifetime_cmd_vtysh, 
11778        "no ipv6 nd ra-lifetime", 
11779        "Negate a command or set its defaults\n"
11780        "Interface IPv6 config commands\n"
11781        "Neighbor discovery\n"
11782        "Router lifetime\n")
11783
11784 DEFSH (0, ripng_redistribute_ripng_cmd_vtysh, 
11785        "redistribute ripng", 
11786        "Redistribute information from another routing protocol\n"
11787        "RIPng route\n")
11788
11789 DEFSH (0, no_isis_metric_arg_cmd_vtysh, 
11790        "no isis metric <0-16777215>", 
11791        "Negate a command or set its defaults\n"
11792        "IS-IS commands\n"
11793        "Set default metric for circuit\n"
11794        "Default metric value\n")
11795
11796 DEFSH (0, show_bgp_ipv4_safi_lcommunity4_cmd_vtysh, 
11797        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
11798        "Show running system information\n"
11799        "BGP information\n"
11800        "Address family\n"
11801        "Address Family modifier\n"
11802        "Address Family modifier\n"
11803        "Display routes matching the large-communities\n"
11804        "large-community number\n"
11805        "large-community number\n"
11806        "large-community number\n"
11807        "large-community number\n")
11808
11809 DEFSH (0, no_bgp_confederation_peers_cmd_vtysh, 
11810        "no bgp confederation peers ." "<1-4294967295>", 
11811        "Negate a command or set its defaults\n"
11812        "BGP specific commands\n"
11813        "AS confederation parameters\n"
11814        "Peer ASs in BGP confederation\n"
11815        "AS number\n")
11816
11817 DEFSH (0, show_ipv6_ospf6_database_id_detail_cmd_vtysh, 
11818        "show ipv6 ospf6 database * A.B.C.D "
11819        "(detail|dump|internal)", 
11820        "Show running system information\n"
11821        "IPv6 information\n"
11822        "Open Shortest Path First (OSPF) for IPv6\n"
11823        "Display Link state database\n"
11824        "Any Link state Type\n"
11825        "Specify Link state ID as IPv4 address notation\n"
11826        "Display details of LSAs\n"
11827        "Dump LSAs\n"
11828        "Display LSA's internal information\n"
11829       )
11830
11831 DEFSH (0, show_ip_bgp_paths_cmd_vtysh, 
11832        "show ip bgp paths", 
11833        "Show running system information\n"
11834        "IP information\n"
11835        "BGP information\n"
11836        "Path information\n")
11837
11838 DEFSH (0, show_ipv6_ospf6_database_router_detail_cmd_vtysh, 
11839        "show ipv6 ospf6 database * * A.B.C.D "
11840        "(detail|dump|internal)", 
11841        "Show running system information\n"
11842        "IPv6 information\n"
11843        "Open Shortest Path First (OSPF) for IPv6\n"
11844        "Display Link state database\n"
11845        "Any Link state Type\n"
11846        "Any Link state ID\n"
11847        "Specify Advertising Router as IPv4 address notation\n"
11848        "Display details of LSAs\n"
11849        "Dump LSAs\n"
11850        "Display LSA's internal information\n"
11851       )
11852
11853 DEFSH (0, show_ip_bgp_ipv4_dampening_flap_stats_cmd_vtysh, 
11854        "show ip bgp ipv4 (unicast|multicast) dampening flap-statistics", 
11855        "Show running system information\n"
11856        "IP information\n"
11857        "BGP information\n"
11858        "Address family\n"
11859        "Address Family modifier\n"
11860        "Address Family modifier\n"
11861        "Display detailed information about dampening\n"
11862        "Display flap statistics of routes\n")
11863
11864 DEFSH (0, show_bgp_ipv6_safi_flap_regexp_cmd_vtysh, 
11865        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics regexp .LINE", 
11866        "Show running system information\n"
11867        "BGP information\n"
11868        "IPv6 information\n"
11869        "Address Family Modifier\n"
11870        "Address Family Modifier\n"
11871        "Address Family Modifier\n"
11872        "Address Family Modifier\n"
11873        "Display flap statistics of routes\n"
11874        "Display routes matching the AS path regular expression\n"
11875        "A regular-expression to match the BGP AS paths\n")
11876
11877 DEFSH (0, show_bgp_ipv4_safi_community_cmd_vtysh, 
11878        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export)", 
11879        "Show running system information\n"
11880        "BGP information\n"
11881        "Address family\n"
11882        "Address Family modifier\n"
11883        "Address Family modifier\n"
11884        "Display routes matching the communities\n"
11885        "community number\n"
11886        "Do not send outside local AS (well-known community)\n"
11887        "Do not advertise to any peer (well-known community)\n"
11888        "Do not export to next AS (well-known community)\n")
11889
11890 DEFSH (0, clear_ip_bgp_all_in_prefix_filter_cmd_vtysh, 
11891        "clear ip bgp * in prefix-filter", 
11892        "Reset functions\n"
11893        "IP information\n"
11894        "BGP information\n"
11895        "Clear all peers\n"
11896        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
11897        "Push out prefix-list ORF and do inbound soft reconfig\n")
11898
11899 DEFSH (0, bgp_redistribute_ipv4_metric_rmap_cmd_vtysh, 
11900        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
11901        "Redistribute information from another routing protocol\n"
11902        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
11903        "Metric for redistributed routes\n"
11904        "Default metric\n"
11905        "Route map reference\n"
11906        "Pointer to route-map entries\n")
11907
11908 DEFSH (0, show_bgp_neighbor_received_routes_cmd_vtysh, 
11909        "show bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
11910        "Show running system information\n"
11911        "BGP information\n"
11912        "Detailed information on TCP and BGP neighbor connections\n"
11913        "Neighbor to display information about\n"
11914        "Neighbor to display information about\n"
11915        "Display the received routes from neighbor\n")
11916
11917 DEFSH (0, no_ip_extcommunity_list_name_expanded_cmd_vtysh, 
11918        "no ip extcommunity-list expanded WORD (deny|permit) .LINE", 
11919        "Negate a command or set its defaults\n"
11920        "IP information\n"
11921        "Add a extended community list entry\n"
11922        "Specify expanded extcommunity-list\n"
11923        "Community list name\n"
11924        "Specify community to reject\n"
11925        "Specify community to accept\n"
11926        "An ordered list as a regular-expression\n")
11927
11928 DEFSH (0, neighbor_maximum_prefix_restart_cmd_vtysh, 
11929        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> restart <1-65535>", 
11930        "Specify neighbor router\n"
11931        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11932        "Maximum number of prefix accept from this peer\n"
11933        "maximum no. of prefix limit\n"
11934        "Restart bgp connection after limit is exceeded\n"
11935        "Restart interval in minutes")
11936
11937 DEFSH (0, debug_isis_spfevents_cmd_vtysh, 
11938        "debug isis spf-events", 
11939        "Debugging functions (see also 'undebug')\n"
11940        "IS-IS information\n"
11941        "IS-IS Shortest Path First Events\n")
11942
11943 DEFSH (0, no_neighbor_interface_cmd_vtysh, 
11944        "no neighbor (A.B.C.D|X:X::X:X) " "interface WORD", 
11945        "Negate a command or set its defaults\n"
11946        "Specify neighbor router\n"
11947        "Neighbor address\nIPv6 address\n"
11948        "Interface\n"
11949        "Interface name\n")
11950
11951 DEFSH (0, no_rip_version_cmd_vtysh, 
11952        "no version", 
11953        "Negate a command or set its defaults\n"
11954        "Set routing protocol version\n")
11955
11956 DEFSH (0, no_ospf_neighbor_priority_cmd_vtysh, 
11957        "no neighbor A.B.C.D priority <0-255>", 
11958        "Negate a command or set its defaults\n"
11959        "Specify neighbor router\n"
11960        "Neighbor IP address\n"
11961        "Neighbor Priority\n"
11962        "Priority\n")
11963
11964 DEFSH (0, show_ip_ospf_border_routers_cmd_vtysh, 
11965        "show ip ospf border-routers", 
11966        "Show running system information\n"
11967        "IP information\n"
11968        "show all the ABR's and ASBR's\n"
11969        "for this area\n")
11970
11971 DEFSH (0, show_ipv6_ospf6_interface_ifname_prefix_detail_cmd_vtysh, 
11972        "show ipv6 ospf6 interface IFNAME prefix (X:X::X:X|X:X::X:X/M|detail)", 
11973        "Show running system information\n"
11974        "IPv6 Information\n"
11975        "Open Shortest Path First (OSPF) for IPv6\n"
11976        "Interface information\n"
11977        "Interface name(e.g. ep0)\n"
11978        "Display connected prefixes to advertise\n"
11979        "Display the route bestmatches the address\n"
11980        "Display the route\n"
11981        "Display details of the prefixes\n"
11982        )
11983
11984 DEFSH (0, no_ip_irdp_address_preference_cmd_vtysh, 
11985        "no ip irdp address A.B.C.D preference <0-2147483647>", 
11986        "Negate a command or set its defaults\n"
11987        "IP information\n"
11988        "Alter ICMP Router discovery preference this interface\n"
11989        "Removes IRDP non-default preference\n"
11990        "Select IRDP address\n"
11991        "Old preference level\n")
11992
11993 DEFSH (0, show_bgp_view_ipv6_neighbor_damp_cmd_vtysh, 
11994        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
11995        "Show running system information\n"
11996        "BGP information\n"
11997        "BGP view\n"
11998        "View name\n"
11999        "Address family\n"
12000        "Detailed information on TCP and BGP neighbor connections\n"
12001        "Neighbor to display information about\n"
12002        "Neighbor to display information about\n"
12003        "Display the dampened routes received from neighbor\n")
12004
12005 DEFSH (0|0|0|0|0, match_interface_cmd_vtysh, 
12006        "match interface WORD", 
12007        "Match values from routing table\n"
12008        "match first hop interface of route\n"
12009        "Interface name\n")
12010
12011 DEFSH (0, no_ipv6_aggregate_address_summary_only_cmd_vtysh, 
12012        "no aggregate-address X:X::X:X/M summary-only", 
12013        "Negate a command or set its defaults\n"
12014        "Configure BGP aggregate entries\n"
12015        "Aggregate prefix\n"
12016        "Filter more specific routes from updates\n")
12017
12018 DEFSH (0, show_ip_route_summary_cmd_vtysh, 
12019        "show ip route summary", 
12020        "Show running system information\n"
12021        "IP information\n"
12022        "IP routing table\n"
12023        "Summary of all routes\n")
12024
12025 DEFSH (0, no_ipv6_bgp_distance_cmd_vtysh, 
12026        "no distance bgp <1-255> <1-255> <1-255>", 
12027        "Negate a command or set its defaults\n"
12028        "Define an administrative distance\n"
12029        "BGP distance\n"
12030        "Distance for routes external to the AS\n"
12031        "Distance for routes internal to the AS\n"
12032        "Distance for local routes\n")
12033
12034 DEFSH (0, show_ip_bgp_neighbor_damp_cmd_vtysh, 
12035        "show ip bgp neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
12036        "Show running system information\n"
12037        "IP information\n"
12038        "BGP information\n"
12039        "Detailed information on TCP and BGP neighbor connections\n"
12040        "Neighbor to display information about\n"
12041        "Neighbor to display information about\n"
12042        "Display the dampened routes received from neighbor\n")
12043
12044 DEFSH (0, show_ipv6_ospf6_interface_prefix_detail_cmd_vtysh, 
12045        "show ipv6 ospf6 interface prefix (X:X::X:X|X:X::X:X/M|detail)", 
12046        "Show running system information\n"
12047        "IPv6 Information\n"
12048        "Open Shortest Path First (OSPF) for IPv6\n"
12049        "Interface information\n"
12050        "Display connected prefixes to advertise\n"
12051        "Display the route bestmatches the address\n"
12052        "Display the route\n"
12053        "Display details of the prefixes\n"
12054        )
12055
12056 DEFSH (0, ip_route_tag_cmd_vtysh, 
12057        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
12058        "IP information\n"
12059        "Establish static routes\n"
12060        "IP destination prefix (e.g. 10.0.0.0/8)\n"
12061        "IP gateway address\n"
12062        "IP gateway interface name\n"
12063        "Null interface\n"
12064        "Set tag for this route\n"
12065        "Tag value\n")
12066
12067 DEFSH (0, show_ip_bgp_neighbor_flap_cmd_vtysh, 
12068        "show ip bgp neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
12069        "Show running system information\n"
12070        "IP information\n"
12071        "BGP information\n"
12072        "Detailed information on TCP and BGP neighbor connections\n"
12073        "Neighbor to display information about\n"
12074        "Neighbor to display information about\n"
12075        "Display flap statistics of the routes learned from neighbor\n")
12076
12077 DEFSH (0, isis_priority_cmd_vtysh, 
12078        "isis priority <0-127>", 
12079        "IS-IS commands\n"
12080        "Set priority for Designated Router election\n"
12081        "Priority value\n")
12082
12083 DEFSH (0, show_ipv6_mbgp_cmd_vtysh, 
12084        "show ipv6 mbgp", 
12085        "Show running system information\n"
12086        "IP information\n"
12087        "MBGP information\n")
12088
12089 DEFSH (0, show_ip_bgp_rsclient_prefix_cmd_vtysh, 
12090        "show ip bgp rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
12091        "Show running system information\n"
12092        "IP information\n"
12093        "BGP information\n"
12094        "Information about Route Server Client\n"
12095        "Neighbor address\nIPv6 address\n"
12096        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
12097
12098 DEFSH (0, show_ipv6_ospf6_route_match_cmd_vtysh, 
12099        "show ipv6 ospf6 route X:X::X:X/M match", 
12100        "Show running system information\n"
12101        "IPv6 Information\n"
12102        "Open Shortest Path First (OSPF) for IPv6\n"
12103        "Routing Table\n"
12104        "Specify IPv6 prefix\n"
12105        "Display routes which match the specified route\n"
12106        )
12107
12108 DEFSH (0, show_ip_route_summary_prefix_cmd_vtysh, 
12109        "show ip route summary prefix", 
12110        "Show running system information\n"
12111        "IP information\n"
12112        "IP routing table\n"
12113        "Summary of all routes\n"
12114        "Prefix routes\n")
12115
12116 DEFSH (0, show_bgp_ipv4_safi_rsclient_cmd_vtysh, 
12117        "show bgp ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
12118        "Show running system information\n"
12119        "BGP information\n"
12120        "Address family\n"
12121        "Address Family modifier\n"
12122        "Address Family modifier\n"
12123        "Information about Route Server Client\n"
12124        "Neighbor address\nIPv6 address\n")
12125
12126 DEFSH (0, no_match_ipv6_next_hop_cmd_vtysh, 
12127        "no match ipv6 next-hop X:X::X:X", 
12128        "Negate a command or set its defaults\n"
12129        "Match values from routing table\n"
12130        "IPv6 information\n"
12131        "Match IPv6 next-hop address of route\n"
12132        "IPv6 address of next hop\n")
12133
12134 DEFSH (0, no_ip_route_mask_cmd_vtysh, 
12135        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0)", 
12136        "Negate a command or set its defaults\n"
12137        "IP information\n"
12138        "Establish static routes\n"
12139        "IP destination prefix\n"
12140        "IP destination prefix mask\n"
12141        "IP gateway address\n"
12142        "IP gateway interface name\n"
12143        "Null interface\n")
12144
12145 DEFSH (0|0|0|0, ip_prefix_list_cmd_vtysh, 
12146        "ip prefix-list WORD (deny|permit) (A.B.C.D/M|any)", 
12147        "IP information\n"
12148        "Build a prefix list\n"
12149        "Name of a prefix list\n"
12150        "Specify packets to reject\n"
12151        "Specify packets to forward\n"
12152        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
12153        "Any prefix match. Same as \"0.0.0.0/0 le 32\"\n")
12154
12155 DEFSH (0, no_ip_route_mask_flags_distance2_cmd_vtysh, 
12156        "no ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255>", 
12157        "Negate a command or set its defaults\n"
12158        "IP information\n"
12159        "Establish static routes\n"
12160        "IP destination prefix\n"
12161        "IP destination prefix mask\n"
12162        "Emit an ICMP unreachable when matched\n"
12163        "Silently discard pkts when matched\n"
12164        "Distance value for this route\n")
12165
12166 DEFSH (0|0|0|0, no_ip_prefix_list_le_cmd_vtysh, 
12167        "no ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32>", 
12168        "Negate a command or set its defaults\n"
12169        "IP information\n"
12170        "Build a prefix list\n"
12171        "Name of a prefix list\n"
12172        "Specify packets to reject\n"
12173        "Specify packets to forward\n"
12174        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
12175        "Maximum prefix length to be matched\n"
12176        "Maximum prefix length\n")
12177
12178 DEFSH (0, no_vty_access_class_cmd_vtysh, 
12179        "no access-class [WORD]", 
12180        "Negate a command or set its defaults\n"
12181        "Filter connections based on an IP access list\n"
12182        "IP access list\n")
12183
12184 DEFSH (0, undebug_bgp_nht_cmd_vtysh, 
12185        "undebug bgp nht", 
12186        "Disable debugging functions (see also 'debug')\n"
12187        "BGP information\n"
12188        "BGP next-hop tracking updates\n")
12189
12190 DEFSH (0, ospf6_interface_area_cmd_vtysh, 
12191        "interface IFNAME area A.B.C.D", 
12192        "Enable routing on an IPv6 interface\n"
12193        "Interface name(e.g. ep0)\n"
12194        "Specify the OSPF6 area ID\n"
12195        "OSPF6 area ID in IPv4 address notation\n"
12196       )
12197
12198 DEFSH (0, isis_circuit_type_cmd_vtysh, 
12199        "isis circuit-type (level-1|level-1-2|level-2-only)", 
12200        "IS-IS commands\n"
12201        "Configure circuit type for interface\n"
12202        "Level-1 only adjacencies are formed\n"
12203        "Level-1-2 adjacencies are formed\n"
12204        "Level-2 only adjacencies are formed\n")
12205
12206 DEFSH (0, no_debug_isis_snp_cmd_vtysh, 
12207        "no debug isis snp-packets", 
12208        "Disable debugging functions (see also 'debug')\n"
12209        "IS-IS information\n"
12210        "IS-IS CSNP/PSNP packets\n")
12211
12212 DEFSH (0, clear_bgp_ipv6_all_rsclient_cmd_vtysh, 
12213        "clear bgp ipv6 * rsclient", 
12214        "Reset functions\n"
12215        "BGP information\n"
12216        "Address family\n"
12217        "Clear all peers\n"
12218        "Soft reconfig for rsclient RIB\n")
12219
12220 DEFSH (0, no_spf_interval_l1_cmd_vtysh, 
12221        "no spf-interval level-1", 
12222        "Negate a command or set its defaults\n"
12223        "Minimum interval between SPF calculations\n"
12224        "Set interval for level 1 only\n")
12225
12226 DEFSH (0, neighbor_soft_reconfiguration_cmd_vtysh, 
12227        "neighbor (A.B.C.D|X:X::X:X|WORD) " "soft-reconfiguration inbound", 
12228        "Specify neighbor router\n"
12229        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
12230        "Per neighbor soft reconfiguration\n"
12231        "Allow inbound soft reconfiguration for this neighbor\n")
12232
12233 DEFSH (0, show_ip_bgp_dampened_paths_cmd_vtysh, 
12234        "show ip bgp dampened-paths", 
12235        "Show running system information\n"
12236        "IP information\n"
12237        "BGP information\n"
12238        "Display paths suppressed due to dampening\n")
12239
12240 DEFSH (0, no_ipv6_nd_homeagent_lifetime_val_cmd_vtysh, 
12241        "no ipv6 nd home-agent-lifetime <0-65520>", 
12242        "Negate a command or set its defaults\n"
12243        "Interface IPv6 config commands\n"
12244        "Neighbor discovery\n"
12245        "Home Agent lifetime\n"
12246        "Home Agent lifetime in seconds (0 to track ra-lifetime)\n")
12247
12248 DEFSH (0, no_isis_hello_multiplier_l1_cmd_vtysh, 
12249        "no isis hello-multiplier level-1", 
12250        "Negate a command or set its defaults\n"
12251        "IS-IS commands\n"
12252        "Set multiplier for Hello holding time\n"
12253        "Specify hello multiplier for level-1 IIHs\n")
12254
12255 DEFSH (0, no_ip_route_mask_distance_cmd_vtysh, 
12256        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255>", 
12257        "Negate a command or set its defaults\n"
12258        "IP information\n"
12259        "Establish static routes\n"
12260        "IP destination prefix\n"
12261        "IP destination prefix mask\n"
12262        "IP gateway address\n"
12263        "IP gateway interface name\n"
12264        "Null interface\n"
12265        "Distance value for this route\n")
12266
12267 DEFSH (0, no_bgp_network_mask_natural_route_map_cmd_vtysh, 
12268        "no network A.B.C.D route-map WORD", 
12269        "Negate a command or set its defaults\n"
12270        "Specify a network to announce via BGP\n"
12271        "Network number\n"
12272        "Route-map to modify the attributes\n"
12273        "Name of the route map\n")
12274
12275 DEFSH (0, clear_ip_bgp_peer_ipv4_in_cmd_vtysh, 
12276        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in", 
12277        "Reset functions\n"
12278        "IP information\n"
12279        "BGP information\n"
12280        "BGP neighbor address to clear\n"
12281        "Address family\n"
12282        "Address Family modifier\n"
12283        "Address Family modifier\n"
12284        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
12285
12286 DEFSH (0, show_ip_nht_cmd_vtysh, 
12287        "show ip nht", 
12288        "Show running system information\n"
12289        "IP information\n"
12290        "IP nexthop tracking table\n")
12291
12292 DEFSH (0, clear_ip_bgp_external_in_prefix_filter_cmd_vtysh, 
12293        "clear ip bgp external in prefix-filter", 
12294        "Reset functions\n"
12295        "IP information\n"
12296        "BGP information\n"
12297        "Clear all external peers\n"
12298        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
12299        "Push out prefix-list ORF and do inbound soft reconfig\n")
12300
12301 DEFSH (0, debug_ospf_nssa_cmd_vtysh, 
12302        "debug ospf nssa", 
12303        "Debugging functions (see also 'undebug')\n"
12304        "OSPF information\n"
12305        "OSPF nssa information\n")
12306
12307 DEFSH (0, undebug_bgp_filter_cmd_vtysh, 
12308        "undebug bgp filters", 
12309        "Disable debugging functions (see also 'debug')\n"
12310        "BGP information\n"
12311        "BGP filters\n")
12312
12313 DEFSH (0, show_bgp_ipv4_safi_community_exact_cmd_vtysh, 
12314        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
12315        "Show running system information\n"
12316        "BGP information\n"
12317        "Address family\n"
12318        "Address Family modifier\n"
12319        "Address Family modifier\n"
12320        "Display routes matching the communities\n"
12321        "community number\n"
12322        "Do not send outside local AS (well-known community)\n"
12323        "Do not advertise to any peer (well-known community)\n"
12324        "Do not export to next AS (well-known community)\n"
12325        "Exact match of the communities")
12326
12327 DEFSH (0, show_ip_bgp_flap_prefix_longer_cmd_vtysh, 
12328        "show ip bgp flap-statistics A.B.C.D/M longer-prefixes", 
12329        "Show running system information\n"
12330        "IP information\n"
12331        "BGP information\n"
12332        "Display flap statistics of routes\n"
12333        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
12334        "Display route and more specific routes\n")
12335
12336 DEFSH (0, ipv6_ospf6_advertise_prefix_list_cmd_vtysh, 
12337        "ipv6 ospf6 advertise prefix-list WORD", 
12338        "IPv6 Information\n"
12339        "Open Shortest Path First (OSPF) for IPv6\n"
12340        "Advertising options\n"
12341        "Filter prefix using prefix-list\n"
12342        "Prefix list name\n"
12343        )
12344
12345 DEFSH (0, show_ip_bgp_ipv4_cmd_vtysh, 
12346        "show ip bgp ipv4 (unicast|multicast)", 
12347        "Show running system information\n"
12348        "IP information\n"
12349        "BGP information\n"
12350        "Address family\n"
12351        "Address Family modifier\n"
12352        "Address Family modifier\n")
12353
12354 DEFSH (0, no_ip_route_flags_tag_distance2_cmd_vtysh, 
12355        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>", 
12356        "Negate a command or set its defaults\n"
12357        "IP information\n"
12358        "Establish static routes\n"
12359        "IP destination prefix (e.g. 10.0.0.0/8)\n"
12360        "Emit an ICMP unreachable when matched\n"
12361        "Silently discard pkts when matched\n"
12362        "Tag of this route\n"
12363        "Tag value\n"
12364        "Distance value for this route\n")
12365
12366 DEFSH (0, match_ipv6_next_hop_cmd_vtysh, 
12367        "match ipv6 next-hop X:X::X:X", 
12368        "Match values from routing table\n"
12369        "IPv6 information\n"
12370        "Match IPv6 next-hop address of route\n"
12371        "IPv6 address of next hop\n")
12372
12373 DEFSH (0, no_ripng_redistribute_type_routemap_cmd_vtysh, 
12374        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " route-map WORD", 
12375        "Negate a command or set its defaults\n"
12376        "Redistribute\n"
12377        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
12378        "Route map reference\n"
12379        "Pointer to route-map entries\n")
12380
12381 DEFSH (0, debug_ospf_nsm_cmd_vtysh, 
12382        "debug ospf nsm", 
12383        "Debugging functions (see also 'undebug')\n"
12384        "OSPF information\n"
12385        "OSPF Neighbor State Machine\n")
12386
12387 DEFSH (0, ipv6_aggregate_address_cmd_vtysh, 
12388        "aggregate-address X:X::X:X/M", 
12389        "Configure BGP aggregate entries\n"
12390        "Aggregate prefix\n")
12391
12392 DEFSH (0, show_ipv6_mbgp_lcommunity_cmd_vtysh, 
12393        "show ipv6 mbgp large-community (AA:BB:CC)", 
12394        "Show running system information\n"
12395        "IPv6 information\n"
12396        "MBGP information\n"
12397        "Display routes matching the large-communities\n"
12398        "large-community number\n")
12399
12400 DEFSH (0, show_ipv6_ospf6_linkstate_detail_cmd_vtysh, 
12401        "show ipv6 ospf6 linkstate detail", 
12402        "Show running system information\n"
12403        "IPv6 Information\n"
12404        "Open Shortest Path First (OSPF) for IPv6\n"
12405        "Display linkstate routing table\n"
12406       )
12407
12408 DEFSH (0, ip_ospf_hello_interval_addr_cmd_vtysh, 
12409        "ip ospf hello-interval <1-65535> A.B.C.D", 
12410        "IP Information\n"
12411        "OSPF interface commands\n"
12412        "Time between HELLO packets\n"
12413        "Seconds\n"
12414        "Address of interface")
12415
12416 DEFSH (0, clear_bgp_ipv6_peer_group_in_prefix_filter_cmd_vtysh, 
12417        "clear bgp ipv6 peer-group WORD in prefix-filter", 
12418        "Reset functions\n"
12419        "BGP information\n"
12420        "Address family\n"
12421        "Clear all members of peer-group\n"
12422        "BGP peer-group name\n"
12423        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
12424        "Push out prefix-list ORF and do inbound soft reconfig\n")
12425
12426 DEFSH (0|0|0|0|0, no_match_interface_val_cmd_vtysh, 
12427        "no match interface WORD", 
12428        "Negate a command or set its defaults\n"
12429        "Match values from routing table\n"
12430        "Match first hop interface of route\n"
12431        "Interface name\n")
12432
12433 DEFSH (0, show_bgp_ipv6_prefix_pathtype_cmd_vtysh, 
12434        "show bgp ipv6 X:X::X:X/M (bestpath|multipath)", 
12435        "Show running system information\n"
12436        "BGP information\n"
12437        "Address family\n"
12438        "IPv6 prefix <network>/<length>\n"
12439        "Display only the bestpath\n"
12440        "Display only multipaths\n")
12441
12442 DEFSH (0, no_ip_router_isis_cmd_vtysh, 
12443        "no (ip|ipv6) router isis WORD", 
12444        "Negate a command or set its defaults\n"
12445        "Interface Internet Protocol config commands\n"
12446        "IP router interface commands\n"
12447        "IS-IS Routing for IP\n"
12448        "Routing process tag\n")
12449
12450 DEFSH (0, show_ip_pim_local_membership_cmd_vtysh, 
12451        "show ip pim local-membership", 
12452        "Show running system information\n"
12453        "IP information\n"
12454        "PIM information\n"
12455        "PIM interface local-membership\n")
12456
12457 DEFSH (0, show_ip_pim_upstream_rpf_cmd_vtysh, 
12458        "show ip pim upstream-rpf", 
12459        "Show running system information\n"
12460        "IP information\n"
12461        "PIM information\n"
12462        "PIM upstream source rpf\n")
12463
12464 DEFSH (0, debug_ospf_lsa_sub_cmd_vtysh, 
12465        "debug ospf lsa (generate|flooding|install|refresh)", 
12466        "Debugging functions (see also 'undebug')\n"
12467        "OSPF information\n"
12468        "OSPF Link State Advertisement\n"
12469        "LSA Generation\n"
12470        "LSA Flooding\n"
12471        "LSA Install/Delete\n"
12472        "LSA Refresh\n")
12473
12474 DEFSH (0, ipv6_access_list_exact_cmd_vtysh, 
12475        "ipv6 access-list WORD (deny|permit) X:X::X:X/M exact-match", 
12476        "IPv6 information\n"
12477        "Add an access list entry\n"
12478        "IPv6 zebra access-list\n"
12479        "Specify packets to reject\n"
12480        "Specify packets to forward\n"
12481        "Prefix to match. e.g. 3ffe:506::/32\n"
12482        "Exact match of the prefixes\n")
12483
12484 DEFSH (0, debug_rip_zebra_cmd_vtysh, 
12485        "debug rip zebra", 
12486        "Debugging functions (see also 'undebug')\n"
12487        "RIP information\n"
12488        "RIP and ZEBRA communication\n")
12489
12490 DEFSH (0, show_ip_rpf_cmd_vtysh, 
12491        "show ip rpf", 
12492        "Show running system information\n"
12493        "IP information\n"
12494        "Display RPF information for multicast source\n")
12495
12496 DEFSH (0, no_ospf_redistribute_source_cmd_vtysh, 
12497        "no redistribute " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)", 
12498        "Negate a command or set its defaults\n"
12499        "Redistribute information from another routing protocol\n"
12500        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
12501
12502 DEFSH (0, no_ipv6_route_pref_tag_cmd_vtysh, 
12503        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>", 
12504        "Negate a command or set its defaults\n"
12505        "IP information\n"
12506        "Establish static routes\n"
12507        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
12508        "IPv6 gateway address\n"
12509        "IPv6 gateway interface name\n"
12510        "Set tag for this route\n"
12511        "Tag value\n"
12512        "Distance value for this prefix\n")
12513
12514 DEFSH (0, ospf_router_id_cmd_vtysh, 
12515        "ospf router-id A.B.C.D", 
12516        "OSPF specific commands\n"
12517        "router-id for the OSPF process\n"
12518        "OSPF router-id in IP address format\n")
12519
12520 DEFSH (0, accept_lifetime_duration_month_day_cmd_vtysh, 
12521        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> duration <1-2147483646>", 
12522        "Set accept lifetime of the key\n"
12523        "Time to start\n"
12524        "Month of the year to start\n"
12525        "Day of th month to start\n"
12526        "Year to start\n"
12527        "Duration of the key\n"
12528        "Duration seconds\n")
12529
12530 DEFSH (0|0|0|0, ipv6_prefix_list_seq_ge_le_cmd_vtysh, 
12531        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
12532        "IPv6 information\n"
12533        "Build a prefix list\n"
12534        "Name of a prefix list\n"
12535        "sequence number of an entry\n"
12536        "Sequence number\n"
12537        "Specify packets to reject\n"
12538        "Specify packets to forward\n"
12539        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
12540        "Minimum prefix length to be matched\n"
12541        "Minimum prefix length\n"
12542        "Maximum prefix length to be matched\n"
12543        "Maximum prefix length\n")
12544
12545 DEFSH (0, no_bgp_graceful_restart_restart_time_cmd_vtysh, 
12546        "no bgp graceful-restart restart-time", 
12547        "Negate a command or set its defaults\n"
12548        "BGP specific commands\n"
12549        "Graceful restart capability parameters\n"
12550        "Set the time to wait to delete stale routes before a BGP open message is received\n")
12551
12552 DEFSH (0, show_ipv6_route_tag_cmd_vtysh, 
12553        "show ipv6 route tag <1-4294967295>", 
12554        "Show running system information\n"
12555        "IP information\n"
12556        "IPv6 routing table\n"
12557        "Show only routes with tag\n"
12558        "Tag value\n")
12559
12560 DEFSH (0, no_ipv6_nd_router_preference_cmd_vtysh, 
12561        "no ipv6 nd router-preference", 
12562        "Negate a command or set its defaults\n"
12563        "Interface IPv6 config commands\n"
12564        "Neighbor discovery\n"
12565        "Default router preference\n")
12566
12567 DEFSH (0, no_neighbor_advertise_interval_cmd_vtysh, 
12568        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "advertisement-interval", 
12569        "Negate a command or set its defaults\n"
12570        "Specify neighbor router\n"
12571        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
12572        "Minimum interval between sending BGP routing updates\n")
12573
12574 DEFSH (0, clear_bgp_ipv6_all_soft_out_cmd_vtysh, 
12575        "clear bgp ipv6 * soft out", 
12576        "Reset functions\n"
12577        "BGP information\n"
12578        "Address family\n"
12579        "Clear all peers\n"
12580        "Soft reconfig inbound and outbound updates\n"
12581        "Resend all outbound updates\n")
12582
12583 DEFSH (0, vty_ipv6_access_class_cmd_vtysh, 
12584        "ipv6 access-class WORD", 
12585        "IPv6 information\n"
12586        "Filter connections based on an IP access list\n"
12587        "IPv6 access list\n")
12588
12589 DEFSH (0, clear_ip_bgp_instance_all_ipv4_soft_out_cmd_vtysh, 
12590        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft out", 
12591        "Reset functions\n"
12592        "IP information\n"
12593        "BGP information\n"
12594        "BGP view\n"
12595        "view name\n"
12596        "Clear all peers\n"
12597        "Address family\n"
12598        "Address Family modifier\n"
12599        "Address Family modifier\n"
12600        "Resend all outbound updates\n")
12601
12602 DEFSH (0, access_list_extended_host_host_cmd_vtysh, 
12603        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D host A.B.C.D", 
12604        "Add an access list entry\n"
12605        "IP extended access list\n"
12606        "IP extended access list (expanded range)\n"
12607        "Specify packets to reject\n"
12608        "Specify packets to forward\n"
12609        "Any Internet Protocol\n"
12610        "A single source host\n"
12611        "Source address\n"
12612        "A single destination host\n"
12613        "Destination address\n")
12614
12615 DEFSH (0, bgp_network_mask_backdoor_cmd_vtysh, 
12616        "network A.B.C.D mask A.B.C.D backdoor", 
12617        "Specify a network to announce via BGP\n"
12618        "Network number\n"
12619        "Network mask\n"
12620        "Network mask\n"
12621        "Specify a BGP backdoor route\n")
12622
12623 DEFSH (0|0|0|0, ip_prefix_list_seq_le_cmd_vtysh, 
12624        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32>", 
12625        "IP information\n"
12626        "Build a prefix list\n"
12627        "Name of a prefix list\n"
12628        "sequence number of an entry\n"
12629        "Sequence number\n"
12630        "Specify packets to reject\n"
12631        "Specify packets to forward\n"
12632        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
12633        "Maximum prefix length to be matched\n"
12634        "Maximum prefix length\n")
12635
12636 DEFSH (0, show_ip_bgp_community3_exact_cmd_vtysh, 
12637        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
12638        "Show running system information\n"
12639        "IP information\n"
12640        "BGP information\n"
12641        "Display routes matching the communities\n"
12642        "community number\n"
12643        "Do not send outside local AS (well-known community)\n"
12644        "Do not advertise to any peer (well-known community)\n"
12645        "Do not export to next AS (well-known community)\n"
12646        "community number\n"
12647        "Do not send outside local AS (well-known community)\n"
12648        "Do not advertise to any peer (well-known community)\n"
12649        "Do not export to next AS (well-known community)\n"
12650        "community number\n"
12651        "Do not send outside local AS (well-known community)\n"
12652        "Do not advertise to any peer (well-known community)\n"
12653        "Do not export to next AS (well-known community)\n"
12654        "Exact match of the communities")
12655
12656 DEFSH (0, no_bgp_network_mask_cmd_vtysh, 
12657        "no network A.B.C.D mask A.B.C.D", 
12658        "Negate a command or set its defaults\n"
12659        "Specify a network to announce via BGP\n"
12660        "Network number\n"
12661        "Network mask\n"
12662        "Network mask\n")
12663
12664 DEFSH (0, ipv6_ospf6_instance_cmd_vtysh, 
12665        "ipv6 ospf6 instance-id <0-255>", 
12666        "IPv6 Information\n"
12667        "Open Shortest Path First (OSPF) for IPv6\n"
12668        "Instance ID for this interface\n"
12669        "Instance ID value\n"
12670        )
12671
12672 DEFSH (0, debug_ospf6_abr_cmd_vtysh, 
12673        "debug ospf6 abr", 
12674        "Debugging functions (see also 'undebug')\n"
12675        "Open Shortest Path First (OSPF) for IPv6\n"
12676        "Debug OSPFv3 ABR function\n"
12677       )
12678
12679 DEFSH (0, send_lifetime_day_month_month_day_cmd_vtysh, 
12680        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
12681        "Set send lifetime of the key\n"
12682        "Time to start\n"
12683        "Day of th month to start\n"
12684        "Month of the year to start\n"
12685        "Year to start\n"
12686        "Time to expire\n"
12687        "Month of the year to expire\n"
12688        "Day of th month to expire\n"
12689        "Year to expire\n")
12690
12691 DEFSH (0, no_ospf_area_stub_cmd_vtysh, 
12692        "no area (A.B.C.D|<0-4294967295>) stub", 
12693        "Negate a command or set its defaults\n"
12694        "OSPF area parameters\n"
12695        "OSPF area ID in IP address format\n"
12696        "OSPF area ID as a decimal value\n"
12697        "Configure OSPF area as stub\n")
12698
12699 DEFSH (0, no_ip_community_list_name_standard_all_cmd_vtysh, 
12700        "no ip community-list standard WORD", 
12701        "Negate a command or set its defaults\n"
12702        "IP information\n"
12703        "Add a community list entry\n"
12704        "Add a standard community-list entry\n"
12705        "Community list name\n")
12706
12707 DEFSH (0, show_ip_bgp_ipv4_regexp_cmd_vtysh, 
12708        "show ip bgp ipv4 (unicast|multicast) regexp .LINE", 
12709        "Show running system information\n"
12710        "IP information\n"
12711        "BGP information\n"
12712        "Address family\n"
12713        "Address Family modifier\n"
12714        "Address Family modifier\n"
12715        "Display routes matching the AS path regular expression\n"
12716        "A regular-expression to match the BGP AS paths\n")
12717
12718 DEFSH (0, ospf_transmit_delay_cmd_vtysh, 
12719        "ospf transmit-delay <1-65535>", 
12720        "OSPF interface commands\n"
12721        "Link state transmit delay\n"
12722        "Seconds\n")
12723
12724 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_cmd_vtysh, 
12725        "show ipv6 ospf6 database "
12726        "(router|network|inter-prefix|inter-router|as-external|"
12727        "group-membership|type-7|link|intra-prefix) self-originated", 
12728        "Show running system information\n"
12729        "IPv6 information\n"
12730        "Open Shortest Path First (OSPF) for IPv6\n"
12731        "Display Link state database\n"
12732        "Display Router LSAs\n"
12733        "Display Network LSAs\n"
12734        "Display Inter-Area-Prefix LSAs\n"
12735        "Display Inter-Area-Router LSAs\n"
12736        "Display As-External LSAs\n"
12737        "Display Group-Membership LSAs\n"
12738        "Display Type-7 LSAs\n"
12739        "Display Link LSAs\n"
12740        "Display Intra-Area-Prefix LSAs\n"
12741        "Display Self-originated LSAs\n"
12742       )
12743
12744 DEFSH (0, show_bgp_ipv4_lcommunity_cmd_vtysh, 
12745        "show bgp ipv4 large-community (AA:BB:CC)", 
12746        "Show running system information\n"
12747        "BGP information\n"
12748        "IP information\n"
12749        "Display routes matching the large-communities\n"
12750        "large-community number\n")
12751
12752 DEFSH (0, no_isis_metric_l2_arg_cmd_vtysh, 
12753        "no isis metric <0-16777215> level-2", 
12754        "Negate a command or set its defaults\n"
12755        "IS-IS commands\n"
12756        "Set default metric for circuit\n"
12757        "Default metric value\n"
12758        "Specify metric for level-2 routing\n")
12759
12760 DEFSH (0, no_max_lsp_lifetime_l1_cmd_vtysh, 
12761        "no max-lsp-lifetime level-1", 
12762        "Negate a command or set its defaults\n"
12763        "LSP lifetime for Level 1 only in seconds\n")
12764
12765 DEFSH (0, no_ipv6_bgp_distance2_cmd_vtysh, 
12766        "no distance bgp", 
12767        "Negate a command or set its defaults\n"
12768        "Define an administrative distance\n"
12769        "BGP distance\n")
12770
12771 DEFSH (0, show_bgp_community_exact_cmd_vtysh, 
12772        "show bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
12773        "Show running system information\n"
12774        "BGP information\n"
12775        "Display routes matching the communities\n"
12776        "community number\n"
12777        "Do not send outside local AS (well-known community)\n"
12778        "Do not advertise to any peer (well-known community)\n"
12779        "Do not export to next AS (well-known community)\n"
12780        "Exact match of the communities")
12781
12782 DEFSH (0, clear_ip_bgp_all_vpnv4_in_cmd_vtysh, 
12783        "clear ip bgp * vpnv4 unicast in", 
12784        "Reset functions\n"
12785        "IP information\n"
12786        "BGP information\n"
12787        "Clear all peers\n"
12788        "Address family\n"
12789        "Address Family Modifier\n"
12790        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
12791
12792 DEFSH (0|0|0|0, show_ip_prefix_list_summary_cmd_vtysh, 
12793        "show ip prefix-list summary", 
12794        "Show running system information\n"
12795        "IP information\n"
12796        "Build a prefix list\n"
12797        "Summary of prefix lists\n")
12798
12799 DEFSH (0, undebug_ssmpingd_cmd_vtysh, 
12800        "undebug ssmpingd", 
12801        "Disable debugging functions (see also 'debug')\n"
12802        "PIM protocol activity\n"
12803        "ssmpingd activity\n")
12804
12805 DEFSH (0, no_spf_interval_l1_arg_cmd_vtysh, 
12806        "no spf-interval level-1 <1-120>", 
12807        "Negate a command or set its defaults\n"
12808        "Minimum interval between SPF calculations\n"
12809        "Set interval for level 1 only\n"
12810        "Minimum interval between consecutive SPFs in seconds\n")
12811
12812 DEFSH (0, no_ip_community_list_expanded_all_cmd_vtysh, 
12813        "no ip community-list <100-500>", 
12814        "Negate a command or set its defaults\n"
12815        "IP information\n"
12816        "Add a community list entry\n"
12817        "Community list number (expanded)\n")
12818
12819 DEFSH (0, show_bgp_view_ipv6_route_cmd_vtysh, 
12820        "show bgp view WORD ipv6 X:X::X:X", 
12821        "Show running system information\n"
12822        "BGP information\n"
12823        "BGP view\n"
12824        "View name\n"
12825        "Address family\n"
12826        "Network in the BGP routing table to display\n")
12827
12828 DEFSH (0, clear_bgp_instance_all_soft_out_cmd_vtysh, 
12829        "clear bgp view WORD * soft out", 
12830        "Reset functions\n"
12831        "BGP information\n"
12832        "BGP view\n"
12833        "view name\n"
12834        "Clear all peers\n"
12835        "Soft reconfig inbound and outbound updates\n"
12836        "Resend all outbound updates\n")
12837
12838 DEFSH (0, no_debug_ospf6_brouter_cmd_vtysh, 
12839        "no debug ospf6 border-routers", 
12840        "Negate a command or set its defaults\n"
12841        "Debugging functions (see also 'undebug')\n"
12842        "Open Shortest Path First (OSPF) for IPv6\n"
12843        "Debug border router\n"
12844       )
12845
12846 DEFSH (0, no_bgp_timers_arg_cmd_vtysh, 
12847        "no timers bgp <0-65535> <0-65535>", 
12848        "Negate a command or set its defaults\n"
12849        "Adjust routing timers\n"
12850        "BGP timers\n"
12851        "Keepalive interval\n"
12852        "Holdtime\n")
12853
12854 DEFSH (0, isis_mpls_te_on_cmd_vtysh, 
12855        "mpls-te on", 
12856        "MPLS-TE specific commands\n"
12857        "Enable MPLS-TE functionality\n")
12858
12859 DEFSH (0, ipv6_route_ifname_cmd_vtysh, 
12860        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE", 
12861        "IP information\n"
12862        "Establish static routes\n"
12863        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
12864        "IPv6 gateway address\n"
12865        "IPv6 gateway interface name\n")
12866
12867 DEFSH (0, no_ospf_cost_u32_cmd_vtysh, 
12868        "no ospf cost <1-65535>", 
12869        "Negate a command or set its defaults\n"
12870        "OSPF interface commands\n"
12871        "Interface cost\n"
12872        "Cost")
12873
12874 DEFSH (0, bgp_redistribute_ipv4_rmap_metric_cmd_vtysh, 
12875        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
12876        "Redistribute information from another routing protocol\n"
12877        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
12878        "Route map reference\n"
12879        "Pointer to route-map entries\n"
12880        "Metric for redistributed routes\n"
12881        "Default metric\n")
12882
12883 DEFSH (0|0|0|0, ip_prefix_list_description_cmd_vtysh, 
12884        "ip prefix-list WORD description .LINE", 
12885        "IP information\n"
12886        "Build a prefix list\n"
12887        "Name of a prefix list\n"
12888        "Prefix-list specific description\n"
12889        "Up to 80 characters describing this prefix-list\n")
12890
12891 DEFSH (0, no_set_community_none_cmd_vtysh, 
12892        "no set community none", 
12893        "Negate a command or set its defaults\n"
12894        "Set values in destination routing protocol\n"
12895        "BGP community attribute\n"
12896        "No community attribute\n")
12897
12898 DEFSH (0|0, no_neighbor_maximum_prefix_warning_cmd_vtysh, 
12899        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> warning-only", 
12900        "Negate a command or set its defaults\n"
12901        "Specify neighbor router\n"
12902        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
12903        "Maximum number of prefix accept from this peer\n"
12904        "maximum no. of prefix limit\n"
12905        "Only give warning message when limit is exceeded\n")
12906
12907 DEFSH (0, show_ip_pim_rpf_cmd_vtysh, 
12908        "show ip pim rpf", 
12909        "Show running system information\n"
12910        "IP information\n"
12911        "PIM information\n"
12912        "PIM cached source rpf information\n")
12913
12914 DEFSH (0, clear_bgp_peer_soft_cmd_vtysh, 
12915        "clear bgp (A.B.C.D|X:X::X:X) soft", 
12916        "Reset functions\n"
12917        "BGP information\n"
12918        "BGP neighbor address to clear\n"
12919        "BGP IPv6 neighbor to clear\n"
12920        "Soft reconfig inbound and outbound updates\n")
12921
12922 DEFSH (0, show_bgp_ipv4_safi_community4_cmd_vtysh, 
12923        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
12924        "Show running system information\n"
12925        "BGP information\n"
12926        "Address family\n"
12927        "Address Family modifier\n"
12928        "Address Family modifier\n"
12929        "Display routes matching the communities\n"
12930        "community number\n"
12931        "Do not send outside local AS (well-known community)\n"
12932        "Do not advertise to any peer (well-known community)\n"
12933        "Do not export to next AS (well-known community)\n"
12934        "community number\n"
12935        "Do not send outside local AS (well-known community)\n"
12936        "Do not advertise to any peer (well-known community)\n"
12937        "Do not export to next AS (well-known community)\n"
12938        "community number\n"
12939        "Do not send outside local AS (well-known community)\n"
12940        "Do not advertise to any peer (well-known community)\n"
12941        "Do not export to next AS (well-known community)\n"
12942        "community number\n"
12943        "Do not send outside local AS (well-known community)\n"
12944        "Do not advertise to any peer (well-known community)\n"
12945        "Do not export to next AS (well-known community)\n")
12946
12947 DEFSH (0, show_ip_ospf_database_type_id_self_cmd_vtysh, 
12948        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") A.B.C.D (self-originate|)", 
12949        "Show running system information\n"
12950        "IP information\n"
12951        "OSPF information\n"
12952        "Database summary\n"
12953        "ASBR summary link states\n" "External link states\n" "Network link states\n" "Router link states\n" "Network summary link states\n" "NSSA external link state\n" "Link local Opaque-LSA\n" "Link area Opaque-LSA\n" "Link AS Opaque-LSA\n"
12954        "Link State ID (as an IP address)\n"
12955        "Self-originated link states\n"
12956        "\n")
12957
12958 DEFSH (0, no_auto_cost_reference_bandwidth_cmd_vtysh, 
12959        "no auto-cost reference-bandwidth", 
12960        "Negate a command or set its defaults\n"
12961        "Calculate OSPF interface cost according to bandwidth\n"
12962        "Use reference bandwidth method to assign OSPF cost\n")
12963
12964 DEFSH (0, ospf6_distance_ospf6_external_inter_cmd_vtysh, 
12965        "distance ospf6 external <1-255> inter-area <1-255>", 
12966        "Define an administrative distance\n"
12967        "OSPF6 Administrative distance\n"
12968        "External routes\n"
12969        "Distance for external routes\n"
12970        "Inter-area routes\n"
12971        "Distance for inter-area routes\n")
12972
12973 DEFSH (0, show_ip_bgp_vpnv4_all_summary_cmd_vtysh, 
12974        "show ip bgp vpnv4 all summary", 
12975        "Show running system information\n"
12976        "IP information\n"
12977        "BGP information\n"
12978        "Display VPNv4 NLRI specific information\n"
12979        "Display information about all VPNv4 NLRIs\n"
12980        "Summary of BGP neighbor status\n")
12981
12982 DEFSH (0, show_ipv6_mbgp_community_exact_cmd_vtysh, 
12983        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
12984        "Show running system information\n"
12985        "IPv6 information\n"
12986        "MBGP information\n"
12987        "Display routes matching the communities\n"
12988        "community number\n"
12989        "Do not send outside local AS (well-known community)\n"
12990        "Do not advertise to any peer (well-known community)\n"
12991        "Do not export to next AS (well-known community)\n"
12992        "Exact match of the communities")
12993
12994 DEFSH (0, show_bgp_ipv4_vpn_route_cmd_vtysh, 
12995        "show bgp ipv4 vpn A.B.C.D", 
12996        "Show running system information\n"
12997        "BGP information\n"
12998        "Address Family\n"
12999        "Display VPN NLRI specific information\n"
13000        "Network in the BGP routing table to display\n")
13001
13002 DEFSH (0, show_ip_igmp_querier_cmd_vtysh, 
13003        "show ip igmp querier", 
13004        "Show running system information\n"
13005        "IP information\n"
13006        "IGMP information\n"
13007        "IGMP querier information\n")
13008
13009 DEFSH (0, ospf_area_range_not_advertise_cmd_vtysh, 
13010        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M not-advertise", 
13011        "OSPF area parameters\n"
13012        "OSPF area ID in IP address format\n"
13013        "OSPF area ID as a decimal value\n"
13014        "Summarize routes matching address/mask (border routers only)\n"
13015        "Area range prefix\n"
13016        "DoNotAdvertise this range\n")
13017
13018 DEFSH (0, show_bgp_ipv6_rsclient_summary_cmd_vtysh, 
13019       "show bgp ipv6 rsclient summary", 
13020        "Show running system information\n"
13021        "BGP information\n"
13022        "Address family\n"
13023        "Information about Route Server Clients\n"
13024        "Summary of all Route Server Clients\n")
13025
13026 DEFSH (0, show_bgp_ipv4_vpn_rd_route_cmd_vtysh, 
13027        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn A.B.C.D", 
13028        "Show running system information\n"
13029        "BGP information\n"
13030        "IP information\n"
13031        "Display VPN NLRI specific information\n"
13032        "Display information for a route distinguisher\n"
13033        "VPN Route Distinguisher\n"
13034        "Network in the BGP routing table to display\n")
13035
13036 DEFSH (0, show_bgp_ipv6_route_pathtype_cmd_vtysh, 
13037        "show bgp ipv6 X:X::X:X (bestpath|multipath)", 
13038        "Show running system information\n"
13039        "BGP information\n"
13040        "Address family\n"
13041        "Network in the BGP routing table to display\n"
13042        "Display only the bestpath\n"
13043        "Display only multipaths\n")
13044
13045 DEFSH (0, if_nhrp_flags_cmd_vtysh, 
13046  "(ip|ipv6)" " nhrp (shortcut|redirect)", 
13047  "IP information\n" "IPv6 information\n"
13048  "Next Hop Resolution Protocol functions\n"
13049  "Allow shortcut establishment\n"
13050  "Send redirect notifications\n")
13051
13052 DEFSH (0, show_database_arg_cmd_vtysh, 
13053        "show isis database WORD", 
13054        "Show running system information\n"
13055        "IS-IS information\n"
13056        "IS-IS link state database\n"
13057        "LSP ID\n")
13058
13059 DEFSH (0, undebug_pim_trace_cmd_vtysh, 
13060        "undebug pim trace", 
13061        "Disable debugging functions (see also 'debug')\n"
13062        "PIM protocol activity\n"
13063        "PIM internal daemon activity\n")
13064
13065 DEFSH (0, bgp_log_neighbor_changes_cmd_vtysh, 
13066        "bgp log-neighbor-changes", 
13067        "BGP specific commands\n"
13068        "Log neighbor up/down and reset reason\n")
13069
13070 DEFSH (0, no_bgp_distance_source_cmd_vtysh, 
13071        "no distance <1-255> A.B.C.D/M", 
13072        "Negate a command or set its defaults\n"
13073        "Define an administrative distance\n"
13074        "Administrative distance\n"
13075        "IP source prefix\n")
13076
13077 DEFSH (0, show_bgp_ipv4_safi_prefix_longer_cmd_vtysh, 
13078        "show bgp ipv4 (encap|multicast|unicast|vpn) A.B.C.D/M longer-prefixes", 
13079        "Show running system information\n"
13080        "BGP information\n"
13081        "Address family\n"
13082        "Address Family modifier\n"
13083        "Address Family modifier\n"
13084        "Address Family modifier\n"
13085        "Address Family modifier\n"
13086        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
13087        "Display route and more specific routes\n")
13088
13089 DEFSH (0, show_debugging_nhrp_cmd_vtysh, 
13090  "show debugging nhrp", 
13091  "Show running system information\n"
13092  "Debugging information\n"
13093  "NHRP configuration\n")
13094
13095 DEFSH (0, ip_route_flags_tag_vrf_cmd_vtysh, 
13096        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
13097        "IP information\n"
13098        "Establish static routes\n"
13099        "IP destination prefix (e.g. 10.0.0.0/8)\n"
13100        "IP gateway address\n"
13101        "IP gateway interface name\n"
13102        "Emit an ICMP unreachable when matched\n"
13103        "Silently discard pkts when matched\n"
13104        "Set tag for this route\n"
13105        "Tag value\n"
13106        "Specify the VRF\nThe VRF ID\n")
13107
13108 DEFSH (0, clear_ip_bgp_peer_ipv4_soft_out_cmd_vtysh, 
13109        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft out", 
13110        "Reset functions\n"
13111        "IP information\n"
13112        "BGP information\n"
13113        "BGP neighbor address to clear\n"
13114        "Address family\n"
13115        "Address Family modifier\n"
13116        "Address Family modifier\n"
13117        "Soft reconfig inbound and outbound updates\n"
13118        "Resend all outbound updates\n")
13119
13120 DEFSH (0, show_bgp_ipv6_rsclient_route_cmd_vtysh, 
13121        "show bgp ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
13122        "Show running system information\n"
13123        "BGP information\n"
13124        "IPv6 Information\n"
13125        "Information about Route Server Client\n"
13126        "Neighbor address\nIPv6 address\n"
13127        "Network in the BGP routing table to display\n")
13128
13129 DEFSH (0, no_spf_interval_cmd_vtysh, 
13130        "no spf-interval", 
13131        "Negate a command or set its defaults\n"
13132        "Minimum interval between SPF calculations\n")
13133
13134 DEFSH (0, show_ipv6_ospf6_neighbor_cmd_vtysh, 
13135        "show ipv6 ospf6 neighbor", 
13136        "Show running system information\n"
13137        "IPv6 Information\n"
13138        "Open Shortest Path First (OSPF) for IPv6\n"
13139        "Neighbor list\n"
13140       )
13141
13142 DEFSH (0, no_neighbor_set_peer_group_cmd_vtysh, 
13143        "no neighbor (A.B.C.D|X:X::X:X) " "peer-group WORD", 
13144        "Negate a command or set its defaults\n"
13145        "Specify neighbor router\n"
13146        "Neighbor address\nIPv6 address\n"
13147        "Member of the peer-group\n"
13148        "peer-group name\n")
13149
13150 DEFSH (0, no_set_aggregator_as_cmd_vtysh, 
13151        "no set aggregator as", 
13152        "Negate a command or set its defaults\n"
13153        "Set values in destination routing protocol\n"
13154        "BGP aggregator attribute\n"
13155        "AS number of aggregator\n")
13156
13157 DEFSH (0|0|0|0|0|0, no_route_map_cmd_vtysh, 
13158        "no route-map WORD (deny|permit) <1-65535>", 
13159        "Negate a command or set its defaults\n"
13160        "Create route-map or enter route-map command mode\n"
13161        "Route map tag\n"
13162        "Route map denies set operations\n"
13163        "Route map permits set operations\n"
13164        "Sequence to insert to/delete from existing route-map entry\n")
13165
13166 DEFSH (0, match_origin_cmd_vtysh, 
13167        "match origin (egp|igp|incomplete)", 
13168        "Match values from routing table\n"
13169        "BGP origin code\n"
13170        "remote EGP\n"
13171        "local IGP\n"
13172        "unknown heritage\n")
13173
13174 DEFSH (0, no_ip_ospf_retransmit_interval_addr_cmd_vtysh, 
13175        "no ip ospf retransmit-interval A.B.C.D", 
13176        "Negate a command or set its defaults\n"
13177        "IP Information\n"
13178        "OSPF interface commands\n"
13179        "Time between retransmitting lost link state advertisements\n"
13180        "Address of interface")
13181
13182 DEFSH (0, show_bgp_ipv4_encap_prefix_cmd_vtysh, 
13183        "show bgp ipv4 encap A.B.C.D/M", 
13184        "Show running system information\n"
13185        "BGP information\n"
13186        "IP information\n"
13187        "Display ENCAP NLRI specific information\n"
13188        "Display information about ENCAP NLRIs\n"
13189        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
13190
13191 DEFSH (0, show_ip_bgp_ipv4_community_list_cmd_vtysh, 
13192        "show ip bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD)", 
13193        "Show running system information\n"
13194        "IP information\n"
13195        "BGP information\n"
13196        "Address family\n"
13197        "Address Family modifier\n"
13198        "Address Family modifier\n"
13199        "Display routes matching the community-list\n"
13200        "community-list number\n"
13201        "community-list name\n")
13202
13203 DEFSH (0, show_bgp_ipv6_neighbor_flap_cmd_vtysh, 
13204        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
13205        "Show running system information\n"
13206        "BGP information\n"
13207        "Address family\n"
13208        "Detailed information on TCP and BGP neighbor connections\n"
13209        "Neighbor to display information about\n"
13210        "Neighbor to display information about\n"
13211        "Display flap statistics of the routes learned from neighbor\n")
13212
13213 DEFSH (0, show_ip_bgp_ipv4_lcommunity_all_cmd_vtysh, 
13214        "show ip bgp ipv4 (unicast|multicast) large-community", 
13215        "Show running system information\n"
13216        "IP information\n"
13217        "BGP information\n"
13218        "Address family\n"
13219        "Address Family modifier\n"
13220        "Address Family modifier\n"
13221        "Display routes matching the large-communities\n")
13222
13223 DEFSH (0, show_bgp_ipv4_safi_prefix_pathtype_cmd_vtysh, 
13224        "show bgp ipv4 (unicast|multicast) A.B.C.D/M (bestpath|multipath)", 
13225        "Show running system information\n"
13226        "BGP information\n"
13227        "Address family\n"
13228        "Address Family modifier\n"
13229        "Address Family modifier\n"
13230        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
13231        "Display only the bestpath\n"
13232        "Display only multipaths\n")
13233
13234 DEFSH (0, no_neighbor_attr_unchanged8_cmd_vtysh, 
13235        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop as-path med", 
13236        "Negate a command or set its defaults\n"
13237        "Specify neighbor router\n"
13238        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13239        "BGP attribute is propagated unchanged to this neighbor\n"
13240        "Nexthop attribute\n"
13241        "As-path attribute\n"
13242        "Med attribute\n")
13243
13244 DEFSH (0, no_neighbor_activate_cmd_vtysh, 
13245        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "activate", 
13246        "Negate a command or set its defaults\n"
13247        "Specify neighbor router\n"
13248        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13249        "Enable the Address Family for this Neighbor\n")
13250
13251 DEFSH (0, no_ip_route_flags2_vrf_cmd_vtysh, 
13252        "no ip route A.B.C.D/M (reject|blackhole) " "vrf <0-65535>", 
13253        "Negate a command or set its defaults\n"
13254        "IP information\n"
13255        "Establish static routes\n"
13256        "IP destination prefix (e.g. 10.0.0.0/8)\n"
13257        "Emit an ICMP unreachable when matched\n"
13258        "Silently discard pkts when matched\n"
13259        "Specify the VRF\nThe VRF ID\n")
13260
13261 DEFSH (0, isis_priority_l2_cmd_vtysh, 
13262        "isis priority <0-127> level-2", 
13263        "IS-IS commands\n"
13264        "Set priority for Designated Router election\n"
13265        "Priority value\n"
13266        "Specify priority for level-2 routing\n")
13267
13268 DEFSH (0, ripng_default_metric_cmd_vtysh, 
13269        "default-metric <1-16>", 
13270        "Set a metric of redistribute routes\n"
13271        "Default metric\n")
13272
13273 DEFSH (0, no_router_info_cmd_vtysh, 
13274        "no router-info", 
13275        "Negate a command or set its defaults\n"
13276        "Disable the Router Information functionality\n")
13277
13278 DEFSH (0|0, no_set_ip_nexthop_cmd_vtysh, 
13279        "no set ip next-hop", 
13280        "Negate a command or set its defaults\n"
13281        "Set values in destination routing protocol\n"
13282        "IP information\n"
13283        "Next hop address\n")
13284
13285 DEFSH (0, no_csnp_interval_arg_cmd_vtysh, 
13286        "no isis csnp-interval <1-600>", 
13287        "Negate a command or set its defaults\n"
13288        "IS-IS commands\n"
13289        "Set CSNP interval in seconds\n"
13290        "CSNP interval value\n")
13291
13292 DEFSH (0|0|0|0, no_ipv6_prefix_list_le_cmd_vtysh, 
13293        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128>", 
13294        "Negate a command or set its defaults\n"
13295        "IPv6 information\n"
13296        "Build a prefix list\n"
13297        "Name of a prefix list\n"
13298        "Specify packets to reject\n"
13299        "Specify packets to forward\n"
13300        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
13301        "Maximum prefix length to be matched\n"
13302        "Maximum prefix length\n")
13303
13304 DEFSH (0, show_bgp_view_afi_safi_neighbor_adv_recd_routes_cmd_vtysh, 
13305        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) (advertised-routes|received-routes)", 
13306        "Show running system information\n"
13307        "BGP information\n"
13308        "BGP view\n"
13309        "View name\n"
13310        "Address family\n"
13311        "Address family\n"
13312        "Address family modifier\n"
13313        "Address family modifier\n"
13314        "Detailed information on TCP and BGP neighbor connections\n"
13315        "Neighbor to display information about\n"
13316        "Neighbor to display information about\n"
13317        "Display the advertised routes to neighbor\n"
13318        "Display the received routes from neighbor\n")
13319
13320 DEFSH (0, pce_neighbor_cmd_vtysh, 
13321        "pce neighbor as <0-65535>", 
13322        "PCE Router Information specific commands\n"
13323        "Configure PCE neighbor domain AS number\n"
13324        "AS number of PCE neighbors\n"
13325        "AS number in decimal <0-65535>\n")
13326
13327 DEFSH (0, no_neighbor_attr_unchanged3_cmd_vtysh, 
13328        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop (as-path|med)", 
13329        "Negate a command or set its defaults\n"
13330        "Specify neighbor router\n"
13331        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13332        "BGP attribute is propagated unchanged to this neighbor\n"
13333        "Nexthop attribute\n"
13334        "As-path attribute\n"
13335        "Med attribute\n")
13336
13337 DEFSH (0, neighbor_unsuppress_map_cmd_vtysh, 
13338        "neighbor (A.B.C.D|X:X::X:X|WORD) " "unsuppress-map WORD", 
13339        "Specify neighbor router\n"
13340        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13341        "Route-map to selectively unsuppress suppressed routes\n"
13342        "Name of route map\n")
13343
13344 DEFSH (0, no_ipv6_nd_ra_lifetime_val_cmd_vtysh, 
13345        "no ipv6 nd ra-lifetime <0-9000>", 
13346        "Negate a command or set its defaults\n"
13347        "Interface IPv6 config commands\n"
13348        "Neighbor discovery\n"
13349        "Router lifetime\n"
13350        "Router lifetime in seconds (0 stands for a non-default gw)\n")
13351
13352 DEFSH (0, isis_hello_interval_cmd_vtysh, 
13353        "isis hello-interval <1-600>", 
13354        "IS-IS commands\n"
13355        "Set Hello interval\n"
13356        "Hello interval value\n"
13357        "Holdtime 1 seconds,  interval depends on multiplier\n")
13358
13359 DEFSH (0, neighbor_prefix_list_cmd_vtysh, 
13360        "neighbor (A.B.C.D|X:X::X:X|WORD) " "prefix-list WORD (in|out)", 
13361        "Specify neighbor router\n"
13362        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13363        "Filter updates to/from this neighbor\n"
13364        "Name of a prefix list\n"
13365        "Filter incoming updates\n"
13366        "Filter outgoing updates\n")
13367
13368 DEFSH (0, ripng_redistribute_type_metric_routemap_cmd_vtysh, 
13369        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16> route-map WORD", 
13370        "Redistribute\n"
13371        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
13372        "Metric\n"
13373        "Metric value\n"
13374        "Route map reference\n"
13375        "Pointer to route-map entries\n")
13376
13377 DEFSH (0, clear_bgp_external_in_cmd_vtysh, 
13378        "clear bgp external in", 
13379        "Reset functions\n"
13380        "BGP information\n"
13381        "Clear all external peers\n"
13382        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
13383
13384 DEFSH (0, show_bgp_ipv6_safi_damp_flap_statistics_cmd_vtysh, 
13385        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics", 
13386        "Show running system information\n"
13387        "BGP information\n"
13388        "Address Family\n"
13389        "Address Family modifier\n"
13390        "Address Family modifier\n"
13391        "Address Family modifier\n"
13392        "Address Family modifier\n"
13393        "Display detailed information about dampening\n"
13394        "Display flap statistics of routes\n")
13395
13396 DEFSH (0, no_ipv6_ospf6_network_cmd_vtysh, 
13397        "no ipv6 ospf6 network", 
13398        "Negate a command or set its defaults\n"
13399        "IPv6 Information\n"
13400        "Open Shortest Path First (OSPF) for IPv6\n"
13401        "Network Type\n"
13402        "Default to whatever interface type system specifies"
13403        )
13404
13405 DEFSH (0, show_ip_forwarding_cmd_vtysh, 
13406        "show ip forwarding", 
13407        "Show running system information\n"
13408        "IP information\n"
13409        "IP forwarding status\n")
13410
13411 DEFSH (0, ip_mroute_cmd_vtysh, 
13412        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE)", 
13413        "IP information\n"
13414        "Configure static unicast route into MRIB for multicast RPF lookup\n"
13415        "IP destination prefix (e.g. 10.0.0.0/8)\n"
13416        "Nexthop address\n"
13417        "Nexthop interface name\n")
13418
13419 DEFSH (0, ip_route_mask_tag_distance_cmd_vtysh, 
13420        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
13421        "IP information\n"
13422        "Establish static routes\n"
13423        "IP destination prefix\n"
13424        "IP destination prefix mask\n"
13425        "IP gateway address\n"
13426        "IP gateway interface name\n"
13427        "Null interface\n"
13428        "Set tag for this route\n"
13429        "Tag value\n"
13430        "Distance value for this route\n")
13431
13432 DEFSH (0, clear_bgp_as_soft_in_cmd_vtysh, 
13433        "clear bgp " "<1-4294967295>" " soft in", 
13434        "Reset functions\n"
13435        "BGP information\n"
13436        "Clear peers with the AS number\n"
13437        "Soft reconfig inbound and outbound updates\n"
13438        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
13439
13440 DEFSH (0, show_bgp_view_afi_safi_community4_cmd_vtysh, 
13441        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
13442        "Show running system information\n"
13443        "BGP information\n"
13444        "BGP view\n"
13445        "View name\n"
13446        "Address family\n"
13447        "Address family\n"
13448        "Address family modifier\n"
13449        "Address family modifier\n"
13450        "Display routes matching the communities\n"
13451        "community number\n"
13452        "Do not send outside local AS (well-known community)\n"
13453        "Do not advertise to any peer (well-known community)\n"
13454        "Do not export to next AS (well-known community)\n"
13455        "community number\n"
13456        "Do not send outside local AS (well-known community)\n"
13457        "Do not advertise to any peer (well-known community)\n"
13458        "Do not export to next AS (well-known community)\n"
13459        "community number\n"
13460        "Do not send outside local AS (well-known community)\n"
13461        "Do not advertise to any peer (well-known community)\n"
13462        "Do not export to next AS (well-known community)\n"
13463        "community number\n"
13464        "Do not send outside local AS (well-known community)\n"
13465        "Do not advertise to any peer (well-known community)\n"
13466        "Do not export to next AS (well-known community)\n")
13467
13468 DEFSH (0, no_ospf_area_range_substitute_cmd_vtysh, 
13469        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M substitute A.B.C.D/M", 
13470        "Negate a command or set its defaults\n"
13471        "OSPF area parameters\n"
13472        "OSPF area ID in IP address format\n"
13473        "OSPF area ID as a decimal value\n"
13474        "Summarize routes matching address/mask (border routers only)\n"
13475        "Area range prefix\n"
13476        "Announce area range as another prefix\n"
13477        "Network prefix to be announced instead of range\n")
13478
13479 DEFSH (0, ipv6_route_flags_tag_cmd_vtysh, 
13480        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
13481        "IP information\n"
13482        "Establish static routes\n"
13483        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
13484        "IPv6 gateway address\n"
13485        "IPv6 gateway interface name\n"
13486        "Emit an ICMP unreachable when matched\n"
13487        "Silently discard pkts when matched\n"
13488        "Set tag for this route\n"
13489        "Tag value\n")
13490
13491 DEFSH (0, no_ipv6_nd_reachable_time_val_cmd_vtysh, 
13492        "no ipv6 nd reachable-time <1-3600000>", 
13493        "Negate a command or set its defaults\n"
13494        "Interface IPv6 config commands\n"
13495        "Neighbor discovery\n"
13496        "Reachable time\n"
13497        "Reachable time in milliseconds\n")
13498
13499 DEFSH (0, ip_ospf_authentication_key_addr_cmd_vtysh, 
13500        "ip ospf authentication-key AUTH_KEY A.B.C.D", 
13501        "IP Information\n"
13502        "OSPF interface commands\n"
13503        "Authentication password (key)\n"
13504        "The OSPF password (key)\n"
13505        "Address of interface")
13506
13507 DEFSH (0, show_ip_bgp_cmd_vtysh, 
13508        "show ip bgp", 
13509        "Show running system information\n"
13510        "IP information\n"
13511        "BGP information\n")
13512
13513 DEFSH (0, clear_bgp_external_soft_cmd_vtysh, 
13514        "clear bgp external soft", 
13515        "Reset functions\n"
13516        "BGP information\n"
13517        "Clear all external peers\n"
13518        "Soft reconfig inbound and outbound updates\n")
13519
13520 DEFSH (0, no_ipv6_ospf6_advertise_prefix_list_cmd_vtysh, 
13521        "no ipv6 ospf6 advertise prefix-list", 
13522        "Negate a command or set its defaults\n"
13523        "IPv6 Information\n"
13524        "Open Shortest Path First (OSPF) for IPv6\n"
13525        "Advertising options\n"
13526        "Filter prefix using prefix-list\n"
13527        )
13528
13529 DEFSH (0, no_ip_route_flags2_cmd_vtysh, 
13530        "no ip route A.B.C.D/M (reject|blackhole)", 
13531        "Negate a command or set its defaults\n"
13532        "IP information\n"
13533        "Establish static routes\n"
13534        "IP destination prefix (e.g. 10.0.0.0/8)\n"
13535        "Emit an ICMP unreachable when matched\n"
13536        "Silently discard pkts when matched\n")
13537
13538 DEFSH (0|0|0|0, no_match_ip_next_hop_prefix_list_cmd_vtysh, 
13539        "no match ip next-hop prefix-list", 
13540        "Negate a command or set its defaults\n"
13541        "Match values from routing table\n"
13542        "IP information\n"
13543        "Match next-hop address of route\n"
13544        "Match entries of prefix-lists\n")
13545
13546 DEFSH (0, neighbor_default_originate_cmd_vtysh, 
13547        "neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate", 
13548        "Specify neighbor router\n"
13549        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13550        "Originate default route to this neighbor\n")
13551
13552 DEFSH (0, show_bgp_ipv4_safi_flap_prefix_cmd_vtysh, 
13553        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D/M", 
13554        "Show running system information\n"
13555        "BGP information\n"
13556        "Address family\n"
13557        "Address Family modifier\n"
13558        "Address Family modifier\n"
13559        "Address Family modifier\n"
13560        "Address Family modifier\n"
13561        "Display flap statistics of routes\n"
13562        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
13563
13564 DEFSH (0, show_ipv6_ospf6_database_type_cmd_vtysh, 
13565        "show ipv6 ospf6 database "
13566        "(router|network|inter-prefix|inter-router|as-external|"
13567        "group-membership|type-7|link|intra-prefix)", 
13568        "Show running system information\n"
13569        "IPv6 information\n"
13570        "Open Shortest Path First (OSPF) for IPv6\n"
13571        "Display Link state database\n"
13572        "Display Router LSAs\n"
13573        "Display Network LSAs\n"
13574        "Display Inter-Area-Prefix LSAs\n"
13575        "Display Inter-Area-Router LSAs\n"
13576        "Display As-External LSAs\n"
13577        "Display Group-Membership LSAs\n"
13578        "Display Type-7 LSAs\n"
13579        "Display Link LSAs\n"
13580        "Display Intra-Area-Prefix LSAs\n"
13581       )
13582
13583 DEFSH (0, ip_ospf_dead_interval_cmd_vtysh, 
13584        "ip ospf dead-interval <1-65535>", 
13585        "IP Information\n"
13586        "OSPF interface commands\n"
13587        "Interval after which a neighbor is declared dead\n"
13588        "Seconds\n")
13589
13590 DEFSH (0, show_bgp_lcommunity2_cmd_vtysh, 
13591        "show bgp large-community (AA:BB:CC) (AA:BB:CC)", 
13592        "Show running system information\n"
13593        "BGP information\n"
13594        "Display routes matching the large-communities\n"
13595        "large-community number\n"
13596        "large-community number\n")
13597
13598 DEFSH (0, link_params_use_bw_cmd_vtysh, 
13599        "use-bw BANDWIDTH", 
13600        "Unidirectional Utilised Bandwidth\n"
13601        "Bytes/second (IEEE floating point format)\n")
13602
13603 DEFSH (0, no_ipv6_ospf6_ifmtu_cmd_vtysh, 
13604        "no ipv6 ospf6 ifmtu", 
13605        "Negate a command or set its defaults\n"
13606        "IPv6 Information\n"
13607        "Open Shortest Path First (OSPF) for IPv6\n"
13608        "Interface MTU\n"
13609        )
13610
13611 DEFSH (0, no_psnp_interval_l1_cmd_vtysh, 
13612        "no isis psnp-interval level-1", 
13613        "Negate a command or set its defaults\n"
13614        "IS-IS commands\n"
13615        "Set PSNP interval in seconds\n"
13616        "Specify interval for level-1 PSNPs\n")
13617
13618 DEFSH (0, no_ripng_network_cmd_vtysh, 
13619        "no network IF_OR_ADDR", 
13620        "Negate a command or set its defaults\n"
13621        "RIPng enable on specified interface or network.\n"
13622        "Interface or address")
13623
13624 DEFSH (0, no_debug_pim_events_cmd_vtysh, 
13625        "no debug pim events", 
13626        "Negate a command or set its defaults\n"
13627        "Debugging functions (see also 'undebug')\n"
13628        "PIM protocol activity\n"
13629        "PIM protocol events\n")
13630
13631 DEFSH (0, match_ip_route_source_prefix_list_cmd_vtysh, 
13632        "match ip route-source prefix-list WORD", 
13633        "Match values from routing table\n"
13634        "IP information\n"
13635        "Match advertising source address of route\n"
13636        "Match entries of prefix-lists\n"
13637        "IP prefix-list name\n")
13638
13639 DEFSH (0, no_bgp_redistribute_ipv6_rmap_cmd_vtysh, 
13640        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD", 
13641        "Negate a command or set its defaults\n"
13642        "Redistribute information from another routing protocol\n"
13643        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
13644        "Route map reference\n"
13645        "Pointer to route-map entries\n")
13646
13647 DEFSH (0, ip_ospf_retransmit_interval_addr_cmd_vtysh, 
13648        "ip ospf retransmit-interval <3-65535> A.B.C.D", 
13649        "IP Information\n"
13650        "OSPF interface commands\n"
13651        "Time between retransmitting lost link state advertisements\n"
13652        "Seconds\n"
13653        "Address of interface")
13654
13655 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_linkstate_id_detail_cmd_vtysh, 
13656        "show ipv6 ospf6 database "
13657        "(router|network|inter-prefix|inter-router|as-external|"
13658        "group-membership|type-7|link|intra-prefix) "
13659        "adv-router A.B.C.D linkstate-id A.B.C.D "
13660        "(dump|internal)", 
13661        "Show running system information\n"
13662        "IPv6 information\n"
13663        "Open Shortest Path First (OSPF) for IPv6\n"
13664        "Display Link state database\n"
13665        "Display Router LSAs\n"
13666        "Display Network LSAs\n"
13667        "Display Inter-Area-Prefix LSAs\n"
13668        "Display Inter-Area-Router LSAs\n"
13669        "Display As-External LSAs\n"
13670        "Display Group-Membership LSAs\n"
13671        "Display Type-7 LSAs\n"
13672        "Display Link LSAs\n"
13673        "Display Intra-Area-Prefix LSAs\n"
13674        "Search by Advertising Router\n"
13675        "Specify Advertising Router as IPv4 address notation\n"
13676        "Search by Link state ID\n"
13677        "Specify Link state ID as IPv4 address notation\n"
13678        "Dump LSAs\n"
13679        "Display LSA's internal information\n"
13680       )
13681
13682 DEFSH (0, clear_ip_bgp_as_in_cmd_vtysh, 
13683        "clear ip bgp " "<1-4294967295>" " in", 
13684        "Reset functions\n"
13685        "IP information\n"
13686        "BGP information\n"
13687        "Clear peers with the AS number\n"
13688        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
13689
13690 DEFSH (0|0|0|0, ip_prefix_list_le_cmd_vtysh, 
13691        "ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32>", 
13692        "IP information\n"
13693        "Build a prefix list\n"
13694        "Name of a prefix list\n"
13695        "Specify packets to reject\n"
13696        "Specify packets to forward\n"
13697        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
13698        "Maximum prefix length to be matched\n"
13699        "Maximum prefix length\n")
13700
13701 DEFSH (0, show_bgp_ipv4_community_cmd_vtysh, 
13702        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export)", 
13703        "Show running system information\n"
13704        "BGP information\n"
13705        "IP information\n"
13706        "Display routes matching the communities\n"
13707        "community number\n"
13708        "Do not send outside local AS (well-known community)\n"
13709        "Do not advertise to any peer (well-known community)\n"
13710        "Do not export to next AS (well-known community)\n")
13711
13712 DEFSH (0, no_bgp_redistribute_ipv6_rmap_metric_cmd_vtysh, 
13713        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
13714        "Negate a command or set its defaults\n"
13715        "Redistribute information from another routing protocol\n"
13716        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
13717        "Route map reference\n"
13718        "Pointer to route-map entries\n"
13719        "Metric for redistributed routes\n"
13720        "Default metric\n")
13721
13722 DEFSH (0, no_neighbor_filter_list_cmd_vtysh, 
13723        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "filter-list WORD (in|out)", 
13724        "Negate a command or set its defaults\n"
13725        "Specify neighbor router\n"
13726        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13727        "Establish BGP filters\n"
13728        "AS path access-list name\n"
13729        "Filter incoming routes\n"
13730        "Filter outgoing routes\n")
13731
13732 DEFSH (0, show_ipv6_bgp_community_list_cmd_vtysh, 
13733        "show ipv6 bgp community-list WORD", 
13734        "Show running system information\n"
13735        "IPv6 information\n"
13736        "BGP information\n"
13737        "Display routes matching the community-list\n"
13738        "community-list name\n")
13739
13740 DEFSH (0, no_ospf_router_id_cmd_vtysh, 
13741        "no ospf router-id", 
13742        "Negate a command or set its defaults\n"
13743        "OSPF specific commands\n"
13744        "router-id for the OSPF process\n")
13745
13746 DEFSH (0, show_ipv6_ospf6_interface_ifname_prefix_cmd_vtysh, 
13747        "show ipv6 ospf6 interface IFNAME prefix", 
13748        "Show running system information\n"
13749        "IPv6 Information\n"
13750        "Open Shortest Path First (OSPF) for IPv6\n"
13751        "Interface information\n"
13752        "Interface name(e.g. ep0)\n"
13753        "Display connected prefixes to advertise\n"
13754        )
13755
13756 DEFSH (0, bgp_bestpath_aspath_multipath_relax_cmd_vtysh, 
13757        "bgp bestpath as-path multipath-relax", 
13758        "BGP specific commands\n"
13759        "Change the default bestpath selection\n"
13760        "AS-path attribute\n"
13761        "Allow load sharing across routes that have different AS paths (but same length)\n")
13762
13763 DEFSH (0, no_neighbor_route_server_client_cmd_vtysh, 
13764        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "route-server-client", 
13765        "Negate a command or set its defaults\n"
13766        "Specify neighbor router\n"
13767        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13768        "Configure a neighbor as Route Server client\n")
13769
13770 DEFSH (0, show_bgp_ipv4_community_exact_cmd_vtysh, 
13771        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
13772        "Show running system information\n"
13773        "BGP information\n"
13774        "IP information\n"
13775        "Display routes matching the communities\n"
13776        "community number\n"
13777        "Do not send outside local AS (well-known community)\n"
13778        "Do not advertise to any peer (well-known community)\n"
13779        "Do not export to next AS (well-known community)\n"
13780        "Exact match of the communities")
13781
13782 DEFSH (0, show_bgp_community_list_cmd_vtysh, 
13783        "show bgp community-list (<1-500>|WORD)", 
13784        "Show running system information\n"
13785        "BGP information\n"
13786        "Display routes matching the community-list\n"
13787        "community-list number\n"
13788        "community-list name\n")
13789
13790 DEFSH (0, rip_version_cmd_vtysh, 
13791        "version <1-2>", 
13792        "Set routing protocol version\n"
13793        "version\n")
13794
13795 DEFSH (0, area_filter_list_cmd_vtysh, 
13796        "area A.B.C.D filter-list prefix WORD (in|out)", 
13797        "OSPFv6 area parameters\n"
13798        "OSPFv6 area ID in IP address format\n"
13799        "Filter networks between OSPFv6 areas\n"
13800        "Filter prefixes between OSPFv6 areas\n"
13801        "Name of an IPv6 prefix-list\n"
13802        "Filter networks sent to this area\n"
13803        "Filter networks sent from this area\n")
13804
13805 DEFSH (0, show_ipv6_route_tag_vrf_cmd_vtysh, 
13806        "show ipv6 route tag <1-4294967295>" "vrf <0-65535>", 
13807        "Show running system information\n"
13808        "IP information\n"
13809        "IPv6 routing table\n"
13810        "Show only routes with tag\n"
13811        "Tag value\n"
13812        "Specify the VRF\nThe VRF ID\n")
13813
13814 DEFSH (0, no_ipv6_nd_prefix_cmd_vtysh, 
13815        "no ipv6 nd prefix IPV6PREFIX", 
13816        "Negate a command or set its defaults\n"
13817        "Interface IPv6 config commands\n"
13818        "Neighbor discovery\n"
13819        "Prefix information\n"
13820        "IPv6 prefix\n")
13821
13822 DEFSH (0, no_access_list_extended_any_host_cmd_vtysh, 
13823        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any host A.B.C.D", 
13824        "Negate a command or set its defaults\n"
13825        "Add an access list entry\n"
13826        "IP extended access list\n"
13827        "IP extended access list (expanded range)\n"
13828        "Specify packets to reject\n"
13829        "Specify packets to forward\n"
13830        "Any Internet Protocol\n"
13831        "Any source host\n"
13832        "A single destination host\n"
13833        "Destination address\n")
13834
13835 DEFSH (0, clear_bgp_ipv6_peer_in_cmd_vtysh, 
13836        "clear bgp ipv6 (A.B.C.D|X:X::X:X) in", 
13837        "Reset functions\n"
13838        "BGP information\n"
13839        "Address family\n"
13840        "BGP neighbor address to clear\n"
13841        "BGP IPv6 neighbor to clear\n"
13842        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
13843
13844 DEFSH (0, no_linkdetect_cmd_vtysh, 
13845        "no link-detect", 
13846        "Negate a command or set its defaults\n"
13847        "Disable link detection on interface\n")
13848
13849 DEFSH (0, show_bgp_route_cmd_vtysh, 
13850        "show bgp X:X::X:X", 
13851        "Show running system information\n"
13852        "BGP information\n"
13853        "Network in the BGP routing table to display\n")
13854
13855 DEFSH (0, show_ipv6_ospf6_database_adv_router_detail_cmd_vtysh, 
13856        "show ipv6 ospf6 database adv-router A.B.C.D "
13857        "(detail|dump|internal)", 
13858        "Show running system information\n"
13859        "IPv6 information\n"
13860        "Open Shortest Path First (OSPF) for IPv6\n"
13861        "Display Link state database\n"
13862        "Search by Advertising Router\n"
13863        "Specify Advertising Router as IPv4 address notation\n"
13864        "Display details of LSAs\n"
13865        "Dump LSAs\n"
13866        "Display LSA's internal information\n"
13867       )
13868
13869 DEFSH (0, set_aspath_exclude_cmd_vtysh, 
13870        "set as-path exclude ." "<1-4294967295>", 
13871        "Set values in destination routing protocol\n"
13872        "Transform BGP AS-path attribute\n"
13873        "Exclude from the as-path\n"
13874        "AS number\n")
13875
13876 DEFSH (0, show_ip_route_vrf_all_cmd_vtysh, 
13877        "show ip route " "vrf all", 
13878        "Show running system information\n"
13879        "IP information\n"
13880        "IP routing table\n"
13881        "Specify the VRF\nAll VRFs\n")
13882
13883 DEFSH (0, no_ospf_distribute_list_out_cmd_vtysh, 
13884        "no distribute-list WORD out " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)", 
13885        "Negate a command or set its defaults\n"
13886        "Filter networks in routing updates\n"
13887        "Access-list name\n"
13888        "Filter outgoing routing updates\n"
13889        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
13890
13891 DEFSH (0, show_bgp_route_pathtype_cmd_vtysh, 
13892        "show bgp X:X::X:X (bestpath|multipath)", 
13893        "Show running system information\n"
13894        "BGP information\n"
13895        "Network in the BGP routing table to display\n"
13896        "Display only the bestpath\n"
13897        "Display only multipaths\n")
13898
13899 DEFSH (0, show_ip_bgp_flap_route_map_cmd_vtysh, 
13900        "show ip bgp flap-statistics route-map WORD", 
13901        "Show running system information\n"
13902        "IP information\n"
13903        "BGP information\n"
13904        "Display flap statistics of routes\n"
13905        "Display routes matching the route-map\n"
13906        "A route-map to match on\n")
13907
13908 DEFSH (0, show_ip_pim_secondary_cmd_vtysh, 
13909        "show ip pim secondary", 
13910        "Show running system information\n"
13911        "IP information\n"
13912        "PIM information\n"
13913        "PIM neighbor addresses\n")
13914
13915 DEFSH (0, clear_ip_bgp_as_ipv4_out_cmd_vtysh, 
13916        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) out", 
13917        "Reset functions\n"
13918        "IP information\n"
13919        "BGP information\n"
13920        "Clear peers with the AS number\n"
13921        "Address family\n"
13922        "Address Family modifier\n"
13923        "Address Family modifier\n"
13924        "Resend all outbound updates\n")
13925
13926 DEFSH (0, bgp_config_type_cmd_vtysh, 
13927        "bgp config-type (cisco|zebra)", 
13928        "BGP information\n"
13929        "Configuration type\n"
13930        "cisco\n"
13931        "zebra\n")
13932
13933 DEFSH (0|0|0|0|0, no_match_ip_address_prefix_list_cmd_vtysh, 
13934        "no match ip address prefix-list", 
13935        "Negate a command or set its defaults\n"
13936        "Match values from routing table\n"
13937        "IP information\n"
13938        "Match address of route\n"
13939        "Match entries of prefix-lists\n")
13940
13941 DEFSH (0, ipv6_access_list_remark_cmd_vtysh, 
13942        "ipv6 access-list WORD remark .LINE", 
13943        "IPv6 information\n"
13944        "Add an access list entry\n"
13945        "IPv6 zebra access-list\n"
13946        "Access list entry comment\n"
13947        "Comment up to 100 characters\n")
13948
13949 DEFSH (0, ip_extcommunity_list_name_standard2_cmd_vtysh, 
13950        "ip extcommunity-list standard WORD (deny|permit)", 
13951        "IP information\n"
13952        "Add a extended community list entry\n"
13953        "Specify standard extcommunity-list\n"
13954        "Extended Community list name\n"
13955        "Specify community to reject\n"
13956        "Specify community to accept\n")
13957
13958 DEFSH (0, ipv6_ospf6_transmitdelay_cmd_vtysh, 
13959        "ipv6 ospf6 transmit-delay <1-3600>", 
13960        "IPv6 Information\n"
13961        "Open Shortest Path First (OSPF) for IPv6\n"
13962        "Transmit delay of this interface\n"
13963        "<1-65535> Seconds\n"
13964        )
13965
13966 DEFSH (0, debug_pim_zebra_cmd_vtysh, 
13967        "debug pim zebra", 
13968        "Debugging functions (see also 'undebug')\n"
13969        "PIM protocol activity\n"
13970        "ZEBRA protocol activity\n")
13971
13972 DEFSH (0, show_ip_rpf_addr_cmd_vtysh, 
13973        "show ip rpf A.B.C.D", 
13974        "Show running system information\n"
13975        "IP information\n"
13976        "Display RPF information for multicast source\n"
13977        "IP multicast source address (e.g. 10.0.0.0)\n")
13978
13979 DEFSH (0, ipv6_ospf6_network_cmd_vtysh, 
13980        "ipv6 ospf6 network (broadcast|point-to-point)", 
13981        "IPv6 Information\n"
13982        "Open Shortest Path First (OSPF) for IPv6\n"
13983        "Network Type\n"
13984        "Specify OSPFv6 broadcast network\n"
13985        "Specify OSPF6 point-to-point network\n"
13986        )
13987
13988 DEFSH (0, show_bgp_ipv4_safi_rsclient_summary_cmd_vtysh, 
13989        "show bgp ipv4 (unicast|multicast) rsclient summary", 
13990        "Show running system information\n"
13991        "BGP information\n"
13992        "Address family\n"
13993        "Address Family modifier\n"
13994        "Address Family modifier\n"
13995        "Information about Route Server Clients\n"
13996        "Summary of all Route Server Clients\n")
13997
13998 DEFSH (0|0|0|0, ip_prefix_list_ge_cmd_vtysh, 
13999        "ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>", 
14000        "IP information\n"
14001        "Build a prefix list\n"
14002        "Name of a prefix list\n"
14003        "Specify packets to reject\n"
14004        "Specify packets to forward\n"
14005        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
14006        "Minimum prefix length to be matched\n"
14007        "Minimum prefix length\n")
14008
14009 DEFSH (0, debug_isis_lsp_gen_cmd_vtysh, 
14010        "debug isis lsp-gen", 
14011        "Debugging functions (see also 'undebug')\n"
14012        "IS-IS information\n"
14013        "IS-IS generation of own LSPs\n")
14014
14015 DEFSH (0, clear_bgp_ipv6_external_soft_cmd_vtysh, 
14016        "clear bgp ipv6 external soft", 
14017        "Reset functions\n"
14018        "BGP information\n"
14019        "Address family\n"
14020        "Clear all external peers\n"
14021        "Soft reconfig inbound and outbound updates\n")
14022
14023 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_linkstate_id_cmd_vtysh, 
14024        "show ipv6 ospf6 database "
14025        "(router|network|inter-prefix|inter-router|as-external|"
14026        "group-membership|type-7|link|intra-prefix) self-originated "
14027        "linkstate-id A.B.C.D", 
14028        "Show running system information\n"
14029        "IPv6 information\n"
14030        "Open Shortest Path First (OSPF) for IPv6\n"
14031        "Display Link state database\n"
14032        "Display Router LSAs\n"
14033        "Display Network LSAs\n"
14034        "Display Inter-Area-Prefix LSAs\n"
14035        "Display Inter-Area-Router LSAs\n"
14036        "Display As-External LSAs\n"
14037        "Display Group-Membership LSAs\n"
14038        "Display Type-7 LSAs\n"
14039        "Display Link LSAs\n"
14040        "Display Intra-Area-Prefix LSAs\n"
14041        "Display Self-originated LSAs\n"
14042        "Search by Link state ID\n"
14043        "Specify Link state ID as IPv4 address notation\n"
14044       )
14045
14046 DEFSH (0, show_ip_access_list_name_cmd_vtysh, 
14047        "show ip access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD)", 
14048        "Show running system information\n"
14049        "IP information\n"
14050        "List IP access lists\n"
14051        "IP standard access list\n"
14052        "IP extended access list\n"
14053        "IP standard access list (expanded range)\n"
14054        "IP extended access list (expanded range)\n"
14055        "IP zebra access-list\n")
14056
14057 DEFSH (0, no_aggregate_address_summary_as_set_cmd_vtysh, 
14058        "no aggregate-address A.B.C.D/M summary-only as-set", 
14059        "Negate a command or set its defaults\n"
14060        "Configure BGP aggregate entries\n"
14061        "Aggregate prefix\n"
14062        "Filter more specific routes from updates\n"
14063        "Generate AS set path information\n")
14064
14065 DEFSH (0, no_ip_extcommunity_list_expanded_all_cmd_vtysh, 
14066        "no ip extcommunity-list <100-500>", 
14067        "Negate a command or set its defaults\n"
14068        "IP information\n"
14069        "Add a extended community list entry\n"
14070        "Extended Community list number (expanded)\n")
14071
14072 DEFSH (0, show_bgp_ipv6_route_map_cmd_vtysh, 
14073        "show bgp ipv6 route-map WORD", 
14074        "Show running system information\n"
14075        "BGP information\n"
14076        "Address family\n"
14077        "Display routes matching the route-map\n"
14078        "A route-map to match on\n")
14079
14080 DEFSH (0, ipv6_route_ifname_pref_vrf_cmd_vtysh, 
14081        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255> " "vrf <0-65535>", 
14082        "IP information\n"
14083        "Establish static routes\n"
14084        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
14085        "IPv6 gateway address\n"
14086        "IPv6 gateway interface name\n"
14087        "Distance value for this prefix\n"
14088        "Specify the VRF\nThe VRF ID\n")
14089
14090 DEFSH (0, set_attached_bit_cmd_vtysh, 
14091        "set-attached-bit", 
14092        "Set attached bit to identify as L1/L2 router for inter-area traffic\n"
14093        "Set attached bit\n")
14094
14095 DEFSH (0|0|0|0, show_ip_prefix_list_cmd_vtysh, 
14096        "show ip prefix-list", 
14097        "Show running system information\n"
14098        "IP information\n"
14099        "Build a prefix list\n")
14100
14101 DEFSH (0, show_ip_bgp_vpnv4_all_neighbors_cmd_vtysh, 
14102        "show ip bgp vpnv4 all neighbors", 
14103        "Show running system information\n"
14104        "IP information\n"
14105        "BGP information\n"
14106        "Display VPNv4 NLRI specific information\n"
14107        "Display information about all VPNv4 NLRIs\n"
14108        "Detailed information on TCP and BGP neighbor connections\n")
14109
14110 DEFSH (0, no_debug_bgp_normal_cmd_vtysh, 
14111        "no debug bgp", 
14112        "Negate a command or set its defaults\n"
14113        "Debugging functions (see also 'undebug')\n"
14114        "BGP information\n")
14115
14116 DEFSH (0|0|0|0, no_ip_prefix_list_seq_le_ge_cmd_vtysh, 
14117        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
14118        "Negate a command or set its defaults\n"
14119        "IP information\n"
14120        "Build a prefix list\n"
14121        "Name of a prefix list\n"
14122        "sequence number of an entry\n"
14123        "Sequence number\n"
14124        "Specify packets to reject\n"
14125        "Specify packets to forward\n"
14126        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
14127        "Maximum prefix length to be matched\n"
14128        "Maximum prefix length\n"
14129        "Minimum prefix length to be matched\n"
14130        "Minimum prefix length\n")
14131
14132 DEFSH (0, clear_ip_bgp_as_ipv4_in_cmd_vtysh, 
14133        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) in", 
14134        "Reset functions\n"
14135        "IP information\n"
14136        "BGP information\n"
14137        "Clear peers with the AS number\n"
14138        "Address family\n"
14139        "Address Family modifier\n"
14140        "Address Family modifier\n"
14141        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
14142
14143 DEFSH (0, show_ip_bgp_vpnv4_rd_route_cmd_vtysh, 
14144        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn A.B.C.D", 
14145        "Show running system information\n"
14146        "IP information\n"
14147        "BGP information\n"
14148        "Display VPNv4 NLRI specific information\n"
14149        "Display information for a route distinguisher\n"
14150        "VPN Route Distinguisher\n"
14151        "Network in the BGP routing table to display\n")
14152
14153 DEFSH (0, ipv6_bgp_neighbor_routes_cmd_vtysh, 
14154        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes", 
14155        "Show running system information\n"
14156        "IPv6 information\n"
14157        "BGP information\n"
14158        "Detailed information on TCP and BGP neighbor connections\n"
14159        "Neighbor to display information about\n"
14160        "Neighbor to display information about\n"
14161        "Display routes learned from neighbor\n")
14162
14163 DEFSH (0, bgp_bestpath_med2_cmd_vtysh, 
14164        "bgp bestpath med confed missing-as-worst", 
14165        "BGP specific commands\n"
14166        "Change the default bestpath selection\n"
14167        "MED attribute\n"
14168        "Compare MED among confederation paths\n"
14169        "Treat missing MED as the least preferred one\n")
14170
14171 DEFSH (0, accept_lifetime_month_day_month_day_cmd_vtysh, 
14172        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
14173        "Set accept lifetime of the key\n"
14174        "Time to start\n"
14175        "Month of the year to start\n"
14176        "Day of th month to start\n"
14177        "Year to start\n"
14178        "Time to expire\n"
14179        "Month of the year to expire\n"
14180        "Day of th month to expire\n"
14181        "Year to expire\n")
14182
14183 DEFSH (0, neighbor_route_reflector_client_cmd_vtysh, 
14184        "neighbor (A.B.C.D|X:X::X:X|WORD) " "route-reflector-client", 
14185        "Specify neighbor router\n"
14186        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14187        "Configure a neighbor as Route Reflector client\n")
14188
14189 DEFSH (0, show_bgp_ipv6_rsclient_cmd_vtysh, 
14190        "show bgp ipv6 rsclient (A.B.C.D|X:X::X:X)", 
14191        "Show running system information\n"
14192        "BGP information\n"
14193        "Address Family\n"
14194        "Information about Route Server Client\n"
14195        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
14196
14197 DEFSH (0, no_rip_default_information_originate_cmd_vtysh, 
14198        "no default-information originate", 
14199        "Negate a command or set its defaults\n"
14200        "Control distribution of default route\n"
14201        "Distribute a default route\n")
14202
14203 DEFSH (0, show_ipv6_bgp_route_cmd_vtysh, 
14204        "show ipv6 bgp X:X::X:X", 
14205        "Show running system information\n"
14206        "IP information\n"
14207        "BGP information\n"
14208        "Network in the BGP routing table to display\n")
14209
14210 DEFSH (0, show_bgp_ipv4_encap_rd_cmd_vtysh, 
14211        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn", 
14212        "Show running system information\n"
14213        "BGP information\n"
14214        "Address Family\n"
14215        "Display ENCAP NLRI specific information\n"
14216        "Display information for a route distinguisher\n"
14217        "ENCAP Route Distinguisher\n")
14218
14219 DEFSH (0, neighbor_allowas_in_cmd_vtysh, 
14220        "neighbor (A.B.C.D|X:X::X:X|WORD) " "allowas-in", 
14221        "Specify neighbor router\n"
14222        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14223        "Accept as-path with my AS present in it\n")
14224
14225 DEFSH (0, show_bgp_ipv6_vpn_cmd_vtysh, 
14226        "show bgp ipv6 vpn", 
14227        "Show running system information\n"
14228        "BGP information\n"
14229        "Address Family\n"
14230        "Display VPN NLRI specific information\n")
14231
14232 DEFSH (0, clear_ip_igmp_interfaces_cmd_vtysh, 
14233        "clear ip igmp interfaces", 
14234        "Reset functions\n"
14235        "IP information\n"
14236        "IGMP clear commands\n"
14237        "Reset IGMP interfaces\n")
14238
14239 DEFSH (0, ripng_offset_list_cmd_vtysh, 
14240        "offset-list WORD (in|out) <0-16>", 
14241        "Modify RIPng metric\n"
14242        "Access-list name\n"
14243        "For incoming updates\n"
14244        "For outgoing updates\n"
14245        "Metric value\n")
14246
14247 DEFSH (0, clear_bgp_ipv6_external_soft_out_cmd_vtysh, 
14248        "clear bgp ipv6 external soft out", 
14249        "Reset functions\n"
14250        "BGP information\n"
14251        "Address family\n"
14252        "Clear all external peers\n"
14253        "Soft reconfig inbound and outbound updates\n"
14254        "Resend all outbound updates\n")
14255
14256 DEFSH (0|0|0|0|0|0, no_set_metric_val_cmd_vtysh, 
14257        "no set metric <0-4294967295>", 
14258        "Negate a command or set its defaults\n"
14259        "Set values in destination routing protocol\n"
14260        "Metric value for destination routing protocol\n"
14261        "Metric value\n")
14262
14263 DEFSH (0, no_ospf6_timers_throttle_spf_cmd_vtysh, 
14264        "no timers throttle spf", 
14265        "Negate a command or set its defaults\n"
14266        "Adjust routing timers\n"
14267        "Throttling adaptive timer\n"
14268        "OSPF6 SPF timers\n")
14269
14270 DEFSH (0, no_tunnel_source_cmd_vtysh, 
14271  "no tunnel source", 
14272  "NHRP/GRE integration\n"
14273  "Tunnel device binding tracking\n"
14274  "Interface name\n")
14275
14276 DEFSH (0, show_ip_bgp_ipv4_paths_cmd_vtysh, 
14277        "show ip bgp ipv4 (unicast|multicast) paths", 
14278        "Show running system information\n"
14279        "IP information\n"
14280        "BGP information\n"
14281        "Address family\n"
14282        "Address Family modifier\n"
14283        "Address Family modifier\n"
14284        "Path information\n")
14285
14286 DEFSH (0, show_bgp_ipv6_community_list_exact_cmd_vtysh, 
14287        "show bgp ipv6 community-list (<1-500>|WORD) exact-match", 
14288        "Show running system information\n"
14289        "BGP information\n"
14290        "Address family\n"
14291        "Display routes matching the community-list\n"
14292        "community-list number\n"
14293        "community-list name\n"
14294        "Exact match of the communities\n")
14295
14296 DEFSH (0, clear_bgp_ipv6_as_soft_in_cmd_vtysh, 
14297        "clear bgp ipv6 " "<1-4294967295>" " soft in", 
14298        "Reset functions\n"
14299        "BGP information\n"
14300        "Address family\n"
14301        "Clear peers with the AS number\n"
14302        "Soft reconfig inbound and outbound updates\n"
14303        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
14304
14305 DEFSH (0, debug_ospf6_neighbor_detail_cmd_vtysh, 
14306        "debug ospf6 neighbor (state|event)", 
14307        "Debugging functions (see also 'undebug')\n"
14308        "Open Shortest Path First (OSPF) for IPv6\n"
14309        "Debug OSPFv3 Neighbor\n"
14310        "Debug OSPFv3 Neighbor State Change\n"
14311        "Debug OSPFv3 Neighbor Event\n"
14312       )
14313
14314 DEFSH (0, show_bgp_ipv6_safi_damp_flap_prefix_cmd_vtysh, 
14315        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics X:X::X:X/M", 
14316        "Show running system information\n"
14317        "BGP information\n"
14318        "Address family\n"
14319        "Address Family modifier\n"
14320        "Address Family modifier\n"
14321        "Address Family modifier\n"
14322        "Address Family modifier\n"
14323        "Display detailed information about dampening\n"
14324        "Display flap statistics of routes\n"
14325        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
14326
14327 DEFSH (0, no_ospf_area_nssa_no_summary_cmd_vtysh, 
14328        "no area (A.B.C.D|<0-4294967295>) nssa no-summary", 
14329        "Negate a command or set its defaults\n"
14330        "OSPF area parameters\n"
14331        "OSPF area ID in IP address format\n"
14332        "OSPF area ID as a decimal value\n"
14333        "Configure OSPF area as nssa\n"
14334        "Do not inject inter-area routes into nssa\n")
14335
14336 DEFSH (0, area_range_cmd_vtysh, 
14337        "area A.B.C.D range X:X::X:X/M", 
14338        "OSPF area parameters\n"
14339        "Area ID (as an IPv4 notation)\n"
14340        "Configured address range\n"
14341        "Specify IPv6 prefix\n"
14342        )
14343
14344 DEFSH (0, show_ip_bgp_ipv4_prefix_pathtype_cmd_vtysh, 
14345        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M (bestpath|multipath)", 
14346        "Show running system information\n"
14347        "IP information\n"
14348        "BGP information\n"
14349        "Address family\n"
14350        "Address Family modifier\n"
14351        "Address Family modifier\n"
14352        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
14353        "Display only the bestpath\n"
14354        "Display only multipaths\n")
14355
14356 DEFSH (0, show_ipv6_mbgp_community_cmd_vtysh, 
14357        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export)", 
14358        "Show running system information\n"
14359        "IPv6 information\n"
14360        "MBGP information\n"
14361        "Display routes matching the communities\n"
14362        "community number\n"
14363        "Do not send outside local AS (well-known community)\n"
14364        "Do not advertise to any peer (well-known community)\n"
14365        "Do not export to next AS (well-known community)\n")
14366
14367 DEFSH (0, no_ip_route_mask_flags2_vrf_cmd_vtysh, 
14368        "no ip route A.B.C.D A.B.C.D (reject|blackhole) " "vrf <0-65535>", 
14369        "Negate a command or set its defaults\n"
14370        "IP information\n"
14371        "Establish static routes\n"
14372        "IP destination prefix\n"
14373        "IP destination prefix mask\n"
14374        "Emit an ICMP unreachable when matched\n"
14375        "Silently discard pkts when matched\n"
14376        "Specify the VRF\nThe VRF ID\n")
14377
14378 DEFSH (0, no_match_ip_route_source_cmd_vtysh, 
14379        "no match ip route-source", 
14380        "Negate a command or set its defaults\n"
14381        "Match values from routing table\n"
14382        "IP information\n"
14383        "Match advertising source address of route\n")
14384
14385 DEFSH (0, ipv6_route_ifname_tag_cmd_vtysh, 
14386        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>", 
14387        "IP information\n"
14388        "Establish static routes\n"
14389        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
14390        "IPv6 gateway address\n"
14391        "IPv6 gateway interface name\n"
14392        "Set tag for this route\n"
14393        "Tag value\n")
14394
14395 DEFSH (0, nhrp_event_socket_cmd_vtysh, 
14396  "nhrp event socket SOCKET", 
14397  "Next Hop Resolution Protocol functions\n"
14398  "Event Manager commands\n"
14399  "Event Manager unix socket path\n"
14400  "Unix path for the socket\n")
14401
14402 DEFSH (0, show_ip_mroute_cmd_vtysh, 
14403        "show ip mroute", 
14404        "Show running system information\n"
14405        "IP information\n"
14406        "IP multicast routing table\n")
14407
14408 DEFSH (0, show_bgp_community4_cmd_vtysh, 
14409        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
14410        "Show running system information\n"
14411        "BGP information\n"
14412        "Display routes matching the communities\n"
14413        "community number\n"
14414        "Do not send outside local AS (well-known community)\n"
14415        "Do not advertise to any peer (well-known community)\n"
14416        "Do not export to next AS (well-known community)\n"
14417        "community number\n"
14418        "Do not send outside local AS (well-known community)\n"
14419        "Do not advertise to any peer (well-known community)\n"
14420        "Do not export to next AS (well-known community)\n"
14421        "community number\n"
14422        "Do not send outside local AS (well-known community)\n"
14423        "Do not advertise to any peer (well-known community)\n"
14424        "Do not export to next AS (well-known community)\n"
14425        "community number\n"
14426        "Do not send outside local AS (well-known community)\n"
14427        "Do not advertise to any peer (well-known community)\n"
14428        "Do not export to next AS (well-known community)\n")
14429
14430 DEFSH (0, clear_ip_bgp_peer_rsclient_cmd_vtysh, 
14431        "clear ip bgp (A.B.C.D|X:X::X:X) rsclient", 
14432        "Reset functions\n"
14433        "IP information\n"
14434        "BGP information\n"
14435        "BGP neighbor IP address to clear\n"
14436        "BGP IPv6 neighbor to clear\n"
14437        "Soft reconfig for rsclient RIB\n")
14438
14439 DEFSH (0, show_bgp_ipv6_neighbor_received_prefix_filter_cmd_vtysh, 
14440        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
14441        "Show running system information\n"
14442        "BGP information\n"
14443        "Address family\n"
14444        "Detailed information on TCP and BGP neighbor connections\n"
14445        "Neighbor to display information about\n"
14446        "Neighbor to display information about\n"
14447        "Display information received from a BGP neighbor\n"
14448        "Display the prefixlist filter\n")
14449
14450 DEFSH (0, ospf_auto_cost_reference_bandwidth_cmd_vtysh, 
14451        "auto-cost reference-bandwidth <1-4294967>", 
14452        "Calculate OSPF interface cost according to bandwidth\n"
14453        "Use reference bandwidth method to assign OSPF cost\n"
14454        "The reference bandwidth in terms of Mbits per second\n")
14455
14456 DEFSH (0, no_ripng_redistribute_type_metric_routemap_cmd_vtysh, 
14457        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16> route-map WORD", 
14458        "Negate a command or set its defaults\n"
14459        "Redistribute\n"
14460        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
14461        "Route map reference\n"
14462        "Pointer to route-map entries\n")
14463
14464 DEFSH (0, show_bgp_ipv4_encap_route_cmd_vtysh, 
14465        "show bgp ipv4 encap A.B.C.D", 
14466        "Show running system information\n"
14467        "BGP information\n"
14468        "IP information\n"
14469        "Display ENCAP NLRI specific information\n"
14470        "Network in the BGP routing table to display\n")
14471
14472 DEFSH (0, no_neighbor_attr_unchanged4_cmd_vtysh, 
14473        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med (as-path|next-hop)", 
14474        "Negate a command or set its defaults\n"
14475        "Specify neighbor router\n"
14476        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14477        "BGP attribute is propagated unchanged to this neighbor\n"
14478        "Med attribute\n"
14479        "As-path attribute\n"
14480        "Nexthop attribute\n")
14481
14482 DEFSH (0, debug_ospf_packet_send_recv_cmd_vtysh, 
14483        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv|detail)", 
14484        "Debugging functions\n"
14485        "OSPF information\n"
14486        "OSPF packets\n"
14487        "OSPF Hello\n"
14488        "OSPF Database Description\n"
14489        "OSPF Link State Request\n"
14490        "OSPF Link State Update\n"
14491        "OSPF Link State Acknowledgment\n"
14492        "OSPF all packets\n"
14493        "Packet sent\n"
14494        "Packet received\n"
14495        "Detail information\n")
14496
14497 DEFSH (0, no_access_list_standard_any_cmd_vtysh, 
14498        "no access-list (<1-99>|<1300-1999>) (deny|permit) any", 
14499        "Negate a command or set its defaults\n"
14500        "Add an access list entry\n"
14501        "IP standard access list\n"
14502        "IP standard access list (expanded range)\n"
14503        "Specify packets to reject\n"
14504        "Specify packets to forward\n"
14505        "Any source host\n")
14506
14507 DEFSH (0, no_set_weight_val_cmd_vtysh, 
14508        "no set weight <0-4294967295>", 
14509        "Negate a command or set its defaults\n"
14510        "Set values in destination routing protocol\n"
14511        "BGP weight for routing table\n"
14512        "Weight value\n")
14513
14514 DEFSH (0, show_bgp_view_ipv4_safi_rsclient_prefix_cmd_vtysh, 
14515        "show bgp view WORD ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
14516        "Show running system information\n"
14517        "BGP information\n"
14518        "BGP view\n"
14519        "View name\n"
14520        "Address family\n"
14521        "Address Family modifier\n"
14522        "Address Family modifier\n"
14523        "Information about Route Server Client\n"
14524        "Neighbor address\nIPv6 address\n"
14525        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
14526
14527 DEFSH (0, show_bgp_rsclient_route_cmd_vtysh, 
14528        "show bgp rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
14529        "Show running system information\n"
14530        "BGP information\n"
14531        "Information about Route Server Client\n"
14532        "Neighbor address\nIPv6 address\n"
14533        "Network in the BGP routing table to display\n")
14534
14535 DEFSH (0, clear_bgp_ipv6_all_in_cmd_vtysh, 
14536        "clear bgp ipv6 * in", 
14537        "Reset functions\n"
14538        "BGP information\n"
14539        "Address family\n"
14540        "Clear all peers\n"
14541        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
14542
14543 DEFSH (0, show_bgp_ipv6_safi_damp_flap_route_map_cmd_vtysh, 
14544        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics route-map WORD", 
14545        "Show running system information\n"
14546        "BGP information\n"
14547        "IPv6 information\n"
14548        "Address Family Modifier\n"
14549        "Address Family Modifier\n"
14550        "Address Family Modifier\n"
14551        "Address Family Modifier\n"
14552        "Display detailed information about dampening\n"
14553        "Display flap statistics of routes\n"
14554        "Display routes matching the route-map\n"
14555        "A route-map to match on\n")
14556
14557 DEFSH (0, clear_ip_bgp_as_ipv4_soft_cmd_vtysh, 
14558        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) soft", 
14559        "Reset functions\n"
14560        "IP information\n"
14561        "BGP information\n"
14562        "Clear peers with the AS number\n"
14563        "Address family\n"
14564        "Address Family Modifier\n"
14565        "Address Family Modifier\n"
14566        "Soft reconfig inbound and outbound updates\n")
14567
14568 DEFSH (0, show_bgp_ipv4_encap_rd_neighbor_advertised_routes_cmd_vtysh, 
14569        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
14570        "Show running system information\n"
14571        "BGP information\n"
14572        "Address Family\n"
14573        "Display ENCAP NLRI specific information\n"
14574        "Display information for a route distinguisher\n"
14575        "ENCAP Route Distinguisher\n"
14576        "Detailed information on TCP and BGP neighbor connections\n"
14577        "Neighbor to display information about\n"
14578        "Neighbor to display information about\n"
14579        "Display the routes advertised to a BGP neighbor\n")
14580
14581 DEFSH (0, no_ip_route_flags_vrf_cmd_vtysh, 
14582        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
14583        "Negate a command or set its defaults\n"
14584        "IP information\n"
14585        "Establish static routes\n"
14586        "IP destination prefix (e.g. 10.0.0.0/8)\n"
14587        "IP gateway address\n"
14588        "IP gateway interface name\n"
14589        "Emit an ICMP unreachable when matched\n"
14590        "Silently discard pkts when matched\n"
14591        "Specify the VRF\nThe VRF ID\n")
14592
14593 DEFSH (0, show_bgp_ipv6_community_all_cmd_vtysh, 
14594        "show bgp ipv6 community", 
14595        "Show running system information\n"
14596        "BGP information\n"
14597        "Address family\n"
14598        "Display routes matching the communities\n")
14599
14600 DEFSH (0, show_ip_pim_assert_cmd_vtysh, 
14601        "show ip pim assert", 
14602        "Show running system information\n"
14603        "IP information\n"
14604        "PIM information\n"
14605        "PIM interface assert\n")
14606
14607 DEFSH (0, clear_ip_bgp_all_ipv4_in_prefix_filter_cmd_vtysh, 
14608        "clear ip bgp * ipv4 (unicast|multicast) in prefix-filter", 
14609        "Reset functions\n"
14610        "IP information\n"
14611        "BGP information\n"
14612        "Clear all peers\n"
14613        "Address family\n"
14614        "Address Family modifier\n"
14615        "Address Family modifier\n"
14616        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
14617        "Push out prefix-list ORF and do inbound soft reconfig\n")
14618
14619 DEFSH (0, show_bgp_ipv6_safi_neighbor_advertised_route_cmd_vtysh, 
14620        "show bgp ipv6 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
14621        "Show running system information\n"
14622        "BGP information\n"
14623        "Address Family modifier\n"
14624        "Address Family modifier\n"
14625        "Address Family modifier\n"
14626        "Detailed information on TCP and BGP neighbor connections\n"
14627        "Neighbor to display information about\n"
14628        "Neighbor to display information about\n"
14629        "Display the routes advertised to a BGP neighbor\n")
14630
14631 DEFSH (0, debug_zebra_packet_cmd_vtysh, 
14632        "debug zebra packet", 
14633        "Debugging functions (see also 'undebug')\n"
14634        "Zebra configuration\n"
14635        "Debug option set for zebra packet\n")
14636
14637 DEFSH (0, no_match_ipv6_address_prefix_list_cmd_vtysh, 
14638       "no match ipv6 address prefix-list", 
14639       "Negate a command or set its defaults\n"
14640       "Match values from routing table\n"
14641       "IPv6 information\n"
14642       "Match address of route\n"
14643       "Match entries of prefix-lists\n")
14644
14645 DEFSH (0, no_ip_route_mask_flags_distance_vrf_cmd_vtysh, 
14646        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
14647        "Negate a command or set its defaults\n"
14648        "IP information\n"
14649        "Establish static routes\n"
14650        "IP destination prefix\n"
14651        "IP destination prefix mask\n"
14652        "IP gateway address\n"
14653        "IP gateway interface name\n"
14654        "Emit an ICMP unreachable when matched\n"
14655        "Silently discard pkts when matched\n"
14656        "Distance value for this route\n"
14657        "Specify the VRF\nThe VRF ID\n")
14658
14659 DEFSH (0, neighbor_capability_orf_prefix_cmd_vtysh, 
14660        "neighbor (A.B.C.D|X:X::X:X|WORD) " "capability orf prefix-list (both|send|receive)", 
14661        "Specify neighbor router\n"
14662        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14663        "Advertise capability to the peer\n"
14664        "Advertise ORF capability to the peer\n"
14665        "Advertise prefixlist ORF capability to this neighbor\n"
14666        "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
14667        "Capability to RECEIVE the ORF from this neighbor\n"
14668        "Capability to SEND the ORF to this neighbor\n")
14669
14670 DEFSH (0, no_ospf_area_vlink_param3_cmd_vtysh, 
14671        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
14672        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
14673        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
14674        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
14675        "Negate a command or set its defaults\n"
14676        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
14677        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
14678        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
14679        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
14680
14681 DEFSH (0, if_no_nhrp_mtu_cmd_vtysh, 
14682  "no ip nhrp mtu [(<576-1500>|opennhrp)]", 
14683  "Negate a command or set its defaults\n"
14684  "IP information\n"
14685  "Next Hop Resolution Protocol functions\n"
14686  "Configure NHRP advertised MTU\n"
14687  "MTU value\n"
14688  "Advertise bound interface MTU similar to OpenNHRP")
14689
14690 DEFSH (0, match_lcommunity_cmd_vtysh, 
14691        "match large-community (<1-99>|<100-500>|WORD)", 
14692        "Match values from routing table\n"
14693        "Match BGP large community list\n"
14694        "Large Community-list number (standard)\n"
14695        "Large Community-list number (expanded)\n"
14696        "Large Community-list name\n")
14697
14698 DEFSH (0, no_aggregate_address_mask_as_set_cmd_vtysh, 
14699        "no aggregate-address A.B.C.D A.B.C.D as-set", 
14700        "Negate a command or set its defaults\n"
14701        "Configure BGP aggregate entries\n"
14702        "Aggregate address\n"
14703        "Aggregate mask\n"
14704        "Generate AS set path information\n")
14705
14706 DEFSH (0, show_ipv6_route_addr_vrf_cmd_vtysh, 
14707        "show ipv6 route X:X::X:X " "vrf <0-65535>", 
14708        "Show running system information\n"
14709        "IP information\n"
14710        "IPv6 routing table\n"
14711        "IPv6 Address\n"
14712        "Specify the VRF\nThe VRF ID\n")
14713
14714 DEFSH (0, no_if_rmap_cmd_vtysh, 
14715        "no route-map ROUTEMAP_NAME (in|out) IFNAME", 
14716        "Negate a command or set its defaults\n"
14717        "Route map unset\n"
14718        "Route map name\n"
14719        "Route map for input filtering\n"
14720        "Route map for output filtering\n"
14721        "Route map interface name\n")
14722
14723 DEFSH (0, link_params_max_rsv_bw_cmd_vtysh, 
14724        "max-rsv-bw BANDWIDTH", 
14725        "Maximum bandwidth that may be reserved\n"
14726        "Bytes/second (IEEE floating point format)\n")
14727
14728 DEFSH (0, show_bgp_prefix_cmd_vtysh, 
14729        "show bgp X:X::X:X/M", 
14730        "Show running system information\n"
14731        "BGP information\n"
14732        "IPv6 prefix <network>/<length>\n")
14733
14734 DEFSH (0, ip_lcommunity_list_name_expanded_cmd_vtysh, 
14735        "ip large-community-list expanded WORD (deny|permit) .LINE", 
14736        "IP information\n"
14737        "Add a large community list entry\n"
14738        "Specify expanded large-community-list\n"
14739        "Large Community list name\n"
14740        "Specify large community to reject\n"
14741        "Specify large community to accept\n"
14742        "An ordered list as a regular-expression\n")
14743
14744 DEFSH (0, set_lcommunity_none_cmd_vtysh, 
14745        "set large-community none", 
14746        "Set values in destination routing protocol\n"
14747        "BGP large community attribute\n"
14748        "No large community attribute\n")
14749
14750 DEFSH (0, no_ipv6_access_list_all_cmd_vtysh, 
14751        "no ipv6 access-list WORD", 
14752        "Negate a command or set its defaults\n"
14753        "IPv6 information\n"
14754        "Add an access list entry\n"
14755        "IPv6 zebra access-list\n")
14756
14757 DEFSH (0, show_ipv6_ospf6_cmd_vtysh, 
14758        "show ipv6 ospf6", 
14759        "Show running system information\n"
14760        "IPv6 Information\n"
14761        "Open Shortest Path First (OSPF) for IPv6\n")
14762
14763 DEFSH (0, show_ip_bgp_flap_regexp_cmd_vtysh, 
14764        "show ip bgp flap-statistics regexp .LINE", 
14765        "Show running system information\n"
14766        "IP information\n"
14767        "BGP information\n"
14768        "Display flap statistics of routes\n"
14769        "Display routes matching the AS path regular expression\n"
14770        "A regular-expression to match the BGP AS paths\n")
14771
14772 DEFSH (0|0|0|0|0|0, rmap_description_cmd_vtysh, 
14773        "description .LINE", 
14774        "Route-map comment\n"
14775        "Comment describing this route-map rule\n")
14776
14777 DEFSH (0, show_bgp_ipv4_lcommunity_list_cmd_vtysh, 
14778        "show bgp ipv4 large-community-list (<1-500>|WORD)", 
14779        "Show running system information\n"
14780        "BGP information\n"
14781        "IP information\n"
14782        "Display routes matching the large-community-list\n"
14783        "large-community-list number\n"
14784        "large-community-list name\n")
14785
14786 DEFSH (0, show_bgp_view_ipv6_rsclient_cmd_vtysh, 
14787        "show bgp view WORD ipv6 rsclient (A.B.C.D|X:X::X:X)", 
14788        "Show running system information\n"
14789        "BGP information\n"
14790        "BGP view\n"
14791        "BGP view name\n"
14792        "Address Family\n"
14793        "Information about Route Server Client\n"
14794        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
14795
14796 DEFSH (0, ospf_area_vlink_param1_cmd_vtysh, 
14797        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
14798        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
14799        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
14800        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
14801
14802 DEFSH (0, show_bgp_lcommunity_list_cmd_vtysh, 
14803        "show bgp large-community-list (<1-500>|WORD)", 
14804        "Show running system information\n"
14805        "BGP information\n"
14806        "Display routes matching the large-community-list\n"
14807        "large-community-list number\n"
14808        "large-community-list name\n")
14809
14810 DEFSH (0, show_ipv6_ospf6_interface_ifname_prefix_match_cmd_vtysh, 
14811        "show ipv6 ospf6 interface IFNAME prefix X:X::X:X/M (match|detail)", 
14812        "Show running system information\n"
14813        "IPv6 Information\n"
14814        "Open Shortest Path First (OSPF) for IPv6\n"
14815        "Interface information\n"
14816        "Interface name(e.g. ep0)\n"
14817        "Display connected prefixes to advertise\n"
14818        "Display the route\n"
14819        "Display the route matches the prefix\n"
14820        "Display details of the prefixes\n"
14821        )
14822
14823 DEFSH (0, no_neighbor_maximum_prefix_restart_cmd_vtysh, 
14824        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> restart <1-65535>", 
14825        "Negate a command or set its defaults\n"
14826        "Specify neighbor router\n"
14827        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14828        "Maximum number of prefix accept from this peer\n"
14829        "maximum no. of prefix limit\n"
14830        "Restart bgp connection after limit is exceeded\n"
14831        "Restart interval in minutes")
14832
14833 DEFSH (0, ospf_area_authentication_cmd_vtysh, 
14834        "area (A.B.C.D|<0-4294967295>) authentication", 
14835        "OSPF area parameters\n"
14836        "OSPF area ID in IP address format\n"
14837        "OSPF area ID as a decimal value\n"
14838        "Enable authentication\n")
14839
14840 DEFSH (0, show_ip_ospf_neighbor_id_cmd_vtysh, 
14841        "show ip ospf neighbor A.B.C.D", 
14842        "Show running system information\n"
14843        "IP information\n"
14844        "OSPF information\n"
14845        "Neighbor list\n"
14846        "Neighbor ID\n")
14847
14848 DEFSH (0, debug_ospf_nsm_sub_cmd_vtysh, 
14849        "debug ospf nsm (status|events|timers)", 
14850        "Debugging functions (see also 'undebug')\n"
14851        "OSPF information\n"
14852        "OSPF Neighbor State Machine\n"
14853        "NSM Status Information\n"
14854        "NSM Event Information\n"
14855        "NSM Timer Information\n")
14856
14857 DEFSH (0, show_bgp_ipv6_prefix_cmd_vtysh, 
14858        "show bgp ipv6 X:X::X:X/M", 
14859        "Show running system information\n"
14860        "BGP information\n"
14861        "Address family\n"
14862        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
14863
14864 DEFSH (0, show_bgp_memory_cmd_vtysh, 
14865        "show bgp memory", 
14866        "Show running system information\n"
14867        "BGP information\n"
14868        "Global BGP memory statistics\n")
14869
14870 DEFSH (0, show_bgp_ipv4_prefix_list_cmd_vtysh, 
14871        "show bgp ipv4 prefix-list WORD", 
14872        "Show running system information\n"
14873        "BGP information\n"
14874        "IP information\n"
14875        "Display routes conforming to the prefix-list\n"
14876        "IP prefix-list name\n")
14877
14878 DEFSH (0, rip_neighbor_cmd_vtysh, 
14879        "neighbor A.B.C.D", 
14880        "Specify a neighbor router\n"
14881        "Neighbor address\n")
14882
14883 DEFSH (0, show_ip_bgp_ipv4_neighbors_cmd_vtysh, 
14884        "show ip bgp ipv4 (unicast|multicast) neighbors", 
14885        "Show running system information\n"
14886        "IP information\n"
14887        "BGP information\n"
14888        "Address family\n"
14889        "Address Family modifier\n"
14890        "Address Family modifier\n"
14891        "Detailed information on TCP and BGP neighbor connections\n")
14892
14893 DEFSH (0, ip_route_mask_tag_cmd_vtysh, 
14894        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
14895        "IP information\n"
14896        "Establish static routes\n"
14897        "IP destination prefix\n"
14898        "IP destination prefix mask\n"
14899        "IP gateway address\n"
14900        "IP gateway interface name\n"
14901        "Null interface\n"
14902        "Set tag for this route\n"
14903        "Tag value\n")
14904
14905 DEFSH (0, show_bgp_afi_safi_view_cmd_vtysh, 
14906        "show bgp view WORD (ipv4|ipv6) (encap|mulicast|unicast|vpn)", 
14907        "Show running system information\n"
14908        "BGP information\n"
14909        "BGP view\n"
14910        "BGP view name\n"
14911        "Address Family\n"
14912        "Address Family\n"
14913        "Address Family Modifier\n"
14914        "Address Family Modifier\n"
14915        "Address Family Modifier\n"
14916        "Address Family Modifier\n"
14917        )
14918
14919 DEFSH (0, show_bgp_ipv6_safi_route_cmd_vtysh, 
14920        "show bgp ipv6 (unicast|multicast) X:X::X:X", 
14921        "Show running system information\n"
14922        "BGP information\n"
14923        "Address family\n"
14924        "Address Family modifier\n"
14925        "Address Family modifier\n"
14926        "Network in the BGP routing table to display\n")
14927
14928 DEFSH (0, no_ospf_area_vlink_cmd_vtysh, 
14929        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D", 
14930        "Negate a command or set its defaults\n"
14931        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n")
14932
14933 DEFSH (0, no_set_community_val_cmd_vtysh, 
14934        "no set community .AA:NN", 
14935        "Negate a command or set its defaults\n"
14936        "Set values in destination routing protocol\n"
14937        "BGP community attribute\n"
14938        "Community number in aa:nn format or local-AS|no-advertise|no-export|internet or additive\n")
14939
14940 DEFSH (0, ospf_log_adjacency_changes_detail_cmd_vtysh, 
14941        "log-adjacency-changes detail", 
14942        "Log changes in adjacency state\n"
14943        "Log all state changes\n")
14944
14945 DEFSH (0, rip_redistribute_type_cmd_vtysh, 
14946        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)", 
14947        "Redistribute information from another routing protocol\n"
14948        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
14949
14950 DEFSH (0, no_spf_interval_arg_cmd_vtysh, 
14951        "no spf-interval <1-120>", 
14952        "Negate a command or set its defaults\n"
14953        "Minimum interval between SPF calculations\n"
14954        "Minimum interval between consecutive SPFs in seconds\n")
14955
14956 DEFSH (0, show_bgp_ipv6_safi_dampened_paths_cmd_vtysh, 
14957        "show bgp ipv6 (encap|multicast|unicast|vpn) dampened-paths", 
14958        "Show running system information\n"
14959        "BGP information\n"
14960        "IPv6 information\n"
14961        "Address Family modifier\n"
14962        "Address Family modifier\n"
14963        "Address Family modifier\n"
14964        "Address Family modifier\n"
14965        "Display paths suppressed due to dampening\n")
14966
14967 DEFSH (0, no_aggregate_address_as_set_summary_cmd_vtysh, 
14968        "no aggregate-address A.B.C.D/M as-set summary-only", 
14969        "Negate a command or set its defaults\n"
14970        "Configure BGP aggregate entries\n"
14971        "Aggregate prefix\n"
14972        "Generate AS set path information\n"
14973        "Filter more specific routes from updates\n")
14974
14975 DEFSH (0, no_neighbor_soft_reconfiguration_cmd_vtysh, 
14976        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "soft-reconfiguration inbound", 
14977        "Negate a command or set its defaults\n"
14978        "Specify neighbor router\n"
14979        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14980        "Per neighbor soft reconfiguration\n"
14981        "Allow inbound soft reconfiguration for this neighbor\n")
14982
14983 DEFSH (0|0|0|0, ipv6_prefix_list_cmd_vtysh, 
14984        "ipv6 prefix-list WORD (deny|permit) (X:X::X:X/M|any)", 
14985        "IPv6 information\n"
14986        "Build a prefix list\n"
14987        "Name of a prefix list\n"
14988        "Specify packets to reject\n"
14989        "Specify packets to forward\n"
14990        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
14991        "Any prefix match.  Same as \"::0/0 le 128\"\n")
14992
14993 DEFSH (0, no_ospf_area_range_cmd_vtysh, 
14994        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M", 
14995        "Negate a command or set its defaults\n"
14996        "OSPF area parameters\n"
14997        "OSPF area ID in IP address format\n"
14998        "OSPF area ID as a decimal value\n"
14999        "Summarize routes matching address/mask (border routers only)\n"
15000        "Area range prefix\n")
15001
15002 DEFSH (0, no_psnp_interval_l2_arg_cmd_vtysh, 
15003        "no isis psnp-interval <1-120> level-2", 
15004        "Negate a command or set its defaults\n"
15005        "IS-IS commands\n"
15006        "Set PSNP interval in seconds\n"
15007        "PSNP interval value\n"
15008        "Specify interval for level-2 PSNPs\n")
15009
15010 DEFSH (0, show_ip_igmp_sources_retransmissions_cmd_vtysh, 
15011        "show ip igmp sources retransmissions", 
15012        "Show running system information\n"
15013        "IP information\n"
15014        "IGMP information\n"
15015        "IGMP sources information\n"
15016        "IGMP source retransmissions\n")
15017
15018 DEFSH (0, no_debug_igmp_packets_cmd_vtysh, 
15019        "no debug igmp packets", 
15020        "Negate a command or set its defaults\n"
15021        "Debugging functions (see also 'undebug')\n"
15022        "IGMP protocol activity\n"
15023        "IGMP protocol packets\n")
15024
15025 DEFSH (0, ipv6_bgp_distance_source_access_list_cmd_vtysh, 
15026        "distance <1-255> X:X::X:X/M WORD", 
15027        "Define an administrative distance\n"
15028        "Administrative distance\n"
15029        "IP source prefix\n"
15030        "Access list name\n")
15031
15032 DEFSH (0, set_weight_cmd_vtysh, 
15033        "set weight <0-4294967295>", 
15034        "Set values in destination routing protocol\n"
15035        "BGP weight for routing table\n"
15036        "Weight value\n")
15037
15038 DEFSH (0, show_bgp_ipv6_safi_flap_prefix_longer_cmd_vtysh, 
15039        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics X:X::X:X/M longer-prefixes", 
15040        "Show running system information\n"
15041        "BGP information\n"
15042        "Address family\n"
15043        "Address Family modifier\n"
15044        "Address Family modifier\n"
15045        "Address Family modifier\n"
15046        "Address Family modifier\n"
15047        "Display flap statistics of routes\n"
15048        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15049        "Display route and more specific routes\n")
15050
15051 DEFSH (0, ipv6_forwarding_cmd_vtysh, 
15052        "ipv6 forwarding", 
15053        "IPv6 information\n"
15054        "Turn on IPv6 forwarding")
15055
15056 DEFSH (0, no_bgp_network_mask_route_map_cmd_vtysh, 
15057        "no network A.B.C.D mask A.B.C.D route-map WORD", 
15058        "Negate a command or set its defaults\n"
15059        "Specify a network to announce via BGP\n"
15060        "Network number\n"
15061        "Network mask\n"
15062        "Network mask\n"
15063        "Route-map to modify the attributes\n"
15064        "Name of the route map\n")
15065
15066 DEFSH (0, ospf_area_nssa_translate_no_summary_cmd_vtysh, 
15067        "area (A.B.C.D|<0-4294967295>) nssa (translate-candidate|translate-never|translate-always) no-summary", 
15068        "OSPF area parameters\n"
15069        "OSPF area ID in IP address format\n"
15070        "OSPF area ID as a decimal value\n"
15071        "Configure OSPF area as nssa\n"
15072        "Configure NSSA-ABR for translate election (default)\n"
15073        "Configure NSSA-ABR to never translate\n"
15074        "Configure NSSA-ABR to always translate\n"
15075        "Do not inject inter-area routes into nssa\n")
15076
15077 DEFSH (0, show_bgp_ipv6_safi_lcommunity2_cmd_vtysh, 
15078        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community (AA:BB:CC) (AA:BB:CC)", 
15079        "Show running system information\n"
15080        "BGP information\n"
15081        "Address family\n"
15082        "Address family modifier\n"
15083        "Address family modifier\n"
15084        "Address family modifier\n"
15085        "Address family modifier\n"
15086        "Display routes matching the large-communities\n"
15087        "large-community number\n"
15088        "large-community number\n")
15089
15090 DEFSH (0|0|0|0, clear_ipv6_prefix_list_name_cmd_vtysh, 
15091        "clear ipv6 prefix-list WORD", 
15092        "Reset functions\n"
15093        "IPv6 information\n"
15094        "Build a prefix list\n"
15095        "Name of a prefix list\n")
15096
15097 DEFSH (0, show_ipv6_ospf6_database_type_detail_cmd_vtysh, 
15098        "show ipv6 ospf6 database "
15099        "(router|network|inter-prefix|inter-router|as-external|"
15100        "group-membership|type-7|link|intra-prefix) "
15101        "(detail|dump|internal)", 
15102        "Show running system information\n"
15103        "IPv6 information\n"
15104        "Open Shortest Path First (OSPF) for IPv6\n"
15105        "Display Link state database\n"
15106        "Display Router LSAs\n"
15107        "Display Network LSAs\n"
15108        "Display Inter-Area-Prefix LSAs\n"
15109        "Display Inter-Area-Router LSAs\n"
15110        "Display As-External LSAs\n"
15111        "Display Group-Membership LSAs\n"
15112        "Display Type-7 LSAs\n"
15113        "Display Link LSAs\n"
15114        "Display Intra-Area-Prefix LSAs\n"
15115        "Display details of LSAs\n"
15116        "Dump LSAs\n"
15117        "Display LSA's internal information\n"
15118       )
15119
15120 DEFSH (0, show_bgp_ipv4_safi_flap_address_cmd_vtysh, 
15121        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D", 
15122        "Show running system information\n"
15123        "BGP information\n"
15124        "Address family\n"
15125        "Address Family modifier\n"
15126        "Address Family modifier\n"
15127        "Address Family modifier\n"
15128        "Address Family modifier\n"
15129        "Display flap statistics of routes\n"
15130        "Network in the BGP routing table to display\n")
15131
15132 DEFSH (0, clear_ip_bgp_peer_ipv4_soft_cmd_vtysh, 
15133        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft", 
15134        "Reset functions\n"
15135        "IP information\n"
15136        "BGP information\n"
15137        "BGP neighbor address to clear\n"
15138        "Address family\n"
15139        "Address Family Modifier\n"
15140        "Address Family Modifier\n"
15141        "Soft reconfig inbound and outbound updates\n")
15142
15143 DEFSH (0, debug_rip_packet_cmd_vtysh, 
15144        "debug rip packet", 
15145        "Debugging functions (see also 'undebug')\n"
15146        "RIP information\n"
15147        "RIP packet\n")
15148
15149 DEFSH (0, no_ip_forwarding_cmd_vtysh, 
15150        "no ip forwarding", 
15151        "Negate a command or set its defaults\n"
15152        "IP information\n"
15153        "Turn off IP forwarding")
15154
15155 DEFSH (0, show_ipv6_ospf6_database_id_cmd_vtysh, 
15156        "show ipv6 ospf6 database * A.B.C.D", 
15157        "Show running system information\n"
15158        "IPv6 information\n"
15159        "Open Shortest Path First (OSPF) for IPv6\n"
15160        "Display Link state database\n"
15161        "Any Link state Type\n"
15162        "Specify Link state ID as IPv4 address notation\n"
15163       )
15164
15165 DEFSH (0, show_ip_bgp_ipv4_neighbor_received_prefix_filter_cmd_vtysh, 
15166        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
15167        "Show running system information\n"
15168        "IP information\n"
15169        "BGP information\n"
15170        "Address family\n"
15171        "Address Family modifier\n"
15172        "Address Family modifier\n"
15173        "Detailed information on TCP and BGP neighbor connections\n"
15174        "Neighbor to display information about\n"
15175        "Neighbor to display information about\n"
15176        "Display information received from a BGP neighbor\n"
15177        "Display the prefixlist filter\n")
15178
15179 DEFSH (0, set_vpnv4_nexthop_cmd_vtysh, 
15180        "set vpnv4 next-hop A.B.C.D", 
15181        "Set values in destination routing protocol\n"
15182        "VPNv4 information\n"
15183        "VPNv4 next-hop address\n"
15184        "IP address of next hop\n")
15185
15186 DEFSH (0, set_overload_bit_cmd_vtysh, 
15187        "set-overload-bit", 
15188        "Set overload bit to avoid any transit traffic\n"
15189        "Set overload bit\n")
15190
15191 DEFSH (0, ospf_log_adjacency_changes_cmd_vtysh, 
15192        "log-adjacency-changes", 
15193        "Log changes in adjacency state\n")
15194
15195 DEFSH (0, show_bgp_ipv6_encap_rd_tags_cmd_vtysh, 
15196        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn tags", 
15197        "Show running system information\n"
15198        "BGP information\n"
15199        "Address Family\n"
15200        "Display ENCAP NLRI specific information\n"
15201        "Display information for a route distinguisher\n"
15202        "ENCAP Route Distinguisher\n"
15203        "Display BGP tags for prefixes\n")
15204
15205 DEFSH (0, show_ipv6_ospf6_neighbor_detail_cmd_vtysh, 
15206        "show ipv6 ospf6 neighbor (detail|drchoice)", 
15207        "Show running system information\n"
15208        "IPv6 Information\n"
15209        "Open Shortest Path First (OSPF) for IPv6\n"
15210        "Neighbor list\n"
15211        "Display details\n"
15212        "Display DR choices\n"
15213       )
15214
15215 DEFSH (0, show_bgp_view_rsclient_route_cmd_vtysh, 
15216        "show bgp view WORD rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
15217        "Show running system information\n"
15218        "BGP information\n"
15219        "BGP view\n"
15220        "View name\n"
15221        "Information about Route Server Client\n"
15222        "Neighbor address\nIPv6 address\n"
15223        "Network in the BGP routing table to display\n")
15224
15225 DEFSH (0, show_ip_route_prefix_longer_vrf_cmd_vtysh, 
15226        "show ip route A.B.C.D/M longer-prefixes " "vrf <0-65535>", 
15227        "Show running system information\n"
15228        "IP information\n"
15229        "IP routing table\n"
15230        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15231        "Show route matching the specified Network/Mask pair only\n"
15232        "Specify the VRF\nThe VRF ID\n")
15233
15234 DEFSH (0, clear_ipv6_ospf6_interface_cmd_vtysh, 
15235        "clear ipv6 ospf6 interface [IFNAME]", 
15236        "Reset functions\n"
15237        "IPv6 Information\n"
15238        "Open Shortest Path First (OSPF) for IPv6\n"
15239        "Interface information\n"
15240        "Interface name(e.g. ep0)\n"
15241        )
15242
15243 DEFSH (0, show_bgp_community3_exact_cmd_vtysh, 
15244        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
15245        "Show running system information\n"
15246        "BGP information\n"
15247        "Display routes matching the communities\n"
15248        "community number\n"
15249        "Do not send outside local AS (well-known community)\n"
15250        "Do not advertise to any peer (well-known community)\n"
15251        "Do not export to next AS (well-known community)\n"
15252        "community number\n"
15253        "Do not send outside local AS (well-known community)\n"
15254        "Do not advertise to any peer (well-known community)\n"
15255        "Do not export to next AS (well-known community)\n"
15256        "community number\n"
15257        "Do not send outside local AS (well-known community)\n"
15258        "Do not advertise to any peer (well-known community)\n"
15259        "Do not export to next AS (well-known community)\n"
15260        "Exact match of the communities")
15261
15262 DEFSH (0, no_bgp_bestpath_med2_cmd_vtysh, 
15263        "no bgp bestpath med confed missing-as-worst", 
15264        "Negate a command or set its defaults\n"
15265        "BGP specific commands\n"
15266        "Change the default bestpath selection\n"
15267        "MED attribute\n"
15268        "Compare MED among confederation paths\n"
15269        "Treat missing MED as the least preferred one\n")
15270
15271 DEFSH (0, ip_lcommunity_list_standard_cmd_vtysh, 
15272        "ip large-community-list <1-99> (deny|permit) .AA:BB:CC", 
15273        "IP information\n"
15274        "Add a large community list entry\n"
15275        "Large Community list number (standard)\n"
15276        "Specify large community to reject\n"
15277        "Specify large community to accept\n"
15278        "large community in 'aa:bb:cc' format\n")
15279
15280 DEFSH (0, show_ipv6_ospf6_database_router_cmd_vtysh, 
15281        "show ipv6 ospf6 database * * A.B.C.D", 
15282        "Show running system information\n"
15283        "IPv6 information\n"
15284        "Open Shortest Path First (OSPF) for IPv6\n"
15285        "Display Link state database\n"
15286        "Any Link state Type\n"
15287        "Any Link state ID\n"
15288        "Specify Advertising Router as IPv4 address notation\n"
15289       )
15290
15291 DEFSH (0, no_debug_ospf6_message_cmd_vtysh, 
15292        "no debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all)", 
15293        "Negate a command or set its defaults\n"
15294        "Debugging functions (see also 'undebug')\n"
15295        "Open Shortest Path First (OSPF) for IPv6\n"
15296        "Debug OSPFv3 message\n"
15297        "Debug Unknown message\n"
15298        "Debug Hello message\n"
15299        "Debug Database Description message\n"
15300        "Debug Link State Request message\n"
15301        "Debug Link State Update message\n"
15302        "Debug Link State Acknowledgement message\n"
15303        "Debug All message\n"
15304        )
15305
15306 DEFSH (0, show_isis_topology_cmd_vtysh, 
15307        "show isis topology", 
15308        "Show running system information\n"
15309        "IS-IS information\n"
15310        "IS-IS paths to Intermediate Systems\n")
15311
15312 DEFSH (0, show_ip_bgp_lcommunity4_cmd_vtysh, 
15313        "show ip bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
15314        "Show running system information\n"
15315        "IP information\n"
15316        "BGP information\n"
15317        "Display routes matching the large-communities\n"
15318        "large-community number\n"
15319        "large-community number\n"
15320        "large-community number\n"
15321        "large-community number\n")
15322
15323 DEFSH (0, isis_passive_cmd_vtysh, 
15324        "isis passive", 
15325        "IS-IS commands\n"
15326        "Configure the passive mode for interface\n")
15327
15328 DEFSH (0, show_bgp_ipv4_lcommunity4_cmd_vtysh, 
15329        "show bgp ipv4 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
15330        "Show running system information\n"
15331        "BGP information\n"
15332        "IP information\n"
15333        "Display routes matching the large-communities\n"
15334        "large-community number\n"
15335        "large-community number\n"
15336        "large-community number\n"
15337        "large-community number\n")
15338
15339 DEFSH (0|0|0|0, ip_prefix_list_seq_ge_cmd_vtysh, 
15340        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32>", 
15341        "IP information\n"
15342        "Build a prefix list\n"
15343        "Name of a prefix list\n"
15344        "sequence number of an entry\n"
15345        "Sequence number\n"
15346        "Specify packets to reject\n"
15347        "Specify packets to forward\n"
15348        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15349        "Minimum prefix length to be matched\n"
15350        "Minimum prefix length\n")
15351
15352 DEFSH (0, fpm_remote_ip_cmd_vtysh, 
15353         "fpm connection ip A.B.C.D port <1-65535>", 
15354         "fpm connection remote ip and port\n"
15355         "Remote fpm server ip A.B.C.D\n"
15356         "Enter ip ")
15357
15358 DEFSH (0, isis_hello_padding_cmd_vtysh, 
15359        "isis hello padding", 
15360        "IS-IS commands\n"
15361        "Add padding to IS-IS hello packets\n"
15362        "Pad hello packets\n"
15363        "<cr>\n")
15364
15365 DEFSH (0, clear_bgp_external_soft_in_cmd_vtysh, 
15366        "clear bgp external soft in", 
15367        "Reset functions\n"
15368        "BGP information\n"
15369        "Clear all external peers\n"
15370        "Soft reconfig inbound and outbound updates\n"
15371        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
15372
15373 DEFSH (0, show_ip_bgp_community_info_cmd_vtysh, 
15374        "show ip bgp community-info", 
15375        "Show running system information\n"
15376        "IP information\n"
15377        "BGP information\n"
15378        "List all bgp community information\n")
15379
15380 DEFSH (0, no_csnp_interval_cmd_vtysh, 
15381        "no isis csnp-interval", 
15382        "Negate a command or set its defaults\n"
15383        "IS-IS commands\n"
15384        "Set CSNP interval in seconds\n")
15385
15386 DEFSH (0, show_ip_route_summary_vrf_all_cmd_vtysh, 
15387        "show ip route summary " "vrf all", 
15388        "Show running system information\n"
15389        "IP information\n"
15390        "IP routing table\n"
15391        "Summary of all routes\n"
15392        "Specify the VRF\nAll VRFs\n")
15393
15394 DEFSH (0, no_neighbor_maximum_prefix_val_cmd_vtysh, 
15395        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295>", 
15396        "Negate a command or set its defaults\n"
15397        "Specify neighbor router\n"
15398        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15399        "Maximum number of prefix accept from this peer\n"
15400        "maximum no. of prefix limit\n")
15401
15402 DEFSH (0, show_ip_ospf_neighbor_int_cmd_vtysh, 
15403        "show ip ospf neighbor IFNAME", 
15404        "Show running system information\n"
15405        "IP information\n"
15406        "OSPF information\n"
15407        "Neighbor list\n"
15408        "Interface name\n")
15409
15410 DEFSH (0, no_ipv6_route_pref_cmd_vtysh, 
15411        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255>", 
15412        "Negate a command or set its defaults\n"
15413        "IP information\n"
15414        "Establish static routes\n"
15415        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
15416        "IPv6 gateway address\n"
15417        "IPv6 gateway interface name\n"
15418        "Distance value for this prefix\n")
15419
15420 DEFSH (0, show_bgp_ipv6_prefix_list_cmd_vtysh, 
15421        "show bgp ipv6 prefix-list WORD", 
15422        "Show running system information\n"
15423        "BGP information\n"
15424        "Address family\n"
15425        "Display routes conforming to the prefix-list\n"
15426        "IPv6 prefix-list name\n")
15427
15428 DEFSH (0, no_neighbor_route_map_cmd_vtysh, 
15429        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "route-map WORD (in|out|import|export)", 
15430        "Negate a command or set its defaults\n"
15431        "Specify neighbor router\n"
15432        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15433        "Apply route map to neighbor\n"
15434        "Name of route map\n"
15435        "Apply map to incoming routes\n"
15436        "Apply map to outbound routes\n"
15437        "Apply map to routes going into a Route-Server client's table\n"
15438        "Apply map to routes coming from a Route-Server client")
15439
15440 DEFSH (0, ip_route_mask_flags2_tag_cmd_vtysh, 
15441        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>", 
15442        "IP information\n"
15443        "Establish static routes\n"
15444        "IP destination prefix\n"
15445        "IP destination prefix mask\n"
15446        "Emit an ICMP unreachable when matched\n"
15447        "Silently discard pkts when matched\n"
15448        "Set tag for this route\n"
15449        "Tag value\n")
15450
15451 DEFSH (0|0|0|0, ip_prefix_list_seq_le_ge_cmd_vtysh, 
15452        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
15453        "IP information\n"
15454        "Build a prefix list\n"
15455        "Name of a prefix list\n"
15456        "sequence number of an entry\n"
15457        "Sequence number\n"
15458        "Specify packets to reject\n"
15459        "Specify packets to forward\n"
15460        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15461        "Maximum prefix length to be matched\n"
15462        "Maximum prefix length\n"
15463        "Minimum prefix length to be matched\n"
15464        "Minimum prefix length\n")
15465
15466 DEFSH (0, no_access_list_all_cmd_vtysh, 
15467        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD)", 
15468        "Negate a command or set its defaults\n"
15469        "Add an access list entry\n"
15470        "IP standard access list\n"
15471        "IP extended access list\n"
15472        "IP standard access list (expanded range)\n"
15473        "IP extended access list (expanded range)\n"
15474        "IP zebra access-list name\n")
15475
15476 DEFSH (0, no_debug_bgp_as4_cmd_vtysh, 
15477        "no debug bgp as4", 
15478        "Negate a command or set its defaults\n"
15479        "Debugging functions (see also 'undebug')\n"
15480        "BGP information\n"
15481        "BGP AS4 actions\n")
15482
15483 DEFSH (0, ip_ospf_dead_interval_minimal_addr_cmd_vtysh, 
15484        "ip ospf dead-interval minimal hello-multiplier <1-10> A.B.C.D", 
15485        "IP Information\n"
15486        "OSPF interface commands\n"
15487        "Interval after which a neighbor is declared dead\n"
15488        "Minimal 1s dead-interval with fast sub-second hellos\n"
15489        "Hello multiplier factor\n"
15490        "Number of Hellos to send each second\n"
15491        "Address of interface\n")
15492
15493 DEFSH (0|0|0, match_metric_cmd_vtysh, 
15494        "match metric <0-4294967295>", 
15495        "Match values from routing table\n"
15496        "Match metric of route\n"
15497        "Metric value\n")
15498
15499 DEFSH (0, clear_bgp_ipv6_as_in_prefix_filter_cmd_vtysh, 
15500        "clear bgp ipv6 " "<1-4294967295>" " in prefix-filter", 
15501        "Reset functions\n"
15502        "BGP information\n"
15503        "Address family\n"
15504        "Clear peers with the AS number\n"
15505        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
15506        "Push out prefix-list ORF and do inbound soft reconfig\n")
15507
15508 DEFSH (0, no_ip_ospf_mtu_ignore_addr_cmd_vtysh, 
15509        "no ip ospf mtu-ignore A.B.C.D", 
15510        "IP Information\n"
15511        "OSPF interface commands\n"
15512        "Disable mtu mismatch detection\n"
15513        "Address of interface")
15514
15515 DEFSH (0, no_area_lsp_mtu_arg_cmd_vtysh, 
15516       "no lsp-mtu <128-4352>", 
15517       "Negate a command or set its defaults\n"
15518       "Configure the maximum size of generated LSPs\n"
15519       "Maximum size of generated LSPs\n")
15520
15521 DEFSH (0, bgp_multiple_instance_cmd_vtysh, 
15522        "bgp multiple-instance", 
15523        "BGP information\n"
15524        "Enable bgp multiple instance\n")
15525
15526 DEFSH (0, clear_ip_bgp_peer_encap_in_cmd_vtysh, 
15527        "clear ip bgp A.B.C.D encap unicast in", 
15528        "Reset functions\n"
15529        "IP information\n"
15530        "BGP information\n"
15531        "BGP neighbor address to clear\n"
15532        "Address family\n"
15533        "Address Family Modifier\n"
15534        "Soft reconfig inbound update\n")
15535
15536 DEFSH (0, net_cmd_vtysh, 
15537        "net WORD", 
15538        "A Network Entity Title for this process (OSI only)\n"
15539        "XX.XXXX. ... .XXX.XX  Network entity title (NET)\n")
15540
15541 DEFSH (0, shutdown_if_cmd_vtysh, 
15542        "shutdown", 
15543        "Shutdown the selected interface\n")
15544
15545 DEFSH (0|0|0|0|0, no_match_ip_address_prefix_list_val_cmd_vtysh, 
15546        "no match ip address prefix-list WORD", 
15547        "Negate a command or set its defaults\n"
15548        "Match values from routing table\n"
15549        "IP information\n"
15550        "Match address of route\n"
15551        "Match entries of prefix-lists\n"
15552        "IP prefix-list name\n")
15553
15554 DEFSH (0, ipv6_ospf6_retransmitinterval_cmd_vtysh, 
15555        "ipv6 ospf6 retransmit-interval <1-65535>", 
15556        "IPv6 Information\n"
15557        "Open Shortest Path First (OSPF) for IPv6\n"
15558        "Time between retransmitting lost link state advertisements\n"
15559        "<1-65535> Seconds\n"
15560        )
15561
15562 DEFSH (0, show_bgp_ipv6_safi_rsclient_cmd_vtysh, 
15563        "show bgp ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
15564        "Show running system information\n"
15565        "BGP information\n"
15566        "Address family\n"
15567        "Address Family modifier\n"
15568        "Address Family modifier\n"
15569        "Information about Route Server Client\n"
15570        "Neighbor address\nIPv6 address\n")
15571
15572 DEFSH (0, no_ipv6_aggregate_address_cmd_vtysh, 
15573        "no aggregate-address X:X::X:X/M", 
15574        "Negate a command or set its defaults\n"
15575        "Configure BGP aggregate entries\n"
15576        "Aggregate prefix\n")
15577
15578 DEFSH (0, no_isis_hello_interval_l1_arg_cmd_vtysh, 
15579        "no isis hello-interval <1-600> level-1", 
15580        "Negate a command or set its defaults\n"
15581        "IS-IS commands\n"
15582        "Set Hello interval\n"
15583        "Hello interval value\n"
15584        "Holdtime 1 second,  interval depends on multiplier\n"
15585        "Specify hello-interval for level-1 IIHs\n")
15586
15587 DEFSH (0, no_neighbor_send_community_cmd_vtysh, 
15588        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community", 
15589        "Negate a command or set its defaults\n"
15590        "Specify neighbor router\n"
15591        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15592        "Send Community attribute to this neighbor\n")
15593
15594 DEFSH (0, show_bgp_ipv6_safi_flap_prefix_cmd_vtysh, 
15595        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics X:X::X:X/M", 
15596        "Show running system information\n"
15597        "BGP information\n"
15598        "Address family\n"
15599        "Address Family modifier\n"
15600        "Address Family modifier\n"
15601        "Address Family modifier\n"
15602        "Address Family modifier\n"
15603        "Display flap statistics of routes\n"
15604        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
15605
15606 DEFSH (0, clear_bgp_peer_in_cmd_vtysh, 
15607        "clear bgp (A.B.C.D|X:X::X:X) in", 
15608        "Reset functions\n"
15609        "BGP information\n"
15610        "BGP neighbor address to clear\n"
15611        "BGP IPv6 neighbor to clear\n"
15612        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
15613
15614 DEFSH (0, ospf_area_filter_list_cmd_vtysh, 
15615        "area (A.B.C.D|<0-4294967295>) filter-list prefix WORD (in|out)", 
15616        "OSPF area parameters\n"
15617        "OSPF area ID in IP address format\n"
15618        "OSPF area ID as a decimal value\n"
15619        "Filter networks between OSPF areas\n"
15620        "Filter prefixes between OSPF areas\n"
15621        "Name of an IP prefix-list\n"
15622        "Filter networks sent to this area\n"
15623        "Filter networks sent from this area\n")
15624
15625 DEFSH (0, no_debug_ospf6_message_sendrecv_cmd_vtysh, 
15626        "no debug ospf6 message "
15627        "(unknown|hello|dbdesc|lsreq|lsupdate|lsack|all) (send|recv)", 
15628        "Negate a command or set its defaults\n"
15629        "Debugging functions (see also 'undebug')\n"
15630        "Open Shortest Path First (OSPF) for IPv6\n"
15631        "Debug OSPFv3 message\n"
15632        "Debug Unknown message\n"
15633        "Debug Hello message\n"
15634        "Debug Database Description message\n"
15635        "Debug Link State Request message\n"
15636        "Debug Link State Update message\n"
15637        "Debug Link State Acknowledgement message\n"
15638        "Debug All message\n"
15639        "Debug only sending message\n"
15640        "Debug only receiving message\n"
15641        )
15642
15643 DEFSH (0, no_area_lsp_mtu_cmd_vtysh, 
15644       "no lsp-mtu", 
15645       "Negate a command or set its defaults\n"
15646       "Configure the maximum size of generated LSPs\n")
15647
15648 DEFSH (0, no_ripng_redistribute_type_cmd_vtysh, 
15649        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)", 
15650        "Negate a command or set its defaults\n"
15651        "Redistribute\n"
15652        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
15653
15654 DEFSH (0, no_ip_multicast_routing_cmd_vtysh, 
15655        "no" " " "ip multicast-routing", 
15656        "Negate a command or set its defaults\n"
15657        "IP information\n"
15658        "Global IP configuration subcommands\n"
15659        "Enable IP multicast forwarding\n")
15660
15661 DEFSH (0, show_bgp_ipv6_safi_lcommunity4_cmd_vtysh, 
15662        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
15663        "Show running system information\n"
15664        "BGP information\n"
15665        "Address family\n"
15666        "Address family modifier\n"
15667        "Address family modifier\n"
15668        "Address family modifier\n"
15669        "Address family modifier\n"
15670        "Display routes matching the large-communities\n"
15671        "large-community number\n"
15672        "large-community number\n"
15673        "large-community number\n"
15674        "large-community number\n")
15675
15676 DEFSH (0, interface_ip_mroute_source_cmd_vtysh, 
15677        "ip mroute INTERFACE A.B.C.D A.B.C.D", 
15678        "IP information\n"
15679        "Add multicast route\n"
15680        "Outgoing interface name\n"
15681        "Group address\n"
15682        "Source address\n")
15683
15684 DEFSH (0, no_access_list_standard_cmd_vtysh, 
15685        "no access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D A.B.C.D", 
15686        "Negate a command or set its defaults\n"
15687        "Add an access list entry\n"
15688        "IP standard access list\n"
15689        "IP standard access list (expanded range)\n"
15690        "Specify packets to reject\n"
15691        "Specify packets to forward\n"
15692        "Address to match\n"
15693        "Wildcard bits\n")
15694
15695 DEFSH (0, show_bgp_view_ipv6_prefix_cmd_vtysh, 
15696        "show bgp view WORD ipv6 X:X::X:X/M", 
15697        "Show running system information\n"
15698        "BGP information\n"
15699        "BGP view\n"
15700        "View name\n"
15701        "Address family\n"
15702        "IPv6 prefix <network>/<length>\n")
15703
15704 DEFSH (0, debug_bgp_update_cmd_vtysh, 
15705        "debug bgp updates", 
15706        "Debugging functions (see also 'undebug')\n"
15707        "BGP information\n"
15708        "BGP updates\n")
15709
15710 DEFSH (0, show_bgp_ipv6_vpn_summary_cmd_vtysh, 
15711        "show bgp ipv6 vpn summary", 
15712        "Show running system information\n"
15713        "BGP information\n"
15714        "IPv6\n"
15715        "Display VPN NLRI specific information\n"
15716        "Summary of BGP neighbor status\n")
15717
15718 DEFSH (0, no_ospf_distance_ospf_cmd_vtysh, 
15719        "no distance ospf {intra-area|inter-area|external}", 
15720        "Negate a command or set its defaults\n"
15721        "Define an administrative distance\n"
15722        "OSPF Administrative distance\n"
15723        "OSPF Distance\n"
15724        "Intra-area routes\n"
15725        "Inter-area routes\n"
15726        "External routes\n")
15727
15728 DEFSH (0, no_rip_timers_cmd_vtysh, 
15729        "no timers basic", 
15730        "Negate a command or set its defaults\n"
15731        "Adjust routing timers\n"
15732        "Basic routing protocol update timers\n")
15733
15734 DEFSH (0, show_ipv6_bgp_community_exact_cmd_vtysh, 
15735        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
15736        "Show running system information\n"
15737        "IPv6 information\n"
15738        "BGP information\n"
15739        "Display routes matching the communities\n"
15740        "community number\n"
15741        "Do not send outside local AS (well-known community)\n"
15742        "Do not advertise to any peer (well-known community)\n"
15743        "Do not export to next AS (well-known community)\n"
15744        "Exact match of the communities")
15745
15746 DEFSH (0, bgp_maxpaths_cmd_vtysh, 
15747        "maximum-paths " "<" "1" "-" "1" ">", 
15748        "Forward packets over multiple paths\n"
15749        "Number of paths\n")
15750
15751 DEFSH (0|0|0|0|0|0, no_rmap_continue_cmd_vtysh, 
15752        "no continue", 
15753        "Negate a command or set its defaults\n"
15754        "Continue on a different entry within the route-map\n")
15755
15756 DEFSH (0, set_lcommunity_cmd_vtysh, 
15757        "set large-community .AA:BB:CC", 
15758        "Set values in destination routing protocol\n"
15759        "BGP large community attribute\n"
15760        "Large Community number in aa:bb:cc format or additive\n")
15761
15762 DEFSH (0, isis_mpls_te_router_addr_cmd_vtysh, 
15763        "mpls-te router-address A.B.C.D", 
15764        "MPLS-TE specific commands\n"
15765        "Stable IP address of the advertising router\n"
15766        "MPLS-TE router address in IPv4 address format\n")
15767
15768 DEFSH (0, clear_ip_bgp_peer_group_ipv4_in_prefix_filter_cmd_vtysh, 
15769        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) in prefix-filter", 
15770        "Reset functions\n"
15771        "IP information\n"
15772        "BGP information\n"
15773        "Clear all members of peer-group\n"
15774        "BGP peer-group name\n"
15775        "Address family\n"
15776        "Address Family modifier\n"
15777        "Address Family modifier\n"
15778        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
15779        "Push out prefix-list ORF and do inbound soft reconfig\n")
15780
15781 DEFSH (0, no_bgp_default_local_preference_cmd_vtysh, 
15782        "no bgp default local-preference", 
15783        "Negate a command or set its defaults\n"
15784        "BGP specific commands\n"
15785        "Configure BGP defaults\n"
15786        "local preference (higher=more preferred)\n")
15787
15788 DEFSH (0|0|0|0, no_ip_prefix_list_seq_ge_cmd_vtysh, 
15789        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32>", 
15790        "Negate a command or set its defaults\n"
15791        "IP information\n"
15792        "Build a prefix list\n"
15793        "Name of a prefix list\n"
15794        "sequence number of an entry\n"
15795        "Sequence number\n"
15796        "Specify packets to reject\n"
15797        "Specify packets to forward\n"
15798        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15799        "Minimum prefix length to be matched\n"
15800        "Minimum prefix length\n")
15801
15802 DEFSH (0, no_debug_ospf6_flooding_cmd_vtysh, 
15803        "no debug ospf6 flooding", 
15804        "Negate a command or set its defaults\n"
15805        "Debugging functions (see also 'undebug')\n"
15806        "Open Shortest Path First (OSPF) for IPv6\n"
15807        "Debug OSPFv3 flooding function\n"
15808       )
15809
15810 DEFSH (0, clear_ip_bgp_all_soft_in_cmd_vtysh, 
15811        "clear ip bgp * soft in", 
15812        "Reset functions\n"
15813        "IP information\n"
15814        "BGP information\n"
15815        "Clear all peers\n"
15816        "Soft reconfig inbound and outbound updates\n"
15817        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
15818
15819 DEFSH (0, no_ripng_passive_interface_cmd_vtysh, 
15820        "no passive-interface IFNAME", 
15821        "Negate a command or set its defaults\n"
15822        "Suppress routing updates on an interface\n"
15823        "Interface name\n")
15824
15825 DEFSH (0, show_ipv6_mbgp_lcommunity_list_cmd_vtysh, 
15826        "show ipv6 mbgp large-community-list WORD", 
15827        "Show running system information\n"
15828        "IPv6 information\n"
15829        "MBGP information\n"
15830        "Display routes matching the large-community-list\n"
15831        "large-community-list name\n")
15832
15833 DEFSH (0, undebug_bgp_zebra_cmd_vtysh, 
15834        "undebug bgp zebra", 
15835        "Disable debugging functions (see also 'debug')\n"
15836        "BGP information\n"
15837        "BGP Zebra messages\n")
15838
15839 DEFSH (0, neighbor_remove_private_as_cmd_vtysh, 
15840        "neighbor (A.B.C.D|X:X::X:X|WORD) " "remove-private-AS", 
15841        "Specify neighbor router\n"
15842        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15843        "Remove private AS number from outbound updates\n")
15844
15845 DEFSH (0, no_ip_route_mask_flags_tag_cmd_vtysh, 
15846        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
15847        "Negate a command or set its defaults\n"
15848        "IP information\n"
15849        "Establish static routes\n"
15850        "IP destination prefix\n"
15851        "IP destination prefix mask\n"
15852        "IP gateway address\n"
15853        "IP gateway interface name\n"
15854        "Emit an ICMP unreachable when matched\n"
15855        "Silently discard pkts when matched\n"
15856        "Tag of this route\n"
15857        "Tag value\n")
15858
15859 DEFSH (0, interface_no_ip_igmp_query_interval_cmd_vtysh, 
15860        "no" " " "ip igmp query-interval", 
15861        "Negate a command or set its defaults\n"
15862        "IP information\n"
15863        "Enable IGMP operation\n"
15864        "IGMP host query interval\n")
15865
15866 DEFSH (0, show_bgp_ipv4_safi_community3_cmd_vtysh, 
15867        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
15868        "Show running system information\n"
15869        "BGP information\n"
15870        "Address family\n"
15871        "Address Family modifier\n"
15872        "Address Family modifier\n"
15873        "Display routes matching the communities\n"
15874        "community number\n"
15875        "Do not send outside local AS (well-known community)\n"
15876        "Do not advertise to any peer (well-known community)\n"
15877        "Do not export to next AS (well-known community)\n"
15878        "community number\n"
15879        "Do not send outside local AS (well-known community)\n"
15880        "Do not advertise to any peer (well-known community)\n"
15881        "Do not export to next AS (well-known community)\n"
15882        "community number\n"
15883        "Do not send outside local AS (well-known community)\n"
15884        "Do not advertise to any peer (well-known community)\n"
15885        "Do not export to next AS (well-known community)\n")
15886
15887 DEFSH (0, show_bgp_ipv6_safi_route_pathtype_cmd_vtysh, 
15888        "show bgp ipv6 (unicast|multicast) X:X::X:X (bestpath|multipath)", 
15889        "Show running system information\n"
15890        "BGP information\n"
15891        "Address family\n"
15892        "Address Family modifier\n"
15893        "Address Family modifier\n"
15894        "Network in the BGP routing table to display\n"
15895        "Display only the bestpath\n"
15896        "Display only multipaths\n")
15897
15898 DEFSH (0, no_neighbor_default_originate_cmd_vtysh, 
15899        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate", 
15900        "Negate a command or set its defaults\n"
15901        "Specify neighbor router\n"
15902        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15903        "Originate default route to this neighbor\n")
15904
15905 DEFSH (0, spf_interval_l1_cmd_vtysh, 
15906        "spf-interval level-1 <1-120>", 
15907        "Minimum interval between SPF calculations\n"
15908        "Set interval for level 1 only\n"
15909        "Minimum interval between consecutive SPFs in seconds\n")
15910
15911 DEFSH (0, clear_ip_bgp_peer_group_soft_in_cmd_vtysh, 
15912        "clear ip bgp peer-group WORD soft in", 
15913        "Reset functions\n"
15914        "IP information\n"
15915        "BGP information\n"
15916        "Clear all members of peer-group\n"
15917        "BGP peer-group name\n"
15918        "Soft reconfig inbound and outbound updates\n"
15919        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
15920
15921 DEFSH (0, no_bgp_graceful_restart_stalepath_time_cmd_vtysh, 
15922        "no bgp graceful-restart stalepath-time", 
15923        "Negate a command or set its defaults\n"
15924        "BGP specific commands\n"
15925        "Graceful restart capability parameters\n"
15926        "Set the max time to hold onto restarting peer's stale paths\n")
15927
15928 DEFSH (0, neighbor_attr_unchanged7_cmd_vtysh, 
15929        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop med as-path", 
15930        "Specify neighbor router\n"
15931        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15932        "BGP attribute is propagated unchanged to this neighbor\n"
15933        "Nexthop attribute\n"
15934        "Med attribute\n"
15935        "As-path attribute\n")
15936
15937 DEFSH (0, no_ipv6_nd_router_preference_val_cmd_vtysh, 
15938        "no ipv6 nd router-preference (high|medium|low)", 
15939        "Negate a command or set its defaults\n"
15940        "Interface IPv6 config commands\n"
15941        "Neighbor discovery\n"
15942        "Default router preference\n"
15943        "High default router preference\n"
15944        "Low default router preference\n"
15945        "Medium default router preference (default)\n")
15946
15947 DEFSH (0, dump_bgp_all_cmd_vtysh, 
15948        "dump bgp (all|all-et|updates|updates-et|routes-mrt) PATH [INTERVAL]", 
15949        "Dump packet\n"
15950        "BGP packet dump\n"
15951        "Dump all BGP packets\nDump all BGP packets (Extended Tiemstamp Header)\n"
15952        "Dump BGP updates only\nDump BGP updates only (Extended Tiemstamp Header)\n"
15953        "Dump whole BGP routing table\n"
15954        "Output filename\n"
15955        "Interval of output\n")
15956
15957 DEFSH (0, show_ip_ospf_mpls_te_link_cmd_vtysh, 
15958        "show ip ospf mpls-te interface [INTERFACE]", 
15959        "Show running system information\n"
15960        "IP information\n"
15961        "OSPF information\n"
15962        "MPLS-TE information\n"
15963        "Interface information\n"
15964        "Interface name\n")
15965
15966 DEFSH (0, ospf_compatible_rfc1583_cmd_vtysh, 
15967        "compatible rfc1583", 
15968        "OSPF compatibility list\n"
15969        "compatible with RFC 1583\n")
15970
15971 DEFSH (0, set_src_cmd_vtysh, 
15972        "set src A.B.C.D", 
15973        "Set values in destination routing protocol\n"
15974        "src address for route\n"
15975        "src address\n")
15976
15977 DEFSH (0, show_bgp_view_afi_safi_lcommunity2_cmd_vtysh, 
15978        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC)", 
15979        "Show running system information\n"
15980        "BGP information\n"
15981        "BGP view\n"
15982        "View name\n"
15983        "Address family\n"
15984        "Address family\n"
15985        "Address family modifier\n"
15986        "Address family modifier\n"
15987        "Display routes matching the large-communities\n"
15988        "large-community number\n"
15989        "large-community number\n")
15990
15991 DEFSH (0, linkdetect_cmd_vtysh, 
15992        "link-detect [default]", 
15993        "Enable link detection on interface\n"
15994        "Leave link-detect to the default\n")
15995
15996 DEFSH (0, no_ospf_passive_interface_addr_cmd_vtysh, 
15997        "no passive-interface IFNAME A.B.C.D", 
15998        "Negate a command or set its defaults\n"
15999        "Allow routing updates on an interface\n"
16000        "Interface's name\n")
16001
16002 DEFSH (0, no_debug_isis_spfevents_cmd_vtysh, 
16003        "no debug isis spf-events", 
16004        "Disable debugging functions (see also 'debug')\n"
16005        "IS-IS information\n"
16006        "IS-IS Shortest Path First Events\n")
16007
16008 DEFSH (0, clear_ip_bgp_all_encap_soft_cmd_vtysh, 
16009        "clear ip bgp * encap unicast soft", 
16010        "Reset functions\n"
16011        "IP information\n"
16012        "BGP information\n"
16013        "Clear all peers\n"
16014        "Address family\n"
16015        "Address Family Modifier\n"
16016        "Soft reconfig\n")
16017
16018 DEFSH (0, clear_ip_bgp_external_in_cmd_vtysh, 
16019        "clear ip bgp external in", 
16020        "Reset functions\n"
16021        "IP information\n"
16022        "BGP information\n"
16023        "Clear all external peers\n"
16024        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
16025
16026 DEFSH (0, clear_bgp_ipv6_peer_group_soft_cmd_vtysh, 
16027        "clear bgp ipv6 peer-group WORD soft", 
16028        "Reset functions\n"
16029        "BGP information\n"
16030        "Address family\n"
16031        "Clear all members of peer-group\n"
16032        "BGP peer-group name\n"
16033        "Soft reconfig inbound and outbound updates\n")
16034
16035 DEFSH (0, clear_ip_bgp_peer_vpnv4_soft_in_cmd_vtysh, 
16036        "clear ip bgp A.B.C.D vpnv4 unicast soft in", 
16037        "Reset functions\n"
16038        "IP information\n"
16039        "BGP information\n"
16040        "BGP neighbor address to clear\n"
16041        "Address family\n"
16042        "Address Family Modifier\n"
16043        "Soft reconfig inbound and outbound updates\n"
16044        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
16045
16046 DEFSH (0, undebug_igmp_trace_cmd_vtysh, 
16047        "undebug igmp trace", 
16048        "Disable debugging functions (see also 'debug')\n"
16049        "IGMP protocol activity\n"
16050        "IGMP internal daemon activity\n")
16051
16052 DEFSH (0, ospf6_distance_ospf6_intra_external_inter_cmd_vtysh, 
16053        "distance ospf6 intra-area <1-255> external <1-255> inter-area <1-255>", 
16054        "Define an administrative distance\n"
16055        "OSPF6 Administrative distance\n"
16056        "Intra-area routes\n"
16057        "Distance for intra-area routes\n"
16058        "External routes\n"
16059        "Distance for external routes\n"
16060        "Inter-area routes\n"
16061        "Distance for inter-area routes\n")
16062
16063 DEFSH (0, ipv6_nd_ra_interval_msec_cmd_vtysh, 
16064        "ipv6 nd ra-interval msec <70-1800000>", 
16065        "Interface IPv6 config commands\n"
16066        "Neighbor discovery\n"
16067        "Router Advertisement interval\n"
16068        "Router Advertisement interval in milliseconds\n")
16069
16070 DEFSH (0, ipv6_nd_prefix_noval_noauto_cmd_vtysh, 
16071        "ipv6 nd prefix X:X::X:X/M (no-autoconfig|)", 
16072        "Interface IPv6 config commands\n"
16073        "Neighbor discovery\n"
16074        "Prefix information\n"
16075        "IPv6 prefix\n"
16076        "Do not use prefix for autoconfiguration\n")
16077
16078 DEFSH (0, show_bgp_ipv6_vpn_route_cmd_vtysh, 
16079        "show bgp ipv6 vpn X:X::X:X", 
16080        "Show running system information\n"
16081        "BGP information\n"
16082        "Address Family\n"
16083        "Display VPN NLRI specific information\n"
16084        "Network in the BGP routing table to display\n")
16085
16086 DEFSH (0|0|0|0, no_ipv6_prefix_list_ge_le_cmd_vtysh, 
16087        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
16088        "Negate a command or set its defaults\n"
16089        "IPv6 information\n"
16090        "Build a prefix list\n"
16091        "Name of a prefix list\n"
16092        "Specify packets to reject\n"
16093        "Specify packets to forward\n"
16094        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
16095        "Minimum prefix length to be matched\n"
16096        "Minimum prefix length\n"
16097        "Maximum prefix length to be matched\n"
16098        "Maximum prefix length\n")
16099
16100 DEFSH (0, clear_ip_bgp_as_soft_in_cmd_vtysh, 
16101        "clear ip bgp " "<1-4294967295>" " soft in", 
16102        "Reset functions\n"
16103        "IP information\n"
16104        "BGP information\n"
16105        "Clear peers with the AS number\n"
16106        "Soft reconfig inbound and outbound updates\n"
16107        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
16108
16109 DEFSH (0, no_rip_offset_list_cmd_vtysh, 
16110        "no offset-list WORD (in|out) <0-16>", 
16111        "Negate a command or set its defaults\n"
16112        "Modify RIP metric\n"
16113        "Access-list name\n"
16114        "For incoming updates\n"
16115        "For outgoing updates\n"
16116        "Metric value\n")
16117
16118 DEFSH (0, ripng_passive_interface_cmd_vtysh, 
16119        "passive-interface IFNAME", 
16120        "Suppress routing updates on an interface\n"
16121        "Interface name\n")
16122
16123 DEFSH (0, show_ip_community_list_arg_cmd_vtysh, 
16124        "show ip community-list (<1-500>|WORD)", 
16125        "Show running system information\n"
16126        "IP information\n"
16127        "List community-list\n"
16128        "Community-list number\n"
16129        "Community-list name\n")
16130
16131 DEFSH (0, interface_ip_igmp_query_interval_cmd_vtysh, 
16132        "ip igmp query-interval" " <1-1800>", 
16133        "IP information\n"
16134        "Enable IGMP operation\n"
16135        "IGMP host query interval\n"
16136        "Query interval in seconds\n")
16137
16138 DEFSH (0, no_ipv6_route_pref_vrf_cmd_vtysh, 
16139        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255> " "vrf <0-65535>", 
16140        "Negate a command or set its defaults\n"
16141        "IP information\n"
16142        "Establish static routes\n"
16143        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
16144        "IPv6 gateway address\n"
16145        "IPv6 gateway interface name\n"
16146        "Distance value for this prefix\n"
16147        "Specify the VRF\nThe VRF ID\n")
16148
16149 DEFSH (0, clear_bgp_ipv6_as_cmd_vtysh, 
16150        "clear bgp ipv6 " "<1-4294967295>", 
16151        "Reset functions\n"
16152        "BGP information\n"
16153        "Address family\n"
16154        "Clear peers with the AS number\n")
16155
16156 DEFSH (0|0|0|0, no_ip_prefix_list_cmd_vtysh, 
16157        "no ip prefix-list WORD", 
16158        "Negate a command or set its defaults\n"
16159        "IP information\n"
16160        "Build a prefix list\n"
16161        "Name of a prefix list\n")
16162
16163 DEFSH (0|0|0|0, show_ipv6_prefix_list_prefix_longer_cmd_vtysh, 
16164        "show ipv6 prefix-list WORD X:X::X:X/M longer", 
16165        "Show running system information\n"
16166        "IPv6 information\n"
16167        "Build a prefix list\n"
16168        "Name of a prefix list\n"
16169        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
16170        "Lookup longer prefix\n")
16171
16172 DEFSH (0, ospf6_distance_ospf6_intra_cmd_vtysh, 
16173        "distance ospf6 intra-area <1-255>", 
16174        "Define an administrative distance\n"
16175        "OSPF6 Administrative distance\n"
16176        "Intra-area routes\n"
16177        "Distance for intra-area routes\n")
16178
16179 DEFSH (0, show_bgp_instance_ipv6_neighbors_cmd_vtysh, 
16180        "show bgp view WORD ipv6 neighbors", 
16181        "Show running system information\n"
16182        "BGP information\n"
16183        "BGP view\n"
16184        "View name\n"
16185        "Address family\n"
16186        "Detailed information on TCP and BGP neighbor connections\n")
16187
16188 DEFSH (0, if_nhrp_map_cmd_vtysh, 
16189  "(ip|ipv6)" " nhrp map (A.B.C.D|X:X::X:X) (A.B.C.D|local)", 
16190  "IP information\n" "IPv6 information\n"
16191  "Next Hop Resolution Protocol functions\n"
16192  "Nexthop Server configuration\n"
16193  "IPv4 protocol address\n"
16194  "IPv6 protocol address\n"
16195  "IPv4 NBMA address\n"
16196  "Handle protocol address locally\n")
16197
16198 DEFSH (0, clear_bgp_all_soft_in_cmd_vtysh, 
16199        "clear bgp * soft in", 
16200        "Reset functions\n"
16201        "BGP information\n"
16202        "Clear all peers\n"
16203        "Soft reconfig inbound and outbound updates\n"
16204        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
16205
16206 DEFSH (0, show_bgp_view_ipv6_neighbor_flap_cmd_vtysh, 
16207        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
16208        "Show running system information\n"
16209        "BGP information\n"
16210        "BGP view\n"
16211        "View name\n"
16212        "Address family\n"
16213        "Detailed information on TCP and BGP neighbor connections\n"
16214        "Neighbor to display information about\n"
16215        "Neighbor to display information about\n"
16216        "Display the dampened routes received from neighbor\n")
16217
16218 DEFSH (0, ip_extcommunity_list_name_standard_cmd_vtysh, 
16219        "ip extcommunity-list standard WORD (deny|permit) .AA:NN", 
16220        "IP information\n"
16221        "Add a extended community list entry\n"
16222        "Specify standard extcommunity-list\n"
16223        "Extended Community list name\n"
16224        "Specify community to reject\n"
16225        "Specify community to accept\n"
16226        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
16227
16228 DEFSH (0, no_ip_lcommunity_list_standard_all_cmd_vtysh, 
16229        "no ip large-community-list <1-99>", 
16230        "Negate a command or set its defaults\n"
16231        "IP information\n"
16232        "Add a large community list entry\n"
16233        "Large Community list number (standard)\n")
16234
16235 DEFSH (0, ospf6_distance_ospf6_inter_cmd_vtysh, 
16236        "distance ospf6 inter-area <1-255>", 
16237        "Define an administrative distance\n"
16238        "OSPF6 Administrative distance\n"
16239        "Inter-area routes\n"
16240        "Distance for inter-area routes\n")
16241
16242 DEFSH (0, ip_route_distance_vrf_cmd_vtysh, 
16243        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
16244        "IP information\n"
16245        "Establish static routes\n"
16246        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16247        "IP gateway address\n"
16248        "IP gateway interface name\n"
16249        "Null interface\n"
16250        "Distance value for this route\n"
16251        "Specify the VRF\nThe VRF ID\n")
16252
16253 DEFSH (0, show_ipv6_mbgp_lcommunity3_cmd_vtysh, 
16254        "show ipv6 mbgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
16255        "Show running system information\n"
16256        "IPv6 information\n"
16257        "MBGP information\n"
16258        "Display routes matching the large-communities\n"
16259        "large-community number\n"
16260        "large-community number\n"
16261        "large-community number\n")
16262
16263 DEFSH (0, clear_ip_bgp_prefix_cmd_vtysh, 
16264        "clear ip bgp prefix A.B.C.D/M", 
16265        "Reset functions\n"
16266        "IP information\n"
16267        "BGP information\n"
16268        "Clear bestpath and re-advertise\n"
16269        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
16270
16271 DEFSH (0, no_ospf_log_adjacency_changes_detail_cmd_vtysh, 
16272        "no log-adjacency-changes detail", 
16273        "Negate a command or set its defaults\n"
16274        "Log changes in adjacency state\n"
16275        "Log all state changes\n")
16276
16277 DEFSH (0, show_ip_bgp_instance_neighbors_peer_cmd_vtysh, 
16278        "show ip bgp view WORD neighbors (A.B.C.D|X:X::X:X)", 
16279        "Show running system information\n"
16280        "IP information\n"
16281        "BGP information\n"
16282        "BGP view\n"
16283        "View name\n"
16284        "Detailed information on TCP and BGP neighbor connections\n"
16285        "Neighbor to display information about\n"
16286        "Neighbor to display information about\n")
16287
16288 DEFSH (0, no_ip_protocol_cmd_vtysh, 
16289        "no ip protocol PROTO", 
16290        "Negate a command or set its defaults\n"
16291        "Remove route map from PROTO\n"
16292        "Protocol name\n")
16293
16294 DEFSH (0, max_lsp_lifetime_l1_cmd_vtysh, 
16295        "max-lsp-lifetime level-1 <350-65535>", 
16296        "Maximum LSP lifetime for Level 1 only\n"
16297        "LSP lifetime for Level 1 only in seconds\n")
16298
16299 DEFSH (0, show_ip_bgp_cidr_only_cmd_vtysh, 
16300        "show ip bgp cidr-only", 
16301        "Show running system information\n"
16302        "IP information\n"
16303        "BGP information\n"
16304        "Display only routes with non-natural netmasks\n")
16305
16306 DEFSH (0, no_ripng_default_metric_cmd_vtysh, 
16307        "no default-metric", 
16308        "Negate a command or set its defaults\n"
16309        "Set a metric of redistribute routes\n"
16310        "Default metric\n")
16311
16312 DEFSH (0, clear_ip_bgp_instance_all_ipv4_in_prefix_filter_cmd_vtysh, 
16313        "clear ip bgp view WORD * ipv4 (unicast|multicast) in prefix-filter", 
16314        "Reset functions\n"
16315        "IP information\n"
16316        "BGP information\n"
16317        "Clear all peers\n"
16318        "Address family\n"
16319        "Address Family modifier\n"
16320        "Address Family modifier\n"
16321        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
16322        "Push out prefix-list ORF and do inbound soft reconfig\n")
16323
16324 DEFSH (0, neighbor_nexthop_local_unchanged_cmd_vtysh, 
16325        "neighbor (A.B.C.D|X:X::X:X|WORD) " "nexthop-local unchanged", 
16326        "Specify neighbor router\n"
16327        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
16328        "Configure treatment of outgoing link-local nexthop attribute\n"
16329        "Leave link-local nexthop unchanged for this peer\n")
16330
16331 DEFSH (0, show_bgp_cmd_vtysh, 
16332        "show bgp", 
16333        "Show running system information\n"
16334        "BGP information\n")
16335
16336 DEFSH (0|0|0|0|0|0, rmap_onmatch_goto_cmd_vtysh, 
16337        "on-match goto <1-65535>", 
16338        "Exit policy on matches\n"
16339        "Goto Clause number\n"
16340        "Number\n")
16341
16342 DEFSH (0, no_ipv6_ospf6_cost_cmd_vtysh, 
16343        "no ipv6 ospf6 cost", 
16344        "Negate a command or set its defaults\n"
16345        "IPv6 Information\n"
16346        "Open Shortest Path First (OSPF) for IPv6\n"
16347        "Calculate interface cost from bandwidth\n"
16348        )
16349
16350 DEFSH (0, show_ipv6_bgp_community3_cmd_vtysh, 
16351        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
16352        "Show running system information\n"
16353        "IPv6 information\n"
16354        "BGP information\n"
16355        "Display routes matching the communities\n"
16356        "community number\n"
16357        "Do not send outside local AS (well-known community)\n"
16358        "Do not advertise to any peer (well-known community)\n"
16359        "Do not export to next AS (well-known community)\n"
16360        "community number\n"
16361        "Do not send outside local AS (well-known community)\n"
16362        "Do not advertise to any peer (well-known community)\n"
16363        "Do not export to next AS (well-known community)\n"
16364        "community number\n"
16365        "Do not send outside local AS (well-known community)\n"
16366        "Do not advertise to any peer (well-known community)\n"
16367        "Do not export to next AS (well-known community)\n")
16368
16369 DEFSH (0, no_bgp_redistribute_ipv4_metric_rmap_cmd_vtysh, 
16370        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
16371        "Negate a command or set its defaults\n"
16372        "Redistribute information from another routing protocol\n"
16373        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
16374        "Metric for redistributed routes\n"
16375        "Default metric\n"
16376        "Route map reference\n"
16377        "Pointer to route-map entries\n")
16378
16379 DEFSH (0, no_rip_timers_val_cmd_vtysh, 
16380        "no timers basic <0-65535> <0-65535> <0-65535>", 
16381        "Negate a command or set its defaults\n"
16382        "Adjust routing timers\n"
16383        "Basic routing protocol update timers\n"
16384        "Routing table update timer value in second. Default is 30.\n"
16385        "Routing information timeout timer. Default is 180.\n"
16386        "Garbage collection timer. Default is 120.\n")
16387
16388 DEFSH (0, accept_lifetime_duration_day_month_cmd_vtysh, 
16389        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> duration <1-2147483646>", 
16390        "Set accept lifetime of the key\n"
16391        "Time to start\n"
16392        "Day of th month to start\n"
16393        "Month of the year to start\n"
16394        "Year to start\n"
16395        "Duration of the key\n"
16396        "Duration seconds\n")
16397
16398 DEFSH (0, ip_lcommunity_list_standard2_cmd_vtysh, 
16399        "ip large-community-list <1-99> (deny|permit)", 
16400        "IP information\n"
16401        "Add a large community list entry\n"
16402        "Large Community list number (standard)\n"
16403        "Specify large community to reject\n"
16404        "Specify large community to accept\n")
16405
16406 DEFSH (0, ip_community_list_name_standard_cmd_vtysh, 
16407        "ip community-list standard WORD (deny|permit) .AA:NN", 
16408        "IP information\n"
16409        "Add a community list entry\n"
16410        "Add a standard community-list entry\n"
16411        "Community list name\n"
16412        "Specify community to reject\n"
16413        "Specify community to accept\n"
16414        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
16415
16416 DEFSH (0, show_ip_bgp_attr_info_cmd_vtysh, 
16417        "show ip bgp attribute-info", 
16418        "Show running system information\n"
16419        "IP information\n"
16420        "BGP information\n"
16421        "List all bgp attribute information\n")
16422
16423 DEFSH (0, show_isis_topology_l1_cmd_vtysh, 
16424        "show isis topology level-1", 
16425        "Show running system information\n"
16426        "IS-IS information\n"
16427        "IS-IS paths to Intermediate Systems\n"
16428        "Paths to all level-1 routers in the area\n")
16429
16430 DEFSH (0, ipv6_ospf6_deadinterval_cmd_vtysh, 
16431        "ipv6 ospf6 dead-interval <1-65535>", 
16432        "IPv6 Information\n"
16433        "Open Shortest Path First (OSPF) for IPv6\n"
16434        "Interval time after which a neighbor is declared down\n"
16435        "<1-65535> Seconds\n"
16436        )
16437
16438 DEFSH (0, no_set_aspath_exclude_val_cmd_vtysh, 
16439        "no set as-path exclude ." "<1-4294967295>", 
16440        "Negate a command or set its defaults\n"
16441        "Set values in destination routing protocol\n"
16442        "Transform BGP AS_PATH attribute\n"
16443        "Exclude from the as-path\n"
16444        "AS number\n")
16445
16446 DEFSH (0, no_link_params_delay_var_cmd_vtysh, 
16447        "no delay-variation", 
16448        "Negate a command or set its defaults\n"
16449        "Disable Unidirectional Delay Variation on this interface\n")
16450
16451 DEFSH (0, ip_rip_authentication_mode_cmd_vtysh, 
16452        "ip rip authentication mode (md5|text)", 
16453        "IP information\n"
16454        "Routing Information Protocol\n"
16455        "Authentication control\n"
16456        "Authentication mode\n"
16457        "Keyed message digest\n"
16458        "Clear text authentication\n")
16459
16460 DEFSH (0, bgp_bestpath_med3_cmd_vtysh, 
16461        "bgp bestpath med missing-as-worst confed", 
16462        "BGP specific commands\n"
16463        "Change the default bestpath selection\n"
16464        "MED attribute\n"
16465        "Treat missing MED as the least preferred one\n"
16466        "Compare MED among confederation paths\n")
16467
16468 DEFSH (0, show_bgp_ipv4_safi_lcommunity_cmd_vtysh, 
16469        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC)", 
16470        "Show running system information\n"
16471        "BGP information\n"
16472        "Address family\n"
16473        "Address Family modifier\n"
16474        "Address Family modifier\n"
16475        "Display routes matching the large-communities\n"
16476        "large-community number\n")
16477
16478 DEFSH (0, psnp_interval_l1_cmd_vtysh, 
16479        "isis psnp-interval <1-120> level-1", 
16480        "IS-IS commands\n"
16481        "Set PSNP interval in seconds\n"
16482        "PSNP interval value\n"
16483        "Specify interval for level-1 PSNPs\n")
16484
16485 DEFSH (0, ipv6_bgp_neighbor_advertised_route_cmd_vtysh, 
16486        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
16487        "Show running system information\n"
16488        "IPv6 information\n"
16489        "BGP information\n"
16490        "Detailed information on TCP and BGP neighbor connections\n"
16491        "Neighbor to display information about\n"
16492        "Neighbor to display information about\n"
16493        "Display the routes advertised to a BGP neighbor\n")
16494
16495 DEFSH (0, no_bgp_rr_allow_outbound_policy_cmd_vtysh, 
16496        "no bgp route-reflector allow-outbound-policy", 
16497        "Negate a command or set its defaults\n"
16498        "BGP specific commands\n"
16499        "Allow modifications made by out route-map\n"
16500        "on ibgp neighbors\n")
16501
16502 DEFSH (0, ip_route_flags_tag_distance2_vrf_cmd_vtysh, 
16503        "ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
16504        "IP information\n"
16505        "Establish static routes\n"
16506        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16507        "Emit an ICMP unreachable when matched\n"
16508        "Silently discard pkts when matched\n"
16509        "Set tag for this route\n"
16510        "Tag value\n"
16511        "Distance value for this route\n"
16512        "Specify the VRF\nThe VRF ID\n")
16513
16514 DEFSH (0, link_params_ava_bw_cmd_vtysh, 
16515        "ava-bw BANDWIDTH", 
16516        "Unidirectional Available Bandwidth\n"
16517        "Bytes/second (IEEE floating point format)\n")
16518
16519 DEFSH (0, no_ip_route_distance_cmd_vtysh, 
16520        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255>", 
16521        "Negate a command or set its defaults\n"
16522        "IP information\n"
16523        "Establish static routes\n"
16524        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16525        "IP gateway address\n"
16526        "IP gateway interface name\n"
16527        "Null interface\n"
16528        "Distance value for this route\n")
16529
16530 DEFSH (0, set_community_none_cmd_vtysh, 
16531        "set community none", 
16532        "Set values in destination routing protocol\n"
16533        "BGP community attribute\n"
16534        "No community attribute\n")
16535
16536 DEFSH (0, ospf_area_vlink_param2_cmd_vtysh, 
16537        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
16538        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
16539        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
16540        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
16541        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
16542        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
16543
16544 DEFSH (0, bgp_client_to_client_reflection_cmd_vtysh, 
16545        "bgp client-to-client reflection", 
16546        "BGP specific commands\n"
16547        "Configure client to client route reflection\n"
16548        "reflection of routes allowed\n")
16549
16550 DEFSH (0|0|0|0, no_ip_prefix_list_seq_cmd_vtysh, 
16551        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) (A.B.C.D/M|any)", 
16552        "Negate a command or set its defaults\n"
16553        "IP information\n"
16554        "Build a prefix list\n"
16555        "Name of a prefix list\n"
16556        "sequence number of an entry\n"
16557        "Sequence number\n"
16558        "Specify packets to reject\n"
16559        "Specify packets to forward\n"
16560        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
16561        "Any prefix match.  Same as \"0.0.0.0/0 le 32\"\n")
16562
16563 DEFSH (0, show_bgp_ipv6_community4_exact_cmd_vtysh, 
16564        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
16565        "Show running system information\n"
16566        "BGP information\n"
16567        "Address family\n"
16568        "Display routes matching the communities\n"
16569        "community number\n"
16570        "Do not send outside local AS (well-known community)\n"
16571        "Do not advertise to any peer (well-known community)\n"
16572        "Do not export to next AS (well-known community)\n"
16573        "community number\n"
16574        "Do not send outside local AS (well-known community)\n"
16575        "Do not advertise to any peer (well-known community)\n"
16576        "Do not export to next AS (well-known community)\n"
16577        "community number\n"
16578        "Do not send outside local AS (well-known community)\n"
16579        "Do not advertise to any peer (well-known community)\n"
16580        "Do not export to next AS (well-known community)\n"
16581        "community number\n"
16582        "Do not send outside local AS (well-known community)\n"
16583        "Do not advertise to any peer (well-known community)\n"
16584        "Do not export to next AS (well-known community)\n"
16585        "Exact match of the communities")
16586
16587 DEFSH (0, no_ip_route_flags_cmd_vtysh, 
16588        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole)", 
16589        "Negate a command or set its defaults\n"
16590        "IP information\n"
16591        "Establish static routes\n"
16592        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16593        "IP gateway address\n"
16594        "IP gateway interface name\n"
16595        "Emit an ICMP unreachable when matched\n"
16596        "Silently discard pkts when matched\n")
16597
16598 DEFSH (0, show_ip_bgp_view_neighbor_received_routes_cmd_vtysh, 
16599        "show ip bgp view WORD neighbors (A.B.C.D|X:X::X:X) received-routes", 
16600        "Show running system information\n"
16601        "IP information\n"
16602        "BGP information\n"
16603        "BGP view\n"
16604        "View name\n"
16605        "Detailed information on TCP and BGP neighbor connections\n"
16606        "Neighbor to display information about\n"
16607        "Neighbor to display information about\n"
16608        "Display the received routes from neighbor\n")
16609
16610 DEFSH (0, ipv6_route_flags_vrf_cmd_vtysh, 
16611        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
16612        "IP information\n"
16613        "Establish static routes\n"
16614        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
16615        "IPv6 gateway address\n"
16616        "IPv6 gateway interface name\n"
16617        "Emit an ICMP unreachable when matched\n"
16618        "Silently discard pkts when matched\n"
16619        "Specify the VRF\nThe VRF ID\n")
16620
16621 DEFSH (0, clear_bgp_ipv6_instance_peer_rsclient_cmd_vtysh, 
16622        "clear bgp ipv6 view WORD (A.B.C.D|X:X::X:X) rsclient", 
16623        "Reset functions\n"
16624        "BGP information\n"
16625        "Address family\n"
16626        "BGP view\n"
16627        "view name\n"
16628        "BGP neighbor IP address to clear\n"
16629        "BGP IPv6 neighbor to clear\n"
16630        "Soft reconfig for rsclient RIB\n")
16631
16632 DEFSH (0, no_bgp_distance2_cmd_vtysh, 
16633        "no distance bgp", 
16634        "Negate a command or set its defaults\n"
16635        "Define an administrative distance\n"
16636        "BGP distance\n")
16637
16638 DEFSH (0, no_ip_extcommunity_list_name_standard_cmd_vtysh, 
16639        "no ip extcommunity-list standard WORD (deny|permit) .AA:NN", 
16640        "Negate a command or set its defaults\n"
16641        "IP information\n"
16642        "Add a extended community list entry\n"
16643        "Specify standard extcommunity-list\n"
16644        "Extended Community list name\n"
16645        "Specify community to reject\n"
16646        "Specify community to accept\n"
16647        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
16648
16649 DEFSH (0, clear_ip_bgp_as_encap_soft_out_cmd_vtysh, 
16650        "clear ip bgp " "<1-4294967295>" " encap unicast soft out", 
16651        "Reset functions\n"
16652        "IP information\n"
16653        "BGP information\n"
16654        "Clear peers with the AS number\n"
16655        "Address family\n"
16656        "Address Family modifier\n"
16657        "Soft reconfig\n"
16658        "Soft reconfig outbound update\n")
16659
16660 DEFSH (0, ip_route_mask_flags2_cmd_vtysh, 
16661        "ip route A.B.C.D A.B.C.D (reject|blackhole)", 
16662        "IP information\n"
16663        "Establish static routes\n"
16664        "IP destination prefix\n"
16665        "IP destination prefix mask\n"
16666        "Emit an ICMP unreachable when matched\n"
16667        "Silently discard pkts when matched\n")
16668
16669 DEFSH (0|0|0|0, show_ipv6_prefix_list_detail_cmd_vtysh, 
16670        "show ipv6 prefix-list detail", 
16671        "Show running system information\n"
16672        "IPv6 information\n"
16673        "Build a prefix list\n"
16674        "Detail of prefix lists\n")
16675
16676 DEFSH (0, no_neighbor_prefix_list_cmd_vtysh, 
16677        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "prefix-list WORD (in|out)", 
16678        "Negate a command or set its defaults\n"
16679        "Specify neighbor router\n"
16680        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
16681        "Filter updates to/from this neighbor\n"
16682        "Name of a prefix list\n"
16683        "Filter incoming updates\n"
16684        "Filter outgoing updates\n")
16685
16686 DEFSH (0, debug_bgp_allow_martians_cmd_vtysh, 
16687        "debug bgp allow-martians", 
16688        "Debugging functions (see also 'undebug')\n"
16689        "BGP information\n"
16690        "BGP allow martian next hops\n")
16691
16692 DEFSH (0, no_ospf_area_nssa_cmd_vtysh, 
16693        "no area (A.B.C.D|<0-4294967295>) nssa", 
16694        "Negate a command or set its defaults\n"
16695        "OSPF area parameters\n"
16696        "OSPF area ID in IP address format\n"
16697        "OSPF area ID as a decimal value\n"
16698        "Configure OSPF area as nssa\n")
16699
16700 DEFSH (0, bgp_default_local_preference_cmd_vtysh, 
16701        "bgp default local-preference <0-4294967295>", 
16702        "BGP specific commands\n"
16703        "Configure BGP defaults\n"
16704        "local preference (higher=more preferred)\n"
16705        "Configure default local preference value\n")
16706
16707 DEFSH (0, ospf_mpls_te_on_cmd_vtysh, 
16708        "mpls-te on", 
16709        "MPLS-TE specific commands\n"
16710        "Enable the MPLS-TE functionality\n")
16711
16712 DEFSH (0, ip_address_label_cmd_vtysh, 
16713        "ip address A.B.C.D/M label LINE", 
16714        "Interface Internet Protocol config commands\n"
16715        "Set the IP address of an interface\n"
16716        "IP address (e.g. 10.0.0.1/8)\n"
16717        "Label of this address\n"
16718        "Label\n")
16719
16720 DEFSH (0, show_ipv6_route_vrf_cmd_vtysh, 
16721        "show ipv6 route " "vrf <0-65535>", 
16722        "Show running system information\n"
16723        "IP information\n"
16724        "IPv6 routing table\n"
16725        "Specify the VRF\nThe VRF ID\n")
16726
16727 DEFSH (0, no_ospf_area_vlink_param4_cmd_vtysh, 
16728        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
16729        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
16730        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
16731        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
16732        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
16733        "Negate a command or set its defaults\n"
16734        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
16735        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
16736        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
16737        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n"
16738        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
16739
16740 DEFSH (0, show_ipv6_mbgp_prefix_longer_cmd_vtysh, 
16741        "show ipv6 mbgp X:X::X:X/M longer-prefixes", 
16742        "Show running system information\n"
16743        "IPv6 information\n"
16744        "MBGP information\n"
16745        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
16746        "Display route and more specific routes\n")
16747
16748 DEFSH (0, no_ripng_timers_val_cmd_vtysh, 
16749        "no timers basic <0-65535> <0-65535> <0-65535>", 
16750        "Negate a command or set its defaults\n"
16751        "RIPng timers setup\n"
16752        "Basic timer\n"
16753        "Routing table update timer value in second. Default is 30.\n"
16754        "Routing information timeout timer. Default is 180.\n"
16755        "Garbage collection timer. Default is 120.\n")
16756
16757 DEFSH (0, no_ip_route_mask_tag_cmd_vtysh, 
16758        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
16759        "Negate a command or set its defaults\n"
16760        "IP information\n"
16761        "Establish static routes\n"
16762        "IP destination prefix\n"
16763        "IP destination prefix mask\n"
16764        "IP gateway address\n"
16765        "IP gateway interface name\n"
16766        "Null interface\n"
16767        "Tag of this route\n"
16768        "Tag value\n")
16769
16770 DEFSH (0, ip_route_mask_distance_vrf_cmd_vtysh, 
16771        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
16772        "IP information\n"
16773        "Establish static routes\n"
16774        "IP destination prefix\n"
16775        "IP destination prefix mask\n"
16776        "IP gateway address\n"
16777        "IP gateway interface name\n"
16778        "Null interface\n"
16779        "Distance value for this route\n"
16780        "Specify the VRF\nThe VRF ID\n")
16781
16782 DEFSH (0, ospf_area_vlink_authtype_args_cmd_vtysh, 
16783        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
16784        "(authentication|) (message-digest|null)", 
16785        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
16786        "Enable authentication on this virtual link\n" "dummy string \n" "Use null authentication\n" "Use message-digest authentication\n")
16787
16788 DEFSH (0, no_ipv6_nd_mtu_val_cmd_vtysh, 
16789        "no ipv6 nd mtu <1-65535>", 
16790        "Negate a command or set its defaults\n"
16791        "Interface IPv6 config commands\n"
16792        "Neighbor discovery\n"
16793        "Advertised MTU\n"
16794        "MTU in bytes\n")
16795
16796 DEFSH (0, bgp_timers_cmd_vtysh, 
16797        "timers bgp <0-65535> <0-65535>", 
16798        "Adjust routing timers\n"
16799        "BGP timers\n"
16800        "Keepalive interval\n"
16801        "Holdtime\n")
16802
16803 DEFSH (0, ip_route_vrf_cmd_vtysh, 
16804        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
16805        "IP information\n"
16806        "Establish static routes\n"
16807        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16808        "IP gateway address\n"
16809        "IP gateway interface name\n"
16810        "Null interface\n"
16811        "Specify the VRF\nThe VRF ID\n")
16812
16813 DEFSH (0, show_bgp_ipv4_community_list_cmd_vtysh, 
16814        "show bgp ipv4 community-list (<1-500>|WORD)", 
16815        "Show running system information\n"
16816        "BGP information\n"
16817        "IP information\n"
16818        "Display routes matching the community-list\n"
16819        "community-list number\n"
16820        "community-list name\n")
16821
16822 DEFSH (0, show_bgp_ipv6_cmd_vtysh, 
16823        "show bgp ipv6", 
16824        "Show running system information\n"
16825        "BGP information\n"
16826        "Address family\n")
16827
16828 DEFSH (0, no_ip_mroute_vrf_cmd_vtysh, 
16829        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) " "vrf <0-65535>", 
16830        "Negate a command or set its defaults\n"
16831        "IP information\n"
16832        "Configure static unicast route into MRIB for multicast RPF lookup\n"
16833        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16834        "Nexthop address\n"
16835        "Nexthop interface name\n"
16836        "Specify the VRF\nThe VRF ID\n")
16837
16838 DEFSH (0, ipv6_route_ifname_flags_tag_cmd_vtysh, 
16839        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295>", 
16840        "IP information\n"
16841        "Establish static routes\n"
16842        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
16843        "IPv6 gateway address\n"
16844        "IPv6 gateway interface name\n"
16845        "Emit an ICMP unreachable when matched\n"
16846        "Silently discard pkts when matched\n"
16847        "Set tag for this route\n"
16848        "Tag value\n")
16849
16850 DEFSH (0, show_ipv6_bgp_lcommunity2_cmd_vtysh, 
16851        "show ipv6 bgp large-community (AA:BB:CC) (AA:BB:CC)", 
16852        "Show running system information\n"
16853        "IPv6 information\n"
16854        "BGP information\n"
16855        "Display routes matching the large-communities\n"
16856        "large-community number\n"
16857        "large-community number\n")
16858
16859 DEFSH (0, ipv6_route_flags_cmd_vtysh, 
16860        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole)", 
16861        "IP information\n"
16862        "Establish static routes\n"
16863        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
16864        "IPv6 gateway address\n"
16865        "IPv6 gateway interface name\n"
16866        "Emit an ICMP unreachable when matched\n"
16867        "Silently discard pkts when matched\n")
16868
16869 DEFSH (0, no_router_id_vrf_cmd_vtysh, 
16870        "no router-id " "vrf <0-65535>", 
16871        "Negate a command or set its defaults\n"
16872        "Remove the manually configured router-id\n"
16873        "Specify the VRF\nThe VRF ID\n")
16874
16875 DEFSH (0, undebug_bgp_allow_martians_cmd_vtysh, 
16876        "undebug bgp allow-martians", 
16877        "Disable debugging functions (see also 'debug')\n"
16878        "BGP information\n"
16879        "BGP allow martian next hops\n")
16880
16881 DEFSH (0, clear_ip_bgp_peer_group_soft_out_cmd_vtysh, 
16882        "clear ip bgp peer-group WORD soft out", 
16883        "Reset functions\n"
16884        "IP information\n"
16885        "BGP information\n"
16886        "Clear all members of peer-group\n"
16887        "BGP peer-group name\n"
16888        "Soft reconfig inbound and outbound updates\n"
16889        "Resend all outbound updates\n")
16890
16891 DEFSH (0, no_debug_ospf_packet_send_recv_detail_cmd_vtysh, 
16892        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv) (detail|)", 
16893        "Negate a command or set its defaults\n"
16894        "Debugging functions\n"
16895        "OSPF information\n"
16896        "OSPF packets\n"
16897        "OSPF Hello\n"
16898        "OSPF Database Description\n"
16899        "OSPF Link State Request\n"
16900        "OSPF Link State Update\n"
16901        "OSPF Link State Acknowledgment\n"
16902        "OSPF all packets\n"
16903        "Packet sent\n"
16904        "Packet received\n"
16905        "Detail Information\n")
16906
16907 DEFSH (0, neighbor_filter_list_cmd_vtysh, 
16908        "neighbor (A.B.C.D|X:X::X:X|WORD) " "filter-list WORD (in|out)", 
16909        "Specify neighbor router\n"
16910        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
16911        "Establish BGP filters\n"
16912        "AS path access-list name\n"
16913        "Filter incoming routes\n"
16914        "Filter outgoing routes\n")
16915
16916 DEFSH (0, no_link_params_use_bw_cmd_vtysh, 
16917        "no use-bw", 
16918        "Negate a command or set its defaults\n"
16919        "Disable Unidirectional Utilised Bandwidth on this interface\n")
16920
16921 DEFSH (0, show_ip_bgp_view_prefix_cmd_vtysh, 
16922        "show ip bgp view WORD A.B.C.D/M", 
16923        "Show running system information\n"
16924        "IP information\n"
16925        "BGP information\n"
16926        "BGP view\n"
16927        "View name\n"
16928        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
16929
16930 DEFSH (0, show_ip_bgp_lcommunity_all_cmd_vtysh, 
16931        "show ip bgp large-community", 
16932        "Show running system information\n"
16933        "IP information\n"
16934        "BGP information\n"
16935        "Display routes matching the large-communities\n")
16936
16937 DEFSH (0, show_ip_bgp_rsclient_summary_cmd_vtysh, 
16938        "show ip bgp rsclient summary", 
16939        "Show running system information\n"
16940        "IP information\n"
16941        "BGP information\n"
16942        "Information about Route Server Clients\n"
16943        "Summary of all Route Server Clients\n")
16944
16945 DEFSH (0, access_list_extended_any_mask_cmd_vtysh, 
16946        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any A.B.C.D A.B.C.D", 
16947        "Add an access list entry\n"
16948        "IP extended access list\n"
16949        "IP extended access list (expanded range)\n"
16950        "Specify packets to reject\n"
16951        "Specify packets to forward\n"
16952        "Any Internet Protocol\n"
16953        "Any source host\n"
16954        "Destination address\n"
16955        "Destination Wildcard bits\n")
16956
16957 DEFSH (0, neighbor_capability_dynamic_cmd_vtysh, 
16958        "neighbor (A.B.C.D|X:X::X:X|WORD) " "capability dynamic", 
16959        "Specify neighbor router\n"
16960        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
16961        "Advertise capability to the peer\n"
16962        "Advertise dynamic capability to this neighbor\n")
16963
16964 DEFSH (0, show_ip_ospf_router_info_pce_cmd_vtysh, 
16965        "show ip ospf router-info pce", 
16966        "Show running system information\n"
16967        "IP information\n"
16968        "OSPF information\n"
16969        "Router Information\n"
16970        "PCE information\n")
16971
16972 DEFSH (0, link_params_inter_as_cmd_vtysh, 
16973        "neighbor A.B.C.D as <1-4294967295>", 
16974        "Configure remote ASBR information (Neighbor IP address and AS number)\n"
16975        "Remote IP address in dot decimal A.B.C.D\n"
16976        "Remote AS number\n"
16977        "AS number in the range <1-4294967295>\n")
16978
16979 DEFSH (0, no_access_list_extended_host_host_cmd_vtysh, 
16980        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D host A.B.C.D", 
16981        "Negate a command or set its defaults\n"
16982        "Add an access list entry\n"
16983        "IP extended access list\n"
16984        "IP extended access list (expanded range)\n"
16985        "Specify packets to reject\n"
16986        "Specify packets to forward\n"
16987        "Any Internet Protocol\n"
16988        "A single source host\n"
16989        "Source address\n"
16990        "A single destination host\n"
16991        "Destination address\n")
16992
16993 DEFSH (0, capability_opaque_cmd_vtysh, 
16994        "capability opaque", 
16995        "Enable specific OSPF feature\n"
16996        "Opaque LSA\n")
16997
16998 DEFSH (0, tunnel_protection_cmd_vtysh, 
16999  "tunnel protection vici profile PROFILE {fallback-profile FALLBACK}", 
17000  "NHRP/GRE integration\n"
17001  "IPsec protection\n"
17002  "VICI (StrongSwan)\n"
17003  "IPsec profile\n"
17004  "IPsec profile name\n"
17005  "Fallback IPsec profile\n"
17006  "Fallback IPsec profile name\n")
17007
17008 DEFSH (0|0|0|0, no_ip_prefix_list_description_arg_cmd_vtysh, 
17009        "no ip prefix-list WORD description .LINE", 
17010        "Negate a command or set its defaults\n"
17011        "IP information\n"
17012        "Build a prefix list\n"
17013        "Name of a prefix list\n"
17014        "Prefix-list specific description\n"
17015        "Up to 80 characters describing this prefix-list\n")
17016
17017 DEFSH (0, undebug_pim_events_cmd_vtysh, 
17018        "undebug pim events", 
17019        "Disable debugging functions (see also 'debug')\n"
17020        "PIM protocol activity\n"
17021        "PIM protocol events\n")
17022
17023 DEFSH (0, clear_ip_bgp_external_soft_out_cmd_vtysh, 
17024        "clear ip bgp external soft out", 
17025        "Reset functions\n"
17026        "IP information\n"
17027        "BGP information\n"
17028        "Clear all external peers\n"
17029        "Soft reconfig inbound and outbound updates\n"
17030        "Resend all outbound updates\n")
17031
17032 DEFSH (0, clear_ip_bgp_as_cmd_vtysh, 
17033        "clear ip bgp " "<1-4294967295>", 
17034        "Reset functions\n"
17035        "IP information\n"
17036        "BGP information\n"
17037        "Clear peers with the AS number\n")
17038
17039 DEFSH (0, pce_path_scope_cmd_vtysh, 
17040        "pce scope BITPATTERN", 
17041        "PCE Router Information specific commands\n"
17042        "Path scope visibilities of the PCE for path computation\n"
17043        "32-bit Hexadecimal value\n")
17044
17045 DEFSH (0, show_bgp_ipv6_prefix_longer_cmd_vtysh, 
17046        "show bgp ipv6 X:X::X:X/M longer-prefixes", 
17047        "Show running system information\n"
17048        "BGP information\n"
17049        "Address family\n"
17050        "IPv6 prefix <network>/<length>\n"
17051        "Display route and more specific routes\n")
17052
17053 DEFSH (0, clear_ip_bgp_peer_ipv4_soft_in_cmd_vtysh, 
17054        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft in", 
17055        "Reset functions\n"
17056        "IP information\n"
17057        "BGP information\n"
17058        "BGP neighbor address to clear\n"
17059        "Address family\n"
17060        "Address Family modifier\n"
17061        "Address Family modifier\n"
17062        "Soft reconfig inbound and outbound updates\n"
17063        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17064
17065 DEFSH (0, no_ip_extcommunity_list_name_expanded_all_cmd_vtysh, 
17066        "no ip extcommunity-list expanded WORD", 
17067        "Negate a command or set its defaults\n"
17068        "IP information\n"
17069        "Add a extended community list entry\n"
17070        "Specify expanded extcommunity-list\n"
17071        "Extended Community list name\n")
17072
17073 DEFSH (0, aggregate_address_mask_summary_as_set_cmd_vtysh, 
17074        "aggregate-address A.B.C.D A.B.C.D summary-only as-set", 
17075        "Configure BGP aggregate entries\n"
17076        "Aggregate address\n"
17077        "Aggregate mask\n"
17078        "Filter more specific routes from updates\n"
17079        "Generate AS set path information\n")
17080
17081 DEFSH (0, show_bgp_ipv6_summary_cmd_vtysh, 
17082        "show bgp ipv6 summary", 
17083        "Show running system information\n"
17084        "BGP information\n"
17085        "Address family\n"
17086        "Summary of BGP neighbor status\n")
17087
17088 DEFSH (0, ip_ospf_network_cmd_vtysh, 
17089        "ip ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)", 
17090        "IP Information\n"
17091        "OSPF interface commands\n"
17092        "Network type\n"
17093        "Specify OSPF broadcast multi-access network\n"
17094        "Specify OSPF NBMA network\n"
17095        "Specify OSPF point-to-multipoint network\n"
17096        "Specify OSPF point-to-point network\n")
17097
17098 DEFSH (0, interface_ip_igmp_join_cmd_vtysh, 
17099        "ip igmp join A.B.C.D A.B.C.D", 
17100        "IP information\n"
17101        "Enable IGMP operation\n"
17102        "IGMP join multicast group\n"
17103        "Multicast group address\n"
17104        "Source address\n")
17105
17106 DEFSH (0, clear_bgp_peer_group_cmd_vtysh, 
17107        "clear bgp peer-group WORD", 
17108        "Reset functions\n"
17109        "BGP information\n"
17110        "Clear all members of peer-group\n"
17111        "BGP peer-group name\n")
17112
17113 DEFSH (0, no_ip_route_flags2_tag_vrf_cmd_vtysh, 
17114        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
17115        "Negate a command or set its defaults\n"
17116        "IP information\n"
17117        "Establish static routes\n"
17118        "IP destination prefix (e.g. 10.0.0.0/8)\n"
17119        "Emit an ICMP unreachable when matched\n"
17120        "Silently discard pkts when matched\n"
17121        "Tag of this route\n"
17122        "Tag value\n"
17123        "Specify the VRF\nThe VRF ID\n")
17124
17125 DEFSH (0, show_ip_pim_assert_metric_cmd_vtysh, 
17126        "show ip pim assert-metric", 
17127        "Show running system information\n"
17128        "IP information\n"
17129        "PIM information\n"
17130        "PIM interface assert metric\n")
17131
17132 DEFSH (0|0, ospf6_routemap_no_set_metric_type_cmd_vtysh, 
17133        "no set metric-type (type-1|type-2)", 
17134        "Negate a command or set its defaults\n"
17135        "Set value\n"
17136        "Type of metric\n"
17137        "OSPF6 external type 1 metric\n"
17138        "OSPF6 external type 2 metric\n")
17139
17140 DEFSH (0, show_bgp_neighbor_damp_cmd_vtysh, 
17141        "show bgp neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
17142        "Show running system information\n"
17143        "BGP information\n"
17144        "Detailed information on TCP and BGP neighbor connections\n"
17145        "Neighbor to display information about\n"
17146        "Neighbor to display information about\n"
17147        "Display the dampened routes received from neighbor\n")
17148
17149 DEFSH (0, ip_route_mask_flags_tag_distance_vrf_cmd_vtysh, 
17150        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole)  tag <1-4294967295> <1-255>" "vrf <0-65535>", 
17151        "IP information\n"
17152        "Establish static routes\n"
17153        "IP destination prefix\n"
17154        "IP destination prefix mask\n"
17155        "IP gateway address\n"
17156        "IP gateway interface name\n"
17157        "Set tag for this route\n"
17158        "Tag value\n"
17159        "Distance value for this route\n"
17160        "Emit an ICMP unreachable when matched\n"
17161        "Silently discard pkts when matched\n"
17162        "Specify the VRF\nThe VRF ID\n")
17163
17164 DEFSH (0, no_link_params_pkt_loss_cmd_vtysh, 
17165        "no packet-loss", 
17166        "Negate a command or set its defaults\n"
17167        "Disable Unidirectional Link Packet Loss on this interface\n")
17168
17169 DEFSH (0, no_lsp_gen_interval_l2_arg_cmd_vtysh, 
17170        "no lsp-gen-interval level-2 <1-120>", 
17171        "Negate a command or set its defaults\n"
17172        "Minimum interval between regenerating same LSP\n"
17173        "Set interval for level 2 only\n"
17174        "Minimum interval in seconds\n")
17175
17176 DEFSH (0, ip_route_mask_distance_cmd_vtysh, 
17177        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255>", 
17178        "IP information\n"
17179        "Establish static routes\n"
17180        "IP destination prefix\n"
17181        "IP destination prefix mask\n"
17182        "IP gateway address\n"
17183        "IP gateway interface name\n"
17184        "Null interface\n"
17185        "Distance value for this route\n")
17186
17187 DEFSH (0, show_bgp_view_ipv6_neighbor_advertised_route_cmd_vtysh, 
17188        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
17189        "Show running system information\n"
17190        "BGP information\n"
17191        "BGP view\n"
17192        "View name\n"
17193        "Address family\n"
17194        "Detailed information on TCP and BGP neighbor connections\n"
17195        "Neighbor to display information about\n"
17196        "Neighbor to display information about\n"
17197        "Display the routes advertised to a BGP neighbor\n")
17198
17199 DEFSH (0, show_ip_bgp_instance_ipv4_rsclient_summary_cmd_vtysh, 
17200       "show ip bgp view WORD ipv4 (unicast|multicast) rsclient summary", 
17201        "Show running system information\n"
17202        "IP information\n"
17203        "BGP information\n"
17204        "BGP view\n"
17205        "View name\n"
17206        "Address family\n"
17207        "Address Family modifier\n"
17208        "Address Family modifier\n"
17209        "Information about Route Server Clients\n"
17210        "Summary of all Route Server Clients\n")
17211
17212 DEFSH (0, no_debug_zebra_kernel_cmd_vtysh, 
17213        "no debug zebra kernel", 
17214        "Negate a command or set its defaults\n"
17215        "Debugging functions (see also 'undebug')\n"
17216        "Zebra configuration\n"
17217        "Debug option set for zebra between kernel interface\n")
17218
17219 DEFSH (0, show_bgp_ipv6_community_list_cmd_vtysh, 
17220        "show bgp ipv6 community-list (<1-500>|WORD)", 
17221        "Show running system information\n"
17222        "BGP information\n"
17223        "Address family\n"
17224        "Display routes matching the community-list\n"
17225        "community-list number\n"
17226        "community-list name\n")
17227
17228 DEFSH (0, debug_pim_packets_cmd_vtysh, 
17229        "debug pim packets", 
17230        "Debugging functions (see also 'undebug')\n"
17231        "PIM protocol activity\n"
17232        "PIM protocol packets\n")
17233
17234 DEFSH (0, show_ipv6_bgp_community_cmd_vtysh, 
17235        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export)", 
17236        "Show running system information\n"
17237        "IPv6 information\n"
17238        "BGP information\n"
17239        "Display routes matching the communities\n"
17240        "community number\n"
17241        "Do not send outside local AS (well-known community)\n"
17242        "Do not advertise to any peer (well-known community)\n"
17243        "Do not export to next AS (well-known community)\n")
17244
17245 DEFSH (0, isis_metric_l2_cmd_vtysh, 
17246        "isis metric <0-16777215> level-2", 
17247        "IS-IS commands\n"
17248        "Set default metric for circuit\n"
17249        "Default metric value\n"
17250        "Specify metric for level-2 routing\n")
17251
17252 DEFSH (0, no_psnp_interval_l1_arg_cmd_vtysh, 
17253        "no isis psnp-interval <1-120> level-1", 
17254        "Negate a command or set its defaults\n"
17255        "IS-IS commands\n"
17256        "Set PSNP interval in seconds\n"
17257        "PSNP interval value\n"
17258        "Specify interval for level-1 PSNPs\n")
17259
17260 DEFSH (0, send_lifetime_day_month_day_month_cmd_vtysh, 
17261        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
17262        "Set send lifetime of the key\n"
17263        "Time to start\n"
17264        "Day of th month to start\n"
17265        "Month of the year to start\n"
17266        "Year to start\n"
17267        "Time to expire\n"
17268        "Day of th month to expire\n"
17269        "Month of the year to expire\n"
17270        "Year to expire\n")
17271
17272 DEFSH (0, clear_ip_bgp_as_vpnv4_soft_out_cmd_vtysh, 
17273        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast soft out", 
17274        "Reset functions\n"
17275        "IP information\n"
17276        "BGP information\n"
17277        "Clear peers with the AS number\n"
17278        "Address family\n"
17279        "Address Family modifier\n"
17280        "Soft reconfig inbound and outbound updates\n"
17281        "Resend all outbound updates\n")
17282
17283 DEFSH (0, ip_irdp_debug_disable_cmd_vtysh, 
17284        "ip irdp debug disable", 
17285        "IP information\n"
17286        "ICMP Router discovery debug Averts. and Solicits (short)\n")
17287
17288 DEFSH (0, show_ip_route_summary_prefix_vrf_cmd_vtysh, 
17289        "show ip route summary prefix " "vrf <0-65535>", 
17290        "Show running system information\n"
17291        "IP information\n"
17292        "IP routing table\n"
17293        "Summary of all routes\n"
17294        "Prefix routes\n"
17295        "Specify the VRF\nThe VRF ID\n")
17296
17297 DEFSH (0, show_ip_route_addr_vrf_cmd_vtysh, 
17298        "show ip route A.B.C.D " "vrf <0-65535>", 
17299        "Show running system information\n"
17300        "IP information\n"
17301        "IP routing table\n"
17302        "Network in the IP routing table to display\n"
17303        "Specify the VRF\nThe VRF ID\n")
17304
17305 DEFSH (0, no_ip_ospf_hello_interval_addr_cmd_vtysh, 
17306        "no ip ospf hello-interval <1-65535> A.B.C.D", 
17307        "Negate a command or set its defaults\n"
17308        "IP Information\n"
17309        "OSPF interface commands\n"
17310        "Time between HELLO packets\n"
17311        "Seconds\n"
17312        "Address of interface")
17313
17314 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_linkstate_id_detail_cmd_vtysh, 
17315        "show ipv6 ospf6 database "
17316        "(router|network|inter-prefix|inter-router|as-external|"
17317        "group-membership|type-7|link|intra-prefix) self-originated "
17318        "linkstate-id A.B.C.D (detail|dump|internal)", 
17319        "Show running system information\n"
17320        "IPv6 information\n"
17321        "Open Shortest Path First (OSPF) for IPv6\n"
17322        "Display Link state database\n"
17323        "Display Router LSAs\n"
17324        "Display Network LSAs\n"
17325        "Display Inter-Area-Prefix LSAs\n"
17326        "Display Inter-Area-Router LSAs\n"
17327        "Display As-External LSAs\n"
17328        "Display Group-Membership LSAs\n"
17329        "Display Type-7 LSAs\n"
17330        "Display Link LSAs\n"
17331        "Display Intra-Area-Prefix LSAs\n"
17332        "Display Self-originated LSAs\n"
17333        "Search by Link state ID\n"
17334        "Specify Link state ID as IPv4 address notation\n"
17335        "Display details of LSAs\n"
17336        "Dump LSAs\n"
17337        "Display LSA's internal information\n"
17338       )
17339
17340 DEFSH (0, debug_igmp_events_cmd_vtysh, 
17341        "debug igmp events", 
17342        "Debugging functions (see also 'undebug')\n"
17343        "IGMP protocol activity\n"
17344        "IGMP protocol events\n")
17345
17346 DEFSH (0, debug_bgp_fsm_cmd_vtysh, 
17347        "debug bgp fsm", 
17348        "Debugging functions (see also 'undebug')\n"
17349        "BGP information\n"
17350        "BGP Finite State Machine\n")
17351
17352 DEFSH (0, show_ipv6_mbgp_community2_exact_cmd_vtysh, 
17353        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
17354        "Show running system information\n"
17355        "IPv6 information\n"
17356        "MBGP information\n"
17357        "Display routes matching the communities\n"
17358        "community number\n"
17359        "Do not send outside local AS (well-known community)\n"
17360        "Do not advertise to any peer (well-known community)\n"
17361        "Do not export to next AS (well-known community)\n"
17362        "community number\n"
17363        "Do not send outside local AS (well-known community)\n"
17364        "Do not advertise to any peer (well-known community)\n"
17365        "Do not export to next AS (well-known community)\n"
17366        "Exact match of the communities")
17367
17368 DEFSH (0, neighbor_local_as_no_prepend_replace_as_cmd_vtysh, 
17369        "neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend replace-as", 
17370        "Specify neighbor router\n"
17371        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17372        "Specify a local-as number\n"
17373        "AS number used as local AS\n"
17374        "Do not prepend local-as to updates from ebgp peers\n"
17375        "Do not prepend local-as to updates from ibgp peers\n")
17376
17377 DEFSH (0, ripng_offset_list_ifname_cmd_vtysh, 
17378        "offset-list WORD (in|out) <0-16> IFNAME", 
17379        "Modify RIPng metric\n"
17380        "Access-list name\n"
17381        "For incoming updates\n"
17382        "For outgoing updates\n"
17383        "Metric value\n"
17384        "Interface to match\n")
17385
17386 DEFSH (0, ip_route_flags2_vrf_cmd_vtysh, 
17387        "ip route A.B.C.D/M (reject|blackhole) " "vrf <0-65535>", 
17388        "IP information\n"
17389        "Establish static routes\n"
17390        "IP destination prefix (e.g. 10.0.0.0/8)\n"
17391        "Emit an ICMP unreachable when matched\n"
17392        "Silently discard pkts when matched\n"
17393        "Specify the VRF\nThe VRF ID\n")
17394
17395 DEFSH (0, show_ip_igmp_join_cmd_vtysh, 
17396        "show ip igmp join", 
17397        "Show running system information\n"
17398        "IP information\n"
17399        "IGMP information\n"
17400        "IGMP static join information\n")
17401
17402 DEFSH (0|0|0|0, ipv6_prefix_list_seq_ge_cmd_vtysh, 
17403        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128>", 
17404        "IPv6 information\n"
17405        "Build a prefix list\n"
17406        "Name of a prefix list\n"
17407        "sequence number of an entry\n"
17408        "Sequence number\n"
17409        "Specify packets to reject\n"
17410        "Specify packets to forward\n"
17411        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
17412        "Minimum prefix length to be matched\n"
17413        "Minimum prefix length\n")
17414
17415 DEFSH (0|0, set_ip_nexthop_cmd_vtysh, 
17416        "set ip next-hop A.B.C.D", 
17417        "Set values in destination routing protocol\n"
17418        "IP information\n"
17419        "Next hop address\n"
17420        "IP address of next hop\n")
17421
17422 DEFSH (0, neighbor_nexthop_self_cmd_vtysh, 
17423        "neighbor (A.B.C.D|X:X::X:X|WORD) " "next-hop-self {all}", 
17424        "Specify neighbor router\n"
17425        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17426        "Disable the next hop calculation for this neighbor\n"
17427        "Apply also to ibgp-learned routes when acting as a route reflector\n")
17428
17429 DEFSH (0, ip_extcommunity_list_expanded_cmd_vtysh, 
17430        "ip extcommunity-list <100-500> (deny|permit) .LINE", 
17431        "IP information\n"
17432        "Add a extended community list entry\n"
17433        "Extended Community list number (expanded)\n"
17434        "Specify community to reject\n"
17435        "Specify community to accept\n"
17436        "An ordered list as a regular-expression\n")
17437
17438 DEFSH (0, clear_ip_interfaces_cmd_vtysh, 
17439        "clear ip interfaces", 
17440        "Reset functions\n"
17441        "IP information\n"
17442        "Reset interfaces\n")
17443
17444 DEFSH (0, show_table_cmd_vtysh, 
17445        "show table", 
17446        "Show running system information\n"
17447        "default routing table to use for all clients\n")
17448
17449 DEFSH (0, no_ospf_priority_cmd_vtysh, 
17450        "no ospf priority", 
17451        "Negate a command or set its defaults\n"
17452        "OSPF interface commands\n"
17453        "Router priority\n")
17454
17455 DEFSH (0, show_ipv6_bgp_cmd_vtysh, 
17456        "show ipv6 bgp", 
17457        "Show running system information\n"
17458        "IP information\n"
17459        "BGP information\n")
17460
17461 DEFSH (0, bgp_redistribute_ipv6_cmd_vtysh, 
17462        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)", 
17463        "Redistribute information from another routing protocol\n"
17464        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
17465
17466 DEFSH (0, show_bgp_lcommunity_all_cmd_vtysh, 
17467        "show bgp large-community", 
17468        "Show running system information\n"
17469        "BGP information\n"
17470        "Display routes matching the large-communities\n")
17471
17472 DEFSH (0, show_bgp_instance_ipv4_safi_rsclient_summary_cmd_vtysh, 
17473        "show bgp view WORD ipv4 (unicast|multicast) rsclient summary", 
17474        "Show running system information\n"
17475        "BGP information\n"
17476        "BGP view\n"
17477        "View name\n"
17478        "Address family\n"
17479        "Address Family modifier\n"
17480        "Address Family modifier\n"
17481        "Information about Route Server Clients\n"
17482        "Summary of all Route Server Clients\n")
17483
17484 DEFSH (0, ospf_passive_interface_cmd_vtysh, 
17485        "passive-interface IFNAME", 
17486        "Suppress routing updates on an interface\n"
17487        "Interface's name\n")
17488
17489 DEFSH (0, clear_bgp_peer_cmd_vtysh, 
17490        "clear bgp (A.B.C.D|X:X::X:X)", 
17491        "Reset functions\n"
17492        "BGP information\n"
17493        "BGP neighbor address to clear\n"
17494        "BGP IPv6 neighbor to clear\n")
17495
17496 DEFSH (0, show_bgp_ipv6_filter_list_cmd_vtysh, 
17497        "show bgp ipv6 filter-list WORD", 
17498        "Show running system information\n"
17499        "BGP information\n"
17500        "Address family\n"
17501        "Display routes conforming to the filter-list\n"
17502        "Regular expression access list name\n")
17503
17504 DEFSH (0, no_ospf_area_vlink_authtype_authkey_cmd_vtysh, 
17505        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
17506        "(authentication|) "
17507        "(authentication-key|)", 
17508        "Negate a command or set its defaults\n"
17509        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
17510        "Enable authentication on this virtual link\n" "dummy string \n"
17511        "Authentication password (key)\n" "The OSPF password (key)")
17512
17513 DEFSH (0, no_lsp_gen_interval_l1_arg_cmd_vtysh, 
17514        "no lsp-gen-interval level-1 <1-120>", 
17515        "Negate a command or set its defaults\n"
17516        "Minimum interval between regenerating same LSP\n"
17517        "Set interval for level 1 only\n"
17518        "Minimum interval in seconds\n")
17519
17520 DEFSH (0, show_debugging_ospf_cmd_vtysh, 
17521        "show debugging ospf", 
17522        "Show running system information\n"
17523        "Debugging functions (see also 'undebug')\n"
17524        "OSPF information\n")
17525
17526 DEFSH (0, ip_irdp_shutdown_cmd_vtysh, 
17527        "ip irdp shutdown", 
17528        "IP information\n"
17529        "ICMP Router discovery shutdown on this interface\n")
17530
17531 DEFSH (0|0|0|0, no_ipv6_prefix_list_description_arg_cmd_vtysh, 
17532        "no ipv6 prefix-list WORD description .LINE", 
17533        "Negate a command or set its defaults\n"
17534        "IPv6 information\n"
17535        "Build a prefix list\n"
17536        "Name of a prefix list\n"
17537        "Prefix-list specific description\n"
17538        "Up to 80 characters describing this prefix-list\n")
17539
17540 DEFSH (0, no_fpm_remote_ip_cmd_vtysh, 
17541         "no fpm connection ip A.B.C.D port <1-65535>", 
17542         "fpm connection remote ip and port\n"
17543         "Connection\n"
17544         "Remote fpm server ip A.B.C.D\n"
17545         "Enter ip ")
17546
17547 DEFSH (0, clear_isis_neighbor_cmd_vtysh, 
17548        "clear isis neighbor", 
17549        "Reset functions\n"
17550        "Reset ISIS network information\n"
17551        "Reset ISIS neighbor adjacencies\n")
17552
17553 DEFSH (0, ipv6_nd_prefix_val_cmd_vtysh, 
17554        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
17555        "(<0-4294967295>|infinite)", 
17556        "Interface IPv6 config commands\n"
17557        "Neighbor discovery\n"
17558        "Prefix information\n"
17559        "IPv6 prefix\n"
17560        "Valid lifetime in seconds\n"
17561        "Infinite valid lifetime\n"
17562        "Preferred lifetime in seconds\n"
17563        "Infinite preferred lifetime\n")
17564
17565 DEFSH (0, no_access_list_exact_cmd_vtysh, 
17566        "no access-list WORD (deny|permit) A.B.C.D/M exact-match", 
17567        "Negate a command or set its defaults\n"
17568        "Add an access list entry\n"
17569        "IP zebra access-list name\n"
17570        "Specify packets to reject\n"
17571        "Specify packets to forward\n"
17572        "Prefix to match. e.g. 10.0.0.0/8\n"
17573        "Exact match of the prefixes\n")
17574
17575 DEFSH (0, rip_distance_source_cmd_vtysh, 
17576        "distance <1-255> A.B.C.D/M", 
17577        "Administrative distance\n"
17578        "Distance value\n"
17579        "IP source prefix\n")
17580
17581 DEFSH (0, show_ip_as_path_access_list_all_cmd_vtysh, 
17582        "show ip as-path-access-list", 
17583        "Show running system information\n"
17584        "IP information\n"
17585        "List AS path access lists\n")
17586
17587 DEFSH (0, no_ip_ospf_priority_cmd_vtysh, 
17588        "no ip ospf priority", 
17589        "Negate a command or set its defaults\n"
17590        "IP Information\n"
17591        "OSPF interface commands\n"
17592        "Router priority\n")
17593
17594 DEFSH (0, no_ip_lcommunity_list_name_standard_all_cmd_vtysh, 
17595        "no ip large-community-list standard WORD", 
17596        "Negate a command or set its defaults\n"
17597        "IP information\n"
17598        "Add a large community list entry\n"
17599        "Specify standard large-community-list\n"
17600        "Large Community list name\n")
17601
17602 DEFSH (0, show_bgp_ipv4_filter_list_cmd_vtysh, 
17603        "show bgp ipv4 filter-list WORD", 
17604        "Show running system information\n"
17605        "BGP information\n"
17606        "IP information\n"
17607        "Display routes conforming to the filter-list\n"
17608        "Regular expression access list name\n")
17609
17610 DEFSH (0, clear_bgp_as_in_cmd_vtysh, 
17611        "clear bgp " "<1-4294967295>" " in", 
17612        "Reset functions\n"
17613        "BGP information\n"
17614        "Clear peers with the AS number\n"
17615        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17616
17617 DEFSH (0, show_bgp_ipv4_paths_cmd_vtysh, 
17618        "show bgp paths", 
17619        "Show running system information\n"
17620        "BGP information\n"
17621        "Path information\n")
17622
17623 DEFSH (0, show_zebra_fpm_stats_cmd_vtysh, 
17624        "show zebra fpm stats", 
17625        "Show running system information\n"
17626        "Zebra information\n"
17627        "Forwarding Path Manager information\n"
17628        "Statistics\n")
17629
17630 DEFSH (0, debug_ospf6_route_cmd_vtysh, 
17631        "debug ospf6 route (table|intra-area|inter-area|memory)", 
17632        "Debugging functions (see also 'undebug')\n"
17633        "Open Shortest Path First (OSPF) for IPv6\n"
17634        "Debug route table calculation\n"
17635        "Debug detail\n"
17636        "Debug intra-area route calculation\n"
17637        "Debug inter-area route calculation\n"
17638        "Debug route memory use\n"
17639        )
17640
17641 DEFSH (0, no_bgp_bestpath_aspath_multipath_relax_cmd_vtysh, 
17642        "no bgp bestpath as-path multipath-relax", 
17643        "Negate a command or set its defaults\n"
17644        "BGP specific commands\n"
17645        "Change the default bestpath selection\n"
17646        "AS-path attribute\n"
17647        "Allow load sharing across routes that have different AS paths (but same length)\n")
17648
17649 DEFSH (0, neighbor_weight_cmd_vtysh, 
17650        "neighbor (A.B.C.D|X:X::X:X|WORD) " "weight <0-65535>", 
17651        "Specify neighbor router\n"
17652        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17653        "Set default weight for routes from this neighbor\n"
17654        "default weight\n")
17655
17656 DEFSH (0, ospf6_distance_ospf6_external_intra_cmd_vtysh, 
17657        "distance ospf6 external <1-255> intra-area <1-255>", 
17658        "Define an administrative distance\n"
17659        "OSPF6 Administrative distance\n"
17660        "External routes\n"
17661        "Distance for external routes\n"
17662        "Intra-area routes\n"
17663        "Distance for intra-area routes\n")
17664
17665 DEFSH (0, clear_bgp_external_in_prefix_filter_cmd_vtysh, 
17666        "clear bgp external in prefix-filter", 
17667        "Reset functions\n"
17668        "BGP information\n"
17669        "Clear all external peers\n"
17670        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
17671        "Push out prefix-list ORF and do inbound soft reconfig\n")
17672
17673 DEFSH (0, no_debug_ospf6_lsa_hex_detail_cmd_vtysh, 
17674        "no debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix) (originate|examine|flooding)", 
17675        "Negate a command or set its defaults\n"
17676        "Debugging functions (see also 'undebug')\n"
17677        "Open Shortest Path First (OSPF) for IPv6\n"
17678        "Debug Link State Advertisements (LSAs)\n"
17679        "Specify LS type as Hexadecimal\n"
17680       )
17681
17682 DEFSH (0, ospf6_distance_source_access_list_cmd_vtysh, 
17683        "distance <1-255> X:X::X:X/M WORD", 
17684        "Administrative distance\n"
17685        "Distance value\n"
17686        "IP source prefix\n"
17687        "Access list name\n")
17688
17689 DEFSH (0, no_ipv6_route_ifname_cmd_vtysh, 
17690        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE", 
17691        "Negate a command or set its defaults\n"
17692        "IP information\n"
17693        "Establish static routes\n"
17694        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
17695        "IPv6 gateway address\n"
17696        "IPv6 gateway interface name\n")
17697
17698 DEFSH (0|0|0|0, ipv6_prefix_list_description_cmd_vtysh, 
17699        "ipv6 prefix-list WORD description .LINE", 
17700        "IPv6 information\n"
17701        "Build a prefix list\n"
17702        "Name of a prefix list\n"
17703        "Prefix-list specific description\n"
17704        "Up to 80 characters describing this prefix-list\n")
17705
17706 DEFSH (0, show_ip_bgp_vpnv4_rd_neighbors_peer_cmd_vtysh, 
17707        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors A.B.C.D", 
17708        "Show running system information\n"
17709        "IP information\n"
17710        "BGP information\n"
17711        "Display VPNv4 NLRI specific information\n"
17712        "Display information about all VPNv4 NLRIs\n"
17713        "Detailed information on TCP and BGP neighbor connections\n"
17714        "Neighbor to display information about\n")
17715
17716 DEFSH (0, clear_bgp_peer_group_soft_in_cmd_vtysh, 
17717        "clear bgp peer-group WORD soft in", 
17718        "Reset functions\n"
17719        "BGP information\n"
17720        "Clear all members of peer-group\n"
17721        "BGP peer-group name\n"
17722        "Soft reconfig inbound and outbound updates\n"
17723        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17724
17725 DEFSH (0, log_commands_cmd_vtysh, 
17726        "log commands", 
17727        "Logging control\n"
17728        "Log all commands (can't be unset without restart)\n")
17729
17730 DEFSH (0, no_log_adj_changes_cmd_vtysh, 
17731        "no log-adjacency-changes", 
17732        "Stop logging changes in adjacency state\n")
17733
17734 DEFSH (0, link_params_admin_grp_cmd_vtysh, 
17735        "admin-grp BITPATTERN", 
17736        "Administrative group membership\n"
17737        "32-bit Hexadecimal value (e.g. 0xa1)\n")
17738
17739 DEFSH (0, no_neighbor_cmd_vtysh, 
17740        "no neighbor (A.B.C.D|X:X::X:X|WORD) ", 
17741        "Negate a command or set its defaults\n"
17742        "Specify neighbor router\n"
17743        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
17744
17745 DEFSH (0, service_advanced_vty_cmd_vtysh, 
17746        "service advanced-vty", 
17747        "Set up miscellaneous service\n"
17748        "Enable advanced mode vty interface\n")
17749
17750 DEFSH (0, area_passwd_md5_snpauth_cmd_vtysh, 
17751        "(area-password|domain-password) md5 WORD authenticate snp (send-only|validate)", 
17752        "Configure the authentication password for an area\n"
17753        "Set the authentication password for a routing domain\n"
17754        "Authentication type\n"
17755        "Level-wide password\n"
17756        "Authentication\n"
17757        "SNP PDUs\n"
17758        "Send but do not check PDUs on receiving\n"
17759        "Send and check PDUs on receiving\n")
17760
17761 DEFSH (0, neighbor_ttl_security_cmd_vtysh, 
17762        "neighbor (A.B.C.D|X:X::X:X|WORD) " "ttl-security hops <1-254>", 
17763        "Specify neighbor router\n"
17764        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17765        "Specify the maximum number of hops to the BGP peer\n")
17766
17767 DEFSH (0, ip_irdp_preference_cmd_vtysh, 
17768        "ip irdp preference <0-2147483647>", 
17769        "IP information\n"
17770        "ICMP Router discovery on this interface\n"
17771        "Set default preference level for this interface\n"
17772        "Preference level\n")
17773
17774 DEFSH (0, no_debug_rip_events_cmd_vtysh, 
17775        "no debug rip events", 
17776        "Negate a command or set its defaults\n"
17777        "Debugging functions (see also 'undebug')\n"
17778        "RIP information\n"
17779        "RIP events\n")
17780
17781 DEFSH (0, no_ip_rip_authentication_mode_cmd_vtysh, 
17782        "no ip rip authentication mode", 
17783        "Negate a command or set its defaults\n"
17784        "IP information\n"
17785        "Routing Information Protocol\n"
17786        "Authentication control\n"
17787        "Authentication mode\n")
17788
17789 DEFSH (0, show_ip_bgp_damp_flap_prefix_list_cmd_vtysh, 
17790        "show ip bgp dampening flap-statistics prefix-list WORD", 
17791        "Show running system information\n"
17792        "IP information\n"
17793        "BGP information\n"
17794        "Display detailed information about dampening\n"
17795        "Display flap statistics of routes\n"
17796        "Display routes conforming to the prefix-list\n"
17797        "IP prefix-list name\n")
17798
17799 DEFSH (0, no_ospf_neighbor_poll_interval_cmd_vtysh, 
17800        "no neighbor A.B.C.D poll-interval <1-65535>", 
17801        "Negate a command or set its defaults\n"
17802        "Specify neighbor router\n"
17803        "Neighbor IP address\n"
17804        "Dead Neighbor Polling interval\n"
17805        "Seconds\n")
17806
17807 DEFSH (0, neighbor_enforce_multihop_cmd_vtysh, 
17808        "neighbor (A.B.C.D|X:X::X:X|WORD) " "enforce-multihop", 
17809        "Specify neighbor router\n"
17810        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17811        "Enforce EBGP neighbors perform multihop\n")
17812
17813 DEFSH (0, bgp_network_import_check_cmd_vtysh, 
17814        "bgp network import-check", 
17815        "BGP specific commands\n"
17816        "BGP network command\n"
17817        "Check BGP network route exists in IGP\n")
17818
17819 DEFSH (0, no_ospf_max_metric_router_lsa_shutdown_cmd_vtysh, 
17820        "no max-metric router-lsa on-shutdown", 
17821        "Negate a command or set its defaults\n"
17822        "OSPF maximum / infinite-distance metric\n"
17823        "Advertise own Router-LSA with infinite distance (stub router)\n"
17824        "Advertise stub-router prior to full shutdown of OSPF\n")
17825
17826 DEFSH (0, no_neighbor_advertise_interval_val_cmd_vtysh, 
17827        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "advertisement-interval <0-600>", 
17828        "Negate a command or set its defaults\n"
17829        "Specify neighbor router\n"
17830        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17831        "Minimum interval between sending BGP routing updates\n"
17832        "time in seconds\n")
17833
17834 DEFSH (0, no_ipv6_route_ifname_tag_vrf_cmd_vtysh, 
17835        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>" "vrf <0-65535>", 
17836        "Negate a command or set its defaults\n"
17837        "IP information\n"
17838        "Establish static routes\n"
17839        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
17840        "IPv6 gateway address\n"
17841        "IPv6 gateway interface name\n"
17842        "Set tag for this route\n"
17843        "Tag value\n"
17844        "Specify the VRF\nThe VRF ID\n")
17845
17846 DEFSH (0, debug_igmp_cmd_vtysh, 
17847        "debug igmp", 
17848        "Debugging functions (see also 'undebug')\n"
17849        "IGMP protocol activity\n")
17850
17851 DEFSH (0, clear_ip_bgp_as_ipv4_in_prefix_filter_cmd_vtysh, 
17852        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) in prefix-filter", 
17853        "Reset functions\n"
17854        "IP information\n"
17855        "BGP information\n"
17856        "Clear peers with the AS number\n"
17857        "Address family\n"
17858        "Address Family modifier\n"
17859        "Address Family modifier\n"
17860        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
17861        "Push out prefix-list ORF and do inbound soft reconfig\n")
17862
17863 DEFSH (0, ip_route_mask_flags_distance_cmd_vtysh, 
17864        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
17865        "IP information\n"
17866        "Establish static routes\n"
17867        "IP destination prefix\n"
17868        "IP destination prefix mask\n"
17869        "IP gateway address\n"
17870        "IP gateway interface name\n"
17871        "Emit an ICMP unreachable when matched\n"
17872        "Silently discard pkts when matched\n"
17873        "Distance value for this route\n")
17874
17875 DEFSH (0, ipv6_aggregate_address_summary_only_cmd_vtysh, 
17876        "aggregate-address X:X::X:X/M summary-only", 
17877        "Configure BGP aggregate entries\n"
17878        "Aggregate prefix\n"
17879        "Filter more specific routes from updates\n")
17880
17881 DEFSH (0, no_debug_ripng_packet_direct_cmd_vtysh, 
17882        "no debug ripng packet (recv|send)", 
17883        "Negate a command or set its defaults\n"
17884        "Debugging functions (see also 'undebug')\n"
17885        "RIPng configuration\n"
17886        "Debug option set for ripng packet\n"
17887        "Debug option set for receive packet\n"
17888        "Debug option set for send packet\n")
17889
17890 DEFSH (0, access_list_cmd_vtysh, 
17891        "access-list WORD (deny|permit) A.B.C.D/M", 
17892        "Add an access list entry\n"
17893        "IP zebra access-list name\n"
17894        "Specify packets to reject\n"
17895        "Specify packets to forward\n"
17896        "Prefix to match. e.g. 10.0.0.0/8\n")
17897
17898 DEFSH (0, no_debug_ospf6_spf_database_cmd_vtysh, 
17899        "no debug ospf6 spf database", 
17900        "Negate a command or set its defaults\n"
17901        "Debugging functions (see also 'undebug')\n"
17902        "Open Shortest Path First (OSPF) for IPv6\n"
17903        "Debug SPF Calculation\n"
17904        "Quit Logging number of LSAs at SPF Calculation time\n"
17905       )
17906
17907 DEFSH (0|0|0|0, ip_prefix_list_seq_cmd_vtysh, 
17908        "ip prefix-list WORD seq <1-4294967295> (deny|permit) (A.B.C.D/M|any)", 
17909        "IP information\n"
17910        "Build a prefix list\n"
17911        "Name of a prefix list\n"
17912        "sequence number of an entry\n"
17913        "Sequence number\n"
17914        "Specify packets to reject\n"
17915        "Specify packets to forward\n"
17916        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
17917        "Any prefix match. Same as \"0.0.0.0/0 le 32\"\n")
17918
17919 DEFSH (0, no_psnp_interval_l2_cmd_vtysh, 
17920        "no isis psnp-interval level-2", 
17921        "Negate a command or set its defaults\n"
17922        "IS-IS commands\n"
17923        "Set PSNP interval in seconds\n"
17924        "Specify interval for level-2 PSNPs\n")
17925
17926 DEFSH (0, show_ip_bgp_vpnv4_rd_prefix_cmd_vtysh, 
17927        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn A.B.C.D/M", 
17928        "Show running system information\n"
17929        "IP information\n"
17930        "BGP information\n"
17931        "Display VPNv4 NLRI specific information\n"
17932        "Display information for a route distinguisher\n"
17933        "VPN Route Distinguisher\n"
17934        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
17935
17936 DEFSH (0, show_ip_rpf_vrf_all_cmd_vtysh, 
17937        "show ip rpf " "vrf all", 
17938        "Show running system information\n"
17939        "IP information\n"
17940        "Display RPF information for multicast source\n"
17941        "Specify the VRF\nAll VRFs\n")
17942
17943 DEFSH (0, ipv6_route_cmd_vtysh, 
17944        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE)", 
17945        "IP information\n"
17946        "Establish static routes\n"
17947        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
17948        "IPv6 gateway address\n"
17949        "IPv6 gateway interface name\n")
17950
17951 DEFSH (0, no_debug_zebra_events_cmd_vtysh, 
17952        "no debug zebra events", 
17953        "Negate a command or set its defaults\n"
17954        "Debugging functions (see also 'undebug')\n"
17955        "Zebra configuration\n"
17956        "Debug option set for zebra events\n")
17957
17958 DEFSH (0, neighbor_attr_unchanged10_cmd_vtysh, 
17959        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med as-path next-hop", 
17960        "Specify neighbor router\n"
17961        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17962        "BGP attribute is propagated unchanged to this neighbor\n"
17963        "Med attribute\n"
17964        "As-path attribute\n"
17965        "Nexthop attribute\n")
17966
17967 DEFSH (0, clear_ip_bgp_as_encap_out_cmd_vtysh, 
17968        "clear ip bgp " "<1-4294967295>" " encap unicast out", 
17969        "Reset functions\n"
17970        "IP information\n"
17971        "BGP information\n"
17972        "Clear peers with the AS number\n"
17973        "Address family\n"
17974        "Address Family modifier\n"
17975        "Soft reconfig outbound update\n")
17976
17977 DEFSH (0, clear_bgp_ipv6_all_out_cmd_vtysh, 
17978        "clear bgp ipv6 * out", 
17979        "Reset functions\n"
17980        "BGP information\n"
17981        "Address family\n"
17982        "Clear all peers\n"
17983        "Resend all outbound updates\n")
17984
17985 DEFSH (0, no_ipv6_route_ifname_flags_pref_vrf_cmd_vtysh, 
17986        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255> " "vrf <0-65535>", 
17987        "Negate a command or set its defaults\n"
17988        "IP information\n"
17989        "Establish static routes\n"
17990        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
17991        "IPv6 gateway address\n"
17992        "IPv6 gateway interface name\n"
17993        "Emit an ICMP unreachable when matched\n"
17994        "Silently discard pkts when matched\n"
17995        "Distance value for this prefix\n"
17996        "Specify the VRF\nThe VRF ID\n")
17997
17998 DEFSH (0, show_interface_vrf_all_cmd_vtysh, 
17999        "show interface " "vrf all", 
18000        "Show running system information\n"
18001        "Interface status and configuration\n"
18002        "Specify the VRF\nAll VRFs\n")
18003
18004 DEFSH (0, no_ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh, 
18005        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
18006        "Negate a command or set its defaults\n"
18007        "IP information\n"
18008        "Establish static routes\n"
18009        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
18010        "IPv6 gateway address\n"
18011        "IPv6 gateway interface name\n"
18012        "Emit an ICMP unreachable when matched\n"
18013        "Silently discard pkts when matched\n"
18014        "Set tag for this route\n"
18015        "Tag value\n"
18016        "Distance value for this prefix\n"
18017        "Specify the VRF\nThe VRF ID\n")
18018
18019 DEFSH (0, clear_ip_bgp_peer_encap_soft_in_cmd_vtysh, 
18020        "clear ip bgp A.B.C.D encap unicast soft in", 
18021        "Reset functions\n"
18022        "IP information\n"
18023        "BGP information\n"
18024        "BGP neighbor address to clear\n"
18025        "Address family\n"
18026        "Address Family Modifier\n"
18027        "Soft reconfig\n"
18028        "Soft reconfig inbound update\n")
18029
18030 DEFSH (0, show_ip_igmp_groups_cmd_vtysh, 
18031        "show ip igmp groups", 
18032        "Show running system information\n"
18033        "IP information\n"
18034        "IGMP information\n"
18035        "IGMP groups information\n")
18036
18037 DEFSH (0, no_ospf_network_area_cmd_vtysh, 
18038        "no network A.B.C.D/M area (A.B.C.D|<0-4294967295>)", 
18039        "Negate a command or set its defaults\n"
18040        "Enable routing on an IP network\n"
18041        "OSPF network prefix\n"
18042        "Set the OSPF area ID\n"
18043        "OSPF area ID in IP address format\n"
18044        "OSPF area ID as a decimal value\n")
18045
18046 DEFSH (0, no_access_list_extended_mask_any_cmd_vtysh, 
18047        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D any", 
18048        "Negate a command or set its defaults\n"
18049        "Add an access list entry\n"
18050        "IP extended access list\n"
18051        "IP extended access list (expanded range)\n"
18052        "Specify packets to reject\n"
18053        "Specify packets to forward\n"
18054        "Any Internet Protocol\n"
18055        "Source address\n"
18056        "Source wildcard bits\n"
18057        "Any destination host\n")
18058
18059 DEFSH (0, show_bgp_ipv6_safi_community_list_cmd_vtysh, 
18060        "show bgp ipv6 (encap|multicast|unicast|vpn) community-list (<1-500>|WORD)", 
18061        "Show running system information\n"
18062        "BGP information\n"
18063        "Address family\n"
18064        "Address family modifier\n"
18065        "Address family modifier\n"
18066        "Address family modifier\n"
18067        "Address family modifier\n"
18068        "Display routes matching the community-list\n"
18069        "community-list number\n"
18070        "community-list name\n")
18071
18072 DEFSH (0, ripng_redistribute_type_cmd_vtysh, 
18073        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)", 
18074        "Redistribute\n"
18075        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
18076
18077 DEFSH (0, interface_ip_igmp_query_max_response_time_cmd_vtysh, 
18078        "ip igmp query-max-response-time" " <1-25>", 
18079        "IP information\n"
18080        "Enable IGMP operation\n"
18081        "IGMP max query response value (seconds)\n"
18082        "Query response value in seconds\n")
18083
18084 DEFSH (0, show_ipv6_ospf6_database_type_id_router_detail_cmd_vtysh, 
18085        "show ipv6 ospf6 database "
18086        "(router|network|inter-prefix|inter-router|as-external|"
18087        "group-membership|type-7|link|intra-prefix) A.B.C.D A.B.C.D "
18088        "(dump|internal)", 
18089        "Show running system information\n"
18090        "IPv6 information\n"
18091        "Open Shortest Path First (OSPF) for IPv6\n"
18092        "Display Link state database\n"
18093        "Display Router LSAs\n"
18094        "Display Network LSAs\n"
18095        "Display Inter-Area-Prefix LSAs\n"
18096        "Display Inter-Area-Router LSAs\n"
18097        "Display As-External LSAs\n"
18098        "Display Group-Membership LSAs\n"
18099        "Display Type-7 LSAs\n"
18100        "Display Link LSAs\n"
18101        "Display Intra-Area-Prefix LSAs\n"
18102        "Specify Link state ID as IPv4 address notation\n"
18103        "Specify Advertising Router as IPv4 address notation\n"
18104        "Dump LSAs\n"
18105        "Display LSA's internal information\n"
18106       )
18107
18108 DEFSH (0, show_bgp_ipv6_community3_cmd_vtysh, 
18109        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
18110        "Show running system information\n"
18111        "BGP information\n"
18112        "Address family\n"
18113        "Display routes matching the communities\n"
18114        "community number\n"
18115        "Do not send outside local AS (well-known community)\n"
18116        "Do not advertise to any peer (well-known community)\n"
18117        "Do not export to next AS (well-known community)\n"
18118        "community number\n"
18119        "Do not send outside local AS (well-known community)\n"
18120        "Do not advertise to any peer (well-known community)\n"
18121        "Do not export to next AS (well-known community)\n"
18122        "community number\n"
18123        "Do not send outside local AS (well-known community)\n"
18124        "Do not advertise to any peer (well-known community)\n"
18125        "Do not export to next AS (well-known community)\n")
18126
18127 DEFSH (0, access_list_extended_mask_host_cmd_vtysh, 
18128        "access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D host A.B.C.D", 
18129        "Add an access list entry\n"
18130        "IP extended access list\n"
18131        "IP extended access list (expanded range)\n"
18132        "Specify packets to reject\n"
18133        "Specify packets to forward\n"
18134        "Any Internet Protocol\n"
18135        "Source address\n"
18136        "Source wildcard bits\n"
18137        "A single destination host\n"
18138        "Destination address\n")
18139
18140 DEFSH (0, clear_bgp_instance_all_soft_in_cmd_vtysh, 
18141        "clear bgp view WORD * soft in", 
18142        "Reset functions\n"
18143        "BGP information\n"
18144        "BGP view\n"
18145        "view name\n"
18146        "Clear all peers\n"
18147        "Soft reconfig inbound and outbound updates\n"
18148        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
18149
18150 DEFSH (0, no_match_ecommunity_cmd_vtysh, 
18151        "no match extcommunity", 
18152        "Negate a command or set its defaults\n"
18153        "Match values from routing table\n"
18154        "Match BGP/VPN extended community list\n")
18155
18156 DEFSH (0, ip_community_list_standard2_cmd_vtysh, 
18157        "ip community-list <1-99> (deny|permit)", 
18158        "IP information\n"
18159        "Add a community list entry\n"
18160        "Community list number (standard)\n"
18161        "Specify community to reject\n"
18162        "Specify community to accept\n")
18163
18164 DEFSH (0, neighbor_ebgp_multihop_cmd_vtysh, 
18165        "neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop", 
18166        "Specify neighbor router\n"
18167        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18168        "Allow EBGP neighbors not on directly connected networks\n")
18169
18170 DEFSH (0, ospf6_distance_ospf6_external_cmd_vtysh, 
18171        "distance ospf6 external <1-255>", 
18172        "Define an administrative distance\n"
18173        "OSPF6 Administrative distance\n"
18174        "External routes\n"
18175        "Distance for external routes\n")
18176
18177 DEFSH (0, show_ipv6_mbgp_community2_cmd_vtysh, 
18178        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
18179        "Show running system information\n"
18180        "IPv6 information\n"
18181        "MBGP information\n"
18182        "Display routes matching the communities\n"
18183        "community number\n"
18184        "Do not send outside local AS (well-known community)\n"
18185        "Do not advertise to any peer (well-known community)\n"
18186        "Do not export to next AS (well-known community)\n"
18187        "community number\n"
18188        "Do not send outside local AS (well-known community)\n"
18189        "Do not advertise to any peer (well-known community)\n"
18190        "Do not export to next AS (well-known community)\n")
18191
18192 DEFSH (0, show_ip_ospf_database_type_cmd_vtysh, 
18193        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" "|max-age|self-originate)", 
18194        "Show running system information\n"
18195        "IP information\n"
18196        "OSPF information\n"
18197        "Database summary\n"
18198        "ASBR summary link states\n" "External link states\n" "Network link states\n" "Router link states\n" "Network summary link states\n" "NSSA external link state\n" "Link local Opaque-LSA\n" "Link area Opaque-LSA\n" "Link AS Opaque-LSA\n"
18199        "LSAs in MaxAge list\n"
18200        "Self-originated link states\n")
18201
18202 DEFSH (0, show_bgp_ipv6_safi_lcommunity3_cmd_vtysh, 
18203        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
18204        "Show running system information\n"
18205        "BGP information\n"
18206        "Address family\n"
18207        "Address family modifier\n"
18208        "Address family modifier\n"
18209        "Address family modifier\n"
18210        "Address family modifier\n"
18211        "Display routes matching the large-communities\n"
18212        "large-community number\n"
18213        "large-community number\n"
18214        "large-community number\n")
18215
18216 DEFSH (0, show_ip_bgp_flap_prefix_cmd_vtysh, 
18217        "show ip bgp flap-statistics A.B.C.D/M", 
18218        "Show running system information\n"
18219        "IP information\n"
18220        "BGP information\n"
18221        "Display flap statistics of routes\n"
18222        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
18223
18224 DEFSH (0, bgp_redistribute_ipv6_metric_cmd_vtysh, 
18225        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295>", 
18226        "Redistribute information from another routing protocol\n"
18227        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
18228        "Metric for redistributed routes\n"
18229        "Default metric\n")
18230
18231 DEFSH (0, no_max_lsp_lifetime_cmd_vtysh, 
18232        "no max-lsp-lifetime", 
18233        "Negate a command or set its defaults\n"
18234        "LSP lifetime in seconds\n")
18235
18236 DEFSH (0, show_ip_bgp_lcommunity3_cmd_vtysh, 
18237        "show ip bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
18238        "Show running system information\n"
18239        "IP information\n"
18240        "BGP information\n"
18241        "Display routes matching the large-communities\n"
18242        "largecommunity number\n"
18243        "largecommunity number\n"
18244        "largecommunity number\n")
18245
18246 DEFSH (0, no_bgp_network_backdoor_cmd_vtysh, 
18247        "no network A.B.C.D/M backdoor", 
18248        "Negate a command or set its defaults\n"
18249        "Specify a network to announce via BGP\n"
18250        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18251        "Specify a BGP backdoor route\n")
18252
18253 DEFSH (0, bgp_router_id_cmd_vtysh, 
18254        "bgp router-id A.B.C.D", 
18255        "BGP information\n"
18256        "Override configured router identifier\n"
18257        "Manually configured router identifier\n")
18258
18259 DEFSH (0, show_bgp_view_ipv4_safi_rsclient_cmd_vtysh, 
18260        "show bgp view WORD ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
18261        "Show running system information\n"
18262        "BGP information\n"
18263        "BGP view\n"
18264        "View name\n"
18265        "Address family\n"
18266        "Address Family modifier\n"
18267        "Address Family modifier\n"
18268        "Information about Route Server Client\n"
18269        "Neighbor address\nIPv6 address\n")
18270
18271 DEFSH (0, no_neighbor_strict_capability_cmd_vtysh, 
18272        "no neighbor (A.B.C.D|X:X::X:X) " "strict-capability-match", 
18273        "Negate a command or set its defaults\n"
18274        "Specify neighbor router\n"
18275        "Neighbor address\nIPv6 address\n"
18276        "Strict capability negotiation match\n")
18277
18278 DEFSH (0, debug_isis_upd_cmd_vtysh, 
18279        "debug isis update-packets", 
18280        "Debugging functions (see also 'undebug')\n"
18281        "IS-IS information\n"
18282        "IS-IS Update related packets\n")
18283
18284 DEFSH (0, show_ip_bgp_community_list_exact_cmd_vtysh, 
18285        "show ip bgp community-list (<1-500>|WORD) exact-match", 
18286        "Show running system information\n"
18287        "IP information\n"
18288        "BGP information\n"
18289        "Display routes matching the community-list\n"
18290        "community-list number\n"
18291        "community-list name\n"
18292        "Exact match of the communities\n")
18293
18294 DEFSH (0, vty_login_cmd_vtysh, 
18295        "login", 
18296        "Enable password checking\n")
18297
18298 DEFSH (0|0|0|0|0, no_match_tag_cmd_vtysh, 
18299        "no match tag", 
18300        "Negate a command or set its defaults\n"
18301        "Match values from routing table\n"
18302        "Match tag of route\n")
18303
18304 DEFSH (0, ospf6_timers_throttle_spf_cmd_vtysh, 
18305        "timers throttle spf <0-600000> <0-600000> <0-600000>", 
18306        "Adjust routing timers\n"
18307        "Throttling adaptive timer\n"
18308        "OSPF6 SPF timers\n"
18309        "Delay (msec) from first change received till SPF calculation\n"
18310        "Initial hold time (msec) between consecutive SPF calculations\n"
18311        "Maximum hold time (msec)\n")
18312
18313 DEFSH (0, no_bgp_deterministic_med_cmd_vtysh, 
18314        "no bgp deterministic-med", 
18315        "Negate a command or set its defaults\n"
18316        "BGP specific commands\n"
18317        "Pick the best-MED path among paths advertised from the neighboring AS\n")
18318
18319 DEFSH (0, show_bgp_ipv4_safi_regexp_cmd_vtysh, 
18320        "show bgp ipv4 (encap|multicast|unicast|vpn) regexp .LINE", 
18321        "Show running system information\n"
18322        "BGP information\n"
18323        "Address family\n"
18324        "Address Family modifier\n"
18325        "Address Family modifier\n"
18326        "Address Family modifier\n"
18327        "Address Family modifier\n"
18328        "Display routes matching the AS path regular expression\n"
18329        "A regular-expression to match the BGP AS paths\n")
18330
18331 DEFSH (0, no_area_range_cmd_vtysh, 
18332        "no area A.B.C.D range X:X::X:X/M", 
18333        "OSPF area parameters\n"
18334        "Area ID (as an IPv4 notation)\n"
18335        "Configured address range\n"
18336        "Specify IPv6 prefix\n"
18337        )
18338
18339 DEFSH (0, ospf_area_shortcut_cmd_vtysh, 
18340        "area (A.B.C.D|<0-4294967295>) shortcut (default|enable|disable)", 
18341        "OSPF area parameters\n"
18342        "OSPF area ID in IP address format\n"
18343        "OSPF area ID as a decimal value\n"
18344        "Configure the area's shortcutting mode\n"
18345        "Set default shortcutting behavior\n"
18346        "Enable shortcutting through the area\n"
18347        "Disable shortcutting through the area\n")
18348
18349 DEFSH (0, clear_bgp_peer_group_soft_cmd_vtysh, 
18350        "clear bgp peer-group WORD soft", 
18351        "Reset functions\n"
18352        "BGP information\n"
18353        "Clear all members of peer-group\n"
18354        "BGP peer-group name\n"
18355        "Soft reconfig inbound and outbound updates\n")
18356
18357 DEFSH (0, show_bgp_ipv4_community4_cmd_vtysh, 
18358        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
18359        "Show running system information\n"
18360        "BGP information\n"
18361        "IP information\n"
18362        "Display routes matching the communities\n"
18363        "community number\n"
18364        "Do not send outside local AS (well-known community)\n"
18365        "Do not advertise to any peer (well-known community)\n"
18366        "Do not export to next AS (well-known community)\n"
18367        "community number\n"
18368        "Do not send outside local AS (well-known community)\n"
18369        "Do not advertise to any peer (well-known community)\n"
18370        "Do not export to next AS (well-known community)\n"
18371        "community number\n"
18372        "Do not send outside local AS (well-known community)\n"
18373        "Do not advertise to any peer (well-known community)\n"
18374        "Do not export to next AS (well-known community)\n"
18375        "community number\n"
18376        "Do not send outside local AS (well-known community)\n"
18377        "Do not advertise to any peer (well-known community)\n"
18378        "Do not export to next AS (well-known community)\n")
18379
18380 DEFSH (0, show_bgp_view_ipv6_rsclient_route_cmd_vtysh, 
18381        "show bgp view WORD ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
18382        "Show running system information\n"
18383        "BGP information\n"
18384        "BGP view\n"
18385        "BGP view name\n"
18386        "IP6_STR"
18387        "Information about Route Server Client\n"
18388        "Neighbor address\nIPv6 address\n"
18389        "Network in the BGP routing table to display\n")
18390
18391 DEFSH (0, show_ip_pim_upstream_join_desired_cmd_vtysh, 
18392        "show ip pim upstream-join-desired", 
18393        "Show running system information\n"
18394        "IP information\n"
18395        "PIM information\n"
18396        "PIM upstream join-desired\n")
18397
18398 DEFSH (0|0|0|0, ipv6_prefix_list_seq_le_ge_cmd_vtysh, 
18399        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
18400        "IPv6 information\n"
18401        "Build a prefix list\n"
18402        "Name of a prefix list\n"
18403        "sequence number of an entry\n"
18404        "Sequence number\n"
18405        "Specify packets to reject\n"
18406        "Specify packets to forward\n"
18407        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
18408        "Maximum prefix length to be matched\n"
18409        "Maximum prefix length\n"
18410        "Minimum prefix length to be matched\n"
18411        "Minimum prefix length\n")
18412
18413 DEFSH (0|0, no_match_ipv6_address_val_cmd_vtysh, 
18414       "no match ipv6 address WORD", 
18415       "Negate a command or set its defaults\n"
18416       "Match values from routing table\n"
18417       "IPv6 information\n"
18418       "Match IPv6 address of route\n"
18419       "IPv6 access-list name\n")
18420
18421 DEFSH (0, show_bgp_filter_list_cmd_vtysh, 
18422        "show bgp filter-list WORD", 
18423        "Show running system information\n"
18424        "BGP information\n"
18425        "Display routes conforming to the filter-list\n"
18426        "Regular expression access list name\n")
18427
18428 DEFSH (0, no_match_probability_cmd_vtysh, 
18429        "no match probability", 
18430        "Negate a command or set its defaults\n"
18431        "Match values from routing table\n"
18432        "Match portion of routes defined by percentage value\n")
18433
18434 DEFSH (0, clear_ip_pim_interfaces_cmd_vtysh, 
18435        "clear ip pim interfaces", 
18436        "Reset functions\n"
18437        "IP information\n"
18438        "PIM clear commands\n"
18439        "Reset PIM interfaces\n")
18440
18441 DEFSH (0, no_ipv6_route_flags_vrf_cmd_vtysh, 
18442        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
18443        "Negate a command or set its defaults\n"
18444        "IP information\n"
18445        "Establish static routes\n"
18446        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
18447        "IPv6 gateway address\n"
18448        "IPv6 gateway interface name\n"
18449        "Emit an ICMP unreachable when matched\n"
18450        "Silently discard pkts when matched\n"
18451        "Specify the VRF\nThe VRF ID\n")
18452
18453 DEFSH (0, test_pim_receive_prune_cmd_vtysh, 
18454        "test pim receive prune INTERFACE <0-65535> A.B.C.D A.B.C.D A.B.C.D A.B.C.D", 
18455        "Test\n"
18456        "Test PIM protocol\n"
18457        "Test PIM message reception\n"
18458        "Test PIM prune reception from neighbor\n"
18459        "Interface\n"
18460        "Neighbor holdtime\n"
18461        "Upstream neighbor unicast destination address\n"
18462        "Downstream neighbor unicast source address\n"
18463        "Multicast group address\n"
18464        "Unicast source address\n")
18465
18466 DEFSH (0, show_ipv6_route_vrf_all_cmd_vtysh, 
18467        "show ipv6 route " "vrf all", 
18468        "Show running system information\n"
18469        "IP information\n"
18470        "IPv6 routing table\n"
18471        "Specify the VRF\nAll VRFs\n")
18472
18473 DEFSH (0, show_ip_bgp_prefix_list_cmd_vtysh, 
18474        "show ip bgp prefix-list WORD", 
18475        "Show running system information\n"
18476        "IP information\n"
18477        "BGP information\n"
18478        "Display routes conforming to the prefix-list\n"
18479        "IP prefix-list name\n")
18480
18481 DEFSH (0, show_ipv6_nht_cmd_vtysh, 
18482        "show ipv6 nht", 
18483        "Show running system information\n"
18484        "IP information\n"
18485        "IPv6 nexthop tracking table\n")
18486
18487 DEFSH (0, csnp_interval_l2_cmd_vtysh, 
18488        "isis csnp-interval <1-600> level-2", 
18489        "IS-IS commands\n"
18490        "Set CSNP interval in seconds\n"
18491        "CSNP interval value\n"
18492        "Specify interval for level-2 CSNPs\n")
18493
18494 DEFSH (0, ipv6_route_ifname_flags_pref_vrf_cmd_vtysh, 
18495        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255> " "vrf <0-65535>", 
18496        "IP information\n"
18497        "Establish static routes\n"
18498        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
18499        "IPv6 gateway address\n"
18500        "IPv6 gateway interface name\n"
18501        "Emit an ICMP unreachable when matched\n"
18502        "Silently discard pkts when matched\n"
18503        "Distance value for this prefix\n"
18504        "Specify the VRF\nThe VRF ID\n")
18505
18506 DEFSH (0, show_ipv6_ospf6_spf_tree_cmd_vtysh, 
18507        "show ipv6 ospf6 spf tree", 
18508        "Show running system information\n"
18509        "IPv6 Information\n"
18510        "Open Shortest Path First (OSPF) for IPv6\n"
18511        "Shortest Path First calculation\n"
18512        "Show SPF tree\n")
18513
18514 DEFSH (0|0|0|0, clear_ip_prefix_list_name_prefix_cmd_vtysh, 
18515        "clear ip prefix-list WORD A.B.C.D/M", 
18516        "Reset functions\n"
18517        "IP information\n"
18518        "Build a prefix list\n"
18519        "Name of a prefix list\n"
18520        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
18521
18522 DEFSH (0, no_ripng_offset_list_cmd_vtysh, 
18523        "no offset-list WORD (in|out) <0-16>", 
18524        "Negate a command or set its defaults\n"
18525        "Modify RIPng metric\n"
18526        "Access-list name\n"
18527        "For incoming updates\n"
18528        "For outgoing updates\n"
18529        "Metric value\n")
18530
18531 DEFSH (0, no_neighbor_local_as_cmd_vtysh, 
18532        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as", 
18533        "Negate a command or set its defaults\n"
18534        "Specify neighbor router\n"
18535        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18536        "Specify a local-as number\n")
18537
18538 DEFSH (0, show_ip_multicast_cmd_vtysh, 
18539        "show ip multicast", 
18540        "Show running system information\n"
18541        "IP information\n"
18542        "Multicast global information\n")
18543
18544 DEFSH (0, show_bgp_ipv6_vpn_tags_cmd_vtysh, 
18545        "show bgp ipv6 vpn tags", 
18546        "Show running system information\n"
18547        "BGP information\n"
18548        "Address Family\n"
18549        "Display VPN NLRI specific information\n"
18550        "Display BGP tags for prefixes\n")
18551
18552 DEFSH (0, show_debugging_pim_cmd_vtysh, 
18553        "show debugging pim", 
18554        "Show running system information\n"
18555        "Debugging functions (see also 'undebug')\n"
18556        "PIM information\n")
18557
18558 DEFSH (0, show_bgp_ipv6_safi_prefix_list_cmd_vtysh, 
18559        "show bgp ipv6 (encap|multicast|unicast|vpn) prefix-list WORD", 
18560        "Show running system information\n"
18561        "BGP information\n"
18562        "Address family\n"
18563        "Address Family modifier\n"
18564        "Address Family modifier\n"
18565        "Address Family modifier\n"
18566        "Address Family modifier\n"
18567        "Display routes conforming to the prefix-list\n"
18568        "IP prefix-list name\n")
18569
18570 DEFSH (0, show_ip_bgp_prefix_longer_cmd_vtysh, 
18571        "show ip bgp A.B.C.D/M longer-prefixes", 
18572        "Show running system information\n"
18573        "IP information\n"
18574        "BGP information\n"
18575        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18576        "Display route and more specific routes\n")
18577
18578 DEFSH (0, show_ip_bgp_nexthop_cmd_vtysh, 
18579        "show ip bgp nexthop", 
18580        "Show running system information\n"
18581        "IP information\n"
18582        "BGP information\n"
18583        "BGP nexthop table\n")
18584
18585 DEFSH (0, ip_address_cmd_vtysh, 
18586        "ip address A.B.C.D/M", 
18587        "Interface Internet Protocol config commands\n"
18588        "Set the IP address of an interface\n"
18589        "IP address (e.g. 10.0.0.1/8)\n")
18590
18591 DEFSH (0, no_ip_ospf_priority_addr_cmd_vtysh, 
18592        "no ip ospf priority A.B.C.D", 
18593        "Negate a command or set its defaults\n"
18594        "IP Information\n"
18595        "OSPF interface commands\n"
18596        "Router priority\n"
18597        "Address of interface")
18598
18599 DEFSH (0, undebug_bgp_events_cmd_vtysh, 
18600        "undebug bgp events", 
18601        "Disable debugging functions (see also 'debug')\n"
18602        "BGP information\n"
18603        "BGP events\n")
18604
18605 DEFSH (0, clear_bgp_ipv6_external_in_prefix_filter_cmd_vtysh, 
18606        "clear bgp ipv6 external in prefix-filter", 
18607        "Reset functions\n"
18608        "BGP information\n"
18609        "Address family\n"
18610        "Clear all external peers\n"
18611        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
18612        "Push out prefix-list ORF and do inbound soft reconfig\n")
18613
18614 DEFSH (0, ip_route_flags2_cmd_vtysh, 
18615        "ip route A.B.C.D/M (reject|blackhole)", 
18616        "IP information\n"
18617        "Establish static routes\n"
18618        "IP destination prefix (e.g. 10.0.0.0/8)\n"
18619        "Emit an ICMP unreachable when matched\n"
18620        "Silently discard pkts when matched\n")
18621
18622 DEFSH (0, debug_isis_packet_dump_cmd_vtysh, 
18623        "debug isis packet-dump", 
18624        "Debugging functions (see also 'undebug')\n"
18625        "IS-IS information\n"
18626        "IS-IS packet dump\n")
18627
18628 DEFSH (0, no_ipv6_nd_mtu_cmd_vtysh, 
18629        "no ipv6 nd mtu", 
18630        "Negate a command or set its defaults\n"
18631        "Interface IPv6 config commands\n"
18632        "Neighbor discovery\n"
18633        "Advertised MTU\n")
18634
18635 DEFSH (0, show_ip_nhrp_cmd_vtysh, 
18636  "show " "(ip|ipv6)" " nhrp (cache|nhs|shortcut|opennhrp|)", 
18637  "Show running system information\n"
18638  "IP information\n" "IPv6 information\n"
18639  "NHRP information\n"
18640  "Forwarding cache information\n"
18641  "Next hop server information\n"
18642  "Shortcut information\n"
18643  "opennhrpctl style cache dump\n")
18644
18645 DEFSH (0, debug_ripng_events_cmd_vtysh, 
18646        "debug ripng events", 
18647        "Debugging functions (see also 'undebug')\n"
18648        "RIPng configuration\n"
18649        "Debug option set for ripng events\n")
18650
18651 DEFSH (0, ospf6_distance_ospf6_intra_external_cmd_vtysh, 
18652        "distance ospf6 intra-area <1-255> external <1-255>", 
18653        "Define an administrative distance\n"
18654        "OSPF6 Administrative distance\n"
18655        "Intra-area routes\n"
18656        "Distance for intra-area routes\n"
18657        "External routes\n"
18658        "Distance for external routes\n")
18659
18660 DEFSH (0, clear_ip_bgp_external_soft_cmd_vtysh, 
18661        "clear ip bgp external soft", 
18662        "Reset functions\n"
18663        "IP information\n"
18664        "BGP information\n"
18665        "Clear all external peers\n"
18666        "Soft reconfig inbound and outbound updates\n")
18667
18668 DEFSH (0, show_ipv6_ospf6_database_type_id_detail_cmd_vtysh, 
18669        "show ipv6 ospf6 database "
18670        "(router|network|inter-prefix|inter-router|as-external|"
18671        "group-membership|type-7|link|intra-prefix) A.B.C.D "
18672        "(detail|dump|internal)", 
18673        "Show running system information\n"
18674        "IPv6 information\n"
18675        "Open Shortest Path First (OSPF) for IPv6\n"
18676        "Display Link state database\n"
18677        "Display Router LSAs\n"
18678        "Display Network LSAs\n"
18679        "Display Inter-Area-Prefix LSAs\n"
18680        "Display Inter-Area-Router LSAs\n"
18681        "Display As-External LSAs\n"
18682        "Display Group-Membership LSAs\n"
18683        "Display Type-7 LSAs\n"
18684        "Display Link LSAs\n"
18685        "Display Intra-Area-Prefix LSAs\n"
18686        "Specify Link state ID as IPv4 address notation\n"
18687        "Display details of LSAs\n"
18688        "Dump LSAs\n"
18689        "Display LSA's internal information\n"
18690       )
18691
18692 DEFSH (0, show_bgp_instance_neighbors_cmd_vtysh, 
18693        "show bgp view WORD neighbors", 
18694        "Show running system information\n"
18695        "BGP information\n"
18696        "BGP view\n"
18697        "View name\n"
18698        "Detailed information on TCP and BGP neighbor connections\n")
18699
18700 DEFSH (0, set_community_cmd_vtysh, 
18701        "set community .AA:NN", 
18702        "Set values in destination routing protocol\n"
18703        "BGP community attribute\n"
18704        "Community number in aa:nn format or local-AS|no-advertise|no-export|internet or additive\n")
18705
18706 DEFSH (0, set_aggregator_as_cmd_vtysh, 
18707        "set aggregator as " "<1-4294967295>" " A.B.C.D", 
18708        "Set values in destination routing protocol\n"
18709        "BGP aggregator attribute\n"
18710        "AS number of aggregator\n"
18711        "AS number\n"
18712        "IP address of aggregator\n")
18713
18714 DEFSH (0, no_ipv6_bgp_network_route_map_cmd_vtysh, 
18715        "no network X:X::X:X/M route-map WORD", 
18716        "Negate a command or set its defaults\n"
18717        "Specify a network to announce via BGP\n"
18718        "IPv6 prefix <network>/<length>\n"
18719        "Route-map to modify the attributes\n"
18720        "Name of the route map\n")
18721
18722 DEFSH (0, nhrp_nflog_group_cmd_vtysh, 
18723  "nhrp nflog-group <1-65535>", 
18724  "Next Hop Resolution Protocol functions\n"
18725  "Specify NFLOG group number\n"
18726  "NFLOG group number\n")
18727
18728 DEFSH (0|0|0|0, no_ip_prefix_list_le_ge_cmd_vtysh, 
18729        "no ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
18730        "Negate a command or set its defaults\n"
18731        "IP information\n"
18732        "Build a prefix list\n"
18733        "Name of a prefix list\n"
18734        "Specify packets to reject\n"
18735        "Specify packets to forward\n"
18736        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18737        "Maximum prefix length to be matched\n"
18738        "Maximum prefix length\n"
18739        "Minimum prefix length to be matched\n"
18740        "Minimum prefix length\n")
18741
18742 DEFSH (0, no_debug_igmp_trace_cmd_vtysh, 
18743        "no debug igmp trace", 
18744        "Negate a command or set its defaults\n"
18745        "Debugging functions (see also 'undebug')\n"
18746        "IGMP protocol activity\n"
18747        "IGMP internal daemon activity\n")
18748
18749 DEFSH (0, clear_ip_bgp_all_in_cmd_vtysh, 
18750        "clear ip bgp * in", 
18751        "Reset functions\n"
18752        "IP information\n"
18753        "BGP information\n"
18754        "Clear all peers\n"
18755        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
18756
18757 DEFSH (0, ospf_timers_min_ls_arrival_cmd_vtysh, 
18758        "timers lsa arrival <0-1000>", 
18759        "Adjust routing timers\n"
18760        "Throttling link state advertisement delays\n"
18761        "OSPF minimum arrival interval delay\n"
18762        "Delay (msec) between accepted LSAs\n")
18763
18764 DEFSH (0|0|0|0, show_ipv6_prefix_list_summary_name_cmd_vtysh, 
18765        "show ipv6 prefix-list summary WORD", 
18766        "Show running system information\n"
18767        "IPv6 information\n"
18768        "Build a prefix list\n"
18769        "Summary of prefix lists\n"
18770        "Name of a prefix list\n")
18771
18772 DEFSH (0, ipv6_nd_managed_config_flag_cmd_vtysh, 
18773        "ipv6 nd managed-config-flag", 
18774        "Interface IPv6 config commands\n"
18775        "Neighbor discovery\n"
18776        "Managed address configuration flag\n")
18777
18778 DEFSH (0, no_neighbor_shutdown_cmd_vtysh, 
18779        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "shutdown", 
18780        "Negate a command or set its defaults\n"
18781        "Specify neighbor router\n"
18782        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18783        "Administratively shut down this neighbor\n")
18784
18785 DEFSH (0, show_bgp_view_neighbor_damp_cmd_vtysh, 
18786        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
18787        "Show running system information\n"
18788        "BGP information\n"
18789        "BGP view\n"
18790        "View name\n"
18791        "Detailed information on TCP and BGP neighbor connections\n"
18792        "Neighbor to display information about\n"
18793        "Neighbor to display information about\n"
18794        "Display the dampened routes received from neighbor\n")
18795
18796 DEFSH (0, no_ip_rip_send_version_num_cmd_vtysh, 
18797        "no ip rip send version (1|2)", 
18798        "Negate a command or set its defaults\n"
18799        "IP information\n"
18800        "Routing Information Protocol\n"
18801        "Advertisement transmission\n"
18802        "Version control\n"
18803        "Version 1\n"
18804        "Version 2\n")
18805
18806 DEFSH (0, tunnel_source_cmd_vtysh, 
18807  "tunnel source INTERFACE", 
18808  "NHRP/GRE integration\n"
18809  "Tunnel device binding tracking\n"
18810  "Interface name\n")
18811
18812 DEFSH (0, area_import_list_cmd_vtysh, 
18813        "area A.B.C.D import-list NAME", 
18814        "OSPFv6 area parameters\n"
18815        "OSPFv6 area ID in IP address format\n"
18816        "Set the filter for networks from other areas announced to the specified one\n"
18817        "Name of the acess-list\n")
18818
18819 DEFSH (0, no_rip_distance_source_access_list_cmd_vtysh, 
18820        "no distance <1-255> A.B.C.D/M WORD", 
18821        "Negate a command or set its defaults\n"
18822        "Administrative distance\n"
18823        "Distance value\n"
18824        "IP source prefix\n"
18825        "Access list name\n")
18826
18827 DEFSH (0, clear_bgp_peer_soft_in_cmd_vtysh, 
18828        "clear bgp (A.B.C.D|X:X::X:X) soft in", 
18829        "Reset functions\n"
18830        "BGP information\n"
18831        "BGP neighbor address to clear\n"
18832        "BGP IPv6 neighbor to clear\n"
18833        "Soft reconfig inbound and outbound updates\n"
18834        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
18835
18836 DEFSH (0, bgp_redistribute_ipv4_metric_cmd_vtysh, 
18837        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295>", 
18838        "Redistribute information from another routing protocol\n"
18839        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
18840        "Metric for redistributed routes\n"
18841        "Default metric\n")
18842
18843 DEFSH (0, bgp_damp_set3_cmd_vtysh, 
18844        "bgp dampening", 
18845        "BGP Specific commands\n"
18846        "Enable route-flap dampening\n")
18847
18848 DEFSH (0|0|0|0, no_ipv6_prefix_list_prefix_cmd_vtysh, 
18849        "no ipv6 prefix-list WORD (deny|permit) (X:X::X:X/M|any)", 
18850        "Negate a command or set its defaults\n"
18851        "IPv6 information\n"
18852        "Build a prefix list\n"
18853        "Name of a prefix list\n"
18854        "Specify packets to reject\n"
18855        "Specify packets to forward\n"
18856        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
18857        "Any prefix match.  Same as \"::0/0 le 128\"\n")
18858
18859 DEFSH (0, no_neighbor_local_as_val3_cmd_vtysh, 
18860        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend replace-as", 
18861        "Negate a command or set its defaults\n"
18862        "Specify neighbor router\n"
18863        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18864        "Specify a local-as number\n"
18865        "AS number used as local AS\n"
18866        "Do not prepend local-as to updates from ebgp peers\n"
18867        "Do not prepend local-as to updates from ibgp peers\n")
18868
18869 DEFSH (0, no_ospf_area_filter_list_cmd_vtysh, 
18870        "no area (A.B.C.D|<0-4294967295>) filter-list prefix WORD (in|out)", 
18871        "Negate a command or set its defaults\n"
18872        "OSPF area parameters\n"
18873        "OSPF area ID in IP address format\n"
18874        "OSPF area ID as a decimal value\n"
18875        "Filter networks between OSPF areas\n"
18876        "Filter prefixes between OSPF areas\n"
18877        "Name of an IP prefix-list\n"
18878        "Filter networks sent to this area\n"
18879        "Filter networks sent from this area\n")
18880
18881 DEFSH (0, show_ipv6_mbgp_regexp_cmd_vtysh, 
18882        "show ipv6 mbgp regexp .LINE", 
18883        "Show running system information\n"
18884        "IP information\n"
18885        "BGP information\n"
18886        "Display routes matching the AS path regular expression\n"
18887        "A regular-expression to match the MBGP AS paths\n")
18888
18889 DEFSH (0, show_bgp_view_cmd_vtysh, 
18890        "show bgp view WORD", 
18891        "Show running system information\n"
18892        "BGP information\n"
18893        "BGP view\n"
18894        "View name\n")
18895
18896 DEFSH (0, show_ipv6_ospf6_database_cmd_vtysh, 
18897        "show ipv6 ospf6 database", 
18898        "Show running system information\n"
18899        "IPv6 information\n"
18900        "Open Shortest Path First (OSPF) for IPv6\n"
18901        "Display Link state database\n"
18902       )
18903
18904 DEFSH (0, show_isis_neighbor_detail_cmd_vtysh, 
18905        "show isis neighbor detail", 
18906        "Show running system information\n"
18907        "ISIS network information\n"
18908        "ISIS neighbor adjacencies\n"
18909        "show detailed information\n")
18910
18911 DEFSH (0, clear_ip_bgp_as_encap_soft_in_cmd_vtysh, 
18912        "clear ip bgp " "<1-4294967295>" " encap unicast soft in", 
18913        "Reset functions\n"
18914        "IP information\n"
18915        "BGP information\n"
18916        "Clear peers with the AS number\n"
18917        "Address family\n"
18918        "Address Family modifier\n"
18919        "Soft reconfig\n"
18920        "Soft reconfig inbound update\n")
18921
18922 DEFSH (0, clear_bgp_external_soft_out_cmd_vtysh, 
18923        "clear bgp external soft out", 
18924        "Reset functions\n"
18925        "BGP information\n"
18926        "Clear all external peers\n"
18927        "Soft reconfig inbound and outbound updates\n"
18928        "Resend all outbound updates\n")
18929
18930 DEFSH (0|0|0|0, show_ipv6_prefix_list_prefix_first_match_cmd_vtysh, 
18931        "show ipv6 prefix-list WORD X:X::X:X/M first-match", 
18932        "Show running system information\n"
18933        "IPv6 information\n"
18934        "Build a prefix list\n"
18935        "Name of a prefix list\n"
18936        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
18937        "First matched prefix\n")
18938
18939 DEFSH (0, debug_zebra_kernel_cmd_vtysh, 
18940        "debug zebra kernel", 
18941        "Debugging functions (see also 'undebug')\n"
18942        "Zebra configuration\n"
18943        "Debug option set for zebra between kernel interface\n")
18944
18945 DEFSH (0, show_bgp_ipv4_safi_neighbor_flap_cmd_vtysh, 
18946        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
18947        "Show running system information\n"
18948        "BGP information\n"
18949        "Address Family Modifier\n"
18950        "Address Family Modifier\n"
18951        "Address Family Modifier\n"
18952        "Address Family Modifier\n"
18953        "Detailed information on TCP and BGP neighbor connections\n"
18954        "Neighbor to display information about\n"
18955        "Neighbor to display information about\n"
18956        "Display flap statistics of the routes learned from neighbor\n")
18957
18958 DEFSH (0, ipv6_nd_ra_interval_cmd_vtysh, 
18959        "ipv6 nd ra-interval <1-1800>", 
18960        "Interface IPv6 config commands\n"
18961        "Neighbor discovery\n"
18962        "Router Advertisement interval\n"
18963        "Router Advertisement interval in seconds\n")
18964
18965 DEFSH (0, show_bgp_prefix_pathtype_cmd_vtysh, 
18966        "show bgp X:X::X:X/M (bestpath|multipath)", 
18967        "Show running system information\n"
18968        "BGP information\n"
18969        "IPv6 prefix <network>/<length>\n"
18970        "Display only the bestpath\n"
18971        "Display only multipaths\n")
18972
18973 DEFSH (0, no_neighbor_ebgp_multihop_ttl_cmd_vtysh, 
18974        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop <1-255>", 
18975        "Negate a command or set its defaults\n"
18976        "Specify neighbor router\n"
18977        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18978        "Allow EBGP neighbors not on directly connected networks\n"
18979        "maximum hop count\n")
18980
18981 DEFSH (0, no_ip_route_mask_flags_distance2_vrf_cmd_vtysh, 
18982        "no ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255> " "vrf <0-65535>", 
18983        "Negate a command or set its defaults\n"
18984        "IP information\n"
18985        "Establish static routes\n"
18986        "IP destination prefix\n"
18987        "IP destination prefix mask\n"
18988        "Emit an ICMP unreachable when matched\n"
18989        "Silently discard pkts when matched\n"
18990        "Distance value for this route\n"
18991        "Specify the VRF\nThe VRF ID\n")
18992
18993 DEFSH (0, show_ip_ospf_neighbor_cmd_vtysh, 
18994        "show ip ospf neighbor", 
18995        "Show running system information\n"
18996        "IP information\n"
18997        "OSPF information\n"
18998        "Neighbor list\n")
18999
19000 DEFSH (0, show_ip_bgp_ipv4_community_list_exact_cmd_vtysh, 
19001        "show ip bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD) exact-match", 
19002        "Show running system information\n"
19003        "IP information\n"
19004        "BGP information\n"
19005        "Address family\n"
19006        "Address Family modifier\n"
19007        "Address Family modifier\n"
19008        "Display routes matching the community-list\n"
19009        "community-list number\n"
19010        "community-list name\n"
19011        "Exact match of the communities\n")
19012
19013 DEFSH (0, no_bgp_redistribute_ipv4_cmd_vtysh, 
19014        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)", 
19015        "Negate a command or set its defaults\n"
19016        "Redistribute information from another routing protocol\n"
19017        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
19018
19019 DEFSH (0|0|0|0, clear_ip_prefix_list_name_cmd_vtysh, 
19020        "clear ip prefix-list WORD", 
19021        "Reset functions\n"
19022        "IP information\n"
19023        "Build a prefix list\n"
19024        "Name of a prefix list\n")
19025
19026 DEFSH (0, clear_bgp_as_soft_out_cmd_vtysh, 
19027        "clear bgp " "<1-4294967295>" " soft out", 
19028        "Reset functions\n"
19029        "BGP information\n"
19030        "Clear peers with the AS number\n"
19031        "Soft reconfig inbound and outbound updates\n"
19032        "Resend all outbound updates\n")
19033
19034 DEFSH (0, show_bgp_ipv6_safi_community4_cmd_vtysh, 
19035        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
19036        "Show running system information\n"
19037        "BGP information\n"
19038        "Address family\n"
19039        "Address family modifier\n"
19040        "Address family modifier\n"
19041        "Address family modifier\n"
19042        "Address family modifier\n"
19043        "Display routes matching the communities\n"
19044        "community number\n"
19045        "Do not send outside local AS (well-known community)\n"
19046        "Do not advertise to any peer (well-known community)\n"
19047        "Do not export to next AS (well-known community)\n"
19048        "community number\n"
19049        "Do not send outside local AS (well-known community)\n"
19050        "Do not advertise to any peer (well-known community)\n"
19051        "Do not export to next AS (well-known community)\n"
19052        "community number\n"
19053        "Do not send outside local AS (well-known community)\n"
19054        "Do not advertise to any peer (well-known community)\n"
19055        "Do not export to next AS (well-known community)\n"
19056        "community number\n"
19057        "Do not send outside local AS (well-known community)\n"
19058        "Do not advertise to any peer (well-known community)\n"
19059        "Do not export to next AS (well-known community)\n")
19060
19061 DEFSH (0, ip_ospf_cost_u32_inet4_cmd_vtysh, 
19062        "ip ospf cost <1-65535> A.B.C.D", 
19063        "IP Information\n"
19064        "OSPF interface commands\n"
19065        "Interface cost\n"
19066        "Cost\n"
19067        "Address of interface")
19068
19069 DEFSH (0, show_bgp_ipv4_rsclient_cmd_vtysh, 
19070        "show bgp ipv4 rsclient (A.B.C.D|X:X::X:X)", 
19071        "Show running system information\n"
19072        "BGP information\n"
19073        "Address Family\n"
19074        "Information about Route Server Client\n"
19075        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
19076
19077 DEFSH (0, clear_ip_bgp_instance_all_in_prefix_filter_cmd_vtysh, 
19078        "clear ip bgp view WORD * in prefix-filter", 
19079        "Reset functions\n"
19080        "IP information\n"
19081        "BGP information\n"
19082        "BGP view\n"
19083        "view name\n"
19084        "Clear all peers\n"
19085        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
19086        "Push out prefix-list ORF and do inbound soft reconfig\n")
19087
19088 DEFSH (0, clear_ip_bgp_as_soft_cmd_vtysh, 
19089        "clear ip bgp " "<1-4294967295>" " soft", 
19090        "Reset functions\n"
19091        "IP information\n"
19092        "BGP information\n"
19093        "Clear peers with the AS number\n"
19094        "Soft reconfig inbound and outbound updates\n")
19095
19096 DEFSH (0, no_ipv6_address_cmd_vtysh, 
19097        "no ipv6 address X:X::X:X/M", 
19098        "Negate a command or set its defaults\n"
19099        "Interface IPv6 config commands\n"
19100        "Set the IP address of an interface\n"
19101        "IPv6 address (e.g. 3ffe:506::1/48)\n")
19102
19103 DEFSH (0, ipv6_bgp_network_route_map_cmd_vtysh, 
19104        "network X:X::X:X/M route-map WORD", 
19105        "Specify a network to announce via BGP\n"
19106        "IPv6 prefix <network>/<length>\n"
19107        "Route-map to modify the attributes\n"
19108        "Name of the route map\n")
19109
19110 DEFSH (0, bgp_network_route_map_cmd_vtysh, 
19111        "network A.B.C.D/M route-map WORD", 
19112        "Specify a network to announce via BGP\n"
19113        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
19114        "Route-map to modify the attributes\n"
19115        "Name of the route map\n")
19116
19117 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_cmd_vtysh, 
19118        "show ipv6 ospf6 database "
19119        "(router|network|inter-prefix|inter-router|as-external|"
19120        "group-membership|type-7|link|intra-prefix) adv-router A.B.C.D", 
19121        "Show running system information\n"
19122        "IPv6 information\n"
19123        "Open Shortest Path First (OSPF) for IPv6\n"
19124        "Display Link state database\n"
19125        "Display Router LSAs\n"
19126        "Display Network LSAs\n"
19127        "Display Inter-Area-Prefix LSAs\n"
19128        "Display Inter-Area-Router LSAs\n"
19129        "Display As-External LSAs\n"
19130        "Display Group-Membership LSAs\n"
19131        "Display Type-7 LSAs\n"
19132        "Display Link LSAs\n"
19133        "Display Intra-Area-Prefix LSAs\n"
19134        "Search by Advertising Router\n"
19135        "Specify Advertising Router as IPv4 address notation\n"
19136       )
19137
19138 DEFSH (0, no_isis_hello_interval_cmd_vtysh, 
19139        "no isis hello-interval", 
19140        "Negate a command or set its defaults\n"
19141        "IS-IS commands\n"
19142        "Set Hello interval\n")
19143
19144 DEFSH (0, no_ipv6_nd_other_config_flag_cmd_vtysh, 
19145        "no ipv6 nd other-config-flag", 
19146        "Negate a command or set its defaults\n"
19147        "Interface IPv6 config commands\n"
19148        "Neighbor discovery\n"
19149        "Other statefull configuration flag\n")
19150
19151 DEFSH (0|0|0|0, show_ip_prefix_list_prefix_longer_cmd_vtysh, 
19152        "show ip prefix-list WORD A.B.C.D/M longer", 
19153        "Show running system information\n"
19154        "IP information\n"
19155        "Build a prefix list\n"
19156        "Name of a prefix list\n"
19157        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
19158        "Lookup longer prefix\n")
19159
19160 DEFSH (0, show_ip_route_addr_cmd_vtysh, 
19161        "show ip route A.B.C.D", 
19162        "Show running system information\n"
19163        "IP information\n"
19164        "IP routing table\n"
19165        "Network in the IP routing table to display\n")
19166
19167 DEFSH (0, show_bgp_ipv4_safi_flap_regexp_cmd_vtysh, 
19168        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics regexp .LINE", 
19169        "Show running system information\n"
19170        "BGP information\n"
19171        "IP information\n"
19172        "Address Family Modifier\n"
19173        "Address Family Modifier\n"
19174        "Address Family Modifier\n"
19175        "Address Family Modifier\n"
19176        "Display flap statistics of routes\n"
19177        "Display routes matching the AS path regular expression\n"
19178        "A regular-expression to match the BGP AS paths\n")
19179
19180 DEFSH (0, ip_route_distance_cmd_vtysh, 
19181        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255>", 
19182        "IP information\n"
19183        "Establish static routes\n"
19184        "IP destination prefix (e.g. 10.0.0.0/8)\n"
19185        "IP gateway address\n"
19186        "IP gateway interface name\n"
19187        "Null interface\n"
19188        "Distance value for this route\n")
19189
19190 DEFSH (0, isis_redistribute_cmd_vtysh, 
19191       "redistribute (ipv4|ipv6) " "(kernel|connected|static|rip|ripng|ospf|ospf6|bgp|pim|babel|nhrp)"
19192       " (level-1|level-2) {metric <0-16777215>|route-map WORD}", 
19193       "Redistribute information from another routing protocol\n"
19194       "Redistribute IPv4 routes\n"
19195       "Redistribute IPv6 routes\n"
19196       "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (OSPFv2)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
19197       "Redistribute into level-1\n"
19198       "Redistribute into level-2\n"
19199       "Metric for redistributed routes\n"
19200       "ISIS default metric\n"
19201       "Route map reference\n"
19202       "Pointer to route-map entries\n")
19203
19204 DEFSH (0, bgp_damp_unset2_cmd_vtysh, 
19205        "no bgp dampening <1-45> <1-20000> <1-20000> <1-255>", 
19206        "Negate a command or set its defaults\n"
19207        "BGP Specific commands\n"
19208        "Enable route-flap dampening\n"
19209        "Half-life time for the penalty\n"
19210        "Value to start reusing a route\n"
19211        "Value to start suppressing a route\n"
19212        "Maximum duration to suppress a stable route\n")
19213
19214 DEFSH (0, no_isis_mpls_te_inter_as_cmd_vtysh, 
19215        "no mpls-te inter-as", 
19216        "Negate a command or set its defaults\n"
19217        "Disable the MPLS-TE functionality\n"
19218        "Disable MPLS-TE Inter-AS support\n")
19219
19220 DEFSH (0, show_database_arg_detail_cmd_vtysh, 
19221        "show isis database WORD detail", 
19222        "Show running system information\n"
19223        "IS-IS information\n"
19224        "IS-IS link state database\n"
19225        "LSP ID\n"
19226        "Detailed information\n")
19227
19228 DEFSH (0, show_bgp_view_ipv6_neighbor_received_prefix_filter_cmd_vtysh, 
19229        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
19230        "Show running system information\n"
19231        "BGP information\n"
19232        "BGP view\n"
19233        "View name\n"
19234        "Address family\n"
19235        "Detailed information on TCP and BGP neighbor connections\n"
19236        "Neighbor to display information about\n"
19237        "Neighbor to display information about\n"
19238        "Display information received from a BGP neighbor\n"
19239        "Display the prefixlist filter\n")
19240
19241 DEFSH (0, no_ip_route_mask_distance_vrf_cmd_vtysh, 
19242        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
19243        "Negate a command or set its defaults\n"
19244        "IP information\n"
19245        "Establish static routes\n"
19246        "IP destination prefix\n"
19247        "IP destination prefix mask\n"
19248        "IP gateway address\n"
19249        "IP gateway interface name\n"
19250        "Null interface\n"
19251        "Distance value for this route\n"
19252        "Specify the VRF\nThe VRF ID\n")
19253
19254 DEFSH (0, show_ip_route_protocol_cmd_vtysh, 
19255        "show ip route " "(kernel|connected|static|rip|ospf|isis|bgp|pim|babel|nhrp)", 
19256        "Show running system information\n"
19257        "IP information\n"
19258        "IP routing table\n"
19259        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
19260
19261 DEFSH (0, show_bgp_community_all_cmd_vtysh, 
19262        "show bgp community", 
19263        "Show running system information\n"
19264        "BGP information\n"
19265        "Display routes matching the communities\n")
19266
19267 DEFSH (0, no_link_params_delay_cmd_vtysh, 
19268        "no delay", 
19269        "Negate a command or set its defaults\n"
19270        "Disable Unidirectional Average,  Min & Max Link Delay on this interface\n")
19271
19272 DEFSH (0, show_ipv6_bgp_lcommunity_cmd_vtysh, 
19273        "show ipv6 bgp large-community (AA:BB:CC)", 
19274        "Show running system information\n"
19275        "IPv6 information\n"
19276        "BGP information\n"
19277        "Display routes matching the large-communities\n"
19278        "large-community number\n")
19279
19280 DEFSH (0, no_neighbor_enforce_multihop_cmd_vtysh, 
19281        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "enforce-multihop", 
19282        "Negate a command or set its defaults\n"
19283        "Specify neighbor router\n"
19284        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19285        "Enforce EBGP neighbors perform multihop\n")
19286
19287 DEFSH (0|0|0|0, no_ip_prefix_list_ge_cmd_vtysh, 
19288        "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>", 
19289        "Negate a command or set its defaults\n"
19290        "IP information\n"
19291        "Build a prefix list\n"
19292        "Name of a prefix list\n"
19293        "Specify packets to reject\n"
19294        "Specify packets to forward\n"
19295        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
19296        "Minimum prefix length to be matched\n"
19297        "Minimum prefix length\n")
19298
19299 DEFSH (0, debug_isis_lupd_cmd_vtysh, 
19300        "debug isis local-updates", 
19301        "Debugging functions (see also 'undebug')\n"
19302        "IS-IS information\n"
19303        "IS-IS local update packets\n")
19304
19305 DEFSH (0, area_lsp_mtu_cmd_vtysh, 
19306        "lsp-mtu <128-4352>", 
19307        "Configure the maximum size of generated LSPs\n"
19308        "Maximum size of generated LSPs\n")
19309
19310 DEFSH (0, no_debug_isis_spftrigg_cmd_vtysh, 
19311        "no debug isis spf-triggers", 
19312        "Disable debugging functions (see also 'debug')\n"
19313        "IS-IS information\n"
19314        "IS-IS SPF triggering events\n")
19315
19316 DEFSH (0, no_ipv6_route_tag_vrf_cmd_vtysh, 
19317        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>" "vrf <0-65535>", 
19318        "Negate a command or set its defaults\n"
19319        "IP information\n"
19320        "Establish static routes\n"
19321        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
19322        "IPv6 gateway address\n"
19323        "IPv6 gateway interface name\n"
19324        "Set tag for this route\n"
19325        "Tag value\n"
19326        "Specify the VRF\nThe VRF ID\n")
19327
19328 DEFSH (0, ospf_area_vlink_authkey_cmd_vtysh, 
19329        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
19330        "(authentication-key|) AUTH_KEY", 
19331        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
19332        "Authentication password (key)\n" "The OSPF password (key)")
19333
19334 DEFSH (0, show_bgp_ipv4_encap_rd_tags_cmd_vtysh, 
19335        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn tags", 
19336        "Show running system information\n"
19337        "BGP information\n"
19338        "Address Family\n"
19339        "Display ENCAP NLRI specific information\n"
19340        "Display information for a route distinguisher\n"
19341        "ENCAP Route Distinguisher\n"
19342        "Display BGP tags for prefixes\n")
19343
19344 DEFSH (0|0|0|0|0, set_tag_cmd_vtysh, 
19345        "set tag <1-4294967295>", 
19346        "Set values in destination routing protocol\n"
19347        "Tag value for routing protocol\n"
19348        "Tag value\n")
19349
19350 DEFSH (0, no_ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh, 
19351        "no ipv6 ripng split-horizon poisoned-reverse", 
19352        "Negate a command or set its defaults\n"
19353        "IPv6 information\n"
19354        "Routing Information Protocol\n"
19355        "Perform split horizon\n"
19356        "With poisoned-reverse\n")
19357
19358 DEFSH (0, no_ipv6_route_ifname_pref_tag_vrf_cmd_vtysh, 
19359        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>" "vrf <0-65535>", 
19360        "Negate a command or set its defaults\n"
19361        "IP information\n"
19362        "Establish static routes\n"
19363        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
19364        "IPv6 gateway address\n"
19365        "IPv6 gateway interface name\n"
19366        "Set tag for this route\n"
19367        "Tag value\n"
19368        "Distance value for this prefix\n"
19369        "Specify the VRF\nThe VRF ID\n")
19370
19371 DEFSH (0, show_bgp_view_rsclient_prefix_cmd_vtysh, 
19372        "show bgp view WORD rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
19373        "Show running system information\n"
19374        "BGP information\n"
19375        "BGP view\n"
19376        "View name\n"
19377        "Information about Route Server Client\n"
19378        "Neighbor address\nIPv6 address\n"
19379        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
19380
19381 DEFSH (0, no_ospf_refresh_timer_val_cmd_vtysh, 
19382        "no refresh timer <10-1800>", 
19383        "Adjust refresh parameters\n"
19384        "Unset refresh timer\n"
19385        "Timer value in seconds\n")
19386
19387 DEFSH (0, show_ip_bgp_lcommunity_list_cmd_vtysh, 
19388        "show ip bgp large-community-list (<1-500>|WORD)", 
19389        "Show running system information\n"
19390        "IP information\n"
19391        "BGP information\n"
19392        "Display routes matching the large-community-list\n"
19393        "large-community-list number\n"
19394        "large-community-list name\n")
19395
19396 DEFSH (0, multicast_cmd_vtysh, 
19397        "multicast", 
19398        "Set multicast flag to interface\n")
19399
19400 DEFSH (0, clear_bgp_ipv6_as_soft_cmd_vtysh, 
19401        "clear bgp ipv6 " "<1-4294967295>" " soft", 
19402        "Reset functions\n"
19403        "BGP information\n"
19404        "Address family\n"
19405        "Clear peers with the AS number\n"
19406        "Soft reconfig inbound and outbound updates\n")
19407
19408 DEFSH (0, test_pim_receive_dump_cmd_vtysh, 
19409        "test pim receive dump INTERFACE A.B.C.D .LINE", 
19410        "Test\n"
19411        "Test PIM protocol\n"
19412        "Test PIM message reception\n"
19413        "Test PIM packet dump reception from neighbor\n"
19414        "Interface\n"
19415        "Neighbor address\n"
19416        "Packet dump\n")
19417
19418 DEFSH (0, neighbor_maximum_prefix_threshold_restart_cmd_vtysh, 
19419        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> restart <1-65535>", 
19420        "Specify neighbor router\n"
19421        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19422        "Maximum number of prefix accept from this peer\n"
19423        "maximum no. of prefix limit\n"
19424        "Threshold value (%) at which to generate a warning msg\n"
19425        "Restart bgp connection after limit is exceeded\n"
19426        "Restart interval in minutes")
19427
19428 DEFSH (0, clear_ip_bgp_peer_soft_in_cmd_vtysh, 
19429        "clear ip bgp A.B.C.D soft in", 
19430        "Reset functions\n"
19431        "IP information\n"
19432        "BGP information\n"
19433        "BGP neighbor address to clear\n"
19434        "Soft reconfig inbound and outbound updates\n"
19435        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
19436
19437 DEFSH (0, ip_extcommunity_list_standard2_cmd_vtysh, 
19438        "ip extcommunity-list <1-99> (deny|permit)", 
19439        "IP information\n"
19440        "Add a extended community list entry\n"
19441        "Extended Community list number (standard)\n"
19442        "Specify community to reject\n"
19443        "Specify community to accept\n")
19444
19445 DEFSH (0, show_ip_bgp_ipv4_dampening_parameters_cmd_vtysh, 
19446        "show ip bgp ipv4 (unicast|multicast) dampening parameters", 
19447        "Show running system information\n"
19448        "IP information\n"
19449        "BGP information\n"
19450        "Address family\n"
19451        "Address Family modifier\n"
19452        "Address Family modifier\n"
19453        "Display detailed information about dampening\n"
19454        "Display detail of configured dampening parameters\n")
19455
19456 DEFSH (0, show_ipv6_ospf6_route_longer_detail_cmd_vtysh, 
19457        "show ipv6 ospf6 route X:X::X:X/M longer detail", 
19458        "Show running system information\n"
19459        "IPv6 Information\n"
19460        "Open Shortest Path First (OSPF) for IPv6\n"
19461        "Routing Table\n"
19462        "Specify IPv6 prefix\n"
19463        "Display routes longer than the specified route\n"
19464        "Detailed information\n"
19465        )
19466
19467 DEFSH (0, bgp_distance_cmd_vtysh, 
19468        "distance bgp <1-255> <1-255> <1-255>", 
19469        "Define an administrative distance\n"
19470        "BGP distance\n"
19471        "Distance for routes external to the AS\n"
19472        "Distance for routes internal to the AS\n"
19473        "Distance for local routes\n")
19474
19475 DEFSH (0, clear_ip_bgp_peer_encap_soft_cmd_vtysh, 
19476        "clear ip bgp A.B.C.D encap unicast soft", 
19477        "Reset functions\n"
19478        "IP information\n"
19479        "BGP information\n"
19480        "BGP neighbor address to clear\n"
19481        "Address family\n"
19482        "Address Family Modifier\n"
19483        "Soft reconfig\n")
19484
19485 DEFSH (0, show_interface_name_vrf_all_cmd_vtysh, 
19486        "show interface IFNAME " "vrf all", 
19487        "Show running system information\n"
19488        "Interface status and configuration\n"
19489        "Interface name\n"
19490        "Specify the VRF\nAll VRFs\n")
19491
19492 DEFSH (0, show_bgp_ipv6_neighbor_damp_cmd_vtysh, 
19493        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
19494        "Show running system information\n"
19495        "BGP information\n"
19496        "Address family\n"
19497        "Detailed information on TCP and BGP neighbor connections\n"
19498        "Neighbor to display information about\n"
19499        "Neighbor to display information about\n"
19500        "Display the dampened routes received from neighbor\n")
19501
19502 DEFSH (0, no_ip_community_list_name_expanded_all_cmd_vtysh, 
19503        "no ip community-list expanded WORD", 
19504        "Negate a command or set its defaults\n"
19505        "IP information\n"
19506        "Add a community list entry\n"
19507        "Add an expanded community-list entry\n"
19508        "Community list name\n")
19509
19510 DEFSH (0, no_ipv6_nd_homeagent_config_flag_cmd_vtysh, 
19511        "no ipv6 nd home-agent-config-flag", 
19512        "Negate a command or set its defaults\n"
19513        "Interface IPv6 config commands\n"
19514        "Neighbor discovery\n"
19515        "Home Agent configuration flag\n")
19516
19517 DEFSH (0, no_match_community_val_cmd_vtysh, 
19518        "no match community (<1-99>|<100-500>|WORD)", 
19519        "Negate a command or set its defaults\n"
19520        "Match values from routing table\n"
19521        "Match BGP community list\n"
19522        "Community-list number (standard)\n"
19523        "Community-list number (expanded)\n"
19524        "Community-list name\n")
19525
19526 DEFSH (0, no_neighbor_distribute_list_cmd_vtysh, 
19527        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "distribute-list (<1-199>|<1300-2699>|WORD) (in|out)", 
19528        "Negate a command or set its defaults\n"
19529        "Specify neighbor router\n"
19530        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19531        "Filter updates to/from this neighbor\n"
19532        "IP access-list number\n"
19533        "IP access-list number (expanded range)\n"
19534        "IP Access-list name\n"
19535        "Filter incoming updates\n"
19536        "Filter outgoing updates\n")
19537
19538 DEFSH (0, show_ip_bgp_damp_flap_prefix_longer_cmd_vtysh, 
19539        "show ip bgp dampening flap-statistics A.B.C.D/M longer-prefixes", 
19540        "Show running system information\n"
19541        "IP information\n"
19542        "BGP information\n"
19543        "Display detailed information about dampening\n"
19544        "Display flap statistics of routes\n"
19545        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
19546        "Display route and more specific routes\n")
19547
19548 DEFSH (0, if_rmap_cmd_vtysh, 
19549        "route-map RMAP_NAME (in|out) IFNAME", 
19550        "Route map set\n"
19551        "Route map name\n"
19552        "Route map set for input filtering\n"
19553        "Route map set for output filtering\n"
19554        "Route map interface name\n")
19555
19556 DEFSH (0, show_ip_ospf_interface_cmd_vtysh, 
19557        "show ip ospf interface [INTERFACE]", 
19558        "Show running system information\n"
19559        "IP information\n"
19560        "OSPF information\n"
19561        "Interface information\n"
19562        "Interface name\n")
19563
19564 DEFSH (0, ipv6_ospf6_priority_cmd_vtysh, 
19565        "ipv6 ospf6 priority <0-255>", 
19566        "IPv6 Information\n"
19567        "Open Shortest Path First (OSPF) for IPv6\n"
19568        "Router priority\n"
19569        "Priority value\n"
19570        )
19571
19572 DEFSH (0, vrf_netns_cmd_vtysh, 
19573        "vrf <1-65535> netns NAME", 
19574        "Enable a VRF\n"
19575        "Specify the VRF identifier\n"
19576        "Associate with a NETNS\n"
19577        "The file name in " "/var/run/netns" ",  or a full pathname\n")
19578
19579 DEFSH (0, no_ip_ospf_network_cmd_vtysh, 
19580        "no ip ospf network", 
19581        "Negate a command or set its defaults\n"
19582        "IP Information\n"
19583        "OSPF interface commands\n"
19584        "Network type\n")
19585
19586 DEFSH (0, clear_bgp_ipv6_external_out_cmd_vtysh, 
19587        "clear bgp ipv6 external WORD out", 
19588        "Reset functions\n"
19589        "BGP information\n"
19590        "Address family\n"
19591        "Clear all external peers\n"
19592        "Resend all outbound updates\n")
19593
19594 DEFSH (0, no_neighbor_capability_orf_prefix_cmd_vtysh, 
19595        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "capability orf prefix-list (both|send|receive)", 
19596        "Negate a command or set its defaults\n"
19597        "Specify neighbor router\n"
19598        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19599        "Advertise capability to the peer\n"
19600        "Advertise ORF capability to the peer\n"
19601        "Advertise prefixlist ORF capability to this neighbor\n"
19602        "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
19603        "Capability to RECEIVE the ORF from this neighbor\n"
19604        "Capability to SEND the ORF to this neighbor\n")
19605
19606 DEFSH (0, clear_ip_bgp_peer_ipv4_out_cmd_vtysh, 
19607        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) out", 
19608        "Reset functions\n"
19609        "IP information\n"
19610        "BGP information\n"
19611        "BGP neighbor address to clear\n"
19612        "Address family\n"
19613        "Address Family modifier\n"
19614        "Address Family modifier\n"
19615        "Resend all outbound updates\n")
19616
19617 DEFSH (0|0|0|0|0|0, no_rmap_onmatch_next_cmd_vtysh, 
19618        "no on-match next", 
19619        "Negate a command or set its defaults\n"
19620        "Exit policy on matches\n"
19621        "Next clause\n")
19622
19623 DEFSH (0, ospf_neighbor_cmd_vtysh, 
19624        "neighbor A.B.C.D", 
19625        "Specify neighbor router\n"
19626        "Neighbor IP address\n")
19627
19628 DEFSH (0, log_adj_changes_cmd_vtysh, 
19629        "log-adjacency-changes", 
19630        "Log changes in adjacency state\n")
19631
19632 DEFSH (0, show_bgp_ipv4_vpn_rd_tags_cmd_vtysh, 
19633        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn tags", 
19634        "Show running system information\n"
19635        "BGP information\n"
19636        "Address Family\n"
19637        "Display VPN NLRI specific information\n"
19638        "Display information for a route distinguisher\n"
19639        "VPN Route Distinguisher\n"
19640        "Display BGP tags for prefixes\n")
19641
19642 DEFSH (0, interface_no_ip_igmp_query_max_response_time_dsec_cmd_vtysh, 
19643        "no" " " "ip igmp query-max-response-time-dsec", 
19644        "Negate a command or set its defaults\n"
19645        "IP information\n"
19646        "Enable IGMP operation\n"
19647        "IGMP max query response value (deciseconds)\n")
19648
19649 DEFSH (0, no_ip_ospf_hello_interval_cmd_vtysh, 
19650        "no ip ospf hello-interval", 
19651        "Negate a command or set its defaults\n"
19652        "IP Information\n"
19653        "OSPF interface commands\n"
19654        "Time between HELLO packets\n")
19655
19656 DEFSH (0, neighbor_dont_capability_negotiate_cmd_vtysh, 
19657        "neighbor (A.B.C.D|X:X::X:X|WORD) " "dont-capability-negotiate", 
19658        "Specify neighbor router\n"
19659        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19660        "Do not perform capability negotiation\n")
19661
19662 DEFSH (0, no_ospf_dead_interval_cmd_vtysh, 
19663        "no ospf dead-interval", 
19664        "Negate a command or set its defaults\n"
19665        "OSPF interface commands\n"
19666        "Interval after which a neighbor is declared dead\n")
19667
19668 DEFSH (0, show_ip_lcommunity_list_cmd_vtysh, 
19669        "show ip large-community-list", 
19670        "Show running system information\n"
19671        "IP information\n"
19672        "List large-community list\n")
19673
19674 DEFSH (0, clear_ip_bgp_all_ipv4_soft_out_cmd_vtysh, 
19675        "clear ip bgp * ipv4 (unicast|multicast) soft out", 
19676        "Reset functions\n"
19677        "IP information\n"
19678        "BGP information\n"
19679        "Clear all peers\n"
19680        "Address family\n"
19681        "Address Family modifier\n"
19682        "Address Family modifier\n"
19683        "Soft reconfig inbound and outbound updates\n"
19684        "Resend all outbound updates\n")
19685
19686 DEFSH (0, show_isis_neighbor_arg_cmd_vtysh, 
19687        "show isis neighbor WORD", 
19688        "Show running system information\n"
19689        "ISIS network information\n"
19690        "ISIS neighbor adjacencies\n"
19691        "System id\n")
19692
19693 DEFSH (0, show_ip_bgp_community_all_cmd_vtysh, 
19694        "show ip bgp community", 
19695        "Show running system information\n"
19696        "IP information\n"
19697        "BGP information\n"
19698        "Display routes matching the communities\n")
19699
19700 DEFSH (0, no_ip_rip_split_horizon_cmd_vtysh, 
19701        "no ip rip split-horizon", 
19702        "Negate a command or set its defaults\n"
19703        "IP information\n"
19704        "Routing Information Protocol\n"
19705        "Perform split horizon\n")
19706
19707 DEFSH (0, ip_mroute_dist_cmd_vtysh, 
19708        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255>", 
19709        "IP information\n"
19710        "Configure static unicast route into MRIB for multicast RPF lookup\n"
19711        "IP destination prefix (e.g. 10.0.0.0/8)\n"
19712        "Nexthop address\n"
19713        "Nexthop interface name\n"
19714        "Distance\n")
19715
19716 DEFSH (0, clear_isis_neighbor_arg_cmd_vtysh, 
19717        "clear isis neighbor WORD", 
19718        "Reset functions\n"
19719        "ISIS network information\n"
19720        "ISIS neighbor adjacencies\n"
19721        "System id\n")
19722
19723 DEFSH (0, show_ip_rip_cmd_vtysh, 
19724        "show ip rip", 
19725        "Show running system information\n"
19726        "IP information\n"
19727        "Show RIP routes\n")
19728
19729 DEFSH (0, no_bgp_graceful_restart_cmd_vtysh, 
19730        "no bgp graceful-restart", 
19731        "Negate a command or set its defaults\n"
19732        "BGP specific commands\n"
19733        "Graceful restart capability parameters\n")
19734
19735 DEFSH (0, no_bgp_confederation_identifier_arg_cmd_vtysh, 
19736        "no bgp confederation identifier " "<1-4294967295>", 
19737        "Negate a command or set its defaults\n"
19738        "BGP specific commands\n"
19739        "AS confederation parameters\n"
19740        "AS number\n"
19741        "Set routing domain confederation AS\n")
19742
19743 DEFSH (0, show_ip_extcommunity_list_arg_cmd_vtysh, 
19744        "show ip extcommunity-list (<1-500>|WORD)", 
19745        "Show running system information\n"
19746        "IP information\n"
19747        "List extended-community list\n"
19748        "Extcommunity-list number\n"
19749        "Extcommunity-list name\n")
19750
19751 DEFSH (0, no_debug_zebra_packet_cmd_vtysh, 
19752        "no debug zebra packet", 
19753        "Negate a command or set its defaults\n"
19754        "Debugging functions (see also 'undebug')\n"
19755        "Zebra configuration\n"
19756        "Debug option set for zebra packet\n")
19757
19758 DEFSH (0, vty_restricted_mode_cmd_vtysh, 
19759        "anonymous restricted", 
19760        "Restrict view commands available in anonymous,  unauthenticated vty\n")
19761
19762 DEFSH (0, no_bgp_bestpath_med3_cmd_vtysh, 
19763        "no bgp bestpath med missing-as-worst confed", 
19764        "Negate a command or set its defaults\n"
19765        "BGP specific commands\n"
19766        "Change the default bestpath selection\n"
19767        "MED attribute\n"
19768        "Treat missing MED as the least preferred one\n"
19769        "Compare MED among confederation paths\n")
19770
19771 DEFSH (0, if_nhrp_holdtime_cmd_vtysh, 
19772  "(ip|ipv6)" " nhrp holdtime <1-65000>", 
19773  "IP information\n" "IPv6 information\n"
19774  "Next Hop Resolution Protocol functions\n"
19775  "Specify NBMA address validity time\n"
19776  "Time in seconds that NBMA addresses are advertised valid\n")
19777
19778 DEFSH (0, show_ip_igmp_groups_retransmissions_cmd_vtysh, 
19779        "show ip igmp groups retransmissions", 
19780        "Show running system information\n"
19781        "IP information\n"
19782        "IGMP information\n"
19783        "IGMP groups information\n"
19784        "IGMP group retransmissions\n")
19785
19786 DEFSH (0, ip_rip_authentication_string_cmd_vtysh, 
19787        "ip rip authentication string LINE", 
19788        "IP information\n"
19789        "Routing Information Protocol\n"
19790        "Authentication control\n"
19791        "Authentication string\n"
19792        "Authentication string\n")
19793
19794 DEFSH (0, no_debug_zebra_nht_cmd_vtysh, 
19795        "no debug zebra nht", 
19796        "Negate a command or set its defaults\n"
19797        "Debugging functions (see also 'undebug')\n"
19798        "Zebra configuration\n"
19799        "Debug option set for zebra next hop tracking\n")
19800
19801 DEFSH (0, neighbor_peer_group_cmd_vtysh, 
19802        "neighbor WORD peer-group", 
19803        "Specify neighbor router\n"
19804        "Neighbor tag\n"
19805        "Configure peer-group\n")
19806
19807 DEFSH (0, no_set_community_delete_val_cmd_vtysh, 
19808        "no set comm-list (<1-99>|<100-500>|WORD) delete", 
19809        "Negate a command or set its defaults\n"
19810        "Set values in destination routing protocol\n"
19811        "set BGP community list (for deletion)\n"
19812        "Community-list number (standard)\n"
19813        "Community-list number (expanded)\n"
19814        "Community-list name\n"
19815        "Delete matching communities\n")
19816
19817 DEFSH (0|0|0|0, show_ip_prefix_list_prefix_first_match_cmd_vtysh, 
19818        "show ip prefix-list WORD A.B.C.D/M first-match", 
19819        "Show running system information\n"
19820        "IP information\n"
19821        "Build a prefix list\n"
19822        "Name of a prefix list\n"
19823        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
19824        "First matched prefix\n")
19825
19826 DEFSH (0, ospf6_distance_source_cmd_vtysh, 
19827        "distance <1-255> X:X::X:X/M", 
19828        "Administrative distance\n"
19829        "Distance value\n"
19830        "IP source prefix\n")
19831
19832 DEFSH (0, show_ipv6_ospf6_database_type_id_cmd_vtysh, 
19833        "show ipv6 ospf6 database "
19834        "(router|network|inter-prefix|inter-router|as-external|"
19835        "group-membership|type-7|link|intra-prefix) A.B.C.D", 
19836        "Show running system information\n"
19837        "IPv6 information\n"
19838        "Open Shortest Path First (OSPF) for IPv6\n"
19839        "Display Link state database\n"
19840        "Display Router LSAs\n"
19841        "Display Network LSAs\n"
19842        "Display Inter-Area-Prefix LSAs\n"
19843        "Display Inter-Area-Router LSAs\n"
19844        "Display As-External LSAs\n"
19845        "Display Group-Membership LSAs\n"
19846        "Display Type-7 LSAs\n"
19847        "Display Link LSAs\n"
19848        "Display Intra-Area-Prefix LSAs\n"
19849        "Specify Link state ID as IPv4 address notation\n"
19850       )
19851
19852 DEFSH (0, show_bgp_ipv4_safi_rsclient_route_cmd_vtysh, 
19853        "show bgp ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
19854        "Show running system information\n"
19855        "BGP information\n"
19856        "Address family\n"
19857        "Address Family modifier\n"
19858        "Address Family modifier\n"
19859        "Information about Route Server Client\n"
19860        "Neighbor address\nIPv6 address\n"
19861        "Network in the BGP routing table to display\n")
19862
19863 DEFSH (0, show_ipv6_ospf6_database_type_id_self_originated_detail_cmd_vtysh, 
19864        "show ipv6 ospf6 database "
19865        "(router|network|inter-prefix|inter-router|as-external|"
19866        "group-membership|type-7|link|intra-prefix) A.B.C.D self-originated "
19867        "(detail|dump|internal)", 
19868        "Show running system information\n"
19869        "IPv6 information\n"
19870        "Open Shortest Path First (OSPF) for IPv6\n"
19871        "Display Link state database\n"
19872        "Display Router LSAs\n"
19873        "Display Network LSAs\n"
19874        "Display Inter-Area-Prefix LSAs\n"
19875        "Display Inter-Area-Router LSAs\n"
19876        "Display As-External LSAs\n"
19877        "Display Group-Membership LSAs\n"
19878        "Display Type-7 LSAs\n"
19879        "Display Link LSAs\n"
19880        "Display Intra-Area-Prefix LSAs\n"
19881        "Display Self-originated LSAs\n"
19882        "Search by Link state ID\n"
19883        "Specify Link state ID as IPv4 address notation\n"
19884        "Display details of LSAs\n"
19885        "Dump LSAs\n"
19886        "Display LSA's internal information\n"
19887       )
19888
19889 DEFSH (0, no_neighbor_attr_unchanged7_cmd_vtysh, 
19890        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop med as-path", 
19891        "Negate a command or set its defaults\n"
19892        "Specify neighbor router\n"
19893        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19894        "BGP attribute is propagated unchanged to this neighbor\n"
19895        "Nexthop attribute\n"
19896        "Med attribute\n"
19897        "As-path attribute\n")
19898
19899 DEFSH (0, set_originator_id_cmd_vtysh, 
19900        "set originator-id A.B.C.D", 
19901        "Set values in destination routing protocol\n"
19902        "BGP originator ID attribute\n"
19903        "IP address of originator\n")
19904
19905 DEFSH (0, set_ecommunity_rt_cmd_vtysh, 
19906        "set extcommunity rt .ASN:nn_or_IP-address:nn", 
19907        "Set values in destination routing protocol\n"
19908        "BGP extended community attribute\n"
19909        "Route Target extended community\n"
19910        "VPN extended community\n")
19911
19912 DEFSH (0, debug_isis_csum_cmd_vtysh, 
19913        "debug isis checksum-errors", 
19914        "Debugging functions (see also 'undebug')\n"
19915        "IS-IS information\n"
19916        "IS-IS LSP checksum errors\n")
19917
19918 DEFSH (0, no_neighbor_attr_unchanged1_cmd_vtysh, 
19919        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged (as-path|next-hop|med)", 
19920        "Negate a command or set its defaults\n"
19921        "Specify neighbor router\n"
19922        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19923        "BGP attribute is propagated unchanged to this neighbor\n"
19924        "As-path attribute\n"
19925        "Nexthop attribute\n"
19926        "Med attribute\n")
19927
19928 DEFSH (0, show_ip_bgp_view_cmd_vtysh, 
19929        "show ip bgp view WORD", 
19930        "Show running system information\n"
19931        "IP information\n"
19932        "BGP information\n"
19933        "BGP view\n"
19934        "View name\n")
19935
19936 DEFSH (0, ospf_area_vlink_md5_cmd_vtysh, 
19937        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
19938        "(message-digest-key|) <1-255> md5 KEY", 
19939        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
19940        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
19941
19942 DEFSH (0, no_ospf_neighbor_cmd_vtysh, 
19943        "no neighbor A.B.C.D", 
19944        "Negate a command or set its defaults\n"
19945        "Specify neighbor router\n"
19946        "Neighbor IP address\n")
19947
19948 DEFSH (0|0|0|0|0, no_match_ip_address_val_cmd_vtysh, 
19949        "no match ip address (<1-199>|<1300-2699>|WORD)", 
19950        "Negate a command or set its defaults\n"
19951        "Match values from routing table\n"
19952        "IP information\n"
19953        "Match address of route\n"
19954        "IP access-list number\n"
19955        "IP access-list number (expanded range)\n"
19956        "IP Access-list name\n")
19957
19958 DEFSH (0, no_ipv6_access_list_remark_arg_cmd_vtysh, 
19959        "no ipv6 access-list WORD remark .LINE", 
19960        "Negate a command or set its defaults\n"
19961        "IPv6 information\n"
19962        "Add an access list entry\n"
19963        "IPv6 zebra access-list\n"
19964        "Access list entry comment\n"
19965        "Comment up to 100 characters\n")
19966
19967 DEFSH (0, no_match_local_pref_cmd_vtysh, 
19968        "no match local-preference", 
19969        "Negate a command or set its defaults\n"
19970        "Match values from routing table\n"
19971        "Match local preference of route\n")
19972
19973 DEFSH (0, show_ipv6_bgp_community4_cmd_vtysh, 
19974        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
19975        "Show running system information\n"
19976        "IPv6 information\n"
19977        "BGP information\n"
19978        "Display routes matching the communities\n"
19979        "community number\n"
19980        "Do not send outside local AS (well-known community)\n"
19981        "Do not advertise to any peer (well-known community)\n"
19982        "Do not export to next AS (well-known community)\n"
19983        "community number\n"
19984        "Do not send outside local AS (well-known community)\n"
19985        "Do not advertise to any peer (well-known community)\n"
19986        "Do not export to next AS (well-known community)\n"
19987        "community number\n"
19988        "Do not send outside local AS (well-known community)\n"
19989        "Do not advertise to any peer (well-known community)\n"
19990        "Do not export to next AS (well-known community)\n"
19991        "community number\n"
19992        "Do not send outside local AS (well-known community)\n"
19993        "Do not advertise to any peer (well-known community)\n"
19994        "Do not export to next AS (well-known community)\n")
19995
19996 DEFSH (0, clear_ip_bgp_as_vpnv4_soft_cmd_vtysh, 
19997        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast soft", 
19998        "Reset functions\n"
19999        "IP information\n"
20000        "BGP information\n"
20001        "Clear peers with the AS number\n"
20002        "Address family\n"
20003        "Address Family Modifier\n"
20004        "Soft reconfig inbound and outbound updates\n")
20005
20006 DEFSH (0, no_set_originator_id_val_cmd_vtysh, 
20007        "no set originator-id A.B.C.D", 
20008        "Negate a command or set its defaults\n"
20009        "Set values in destination routing protocol\n"
20010        "BGP originator ID attribute\n"
20011        "IP address of originator\n")
20012
20013 DEFSH (0, no_ip_ospf_authentication_addr_cmd_vtysh, 
20014        "no ip ospf authentication A.B.C.D", 
20015        "Negate a command or set its defaults\n"
20016        "IP Information\n"
20017        "OSPF interface commands\n"
20018        "Enable authentication on this interface\n"
20019        "Address of interface")
20020
20021 DEFSH (0, debug_mroute_cmd_vtysh, 
20022        "debug mroute", 
20023        "Debugging functions (see also 'undebug')\n"
20024        "PIM interaction with kernel MFC cache\n")
20025
20026 DEFSH (0, show_interface_name_cmd_vtysh, 
20027        "show interface IFNAME", 
20028        "Show running system information\n"
20029        "Interface status and configuration\n"
20030        "Interface name\n")
20031
20032 DEFSH (0, show_bgp_ipv6_safi_rd_prefix_cmd_vtysh, 
20033        "show bgp ipv6 (encap|vpn) rd ASN:nn_or_IP-address:nn X:X::X:X/M", 
20034        "Show running system information\n"
20035        "BGP information\n"
20036        "Address Family\n"
20037        "Address Family Modifier\n"
20038        "Address Family Modifier\n"
20039        "Display information for a route distinguisher\n"
20040        "ENCAP Route Distinguisher\n"
20041        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
20042
20043 DEFSH (0, show_bgp_ipv6_encap_neighbor_routes_cmd_vtysh, 
20044        "show bgp ipv6 encap neighbors A.B.C.D routes", 
20045        "Show running system information\n"
20046        "BGP information\n"
20047        "Address Family\n"
20048        "Display ENCAP NLRI specific information\n"
20049        "Detailed information on TCP and BGP neighbor connections\n"
20050        "Neighbor to display information about\n"
20051        "Display routes learned from neighbor\n")
20052
20053 DEFSH (0|0|0|0|0|0, rmap_show_name_cmd_vtysh, 
20054        "show route-map [WORD]", 
20055        "Show running system information\n"
20056        "route-map information\n"
20057        "route-map name\n")
20058
20059 DEFSH (0, no_match_aspath_cmd_vtysh, 
20060        "no match as-path", 
20061        "Negate a command or set its defaults\n"
20062        "Match values from routing table\n"
20063        "Match BGP AS path list\n")
20064
20065 DEFSH (0, ip_lcommunity_list_name_standard2_cmd_vtysh, 
20066        "ip large-community-list standard WORD (deny|permit)", 
20067        "IP information\n"
20068        "Add a large community list entry\n"
20069        "Specify standard large-community-list\n"
20070        "Large Community list name\n"
20071        "Specify large community to reject\n"
20072        "Specify large community to accept\n")
20073
20074 DEFSH (0, ip_ospf_dead_interval_minimal_cmd_vtysh, 
20075        "ip ospf dead-interval minimal hello-multiplier <1-10>", 
20076        "IP Information\n"
20077        "OSPF interface commands\n"
20078        "Interval after which a neighbor is declared dead\n"
20079        "Minimal 1s dead-interval with fast sub-second hellos\n"
20080        "Hello multiplier factor\n"
20081        "Number of Hellos to send each second\n")
20082
20083 DEFSH (0|0|0|0, ipv6_prefix_list_ge_cmd_vtysh, 
20084        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128>", 
20085        "IPv6 information\n"
20086        "Build a prefix list\n"
20087        "Name of a prefix list\n"
20088        "Specify packets to reject\n"
20089        "Specify packets to forward\n"
20090        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
20091        "Minimum prefix length to be matched\n"
20092        "Minimum prefix length\n")
20093
20094 DEFSH (0|0|0|0, no_ip_prefix_list_seq_le_cmd_vtysh, 
20095        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32>", 
20096        "Negate a command or set its defaults\n"
20097        "IP information\n"
20098        "Build a prefix list\n"
20099        "Name of a prefix list\n"
20100        "sequence number of an entry\n"
20101        "Sequence number\n"
20102        "Specify packets to reject\n"
20103        "Specify packets to forward\n"
20104        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
20105        "Maximum prefix length to be matched\n"
20106        "Maximum prefix length\n")
20107
20108 DEFSH (0, neighbor_local_as_cmd_vtysh, 
20109        "neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>", 
20110        "Specify neighbor router\n"
20111        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20112        "Specify a local-as number\n"
20113        "AS number used as local AS\n")
20114
20115 DEFSH (0, bgp_bestpath_compare_router_id_cmd_vtysh, 
20116        "bgp bestpath compare-routerid", 
20117        "BGP specific commands\n"
20118        "Change the default bestpath selection\n"
20119        "Compare router-id for identical EBGP paths\n")
20120
20121 DEFSH (0, send_lifetime_month_day_day_month_cmd_vtysh, 
20122        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
20123        "Set send lifetime of the key\n"
20124        "Time to start\n"
20125        "Month of the year to start\n"
20126        "Day of th month to start\n"
20127        "Year to start\n"
20128        "Time to expire\n"
20129        "Day of th month to expire\n"
20130        "Month of the year to expire\n"
20131        "Year to expire\n")
20132
20133 DEFSH (0, show_ip_route_tag_cmd_vtysh, 
20134        "show ip route tag <1-4294967295>", 
20135        "Show running system information\n"
20136        "IP information\n"
20137        "IP routing table\n"
20138        "Show only routes with tag\n"
20139        "Tag value\n")
20140
20141 DEFSH (0, show_bgp_instance_ipv6_safi_rsclient_summary_cmd_vtysh, 
20142        "show bgp view WORD ipv6 (unicast|multicast) rsclient summary", 
20143        "Show running system information\n"
20144        "BGP information\n"
20145        "BGP view\n"
20146        "View name\n"
20147        "Address family\n"
20148        "Address Family modifier\n"
20149        "Address Family modifier\n"
20150        "Information about Route Server Clients\n"
20151        "Summary of all Route Server Clients\n")
20152
20153 DEFSH (0|0|0, ospf6_routemap_no_match_address_prefixlist_cmd_vtysh, 
20154        "no match ipv6 address prefix-list WORD", 
20155        "Negate a command or set its defaults\n"
20156        "Match values\n"
20157        "IPv6 information\n"
20158        "Match address of route\n"
20159        "Match entries of prefix-lists\n"
20160        "IPv6 prefix-list name\n")
20161
20162 DEFSH (0, no_neighbor_update_source_cmd_vtysh, 
20163        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "update-source", 
20164        "Negate a command or set its defaults\n"
20165        "Specify neighbor router\n"
20166        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20167        "Source of routing updates\n")
20168
20169 DEFSH (0, undebug_igmp_events_cmd_vtysh, 
20170        "undebug igmp events", 
20171        "Disable debugging functions (see also 'debug')\n"
20172        "IGMP protocol activity\n"
20173        "IGMP protocol events\n")
20174
20175 DEFSH (0, ospf6_redistribute_routemap_cmd_vtysh, 
20176        "redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)" " route-map WORD", 
20177        "Redistribute\n"
20178        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
20179        "Route map reference\n"
20180        "Route map name\n"
20181       )
20182
20183 DEFSH (0, no_neighbor_attr_unchanged2_cmd_vtysh, 
20184        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path (next-hop|med)", 
20185        "Negate a command or set its defaults\n"
20186        "Specify neighbor router\n"
20187        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20188        "BGP attribute is propagated unchanged to this neighbor\n"
20189        "As-path attribute\n"
20190        "Nexthop attribute\n"
20191        "Med attribute\n")
20192
20193 DEFSH (0, no_access_list_extended_mask_host_cmd_vtysh, 
20194        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D host A.B.C.D", 
20195        "Negate a command or set its defaults\n"
20196        "Add an access list entry\n"
20197        "IP extended access list\n"
20198        "IP extended access list (expanded range)\n"
20199        "Specify packets to reject\n"
20200        "Specify packets to forward\n"
20201        "Any Internet Protocol\n"
20202        "Source address\n"
20203        "Source wildcard bits\n"
20204        "A single destination host\n"
20205        "Destination address\n")
20206
20207 DEFSH (0, show_ipv6_ospf6_database_detail_cmd_vtysh, 
20208        "show ipv6 ospf6 database (detail|dump|internal)", 
20209        "Show running system information\n"
20210        "IPv6 information\n"
20211        "Open Shortest Path First (OSPF) for IPv6\n"
20212        "Display Link state database\n"
20213        "Display details of LSAs\n"
20214        "Dump LSAs\n"
20215        "Display LSA's internal information\n"
20216       )
20217
20218 DEFSH (0, show_isis_summary_cmd_vtysh, 
20219        "show isis summary", 
20220        "Show running system information\n" "IS-IS information\n" "IS-IS summary\n")
20221
20222 DEFSH (0, show_ip_bgp_ipv4_neighbor_prefix_counts_cmd_vtysh, 
20223        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) prefix-counts", 
20224        "Show running system information\n"
20225        "IP information\n"
20226        "BGP information\n"
20227        "Address family\n"
20228        "Address Family modifier\n"
20229        "Address Family modifier\n"
20230        "Detailed information on TCP and BGP neighbor connections\n"
20231        "Neighbor to display information about\n"
20232        "Neighbor to display information about\n"
20233        "Display detailed prefix count information\n")
20234
20235 DEFSH (0, show_interface_name_vrf_cmd_vtysh, 
20236        "show interface IFNAME " "vrf <0-65535>", 
20237        "Show running system information\n"
20238        "Interface status and configuration\n"
20239        "Interface name\n"
20240        "Specify the VRF\nThe VRF ID\n")
20241
20242 DEFSH (0, no_auto_summary_cmd_vtysh, 
20243        "no auto-summary", 
20244        "Negate a command or set its defaults\n"
20245        "Enable automatic network number summarization\n")
20246
20247 DEFSH (0, show_database_detail_arg_cmd_vtysh, 
20248        "show isis database detail WORD", 
20249        "Show running system information\n"
20250        "IS-IS information\n"
20251        "IS-IS link state database\n"
20252        "Detailed information\n"
20253        "LSP ID\n")
20254
20255 DEFSH (0, show_bgp_ipv4_safi_damp_flap_cidr_only_cmd_vtysh, 
20256        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics cidr-only", 
20257        "Show running system information\n"
20258        "BGP information\n"
20259        "Address Family\n"
20260        "Address Family Modifier\n"
20261        "Address Family Modifier\n"
20262        "Address Family Modifier\n"
20263        "Address Family Modifier\n"
20264        "Display detailed information about dampening\n"
20265        "Display flap statistics of routes\n"
20266        "Display only routes with non-natural netmasks\n")
20267
20268 DEFSH (0, neighbor_allowas_in_arg_cmd_vtysh, 
20269        "neighbor (A.B.C.D|X:X::X:X|WORD) " "allowas-in <1-10>", 
20270        "Specify neighbor router\n"
20271        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20272        "Accept as-path with my AS present in it\n"
20273        "Number of occurrences of AS number\n")
20274
20275 DEFSH (0, show_bgp_view_ipv6_neighbor_routes_cmd_vtysh, 
20276        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) routes", 
20277        "Show running system information\n"
20278        "BGP information\n"
20279        "BGP view\n"
20280        "View name\n"
20281        "Address family\n"
20282        "Detailed information on TCP and BGP neighbor connections\n"
20283        "Neighbor to display information about\n"
20284        "Neighbor to display information about\n"
20285        "Display routes learned from neighbor\n")
20286
20287 DEFSH (0|0|0|0, show_ipv6_prefix_list_prefix_cmd_vtysh, 
20288        "show ipv6 prefix-list WORD X:X::X:X/M", 
20289        "Show running system information\n"
20290        "IPv6 information\n"
20291        "Build a prefix list\n"
20292        "Name of a prefix list\n"
20293        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
20294
20295 DEFSH (0, no_debug_bgp_zebra_cmd_vtysh, 
20296        "no debug bgp zebra", 
20297        "Negate a command or set its defaults\n"
20298        "Debugging functions (see also 'undebug')\n"
20299        "BGP information\n"
20300        "BGP Zebra messages\n")
20301
20302 DEFSH (0, ospf_cost_u32_inet4_cmd_vtysh, 
20303        "ospf cost <1-65535> A.B.C.D", 
20304        "OSPF interface commands\n"
20305        "Interface cost\n"
20306        "Cost\n"
20307        "Address of interface")
20308
20309 DEFSH (0, ipv6_access_list_any_cmd_vtysh, 
20310        "ipv6 access-list WORD (deny|permit) any", 
20311        "IPv6 information\n"
20312        "Add an access list entry\n"
20313        "IPv6 zebra access-list\n"
20314        "Specify packets to reject\n"
20315        "Specify packets to forward\n"
20316        "Any prefixi to match\n")
20317
20318 DEFSH (0, neighbor_ebgp_multihop_ttl_cmd_vtysh, 
20319        "neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop <1-255>", 
20320        "Specify neighbor router\n"
20321        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20322        "Allow EBGP neighbors not on directly connected networks\n"
20323        "maximum hop count\n")
20324
20325 DEFSH (0, show_ip_bgp_community_cmd_vtysh, 
20326        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export)", 
20327        "Show running system information\n"
20328        "IP information\n"
20329        "BGP information\n"
20330        "Display routes matching the communities\n"
20331        "community number\n"
20332        "Do not send outside local AS (well-known community)\n"
20333        "Do not advertise to any peer (well-known community)\n"
20334        "Do not export to next AS (well-known community)\n")
20335
20336 DEFSH (0, ip_ospf_authentication_key_cmd_vtysh, 
20337        "ip ospf authentication-key AUTH_KEY", 
20338        "IP Information\n"
20339        "OSPF interface commands\n"
20340        "Authentication password (key)\n"
20341        "The OSPF password (key)")
20342
20343 DEFSH (0, show_bgp_ipv4_safi_community3_exact_cmd_vtysh, 
20344        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
20345        "Show running system information\n"
20346        "BGP information\n"
20347        "Address family\n"
20348        "Address Family modifier\n"
20349        "Address Family modifier\n"
20350        "Display routes matching the communities\n"
20351        "community number\n"
20352        "Do not send outside local AS (well-known community)\n"
20353        "Do not advertise to any peer (well-known community)\n"
20354        "Do not export to next AS (well-known community)\n"
20355        "community number\n"
20356        "Do not send outside local AS (well-known community)\n"
20357        "Do not advertise to any peer (well-known community)\n"
20358        "Do not export to next AS (well-known community)\n"
20359        "community number\n"
20360        "Do not send outside local AS (well-known community)\n"
20361        "Do not advertise to any peer (well-known community)\n"
20362        "Do not export to next AS (well-known community)\n"
20363        "Exact match of the communities")
20364
20365 DEFSH (0, show_ipv6_route_summary_prefix_vrf_cmd_vtysh, 
20366        "show ipv6 route summary prefix " "vrf <0-65535>", 
20367        "Show running system information\n"
20368        "IP information\n"
20369        "IPv6 routing table\n"
20370        "Summary of all IPv6 routes\n"
20371        "Prefix routes\n"
20372        "Specify the VRF\nThe VRF ID\n")
20373
20374 DEFSH (0, clear_ip_bgp_instance_all_ipv4_soft_in_cmd_vtysh, 
20375        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft in", 
20376        "Reset functions\n"
20377        "IP information\n"
20378        "BGP information\n"
20379        "BGP view\n"
20380        "view name\n"
20381        "Clear all peers\n"
20382        "Address family\n"
20383        "Address Family modifier\n"
20384        "Address Family modifier\n"
20385        "Soft reconfig inbound and outbound updates\n"
20386        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
20387
20388 DEFSH (0, ip_route_flags_tag_cmd_vtysh, 
20389        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
20390        "IP information\n"
20391        "Establish static routes\n"
20392        "IP destination prefix (e.g. 10.0.0.0/8)\n"
20393        "IP gateway address\n"
20394        "IP gateway interface name\n"
20395        "Emit an ICMP unreachable when matched\n"
20396        "Silently discard pkts when matched\n"
20397        "Set tag for this route\n"
20398        "Tag value\n")
20399
20400 DEFSH (0, no_ipv6_route_ifname_pref_tag_cmd_vtysh, 
20401        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>", 
20402        "Negate a command or set its defaults\n"
20403        "IP information\n"
20404        "Establish static routes\n"
20405        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
20406        "IPv6 gateway address\n"
20407        "IPv6 gateway interface name\n"
20408        "Set tag for this route\n"
20409        "Tag value\n"
20410        "Distance value for this prefix\n")
20411
20412 DEFSH (0, bgp_bestpath_aspath_ignore_cmd_vtysh, 
20413        "bgp bestpath as-path ignore", 
20414        "BGP specific commands\n"
20415        "Change the default bestpath selection\n"
20416        "AS-path attribute\n"
20417        "Ignore as-path length in selecting a route\n")
20418
20419 DEFSH (0, debug_isis_lsp_sched_cmd_vtysh, 
20420        "debug isis lsp-sched", 
20421        "Debugging functions (see also 'undebug')\n"
20422        "IS-IS information\n"
20423        "IS-IS scheduling of LSP generation\n")
20424
20425 DEFSH (0, show_ipv6_bgp_community2_cmd_vtysh, 
20426        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
20427        "Show running system information\n"
20428        "IPv6 information\n"
20429        "BGP information\n"
20430        "Display routes matching the communities\n"
20431        "community number\n"
20432        "Do not send outside local AS (well-known community)\n"
20433        "Do not advertise to any peer (well-known community)\n"
20434        "Do not export to next AS (well-known community)\n"
20435        "community number\n"
20436        "Do not send outside local AS (well-known community)\n"
20437        "Do not advertise to any peer (well-known community)\n"
20438        "Do not export to next AS (well-known community)\n")
20439
20440 DEFSH (0, config_table_cmd_vtysh, 
20441        "table TABLENO", 
20442        "Configure target kernel routing table\n"
20443        "TABLE integer\n")
20444
20445 DEFSH (0, max_lsp_lifetime_l2_cmd_vtysh, 
20446        "max-lsp-lifetime level-2 <350-65535>", 
20447        "Maximum LSP lifetime for Level 2 only\n"
20448        "LSP lifetime for Level 2 only in seconds\n")
20449
20450 DEFSH (0, show_ip_bgp_instance_ipv4_summary_cmd_vtysh, 
20451        "show ip bgp view WORD ipv4 (unicast|multicast) summary", 
20452        "Show running system information\n"
20453        "IP information\n"
20454        "BGP information\n"
20455        "BGP view\n"
20456        "View name\n"
20457        "Address family\n"
20458        "Address Family modifier\n"
20459        "Address Family modifier\n"
20460        "Summary of BGP neighbor status\n")
20461
20462 DEFSH (0, no_isis_hello_multiplier_l2_arg_cmd_vtysh, 
20463        "no isis hello-multiplier <2-100> level-2", 
20464        "Negate a command or set its defaults\n"
20465        "IS-IS commands\n"
20466        "Set multiplier for Hello holding time\n"
20467        "Hello multiplier value\n"
20468        "Specify hello multiplier for level-2 IIHs\n")
20469
20470 DEFSH (0, bgp_enforce_first_as_cmd_vtysh, 
20471        "bgp enforce-first-as", 
20472        "BGP information\n"
20473        "Enforce the first AS for EBGP routes\n")
20474
20475 DEFSH (0, no_ipv6_route_ifname_pref_cmd_vtysh, 
20476        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255>", 
20477        "Negate a command or set its defaults\n"
20478        "IP information\n"
20479        "Establish static routes\n"
20480        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
20481        "IPv6 gateway address\n"
20482        "IPv6 gateway interface name\n"
20483        "Distance value for this prefix\n")
20484
20485 DEFSH (0, show_bgp_ipv4_community4_exact_cmd_vtysh, 
20486        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
20487        "Show running system information\n"
20488        "BGP information\n"
20489        "IP information\n"
20490        "Display routes matching the communities\n"
20491        "community number\n"
20492        "Do not send outside local AS (well-known community)\n"
20493        "Do not advertise to any peer (well-known community)\n"
20494        "Do not export to next AS (well-known community)\n"
20495        "community number\n"
20496        "Do not send outside local AS (well-known community)\n"
20497        "Do not advertise to any peer (well-known community)\n"
20498        "Do not export to next AS (well-known community)\n"
20499        "community number\n"
20500        "Do not send outside local AS (well-known community)\n"
20501        "Do not advertise to any peer (well-known community)\n"
20502        "Do not export to next AS (well-known community)\n"
20503        "community number\n"
20504        "Do not send outside local AS (well-known community)\n"
20505        "Do not advertise to any peer (well-known community)\n"
20506        "Do not export to next AS (well-known community)\n"
20507        "Exact match of the communities")
20508
20509 DEFSH (0, show_bgp_ipv6_safi_community_cmd_vtysh, 
20510        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export)", 
20511        "Show running system information\n"
20512        "BGP information\n"
20513        "Address family\n"
20514        "Address family modifier\n"
20515        "Address family modifier\n"
20516        "Address family modifier\n"
20517        "Address family modifier\n"
20518        "Display routes matching the communities\n"
20519        "community number\n"
20520        "Do not send outside local AS (well-known community)\n"
20521        "Do not advertise to any peer (well-known community)\n"
20522        "Do not export to next AS (well-known community)\n")
20523
20524 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_ge_cmd_vtysh, 
20525        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128>", 
20526        "Negate a command or set its defaults\n"
20527        "IPv6 information\n"
20528        "Build a prefix list\n"
20529        "Name of a prefix list\n"
20530        "sequence number of an entry\n"
20531        "Sequence number\n"
20532        "Specify packets to reject\n"
20533        "Specify packets to forward\n"
20534        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
20535        "Minimum prefix length to be matched\n"
20536        "Minimum prefix length\n")
20537
20538 DEFSH (0, ip_multicast_routing_cmd_vtysh, 
20539        "ip multicast-routing", 
20540        "IP information\n"
20541        "Enable IP multicast forwarding\n")
20542
20543 DEFSH (0, show_bgp_ipv6_encap_neighbor_advertised_routes_cmd_vtysh, 
20544        "show bgp ipv6 encap neighbors A.B.C.D advertised-routes", 
20545        "Show running system information\n"
20546        "BGP information\n"
20547        "Address Family\n"
20548        "Display ENCAP NLRI specific information\n"
20549        "Detailed information on TCP and BGP neighbor connections\n"
20550        "Neighbor to display information about\n"
20551        "Display the routes advertised to a BGP neighbor\n")
20552
20553 DEFSH (0, no_ospf_passive_interface_cmd_vtysh, 
20554        "no passive-interface IFNAME", 
20555        "Negate a command or set its defaults\n"
20556        "Allow routing updates on an interface\n"
20557        "Interface's name\n")
20558
20559 DEFSH (0, no_bgp_network_mask_natural_cmd_vtysh, 
20560        "no network A.B.C.D", 
20561        "Negate a command or set its defaults\n"
20562        "Specify a network to announce via BGP\n"
20563        "Network number\n")
20564
20565 DEFSH (0, ospf_priority_cmd_vtysh, 
20566        "ospf priority <0-255>", 
20567        "OSPF interface commands\n"
20568        "Router priority\n"
20569        "Priority\n")
20570
20571 DEFSH (0, neighbor_activate_cmd_vtysh, 
20572        "neighbor (A.B.C.D|X:X::X:X|WORD) " "activate", 
20573        "Specify neighbor router\n"
20574        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20575        "Enable the Address Family for this Neighbor\n")
20576
20577 DEFSH (0, isis_metric_cmd_vtysh, 
20578        "isis metric <0-16777215>", 
20579        "IS-IS commands\n"
20580        "Set default metric for circuit\n"
20581        "Default metric value\n")
20582
20583 DEFSH (0, no_ipv6_ripng_split_horizon_cmd_vtysh, 
20584        "no ipv6 ripng split-horizon", 
20585        "Negate a command or set its defaults\n"
20586        "IPv6 information\n"
20587        "Routing Information Protocol\n"
20588        "Perform split horizon\n")
20589
20590 DEFSH (0, ospf6_redistribute_cmd_vtysh, 
20591        "redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)", 
20592        "Redistribute\n"
20593        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
20594       )
20595
20596 DEFSH (0|0|0|0|0|0, no_rmap_call_cmd_vtysh, 
20597        "no call", 
20598        "Negate a command or set its defaults\n"
20599        "Jump to another Route-Map after match+set\n")
20600
20601 DEFSH (0, no_isis_hello_interval_l2_cmd_vtysh, 
20602        "no isis hello-interval level-2", 
20603        "Negate a command or set its defaults\n"
20604        "IS-IS commands\n"
20605        "Set Hello interval\n"
20606        "Specify hello-interval for level-2 IIHs\n")
20607
20608 DEFSH (0, no_set_originator_id_cmd_vtysh, 
20609        "no set originator-id", 
20610        "Negate a command or set its defaults\n"
20611        "Set values in destination routing protocol\n"
20612        "BGP originator ID attribute\n")
20613
20614 DEFSH (0, show_ipv6_ospf6_database_id_router_cmd_vtysh, 
20615        "show ipv6 ospf6 database * A.B.C.D A.B.C.D", 
20616        "Show running system information\n"
20617        "IPv6 information\n"
20618        "Open Shortest Path First (OSPF) for IPv6\n"
20619        "Display Link state database\n"
20620        "Any Link state Type\n"
20621        "Specify Link state ID as IPv4 address notation\n"
20622        "Specify Advertising Router as IPv4 address notation\n"
20623       )
20624
20625 DEFSH (0, no_neighbor_override_capability_cmd_vtysh, 
20626        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "override-capability", 
20627        "Negate a command or set its defaults\n"
20628        "Specify neighbor router\n"
20629        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20630        "Override capability negotiation result\n")
20631
20632 DEFSH (0, show_ip_bgp_vpnv4_all_prefix_cmd_vtysh, 
20633        "show ip bgp vpnv4 all A.B.C.D/M", 
20634        "Show running system information\n"
20635        "IP information\n"
20636        "BGP information\n"
20637        "Display VPNv4 NLRI specific information\n"
20638        "Display information about all VPNv4 NLRIs\n"
20639        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
20640
20641 DEFSH (0, no_ospf_network_cmd_vtysh, 
20642        "no ospf network", 
20643        "Negate a command or set its defaults\n"
20644        "OSPF interface commands\n"
20645        "Network type\n")
20646
20647 DEFSH (0|0|0|0, ipv6_prefix_list_sequence_number_cmd_vtysh, 
20648        "ipv6 prefix-list sequence-number", 
20649        "IPv6 information\n"
20650        "Build a prefix list\n"
20651        "Include/exclude sequence numbers in NVGEN\n")
20652
20653 DEFSH (0, ipv6_bgp_distance_source_cmd_vtysh, 
20654        "distance <1-255> X:X::X:X/M", 
20655        "Define an administrative distance\n"
20656        "Administrative distance\n"
20657        "IP source prefix\n")
20658
20659 DEFSH (0, if_no_nhrp_map_cmd_vtysh, 
20660  "no " "(ip|ipv6)" " nhrp map (A.B.C.D|X:X::X:X)", 
20661  "Negate a command or set its defaults\n"
20662  "IP information\n" "IPv6 information\n"
20663  "Next Hop Resolution Protocol functions\n"
20664  "Nexthop Server configuration\n"
20665  "IPv4 protocol address\n"
20666  "IPv6 protocol address\n")
20667
20668 DEFSH (0, show_ip_bgp_ipv4_route_map_cmd_vtysh, 
20669        "show ip bgp ipv4 (unicast|multicast) route-map WORD", 
20670        "Show running system information\n"
20671        "IP information\n"
20672        "BGP information\n"
20673        "Address family\n"
20674        "Address Family modifier\n"
20675        "Address Family modifier\n"
20676        "Display routes matching the route-map\n"
20677        "A route-map to match on\n")
20678
20679 DEFSH (0, show_ipv6_mbgp_lcommunity2_cmd_vtysh, 
20680        "show ipv6 mbgp large-community (AA:BB:CC) (AA:BB:CC)", 
20681        "Show running system information\n"
20682        "IPv6 information\n"
20683        "MBGP information\n"
20684        "Display routes matching the large-communities\n"
20685        "large-community number\n"
20686        "large-community number\n")
20687
20688 DEFSH (0, neighbor_interface_cmd_vtysh, 
20689        "neighbor (A.B.C.D|X:X::X:X) " "interface WORD", 
20690        "Specify neighbor router\n"
20691        "Neighbor address\nIPv6 address\n"
20692        "Interface\n"
20693        "Interface name\n")
20694
20695 DEFSH (0, no_debug_bgp_update_cmd_vtysh, 
20696        "no debug bgp updates", 
20697        "Negate a command or set its defaults\n"
20698        "Debugging functions (see also 'undebug')\n"
20699        "BGP information\n"
20700        "BGP updates\n")
20701
20702 DEFSH (0, bgp_network_backdoor_cmd_vtysh, 
20703        "network A.B.C.D/M backdoor", 
20704        "Specify a network to announce via BGP\n"
20705        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
20706        "Specify a BGP backdoor route\n")
20707
20708 DEFSH (0, no_isis_metric_l1_cmd_vtysh, 
20709        "no isis metric level-1", 
20710        "Negate a command or set its defaults\n"
20711        "IS-IS commands\n"
20712        "Set default metric for circuit\n"
20713        "Specify metric for level-1 routing\n")
20714
20715 DEFSH (0, no_ip_lcommunity_list_name_expanded_cmd_vtysh, 
20716        "no ip large-community-list expanded WORD (deny|permit) .LINE", 
20717        "Negate a command or set its defaults\n"
20718        "IP information\n"
20719        "Add a large community list entry\n"
20720        "Specify expanded large-community-list\n"
20721        "Large community list name\n"
20722        "Specify large community to reject\n"
20723        "Specify large community to accept\n"
20724        "An ordered list as a regular-expression\n")
20725
20726 DEFSH (0, ipv6_ospf6_hellointerval_cmd_vtysh, 
20727        "ipv6 ospf6 hello-interval <1-65535>", 
20728        "IPv6 Information\n"
20729        "Open Shortest Path First (OSPF) for IPv6\n"
20730        "Interval time of Hello packets\n"
20731        "<1-65535> Seconds\n"
20732        )
20733
20734 DEFSH (0, show_bgp_ipv4_safi_prefix_list_cmd_vtysh, 
20735        "show bgp ipv4 (encap|multicast|unicast|vpn) prefix-list WORD", 
20736        "Show running system information\n"
20737        "BGP information\n"
20738        "Address family\n"
20739        "Address Family modifier\n"
20740        "Address Family modifier\n"
20741        "Address Family modifier\n"
20742        "Address Family modifier\n"
20743        "Display routes conforming to the prefix-list\n"
20744        "IP prefix-list name\n")
20745
20746 DEFSH (0, show_bgp_ipv4_vpn_neighbor_advertised_routes_cmd_vtysh, 
20747        "show bgp ipv4 vpn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
20748        "Show running system information\n"
20749        "BGP information\n"
20750        "Address Family\n"
20751        "Display VPN NLRI specific information\n"
20752        "Detailed information on TCP and BGP neighbor connections\n"
20753        "Neighbor to display information about\n"
20754        "Display the routes advertised to a BGP neighbor\n")
20755
20756 DEFSH (0, show_ipv6_route_prefix_longer_vrf_cmd_vtysh, 
20757        "show ipv6 route X:X::X:X/M longer-prefixes " "vrf <0-65535>", 
20758        "Show running system information\n"
20759        "IP information\n"
20760        "IPv6 routing table\n"
20761        "IPv6 prefix\n"
20762        "Show route matching the specified Network/Mask pair only\n"
20763        "Specify the VRF\nThe VRF ID\n")
20764
20765 DEFSH (0|0|0|0|0|0, rmap_continue_cmd_vtysh, 
20766        "continue", 
20767        "Continue on a different entry within the route-map\n")
20768
20769 DEFSH (0, no_lsp_refresh_interval_l1_arg_cmd_vtysh, 
20770        "no lsp-refresh-interval level-1 <1-65235>", 
20771        "Negate a command or set its defaults\n"
20772        "LSP refresh interval for Level 1 only\n"
20773        "LSP refresh interval for Level 1 only in seconds\n")
20774
20775 DEFSH (0, no_ospf6_interface_area_cmd_vtysh, 
20776        "no interface IFNAME area A.B.C.D", 
20777        "Negate a command or set its defaults\n"
20778        "Disable routing on an IPv6 interface\n"
20779        "Interface name(e.g. ep0)\n"
20780        "Specify the OSPF6 area ID\n"
20781        "OSPF6 area ID in IPv4 address notation\n"
20782        )
20783
20784 DEFSH (0, show_ip_extcommunity_list_cmd_vtysh, 
20785        "show ip extcommunity-list", 
20786        "Show running system information\n"
20787        "IP information\n"
20788        "List extended-community list\n")
20789
20790 DEFSH (0, no_ipv6_nd_ra_interval_val_cmd_vtysh, 
20791        "no ipv6 nd ra-interval <1-1800>", 
20792        "Negate a command or set its defaults\n"
20793        "Interface IPv6 config commands\n"
20794        "Neighbor discovery\n"
20795        "Router Advertisement interval\n")
20796
20797 DEFSH (0, router_id_vrf_cmd_vtysh, 
20798        "router-id A.B.C.D " "vrf <0-65535>", 
20799        "Manually set the router-id\n"
20800        "IP address to use for router-id\n"
20801        "Specify the VRF\nThe VRF ID\n")
20802
20803 DEFSH (0, no_set_lcommunity_delete_val_cmd_vtysh, 
20804        "no set large-comm-list (<1-99>|<100-500>|WORD) delete", 
20805        "Negate a command or set its defaults\n"
20806        "Set values in destination routing protocol\n"
20807        "set BGP large community list (for deletion)\n"
20808        "Large Community-list number (standard)\n"
20809        "Large Communitly-list number (expanded)\n"
20810        "Large Community-list name\n"
20811        "Delete matching large communities\n")
20812
20813 DEFSH (0, show_bgp_statistics_view_cmd_vtysh, 
20814        "show bgp view WORD (ipv4|ipv6) (encap|multicast|unicast|vpn) statistics", 
20815        "Show running system information\n"
20816        "BGP information\n"
20817        "BGP view\n"
20818        "Address family\n"
20819        "Address family\n"
20820        "Address Family modifier\n"
20821        "Address Family modifier\n"
20822        "Address Family modifier\n"
20823        "Address Family modifier\n"
20824        "BGP RIB advertisement statistics\n")
20825
20826 DEFSH (0, debug_bgp_filter_cmd_vtysh, 
20827        "debug bgp filters", 
20828        "Debugging functions (see also 'undebug')\n"
20829        "BGP information\n"
20830        "BGP filters\n")
20831
20832 DEFSH (0, ripng_aggregate_address_cmd_vtysh, 
20833        "aggregate-address X:X::X:X/M", 
20834        "Set aggregate RIPng route announcement\n"
20835        "Aggregate network\n")
20836
20837 DEFSH (0, no_ospf_max_metric_router_lsa_startup_cmd_vtysh, 
20838        "no max-metric router-lsa on-startup", 
20839        "Negate a command or set its defaults\n"
20840        "OSPF maximum / infinite-distance metric\n"
20841        "Advertise own Router-LSA with infinite distance (stub router)\n"
20842        "Automatically advertise stub Router-LSA on startup of OSPF\n")
20843
20844 DEFSH (0, show_ipv6_access_list_name_cmd_vtysh, 
20845        "show ipv6 access-list WORD", 
20846        "Show running system information\n"
20847        "IPv6 information\n"
20848        "List IPv6 access lists\n"
20849        "IPv6 zebra access-list\n")
20850
20851 DEFSH (0, ospf6_distance_ospf6_inter_external_cmd_vtysh, 
20852        "distance ospf6 inter-area <1-255> external <1-255>", 
20853        "Define an administrative distance\n"
20854        "OSPF6 Administrative distance\n"
20855        "Inter-area routes\n"
20856        "Distance for inter-area routes\n"
20857        "External routes\n"
20858        "Distance for external routes\n")
20859
20860 DEFSH (0, show_bgp_view_rsclient_cmd_vtysh, 
20861        "show bgp view WORD rsclient (A.B.C.D|X:X::X:X)", 
20862        "Show running system information\n"
20863        "BGP information\n"
20864        "BGP view\n"
20865        "View name\n"
20866        "Information about Route Server Client\n"
20867        "Neighbor address\nIPv6 address\n")
20868
20869 DEFSH (0, clear_bgp_as_soft_cmd_vtysh, 
20870        "clear bgp " "<1-4294967295>" " soft", 
20871        "Reset functions\n"
20872        "BGP information\n"
20873        "Clear peers with the AS number\n"
20874        "Soft reconfig inbound and outbound updates\n")
20875
20876 DEFSH (0|0|0|0, show_ip_prefix_list_name_seq_cmd_vtysh, 
20877        "show ip prefix-list WORD seq <1-4294967295>", 
20878        "Show running system information\n"
20879        "IP information\n"
20880        "Build a prefix list\n"
20881        "Name of a prefix list\n"
20882        "sequence number of an entry\n"
20883        "Sequence number\n")
20884
20885 DEFSH (0, show_ipv6_ospf6_database_type_router_detail_cmd_vtysh, 
20886        "show ipv6 ospf6 database "
20887        "(router|network|inter-prefix|inter-router|as-external|"
20888        "group-membership|type-7|link|intra-prefix) * A.B.C.D "
20889        "(detail|dump|internal)", 
20890        "Show running system information\n"
20891        "IPv6 information\n"
20892        "Open Shortest Path First (OSPF) for IPv6\n"
20893        "Display Link state database\n"
20894        "Display Router LSAs\n"
20895        "Display Network LSAs\n"
20896        "Display Inter-Area-Prefix LSAs\n"
20897        "Display Inter-Area-Router LSAs\n"
20898        "Display As-External LSAs\n"
20899        "Display Group-Membership LSAs\n"
20900        "Display Type-7 LSAs\n"
20901        "Display Link LSAs\n"
20902        "Display Intra-Area-Prefix LSAs\n"
20903        "Any Link state ID\n"
20904        "Specify Advertising Router as IPv4 address notation\n"
20905        "Display details of LSAs\n"
20906        "Dump LSAs\n"
20907        "Display LSA's internal information\n"
20908       )
20909
20910 DEFSH (0, no_debug_ospf6_route_cmd_vtysh, 
20911        "no debug ospf6 route (table|intra-area|inter-area|memory)", 
20912        "Negate a command or set its defaults\n"
20913        "Debugging functions (see also 'undebug')\n"
20914        "Open Shortest Path First (OSPF) for IPv6\n"
20915        "Debug route table calculation\n"
20916        "Debug intra-area route calculation\n"
20917        "Debug route memory use\n")
20918
20919 DEFSH (0, ip_irdp_minadvertinterval_cmd_vtysh, 
20920        "ip irdp minadvertinterval <3-1800>", 
20921        "IP information\n"
20922        "ICMP Router discovery on this interface\n"
20923        "Set minimum time between advertisement\n"
20924        "Minimum advertisement interval in seconds\n")
20925
20926 DEFSH (0, ospf_area_vlink_cmd_vtysh, 
20927        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D", 
20928        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n")
20929
20930 DEFSH (0, psnp_interval_l2_cmd_vtysh, 
20931        "isis psnp-interval <1-120> level-2", 
20932        "IS-IS commands\n"
20933        "Set PSNP interval in seconds\n"
20934        "PSNP interval value\n"
20935        "Specify interval for level-2 PSNPs\n")
20936
20937 DEFSH (0, clear_ip_bgp_all_vpnv4_soft_out_cmd_vtysh, 
20938        "clear ip bgp * vpnv4 unicast soft out", 
20939        "Reset functions\n"
20940        "IP information\n"
20941        "BGP information\n"
20942        "Clear all peers\n"
20943        "Address family\n"
20944        "Address Family Modifier\n"
20945        "Soft reconfig inbound and outbound updates\n"
20946        "Resend all outbound updates\n")
20947
20948 DEFSH (0, undebug_pim_zebra_cmd_vtysh, 
20949        "undebug pim zebra", 
20950        "Disable debugging functions (see also 'debug')\n"
20951        "PIM protocol activity\n"
20952        "ZEBRA protocol activity\n")
20953
20954 DEFSH (0, ip_route_flags_distance2_cmd_vtysh, 
20955        "ip route A.B.C.D/M (reject|blackhole) <1-255>", 
20956        "IP information\n"
20957        "Establish static routes\n"
20958        "IP destination prefix (e.g. 10.0.0.0/8)\n"
20959        "Emit an ICMP unreachable when matched\n"
20960        "Silently discard pkts when matched\n"
20961        "Distance value for this route\n")
20962
20963 DEFSH (0, no_neighbor_route_reflector_client_cmd_vtysh, 
20964        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "route-reflector-client", 
20965        "Negate a command or set its defaults\n"
20966        "Specify neighbor router\n"
20967        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20968        "Configure a neighbor as Route Reflector client\n")
20969
20970 DEFSH (0|0|0|0, clear_ipv6_prefix_list_cmd_vtysh, 
20971        "clear ipv6 prefix-list", 
20972        "Reset functions\n"
20973        "IPv6 information\n"
20974        "Build a prefix list\n")
20975
20976 DEFSH (0, show_ip_ssmpingd_cmd_vtysh, 
20977        "show ip ssmpingd", 
20978        "Show running system information\n"
20979        "IP information\n"
20980        "ssmpingd operation\n")
20981
20982 DEFSH (0, show_bgp_view_afi_safi_community_cmd_vtysh, 
20983        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export)", 
20984        "Show running system information\n"
20985        "BGP information\n"
20986        "BGP view\n"
20987        "View name\n"
20988        "Address family\n"
20989        "Address family\n"
20990        "Address family modifier\n"
20991        "Address family modifier\n"
20992        "Display routes matching the communities\n"
20993        "community number\n"
20994        "Do not send outside local AS (well-known community)\n"
20995        "Do not advertise to any peer (well-known community)\n"
20996        "Do not export to next AS (well-known community)\n")
20997
20998 DEFSH (0, show_bgp_ipv6_safi_community2_exact_cmd_vtysh, 
20999        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
21000        "Show running system information\n"
21001        "BGP information\n"
21002        "Address family\n"
21003        "Address family modifier\n"
21004        "Address family modifier\n"
21005        "Address family modifier\n"
21006        "Address family modifier\n"
21007        "Display routes matching the communities\n"
21008        "community number\n"
21009        "Do not send outside local AS (well-known community)\n"
21010        "Do not advertise to any peer (well-known community)\n"
21011        "Do not export to next AS (well-known community)\n"
21012        "community number\n"
21013        "Do not send outside local AS (well-known community)\n"
21014        "Do not advertise to any peer (well-known community)\n"
21015        "Do not export to next AS (well-known community)\n"
21016        "Exact match of the communities")
21017
21018 DEFSH (0|0|0|0|0|0, no_rmap_description_cmd_vtysh, 
21019        "no description", 
21020        "Negate a command or set its defaults\n"
21021        "Route-map comment\n")
21022
21023 DEFSH (0, clear_ip_bgp_dampening_cmd_vtysh, 
21024        "clear ip bgp dampening", 
21025        "Reset functions\n"
21026        "IP information\n"
21027        "BGP information\n"
21028        "Clear route flap dampening information\n")
21029
21030 DEFSH (0, neighbor_advertise_interval_cmd_vtysh, 
21031        "neighbor (A.B.C.D|X:X::X:X|WORD) " "advertisement-interval <0-600>", 
21032        "Specify neighbor router\n"
21033        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21034        "Minimum interval between sending BGP routing updates\n"
21035        "time in seconds\n")
21036
21037 DEFSH (0, no_set_ipv6_nexthop_peer_cmd_vtysh, 
21038        "no set ipv6 next-hop peer-address", 
21039        "Negate a command or set its defaults\n"
21040        "Set values in destination routing protocol\n"
21041        "IPv6 information\n"
21042        "IPv6 next-hop address\n"
21043        )
21044
21045 DEFSH (0, show_bgp_statistics_cmd_vtysh, 
21046        "show bgp (ipv4|ipv6) (encap|multicast|unicast|vpn) statistics", 
21047        "Show running system information\n"
21048        "BGP information\n"
21049        "Address family\n"
21050        "Address family\n"
21051        "Address Family modifier\n"
21052        "Address Family modifier\n"
21053        "Address Family modifier\n"
21054        "Address Family modifier\n"
21055        "BGP RIB advertisement statistics\n")
21056
21057 DEFSH (0, show_ipv6_route_prefix_longer_cmd_vtysh, 
21058        "show ipv6 route X:X::X:X/M longer-prefixes", 
21059        "Show running system information\n"
21060        "IP information\n"
21061        "IPv6 routing table\n"
21062        "IPv6 prefix\n"
21063        "Show route matching the specified Network/Mask pair only\n")
21064
21065 DEFSH (0, no_ip_ospf_transmit_delay_cmd_vtysh, 
21066        "no ip ospf transmit-delay", 
21067        "Negate a command or set its defaults\n"
21068        "IP Information\n"
21069        "OSPF interface commands\n"
21070        "Link state transmit delay\n")
21071
21072 DEFSH (0, show_ipv6_ospf6_route_type_cmd_vtysh, 
21073        "show ipv6 ospf6 route (intra-area|inter-area|external-1|external-2)", 
21074        "Show running system information\n"
21075        "IPv6 Information\n"
21076        "Open Shortest Path First (OSPF) for IPv6\n"
21077        "Routing Table\n"
21078        "Display Intra-Area routes\n"
21079        "Display Inter-Area routes\n"
21080        "Display Type-1 External routes\n"
21081        "Display Type-2 External routes\n"
21082        )
21083
21084 DEFSH (0, show_ip_protocol_cmd_vtysh, 
21085        "show ip protocol", 
21086         "Show running system information\n"
21087         "IP information\n"
21088        "IP protocol filtering status\n")
21089
21090 DEFSH (0, ospf6_distance_ospf6_inter_external_intra_cmd_vtysh, 
21091        "distance ospf6 inter-area <1-255> external <1-255> intra-area <1-255>", 
21092        "Define an administrative distance\n"
21093        "OSPF6 Administrative distance\n"
21094        "Inter-area routes\n"
21095        "Distance for inter-area routes\n"
21096        "External routes\n"
21097        "Distance for external routes\n"
21098        "Intra-area routes\n"
21099        "Distance for intra-area routes\n")
21100
21101 DEFSH (0, no_bgp_router_id_val_cmd_vtysh, 
21102        "no bgp router-id A.B.C.D", 
21103        "Negate a command or set its defaults\n"
21104        "BGP information\n"
21105        "Override configured router identifier\n"
21106        "Manually configured router identifier\n")
21107
21108 DEFSH (0, show_bgp_ipv6_safi_regexp_cmd_vtysh, 
21109        "show bgp ipv6 (encap|multicast|unicast|vpn) regexp .LINE", 
21110        "Show running system information\n"
21111        "BGP information\n"
21112        "Address family\n"
21113        "Address Family modifier\n"
21114        "Address Family modifier\n"
21115        "Address Family modifier\n"
21116        "Address Family modifier\n"
21117        "Display routes matching the AS path regular expression\n"
21118        "A regular-expression to match the BGP AS paths\n")
21119
21120 DEFSH (0, show_ip_pim_assert_internal_cmd_vtysh, 
21121        "show ip pim assert-internal", 
21122        "Show running system information\n"
21123        "IP information\n"
21124        "PIM information\n"
21125        "PIM interface internal assert state\n")
21126
21127 DEFSH (0, ospf_neighbor_priority_poll_interval_cmd_vtysh, 
21128        "neighbor A.B.C.D priority <0-255> poll-interval <1-65535>", 
21129        "Specify neighbor router\n"
21130        "Neighbor IP address\n"
21131        "Neighbor Priority\n"
21132        "Priority\n"
21133        "Dead Neighbor Polling interval\n"
21134        "Seconds\n")
21135
21136 DEFSH (0, show_bgp_ipv6_safi_damp_dampened_paths_cmd_vtysh, 
21137        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening dampened-paths", 
21138        "Show running system information\n"
21139        "BGP information\n"
21140        "IPv6 information\n"
21141        "Address Family modifier\n"
21142        "Address Family modifier\n"
21143        "Address Family modifier\n"
21144        "Address Family modifier\n"
21145        "Display detailed information about dampening\n"
21146        "Display paths suppressed due to dampening\n")
21147
21148 DEFSH (0, no_debug_nhrp_cmd_vtysh, 
21149  "no debug nhrp " "(all|common|event|interface|kernel|route|vici)", 
21150  "Negate a command or set its defaults\n"
21151  "Disable debug messages for specific or all parts.\n"
21152  "NHRP information\n"
21153  "All messages\n" "Common messages (default)\n" "Event manager messages\n" "Interface messages\n" "Kernel messages\n" "Route messages\n" "VICI messages\n")
21154
21155 DEFSH (0, isis_metric_l1_cmd_vtysh, 
21156        "isis metric <0-16777215> level-1", 
21157        "IS-IS commands\n"
21158        "Set default metric for circuit\n"
21159        "Default metric value\n"
21160        "Specify metric for level-1 routing\n")
21161
21162 DEFSH (0, no_ospf_cost_u32_inet4_cmd_vtysh, 
21163        "no ospf cost <1-65535> A.B.C.D", 
21164        "Negate a command or set its defaults\n"
21165        "OSPF interface commands\n"
21166        "Interface cost\n"
21167        "Cost\n"
21168        "Address of interface")
21169
21170 DEFSH (0, ospf_timers_throttle_spf_cmd_vtysh, 
21171        "timers throttle spf <0-600000> <0-600000> <0-600000>", 
21172        "Adjust routing timers\n"
21173        "Throttling adaptive timer\n"
21174        "OSPF SPF timers\n"
21175        "Delay (msec) from first change received till SPF calculation\n"
21176        "Initial hold time (msec) between consecutive SPF calculations\n"
21177        "Maximum hold time (msec)\n")
21178
21179 DEFSH (0, debug_pim_packets_filter_cmd_vtysh, 
21180        "debug pim packets (hello|joins)", 
21181        "Debugging functions (see also 'undebug')\n"
21182        "PIM protocol activity\n"
21183        "PIM protocol packets\n"
21184        "PIM Hello protocol packets\n"
21185        "PIM Join/Prune protocol packets\n")
21186
21187 DEFSH (0, show_ipv6_route_addr_cmd_vtysh, 
21188        "show ipv6 route X:X::X:X", 
21189        "Show running system information\n"
21190        "IP information\n"
21191        "IPv6 routing table\n"
21192        "IPv6 Address\n")
21193
21194 DEFSH (0, is_type_cmd_vtysh, 
21195        "is-type (level-1|level-1-2|level-2-only)", 
21196        "IS Level for this routing process (OSI only)\n"
21197        "Act as a station router only\n"
21198        "Act as both a station router and an area router\n"
21199        "Act as an area router only\n")
21200
21201 DEFSH (0, ipv6_nd_prefix_noval_rtaddr_cmd_vtysh, 
21202        "ipv6 nd prefix X:X::X:X/M (router-address|)", 
21203        "Interface IPv6 config commands\n"
21204        "Neighbor discovery\n"
21205        "Prefix information\n"
21206        "IPv6 prefix\n"
21207        "Set Router Address flag\n")
21208
21209 DEFSH (0, ospf_neighbor_priority_cmd_vtysh, 
21210        "neighbor A.B.C.D priority <0-255>", 
21211        "Specify neighbor router\n"
21212        "Neighbor IP address\n"
21213        "Neighbor Priority\n"
21214        "Seconds\n")
21215
21216 DEFSH (0, ip_extcommunity_list_standard_cmd_vtysh, 
21217        "ip extcommunity-list <1-99> (deny|permit) .AA:NN", 
21218        "IP information\n"
21219        "Add a extended community list entry\n"
21220        "Extended Community list number (standard)\n"
21221        "Specify community to reject\n"
21222        "Specify community to accept\n"
21223        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
21224
21225 DEFSH (0, show_ip_route_summary_vrf_cmd_vtysh, 
21226        "show ip route summary " "vrf <0-65535>", 
21227        "Show running system information\n"
21228        "IP information\n"
21229        "IP routing table\n"
21230        "Summary of all routes\n"
21231        "Specify the VRF\nThe VRF ID\n")
21232
21233 DEFSH (0, show_ip_bgp_community4_cmd_vtysh, 
21234        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
21235        "Show running system information\n"
21236        "IP information\n"
21237        "BGP information\n"
21238        "Display routes matching the communities\n"
21239        "community number\n"
21240        "Do not send outside local AS (well-known community)\n"
21241        "Do not advertise to any peer (well-known community)\n"
21242        "Do not export to next AS (well-known community)\n"
21243        "community number\n"
21244        "Do not send outside local AS (well-known community)\n"
21245        "Do not advertise to any peer (well-known community)\n"
21246        "Do not export to next AS (well-known community)\n"
21247        "community number\n"
21248        "Do not send outside local AS (well-known community)\n"
21249        "Do not advertise to any peer (well-known community)\n"
21250        "Do not export to next AS (well-known community)\n"
21251        "community number\n"
21252        "Do not send outside local AS (well-known community)\n"
21253        "Do not advertise to any peer (well-known community)\n"
21254        "Do not export to next AS (well-known community)\n")
21255
21256 DEFSH (0, no_debug_isis_err_cmd_vtysh, 
21257        "no debug isis protocol-errors", 
21258        "Disable debugging functions (see also 'debug')\n"
21259        "IS-IS information\n"
21260        "IS-IS LSP protocol errors\n")
21261
21262 DEFSH (0, show_ip_pim_lan_prune_delay_cmd_vtysh, 
21263        "show ip pim lan-prune-delay", 
21264        "Show running system information\n"
21265        "IP information\n"
21266        "PIM information\n"
21267        "PIM neighbors LAN prune delay parameters\n")
21268
21269 DEFSH (0, ip_ospf_message_digest_key_addr_cmd_vtysh, 
21270        "ip ospf message-digest-key <1-255> md5 KEY A.B.C.D", 
21271        "IP Information\n"
21272        "OSPF interface commands\n"
21273        "Message digest authentication password (key)\n"
21274        "Key ID\n"
21275        "Use MD5 algorithm\n"
21276        "The OSPF password (key)"
21277        "Address of interface")
21278
21279 DEFSH (0, show_ipv6_ospf6_border_routers_detail_cmd_vtysh, 
21280        "show ipv6 ospf6 border-routers (A.B.C.D|detail)", 
21281        "Show running system information\n"
21282        "IPv6 Information\n"
21283        "Open Shortest Path First (OSPF) for IPv6\n"
21284        "Display routing table for ABR and ASBR\n"
21285        "Specify Router-ID\n"
21286        "Display Detail\n"
21287       )
21288
21289 DEFSH (0, no_ipv6_route_ifname_pref_vrf_cmd_vtysh, 
21290        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255> " "vrf <0-65535>", 
21291        "Negate a command or set its defaults\n"
21292        "IP information\n"
21293        "Establish static routes\n"
21294        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
21295        "IPv6 gateway address\n"
21296        "IPv6 gateway interface name\n"
21297        "Distance value for this prefix\n"
21298        "Specify the VRF\nThe VRF ID\n")
21299
21300 DEFSH (0, ipv6_nd_prefix_val_offlink_cmd_vtysh, 
21301        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
21302        "(<0-4294967295>|infinite) (off-link|)", 
21303        "Interface IPv6 config commands\n"
21304        "Neighbor discovery\n"
21305        "Prefix information\n"
21306        "IPv6 prefix\n"
21307        "Valid lifetime in seconds\n"
21308        "Infinite valid lifetime\n"
21309        "Preferred lifetime in seconds\n"
21310        "Infinite preferred lifetime\n"
21311        "Do not use prefix for onlink determination\n")
21312
21313 DEFSH (0, no_link_params_ava_bw_cmd_vtysh, 
21314        "no ava-bw", 
21315        "Negate a command or set its defaults\n"
21316        "Disable Unidirectional Available Bandwidth on this interface\n")
21317
21318 DEFSH (0, pce_domain_cmd_vtysh, 
21319        "pce domain as <0-65535>", 
21320        "PCE Router Information specific commands\n"
21321        "Configure PCE domain AS number\n"
21322        "AS number where the PCE as visibilities for path computation\n"
21323        "AS number in decimal <0-65535>\n")
21324
21325 DEFSH (0, show_ip_bgp_ipv4_neighbor_received_routes_cmd_vtysh, 
21326        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) received-routes", 
21327        "Show running system information\n"
21328        "IP information\n"
21329        "BGP information\n"
21330        "Address family\n"
21331        "Address Family modifier\n"
21332        "Address Family modifier\n"
21333        "Detailed information on TCP and BGP neighbor connections\n"
21334        "Neighbor to display information about\n"
21335        "Neighbor to display information about\n"
21336        "Display the received routes from neighbor\n")
21337
21338 DEFSH (0, no_ip_ospf_cost_u32_cmd_vtysh, 
21339        "no ip ospf cost <1-65535>", 
21340        "Negate a command or set its defaults\n"
21341        "IP Information\n"
21342        "OSPF interface commands\n"
21343        "Interface cost\n"
21344        "Cost")
21345
21346 DEFSH (0, no_neighbor_ttl_security_cmd_vtysh, 
21347        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "ttl-security hops <1-254>", 
21348        "Negate a command or set its defaults\n"
21349        "Specify neighbor router\n"
21350        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21351        "Specify the maximum number of hops to the BGP peer\n")
21352
21353 DEFSH (0, show_isis_interface_detail_cmd_vtysh, 
21354        "show isis interface detail", 
21355        "Show running system information\n"
21356        "ISIS network information\n"
21357        "ISIS interface\n"
21358        "show detailed information\n")
21359
21360 DEFSH (0|0|0|0, show_ip_prefix_list_detail_cmd_vtysh, 
21361        "show ip prefix-list detail", 
21362        "Show running system information\n"
21363        "IP information\n"
21364        "Build a prefix list\n"
21365        "Detail of prefix lists\n")
21366
21367 DEFSH (0, no_bgp_redistribute_ipv6_metric_cmd_vtysh, 
21368        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295>", 
21369        "Negate a command or set its defaults\n"
21370        "Redistribute information from another routing protocol\n"
21371        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
21372        "Metric for redistributed routes\n"
21373        "Default metric\n")
21374
21375 DEFSH (0, area_passwd_clear_snpauth_cmd_vtysh, 
21376        "(area-password|domain-password) clear WORD authenticate snp (send-only|validate)", 
21377        "Configure the authentication password for an area\n"
21378        "Set the authentication password for a routing domain\n"
21379        "Authentication type\n"
21380        "Area password\n"
21381        "Authentication\n"
21382        "SNP PDUs\n"
21383        "Send but do not check PDUs on receiving\n"
21384        "Send and check PDUs on receiving\n")
21385
21386 DEFSH (0, no_debug_ospf6_brouter_router_cmd_vtysh, 
21387        "no debug ospf6 border-routers router-id", 
21388        "Negate a command or set its defaults\n"
21389        "Debugging functions (see also 'undebug')\n"
21390        "Open Shortest Path First (OSPF) for IPv6\n"
21391        "Debug border router\n"
21392        "Debug specific border router\n"
21393       )
21394
21395 DEFSH (0, debug_isis_spfstats_cmd_vtysh, 
21396        "debug isis spf-statistics ", 
21397        "Debugging functions (see also 'undebug')\n"
21398        "IS-IS information\n"
21399        "IS-IS SPF Timing and Statistic Data\n")
21400
21401 DEFSH (0, show_ip_bgp_lcommunity_info_cmd_vtysh, 
21402        "show ip bgp large-community-info", 
21403        "Show running system information\n"
21404        "IP information\n"
21405        "BGP information\n"
21406        "List all bgp large-community information\n")
21407
21408 DEFSH (0, no_neighbor_timers_connect_val_cmd_vtysh, 
21409        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "timers connect <1-65535>", 
21410        "Negate a command or set its defaults\n"
21411        "Specify neighbor router\n"
21412        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21413        "BGP per neighbor timers\n"
21414        "BGP connect timer\n"
21415        "Connect timer\n")
21416
21417 DEFSH (0, no_ip_community_list_expanded_cmd_vtysh, 
21418        "no ip community-list <100-500> (deny|permit) .LINE", 
21419        "Negate a command or set its defaults\n"
21420        "IP information\n"
21421        "Add a community list entry\n"
21422        "Community list number (expanded)\n"
21423        "Specify community to reject\n"
21424        "Specify community to accept\n"
21425        "An ordered list as a regular-expression\n")
21426
21427 DEFSH (0, show_bgp_ipv6_regexp_cmd_vtysh, 
21428        "show bgp ipv6 regexp .LINE", 
21429        "Show running system information\n"
21430        "BGP information\n"
21431        "Address family\n"
21432        "Display routes matching the AS path regular expression\n"
21433        "A regular-expression to match the BGP AS paths\n")
21434
21435 DEFSH (0, show_ip_pim_upstream_cmd_vtysh, 
21436        "show ip pim upstream", 
21437        "Show running system information\n"
21438        "IP information\n"
21439        "PIM information\n"
21440        "PIM upstream information\n")
21441
21442 DEFSH (0, show_bgp_ipv6_safi_lcommunity_list_cmd_vtysh, 
21443        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community-list (<1-500>|WORD)", 
21444        "Show running system information\n"
21445        "BGP information\n"
21446        "Address family\n"
21447        "Address family modifier\n"
21448        "Address family modifier\n"
21449        "Address family modifier\n"
21450        "Address family modifier\n"
21451        "Display routes matching the large-community-list\n"
21452        "large-community-list number\n"
21453        "large-community-list name\n")
21454
21455 DEFSH (0, no_access_list_extended_any_any_cmd_vtysh, 
21456        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any any", 
21457        "Negate a command or set its defaults\n"
21458        "Add an access list entry\n"
21459        "IP extended access list\n"
21460        "IP extended access list (expanded range)\n"
21461        "Specify packets to reject\n"
21462        "Specify packets to forward\n"
21463        "Any Internet Protocol\n"
21464        "Any source host\n"
21465        "Any destination host\n")
21466
21467 DEFSH (0, no_bgp_network_cmd_vtysh, 
21468        "no network A.B.C.D/M", 
21469        "Negate a command or set its defaults\n"
21470        "Specify a network to announce via BGP\n"
21471        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
21472
21473 DEFSH (0|0|0|0, show_ip_prefix_list_detail_name_cmd_vtysh, 
21474        "show ip prefix-list detail WORD", 
21475        "Show running system information\n"
21476        "IP information\n"
21477        "Build a prefix list\n"
21478        "Detail of prefix lists\n"
21479        "Name of a prefix list\n")
21480
21481 DEFSH (0, show_bgp_ipv4_safi_damp_flap_statistics_cmd_vtysh, 
21482        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics", 
21483        "Show running system information\n"
21484        "BGP information\n"
21485        "Address Family\n"
21486        "Address Family modifier\n"
21487        "Address Family modifier\n"
21488        "Address Family modifier\n"
21489        "Address Family modifier\n"
21490        "Display detailed information about dampening\n"
21491        "Display flap statistics of routes\n")
21492
21493 DEFSH (0, show_bgp_neighbor_routes_cmd_vtysh, 
21494        "show bgp neighbors (A.B.C.D|X:X::X:X) routes", 
21495        "Show running system information\n"
21496        "BGP information\n"
21497        "Detailed information on TCP and BGP neighbor connections\n"
21498        "Neighbor to display information about\n"
21499        "Neighbor to display information about\n"
21500        "Display routes learned from neighbor\n")
21501
21502 DEFSH (0, bgp_confederation_identifier_cmd_vtysh, 
21503        "bgp confederation identifier " "<1-4294967295>", 
21504        "BGP specific commands\n"
21505        "AS confederation parameters\n"
21506        "AS number\n"
21507        "Set routing domain confederation AS\n")
21508
21509 DEFSH (0, show_ipv6_mbgp_lcommunity4_cmd_vtysh, 
21510        "show ipv6 mbgp laarge-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
21511        "Show running system information\n"
21512        "IPv6 information\n"
21513        "MBGP information\n"
21514        "Display routes matching the large-communities\n"
21515        "large-community number\n"
21516        "large-community number\n"
21517        "large-community number\n"
21518        "large-community number\n")
21519
21520 DEFSH (0, no_ip_route_flags_distance_cmd_vtysh, 
21521        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
21522        "Negate a command or set its defaults\n"
21523        "IP information\n"
21524        "Establish static routes\n"
21525        "IP destination prefix (e.g. 10.0.0.0/8)\n"
21526        "IP gateway address\n"
21527        "IP gateway interface name\n"
21528        "Emit an ICMP unreachable when matched\n"
21529        "Silently discard pkts when matched\n"
21530        "Distance value for this route\n")
21531
21532 DEFSH (0, neighbor_password_cmd_vtysh, 
21533        "neighbor (A.B.C.D|X:X::X:X|WORD) " "password LINE", 
21534        "Specify neighbor router\n"
21535        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21536        "Set a password\n"
21537        "The password\n")
21538
21539 DEFSH (0, no_access_list_extended_any_mask_cmd_vtysh, 
21540        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any A.B.C.D A.B.C.D", 
21541        "Negate a command or set its defaults\n"
21542        "Add an access list entry\n"
21543        "IP extended access list\n"
21544        "IP extended access list (expanded range)\n"
21545        "Specify packets to reject\n"
21546        "Specify packets to forward\n"
21547        "Any Internet Protocol\n"
21548        "Any source host\n"
21549        "Destination address\n"
21550        "Destination Wildcard bits\n")
21551
21552 DEFSH (0, no_key_string_cmd_vtysh, 
21553        "no key-string [LINE]", 
21554        "Negate a command or set its defaults\n"
21555        "Unset key string\n"
21556        "The key\n")
21557
21558 DEFSH (0, no_set_lcommunity_val_cmd_vtysh, 
21559        "no set large-community .AA:BB:CC", 
21560        "Negate a command or set its defaults\n"
21561        "Set values in destination routing protocol\n"
21562        "BGP large community attribute\n"
21563        "Large community in .AA:BB:CC format or additive\n")
21564
21565 DEFSH (0, no_ip_route_mask_flags_vrf_cmd_vtysh, 
21566        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
21567        "Negate a command or set its defaults\n"
21568        "IP information\n"
21569        "Establish static routes\n"
21570        "IP destination prefix\n"
21571        "IP destination prefix mask\n"
21572        "IP gateway address\n"
21573        "IP gateway interface name\n"
21574        "Emit an ICMP unreachable when matched\n"
21575        "Silently discard pkts when matched\n"
21576        "Specify the VRF\nThe VRF ID\n")
21577
21578 DEFSH (0, ip_route_flags_cmd_vtysh, 
21579        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole)", 
21580        "IP information\n"
21581        "Establish static routes\n"
21582        "IP destination prefix (e.g. 10.0.0.0/8)\n"
21583        "IP gateway address\n"
21584        "IP gateway interface name\n"
21585        "Emit an ICMP unreachable when matched\n"
21586        "Silently discard pkts when matched\n")
21587
21588 DEFSH (0, clear_ip_bgp_instance_all_rsclient_cmd_vtysh, 
21589        "clear ip bgp view WORD * rsclient", 
21590        "Reset functions\n"
21591        "IP information\n"
21592        "BGP information\n"
21593        "BGP view\n"
21594        "view name\n"
21595        "Clear all peers\n"
21596        "Soft reconfig for rsclient RIB\n")
21597
21598 DEFSH (0, no_neighbor_attr_unchanged6_cmd_vtysh, 
21599        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path med next-hop", 
21600        "Negate a command or set its defaults\n"
21601        "Specify neighbor router\n"
21602        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21603        "BGP attribute is propagated unchanged to this neighbor\n"
21604        "As-path attribute\n"
21605        "Med attribute\n"
21606        "Nexthop attribute\n")
21607
21608 DEFSH (0, show_ip_bgp_flap_statistics_cmd_vtysh, 
21609        "show ip bgp flap-statistics", 
21610        "Show running system information\n"
21611        "IP information\n"
21612        "BGP information\n"
21613        "Display flap statistics of routes\n")
21614
21615 DEFSH (0, no_match_community_exact_cmd_vtysh, 
21616        "no match community (<1-99>|<100-500>|WORD) exact-match", 
21617        "Negate a command or set its defaults\n"
21618        "Match values from routing table\n"
21619        "Match BGP community list\n"
21620        "Community-list number (standard)\n"
21621        "Community-list number (expanded)\n"
21622        "Community-list name\n"
21623        "Do exact matching of communities\n")
21624
21625 DEFSH (0, show_database_detail_cmd_vtysh, 
21626        "show isis database detail", 
21627        "Show running system information\n"
21628        "IS-IS information\n"
21629        "IS-IS link state database\n")
21630
21631 DEFSH (0, show_bgp_ipv6_vpn_rd_neighbor_routes_cmd_vtysh, 
21632        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
21633        "Show running system information\n"
21634        "BGP information\n"
21635        "Address Family\n"
21636        "Address Family modifier\n"
21637        "Display information for a route distinguisher\n"
21638        "VPN Route Distinguisher\n"
21639        "Detailed information on TCP and BGP neighbor connections\n"
21640        "Neighbor to display information about\n"
21641        "Display routes learned from neighbor\n")
21642
21643 DEFSH (0, ip_ospf_retransmit_interval_cmd_vtysh, 
21644        "ip ospf retransmit-interval <3-65535>", 
21645        "IP Information\n"
21646        "OSPF interface commands\n"
21647        "Time between retransmitting lost link state advertisements\n"
21648        "Seconds\n")
21649
21650 DEFSH (0, psnp_interval_cmd_vtysh, 
21651        "isis psnp-interval <1-120>", 
21652        "IS-IS commands\n"
21653        "Set PSNP interval in seconds\n"
21654        "PSNP interval value\n")
21655
21656 DEFSH (0, undebug_bgp_as4_segment_cmd_vtysh, 
21657        "undebug bgp as4 segment", 
21658        "Disable debugging functions (see also 'debug')\n"
21659        "BGP information\n"
21660        "BGP AS4 actions\n"
21661        "BGP AS4 aspath segment handling\n")
21662
21663 DEFSH (0, no_ip_mroute_cmd_vtysh, 
21664        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE)", 
21665        "Negate a command or set its defaults\n"
21666        "IP information\n"
21667        "Configure static unicast route into MRIB for multicast RPF lookup\n"
21668        "IP destination prefix (e.g. 10.0.0.0/8)\n"
21669        "Nexthop address\n"
21670        "Nexthop interface name\n")
21671
21672 DEFSH (0, clear_bgp_ipv6_peer_soft_in_cmd_vtysh, 
21673        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft in", 
21674        "Reset functions\n"
21675        "BGP information\n"
21676        "Address family\n"
21677        "BGP neighbor address to clear\n"
21678        "BGP IPv6 neighbor to clear\n"
21679        "Soft reconfig inbound and outbound updates\n"
21680        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
21681
21682 DEFSH (0, no_set_atomic_aggregate_cmd_vtysh, 
21683        "no set atomic-aggregate", 
21684        "Negate a command or set its defaults\n"
21685        "Set values in destination routing protocol\n"
21686        "BGP atomic aggregate attribute\n" )
21687
21688 DEFSH (0, show_ipv6_route_summary_vrf_cmd_vtysh, 
21689        "show ipv6 route summary " "vrf <0-65535>", 
21690        "Show running system information\n"
21691        "IP information\n"
21692        "IPv6 routing table\n"
21693        "Summary of all IPv6 routes\n"
21694        "Specify the VRF\nThe VRF ID\n")
21695
21696 DEFSH (0|0, ip_route_flags2_tag_vrf_cmd_vtysh, 
21697        "ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295>", 
21698        "IP information\n"
21699        "Establish static routes\n"
21700        "IP destination prefix (e.g. 10.0.0.0/8)\n"
21701        "Emit an ICMP unreachable when matched\n"
21702        "Silently discard pkts when matched\n"
21703        "Set tag for this route\n"
21704        "Tag value\n"
21705        "Specify the VRF\nThe VRF ID\n")
21706
21707 DEFSH (0, no_neighbor_timers_connect_cmd_vtysh, 
21708        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "timers connect", 
21709        "Negate a command or set its defaults\n"
21710        "Specify neighbor router\n"
21711        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21712        "BGP per neighbor timers\n"
21713        "BGP connect timer\n")
21714
21715 DEFSH (0, no_ip_mroute_dist_cmd_vtysh, 
21716        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255>", 
21717        "IP information\n"
21718        "Configure static unicast route into MRIB for multicast RPF lookup\n"
21719        "IP destination prefix (e.g. 10.0.0.0/8)\n"
21720        "Nexthop address\n"
21721        "Nexthop interface name\n"
21722        "Distance\n")
21723
21724 DEFSH (0, no_match_local_pref_val_cmd_vtysh, 
21725        "no match local-preference <0-4294967295>", 
21726        "Negate a command or set its defaults\n"
21727        "Match values from routing table\n"
21728        "Match local preference of route\n"
21729        "Local preference value\n")
21730
21731 DEFSH (0, show_ip_pim_neighbor_cmd_vtysh, 
21732        "show ip pim neighbor", 
21733        "Show running system information\n"
21734        "IP information\n"
21735        "PIM information\n"
21736        "PIM neighbor information\n")
21737
21738 DEFSH (0, show_ip_bgp_instance_rsclient_summary_cmd_vtysh, 
21739        "show ip bgp view WORD rsclient summary", 
21740        "Show running system information\n"
21741        "IP information\n"
21742        "BGP information\n"
21743        "BGP view\n"
21744        "View name\n"
21745        "Information about Route Server Clients\n"
21746        "Summary of all Route Server Clients\n")
21747
21748 DEFSH (0, clear_ip_ospf_interface_cmd_vtysh, 
21749        "clear ip ospf interface [IFNAME]", 
21750        "Reset functions\n"
21751        "IP information\n"
21752        "OSPF information\n"
21753        "Interface information\n"
21754        "Interface name\n")
21755
21756 DEFSH (0, show_bgp_view_ipv6_safi_rsclient_route_cmd_vtysh, 
21757        "show bgp view WORD ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
21758        "Show running system information\n"
21759        "BGP information\n"
21760        "BGP view\n"
21761        "View name\n"
21762        "Address family\n"
21763        "Address Family modifier\n"
21764        "Address Family modifier\n"
21765        "Information about Route Server Client\n"
21766        "Neighbor address\nIPv6 address\n"
21767        "Network in the BGP routing table to display\n")
21768
21769 DEFSH (0, show_dmvpn_cmd_vtysh, 
21770  "show dmvpn", 
21771  "Show running system information\n"
21772  "DMVPN information\n")
21773
21774 DEFSH (0, no_ospf_hello_interval_cmd_vtysh, 
21775        "no ospf hello-interval", 
21776        "Negate a command or set its defaults\n"
21777        "OSPF interface commands\n"
21778        "Time between HELLO packets\n")
21779
21780 DEFSH (0, show_ip_bgp_ipv4_lcommunity_cmd_vtysh, 
21781        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC)", 
21782        "Show running system information\n"
21783        "IP information\n"
21784        "BGP information\n"
21785        "Address family\n"
21786        "Address Family modifier\n"
21787        "Address Family modifier\n"
21788        "Display routes matching the large-communities\n"
21789        "large-community number\n")
21790
21791 DEFSH (0, ip_irdp_holdtime_cmd_vtysh, 
21792        "ip irdp holdtime <0-9000>", 
21793        "IP information\n"
21794        "ICMP Router discovery on this interface\n"
21795        "Set holdtime value\n"
21796        "Holdtime value in seconds. Default is 1800 seconds\n")
21797
21798 DEFSH (0, clear_bgp_ipv6_instance_all_rsclient_cmd_vtysh, 
21799        "clear bgp ipv6 view WORD * rsclient", 
21800        "Reset functions\n"
21801        "BGP information\n"
21802        "Address family\n"
21803        "BGP view\n"
21804        "view name\n"
21805        "Clear all peers\n"
21806        "Soft reconfig for rsclient RIB\n")
21807
21808 DEFSH (0, no_ospf_abr_type_cmd_vtysh, 
21809        "no ospf abr-type (cisco|ibm|shortcut|standard)", 
21810        "Negate a command or set its defaults\n"
21811        "OSPF specific commands\n"
21812        "Set OSPF ABR type\n"
21813        "Alternative ABR,  cisco implementation\n"
21814        "Alternative ABR,  IBM implementation\n"
21815        "Shortcut ABR\n")
21816
21817 DEFSH (0, no_max_lsp_lifetime_l2_cmd_vtysh, 
21818        "no max-lsp-lifetime level-2", 
21819        "Negate a command or set its defaults\n"
21820        "LSP lifetime for Level 2 only in seconds\n")
21821
21822 DEFSH (0, show_bgp_ipv6_safi_neighbor_received_routes_cmd_vtysh, 
21823        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received-routes", 
21824        "Show running system information\n"
21825        "BGP information\n"
21826        "Address family\n"
21827        "Address Family modifier\n"
21828        "Address Family modifier\n"
21829        "Address Family modifier\n"
21830        "Address Family modifier\n"
21831        "Detailed information on TCP and BGP neighbor connections\n"
21832        "Neighbor to display information about\n"
21833        "Neighbor to display information about\n"
21834        "Display the received routes from neighbor\n")
21835
21836 DEFSH (0, no_ipv6_route_flags_pref_tag_vrf_cmd_vtysh, 
21837        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
21838        "Negate a command or set its defaults\n"
21839        "IP information\n"
21840        "Establish static routes\n"
21841        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
21842        "IPv6 gateway address\n"
21843        "IPv6 gateway interface name\n"
21844        "Emit an ICMP unreachable when matched\n"
21845        "Silently discard pkts when matched\n"
21846        "Set tag for this route\n"
21847        "Tag value\n"
21848        "Distance value for this prefix\n"
21849        "Specify the VRF\nThe VRF ID\n")
21850
21851 DEFSH (0, undebug_pim_packetdump_recv_cmd_vtysh, 
21852        "undebug pim packet-dump receive", 
21853        "Disable debugging functions (see also 'debug')\n"
21854        "PIM protocol activity\n"
21855        "PIM packet dump\n"
21856        "Dump received packets\n")
21857
21858 DEFSH (0, no_ip_ospf_cost_cmd_vtysh, 
21859        "no ip ospf cost", 
21860        "Negate a command or set its defaults\n"
21861        "IP Information\n"
21862        "OSPF interface commands\n"
21863        "Interface cost\n")
21864
21865 DEFSH (0, no_debug_igmp_cmd_vtysh, 
21866        "no debug igmp", 
21867        "Negate a command or set its defaults\n"
21868        "Debugging functions (see also 'undebug')\n"
21869        "IGMP protocol activity\n")
21870
21871 DEFSH (0, show_ip_rpf_vrf_cmd_vtysh, 
21872        "show ip rpf " "vrf <0-65535>", 
21873        "Show running system information\n"
21874        "IP information\n"
21875        "Display RPF information for multicast source\n"
21876        "Specify the VRF\nThe VRF ID\n")
21877
21878 DEFSH (0, no_router_bgp_cmd_vtysh, 
21879        "no router bgp " "<1-4294967295>", 
21880        "Negate a command or set its defaults\n"
21881        "Enable a routing process\n"
21882        "BGP information\n"
21883        "AS number\n")
21884
21885 DEFSH (0, clear_bgp_ipv6_external_in_cmd_vtysh, 
21886        "clear bgp ipv6 external WORD in", 
21887        "Reset functions\n"
21888        "BGP information\n"
21889        "Address family\n"
21890        "Clear all external peers\n"
21891        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
21892
21893 DEFSH (0|0, set_ipv6_nexthop_local_cmd_vtysh, 
21894        "set ipv6 next-hop local X:X::X:X", 
21895        "Set values in destination routing protocol\n"
21896        "IPv6 information\n"
21897        "IPv6 next-hop address\n"
21898        "IPv6 local address\n"
21899        "IPv6 address of next hop\n")
21900
21901 DEFSH (0, show_ipv6_ospf6_database_type_id_self_originated_cmd_vtysh, 
21902        "show ipv6 ospf6 database "
21903        "(router|network|inter-prefix|inter-router|as-external|"
21904        "group-membership|type-7|link|intra-prefix) A.B.C.D self-originated", 
21905        "Show running system information\n"
21906        "IPv6 information\n"
21907        "Open Shortest Path First (OSPF) for IPv6\n"
21908        "Display Link state database\n"
21909        "Display Router LSAs\n"
21910        "Display Network LSAs\n"
21911        "Display Inter-Area-Prefix LSAs\n"
21912        "Display Inter-Area-Router LSAs\n"
21913        "Display As-External LSAs\n"
21914        "Display Group-Membership LSAs\n"
21915        "Display Type-7 LSAs\n"
21916        "Display Link LSAs\n"
21917        "Display Intra-Area-Prefix LSAs\n"
21918        "Specify Link state ID as IPv4 address notation\n"
21919        "Display Self-originated LSAs\n"
21920       )
21921
21922 DEFSH (0, clear_bgp_ipv6_peer_rsclient_cmd_vtysh, 
21923        "clear bgp ipv6 (A.B.C.D|X:X::X:X) rsclient", 
21924        "Reset functions\n"
21925        "BGP information\n"
21926        "Address family\n"
21927        "BGP neighbor IP address to clear\n"
21928        "BGP IPv6 neighbor to clear\n"
21929        "Soft reconfig for rsclient RIB\n")
21930
21931 DEFSH (0, no_ripng_timers_cmd_vtysh, 
21932        "no timers basic", 
21933        "Negate a command or set its defaults\n"
21934        "RIPng timers setup\n"
21935        "Basic timer\n")
21936
21937 DEFSH (0, no_neighbor_nexthop_local_unchanged_cmd_vtysh, 
21938        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "nexthop-local unchanged", 
21939        "Negate a command or set its defaults\n"
21940        "Specify neighbor router\n"
21941        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21942        "Configure treatment of outgoing link-local-nexthop attribute\n"
21943        "Leave link-local nexthop unchanged for this peer\n")
21944
21945 DEFSH (0, clear_bgp_external_cmd_vtysh, 
21946        "clear bgp external", 
21947        "Reset functions\n"
21948        "BGP information\n"
21949        "Clear all external peers\n")
21950
21951 DEFSH (0, show_bgp_ipv4_prefix_cmd_vtysh, 
21952        "show bgp ipv4 A.B.C.D/M", 
21953        "Show running system information\n"
21954        "BGP information\n"
21955        "IP information\n"
21956        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
21957
21958 DEFSH (0, rip_distance_source_access_list_cmd_vtysh, 
21959        "distance <1-255> A.B.C.D/M WORD", 
21960        "Administrative distance\n"
21961        "Distance value\n"
21962        "IP source prefix\n"
21963        "Access list name\n")
21964
21965 DEFSH (0, bgp_bestpath_aspath_confed_cmd_vtysh, 
21966        "bgp bestpath as-path confed", 
21967        "BGP specific commands\n"
21968        "Change the default bestpath selection\n"
21969        "AS-path attribute\n"
21970        "Compare path lengths including confederation sets & sequences in selecting a route\n")
21971
21972 DEFSH (0, show_ip_bgp_view_rsclient_route_cmd_vtysh, 
21973        "show ip bgp view WORD rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
21974        "Show running system information\n"
21975        "IP information\n"
21976        "BGP information\n"
21977        "BGP view\n"
21978        "View name\n"
21979        "Information about Route Server Client\n"
21980        "Neighbor address\nIPv6 address\n"
21981        "Network in the BGP routing table to display\n")
21982
21983 DEFSH (0, set_ipv6_nexthop_peer_cmd_vtysh, 
21984        "set ipv6 next-hop peer-address", 
21985        "Set values in destination routing protocol\n"
21986        "IPv6 information\n"
21987        "Next hop address\n"
21988        "Use peer address (for BGP only)\n")
21989
21990 DEFSH (0, ospf_default_information_originate_cmd_vtysh, 
21991        "default-information originate "
21992          "{always|metric <0-16777214>|metric-type (1|2)|route-map WORD}", 
21993        "Control distribution of default information\n"
21994        "Distribute a default route\n"
21995        "Always advertise default route\n"
21996        "OSPF default metric\n"
21997        "OSPF metric\n"
21998        "OSPF metric type for default routes\n"
21999        "Set OSPF External Type 1 metrics\n"
22000        "Set OSPF External Type 2 metrics\n"
22001        "Route map reference\n"
22002        "Pointer to route-map entries\n")
22003
22004 DEFSH (0, ospf_area_range_advertise_cmd_vtysh, 
22005        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise", 
22006        "OSPF area parameters\n"
22007        "OSPF area ID in IP address format\n"
22008        "OSPF area ID as a decimal value\n"
22009        "OSPF area range for route advertise (default)\n"
22010        "Area range prefix\n"
22011        "Advertise this range (default)\n")
22012
22013 DEFSH (0, show_ip_bgp_damp_flap_filter_list_cmd_vtysh, 
22014        "show ip bgp dampening flap-statistics filter-list WORD", 
22015        "Show running system information\n"
22016        "IP information\n"
22017        "BGP information\n"
22018        "Display detailed information about dampening\n"
22019        "Display flap statistics of routes\n"
22020        "Display routes conforming to the filter-list\n"
22021        "Regular expression access list name\n")
22022
22023 DEFSH (0, no_bgp_config_type_cmd_vtysh, 
22024        "no bgp config-type", 
22025        "Negate a command or set its defaults\n"
22026        "BGP information\n"
22027        "Display configuration type\n")
22028
22029 DEFSH (0, no_vty_ipv6_access_class_cmd_vtysh, 
22030        "no ipv6 access-class [WORD]", 
22031        "Negate a command or set its defaults\n"
22032        "IPv6 information\n"
22033        "Filter connections based on an IP access list\n"
22034        "IPv6 access list\n")
22035
22036 DEFSH (0, ip_community_list_expanded_cmd_vtysh, 
22037        "ip community-list <100-500> (deny|permit) .LINE", 
22038        "IP information\n"
22039        "Add a community list entry\n"
22040        "Community list number (expanded)\n"
22041        "Specify community to reject\n"
22042        "Specify community to accept\n"
22043        "An ordered list as a regular-expression\n")
22044
22045 DEFSH (0, no_set_local_pref_cmd_vtysh, 
22046        "no set local-preference", 
22047        "Negate a command or set its defaults\n"
22048        "Set values in destination routing protocol\n"
22049        "BGP local preference path attribute\n")
22050
22051 DEFSH (0, show_bgp_ipv4_safi_community_list_exact_cmd_vtysh, 
22052        "show bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD) exact-match", 
22053        "Show running system information\n"
22054        "BGP information\n"
22055        "Address family\n"
22056        "Address Family modifier\n"
22057        "Address Family modifier\n"
22058        "Display routes matching the community-list\n"
22059        "community-list number\n"
22060        "community-list name\n"
22061        "Exact match of the communities\n")
22062
22063 DEFSH (0, rip_timers_cmd_vtysh, 
22064        "timers basic <5-2147483647> <5-2147483647> <5-2147483647>", 
22065        "Adjust routing timers\n"
22066        "Basic routing protocol update timers\n"
22067        "Routing table update timer value in second. Default is 30.\n"
22068        "Routing information timeout timer. Default is 180.\n"
22069        "Garbage collection timer. Default is 120.\n")
22070
22071 DEFSH (0, show_bgp_ipv6_lcommunity4_cmd_vtysh, 
22072        "show bgp ipv6 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
22073        "Show running system information\n"
22074        "BGP information\n"
22075        "Address family\n"
22076        "Display routes matching the large-communities\n"
22077        "large-community number\n"
22078        "large-community number\n"
22079        "large-community number\n"
22080        "large-community number\n")
22081
22082 DEFSH (0, ip_route_mask_tag_vrf_cmd_vtysh, 
22083        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295>" "vrf <0-65535>", 
22084        "IP information\n"
22085        "Establish static routes\n"
22086        "IP destination prefix\n"
22087        "IP destination prefix mask\n"
22088        "IP gateway address\n"
22089        "IP gateway interface name\n"
22090        "Null interface\n"
22091        "Set tag for this route\n"
22092        "Tag value\n"
22093        "Specify the VRF\nThe VRF ID\n")
22094
22095 DEFSH (0, show_bgp_ipv6_flap_address_cmd_vtysh, 
22096        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D", 
22097        "Show running system information\n"
22098        "BGP information\n"
22099        "Address family\n"
22100        "Address Family modifier\n"
22101        "Address Family modifier\n"
22102        "Address Family modifier\n"
22103        "Address Family modifier\n"
22104        "Display flap statistics of routes\n"
22105        "Network in the BGP routing table to display\n")
22106
22107 DEFSH (0, show_ip_rpf_addr_vrf_all_cmd_vtysh, 
22108        "show ip rpf A.B.C.D " "vrf all", 
22109        "Show running system information\n"
22110        "IP information\n"
22111        "Display RPF information for multicast source\n"
22112        "IP multicast source address (e.g. 10.0.0.0)\n"
22113        "Specify the VRF\nAll VRFs\n")
22114
22115 DEFSH (0, access_list_standard_cmd_vtysh, 
22116        "access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D A.B.C.D", 
22117        "Add an access list entry\n"
22118        "IP standard access list\n"
22119        "IP standard access list (expanded range)\n"
22120        "Specify packets to reject\n"
22121        "Specify packets to forward\n"
22122        "Address to match\n"
22123        "Wildcard bits\n")
22124
22125 DEFSH (0, no_router_bgp_view_cmd_vtysh, 
22126        "no router bgp " "<1-4294967295>" " view WORD", 
22127        "Negate a command or set its defaults\n"
22128        "Enable a routing process\n"
22129        "BGP information\n"
22130        "AS number\n"
22131        "BGP view\n"
22132        "view name\n")
22133
22134 DEFSH (0, no_set_attached_bit_cmd_vtysh, 
22135        "no set-attached-bit", 
22136        "Reset attached bit\n")
22137
22138 DEFSH (0, ip_extcommunity_list_name_expanded_cmd_vtysh, 
22139        "ip extcommunity-list expanded WORD (deny|permit) .LINE", 
22140        "IP information\n"
22141        "Add a extended community list entry\n"
22142        "Specify expanded extcommunity-list\n"
22143        "Extended Community list name\n"
22144        "Specify community to reject\n"
22145        "Specify community to accept\n"
22146        "An ordered list as a regular-expression\n")
22147
22148 DEFSH (0, ospf_neighbor_poll_interval_priority_cmd_vtysh, 
22149        "neighbor A.B.C.D poll-interval <1-65535> priority <0-255>", 
22150        "Specify neighbor router\n"
22151        "Neighbor address\n"
22152        "OSPF dead-router polling interval\n"
22153        "Seconds\n"
22154        "OSPF priority of non-broadcast neighbor\n"
22155        "Priority\n")
22156
22157 DEFSH (0, interface_no_ip_pim_drprio_cmd_vtysh, 
22158        "no ip pim drpriority {<1-4294967295>}", 
22159        "IP information\n"
22160        "PIM information\n"
22161        "Revert the Designated Router Priority to default\n"
22162        "Old Value of the Priority\n")
22163
22164 DEFSH (0|0, match_ipv6_address_cmd_vtysh, 
22165       "match ipv6 address WORD", 
22166       "Match values from routing table\n"
22167       "IPv6 information\n"
22168       "Match IPv6 address of route\n"
22169       "IPv6 access-list name\n")
22170
22171 DEFSH (0, no_set_ipv6_nexthop_global_cmd_vtysh, 
22172        "no set ipv6 next-hop global", 
22173        "Negate a command or set its defaults\n"
22174        "Set values in destination routing protocol\n"
22175        "IPv6 information\n"
22176        "IPv6 next-hop address\n"
22177        "IPv6 global address\n")
22178
22179 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_detail_cmd_vtysh, 
22180        "show ipv6 ospf6 database "
22181        "(router|network|inter-prefix|inter-router|as-external|"
22182        "group-membership|type-7|link|intra-prefix) self-originated "
22183        "(detail|dump|internal)", 
22184        "Show running system information\n"
22185        "IPv6 information\n"
22186        "Open Shortest Path First (OSPF) for IPv6\n"
22187        "Display Link state database\n"
22188        "Display Router LSAs\n"
22189        "Display Network LSAs\n"
22190        "Display Inter-Area-Prefix LSAs\n"
22191        "Display Inter-Area-Router LSAs\n"
22192        "Display As-External LSAs\n"
22193        "Display Group-Membership LSAs\n"
22194        "Display Type-7 LSAs\n"
22195        "Display Link LSAs\n"
22196        "Display Intra-Area-Prefix LSAs\n"
22197        "Display Self-originated LSAs\n"
22198        "Display details of LSAs\n"
22199        "Dump LSAs\n"
22200        "Display LSA's internal information\n"
22201       )
22202
22203 DEFSH (0, show_ip_access_list_cmd_vtysh, 
22204        "show ip access-list", 
22205        "Show running system information\n"
22206        "IP information\n"
22207        "List IP access lists\n")
22208
22209 DEFSH (0, no_match_peer_val_cmd_vtysh, 
22210        "no match peer (A.B.C.D|X:X::X:X)", 
22211        "Negate a command or set its defaults\n"
22212        "Match values from routing table\n"
22213        "Match peer address\n"
22214        "IP address of peer\n"
22215        "IPv6 address of peer\n")
22216
22217 DEFSH (0, ospf_network_area_cmd_vtysh, 
22218        "network A.B.C.D/M area (A.B.C.D|<0-4294967295>)", 
22219        "Enable routing on an IP network\n"
22220        "OSPF network prefix\n"
22221        "Set the OSPF area ID\n"
22222        "OSPF area ID in IP address format\n"
22223        "OSPF area ID as a decimal value\n")
22224
22225 DEFSH (0, show_ip_rip_status_cmd_vtysh, 
22226        "show ip rip status", 
22227        "Show running system information\n"
22228        "IP information\n"
22229        "Show RIP routes\n"
22230        "IP routing protocol process parameters and statistics\n")
22231
22232 DEFSH (0, show_bgp_ipv6_encap_tags_cmd_vtysh, 
22233        "show bgp ipv6 encap tags", 
22234        "Show running system information\n"
22235        "BGP information\n"
22236        "Address Family\n"
22237        "Display ENCAP NLRI specific information\n"
22238        "Display BGP tags for prefixes\n")
22239
22240 DEFSH (0, no_ripng_aggregate_address_cmd_vtysh, 
22241        "no aggregate-address X:X::X:X/M", 
22242        "Negate a command or set its defaults\n"
22243        "Delete aggregate RIPng route announcement\n"
22244        "Aggregate network")
22245
22246 DEFSH (0, ipv6_route_ifname_pref_cmd_vtysh, 
22247        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255>", 
22248        "IP information\n"
22249        "Establish static routes\n"
22250        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
22251        "IPv6 gateway address\n"
22252        "IPv6 gateway interface name\n"
22253        "Distance value for this prefix\n")
22254
22255 DEFSH (0, show_database_cmd_vtysh, 
22256        "show isis database", 
22257        "Show running system information\n"
22258        "IS-IS information\n"
22259        "IS-IS link state database\n")
22260
22261 DEFSH (0, neighbor_remote_as_cmd_vtysh, 
22262        "neighbor (A.B.C.D|X:X::X:X|WORD) " "remote-as " "<1-4294967295>", 
22263        "Specify neighbor router\n"
22264        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22265        "Specify a BGP neighbor\n"
22266        "AS number\n")
22267
22268 DEFSH (0, ipv6_nd_suppress_ra_cmd_vtysh, 
22269        "ipv6 nd suppress-ra", 
22270        "Interface IPv6 config commands\n"
22271        "Neighbor discovery\n"
22272        "Suppress Router Advertisement\n")
22273
22274 DEFSH (0, no_neighbor_remove_private_as_cmd_vtysh, 
22275        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "remove-private-AS", 
22276        "Negate a command or set its defaults\n"
22277        "Specify neighbor router\n"
22278        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22279        "Remove private AS number from outbound updates\n")
22280
22281 DEFSH (0, show_isis_mpls_te_router_cmd_vtysh, 
22282        "show isis mpls-te router", 
22283        "Show running system information\n"
22284        "IS-IS information\n"
22285        "MPLS-TE specific commands\n"
22286        "Router information\n")
22287
22288 DEFSH (0, debug_ospf6_zebra_sendrecv_cmd_vtysh, 
22289        "debug ospf6 zebra (send|recv)", 
22290        "Debugging functions (see also 'undebug')\n"
22291        "Open Shortest Path First (OSPF) for IPv6\n"
22292        "Debug connection between zebra\n"
22293        "Debug Sending zebra\n"
22294        "Debug Receiving zebra\n"
22295       )
22296
22297 DEFSH (0, show_bgp_ipv4_safi_flap_filter_list_cmd_vtysh, 
22298        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics filter-list WORD", 
22299        "Show running system information\n"
22300        "BGP information\n"
22301        "IP information\n"
22302        "Address Family modifier\n"
22303        "Address Family modifier\n"
22304        "Address Family modifier\n"
22305        "Address Family modifier\n"
22306        "Display flap statistics of routes\n"
22307        "Display routes conforming to the filter-list\n"
22308        "Regular expression access list name\n")
22309
22310 DEFSH (0|0|0|0, ip_prefix_list_sequence_number_cmd_vtysh, 
22311        "ip prefix-list sequence-number", 
22312        "IP information\n"
22313        "Build a prefix list\n"
22314        "Include/exclude sequence numbers in NVGEN\n")
22315
22316 DEFSH (0, ipv6_route_ifname_flags_vrf_cmd_vtysh, 
22317        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) " "vrf <0-65535>", 
22318        "IP information\n"
22319        "Establish static routes\n"
22320        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
22321        "IPv6 gateway address\n"
22322        "IPv6 gateway interface name\n"
22323        "Emit an ICMP unreachable when matched\n"
22324        "Silently discard pkts when matched\n"
22325        "Specify the VRF\nThe VRF ID\n")
22326
22327 DEFSH (0, show_ipv6_mbgp_community3_cmd_vtysh, 
22328        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
22329        "Show running system information\n"
22330        "IPv6 information\n"
22331        "MBGP information\n"
22332        "Display routes matching the communities\n"
22333        "community number\n"
22334        "Do not send outside local AS (well-known community)\n"
22335        "Do not advertise to any peer (well-known community)\n"
22336        "Do not export to next AS (well-known community)\n"
22337        "community number\n"
22338        "Do not send outside local AS (well-known community)\n"
22339        "Do not advertise to any peer (well-known community)\n"
22340        "Do not export to next AS (well-known community)\n"
22341        "community number\n"
22342        "Do not send outside local AS (well-known community)\n"
22343        "Do not advertise to any peer (well-known community)\n"
22344        "Do not export to next AS (well-known community)\n")
22345
22346 DEFSH (0, no_neighbor_send_community_type_cmd_vtysh, 
22347        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community (both|all|extended|standard|large)", 
22348        "Negate a command or set its defaults\n"
22349        "Specify neighbor router\n"
22350        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22351        "Send Community attribute to this neighbor\n"
22352        "Send Standard,  Large and Extended Community attributes\n"
22353        "Send Standard,  Large and Extended Community attributes\n"
22354        "Send Extended Community attributes\n"
22355        "Send Standard Community attributes\n"
22356        "Send Large Community attributes\n")
22357
22358 DEFSH (0, ip_route_flags_vrf_cmd_vtysh, 
22359        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
22360        "IP information\n"
22361        "Establish static routes\n"
22362        "IP destination prefix (e.g. 10.0.0.0/8)\n"
22363        "IP gateway address\n"
22364        "IP gateway interface name\n"
22365        "Emit an ICMP unreachable when matched\n"
22366        "Silently discard pkts when matched\n"
22367        "Specify the VRF\nThe VRF ID\n")
22368
22369 DEFSH (0|0|0|0, show_ip_prefix_list_prefix_cmd_vtysh, 
22370        "show ip prefix-list WORD A.B.C.D/M", 
22371        "Show running system information\n"
22372        "IP information\n"
22373        "Build a prefix list\n"
22374        "Name of a prefix list\n"
22375        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
22376
22377 DEFSH (0, ip_route_mask_flags_tag_distance_cmd_vtysh, 
22378        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole)  tag <1-4294967295> <1-255>", 
22379        "IP information\n"
22380        "Establish static routes\n"
22381        "IP destination prefix\n"
22382        "IP destination prefix mask\n"
22383        "IP gateway address\n"
22384        "IP gateway interface name\n"
22385        "Set tag for this route\n"
22386        "Tag value\n"
22387        "Distance value for this route\n"
22388        "Emit an ICMP unreachable when matched\n"
22389        "Silently discard pkts when matched\n")
22390
22391 DEFSH (0, show_bgp_statistics_view_vpnv4_cmd_vtysh, 
22392        "show bgp view WORD (ipv4) (vpnv4) statistics", 
22393        "Show running system information\n"
22394        "BGP information\n"
22395        "BGP view\n"
22396        "Address family\n"
22397        "Address Family modifier\n"
22398        "BGP RIB advertisement statistics\n")
22399
22400 DEFSH (0, no_ip_extcommunity_list_standard_cmd_vtysh, 
22401        "no ip extcommunity-list <1-99> (deny|permit) .AA:NN", 
22402        "Negate a command or set its defaults\n"
22403        "IP information\n"
22404        "Add a extended community list entry\n"
22405        "Extended Community list number (standard)\n"
22406        "Specify community to reject\n"
22407        "Specify community to accept\n"
22408        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
22409
22410 DEFSH (0, lsp_gen_interval_l2_cmd_vtysh, 
22411        "lsp-gen-interval level-2 <1-120>", 
22412        "Minimum interval between regenerating same LSP\n"
22413        "Set interval for level 2 only\n"
22414        "Minimum interval in seconds\n")
22415
22416 DEFSH (0, no_ospf_area_vlink_param1_cmd_vtysh, 
22417        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
22418        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
22419        "Negate a command or set its defaults\n"
22420        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
22421        "Time between HELLO packets\n" "Time between retransmitting lost link state advertisements\n" "Link state transmit delay\n" "Interval after which a neighbor is declared dead\n" "Seconds\n")
22422
22423 DEFSH (0, no_bgp_bestpath_aspath_ignore_cmd_vtysh, 
22424        "no bgp bestpath as-path ignore", 
22425        "Negate a command or set its defaults\n"
22426        "BGP specific commands\n"
22427        "Change the default bestpath selection\n"
22428        "AS-path attribute\n"
22429        "Ignore as-path length in selecting a route\n")
22430
22431 DEFSH (0, no_router_id_cmd_vtysh, 
22432        "no router-id", 
22433        "Negate a command or set its defaults\n"
22434        "Remove the manually configured router-id\n")
22435
22436 DEFSH (0, no_ipv6_route_flags_tag_cmd_vtysh, 
22437        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
22438        "Negate a command or set its defaults\n"
22439        "IP information\n"
22440        "Establish static routes\n"
22441        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
22442        "IPv6 gateway address\n"
22443        "IPv6 gateway interface name\n"
22444        "Emit an ICMP unreachable when matched\n"
22445        "Silently discard pkts when matched\n"
22446        "Set tag for this route\n"
22447        "Tag value\n")
22448
22449 DEFSH (0, no_ospf_max_metric_router_lsa_admin_cmd_vtysh, 
22450        "no max-metric router-lsa administrative", 
22451        "Negate a command or set its defaults\n"
22452        "OSPF maximum / infinite-distance metric\n"
22453        "Advertise own Router-LSA with infinite distance (stub router)\n"
22454        "Administratively applied,  for an indefinite period\n")
22455
22456 DEFSH (0, set_ip_nexthop_peer_cmd_vtysh, 
22457        "set ip next-hop peer-address", 
22458        "Set values in destination routing protocol\n"
22459        "IP information\n"
22460        "Next hop address\n"
22461        "Use peer address (for BGP only)\n")
22462
22463 DEFSH (0, show_bgp_ipv4_vpn_summary_cmd_vtysh, 
22464        "show bgp ipv4 vpn summary", 
22465        "Show running system information\n"
22466        "BGP information\n"
22467        "IPv4\n"
22468        "Display VPN NLRI specific information\n"
22469        "Summary of BGP neighbor status\n")
22470
22471 DEFSH (0, no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh, 
22472        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> restart <1-65535>", 
22473        "Negate a command or set its defaults\n"
22474        "Specify neighbor router\n"
22475        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22476        "Maximum number of prefix accept from this peer\n"
22477        "maximum no. of prefix limit\n"
22478        "Threshold value (%) at which to generate a warning msg\n"
22479        "Restart bgp connection after limit is exceeded\n"
22480        "Restart interval in minutes")
22481
22482 DEFSH (0, show_ipv6_forwarding_cmd_vtysh, 
22483        "show ipv6 forwarding", 
22484        "Show running system information\n"
22485        "IPv6 information\n"
22486        "Forwarding status\n")
22487
22488 DEFSH (0|0|0|0|0, no_set_tag_val_cmd_vtysh, 
22489        "no set tag <1-4294967295>", 
22490        "Negate a command or set its defaults\n"
22491        "Set values in destination routing protocol\n"
22492        "Tag value for routing protocol\n"
22493        "Tag value\n")
22494
22495 DEFSH (0, debug_rip_packet_direct_cmd_vtysh, 
22496        "debug rip packet (recv|send)", 
22497        "Debugging functions (see also 'undebug')\n"
22498        "RIP information\n"
22499        "RIP packet\n"
22500        "RIP receive packet\n"
22501        "RIP send packet\n")
22502
22503 DEFSH (0|0, set_metric_addsub_cmd_vtysh, 
22504        "set metric <+/-metric>", 
22505        "Set values in destination routing protocol\n"
22506        "Metric value for destination routing protocol\n"
22507        "Add or subtract metric\n")
22508
22509 DEFSH (0, interface_ip_igmp_cmd_vtysh, 
22510        "ip igmp", 
22511        "IP information\n"
22512        "Enable IGMP operation\n")
22513
22514 DEFSH (0, interface_ip_mroute_cmd_vtysh, 
22515        "ip mroute INTERFACE A.B.C.D", 
22516        "IP information\n"
22517        "Add multicast route\n"
22518        "Outgoing interface name\n"
22519        "Group address\n")
22520
22521 DEFSH (0, debug_pim_events_cmd_vtysh, 
22522        "debug pim events", 
22523        "Debugging functions (see also 'undebug')\n"
22524        "PIM protocol activity\n"
22525        "PIM protocol events\n")
22526
22527 DEFSH (0, no_isis_metric_l2_cmd_vtysh, 
22528        "no isis metric level-2", 
22529        "Negate a command or set its defaults\n"
22530        "IS-IS commands\n"
22531        "Set default metric for circuit\n"
22532        "Specify metric for level-2 routing\n")
22533
22534 DEFSH (0, set_local_pref_cmd_vtysh, 
22535        "set local-preference <0-4294967295>", 
22536        "Set values in destination routing protocol\n"
22537        "BGP local preference path attribute\n"
22538        "Preference value\n")
22539
22540 DEFSH (0, debug_ospf6_brouter_area_cmd_vtysh, 
22541        "debug ospf6 border-routers area-id A.B.C.D", 
22542        "Debugging functions (see also 'undebug')\n"
22543        "Open Shortest Path First (OSPF) for IPv6\n"
22544        "Debug border router\n"
22545        "Debug border routers in specific Area\n"
22546        "Specify Area-ID\n"
22547       )
22548
22549 DEFSH (0, no_neighbor_passive_cmd_vtysh, 
22550        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "passive", 
22551        "Negate a command or set its defaults\n"
22552        "Specify neighbor router\n"
22553        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22554        "Don't send open messages to this neighbor\n")
22555
22556 DEFSH (0, no_ospf_passive_interface_default_cmd_vtysh, 
22557        "no passive-interface default", 
22558        "Negate a command or set its defaults\n"
22559        "Allow routing updates on an interface\n"
22560        "Allow routing updates on interfaces by default\n")
22561
22562 DEFSH (0, show_ip_route_supernets_vrf_all_cmd_vtysh, 
22563        "show ip route supernets-only " "vrf all", 
22564        "Show running system information\n"
22565        "IP information\n"
22566        "IP routing table\n"
22567        "Show supernet entries only\n"
22568        "Specify the VRF\nAll VRFs\n")
22569
22570 DEFSH (0|0|0|0, ipv6_prefix_list_le_ge_cmd_vtysh, 
22571        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
22572        "IPv6 information\n"
22573        "Build a prefix list\n"
22574        "Name of a prefix list\n"
22575        "Specify packets to reject\n"
22576        "Specify packets to forward\n"
22577        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
22578        "Maximum prefix length to be matched\n"
22579        "Maximum prefix length\n"
22580        "Minimum prefix length to be matched\n"
22581        "Minimum prefix length\n")
22582
22583 DEFSH (0|0|0|0|0|0, set_metric_cmd_vtysh, 
22584        "set metric <0-4294967295>", 
22585        "Set value\n"
22586        "Metric value for destination routing protocol\n"
22587        "Metric value\n")
22588
22589 DEFSH (0, bgp_cluster_id32_cmd_vtysh, 
22590        "bgp cluster-id <1-4294967295>", 
22591        "BGP information\n"
22592        "Configure Route-Reflector Cluster-id\n"
22593        "Route-Reflector Cluster-id as 32 bit quantity\n")
22594
22595 DEFSH (0, show_bgp_ipv4_vpn_tags_cmd_vtysh, 
22596        "show bgp ipv4 vpn tags", 
22597        "Show running system information\n"
22598        "BGP information\n"
22599        "Address Family\n"
22600        "Display VPN NLRI specific information\n"
22601        "Display BGP tags for prefixes\n")
22602
22603 DEFSH (0, show_bgp_ipv6_safi_community3_cmd_vtysh, 
22604        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
22605        "Show running system information\n"
22606        "BGP information\n"
22607        "Address family\n"
22608        "Address family modifier\n"
22609        "Address family modifier\n"
22610        "Address family modifier\n"
22611        "Address family modifier\n"
22612        "Display routes matching the communities\n"
22613        "community number\n"
22614        "Do not send outside local AS (well-known community)\n"
22615        "Do not advertise to any peer (well-known community)\n"
22616        "Do not export to next AS (well-known community)\n"
22617        "community number\n"
22618        "Do not send outside local AS (well-known community)\n"
22619        "Do not advertise to any peer (well-known community)\n"
22620        "Do not export to next AS (well-known community)\n"
22621        "community number\n"
22622        "Do not send outside local AS (well-known community)\n"
22623        "Do not advertise to any peer (well-known community)\n"
22624        "Do not export to next AS (well-known community)\n")
22625
22626 DEFSH (0, no_match_ip_route_source_prefix_list_cmd_vtysh, 
22627        "no match ip route-source prefix-list", 
22628        "Negate a command or set its defaults\n"
22629        "Match values from routing table\n"
22630        "IP information\n"
22631        "Match advertising source address of route\n"
22632        "Match entries of prefix-lists\n")
22633
22634 DEFSH (0, show_ip_igmp_parameters_cmd_vtysh, 
22635        "show ip igmp parameters", 
22636        "Show running system information\n"
22637        "IP information\n"
22638        "IGMP information\n"
22639        "IGMP parameters information\n")
22640
22641 DEFSH (0, show_bgp_ipv4_safi_damp_flap_prefix_cmd_vtysh, 
22642        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics A.B.C.D/M", 
22643        "Show running system information\n"
22644        "BGP information\n"
22645        "Address family\n"
22646        "Address Family modifier\n"
22647        "Address Family modifier\n"
22648        "Address Family modifier\n"
22649        "Address Family modifier\n"
22650        "Display detailed information about dampening\n"
22651        "Display flap statistics of routes\n"
22652        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
22653
22654 DEFSH (0, no_rip_redistribute_type_routemap_cmd_vtysh, 
22655        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " route-map WORD", 
22656        "Negate a command or set its defaults\n"
22657        "Redistribute information from another routing protocol\n"
22658        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
22659        "Route map reference\n"
22660        "Pointer to route-map entries\n")
22661
22662 DEFSH (0, no_bgp_network_import_check_cmd_vtysh, 
22663        "no bgp network import-check", 
22664        "Negate a command or set its defaults\n"
22665        "BGP specific commands\n"
22666        "BGP network command\n"
22667        "Check BGP network route exists in IGP\n")
22668
22669 DEFSH (0, clear_bgp_peer_group_out_cmd_vtysh, 
22670        "clear bgp peer-group WORD out", 
22671        "Reset functions\n"
22672        "BGP information\n"
22673        "Clear all members of peer-group\n"
22674        "BGP peer-group name\n"
22675        "Resend all outbound updates\n")
22676
22677 DEFSH (0, show_bgp_ipv4_safi_neighbor_routes_cmd_vtysh, 
22678        "show bgp ipv4 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) routes", 
22679        "Show running system information\n"
22680        "BGP information\n"
22681        "Address family\n"
22682        "Address Family modifier\n"
22683        "Address Family modifier\n"
22684        "Detailed information on TCP and BGP neighbor connections\n"
22685        "Neighbor to display information about\n"
22686        "Neighbor to display information about\n"
22687        "Display routes learned from neighbor\n")
22688
22689 DEFSH (0, no_ospf_distance_cmd_vtysh, 
22690        "no distance <1-255>", 
22691        "Negate a command or set its defaults\n"
22692        "Define an administrative distance\n"
22693        "OSPF Administrative distance\n")
22694
22695 DEFSH (0, ospf_area_stub_cmd_vtysh, 
22696        "area (A.B.C.D|<0-4294967295>) stub", 
22697        "OSPF area parameters\n"
22698        "OSPF area ID in IP address format\n"
22699        "OSPF area ID as a decimal value\n"
22700        "Configure OSPF area as stub\n")
22701
22702 DEFSH (0, show_ip_route_cmd_vtysh, 
22703        "show ip route", 
22704        "Show running system information\n"
22705        "IP information\n"
22706        "IP routing table\n")
22707
22708 DEFSH (0, no_ospf_area_default_cost_cmd_vtysh, 
22709        "no area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>", 
22710        "Negate a command or set its defaults\n"
22711        "OSPF area parameters\n"
22712        "OSPF area ID in IP address format\n"
22713        "OSPF area ID as a decimal value\n"
22714        "Set the summary-default cost of a NSSA or stub area\n"
22715        "Stub's advertised default summary cost\n")
22716
22717 DEFSH (0, no_aggregate_address_mask_cmd_vtysh, 
22718        "no aggregate-address A.B.C.D A.B.C.D", 
22719        "Negate a command or set its defaults\n"
22720        "Configure BGP aggregate entries\n"
22721        "Aggregate address\n"
22722        "Aggregate mask\n")
22723
22724 DEFSH (0, clear_ip_bgp_external_cmd_vtysh, 
22725        "clear ip bgp external", 
22726        "Reset functions\n"
22727        "IP information\n"
22728        "BGP information\n"
22729        "Clear all external peers\n")
22730
22731 DEFSH (0, no_spf_interval_l2_arg_cmd_vtysh, 
22732        "no spf-interval level-2 <1-120>", 
22733        "Negate a command or set its defaults\n"
22734        "Minimum interval between SPF calculations\n"
22735        "Set interval for level 2 only\n"
22736        "Minimum interval between consecutive SPFs in seconds\n")
22737
22738 DEFSH (0, no_ip_extcommunity_list_standard_all_cmd_vtysh, 
22739        "no ip extcommunity-list <1-99>", 
22740        "Negate a command or set its defaults\n"
22741        "IP information\n"
22742        "Add a extended community list entry\n"
22743        "Extended Community list number (standard)\n")
22744
22745 DEFSH (0, ip_lcommunity_list_name_standard_cmd_vtysh, 
22746        "ip large-community-list standard WORD (deny|permit) .AA:BB.CC", 
22747        "IP information\n"
22748        "Add a large community list entry\n"
22749        "Specify standard large-community-list\n"
22750        "Large Community list name\n"
22751        "Specify large community to reject\n"
22752        "Specify large community to accept\n"
22753        "large community in 'aa:bb:cc' format\n")
22754
22755 DEFSH (0, access_list_extended_host_mask_cmd_vtysh, 
22756        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D A.B.C.D A.B.C.D", 
22757        "Add an access list entry\n"
22758        "IP extended access list\n"
22759        "IP extended access list (expanded range)\n"
22760        "Specify packets to reject\n"
22761        "Specify packets to forward\n"
22762        "Any Internet Protocol\n"
22763        "A single source host\n"
22764        "Source address\n"
22765        "Destination address\n"
22766        "Destination Wildcard bits\n")
22767
22768 DEFSH (0, if_nhrp_network_id_cmd_vtysh, 
22769  "(ip|ipv6)" " nhrp network-id <1-4294967295>", 
22770  "IP information\n" "IPv6 information\n"
22771  "Next Hop Resolution Protocol functions\n"
22772  "Enable NHRP and specify network-id\n"
22773  "System local ID to specify interface group\n")
22774
22775 DEFSH (0, ipv6_route_flags_pref_tag_cmd_vtysh, 
22776        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
22777        "IP information\n"
22778        "Establish static routes\n"
22779        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
22780        "IPv6 gateway address\n"
22781        "IPv6 gateway interface name\n"
22782        "Emit an ICMP unreachable when matched\n"
22783        "Silently discard pkts when matched\n"
22784        "Set tag for this route\n"
22785        "Tag value\n"
22786        "Distance value for this prefix\n")
22787
22788 DEFSH (0, no_isis_hello_multiplier_arg_cmd_vtysh, 
22789        "no isis hello-multiplier <2-100>", 
22790        "Negate a command or set its defaults\n"
22791        "IS-IS commands\n"
22792        "Set multiplier for Hello holding time\n"
22793        "Hello multiplier value\n")
22794
22795 DEFSH (0|0|0|0, show_ipv6_prefix_list_summary_cmd_vtysh, 
22796        "show ipv6 prefix-list summary", 
22797        "Show running system information\n"
22798        "IPv6 information\n"
22799        "Build a prefix list\n"
22800        "Summary of prefix lists\n")
22801
22802 DEFSH (0, no_debug_ospf6_interface_cmd_vtysh, 
22803        "no debug ospf6 interface", 
22804        "Negate a command or set its defaults\n"
22805        "Debugging functions (see also 'undebug')\n"
22806        "Open Shortest Path First (OSPF) for IPv6\n"
22807        "Debug OSPFv3 Interface\n"
22808       )
22809
22810 DEFSH (0, no_isis_metric_l1_arg_cmd_vtysh, 
22811        "no isis metric <0-16777215> level-1", 
22812        "Negate a command or set its defaults\n"
22813        "IS-IS commands\n"
22814        "Set default metric for circuit\n"
22815        "Default metric value\n"
22816        "Specify metric for level-1 routing\n")
22817
22818 DEFSH (0, neighbor_attr_unchanged5_cmd_vtysh, 
22819        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path next-hop med", 
22820        "Specify neighbor router\n"
22821        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22822        "BGP attribute is propagated unchanged to this neighbor\n"
22823        "As-path attribute\n"
22824        "Nexthop attribute\n"
22825        "Med attribute\n")
22826
22827 DEFSH (0, lsp_gen_interval_cmd_vtysh, 
22828        "lsp-gen-interval <1-120>", 
22829        "Minimum interval between regenerating same LSP\n"
22830        "Minimum interval in seconds\n")
22831
22832 DEFSH (0, no_ipv6_nd_adv_interval_config_option_cmd_vtysh, 
22833        "no ipv6 nd adv-interval-option", 
22834        "Negate a command or set its defaults\n"
22835        "Interface IPv6 config commands\n"
22836        "Neighbor discovery\n"
22837        "Advertisement Interval Option\n")
22838
22839 DEFSH (0, clear_ip_bgp_all_vpnv4_soft_in_cmd_vtysh, 
22840        "clear ip bgp * vpnv4 unicast soft in", 
22841        "Reset functions\n"
22842        "IP information\n"
22843        "BGP information\n"
22844        "Clear all peers\n"
22845        "Address family\n"
22846        "Address Family Modifier\n"
22847        "Soft reconfig inbound and outbound updates\n"
22848        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
22849
22850 DEFSH (0, clear_ip_bgp_peer_vpnv4_soft_cmd_vtysh, 
22851        "clear ip bgp A.B.C.D vpnv4 unicast soft", 
22852        "Reset functions\n"
22853        "IP information\n"
22854        "BGP information\n"
22855        "BGP neighbor address to clear\n"
22856        "Address family\n"
22857        "Address Family Modifier\n"
22858        "Soft reconfig inbound and outbound updates\n")
22859
22860 DEFSH (0, show_ipv6_route_protocol_vrf_cmd_vtysh, 
22861        "show ipv6 route " "(kernel|connected|static|ripng|ospf6|isis|bgp|babel|nhrp)" " " "vrf <0-65535>", 
22862        "Show running system information\n"
22863        "IP information\n"
22864        "IP routing table\n"
22865        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n"
22866        "Specify the VRF\nThe VRF ID\n")
22867
22868 DEFSH (0, no_lsp_gen_interval_arg_cmd_vtysh, 
22869        "no lsp-gen-interval <1-120>", 
22870        "Negate a command or set its defaults\n"
22871        "Minimum interval between regenerating same LSP\n"
22872        "Minimum interval in seconds\n")
22873
22874 DEFSH (0, no_access_list_standard_nomask_cmd_vtysh, 
22875        "no access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D", 
22876        "Negate a command or set its defaults\n"
22877        "Add an access list entry\n"
22878        "IP standard access list\n"
22879        "IP standard access list (expanded range)\n"
22880        "Specify packets to reject\n"
22881        "Specify packets to forward\n"
22882        "Address to match\n")
22883
22884 DEFSH (0, show_bgp_ipv4_safi_rsclient_prefix_cmd_vtysh, 
22885        "show bgp ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
22886        "Show running system information\n"
22887        "BGP information\n"
22888        "Address family\n"
22889        "Address Family modifier\n"
22890        "Address Family modifier\n"
22891        "Information about Route Server Client\n"
22892        "Neighbor address\nIPv6 address\n"
22893        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
22894
22895 DEFSH (0, debug_isis_snp_cmd_vtysh, 
22896        "debug isis snp-packets", 
22897        "Debugging functions (see also 'undebug')\n"
22898        "IS-IS information\n"
22899        "IS-IS CSNP/PSNP packets\n")
22900
22901 DEFSH (0, show_ip_bgp_neighbor_advertised_route_cmd_vtysh, 
22902        "show ip bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
22903        "Show running system information\n"
22904        "IP information\n"
22905        "BGP information\n"
22906        "Detailed information on TCP and BGP neighbor connections\n"
22907        "Neighbor to display information about\n"
22908        "Neighbor to display information about\n"
22909        "Display the routes advertised to a BGP neighbor\n")
22910
22911 DEFSH (0, ospf_area_vlink_authtype_authkey_cmd_vtysh, 
22912        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
22913        "(authentication|) "
22914        "(authentication-key|) AUTH_KEY", 
22915        "OSPF area parameters\n" "OSPF area ID in IP address format\n" "OSPF area ID as a decimal value\n" "Configure a virtual link\n" "Router ID of the remote ABR\n"
22916        "Enable authentication on this virtual link\n" "dummy string \n"
22917        "Authentication password (key)\n" "The OSPF password (key)")
22918
22919 DEFSH (0, no_pce_neighbor_cmd_vtysh, 
22920        "no pce neighbor as <0-65535>", 
22921        "Negate a command or set its defaults\n"
22922        "PCE Router Information specific commands\n"
22923        "Disable PCE neighbor AS number\n"
22924        "AS number of PCE neighbor\n"
22925        "AS number in decimal <0-65535>\n")
22926
22927 DEFSH (0, csnp_interval_l1_cmd_vtysh, 
22928        "isis csnp-interval <1-600> level-1", 
22929        "IS-IS commands\n"
22930        "Set CSNP interval in seconds\n"
22931        "CSNP interval value\n"
22932        "Specify interval for level-1 CSNPs\n")
22933
22934 DEFSH (0, show_ipv6_ripng_cmd_vtysh, 
22935        "show ipv6 ripng", 
22936        "Show running system information\n"
22937        "IPv6 information\n"
22938        "Show RIPng routes\n")
22939
22940 DEFSH (0, show_bgp_ipv6_encap_prefix_cmd_vtysh, 
22941        "show bgp ipv6 encap X:X::X:X/M", 
22942        "Show running system information\n"
22943        "BGP information\n"
22944        "IP information\n"
22945        "Display ENCAP NLRI specific information\n"
22946        "Display information about ENCAP NLRIs\n"
22947        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
22948
22949 DEFSH (0, show_ipv6_ospf6_database_type_router_cmd_vtysh, 
22950        "show ipv6 ospf6 database "
22951        "(router|network|inter-prefix|inter-router|as-external|"
22952        "group-membership|type-7|link|intra-prefix) * A.B.C.D", 
22953        "Show running system information\n"
22954        "IPv6 information\n"
22955        "Open Shortest Path First (OSPF) for IPv6\n"
22956        "Display Link state database\n"
22957        "Display Router LSAs\n"
22958        "Display Network LSAs\n"
22959        "Display Inter-Area-Prefix LSAs\n"
22960        "Display Inter-Area-Router LSAs\n"
22961        "Display As-External LSAs\n"
22962        "Display Group-Membership LSAs\n"
22963        "Display Type-7 LSAs\n"
22964        "Display Link LSAs\n"
22965        "Display Intra-Area-Prefix LSAs\n"
22966        "Any Link state ID\n"
22967        "Specify Advertising Router as IPv4 address notation\n"
22968       )
22969
22970 DEFSH (0, show_ipv6_bgp_lcommunity_list_cmd_vtysh, 
22971        "show ipv6 bgp large-community-list WORD", 
22972        "Show running system information\n"
22973        "IPv6 information\n"
22974        "BGP information\n"
22975        "Display routes matching the large-community-list\n"
22976        "large-community-list name\n")
22977
22978 DEFSH (0, no_set_local_pref_val_cmd_vtysh, 
22979        "no set local-preference <0-4294967295>", 
22980        "Negate a command or set its defaults\n"
22981        "Set values in destination routing protocol\n"
22982        "BGP local preference path attribute\n"
22983        "Preference value\n")
22984
22985 DEFSH (0, ospf6_distance_ospf6_external_inter_intra_cmd_vtysh, 
22986        "distance ospf6 external <1-255> inter-area <1-255> intra-area <1-255>", 
22987        "Define an administrative distance\n"
22988        "OSPF6 Administrative distance\n"
22989        "External routes\n"
22990        "Distance for external routes\n"
22991        "Inter-area routes\n"
22992        "Distance for inter-area routes\n"
22993        "Intra-area routes\n"
22994        "Distance for intra-area routes\n")
22995
22996 DEFSH (0, no_ip_rip_authentication_mode_type_cmd_vtysh, 
22997        "no ip rip authentication mode (md5|text)", 
22998        "Negate a command or set its defaults\n"
22999        "IP information\n"
23000        "Routing Information Protocol\n"
23001        "Authentication control\n"
23002        "Authentication mode\n"
23003        "Keyed message digest\n"
23004        "Clear text authentication\n")
23005
23006 DEFSH (0, show_bgp_view_afi_safi_community2_cmd_vtysh, 
23007        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
23008        "Show running system information\n"
23009        "BGP information\n"
23010        "BGP view\n"
23011        "View name\n"
23012        "Address family\n"
23013        "Address family\n"
23014        "Address family modifier\n"
23015        "Address family modifier\n"
23016        "Display routes matching the communities\n"
23017        "community number\n"
23018        "Do not send outside local AS (well-known community)\n"
23019        "Do not advertise to any peer (well-known community)\n"
23020        "Do not export to next AS (well-known community)\n"
23021        "community number\n"
23022        "Do not send outside local AS (well-known community)\n"
23023        "Do not advertise to any peer (well-known community)\n"
23024        "Do not export to next AS (well-known community)\n")
23025
23026 DEFSH (0, ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh, 
23027        "ipv6 ripng split-horizon poisoned-reverse", 
23028        "IPv6 information\n"
23029        "Routing Information Protocol\n"
23030        "Perform split horizon\n"
23031        "With poisoned-reverse\n")
23032
23033 DEFSH (0, show_bgp_view_afi_safi_lcommunity_cmd_vtysh, 
23034        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC)", 
23035        "Show running system information\n"
23036        "BGP information\n"
23037        "BGP view\n"
23038        "View name\n"
23039        "Address family\n"
23040        "Address family\n"
23041        "Address family modifier\n"
23042        "Address family modifier\n"
23043        "Display routes matching the large-communities\n"
23044        "large-community number\n")
23045
23046 DEFSH (0, no_bgp_network_mask_natural_backdoor_cmd_vtysh, 
23047        "no network A.B.C.D backdoor", 
23048        "Negate a command or set its defaults\n"
23049        "Specify a network to announce via BGP\n"
23050        "Network number\n"
23051        "Specify a BGP backdoor route\n")
23052
23053 DEFSH (0, ospf_abr_type_cmd_vtysh, 
23054        "ospf abr-type (cisco|ibm|shortcut|standard)", 
23055        "OSPF specific commands\n"
23056        "Set OSPF ABR type\n"
23057        "Alternative ABR,  cisco implementation\n"
23058        "Alternative ABR,  IBM implementation\n"
23059        "Shortcut ABR\n"
23060        "Standard behavior (RFC2328)\n")
23061
23062 DEFSH (0, no_ospf_mpls_te_cmd_vtysh, 
23063        "no mpls-te", 
23064        "Negate a command or set its defaults\n"
23065        "Disable the MPLS-TE functionality\n")
23066
23067 DEFSH (0, bgp_deterministic_med_cmd_vtysh, 
23068        "bgp deterministic-med", 
23069        "BGP specific commands\n"
23070        "Pick the best-MED path among paths advertised from the neighboring AS\n")
23071
23072 DEFSH (0, ospf6_distance_ospf6_intra_inter_cmd_vtysh, 
23073        "distance ospf6 intra-area <1-255> inter-area <1-255>", 
23074        "Define an administrative distance\n"
23075        "OSPF6 Administrative distance\n"
23076        "Intra-area routes\n"
23077        "Distance for intra-area routes\n"
23078        "Inter-area routes\n"
23079        "Distance for inter-area routes\n")
23080
23081 DEFSH (0, show_bgp_ipv6_lcommunity_cmd_vtysh, 
23082        "show bgp ipv6 large-community (AA:BB:CC)", 
23083        "Show running system information\n"
23084        "BGP information\n"
23085        "Address family\n"
23086        "Display routes matching the large-communities\n"
23087        "large-community number\n")
23088
23089 DEFSH (0, neighbor_passive_cmd_vtysh, 
23090        "neighbor (A.B.C.D|X:X::X:X|WORD) " "passive", 
23091        "Specify neighbor router\n"
23092        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
23093        "Don't send open messages to this neighbor\n")
23094
23095 DEFSH (0, send_lifetime_duration_day_month_cmd_vtysh, 
23096        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> duration <1-2147483646>", 
23097        "Set send lifetime of the key\n"
23098        "Time to start\n"
23099        "Day of th month to start\n"
23100        "Month of the year to start\n"
23101        "Year to start\n"
23102        "Duration of the key\n"
23103        "Duration seconds\n")
23104
23105 DEFSH (0, ospf_distribute_list_out_cmd_vtysh, 
23106        "distribute-list WORD out " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)", 
23107        "Filter networks in routing updates\n"
23108        "Access-list name\n"
23109        "Filter outgoing routing updates\n"
23110        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Border Gateway Protocol (BGP)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
23111
23112 DEFSH (0, clear_ip_bgp_external_soft_in_cmd_vtysh, 
23113        "clear ip bgp external soft in", 
23114        "Reset functions\n"
23115        "IP information\n"
23116        "BGP information\n"
23117        "Clear all external peers\n"
23118        "Soft reconfig inbound and outbound updates\n"
23119        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
23120
23121 DEFSH (0, show_ipv6_mbgp_prefix_list_cmd_vtysh, 
23122        "show ipv6 mbgp prefix-list WORD", 
23123        "Show running system information\n"
23124        "IPv6 information\n"
23125        "MBGP information\n"
23126        "Display routes matching the prefix-list\n"
23127        "IPv6 prefix-list name\n")
23128
23129 DEFSH (0, ospf_message_digest_key_cmd_vtysh, 
23130        "ospf message-digest-key <1-255> md5 KEY", 
23131        "OSPF interface commands\n"
23132        "Message digest authentication password (key)\n"
23133        "Key ID\n"
23134        "Use MD5 algorithm\n"
23135        "The OSPF password (key)")
23136
23137 DEFSH (0, neighbor_description_cmd_vtysh, 
23138        "neighbor (A.B.C.D|X:X::X:X|WORD) " "description .LINE", 
23139        "Specify neighbor router\n"
23140        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
23141        "Neighbor specific description\n"
23142        "Up to 80 characters describing this neighbor\n")
23143
23144 DEFSH (0, ip_route_flags_tag_distance2_cmd_vtysh, 
23145        "ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>", 
23146        "IP information\n"
23147        "Establish static routes\n"
23148        "IP destination prefix (e.g. 10.0.0.0/8)\n"
23149        "Emit an ICMP unreachable when matched\n"
23150        "Silently discard pkts when matched\n"
23151        "Set tag for this route\n"
23152        "Tag value\n"
23153        "Distance value for this route\n")
23154
23155 DEFSH (0, clear_ip_bgp_peer_soft_cmd_vtysh, 
23156        "clear ip bgp A.B.C.D soft", 
23157        "Reset functions\n"
23158        "IP information\n"
23159        "BGP information\n"
23160        "BGP neighbor address to clear\n"
23161        "Soft reconfig inbound and outbound updates\n")
23162
23163 DEFSH (0, show_ip_bgp_ipv4_lcommunity4_cmd_vtysh, 
23164        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
23165        "Show running system information\n"
23166        "IP information\n"
23167        "BGP information\n"
23168        "Address family\n"
23169        "Address Family modifier\n"
23170        "Address Family modifier\n"
23171        "Display routes matching the large-communities\n"
23172        "large-community number\n"
23173        "large-community number\n"
23174        "large-community number\n"
23175        "large-community number\n")
23176
23177 DEFSH (0, bgp_always_compare_med_cmd_vtysh, 
23178        "bgp always-compare-med", 
23179        "BGP specific commands\n"
23180        "Allow comparing MED from different neighbors\n")
23181
23182 DEFSH (0, show_bgp_summary_cmd_vtysh, 
23183        "show bgp summary", 
23184        "Show running system information\n"
23185        "BGP information\n"
23186        "Summary of BGP neighbor status\n")
23187
23188 DEFSH (0, show_ip_bgp_dampening_params_cmd_vtysh, 
23189        "show ip bgp dampening parameters", 
23190        "Show running system information\n"
23191        "IP information\n"
23192        "BGP information\n"
23193        "Display detailed information about dampening\n"
23194        "Display detail of configured dampening parameters\n")
23195
23196 DEFSH (0|0|0|0, match_ip_next_hop_cmd_vtysh, 
23197        "match ip next-hop (<1-199>|<1300-2699>|WORD)", 
23198        "Match values from routing table\n"
23199        "IP information\n"
23200        "Match next-hop address of route\n"
23201        "IP access-list number\n"
23202        "IP access-list number (expanded range)\n"
23203        "IP Access-list name\n")
23204
23205 DEFSH (0, clear_bgp_ipv6_peer_soft_cmd_vtysh, 
23206        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft", 
23207        "Reset functions\n"
23208        "BGP information\n"
23209        "Address family\n"
23210        "BGP neighbor address to clear\n"
23211        "BGP IPv6 neighbor to clear\n"
23212        "Soft reconfig inbound and outbound updates\n")
23213
23214 DEFSH (0, accept_lifetime_day_month_month_day_cmd_vtysh, 
23215        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
23216        "Set accept lifetime of the key\n"
23217        "Time to start\n"
23218        "Day of th month to start\n"
23219        "Month of the year to start\n"
23220        "Year to start\n"
23221        "Time to expire\n"
23222        "Month of the year to expire\n"
23223        "Day of th month to expire\n"
23224        "Year to expire\n")
23225
23226 DEFSH (0, no_bgp_enforce_first_as_cmd_vtysh, 
23227        "no bgp enforce-first-as", 
23228        "Negate a command or set its defaults\n"
23229        "BGP information\n"
23230        "Enforce the first AS for EBGP routes\n")
23231
23232 DEFSH (0, no_ospf_area_range_advertise_cost_cmd_vtysh, 
23233        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise cost <0-16777215>", 
23234        "Negate a command or set its defaults\n"
23235        "OSPF area parameters\n"
23236        "OSPF area ID in IP address format\n"
23237        "OSPF area ID as a decimal value\n"
23238        "Summarize routes matching address/mask (border routers only)\n"
23239        "Area range prefix\n"
23240        "Advertise this range (default)\n"
23241        "User specified metric for this range\n"
23242        "Advertised metric for this range\n")
23243
23244 DEFSH (0, ipv6_route_pref_tag_cmd_vtysh, 
23245        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>", 
23246        "IP information\n"
23247        "Establish static routes\n"
23248        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
23249        "IPv6 gateway address\n"
23250        "IPv6 gateway interface name\n"
23251        "Set tag for this route\n"
23252        "Tag value\n"
23253        "Distance value for this prefix\n")
23254
23255 DEFSH (0, no_isis_metric_cmd_vtysh, 
23256        "no isis metric", 
23257        "Negate a command or set its defaults\n"
23258        "IS-IS commands\n"
23259        "Set default metric for circuit\n")
23260
23261 DEFSH (0, no_ip_route_flags2_tag_cmd_vtysh, 
23262        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295>", 
23263        "Negate a command or set its defaults\n"
23264        "IP information\n"
23265        "Establish static routes\n"
23266        "IP destination prefix (e.g. 10.0.0.0/8)\n"
23267        "Emit an ICMP unreachable when matched\n"
23268        "Silently discard pkts when matched\n"
23269        "Tag of this route\n"
23270        "Tag value\n")
23271
23272 DEFSH (0, debug_ospf_ism_cmd_vtysh, 
23273        "debug ospf ism", 
23274        "Debugging functions (see also 'undebug')\n"
23275        "OSPF information\n"
23276        "OSPF Interface State Machine\n")
23277
23278 DEFSH (0, no_ipv6_route_tag_cmd_vtysh, 
23279        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>", 
23280        "Negate a command or set its defaults\n"
23281        "IP information\n"
23282        "Establish static routes\n"
23283        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
23284        "IPv6 gateway address\n"
23285        "IPv6 gateway interface name\n"
23286        "Set tag for this route\n"
23287        "Tag value\n")
23288
23289 DEFSH (0, no_ospf_area_range_cost_cmd_vtysh, 
23290        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M cost <0-16777215>", 
23291        "Negate a command or set its defaults\n"
23292        "OSPF area parameters\n"
23293        "OSPF area ID in IP address format\n"
23294        "OSPF area ID as a decimal value\n"
23295        "Summarize routes matching address/mask (border routers only)\n"
23296        "Area range prefix\n"
23297        "User specified metric for this range\n"
23298        "Advertised metric for this range\n")
23299
23300 DEFSH (0, no_neighbor_peer_group_cmd_vtysh, 
23301        "no neighbor WORD peer-group", 
23302        "Negate a command or set its defaults\n"
23303        "Specify neighbor router\n"
23304        "Neighbor tag\n"
23305        "Configure peer-group\n")
23306
23307 DEFSH (0, ip_irdp_debug_misc_cmd_vtysh, 
23308        "ip irdp debug misc", 
23309        "IP information\n"
23310        "ICMP Router discovery debug Averts. and Solicits (short)\n")
23311
23312 DEFSH (0, no_bgp_redistribute_ipv6_cmd_vtysh, 
23313        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)", 
23314        "Negate a command or set its defaults\n"
23315        "Redistribute information from another routing protocol\n"
23316        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol next-generation (IPv6) (RIPng)\n" "Open Shortest Path First (IPv6) (OSPFv3)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
23317
23318 DEFSH (0, clear_ip_bgp_dampening_prefix_cmd_vtysh, 
23319        "clear ip bgp dampening A.B.C.D/M", 
23320        "Reset functions\n"
23321        "IP information\n"
23322        "BGP information\n"
23323        "Clear route flap dampening information\n"
23324        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
23325
23326 DEFSH (0, ipv6_route_pref_tag_vrf_cmd_vtysh, 
23327        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
23328        "IP information\n"
23329        "Establish static routes\n"
23330        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
23331        "IPv6 gateway address\n"
23332        "IPv6 gateway interface name\n"
23333        "Set tag for this route\n"
23334        "Tag value\n"
23335        "Distance value for this prefix\n"
23336        "Specify the VRF\nThe VRF ID\n")
23337
23338 DEFSH (0, csnp_interval_cmd_vtysh, 
23339        "isis csnp-interval <1-600>", 
23340        "IS-IS commands\n"
23341        "Set CSNP interval in seconds\n"
23342        "CSNP interval value\n")
23343
23344 DEFSH (0, show_bgp_view_afi_safi_community_all_cmd_vtysh, 
23345        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) community", 
23346        "Show running system information\n"
23347        "BGP information\n"
23348        "BGP view\n"
23349        "View name\n"
23350        "Address family\n"
23351        "Address family\n"
23352        "Address Family modifier\n"
23353        "Address Family modifier\n"
23354        "Display routes matching the communities\n")
23355
23356 DEFSH (0|0|0|0, match_ip_next_hop_prefix_list_cmd_vtysh, 
23357        "match ip next-hop prefix-list WORD", 
23358        "Match values from routing table\n"
23359        "IP information\n"
23360        "Match next-hop address of route\n"
23361        "Match entries of prefix-lists\n"
23362        "IP prefix-list name\n")
23363
23364 DEFSH (0, debug_ospf_event_cmd_vtysh, 
23365        "debug ospf event", 
23366        "Debugging functions (see also 'undebug')\n"
23367        "OSPF information\n"
23368        "OSPF event information\n")
23369
23370 DEFSH (0, show_ipv6_bgp_prefix_list_cmd_vtysh, 
23371        "show ipv6 bgp prefix-list WORD", 
23372        "Show running system information\n"
23373        "IPv6 information\n"
23374        "BGP information\n"
23375        "Display routes matching the prefix-list\n"
23376        "IPv6 prefix-list name\n")
23377
23378 DEFSH (0, no_metric_style_cmd_vtysh, 
23379        "no metric-style", 
23380        "Negate a command or set its defaults\n"
23381        "Use old-style (ISO 10589) or new-style packet formats\n")
23382
23383 DEFSH (0, no_bgp_graceful_restart_restart_time_val_cmd_vtysh, 
23384        "no bgp graceful-restart restart-time <1-3600>", 
23385        "Negate a command or set its defaults\n"
23386        "BGP specific commands\n"
23387        "Graceful restart capability parameters\n"
23388        "Set the time to wait to delete stale routes before a BGP open message is received\n"
23389        "Delay value (seconds)\n")
23390
23391 DEFSH (0, no_ospf_default_information_originate_cmd_vtysh, 
23392        "no default-information originate", 
23393        "Negate a command or set its defaults\n"
23394        "Control distribution of default information\n"
23395        "Distribute a default route\n")
23396
23397 DEFSH (0, no_debug_pim_packetdump_recv_cmd_vtysh, 
23398        "no debug pim packet-dump receive", 
23399        "Negate a command or set its defaults\n"
23400        "Debugging functions (see also 'undebug')\n"
23401        "PIM protocol activity\n"
23402        "PIM packet dump\n"
23403        "Dump received packets\n")
23404
23405 DEFSH (0, show_ip_bgp_vpnv4_rd_neighbors_cmd_vtysh, 
23406        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors", 
23407        "Show running system information\n"
23408        "IP information\n"
23409        "BGP information\n"
23410        "Display VPNv4 NLRI specific information\n"
23411        "Display information for a route distinguisher\n"
23412        "VPN Route Distinguisher\n"
23413        "Detailed information on TCP and BGP neighbor connections\n")
23414
23415 DEFSH (0, bgp_redistribute_ipv4_cmd_vtysh, 
23416        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)", 
23417        "Redistribute information from another routing protocol\n"
23418        "Kernel routes (not installed via the zebra RIB)\n" "Connected routes (directly attached subnet or host)\n" "Statically configured routes\n" "Routing Information Protocol (RIP)\n" "Open Shortest Path First (OSPFv2)\n" "Intermediate System to Intermediate System (IS-IS)\n" "Protocol Independent Multicast (PIM)\n" "Babel routing protocol (Babel)\n" "Next Hop Resolution Protocol (NHRP)\n")
23419
23420 DEFSH (0, no_ip_route_mask_flags2_tag_vrf_cmd_vtysh, 
23421        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
23422        "Negate a command or set its defaults\n"
23423        "IP information\n"
23424        "Establish static routes\n"
23425        "IP destination prefix\n"
23426        "IP destination prefix mask\n"
23427        "Emit an ICMP unreachable when matched\n"
23428        "Silently discard pkts when matched\n"
23429        "Tag of this route\n"
23430        "Tag value\n"
23431        "Specify the VRF\nThe VRF ID\n")
23432
23433 DEFSH (0, no_ipv6_route_pref_tag_vrf_cmd_vtysh, 
23434        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
23435        "Negate a command or set its defaults\n"
23436        "IP information\n"
23437        "Establish static routes\n"
23438        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
23439        "IPv6 gateway address\n"
23440        "IPv6 gateway interface name\n"
23441        "Set tag for this route\n"
23442        "Tag value\n"
23443        "Distance value for this prefix\n"
23444        "Specify the VRF\nThe VRF ID\n")
23445
23446 DEFSH (0, interface_no_ip_mroute_source_cmd_vtysh, 
23447        "no ip mroute INTERFACE A.B.C.D A.B.C.D", 
23448        "Negate a command or set its defaults\n"
23449        "IP information\n"
23450        "Add multicast route\n"
23451        "Outgoing interface name\n"
23452        "Group Address\n"
23453        "Source Address\n")
23454
23455 DEFSH (0, ip_ospf_dead_interval_addr_cmd_vtysh, 
23456        "ip ospf dead-interval <1-65535> A.B.C.D", 
23457        "IP Information\n"
23458        "OSPF interface commands\n"
23459        "Interval after which a neighbor is declared dead\n"
23460        "Seconds\n"
23461        "Address of interface\n")
23462
23463 DEFSH (0, ospf_area_nssa_cmd_vtysh, 
23464        "area (A.B.C.D|<0-4294967295>) nssa", 
23465        "OSPF area parameters\n"
23466        "OSPF area ID in IP address format\n"
23467        "OSPF area ID as a decimal value\n"
23468        "Configure OSPF area as nssa\n")
23469
23470 DEFSH (0, no_neighbor_remote_as_cmd_vtysh, 
23471        "no neighbor (A.B.C.D|X:X::X:X) " "remote-as " "<1-4294967295>", 
23472        "Negate a command or set its defaults\n"
23473        "Specify neighbor router\n"
23474        "Neighbor address\nIPv6 address\n"
23475        "Specify a BGP neighbor\n"
23476        "AS number\n")
23477
23478 DEFSH (0, no_set_pathlimit_ttl_val_cmd_vtysh, 
23479        "no set pathlimit ttl <1-255>", 
23480        "Negate a command or set its defaults\n"
23481        "Match values from routing table\n"
23482        "BGP AS-Pathlimit attribute\n"
23483        "Set AS-Path Hop-count TTL\n")
23484
23485 DEFSH (0, clear_ip_bgp_peer_in_prefix_filter_cmd_vtysh, 
23486        "clear ip bgp A.B.C.D in prefix-filter", 
23487        "Reset functions\n"
23488        "IP information\n"
23489        "BGP information\n"
23490        "BGP neighbor address to clear\n"
23491        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
23492        "Push out the existing ORF prefix-list\n")
23493
23494 DEFSH (0, neighbor_set_peer_group_cmd_vtysh, 
23495        "neighbor (A.B.C.D|X:X::X:X) " "peer-group WORD", 
23496        "Specify neighbor router\n"
23497        "Neighbor address\nIPv6 address\n"
23498        "Member of the peer-group\n"
23499        "peer-group name\n")
23500
23501 DEFSH (0, no_ip_extcommunity_list_expanded_cmd_vtysh, 
23502        "no ip extcommunity-list <100-500> (deny|permit) .LINE", 
23503        "Negate a command or set its defaults\n"
23504        "IP information\n"
23505        "Add a extended community list entry\n"
23506        "Extended Community list number (expanded)\n"
23507        "Specify community to reject\n"
23508        "Specify community to accept\n"
23509        "An ordered list as a regular-expression\n")
23510
23511 DEFSH (0, aggregate_address_mask_as_set_cmd_vtysh, 
23512        "aggregate-address A.B.C.D A.B.C.D as-set", 
23513        "Configure BGP aggregate entries\n"
23514        "Aggregate address\n"
23515        "Aggregate mask\n"
23516        "Generate AS set path information\n")
23517
23518 DEFSH (0, show_bgp_ipv6_safi_community_exact_cmd_vtysh, 
23519        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
23520        "Show running system information\n"
23521        "BGP information\n"
23522        "Address family\n"
23523        "Address family modifier\n"
23524        "Address family modifier\n"
23525        "Address family modifier\n"
23526        "Address family modifier\n"
23527        "Display routes matching the communities\n"
23528        "community number\n"
23529        "Do not send outside local AS (well-known community)\n"
23530        "Do not advertise to any peer (well-known community)\n"
23531        "Do not export to next AS (well-known community)\n"
23532        "Exact match of the communities")
23533
23534 DEFSH (0, no_router_ospf_id_cmd_vtysh, 
23535        "no router-id", 
23536        "Negate a command or set its defaults\n"
23537        "router-id for the OSPF process\n")
23538
23539 DEFSH (0, no_ospf_rfc1583_flag_cmd_vtysh, 
23540        "no ospf rfc1583compatibility", 
23541        "Negate a command or set its defaults\n"
23542        "OSPF specific commands\n"
23543        "Disable the RFC1583Compatibility flag\n")
23544
23545 DEFSH (0, clear_ip_bgp_as_ipv4_soft_in_cmd_vtysh, 
23546        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) soft in", 
23547        "Reset functions\n"
23548        "IP information\n"
23549        "BGP information\n"
23550        "Clear peers with the AS number\n"
23551        "Address family\n"
23552        "Address Family modifier\n"
23553        "Address Family modifier\n"
23554        "Soft reconfig inbound and outbound updates\n"
23555        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
23556
23557 DEFSH (0, no_debug_zebra_rib_cmd_vtysh, 
23558        "no debug zebra rib", 
23559        "Negate a command or set its defaults\n"
23560        "Debugging functions (see also 'undebug')\n"
23561        "Zebra configuration\n"
23562        "Debug zebra RIB\n")
23563
23564 DEFSH (0, clear_ip_bgp_peer_group_out_cmd_vtysh, 
23565        "clear ip bgp peer-group WORD out", 
23566        "Reset functions\n"
23567        "IP information\n"
23568        "BGP information\n"
23569        "Clear all members of peer-group\n"
23570        "BGP peer-group name\n"
23571        "Resend all outbound updates\n")
23572
23573 DEFSH (0, ip_ospf_area_cmd_vtysh, 
23574        "ip ospf area (A.B.C.D|<0-4294967295>) [A.B.C.D]", 
23575        "IP Information\n"
23576        "OSPF interface commands\n"
23577        "Enable OSPF on this interface\n"
23578        "OSPF area ID in IP address format\n"
23579        "OSPF area ID as a decimal value\n"
23580        "Address of interface\n")
23581
23582 DEFSH (0, link_params_delay_mm_cmd_vtysh, 
23583        "delay <0-16777215> min <0-16777215> max <0-16777215>", 
23584        "Unidirectional Average Link Delay (optionally Minimum and Maximum delays)\n"
23585        "Average delay in micro-second as decimal (0...16777215)\n"
23586        "Minimum delay\n"
23587        "Minimum delay in micro-second as decimal (0...16777215)\n"
23588        "Maximum delay\n"
23589        "Maximum delay in micro-second as decimal (0...16777215)\n")
23590
23591 DEFSH (0, ipv6_nd_other_config_flag_cmd_vtysh, 
23592        "ipv6 nd other-config-flag", 
23593        "Interface IPv6 config commands\n"
23594        "Neighbor discovery\n"
23595        "Other statefull configuration flag\n")
23596
23597 DEFSH (0, debug_pim_packetdump_recv_cmd_vtysh, 
23598        "debug pim packet-dump receive", 
23599        "Debugging functions (see also 'undebug')\n"
23600        "PIM protocol activity\n"
23601        "PIM packet dump\n"
23602        "Dump received packets\n")
23603
23604 DEFSH (0, no_ipv6_route_cmd_vtysh, 
23605        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE)", 
23606        "Negate a command or set its defaults\n"
23607        "IP information\n"
23608        "Establish static routes\n"
23609        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
23610        "IPv6 gateway address\n"
23611        "IPv6 gateway interface name\n")
23612
23613 DEFSH (0, clear_ip_bgp_instance_all_soft_out_cmd_vtysh, 
23614        "clear ip bgp view WORD * soft out", 
23615        "Reset functions\n"
23616        "IP information\n"
23617        "BGP information\n"
23618        "BGP view\n"
23619        "view name\n"
23620        "Clear all peers\n"
23621        "Soft reconfig inbound and outbound updates\n"
23622        "Resend all outbound updates\n")
23623
23624 void
23625 test_init_cmd (void)
23626 {
23627   install_element (CONFIG_NODE, &ip_route_mask_tag_vrf_cmd_vtysh);
23628   install_element (ENABLE_NODE, &no_debug_ospf6_message_sendrecv_cmd_vtysh);
23629   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance_vrf_cmd_vtysh);
23630   install_element (ENABLE_NODE, &clear_bgp_all_in_cmd_vtysh);
23631   install_element (RESTRICTED_NODE, &show_ip_bgp_community4_cmd_vtysh);
23632   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_tags_cmd_vtysh);
23633   install_element (BGP_IPV4_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
23634   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
23635   install_element (VIEW_NODE, &show_bgp_lcommunity3_cmd_vtysh);
23636   install_element (BGP_IPV6_NODE, &neighbor_set_peer_group_cmd_vtysh);
23637   install_element (BGP_NODE, &neighbor_local_as_no_prepend_cmd_vtysh);
23638   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_cmd_vtysh);
23639   install_element (CONFIG_NODE, &debug_bgp_filter_cmd_vtysh);
23640   install_element (CONFIG_NODE, &ip_community_list_name_expanded_cmd_vtysh);
23641   install_element (CONFIG_NODE, &no_access_list_remark_cmd_vtysh);
23642   install_element (ENABLE_NODE, &debug_ospf_nsm_cmd_vtysh);
23643   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_interval_msec_val_cmd_vtysh);
23644   install_element (VIEW_NODE, &show_bgp_ipv6_safi_regexp_cmd_vtysh);
23645   install_element (VIEW_NODE, &show_bgp_ipv4_encap_cmd_vtysh);
23646   install_element (RMAP_NODE, &ospf6_routemap_match_address_prefixlist_cmd_vtysh);
23647   install_element (INTERFACE_NODE, &interface_no_ip_pim_drprio_cmd_vtysh);
23648   install_element (BGP_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
23649   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_longer_cmd_vtysh);
23650   install_element (BGP_NODE, &bgp_redistribute_ipv4_cmd_vtysh);
23651   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_cmd_vtysh);
23652   install_element (BGP_NODE, &no_bgp_bestpath_med2_cmd_vtysh);
23653   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_as_set_cmd_vtysh);
23654   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
23655   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_advertised_route_cmd_vtysh);
23656   install_element (ISIS_NODE, &no_net_cmd_vtysh);
23657   install_element (BGP_VPNV4_NODE, &neighbor_route_reflector_client_cmd_vtysh);
23658   install_element (ENABLE_NODE, &clear_bgp_all_soft_out_cmd_vtysh);
23659   install_element (ENABLE_NODE, &no_terminal_monitor_cmd_vtysh);
23660   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_tag_cmd_vtysh);
23661   install_element (VTY_NODE, &no_vty_ipv6_access_class_cmd_vtysh);
23662   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community2_cmd_vtysh);
23663   install_element (BGP_NODE, &neighbor_allowas_in_cmd_vtysh);
23664   install_element (BGP_VPNV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
23665   install_element (VIEW_NODE, &show_ip_rpf_cmd_vtysh);
23666   install_element (BGP_IPV4_NODE, &neighbor_route_server_client_cmd_vtysh);
23667   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_soft_out_cmd_vtysh);
23668   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community4_exact_cmd_vtysh);
23669   install_element (BGP_VPNV4_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
23670   install_element (BGP_IPV4M_NODE, &aggregate_address_summary_only_cmd_vtysh);
23671   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_prefix_cmd_vtysh);
23672   install_element (INTERFACE_NODE, &no_ip_rip_receive_version_num_cmd_vtysh);
23673   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_soft_out_cmd_vtysh);
23674   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_soft_out_cmd_vtysh);
23675   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
23676   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community3_cmd_vtysh);
23677   install_element (BGP_IPV6_NODE, &neighbor_prefix_list_cmd_vtysh);
23678   install_element (VIEW_NODE, &show_bgp_instance_ipv6_summary_cmd_vtysh);
23679   install_element (RMAP_NODE, &set_atomic_aggregate_cmd_vtysh);
23680   install_element (BGP_NODE, &no_aggregate_address_cmd_vtysh);
23681   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_router_detail_cmd_vtysh);
23682   install_element (BGP_VPNV6_NODE, &no_neighbor_route_map_cmd_vtysh);
23683   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_soft_cmd_vtysh);
23684   install_element (INTERFACE_NODE, &no_ipv6_nd_router_preference_val_cmd_vtysh);
23685   install_element (ENABLE_NODE, &debug_ospf6_brouter_cmd_vtysh);
23686   install_element (BGP_IPV4_NODE, &no_neighbor_send_community_type_cmd_vtysh);
23687   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
23688   install_element (ISIS_NODE, &metric_style_cmd_vtysh);
23689   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
23690   install_element (RMAP_NODE, &no_match_interface_cmd_vtysh);
23691   install_element (RMAP_NODE, &no_set_weight_val_cmd_vtysh);
23692   install_element (RESTRICTED_NODE, &show_bgp_rsclient_prefix_cmd_vtysh);
23693   install_element (RMAP_NODE, &rmap_continue_cmd_vtysh);
23694   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_soft_out_cmd_vtysh);
23695   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
23696   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_prefix_cmd_vtysh);
23697   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community_exact_cmd_vtysh);
23698   install_element (INTERFACE_NODE, &if_no_nhrp_network_id_cmd_vtysh);
23699   install_element (VIEW_NODE, &show_bgp_view_ipv6_safi_rsclient_cmd_vtysh);
23700   install_element (CONFIG_NODE, &no_ipv6_prefix_list_sequence_number_cmd_vtysh);
23701   install_element (CONFIG_NODE, &ipv6_route_tag_vrf_cmd_vtysh);
23702   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_detail_cmd_vtysh);
23703   install_element (ENABLE_NODE, &clear_ip_pim_interfaces_cmd_vtysh);
23704   install_element (BGP_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
23705   install_element (BGP_NODE, &bgp_redistribute_ipv4_rmap_cmd_vtysh);
23706   install_element (ENABLE_NODE, &no_debug_zebra_fpm_cmd_vtysh);
23707   install_element (LINK_PARAMS_NODE, &no_link_params_enable_cmd_vtysh);
23708   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_prefix_cmd_vtysh);
23709   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
23710   install_element (CONFIG_NODE, &no_debug_ripng_events_cmd_vtysh);
23711   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_expanded_cmd_vtysh);
23712   install_element (BGP_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
23713   install_element (INTERFACE_NODE, &no_ipv6_nd_managed_config_flag_cmd_vtysh);
23714   install_element (CONFIG_NODE, &no_ip_prefix_list_description_arg_cmd_vtysh);
23715   install_element (ENABLE_NODE, &no_debug_ospf6_interface_cmd_vtysh);
23716   install_element (BGP_NODE, &bgp_graceful_restart_restart_time_cmd_vtysh);
23717   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_flap_cmd_vtysh);
23718   install_element (INTERFACE_NODE, &no_csnp_interval_l1_cmd_vtysh);
23719   install_element (BGP_IPV4_NODE, &neighbor_remove_private_as_cmd_vtysh);
23720   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rd_prefix_cmd_vtysh);
23721   install_element (RMAP_NODE, &no_set_weight_cmd_vtysh);
23722   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_cmd_vtysh);
23723   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_out_cmd_vtysh);
23724   install_element (OSPF_NODE, &no_ospf_timers_throttle_spf_cmd_vtysh);
23725   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity4_cmd_vtysh);
23726   install_element (OSPF6_NODE, &no_ospf6_distance_ospf6_cmd_vtysh);
23727   install_element (RMAP_NODE, &no_match_ip_route_source_cmd_vtysh);
23728   install_element (OSPF_NODE, &ospf_rfc1583_flag_cmd_vtysh);
23729   install_element (ISIS_NODE, &no_lsp_gen_interval_l1_cmd_vtysh);
23730   install_element (VIEW_NODE, &show_ipv6_prefix_list_detail_name_cmd_vtysh);
23731   install_element (BGP_IPV6_NODE, &bgp_maxpaths_cmd_vtysh);
23732   install_element (ENABLE_NODE, &no_debug_rip_packet_cmd_vtysh);
23733   install_element (OSPF_NODE, &pce_domain_cmd_vtysh);
23734   install_element (CONFIG_NODE, &ip_multicast_routing_cmd_vtysh);
23735   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_regexp_cmd_vtysh);
23736   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
23737   install_element (BGP_IPV6_NODE, &neighbor_nexthop_local_unchanged_cmd_vtysh);
23738   install_element (RMAP_NODE, &no_set_src_cmd_vtysh);
23739   install_element (CONFIG_NODE, &debug_igmp_trace_cmd_vtysh);
23740   install_element (CONFIG_NODE, &ip_route_flags2_tag_vrf_cmd_vtysh);
23741   install_element (RMAP_NODE, &set_local_pref_cmd_vtysh);
23742   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
23743   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity4_cmd_vtysh);
23744   install_element (RESTRICTED_NODE, &show_bgp_view_route_cmd_vtysh);
23745   install_element (ENABLE_NODE, &debug_rip_packet_cmd_vtysh);
23746   install_element (ENABLE_NODE, &show_debugging_bgp_cmd_vtysh);
23747   install_element (VIEW_NODE, &show_bgp_summary_cmd_vtysh);
23748   install_element (INTERFACE_NODE, &no_tunnel_source_cmd_vtysh);
23749   install_element (BGP_IPV4M_NODE, &neighbor_distribute_list_cmd_vtysh);
23750   install_element (CONFIG_NODE, &ipv6_route_pref_vrf_cmd_vtysh);
23751   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
23752   install_element (BGP_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
23753   install_element (BGP_VPNV4_NODE, &no_neighbor_route_server_client_cmd_vtysh);
23754   install_element (VIEW_NODE, &show_database_detail_arg_cmd_vtysh);
23755   install_element (ENABLE_NODE, &no_debug_zebra_rib_q_cmd_vtysh);
23756   install_element (ISIS_NODE, &no_max_lsp_lifetime_l2_arg_cmd_vtysh);
23757   install_element (VIEW_NODE, &show_ip_bgp_instance_summary_cmd_vtysh);
23758   install_element (BGP_IPV4_NODE, &no_aggregate_address_as_set_summary_cmd_vtysh);
23759   install_element (BGP_NODE, &no_aggregate_address_summary_only_cmd_vtysh);
23760   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community2_cmd_vtysh);
23761   install_element (RMAP_NODE, &no_match_ip_address_prefix_list_cmd_vtysh);
23762   install_element (VIEW_NODE, &show_ip_bgp_rsclient_prefix_cmd_vtysh);
23763   install_element (OSPF6_NODE, &ospf6_router_id_cmd_vtysh);
23764   install_element (VIEW_NODE, &show_bgp_lcommunity_cmd_vtysh);
23765   install_element (VIEW_NODE, &show_ip_bgp_lcommunity4_cmd_vtysh);
23766   install_element (VIEW_NODE, &show_bgp_ipv6_safi_route_pathtype_cmd_vtysh);
23767   install_element (ENABLE_NODE, &clear_bgp_peer_rsclient_cmd_vtysh);
23768   install_element (CONFIG_NODE, &no_router_id_vrf_cmd_vtysh);
23769   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
23770   install_element (VIEW_NODE, &show_ipv6_ospf6_simulate_spf_tree_root_cmd_vtysh);
23771   install_element (BGP_VPNV4_NODE, &neighbor_route_map_cmd_vtysh);
23772   install_element (BGP_VPNV4_NODE, &neighbor_activate_cmd_vtysh);
23773   install_element (INTERFACE_NODE, &no_ip_rip_authentication_string2_cmd_vtysh);
23774   install_element (VIEW_NODE, &show_ip_bgp_instance_neighbors_peer_cmd_vtysh);
23775   install_element (ENABLE_NODE, &debug_pim_zebra_cmd_vtysh);
23776   install_element (INTERFACE_NODE, &no_ipv6_nd_router_preference_cmd_vtysh);
23777   install_element (BGP_NODE, &bgp_bestpath_compare_router_id_cmd_vtysh);
23778   install_element (INTERFACE_NODE, &no_isis_priority_l2_arg_cmd_vtysh);
23779   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_pathtype_cmd_vtysh);
23780   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_cmd_vtysh);
23781   install_element (RMAP_NODE, &no_set_metric_type_cmd_vtysh);
23782   install_element (CONFIG_NODE, &no_key_chain_cmd_vtysh);
23783   install_element (VIEW_NODE, &show_ip_bgp_ipv4_summary_cmd_vtysh);
23784   install_element (RIPNG_NODE, &ripng_redistribute_type_metric_routemap_cmd_vtysh);
23785   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
23786   install_element (BGP_NODE, &no_neighbor_shutdown_cmd_vtysh);
23787   install_element (VIEW_NODE, &show_ip_pim_upstream_join_desired_cmd_vtysh);
23788   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity_all_cmd_vtysh);
23789   install_element (VIEW_NODE, &show_isis_neighbor_cmd_vtysh);
23790   install_element (RESTRICTED_NODE, &show_bgp_lcommunity3_cmd_vtysh);
23791   install_element (BGP_NODE, &bgp_network_mask_natural_backdoor_cmd_vtysh);
23792   install_element (CONFIG_NODE, &no_ip_multicast_mode_cmd_vtysh);
23793   install_element (CONFIG_NODE, &access_list_extended_any_host_cmd_vtysh);
23794   install_element (INTERFACE_NODE, &interface_no_ip_igmp_query_interval_cmd_vtysh);
23795   install_element (BGP_IPV6M_NODE, &neighbor_remove_private_as_cmd_vtysh);
23796   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_inter_cmd_vtysh);
23797   install_element (VIEW_NODE, &show_bgp_neighbors_peer_cmd_vtysh);
23798   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
23799   install_element (INTERFACE_NODE, &if_nhrp_reg_flags_cmd_vtysh);
23800   install_element (CONFIG_NODE, &no_bgp_config_type_cmd_vtysh);
23801   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_intra_external_cmd_vtysh);
23802   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_regexp_cmd_vtysh);
23803   install_element (OSPF_NODE, &no_ospf_default_metric_val_cmd_vtysh);
23804   install_element (ENABLE_NODE, &debug_bgp_allow_martians_cmd_vtysh);
23805   install_element (OSPF_NODE, &no_ospf_max_metric_router_lsa_admin_cmd_vtysh);
23806   install_element (CONFIG_NODE, &no_access_list_extended_host_host_cmd_vtysh);
23807   install_element (ENABLE_NODE, &rmap_show_name_cmd_vtysh);
23808   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_in_cmd_vtysh);
23809   install_element (RMAP_NODE, &no_match_ip_route_source_val_cmd_vtysh);
23810   install_element (RMAP_NODE, &no_match_ip_next_hop_val_cmd_vtysh);
23811   install_element (BGP_IPV4M_NODE, &neighbor_route_map_cmd_vtysh);
23812   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_route_map_cmd_vtysh);
23813   install_element (VIEW_NODE, &show_interface_cmd_vtysh);
23814   install_element (CONFIG_NODE, &no_debug_bgp_normal_cmd_vtysh);
23815   install_element (VIEW_NODE, &show_ip_prefix_list_detail_cmd_vtysh);
23816   install_element (CONFIG_NODE, &ip_route_tag_cmd_vtysh);
23817   install_element (CONFIG_NODE, &ip_prefix_list_ge_cmd_vtysh);
23818   install_element (VIEW_NODE, &show_ipv6_ospf6_database_router_cmd_vtysh);
23819   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_longer_cmd_vtysh);
23820   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
23821   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity4_cmd_vtysh);
23822   install_element (BGP_VPNV4_NODE, &neighbor_prefix_list_cmd_vtysh);
23823   install_element (RMAP_NODE, &no_set_ip_nexthop_cmd_vtysh);
23824   install_element (BGP_NODE, &no_neighbor_timers_cmd_vtysh);
23825   install_element (CONFIG_NODE, &no_ip_extcommunity_list_expanded_cmd_vtysh);
23826   install_element (VIEW_NODE, &show_ipv6_mbgp_community_all_cmd_vtysh);
23827   install_element (RMAP_NODE, &no_set_local_pref_cmd_vtysh);
23828   install_element (VTY_NODE, &vty_ipv6_access_class_cmd_vtysh);
23829   install_element (VIEW_NODE, &show_isis_neighbor_arg_cmd_vtysh);
23830   install_element (VIEW_NODE, &show_ipv6_prefix_list_cmd_vtysh);
23831   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community_cmd_vtysh);
23832   install_element (VIEW_NODE, &show_ipv6_ripng_cmd_vtysh);
23833   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_le_cmd_vtysh);
23834   install_element (CONFIG_NODE, &debug_zebra_rib_cmd_vtysh);
23835   install_element (VIEW_NODE, &show_ipv6_mbgp_community_exact_cmd_vtysh);
23836   install_element (BGP_ENCAPV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
23837   install_element (CONFIG_NODE, &nhrp_nflog_group_cmd_vtysh);
23838   install_element (VIEW_NODE, &show_bgp_neighbor_received_prefix_filter_cmd_vtysh);
23839   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_neighbor_prefix_counts_cmd_vtysh);
23840   install_element (OSPF_NODE, &ospf_neighbor_priority_cmd_vtysh);
23841   install_element (CONFIG_NODE, &debug_ospf6_spf_time_cmd_vtysh);
23842   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_statistics_cmd_vtysh);
23843   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_routes_cmd_vtysh);
23844   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_route_cmd_vtysh);
23845   install_element (BGP_NODE, &neighbor_filter_list_cmd_vtysh);
23846   install_element (BGP_NODE, &no_bgp_distance_source_cmd_vtysh);
23847   install_element (CONFIG_NODE, &ip_route_flags_tag_vrf_cmd_vtysh);
23848   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity3_cmd_vtysh);
23849   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
23850   install_element (VIEW_NODE, &show_database_cmd_vtysh);
23851   install_element (OSPF_NODE, &pce_neighbor_cmd_vtysh);
23852   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_in_prefix_filter_cmd_vtysh);
23853   install_element (ENABLE_NODE, &clear_ip_bgp_all_rsclient_cmd_vtysh);
23854   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_dampened_paths_cmd_vtysh);
23855   install_element (BGP_IPV4_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
23856   install_element (ENABLE_NODE, &no_debug_isis_spfstats_cmd_vtysh);
23857   install_element (BGP_ENCAPV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
23858   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_in_cmd_vtysh);
23859   install_element (CONFIG_NODE, &no_debug_ospf6_zebra_cmd_vtysh);
23860   install_element (VIEW_NODE, &show_bgp_community_all_cmd_vtysh);
23861   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
23862   install_element (RMAP_NODE, &set_lcommunity_delete_cmd_vtysh);
23863   install_element (VIEW_NODE, &show_isis_interface_arg_cmd_vtysh);
23864   install_element (RMAP_NODE, &ospf6_routemap_set_metric_type_cmd_vtysh);
23865   install_element (OSPF_NODE, &ospf_area_vlink_param1_cmd_vtysh);
23866   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
23867   install_element (VIEW_NODE, &show_bgp_ipv4_safi_filter_list_cmd_vtysh);
23868   install_element (VIEW_NODE, &show_ip_community_list_cmd_vtysh);
23869   install_element (BGP_NODE, &bgp_network_mask_cmd_vtysh);
23870   install_element (ENABLE_NODE, &no_debug_igmp_events_cmd_vtysh);
23871   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
23872   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_soft_cmd_vtysh);
23873   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
23874   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_network_cmd_vtysh);
23875   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
23876   install_element (VIEW_NODE, &show_ip_igmp_querier_cmd_vtysh);
23877   install_element (VIEW_NODE, &show_ipv6_bgp_prefix_cmd_vtysh);
23878   install_element (INTERFACE_NODE, &no_isis_priority_l2_cmd_vtysh);
23879   install_element (VIEW_NODE, &show_ip_route_vrf_cmd_vtysh);
23880   install_element (ENABLE_NODE, &no_debug_mroute_cmd_vtysh);
23881   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community3_cmd_vtysh);
23882   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community3_cmd_vtysh);
23883   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community3_exact_cmd_vtysh);
23884   install_element (RESTRICTED_NODE, &show_ip_bgp_community4_exact_cmd_vtysh);
23885   install_element (RMAP_NODE, &no_match_lcommunity_cmd_vtysh);
23886   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_rmap_cmd_vtysh);
23887   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_summary_cmd_vtysh);
23888   install_element (RIP_NODE, &no_rip_neighbor_cmd_vtysh);
23889   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_route_pathtype_cmd_vtysh);
23890   install_element (OSPF_NODE, &no_ospf_area_range_cost_cmd_vtysh);
23891   install_element (VIEW_NODE, &show_ip_route_addr_cmd_vtysh);
23892   install_element (RIPNG_NODE, &ripng_aggregate_address_cmd_vtysh);
23893   install_element (BGP_VPNV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
23894   install_element (CONFIG_NODE, &default_linkdetect_cmd_vtysh);
23895   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance2_cmd_vtysh);
23896   install_element (VIEW_NODE, &show_ip_bgp_view_neighbor_advertised_route_cmd_vtysh);
23897   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged_cmd_vtysh);
23898   install_element (RMAP_NODE, &no_set_originator_id_cmd_vtysh);
23899   install_element (RESTRICTED_NODE, &show_bgp_community2_exact_cmd_vtysh);
23900   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community4_exact_cmd_vtysh);
23901   install_element (CONFIG_NODE, &debug_zebra_packet_cmd_vtysh);
23902   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_minimal_addr_cmd_vtysh);
23903   install_element (RMAP_NODE, &ospf6_routemap_no_match_address_prefixlist_cmd_vtysh);
23904   install_element (INTERFACE_NODE, &ipv6_nd_reachable_time_cmd_vtysh);
23905   install_element (RMAP_NODE, &set_lcommunity_cmd_vtysh);
23906   install_element (VIEW_NODE, &show_ip_rip_status_cmd_vtysh);
23907   install_element (CONFIG_NODE, &no_ip_extcommunity_list_expanded_all_cmd_vtysh);
23908   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_soft_out_cmd_vtysh);
23909   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_neighbor_routes_cmd_vtysh);
23910   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_prefix_cmd_vtysh);
23911   install_element (INTERFACE_NODE, &interface_ip_pim_hello_cmd_vtysh);
23912   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
23913   install_element (RMAP_NODE, &no_match_ipv6_address_prefix_list_cmd_vtysh);
23914   install_element (CONFIG_NODE, &debug_bgp_fsm_cmd_vtysh);
23915   install_element (VIEW_NODE, &show_ip_multicast_cmd_vtysh);
23916   install_element (VIEW_NODE, &show_bgp_ipv4_community4_exact_cmd_vtysh);
23917   install_element (BGP_NODE, &no_bgp_graceful_restart_restart_time_cmd_vtysh);
23918   install_element (BGP_IPV4_NODE, &no_aggregate_address_as_set_cmd_vtysh);
23919   install_element (CONFIG_NODE, &no_debug_ospf6_brouter_cmd_vtysh);
23920   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
23921   install_element (BGP_IPV4_NODE, &no_neighbor_allowas_in_cmd_vtysh);
23922   install_element (BGP_NODE, &neighbor_passive_cmd_vtysh);
23923   install_element (ENABLE_NODE, &clear_ipv6_prefix_list_cmd_vtysh);
23924   install_element (VIEW_NODE, &show_bgp_instance_ipv6_safi_rsclient_summary_cmd_vtysh);
23925   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_out_cmd_vtysh);
23926   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
23927   install_element (VIEW_NODE, &show_ipv6_prefix_list_summary_name_cmd_vtysh);
23928   install_element (INTERFACE_NODE, &no_isis_hello_interval_cmd_vtysh);
23929   install_element (BGP_IPV4M_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
23930   install_element (CONFIG_NODE, &no_router_rip_cmd_vtysh);
23931   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
23932   install_element (RMAP_NODE, &no_set_ipv6_nexthop_local_cmd_vtysh);
23933   install_element (VIEW_NODE, &show_bgp_instance_ipv6_rsclient_summary_cmd_vtysh);
23934   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity2_cmd_vtysh);
23935   install_element (INTERFACE_NODE, &isis_circuit_type_cmd_vtysh);
23936   install_element (OSPF_NODE, &ospf_neighbor_poll_interval_priority_cmd_vtysh);
23937   install_element (LINK_PARAMS_NODE, &link_params_use_bw_cmd_vtysh);
23938   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_ipv4_rsclient_summary_cmd_vtysh);
23939   install_element (BGP_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
23940   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_router_cmd_vtysh);
23941   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_cmd_vtysh);
23942   install_element (CONFIG_NODE, &access_list_standard_any_cmd_vtysh);
23943   install_element (ENABLE_NODE, &no_debug_pim_cmd_vtysh);
23944   install_element (ENABLE_NODE, &clear_ip_bgp_prefix_cmd_vtysh);
23945   install_element (OSPF_NODE, &ospf_neighbor_priority_poll_interval_cmd_vtysh);
23946   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged_cmd_vtysh);
23947   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
23948   install_element (OSPF6_NODE, &ospf6_interface_area_cmd_vtysh);
23949   install_element (VIEW_NODE, &show_bgp_memory_cmd_vtysh);
23950   install_element (VIEW_NODE, &show_bgp_cmd_vtysh);
23951   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_soft_in_cmd_vtysh);
23952   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_soft_in_cmd_vtysh);
23953   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_route_map_cmd_vtysh);
23954   install_element (ENABLE_NODE, &clear_bgp_instance_all_rsclient_cmd_vtysh);
23955   install_element (BGP_NODE, &bgp_log_neighbor_changes_cmd_vtysh);
23956   install_element (VIEW_NODE, &show_ipv6_route_protocol_cmd_vtysh);
23957   install_element (CONFIG_NODE, &no_ipv6_forwarding_cmd_vtysh);
23958   install_element (VIEW_NODE, &show_ipv6_route_prefix_longer_vrf_all_cmd_vtysh);
23959   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
23960   install_element (CONFIG_NODE, &no_ipv6_route_pref_cmd_vtysh);
23961   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity3_cmd_vtysh);
23962   install_element (BGP_NODE, &no_bgp_maxpaths_cmd_vtysh);
23963   install_element (BGP_IPV4_NODE, &no_aggregate_address_summary_only_cmd_vtysh);
23964   install_element (INTERFACE_NODE, &no_isis_hello_interval_l1_cmd_vtysh);
23965   install_element (RIPNG_NODE, &no_ripng_timers_cmd_vtysh);
23966   install_element (ENABLE_NODE, &debug_ripng_packet_cmd_vtysh);
23967   install_element (INTERFACE_NODE, &no_isis_metric_l1_cmd_vtysh);
23968   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_flap_cmd_vtysh);
23969   install_element (OSPF_NODE, &no_ospf_area_vlink_param4_cmd_vtysh);
23970   install_element (RMAP_NODE, &set_src_cmd_vtysh);
23971   install_element (ENABLE_NODE, &no_debug_bgp_filter_cmd_vtysh);
23972   install_element (BGP_NODE, &no_bgp_network_backdoor_cmd_vtysh);
23973   install_element (CONFIG_NODE, &no_debug_bgp_keepalive_cmd_vtysh);
23974   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_prefix_cmd_vtysh);
23975   install_element (CONFIG_NODE, &no_ipv6_route_ifname_tag_cmd_vtysh);
23976   install_element (BGP_VPNV6_NODE, &no_neighbor_send_community_cmd_vtysh);
23977   install_element (CONFIG_NODE, &no_debug_bgp_fsm_cmd_vtysh);
23978   install_element (RMAP_NODE, &set_aggregator_as_cmd_vtysh);
23979   install_element (VIEW_NODE, &show_bgp_ipv4_safi_route_cmd_vtysh);
23980   install_element (BGP_IPV6_NODE, &no_neighbor_activate_cmd_vtysh);
23981   install_element (ZEBRA_NODE, &no_ripng_redistribute_ripng_cmd_vtysh);
23982   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity3_cmd_vtysh);
23983   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_natural_cmd_vtysh);
23984   install_element (CONFIG_NODE, &no_ip_prefix_list_ge_cmd_vtysh);
23985   install_element (CONFIG_NODE, &no_debug_isis_lsp_sched_cmd_vtysh);
23986   install_element (BGP_IPV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
23987   install_element (CONFIG_NODE, &ipv6_route_vrf_cmd_vtysh);
23988   install_element (BGP_NODE, &no_neighbor_cmd_vtysh);
23989   install_element (CONFIG_NODE, &no_debug_ospf6_abr_cmd_vtysh);
23990   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_regexp_cmd_vtysh);
23991   install_element (ENABLE_NODE, &no_debug_ospf_ism_sub_cmd_vtysh);
23992   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
23993   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
23994   install_element (BGP_ENCAPV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
23995   install_element (BGP_ENCAP_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
23996   install_element (VIEW_NODE, &show_ip_bgp_view_route_cmd_vtysh);
23997   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
23998   install_element (BGP_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
23999   install_element (OSPF_NODE, &ospf_area_authentication_cmd_vtysh);
24000   install_element (BGP_VPNV4_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24001   install_element (RESTRICTED_NODE, &show_bgp_ipv6_rsclient_route_cmd_vtysh);
24002   install_element (CONFIG_NODE, &no_debug_ospf6_message_sendrecv_cmd_vtysh);
24003   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_soft_out_cmd_vtysh);
24004   install_element (VIEW_NODE, &show_ip_bgp_flap_address_cmd_vtysh);
24005   install_element (VIEW_NODE, &show_bgp_instance_ipv6_neighbors_peer_cmd_vtysh);
24006   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24007   install_element (BGP_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
24008   install_element (BGP_NODE, &aggregate_address_summary_only_cmd_vtysh);
24009   install_element (INTERFACE_NODE, &no_multicast_cmd_vtysh);
24010   install_element (BGP_NODE, &no_aggregate_address_as_set_summary_cmd_vtysh);
24011   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_ipv4_summary_cmd_vtysh);
24012   install_element (BGP_IPV6_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
24013   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_month_day_month_day_cmd_vtysh);
24014   install_element (VIEW_NODE, &show_ip_bgp_ipv4_regexp_cmd_vtysh);
24015   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community_cmd_vtysh);
24016   install_element (RESTRICTED_NODE, &show_bgp_ipv6_vpn_summary_cmd_vtysh);
24017   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_le_cmd_vtysh);
24018   install_element (BGP_NODE, &bgp_damp_unset2_cmd_vtysh);
24019   install_element (VIEW_NODE, &show_bgp_ipv4_encap_tags_cmd_vtysh);
24020   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24021   install_element (VIEW_NODE, &show_ip_bgp_cidr_only_cmd_vtysh);
24022   install_element (OSPF_NODE, &no_ospf_area_stub_cmd_vtysh);
24023   install_element (INTERFACE_NODE, &ospf_dead_interval_cmd_vtysh);
24024   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_list_cmd_vtysh);
24025   install_element (INTERFACE_NODE, &ipv6_ospf6_ifmtu_cmd_vtysh);
24026   install_element (ISIS_NODE, &isis_default_originate_cmd_vtysh);
24027   install_element (INTERFACE_NODE, &interface_no_ip_mroute_source_cmd_vtysh);
24028   install_element (CONFIG_NODE, &no_ip_community_list_standard_all_cmd_vtysh);
24029   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_in_prefix_filter_cmd_vtysh);
24030   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
24031   install_element (BGP_NODE, &neighbor_timers_connect_cmd_vtysh);
24032   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_route_cmd_vtysh);
24033   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_soft_in_cmd_vtysh);
24034   install_element (ENABLE_NODE, &clear_bgp_instance_all_soft_in_cmd_vtysh);
24035   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
24036   install_element (BGP_NODE, &bgp_network_cmd_vtysh);
24037   install_element (RESTRICTED_NODE, &show_bgp_lcommunity2_cmd_vtysh);
24038   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity2_cmd_vtysh);
24039   install_element (BGP_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
24040   install_element (ENABLE_NODE, &no_debug_ospf_packet_all_cmd_vtysh);
24041   install_element (CONFIG_NODE, &ip_extcommunity_list_name_expanded_cmd_vtysh);
24042   install_element (INTERFACE_NODE, &no_ip_ospf_mtu_ignore_addr_cmd_vtysh);
24043   install_element (CONFIG_NODE, &access_list_extended_any_any_cmd_vtysh);
24044   install_element (LINK_PARAMS_NODE, &no_link_params_delay_cmd_vtysh);
24045   install_element (BGP_IPV6_NODE, &no_neighbor_route_map_cmd_vtysh);
24046   install_element (ISIS_NODE, &no_set_attached_bit_cmd_vtysh);
24047   install_element (RMAP_NODE, &set_origin_cmd_vtysh);
24048   install_element (BGP_ENCAPV6_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
24049   install_element (CONFIG_NODE, &no_debug_ospf6_spf_time_cmd_vtysh);
24050   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
24051   install_element (BGP_ENCAP_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24052   install_element (BGP_IPV6M_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24053   install_element (CONFIG_NODE, &dump_bgp_all_cmd_vtysh);
24054   install_element (VIEW_NODE, &show_ip_bgp_community4_exact_cmd_vtysh);
24055   install_element (OSPF_NODE, &ospf_timers_throttle_spf_cmd_vtysh);
24056   install_element (RMAP_NODE, &no_set_ipv6_nexthop_peer_cmd_vtysh);
24057   install_element (INTERFACE_NODE, &shutdown_if_cmd_vtysh);
24058   install_element (RIP_NODE, &rip_distance_cmd_vtysh);
24059   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_soft_in_cmd_vtysh);
24060   install_element (INTERFACE_NODE, &no_isis_passwd_cmd_vtysh);
24061   install_element (CONFIG_NODE, &ipv6_prefix_list_ge_cmd_vtysh);
24062   install_element (BGP_NODE, &no_aggregate_address_summary_as_set_cmd_vtysh);
24063   install_element (RIPNG_NODE, &no_ripng_offset_list_ifname_cmd_vtysh);
24064   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_detail_cmd_vtysh);
24065   install_element (OSPF_NODE, &ospf_area_vlink_authtype_cmd_vtysh);
24066   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_prefix_longer_cmd_vtysh);
24067   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_list_cmd_vtysh);
24068   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_soft_cmd_vtysh);
24069   install_element (RIPNG_NODE, &no_ripng_allow_ecmp_cmd_vtysh);
24070   install_element (VIEW_NODE, &show_bgp_view_ipv4_safi_rsclient_route_cmd_vtysh);
24071   install_element (BGP_ENCAP_NODE, &neighbor_nexthop_self_cmd_vtysh);
24072   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_tags_cmd_vtysh);
24073   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
24074   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_in_prefix_filter_cmd_vtysh);
24075   install_element (RMAP_NODE, &match_community_exact_cmd_vtysh);
24076   install_element (ENABLE_NODE, &debug_isis_lsp_sched_cmd_vtysh);
24077   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
24078   install_element (VIEW_NODE, &show_bgp_instance_neighbors_cmd_vtysh);
24079   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community3_exact_cmd_vtysh);
24080   install_element (VIEW_NODE, &show_ip_ospf_database_type_adv_router_cmd_vtysh);
24081   install_element (BGP_ENCAPV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24082   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_tag_cmd_vtysh);
24083   install_element (CONFIG_NODE, &no_debug_isis_err_cmd_vtysh);
24084   install_element (CONFIG_NODE, &no_debug_igmp_events_cmd_vtysh);
24085   install_element (BGP_IPV4_NODE, &aggregate_address_as_set_summary_cmd_vtysh);
24086   install_element (ISIS_NODE, &set_attached_bit_cmd_vtysh);
24087   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_summary_cmd_vtysh);
24088   install_element (BGP_IPV6_NODE, &ipv6_bgp_distance_cmd_vtysh);
24089   install_element (BGP_IPV4_NODE, &bgp_maxpaths_cmd_vtysh);
24090   install_element (BGP_NODE, &no_bgp_graceful_restart_restart_time_val_cmd_vtysh);
24091   install_element (CONFIG_NODE, &no_debug_ospf_te_cmd_vtysh);
24092   install_element (CONFIG_NODE, &no_ipv6_access_list_any_cmd_vtysh);
24093   install_element (INTERFACE_NODE, &ipv6_nd_homeagent_config_flag_cmd_vtysh);
24094   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_route_cmd_vtysh);
24095   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_prefix_cmd_vtysh);
24096   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_out_cmd_vtysh);
24097   install_element (ISIS_NODE, &max_lsp_lifetime_l1_cmd_vtysh);
24098   install_element (OSPF_NODE, &no_capability_opaque_cmd_vtysh);
24099   install_element (BGP_VPNV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
24100   install_element (BGP_VPNV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24101   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
24102   install_element (ISIS_NODE, &no_spf_interval_l1_cmd_vtysh);
24103   install_element (BGP_IPV4M_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
24104   install_element (VIEW_NODE, &show_ip_ospf_interface_cmd_vtysh);
24105   install_element (VIEW_NODE, &show_bgp_instance_ipv4_safi_summary_cmd_vtysh);
24106   install_element (BGP_NODE, &no_synchronization_cmd_vtysh);
24107   install_element (VIEW_NODE, &show_ipv6_route_cmd_vtysh);
24108   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_neighbor_routes_cmd_vtysh);
24109   install_element (CONFIG_NODE, &access_list_standard_nomask_cmd_vtysh);
24110   install_element (RMAP_NODE, &set_vpnv4_nexthop_cmd_vtysh);
24111   install_element (VIEW_NODE, &show_bgp_community2_exact_cmd_vtysh);
24112   install_element (VIEW_NODE, &show_ip_bgp_community3_exact_cmd_vtysh);
24113   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l1_arg_cmd_vtysh);
24114   install_element (INTERFACE_NODE, &ip_ospf_hello_interval_cmd_vtysh);
24115   install_element (ENABLE_NODE, &debug_ospf_packet_send_recv_detail_cmd_vtysh);
24116   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance2_cmd_vtysh);
24117   install_element (OSPF_NODE, &ospf_max_metric_router_lsa_admin_cmd_vtysh);
24118   install_element (BGP_IPV6_NODE, &ipv6_aggregate_address_summary_only_cmd_vtysh);
24119   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_router_detail_cmd_vtysh);
24120   install_element (VIEW_NODE, &show_ip_bgp_flap_regexp_cmd_vtysh);
24121   install_element (VIEW_NODE, &show_ip_forwarding_cmd_vtysh);
24122   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_cmd_vtysh);
24123   install_element (BGP_VPNV4_NODE, &neighbor_filter_list_cmd_vtysh);
24124   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_soft_out_cmd_vtysh);
24125   install_element (CONFIG_NODE, &bgp_multiple_instance_cmd_vtysh);
24126   install_element (VIEW_NODE, &show_ip_bgp_ipv4_paths_cmd_vtysh);
24127   install_element (BGP_IPV4M_NODE, &neighbor_default_originate_cmd_vtysh);
24128   install_element (RMAP_NODE, &no_set_community_val_cmd_vtysh);
24129   install_element (ISIS_NODE, &no_isis_mpls_te_on_cmd_vtysh);
24130   install_element (VIEW_NODE, &show_bgp_rsclient_route_cmd_vtysh);
24131   install_element (ENABLE_NODE, &no_debug_ospf6_lsa_hex_detail_cmd_vtysh);
24132   install_element (BGP_IPV6M_NODE, &neighbor_allowas_in_cmd_vtysh);
24133   install_element (INTERFACE_NODE, &no_ipv6_ospf6_cost_cmd_vtysh);
24134   install_element (VIEW_NODE, &show_bgp_ipv6_safi_dampened_paths_cmd_vtysh);
24135   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
24136   install_element (BGP_IPV4M_NODE, &bgp_damp_set2_cmd_vtysh);
24137   install_element (VIEW_NODE, &show_ip_rib_cmd_vtysh);
24138   install_element (CONFIG_NODE, &ipv6_prefix_list_description_cmd_vtysh);
24139   install_element (BGP_IPV4_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
24140   install_element (BGP_IPV6_NODE, &neighbor_allowas_in_cmd_vtysh);
24141   install_element (BGP_IPV4_NODE, &bgp_network_cmd_vtysh);
24142   install_element (VIEW_NODE, &show_bgp_views_cmd_vtysh);
24143   install_element (INTERFACE_NODE, &no_psnp_interval_arg_cmd_vtysh);
24144   install_element (CONFIG_NODE, &ip_route_flags_tag_cmd_vtysh);
24145   install_element (BGP_IPV4M_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24146   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_cmd_vtysh);
24147   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24148   install_element (BGP_IPV4_NODE, &aggregate_address_as_set_cmd_vtysh);
24149   install_element (BGP_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
24150   install_element (CONFIG_NODE, &ipv6_access_list_cmd_vtysh);
24151   install_element (RMAP_NODE, &no_set_tag_val_cmd_vtysh);
24152   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_summary_as_set_cmd_vtysh);
24153   install_element (BGP_IPV6M_NODE, &neighbor_default_originate_cmd_vtysh);
24154   install_element (VIEW_NODE, &ipv6_mbgp_neighbor_routes_cmd_vtysh);
24155   install_element (ENABLE_NODE, &undebug_igmp_packets_cmd_vtysh);
24156   install_element (OSPF_NODE, &no_ospf_area_nssa_cmd_vtysh);
24157   install_element (BGP_IPV6M_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
24158   install_element (BGP_NODE, &no_bgp_network_import_check_cmd_vtysh);
24159   install_element (VIEW_NODE, &show_isis_mpls_te_interface_cmd_vtysh);
24160   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_linkstate_id_cmd_vtysh);
24161   install_element (ISIS_NODE, &lsp_refresh_interval_cmd_vtysh);
24162   install_element (CONFIG_NODE, &debug_ospf6_lsa_hex_cmd_vtysh);
24163   install_element (ENABLE_NODE, &clear_ipv6_ospf6_interface_cmd_vtysh);
24164   install_element (CONFIG_NODE, &undebug_pim_packets_cmd_vtysh);
24165   install_element (ENABLE_NODE, &undebug_pim_trace_cmd_vtysh);
24166   install_element (OSPF6_NODE, &ospf6_distance_cmd_vtysh);
24167   install_element (RMAP_NODE, &no_set_metric_addsub_cmd_vtysh);
24168   install_element (VIEW_NODE, &show_ip_bgp_neighbors_cmd_vtysh);
24169   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
24170   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_damp_cmd_vtysh);
24171   install_element (VIEW_NODE, &show_ipv6_bgp_filter_list_cmd_vtysh);
24172   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
24173   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community4_cmd_vtysh);
24174   install_element (RIPNG_NODE, &if_ipv6_rmap_cmd_vtysh);
24175   install_element (BGP_ENCAP_NODE, &neighbor_route_reflector_client_cmd_vtysh);
24176   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_rsclient_cmd_vtysh);
24177   install_element (CONFIG_NODE, &ip_mroute_cmd_vtysh);
24178   install_element (ENABLE_NODE, &show_ip_access_list_cmd_vtysh);
24179   install_element (CONFIG_NODE, &no_ipv6_route_pref_tag_vrf_cmd_vtysh);
24180   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_out_cmd_vtysh);
24181   install_element (BGP_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24182   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_in_prefix_filter_cmd_vtysh);
24183   install_element (BGP_IPV6_NODE, &ipv6_aggregate_address_cmd_vtysh);
24184   install_element (INTERFACE_NODE, &no_psnp_interval_l1_arg_cmd_vtysh);
24185   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity4_cmd_vtysh);
24186   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity2_cmd_vtysh);
24187   install_element (BGP_IPV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
24188   install_element (BGP_NODE, &no_bgp_cluster_id_cmd_vtysh);
24189   install_element (ENABLE_NODE, &clear_bgp_all_rsclient_cmd_vtysh);
24190   install_element (CONFIG_NODE, &debug_ospf_zebra_cmd_vtysh);
24191   install_element (ISIS_NODE, &no_isis_default_originate_cmd_vtysh);
24192   install_element (CONFIG_NODE, &no_debug_ospf_lsa_cmd_vtysh);
24193   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_month_day_cmd_vtysh);
24194   install_element (VIEW_NODE, &show_isis_neighbor_detail_cmd_vtysh);
24195   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_router_detail_cmd_vtysh);
24196   install_element (BGP_IPV4_NODE, &neighbor_unsuppress_map_cmd_vtysh);
24197   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community4_cmd_vtysh);
24198   install_element (INTERFACE_NODE, &ipv6_ospf6_instance_cmd_vtysh);
24199   install_element (BGP_IPV4M_NODE, &no_neighbor_route_map_cmd_vtysh);
24200   install_element (CONFIG_NODE, &no_debug_igmp_trace_cmd_vtysh);
24201   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community_cmd_vtysh);
24202   install_element (BGP_IPV4_NODE, &neighbor_prefix_list_cmd_vtysh);
24203   install_element (CONFIG_NODE, &no_ip_route_mask_vrf_cmd_vtysh);
24204   install_element (CONFIG_NODE, &no_ip_route_tag_distance_cmd_vtysh);
24205   install_element (INTERFACE_NODE, &ip_ospf_cost_u32_cmd_vtysh);
24206   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_routes_cmd_vtysh);
24207   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_external_intra_cmd_vtysh);
24208   install_element (INTERFACE_NODE, &ipv6_ospf6_retransmitinterval_cmd_vtysh);
24209   install_element (VIEW_NODE, &show_bgp_ipv4_prefix_list_cmd_vtysh);
24210   install_element (RESTRICTED_NODE, &show_ip_bgp_prefix_pathtype_cmd_vtysh);
24211   install_element (BGP_NODE, &aggregate_address_mask_as_set_cmd_vtysh);
24212   install_element (BGP_IPV6M_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
24213   install_element (ENABLE_NODE, &debug_ospf6_spf_time_cmd_vtysh);
24214   install_element (BGP_NODE, &no_bgp_log_neighbor_changes_cmd_vtysh);
24215   install_element (CONFIG_NODE, &debug_ospf_lsa_sub_cmd_vtysh);
24216   install_element (CONFIG_NODE, &no_ipv6_prefix_list_prefix_cmd_vtysh);
24217   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_routes_cmd_vtysh);
24218   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
24219   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
24220   install_element (BGP_IPV6M_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
24221   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
24222   install_element (BGP_NODE, &bgp_bestpath_med2_cmd_vtysh);
24223   install_element (INTERFACE_NODE, &ipv6_nd_homeagent_preference_cmd_vtysh);
24224   install_element (RMAP_NODE, &no_match_ip_address_prefix_list_val_cmd_vtysh);
24225   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_route_map_cmd_vtysh);
24226   install_element (BGP_IPV6_NODE, &ipv6_bgp_network_route_map_cmd_vtysh);
24227   install_element (ENABLE_NODE, &clear_bgp_peer_out_cmd_vtysh);
24228   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_addr_cmd_vtysh);
24229   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity4_cmd_vtysh);
24230   install_element (BGP_VPNV6_NODE, &neighbor_allowas_in_cmd_vtysh);
24231   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_neighbor_advertised_routes_cmd_vtysh);
24232   install_element (INTERFACE_NODE, &no_ip_ospf_retransmit_interval_addr_cmd_vtysh);
24233   install_element (VIEW_NODE, &show_ip_bgp_community_list_cmd_vtysh);
24234   install_element (BGP_ENCAP_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
24235   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_route_cmd_vtysh);
24236   install_element (BGP_VPNV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
24237   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24238   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance_vrf_cmd_vtysh);
24239   install_element (RESTRICTED_NODE, &show_ip_bgp_community2_cmd_vtysh);
24240   install_element (INTERFACE_NODE, &tunnel_protection_cmd_vtysh);
24241   install_element (BGP_NODE, &bgp_fast_external_failover_cmd_vtysh);
24242   install_element (CONFIG_NODE, &no_debug_ospf6_message_cmd_vtysh);
24243   install_element (OSPF_NODE, &router_info_area_cmd_vtysh);
24244   install_element (BGP_IPV4_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
24245   install_element (BGP_IPV6_NODE, &neighbor_send_community_type_cmd_vtysh);
24246   install_element (OSPF_NODE, &no_ospf_area_range_cmd_vtysh);
24247   install_element (CONFIG_NODE, &ip_lcommunity_list_expanded_cmd_vtysh);
24248   install_element (BGP_IPV6_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
24249   install_element (ENABLE_NODE, &no_debug_pim_events_cmd_vtysh);
24250   install_element (RMAP_NODE, &no_set_lcommunity_cmd_vtysh);
24251   install_element (BGP_IPV4M_NODE, &bgp_network_mask_natural_cmd_vtysh);
24252   install_element (BGP_IPV6M_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
24253   install_element (BGP_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24254   install_element (BGP_IPV6M_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
24255   install_element (VIEW_NODE, &show_bgp_view_ipv6_rsclient_route_cmd_vtysh);
24256   install_element (BGP_NODE, &no_neighbor_local_as_val2_cmd_vtysh);
24257   install_element (VIEW_NODE, &show_bgp_neighbor_damp_cmd_vtysh);
24258   install_element (LINK_PARAMS_NODE, &link_params_admin_grp_cmd_vtysh);
24259   install_element (CONFIG_NODE, &no_ipv6_route_ifname_tag_vrf_cmd_vtysh);
24260   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity_all_cmd_vtysh);
24261   install_element (VIEW_NODE, &show_ipv6_ospf6_neighbor_detail_cmd_vtysh);
24262   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_soft_cmd_vtysh);
24263   install_element (VIEW_NODE, &show_isis_interface_detail_cmd_vtysh);
24264   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community_all_cmd_vtysh);
24265   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
24266   install_element (ENABLE_NODE, &test_pim_receive_upcall_cmd_vtysh);
24267   install_element (CONFIG_NODE, &debug_zebra_kernel_cmd_vtysh);
24268   install_element (RIPNG_NODE, &no_ripng_redistribute_type_metric_cmd_vtysh);
24269   install_element (BGP_IPV6M_NODE, &no_neighbor_send_community_cmd_vtysh);
24270   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_all_cmd_vtysh);
24271   install_element (BGP_NODE, &bgp_damp_unset_cmd_vtysh);
24272   install_element (ISIS_NODE, &no_lsp_refresh_interval_cmd_vtysh);
24273   install_element (KEYCHAIN_NODE, &no_key_cmd_vtysh);
24274   install_element (INTERFACE_NODE, &ip_rip_send_version_1_cmd_vtysh);
24275   install_element (INTERFACE_NODE, &ipv6_ospf6_cost_cmd_vtysh);
24276   install_element (OSPF_NODE, &ospf_area_range_cmd_vtysh);
24277   install_element (VIEW_NODE, &show_bgp_community4_exact_cmd_vtysh);
24278   install_element (VIEW_NODE, &show_ip_ospf_border_routers_cmd_vtysh);
24279   install_element (RMAP_NODE, &no_match_ip_address_cmd_vtysh);
24280   install_element (RESTRICTED_NODE, &show_bgp_community_cmd_vtysh);
24281   install_element (ENABLE_NODE, &clear_bgp_instance_all_soft_cmd_vtysh);
24282   install_element (BGP_IPV4M_NODE, &no_aggregate_address_summary_as_set_cmd_vtysh);
24283   install_element (CONFIG_NODE, &debug_bgp_update_cmd_vtysh);
24284   install_element (VIEW_NODE, &show_bgp_ipv6_filter_list_cmd_vtysh);
24285   install_element (VIEW_NODE, &show_ipv6_route_prefix_cmd_vtysh);
24286   install_element (RMAP_NODE, &no_match_ipv6_address_cmd_vtysh);
24287   install_element (VIEW_NODE, &show_zebra_cmd_vtysh);
24288   install_element (VIEW_NODE, &ipv6_bgp_neighbor_advertised_route_cmd_vtysh);
24289   install_element (INTERFACE_NODE, &ip_ospf_authentication_cmd_vtysh);
24290   install_element (BGP_NODE, &bgp_network_mask_backdoor_cmd_vtysh);
24291   install_element (INTERFACE_NODE, &ip_rip_authentication_mode_authlen_cmd_vtysh);
24292   install_element (INTERFACE_NODE, &no_bandwidth_if_val_cmd_vtysh);
24293   install_element (VIEW_NODE, &show_ip_bgp_flap_statistics_cmd_vtysh);
24294   install_element (BGP_IPV4_NODE, &neighbor_distribute_list_cmd_vtysh);
24295   install_element (VIEW_NODE, &show_ipv6_mroute_vrf_all_cmd_vtysh);
24296   install_element (ISIS_NODE, &no_max_lsp_lifetime_l1_cmd_vtysh);
24297   install_element (BGP_VPNV4_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24298   install_element (BGP_IPV4_NODE, &bgp_damp_set_cmd_vtysh);
24299   install_element (BGP_NODE, &bgp_redistribute_ipv4_metric_rmap_cmd_vtysh);
24300   install_element (INTERFACE_NODE, &ipv6_ospf6_hellointerval_cmd_vtysh);
24301   install_element (ENABLE_NODE, &debug_isis_csum_cmd_vtysh);
24302   install_element (RIP_NODE, &no_rip_default_information_originate_cmd_vtysh);
24303   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_address_cmd_vtysh);
24304   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
24305   install_element (BGP_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
24306   install_element (CONFIG_NODE, &no_debug_rip_packet_cmd_vtysh);
24307   install_element (OSPF_NODE, &ospf_area_export_list_cmd_vtysh);
24308   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
24309   install_element (VIEW_NODE, &show_ip_route_tag_vrf_cmd_vtysh);
24310   install_element (RESTRICTED_NODE, &show_bgp_ipv6_rsclient_prefix_cmd_vtysh);
24311   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_cmd_vtysh);
24312   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community3_cmd_vtysh);
24313   install_element (OSPF_NODE, &no_pce_domain_cmd_vtysh);
24314   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_infinite_month_day_cmd_vtysh);
24315   install_element (ENABLE_NODE, &show_zebra_fpm_stats_cmd_vtysh);
24316   install_element (RMAP_NODE, &set_metric_rtt_cmd_vtysh);
24317   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24318   install_element (RIP_NODE, &no_rip_route_cmd_vtysh);
24319   install_element (BGP_VPNV4_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
24320   install_element (VIEW_NODE, &show_ip_pim_interface_cmd_vtysh);
24321   install_element (VIEW_NODE, &show_ipv6_mbgp_community4_exact_cmd_vtysh);
24322   install_element (ENABLE_NODE, &show_ip_nhrp_cmd_vtysh);
24323   install_element (BGP_ENCAPV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
24324   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_cmd_vtysh);
24325   install_element (OSPF_NODE, &no_ospf_passive_interface_addr_cmd_vtysh);
24326   install_element (BGP_IPV4M_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
24327   install_element (VIEW_NODE, &show_ip_ospf_mpls_te_router_cmd_vtysh);
24328   install_element (RMAP_NODE, &no_match_ipv6_address_val_cmd_vtysh);
24329   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community4_cmd_vtysh);
24330   install_element (OSPF_NODE, &no_router_info_cmd_vtysh);
24331   install_element (RMAP_NODE, &no_match_interface_val_cmd_vtysh);
24332   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
24333   install_element (VIEW_NODE, &show_ip_bgp_neighbor_prefix_counts_cmd_vtysh);
24334   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_cmd_vtysh);
24335   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
24336   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
24337   install_element (RESTRICTED_NODE, &show_bgp_ipv6_encap_prefix_cmd_vtysh);
24338   install_element (RMAP_NODE, &no_set_lcommunity_delete_cmd_vtysh);
24339   install_element (VIEW_NODE, &show_bgp_route_cmd_vtysh);
24340   install_element (ENABLE_NODE, &no_debug_ospf6_spf_process_cmd_vtysh);
24341   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_dampened_paths_cmd_vtysh);
24342   install_element (CONFIG_NODE, &no_access_list_cmd_vtysh);
24343   install_element (BGP_NODE, &no_bgp_confederation_peers_cmd_vtysh);
24344   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_received_routes_cmd_vtysh);
24345   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_soft_cmd_vtysh);
24346   install_element (BGP_NODE, &old_ipv6_aggregate_address_summary_only_cmd_vtysh);
24347   install_element (INTERFACE_NODE, &no_ip_rip_authentication_mode_cmd_vtysh);
24348   install_element (ENABLE_NODE, &clear_ip_bgp_external_in_prefix_filter_cmd_vtysh);
24349   install_element (INTERFACE_NODE, &interface_ip_igmp_query_max_response_time_cmd_vtysh);
24350   install_element (INTERFACE_NODE, &no_ip_ospf_message_digest_key_cmd_vtysh);
24351   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_tag_vrf_cmd_vtysh);
24352   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_rsclient_summary_cmd_vtysh);
24353   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community2_cmd_vtysh);
24354   install_element (BGP_IPV4M_NODE, &neighbor_route_reflector_client_cmd_vtysh);
24355   install_element (BGP_NODE, &neighbor_ttl_security_cmd_vtysh);
24356   install_element (ENABLE_NODE, &clear_ip_bgp_peer_out_cmd_vtysh);
24357   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
24358   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_detail_cmd_vtysh);
24359   install_element (CONFIG_NODE, &no_debug_ospf_nsm_sub_cmd_vtysh);
24360   install_element (INTERFACE_NODE, &no_ipv6_nd_mtu_val_cmd_vtysh);
24361   install_element (CONFIG_NODE, &debug_ospf_lsa_cmd_vtysh);
24362   install_element (VIEW_NODE, &show_ipv6_ospf6_route_cmd_vtysh);
24363   install_element (VIEW_NODE, &show_interface_vrf_cmd_vtysh);
24364   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_cmd_vtysh);
24365   install_element (ENABLE_NODE, &no_debug_igmp_packets_cmd_vtysh);
24366   install_element (ENABLE_NODE, &no_debug_zebra_events_cmd_vtysh);
24367   install_element (ISIS_NODE, &spf_interval_l1_cmd_vtysh);
24368   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community2_cmd_vtysh);
24369   install_element (OSPF_NODE, &ospf_max_metric_router_lsa_startup_cmd_vtysh);
24370   install_element (VIEW_NODE, &show_ipv6_mbgp_community_list_exact_cmd_vtysh);
24371   install_element (CONFIG_NODE, &no_debug_ospf6_neighbor_cmd_vtysh);
24372   install_element (OSPF_NODE, &ospf_area_vlink_param3_cmd_vtysh);
24373   install_element (VIEW_NODE, &show_bgp_community_exact_cmd_vtysh);
24374   install_element (ENABLE_NODE, &debug_ospf6_interface_cmd_vtysh);
24375   install_element (BGP_IPV6M_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
24376   install_element (VIEW_NODE, &show_ip_bgp_community2_exact_cmd_vtysh);
24377   install_element (INTERFACE_NODE, &csnp_interval_l2_cmd_vtysh);
24378   install_element (CONFIG_NODE, &ip_route_mask_flags_distance_vrf_cmd_vtysh);
24379   install_element (BGP_IPV6_NODE, &neighbor_activate_cmd_vtysh);
24380   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24381   install_element (CONFIG_NODE, &config_table_cmd_vtysh);
24382   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
24383   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24384   install_element (BGP_NODE, &no_neighbor_description_val_cmd_vtysh);
24385   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_cmd_vtysh);
24386   install_element (OSPF6_NODE, &area_filter_list_cmd_vtysh);
24387   install_element (CONFIG_NODE, &ipv6_route_cmd_vtysh);
24388   install_element (OSPF_NODE, &ospf_distance_cmd_vtysh);
24389   install_element (INTERFACE_NODE, &no_ipv6_ospf6_mtu_ignore_cmd_vtysh);
24390   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rsclient_summary_cmd_vtysh);
24391   install_element (VIEW_NODE, &show_ip_bgp_paths_cmd_vtysh);
24392   install_element (BGP_IPV4M_NODE, &neighbor_send_community_cmd_vtysh);
24393   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24394   install_element (CONFIG_NODE, &no_ipv6_route_cmd_vtysh);
24395   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance2_vrf_cmd_vtysh);
24396   install_element (CONFIG_NODE, &debug_isis_rtevents_cmd_vtysh);
24397   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_summary_cmd_vtysh);
24398   install_element (VIEW_NODE, &show_interface_vrf_all_cmd_vtysh);
24399   install_element (RMAP_NODE, &no_set_aspath_exclude_cmd_vtysh);
24400   install_element (BGP_IPV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
24401   install_element (RESTRICTED_NODE, &show_bgp_memory_cmd_vtysh);
24402   install_element (INTERFACE_NODE, &ip_ospf_retransmit_interval_cmd_vtysh);
24403   install_element (OSPF_NODE, &ospf_area_stub_no_summary_cmd_vtysh);
24404   install_element (OSPF_NODE, &ospf_area_range_advertise_cmd_vtysh);
24405   install_element (ENABLE_NODE, &debug_bgp_as4_cmd_vtysh);
24406   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity3_cmd_vtysh);
24407   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community4_cmd_vtysh);
24408   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_in_cmd_vtysh);
24409   install_element (INTERFACE_NODE, &no_ospf_dead_interval_cmd_vtysh);
24410   install_element (RESTRICTED_NODE, &show_bgp_view_prefix_cmd_vtysh);
24411   install_element (INTERFACE_NODE, &ip_address_label_cmd_vtysh);
24412   install_element (CONFIG_NODE, &ip_route_flags_distance_cmd_vtysh);
24413   install_element (VIEW_NODE, &show_isis_topology_l1_cmd_vtysh);
24414   install_element (VIEW_NODE, &show_ip_bgp_view_rsclient_cmd_vtysh);
24415   install_element (VIEW_NODE, &show_bgp_view_ipv6_prefix_cmd_vtysh);
24416   install_element (INTERFACE_NODE, &ip_irdp_preference_cmd_vtysh);
24417   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
24418   install_element (LINK_PARAMS_NODE, &link_params_delay_var_cmd_vtysh);
24419   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity_list_cmd_vtysh);
24420   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community_cmd_vtysh);
24421   install_element (BGP_NODE, &neighbor_ebgp_multihop_ttl_cmd_vtysh);
24422   install_element (CONFIG_NODE, &no_ip_prefix_list_ge_le_cmd_vtysh);
24423   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
24424   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
24425   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24426   install_element (BGP_IPV4_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
24427   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rd_route_cmd_vtysh);
24428   install_element (BGP_IPV6M_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
24429   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24430   install_element (VIEW_NODE, &show_ip_ospf_database_type_self_cmd_vtysh);
24431   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_rsclient_summary_cmd_vtysh);
24432   install_element (RIP_NODE, &no_rip_default_metric_val_cmd_vtysh);
24433   install_element (ENABLE_NODE, &no_debug_ospf6_flooding_cmd_vtysh);
24434   install_element (INTERFACE_NODE, &no_isis_hello_interval_l1_arg_cmd_vtysh);
24435   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_route_map_cmd_vtysh);
24436   install_element (BGP_IPV4M_NODE, &neighbor_prefix_list_cmd_vtysh);
24437   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24438   install_element (RMAP_NODE, &no_match_ip_next_hop_cmd_vtysh);
24439   install_element (ENABLE_NODE, &debug_ospf_packet_send_recv_cmd_vtysh);
24440   install_element (RMAP_NODE, &match_ipv6_next_hop_cmd_vtysh);
24441   install_element (VIEW_NODE, &show_ip_bgp_view_rsclient_prefix_cmd_vtysh);
24442   install_element (CONFIG_NODE, &ip_mroute_dist_vrf_cmd_vtysh);
24443   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_soft_cmd_vtysh);
24444   install_element (OSPF_NODE, &ospf_passive_interface_addr_cmd_vtysh);
24445   install_element (CONFIG_NODE, &ip_community_list_standard2_cmd_vtysh);
24446   install_element (OSPF_NODE, &no_ospf_refresh_timer_cmd_vtysh);
24447   install_element (RMAP_NODE, &match_lcommunity_cmd_vtysh);
24448   install_element (VIEW_NODE, &show_ip_bgp_ipv4_dampening_parameters_cmd_vtysh);
24449   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_natural_route_map_cmd_vtysh);
24450   install_element (ENABLE_NODE, &debug_ospf_packet_all_cmd_vtysh);
24451   install_element (INTERFACE_NODE, &ipv6_nd_other_config_flag_cmd_vtysh);
24452   install_element (VIEW_NODE, &show_bgp_view_neighbor_damp_cmd_vtysh);
24453   install_element (BGP_IPV6_NODE, &ipv6_bgp_distance_source_cmd_vtysh);
24454   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
24455   install_element (VIEW_NODE, &show_ipv6_ospf6_spf_tree_cmd_vtysh);
24456   install_element (INTERFACE_NODE, &ipv6_ospf6_deadinterval_cmd_vtysh);
24457   install_element (INTERFACE_NODE, &ipv6_nd_prefix_cmd_vtysh);
24458   install_element (VIEW_NODE, &show_ip_ospf_database_type_id_adv_router_cmd_vtysh);
24459   install_element (CONFIG_NODE, &no_ip_route_tag_cmd_vtysh);
24460   install_element (INTERFACE_NODE, &no_ospf_cost_u32_inet4_cmd_vtysh);
24461   install_element (ENABLE_NODE, &debug_ospf_nsm_sub_cmd_vtysh);
24462   install_element (BGP_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24463   install_element (VIEW_NODE, &show_bgp_neighbors_cmd_vtysh);
24464   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24465   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24466   install_element (VIEW_NODE, &show_bgp_ipv6_encap_tags_cmd_vtysh);
24467   install_element (RMAP_NODE, &match_ip_next_hop_cmd_vtysh);
24468   install_element (BGP_IPV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
24469   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
24470   install_element (RMAP_NODE, &no_match_origin_val_cmd_vtysh);
24471   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24472   install_element (INTERFACE_NODE, &no_isis_priority_cmd_vtysh);
24473   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
24474   install_element (RMAP_NODE, &no_set_tag_cmd_vtysh);
24475   install_element (INTERFACE_NODE, &no_ip_ospf_priority_cmd_vtysh);
24476   install_element (ENABLE_NODE, &no_debug_ospf6_asbr_cmd_vtysh);
24477   install_element (INTERFACE_NODE, &isis_priority_l2_cmd_vtysh);
24478   install_element (BGP_IPV4M_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24479   install_element (ENABLE_NODE, &debug_isis_lupd_cmd_vtysh);
24480   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_summary_cmd_vtysh);
24481   install_element (VIEW_NODE, &show_database_arg_detail_cmd_vtysh);
24482   install_element (VIEW_NODE, &show_ipv6_ospf6_route_longer_cmd_vtysh);
24483   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_linkstate_id_cmd_vtysh);
24484   install_element (ENABLE_NODE, &show_dmvpn_cmd_vtysh);
24485   install_element (BGP_IPV4_NODE, &no_aggregate_address_cmd_vtysh);
24486   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24487   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_neighbors_peer_cmd_vtysh);
24488   install_element (BGP_NODE, &bgp_redistribute_ipv4_metric_cmd_vtysh);
24489   install_element (BGP_NODE, &neighbor_strict_capability_cmd_vtysh);
24490   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
24491   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance_source_access_list_cmd_vtysh);
24492   install_element (CONFIG_NODE, &ip_route_mask_distance_vrf_cmd_vtysh);
24493   install_element (CONFIG_NODE, &no_debug_pim_packets_cmd_vtysh);
24494   install_element (CONFIG_NODE, &no_debug_zebra_rib_cmd_vtysh);
24495   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_all_neighbors_peer_cmd_vtysh);
24496   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_cmd_vtysh);
24497   install_element (INTERFACE_NODE, &ip_ospf_authentication_args_addr_cmd_vtysh);
24498   install_element (CONFIG_NODE, &no_debug_pim_packets_filter_cmd_vtysh);
24499   install_element (BGP_IPV4_NODE, &aggregate_address_mask_summary_as_set_cmd_vtysh);
24500   install_element (BGP_NODE, &neighbor_interface_cmd_vtysh);
24501   install_element (ENABLE_NODE, &undebug_igmp_cmd_vtysh);
24502   install_element (CONFIG_NODE, &debug_ripng_events_cmd_vtysh);
24503   install_element (INTERFACE_NODE, &no_ip_ospf_dead_interval_seconds_cmd_vtysh);
24504   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
24505   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_soft_cmd_vtysh);
24506   install_element (CONFIG_NODE, &access_list_standard_cmd_vtysh);
24507   install_element (RMAP_NODE, &set_community_none_cmd_vtysh);
24508   install_element (RESTRICTED_NODE, &show_ip_bgp_view_route_cmd_vtysh);
24509   install_element (VIEW_NODE, &show_ipv6_ospf6_route_longer_detail_cmd_vtysh);
24510   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity2_cmd_vtysh);
24511   install_element (INTERFACE_NODE, &no_isis_hello_interval_l2_cmd_vtysh);
24512   install_element (ENABLE_NODE, &undebug_bgp_all_cmd_vtysh);
24513   install_element (VIEW_NODE, &show_ip_pim_lan_prune_delay_cmd_vtysh);
24514   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_statistics_cmd_vtysh);
24515   install_element (ENABLE_NODE, &no_debug_isis_lupd_cmd_vtysh);
24516   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_as_set_summary_cmd_vtysh);
24517   install_element (VIEW_NODE, &show_bgp_ipv6_regexp_cmd_vtysh);
24518   install_element (BGP_IPV6M_NODE, &neighbor_filter_list_cmd_vtysh);
24519   install_element (CONFIG_NODE, &debug_pim_packets_cmd_vtysh);
24520   install_element (OSPF6_NODE, &no_ospf6_redistribute_route_map_cmd_vtysh);
24521   install_element (VIEW_NODE, &show_bgp_view_ipv6_safi_rsclient_prefix_cmd_vtysh);
24522   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_cmd_vtysh);
24523   install_element (BGP_IPV4_NODE, &aggregate_address_summary_as_set_cmd_vtysh);
24524   install_element (ENABLE_NODE, &no_debug_ospf6_spf_time_cmd_vtysh);
24525   install_element (BGP_VPNV6_NODE, &neighbor_prefix_list_cmd_vtysh);
24526   install_element (VIEW_NODE, &show_dmvpn_cmd_vtysh);
24527   install_element (CONFIG_NODE, &no_debug_pim_trace_cmd_vtysh);
24528   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_soft_out_cmd_vtysh);
24529   install_element (CONFIG_NODE, &debug_rip_zebra_cmd_vtysh);
24530   install_element (BGP_NODE, &no_bgp_network_route_map_cmd_vtysh);
24531   install_element (CONFIG_NODE, &no_debug_ospf_nsm_cmd_vtysh);
24532   install_element (OSPF_NODE, &no_ospf_distance_ospf_cmd_vtysh);
24533   install_element (ENABLE_NODE, &clear_bgp_as_out_cmd_vtysh);
24534   install_element (BGP_VPNV4_NODE, &neighbor_nexthop_self_cmd_vtysh);
24535   install_element (VIEW_NODE, &show_bgp_ipv4_encap_neighbor_routes_cmd_vtysh);
24536   install_element (BGP_NODE, &neighbor_local_as_cmd_vtysh);
24537   install_element (ENABLE_NODE, &show_ipv6_access_list_name_cmd_vtysh);
24538   install_element (INTERFACE_NODE, &no_ip_rip_split_horizon_poisoned_reverse_cmd_vtysh);
24539   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity4_cmd_vtysh);
24540   install_element (BGP_IPV6M_NODE, &neighbor_unsuppress_map_cmd_vtysh);
24541   install_element (BGP_NODE, &bgp_router_id_cmd_vtysh);
24542   install_element (BGP_IPV4_NODE, &aggregate_address_mask_summary_only_cmd_vtysh);
24543   install_element (BGP_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
24544   install_element (VTY_NODE, &exec_timeout_min_cmd_vtysh);
24545   install_element (CONFIG_NODE, &debug_ospf6_neighbor_cmd_vtysh);
24546   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_ibgp_arg_cmd_vtysh);
24547   install_element (VTY_NODE, &exec_timeout_sec_cmd_vtysh);
24548   install_element (VIEW_NODE, &show_bgp_ipv6_community2_cmd_vtysh);
24549   install_element (BGP_IPV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24550   install_element (BGP_NODE, &no_bgp_network_mask_backdoor_cmd_vtysh);
24551   install_element (VIEW_NODE, &show_bgp_ipv4_community_list_cmd_vtysh);
24552   install_element (VIEW_NODE, &show_ip_bgp_view_prefix_cmd_vtysh);
24553   install_element (BGP_NODE, &no_bgp_network_mask_natural_cmd_vtysh);
24554   install_element (VIEW_NODE, &show_ip_ospf_neighbor_all_cmd_vtysh);
24555   install_element (BGP_IPV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
24556   install_element (INTERFACE_NODE, &ip_irdp_debug_packet_cmd_vtysh);
24557   install_element (RMAP_NODE, &no_set_community_none_cmd_vtysh);
24558   install_element (INTERFACE_NODE, &interface_no_ip_igmp_cmd_vtysh);
24559   install_element (VTY_NODE, &no_vty_login_cmd_vtysh);
24560   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24561   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_ge_le_cmd_vtysh);
24562   install_element (ISIS_NODE, &no_spf_interval_l2_arg_cmd_vtysh);
24563   install_element (BGP_VPNV6_NODE, &neighbor_send_community_type_cmd_vtysh);
24564   install_element (VTY_NODE, &vty_no_restricted_mode_cmd_vtysh);
24565   install_element (CONFIG_NODE, &ipv6_route_flags_pref_vrf_cmd_vtysh);
24566   install_element (CONFIG_NODE, &ipv6_route_flags_tag_vrf_cmd_vtysh);
24567   install_element (CONFIG_NODE, &access_list_extended_mask_any_cmd_vtysh);
24568   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
24569   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
24570   install_element (CONFIG_NODE, &no_ipv6_prefix_list_le_ge_cmd_vtysh);
24571   install_element (BGP_VPNV4_NODE, &neighbor_distribute_list_cmd_vtysh);
24572   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
24573   install_element (VIEW_NODE, &show_ip_igmp_groups_retransmissions_cmd_vtysh);
24574   install_element (INTERFACE_NODE, &interface_ip_igmp_cmd_vtysh);
24575   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_prefix_cmd_vtysh);
24576   install_element (RMAP_NODE, &set_ip_nexthop_cmd_vtysh);
24577   install_element (RMAP_NODE, &no_set_atomic_aggregate_cmd_vtysh);
24578   install_element (RIPNG_NODE, &no_ripng_aggregate_address_cmd_vtysh);
24579   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_interval_val_cmd_vtysh);
24580   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity_cmd_vtysh);
24581   install_element (INTERFACE_NODE, &interface_no_ip_igmp_join_cmd_vtysh);
24582   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_damp_cmd_vtysh);
24583   install_element (BGP_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
24584   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_prefix_list_cmd_vtysh);
24585   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community4_exact_cmd_vtysh);
24586   install_element (ENABLE_NODE, &show_bgp_statistics_view_vpnv4_cmd_vtysh);
24587   install_element (VIEW_NODE, &show_ip_pim_rpf_cmd_vtysh);
24588   install_element (CONFIG_NODE, &ip_route_mask_tag_distance_vrf_cmd_vtysh);
24589   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
24590   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_month_day_month_day_cmd_vtysh);
24591   install_element (VIEW_NODE, &show_ipv6_ospf6_database_linkstate_id_cmd_vtysh);
24592   install_element (RMAP_NODE, &match_metric_cmd_vtysh);
24593   install_element (ISIS_NODE, &no_lsp_refresh_interval_l1_arg_cmd_vtysh);
24594   install_element (CONFIG_NODE, &no_access_list_extended_mask_any_cmd_vtysh);
24595   install_element (BGP_IPV6M_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
24596   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
24597   install_element (CONFIG_NODE, &ipv6_route_ifname_tag_cmd_vtysh);
24598   install_element (ENABLE_NODE, &no_debug_pim_packetdump_send_cmd_vtysh);
24599   install_element (CONFIG_NODE, &log_commands_cmd_vtysh);
24600   install_element (CONFIG_NODE, &ip_prefix_list_le_ge_cmd_vtysh);
24601   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
24602   install_element (VIEW_NODE, &show_ip_igmp_groups_cmd_vtysh);
24603   install_element (OSPF_NODE, &no_ospf_max_metric_router_lsa_startup_cmd_vtysh);
24604   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
24605   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
24606   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv4_safi_summary_cmd_vtysh);
24607   install_element (RESTRICTED_NODE, &show_bgp_view_rsclient_prefix_cmd_vtysh);
24608   install_element (BGP_IPV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
24609   install_element (INTERFACE_NODE, &no_isis_hello_interval_l2_arg_cmd_vtysh);
24610   install_element (RESTRICTED_NODE, &show_ip_bgp_community3_exact_cmd_vtysh);
24611   install_element (BGP_IPV4_NODE, &neighbor_filter_list_cmd_vtysh);
24612   install_element (INTERFACE_NODE, &no_ip_ospf_hello_interval_addr_cmd_vtysh);
24613   install_element (ISIS_NODE, &no_set_overload_bit_cmd_vtysh);
24614   install_element (ENABLE_NODE, &no_debug_ospf_zebra_cmd_vtysh);
24615   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
24616   install_element (RMAP_NODE, &match_interface_cmd_vtysh);
24617   install_element (INTERFACE_NODE, &no_isis_passive_cmd_vtysh);
24618   install_element (RIPNG_NODE, &no_ripng_default_information_originate_cmd_vtysh);
24619   install_element (CONFIG_NODE, &undebug_ssmpingd_cmd_vtysh);
24620   install_element (VIEW_NODE, &show_ipv6_route_prefix_vrf_all_cmd_vtysh);
24621   install_element (OSPF_NODE, &ospf_log_adjacency_changes_detail_cmd_vtysh);
24622   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
24623   install_element (ENABLE_NODE, &no_debug_isis_upd_cmd_vtysh);
24624   install_element (ENABLE_NODE, &debug_pim_packets_cmd_vtysh);
24625   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community_cmd_vtysh);
24626   install_element (VIEW_NODE, &show_ipv6_bgp_community_exact_cmd_vtysh);
24627   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rd_prefix_cmd_vtysh);
24628   install_element (CONFIG_NODE, &no_ip_route_cmd_vtysh);
24629   install_element (ENABLE_NODE, &clear_bgp_external_out_cmd_vtysh);
24630   install_element (VIEW_NODE, &show_ipv6_ospf6_route_type_detail_cmd_vtysh);
24631   install_element (INTERFACE_NODE, &ip_rip_split_horizon_poisoned_reverse_cmd_vtysh);
24632   install_element (OSPF_NODE, &no_ospf_max_metric_router_lsa_shutdown_cmd_vtysh);
24633   install_element (ENABLE_NODE, &debug_ospf_te_cmd_vtysh);
24634   install_element (ISIS_NODE, &no_spf_interval_l2_cmd_vtysh);
24635   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community2_cmd_vtysh);
24636   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_cmd_vtysh);
24637   install_element (RMAP_NODE, &no_set_lcommunity_delete_val_cmd_vtysh);
24638   install_element (CONFIG_NODE, &ip_prefix_list_seq_cmd_vtysh);
24639   install_element (LINK_PARAMS_NODE, &no_link_params_delay_var_cmd_vtysh);
24640   install_element (CONFIG_NODE, &no_nhrp_nflog_group_cmd_vtysh);
24641   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_out_cmd_vtysh);
24642   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_route_map_cmd_vtysh);
24643   install_element (ENABLE_NODE, &clear_ip_bgp_external_soft_cmd_vtysh);
24644   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_prefix_cmd_vtysh);
24645   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity2_cmd_vtysh);
24646   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
24647   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community2_exact_cmd_vtysh);
24648   install_element (CONFIG_NODE, &debug_bgp_zebra_cmd_vtysh);
24649   install_element (RMAP_NODE, &no_set_community_delete_val_cmd_vtysh);
24650   install_element (BGP_VPNV6_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
24651   install_element (ENABLE_NODE, &debug_ospf_ism_cmd_vtysh);
24652   install_element (INTERFACE_NODE, &no_ospf_hello_interval_cmd_vtysh);
24653   install_element (VIEW_NODE, &show_bgp_instance_rsclient_summary_cmd_vtysh);
24654   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_router_cmd_vtysh);
24655   install_element (CONFIG_NODE, &ip_route_mask_flags_distance_cmd_vtysh);
24656   install_element (OSPF_NODE, &ospf_area_vlink_authtype_authkey_cmd_vtysh);
24657   install_element (RESTRICTED_NODE, &show_bgp_community4_exact_cmd_vtysh);
24658   install_element (ENABLE_NODE, &debug_nhrp_cmd_vtysh);
24659   install_element (RIP_NODE, &no_if_rmap_cmd_vtysh);
24660   install_element (CONFIG_NODE, &no_service_advanced_vty_cmd_vtysh);
24661   install_element (RIPNG_NODE, &ripng_network_cmd_vtysh);
24662   install_element (BGP_NODE, &no_neighbor_allowas_in_cmd_vtysh);
24663   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community_exact_cmd_vtysh);
24664   install_element (ENABLE_NODE, &show_debugging_rip_cmd_vtysh);
24665   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community3_cmd_vtysh);
24666   install_element (BGP_IPV6_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
24667   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_interval_cmd_vtysh);
24668   install_element (INTERFACE_NODE, &no_ipv6_nd_reachable_time_cmd_vtysh);
24669   install_element (ENABLE_NODE, &show_debugging_ospf_cmd_vtysh);
24670   install_element (VIEW_NODE, &show_ipv6_prefix_list_prefix_longer_cmd_vtysh);
24671   install_element (ENABLE_NODE, &show_debugging_nhrp_cmd_vtysh);
24672   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_cmd_vtysh);
24673   install_element (BGP_VPNV4_NODE, &neighbor_allowas_in_cmd_vtysh);
24674   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24675   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_arg_cmd_vtysh);
24676   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_offlink_cmd_vtysh);
24677   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_cmd_vtysh);
24678   install_element (VIEW_NODE, &show_ip_bgp_damp_dampened_paths_cmd_vtysh);
24679   install_element (ENABLE_NODE, &clear_bgp_peer_soft_in_cmd_vtysh);
24680   install_element (VIEW_NODE, &show_bgp_view_neighbor_received_prefix_filter_cmd_vtysh);
24681   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community_cmd_vtysh);
24682   install_element (VIEW_NODE, &show_ipv6_mbgp_community4_cmd_vtysh);
24683   install_element (ENABLE_NODE, &debug_bgp_nht_cmd_vtysh);
24684   install_element (CONFIG_NODE, &no_debug_isis_spfevents_cmd_vtysh);
24685   install_element (BGP_NODE, &no_bgp_network_cmd_vtysh);
24686   install_element (CONFIG_NODE, &ip_prefix_list_description_cmd_vtysh);
24687   install_element (BGP_IPV4M_NODE, &aggregate_address_as_set_cmd_vtysh);
24688   install_element (VIEW_NODE, &show_database_arg_cmd_vtysh);
24689   install_element (RESTRICTED_NODE, &show_bgp_instance_rsclient_summary_cmd_vtysh);
24690   install_element (BGP_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
24691   install_element (VIEW_NODE, &show_ipv6_bgp_community_list_cmd_vtysh);
24692   install_element (VIEW_NODE, &show_ip_ospf_route_cmd_vtysh);
24693   install_element (BGP_IPV4_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
24694   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity3_cmd_vtysh);
24695   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_pathtype_cmd_vtysh);
24696   install_element (BGP_IPV4M_NODE, &no_neighbor_default_originate_cmd_vtysh);
24697   install_element (OSPF_NODE, &ospf_timers_min_ls_arrival_cmd_vtysh);
24698   install_element (LINK_PARAMS_NODE, &link_params_enable_cmd_vtysh);
24699   install_element (CONFIG_NODE, &no_debug_bgp_filter_cmd_vtysh);
24700   install_element (INTERFACE_NODE, &ip_ospf_retransmit_interval_addr_cmd_vtysh);
24701   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community3_cmd_vtysh);
24702   install_element (VIEW_NODE, &show_ipv6_route_addr_cmd_vtysh);
24703   install_element (ISIS_NODE, &no_lsp_gen_interval_l1_arg_cmd_vtysh);
24704   install_element (BGP_IPV6M_NODE, &no_neighbor_default_originate_cmd_vtysh);
24705   install_element (BGP_IPV4_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
24706   install_element (OSPF_NODE, &no_ospf_passive_interface_cmd_vtysh);
24707   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_longer_cmd_vtysh);
24708   install_element (VIEW_NODE, &show_ip_ospf_database_type_id_self_cmd_vtysh);
24709   install_element (VTY_NODE, &vty_access_class_cmd_vtysh);
24710   install_element (ENABLE_NODE, &show_bgp_statistics_view_cmd_vtysh);
24711   install_element (RIP_NODE, &no_rip_timers_cmd_vtysh);
24712   install_element (BGP_ENCAP_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24713   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity2_cmd_vtysh);
24714   install_element (INTERFACE_NODE, &no_csnp_interval_l2_cmd_vtysh);
24715   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_route_cmd_vtysh);
24716   install_element (BGP_NODE, &neighbor_timers_cmd_vtysh);
24717   install_element (BGP_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
24718   install_element (CONFIG_NODE, &no_debug_pim_events_cmd_vtysh);
24719   install_element (BGP_IPV4_NODE, &bgp_network_mask_natural_cmd_vtysh);
24720   install_element (BGP_NODE, &bgp_rr_allow_outbound_policy_cmd_vtysh);
24721   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_expanded_all_cmd_vtysh);
24722   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community2_exact_cmd_vtysh);
24723   install_element (CONFIG_NODE, &access_list_extended_any_mask_cmd_vtysh);
24724   install_element (CONFIG_NODE, &ipv6_route_pref_cmd_vtysh);
24725   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_addr_cmd_vtysh);
24726   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_cmd_vtysh);
24727   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
24728   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity4_cmd_vtysh);
24729   install_element (VIEW_NODE, &show_bgp_view_rsclient_prefix_cmd_vtysh);
24730   install_element (VIEW_NODE, &show_ip_route_tag_cmd_vtysh);
24731   install_element (VIEW_NODE, &show_ip_prefix_list_cmd_vtysh);
24732   install_element (ISIS_NODE, &no_lsp_refresh_interval_l1_cmd_vtysh);
24733   install_element (OSPF_NODE, &no_ospf_area_stub_no_summary_cmd_vtysh);
24734   install_element (VIEW_NODE, &show_ip_prefix_list_prefix_cmd_vtysh);
24735   install_element (VIEW_NODE, &show_bgp_ipv6_summary_cmd_vtysh);
24736   install_element (VIEW_NODE, &show_ipv6_mbgp_summary_cmd_vtysh);
24737   install_element (VIEW_NODE, &show_ipv6_mbgp_community2_cmd_vtysh);
24738   install_element (RMAP_NODE, &no_rmap_onmatch_goto_cmd_vtysh);
24739   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_intra_cmd_vtysh);
24740   install_element (VIEW_NODE, &show_bgp_community2_cmd_vtysh);
24741   install_element (OSPF_NODE, &no_ospf_area_export_list_cmd_vtysh);
24742   install_element (OSPF_NODE, &no_ospf_area_authentication_cmd_vtysh);
24743   install_element (INTERFACE_NODE, &no_ip_rip_authentication_string_cmd_vtysh);
24744   install_element (ENABLE_NODE, &clear_ip_bgp_as_soft_out_cmd_vtysh);
24745   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community4_exact_cmd_vtysh);
24746   install_element (BGP_NODE, &neighbor_password_cmd_vtysh);
24747   install_element (ENABLE_NODE, &no_debug_zebra_packet_cmd_vtysh);
24748   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_detail_cmd_vtysh);
24749   install_element (RESTRICTED_NODE, &show_ip_bgp_community_exact_cmd_vtysh);
24750   install_element (VIEW_NODE, &show_ipv6_route_summary_prefix_vrf_all_cmd_vtysh);
24751   install_element (OSPF_NODE, &no_ospf_area_shortcut_cmd_vtysh);
24752   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_out_cmd_vtysh);
24753   install_element (CONFIG_NODE, &debug_mroute_cmd_vtysh);
24754   install_element (VIEW_NODE, &show_ipv6_ospf6_database_router_detail_cmd_vtysh);
24755   install_element (INTERFACE_NODE, &isis_metric_l2_cmd_vtysh);
24756   install_element (CONFIG_NODE, &no_debug_ssmpingd_cmd_vtysh);
24757   install_element (VIEW_NODE, &show_ipv6_bgp_community_all_cmd_vtysh);
24758   install_element (RESTRICTED_NODE, &show_ip_bgp_rsclient_route_cmd_vtysh);
24759   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_summary_only_cmd_vtysh);
24760   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
24761   install_element (ENABLE_NODE, &show_ipv6_access_list_cmd_vtysh);
24762   install_element (RMAP_NODE, &no_set_vpnv4_nexthop_val_cmd_vtysh);
24763   install_element (RESTRICTED_NODE, &show_ip_bgp_route_cmd_vtysh);
24764   install_element (BGP_NODE, &no_bgp_distance_source_access_list_cmd_vtysh);
24765   install_element (ENABLE_NODE, &no_debug_ripng_events_cmd_vtysh);
24766   install_element (CONFIG_NODE, &access_list_extended_cmd_vtysh);
24767   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_neighbor_received_prefix_filter_cmd_vtysh);
24768   install_element (CONFIG_NODE, &ip_extcommunity_list_name_standard_cmd_vtysh);
24769   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance2_vrf_cmd_vtysh);
24770   install_element (CONFIG_NODE, &no_access_list_extended_mask_host_cmd_vtysh);
24771   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
24772   install_element (ENABLE_NODE, &debug_ripng_events_cmd_vtysh);
24773   install_element (LINK_PARAMS_NODE, &no_link_params_res_bw_cmd_vtysh);
24774   install_element (INTERFACE_NODE, &bandwidth_if_cmd_vtysh);
24775   install_element (INTERFACE_NODE, &ospf_authentication_key_cmd_vtysh);
24776   install_element (BGP_IPV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24777   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
24778   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh);
24779   install_element (OSPF6_NODE, &no_area_range_cmd_vtysh);
24780   install_element (VIEW_NODE, &show_ip_bgp_ipv4_route_cmd_vtysh);
24781   install_element (ENABLE_NODE, &clear_bgp_all_soft_cmd_vtysh);
24782   install_element (CONFIG_NODE, &debug_ospf6_flooding_cmd_vtysh);
24783   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_prefix_cmd_vtysh);
24784   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_prefix_cmd_vtysh);
24785   install_element (BGP_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
24786   install_element (VIEW_NODE, &show_bgp_view_neighbor_advertised_route_cmd_vtysh);
24787   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_neighbor_routes_cmd_vtysh);
24788   install_element (INTERFACE_NODE, &no_ospf_message_digest_key_cmd_vtysh);
24789   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_linkstate_id_detail_cmd_vtysh);
24790   install_element (ENABLE_NODE, &debug_zebra_packet_cmd_vtysh);
24791   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_out_cmd_vtysh);
24792   install_element (ENABLE_NODE, &no_debug_isis_csum_cmd_vtysh);
24793   install_element (OSPF_NODE, &no_ospf_area_range_advertise_cmd_vtysh);
24794   install_element (OSPF_NODE, &ospf_area_range_not_advertise_cmd_vtysh);
24795   install_element (VIEW_NODE, &show_bgp_ipv4_safi_summary_cmd_vtysh);
24796   install_element (CONFIG_NODE, &no_debug_ospf_ism_cmd_vtysh);
24797   install_element (RESTRICTED_NODE, &show_bgp_ipv6_rsclient_summary_cmd_vtysh);
24798   install_element (CONFIG_NODE, &ip_extcommunity_list_standard2_cmd_vtysh);
24799   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community3_exact_cmd_vtysh);
24800   install_element (BGP_IPV6_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
24801   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_soft_out_cmd_vtysh);
24802   install_element (ENABLE_NODE, &undebug_igmp_trace_cmd_vtysh);
24803   install_element (BGP_IPV4M_NODE, &no_aggregate_address_cmd_vtysh);
24804   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
24805   install_element (BGP_NODE, &no_neighbor_route_server_client_cmd_vtysh);
24806   install_element (CONFIG_NODE, &ipv6_forwarding_cmd_vtysh);
24807   install_element (VIEW_NODE, &show_bgp_view_ipv4_safi_rsclient_cmd_vtysh);
24808   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
24809   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity3_cmd_vtysh);
24810   install_element (INTERFACE_NODE, &ip_ospf_priority_addr_cmd_vtysh);
24811   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_soft_cmd_vtysh);
24812   install_element (BGP_NODE, &bgp_redistribute_ipv4_rmap_metric_cmd_vtysh);
24813   install_element (ENABLE_NODE, &clear_bgp_external_soft_in_cmd_vtysh);
24814   install_element (OSPF_NODE, &ospf_max_metric_router_lsa_shutdown_cmd_vtysh);
24815   install_element (INTERFACE_NODE, &no_ip_ospf_message_digest_key_addr_cmd_vtysh);
24816   install_element (BGP_IPV4_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24817   install_element (INTERFACE_NODE, &ip_irdp_maxadvertinterval_cmd_vtysh);
24818   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_advertised_route_cmd_vtysh);
24819   install_element (ENABLE_NODE, &debug_ospf_nssa_cmd_vtysh);
24820   install_element (RMAP_NODE, &no_match_probability_val_cmd_vtysh);
24821   install_element (ENABLE_NODE, &clear_ip_bgp_as_out_cmd_vtysh);
24822   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24823   install_element (CONFIG_NODE, &access_list_cmd_vtysh);
24824   install_element (CONFIG_NODE, &debug_bgp_as4_segment_cmd_vtysh);
24825   install_element (VIEW_NODE, &show_bgp_prefix_list_cmd_vtysh);
24826   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_standard_cmd_vtysh);
24827   install_element (VIEW_NODE, &ipv6_bgp_neighbor_routes_cmd_vtysh);
24828   install_element (LINK_PARAMS_NODE, &no_link_params_inter_as_cmd_vtysh);
24829   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_preference_cmd_vtysh);
24830   install_element (BGP_ENCAP_NODE, &neighbor_allowas_in_cmd_vtysh);
24831   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_neighbor_advertised_routes_cmd_vtysh);
24832   install_element (ENABLE_NODE, &debug_ospf6_lsa_hex_cmd_vtysh);
24833   install_element (ENABLE_NODE, &no_debug_igmp_cmd_vtysh);
24834   install_element (BGP_VPNV6_NODE, &neighbor_distribute_list_cmd_vtysh);
24835   install_element (INTERFACE_NODE, &no_ipv6_ospf6_passive_cmd_vtysh);
24836   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_vrf_cmd_vtysh);
24837   install_element (BGP_IPV4M_NODE, &no_aggregate_address_as_set_cmd_vtysh);
24838   install_element (CONFIG_NODE, &ip_ssmpingd_cmd_vtysh);
24839   install_element (OSPF6_NODE, &ospf6_log_adjacency_changes_detail_cmd_vtysh);
24840   install_element (CONFIG_NODE, &no_ipv6_prefix_list_cmd_vtysh);
24841   install_element (INTERFACE_NODE, &csnp_interval_l1_cmd_vtysh);
24842   install_element (ENABLE_NODE, &debug_pim_packetdump_recv_cmd_vtysh);
24843   install_element (VIEW_NODE, &show_ip_bgp_summary_cmd_vtysh);
24844   install_element (VIEW_NODE, &show_ip_bgp_rsclient_route_cmd_vtysh);
24845   install_element (VIEW_NODE, &show_bgp_view_cmd_vtysh);
24846   install_element (CONFIG_NODE, &ip_route_vrf_cmd_vtysh);
24847   install_element (VIEW_NODE, &show_ipv6_ripng_status_cmd_vtysh);
24848   install_element (ENABLE_NODE, &clear_bgp_peer_group_out_cmd_vtysh);
24849   install_element (RESTRICTED_NODE, &show_bgp_ipv4_encap_summary_cmd_vtysh);
24850   install_element (INTERFACE_NODE, &ip_rip_receive_version_2_cmd_vtysh);
24851   install_element (VIEW_NODE, &show_hostname_cmd_vtysh);
24852   install_element (CONFIG_NODE, &ip_lcommunity_list_name_standard_cmd_vtysh);
24853   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_soft_in_cmd_vtysh);
24854   install_element (CONFIG_NODE, &no_route_map_cmd_vtysh);
24855   install_element (OSPF_NODE, &router_info_as_cmd_vtysh);
24856   install_element (CONFIG_NODE, &no_debug_zebra_packet_cmd_vtysh);
24857   install_element (BGP_ENCAPV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
24858   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_prefix_detail_cmd_vtysh);
24859   install_element (BGP_IPV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
24860   install_element (CONFIG_NODE, &ip_route_flags2_cmd_vtysh);
24861   install_element (CONFIG_NODE, &no_ip_route_mask_flags_vrf_cmd_vtysh);
24862   install_element (INTERFACE_NODE, &ip_irdp_multicast_cmd_vtysh);
24863   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_in_prefix_filter_cmd_vtysh);
24864   install_element (BGP_IPV4M_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24865   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_cmd_vtysh);
24866   install_element (INTERFACE_NODE, &no_ipv6_nd_reachable_time_val_cmd_vtysh);
24867   install_element (VIEW_NODE, &show_bgp_view_rsclient_cmd_vtysh);
24868   install_element (OSPF6_NODE, &no_ospf6_distance_cmd_vtysh);
24869   install_element (VIEW_NODE, &show_ip_bgp_rsclient_cmd_vtysh);
24870   install_element (CONFIG_NODE, &debug_bgp_normal_cmd_vtysh);
24871   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance_cmd_vtysh);
24872   install_element (RMAP_NODE, &no_match_community_cmd_vtysh);
24873   install_element (ZEBRA_NODE, &rip_redistribute_rip_cmd_vtysh);
24874   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_in_cmd_vtysh);
24875   install_element (CONFIG_NODE, &no_ip_community_list_name_standard_all_cmd_vtysh);
24876   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rsclient_route_cmd_vtysh);
24877   install_element (CONFIG_NODE, &no_ip_lcommunity_list_expanded_cmd_vtysh);
24878   install_element (BGP_NODE, &aggregate_address_as_set_summary_cmd_vtysh);
24879   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_vrf_cmd_vtysh);
24880   install_element (VIEW_NODE, &show_bgp_ipv4_safi_route_pathtype_cmd_vtysh);
24881   install_element (BGP_IPV4M_NODE, &neighbor_route_server_client_cmd_vtysh);
24882   install_element (CONFIG_NODE, &ip_route_flags_distance_vrf_cmd_vtysh);
24883   install_element (RMAP_NODE, &no_match_tag_cmd_vtysh);
24884   install_element (CONFIG_NODE, &ipv6_access_list_remark_cmd_vtysh);
24885   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_infinite_month_day_cmd_vtysh);
24886   install_element (VIEW_NODE, &show_ip_prefix_list_name_seq_cmd_vtysh);
24887   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_in_prefix_filter_cmd_vtysh);
24888   install_element (INTERFACE_NODE, &no_ip_ospf_hello_interval_cmd_vtysh);
24889   install_element (RESTRICTED_NODE, &show_bgp_ipv6_route_pathtype_cmd_vtysh);
24890   install_element (ENABLE_NODE, &clear_bgp_peer_soft_out_cmd_vtysh);
24891   install_element (OSPF_NODE, &ospf_auto_cost_reference_bandwidth_cmd_vtysh);
24892   install_element (CONFIG_NODE, &no_ip_community_list_name_expanded_all_cmd_vtysh);
24893   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_external_cmd_vtysh);
24894   install_element (RMAP_NODE, &rmap_continue_index_cmd_vtysh);
24895   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged_cmd_vtysh);
24896   install_element (BGP_IPV4M_NODE, &bgp_damp_set_cmd_vtysh);
24897   install_element (VIEW_NODE, &show_ipv6_mbgp_route_cmd_vtysh);
24898   install_element (VIEW_NODE, &show_bgp_regexp_cmd_vtysh);
24899   install_element (BGP_NODE, &no_neighbor_timers_connect_cmd_vtysh);
24900   install_element (INTERFACE_NODE, &linkdetect_cmd_vtysh);
24901   install_element (VIEW_NODE, &show_ip_bgp_prefix_cmd_vtysh);
24902   install_element (CONFIG_NODE, &ipv6_prefix_list_ge_le_cmd_vtysh);
24903   install_element (INTERFACE_NODE, &if_no_nhrp_flags_cmd_vtysh);
24904   install_element (INTERFACE_NODE, &ospf_network_cmd_vtysh);
24905   install_element (VIEW_NODE, &show_ipv6_ospf6_route_match_detail_cmd_vtysh);
24906   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_neighbor_advertised_routes_cmd_vtysh);
24907   install_element (BGP_VPNV4_NODE, &vpnv4_network_route_map_cmd_vtysh);
24908   install_element (CONFIG_NODE, &no_bgp_multiple_instance_cmd_vtysh);
24909   install_element (ENABLE_NODE, &test_pim_receive_assert_cmd_vtysh);
24910   install_element (CONFIG_NODE, &no_debug_pim_zebra_cmd_vtysh);
24911   install_element (ENABLE_NODE, &debug_ospf6_route_cmd_vtysh);
24912   install_element (VIEW_NODE, &show_ip_bgp_view_cmd_vtysh);
24913   install_element (RMAP_NODE, &no_match_aspath_cmd_vtysh);
24914   install_element (CONFIG_NODE, &no_debug_ripng_zebra_cmd_vtysh);
24915   install_element (CONFIG_NODE, &debug_ospf6_brouter_router_cmd_vtysh);
24916   install_element (BGP_IPV4M_NODE, &neighbor_filter_list_cmd_vtysh);
24917   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community_exact_cmd_vtysh);
24918   install_element (RMAP_NODE, &no_match_metric_val_cmd_vtysh);
24919   install_element (VIEW_NODE, &show_ipv6_route_summary_prefix_vrf_cmd_vtysh);
24920   install_element (ENABLE_NODE, &no_debug_ssmpingd_cmd_vtysh);
24921   install_element (CONFIG_NODE, &ip_community_list_standard_cmd_vtysh);
24922   install_element (BGP_VPNV4_NODE, &neighbor_unsuppress_map_cmd_vtysh);
24923   install_element (ENABLE_NODE, &show_zebra_client_cmd_vtysh);
24924   install_element (RESTRICTED_NODE, &show_bgp_community_exact_cmd_vtysh);
24925   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_safi_rsclient_prefix_cmd_vtysh);
24926   install_element (ISIS_NODE, &max_lsp_lifetime_cmd_vtysh);
24927   install_element (CONFIG_NODE, &debug_isis_snp_cmd_vtysh);
24928   install_element (CONFIG_NODE, &no_ip_prefix_list_description_cmd_vtysh);
24929   install_element (CONFIG_NODE, &ipv6_route_ifname_vrf_cmd_vtysh);
24930   install_element (CONFIG_NODE, &no_debug_isis_spfstats_cmd_vtysh);
24931   install_element (OSPF_NODE, &no_ospf_area_vlink_authkey_cmd_vtysh);
24932   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_vrf_cmd_vtysh);
24933   install_element (OSPF6_NODE, &no_ospf6_redistribute_cmd_vtysh);
24934   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_lifetime_val_cmd_vtysh);
24935   install_element (INTERFACE_NODE, &no_ip_rip_authentication_mode_type_authlen_cmd_vtysh);
24936   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
24937   install_element (BGP_IPV6M_NODE, &neighbor_send_community_type_cmd_vtysh);
24938   install_element (VIEW_NODE, &show_bgp_ipv6_safi_summary_cmd_vtysh);
24939   install_element (BGP_IPV6_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
24940   install_element (BGP_ENCAPV6_NODE, &neighbor_send_community_cmd_vtysh);
24941   install_element (RESTRICTED_NODE, &show_bgp_ipv6_encap_summary_cmd_vtysh);
24942   install_element (RMAP_NODE, &no_match_community_exact_cmd_vtysh);
24943   install_element (ENABLE_NODE, &no_debug_ospf6_spf_database_cmd_vtysh);
24944   install_element (BGP_IPV4_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
24945   install_element (OSPF_NODE, &no_ospf_distance_cmd_vtysh);
24946   install_element (VIEW_NODE, &show_bgp_ipv4_safi_dampened_paths_cmd_vtysh);
24947   install_element (BGP_NODE, &neighbor_activate_cmd_vtysh);
24948   install_element (RMAP_NODE, &no_set_aggregator_as_val_cmd_vtysh);
24949   install_element (ENABLE_NODE, &debug_ospf_lsa_cmd_vtysh);
24950   install_element (RESTRICTED_NODE, &show_ip_bgp_summary_cmd_vtysh);
24951   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_summary_cmd_vtysh);
24952   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_cmd_vtysh);
24953   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24954   install_element (INTERFACE_NODE, &interface_ip_mroute_cmd_vtysh);
24955   install_element (VIEW_NODE, &show_bgp_ipv4_community3_exact_cmd_vtysh);
24956   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_rev_rtaddr_cmd_vtysh);
24957   install_element (ENABLE_NODE, &debug_ospf6_neighbor_cmd_vtysh);
24958   install_element (VIEW_NODE, &ipv6_mbgp_neighbor_received_routes_cmd_vtysh);
24959   install_element (BGP_NODE, &no_bgp_default_ipv4_unicast_cmd_vtysh);
24960   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_tag_vrf_cmd_vtysh);
24961   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
24962   install_element (RMAP_NODE, &no_match_local_pref_cmd_vtysh);
24963   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community2_cmd_vtysh);
24964   install_element (ISIS_NODE, &no_spf_interval_cmd_vtysh);
24965   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_prefix_longer_cmd_vtysh);
24966   install_element (VIEW_NODE, &show_bgp_prefix_longer_cmd_vtysh);
24967   install_element (VIEW_NODE, &ipv6_bgp_neighbor_received_routes_cmd_vtysh);
24968   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community4_cmd_vtysh);
24969   install_element (INTERFACE_NODE, &no_ip_rip_authentication_mode_type_cmd_vtysh);
24970   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community4_cmd_vtysh);
24971   install_element (LINK_PARAMS_NODE, &no_link_params_admin_grp_cmd_vtysh);
24972   install_element (VIEW_NODE, &show_ipv6_ospf6_redistribute_cmd_vtysh);
24973   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community4_exact_cmd_vtysh);
24974   install_element (INTERFACE_NODE, &no_ip_address_cmd_vtysh);
24975   install_element (RMAP_NODE, &no_match_peer_cmd_vtysh);
24976   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_soft_in_cmd_vtysh);
24977   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_soft_out_cmd_vtysh);
24978   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_prefix_cmd_vtysh);
24979   install_element (ENABLE_NODE, &no_debug_rip_zebra_cmd_vtysh);
24980   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_soft_in_cmd_vtysh);
24981   install_element (ENABLE_NODE, &clear_bgp_external_soft_cmd_vtysh);
24982   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_in_cmd_vtysh);
24983   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24984   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_pathtype_cmd_vtysh);
24985   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh);
24986   install_element (CONFIG_NODE, &no_debug_isis_spftrigg_cmd_vtysh);
24987   install_element (VIEW_NODE, &show_bgp_community3_cmd_vtysh);
24988   install_element (BGP_NODE, &neighbor_description_cmd_vtysh);
24989   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_expanded_cmd_vtysh);
24990   install_element (BGP_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
24991   install_element (VIEW_NODE, &show_ipv6_route_prefix_longer_vrf_cmd_vtysh);
24992   install_element (CONFIG_NODE, &access_list_any_cmd_vtysh);
24993   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_in_cmd_vtysh);
24994   install_element (LINK_PARAMS_NODE, &link_params_res_bw_cmd_vtysh);
24995   install_element (RIP_NODE, &if_rmap_cmd_vtysh);
24996   install_element (BGP_NODE, &neighbor_remote_as_cmd_vtysh);
24997   install_element (ENABLE_NODE, &clear_bgp_peer_group_soft_in_cmd_vtysh);
24998   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community3_exact_cmd_vtysh);
24999   install_element (VIEW_NODE, &show_ip_bgp_nexthop_detail_cmd_vtysh);
25000   install_element (VIEW_NODE, &show_ip_bgp_neighbor_advertised_route_cmd_vtysh);
25001   install_element (BGP_VPNV4_NODE, &neighbor_send_community_cmd_vtysh);
25002   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_linkstate_id_detail_cmd_vtysh);
25003   install_element (ENABLE_NODE, &show_debugging_isis_cmd_vtysh);
25004   install_element (CONFIG_NODE, &no_debug_zebra_fpm_cmd_vtysh);
25005   install_element (ISIS_NODE, &area_passwd_md5_snpauth_cmd_vtysh);
25006   install_element (BGP_NODE, &neighbor_attr_unchanged_cmd_vtysh);
25007   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_arg_cmd_vtysh);
25008   install_element (CONFIG_NODE, &debug_isis_upd_cmd_vtysh);
25009   install_element (CONFIG_NODE, &ipv6_route_flags_pref_tag_vrf_cmd_vtysh);
25010   install_element (CONFIG_NODE, &ip_prefix_list_ge_le_cmd_vtysh);
25011   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rsclient_route_cmd_vtysh);
25012   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_as_set_summary_cmd_vtysh);
25013   install_element (CONFIG_NODE, &no_access_list_extended_host_any_cmd_vtysh);
25014   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance2_cmd_vtysh);
25015   install_element (ENABLE_NODE, &no_debug_ospf6_neighbor_cmd_vtysh);
25016   install_element (VIEW_NODE, &show_bgp_ipv4_safi_cmd_vtysh);
25017   install_element (ENABLE_NODE, &debug_ospf6_zebra_sendrecv_cmd_vtysh);
25018   install_element (BGP_ENCAP_NODE, &neighbor_send_community_cmd_vtysh);
25019   install_element (RESTRICTED_NODE, &show_bgp_ipv4_vpn_prefix_cmd_vtysh);
25020   install_element (LINK_PARAMS_NODE, &link_params_inter_as_cmd_vtysh);
25021   install_element (INTERFACE_NODE, &no_ipv6_ospf6_ifmtu_cmd_vtysh);
25022   install_element (BGP_ENCAPV6_NODE, &neighbor_route_map_cmd_vtysh);
25023   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25024   install_element (CONFIG_NODE, &no_ip_community_list_expanded_all_cmd_vtysh);
25025   install_element (ZEBRA_NODE, &ripng_redistribute_ripng_cmd_vtysh);
25026   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
25027   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh);
25028   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_metric_cmd_vtysh);
25029   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity2_cmd_vtysh);
25030   install_element (BGP_ENCAP_NODE, &no_neighbor_send_community_type_cmd_vtysh);
25031   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rsclient_prefix_cmd_vtysh);
25032   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_rmap_cmd_vtysh);
25033   install_element (OSPF_NODE, &no_ospf_neighbor_cmd_vtysh);
25034   install_element (CONFIG_NODE, &undebug_igmp_packets_cmd_vtysh);
25035   install_element (OSPF_NODE, &ospf_mpls_te_inter_as_cmd_vtysh);
25036   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_tag_cmd_vtysh);
25037   install_element (VIEW_NODE, &show_bgp_ipv6_safi_route_cmd_vtysh);
25038   install_element (VIEW_NODE, &show_bgp_instance_ipv6_neighbors_cmd_vtysh);
25039   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
25040   install_element (OSPF_NODE, &no_ospf_rfc1583_flag_cmd_vtysh);
25041   install_element (VIEW_NODE, &show_bgp_rsclient_summary_cmd_vtysh);
25042   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community3_cmd_vtysh);
25043   install_element (BGP_NODE, &no_neighbor_filter_list_cmd_vtysh);
25044   install_element (INTERFACE_NODE, &no_ospf_cost_inet4_cmd_vtysh);
25045   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_in_prefix_filter_cmd_vtysh);
25046   install_element (ENABLE_NODE, &debug_bgp_update_cmd_vtysh);
25047   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community2_cmd_vtysh);
25048   install_element (RESTRICTED_NODE, &show_ip_bgp_prefix_cmd_vtysh);
25049   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_in_cmd_vtysh);
25050   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
25051   install_element (INTERFACE_NODE, &no_isis_metric_cmd_vtysh);
25052   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_vrf_cmd_vtysh);
25053   install_element (BGP_NODE, &neighbor_default_originate_cmd_vtysh);
25054   install_element (ENABLE_NODE, &clear_ip_bgp_all_soft_out_cmd_vtysh);
25055   install_element (BGP_NODE, &neighbor_enforce_multihop_cmd_vtysh);
25056   install_element (CONFIG_NODE, &debug_pim_cmd_vtysh);
25057   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity_cmd_vtysh);
25058   install_element (CONFIG_NODE, &debug_ospf_packet_send_recv_cmd_vtysh);
25059   install_element (INTERFACE_NODE, &ip_irdp_debug_messages_cmd_vtysh);
25060   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_tags_cmd_vtysh);
25061   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_soft_in_cmd_vtysh);
25062   install_element (ENABLE_NODE, &no_debug_bgp_normal_cmd_vtysh);
25063   install_element (BGP_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25064   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
25065   install_element (BGP_IPV6M_NODE, &ipv6_bgp_network_cmd_vtysh);
25066   install_element (CONFIG_NODE, &no_access_list_extended_any_any_cmd_vtysh);
25067   install_element (CONFIG_NODE, &no_router_ospf6_cmd_vtysh);
25068   install_element (BGP_IPV4_NODE, &no_neighbor_route_map_cmd_vtysh);
25069   install_element (OSPF_NODE, &pce_cap_flag_cmd_vtysh);
25070   install_element (VIEW_NODE, &show_ip_route_prefix_longer_vrf_cmd_vtysh);
25071   install_element (VIEW_NODE, &show_ip_rpf_addr_vrf_cmd_vtysh);
25072   install_element (ENABLE_NODE, &debug_bgp_zebra_cmd_vtysh);
25073   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
25074   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_tag_cmd_vtysh);
25075   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
25076   install_element (BGP_IPV4_NODE, &no_neighbor_send_community_cmd_vtysh);
25077   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_natural_cmd_vtysh);
25078   install_element (VIEW_NODE, &show_interface_name_vrf_cmd_vtysh);
25079   install_element (BGP_VPNV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
25080   install_element (CONFIG_NODE, &no_ip_route_flags_distance2_cmd_vtysh);
25081   install_element (VIEW_NODE, &show_ip_bgp_ipv4_rsclient_summary_cmd_vtysh);
25082   install_element (INTERFACE_NODE, &no_ospf_cost_cmd_vtysh);
25083   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
25084   install_element (CONFIG_NODE, &debug_ospf6_interface_cmd_vtysh);
25085   install_element (INTERFACE_NODE, &no_ipv6_nd_prefix_cmd_vtysh);
25086   install_element (BGP_NODE, &bgp_confederation_identifier_cmd_vtysh);
25087   install_element (CONFIG_NODE, &no_debug_ospf6_spf_process_cmd_vtysh);
25088   install_element (ENABLE_NODE, &no_debug_zebra_nht_cmd_vtysh);
25089   install_element (BGP_IPV6_NODE, &neighbor_distribute_list_cmd_vtysh);
25090   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_out_cmd_vtysh);
25091   install_element (ENABLE_NODE, &clear_ip_bgp_all_in_prefix_filter_cmd_vtysh);
25092   install_element (BGP_NODE, &no_bgp_router_id_val_cmd_vtysh);
25093   install_element (VIEW_NODE, &show_ipv6_forwarding_cmd_vtysh);
25094   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
25095   install_element (CONFIG_NODE, &no_debug_zebra_events_cmd_vtysh);
25096   install_element (BGP_NODE, &neighbor_ebgp_multihop_cmd_vtysh);
25097   install_element (VIEW_NODE, &clear_isis_neighbor_arg_cmd_vtysh);
25098   install_element (BGP_VPNV4_NODE, &no_neighbor_activate_cmd_vtysh);
25099   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity_cmd_vtysh);
25100   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity3_cmd_vtysh);
25101   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity_cmd_vtysh);
25102   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_filter_list_cmd_vtysh);
25103   install_element (BGP_IPV4M_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
25104   install_element (OSPF_NODE, &no_ospf_mpls_te_cmd_vtysh);
25105   install_element (BGP_VPNV4_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25106   install_element (CONFIG_NODE, &ip_route_mask_flags2_vrf_cmd_vtysh);
25107   install_element (BGP_IPV4_NODE, &no_bgp_network_route_map_cmd_vtysh);
25108   install_element (BGP_NODE, &no_neighbor_weight_val_cmd_vtysh);
25109   install_element (BGP_NODE, &no_aggregate_address_mask_cmd_vtysh);
25110   install_element (VIEW_NODE, &show_ip_bgp_neighbor_received_routes_cmd_vtysh);
25111   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community3_exact_cmd_vtysh);
25112   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_tags_cmd_vtysh);
25113   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_advertised_route_cmd_vtysh);
25114   install_element (CONFIG_NODE, &debug_bgp_allow_martians_cmd_vtysh);
25115   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
25116   install_element (OSPF6_NODE, &area_export_list_cmd_vtysh);
25117   install_element (CONFIG_NODE, &router_id_vrf_cmd_vtysh);
25118   install_element (CONFIG_NODE, &debug_ospf6_brouter_cmd_vtysh);
25119   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_cmd_vtysh);
25120   install_element (BGP_IPV4_NODE, &no_neighbor_filter_list_cmd_vtysh);
25121   install_element (CONFIG_NODE, &ip_route_flags_cmd_vtysh);
25122   install_element (OSPF_NODE, &ospf_area_filter_list_cmd_vtysh);
25123   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_routes_cmd_vtysh);
25124   install_element (CONFIG_NODE, &ip_community_list_expanded_cmd_vtysh);
25125   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_infinite_day_month_cmd_vtysh);
25126   install_element (CONFIG_NODE, &no_debug_nhrp_cmd_vtysh);
25127   install_element (RMAP_NODE, &no_set_aggregator_as_cmd_vtysh);
25128   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
25129   install_element (RESTRICTED_NODE, &show_bgp_ipv6_route_cmd_vtysh);
25130   install_element (ISIS_NODE, &no_spf_interval_arg_cmd_vtysh);
25131   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
25132   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community3_exact_cmd_vtysh);
25133   install_element (VIEW_NODE, &show_ipv6_bgp_community_list_exact_cmd_vtysh);
25134   install_element (BGP_NODE, &neighbor_maximum_prefix_cmd_vtysh);
25135   install_element (KEYCHAIN_KEY_NODE, &no_key_string_cmd_vtysh);
25136   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_prefix_cmd_vtysh);
25137   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity2_cmd_vtysh);
25138   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity4_cmd_vtysh);
25139   install_element (CONFIG_NODE, &no_ipv6_prefix_list_ge_cmd_vtysh);
25140   install_element (ENABLE_NODE, &no_debug_isis_err_cmd_vtysh);
25141   install_element (ENABLE_NODE, &debug_bgp_as4_segment_cmd_vtysh);
25142   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_route_cmd_vtysh);
25143   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_tag_cmd_vtysh);
25144   install_element (ENABLE_NODE, &undebug_bgp_fsm_cmd_vtysh);
25145   install_element (BGP_VPNV4_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25146   install_element (BGP_NODE, &neighbor_capability_dynamic_cmd_vtysh);
25147   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity_cmd_vtysh);
25148   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25149   install_element (ENABLE_NODE, &debug_ospf6_flooding_cmd_vtysh);
25150   install_element (VIEW_NODE, &show_bgp_ipv6_route_map_cmd_vtysh);
25151   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged_cmd_vtysh);
25152   install_element (ISIS_NODE, &area_lsp_mtu_cmd_vtysh);
25153   install_element (RESTRICTED_NODE, &show_bgp_prefix_pathtype_cmd_vtysh);
25154   install_element (BGP_IPV6M_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25155   install_element (CONFIG_NODE, &access_list_exact_cmd_vtysh);
25156   install_element (RIP_NODE, &rip_redistribute_type_cmd_vtysh);
25157   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
25158   install_element (INTERFACE_NODE, &isis_passive_cmd_vtysh);
25159   install_element (BGP_IPV4_NODE, &neighbor_nexthop_self_cmd_vtysh);
25160   install_element (ISIS_NODE, &no_lsp_refresh_interval_arg_cmd_vtysh);
25161   install_element (ENABLE_NODE, &clear_ip_bgp_all_soft_cmd_vtysh);
25162   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
25163   install_element (BGP_IPV4M_NODE, &aggregate_address_summary_as_set_cmd_vtysh);
25164   install_element (CONFIG_NODE, &debug_ospf_nssa_cmd_vtysh);
25165   install_element (VIEW_NODE, &show_ip_bgp_flap_prefix_list_cmd_vtysh);
25166   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_list_exact_cmd_vtysh);
25167   install_element (ISIS_NODE, &no_is_type_cmd_vtysh);
25168   install_element (BGP_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
25169   install_element (ENABLE_NODE, &clear_ip_bgp_external_soft_in_cmd_vtysh);
25170   install_element (ENABLE_NODE, &clear_bgp_peer_group_soft_out_cmd_vtysh);
25171   install_element (ENABLE_NODE, &undebug_bgp_normal_cmd_vtysh);
25172   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
25173   install_element (BGP_NODE, &no_neighbor_send_community_cmd_vtysh);
25174   install_element (VIEW_NODE, &show_bgp_ipv4_safi_cidr_only_cmd_vtysh);
25175   install_element (BGP_IPV6M_NODE, &neighbor_route_map_cmd_vtysh);
25176   install_element (RIP_NODE, &rip_distance_source_cmd_vtysh);
25177   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25178   install_element (CONFIG_NODE, &no_debug_ospf6_brouter_router_cmd_vtysh);
25179   install_element (CONFIG_NODE, &ipv6_prefix_list_sequence_number_cmd_vtysh);
25180   install_element (RESTRICTED_NODE, &show_bgp_ipv4_vpn_summary_cmd_vtysh);
25181   install_element (CONFIG_NODE, &no_ip_prefix_list_cmd_vtysh);
25182   install_element (CONFIG_NODE, &no_debug_rip_events_cmd_vtysh);
25183   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
25184   install_element (VIEW_NODE, &show_bgp_ipv6_community3_cmd_vtysh);
25185   install_element (OSPF_NODE, &ospf_mpls_te_router_addr_cmd_vtysh);
25186   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity3_cmd_vtysh);
25187   install_element (CONFIG_NODE, &ip_route_tag_distance_cmd_vtysh);
25188   install_element (RIPNG_NODE, &no_ripng_offset_list_cmd_vtysh);
25189   install_element (ENABLE_NODE, &clear_ip_bgp_as_soft_cmd_vtysh);
25190   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_in_cmd_vtysh);
25191   install_element (ENABLE_NODE, &no_debug_pim_trace_cmd_vtysh);
25192   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_rmap_metric_cmd_vtysh);
25193   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
25194   install_element (BGP_NODE, &no_bgp_confederation_identifier_arg_cmd_vtysh);
25195   install_element (RIP_NODE, &no_rip_allow_ecmp_cmd_vtysh);
25196   install_element (CONFIG_NODE, &ip_protocol_cmd_vtysh);
25197   install_element (BGP_VPNV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
25198   install_element (BGP_NODE, &no_bgp_timers_arg_cmd_vtysh);
25199   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
25200   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25201   install_element (BGP_NODE, &bgp_bestpath_aspath_confed_cmd_vtysh);
25202   install_element (VTY_NODE, &vty_login_cmd_vtysh);
25203   install_element (RIPNG_NODE, &ripng_redistribute_type_cmd_vtysh);
25204   install_element (INTERFACE_NODE, &no_isis_network_cmd_vtysh);
25205   install_element (BGP_ENCAP_NODE, &neighbor_activate_cmd_vtysh);
25206   install_element (ENABLE_NODE, &debug_isis_spfevents_cmd_vtysh);
25207   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_received_routes_cmd_vtysh);
25208   install_element (ENABLE_NODE, &no_debug_ospf6_brouter_router_cmd_vtysh);
25209   install_element (CONFIG_NODE, &ipv6_route_flags_vrf_cmd_vtysh);
25210   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
25211   install_element (CONFIG_NODE, &debug_pim_zebra_cmd_vtysh);
25212   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity2_cmd_vtysh);
25213   install_element (RESTRICTED_NODE, &show_ip_bgp_community_cmd_vtysh);
25214   install_element (INTERFACE_NODE, &no_ipv6_address_cmd_vtysh);
25215   install_element (ENABLE_NODE, &clear_bgp_instance_all_cmd_vtysh);
25216   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity_all_cmd_vtysh);
25217   install_element (BGP_ENCAP_NODE, &neighbor_send_community_type_cmd_vtysh);
25218   install_element (CONFIG_NODE, &ip_route_flags_distance2_vrf_cmd_vtysh);
25219   install_element (ENABLE_NODE, &clear_bgp_ipv6_safi_prefix_cmd_vtysh);
25220   install_element (RESTRICTED_NODE, &show_bgp_community3_cmd_vtysh);
25221   install_element (VIEW_NODE, &show_bgp_afi_safi_view_cmd_vtysh);
25222   install_element (RIP_NODE, &rip_allow_ecmp_cmd_vtysh);
25223   install_element (VIEW_NODE, &show_ipv6_bgp_community2_exact_cmd_vtysh);
25224   install_element (INTERFACE_NODE, &no_ip_router_isis_cmd_vtysh);
25225   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_statistics_cmd_vtysh);
25226   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_cmd_vtysh);
25227   install_element (ENABLE_NODE, &clear_ip_bgp_as_cmd_vtysh);
25228   install_element (RIP_NODE, &no_rip_distance_source_access_list_cmd_vtysh);
25229   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_standard_cmd_vtysh);
25230   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
25231   install_element (BGP_NODE, &bgp_bestpath_aspath_multipath_relax_cmd_vtysh);
25232   install_element (VIEW_NODE, &show_ip_igmp_interface_cmd_vtysh);
25233   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_filter_list_cmd_vtysh);
25234   install_element (CONFIG_NODE, &no_ipv6_prefix_list_le_cmd_vtysh);
25235   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_out_cmd_vtysh);
25236   install_element (ISIS_NODE, &no_area_lsp_mtu_cmd_vtysh);
25237   install_element (CONFIG_NODE, &no_debug_ospf_nssa_cmd_vtysh);
25238   install_element (CONFIG_NODE, &no_debug_isis_packet_dump_cmd_vtysh);
25239   install_element (CONFIG_NODE, &ip_prefix_list_seq_le_cmd_vtysh);
25240   install_element (ISIS_NODE, &lsp_refresh_interval_l1_cmd_vtysh);
25241   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25242   install_element (RMAP_NODE, &no_set_lcommunity_val_cmd_vtysh);
25243   install_element (INTERFACE_NODE, &isis_priority_cmd_vtysh);
25244   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_in_prefix_filter_cmd_vtysh);
25245   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
25246   install_element (BGP_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25247   install_element (RIP_NODE, &no_rip_network_cmd_vtysh);
25248   install_element (ENABLE_NODE, &undebug_pim_zebra_cmd_vtysh);
25249   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_address_cmd_vtysh);
25250   install_element (RESTRICTED_NODE, &show_bgp_ipv4_encap_prefix_cmd_vtysh);
25251   install_element (VIEW_NODE, &show_bgp_community_list_cmd_vtysh);
25252   install_element (BGP_VPNV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25253   install_element (RESTRICTED_NODE, &show_bgp_view_neighbor_received_prefix_filter_cmd_vtysh);
25254   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
25255   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_prefix_cmd_vtysh);
25256   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_all_summary_cmd_vtysh);
25257   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
25258   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_le_ge_cmd_vtysh);
25259   install_element (BGP_IPV4M_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
25260   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
25261   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_cmd_vtysh);
25262   install_element (VIEW_NODE, &show_bgp_ipv6_encap_cmd_vtysh);
25263   install_element (BGP_ENCAPV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25264   install_element (RMAP_NODE, &no_set_ecommunity_soo_val_cmd_vtysh);
25265   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity4_cmd_vtysh);
25266   install_element (VIEW_NODE, &show_ip_route_prefix_longer_cmd_vtysh);
25267   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_prefix_pathtype_cmd_vtysh);
25268   install_element (RIPNG_NODE, &ripng_offset_list_ifname_cmd_vtysh);
25269   install_element (VIEW_NODE, &show_ipv6_bgp_community3_cmd_vtysh);
25270   install_element (CONFIG_NODE, &no_debug_ospf6_lsa_hex_cmd_vtysh);
25271   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
25272   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_month_day_day_month_cmd_vtysh);
25273   install_element (VIEW_NODE, &show_ip_ospf_router_info_pce_cmd_vtysh);
25274   install_element (VIEW_NODE, &show_ipv6_bgp_route_cmd_vtysh);
25275   install_element (OSPF_NODE, &ospf_router_id_cmd_vtysh);
25276   install_element (CONFIG_NODE, &no_debug_isis_upd_cmd_vtysh);
25277   install_element (RIPNG_NODE, &no_ripng_passive_interface_cmd_vtysh);
25278   install_element (ENABLE_NODE, &no_debug_ospf_lsa_sub_cmd_vtysh);
25279   install_element (ENABLE_NODE, &debug_ospf6_abr_cmd_vtysh);
25280   install_element (BGP_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
25281   install_element (ENABLE_NODE, &debug_ripng_packet_direct_cmd_vtysh);
25282   install_element (RIPNG_NODE, &ripng_allow_ecmp_cmd_vtysh);
25283   install_element (BGP_IPV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25284   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rd_route_cmd_vtysh);
25285   install_element (BGP_VPNV6_NODE, &neighbor_route_map_cmd_vtysh);
25286   install_element (RMAP_NODE, &set_ecommunity_rt_cmd_vtysh);
25287   install_element (ISIS_NODE, &no_area_passwd_cmd_vtysh);
25288   install_element (BGP_IPV4M_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
25289   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_flap_cmd_vtysh);
25290   install_element (INTERFACE_NODE, &no_csnp_interval_cmd_vtysh);
25291   install_element (ENABLE_NODE, &show_bgp_statistics_cmd_vtysh);
25292   install_element (CONFIG_NODE, &vrf_netns_cmd_vtysh);
25293   install_element (VIEW_NODE, &show_bgp_prefix_cmd_vtysh);
25294   install_element (ENABLE_NODE, &no_debug_bgp_all_cmd_vtysh);
25295   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
25296   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community2_exact_cmd_vtysh);
25297   install_element (BGP_IPV4_NODE, &bgp_damp_set2_cmd_vtysh);
25298   install_element (VIEW_NODE, &show_bgp_ipv6_community3_exact_cmd_vtysh);
25299   install_element (VIEW_NODE, &show_ip_ospf_mpls_te_link_cmd_vtysh);
25300   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_tag_cmd_vtysh);
25301   install_element (BGP_IPV6M_NODE, &no_neighbor_route_map_cmd_vtysh);
25302   install_element (CONFIG_NODE, &ip_route_cmd_vtysh);
25303   install_element (BGP_VPNV4_NODE, &no_vpnv4_network_cmd_vtysh);
25304   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_soft_out_cmd_vtysh);
25305   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance_vrf_cmd_vtysh);
25306   install_element (BGP_NODE, &no_bgp_bestpath_compare_router_id_cmd_vtysh);
25307   install_element (RESTRICTED_NODE, &show_bgp_ipv4_prefix_cmd_vtysh);
25308   install_element (INTERFACE_NODE, &no_ip_irdp_cmd_vtysh);
25309   install_element (VIEW_NODE, &show_ip_bgp_instance_neighbors_cmd_vtysh);
25310   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_out_cmd_vtysh);
25311   install_element (CONFIG_NODE, &no_debug_mroute_cmd_vtysh);
25312   install_element (INTERFACE_NODE, &ip_irdp_debug_misc_cmd_vtysh);
25313   install_element (BGP_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
25314   install_element (INTERFACE_NODE, &no_isis_priority_l1_arg_cmd_vtysh);
25315   install_element (RIP_NODE, &rip_default_information_originate_cmd_vtysh);
25316   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_prefix_match_cmd_vtysh);
25317   install_element (BGP_IPV6_NODE, &neighbor_default_originate_cmd_vtysh);
25318   install_element (ISIS_NODE, &max_lsp_lifetime_l2_cmd_vtysh);
25319   install_element (INTERFACE_NODE, &no_bandwidth_if_cmd_vtysh);
25320   install_element (CONFIG_NODE, &access_list_extended_host_host_cmd_vtysh);
25321   install_element (ENABLE_NODE, &clear_ip_bgp_peer_soft_cmd_vtysh);
25322   install_element (CONFIG_NODE, &no_debug_bgp_as4_segment_cmd_vtysh);
25323   install_element (ENABLE_NODE, &debug_bgp_update_direct_cmd_vtysh);
25324   install_element (RIP_NODE, &rip_timers_cmd_vtysh);
25325   install_element (VIEW_NODE, &show_ip_protocol_cmd_vtysh);
25326   install_element (CONFIG_NODE, &no_ip_ssmpingd_cmd_vtysh);
25327   install_element (RMAP_NODE, &no_match_metric_cmd_vtysh);
25328   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_prefix_counts_cmd_vtysh);
25329   install_element (VIEW_NODE, &show_ip_route_vrf_all_cmd_vtysh);
25330   install_element (INTERFACE_NODE, &no_isis_metric_arg_cmd_vtysh);
25331   install_element (VIEW_NODE, &show_ipv6_mbgp_community2_exact_cmd_vtysh);
25332   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
25333   install_element (RESTRICTED_NODE, &show_bgp_ipv6_prefix_pathtype_cmd_vtysh);
25334   install_element (RIP_NODE, &no_rip_offset_list_ifname_cmd_vtysh);
25335   install_element (VIEW_NODE, &show_ip_pim_jp_override_interval_cmd_vtysh);
25336   install_element (CONFIG_NODE, &no_debug_bgp_as4_cmd_vtysh);
25337   install_element (VIEW_NODE, &show_ip_route_cmd_vtysh);
25338   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_list_cmd_vtysh);
25339   install_element (INTERFACE_NODE, &no_ip_rip_send_version_cmd_vtysh);
25340   install_element (CONFIG_NODE, &no_ipv6_access_list_remark_cmd_vtysh);
25341   install_element (CONFIG_NODE, &no_ipv6_route_flags_tag_cmd_vtysh);
25342   install_element (BGP_NODE, &no_neighbor_password_cmd_vtysh);
25343   install_element (VIEW_NODE, &show_ip_bgp_flap_prefix_cmd_vtysh);
25344   install_element (BGP_NODE, &no_bgp_bestpath_aspath_confed_cmd_vtysh);
25345   install_element (ENABLE_NODE, &clear_ip_bgp_peer_soft_in_cmd_vtysh);
25346   install_element (BGP_NODE, &no_aggregate_address_mask_as_set_cmd_vtysh);
25347   install_element (ENABLE_NODE, &clear_bgp_external_soft_out_cmd_vtysh);
25348   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_address_cmd_vtysh);
25349   install_element (ENABLE_NODE, &clear_bgp_peer_in_cmd_vtysh);
25350   install_element (VIEW_NODE, &show_bgp_ipv6_community_cmd_vtysh);
25351   install_element (ISIS_NODE, &no_lsp_refresh_interval_l2_cmd_vtysh);
25352   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_soft_cmd_vtysh);
25353   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25354   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_router_cmd_vtysh);
25355   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_route_cmd_vtysh);
25356   install_element (ENABLE_NODE, &debug_rip_events_cmd_vtysh);
25357   install_element (OSPF_NODE, &no_ospf_mpls_te_inter_as_cmd_vtysh);
25358   install_element (VIEW_NODE, &show_bgp_view_ipv4_rsclient_cmd_vtysh);
25359   install_element (INTERFACE_NODE, &no_isis_priority_l1_cmd_vtysh);
25360   install_element (BGP_IPV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
25361   install_element (INTERFACE_NODE, &ipv6_ospf6_priority_cmd_vtysh);
25362   install_element (BGP_VPNV4_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
25363   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_rsclient_prefix_cmd_vtysh);
25364   install_element (RMAP_NODE, &no_set_local_pref_val_cmd_vtysh);
25365   install_element (CONFIG_NODE, &no_ip_protocol_cmd_vtysh);
25366   install_element (RMAP_NODE, &set_metric_addsub_cmd_vtysh);
25367   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity_cmd_vtysh);
25368   install_element (VIEW_NODE, &show_ip_mroute_cmd_vtysh);
25369   install_element (BGP_NODE, &no_neighbor_description_cmd_vtysh);
25370   install_element (BGP_NODE, &no_aggregate_address_mask_summary_as_set_cmd_vtysh);
25371   install_element (RIP_NODE, &rip_distance_source_access_list_cmd_vtysh);
25372   install_element (VIEW_NODE, &show_bgp_ipv6_community4_exact_cmd_vtysh);
25373   install_element (CONFIG_NODE, &no_route_map_all_cmd_vtysh);
25374   install_element (CONFIG_NODE, &no_ip_as_path_all_cmd_vtysh);
25375   install_element (BGP_NODE, &no_bgp_graceful_restart_stalepath_time_val_cmd_vtysh);
25376   install_element (RMAP_NODE, &no_set_aspath_prepend_cmd_vtysh);
25377   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
25378   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_route_cmd_vtysh);
25379   install_element (ISIS_NODE, &no_isis_mpls_te_inter_as_cmd_vtysh);
25380   install_element (ENABLE_NODE, &no_debug_static_cmd_vtysh);
25381   install_element (RESTRICTED_NODE, &show_ip_bgp_neighbors_peer_cmd_vtysh);
25382   install_element (RESTRICTED_NODE, &show_bgp_ipv6_neighbors_peer_cmd_vtysh);
25383   install_element (VIEW_NODE, &show_bgp_ipv6_encap_prefix_cmd_vtysh);
25384   install_element (VIEW_NODE, &show_ip_bgp_route_map_cmd_vtysh);
25385   install_element (VIEW_NODE, &show_bgp_ipv6_route_cmd_vtysh);
25386   install_element (VIEW_NODE, &show_ipv6_route_summary_vrf_cmd_vtysh);
25387   install_element (BGP_IPV4M_NODE, &bgp_network_mask_cmd_vtysh);
25388   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
25389   install_element (ISIS_NODE, &no_lsp_gen_interval_l2_arg_cmd_vtysh);
25390   install_element (CONFIG_NODE, &no_ipv6_route_ifname_cmd_vtysh);
25391   install_element (BGP_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
25392   install_element (ISIS_NODE, &log_adj_changes_cmd_vtysh);
25393   install_element (BGP_ENCAPV6_NODE, &no_neighbor_send_community_cmd_vtysh);
25394   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
25395   install_element (OSPF_NODE, &no_ospf_area_vlink_authtype_authkey_cmd_vtysh);
25396   install_element (RMAP_NODE, &no_match_ipv6_next_hop_cmd_vtysh);
25397   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community2_exact_cmd_vtysh);
25398   install_element (VIEW_NODE, &show_ipv6_route_protocol_vrf_all_cmd_vtysh);
25399   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity_cmd_vtysh);
25400   install_element (CONFIG_NODE, &undebug_pim_zebra_cmd_vtysh);
25401   install_element (ISIS_NODE, &area_passwd_clear_cmd_vtysh);
25402   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
25403   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25404   install_element (LINK_PARAMS_NODE, &no_link_params_pkt_loss_cmd_vtysh);
25405   install_element (ENABLE_NODE, &undebug_bgp_keepalive_cmd_vtysh);
25406   install_element (INTERFACE_NODE, &ip_ospf_authentication_args_cmd_vtysh);
25407   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25408   install_element (BGP_IPV6_NODE, &no_neighbor_nexthop_local_unchanged_cmd_vtysh);
25409   install_element (BGP_ENCAP_NODE, &no_neighbor_filter_list_cmd_vtysh);
25410   install_element (ISIS_NODE, &no_metric_style_cmd_vtysh);
25411   install_element (VIEW_NODE, &show_ip_bgp_community_cmd_vtysh);
25412   install_element (LINK_PARAMS_NODE, &no_link_params_ava_bw_cmd_vtysh);
25413   install_element (RMAP_NODE, &ospf6_routemap_no_set_forwarding_cmd_vtysh);
25414   install_element (CONFIG_NODE, &no_ip_prefix_list_prefix_cmd_vtysh);
25415   install_element (VIEW_NODE, &show_bgp_ipv4_community_cmd_vtysh);
25416   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_metric_rmap_cmd_vtysh);
25417   install_element (CONFIG_NODE, &debug_ripng_packet_cmd_vtysh);
25418   install_element (BGP_NODE, &no_bgp_distance_cmd_vtysh);
25419   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
25420   install_element (BGP_NODE, &no_neighbor_send_community_type_cmd_vtysh);
25421   install_element (ENABLE_NODE, &undebug_pim_packetdump_send_cmd_vtysh);
25422   install_element (CONFIG_NODE, &debug_ospf_zebra_sub_cmd_vtysh);
25423   install_element (ENABLE_NODE, &test_igmp_receive_report_cmd_vtysh);
25424   install_element (VIEW_NODE, &show_ipv6_mroute_vrf_cmd_vtysh);
25425   install_element (VIEW_NODE, &show_ipv6_bgp_prefix_longer_cmd_vtysh);
25426   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_route_cmd_vtysh);
25427   install_element (VIEW_NODE, &show_ipv6_bgp_regexp_cmd_vtysh);
25428   install_element (CONFIG_NODE, &no_debug_pim_cmd_vtysh);
25429   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_in_cmd_vtysh);
25430   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_linkstate_id_cmd_vtysh);
25431   install_element (CONFIG_NODE, &no_ipv6_access_list_cmd_vtysh);
25432   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
25433   install_element (CONFIG_NODE, &no_access_list_extended_any_host_cmd_vtysh);
25434   install_element (ENABLE_NODE, &no_debug_pim_zebra_cmd_vtysh);
25435   install_element (BGP_ENCAP_NODE, &neighbor_distribute_list_cmd_vtysh);
25436   install_element (VIEW_NODE, &show_bgp_neighbor_received_routes_cmd_vtysh);
25437   install_element (ISIS_NODE, &spf_interval_l2_cmd_vtysh);
25438   install_element (ENABLE_NODE, &debug_ospf6_asbr_cmd_vtysh);
25439   install_element (OSPF6_NODE, &ospf6_stub_router_admin_cmd_vtysh);
25440   install_element (CONFIG_NODE, &debug_isis_events_cmd_vtysh);
25441   install_element (VIEW_NODE, &show_ipv6_prefix_list_name_seq_cmd_vtysh);
25442   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_cmd_vtysh);
25443   install_element (OSPF_NODE, &ospf_timers_min_ls_interval_cmd_vtysh);
25444   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_neighbor_advertised_routes_cmd_vtysh);
25445   install_element (CONFIG_NODE, &ip_route_distance_vrf_cmd_vtysh);
25446   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_neighbors_peer_cmd_vtysh);
25447   install_element (VIEW_NODE, &show_bgp_instance_ipv4_summary_cmd_vtysh);
25448   install_element (BGP_IPV4_NODE, &bgp_damp_unset_cmd_vtysh);
25449   install_element (CONFIG_NODE, &debug_ospf_ism_cmd_vtysh);
25450   install_element (BGP_IPV4_NODE, &aggregate_address_summary_only_cmd_vtysh);
25451   install_element (CONFIG_NODE, &ip_route_mask_flags_distance2_cmd_vtysh);
25452   install_element (VIEW_NODE, &show_ip_bgp_route_pathtype_cmd_vtysh);
25453   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
25454   install_element (CONFIG_NODE, &debug_ospf6_message_cmd_vtysh);
25455   install_element (BGP_ENCAP_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25456   install_element (CONFIG_NODE, &no_access_list_any_cmd_vtysh);
25457   install_element (BGP_IPV4M_NODE, &bgp_damp_set3_cmd_vtysh);
25458   install_element (ISIS_NODE, &no_area_lsp_mtu_arg_cmd_vtysh);
25459   install_element (VIEW_NODE, &show_database_detail_cmd_vtysh);
25460   install_element (BGP_IPV6_NODE, &no_ipv6_aggregate_address_cmd_vtysh);
25461   install_element (ISIS_NODE, &dynamic_hostname_cmd_vtysh);
25462   install_element (BGP_VPNV4_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25463   install_element (BGP_NODE, &no_neighbor_ebgp_multihop_ttl_cmd_vtysh);
25464   install_element (LINK_PARAMS_NODE, &link_params_pkt_loss_cmd_vtysh);
25465   install_element (CONFIG_NODE, &debug_ripng_zebra_cmd_vtysh);
25466   install_element (RESTRICTED_NODE, &show_bgp_lcommunity4_cmd_vtysh);
25467   install_element (ENABLE_NODE, &no_debug_ripng_packet_cmd_vtysh);
25468   install_element (RIP_NODE, &rip_route_cmd_vtysh);
25469   install_element (INTERFACE_NODE, &no_ip_ospf_priority_addr_cmd_vtysh);
25470   install_element (CONFIG_NODE, &ip_route_flags_tag_distance2_cmd_vtysh);
25471   install_element (VIEW_NODE, &show_ip_bgp_filter_list_cmd_vtysh);
25472   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_cmd_vtysh);
25473   install_element (INTERFACE_NODE, &ip_rip_receive_version_cmd_vtysh);
25474   install_element (RESTRICTED_NODE, &show_bgp_view_rsclient_route_cmd_vtysh);
25475   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25476   install_element (VIEW_NODE, &show_bgp_ipv4_community_list_exact_cmd_vtysh);
25477   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_soft_in_cmd_vtysh);
25478   install_element (LINK_PARAMS_NODE, &link_params_metric_cmd_vtysh);
25479   install_element (BGP_ENCAPV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25480   install_element (ENABLE_NODE, &no_debug_ospf_packet_send_recv_cmd_vtysh);
25481   install_element (BGP_NODE, &aggregate_address_summary_as_set_cmd_vtysh);
25482   install_element (CONFIG_NODE, &ip_route_mask_tag_cmd_vtysh);
25483   install_element (CONFIG_NODE, &no_debug_bgp_allow_martians_cmd_vtysh);
25484   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_summary_as_set_cmd_vtysh);
25485   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_lifetime_val_cmd_vtysh);
25486   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
25487   install_element (ENABLE_NODE, &no_debug_ospf_event_cmd_vtysh);
25488   install_element (VIEW_NODE, &show_bgp_neighbor_advertised_route_cmd_vtysh);
25489   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_cmd_vtysh);
25490   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
25491   install_element (ENABLE_NODE, &clear_ip_bgp_all_in_cmd_vtysh);
25492   install_element (RIPNG_NODE, &ripng_passive_interface_cmd_vtysh);
25493   install_element (RMAP_NODE, &no_set_ipv6_nexthop_local_val_cmd_vtysh);
25494   install_element (VIEW_NODE, &show_bgp_ipv6_community_exact_cmd_vtysh);
25495   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_cmd_vtysh);
25496   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
25497   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_regexp_cmd_vtysh);
25498   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_address_mask_cmd_vtysh);
25499   install_element (BGP_NODE, &bgp_timers_cmd_vtysh);
25500   install_element (ENABLE_NODE, &clear_bgp_peer_group_in_cmd_vtysh);
25501   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_intra_inter_cmd_vtysh);
25502   install_element (BGP_NODE, &no_neighbor_strict_capability_cmd_vtysh);
25503   install_element (INTERFACE_NODE, &no_ip_ospf_retransmit_interval_cmd_vtysh);
25504   install_element (VIEW_NODE, &show_bgp_ipv6_neighbors_peer_cmd_vtysh);
25505   install_element (OSPF_NODE, &no_ospf_area_filter_list_cmd_vtysh);
25506   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_neighbor_advertised_routes_cmd_vtysh);
25507   install_element (ENABLE_NODE, &clear_bgp_as_soft_out_cmd_vtysh);
25508   install_element (BGP_IPV4_NODE, &aggregate_address_cmd_vtysh);
25509   install_element (VIEW_NODE, &show_ipv6_mbgp_regexp_cmd_vtysh);
25510   install_element (RMAP_NODE, &no_match_ip_next_hop_prefix_list_cmd_vtysh);
25511   install_element (BGP_IPV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
25512   install_element (OSPF_NODE, &pce_path_scope_cmd_vtysh);
25513   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_received_prefix_filter_cmd_vtysh);
25514   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
25515   install_element (VIEW_NODE, &show_ipv6_ospf6_neighbor_cmd_vtysh);
25516   install_element (CONFIG_NODE, &ipv6_prefix_list_cmd_vtysh);
25517   install_element (OSPF_NODE, &no_ospf_area_import_list_cmd_vtysh);
25518   install_element (BGP_NODE, &no_neighbor_activate_cmd_vtysh);
25519   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_exact_cmd_vtysh);
25520   install_element (CONFIG_NODE, &debug_ospf_packet_all_cmd_vtysh);
25521   install_element (VIEW_NODE, &show_ip_ospf_neighbor_id_cmd_vtysh);
25522   install_element (ENABLE_NODE, &no_debug_pim_packetdump_recv_cmd_vtysh);
25523   install_element (ENABLE_NODE, &no_debug_isis_spfevents_cmd_vtysh);
25524   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25525   install_element (VIEW_NODE, &show_ip_route_summary_vrf_all_cmd_vtysh);
25526   install_element (CONFIG_NODE, &no_ipv6_access_list_remark_arg_cmd_vtysh);
25527   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
25528   install_element (INTERFACE_NODE, &no_ip_ospf_area_cmd_vtysh);
25529   install_element (VIEW_NODE, &ipv6_mbgp_neighbor_advertised_route_cmd_vtysh);
25530   install_element (BGP_IPV6M_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25531   install_element (VIEW_NODE, &show_ipv6_ospf6_route_type_cmd_vtysh);
25532   install_element (CONFIG_NODE, &ipv6_route_flags_tag_cmd_vtysh);
25533   install_element (VIEW_NODE, &show_ip_ospf_database_cmd_vtysh);
25534   install_element (ENABLE_NODE, &show_zebra_client_summary_cmd_vtysh);
25535   install_element (OSPF6_NODE, &ospf6_redistribute_cmd_vtysh);
25536   install_element (RMAP_NODE, &set_tag_cmd_vtysh);
25537   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_rmap_metric_cmd_vtysh);
25538   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_duration_day_month_cmd_vtysh);
25539   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_advertised_route_cmd_vtysh);
25540   install_element (CONFIG_NODE, &no_access_list_standard_any_cmd_vtysh);
25541   install_element (CONFIG_NODE, &nhrp_event_socket_cmd_vtysh);
25542   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
25543   install_element (ENABLE_NODE, &no_debug_ospf6_zebra_cmd_vtysh);
25544   install_element (ISIS_NODE, &spf_interval_cmd_vtysh);
25545   install_element (OSPF_NODE, &no_ospf_area_vlink_cmd_vtysh);
25546   install_element (BGP_VPNV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
25547   install_element (VIEW_NODE, &show_ip_rpf_addr_vrf_all_cmd_vtysh);
25548   install_element (BGP_VPNV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25549   install_element (VIEW_NODE, &show_ipv6_mbgp_cmd_vtysh);
25550   install_element (BGP_IPV6_NODE, &neighbor_send_community_cmd_vtysh);
25551   install_element (RIP_NODE, &no_rip_redistribute_type_routemap_cmd_vtysh);
25552   install_element (CONFIG_NODE, &undebug_igmp_trace_cmd_vtysh);
25553   install_element (RMAP_NODE, &match_ip_next_hop_prefix_list_cmd_vtysh);
25554   install_element (VIEW_NODE, &show_bgp_instance_ipv6_safi_summary_cmd_vtysh);
25555   install_element (CONFIG_NODE, &ipv6_route_tag_cmd_vtysh);
25556   install_element (VIEW_NODE, &show_ip_pim_neighbor_cmd_vtysh);
25557   install_element (CONFIG_NODE, &no_access_list_remark_arg_cmd_vtysh);
25558   install_element (ENABLE_NODE, &undebug_bgp_as4_cmd_vtysh);
25559   install_element (BGP_IPV4_NODE, &aggregate_address_mask_cmd_vtysh);
25560   install_element (ISIS_NODE, &no_spf_interval_l1_arg_cmd_vtysh);
25561   install_element (VIEW_NODE, &show_ipv6_route_prefix_vrf_cmd_vtysh);
25562   install_element (OSPF_NODE, &ospf_abr_type_cmd_vtysh);
25563   install_element (INTERFACE_NODE, &ip_rip_authentication_mode_cmd_vtysh);
25564   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_neighbors_cmd_vtysh);
25565   install_element (BGP_VPNV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
25566   install_element (ENABLE_NODE, &debug_pim_events_cmd_vtysh);
25567   install_element (OSPF6_NODE, &no_area_export_list_cmd_vtysh);
25568   install_element (VIEW_NODE, &show_bgp_ipv4_prefix_longer_cmd_vtysh);
25569   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_cmd_vtysh);
25570   install_element (INTERFACE_NODE, &if_nhrp_network_id_cmd_vtysh);
25571   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_as_set_cmd_vtysh);
25572   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_prefix_list_cmd_vtysh);
25573   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_key_addr_cmd_vtysh);
25574   install_element (CONFIG_NODE, &router_id_cmd_vtysh);
25575   install_element (VIEW_NODE, &show_bgp_ipv4_encap_neighbor_advertised_routes_cmd_vtysh);
25576   install_element (CONFIG_NODE, &ip_route_mask_distance_cmd_vtysh);
25577   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
25578   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_ibgp_arg_cmd_vtysh);
25579   install_element (CONFIG_NODE, &ip_prefix_list_seq_ge_cmd_vtysh);
25580   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_all_cmd_vtysh);
25581   install_element (ENABLE_NODE, &no_debug_rip_packet_direct_cmd_vtysh);
25582   install_element (VIEW_NODE, &show_ip_prefix_list_summary_name_cmd_vtysh);
25583   install_element (ENABLE_NODE, &debug_zebra_packet_direct_cmd_vtysh);
25584   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_exact_cmd_vtysh);
25585   install_element (CONFIG_NODE, &ipv6_route_flags_cmd_vtysh);
25586   install_element (VIEW_NODE, &show_interface_name_cmd_vtysh);
25587   install_element (RIP_NODE, &rip_redistribute_type_metric_routemap_cmd_vtysh);
25588   install_element (RIP_NODE, &no_rip_redistribute_type_metric_routemap_cmd_vtysh);
25589   install_element (OSPF_NODE, &ospf_area_vlink_authtype_args_authkey_cmd_vtysh);
25590   install_element (CONFIG_NODE, &no_debug_ospf6_interface_cmd_vtysh);
25591   install_element (BGP_ENCAPV6_NODE, &neighbor_send_community_type_cmd_vtysh);
25592   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_damp_cmd_vtysh);
25593   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_network_route_map_cmd_vtysh);
25594   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_prefix_longer_cmd_vtysh);
25595   install_element (VIEW_NODE, &show_ip_as_path_access_list_cmd_vtysh);
25596   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity4_cmd_vtysh);
25597   install_element (VIEW_NODE, &show_interface_name_vrf_all_cmd_vtysh);
25598   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh);
25599   install_element (VIEW_NODE, &show_ipv6_prefix_list_detail_cmd_vtysh);
25600   install_element (VTY_NODE, &no_exec_timeout_cmd_vtysh);
25601   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_metric_cmd_vtysh);
25602   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_in_prefix_filter_cmd_vtysh);
25603   install_element (BGP_NODE, &no_neighbor_local_as_val_cmd_vtysh);
25604   install_element (VIEW_NODE, &show_bgp_community_list_exact_cmd_vtysh);
25605   install_element (CONFIG_NODE, &debug_ospf_event_cmd_vtysh);
25606   install_element (ENABLE_NODE, &clear_bgp_as_soft_cmd_vtysh);
25607   install_element (CONFIG_NODE, &debug_pim_trace_cmd_vtysh);
25608   install_element (BGP_VPNV6_NODE, &neighbor_filter_list_cmd_vtysh);
25609   install_element (BGP_IPV4M_NODE, &no_neighbor_activate_cmd_vtysh);
25610   install_element (VIEW_NODE, &show_ip_rpf_vrf_all_cmd_vtysh);
25611   install_element (VIEW_NODE, &show_ip_pim_join_cmd_vtysh);
25612   install_element (INTERFACE_NODE, &no_ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh);
25613   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_as_set_summary_cmd_vtysh);
25614   install_element (INTERFACE_NODE, &no_isis_hello_interval_arg_cmd_vtysh);
25615   install_element (VIEW_NODE, &show_ip_bgp_neighbor_flap_cmd_vtysh);
25616   install_element (BGP_IPV4_NODE, &no_neighbor_route_server_client_cmd_vtysh);
25617   install_element (INTERFACE_NODE, &no_ip_ospf_transmit_delay_addr_cmd_vtysh);
25618   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
25619   install_element (RIPNG_NODE, &no_ripng_redistribute_type_metric_routemap_cmd_vtysh);
25620   install_element (CONFIG_NODE, &access_list_extended_mask_host_cmd_vtysh);
25621   install_element (RIPNG_NODE, &no_ripng_default_metric_val_cmd_vtysh);
25622   install_element (VIEW_NODE, &show_ip_ospf_router_info_cmd_vtysh);
25623   install_element (BGP_NODE, &old_ipv6_aggregate_address_cmd_vtysh);
25624   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_cmd_vtysh);
25625   install_element (CONFIG_NODE, &ip_mroute_dist_cmd_vtysh);
25626   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25627   install_element (INTERFACE_NODE, &ip_rip_authentication_string_cmd_vtysh);
25628   install_element (OSPF_NODE, &ospf_distribute_list_out_cmd_vtysh);
25629   install_element (ENABLE_NODE, &clear_nhrp_cmd_vtysh);
25630   install_element (OSPF_NODE, &ospf_area_stub_cmd_vtysh);
25631   install_element (CONFIG_NODE, &debug_isis_spfstats_cmd_vtysh);
25632   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_list_cmd_vtysh);
25633   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity4_cmd_vtysh);
25634   install_element (RMAP_NODE, &match_aspath_cmd_vtysh);
25635   install_element (INTERFACE_NODE, &ospf_priority_cmd_vtysh);
25636   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_damp_cmd_vtysh);
25637   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_summary_cmd_vtysh);
25638   install_element (ENABLE_NODE, &no_debug_ospf_nssa_cmd_vtysh);
25639   install_element (CONFIG_NODE, &no_debug_ospf_ism_sub_cmd_vtysh);
25640   install_element (BGP_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25641   install_element (INTERFACE_NODE, &ip_ospf_hello_interval_addr_cmd_vtysh);
25642   install_element (CONFIG_NODE, &no_ip_as_path_cmd_vtysh);
25643   install_element (RIPNG_NODE, &ripng_timers_cmd_vtysh);
25644   install_element (CONFIG_NODE, &no_debug_ospf6_zebra_sendrecv_cmd_vtysh);
25645   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25646   install_element (OSPF_NODE, &ospf_area_shortcut_cmd_vtysh);
25647   install_element (BGP_NODE, &neighbor_override_capability_cmd_vtysh);
25648   install_element (ENABLE_NODE, &clear_bgp_external_cmd_vtysh);
25649   install_element (VIEW_NODE, &show_ipv6_bgp_community_cmd_vtysh);
25650   install_element (RMAP_NODE, &match_probability_cmd_vtysh);
25651   install_element (OSPF_NODE, &capability_opaque_cmd_vtysh);
25652   install_element (RMAP_NODE, &set_ipv6_nexthop_global_cmd_vtysh);
25653   install_element (CONFIG_NODE, &debug_isis_packet_dump_cmd_vtysh);
25654   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
25655   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_neighbor_routes_cmd_vtysh);
25656   install_element (ENABLE_NODE, &clear_ipv6_prefix_list_name_prefix_cmd_vtysh);
25657   install_element (ZEBRA_NODE, &no_redistribute_ospf6_cmd_vtysh);
25658   install_element (CONFIG_NODE, &no_ipv6_route_flags_vrf_cmd_vtysh);
25659   install_element (RMAP_NODE, &match_ipv6_address_cmd_vtysh);
25660   install_element (CONFIG_NODE, &ip_mroute_vrf_cmd_vtysh);
25661   install_element (OSPF6_NODE, &no_ospf6_timers_throttle_spf_cmd_vtysh);
25662   install_element (CONFIG_NODE, &no_ip_community_list_name_standard_cmd_vtysh);
25663   install_element (VIEW_NODE, &show_bgp_instance_ipv4_safi_rsclient_summary_cmd_vtysh);
25664   install_element (VIEW_NODE, &show_bgp_community_cmd_vtysh);
25665   install_element (BGP_IPV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25666   install_element (CONFIG_NODE, &no_debug_isis_adj_cmd_vtysh);
25667   install_element (BGP_ENCAPV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25668   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_cmd_vtysh);
25669   install_element (RMAP_NODE, &set_aspath_prepend_lastas_cmd_vtysh);
25670   install_element (CONFIG_NODE, &no_vrf_netns_cmd_vtysh);
25671   install_element (VIEW_NODE, &show_ip_route_prefix_longer_vrf_all_cmd_vtysh);
25672   install_element (ENABLE_NODE, &no_debug_ospf_nsm_cmd_vtysh);
25673   install_element (BGP_NODE, &aggregate_address_mask_cmd_vtysh);
25674   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_summary_as_set_cmd_vtysh);
25675   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community2_cmd_vtysh);
25676   install_element (INTERFACE_NODE, &interface_no_ip_igmp_query_max_response_time_dsec_cmd_vtysh);
25677   install_element (ENABLE_NODE, &undebug_ssmpingd_cmd_vtysh);
25678   install_element (CONFIG_NODE, &no_debug_ripng_packet_cmd_vtysh);
25679   install_element (OSPF6_NODE, &no_area_import_list_cmd_vtysh);
25680   install_element (OSPF6_NODE, &no_ospf6_distance_source_cmd_vtysh);
25681   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity2_cmd_vtysh);
25682   install_element (CONFIG_NODE, &no_debug_bgp_events_cmd_vtysh);
25683   install_element (RIP_NODE, &rip_passive_interface_cmd_vtysh);
25684   install_element (BGP_NODE, &neighbor_remove_private_as_cmd_vtysh);
25685   install_element (BGP_IPV4_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25686   install_element (ENABLE_NODE, &no_debug_isis_packet_dump_cmd_vtysh);
25687   install_element (RMAP_NODE, &no_match_probability_cmd_vtysh);
25688   install_element (VIEW_NODE, &show_bgp_ipv4_encap_prefix_cmd_vtysh);
25689   install_element (RMAP_NODE, &set_aspath_exclude_cmd_vtysh);
25690   install_element (BGP_NODE, &neighbor_update_source_cmd_vtysh);
25691   install_element (RIP_NODE, &no_rip_version_val_cmd_vtysh);
25692   install_element (ENABLE_NODE, &debug_rip_zebra_cmd_vtysh);
25693   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_in_prefix_filter_cmd_vtysh);
25694   install_element (OSPF6_NODE, &area_range_advertise_cmd_vtysh);
25695   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_inter_cmd_vtysh);
25696   install_element (INTERFACE_NODE, &ip_irdp_address_preference_cmd_vtysh);
25697   install_element (RMAP_NODE, &rmap_onmatch_goto_cmd_vtysh);
25698   install_element (CONFIG_NODE, &debug_isis_lsp_sched_cmd_vtysh);
25699   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_route_map_cmd_vtysh);
25700   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
25701   install_element (VIEW_NODE, &show_ip_bgp_cmd_vtysh);
25702   install_element (RMAP_NODE, &set_ip_nexthop_peer_cmd_vtysh);
25703   install_element (RIPNG_NODE, &ripng_offset_list_cmd_vtysh);
25704   install_element (BGP_NODE, &bgp_bestpath_med3_cmd_vtysh);
25705   install_element (BGP_IPV4_NODE, &bgp_network_mask_cmd_vtysh);
25706   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_soft_cmd_vtysh);
25707   install_element (BGP_VPNV6_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
25708   install_element (CONFIG_NODE, &no_ip_route_flags_distance_vrf_cmd_vtysh);
25709   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance_vrf_cmd_vtysh);
25710   install_element (CONFIG_NODE, &ip_route_mask_vrf_cmd_vtysh);
25711   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
25712   install_element (INTERFACE_NODE, &interface_ip_pim_hello_hold_cmd_vtysh);
25713   install_element (BGP_IPV6_NODE, &neighbor_filter_list_cmd_vtysh);
25714   install_element (BGP_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
25715   install_element (OSPF_NODE, &no_ospf_timers_min_ls_arrival_cmd_vtysh);
25716   install_element (VIEW_NODE, &show_ip_lcommunity_list_arg_cmd_vtysh);
25717   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
25718   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_soft_in_cmd_vtysh);
25719   install_element (OSPF_NODE, &ospf_area_vlink_param4_cmd_vtysh);
25720   install_element (VIEW_NODE, &show_ip_igmp_sources_retransmissions_cmd_vtysh);
25721   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_inter_intra_cmd_vtysh);
25722   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_tags_cmd_vtysh);
25723   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_pathtype_cmd_vtysh);
25724   install_element (ENABLE_NODE, &debug_ospf6_lsa_hex_detail_cmd_vtysh);
25725   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_soft_cmd_vtysh);
25726   install_element (INTERFACE_NODE, &isis_hello_interval_l2_cmd_vtysh);
25727   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_cmd_vtysh);
25728   install_element (VIEW_NODE, &show_ip_bgp_neighbor_received_prefix_filter_cmd_vtysh);
25729   install_element (OSPF_NODE, &ospf_area_range_advertise_cost_cmd_vtysh);
25730   install_element (ENABLE_NODE, &debug_pim_cmd_vtysh);
25731   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_cmd_vtysh);
25732   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community3_cmd_vtysh);
25733   install_element (BGP_ENCAPV6_NODE, &no_neighbor_route_map_cmd_vtysh);
25734   install_element (RIP_NODE, &rip_neighbor_cmd_vtysh);
25735   install_element (INTERFACE_NODE, &if_no_nhrp_map_cmd_vtysh);
25736   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
25737   install_element (ENABLE_NODE, &no_debug_ripng_packet_direct_cmd_vtysh);
25738   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
25739   install_element (VIEW_NODE, &show_bgp_view_ipv6_route_cmd_vtysh);
25740   install_element (BGP_ENCAP_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
25741   install_element (ENABLE_NODE, &debug_ospf6_spf_process_cmd_vtysh);
25742   install_element (VIEW_NODE, &show_ipv6_route_summary_vrf_all_cmd_vtysh);
25743   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_summary_only_cmd_vtysh);
25744   install_element (ENABLE_NODE, &no_debug_isis_events_cmd_vtysh);
25745   install_element (VIEW_NODE, &show_bgp_view_ipv6_rsclient_cmd_vtysh);
25746   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
25747   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
25748   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_metric_rmap_cmd_vtysh);
25749   install_element (VIEW_NODE, &show_ip_bgp_nexthop_cmd_vtysh);
25750   install_element (ENABLE_NODE, &no_debug_bgp_zebra_cmd_vtysh);
25751   install_element (INTERFACE_NODE, &no_isis_hello_padding_cmd_vtysh);
25752   install_element (BGP_IPV6M_NODE, &no_neighbor_send_community_type_cmd_vtysh);
25753   install_element (RMAP_NODE, &set_metric_cmd_vtysh);
25754   install_element (CONFIG_NODE, &ip_route_distance_cmd_vtysh);
25755   install_element (INTERFACE_NODE, &ipv6_nd_homeagent_lifetime_cmd_vtysh);
25756   install_element (VIEW_NODE, &show_ipv6_mbgp_community_list_cmd_vtysh);
25757   install_element (ENABLE_NODE, &debug_pim_packetdump_send_cmd_vtysh);
25758   install_element (ENABLE_NODE, &debug_isis_spftrigg_cmd_vtysh);
25759   install_element (CONFIG_NODE, &no_ip_multicast_mode_noarg_cmd_vtysh);
25760   install_element (BGP_IPV4M_NODE, &no_aggregate_address_as_set_summary_cmd_vtysh);
25761   install_element (CONFIG_NODE, &ip_forwarding_cmd_vtysh);
25762   install_element (ENABLE_NODE, &debug_pim_packets_filter_cmd_vtysh);
25763   install_element (ENABLE_NODE, &debug_ssmpingd_cmd_vtysh);
25764   install_element (BGP_VPNV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
25765   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_config_flag_cmd_vtysh);
25766   install_element (CONFIG_NODE, &no_ipv6_route_flags_cmd_vtysh);
25767   install_element (INTERFACE_NODE, &no_csnp_interval_l2_arg_cmd_vtysh);
25768   install_element (BGP_NODE, &bgp_distance_cmd_vtysh);
25769   install_element (INTERFACE_NODE, &interface_ip_pim_drprio_cmd_vtysh);
25770   install_element (VIEW_NODE, &show_ipv6_bgp_community3_exact_cmd_vtysh);
25771   install_element (LINK_PARAMS_NODE, &link_params_delay_cmd_vtysh);
25772   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_cidr_only_cmd_vtysh);
25773   install_element (VIEW_NODE, &show_ip_bgp_community_exact_cmd_vtysh);
25774   install_element (BGP_ENCAP_NODE, &neighbor_prefix_list_cmd_vtysh);
25775   install_element (BGP_NODE, &no_bgp_always_compare_med_cmd_vtysh);
25776   install_element (VIEW_NODE, &show_ip_bgp_route_cmd_vtysh);
25777   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_cmd_vtysh);
25778   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_soft_in_cmd_vtysh);
25779   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25780   install_element (CONFIG_NODE, &debug_nhrp_cmd_vtysh);
25781   install_element (VIEW_NODE, &show_ip_route_supernets_vrf_all_cmd_vtysh);
25782   install_element (INTERFACE_NODE, &tunnel_source_cmd_vtysh);
25783   install_element (OSPF_NODE, &ospf_neighbor_poll_interval_cmd_vtysh);
25784   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community4_cmd_vtysh);
25785   install_element (VIEW_NODE, &show_ip_ospf_neighbor_int_detail_cmd_vtysh);
25786   install_element (BGP_NODE, &bgp_graceful_restart_cmd_vtysh);
25787   install_element (ENABLE_NODE, &undebug_bgp_update_cmd_vtysh);
25788   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
25789   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
25790   install_element (BGP_NODE, &bgp_damp_set3_cmd_vtysh);
25791   install_element (RIP_NODE, &rip_redistribute_type_metric_cmd_vtysh);
25792   install_element (CONFIG_NODE, &ip_multicast_mode_cmd_vtysh);
25793   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_in_cmd_vtysh);
25794   install_element (RMAP_NODE, &no_match_community_val_cmd_vtysh);
25795   install_element (VIEW_NODE, &show_debugging_zebra_cmd_vtysh);
25796   install_element (BGP_ENCAPV6_NODE, &neighbor_prefix_list_cmd_vtysh);
25797   install_element (LINK_PARAMS_NODE, &link_params_maxbw_cmd_vtysh);
25798   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
25799   install_element (RIP_NODE, &no_rip_redistribute_type_cmd_vtysh);
25800   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rd_prefix_cmd_vtysh);
25801   install_element (INTERFACE_NODE, &no_ipv6_nd_other_config_flag_cmd_vtysh);
25802   install_element (BGP_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25803   install_element (RIPNG_NODE, &ripng_route_cmd_vtysh);
25804   install_element (OSPF_NODE, &no_ospf_area_range_advertise_cost_cmd_vtysh);
25805   install_element (RMAP_NODE, &no_set_lcommunity_none_cmd_vtysh);
25806   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rsclient_summary_cmd_vtysh);
25807   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
25808   install_element (VIEW_NODE, &show_ip_route_addr_vrf_all_cmd_vtysh);
25809   install_element (ISIS_NODE, &area_passwd_md5_cmd_vtysh);
25810   install_element (INTERFACE_NODE, &no_ip_ospf_transmit_delay_cmd_vtysh);
25811   install_element (OSPF_NODE, &no_ospf_compatible_rfc1583_cmd_vtysh);
25812   install_element (INTERFACE_NODE, &interface_ip_pim_ssm_cmd_vtysh);
25813   install_element (VIEW_NODE, &show_ip_pim_assert_winner_metric_cmd_vtysh);
25814   install_element (RESTRICTED_NODE, &show_bgp_ipv6_vpn_rd_route_cmd_vtysh);
25815   install_element (RMAP_NODE, &match_peer_cmd_vtysh);
25816   install_element (ISIS_NODE, &no_lsp_gen_interval_l2_cmd_vtysh);
25817   install_element (KEYCHAIN_KEY_NODE, &no_key_chain_cmd_vtysh);
25818   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_out_cmd_vtysh);
25819   install_element (OSPF_NODE, &ospf_area_vlink_authtype_md5_cmd_vtysh);
25820   install_element (LINK_PARAMS_NODE, &link_params_delay_mm_cmd_vtysh);
25821   install_element (INTERFACE_NODE, &ipv6_nd_router_preference_cmd_vtysh);
25822   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community_exact_cmd_vtysh);
25823   install_element (INTERFACE_NODE, &interface_no_ip_pim_ssm_cmd_vtysh);
25824   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity_list_cmd_vtysh);
25825   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25826   install_element (VIEW_NODE, &show_ip_ospf_neighbor_int_cmd_vtysh);
25827   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_offlink_cmd_vtysh);
25828   install_element (INTERFACE_NODE, &no_ip_ospf_mtu_ignore_cmd_vtysh);
25829   install_element (ENABLE_NODE, &show_ipv6_mroute_vrf_all_cmd_vtysh);
25830   install_element (ENABLE_NODE, &no_debug_pim_packets_filter_cmd_vtysh);
25831   install_element (VIEW_NODE, &show_version_ospf6_cmd_vtysh);
25832   install_element (BGP_ENCAP_NODE, &neighbor_unsuppress_map_cmd_vtysh);
25833   install_element (BGP_NODE, &no_bgp_maxpaths_arg_cmd_vtysh);
25834   install_element (BGP_IPV4M_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25835   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_cmd_vtysh);
25836   install_element (INTERFACE_NODE, &no_isis_metric_l1_arg_cmd_vtysh);
25837   install_element (INTERFACE_NODE, &no_ip_irdp_address_preference_cmd_vtysh);
25838   install_element (CONFIG_NODE, &no_dump_bgp_all_cmd_vtysh);
25839   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_day_month_month_day_cmd_vtysh);
25840   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l1_cmd_vtysh);
25841   install_element (BGP_NODE, &no_bgp_confederation_identifier_cmd_vtysh);
25842   install_element (ENABLE_NODE, &undebug_bgp_zebra_cmd_vtysh);
25843   install_element (CONFIG_NODE, &undebug_igmp_events_cmd_vtysh);
25844   install_element (CONFIG_NODE, &debug_zebra_rib_q_cmd_vtysh);
25845   install_element (BGP_IPV6_NODE, &no_neighbor_default_originate_cmd_vtysh);
25846   install_element (INTERFACE_NODE, &ip_address_cmd_vtysh);
25847   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_cmd_vtysh);
25848   install_element (OSPF6_NODE, &ospf6_distance_source_access_list_cmd_vtysh);
25849   install_element (VIEW_NODE, &show_bgp_prefix_pathtype_cmd_vtysh);
25850   install_element (ISIS_NODE, &no_lsp_refresh_interval_l2_arg_cmd_vtysh);
25851   install_element (CONFIG_NODE, &ipv6_route_pref_tag_vrf_cmd_vtysh);
25852   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity4_cmd_vtysh);
25853   install_element (BGP_IPV4M_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
25854   install_element (CONFIG_NODE, &no_ip_route_mask_flags_cmd_vtysh);
25855   install_element (INTERFACE_NODE, &ipv6_nd_suppress_ra_cmd_vtysh);
25856   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_summary_cmd_vtysh);
25857   install_element (CONFIG_NODE, &ipv6_route_flags_pref_cmd_vtysh);
25858   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
25859   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25860   install_element (RESTRICTED_NODE, &show_ip_bgp_community2_exact_cmd_vtysh);
25861   install_element (ENABLE_NODE, &test_pim_receive_hello_cmd_vtysh);
25862   install_element (BGP_IPV4M_NODE, &neighbor_unsuppress_map_cmd_vtysh);
25863   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_lifetime_cmd_vtysh);
25864   install_element (ENABLE_NODE, &no_debug_ospf_ism_cmd_vtysh);
25865   install_element (ENABLE_NODE, &debug_bgp_fsm_cmd_vtysh);
25866   install_element (CONFIG_NODE, &debug_ssmpingd_cmd_vtysh);
25867   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_natural_route_map_cmd_vtysh);
25868   install_element (BGP_NODE, &no_neighbor_ttl_security_cmd_vtysh);
25869   install_element (CONFIG_NODE, &no_ip_route_distance_vrf_cmd_vtysh);
25870   install_element (RIP_NODE, &no_rip_passive_interface_cmd_vtysh);
25871   install_element (BGP_NODE, &no_bgp_fast_external_failover_cmd_vtysh);
25872   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_soft_out_cmd_vtysh);
25873   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
25874   install_element (BGP_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25875   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_cmd_vtysh);
25876   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_external_cmd_vtysh);
25877   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
25878   install_element (ENABLE_NODE, &debug_isis_upd_cmd_vtysh);
25879   install_element (BGP_NODE, &no_neighbor_peer_group_cmd_vtysh);
25880   install_element (BGP_ENCAP_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
25881   install_element (CONFIG_NODE, &no_debug_igmp_cmd_vtysh);
25882   install_element (BGP_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25883   install_element (CONFIG_NODE, &ip_prefix_list_seq_le_ge_cmd_vtysh);
25884   install_element (VIEW_NODE, &show_bgp_ipv4_encap_summary_cmd_vtysh);
25885   install_element (RESTRICTED_NODE, &show_bgp_ipv4_vpn_rd_route_cmd_vtysh);
25886   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_received_routes_cmd_vtysh);
25887   install_element (OSPF_NODE, &ospf_passive_interface_default_cmd_vtysh);
25888   install_element (BGP_IPV6M_NODE, &neighbor_route_server_client_cmd_vtysh);
25889   install_element (RMAP_NODE, &no_set_aspath_prepend_val_cmd_vtysh);
25890   install_element (RIPNG_NODE, &no_ripng_timers_val_cmd_vtysh);
25891   install_element (BGP_VPNV6_NODE, &neighbor_send_community_cmd_vtysh);
25892   install_element (ENABLE_NODE, &clear_ip_pim_oil_cmd_vtysh);
25893   install_element (VIEW_NODE, &show_ipv6_prefix_list_summary_cmd_vtysh);
25894   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
25895   install_element (OSPF_NODE, &ospf_area_vlink_authtype_args_md5_cmd_vtysh);
25896   install_element (BGP_NODE, &no_bgp_network_mask_cmd_vtysh);
25897   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
25898   install_element (RMAP_NODE, &no_set_metric_cmd_vtysh);
25899   install_element (BGP_NODE, &bgp_default_ipv4_unicast_cmd_vtysh);
25900   install_element (RESTRICTED_NODE, &show_bgp_community2_cmd_vtysh);
25901   install_element (VIEW_NODE, &show_ipv6_ospf6_border_routers_detail_cmd_vtysh);
25902   install_element (INTERFACE_NODE, &no_ipv6_nd_suppress_ra_cmd_vtysh);
25903   install_element (ENABLE_NODE, &no_debug_ospf6_brouter_cmd_vtysh);
25904   install_element (VIEW_NODE, &show_ip_route_prefix_cmd_vtysh);
25905   install_element (ENABLE_NODE, &no_debug_pim_packets_cmd_vtysh);
25906   install_element (BGP_IPV6M_NODE, &neighbor_set_peer_group_cmd_vtysh);
25907   install_element (ENABLE_NODE, &clear_bgp_all_in_prefix_filter_cmd_vtysh);
25908   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community4_cmd_vtysh);
25909   install_element (OSPF_NODE, &no_ospf_area_vlink_param1_cmd_vtysh);
25910   install_element (INTERFACE_NODE, &ospf_hello_interval_cmd_vtysh);
25911   install_element (INTERFACE_NODE, &if_nhrp_mtu_cmd_vtysh);
25912   install_element (CONFIG_NODE, &ip_route_mask_flags_cmd_vtysh);
25913   install_element (BGP_NODE, &neighbor_shutdown_cmd_vtysh);
25914   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_statistics_cmd_vtysh);
25915   install_element (BGP_ENCAPV6_NODE, &neighbor_distribute_list_cmd_vtysh);
25916   install_element (BGP_IPV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25917   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_received_routes_cmd_vtysh);
25918   install_element (BGP_NODE, &no_neighbor_local_as_cmd_vtysh);
25919   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
25920   install_element (INTERFACE_NODE, &ip_rip_split_horizon_cmd_vtysh);
25921   install_element (BGP_IPV4M_NODE, &neighbor_activate_cmd_vtysh);
25922   install_element (BGP_VPNV6_NODE, &neighbor_activate_cmd_vtysh);
25923   install_element (CONFIG_NODE, &ipv6_route_pref_tag_cmd_vtysh);
25924   install_element (BGP_IPV6_NODE, &ipv6_bgp_distance_source_access_list_cmd_vtysh);
25925   install_element (INTERFACE_NODE, &ip_ospf_message_digest_key_cmd_vtysh);
25926   install_element (BGP_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
25927   install_element (RIPNG_NODE, &no_ripng_redistribute_type_cmd_vtysh);
25928   install_element (ENABLE_NODE, &no_debug_bgp_nht_cmd_vtysh);
25929   install_element (BGP_ENCAPV6_NODE, &neighbor_filter_list_cmd_vtysh);
25930   install_element (BGP_NODE, &bgp_graceful_restart_stalepath_time_cmd_vtysh);
25931   install_element (RMAP_NODE, &match_community_cmd_vtysh);
25932   install_element (BGP_NODE, &neighbor_set_peer_group_cmd_vtysh);
25933   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community_exact_cmd_vtysh);
25934   install_element (INTERFACE_NODE, &interface_no_ip_pim_hello_cmd_vtysh);
25935   install_element (BGP_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
25936   install_element (VIEW_NODE, &show_ip_prefix_list_summary_cmd_vtysh);
25937   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_duration_month_day_cmd_vtysh);
25938   install_element (CONFIG_NODE, &debug_pim_events_cmd_vtysh);
25939   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_soft_in_cmd_vtysh);
25940   install_element (CONFIG_NODE, &no_debug_ospf6_flooding_cmd_vtysh);
25941   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_prefix_pathtype_cmd_vtysh);
25942   install_element (BGP_ENCAP_NODE, &no_neighbor_activate_cmd_vtysh);
25943   install_element (BGP_IPV6_NODE, &neighbor_route_map_cmd_vtysh);
25944   install_element (CONFIG_NODE, &ip_route_mask_flags2_tag_cmd_vtysh);
25945   install_element (VIEW_NODE, &show_isis_topology_cmd_vtysh);
25946   install_element (OSPF_NODE, &ospf_area_range_substitute_cmd_vtysh);
25947   install_element (VIEW_NODE, &show_bgp_lcommunity_all_cmd_vtysh);
25948   install_element (CONFIG_NODE, &no_ipv6_route_tag_vrf_cmd_vtysh);
25949   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
25950   install_element (BGP_IPV4M_NODE, &no_neighbor_filter_list_cmd_vtysh);
25951   install_element (INTERFACE_NODE, &no_shutdown_if_cmd_vtysh);
25952   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_cmd_vtysh);
25953   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
25954   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_summary_cmd_vtysh);
25955   install_element (CONFIG_NODE, &ip_route_flags_distance2_cmd_vtysh);
25956   install_element (BGP_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25957   install_element (VIEW_NODE, &show_ip_ospf_database_type_id_cmd_vtysh);
25958   install_element (CONFIG_NODE, &debug_rip_events_cmd_vtysh);
25959   install_element (CONFIG_NODE, &ipv6_route_ifname_tag_vrf_cmd_vtysh);
25960   install_element (INTERFACE_NODE, &no_ipv6_nd_mtu_cmd_vtysh);
25961   install_element (BGP_NODE, &bgp_maxpaths_cmd_vtysh);
25962   install_element (VIEW_NODE, &show_bgp_ipv6_community_list_cmd_vtysh);
25963   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
25964   install_element (CONFIG_NODE, &no_access_list_all_cmd_vtysh);
25965   install_element (CONFIG_NODE, &debug_rip_packet_cmd_vtysh);
25966   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_soft_in_cmd_vtysh);
25967   install_element (BGP_NODE, &no_neighbor_disable_connected_check_cmd_vtysh);
25968   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_route_map_cmd_vtysh);
25969   install_element (VIEW_NODE, &show_ip_route_supernets_cmd_vtysh);
25970   install_element (INTERFACE_NODE, &isis_hello_multiplier_l1_cmd_vtysh);
25971   install_element (BGP_NODE, &no_neighbor_weight_cmd_vtysh);
25972   install_element (CONFIG_NODE, &no_debug_static_cmd_vtysh);
25973   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_duration_month_day_cmd_vtysh);
25974   install_element (OSPF_NODE, &ospf_compatible_rfc1583_cmd_vtysh);
25975   install_element (ENABLE_NODE, &undebug_bgp_as4_segment_cmd_vtysh);
25976   install_element (VIEW_NODE, &show_bgp_ipv4_safi_regexp_cmd_vtysh);
25977   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25978   install_element (CONFIG_NODE, &debug_zebra_packet_direct_cmd_vtysh);
25979   install_element (RMAP_NODE, &no_set_vpnv4_nexthop_cmd_vtysh);
25980   install_element (BGP_IPV4M_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25981   install_element (BGP_ENCAP_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25982   install_element (CONFIG_NODE, &debug_static_cmd_vtysh);
25983   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_neighbors_peer_cmd_vtysh);
25984   install_element (RESTRICTED_NODE, &show_bgp_prefix_cmd_vtysh);
25985   install_element (VIEW_NODE, &show_ip_bgp_lcommunity2_cmd_vtysh);
25986   install_element (RMAP_NODE, &set_aspath_prepend_cmd_vtysh);
25987   install_element (VIEW_NODE, &show_ip_bgp_community_list_exact_cmd_vtysh);
25988   install_element (CONFIG_NODE, &ip_extcommunity_list_name_standard2_cmd_vtysh);
25989   install_element (RMAP_NODE, &no_set_origin_val_cmd_vtysh);
25990   install_element (BGP_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
25991   install_element (CONFIG_NODE, &no_debug_ospf_event_cmd_vtysh);
25992   install_element (BGP_NODE, &neighbor_route_server_client_cmd_vtysh);
25993   install_element (VIEW_NODE, &show_bgp_ipv6_neighbors_cmd_vtysh);
25994   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_neighbors_peer_cmd_vtysh);
25995   install_element (VIEW_NODE, &show_ip_bgp_ipv4_cidr_only_cmd_vtysh);
25996   install_element (BGP_NODE, &no_neighbor_local_as_val3_cmd_vtysh);
25997   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rd_route_cmd_vtysh);
25998   install_element (ENABLE_NODE, &no_debug_igmp_trace_cmd_vtysh);
25999   install_element (CONFIG_NODE, &no_debug_isis_lupd_cmd_vtysh);
26000   install_element (BGP_IPV6_NODE, &ipv6_bgp_network_cmd_vtysh);
26001   install_element (RMAP_NODE, &match_origin_cmd_vtysh);
26002   install_element (BGP_VPNV4_NODE, &no_neighbor_filter_list_cmd_vtysh);
26003   install_element (VIEW_NODE, &show_bgp_ipv6_encap_summary_cmd_vtysh);
26004   install_element (VIEW_NODE, &show_ipv6_ospf6_border_routers_cmd_vtysh);
26005   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
26006   install_element (INTERFACE_NODE, &if_nhrp_nhs_cmd_vtysh);
26007   install_element (INTERFACE_NODE, &isis_network_cmd_vtysh);
26008   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_cmd_vtysh);
26009   install_element (RMAP_NODE, &no_match_peer_val_cmd_vtysh);
26010   install_element (VIEW_NODE, &show_ip_route_summary_prefix_vrf_cmd_vtysh);
26011   install_element (CONFIG_NODE, &ip_lcommunity_list_standard2_cmd_vtysh);
26012   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance_cmd_vtysh);
26013   install_element (ENABLE_NODE, &clear_ip_bgp_as_in_cmd_vtysh);
26014   install_element (RMAP_NODE, &no_rmap_call_cmd_vtysh);
26015   install_element (INTERFACE_NODE, &ospf_message_digest_key_cmd_vtysh);
26016   install_element (CONFIG_NODE, &debug_zebra_fpm_cmd_vtysh);
26017   install_element (LINK_PARAMS_NODE, &link_params_unrsv_bw_cmd_vtysh);
26018   install_element (BGP_VPNV6_NODE, &neighbor_set_peer_group_cmd_vtysh);
26019   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
26020   install_element (BGP_IPV4_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26021   install_element (BGP_ENCAP_NODE, &neighbor_route_map_cmd_vtysh);
26022   install_element (BGP_VPNV4_NODE, &neighbor_route_server_client_cmd_vtysh);
26023   install_element (BGP_IPV6M_NODE, &neighbor_distribute_list_cmd_vtysh);
26024   install_element (VIEW_NODE, &show_ipv6_ospf6_area_spf_tree_cmd_vtysh);
26025   install_element (BGP_IPV4M_NODE, &no_aggregate_address_summary_only_cmd_vtysh);
26026   install_element (VIEW_NODE, &show_ip_bgp_instance_rsclient_summary_cmd_vtysh);
26027   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_soft_out_cmd_vtysh);
26028   install_element (VIEW_NODE, &show_bgp_route_pathtype_cmd_vtysh);
26029   install_element (CONFIG_NODE, &debug_igmp_events_cmd_vtysh);
26030   install_element (INTERFACE_NODE, &no_ip_ospf_cost_inet4_cmd_vtysh);
26031   install_element (ENABLE_NODE, &clear_ip_bgp_external_soft_out_cmd_vtysh);
26032   install_element (VIEW_NODE, &show_ip_pim_assert_cmd_vtysh);
26033   install_element (INTERFACE_NODE, &multicast_cmd_vtysh);
26034   install_element (ISIS_NODE, &area_passwd_clear_snpauth_cmd_vtysh);
26035   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community_all_cmd_vtysh);
26036   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_in_cmd_vtysh);
26037   install_element (BGP_NODE, &neighbor_unsuppress_map_cmd_vtysh);
26038   install_element (VIEW_NODE, &show_bgp_community4_cmd_vtysh);
26039   install_element (ENABLE_NODE, &debug_bgp_keepalive_cmd_vtysh);
26040   install_element (OSPF6_NODE, &area_range_cmd_vtysh);
26041   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26042   install_element (CONFIG_NODE, &no_ip_mroute_dist_cmd_vtysh);
26043   install_element (INTERFACE_NODE, &no_ospf_retransmit_interval_cmd_vtysh);
26044   install_element (ENABLE_NODE, &clear_ip_interfaces_cmd_vtysh);
26045   install_element (RIP_NODE, &rip_redistribute_type_routemap_cmd_vtysh);
26046   install_element (VIEW_NODE, &show_ip_bgp_neighbors_peer_cmd_vtysh);
26047   install_element (RESTRICTED_NODE, &show_bgp_views_cmd_vtysh);
26048   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_rev_cmd_vtysh);
26049   install_element (ENABLE_NODE, &no_debug_ripng_zebra_cmd_vtysh);
26050   install_element (INTERFACE_NODE, &ipv6_nd_ra_interval_msec_cmd_vtysh);
26051   install_element (RMAP_NODE, &match_ip_address_cmd_vtysh);
26052   install_element (BGP_NODE, &aggregate_address_mask_summary_as_set_cmd_vtysh);
26053   install_element (VIEW_NODE, &show_ip_bgp_community3_cmd_vtysh);
26054   install_element (VIEW_NODE, &show_bgp_view_afi_safi_prefix_cmd_vtysh);
26055   install_element (VIEW_NODE, &show_table_cmd_vtysh);
26056   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_intra_cmd_vtysh);
26057   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community2_cmd_vtysh);
26058   install_element (INTERFACE_NODE, &if_no_nhrp_reg_flags_cmd_vtysh);
26059   install_element (BGP_NODE, &aggregate_address_mask_as_set_summary_cmd_vtysh);
26060   install_element (INTERFACE_NODE, &isis_metric_l1_cmd_vtysh);
26061   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_all_prefix_cmd_vtysh);
26062   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_cmd_vtysh);
26063   install_element (VIEW_NODE, &show_ip_route_prefix_vrf_all_cmd_vtysh);
26064   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
26065   install_element (ENABLE_NODE, &undebug_igmp_events_cmd_vtysh);
26066   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_self_originated_cmd_vtysh);
26067   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26068   install_element (BGP_VPNV4_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26069   install_element (CONFIG_NODE, &ip_route_mask_flags2_tag_vrf_cmd_vtysh);
26070   install_element (BGP_ENCAP_NODE, &no_encap_network_cmd_vtysh);
26071   install_element (VIEW_NODE, &show_ip_ssmpingd_cmd_vtysh);
26072   install_element (OSPF_NODE, &no_ospf_area_vlink_md5_cmd_vtysh);
26073   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_ge_le_cmd_vtysh);
26074   install_element (INTERFACE_NODE, &no_psnp_interval_l2_arg_cmd_vtysh);
26075   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community2_exact_cmd_vtysh);
26076   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_soft_cmd_vtysh);
26077   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_soft_cmd_vtysh);
26078   install_element (VIEW_NODE, &show_bgp_ipv4_community2_exact_cmd_vtysh);
26079   install_element (BGP_VPNV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26080   install_element (OSPF_NODE, &ospf_area_vlink_authkey_cmd_vtysh);
26081   install_element (OSPF_NODE, &ospf_default_metric_cmd_vtysh);
26082   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_list_cmd_vtysh);
26083   install_element (CONFIG_NODE, &no_ip_forwarding_cmd_vtysh);
26084   install_element (CONFIG_NODE, &debug_bgp_as4_cmd_vtysh);
26085   install_element (VIEW_NODE, &show_bgp_ipv4_paths_cmd_vtysh);
26086   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_minimal_cmd_vtysh);
26087   install_element (OSPF_NODE, &no_ospf_log_adjacency_changes_cmd_vtysh);
26088   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
26089   install_element (BGP_IPV6M_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
26090   install_element (CONFIG_NODE, &ip_lcommunity_list_standard_cmd_vtysh);
26091   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
26092   install_element (BGP_NODE, &old_no_ipv6_aggregate_address_cmd_vtysh);
26093   install_element (BGP_VPNV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26094   install_element (BGP_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26095   install_element (CONFIG_NODE, &no_ipv6_route_tag_cmd_vtysh);
26096   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
26097   install_element (CONFIG_NODE, &debug_bgp_events_cmd_vtysh);
26098   install_element (ENABLE_NODE, &clear_ip_bgp_external_out_cmd_vtysh);
26099   install_element (INTERFACE_NODE, &no_csnp_interval_l1_arg_cmd_vtysh);
26100   install_element (BGP_IPV4_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26101   install_element (CONFIG_NODE, &debug_isis_lsp_gen_cmd_vtysh);
26102   install_element (BGP_IPV4_NODE, &neighbor_route_map_cmd_vtysh);
26103   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_key_cmd_vtysh);
26104   install_element (CONFIG_NODE, &no_ipv6_route_ifname_vrf_cmd_vtysh);
26105   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_vrf_cmd_vtysh);
26106   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_prefix_cmd_vtysh);
26107   install_element (OSPF6_NODE, &no_auto_cost_reference_bandwidth_cmd_vtysh);
26108   install_element (BGP_NODE, &no_bgp_rr_allow_outbound_policy_cmd_vtysh);
26109   install_element (BGP_NODE, &no_neighbor_remote_as_cmd_vtysh);
26110   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_tags_cmd_vtysh);
26111   install_element (ENABLE_NODE, &clear_ip_bgp_all_out_cmd_vtysh);
26112   install_element (VIEW_NODE, &show_ip_bgp_flap_route_map_cmd_vtysh);
26113   install_element (INTERFACE_NODE, &no_ip_rip_receive_version_cmd_vtysh);
26114   install_element (CONFIG_NODE, &no_ip_route_vrf_cmd_vtysh);
26115   install_element (ENABLE_NODE, &debug_zebra_packet_detail_cmd_vtysh);
26116   install_element (BGP_ENCAP_NODE, &neighbor_set_peer_group_cmd_vtysh);
26117   install_element (CONFIG_NODE, &debug_zebra_nht_cmd_vtysh);
26118   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_detail_cmd_vtysh);
26119   install_element (ENABLE_NODE, &undebug_pim_packets_cmd_vtysh);
26120   install_element (CONFIG_NODE, &access_list_extended_host_mask_cmd_vtysh);
26121   install_element (ENABLE_NODE, &clear_ip_ospf_interface_cmd_vtysh);
26122   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_cmd_vtysh);
26123   install_element (INTERFACE_NODE, &ipv6_nd_managed_config_flag_cmd_vtysh);
26124   install_element (BGP_IPV4_NODE, &neighbor_send_community_type_cmd_vtysh);
26125   install_element (INTERFACE_NODE, &ip_rip_authentication_key_chain_cmd_vtysh);
26126   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_le_cmd_vtysh);
26127   install_element (CONFIG_NODE, &debug_ospf6_spf_database_cmd_vtysh);
26128   install_element (INTERFACE_NODE, &no_ip_rip_split_horizon_cmd_vtysh);
26129   install_element (BGP_NODE, &neighbor_advertise_interval_cmd_vtysh);
26130   install_element (ENABLE_NODE, &debug_ospf_zebra_cmd_vtysh);
26131   install_element (VIEW_NODE, &show_ip_bgp_ipv4_route_map_cmd_vtysh);
26132   install_element (BGP_IPV4M_NODE, &bgp_network_mask_route_map_cmd_vtysh);
26133   install_element (CONFIG_NODE, &no_ip_mroute_cmd_vtysh);
26134   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_soft_cmd_vtysh);
26135   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_duration_day_month_cmd_vtysh);
26136   install_element (BGP_IPV4M_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
26137   install_element (BGP_ENCAPV6_NODE, &neighbor_set_peer_group_cmd_vtysh);
26138   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_list_cmd_vtysh);
26139   install_element (RIP_NODE, &rip_offset_list_cmd_vtysh);
26140   install_element (CONFIG_NODE, &no_debug_ospf_packet_all_cmd_vtysh);
26141   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
26142   install_element (BGP_IPV6_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
26143   install_element (INTERFACE_NODE, &ipv6_nd_adv_interval_config_option_cmd_vtysh);
26144   install_element (VIEW_NODE, &show_ip_pim_secondary_cmd_vtysh);
26145   install_element (BGP_NODE, &no_neighbor_capability_dynamic_cmd_vtysh);
26146   install_element (BGP_NODE, &neighbor_route_map_cmd_vtysh);
26147   install_element (RIPNG_NODE, &no_ripng_route_cmd_vtysh);
26148   install_element (ENABLE_NODE, &debug_ripng_zebra_cmd_vtysh);
26149   install_element (CONFIG_NODE, &debug_isis_csum_cmd_vtysh);
26150   install_element (OSPF_NODE, &no_ospf_area_nssa_no_summary_cmd_vtysh);
26151   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
26152   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity4_cmd_vtysh);
26153   install_element (INTERFACE_NODE, &isis_priority_l1_cmd_vtysh);
26154   install_element (RESTRICTED_NODE, &show_ip_bgp_rsclient_summary_cmd_vtysh);
26155   install_element (CONFIG_NODE, &ip_route_mask_cmd_vtysh);
26156   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
26157   install_element (ENABLE_NODE, &clear_ip_bgp_peer_in_cmd_vtysh);
26158   install_element (CONFIG_NODE, &no_debug_ospf6_brouter_area_cmd_vtysh);
26159   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community4_cmd_vtysh);
26160   install_element (CONFIG_NODE, &bgp_config_type_cmd_vtysh);
26161   install_element (BGP_NODE, &aggregate_address_mask_summary_only_cmd_vtysh);
26162   install_element (CONFIG_NODE, &no_nhrp_event_socket_cmd_vtysh);
26163   install_element (VIEW_NODE, &show_ip_as_path_access_list_all_cmd_vtysh);
26164   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_tag_cmd_vtysh);
26165   install_element (INTERFACE_NODE, &ip_ospf_network_cmd_vtysh);
26166   install_element (CONFIG_NODE, &no_ipv6_prefix_list_description_arg_cmd_vtysh);
26167   install_element (ENABLE_NODE, &no_debug_ospf6_lsa_hex_cmd_vtysh);
26168   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_out_cmd_vtysh);
26169   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
26170   install_element (VIEW_NODE, &clear_isis_neighbor_cmd_vtysh);
26171   install_element (OSPF_NODE, &ospf_area_nssa_cmd_vtysh);
26172   install_element (OSPF_NODE, &ospf_redistribute_source_cmd_vtysh);
26173   install_element (BGP_IPV6M_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26174   install_element (VIEW_NODE, &show_ip_bgp_view_rsclient_route_cmd_vtysh);
26175   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity_cmd_vtysh);
26176   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
26177   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_rsclient_route_cmd_vtysh);
26178   install_element (RMAP_NODE, &no_rmap_onmatch_next_cmd_vtysh);
26179   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26180   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community4_exact_cmd_vtysh);
26181   install_element (BGP_ENCAP_NODE, &neighbor_route_server_client_cmd_vtysh);
26182   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
26183   install_element (ISIS_NODE, &is_type_cmd_vtysh);
26184   install_element (CONFIG_NODE, &no_access_list_exact_cmd_vtysh);
26185   install_element (OSPF6_NODE, &ospf6_log_adjacency_changes_cmd_vtysh);
26186   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
26187   install_element (BGP_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26188   install_element (LINK_PARAMS_NODE, &link_params_max_rsv_bw_cmd_vtysh);
26189   install_element (ENABLE_NODE, &no_debug_ospf6_neighbor_detail_cmd_vtysh);
26190   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
26191   install_element (BGP_IPV4_NODE, &neighbor_default_originate_cmd_vtysh);
26192   install_element (ENABLE_NODE, &no_debug_ospf_nsm_sub_cmd_vtysh);
26193   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_prefix_pathtype_cmd_vtysh);
26194   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
26195   install_element (CONFIG_NODE, &no_ipv6_prefix_list_ge_le_cmd_vtysh);
26196   install_element (ENABLE_NODE, &debug_zebra_fpm_cmd_vtysh);
26197   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26198   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity3_cmd_vtysh);
26199   install_element (BGP_ENCAP_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26200   install_element (CONFIG_NODE, &ip_prefix_list_seq_ge_le_cmd_vtysh);
26201   install_element (ENABLE_NODE, &clear_bgp_as_cmd_vtysh);
26202   install_element (OSPF_NODE, &ospf_mpls_te_on_cmd_vtysh);
26203   install_element (BGP_VPNV4_NODE, &no_neighbor_send_community_cmd_vtysh);
26204   install_element (BGP_IPV4_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26205   install_element (RMAP_NODE, &ospf6_routemap_set_forwarding_cmd_vtysh);
26206   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
26207   install_element (BGP_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
26208   install_element (RMAP_NODE, &match_ip_route_source_cmd_vtysh);
26209   install_element (INTERFACE_NODE, &isis_hello_interval_l1_cmd_vtysh);
26210   install_element (RMAP_NODE, &rmap_description_cmd_vtysh);
26211   install_element (CONFIG_NODE, &no_debug_ospf6_spf_database_cmd_vtysh);
26212   install_element (OSPF_NODE, &ospf_network_area_cmd_vtysh);
26213   install_element (BGP_VPNV4_NODE, &neighbor_send_community_type_cmd_vtysh);
26214   install_element (VIEW_NODE, &show_ip_route_summary_cmd_vtysh);
26215   install_element (BGP_IPV4_NODE, &neighbor_set_peer_group_cmd_vtysh);
26216   install_element (LINK_PARAMS_NODE, &link_params_ava_bw_cmd_vtysh);
26217   install_element (RMAP_NODE, &rmap_call_cmd_vtysh);
26218   install_element (VIEW_NODE, &show_ipv6_mbgp_prefix_longer_cmd_vtysh);
26219   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_network_cmd_vtysh);
26220   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_linkstate_id_detail_cmd_vtysh);
26221   install_element (ISIS_NODE, &lsp_gen_interval_l2_cmd_vtysh);
26222   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_route_cmd_vtysh);
26223   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_received_prefix_filter_cmd_vtysh);
26224   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
26225   install_element (OSPF_NODE, &ospf_area_range_cost_cmd_vtysh);
26226   install_element (CONFIG_NODE, &no_access_list_standard_cmd_vtysh);
26227   install_element (RESTRICTED_NODE, &show_ip_bgp_community3_cmd_vtysh);
26228   install_element (RMAP_NODE, &match_tag_cmd_vtysh);
26229   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv4_summary_cmd_vtysh);
26230   install_element (VIEW_NODE, &show_bgp_lcommunity2_cmd_vtysh);
26231   install_element (BGP_VPNV4_NODE, &neighbor_remove_private_as_cmd_vtysh);
26232   install_element (RIP_NODE, &no_rip_default_metric_cmd_vtysh);
26233   install_element (CONFIG_NODE, &no_router_id_cmd_vtysh);
26234   install_element (BGP_NODE, &neighbor_nexthop_self_cmd_vtysh);
26235   install_element (INTERFACE_NODE, &ip_irdp_broadcast_cmd_vtysh);
26236   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_infinite_day_month_cmd_vtysh);
26237   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
26238   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_rmap_cmd_vtysh);
26239   install_element (INTERFACE_NODE, &psnp_interval_l2_cmd_vtysh);
26240   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_cmd_vtysh);
26241   install_element (OSPF_NODE, &no_ospf_default_metric_cmd_vtysh);
26242   install_element (RMAP_NODE, &no_set_ip_nexthop_val_cmd_vtysh);
26243   install_element (OSPF_NODE, &no_ospf_area_vlink_param3_cmd_vtysh);
26244   install_element (CONFIG_NODE, &fpm_remote_ip_cmd_vtysh);
26245   install_element (ENABLE_NODE, &clear_ip_prefix_list_cmd_vtysh);
26246   install_element (RMAP_NODE, &set_ipv6_nexthop_local_cmd_vtysh);
26247   install_element (BGP_IPV4_NODE, &neighbor_activate_cmd_vtysh);
26248   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_route_cmd_vtysh);
26249   install_element (CONFIG_NODE, &ip_as_path_cmd_vtysh);
26250   install_element (BGP_ENCAPV6_NODE, &neighbor_route_server_client_cmd_vtysh);
26251   install_element (BGP_VPNV4_NODE, &neighbor_set_peer_group_cmd_vtysh);
26252   install_element (BGP_NODE, &no_auto_summary_cmd_vtysh);
26253   install_element (ENABLE_NODE, &clear_bgp_as_soft_in_cmd_vtysh);
26254   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity_list_cmd_vtysh);
26255   install_element (VIEW_NODE, &show_bgp_neighbor_routes_cmd_vtysh);
26256   install_element (BGP_IPV4_NODE, &aggregate_address_mask_as_set_summary_cmd_vtysh);
26257   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_self_originated_detail_cmd_vtysh);
26258   install_element (ISIS_NODE, &set_overload_bit_cmd_vtysh);
26259   install_element (BGP_NODE, &old_no_ipv6_bgp_network_cmd_vtysh);
26260   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity_list_cmd_vtysh);
26261   install_element (BGP_ENCAPV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26262   install_element (VIEW_NODE, &show_ip_bgp_flap_prefix_longer_cmd_vtysh);
26263   install_element (VIEW_NODE, &show_bgp_view_ipv4_safi_rsclient_prefix_cmd_vtysh);
26264   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_arg_cmd_vtysh);
26265   install_element (VIEW_NODE, &show_bgp_ipv4_prefix_cmd_vtysh);
26266   install_element (RMAP_NODE, &match_local_pref_cmd_vtysh);
26267   install_element (OSPF_NODE, &ospf_area_vlink_authtype_args_cmd_vtysh);
26268   install_element (ENABLE_NODE, &clear_bgp_external_in_prefix_filter_cmd_vtysh);
26269   install_element (CONFIG_NODE, &debug_isis_spftrigg_cmd_vtysh);
26270   install_element (BGP_VPNV4_NODE, &no_neighbor_send_community_type_cmd_vtysh);
26271   install_element (VIEW_NODE, &show_bgp_ipv4_community3_cmd_vtysh);
26272   install_element (BGP_IPV4_NODE, &bgp_network_mask_route_map_cmd_vtysh);
26273   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_rev_cmd_vtysh);
26274   install_element (ENABLE_NODE, &clear_zebra_fpm_stats_cmd_vtysh);
26275   install_element (BGP_IPV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
26276   install_element (CONFIG_NODE, &no_debug_isis_events_cmd_vtysh);
26277   install_element (OSPF_NODE, &ospf_default_information_originate_cmd_vtysh);
26278   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_prefix_cmd_vtysh);
26279   install_element (VIEW_NODE, &show_ip_nhrp_cmd_vtysh);
26280   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
26281   install_element (BGP_ENCAP_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26282   install_element (BGP_NODE, &no_neighbor_advertise_interval_cmd_vtysh);
26283   install_element (VIEW_NODE, &show_ip_ospf_cmd_vtysh);
26284   install_element (BGP_VPNV6_NODE, &neighbor_route_server_client_cmd_vtysh);
26285   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_month_day_day_month_cmd_vtysh);
26286   install_element (BGP_NODE, &no_bgp_network_mask_route_map_cmd_vtysh);
26287   install_element (INTERFACE_NODE, &no_csnp_interval_arg_cmd_vtysh);
26288   install_element (RMAP_NODE, &no_set_ecommunity_soo_cmd_vtysh);
26289   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
26290   install_element (VIEW_NODE, &show_ip_bgp_rsclient_summary_cmd_vtysh);
26291   install_element (ENABLE_NODE, &clear_bgp_peer_in_prefix_filter_cmd_vtysh);
26292   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_route_cmd_vtysh);
26293   install_element (OSPF_NODE, &ospf_area_import_list_cmd_vtysh);
26294   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv4_safi_rsclient_summary_cmd_vtysh);
26295   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
26296   install_element (CONFIG_NODE, &no_fpm_remote_ip_cmd_vtysh);
26297   install_element (VIEW_NODE, &show_ip_route_addr_vrf_cmd_vtysh);
26298   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26299   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_safi_rsclient_route_cmd_vtysh);
26300   install_element (ISIS_NODE, &no_lsp_gen_interval_cmd_vtysh);
26301   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
26302   install_element (BGP_NODE, &no_bgp_graceful_restart_cmd_vtysh);
26303   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity2_cmd_vtysh);
26304   install_element (ENABLE_NODE, &no_debug_isis_rtevents_cmd_vtysh);
26305   install_element (VIEW_NODE, &show_isis_mpls_te_router_cmd_vtysh);
26306   install_element (INTERFACE_NODE, &ipv6_nd_ra_interval_cmd_vtysh);
26307   install_element (VIEW_NODE, &show_ipv6_ospf6_database_linkstate_id_detail_cmd_vtysh);
26308   install_element (CONFIG_NODE, &no_debug_ospf_packet_send_recv_detail_cmd_vtysh);
26309   install_element (RMAP_NODE, &set_ecommunity_soo_cmd_vtysh);
26310   install_element (VIEW_NODE, &show_debugging_nhrp_cmd_vtysh);
26311   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_le_ge_cmd_vtysh);
26312   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_cmd_vtysh);
26313   install_element (BGP_NODE, &bgp_distance_source_access_list_cmd_vtysh);
26314   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_rtaddr_cmd_vtysh);
26315   install_element (BGP_VPNV4_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26316   install_element (RMAP_NODE, &no_match_ecommunity_cmd_vtysh);
26317   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_cmd_vtysh);
26318   install_element (OSPF_NODE, &ospf_area_vlink_md5_cmd_vtysh);
26319   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_out_cmd_vtysh);
26320   install_element (BGP_IPV4M_NODE, &bgp_network_mask_natural_route_map_cmd_vtysh);
26321   install_element (BGP_NODE, &bgp_deterministic_med_cmd_vtysh);
26322   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_received_routes_cmd_vtysh);
26323   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_cmd_vtysh);
26324   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
26325   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_cmd_vtysh);
26326   install_element (CONFIG_NODE, &no_debug_bgp_zebra_cmd_vtysh);
26327   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance2_cmd_vtysh);
26328   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
26329   install_element (VIEW_NODE, &show_ip_bgp_prefix_longer_cmd_vtysh);
26330   install_element (RMAP_NODE, &no_set_community_delete_cmd_vtysh);
26331   install_element (INTERFACE_NODE, &no_ip_ospf_network_cmd_vtysh);
26332   install_element (CONFIG_NODE, &no_ip_route_mask_cmd_vtysh);
26333   install_element (BGP_NODE, &neighbor_prefix_list_cmd_vtysh);
26334   install_element (ZEBRA_NODE, &redistribute_ospf6_cmd_vtysh);
26335   install_element (ENABLE_NODE, &test_pim_receive_prune_cmd_vtysh);
26336   install_element (VIEW_NODE, &show_ipv6_mbgp_community3_exact_cmd_vtysh);
26337   install_element (VIEW_NODE, &show_bgp_ipv4_community2_cmd_vtysh);
26338   install_element (INTERFACE_NODE, &isis_hello_multiplier_cmd_vtysh);
26339   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_neighbor_advertised_routes_cmd_vtysh);
26340   install_element (VTY_NODE, &no_vty_access_class_cmd_vtysh);
26341   install_element (ENABLE_NODE, &clear_bgp_all_soft_in_cmd_vtysh);
26342   install_element (RESTRICTED_NODE, &show_bgp_ipv6_vpn_prefix_cmd_vtysh);
26343   install_element (OSPF_NODE, &no_ospf_area_vlink_authtype_md5_cmd_vtysh);
26344   install_element (ENABLE_NODE, &debug_isis_rtevents_cmd_vtysh);
26345   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community3_cmd_vtysh);
26346   install_element (VIEW_NODE, &show_bgp_ipv4_rsclient_cmd_vtysh);
26347   install_element (BGP_NODE, &no_bgp_graceful_restart_stalepath_time_cmd_vtysh);
26348   install_element (BGP_VPNV4_NODE, &vpnv4_network_cmd_vtysh);
26349   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26350   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity2_cmd_vtysh);
26351   install_element (INTERFACE_NODE, &ip_rip_send_version_2_cmd_vtysh);
26352   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
26353   install_element (RIP_NODE, &rip_version_cmd_vtysh);
26354   install_element (CONFIG_NODE, &ipv6_route_flags_pref_tag_cmd_vtysh);
26355   install_element (CONFIG_NODE, &no_debug_bgp_nht_cmd_vtysh);
26356   install_element (RMAP_NODE, &set_originator_id_cmd_vtysh);
26357   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
26358   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26359   install_element (BGP_IPV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26360   install_element (OSPF_NODE, &ospf_area_vlink_cmd_vtysh);
26361   install_element (BGP_NODE, &old_ipv6_bgp_network_cmd_vtysh);
26362   install_element (BGP_ENCAPV6_NODE, &no_neighbor_activate_cmd_vtysh);
26363   install_element (CONFIG_NODE, &ip_route_flags_vrf_cmd_vtysh);
26364   install_element (BGP_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
26365   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_as_set_cmd_vtysh);
26366   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_expanded_all_cmd_vtysh);
26367   install_element (RMAP_NODE, &no_set_ipv6_nexthop_global_val_cmd_vtysh);
26368   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_received_prefix_filter_cmd_vtysh);
26369   install_element (OSPF_NODE, &no_ospf_auto_cost_reference_bandwidth_cmd_vtysh);
26370   install_element (CONFIG_NODE, &debug_bgp_keepalive_cmd_vtysh);
26371   install_element (CONFIG_NODE, &ipv6_access_list_any_cmd_vtysh);
26372   install_element (BGP_VPNV4_NODE, &no_neighbor_route_map_cmd_vtysh);
26373   install_element (INTERFACE_NODE, &no_ipv6_ripng_split_horizon_cmd_vtysh);
26374   install_element (CONFIG_NODE, &ipv6_route_ifname_cmd_vtysh);
26375   install_element (CONFIG_NODE, &ipv6_access_list_exact_cmd_vtysh);
26376   install_element (BGP_NODE, &bgp_network_route_map_cmd_vtysh);
26377   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_summary_cmd_vtysh);
26378   install_element (CONFIG_NODE, &ip_prefix_list_le_cmd_vtysh);
26379   install_element (OSPF6_NODE, &no_ospf6_log_adjacency_changes_cmd_vtysh);
26380   install_element (CONFIG_NODE, &debug_isis_err_cmd_vtysh);
26381   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_cmd_vtysh);
26382   install_element (BGP_NODE, &no_bgp_network_mask_natural_backdoor_cmd_vtysh);
26383   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_soft_cmd_vtysh);
26384   install_element (ENABLE_NODE, &debug_isis_snp_cmd_vtysh);
26385   install_element (OSPF_NODE, &ospf_area_vlink_param2_cmd_vtysh);
26386   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26387   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_summary_only_cmd_vtysh);
26388   install_element (ENABLE_NODE, &undebug_pim_events_cmd_vtysh);
26389   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_soft_out_cmd_vtysh);
26390   install_element (ISIS_NODE, &no_max_lsp_lifetime_l1_arg_cmd_vtysh);
26391   install_element (BGP_NODE, &old_no_ipv6_aggregate_address_summary_only_cmd_vtysh);
26392   install_element (BGP_NODE, &no_neighbor_distribute_list_cmd_vtysh);
26393   install_element (BGP_NODE, &no_neighbor_route_map_cmd_vtysh);
26394   install_element (OSPF6_NODE, &no_ospf6_log_adjacency_changes_detail_cmd_vtysh);
26395   install_element (BGP_NODE, &neighbor_distribute_list_cmd_vtysh);
26396   install_element (RMAP_NODE, &match_ip_address_prefix_list_cmd_vtysh);
26397   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_soft_out_cmd_vtysh);
26398   install_element (RMAP_NODE, &match_ip_route_source_prefix_list_cmd_vtysh);
26399   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
26400   install_element (ENABLE_NODE, &no_debug_ospf6_zebra_sendrecv_cmd_vtysh);
26401   install_element (ENABLE_NODE, &debug_zebra_events_cmd_vtysh);
26402   install_element (INTERFACE_NODE, &ip_ospf_authentication_addr_cmd_vtysh);
26403   install_element (OSPF_NODE, &ospf_area_nssa_translate_cmd_vtysh);
26404   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
26405   install_element (BGP_NODE, &bgp_bestpath_aspath_ignore_cmd_vtysh);
26406   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity_cmd_vtysh);
26407   install_element (VIEW_NODE, &show_ip_lcommunity_list_cmd_vtysh);
26408   install_element (CONFIG_NODE, &no_ip_community_list_standard_cmd_vtysh);
26409   install_element (OSPF_NODE, &ospf_neighbor_cmd_vtysh);
26410   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_summary_cmd_vtysh);
26411   install_element (ENABLE_NODE, &clear_ip_bgp_all_cmd_vtysh);
26412   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity_list_cmd_vtysh);
26413   install_element (VIEW_NODE, &show_ipv6_ospf6_route_detail_cmd_vtysh);
26414   install_element (RESTRICTED_NODE, &show_bgp_neighbors_peer_cmd_vtysh);
26415   install_element (BGP_IPV4M_NODE, &bgp_damp_unset2_cmd_vtysh);
26416   install_element (ENABLE_NODE, &no_debug_bgp_fsm_cmd_vtysh);
26417   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_in_cmd_vtysh);
26418   install_element (BGP_ENCAP_NODE, &encap_network_cmd_vtysh);
26419   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
26420   install_element (ENABLE_NODE, &debug_ospf_zebra_sub_cmd_vtysh);
26421   install_element (RESTRICTED_NODE, &show_bgp_lcommunity_cmd_vtysh);
26422   install_element (BGP_NODE, &bgp_cluster_id32_cmd_vtysh);
26423   install_element (OSPF_NODE, &no_ospf_area_default_cost_cmd_vtysh);
26424   install_element (OSPF_NODE, &ospf_refresh_timer_cmd_vtysh);
26425   install_element (VIEW_NODE, &show_ip_rpf_addr_cmd_vtysh);
26426   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
26427   install_element (CONFIG_NODE, &no_ip_route_flags2_tag_vrf_cmd_vtysh);
26428   install_element (CONFIG_NODE, &no_ip_community_list_expanded_cmd_vtysh);
26429   install_element (BGP_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26430   install_element (RIPNG_NODE, &ripng_default_information_originate_cmd_vtysh);
26431   install_element (VIEW_NODE, &show_ipv6_mbgp_filter_list_cmd_vtysh);
26432   install_element (CONFIG_NODE, &no_debug_zebra_kernel_cmd_vtysh);
26433   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_vrf_cmd_vtysh);
26434   install_element (ENABLE_NODE, &debug_ospf6_brouter_router_cmd_vtysh);
26435   install_element (VIEW_NODE, &show_ipv6_bgp_summary_cmd_vtysh);
26436   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
26437   install_element (RMAP_NODE, &no_set_ecommunity_rt_cmd_vtysh);
26438   install_element (CONFIG_NODE, &debug_bgp_update_direct_cmd_vtysh);
26439   install_element (BGP_NODE, &neighbor_disable_connected_check_cmd_vtysh);
26440   install_element (ENABLE_NODE, &no_debug_rip_events_cmd_vtysh);
26441   install_element (RMAP_NODE, &no_match_local_pref_val_cmd_vtysh);
26442   install_element (CONFIG_NODE, &debug_ospf_nsm_sub_cmd_vtysh);
26443   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
26444   install_element (ENABLE_NODE, &no_debug_ospf_lsa_cmd_vtysh);
26445   install_element (CONFIG_NODE, &debug_ospf6_brouter_area_cmd_vtysh);
26446   install_element (ENABLE_NODE, &no_debug_zebra_rib_cmd_vtysh);
26447   install_element (CONFIG_NODE, &ip_community_list_name_standard2_cmd_vtysh);
26448   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
26449   install_element (ENABLE_NODE, &debug_ospf6_message_cmd_vtysh);
26450   install_element (CONFIG_NODE, &ip_route_flags2_vrf_cmd_vtysh);
26451   install_element (VIEW_NODE, &show_ip_bgp_prefix_pathtype_cmd_vtysh);
26452   install_element (ENABLE_NODE, &no_debug_ospf6_abr_cmd_vtysh);
26453   install_element (BGP_NODE, &bgp_always_compare_med_cmd_vtysh);
26454   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_out_cmd_vtysh);
26455   install_element (ENABLE_NODE, &no_debug_bgp_update_cmd_vtysh);
26456   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance_source_cmd_vtysh);
26457   install_element (VIEW_NODE, &show_bgp_ipv6_encap_neighbor_routes_cmd_vtysh);
26458   install_element (CONFIG_NODE, &access_list_standard_host_cmd_vtysh);
26459   install_element (RESTRICTED_NODE, &show_ip_bgp_view_rsclient_route_cmd_vtysh);
26460   install_element (RMAP_NODE, &no_set_ecommunity_rt_val_cmd_vtysh);
26461   install_element (ENABLE_NODE, &clear_bgp_peer_soft_cmd_vtysh);
26462   install_element (RMAP_NODE, &no_set_community_cmd_vtysh);
26463   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_rmap_metric_cmd_vtysh);
26464   install_element (CONFIG_NODE, &no_access_list_standard_host_cmd_vtysh);
26465   install_element (VIEW_NODE, &show_isis_interface_cmd_vtysh);
26466   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity_cmd_vtysh);
26467   install_element (OSPF_NODE, &no_ospf_distribute_list_out_cmd_vtysh);
26468   install_element (ENABLE_NODE, &undebug_pim_cmd_vtysh);
26469   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
26470   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity3_cmd_vtysh);
26471   install_element (BGP_IPV4_NODE, &no_aggregate_address_summary_as_set_cmd_vtysh);
26472   install_element (INTERFACE_NODE, &isis_hello_multiplier_l2_cmd_vtysh);
26473   install_element (RMAP_NODE, &set_community_delete_cmd_vtysh);
26474   install_element (RMAP_NODE, &no_match_origin_cmd_vtysh);
26475   install_element (VIEW_NODE, &show_ip_ospf_neighbor_detail_cmd_vtysh);
26476   install_element (CONFIG_NODE, &ip_route_mask_tag_distance_cmd_vtysh);
26477   install_element (CONFIG_NODE, &no_ip_route_flags_distance_cmd_vtysh);
26478   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
26479   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
26480   install_element (ENABLE_NODE, &no_debug_nhrp_cmd_vtysh);
26481   install_element (INTERFACE_NODE, &no_psnp_interval_cmd_vtysh);
26482   install_element (BGP_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26483   install_element (VIEW_NODE, &show_ip_prefix_list_name_cmd_vtysh);
26484   install_element (INTERFACE_NODE, &no_ip_rip_authentication_key_chain2_cmd_vtysh);
26485   install_element (VIEW_NODE, &show_bgp_ipv4_community_exact_cmd_vtysh);
26486   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_vrf_cmd_vtysh);
26487   install_element (VIEW_NODE, &show_ip_bgp_flap_cidr_only_cmd_vtysh);
26488   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_soft_out_cmd_vtysh);
26489   install_element (INTERFACE_NODE, &no_isis_passwd_arg_cmd_vtysh);
26490   install_element (VIEW_NODE, &show_ip_pim_dr_cmd_vtysh);
26491   install_element (INTERFACE_NODE, &no_ip_ospf_cost_cmd_vtysh);
26492   install_element (VIEW_NODE, &show_ipv6_ospf6_cmd_vtysh);
26493   install_element (ENABLE_NODE, &debug_ospf6_neighbor_detail_cmd_vtysh);
26494   install_element (CONFIG_NODE, &no_router_ospf_cmd_vtysh);
26495   install_element (BGP_NODE, &neighbor_dont_capability_negotiate_cmd_vtysh);
26496   install_element (ENABLE_NODE, &clear_ip_bgp_external_in_cmd_vtysh);
26497   install_element (CONFIG_NODE, &ip_lcommunity_list_name_standard2_cmd_vtysh);
26498   install_element (CONFIG_NODE, &ip_extcommunity_list_standard_cmd_vtysh);
26499   install_element (INTERFACE_NODE, &no_ospf_cost_u32_cmd_vtysh);
26500   install_element (CONFIG_NODE, &debug_ospf6_route_cmd_vtysh);
26501   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_standard_all_cmd_vtysh);
26502   install_element (BGP_ENCAPV6_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
26503   install_element (BGP_IPV6M_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
26504   install_element (BGP_ENCAPV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
26505   install_element (INTERFACE_NODE, &ipv6_ospf6_transmitdelay_cmd_vtysh);
26506   install_element (BGP_NODE, &no_neighbor_update_source_cmd_vtysh);
26507   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_prefix_list_cmd_vtysh);
26508   install_element (RESTRICTED_NODE, &show_bgp_view_ipv4_safi_rsclient_route_cmd_vtysh);
26509   install_element (ENABLE_NODE, &undebug_bgp_nht_cmd_vtysh);
26510   install_element (INTERFACE_NODE, &no_ip_ospf_hello_interval_seconds_cmd_vtysh);
26511   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26512   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_day_month_day_month_cmd_vtysh);
26513   install_element (VIEW_NODE, &show_ip_rpf_vrf_cmd_vtysh);
26514   install_element (BGP_IPV4M_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
26515   install_element (ENABLE_NODE, &test_pim_receive_dump_cmd_vtysh);
26516   install_element (BGP_IPV4_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
26517   install_element (OSPF6_NODE, &ospf6_redistribute_routemap_cmd_vtysh);
26518   install_element (BGP_IPV4_NODE, &no_neighbor_default_originate_cmd_vtysh);
26519   install_element (CONFIG_NODE, &service_advanced_vty_cmd_vtysh);
26520   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_flap_cmd_vtysh);
26521   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_detail_cmd_vtysh);
26522   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_prefix_cmd_vtysh);
26523   install_element (BGP_IPV4_NODE, &bgp_damp_set3_cmd_vtysh);
26524   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity2_cmd_vtysh);
26525   install_element (BGP_ENCAP_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26526   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26527   install_element (INTERFACE_NODE, &no_isis_metric_l2_cmd_vtysh);
26528   install_element (INTERFACE_NODE, &if_nhrp_holdtime_cmd_vtysh);
26529   install_element (ISIS_NODE, &lsp_gen_interval_l1_cmd_vtysh);
26530   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_external_inter_cmd_vtysh);
26531   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_list_cmd_vtysh);
26532   install_element (BGP_IPV4M_NODE, &neighbor_set_peer_group_cmd_vtysh);
26533   install_element (INTERFACE_NODE, &no_ospf_network_cmd_vtysh);
26534   install_element (VIEW_NODE, &show_bgp_view_neighbor_routes_cmd_vtysh);
26535   install_element (INTERFACE_NODE, &ipv6_address_cmd_vtysh);
26536   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26537   install_element (RMAP_NODE, &set_weight_cmd_vtysh);
26538   install_element (BGP_IPV4_NODE, &aggregate_address_mask_as_set_cmd_vtysh);
26539   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26540   install_element (INTERFACE_NODE, &ospf_transmit_delay_cmd_vtysh);
26541   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_tag_cmd_vtysh);
26542   install_element (INTERFACE_NODE, &ip_ospf_authentication_key_cmd_vtysh);
26543   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_list_exact_cmd_vtysh);
26544   install_element (BGP_IPV4M_NODE, &no_bgp_network_route_map_cmd_vtysh);
26545   install_element (VIEW_NODE, &show_ipv6_bgp_cmd_vtysh);
26546   install_element (INTERFACE_NODE, &ipv6_nd_prefix_prefix_cmd_vtysh);
26547   install_element (ENABLE_NODE, &clear_ip_bgp_peer_cmd_vtysh);
26548   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity3_cmd_vtysh);
26549   install_element (BGP_IPV4M_NODE, &aggregate_address_as_set_summary_cmd_vtysh);
26550   install_element (CONFIG_NODE, &no_ip_community_list_name_expanded_cmd_vtysh);
26551   install_element (CONFIG_NODE, &no_access_list_standard_nomask_cmd_vtysh);
26552   install_element (ENABLE_NODE, &undebug_bgp_filter_cmd_vtysh);
26553   install_element (CONFIG_NODE, &no_ip_route_flags2_cmd_vtysh);
26554   install_element (RIP_NODE, &rip_default_metric_cmd_vtysh);
26555   install_element (VIEW_NODE, &show_bgp_ipv4_community4_cmd_vtysh);
26556   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rsclient_prefix_cmd_vtysh);
26557   install_element (CONFIG_NODE, &no_access_list_extended_cmd_vtysh);
26558   install_element (VIEW_NODE, &show_ip_rip_cmd_vtysh);
26559   install_element (BGP_NODE, &no_bgp_network_mask_natural_route_map_cmd_vtysh);
26560   install_element (OSPF_NODE, &no_ospf_neighbor_priority_cmd_vtysh);
26561   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
26562   install_element (VIEW_NODE, &show_ip_bgp_view_neighbor_received_routes_cmd_vtysh);
26563   install_element (RIP_NODE, &no_rip_redistribute_type_metric_cmd_vtysh);
26564   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_routes_cmd_vtysh);
26565   install_element (ENABLE_NODE, &debug_rip_packet_direct_cmd_vtysh);
26566   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rd_route_cmd_vtysh);
26567   install_element (OSPF_NODE, &no_ospf_neighbor_poll_interval_cmd_vtysh);
26568   install_element (VIEW_NODE, &show_ipv6_ospf6_database_detail_cmd_vtysh);
26569   install_element (CONFIG_NODE, &ip_route_mask_flags2_cmd_vtysh);
26570   install_element (ISIS_NODE, &lsp_refresh_interval_l2_cmd_vtysh);
26571   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_neighbors_peer_cmd_vtysh);
26572   install_element (BGP_NODE, &no_neighbor_timers_connect_val_cmd_vtysh);
26573   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
26574   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
26575   install_element (RMAP_NODE, &set_community_cmd_vtysh);
26576   install_element (BGP_ENCAPV6_NODE, &neighbor_activate_cmd_vtysh);
26577   install_element (CONFIG_NODE, &ip_prefix_list_cmd_vtysh);
26578   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_soft_in_cmd_vtysh);
26579   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_ge_cmd_vtysh);
26580   install_element (ENABLE_NODE, &clear_ip_bgp_peer_rsclient_cmd_vtysh);
26581   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity_cmd_vtysh);
26582   install_element (CONFIG_NODE, &ip_route_mask_flags_vrf_cmd_vtysh);
26583   install_element (ENABLE_NODE, &no_debug_ospf6_brouter_area_cmd_vtysh);
26584   install_element (CONFIG_NODE, &no_ipv6_access_list_all_cmd_vtysh);
26585   install_element (BGP_NODE, &bgp_cluster_id_cmd_vtysh);
26586   install_element (CONFIG_NODE, &no_ip_lcommunity_list_expanded_all_cmd_vtysh);
26587   install_element (ENABLE_NODE, &debug_zebra_nht_cmd_vtysh);
26588   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_soft_in_cmd_vtysh);
26589   install_element (ENABLE_NODE, &debug_isis_err_cmd_vtysh);
26590   install_element (BGP_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
26591   install_element (ENABLE_NODE, &clear_bgp_peer_group_in_prefix_filter_cmd_vtysh);
26592   install_element (RESTRICTED_NODE, &show_bgp_instance_neighbors_peer_cmd_vtysh);
26593   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity3_cmd_vtysh);
26594   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity2_cmd_vtysh);
26595   install_element (VIEW_NODE, &show_ip_route_supernets_vrf_cmd_vtysh);
26596   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_in_prefix_filter_cmd_vtysh);
26597   install_element (CONFIG_NODE, &no_ip_route_mask_tag_distance_cmd_vtysh);
26598   install_element (CONFIG_NODE, &no_ipv6_access_list_exact_cmd_vtysh);
26599   install_element (INTERFACE_NODE, &if_nhrp_flags_cmd_vtysh);
26600   install_element (RESTRICTED_NODE, &show_ip_bgp_rsclient_prefix_cmd_vtysh);
26601   install_element (INTERFACE_NODE, &no_ip_irdp_shutdown_cmd_vtysh);
26602   install_element (CONFIG_NODE, &no_ipv6_prefix_list_description_cmd_vtysh);
26603   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26604   install_element (INTERFACE_NODE, &ip_ospf_authentication_key_addr_cmd_vtysh);
26605   install_element (BGP_NODE, &no_neighbor_passive_cmd_vtysh);
26606   install_element (INTERFACE_NODE, &ip_ospf_transmit_delay_addr_cmd_vtysh);
26607   install_element (VIEW_NODE, &show_ipv6_route_vrf_cmd_vtysh);
26608   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_linkstate_id_detail_cmd_vtysh);
26609   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_soft_in_cmd_vtysh);
26610   install_element (ENABLE_NODE, &debug_pim_trace_cmd_vtysh);
26611   install_element (BGP_NODE, &no_bgp_enforce_first_as_cmd_vtysh);
26612   install_element (ENABLE_NODE, &debug_isis_events_cmd_vtysh);
26613   install_element (INTERFACE_NODE, &ipv6_ospf6_passive_cmd_vtysh);
26614   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26615   install_element (CONFIG_NODE, &no_ip_prefix_list_le_cmd_vtysh);
26616   install_element (ISIS_NODE, &no_isis_redistribute_cmd_vtysh);
26617   install_element (ENABLE_NODE, &debug_isis_spfstats_cmd_vtysh);
26618   install_element (RMAP_NODE, &no_match_ecommunity_val_cmd_vtysh);
26619   install_element (BGP_IPV4M_NODE, &bgp_damp_unset_cmd_vtysh);
26620   install_element (RMAP_NODE, &no_set_metric_val_cmd_vtysh);
26621   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26622   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_route_cmd_vtysh);
26623   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_cmd_vtysh);
26624   install_element (VIEW_NODE, &show_ip_bgp_community_all_cmd_vtysh);
26625   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_tag_vrf_cmd_vtysh);
26626   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity_cmd_vtysh);
26627   install_element (ENABLE_NODE, &debug_bgp_normal_cmd_vtysh);
26628   install_element (VIEW_NODE, &show_bgp_view_neighbor_flap_cmd_vtysh);
26629   install_element (BGP_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26630   install_element (INTERFACE_NODE, &psnp_interval_l1_cmd_vtysh);
26631   install_element (BGP_NODE, &bgp_network_mask_route_map_cmd_vtysh);
26632   install_element (RIP_NODE, &no_rip_distance_cmd_vtysh);
26633   install_element (VIEW_NODE, &show_ipv6_ospf6_database_self_originated_detail_cmd_vtysh);
26634   install_element (CONFIG_NODE, &debug_isis_lupd_cmd_vtysh);
26635   install_element (INTERFACE_NODE, &interface_ip_igmp_join_cmd_vtysh);
26636   install_element (BGP_ENCAPV6_NODE, &neighbor_allowas_in_cmd_vtysh);
26637   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
26638   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
26639   install_element (BGP_NODE, &bgp_distance_source_cmd_vtysh);
26640   install_element (ENABLE_NODE, &no_debug_bgp_as4_segment_cmd_vtysh);
26641   install_element (OSPF_NODE, &no_router_ospf_id_cmd_vtysh);
26642   install_element (BGP_IPV4M_NODE, &neighbor_send_community_type_cmd_vtysh);
26643   install_element (OSPF_NODE, &no_ospf_network_area_cmd_vtysh);
26644   install_element (CONFIG_NODE, &debug_isis_adj_cmd_vtysh);
26645   install_element (INTERFACE_NODE, &ip_ospf_mtu_ignore_addr_cmd_vtysh);
26646   install_element (ENABLE_NODE, &clear_ip_prefix_list_name_cmd_vtysh);
26647   install_element (ENABLE_NODE, &debug_igmp_cmd_vtysh);
26648   install_element (BGP_ENCAP_NODE, &no_neighbor_send_community_cmd_vtysh);
26649   install_element (BGP_ENCAPV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26650   install_element (ENABLE_NODE, &no_debug_isis_spftrigg_cmd_vtysh);
26651   install_element (CONFIG_NODE, &no_debug_ospf6_neighbor_detail_cmd_vtysh);
26652   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_rtaddr_cmd_vtysh);
26653   install_element (BGP_IPV6_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
26654   install_element (BGP_IPV6M_NODE, &neighbor_nexthop_self_cmd_vtysh);
26655   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community2_exact_cmd_vtysh);
26656   install_element (VIEW_NODE, &show_ipv6_route_prefix_longer_cmd_vtysh);
26657   install_element (OSPF6_NODE, &ospf6_distance_source_cmd_vtysh);
26658   install_element (ENABLE_NODE, &clear_bgp_as_in_prefix_filter_cmd_vtysh);
26659   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity2_cmd_vtysh);
26660   install_element (ENABLE_NODE, &debug_zebra_kernel_cmd_vtysh);
26661   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_cidr_only_cmd_vtysh);
26662   install_element (BGP_NODE, &bgp_confederation_peers_cmd_vtysh);
26663   install_element (BGP_IPV6M_NODE, &neighbor_prefix_list_cmd_vtysh);
26664   install_element (VIEW_NODE, &show_ip_bgp_community2_cmd_vtysh);
26665   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity_all_cmd_vtysh);
26666   install_element (ENABLE_NODE, &undebug_bgp_allow_martians_cmd_vtysh);
26667   install_element (CONFIG_NODE, &no_ip_route_flags_cmd_vtysh);
26668   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity_all_cmd_vtysh);
26669   install_element (BGP_IPV4M_NODE, &bgp_network_cmd_vtysh);
26670   install_element (BGP_NODE, &no_bgp_bestpath_aspath_ignore_cmd_vtysh);
26671   install_element (CONFIG_NODE, &no_router_isis_cmd_vtysh);
26672   install_element (BGP_IPV4M_NODE, &neighbor_allowas_in_cmd_vtysh);
26673   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_cmd_vtysh);
26674   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_summary_cmd_vtysh);
26675   install_element (CONFIG_NODE, &debug_isis_spfevents_cmd_vtysh);
26676   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_soft_cmd_vtysh);
26677   install_element (INTERFACE_NODE, &if_no_nhrp_mtu_cmd_vtysh);
26678   install_element (VIEW_NODE, &show_ipv6_mbgp_prefix_cmd_vtysh);
26679   install_element (INTERFACE_NODE, &no_psnp_interval_l2_cmd_vtysh);
26680   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_cmd_vtysh);
26681   install_element (CONFIG_NODE, &no_debug_isis_snp_cmd_vtysh);
26682   install_element (BGP_NODE, &no_neighbor_peer_group_remote_as_cmd_vtysh);
26683   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_preference_val_cmd_vtysh);
26684   install_element (VIEW_NODE, &show_ip_bgp_ipv4_filter_list_cmd_vtysh);
26685   install_element (CONFIG_NODE, &no_ip_route_distance_cmd_vtysh);
26686   install_element (INTERFACE_NODE, &no_ip_address_label_cmd_vtysh);
26687   install_element (VIEW_NODE, &show_ipv6_ospf6_database_self_originated_cmd_vtysh);
26688   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_cmd_vtysh);
26689   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity_all_cmd_vtysh);
26690   install_element (INTERFACE_NODE, &no_ospf_authentication_key_cmd_vtysh);
26691   install_element (BGP_NODE, &aggregate_address_cmd_vtysh);
26692   install_element (BGP_IPV4M_NODE, &no_bgp_network_cmd_vtysh);
26693   install_element (VIEW_NODE, &show_bgp_route_map_cmd_vtysh);
26694   install_element (VIEW_NODE, &show_ip_bgp_lcommunity3_cmd_vtysh);
26695   install_element (ENABLE_NODE, &debug_ospf_ism_sub_cmd_vtysh);
26696   install_element (INTERFACE_NODE, &ip_irdp_debug_disable_cmd_vtysh);
26697   install_element (OSPF6_NODE, &no_ospf6_stub_router_admin_cmd_vtysh);
26698   install_element (RIP_NODE, &no_rip_version_cmd_vtysh);
26699   install_element (RIPNG_NODE, &ripng_default_metric_cmd_vtysh);
26700   install_element (BGP_NODE, &bgp_network_mask_natural_cmd_vtysh);
26701   install_element (BGP_NODE, &bgp_bestpath_med_cmd_vtysh);
26702   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
26703   install_element (CONFIG_NODE, &no_debug_isis_csum_cmd_vtysh);
26704   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_out_cmd_vtysh);
26705   install_element (ENABLE_NODE, &show_ip_access_list_name_cmd_vtysh);
26706   install_element (RMAP_NODE, &no_match_aspath_val_cmd_vtysh);
26707   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community2_cmd_vtysh);
26708   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_neighbor_routes_cmd_vtysh);
26709   install_element (BGP_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26710   install_element (CONFIG_NODE, &debug_ospf6_neighbor_detail_cmd_vtysh);
26711   install_element (VIEW_NODE, &show_ip_route_prefix_vrf_cmd_vtysh);
26712   install_element (BGP_ENCAP_NODE, &neighbor_remove_private_as_cmd_vtysh);
26713   install_element (VIEW_NODE, &show_ip_bgp_community_info_cmd_vtysh);
26714   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_cmd_vtysh);
26715   install_element (INTERFACE_NODE, &no_ip_rip_authentication_key_chain_cmd_vtysh);
26716   install_element (BGP_NODE, &bgp_damp_set_cmd_vtysh);
26717   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_noauto_cmd_vtysh);
26718   install_element (CONFIG_NODE, &undebug_igmp_cmd_vtysh);
26719   install_element (RMAP_NODE, &no_match_pathlimit_as_val_cmd_vtysh);
26720   install_element (BGP_NODE, &no_neighbor_default_originate_cmd_vtysh);
26721   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_exact_cmd_vtysh);
26722   install_element (CONFIG_NODE, &debug_ospf6_message_sendrecv_cmd_vtysh);
26723   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26724   install_element (INTERFACE_NODE, &no_ip_ospf_dead_interval_cmd_vtysh);
26725   install_element (INTERFACE_NODE, &if_no_nhrp_nhs_cmd_vtysh);
26726   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_in_cmd_vtysh);
26727   install_element (CONFIG_NODE, &undebug_pim_trace_cmd_vtysh);
26728   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_metric_rmap_cmd_vtysh);
26729   install_element (ENABLE_NODE, &debug_ospf6_brouter_area_cmd_vtysh);
26730   install_element (ISIS_NODE, &lsp_gen_interval_cmd_vtysh);
26731   install_element (ENABLE_NODE, &no_debug_ospf_te_cmd_vtysh);
26732   install_element (VIEW_NODE, &show_bgp_summary_1w_cmd_vtysh);
26733   install_element (VIEW_NODE, &show_bgp_community3_exact_cmd_vtysh);
26734   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
26735   install_element (BGP_IPV6_NODE, &no_ipv6_aggregate_address_summary_only_cmd_vtysh);
26736   install_element (CONFIG_NODE, &ip_route_flags_tag_distance_vrf_cmd_vtysh);
26737   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_soft_out_cmd_vtysh);
26738   install_element (VIEW_NODE, &show_ip_bgp_dampened_paths_cmd_vtysh);
26739   install_element (BGP_IPV6_NODE, &no_neighbor_send_community_cmd_vtysh);
26740   install_element (VIEW_NODE, &show_ip_pim_assert_internal_cmd_vtysh);
26741   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity_list_cmd_vtysh);
26742   install_element (BGP_IPV4_NODE, &bgp_network_route_map_cmd_vtysh);
26743   install_element (CONFIG_NODE, &no_ipv6_route_pref_vrf_cmd_vtysh);
26744   install_element (OSPF6_NODE, &no_area_filter_list_cmd_vtysh);
26745   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_prefix_cmd_vtysh);
26746   install_element (INTERFACE_NODE, &no_ipv6_nd_adv_interval_config_option_cmd_vtysh);
26747   install_element (RMAP_NODE, &rmap_onmatch_next_cmd_vtysh);
26748   install_element (INTERFACE_NODE, &no_ip_rip_send_version_num_cmd_vtysh);
26749   install_element (BGP_IPV6_NODE, &neighbor_route_server_client_cmd_vtysh);
26750   install_element (LINK_PARAMS_NODE, &no_link_params_use_bw_cmd_vtysh);
26751   install_element (ENABLE_NODE, &debug_isis_adj_cmd_vtysh);
26752   install_element (RMAP_NODE, &no_set_ipv6_nexthop_global_cmd_vtysh);
26753   install_element (BGP_IPV4_NODE, &bgp_network_mask_natural_route_map_cmd_vtysh);
26754   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_rsclient_cmd_vtysh);
26755   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_nortaddr_cmd_vtysh);
26756   install_element (CONFIG_NODE, &no_ipv6_route_vrf_cmd_vtysh);
26757   install_element (VIEW_NODE, &show_bgp_rsclient_prefix_cmd_vtysh);
26758   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_cmd_vtysh);
26759   install_element (ENABLE_NODE, &clear_bgp_peer_cmd_vtysh);
26760   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community2_exact_cmd_vtysh);
26761   install_element (VIEW_NODE, &show_ip_prefix_list_prefix_longer_cmd_vtysh);
26762   install_element (ENABLE_NODE, &debug_zebra_rib_q_cmd_vtysh);
26763   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_route_cmd_vtysh);
26764   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_soft_in_cmd_vtysh);
26765   install_element (ENABLE_NODE, &clear_ip_bgp_instance_peer_rsclient_cmd_vtysh);
26766   install_element (VIEW_NODE, &show_bgp_lcommunity4_cmd_vtysh);
26767   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
26768   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_in_prefix_filter_cmd_vtysh);
26769   install_element (ENABLE_NODE, &clear_ipv6_prefix_list_name_cmd_vtysh);
26770   install_element (VIEW_NODE, &show_ip_bgp_attr_info_cmd_vtysh);
26771   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_tag_vrf_cmd_vtysh);
26772   install_element (ENABLE_NODE, &clear_bgp_peer_group_cmd_vtysh);
26773   install_element (VIEW_NODE, &show_ipv6_bgp_community2_cmd_vtysh);
26774   install_element (CONFIG_NODE, &no_debug_ospf6_lsa_hex_detail_cmd_vtysh);
26775   install_element (VIEW_NODE, &show_bgp_ipv4_encap_route_cmd_vtysh);
26776   install_element (VIEW_NODE, &show_bgp_ipv6_community_all_cmd_vtysh);
26777   install_element (ENABLE_NODE, &no_debug_bgp_allow_martians_cmd_vtysh);
26778   install_element (VIEW_NODE, &show_bgp_view_afi_safi_route_cmd_vtysh);
26779   install_element (BGP_NODE, &aggregate_address_as_set_cmd_vtysh);
26780   install_element (CONFIG_NODE, &debug_zebra_packet_detail_cmd_vtysh);
26781   install_element (BGP_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
26782   install_element (OSPF_NODE, &no_ospf_passive_interface_default_cmd_vtysh);
26783   install_element (CONFIG_NODE, &debug_ospf6_zebra_sendrecv_cmd_vtysh);
26784   install_element (INTERFACE_NODE, &ipv6_nd_mtu_cmd_vtysh);
26785   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
26786   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_route_pathtype_cmd_vtysh);
26787   install_element (BGP_IPV4M_NODE, &neighbor_nexthop_self_cmd_vtysh);
26788   install_element (BGP_VPNV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
26789   install_element (BGP_IPV4M_NODE, &no_neighbor_send_community_cmd_vtysh);
26790   install_element (VIEW_NODE, &show_bgp_ipv6_safi_filter_list_cmd_vtysh);
26791   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community4_cmd_vtysh);
26792   install_element (ENABLE_NODE, &no_debug_bgp_events_cmd_vtysh);
26793   install_element (INTERFACE_NODE, &isis_passwd_cmd_vtysh);
26794   install_element (BGP_IPV6M_NODE, &no_neighbor_filter_list_cmd_vtysh);
26795   install_element (ENABLE_NODE, &clear_ip_bgp_as_soft_in_cmd_vtysh);
26796   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbors_cmd_vtysh);
26797   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community3_exact_cmd_vtysh);
26798   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_prefix_cmd_vtysh);
26799   install_element (INTERFACE_NODE, &interface_ip_igmp_query_max_response_time_dsec_cmd_vtysh);
26800   install_element (VIEW_NODE, &show_bgp_view_prefix_cmd_vtysh);
26801   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_in_cmd_vtysh);
26802   install_element (CONFIG_NODE, &no_debug_zebra_nht_cmd_vtysh);
26803   install_element (CONFIG_NODE, &no_ip_lcommunity_list_standard_cmd_vtysh);
26804   install_element (VIEW_NODE, &show_ipv6_route_addr_vrf_cmd_vtysh);
26805   install_element (ISIS_NODE, &no_max_lsp_lifetime_cmd_vtysh);
26806   install_element (VIEW_NODE, &show_bgp_ipv6_safi_cmd_vtysh);
26807   install_element (OSPF_NODE, &ospf_area_nssa_translate_no_summary_cmd_vtysh);
26808   install_element (RMAP_NODE, &no_match_ip_route_source_prefix_list_cmd_vtysh);
26809   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity_list_cmd_vtysh);
26810   install_element (RESTRICTED_NODE, &show_bgp_route_cmd_vtysh);
26811   install_element (INTERFACE_NODE, &no_isis_metric_l2_arg_cmd_vtysh);
26812   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26813   install_element (CONFIG_NODE, &no_debug_ripng_packet_direct_cmd_vtysh);
26814   install_element (BGP_ENCAP_NODE, &neighbor_filter_list_cmd_vtysh);
26815   install_element (ENABLE_NODE, &clear_ip_bgp_peer_in_prefix_filter_cmd_vtysh);
26816   install_element (VIEW_NODE, &show_ipv6_mbgp_prefix_list_cmd_vtysh);
26817   install_element (INTERFACE_NODE, &interface_no_ip_igmp_query_max_response_time_cmd_vtysh);
26818   install_element (OSPF_NODE, &ospf_mpls_te_inter_as_area_cmd_vtysh);
26819   install_element (BGP_ENCAPV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
26820   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance_cmd_vtysh);
26821   install_element (INTERFACE_NODE, &ip_ospf_area_cmd_vtysh);
26822   install_element (ENABLE_NODE, &no_debug_zebra_kernel_cmd_vtysh);
26823   install_element (ENABLE_NODE, &debug_bgp_filter_cmd_vtysh);
26824   install_element (BGP_NODE, &no_bgp_default_local_preference_val_cmd_vtysh);
26825   install_element (ENABLE_NODE, &show_bgp_statistics_vpnv4_cmd_vtysh);
26826   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26827   install_element (RMAP_NODE, &no_match_ip_route_source_prefix_list_val_cmd_vtysh);
26828   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
26829   install_element (BGP_NODE, &bgp_client_to_client_reflection_cmd_vtysh);
26830   install_element (OSPF_NODE, &pce_address_cmd_vtysh);
26831   install_element (RMAP_NODE, &ospf6_routemap_no_set_metric_type_cmd_vtysh);
26832   install_element (OSPF_NODE, &ospf_area_authentication_message_digest_cmd_vtysh);
26833   install_element (INTERFACE_NODE, &ospf_retransmit_interval_cmd_vtysh);
26834   install_element (ENABLE_NODE, &debug_ospf6_zebra_cmd_vtysh);
26835   install_element (VIEW_NODE, &show_ip_mroute_count_cmd_vtysh);
26836   install_element (VIEW_NODE, &show_isis_topology_l2_cmd_vtysh);
26837   install_element (RMAP_NODE, &set_ipv6_nexthop_peer_cmd_vtysh);
26838   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_soft_in_cmd_vtysh);
26839   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_filter_list_cmd_vtysh);
26840   install_element (ENABLE_NODE, &clear_bgp_all_cmd_vtysh);
26841   install_element (BGP_NODE, &no_neighbor_ebgp_multihop_cmd_vtysh);
26842   install_element (BGP_NODE, &no_neighbor_advertise_interval_val_cmd_vtysh);
26843   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community4_exact_cmd_vtysh);
26844   install_element (VIEW_NODE, &show_isis_summary_cmd_vtysh);
26845   install_element (VIEW_NODE, &show_ip_bgp_ipv4_dampening_dampd_paths_cmd_vtysh);
26846   install_element (RESTRICTED_NODE, &show_bgp_ipv6_summary_cmd_vtysh);
26847   install_element (ENABLE_NODE, &clear_ip_bgp_external_cmd_vtysh);
26848   install_element (VIEW_NODE, &show_ipv6_route_tag_vrf_cmd_vtysh);
26849   install_element (BGP_NODE, &bgp_enforce_first_as_cmd_vtysh);
26850   install_element (INTERFACE_NODE, &interface_ip_igmp_query_interval_cmd_vtysh);
26851   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_neighbor_routes_cmd_vtysh);
26852   install_element (VIEW_NODE, &show_ip_bgp_regexp_cmd_vtysh);
26853   install_element (CONFIG_NODE, &debug_ospf6_spf_process_cmd_vtysh);
26854   install_element (INTERFACE_NODE, &ospf_cost_u32_cmd_vtysh);
26855   install_element (VIEW_NODE, &show_ip_extcommunity_list_arg_cmd_vtysh);
26856   install_element (CONFIG_NODE, &ip_lcommunity_list_name_expanded_cmd_vtysh);
26857   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_cmd_vtysh);
26858   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_summary_cmd_vtysh);
26859   install_element (CONFIG_NODE, &no_debug_rip_packet_direct_cmd_vtysh);
26860   install_element (ISIS_NODE, &isis_mpls_te_inter_as_cmd_vtysh);
26861   install_element (VIEW_NODE, &show_ip_extcommunity_list_cmd_vtysh);
26862   install_element (ENABLE_NODE, &no_debug_ospf6_route_cmd_vtysh);
26863   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_lifetime_cmd_vtysh);
26864   install_element (BGP_NODE, &bgp_damp_set2_cmd_vtysh);
26865   install_element (BGP_IPV6M_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26866   install_element (RIP_NODE, &rip_offset_list_ifname_cmd_vtysh);
26867   install_element (ENABLE_NODE, &clear_ip_bgp_peer_soft_out_cmd_vtysh);
26868   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_rsclient_cmd_vtysh);
26869   install_element (INTERFACE_NODE, &no_ospf_priority_cmd_vtysh);
26870   install_element (ENABLE_NODE, &undebug_bgp_events_cmd_vtysh);
26871   install_element (CONFIG_NODE, &debug_ospf6_abr_cmd_vtysh);
26872   install_element (ENABLE_NODE, &debug_bgp_events_cmd_vtysh);
26873   install_element (VIEW_NODE, &show_ip_community_list_arg_cmd_vtysh);
26874   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_standard_all_cmd_vtysh);
26875   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_metric_cmd_vtysh);
26876   install_element (CONFIG_NODE, &undebug_pim_events_cmd_vtysh);
26877   install_element (CONFIG_NODE, &undebug_pim_cmd_vtysh);
26878   install_element (VIEW_NODE, &show_ip_ospf_neighbor_cmd_vtysh);
26879   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity3_cmd_vtysh);
26880   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_cmd_vtysh);
26881   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26882   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_longer_cmd_vtysh);
26883   install_element (OSPF_NODE, &ospf_opaque_capable_cmd_vtysh);
26884   install_element (INTERFACE_NODE, &ospf_cost_u32_inet4_cmd_vtysh);
26885   install_element (VIEW_NODE, &show_bgp_lcommunity_list_cmd_vtysh);
26886   install_element (BGP_VPNV6_NODE, &no_neighbor_activate_cmd_vtysh);
26887   install_element (INTERFACE_NODE, &ip_rip_send_version_cmd_vtysh);
26888   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_ge_cmd_vtysh);
26889   install_element (CONFIG_NODE, &debug_rip_packet_direct_cmd_vtysh);
26890   install_element (CONFIG_NODE, &no_router_zebra_cmd_vtysh);
26891   install_element (BGP_NODE, &no_aggregate_address_as_set_cmd_vtysh);
26892   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_address_cmd_vtysh);
26893   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
26894   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
26895   install_element (RIPNG_NODE, &ripng_redistribute_type_routemap_cmd_vtysh);
26896   install_element (ENABLE_NODE, &test_pim_receive_join_cmd_vtysh);
26897   install_element (CONFIG_NODE, &debug_ospf_nsm_cmd_vtysh);
26898   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_prefix_longer_cmd_vtysh);
26899   install_element (VIEW_NODE, &show_ipv6_mbgp_community_cmd_vtysh);
26900   install_element (RESTRICTED_NODE, &show_bgp_view_ipv4_safi_rsclient_prefix_cmd_vtysh);
26901   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_soft_out_cmd_vtysh);
26902   install_element (VIEW_NODE, &show_ip_bgp_dampening_params_cmd_vtysh);
26903   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity_cmd_vtysh);
26904   install_element (CONFIG_NODE, &no_ip_route_flags_distance2_vrf_cmd_vtysh);
26905   install_element (INTERFACE_NODE, &ip_ospf_priority_cmd_vtysh);
26906   install_element (ENABLE_NODE, &clear_ip_prefix_list_name_prefix_cmd_vtysh);
26907   install_element (CONFIG_NODE, &no_ip_extcommunity_list_standard_all_cmd_vtysh);
26908   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_safi_summary_cmd_vtysh);
26909   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_prefix_cmd_vtysh);
26910   install_element (ENABLE_NODE, &clear_bgp_peer_group_soft_cmd_vtysh);
26911   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
26912   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity_cmd_vtysh);
26913   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_soft_cmd_vtysh);
26914   install_element (OSPF_NODE, &no_ospf_area_vlink_authtype_cmd_vtysh);
26915   install_element (ENABLE_NODE, &no_debug_isis_snp_cmd_vtysh);
26916   install_element (BGP_IPV4_NODE, &neighbor_send_community_cmd_vtysh);
26917   install_element (CONFIG_NODE, &no_debug_ospf_zebra_sub_cmd_vtysh);
26918   install_element (VIEW_NODE, &show_ip_route_protocol_cmd_vtysh);
26919   install_element (INTERFACE_NODE, &isis_hello_padding_cmd_vtysh);
26920   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_list_cmd_vtysh);
26921   install_element (RMAP_NODE, &no_set_originator_id_val_cmd_vtysh);
26922   install_element (RMAP_NODE, &match_ecommunity_cmd_vtysh);
26923   install_element (RESTRICTED_NODE, &show_bgp_summary_cmd_vtysh);
26924   install_element (VIEW_NODE, &show_bgp_ipv6_encap_route_cmd_vtysh);
26925   install_element (RMAP_NODE, &set_lcommunity_none_cmd_vtysh);
26926   install_element (INTERFACE_NODE, &ipv6_nd_ra_lifetime_cmd_vtysh);
26927   install_element (INTERFACE_NODE, &isis_hello_interval_cmd_vtysh);
26928   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_prefix_list_cmd_vtysh);
26929   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
26930   install_element (VIEW_NODE, &show_ipv6_ospf6_database_cmd_vtysh);
26931   install_element (ENABLE_NODE, &no_debug_ospf6_message_cmd_vtysh);
26932   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_ge_cmd_vtysh);
26933   install_element (ISIS_NODE, &no_max_lsp_lifetime_arg_cmd_vtysh);
26934   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
26935   install_element (BGP_NODE, &neighbor_send_community_type_cmd_vtysh);
26936   install_element (CONFIG_NODE, &no_ip_prefix_list_sequence_number_cmd_vtysh);
26937   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_filter_list_cmd_vtysh);
26938   install_element (ENABLE_NODE, &clear_bgp_ipv6_instance_all_rsclient_cmd_vtysh);
26939   install_element (RESTRICTED_NODE, &show_bgp_instance_summary_cmd_vtysh);
26940   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_soft_in_cmd_vtysh);
26941   install_element (VIEW_NODE, &show_bgp_ipv6_flap_address_cmd_vtysh);
26942   install_element (VIEW_NODE, &show_ip_route_protocol_vrf_all_cmd_vtysh);
26943   install_element (OSPF6_NODE, &auto_cost_reference_bandwidth_cmd_vtysh);
26944   install_element (ENABLE_NODE, &debug_mroute_cmd_vtysh);
26945   install_element (VIEW_NODE, &show_ip_nht_cmd_vtysh);
26946   install_element (INTERFACE_NODE, &no_ip_ospf_cost_u32_cmd_vtysh);
26947   install_element (RIP_NODE, &rip_network_cmd_vtysh);
26948   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_in_cmd_vtysh);
26949   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_prefix_match_cmd_vtysh);
26950   install_element (BGP_NODE, &neighbor_port_cmd_vtysh);
26951   install_element (INTERFACE_NODE, &psnp_interval_cmd_vtysh);
26952   install_element (BGP_NODE, &no_bgp_deterministic_med_cmd_vtysh);
26953   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance_cmd_vtysh);
26954   install_element (ENABLE_NODE, &no_debug_ospf_packet_send_recv_detail_cmd_vtysh);
26955   install_element (CONFIG_NODE, &ip_route_flags_tag_distance_cmd_vtysh);
26956   install_element (INTERFACE_NODE, &no_tunnel_protection_cmd_vtysh);
26957   install_element (VIEW_NODE, &show_ipv6_bgp_community4_cmd_vtysh);
26958   install_element (CONFIG_NODE, &no_debug_ospf_packet_send_recv_cmd_vtysh);
26959   install_element (ENABLE_NODE, &debug_ospf6_message_sendrecv_cmd_vtysh);
26960   install_element (BGP_NODE, &no_aggregate_address_mask_summary_only_cmd_vtysh);
26961   install_element (VIEW_NODE, &show_ipv6_bgp_prefix_list_cmd_vtysh);
26962   install_element (CONFIG_NODE, &ip_extcommunity_list_expanded_cmd_vtysh);
26963   install_element (VIEW_NODE, &show_ip_route_summary_vrf_cmd_vtysh);
26964   install_element (INTERFACE_NODE, &no_ipv6_ospf6_advertise_prefix_list_cmd_vtysh);
26965   install_element (BGP_IPV6M_NODE, &neighbor_send_community_cmd_vtysh);
26966   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_cmd_vtysh);
26967   install_element (CONFIG_NODE, &debug_ospf6_lsa_hex_detail_cmd_vtysh);
26968   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
26969   install_element (BGP_ENCAPV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
26970   install_element (VIEW_NODE, &show_ipv6_nht_cmd_vtysh);
26971   install_element (CONFIG_NODE, &no_ipv6_route_pref_tag_cmd_vtysh);
26972   install_element (ENABLE_NODE, &undebug_pim_packetdump_recv_cmd_vtysh);
26973   install_element (BGP_NODE, &neighbor_local_as_no_prepend_replace_as_cmd_vtysh);
26974   install_element (RESTRICTED_NODE, &show_bgp_rsclient_summary_cmd_vtysh);
26975   install_element (BGP_NODE, &bgp_network_import_check_cmd_vtysh);
26976   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community_cmd_vtysh);
26977   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity_cmd_vtysh);
26978   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
26979   install_element (BGP_NODE, &neighbor_send_community_cmd_vtysh);
26980   install_element (CONFIG_NODE, &ipv6_prefix_list_le_cmd_vtysh);
26981   install_element (CONFIG_NODE, &debug_zebra_events_cmd_vtysh);
26982   install_element (ENABLE_NODE, &no_debug_bgp_keepalive_cmd_vtysh);
26983   install_element (VIEW_NODE, &show_ip_igmp_sources_cmd_vtysh);
26984   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_cmd_vtysh);
26985   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
26986   install_element (BGP_IPV6M_NODE, &no_neighbor_activate_cmd_vtysh);
26987   install_element (VIEW_NODE, &show_ip_bgp_flap_filter_list_cmd_vtysh);
26988   install_element (CONFIG_NODE, &ipv6_prefix_list_le_ge_cmd_vtysh);
26989   install_element (ENABLE_NODE, &debug_static_cmd_vtysh);
26990   install_element (BGP_NODE, &no_bgp_client_to_client_reflection_cmd_vtysh);
26991   install_element (VIEW_NODE, &show_ipv6_route_summary_prefix_cmd_vtysh);
26992   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_cmd_vtysh);
26993   install_element (CONFIG_NODE, &no_debug_ospf_lsa_sub_cmd_vtysh);
26994   install_element (VIEW_NODE, &show_ip_bgp_ipv4_cmd_vtysh);
26995   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
26996   install_element (VIEW_NODE, &show_ipv6_prefix_list_prefix_first_match_cmd_vtysh);
26997   install_element (ENABLE_NODE, &debug_ospf_event_cmd_vtysh);
26998   install_element (BGP_NODE, &no_neighbor_interface_cmd_vtysh);
26999   install_element (VIEW_NODE, &show_ipv6_route_tag_cmd_vtysh);
27000   install_element (RMAP_NODE, &no_set_origin_cmd_vtysh);
27001   install_element (INTERFACE_NODE, &ipv6_ripng_split_horizon_cmd_vtysh);
27002   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_out_cmd_vtysh);
27003   install_element (ENABLE_NODE, &clear_bgp_ipv6_instance_peer_rsclient_cmd_vtysh);
27004   install_element (VIEW_NODE, &show_bgp_ipv4_cidr_only_cmd_vtysh);
27005   install_element (CONFIG_NODE, &no_ip_route_flags2_tag_cmd_vtysh);
27006   install_element (ENABLE_NODE, &clear_ip_bgp_as_in_prefix_filter_cmd_vtysh);
27007   install_element (INTERFACE_NODE, &ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh);
27008   install_element (CONFIG_NODE, &access_list_remark_cmd_vtysh);
27009   install_element (BGP_IPV4M_NODE, &bgp_network_route_map_cmd_vtysh);
27010   install_element (BGP_VPNV4_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
27011   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_soft_out_cmd_vtysh);
27012   install_element (ISIS_NODE, &no_lsp_gen_interval_arg_cmd_vtysh);
27013   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity3_cmd_vtysh);
27014   install_element (BGP_IPV4_NODE, &neighbor_allowas_in_cmd_vtysh);
27015   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_vrf_cmd_vtysh);
27016   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_cmd_vtysh);
27017   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l2_cmd_vtysh);
27018   install_element (VIEW_NODE, &show_ip_route_summary_prefix_cmd_vtysh);
27019   install_element (BGP_NODE, &no_bgp_default_local_preference_cmd_vtysh);
27020   install_element (CONFIG_NODE, &no_ip_route_flags_tag_cmd_vtysh);
27021   install_element (RMAP_NODE, &no_set_pathlimit_ttl_val_cmd_vtysh);
27022   install_element (RESTRICTED_NODE, &show_bgp_ipv6_prefix_cmd_vtysh);
27023   install_element (RESTRICTED_NODE, &show_ip_bgp_route_pathtype_cmd_vtysh);
27024   install_element (ENABLE_NODE, &debug_zebra_rib_cmd_vtysh);
27025   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_router_cmd_vtysh);
27026   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
27027   install_element (VIEW_NODE, &show_ipv6_route_addr_vrf_all_cmd_vtysh);
27028   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh);
27029   install_element (CONFIG_NODE, &no_debug_igmp_packets_cmd_vtysh);
27030   install_element (ISIS_NODE, &no_dynamic_hostname_cmd_vtysh);
27031   install_element (VIEW_NODE, &show_bgp_instance_neighbors_peer_cmd_vtysh);
27032   install_element (VIEW_NODE, &show_ipv6_route_summary_cmd_vtysh);
27033   install_element (CONFIG_NODE, &ip_route_mask_flags_distance2_vrf_cmd_vtysh);
27034   install_element (CONFIG_NODE, &no_router_ripng_cmd_vtysh);
27035   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
27036   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_cmd_vtysh);
27037   install_element (RMAP_NODE, &no_match_ip_next_hop_prefix_list_val_cmd_vtysh);
27038   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_safi_rsclient_summary_cmd_vtysh);
27039   install_element (BGP_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
27040   install_element (CONFIG_NODE, &no_ip_mroute_vrf_cmd_vtysh);
27041   install_element (OSPF6_NODE, &no_ospf6_distance_source_access_list_cmd_vtysh);
27042   install_element (VIEW_NODE, &show_ip_bgp_instance_ipv4_rsclient_summary_cmd_vtysh);
27043   install_element (KEYCHAIN_NODE, &no_key_chain_cmd_vtysh);
27044   install_element (RESTRICTED_NODE, &show_bgp_community4_cmd_vtysh);
27045   install_element (BGP_IPV4_NODE, &no_bgp_network_cmd_vtysh);
27046   install_element (OSPF_NODE, &no_ospf_area_vlink_param2_cmd_vtysh);
27047   install_element (VIEW_NODE, &show_bgp_ipv6_community4_cmd_vtysh);
27048   install_element (INTERFACE_NODE, &if_no_nhrp_holdtime_cmd_vtysh);
27049   install_element (VIEW_NODE, &show_ipv6_route_protocol_vrf_cmd_vtysh);
27050   install_element (VIEW_NODE, &show_ip_igmp_parameters_cmd_vtysh);
27051   install_element (ISIS_NODE, &isis_mpls_te_on_cmd_vtysh);
27052   install_element (ENABLE_NODE, &clear_bgp_all_out_cmd_vtysh);
27053   install_element (VTY_NODE, &vty_restricted_mode_cmd_vtysh);
27054   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_prefix_list_cmd_vtysh);
27055   install_element (OSPF_NODE, &no_ospf_abr_type_cmd_vtysh);
27056   install_element (OSPF_NODE, &no_ospf_refresh_timer_val_cmd_vtysh);
27057   install_element (INTERFACE_NODE, &no_isis_priority_arg_cmd_vtysh);
27058   install_element (OSPF_NODE, &no_ospf_log_adjacency_changes_detail_cmd_vtysh);
27059   install_element (BGP_NODE, &no_aggregate_address_mask_as_set_summary_cmd_vtysh);
27060   install_element (CONFIG_NODE, &debug_ospf_ism_sub_cmd_vtysh);
27061   install_element (RMAP_NODE, &no_match_peer_local_cmd_vtysh);
27062   install_element (BGP_NODE, &no_neighbor_port_val_cmd_vtysh);
27063   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
27064   install_element (ENABLE_NODE, &no_debug_ospf_zebra_sub_cmd_vtysh);
27065   install_element (ISIS_NODE, &isis_mpls_te_router_addr_cmd_vtysh);
27066   install_element (BGP_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
27067   install_element (INTERFACE_NODE, &no_linkdetect_cmd_vtysh);
27068   install_element (INTERFACE_NODE, &ipv6_ospf6_mtu_ignore_cmd_vtysh);
27069   install_element (BGP_VPNV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27070   install_element (BGP_IPV6M_NODE, &no_ipv6_bgp_network_cmd_vtysh);
27071   install_element (OSPF_NODE, &no_ospf_area_range_substitute_cmd_vtysh);
27072   install_element (INTERFACE_NODE, &no_isis_circuit_type_cmd_vtysh);
27073   install_element (CONFIG_NODE, &debug_igmp_cmd_vtysh);
27074   install_element (CONFIG_NODE, &no_access_list_extended_host_mask_cmd_vtysh);
27075   install_element (BGP_IPV4M_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27076   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27077   install_element (CONFIG_NODE, &no_debug_ospf_zebra_cmd_vtysh);
27078   install_element (INTERFACE_NODE, &if_nhrp_map_cmd_vtysh);
27079   install_element (VIEW_NODE, &show_ip_pim_local_membership_cmd_vtysh);
27080   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_cidr_only_cmd_vtysh);
27081   install_element (VIEW_NODE, &show_ip_bgp_community4_cmd_vtysh);
27082   install_element (BGP_IPV4M_NODE, &aggregate_address_cmd_vtysh);
27083   install_element (RESTRICTED_NODE, &show_bgp_community3_exact_cmd_vtysh);
27084   install_element (VIEW_NODE, &show_bgp_rsclient_cmd_vtysh);
27085   install_element (BGP_IPV4_NODE, &no_neighbor_activate_cmd_vtysh);
27086   install_element (BGP_IPV6M_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27087   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_in_prefix_filter_cmd_vtysh);
27088   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_in_cmd_vtysh);
27089   install_element (VIEW_NODE, &show_debugging_ripng_cmd_vtysh);
27090   install_element (CONFIG_NODE, &no_ip_extcommunity_list_standard_cmd_vtysh);
27091   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_cmd_vtysh);
27092   install_element (BGP_NODE, &no_bgp_router_id_cmd_vtysh);
27093   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27094   install_element (INTERFACE_NODE, &no_psnp_interval_l1_cmd_vtysh);
27095   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community3_exact_cmd_vtysh);
27096   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
27097   install_element (VIEW_NODE, &show_ip_ospf_neighbor_detail_all_cmd_vtysh);
27098   install_element (VIEW_NODE, &show_bgp_ipv6_route_pathtype_cmd_vtysh);
27099   install_element (RMAP_NODE, &no_match_ip_address_val_cmd_vtysh);
27100   install_element (BGP_NODE, &bgp_network_backdoor_cmd_vtysh);
27101   install_element (VIEW_NODE, &show_bgp_view_afi_safi_neighbor_adv_recd_routes_cmd_vtysh);
27102   install_element (BGP_NODE, &neighbor_weight_cmd_vtysh);
27103   install_element (VIEW_NODE, &show_bgp_neighbor_flap_cmd_vtysh);
27104   install_element (ISIS_NODE, &net_cmd_vtysh);
27105   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community3_cmd_vtysh);
27106   install_element (OSPF_NODE, &ospf_area_default_cost_cmd_vtysh);
27107   install_element (VIEW_NODE, &show_bgp_view_ipv6_rsclient_prefix_cmd_vtysh);
27108   install_element (RIP_NODE, &no_rip_timers_val_cmd_vtysh);
27109   install_element (VIEW_NODE, &show_ipv6_bgp_community4_exact_cmd_vtysh);
27110   install_element (VIEW_NODE, &show_ipv6_mroute_cmd_vtysh);
27111   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
27112   install_element (ENABLE_NODE, &debug_ospf6_spf_database_cmd_vtysh);
27113   install_element (BGP_IPV4_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
27114   install_element (CONFIG_NODE, &ip_prefix_list_sequence_number_cmd_vtysh);
27115   install_element (CONFIG_NODE, &no_router_bgp_view_cmd_vtysh);
27116   install_element (BGP_NODE, &no_bgp_distance2_cmd_vtysh);
27117   install_element (RIPNG_NODE, &no_ripng_redistribute_type_routemap_cmd_vtysh);
27118   install_element (VIEW_NODE, &show_ip_igmp_join_cmd_vtysh);
27119   install_element (CONFIG_NODE, &no_ip_route_flags_vrf_cmd_vtysh);
27120   install_element (BGP_NODE, &neighbor_peer_group_cmd_vtysh);
27121   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27122   install_element (BGP_NODE, &bgp_default_local_preference_cmd_vtysh);
27123   install_element (CONFIG_NODE, &no_ip_route_flags2_vrf_cmd_vtysh);
27124   install_element (OSPF_NODE, &ospf_passive_interface_cmd_vtysh);
27125   install_element (INTERFACE_NODE, &no_ipv6_ospf6_network_cmd_vtysh);
27126   install_element (VIEW_NODE, &show_ipv6_ospf6_route_match_cmd_vtysh);
27127   install_element (VIEW_NODE, &show_ip_bgp_neighbor_routes_cmd_vtysh);
27128   install_element (INTERFACE_NODE, &no_ip_ospf_cost_u32_inet4_cmd_vtysh);
27129   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_detail_cmd_vtysh);
27130   install_element (BGP_IPV6M_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27131   install_element (BGP_NODE, &no_neighbor_enforce_multihop_cmd_vtysh);
27132   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance2_cmd_vtysh);
27133   install_element (VIEW_NODE, &show_bgp_view_neighbor_received_routes_cmd_vtysh);
27134   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_list_exact_cmd_vtysh);
27135   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
27136   install_element (INTERFACE_NODE, &isis_metric_cmd_vtysh);
27137   install_element (CONFIG_NODE, &no_debug_zebra_rib_q_cmd_vtysh);
27138   install_element (RMAP_NODE, &no_rmap_description_cmd_vtysh);
27139   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance_cmd_vtysh);
27140   install_element (INTERFACE_NODE, &ip_router_isis_cmd_vtysh);
27141   install_element (CONFIG_NODE, &debug_ospf6_zebra_cmd_vtysh);
27142   install_element (RMAP_NODE, &no_match_tag_val_cmd_vtysh);
27143   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_le_ge_cmd_vtysh);
27144   install_element (OSPF_NODE, &router_ospf_id_cmd_vtysh);
27145   install_element (INTERFACE_NODE, &ip_ospf_message_digest_key_addr_cmd_vtysh);
27146   install_element (VIEW_NODE, &show_bgp_view_ipv6_safi_rsclient_route_cmd_vtysh);
27147   install_element (BGP_IPV6M_NODE, &neighbor_activate_cmd_vtysh);
27148   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_prefix_detail_cmd_vtysh);
27149   install_element (CONFIG_NODE, &no_ip_route_mask_distance_vrf_cmd_vtysh);
27150   install_element (INTERFACE_NODE, &ipv6_ospf6_advertise_prefix_list_cmd_vtysh);
27151   install_element (RIP_NODE, &no_rip_offset_list_cmd_vtysh);
27152   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity4_cmd_vtysh);
27153   install_element (RESTRICTED_NODE, &show_bgp_rsclient_route_cmd_vtysh);
27154   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
27155   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community2_exact_cmd_vtysh);
27156   install_element (RMAP_NODE, &match_peer_local_cmd_vtysh);
27157   install_element (CONFIG_NODE, &no_debug_rip_zebra_cmd_vtysh);
27158   install_element (ENABLE_NODE, &clear_ip_bgp_all_soft_in_cmd_vtysh);
27159   install_element (CONFIG_NODE, &debug_ospf_packet_send_recv_detail_cmd_vtysh);
27160   install_element (BGP_NODE, &no_neighbor_dont_capability_negotiate_cmd_vtysh);
27161   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
27162   install_element (VIEW_NODE, &show_bgp_ipv6_community2_exact_cmd_vtysh);
27163   install_element (ISIS_NODE, &no_log_adj_changes_cmd_vtysh);
27164   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
27165   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_filter_list_cmd_vtysh);
27166   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_received_prefix_filter_cmd_vtysh);
27167   install_element (INTERFACE_NODE, &ip_ospf_cost_u32_inet4_cmd_vtysh);
27168   install_element (CONFIG_NODE, &debug_ospf_te_cmd_vtysh);
27169   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_summary_cmd_vtysh);
27170   install_element (BGP_ENCAPV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27171   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_advertised_route_cmd_vtysh);
27172   install_element (BGP_NODE, &no_bgp_bestpath_med_cmd_vtysh);
27173   install_element (BGP_ENCAPV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
27174   install_element (CONFIG_NODE, &debug_igmp_packets_cmd_vtysh);
27175   install_element (OSPF6_NODE, &ospf6_timers_throttle_spf_cmd_vtysh);
27176   install_element (CONFIG_NODE, &debug_ripng_packet_direct_cmd_vtysh);
27177   install_element (RESTRICTED_NODE, &show_ip_bgp_view_rsclient_prefix_cmd_vtysh);
27178   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_rsclient_summary_cmd_vtysh);
27179   install_element (VIEW_NODE, &show_ip_bgp_instance_ipv4_summary_cmd_vtysh);
27180   install_element (ENABLE_NODE, &clear_bgp_as_in_cmd_vtysh);
27181   install_element (VIEW_NODE, &show_debugging_pim_cmd_vtysh);
27182   install_element (INTERFACE_NODE, &interface_no_ip_mroute_cmd_vtysh);
27183   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_tag_vrf_cmd_vtysh);
27184   install_element (CONFIG_NODE, &no_ip_multicast_routing_cmd_vtysh);
27185   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
27186   install_element (RESTRICTED_NODE, &show_ip_bgp_view_prefix_cmd_vtysh);
27187   install_element (BGP_NODE, &no_neighbor_override_capability_cmd_vtysh);
27188   install_element (BGP_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
27189   install_element (VIEW_NODE, &show_bgp_ipv4_route_map_cmd_vtysh);
27190   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l2_arg_cmd_vtysh);
27191   install_element (INTERFACE_NODE, &ip_irdp_holdtime_cmd_vtysh);
27192   install_element (VIEW_NODE, &show_ip_prefix_list_detail_name_cmd_vtysh);
27193   install_element (ENABLE_NODE, &debug_ospf_lsa_sub_cmd_vtysh);
27194   install_element (ENABLE_NODE, &debug_igmp_trace_cmd_vtysh);
27195   install_element (ISIS_NODE, &no_max_lsp_lifetime_l2_cmd_vtysh);
27196   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
27197   install_element (VIEW_NODE, &show_bgp_view_route_cmd_vtysh);
27198   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity3_cmd_vtysh);
27199   install_element (INTERFACE_NODE, &ip_rip_receive_version_1_cmd_vtysh);
27200   install_element (BGP_IPV4_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27201   install_element (BGP_NODE, &no_bgp_timers_cmd_vtysh);
27202   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community4_exact_cmd_vtysh);
27203   install_element (CONFIG_NODE, &no_ip_prefix_list_le_ge_cmd_vtysh);
27204   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_out_cmd_vtysh);
27205   install_element (ZEBRA_NODE, &no_rip_redistribute_rip_cmd_vtysh);
27206   install_element (CONFIG_NODE, &no_debug_isis_rtevents_cmd_vtysh);
27207   install_element (VIEW_NODE, &show_bgp_view_rsclient_route_cmd_vtysh);
27208   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_statistics_cmd_vtysh);
27209   install_element (VIEW_NODE, &show_bgp_instance_summary_cmd_vtysh);
27210   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_cmd_vtysh);
27211   install_element (ENABLE_NODE, &debug_igmp_packets_cmd_vtysh);
27212   install_element (RIPNG_NODE, &no_ripng_default_metric_cmd_vtysh);
27213   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_neighbors_cmd_vtysh);
27214   install_element (ENABLE_NODE, &debug_igmp_events_cmd_vtysh);
27215   install_element (CONFIG_NODE, &no_ip_mroute_dist_vrf_cmd_vtysh);
27216   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
27217   install_element (INTERFACE_NODE, &interface_ip_mroute_source_cmd_vtysh);
27218   install_element (RMAP_NODE, &no_set_aspath_exclude_val_cmd_vtysh);
27219   install_element (VIEW_NODE, &show_ipv6_mbgp_community3_cmd_vtysh);
27220   install_element (INTERFACE_NODE, &ip_irdp_minadvertinterval_cmd_vtysh);
27221   install_element (VIEW_NODE, &show_bgp_filter_list_cmd_vtysh);
27222   install_element (BGP_ENCAP_NODE, &no_neighbor_route_map_cmd_vtysh);
27223   install_element (VIEW_NODE, &show_ip_pim_hello_cmd_vtysh);
27224   install_element (ENABLE_NODE, &clear_ip_mroute_cmd_vtysh);
27225   install_element (BGP_ENCAP_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27226   install_element (KEYCHAIN_KEY_NODE, &key_string_cmd_vtysh);
27227   install_element (RIPNG_NODE, &no_ripng_network_cmd_vtysh);
27228   install_element (ISIS_NODE, &isis_redistribute_cmd_vtysh);
27229   install_element (VIEW_NODE, &show_ip_route_protocol_vrf_cmd_vtysh);
27230   install_element (VIEW_NODE, &show_ip_ospf_database_type_cmd_vtysh);
27231   install_element (INTERFACE_NODE, &csnp_interval_cmd_vtysh);
27232   install_element (OSPF_NODE, &no_ospf_timers_min_ls_interval_cmd_vtysh);
27233   install_element (CONFIG_NODE, &ip_community_list_name_standard_cmd_vtysh);
27234   install_element (KEYCHAIN_KEY_NODE, &no_key_cmd_vtysh);
27235   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
27236   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
27237   install_element (BGP_IPV4M_NODE, &neighbor_remove_private_as_cmd_vtysh);
27238   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_linkstate_id_cmd_vtysh);
27239   install_element (VIEW_NODE, &show_bgp_ipv6_cmd_vtysh);
27240   install_element (CONFIG_NODE, &no_router_bgp_cmd_vtysh);
27241   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh);
27242   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_inter_external_cmd_vtysh);
27243   install_element (ENABLE_NODE, &debug_isis_packet_dump_cmd_vtysh);
27244   install_element (OSPF_NODE, &no_ospf_router_id_cmd_vtysh);
27245   install_element (RIPNG_NODE, &ripng_redistribute_type_metric_cmd_vtysh);
27246   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_cmd_vtysh);
27247   install_element (CONFIG_NODE, &no_access_list_extended_any_mask_cmd_vtysh);
27248   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_cmd_vtysh);
27249   install_element (CONFIG_NODE, &debug_bgp_nht_cmd_vtysh);
27250   install_element (VIEW_NODE, &show_ip_pim_assert_metric_cmd_vtysh);
27251   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rd_prefix_cmd_vtysh);
27252   install_element (VIEW_NODE, &show_ip_bgp_prefix_list_cmd_vtysh);
27253   install_element (OSPF6_NODE, &area_import_list_cmd_vtysh);
27254   install_element (BGP_NODE, &no_neighbor_port_cmd_vtysh);
27255   install_element (ENABLE_NODE, &clear_bgp_instance_peer_rsclient_cmd_vtysh);
27256   install_element (BGP_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
27257   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27258   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_prefix_longer_cmd_vtysh);
27259   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_soft_cmd_vtysh);
27260   install_element (VIEW_NODE, &show_ipv6_prefix_list_prefix_cmd_vtysh);
27261   install_element (ENABLE_NODE, &clear_bgp_instance_all_soft_out_cmd_vtysh);
27262   install_element (RIPNG_NODE, &no_if_ipv6_rmap_cmd_vtysh);
27263   install_element (CONFIG_NODE, &no_debug_ospf6_asbr_cmd_vtysh);
27264   install_element (INTERFACE_NODE, &no_ip_ospf_dead_interval_addr_cmd_vtysh);
27265   install_element (OSPF_NODE, &no_pce_neighbor_cmd_vtysh);
27266   install_element (RIP_NODE, &no_rip_distance_source_cmd_vtysh);
27267   install_element (BGP_IPV4_NODE, &bgp_damp_unset2_cmd_vtysh);
27268   install_element (ENABLE_NODE, &clear_bgp_external_in_cmd_vtysh);
27269   install_element (BGP_NODE, &bgp_network_mask_natural_route_map_cmd_vtysh);
27270   install_element (CONFIG_NODE, &no_ip_route_mask_tag_cmd_vtysh);
27271   install_element (ENABLE_NODE, &clear_ip_igmp_interfaces_cmd_vtysh);
27272   install_element (OSPF_NODE, &ospf_area_nssa_no_summary_cmd_vtysh);
27273   install_element (ENABLE_NODE, &no_debug_bgp_as4_cmd_vtysh);
27274   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_cmd_vtysh);
27275   install_element (VIEW_NODE, &show_ip_prefix_list_prefix_first_match_cmd_vtysh);
27276   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_prefix_cmd_vtysh);
27277   install_element (VIEW_NODE, &show_ip_bgp_neighbor_damp_cmd_vtysh);
27278   install_element (VIEW_NODE, &show_ip_route_summary_prefix_vrf_all_cmd_vtysh);
27279   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
27280   install_element (INTERFACE_NODE, &ipv6_ospf6_network_cmd_vtysh);
27281   install_element (ENABLE_NODE, &no_debug_isis_adj_cmd_vtysh);
27282   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
27283   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_in_cmd_vtysh);
27284   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_cmd_vtysh);
27285   install_element (CONFIG_NODE, &no_ip_route_mask_tag_distance_vrf_cmd_vtysh);
27286   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_info_cmd_vtysh);
27287   install_element (VIEW_NODE, &show_bgp_ipv6_encap_neighbor_advertised_routes_cmd_vtysh);
27288   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged_cmd_vtysh);
27289   install_element (OSPF_NODE, &no_ospf_redistribute_source_cmd_vtysh);
27290   install_element (VIEW_NODE, &show_ipv6_prefix_list_name_cmd_vtysh);
27291   install_element (INTERFACE_NODE, &no_ospf_transmit_delay_cmd_vtysh);
27292   install_element (BGP_IPV4M_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
27293   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_received_prefix_filter_cmd_vtysh);
27294   install_element (CONFIG_NODE, &no_ip_route_mask_distance_cmd_vtysh);
27295   install_element (RESTRICTED_NODE, &show_bgp_summary_1w_cmd_vtysh);
27296   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_cmd_vtysh);
27297   install_element (VIEW_NODE, &show_bgp_ipv6_community_list_exact_cmd_vtysh);
27298   install_element (BGP_NODE, &no_bgp_maxpaths_ibgp_arg_cmd_vtysh);
27299   install_element (INTERFACE_NODE, &ip_ospf_transmit_delay_cmd_vtysh);
27300   install_element (VIEW_NODE, &show_ip_pim_upstream_cmd_vtysh);
27301   install_element (BGP_IPV4M_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27302   install_element (CONFIG_NODE, &no_debug_ospf6_route_cmd_vtysh);
27303   install_element (CONFIG_NODE, &debug_ospf6_asbr_cmd_vtysh);
27304   install_element (ENABLE_NODE, &no_debug_isis_lsp_sched_cmd_vtysh);
27305   install_element (OSPF_NODE, &ospf_log_adjacency_changes_cmd_vtysh);
27306   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_ge_le_cmd_vtysh);
27307   install_element (CONFIG_NODE, &ip_route_flags_tag_distance2_vrf_cmd_vtysh);
27308   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_noauto_cmd_vtysh);
27309   install_element (OSPF_NODE, &no_ospf_default_information_originate_cmd_vtysh);
27310   install_element (OSPF6_NODE, &no_ospf6_interface_area_cmd_vtysh);
27311   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity4_cmd_vtysh);
27312   install_element (OSPF_NODE, &no_ospf_opaque_capable_cmd_vtysh);
27313   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_cmd_vtysh);
27314   install_element (ENABLE_NODE, &debug_isis_lsp_gen_cmd_vtysh);
27315   install_element (VIEW_NODE, &show_ip_pim_upstream_rpf_cmd_vtysh);
27316   install_element (CONFIG_NODE, &debug_pim_packets_filter_cmd_vtysh);
27317   install_element (INTERFACE_NODE, &ip_irdp_shutdown_cmd_vtysh);
27318   install_element (BGP_NODE, &no_bgp_bestpath_med3_cmd_vtysh);
27319   install_element (VIEW_NODE, &show_ip_bgp_ipv4_dampening_flap_stats_cmd_vtysh);
27320   install_element (INTERFACE_NODE, &ip_ospf_mtu_ignore_cmd_vtysh);
27321   install_element (CONFIG_NODE, &no_debug_bgp_update_cmd_vtysh);
27322   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_route_cmd_vtysh);
27323   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_vrf_cmd_vtysh);
27324   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_soft_cmd_vtysh);
27325   install_element (BGP_NODE, &no_bgp_cluster_id_arg_cmd_vtysh);
27326   install_element (VIEW_NODE, &show_ipv6_route_vrf_all_cmd_vtysh);
27327   install_element (RESTRICTED_NODE, &show_bgp_route_pathtype_cmd_vtysh);
27328   install_element (BGP_NODE, &no_bgp_bestpath_aspath_multipath_relax_cmd_vtysh);
27329   install_element (RMAP_NODE, &no_rmap_continue_cmd_vtysh);
27330   install_element (OSPF_NODE, &ospf_distance_ospf_cmd_vtysh);
27331   install_element (VIEW_NODE, &show_bgp_view_ipv6_cmd_vtysh);
27332   install_element (CONFIG_NODE, &access_list_extended_host_any_cmd_vtysh);
27333   install_element (CONFIG_NODE, &no_ip_lcommunity_list_standard_all_cmd_vtysh);
27334   install_element (VIEW_NODE, &show_bgp_ipv4_filter_list_cmd_vtysh);
27335 }