New upstream version 1.2.3
[quagga-debian.git] / tests / test-commands-defun.c
1 #include <zebra.h>
2 #include "command.h"
3 #include "tests.h"
4
5 DEFSH (0, no_bgp_graceful_restart_restart_time_val_cmd_vtysh, 
6        "no bgp graceful-restart restart-time <1-3600>", 
7        "Negate a command or set its defaults\n"
8        "BGP specific commands\n"
9        "Graceful restart capability parameters\n"
10        "Set the time to wait to delete stale routes before a BGP open message is received\n"
11        "Delay value (seconds)\n")
12
13 DEFSH (0, ip_route_mask_flags_tag_distance_vrf_cmd_vtysh, 
14        "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>", 
15        "IP information\n"
16        "Establish static routes\n"
17        "IP destination prefix\n"
18        "IP destination prefix mask\n"
19        "IP gateway address\n"
20        "IP gateway interface name\n"
21        "Set tag for this route\n"
22        "Tag value\n"
23        "Distance value for this route\n"
24        "Emit an ICMP unreachable when matched\n"
25        "Silently discard pkts when matched\n"
26        "Specify the VRF\nThe VRF ID\n")
27
28 DEFSH (0, no_ipv6_access_list_any_cmd_vtysh, 
29        "no ipv6 access-list WORD (deny|permit) any", 
30        "Negate a command or set its defaults\n"
31        "IPv6 information\n"
32        "Add an access list entry\n"
33        "IPv6 zebra access-list\n"
34        "Specify packets to reject\n"
35        "Specify packets to forward\n"
36        "Any prefixi to match\n")
37
38 DEFSH (0, show_bgp_ipv4_encap_rd_neighbor_advertised_routes_cmd_vtysh, 
39        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
40        "Show running system information\n"
41        "BGP information\n"
42        "Address Family\n"
43        "Display ENCAP NLRI specific information\n"
44        "Display information for a route distinguisher\n"
45        "ENCAP Route Distinguisher\n"
46        "Detailed information on TCP and BGP neighbor connections\n"
47        "Neighbor to display information about\n"
48        "Neighbor to display information about\n"
49        "Display the routes advertised to a BGP neighbor\n")
50
51 DEFSH (0, no_ospf_priority_cmd_vtysh, 
52        "no ospf priority", 
53        "Negate a command or set its defaults\n"
54        "OSPF interface commands\n"
55        "Router priority\n")
56
57 DEFSH (0, show_ip_as_path_access_list_all_cmd_vtysh, 
58        "show ip as-path-access-list", 
59        "Show running system information\n"
60        "IP information\n"
61        "List AS path access lists\n")
62
63 DEFSH (0, no_ospf_area_range_advertise_cmd_vtysh, 
64        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M (advertise|not-advertise)", 
65        "Negate a command or set its defaults\n"
66        "OSPF area parameters\n"
67        "OSPF area ID in IP address format\n"
68        "OSPF area ID as a decimal value\n"
69        "Summarize routes matching address/mask (border routers only)\n"
70        "Area range prefix\n"
71        "Advertise this range (default)\n"
72        "DoNotAdvertise this range\n")
73
74 DEFSH (0, show_ipv6_ospf6_border_routers_detail_cmd_vtysh, 
75        "show ipv6 ospf6 border-routers (A.B.C.D|detail)", 
76        "Show running system information\n"
77        "IPv6 Information\n"
78        "Open Shortest Path First (OSPF) for IPv6\n"
79        "Display routing table for ABR and ASBR\n"
80        "Specify Router-ID\n"
81        "Display Detail\n"
82       )
83
84 DEFSH (0, no_ip_route_flags_tag_distance_cmd_vtysh, 
85        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
86        "Negate a command or set its defaults\n"
87        "IP information\n"
88        "Establish static routes\n"
89        "IP destination prefix (e.g. 10.0.0.0/8)\n"
90        "IP gateway address\n"
91        "IP gateway interface name\n"
92        "Emit an ICMP unreachable when matched\n"
93        "Silently discard pkts when matched\n"
94        "Tag of this route\n"
95        "Tag value\n"
96        "Distance value for this route\n")
97
98 DEFSH (0, ipv6_bgp_neighbor_advertised_route_cmd_vtysh, 
99        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
100        "Show running system information\n"
101        "IPv6 information\n"
102        "BGP information\n"
103        "Detailed information on TCP and BGP neighbor connections\n"
104        "Neighbor to display information about\n"
105        "Neighbor to display information about\n"
106        "Display the routes advertised to a BGP neighbor\n")
107
108 DEFSH (0, no_ip_ospf_dead_interval_seconds_cmd_vtysh, 
109        "no ip ospf dead-interval <1-65535>", 
110        "Negate a command or set its defaults\n"
111        "IP Information\n"
112        "OSPF interface commands\n"
113        "Interval after which a neighbor is declared dead\n"
114        "Seconds\n")
115
116 DEFSH (0, ospf_area_vlink_authtype_md5_cmd_vtysh, 
117        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
118        "(authentication|) "
119        "(message-digest-key|) <1-255> md5 KEY", 
120        "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"
121        "Enable authentication on this virtual link\n" "dummy string \n"
122        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
123
124 DEFSH (0, show_bgp_ipv4_community3_exact_cmd_vtysh, 
125        "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", 
126        "Show running system information\n"
127        "BGP information\n"
128        "IP information\n"
129        "Display routes matching the communities\n"
130        "community number\n"
131        "Do not send outside local AS (well-known community)\n"
132        "Do not advertise to any peer (well-known community)\n"
133        "Do not export to next AS (well-known community)\n"
134        "community number\n"
135        "Do not send outside local AS (well-known community)\n"
136        "Do not advertise to any peer (well-known community)\n"
137        "Do not export to next AS (well-known community)\n"
138        "community number\n"
139        "Do not send outside local AS (well-known community)\n"
140        "Do not advertise to any peer (well-known community)\n"
141        "Do not export to next AS (well-known community)\n"
142        "Exact match of the communities")
143
144 DEFSH (0, no_debug_isis_err_cmd_vtysh, 
145        "no debug isis protocol-errors", 
146        "Disable debugging functions (see also 'debug')\n"
147        "IS-IS information\n"
148        "IS-IS LSP protocol errors\n")
149
150 DEFSH (0, ipv6_nd_prefix_val_rev_cmd_vtysh, 
151        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
152        "(<0-4294967295>|infinite) (no-autoconfig|) (off-link|)", 
153        "Interface IPv6 config commands\n"
154        "Neighbor discovery\n"
155        "Prefix information\n"
156        "IPv6 prefix\n"
157        "Valid lifetime in seconds\n"
158        "Infinite valid lifetime\n"
159        "Preferred lifetime in seconds\n"
160        "Infinite preferred lifetime\n"
161        "Do not use prefix for autoconfiguration\n"
162        "Do not use prefix for onlink determination\n")
163
164 DEFSH (0, ip_route_flags_vrf_cmd_vtysh, 
165        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
166        "IP information\n"
167        "Establish static routes\n"
168        "IP destination prefix (e.g. 10.0.0.0/8)\n"
169        "IP gateway address\n"
170        "IP gateway interface name\n"
171        "Emit an ICMP unreachable when matched\n"
172        "Silently discard pkts when matched\n"
173        "Specify the VRF\nThe VRF ID\n")
174
175 DEFSH (0, ripng_offset_list_cmd_vtysh, 
176        "offset-list WORD (in|out) <0-16>", 
177        "Modify RIPng metric\n"
178        "Access-list name\n"
179        "For incoming updates\n"
180        "For outgoing updates\n"
181        "Metric value\n")
182
183 DEFSH (0, no_debug_pim_zebra_cmd_vtysh, 
184        "no debug pim zebra", 
185        "Negate a command or set its defaults\n"
186        "Debugging functions (see also 'undebug')\n"
187        "PIM protocol activity\n"
188        "ZEBRA protocol activity\n")
189
190 DEFSH (0, no_key_chain_cmd_vtysh, 
191        "no key chain WORD", 
192        "Negate a command or set its defaults\n"
193        "Authentication key management\n"
194        "Key-chain management\n"
195        "Key-chain name\n")
196
197 DEFSH (0, bgp_distance_source_access_list_cmd_vtysh, 
198        "distance <1-255> A.B.C.D/M WORD", 
199        "Define an administrative distance\n"
200        "Administrative distance\n"
201        "IP source prefix\n"
202        "Access list name\n")
203
204 DEFSH (0, send_lifetime_infinite_day_month_cmd_vtysh, 
205        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> infinite", 
206        "Set send lifetime of the key\n"
207        "Time to start\n"
208        "Day of th month to start\n"
209        "Month of the year to start\n"
210        "Year to start\n"
211        "Never expires")
212
213 DEFSH (0, ospf_max_metric_router_lsa_shutdown_cmd_vtysh, 
214        "max-metric router-lsa on-shutdown <5-86400>", 
215        "OSPF maximum / infinite-distance metric\n"
216        "Advertise own Router-LSA with infinite distance (stub router)\n"
217        "Advertise stub-router prior to full shutdown of OSPF\n"
218        "Time (seconds) to wait till full shutdown\n")
219
220 DEFSH (0, interface_ip_pim_hello_cmd_vtysh, 
221        "ip pim hello <1-180>", 
222        "IP information\n"
223        "PIM information\n"
224        "Hello Interval\n"
225        "Time in seconds for Hello Interval\n")
226
227 DEFSH (0, link_params_maxbw_cmd_vtysh, 
228        "max-bw BANDWIDTH", 
229        "Maximum bandwidth that can be used\n"
230        "Bytes/second (IEEE floating point format)\n")
231
232 DEFSH (0, no_match_peer_cmd_vtysh, 
233        "no match peer", 
234        "Negate a command or set its defaults\n"
235        "Match values from routing table\n"
236        "Match peer address\n")
237
238 DEFSH (0, show_bgp_instance_neighbors_peer_cmd_vtysh, 
239        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X)", 
240        "Show running system information\n"
241        "BGP information\n"
242        "BGP view\n"
243        "View name\n"
244        "Detailed information on TCP and BGP neighbor connections\n"
245        "Neighbor to display information about\n"
246        "Neighbor to display information about\n")
247
248 DEFSH (0, ip_ospf_dead_interval_minimal_cmd_vtysh, 
249        "ip ospf dead-interval minimal hello-multiplier <1-10>", 
250        "IP Information\n"
251        "OSPF interface commands\n"
252        "Interval after which a neighbor is declared dead\n"
253        "Minimal 1s dead-interval with fast sub-second hellos\n"
254        "Hello multiplier factor\n"
255        "Number of Hellos to send each second\n")
256
257 DEFSH (0, ipv6_nd_suppress_ra_cmd_vtysh, 
258        "ipv6 nd suppress-ra", 
259        "Interface IPv6 config commands\n"
260        "Neighbor discovery\n"
261        "Suppress Router Advertisement\n")
262
263 DEFSH (0, show_debugging_isis_cmd_vtysh, 
264        "show debugging isis", 
265        "Show running system information\n"
266        "State of each debugging option\n")
267
268 DEFSH (0, show_ipv6_route_summary_cmd_vtysh, 
269        "show ipv6 route summary", 
270        "Show running system information\n"
271        "IP information\n"
272        "IPv6 routing table\n"
273        "Summary of all IPv6 routes\n")
274
275 DEFSH (0, isis_passive_cmd_vtysh, 
276        "isis passive", 
277        "IS-IS commands\n"
278        "Configure the passive mode for interface\n")
279
280 DEFSH (0, no_neighbor_remove_private_as_cmd_vtysh, 
281        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "remove-private-AS", 
282        "Negate a command or set its defaults\n"
283        "Specify neighbor router\n"
284        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
285        "Remove private AS number from outbound updates\n")
286
287 DEFSH (0, ipv6_route_flags_tag_cmd_vtysh, 
288        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
289        "IP information\n"
290        "Establish static routes\n"
291        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
292        "IPv6 gateway address\n"
293        "IPv6 gateway interface name\n"
294        "Emit an ICMP unreachable when matched\n"
295        "Silently discard pkts when matched\n"
296        "Set tag for this route\n"
297        "Tag value\n")
298
299 DEFSH (0, ipv6_bgp_neighbor_routes_cmd_vtysh, 
300        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes", 
301        "Show running system information\n"
302        "IPv6 information\n"
303        "BGP information\n"
304        "Detailed information on TCP and BGP neighbor connections\n"
305        "Neighbor to display information about\n"
306        "Neighbor to display information about\n"
307        "Display routes learned from neighbor\n")
308
309 DEFSH (0, show_bgp_ipv4_safi_prefix_list_cmd_vtysh, 
310        "show bgp ipv4 (encap|multicast|unicast|vpn) prefix-list WORD", 
311        "Show running system information\n"
312        "BGP information\n"
313        "Address family\n"
314        "Address Family modifier\n"
315        "Address Family modifier\n"
316        "Address Family modifier\n"
317        "Address Family modifier\n"
318        "Display routes conforming to the prefix-list\n"
319        "IP prefix-list name\n")
320
321 DEFSH (0, no_debug_ospf_packet_all_cmd_vtysh, 
322        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all)", 
323        "Negate a command or set its defaults\n"
324        "Debugging functions (see also 'undebug')\n"
325        "OSPF information\n"
326        "OSPF packets\n"
327        "OSPF Hello\n"
328        "OSPF Database Description\n"
329        "OSPF Link State Request\n"
330        "OSPF Link State Update\n"
331        "OSPF Link State Acknowledgment\n"
332        "OSPF all packets\n")
333
334 DEFSH (0, show_ipv6_bgp_community2_exact_cmd_vtysh, 
335        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
336        "Show running system information\n"
337        "IPv6 information\n"
338        "BGP information\n"
339        "Display routes matching the communities\n"
340        "community number\n"
341        "Do not send outside local AS (well-known community)\n"
342        "Do not advertise to any peer (well-known community)\n"
343        "Do not export to next AS (well-known community)\n"
344        "community number\n"
345        "Do not send outside local AS (well-known community)\n"
346        "Do not advertise to any peer (well-known community)\n"
347        "Do not export to next AS (well-known community)\n"
348        "Exact match of the communities")
349
350 DEFSH (0, clear_ip_bgp_external_soft_out_cmd_vtysh, 
351        "clear ip bgp external soft out", 
352        "Reset functions\n"
353        "IP information\n"
354        "BGP information\n"
355        "Clear all external peers\n"
356        "Soft reconfig inbound and outbound updates\n"
357        "Resend all outbound updates\n")
358
359 DEFSH (0, ospf_auto_cost_reference_bandwidth_cmd_vtysh, 
360        "auto-cost reference-bandwidth <1-4294967>", 
361        "Calculate OSPF interface cost according to bandwidth\n"
362        "Use reference bandwidth method to assign OSPF cost\n"
363        "The reference bandwidth in terms of Mbits per second\n")
364
365 DEFSH (0, undebug_bgp_filter_cmd_vtysh, 
366        "undebug bgp filters", 
367        "Disable debugging functions (see also 'debug')\n"
368        "BGP information\n"
369        "BGP filters\n")
370
371 DEFSH (0, no_set_metric_type_cmd_vtysh, 
372        "no set metric-type", 
373        "Negate a command or set its defaults\n"
374        "Set values in destination routing protocol\n"
375        "Type of metric for destination routing protocol\n")
376
377 DEFSH (0, no_rip_default_metric_val_cmd_vtysh, 
378        "no default-metric <1-16>", 
379        "Negate a command or set its defaults\n"
380        "Set a metric of redistribute routes\n"
381        "Default metric\n")
382
383 DEFSH (0, show_ip_bgp_flap_cidr_only_cmd_vtysh, 
384        "show ip bgp flap-statistics cidr-only", 
385        "Show running system information\n"
386        "IP information\n"
387        "BGP information\n"
388        "Display flap statistics of routes\n"
389        "Display only routes with non-natural netmasks\n")
390
391 DEFSH (0, show_isis_summary_cmd_vtysh, 
392        "show isis summary", 
393        "Show running system information\n" "IS-IS information\n" "IS-IS summary\n")
394
395 DEFSH (0, neighbor_capability_orf_prefix_cmd_vtysh, 
396        "neighbor (A.B.C.D|X:X::X:X|WORD) " "capability orf prefix-list (both|send|receive)", 
397        "Specify neighbor router\n"
398        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
399        "Advertise capability to the peer\n"
400        "Advertise ORF capability to the peer\n"
401        "Advertise prefixlist ORF capability to this neighbor\n"
402        "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
403        "Capability to RECEIVE the ORF from this neighbor\n"
404        "Capability to SEND the ORF to this neighbor\n")
405
406 DEFSH (0, no_set_aspath_exclude_val_cmd_vtysh, 
407        "no set as-path exclude ." "<1-4294967295>", 
408        "Negate a command or set its defaults\n"
409        "Set values in destination routing protocol\n"
410        "Transform BGP AS_PATH attribute\n"
411        "Exclude from the as-path\n"
412        "AS number\n")
413
414 DEFSH (0, show_bgp_ipv4_safi_community2_exact_cmd_vtysh, 
415        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
416        "Show running system information\n"
417        "BGP information\n"
418        "Address family\n"
419        "Address Family modifier\n"
420        "Address Family modifier\n"
421        "Display routes matching the communities\n"
422        "community number\n"
423        "Do not send outside local AS (well-known community)\n"
424        "Do not advertise to any peer (well-known community)\n"
425        "Do not export to next AS (well-known community)\n"
426        "community number\n"
427        "Do not send outside local AS (well-known community)\n"
428        "Do not advertise to any peer (well-known community)\n"
429        "Do not export to next AS (well-known community)\n"
430        "Exact match of the communities")
431
432 DEFSH (0, no_match_aspath_cmd_vtysh, 
433        "no match as-path", 
434        "Negate a command or set its defaults\n"
435        "Match values from routing table\n"
436        "Match BGP AS path list\n")
437
438 DEFSH (0, clear_ip_bgp_peer_group_out_cmd_vtysh, 
439        "clear ip bgp peer-group WORD out", 
440        "Reset functions\n"
441        "IP information\n"
442        "BGP information\n"
443        "Clear all members of peer-group\n"
444        "BGP peer-group name\n"
445        "Resend all outbound updates\n")
446
447 DEFSH (0, rip_version_cmd_vtysh, 
448        "version <1-2>", 
449        "Set routing protocol version\n"
450        "version\n")
451
452 DEFSH (0, no_debug_isis_lupd_cmd_vtysh, 
453        "no debug isis local-updates", 
454        "Disable debugging functions (see also 'debug')\n"
455        "IS-IS information\n"
456        "IS-IS local update packets\n")
457
458 DEFSH (0, show_bgp_ipv6_neighbor_damp_cmd_vtysh, 
459        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
460        "Show running system information\n"
461        "BGP information\n"
462        "Address family\n"
463        "Detailed information on TCP and BGP neighbor connections\n"
464        "Neighbor to display information about\n"
465        "Neighbor to display information about\n"
466        "Display the dampened routes received from neighbor\n")
467
468 DEFSH (0, show_bgp_view_cmd_vtysh, 
469        "show bgp view WORD", 
470        "Show running system information\n"
471        "BGP information\n"
472        "BGP view\n"
473        "View name\n")
474
475 DEFSH (0, access_list_extended_host_host_cmd_vtysh, 
476        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D host A.B.C.D", 
477        "Add an access list entry\n"
478        "IP extended access list\n"
479        "IP extended access list (expanded range)\n"
480        "Specify packets to reject\n"
481        "Specify packets to forward\n"
482        "Any Internet Protocol\n"
483        "A single source host\n"
484        "Source address\n"
485        "A single destination host\n"
486        "Destination address\n")
487
488 DEFSH (0, show_bgp_view_route_cmd_vtysh, 
489        "show bgp view WORD X:X::X:X", 
490        "Show running system information\n"
491        "BGP information\n"
492        "BGP view\n"
493        "View name\n"
494        "Network in the BGP routing table to display\n")
495
496 DEFSH (0, no_rip_redistribute_type_cmd_vtysh, 
497        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)", 
498        "Negate a command or set its defaults\n"
499        "Redistribute information from another routing protocol\n"
500        "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")
501
502 DEFSH (0, interface_no_ip_igmp_cmd_vtysh, 
503        "no ip igmp", 
504        "Negate a command or set its defaults\n"
505        "IP information\n"
506        "Enable IGMP operation\n")
507
508 DEFSH (0, no_ipv6_nd_other_config_flag_cmd_vtysh, 
509        "no ipv6 nd other-config-flag", 
510        "Negate a command or set its defaults\n"
511        "Interface IPv6 config commands\n"
512        "Neighbor discovery\n"
513        "Other statefull configuration flag\n")
514
515 DEFSH (0, ospf6_distance_ospf6_intra_external_cmd_vtysh, 
516        "distance ospf6 intra-area <1-255> external <1-255>", 
517        "Define an administrative distance\n"
518        "OSPF6 Administrative distance\n"
519        "Intra-area routes\n"
520        "Distance for intra-area routes\n"
521        "External routes\n"
522        "Distance for external routes\n")
523
524 DEFSH (0, ip_route_mask_flags_vrf_cmd_vtysh, 
525        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
526        "IP information\n"
527        "Establish static routes\n"
528        "IP destination prefix\n"
529        "IP destination prefix mask\n"
530        "IP gateway address\n"
531        "IP gateway interface name\n"
532        "Emit an ICMP unreachable when matched\n"
533        "Silently discard pkts when matched\n"
534        "Specify the VRF\nThe VRF ID\n")
535
536 DEFSH (0, no_neighbor_strict_capability_cmd_vtysh, 
537        "no neighbor (A.B.C.D|X:X::X:X) " "strict-capability-match", 
538        "Negate a command or set its defaults\n"
539        "Specify neighbor router\n"
540        "Neighbor address\nIPv6 address\n"
541        "Strict capability negotiation match\n")
542
543 DEFSH (0, no_router_ospf6_cmd_vtysh, 
544        "no router ospf6", 
545        "Negate a command or set its defaults\n"
546        "Enable a routing process\n")
547
548 DEFSH (0, no_ospf6_log_adjacency_changes_detail_cmd_vtysh, 
549        "no log-adjacency-changes detail", 
550               "Negate a command or set its defaults\n"
551               "Log changes in adjacency state\n"
552        "Log all state changes\n")
553
554 DEFSH (0, show_ipv6_mbgp_prefix_longer_cmd_vtysh, 
555        "show ipv6 mbgp X:X::X:X/M longer-prefixes", 
556        "Show running system information\n"
557        "IPv6 information\n"
558        "MBGP information\n"
559        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
560        "Display route and more specific routes\n")
561
562 DEFSH (0|0|0|0|0, match_ip_address_prefix_list_cmd_vtysh, 
563        "match ip address prefix-list WORD", 
564        "Match values from routing table\n"
565        "IP information\n"
566        "Match address of route\n"
567        "Match entries of prefix-lists\n"
568        "IP prefix-list name\n")
569
570 DEFSH (0, show_ip_bgp_view_rsclient_prefix_cmd_vtysh, 
571        "show ip bgp view WORD rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
572        "Show running system information\n"
573        "IP information\n"
574        "BGP information\n"
575        "BGP view\n"
576        "View name\n"
577        "Information about Route Server Client\n"
578        "Neighbor address\nIPv6 address\n"
579        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
580
581 DEFSH (0, clear_ip_bgp_instance_all_soft_out_cmd_vtysh, 
582        "clear ip bgp view WORD * soft out", 
583        "Reset functions\n"
584        "IP information\n"
585        "BGP information\n"
586        "BGP view\n"
587        "view name\n"
588        "Clear all peers\n"
589        "Soft reconfig inbound and outbound updates\n"
590        "Resend all outbound updates\n")
591
592 DEFSH (0, show_bgp_ipv4_safi_neighbor_advertised_route_cmd_vtysh, 
593        "show bgp ipv4 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
594        "Show running system information\n"
595        "BGP information\n"
596        "Address Family modifier\n"
597        "Address Family modifier\n"
598        "Detailed information on TCP and BGP neighbor connections\n"
599        "Neighbor to display information about\n"
600        "Neighbor to display information about\n"
601        "Display the routes advertised to a BGP neighbor\n")
602
603 DEFSH (0, clear_ip_bgp_as_encap_soft_in_cmd_vtysh, 
604        "clear ip bgp " "<1-4294967295>" " encap unicast soft in", 
605        "Reset functions\n"
606        "IP information\n"
607        "BGP information\n"
608        "Clear peers with the AS number\n"
609        "Address family\n"
610        "Address Family modifier\n"
611        "Soft reconfig\n"
612        "Soft reconfig inbound update\n")
613
614 DEFSH (0, neighbor_route_map_cmd_vtysh, 
615        "neighbor (A.B.C.D|X:X::X:X|WORD) " "route-map WORD (in|out|import|export)", 
616        "Specify neighbor router\n"
617        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
618        "Apply route map to neighbor\n"
619        "Name of route map\n"
620        "Apply map to incoming routes\n"
621        "Apply map to outbound routes\n"
622        "Apply map to routes going into a Route-Server client's table\n"
623        "Apply map to routes coming from a Route-Server client")
624
625 DEFSH (0, show_bgp_ipv6_safi_damp_flap_prefix_cmd_vtysh, 
626        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics X:X::X:X/M", 
627        "Show running system information\n"
628        "BGP information\n"
629        "Address family\n"
630        "Address Family modifier\n"
631        "Address Family modifier\n"
632        "Address Family modifier\n"
633        "Address Family modifier\n"
634        "Display detailed information about dampening\n"
635        "Display flap statistics of routes\n"
636        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
637
638 DEFSH (0, clear_bgp_ipv6_as_in_cmd_vtysh, 
639        "clear bgp ipv6 " "<1-4294967295>" " in", 
640        "Reset functions\n"
641        "BGP information\n"
642        "Address family\n"
643        "Clear peers with the AS number\n"
644        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
645
646 DEFSH (0, show_zebra_fpm_stats_cmd_vtysh, 
647        "show zebra fpm stats", 
648        "Show running system information\n"
649        "Zebra information\n"
650        "Forwarding Path Manager information\n"
651        "Statistics\n")
652
653 DEFSH (0, no_access_list_extended_mask_any_cmd_vtysh, 
654        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D any", 
655        "Negate a command or set its defaults\n"
656        "Add an access list entry\n"
657        "IP extended access list\n"
658        "IP extended access list (expanded range)\n"
659        "Specify packets to reject\n"
660        "Specify packets to forward\n"
661        "Any Internet Protocol\n"
662        "Source address\n"
663        "Source wildcard bits\n"
664        "Any destination host\n")
665
666 DEFSH (0, ip_route_vrf_cmd_vtysh, 
667        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
668        "IP information\n"
669        "Establish static routes\n"
670        "IP destination prefix (e.g. 10.0.0.0/8)\n"
671        "IP gateway address\n"
672        "IP gateway interface name\n"
673        "Null interface\n"
674        "Specify the VRF\nThe VRF ID\n")
675
676 DEFSH (0, show_bgp_ipv6_neighbor_routes_cmd_vtysh, 
677        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) routes", 
678        "Show running system information\n"
679        "BGP information\n"
680        "Address family\n"
681        "Detailed information on TCP and BGP neighbor connections\n"
682        "Neighbor to display information about\n"
683        "Neighbor to display information about\n"
684        "Display routes learned from neighbor\n")
685
686 DEFSH (0, ipv6_route_flags_tag_vrf_cmd_vtysh, 
687        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
688        "IP information\n"
689        "Establish static routes\n"
690        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
691        "IPv6 gateway address\n"
692        "IPv6 gateway interface name\n"
693        "Emit an ICMP unreachable when matched\n"
694        "Silently discard pkts when matched\n"
695        "Set tag for this route\n"
696        "Tag value\n"
697        "Specify the VRF\nThe VRF ID\n")
698
699 DEFSH (0, ip_route_mask_flags_distance2_vrf_cmd_vtysh, 
700        "ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255> " "vrf <0-65535>", 
701        "IP information\n"
702        "Establish static routes\n"
703        "IP destination prefix\n"
704        "IP destination prefix mask\n"
705        "Emit an ICMP unreachable when matched\n"
706        "Silently discard pkts when matched\n"
707        "Distance value for this route\n"
708        "Specify the VRF\nThe VRF ID\n")
709
710 DEFSH (0, ospf_area_range_cmd_vtysh, 
711        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M", 
712        "OSPF area parameters\n"
713        "OSPF area ID in IP address format\n"
714        "OSPF area ID as a decimal value\n"
715        "Summarize routes matching address/mask (border routers only)\n"
716        "Area range prefix\n")
717
718 DEFSH (0, show_bgp_ipv4_safi_damp_flap_prefix_list_cmd_vtysh, 
719        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics prefix-list WORD", 
720        "Show running system information\n"
721        "BGP information\n"
722        "IP information\n"
723        "Address Family Modifier\n"
724        "Address Family Modifier\n"
725        "Address Family Modifier\n"
726        "Address Family Modifier\n"
727        "Display detailed information about dampening\n"
728        "Display flap statistics of routes\n"
729        "Display routes conforming to the prefix-list\n"
730        "IP prefix-list name\n")
731
732 DEFSH (0, clear_ip_bgp_all_vpnv4_in_cmd_vtysh, 
733        "clear ip bgp * vpnv4 unicast in", 
734        "Reset functions\n"
735        "IP information\n"
736        "BGP information\n"
737        "Clear all peers\n"
738        "Address family\n"
739        "Address Family Modifier\n"
740        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
741
742 DEFSH (0, ipv6_nd_managed_config_flag_cmd_vtysh, 
743        "ipv6 nd managed-config-flag", 
744        "Interface IPv6 config commands\n"
745        "Neighbor discovery\n"
746        "Managed address configuration flag\n")
747
748 DEFSH (0, show_ip_pim_upstream_rpf_cmd_vtysh, 
749        "show ip pim upstream-rpf", 
750        "Show running system information\n"
751        "IP information\n"
752        "PIM information\n"
753        "PIM upstream source rpf\n")
754
755 DEFSH (0, show_bgp_ipv4_safi_community_cmd_vtysh, 
756        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export)", 
757        "Show running system information\n"
758        "BGP information\n"
759        "Address family\n"
760        "Address Family modifier\n"
761        "Address Family modifier\n"
762        "Display routes matching the communities\n"
763        "community number\n"
764        "Do not send outside local AS (well-known community)\n"
765        "Do not advertise to any peer (well-known community)\n"
766        "Do not export to next AS (well-known community)\n")
767
768 DEFSH (0, match_ipv6_next_hop_cmd_vtysh, 
769        "match ipv6 next-hop X:X::X:X", 
770        "Match values from routing table\n"
771        "IPv6 information\n"
772        "Match IPv6 next-hop address of route\n"
773        "IPv6 address of next hop\n")
774
775 DEFSH (0, no_ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh, 
776        "no ipv6 ripng split-horizon poisoned-reverse", 
777        "Negate a command or set its defaults\n"
778        "IPv6 information\n"
779        "Routing Information Protocol\n"
780        "Perform split horizon\n"
781        "With poisoned-reverse\n")
782
783 DEFSH (0, isis_hello_multiplier_l2_cmd_vtysh, 
784        "isis hello-multiplier <2-100> level-2", 
785        "IS-IS commands\n"
786        "Set multiplier for Hello holding time\n"
787        "Hello multiplier value\n"
788        "Specify hello multiplier for level-2 IIHs\n")
789
790 DEFSH (0, show_ip_ospf_neighbor_id_cmd_vtysh, 
791        "show ip ospf neighbor A.B.C.D", 
792        "Show running system information\n"
793        "IP information\n"
794        "OSPF information\n"
795        "Neighbor list\n"
796        "Neighbor ID\n")
797
798 DEFSH (0, ip_rip_receive_version_cmd_vtysh, 
799        "ip rip receive version (1|2)", 
800        "IP information\n"
801        "Routing Information Protocol\n"
802        "Advertisement reception\n"
803        "Version control\n"
804        "RIP version 1\n"
805        "RIP version 2\n")
806
807 DEFSH (0, no_bgp_router_id_val_cmd_vtysh, 
808        "no bgp router-id A.B.C.D", 
809        "Negate a command or set its defaults\n"
810        "BGP information\n"
811        "Override configured router identifier\n"
812        "Manually configured router identifier\n")
813
814 DEFSH (0, bgp_network_mask_backdoor_cmd_vtysh, 
815        "network A.B.C.D mask A.B.C.D backdoor", 
816        "Specify a network to announce via BGP\n"
817        "Network number\n"
818        "Network mask\n"
819        "Network mask\n"
820        "Specify a BGP backdoor route\n")
821
822 DEFSH (0, link_params_ava_bw_cmd_vtysh, 
823        "ava-bw BANDWIDTH", 
824        "Unidirectional Available Bandwidth\n"
825        "Bytes/second (IEEE floating point format)\n")
826
827 DEFSH (0, clear_ip_bgp_all_soft_out_cmd_vtysh, 
828        "clear ip bgp * soft out", 
829        "Reset functions\n"
830        "IP information\n"
831        "BGP information\n"
832        "Clear all peers\n"
833        "Soft reconfig inbound and outbound updates\n"
834        "Resend all outbound updates\n")
835
836 DEFSH (0, ip_community_list_name_standard_cmd_vtysh, 
837        "ip community-list standard WORD (deny|permit) .AA:NN", 
838        "IP information\n"
839        "Add a community list entry\n"
840        "Add a standard community-list entry\n"
841        "Community list name\n"
842        "Specify community to reject\n"
843        "Specify community to accept\n"
844        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
845
846 DEFSH (0, undebug_bgp_update_cmd_vtysh, 
847        "undebug bgp updates", 
848        "Disable debugging functions (see also 'debug')\n"
849        "BGP information\n"
850        "BGP updates\n")
851
852 DEFSH (0, no_bgp_enforce_first_as_cmd_vtysh, 
853        "no bgp enforce-first-as", 
854        "Negate a command or set its defaults\n"
855        "BGP information\n"
856        "Enforce the first AS for EBGP routes\n")
857
858 DEFSH (0, show_bgp_ipv4_encap_route_cmd_vtysh, 
859        "show bgp ipv4 encap A.B.C.D", 
860        "Show running system information\n"
861        "BGP information\n"
862        "IP information\n"
863        "Display ENCAP NLRI specific information\n"
864        "Network in the BGP routing table to display\n")
865
866 DEFSH (0, ipv6_nd_prefix_val_noauto_cmd_vtysh, 
867        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
868        "(<0-4294967295>|infinite) (no-autoconfig|)", 
869        "Interface IPv6 config commands\n"
870        "Neighbor discovery\n"
871        "Prefix information\n"
872        "IPv6 prefix\n"
873        "Valid lifetime in seconds\n"
874        "Infinite valid lifetime\n"
875        "Preferred lifetime in seconds\n"
876        "Infinite preferred lifetime\n"
877        "Do not use prefix for autoconfiguration")
878
879 DEFSH (0, no_ip_route_flags_tag_distance2_vrf_cmd_vtysh, 
880        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
881        "Negate a command or set its defaults\n"
882        "IP information\n"
883        "Establish static routes\n"
884        "IP destination prefix (e.g. 10.0.0.0/8)\n"
885        "Emit an ICMP unreachable when matched\n"
886        "Silently discard pkts when matched\n"
887        "Tag of this route\n"
888        "Tag value\n"
889        "Distance value for this route\n"
890        "Specify the VRF\nThe VRF ID\n")
891
892 DEFSH (0, show_bgp_ipv4_safi_summary_cmd_vtysh, 
893        "show bgp ipv4 (unicast|multicast) summary", 
894        "Show running system information\n"
895        "BGP information\n"
896        "Address family\n"
897        "Address Family modifier\n"
898        "Address Family modifier\n"
899        "Summary of BGP neighbor status\n")
900
901 DEFSH (0, ospf_mpls_te_inter_as_area_cmd_vtysh, 
902        "mpls-te inter-as area (A.B.C.D|<0-4294967295>)", 
903        "MPLS-TE specific commands\n"
904        "Configure MPLS-TE Inter-AS support\n"
905        "AREA native mode self originate INTER_AS LSA with Type 10 (area flooding scope)\n"
906        "OSPF area ID in IP format\n"
907        "OSPF area ID as decimal value\n")
908
909 DEFSH (0, show_ip_bgp_ipv4_prefix_cmd_vtysh, 
910        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M", 
911        "Show running system information\n"
912        "IP information\n"
913        "BGP information\n"
914        "Address family\n"
915        "Address Family modifier\n"
916        "Address Family modifier\n"
917        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
918
919 DEFSH (0, clear_bgp_ipv6_as_cmd_vtysh, 
920        "clear bgp ipv6 " "<1-4294967295>", 
921        "Reset functions\n"
922        "BGP information\n"
923        "Address family\n"
924        "Clear peers with the AS number\n")
925
926 DEFSH (0, no_debug_ospf_zebra_sub_cmd_vtysh, 
927        "no debug ospf zebra (interface|redistribute)", 
928        "Negate a command or set its defaults\n"
929        "Debugging functions (see also 'undebug')\n"
930        "OSPF information\n"
931        "OSPF Zebra information\n"
932        "Zebra interface\n"
933        "Zebra redistribute\n")
934
935 DEFSH (0, ipv6_nd_prefix_cmd_vtysh, 
936        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
937        "(<0-4294967295>|infinite) (off-link|) (no-autoconfig|) (router-address|)", 
938        "Interface IPv6 config commands\n"
939        "Neighbor discovery\n"
940        "Prefix information\n"
941        "IPv6 prefix\n"
942        "Valid lifetime in seconds\n"
943        "Infinite valid lifetime\n"
944        "Preferred lifetime in seconds\n"
945        "Infinite preferred lifetime\n"
946        "Do not use prefix for onlink determination\n"
947        "Do not use prefix for autoconfiguration\n"
948        "Set Router Address flag\n")
949
950 DEFSH (0, debug_rip_packet_direct_cmd_vtysh, 
951        "debug rip packet (recv|send)", 
952        "Debugging functions (see also 'undebug')\n"
953        "RIP information\n"
954        "RIP packet\n"
955        "RIP receive packet\n"
956        "RIP send packet\n")
957
958 DEFSH (0, no_neighbor_interface_cmd_vtysh, 
959        "no neighbor (A.B.C.D|X:X::X:X) " "interface WORD", 
960        "Negate a command or set its defaults\n"
961        "Specify neighbor router\n"
962        "Neighbor address\nIPv6 address\n"
963        "Interface\n"
964        "Interface name\n")
965
966 DEFSH (0, show_bgp_memory_cmd_vtysh, 
967        "show bgp memory", 
968        "Show running system information\n"
969        "BGP information\n"
970        "Global BGP memory statistics\n")
971
972 DEFSH (0, no_rip_offset_list_ifname_cmd_vtysh, 
973        "no offset-list WORD (in|out) <0-16> IFNAME", 
974        "Negate a command or set its defaults\n"
975        "Modify RIP metric\n"
976        "Access-list name\n"
977        "For incoming updates\n"
978        "For outgoing updates\n"
979        "Metric value\n"
980        "Interface to match\n")
981
982 DEFSH (0, show_ip_route_addr_vrf_cmd_vtysh, 
983        "show ip route A.B.C.D " "vrf <0-65535>", 
984        "Show running system information\n"
985        "IP information\n"
986        "IP routing table\n"
987        "Network in the IP routing table to display\n"
988        "Specify the VRF\nThe VRF ID\n")
989
990 DEFSH (0, show_bgp_ipv4_encap_summary_cmd_vtysh, 
991        "show bgp ipv4 encap summary", 
992        "Show running system information\n"
993        "BGP information\n"
994        "IPv4\n"
995        "Display ENCAP NLRI specific information\n"
996        "Summary of BGP neighbor status\n")
997
998 DEFSH (0, no_rip_timers_cmd_vtysh, 
999        "no timers basic", 
1000        "Negate a command or set its defaults\n"
1001        "Adjust routing timers\n"
1002        "Basic routing protocol update timers\n")
1003
1004 DEFSH (0, show_bgp_route_cmd_vtysh, 
1005        "show bgp X:X::X:X", 
1006        "Show running system information\n"
1007        "BGP information\n"
1008        "Network in the BGP routing table to display\n")
1009
1010 DEFSH (0, ipv6_nd_prefix_val_rtaddr_cmd_vtysh, 
1011        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
1012        "(<0-4294967295>|infinite) (router-address|)", 
1013        "Interface IPv6 config commands\n"
1014        "Neighbor discovery\n"
1015        "Prefix information\n"
1016        "IPv6 prefix\n"
1017        "Valid lifetime in seconds\n"
1018        "Infinite valid lifetime\n"
1019        "Preferred lifetime in seconds\n"
1020        "Infinite preferred lifetime\n"
1021        "Set Router Address flag\n")
1022
1023 DEFSH (0, clear_bgp_ipv6_peer_soft_out_cmd_vtysh, 
1024        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft out", 
1025        "Reset functions\n"
1026        "BGP information\n"
1027        "Address family\n"
1028        "BGP neighbor address to clear\n"
1029        "BGP IPv6 neighbor to clear\n"
1030        "Soft reconfig inbound and outbound updates\n"
1031        "Resend all outbound updates\n")
1032
1033 DEFSH (0, show_bgp_ipv4_encap_rd_neighbor_routes_cmd_vtysh, 
1034        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
1035        "Show running system information\n"
1036        "BGP information\n"
1037        "Address Family\n"
1038        "Display ENCAP NLRI specific information\n"
1039        "Display information for a route distinguisher\n"
1040        "ENCAP Route Distinguisher\n"
1041        "Detailed information on TCP and BGP neighbor connections\n"
1042        "Neighbor to display information about\n"
1043        "Neighbor to display information about\n"
1044        "Display routes learned from neighbor\n")
1045
1046 DEFSH (0, no_isis_priority_l2_cmd_vtysh, 
1047        "no isis priority level-2", 
1048        "Negate a command or set its defaults\n"
1049        "IS-IS commands\n"
1050        "Set priority for Designated Router election\n"
1051        "Specify priority for level-2 routing\n")
1052
1053 DEFSH (0, clear_bgp_peer_soft_in_cmd_vtysh, 
1054        "clear bgp (A.B.C.D|X:X::X:X) soft in", 
1055        "Reset functions\n"
1056        "BGP information\n"
1057        "BGP neighbor address to clear\n"
1058        "BGP IPv6 neighbor to clear\n"
1059        "Soft reconfig inbound and outbound updates\n"
1060        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
1061
1062 DEFSH (0, match_ecommunity_cmd_vtysh, 
1063        "match extcommunity (<1-99>|<100-500>|WORD)", 
1064        "Match values from routing table\n"
1065        "Match BGP/VPN extended community list\n"
1066        "Extended community-list number (standard)\n"
1067        "Extended community-list number (expanded)\n"
1068        "Extended community-list name\n")
1069
1070 DEFSH (0, ospf6_distance_ospf6_intra_external_inter_cmd_vtysh, 
1071        "distance ospf6 intra-area <1-255> external <1-255> inter-area <1-255>", 
1072        "Define an administrative distance\n"
1073        "OSPF6 Administrative distance\n"
1074        "Intra-area routes\n"
1075        "Distance for intra-area routes\n"
1076        "External routes\n"
1077        "Distance for external routes\n"
1078        "Inter-area routes\n"
1079        "Distance for inter-area routes\n")
1080
1081 DEFSH (0, clear_bgp_ipv6_peer_out_cmd_vtysh, 
1082        "clear bgp ipv6 (A.B.C.D|X:X::X:X) out", 
1083        "Reset functions\n"
1084        "BGP information\n"
1085        "Address family\n"
1086        "BGP neighbor address to clear\n"
1087        "BGP IPv6 neighbor to clear\n"
1088        "Resend all outbound updates\n")
1089
1090 DEFSH (0, show_bgp_ipv4_safi_lcommunity3_cmd_vtysh, 
1091        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
1092        "Show running system information\n"
1093        "BGP information\n"
1094        "Address family\n"
1095        "Address Family modifier\n"
1096        "Address Family modifier\n"
1097        "Display routes matching the large-communities\n"
1098        "large-community number\n"
1099        "large-community number\n"
1100        "large-community number\n")
1101
1102 DEFSH (0, show_ip_route_vrf_cmd_vtysh, 
1103        "show ip route " "vrf <0-65535>", 
1104        "Show running system information\n"
1105        "IP information\n"
1106        "IP routing table\n"
1107        "Specify the VRF\nThe VRF ID\n")
1108
1109 DEFSH (0, no_ipv6_nd_adv_interval_config_option_cmd_vtysh, 
1110        "no ipv6 nd adv-interval-option", 
1111        "Negate a command or set its defaults\n"
1112        "Interface IPv6 config commands\n"
1113        "Neighbor discovery\n"
1114        "Advertisement Interval Option\n")
1115
1116 DEFSH (0, no_ip_ssmpingd_cmd_vtysh, 
1117        "no ip ssmpingd [A.B.C.D]", 
1118        "Negate a command or set its defaults\n"
1119        "IP information\n"
1120        "Enable ssmpingd operation\n"
1121        "Source address\n")
1122
1123 DEFSH (0, show_ip_bgp_damp_flap_prefix_list_cmd_vtysh, 
1124        "show ip bgp dampening flap-statistics prefix-list WORD", 
1125        "Show running system information\n"
1126        "IP information\n"
1127        "BGP information\n"
1128        "Display detailed information about dampening\n"
1129        "Display flap statistics of routes\n"
1130        "Display routes conforming to the prefix-list\n"
1131        "IP prefix-list name\n")
1132
1133 DEFSH (0, show_bgp_ipv4_safi_neighbor_received_routes_cmd_vtysh, 
1134        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received-routes", 
1135        "Show running system information\n"
1136        "BGP information\n"
1137        "Address family\n"
1138        "Address Family modifier\n"
1139        "Address Family modifier\n"
1140        "Address Family modifier\n"
1141        "Address Family modifier\n"
1142        "Detailed information on TCP and BGP neighbor connections\n"
1143        "Neighbor to display information about\n"
1144        "Neighbor to display information about\n"
1145        "Display the received routes from neighbor\n")
1146
1147 DEFSH (0, debug_pim_packets_filter_cmd_vtysh, 
1148        "debug pim packets (hello|joins)", 
1149        "Debugging functions (see also 'undebug')\n"
1150        "PIM protocol activity\n"
1151        "PIM protocol packets\n"
1152        "PIM Hello protocol packets\n"
1153        "PIM Join/Prune protocol packets\n")
1154
1155 DEFSH (0, linkdetect_cmd_vtysh, 
1156        "link-detect [default]", 
1157        "Enable link detection on interface\n"
1158        "Leave link-detect to the default\n")
1159
1160 DEFSH (0, no_debug_ospf_nssa_cmd_vtysh, 
1161        "no debug ospf nssa", 
1162        "Negate a command or set its defaults\n"
1163        "Debugging functions (see also 'undebug')\n"
1164        "OSPF information\n"
1165        "OSPF nssa information\n")
1166
1167 DEFSH (0, show_bgp_neighbor_routes_cmd_vtysh, 
1168        "show bgp neighbors (A.B.C.D|X:X::X:X) routes", 
1169        "Show running system information\n"
1170        "BGP information\n"
1171        "Detailed information on TCP and BGP neighbor connections\n"
1172        "Neighbor to display information about\n"
1173        "Neighbor to display information about\n"
1174        "Display routes learned from neighbor\n")
1175
1176 DEFSH (0, no_ripng_default_metric_val_cmd_vtysh, 
1177        "no default-metric <1-16>", 
1178        "Negate a command or set its defaults\n"
1179        "Set a metric of redistribute routes\n"
1180        "Default metric\n")
1181
1182 DEFSH (0, no_vty_login_cmd_vtysh, 
1183        "no login", 
1184        "Negate a command or set its defaults\n"
1185        "Enable password checking\n")
1186
1187 DEFSH (0, access_list_extended_host_any_cmd_vtysh, 
1188        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D any", 
1189        "Add an access list entry\n"
1190        "IP extended access list\n"
1191        "IP extended access list (expanded range)\n"
1192        "Specify packets to reject\n"
1193        "Specify packets to forward\n"
1194        "Any Internet Protocol\n"
1195        "A single source host\n"
1196        "Source address\n"
1197        "Any destination host\n")
1198
1199 DEFSH (0, clear_ip_bgp_peer_in_cmd_vtysh, 
1200        "clear ip bgp A.B.C.D in", 
1201        "Reset functions\n"
1202        "IP information\n"
1203        "BGP information\n"
1204        "BGP neighbor address to clear\n"
1205        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
1206
1207 DEFSH (0, bgp_network_backdoor_cmd_vtysh, 
1208        "network A.B.C.D/M backdoor", 
1209        "Specify a network to announce via BGP\n"
1210        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
1211        "Specify a BGP backdoor route\n")
1212
1213 DEFSH (0, no_ipv6_ripng_split_horizon_cmd_vtysh, 
1214        "no ipv6 ripng split-horizon", 
1215        "Negate a command or set its defaults\n"
1216        "IPv6 information\n"
1217        "Routing Information Protocol\n"
1218        "Perform split horizon\n")
1219
1220 DEFSH (0, isis_redistribute_cmd_vtysh, 
1221       "redistribute (ipv4|ipv6) " "(kernel|connected|static|rip|ripng|ospf|ospf6|bgp|pim|babel|nhrp)"
1222       " (level-1|level-2) {metric <0-16777215>|route-map WORD}", 
1223       "Redistribute information from another routing protocol\n"
1224       "Redistribute IPv4 routes\n"
1225       "Redistribute IPv6 routes\n"
1226       "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"
1227       "Redistribute into level-1\n"
1228       "Redistribute into level-2\n"
1229       "Metric for redistributed routes\n"
1230       "ISIS default metric\n"
1231       "Route map reference\n"
1232       "Pointer to route-map entries\n")
1233
1234 DEFSH (0, clear_ip_bgp_external_ipv4_soft_cmd_vtysh, 
1235        "clear ip bgp external ipv4 (unicast|multicast) soft", 
1236        "Reset functions\n"
1237        "IP information\n"
1238        "BGP information\n"
1239        "Clear all external peers\n"
1240        "Address family\n"
1241        "Address Family modifier\n"
1242        "Address Family modifier\n"
1243        "Soft reconfig inbound and outbound updates\n")
1244
1245 DEFSH (0, show_bgp_view_afi_safi_lcommunity_cmd_vtysh, 
1246        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC)", 
1247        "Show running system information\n"
1248        "BGP information\n"
1249        "BGP view\n"
1250        "View name\n"
1251        "Address family\n"
1252        "Address family\n"
1253        "Address family modifier\n"
1254        "Address family modifier\n"
1255        "Display routes matching the large-communities\n"
1256        "large-community number\n")
1257
1258 DEFSH (0, ipv6_route_ifname_pref_vrf_cmd_vtysh, 
1259        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255> " "vrf <0-65535>", 
1260        "IP information\n"
1261        "Establish static routes\n"
1262        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
1263        "IPv6 gateway address\n"
1264        "IPv6 gateway interface name\n"
1265        "Distance value for this prefix\n"
1266        "Specify the VRF\nThe VRF ID\n")
1267
1268 DEFSH (0, show_bgp_view_ipv6_safi_rsclient_cmd_vtysh, 
1269        "show bgp view WORD ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
1270        "Show running system information\n"
1271        "BGP information\n"
1272        "BGP view\n"
1273        "View name\n"
1274        "Address family\n"
1275        "Address Family modifier\n"
1276        "Address Family modifier\n"
1277        "Information about Route Server Client\n"
1278        "Neighbor address\nIPv6 address\n")
1279
1280 DEFSH (0, show_ip_pim_assert_cmd_vtysh, 
1281        "show ip pim assert", 
1282        "Show running system information\n"
1283        "IP information\n"
1284        "PIM information\n"
1285        "PIM interface assert\n")
1286
1287 DEFSH (0, no_ospf_default_information_originate_cmd_vtysh, 
1288        "no default-information originate", 
1289        "Negate a command or set its defaults\n"
1290        "Control distribution of default information\n"
1291        "Distribute a default route\n")
1292
1293 DEFSH (0, no_ip_ospf_transmit_delay_cmd_vtysh, 
1294        "no ip ospf transmit-delay", 
1295        "Negate a command or set its defaults\n"
1296        "IP Information\n"
1297        "OSPF interface commands\n"
1298        "Link state transmit delay\n")
1299
1300 DEFSH (0|0|0|0, no_match_ip_next_hop_prefix_list_cmd_vtysh, 
1301        "no match ip next-hop prefix-list", 
1302        "Negate a command or set its defaults\n"
1303        "Match values from routing table\n"
1304        "IP information\n"
1305        "Match next-hop address of route\n"
1306        "Match entries of prefix-lists\n")
1307
1308 DEFSH (0, show_ip_pim_assert_internal_cmd_vtysh, 
1309        "show ip pim assert-internal", 
1310        "Show running system information\n"
1311        "IP information\n"
1312        "PIM information\n"
1313        "PIM interface internal assert state\n")
1314
1315 DEFSH (0, show_ip_bgp_view_neighbor_received_routes_cmd_vtysh, 
1316        "show ip bgp view WORD neighbors (A.B.C.D|X:X::X:X) received-routes", 
1317        "Show running system information\n"
1318        "IP information\n"
1319        "BGP information\n"
1320        "BGP view\n"
1321        "View name\n"
1322        "Detailed information on TCP and BGP neighbor connections\n"
1323        "Neighbor to display information about\n"
1324        "Neighbor to display information about\n"
1325        "Display the received routes from neighbor\n")
1326
1327 DEFSH (0, bgp_redistribute_ipv4_rmap_metric_cmd_vtysh, 
1328        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
1329        "Redistribute information from another routing protocol\n"
1330        "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"
1331        "Route map reference\n"
1332        "Pointer to route-map entries\n"
1333        "Metric for redistributed routes\n"
1334        "Default metric\n")
1335
1336 DEFSH (0, no_ipv6_access_list_cmd_vtysh, 
1337        "no ipv6 access-list WORD (deny|permit) X:X::X:X/M", 
1338        "Negate a command or set its defaults\n"
1339        "IPv6 information\n"
1340        "Add an access list entry\n"
1341        "IPv6 zebra access-list\n"
1342        "Specify packets to reject\n"
1343        "Specify packets to forward\n"
1344        "Prefix to match. e.g. 3ffe:506::/32\n")
1345
1346 DEFSH (0, no_rip_distance_source_access_list_cmd_vtysh, 
1347        "no distance <1-255> A.B.C.D/M WORD", 
1348        "Negate a command or set its defaults\n"
1349        "Administrative distance\n"
1350        "Distance value\n"
1351        "IP source prefix\n"
1352        "Access list name\n")
1353
1354 DEFSH (0, ospf_redistribute_source_cmd_vtysh, 
1355        "redistribute " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)"
1356          " {metric <0-16777214>|metric-type (1|2)|route-map WORD}", 
1357        "Redistribute information from another routing protocol\n"
1358        "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"
1359        "Metric for redistributed routes\n"
1360        "OSPF default metric\n"
1361        "OSPF exterior metric type for redistributed routes\n"
1362        "Set OSPF External Type 1 metrics\n"
1363        "Set OSPF External Type 2 metrics\n"
1364        "Route map reference\n"
1365        "Pointer to route-map entries\n")
1366
1367 DEFSH (0, ospf6_distance_ospf6_inter_intra_cmd_vtysh, 
1368        "distance ospf6 inter-area <1-255> intra-area <1-255>", 
1369        "Define an administrative distance\n"
1370        "OSPF6 Administrative distance\n"
1371        "Inter-area routes\n"
1372        "Distance for inter-area routes\n"
1373        "Intra-area routes\n"
1374        "Distance for intra-area routes\n")
1375
1376 DEFSH (0, show_ip_bgp_ipv4_community3_cmd_vtysh, 
1377        "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)", 
1378        "Show running system information\n"
1379        "IP information\n"
1380        "BGP information\n"
1381        "Address family\n"
1382        "Address Family modifier\n"
1383        "Address Family modifier\n"
1384        "Display routes matching the communities\n"
1385        "community number\n"
1386        "Do not send outside local AS (well-known community)\n"
1387        "Do not advertise to any peer (well-known community)\n"
1388        "Do not export to next AS (well-known community)\n"
1389        "community number\n"
1390        "Do not send outside local AS (well-known community)\n"
1391        "Do not advertise to any peer (well-known community)\n"
1392        "Do not export to next AS (well-known community)\n"
1393        "community number\n"
1394        "Do not send outside local AS (well-known community)\n"
1395        "Do not advertise to any peer (well-known community)\n"
1396        "Do not export to next AS (well-known community)\n")
1397
1398 DEFSH (0, show_ip_bgp_flap_route_map_cmd_vtysh, 
1399        "show ip bgp flap-statistics route-map WORD", 
1400        "Show running system information\n"
1401        "IP information\n"
1402        "BGP information\n"
1403        "Display flap statistics of routes\n"
1404        "Display routes matching the route-map\n"
1405        "A route-map to match on\n")
1406
1407 DEFSH (0, show_ip_route_addr_cmd_vtysh, 
1408        "show ip route A.B.C.D", 
1409        "Show running system information\n"
1410        "IP information\n"
1411        "IP routing table\n"
1412        "Network in the IP routing table to display\n")
1413
1414 DEFSH (0, csnp_interval_l2_cmd_vtysh, 
1415        "isis csnp-interval <1-600> level-2", 
1416        "IS-IS commands\n"
1417        "Set CSNP interval in seconds\n"
1418        "CSNP interval value\n"
1419        "Specify interval for level-2 CSNPs\n")
1420
1421 DEFSH (0, no_ripng_passive_interface_cmd_vtysh, 
1422        "no passive-interface IFNAME", 
1423        "Negate a command or set its defaults\n"
1424        "Suppress routing updates on an interface\n"
1425        "Interface name\n")
1426
1427 DEFSH (0, ospf_area_vlink_md5_cmd_vtysh, 
1428        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
1429        "(message-digest-key|) <1-255> md5 KEY", 
1430        "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"
1431        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
1432
1433 DEFSH (0, show_ip_bgp_flap_address_cmd_vtysh, 
1434        "show ip bgp flap-statistics A.B.C.D", 
1435        "Show running system information\n"
1436        "IP information\n"
1437        "BGP information\n"
1438        "Display flap statistics of routes\n"
1439        "Network in the BGP routing table to display\n")
1440
1441 DEFSH (0, accept_lifetime_day_month_month_day_cmd_vtysh, 
1442        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
1443        "Set accept lifetime of the key\n"
1444        "Time to start\n"
1445        "Day of th month to start\n"
1446        "Month of the year to start\n"
1447        "Year to start\n"
1448        "Time to expire\n"
1449        "Month of the year to expire\n"
1450        "Day of th month to expire\n"
1451        "Year to expire\n")
1452
1453 DEFSH (0, neighbor_maximum_prefix_threshold_cmd_vtysh, 
1454        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100>", 
1455        "Specify neighbor router\n"
1456        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1457        "Maximum number of prefix accept from this peer\n"
1458        "maximum no. of prefix limit\n"
1459        "Threshold value (%) at which to generate a warning msg\n")
1460
1461 DEFSH (0, ip_community_list_standard_cmd_vtysh, 
1462        "ip community-list <1-99> (deny|permit) .AA:NN", 
1463        "IP information\n"
1464        "Add a community list entry\n"
1465        "Community list number (standard)\n"
1466        "Specify community to reject\n"
1467        "Specify community to accept\n"
1468        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
1469
1470 DEFSH (0, ospf_neighbor_cmd_vtysh, 
1471        "neighbor A.B.C.D", 
1472        "Specify neighbor router\n"
1473        "Neighbor IP address\n")
1474
1475 DEFSH (0|0|0, ospf6_routemap_match_address_prefixlist_cmd_vtysh, 
1476        "match ipv6 address prefix-list WORD", 
1477        "Match values\n"
1478        "IPv6 information\n"
1479        "Match address of route\n"
1480        "Match entries of prefix-lists\n"
1481        "IPv6 prefix-list name\n")
1482
1483 DEFSH (0, clear_bgp_ipv6_external_soft_in_cmd_vtysh, 
1484        "clear bgp ipv6 external soft in", 
1485        "Reset functions\n"
1486        "BGP information\n"
1487        "Address family\n"
1488        "Clear all external peers\n"
1489        "Soft reconfig inbound and outbound updates\n"
1490        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
1491
1492 DEFSH (0, no_debug_ssmpingd_cmd_vtysh, 
1493        "no debug ssmpingd", 
1494        "Negate a command or set its defaults\n"
1495        "Debugging functions (see also 'undebug')\n"
1496        "PIM protocol activity\n"
1497        "ssmpingd activity\n")
1498
1499 DEFSH (0, ip_irdp_shutdown_cmd_vtysh, 
1500        "ip irdp shutdown", 
1501        "IP information\n"
1502        "ICMP Router discovery shutdown on this interface\n")
1503
1504 DEFSH (0, clear_ip_bgp_peer_vpnv4_soft_cmd_vtysh, 
1505        "clear ip bgp A.B.C.D vpnv4 unicast soft", 
1506        "Reset functions\n"
1507        "IP information\n"
1508        "BGP information\n"
1509        "BGP neighbor address to clear\n"
1510        "Address family\n"
1511        "Address Family Modifier\n"
1512        "Soft reconfig inbound and outbound updates\n")
1513
1514 DEFSH (0, isis_hello_interval_cmd_vtysh, 
1515        "isis hello-interval <1-600>", 
1516        "IS-IS commands\n"
1517        "Set Hello interval\n"
1518        "Hello interval value\n"
1519        "Holdtime 1 seconds,  interval depends on multiplier\n")
1520
1521 DEFSH (0, rip_redistribute_type_metric_cmd_vtysh, 
1522        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " metric <0-16>", 
1523        "Redistribute information from another routing protocol\n"
1524        "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"
1525        "Metric\n"
1526        "Metric value\n")
1527
1528 DEFSH (0, neighbor_filter_list_cmd_vtysh, 
1529        "neighbor (A.B.C.D|X:X::X:X|WORD) " "filter-list WORD (in|out)", 
1530        "Specify neighbor router\n"
1531        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1532        "Establish BGP filters\n"
1533        "AS path access-list name\n"
1534        "Filter incoming routes\n"
1535        "Filter outgoing routes\n")
1536
1537 DEFSH (0, show_ip_bgp_paths_cmd_vtysh, 
1538        "show ip bgp paths", 
1539        "Show running system information\n"
1540        "IP information\n"
1541        "BGP information\n"
1542        "Path information\n")
1543
1544 DEFSH (0, bgp_network_import_check_cmd_vtysh, 
1545        "bgp network import-check", 
1546        "BGP specific commands\n"
1547        "BGP network command\n"
1548        "Check BGP network route exists in IGP\n")
1549
1550 DEFSH (0, show_bgp_instance_ipv6_safi_summary_cmd_vtysh, 
1551        "show bgp view WORD ipv6 (unicast|multicast) summary", 
1552        "Show running system information\n"
1553        "BGP information\n"
1554        "BGP view\n"
1555        "View name\n"
1556        "Address family\n"
1557        "Address Family modifier\n"
1558        "Address Family modifier\n"
1559        "Summary of BGP neighbor status\n")
1560
1561 DEFSH (0, link_params_inter_as_cmd_vtysh, 
1562        "neighbor A.B.C.D as <1-4294967295>", 
1563        "Configure remote ASBR information (Neighbor IP address and AS number)\n"
1564        "Remote IP address in dot decimal A.B.C.D\n"
1565        "Remote AS number\n"
1566        "AS number in the range <1-4294967295>\n")
1567
1568 DEFSH (0, show_bgp_view_afi_safi_neighbor_adv_recd_routes_cmd_vtysh, 
1569        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) (advertised-routes|received-routes)", 
1570        "Show running system information\n"
1571        "BGP information\n"
1572        "BGP view\n"
1573        "View name\n"
1574        "Address family\n"
1575        "Address family\n"
1576        "Address family modifier\n"
1577        "Address family modifier\n"
1578        "Detailed information on TCP and BGP neighbor connections\n"
1579        "Neighbor to display information about\n"
1580        "Neighbor to display information about\n"
1581        "Display the advertised routes to neighbor\n"
1582        "Display the received routes from neighbor\n")
1583
1584 DEFSH (0, show_ipv6_ospf6_database_type_cmd_vtysh, 
1585        "show ipv6 ospf6 database "
1586        "(router|network|inter-prefix|inter-router|as-external|"
1587        "group-membership|type-7|link|intra-prefix)", 
1588        "Show running system information\n"
1589        "IPv6 information\n"
1590        "Open Shortest Path First (OSPF) for IPv6\n"
1591        "Display Link state database\n"
1592        "Display Router LSAs\n"
1593        "Display Network LSAs\n"
1594        "Display Inter-Area-Prefix LSAs\n"
1595        "Display Inter-Area-Router LSAs\n"
1596        "Display As-External LSAs\n"
1597        "Display Group-Membership LSAs\n"
1598        "Display Type-7 LSAs\n"
1599        "Display Link LSAs\n"
1600        "Display Intra-Area-Prefix LSAs\n"
1601       )
1602
1603 DEFSH (0, show_bgp_ipv4_safi_rd_prefix_cmd_vtysh, 
1604        "show bgp ipv4 (encap|vpn) rd ASN:nn_or_IP-address:nn A.B.C.D/M", 
1605        "Show running system information\n"
1606        "BGP information\n"
1607        "Address Family\n"
1608        "Address Family Modifier\n"
1609        "Address Family Modifier\n"
1610        "Display information for a route distinguisher\n"
1611        "ENCAP Route Distinguisher\n"
1612        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
1613
1614 DEFSH (0, show_bgp_ipv4_vpn_tags_cmd_vtysh, 
1615        "show bgp ipv4 vpn tags", 
1616        "Show running system information\n"
1617        "BGP information\n"
1618        "Address Family\n"
1619        "Display VPN NLRI specific information\n"
1620        "Display BGP tags for prefixes\n")
1621
1622 DEFSH (0, show_ipv6_ospf6_database_linkstate_id_cmd_vtysh, 
1623        "show ipv6 ospf6 database linkstate-id A.B.C.D", 
1624        "Show running system information\n"
1625        "IPv6 information\n"
1626        "Open Shortest Path First (OSPF) for IPv6\n"
1627        "Display Link state database\n"
1628        "Search by Link state ID\n"
1629        "Specify Link state ID as IPv4 address notation\n"
1630       )
1631
1632 DEFSH (0, no_debug_pim_trace_cmd_vtysh, 
1633        "no debug pim trace", 
1634        "Negate a command or set its defaults\n"
1635        "Debugging functions (see also 'undebug')\n"
1636        "PIM protocol activity\n"
1637        "PIM internal daemon activity\n")
1638
1639 DEFSH (0, no_ipv6_bgp_network_route_map_cmd_vtysh, 
1640        "no network X:X::X:X/M route-map WORD", 
1641        "Negate a command or set its defaults\n"
1642        "Specify a network to announce via BGP\n"
1643        "IPv6 prefix <network>/<length>\n"
1644        "Route-map to modify the attributes\n"
1645        "Name of the route map\n")
1646
1647 DEFSH (0|0|0|0|0, match_ip_address_cmd_vtysh, 
1648        "match ip address (<1-199>|<1300-2699>|WORD)", 
1649        "Match values from routing table\n"
1650        "IP information\n"
1651        "Match address of route\n"
1652        "IP access-list number\n"
1653        "IP access-list number (expanded range)\n"
1654        "IP Access-list name\n")
1655
1656 DEFSH (0, show_bgp_ipv6_safi_dampened_paths_cmd_vtysh, 
1657        "show bgp ipv6 (encap|multicast|unicast|vpn) dampened-paths", 
1658        "Show running system information\n"
1659        "BGP information\n"
1660        "IPv6 information\n"
1661        "Address Family modifier\n"
1662        "Address Family modifier\n"
1663        "Address Family modifier\n"
1664        "Address Family modifier\n"
1665        "Display paths suppressed due to dampening\n")
1666
1667 DEFSH (0, ospf_neighbor_poll_interval_priority_cmd_vtysh, 
1668        "neighbor A.B.C.D poll-interval <1-65535> priority <0-255>", 
1669        "Specify neighbor router\n"
1670        "Neighbor address\n"
1671        "OSPF dead-router polling interval\n"
1672        "Seconds\n"
1673        "OSPF priority of non-broadcast neighbor\n"
1674        "Priority\n")
1675
1676 DEFSH (0, no_ip_ospf_mtu_ignore_cmd_vtysh, 
1677       "no ip ospf mtu-ignore", 
1678       "IP Information\n"
1679       "OSPF interface commands\n"
1680       "Disable mtu mismatch detection\n")
1681
1682 DEFSH (0|0|0|0, no_ipv6_prefix_list_le_cmd_vtysh, 
1683        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128>", 
1684        "Negate a command or set its defaults\n"
1685        "IPv6 information\n"
1686        "Build a prefix list\n"
1687        "Name of a prefix list\n"
1688        "Specify packets to reject\n"
1689        "Specify packets to forward\n"
1690        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
1691        "Maximum prefix length to be matched\n"
1692        "Maximum prefix length\n")
1693
1694 DEFSH (0|0|0, no_match_metric_cmd_vtysh, 
1695        "no match metric", 
1696        "Negate a command or set its defaults\n"
1697        "Match values from routing table\n"
1698        "Match metric of route\n")
1699
1700 DEFSH (0, show_bgp_ipv6_safi_flap_prefix_cmd_vtysh, 
1701        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics X:X::X:X/M", 
1702        "Show running system information\n"
1703        "BGP information\n"
1704        "Address family\n"
1705        "Address Family modifier\n"
1706        "Address Family modifier\n"
1707        "Address Family modifier\n"
1708        "Address Family modifier\n"
1709        "Display flap statistics of routes\n"
1710        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
1711
1712 DEFSH (0, set_community_none_cmd_vtysh, 
1713        "set community none", 
1714        "Set values in destination routing protocol\n"
1715        "BGP community attribute\n"
1716        "No community attribute\n")
1717
1718 DEFSH (0, no_aggregate_address_as_set_summary_cmd_vtysh, 
1719        "no aggregate-address A.B.C.D/M as-set summary-only", 
1720        "Negate a command or set its defaults\n"
1721        "Configure BGP aggregate entries\n"
1722        "Aggregate prefix\n"
1723        "Generate AS set path information\n"
1724        "Filter more specific routes from updates\n")
1725
1726 DEFSH (0, set_atomic_aggregate_cmd_vtysh, 
1727        "set atomic-aggregate", 
1728        "Set values in destination routing protocol\n"
1729        "BGP atomic aggregate attribute\n" )
1730
1731 DEFSH (0, show_bgp_community_list_cmd_vtysh, 
1732        "show bgp community-list (<1-500>|WORD)", 
1733        "Show running system information\n"
1734        "BGP information\n"
1735        "Display routes matching the community-list\n"
1736        "community-list number\n"
1737        "community-list name\n")
1738
1739 DEFSH (0, no_ipv6_access_list_exact_cmd_vtysh, 
1740        "no ipv6 access-list WORD (deny|permit) X:X::X:X/M exact-match", 
1741        "Negate a command or set its defaults\n"
1742        "IPv6 information\n"
1743        "Add an access list entry\n"
1744        "IPv6 zebra access-list\n"
1745        "Specify packets to reject\n"
1746        "Specify packets to forward\n"
1747        "Prefix to match. e.g. 3ffe:506::/32\n"
1748        "Exact match of the prefixes\n")
1749
1750 DEFSH (0, clear_ip_bgp_external_soft_cmd_vtysh, 
1751        "clear ip bgp external soft", 
1752        "Reset functions\n"
1753        "IP information\n"
1754        "BGP information\n"
1755        "Clear all external peers\n"
1756        "Soft reconfig inbound and outbound updates\n")
1757
1758 DEFSH (0|0|0|0, ip_prefix_list_ge_cmd_vtysh, 
1759        "ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>", 
1760        "IP information\n"
1761        "Build a prefix list\n"
1762        "Name of a prefix list\n"
1763        "Specify packets to reject\n"
1764        "Specify packets to forward\n"
1765        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
1766        "Minimum prefix length to be matched\n"
1767        "Minimum prefix length\n")
1768
1769 DEFSH (0, show_bgp_ipv6_community4_cmd_vtysh, 
1770        "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)", 
1771        "Show running system information\n"
1772        "BGP information\n"
1773        "Address family\n"
1774        "Display routes matching the communities\n"
1775        "community number\n"
1776        "Do not send outside local AS (well-known community)\n"
1777        "Do not advertise to any peer (well-known community)\n"
1778        "Do not export to next AS (well-known community)\n"
1779        "community number\n"
1780        "Do not send outside local AS (well-known community)\n"
1781        "Do not advertise to any peer (well-known community)\n"
1782        "Do not export to next AS (well-known community)\n"
1783        "community number\n"
1784        "Do not send outside local AS (well-known community)\n"
1785        "Do not advertise to any peer (well-known community)\n"
1786        "Do not export to next AS (well-known community)\n"
1787        "community number\n"
1788        "Do not send outside local AS (well-known community)\n"
1789        "Do not advertise to any peer (well-known community)\n"
1790        "Do not export to next AS (well-known community)\n")
1791
1792 DEFSH (0, no_debug_bgp_events_cmd_vtysh, 
1793        "no debug bgp events", 
1794        "Negate a command or set its defaults\n"
1795        "Debugging functions (see also 'undebug')\n"
1796        "BGP information\n"
1797        "BGP events\n")
1798
1799 DEFSH (0, no_terminal_monitor_cmd_vtysh, 
1800        "no terminal monitor", 
1801        "Negate a command or set its defaults\n"
1802        "Set terminal line parameters\n"
1803        "Copy debug output to the current terminal line\n")
1804
1805 DEFSH (0, debug_zebra_rib_cmd_vtysh, 
1806        "debug zebra rib", 
1807        "Debugging functions (see also 'undebug')\n"
1808        "Zebra configuration\n"
1809        "Debug RIB events\n")
1810
1811 DEFSH (0, log_commands_cmd_vtysh, 
1812        "log commands", 
1813        "Logging control\n"
1814        "Log all commands (can't be unset without restart)\n")
1815
1816 DEFSH (0, show_ip_forwarding_cmd_vtysh, 
1817        "show ip forwarding", 
1818        "Show running system information\n"
1819        "IP information\n"
1820        "IP forwarding status\n")
1821
1822 DEFSH (0, show_bgp_ipv4_safi_neighbor_routes_cmd_vtysh, 
1823        "show bgp ipv4 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) routes", 
1824        "Show running system information\n"
1825        "BGP information\n"
1826        "Address family\n"
1827        "Address Family modifier\n"
1828        "Address Family modifier\n"
1829        "Detailed information on TCP and BGP neighbor connections\n"
1830        "Neighbor to display information about\n"
1831        "Neighbor to display information about\n"
1832        "Display routes learned from neighbor\n")
1833
1834 DEFSH (0, no_access_list_exact_cmd_vtysh, 
1835        "no access-list WORD (deny|permit) A.B.C.D/M exact-match", 
1836        "Negate a command or set its defaults\n"
1837        "Add an access list entry\n"
1838        "IP zebra access-list name\n"
1839        "Specify packets to reject\n"
1840        "Specify packets to forward\n"
1841        "Prefix to match. e.g. 10.0.0.0/8\n"
1842        "Exact match of the prefixes\n")
1843
1844 DEFSH (0|0|0|0, show_ipv6_prefix_list_detail_cmd_vtysh, 
1845        "show ipv6 prefix-list detail", 
1846        "Show running system information\n"
1847        "IPv6 information\n"
1848        "Build a prefix list\n"
1849        "Detail of prefix lists\n")
1850
1851 DEFSH (0, show_ip_route_cmd_vtysh, 
1852        "show ip route", 
1853        "Show running system information\n"
1854        "IP information\n"
1855        "IP routing table\n")
1856
1857 DEFSH (0, no_neighbor_description_cmd_vtysh, 
1858        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "description", 
1859        "Negate a command or set its defaults\n"
1860        "Specify neighbor router\n"
1861        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1862        "Neighbor specific description\n")
1863
1864 DEFSH (0, ipv6_nd_prefix_val_nortaddr_cmd_vtysh, 
1865        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
1866        "(<0-4294967295>|infinite) (off-link|) (no-autoconfig|)", 
1867        "Interface IPv6 config commands\n"
1868        "Neighbor discovery\n"
1869        "Prefix information\n"
1870        "IPv6 prefix\n"
1871        "Valid lifetime in seconds\n"
1872        "Infinite valid lifetime\n"
1873        "Preferred lifetime in seconds\n"
1874        "Infinite preferred lifetime\n"
1875        "Do not use prefix for onlink determination\n"
1876        "Do not use prefix for autoconfiguration\n")
1877
1878 DEFSH (0, neighbor_ebgp_multihop_ttl_cmd_vtysh, 
1879        "neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop <1-255>", 
1880        "Specify neighbor router\n"
1881        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
1882        "Allow EBGP neighbors not on directly connected networks\n"
1883        "maximum hop count\n")
1884
1885 DEFSH (0, show_bgp_ipv6_encap_route_cmd_vtysh, 
1886        "show bgp ipv6 encap X:X::X:X", 
1887        "Show running system information\n"
1888        "BGP information\n"
1889        "IPv6 Information\n"
1890        "Display ENCAP NLRI specific information\n"
1891        "Network in the BGP routing table to display\n")
1892
1893 DEFSH (0, show_bgp_ipv4_safi_rsclient_prefix_cmd_vtysh, 
1894        "show bgp ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
1895        "Show running system information\n"
1896        "BGP information\n"
1897        "Address family\n"
1898        "Address Family modifier\n"
1899        "Address Family modifier\n"
1900        "Information about Route Server Client\n"
1901        "Neighbor address\nIPv6 address\n"
1902        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
1903
1904 DEFSH (0, show_ip_ospf_route_cmd_vtysh, 
1905        "show ip ospf route", 
1906        "Show running system information\n"
1907        "IP information\n"
1908        "OSPF information\n"
1909        "OSPF routing table\n")
1910
1911 DEFSH (0, rip_redistribute_type_routemap_cmd_vtysh, 
1912        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " route-map WORD", 
1913        "Redistribute information from another routing protocol\n"
1914        "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"
1915        "Route map reference\n"
1916        "Pointer to route-map entries\n")
1917
1918 DEFSH (0, clear_ip_bgp_peer_vpnv4_soft_out_cmd_vtysh, 
1919        "clear ip bgp A.B.C.D vpnv4 unicast soft out", 
1920        "Reset functions\n"
1921        "IP information\n"
1922        "BGP information\n"
1923        "BGP neighbor address to clear\n"
1924        "Address family\n"
1925        "Address Family Modifier\n"
1926        "Soft reconfig inbound and outbound updates\n"
1927        "Resend all outbound updates\n")
1928
1929 DEFSH (0, match_community_cmd_vtysh, 
1930        "match community (<1-99>|<100-500>|WORD)", 
1931        "Match values from routing table\n"
1932        "Match BGP community list\n"
1933        "Community-list number (standard)\n"
1934        "Community-list number (expanded)\n"
1935        "Community-list name\n")
1936
1937 DEFSH (0, no_bgp_graceful_restart_restart_time_cmd_vtysh, 
1938        "no bgp graceful-restart restart-time", 
1939        "Negate a command or set its defaults\n"
1940        "BGP specific commands\n"
1941        "Graceful restart capability parameters\n"
1942        "Set the time to wait to delete stale routes before a BGP open message is received\n")
1943
1944 DEFSH (0, isis_circuit_type_cmd_vtysh, 
1945        "isis circuit-type (level-1|level-1-2|level-2-only)", 
1946        "IS-IS commands\n"
1947        "Configure circuit type for interface\n"
1948        "Level-1 only adjacencies are formed\n"
1949        "Level-1-2 adjacencies are formed\n"
1950        "Level-2 only adjacencies are formed\n")
1951
1952 DEFSH (0, show_ipv6_mbgp_lcommunity2_cmd_vtysh, 
1953        "show ipv6 mbgp large-community (AA:BB:CC) (AA:BB:CC)", 
1954        "Show running system information\n"
1955        "IPv6 information\n"
1956        "MBGP information\n"
1957        "Display routes matching the large-communities\n"
1958        "large-community number\n"
1959        "large-community number\n")
1960
1961 DEFSH (0, debug_isis_upd_cmd_vtysh, 
1962        "debug isis update-packets", 
1963        "Debugging functions (see also 'undebug')\n"
1964        "IS-IS information\n"
1965        "IS-IS Update related packets\n")
1966
1967 DEFSH (0, show_ip_bgp_vpnv4_rd_summary_cmd_vtysh, 
1968        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn summary", 
1969        "Show running system information\n"
1970        "IP information\n"
1971        "BGP information\n"
1972        "Display VPNv4 NLRI specific information\n"
1973        "Display information for a route distinguisher\n"
1974        "VPN Route Distinguisher\n"
1975        "Summary of BGP neighbor status\n")
1976
1977 DEFSH (0, no_ip_community_list_expanded_cmd_vtysh, 
1978        "no ip community-list <100-500> (deny|permit) .LINE", 
1979        "Negate a command or set its defaults\n"
1980        "IP information\n"
1981        "Add a community list entry\n"
1982        "Community list number (expanded)\n"
1983        "Specify community to reject\n"
1984        "Specify community to accept\n"
1985        "An ordered list as a regular-expression\n")
1986
1987 DEFSH (0, ospf_area_vlink_authtype_args_md5_cmd_vtysh, 
1988        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
1989        "(authentication|) (message-digest|null) "
1990        "(message-digest-key|) <1-255> md5 KEY", 
1991        "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"
1992        "Enable authentication on this virtual link\n" "dummy string \n" "Use null authentication\n" "Use message-digest authentication\n"
1993        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
1994
1995 DEFSH (0, interface_no_ip_igmp_query_max_response_time_dsec_cmd_vtysh, 
1996        "no" " " "ip igmp query-max-response-time-dsec", 
1997        "Negate a command or set its defaults\n"
1998        "IP information\n"
1999        "Enable IGMP operation\n"
2000        "IGMP max query response value (deciseconds)\n")
2001
2002 DEFSH (0, show_bgp_ipv6_community3_exact_cmd_vtysh, 
2003        "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", 
2004        "Show running system information\n"
2005        "BGP information\n"
2006        "Address family\n"
2007        "Display routes matching the communities\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        "community number\n"
2013        "Do not send outside local AS (well-known community)\n"
2014        "Do not advertise to any peer (well-known community)\n"
2015        "Do not export to next AS (well-known community)\n"
2016        "community number\n"
2017        "Do not send outside local AS (well-known community)\n"
2018        "Do not advertise to any peer (well-known community)\n"
2019        "Do not export to next AS (well-known community)\n"
2020        "Exact match of the communities")
2021
2022 DEFSH (0, no_set_vpnv4_nexthop_cmd_vtysh, 
2023        "no set vpnv4 next-hop", 
2024        "Negate a command or set its defaults\n"
2025        "Set values in destination routing protocol\n"
2026        "VPNv4 information\n"
2027        "VPNv4 next-hop address\n")
2028
2029 DEFSH (0, show_bgp_community_cmd_vtysh, 
2030        "show bgp community (AA:NN|local-AS|no-advertise|no-export)", 
2031        "Show running system information\n"
2032        "BGP information\n"
2033        "Display routes matching the communities\n"
2034        "community number\n"
2035        "Do not send outside local AS (well-known community)\n"
2036        "Do not advertise to any peer (well-known community)\n"
2037        "Do not export to next AS (well-known community)\n")
2038
2039 DEFSH (0, clear_bgp_external_soft_in_cmd_vtysh, 
2040        "clear bgp external soft in", 
2041        "Reset functions\n"
2042        "BGP information\n"
2043        "Clear all external peers\n"
2044        "Soft reconfig inbound and outbound updates\n"
2045        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
2046
2047 DEFSH (0, show_isis_interface_arg_cmd_vtysh, 
2048        "show isis interface WORD", 
2049        "Show running system information\n"
2050        "ISIS network information\n"
2051        "ISIS interface\n"
2052        "ISIS interface name\n")
2053
2054 DEFSH (0, if_nhrp_reg_flags_cmd_vtysh, 
2055  "(ip|ipv6)" " nhrp registration (no-unique)", 
2056  "IP information\n" "IPv6 information\n"
2057  "Next Hop Resolution Protocol functions\n"
2058  "Registration configuration\n"
2059  "Don't set unique flag\n")
2060
2061 DEFSH (0, show_ip_bgp_view_rsclient_route_cmd_vtysh, 
2062        "show ip bgp view WORD rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
2063        "Show running system information\n"
2064        "IP information\n"
2065        "BGP information\n"
2066        "BGP view\n"
2067        "View name\n"
2068        "Information about Route Server Client\n"
2069        "Neighbor address\nIPv6 address\n"
2070        "Network in the BGP routing table to display\n")
2071
2072 DEFSH (0, show_bgp_ipv4_safi_damp_flap_prefix_cmd_vtysh, 
2073        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics A.B.C.D/M", 
2074        "Show running system information\n"
2075        "BGP information\n"
2076        "Address family\n"
2077        "Address Family modifier\n"
2078        "Address Family modifier\n"
2079        "Address Family modifier\n"
2080        "Address Family modifier\n"
2081        "Display detailed information about dampening\n"
2082        "Display flap statistics of routes\n"
2083        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
2084
2085 DEFSH (0, ospf6_distance_ospf6_external_cmd_vtysh, 
2086        "distance ospf6 external <1-255>", 
2087        "Define an administrative distance\n"
2088        "OSPF6 Administrative distance\n"
2089        "External routes\n"
2090        "Distance for external routes\n")
2091
2092 DEFSH (0, no_debug_bgp_nht_cmd_vtysh, 
2093        "no debug bgp nht", 
2094        "Negate a command or set its defaults\n"
2095        "Debugging functions (see also 'undebug')\n"
2096        "BGP information\n"
2097        "BGP nexthop tracking events\n")
2098
2099 DEFSH (0, no_set_ipv6_nexthop_peer_cmd_vtysh, 
2100        "no set ipv6 next-hop peer-address", 
2101        "Negate a command or set its defaults\n"
2102        "Set values in destination routing protocol\n"
2103        "IPv6 information\n"
2104        "IPv6 next-hop address\n"
2105        )
2106
2107 DEFSH (0, clear_ip_bgp_all_vpnv4_out_cmd_vtysh, 
2108        "clear ip bgp * vpnv4 unicast out", 
2109        "Reset functions\n"
2110        "IP information\n"
2111        "BGP information\n"
2112        "Clear all peers\n"
2113        "Address family\n"
2114        "Address Family Modifier\n"
2115        "Resend all outbound updates\n")
2116
2117 DEFSH (0, show_bgp_ipv4_safi_neighbor_received_prefix_filter_cmd_vtysh, 
2118        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
2119        "Show running system information\n"
2120        "BGP information\n"
2121        "IP information\n"
2122        "Address Family modifier\n"
2123        "Address Family modifier\n"
2124        "Address Family modifier\n"
2125        "Address Family modifier\n"
2126        "Detailed information on TCP and BGP neighbor connections\n"
2127        "Neighbor to display information about\n"
2128        "Neighbor to display information about\n"
2129        "Display information received from a BGP neighbor\n"
2130        "Display the prefixlist filter\n")
2131
2132 DEFSH (0, debug_pim_packetdump_recv_cmd_vtysh, 
2133        "debug pim packet-dump receive", 
2134        "Debugging functions (see also 'undebug')\n"
2135        "PIM protocol activity\n"
2136        "PIM packet dump\n"
2137        "Dump received packets\n")
2138
2139 DEFSH (0, ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh, 
2140        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
2141        "IP information\n"
2142        "Establish static routes\n"
2143        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
2144        "IPv6 gateway address\n"
2145        "IPv6 gateway interface name\n"
2146        "Emit an ICMP unreachable when matched\n"
2147        "Silently discard pkts when matched\n"
2148        "Set tag for this route\n"
2149        "Tag value\n"
2150        "Distance value for this prefix\n"
2151        "Specify the VRF\nThe VRF ID\n")
2152
2153 DEFSH (0, show_bgp_ipv6_rsclient_route_cmd_vtysh, 
2154        "show bgp ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
2155        "Show running system information\n"
2156        "BGP information\n"
2157        "IPv6 Information\n"
2158        "Information about Route Server Client\n"
2159        "Neighbor address\nIPv6 address\n"
2160        "Network in the BGP routing table to display\n")
2161
2162 DEFSH (0, bandwidth_if_cmd_vtysh, 
2163        "bandwidth <1-10000000>", 
2164        "Set bandwidth informational parameter\n"
2165        "Bandwidth in kilobits\n")
2166
2167 DEFSH (0, clear_bgp_ipv6_peer_group_cmd_vtysh, 
2168        "clear bgp ipv6 peer-group WORD", 
2169        "Reset functions\n"
2170        "BGP information\n"
2171        "Address family\n"
2172        "Clear all members of peer-group\n"
2173        "BGP peer-group name\n")
2174
2175 DEFSH (0, no_isis_metric_l2_arg_cmd_vtysh, 
2176        "no isis metric <0-16777215> level-2", 
2177        "Negate a command or set its defaults\n"
2178        "IS-IS commands\n"
2179        "Set default metric for circuit\n"
2180        "Default metric value\n"
2181        "Specify metric for level-2 routing\n")
2182
2183 DEFSH (0, clear_bgp_peer_group_in_prefix_filter_cmd_vtysh, 
2184        "clear bgp peer-group WORD in prefix-filter", 
2185        "Reset functions\n"
2186        "BGP information\n"
2187        "Clear all members of peer-group\n"
2188        "BGP peer-group name\n"
2189        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
2190        "Push out prefix-list ORF and do inbound soft reconfig\n")
2191
2192 DEFSH (0, no_debug_igmp_cmd_vtysh, 
2193        "no debug igmp", 
2194        "Negate a command or set its defaults\n"
2195        "Debugging functions (see also 'undebug')\n"
2196        "IGMP protocol activity\n")
2197
2198 DEFSH (0, no_psnp_interval_l2_arg_cmd_vtysh, 
2199        "no isis psnp-interval <1-120> level-2", 
2200        "Negate a command or set its defaults\n"
2201        "IS-IS commands\n"
2202        "Set PSNP interval in seconds\n"
2203        "PSNP interval value\n"
2204        "Specify interval for level-2 PSNPs\n")
2205
2206 DEFSH (0, no_spf_interval_l1_arg_cmd_vtysh, 
2207        "no spf-interval level-1 <1-120>", 
2208        "Negate a command or set its defaults\n"
2209        "Minimum interval between SPF calculations\n"
2210        "Set interval for level 1 only\n"
2211        "Minimum interval between consecutive SPFs in seconds\n")
2212
2213 DEFSH (0, show_ip_bgp_lcommunity_cmd_vtysh, 
2214        "show ip bgp large-community (AA:BB:CC)", 
2215        "Show running system information\n"
2216        "IP information\n"
2217        "BGP information\n"
2218        "Display routes matching the large-communities\n"
2219        "large-community number\n")
2220
2221 DEFSH (0, neighbor_maximum_prefix_threshold_warning_cmd_vtysh, 
2222        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> warning-only", 
2223        "Specify neighbor router\n"
2224        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2225        "Maximum number of prefix accept from this peer\n"
2226        "maximum no. of prefix limit\n"
2227        "Threshold value (%) at which to generate a warning msg\n"
2228        "Only give warning message when limit is exceeded\n")
2229
2230 DEFSH (0, show_bgp_ipv6_encap_cmd_vtysh, 
2231        "show bgp ipv6 encap", 
2232        "Show running system information\n"
2233        "BGP information\n"
2234        "Address Family\n"
2235        "Display ENCAP NLRI specific information\n")
2236
2237 DEFSH (0, ripng_network_cmd_vtysh, 
2238        "network IF_OR_ADDR", 
2239        "RIPng enable on specified interface or network.\n"
2240        "Interface or address")
2241
2242 DEFSH (0, no_debug_ospf_lsa_cmd_vtysh, 
2243        "no debug ospf lsa", 
2244        "Negate a command or set its defaults\n"
2245        "Debugging functions (see also 'undebug')\n"
2246        "OSPF information\n"
2247        "OSPF Link State Advertisement\n")
2248
2249 DEFSH (0, no_debug_ospf_ism_cmd_vtysh, 
2250        "no debug ospf ism", 
2251        "Negate a command or set its defaults\n"
2252        "Debugging functions (see also 'undebug')\n"
2253        "OSPF information\n"
2254        "OSPF Interface State Machine")
2255
2256 DEFSH (0, no_isis_circuit_type_cmd_vtysh, 
2257        "no isis circuit-type (level-1|level-1-2|level-2-only)", 
2258        "Negate a command or set its defaults\n"
2259        "IS-IS commands\n"
2260        "Configure circuit type for interface\n"
2261        "Level-1 only adjacencies are formed\n"
2262        "Level-1-2 adjacencies are formed\n"
2263        "Level-2 only adjacencies are formed\n")
2264
2265 DEFSH (0, clear_bgp_ipv6_as_soft_in_cmd_vtysh, 
2266        "clear bgp ipv6 " "<1-4294967295>" " soft in", 
2267        "Reset functions\n"
2268        "BGP information\n"
2269        "Address family\n"
2270        "Clear peers with the AS number\n"
2271        "Soft reconfig inbound and outbound updates\n"
2272        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
2273
2274 DEFSH (0|0|0|0|0, match_tag_cmd_vtysh, 
2275        "match tag <1-4294967295>", 
2276        "Match values from routing table\n"
2277        "Match tag of route\n"
2278        "Metric value\n")
2279
2280 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_linkstate_id_cmd_vtysh, 
2281        "show ipv6 ospf6 database "
2282        "(router|network|inter-prefix|inter-router|as-external|"
2283        "group-membership|type-7|link|intra-prefix) "
2284        "adv-router A.B.C.D linkstate-id A.B.C.D", 
2285        "Show running system information\n"
2286        "IPv6 information\n"
2287        "Open Shortest Path First (OSPF) for IPv6\n"
2288        "Display Link state database\n"
2289        "Display Router LSAs\n"
2290        "Display Network LSAs\n"
2291        "Display Inter-Area-Prefix LSAs\n"
2292        "Display Inter-Area-Router LSAs\n"
2293        "Display As-External LSAs\n"
2294        "Display Group-Membership LSAs\n"
2295        "Display Type-7 LSAs\n"
2296        "Display Link LSAs\n"
2297        "Display Intra-Area-Prefix LSAs\n"
2298        "Search by Advertising Router\n"
2299        "Specify Advertising Router as IPv4 address notation\n"
2300        "Search by Link state ID\n"
2301        "Specify Link state ID as IPv4 address notation\n"
2302       )
2303
2304 DEFSH (0, show_bgp_ipv6_vpn_rd_neighbor_advertised_routes_cmd_vtysh, 
2305        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
2306        "Show running system information\n"
2307        "BGP information\n"
2308        "Address Family\n"
2309        "Display VPN NLRI specific information\n"
2310        "Display information for a route distinguisher\n"
2311        "VPN Route Distinguisher\n"
2312        "Detailed information on TCP and BGP neighbor connections\n"
2313        "Neighbor to display information about\n"
2314        "Neighbor to display information about\n"
2315        "Display the routes advertised to a BGP neighbor\n")
2316
2317 DEFSH (0, clear_ip_bgp_peer_group_ipv4_soft_out_cmd_vtysh, 
2318        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft out", 
2319        "Reset functions\n"
2320        "IP information\n"
2321        "BGP information\n"
2322        "Clear all members of peer-group\n"
2323        "BGP peer-group name\n"
2324        "Address family\n"
2325        "Address Family modifier\n"
2326        "Address Family modifier\n"
2327        "Soft reconfig inbound and outbound updates\n"
2328        "Resend all outbound updates\n")
2329
2330 DEFSH (0, show_ip_bgp_neighbor_advertised_route_cmd_vtysh, 
2331        "show ip bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
2332        "Show running system information\n"
2333        "IP information\n"
2334        "BGP information\n"
2335        "Detailed information on TCP and BGP neighbor connections\n"
2336        "Neighbor to display information about\n"
2337        "Neighbor to display information about\n"
2338        "Display the routes advertised to a BGP neighbor\n")
2339
2340 DEFSH (0, no_neighbor_capability_dynamic_cmd_vtysh, 
2341        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "capability dynamic", 
2342        "Negate a command or set its defaults\n"
2343        "Specify neighbor router\n"
2344        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2345        "Advertise capability to the peer\n"
2346        "Advertise dynamic capability to this neighbor\n")
2347
2348 DEFSH (0, show_ip_bgp_damp_flap_prefix_longer_cmd_vtysh, 
2349        "show ip bgp dampening flap-statistics A.B.C.D/M longer-prefixes", 
2350        "Show running system information\n"
2351        "IP information\n"
2352        "BGP information\n"
2353        "Display detailed information about dampening\n"
2354        "Display flap statistics of routes\n"
2355        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
2356        "Display route and more specific routes\n")
2357
2358 DEFSH (0, no_area_export_list_cmd_vtysh, 
2359        "no area A.B.C.D export-list NAME", 
2360        "OSPFv6 area parameters\n"
2361        "OSPFv6 area ID in IP address format\n"
2362        "Unset the filter for networks announced to other areas\n"
2363        "Name of the access-list\n")
2364
2365 DEFSH (0, no_bgp_bestpath_med3_cmd_vtysh, 
2366        "no bgp bestpath med missing-as-worst confed", 
2367        "Negate a command or set its defaults\n"
2368        "BGP specific commands\n"
2369        "Change the default bestpath selection\n"
2370        "MED attribute\n"
2371        "Treat missing MED as the least preferred one\n"
2372        "Compare MED among confederation paths\n")
2373
2374 DEFSH (0, show_bgp_ipv4_encap_rd_cmd_vtysh, 
2375        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn", 
2376        "Show running system information\n"
2377        "BGP information\n"
2378        "Address Family\n"
2379        "Display ENCAP NLRI specific information\n"
2380        "Display information for a route distinguisher\n"
2381        "ENCAP Route Distinguisher\n")
2382
2383 DEFSH (0, debug_ospf6_lsa_hex_detail_cmd_vtysh, 
2384        "debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix|unknown) (originate|examine|flooding)", 
2385        "Debugging functions (see also 'undebug')\n"
2386        "Open Shortest Path First (OSPF) for IPv6\n"
2387        "Debug Link State Advertisements (LSAs)\n"
2388        "Specify LS type as Hexadecimal\n"
2389       )
2390
2391 DEFSH (0|0|0|0, clear_ipv6_prefix_list_cmd_vtysh, 
2392        "clear ipv6 prefix-list", 
2393        "Reset functions\n"
2394        "IPv6 information\n"
2395        "Build a prefix list\n")
2396
2397 DEFSH (0, show_ipv6_bgp_community_list_cmd_vtysh, 
2398        "show ipv6 bgp community-list WORD", 
2399        "Show running system information\n"
2400        "IPv6 information\n"
2401        "BGP information\n"
2402        "Display routes matching the community-list\n"
2403        "community-list name\n")
2404
2405 DEFSH (0, isis_hello_padding_cmd_vtysh, 
2406        "isis hello padding", 
2407        "IS-IS commands\n"
2408        "Add padding to IS-IS hello packets\n"
2409        "Pad hello packets\n"
2410        "<cr>\n")
2411
2412 DEFSH (0, ipv6_nd_homeagent_preference_cmd_vtysh, 
2413        "ipv6 nd home-agent-preference <0-65535>", 
2414        "Interface IPv6 config commands\n"
2415        "Neighbor discovery\n"
2416        "Home Agent preference\n"
2417        "preference value (default is 0,  least preferred)\n")
2418
2419 DEFSH (0, interface_no_ip_igmp_join_cmd_vtysh, 
2420        "no ip igmp join A.B.C.D A.B.C.D", 
2421        "Negate a command or set its defaults\n"
2422        "IP information\n"
2423        "Enable IGMP operation\n"
2424        "IGMP join multicast group\n"
2425        "Multicast group address\n"
2426        "Source address\n")
2427
2428 DEFSH (0|0|0|0, show_ipv6_prefix_list_detail_name_cmd_vtysh, 
2429        "show ipv6 prefix-list detail WORD", 
2430        "Show running system information\n"
2431        "IPv6 information\n"
2432        "Build a prefix list\n"
2433        "Detail of prefix lists\n"
2434        "Name of a prefix list\n")
2435
2436 DEFSH (0, no_neighbor_attr_unchanged5_cmd_vtysh, 
2437        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path next-hop med", 
2438        "Negate a command or set its defaults\n"
2439        "Specify neighbor router\n"
2440        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2441        "BGP attribute is propagated unchanged to this neighbor\n"
2442        "As-path attribute\n"
2443        "Nexthop attribute\n"
2444        "Med attribute\n")
2445
2446 DEFSH (0, show_ip_bgp_ipv4_paths_cmd_vtysh, 
2447        "show ip bgp ipv4 (unicast|multicast) paths", 
2448        "Show running system information\n"
2449        "IP information\n"
2450        "BGP information\n"
2451        "Address family\n"
2452        "Address Family modifier\n"
2453        "Address Family modifier\n"
2454        "Path information\n")
2455
2456 DEFSH (0, no_ipv6_route_pref_vrf_cmd_vtysh, 
2457        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255> " "vrf <0-65535>", 
2458        "Negate a command or set its defaults\n"
2459        "IP information\n"
2460        "Establish static routes\n"
2461        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
2462        "IPv6 gateway address\n"
2463        "IPv6 gateway interface name\n"
2464        "Distance value for this prefix\n"
2465        "Specify the VRF\nThe VRF ID\n")
2466
2467 DEFSH (0, ipv6_bgp_distance_source_cmd_vtysh, 
2468        "distance <1-255> X:X::X:X/M", 
2469        "Define an administrative distance\n"
2470        "Administrative distance\n"
2471        "IP source prefix\n")
2472
2473 DEFSH (0, ipv6_route_flags_vrf_cmd_vtysh, 
2474        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
2475        "IP information\n"
2476        "Establish static routes\n"
2477        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
2478        "IPv6 gateway address\n"
2479        "IPv6 gateway interface name\n"
2480        "Emit an ICMP unreachable when matched\n"
2481        "Silently discard pkts when matched\n"
2482        "Specify the VRF\nThe VRF ID\n")
2483
2484 DEFSH (0, no_max_lsp_lifetime_l2_arg_cmd_vtysh, 
2485        "no max-lsp-lifetime level-2 <350-65535>", 
2486        "Negate a command or set its defaults\n"
2487        "Maximum LSP lifetime for Level 2 only\n"
2488        "LSP lifetime for Level 2 only in seconds\n")
2489
2490 DEFSH (0, show_bgp_view_ipv6_neighbor_advertised_route_cmd_vtysh, 
2491        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
2492        "Show running system information\n"
2493        "BGP information\n"
2494        "BGP view\n"
2495        "View name\n"
2496        "Address family\n"
2497        "Detailed information on TCP and BGP neighbor connections\n"
2498        "Neighbor to display information about\n"
2499        "Neighbor to display information about\n"
2500        "Display the routes advertised to a BGP neighbor\n")
2501
2502 DEFSH (0, debug_bgp_allow_martians_cmd_vtysh, 
2503        "debug bgp allow-martians", 
2504        "Debugging functions (see also 'undebug')\n"
2505        "BGP information\n"
2506        "BGP allow martian next hops\n")
2507
2508 DEFSH (0, neighbor_local_as_no_prepend_replace_as_cmd_vtysh, 
2509        "neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend replace-as", 
2510        "Specify neighbor router\n"
2511        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2512        "Specify a local-as number\n"
2513        "AS number used as local AS\n"
2514        "Do not prepend local-as to updates from ebgp peers\n"
2515        "Do not prepend local-as to updates from ibgp peers\n")
2516
2517 DEFSH (0, show_bgp_ipv6_safi_community3_cmd_vtysh, 
2518        "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)", 
2519        "Show running system information\n"
2520        "BGP information\n"
2521        "Address family\n"
2522        "Address family modifier\n"
2523        "Address family modifier\n"
2524        "Address family modifier\n"
2525        "Address family modifier\n"
2526        "Display routes matching the communities\n"
2527        "community number\n"
2528        "Do not send outside local AS (well-known community)\n"
2529        "Do not advertise to any peer (well-known community)\n"
2530        "Do not export to next AS (well-known community)\n"
2531        "community number\n"
2532        "Do not send outside local AS (well-known community)\n"
2533        "Do not advertise to any peer (well-known community)\n"
2534        "Do not export to next AS (well-known community)\n"
2535        "community number\n"
2536        "Do not send outside local AS (well-known community)\n"
2537        "Do not advertise to any peer (well-known community)\n"
2538        "Do not export to next AS (well-known community)\n")
2539
2540 DEFSH (0, clear_ip_bgp_as_cmd_vtysh, 
2541        "clear ip bgp " "<1-4294967295>", 
2542        "Reset functions\n"
2543        "IP information\n"
2544        "BGP information\n"
2545        "Clear peers with the AS number\n")
2546
2547 DEFSH (0, no_rip_default_information_originate_cmd_vtysh, 
2548        "no default-information originate", 
2549        "Negate a command or set its defaults\n"
2550        "Control distribution of default route\n"
2551        "Distribute a default route\n")
2552
2553 DEFSH (0, no_ipv6_bgp_distance_source_cmd_vtysh, 
2554        "no distance <1-255> X:X::X:X/M", 
2555        "Negate a command or set its defaults\n"
2556        "Define an administrative distance\n"
2557        "Administrative distance\n"
2558        "IP source prefix\n")
2559
2560 DEFSH (0, undebug_bgp_keepalive_cmd_vtysh, 
2561        "undebug bgp keepalives", 
2562        "Disable debugging functions (see also 'debug')\n"
2563        "BGP information\n"
2564        "BGP keepalives\n")
2565
2566 DEFSH (0, clear_isis_neighbor_cmd_vtysh, 
2567        "clear isis neighbor", 
2568        "Reset functions\n"
2569        "Reset ISIS network information\n"
2570        "Reset ISIS neighbor adjacencies\n")
2571
2572 DEFSH (0, no_lsp_refresh_interval_arg_cmd_vtysh, 
2573        "no lsp-refresh-interval <1-65235>", 
2574        "Negate a command or set its defaults\n"
2575        "LSP refresh interval\n"
2576        "LSP refresh interval in seconds\n")
2577
2578 DEFSH (0, show_ip_bgp_ipv4_community4_cmd_vtysh, 
2579        "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)", 
2580        "Show running system information\n"
2581        "IP information\n"
2582        "BGP information\n"
2583        "Address family\n"
2584        "Address Family modifier\n"
2585        "Address Family modifier\n"
2586        "Display routes matching the communities\n"
2587        "community number\n"
2588        "Do not send outside local AS (well-known community)\n"
2589        "Do not advertise to any peer (well-known community)\n"
2590        "Do not export to next AS (well-known community)\n"
2591        "community number\n"
2592        "Do not send outside local AS (well-known community)\n"
2593        "Do not advertise to any peer (well-known community)\n"
2594        "Do not export to next AS (well-known community)\n"
2595        "community number\n"
2596        "Do not send outside local AS (well-known community)\n"
2597        "Do not advertise to any peer (well-known community)\n"
2598        "Do not export to next AS (well-known community)\n"
2599        "community number\n"
2600        "Do not send outside local AS (well-known community)\n"
2601        "Do not advertise to any peer (well-known community)\n"
2602        "Do not export to next AS (well-known community)\n")
2603
2604 DEFSH (0, no_ospf_network_area_cmd_vtysh, 
2605        "no network A.B.C.D/M area (A.B.C.D|<0-4294967295>)", 
2606        "Negate a command or set its defaults\n"
2607        "Enable routing on an IP network\n"
2608        "OSPF network prefix\n"
2609        "Set the OSPF area ID\n"
2610        "OSPF area ID in IP address format\n"
2611        "OSPF area ID as a decimal value\n")
2612
2613 DEFSH (0, show_ipv6_mbgp_community_list_exact_cmd_vtysh, 
2614        "show ipv6 mbgp community-list WORD exact-match", 
2615        "Show running system information\n"
2616        "IPv6 information\n"
2617        "MBGP information\n"
2618        "Display routes matching the community-list\n"
2619        "community-list name\n"
2620        "Exact match of the communities\n")
2621
2622 DEFSH (0, show_bgp_view_ipv4_safi_rsclient_cmd_vtysh, 
2623        "show bgp view WORD ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
2624        "Show running system information\n"
2625        "BGP information\n"
2626        "BGP view\n"
2627        "View name\n"
2628        "Address family\n"
2629        "Address Family modifier\n"
2630        "Address Family modifier\n"
2631        "Information about Route Server Client\n"
2632        "Neighbor address\nIPv6 address\n")
2633
2634 DEFSH (0, no_debug_rip_packet_direct_cmd_vtysh, 
2635        "no debug rip packet (recv|send)", 
2636        "Negate a command or set its defaults\n"
2637        "Debugging functions (see also 'undebug')\n"
2638        "RIP information\n"
2639        "RIP packet\n"
2640        "RIP option set for receive packet\n"
2641        "RIP option set for send packet\n")
2642
2643 DEFSH (0, no_area_lsp_mtu_cmd_vtysh, 
2644       "no lsp-mtu", 
2645       "Negate a command or set its defaults\n"
2646       "Configure the maximum size of generated LSPs\n")
2647
2648 DEFSH (0, lsp_refresh_interval_l1_cmd_vtysh, 
2649        "lsp-refresh-interval level-1 <1-65235>", 
2650        "LSP refresh interval for Level 1 only\n"
2651        "LSP refresh interval for Level 1 only in seconds\n")
2652
2653 DEFSH (0, show_bgp_ipv4_safi_damp_flap_regexp_cmd_vtysh, 
2654        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics regexp .LINE", 
2655        "Show running system information\n"
2656        "BGP information\n"
2657        "IP information\n"
2658        "Address Family Modifier\n"
2659        "Address Family Modifier\n"
2660        "Address Family Modifier\n"
2661        "Address Family Modifier\n"
2662        "Display detailed information about dampening\n"
2663        "Display flap statistics of routes\n"
2664        "Display routes matching the AS path regular expression\n"
2665        "A regular-expression to match the BGP AS paths\n")
2666
2667 DEFSH (0, neighbor_unsuppress_map_cmd_vtysh, 
2668        "neighbor (A.B.C.D|X:X::X:X|WORD) " "unsuppress-map WORD", 
2669        "Specify neighbor router\n"
2670        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2671        "Route-map to selectively unsuppress suppressed routes\n"
2672        "Name of route map\n")
2673
2674 DEFSH (0, ipv6_route_flags_pref_tag_cmd_vtysh, 
2675        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
2676        "IP information\n"
2677        "Establish static routes\n"
2678        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
2679        "IPv6 gateway address\n"
2680        "IPv6 gateway interface name\n"
2681        "Emit an ICMP unreachable when matched\n"
2682        "Silently discard pkts when matched\n"
2683        "Set tag for this route\n"
2684        "Tag value\n"
2685        "Distance value for this prefix\n")
2686
2687 DEFSH (0, no_debug_bgp_allow_martians_cmd_vtysh, 
2688        "no debug bgp allow-martians", 
2689        "Negate a command or set its defaults\n"
2690        "Debugging functions (see also 'undebug')\n"
2691        "BGP information\n"
2692        "BGP allow martian next hops\n")
2693
2694 DEFSH (0, no_link_params_enable_cmd_vtysh, 
2695        "no enable", 
2696        "Negate a command or set its defaults\n"
2697        "Disable link parameters on this interface\n")
2698
2699 DEFSH (0, show_bgp_ipv4_community_list_cmd_vtysh, 
2700        "show bgp ipv4 community-list (<1-500>|WORD)", 
2701        "Show running system information\n"
2702        "BGP information\n"
2703        "IP information\n"
2704        "Display routes matching the community-list\n"
2705        "community-list number\n"
2706        "community-list name\n")
2707
2708 DEFSH (0, show_bgp_view_neighbor_advertised_route_cmd_vtysh, 
2709        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
2710        "Show running system information\n"
2711        "BGP information\n"
2712        "BGP view\n"
2713        "View name\n"
2714        "Detailed information on TCP and BGP neighbor connections\n"
2715        "Neighbor to display information about\n"
2716        "Neighbor to display information about\n"
2717        "Display the routes advertised to a BGP neighbor\n")
2718
2719 DEFSH (0, show_bgp_ipv6_safi_community_cmd_vtysh, 
2720        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export)", 
2721        "Show running system information\n"
2722        "BGP information\n"
2723        "Address family\n"
2724        "Address family modifier\n"
2725        "Address family modifier\n"
2726        "Address family modifier\n"
2727        "Address family modifier\n"
2728        "Display routes matching the communities\n"
2729        "community number\n"
2730        "Do not send outside local AS (well-known community)\n"
2731        "Do not advertise to any peer (well-known community)\n"
2732        "Do not export to next AS (well-known community)\n")
2733
2734 DEFSH (0, ip_route_mask_flags2_tag_vrf_cmd_vtysh, 
2735        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
2736        "IP information\n"
2737        "Establish static routes\n"
2738        "IP destination prefix\n"
2739        "IP destination prefix mask\n"
2740        "Emit an ICMP unreachable when matched\n"
2741        "Silently discard pkts when matched\n"
2742        "Set tag for this route\n"
2743        "Tag value\n"
2744        "Specify the VRF\nThe VRF ID\n")
2745
2746 DEFSH (0, show_ipv6_bgp_community3_exact_cmd_vtysh, 
2747        "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", 
2748        "Show running system information\n"
2749        "IPv6 information\n"
2750        "BGP information\n"
2751        "Display routes matching the communities\n"
2752        "community number\n"
2753        "Do not send outside local AS (well-known community)\n"
2754        "Do not advertise to any peer (well-known community)\n"
2755        "Do not export to next AS (well-known community)\n"
2756        "community number\n"
2757        "Do not send outside local AS (well-known community)\n"
2758        "Do not advertise to any peer (well-known community)\n"
2759        "Do not export to next AS (well-known community)\n"
2760        "community number\n"
2761        "Do not send outside local AS (well-known community)\n"
2762        "Do not advertise to any peer (well-known community)\n"
2763        "Do not export to next AS (well-known community)\n"
2764        "Exact match of the communities")
2765
2766 DEFSH (0, show_ipv6_bgp_community4_exact_cmd_vtysh, 
2767        "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", 
2768        "Show running system information\n"
2769        "IPv6 information\n"
2770        "BGP information\n"
2771        "Display routes matching the communities\n"
2772        "community number\n"
2773        "Do not send outside local AS (well-known community)\n"
2774        "Do not advertise to any peer (well-known community)\n"
2775        "Do not export to next AS (well-known community)\n"
2776        "community number\n"
2777        "Do not send outside local AS (well-known community)\n"
2778        "Do not advertise to any peer (well-known community)\n"
2779        "Do not export to next AS (well-known community)\n"
2780        "community number\n"
2781        "Do not send outside local AS (well-known community)\n"
2782        "Do not advertise to any peer (well-known community)\n"
2783        "Do not export to next AS (well-known community)\n"
2784        "community number\n"
2785        "Do not send outside local AS (well-known community)\n"
2786        "Do not advertise to any peer (well-known community)\n"
2787        "Do not export to next AS (well-known community)\n"
2788        "Exact match of the communities")
2789
2790 DEFSH (0, clear_ip_bgp_as_ipv4_soft_cmd_vtysh, 
2791        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) soft", 
2792        "Reset functions\n"
2793        "IP information\n"
2794        "BGP information\n"
2795        "Clear peers with the AS number\n"
2796        "Address family\n"
2797        "Address Family Modifier\n"
2798        "Address Family Modifier\n"
2799        "Soft reconfig inbound and outbound updates\n")
2800
2801 DEFSH (0, no_ip_route_tag_cmd_vtysh, 
2802        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
2803        "Negate a command or set its defaults\n"
2804        "IP information\n"
2805        "Establish static routes\n"
2806        "IP destination prefix (e.g. 10.0.0.0/8)\n"
2807        "IP gateway address\n"
2808        "IP gateway interface name\n"
2809        "Null interface\n"
2810        "Tag of this route\n"
2811        "Tag value\n")
2812
2813 DEFSH (0, ip_lcommunity_list_name_standard2_cmd_vtysh, 
2814        "ip large-community-list standard WORD (deny|permit)", 
2815        "IP information\n"
2816        "Add a large community list entry\n"
2817        "Specify standard large-community-list\n"
2818        "Large Community list name\n"
2819        "Specify large community to reject\n"
2820        "Specify large community to accept\n")
2821
2822 DEFSH (0, psnp_interval_l1_cmd_vtysh, 
2823        "isis psnp-interval <1-120> level-1", 
2824        "IS-IS commands\n"
2825        "Set PSNP interval in seconds\n"
2826        "PSNP interval value\n"
2827        "Specify interval for level-1 PSNPs\n")
2828
2829 DEFSH (0, clear_ip_bgp_peer_soft_in_cmd_vtysh, 
2830        "clear ip bgp A.B.C.D soft in", 
2831        "Reset functions\n"
2832        "IP information\n"
2833        "BGP information\n"
2834        "BGP neighbor address to clear\n"
2835        "Soft reconfig inbound and outbound updates\n"
2836        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
2837
2838 DEFSH (0, show_bgp_ipv4_safi_damp_flap_address_cmd_vtysh, 
2839        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics A.B.C.D", 
2840        "Show running system information\n"
2841        "BGP information\n"
2842        "Address family\n"
2843        "Address Family modifier\n"
2844        "Address Family modifier\n"
2845        "Address Family modifier\n"
2846        "Address Family modifier\n"
2847        "Display detailed information about dampening\n"
2848        "Display flap statistics of routes\n"
2849        "Network in the BGP routing table to display\n")
2850
2851 DEFSH (0, show_isis_topology_l2_cmd_vtysh, 
2852        "show isis topology level-2", 
2853        "Show running system information\n"
2854        "IS-IS information\n"
2855        "IS-IS paths to Intermediate Systems\n"
2856        "Paths to all level-2 routers in the domain\n")
2857
2858 DEFSH (0, clear_ip_bgp_prefix_cmd_vtysh, 
2859        "clear ip bgp prefix A.B.C.D/M", 
2860        "Reset functions\n"
2861        "IP information\n"
2862        "BGP information\n"
2863        "Clear bestpath and re-advertise\n"
2864        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
2865
2866 DEFSH (0, no_ospf_area_vlink_authkey_cmd_vtysh, 
2867        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
2868        "(authentication-key|)", 
2869        "Negate a command or set its defaults\n"
2870        "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"
2871        "Authentication password (key)\n" "The OSPF password (key)")
2872
2873 DEFSH (0, no_debug_ospf_te_cmd_vtysh, 
2874        "no debug ospf te", 
2875        "Negate a command or set its defaults\n"
2876        "Debugging functions (see also 'undebug')\n"
2877        "OSPF information\n"
2878        "OSPF-TE information\n")
2879
2880 DEFSH (0, neighbor_update_source_cmd_vtysh, 
2881        "neighbor (A.B.C.D|X:X::X:X|WORD) " "update-source " "(A.B.C.D|X:X::X:X|WORD)", 
2882        "Specify neighbor router\n"
2883        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
2884        "Source of routing updates\n"
2885        "IPv4 address\n" "IPv6 address\n" "Interface name (requires zebra to be running)\n")
2886
2887 DEFSH (0, ospf_area_nssa_cmd_vtysh, 
2888        "area (A.B.C.D|<0-4294967295>) nssa", 
2889        "OSPF area parameters\n"
2890        "OSPF area ID in IP address format\n"
2891        "OSPF area ID as a decimal value\n"
2892        "Configure OSPF area as nssa\n")
2893
2894 DEFSH (0, show_ipv6_bgp_community_all_cmd_vtysh, 
2895        "show ipv6 bgp community", 
2896        "Show running system information\n"
2897        "IPv6 information\n"
2898        "BGP information\n"
2899        "Display routes matching the communities\n")
2900
2901 DEFSH (0, ip_ospf_authentication_cmd_vtysh, 
2902        "ip ospf authentication", 
2903        "IP Information\n"
2904        "OSPF interface commands\n"
2905        "Enable authentication on this interface\n")
2906
2907 DEFSH (0, show_ipv6_bgp_prefix_longer_cmd_vtysh, 
2908        "show ipv6 bgp X:X::X:X/M longer-prefixes", 
2909        "Show running system information\n"
2910        "IPv6 information\n"
2911        "BGP information\n"
2912        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
2913        "Display route and more specific routes\n")
2914
2915 DEFSH (0, show_ip_ospf_database_cmd_vtysh, 
2916        "show ip ospf database", 
2917        "Show running system information\n"
2918        "IP information\n"
2919        "OSPF information\n"
2920        "Database summary\n")
2921
2922 DEFSH (0, ospf_area_vlink_param3_cmd_vtysh, 
2923        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
2924        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
2925        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
2926        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
2927        "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"
2928        "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"
2929        "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"
2930        "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")
2931
2932 DEFSH (0, debug_ospf_packet_send_recv_detail_cmd_vtysh, 
2933        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv) (detail|)", 
2934        "Debugging functions\n"
2935        "OSPF information\n"
2936        "OSPF packets\n"
2937        "OSPF Hello\n"
2938        "OSPF Database Description\n"
2939        "OSPF Link State Request\n"
2940        "OSPF Link State Update\n"
2941        "OSPF Link State Acknowledgment\n"
2942        "OSPF all packets\n"
2943        "Packet sent\n"
2944        "Packet received\n"
2945        "Detail Information\n")
2946
2947 DEFSH (0, ip_ospf_hello_interval_addr_cmd_vtysh, 
2948        "ip ospf hello-interval <1-65535> A.B.C.D", 
2949        "IP Information\n"
2950        "OSPF interface commands\n"
2951        "Time between HELLO packets\n"
2952        "Seconds\n"
2953        "Address of interface")
2954
2955 DEFSH (0, clear_bgp_peer_group_out_cmd_vtysh, 
2956        "clear bgp peer-group WORD out", 
2957        "Reset functions\n"
2958        "BGP information\n"
2959        "Clear all members of peer-group\n"
2960        "BGP peer-group name\n"
2961        "Resend all outbound updates\n")
2962
2963 DEFSH (0, show_bgp_neighbors_cmd_vtysh, 
2964        "show bgp neighbors", 
2965        "Show running system information\n"
2966        "BGP information\n"
2967        "Detailed information on TCP and BGP neighbor connections\n")
2968
2969 DEFSH (0, clear_ip_bgp_external_in_cmd_vtysh, 
2970        "clear ip bgp external in", 
2971        "Reset functions\n"
2972        "IP information\n"
2973        "BGP information\n"
2974        "Clear all external peers\n"
2975        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
2976
2977 DEFSH (0, no_ospf6_distance_source_cmd_vtysh, 
2978        "no distance <1-255> X:X::X:X/M", 
2979        "Negate a command or set its defaults\n"
2980        "Administrative distance\n"
2981        "Distance value\n"
2982        "IP source prefix\n")
2983
2984 DEFSH (0, if_no_nhrp_holdtime_cmd_vtysh, 
2985  "no " "(ip|ipv6)" " nhrp holdtime [1-65000]", 
2986  "Negate a command or set its defaults\n"
2987  "IP information\n" "IPv6 information\n"
2988  "Next Hop Resolution Protocol functions\n"
2989  "Specify NBMA address validity time\n"
2990  "Time in seconds that NBMA addresses are advertised valid\n")
2991
2992 DEFSH (0, no_ospf_area_shortcut_cmd_vtysh, 
2993        "no area (A.B.C.D|<0-4294967295>) shortcut (enable|disable)", 
2994        "Negate a command or set its defaults\n"
2995        "OSPF area parameters\n"
2996        "OSPF area ID in IP address format\n"
2997        "OSPF area ID as a decimal value\n"
2998        "Deconfigure the area's shortcutting mode\n"
2999        "Deconfigure enabled shortcutting through the area\n"
3000        "Deconfigure disabled shortcutting through the area\n")
3001
3002 DEFSH (0, no_key_cmd_vtysh, 
3003        "no key <0-2147483647>", 
3004        "Negate a command or set its defaults\n"
3005        "Delete a key\n"
3006        "Key identifier number\n")
3007
3008 DEFSH (0, no_access_list_extended_any_host_cmd_vtysh, 
3009        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any host A.B.C.D", 
3010        "Negate a command or set its defaults\n"
3011        "Add an access list entry\n"
3012        "IP extended access list\n"
3013        "IP extended access list (expanded range)\n"
3014        "Specify packets to reject\n"
3015        "Specify packets to forward\n"
3016        "Any Internet Protocol\n"
3017        "Any source host\n"
3018        "A single destination host\n"
3019        "Destination address\n")
3020
3021 DEFSH (0, no_bgp_bestpath_med_cmd_vtysh, 
3022        "no bgp bestpath med (confed|missing-as-worst)", 
3023        "Negate a command or set its defaults\n"
3024        "BGP specific commands\n"
3025        "Change the default bestpath selection\n"
3026        "MED attribute\n"
3027        "Compare MED among confederation paths\n"
3028        "Treat missing MED as the least preferred one\n")
3029
3030 DEFSH (0, show_isis_topology_l1_cmd_vtysh, 
3031        "show isis topology level-1", 
3032        "Show running system information\n"
3033        "IS-IS information\n"
3034        "IS-IS paths to Intermediate Systems\n"
3035        "Paths to all level-1 routers in the area\n")
3036
3037 DEFSH (0, show_ip_ssmpingd_cmd_vtysh, 
3038        "show ip ssmpingd", 
3039        "Show running system information\n"
3040        "IP information\n"
3041        "ssmpingd operation\n")
3042
3043 DEFSH (0, clear_ip_bgp_peer_encap_out_cmd_vtysh, 
3044        "clear ip bgp A.B.C.D encap unicast out", 
3045        "Reset functions\n"
3046        "IP information\n"
3047        "BGP information\n"
3048        "BGP neighbor address to clear\n"
3049        "Address family\n"
3050        "Address Family Modifier\n"
3051        "Soft reconfig outbound update\n")
3052
3053 DEFSH (0, ip_route_mask_vrf_cmd_vtysh, 
3054        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
3055        "IP information\n"
3056        "Establish static routes\n"
3057        "IP destination prefix\n"
3058        "IP destination prefix mask\n"
3059        "IP gateway address\n"
3060        "IP gateway interface name\n"
3061        "Null interface\n"
3062        "Specify the VRF\nThe VRF ID\n")
3063
3064 DEFSH (0, spf_interval_l2_cmd_vtysh, 
3065        "spf-interval level-2 <1-120>", 
3066        "Minimum interval between SPF calculations\n"
3067        "Set interval for level 2 only\n"
3068        "Minimum interval between consecutive SPFs in seconds\n")
3069
3070 DEFSH (0, show_ip_rpf_addr_vrf_cmd_vtysh, 
3071        "show ip rpf A.B.C.D " "vrf <0-65535>", 
3072        "Show running system information\n"
3073        "IP information\n"
3074        "Display RPF information for multicast source\n"
3075        "IP multicast source address (e.g. 10.0.0.0)\n"
3076        "Specify the VRF\nThe VRF ID\n")
3077
3078 DEFSH (0, clear_ip_bgp_peer_out_cmd_vtysh, 
3079        "clear ip bgp A.B.C.D out", 
3080        "Reset functions\n"
3081        "IP information\n"
3082        "BGP information\n"
3083        "BGP neighbor address to clear\n"
3084        "Resend all outbound updates\n")
3085
3086 DEFSH (0, ospf6_routemap_no_set_forwarding_cmd_vtysh, 
3087        "no set forwarding-address X:X::X:X", 
3088        "Negate a command or set its defaults\n"
3089        "Set value\n"
3090        "Forwarding Address\n"
3091        "IPv6 Address\n")
3092
3093 DEFSH (0, show_bgp_ipv6_encap_summary_cmd_vtysh, 
3094        "show bgp ipv6 encap summary", 
3095        "Show running system information\n"
3096        "BGP information\n"
3097        "IPv6\n"
3098        "Display ENCAP NLRI specific information\n"
3099        "Summary of BGP neighbor status\n")
3100
3101 DEFSH (0, no_bgp_multiple_instance_cmd_vtysh, 
3102        "no bgp multiple-instance", 
3103        "Negate a command or set its defaults\n"
3104        "BGP information\n"
3105        "BGP multiple instance\n")
3106
3107 DEFSH (0, show_bgp_ipv6_safi_flap_route_map_cmd_vtysh, 
3108        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics route-map WORD", 
3109        "Show running system information\n"
3110        "BGP information\n"
3111        "IPv6 information\n"
3112        "Address Family Modifier\n"
3113        "Address Family Modifier\n"
3114        "Address Family Modifier\n"
3115        "Address Family Modifier\n"
3116        "Display flap statistics of routes\n"
3117        "Display routes matching the route-map\n"
3118        "A route-map to match on\n")
3119
3120 DEFSH (0, no_ospf_distance_cmd_vtysh, 
3121        "no distance <1-255>", 
3122        "Negate a command or set its defaults\n"
3123        "Define an administrative distance\n"
3124        "OSPF Administrative distance\n")
3125
3126 DEFSH (0, show_bgp_ipv4_vpn_route_cmd_vtysh, 
3127        "show bgp ipv4 vpn A.B.C.D", 
3128        "Show running system information\n"
3129        "BGP information\n"
3130        "Address Family\n"
3131        "Display VPN NLRI specific information\n"
3132        "Network in the BGP routing table to display\n")
3133
3134 DEFSH (0, ipv6_ospf6_passive_cmd_vtysh, 
3135        "ipv6 ospf6 passive", 
3136        "IPv6 Information\n"
3137        "Open Shortest Path First (OSPF) for IPv6\n"
3138        "passive interface,  No adjacency will be formed on this interface\n"
3139        )
3140
3141 DEFSH (0, bgp_bestpath_med_cmd_vtysh, 
3142        "bgp bestpath med (confed|missing-as-worst)", 
3143        "BGP specific commands\n"
3144        "Change the default bestpath selection\n"
3145        "MED attribute\n"
3146        "Compare MED among confederation paths\n"
3147        "Treat missing MED as the least preferred one\n")
3148
3149 DEFSH (0, ip_rip_send_version_1_cmd_vtysh, 
3150        "ip rip send version 1 2", 
3151        "IP information\n"
3152        "Routing Information Protocol\n"
3153        "Advertisement transmission\n"
3154        "Version control\n"
3155        "RIP version 1\n"
3156        "RIP version 2\n")
3157
3158 DEFSH (0, show_ip_pim_interface_cmd_vtysh, 
3159        "show ip pim interface", 
3160        "Show running system information\n"
3161        "IP information\n"
3162        "PIM information\n"
3163        "PIM interface information\n")
3164
3165 DEFSH (0, no_ripng_redistribute_type_cmd_vtysh, 
3166        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)", 
3167        "Negate a command or set its defaults\n"
3168        "Redistribute\n"
3169        "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")
3170
3171 DEFSH (0, debug_pim_trace_cmd_vtysh, 
3172        "debug pim trace", 
3173        "Debugging functions (see also 'undebug')\n"
3174        "PIM protocol activity\n"
3175        "PIM internal daemon activity\n")
3176
3177 DEFSH (0, no_ip_route_tag_distance_cmd_vtysh, 
3178        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
3179        "Negate a command or set its defaults\n"
3180        "IP information\n"
3181        "Establish static routes\n"
3182        "IP destination prefix (e.g. 10.0.0.0/8)\n"
3183        "IP gateway address\n"
3184        "IP gateway interface name\n"
3185        "Null interface\n"
3186        "Tag of this route\n"
3187        "Tag value\n"
3188        "Distance value for this route\n")
3189
3190 DEFSH (0, no_ospf_area_vlink_param4_cmd_vtysh, 
3191        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
3192        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
3193        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
3194        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
3195        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
3196        "Negate a command or set its defaults\n"
3197        "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"
3198        "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"
3199        "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"
3200        "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"
3201        "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")
3202
3203 DEFSH (0, show_ip_route_summary_vrf_cmd_vtysh, 
3204        "show ip route summary " "vrf <0-65535>", 
3205        "Show running system information\n"
3206        "IP information\n"
3207        "IP routing table\n"
3208        "Summary of all routes\n"
3209        "Specify the VRF\nThe VRF ID\n")
3210
3211 DEFSH (0, debug_bgp_as4_segment_cmd_vtysh, 
3212        "debug bgp as4 segment", 
3213        "Debugging functions (see also 'undebug')\n"
3214        "BGP information\n"
3215        "BGP AS4 actions\n"
3216        "BGP AS4 aspath segment handling\n")
3217
3218 DEFSH (0, show_bgp_ipv6_encap_tags_cmd_vtysh, 
3219        "show bgp ipv6 encap tags", 
3220        "Show running system information\n"
3221        "BGP information\n"
3222        "Address Family\n"
3223        "Display ENCAP NLRI specific information\n"
3224        "Display BGP tags for prefixes\n")
3225
3226 DEFSH (0, bgp_network_route_map_cmd_vtysh, 
3227        "network A.B.C.D/M route-map WORD", 
3228        "Specify a network to announce via BGP\n"
3229        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
3230        "Route-map to modify the attributes\n"
3231        "Name of the route map\n")
3232
3233 DEFSH (0, clear_bgp_peer_cmd_vtysh, 
3234        "clear bgp (A.B.C.D|X:X::X:X)", 
3235        "Reset functions\n"
3236        "BGP information\n"
3237        "BGP neighbor address to clear\n"
3238        "BGP IPv6 neighbor to clear\n")
3239
3240 DEFSH (0, set_ip_nexthop_peer_cmd_vtysh, 
3241        "set ip next-hop peer-address", 
3242        "Set values in destination routing protocol\n"
3243        "IP information\n"
3244        "Next hop address\n"
3245        "Use peer address (for BGP only)\n")
3246
3247 DEFSH (0, show_ip_rib_cmd_vtysh, 
3248        "show ip rib A.B.C.D", 
3249        "Show running system information\n"
3250        "IP information\n"
3251        "IP unicast routing table\n"
3252        "Unicast address\n")
3253
3254 DEFSH (0, ipv6_nd_reachable_time_cmd_vtysh, 
3255        "ipv6 nd reachable-time <1-3600000>", 
3256        "Interface IPv6 config commands\n"
3257        "Neighbor discovery\n"
3258        "Reachable time\n"
3259        "Reachable time in milliseconds\n")
3260
3261 DEFSH (0, debug_ospf_ism_cmd_vtysh, 
3262        "debug ospf ism", 
3263        "Debugging functions (see also 'undebug')\n"
3264        "OSPF information\n"
3265        "OSPF Interface State Machine\n")
3266
3267 DEFSH (0, show_bgp_ipv6_safi_neighbor_routes_cmd_vtysh, 
3268        "show bgp ipv6 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) routes", 
3269        "Show running system information\n"
3270        "BGP information\n"
3271        "Address family\n"
3272        "Address Family modifier\n"
3273        "Address Family modifier\n"
3274        "Detailed information on TCP and BGP neighbor connections\n"
3275        "Neighbor address\nIPv6 address\n"
3276        "Neighbor address\nIPv6 address\n"
3277        "Display routes learned from neighbor\n")
3278
3279 DEFSH (0, show_bgp_ipv4_safi_damp_flap_prefix_longer_cmd_vtysh, 
3280        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics A.B.C.D/M longer-prefixes", 
3281        "Show running system information\n"
3282        "BGP information\n"
3283        "Address family\n"
3284        "Address Family modifier\n"
3285        "Address Family modifier\n"
3286        "Address Family modifier\n"
3287        "Address Family modifier\n"
3288        "Display detailed information about dampening\n"
3289        "Display flap statistics of routes\n"
3290        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
3291        "Display route and more specific routes\n")
3292
3293 DEFSH (0, clear_ip_bgp_all_ipv4_soft_in_cmd_vtysh, 
3294        "clear ip bgp * ipv4 (unicast|multicast) soft in", 
3295        "Reset functions\n"
3296        "IP information\n"
3297        "BGP information\n"
3298        "Clear all peers\n"
3299        "Address family\n"
3300        "Address Family modifier\n"
3301        "Address Family modifier\n"
3302        "Soft reconfig inbound and outbound updates\n"
3303        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
3304
3305 DEFSH (0, show_bgp_route_pathtype_cmd_vtysh, 
3306        "show bgp X:X::X:X (bestpath|multipath)", 
3307        "Show running system information\n"
3308        "BGP information\n"
3309        "Network in the BGP routing table to display\n"
3310        "Display only the bestpath\n"
3311        "Display only multipaths\n")
3312
3313 DEFSH (0, set_ipv6_nexthop_peer_cmd_vtysh, 
3314        "set ipv6 next-hop peer-address", 
3315        "Set values in destination routing protocol\n"
3316        "IPv6 information\n"
3317        "Next hop address\n"
3318        "Use peer address (for BGP only)\n")
3319
3320 DEFSH (0, show_database_detail_cmd_vtysh, 
3321        "show isis database detail", 
3322        "Show running system information\n"
3323        "IS-IS information\n"
3324        "IS-IS link state database\n")
3325
3326 DEFSH (0, no_debug_bgp_normal_cmd_vtysh, 
3327        "no debug bgp", 
3328        "Negate a command or set its defaults\n"
3329        "Debugging functions (see also 'undebug')\n"
3330        "BGP information\n")
3331
3332 DEFSH (0, show_bgp_ipv4_vpn_rd_cmd_vtysh, 
3333        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn", 
3334        "Show running system information\n"
3335        "BGP information\n"
3336        "Address Family\n"
3337        "Display VPN NLRI specific information\n"
3338        "Display information for a route distinguisher\n"
3339        "VPN Route Distinguisher\n")
3340
3341 DEFSH (0, debug_ripng_zebra_cmd_vtysh, 
3342        "debug ripng zebra", 
3343        "Debugging functions (see also 'undebug')\n"
3344        "RIPng configuration\n"
3345        "Debug option set for ripng and zebra communication\n")
3346
3347 DEFSH (0, no_ospf_area_vlink_authtype_authkey_cmd_vtysh, 
3348        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
3349        "(authentication|) "
3350        "(authentication-key|)", 
3351        "Negate a command or set its defaults\n"
3352        "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"
3353        "Enable authentication on this virtual link\n" "dummy string \n"
3354        "Authentication password (key)\n" "The OSPF password (key)")
3355
3356 DEFSH (0, clear_bgp_ipv6_peer_group_out_cmd_vtysh, 
3357        "clear bgp ipv6 peer-group WORD out", 
3358        "Reset functions\n"
3359        "BGP information\n"
3360        "Address family\n"
3361        "Clear all members of peer-group\n"
3362        "BGP peer-group name\n"
3363        "Resend all outbound updates\n")
3364
3365 DEFSH (0, show_ipv6_mbgp_community_exact_cmd_vtysh, 
3366        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
3367        "Show running system information\n"
3368        "IPv6 information\n"
3369        "MBGP information\n"
3370        "Display routes matching the communities\n"
3371        "community number\n"
3372        "Do not send outside local AS (well-known community)\n"
3373        "Do not advertise to any peer (well-known community)\n"
3374        "Do not export to next AS (well-known community)\n"
3375        "Exact match of the communities")
3376
3377 DEFSH (0, no_set_aspath_prepend_cmd_vtysh, 
3378        "no set as-path prepend", 
3379        "Negate a command or set its defaults\n"
3380        "Set values in destination routing protocol\n"
3381        "Transform BGP AS_PATH attribute\n"
3382        "Prepend to the as-path\n")
3383
3384 DEFSH (0, neighbor_attr_unchanged2_cmd_vtysh, 
3385        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path (next-hop|med)", 
3386        "Specify neighbor router\n"
3387        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
3388        "BGP attribute is propagated unchanged to this neighbor\n"
3389        "As-path attribute\n"
3390        "Nexthop attribute\n"
3391        "Med attribute\n")
3392
3393 DEFSH (0, show_bgp_ipv6_safi_damp_flap_filter_list_cmd_vtysh, 
3394        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics filter-list WORD", 
3395        "Show running system information\n"
3396        "BGP information\n"
3397        "IPv6 information\n"
3398        "Address Family modifier\n"
3399        "Address Family modifier\n"
3400        "Address Family modifier\n"
3401        "Address Family modifier\n"
3402        "Display detailed information about dampening\n"
3403        "Display flap statistics of routes\n"
3404        "Display routes conforming to the filter-list\n"
3405        "Regular expression access list name\n")
3406
3407 DEFSH (0, no_neighbor_advertise_interval_cmd_vtysh, 
3408        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "advertisement-interval", 
3409        "Negate a command or set its defaults\n"
3410        "Specify neighbor router\n"
3411        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
3412        "Minimum interval between sending BGP routing updates\n")
3413
3414 DEFSH (0, debug_bgp_nht_cmd_vtysh, 
3415        "debug bgp nht", 
3416        "Debugging functions (see also 'undebug')\n"
3417        "BGP information\n"
3418        "BGP nexthop tracking events\n")
3419
3420 DEFSH (0, no_ospf_area_vlink_md5_cmd_vtysh, 
3421        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
3422        "(message-digest-key|) <1-255>", 
3423        "Negate a command or set its defaults\n"
3424        "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"
3425        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
3426
3427 DEFSH (0, isis_metric_l2_cmd_vtysh, 
3428        "isis metric <0-16777215> level-2", 
3429        "IS-IS commands\n"
3430        "Set default metric for circuit\n"
3431        "Default metric value\n"
3432        "Specify metric for level-2 routing\n")
3433
3434 DEFSH (0, no_bgp_confederation_identifier_arg_cmd_vtysh, 
3435        "no bgp confederation identifier " "<1-4294967295>", 
3436        "Negate a command or set its defaults\n"
3437        "BGP specific commands\n"
3438        "AS confederation parameters\n"
3439        "AS number\n"
3440        "Set routing domain confederation AS\n")
3441
3442 DEFSH (0, show_bgp_instance_ipv6_neighbors_peer_cmd_vtysh, 
3443        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X)", 
3444        "Show running system information\n"
3445        "BGP information\n"
3446        "BGP view\n"
3447        "View name\n"
3448        "Address family\n"
3449        "Detailed information on TCP and BGP neighbor connections\n"
3450        "Neighbor to display information about\n"
3451        "Neighbor to display information about\n")
3452
3453 DEFSH (0, show_bgp_ipv6_safi_damp_flap_statistics_cmd_vtysh, 
3454        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics", 
3455        "Show running system information\n"
3456        "BGP information\n"
3457        "Address Family\n"
3458        "Address Family modifier\n"
3459        "Address Family modifier\n"
3460        "Address Family modifier\n"
3461        "Address Family modifier\n"
3462        "Display detailed information about dampening\n"
3463        "Display flap statistics of routes\n")
3464
3465 DEFSH (0, clear_bgp_ipv6_as_soft_cmd_vtysh, 
3466        "clear bgp ipv6 " "<1-4294967295>" " soft", 
3467        "Reset functions\n"
3468        "BGP information\n"
3469        "Address family\n"
3470        "Clear peers with the AS number\n"
3471        "Soft reconfig inbound and outbound updates\n")
3472
3473 DEFSH (0, isis_mpls_te_router_addr_cmd_vtysh, 
3474        "mpls-te router-address A.B.C.D", 
3475        "MPLS-TE specific commands\n"
3476        "Stable IP address of the advertising router\n"
3477        "MPLS-TE router address in IPv4 address format\n")
3478
3479 DEFSH (0, no_ripng_timers_cmd_vtysh, 
3480        "no timers basic", 
3481        "Negate a command or set its defaults\n"
3482        "RIPng timers setup\n"
3483        "Basic timer\n")
3484
3485 DEFSH (0, ipv6_nd_prefix_noval_rtaddr_cmd_vtysh, 
3486        "ipv6 nd prefix X:X::X:X/M (router-address|)", 
3487        "Interface IPv6 config commands\n"
3488        "Neighbor discovery\n"
3489        "Prefix information\n"
3490        "IPv6 prefix\n"
3491        "Set Router Address flag\n")
3492
3493 DEFSH (0, clear_ip_bgp_peer_group_cmd_vtysh, 
3494        "clear ip bgp peer-group WORD", 
3495        "Reset functions\n"
3496        "IP information\n"
3497        "BGP information\n"
3498        "Clear all members of peer-group\n"
3499        "BGP peer-group name\n")
3500
3501 DEFSH (0, clear_ip_bgp_peer_encap_soft_out_cmd_vtysh, 
3502        "clear ip bgp A.B.C.D encap unicast soft out", 
3503        "Reset functions\n"
3504        "IP information\n"
3505        "BGP information\n"
3506        "BGP neighbor address to clear\n"
3507        "Address family\n"
3508        "Address Family Modifier\n"
3509        "Soft reconfig\n"
3510        "Soft reconfig outbound update\n")
3511
3512 DEFSH (0, no_psnp_interval_l2_cmd_vtysh, 
3513        "no isis psnp-interval level-2", 
3514        "Negate a command or set its defaults\n"
3515        "IS-IS commands\n"
3516        "Set PSNP interval in seconds\n"
3517        "Specify interval for level-2 PSNPs\n")
3518
3519 DEFSH (0|0|0|0, no_ipv6_prefix_list_cmd_vtysh, 
3520        "no ipv6 prefix-list WORD", 
3521        "Negate a command or set its defaults\n"
3522        "IPv6 information\n"
3523        "Build a prefix list\n"
3524        "Name of a prefix list\n")
3525
3526 DEFSH (0, undebug_bgp_nht_cmd_vtysh, 
3527        "undebug bgp nht", 
3528        "Disable debugging functions (see also 'debug')\n"
3529        "BGP information\n"
3530        "BGP next-hop tracking updates\n")
3531
3532 DEFSH (0, debug_ospf6_spf_database_cmd_vtysh, 
3533        "debug ospf6 spf database", 
3534        "Debugging functions (see also 'undebug')\n"
3535        "Open Shortest Path First (OSPF) for IPv6\n"
3536        "Debug SPF Calculation\n"
3537        "Log number of LSAs at SPF Calculation time\n"
3538       )
3539
3540 DEFSH (0, no_ipv6_ospf6_network_cmd_vtysh, 
3541        "no ipv6 ospf6 network", 
3542        "Negate a command or set its defaults\n"
3543        "IPv6 Information\n"
3544        "Open Shortest Path First (OSPF) for IPv6\n"
3545        "Network Type\n"
3546        "Default to whatever interface type system specifies"
3547        )
3548
3549 DEFSH (0, access_list_standard_nomask_cmd_vtysh, 
3550        "access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D", 
3551        "Add an access list entry\n"
3552        "IP standard access list\n"
3553        "IP standard access list (expanded range)\n"
3554        "Specify packets to reject\n"
3555        "Specify packets to forward\n"
3556        "Address to match\n")
3557
3558 DEFSH (0, show_ipv6_ospf6_database_id_router_cmd_vtysh, 
3559        "show ipv6 ospf6 database * A.B.C.D A.B.C.D", 
3560        "Show running system information\n"
3561        "IPv6 information\n"
3562        "Open Shortest Path First (OSPF) for IPv6\n"
3563        "Display Link state database\n"
3564        "Any Link state Type\n"
3565        "Specify Link state ID as IPv4 address notation\n"
3566        "Specify Advertising Router as IPv4 address notation\n"
3567       )
3568
3569 DEFSH (0, send_lifetime_day_month_day_month_cmd_vtysh, 
3570        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
3571        "Set send lifetime of the key\n"
3572        "Time to start\n"
3573        "Day of th month to start\n"
3574        "Month of the year to start\n"
3575        "Year to start\n"
3576        "Time to expire\n"
3577        "Day of th month to expire\n"
3578        "Month of the year to expire\n"
3579        "Year to expire\n")
3580
3581 DEFSH (0, neighbor_disable_connected_check_cmd_vtysh, 
3582        "neighbor (A.B.C.D|X:X::X:X|WORD) " "disable-connected-check", 
3583        "Specify neighbor router\n"
3584        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
3585        "one-hop away EBGP peer using loopback address\n")
3586
3587 DEFSH (0, aggregate_address_summary_only_cmd_vtysh, 
3588        "aggregate-address A.B.C.D/M summary-only", 
3589        "Configure BGP aggregate entries\n"
3590        "Aggregate prefix\n"
3591        "Filter more specific routes from updates\n")
3592
3593 DEFSH (0, ospf_area_range_cost_cmd_vtysh, 
3594        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M cost <0-16777215>", 
3595        "OSPF area parameters\n"
3596        "OSPF area ID in IP address format\n"
3597        "OSPF area ID as a decimal value\n"
3598        "Summarize routes matching address/mask (border routers only)\n"
3599        "Area range prefix\n"
3600        "User specified metric for this range\n"
3601        "Advertised metric for this range\n")
3602
3603 DEFSH (0, show_ip_route_prefix_vrf_all_cmd_vtysh, 
3604        "show ip route A.B.C.D/M " "vrf all", 
3605        "Show running system information\n"
3606        "IP information\n"
3607        "IP routing table\n"
3608        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
3609        "Specify the VRF\nAll VRFs\n")
3610
3611 DEFSH (0, debug_isis_rtevents_cmd_vtysh, 
3612        "debug isis route-events", 
3613        "Debugging functions (see also 'undebug')\n"
3614        "IS-IS information\n"
3615        "IS-IS Route related events\n")
3616
3617 DEFSH (0, no_debug_ospf6_neighbor_cmd_vtysh, 
3618        "no debug ospf6 neighbor", 
3619        "Negate a command or set its defaults\n"
3620        "Debugging functions (see also 'undebug')\n"
3621        "Open Shortest Path First (OSPF) for IPv6\n"
3622        "Debug OSPFv3 Neighbor\n"
3623       )
3624
3625 DEFSH (0, debug_ospf_event_cmd_vtysh, 
3626        "debug ospf event", 
3627        "Debugging functions (see also 'undebug')\n"
3628        "OSPF information\n"
3629        "OSPF event information\n")
3630
3631 DEFSH (0, ospf_network_cmd_vtysh, 
3632        "ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)", 
3633        "OSPF interface commands\n"
3634        "Network type\n"
3635        "Specify OSPF broadcast multi-access network\n"
3636        "Specify OSPF NBMA network\n"
3637        "Specify OSPF point-to-multipoint network\n"
3638        "Specify OSPF point-to-point network\n")
3639
3640 DEFSH (0, ip_route_mask_tag_distance_vrf_cmd_vtysh, 
3641        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
3642        "IP information\n"
3643        "Establish static routes\n"
3644        "IP destination prefix\n"
3645        "IP destination prefix mask\n"
3646        "IP gateway address\n"
3647        "IP gateway interface name\n"
3648        "Null interface\n"
3649        "Set tag for this route\n"
3650        "Tag value\n"
3651        "Distance value for this route\n"
3652        "Specify the VRF\nThe VRF ID\n")
3653
3654 DEFSH (0, ospf_max_metric_router_lsa_startup_cmd_vtysh, 
3655        "max-metric router-lsa on-startup <5-86400>", 
3656        "OSPF maximum / infinite-distance metric\n"
3657        "Advertise own Router-LSA with infinite distance (stub router)\n"
3658        "Automatically advertise stub Router-LSA on startup of OSPF\n"
3659        "Time (seconds) to advertise self as stub-router\n")
3660
3661 DEFSH (0, no_ip_route_mask_flags2_tag_cmd_vtysh, 
3662        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>", 
3663        "Negate a command or set its defaults\n"
3664        "IP information\n"
3665        "Establish static routes\n"
3666        "IP destination prefix\n"
3667        "IP destination prefix mask\n"
3668        "Emit an ICMP unreachable when matched\n"
3669        "Silently discard pkts when matched\n"
3670        "Tag of this route\n"
3671        "Tag value\n")
3672
3673 DEFSH (0|0|0, no_match_metric_val_cmd_vtysh, 
3674        "no match metric <0-4294967295>", 
3675        "Negate a command or set its defaults\n"
3676        "Match values from routing table\n"
3677        "Match metric of route\n"
3678        "Metric value\n")
3679
3680 DEFSH (0, show_bgp_ipv4_safi_damp_flap_route_map_cmd_vtysh, 
3681        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics route-map WORD", 
3682        "Show running system information\n"
3683        "BGP information\n"
3684        "IP information\n"
3685        "Address Family Modifier\n"
3686        "Address Family Modifier\n"
3687        "Address Family Modifier\n"
3688        "Address Family Modifier\n"
3689        "Display detailed information about dampening\n"
3690        "Display flap statistics of routes\n"
3691        "Display routes matching the route-map\n"
3692        "A route-map to match on\n")
3693
3694 DEFSH (0, no_ip_rip_split_horizon_cmd_vtysh, 
3695        "no ip rip split-horizon", 
3696        "Negate a command or set its defaults\n"
3697        "IP information\n"
3698        "Routing Information Protocol\n"
3699        "Perform split horizon\n")
3700
3701 DEFSH (0, interface_ip_igmp_query_interval_cmd_vtysh, 
3702        "ip igmp query-interval" " <1-1800>", 
3703        "IP information\n"
3704        "Enable IGMP operation\n"
3705        "IGMP host query interval\n"
3706        "Query interval in seconds\n")
3707
3708 DEFSH (0, no_bgp_network_mask_route_map_cmd_vtysh, 
3709        "no network A.B.C.D mask A.B.C.D route-map WORD", 
3710        "Negate a command or set its defaults\n"
3711        "Specify a network to announce via BGP\n"
3712        "Network number\n"
3713        "Network mask\n"
3714        "Network mask\n"
3715        "Route-map to modify the attributes\n"
3716        "Name of the route map\n")
3717
3718 DEFSH (0, clear_ip_bgp_peer_group_soft_cmd_vtysh, 
3719        "clear ip bgp peer-group WORD soft", 
3720        "Reset functions\n"
3721        "IP information\n"
3722        "BGP information\n"
3723        "Clear all members of peer-group\n"
3724        "BGP peer-group name\n"
3725        "Soft reconfig inbound and outbound updates\n")
3726
3727 DEFSH (0|0, no_set_ipv6_nexthop_local_val_cmd_vtysh, 
3728        "no set ipv6 next-hop local X:X::X:X", 
3729        "Negate a command or set its defaults\n"
3730        "Set values in destination routing protocol\n"
3731        "IPv6 information\n"
3732        "IPv6 next-hop address\n"
3733        "IPv6 local address\n"
3734        "IPv6 address of next hop\n")
3735
3736 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_cmd_vtysh, 
3737        "show ipv6 ospf6 database "
3738        "(router|network|inter-prefix|inter-router|as-external|"
3739        "group-membership|type-7|link|intra-prefix) self-originated", 
3740        "Show running system information\n"
3741        "IPv6 information\n"
3742        "Open Shortest Path First (OSPF) for IPv6\n"
3743        "Display Link state database\n"
3744        "Display Router LSAs\n"
3745        "Display Network LSAs\n"
3746        "Display Inter-Area-Prefix LSAs\n"
3747        "Display Inter-Area-Router LSAs\n"
3748        "Display As-External LSAs\n"
3749        "Display Group-Membership LSAs\n"
3750        "Display Type-7 LSAs\n"
3751        "Display Link LSAs\n"
3752        "Display Intra-Area-Prefix LSAs\n"
3753        "Display Self-originated LSAs\n"
3754       )
3755
3756 DEFSH (0|0|0|0, ip_prefix_list_le_cmd_vtysh, 
3757        "ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32>", 
3758        "IP information\n"
3759        "Build a prefix list\n"
3760        "Name of a prefix list\n"
3761        "Specify packets to reject\n"
3762        "Specify packets to forward\n"
3763        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
3764        "Maximum prefix length to be matched\n"
3765        "Maximum prefix length\n")
3766
3767 DEFSH (0, bgp_confederation_identifier_cmd_vtysh, 
3768        "bgp confederation identifier " "<1-4294967295>", 
3769        "BGP specific commands\n"
3770        "AS confederation parameters\n"
3771        "AS number\n"
3772        "Set routing domain confederation AS\n")
3773
3774 DEFSH (0, show_ip_bgp_lcommunity_all_cmd_vtysh, 
3775        "show ip bgp large-community", 
3776        "Show running system information\n"
3777        "IP information\n"
3778        "BGP information\n"
3779        "Display routes matching the large-communities\n")
3780
3781 DEFSH (0, show_ip_bgp_ipv4_lcommunity3_cmd_vtysh, 
3782        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
3783        "Show running system information\n"
3784        "IP information\n"
3785        "BGP information\n"
3786        "Address family\n"
3787        "Address Family modifier\n"
3788        "Address Family modifier\n"
3789        "Display routes matching the large-communities\n"
3790        "large-community number\n"
3791        "large-community number\n"
3792        "large-community number\n")
3793
3794 DEFSH (0, show_ipv6_ospf6_neighbor_detail_cmd_vtysh, 
3795        "show ipv6 ospf6 neighbor (detail|drchoice)", 
3796        "Show running system information\n"
3797        "IPv6 Information\n"
3798        "Open Shortest Path First (OSPF) for IPv6\n"
3799        "Neighbor list\n"
3800        "Display details\n"
3801        "Display DR choices\n"
3802       )
3803
3804 DEFSH (0, show_ipv6_route_addr_cmd_vtysh, 
3805        "show ipv6 route X:X::X:X", 
3806        "Show running system information\n"
3807        "IP information\n"
3808        "IPv6 routing table\n"
3809        "IPv6 Address\n")
3810
3811 DEFSH (0|0|0|0|0, no_set_tag_cmd_vtysh, 
3812        "no set tag", 
3813        "Negate a command or set its defaults\n"
3814        "Set values in destination routing protocol\n"
3815        "Tag value for routing protocol\n")
3816
3817 DEFSH (0, show_ip_bgp_instance_ipv4_rsclient_summary_cmd_vtysh, 
3818       "show ip bgp view WORD ipv4 (unicast|multicast) rsclient summary", 
3819        "Show running system information\n"
3820        "IP information\n"
3821        "BGP information\n"
3822        "BGP view\n"
3823        "View name\n"
3824        "Address family\n"
3825        "Address Family modifier\n"
3826        "Address Family modifier\n"
3827        "Information about Route Server Clients\n"
3828        "Summary of all Route Server Clients\n")
3829
3830 DEFSH (0|0|0|0|0|0, no_rmap_description_cmd_vtysh, 
3831        "no description", 
3832        "Negate a command or set its defaults\n"
3833        "Route-map comment\n")
3834
3835 DEFSH (0, clear_ip_bgp_instance_all_in_prefix_filter_cmd_vtysh, 
3836        "clear ip bgp view WORD * in prefix-filter", 
3837        "Reset functions\n"
3838        "IP information\n"
3839        "BGP information\n"
3840        "BGP view\n"
3841        "view name\n"
3842        "Clear all peers\n"
3843        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
3844        "Push out prefix-list ORF and do inbound soft reconfig\n")
3845
3846 DEFSH (0, ospf_cost_u32_cmd_vtysh, 
3847        "ospf cost <1-65535>", 
3848        "OSPF interface commands\n"
3849        "Interface cost\n"
3850        "Cost")
3851
3852 DEFSH (0, show_ipv6_route_protocol_vrf_all_cmd_vtysh, 
3853        "show ipv6 route " "(kernel|connected|static|ripng|ospf6|isis|bgp|babel|nhrp)" " " "vrf all", 
3854        "Show running system information\n"
3855        "IP information\n"
3856        "IP routing table\n"
3857        "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"
3858        "Specify the VRF\nAll VRFs\n")
3859
3860 DEFSH (0, ip_irdp_debug_misc_cmd_vtysh, 
3861        "ip irdp debug misc", 
3862        "IP information\n"
3863        "ICMP Router discovery debug Averts. and Solicits (short)\n")
3864
3865 DEFSH (0, match_community_exact_cmd_vtysh, 
3866        "match community (<1-99>|<100-500>|WORD) exact-match", 
3867        "Match values from routing table\n"
3868        "Match BGP community list\n"
3869        "Community-list number (standard)\n"
3870        "Community-list number (expanded)\n"
3871        "Community-list name\n"
3872        "Do exact matching of communities\n")
3873
3874 DEFSH (0, no_match_ip_route_source_val_cmd_vtysh, 
3875        "no match ip route-source (<1-199>|<1300-2699>|WORD)", 
3876        "Negate a command or set its defaults\n"
3877        "Match values from routing table\n"
3878        "IP information\n"
3879        "Match advertising source address of route\n"
3880        "IP access-list number\n"
3881        "IP access-list number (expanded range)\n"
3882        "IP standard access-list name\n")
3883
3884 DEFSH (0|0|0|0|0, no_match_ip_address_prefix_list_cmd_vtysh, 
3885        "no match ip address prefix-list", 
3886        "Negate a command or set its defaults\n"
3887        "Match values from routing table\n"
3888        "IP information\n"
3889        "Match address of route\n"
3890        "Match entries of prefix-lists\n")
3891
3892 DEFSH (0, ospf_distance_ospf_cmd_vtysh, 
3893        "distance ospf "
3894          "{intra-area <1-255>|inter-area <1-255>|external <1-255>}", 
3895        "Define an administrative distance\n"
3896        "OSPF Administrative distance\n"
3897        "Intra-area routes\n"
3898        "Distance for intra-area routes\n"
3899        "Inter-area routes\n"
3900        "Distance for inter-area routes\n"
3901        "External routes\n"
3902        "Distance for external routes\n")
3903
3904 DEFSH (0, show_bgp_statistics_view_vpnv4_cmd_vtysh, 
3905        "show bgp view WORD (ipv4) (vpnv4) statistics", 
3906        "Show running system information\n"
3907        "BGP information\n"
3908        "BGP view\n"
3909        "Address family\n"
3910        "Address Family modifier\n"
3911        "BGP RIB advertisement statistics\n")
3912
3913 DEFSH (0, no_spf_interval_l1_cmd_vtysh, 
3914        "no spf-interval level-1", 
3915        "Negate a command or set its defaults\n"
3916        "Minimum interval between SPF calculations\n"
3917        "Set interval for level 1 only\n")
3918
3919 DEFSH (0, no_psnp_interval_l1_cmd_vtysh, 
3920        "no isis psnp-interval level-1", 
3921        "Negate a command or set its defaults\n"
3922        "IS-IS commands\n"
3923        "Set PSNP interval in seconds\n"
3924        "Specify interval for level-1 PSNPs\n")
3925
3926 DEFSH (0, show_bgp_ipv4_safi_route_cmd_vtysh, 
3927        "show bgp ipv4 (unicast|multicast) A.B.C.D", 
3928        "Show running system information\n"
3929        "BGP information\n"
3930        "Address family\n"
3931        "Address Family modifier\n"
3932        "Address Family modifier\n"
3933        "Network in the BGP routing table to display\n")
3934
3935 DEFSH (0, no_ip_multicast_routing_cmd_vtysh, 
3936        "no" " " "ip multicast-routing", 
3937        "Negate a command or set its defaults\n"
3938        "IP information\n"
3939        "Global IP configuration subcommands\n"
3940        "Enable IP multicast forwarding\n")
3941
3942 DEFSH (0, interface_ip_igmp_cmd_vtysh, 
3943        "ip igmp", 
3944        "IP information\n"
3945        "Enable IGMP operation\n")
3946
3947 DEFSH (0, clear_bgp_peer_in_cmd_vtysh, 
3948        "clear bgp (A.B.C.D|X:X::X:X) in", 
3949        "Reset functions\n"
3950        "BGP information\n"
3951        "BGP neighbor address to clear\n"
3952        "BGP IPv6 neighbor to clear\n"
3953        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
3954
3955 DEFSH (0, no_set_overload_bit_cmd_vtysh, 
3956        "no set-overload-bit", 
3957        "Reset overload bit to accept transit traffic\n"
3958        "Reset overload bit\n")
3959
3960 DEFSH (0, ip_protocol_cmd_vtysh, 
3961        "ip protocol PROTO route-map ROUTE-MAP", 
3962        "Negate a command or set its defaults\n"
3963        "Apply route map to PROTO\n"
3964        "Protocol name\n"
3965        "Route map name\n")
3966
3967 DEFSH (0, neighbor_enforce_multihop_cmd_vtysh, 
3968        "neighbor (A.B.C.D|X:X::X:X|WORD) " "enforce-multihop", 
3969        "Specify neighbor router\n"
3970        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
3971        "Enforce EBGP neighbors perform multihop\n")
3972
3973 DEFSH (0, show_ip_route_vrf_all_cmd_vtysh, 
3974        "show ip route " "vrf all", 
3975        "Show running system information\n"
3976        "IP information\n"
3977        "IP routing table\n"
3978        "Specify the VRF\nAll VRFs\n")
3979
3980 DEFSH (0, no_debug_ospf6_zebra_sendrecv_cmd_vtysh, 
3981        "no debug ospf6 zebra (send|recv)", 
3982        "Negate a command or set its defaults\n"
3983        "Debugging functions (see also 'undebug')\n"
3984        "Open Shortest Path First (OSPF) for IPv6\n"
3985        "Debug connection between zebra\n"
3986        "Debug Sending zebra\n"
3987        "Debug Receiving zebra\n"
3988       )
3989
3990 DEFSH (0, isis_priority_l1_cmd_vtysh, 
3991        "isis priority <0-127> level-1", 
3992        "IS-IS commands\n"
3993        "Set priority for Designated Router election\n"
3994        "Priority value\n"
3995        "Specify priority for level-1 routing\n")
3996
3997 DEFSH (0, no_ospf6_distance_source_access_list_cmd_vtysh, 
3998        "no distance <1-255> X:X::X:X/M WORD", 
3999        "Negate a command or set its defaults\n"
4000        "Administrative distance\n"
4001        "Distance value\n"
4002        "IP source prefix\n"
4003        "Access list name\n")
4004
4005 DEFSH (0, no_spf_interval_l2_arg_cmd_vtysh, 
4006        "no spf-interval level-2 <1-120>", 
4007        "Negate a command or set its defaults\n"
4008        "Minimum interval between SPF calculations\n"
4009        "Set interval for level 2 only\n"
4010        "Minimum interval between consecutive SPFs in seconds\n")
4011
4012 DEFSH (0, aggregate_address_mask_summary_only_cmd_vtysh, 
4013        "aggregate-address A.B.C.D A.B.C.D summary-only", 
4014        "Configure BGP aggregate entries\n"
4015        "Aggregate address\n"
4016        "Aggregate mask\n"
4017        "Filter more specific routes from updates\n")
4018
4019 DEFSH (0, bgp_graceful_restart_cmd_vtysh, 
4020        "bgp graceful-restart", 
4021        "BGP specific commands\n"
4022        "Graceful restart capability parameters\n")
4023
4024 DEFSH (0, no_metric_style_cmd_vtysh, 
4025        "no metric-style", 
4026        "Negate a command or set its defaults\n"
4027        "Use old-style (ISO 10589) or new-style packet formats\n")
4028
4029 DEFSH (0, ip_rip_authentication_mode_cmd_vtysh, 
4030        "ip rip authentication mode (md5|text)", 
4031        "IP information\n"
4032        "Routing Information Protocol\n"
4033        "Authentication control\n"
4034        "Authentication mode\n"
4035        "Keyed message digest\n"
4036        "Clear text authentication\n")
4037
4038 DEFSH (0, ospf6_log_adjacency_changes_cmd_vtysh, 
4039        "log-adjacency-changes", 
4040        "Log changes in adjacency state\n")
4041
4042 DEFSH (0, set_overload_bit_cmd_vtysh, 
4043        "set-overload-bit", 
4044        "Set overload bit to avoid any transit traffic\n"
4045        "Set overload bit\n")
4046
4047 DEFSH (0, no_debug_ospf_zebra_cmd_vtysh, 
4048        "no debug ospf zebra", 
4049        "Negate a command or set its defaults\n"
4050        "Debugging functions (see also 'undebug')\n"
4051        "OSPF information\n"
4052        "OSPF Zebra information\n")
4053
4054 DEFSH (0, no_isis_metric_cmd_vtysh, 
4055        "no isis metric", 
4056        "Negate a command or set its defaults\n"
4057        "IS-IS commands\n"
4058        "Set default metric for circuit\n")
4059
4060 DEFSH (0, link_params_delay_mm_cmd_vtysh, 
4061        "delay <0-16777215> min <0-16777215> max <0-16777215>", 
4062        "Unidirectional Average Link Delay (optionally Minimum and Maximum delays)\n"
4063        "Average delay in micro-second as decimal (0...16777215)\n"
4064        "Minimum delay\n"
4065        "Minimum delay in micro-second as decimal (0...16777215)\n"
4066        "Maximum delay\n"
4067        "Maximum delay in micro-second as decimal (0...16777215)\n")
4068
4069 DEFSH (0, no_ip_ospf_network_cmd_vtysh, 
4070        "no ip ospf network", 
4071        "Negate a command or set its defaults\n"
4072        "IP Information\n"
4073        "OSPF interface commands\n"
4074        "Network type\n")
4075
4076 DEFSH (0, no_ip_ospf_cost_cmd_vtysh, 
4077        "no ip ospf cost", 
4078        "Negate a command or set its defaults\n"
4079        "IP Information\n"
4080        "OSPF interface commands\n"
4081        "Interface cost\n")
4082
4083 DEFSH (0, ospf6_redistribute_routemap_cmd_vtysh, 
4084        "redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)" " route-map WORD", 
4085        "Redistribute\n"
4086        "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"
4087        "Route map reference\n"
4088        "Route map name\n"
4089       )
4090
4091 DEFSH (0, no_set_metric_addsub_cmd_vtysh, 
4092        "no set metric <+/-metric>", 
4093        "Negate a command or set its defaults\n"
4094        "Set values in destination routing protocol\n"
4095        "Metric value for destination routing protocol\n"
4096        "Add or subtract metric\n")
4097
4098 DEFSH (0, no_rip_version_val_cmd_vtysh, 
4099        "no version <1-2>", 
4100        "Negate a command or set its defaults\n"
4101        "Set routing protocol version\n"
4102        "version\n")
4103
4104 DEFSH (0, show_ip_bgp_instance_summary_cmd_vtysh, 
4105        "show ip bgp view WORD summary", 
4106        "Show running system information\n"
4107        "IP information\n"
4108        "BGP information\n"
4109        "BGP view\n"
4110        "View name\n"
4111        "Summary of BGP neighbor status\n")
4112
4113 DEFSH (0, show_ip_bgp_community4_exact_cmd_vtysh, 
4114        "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", 
4115        "Show running system information\n"
4116        "IP information\n"
4117        "BGP information\n"
4118        "Display routes matching the communities\n"
4119        "community number\n"
4120        "Do not send outside local AS (well-known community)\n"
4121        "Do not advertise to any peer (well-known community)\n"
4122        "Do not export to next AS (well-known community)\n"
4123        "community number\n"
4124        "Do not send outside local AS (well-known community)\n"
4125        "Do not advertise to any peer (well-known community)\n"
4126        "Do not export to next AS (well-known community)\n"
4127        "community number\n"
4128        "Do not send outside local AS (well-known community)\n"
4129        "Do not advertise to any peer (well-known community)\n"
4130        "Do not export to next AS (well-known community)\n"
4131        "community number\n"
4132        "Do not send outside local AS (well-known community)\n"
4133        "Do not advertise to any peer (well-known community)\n"
4134        "Do not export to next AS (well-known community)\n"
4135        "Exact match of the communities")
4136
4137 DEFSH (0, show_ip_bgp_neighbors_peer_cmd_vtysh, 
4138        "show ip bgp neighbors (A.B.C.D|X:X::X:X)", 
4139        "Show running system information\n"
4140        "IP information\n"
4141        "BGP information\n"
4142        "Detailed information on TCP and BGP neighbor connections\n"
4143        "Neighbor to display information about\n"
4144        "Neighbor to display information about\n")
4145
4146 DEFSH (0, no_isis_metric_l1_arg_cmd_vtysh, 
4147        "no isis metric <0-16777215> level-1", 
4148        "Negate a command or set its defaults\n"
4149        "IS-IS commands\n"
4150        "Set default metric for circuit\n"
4151        "Default metric value\n"
4152        "Specify metric for level-1 routing\n")
4153
4154 DEFSH (0, show_bgp_ipv6_safi_community_list_cmd_vtysh, 
4155        "show bgp ipv6 (encap|multicast|unicast|vpn) community-list (<1-500>|WORD)", 
4156        "Show running system information\n"
4157        "BGP information\n"
4158        "Address family\n"
4159        "Address family modifier\n"
4160        "Address family modifier\n"
4161        "Address family modifier\n"
4162        "Address family modifier\n"
4163        "Display routes matching the community-list\n"
4164        "community-list number\n"
4165        "community-list name\n")
4166
4167 DEFSH (0, show_bgp_ipv6_community2_cmd_vtysh, 
4168        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
4169        "Show running system information\n"
4170        "BGP information\n"
4171        "Address family\n"
4172        "Display routes matching the communities\n"
4173        "community number\n"
4174        "Do not send outside local AS (well-known community)\n"
4175        "Do not advertise to any peer (well-known community)\n"
4176        "Do not export to next AS (well-known community)\n"
4177        "community number\n"
4178        "Do not send outside local AS (well-known community)\n"
4179        "Do not advertise to any peer (well-known community)\n"
4180        "Do not export to next AS (well-known community)\n")
4181
4182 DEFSH (0, show_ip_ospf_cmd_vtysh, 
4183        "show ip ospf", 
4184        "Show running system information\n"
4185        "IP information\n"
4186        "OSPF information\n")
4187
4188 DEFSH (0, no_ospf_abr_type_cmd_vtysh, 
4189        "no ospf abr-type (cisco|ibm|shortcut|standard)", 
4190        "Negate a command or set its defaults\n"
4191        "OSPF specific commands\n"
4192        "Set OSPF ABR type\n"
4193        "Alternative ABR,  cisco implementation\n"
4194        "Alternative ABR,  IBM implementation\n"
4195        "Shortcut ABR\n")
4196
4197 DEFSH (0, no_ripng_default_metric_cmd_vtysh, 
4198        "no default-metric", 
4199        "Negate a command or set its defaults\n"
4200        "Set a metric of redistribute routes\n"
4201        "Default metric\n")
4202
4203 DEFSH (0, clear_bgp_ipv6_external_soft_out_cmd_vtysh, 
4204        "clear bgp ipv6 external soft out", 
4205        "Reset functions\n"
4206        "BGP information\n"
4207        "Address family\n"
4208        "Clear all external peers\n"
4209        "Soft reconfig inbound and outbound updates\n"
4210        "Resend all outbound updates\n")
4211
4212 DEFSH (0, show_ip_pim_secondary_cmd_vtysh, 
4213        "show ip pim secondary", 
4214        "Show running system information\n"
4215        "IP information\n"
4216        "PIM information\n"
4217        "PIM neighbor addresses\n")
4218
4219 DEFSH (0, no_bgp_rr_allow_outbound_policy_cmd_vtysh, 
4220        "no bgp route-reflector allow-outbound-policy", 
4221        "Negate a command or set its defaults\n"
4222        "BGP specific commands\n"
4223        "Allow modifications made by out route-map\n"
4224        "on ibgp neighbors\n")
4225
4226 DEFSH (0, show_ipv6_ospf6_database_adv_router_linkstate_id_cmd_vtysh, 
4227        "show ipv6 ospf6 database adv-router A.B.C.D linkstate-id A.B.C.D", 
4228        "Show running system information\n"
4229        "IPv6 information\n"
4230        "Open Shortest Path First (OSPF) for IPv6\n"
4231        "Display Link state database\n"
4232        "Search by Advertising Router\n"
4233        "Specify Advertising Router as IPv4 address notation\n"
4234        "Search by Link state ID\n"
4235        "Specify Link state ID as IPv4 address notation\n"
4236       )
4237
4238 DEFSH (0, show_bgp_ipv6_neighbors_peer_cmd_vtysh, 
4239        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X)", 
4240        "Show running system information\n"
4241        "BGP information\n"
4242        "Address family\n"
4243        "Detailed information on TCP and BGP neighbor connections\n"
4244        "Neighbor to display information about\n"
4245        "Neighbor to display information about\n")
4246
4247 DEFSH (0, ip_irdp_holdtime_cmd_vtysh, 
4248        "ip irdp holdtime <0-9000>", 
4249        "IP information\n"
4250        "ICMP Router discovery on this interface\n"
4251        "Set holdtime value\n"
4252        "Holdtime value in seconds. Default is 1800 seconds\n")
4253
4254 DEFSH (0, clear_ip_bgp_as_in_cmd_vtysh, 
4255        "clear ip bgp " "<1-4294967295>" " in", 
4256        "Reset functions\n"
4257        "IP information\n"
4258        "BGP information\n"
4259        "Clear peers with the AS number\n"
4260        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
4261
4262 DEFSH (0, no_neighbor_shutdown_cmd_vtysh, 
4263        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "shutdown", 
4264        "Negate a command or set its defaults\n"
4265        "Specify neighbor router\n"
4266        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4267        "Administratively shut down this neighbor\n")
4268
4269 DEFSH (0, show_ipv6_bgp_summary_cmd_vtysh, 
4270        "show ipv6 bgp summary", 
4271        "Show running system information\n"
4272        "IPv6 information\n"
4273        "BGP information\n"
4274        "Summary of BGP neighbor status\n")
4275
4276 DEFSH (0, ip_route_flags_tag_vrf_cmd_vtysh, 
4277        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
4278        "IP information\n"
4279        "Establish static routes\n"
4280        "IP destination prefix (e.g. 10.0.0.0/8)\n"
4281        "IP gateway address\n"
4282        "IP gateway interface name\n"
4283        "Emit an ICMP unreachable when matched\n"
4284        "Silently discard pkts when matched\n"
4285        "Set tag for this route\n"
4286        "Tag value\n"
4287        "Specify the VRF\nThe VRF ID\n")
4288
4289 DEFSH (0, show_ip_bgp_community_all_cmd_vtysh, 
4290        "show ip bgp community", 
4291        "Show running system information\n"
4292        "IP information\n"
4293        "BGP information\n"
4294        "Display routes matching the communities\n")
4295
4296 DEFSH (0, no_debug_ospf_packet_send_recv_cmd_vtysh, 
4297        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv|detail)", 
4298        "Negate a command or set its defaults\n"
4299        "Debugging functions\n"
4300        "OSPF information\n"
4301        "OSPF packets\n"
4302        "OSPF Hello\n"
4303        "OSPF Database Description\n"
4304        "OSPF Link State Request\n"
4305        "OSPF Link State Update\n"
4306        "OSPF Link State Acknowledgment\n"
4307        "OSPF all packets\n"
4308        "Packet sent\n"
4309        "Packet received\n"
4310        "Detail Information\n")
4311
4312 DEFSH (0, bgp_damp_unset2_cmd_vtysh, 
4313        "no bgp dampening <1-45> <1-20000> <1-20000> <1-255>", 
4314        "Negate a command or set its defaults\n"
4315        "BGP Specific commands\n"
4316        "Enable route-flap dampening\n"
4317        "Half-life time for the penalty\n"
4318        "Value to start reusing a route\n"
4319        "Value to start suppressing a route\n"
4320        "Maximum duration to suppress a stable route\n")
4321
4322 DEFSH (0, no_isis_default_originate_cmd_vtysh, 
4323       "no default-information originate (ipv4|ipv6) (level-1|level-2)", 
4324       "Negate a command or set its defaults\n"
4325       "Control distribution of default information\n"
4326       "Distribute a default route\n"
4327       "Distribute default route for IPv4\n"
4328       "Distribute default route for IPv6\n"
4329       "Distribute default route into level-1\n"
4330       "Distribute default route into level-2\n")
4331
4332 DEFSH (0, show_ip_bgp_route_pathtype_cmd_vtysh, 
4333        "show ip bgp A.B.C.D (bestpath|multipath)", 
4334        "Show running system information\n"
4335        "IP information\n"
4336        "BGP information\n"
4337        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
4338        "Display only the bestpath\n"
4339        "Display only multipaths\n")
4340
4341 DEFSH (0, show_ipv6_ospf6_database_type_router_detail_cmd_vtysh, 
4342        "show ipv6 ospf6 database "
4343        "(router|network|inter-prefix|inter-router|as-external|"
4344        "group-membership|type-7|link|intra-prefix) * A.B.C.D "
4345        "(detail|dump|internal)", 
4346        "Show running system information\n"
4347        "IPv6 information\n"
4348        "Open Shortest Path First (OSPF) for IPv6\n"
4349        "Display Link state database\n"
4350        "Display Router LSAs\n"
4351        "Display Network LSAs\n"
4352        "Display Inter-Area-Prefix LSAs\n"
4353        "Display Inter-Area-Router LSAs\n"
4354        "Display As-External LSAs\n"
4355        "Display Group-Membership LSAs\n"
4356        "Display Type-7 LSAs\n"
4357        "Display Link LSAs\n"
4358        "Display Intra-Area-Prefix LSAs\n"
4359        "Any Link state ID\n"
4360        "Specify Advertising Router as IPv4 address notation\n"
4361        "Display details of LSAs\n"
4362        "Dump LSAs\n"
4363        "Display LSA's internal information\n"
4364       )
4365
4366 DEFSH (0, show_ip_ospf_border_routers_cmd_vtysh, 
4367        "show ip ospf border-routers", 
4368        "Show running system information\n"
4369        "IP information\n"
4370        "show all the ABR's and ASBR's\n"
4371        "for this area\n")
4372
4373 DEFSH (0, no_neighbor_dont_capability_negotiate_cmd_vtysh, 
4374        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "dont-capability-negotiate", 
4375        "Negate a command or set its defaults\n"
4376        "Specify neighbor router\n"
4377        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4378        "Do not perform capability negotiation\n")
4379
4380 DEFSH (0, ipv6_nd_prefix_noval_cmd_vtysh, 
4381        "ipv6 nd prefix X:X::X:X/M (no-autoconfig|) (off-link|)", 
4382        "Interface IPv6 config commands\n"
4383        "Neighbor discovery\n"
4384        "Prefix information\n"
4385        "IPv6 prefix\n"
4386        "Do not use prefix for autoconfiguration\n"
4387        "Do not use prefix for onlink determination\n")
4388
4389 DEFSH (0, ripng_offset_list_ifname_cmd_vtysh, 
4390        "offset-list WORD (in|out) <0-16> IFNAME", 
4391        "Modify RIPng metric\n"
4392        "Access-list name\n"
4393        "For incoming updates\n"
4394        "For outgoing updates\n"
4395        "Metric value\n"
4396        "Interface to match\n")
4397
4398 DEFSH (0, clear_bgp_ipv6_peer_in_prefix_filter_cmd_vtysh, 
4399        "clear bgp ipv6 (A.B.C.D|X:X::X:X) in prefix-filter", 
4400        "Reset functions\n"
4401        "BGP information\n"
4402        "Address family\n"
4403        "BGP neighbor address to clear\n"
4404        "BGP IPv6 neighbor to clear\n"
4405        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
4406        "Push out the existing ORF prefix-list\n")
4407
4408 DEFSH (0, clear_ip_bgp_as_vpnv4_out_cmd_vtysh, 
4409        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast out", 
4410        "Reset functions\n"
4411        "IP information\n"
4412        "BGP information\n"
4413        "Clear peers with the AS number\n"
4414        "Address family\n"
4415        "Address Family modifier\n"
4416        "Resend all outbound updates\n")
4417
4418 DEFSH (0, area_lsp_mtu_cmd_vtysh, 
4419        "lsp-mtu <128-4352>", 
4420        "Configure the maximum size of generated LSPs\n"
4421        "Maximum size of generated LSPs\n")
4422
4423 DEFSH (0, debug_nhrp_cmd_vtysh, 
4424  "debug nhrp " "(all|common|event|interface|kernel|route|vici)", 
4425  "Enable debug messages for specific or all parts.\n"
4426  "NHRP information\n"
4427  "All messages\n" "Common messages (default)\n" "Event manager messages\n" "Interface messages\n" "Kernel messages\n" "Route messages\n" "VICI messages\n")
4428
4429 DEFSH (0, no_neighbor_local_as_cmd_vtysh, 
4430        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as", 
4431        "Negate a command or set its defaults\n"
4432        "Specify neighbor router\n"
4433        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4434        "Specify a local-as number\n")
4435
4436 DEFSH (0, undebug_igmp_packets_cmd_vtysh, 
4437        "undebug igmp packets", 
4438        "Disable debugging functions (see also 'debug')\n"
4439        "IGMP protocol activity\n"
4440        "IGMP protocol packets\n")
4441
4442 DEFSH (0, no_dump_bgp_all_cmd_vtysh, 
4443        "no dump bgp (all|updates|routes-mrt) [PATH] [INTERVAL]", 
4444        "Negate a command or set its defaults\n"
4445        "Stop dump packet\n"
4446        "Stop BGP packet dump\n"
4447        "Stop dump process all/all-et\n"
4448        "Stop dump process updates/updates-et\n"
4449        "Stop dump process route-mrt\n")
4450
4451 DEFSH (0, match_aspath_cmd_vtysh, 
4452        "match as-path WORD", 
4453        "Match values from routing table\n"
4454        "Match BGP AS path list\n"
4455        "AS path access-list name\n")
4456
4457 DEFSH (0, no_debug_static_cmd_vtysh, 
4458        "no debug static", 
4459        "Negate a command or set its defaults\n"
4460        "Debugging functions (see also 'undebug')\n"
4461        "PIM Static Multicast Route activity\n")
4462
4463 DEFSH (0, no_ip_route_mask_flags_distance2_cmd_vtysh, 
4464        "no ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255>", 
4465        "Negate a command or set its defaults\n"
4466        "IP information\n"
4467        "Establish static routes\n"
4468        "IP destination prefix\n"
4469        "IP destination prefix mask\n"
4470        "Emit an ICMP unreachable when matched\n"
4471        "Silently discard pkts when matched\n"
4472        "Distance value for this route\n")
4473
4474 DEFSH (0, no_match_ecommunity_val_cmd_vtysh, 
4475        "no match extcommunity (<1-99>|<100-500>|WORD)", 
4476        "Negate a command or set its defaults\n"
4477        "Match values from routing table\n"
4478        "Match BGP/VPN extended community list\n"
4479        "Extended community-list number (standard)\n"
4480        "Extended community-list number (expanded)\n"
4481        "Extended community-list name\n")
4482
4483 DEFSH (0, show_bgp_ipv4_encap_prefix_cmd_vtysh, 
4484        "show bgp ipv4 encap A.B.C.D/M", 
4485        "Show running system information\n"
4486        "BGP information\n"
4487        "IP information\n"
4488        "Display ENCAP NLRI specific information\n"
4489        "Display information about ENCAP NLRIs\n"
4490        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
4491
4492 DEFSH (0, no_debug_ospf6_neighbor_detail_cmd_vtysh, 
4493        "no debug ospf6 neighbor (state|event)", 
4494        "Negate a command or set its defaults\n"
4495        "Debugging functions (see also 'undebug')\n"
4496        "Open Shortest Path First (OSPF) for IPv6\n"
4497        "Debug OSPFv3 Neighbor\n"
4498        "Debug OSPFv3 Neighbor State Change\n"
4499        "Debug OSPFv3 Neighbor Event\n"
4500       )
4501
4502 DEFSH (0, ospf_area_nssa_no_summary_cmd_vtysh, 
4503        "area (A.B.C.D|<0-4294967295>) nssa no-summary", 
4504        "OSPF area parameters\n"
4505        "OSPF area ID in IP address format\n"
4506        "OSPF area ID as a decimal value\n"
4507        "Configure OSPF area as nssa\n"
4508        "Do not inject inter-area routes into nssa\n")
4509
4510 DEFSH (0, show_ip_bgp_instance_neighbors_cmd_vtysh, 
4511        "show ip bgp view WORD neighbors", 
4512        "Show running system information\n"
4513        "IP information\n"
4514        "BGP information\n"
4515        "BGP view\n"
4516        "View name\n"
4517        "Detailed information on TCP and BGP neighbor connections\n")
4518
4519 DEFSH (0, ipv6_route_pref_tag_vrf_cmd_vtysh, 
4520        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
4521        "IP information\n"
4522        "Establish static routes\n"
4523        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
4524        "IPv6 gateway address\n"
4525        "IPv6 gateway interface name\n"
4526        "Set tag for this route\n"
4527        "Tag value\n"
4528        "Distance value for this prefix\n"
4529        "Specify the VRF\nThe VRF ID\n")
4530
4531 DEFSH (0, show_ip_pim_dr_cmd_vtysh, 
4532        "show ip pim designated-router", 
4533        "Show running system information\n"
4534        "IP information\n"
4535        "PIM information\n"
4536        "PIM interface designated router\n")
4537
4538 DEFSH (0, clear_ip_bgp_peer_ipv4_soft_cmd_vtysh, 
4539        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft", 
4540        "Reset functions\n"
4541        "IP information\n"
4542        "BGP information\n"
4543        "BGP neighbor address to clear\n"
4544        "Address family\n"
4545        "Address Family Modifier\n"
4546        "Address Family Modifier\n"
4547        "Soft reconfig inbound and outbound updates\n")
4548
4549 DEFSH (0|0|0|0, no_match_ip_next_hop_prefix_list_val_cmd_vtysh, 
4550        "no match ip next-hop prefix-list WORD", 
4551        "Negate a command or set its defaults\n"
4552        "Match values from routing table\n"
4553        "IP information\n"
4554        "Match next-hop address of route\n"
4555        "Match entries of prefix-lists\n"
4556        "IP prefix-list name\n")
4557
4558 DEFSH (0, show_bgp_ipv4_safi_flap_regexp_cmd_vtysh, 
4559        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics regexp .LINE", 
4560        "Show running system information\n"
4561        "BGP information\n"
4562        "IP information\n"
4563        "Address Family Modifier\n"
4564        "Address Family Modifier\n"
4565        "Address Family Modifier\n"
4566        "Address Family Modifier\n"
4567        "Display flap statistics of routes\n"
4568        "Display routes matching the AS path regular expression\n"
4569        "A regular-expression to match the BGP AS paths\n")
4570
4571 DEFSH (0, no_log_adj_changes_cmd_vtysh, 
4572        "no log-adjacency-changes", 
4573        "Stop logging changes in adjacency state\n")
4574
4575 DEFSH (0, show_ip_community_list_arg_cmd_vtysh, 
4576        "show ip community-list (<1-500>|WORD)", 
4577        "Show running system information\n"
4578        "IP information\n"
4579        "List community-list\n"
4580        "Community-list number\n"
4581        "Community-list name\n")
4582
4583 DEFSH (0, no_neighbor_advertise_interval_val_cmd_vtysh, 
4584        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "advertisement-interval <0-600>", 
4585        "Negate a command or set its defaults\n"
4586        "Specify neighbor router\n"
4587        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4588        "Minimum interval between sending BGP routing updates\n"
4589        "time in seconds\n")
4590
4591 DEFSH (0, show_ip_pim_upstream_join_desired_cmd_vtysh, 
4592        "show ip pim upstream-join-desired", 
4593        "Show running system information\n"
4594        "IP information\n"
4595        "PIM information\n"
4596        "PIM upstream join-desired\n")
4597
4598 DEFSH (0, show_bgp_ipv4_vpn_rd_tags_cmd_vtysh, 
4599        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn tags", 
4600        "Show running system information\n"
4601        "BGP information\n"
4602        "Address Family\n"
4603        "Display VPN NLRI specific information\n"
4604        "Display information for a route distinguisher\n"
4605        "VPN Route Distinguisher\n"
4606        "Display BGP tags for prefixes\n")
4607
4608 DEFSH (0, clear_ip_bgp_peer_soft_out_cmd_vtysh, 
4609        "clear ip bgp A.B.C.D soft out", 
4610        "Reset functions\n"
4611        "IP information\n"
4612        "BGP information\n"
4613        "BGP neighbor address to clear\n"
4614        "Soft reconfig inbound and outbound updates\n"
4615        "Resend all outbound updates\n")
4616
4617 DEFSH (0, no_ip_rip_split_horizon_poisoned_reverse_cmd_vtysh, 
4618        "no ip rip split-horizon poisoned-reverse", 
4619        "Negate a command or set its defaults\n"
4620        "IP information\n"
4621        "Routing Information Protocol\n"
4622        "Perform split horizon\n"
4623        "With poisoned-reverse\n")
4624
4625 DEFSH (0, show_ip_bgp_lcommunity_info_cmd_vtysh, 
4626        "show ip bgp large-community-info", 
4627        "Show running system information\n"
4628        "IP information\n"
4629        "BGP information\n"
4630        "List all bgp large-community information\n")
4631
4632 DEFSH (0, bgp_redistribute_ipv6_metric_cmd_vtysh, 
4633        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295>", 
4634        "Redistribute information from another routing protocol\n"
4635        "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"
4636        "Metric for redistributed routes\n"
4637        "Default metric\n")
4638
4639 DEFSH (0, accept_lifetime_infinite_month_day_cmd_vtysh, 
4640        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> infinite", 
4641        "Set accept lifetime of the key\n"
4642        "Time to start\n"
4643        "Month of the year to start\n"
4644        "Day of th month to start\n"
4645        "Year to start\n"
4646        "Never expires")
4647
4648 DEFSH (0, debug_ospf6_zebra_sendrecv_cmd_vtysh, 
4649        "debug ospf6 zebra (send|recv)", 
4650        "Debugging functions (see also 'undebug')\n"
4651        "Open Shortest Path First (OSPF) for IPv6\n"
4652        "Debug connection between zebra\n"
4653        "Debug Sending zebra\n"
4654        "Debug Receiving zebra\n"
4655       )
4656
4657 DEFSH (0, ospf6_timers_throttle_spf_cmd_vtysh, 
4658        "timers throttle spf <0-600000> <0-600000> <0-600000>", 
4659        "Adjust routing timers\n"
4660        "Throttling adaptive timer\n"
4661        "OSPF6 SPF timers\n"
4662        "Delay (msec) from first change received till SPF calculation\n"
4663        "Initial hold time (msec) between consecutive SPF calculations\n"
4664        "Maximum hold time (msec)\n")
4665
4666 DEFSH (0, no_access_list_extended_cmd_vtysh, 
4667        "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", 
4668        "Negate a command or set its defaults\n"
4669        "Add an access list entry\n"
4670        "IP extended access list\n"
4671        "IP extended access list (expanded range)\n"
4672        "Specify packets to reject\n"
4673        "Specify packets to forward\n"
4674        "Any Internet Protocol\n"
4675        "Source address\n"
4676        "Source wildcard bits\n"
4677        "Destination address\n"
4678        "Destination Wildcard bits\n")
4679
4680 DEFSH (0, no_set_local_pref_val_cmd_vtysh, 
4681        "no set local-preference <0-4294967295>", 
4682        "Negate a command or set its defaults\n"
4683        "Set values in destination routing protocol\n"
4684        "BGP local preference path attribute\n"
4685        "Preference value\n")
4686
4687 DEFSH (0, debug_bgp_filter_cmd_vtysh, 
4688        "debug bgp filters", 
4689        "Debugging functions (see also 'undebug')\n"
4690        "BGP information\n"
4691        "BGP filters\n")
4692
4693 DEFSH (0, ipv6_route_vrf_cmd_vtysh, 
4694        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) " "vrf <0-65535>", 
4695        "IP information\n"
4696        "Establish static routes\n"
4697        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
4698        "IPv6 gateway address\n"
4699        "IPv6 gateway interface name\n"
4700        "Specify the VRF\nThe VRF ID\n")
4701
4702 DEFSH (0, no_auto_cost_reference_bandwidth_cmd_vtysh, 
4703        "no auto-cost reference-bandwidth", 
4704        "Negate a command or set its defaults\n"
4705        "Calculate OSPF interface cost according to bandwidth\n"
4706        "Use reference bandwidth method to assign OSPF cost\n")
4707
4708 DEFSH (0, ipv6_nd_homeagent_lifetime_cmd_vtysh, 
4709        "ipv6 nd home-agent-lifetime <0-65520>", 
4710        "Interface IPv6 config commands\n"
4711        "Neighbor discovery\n"
4712        "Home Agent lifetime\n"
4713        "Home Agent lifetime in seconds (0 to track ra-lifetime)\n")
4714
4715 DEFSH (0, clear_ip_bgp_all_ipv4_in_cmd_vtysh, 
4716        "clear ip bgp * ipv4 (unicast|multicast) in", 
4717        "Reset functions\n"
4718        "IP information\n"
4719        "BGP information\n"
4720        "Clear all peers\n"
4721        "Address family\n"
4722        "Address Family modifier\n"
4723        "Address Family modifier\n"
4724        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
4725
4726 DEFSH (0, show_version_ospf6_cmd_vtysh, 
4727        "show version ospf6", 
4728        "Show running system information\n"
4729        "Displays ospf6d version\n"
4730       )
4731
4732 DEFSH (0, no_ipv6_route_ifname_tag_cmd_vtysh, 
4733        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>", 
4734        "Negate a command or set its defaults\n"
4735        "IP information\n"
4736        "Establish static routes\n"
4737        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
4738        "IPv6 gateway address\n"
4739        "IPv6 gateway interface name\n"
4740        "Set tag for this route\n"
4741        "Tag value\n")
4742
4743 DEFSH (0, ip_lcommunity_list_name_standard_cmd_vtysh, 
4744        "ip large-community-list standard WORD (deny|permit) .AA:BB.CC", 
4745        "IP information\n"
4746        "Add a large community list entry\n"
4747        "Specify standard large-community-list\n"
4748        "Large Community list name\n"
4749        "Specify large community to reject\n"
4750        "Specify large community to accept\n"
4751        "large community in 'aa:bb:cc' format\n")
4752
4753 DEFSH (0, no_ospf_log_adjacency_changes_detail_cmd_vtysh, 
4754        "no log-adjacency-changes detail", 
4755        "Negate a command or set its defaults\n"
4756        "Log changes in adjacency state\n"
4757        "Log all state changes\n")
4758
4759 DEFSH (0, no_neighbor_peer_group_remote_as_cmd_vtysh, 
4760        "no neighbor WORD remote-as " "<1-4294967295>", 
4761        "Negate a command or set its defaults\n"
4762        "Specify neighbor router\n"
4763        "Neighbor tag\n"
4764        "Specify a BGP neighbor\n"
4765        "AS number\n")
4766
4767 DEFSH (0, ipv6_nd_prefix_prefix_cmd_vtysh, 
4768        "ipv6 nd prefix X:X::X:X/M", 
4769        "Interface IPv6 config commands\n"
4770        "Neighbor discovery\n"
4771        "Prefix information\n"
4772        "IPv6 prefix\n")
4773
4774 DEFSH (0, no_set_atomic_aggregate_cmd_vtysh, 
4775        "no set atomic-aggregate", 
4776        "Negate a command or set its defaults\n"
4777        "Set values in destination routing protocol\n"
4778        "BGP atomic aggregate attribute\n" )
4779
4780 DEFSH (0, ipv6_ospf6_retransmitinterval_cmd_vtysh, 
4781        "ipv6 ospf6 retransmit-interval <1-65535>", 
4782        "IPv6 Information\n"
4783        "Open Shortest Path First (OSPF) for IPv6\n"
4784        "Time between retransmitting lost link state advertisements\n"
4785        "<1-65535> Seconds\n"
4786        )
4787
4788 DEFSH (0, ip_lcommunity_list_standard_cmd_vtysh, 
4789        "ip large-community-list <1-99> (deny|permit) .AA:BB:CC", 
4790        "IP information\n"
4791        "Add a large community list entry\n"
4792        "Large Community list number (standard)\n"
4793        "Specify large community to reject\n"
4794        "Specify large community to accept\n"
4795        "large community in 'aa:bb:cc' format\n")
4796
4797 DEFSH (0, show_ipv6_ospf6_interface_ifname_prefix_cmd_vtysh, 
4798        "show ipv6 ospf6 interface IFNAME prefix", 
4799        "Show running system information\n"
4800        "IPv6 Information\n"
4801        "Open Shortest Path First (OSPF) for IPv6\n"
4802        "Interface information\n"
4803        "Interface name(e.g. ep0)\n"
4804        "Display connected prefixes to advertise\n"
4805        )
4806
4807 DEFSH (0, ospf_neighbor_priority_cmd_vtysh, 
4808        "neighbor A.B.C.D priority <0-255>", 
4809        "Specify neighbor router\n"
4810        "Neighbor IP address\n"
4811        "Neighbor Priority\n"
4812        "Seconds\n")
4813
4814 DEFSH (0, show_bgp_neighbor_advertised_route_cmd_vtysh, 
4815        "show bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
4816        "Show running system information\n"
4817        "BGP information\n"
4818        "Detailed information on TCP and BGP neighbor connections\n"
4819        "Neighbor to display information about\n"
4820        "Neighbor to display information about\n"
4821        "Display the routes advertised to a BGP neighbor\n")
4822
4823 DEFSH (0, link_params_max_rsv_bw_cmd_vtysh, 
4824        "max-rsv-bw BANDWIDTH", 
4825        "Maximum bandwidth that may be reserved\n"
4826        "Bytes/second (IEEE floating point format)\n")
4827
4828 DEFSH (0, clear_bgp_peer_soft_cmd_vtysh, 
4829        "clear bgp (A.B.C.D|X:X::X:X) soft", 
4830        "Reset functions\n"
4831        "BGP information\n"
4832        "BGP neighbor address to clear\n"
4833        "BGP IPv6 neighbor to clear\n"
4834        "Soft reconfig inbound and outbound updates\n")
4835
4836 DEFSH (0, clear_ip_igmp_interfaces_cmd_vtysh, 
4837        "clear ip igmp interfaces", 
4838        "Reset functions\n"
4839        "IP information\n"
4840        "IGMP clear commands\n"
4841        "Reset IGMP interfaces\n")
4842
4843 DEFSH (0, bgp_network_mask_route_map_cmd_vtysh, 
4844        "network A.B.C.D mask A.B.C.D route-map WORD", 
4845        "Specify a network to announce via BGP\n"
4846        "Network number\n"
4847        "Network mask\n"
4848        "Network mask\n"
4849        "Route-map to modify the attributes\n"
4850        "Name of the route map\n")
4851
4852 DEFSH (0, show_ipv6_route_prefix_longer_vrf_cmd_vtysh, 
4853        "show ipv6 route X:X::X:X/M longer-prefixes " "vrf <0-65535>", 
4854        "Show running system information\n"
4855        "IP information\n"
4856        "IPv6 routing table\n"
4857        "IPv6 prefix\n"
4858        "Show route matching the specified Network/Mask pair only\n"
4859        "Specify the VRF\nThe VRF ID\n")
4860
4861 DEFSH (0, no_ospf_max_metric_router_lsa_shutdown_cmd_vtysh, 
4862        "no max-metric router-lsa on-shutdown", 
4863        "Negate a command or set its defaults\n"
4864        "OSPF maximum / infinite-distance metric\n"
4865        "Advertise own Router-LSA with infinite distance (stub router)\n"
4866        "Advertise stub-router prior to full shutdown of OSPF\n")
4867
4868 DEFSH (0, clear_ip_bgp_instance_all_ipv4_soft_out_cmd_vtysh, 
4869        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft out", 
4870        "Reset functions\n"
4871        "IP information\n"
4872        "BGP information\n"
4873        "BGP view\n"
4874        "view name\n"
4875        "Clear all peers\n"
4876        "Address family\n"
4877        "Address Family modifier\n"
4878        "Address Family modifier\n"
4879        "Resend all outbound updates\n")
4880
4881 DEFSH (0, show_bgp_view_afi_safi_community_cmd_vtysh, 
4882        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export)", 
4883        "Show running system information\n"
4884        "BGP information\n"
4885        "BGP view\n"
4886        "View name\n"
4887        "Address family\n"
4888        "Address family\n"
4889        "Address family modifier\n"
4890        "Address family modifier\n"
4891        "Display routes matching the communities\n"
4892        "community number\n"
4893        "Do not send outside local AS (well-known community)\n"
4894        "Do not advertise to any peer (well-known community)\n"
4895        "Do not export to next AS (well-known community)\n")
4896
4897 DEFSH (0, no_neighbor_ebgp_multihop_ttl_cmd_vtysh, 
4898        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop <1-255>", 
4899        "Negate a command or set its defaults\n"
4900        "Specify neighbor router\n"
4901        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
4902        "Allow EBGP neighbors not on directly connected networks\n"
4903        "maximum hop count\n")
4904
4905 DEFSH (0, debug_pim_events_cmd_vtysh, 
4906        "debug pim events", 
4907        "Debugging functions (see also 'undebug')\n"
4908        "PIM protocol activity\n"
4909        "PIM protocol events\n")
4910
4911 DEFSH (0, ospf_passive_interface_cmd_vtysh, 
4912        "passive-interface IFNAME", 
4913        "Suppress routing updates on an interface\n"
4914        "Interface's name\n")
4915
4916 DEFSH (0, clear_ip_bgp_external_ipv4_in_prefix_filter_cmd_vtysh, 
4917        "clear ip bgp external ipv4 (unicast|multicast) in prefix-filter", 
4918        "Reset functions\n"
4919        "IP information\n"
4920        "BGP information\n"
4921        "Clear all external peers\n"
4922        "Address family\n"
4923        "Address Family modifier\n"
4924        "Address Family modifier\n"
4925        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
4926        "Push out prefix-list ORF and do inbound soft reconfig\n")
4927
4928 DEFSH (0, show_ipv6_ospf6_border_routers_cmd_vtysh, 
4929        "show ipv6 ospf6 border-routers", 
4930        "Show running system information\n"
4931        "IPv6 Information\n"
4932        "Open Shortest Path First (OSPF) for IPv6\n"
4933        "Display routing table for ABR and ASBR\n"
4934       )
4935
4936 DEFSH (0, no_ip_rip_receive_version_num_cmd_vtysh, 
4937        "no ip rip receive version (1|2)", 
4938        "Negate a command or set its defaults\n"
4939        "IP information\n"
4940        "Routing Information Protocol\n"
4941        "Advertisement reception\n"
4942        "Version control\n"
4943        "Version 1\n"
4944        "Version 2\n")
4945
4946 DEFSH (0, no_set_ipv6_nexthop_global_val_cmd_vtysh, 
4947        "no set ipv6 next-hop global X:X::X:X", 
4948        "Negate a command or set its defaults\n"
4949        "Set values in destination routing protocol\n"
4950        "IPv6 information\n"
4951        "IPv6 next-hop address\n"
4952        "IPv6 global address\n"
4953        "IPv6 address of next hop\n")
4954
4955 DEFSH (0, no_debug_ospf6_brouter_router_cmd_vtysh, 
4956        "no debug ospf6 border-routers router-id", 
4957        "Negate a command or set its defaults\n"
4958        "Debugging functions (see also 'undebug')\n"
4959        "Open Shortest Path First (OSPF) for IPv6\n"
4960        "Debug border router\n"
4961        "Debug specific border router\n"
4962       )
4963
4964 DEFSH (0, show_ipv6_ospf6_database_type_id_self_originated_cmd_vtysh, 
4965        "show ipv6 ospf6 database "
4966        "(router|network|inter-prefix|inter-router|as-external|"
4967        "group-membership|type-7|link|intra-prefix) A.B.C.D self-originated", 
4968        "Show running system information\n"
4969        "IPv6 information\n"
4970        "Open Shortest Path First (OSPF) for IPv6\n"
4971        "Display Link state database\n"
4972        "Display Router LSAs\n"
4973        "Display Network LSAs\n"
4974        "Display Inter-Area-Prefix LSAs\n"
4975        "Display Inter-Area-Router LSAs\n"
4976        "Display As-External LSAs\n"
4977        "Display Group-Membership LSAs\n"
4978        "Display Type-7 LSAs\n"
4979        "Display Link LSAs\n"
4980        "Display Intra-Area-Prefix LSAs\n"
4981        "Specify Link state ID as IPv4 address notation\n"
4982        "Display Self-originated LSAs\n"
4983       )
4984
4985 DEFSH (0, show_ipv6_bgp_community_exact_cmd_vtysh, 
4986        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
4987        "Show running system information\n"
4988        "IPv6 information\n"
4989        "BGP information\n"
4990        "Display routes matching the communities\n"
4991        "community number\n"
4992        "Do not send outside local AS (well-known community)\n"
4993        "Do not advertise to any peer (well-known community)\n"
4994        "Do not export to next AS (well-known community)\n"
4995        "Exact match of the communities")
4996
4997 DEFSH (0, show_bgp_view_rsclient_route_cmd_vtysh, 
4998        "show bgp view WORD rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
4999        "Show running system information\n"
5000        "BGP information\n"
5001        "BGP view\n"
5002        "View name\n"
5003        "Information about Route Server Client\n"
5004        "Neighbor address\nIPv6 address\n"
5005        "Network in the BGP routing table to display\n")
5006
5007 DEFSH (0, clear_ip_bgp_as_vpnv4_soft_out_cmd_vtysh, 
5008        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast soft out", 
5009        "Reset functions\n"
5010        "IP information\n"
5011        "BGP information\n"
5012        "Clear peers with the AS number\n"
5013        "Address family\n"
5014        "Address Family modifier\n"
5015        "Soft reconfig inbound and outbound updates\n"
5016        "Resend all outbound updates\n")
5017
5018 DEFSH (0, clear_bgp_peer_group_in_cmd_vtysh, 
5019        "clear bgp peer-group WORD in", 
5020        "Reset functions\n"
5021        "BGP information\n"
5022        "Clear all members of peer-group\n"
5023        "BGP peer-group name\n"
5024        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
5025
5026 DEFSH (0, set_aspath_exclude_cmd_vtysh, 
5027        "set as-path exclude ." "<1-4294967295>", 
5028        "Set values in destination routing protocol\n"
5029        "Transform BGP AS-path attribute\n"
5030        "Exclude from the as-path\n"
5031        "AS number\n")
5032
5033 DEFSH (0, show_zebra_client_cmd_vtysh, 
5034        "show zebra client", 
5035        "Show running system information\n"
5036        "Zebra information"
5037        "Client information")
5038
5039 DEFSH (0, show_dmvpn_cmd_vtysh, 
5040  "show dmvpn", 
5041  "Show running system information\n"
5042  "DMVPN information\n")
5043
5044 DEFSH (0, no_debug_ospf_nsm_cmd_vtysh, 
5045        "no debug ospf nsm", 
5046        "Negate a command or set its defaults\n"
5047        "Debugging functions (see also 'undebug')\n"
5048        "OSPF information\n"
5049        "OSPF Neighbor State Machine")
5050
5051 DEFSH (0, no_match_pathlimit_as_val_cmd_vtysh, 
5052        "no match pathlimit as <1-65535>", 
5053        "Negate a command or set its defaults\n"
5054        "Match values from routing table\n"
5055        "BGP AS-Pathlimit attribute\n"
5056        "Match Pathlimit ASN\n")
5057
5058 DEFSH (0, show_ip_extcommunity_list_cmd_vtysh, 
5059        "show ip extcommunity-list", 
5060        "Show running system information\n"
5061        "IP information\n"
5062        "List extended-community list\n")
5063
5064 DEFSH (0, show_ipv6_route_prefix_cmd_vtysh, 
5065        "show ipv6 route X:X::X:X/M", 
5066        "Show running system information\n"
5067        "IP information\n"
5068        "IPv6 routing table\n"
5069        "IPv6 prefix\n")
5070
5071 DEFSH (0, show_ip_pim_lan_prune_delay_cmd_vtysh, 
5072        "show ip pim lan-prune-delay", 
5073        "Show running system information\n"
5074        "IP information\n"
5075        "PIM information\n"
5076        "PIM neighbors LAN prune delay parameters\n")
5077
5078 DEFSH (0, no_ospf_area_filter_list_cmd_vtysh, 
5079        "no area (A.B.C.D|<0-4294967295>) filter-list prefix WORD (in|out)", 
5080        "Negate a command or set its defaults\n"
5081        "OSPF area parameters\n"
5082        "OSPF area ID in IP address format\n"
5083        "OSPF area ID as a decimal value\n"
5084        "Filter networks between OSPF areas\n"
5085        "Filter prefixes between OSPF areas\n"
5086        "Name of an IP prefix-list\n"
5087        "Filter networks sent to this area\n"
5088        "Filter networks sent from this area\n")
5089
5090 DEFSH (0, rip_redistribute_rip_cmd_vtysh, 
5091        "redistribute rip", 
5092        "Redistribute information from another routing protocol\n"
5093        "Routing Information Protocol (RIP)\n")
5094
5095 DEFSH (0, show_ip_bgp_neighbors_cmd_vtysh, 
5096        "show ip bgp neighbors", 
5097        "Show running system information\n"
5098        "IP information\n"
5099        "BGP information\n"
5100        "Detailed information on TCP and BGP neighbor connections\n")
5101
5102 DEFSH (0, debug_ospf6_message_cmd_vtysh, 
5103        "debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all)", 
5104        "Debugging functions (see also 'undebug')\n"
5105        "Open Shortest Path First (OSPF) for IPv6\n"
5106        "Debug OSPFv3 message\n"
5107        "Debug Unknown message\n"
5108        "Debug Hello message\n"
5109        "Debug Database Description message\n"
5110        "Debug Link State Request message\n"
5111        "Debug Link State Update message\n"
5112        "Debug Link State Acknowledgement message\n"
5113        "Debug All message\n"
5114        )
5115
5116 DEFSH (0, no_neighbor_attr_unchanged9_cmd_vtysh, 
5117        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med next-hop as-path", 
5118        "Negate a command or set its defaults\n"
5119        "Specify neighbor router\n"
5120        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5121        "BGP attribute is propagated unchanged to this neighbor\n"
5122        "Med attribute\n"
5123        "Nexthop attribute\n"
5124        "As-path attribute\n")
5125
5126 DEFSH (0, vrf_netns_cmd_vtysh, 
5127        "vrf <1-65535> netns NAME", 
5128        "Enable a VRF\n"
5129        "Specify the VRF identifier\n"
5130        "Associate with a NETNS\n"
5131        "The file name in " "/var/run/netns" ",  or a full pathname\n")
5132
5133 DEFSH (0, show_ipv6_ospf6_spf_tree_cmd_vtysh, 
5134        "show ipv6 ospf6 spf tree", 
5135        "Show running system information\n"
5136        "IPv6 Information\n"
5137        "Open Shortest Path First (OSPF) for IPv6\n"
5138        "Shortest Path First calculation\n"
5139        "Show SPF tree\n")
5140
5141 DEFSH (0, match_probability_cmd_vtysh, 
5142        "match probability <0-100>", 
5143        "Match values from routing table\n"
5144        "Match portion of routes defined by percentage value\n"
5145        "Percentage of routes\n")
5146
5147 DEFSH (0, clear_ip_bgp_external_ipv4_out_cmd_vtysh, 
5148        "clear ip bgp external ipv4 (unicast|multicast) out", 
5149        "Reset functions\n"
5150        "IP information\n"
5151        "BGP information\n"
5152        "Clear all external peers\n"
5153        "Address family\n"
5154        "Address Family modifier\n"
5155        "Address Family modifier\n"
5156        "Resend all outbound updates\n")
5157
5158 DEFSH (0, clear_bgp_ipv6_peer_soft_cmd_vtysh, 
5159        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft", 
5160        "Reset functions\n"
5161        "BGP information\n"
5162        "Address family\n"
5163        "BGP neighbor address to clear\n"
5164        "BGP IPv6 neighbor to clear\n"
5165        "Soft reconfig inbound and outbound updates\n")
5166
5167 DEFSH (0, ipv6_nd_adv_interval_config_option_cmd_vtysh, 
5168        "ipv6 nd adv-interval-option", 
5169        "Interface IPv6 config commands\n"
5170        "Neighbor discovery\n"
5171        "Advertisement Interval Option\n")
5172
5173 DEFSH (0|0|0|0, ip_prefix_list_cmd_vtysh, 
5174        "ip prefix-list WORD (deny|permit) (A.B.C.D/M|any)", 
5175        "IP information\n"
5176        "Build a prefix list\n"
5177        "Name of a prefix list\n"
5178        "Specify packets to reject\n"
5179        "Specify packets to forward\n"
5180        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
5181        "Any prefix match. Same as \"0.0.0.0/0 le 32\"\n")
5182
5183 DEFSH (0, ip_route_flags_distance_vrf_cmd_vtysh, 
5184        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
5185        "IP information\n"
5186        "Establish static routes\n"
5187        "IP destination prefix (e.g. 10.0.0.0/8)\n"
5188        "IP gateway address\n"
5189        "IP gateway interface name\n"
5190        "Emit an ICMP unreachable when matched\n"
5191        "Silently discard pkts when matched\n"
5192        "Distance value for this route\n"
5193        "Specify the VRF\nThe VRF ID\n")
5194
5195 DEFSH (0, ip_irdp_debug_messages_cmd_vtysh, 
5196        "ip irdp debug messages", 
5197        "IP information\n"
5198        "ICMP Router discovery debug Averts. and Solicits (short)\n")
5199
5200 DEFSH (0, ospf6_routemap_set_forwarding_cmd_vtysh, 
5201        "set forwarding-address X:X::X:X", 
5202        "Set value\n"
5203        "Forwarding Address\n"
5204        "IPv6 Address\n")
5205
5206 DEFSH (0, no_area_passwd_cmd_vtysh, 
5207        "no (area-password|domain-password)", 
5208        "Negate a command or set its defaults\n"
5209        "Configure the authentication password for an area\n"
5210        "Set the authentication password for a routing domain\n")
5211
5212 DEFSH (0, no_ripng_route_cmd_vtysh, 
5213        "no route IPV6ADDR", 
5214        "Negate a command or set its defaults\n"
5215        "Static route setup\n"
5216        "Delete static RIPng route announcement\n")
5217
5218 DEFSH (0, show_ipv6_route_vrf_cmd_vtysh, 
5219        "show ipv6 route " "vrf <0-65535>", 
5220        "Show running system information\n"
5221        "IP information\n"
5222        "IPv6 routing table\n"
5223        "Specify the VRF\nThe VRF ID\n")
5224
5225 DEFSH (0, no_ipv6_bgp_distance2_cmd_vtysh, 
5226        "no distance bgp", 
5227        "Negate a command or set its defaults\n"
5228        "Define an administrative distance\n"
5229        "BGP distance\n")
5230
5231 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_cmd_vtysh, 
5232        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) (X:X::X:X/M|any)", 
5233        "Negate a command or set its defaults\n"
5234        "IPv6 information\n"
5235        "Build a prefix list\n"
5236        "Name of a prefix list\n"
5237        "sequence number of an entry\n"
5238        "Sequence number\n"
5239        "Specify packets to reject\n"
5240        "Specify packets to forward\n"
5241        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
5242        "Any prefix match.  Same as \"::0/0 le 128\"\n")
5243
5244 DEFSH (0|0|0|0, ipv6_prefix_list_ge_cmd_vtysh, 
5245        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128>", 
5246        "IPv6 information\n"
5247        "Build a prefix list\n"
5248        "Name of a prefix list\n"
5249        "Specify packets to reject\n"
5250        "Specify packets to forward\n"
5251        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
5252        "Minimum prefix length to be matched\n"
5253        "Minimum prefix length\n")
5254
5255 DEFSH (0, ip_rip_send_version_2_cmd_vtysh, 
5256        "ip rip send version 2 1", 
5257        "IP information\n"
5258        "Routing Information Protocol\n"
5259        "Advertisement transmission\n"
5260        "Version control\n"
5261        "RIP version 2\n"
5262        "RIP version 1\n")
5263
5264 DEFSH (0, show_ipv6_ospf6_route_match_cmd_vtysh, 
5265        "show ipv6 ospf6 route X:X::X:X/M match", 
5266        "Show running system information\n"
5267        "IPv6 Information\n"
5268        "Open Shortest Path First (OSPF) for IPv6\n"
5269        "Routing Table\n"
5270        "Specify IPv6 prefix\n"
5271        "Display routes which match the specified route\n"
5272        )
5273
5274 DEFSH (0|0, ospf6_routemap_no_set_metric_type_cmd_vtysh, 
5275        "no set metric-type (type-1|type-2)", 
5276        "Negate a command or set its defaults\n"
5277        "Set value\n"
5278        "Type of metric\n"
5279        "OSPF6 external type 1 metric\n"
5280        "OSPF6 external type 2 metric\n")
5281
5282 DEFSH (0, no_rip_allow_ecmp_cmd_vtysh, 
5283        "no allow-ecmp", 
5284        "Negate a command or set its defaults\n"
5285        "Allow Equal Cost MultiPath\n")
5286
5287 DEFSH (0, ospf_dead_interval_cmd_vtysh, 
5288        "ospf dead-interval <1-65535>", 
5289        "OSPF interface commands\n"
5290        "Interval after which a neighbor is declared dead\n"
5291        "Seconds\n")
5292
5293 DEFSH (0, clear_ip_bgp_peer_group_soft_out_cmd_vtysh, 
5294        "clear ip bgp peer-group WORD soft out", 
5295        "Reset functions\n"
5296        "IP information\n"
5297        "BGP information\n"
5298        "Clear all members of peer-group\n"
5299        "BGP peer-group name\n"
5300        "Soft reconfig inbound and outbound updates\n"
5301        "Resend all outbound updates\n")
5302
5303 DEFSH (0, no_rip_redistribute_type_metric_routemap_cmd_vtysh, 
5304        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)"
5305        " metric <0-16> route-map WORD", 
5306        "Negate a command or set its defaults\n"
5307        "Redistribute information from another routing protocol\n"
5308        "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"
5309        "Metric\n"
5310        "Metric value\n"
5311        "Route map reference\n"
5312        "Pointer to route-map entries\n")
5313
5314 DEFSH (0, no_router_isis_cmd_vtysh, 
5315        "no router isis WORD", 
5316        "no\n" "Enable a routing process\n" "ISO IS-IS\n" "ISO Routing area tag")
5317
5318 DEFSH (0, show_bgp_ipv6_encap_rd_neighbor_advertised_routes_cmd_vtysh, 
5319        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
5320        "Show running system information\n"
5321        "BGP information\n"
5322        "Address Family\n"
5323        "Display ENCAP NLRI specific information\n"
5324        "Display information for a route distinguisher\n"
5325        "ENCAP Route Distinguisher\n"
5326        "Detailed information on TCP and BGP neighbor connections\n"
5327        "Neighbor to display information about\n"
5328        "Neighbor to display information about\n"
5329        "Display the routes advertised to a BGP neighbor\n")
5330
5331 DEFSH (0, neighbor_remote_as_cmd_vtysh, 
5332        "neighbor (A.B.C.D|X:X::X:X|WORD) " "remote-as " "<1-4294967295>", 
5333        "Specify neighbor router\n"
5334        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5335        "Specify a BGP neighbor\n"
5336        "AS number\n")
5337
5338 DEFSH (0, no_set_attached_bit_cmd_vtysh, 
5339        "no set-attached-bit", 
5340        "Reset attached bit\n")
5341
5342 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_linkstate_id_detail_cmd_vtysh, 
5343        "show ipv6 ospf6 database "
5344        "(router|network|inter-prefix|inter-router|as-external|"
5345        "group-membership|type-7|link|intra-prefix) self-originated "
5346        "linkstate-id A.B.C.D (detail|dump|internal)", 
5347        "Show running system information\n"
5348        "IPv6 information\n"
5349        "Open Shortest Path First (OSPF) for IPv6\n"
5350        "Display Link state database\n"
5351        "Display Router LSAs\n"
5352        "Display Network LSAs\n"
5353        "Display Inter-Area-Prefix LSAs\n"
5354        "Display Inter-Area-Router LSAs\n"
5355        "Display As-External LSAs\n"
5356        "Display Group-Membership LSAs\n"
5357        "Display Type-7 LSAs\n"
5358        "Display Link LSAs\n"
5359        "Display Intra-Area-Prefix LSAs\n"
5360        "Display Self-originated LSAs\n"
5361        "Search by Link state ID\n"
5362        "Specify Link state ID as IPv4 address notation\n"
5363        "Display details of LSAs\n"
5364        "Dump LSAs\n"
5365        "Display LSA's internal information\n"
5366       )
5367
5368 DEFSH (0|0|0|0, show_ip_prefix_list_prefix_cmd_vtysh, 
5369        "show ip prefix-list WORD A.B.C.D/M", 
5370        "Show running system information\n"
5371        "IP information\n"
5372        "Build a prefix list\n"
5373        "Name of a prefix list\n"
5374        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
5375
5376 DEFSH (0, no_bgp_maxpaths_cmd_vtysh, 
5377        "no maximum-paths", 
5378        "Negate a command or set its defaults\n"
5379        "Forward packets over multiple paths\n"
5380        "Number of paths\n")
5381
5382 DEFSH (0, clear_bgp_ipv6_all_rsclient_cmd_vtysh, 
5383        "clear bgp ipv6 * rsclient", 
5384        "Reset functions\n"
5385        "BGP information\n"
5386        "Address family\n"
5387        "Clear all peers\n"
5388        "Soft reconfig for rsclient RIB\n")
5389
5390 DEFSH (0, no_net_cmd_vtysh, 
5391        "no net WORD", 
5392        "Negate a command or set its defaults\n"
5393        "A Network Entity Title for this process (OSI only)\n"
5394        "XX.XXXX. ... .XXX.XX  Network entity title (NET)\n")
5395
5396 DEFSH (0, no_debug_ospf6_spf_process_cmd_vtysh, 
5397        "no debug ospf6 spf process", 
5398        "Negate a command or set its defaults\n"
5399        "Debugging functions (see also 'undebug')\n"
5400        "Open Shortest Path First (OSPF) for IPv6\n"
5401        "Quit Debugging SPF Calculation\n"
5402        "Quit Debugging Detailed SPF Process\n"
5403       )
5404
5405 DEFSH (0, show_ip_route_protocol_vrf_cmd_vtysh, 
5406        "show ip route " "(kernel|connected|static|rip|ospf|isis|bgp|pim|babel|nhrp)" " " "vrf <0-65535>", 
5407        "Show running system information\n"
5408        "IP information\n"
5409        "IP routing table\n"
5410        "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"
5411        "Specify the VRF\nThe VRF ID\n")
5412
5413 DEFSH (0, show_bgp_lcommunity_cmd_vtysh, 
5414        "show bgp large-community (AA:BB:CC)", 
5415        "Show running system information\n"
5416        "BGP information\n"
5417        "Display routes matching the large-communities\n"
5418        "large-community number\n")
5419
5420 DEFSH (0, no_ospf_passive_interface_addr_cmd_vtysh, 
5421        "no passive-interface IFNAME A.B.C.D", 
5422        "Negate a command or set its defaults\n"
5423        "Allow routing updates on an interface\n"
5424        "Interface's name\n")
5425
5426 DEFSH (0, debug_ripng_packet_cmd_vtysh, 
5427        "debug ripng packet", 
5428        "Debugging functions (see also 'undebug')\n"
5429        "RIPng configuration\n"
5430        "Debug option set for ripng packet\n")
5431
5432 DEFSH (0, debug_isis_csum_cmd_vtysh, 
5433        "debug isis checksum-errors", 
5434        "Debugging functions (see also 'undebug')\n"
5435        "IS-IS information\n"
5436        "IS-IS LSP checksum errors\n")
5437
5438 DEFSH (0, no_ipv6_route_tag_cmd_vtysh, 
5439        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>", 
5440        "Negate a command or set its defaults\n"
5441        "IP information\n"
5442        "Establish static routes\n"
5443        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
5444        "IPv6 gateway address\n"
5445        "IPv6 gateway interface name\n"
5446        "Set tag for this route\n"
5447        "Tag value\n")
5448
5449 DEFSH (0|0|0|0, ipv6_prefix_list_ge_le_cmd_vtysh, 
5450        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
5451        "IPv6 information\n"
5452        "Build a prefix list\n"
5453        "Name of a prefix list\n"
5454        "Specify packets to reject\n"
5455        "Specify packets to forward\n"
5456        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
5457        "Minimum prefix length to be matched\n"
5458        "Minimum prefix length\n"
5459        "Maximum prefix length to be matched\n"
5460        "Maximum prefix length\n")
5461
5462 DEFSH (0, no_debug_ospf6_spf_time_cmd_vtysh, 
5463        "no debug ospf6 spf time", 
5464        "Negate a command or set its defaults\n"
5465        "Debugging functions (see also 'undebug')\n"
5466        "Open Shortest Path First (OSPF) for IPv6\n"
5467        "Quit Debugging SPF Calculation\n"
5468        "Quit Measuring time taken by SPF Calculation\n"
5469       )
5470
5471 DEFSH (0, show_ip_bgp_view_rsclient_cmd_vtysh, 
5472        "show ip bgp view WORD rsclient (A.B.C.D|X:X::X:X)", 
5473        "Show running system information\n"
5474        "IP information\n"
5475        "BGP information\n"
5476        "BGP view\n"
5477        "View name\n"
5478        "Information about Route Server Client\n"
5479        "Neighbor address\nIPv6 address\n")
5480
5481 DEFSH (0, no_ip_community_list_expanded_all_cmd_vtysh, 
5482        "no ip community-list <100-500>", 
5483        "Negate a command or set its defaults\n"
5484        "IP information\n"
5485        "Add a community list entry\n"
5486        "Community list number (expanded)\n")
5487
5488 DEFSH (0, no_csnp_interval_l2_cmd_vtysh, 
5489        "no isis csnp-interval level-2", 
5490        "Negate a command or set its defaults\n"
5491        "IS-IS commands\n"
5492        "Set CSNP interval in seconds\n"
5493        "Specify interval for level-2 CSNPs\n")
5494
5495 DEFSH (0, clear_ip_bgp_peer_group_in_prefix_filter_cmd_vtysh, 
5496        "clear ip bgp peer-group WORD in prefix-filter", 
5497        "Reset functions\n"
5498        "IP information\n"
5499        "BGP information\n"
5500        "Clear all members of peer-group\n"
5501        "BGP peer-group name\n"
5502        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
5503        "Push out prefix-list ORF and do inbound soft reconfig\n")
5504
5505 DEFSH (0, no_neighbor_weight_cmd_vtysh, 
5506        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "weight", 
5507        "Negate a command or set its defaults\n"
5508        "Specify neighbor router\n"
5509        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5510        "Set default weight for routes from this neighbor\n")
5511
5512 DEFSH (0, clear_bgp_ipv6_peer_soft_in_cmd_vtysh, 
5513        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft in", 
5514        "Reset functions\n"
5515        "BGP information\n"
5516        "Address family\n"
5517        "BGP neighbor address to clear\n"
5518        "BGP IPv6 neighbor to clear\n"
5519        "Soft reconfig inbound and outbound updates\n"
5520        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
5521
5522 DEFSH (0, show_ip_bgp_ipv4_prefix_list_cmd_vtysh, 
5523        "show ip bgp ipv4 (unicast|multicast) prefix-list WORD", 
5524        "Show running system information\n"
5525        "IP information\n"
5526        "BGP information\n"
5527        "Address family\n"
5528        "Address Family modifier\n"
5529        "Address Family modifier\n"
5530        "Display routes conforming to the prefix-list\n"
5531        "IP prefix-list name\n")
5532
5533 DEFSH (0, show_ipv6_route_summary_prefix_cmd_vtysh, 
5534        "show ipv6 route summary prefix", 
5535        "Show running system information\n"
5536        "IP information\n"
5537        "IPv6 routing table\n"
5538        "Summary of all IPv6 routes\n"
5539        "Prefix routes\n")
5540
5541 DEFSH (0, no_area_lsp_mtu_arg_cmd_vtysh, 
5542       "no lsp-mtu <128-4352>", 
5543       "Negate a command or set its defaults\n"
5544       "Configure the maximum size of generated LSPs\n"
5545       "Maximum size of generated LSPs\n")
5546
5547 DEFSH (0, show_bgp_view_afi_safi_lcommunity_all_cmd_vtysh, 
5548        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community", 
5549        "Show running system information\n"
5550        "BGP information\n"
5551        "BGP view\n"
5552        "View name\n"
5553        "Address family\n"
5554        "Address family\n"
5555        "Address Family modifier\n"
5556        "Address Family modifier\n"
5557        "Display routes matching the large-communities\n")
5558
5559 DEFSH (0, debug_zebra_fpm_cmd_vtysh, 
5560        "debug zebra fpm", 
5561        "Debugging functions (see also 'undebug')\n"
5562        "Zebra configuration\n"
5563        "Debug zebra FPM events\n")
5564
5565 DEFSH (0|0, no_debug_isis_lsp_sched_cmd_vtysh, 
5566        "no debug isis lsp-gen", 
5567        "Disable debugging functions (see also 'debug')\n"
5568        "IS-IS information\n"
5569        "IS-IS scheduling of LSP generation\n")
5570
5571 DEFSH (0, bgp_redistribute_ipv6_cmd_vtysh, 
5572        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)", 
5573        "Redistribute information from another routing protocol\n"
5574        "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")
5575
5576 DEFSH (0, clear_bgp_as_soft_out_cmd_vtysh, 
5577        "clear bgp " "<1-4294967295>" " soft out", 
5578        "Reset functions\n"
5579        "BGP information\n"
5580        "Clear peers with the AS number\n"
5581        "Soft reconfig inbound and outbound updates\n"
5582        "Resend all outbound updates\n")
5583
5584 DEFSH (0, interface_no_ip_mroute_source_cmd_vtysh, 
5585        "no ip mroute INTERFACE A.B.C.D A.B.C.D", 
5586        "Negate a command or set its defaults\n"
5587        "IP information\n"
5588        "Add multicast route\n"
5589        "Outgoing interface name\n"
5590        "Group Address\n"
5591        "Source Address\n")
5592
5593 DEFSH (0, no_ip_route_flags2_tag_vrf_cmd_vtysh, 
5594        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
5595        "Negate a command or set its defaults\n"
5596        "IP information\n"
5597        "Establish static routes\n"
5598        "IP destination prefix (e.g. 10.0.0.0/8)\n"
5599        "Emit an ICMP unreachable when matched\n"
5600        "Silently discard pkts when matched\n"
5601        "Tag of this route\n"
5602        "Tag value\n"
5603        "Specify the VRF\nThe VRF ID\n")
5604
5605 DEFSH (0, isis_hello_multiplier_cmd_vtysh, 
5606        "isis hello-multiplier <2-100>", 
5607        "IS-IS commands\n"
5608        "Set multiplier for Hello holding time\n"
5609        "Hello multiplier value\n")
5610
5611 DEFSH (0|0|0|0, ipv6_prefix_list_le_cmd_vtysh, 
5612        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128>", 
5613        "IPv6 information\n"
5614        "Build a prefix list\n"
5615        "Name of a prefix list\n"
5616        "Specify packets to reject\n"
5617        "Specify packets to forward\n"
5618        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
5619        "Maximum prefix length to be matched\n"
5620        "Maximum prefix length\n")
5621
5622 DEFSH (0, accept_lifetime_infinite_day_month_cmd_vtysh, 
5623        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> infinite", 
5624        "Set accept lifetime of the key\n"
5625        "Time to start\n"
5626        "Day of th month to start\n"
5627        "Month of the year to start\n"
5628        "Year to start\n"
5629        "Never expires")
5630
5631 DEFSH (0, no_ip_lcommunity_list_expanded_all_cmd_vtysh, 
5632        "no ip large-community-list <100-500>", 
5633        "Negate a command or set its defaults\n"
5634        "IP information\n"
5635        "Add a large community list entry\n"
5636        "Large Community list number (expanded)\n")
5637
5638 DEFSH (0, show_ip_bgp_vpnv4_rd_route_cmd_vtysh, 
5639        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn A.B.C.D", 
5640        "Show running system information\n"
5641        "IP information\n"
5642        "BGP information\n"
5643        "Display VPNv4 NLRI specific information\n"
5644        "Display information for a route distinguisher\n"
5645        "VPN Route Distinguisher\n"
5646        "Network in the BGP routing table to display\n")
5647
5648 DEFSH (0, ipv6_aggregate_address_cmd_vtysh, 
5649        "aggregate-address X:X::X:X/M", 
5650        "Configure BGP aggregate entries\n"
5651        "Aggregate prefix\n")
5652
5653 DEFSH (0, no_neighbor_default_originate_cmd_vtysh, 
5654        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate", 
5655        "Negate a command or set its defaults\n"
5656        "Specify neighbor router\n"
5657        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5658        "Originate default route to this neighbor\n")
5659
5660 DEFSH (0, no_neighbor_maximum_prefix_cmd_vtysh, 
5661        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix", 
5662        "Negate a command or set its defaults\n"
5663        "Specify neighbor router\n"
5664        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
5665        "Maximum number of prefix accept from this peer\n")
5666
5667 DEFSH (0, ip_rip_split_horizon_poisoned_reverse_cmd_vtysh, 
5668        "ip rip split-horizon poisoned-reverse", 
5669        "IP information\n"
5670        "Routing Information Protocol\n"
5671        "Perform split horizon\n"
5672        "With poisoned-reverse\n")
5673
5674 DEFSH (0, ospf_area_vlink_authtype_args_authkey_cmd_vtysh, 
5675        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
5676        "(authentication|) (message-digest|null) "
5677        "(authentication-key|) AUTH_KEY", 
5678        "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"
5679        "Enable authentication on this virtual link\n" "dummy string \n" "Use null authentication\n" "Use message-digest authentication\n"
5680        "Authentication password (key)\n" "The OSPF password (key)")
5681
5682 DEFSH (0, show_ip_bgp_ipv4_cmd_vtysh, 
5683        "show ip bgp ipv4 (unicast|multicast)", 
5684        "Show running system information\n"
5685        "IP information\n"
5686        "BGP information\n"
5687        "Address family\n"
5688        "Address Family modifier\n"
5689        "Address Family modifier\n")
5690
5691 DEFSH (0, no_match_ipv6_address_prefix_list_cmd_vtysh, 
5692       "no match ipv6 address prefix-list", 
5693       "Negate a command or set its defaults\n"
5694       "Match values from routing table\n"
5695       "IPv6 information\n"
5696       "Match address of route\n"
5697       "Match entries of prefix-lists\n")
5698
5699 DEFSH (0, ospf_refresh_timer_cmd_vtysh, 
5700        "refresh timer <10-1800>", 
5701        "Adjust refresh parameters\n"
5702        "Set refresh timer\n"
5703        "Timer value in seconds\n")
5704
5705 DEFSH (0, link_params_enable_cmd_vtysh, 
5706        "enable", 
5707        "Activate link parameters on this interface\n")
5708
5709 DEFSH (0, bgp_graceful_restart_stalepath_time_cmd_vtysh, 
5710        "bgp graceful-restart stalepath-time <1-3600>", 
5711        "BGP specific commands\n"
5712        "Graceful restart capability parameters\n"
5713        "Set the max time to hold onto restarting peer's stale paths\n"
5714        "Delay value (seconds)\n")
5715
5716 DEFSH (0, show_bgp_ipv4_safi_damp_flap_filter_list_cmd_vtysh, 
5717        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics filter-list WORD", 
5718        "Show running system information\n"
5719        "BGP information\n"
5720        "IP information\n"
5721        "Address Family modifier\n"
5722        "Address Family modifier\n"
5723        "Address Family modifier\n"
5724        "Address Family modifier\n"
5725        "Display detailed information about dampening\n"
5726        "Display flap statistics of routes\n"
5727        "Display routes conforming to the filter-list\n"
5728        "Regular expression access list name\n")
5729
5730 DEFSH (0, debug_rip_packet_cmd_vtysh, 
5731        "debug rip packet", 
5732        "Debugging functions (see also 'undebug')\n"
5733        "RIP information\n"
5734        "RIP packet\n")
5735
5736 DEFSH (0, if_no_nhrp_map_cmd_vtysh, 
5737  "no " "(ip|ipv6)" " nhrp map (A.B.C.D|X:X::X:X)", 
5738  "Negate a command or set its defaults\n"
5739  "IP information\n" "IPv6 information\n"
5740  "Next Hop Resolution Protocol functions\n"
5741  "Nexthop Server configuration\n"
5742  "IPv4 protocol address\n"
5743  "IPv6 protocol address\n")
5744
5745 DEFSH (0, show_ipv6_route_addr_vrf_all_cmd_vtysh, 
5746        "show ipv6 route X:X::X:X " "vrf all", 
5747        "Show running system information\n"
5748        "IP information\n"
5749        "IPv6 routing table\n"
5750        "IPv6 Address\n"
5751        "Specify the VRF\nAll VRFs\n")
5752
5753 DEFSH (0, show_bgp_view_neighbor_routes_cmd_vtysh, 
5754        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) routes", 
5755        "Show running system information\n"
5756        "BGP information\n"
5757        "BGP view\n"
5758        "View name\n"
5759        "Detailed information on TCP and BGP neighbor connections\n"
5760        "Neighbor to display information about\n"
5761        "Neighbor to display information about\n"
5762        "Display routes learned from neighbor\n")
5763
5764 DEFSH (0|0|0|0, ipv6_prefix_list_seq_ge_le_cmd_vtysh, 
5765        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
5766        "IPv6 information\n"
5767        "Build a prefix list\n"
5768        "Name of a prefix list\n"
5769        "sequence number of an entry\n"
5770        "Sequence number\n"
5771        "Specify packets to reject\n"
5772        "Specify packets to forward\n"
5773        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
5774        "Minimum prefix length to be matched\n"
5775        "Minimum prefix length\n"
5776        "Maximum prefix length to be matched\n"
5777        "Maximum prefix length\n")
5778
5779 DEFSH (0, show_ip_ospf_database_type_self_cmd_vtysh, 
5780        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") (self-originate|)", 
5781        "Show running system information\n"
5782        "IP information\n"
5783        "OSPF information\n"
5784        "Database summary\n"
5785        "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"
5786        "Self-originated link states\n")
5787
5788 DEFSH (0, bgp_distance_cmd_vtysh, 
5789        "distance bgp <1-255> <1-255> <1-255>", 
5790        "Define an administrative distance\n"
5791        "BGP distance\n"
5792        "Distance for routes external to the AS\n"
5793        "Distance for routes internal to the AS\n"
5794        "Distance for local routes\n")
5795
5796 DEFSH (0, no_bgp_distance_source_access_list_cmd_vtysh, 
5797        "no distance <1-255> A.B.C.D/M WORD", 
5798        "Negate a command or set its defaults\n"
5799        "Define an administrative distance\n"
5800        "Administrative distance\n"
5801        "IP source prefix\n"
5802        "Access list name\n")
5803
5804 DEFSH (0, no_rip_passive_interface_cmd_vtysh, 
5805        "no passive-interface (IFNAME|default)", 
5806        "Negate a command or set its defaults\n"
5807        "Suppress routing updates on an interface\n"
5808        "Interface name\n"
5809        "default for all interfaces\n")
5810
5811 DEFSH (0, no_ospf_opaque_capable_cmd_vtysh, 
5812        "no ospf opaque-lsa", 
5813        "Negate a command or set its defaults\n"
5814        "OSPF specific commands\n"
5815        "Disable the Opaque-LSA capability (rfc2370)\n")
5816
5817 DEFSH (0, nhrp_event_socket_cmd_vtysh, 
5818  "nhrp event socket SOCKET", 
5819  "Next Hop Resolution Protocol functions\n"
5820  "Event Manager commands\n"
5821  "Event Manager unix socket path\n"
5822  "Unix path for the socket\n")
5823
5824 DEFSH (0, ipv6_forwarding_cmd_vtysh, 
5825        "ipv6 forwarding", 
5826        "IPv6 information\n"
5827        "Turn on IPv6 forwarding")
5828
5829 DEFSH (0|0|0|0, clear_ip_prefix_list_name_prefix_cmd_vtysh, 
5830        "clear ip prefix-list WORD A.B.C.D/M", 
5831        "Reset functions\n"
5832        "IP information\n"
5833        "Build a prefix list\n"
5834        "Name of a prefix list\n"
5835        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
5836
5837 DEFSH (0, ospf6_distance_cmd_vtysh, 
5838        "distance <1-255>", 
5839        "Negate a command or set its defaults\n"
5840        "Define an administrative distance\n"
5841        "OSPF6 Administrative distance\n")
5842
5843 DEFSH (0, no_ip_route_flags2_cmd_vtysh, 
5844        "no ip route A.B.C.D/M (reject|blackhole)", 
5845        "Negate a command or set its defaults\n"
5846        "IP information\n"
5847        "Establish static routes\n"
5848        "IP destination prefix (e.g. 10.0.0.0/8)\n"
5849        "Emit an ICMP unreachable when matched\n"
5850        "Silently discard pkts when matched\n")
5851
5852 DEFSH (0, show_ip_bgp_ipv4_filter_list_cmd_vtysh, 
5853        "show ip bgp ipv4 (unicast|multicast) filter-list WORD", 
5854        "Show running system information\n"
5855        "IP information\n"
5856        "BGP information\n"
5857        "Address family\n"
5858        "Address Family modifier\n"
5859        "Address Family modifier\n"
5860        "Display routes conforming to the filter-list\n"
5861        "Regular expression access list name\n")
5862
5863 DEFSH (0, bgp_cluster_id32_cmd_vtysh, 
5864        "bgp cluster-id <1-4294967295>", 
5865        "BGP information\n"
5866        "Configure Route-Reflector Cluster-id\n"
5867        "Route-Reflector Cluster-id as 32 bit quantity\n")
5868
5869 DEFSH (0, undebug_bgp_zebra_cmd_vtysh, 
5870        "undebug bgp zebra", 
5871        "Disable debugging functions (see also 'debug')\n"
5872        "BGP information\n"
5873        "BGP Zebra messages\n")
5874
5875 DEFSH (0, show_bgp_ipv6_safi_flap_filter_list_cmd_vtysh, 
5876        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics filter-list WORD", 
5877        "Show running system information\n"
5878        "BGP information\n"
5879        "IPv6 information\n"
5880        "Address Family modifier\n"
5881        "Address Family modifier\n"
5882        "Address Family modifier\n"
5883        "Address Family modifier\n"
5884        "Display flap statistics of routes\n"
5885        "Display routes conforming to the filter-list\n"
5886        "Regular expression access list name\n")
5887
5888 DEFSH (0, csnp_interval_cmd_vtysh, 
5889        "isis csnp-interval <1-600>", 
5890        "IS-IS commands\n"
5891        "Set CSNP interval in seconds\n"
5892        "CSNP interval value\n")
5893
5894 DEFSH (0, no_ipv6_ospf6_passive_cmd_vtysh, 
5895        "no ipv6 ospf6 passive", 
5896        "Negate a command or set its defaults\n"
5897        "IPv6 Information\n"
5898        "Open Shortest Path First (OSPF) for IPv6\n"
5899        "passive interface: No Adjacency will be formed on this I/F\n"
5900        )
5901
5902 DEFSH (0, show_ip_ospf_router_info_cmd_vtysh, 
5903        "show ip ospf router-info", 
5904        "Show running system information\n"
5905        "IP information\n"
5906        "OSPF information\n"
5907        "Router Information\n")
5908
5909 DEFSH (0, aggregate_address_mask_as_set_cmd_vtysh, 
5910        "aggregate-address A.B.C.D A.B.C.D as-set", 
5911        "Configure BGP aggregate entries\n"
5912        "Aggregate address\n"
5913        "Aggregate mask\n"
5914        "Generate AS set path information\n")
5915
5916 DEFSH (0, show_debugging_ripng_cmd_vtysh, 
5917        "show debugging ripng", 
5918        "Show running system information\n"
5919        "Debugging functions (see also 'undebug')\n"
5920        "RIPng configuration\n")
5921
5922 DEFSH (0, show_ip_bgp_community3_cmd_vtysh, 
5923        "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)", 
5924        "Show running system information\n"
5925        "IP information\n"
5926        "BGP information\n"
5927        "Display routes matching the communities\n"
5928        "community number\n"
5929        "Do not send outside local AS (well-known community)\n"
5930        "Do not advertise to any peer (well-known community)\n"
5931        "Do not export to next AS (well-known community)\n"
5932        "community number\n"
5933        "Do not send outside local AS (well-known community)\n"
5934        "Do not advertise to any peer (well-known community)\n"
5935        "Do not export to next AS (well-known community)\n"
5936        "community number\n"
5937        "Do not send outside local AS (well-known community)\n"
5938        "Do not advertise to any peer (well-known community)\n"
5939        "Do not export to next AS (well-known community)\n")
5940
5941 DEFSH (0, ospf_passive_interface_default_cmd_vtysh, 
5942        "passive-interface default", 
5943        "Suppress routing updates on an interface\n"
5944        "Suppress routing updates on interfaces by default\n")
5945
5946 DEFSH (0, show_ip_bgp_ipv4_neighbors_cmd_vtysh, 
5947        "show ip bgp ipv4 (unicast|multicast) neighbors", 
5948        "Show running system information\n"
5949        "IP information\n"
5950        "BGP information\n"
5951        "Address family\n"
5952        "Address Family modifier\n"
5953        "Address Family modifier\n"
5954        "Detailed information on TCP and BGP neighbor connections\n")
5955
5956 DEFSH (0, no_match_lcommunity_cmd_vtysh, 
5957        "no match large-community (<1-99>|<100-500>|WORD)", 
5958        "Negate a command or set its defaults\n"
5959        "Match values from routing table\n"
5960        "Match BGP large community list\n"
5961        "Large Community-list number (standard)\n"
5962        "Large Community-list number (expanded)\n"
5963        "Large Community-list name\n")
5964
5965 DEFSH (0, ip_route_mask_tag_distance_cmd_vtysh, 
5966        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
5967        "IP information\n"
5968        "Establish static routes\n"
5969        "IP destination prefix\n"
5970        "IP destination prefix mask\n"
5971        "IP gateway address\n"
5972        "IP gateway interface name\n"
5973        "Null interface\n"
5974        "Set tag for this route\n"
5975        "Tag value\n"
5976        "Distance value for this route\n")
5977
5978 DEFSH (0, no_access_list_standard_any_cmd_vtysh, 
5979        "no access-list (<1-99>|<1300-1999>) (deny|permit) any", 
5980        "Negate a command or set its defaults\n"
5981        "Add an access list entry\n"
5982        "IP standard access list\n"
5983        "IP standard access list (expanded range)\n"
5984        "Specify packets to reject\n"
5985        "Specify packets to forward\n"
5986        "Any source host\n")
5987
5988 DEFSH (0, show_ip_bgp_flap_filter_list_cmd_vtysh, 
5989        "show ip bgp flap-statistics filter-list WORD", 
5990        "Show running system information\n"
5991        "IP information\n"
5992        "BGP information\n"
5993        "Display flap statistics of routes\n"
5994        "Display routes conforming to the filter-list\n"
5995        "Regular expression access list name\n")
5996
5997 DEFSH (0, show_ipv6_ospf6_database_type_id_self_originated_detail_cmd_vtysh, 
5998        "show ipv6 ospf6 database "
5999        "(router|network|inter-prefix|inter-router|as-external|"
6000        "group-membership|type-7|link|intra-prefix) A.B.C.D self-originated "
6001        "(detail|dump|internal)", 
6002        "Show running system information\n"
6003        "IPv6 information\n"
6004        "Open Shortest Path First (OSPF) for IPv6\n"
6005        "Display Link state database\n"
6006        "Display Router LSAs\n"
6007        "Display Network LSAs\n"
6008        "Display Inter-Area-Prefix LSAs\n"
6009        "Display Inter-Area-Router LSAs\n"
6010        "Display As-External LSAs\n"
6011        "Display Group-Membership LSAs\n"
6012        "Display Type-7 LSAs\n"
6013        "Display Link LSAs\n"
6014        "Display Intra-Area-Prefix LSAs\n"
6015        "Display Self-originated LSAs\n"
6016        "Search by Link state ID\n"
6017        "Specify Link state ID as IPv4 address notation\n"
6018        "Display details of LSAs\n"
6019        "Dump LSAs\n"
6020        "Display LSA's internal information\n"
6021       )
6022
6023 DEFSH (0, no_bgp_always_compare_med_cmd_vtysh, 
6024        "no bgp always-compare-med", 
6025        "Negate a command or set its defaults\n"
6026        "BGP specific commands\n"
6027        "Allow comparing MED from different neighbors\n")
6028
6029 DEFSH (0, clear_bgp_ipv6_external_cmd_vtysh, 
6030        "clear bgp ipv6 external", 
6031        "Reset functions\n"
6032        "BGP information\n"
6033        "Address family\n"
6034        "Clear all external peers\n")
6035
6036 DEFSH (0, show_bgp_view_afi_safi_prefix_cmd_vtysh, 
6037        "show bgp view WORD (ipv4|ipv6) (encap|multicast|unicast|vpn) A.B.C.D/M", 
6038        "Show running system information\n"
6039        "BGP information\n"
6040        "BGP view\n"
6041        "View name\n"
6042        "Address Family\n"
6043        "Address Family\n"
6044        "Address Family Modifier\n"
6045        "Address Family Modifier\n"
6046        "Address Family Modifier\n"
6047        "Address Family Modifier\n"
6048        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
6049
6050 DEFSH (0, ipv6_route_flags_pref_vrf_cmd_vtysh, 
6051        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
6052        "IP information\n"
6053        "Establish static routes\n"
6054        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
6055        "IPv6 gateway address\n"
6056        "IPv6 gateway interface name\n"
6057        "Emit an ICMP unreachable when matched\n"
6058        "Silently discard pkts when matched\n"
6059        "Distance value for this prefix\n"
6060        "Specify the VRF\nThe VRF ID\n")
6061
6062 DEFSH (0, ip_ospf_dead_interval_cmd_vtysh, 
6063        "ip ospf dead-interval <1-65535>", 
6064        "IP Information\n"
6065        "OSPF interface commands\n"
6066        "Interval after which a neighbor is declared dead\n"
6067        "Seconds\n")
6068
6069 DEFSH (0, show_ipv6_ospf6_database_type_id_detail_cmd_vtysh, 
6070        "show ipv6 ospf6 database "
6071        "(router|network|inter-prefix|inter-router|as-external|"
6072        "group-membership|type-7|link|intra-prefix) A.B.C.D "
6073        "(detail|dump|internal)", 
6074        "Show running system information\n"
6075        "IPv6 information\n"
6076        "Open Shortest Path First (OSPF) for IPv6\n"
6077        "Display Link state database\n"
6078        "Display Router LSAs\n"
6079        "Display Network LSAs\n"
6080        "Display Inter-Area-Prefix LSAs\n"
6081        "Display Inter-Area-Router LSAs\n"
6082        "Display As-External LSAs\n"
6083        "Display Group-Membership LSAs\n"
6084        "Display Type-7 LSAs\n"
6085        "Display Link LSAs\n"
6086        "Display Intra-Area-Prefix LSAs\n"
6087        "Specify Link state ID as IPv4 address notation\n"
6088        "Display details of LSAs\n"
6089        "Dump LSAs\n"
6090        "Display LSA's internal information\n"
6091       )
6092
6093 DEFSH (0, show_bgp_ipv6_lcommunity4_cmd_vtysh, 
6094        "show bgp ipv6 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
6095        "Show running system information\n"
6096        "BGP information\n"
6097        "Address family\n"
6098        "Display routes matching the large-communities\n"
6099        "large-community number\n"
6100        "large-community number\n"
6101        "large-community number\n"
6102        "large-community number\n")
6103
6104 DEFSH (0, aggregate_address_as_set_summary_cmd_vtysh, 
6105        "aggregate-address A.B.C.D/M as-set summary-only", 
6106        "Configure BGP aggregate entries\n"
6107        "Aggregate prefix\n"
6108        "Generate AS set path information\n"
6109        "Filter more specific routes from updates\n")
6110
6111 DEFSH (0, ospf_area_vlink_authtype_args_cmd_vtysh, 
6112        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
6113        "(authentication|) (message-digest|null)", 
6114        "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"
6115        "Enable authentication on this virtual link\n" "dummy string \n" "Use null authentication\n" "Use message-digest authentication\n")
6116
6117 DEFSH (0, show_ip_bgp_cidr_only_cmd_vtysh, 
6118        "show ip bgp cidr-only", 
6119        "Show running system information\n"
6120        "IP information\n"
6121        "BGP information\n"
6122        "Display only routes with non-natural netmasks\n")
6123
6124 DEFSH (0|0|0|0, no_ip_prefix_list_seq_le_cmd_vtysh, 
6125        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32>", 
6126        "Negate a command or set its defaults\n"
6127        "IP information\n"
6128        "Build a prefix list\n"
6129        "Name of a prefix list\n"
6130        "sequence number of an entry\n"
6131        "Sequence number\n"
6132        "Specify packets to reject\n"
6133        "Specify packets to forward\n"
6134        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
6135        "Maximum prefix length to be matched\n"
6136        "Maximum prefix length\n")
6137
6138 DEFSH (0, ip_route_mask_flags_tag_vrf_cmd_vtysh, 
6139        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
6140        "IP information\n"
6141        "Establish static routes\n"
6142        "IP destination prefix\n"
6143        "IP destination prefix mask\n"
6144        "IP gateway address\n"
6145        "IP gateway interface name\n"
6146        "Emit an ICMP unreachable when matched\n"
6147        "Silently discard pkts when matched\n"
6148        "Set tag for this route\n"
6149        "Tag value\n"
6150        "Specify the VRF\nThe VRF ID\n")
6151
6152 DEFSH (0, show_ip_bgp_community_list_exact_cmd_vtysh, 
6153        "show ip bgp community-list (<1-500>|WORD) exact-match", 
6154        "Show running system information\n"
6155        "IP information\n"
6156        "BGP information\n"
6157        "Display routes matching the community-list\n"
6158        "community-list number\n"
6159        "community-list name\n"
6160        "Exact match of the communities\n")
6161
6162 DEFSH (0, show_bgp_neighbor_damp_cmd_vtysh, 
6163        "show bgp neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
6164        "Show running system information\n"
6165        "BGP information\n"
6166        "Detailed information on TCP and BGP neighbor connections\n"
6167        "Neighbor to display information about\n"
6168        "Neighbor to display information about\n"
6169        "Display the dampened routes received from neighbor\n")
6170
6171 DEFSH (0, no_ip_as_path_cmd_vtysh, 
6172        "no ip as-path access-list WORD (deny|permit) .LINE", 
6173        "Negate a command or set its defaults\n"
6174        "IP information\n"
6175        "BGP autonomous system path filter\n"
6176        "Specify an access list name\n"
6177        "Regular expression access list name\n"
6178        "Specify packets to reject\n"
6179        "Specify packets to forward\n"
6180        "A regular-expression to match the BGP AS paths\n")
6181
6182 DEFSH (0, show_ip_ospf_neighbor_detail_cmd_vtysh, 
6183        "show ip ospf neighbor detail", 
6184        "Show running system information\n"
6185        "IP information\n"
6186        "OSPF information\n"
6187        "Neighbor list\n"
6188        "detail of all neighbors\n")
6189
6190 DEFSH (0, bgp_bestpath_aspath_confed_cmd_vtysh, 
6191        "bgp bestpath as-path confed", 
6192        "BGP specific commands\n"
6193        "Change the default bestpath selection\n"
6194        "AS-path attribute\n"
6195        "Compare path lengths including confederation sets & sequences in selecting a route\n")
6196
6197 DEFSH (0, no_access_list_remark_arg_cmd_vtysh, 
6198        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE", 
6199        "Negate a command or set its defaults\n"
6200        "Add an access list entry\n"
6201        "IP standard access list\n"
6202        "IP extended access list\n"
6203        "IP standard access list (expanded range)\n"
6204        "IP extended access list (expanded range)\n"
6205        "IP zebra access-list\n"
6206        "Access list entry comment\n"
6207        "Comment up to 100 characters\n")
6208
6209 DEFSH (0, clear_bgp_all_out_cmd_vtysh, 
6210        "clear bgp * out", 
6211        "Reset functions\n"
6212        "BGP information\n"
6213        "Clear all peers\n"
6214        "Resend all outbound updates\n")
6215
6216 DEFSH (0, interface_ip_pim_drprio_cmd_vtysh, 
6217        "ip pim drpriority <1-4294967295>", 
6218        "IP information\n"
6219        "PIM information\n"
6220        "Set the Designated Router Election Priority\n"
6221        "Value of the new DR Priority\n")
6222
6223 DEFSH (0, show_ipv6_route_protocol_vrf_cmd_vtysh, 
6224        "show ipv6 route " "(kernel|connected|static|ripng|ospf6|isis|bgp|babel|nhrp)" " " "vrf <0-65535>", 
6225        "Show running system information\n"
6226        "IP information\n"
6227        "IP routing table\n"
6228        "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"
6229        "Specify the VRF\nThe VRF ID\n")
6230
6231 DEFSH (0, no_bgp_network_mask_natural_backdoor_cmd_vtysh, 
6232        "no network A.B.C.D backdoor", 
6233        "Negate a command or set its defaults\n"
6234        "Specify a network to announce via BGP\n"
6235        "Network number\n"
6236        "Specify a BGP backdoor route\n")
6237
6238 DEFSH (0|0|0|0, ipv6_prefix_list_seq_le_ge_cmd_vtysh, 
6239        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
6240        "IPv6 information\n"
6241        "Build a prefix list\n"
6242        "Name of a prefix list\n"
6243        "sequence number of an entry\n"
6244        "Sequence number\n"
6245        "Specify packets to reject\n"
6246        "Specify packets to forward\n"
6247        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
6248        "Maximum prefix length to be matched\n"
6249        "Maximum prefix length\n"
6250        "Minimum prefix length to be matched\n"
6251        "Minimum prefix length\n")
6252
6253 DEFSH (0, no_tunnel_source_cmd_vtysh, 
6254  "no tunnel source", 
6255  "NHRP/GRE integration\n"
6256  "Tunnel device binding tracking\n"
6257  "Interface name\n")
6258
6259 DEFSH (0, debug_pim_packetdump_send_cmd_vtysh, 
6260        "debug pim packet-dump send", 
6261        "Debugging functions (see also 'undebug')\n"
6262        "PIM protocol activity\n"
6263        "PIM packet dump\n"
6264        "Dump sent packets\n")
6265
6266 DEFSH (0, show_ip_bgp_vpnv4_rd_neighbors_peer_cmd_vtysh, 
6267        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors A.B.C.D", 
6268        "Show running system information\n"
6269        "IP information\n"
6270        "BGP information\n"
6271        "Display VPNv4 NLRI specific information\n"
6272        "Display information about all VPNv4 NLRIs\n"
6273        "Detailed information on TCP and BGP neighbor connections\n"
6274        "Neighbor to display information about\n")
6275
6276 DEFSH (0, no_ip_ospf_message_digest_key_addr_cmd_vtysh, 
6277        "no ip ospf message-digest-key <1-255> A.B.C.D", 
6278        "Negate a command or set its defaults\n"
6279        "IP Information\n"
6280        "OSPF interface commands\n"
6281        "Message digest authentication password (key)\n"
6282        "Key ID\n"
6283        "Address of interface")
6284
6285 DEFSH (0, bgp_rr_allow_outbound_policy_cmd_vtysh, 
6286        "bgp route-reflector allow-outbound-policy", 
6287        "BGP specific commands\n"
6288        "Allow modifications made by out route-map\n"
6289        "on ibgp neighbors\n")
6290
6291 DEFSH (0, set_lcommunity_cmd_vtysh, 
6292        "set large-community .AA:BB:CC", 
6293        "Set values in destination routing protocol\n"
6294        "BGP large community attribute\n"
6295        "Large Community number in aa:bb:cc format or additive\n")
6296
6297 DEFSH (0, undebug_bgp_normal_cmd_vtysh, 
6298        "undebug bgp", 
6299        "Disable debugging functions (see also 'debug')\n"
6300        "BGP information\n")
6301
6302 DEFSH (0, no_neighbor_description_val_cmd_vtysh, 
6303        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "description .LINE", 
6304        "Negate a command or set its defaults\n"
6305        "Specify neighbor router\n"
6306        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
6307        "Neighbor specific description\n"
6308        "Up to 80 characters describing this neighbor\n")
6309
6310 DEFSH (0, bgp_maxpaths_cmd_vtysh, 
6311        "maximum-paths " "<" "1" "-" "1" ">", 
6312        "Forward packets over multiple paths\n"
6313        "Number of paths\n")
6314
6315 DEFSH (0, no_ospf_passive_interface_cmd_vtysh, 
6316        "no passive-interface IFNAME", 
6317        "Negate a command or set its defaults\n"
6318        "Allow routing updates on an interface\n"
6319        "Interface's name\n")
6320
6321 DEFSH (0, no_ip_route_mask_tag_distance_cmd_vtysh, 
6322        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
6323        "Negate a command or set its defaults\n"
6324        "IP information\n"
6325        "Establish static routes\n"
6326        "IP destination prefix\n"
6327        "IP destination prefix mask\n"
6328        "IP gateway address\n"
6329        "IP gateway interface name\n"
6330        "Null interface\n"
6331        "Tag of this route\n"
6332        "Tag value\n"
6333        "Distance value for this route\n")
6334
6335 DEFSH (0, no_set_lcommunity_none_cmd_vtysh, 
6336        "no set large-community none", 
6337        "Negate a command or set its defaults\n"
6338        "Set values in destination routing protocol\n"
6339        "BGP community attribute\n"
6340        "No community attribute\n")
6341
6342 DEFSH (0, no_ipv6_route_ifname_flags_pref_vrf_cmd_vtysh, 
6343        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255> " "vrf <0-65535>", 
6344        "Negate a command or set its defaults\n"
6345        "IP information\n"
6346        "Establish static routes\n"
6347        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
6348        "IPv6 gateway address\n"
6349        "IPv6 gateway interface name\n"
6350        "Emit an ICMP unreachable when matched\n"
6351        "Silently discard pkts when matched\n"
6352        "Distance value for this prefix\n"
6353        "Specify the VRF\nThe VRF ID\n")
6354
6355 DEFSH (0, no_match_ipv6_next_hop_cmd_vtysh, 
6356        "no match ipv6 next-hop X:X::X:X", 
6357        "Negate a command or set its defaults\n"
6358        "Match values from routing table\n"
6359        "IPv6 information\n"
6360        "Match IPv6 next-hop address of route\n"
6361        "IPv6 address of next hop\n")
6362
6363 DEFSH (0, no_isis_hello_multiplier_l2_arg_cmd_vtysh, 
6364        "no isis hello-multiplier <2-100> level-2", 
6365        "Negate a command or set its defaults\n"
6366        "IS-IS commands\n"
6367        "Set multiplier for Hello holding time\n"
6368        "Hello multiplier value\n"
6369        "Specify hello multiplier for level-2 IIHs\n")
6370
6371 DEFSH (0, show_ipv6_mbgp_lcommunity_cmd_vtysh, 
6372        "show ipv6 mbgp large-community (AA:BB:CC)", 
6373        "Show running system information\n"
6374        "IPv6 information\n"
6375        "MBGP information\n"
6376        "Display routes matching the large-communities\n"
6377        "large-community number\n")
6378
6379 DEFSH (0, no_ospf_area_range_advertise_cost_cmd_vtysh, 
6380        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise cost <0-16777215>", 
6381        "Negate a command or set its defaults\n"
6382        "OSPF area parameters\n"
6383        "OSPF area ID in IP address format\n"
6384        "OSPF area ID as a decimal value\n"
6385        "Summarize routes matching address/mask (border routers only)\n"
6386        "Area range prefix\n"
6387        "Advertise this range (default)\n"
6388        "User specified metric for this range\n"
6389        "Advertised metric for this range\n")
6390
6391 DEFSH (0, no_ipv6_nd_homeagent_preference_cmd_vtysh, 
6392        "no ipv6 nd home-agent-preference", 
6393        "Negate a command or set its defaults\n"
6394        "Interface IPv6 config commands\n"
6395        "Neighbor discovery\n"
6396        "Home Agent preference\n")
6397
6398 DEFSH (0, no_ospf_auto_cost_reference_bandwidth_cmd_vtysh, 
6399        "no auto-cost reference-bandwidth", 
6400        "Negate a command or set its defaults\n"
6401        "Calculate OSPF interface cost according to bandwidth\n"
6402        "Use reference bandwidth method to assign OSPF cost\n")
6403
6404 DEFSH (0, show_ip_rip_cmd_vtysh, 
6405        "show ip rip", 
6406        "Show running system information\n"
6407        "IP information\n"
6408        "Show RIP routes\n")
6409
6410 DEFSH (0, no_ipv6_route_ifname_cmd_vtysh, 
6411        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE", 
6412        "Negate a command or set its defaults\n"
6413        "IP information\n"
6414        "Establish static routes\n"
6415        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
6416        "IPv6 gateway address\n"
6417        "IPv6 gateway interface name\n")
6418
6419 DEFSH (0, show_ip_route_summary_vrf_all_cmd_vtysh, 
6420        "show ip route summary " "vrf all", 
6421        "Show running system information\n"
6422        "IP information\n"
6423        "IP routing table\n"
6424        "Summary of all routes\n"
6425        "Specify the VRF\nAll VRFs\n")
6426
6427 DEFSH (0, no_ospf_mpls_te_inter_as_cmd_vtysh, 
6428        "no mpls-te inter-as", 
6429        "Negate a command or set its defaults\n"
6430        "MPLS-TE specific commands\n"
6431        "Disable MPLS-TE Inter-AS support\n")
6432
6433 DEFSH (0, no_ospf_rfc1583_flag_cmd_vtysh, 
6434        "no ospf rfc1583compatibility", 
6435        "Negate a command or set its defaults\n"
6436        "OSPF specific commands\n"
6437        "Disable the RFC1583Compatibility flag\n")
6438
6439 DEFSH (0, show_isis_neighbor_detail_cmd_vtysh, 
6440        "show isis neighbor detail", 
6441        "Show running system information\n"
6442        "ISIS network information\n"
6443        "ISIS neighbor adjacencies\n"
6444        "show detailed information\n")
6445
6446 DEFSH (0, debug_ospf6_route_cmd_vtysh, 
6447        "debug ospf6 route (table|intra-area|inter-area|memory)", 
6448        "Debugging functions (see also 'undebug')\n"
6449        "Open Shortest Path First (OSPF) for IPv6\n"
6450        "Debug route table calculation\n"
6451        "Debug detail\n"
6452        "Debug intra-area route calculation\n"
6453        "Debug inter-area route calculation\n"
6454        "Debug route memory use\n"
6455        )
6456
6457 DEFSH (0, show_bgp_ipv4_safi_rsclient_route_cmd_vtysh, 
6458        "show bgp ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
6459        "Show running system information\n"
6460        "BGP information\n"
6461        "Address family\n"
6462        "Address Family modifier\n"
6463        "Address Family modifier\n"
6464        "Information about Route Server Client\n"
6465        "Neighbor address\nIPv6 address\n"
6466        "Network in the BGP routing table to display\n")
6467
6468 DEFSH (0|0|0|0, no_ip_prefix_list_seq_ge_le_cmd_vtysh, 
6469        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
6470        "Negate a command or set its defaults\n"
6471        "IP information\n"
6472        "Build a prefix list\n"
6473        "Name of a prefix list\n"
6474        "sequence number of an entry\n"
6475        "Sequence number\n"
6476        "Specify packets to reject\n"
6477        "Specify packets to forward\n"
6478        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
6479        "Minimum prefix length to be matched\n"
6480        "Minimum prefix length\n"
6481        "Maximum prefix length to be matched\n"
6482        "Maximum prefix length\n")
6483
6484 DEFSH (0, show_ip_multicast_cmd_vtysh, 
6485        "show ip multicast", 
6486        "Show running system information\n"
6487        "IP information\n"
6488        "Multicast global information\n")
6489
6490 DEFSH (0, no_csnp_interval_l1_cmd_vtysh, 
6491        "no isis csnp-interval level-1", 
6492        "Negate a command or set its defaults\n"
6493        "IS-IS commands\n"
6494        "Set CSNP interval in seconds\n"
6495        "Specify interval for level-1 CSNPs\n")
6496
6497 DEFSH (0, show_bgp_ipv4_community_cmd_vtysh, 
6498        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export)", 
6499        "Show running system information\n"
6500        "BGP information\n"
6501        "IP information\n"
6502        "Display routes matching the communities\n"
6503        "community number\n"
6504        "Do not send outside local AS (well-known community)\n"
6505        "Do not advertise to any peer (well-known community)\n"
6506        "Do not export to next AS (well-known community)\n")
6507
6508 DEFSH (0, no_lsp_refresh_interval_l1_arg_cmd_vtysh, 
6509        "no lsp-refresh-interval level-1 <1-65235>", 
6510        "Negate a command or set its defaults\n"
6511        "LSP refresh interval for Level 1 only\n"
6512        "LSP refresh interval for Level 1 only in seconds\n")
6513
6514 DEFSH (0, no_ip_extcommunity_list_name_standard_all_cmd_vtysh, 
6515        "no ip extcommunity-list standard WORD", 
6516        "Negate a command or set its defaults\n"
6517        "IP information\n"
6518        "Add a extended community list entry\n"
6519        "Specify standard extcommunity-list\n"
6520        "Extended Community list name\n")
6521
6522 DEFSH (0, ip_route_mask_flags_tag_distance2_cmd_vtysh, 
6523        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>", 
6524        "IP information\n"
6525        "Establish static routes\n"
6526        "IP destination prefix\n"
6527        "IP destination prefix mask\n"
6528        "Set tag for this route\n"
6529        "Tag value\n"
6530        "Distance value for this route\n"
6531        "Emit an ICMP unreachable when matched\n"
6532        "Silently discard pkts when matched\n")
6533
6534 DEFSH (0, no_match_community_cmd_vtysh, 
6535        "no match community", 
6536        "Negate a command or set its defaults\n"
6537        "Match values from routing table\n"
6538        "Match BGP community list\n")
6539
6540 DEFSH (0, no_ip_ospf_mtu_ignore_addr_cmd_vtysh, 
6541        "no ip ospf mtu-ignore A.B.C.D", 
6542        "IP Information\n"
6543        "OSPF interface commands\n"
6544        "Disable mtu mismatch detection\n"
6545        "Address of interface")
6546
6547 DEFSH (0, no_match_ipv6_address_cmd_vtysh, 
6548       "no match ipv6 address", 
6549       "Negate a command or set its defaults\n"
6550       "Match values from routing table\n"
6551       "IPv6 information\n"
6552       "Match IPv6 address of route\n"
6553 )
6554
6555 DEFSH (0, show_ip_bgp_ipv4_lcommunity_all_cmd_vtysh, 
6556        "show ip bgp ipv4 (unicast|multicast) large-community", 
6557        "Show running system information\n"
6558        "IP information\n"
6559        "BGP information\n"
6560        "Address family\n"
6561        "Address Family modifier\n"
6562        "Address Family modifier\n"
6563        "Display routes matching the large-communities\n")
6564
6565 DEFSH (0|0|0|0, no_ip_prefix_list_le_cmd_vtysh, 
6566        "no ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32>", 
6567        "Negate a command or set its defaults\n"
6568        "IP information\n"
6569        "Build a prefix list\n"
6570        "Name of a prefix list\n"
6571        "Specify packets to reject\n"
6572        "Specify packets to forward\n"
6573        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
6574        "Maximum prefix length to be matched\n"
6575        "Maximum prefix length\n")
6576
6577 DEFSH (0, show_ip_bgp_ipv4_neighbor_advertised_route_cmd_vtysh, 
6578        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
6579        "Show running system information\n"
6580        "IP information\n"
6581        "BGP information\n"
6582        "Address family\n"
6583        "Address Family modifier\n"
6584        "Address Family modifier\n"
6585        "Detailed information on TCP and BGP neighbor connections\n"
6586        "Neighbor to display information about\n"
6587        "Neighbor to display information about\n"
6588        "Display the routes advertised to a BGP neighbor\n")
6589
6590 DEFSH (0, ipv6_route_pref_cmd_vtysh, 
6591        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255>", 
6592        "IP information\n"
6593        "Establish static routes\n"
6594        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
6595        "IPv6 gateway address\n"
6596        "IPv6 gateway interface name\n"
6597        "Distance value for this prefix\n")
6598
6599 DEFSH (0, no_isis_priority_arg_cmd_vtysh, 
6600        "no isis priority <0-127>", 
6601        "Negate a command or set its defaults\n"
6602        "IS-IS commands\n"
6603        "Set priority for Designated Router election\n"
6604        "Priority value\n")
6605
6606 DEFSH (0, no_ip_route_mask_flags_distance_cmd_vtysh, 
6607        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
6608        "Negate a command or set its defaults\n"
6609        "IP information\n"
6610        "Establish static routes\n"
6611        "IP destination prefix\n"
6612        "IP destination prefix mask\n"
6613        "IP gateway address\n"
6614        "IP gateway interface name\n"
6615        "Emit an ICMP unreachable when matched\n"
6616        "Silently discard pkts when matched\n"
6617        "Distance value for this route\n")
6618
6619 DEFSH (0, show_ip_route_prefix_longer_vrf_cmd_vtysh, 
6620        "show ip route A.B.C.D/M longer-prefixes " "vrf <0-65535>", 
6621        "Show running system information\n"
6622        "IP information\n"
6623        "IP routing table\n"
6624        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
6625        "Show route matching the specified Network/Mask pair only\n"
6626        "Specify the VRF\nThe VRF ID\n")
6627
6628 DEFSH (0, clear_ip_bgp_all_ipv4_out_cmd_vtysh, 
6629        "clear ip bgp * ipv4 (unicast|multicast) out", 
6630        "Reset functions\n"
6631        "IP information\n"
6632        "BGP information\n"
6633        "Clear all peers\n"
6634        "Address family\n"
6635        "Address Family modifier\n"
6636        "Address Family modifier\n"
6637        "Resend all outbound updates\n")
6638
6639 DEFSH (0, set_vpnv4_nexthop_cmd_vtysh, 
6640        "set vpnv4 next-hop A.B.C.D", 
6641        "Set values in destination routing protocol\n"
6642        "VPNv4 information\n"
6643        "VPNv4 next-hop address\n"
6644        "IP address of next hop\n")
6645
6646 DEFSH (0, ipv6_nd_prefix_noval_rev_cmd_vtysh, 
6647        "ipv6 nd prefix X:X::X:X/M (off-link|) (no-autoconfig|)", 
6648        "Interface IPv6 config commands\n"
6649        "Neighbor discovery\n"
6650        "Prefix information\n"
6651        "IPv6 prefix\n"
6652        "Do not use prefix for onlink determination\n"
6653        "Do not use prefix for autoconfiguration\n")
6654
6655 DEFSH (0, show_ipv6_ospf6_cmd_vtysh, 
6656        "show ipv6 ospf6", 
6657        "Show running system information\n"
6658        "IPv6 Information\n"
6659        "Open Shortest Path First (OSPF) for IPv6\n")
6660
6661 DEFSH (0, show_bgp_ipv4_rsclient_cmd_vtysh, 
6662        "show bgp ipv4 rsclient (A.B.C.D|X:X::X:X)", 
6663        "Show running system information\n"
6664        "BGP information\n"
6665        "Address Family\n"
6666        "Information about Route Server Client\n"
6667        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
6668
6669 DEFSH (0, no_ospf_max_metric_router_lsa_admin_cmd_vtysh, 
6670        "no max-metric router-lsa administrative", 
6671        "Negate a command or set its defaults\n"
6672        "OSPF maximum / infinite-distance metric\n"
6673        "Advertise own Router-LSA with infinite distance (stub router)\n"
6674        "Administratively applied,  for an indefinite period\n")
6675
6676 DEFSH (0, ip_multicast_mode_cmd_vtysh, 
6677        "ip multicast rpf-lookup-mode (urib-only|mrib-only|mrib-then-urib|lower-distance|longer-prefix)", 
6678        "IP information\n"
6679        "Multicast options\n"
6680        "RPF lookup behavior\n"
6681        "Lookup in unicast RIB only\n"
6682        "Lookup in multicast RIB only\n"
6683        "Try multicast RIB first,  fall back to unicast RIB\n"
6684        "Lookup both,  use entry with lower distance\n"
6685        "Lookup both,  use entry with longer prefix\n")
6686
6687 DEFSH (0, debug_ospf_nsm_sub_cmd_vtysh, 
6688        "debug ospf nsm (status|events|timers)", 
6689        "Debugging functions (see also 'undebug')\n"
6690        "OSPF information\n"
6691        "OSPF Neighbor State Machine\n"
6692        "NSM Status Information\n"
6693        "NSM Event Information\n"
6694        "NSM Timer Information\n")
6695
6696 DEFSH (0, no_ip_ospf_dead_interval_addr_cmd_vtysh, 
6697        "no ip ospf dead-interval <1-65535> A.B.C.D", 
6698        "Negate a command or set its defaults\n"
6699        "IP Information\n"
6700        "OSPF interface commands\n"
6701        "Interval after which a neighbor is declared dead\n"
6702        "Seconds\n"
6703        "Address of interface")
6704
6705 DEFSH (0, show_bgp_ipv4_safi_flap_address_cmd_vtysh, 
6706        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D", 
6707        "Show running system information\n"
6708        "BGP information\n"
6709        "Address family\n"
6710        "Address Family modifier\n"
6711        "Address Family modifier\n"
6712        "Address Family modifier\n"
6713        "Address Family modifier\n"
6714        "Display flap statistics of routes\n"
6715        "Network in the BGP routing table to display\n")
6716
6717 DEFSH (0, show_bgp_ipv6_safi_route_pathtype_cmd_vtysh, 
6718        "show bgp ipv6 (unicast|multicast) X:X::X:X (bestpath|multipath)", 
6719        "Show running system information\n"
6720        "BGP information\n"
6721        "Address family\n"
6722        "Address Family modifier\n"
6723        "Address Family modifier\n"
6724        "Network in the BGP routing table to display\n"
6725        "Display only the bestpath\n"
6726        "Display only multipaths\n")
6727
6728 DEFSH (0, isis_mpls_te_inter_as_cmd_vtysh, 
6729        "mpls-te inter-as (level-1|level-1-2|level-2-only)", 
6730        "MPLS-TE specific commands\n"
6731        "Configure MPLS-TE Inter-AS support\n"
6732        "AREA native mode self originate INTER-AS LSP with L1 only flooding scope)\n"
6733        "AREA native mode self originate INTER-AS LSP with L1 and L2 flooding scope)\n"
6734        "AS native mode self originate INTER-AS LSP with L2 only flooding scope\n")
6735
6736 DEFSH (0, show_ip_ospf_mpls_te_link_cmd_vtysh, 
6737        "show ip ospf mpls-te interface [INTERFACE]", 
6738        "Show running system information\n"
6739        "IP information\n"
6740        "OSPF information\n"
6741        "MPLS-TE information\n"
6742        "Interface information\n"
6743        "Interface name\n")
6744
6745 DEFSH (0, no_max_lsp_lifetime_l1_cmd_vtysh, 
6746        "no max-lsp-lifetime level-1", 
6747        "Negate a command or set its defaults\n"
6748        "LSP lifetime for Level 1 only in seconds\n")
6749
6750 DEFSH (0, no_match_origin_val_cmd_vtysh, 
6751        "no match origin (egp|igp|incomplete)", 
6752        "Negate a command or set its defaults\n"
6753        "Match values from routing table\n"
6754        "BGP origin code\n"
6755        "remote EGP\n"
6756        "local IGP\n"
6757        "unknown heritage\n")
6758
6759 DEFSH (0, show_ip_bgp_community2_cmd_vtysh, 
6760        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
6761        "Show running system information\n"
6762        "IP information\n"
6763        "BGP information\n"
6764        "Display routes matching the communities\n"
6765        "community number\n"
6766        "Do not send outside local AS (well-known community)\n"
6767        "Do not advertise to any peer (well-known community)\n"
6768        "Do not export to next AS (well-known community)\n"
6769        "community number\n"
6770        "Do not send outside local AS (well-known community)\n"
6771        "Do not advertise to any peer (well-known community)\n"
6772        "Do not export to next AS (well-known community)\n")
6773
6774 DEFSH (0, show_ip_bgp_flap_regexp_cmd_vtysh, 
6775        "show ip bgp flap-statistics regexp .LINE", 
6776        "Show running system information\n"
6777        "IP information\n"
6778        "BGP information\n"
6779        "Display flap statistics of routes\n"
6780        "Display routes matching the AS path regular expression\n"
6781        "A regular-expression to match the BGP AS paths\n")
6782
6783 DEFSH (0, show_bgp_ipv6_safi_neighbor_damp_cmd_vtysh, 
6784        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
6785        "Show running system information\n"
6786        "BGP information\n"
6787        "Address Family Modifier\n"
6788        "Address Family Modifier\n"
6789        "Address Family Modifier\n"
6790        "Address Family Modifier\n"
6791        "Detailed information on TCP and BGP neighbor connections\n"
6792        "Neighbor to display information about\n"
6793        "Neighbor to display information about\n"
6794        "Display the dampened routes received from neighbor\n")
6795
6796 DEFSH (0, ip_ospf_message_digest_key_addr_cmd_vtysh, 
6797        "ip ospf message-digest-key <1-255> md5 KEY A.B.C.D", 
6798        "IP Information\n"
6799        "OSPF interface commands\n"
6800        "Message digest authentication password (key)\n"
6801        "Key ID\n"
6802        "Use MD5 algorithm\n"
6803        "The OSPF password (key)"
6804        "Address of interface")
6805
6806 DEFSH (0, ipv6_route_ifname_flags_pref_tag_cmd_vtysh, 
6807        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>", 
6808        "IP information\n"
6809        "Establish static routes\n"
6810        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
6811        "IPv6 gateway address\n"
6812        "IPv6 gateway interface name\n"
6813        "Emit an ICMP unreachable when matched\n"
6814        "Silently discard pkts when matched\n"
6815        "Set tag for this route\n"
6816        "Tag value\n"
6817        "Distance value for this prefix\n")
6818
6819 DEFSH (0, no_ospf_distance_ospf_cmd_vtysh, 
6820        "no distance ospf {intra-area|inter-area|external}", 
6821        "Negate a command or set its defaults\n"
6822        "Define an administrative distance\n"
6823        "OSPF Administrative distance\n"
6824        "OSPF Distance\n"
6825        "Intra-area routes\n"
6826        "Inter-area routes\n"
6827        "External routes\n")
6828
6829 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_le_cmd_vtysh, 
6830        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128>", 
6831        "Negate a command or set its defaults\n"
6832        "IPv6 information\n"
6833        "Build a prefix list\n"
6834        "Name of a prefix list\n"
6835        "sequence number of an entry\n"
6836        "Sequence number\n"
6837        "Specify packets to reject\n"
6838        "Specify packets to forward\n"
6839        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
6840        "Maximum prefix length to be matched\n"
6841        "Maximum prefix length\n")
6842
6843 DEFSH (0, area_filter_list_cmd_vtysh, 
6844        "area A.B.C.D filter-list prefix WORD (in|out)", 
6845        "OSPFv6 area parameters\n"
6846        "OSPFv6 area ID in IP address format\n"
6847        "Filter networks between OSPFv6 areas\n"
6848        "Filter prefixes between OSPFv6 areas\n"
6849        "Name of an IPv6 prefix-list\n"
6850        "Filter networks sent to this area\n"
6851        "Filter networks sent from this area\n")
6852
6853 DEFSH (0, no_ip_forwarding_cmd_vtysh, 
6854        "no ip forwarding", 
6855        "Negate a command or set its defaults\n"
6856        "IP information\n"
6857        "Turn off IP forwarding")
6858
6859 DEFSH (0, test_pim_receive_join_cmd_vtysh, 
6860        "test pim receive join INTERFACE <0-65535> A.B.C.D A.B.C.D A.B.C.D A.B.C.D", 
6861        "Test\n"
6862        "Test PIM protocol\n"
6863        "Test PIM message reception\n"
6864        "Test PIM join reception from neighbor\n"
6865        "Interface\n"
6866        "Neighbor holdtime\n"
6867        "Upstream neighbor unicast destination address\n"
6868        "Downstream neighbor unicast source address\n"
6869        "Multicast group address\n"
6870        "Unicast source address\n")
6871
6872 DEFSH (0, debug_ospf_te_cmd_vtysh, 
6873        "debug ospf te", 
6874        "Debugging functions (see also 'undebug')\n"
6875        "OSPF information\n"
6876        "OSPF-TE information\n")
6877
6878 DEFSH (0, show_bgp_view_ipv4_safi_rsclient_prefix_cmd_vtysh, 
6879        "show bgp view WORD ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
6880        "Show running system information\n"
6881        "BGP information\n"
6882        "BGP view\n"
6883        "View name\n"
6884        "Address family\n"
6885        "Address Family modifier\n"
6886        "Address Family modifier\n"
6887        "Information about Route Server Client\n"
6888        "Neighbor address\nIPv6 address\n"
6889        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
6890
6891 DEFSH (0, show_ipv6_bgp_prefix_list_cmd_vtysh, 
6892        "show ipv6 bgp prefix-list WORD", 
6893        "Show running system information\n"
6894        "IPv6 information\n"
6895        "BGP information\n"
6896        "Display routes matching the prefix-list\n"
6897        "IPv6 prefix-list name\n")
6898
6899 DEFSH (0, no_bgp_redistribute_ipv6_rmap_cmd_vtysh, 
6900        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD", 
6901        "Negate a command or set its defaults\n"
6902        "Redistribute information from another routing protocol\n"
6903        "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"
6904        "Route map reference\n"
6905        "Pointer to route-map entries\n")
6906
6907 DEFSH (0, no_debug_pim_packetdump_recv_cmd_vtysh, 
6908        "no debug pim packet-dump receive", 
6909        "Negate a command or set its defaults\n"
6910        "Debugging functions (see also 'undebug')\n"
6911        "PIM protocol activity\n"
6912        "PIM packet dump\n"
6913        "Dump received packets\n")
6914
6915 DEFSH (0, show_ip_bgp_community4_cmd_vtysh, 
6916        "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)", 
6917        "Show running system information\n"
6918        "IP information\n"
6919        "BGP information\n"
6920        "Display routes matching the communities\n"
6921        "community number\n"
6922        "Do not send outside local AS (well-known community)\n"
6923        "Do not advertise to any peer (well-known community)\n"
6924        "Do not export to next AS (well-known community)\n"
6925        "community number\n"
6926        "Do not send outside local AS (well-known community)\n"
6927        "Do not advertise to any peer (well-known community)\n"
6928        "Do not export to next AS (well-known community)\n"
6929        "community number\n"
6930        "Do not send outside local AS (well-known community)\n"
6931        "Do not advertise to any peer (well-known community)\n"
6932        "Do not export to next AS (well-known community)\n"
6933        "community number\n"
6934        "Do not send outside local AS (well-known community)\n"
6935        "Do not advertise to any peer (well-known community)\n"
6936        "Do not export to next AS (well-known community)\n")
6937
6938 DEFSH (0, show_ip_ospf_neighbor_int_cmd_vtysh, 
6939        "show ip ospf neighbor IFNAME", 
6940        "Show running system information\n"
6941        "IP information\n"
6942        "OSPF information\n"
6943        "Neighbor list\n"
6944        "Interface name\n")
6945
6946 DEFSH (0, ip_extcommunity_list_name_standard2_cmd_vtysh, 
6947        "ip extcommunity-list standard WORD (deny|permit)", 
6948        "IP information\n"
6949        "Add a extended community list entry\n"
6950        "Specify standard extcommunity-list\n"
6951        "Extended Community list name\n"
6952        "Specify community to reject\n"
6953        "Specify community to accept\n")
6954
6955 DEFSH (0, undebug_bgp_allow_martians_cmd_vtysh, 
6956        "undebug bgp allow-martians", 
6957        "Disable debugging functions (see also 'debug')\n"
6958        "BGP information\n"
6959        "BGP allow martian next hops\n")
6960
6961 DEFSH (0, no_lsp_gen_interval_l2_cmd_vtysh, 
6962        "no lsp-gen-interval level-2", 
6963        "Negate a command or set its defaults\n"
6964        "Minimum interval between regenerating same LSP\n"
6965        "Set interval for level 2 only\n")
6966
6967 DEFSH (0, ipv6_bgp_network_cmd_vtysh, 
6968        "network X:X::X:X/M", 
6969        "Specify a network to announce via BGP\n"
6970        "IPv6 prefix <network>/<length>\n")
6971
6972 DEFSH (0, ip_ospf_transmit_delay_cmd_vtysh, 
6973        "ip ospf transmit-delay <1-65535>", 
6974        "IP Information\n"
6975        "OSPF interface commands\n"
6976        "Link state transmit delay\n"
6977        "Seconds\n")
6978
6979 DEFSH (0, no_neighbor_capability_orf_prefix_cmd_vtysh, 
6980        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "capability orf prefix-list (both|send|receive)", 
6981        "Negate a command or set its defaults\n"
6982        "Specify neighbor router\n"
6983        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
6984        "Advertise capability to the peer\n"
6985        "Advertise ORF capability to the peer\n"
6986        "Advertise prefixlist ORF capability to this neighbor\n"
6987        "Capability to SEND and RECEIVE the ORF to/from this neighbor\n"
6988        "Capability to RECEIVE the ORF from this neighbor\n"
6989        "Capability to SEND the ORF to this neighbor\n")
6990
6991 DEFSH (0, no_debug_ospf_packet_send_recv_detail_cmd_vtysh, 
6992        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv) (detail|)", 
6993        "Negate a command or set its defaults\n"
6994        "Debugging functions\n"
6995        "OSPF information\n"
6996        "OSPF packets\n"
6997        "OSPF Hello\n"
6998        "OSPF Database Description\n"
6999        "OSPF Link State Request\n"
7000        "OSPF Link State Update\n"
7001        "OSPF Link State Acknowledgment\n"
7002        "OSPF all packets\n"
7003        "Packet sent\n"
7004        "Packet received\n"
7005        "Detail Information\n")
7006
7007 DEFSH (0|0, no_neighbor_maximum_prefix_warning_cmd_vtysh, 
7008        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> warning-only", 
7009        "Negate a command or set its defaults\n"
7010        "Specify neighbor router\n"
7011        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7012        "Maximum number of prefix accept from this peer\n"
7013        "maximum no. of prefix limit\n"
7014        "Only give warning message when limit is exceeded\n")
7015
7016 DEFSH (0, interface_no_ip_pim_ssm_cmd_vtysh, 
7017        "no ip pim ssm", 
7018        "Negate a command or set its defaults\n"
7019        "IP information\n"
7020        "PIM information\n"
7021        "Enable PIM SSM operation\n")
7022
7023 DEFSH (0, debug_zebra_packet_direct_cmd_vtysh, 
7024        "debug zebra packet (recv|send|detail)", 
7025        "Debugging functions (see also 'undebug')\n"
7026        "Zebra configuration\n"
7027        "Debug option set for zebra packet\n"
7028        "Debug option set for receive packet\n"
7029        "Debug option set for send packet\n")
7030
7031 DEFSH (0, ip_route_mask_flags2_tag_cmd_vtysh, 
7032        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>", 
7033        "IP information\n"
7034        "Establish static routes\n"
7035        "IP destination prefix\n"
7036        "IP destination prefix mask\n"
7037        "Emit an ICMP unreachable when matched\n"
7038        "Silently discard pkts when matched\n"
7039        "Set tag for this route\n"
7040        "Tag value\n")
7041
7042 DEFSH (0, match_peer_local_cmd_vtysh, 
7043         "match peer local", 
7044         "Match values from routing table\n"
7045         "Match peer address\n"
7046         "Static or Redistributed routes\n")
7047
7048 DEFSH (0, ospf6_distance_ospf6_external_intra_inter_cmd_vtysh, 
7049        "distance ospf6 external <1-255> intra-area <1-255> inter-area <1-255>", 
7050        "Define an administrative distance\n"
7051        "OSPF6 Administrative distance\n"
7052        "External routes\n"
7053        "Distance for external routes\n"
7054        "Intra-area routes\n"
7055        "Distance for intra-area routes\n"
7056        "Inter-area routes\n"
7057        "Distance for inter-area routes\n")
7058
7059 DEFSH (0, no_ipv6_route_flags_pref_vrf_cmd_vtysh, 
7060        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
7061        "Negate a command or set its defaults\n"
7062        "IP information\n"
7063        "Establish static routes\n"
7064        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
7065        "IPv6 gateway address\n"
7066        "IPv6 gateway interface name\n"
7067        "Emit an ICMP unreachable when matched\n"
7068        "Silently discard pkts when matched\n"
7069        "Distance value for this prefix\n"
7070        "Specify the VRF\nThe VRF ID\n")
7071
7072 DEFSH (0, debug_ospf_nsm_cmd_vtysh, 
7073        "debug ospf nsm", 
7074        "Debugging functions (see also 'undebug')\n"
7075        "OSPF information\n"
7076        "OSPF Neighbor State Machine\n")
7077
7078 DEFSH (0, no_bgp_bestpath_aspath_multipath_relax_cmd_vtysh, 
7079        "no bgp bestpath as-path multipath-relax", 
7080        "Negate a command or set its defaults\n"
7081        "BGP specific commands\n"
7082        "Change the default bestpath selection\n"
7083        "AS-path attribute\n"
7084        "Allow load sharing across routes that have different AS paths (but same length)\n")
7085
7086 DEFSH (0, no_match_ip_route_source_cmd_vtysh, 
7087        "no match ip route-source", 
7088        "Negate a command or set its defaults\n"
7089        "Match values from routing table\n"
7090        "IP information\n"
7091        "Match advertising source address of route\n")
7092
7093 DEFSH (0, show_bgp_ipv4_safi_community4_cmd_vtysh, 
7094        "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)", 
7095        "Show running system information\n"
7096        "BGP information\n"
7097        "Address family\n"
7098        "Address Family modifier\n"
7099        "Address Family modifier\n"
7100        "Display routes matching the communities\n"
7101        "community number\n"
7102        "Do not send outside local AS (well-known community)\n"
7103        "Do not advertise to any peer (well-known community)\n"
7104        "Do not export to next AS (well-known community)\n"
7105        "community number\n"
7106        "Do not send outside local AS (well-known community)\n"
7107        "Do not advertise to any peer (well-known community)\n"
7108        "Do not export to next AS (well-known community)\n"
7109        "community number\n"
7110        "Do not send outside local AS (well-known community)\n"
7111        "Do not advertise to any peer (well-known community)\n"
7112        "Do not export to next AS (well-known community)\n"
7113        "community number\n"
7114        "Do not send outside local AS (well-known community)\n"
7115        "Do not advertise to any peer (well-known community)\n"
7116        "Do not export to next AS (well-known community)\n")
7117
7118 DEFSH (0|0|0|0, no_ip_prefix_list_prefix_cmd_vtysh, 
7119        "no ip prefix-list WORD (deny|permit) (A.B.C.D/M|any)", 
7120        "Negate a command or set its defaults\n"
7121        "IP information\n"
7122        "Build a prefix list\n"
7123        "Name of a prefix list\n"
7124        "Specify packets to reject\n"
7125        "Specify packets to forward\n"
7126        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
7127        "Any prefix match.  Same as \"0.0.0.0/0 le 32\"\n")
7128
7129 DEFSH (0, ip_ospf_area_cmd_vtysh, 
7130        "ip ospf area (A.B.C.D|<0-4294967295>) [A.B.C.D]", 
7131        "IP Information\n"
7132        "OSPF interface commands\n"
7133        "Enable OSPF on this interface\n"
7134        "OSPF area ID in IP address format\n"
7135        "OSPF area ID as a decimal value\n"
7136        "Address of interface\n")
7137
7138 DEFSH (0, rip_offset_list_cmd_vtysh, 
7139        "offset-list WORD (in|out) <0-16>", 
7140        "Modify RIP metric\n"
7141        "Access-list name\n"
7142        "For incoming updates\n"
7143        "For outgoing updates\n"
7144        "Metric value\n")
7145
7146 DEFSH (0, show_bgp_ipv4_safi_community3_cmd_vtysh, 
7147        "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)", 
7148        "Show running system information\n"
7149        "BGP information\n"
7150        "Address family\n"
7151        "Address Family modifier\n"
7152        "Address Family modifier\n"
7153        "Display routes matching the communities\n"
7154        "community number\n"
7155        "Do not send outside local AS (well-known community)\n"
7156        "Do not advertise to any peer (well-known community)\n"
7157        "Do not export to next AS (well-known community)\n"
7158        "community number\n"
7159        "Do not send outside local AS (well-known community)\n"
7160        "Do not advertise to any peer (well-known community)\n"
7161        "Do not export to next AS (well-known community)\n"
7162        "community number\n"
7163        "Do not send outside local AS (well-known community)\n"
7164        "Do not advertise to any peer (well-known community)\n"
7165        "Do not export to next AS (well-known community)\n")
7166
7167 DEFSH (0, ripng_allow_ecmp_cmd_vtysh, 
7168        "allow-ecmp", 
7169        "Allow Equal Cost MultiPath\n")
7170
7171 DEFSH (0, neighbor_override_capability_cmd_vtysh, 
7172        "neighbor (A.B.C.D|X:X::X:X|WORD) " "override-capability", 
7173        "Specify neighbor router\n"
7174        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7175        "Override capability negotiation result\n")
7176
7177 DEFSH (0, no_ip_multicast_mode_cmd_vtysh, 
7178        "no ip multicast rpf-lookup-mode (urib-only|mrib-only|mrib-then-urib|lower-distance|longer-prefix)", 
7179        "Negate a command or set its defaults\n"
7180        "IP information\n"
7181        "Multicast options\n"
7182        "RPF lookup behavior\n"
7183        "Lookup in unicast RIB only\n"
7184        "Lookup in multicast RIB only\n"
7185        "Try multicast RIB first,  fall back to unicast RIB\n"
7186        "Lookup both,  use entry with lower distance\n"
7187        "Lookup both,  use entry with longer prefix\n")
7188
7189 DEFSH (0, debug_ospf6_brouter_cmd_vtysh, 
7190        "debug ospf6 border-routers", 
7191        "Debugging functions (see also 'undebug')\n"
7192        "Open Shortest Path First (OSPF) for IPv6\n"
7193        "Debug border router\n"
7194       )
7195
7196 DEFSH (0, show_bgp_ipv4_route_map_cmd_vtysh, 
7197        "show bgp ipv4 route-map WORD", 
7198        "Show running system information\n"
7199        "BGP information\n"
7200        "IP information\n"
7201        "Display routes matching the route-map\n"
7202        "A route-map to match on\n")
7203
7204 DEFSH (0, no_bgp_bestpath_med2_cmd_vtysh, 
7205        "no bgp bestpath med confed missing-as-worst", 
7206        "Negate a command or set its defaults\n"
7207        "BGP specific commands\n"
7208        "Change the default bestpath selection\n"
7209        "MED attribute\n"
7210        "Compare MED among confederation paths\n"
7211        "Treat missing MED as the least preferred one\n")
7212
7213 DEFSH (0, show_ip_bgp_ipv4_dampening_flap_stats_cmd_vtysh, 
7214        "show ip bgp ipv4 (unicast|multicast) dampening flap-statistics", 
7215        "Show running system information\n"
7216        "IP information\n"
7217        "BGP information\n"
7218        "Address family\n"
7219        "Address Family modifier\n"
7220        "Address Family modifier\n"
7221        "Display detailed information about dampening\n"
7222        "Display flap statistics of routes\n")
7223
7224 DEFSH (0|0, no_set_ip_nexthop_cmd_vtysh, 
7225        "no set ip next-hop", 
7226        "Negate a command or set its defaults\n"
7227        "Set values in destination routing protocol\n"
7228        "IP information\n"
7229        "Next hop address\n")
7230
7231 DEFSH (0, no_ipv6_nd_homeagent_lifetime_cmd_vtysh, 
7232        "no ipv6 nd home-agent-lifetime", 
7233        "Negate a command or set its defaults\n"
7234        "Interface IPv6 config commands\n"
7235        "Neighbor discovery\n"
7236        "Home Agent lifetime\n")
7237
7238 DEFSH (0, no_neighbor_disable_connected_check_cmd_vtysh, 
7239        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "disable-connected-check", 
7240        "Negate a command or set its defaults\n"
7241        "Specify neighbor router\n"
7242        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7243        "one-hop away EBGP peer using loopback address\n")
7244
7245 DEFSH (0, no_isis_hello_interval_l1_cmd_vtysh, 
7246        "no isis hello-interval level-1", 
7247        "Negate a command or set its defaults\n"
7248        "IS-IS commands\n"
7249        "Set Hello interval\n"
7250        "Specify hello-interval for level-1 IIHs\n")
7251
7252 DEFSH (0, net_cmd_vtysh, 
7253        "net WORD", 
7254        "A Network Entity Title for this process (OSI only)\n"
7255        "XX.XXXX. ... .XXX.XX  Network entity title (NET)\n")
7256
7257 DEFSH (0, show_ip_bgp_view_route_cmd_vtysh, 
7258        "show ip bgp view WORD A.B.C.D", 
7259        "Show running system information\n"
7260        "IP information\n"
7261        "BGP information\n"
7262        "BGP view\n"
7263        "View name\n"
7264        "Network in the BGP routing table to display\n")
7265
7266 DEFSH (0, clear_bgp_peer_group_cmd_vtysh, 
7267        "clear bgp peer-group WORD", 
7268        "Reset functions\n"
7269        "BGP information\n"
7270        "Clear all members of peer-group\n"
7271        "BGP peer-group name\n")
7272
7273 DEFSH (0, clear_ip_bgp_peer_group_ipv4_in_prefix_filter_cmd_vtysh, 
7274        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) in prefix-filter", 
7275        "Reset functions\n"
7276        "IP information\n"
7277        "BGP information\n"
7278        "Clear all members of peer-group\n"
7279        "BGP peer-group name\n"
7280        "Address family\n"
7281        "Address Family modifier\n"
7282        "Address Family modifier\n"
7283        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
7284        "Push out prefix-list ORF and do inbound soft reconfig\n")
7285
7286 DEFSH (0, no_ipv6_nd_ra_interval_cmd_vtysh, 
7287        "no ipv6 nd ra-interval", 
7288        "Negate a command or set its defaults\n"
7289        "Interface IPv6 config commands\n"
7290        "Neighbor discovery\n"
7291        "Router Advertisement interval\n")
7292
7293 DEFSH (0, no_debug_ospf_lsa_sub_cmd_vtysh, 
7294        "no debug ospf lsa (generate|flooding|install|refresh)", 
7295        "Negate a command or set its defaults\n"
7296        "Debugging functions (see also 'undebug')\n"
7297        "OSPF information\n"
7298        "OSPF Link State Advertisement\n"
7299        "LSA Generation\n"
7300        "LSA Flooding\n"
7301        "LSA Install/Delete\n"
7302        "LSA Refres\n")
7303
7304 DEFSH (0, no_ospf_area_import_list_cmd_vtysh, 
7305        "no area (A.B.C.D|<0-4294967295>) import-list NAME", 
7306        "Negate a command or set its defaults\n"
7307        "OSPF area parameters\n"
7308        "OSPF area ID in IP address format\n"
7309        "OSPF area ID as a decimal value\n"
7310        "Unset the filter for networks announced to other areas\n"
7311        "Name of the access-list\n")
7312
7313 DEFSH (0, neighbor_nexthop_local_unchanged_cmd_vtysh, 
7314        "neighbor (A.B.C.D|X:X::X:X|WORD) " "nexthop-local unchanged", 
7315        "Specify neighbor router\n"
7316        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7317        "Configure treatment of outgoing link-local nexthop attribute\n"
7318        "Leave link-local nexthop unchanged for this peer\n")
7319
7320 DEFSH (0, ip_community_list_name_expanded_cmd_vtysh, 
7321        "ip community-list expanded WORD (deny|permit) .LINE", 
7322        "IP information\n"
7323        "Add a community list entry\n"
7324        "Add an expanded community-list entry\n"
7325        "Community list name\n"
7326        "Specify community to reject\n"
7327        "Specify community to accept\n"
7328        "An ordered list as a regular-expression\n")
7329
7330 DEFSH (0, show_ipv6_route_protocol_cmd_vtysh, 
7331        "show ipv6 route " "(kernel|connected|static|ripng|ospf6|isis|bgp|babel|nhrp)", 
7332        "Show running system information\n"
7333        "IP information\n"
7334        "IP routing table\n"
7335  "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")
7336
7337 DEFSH (0, neighbor_soft_reconfiguration_cmd_vtysh, 
7338        "neighbor (A.B.C.D|X:X::X:X|WORD) " "soft-reconfiguration inbound", 
7339        "Specify neighbor router\n"
7340        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7341        "Per neighbor soft reconfiguration\n"
7342        "Allow inbound soft reconfiguration for this neighbor\n")
7343
7344 DEFSH (0, show_ip_bgp_ipv4_lcommunity_list_cmd_vtysh, 
7345        "show ip bgp ipv4 (unicast|multicast) large-community-list (<1-500>|WORD)", 
7346        "Show running system information\n"
7347        "IP information\n"
7348        "BGP information\n"
7349        "Address family\n"
7350        "Address Family modifier\n"
7351        "Address Family modifier\n"
7352        "Display routes matching the large-community-list\n"
7353        "large-community-list number\n"
7354        "large-community-list name\n")
7355
7356 DEFSH (0, neighbor_attr_unchanged9_cmd_vtysh, 
7357        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med next-hop as-path", 
7358        "Specify neighbor router\n"
7359        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7360        "BGP attribute is propagated unchanged to this neighbor\n"
7361        "Med attribute\n"
7362        "Nexthop attribute\n"
7363        "As-path attribute\n")
7364
7365 DEFSH (0, debug_isis_adj_cmd_vtysh, 
7366        "debug isis adj-packets", 
7367        "Debugging functions (see also 'undebug')\n"
7368        "IS-IS information\n"
7369        "IS-IS Adjacency related packets\n")
7370
7371 DEFSH (0, no_ip_extcommunity_list_standard_all_cmd_vtysh, 
7372        "no ip extcommunity-list <1-99>", 
7373        "Negate a command or set its defaults\n"
7374        "IP information\n"
7375        "Add a extended community list entry\n"
7376        "Extended Community list number (standard)\n")
7377
7378 DEFSH (0, show_bgp_prefix_cmd_vtysh, 
7379        "show bgp X:X::X:X/M", 
7380        "Show running system information\n"
7381        "BGP information\n"
7382        "IPv6 prefix <network>/<length>\n")
7383
7384 DEFSH (0, no_isis_mpls_te_on_cmd_vtysh, 
7385        "no mpls-te", 
7386        "Negate a command or set its defaults\n"
7387        "Disable the MPLS-TE functionality\n")
7388
7389 DEFSH (0, show_bgp_ipv6_safi_prefix_cmd_vtysh, 
7390        "show bgp ipv6 (unicast|multicast) X:X::X:X/M", 
7391        "Show running system information\n"
7392        "BGP information\n"
7393        "Address family\n"
7394        "Address Family modifier\n"
7395        "Address Family modifier\n"
7396        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
7397
7398 DEFSH (0, clear_ip_bgp_peer_vpnv4_out_cmd_vtysh, 
7399        "clear ip bgp A.B.C.D vpnv4 unicast out", 
7400        "Reset functions\n"
7401        "IP information\n"
7402        "BGP information\n"
7403        "BGP neighbor address to clear\n"
7404        "Address family\n"
7405        "Address Family Modifier\n"
7406        "Resend all outbound updates\n")
7407
7408 DEFSH (0, no_bgp_default_local_preference_cmd_vtysh, 
7409        "no bgp default local-preference", 
7410        "Negate a command or set its defaults\n"
7411        "BGP specific commands\n"
7412        "Configure BGP defaults\n"
7413        "local preference (higher=more preferred)\n")
7414
7415 DEFSH (0, show_ip_access_list_name_cmd_vtysh, 
7416        "show ip access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD)", 
7417        "Show running system information\n"
7418        "IP information\n"
7419        "List IP access lists\n"
7420        "IP standard access list\n"
7421        "IP extended access list\n"
7422        "IP standard access list (expanded range)\n"
7423        "IP extended access list (expanded range)\n"
7424        "IP zebra access-list\n")
7425
7426 DEFSH (0, show_bgp_regexp_cmd_vtysh, 
7427        "show bgp regexp .LINE", 
7428        "Show running system information\n"
7429        "BGP information\n"
7430        "Display routes matching the AS path regular expression\n"
7431        "A regular-expression to match the BGP AS paths\n")
7432
7433 DEFSH (0, ospf_timers_min_ls_interval_cmd_vtysh, 
7434        "timers throttle lsa all <0-5000>", 
7435        "Adjust routing timers\n"
7436        "Throttling adaptive timer\n"
7437        "LSA delay between transmissions\n"
7438        "Negate a command or set its defaults\n"
7439        "Delay (msec) between sending LSAs\n")
7440
7441 DEFSH (0, no_debug_isis_spfstats_cmd_vtysh, 
7442        "no debug isis spf-statistics", 
7443        "Disable debugging functions (see also 'debug')\n"
7444        "IS-IS information\n"
7445        "IS-IS SPF Timing and Statistic Data\n")
7446
7447 DEFSH (0, vpnv4_network_cmd_vtysh, 
7448        "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
7449        "Specify a network to announce via BGP\n"
7450        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
7451        "Specify Route Distinguisher\n"
7452        "VPN Route Distinguisher\n"
7453        "BGP tag\n"
7454        "tag value\n")
7455
7456 DEFSH (0, no_ipv6_ospf6_advertise_prefix_list_cmd_vtysh, 
7457        "no ipv6 ospf6 advertise prefix-list", 
7458        "Negate a command or set its defaults\n"
7459        "IPv6 Information\n"
7460        "Open Shortest Path First (OSPF) for IPv6\n"
7461        "Advertising options\n"
7462        "Filter prefix using prefix-list\n"
7463        )
7464
7465 DEFSH (0, no_debug_isis_adj_cmd_vtysh, 
7466        "no debug isis adj-packets", 
7467        "Disable debugging functions (see also 'debug')\n"
7468        "IS-IS information\n"
7469        "IS-IS Adjacency related packets\n")
7470
7471 DEFSH (0, no_ip_lcommunity_list_name_standard_cmd_vtysh, 
7472        "no ip large-community-list standard WORD (deny|permit) .AA:.AA:NN", 
7473        "Negate a command or set its defaults\n"
7474        "IP information\n"
7475        "Add a large community list entry\n"
7476        "Specify standard large-community-list\n"
7477        "Large Community list name\n"
7478        "Specify large community to reject\n"
7479        "Specify large community to accept\n"
7480        "large community in 'aa:bb:cc' format\n")
7481
7482 DEFSH (0, no_ospf_distribute_list_out_cmd_vtysh, 
7483        "no distribute-list WORD out " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)", 
7484        "Negate a command or set its defaults\n"
7485        "Filter networks in routing updates\n"
7486        "Access-list name\n"
7487        "Filter outgoing routing updates\n"
7488        "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")
7489
7490 DEFSH (0|0, no_set_ipv6_nexthop_local_cmd_vtysh, 
7491        "no set ipv6 next-hop local", 
7492        "Negate a command or set its defaults\n"
7493        "Set values in destination routing protocol\n"
7494        "IPv6 information\n"
7495        "IPv6 next-hop address\n"
7496        "IPv6 local address\n")
7497
7498 DEFSH (0, show_ip_bgp_dampened_paths_cmd_vtysh, 
7499        "show ip bgp dampened-paths", 
7500        "Show running system information\n"
7501        "IP information\n"
7502        "BGP information\n"
7503        "Display paths suppressed due to dampening\n")
7504
7505 DEFSH (0, no_bgp_distance_cmd_vtysh, 
7506        "no distance bgp <1-255> <1-255> <1-255>", 
7507        "Negate a command or set its defaults\n"
7508        "Define an administrative distance\n"
7509        "BGP distance\n"
7510        "Distance for routes external to the AS\n"
7511        "Distance for routes internal to the AS\n"
7512        "Distance for local routes\n")
7513
7514 DEFSH (0, clear_ip_bgp_peer_encap_soft_cmd_vtysh, 
7515        "clear ip bgp A.B.C.D encap unicast soft", 
7516        "Reset functions\n"
7517        "IP information\n"
7518        "BGP information\n"
7519        "BGP neighbor address to clear\n"
7520        "Address family\n"
7521        "Address Family Modifier\n"
7522        "Soft reconfig\n")
7523
7524 DEFSH (0, clear_ip_bgp_all_out_cmd_vtysh, 
7525        "clear ip bgp * out", 
7526        "Reset functions\n"
7527        "IP information\n"
7528        "BGP information\n"
7529        "Clear all peers\n"
7530        "Resend all outbound updates\n")
7531
7532 DEFSH (0, show_ip_bgp_neighbor_received_prefix_filter_cmd_vtysh, 
7533        "show ip bgp neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
7534        "Show running system information\n"
7535        "IP information\n"
7536        "BGP information\n"
7537        "Detailed information on TCP and BGP neighbor connections\n"
7538        "Neighbor to display information about\n"
7539        "Neighbor to display information about\n"
7540        "Display information received from a BGP neighbor\n"
7541        "Display the prefixlist filter\n")
7542
7543 DEFSH (0, set_ecommunity_soo_cmd_vtysh, 
7544        "set extcommunity soo .ASN:nn_or_IP-address:nn", 
7545        "Set values in destination routing protocol\n"
7546        "BGP extended community attribute\n"
7547        "Site-of-Origin extended community\n"
7548        "VPN extended community\n")
7549
7550 DEFSH (0, show_ip_route_prefix_cmd_vtysh, 
7551        "show ip route A.B.C.D/M", 
7552        "Show running system information\n"
7553        "IP information\n"
7554        "IP routing table\n"
7555        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
7556
7557 DEFSH (0, no_isis_passwd_arg_cmd_vtysh, 
7558        "no isis password (md5|clear) WORD", 
7559        "Negate a command or set its defaults\n"
7560        "IS-IS commands\n"
7561        "Configure the authentication password for a circuit\n"
7562        "HMAC-MD5 authentication\n"
7563        "Cleartext password\n"
7564        "Circuit password\n")
7565
7566 DEFSH (0, ip_lcommunity_list_name_expanded_cmd_vtysh, 
7567        "ip large-community-list expanded WORD (deny|permit) .LINE", 
7568        "IP information\n"
7569        "Add a large community list entry\n"
7570        "Specify expanded large-community-list\n"
7571        "Large Community list name\n"
7572        "Specify large community to reject\n"
7573        "Specify large community to accept\n"
7574        "An ordered list as a regular-expression\n")
7575
7576 DEFSH (0, no_bandwidth_if_val_cmd_vtysh, 
7577        "no bandwidth <1-10000000>", 
7578        "Negate a command or set its defaults\n"
7579        "Set bandwidth informational parameter\n"
7580        "Bandwidth in kilobits\n")
7581
7582 DEFSH (0, debug_isis_lsp_gen_cmd_vtysh, 
7583        "debug isis lsp-gen", 
7584        "Debugging functions (see also 'undebug')\n"
7585        "IS-IS information\n"
7586        "IS-IS generation of own LSPs\n")
7587
7588 DEFSH (0, isis_mpls_te_on_cmd_vtysh, 
7589        "mpls-te on", 
7590        "MPLS-TE specific commands\n"
7591        "Enable MPLS-TE functionality\n")
7592
7593 DEFSH (0, interface_ip_pim_hello_hold_cmd_vtysh, 
7594        "ip pim hello <1-180> <1-180>", 
7595        "IP information\n"
7596        "PIM information\n"
7597        "Hello Interval\n"
7598        "Time in seconds for Hello Interval\n"
7599        "Time in seconds for Hold Interval\n")
7600
7601 DEFSH (0, show_bgp_ipv4_safi_prefix_longer_cmd_vtysh, 
7602        "show bgp ipv4 (encap|multicast|unicast|vpn) A.B.C.D/M longer-prefixes", 
7603        "Show running system information\n"
7604        "BGP information\n"
7605        "Address family\n"
7606        "Address Family modifier\n"
7607        "Address Family modifier\n"
7608        "Address Family modifier\n"
7609        "Address Family modifier\n"
7610        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
7611        "Display route and more specific routes\n")
7612
7613 DEFSH (0, no_bgp_distance_source_cmd_vtysh, 
7614        "no distance <1-255> A.B.C.D/M", 
7615        "Negate a command or set its defaults\n"
7616        "Define an administrative distance\n"
7617        "Administrative distance\n"
7618        "IP source prefix\n")
7619
7620 DEFSH (0, show_ipv6_bgp_prefix_cmd_vtysh, 
7621        "show ipv6 bgp X:X::X:X/M", 
7622        "Show running system information\n"
7623        "IP information\n"
7624        "BGP information\n"
7625        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
7626
7627 DEFSH (0, old_no_ipv6_aggregate_address_summary_only_cmd_vtysh, 
7628        "no ipv6 bgp aggregate-address X:X::X:X/M summary-only", 
7629        "Negate a command or set its defaults\n"
7630        "IPv6 information\n"
7631        "BGP information\n"
7632        "Configure BGP aggregate entries\n"
7633        "Aggregate prefix\n"
7634        "Filter more specific routes from updates\n")
7635
7636 DEFSH (0, no_synchronization_cmd_vtysh, 
7637        "no synchronization", 
7638        "Negate a command or set its defaults\n"
7639        "Perform IGP synchronization\n")
7640
7641 DEFSH (0, area_import_list_cmd_vtysh, 
7642        "area A.B.C.D import-list NAME", 
7643        "OSPFv6 area parameters\n"
7644        "OSPFv6 area ID in IP address format\n"
7645        "Set the filter for networks from other areas announced to the specified one\n"
7646        "Name of the acess-list\n")
7647
7648 DEFSH (0, show_bgp_ipv4_safi_flap_route_map_cmd_vtysh, 
7649        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics route-map WORD", 
7650        "Show running system information\n"
7651        "BGP information\n"
7652        "IP information\n"
7653        "Address Family Modifier\n"
7654        "Address Family Modifier\n"
7655        "Address Family Modifier\n"
7656        "Address Family Modifier\n"
7657        "Display flap statistics of routes\n"
7658        "Display routes matching the route-map\n"
7659        "A route-map to match on\n")
7660
7661 DEFSH (0, show_ipv6_route_prefix_vrf_cmd_vtysh, 
7662        "show ipv6 route X:X::X:X/M " "vrf <0-65535>", 
7663        "Show running system information\n"
7664        "IP information\n"
7665        "IPv6 routing table\n"
7666        "IPv6 prefix\n"
7667        "Specify the VRF\nThe VRF ID\n")
7668
7669 DEFSH (0, clear_bgp_ipv6_external_in_cmd_vtysh, 
7670        "clear bgp ipv6 external WORD in", 
7671        "Reset functions\n"
7672        "BGP information\n"
7673        "Address family\n"
7674        "Clear all external peers\n"
7675        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
7676
7677 DEFSH (0|0|0|0|0, no_match_ip_address_val_cmd_vtysh, 
7678        "no match ip address (<1-199>|<1300-2699>|WORD)", 
7679        "Negate a command or set its defaults\n"
7680        "Match values from routing table\n"
7681        "IP information\n"
7682        "Match address of route\n"
7683        "IP access-list number\n"
7684        "IP access-list number (expanded range)\n"
7685        "IP Access-list name\n")
7686
7687 DEFSH (0, no_set_community_delete_val_cmd_vtysh, 
7688        "no set comm-list (<1-99>|<100-500>|WORD) delete", 
7689        "Negate a command or set its defaults\n"
7690        "Set values in destination routing protocol\n"
7691        "set BGP community list (for deletion)\n"
7692        "Community-list number (standard)\n"
7693        "Community-list number (expanded)\n"
7694        "Community-list name\n"
7695        "Delete matching communities\n")
7696
7697 DEFSH (0, neighbor_ttl_security_cmd_vtysh, 
7698        "neighbor (A.B.C.D|X:X::X:X|WORD) " "ttl-security hops <1-254>", 
7699        "Specify neighbor router\n"
7700        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7701        "Specify the maximum number of hops to the BGP peer\n")
7702
7703 DEFSH (0|0|0|0, show_ipv6_prefix_list_prefix_first_match_cmd_vtysh, 
7704        "show ipv6 prefix-list WORD X:X::X:X/M first-match", 
7705        "Show running system information\n"
7706        "IPv6 information\n"
7707        "Build a prefix list\n"
7708        "Name of a prefix list\n"
7709        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
7710        "First matched prefix\n")
7711
7712 DEFSH (0, clear_ip_bgp_instance_all_ipv4_soft_in_cmd_vtysh, 
7713        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft in", 
7714        "Reset functions\n"
7715        "IP information\n"
7716        "BGP information\n"
7717        "BGP view\n"
7718        "view name\n"
7719        "Clear all peers\n"
7720        "Address family\n"
7721        "Address Family modifier\n"
7722        "Address Family modifier\n"
7723        "Soft reconfig inbound and outbound updates\n"
7724        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
7725
7726 DEFSH (0, neighbor_passive_cmd_vtysh, 
7727        "neighbor (A.B.C.D|X:X::X:X|WORD) " "passive", 
7728        "Specify neighbor router\n"
7729        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
7730        "Don't send open messages to this neighbor\n")
7731
7732 DEFSH (0, aggregate_address_mask_cmd_vtysh, 
7733        "aggregate-address A.B.C.D A.B.C.D", 
7734        "Configure BGP aggregate entries\n"
7735        "Aggregate address\n"
7736        "Aggregate mask\n")
7737
7738 DEFSH (0, show_bgp_ipv6_encap_rd_neighbor_routes_cmd_vtysh, 
7739        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
7740        "Show running system information\n"
7741        "BGP information\n"
7742        "Address Family\n"
7743        "Display ENCAP NLRI specific information\n"
7744        "Display information for a route distinguisher\n"
7745        "ENCAP Route Distinguisher\n"
7746        "Detailed information on TCP and BGP neighbor connections\n"
7747        "Neighbor to display information about\n"
7748        "Neighbor to display information about\n"
7749        "Display routes learned from neighbor\n")
7750
7751 DEFSH (0, show_bgp_ipv6_safi_community3_exact_cmd_vtysh, 
7752        "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", 
7753        "Show running system information\n"
7754        "BGP information\n"
7755        "Address family\n"
7756        "Address family modifier\n"
7757        "Address family modifier\n"
7758        "Address family modifier\n"
7759        "Address family modifier\n"
7760        "Display routes matching the communities\n"
7761        "community number\n"
7762        "Do not send outside local AS (well-known community)\n"
7763        "Do not advertise to any peer (well-known community)\n"
7764        "Do not export to next AS (well-known community)\n"
7765        "community number\n"
7766        "Do not send outside local AS (well-known community)\n"
7767        "Do not advertise to any peer (well-known community)\n"
7768        "Do not export to next AS (well-known community)\n"
7769        "community number\n"
7770        "Do not send outside local AS (well-known community)\n"
7771        "Do not advertise to any peer (well-known community)\n"
7772        "Do not export to next AS (well-known community)\n"
7773        "Exact match of the communities")
7774
7775 DEFSH (0, clear_bgp_all_in_cmd_vtysh, 
7776        "clear bgp * in", 
7777        "Reset functions\n"
7778        "BGP information\n"
7779        "Clear all peers\n"
7780        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
7781
7782 DEFSH (0, no_ip_mroute_dist_vrf_cmd_vtysh, 
7783        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255> " "vrf <0-65535>", 
7784        "IP information\n"
7785        "Configure static unicast route into MRIB for multicast RPF lookup\n"
7786        "IP destination prefix (e.g. 10.0.0.0/8)\n"
7787        "Nexthop address\n"
7788        "Nexthop interface name\n"
7789        "Distance\n"
7790        "Specify the VRF\nThe VRF ID\n")
7791
7792 DEFSH (0, no_ip_route_flags2_vrf_cmd_vtysh, 
7793        "no ip route A.B.C.D/M (reject|blackhole) " "vrf <0-65535>", 
7794        "Negate a command or set its defaults\n"
7795        "IP information\n"
7796        "Establish static routes\n"
7797        "IP destination prefix (e.g. 10.0.0.0/8)\n"
7798        "Emit an ICMP unreachable when matched\n"
7799        "Silently discard pkts when matched\n"
7800        "Specify the VRF\nThe VRF ID\n")
7801
7802 DEFSH (0, show_ip_ospf_neighbor_detail_all_cmd_vtysh, 
7803        "show ip ospf neighbor detail all", 
7804        "Show running system information\n"
7805        "IP information\n"
7806        "OSPF information\n"
7807        "Neighbor list\n"
7808        "detail of all neighbors\n"
7809        "include down status neighbor\n")
7810
7811 DEFSH (0, no_ospf_neighbor_cmd_vtysh, 
7812        "no neighbor A.B.C.D", 
7813        "Negate a command or set its defaults\n"
7814        "Specify neighbor router\n"
7815        "Neighbor IP address\n")
7816
7817 DEFSH (0, clear_bgp_all_soft_cmd_vtysh, 
7818        "clear bgp * soft", 
7819        "Reset functions\n"
7820        "BGP information\n"
7821        "Clear all peers\n"
7822        "Soft reconfig inbound and outbound updates\n")
7823
7824 DEFSH (0, show_ip_bgp_flap_prefix_longer_cmd_vtysh, 
7825        "show ip bgp flap-statistics A.B.C.D/M longer-prefixes", 
7826        "Show running system information\n"
7827        "IP information\n"
7828        "BGP information\n"
7829        "Display flap statistics of routes\n"
7830        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
7831        "Display route and more specific routes\n")
7832
7833 DEFSH (0, show_ipv6_ospf6_redistribute_cmd_vtysh, 
7834        "show ipv6 ospf6 redistribute", 
7835        "Show running system information\n"
7836        "IPv6 Information\n"
7837        "Open Shortest Path First (OSPF) for IPv6\n"
7838        "redistributing External information\n"
7839        )
7840
7841 DEFSH (0, link_params_metric_cmd_vtysh, 
7842        "metric <0-4294967295>", 
7843        "Link metric for MPLS-TE purpose\n"
7844        "Metric value in decimal\n")
7845
7846 DEFSH (0, clear_ip_bgp_as_ipv4_in_cmd_vtysh, 
7847        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) in", 
7848        "Reset functions\n"
7849        "IP information\n"
7850        "BGP information\n"
7851        "Clear peers with the AS number\n"
7852        "Address family\n"
7853        "Address Family modifier\n"
7854        "Address Family modifier\n"
7855        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
7856
7857 DEFSH (0, show_bgp_ipv6_community_list_cmd_vtysh, 
7858        "show bgp ipv6 community-list (<1-500>|WORD)", 
7859        "Show running system information\n"
7860        "BGP information\n"
7861        "Address family\n"
7862        "Display routes matching the community-list\n"
7863        "community-list number\n"
7864        "community-list name\n")
7865
7866 DEFSH (0, interface_no_ip_igmp_query_max_response_time_cmd_vtysh, 
7867        "no" " " "ip igmp query-max-response-time", 
7868        "Negate a command or set its defaults\n"
7869        "IP information\n"
7870        "Enable IGMP operation\n"
7871        "IGMP max query response value (seconds)\n")
7872
7873 DEFSH (0, show_ip_route_tag_cmd_vtysh, 
7874        "show ip route tag <1-4294967295>", 
7875        "Show running system information\n"
7876        "IP information\n"
7877        "IP routing table\n"
7878        "Show only routes with tag\n"
7879        "Tag value\n")
7880
7881 DEFSH (0, no_bgp_maxpaths_ibgp_cmd_vtysh, 
7882        "no maximum-paths ibgp", 
7883        "Negate a command or set its defaults\n"
7884        "Forward packets over multiple paths\n"
7885        "iBGP-multipath\n"
7886        "Number of paths\n")
7887
7888 DEFSH (0, rip_route_cmd_vtysh, 
7889        "route A.B.C.D/M", 
7890        "RIP static route configuration\n"
7891        "IP prefix <network>/<length>\n")
7892
7893 DEFSH (0, clear_ip_bgp_external_cmd_vtysh, 
7894        "clear ip bgp external", 
7895        "Reset functions\n"
7896        "IP information\n"
7897        "BGP information\n"
7898        "Clear all external peers\n")
7899
7900 DEFSH (0|0|0|0|0|0, rmap_continue_index_cmd_vtysh, 
7901       "continue <1-65536>", 
7902       "Exit policy on matches\n"
7903       "Goto Clause number\n")
7904
7905 DEFSH (0, show_ip_ospf_router_info_pce_cmd_vtysh, 
7906        "show ip ospf router-info pce", 
7907        "Show running system information\n"
7908        "IP information\n"
7909        "OSPF information\n"
7910        "Router Information\n"
7911        "PCE information\n")
7912
7913 DEFSH (0, no_set_lcommunity_delete_val_cmd_vtysh, 
7914        "no set large-comm-list (<1-99>|<100-500>|WORD) delete", 
7915        "Negate a command or set its defaults\n"
7916        "Set values in destination routing protocol\n"
7917        "set BGP large community list (for deletion)\n"
7918        "Large Community-list number (standard)\n"
7919        "Large Communitly-list number (expanded)\n"
7920        "Large Community-list name\n"
7921        "Delete matching large communities\n")
7922
7923 DEFSH (0, no_ipv6_route_pref_tag_vrf_cmd_vtysh, 
7924        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
7925        "Negate a command or set its defaults\n"
7926        "IP information\n"
7927        "Establish static routes\n"
7928        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
7929        "IPv6 gateway address\n"
7930        "IPv6 gateway interface name\n"
7931        "Set tag for this route\n"
7932        "Tag value\n"
7933        "Distance value for this prefix\n"
7934        "Specify the VRF\nThe VRF ID\n")
7935
7936 DEFSH (0, clear_ip_bgp_as_encap_soft_cmd_vtysh, 
7937        "clear ip bgp " "<1-4294967295>" " encap unicast soft", 
7938        "Reset functions\n"
7939        "IP information\n"
7940        "BGP information\n"
7941        "Clear peers with the AS number\n"
7942        "Address family\n"
7943        "Address Family Modifier\n"
7944        "Soft reconfig\n")
7945
7946 DEFSH (0, undebug_pim_events_cmd_vtysh, 
7947        "undebug pim events", 
7948        "Disable debugging functions (see also 'debug')\n"
7949        "PIM protocol activity\n"
7950        "PIM protocol events\n")
7951
7952 DEFSH (0, no_match_ecommunity_cmd_vtysh, 
7953        "no match extcommunity", 
7954        "Negate a command or set its defaults\n"
7955        "Match values from routing table\n"
7956        "Match BGP/VPN extended community list\n")
7957
7958 DEFSH (0, show_bgp_ipv4_safi_lcommunity_cmd_vtysh, 
7959        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC)", 
7960        "Show running system information\n"
7961        "BGP information\n"
7962        "Address family\n"
7963        "Address Family modifier\n"
7964        "Address Family modifier\n"
7965        "Display routes matching the large-communities\n"
7966        "large-community number\n")
7967
7968 DEFSH (0, no_match_ip_route_source_prefix_list_cmd_vtysh, 
7969        "no match ip route-source prefix-list", 
7970        "Negate a command or set its defaults\n"
7971        "Match values from routing table\n"
7972        "IP information\n"
7973        "Match advertising source address of route\n"
7974        "Match entries of prefix-lists\n")
7975
7976 DEFSH (0, ip_ospf_cost_u32_inet4_cmd_vtysh, 
7977        "ip ospf cost <1-65535> A.B.C.D", 
7978        "IP Information\n"
7979        "OSPF interface commands\n"
7980        "Interface cost\n"
7981        "Cost\n"
7982        "Address of interface")
7983
7984 DEFSH (0, pce_address_cmd_vtysh, 
7985        "pce address A.B.C.D", 
7986        "PCE Router Information specific commands\n"
7987        "Stable IP address of the PCE\n"
7988        "PCE address in IPv4 address format\n")
7989
7990 DEFSH (0, no_bgp_client_to_client_reflection_cmd_vtysh, 
7991        "no bgp client-to-client reflection", 
7992        "Negate a command or set its defaults\n"
7993        "BGP specific commands\n"
7994        "Configure client to client route reflection\n"
7995        "reflection of routes allowed\n")
7996
7997 DEFSH (0, show_bgp_view_afi_safi_lcommunity4_cmd_vtysh, 
7998        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
7999        "Show running system information\n"
8000        "BGP information\n"
8001        "BGP view\n"
8002        "View name\n"
8003        "Address family\n"
8004        "Address family\n"
8005        "Address family modifier\n"
8006        "Address family modifier\n"
8007        "Display routes matching the large-communities\n"
8008        "large-community number\n"
8009        "large-community number\n"
8010        "large-community number\n"
8011        "large-community number\n")
8012
8013 DEFSH (0, no_neighbor_timers_cmd_vtysh, 
8014        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "timers", 
8015        "Negate a command or set its defaults\n"
8016        "Specify neighbor router\n"
8017        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8018        "BGP per neighbor timers\n")
8019
8020 DEFSH (0, debug_bgp_update_cmd_vtysh, 
8021        "debug bgp updates", 
8022        "Debugging functions (see also 'undebug')\n"
8023        "BGP information\n"
8024        "BGP updates\n")
8025
8026 DEFSH (0, show_ipv6_ospf6_database_type_id_router_detail_cmd_vtysh, 
8027        "show ipv6 ospf6 database "
8028        "(router|network|inter-prefix|inter-router|as-external|"
8029        "group-membership|type-7|link|intra-prefix) A.B.C.D A.B.C.D "
8030        "(dump|internal)", 
8031        "Show running system information\n"
8032        "IPv6 information\n"
8033        "Open Shortest Path First (OSPF) for IPv6\n"
8034        "Display Link state database\n"
8035        "Display Router LSAs\n"
8036        "Display Network LSAs\n"
8037        "Display Inter-Area-Prefix LSAs\n"
8038        "Display Inter-Area-Router LSAs\n"
8039        "Display As-External LSAs\n"
8040        "Display Group-Membership LSAs\n"
8041        "Display Type-7 LSAs\n"
8042        "Display Link LSAs\n"
8043        "Display Intra-Area-Prefix LSAs\n"
8044        "Specify Link state ID as IPv4 address notation\n"
8045        "Specify Advertising Router as IPv4 address notation\n"
8046        "Dump LSAs\n"
8047        "Display LSA's internal information\n"
8048       )
8049
8050 DEFSH (0, no_set_aggregator_as_val_cmd_vtysh, 
8051        "no set aggregator as " "<1-4294967295>" " A.B.C.D", 
8052        "Negate a command or set its defaults\n"
8053        "Set values in destination routing protocol\n"
8054        "BGP aggregator attribute\n"
8055        "AS number of aggregator\n"
8056        "AS number\n"
8057        "IP address of aggregator\n")
8058
8059 DEFSH (0, ip_route_mask_tag_cmd_vtysh, 
8060        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
8061        "IP information\n"
8062        "Establish static routes\n"
8063        "IP destination prefix\n"
8064        "IP destination prefix mask\n"
8065        "IP gateway address\n"
8066        "IP gateway interface name\n"
8067        "Null interface\n"
8068        "Set tag for this route\n"
8069        "Tag value\n")
8070
8071 DEFSH (0, ipv6_route_tag_vrf_cmd_vtysh, 
8072        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>" "vrf <0-65535>", 
8073        "IP information\n"
8074        "Establish static routes\n"
8075        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8076        "IPv6 gateway address\n"
8077        "IPv6 gateway interface name\n"
8078        "Set tag for this route\n"
8079        "Tag value\n"
8080        "Specify the VRF\nThe VRF ID\n")
8081
8082 DEFSH (0, no_debug_ospf6_asbr_cmd_vtysh, 
8083        "no debug ospf6 asbr", 
8084        "Negate a command or set its defaults\n"
8085        "Debugging functions (see also 'undebug')\n"
8086        "Open Shortest Path First (OSPF) for IPv6\n"
8087        "Debug OSPFv3 ASBR function\n"
8088       )
8089
8090 DEFSH (0, show_bgp_view_ipv6_prefix_cmd_vtysh, 
8091        "show bgp view WORD ipv6 X:X::X:X/M", 
8092        "Show running system information\n"
8093        "BGP information\n"
8094        "BGP view\n"
8095        "View name\n"
8096        "Address family\n"
8097        "IPv6 prefix <network>/<length>\n")
8098
8099 DEFSH (0, debug_bgp_normal_cmd_vtysh, 
8100        "debug bgp", 
8101        "Debugging functions (see also 'undebug')\n"
8102        "BGP information\n")
8103
8104 DEFSH (0, neighbor_distribute_list_cmd_vtysh, 
8105        "neighbor (A.B.C.D|X:X::X:X|WORD) " "distribute-list (<1-199>|<1300-2699>|WORD) (in|out)", 
8106        "Specify neighbor router\n"
8107        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8108        "Filter updates to/from this neighbor\n"
8109        "IP access-list number\n"
8110        "IP access-list number (expanded range)\n"
8111        "IP Access-list name\n"
8112        "Filter incoming updates\n"
8113        "Filter outgoing updates\n")
8114
8115 DEFSH (0, ipv6_ospf6_advertise_prefix_list_cmd_vtysh, 
8116        "ipv6 ospf6 advertise prefix-list WORD", 
8117        "IPv6 Information\n"
8118        "Open Shortest Path First (OSPF) for IPv6\n"
8119        "Advertising options\n"
8120        "Filter prefix using prefix-list\n"
8121        "Prefix list name\n"
8122        )
8123
8124 DEFSH (0, no_neighbor_local_as_val_cmd_vtysh, 
8125        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>", 
8126        "Negate a command or set its defaults\n"
8127        "Specify neighbor router\n"
8128        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8129        "Specify a local-as number\n"
8130        "AS number used as local AS\n")
8131
8132 DEFSH (0, no_debug_pim_cmd_vtysh, 
8133        "no debug pim", 
8134        "Negate a command or set its defaults\n"
8135        "Debugging functions (see also 'undebug')\n"
8136        "PIM protocol activity\n")
8137
8138 DEFSH (0, bgp_deterministic_med_cmd_vtysh, 
8139        "bgp deterministic-med", 
8140        "BGP specific commands\n"
8141        "Pick the best-MED path among paths advertised from the neighboring AS\n")
8142
8143 DEFSH (0, ipv6_nd_prefix_noval_offlink_cmd_vtysh, 
8144        "ipv6 nd prefix X:X::X:X/M (off-link|)", 
8145        "Interface IPv6 config commands\n"
8146        "Neighbor discovery\n"
8147        "Prefix information\n"
8148        "IPv6 prefix\n"
8149        "Do not use prefix for onlink determination\n")
8150
8151 DEFSH (0, show_ipv6_forwarding_cmd_vtysh, 
8152        "show ipv6 forwarding", 
8153        "Show running system information\n"
8154        "IPv6 information\n"
8155        "Forwarding status\n")
8156
8157 DEFSH (0, ipv6_address_cmd_vtysh, 
8158        "ipv6 address X:X::X:X/M", 
8159        "Interface IPv6 config commands\n"
8160        "Set the IP address of an interface\n"
8161        "IPv6 address (e.g. 3ffe:506::1/48)\n")
8162
8163 DEFSH (0, clear_ip_bgp_all_cmd_vtysh, 
8164        "clear ip bgp *", 
8165        "Reset functions\n"
8166        "IP information\n"
8167        "BGP information\n"
8168        "Clear all peers\n")
8169
8170 DEFSH (0, max_lsp_lifetime_l2_cmd_vtysh, 
8171        "max-lsp-lifetime level-2 <350-65535>", 
8172        "Maximum LSP lifetime for Level 2 only\n"
8173        "LSP lifetime for Level 2 only in seconds\n")
8174
8175 DEFSH (0, no_isis_hello_multiplier_l2_cmd_vtysh, 
8176        "no isis hello-multiplier level-2", 
8177        "Negate a command or set its defaults\n"
8178        "IS-IS commands\n"
8179        "Set multiplier for Hello holding time\n"
8180        "Specify hello multiplier for level-2 IIHs\n")
8181
8182 DEFSH (0, clear_bgp_ipv6_as_soft_out_cmd_vtysh, 
8183        "clear bgp ipv6 " "<1-4294967295>" " soft out", 
8184        "Reset functions\n"
8185        "BGP information\n"
8186        "Address family\n"
8187        "Clear peers with the AS number\n"
8188        "Soft reconfig inbound and outbound updates\n"
8189        "Resend all outbound updates\n")
8190
8191 DEFSH (0, set_metric_rtt_cmd_vtysh, 
8192        "set metric (rtt|+rtt|-rtt)", 
8193        "Set values in destination routing protocol\n"
8194        "Metric value for destination routing protocol\n"
8195        "Assign round trip time\n"
8196        "Add round trip time\n"
8197        "Subtract round trip time\n")
8198
8199 DEFSH (0, no_isis_hello_padding_cmd_vtysh, 
8200        "no isis hello padding", 
8201        "Negate a command or set its defaults\n"
8202        "IS-IS commands\n"
8203        "Add padding to IS-IS hello packets\n"
8204        "Pad hello packets\n"
8205        "<cr>\n")
8206
8207 DEFSH (0, debug_pim_packets_cmd_vtysh, 
8208        "debug pim packets", 
8209        "Debugging functions (see also 'undebug')\n"
8210        "PIM protocol activity\n"
8211        "PIM protocol packets\n")
8212
8213 DEFSH (0, no_ip_lcommunity_list_name_standard_all_cmd_vtysh, 
8214        "no ip large-community-list standard WORD", 
8215        "Negate a command or set its defaults\n"
8216        "IP information\n"
8217        "Add a large community list entry\n"
8218        "Specify standard large-community-list\n"
8219        "Large Community list name\n")
8220
8221 DEFSH (0|0|0|0, show_ip_prefix_list_summary_name_cmd_vtysh, 
8222        "show ip prefix-list summary WORD", 
8223        "Show running system information\n"
8224        "IP information\n"
8225        "Build a prefix list\n"
8226        "Summary of prefix lists\n"
8227        "Name of a prefix list\n")
8228
8229 DEFSH (0, ipv6_access_list_remark_cmd_vtysh, 
8230        "ipv6 access-list WORD remark .LINE", 
8231        "IPv6 information\n"
8232        "Add an access list entry\n"
8233        "IPv6 zebra access-list\n"
8234        "Access list entry comment\n"
8235        "Comment up to 100 characters\n")
8236
8237 DEFSH (0, no_ripng_network_cmd_vtysh, 
8238        "no network IF_OR_ADDR", 
8239        "Negate a command or set its defaults\n"
8240        "RIPng enable on specified interface or network.\n"
8241        "Interface or address")
8242
8243 DEFSH (0, ipv6_bgp_distance_source_access_list_cmd_vtysh, 
8244        "distance <1-255> X:X::X:X/M WORD", 
8245        "Define an administrative distance\n"
8246        "Administrative distance\n"
8247        "IP source prefix\n"
8248        "Access list name\n")
8249
8250 DEFSH (0, ospf_area_shortcut_cmd_vtysh, 
8251        "area (A.B.C.D|<0-4294967295>) shortcut (default|enable|disable)", 
8252        "OSPF area parameters\n"
8253        "OSPF area ID in IP address format\n"
8254        "OSPF area ID as a decimal value\n"
8255        "Configure the area's shortcutting mode\n"
8256        "Set default shortcutting behavior\n"
8257        "Enable shortcutting through the area\n"
8258        "Disable shortcutting through the area\n")
8259
8260 DEFSH (0, show_bgp_ipv4_safi_flap_filter_list_cmd_vtysh, 
8261        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics filter-list WORD", 
8262        "Show running system information\n"
8263        "BGP information\n"
8264        "IP information\n"
8265        "Address Family modifier\n"
8266        "Address Family modifier\n"
8267        "Address Family modifier\n"
8268        "Address Family modifier\n"
8269        "Display flap statistics of routes\n"
8270        "Display routes conforming to the filter-list\n"
8271        "Regular expression access list name\n")
8272
8273 DEFSH (0, no_ip_ospf_retransmit_interval_cmd_vtysh, 
8274        "no ip ospf retransmit-interval", 
8275        "Negate a command or set its defaults\n"
8276        "IP Information\n"
8277        "OSPF interface commands\n"
8278        "Time between retransmitting lost link state advertisements\n")
8279
8280 DEFSH (0, no_is_type_cmd_vtysh, 
8281        "no is-type (level-1|level-1-2|level-2-only)", 
8282        "Negate a command or set its defaults\n"
8283        "IS Level for this routing process (OSI only)\n"
8284        "Act as a station router only\n"
8285        "Act as both a station router and an area router\n"
8286        "Act as an area router only\n")
8287
8288 DEFSH (0, show_bgp_ipv6_safi_neighbor_received_routes_cmd_vtysh, 
8289        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received-routes", 
8290        "Show running system information\n"
8291        "BGP information\n"
8292        "Address family\n"
8293        "Address Family modifier\n"
8294        "Address Family modifier\n"
8295        "Address Family modifier\n"
8296        "Address Family modifier\n"
8297        "Detailed information on TCP and BGP neighbor connections\n"
8298        "Neighbor to display information about\n"
8299        "Neighbor to display information about\n"
8300        "Display the received routes from neighbor\n")
8301
8302 DEFSH (0, neighbor_maximum_prefix_restart_cmd_vtysh, 
8303        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> restart <1-65535>", 
8304        "Specify neighbor router\n"
8305        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8306        "Maximum number of prefix accept from this peer\n"
8307        "maximum no. of prefix limit\n"
8308        "Restart bgp connection after limit is exceeded\n"
8309        "Restart interval in minutes")
8310
8311 DEFSH (0, service_advanced_vty_cmd_vtysh, 
8312        "service advanced-vty", 
8313        "Set up miscellaneous service\n"
8314        "Enable advanced mode vty interface\n")
8315
8316 DEFSH (0|0|0|0, no_ip_prefix_list_description_cmd_vtysh, 
8317        "no ip prefix-list WORD description", 
8318        "Negate a command or set its defaults\n"
8319        "IP information\n"
8320        "Build a prefix list\n"
8321        "Name of a prefix list\n"
8322        "Prefix-list specific description\n")
8323
8324 DEFSH (0, clear_ip_bgp_as_vpnv4_soft_in_cmd_vtysh, 
8325        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast soft in", 
8326        "Reset functions\n"
8327        "IP information\n"
8328        "BGP information\n"
8329        "Clear peers with the AS number\n"
8330        "Address family\n"
8331        "Address Family modifier\n"
8332        "Soft reconfig inbound and outbound updates\n"
8333        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
8334
8335 DEFSH (0, show_ip_rpf_vrf_all_cmd_vtysh, 
8336        "show ip rpf " "vrf all", 
8337        "Show running system information\n"
8338        "IP information\n"
8339        "Display RPF information for multicast source\n"
8340        "Specify the VRF\nAll VRFs\n")
8341
8342 DEFSH (0, ripng_default_information_originate_cmd_vtysh, 
8343        "default-information originate", 
8344        "Default route information\n"
8345        "Distribute default route\n")
8346
8347 DEFSH (0, ospf6_distance_source_access_list_cmd_vtysh, 
8348        "distance <1-255> X:X::X:X/M WORD", 
8349        "Administrative distance\n"
8350        "Distance value\n"
8351        "IP source prefix\n"
8352        "Access list name\n")
8353
8354 DEFSH (0, no_ip_route_mask_flags_vrf_cmd_vtysh, 
8355        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
8356        "Negate a command or set its defaults\n"
8357        "IP information\n"
8358        "Establish static routes\n"
8359        "IP destination prefix\n"
8360        "IP destination prefix mask\n"
8361        "IP gateway address\n"
8362        "IP gateway interface name\n"
8363        "Emit an ICMP unreachable when matched\n"
8364        "Silently discard pkts when matched\n"
8365        "Specify the VRF\nThe VRF ID\n")
8366
8367 DEFSH (0, ip_route_mask_cmd_vtysh, 
8368        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0)", 
8369        "IP information\n"
8370        "Establish static routes\n"
8371        "IP destination prefix\n"
8372        "IP destination prefix mask\n"
8373        "IP gateway address\n"
8374        "IP gateway interface name\n"
8375        "Null interface\n")
8376
8377 DEFSH (0, ipv6_aggregate_address_summary_only_cmd_vtysh, 
8378        "aggregate-address X:X::X:X/M summary-only", 
8379        "Configure BGP aggregate entries\n"
8380        "Aggregate prefix\n"
8381        "Filter more specific routes from updates\n")
8382
8383 DEFSH (0, show_ipv6_ospf6_interface_prefix_cmd_vtysh, 
8384        "show ipv6 ospf6 interface prefix", 
8385        "Show running system information\n"
8386        "IPv6 Information\n"
8387        "Open Shortest Path First (OSPF) for IPv6\n"
8388        "Interface information\n"
8389        "Display connected prefixes to advertise\n"
8390        )
8391
8392 DEFSH (0|0|0|0, show_ip_prefix_list_detail_name_cmd_vtysh, 
8393        "show ip prefix-list detail WORD", 
8394        "Show running system information\n"
8395        "IP information\n"
8396        "Build a prefix list\n"
8397        "Detail of prefix lists\n"
8398        "Name of a prefix list\n")
8399
8400 DEFSH (0, pce_cap_flag_cmd_vtysh, 
8401        "pce flag BITPATTERN", 
8402        "PCE Router Information specific commands\n"
8403        "Capabilities of the PCE for path computation\n"
8404        "32-bit Hexadecimal value\n")
8405
8406 DEFSH (0|0|0|0, show_ipv6_prefix_list_summary_name_cmd_vtysh, 
8407        "show ipv6 prefix-list summary WORD", 
8408        "Show running system information\n"
8409        "IPv6 information\n"
8410        "Build a prefix list\n"
8411        "Summary of prefix lists\n"
8412        "Name of a prefix list\n")
8413
8414 DEFSH (0, no_set_origin_cmd_vtysh, 
8415        "no set origin", 
8416        "Negate a command or set its defaults\n"
8417        "Set values in destination routing protocol\n"
8418        "BGP origin code\n")
8419
8420 DEFSH (0, no_ospf_cost_u32_inet4_cmd_vtysh, 
8421        "no ospf cost <1-65535> A.B.C.D", 
8422        "Negate a command or set its defaults\n"
8423        "OSPF interface commands\n"
8424        "Interface cost\n"
8425        "Cost\n"
8426        "Address of interface")
8427
8428 DEFSH (0, show_ipv6_bgp_community3_cmd_vtysh, 
8429        "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)", 
8430        "Show running system information\n"
8431        "IPv6 information\n"
8432        "BGP information\n"
8433        "Display routes matching the communities\n"
8434        "community number\n"
8435        "Do not send outside local AS (well-known community)\n"
8436        "Do not advertise to any peer (well-known community)\n"
8437        "Do not export to next AS (well-known community)\n"
8438        "community number\n"
8439        "Do not send outside local AS (well-known community)\n"
8440        "Do not advertise to any peer (well-known community)\n"
8441        "Do not export to next AS (well-known community)\n"
8442        "community number\n"
8443        "Do not send outside local AS (well-known community)\n"
8444        "Do not advertise to any peer (well-known community)\n"
8445        "Do not export to next AS (well-known community)\n")
8446
8447 DEFSH (0, show_ip_bgp_rsclient_summary_cmd_vtysh, 
8448        "show ip bgp rsclient summary", 
8449        "Show running system information\n"
8450        "IP information\n"
8451        "BGP information\n"
8452        "Information about Route Server Clients\n"
8453        "Summary of all Route Server Clients\n")
8454
8455 DEFSH (0, clear_ip_bgp_peer_vpnv4_soft_in_cmd_vtysh, 
8456        "clear ip bgp A.B.C.D vpnv4 unicast soft in", 
8457        "Reset functions\n"
8458        "IP information\n"
8459        "BGP information\n"
8460        "BGP neighbor address to clear\n"
8461        "Address family\n"
8462        "Address Family Modifier\n"
8463        "Soft reconfig inbound and outbound updates\n"
8464        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
8465
8466 DEFSH (0, no_ip_extcommunity_list_expanded_all_cmd_vtysh, 
8467        "no ip extcommunity-list <100-500>", 
8468        "Negate a command or set its defaults\n"
8469        "IP information\n"
8470        "Add a extended community list entry\n"
8471        "Extended Community list number (expanded)\n")
8472
8473 DEFSH (0, log_adj_changes_cmd_vtysh, 
8474        "log-adjacency-changes", 
8475        "Log changes in adjacency state\n")
8476
8477 DEFSH (0, show_bgp_ipv6_safi_prefix_longer_cmd_vtysh, 
8478        "show bgp ipv6 (encap|multicast|unicast|vpn) X:X::X:X/M longer-prefixes", 
8479        "Show running system information\n"
8480        "BGP information\n"
8481        "Address family\n"
8482        "Address Family modifier\n"
8483        "Address Family modifier\n"
8484        "Address Family modifier\n"
8485        "Address Family modifier\n"
8486        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
8487        "Display route and more specific routes\n")
8488
8489 DEFSH (0, no_bgp_fast_external_failover_cmd_vtysh, 
8490        "no bgp fast-external-failover", 
8491        "Negate a command or set its defaults\n"
8492        "BGP information\n"
8493        "Immediately reset session if a link to a directly connected external peer goes down\n")
8494
8495 DEFSH (0, show_ip_route_supernets_vrf_cmd_vtysh, 
8496        "show ip route supernets-only " "vrf <0-65535>", 
8497        "Show running system information\n"
8498        "IP information\n"
8499        "IP routing table\n"
8500        "Show supernet entries only\n"
8501        "Specify the VRF\nThe VRF ID\n")
8502
8503 DEFSH (0, show_ipv6_ospf6_linkstate_cmd_vtysh, 
8504        "show ipv6 ospf6 linkstate", 
8505        "Show running system information\n"
8506        "IPv6 Information\n"
8507        "Open Shortest Path First (OSPF) for IPv6\n"
8508        "Display linkstate routing table\n"
8509       )
8510
8511 DEFSH (0, no_set_aspath_exclude_cmd_vtysh, 
8512        "no set as-path exclude", 
8513        "Negate a command or set its defaults\n"
8514        "Set values in destination routing protocol\n"
8515        "Transform BGP AS_PATH attribute\n"
8516        "Exclude from the as-path\n")
8517
8518 DEFSH (0, debug_bgp_fsm_cmd_vtysh, 
8519        "debug bgp fsm", 
8520        "Debugging functions (see also 'undebug')\n"
8521        "BGP information\n"
8522        "BGP Finite State Machine\n")
8523
8524 DEFSH (0, no_ripng_offset_list_cmd_vtysh, 
8525        "no offset-list WORD (in|out) <0-16>", 
8526        "Negate a command or set its defaults\n"
8527        "Modify RIPng metric\n"
8528        "Access-list name\n"
8529        "For incoming updates\n"
8530        "For outgoing updates\n"
8531        "Metric value\n")
8532
8533 DEFSH (0, show_bgp_ipv6_safi_damp_flap_prefix_longer_cmd_vtysh, 
8534        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics X:X::X:X/M longer-prefixes", 
8535        "Show running system information\n"
8536        "BGP information\n"
8537        "Address family\n"
8538        "Address Family modifier\n"
8539        "Address Family modifier\n"
8540        "Address Family modifier\n"
8541        "Address Family modifier\n"
8542        "Display detailed information about dampening\n"
8543        "Display flap statistics of routes\n"
8544        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
8545        "Display route and more specific routes\n")
8546
8547 DEFSH (0, lsp_refresh_interval_l2_cmd_vtysh, 
8548        "lsp-refresh-interval level-2 <1-65235>", 
8549        "LSP refresh interval for Level 2 only\n"
8550        "LSP refresh interval for Level 2 only in seconds\n")
8551
8552 DEFSH (0, ip_rip_split_horizon_cmd_vtysh, 
8553        "ip rip split-horizon", 
8554        "IP information\n"
8555        "Routing Information Protocol\n"
8556        "Perform split horizon\n")
8557
8558 DEFSH (0, if_no_nhrp_flags_cmd_vtysh, 
8559  "no " "(ip|ipv6)" " nhrp (shortcut|redirect)", 
8560  "Negate a command or set its defaults\n"
8561  "IP information\n" "IPv6 information\n"
8562  "Next Hop Resolution Protocol functions\n"
8563  "Allow shortcut establishment\n"
8564  "Send redirect notifications\n")
8565
8566 DEFSH (0, ospf6_distance_ospf6_external_inter_intra_cmd_vtysh, 
8567        "distance ospf6 external <1-255> inter-area <1-255> intra-area <1-255>", 
8568        "Define an administrative distance\n"
8569        "OSPF6 Administrative distance\n"
8570        "External routes\n"
8571        "Distance for external routes\n"
8572        "Inter-area routes\n"
8573        "Distance for inter-area routes\n"
8574        "Intra-area routes\n"
8575        "Distance for intra-area routes\n")
8576
8577 DEFSH (0, clear_ip_bgp_external_soft_in_cmd_vtysh, 
8578        "clear ip bgp external soft in", 
8579        "Reset functions\n"
8580        "IP information\n"
8581        "BGP information\n"
8582        "Clear all external peers\n"
8583        "Soft reconfig inbound and outbound updates\n"
8584        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
8585
8586 DEFSH (0, redistribute_ospf6_cmd_vtysh, 
8587        "redistribute ospf6", 
8588        "Redistribute control\n"
8589        "OSPF6 route\n")
8590
8591 DEFSH (0, ipv6_nd_prefix_val_offlink_cmd_vtysh, 
8592        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
8593        "(<0-4294967295>|infinite) (off-link|)", 
8594        "Interface IPv6 config commands\n"
8595        "Neighbor discovery\n"
8596        "Prefix information\n"
8597        "IPv6 prefix\n"
8598        "Valid lifetime in seconds\n"
8599        "Infinite valid lifetime\n"
8600        "Preferred lifetime in seconds\n"
8601        "Infinite preferred lifetime\n"
8602        "Do not use prefix for onlink determination\n")
8603
8604 DEFSH (0, show_isis_mpls_te_interface_cmd_vtysh, 
8605        "show isis mpls-te interface [INTERFACE]", 
8606        "Show running system information\n"
8607        "IS-IS information\n"
8608        "MPLS-TE specific commands\n"
8609        "Interface information\n"
8610        "Interface name\n")
8611
8612 DEFSH (0, ospf_distance_cmd_vtysh, 
8613        "distance <1-255>", 
8614        "Define an administrative distance\n"
8615        "OSPF Administrative distance\n")
8616
8617 DEFSH (0|0|0|0|0|0, no_route_map_cmd_vtysh, 
8618        "no route-map WORD (deny|permit) <1-65535>", 
8619        "Negate a command or set its defaults\n"
8620        "Create route-map or enter route-map command mode\n"
8621        "Route map tag\n"
8622        "Route map denies set operations\n"
8623        "Route map permits set operations\n"
8624        "Sequence to insert to/delete from existing route-map entry\n")
8625
8626 DEFSH (0, show_ip_bgp_dampening_params_cmd_vtysh, 
8627        "show ip bgp dampening parameters", 
8628        "Show running system information\n"
8629        "IP information\n"
8630        "BGP information\n"
8631        "Display detailed information about dampening\n"
8632        "Display detail of configured dampening parameters\n")
8633
8634 DEFSH (0, show_ip_mroute_count_cmd_vtysh, 
8635        "show ip mroute count", 
8636        "Show running system information\n"
8637        "IP information\n"
8638        "IP multicast routing table\n"
8639        "Route and packet count data\n")
8640
8641 DEFSH (0, no_ripng_redistribute_type_metric_cmd_vtysh, 
8642        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16>", 
8643        "Negate a command or set its defaults\n"
8644        "Redistribute\n"
8645        "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"
8646        "Metric\n"
8647        "Metric value\n")
8648
8649 DEFSH (0, no_ospf6_redistribute_cmd_vtysh, 
8650        "no redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)", 
8651        "Negate a command or set its defaults\n"
8652        "Redistribute\n"
8653        "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"
8654       )
8655
8656 DEFSH (0|0|0|0, show_ip_prefix_list_name_seq_cmd_vtysh, 
8657        "show ip prefix-list WORD seq <1-4294967295>", 
8658        "Show running system information\n"
8659        "IP information\n"
8660        "Build a prefix list\n"
8661        "Name of a prefix list\n"
8662        "sequence number of an entry\n"
8663        "Sequence number\n")
8664
8665 DEFSH (0, show_ip_nht_cmd_vtysh, 
8666        "show ip nht", 
8667        "Show running system information\n"
8668        "IP information\n"
8669        "IP nexthop tracking table\n")
8670
8671 DEFSH (0, clear_bgp_instance_all_cmd_vtysh, 
8672        "clear bgp view WORD *", 
8673        "Reset functions\n"
8674        "BGP information\n"
8675        "BGP view\n"
8676        "view name\n"
8677        "Clear all peers\n")
8678
8679 DEFSH (0, no_rip_redistribute_type_metric_cmd_vtysh, 
8680        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " metric <0-16>", 
8681        "Negate a command or set its defaults\n"
8682        "Redistribute information from another routing protocol\n"
8683        "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"
8684        "Metric\n"
8685        "Metric value\n")
8686
8687 DEFSH (0, show_ip_bgp_ipv4_route_map_cmd_vtysh, 
8688        "show ip bgp ipv4 (unicast|multicast) route-map WORD", 
8689        "Show running system information\n"
8690        "IP information\n"
8691        "BGP information\n"
8692        "Address family\n"
8693        "Address Family modifier\n"
8694        "Address Family modifier\n"
8695        "Display routes matching the route-map\n"
8696        "A route-map to match on\n")
8697
8698 DEFSH (0, nhrp_nflog_group_cmd_vtysh, 
8699  "nhrp nflog-group <1-65535>", 
8700  "Next Hop Resolution Protocol functions\n"
8701  "Specify NFLOG group number\n"
8702  "NFLOG group number\n")
8703
8704 DEFSH (0, ip_route_distance_vrf_cmd_vtysh, 
8705        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
8706        "IP information\n"
8707        "Establish static routes\n"
8708        "IP destination prefix (e.g. 10.0.0.0/8)\n"
8709        "IP gateway address\n"
8710        "IP gateway interface name\n"
8711        "Null interface\n"
8712        "Distance value for this route\n"
8713        "Specify the VRF\nThe VRF ID\n")
8714
8715 DEFSH (0, area_range_advertise_cmd_vtysh, 
8716        "area A.B.C.D range X:X::X:X/M (advertise|not-advertise)", 
8717        "OSPF area parameters\n"
8718        "Area ID (as an IPv4 notation)\n"
8719        "Configured address range\n"
8720        "Specify IPv6 prefix\n"
8721        )
8722
8723 DEFSH (0, no_ip_address_cmd_vtysh, 
8724        "no ip address A.B.C.D/M", 
8725        "Negate a command or set its defaults\n"
8726        "Interface Internet Protocol config commands\n"
8727        "Set the IP address of an interface\n"
8728        "IP Address (e.g. 10.0.0.1/8)")
8729
8730 DEFSH (0, show_ip_community_list_cmd_vtysh, 
8731        "show ip community-list", 
8732        "Show running system information\n"
8733        "IP information\n"
8734        "List community-list\n")
8735
8736 DEFSH (0, show_bgp_ipv4_lcommunity2_cmd_vtysh, 
8737        "show bgp ipv4 large-community (AA:BB:CC) (AA:BB:CC)", 
8738        "Show running system information\n"
8739        "BGP information\n"
8740        "IP information\n"
8741        "Display routes matching the large-communities\n"
8742        "large-community number\n"
8743        "large-community number\n")
8744
8745 DEFSH (0, no_ip_ospf_cost_inet4_cmd_vtysh, 
8746        "no ip ospf cost A.B.C.D", 
8747        "Negate a command or set its defaults\n"
8748        "IP Information\n"
8749        "OSPF interface commands\n"
8750        "Interface cost\n"
8751        "Address of interface")
8752
8753 DEFSH (0, clear_ip_bgp_dampening_address_mask_cmd_vtysh, 
8754        "clear ip bgp dampening A.B.C.D A.B.C.D", 
8755        "Reset functions\n"
8756        "IP information\n"
8757        "BGP information\n"
8758        "Clear route flap dampening information\n"
8759        "Network to clear damping information\n"
8760        "Network mask\n")
8761
8762 DEFSH (0, bgp_distance_source_cmd_vtysh, 
8763        "distance <1-255> A.B.C.D/M", 
8764        "Define an administrative distance\n"
8765        "Administrative distance\n"
8766        "IP source prefix\n")
8767
8768 DEFSH (0, show_ip_route_supernets_cmd_vtysh, 
8769        "show ip route supernets-only", 
8770        "Show running system information\n"
8771        "IP information\n"
8772        "IP routing table\n"
8773        "Show supernet entries only\n")
8774
8775 DEFSH (0, bgp_redistribute_ipv6_rmap_metric_cmd_vtysh, 
8776        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
8777        "Redistribute information from another routing protocol\n"
8778        "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"
8779        "Route map reference\n"
8780        "Pointer to route-map entries\n"
8781        "Metric for redistributed routes\n"
8782        "Default metric\n")
8783
8784 DEFSH (0, show_ip_bgp_instance_rsclient_summary_cmd_vtysh, 
8785        "show ip bgp view WORD rsclient summary", 
8786        "Show running system information\n"
8787        "IP information\n"
8788        "BGP information\n"
8789        "BGP view\n"
8790        "View name\n"
8791        "Information about Route Server Clients\n"
8792        "Summary of all Route Server Clients\n")
8793
8794 DEFSH (0, no_ip_route_flags_tag_cmd_vtysh, 
8795        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
8796        "Negate a command or set its defaults\n"
8797        "IP information\n"
8798        "Establish static routes\n"
8799        "IP destination prefix (e.g. 10.0.0.0/8)\n"
8800        "IP gateway address\n"
8801        "IP gateway interface name\n"
8802        "Emit an ICMP unreachable when matched\n"
8803        "Silently discard pkts when matched\n"
8804        "Tag of this route\n"
8805        "Tag value\n")
8806
8807 DEFSH (0, clear_bgp_peer_group_soft_cmd_vtysh, 
8808        "clear bgp peer-group WORD soft", 
8809        "Reset functions\n"
8810        "BGP information\n"
8811        "Clear all members of peer-group\n"
8812        "BGP peer-group name\n"
8813        "Soft reconfig inbound and outbound updates\n")
8814
8815 DEFSH (0|0|0|0|0|0, no_route_map_all_cmd_vtysh, 
8816        "no route-map WORD", 
8817        "Negate a command or set its defaults\n"
8818        "Create route-map or enter route-map command mode\n"
8819        "Route map tag\n")
8820
8821 DEFSH (0, no_ip_community_list_standard_cmd_vtysh, 
8822        "no ip community-list <1-99> (deny|permit) .AA:NN", 
8823        "Negate a command or set its defaults\n"
8824        "IP information\n"
8825        "Add a community list entry\n"
8826        "Community list number (standard)\n"
8827        "Specify community to reject\n"
8828        "Specify community to accept\n"
8829        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
8830
8831 DEFSH (0, show_bgp_ipv4_safi_community_list_cmd_vtysh, 
8832        "show bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD)", 
8833        "Show running system information\n"
8834        "BGP information\n"
8835        "Address family\n"
8836        "Address Family modifier\n"
8837        "Address Family modifier\n"
8838        "Display routes matching the community-list\n"
8839        "community-list number\n"
8840        "community-list name\n")
8841
8842 DEFSH (0, show_ip_bgp_vpnv4_neighbor_prefix_counts_cmd_vtysh, 
8843        "show ip bgp vpnv4 all neighbors (A.B.C.D|X:X::X:X) prefix-counts", 
8844        "Show running system information\n"
8845        "IP information\n"
8846        "BGP information\n"
8847        "Address family\n"
8848        "Address Family modifier\n"
8849        "Address Family modifier\n"
8850        "Detailed information on TCP and BGP neighbor connections\n"
8851        "Neighbor to display information about\n"
8852        "Neighbor to display information about\n"
8853        "Display detailed prefix count information\n")
8854
8855 DEFSH (0, link_params_res_bw_cmd_vtysh, 
8856        "res-bw BANDWIDTH", 
8857        "Unidirectional Residual Bandwidth\n"
8858        "Bytes/second (IEEE floating point format)\n")
8859
8860 DEFSH (0, no_ipv6_route_flags_pref_cmd_vtysh, 
8861        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255>", 
8862        "Negate a command or set its defaults\n"
8863        "IP information\n"
8864        "Establish static routes\n"
8865        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
8866        "IPv6 gateway address\n"
8867        "IPv6 gateway interface name\n"
8868        "Emit an ICMP unreachable when matched\n"
8869        "Silently discard pkts when matched\n"
8870        "Distance value for this prefix\n")
8871
8872 DEFSH (0, neighbor_allowas_in_arg_cmd_vtysh, 
8873        "neighbor (A.B.C.D|X:X::X:X|WORD) " "allowas-in <1-10>", 
8874        "Specify neighbor router\n"
8875        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8876        "Accept as-path with my AS present in it\n"
8877        "Number of occurrences of AS number\n")
8878
8879 DEFSH (0, show_bgp_ipv6_safi_community2_exact_cmd_vtysh, 
8880        "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", 
8881        "Show running system information\n"
8882        "BGP information\n"
8883        "Address family\n"
8884        "Address family modifier\n"
8885        "Address family modifier\n"
8886        "Address family modifier\n"
8887        "Address family modifier\n"
8888        "Display routes matching the communities\n"
8889        "community number\n"
8890        "Do not send outside local AS (well-known community)\n"
8891        "Do not advertise to any peer (well-known community)\n"
8892        "Do not export to next AS (well-known community)\n"
8893        "community number\n"
8894        "Do not send outside local AS (well-known community)\n"
8895        "Do not advertise to any peer (well-known community)\n"
8896        "Do not export to next AS (well-known community)\n"
8897        "Exact match of the communities")
8898
8899 DEFSH (0, neighbor_attr_unchanged3_cmd_vtysh, 
8900        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop (as-path|med)", 
8901        "Specify neighbor router\n"
8902        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8903        "BGP attribute is propagated unchanged to this neighbor\n"
8904        "Nexthop attribute\n"
8905        "As-path attribute\n"
8906        "Med attribute\n")
8907
8908 DEFSH (0, no_neighbor_update_source_cmd_vtysh, 
8909        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "update-source", 
8910        "Negate a command or set its defaults\n"
8911        "Specify neighbor router\n"
8912        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
8913        "Source of routing updates\n")
8914
8915 DEFSH (0, debug_ripng_events_cmd_vtysh, 
8916        "debug ripng events", 
8917        "Debugging functions (see also 'undebug')\n"
8918        "RIPng configuration\n"
8919        "Debug option set for ripng events\n")
8920
8921 DEFSH (0, debug_bgp_zebra_cmd_vtysh, 
8922        "debug bgp zebra", 
8923        "Debugging functions (see also 'undebug')\n"
8924        "BGP information\n"
8925        "BGP Zebra messages\n")
8926
8927 DEFSH (0, test_pim_receive_prune_cmd_vtysh, 
8928        "test pim receive prune INTERFACE <0-65535> A.B.C.D A.B.C.D A.B.C.D A.B.C.D", 
8929        "Test\n"
8930        "Test PIM protocol\n"
8931        "Test PIM message reception\n"
8932        "Test PIM prune reception from neighbor\n"
8933        "Interface\n"
8934        "Neighbor holdtime\n"
8935        "Upstream neighbor unicast destination address\n"
8936        "Downstream neighbor unicast source address\n"
8937        "Multicast group address\n"
8938        "Unicast source address\n")
8939
8940 DEFSH (0, ospf_log_adjacency_changes_detail_cmd_vtysh, 
8941        "log-adjacency-changes detail", 
8942        "Log changes in adjacency state\n"
8943        "Log all state changes\n")
8944
8945 DEFSH (0, clear_ip_bgp_peer_encap_soft_in_cmd_vtysh, 
8946        "clear ip bgp A.B.C.D encap unicast soft in", 
8947        "Reset functions\n"
8948        "IP information\n"
8949        "BGP information\n"
8950        "BGP neighbor address to clear\n"
8951        "Address family\n"
8952        "Address Family Modifier\n"
8953        "Soft reconfig\n"
8954        "Soft reconfig inbound update\n")
8955
8956 DEFSH (0, no_isis_hello_interval_cmd_vtysh, 
8957        "no isis hello-interval", 
8958        "Negate a command or set its defaults\n"
8959        "IS-IS commands\n"
8960        "Set Hello interval\n")
8961
8962 DEFSH (0, match_ip_route_source_cmd_vtysh, 
8963        "match ip route-source (<1-199>|<1300-2699>|WORD)", 
8964        "Match values from routing table\n"
8965        "IP information\n"
8966        "Match advertising source address of route\n"
8967        "IP access-list number\n"
8968        "IP access-list number (expanded range)\n"
8969        "IP standard access-list name\n")
8970
8971 DEFSH (0, debug_isis_spfstats_cmd_vtysh, 
8972        "debug isis spf-statistics ", 
8973        "Debugging functions (see also 'undebug')\n"
8974        "IS-IS information\n"
8975        "IS-IS SPF Timing and Statistic Data\n")
8976
8977 DEFSH (0, show_ip_ospf_database_type_id_adv_router_cmd_vtysh, 
8978        "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", 
8979        "Show running system information\n"
8980        "IP information\n"
8981        "OSPF information\n"
8982        "Database summary\n"
8983        "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"
8984        "Link State ID (as an IP address)\n"
8985        "Advertising Router link states\n"
8986        "Advertising Router (as an IP address)\n")
8987
8988 DEFSH (0, show_bgp_ipv4_lcommunity4_cmd_vtysh, 
8989        "show bgp ipv4 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
8990        "Show running system information\n"
8991        "BGP information\n"
8992        "IP information\n"
8993        "Display routes matching the large-communities\n"
8994        "large-community number\n"
8995        "large-community number\n"
8996        "large-community number\n"
8997        "large-community number\n")
8998
8999 DEFSH (0, debug_ospf6_brouter_area_cmd_vtysh, 
9000        "debug ospf6 border-routers area-id A.B.C.D", 
9001        "Debugging functions (see also 'undebug')\n"
9002        "Open Shortest Path First (OSPF) for IPv6\n"
9003        "Debug border router\n"
9004        "Debug border routers in specific Area\n"
9005        "Specify Area-ID\n"
9006       )
9007
9008 DEFSH (0, undebug_bgp_events_cmd_vtysh, 
9009        "undebug bgp events", 
9010        "Disable debugging functions (see also 'debug')\n"
9011        "BGP information\n"
9012        "BGP events\n")
9013
9014 DEFSH (0, no_ipv6_aggregate_address_summary_only_cmd_vtysh, 
9015        "no aggregate-address X:X::X:X/M summary-only", 
9016        "Negate a command or set its defaults\n"
9017        "Configure BGP aggregate entries\n"
9018        "Aggregate prefix\n"
9019        "Filter more specific routes from updates\n")
9020
9021 DEFSH (0, show_ip_rpf_addr_vrf_all_cmd_vtysh, 
9022        "show ip rpf A.B.C.D " "vrf all", 
9023        "Show running system information\n"
9024        "IP information\n"
9025        "Display RPF information for multicast source\n"
9026        "IP multicast source address (e.g. 10.0.0.0)\n"
9027        "Specify the VRF\nAll VRFs\n")
9028
9029 DEFSH (0, ip_route_flags_distance_cmd_vtysh, 
9030        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
9031        "IP information\n"
9032        "Establish static routes\n"
9033        "IP destination prefix (e.g. 10.0.0.0/8)\n"
9034        "IP gateway address\n"
9035        "IP gateway interface name\n"
9036        "Emit an ICMP unreachable when matched\n"
9037        "Silently discard pkts when matched\n"
9038        "Distance value for this route\n")
9039
9040 DEFSH (0, bgp_bestpath_med3_cmd_vtysh, 
9041        "bgp bestpath med missing-as-worst confed", 
9042        "BGP specific commands\n"
9043        "Change the default bestpath selection\n"
9044        "MED attribute\n"
9045        "Treat missing MED as the least preferred one\n"
9046        "Compare MED among confederation paths\n")
9047
9048 DEFSH (0, show_bgp_ipv4_safi_flap_prefix_longer_cmd_vtysh, 
9049        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D/M longer-prefixes", 
9050        "Show running system information\n"
9051        "BGP information\n"
9052        "Address family\n"
9053        "Address Family modifier\n"
9054        "Address Family modifier\n"
9055        "Address Family modifier\n"
9056        "Address Family modifier\n"
9057        "Display flap statistics of routes\n"
9058        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
9059        "Display route and more specific routes\n")
9060
9061 DEFSH (0, show_zebra_cmd_vtysh, 
9062        "show zebra", 
9063        "Show running system information\n"
9064        "Zebra information\n")
9065
9066 DEFSH (0, no_isis_hello_multiplier_l1_arg_cmd_vtysh, 
9067        "no isis hello-multiplier <2-100> level-1", 
9068        "Negate a command or set its defaults\n"
9069        "IS-IS commands\n"
9070        "Set multiplier for Hello holding time\n"
9071        "Hello multiplier value\n"
9072        "Specify hello multiplier for level-1 IIHs\n")
9073
9074 DEFSH (0, debug_rip_zebra_cmd_vtysh, 
9075        "debug rip zebra", 
9076        "Debugging functions (see also 'undebug')\n"
9077        "RIP information\n"
9078        "RIP and ZEBRA communication\n")
9079
9080 DEFSH (0, show_bgp_view_ipv4_safi_rsclient_route_cmd_vtysh, 
9081        "show bgp view WORD ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
9082        "Show running system information\n"
9083        "BGP information\n"
9084        "BGP view\n"
9085        "View name\n"
9086        "Address family\n"
9087        "Address Family modifier\n"
9088        "Address Family modifier\n"
9089        "Information about Route Server Client\n"
9090        "Neighbor address\nIPv6 address\n"
9091        "Network in the BGP routing table to display\n")
9092
9093 DEFSH (0, no_bgp_confederation_identifier_cmd_vtysh, 
9094        "no bgp confederation identifier", 
9095        "Negate a command or set its defaults\n"
9096        "BGP specific commands\n"
9097        "AS confederation parameters\n"
9098        "AS number\n")
9099
9100 DEFSH (0, show_bgp_view_afi_safi_community4_cmd_vtysh, 
9101        "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)", 
9102        "Show running system information\n"
9103        "BGP information\n"
9104        "BGP view\n"
9105        "View name\n"
9106        "Address family\n"
9107        "Address family\n"
9108        "Address family modifier\n"
9109        "Address family modifier\n"
9110        "Display routes matching the communities\n"
9111        "community number\n"
9112        "Do not send outside local AS (well-known community)\n"
9113        "Do not advertise to any peer (well-known community)\n"
9114        "Do not export to next AS (well-known community)\n"
9115        "community number\n"
9116        "Do not send outside local AS (well-known community)\n"
9117        "Do not advertise to any peer (well-known community)\n"
9118        "Do not export to next AS (well-known community)\n"
9119        "community number\n"
9120        "Do not send outside local AS (well-known community)\n"
9121        "Do not advertise to any peer (well-known community)\n"
9122        "Do not export to next AS (well-known community)\n"
9123        "community number\n"
9124        "Do not send outside local AS (well-known community)\n"
9125        "Do not advertise to any peer (well-known community)\n"
9126        "Do not export to next AS (well-known community)\n")
9127
9128 DEFSH (0, fpm_remote_ip_cmd_vtysh, 
9129         "fpm connection ip A.B.C.D port <1-65535>", 
9130         "fpm connection remote ip and port\n"
9131         "Remote fpm server ip A.B.C.D\n"
9132         "Enter ip ")
9133
9134 DEFSH (0|0|0|0, ip_prefix_list_seq_ge_cmd_vtysh, 
9135        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32>", 
9136        "IP information\n"
9137        "Build a prefix list\n"
9138        "Name of a prefix list\n"
9139        "sequence number of an entry\n"
9140        "Sequence number\n"
9141        "Specify packets to reject\n"
9142        "Specify packets to forward\n"
9143        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
9144        "Minimum prefix length to be matched\n"
9145        "Minimum prefix length\n")
9146
9147 DEFSH (0, no_ip_route_flags_tag_distance_vrf_cmd_vtysh, 
9148        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
9149        "Negate a command or set its defaults\n"
9150        "IP information\n"
9151        "Establish static routes\n"
9152        "IP destination prefix (e.g. 10.0.0.0/8)\n"
9153        "IP gateway address\n"
9154        "IP gateway interface name\n"
9155        "Emit an ICMP unreachable when matched\n"
9156        "Silently discard pkts when matched\n"
9157        "Tag of this route\n"
9158        "Tag value\n"
9159        "Distance value for this route\n"
9160        "Specify the VRF\nThe VRF ID\n")
9161
9162 DEFSH (0, no_access_list_cmd_vtysh, 
9163        "no access-list WORD (deny|permit) A.B.C.D/M", 
9164        "Negate a command or set its defaults\n"
9165        "Add an access list entry\n"
9166        "IP zebra access-list name\n"
9167        "Specify packets to reject\n"
9168        "Specify packets to forward\n"
9169        "Prefix to match. e.g. 10.0.0.0/8\n")
9170
9171 DEFSH (0, no_ipv6_bgp_distance_source_access_list_cmd_vtysh, 
9172        "no distance <1-255> X:X::X:X/M WORD", 
9173        "Negate a command or set its defaults\n"
9174        "Define an administrative distance\n"
9175        "Administrative distance\n"
9176        "IP source prefix\n"
9177        "Access list name\n")
9178
9179 DEFSH (0, isis_default_originate_cmd_vtysh, 
9180       "default-information originate (ipv4|ipv6) (level-1|level-2) "
9181         "{always|metric <0-16777215>|route-map WORD}", 
9182       "Control distribution of default information\n"
9183       "Distribute a default route\n"
9184       "Distribute default route for IPv4\n"
9185       "Distribute default route for IPv6\n"
9186       "Distribute default route into level-1\n"
9187       "Distribute default route into level-2\n"
9188       "Always advertise default route\n"
9189       "Metric for default route\n"
9190       "ISIS default metric\n"
9191       "Route map reference\n"
9192       "Pointer to route-map entries\n")
9193
9194 DEFSH (0, no_neighbor_maximum_prefix_val_cmd_vtysh, 
9195        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295>", 
9196        "Negate a command or set its defaults\n"
9197        "Specify neighbor router\n"
9198        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9199        "Maximum number of prefix accept from this peer\n"
9200        "maximum no. of prefix limit\n")
9201
9202 DEFSH (0, no_debug_pim_events_cmd_vtysh, 
9203        "no debug pim events", 
9204        "Negate a command or set its defaults\n"
9205        "Debugging functions (see also 'undebug')\n"
9206        "PIM protocol activity\n"
9207        "PIM protocol events\n")
9208
9209 DEFSH (0|0|0|0, clear_ip_prefix_list_cmd_vtysh, 
9210        "clear ip prefix-list", 
9211        "Reset functions\n"
9212        "IP information\n"
9213        "Build a prefix list\n")
9214
9215 DEFSH (0, neighbor_interface_cmd_vtysh, 
9216        "neighbor (A.B.C.D|X:X::X:X) " "interface WORD", 
9217        "Specify neighbor router\n"
9218        "Neighbor address\nIPv6 address\n"
9219        "Interface\n"
9220        "Interface name\n")
9221
9222 DEFSH (0, interface_no_ip_pim_drprio_cmd_vtysh, 
9223        "no ip pim drpriority {<1-4294967295>}", 
9224        "IP information\n"
9225        "PIM information\n"
9226        "Revert the Designated Router Priority to default\n"
9227        "Old Value of the Priority\n")
9228
9229 DEFSH (0, debug_igmp_events_cmd_vtysh, 
9230        "debug igmp events", 
9231        "Debugging functions (see also 'undebug')\n"
9232        "IGMP protocol activity\n"
9233        "IGMP protocol events\n")
9234
9235 DEFSH (0, bgp_log_neighbor_changes_cmd_vtysh, 
9236        "bgp log-neighbor-changes", 
9237        "BGP specific commands\n"
9238        "Log neighbor up/down and reset reason\n")
9239
9240 DEFSH (0|0|0|0, show_ipv6_prefix_list_prefix_longer_cmd_vtysh, 
9241        "show ipv6 prefix-list WORD X:X::X:X/M longer", 
9242        "Show running system information\n"
9243        "IPv6 information\n"
9244        "Build a prefix list\n"
9245        "Name of a prefix list\n"
9246        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
9247        "Lookup longer prefix\n")
9248
9249 DEFSH (0, ipv6_access_list_cmd_vtysh, 
9250        "ipv6 access-list WORD (deny|permit) X:X::X:X/M", 
9251        "IPv6 information\n"
9252        "Add an access list entry\n"
9253        "IPv6 zebra access-list\n"
9254        "Specify packets to reject\n"
9255        "Specify packets to forward\n"
9256        "Prefix to match. e.g. 3ffe:506::/32\n")
9257
9258 DEFSH (0, no_debug_igmp_trace_cmd_vtysh, 
9259        "no debug igmp trace", 
9260        "Negate a command or set its defaults\n"
9261        "Debugging functions (see also 'undebug')\n"
9262        "IGMP protocol activity\n"
9263        "IGMP internal daemon activity\n")
9264
9265 DEFSH (0, show_ip_route_protocol_vrf_all_cmd_vtysh, 
9266        "show ip route " "(kernel|connected|static|rip|ospf|isis|bgp|pim|babel|nhrp)" " " "vrf all", 
9267        "Show running system information\n"
9268        "IP information\n"
9269        "IP routing table\n"
9270        "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"
9271        "Specify the VRF\nAll VRFs\n")
9272
9273 DEFSH (0, no_access_list_extended_any_mask_cmd_vtysh, 
9274        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any A.B.C.D A.B.C.D", 
9275        "Negate a command or set its defaults\n"
9276        "Add an access list entry\n"
9277        "IP extended access list\n"
9278        "IP extended access list (expanded range)\n"
9279        "Specify packets to reject\n"
9280        "Specify packets to forward\n"
9281        "Any Internet Protocol\n"
9282        "Any source host\n"
9283        "Destination address\n"
9284        "Destination Wildcard bits\n")
9285
9286 DEFSH (0, no_ip_route_mask_flags_tag_distance_vrf_cmd_vtysh, 
9287        "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>", 
9288        "Negate a command or set its defaults\n"
9289        "IP information\n"
9290        "Establish static routes\n"
9291        "IP destination prefix\n"
9292        "IP destination prefix mask\n"
9293        "IP gateway address\n"
9294        "IP gateway interface name\n"
9295        "Emit an ICMP unreachable when matched\n"
9296        "Silently discard pkts when matched\n"
9297        "Tag of this route\n"
9298        "Tag value\n"
9299        "Distance value for this route\n"
9300        "Specify the VRF\nThe VRF ID\n")
9301
9302 DEFSH (0, show_ipv6_ospf6_linkstate_detail_cmd_vtysh, 
9303        "show ipv6 ospf6 linkstate detail", 
9304        "Show running system information\n"
9305        "IPv6 Information\n"
9306        "Open Shortest Path First (OSPF) for IPv6\n"
9307        "Display linkstate routing table\n"
9308       )
9309
9310 DEFSH (0, no_ip_route_mask_tag_distance_vrf_cmd_vtysh, 
9311        "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>", 
9312        "Negate a command or set its defaults\n"
9313        "IP information\n"
9314        "Establish static routes\n"
9315        "IP destination prefix\n"
9316        "IP destination prefix mask\n"
9317        "IP gateway address\n"
9318        "IP gateway interface name\n"
9319        "Null interface\n"
9320        "Tag of this route\n"
9321        "Tag value\n"
9322        "Distance value for this route\n"
9323        "Specify the VRF\nThe VRF ID\n")
9324
9325 DEFSH (0, ripng_timers_cmd_vtysh, 
9326        "timers basic <0-65535> <0-65535> <0-65535>", 
9327        "RIPng timers setup\n"
9328        "Basic timer\n"
9329        "Routing table update timer value in second. Default is 30.\n"
9330        "Routing information timeout timer. Default is 180.\n"
9331        "Garbage collection timer. Default is 120.\n")
9332
9333 DEFSH (0, ospf_mpls_te_on_cmd_vtysh, 
9334        "mpls-te on", 
9335        "MPLS-TE specific commands\n"
9336        "Enable the MPLS-TE functionality\n")
9337
9338 DEFSH (0, bgp_timers_cmd_vtysh, 
9339        "timers bgp <0-65535> <0-65535>", 
9340        "Adjust routing timers\n"
9341        "BGP timers\n"
9342        "Keepalive interval\n"
9343        "Holdtime\n")
9344
9345 DEFSH (0, show_ip_access_list_cmd_vtysh, 
9346        "show ip access-list", 
9347        "Show running system information\n"
9348        "IP information\n"
9349        "List IP access lists\n")
9350
9351 DEFSH (0, match_origin_cmd_vtysh, 
9352        "match origin (egp|igp|incomplete)", 
9353        "Match values from routing table\n"
9354        "BGP origin code\n"
9355        "remote EGP\n"
9356        "local IGP\n"
9357        "unknown heritage\n")
9358
9359 DEFSH (0, ip_route_mask_flags_cmd_vtysh, 
9360        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole)", 
9361        "IP information\n"
9362        "Establish static routes\n"
9363        "IP destination prefix\n"
9364        "IP destination prefix mask\n"
9365        "IP gateway address\n"
9366        "IP gateway interface name\n"
9367        "Emit an ICMP unreachable when matched\n"
9368        "Silently discard pkts when matched\n")
9369
9370 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_detail_cmd_vtysh, 
9371        "show ipv6 ospf6 database "
9372        "(router|network|inter-prefix|inter-router|as-external|"
9373        "group-membership|type-7|link|intra-prefix) self-originated "
9374        "(detail|dump|internal)", 
9375        "Show running system information\n"
9376        "IPv6 information\n"
9377        "Open Shortest Path First (OSPF) for IPv6\n"
9378        "Display Link state database\n"
9379        "Display Router LSAs\n"
9380        "Display Network LSAs\n"
9381        "Display Inter-Area-Prefix LSAs\n"
9382        "Display Inter-Area-Router LSAs\n"
9383        "Display As-External LSAs\n"
9384        "Display Group-Membership LSAs\n"
9385        "Display Type-7 LSAs\n"
9386        "Display Link LSAs\n"
9387        "Display Intra-Area-Prefix LSAs\n"
9388        "Display Self-originated LSAs\n"
9389        "Display details of LSAs\n"
9390        "Dump LSAs\n"
9391        "Display LSA's internal information\n"
9392       )
9393
9394 DEFSH (0, no_neighbor_attr_unchanged3_cmd_vtysh, 
9395        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop (as-path|med)", 
9396        "Negate a command or set its defaults\n"
9397        "Specify neighbor router\n"
9398        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9399        "BGP attribute is propagated unchanged to this neighbor\n"
9400        "Nexthop attribute\n"
9401        "As-path attribute\n"
9402        "Med attribute\n")
9403
9404 DEFSH (0, show_bgp_ipv4_safi_cmd_vtysh, 
9405        "show bgp ipv4 (unicast|multicast)", 
9406        "Show running system information\n"
9407        "BGP information\n"
9408        "Address family\n"
9409        "Address Family modifier\n"
9410        "Address Family modifier\n")
9411
9412 DEFSH (0, show_bgp_ipv6_neighbors_cmd_vtysh, 
9413        "show bgp ipv6 neighbors", 
9414        "Show running system information\n"
9415        "BGP information\n"
9416        "Address family\n"
9417        "Detailed information on TCP and BGP neighbor connections\n")
9418
9419 DEFSH (0, bgp_redistribute_ipv4_metric_rmap_cmd_vtysh, 
9420        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
9421        "Redistribute information from another routing protocol\n"
9422        "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"
9423        "Metric for redistributed routes\n"
9424        "Default metric\n"
9425        "Route map reference\n"
9426        "Pointer to route-map entries\n")
9427
9428 DEFSH (0, router_id_vrf_cmd_vtysh, 
9429        "router-id A.B.C.D " "vrf <0-65535>", 
9430        "Manually set the router-id\n"
9431        "IP address to use for router-id\n"
9432        "Specify the VRF\nThe VRF ID\n")
9433
9434 DEFSH (0, no_neighbor_port_val_cmd_vtysh, 
9435        "no neighbor (A.B.C.D|X:X::X:X) " "port <0-65535>", 
9436        "Negate a command or set its defaults\n"
9437        "Specify neighbor router\n"
9438        "Neighbor address\nIPv6 address\n"
9439        "Neighbor's BGP port\n"
9440        "TCP port number\n")
9441
9442 DEFSH (0, neighbor_dont_capability_negotiate_cmd_vtysh, 
9443        "neighbor (A.B.C.D|X:X::X:X|WORD) " "dont-capability-negotiate", 
9444        "Specify neighbor router\n"
9445        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
9446        "Do not perform capability negotiation\n")
9447
9448 DEFSH (0, no_access_list_extended_host_mask_cmd_vtysh, 
9449        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D A.B.C.D A.B.C.D", 
9450        "Negate a command or set its defaults\n"
9451        "Add an access list entry\n"
9452        "IP extended access list\n"
9453        "IP extended access list (expanded range)\n"
9454        "Specify packets to reject\n"
9455        "Specify packets to forward\n"
9456        "Any Internet Protocol\n"
9457        "A single source host\n"
9458        "Source address\n"
9459        "Destination address\n"
9460        "Destination Wildcard bits\n")
9461
9462 DEFSH (0, undebug_bgp_fsm_cmd_vtysh, 
9463        "undebug bgp fsm", 
9464        "Disable debugging functions (see also 'debug')\n"
9465        "BGP information\n"
9466        "Finite State Machine\n")
9467
9468 DEFSH (0, show_bgp_neighbor_flap_cmd_vtysh, 
9469        "show bgp neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
9470        "Show running system information\n"
9471        "BGP information\n"
9472        "Detailed information on TCP and BGP neighbor connections\n"
9473        "Neighbor to display information about\n"
9474        "Neighbor to display information about\n"
9475        "Display flap statistics of the routes learned from neighbor\n")
9476
9477 DEFSH (0, show_ipv6_bgp_lcommunity_all_cmd_vtysh, 
9478        "show ipv6 bgp large-community", 
9479        "Show running system information\n"
9480        "IPv6 information\n"
9481        "BGP information\n"
9482        "Display routes matching the large-communities\n")
9483
9484 DEFSH (0|0|0|0, no_ipv6_prefix_list_sequence_number_cmd_vtysh, 
9485        "no ipv6 prefix-list sequence-number", 
9486        "Negate a command or set its defaults\n"
9487        "IPv6 information\n"
9488        "Build a prefix list\n"
9489        "Include/exclude sequence numbers in NVGEN\n")
9490
9491 DEFSH (0, no_ospf_default_metric_cmd_vtysh, 
9492        "no default-metric", 
9493        "Negate a command or set its defaults\n"
9494        "Set metric of redistributed routes\n")
9495
9496 DEFSH (0, no_ipv6_aggregate_address_cmd_vtysh, 
9497        "no aggregate-address X:X::X:X/M", 
9498        "Negate a command or set its defaults\n"
9499        "Configure BGP aggregate entries\n"
9500        "Aggregate prefix\n")
9501
9502 DEFSH (0, ipv6_mbgp_neighbor_routes_cmd_vtysh, 
9503        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes", 
9504        "Show running system information\n"
9505        "IPv6 information\n"
9506        "MBGP information\n"
9507        "Detailed information on TCP and BGP neighbor connections\n"
9508        "Neighbor to display information about\n"
9509        "Neighbor to display information about\n"
9510        "Display routes learned from neighbor\n")
9511
9512 DEFSH (0, ripng_redistribute_type_metric_cmd_vtysh, 
9513        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16>", 
9514        "Redistribute\n"
9515        "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"
9516        "Metric\n"
9517        "Metric value\n")
9518
9519 DEFSH (0, ip_route_flags_tag_distance_cmd_vtysh, 
9520        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
9521        "IP information\n"
9522        "Establish static routes\n"
9523        "IP destination prefix (e.g. 10.0.0.0/8)\n"
9524        "IP gateway address\n"
9525        "IP gateway interface name\n"
9526        "Emit an ICMP unreachable when matched\n"
9527        "Silently discard pkts when matched\n"
9528        "Set tag for this route\n"
9529        "Tag value\n"
9530        "Distance value for this route\n")
9531
9532 DEFSH (0, show_bgp_ipv4_encap_neighbor_advertised_routes_cmd_vtysh, 
9533        "show bgp ipv4 encap neighbors A.B.C.D advertised-routes", 
9534        "Show running system information\n"
9535        "BGP information\n"
9536        "Address Family\n"
9537        "Display ENCAP NLRI specific information\n"
9538        "Detailed information on TCP and BGP neighbor connections\n"
9539        "Neighbor to display information about\n"
9540        "Display the routes advertised to a BGP neighbor\n")
9541
9542 DEFSH (0, show_isis_neighbor_arg_cmd_vtysh, 
9543        "show isis neighbor WORD", 
9544        "Show running system information\n"
9545        "ISIS network information\n"
9546        "ISIS neighbor adjacencies\n"
9547        "System id\n")
9548
9549 DEFSH (0, ospf_timers_throttle_spf_cmd_vtysh, 
9550        "timers throttle spf <0-600000> <0-600000> <0-600000>", 
9551        "Adjust routing timers\n"
9552        "Throttling adaptive timer\n"
9553        "OSPF SPF timers\n"
9554        "Delay (msec) from first change received till SPF calculation\n"
9555        "Initial hold time (msec) between consecutive SPF calculations\n"
9556        "Maximum hold time (msec)\n")
9557
9558 DEFSH (0, show_bgp_ipv6_lcommunity_all_cmd_vtysh, 
9559        "show bgp ipv6 large-community", 
9560        "Show running system information\n"
9561        "BGP information\n"
9562        "Address family\n"
9563        "Display routes matching the large-communities\n")
9564
9565 DEFSH (0, clear_ip_bgp_all_ipv4_in_prefix_filter_cmd_vtysh, 
9566        "clear ip bgp * ipv4 (unicast|multicast) in prefix-filter", 
9567        "Reset functions\n"
9568        "IP information\n"
9569        "BGP information\n"
9570        "Clear all peers\n"
9571        "Address family\n"
9572        "Address Family modifier\n"
9573        "Address Family modifier\n"
9574        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
9575        "Push out prefix-list ORF and do inbound soft reconfig\n")
9576
9577 DEFSH (0, no_ip_rip_authentication_string2_cmd_vtysh, 
9578        "no ip rip authentication string LINE", 
9579        "Negate a command or set its defaults\n"
9580        "IP information\n"
9581        "Routing Information Protocol\n"
9582        "Authentication control\n"
9583        "Authentication string\n"
9584        "Authentication string\n")
9585
9586 DEFSH (0, ospf6_stub_router_admin_cmd_vtysh, 
9587        "stub-router administrative", 
9588        "Make router a stub router\n"
9589        "Advertise inability to be a transit router\n"
9590        "Administratively applied,  for an indefinite period\n")
9591
9592 DEFSH (0, no_router_bgp_cmd_vtysh, 
9593        "no router bgp " "<1-4294967295>", 
9594        "Negate a command or set its defaults\n"
9595        "Enable a routing process\n"
9596        "BGP information\n"
9597        "AS number\n")
9598
9599 DEFSH (0, no_debug_pim_packetdump_send_cmd_vtysh, 
9600        "no debug pim packet-dump send", 
9601        "Negate a command or set its defaults\n"
9602        "Debugging functions (see also 'undebug')\n"
9603        "PIM protocol activity\n"
9604        "PIM packet dump\n"
9605        "Dump sent packets\n")
9606
9607 DEFSH (0, show_bgp_ipv6_encap_prefix_cmd_vtysh, 
9608        "show bgp ipv6 encap X:X::X:X/M", 
9609        "Show running system information\n"
9610        "BGP information\n"
9611        "IP information\n"
9612        "Display ENCAP NLRI specific information\n"
9613        "Display information about ENCAP NLRIs\n"
9614        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
9615
9616 DEFSH (0, show_bgp_ipv6_regexp_cmd_vtysh, 
9617        "show bgp ipv6 regexp .LINE", 
9618        "Show running system information\n"
9619        "BGP information\n"
9620        "Address family\n"
9621        "Display routes matching the AS path regular expression\n"
9622        "A regular-expression to match the BGP AS paths\n")
9623
9624 DEFSH (0, no_match_community_val_cmd_vtysh, 
9625        "no match community (<1-99>|<100-500>|WORD)", 
9626        "Negate a command or set its defaults\n"
9627        "Match values from routing table\n"
9628        "Match BGP community list\n"
9629        "Community-list number (standard)\n"
9630        "Community-list number (expanded)\n"
9631        "Community-list name\n")
9632
9633 DEFSH (0|0, ip_route_flags2_tag_vrf_cmd_vtysh, 
9634        "ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295>", 
9635        "IP information\n"
9636        "Establish static routes\n"
9637        "IP destination prefix (e.g. 10.0.0.0/8)\n"
9638        "Emit an ICMP unreachable when matched\n"
9639        "Silently discard pkts when matched\n"
9640        "Set tag for this route\n"
9641        "Tag value\n"
9642        "Specify the VRF\nThe VRF ID\n")
9643
9644 DEFSH (0, show_bgp_ipv6_vpn_rd_tags_cmd_vtysh, 
9645        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn tags", 
9646        "Show running system information\n"
9647        "BGP information\n"
9648        "Address Family\n"
9649        "Display VPN NLRI specific information\n"
9650        "Display information for a route distinguisher\n"
9651        "VPN Route Distinguisher\n"
9652        "Display BGP tags for prefixes\n")
9653
9654 DEFSH (0, vty_restricted_mode_cmd_vtysh, 
9655        "anonymous restricted", 
9656        "Restrict view commands available in anonymous,  unauthenticated vty\n")
9657
9658 DEFSH (0, no_ipv6_nd_ra_interval_val_cmd_vtysh, 
9659        "no ipv6 nd ra-interval <1-1800>", 
9660        "Negate a command or set its defaults\n"
9661        "Interface IPv6 config commands\n"
9662        "Neighbor discovery\n"
9663        "Router Advertisement interval\n")
9664
9665 DEFSH (0, show_bgp_neighbor_received_prefix_filter_cmd_vtysh, 
9666        "show bgp neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
9667        "Show running system information\n"
9668        "BGP information\n"
9669        "Detailed information on TCP and BGP neighbor connections\n"
9670        "Neighbor to display information about\n"
9671        "Neighbor to display information about\n"
9672        "Display information received from a BGP neighbor\n"
9673        "Display the prefixlist filter\n")
9674
9675 DEFSH (0, no_ipv6_route_flags_pref_tag_vrf_cmd_vtysh, 
9676        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
9677        "Negate a command or set its defaults\n"
9678        "IP information\n"
9679        "Establish static routes\n"
9680        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
9681        "IPv6 gateway address\n"
9682        "IPv6 gateway interface name\n"
9683        "Emit an ICMP unreachable when matched\n"
9684        "Silently discard pkts when matched\n"
9685        "Set tag for this route\n"
9686        "Tag value\n"
9687        "Distance value for this prefix\n"
9688        "Specify the VRF\nThe VRF ID\n")
9689
9690 DEFSH (0, undebug_pim_packets_cmd_vtysh, 
9691        "undebug pim packets", 
9692        "Disable debugging functions (see also 'debug')\n"
9693        "PIM protocol activity\n"
9694        "PIM protocol packets\n")
9695
9696 DEFSH (0, show_ipv6_ospf6_route_longer_cmd_vtysh, 
9697        "show ipv6 ospf6 route X:X::X:X/M longer", 
9698        "Show running system information\n"
9699        "IPv6 Information\n"
9700        "Open Shortest Path First (OSPF) for IPv6\n"
9701        "Routing Table\n"
9702        "Specify IPv6 prefix\n"
9703        "Display routes longer than the specified route\n"
9704        )
9705
9706 DEFSH (0, interface_ip_pim_ssm_cmd_vtysh, 
9707        "ip pim ssm", 
9708        "IP information\n"
9709        "PIM information\n"
9710        "Enable PIM SSM operation\n")
9711
9712 DEFSH (0, no_bgp_redistribute_ipv4_rmap_metric_cmd_vtysh, 
9713        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
9714        "Negate a command or set its defaults\n"
9715        "Redistribute information from another routing protocol\n"
9716        "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"
9717        "Route map reference\n"
9718        "Pointer to route-map entries\n"
9719        "Metric for redistributed routes\n"
9720        "Default metric\n")
9721
9722 DEFSH (0|0|0|0|0|0, rmap_onmatch_goto_cmd_vtysh, 
9723        "on-match goto <1-65535>", 
9724        "Exit policy on matches\n"
9725        "Goto Clause number\n"
9726        "Number\n")
9727
9728 DEFSH (0, show_bgp_ipv6_safi_neighbor_flap_cmd_vtysh, 
9729        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
9730        "Show running system information\n"
9731        "BGP information\n"
9732        "Address Family Modifier\n"
9733        "Address Family Modifier\n"
9734        "Address Family Modifier\n"
9735        "Address Family Modifier\n"
9736        "Detailed information on TCP and BGP neighbor connections\n"
9737        "Neighbor to display information about\n"
9738        "Neighbor to display information about\n"
9739        "Display flap statistics of the routes learned from neighbor\n")
9740
9741 DEFSH (0, show_bgp_ipv6_vpn_tags_cmd_vtysh, 
9742        "show bgp ipv6 vpn tags", 
9743        "Show running system information\n"
9744        "BGP information\n"
9745        "Address Family\n"
9746        "Display VPN NLRI specific information\n"
9747        "Display BGP tags for prefixes\n")
9748
9749 DEFSH (0, no_rip_network_cmd_vtysh, 
9750        "no network (A.B.C.D/M|WORD)", 
9751        "Negate a command or set its defaults\n"
9752        "Enable routing on an IP network\n"
9753        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
9754        "Interface name\n")
9755
9756 DEFSH (0, ipv6_route_ifname_flags_vrf_cmd_vtysh, 
9757        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) " "vrf <0-65535>", 
9758        "IP information\n"
9759        "Establish static routes\n"
9760        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
9761        "IPv6 gateway address\n"
9762        "IPv6 gateway interface name\n"
9763        "Emit an ICMP unreachable when matched\n"
9764        "Silently discard pkts when matched\n"
9765        "Specify the VRF\nThe VRF ID\n")
9766
9767 DEFSH (0, show_bgp_ipv4_community_list_exact_cmd_vtysh, 
9768        "show bgp ipv4 community-list (<1-500>|WORD) exact-match", 
9769        "Show running system information\n"
9770        "BGP information\n"
9771        "IP information\n"
9772        "Display routes matching the community-list\n"
9773        "community-list number\n"
9774        "community-list name\n"
9775        "Exact match of the communities\n")
9776
9777 DEFSH (0, show_bgp_ipv6_safi_community4_exact_cmd_vtysh, 
9778        "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", 
9779        "Show running system information\n"
9780        "BGP information\n"
9781        "Address family\n"
9782        "Address family modifier\n"
9783        "Address family modifier\n"
9784        "Address family modifier\n"
9785        "Address family modifier\n"
9786        "Display routes matching the communities\n"
9787        "community number\n"
9788        "Do not send outside local AS (well-known community)\n"
9789        "Do not advertise to any peer (well-known community)\n"
9790        "Do not export to next AS (well-known community)\n"
9791        "community number\n"
9792        "Do not send outside local AS (well-known community)\n"
9793        "Do not advertise to any peer (well-known community)\n"
9794        "Do not export to next AS (well-known community)\n"
9795        "community number\n"
9796        "Do not send outside local AS (well-known community)\n"
9797        "Do not advertise to any peer (well-known community)\n"
9798        "Do not export to next AS (well-known community)\n"
9799        "community number\n"
9800        "Do not send outside local AS (well-known community)\n"
9801        "Do not advertise to any peer (well-known community)\n"
9802        "Do not export to next AS (well-known community)\n"
9803        "Exact match of the communities")
9804
9805 DEFSH (0, ip_rip_send_version_cmd_vtysh, 
9806        "ip rip send version (1|2)", 
9807        "IP information\n"
9808        "Routing Information Protocol\n"
9809        "Advertisement transmission\n"
9810        "Version control\n"
9811        "RIP version 1\n"
9812        "RIP version 2\n")
9813
9814 DEFSH (0, ip_mroute_vrf_cmd_vtysh, 
9815        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) ""vrf <0-65535>", 
9816        "IP information\n"
9817        "Configure static unicast route into MRIB for multicast RPF lookup\n"
9818        "IP destination prefix (e.g. 10.0.0.0/8)\n"
9819        "Nexthop address\n"
9820        "Nexthop interface name\n"
9821        "Specify the VRF\nThe VRF ID\n")
9822
9823 DEFSH (0, show_ip_bgp_view_neighbor_advertised_route_cmd_vtysh, 
9824        "show ip bgp view WORD neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
9825        "Show running system information\n"
9826        "IP information\n"
9827        "BGP information\n"
9828        "BGP view\n"
9829        "View name\n"
9830        "Detailed information on TCP and BGP neighbor connections\n"
9831        "Neighbor to display information about\n"
9832        "Neighbor to display information about\n"
9833        "Display the routes advertised to a BGP neighbor\n")
9834
9835 DEFSH (0, bgp_default_local_preference_cmd_vtysh, 
9836        "bgp default local-preference <0-4294967295>", 
9837        "BGP specific commands\n"
9838        "Configure BGP defaults\n"
9839        "local preference (higher=more preferred)\n"
9840        "Configure default local preference value\n")
9841
9842 DEFSH (0, no_pce_domain_cmd_vtysh, 
9843        "no pce domain as <0-65535>", 
9844        "Negate a command or set its defaults\n"
9845        "PCE Router Information specific commands\n"
9846        "Disable PCE domain AS number\n"
9847        "AS number where the PCE as visibilities for path computation\n"
9848        "AS number in decimal <0-65535>\n")
9849
9850 DEFSH (0, if_ipv6_rmap_cmd_vtysh, 
9851        "route-map RMAP_NAME (in|out) IFNAME", 
9852        "Route map set\n"
9853        "Route map name\n"
9854        "Route map set for input filtering\n"
9855        "Route map set for output filtering\n"
9856        "Route map interface name\n")
9857
9858 DEFSH (0, undebug_pim_cmd_vtysh, 
9859        "undebug pim", 
9860        "Disable debugging functions (see also 'debug')\n"
9861        "PIM protocol activity\n")
9862
9863 DEFSH (0, show_ipv6_mbgp_lcommunity4_cmd_vtysh, 
9864        "show ipv6 mbgp laarge-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
9865        "Show running system information\n"
9866        "IPv6 information\n"
9867        "MBGP information\n"
9868        "Display routes matching the large-communities\n"
9869        "large-community number\n"
9870        "large-community number\n"
9871        "large-community number\n"
9872        "large-community number\n")
9873
9874 DEFSH (0, no_ospf_area_range_cmd_vtysh, 
9875        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M", 
9876        "Negate a command or set its defaults\n"
9877        "OSPF area parameters\n"
9878        "OSPF area ID in IP address format\n"
9879        "OSPF area ID as a decimal value\n"
9880        "Summarize routes matching address/mask (border routers only)\n"
9881        "Area range prefix\n")
9882
9883 DEFSH (0, no_set_src_cmd_vtysh, 
9884        "no set src", 
9885        "Negate a command or set its defaults\n"
9886        "Set values in destination routing protocol\n"
9887        "Source address for route\n")
9888
9889 DEFSH (0, show_ip_ospf_interface_cmd_vtysh, 
9890        "show ip ospf interface [INTERFACE]", 
9891        "Show running system information\n"
9892        "IP information\n"
9893        "OSPF information\n"
9894        "Interface information\n"
9895        "Interface name\n")
9896
9897 DEFSH (0, clear_ip_bgp_instance_all_cmd_vtysh, 
9898        "clear ip bgp view WORD *", 
9899        "Reset functions\n"
9900        "IP information\n"
9901        "BGP information\n"
9902        "BGP view\n"
9903        "view name\n"
9904        "Clear all peers\n")
9905
9906 DEFSH (0, capability_opaque_cmd_vtysh, 
9907        "capability opaque", 
9908        "Enable specific OSPF feature\n"
9909        "Opaque LSA\n")
9910
9911 DEFSH (0, clear_bgp_ipv6_all_out_cmd_vtysh, 
9912        "clear bgp ipv6 * out", 
9913        "Reset functions\n"
9914        "BGP information\n"
9915        "Address family\n"
9916        "Clear all peers\n"
9917        "Resend all outbound updates\n")
9918
9919 DEFSH (0, show_bgp_ipv6_safi_flap_prefix_longer_cmd_vtysh, 
9920        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics X:X::X:X/M longer-prefixes", 
9921        "Show running system information\n"
9922        "BGP information\n"
9923        "Address family\n"
9924        "Address Family modifier\n"
9925        "Address Family modifier\n"
9926        "Address Family modifier\n"
9927        "Address Family modifier\n"
9928        "Display flap statistics of routes\n"
9929        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
9930        "Display route and more specific routes\n")
9931
9932 DEFSH (0, show_ipv6_ripng_status_cmd_vtysh, 
9933        "show ipv6 ripng status", 
9934        "Show running system information\n"
9935        "IPv6 information\n"
9936        "Show RIPng routes\n"
9937        "IPv6 routing protocol process parameters and statistics\n")
9938
9939 DEFSH (0, no_neighbor_port_cmd_vtysh, 
9940        "no neighbor (A.B.C.D|X:X::X:X) " "port", 
9941        "Negate a command or set its defaults\n"
9942        "Specify neighbor router\n"
9943        "Neighbor address\nIPv6 address\n"
9944        "Neighbor's BGP port\n")
9945
9946 DEFSH (0, clear_ip_bgp_external_ipv4_in_cmd_vtysh, 
9947        "clear ip bgp external ipv4 (unicast|multicast) in", 
9948        "Reset functions\n"
9949        "IP information\n"
9950        "BGP information\n"
9951        "Clear all external peers\n"
9952        "Address family\n"
9953        "Address Family modifier\n"
9954        "Address Family modifier\n"
9955        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
9956
9957 DEFSH (0, ospf6_distance_ospf6_inter_intra_external_cmd_vtysh, 
9958        "distance ospf6 inter-area <1-255> intra-area <1-255> external <1-255>", 
9959        "Define an administrative distance\n"
9960        "OSPF6 Administrative distance\n"
9961        "Inter-area routes\n"
9962        "Distance for inter-area routes\n"
9963        "Intra-area routes\n"
9964        "Distance for intra-area routes\n"
9965        "External routes\n"
9966        "Distance for external routes\n")
9967
9968 DEFSH (0, vty_access_class_cmd_vtysh, 
9969        "access-class WORD", 
9970        "Filter connections based on an IP access list\n"
9971        "IP access list\n")
9972
9973 DEFSH (0, no_ripng_timers_val_cmd_vtysh, 
9974        "no timers basic <0-65535> <0-65535> <0-65535>", 
9975        "Negate a command or set its defaults\n"
9976        "RIPng timers setup\n"
9977        "Basic timer\n"
9978        "Routing table update timer value in second. Default is 30.\n"
9979        "Routing information timeout timer. Default is 180.\n"
9980        "Garbage collection timer. Default is 120.\n")
9981
9982 DEFSH (0, show_ipv6_ospf6_interface_prefix_match_cmd_vtysh, 
9983        "show ipv6 ospf6 interface prefix X:X::X:X/M (match|detail)", 
9984        "Show running system information\n"
9985        "IPv6 Information\n"
9986        "Open Shortest Path First (OSPF) for IPv6\n"
9987        "Interface information\n"
9988        "Display connected prefixes to advertise\n"
9989        "Display the route\n"
9990        "Display the route matches the prefix\n"
9991        "Display details of the prefixes\n"
9992        )
9993
9994 DEFSH (0, show_interface_vrf_cmd_vtysh, 
9995        "show interface " "vrf <0-65535>", 
9996        "Show running system information\n"
9997        "Interface status and configuration\n"
9998        "Specify the VRF\nThe VRF ID\n")
9999
10000 DEFSH (0, no_neighbor_soft_reconfiguration_cmd_vtysh, 
10001        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "soft-reconfiguration inbound", 
10002        "Negate a command or set its defaults\n"
10003        "Specify neighbor router\n"
10004        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10005        "Per neighbor soft reconfiguration\n"
10006        "Allow inbound soft reconfiguration for this neighbor\n")
10007
10008 DEFSH (0, show_ip_bgp_instance_neighbors_peer_cmd_vtysh, 
10009        "show ip bgp view WORD neighbors (A.B.C.D|X:X::X:X)", 
10010        "Show running system information\n"
10011        "IP information\n"
10012        "BGP information\n"
10013        "BGP view\n"
10014        "View name\n"
10015        "Detailed information on TCP and BGP neighbor connections\n"
10016        "Neighbor to display information about\n"
10017        "Neighbor to display information about\n")
10018
10019 DEFSH (0, clear_ip_bgp_peer_ipv4_out_cmd_vtysh, 
10020        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) out", 
10021        "Reset functions\n"
10022        "IP information\n"
10023        "BGP information\n"
10024        "BGP neighbor address to clear\n"
10025        "Address family\n"
10026        "Address Family modifier\n"
10027        "Address Family modifier\n"
10028        "Resend all outbound updates\n")
10029
10030 DEFSH (0, ospf_opaque_capable_cmd_vtysh, 
10031        "ospf opaque-lsa", 
10032        "OSPF specific commands\n"
10033        "Enable the Opaque-LSA capability (rfc2370)\n")
10034
10035 DEFSH (0, show_bgp_view_neighbor_damp_cmd_vtysh, 
10036        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
10037        "Show running system information\n"
10038        "BGP information\n"
10039        "BGP view\n"
10040        "View name\n"
10041        "Detailed information on TCP and BGP neighbor connections\n"
10042        "Neighbor to display information about\n"
10043        "Neighbor to display information about\n"
10044        "Display the dampened routes received from neighbor\n")
10045
10046 DEFSH (0, no_linkdetect_cmd_vtysh, 
10047        "no link-detect", 
10048        "Negate a command or set its defaults\n"
10049        "Disable link detection on interface\n")
10050
10051 DEFSH (0, show_bgp_ipv4_safi_rsclient_summary_cmd_vtysh, 
10052        "show bgp ipv4 (unicast|multicast) rsclient summary", 
10053        "Show running system information\n"
10054        "BGP information\n"
10055        "Address family\n"
10056        "Address Family modifier\n"
10057        "Address Family modifier\n"
10058        "Information about Route Server Clients\n"
10059        "Summary of all Route Server Clients\n")
10060
10061 DEFSH (0, ip_ospf_hello_interval_cmd_vtysh, 
10062        "ip ospf hello-interval <1-65535>", 
10063        "IP Information\n"
10064        "OSPF interface commands\n"
10065        "Time between HELLO packets\n"
10066        "Seconds\n")
10067
10068 DEFSH (0, no_set_vpnv4_nexthop_val_cmd_vtysh, 
10069        "no set vpnv4 next-hop A.B.C.D", 
10070        "Negate a command or set its defaults\n"
10071        "Set values in destination routing protocol\n"
10072        "VPNv4 information\n"
10073        "VPNv4 next-hop address\n"
10074        "IP address of next hop\n")
10075
10076 DEFSH (0, bgp_network_mask_natural_backdoor_cmd_vtysh, 
10077        "network A.B.C.D backdoor", 
10078        "Specify a network to announce via BGP\n"
10079        "Network number\n"
10080        "Specify a BGP backdoor route\n")
10081
10082 DEFSH (0, show_ipv6_ospf6_database_type_id_router_cmd_vtysh, 
10083        "show ipv6 ospf6 database "
10084        "(router|network|inter-prefix|inter-router|as-external|"
10085        "group-membership|type-7|link|intra-prefix) A.B.C.D A.B.C.D", 
10086        "Show running system information\n"
10087        "IPv6 information\n"
10088        "Open Shortest Path First (OSPF) for IPv6\n"
10089        "Display Link state database\n"
10090        "Display Router LSAs\n"
10091        "Display Network LSAs\n"
10092        "Display Inter-Area-Prefix LSAs\n"
10093        "Display Inter-Area-Router LSAs\n"
10094        "Display As-External LSAs\n"
10095        "Display Group-Membership LSAs\n"
10096        "Display Type-7 LSAs\n"
10097        "Display Link LSAs\n"
10098        "Display Intra-Area-Prefix LSAs\n"
10099        "Specify Link state ID as IPv4 address notation\n"
10100        "Specify Advertising Router as IPv4 address notation\n"
10101       )
10102
10103 DEFSH (0, no_debug_igmp_packets_cmd_vtysh, 
10104        "no debug igmp packets", 
10105        "Negate a command or set its defaults\n"
10106        "Debugging functions (see also 'undebug')\n"
10107        "IGMP protocol activity\n"
10108        "IGMP protocol packets\n")
10109
10110 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_cmd_vtysh, 
10111        "show ipv6 ospf6 database "
10112        "(router|network|inter-prefix|inter-router|as-external|"
10113        "group-membership|type-7|link|intra-prefix) adv-router A.B.C.D", 
10114        "Show running system information\n"
10115        "IPv6 information\n"
10116        "Open Shortest Path First (OSPF) for IPv6\n"
10117        "Display Link state database\n"
10118        "Display Router LSAs\n"
10119        "Display Network LSAs\n"
10120        "Display Inter-Area-Prefix LSAs\n"
10121        "Display Inter-Area-Router LSAs\n"
10122        "Display As-External LSAs\n"
10123        "Display Group-Membership LSAs\n"
10124        "Display Type-7 LSAs\n"
10125        "Display Link LSAs\n"
10126        "Display Intra-Area-Prefix LSAs\n"
10127        "Search by Advertising Router\n"
10128        "Specify Advertising Router as IPv4 address notation\n"
10129       )
10130
10131 DEFSH (0, no_set_pathlimit_ttl_val_cmd_vtysh, 
10132        "no set pathlimit ttl <1-255>", 
10133        "Negate a command or set its defaults\n"
10134        "Match values from routing table\n"
10135        "BGP AS-Pathlimit attribute\n"
10136        "Set AS-Path Hop-count TTL\n")
10137
10138 DEFSH (0, pce_domain_cmd_vtysh, 
10139        "pce domain as <0-65535>", 
10140        "PCE Router Information specific commands\n"
10141        "Configure PCE domain AS number\n"
10142        "AS number where the PCE as visibilities for path computation\n"
10143        "AS number in decimal <0-65535>\n")
10144
10145 DEFSH (0, show_bgp_ipv6_safi_prefix_pathtype_cmd_vtysh, 
10146        "show bgp ipv6 (unicast|multicast) X:X::X:X/M (bestpath|multipath)", 
10147        "Show running system information\n"
10148        "BGP information\n"
10149        "Address family\n"
10150        "Address Family modifier\n"
10151        "Address Family modifier\n"
10152        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
10153        "Display only the bestpath\n"
10154        "Display only multipaths\n")
10155
10156 DEFSH (0, no_ip_ospf_authentication_addr_cmd_vtysh, 
10157        "no ip ospf authentication A.B.C.D", 
10158        "Negate a command or set its defaults\n"
10159        "IP Information\n"
10160        "OSPF interface commands\n"
10161        "Enable authentication on this interface\n"
10162        "Address of interface")
10163
10164 DEFSH (0, no_bgp_graceful_restart_stalepath_time_cmd_vtysh, 
10165        "no bgp graceful-restart stalepath-time", 
10166        "Negate a command or set its defaults\n"
10167        "BGP specific commands\n"
10168        "Graceful restart capability parameters\n"
10169        "Set the max time to hold onto restarting peer's stale paths\n")
10170
10171 DEFSH (0, set_local_pref_cmd_vtysh, 
10172        "set local-preference <0-4294967295>", 
10173        "Set values in destination routing protocol\n"
10174        "BGP local preference path attribute\n"
10175        "Preference value\n")
10176
10177 DEFSH (0, no_ip_route_mask_cmd_vtysh, 
10178        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0)", 
10179        "Negate a command or set its defaults\n"
10180        "IP information\n"
10181        "Establish static routes\n"
10182        "IP destination prefix\n"
10183        "IP destination prefix mask\n"
10184        "IP gateway address\n"
10185        "IP gateway interface name\n"
10186        "Null interface\n")
10187
10188 DEFSH (0, show_ip_bgp_lcommunity4_cmd_vtysh, 
10189        "show ip bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
10190        "Show running system information\n"
10191        "IP information\n"
10192        "BGP information\n"
10193        "Display routes matching the large-communities\n"
10194        "large-community number\n"
10195        "large-community number\n"
10196        "large-community number\n"
10197        "large-community number\n")
10198
10199 DEFSH (0, no_debug_ripng_zebra_cmd_vtysh, 
10200        "no debug ripng zebra", 
10201        "Negate a command or set its defaults\n"
10202        "Debugging functions (see also 'undebug')\n"
10203        "RIPng configuration\n"
10204        "Debug option set for ripng and zebra communication\n")
10205
10206 DEFSH (0, show_ip_bgp_community_exact_cmd_vtysh, 
10207        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
10208        "Show running system information\n"
10209        "IP information\n"
10210        "BGP information\n"
10211        "Display routes matching the communities\n"
10212        "community number\n"
10213        "Do not send outside local AS (well-known community)\n"
10214        "Do not advertise to any peer (well-known community)\n"
10215        "Do not export to next AS (well-known community)\n"
10216        "Exact match of the communities")
10217
10218 DEFSH (0, show_bgp_instance_ipv6_neighbors_cmd_vtysh, 
10219        "show bgp view WORD ipv6 neighbors", 
10220        "Show running system information\n"
10221        "BGP information\n"
10222        "BGP view\n"
10223        "View name\n"
10224        "Address family\n"
10225        "Detailed information on TCP and BGP neighbor connections\n")
10226
10227 DEFSH (0, no_ipv6_nd_mtu_cmd_vtysh, 
10228        "no ipv6 nd mtu", 
10229        "Negate a command or set its defaults\n"
10230        "Interface IPv6 config commands\n"
10231        "Neighbor discovery\n"
10232        "Advertised MTU\n")
10233
10234 DEFSH (0|0|0|0, no_ip_prefix_list_seq_ge_cmd_vtysh, 
10235        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32>", 
10236        "Negate a command or set its defaults\n"
10237        "IP information\n"
10238        "Build a prefix list\n"
10239        "Name of a prefix list\n"
10240        "sequence number of an entry\n"
10241        "Sequence number\n"
10242        "Specify packets to reject\n"
10243        "Specify packets to forward\n"
10244        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10245        "Minimum prefix length to be matched\n"
10246        "Minimum prefix length\n")
10247
10248 DEFSH (0|0|0|0|0, no_match_interface_cmd_vtysh, 
10249        "no match interface", 
10250        "Negate a command or set its defaults\n"
10251        "Match values from routing table\n"
10252        "Match first hop interface of route\n")
10253
10254 DEFSH (0, show_ip_ospf_database_type_id_self_cmd_vtysh, 
10255        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") A.B.C.D (self-originate|)", 
10256        "Show running system information\n"
10257        "IP information\n"
10258        "OSPF information\n"
10259        "Database summary\n"
10260        "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"
10261        "Link State ID (as an IP address)\n"
10262        "Self-originated link states\n"
10263        "\n")
10264
10265 DEFSH (0, show_bgp_instance_ipv4_safi_summary_cmd_vtysh, 
10266        "show bgp view WORD ipv4 (unicast|multicast) summary", 
10267        "Show running system information\n"
10268        "BGP information\n"
10269        "BGP view\n"
10270        "View name\n"
10271        "Address family\n"
10272        "Address Family modifier\n"
10273        "Address Family modifier\n"
10274        "Summary of BGP neighbor status\n")
10275
10276 DEFSH (0, access_list_standard_any_cmd_vtysh, 
10277        "access-list (<1-99>|<1300-1999>) (deny|permit) any", 
10278        "Add an access list entry\n"
10279        "IP standard access list\n"
10280        "IP standard access list (expanded range)\n"
10281        "Specify packets to reject\n"
10282        "Specify packets to forward\n"
10283        "Any source host\n")
10284
10285 DEFSH (0, no_debug_ospf6_brouter_area_cmd_vtysh, 
10286        "no debug ospf6 border-routers area-id", 
10287        "Negate a command or set its defaults\n"
10288        "Debugging functions (see also 'undebug')\n"
10289        "Open Shortest Path First (OSPF) for IPv6\n"
10290        "Debug border router\n"
10291        "Debug border routers in specific Area\n"
10292       )
10293
10294 DEFSH (0, no_match_local_pref_val_cmd_vtysh, 
10295        "no match local-preference <0-4294967295>", 
10296        "Negate a command or set its defaults\n"
10297        "Match values from routing table\n"
10298        "Match local preference of route\n"
10299        "Local preference value\n")
10300
10301 DEFSH (0, no_neighbor_route_map_cmd_vtysh, 
10302        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "route-map WORD (in|out|import|export)", 
10303        "Negate a command or set its defaults\n"
10304        "Specify neighbor router\n"
10305        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10306        "Apply route map to neighbor\n"
10307        "Name of route map\n"
10308        "Apply map to incoming routes\n"
10309        "Apply map to outbound routes\n"
10310        "Apply map to routes going into a Route-Server client's table\n"
10311        "Apply map to routes coming from a Route-Server client")
10312
10313 DEFSH (0, show_bgp_ipv4_community2_exact_cmd_vtysh, 
10314        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
10315        "Show running system information\n"
10316        "BGP information\n"
10317        "IP information\n"
10318        "Display routes matching the communities\n"
10319        "community number\n"
10320        "Do not send outside local AS (well-known community)\n"
10321        "Do not advertise to any peer (well-known community)\n"
10322        "Do not export to next AS (well-known community)\n"
10323        "community number\n"
10324        "Do not send outside local AS (well-known community)\n"
10325        "Do not advertise to any peer (well-known community)\n"
10326        "Do not export to next AS (well-known community)\n"
10327        "Exact match of the communities")
10328
10329 DEFSH (0, no_ospf6_distance_ospf6_cmd_vtysh, 
10330        "no distance ospf6", 
10331        "Negate a command or set its defaults\n"
10332        "Define an administrative distance\n"
10333        "OSPF6 Administrative distance\n"
10334        "OSPF6 Distance\n")
10335
10336 DEFSH (0, show_ip_rpf_addr_cmd_vtysh, 
10337        "show ip rpf A.B.C.D", 
10338        "Show running system information\n"
10339        "IP information\n"
10340        "Display RPF information for multicast source\n"
10341        "IP multicast source address (e.g. 10.0.0.0)\n")
10342
10343 DEFSH (0, no_aggregate_address_cmd_vtysh, 
10344        "no aggregate-address A.B.C.D/M", 
10345        "Negate a command or set its defaults\n"
10346        "Configure BGP aggregate entries\n"
10347        "Aggregate prefix\n")
10348
10349 DEFSH (0, no_ospf_area_range_substitute_cmd_vtysh, 
10350        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M substitute A.B.C.D/M", 
10351        "Negate a command or set its defaults\n"
10352        "OSPF area parameters\n"
10353        "OSPF area ID in IP address format\n"
10354        "OSPF area ID as a decimal value\n"
10355        "Summarize routes matching address/mask (border routers only)\n"
10356        "Area range prefix\n"
10357        "Announce area range as another prefix\n"
10358        "Network prefix to be announced instead of range\n")
10359
10360 DEFSH (0, neighbor_ebgp_multihop_cmd_vtysh, 
10361        "neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop", 
10362        "Specify neighbor router\n"
10363        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10364        "Allow EBGP neighbors not on directly connected networks\n")
10365
10366 DEFSH (0, show_bgp_view_ipv6_neighbor_received_routes_cmd_vtysh, 
10367        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) received-routes", 
10368        "Show running system information\n"
10369        "BGP information\n"
10370        "BGP view\n"
10371        "View name\n"
10372        "Address family\n"
10373        "Detailed information on TCP and BGP neighbor connections\n"
10374        "Neighbor to display information about\n"
10375        "Neighbor to display information about\n"
10376        "Display the received routes from neighbor\n")
10377
10378 DEFSH (0, show_ipv6_ospf6_database_self_originated_cmd_vtysh, 
10379        "show ipv6 ospf6 database self-originated", 
10380        "Show running system information\n"
10381        "IPv6 information\n"
10382        "Open Shortest Path First (OSPF) for IPv6\n"
10383        "Display Self-originated LSAs\n"
10384       )
10385
10386 DEFSH (0, ip_irdp_preference_cmd_vtysh, 
10387        "ip irdp preference <0-2147483647>", 
10388        "IP information\n"
10389        "ICMP Router discovery on this interface\n"
10390        "Set default preference level for this interface\n"
10391        "Preference level\n")
10392
10393 DEFSH (0, bgp_redistribute_ipv4_cmd_vtysh, 
10394        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)", 
10395        "Redistribute information from another routing protocol\n"
10396        "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")
10397
10398 DEFSH (0, accept_lifetime_month_day_month_day_cmd_vtysh, 
10399        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
10400        "Set accept lifetime of the key\n"
10401        "Time to start\n"
10402        "Month of the year to start\n"
10403        "Day of th month to start\n"
10404        "Year to start\n"
10405        "Time to expire\n"
10406        "Month of the year to expire\n"
10407        "Day of th month to expire\n"
10408        "Year to expire\n")
10409
10410 DEFSH (0, no_isis_hello_multiplier_cmd_vtysh, 
10411        "no isis hello-multiplier", 
10412        "Negate a command or set its defaults\n"
10413        "IS-IS commands\n"
10414        "Set multiplier for Hello holding time\n")
10415
10416 DEFSH (0, show_bgp_ipv4_safi_prefix_pathtype_cmd_vtysh, 
10417        "show bgp ipv4 (unicast|multicast) A.B.C.D/M (bestpath|multipath)", 
10418        "Show running system information\n"
10419        "BGP information\n"
10420        "Address family\n"
10421        "Address Family modifier\n"
10422        "Address Family modifier\n"
10423        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
10424        "Display only the bestpath\n"
10425        "Display only multipaths\n")
10426
10427 DEFSH (0, aggregate_address_mask_summary_as_set_cmd_vtysh, 
10428        "aggregate-address A.B.C.D A.B.C.D summary-only as-set", 
10429        "Configure BGP aggregate entries\n"
10430        "Aggregate address\n"
10431        "Aggregate mask\n"
10432        "Filter more specific routes from updates\n"
10433        "Generate AS set path information\n")
10434
10435 DEFSH (0, old_no_ipv6_bgp_network_cmd_vtysh, 
10436        "no ipv6 bgp network X:X::X:X/M", 
10437        "Negate a command or set its defaults\n"
10438        "IPv6 information\n"
10439        "BGP information\n"
10440        "Specify a network to announce via BGP\n"
10441        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
10442
10443 DEFSH (0, no_isis_passive_cmd_vtysh, 
10444        "no isis passive", 
10445        "Negate a command or set its defaults\n"
10446        "IS-IS commands\n"
10447        "Configure the passive mode for interface\n")
10448
10449 DEFSH (0, debug_igmp_packets_cmd_vtysh, 
10450        "debug igmp packets", 
10451        "Debugging functions (see also 'undebug')\n"
10452        "IGMP protocol activity\n"
10453        "IGMP protocol packets\n")
10454
10455 DEFSH (0, no_neighbor_default_originate_rmap_cmd_vtysh, 
10456        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate route-map WORD", 
10457        "Negate a command or set its defaults\n"
10458        "Specify neighbor router\n"
10459        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10460        "Originate default route to this neighbor\n"
10461        "Route-map to specify criteria to originate default\n"
10462        "route-map name\n")
10463
10464 DEFSH (0, show_ip_pim_assert_metric_cmd_vtysh, 
10465        "show ip pim assert-metric", 
10466        "Show running system information\n"
10467        "IP information\n"
10468        "PIM information\n"
10469        "PIM interface assert metric\n")
10470
10471 DEFSH (0, neighbor_nexthop_self_cmd_vtysh, 
10472        "neighbor (A.B.C.D|X:X::X:X|WORD) " "next-hop-self {all}", 
10473        "Specify neighbor router\n"
10474        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10475        "Disable the next hop calculation for this neighbor\n"
10476        "Apply also to ibgp-learned routes when acting as a route reflector\n")
10477
10478 DEFSH (0, clear_bgp_ipv6_instance_all_rsclient_cmd_vtysh, 
10479        "clear bgp ipv6 view WORD * rsclient", 
10480        "Reset functions\n"
10481        "BGP information\n"
10482        "Address family\n"
10483        "BGP view\n"
10484        "view name\n"
10485        "Clear all peers\n"
10486        "Soft reconfig for rsclient RIB\n")
10487
10488 DEFSH (0, clear_ip_bgp_all_rsclient_cmd_vtysh, 
10489        "clear ip bgp * rsclient", 
10490        "Reset functions\n"
10491        "IP information\n"
10492        "BGP information\n"
10493        "Clear all peers\n"
10494        "Soft reconfig for rsclient RIB\n")
10495
10496 DEFSH (0, clear_ip_interfaces_cmd_vtysh, 
10497        "clear ip interfaces", 
10498        "Reset functions\n"
10499        "IP information\n"
10500        "Reset interfaces\n")
10501
10502 DEFSH (0, clear_ip_bgp_as_ipv4_soft_in_cmd_vtysh, 
10503        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) soft in", 
10504        "Reset functions\n"
10505        "IP information\n"
10506        "BGP information\n"
10507        "Clear peers with the AS number\n"
10508        "Address family\n"
10509        "Address Family modifier\n"
10510        "Address Family modifier\n"
10511        "Soft reconfig inbound and outbound updates\n"
10512        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
10513
10514 DEFSH (0, show_bgp_ipv4_lcommunity_list_cmd_vtysh, 
10515        "show bgp ipv4 large-community-list (<1-500>|WORD)", 
10516        "Show running system information\n"
10517        "BGP information\n"
10518        "IP information\n"
10519        "Display routes matching the large-community-list\n"
10520        "large-community-list number\n"
10521        "large-community-list name\n")
10522
10523 DEFSH (0, no_tunnel_protection_cmd_vtysh, 
10524  "no tunnel protection", 
10525  "Negate a command or set its defaults\n"
10526  "NHRP/GRE integration\n"
10527  "IPsec protection\n")
10528
10529 DEFSH (0, show_database_arg_cmd_vtysh, 
10530        "show isis database WORD", 
10531        "Show running system information\n"
10532        "IS-IS information\n"
10533        "IS-IS link state database\n"
10534        "LSP ID\n")
10535
10536 DEFSH (0, ospf_network_area_cmd_vtysh, 
10537        "network A.B.C.D/M area (A.B.C.D|<0-4294967295>)", 
10538        "Enable routing on an IP network\n"
10539        "OSPF network prefix\n"
10540        "Set the OSPF area ID\n"
10541        "OSPF area ID in IP address format\n"
10542        "OSPF area ID as a decimal value\n")
10543
10544 DEFSH (0, accept_lifetime_day_month_day_month_cmd_vtysh, 
10545        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
10546        "Set accept lifetime of the key\n"
10547        "Time to start\n"
10548        "Day of th month to start\n"
10549        "Month of the year to start\n"
10550        "Year to start\n"
10551        "Time to expire\n"
10552        "Day of th month to expire\n"
10553        "Month of the year to expire\n"
10554        "Year to expire\n")
10555
10556 DEFSH (0, show_isis_topology_cmd_vtysh, 
10557        "show isis topology", 
10558        "Show running system information\n"
10559        "IS-IS information\n"
10560        "IS-IS paths to Intermediate Systems\n")
10561
10562 DEFSH (0, show_bgp_ipv6_safi_filter_list_cmd_vtysh, 
10563        "show bgp ipv6 (encap|multicast|unicast|vpn) filter-list WORD", 
10564        "Show running system information\n"
10565        "BGP information\n"
10566        "Address Family modifier\n"
10567        "Address Family modifier\n"
10568        "Address Family modifier\n"
10569        "Address Family modifier\n"
10570        "Display routes conforming to the filter-list\n"
10571        "Regular expression access list name\n")
10572
10573 DEFSH (0, neighbor_password_cmd_vtysh, 
10574        "neighbor (A.B.C.D|X:X::X:X|WORD) " "password LINE", 
10575        "Specify neighbor router\n"
10576        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10577        "Set a password\n"
10578        "The password\n")
10579
10580 DEFSH (0, show_bgp_ipv6_cmd_vtysh, 
10581        "show bgp ipv6", 
10582        "Show running system information\n"
10583        "BGP information\n"
10584        "Address family\n")
10585
10586 DEFSH (0, show_ip_bgp_ipv4_community4_exact_cmd_vtysh, 
10587        "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", 
10588        "Show running system information\n"
10589        "IP information\n"
10590        "BGP information\n"
10591        "Address family\n"
10592        "Address Family modifier\n"
10593        "Address Family modifier\n"
10594        "Display routes matching the communities\n"
10595        "community number\n"
10596        "Do not send outside local AS (well-known community)\n"
10597        "Do not advertise to any peer (well-known community)\n"
10598        "Do not export to next AS (well-known community)\n"
10599        "community number\n"
10600        "Do not send outside local AS (well-known community)\n"
10601        "Do not advertise to any peer (well-known community)\n"
10602        "Do not export to next AS (well-known community)\n"
10603        "community number\n"
10604        "Do not send outside local AS (well-known community)\n"
10605        "Do not advertise to any peer (well-known community)\n"
10606        "Do not export to next AS (well-known community)\n"
10607        "community number\n"
10608        "Do not send outside local AS (well-known community)\n"
10609        "Do not advertise to any peer (well-known community)\n"
10610        "Do not export to next AS (well-known community)\n"
10611        "Exact match of the communities")
10612
10613 DEFSH (0, show_ipv6_bgp_lcommunity3_cmd_vtysh, 
10614        "show ipv6 bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
10615        "Show running system information\n"
10616        "IPv6 information\n"
10617        "BGP information\n"
10618        "Display routes matching the large-communities\n"
10619        "large-community number\n"
10620        "large-community number\n"
10621        "large-community number\n")
10622
10623 DEFSH (0, show_bgp_ipv6_encap_rd_tags_cmd_vtysh, 
10624        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn tags", 
10625        "Show running system information\n"
10626        "BGP information\n"
10627        "Address Family\n"
10628        "Display ENCAP NLRI specific information\n"
10629        "Display information for a route distinguisher\n"
10630        "ENCAP Route Distinguisher\n"
10631        "Display BGP tags for prefixes\n")
10632
10633 DEFSH (0, no_ipv6_nd_ra_lifetime_val_cmd_vtysh, 
10634        "no ipv6 nd ra-lifetime <0-9000>", 
10635        "Negate a command or set its defaults\n"
10636        "Interface IPv6 config commands\n"
10637        "Neighbor discovery\n"
10638        "Router lifetime\n"
10639        "Router lifetime in seconds (0 stands for a non-default gw)\n")
10640
10641 DEFSH (0, no_bgp_log_neighbor_changes_cmd_vtysh, 
10642        "no bgp log-neighbor-changes", 
10643        "Negate a command or set its defaults\n"
10644        "BGP specific commands\n"
10645        "Log neighbor up/down and reset reason\n")
10646
10647 DEFSH (0, ospf_mpls_te_router_addr_cmd_vtysh, 
10648        "mpls-te router-address A.B.C.D", 
10649        "MPLS-TE specific commands\n"
10650        "Stable IP address of the advertising router\n"
10651        "MPLS-TE router address in IPv4 address format\n")
10652
10653 DEFSH (0, show_bgp_afi_safi_view_cmd_vtysh, 
10654        "show bgp view WORD (ipv4|ipv6) (encap|mulicast|unicast|vpn)", 
10655        "Show running system information\n"
10656        "BGP information\n"
10657        "BGP view\n"
10658        "BGP view name\n"
10659        "Address Family\n"
10660        "Address Family\n"
10661        "Address Family Modifier\n"
10662        "Address Family Modifier\n"
10663        "Address Family Modifier\n"
10664        "Address Family Modifier\n"
10665        )
10666
10667 DEFSH (0, ip_route_mask_flags_tag_distance_cmd_vtysh, 
10668        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole)  tag <1-4294967295> <1-255>", 
10669        "IP information\n"
10670        "Establish static routes\n"
10671        "IP destination prefix\n"
10672        "IP destination prefix mask\n"
10673        "IP gateway address\n"
10674        "IP gateway interface name\n"
10675        "Set tag for this route\n"
10676        "Tag value\n"
10677        "Distance value for this route\n"
10678        "Emit an ICMP unreachable when matched\n"
10679        "Silently discard pkts when matched\n")
10680
10681 DEFSH (0, accept_lifetime_duration_month_day_cmd_vtysh, 
10682        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> duration <1-2147483646>", 
10683        "Set accept lifetime of the key\n"
10684        "Time to start\n"
10685        "Month of the year to start\n"
10686        "Day of th month to start\n"
10687        "Year to start\n"
10688        "Duration of the key\n"
10689        "Duration seconds\n")
10690
10691 DEFSH (0, ip_route_mask_flags_distance2_cmd_vtysh, 
10692        "ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255>", 
10693        "IP information\n"
10694        "Establish static routes\n"
10695        "IP destination prefix\n"
10696        "IP destination prefix mask\n"
10697        "Emit an ICMP unreachable when matched\n"
10698        "Silently discard pkts when matched\n"
10699        "Distance value for this route\n")
10700
10701 DEFSH (0, neighbor_send_community_type_cmd_vtysh, 
10702        "neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community (both|all|extended|standard|large)", 
10703        "Specify neighbor router\n"
10704        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10705        "Send Community attribute to this neighbor\n"
10706        "Send Standard,  Large and Extended Community attributes\n"
10707        "Send Standard,  Large and Extended Community attributes\n"
10708        "Send Extended Community attributes\n"
10709        "Send Standard Community attributes\n"
10710        "Send Large Community attributes\n")
10711
10712 DEFSH (0, show_bgp_ipv4_safi_lcommunity_list_cmd_vtysh, 
10713        "show bgp ipv4 (unicast|multicast) large-community-list (<1-500>|WORD)", 
10714        "Show running system information\n"
10715        "BGP information\n"
10716        "Address family\n"
10717        "Address Family modifier\n"
10718        "Address Family modifier\n"
10719        "Display routes matching the large-community-list\n"
10720        "large-community-list number\n"
10721        "large-community-list name\n")
10722
10723 DEFSH (0|0|0|0, ip_prefix_list_sequence_number_cmd_vtysh, 
10724        "ip prefix-list sequence-number", 
10725        "IP information\n"
10726        "Build a prefix list\n"
10727        "Include/exclude sequence numbers in NVGEN\n")
10728
10729 DEFSH (0, no_bandwidth_if_cmd_vtysh, 
10730        "no bandwidth", 
10731        "Negate a command or set its defaults\n"
10732        "Set bandwidth informational parameter\n")
10733
10734 DEFSH (0, show_bgp_instance_ipv6_safi_rsclient_summary_cmd_vtysh, 
10735        "show bgp view WORD ipv6 (unicast|multicast) rsclient summary", 
10736        "Show running system information\n"
10737        "BGP information\n"
10738        "BGP view\n"
10739        "View name\n"
10740        "Address family\n"
10741        "Address Family modifier\n"
10742        "Address Family modifier\n"
10743        "Information about Route Server Clients\n"
10744        "Summary of all Route Server Clients\n")
10745
10746 DEFSH (0, no_ip_extcommunity_list_name_expanded_all_cmd_vtysh, 
10747        "no ip extcommunity-list expanded WORD", 
10748        "Negate a command or set its defaults\n"
10749        "IP information\n"
10750        "Add a extended community list entry\n"
10751        "Specify expanded extcommunity-list\n"
10752        "Extended Community list name\n")
10753
10754 DEFSH (0, set_src_cmd_vtysh, 
10755        "set src A.B.C.D", 
10756        "Set values in destination routing protocol\n"
10757        "src address for route\n"
10758        "src address\n")
10759
10760 DEFSH (0, ipv6_route_ifname_tag_cmd_vtysh, 
10761        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>", 
10762        "IP information\n"
10763        "Establish static routes\n"
10764        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10765        "IPv6 gateway address\n"
10766        "IPv6 gateway interface name\n"
10767        "Set tag for this route\n"
10768        "Tag value\n")
10769
10770 DEFSH (0, ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh, 
10771        "ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
10772        "IP information\n"
10773        "Establish static routes\n"
10774        "IP destination prefix\n"
10775        "IP destination prefix mask\n"
10776        "Set tag for this route\n"
10777        "Tag value\n"
10778        "Distance value for this route\n"
10779        "Emit an ICMP unreachable when matched\n"
10780        "Silently discard pkts when matched\n"
10781        "Specify the VRF\nThe VRF ID\n")
10782
10783 DEFSH (0, clear_bgp_ipv6_peer_group_soft_out_cmd_vtysh, 
10784        "clear bgp ipv6 peer-group WORD soft out", 
10785        "Reset functions\n"
10786        "BGP information\n"
10787        "Address family\n"
10788        "Clear all members of peer-group\n"
10789        "BGP peer-group name\n"
10790        "Soft reconfig inbound and outbound updates\n"
10791        "Resend all outbound updates\n")
10792
10793 DEFSH (0, ospf_area_nssa_translate_no_summary_cmd_vtysh, 
10794        "area (A.B.C.D|<0-4294967295>) nssa (translate-candidate|translate-never|translate-always) no-summary", 
10795        "OSPF area parameters\n"
10796        "OSPF area ID in IP address format\n"
10797        "OSPF area ID as a decimal value\n"
10798        "Configure OSPF area as nssa\n"
10799        "Configure NSSA-ABR for translate election (default)\n"
10800        "Configure NSSA-ABR to never translate\n"
10801        "Configure NSSA-ABR to always translate\n"
10802        "Do not inject inter-area routes into nssa\n")
10803
10804 DEFSH (0, no_ospf6_log_adjacency_changes_cmd_vtysh, 
10805        "no log-adjacency-changes", 
10806               "Negate a command or set its defaults\n"
10807        "Log changes in adjacency state\n")
10808
10809 DEFSH (0, show_ip_bgp_ipv4_community2_exact_cmd_vtysh, 
10810        "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", 
10811        "Show running system information\n"
10812        "IP information\n"
10813        "BGP information\n"
10814        "Address family\n"
10815        "Address Family modifier\n"
10816        "Address Family modifier\n"
10817        "Display routes matching the communities\n"
10818        "community number\n"
10819        "Do not send outside local AS (well-known community)\n"
10820        "Do not advertise to any peer (well-known community)\n"
10821        "Do not export to next AS (well-known community)\n"
10822        "community number\n"
10823        "Do not send outside local AS (well-known community)\n"
10824        "Do not advertise to any peer (well-known community)\n"
10825        "Do not export to next AS (well-known community)\n"
10826        "Exact match of the communities")
10827
10828 DEFSH (0, ospf_retransmit_interval_cmd_vtysh, 
10829        "ospf retransmit-interval <3-65535>", 
10830        "OSPF interface commands\n"
10831        "Time between retransmitting lost link state advertisements\n"
10832        "Seconds\n")
10833
10834 DEFSH (0, ospf6_distance_ospf6_intra_inter_cmd_vtysh, 
10835        "distance ospf6 intra-area <1-255> inter-area <1-255>", 
10836        "Define an administrative distance\n"
10837        "OSPF6 Administrative distance\n"
10838        "Intra-area routes\n"
10839        "Distance for intra-area routes\n"
10840        "Inter-area routes\n"
10841        "Distance for inter-area routes\n")
10842
10843 DEFSH (0, show_ipv6_mbgp_lcommunity_list_cmd_vtysh, 
10844        "show ipv6 mbgp large-community-list WORD", 
10845        "Show running system information\n"
10846        "IPv6 information\n"
10847        "MBGP information\n"
10848        "Display routes matching the large-community-list\n"
10849        "large-community-list name\n")
10850
10851 DEFSH (0, bgp_router_id_cmd_vtysh, 
10852        "bgp router-id A.B.C.D", 
10853        "BGP information\n"
10854        "Override configured router identifier\n"
10855        "Manually configured router identifier\n")
10856
10857 DEFSH (0|0|0, ospf6_routemap_no_match_address_prefixlist_cmd_vtysh, 
10858        "no match ipv6 address prefix-list WORD", 
10859        "Negate a command or set its defaults\n"
10860        "Match values\n"
10861        "IPv6 information\n"
10862        "Match address of route\n"
10863        "Match entries of prefix-lists\n"
10864        "IPv6 prefix-list name\n")
10865
10866 DEFSH (0, show_ip_bgp_flap_prefix_list_cmd_vtysh, 
10867        "show ip bgp flap-statistics prefix-list WORD", 
10868        "Show running system information\n"
10869        "IP information\n"
10870        "BGP information\n"
10871        "Display flap statistics of routes\n"
10872        "Display routes conforming to the prefix-list\n"
10873        "IP prefix-list name\n")
10874
10875 DEFSH (0, show_ip_bgp_lcommunity3_cmd_vtysh, 
10876        "show ip bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
10877        "Show running system information\n"
10878        "IP information\n"
10879        "BGP information\n"
10880        "Display routes matching the large-communities\n"
10881        "largecommunity number\n"
10882        "largecommunity number\n"
10883        "largecommunity number\n")
10884
10885 DEFSH (0, no_ospf_max_metric_router_lsa_startup_cmd_vtysh, 
10886        "no max-metric router-lsa on-startup", 
10887        "Negate a command or set its defaults\n"
10888        "OSPF maximum / infinite-distance metric\n"
10889        "Advertise own Router-LSA with infinite distance (stub router)\n"
10890        "Automatically advertise stub Router-LSA on startup of OSPF\n")
10891
10892 DEFSH (0, no_isis_mpls_te_inter_as_cmd_vtysh, 
10893        "no mpls-te inter-as", 
10894        "Negate a command or set its defaults\n"
10895        "Disable the MPLS-TE functionality\n"
10896        "Disable MPLS-TE Inter-AS support\n")
10897
10898 DEFSH (0, show_bgp_ipv4_cidr_only_cmd_vtysh, 
10899        "show bgp ipv4 cidr-only", 
10900        "Show running system information\n"
10901        "BGP information\n"
10902        "IP information\n"
10903        "Display only routes with non-natural netmasks\n")
10904
10905 DEFSH (0|0|0|0, match_ip_next_hop_prefix_list_cmd_vtysh, 
10906        "match ip next-hop prefix-list WORD", 
10907        "Match values from routing table\n"
10908        "IP information\n"
10909        "Match next-hop address of route\n"
10910        "Match entries of prefix-lists\n"
10911        "IP prefix-list name\n")
10912
10913 DEFSH (0|0, set_ipv6_nexthop_local_cmd_vtysh, 
10914        "set ipv6 next-hop local X:X::X:X", 
10915        "Set values in destination routing protocol\n"
10916        "IPv6 information\n"
10917        "IPv6 next-hop address\n"
10918        "IPv6 local address\n"
10919        "IPv6 address of next hop\n")
10920
10921 DEFSH (0, no_ipv6_route_ifname_vrf_cmd_vtysh, 
10922        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE " "vrf <0-65535>", 
10923        "Negate a command or set its defaults\n"
10924        "IP information\n"
10925        "Establish static routes\n"
10926        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10927        "IPv6 gateway address\n"
10928        "IPv6 gateway interface name\n"
10929        "Specify the VRF\nThe VRF ID\n")
10930
10931 DEFSH (0, no_debug_bgp_as4_segment_cmd_vtysh, 
10932        "no debug bgp as4 segment", 
10933        "Negate a command or set its defaults\n"
10934        "Debugging functions (see also 'undebug')\n"
10935        "BGP information\n"
10936        "BGP AS4 actions\n"
10937        "BGP AS4 aspath segment handling\n")
10938
10939 DEFSH (0, no_ip_ospf_retransmit_interval_addr_cmd_vtysh, 
10940        "no ip ospf retransmit-interval A.B.C.D", 
10941        "Negate a command or set its defaults\n"
10942        "IP Information\n"
10943        "OSPF interface commands\n"
10944        "Time between retransmitting lost link state advertisements\n"
10945        "Address of interface")
10946
10947 DEFSH (0, no_neighbor_override_capability_cmd_vtysh, 
10948        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "override-capability", 
10949        "Negate a command or set its defaults\n"
10950        "Specify neighbor router\n"
10951        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
10952        "Override capability negotiation result\n")
10953
10954 DEFSH (0, show_ip_bgp_ipv4_community2_cmd_vtysh, 
10955        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
10956        "Show running system information\n"
10957        "IP information\n"
10958        "BGP information\n"
10959        "Address family\n"
10960        "Address Family modifier\n"
10961        "Address Family modifier\n"
10962        "Display routes matching the communities\n"
10963        "community number\n"
10964        "Do not send outside local AS (well-known community)\n"
10965        "Do not advertise to any peer (well-known community)\n"
10966        "Do not export to next AS (well-known community)\n"
10967        "community number\n"
10968        "Do not send outside local AS (well-known community)\n"
10969        "Do not advertise to any peer (well-known community)\n"
10970        "Do not export to next AS (well-known community)\n")
10971
10972 DEFSH (0, no_ipv6_route_ifname_pref_tag_cmd_vtysh, 
10973        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>", 
10974        "Negate a command or set its defaults\n"
10975        "IP information\n"
10976        "Establish static routes\n"
10977        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
10978        "IPv6 gateway address\n"
10979        "IPv6 gateway interface name\n"
10980        "Set tag for this route\n"
10981        "Tag value\n"
10982        "Distance value for this prefix\n")
10983
10984 DEFSH (0, show_ip_protocol_cmd_vtysh, 
10985        "show ip protocol", 
10986         "Show running system information\n"
10987         "IP information\n"
10988        "IP protocol filtering status\n")
10989
10990 DEFSH (0, show_ipv6_mbgp_route_cmd_vtysh, 
10991        "show ipv6 mbgp X:X::X:X", 
10992        "Show running system information\n"
10993        "IP information\n"
10994        "MBGP information\n"
10995        "Network in the MBGP routing table to display\n")
10996
10997 DEFSH (0, no_bgp_bestpath_aspath_ignore_cmd_vtysh, 
10998        "no bgp bestpath as-path ignore", 
10999        "Negate a command or set its defaults\n"
11000        "BGP specific commands\n"
11001        "Change the default bestpath selection\n"
11002        "AS-path attribute\n"
11003        "Ignore as-path length in selecting a route\n")
11004
11005 DEFSH (0, clear_ip_bgp_all_vpnv4_soft_out_cmd_vtysh, 
11006        "clear ip bgp * vpnv4 unicast soft out", 
11007        "Reset functions\n"
11008        "IP information\n"
11009        "BGP information\n"
11010        "Clear all peers\n"
11011        "Address family\n"
11012        "Address Family Modifier\n"
11013        "Soft reconfig inbound and outbound updates\n"
11014        "Resend all outbound updates\n")
11015
11016 DEFSH (0, show_zebra_client_summary_cmd_vtysh, 
11017        "show zebra client summary", 
11018        "Show running system information\n"
11019        "Zebra information brief"
11020        "Client information brief")
11021
11022 DEFSH (0, undebug_bgp_all_cmd_vtysh, 
11023        "undebug all bgp", 
11024        "Disable debugging functions (see also 'debug')\n"
11025        "Enable all debugging\n"
11026        "BGP information\n")
11027
11028 DEFSH (0, ipv6_bgp_network_route_map_cmd_vtysh, 
11029        "network X:X::X:X/M route-map WORD", 
11030        "Specify a network to announce via BGP\n"
11031        "IPv6 prefix <network>/<length>\n"
11032        "Route-map to modify the attributes\n"
11033        "Name of the route map\n")
11034
11035 DEFSH (0, no_access_list_standard_cmd_vtysh, 
11036        "no access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D A.B.C.D", 
11037        "Negate a command or set its defaults\n"
11038        "Add an access list entry\n"
11039        "IP standard access list\n"
11040        "IP standard access list (expanded range)\n"
11041        "Specify packets to reject\n"
11042        "Specify packets to forward\n"
11043        "Address to match\n"
11044        "Wildcard bits\n")
11045
11046 DEFSH (0, no_ipv6_ospf6_mtu_ignore_cmd_vtysh, 
11047        "no ipv6 ospf6 mtu-ignore", 
11048        "Negate a command or set its defaults\n"
11049        "IPv6 Information\n"
11050        "Open Shortest Path First (OSPF) for IPv6\n"
11051        "Ignore MTU mismatch on this interface\n"
11052        )
11053
11054 DEFSH (0, neighbor_default_originate_cmd_vtysh, 
11055        "neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate", 
11056        "Specify neighbor router\n"
11057        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11058        "Originate default route to this neighbor\n")
11059
11060 DEFSH (0, show_ipv6_mbgp_cmd_vtysh, 
11061        "show ipv6 mbgp", 
11062        "Show running system information\n"
11063        "IP information\n"
11064        "MBGP information\n")
11065
11066 DEFSH (0, area_passwd_clear_snpauth_cmd_vtysh, 
11067        "(area-password|domain-password) clear WORD authenticate snp (send-only|validate)", 
11068        "Configure the authentication password for an area\n"
11069        "Set the authentication password for a routing domain\n"
11070        "Authentication type\n"
11071        "Area password\n"
11072        "Authentication\n"
11073        "SNP PDUs\n"
11074        "Send but do not check PDUs on receiving\n"
11075        "Send and check PDUs on receiving\n")
11076
11077 DEFSH (0, ip_ospf_priority_cmd_vtysh, 
11078        "ip ospf priority <0-255>", 
11079        "IP Information\n"
11080        "OSPF interface commands\n"
11081        "Router priority\n"
11082        "Priority\n")
11083
11084 DEFSH (0, access_list_any_cmd_vtysh, 
11085        "access-list WORD (deny|permit) any", 
11086        "Add an access list entry\n"
11087        "IP zebra access-list name\n"
11088        "Specify packets to reject\n"
11089        "Specify packets to forward\n"
11090        "Prefix to match. e.g. 10.0.0.0/8\n")
11091
11092 DEFSH (0, show_ipv6_bgp_cmd_vtysh, 
11093        "show ipv6 bgp", 
11094        "Show running system information\n"
11095        "IP information\n"
11096        "BGP information\n")
11097
11098 DEFSH (0, no_rip_version_cmd_vtysh, 
11099        "no version", 
11100        "Negate a command or set its defaults\n"
11101        "Set routing protocol version\n")
11102
11103 DEFSH (0, undebug_pim_zebra_cmd_vtysh, 
11104        "undebug pim zebra", 
11105        "Disable debugging functions (see also 'debug')\n"
11106        "PIM protocol activity\n"
11107        "ZEBRA protocol activity\n")
11108
11109 DEFSH (0, link_params_delay_var_cmd_vtysh, 
11110        "delay-variation <0-16777215>", 
11111        "Unidirectional Link Delay Variation\n"
11112        "delay variation in micro-second as decimal (0...16777215)\n")
11113
11114 DEFSH (0, ipv6_nd_prefix_val_rev_rtaddr_cmd_vtysh, 
11115        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
11116        "(<0-4294967295>|infinite) (no-autoconfig|) (off-link|) (router-address|)", 
11117        "Interface IPv6 config commands\n"
11118        "Neighbor discovery\n"
11119        "Prefix information\n"
11120        "IPv6 prefix\n"
11121        "Valid lifetime in seconds\n"
11122        "Infinite valid lifetime\n"
11123        "Preferred lifetime in seconds\n"
11124        "Infinite preferred lifetime\n"
11125        "Do not use prefix for autoconfiguration\n"
11126        "Do not use prefix for onlink determination\n"
11127        "Set Router Address flag\n")
11128
11129 DEFSH (0, no_match_ip_route_source_prefix_list_val_cmd_vtysh, 
11130        "no match ip route-source prefix-list WORD", 
11131        "Negate a command or set its defaults\n"
11132        "Match values from routing table\n"
11133        "IP information\n"
11134        "Match advertising source address of route\n"
11135        "Match entries of prefix-lists\n"
11136        "IP prefix-list name\n")
11137
11138 DEFSH (0, ospf_transmit_delay_cmd_vtysh, 
11139        "ospf transmit-delay <1-65535>", 
11140        "OSPF interface commands\n"
11141        "Link state transmit delay\n"
11142        "Seconds\n")
11143
11144 DEFSH (0, ip_extcommunity_list_name_expanded_cmd_vtysh, 
11145        "ip extcommunity-list expanded WORD (deny|permit) .LINE", 
11146        "IP information\n"
11147        "Add a extended community list entry\n"
11148        "Specify expanded extcommunity-list\n"
11149        "Extended Community list name\n"
11150        "Specify community to reject\n"
11151        "Specify community to accept\n"
11152        "An ordered list as a regular-expression\n")
11153
11154 DEFSH (0, no_ospf_timers_min_ls_interval_cmd_vtysh, 
11155        "no timers throttle lsa all", 
11156        "Negate a command or set its defaults\n"
11157        "Adjust routing timers\n"
11158        "Throttling adaptive timer\n"
11159        "LSA delay between transmissions\n")
11160
11161 DEFSH (0, show_bgp_ipv6_vpn_summary_cmd_vtysh, 
11162        "show bgp ipv6 vpn summary", 
11163        "Show running system information\n"
11164        "BGP information\n"
11165        "IPv6\n"
11166        "Display VPN NLRI specific information\n"
11167        "Summary of BGP neighbor status\n")
11168
11169 DEFSH (0, ip_rip_authentication_string_cmd_vtysh, 
11170        "ip rip authentication string LINE", 
11171        "IP information\n"
11172        "Routing Information Protocol\n"
11173        "Authentication control\n"
11174        "Authentication string\n"
11175        "Authentication string\n")
11176
11177 DEFSH (0, bgp_damp_unset_cmd_vtysh, 
11178        "no bgp dampening", 
11179        "Negate a command or set its defaults\n"
11180        "BGP Specific commands\n"
11181        "Enable route-flap dampening\n")
11182
11183 DEFSH (0, show_ipv6_ospf6_route_type_detail_cmd_vtysh, 
11184        "show ipv6 ospf6 route (intra-area|inter-area|external-1|external-2) detail", 
11185        "Show running system information\n"
11186        "IPv6 Information\n"
11187        "Open Shortest Path First (OSPF) for IPv6\n"
11188        "Routing Table\n"
11189        "Display Intra-Area routes\n"
11190        "Display Inter-Area routes\n"
11191        "Display Type-1 External routes\n"
11192        "Display Type-2 External routes\n"
11193        "Detailed information\n"
11194        )
11195
11196 DEFSH (0, ospf_area_range_advertise_cost_cmd_vtysh, 
11197        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise cost <0-16777215>", 
11198        "OSPF area parameters\n"
11199        "OSPF area ID in IP address format\n"
11200        "OSPF area ID as a decimal value\n"
11201        "Summarize routes matching address/mask (border routers only)\n"
11202        "Area range prefix\n"
11203        "Advertise this range (default)\n"
11204        "User specified metric for this range\n"
11205        "Advertised metric for this range\n")
11206
11207 DEFSH (0, no_link_params_delay_cmd_vtysh, 
11208        "no delay", 
11209        "Negate a command or set its defaults\n"
11210        "Disable Unidirectional Average,  Min & Max Link Delay on this interface\n")
11211
11212 DEFSH (0|0|0|0, no_ip_prefix_list_cmd_vtysh, 
11213        "no ip prefix-list WORD", 
11214        "Negate a command or set its defaults\n"
11215        "IP information\n"
11216        "Build a prefix list\n"
11217        "Name of a prefix list\n")
11218
11219 DEFSH (0, set_community_delete_cmd_vtysh, 
11220        "set comm-list (<1-99>|<100-500>|WORD) delete", 
11221        "Set values in destination routing protocol\n"
11222        "set BGP community list (for deletion)\n"
11223        "Community-list number (standard)\n"
11224        "Community-list number (expanded)\n"
11225        "Community-list name\n"
11226        "Delete matching communities\n")
11227
11228 DEFSH (0, link_params_delay_cmd_vtysh, 
11229        "delay <0-16777215>", 
11230        "Unidirectional Average Link Delay\n"
11231        "Average delay in micro-second as decimal (0...16777215)\n")
11232
11233 DEFSH (0, ipv6_route_ifname_flags_pref_vrf_cmd_vtysh, 
11234        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255> " "vrf <0-65535>", 
11235        "IP information\n"
11236        "Establish static routes\n"
11237        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
11238        "IPv6 gateway address\n"
11239        "IPv6 gateway interface name\n"
11240        "Emit an ICMP unreachable when matched\n"
11241        "Silently discard pkts when matched\n"
11242        "Distance value for this prefix\n"
11243        "Specify the VRF\nThe VRF ID\n")
11244
11245 DEFSH (0|0|0|0|0, no_match_interface_val_cmd_vtysh, 
11246        "no match interface WORD", 
11247        "Negate a command or set its defaults\n"
11248        "Match values from routing table\n"
11249        "Match first hop interface of route\n"
11250        "Interface name\n")
11251
11252 DEFSH (0, ospf_area_vlink_param1_cmd_vtysh, 
11253        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
11254        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
11255        "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"
11256        "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")
11257
11258 DEFSH (0, show_bgp_statistics_vpnv4_cmd_vtysh, 
11259        "show bgp (ipv4) (vpnv4) statistics", 
11260        "Show running system information\n"
11261        "BGP information\n"
11262        "Address family\n"
11263        "Address Family modifier\n"
11264        "BGP RIB advertisement statistics\n")
11265
11266 DEFSH (0, clear_bgp_as_in_cmd_vtysh, 
11267        "clear bgp " "<1-4294967295>" " in", 
11268        "Reset functions\n"
11269        "BGP information\n"
11270        "Clear peers with the AS number\n"
11271        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
11272
11273 DEFSH (0, ospf_area_vlink_authtype_authkey_cmd_vtysh, 
11274        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
11275        "(authentication|) "
11276        "(authentication-key|) AUTH_KEY", 
11277        "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"
11278        "Enable authentication on this virtual link\n" "dummy string \n"
11279        "Authentication password (key)\n" "The OSPF password (key)")
11280
11281 DEFSH (0, show_ip_ospf_database_type_id_cmd_vtysh, 
11282        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") A.B.C.D", 
11283        "Show running system information\n"
11284        "IP information\n"
11285        "OSPF information\n"
11286        "Database summary\n"
11287        "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"
11288        "Link State ID (as an IP address)\n")
11289
11290 DEFSH (0, interface_ip_igmp_query_max_response_time_dsec_cmd_vtysh, 
11291        "ip igmp query-max-response-time-dsec" " <10-250>", 
11292        "IP information\n"
11293        "Enable IGMP operation\n"
11294        "IGMP max query response value (deciseconds)\n"
11295        "Query response value in deciseconds\n")
11296
11297 DEFSH (0, no_neighbor_activate_cmd_vtysh, 
11298        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "activate", 
11299        "Negate a command or set its defaults\n"
11300        "Specify neighbor router\n"
11301        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11302        "Enable the Address Family for this Neighbor\n")
11303
11304 DEFSH (0, no_ip_route_flags_distance2_vrf_cmd_vtysh, 
11305        "no ip route A.B.C.D/M (reject|blackhole) <1-255> " "vrf <0-65535>", 
11306        "Negate a command or set its defaults\n"
11307        "IP information\n"
11308        "Establish static routes\n"
11309        "IP destination prefix (e.g. 10.0.0.0/8)\n"
11310        "Emit an ICMP unreachable when matched\n"
11311        "Silently discard pkts when matched\n"
11312        "Distance value for this route\n"
11313        "Specify the VRF\nThe VRF ID\n")
11314
11315 DEFSH (0, ip_ospf_retransmit_interval_cmd_vtysh, 
11316        "ip ospf retransmit-interval <3-65535>", 
11317        "IP Information\n"
11318        "OSPF interface commands\n"
11319        "Time between retransmitting lost link state advertisements\n"
11320        "Seconds\n")
11321
11322 DEFSH (0, no_ripng_redistribute_type_metric_routemap_cmd_vtysh, 
11323        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16> route-map WORD", 
11324        "Negate a command or set its defaults\n"
11325        "Redistribute\n"
11326        "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"
11327        "Route map reference\n"
11328        "Pointer to route-map entries\n")
11329
11330 DEFSH (0, no_ipv6_route_flags_vrf_cmd_vtysh, 
11331        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
11332        "Negate a command or set its defaults\n"
11333        "IP information\n"
11334        "Establish static routes\n"
11335        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
11336        "IPv6 gateway address\n"
11337        "IPv6 gateway interface name\n"
11338        "Emit an ICMP unreachable when matched\n"
11339        "Silently discard pkts when matched\n"
11340        "Specify the VRF\nThe VRF ID\n")
11341
11342 DEFSH (0, show_ip_bgp_community2_exact_cmd_vtysh, 
11343        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
11344        "Show running system information\n"
11345        "IP information\n"
11346        "BGP information\n"
11347        "Display routes matching the communities\n"
11348        "community number\n"
11349        "Do not send outside local AS (well-known community)\n"
11350        "Do not advertise to any peer (well-known community)\n"
11351        "Do not export to next AS (well-known community)\n"
11352        "community number\n"
11353        "Do not send outside local AS (well-known community)\n"
11354        "Do not advertise to any peer (well-known community)\n"
11355        "Do not export to next AS (well-known community)\n"
11356        "Exact match of the communities")
11357
11358 DEFSH (0, show_bgp_ipv6_prefix_cmd_vtysh, 
11359        "show bgp ipv6 X:X::X:X/M", 
11360        "Show running system information\n"
11361        "BGP information\n"
11362        "Address family\n"
11363        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
11364
11365 DEFSH (0, show_bgp_ipv4_safi_cidr_only_cmd_vtysh, 
11366        "show bgp ipv4 (unicast|multicast) cidr-only", 
11367        "Show running system information\n"
11368        "BGP information\n"
11369        "Address family\n"
11370        "Address Family modifier\n"
11371        "Address Family modifier\n"
11372        "Display only routes with non-natural netmasks\n")
11373
11374 DEFSH (0, bgp_config_type_cmd_vtysh, 
11375        "bgp config-type (cisco|zebra)", 
11376        "BGP information\n"
11377        "Configuration type\n"
11378        "cisco\n"
11379        "zebra\n")
11380
11381 DEFSH (0, no_ip_route_mask_flags2_tag_vrf_cmd_vtysh, 
11382        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
11383        "Negate a command or set its defaults\n"
11384        "IP information\n"
11385        "Establish static routes\n"
11386        "IP destination prefix\n"
11387        "IP destination prefix mask\n"
11388        "Emit an ICMP unreachable when matched\n"
11389        "Silently discard pkts when matched\n"
11390        "Tag of this route\n"
11391        "Tag value\n"
11392        "Specify the VRF\nThe VRF ID\n")
11393
11394 DEFSH (0, no_aggregate_address_summary_as_set_cmd_vtysh, 
11395        "no aggregate-address A.B.C.D/M summary-only as-set", 
11396        "Negate a command or set its defaults\n"
11397        "Configure BGP aggregate entries\n"
11398        "Aggregate prefix\n"
11399        "Filter more specific routes from updates\n"
11400        "Generate AS set path information\n")
11401
11402 DEFSH (0, show_bgp_ipv6_safi_regexp_cmd_vtysh, 
11403        "show bgp ipv6 (encap|multicast|unicast|vpn) regexp .LINE", 
11404        "Show running system information\n"
11405        "BGP information\n"
11406        "Address family\n"
11407        "Address Family modifier\n"
11408        "Address Family modifier\n"
11409        "Address Family modifier\n"
11410        "Address Family modifier\n"
11411        "Display routes matching the AS path regular expression\n"
11412        "A regular-expression to match the BGP AS paths\n")
11413
11414 DEFSH (0, show_ipv6_nht_cmd_vtysh, 
11415        "show ipv6 nht", 
11416        "Show running system information\n"
11417        "IP information\n"
11418        "IPv6 nexthop tracking table\n")
11419
11420 DEFSH (0, show_ipv6_access_list_name_cmd_vtysh, 
11421        "show ipv6 access-list WORD", 
11422        "Show running system information\n"
11423        "IPv6 information\n"
11424        "List IPv6 access lists\n"
11425        "IPv6 zebra access-list\n")
11426
11427 DEFSH (0, clear_ip_bgp_peer_rsclient_cmd_vtysh, 
11428        "clear ip bgp (A.B.C.D|X:X::X:X) rsclient", 
11429        "Reset functions\n"
11430        "IP information\n"
11431        "BGP information\n"
11432        "BGP neighbor IP address to clear\n"
11433        "BGP IPv6 neighbor to clear\n"
11434        "Soft reconfig for rsclient RIB\n")
11435
11436 DEFSH (0, no_ipv6_route_cmd_vtysh, 
11437        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE)", 
11438        "Negate a command or set its defaults\n"
11439        "IP information\n"
11440        "Establish static routes\n"
11441        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
11442        "IPv6 gateway address\n"
11443        "IPv6 gateway interface name\n")
11444
11445 DEFSH (0, neighbor_attr_unchanged7_cmd_vtysh, 
11446        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop med as-path", 
11447        "Specify neighbor router\n"
11448        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11449        "BGP attribute is propagated unchanged to this neighbor\n"
11450        "Nexthop attribute\n"
11451        "Med attribute\n"
11452        "As-path attribute\n")
11453
11454 DEFSH (0, no_ip_route_mask_vrf_cmd_vtysh, 
11455        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
11456        "Negate a command or set its defaults\n"
11457        "IP information\n"
11458        "Establish static routes\n"
11459        "IP destination prefix\n"
11460        "IP destination prefix mask\n"
11461        "IP gateway address\n"
11462        "IP gateway interface name\n"
11463        "Null interface\n"
11464        "Specify the VRF\nThe VRF ID\n")
11465
11466 DEFSH (0, no_bgp_redistribute_ipv4_metric_rmap_cmd_vtysh, 
11467        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
11468        "Negate a command or set its defaults\n"
11469        "Redistribute information from another routing protocol\n"
11470        "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"
11471        "Metric for redistributed routes\n"
11472        "Default metric\n"
11473        "Route map reference\n"
11474        "Pointer to route-map entries\n")
11475
11476 DEFSH (0, show_bgp_ipv4_safi_damp_flap_statistics_cmd_vtysh, 
11477        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics", 
11478        "Show running system information\n"
11479        "BGP information\n"
11480        "Address Family\n"
11481        "Address Family modifier\n"
11482        "Address Family modifier\n"
11483        "Address Family modifier\n"
11484        "Address Family modifier\n"
11485        "Display detailed information about dampening\n"
11486        "Display flap statistics of routes\n")
11487
11488 DEFSH (0, show_bgp_ipv4_safi_flap_prefix_cmd_vtysh, 
11489        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D/M", 
11490        "Show running system information\n"
11491        "BGP information\n"
11492        "Address family\n"
11493        "Address Family modifier\n"
11494        "Address Family modifier\n"
11495        "Address Family modifier\n"
11496        "Address Family modifier\n"
11497        "Display flap statistics of routes\n"
11498        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
11499
11500 DEFSH (0, no_isis_metric_l1_cmd_vtysh, 
11501        "no isis metric level-1", 
11502        "Negate a command or set its defaults\n"
11503        "IS-IS commands\n"
11504        "Set default metric for circuit\n"
11505        "Specify metric for level-1 routing\n")
11506
11507 DEFSH (0, debug_ospf6_abr_cmd_vtysh, 
11508        "debug ospf6 abr", 
11509        "Debugging functions (see also 'undebug')\n"
11510        "Open Shortest Path First (OSPF) for IPv6\n"
11511        "Debug OSPFv3 ABR function\n"
11512       )
11513
11514 DEFSH (0, match_ip_route_source_prefix_list_cmd_vtysh, 
11515        "match ip route-source prefix-list WORD", 
11516        "Match values from routing table\n"
11517        "IP information\n"
11518        "Match advertising source address of route\n"
11519        "Match entries of prefix-lists\n"
11520        "IP prefix-list name\n")
11521
11522 DEFSH (0, no_multicast_cmd_vtysh, 
11523        "no multicast", 
11524        "Negate a command or set its defaults\n"
11525        "Unset multicast flag to interface\n")
11526
11527 DEFSH (0, no_max_lsp_lifetime_cmd_vtysh, 
11528        "no max-lsp-lifetime", 
11529        "Negate a command or set its defaults\n"
11530        "LSP lifetime in seconds\n")
11531
11532 DEFSH (0, debug_isis_events_cmd_vtysh, 
11533        "debug isis events", 
11534        "Debugging functions (see also 'undebug')\n"
11535        "IS-IS information\n"
11536        "IS-IS Events\n")
11537
11538 DEFSH (0, access_list_remark_cmd_vtysh, 
11539        "access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE", 
11540        "Add an access list entry\n"
11541        "IP standard access list\n"
11542        "IP extended access list\n"
11543        "IP standard access list (expanded range)\n"
11544        "IP extended access list (expanded range)\n"
11545        "IP zebra access-list\n"
11546        "Access list entry comment\n"
11547        "Comment up to 100 characters\n")
11548
11549 DEFSH (0, no_ipv6_route_vrf_cmd_vtysh, 
11550        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) " "vrf <0-65535>", 
11551        "Negate a command or set its defaults\n"
11552        "IP information\n"
11553        "Establish static routes\n"
11554        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
11555        "IPv6 gateway address\n"
11556        "IPv6 gateway interface name\n"
11557        "Specify the VRF\nThe VRF ID\n")
11558
11559 DEFSH (0, no_set_community_cmd_vtysh, 
11560        "no set community", 
11561        "Negate a command or set its defaults\n"
11562        "Set values in destination routing protocol\n"
11563        "BGP community attribute\n")
11564
11565 DEFSH (0, isis_metric_cmd_vtysh, 
11566        "isis metric <0-16777215>", 
11567        "IS-IS commands\n"
11568        "Set default metric for circuit\n"
11569        "Default metric value\n")
11570
11571 DEFSH (0, clear_zebra_fpm_stats_cmd_vtysh, 
11572        "clear zebra fpm stats", 
11573        "Reset functions\n"
11574        "Zebra information\n"
11575        "Clear Forwarding Path Manager information\n"
11576        "Statistics\n")
11577
11578 DEFSH (0, clear_isis_neighbor_arg_cmd_vtysh, 
11579        "clear isis neighbor WORD", 
11580        "Reset functions\n"
11581        "ISIS network information\n"
11582        "ISIS neighbor adjacencies\n"
11583        "System id\n")
11584
11585 DEFSH (0, clear_bgp_ipv6_as_in_prefix_filter_cmd_vtysh, 
11586        "clear bgp ipv6 " "<1-4294967295>" " in prefix-filter", 
11587        "Reset functions\n"
11588        "BGP information\n"
11589        "Address family\n"
11590        "Clear peers with the AS number\n"
11591        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
11592        "Push out prefix-list ORF and do inbound soft reconfig\n")
11593
11594 DEFSH (0, show_bgp_ipv4_safi_neighbor_flap_cmd_vtysh, 
11595        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
11596        "Show running system information\n"
11597        "BGP information\n"
11598        "Address Family Modifier\n"
11599        "Address Family Modifier\n"
11600        "Address Family Modifier\n"
11601        "Address Family Modifier\n"
11602        "Detailed information on TCP and BGP neighbor connections\n"
11603        "Neighbor to display information about\n"
11604        "Neighbor to display information about\n"
11605        "Display flap statistics of the routes learned from neighbor\n")
11606
11607 DEFSH (0, no_bgp_graceful_restart_stalepath_time_val_cmd_vtysh, 
11608        "no bgp graceful-restart stalepath-time <1-3600>", 
11609        "Negate a command or set its defaults\n"
11610        "BGP specific commands\n"
11611        "Graceful restart capability parameters\n"
11612        "Set the max time to hold onto restarting peer's stale paths\n"
11613        "Delay value (seconds)\n")
11614
11615 DEFSH (0, clear_bgp_peer_in_prefix_filter_cmd_vtysh, 
11616        "clear bgp (A.B.C.D|X:X::X:X) in prefix-filter", 
11617        "Reset functions\n"
11618        "BGP information\n"
11619        "BGP neighbor address to clear\n"
11620        "BGP IPv6 neighbor to clear\n"
11621        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
11622        "Push out the existing ORF prefix-list\n")
11623
11624 DEFSH (0, show_ip_bgp_damp_dampened_paths_cmd_vtysh, 
11625        "show ip bgp dampening dampened-paths", 
11626        "Show running system information\n"
11627        "IP information\n"
11628        "BGP information\n"
11629        "Display detailed information about dampening\n"
11630        "Display paths suppressed due to dampening\n")
11631
11632 DEFSH (0, no_ospf_router_id_cmd_vtysh, 
11633        "no ospf router-id", 
11634        "Negate a command or set its defaults\n"
11635        "OSPF specific commands\n"
11636        "router-id for the OSPF process\n")
11637
11638 DEFSH (0, no_ip_ospf_priority_cmd_vtysh, 
11639        "no ip ospf priority", 
11640        "Negate a command or set its defaults\n"
11641        "IP Information\n"
11642        "OSPF interface commands\n"
11643        "Router priority\n")
11644
11645 DEFSH (0, show_bgp_ipv6_neighbor_received_routes_cmd_vtysh, 
11646        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) received-routes", 
11647        "Show running system information\n"
11648        "BGP information\n"
11649        "Address family\n"
11650        "Detailed information on TCP and BGP neighbor connections\n"
11651        "Neighbor to display information about\n"
11652        "Neighbor to display information about\n"
11653        "Display the received routes from neighbor\n")
11654
11655 DEFSH (0, no_debug_ospf6_message_sendrecv_cmd_vtysh, 
11656        "no debug ospf6 message "
11657        "(unknown|hello|dbdesc|lsreq|lsupdate|lsack|all) (send|recv)", 
11658        "Negate a command or set its defaults\n"
11659        "Debugging functions (see also 'undebug')\n"
11660        "Open Shortest Path First (OSPF) for IPv6\n"
11661        "Debug OSPFv3 message\n"
11662        "Debug Unknown message\n"
11663        "Debug Hello message\n"
11664        "Debug Database Description message\n"
11665        "Debug Link State Request message\n"
11666        "Debug Link State Update message\n"
11667        "Debug Link State Acknowledgement message\n"
11668        "Debug All message\n"
11669        "Debug only sending message\n"
11670        "Debug only receiving message\n"
11671        )
11672
11673 DEFSH (0, no_match_peer_local_cmd_vtysh, 
11674        "no match peer local", 
11675        "Negate a command or set its defaults\n"
11676        "Match values from routing table\n"
11677        "Match peer address\n"
11678        "Static or Redistributed routes\n")
11679
11680 DEFSH (0, no_rip_redistribute_type_routemap_cmd_vtysh, 
11681        "no redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " route-map WORD", 
11682        "Negate a command or set its defaults\n"
11683        "Redistribute information from another routing protocol\n"
11684        "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"
11685        "Route map reference\n"
11686        "Pointer to route-map entries\n")
11687
11688 DEFSH (0, no_ip_route_mask_tag_cmd_vtysh, 
11689        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
11690        "Negate a command or set its defaults\n"
11691        "IP information\n"
11692        "Establish static routes\n"
11693        "IP destination prefix\n"
11694        "IP destination prefix mask\n"
11695        "IP gateway address\n"
11696        "IP gateway interface name\n"
11697        "Null interface\n"
11698        "Tag of this route\n"
11699        "Tag value\n")
11700
11701 DEFSH (0, show_debugging_zebra_cmd_vtysh, 
11702        "show debugging zebra", 
11703        "Show running system information\n"
11704        "Debugging information\n"
11705        "Zebra configuration\n")
11706
11707 DEFSH (0, ipv6_bgp_distance_cmd_vtysh, 
11708        "distance bgp <1-255> <1-255> <1-255>", 
11709        "Define an administrative distance\n"
11710        "BGP distance\n"
11711        "Distance for routes external to the AS\n"
11712        "Distance for routes internal to the AS\n"
11713        "Distance for local routes\n")
11714
11715 DEFSH (0, no_isis_passwd_cmd_vtysh, 
11716        "no isis password", 
11717        "Negate a command or set its defaults\n"
11718        "IS-IS commands\n"
11719        "Configure the authentication password for a circuit\n")
11720
11721 DEFSH (0, no_debug_isis_csum_cmd_vtysh, 
11722        "no debug isis checksum-errors", 
11723        "Disable debugging functions (see also 'debug')\n"
11724        "IS-IS information\n"
11725        "IS-IS LSP checksum errors\n")
11726
11727 DEFSH (0, show_ip_bgp_ipv4_rsclient_summary_cmd_vtysh, 
11728       "show ip bgp ipv4 (unicast|multicast) rsclient summary", 
11729        "Show running system information\n"
11730        "IP information\n"
11731        "BGP information\n"
11732        "Address family\n"
11733        "Address Family modifier\n"
11734        "Address Family modifier\n"
11735        "Information about Route Server Clients\n"
11736        "Summary of all Route Server Clients\n")
11737
11738 DEFSH (0, access_list_extended_any_any_cmd_vtysh, 
11739        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any any", 
11740        "Add an access list entry\n"
11741        "IP extended access list\n"
11742        "IP extended access list (expanded range)\n"
11743        "Specify packets to reject\n"
11744        "Specify packets to forward\n"
11745        "Any Internet Protocol\n"
11746        "Any source host\n"
11747        "Any destination host\n")
11748
11749 DEFSH (0, no_ospf_compatible_rfc1583_cmd_vtysh, 
11750        "no compatible rfc1583", 
11751        "Negate a command or set its defaults\n"
11752        "OSPF compatibility list\n"
11753        "compatible with RFC 1583\n")
11754
11755 DEFSH (0, interface_no_ip_mroute_cmd_vtysh, 
11756        "no ip mroute INTERFACE A.B.C.D", 
11757        "Negate a command or set its defaults\n"
11758        "IP information\n"
11759        "Add multicast route\n"
11760        "Outgoing interface name\n"
11761        "Group Address\n")
11762
11763 DEFSH (0, show_bgp_filter_list_cmd_vtysh, 
11764        "show bgp filter-list WORD", 
11765        "Show running system information\n"
11766        "BGP information\n"
11767        "Display routes conforming to the filter-list\n"
11768        "Regular expression access list name\n")
11769
11770 DEFSH (0, neighbor_maximum_prefix_threshold_restart_cmd_vtysh, 
11771        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> restart <1-65535>", 
11772        "Specify neighbor router\n"
11773        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11774        "Maximum number of prefix accept from this peer\n"
11775        "maximum no. of prefix limit\n"
11776        "Threshold value (%) at which to generate a warning msg\n"
11777        "Restart bgp connection after limit is exceeded\n"
11778        "Restart interval in minutes")
11779
11780 DEFSH (0, show_bgp_view_ipv6_cmd_vtysh, 
11781        "show bgp view WORD ipv6", 
11782        "Show running system information\n"
11783        "BGP information\n"
11784        "BGP view\n"
11785        "View name\n"
11786        "Address family\n")
11787
11788 DEFSH (0, show_bgp_ipv4_filter_list_cmd_vtysh, 
11789        "show bgp ipv4 filter-list WORD", 
11790        "Show running system information\n"
11791        "BGP information\n"
11792        "IP information\n"
11793        "Display routes conforming to the filter-list\n"
11794        "Regular expression access list name\n")
11795
11796 DEFSH (0, ip_route_mask_distance_cmd_vtysh, 
11797        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255>", 
11798        "IP information\n"
11799        "Establish static routes\n"
11800        "IP destination prefix\n"
11801        "IP destination prefix mask\n"
11802        "IP gateway address\n"
11803        "IP gateway interface name\n"
11804        "Null interface\n"
11805        "Distance value for this route\n")
11806
11807 DEFSH (0, rip_neighbor_cmd_vtysh, 
11808        "neighbor A.B.C.D", 
11809        "Specify a neighbor router\n"
11810        "Neighbor address\n")
11811
11812 DEFSH (0, neighbor_allowas_in_cmd_vtysh, 
11813        "neighbor (A.B.C.D|X:X::X:X|WORD) " "allowas-in", 
11814        "Specify neighbor router\n"
11815        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11816        "Accept as-path with my AS present in it\n")
11817
11818 DEFSH (0, show_ipv6_mbgp_community3_exact_cmd_vtysh, 
11819        "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", 
11820        "Show running system information\n"
11821        "IPv6 information\n"
11822        "MBGP information\n"
11823        "Display routes matching the communities\n"
11824        "community number\n"
11825        "Do not send outside local AS (well-known community)\n"
11826        "Do not advertise to any peer (well-known community)\n"
11827        "Do not export to next AS (well-known community)\n"
11828        "community number\n"
11829        "Do not send outside local AS (well-known community)\n"
11830        "Do not advertise to any peer (well-known community)\n"
11831        "Do not export to next AS (well-known community)\n"
11832        "community number\n"
11833        "Do not send outside local AS (well-known community)\n"
11834        "Do not advertise to any peer (well-known community)\n"
11835        "Do not export to next AS (well-known community)\n"
11836        "Exact match of the communities")
11837
11838 DEFSH (0, show_bgp_ipv6_safi_summary_cmd_vtysh, 
11839        "show bgp ipv6 (unicast|multicast) summary", 
11840        "Show running system information\n"
11841        "BGP information\n"
11842        "Address family\n"
11843        "Address Family modifier\n"
11844        "Address Family modifier\n"
11845        "Summary of BGP neighbor status\n")
11846
11847 DEFSH (0, no_ospf6_redistribute_route_map_cmd_vtysh, 
11848        "no redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)" " route-map WORD", 
11849        "Negate a command or set its defaults\n"
11850        "Redistribute\n"
11851        "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"
11852        "Route map reference\n"
11853        "Route map name\n")
11854
11855 DEFSH (0, old_ipv6_bgp_network_cmd_vtysh, 
11856        "ipv6 bgp network X:X::X:X/M", 
11857        "IPv6 information\n"
11858        "BGP information\n"
11859        "Specify a network to announce via BGP\n"
11860        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
11861
11862 DEFSH (0, ip_ospf_authentication_args_addr_cmd_vtysh, 
11863        "ip ospf authentication (null|message-digest) A.B.C.D", 
11864        "IP Information\n"
11865        "OSPF interface commands\n"
11866        "Enable authentication on this interface\n"
11867        "Use null authentication\n"
11868        "Use message-digest authentication\n"
11869        "Address of interface")
11870
11871 DEFSH (0, no_neighbor_password_cmd_vtysh, 
11872        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "password", 
11873        "Negate a command or set its defaults\n"
11874        "Specify neighbor router\n"
11875        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
11876        "Set a password\n")
11877
11878 DEFSH (0, no_lsp_gen_interval_l1_arg_cmd_vtysh, 
11879        "no lsp-gen-interval level-1 <1-120>", 
11880        "Negate a command or set its defaults\n"
11881        "Minimum interval between regenerating same LSP\n"
11882        "Set interval for level 1 only\n"
11883        "Minimum interval in seconds\n")
11884
11885 DEFSH (0, show_ipv6_mbgp_community4_exact_cmd_vtysh, 
11886        "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", 
11887        "Show running system information\n"
11888        "IPv6 information\n"
11889        "MBGP information\n"
11890        "Display routes matching the communities\n"
11891        "community number\n"
11892        "Do not send outside local AS (well-known community)\n"
11893        "Do not advertise to any peer (well-known community)\n"
11894        "Do not export to next AS (well-known community)\n"
11895        "community number\n"
11896        "Do not send outside local AS (well-known community)\n"
11897        "Do not advertise to any peer (well-known community)\n"
11898        "Do not export to next AS (well-known community)\n"
11899        "community number\n"
11900        "Do not send outside local AS (well-known community)\n"
11901        "Do not advertise to any peer (well-known community)\n"
11902        "Do not export to next AS (well-known community)\n"
11903        "community number\n"
11904        "Do not send outside local AS (well-known community)\n"
11905        "Do not advertise to any peer (well-known community)\n"
11906        "Do not export to next AS (well-known community)\n"
11907        "Exact match of the communities")
11908
11909 DEFSH (0, show_ip_route_supernets_vrf_all_cmd_vtysh, 
11910        "show ip route supernets-only " "vrf all", 
11911        "Show running system information\n"
11912        "IP information\n"
11913        "IP routing table\n"
11914        "Show supernet entries only\n"
11915        "Specify the VRF\nAll VRFs\n")
11916
11917 DEFSH (0, show_bgp_ipv6_safi_neighbor_advertised_route_cmd_vtysh, 
11918        "show bgp ipv6 (multicast|unicast) neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
11919        "Show running system information\n"
11920        "BGP information\n"
11921        "Address Family modifier\n"
11922        "Address Family modifier\n"
11923        "Address Family modifier\n"
11924        "Detailed information on TCP and BGP neighbor connections\n"
11925        "Neighbor to display information about\n"
11926        "Neighbor to display information about\n"
11927        "Display the routes advertised to a BGP neighbor\n")
11928
11929 DEFSH (0, show_ipv6_mbgp_community_all_cmd_vtysh, 
11930        "show ipv6 mbgp community", 
11931        "Show running system information\n"
11932        "IPv6 information\n"
11933        "MBGP information\n"
11934        "Display routes matching the communities\n")
11935
11936 DEFSH (0, no_ip_route_flags_cmd_vtysh, 
11937        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole)", 
11938        "Negate a command or set its defaults\n"
11939        "IP information\n"
11940        "Establish static routes\n"
11941        "IP destination prefix (e.g. 10.0.0.0/8)\n"
11942        "IP gateway address\n"
11943        "IP gateway interface name\n"
11944        "Emit an ICMP unreachable when matched\n"
11945        "Silently discard pkts when matched\n")
11946
11947 DEFSH (0, show_ip_lcommunity_list_arg_cmd_vtysh, 
11948        "show ip large-community-list (<1-500>|WORD)", 
11949        "Show running system information\n"
11950        "IP information\n"
11951        "List large-community list\n"
11952        "large-community-list number\n"
11953        "large-community-list name\n")
11954
11955 DEFSH (0, no_debug_ospf6_spf_database_cmd_vtysh, 
11956        "no debug ospf6 spf database", 
11957        "Negate a command or set its defaults\n"
11958        "Debugging functions (see also 'undebug')\n"
11959        "Open Shortest Path First (OSPF) for IPv6\n"
11960        "Debug SPF Calculation\n"
11961        "Quit Logging number of LSAs at SPF Calculation time\n"
11962       )
11963
11964 DEFSH (0, debug_ospf6_neighbor_cmd_vtysh, 
11965        "debug ospf6 neighbor", 
11966        "Debugging functions (see also 'undebug')\n"
11967        "Open Shortest Path First (OSPF) for IPv6\n"
11968        "Debug OSPFv3 Neighbor\n"
11969       )
11970
11971 DEFSH (0, no_access_list_extended_mask_host_cmd_vtysh, 
11972        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D host A.B.C.D", 
11973        "Negate a command or set its defaults\n"
11974        "Add an access list entry\n"
11975        "IP extended access list\n"
11976        "IP extended access list (expanded range)\n"
11977        "Specify packets to reject\n"
11978        "Specify packets to forward\n"
11979        "Any Internet Protocol\n"
11980        "Source address\n"
11981        "Source wildcard bits\n"
11982        "A single destination host\n"
11983        "Destination address\n")
11984
11985 DEFSH (0, ip_ospf_dead_interval_minimal_addr_cmd_vtysh, 
11986        "ip ospf dead-interval minimal hello-multiplier <1-10> A.B.C.D", 
11987        "IP Information\n"
11988        "OSPF interface commands\n"
11989        "Interval after which a neighbor is declared dead\n"
11990        "Minimal 1s dead-interval with fast sub-second hellos\n"
11991        "Hello multiplier factor\n"
11992        "Number of Hellos to send each second\n"
11993        "Address of interface\n")
11994
11995 DEFSH (0, show_bgp_ipv6_rsclient_cmd_vtysh, 
11996        "show bgp ipv6 rsclient (A.B.C.D|X:X::X:X)", 
11997        "Show running system information\n"
11998        "BGP information\n"
11999        "Address Family\n"
12000        "Information about Route Server Client\n"
12001        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
12002
12003 DEFSH (0, show_bgp_view_ipv6_neighbor_received_prefix_filter_cmd_vtysh, 
12004        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
12005        "Show running system information\n"
12006        "BGP information\n"
12007        "BGP view\n"
12008        "View name\n"
12009        "Address family\n"
12010        "Detailed information on TCP and BGP neighbor connections\n"
12011        "Neighbor to display information about\n"
12012        "Neighbor to display information about\n"
12013        "Display information received from a BGP neighbor\n"
12014        "Display the prefixlist filter\n")
12015
12016 DEFSH (0, psnp_interval_cmd_vtysh, 
12017        "isis psnp-interval <1-120>", 
12018        "IS-IS commands\n"
12019        "Set PSNP interval in seconds\n"
12020        "PSNP interval value\n")
12021
12022 DEFSH (0|0|0|0, ipv6_prefix_list_seq_ge_cmd_vtysh, 
12023        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128>", 
12024        "IPv6 information\n"
12025        "Build a prefix list\n"
12026        "Name of a prefix list\n"
12027        "sequence number of an entry\n"
12028        "Sequence number\n"
12029        "Specify packets to reject\n"
12030        "Specify packets to forward\n"
12031        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
12032        "Minimum prefix length to be matched\n"
12033        "Minimum prefix length\n")
12034
12035 DEFSH (0, clear_bgp_instance_all_soft_out_cmd_vtysh, 
12036        "clear bgp view WORD * soft out", 
12037        "Reset functions\n"
12038        "BGP information\n"
12039        "BGP view\n"
12040        "view name\n"
12041        "Clear all peers\n"
12042        "Soft reconfig inbound and outbound updates\n"
12043        "Resend all outbound updates\n")
12044
12045 DEFSH (0, no_ip_multicast_mode_noarg_cmd_vtysh, 
12046        "no ip multicast rpf-lookup-mode", 
12047        "Negate a command or set its defaults\n"
12048        "IP information\n"
12049        "Multicast options\n"
12050        "RPF lookup behavior\n")
12051
12052 DEFSH (0, ospf_area_vlink_authtype_cmd_vtysh, 
12053        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
12054        "(authentication|)", 
12055        "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"
12056        "Enable authentication on this virtual link\n" "dummy string \n")
12057
12058 DEFSH (0, test_pim_receive_dump_cmd_vtysh, 
12059        "test pim receive dump INTERFACE A.B.C.D .LINE", 
12060        "Test\n"
12061        "Test PIM protocol\n"
12062        "Test PIM message reception\n"
12063        "Test PIM packet dump reception from neighbor\n"
12064        "Interface\n"
12065        "Neighbor address\n"
12066        "Packet dump\n")
12067
12068 DEFSH (0, no_bgp_network_mask_cmd_vtysh, 
12069        "no network A.B.C.D mask A.B.C.D", 
12070        "Negate a command or set its defaults\n"
12071        "Specify a network to announce via BGP\n"
12072        "Network number\n"
12073        "Network mask\n"
12074        "Network mask\n")
12075
12076 DEFSH (0|0|0|0, no_ip_prefix_list_ge_le_cmd_vtysh, 
12077        "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
12078        "Negate a command or set its defaults\n"
12079        "IP information\n"
12080        "Build a prefix list\n"
12081        "Name of a prefix list\n"
12082        "Specify packets to reject\n"
12083        "Specify packets to forward\n"
12084        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
12085        "Minimum prefix length to be matched\n"
12086        "Minimum prefix length\n"
12087        "Maximum prefix length to be matched\n"
12088        "Maximum prefix length\n")
12089
12090 DEFSH (0, test_igmp_receive_report_cmd_vtysh, 
12091        "test igmp receive report <0-65535> A.B.C.D <1-6> .LINE", 
12092        "Test\n"
12093        "Test IGMP protocol\n"
12094        "Test IGMP message\n"
12095        "Test IGMP report\n"
12096        "Socket\n"
12097        "IGMP group address\n"
12098        "Record type\n"
12099        "Sources\n")
12100
12101 DEFSH (0, no_ospf6_stub_router_admin_cmd_vtysh, 
12102        "no stub-router administrative", 
12103        "Negate a command or set its defaults\n"
12104        "Make router a stub router\n"
12105        "Advertise ability to be a transit router\n"
12106        "Administratively applied,  for an indefinite period\n")
12107
12108 DEFSH (0, no_ospf_area_vlink_param2_cmd_vtysh, 
12109        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
12110        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
12111        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
12112        "Negate a command or set its defaults\n"
12113        "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"
12114        "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"
12115        "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")
12116
12117 DEFSH (0, show_bgp_ipv4_safi_neighbor_damp_cmd_vtysh, 
12118        "show bgp ipv4 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
12119        "Show running system information\n"
12120        "BGP information\n"
12121        "Address Family Modifier\n"
12122        "Address Family Modifier\n"
12123        "Address Family Modifier\n"
12124        "Address Family Modifier\n"
12125        "Detailed information on TCP and BGP neighbor connections\n"
12126        "Neighbor to display information about\n"
12127        "Neighbor to display information about\n"
12128        "Display the dampened routes received from neighbor\n")
12129
12130 DEFSH (0, no_spf_interval_l2_cmd_vtysh, 
12131        "no spf-interval level-2", 
12132        "Negate a command or set its defaults\n"
12133        "Minimum interval between SPF calculations\n"
12134        "Set interval for level 2 only\n")
12135
12136 DEFSH (0, show_ipv6_ospf6_database_type_linkstate_id_cmd_vtysh, 
12137        "show ipv6 ospf6 database "
12138        "(router|network|inter-prefix|inter-router|as-external|"
12139        "group-membership|type-7|link|intra-prefix) linkstate-id A.B.C.D", 
12140        "Show running system information\n"
12141        "IPv6 information\n"
12142        "Open Shortest Path First (OSPF) for IPv6\n"
12143        "Display Link state database\n"
12144        "Display Router LSAs\n"
12145        "Display Network LSAs\n"
12146        "Display Inter-Area-Prefix LSAs\n"
12147        "Display Inter-Area-Router LSAs\n"
12148        "Display As-External LSAs\n"
12149        "Display Group-Membership LSAs\n"
12150        "Display Type-7 LSAs\n"
12151        "Display Link LSAs\n"
12152        "Display Intra-Area-Prefix LSAs\n"
12153        "Search by Link state ID\n"
12154        "Specify Link state ID as IPv4 address notation\n"
12155       )
12156
12157 DEFSH (0, no_ip_route_mask_distance_cmd_vtysh, 
12158        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255>", 
12159        "Negate a command or set its defaults\n"
12160        "IP information\n"
12161        "Establish static routes\n"
12162        "IP destination prefix\n"
12163        "IP destination prefix mask\n"
12164        "IP gateway address\n"
12165        "IP gateway interface name\n"
12166        "Null interface\n"
12167        "Distance value for this route\n")
12168
12169 DEFSH (0, show_bgp_ipv6_lcommunity_list_cmd_vtysh, 
12170        "show bgp ipv6 large-community-list (<1-500>|WORD)", 
12171        "Show running system information\n"
12172        "BGP information\n"
12173        "Address family\n"
12174        "Display routes matching the large-community-list\n"
12175        "large-community-list number\n"
12176        "large-community-list name\n")
12177
12178 DEFSH (0|0|0|0, ipv6_prefix_list_description_cmd_vtysh, 
12179        "ipv6 prefix-list WORD description .LINE", 
12180        "IPv6 information\n"
12181        "Build a prefix list\n"
12182        "Name of a prefix list\n"
12183        "Prefix-list specific description\n"
12184        "Up to 80 characters describing this prefix-list\n")
12185
12186 DEFSH (0, show_bgp_ipv6_safi_flap_regexp_cmd_vtysh, 
12187        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics regexp .LINE", 
12188        "Show running system information\n"
12189        "BGP information\n"
12190        "IPv6 information\n"
12191        "Address Family Modifier\n"
12192        "Address Family Modifier\n"
12193        "Address Family Modifier\n"
12194        "Address Family Modifier\n"
12195        "Display flap statistics of routes\n"
12196        "Display routes matching the AS path regular expression\n"
12197        "A regular-expression to match the BGP AS paths\n")
12198
12199 DEFSH (0, ipv6_route_ifname_flags_pref_cmd_vtysh, 
12200        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255>", 
12201        "IP information\n"
12202        "Establish static routes\n"
12203        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
12204        "IPv6 gateway address\n"
12205        "IPv6 gateway interface name\n"
12206        "Emit an ICMP unreachable when matched\n"
12207        "Silently discard pkts when matched\n"
12208        "Distance value for this prefix\n")
12209
12210 DEFSH (0, neighbor_set_peer_group_cmd_vtysh, 
12211        "neighbor (A.B.C.D|X:X::X:X) " "peer-group WORD", 
12212        "Specify neighbor router\n"
12213        "Neighbor address\nIPv6 address\n"
12214        "Member of the peer-group\n"
12215        "peer-group name\n")
12216
12217 DEFSH (0, access_list_extended_any_mask_cmd_vtysh, 
12218        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any A.B.C.D A.B.C.D", 
12219        "Add an access list entry\n"
12220        "IP extended access list\n"
12221        "IP extended access list (expanded range)\n"
12222        "Specify packets to reject\n"
12223        "Specify packets to forward\n"
12224        "Any Internet Protocol\n"
12225        "Any source host\n"
12226        "Destination address\n"
12227        "Destination Wildcard bits\n")
12228
12229 DEFSH (0, no_ospf_area_vlink_param1_cmd_vtysh, 
12230        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
12231        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
12232        "Negate a command or set its defaults\n"
12233        "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"
12234        "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")
12235
12236 DEFSH (0, show_ipv6_ospf6_database_type_linkstate_id_detail_cmd_vtysh, 
12237        "show ipv6 ospf6 database "
12238        "(router|network|inter-prefix|inter-router|as-external|"
12239        "group-membership|type-7|link|intra-prefix) linkstate-id A.B.C.D "
12240        "(detail|dump|internal)", 
12241        "Show running system information\n"
12242        "IPv6 information\n"
12243        "Open Shortest Path First (OSPF) for IPv6\n"
12244        "Display Link state database\n"
12245        "Display Router LSAs\n"
12246        "Display Network LSAs\n"
12247        "Display Inter-Area-Prefix LSAs\n"
12248        "Display Inter-Area-Router LSAs\n"
12249        "Display As-External LSAs\n"
12250        "Display Group-Membership LSAs\n"
12251        "Display Type-7 LSAs\n"
12252        "Display Link LSAs\n"
12253        "Display Intra-Area-Prefix LSAs\n"
12254        "Search by Link state ID\n"
12255        "Specify Link state ID as IPv4 address notation\n"
12256        "Display details of LSAs\n"
12257        "Dump LSAs\n"
12258        "Display LSA's internal information\n"
12259       )
12260
12261 DEFSH (0, neighbor_route_server_client_cmd_vtysh, 
12262        "neighbor (A.B.C.D|X:X::X:X|WORD) " "route-server-client", 
12263        "Specify neighbor router\n"
12264        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
12265        "Configure a neighbor as Route Server client\n")
12266
12267 DEFSH (0, show_bgp_ipv6_safi_rsclient_cmd_vtysh, 
12268        "show bgp ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
12269        "Show running system information\n"
12270        "BGP information\n"
12271        "Address family\n"
12272        "Address Family modifier\n"
12273        "Address Family modifier\n"
12274        "Information about Route Server Client\n"
12275        "Neighbor address\nIPv6 address\n")
12276
12277 DEFSH (0, no_capability_opaque_cmd_vtysh, 
12278        "no capability opaque", 
12279        "Negate a command or set its defaults\n"
12280        "Enable specific OSPF feature\n"
12281        "Opaque LSA\n")
12282
12283 DEFSH (0, no_ospf_cost_inet4_cmd_vtysh, 
12284        "no ospf cost A.B.C.D", 
12285        "Negate a command or set its defaults\n"
12286        "OSPF interface commands\n"
12287        "Interface cost\n"
12288        "Address of interface")
12289
12290 DEFSH (0, show_ipv6_ospf6_route_cmd_vtysh, 
12291        "show ipv6 ospf6 route", 
12292        "Show running system information\n"
12293        "IPv6 Information\n"
12294        "Open Shortest Path First (OSPF) for IPv6\n"
12295        "Routing Table\n"
12296        )
12297
12298 DEFSH (0, show_ip_bgp_damp_flap_cidr_only_cmd_vtysh, 
12299        "show ip bgp dampening flap-statistics cidr-only", 
12300        "Show running system information\n"
12301        "IP information\n"
12302        "BGP information\n"
12303        "Display detailed information about dampening\n"
12304        "Display flap statistics of routes\n"
12305        "Display only routes with non-natural netmasks\n")
12306
12307 DEFSH (0, ip_ospf_authentication_key_cmd_vtysh, 
12308        "ip ospf authentication-key AUTH_KEY", 
12309        "IP Information\n"
12310        "OSPF interface commands\n"
12311        "Authentication password (key)\n"
12312        "The OSPF password (key)")
12313
12314 DEFSH (0, show_ip_igmp_interface_cmd_vtysh, 
12315        "show ip igmp interface", 
12316        "Show running system information\n"
12317        "IP information\n"
12318        "IGMP information\n"
12319        "IGMP interface information\n")
12320
12321 DEFSH (0, clear_ip_bgp_peer_group_in_cmd_vtysh, 
12322        "clear ip bgp peer-group WORD in", 
12323        "Reset functions\n"
12324        "IP information\n"
12325        "BGP information\n"
12326        "Clear all members of peer-group\n"
12327        "BGP peer-group name\n"
12328        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
12329
12330 DEFSH (0, clear_ip_bgp_instance_all_ipv4_soft_cmd_vtysh, 
12331        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft", 
12332        "Reset functions\n"
12333        "IP information\n"
12334        "BGP information\n"
12335        "BGP view\n"
12336        "view name\n"
12337        "Clear all peers\n"
12338        "Address family\n"
12339        "Address Family Modifier\n"
12340        "Address Family Modifier\n"
12341        "Soft reconfig inbound and outbound updates\n")
12342
12343 DEFSH (0, no_area_import_list_cmd_vtysh, 
12344        "no area A.B.C.D import-list NAME", 
12345        "OSPFv6 area parameters\n"
12346        "OSPFv6 area ID in IP address format\n"
12347        "Unset the filter for networks announced to other areas\n"
12348        "NAme of the access-list\n")
12349
12350 DEFSH (0, show_bgp_ipv4_prefix_list_cmd_vtysh, 
12351        "show bgp ipv4 prefix-list WORD", 
12352        "Show running system information\n"
12353        "BGP information\n"
12354        "IP information\n"
12355        "Display routes conforming to the prefix-list\n"
12356        "IP prefix-list name\n")
12357
12358 DEFSH (0, clear_ip_bgp_as_encap_out_cmd_vtysh, 
12359        "clear ip bgp " "<1-4294967295>" " encap unicast out", 
12360        "Reset functions\n"
12361        "IP information\n"
12362        "BGP information\n"
12363        "Clear peers with the AS number\n"
12364        "Address family\n"
12365        "Address Family modifier\n"
12366        "Soft reconfig outbound update\n")
12367
12368 DEFSH (0|0|0|0, ip_prefix_list_seq_le_ge_cmd_vtysh, 
12369        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
12370        "IP information\n"
12371        "Build a prefix list\n"
12372        "Name of a prefix list\n"
12373        "sequence number of an entry\n"
12374        "Sequence number\n"
12375        "Specify packets to reject\n"
12376        "Specify packets to forward\n"
12377        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
12378        "Maximum prefix length to be matched\n"
12379        "Maximum prefix length\n"
12380        "Minimum prefix length to be matched\n"
12381        "Minimum prefix length\n")
12382
12383 DEFSH (0, ipv6_nd_router_preference_cmd_vtysh, 
12384        "ipv6 nd router-preference (high|medium|low)", 
12385        "Interface IPv6 config commands\n"
12386        "Neighbor discovery\n"
12387        "Default router preference\n"
12388        "High default router preference\n"
12389        "Low default router preference\n"
12390        "Medium default router preference (default)\n")
12391
12392 DEFSH (0, show_bgp_view_afi_safi_lcommunity2_cmd_vtysh, 
12393        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC)", 
12394        "Show running system information\n"
12395        "BGP information\n"
12396        "BGP view\n"
12397        "View name\n"
12398        "Address family\n"
12399        "Address family\n"
12400        "Address family modifier\n"
12401        "Address family modifier\n"
12402        "Display routes matching the large-communities\n"
12403        "large-community number\n"
12404        "large-community number\n")
12405
12406 DEFSH (0, no_ip_ospf_authentication_cmd_vtysh, 
12407        "no ip ospf authentication", 
12408        "Negate a command or set its defaults\n"
12409        "IP Information\n"
12410        "OSPF interface commands\n"
12411        "Enable authentication on this interface\n")
12412
12413 DEFSH (0, show_ipv6_route_summary_vrf_cmd_vtysh, 
12414        "show ipv6 route summary " "vrf <0-65535>", 
12415        "Show running system information\n"
12416        "IP information\n"
12417        "IPv6 routing table\n"
12418        "Summary of all IPv6 routes\n"
12419        "Specify the VRF\nThe VRF ID\n")
12420
12421 DEFSH (0, no_access_list_standard_nomask_cmd_vtysh, 
12422        "no access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D", 
12423        "Negate a command or set its defaults\n"
12424        "Add an access list entry\n"
12425        "IP standard access list\n"
12426        "IP standard access list (expanded range)\n"
12427        "Specify packets to reject\n"
12428        "Specify packets to forward\n"
12429        "Address to match\n")
12430
12431 DEFSH (0, clear_ip_bgp_external_ipv4_soft_out_cmd_vtysh, 
12432        "clear ip bgp external ipv4 (unicast|multicast) soft out", 
12433        "Reset functions\n"
12434        "IP information\n"
12435        "BGP information\n"
12436        "Clear all external peers\n"
12437        "Address family\n"
12438        "Address Family modifier\n"
12439        "Address Family modifier\n"
12440        "Soft reconfig inbound and outbound updates\n"
12441        "Resend all outbound updates\n")
12442
12443 DEFSH (0, undebug_ssmpingd_cmd_vtysh, 
12444        "undebug ssmpingd", 
12445        "Disable debugging functions (see also 'debug')\n"
12446        "PIM protocol activity\n"
12447        "ssmpingd activity\n")
12448
12449 DEFSH (0, ip_ospf_priority_addr_cmd_vtysh, 
12450        "ip ospf priority <0-255> A.B.C.D", 
12451        "IP Information\n"
12452        "OSPF interface commands\n"
12453        "Router priority\n"
12454        "Priority\n"
12455        "Address of interface")
12456
12457 DEFSH (0, ipv6_route_ifname_flags_tag_vrf_cmd_vtysh, 
12458        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295>" "vrf <0-65535>", 
12459        "IP information\n"
12460        "Establish static routes\n"
12461        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
12462        "IPv6 gateway address\n"
12463        "IPv6 gateway interface name\n"
12464        "Emit an ICMP unreachable when matched\n"
12465        "Silently discard pkts when matched\n"
12466        "Set tag for this route\n"
12467        "Tag value\n"
12468        "Specify the VRF\nThe VRF ID\n")
12469
12470 DEFSH (0, show_ipv6_route_prefix_longer_cmd_vtysh, 
12471        "show ipv6 route X:X::X:X/M longer-prefixes", 
12472        "Show running system information\n"
12473        "IP information\n"
12474        "IPv6 routing table\n"
12475        "IPv6 prefix\n"
12476        "Show route matching the specified Network/Mask pair only\n")
12477
12478 DEFSH (0, no_bgp_network_route_map_cmd_vtysh, 
12479        "no network A.B.C.D/M route-map WORD", 
12480        "Negate a command or set its defaults\n"
12481        "Specify a network to announce via BGP\n"
12482        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
12483        "Route-map to modify the attributes\n"
12484        "Name of the route map\n")
12485
12486 DEFSH (0, dump_bgp_all_cmd_vtysh, 
12487        "dump bgp (all|all-et|updates|updates-et|routes-mrt) PATH [INTERVAL]", 
12488        "Dump packet\n"
12489        "BGP packet dump\n"
12490        "Dump all BGP packets\nDump all BGP packets (Extended Tiemstamp Header)\n"
12491        "Dump BGP updates only\nDump BGP updates only (Extended Tiemstamp Header)\n"
12492        "Dump whole BGP routing table\n"
12493        "Output filename\n"
12494        "Interval of output\n")
12495
12496 DEFSH (0, show_ip_bgp_ipv4_lcommunity_cmd_vtysh, 
12497        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC)", 
12498        "Show running system information\n"
12499        "IP information\n"
12500        "BGP information\n"
12501        "Address family\n"
12502        "Address Family modifier\n"
12503        "Address Family modifier\n"
12504        "Display routes matching the large-communities\n"
12505        "large-community number\n")
12506
12507 DEFSH (0, old_ipv6_aggregate_address_summary_only_cmd_vtysh, 
12508        "ipv6 bgp aggregate-address X:X::X:X/M summary-only", 
12509        "IPv6 information\n"
12510        "BGP information\n"
12511        "Configure BGP aggregate entries\n"
12512        "Aggregate prefix\n"
12513        "Filter more specific routes from updates\n")
12514
12515 DEFSH (0, show_bgp_ipv6_community3_cmd_vtysh, 
12516        "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)", 
12517        "Show running system information\n"
12518        "BGP information\n"
12519        "Address family\n"
12520        "Display routes matching the communities\n"
12521        "community number\n"
12522        "Do not send outside local AS (well-known community)\n"
12523        "Do not advertise to any peer (well-known community)\n"
12524        "Do not export to next AS (well-known community)\n"
12525        "community number\n"
12526        "Do not send outside local AS (well-known community)\n"
12527        "Do not advertise to any peer (well-known community)\n"
12528        "Do not export to next AS (well-known community)\n"
12529        "community number\n"
12530        "Do not send outside local AS (well-known community)\n"
12531        "Do not advertise to any peer (well-known community)\n"
12532        "Do not export to next AS (well-known community)\n")
12533
12534 DEFSH (0, show_bgp_summary_cmd_vtysh, 
12535        "show bgp summary", 
12536        "Show running system information\n"
12537        "BGP information\n"
12538        "Summary of BGP neighbor status\n")
12539
12540 DEFSH (0, bgp_graceful_restart_restart_time_cmd_vtysh, 
12541        "bgp graceful-restart restart-time <1-3600>", 
12542        "BGP specific commands\n"
12543        "Graceful restart capability parameters\n"
12544        "Set the time to wait to delete stale routes before a BGP open message is received\n"
12545        "Delay value (seconds)\n")
12546
12547 DEFSH (0, clear_ip_ospf_interface_cmd_vtysh, 
12548        "clear ip ospf interface [IFNAME]", 
12549        "Reset functions\n"
12550        "IP information\n"
12551        "OSPF information\n"
12552        "Interface information\n"
12553        "Interface name\n")
12554
12555 DEFSH (0, show_bgp_ipv4_safi_flap_statistics_cmd_vtysh, 
12556        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics", 
12557        "Show running system information\n"
12558        "BGP information\n"
12559        "Address Family\n"
12560        "Address Family modifier\n"
12561        "Address Family modifier\n"
12562        "Address Family modifier\n"
12563        "Address Family modifier\n"
12564        "Display flap statistics of routes\n")
12565
12566 DEFSH (0, no_ospf_passive_interface_default_cmd_vtysh, 
12567        "no passive-interface default", 
12568        "Negate a command or set its defaults\n"
12569        "Allow routing updates on an interface\n"
12570        "Allow routing updates on interfaces by default\n")
12571
12572 DEFSH (0, no_ip_route_mask_flags2_cmd_vtysh, 
12573        "no ip route A.B.C.D A.B.C.D (reject|blackhole)", 
12574        "Negate a command or set its defaults\n"
12575        "IP information\n"
12576        "Establish static routes\n"
12577        "IP destination prefix\n"
12578        "IP destination prefix mask\n"
12579        "Emit an ICMP unreachable when matched\n"
12580        "Silently discard pkts when matched\n")
12581
12582 DEFSH (0, show_ip_igmp_parameters_cmd_vtysh, 
12583        "show ip igmp parameters", 
12584        "Show running system information\n"
12585        "IP information\n"
12586        "IGMP information\n"
12587        "IGMP parameters information\n")
12588
12589 DEFSH (0, if_nhrp_flags_cmd_vtysh, 
12590  "(ip|ipv6)" " nhrp (shortcut|redirect)", 
12591  "IP information\n" "IPv6 information\n"
12592  "Next Hop Resolution Protocol functions\n"
12593  "Allow shortcut establishment\n"
12594  "Send redirect notifications\n")
12595
12596 DEFSH (0, ip_rip_authentication_key_chain_cmd_vtysh, 
12597        "ip rip authentication key-chain LINE", 
12598        "IP information\n"
12599        "Routing Information Protocol\n"
12600        "Authentication control\n"
12601        "Authentication key-chain\n"
12602        "name of key-chain\n")
12603
12604 DEFSH (0, no_debug_bgp_zebra_cmd_vtysh, 
12605        "no debug bgp zebra", 
12606        "Negate a command or set its defaults\n"
12607        "Debugging functions (see also 'undebug')\n"
12608        "BGP information\n"
12609        "BGP Zebra messages\n")
12610
12611 DEFSH (0, show_bgp_ipv6_route_pathtype_cmd_vtysh, 
12612        "show bgp ipv6 X:X::X:X (bestpath|multipath)", 
12613        "Show running system information\n"
12614        "BGP information\n"
12615        "Address family\n"
12616        "Network in the BGP routing table to display\n"
12617        "Display only the bestpath\n"
12618        "Display only multipaths\n")
12619
12620 DEFSH (0, no_ospf_refresh_timer_val_cmd_vtysh, 
12621        "no refresh timer <10-1800>", 
12622        "Adjust refresh parameters\n"
12623        "Unset refresh timer\n"
12624        "Timer value in seconds\n")
12625
12626 DEFSH (0, clear_ip_bgp_peer_vpnv4_in_cmd_vtysh, 
12627        "clear ip bgp A.B.C.D vpnv4 unicast in", 
12628        "Reset functions\n"
12629        "IP information\n"
12630        "BGP information\n"
12631        "BGP neighbor address to clear\n"
12632        "Address family\n"
12633        "Address Family Modifier\n"
12634        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
12635
12636 DEFSH (0, debug_ospf_nssa_cmd_vtysh, 
12637        "debug ospf nssa", 
12638        "Debugging functions (see also 'undebug')\n"
12639        "OSPF information\n"
12640        "OSPF nssa information\n")
12641
12642 DEFSH (0, no_redistribute_ospf6_cmd_vtysh, 
12643        "no redistribute ospf6", 
12644        "Negate a command or set its defaults\n"
12645        "Redistribute control\n"
12646        "OSPF6 route\n")
12647
12648 DEFSH (0, ip_route_flags_tag_distance2_cmd_vtysh, 
12649        "ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>", 
12650        "IP information\n"
12651        "Establish static routes\n"
12652        "IP destination prefix (e.g. 10.0.0.0/8)\n"
12653        "Emit an ICMP unreachable when matched\n"
12654        "Silently discard pkts when matched\n"
12655        "Set tag for this route\n"
12656        "Tag value\n"
12657        "Distance value for this route\n")
12658
12659 DEFSH (0, show_bgp_ipv4_community4_cmd_vtysh, 
12660        "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)", 
12661        "Show running system information\n"
12662        "BGP information\n"
12663        "IP information\n"
12664        "Display routes matching the communities\n"
12665        "community number\n"
12666        "Do not send outside local AS (well-known community)\n"
12667        "Do not advertise to any peer (well-known community)\n"
12668        "Do not export to next AS (well-known community)\n"
12669        "community number\n"
12670        "Do not send outside local AS (well-known community)\n"
12671        "Do not advertise to any peer (well-known community)\n"
12672        "Do not export to next AS (well-known community)\n"
12673        "community number\n"
12674        "Do not send outside local AS (well-known community)\n"
12675        "Do not advertise to any peer (well-known community)\n"
12676        "Do not export to next AS (well-known community)\n"
12677        "community number\n"
12678        "Do not send outside local AS (well-known community)\n"
12679        "Do not advertise to any peer (well-known community)\n"
12680        "Do not export to next AS (well-known community)\n")
12681
12682 DEFSH (0, show_ip_bgp_rsclient_prefix_cmd_vtysh, 
12683        "show ip bgp rsclient (A.B.C.D|X:X::X:X) A.B.C.D/M", 
12684        "Show running system information\n"
12685        "IP information\n"
12686        "BGP information\n"
12687        "Information about Route Server Client\n"
12688        "Neighbor address\nIPv6 address\n"
12689        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
12690
12691 DEFSH (0, no_ip_extcommunity_list_expanded_cmd_vtysh, 
12692        "no ip extcommunity-list <100-500> (deny|permit) .LINE", 
12693        "Negate a command or set its defaults\n"
12694        "IP information\n"
12695        "Add a extended community list entry\n"
12696        "Extended Community list number (expanded)\n"
12697        "Specify community to reject\n"
12698        "Specify community to accept\n"
12699        "An ordered list as a regular-expression\n")
12700
12701 DEFSH (0, show_bgp_ipv6_vpn_rd_cmd_vtysh, 
12702        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn", 
12703        "Show running system information\n"
12704        "BGP information\n"
12705        "Address Family\n"
12706        "Display VPN NLRI specific information\n"
12707        "Display information for a route distinguisher\n"
12708        "VPN Route Distinguisher\n")
12709
12710 DEFSH (0, no_bgp_graceful_restart_cmd_vtysh, 
12711        "no bgp graceful-restart", 
12712        "Negate a command or set its defaults\n"
12713        "BGP specific commands\n"
12714        "Graceful restart capability parameters\n")
12715
12716 DEFSH (0, no_lsp_gen_interval_cmd_vtysh, 
12717        "no lsp-gen-interval", 
12718        "Negate a command or set its defaults\n"
12719        "Minimum interval between regenerating same LSP\n")
12720
12721 DEFSH (0, show_ipv6_ospf6_database_id_router_detail_cmd_vtysh, 
12722        "show ipv6 ospf6 database * A.B.C.D A.B.C.D "
12723        "(detail|dump|internal)", 
12724        "Show running system information\n"
12725        "IPv6 information\n"
12726        "Open Shortest Path First (OSPF) for IPv6\n"
12727        "Display Link state database\n"
12728        "Any Link state Type\n"
12729        "Specify Link state ID as IPv4 address notation\n"
12730        "Specify Advertising Router as IPv4 address notation\n"
12731        "Display details of LSAs\n"
12732        "Dump LSAs\n"
12733        "Display LSA's internal information\n"
12734       )
12735
12736 DEFSH (0, no_ospf_message_digest_key_cmd_vtysh, 
12737        "no ospf message-digest-key <1-255>", 
12738        "Negate a command or set its defaults\n"
12739        "OSPF interface commands\n"
12740        "Message digest authentication password (key)\n"
12741        "Key ID\n")
12742
12743 DEFSH (0, no_bgp_maxpaths_arg_cmd_vtysh, 
12744        "no maximum-paths " "<" "1" "-" "1" ">", 
12745        "Negate a command or set its defaults\n"
12746        "Forward packets over multiple paths\n"
12747        "Number of paths\n")
12748
12749 DEFSH (0, no_bgp_timers_cmd_vtysh, 
12750        "no timers bgp", 
12751        "Negate a command or set its defaults\n"
12752        "Adjust routing timers\n"
12753        "BGP timers\n")
12754
12755 DEFSH (0, no_ip_address_label_cmd_vtysh, 
12756        "no ip address A.B.C.D/M label LINE", 
12757        "Negate a command or set its defaults\n"
12758        "Interface Internet Protocol config commands\n"
12759        "Set the IP address of an interface\n"
12760        "IP address (e.g. 10.0.0.1/8)\n"
12761        "Label of this address\n"
12762        "Label\n")
12763
12764 DEFSH (0, show_ip_bgp_ipv4_community_exact_cmd_vtysh, 
12765        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
12766        "Show running system information\n"
12767        "IP information\n"
12768        "BGP information\n"
12769        "Address family\n"
12770        "Address Family modifier\n"
12771        "Address Family modifier\n"
12772        "Display routes matching the communities\n"
12773        "community number\n"
12774        "Do not send outside local AS (well-known community)\n"
12775        "Do not advertise to any peer (well-known community)\n"
12776        "Do not export to next AS (well-known community)\n"
12777        "Exact match of the communities")
12778
12779 DEFSH (0, no_ospf_area_vlink_cmd_vtysh, 
12780        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D", 
12781        "Negate a command or set its defaults\n"
12782        "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")
12783
12784 DEFSH (0, no_ospf_area_nssa_cmd_vtysh, 
12785        "no area (A.B.C.D|<0-4294967295>) nssa", 
12786        "Negate a command or set its defaults\n"
12787        "OSPF area parameters\n"
12788        "OSPF area ID in IP address format\n"
12789        "OSPF area ID as a decimal value\n"
12790        "Configure OSPF area as nssa\n")
12791
12792 DEFSH (0, no_neighbor_attr_unchanged8_cmd_vtysh, 
12793        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop as-path med", 
12794        "Negate a command or set its defaults\n"
12795        "Specify neighbor router\n"
12796        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
12797        "BGP attribute is propagated unchanged to this neighbor\n"
12798        "Nexthop attribute\n"
12799        "As-path attribute\n"
12800        "Med attribute\n")
12801
12802 DEFSH (0|0|0|0|0|0, no_rmap_onmatch_next_cmd_vtysh, 
12803        "no on-match next", 
12804        "Negate a command or set its defaults\n"
12805        "Exit policy on matches\n"
12806        "Next clause\n")
12807
12808 DEFSH (0|0|0|0, no_ipv6_prefix_list_ge_le_cmd_vtysh, 
12809        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
12810        "Negate a command or set its defaults\n"
12811        "IPv6 information\n"
12812        "Build a prefix list\n"
12813        "Name of a prefix list\n"
12814        "Specify packets to reject\n"
12815        "Specify packets to forward\n"
12816        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
12817        "Minimum prefix length to be matched\n"
12818        "Minimum prefix length\n"
12819        "Maximum prefix length to be matched\n"
12820        "Maximum prefix length\n")
12821
12822 DEFSH (0, ipv6_nd_prefix_val_cmd_vtysh, 
12823        "ipv6 nd prefix X:X::X:X/M (<0-4294967295>|infinite) "
12824        "(<0-4294967295>|infinite)", 
12825        "Interface IPv6 config commands\n"
12826        "Neighbor discovery\n"
12827        "Prefix information\n"
12828        "IPv6 prefix\n"
12829        "Valid lifetime in seconds\n"
12830        "Infinite valid lifetime\n"
12831        "Preferred lifetime in seconds\n"
12832        "Infinite preferred lifetime\n")
12833
12834 DEFSH (0, show_bgp_view_neighbor_flap_cmd_vtysh, 
12835        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
12836        "Show running system information\n"
12837        "BGP information\n"
12838        "BGP view\n"
12839        "View name\n"
12840        "Detailed information on TCP and BGP neighbor connections\n"
12841        "Neighbor to display information about\n"
12842        "Neighbor to display information about\n"
12843        "Display flap statistics of the routes learned from neighbor\n")
12844
12845 DEFSH (0, show_bgp_ipv6_flap_address_cmd_vtysh, 
12846        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics A.B.C.D", 
12847        "Show running system information\n"
12848        "BGP information\n"
12849        "Address family\n"
12850        "Address Family modifier\n"
12851        "Address Family modifier\n"
12852        "Address Family modifier\n"
12853        "Address Family modifier\n"
12854        "Display flap statistics of routes\n"
12855        "Network in the BGP routing table to display\n")
12856
12857 DEFSH (0|0|0|0|0|0, no_set_metric_val_cmd_vtysh, 
12858        "no set metric <0-4294967295>", 
12859        "Negate a command or set its defaults\n"
12860        "Set values in destination routing protocol\n"
12861        "Metric value for destination routing protocol\n"
12862        "Metric value\n")
12863
12864 DEFSH (0, show_bgp_community2_exact_cmd_vtysh, 
12865        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
12866        "Show running system information\n"
12867        "BGP information\n"
12868        "Display routes matching the communities\n"
12869        "community number\n"
12870        "Do not send outside local AS (well-known community)\n"
12871        "Do not advertise to any peer (well-known community)\n"
12872        "Do not export to next AS (well-known community)\n"
12873        "community number\n"
12874        "Do not send outside local AS (well-known community)\n"
12875        "Do not advertise to any peer (well-known community)\n"
12876        "Do not export to next AS (well-known community)\n"
12877        "Exact match of the communities")
12878
12879 DEFSH (0, no_ip_rip_authentication_mode_type_cmd_vtysh, 
12880        "no ip rip authentication mode (md5|text)", 
12881        "Negate a command or set its defaults\n"
12882        "IP information\n"
12883        "Routing Information Protocol\n"
12884        "Authentication control\n"
12885        "Authentication mode\n"
12886        "Keyed message digest\n"
12887        "Clear text authentication\n")
12888
12889 DEFSH (0, no_rip_distance_source_cmd_vtysh, 
12890        "no distance <1-255> A.B.C.D/M", 
12891        "Negate a command or set its defaults\n"
12892        "Administrative distance\n"
12893        "Distance value\n"
12894        "IP source prefix\n")
12895
12896 DEFSH (0, ospf_timers_min_ls_arrival_cmd_vtysh, 
12897        "timers lsa arrival <0-1000>", 
12898        "Adjust routing timers\n"
12899        "Throttling link state advertisement delays\n"
12900        "OSPF minimum arrival interval delay\n"
12901        "Delay (msec) between accepted LSAs\n")
12902
12903 DEFSH (0, no_ip_ospf_authentication_key_cmd_vtysh, 
12904        "no ip ospf authentication-key", 
12905        "Negate a command or set its defaults\n"
12906        "IP Information\n"
12907        "OSPF interface commands\n"
12908        "Authentication password (key)\n")
12909
12910 DEFSH (0, rip_offset_list_ifname_cmd_vtysh, 
12911        "offset-list WORD (in|out) <0-16> IFNAME", 
12912        "Modify RIP metric\n"
12913        "Access-list name\n"
12914        "For incoming updates\n"
12915        "For outgoing updates\n"
12916        "Metric value\n"
12917        "Interface to match\n")
12918
12919 DEFSH (0, no_csnp_interval_l2_arg_cmd_vtysh, 
12920        "no isis csnp-interval <1-600> level-2", 
12921        "Negate a command or set its defaults\n"
12922        "IS-IS commands\n"
12923        "Set CSNP interval in seconds\n"
12924        "CSNP interval value\n"
12925        "Specify interval for level-2 CSNPs\n")
12926
12927 DEFSH (0, show_ipv6_ospf6_database_router_cmd_vtysh, 
12928        "show ipv6 ospf6 database * * A.B.C.D", 
12929        "Show running system information\n"
12930        "IPv6 information\n"
12931        "Open Shortest Path First (OSPF) for IPv6\n"
12932        "Display Link state database\n"
12933        "Any Link state Type\n"
12934        "Any Link state ID\n"
12935        "Specify Advertising Router as IPv4 address notation\n"
12936       )
12937
12938 DEFSH (0, show_bgp_ipv4_vpn_neighbor_advertised_routes_cmd_vtysh, 
12939        "show bgp ipv4 vpn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
12940        "Show running system information\n"
12941        "BGP information\n"
12942        "Address Family\n"
12943        "Display VPN NLRI specific information\n"
12944        "Detailed information on TCP and BGP neighbor connections\n"
12945        "Neighbor to display information about\n"
12946        "Display the routes advertised to a BGP neighbor\n")
12947
12948 DEFSH (0, no_ospf_area_vlink_authtype_md5_cmd_vtysh, 
12949        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
12950        "(authentication|) "
12951        "(message-digest-key|)", 
12952        "Negate a command or set its defaults\n"
12953        "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"
12954        "Enable authentication on this virtual link\n" "dummy string \n"
12955        "Message digest authentication password (key)\n" "dummy string \n" "Key ID\n" "Use MD5 algorithm\n" "The OSPF password (key)")
12956
12957 DEFSH (0, show_ip_bgp_vpnv4_all_summary_cmd_vtysh, 
12958        "show ip bgp vpnv4 all summary", 
12959        "Show running system information\n"
12960        "IP information\n"
12961        "BGP information\n"
12962        "Display VPNv4 NLRI specific information\n"
12963        "Display information about all VPNv4 NLRIs\n"
12964        "Summary of BGP neighbor status\n")
12965
12966 DEFSH (0, no_ip_extcommunity_list_name_standard_cmd_vtysh, 
12967        "no ip extcommunity-list standard WORD (deny|permit) .AA:NN", 
12968        "Negate a command or set its defaults\n"
12969        "IP information\n"
12970        "Add a extended community list entry\n"
12971        "Specify standard extcommunity-list\n"
12972        "Extended Community list name\n"
12973        "Specify community to reject\n"
12974        "Specify community to accept\n"
12975        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
12976
12977 DEFSH (0, show_ip_bgp_route_cmd_vtysh, 
12978        "show ip bgp A.B.C.D", 
12979        "Show running system information\n"
12980        "IP information\n"
12981        "BGP information\n"
12982        "Network in the BGP routing table to display\n")
12983
12984 DEFSH (0, no_ip_community_list_name_expanded_cmd_vtysh, 
12985        "no ip community-list expanded WORD (deny|permit) .LINE", 
12986        "Negate a command or set its defaults\n"
12987        "IP information\n"
12988        "Add a community list entry\n"
12989        "Specify an expanded community-list\n"
12990        "Community list name\n"
12991        "Specify community to reject\n"
12992        "Specify community to accept\n"
12993        "An ordered list as a regular-expression\n")
12994
12995 DEFSH (0, isis_priority_cmd_vtysh, 
12996        "isis priority <0-127>", 
12997        "IS-IS commands\n"
12998        "Set priority for Designated Router election\n"
12999        "Priority value\n")
13000
13001 DEFSH (0, show_ip_bgp_ipv4_route_cmd_vtysh, 
13002        "show ip bgp ipv4 (unicast|multicast) A.B.C.D", 
13003        "Show running system information\n"
13004        "IP information\n"
13005        "BGP information\n"
13006        "Address family\n"
13007        "Address Family modifier\n"
13008        "Address Family modifier\n"
13009        "Network in the BGP routing table to display\n")
13010
13011 DEFSH (0, show_bgp_ipv4_encap_neighbor_routes_cmd_vtysh, 
13012        "show bgp ipv4 encap neighbors A.B.C.D routes", 
13013        "Show running system information\n"
13014        "BGP information\n"
13015        "Address Family\n"
13016        "Display ENCAP NLRI specific information\n"
13017        "Detailed information on TCP and BGP neighbor connections\n"
13018        "Neighbor to display information about\n"
13019        "Display routes learned from neighbor\n")
13020
13021 DEFSH (0, no_ospf_dead_interval_cmd_vtysh, 
13022        "no ospf dead-interval", 
13023        "Negate a command or set its defaults\n"
13024        "OSPF interface commands\n"
13025        "Interval after which a neighbor is declared dead\n")
13026
13027 DEFSH (0, ripng_passive_interface_cmd_vtysh, 
13028        "passive-interface IFNAME", 
13029        "Suppress routing updates on an interface\n"
13030        "Interface name\n")
13031
13032 DEFSH (0, vty_ipv6_access_class_cmd_vtysh, 
13033        "ipv6 access-class WORD", 
13034        "IPv6 information\n"
13035        "Filter connections based on an IP access list\n"
13036        "IPv6 access list\n")
13037
13038 DEFSH (0, set_weight_cmd_vtysh, 
13039        "set weight <0-4294967295>", 
13040        "Set values in destination routing protocol\n"
13041        "BGP weight for routing table\n"
13042        "Weight value\n")
13043
13044 DEFSH (0, no_ipv6_forwarding_cmd_vtysh, 
13045        "no ipv6 forwarding", 
13046        "Negate a command or set its defaults\n"
13047        "IPv6 information\n"
13048        "Turn off IPv6 forwarding")
13049
13050 DEFSH (0, clear_bgp_ipv6_peer_group_in_cmd_vtysh, 
13051        "clear bgp ipv6 peer-group WORD in", 
13052        "Reset functions\n"
13053        "BGP information\n"
13054        "Address family\n"
13055        "Clear all members of peer-group\n"
13056        "BGP peer-group name\n"
13057        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
13058
13059 DEFSH (0|0|0|0, ip_prefix_list_le_ge_cmd_vtysh, 
13060        "ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
13061        "IP information\n"
13062        "Build a prefix list\n"
13063        "Name of a prefix list\n"
13064        "Specify packets to reject\n"
13065        "Specify packets to forward\n"
13066        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
13067        "Maximum prefix length to be matched\n"
13068        "Maximum prefix length\n"
13069        "Minimum prefix length to be matched\n"
13070        "Minimum prefix length\n")
13071
13072 DEFSH (0, clear_bgp_as_out_cmd_vtysh, 
13073        "clear bgp " "<1-4294967295>" " out", 
13074        "Reset functions\n"
13075        "BGP information\n"
13076        "Clear peers with the AS number\n"
13077        "Resend all outbound updates\n")
13078
13079 DEFSH (0, set_originator_id_cmd_vtysh, 
13080        "set originator-id A.B.C.D", 
13081        "Set values in destination routing protocol\n"
13082        "BGP originator ID attribute\n"
13083        "IP address of originator\n")
13084
13085 DEFSH (0, show_bgp_ipv6_vpn_rd_route_cmd_vtysh, 
13086        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn X:X::X:X", 
13087        "Show running system information\n"
13088        "BGP information\n"
13089        "Address Family\n"
13090        "Display VPN NLRI specific information\n"
13091        "Display information for a route distinguisher\n"
13092        "VPN Route Distinguisher\n"
13093        "Network in the BGP routing table to display\n")
13094
13095 DEFSH (0, ospf_area_range_advertise_cmd_vtysh, 
13096        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise", 
13097        "OSPF area parameters\n"
13098        "OSPF area ID in IP address format\n"
13099        "OSPF area ID as a decimal value\n"
13100        "OSPF area range for route advertise (default)\n"
13101        "Area range prefix\n"
13102        "Advertise this range (default)\n")
13103
13104 DEFSH (0, isis_passwd_cmd_vtysh, 
13105        "isis password (md5|clear) WORD", 
13106        "IS-IS commands\n"
13107        "Configure the authentication password for a circuit\n"
13108        "HMAC-MD5 authentication\n"
13109        "Cleartext password\n"
13110        "Circuit password\n")
13111
13112 DEFSH (0, clear_bgp_ipv6_all_in_prefix_filter_cmd_vtysh, 
13113        "clear bgp ipv6 * in prefix-filter", 
13114        "Reset functions\n"
13115        "BGP information\n"
13116        "Address family\n"
13117        "Clear all peers\n"
13118        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
13119        "Push out prefix-list ORF and do inbound soft reconfig\n")
13120
13121 DEFSH (0, show_ip_bgp_community3_exact_cmd_vtysh, 
13122        "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", 
13123        "Show running system information\n"
13124        "IP information\n"
13125        "BGP information\n"
13126        "Display routes matching the communities\n"
13127        "community number\n"
13128        "Do not send outside local AS (well-known community)\n"
13129        "Do not advertise to any peer (well-known community)\n"
13130        "Do not export to next AS (well-known community)\n"
13131        "community number\n"
13132        "Do not send outside local AS (well-known community)\n"
13133        "Do not advertise to any peer (well-known community)\n"
13134        "Do not export to next AS (well-known community)\n"
13135        "community number\n"
13136        "Do not send outside local AS (well-known community)\n"
13137        "Do not advertise to any peer (well-known community)\n"
13138        "Do not export to next AS (well-known community)\n"
13139        "Exact match of the communities")
13140
13141 DEFSH (0, no_ospf_area_authentication_cmd_vtysh, 
13142        "no area (A.B.C.D|<0-4294967295>) authentication", 
13143        "Negate a command or set its defaults\n"
13144        "OSPF area parameters\n"
13145        "OSPF area ID in IP address format\n"
13146        "OSPF area ID as a decimal value\n"
13147        "Enable authentication\n")
13148
13149 DEFSH (0, clear_ip_bgp_dampening_cmd_vtysh, 
13150        "clear ip bgp dampening", 
13151        "Reset functions\n"
13152        "IP information\n"
13153        "BGP information\n"
13154        "Clear route flap dampening information\n")
13155
13156 DEFSH (0, clear_ip_bgp_instance_all_rsclient_cmd_vtysh, 
13157        "clear ip bgp view WORD * rsclient", 
13158        "Reset functions\n"
13159        "IP information\n"
13160        "BGP information\n"
13161        "BGP view\n"
13162        "view name\n"
13163        "Clear all peers\n"
13164        "Soft reconfig for rsclient RIB\n")
13165
13166 DEFSH (0, clear_ip_bgp_peer_ipv4_in_prefix_filter_cmd_vtysh, 
13167        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in prefix-filter", 
13168        "Reset functions\n"
13169        "IP information\n"
13170        "BGP information\n"
13171        "BGP neighbor address to clear\n"
13172        "Address family\n"
13173        "Address Family modifier\n"
13174        "Address Family modifier\n"
13175        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
13176        "Push out the existing ORF prefix-list\n")
13177
13178 DEFSH (0, bgp_enforce_first_as_cmd_vtysh, 
13179        "bgp enforce-first-as", 
13180        "BGP information\n"
13181        "Enforce the first AS for EBGP routes\n")
13182
13183 DEFSH (0|0|0|0|0, no_match_ip_address_cmd_vtysh, 
13184        "no match ip address", 
13185        "Negate a command or set its defaults\n"
13186        "Match values from routing table\n"
13187        "IP information\n"
13188        "Match address of route\n")
13189
13190 DEFSH (0, show_ipv6_mbgp_community2_exact_cmd_vtysh, 
13191        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
13192        "Show running system information\n"
13193        "IPv6 information\n"
13194        "MBGP information\n"
13195        "Display routes matching the communities\n"
13196        "community number\n"
13197        "Do not send outside local AS (well-known community)\n"
13198        "Do not advertise to any peer (well-known community)\n"
13199        "Do not export to next AS (well-known community)\n"
13200        "community number\n"
13201        "Do not send outside local AS (well-known community)\n"
13202        "Do not advertise to any peer (well-known community)\n"
13203        "Do not export to next AS (well-known community)\n"
13204        "Exact match of the communities")
13205
13206 DEFSH (0, no_neighbor_passive_cmd_vtysh, 
13207        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "passive", 
13208        "Negate a command or set its defaults\n"
13209        "Specify neighbor router\n"
13210        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
13211        "Don't send open messages to this neighbor\n")
13212
13213 DEFSH (0, show_ip_rpf_cmd_vtysh, 
13214        "show ip rpf", 
13215        "Show running system information\n"
13216        "IP information\n"
13217        "Display RPF information for multicast source\n")
13218
13219 DEFSH (0, no_ospf6_interface_area_cmd_vtysh, 
13220        "no interface IFNAME area A.B.C.D", 
13221        "Negate a command or set its defaults\n"
13222        "Disable routing on an IPv6 interface\n"
13223        "Interface name(e.g. ep0)\n"
13224        "Specify the OSPF6 area ID\n"
13225        "OSPF6 area ID in IPv4 address notation\n"
13226        )
13227
13228 DEFSH (0, show_bgp_ipv4_paths_cmd_vtysh, 
13229        "show bgp paths", 
13230        "Show running system information\n"
13231        "BGP information\n"
13232        "Path information\n")
13233
13234 DEFSH (0, ip_irdp_maxadvertinterval_cmd_vtysh, 
13235        "ip irdp maxadvertinterval <4-1800>", 
13236        "IP information\n"
13237        "ICMP Router discovery on this interface\n"
13238        "Set maximum time between advertisement\n"
13239        "Maximum advertisement interval in seconds\n")
13240
13241 DEFSH (0, clear_ip_bgp_all_vpnv4_soft_cmd_vtysh, 
13242        "clear ip bgp * vpnv4 unicast soft", 
13243        "Reset functions\n"
13244        "IP information\n"
13245        "BGP information\n"
13246        "Clear all peers\n"
13247        "Address family\n"
13248        "Address Family Modifier\n"
13249        "Soft reconfig inbound and outbound updates\n")
13250
13251 DEFSH (0, no_lsp_gen_interval_arg_cmd_vtysh, 
13252        "no lsp-gen-interval <1-120>", 
13253        "Negate a command or set its defaults\n"
13254        "Minimum interval between regenerating same LSP\n"
13255        "Minimum interval in seconds\n")
13256
13257 DEFSH (0, clear_bgp_ipv6_all_soft_out_cmd_vtysh, 
13258        "clear bgp ipv6 * soft out", 
13259        "Reset functions\n"
13260        "BGP information\n"
13261        "Address family\n"
13262        "Clear all peers\n"
13263        "Soft reconfig inbound and outbound updates\n"
13264        "Resend all outbound updates\n")
13265
13266 DEFSH (0, no_neighbor_remote_as_cmd_vtysh, 
13267        "no neighbor (A.B.C.D|X:X::X:X) " "remote-as " "<1-4294967295>", 
13268        "Negate a command or set its defaults\n"
13269        "Specify neighbor router\n"
13270        "Neighbor address\nIPv6 address\n"
13271        "Specify a BGP neighbor\n"
13272        "AS number\n")
13273
13274 DEFSH (0, clear_bgp_ipv6_peer_group_soft_cmd_vtysh, 
13275        "clear bgp ipv6 peer-group WORD soft", 
13276        "Reset functions\n"
13277        "BGP information\n"
13278        "Address family\n"
13279        "Clear all members of peer-group\n"
13280        "BGP peer-group name\n"
13281        "Soft reconfig inbound and outbound updates\n")
13282
13283 DEFSH (0, debug_ospf6_asbr_cmd_vtysh, 
13284        "debug ospf6 asbr", 
13285        "Debugging functions (see also 'undebug')\n"
13286        "Open Shortest Path First (OSPF) for IPv6\n"
13287        "Debug OSPFv3 ASBR function\n"
13288       )
13289
13290 DEFSH (0, no_ospf6_timers_throttle_spf_cmd_vtysh, 
13291        "no timers throttle spf", 
13292        "Negate a command or set its defaults\n"
13293        "Adjust routing timers\n"
13294        "Throttling adaptive timer\n"
13295        "OSPF6 SPF timers\n")
13296
13297 DEFSH (0, no_link_params_use_bw_cmd_vtysh, 
13298        "no use-bw", 
13299        "Negate a command or set its defaults\n"
13300        "Disable Unidirectional Utilised Bandwidth on this interface\n")
13301
13302 DEFSH (0, show_interface_name_vrf_cmd_vtysh, 
13303        "show interface IFNAME " "vrf <0-65535>", 
13304        "Show running system information\n"
13305        "Interface status and configuration\n"
13306        "Interface name\n"
13307        "Specify the VRF\nThe VRF ID\n")
13308
13309 DEFSH (0, ipv6_route_ifname_vrf_cmd_vtysh, 
13310        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE " "vrf <0-65535>", 
13311        "IP information\n"
13312        "Establish static routes\n"
13313        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
13314        "IPv6 gateway address\n"
13315        "IPv6 gateway interface name\n"
13316        "Specify the VRF\nThe VRF ID\n")
13317
13318 DEFSH (0, no_match_community_exact_cmd_vtysh, 
13319        "no match community (<1-99>|<100-500>|WORD) exact-match", 
13320        "Negate a command or set its defaults\n"
13321        "Match values from routing table\n"
13322        "Match BGP community list\n"
13323        "Community-list number (standard)\n"
13324        "Community-list number (expanded)\n"
13325        "Community-list name\n"
13326        "Do exact matching of communities\n")
13327
13328 DEFSH (0, ip_extcommunity_list_expanded_cmd_vtysh, 
13329        "ip extcommunity-list <100-500> (deny|permit) .LINE", 
13330        "IP information\n"
13331        "Add a extended community list entry\n"
13332        "Extended Community list number (expanded)\n"
13333        "Specify community to reject\n"
13334        "Specify community to accept\n"
13335        "An ordered list as a regular-expression\n")
13336
13337 DEFSH (0|0|0|0, ip_prefix_list_description_cmd_vtysh, 
13338        "ip prefix-list WORD description .LINE", 
13339        "IP information\n"
13340        "Build a prefix list\n"
13341        "Name of a prefix list\n"
13342        "Prefix-list specific description\n"
13343        "Up to 80 characters describing this prefix-list\n")
13344
13345 DEFSH (0, no_ipv6_nd_router_preference_val_cmd_vtysh, 
13346        "no ipv6 nd router-preference (high|medium|low)", 
13347        "Negate a command or set its defaults\n"
13348        "Interface IPv6 config commands\n"
13349        "Neighbor discovery\n"
13350        "Default router preference\n"
13351        "High default router preference\n"
13352        "Low default router preference\n"
13353        "Medium default router preference (default)\n")
13354
13355 DEFSH (0|0|0|0, no_ipv6_prefix_list_prefix_cmd_vtysh, 
13356        "no ipv6 prefix-list WORD (deny|permit) (X:X::X:X/M|any)", 
13357        "Negate a command or set its defaults\n"
13358        "IPv6 information\n"
13359        "Build a prefix list\n"
13360        "Name of a prefix list\n"
13361        "Specify packets to reject\n"
13362        "Specify packets to forward\n"
13363        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
13364        "Any prefix match.  Same as \"::0/0 le 128\"\n")
13365
13366 DEFSH (0, show_ipv6_ospf6_database_type_self_originated_linkstate_id_cmd_vtysh, 
13367        "show ipv6 ospf6 database "
13368        "(router|network|inter-prefix|inter-router|as-external|"
13369        "group-membership|type-7|link|intra-prefix) self-originated "
13370        "linkstate-id A.B.C.D", 
13371        "Show running system information\n"
13372        "IPv6 information\n"
13373        "Open Shortest Path First (OSPF) for IPv6\n"
13374        "Display Link state database\n"
13375        "Display Router LSAs\n"
13376        "Display Network LSAs\n"
13377        "Display Inter-Area-Prefix LSAs\n"
13378        "Display Inter-Area-Router LSAs\n"
13379        "Display As-External LSAs\n"
13380        "Display Group-Membership LSAs\n"
13381        "Display Type-7 LSAs\n"
13382        "Display Link LSAs\n"
13383        "Display Intra-Area-Prefix LSAs\n"
13384        "Display Self-originated LSAs\n"
13385        "Search by Link state ID\n"
13386        "Specify Link state ID as IPv4 address notation\n"
13387       )
13388
13389 DEFSH (0, no_ip_route_distance_cmd_vtysh, 
13390        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255>", 
13391        "Negate a command or set its defaults\n"
13392        "IP information\n"
13393        "Establish static routes\n"
13394        "IP destination prefix (e.g. 10.0.0.0/8)\n"
13395        "IP gateway address\n"
13396        "IP gateway interface name\n"
13397        "Null interface\n"
13398        "Distance value for this route\n")
13399
13400 DEFSH (0, show_ip_route_prefix_longer_cmd_vtysh, 
13401        "show ip route A.B.C.D/M longer-prefixes", 
13402        "Show running system information\n"
13403        "IP information\n"
13404        "IP routing table\n"
13405        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
13406        "Show route matching the specified Network/Mask pair only\n")
13407
13408 DEFSH (0, show_bgp_view_ipv6_route_cmd_vtysh, 
13409        "show bgp view WORD ipv6 X:X::X:X", 
13410        "Show running system information\n"
13411        "BGP information\n"
13412        "BGP view\n"
13413        "View name\n"
13414        "Address family\n"
13415        "Network in the BGP routing table to display\n")
13416
13417 DEFSH (0, show_ipv6_ospf6_interface_ifname_prefix_detail_cmd_vtysh, 
13418        "show ipv6 ospf6 interface IFNAME prefix (X:X::X:X|X:X::X:X/M|detail)", 
13419        "Show running system information\n"
13420        "IPv6 Information\n"
13421        "Open Shortest Path First (OSPF) for IPv6\n"
13422        "Interface information\n"
13423        "Interface name(e.g. ep0)\n"
13424        "Display connected prefixes to advertise\n"
13425        "Display the route bestmatches the address\n"
13426        "Display the route\n"
13427        "Display details of the prefixes\n"
13428        )
13429
13430 DEFSH (0, show_ipv6_ospf6_interface_ifname_cmd_vtysh, 
13431        "show ipv6 ospf6 interface IFNAME", 
13432        "Show running system information\n"
13433        "IPv6 Information\n"
13434        "Open Shortest Path First (OSPF) for IPv6\n"
13435        "Interface information\n"
13436        "Interface name(e.g. ep0)\n"
13437        )
13438
13439 DEFSH (0, no_ip_route_distance_vrf_cmd_vtysh, 
13440        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
13441        "Negate a command or set its defaults\n"
13442        "IP information\n"
13443        "Establish static routes\n"
13444        "IP destination prefix (e.g. 10.0.0.0/8)\n"
13445        "IP gateway address\n"
13446        "IP gateway interface name\n"
13447        "Null interface\n"
13448        "Distance value for this route\n"
13449        "Specify the VRF\nThe VRF ID\n")
13450
13451 DEFSH (0, show_ip_bgp_damp_flap_route_map_cmd_vtysh, 
13452        "show ip bgp dampening flap-statistics route-map WORD", 
13453        "Show running system information\n"
13454        "IP information\n"
13455        "BGP information\n"
13456        "Display detailed information about dampening\n"
13457        "Display flap statistics of routes\n"
13458        "Display routes matching the route-map\n"
13459        "A route-map to match on\n")
13460
13461 DEFSH (0, if_nhrp_map_cmd_vtysh, 
13462  "(ip|ipv6)" " nhrp map (A.B.C.D|X:X::X:X) (A.B.C.D|local)", 
13463  "IP information\n" "IPv6 information\n"
13464  "Next Hop Resolution Protocol functions\n"
13465  "Nexthop Server configuration\n"
13466  "IPv4 protocol address\n"
13467  "IPv6 protocol address\n"
13468  "IPv4 NBMA address\n"
13469  "Handle protocol address locally\n")
13470
13471 DEFSH (0, no_isis_hello_interval_l2_cmd_vtysh, 
13472        "no isis hello-interval level-2", 
13473        "Negate a command or set its defaults\n"
13474        "IS-IS commands\n"
13475        "Set Hello interval\n"
13476        "Specify hello-interval for level-2 IIHs\n")
13477
13478 DEFSH (0, show_ipv6_bgp_lcommunity2_cmd_vtysh, 
13479        "show ipv6 bgp large-community (AA:BB:CC) (AA:BB:CC)", 
13480        "Show running system information\n"
13481        "IPv6 information\n"
13482        "BGP information\n"
13483        "Display routes matching the large-communities\n"
13484        "large-community number\n"
13485        "large-community number\n")
13486
13487 DEFSH (0, clear_bgp_external_soft_out_cmd_vtysh, 
13488        "clear bgp external soft out", 
13489        "Reset functions\n"
13490        "BGP information\n"
13491        "Clear all external peers\n"
13492        "Soft reconfig inbound and outbound updates\n"
13493        "Resend all outbound updates\n")
13494
13495 DEFSH (0, no_ip_lcommunity_list_name_expanded_cmd_vtysh, 
13496        "no ip large-community-list expanded WORD (deny|permit) .LINE", 
13497        "Negate a command or set its defaults\n"
13498        "IP information\n"
13499        "Add a large community list entry\n"
13500        "Specify expanded large-community-list\n"
13501        "Large community list name\n"
13502        "Specify large community to reject\n"
13503        "Specify large community to accept\n"
13504        "An ordered list as a regular-expression\n")
13505
13506 DEFSH (0, debug_bgp_events_cmd_vtysh, 
13507        "debug bgp events", 
13508        "Debugging functions (see also 'undebug')\n"
13509        "BGP information\n"
13510        "BGP events\n")
13511
13512 DEFSH (0, bgp_multiple_instance_cmd_vtysh, 
13513        "bgp multiple-instance", 
13514        "BGP information\n"
13515        "Enable bgp multiple instance\n")
13516
13517 DEFSH (0, clear_bgp_ipv6_safi_prefix_cmd_vtysh, 
13518        "clear bgp ipv6 (unicast|multicast) prefix X:X::X:X/M", 
13519        "Reset functions\n"
13520        "BGP information\n"
13521        "Address family\n"
13522        "Address Family Modifier\n"
13523        "Clear bestpath and re-advertise\n"
13524        "IPv6 prefix <network>/<length>,   e.g.,   3ffe::/16\n")
13525
13526 DEFSH (0|0|0|0, clear_ipv6_prefix_list_name_cmd_vtysh, 
13527        "clear ipv6 prefix-list WORD", 
13528        "Reset functions\n"
13529        "IPv6 information\n"
13530        "Build a prefix list\n"
13531        "Name of a prefix list\n")
13532
13533 DEFSH (0, isis_metric_l1_cmd_vtysh, 
13534        "isis metric <0-16777215> level-1", 
13535        "IS-IS commands\n"
13536        "Set default metric for circuit\n"
13537        "Default metric value\n"
13538        "Specify metric for level-1 routing\n")
13539
13540 DEFSH (0, show_ip_bgp_vpnv4_all_neighbors_peer_cmd_vtysh, 
13541        "show ip bgp vpnv4 all neighbors A.B.C.D", 
13542        "Show running system information\n"
13543        "IP information\n"
13544        "BGP information\n"
13545        "Display VPNv4 NLRI specific information\n"
13546        "Display information about all VPNv4 NLRIs\n"
13547        "Detailed information on TCP and BGP neighbor connections\n"
13548        "Neighbor to display information about\n")
13549
13550 DEFSH (0, show_ipv6_bgp_lcommunity_list_cmd_vtysh, 
13551        "show ipv6 bgp large-community-list WORD", 
13552        "Show running system information\n"
13553        "IPv6 information\n"
13554        "BGP information\n"
13555        "Display routes matching the large-community-list\n"
13556        "large-community-list name\n")
13557
13558 DEFSH (0|0|0|0|0|0, rmap_show_name_cmd_vtysh, 
13559        "show route-map [WORD]", 
13560        "Show running system information\n"
13561        "route-map information\n"
13562        "route-map name\n")
13563
13564 DEFSH (0, show_ipv6_mbgp_community_cmd_vtysh, 
13565        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export)", 
13566        "Show running system information\n"
13567        "IPv6 information\n"
13568        "MBGP information\n"
13569        "Display routes matching the communities\n"
13570        "community number\n"
13571        "Do not send outside local AS (well-known community)\n"
13572        "Do not advertise to any peer (well-known community)\n"
13573        "Do not export to next AS (well-known community)\n")
13574
13575 DEFSH (0, no_ipv6_route_ifname_flags_cmd_vtysh, 
13576        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole)", 
13577        "Negate a command or set its defaults\n"
13578        "IP information\n"
13579        "Establish static routes\n"
13580        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
13581        "IPv6 gateway address\n"
13582        "IPv6 gateway interface name\n"
13583        "Emit an ICMP unreachable when matched\n"
13584        "Silently discard pkts when matched\n")
13585
13586 DEFSH (0, show_ip_bgp_rsclient_cmd_vtysh, 
13587        "show ip bgp rsclient (A.B.C.D|X:X::X:X)", 
13588        "Show running system information\n"
13589        "IP information\n"
13590        "BGP information\n"
13591        "Information about Route Server Client\n"
13592        "Neighbor address\nIPv6 address\n")
13593
13594 DEFSH (0, no_debug_ospf_event_cmd_vtysh, 
13595        "no debug ospf event", 
13596        "Negate a command or set its defaults\n"
13597        "Debugging functions (see also 'undebug')\n"
13598        "OSPF information\n"
13599        "OSPF event information\n")
13600
13601 DEFSH (0|0|0|0, no_ip_prefix_list_ge_cmd_vtysh, 
13602        "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>", 
13603        "Negate a command or set its defaults\n"
13604        "IP information\n"
13605        "Build a prefix list\n"
13606        "Name of a prefix list\n"
13607        "Specify packets to reject\n"
13608        "Specify packets to forward\n"
13609        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
13610        "Minimum prefix length to be matched\n"
13611        "Minimum prefix length\n")
13612
13613 DEFSH (0, show_bgp_ipv6_safi_rd_route_cmd_vtysh, 
13614        "show bgp ipv6 (encap|vpn) rd ASN:nn_or_IP-address:nn X:X::X:X", 
13615        "Show running system information\n"
13616        "BGP information\n"
13617        "Address Family\n"
13618        "Address Family Modifier\n"
13619        "Address Family Modifier\n"
13620        "Display information for a route distinguisher\n"
13621        "ENCAP Route Distinguisher\n"
13622        "Network in the BGP routing table to display\n")
13623
13624 DEFSH (0, no_debug_igmp_events_cmd_vtysh, 
13625        "no debug igmp events", 
13626        "Negate a command or set its defaults\n"
13627        "Debugging functions (see also 'undebug')\n"
13628        "IGMP protocol activity\n"
13629        "IGMP protocol events\n")
13630
13631 DEFSH (0, no_ipv6_nd_homeagent_preference_val_cmd_vtysh, 
13632        "no ipv6 nd home-agent-preference <0-65535>", 
13633        "Negate a command or set its defaults\n"
13634        "Interface IPv6 config commands\n"
13635        "Neighbor discovery\n"
13636        "Home Agent preference\n"
13637        "preference value (default is 0,  least preferred)\n")
13638
13639 DEFSH (0, no_neighbor_cmd_vtysh, 
13640        "no neighbor (A.B.C.D|X:X::X:X|WORD) ", 
13641        "Negate a command or set its defaults\n"
13642        "Specify neighbor router\n"
13643        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
13644
13645 DEFSH (0, debug_ospf6_zebra_cmd_vtysh, 
13646        "debug ospf6 zebra", 
13647        "Debugging functions (see also 'undebug')\n"
13648        "Open Shortest Path First (OSPF) for IPv6\n"
13649        "Debug connection between zebra\n"
13650       )
13651
13652 DEFSH (0, show_ip_bgp_view_prefix_cmd_vtysh, 
13653        "show ip bgp view WORD A.B.C.D/M", 
13654        "Show running system information\n"
13655        "IP information\n"
13656        "BGP information\n"
13657        "BGP view\n"
13658        "View name\n"
13659        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
13660
13661 DEFSH (0, show_bgp_community_list_exact_cmd_vtysh, 
13662        "show bgp community-list (<1-500>|WORD) exact-match", 
13663        "Show running system information\n"
13664        "BGP information\n"
13665        "Display routes matching the community-list\n"
13666        "community-list number\n"
13667        "community-list name\n"
13668        "Exact match of the communities\n")
13669
13670 DEFSH (0, ip_ospf_transmit_delay_addr_cmd_vtysh, 
13671        "ip ospf transmit-delay <1-65535> A.B.C.D", 
13672        "IP Information\n"
13673        "OSPF interface commands\n"
13674        "Link state transmit delay\n"
13675        "Seconds\n"
13676        "Address of interface")
13677
13678 DEFSH (0, ipv6_mbgp_neighbor_received_routes_cmd_vtysh, 
13679        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
13680        "Show running system information\n"
13681        "IPv6 information\n"
13682        "MBGP information\n"
13683        "Detailed information on TCP and BGP neighbor connections\n"
13684        "Neighbor to display information about\n"
13685        "Neighbor to display information about\n"
13686        "Display the received routes from neighbor\n")
13687
13688 DEFSH (0, no_debug_zebra_rib_q_cmd_vtysh, 
13689        "no debug zebra rib queue", 
13690        "Negate a command or set its defaults\n"
13691        "Debugging functions (see also 'undebug')\n"
13692        "Zebra configuration\n"
13693        "Debug zebra RIB\n"
13694        "Debug RIB queueing\n")
13695
13696 DEFSH (0, debug_pim_cmd_vtysh, 
13697        "debug pim", 
13698        "Debugging functions (see also 'undebug')\n"
13699        "PIM protocol activity\n")
13700
13701 DEFSH (0, show_ipv6_ospf6_database_linkstate_id_detail_cmd_vtysh, 
13702        "show ipv6 ospf6 database linkstate-id A.B.C.D "
13703        "(detail|dump|internal)", 
13704        "Show running system information\n"
13705        "IPv6 information\n"
13706        "Open Shortest Path First (OSPF) for IPv6\n"
13707        "Display Link state database\n"
13708        "Search by Link state ID\n"
13709        "Specify Link state ID as IPv4 address notation\n"
13710        "Display details of LSAs\n"
13711        "Dump LSAs\n"
13712        "Display LSA's internal information\n"
13713       )
13714
13715 DEFSH (0, no_link_params_res_bw_cmd_vtysh, 
13716        "no res-bw", 
13717        "Negate a command or set its defaults\n"
13718        "Disable Unidirectional Residual Bandwidth on this interface\n")
13719
13720 DEFSH (0, debug_isis_err_cmd_vtysh, 
13721        "debug isis protocol-errors", 
13722        "Debugging functions (see also 'undebug')\n"
13723        "IS-IS information\n"
13724        "IS-IS LSP protocol errors\n")
13725
13726 DEFSH (0, debug_ospf6_spf_time_cmd_vtysh, 
13727        "debug ospf6 spf time", 
13728        "Debugging functions (see also 'undebug')\n"
13729        "Open Shortest Path First (OSPF) for IPv6\n"
13730        "Debug SPF Calculation\n"
13731        "Measure time taken by SPF Calculation\n"
13732       )
13733
13734 DEFSH (0, show_ip_igmp_sources_retransmissions_cmd_vtysh, 
13735        "show ip igmp sources retransmissions", 
13736        "Show running system information\n"
13737        "IP information\n"
13738        "IGMP information\n"
13739        "IGMP sources information\n"
13740        "IGMP source retransmissions\n")
13741
13742 DEFSH (0, no_bgp_distance2_cmd_vtysh, 
13743        "no distance bgp", 
13744        "Negate a command or set its defaults\n"
13745        "Define an administrative distance\n"
13746        "BGP distance\n")
13747
13748 DEFSH (0, if_nhrp_nhs_cmd_vtysh, 
13749  "(ip|ipv6)" " nhrp nhs (A.B.C.D|X:X::X:X|dynamic) nbma (A.B.C.D|FQDN)", 
13750  "IP information\n" "IPv6 information\n"
13751  "Next Hop Resolution Protocol functions\n"
13752  "Nexthop Server configuration\n"
13753  "IPv4 protocol address\n"
13754  "IPv6 protocol address\n"
13755  "Automatic detection of protocol address\n"
13756  "IPv4 NBMA address\n"
13757  "Fully qualified domain name for NBMA address(es)\n")
13758
13759 DEFSH (0, no_bgp_redistribute_ipv4_metric_cmd_vtysh, 
13760        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295>", 
13761        "Negate a command or set its defaults\n"
13762        "Redistribute information from another routing protocol\n"
13763        "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"
13764        "Metric for redistributed routes\n"
13765        "Default metric\n")
13766
13767 DEFSH (0, show_bgp_view_neighbor_received_prefix_filter_cmd_vtysh, 
13768        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
13769        "Show running system information\n"
13770        "BGP information\n"
13771        "BGP view\n"
13772        "View name\n"
13773        "Detailed information on TCP and BGP neighbor connections\n"
13774        "Neighbor to display information about\n"
13775        "Neighbor to display information about\n"
13776        "Display information received from a BGP neighbor\n"
13777        "Display the prefixlist filter\n")
13778
13779 DEFSH (0|0|0|0, show_ip_prefix_list_name_cmd_vtysh, 
13780        "show ip prefix-list WORD", 
13781        "Show running system information\n"
13782        "IP information\n"
13783        "Build a prefix list\n"
13784        "Name of a prefix list\n")
13785
13786 DEFSH (0, show_ip_bgp_flap_statistics_cmd_vtysh, 
13787        "show ip bgp flap-statistics", 
13788        "Show running system information\n"
13789        "IP information\n"
13790        "BGP information\n"
13791        "Display flap statistics of routes\n")
13792
13793 DEFSH (0, no_ipv6_route_ifname_flags_tag_cmd_vtysh, 
13794        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295>", 
13795        "Negate a command or set its defaults\n"
13796        "IP information\n"
13797        "Establish static routes\n"
13798        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
13799        "IPv6 gateway address\n"
13800        "IPv6 gateway interface name\n"
13801        "Emit an ICMP unreachable when matched\n"
13802        "Silently discard pkts when matched\n"
13803        "Set tag for this route\n"
13804        "Tag value\n")
13805
13806 DEFSH (0, show_bgp_ipv4_prefix_cmd_vtysh, 
13807        "show bgp ipv4 A.B.C.D/M", 
13808        "Show running system information\n"
13809        "BGP information\n"
13810        "IP information\n"
13811        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
13812
13813 DEFSH (0, default_linkdetect_cmd_vtysh, 
13814       "default link-detect (on|off)", 
13815       "Configure defaults of settings\n"
13816       "Interface link detection\n"
13817       "Interface link-detect defaults to enabled\n"
13818       "Interface link-detect defaults to disabled\n")
13819
13820 DEFSH (0, clear_ip_bgp_all_encap_soft_cmd_vtysh, 
13821        "clear ip bgp * encap unicast soft", 
13822        "Reset functions\n"
13823        "IP information\n"
13824        "BGP information\n"
13825        "Clear all peers\n"
13826        "Address family\n"
13827        "Address Family Modifier\n"
13828        "Soft reconfig\n")
13829
13830 DEFSH (0, show_bgp_ipv6_safi_flap_statistics_cmd_vtysh, 
13831        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics", 
13832        "Show running system information\n"
13833        "BGP information\n"
13834        "Address Family\n"
13835        "Address Family modifier\n"
13836        "Address Family modifier\n"
13837        "Address Family modifier\n"
13838        "Address Family modifier\n"
13839        "Display flap statistics of routes\n")
13840
13841 DEFSH (0, ip_ospf_message_digest_key_cmd_vtysh, 
13842        "ip ospf message-digest-key <1-255> md5 KEY", 
13843        "IP Information\n"
13844        "OSPF interface commands\n"
13845        "Message digest authentication password (key)\n"
13846        "Key ID\n"
13847        "Use MD5 algorithm\n"
13848        "The OSPF password (key)")
13849
13850 DEFSH (0, no_bgp_config_type_cmd_vtysh, 
13851        "no bgp config-type", 
13852        "Negate a command or set its defaults\n"
13853        "BGP information\n"
13854        "Display configuration type\n")
13855
13856 DEFSH (0, tunnel_source_cmd_vtysh, 
13857  "tunnel source INTERFACE", 
13858  "NHRP/GRE integration\n"
13859  "Tunnel device binding tracking\n"
13860  "Interface name\n")
13861
13862 DEFSH (0, show_ip_bgp_vpnv4_all_neighbors_cmd_vtysh, 
13863        "show ip bgp vpnv4 all neighbors", 
13864        "Show running system information\n"
13865        "IP information\n"
13866        "BGP information\n"
13867        "Display VPNv4 NLRI specific information\n"
13868        "Display information about all VPNv4 NLRIs\n"
13869        "Detailed information on TCP and BGP neighbor connections\n")
13870
13871 DEFSH (0, show_debugging_nhrp_cmd_vtysh, 
13872  "show debugging nhrp", 
13873  "Show running system information\n"
13874  "Debugging information\n"
13875  "NHRP configuration\n")
13876
13877 DEFSH (0|0|0|0, ipv6_prefix_list_seq_cmd_vtysh, 
13878        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) (X:X::X:X/M|any)", 
13879        "IPv6 information\n"
13880        "Build a prefix list\n"
13881        "Name of a prefix list\n"
13882        "sequence number of an entry\n"
13883        "Sequence number\n"
13884        "Specify packets to reject\n"
13885        "Specify packets to forward\n"
13886        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
13887        "Any prefix match.  Same as \"::0/0 le 128\"\n")
13888
13889 DEFSH (0, no_ip_irdp_address_preference_cmd_vtysh, 
13890        "no ip irdp address A.B.C.D preference <0-2147483647>", 
13891        "Negate a command or set its defaults\n"
13892        "IP information\n"
13893        "Alter ICMP Router discovery preference this interface\n"
13894        "Removes IRDP non-default preference\n"
13895        "Select IRDP address\n"
13896        "Old preference level\n")
13897
13898 DEFSH (0, match_peer_cmd_vtysh, 
13899        "match peer (A.B.C.D|X:X::X:X)", 
13900        "Match values from routing table\n"
13901        "Match peer address\n"
13902        "IP address of peer\n"
13903        "IPv6 address of peer\n")
13904
13905 DEFSH (0, no_debug_ospf6_flooding_cmd_vtysh, 
13906        "no debug ospf6 flooding", 
13907        "Negate a command or set its defaults\n"
13908        "Debugging functions (see also 'undebug')\n"
13909        "Open Shortest Path First (OSPF) for IPv6\n"
13910        "Debug OSPFv3 flooding function\n"
13911       )
13912
13913 DEFSH (0, clear_ip_bgp_peer_soft_cmd_vtysh, 
13914        "clear ip bgp A.B.C.D soft", 
13915        "Reset functions\n"
13916        "IP information\n"
13917        "BGP information\n"
13918        "BGP neighbor address to clear\n"
13919        "Soft reconfig inbound and outbound updates\n")
13920
13921 DEFSH (0, ipv6_route_ifname_pref_cmd_vtysh, 
13922        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255>", 
13923        "IP information\n"
13924        "Establish static routes\n"
13925        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
13926        "IPv6 gateway address\n"
13927        "IPv6 gateway interface name\n"
13928        "Distance value for this prefix\n")
13929
13930 DEFSH (0, clear_ip_bgp_instance_all_soft_in_cmd_vtysh, 
13931        "clear ip bgp view WORD * soft in", 
13932        "Reset functions\n"
13933        "IP information\n"
13934        "BGP information\n"
13935        "BGP view\n"
13936        "view name\n"
13937        "Clear all peers\n"
13938        "Soft reconfig inbound and outbound updates\n"
13939        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
13940
13941 DEFSH (0, no_spf_interval_arg_cmd_vtysh, 
13942        "no spf-interval <1-120>", 
13943        "Negate a command or set its defaults\n"
13944        "Minimum interval between SPF calculations\n"
13945        "Minimum interval between consecutive SPFs in seconds\n")
13946
13947 DEFSH (0, no_ip_ospf_message_digest_key_cmd_vtysh, 
13948        "no ip ospf message-digest-key <1-255>", 
13949        "Negate a command or set its defaults\n"
13950        "IP Information\n"
13951        "OSPF interface commands\n"
13952        "Message digest authentication password (key)\n"
13953        "Key ID\n")
13954
13955 DEFSH (0, no_shutdown_if_cmd_vtysh, 
13956        "no shutdown", 
13957        "Negate a command or set its defaults\n"
13958        "Shutdown the selected interface\n")
13959
13960 DEFSH (0, show_ip_bgp_ipv4_neighbor_received_prefix_filter_cmd_vtysh, 
13961        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
13962        "Show running system information\n"
13963        "IP information\n"
13964        "BGP information\n"
13965        "Address family\n"
13966        "Address Family modifier\n"
13967        "Address Family modifier\n"
13968        "Detailed information on TCP and BGP neighbor connections\n"
13969        "Neighbor to display information about\n"
13970        "Neighbor to display information about\n"
13971        "Display information received from a BGP neighbor\n"
13972        "Display the prefixlist filter\n")
13973
13974 DEFSH (0, show_bgp_prefix_list_cmd_vtysh, 
13975        "show bgp prefix-list WORD", 
13976        "Show running system information\n"
13977        "BGP information\n"
13978        "Display routes conforming to the prefix-list\n"
13979        "IPv6 prefix-list name\n")
13980
13981 DEFSH (0, show_bgp_ipv4_vpn_neighbor_routes_cmd_vtysh, 
13982        "show bgp ipv4 vpn neighbors (A.B.C.D|X:X::X:X) routes", 
13983        "Show running system information\n"
13984        "BGP information\n"
13985        "Address Family\n"
13986        "Display VPN NLRI specific information\n"
13987        "Detailed information on TCP and BGP neighbor connections\n"
13988        "Neighbor to display information about\n"
13989        "Neighbor to display information about\n"
13990        "Display routes learned from neighbor\n")
13991
13992 DEFSH (0, no_ipv6_nd_suppress_ra_cmd_vtysh, 
13993        "no ipv6 nd suppress-ra", 
13994        "Negate a command or set its defaults\n"
13995        "Interface IPv6 config commands\n"
13996        "Neighbor discovery\n"
13997        "Suppress Router Advertisement\n")
13998
13999 DEFSH (0, show_bgp_statistics_view_cmd_vtysh, 
14000        "show bgp view WORD (ipv4|ipv6) (encap|multicast|unicast|vpn) statistics", 
14001        "Show running system information\n"
14002        "BGP information\n"
14003        "BGP view\n"
14004        "Address family\n"
14005        "Address family\n"
14006        "Address Family modifier\n"
14007        "Address Family modifier\n"
14008        "Address Family modifier\n"
14009        "Address Family modifier\n"
14010        "BGP RIB advertisement statistics\n")
14011
14012 DEFSH (0, bgp_redistribute_ipv4_metric_cmd_vtysh, 
14013        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " metric <0-4294967295>", 
14014        "Redistribute information from another routing protocol\n"
14015        "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"
14016        "Metric for redistributed routes\n"
14017        "Default metric\n")
14018
14019 DEFSH (0, show_bgp_route_map_cmd_vtysh, 
14020        "show bgp route-map WORD", 
14021        "Show running system information\n"
14022        "BGP information\n"
14023        "Display routes matching the route-map\n"
14024        "A route-map to match on\n")
14025
14026 DEFSH (0, show_bgp_ipv6_vpn_rd_neighbor_routes_cmd_vtysh, 
14027        "show bgp ipv6 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
14028        "Show running system information\n"
14029        "BGP information\n"
14030        "Address Family\n"
14031        "Address Family modifier\n"
14032        "Display information for a route distinguisher\n"
14033        "VPN Route Distinguisher\n"
14034        "Detailed information on TCP and BGP neighbor connections\n"
14035        "Neighbor to display information about\n"
14036        "Display routes learned from neighbor\n")
14037
14038 DEFSH (0, show_bgp_community2_cmd_vtysh, 
14039        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
14040        "Show running system information\n"
14041        "BGP information\n"
14042        "Display routes matching the communities\n"
14043        "community number\n"
14044        "Do not send outside local AS (well-known community)\n"
14045        "Do not advertise to any peer (well-known community)\n"
14046        "Do not export to next AS (well-known community)\n"
14047        "community number\n"
14048        "Do not send outside local AS (well-known community)\n"
14049        "Do not advertise to any peer (well-known community)\n"
14050        "Do not export to next AS (well-known community)\n")
14051
14052 DEFSH (0, ip_ospf_mtu_ignore_addr_cmd_vtysh, 
14053        "ip ospf mtu-ignore A.B.C.D", 
14054        "IP Information\n"
14055        "OSPF interface commands\n"
14056        "Disable mtu mismatch detection\n"
14057        "Address of interface")
14058
14059 DEFSH (0, bgp_damp_set_cmd_vtysh, 
14060        "bgp dampening <1-45> <1-20000> <1-20000> <1-255>", 
14061        "BGP Specific commands\n"
14062        "Enable route-flap dampening\n"
14063        "Half-life time for the penalty\n"
14064        "Value to start reusing a route\n"
14065        "Value to start suppressing a route\n"
14066        "Maximum duration to suppress a stable route\n")
14067
14068 DEFSH (0, router_ospf_id_cmd_vtysh, 
14069        "router-id A.B.C.D", 
14070        "router-id for the OSPF process\n"
14071        "OSPF router-id in IP address format\n")
14072
14073 DEFSH (0, no_ipv6_route_ifname_flags_pref_cmd_vtysh, 
14074        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) <1-255>", 
14075        "Negate a command or set its defaults\n"
14076        "IP information\n"
14077        "Establish static routes\n"
14078        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
14079        "IPv6 gateway address\n"
14080        "IPv6 gateway interface name\n"
14081        "Emit an ICMP unreachable when matched\n"
14082        "Silently discard pkts when matched\n"
14083        "Distance value for this prefix\n")
14084
14085 DEFSH (0, no_ip_mroute_dist_cmd_vtysh, 
14086        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255>", 
14087        "IP information\n"
14088        "Configure static unicast route into MRIB for multicast RPF lookup\n"
14089        "IP destination prefix (e.g. 10.0.0.0/8)\n"
14090        "Nexthop address\n"
14091        "Nexthop interface name\n"
14092        "Distance\n")
14093
14094 DEFSH (0, show_ip_bgp_lcommunity_list_cmd_vtysh, 
14095        "show ip bgp large-community-list (<1-500>|WORD)", 
14096        "Show running system information\n"
14097        "IP information\n"
14098        "BGP information\n"
14099        "Display routes matching the large-community-list\n"
14100        "large-community-list number\n"
14101        "large-community-list name\n")
14102
14103 DEFSH (0, no_bgp_router_id_cmd_vtysh, 
14104        "no bgp router-id", 
14105        "Negate a command or set its defaults\n"
14106        "BGP information\n"
14107        "Override configured router identifier\n")
14108
14109 DEFSH (0, no_bgp_network_mask_backdoor_cmd_vtysh, 
14110        "no network A.B.C.D mask A.B.C.D backdoor", 
14111        "Negate a command or set its defaults\n"
14112        "Specify a network to announce via BGP\n"
14113        "Network number\n"
14114        "Network mask\n"
14115        "Network mask\n"
14116        "Specify a BGP backdoor route\n")
14117
14118 DEFSH (0|0, set_ip_nexthop_cmd_vtysh, 
14119        "set ip next-hop A.B.C.D", 
14120        "Set values in destination routing protocol\n"
14121        "IP information\n"
14122        "Next hop address\n"
14123        "IP address of next hop\n")
14124
14125 DEFSH (0, clear_ip_bgp_as_vpnv4_in_cmd_vtysh, 
14126        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast in", 
14127        "Reset functions\n"
14128        "IP information\n"
14129        "BGP information\n"
14130        "Clear peers with the AS number\n"
14131        "Address family\n"
14132        "Address Family modifier\n"
14133        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
14134
14135 DEFSH (0, max_lsp_lifetime_cmd_vtysh, 
14136        "max-lsp-lifetime <350-65535>", 
14137        "Maximum LSP lifetime\n"
14138        "LSP lifetime in seconds\n")
14139
14140 DEFSH (0, no_ripng_offset_list_ifname_cmd_vtysh, 
14141        "no offset-list WORD (in|out) <0-16> IFNAME", 
14142        "Negate a command or set its defaults\n"
14143        "Modify RIPng metric\n"
14144        "Access-list name\n"
14145        "For incoming updates\n"
14146        "For outgoing updates\n"
14147        "Metric value\n"
14148        "Interface to match\n")
14149
14150 DEFSH (0, bgp_confederation_peers_cmd_vtysh, 
14151        "bgp confederation peers ." "<1-4294967295>", 
14152        "BGP specific commands\n"
14153        "AS confederation parameters\n"
14154        "Peer ASs in BGP confederation\n"
14155        "AS number\n")
14156
14157 DEFSH (0, show_ip_bgp_regexp_cmd_vtysh, 
14158        "show ip bgp regexp .LINE", 
14159        "Show running system information\n"
14160        "IP information\n"
14161        "BGP information\n"
14162        "Display routes matching the AS path regular expression\n"
14163        "A regular-expression to match the BGP AS paths\n")
14164
14165 DEFSH (0, ripng_redistribute_type_routemap_cmd_vtysh, 
14166        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " route-map WORD", 
14167        "Redistribute\n"
14168        "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"
14169        "Route map reference\n"
14170        "Pointer to route-map entries\n")
14171
14172 DEFSH (0, clear_bgp_instance_peer_rsclient_cmd_vtysh, 
14173        "clear bgp view WORD (A.B.C.D|X:X::X:X) rsclient", 
14174        "Reset functions\n"
14175        "BGP information\n"
14176        "BGP view\n"
14177        "view name\n"
14178        "BGP neighbor IP address to clear\n"
14179        "BGP IPv6 neighbor to clear\n"
14180        "Soft reconfig for rsclient RIB\n")
14181
14182 DEFSH (0, show_interface_vrf_all_cmd_vtysh, 
14183        "show interface " "vrf all", 
14184        "Show running system information\n"
14185        "Interface status and configuration\n"
14186        "Specify the VRF\nAll VRFs\n")
14187
14188 DEFSH (0, show_ipv6_route_summary_prefix_vrf_all_cmd_vtysh, 
14189        "show ipv6 route summary prefix " "vrf all", 
14190        "Show running system information\n"
14191        "IP information\n"
14192        "IPv6 routing table\n"
14193        "Summary of all IPv6 routes\n"
14194        "Prefix routes\n"
14195        "Specify the VRF\nAll VRFs\n")
14196
14197 DEFSH (0, ospf_area_vlink_param4_cmd_vtysh, 
14198        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
14199        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
14200        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
14201        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
14202        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
14203        "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"
14204        "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"
14205        "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"
14206        "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"
14207        "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")
14208
14209 DEFSH (0, no_debug_bgp_as4_cmd_vtysh, 
14210        "no debug bgp as4", 
14211        "Negate a command or set its defaults\n"
14212        "Debugging functions (see also 'undebug')\n"
14213        "BGP information\n"
14214        "BGP AS4 actions\n")
14215
14216 DEFSH (0, old_no_ipv6_aggregate_address_cmd_vtysh, 
14217        "no ipv6 bgp aggregate-address X:X::X:X/M", 
14218        "Negate a command or set its defaults\n"
14219        "IPv6 information\n"
14220        "BGP information\n"
14221        "Configure BGP aggregate entries\n"
14222        "Aggregate prefix\n")
14223
14224 DEFSH (0|0|0|0|0|0, rmap_onmatch_next_cmd_vtysh, 
14225        "on-match next", 
14226        "Exit policy on matches\n"
14227        "Next clause\n")
14228
14229 DEFSH (0, vty_no_restricted_mode_cmd_vtysh, 
14230        "no anonymous restricted", 
14231        "Negate a command or set its defaults\n"
14232        "Enable password checking\n")
14233
14234 DEFSH (0, no_router_rip_cmd_vtysh, 
14235        "no router rip", 
14236        "Negate a command or set its defaults\n"
14237        "Enable a routing process\n"
14238        "Routing Information Protocol (RIP)\n")
14239
14240 DEFSH (0, set_lcommunity_delete_cmd_vtysh, 
14241        "set large-comm-list (<1-99>|<100-500>|WORD) delete", 
14242        "Set values in destination routing protocol\n"
14243        "set BGP large community list (for deletion)\n"
14244        "Large Community-list number (standard)\n"
14245        "Large Communitly-list number (expanded)\n"
14246        "Large Community-list name\n"
14247        "Delete matching large communities\n")
14248
14249 DEFSH (0, no_match_origin_cmd_vtysh, 
14250        "no match origin", 
14251        "Negate a command or set its defaults\n"
14252        "Match values from routing table\n"
14253        "BGP origin code\n")
14254
14255 DEFSH (0, no_router_bgp_view_cmd_vtysh, 
14256        "no router bgp " "<1-4294967295>" " view WORD", 
14257        "Negate a command or set its defaults\n"
14258        "Enable a routing process\n"
14259        "BGP information\n"
14260        "AS number\n"
14261        "BGP view\n"
14262        "view name\n")
14263
14264 DEFSH (0, no_ipv6_bgp_distance_cmd_vtysh, 
14265        "no distance bgp <1-255> <1-255> <1-255>", 
14266        "Negate a command or set its defaults\n"
14267        "Define an administrative distance\n"
14268        "BGP distance\n"
14269        "Distance for routes external to the AS\n"
14270        "Distance for routes internal to the AS\n"
14271        "Distance for local routes\n")
14272
14273 DEFSH (0, show_ipv6_ospf6_database_adv_router_cmd_vtysh, 
14274        "show ipv6 ospf6 database adv-router A.B.C.D", 
14275        "Show running system information\n"
14276        "IPv6 information\n"
14277        "Open Shortest Path First (OSPF) for IPv6\n"
14278        "Display Link state database\n"
14279        "Search by Advertising Router\n"
14280        "Specify Advertising Router as IPv4 address notation\n"
14281       )
14282
14283 DEFSH (0, no_pce_neighbor_cmd_vtysh, 
14284        "no pce neighbor as <0-65535>", 
14285        "Negate a command or set its defaults\n"
14286        "PCE Router Information specific commands\n"
14287        "Disable PCE neighbor AS number\n"
14288        "AS number of PCE neighbor\n"
14289        "AS number in decimal <0-65535>\n")
14290
14291 DEFSH (0, ip_ssmpingd_cmd_vtysh, 
14292        "ip ssmpingd [A.B.C.D]", 
14293        "IP information\n"
14294        "Enable ssmpingd operation\n"
14295        "Source address\n")
14296
14297 DEFSH (0, show_ip_pim_local_membership_cmd_vtysh, 
14298        "show ip pim local-membership", 
14299        "Show running system information\n"
14300        "IP information\n"
14301        "PIM information\n"
14302        "PIM interface local-membership\n")
14303
14304 DEFSH (0, no_ipv6_access_list_all_cmd_vtysh, 
14305        "no ipv6 access-list WORD", 
14306        "Negate a command or set its defaults\n"
14307        "IPv6 information\n"
14308        "Add an access list entry\n"
14309        "IPv6 zebra access-list\n")
14310
14311 DEFSH (0, no_ospf_mpls_te_cmd_vtysh, 
14312        "no mpls-te", 
14313        "Negate a command or set its defaults\n"
14314        "Disable the MPLS-TE functionality\n")
14315
14316 DEFSH (0, show_ip_ospf_mpls_te_router_cmd_vtysh, 
14317        "show ip ospf mpls-te router", 
14318        "Show running system information\n"
14319        "IP information\n"
14320        "OSPF information\n"
14321        "MPLS-TE information\n"
14322        "MPLS-TE Router parameters\n")
14323
14324 DEFSH (0, show_bgp_ipv4_safi_community3_exact_cmd_vtysh, 
14325        "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", 
14326        "Show running system information\n"
14327        "BGP information\n"
14328        "Address family\n"
14329        "Address Family modifier\n"
14330        "Address Family modifier\n"
14331        "Display routes matching the communities\n"
14332        "community number\n"
14333        "Do not send outside local AS (well-known community)\n"
14334        "Do not advertise to any peer (well-known community)\n"
14335        "Do not export to next AS (well-known community)\n"
14336        "community number\n"
14337        "Do not send outside local AS (well-known community)\n"
14338        "Do not advertise to any peer (well-known community)\n"
14339        "Do not export to next AS (well-known community)\n"
14340        "community number\n"
14341        "Do not send outside local AS (well-known community)\n"
14342        "Do not advertise to any peer (well-known community)\n"
14343        "Do not export to next AS (well-known community)\n"
14344        "Exact match of the communities")
14345
14346 DEFSH (0, no_access_list_any_cmd_vtysh, 
14347        "no access-list WORD (deny|permit) any", 
14348        "Negate a command or set its defaults\n"
14349        "Add an access list entry\n"
14350        "IP zebra access-list name\n"
14351        "Specify packets to reject\n"
14352        "Specify packets to forward\n"
14353        "Prefix to match. e.g. 10.0.0.0/8\n")
14354
14355 DEFSH (0, show_bgp_ipv6_vpn_prefix_cmd_vtysh, 
14356        "show bgp ipv6 vpn X:X::X:X/M", 
14357        "Show running system information\n"
14358        "BGP information\n"
14359        "Address Family\n"
14360        "Display VPN NLRI specific information\n"
14361        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
14362
14363 DEFSH (0, ospf_area_authentication_message_digest_cmd_vtysh, 
14364        "area (A.B.C.D|<0-4294967295>) authentication message-digest", 
14365        "OSPF area parameters\n"
14366        "OSPF area ID in IP address format\n"
14367        "OSPF area ID as a decimal value\n"
14368        "Enable authentication\n"
14369        "Use message-digest authentication\n")
14370
14371 DEFSH (0, show_ip_bgp_ipv4_community_cmd_vtysh, 
14372        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export)", 
14373        "Show running system information\n"
14374        "IP information\n"
14375        "BGP information\n"
14376        "Address family\n"
14377        "Address Family modifier\n"
14378        "Address Family modifier\n"
14379        "Display routes matching the communities\n"
14380        "community number\n"
14381        "Do not send outside local AS (well-known community)\n"
14382        "Do not advertise to any peer (well-known community)\n"
14383        "Do not export to next AS (well-known community)\n")
14384
14385 DEFSH (0, show_bgp_ipv6_summary_cmd_vtysh, 
14386        "show bgp ipv6 summary", 
14387        "Show running system information\n"
14388        "BGP information\n"
14389        "Address family\n"
14390        "Summary of BGP neighbor status\n")
14391
14392 DEFSH (0, no_lsp_refresh_interval_cmd_vtysh, 
14393        "no lsp-refresh-interval", 
14394        "Negate a command or set its defaults\n"
14395        "LSP refresh interval in seconds\n")
14396
14397 DEFSH (0, show_ipv6_ospf6_database_id_cmd_vtysh, 
14398        "show ipv6 ospf6 database * A.B.C.D", 
14399        "Show running system information\n"
14400        "IPv6 information\n"
14401        "Open Shortest Path First (OSPF) for IPv6\n"
14402        "Display Link state database\n"
14403        "Any Link state Type\n"
14404        "Specify Link state ID as IPv4 address notation\n"
14405       )
14406
14407 DEFSH (0, show_bgp_lcommunity2_cmd_vtysh, 
14408        "show bgp large-community (AA:BB:CC) (AA:BB:CC)", 
14409        "Show running system information\n"
14410        "BGP information\n"
14411        "Display routes matching the large-communities\n"
14412        "large-community number\n"
14413        "large-community number\n")
14414
14415 DEFSH (0, ip_route_tag_distance_cmd_vtysh, 
14416        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295> <1-255>", 
14417        "IP information\n"
14418        "Establish static routes\n"
14419        "IP destination prefix (e.g. 10.0.0.0/8)\n"
14420        "IP gateway address\n"
14421        "IP gateway interface name\n"
14422        "Null interface\n"
14423        "Set tag for this route\n"
14424        "Tag value\n"
14425        "Distance value for this route\n")
14426
14427 DEFSH (0, no_debug_ripng_packet_cmd_vtysh, 
14428        "no debug ripng packet", 
14429        "Negate a command or set its defaults\n"
14430        "Debugging functions (see also 'undebug')\n"
14431        "RIPng configuration\n"
14432        "Debug option set for ripng packet\n")
14433
14434 DEFSH (0, no_ip_irdp_cmd_vtysh, 
14435        "no ip irdp", 
14436        "Negate a command or set its defaults\n"
14437        "IP information\n"
14438        "Disable ICMP Router discovery on this interface\n")
14439
14440 DEFSH (0, no_vty_ipv6_access_class_cmd_vtysh, 
14441        "no ipv6 access-class [WORD]", 
14442        "Negate a command or set its defaults\n"
14443        "IPv6 information\n"
14444        "Filter connections based on an IP access list\n"
14445        "IPv6 access list\n")
14446
14447 DEFSH (0, debug_ospf_lsa_cmd_vtysh, 
14448        "debug ospf lsa", 
14449        "Debugging functions (see also 'undebug')\n"
14450        "OSPF information\n"
14451        "OSPF Link State Advertisement\n")
14452
14453 DEFSH (0, show_ip_bgp_attr_info_cmd_vtysh, 
14454        "show ip bgp attribute-info", 
14455        "Show running system information\n"
14456        "IP information\n"
14457        "BGP information\n"
14458        "List all bgp attribute information\n")
14459
14460 DEFSH (0|0|0|0, show_ipv6_prefix_list_name_cmd_vtysh, 
14461        "show ipv6 prefix-list WORD", 
14462        "Show running system information\n"
14463        "IPv6 information\n"
14464        "Build a prefix list\n"
14465        "Name of a prefix list\n")
14466
14467 DEFSH (0, no_ip_ospf_cost_u32_cmd_vtysh, 
14468        "no ip ospf cost <1-65535>", 
14469        "Negate a command or set its defaults\n"
14470        "IP Information\n"
14471        "OSPF interface commands\n"
14472        "Interface cost\n"
14473        "Cost")
14474
14475 DEFSH (0, clear_ip_bgp_as_vpnv4_soft_cmd_vtysh, 
14476        "clear ip bgp " "<1-4294967295>" " vpnv4 unicast soft", 
14477        "Reset functions\n"
14478        "IP information\n"
14479        "BGP information\n"
14480        "Clear peers with the AS number\n"
14481        "Address family\n"
14482        "Address Family Modifier\n"
14483        "Soft reconfig inbound and outbound updates\n")
14484
14485 DEFSH (0, encap_network_cmd_vtysh, 
14486        "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
14487        "Specify a network to announce via BGP\n"
14488        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
14489        "Specify Route Distinguisher\n"
14490        "ENCAP Route Distinguisher\n"
14491        "BGP tag\n"
14492        "tag value\n")
14493
14494 DEFSH (0, neighbor_peer_group_cmd_vtysh, 
14495        "neighbor WORD peer-group", 
14496        "Specify neighbor router\n"
14497        "Neighbor tag\n"
14498        "Configure peer-group\n")
14499
14500 DEFSH (0, show_ipv6_mroute_cmd_vtysh, 
14501        "show ipv6 mroute", 
14502        "Show running system information\n"
14503        "IP information\n"
14504        "IPv6 Multicast routing table\n")
14505
14506 DEFSH (0, debug_igmp_cmd_vtysh, 
14507        "debug igmp", 
14508        "Debugging functions (see also 'undebug')\n"
14509        "IGMP protocol activity\n")
14510
14511 DEFSH (0, router_info_as_cmd_vtysh, 
14512        "router-info as", 
14513        "OSPF Router Information specific commands\n"
14514        "Enable the Router Information functionality with AS flooding scope\n")
14515
14516 DEFSH (0, show_ip_route_summary_prefix_cmd_vtysh, 
14517        "show ip route summary prefix", 
14518        "Show running system information\n"
14519        "IP information\n"
14520        "IP routing table\n"
14521        "Summary of all routes\n"
14522        "Prefix routes\n")
14523
14524 DEFSH (0, rip_distance_cmd_vtysh, 
14525        "distance <1-255>", 
14526        "Administrative distance\n"
14527        "Distance value\n")
14528
14529 DEFSH (0, show_ip_igmp_querier_cmd_vtysh, 
14530        "show ip igmp querier", 
14531        "Show running system information\n"
14532        "IP information\n"
14533        "IGMP information\n"
14534        "IGMP querier information\n")
14535
14536 DEFSH (0, no_psnp_interval_arg_cmd_vtysh, 
14537        "no isis psnp-interval <1-120>", 
14538        "Negate a command or set its defaults\n"
14539        "IS-IS commands\n"
14540        "Set PSNP interval in seconds\n"
14541        "PSNP interval value\n")
14542
14543 DEFSH (0, no_ipv6_route_ifname_tag_vrf_cmd_vtysh, 
14544        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>" "vrf <0-65535>", 
14545        "Negate a command or set its defaults\n"
14546        "IP information\n"
14547        "Establish static routes\n"
14548        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
14549        "IPv6 gateway address\n"
14550        "IPv6 gateway interface name\n"
14551        "Set tag for this route\n"
14552        "Tag value\n"
14553        "Specify the VRF\nThe VRF ID\n")
14554
14555 DEFSH (0, area_passwd_md5_cmd_vtysh, 
14556        "(area-password|domain-password) md5 WORD", 
14557        "Configure the authentication password for an area\n"
14558        "Set the authentication password for a routing domain\n"
14559        "Authentication type\n"
14560        "Level-wide password\n")
14561
14562 DEFSH (0, no_bgp_timers_arg_cmd_vtysh, 
14563        "no timers bgp <0-65535> <0-65535>", 
14564        "Negate a command or set its defaults\n"
14565        "Adjust routing timers\n"
14566        "BGP timers\n"
14567        "Keepalive interval\n"
14568        "Holdtime\n")
14569
14570 DEFSH (0, no_debug_isis_events_cmd_vtysh, 
14571        "no debug isis events", 
14572        "Disable debugging functions (see also 'debug')\n"
14573        "IS-IS information\n"
14574        "IS-IS Events\n")
14575
14576 DEFSH (0|0|0|0, show_ipv6_prefix_list_summary_cmd_vtysh, 
14577        "show ipv6 prefix-list summary", 
14578        "Show running system information\n"
14579        "IPv6 information\n"
14580        "Build a prefix list\n"
14581        "Summary of prefix lists\n")
14582
14583 DEFSH (0, bgp_bestpath_med2_cmd_vtysh, 
14584        "bgp bestpath med confed missing-as-worst", 
14585        "BGP specific commands\n"
14586        "Change the default bestpath selection\n"
14587        "MED attribute\n"
14588        "Compare MED among confederation paths\n"
14589        "Treat missing MED as the least preferred one\n")
14590
14591 DEFSH (0, show_bgp_lcommunity4_cmd_vtysh, 
14592        "show bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
14593        "Show running system information\n"
14594        "BGP information\n"
14595        "Display routes matching the large-communities\n"
14596        "large-community number\n"
14597        "large-community number\n"
14598        "large-community number\n"
14599        "large-community number\n")
14600
14601 DEFSH (0, no_neighbor_send_community_cmd_vtysh, 
14602        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community", 
14603        "Negate a command or set its defaults\n"
14604        "Specify neighbor router\n"
14605        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14606        "Send Community attribute to this neighbor\n")
14607
14608 DEFSH (0, send_lifetime_month_day_month_day_cmd_vtysh, 
14609        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
14610        "Set send lifetime of the key\n"
14611        "Time to start\n"
14612        "Month of the year to start\n"
14613        "Day of th month to start\n"
14614        "Year to start\n"
14615        "Time to expire\n"
14616        "Month of the year to expire\n"
14617        "Day of th month to expire\n"
14618        "Year to expire\n")
14619
14620 DEFSH (0, show_interface_cmd_vtysh, 
14621        "show interface", 
14622        "Show running system information\n"
14623        "Interface status and configuration\n")
14624
14625 DEFSH (0, ipv6_route_pref_vrf_cmd_vtysh, 
14626        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255> " "vrf <0-65535>", 
14627        "IP information\n"
14628        "Establish static routes\n"
14629        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
14630        "IPv6 gateway address\n"
14631        "IPv6 gateway interface name\n"
14632        "Distance value for this prefix\n"
14633        "Specify the VRF\nThe VRF ID\n")
14634
14635 DEFSH (0, neighbor_attr_unchanged1_cmd_vtysh, 
14636        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged (as-path|next-hop|med)", 
14637        "Specify neighbor router\n"
14638        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
14639        "BGP attribute is propagated unchanged to this neighbor\n"
14640        "As-path attribute\n"
14641        "Nexthop attribute\n"
14642        "Med attribute\n")
14643
14644 DEFSH (0, ipv6_route_pref_tag_cmd_vtysh, 
14645        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>", 
14646        "IP information\n"
14647        "Establish static routes\n"
14648        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
14649        "IPv6 gateway address\n"
14650        "IPv6 gateway interface name\n"
14651        "Set tag for this route\n"
14652        "Tag value\n"
14653        "Distance value for this prefix\n")
14654
14655 DEFSH (0, show_bgp_view_neighbor_received_routes_cmd_vtysh, 
14656        "show bgp view WORD neighbors (A.B.C.D|X:X::X:X) received-routes", 
14657        "Show running system information\n"
14658        "BGP information\n"
14659        "BGP view\n"
14660        "View name\n"
14661        "Detailed information on TCP and BGP neighbor connections\n"
14662        "Neighbor to display information about\n"
14663        "Neighbor to display information about\n"
14664        "Display the received routes from neighbor\n")
14665
14666 DEFSH (0, show_bgp_ipv6_community_list_exact_cmd_vtysh, 
14667        "show bgp ipv6 community-list (<1-500>|WORD) exact-match", 
14668        "Show running system information\n"
14669        "BGP information\n"
14670        "Address family\n"
14671        "Display routes matching the community-list\n"
14672        "community-list number\n"
14673        "community-list name\n"
14674        "Exact match of the communities\n")
14675
14676 DEFSH (0, no_lsp_refresh_interval_l2_cmd_vtysh, 
14677        "no lsp-refresh-interval level-2", 
14678        "Negate a command or set its defaults\n"
14679        "LSP refresh interval for Level 2 only in seconds\n")
14680
14681 DEFSH (0, no_set_weight_cmd_vtysh, 
14682        "no set weight", 
14683        "Negate a command or set its defaults\n"
14684        "Set values in destination routing protocol\n"
14685        "BGP weight for routing table\n")
14686
14687 DEFSH (0, show_ipv6_ospf6_route_match_detail_cmd_vtysh, 
14688        "show ipv6 ospf6 route X:X::X:X/M match detail", 
14689        "Show running system information\n"
14690        "IPv6 Information\n"
14691        "Open Shortest Path First (OSPF) for IPv6\n"
14692        "Routing Table\n"
14693        "Specify IPv6 prefix\n"
14694        "Display routes which match the specified route\n"
14695        "Detailed information\n"
14696        )
14697
14698 DEFSH (0, lsp_gen_interval_l1_cmd_vtysh, 
14699        "lsp-gen-interval level-1 <1-120>", 
14700        "Minimum interval between regenerating same LSP\n"
14701        "Set interval for level 1 only\n"
14702        "Minimum interval in seconds\n")
14703
14704 DEFSH (0, no_ripng_redistribute_ripng_cmd_vtysh, 
14705        "no redistribute ripng", 
14706        "Negate a command or set its defaults\n"
14707        "Redistribute information from another routing protocol\n"
14708        "RIPng route\n")
14709
14710 DEFSH (0, show_bgp_ipv6_prefix_list_cmd_vtysh, 
14711        "show bgp ipv6 prefix-list WORD", 
14712        "Show running system information\n"
14713        "BGP information\n"
14714        "Address family\n"
14715        "Display routes conforming to the prefix-list\n"
14716        "IPv6 prefix-list name\n")
14717
14718 DEFSH (0, show_bgp_cmd_vtysh, 
14719        "show bgp", 
14720        "Show running system information\n"
14721        "BGP information\n")
14722
14723 DEFSH (0, show_ip_bgp_ipv4_neighbor_routes_cmd_vtysh, 
14724        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes", 
14725        "Show running system information\n"
14726        "IP information\n"
14727        "BGP information\n"
14728        "Address family\n"
14729        "Address Family modifier\n"
14730        "Address Family modifier\n"
14731        "Detailed information on TCP and BGP neighbor connections\n"
14732        "Neighbor to display information about\n"
14733        "Neighbor to display information about\n"
14734        "Display routes learned from neighbor\n")
14735
14736 DEFSH (0, clear_bgp_ipv6_all_soft_cmd_vtysh, 
14737        "clear bgp ipv6 * soft", 
14738        "Reset functions\n"
14739        "BGP information\n"
14740        "Address family\n"
14741        "Clear all peers\n"
14742        "Soft reconfig inbound and outbound updates\n")
14743
14744 DEFSH (0, clear_ip_bgp_all_encap_in_cmd_vtysh, 
14745        "clear ip bgp * encap unicast in", 
14746        "Reset functions\n"
14747        "IP information\n"
14748        "BGP information\n"
14749        "Clear all peers\n"
14750        "Address family\n"
14751        "Address Family Modifier\n"
14752        "Soft reconfig inbound update\n")
14753
14754 DEFSH (0, no_bgp_bestpath_aspath_confed_cmd_vtysh, 
14755        "no bgp bestpath as-path confed", 
14756        "Negate a command or set its defaults\n"
14757        "BGP specific commands\n"
14758        "Change the default bestpath selection\n"
14759        "AS-path attribute\n"
14760        "Compare path lengths including confederation sets & sequences in selecting a route\n")
14761
14762 DEFSH (0|0|0|0, no_ip_prefix_list_le_ge_cmd_vtysh, 
14763        "no ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
14764        "Negate a command or set its defaults\n"
14765        "IP information\n"
14766        "Build a prefix list\n"
14767        "Name of a prefix list\n"
14768        "Specify packets to reject\n"
14769        "Specify packets to forward\n"
14770        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
14771        "Maximum prefix length to be matched\n"
14772        "Maximum prefix length\n"
14773        "Minimum prefix length to be matched\n"
14774        "Minimum prefix length\n")
14775
14776 DEFSH (0, show_ipv6_mbgp_regexp_cmd_vtysh, 
14777        "show ipv6 mbgp regexp .LINE", 
14778        "Show running system information\n"
14779        "IP information\n"
14780        "BGP information\n"
14781        "Display routes matching the AS path regular expression\n"
14782        "A regular-expression to match the MBGP AS paths\n")
14783
14784 DEFSH (0, undebug_pim_packetdump_send_cmd_vtysh, 
14785        "undebug pim packet-dump send", 
14786        "Disable debugging functions (see also 'debug')\n"
14787        "PIM protocol activity\n"
14788        "PIM packet dump\n"
14789        "Dump sent packets\n")
14790
14791 DEFSH (0, ospf6_distance_ospf6_inter_cmd_vtysh, 
14792        "distance ospf6 inter-area <1-255>", 
14793        "Define an administrative distance\n"
14794        "OSPF6 Administrative distance\n"
14795        "Inter-area routes\n"
14796        "Distance for inter-area routes\n")
14797
14798 DEFSH (0, show_bgp_ipv4_safi_community_exact_cmd_vtysh, 
14799        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
14800        "Show running system information\n"
14801        "BGP information\n"
14802        "Address family\n"
14803        "Address Family modifier\n"
14804        "Address Family modifier\n"
14805        "Display routes matching the communities\n"
14806        "community number\n"
14807        "Do not send outside local AS (well-known community)\n"
14808        "Do not advertise to any peer (well-known community)\n"
14809        "Do not export to next AS (well-known community)\n"
14810        "Exact match of the communities")
14811
14812 DEFSH (0|0|0|0, clear_ip_prefix_list_name_cmd_vtysh, 
14813        "clear ip prefix-list WORD", 
14814        "Reset functions\n"
14815        "IP information\n"
14816        "Build a prefix list\n"
14817        "Name of a prefix list\n")
14818
14819 DEFSH (0|0|0|0, no_ipv6_prefix_list_ge_cmd_vtysh, 
14820        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128>", 
14821        "Negate a command or set its defaults\n"
14822        "IPv6 information\n"
14823        "Build a prefix list\n"
14824        "Name of a prefix list\n"
14825        "Specify packets to reject\n"
14826        "Specify packets to forward\n"
14827        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
14828        "Minimum prefix length to be matched\n"
14829        "Minimum prefix length\n")
14830
14831 DEFSH (0, link_params_pkt_loss_cmd_vtysh, 
14832        "packet-loss PERCENTAGE", 
14833        "Unidirectional Link Packet Loss\n"
14834        "percentage of total traffic by 0.000003tep and less than 50.331642%\n")
14835
14836 DEFSH (0, show_bgp_lcommunity_list_cmd_vtysh, 
14837        "show bgp large-community-list (<1-500>|WORD)", 
14838        "Show running system information\n"
14839        "BGP information\n"
14840        "Display routes matching the large-community-list\n"
14841        "large-community-list number\n"
14842        "large-community-list name\n")
14843
14844 DEFSH (0, ip_route_mask_flags2_vrf_cmd_vtysh, 
14845        "ip route A.B.C.D A.B.C.D (reject|blackhole) " "vrf <0-65535>", 
14846        "IP information\n"
14847        "Establish static routes\n"
14848        "IP destination prefix\n"
14849        "IP destination prefix mask\n"
14850        "Emit an ICMP unreachable when matched\n"
14851        "Silently discard pkts when matched\n"
14852        "Specify the VRF\nThe VRF ID\n")
14853
14854 DEFSH (0, access_list_standard_cmd_vtysh, 
14855        "access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D A.B.C.D", 
14856        "Add an access list entry\n"
14857        "IP standard access list\n"
14858        "IP standard access list (expanded range)\n"
14859        "Specify packets to reject\n"
14860        "Specify packets to forward\n"
14861        "Address to match\n"
14862        "Wildcard bits\n")
14863
14864 DEFSH (0, ip_route_mask_flags_distance_vrf_cmd_vtysh, 
14865        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
14866        "IP information\n"
14867        "Establish static routes\n"
14868        "IP destination prefix\n"
14869        "IP destination prefix mask\n"
14870        "IP gateway address\n"
14871        "IP gateway interface name\n"
14872        "Emit an ICMP unreachable when matched\n"
14873        "Silently discard pkts when matched\n"
14874        "Distance value for this route\n"
14875        "Specify the VRF\nThe VRF ID\n")
14876
14877 DEFSH (0, ipv6_nd_mtu_cmd_vtysh, 
14878        "ipv6 nd mtu <1-65535>", 
14879        "Interface IPv6 config commands\n"
14880        "Neighbor discovery\n"
14881        "Advertised MTU\n"
14882        "MTU in bytes\n")
14883
14884 DEFSH (0, no_set_ecommunity_soo_val_cmd_vtysh, 
14885        "no set extcommunity soo .ASN:nn_or_IP-address:nn", 
14886        "Negate a command or set its defaults\n"
14887        "Set values in destination routing protocol\n"
14888        "BGP extended community attribute\n"
14889        "Site-of-Origin extended community\n"
14890        "VPN extended community\n")
14891
14892 DEFSH (0, show_bgp_ipv4_community4_exact_cmd_vtysh, 
14893        "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", 
14894        "Show running system information\n"
14895        "BGP information\n"
14896        "IP information\n"
14897        "Display routes matching the communities\n"
14898        "community number\n"
14899        "Do not send outside local AS (well-known community)\n"
14900        "Do not advertise to any peer (well-known community)\n"
14901        "Do not export to next AS (well-known community)\n"
14902        "community number\n"
14903        "Do not send outside local AS (well-known community)\n"
14904        "Do not advertise to any peer (well-known community)\n"
14905        "Do not export to next AS (well-known community)\n"
14906        "community number\n"
14907        "Do not send outside local AS (well-known community)\n"
14908        "Do not advertise to any peer (well-known community)\n"
14909        "Do not export to next AS (well-known community)\n"
14910        "community number\n"
14911        "Do not send outside local AS (well-known community)\n"
14912        "Do not advertise to any peer (well-known community)\n"
14913        "Do not export to next AS (well-known community)\n"
14914        "Exact match of the communities")
14915
14916 DEFSH (0, no_ip_route_flags2_tag_cmd_vtysh, 
14917        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295>", 
14918        "Negate a command or set its defaults\n"
14919        "IP information\n"
14920        "Establish static routes\n"
14921        "IP destination prefix (e.g. 10.0.0.0/8)\n"
14922        "Emit an ICMP unreachable when matched\n"
14923        "Silently discard pkts when matched\n"
14924        "Tag of this route\n"
14925        "Tag value\n")
14926
14927 DEFSH (0, show_database_cmd_vtysh, 
14928        "show isis database", 
14929        "Show running system information\n"
14930        "IS-IS information\n"
14931        "IS-IS link state database\n")
14932
14933 DEFSH (0, interface_ip_mroute_source_cmd_vtysh, 
14934        "ip mroute INTERFACE A.B.C.D A.B.C.D", 
14935        "IP information\n"
14936        "Add multicast route\n"
14937        "Outgoing interface name\n"
14938        "Group address\n"
14939        "Source address\n")
14940
14941 DEFSH (0, debug_ospf6_brouter_router_cmd_vtysh, 
14942        "debug ospf6 border-routers router-id A.B.C.D", 
14943        "Debugging functions (see also 'undebug')\n"
14944        "Open Shortest Path First (OSPF) for IPv6\n"
14945        "Debug border router\n"
14946        "Debug specific border router\n"
14947        "Specify border-router's router-id\n"
14948       )
14949
14950 DEFSH (0, no_aggregate_address_mask_summary_only_cmd_vtysh, 
14951        "no aggregate-address A.B.C.D A.B.C.D summary-only", 
14952        "Negate a command or set its defaults\n"
14953        "Configure BGP aggregate entries\n"
14954        "Aggregate address\n"
14955        "Aggregate mask\n"
14956        "Filter more specific routes from updates\n")
14957
14958 DEFSH (0, aggregate_address_summary_as_set_cmd_vtysh, 
14959        "aggregate-address A.B.C.D/M summary-only as-set", 
14960        "Configure BGP aggregate entries\n"
14961        "Aggregate prefix\n"
14962        "Filter more specific routes from updates\n"
14963        "Generate AS set path information\n")
14964
14965 DEFSH (0, show_bgp_ipv6_safi_route_cmd_vtysh, 
14966        "show bgp ipv6 (unicast|multicast) X:X::X:X", 
14967        "Show running system information\n"
14968        "BGP information\n"
14969        "Address family\n"
14970        "Address Family modifier\n"
14971        "Address Family modifier\n"
14972        "Network in the BGP routing table to display\n")
14973
14974 DEFSH (0, show_bgp_ipv6_community_cmd_vtysh, 
14975        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export)", 
14976        "Show running system information\n"
14977        "BGP information\n"
14978        "Address family\n"
14979        "Display routes matching the communities\n"
14980        "community number\n"
14981        "Do not send outside local AS (well-known community)\n"
14982        "Do not advertise to any peer (well-known community)\n"
14983        "Do not export to next AS (well-known community)\n")
14984
14985 DEFSH (0, show_ipv6_route_prefix_vrf_all_cmd_vtysh, 
14986        "show ipv6 route X:X::X:X/M " "vrf all", 
14987        "Show running system information\n"
14988        "IP information\n"
14989        "IPv6 routing table\n"
14990        "IPv6 prefix\n"
14991        "Specify the VRF\nAll VRFs\n")
14992
14993 DEFSH (0|0, ospf6_routemap_set_metric_type_cmd_vtysh, 
14994        "set metric-type (type-1|type-2)", 
14995        "Set value\n"
14996        "Type of metric\n"
14997        "OSPF6 external type 1 metric\n"
14998        "OSPF6 external type 2 metric\n")
14999
15000 DEFSH (0, if_no_nhrp_reg_flags_cmd_vtysh, 
15001  "no " "(ip|ipv6)" " nhrp registration (no-unique)", 
15002  "Negate a command or set its defaults\n"
15003  "IP information\n" "IPv6 information\n"
15004  "Next Hop Resolution Protocol functions\n"
15005  "Registration configuration\n"
15006  "Don't set unique flag\n")
15007
15008 DEFSH (0, no_rip_timers_val_cmd_vtysh, 
15009        "no timers basic <0-65535> <0-65535> <0-65535>", 
15010        "Negate a command or set its defaults\n"
15011        "Adjust routing timers\n"
15012        "Basic routing protocol update timers\n"
15013        "Routing table update timer value in second. Default is 30.\n"
15014        "Routing information timeout timer. Default is 180.\n"
15015        "Garbage collection timer. Default is 120.\n")
15016
15017 DEFSH (0, show_bgp_ipv6_rsclient_prefix_cmd_vtysh, 
15018        "show bgp ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
15019        "Show running system information\n"
15020        "BGP information\n"
15021        "Information about Route Server Client\n"
15022        "Neighbor address\nIPv6 address\n"
15023        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
15024
15025 DEFSH (0, ospf_compatible_rfc1583_cmd_vtysh, 
15026        "compatible rfc1583", 
15027        "OSPF compatibility list\n"
15028        "compatible with RFC 1583\n")
15029
15030 DEFSH (0, ospf6_distance_ospf6_inter_external_cmd_vtysh, 
15031        "distance ospf6 inter-area <1-255> external <1-255>", 
15032        "Define an administrative distance\n"
15033        "OSPF6 Administrative distance\n"
15034        "Inter-area routes\n"
15035        "Distance for inter-area routes\n"
15036        "External routes\n"
15037        "Distance for external routes\n")
15038
15039 DEFSH (0|0|0|0, no_ipv6_prefix_list_description_cmd_vtysh, 
15040        "no ipv6 prefix-list WORD description", 
15041        "Negate a command or set its defaults\n"
15042        "IPv6 information\n"
15043        "Build a prefix list\n"
15044        "Name of a prefix list\n"
15045        "Prefix-list specific description\n")
15046
15047 DEFSH (0, show_bgp_ipv6_vpn_route_cmd_vtysh, 
15048        "show bgp ipv6 vpn X:X::X:X", 
15049        "Show running system information\n"
15050        "BGP information\n"
15051        "Address Family\n"
15052        "Display VPN NLRI specific information\n"
15053        "Network in the BGP routing table to display\n")
15054
15055 DEFSH (0, ipv6_route_ifname_pref_tag_vrf_cmd_vtysh, 
15056        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>" "vrf <0-65535>", 
15057        "IP information\n"
15058        "Establish static routes\n"
15059        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
15060        "IPv6 gateway address\n"
15061        "IPv6 gateway interface name\n"
15062        "Set tag for this route\n"
15063        "Tag value\n"
15064        "Distance value for this prefix\n"
15065        "Specify the VRF\nThe VRF ID\n")
15066
15067 DEFSH (0, no_bgp_network_import_check_cmd_vtysh, 
15068        "no bgp network import-check", 
15069        "Negate a command or set its defaults\n"
15070        "BGP specific commands\n"
15071        "BGP network command\n"
15072        "Check BGP network route exists in IGP\n")
15073
15074 DEFSH (0, no_ipv6_nd_reachable_time_val_cmd_vtysh, 
15075        "no ipv6 nd reachable-time <1-3600000>", 
15076        "Negate a command or set its defaults\n"
15077        "Interface IPv6 config commands\n"
15078        "Neighbor discovery\n"
15079        "Reachable time\n"
15080        "Reachable time in milliseconds\n")
15081
15082 DEFSH (0, isis_priority_l2_cmd_vtysh, 
15083        "isis priority <0-127> level-2", 
15084        "IS-IS commands\n"
15085        "Set priority for Designated Router election\n"
15086        "Priority value\n"
15087        "Specify priority for level-2 routing\n")
15088
15089 DEFSH (0|0, no_match_ipv6_address_val_cmd_vtysh, 
15090       "no match ipv6 address WORD", 
15091       "Negate a command or set its defaults\n"
15092       "Match values from routing table\n"
15093       "IPv6 information\n"
15094       "Match IPv6 address of route\n"
15095       "IPv6 access-list name\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_ipv6_ospf6_route_detail_cmd_vtysh, 
15121        "show ipv6 ospf6 route (X:X::X:X|X:X::X:X/M|detail|summary)", 
15122        "Show running system information\n"
15123        "IPv6 Information\n"
15124        "Open Shortest Path First (OSPF) for IPv6\n"
15125        "Routing Table\n"
15126        "Specify IPv6 address\n"
15127        "Specify IPv6 prefix\n"
15128        "Detailed information\n"
15129        "Summary of route table\n"
15130        )
15131
15132 DEFSH (0, no_ip_lcommunity_list_name_expanded_all_cmd_vtysh, 
15133        "no ip large-community-list expanded WORD", 
15134        "Negate a command or set its defaults\n"
15135        "IP information\n"
15136        "Add a large community list entry\n"
15137        "Specify expanded large-community-list\n"
15138        "Large Community list name\n")
15139
15140 DEFSH (0, show_ip_bgp_filter_list_cmd_vtysh, 
15141        "show ip bgp filter-list WORD", 
15142        "Show running system information\n"
15143        "IP information\n"
15144        "BGP information\n"
15145        "Display routes conforming to the filter-list\n"
15146        "Regular expression access list name\n")
15147
15148 DEFSH (0, show_bgp_ipv4_lcommunity3_cmd_vtysh, 
15149        "show bgp ipv4 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
15150        "Show running system information\n"
15151        "BGP information\n"
15152        "IP information\n"
15153        "Display routes matching the large-communities\n"
15154        "large-community number\n"
15155        "large-community number\n"
15156        "large-community number\n")
15157
15158 DEFSH (0, clear_nhrp_cmd_vtysh, 
15159  "clear " "(ip|ipv6)" " nhrp (cache|shortcut)", 
15160  "Reset functions\n"
15161  "IP information\n" "IPv6 information\n"
15162  "Next Hop Resolution Protocol functions\n"
15163  "Dynamic cache entries\n"
15164  "Shortcut entries\n")
15165
15166 DEFSH (0, show_ip_as_path_access_list_cmd_vtysh, 
15167        "show ip as-path-access-list WORD", 
15168        "Show running system information\n"
15169        "IP information\n"
15170        "List AS path access lists\n"
15171        "AS path access list name\n")
15172
15173 DEFSH (0, no_ip_route_flags_tag_distance2_cmd_vtysh, 
15174        "no ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>", 
15175        "Negate a command or set its defaults\n"
15176        "IP information\n"
15177        "Establish static routes\n"
15178        "IP destination prefix (e.g. 10.0.0.0/8)\n"
15179        "Emit an ICMP unreachable when matched\n"
15180        "Silently discard pkts when matched\n"
15181        "Tag of this route\n"
15182        "Tag value\n"
15183        "Distance value for this route\n")
15184
15185 DEFSH (0, clear_ip_bgp_all_vpnv4_soft_in_cmd_vtysh, 
15186        "clear ip bgp * vpnv4 unicast soft in", 
15187        "Reset functions\n"
15188        "IP information\n"
15189        "BGP information\n"
15190        "Clear all peers\n"
15191        "Address family\n"
15192        "Address Family Modifier\n"
15193        "Soft reconfig inbound and outbound updates\n"
15194        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
15195
15196 DEFSH (0, no_ospf_area_default_cost_cmd_vtysh, 
15197        "no area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>", 
15198        "Negate a command or set its defaults\n"
15199        "OSPF area parameters\n"
15200        "OSPF area ID in IP address format\n"
15201        "OSPF area ID as a decimal value\n"
15202        "Set the summary-default cost of a NSSA or stub area\n"
15203        "Stub's advertised default summary cost\n")
15204
15205 DEFSH (0, no_set_aspath_prepend_val_cmd_vtysh, 
15206        "no set as-path prepend ." "<1-4294967295>", 
15207        "Negate a command or set its defaults\n"
15208        "Set values in destination routing protocol\n"
15209        "Transform BGP AS_PATH attribute\n"
15210        "Prepend to the as-path\n"
15211        "AS number\n")
15212
15213 DEFSH (0, no_ipv6_nd_homeagent_lifetime_val_cmd_vtysh, 
15214        "no ipv6 nd home-agent-lifetime <0-65520>", 
15215        "Negate a command or set its defaults\n"
15216        "Interface IPv6 config commands\n"
15217        "Neighbor discovery\n"
15218        "Home Agent lifetime\n"
15219        "Home Agent lifetime in seconds (0 to track ra-lifetime)\n")
15220
15221 DEFSH (0, no_ip_route_flags_distance_vrf_cmd_vtysh, 
15222        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
15223        "Negate a command or set its defaults\n"
15224        "IP information\n"
15225        "Establish static routes\n"
15226        "IP destination prefix (e.g. 10.0.0.0/8)\n"
15227        "IP gateway address\n"
15228        "IP gateway interface name\n"
15229        "Emit an ICMP unreachable when matched\n"
15230        "Silently discard pkts when matched\n"
15231        "Distance value for this route\n"
15232        "Specify the VRF\nThe VRF ID\n")
15233
15234 DEFSH (0, show_bgp_ipv4_community3_cmd_vtysh, 
15235        "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)", 
15236        "Show running system information\n"
15237        "BGP information\n"
15238        "IP information\n"
15239        "Display routes matching the communities\n"
15240        "community number\n"
15241        "Do not send outside local AS (well-known community)\n"
15242        "Do not advertise to any peer (well-known community)\n"
15243        "Do not export to next AS (well-known community)\n"
15244        "community number\n"
15245        "Do not send outside local AS (well-known community)\n"
15246        "Do not advertise to any peer (well-known community)\n"
15247        "Do not export to next AS (well-known community)\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
15253 DEFSH (0, no_ipv6_route_ifname_pref_tag_vrf_cmd_vtysh, 
15254        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>" "vrf <0-65535>", 
15255        "Negate a command or set its defaults\n"
15256        "IP information\n"
15257        "Establish static routes\n"
15258        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
15259        "IPv6 gateway address\n"
15260        "IPv6 gateway interface name\n"
15261        "Set tag for this route\n"
15262        "Tag value\n"
15263        "Distance value for this prefix\n"
15264        "Specify the VRF\nThe VRF ID\n")
15265
15266 DEFSH (0, neighbor_local_as_no_prepend_cmd_vtysh, 
15267        "neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend", 
15268        "Specify neighbor router\n"
15269        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15270        "Specify a local-as number\n"
15271        "AS number used as local AS\n"
15272        "Do not prepend local-as to updates from ebgp peers\n")
15273
15274 DEFSH (0, no_debug_isis_snp_cmd_vtysh, 
15275        "no debug isis snp-packets", 
15276        "Disable debugging functions (see also 'debug')\n"
15277        "IS-IS information\n"
15278        "IS-IS CSNP/PSNP packets\n")
15279
15280 DEFSH (0, show_bgp_ipv6_safi_prefix_list_cmd_vtysh, 
15281        "show bgp ipv6 (encap|multicast|unicast|vpn) prefix-list WORD", 
15282        "Show running system information\n"
15283        "BGP information\n"
15284        "Address family\n"
15285        "Address Family modifier\n"
15286        "Address Family modifier\n"
15287        "Address Family modifier\n"
15288        "Address Family modifier\n"
15289        "Display routes conforming to the prefix-list\n"
15290        "IP prefix-list name\n")
15291
15292 DEFSH (0, no_isis_hello_interval_l1_arg_cmd_vtysh, 
15293        "no isis hello-interval <1-600> level-1", 
15294        "Negate a command or set its defaults\n"
15295        "IS-IS commands\n"
15296        "Set Hello interval\n"
15297        "Hello interval value\n"
15298        "Holdtime 1 second,  interval depends on multiplier\n"
15299        "Specify hello-interval for level-1 IIHs\n")
15300
15301 DEFSH (0, show_ip_bgp_ipv4_community_list_exact_cmd_vtysh, 
15302        "show ip bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD) exact-match", 
15303        "Show running system information\n"
15304        "IP information\n"
15305        "BGP information\n"
15306        "Address family\n"
15307        "Address Family modifier\n"
15308        "Address Family modifier\n"
15309        "Display routes matching the community-list\n"
15310        "community-list number\n"
15311        "community-list name\n"
15312        "Exact match of the communities\n")
15313
15314 DEFSH (0, interface_ip_igmp_join_cmd_vtysh, 
15315        "ip igmp join A.B.C.D A.B.C.D", 
15316        "IP information\n"
15317        "Enable IGMP operation\n"
15318        "IGMP join multicast group\n"
15319        "Multicast group address\n"
15320        "Source address\n")
15321
15322 DEFSH (0, debug_zebra_packet_detail_cmd_vtysh, 
15323        "debug zebra packet (recv|send) detail", 
15324        "Debugging functions (see also 'undebug')\n"
15325        "Zebra configuration\n"
15326        "Debug option set for zebra packet\n"
15327        "Debug option set for receive packet\n"
15328        "Debug option set for send packet\n"
15329        "Debug option set detailed information\n")
15330
15331 DEFSH (0, no_ip_mroute_vrf_cmd_vtysh, 
15332        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) " "vrf <0-65535>", 
15333        "Negate a command or set its defaults\n"
15334        "IP information\n"
15335        "Configure static unicast route into MRIB for multicast RPF lookup\n"
15336        "IP destination prefix (e.g. 10.0.0.0/8)\n"
15337        "Nexthop address\n"
15338        "Nexthop interface name\n"
15339        "Specify the VRF\nThe VRF ID\n")
15340
15341 DEFSH (0, set_aggregator_as_cmd_vtysh, 
15342        "set aggregator as " "<1-4294967295>" " A.B.C.D", 
15343        "Set values in destination routing protocol\n"
15344        "BGP aggregator attribute\n"
15345        "AS number of aggregator\n"
15346        "AS number\n"
15347        "IP address of aggregator\n")
15348
15349 DEFSH (0, no_access_list_all_cmd_vtysh, 
15350        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD)", 
15351        "Negate a command or set its defaults\n"
15352        "Add an access list entry\n"
15353        "IP standard access list\n"
15354        "IP extended access list\n"
15355        "IP standard access list (expanded range)\n"
15356        "IP extended access list (expanded range)\n"
15357        "IP zebra access-list name\n")
15358
15359 DEFSH (0, show_bgp_statistics_cmd_vtysh, 
15360        "show bgp (ipv4|ipv6) (encap|multicast|unicast|vpn) statistics", 
15361        "Show running system information\n"
15362        "BGP information\n"
15363        "Address family\n"
15364        "Address family\n"
15365        "Address Family modifier\n"
15366        "Address Family modifier\n"
15367        "Address Family modifier\n"
15368        "Address Family modifier\n"
15369        "BGP RIB advertisement statistics\n")
15370
15371 DEFSH (0, send_lifetime_duration_day_month_cmd_vtysh, 
15372        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> duration <1-2147483646>", 
15373        "Set send lifetime of the key\n"
15374        "Time to start\n"
15375        "Day of th month to start\n"
15376        "Month of the year to start\n"
15377        "Year to start\n"
15378        "Duration of the key\n"
15379        "Duration seconds\n")
15380
15381 DEFSH (0, tunnel_protection_cmd_vtysh, 
15382  "tunnel protection vici profile PROFILE {fallback-profile FALLBACK}", 
15383  "NHRP/GRE integration\n"
15384  "IPsec protection\n"
15385  "VICI (StrongSwan)\n"
15386  "IPsec profile\n"
15387  "IPsec profile name\n"
15388  "Fallback IPsec profile\n"
15389  "Fallback IPsec profile name\n")
15390
15391 DEFSH (0|0|0|0, show_ip_prefix_list_prefix_first_match_cmd_vtysh, 
15392        "show ip prefix-list WORD A.B.C.D/M first-match", 
15393        "Show running system information\n"
15394        "IP information\n"
15395        "Build a prefix list\n"
15396        "Name of a prefix list\n"
15397        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15398        "First matched prefix\n")
15399
15400 DEFSH (0, ip_extcommunity_list_standard2_cmd_vtysh, 
15401        "ip extcommunity-list <1-99> (deny|permit)", 
15402        "IP information\n"
15403        "Add a extended community list entry\n"
15404        "Extended Community list number (standard)\n"
15405        "Specify community to reject\n"
15406        "Specify community to accept\n")
15407
15408 DEFSH (0, show_bgp_ipv6_community4_exact_cmd_vtysh, 
15409        "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", 
15410        "Show running system information\n"
15411        "BGP information\n"
15412        "Address family\n"
15413        "Display routes matching the communities\n"
15414        "community number\n"
15415        "Do not send outside local AS (well-known community)\n"
15416        "Do not advertise to any peer (well-known community)\n"
15417        "Do not export to next AS (well-known community)\n"
15418        "community number\n"
15419        "Do not send outside local AS (well-known community)\n"
15420        "Do not advertise to any peer (well-known community)\n"
15421        "Do not export to next AS (well-known community)\n"
15422        "community number\n"
15423        "Do not send outside local AS (well-known community)\n"
15424        "Do not advertise to any peer (well-known community)\n"
15425        "Do not export to next AS (well-known community)\n"
15426        "community number\n"
15427        "Do not send outside local AS (well-known community)\n"
15428        "Do not advertise to any peer (well-known community)\n"
15429        "Do not export to next AS (well-known community)\n"
15430        "Exact match of the communities")
15431
15432 DEFSH (0, neighbor_timers_connect_cmd_vtysh, 
15433        "neighbor (A.B.C.D|X:X::X:X|WORD) " "timers connect <1-65535>", 
15434        "Specify neighbor router\n"
15435        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15436        "BGP per neighbor timers\n"
15437        "BGP connect timer\n"
15438        "Connect timer\n")
15439
15440 DEFSH (0, no_match_probability_cmd_vtysh, 
15441        "no match probability", 
15442        "Negate a command or set its defaults\n"
15443        "Match values from routing table\n"
15444        "Match portion of routes defined by percentage value\n")
15445
15446 DEFSH (0, no_debug_ospf6_abr_cmd_vtysh, 
15447        "no debug ospf6 abr", 
15448        "Negate a command or set its defaults\n"
15449        "Debugging functions (see also 'undebug')\n"
15450        "Open Shortest Path First (OSPF) for IPv6\n"
15451        "Debug OSPFv3 ABR function\n"
15452       )
15453
15454 DEFSH (0, show_ip_pim_upstream_cmd_vtysh, 
15455        "show ip pim upstream", 
15456        "Show running system information\n"
15457        "IP information\n"
15458        "PIM information\n"
15459        "PIM upstream information\n")
15460
15461 DEFSH (0, set_ecommunity_rt_cmd_vtysh, 
15462        "set extcommunity rt .ASN:nn_or_IP-address:nn", 
15463        "Set values in destination routing protocol\n"
15464        "BGP extended community attribute\n"
15465        "Route Target extended community\n"
15466        "VPN extended community\n")
15467
15468 DEFSH (0, ipv6_ospf6_hellointerval_cmd_vtysh, 
15469        "ipv6 ospf6 hello-interval <1-65535>", 
15470        "IPv6 Information\n"
15471        "Open Shortest Path First (OSPF) for IPv6\n"
15472        "Interval time of Hello packets\n"
15473        "<1-65535> Seconds\n"
15474        )
15475
15476 DEFSH (0, no_ipv6_ospf6_ifmtu_cmd_vtysh, 
15477        "no ipv6 ospf6 ifmtu", 
15478        "Negate a command or set its defaults\n"
15479        "IPv6 Information\n"
15480        "Open Shortest Path First (OSPF) for IPv6\n"
15481        "Interface MTU\n"
15482        )
15483
15484 DEFSH (0, show_ipv6_route_vrf_all_cmd_vtysh, 
15485        "show ipv6 route " "vrf all", 
15486        "Show running system information\n"
15487        "IP information\n"
15488        "IPv6 routing table\n"
15489        "Specify the VRF\nAll VRFs\n")
15490
15491 DEFSH (0, show_bgp_view_ipv6_safi_rsclient_prefix_cmd_vtysh, 
15492        "show bgp view WORD ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
15493        "Show running system information\n"
15494        "BGP information\n"
15495        "BGP view\n"
15496        "View name\n"
15497        "Address family\n"
15498        "Address Family modifier\n"
15499        "Address Family modifier\n"
15500        "Information about Route Server Client\n"
15501        "Neighbor address\nIPv6 address\n"
15502        "IP prefix <network>/<length>,  e.g.,  3ffe::/16\n")
15503
15504 DEFSH (0, no_neighbor_unsuppress_map_cmd_vtysh, 
15505        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "unsuppress-map WORD", 
15506        "Negate a command or set its defaults\n"
15507        "Specify neighbor router\n"
15508        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15509        "Route-map to selectively unsuppress suppressed routes\n"
15510        "Name of route map\n")
15511
15512 DEFSH (0, show_bgp_view_afi_safi_community2_cmd_vtysh, 
15513        "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)", 
15514        "Show running system information\n"
15515        "BGP information\n"
15516        "BGP view\n"
15517        "View name\n"
15518        "Address family\n"
15519        "Address family\n"
15520        "Address family modifier\n"
15521        "Address family modifier\n"
15522        "Display routes matching the communities\n"
15523        "community number\n"
15524        "Do not send outside local AS (well-known community)\n"
15525        "Do not advertise to any peer (well-known community)\n"
15526        "Do not export to next AS (well-known community)\n"
15527        "community number\n"
15528        "Do not send outside local AS (well-known community)\n"
15529        "Do not advertise to any peer (well-known community)\n"
15530        "Do not export to next AS (well-known community)\n")
15531
15532 DEFSH (0, no_neighbor_local_as_val3_cmd_vtysh, 
15533        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend replace-as", 
15534        "Negate a command or set its defaults\n"
15535        "Specify neighbor router\n"
15536        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
15537        "Specify a local-as number\n"
15538        "AS number used as local AS\n"
15539        "Do not prepend local-as to updates from ebgp peers\n"
15540        "Do not prepend local-as to updates from ibgp peers\n")
15541
15542 DEFSH (0, ospf_neighbor_priority_poll_interval_cmd_vtysh, 
15543        "neighbor A.B.C.D priority <0-255> poll-interval <1-65535>", 
15544        "Specify neighbor router\n"
15545        "Neighbor IP address\n"
15546        "Neighbor Priority\n"
15547        "Priority\n"
15548        "Dead Neighbor Polling interval\n"
15549        "Seconds\n")
15550
15551 DEFSH (0|0|0|0, ip_prefix_list_seq_le_cmd_vtysh, 
15552        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32>", 
15553        "IP information\n"
15554        "Build a prefix list\n"
15555        "Name of a prefix list\n"
15556        "sequence number of an entry\n"
15557        "Sequence number\n"
15558        "Specify packets to reject\n"
15559        "Specify packets to forward\n"
15560        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15561        "Maximum prefix length to be matched\n"
15562        "Maximum prefix length\n")
15563
15564 DEFSH (0, config_table_cmd_vtysh, 
15565        "table TABLENO", 
15566        "Configure target kernel routing table\n"
15567        "TABLE integer\n")
15568
15569 DEFSH (0, show_bgp_ipv6_safi_rsclient_summary_cmd_vtysh, 
15570        "show bgp ipv6 (unicast|multicast) rsclient summary", 
15571        "Show running system information\n"
15572        "BGP information\n"
15573        "IPv6 information\n"
15574        "Address Family modifier\n"
15575        "Address Family modifier\n"
15576        "Information about Route Server Clients\n"
15577        "Summary of all Route Server Clients\n")
15578
15579 DEFSH (0, show_ip_bgp_ipv4_lcommunity4_cmd_vtysh, 
15580        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
15581        "Show running system information\n"
15582        "IP information\n"
15583        "BGP information\n"
15584        "Address family\n"
15585        "Address Family modifier\n"
15586        "Address Family modifier\n"
15587        "Display routes matching the large-communities\n"
15588        "large-community number\n"
15589        "large-community number\n"
15590        "large-community number\n"
15591        "large-community number\n")
15592
15593 DEFSH (0, clear_ip_bgp_all_soft_in_cmd_vtysh, 
15594        "clear ip bgp * soft in", 
15595        "Reset functions\n"
15596        "IP information\n"
15597        "BGP information\n"
15598        "Clear all peers\n"
15599        "Soft reconfig inbound and outbound updates\n"
15600        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
15601
15602 DEFSH (0, no_debug_bgp_keepalive_cmd_vtysh, 
15603        "no debug bgp keepalives", 
15604        "Negate a command or set its defaults\n"
15605        "Debugging functions (see also 'undebug')\n"
15606        "BGP information\n"
15607        "BGP keepalives\n")
15608
15609 DEFSH (0, area_export_list_cmd_vtysh, 
15610        "area A.B.C.D export-list NAME", 
15611        "OSPFv6 area parameters\n"
15612        "OSPFv6 area ID in IP address format\n"
15613        "Set the filter for networks announced to other areas\n"
15614        "Name of the acess-list\n")
15615
15616 DEFSH (0, clear_ip_bgp_instance_peer_rsclient_cmd_vtysh, 
15617        "clear ip bgp view WORD (A.B.C.D|X:X::X:X) rsclient", 
15618        "Reset functions\n"
15619        "IP information\n"
15620        "BGP information\n"
15621        "BGP view\n"
15622        "view name\n"
15623        "BGP neighbor IP address to clear\n"
15624        "BGP IPv6 neighbor to clear\n"
15625        "Soft reconfig for rsclient RIB\n")
15626
15627 DEFSH (0, show_ip_bgp_ipv4_prefix_longer_cmd_vtysh, 
15628        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes", 
15629        "Show running system information\n"
15630        "IP information\n"
15631        "BGP information\n"
15632        "Address family\n"
15633        "Address Family modifier\n"
15634        "Address Family modifier\n"
15635        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
15636        "Display route and more specific routes\n")
15637
15638 DEFSH (0|0|0|0|0|0, no_set_metric_cmd_vtysh, 
15639        "no set metric", 
15640        "Negate a command or set its defaults\n"
15641        "Set values in destination routing protocol\n"
15642        "Metric value for destination routing protocol\n")
15643
15644 DEFSH (0, no_debug_bgp_fsm_cmd_vtysh, 
15645        "no debug bgp fsm", 
15646        "Negate a command or set its defaults\n"
15647        "Debugging functions (see also 'undebug')\n"
15648        "BGP information\n"
15649        "Finite State Machine\n")
15650
15651 DEFSH (0, show_ip_ospf_neighbor_int_detail_cmd_vtysh, 
15652        "show ip ospf neighbor IFNAME detail", 
15653        "Show running system information\n"
15654        "IP information\n"
15655        "OSPF information\n"
15656        "Neighbor list\n"
15657        "Interface name\n"
15658        "detail of all neighbors")
15659
15660 DEFSH (0, show_ip_route_summary_cmd_vtysh, 
15661        "show ip route summary", 
15662        "Show running system information\n"
15663        "IP information\n"
15664        "IP routing table\n"
15665        "Summary of all routes\n")
15666
15667 DEFSH (0, show_bgp_ipv6_safi_damp_dampened_paths_cmd_vtysh, 
15668        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening dampened-paths", 
15669        "Show running system information\n"
15670        "BGP information\n"
15671        "IPv6 information\n"
15672        "Address Family modifier\n"
15673        "Address Family modifier\n"
15674        "Address Family modifier\n"
15675        "Address Family modifier\n"
15676        "Display detailed information about dampening\n"
15677        "Display paths suppressed due to dampening\n")
15678
15679 DEFSH (0, show_bgp_community3_cmd_vtysh, 
15680        "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)", 
15681        "Show running system information\n"
15682        "BGP information\n"
15683        "Display routes matching the communities\n"
15684        "community number\n"
15685        "Do not send outside local AS (well-known community)\n"
15686        "Do not advertise to any peer (well-known community)\n"
15687        "Do not export to next AS (well-known community)\n"
15688        "community number\n"
15689        "Do not send outside local AS (well-known community)\n"
15690        "Do not advertise to any peer (well-known community)\n"
15691        "Do not export to next AS (well-known community)\n"
15692        "community number\n"
15693        "Do not send outside local AS (well-known community)\n"
15694        "Do not advertise to any peer (well-known community)\n"
15695        "Do not export to next AS (well-known community)\n")
15696
15697 DEFSH (0, show_ip_bgp_neighbor_damp_cmd_vtysh, 
15698        "show ip bgp neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
15699        "Show running system information\n"
15700        "IP information\n"
15701        "BGP information\n"
15702        "Detailed information on TCP and BGP neighbor connections\n"
15703        "Neighbor to display information about\n"
15704        "Neighbor to display information about\n"
15705        "Display the dampened routes received from neighbor\n")
15706
15707 DEFSH (0, no_ip_route_mask_flags_distance_vrf_cmd_vtysh, 
15708        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255> " "vrf <0-65535>", 
15709        "Negate a command or set its defaults\n"
15710        "IP information\n"
15711        "Establish static routes\n"
15712        "IP destination prefix\n"
15713        "IP destination prefix mask\n"
15714        "IP gateway address\n"
15715        "IP gateway interface name\n"
15716        "Emit an ICMP unreachable when matched\n"
15717        "Silently discard pkts when matched\n"
15718        "Distance value for this route\n"
15719        "Specify the VRF\nThe VRF ID\n")
15720
15721 DEFSH (0, ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh, 
15722        "ipv6 ripng split-horizon poisoned-reverse", 
15723        "IPv6 information\n"
15724        "Routing Information Protocol\n"
15725        "Perform split horizon\n"
15726        "With poisoned-reverse\n")
15727
15728 DEFSH (0, undebug_pim_trace_cmd_vtysh, 
15729        "undebug pim trace", 
15730        "Disable debugging functions (see also 'debug')\n"
15731        "PIM protocol activity\n"
15732        "PIM internal daemon activity\n")
15733
15734 DEFSH (0, clear_ip_bgp_peer_encap_in_cmd_vtysh, 
15735        "clear ip bgp A.B.C.D encap unicast in", 
15736        "Reset functions\n"
15737        "IP information\n"
15738        "BGP information\n"
15739        "BGP neighbor address to clear\n"
15740        "Address family\n"
15741        "Address Family Modifier\n"
15742        "Soft reconfig inbound update\n")
15743
15744 DEFSH (0, isis_hello_multiplier_l1_cmd_vtysh, 
15745        "isis hello-multiplier <2-100> level-1", 
15746        "IS-IS commands\n"
15747        "Set multiplier for Hello holding time\n"
15748        "Hello multiplier value\n"
15749        "Specify hello multiplier for level-1 IIHs\n")
15750
15751 DEFSH (0, show_ip_bgp_prefix_list_cmd_vtysh, 
15752        "show ip bgp prefix-list WORD", 
15753        "Show running system information\n"
15754        "IP information\n"
15755        "BGP information\n"
15756        "Display routes conforming to the prefix-list\n"
15757        "IP prefix-list name\n")
15758
15759 DEFSH (0, show_bgp_ipv4_safi_flap_prefix_list_cmd_vtysh, 
15760        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics prefix-list WORD", 
15761        "Show running system information\n"
15762        "BGP information\n"
15763        "IP information\n"
15764        "Address Family Modifier\n"
15765        "Address Family Modifier\n"
15766        "Address Family Modifier\n"
15767        "Address Family Modifier\n"
15768        "Display flap statistics of routes\n"
15769        "Display routes conforming to the prefix-list\n"
15770        "IP prefix-list name\n")
15771
15772 DEFSH (0, no_debug_ospf6_zebra_cmd_vtysh, 
15773        "no debug ospf6 zebra", 
15774        "Negate a command or set its defaults\n"
15775        "Debugging functions (see also 'undebug')\n"
15776        "Open Shortest Path First (OSPF) for IPv6\n"
15777        "Debug connection between zebra\n"
15778       )
15779
15780 DEFSH (0, show_ip_ospf_neighbor_cmd_vtysh, 
15781        "show ip ospf neighbor", 
15782        "Show running system information\n"
15783        "IP information\n"
15784        "OSPF information\n"
15785        "Neighbor list\n")
15786
15787 DEFSH (0, no_bgp_confederation_peers_cmd_vtysh, 
15788        "no bgp confederation peers ." "<1-4294967295>", 
15789        "Negate a command or set its defaults\n"
15790        "BGP specific commands\n"
15791        "AS confederation parameters\n"
15792        "Peer ASs in BGP confederation\n"
15793        "AS number\n")
15794
15795 DEFSH (0, no_rip_route_cmd_vtysh, 
15796        "no route A.B.C.D/M", 
15797        "Negate a command or set its defaults\n"
15798        "RIP static route configuration\n"
15799        "IP prefix <network>/<length>\n")
15800
15801 DEFSH (0, ipv6_nd_ra_interval_msec_cmd_vtysh, 
15802        "ipv6 nd ra-interval msec <70-1800000>", 
15803        "Interface IPv6 config commands\n"
15804        "Neighbor discovery\n"
15805        "Router Advertisement interval\n"
15806        "Router Advertisement interval in milliseconds\n")
15807
15808 DEFSH (0, ipv6_access_list_exact_cmd_vtysh, 
15809        "ipv6 access-list WORD (deny|permit) X:X::X:X/M exact-match", 
15810        "IPv6 information\n"
15811        "Add an access list entry\n"
15812        "IPv6 zebra access-list\n"
15813        "Specify packets to reject\n"
15814        "Specify packets to forward\n"
15815        "Prefix to match. e.g. 3ffe:506::/32\n"
15816        "Exact match of the prefixes\n")
15817
15818 DEFSH (0, ospf_area_vlink_cmd_vtysh, 
15819        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D", 
15820        "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")
15821
15822 DEFSH (0, neighbor_strict_capability_cmd_vtysh, 
15823        "neighbor (A.B.C.D|X:X::X:X) " "strict-capability-match", 
15824        "Specify neighbor router\n"
15825        "Neighbor address\nIPv6 address\n"
15826        "Strict capability negotiation match\n")
15827
15828 DEFSH (0, lsp_refresh_interval_cmd_vtysh, 
15829        "lsp-refresh-interval <1-65235>", 
15830        "LSP refresh interval\n"
15831        "LSP refresh interval in seconds\n")
15832
15833 DEFSH (0, no_ipv6_nd_router_preference_cmd_vtysh, 
15834        "no ipv6 nd router-preference", 
15835        "Negate a command or set its defaults\n"
15836        "Interface IPv6 config commands\n"
15837        "Neighbor discovery\n"
15838        "Default router preference\n")
15839
15840 DEFSH (0|0|0|0, show_ip_prefix_list_detail_cmd_vtysh, 
15841        "show ip prefix-list detail", 
15842        "Show running system information\n"
15843        "IP information\n"
15844        "Build a prefix list\n"
15845        "Detail of prefix lists\n")
15846
15847 DEFSH (0, no_bgp_cluster_id_cmd_vtysh, 
15848        "no bgp cluster-id", 
15849        "Negate a command or set its defaults\n"
15850        "BGP information\n"
15851        "Configure Route-Reflector Cluster-id\n")
15852
15853 DEFSH (0, show_bgp_ipv4_encap_tags_cmd_vtysh, 
15854        "show bgp ipv4 encap tags", 
15855        "Show running system information\n"
15856        "BGP information\n"
15857        "Address Family\n"
15858        "Display ENCAP NLRI specific information\n"
15859        "Display BGP tags for prefixes\n")
15860
15861 DEFSH (0, no_csnp_interval_arg_cmd_vtysh, 
15862        "no isis csnp-interval <1-600>", 
15863        "Negate a command or set its defaults\n"
15864        "IS-IS commands\n"
15865        "Set CSNP interval in seconds\n"
15866        "CSNP interval value\n")
15867
15868 DEFSH (0, show_ipv6_ospf6_database_type_id_cmd_vtysh, 
15869        "show ipv6 ospf6 database "
15870        "(router|network|inter-prefix|inter-router|as-external|"
15871        "group-membership|type-7|link|intra-prefix) A.B.C.D", 
15872        "Show running system information\n"
15873        "IPv6 information\n"
15874        "Open Shortest Path First (OSPF) for IPv6\n"
15875        "Display Link state database\n"
15876        "Display Router LSAs\n"
15877        "Display Network LSAs\n"
15878        "Display Inter-Area-Prefix LSAs\n"
15879        "Display Inter-Area-Router LSAs\n"
15880        "Display As-External LSAs\n"
15881        "Display Group-Membership LSAs\n"
15882        "Display Type-7 LSAs\n"
15883        "Display Link LSAs\n"
15884        "Display Intra-Area-Prefix LSAs\n"
15885        "Specify Link state ID as IPv4 address notation\n"
15886       )
15887
15888 DEFSH (0, no_spf_interval_cmd_vtysh, 
15889        "no spf-interval", 
15890        "Negate a command or set its defaults\n"
15891        "Minimum interval between SPF calculations\n")
15892
15893 DEFSH (0|0|0|0, no_ip_prefix_list_description_arg_cmd_vtysh, 
15894        "no ip prefix-list WORD description .LINE", 
15895        "Negate a command or set its defaults\n"
15896        "IP information\n"
15897        "Build a prefix list\n"
15898        "Name of a prefix list\n"
15899        "Prefix-list specific description\n"
15900        "Up to 80 characters describing this prefix-list\n")
15901
15902 DEFSH (0, show_ipv6_ospf6_linkstate_network_cmd_vtysh, 
15903        "show ipv6 ospf6 linkstate network A.B.C.D A.B.C.D", 
15904        "Show running system information\n"
15905        "IPv6 Information\n"
15906        "Open Shortest Path First (OSPF) for IPv6\n"
15907        "Display linkstate routing table\n"
15908        "Display Network Entry\n"
15909        "Specify Router ID as IPv4 address notation\n"
15910        "Specify Link state ID as IPv4 address notation\n"
15911       )
15912
15913 DEFSH (0, no_debug_zebra_kernel_cmd_vtysh, 
15914        "no debug zebra kernel", 
15915        "Negate a command or set its defaults\n"
15916        "Debugging functions (see also 'undebug')\n"
15917        "Zebra configuration\n"
15918        "Debug option set for zebra between kernel interface\n")
15919
15920 DEFSH (0, show_ipv6_bgp_community_list_exact_cmd_vtysh, 
15921        "show ipv6 bgp community-list WORD exact-match", 
15922        "Show running system information\n"
15923        "IPv6 information\n"
15924        "BGP information\n"
15925        "Display routes matching the community-list\n"
15926        "community-list name\n"
15927        "Exact match of the communities\n")
15928
15929 DEFSH (0, show_ip_bgp_ipv4_community_all_cmd_vtysh, 
15930        "show ip bgp ipv4 (unicast|multicast) community", 
15931        "Show running system information\n"
15932        "IP information\n"
15933        "BGP information\n"
15934        "Address family\n"
15935        "Address Family modifier\n"
15936        "Address Family modifier\n"
15937        "Display routes matching the communities\n")
15938
15939 DEFSH (0, no_ipv6_route_ifname_flags_pref_tag_cmd_vtysh, 
15940        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>", 
15941        "Negate a command or set its defaults\n"
15942        "IP information\n"
15943        "Establish static routes\n"
15944        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
15945        "IPv6 gateway address\n"
15946        "IPv6 gateway interface name\n"
15947        "Emit an ICMP unreachable when matched\n"
15948        "Silently discard pkts when matched\n"
15949        "Set tag for this route\n"
15950        "Tag value\n"
15951        "Distance value for this prefix\n")
15952
15953 DEFSH (0, ospf_area_filter_list_cmd_vtysh, 
15954        "area (A.B.C.D|<0-4294967295>) filter-list prefix WORD (in|out)", 
15955        "OSPF area parameters\n"
15956        "OSPF area ID in IP address format\n"
15957        "OSPF area ID as a decimal value\n"
15958        "Filter networks between OSPF areas\n"
15959        "Filter prefixes between OSPF areas\n"
15960        "Name of an IP prefix-list\n"
15961        "Filter networks sent to this area\n"
15962        "Filter networks sent from this area\n")
15963
15964 DEFSH (0, no_ipv6_route_flags_tag_cmd_vtysh, 
15965        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
15966        "Negate a command or set its defaults\n"
15967        "IP information\n"
15968        "Establish static routes\n"
15969        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
15970        "IPv6 gateway address\n"
15971        "IPv6 gateway interface name\n"
15972        "Emit an ICMP unreachable when matched\n"
15973        "Silently discard pkts when matched\n"
15974        "Set tag for this route\n"
15975        "Tag value\n")
15976
15977 DEFSH (0, no_ip_route_flags_distance_cmd_vtysh, 
15978        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
15979        "Negate a command or set its defaults\n"
15980        "IP information\n"
15981        "Establish static routes\n"
15982        "IP destination prefix (e.g. 10.0.0.0/8)\n"
15983        "IP gateway address\n"
15984        "IP gateway interface name\n"
15985        "Emit an ICMP unreachable when matched\n"
15986        "Silently discard pkts when matched\n"
15987        "Distance value for this route\n")
15988
15989 DEFSH (0, no_debug_isis_rtevents_cmd_vtysh, 
15990        "no debug isis route-events", 
15991        "Disable debugging functions (see also 'debug')\n"
15992        "IS-IS information\n"
15993        "IS-IS Route related events\n")
15994
15995 DEFSH (0, ospf6_distance_ospf6_inter_external_intra_cmd_vtysh, 
15996        "distance ospf6 inter-area <1-255> external <1-255> intra-area <1-255>", 
15997        "Define an administrative distance\n"
15998        "OSPF6 Administrative distance\n"
15999        "Inter-area routes\n"
16000        "Distance for inter-area routes\n"
16001        "External routes\n"
16002        "Distance for external routes\n"
16003        "Intra-area routes\n"
16004        "Distance for intra-area routes\n")
16005
16006 DEFSH (0, show_bgp_summary_1w_cmd_vtysh, 
16007        "show bgp (ipv4|ipv6|unicast|multicast|vpn|encap) summary", 
16008        "Show running system information\n"
16009        "BGP information\n"
16010        "IP information\n"
16011        "IPv6 Information\n"
16012        "Address Family modifier\n"
16013        "Address Family modifier\n"
16014        "Address Family modifier\n"
16015        "Address Family modifier\n"
16016        "Summary of BGP neighbor status\n")
16017
16018 DEFSH (0, ip_route_cmd_vtysh, 
16019        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0)", 
16020        "IP information\n"
16021        "Establish static routes\n"
16022        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16023        "IP gateway address\n"
16024        "IP gateway interface name\n"
16025        "Null interface\n")
16026
16027 DEFSH (0, no_ip_router_isis_cmd_vtysh, 
16028        "no (ip|ipv6) router isis WORD", 
16029        "Negate a command or set its defaults\n"
16030        "Interface Internet Protocol config commands\n"
16031        "IP router interface commands\n"
16032        "IS-IS Routing for IP\n"
16033        "Routing process tag\n")
16034
16035 DEFSH (0, show_ip_pim_hello_cmd_vtysh, 
16036        "show ip pim hello", 
16037        "Show running system information\n"
16038        "IP information\n"
16039        "PIM information\n"
16040        "PIM interface hello information\n")
16041
16042 DEFSH (0, max_lsp_lifetime_l1_cmd_vtysh, 
16043        "max-lsp-lifetime level-1 <350-65535>", 
16044        "Maximum LSP lifetime for Level 1 only\n"
16045        "LSP lifetime for Level 1 only in seconds\n")
16046
16047 DEFSH (0, show_bgp_ipv6_lcommunity_cmd_vtysh, 
16048        "show bgp ipv6 large-community (AA:BB:CC)", 
16049        "Show running system information\n"
16050        "BGP information\n"
16051        "Address family\n"
16052        "Display routes matching the large-communities\n"
16053        "large-community number\n")
16054
16055 DEFSH (0, show_ip_bgp_damp_flap_filter_list_cmd_vtysh, 
16056        "show ip bgp dampening flap-statistics filter-list WORD", 
16057        "Show running system information\n"
16058        "IP information\n"
16059        "BGP information\n"
16060        "Display detailed information about dampening\n"
16061        "Display flap statistics of routes\n"
16062        "Display routes conforming to the filter-list\n"
16063        "Regular expression access list name\n")
16064
16065 DEFSH (0, show_bgp_ipv4_safi_damp_flap_cidr_only_cmd_vtysh, 
16066        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening flap-statistics cidr-only", 
16067        "Show running system information\n"
16068        "BGP information\n"
16069        "Address Family\n"
16070        "Address Family Modifier\n"
16071        "Address Family Modifier\n"
16072        "Address Family Modifier\n"
16073        "Address Family Modifier\n"
16074        "Display detailed information about dampening\n"
16075        "Display flap statistics of routes\n"
16076        "Display only routes with non-natural netmasks\n")
16077
16078 DEFSH (0, debug_ospf_packet_all_cmd_vtysh, 
16079        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all)", 
16080        "Debugging functions (see also 'undebug')\n"
16081        "OSPF information\n"
16082        "OSPF packets\n"
16083        "OSPF Hello\n"
16084        "OSPF Database Description\n"
16085        "OSPF Link State Request\n"
16086        "OSPF Link State Update\n"
16087        "OSPF Link State Acknowledgment\n"
16088        "OSPF all packets\n")
16089
16090 DEFSH (0, no_set_lcommunity_val_cmd_vtysh, 
16091        "no set large-community .AA:BB:CC", 
16092        "Negate a command or set its defaults\n"
16093        "Set values in destination routing protocol\n"
16094        "BGP large community attribute\n"
16095        "Large community in .AA:BB:CC format or additive\n")
16096
16097 DEFSH (0, ip_route_flags_distance2_cmd_vtysh, 
16098        "ip route A.B.C.D/M (reject|blackhole) <1-255>", 
16099        "IP information\n"
16100        "Establish static routes\n"
16101        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16102        "Emit an ICMP unreachable when matched\n"
16103        "Silently discard pkts when matched\n"
16104        "Distance value for this route\n")
16105
16106 DEFSH (0, no_ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh, 
16107        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
16108        "Negate a command or set its defaults\n"
16109        "IP information\n"
16110        "Establish static routes\n"
16111        "IP destination prefix\n"
16112        "IP destination prefix mask\n"
16113        "Emit an ICMP unreachable when matched\n"
16114        "Silently discard pkts when matched\n"
16115        "Tag of this route\n"
16116        "Tag value\n"
16117        "Distance value for this route\n"
16118        "Specify the VRF\nThe VRF ID\n")
16119
16120 DEFSH (0, multicast_cmd_vtysh, 
16121        "multicast", 
16122        "Set multicast flag to interface\n")
16123
16124 DEFSH (0, show_bgp_ipv4_safi_regexp_cmd_vtysh, 
16125        "show bgp ipv4 (encap|multicast|unicast|vpn) regexp .LINE", 
16126        "Show running system information\n"
16127        "BGP information\n"
16128        "Address family\n"
16129        "Address Family modifier\n"
16130        "Address Family modifier\n"
16131        "Address Family modifier\n"
16132        "Address Family modifier\n"
16133        "Display routes matching the AS path regular expression\n"
16134        "A regular-expression to match the BGP AS paths\n")
16135
16136 DEFSH (0, show_hostname_cmd_vtysh, 
16137        "show isis hostname", 
16138        "Show running system information\n"
16139        "IS-IS information\n"
16140        "IS-IS Dynamic hostname mapping\n")
16141
16142 DEFSH (0, ripng_route_cmd_vtysh, 
16143        "route IPV6ADDR", 
16144        "Static route setup\n"
16145        "Set static RIPng route announcement\n")
16146
16147 DEFSH (0, ip_ospf_cost_u32_cmd_vtysh, 
16148        "ip ospf cost <1-65535>", 
16149        "IP Information\n"
16150        "OSPF interface commands\n"
16151        "Interface cost\n"
16152        "Cost")
16153
16154 DEFSH (0, no_ospf_area_export_list_cmd_vtysh, 
16155        "no area (A.B.C.D|<0-4294967295>) export-list NAME", 
16156        "Negate a command or set its defaults\n"
16157        "OSPF area parameters\n"
16158        "OSPF area ID in IP address format\n"
16159        "OSPF area ID as a decimal value\n"
16160        "Unset the filter for networks announced to other areas\n"
16161        "Name of the access-list\n")
16162
16163 DEFSH (0, no_access_list_extended_host_host_cmd_vtysh, 
16164        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D host A.B.C.D", 
16165        "Negate a command or set its defaults\n"
16166        "Add an access list entry\n"
16167        "IP extended access list\n"
16168        "IP extended access list (expanded range)\n"
16169        "Specify packets to reject\n"
16170        "Specify packets to forward\n"
16171        "Any Internet Protocol\n"
16172        "A single source host\n"
16173        "Source address\n"
16174        "A single destination host\n"
16175        "Destination address\n")
16176
16177 DEFSH (0, show_bgp_rsclient_cmd_vtysh, 
16178        "show bgp rsclient (A.B.C.D|X:X::X:X)", 
16179        "Show running system information\n"
16180        "BGP information\n"
16181        "Information about Route Server Client\n"
16182        "Neighbor address\nIPv6 address\n")
16183
16184 DEFSH (0, ip_route_flags_tag_distance_vrf_cmd_vtysh, 
16185        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
16186        "IP information\n"
16187        "Establish static routes\n"
16188        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16189        "IP gateway address\n"
16190        "IP gateway interface name\n"
16191        "Emit an ICMP unreachable when matched\n"
16192        "Silently discard pkts when matched\n"
16193        "Set tag for this route\n"
16194        "Tag value\n"
16195        "Distance value for this route\n"
16196        "Specify the VRF\nThe VRF ID\n")
16197
16198 DEFSH (0, ip_route_flags_cmd_vtysh, 
16199        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole)", 
16200        "IP information\n"
16201        "Establish static routes\n"
16202        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16203        "IP gateway address\n"
16204        "IP gateway interface name\n"
16205        "Emit an ICMP unreachable when matched\n"
16206        "Silently discard pkts when matched\n")
16207
16208 DEFSH (0, show_bgp_ipv6_encap_neighbor_routes_cmd_vtysh, 
16209        "show bgp ipv6 encap neighbors A.B.C.D routes", 
16210        "Show running system information\n"
16211        "BGP information\n"
16212        "Address Family\n"
16213        "Display ENCAP NLRI specific information\n"
16214        "Detailed information on TCP and BGP neighbor connections\n"
16215        "Neighbor to display information about\n"
16216        "Display routes learned from neighbor\n")
16217
16218 DEFSH (0, show_ip_igmp_groups_cmd_vtysh, 
16219        "show ip igmp groups", 
16220        "Show running system information\n"
16221        "IP information\n"
16222        "IGMP information\n"
16223        "IGMP groups information\n")
16224
16225 DEFSH (0, no_debug_zebra_rib_cmd_vtysh, 
16226        "no debug zebra rib", 
16227        "Negate a command or set its defaults\n"
16228        "Debugging functions (see also 'undebug')\n"
16229        "Zebra configuration\n"
16230        "Debug zebra RIB\n")
16231
16232 DEFSH (0, accept_lifetime_duration_day_month_cmd_vtysh, 
16233        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> duration <1-2147483646>", 
16234        "Set accept lifetime of the key\n"
16235        "Time to start\n"
16236        "Day of th month to start\n"
16237        "Month of the year to start\n"
16238        "Year to start\n"
16239        "Duration of the key\n"
16240        "Duration seconds\n")
16241
16242 DEFSH (0, ip_rip_authentication_mode_authlen_cmd_vtysh, 
16243        "ip rip authentication mode (md5|text) auth-length (rfc|old-ripd)", 
16244        "IP information\n"
16245        "Routing Information Protocol\n"
16246        "Authentication control\n"
16247        "Authentication mode\n"
16248        "Keyed message digest\n"
16249        "Clear text authentication\n"
16250        "MD5 authentication data length\n"
16251        "RFC compatible\n"
16252        "Old ripd compatible\n")
16253
16254 DEFSH (0, access_list_exact_cmd_vtysh, 
16255        "access-list WORD (deny|permit) A.B.C.D/M exact-match", 
16256        "Add an access list entry\n"
16257        "IP zebra access-list name\n"
16258        "Specify packets to reject\n"
16259        "Specify packets to forward\n"
16260        "Prefix to match. e.g. 10.0.0.0/8\n"
16261        "Exact match of the prefixes\n")
16262
16263 DEFSH (0, debug_ospf6_message_sendrecv_cmd_vtysh, 
16264        "debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all) (send|recv)", 
16265        "Debugging functions (see also 'undebug')\n"
16266        "Open Shortest Path First (OSPF) for IPv6\n"
16267        "Debug OSPFv3 message\n"
16268        "Debug Unknown message\n"
16269        "Debug Hello message\n"
16270        "Debug Database Description message\n"
16271        "Debug Link State Request message\n"
16272        "Debug Link State Update message\n"
16273        "Debug Link State Acknowledgement message\n"
16274        "Debug All message\n"
16275        "Debug only sending message\n"
16276        "Debug only receiving message\n"
16277        )
16278
16279 DEFSH (0, show_ipv6_bgp_community4_cmd_vtysh, 
16280        "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)", 
16281        "Show running system information\n"
16282        "IPv6 information\n"
16283        "BGP information\n"
16284        "Display routes matching the communities\n"
16285        "community number\n"
16286        "Do not send outside local AS (well-known community)\n"
16287        "Do not advertise to any peer (well-known community)\n"
16288        "Do not export to next AS (well-known community)\n"
16289        "community number\n"
16290        "Do not send outside local AS (well-known community)\n"
16291        "Do not advertise to any peer (well-known community)\n"
16292        "Do not export to next AS (well-known community)\n"
16293        "community number\n"
16294        "Do not send outside local AS (well-known community)\n"
16295        "Do not advertise to any peer (well-known community)\n"
16296        "Do not export to next AS (well-known community)\n"
16297        "community number\n"
16298        "Do not send outside local AS (well-known community)\n"
16299        "Do not advertise to any peer (well-known community)\n"
16300        "Do not export to next AS (well-known community)\n")
16301
16302 DEFSH (0, show_ipv6_mbgp_community4_cmd_vtysh, 
16303        "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)", 
16304        "Show running system information\n"
16305        "IPv6 information\n"
16306        "MBGP information\n"
16307        "Display routes matching the communities\n"
16308        "community number\n"
16309        "Do not send outside local AS (well-known community)\n"
16310        "Do not advertise to any peer (well-known community)\n"
16311        "Do not export to next AS (well-known community)\n"
16312        "community number\n"
16313        "Do not send outside local AS (well-known community)\n"
16314        "Do not advertise to any peer (well-known community)\n"
16315        "Do not export to next AS (well-known community)\n"
16316        "community number\n"
16317        "Do not send outside local AS (well-known community)\n"
16318        "Do not advertise to any peer (well-known community)\n"
16319        "Do not export to next AS (well-known community)\n"
16320        "community number\n"
16321        "Do not send outside local AS (well-known community)\n"
16322        "Do not advertise to any peer (well-known community)\n"
16323        "Do not export to next AS (well-known community)\n")
16324
16325 DEFSH (0, show_bgp_ipv4_vpn_cmd_vtysh, 
16326        "show bgp ipv4 vpn", 
16327        "Show running system information\n"
16328        "BGP information\n"
16329        "Address Family\n"
16330        "Display VPN NLRI specific information\n")
16331
16332 DEFSH (0, no_set_community_val_cmd_vtysh, 
16333        "no set community .AA:NN", 
16334        "Negate a command or set its defaults\n"
16335        "Set values in destination routing protocol\n"
16336        "BGP community attribute\n"
16337        "Community number in aa:nn format or local-AS|no-advertise|no-export|internet or additive\n")
16338
16339 DEFSH (0, no_vrf_netns_cmd_vtysh, 
16340        "no vrf <1-65535> netns NAME", 
16341        "Negate a command or set its defaults\n"
16342        "Enable a VRF\n"
16343        "Specify the VRF identifier\n"
16344        "Associate with a NETNS\n"
16345        "The file name in " "/var/run/netns" ",  or a full pathname\n")
16346
16347 DEFSH (0, ipv6_mbgp_neighbor_advertised_route_cmd_vtysh, 
16348        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
16349        "Show running system information\n"
16350        "IPv6 information\n"
16351        "MBGP information\n"
16352        "Detailed information on TCP and BGP neighbor connections\n"
16353        "Neighbor to display information about\n"
16354        "Neighbor to display information about\n"
16355        "Display the routes advertised to a BGP neighbor\n")
16356
16357 DEFSH (0, show_ipv6_route_prefix_longer_vrf_all_cmd_vtysh, 
16358        "show ipv6 route X:X::X:X/M longer-prefixes " "vrf all", 
16359        "Show running system information\n"
16360        "IP information\n"
16361        "IPv6 routing table\n"
16362        "IPv6 prefix\n"
16363        "Show route matching the specified Network/Mask pair only\n"
16364        "Specify the VRF\nAll VRFs\n")
16365
16366 DEFSH (0, no_ip_ospf_hello_interval_addr_cmd_vtysh, 
16367        "no ip ospf hello-interval <1-65535> A.B.C.D", 
16368        "Negate a command or set its defaults\n"
16369        "IP Information\n"
16370        "OSPF interface commands\n"
16371        "Time between HELLO packets\n"
16372        "Seconds\n"
16373        "Address of interface")
16374
16375 DEFSH (0, ip_route_flags_tag_distance2_vrf_cmd_vtysh, 
16376        "ip route A.B.C.D/M (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
16377        "IP information\n"
16378        "Establish static routes\n"
16379        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16380        "Emit an ICMP unreachable when matched\n"
16381        "Silently discard pkts when matched\n"
16382        "Set tag for this route\n"
16383        "Tag value\n"
16384        "Distance value for this route\n"
16385        "Specify the VRF\nThe VRF ID\n")
16386
16387 DEFSH (0, access_list_standard_host_cmd_vtysh, 
16388        "access-list (<1-99>|<1300-1999>) (deny|permit) host A.B.C.D", 
16389        "Add an access list entry\n"
16390        "IP standard access list\n"
16391        "IP standard access list (expanded range)\n"
16392        "Specify packets to reject\n"
16393        "Specify packets to forward\n"
16394        "A single host address\n"
16395        "Address to match\n")
16396
16397 DEFSH (0, ip_route_flags2_vrf_cmd_vtysh, 
16398        "ip route A.B.C.D/M (reject|blackhole) " "vrf <0-65535>", 
16399        "IP information\n"
16400        "Establish static routes\n"
16401        "IP destination prefix (e.g. 10.0.0.0/8)\n"
16402        "Emit an ICMP unreachable when matched\n"
16403        "Silently discard pkts when matched\n"
16404        "Specify the VRF\nThe VRF ID\n")
16405
16406 DEFSH (0|0|0|0|0|0, set_metric_cmd_vtysh, 
16407        "set metric <0-4294967295>", 
16408        "Set value\n"
16409        "Metric value for destination routing protocol\n"
16410        "Metric value\n")
16411
16412 DEFSH (0, show_bgp_ipv6_vpn_cmd_vtysh, 
16413        "show bgp ipv6 vpn", 
16414        "Show running system information\n"
16415        "BGP information\n"
16416        "Address Family\n"
16417        "Display VPN NLRI specific information\n")
16418
16419 DEFSH (0, show_ip_ospf_database_type_adv_router_cmd_vtysh, 
16420        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" ") adv-router A.B.C.D", 
16421        "Show running system information\n"
16422        "IP information\n"
16423        "OSPF information\n"
16424        "Database summary\n"
16425        "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"
16426        "Advertising Router link states\n"
16427        "Advertising Router (as an IP address)\n")
16428
16429 DEFSH (0, debug_isis_lsp_sched_cmd_vtysh, 
16430        "debug isis lsp-sched", 
16431        "Debugging functions (see also 'undebug')\n"
16432        "IS-IS information\n"
16433        "IS-IS scheduling of LSP generation\n")
16434
16435 DEFSH (0, show_bgp_view_ipv6_neighbor_routes_cmd_vtysh, 
16436        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) routes", 
16437        "Show running system information\n"
16438        "BGP information\n"
16439        "BGP view\n"
16440        "View name\n"
16441        "Address family\n"
16442        "Detailed information on TCP and BGP neighbor connections\n"
16443        "Neighbor to display information about\n"
16444        "Neighbor to display information about\n"
16445        "Display routes learned from neighbor\n")
16446
16447 DEFSH (0, ip_community_list_name_standard2_cmd_vtysh, 
16448        "ip community-list standard WORD (deny|permit)", 
16449        "IP information\n"
16450        "Add a community list entry\n"
16451        "Add a standard community-list entry\n"
16452        "Community list name\n"
16453        "Specify community to reject\n"
16454        "Specify community to accept\n")
16455
16456 DEFSH (0, no_router_ospf_cmd_vtysh, 
16457        "no router ospf", 
16458        "Negate a command or set its defaults\n"
16459        "Enable a routing process\n"
16460        "Start OSPF configuration\n")
16461
16462 DEFSH (0, no_debug_bgp_all_cmd_vtysh, 
16463        "no debug all bgp", 
16464        "Negate a command or set its defaults\n"
16465        "Debugging functions (see also 'undebug')\n"
16466        "Enable all debugging\n"
16467        "BGP information\n")
16468
16469 DEFSH (0, show_bgp_ipv4_safi_rd_route_cmd_vtysh, 
16470        "show bgp ipv4 (encap|vpn) rd ASN:nn_or_IP-address:nn A.B.C.D", 
16471        "Show running system information\n"
16472        "BGP information\n"
16473        "Address Family\n"
16474        "Address Family Modifier\n"
16475        "Address Family Modifier\n"
16476        "Display information for a route distinguisher\n"
16477        "ENCAP Route Distinguisher\n"
16478        "Network in the BGP routing table to display\n")
16479
16480 DEFSH (0, no_match_local_pref_cmd_vtysh, 
16481        "no match local-preference", 
16482        "Negate a command or set its defaults\n"
16483        "Match values from routing table\n"
16484        "Match local preference of route\n")
16485
16486 DEFSH (0, debug_isis_snp_cmd_vtysh, 
16487        "debug isis snp-packets", 
16488        "Debugging functions (see also 'undebug')\n"
16489        "IS-IS information\n"
16490        "IS-IS CSNP/PSNP packets\n")
16491
16492 DEFSH (0, clear_ip_bgp_as_ipv4_in_prefix_filter_cmd_vtysh, 
16493        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) in prefix-filter", 
16494        "Reset functions\n"
16495        "IP information\n"
16496        "BGP information\n"
16497        "Clear peers with the AS number\n"
16498        "Address family\n"
16499        "Address Family modifier\n"
16500        "Address Family modifier\n"
16501        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
16502        "Push out prefix-list ORF and do inbound soft reconfig\n")
16503
16504 DEFSH (0, show_ip_bgp_community_list_cmd_vtysh, 
16505        "show ip bgp community-list (<1-500>|WORD)", 
16506        "Show running system information\n"
16507        "IP information\n"
16508        "BGP information\n"
16509        "Display routes matching the community-list\n"
16510        "community-list number\n"
16511        "community-list name\n")
16512
16513 DEFSH (0|0|0|0|0|0, no_rmap_onmatch_goto_cmd_vtysh, 
16514        "no on-match goto", 
16515        "Negate a command or set its defaults\n"
16516        "Exit policy on matches\n"
16517        "Goto Clause number\n")
16518
16519 DEFSH (0, clear_ip_pim_oil_cmd_vtysh, 
16520        "clear ip pim oil", 
16521        "Reset functions\n"
16522        "IP information\n"
16523        "PIM clear commands\n"
16524        "Rescan PIM OIL (output interface list)\n")
16525
16526 DEFSH (0, show_ipv6_ospf6_database_adv_router_linkstate_id_detail_cmd_vtysh, 
16527        "show ipv6 ospf6 database adv-router A.B.C.D linkstate-id A.B.C.D "
16528        "(detail|dump|internal)", 
16529        "Show running system information\n"
16530        "IPv6 information\n"
16531        "Open Shortest Path First (OSPF) for IPv6\n"
16532        "Display Link state database\n"
16533        "Search by Advertising Router\n"
16534        "Specify Advertising Router as IPv4 address notation\n"
16535        "Search by Link state ID\n"
16536        "Specify Link state ID as IPv4 address notation\n"
16537        "Display details of LSAs\n"
16538        "Dump LSAs\n"
16539        "Display LSA's internal information\n"
16540       )
16541
16542 DEFSH (0, ospf_max_metric_router_lsa_admin_cmd_vtysh, 
16543        "max-metric router-lsa administrative", 
16544        "OSPF maximum / infinite-distance metric\n"
16545        "Advertise own Router-LSA with infinite distance (stub router)\n"
16546        "Administratively applied,  for an indefinite period\n")
16547
16548 DEFSH (0, no_bgp_redistribute_ipv6_metric_rmap_cmd_vtysh, 
16549        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
16550        "Negate a command or set its defaults\n"
16551        "Redistribute information from another routing protocol\n"
16552        "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"
16553        "Metric for redistributed routes\n"
16554        "Default metric\n"
16555        "Route map reference\n"
16556        "Pointer to route-map entries\n")
16557
16558 DEFSH (0, show_bgp_ipv6_safi_community4_cmd_vtysh, 
16559        "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)", 
16560        "Show running system information\n"
16561        "BGP information\n"
16562        "Address family\n"
16563        "Address family modifier\n"
16564        "Address family modifier\n"
16565        "Address family modifier\n"
16566        "Address family modifier\n"
16567        "Display routes matching the communities\n"
16568        "community number\n"
16569        "Do not send outside local AS (well-known community)\n"
16570        "Do not advertise to any peer (well-known community)\n"
16571        "Do not export to next AS (well-known community)\n"
16572        "community number\n"
16573        "Do not send outside local AS (well-known community)\n"
16574        "Do not advertise to any peer (well-known community)\n"
16575        "Do not export to next AS (well-known community)\n"
16576        "community number\n"
16577        "Do not send outside local AS (well-known community)\n"
16578        "Do not advertise to any peer (well-known community)\n"
16579        "Do not export to next AS (well-known community)\n"
16580        "community number\n"
16581        "Do not send outside local AS (well-known community)\n"
16582        "Do not advertise to any peer (well-known community)\n"
16583        "Do not export to next AS (well-known community)\n")
16584
16585 DEFSH (0, show_ip_bgp_prefix_pathtype_cmd_vtysh, 
16586        "show ip bgp A.B.C.D/M (bestpath|multipath)", 
16587        "Show running system information\n"
16588        "IP information\n"
16589        "BGP information\n"
16590        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
16591        "Display only the bestpath\n"
16592        "Display only multipaths\n")
16593
16594 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_detail_cmd_vtysh, 
16595        "show ipv6 ospf6 database "
16596        "(router|network|inter-prefix|inter-router|as-external|"
16597        "group-membership|type-7|link|intra-prefix) adv-router A.B.C.D "
16598        "(detail|dump|internal)", 
16599        "Show running system information\n"
16600        "IPv6 information\n"
16601        "Open Shortest Path First (OSPF) for IPv6\n"
16602        "Display Link state database\n"
16603        "Display Router LSAs\n"
16604        "Display Network LSAs\n"
16605        "Display Inter-Area-Prefix LSAs\n"
16606        "Display Inter-Area-Router LSAs\n"
16607        "Display As-External LSAs\n"
16608        "Display Group-Membership LSAs\n"
16609        "Display Type-7 LSAs\n"
16610        "Display Link LSAs\n"
16611        "Display Intra-Area-Prefix LSAs\n"
16612        "Search by Advertising Router\n"
16613        "Specify Advertising Router as IPv4 address notation\n"
16614        "Display details of LSAs\n"
16615        "Dump LSAs\n"
16616        "Display LSA's internal information\n"
16617       )
16618
16619 DEFSH (0|0|0, match_metric_cmd_vtysh, 
16620        "match metric <0-4294967295>", 
16621        "Match values from routing table\n"
16622        "Match metric of route\n"
16623        "Metric value\n")
16624
16625 DEFSH (0, ip_route_mask_flags_tag_cmd_vtysh, 
16626        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
16627        "IP information\n"
16628        "Establish static routes\n"
16629        "IP destination prefix\n"
16630        "IP destination prefix mask\n"
16631        "IP gateway address\n"
16632        "IP gateway interface name\n"
16633        "Emit an ICMP unreachable when matched\n"
16634        "Silently discard pkts when matched\n"
16635        "Set tag for this route\n"
16636        "Tag value\n")
16637
16638 DEFSH (0, link_params_use_bw_cmd_vtysh, 
16639        "use-bw BANDWIDTH", 
16640        "Unidirectional Utilised Bandwidth\n"
16641        "Bytes/second (IEEE floating point format)\n")
16642
16643 DEFSH (0, ipv6_route_flags_pref_tag_vrf_cmd_vtysh, 
16644        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
16645        "IP information\n"
16646        "Establish static routes\n"
16647        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
16648        "IPv6 gateway address\n"
16649        "IPv6 gateway interface name\n"
16650        "Emit an ICMP unreachable when matched\n"
16651        "Silently discard pkts when matched\n"
16652        "Set tag for this route\n"
16653        "Tag value\n"
16654        "Distance value for this prefix\n"
16655        "Specify the VRF\nThe VRF ID\n")
16656
16657 DEFSH (0, show_ipv6_ospf6_database_router_detail_cmd_vtysh, 
16658        "show ipv6 ospf6 database * * A.B.C.D "
16659        "(detail|dump|internal)", 
16660        "Show running system information\n"
16661        "IPv6 information\n"
16662        "Open Shortest Path First (OSPF) for IPv6\n"
16663        "Display Link state database\n"
16664        "Any Link state Type\n"
16665        "Any Link state ID\n"
16666        "Specify Advertising Router as IPv4 address notation\n"
16667        "Display details of LSAs\n"
16668        "Dump LSAs\n"
16669        "Display LSA's internal information\n"
16670       )
16671
16672 DEFSH (0, neighbor_description_cmd_vtysh, 
16673        "neighbor (A.B.C.D|X:X::X:X|WORD) " "description .LINE", 
16674        "Specify neighbor router\n"
16675        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
16676        "Neighbor specific description\n"
16677        "Up to 80 characters describing this neighbor\n")
16678
16679 DEFSH (0, show_ipv6_mbgp_prefix_cmd_vtysh, 
16680        "show ipv6 mbgp X:X::X:X/M", 
16681        "Show running system information\n"
16682        "IP information\n"
16683        "MBGP information\n"
16684        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
16685
16686 DEFSH (0, no_aggregate_address_mask_as_set_cmd_vtysh, 
16687        "no aggregate-address A.B.C.D A.B.C.D as-set", 
16688        "Negate a command or set its defaults\n"
16689        "Configure BGP aggregate entries\n"
16690        "Aggregate address\n"
16691        "Aggregate mask\n"
16692        "Generate AS set path information\n")
16693
16694 DEFSH (0, clear_ip_bgp_all_encap_soft_out_cmd_vtysh, 
16695        "clear ip bgp * encap unicast soft out", 
16696        "Reset functions\n"
16697        "IP information\n"
16698        "BGP information\n"
16699        "Clear all peers\n"
16700        "Address family\n"
16701        "Address Family Modifier\n"
16702        "Soft reconfig\n"
16703        "Soft reconfig outbound update\n")
16704
16705 DEFSH (0, debug_ospf_packet_send_recv_cmd_vtysh, 
16706        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv|detail)", 
16707        "Debugging functions\n"
16708        "OSPF information\n"
16709        "OSPF packets\n"
16710        "OSPF Hello\n"
16711        "OSPF Database Description\n"
16712        "OSPF Link State Request\n"
16713        "OSPF Link State Update\n"
16714        "OSPF Link State Acknowledgment\n"
16715        "OSPF all packets\n"
16716        "Packet sent\n"
16717        "Packet received\n"
16718        "Detail information\n")
16719
16720 DEFSH (0, ospf6_router_id_cmd_vtysh, 
16721        "router-id A.B.C.D", 
16722        "Configure OSPF Router-ID\n"
16723        "specify by IPv4 address notation(e.g. 0.0.0.0)\n")
16724
16725 DEFSH (0, show_ip_pim_rpf_cmd_vtysh, 
16726        "show ip pim rpf", 
16727        "Show running system information\n"
16728        "IP information\n"
16729        "PIM information\n"
16730        "PIM cached source rpf information\n")
16731
16732 DEFSH (0, no_ip_community_list_name_standard_all_cmd_vtysh, 
16733        "no ip community-list standard WORD", 
16734        "Negate a command or set its defaults\n"
16735        "IP information\n"
16736        "Add a community list entry\n"
16737        "Add a standard community-list entry\n"
16738        "Community list name\n")
16739
16740 DEFSH (0, access_list_cmd_vtysh, 
16741        "access-list WORD (deny|permit) A.B.C.D/M", 
16742        "Add an access list entry\n"
16743        "IP zebra access-list name\n"
16744        "Specify packets to reject\n"
16745        "Specify packets to forward\n"
16746        "Prefix to match. e.g. 10.0.0.0/8\n")
16747
16748 DEFSH (0, no_set_aggregator_as_cmd_vtysh, 
16749        "no set aggregator as", 
16750        "Negate a command or set its defaults\n"
16751        "Set values in destination routing protocol\n"
16752        "BGP aggregator attribute\n"
16753        "AS number of aggregator\n")
16754
16755 DEFSH (0, show_ipv6_bgp_route_cmd_vtysh, 
16756        "show ipv6 bgp X:X::X:X", 
16757        "Show running system information\n"
16758        "IP information\n"
16759        "BGP information\n"
16760        "Network in the BGP routing table to display\n")
16761
16762 DEFSH (0|0|0|0|0|0, rmap_call_cmd_vtysh, 
16763        "call WORD", 
16764        "Jump to another Route-Map after match+set\n"
16765        "Target route-map name\n")
16766
16767 DEFSH (0, no_set_ipv6_nexthop_global_cmd_vtysh, 
16768        "no set ipv6 next-hop global", 
16769        "Negate a command or set its defaults\n"
16770        "Set values in destination routing protocol\n"
16771        "IPv6 information\n"
16772        "IPv6 next-hop address\n"
16773        "IPv6 global address\n")
16774
16775 DEFSH (0|0|0|0, ipv6_prefix_list_seq_le_cmd_vtysh, 
16776        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128>", 
16777        "IPv6 information\n"
16778        "Build a prefix list\n"
16779        "Name of a prefix list\n"
16780        "sequence number of an entry\n"
16781        "Sequence number\n"
16782        "Specify packets to reject\n"
16783        "Specify packets to forward\n"
16784        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
16785        "Maximum prefix length to be matched\n"
16786        "Maximum prefix length\n")
16787
16788 DEFSH (0, no_debug_pim_packets_filter_cmd_vtysh, 
16789        "no debug pim packets (hello|joins)", 
16790        "Negate a command or set its defaults\n"
16791        "Debugging functions (see also 'undebug')\n"
16792        "PIM protocol activity\n"
16793        "PIM protocol packets\n"
16794        "PIM Hello protocol packets\n"
16795        "PIM Join/Prune protocol packets\n")
16796
16797 DEFSH (0, no_debug_rip_zebra_cmd_vtysh, 
16798        "no debug rip zebra", 
16799        "Negate a command or set its defaults\n"
16800        "Debugging functions (see also 'undebug')\n"
16801        "RIP information\n"
16802        "RIP and ZEBRA communication\n")
16803
16804 DEFSH (0, spf_interval_cmd_vtysh, 
16805        "spf-interval <1-120>", 
16806        "Minimum interval between SPF calculations\n"
16807        "Minimum interval between consecutive SPFs in seconds\n")
16808
16809 DEFSH (0, clear_bgp_external_cmd_vtysh, 
16810        "clear bgp external", 
16811        "Reset functions\n"
16812        "BGP information\n"
16813        "Clear all external peers\n")
16814
16815 DEFSH (0, if_no_nhrp_nhs_cmd_vtysh, 
16816  "no " "(ip|ipv6)" " nhrp nhs (A.B.C.D|X:X::X:X|dynamic) nbma (A.B.C.D|FQDN)", 
16817  "Negate a command or set its defaults\n"
16818  "IP information\n" "IPv6 information\n"
16819  "Next Hop Resolution Protocol functions\n"
16820  "Nexthop Server configuration\n"
16821  "IPv4 protocol address\n"
16822  "IPv6 protocol address\n"
16823  "Automatic detection of protocol address\n"
16824  "IPv4 NBMA address\n"
16825  "Fully qualified domain name for NBMA address(es)\n")
16826
16827 DEFSH (0, show_ipv6_ospf6_neighbor_cmd_vtysh, 
16828        "show ipv6 ospf6 neighbor", 
16829        "Show running system information\n"
16830        "IPv6 Information\n"
16831        "Open Shortest Path First (OSPF) for IPv6\n"
16832        "Neighbor list\n"
16833       )
16834
16835 DEFSH (0, send_lifetime_infinite_month_day_cmd_vtysh, 
16836        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> infinite", 
16837        "Set send lifetime of the key\n"
16838        "Time to start\n"
16839        "Month of the year to start\n"
16840        "Day of th month to start\n"
16841        "Year to start\n"
16842        "Never expires")
16843
16844 DEFSH (0, no_nhrp_nflog_group_cmd_vtysh, 
16845  "no nhrp nflog-group [<1-65535>]", 
16846  "Negate a command or set its defaults\n"
16847  "Next Hop Resolution Protocol functions\n"
16848  "Specify NFLOG group number\n"
16849  "NFLOG group number\n")
16850
16851 DEFSH (0, ripng_default_metric_cmd_vtysh, 
16852        "default-metric <1-16>", 
16853        "Set a metric of redistribute routes\n"
16854        "Default metric\n")
16855
16856 DEFSH (0, no_neighbor_set_peer_group_cmd_vtysh, 
16857        "no neighbor (A.B.C.D|X:X::X:X) " "peer-group WORD", 
16858        "Negate a command or set its defaults\n"
16859        "Specify neighbor router\n"
16860        "Neighbor address\nIPv6 address\n"
16861        "Member of the peer-group\n"
16862        "peer-group name\n")
16863
16864 DEFSH (0, neighbor_local_as_cmd_vtysh, 
16865        "neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>", 
16866        "Specify neighbor router\n"
16867        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
16868        "Specify a local-as number\n"
16869        "AS number used as local AS\n")
16870
16871 DEFSH (0, no_ipv6_route_tag_vrf_cmd_vtysh, 
16872        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>" "vrf <0-65535>", 
16873        "Negate a command or set its defaults\n"
16874        "IP information\n"
16875        "Establish static routes\n"
16876        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
16877        "IPv6 gateway address\n"
16878        "IPv6 gateway interface name\n"
16879        "Set tag for this route\n"
16880        "Tag value\n"
16881        "Specify the VRF\nThe VRF ID\n")
16882
16883 DEFSH (0, show_interface_name_vrf_all_cmd_vtysh, 
16884        "show interface IFNAME " "vrf all", 
16885        "Show running system information\n"
16886        "Interface status and configuration\n"
16887        "Interface name\n"
16888        "Specify the VRF\nAll VRFs\n")
16889
16890 DEFSH (0, vty_login_cmd_vtysh, 
16891        "login", 
16892        "Enable password checking\n")
16893
16894 DEFSH (0, clear_ip_bgp_external_ipv4_soft_in_cmd_vtysh, 
16895        "clear ip bgp external ipv4 (unicast|multicast) soft in", 
16896        "Reset functions\n"
16897        "IP information\n"
16898        "BGP information\n"
16899        "Clear all external peers\n"
16900        "Address family\n"
16901        "Address Family modifier\n"
16902        "Address Family modifier\n"
16903        "Soft reconfig inbound and outbound updates\n"
16904        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
16905
16906 DEFSH (0, ip_irdp_address_preference_cmd_vtysh, 
16907        "ip irdp address A.B.C.D preference <0-2147483647>", 
16908        "IP information\n"
16909        "Alter ICMP Router discovery preference this interface\n"
16910        "Specify IRDP non-default preference to advertise\n"
16911        "Set IRDP address for advertise\n"
16912        "Preference level\n")
16913
16914 DEFSH (0, debug_pim_zebra_cmd_vtysh, 
16915        "debug pim zebra", 
16916        "Debugging functions (see also 'undebug')\n"
16917        "PIM protocol activity\n"
16918        "ZEBRA protocol activity\n")
16919
16920 DEFSH (0, clear_bgp_external_out_cmd_vtysh, 
16921        "clear bgp external out", 
16922        "Reset functions\n"
16923        "BGP information\n"
16924        "Clear all external peers\n"
16925        "Resend all outbound updates\n")
16926
16927 DEFSH (0, ospf_neighbor_poll_interval_cmd_vtysh, 
16928        "neighbor A.B.C.D poll-interval <1-65535>", 
16929        "Specify neighbor router\n"
16930        "Neighbor IP address\n"
16931        "Dead Neighbor Polling interval\n"
16932        "Seconds\n")
16933
16934 DEFSH (0, ipv6_ospf6_network_cmd_vtysh, 
16935        "ipv6 ospf6 network (broadcast|point-to-point)", 
16936        "IPv6 Information\n"
16937        "Open Shortest Path First (OSPF) for IPv6\n"
16938        "Network Type\n"
16939        "Specify OSPFv6 broadcast network\n"
16940        "Specify OSPF6 point-to-point network\n"
16941        )
16942
16943 DEFSH (0, old_ipv6_aggregate_address_cmd_vtysh, 
16944        "ipv6 bgp aggregate-address X:X::X:X/M", 
16945        "IPv6 information\n"
16946        "BGP information\n"
16947        "Configure BGP aggregate entries\n"
16948        "Aggregate prefix\n")
16949
16950 DEFSH (0, no_vty_access_class_cmd_vtysh, 
16951        "no access-class [WORD]", 
16952        "Negate a command or set its defaults\n"
16953        "Filter connections based on an IP access list\n"
16954        "IP access list\n")
16955
16956 DEFSH (0|0|0|0|0, set_tag_cmd_vtysh, 
16957        "set tag <1-4294967295>", 
16958        "Set values in destination routing protocol\n"
16959        "Tag value for routing protocol\n"
16960        "Tag value\n")
16961
16962 DEFSH (0, no_ip_rip_authentication_mode_cmd_vtysh, 
16963        "no ip rip authentication mode", 
16964        "Negate a command or set its defaults\n"
16965        "IP information\n"
16966        "Routing Information Protocol\n"
16967        "Authentication control\n"
16968        "Authentication mode\n")
16969
16970 DEFSH (0, no_ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh, 
16971        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295> <1-255>" "vrf <0-65535>", 
16972        "Negate a command or set its defaults\n"
16973        "IP information\n"
16974        "Establish static routes\n"
16975        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
16976        "IPv6 gateway address\n"
16977        "IPv6 gateway interface name\n"
16978        "Emit an ICMP unreachable when matched\n"
16979        "Silently discard pkts when matched\n"
16980        "Set tag for this route\n"
16981        "Tag value\n"
16982        "Distance value for this prefix\n"
16983        "Specify the VRF\nThe VRF ID\n")
16984
16985 DEFSH (0, show_ip_ospf_neighbor_all_cmd_vtysh, 
16986        "show ip ospf neighbor all", 
16987        "Show running system information\n"
16988        "IP information\n"
16989        "OSPF information\n"
16990        "Neighbor list\n"
16991        "include down status neighbor\n")
16992
16993 DEFSH (0, rip_network_cmd_vtysh, 
16994        "network (A.B.C.D/M|WORD)", 
16995        "Enable routing on an IP network\n"
16996        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
16997        "Interface name\n")
16998
16999 DEFSH (0, ip_lcommunity_list_expanded_cmd_vtysh, 
17000        "ip large-community-list <100-500> (deny|permit) .LINE", 
17001        "IP information\n"
17002        "Add a large community list entry\n"
17003        "Large Community list number (expanded)\n"
17004        "Specify large community to reject\n"
17005        "Specify large community to accept\n"
17006        "An ordered list as a regular-expression\n")
17007
17008 DEFSH (0, show_ip_route_summary_prefix_vrf_cmd_vtysh, 
17009        "show ip route summary prefix " "vrf <0-65535>", 
17010        "Show running system information\n"
17011        "IP information\n"
17012        "IP routing table\n"
17013        "Summary of all routes\n"
17014        "Prefix routes\n"
17015        "Specify the VRF\nThe VRF ID\n")
17016
17017 DEFSH (0, show_ip_ospf_database_type_cmd_vtysh, 
17018        "show ip ospf database (" "asbr-summary|external|network|router|summary" "|nssa-external" "|opaque-link|opaque-area|opaque-as" "|max-age|self-originate)", 
17019        "Show running system information\n"
17020        "IP information\n"
17021        "OSPF information\n"
17022        "Database summary\n"
17023        "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"
17024        "LSAs in MaxAge list\n"
17025        "Self-originated link states\n")
17026
17027 DEFSH (0, show_bgp_ipv4_safi_community_list_exact_cmd_vtysh, 
17028        "show bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD) exact-match", 
17029        "Show running system information\n"
17030        "BGP information\n"
17031        "Address family\n"
17032        "Address Family modifier\n"
17033        "Address Family modifier\n"
17034        "Display routes matching the community-list\n"
17035        "community-list number\n"
17036        "community-list name\n"
17037        "Exact match of the communities\n")
17038
17039 DEFSH (0, ip_community_list_standard2_cmd_vtysh, 
17040        "ip community-list <1-99> (deny|permit)", 
17041        "IP information\n"
17042        "Add a community list entry\n"
17043        "Community list number (standard)\n"
17044        "Specify community to reject\n"
17045        "Specify community to accept\n")
17046
17047 DEFSH (0, show_ipv6_ospf6_database_type_adv_router_linkstate_id_detail_cmd_vtysh, 
17048        "show ipv6 ospf6 database "
17049        "(router|network|inter-prefix|inter-router|as-external|"
17050        "group-membership|type-7|link|intra-prefix) "
17051        "adv-router A.B.C.D linkstate-id A.B.C.D "
17052        "(dump|internal)", 
17053        "Show running system information\n"
17054        "IPv6 information\n"
17055        "Open Shortest Path First (OSPF) for IPv6\n"
17056        "Display Link state database\n"
17057        "Display Router LSAs\n"
17058        "Display Network LSAs\n"
17059        "Display Inter-Area-Prefix LSAs\n"
17060        "Display Inter-Area-Router LSAs\n"
17061        "Display As-External LSAs\n"
17062        "Display Group-Membership LSAs\n"
17063        "Display Type-7 LSAs\n"
17064        "Display Link LSAs\n"
17065        "Display Intra-Area-Prefix LSAs\n"
17066        "Search by Advertising Router\n"
17067        "Specify Advertising Router as IPv4 address notation\n"
17068        "Search by Link state ID\n"
17069        "Specify Link state ID as IPv4 address notation\n"
17070        "Dump LSAs\n"
17071        "Display LSA's internal information\n"
17072       )
17073
17074 DEFSH (0, clear_ip_bgp_peer_group_soft_in_cmd_vtysh, 
17075        "clear ip bgp peer-group WORD soft in", 
17076        "Reset functions\n"
17077        "IP information\n"
17078        "BGP information\n"
17079        "Clear all members of peer-group\n"
17080        "BGP peer-group name\n"
17081        "Soft reconfig inbound and outbound updates\n"
17082        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17083
17084 DEFSH (0, if_rmap_cmd_vtysh, 
17085        "route-map RMAP_NAME (in|out) IFNAME", 
17086        "Route map set\n"
17087        "Route map name\n"
17088        "Route map set for input filtering\n"
17089        "Route map set for output filtering\n"
17090        "Route map interface name\n")
17091
17092 DEFSH (0, clear_bgp_peer_out_cmd_vtysh, 
17093        "clear bgp (A.B.C.D|X:X::X:X) out", 
17094        "Reset functions\n"
17095        "BGP information\n"
17096        "BGP neighbor address to clear\n"
17097        "BGP IPv6 neighbor to clear\n"
17098        "Resend all outbound updates\n")
17099
17100 DEFSH (0, aggregate_address_cmd_vtysh, 
17101        "aggregate-address A.B.C.D/M", 
17102        "Configure BGP aggregate entries\n"
17103        "Aggregate prefix\n")
17104
17105 DEFSH (0, bgp_fast_external_failover_cmd_vtysh, 
17106        "bgp fast-external-failover", 
17107        "BGP information\n"
17108        "Immediately reset session if a link to a directly connected external peer goes down\n")
17109
17110 DEFSH (0, is_type_cmd_vtysh, 
17111        "is-type (level-1|level-1-2|level-2-only)", 
17112        "IS Level for this routing process (OSI only)\n"
17113        "Act as a station router only\n"
17114        "Act as both a station router and an area router\n"
17115        "Act as an area router only\n")
17116
17117 DEFSH (0, no_ip_rip_authentication_key_chain_cmd_vtysh, 
17118        "no ip rip authentication key-chain", 
17119        "Negate a command or set its defaults\n"
17120        "IP information\n"
17121        "Routing Information Protocol\n"
17122        "Authentication control\n"
17123        "Authentication key-chain\n")
17124
17125 DEFSH (0, show_bgp_ipv4_safi_route_pathtype_cmd_vtysh, 
17126        "show bgp ipv4 (unicast|multicast) A.B.C.D (bestpath|multipath)", 
17127        "Show running system information\n"
17128        "BGP information\n"
17129        "Address family\n"
17130        "Address Family modifier\n"
17131        "Address Family modifier\n"
17132        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
17133        "Display only the bestpath\n"
17134        "Display only multipaths\n")
17135
17136 DEFSH (0, clear_ip_bgp_peer_group_ipv4_soft_in_cmd_vtysh, 
17137        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft in", 
17138        "Reset functions\n"
17139        "IP information\n"
17140        "BGP information\n"
17141        "Clear all members of peer-group\n"
17142        "BGP peer-group name\n"
17143        "Address family\n"
17144        "Address Family modifier\n"
17145        "Address Family modifier\n"
17146        "Soft reconfig inbound and outbound updates\n"
17147        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17148
17149 DEFSH (0, ipv6_route_ifname_tag_vrf_cmd_vtysh, 
17150        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295>" "vrf <0-65535>", 
17151        "IP information\n"
17152        "Establish static routes\n"
17153        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
17154        "IPv6 gateway address\n"
17155        "IPv6 gateway interface name\n"
17156        "Set tag for this route\n"
17157        "Tag value\n"
17158        "Specify the VRF\nThe VRF ID\n")
17159
17160 DEFSH (0, no_ip_community_list_name_standard_cmd_vtysh, 
17161        "no ip community-list standard WORD (deny|permit) .AA:NN", 
17162        "Negate a command or set its defaults\n"
17163        "IP information\n"
17164        "Add a community list entry\n"
17165        "Specify a standard community-list\n"
17166        "Community list name\n"
17167        "Specify community to reject\n"
17168        "Specify community to accept\n"
17169        "Community number in aa:nn format or internet|local-AS|no-advertise|no-export\n")
17170
17171 DEFSH (0, neighbor_maximum_prefix_warning_cmd_vtysh, 
17172        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> warning-only", 
17173        "Specify neighbor router\n"
17174        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17175        "Maximum number of prefix accept from this peer\n"
17176        "maximum no. of prefix limit\n"
17177        "Only give warning message when limit is exceeded\n")
17178
17179 DEFSH (0, no_rip_distance_cmd_vtysh, 
17180        "no distance <1-255>", 
17181        "Negate a command or set its defaults\n"
17182        "Administrative distance\n"
17183        "Distance value\n")
17184
17185 DEFSH (0, rip_timers_cmd_vtysh, 
17186        "timers basic <5-2147483647> <5-2147483647> <5-2147483647>", 
17187        "Adjust routing timers\n"
17188        "Basic routing protocol update timers\n"
17189        "Routing table update timer value in second. Default is 30.\n"
17190        "Routing information timeout timer. Default is 180.\n"
17191        "Garbage collection timer. Default is 120.\n")
17192
17193 DEFSH (0, lsp_gen_interval_l2_cmd_vtysh, 
17194        "lsp-gen-interval level-2 <1-120>", 
17195        "Minimum interval between regenerating same LSP\n"
17196        "Set interval for level 2 only\n"
17197        "Minimum interval in seconds\n")
17198
17199 DEFSH (0, show_ip_bgp_neighbor_routes_cmd_vtysh, 
17200        "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes", 
17201        "Show running system information\n"
17202        "IP information\n"
17203        "BGP information\n"
17204        "Detailed information on TCP and BGP neighbor connections\n"
17205        "Neighbor to display information about\n"
17206        "Neighbor to display information about\n"
17207        "Display routes learned from neighbor\n")
17208
17209 DEFSH (0, neighbor_attr_unchanged4_cmd_vtysh, 
17210        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med (as-path|next-hop)", 
17211        "Specify neighbor router\n"
17212        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17213        "BGP attribute is propagated unchanged to this neighbor\n"
17214        "Med attribute\n"
17215        "As-path attribute\n"
17216        "Nexthop attribute\n")
17217
17218 DEFSH (0, clear_ip_bgp_external_in_prefix_filter_cmd_vtysh, 
17219        "clear ip bgp external in prefix-filter", 
17220        "Reset functions\n"
17221        "IP information\n"
17222        "BGP information\n"
17223        "Clear all external peers\n"
17224        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
17225        "Push out prefix-list ORF and do inbound soft reconfig\n")
17226
17227 DEFSH (0, show_bgp_ipv6_encap_neighbor_advertised_routes_cmd_vtysh, 
17228        "show bgp ipv6 encap neighbors A.B.C.D advertised-routes", 
17229        "Show running system information\n"
17230        "BGP information\n"
17231        "Address Family\n"
17232        "Display ENCAP NLRI specific information\n"
17233        "Detailed information on TCP and BGP neighbor connections\n"
17234        "Neighbor to display information about\n"
17235        "Display the routes advertised to a BGP neighbor\n")
17236
17237 DEFSH (0, show_bgp_ipv6_neighbor_advertised_route_cmd_vtysh, 
17238        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
17239        "Show running system information\n"
17240        "BGP information\n"
17241        "Address family\n"
17242        "Detailed information on TCP and BGP neighbor connections\n"
17243        "Neighbor to display information about\n"
17244        "Neighbor to display information about\n"
17245        "Display the routes advertised to a BGP neighbor\n")
17246
17247 DEFSH (0, show_ip_bgp_community_cmd_vtysh, 
17248        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export)", 
17249        "Show running system information\n"
17250        "IP information\n"
17251        "BGP information\n"
17252        "Display routes matching the communities\n"
17253        "community number\n"
17254        "Do not send outside local AS (well-known community)\n"
17255        "Do not advertise to any peer (well-known community)\n"
17256        "Do not export to next AS (well-known community)\n")
17257
17258 DEFSH (0, show_ipv6_mbgp_community3_cmd_vtysh, 
17259        "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)", 
17260        "Show running system information\n"
17261        "IPv6 information\n"
17262        "MBGP information\n"
17263        "Display routes matching the communities\n"
17264        "community number\n"
17265        "Do not send outside local AS (well-known community)\n"
17266        "Do not advertise to any peer (well-known community)\n"
17267        "Do not export to next AS (well-known community)\n"
17268        "community number\n"
17269        "Do not send outside local AS (well-known community)\n"
17270        "Do not advertise to any peer (well-known community)\n"
17271        "Do not export to next AS (well-known community)\n"
17272        "community number\n"
17273        "Do not send outside local AS (well-known community)\n"
17274        "Do not advertise to any peer (well-known community)\n"
17275        "Do not export to next AS (well-known community)\n")
17276
17277 DEFSH (0, no_match_probability_val_cmd_vtysh, 
17278        "no match probability <1-99>", 
17279        "Negate a command or set its defaults\n"
17280        "Match values from routing table\n"
17281        "Match portion of routes defined by percentage value\n"
17282        "Percentage of routes\n")
17283
17284 DEFSH (0, show_bgp_ipv4_safi_lcommunity4_cmd_vtysh, 
17285        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
17286        "Show running system information\n"
17287        "BGP information\n"
17288        "Address family\n"
17289        "Address Family modifier\n"
17290        "Address Family modifier\n"
17291        "Display routes matching the large-communities\n"
17292        "large-community number\n"
17293        "large-community number\n"
17294        "large-community number\n"
17295        "large-community number\n")
17296
17297 DEFSH (0, show_ipv6_ospf6_interface_prefix_detail_cmd_vtysh, 
17298        "show ipv6 ospf6 interface prefix (X:X::X:X|X:X::X:X/M|detail)", 
17299        "Show running system information\n"
17300        "IPv6 Information\n"
17301        "Open Shortest Path First (OSPF) for IPv6\n"
17302        "Interface information\n"
17303        "Display connected prefixes to advertise\n"
17304        "Display the route bestmatches the address\n"
17305        "Display the route\n"
17306        "Display details of the prefixes\n"
17307        )
17308
17309 DEFSH (0, neighbor_default_originate_rmap_cmd_vtysh, 
17310        "neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate route-map WORD", 
17311        "Specify neighbor router\n"
17312        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17313        "Originate default route to this neighbor\n"
17314        "Route-map to specify criteria to originate default\n"
17315        "route-map name\n")
17316
17317 DEFSH (0, no_rip_redistribute_rip_cmd_vtysh, 
17318        "no redistribute rip", 
17319        "Negate a command or set its defaults\n"
17320        "Redistribute information from another routing protocol\n"
17321        "Routing Information Protocol (RIP)\n")
17322
17323 DEFSH (0, no_nhrp_event_socket_cmd_vtysh, 
17324  "no nhrp event socket [SOCKET]", 
17325  "Negate a command or set its defaults\n"
17326  "Next Hop Resolution Protocol functions\n"
17327  "Event Manager commands\n"
17328  "Event Manager unix socket path\n"
17329  "Unix path for the socket\n")
17330
17331 DEFSH (0, show_bgp_lcommunity3_cmd_vtysh, 
17332        "show bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
17333        "Show running system information\n"
17334        "BGP information\n"
17335        "Display routes matching the large-communities\n"
17336        "large-community number\n"
17337        "large-community number\n"
17338        "large-community number\n")
17339
17340 DEFSH (0, ipv6_ospf6_instance_cmd_vtysh, 
17341        "ipv6 ospf6 instance-id <0-255>", 
17342        "IPv6 Information\n"
17343        "Open Shortest Path First (OSPF) for IPv6\n"
17344        "Instance ID for this interface\n"
17345        "Instance ID value\n"
17346        )
17347
17348 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_ge_le_cmd_vtysh, 
17349        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
17350        "Negate a command or set its defaults\n"
17351        "IPv6 information\n"
17352        "Build a prefix list\n"
17353        "Name of a prefix list\n"
17354        "sequence number of an entry\n"
17355        "Sequence number\n"
17356        "Specify packets to reject\n"
17357        "Specify packets to forward\n"
17358        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
17359        "Minimum prefix length to be matched\n"
17360        "Minimum prefix length\n"
17361        "Maximum prefix length to be matched\n"
17362        "Maximum prefix length\n")
17363
17364 DEFSH (0, dynamic_hostname_cmd_vtysh, 
17365        "hostname dynamic", 
17366        "Dynamic hostname for IS-IS\n"
17367        "Dynamic hostname\n")
17368
17369 DEFSH (0, no_ripng_allow_ecmp_cmd_vtysh, 
17370        "no allow-ecmp", 
17371        "Negate a command or set its defaults\n"
17372        "Allow Equal Cost MultiPath\n")
17373
17374 DEFSH (0, clear_bgp_as_soft_cmd_vtysh, 
17375        "clear bgp " "<1-4294967295>" " soft", 
17376        "Reset functions\n"
17377        "BGP information\n"
17378        "Clear peers with the AS number\n"
17379        "Soft reconfig inbound and outbound updates\n")
17380
17381 DEFSH (0, no_ospf_default_metric_val_cmd_vtysh, 
17382        "no default-metric <0-16777214>", 
17383        "Negate a command or set its defaults\n"
17384        "Set metric of redistributed routes\n"
17385        "Default metric\n")
17386
17387 DEFSH (0, show_ip_igmp_sources_cmd_vtysh, 
17388        "show ip igmp sources", 
17389        "Show running system information\n"
17390        "IP information\n"
17391        "IGMP information\n"
17392        "IGMP sources information\n")
17393
17394 DEFSH (0, show_bgp_ipv4_vpn_prefix_cmd_vtysh, 
17395        "show bgp ipv4 vpn A.B.C.D/M", 
17396        "Show running system information\n"
17397        "BGP information\n"
17398        "IP information\n"
17399        "Display VPN NLRI specific information\n"
17400        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
17401
17402 DEFSH (0, no_ip_ospf_dead_interval_cmd_vtysh, 
17403        "no ip ospf dead-interval", 
17404        "Negate a command or set its defaults\n"
17405        "IP Information\n"
17406        "OSPF interface commands\n"
17407        "Interval after which a neighbor is declared dead\n")
17408
17409 DEFSH (0, no_ip_rip_send_version_num_cmd_vtysh, 
17410        "no ip rip send version (1|2)", 
17411        "Negate a command or set its defaults\n"
17412        "IP information\n"
17413        "Routing Information Protocol\n"
17414        "Advertisement transmission\n"
17415        "Version control\n"
17416        "Version 1\n"
17417        "Version 2\n")
17418
17419 DEFSH (0, show_bgp_view_ipv6_neighbor_flap_cmd_vtysh, 
17420        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
17421        "Show running system information\n"
17422        "BGP information\n"
17423        "BGP view\n"
17424        "View name\n"
17425        "Address family\n"
17426        "Detailed information on TCP and BGP neighbor connections\n"
17427        "Neighbor to display information about\n"
17428        "Neighbor to display information about\n"
17429        "Display the dampened routes received from neighbor\n")
17430
17431 DEFSH (0, no_set_originator_id_cmd_vtysh, 
17432        "no set originator-id", 
17433        "Negate a command or set its defaults\n"
17434        "Set values in destination routing protocol\n"
17435        "BGP originator ID attribute\n")
17436
17437 DEFSH (0, neighbor_attr_unchanged10_cmd_vtysh, 
17438        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med as-path next-hop", 
17439        "Specify neighbor router\n"
17440        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17441        "BGP attribute is propagated unchanged to this neighbor\n"
17442        "Med attribute\n"
17443        "As-path attribute\n"
17444        "Nexthop attribute\n")
17445
17446 DEFSH (0, debug_zebra_packet_cmd_vtysh, 
17447        "debug zebra packet", 
17448        "Debugging functions (see also 'undebug')\n"
17449        "Zebra configuration\n"
17450        "Debug option set for zebra packet\n")
17451
17452 DEFSH (0, clear_bgp_ipv6_peer_cmd_vtysh, 
17453        "clear bgp ipv6 (A.B.C.D|X:X::X:X)", 
17454        "Reset functions\n"
17455        "BGP information\n"
17456        "Address family\n"
17457        "BGP neighbor address to clear\n"
17458        "BGP IPv6 neighbor to clear\n")
17459
17460 DEFSH (0, pce_path_scope_cmd_vtysh, 
17461        "pce scope BITPATTERN", 
17462        "PCE Router Information specific commands\n"
17463        "Path scope visibilities of the PCE for path computation\n"
17464        "32-bit Hexadecimal value\n")
17465
17466 DEFSH (0, show_bgp_ipv6_safi_community_exact_cmd_vtysh, 
17467        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
17468        "Show running system information\n"
17469        "BGP information\n"
17470        "Address family\n"
17471        "Address family modifier\n"
17472        "Address family modifier\n"
17473        "Address family modifier\n"
17474        "Address family modifier\n"
17475        "Display routes matching the communities\n"
17476        "community number\n"
17477        "Do not send outside local AS (well-known community)\n"
17478        "Do not advertise to any peer (well-known community)\n"
17479        "Do not export to next AS (well-known community)\n"
17480        "Exact match of the communities")
17481
17482 DEFSH (0|0|0|0, no_ipv6_prefix_list_description_arg_cmd_vtysh, 
17483        "no ipv6 prefix-list WORD description .LINE", 
17484        "Negate a command or set its defaults\n"
17485        "IPv6 information\n"
17486        "Build a prefix list\n"
17487        "Name of a prefix list\n"
17488        "Prefix-list specific description\n"
17489        "Up to 80 characters describing this prefix-list\n")
17490
17491 DEFSH (0|0|0|0, ip_prefix_list_seq_ge_le_cmd_vtysh, 
17492        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
17493        "IP information\n"
17494        "Build a prefix list\n"
17495        "Name of a prefix list\n"
17496        "sequence number of an entry\n"
17497        "Sequence number\n"
17498        "Specify packets to reject\n"
17499        "Specify packets to forward\n"
17500        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
17501        "Minimum prefix length to be matched\n"
17502        "Minimum prefix length\n"
17503        "Maximum prefix length to be matched\n"
17504        "Maximum prefix length\n")
17505
17506 DEFSH (0, debug_ospf6_interface_cmd_vtysh, 
17507        "debug ospf6 interface", 
17508        "Debugging functions (see also 'undebug')\n"
17509        "Open Shortest Path First (OSPF) for IPv6\n"
17510        "Debug OSPFv3 Interface\n"
17511       )
17512
17513 DEFSH (0, no_ipv6_address_cmd_vtysh, 
17514        "no ipv6 address X:X::X:X/M", 
17515        "Negate a command or set its defaults\n"
17516        "Interface IPv6 config commands\n"
17517        "Set the IP address of an interface\n"
17518        "IPv6 address (e.g. 3ffe:506::1/48)\n")
17519
17520 DEFSH (0, no_neighbor_attr_unchanged1_cmd_vtysh, 
17521        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged (as-path|next-hop|med)", 
17522        "Negate a command or set its defaults\n"
17523        "Specify neighbor router\n"
17524        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
17525        "BGP attribute is propagated unchanged to this neighbor\n"
17526        "As-path attribute\n"
17527        "Nexthop attribute\n"
17528        "Med attribute\n")
17529
17530 DEFSH (0, no_aggregate_address_mask_summary_as_set_cmd_vtysh, 
17531        "no aggregate-address A.B.C.D A.B.C.D summary-only as-set", 
17532        "Negate a command or set its defaults\n"
17533        "Configure BGP aggregate entries\n"
17534        "Aggregate address\n"
17535        "Aggregate mask\n"
17536        "Filter more specific routes from updates\n"
17537        "Generate AS set path information\n")
17538
17539 DEFSH (0, send_lifetime_month_day_day_month_cmd_vtysh, 
17540        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
17541        "Set send lifetime of the key\n"
17542        "Time to start\n"
17543        "Month of the year to start\n"
17544        "Day of th month to start\n"
17545        "Year to start\n"
17546        "Time to expire\n"
17547        "Day of th month to expire\n"
17548        "Month of the year to expire\n"
17549        "Year to expire\n")
17550
17551 DEFSH (0, show_ipv6_ospf6_database_detail_cmd_vtysh, 
17552        "show ipv6 ospf6 database (detail|dump|internal)", 
17553        "Show running system information\n"
17554        "IPv6 information\n"
17555        "Open Shortest Path First (OSPF) for IPv6\n"
17556        "Display Link state database\n"
17557        "Display details of LSAs\n"
17558        "Dump LSAs\n"
17559        "Display LSA's internal information\n"
17560       )
17561
17562 DEFSH (0, no_set_ecommunity_rt_val_cmd_vtysh, 
17563        "no set extcommunity rt .ASN:nn_or_IP-address:nn", 
17564        "Negate a command or set its defaults\n"
17565        "Set values in destination routing protocol\n"
17566        "BGP extended community attribute\n"
17567        "Route Target extended community\n"
17568        "VPN extended community\n")
17569
17570 DEFSH (0, ospf_distribute_list_out_cmd_vtysh, 
17571        "distribute-list WORD out " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)", 
17572        "Filter networks in routing updates\n"
17573        "Access-list name\n"
17574        "Filter outgoing routing updates\n"
17575        "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")
17576
17577 DEFSH (0, ospf_area_vlink_param2_cmd_vtysh, 
17578        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
17579        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
17580        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
17581        "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"
17582        "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"
17583        "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")
17584
17585 DEFSH (0|0|0|0|0, no_match_ip_address_prefix_list_val_cmd_vtysh, 
17586        "no match ip address prefix-list WORD", 
17587        "Negate a command or set its defaults\n"
17588        "Match values from routing table\n"
17589        "IP information\n"
17590        "Match address of route\n"
17591        "Match entries of prefix-lists\n"
17592        "IP prefix-list name\n")
17593
17594 DEFSH (0, clear_bgp_ipv6_all_in_cmd_vtysh, 
17595        "clear bgp ipv6 * in", 
17596        "Reset functions\n"
17597        "BGP information\n"
17598        "Address family\n"
17599        "Clear all peers\n"
17600        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17601
17602 DEFSH (0, no_ip_route_mask_flags_tag_distance2_cmd_vtysh, 
17603        "no ip route A.B.C.D A.B.C.D (reject|blackhole) tag <1-4294967295> <1-255>", 
17604        "Negate a command or set its defaults\n"
17605        "IP information\n"
17606        "Establish static routes\n"
17607        "IP destination prefix\n"
17608        "IP destination prefix mask\n"
17609        "Emit an ICMP unreachable when matched\n"
17610        "Silently discard pkts when matched\n"
17611        "Tag of this route\n"
17612        "Tag value\n"
17613        "Distance value for this route\n")
17614
17615 DEFSH (0, ospf_hello_interval_cmd_vtysh, 
17616        "ospf hello-interval <1-65535>", 
17617        "OSPF interface commands\n"
17618        "Time between HELLO packets\n"
17619        "Seconds\n")
17620
17621 DEFSH (0, show_bgp_ipv6_community_all_cmd_vtysh, 
17622        "show bgp ipv6 community", 
17623        "Show running system information\n"
17624        "BGP information\n"
17625        "Address family\n"
17626        "Display routes matching the communities\n")
17627
17628 DEFSH (0, set_attached_bit_cmd_vtysh, 
17629        "set-attached-bit", 
17630        "Set attached bit to identify as L1/L2 router for inter-area traffic\n"
17631        "Set attached bit\n")
17632
17633 DEFSH (0, ip_route_mask_tag_vrf_cmd_vtysh, 
17634        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) tag <1-4294967295>" "vrf <0-65535>", 
17635        "IP information\n"
17636        "Establish static routes\n"
17637        "IP destination prefix\n"
17638        "IP destination prefix mask\n"
17639        "IP gateway address\n"
17640        "IP gateway interface name\n"
17641        "Null interface\n"
17642        "Set tag for this route\n"
17643        "Tag value\n"
17644        "Specify the VRF\nThe VRF ID\n")
17645
17646 DEFSH (0, send_lifetime_duration_month_day_cmd_vtysh, 
17647        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> duration <1-2147483646>", 
17648        "Set send lifetime of the key\n"
17649        "Time to start\n"
17650        "Month of the year to start\n"
17651        "Day of th month to start\n"
17652        "Year to start\n"
17653        "Duration of the key\n"
17654        "Duration seconds\n")
17655
17656 DEFSH (0|0, no_set_ip_nexthop_val_cmd_vtysh, 
17657        "no set ip next-hop A.B.C.D", 
17658        "Negate a command or set its defaults\n"
17659        "Set values in destination routing protocol\n"
17660        "IP information\n"
17661        "Next hop address\n"
17662        "IP address of next hop\n")
17663
17664 DEFSH (0, no_debug_ospf6_message_cmd_vtysh, 
17665        "no debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all)", 
17666        "Negate a command or set its defaults\n"
17667        "Debugging functions (see also 'undebug')\n"
17668        "Open Shortest Path First (OSPF) for IPv6\n"
17669        "Debug OSPFv3 message\n"
17670        "Debug Unknown message\n"
17671        "Debug Hello message\n"
17672        "Debug Database Description message\n"
17673        "Debug Link State Request message\n"
17674        "Debug Link State Update message\n"
17675        "Debug Link State Acknowledgement message\n"
17676        "Debug All message\n"
17677        )
17678
17679 DEFSH (0, ospf_default_metric_cmd_vtysh, 
17680        "default-metric <0-16777214>", 
17681        "Set metric of redistributed routes\n"
17682        "Default metric\n")
17683
17684 DEFSH (0, show_bgp_ipv6_rsclient_summary_cmd_vtysh, 
17685       "show bgp ipv6 rsclient summary", 
17686        "Show running system information\n"
17687        "BGP information\n"
17688        "Address family\n"
17689        "Information about Route Server Clients\n"
17690        "Summary of all Route Server Clients\n")
17691
17692 DEFSH (0, show_ipv6_ospf6_linkstate_router_cmd_vtysh, 
17693        "show ipv6 ospf6 linkstate router A.B.C.D", 
17694        "Show running system information\n"
17695        "IPv6 Information\n"
17696        "Open Shortest Path First (OSPF) for IPv6\n"
17697        "Display linkstate routing table\n"
17698        "Display Router Entry\n"
17699        "Specify Router ID as IPv4 address notation\n"
17700       )
17701
17702 DEFSH (0, no_bgp_network_backdoor_cmd_vtysh, 
17703        "no network A.B.C.D/M backdoor", 
17704        "Negate a command or set its defaults\n"
17705        "Specify a network to announce via BGP\n"
17706        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
17707        "Specify a BGP backdoor route\n")
17708
17709 DEFSH (0, no_bgp_redistribute_ipv6_cmd_vtysh, 
17710        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)", 
17711        "Negate a command or set its defaults\n"
17712        "Redistribute information from another routing protocol\n"
17713        "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")
17714
17715 DEFSH (0, no_ip_route_vrf_cmd_vtysh, 
17716        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) " "vrf <0-65535>", 
17717        "Negate a command or set its defaults\n"
17718        "IP information\n"
17719        "Establish static routes\n"
17720        "IP destination prefix (e.g. 10.0.0.0/8)\n"
17721        "IP gateway address\n"
17722        "IP gateway interface name\n"
17723        "Null interface\n"
17724        "Specify the VRF\nThe VRF ID\n")
17725
17726 DEFSH (0, show_ip_bgp_ipv4_lcommunity2_cmd_vtysh, 
17727        "show ip bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC)", 
17728        "Show running system information\n"
17729        "IP information\n"
17730        "BGP information\n"
17731        "Address family\n"
17732        "Address Family modifier\n"
17733        "Address Family modifier\n"
17734        "Display routes matching the large-communities\n"
17735        "large-community number\n"
17736        "large-community number\n")
17737
17738 DEFSH (0, show_bgp_neighbor_received_routes_cmd_vtysh, 
17739        "show bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
17740        "Show running system information\n"
17741        "BGP information\n"
17742        "Detailed information on TCP and BGP neighbor connections\n"
17743        "Neighbor to display information about\n"
17744        "Neighbor to display information about\n"
17745        "Display the received routes from neighbor\n")
17746
17747 DEFSH (0, no_ipv6_access_list_remark_arg_cmd_vtysh, 
17748        "no ipv6 access-list WORD remark .LINE", 
17749        "Negate a command or set its defaults\n"
17750        "IPv6 information\n"
17751        "Add an access list entry\n"
17752        "IPv6 zebra access-list\n"
17753        "Access list entry comment\n"
17754        "Comment up to 100 characters\n")
17755
17756 DEFSH (0, show_database_arg_detail_cmd_vtysh, 
17757        "show isis database WORD detail", 
17758        "Show running system information\n"
17759        "IS-IS information\n"
17760        "IS-IS link state database\n"
17761        "LSP ID\n"
17762        "Detailed information\n")
17763
17764 DEFSH (0, ospf6_distance_source_cmd_vtysh, 
17765        "distance <1-255> X:X::X:X/M", 
17766        "Administrative distance\n"
17767        "Distance value\n"
17768        "IP source prefix\n")
17769
17770 DEFSH (0, show_ipv6_ospf6_route_longer_detail_cmd_vtysh, 
17771        "show ipv6 ospf6 route X:X::X:X/M longer detail", 
17772        "Show running system information\n"
17773        "IPv6 Information\n"
17774        "Open Shortest Path First (OSPF) for IPv6\n"
17775        "Routing Table\n"
17776        "Specify IPv6 prefix\n"
17777        "Display routes longer than the specified route\n"
17778        "Detailed information\n"
17779        )
17780
17781 DEFSH (0, clear_ip_bgp_peer_cmd_vtysh, 
17782        "clear ip bgp (A.B.C.D|X:X::X:X)", 
17783        "Reset functions\n"
17784        "IP information\n"
17785        "BGP information\n"
17786        "BGP neighbor IP address to clear\n"
17787        "BGP IPv6 neighbor to clear\n")
17788
17789 DEFSH (0, no_debug_ripng_events_cmd_vtysh, 
17790        "no debug ripng events", 
17791        "Negate a command or set its defaults\n"
17792        "Debugging functions (see also 'undebug')\n"
17793        "RIPng configuration\n"
17794        "Debug option set for ripng events\n")
17795
17796 DEFSH (0, debug_zebra_rib_q_cmd_vtysh, 
17797        "debug zebra rib queue", 
17798        "Debugging functions (see also 'undebug')\n"
17799        "Zebra configuration\n"
17800        "Debug RIB events\n"
17801        "Debug RIB queueing\n")
17802
17803 DEFSH (0, no_ip_route_mask_distance_vrf_cmd_vtysh, 
17804        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
17805        "Negate a command or set its defaults\n"
17806        "IP information\n"
17807        "Establish static routes\n"
17808        "IP destination prefix\n"
17809        "IP destination prefix mask\n"
17810        "IP gateway address\n"
17811        "IP gateway interface name\n"
17812        "Null interface\n"
17813        "Distance value for this route\n"
17814        "Specify the VRF\nThe VRF ID\n")
17815
17816 DEFSH (0, show_isis_interface_detail_cmd_vtysh, 
17817        "show isis interface detail", 
17818        "Show running system information\n"
17819        "ISIS network information\n"
17820        "ISIS interface\n"
17821        "show detailed information\n")
17822
17823 DEFSH (0, show_bgp_ipv6_safi_damp_flap_route_map_cmd_vtysh, 
17824        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics route-map WORD", 
17825        "Show running system information\n"
17826        "BGP information\n"
17827        "IPv6 information\n"
17828        "Address Family Modifier\n"
17829        "Address Family Modifier\n"
17830        "Address Family Modifier\n"
17831        "Address Family Modifier\n"
17832        "Display detailed information about dampening\n"
17833        "Display flap statistics of routes\n"
17834        "Display routes matching the route-map\n"
17835        "A route-map to match on\n")
17836
17837 DEFSH (0, ip_route_flags_tag_cmd_vtysh, 
17838        "ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
17839        "IP information\n"
17840        "Establish static routes\n"
17841        "IP destination prefix (e.g. 10.0.0.0/8)\n"
17842        "IP gateway address\n"
17843        "IP gateway interface name\n"
17844        "Emit an ICMP unreachable when matched\n"
17845        "Silently discard pkts when matched\n"
17846        "Set tag for this route\n"
17847        "Tag value\n")
17848
17849 DEFSH (0, clear_bgp_peer_group_soft_in_cmd_vtysh, 
17850        "clear bgp peer-group WORD soft in", 
17851        "Reset functions\n"
17852        "BGP information\n"
17853        "Clear all members of peer-group\n"
17854        "BGP peer-group name\n"
17855        "Soft reconfig inbound and outbound updates\n"
17856        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17857
17858 DEFSH (0, no_key_string_cmd_vtysh, 
17859        "no key-string [LINE]", 
17860        "Negate a command or set its defaults\n"
17861        "Unset key string\n"
17862        "The key\n")
17863
17864 DEFSH (0, bgp_bestpath_aspath_multipath_relax_cmd_vtysh, 
17865        "bgp bestpath as-path multipath-relax", 
17866        "BGP specific commands\n"
17867        "Change the default bestpath selection\n"
17868        "AS-path attribute\n"
17869        "Allow load sharing across routes that have different AS paths (but same length)\n")
17870
17871 DEFSH (0, show_bgp_neighbors_peer_cmd_vtysh, 
17872        "show bgp neighbors (A.B.C.D|X:X::X:X)", 
17873        "Show running system information\n"
17874        "BGP information\n"
17875        "Detailed information on TCP and BGP neighbor connections\n"
17876        "Neighbor to display information about\n"
17877        "Neighbor to display information about\n")
17878
17879 DEFSH (0, no_fpm_remote_ip_cmd_vtysh, 
17880         "no fpm connection ip A.B.C.D port <1-65535>", 
17881         "fpm connection remote ip and port\n"
17882         "Connection\n"
17883         "Remote fpm server ip A.B.C.D\n"
17884         "Enter ip ")
17885
17886 DEFSH (0, no_bgp_redistribute_ipv4_rmap_cmd_vtysh, 
17887        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD", 
17888        "Negate a command or set its defaults\n"
17889        "Redistribute information from another routing protocol\n"
17890        "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"
17891        "Route map reference\n"
17892        "Pointer to route-map entries\n")
17893
17894 DEFSH (0, shutdown_if_cmd_vtysh, 
17895        "shutdown", 
17896        "Shutdown the selected interface\n")
17897
17898 DEFSH (0, clear_ip_bgp_as_soft_in_cmd_vtysh, 
17899        "clear ip bgp " "<1-4294967295>" " soft in", 
17900        "Reset functions\n"
17901        "IP information\n"
17902        "BGP information\n"
17903        "Clear peers with the AS number\n"
17904        "Soft reconfig inbound and outbound updates\n"
17905        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
17906
17907 DEFSH (0, no_debug_isis_spfevents_cmd_vtysh, 
17908        "no debug isis spf-events", 
17909        "Disable debugging functions (see also 'debug')\n"
17910        "IS-IS information\n"
17911        "IS-IS Shortest Path First Events\n")
17912
17913 DEFSH (0, debug_ssmpingd_cmd_vtysh, 
17914        "debug ssmpingd", 
17915        "Debugging functions (see also 'undebug')\n"
17916        "PIM protocol activity\n"
17917        "ssmpingd activity\n")
17918
17919 DEFSH (0, debug_bgp_as4_cmd_vtysh, 
17920        "debug bgp as4", 
17921        "Debugging functions (see also 'undebug')\n"
17922        "BGP information\n"
17923        "BGP AS4 actions\n")
17924
17925 DEFSH (0, no_debug_zebra_nht_cmd_vtysh, 
17926        "no debug zebra nht", 
17927        "Negate a command or set its defaults\n"
17928        "Debugging functions (see also 'undebug')\n"
17929        "Zebra configuration\n"
17930        "Debug option set for zebra next hop tracking\n")
17931
17932 DEFSH (0, if_nhrp_mtu_cmd_vtysh, 
17933  "ip nhrp mtu (<576-1500>|opennhrp)", 
17934  "IP information\n"
17935  "Next Hop Resolution Protocol functions\n"
17936  "Configure NHRP advertised MTU\n"
17937  "MTU value\n"
17938  "Advertise bound interface MTU similar to OpenNHRP")
17939
17940 DEFSH (0, no_ip_rip_authentication_mode_type_authlen_cmd_vtysh, 
17941        "no ip rip authentication mode (md5|text) auth-length (rfc|old-ripd)", 
17942        "Negate a command or set its defaults\n"
17943        "IP information\n"
17944        "Routing Information Protocol\n"
17945        "Authentication control\n"
17946        "Authentication mode\n"
17947        "Keyed message digest\n"
17948        "Clear text authentication\n"
17949        "MD5 authentication data length\n"
17950        "RFC compatible\n"
17951        "Old ripd compatible\n")
17952
17953 DEFSH (0, show_ip_route_summary_prefix_vrf_all_cmd_vtysh, 
17954        "show ip route summary prefix " "vrf all", 
17955        "Show running system information\n"
17956        "IP information\n"
17957        "IP routing table\n"
17958        "Summary of all routes\n"
17959        "Prefix routes\n"
17960        "Specify the VRF\nAll VRFs\n")
17961
17962 DEFSH (0, clear_ip_bgp_external_out_cmd_vtysh, 
17963        "clear ip bgp external out", 
17964        "Reset functions\n"
17965        "IP information\n"
17966        "BGP information\n"
17967        "Clear all external peers\n"
17968        "Resend all outbound updates\n")
17969
17970 DEFSH (0, ospf6_distance_ospf6_intra_cmd_vtysh, 
17971        "distance ospf6 intra-area <1-255>", 
17972        "Define an administrative distance\n"
17973        "OSPF6 Administrative distance\n"
17974        "Intra-area routes\n"
17975        "Distance for intra-area routes\n")
17976
17977 DEFSH (0, if_no_nhrp_network_id_cmd_vtysh, 
17978  "no " "(ip|ipv6)" " nhrp network-id [<1-4294967295>]", 
17979  "Negate a command or set its defaults\n"
17980  "IP information\n" "IPv6 information\n"
17981  "Next Hop Resolution Protocol functions\n"
17982  "Enable NHRP and specify network-id\n"
17983  "System local ID to specify interface group\n")
17984
17985 DEFSH (0, show_bgp_ipv6_safi_lcommunity2_cmd_vtysh, 
17986        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community (AA:BB:CC) (AA:BB:CC)", 
17987        "Show running system information\n"
17988        "BGP information\n"
17989        "Address family\n"
17990        "Address family modifier\n"
17991        "Address family modifier\n"
17992        "Address family modifier\n"
17993        "Address family modifier\n"
17994        "Display routes matching the large-communities\n"
17995        "large-community number\n"
17996        "large-community number\n")
17997
17998 DEFSH (0, show_ip_igmp_join_cmd_vtysh, 
17999        "show ip igmp join", 
18000        "Show running system information\n"
18001        "IP information\n"
18002        "IGMP information\n"
18003        "IGMP static join information\n")
18004
18005 DEFSH (0, no_link_params_pkt_loss_cmd_vtysh, 
18006        "no packet-loss", 
18007        "Negate a command or set its defaults\n"
18008        "Disable Unidirectional Link Packet Loss on this interface\n")
18009
18010 DEFSH (0, show_bgp_instance_ipv4_safi_rsclient_summary_cmd_vtysh, 
18011        "show bgp view WORD ipv4 (unicast|multicast) rsclient summary", 
18012        "Show running system information\n"
18013        "BGP information\n"
18014        "BGP view\n"
18015        "View name\n"
18016        "Address family\n"
18017        "Address Family modifier\n"
18018        "Address Family modifier\n"
18019        "Information about Route Server Clients\n"
18020        "Summary of all Route Server Clients\n")
18021
18022 DEFSH (0, undebug_bgp_as4_segment_cmd_vtysh, 
18023        "undebug bgp as4 segment", 
18024        "Disable debugging functions (see also 'debug')\n"
18025        "BGP information\n"
18026        "BGP AS4 actions\n"
18027        "BGP AS4 aspath segment handling\n")
18028
18029 DEFSH (0, neighbor_capability_dynamic_cmd_vtysh, 
18030        "neighbor (A.B.C.D|X:X::X:X|WORD) " "capability dynamic", 
18031        "Specify neighbor router\n"
18032        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18033        "Advertise capability to the peer\n"
18034        "Advertise dynamic capability to this neighbor\n")
18035
18036 DEFSH (0, show_ip_lcommunity_list_cmd_vtysh, 
18037        "show ip large-community-list", 
18038        "Show running system information\n"
18039        "IP information\n"
18040        "List large-community list\n")
18041
18042 DEFSH (0, bgp_network_mask_natural_cmd_vtysh, 
18043        "network A.B.C.D", 
18044        "Specify a network to announce via BGP\n"
18045        "Network number\n")
18046
18047 DEFSH (0|0|0|0, show_ip_prefix_list_summary_cmd_vtysh, 
18048        "show ip prefix-list summary", 
18049        "Show running system information\n"
18050        "IP information\n"
18051        "Build a prefix list\n"
18052        "Summary of prefix lists\n")
18053
18054 DEFSH (0, ipv6_bgp_neighbor_received_routes_cmd_vtysh, 
18055        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
18056        "Show running system information\n"
18057        "IPv6 information\n"
18058        "BGP information\n"
18059        "Detailed information on TCP and BGP neighbor connections\n"
18060        "Neighbor to display information about\n"
18061        "Neighbor to display information about\n"
18062        "Display the received routes from neighbor\n")
18063
18064 DEFSH (0, ip_irdp_debug_disable_cmd_vtysh, 
18065        "ip irdp debug disable", 
18066        "IP information\n"
18067        "ICMP Router discovery debug Averts. and Solicits (short)\n")
18068
18069 DEFSH (0, clear_ip_bgp_peer_in_prefix_filter_cmd_vtysh, 
18070        "clear ip bgp A.B.C.D in prefix-filter", 
18071        "Reset functions\n"
18072        "IP information\n"
18073        "BGP information\n"
18074        "BGP neighbor address to clear\n"
18075        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
18076        "Push out the existing ORF prefix-list\n")
18077
18078 DEFSH (0, no_neighbor_allowas_in_cmd_vtysh, 
18079        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "allowas-in", 
18080        "Negate a command or set its defaults\n"
18081        "Specify neighbor router\n"
18082        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18083        "allow local ASN appears in aspath attribute\n")
18084
18085 DEFSH (0, ospf_area_export_list_cmd_vtysh, 
18086        "area (A.B.C.D|<0-4294967295>) export-list NAME", 
18087        "OSPF area parameters\n"
18088        "OSPF area ID in IP address format\n"
18089        "OSPF area ID as a decimal value\n"
18090        "Set the filter for networks announced to other areas\n"
18091        "Name of the access-list\n")
18092
18093 DEFSH (0, debug_zebra_nht_cmd_vtysh, 
18094        "debug zebra nht", 
18095        "Debugging functions (see also 'undebug')\n"
18096        "Zebra configuration\n"
18097        "Debug option set for zebra next hop tracking\n")
18098
18099 DEFSH (0, ip_lcommunity_list_standard2_cmd_vtysh, 
18100        "ip large-community-list <1-99> (deny|permit)", 
18101        "IP information\n"
18102        "Add a large community list entry\n"
18103        "Large Community list number (standard)\n"
18104        "Specify large community to reject\n"
18105        "Specify large community to accept\n")
18106
18107 DEFSH (0, no_bgp_network_mask_natural_route_map_cmd_vtysh, 
18108        "no network A.B.C.D route-map WORD", 
18109        "Negate a command or set its defaults\n"
18110        "Specify a network to announce via BGP\n"
18111        "Network number\n"
18112        "Route-map to modify the attributes\n"
18113        "Name of the route map\n")
18114
18115 DEFSH (0, area_passwd_md5_snpauth_cmd_vtysh, 
18116        "(area-password|domain-password) md5 WORD authenticate snp (send-only|validate)", 
18117        "Configure the authentication password for an area\n"
18118        "Set the authentication password for a routing domain\n"
18119        "Authentication type\n"
18120        "Level-wide password\n"
18121        "Authentication\n"
18122        "SNP PDUs\n"
18123        "Send but do not check PDUs on receiving\n"
18124        "Send and check PDUs on receiving\n")
18125
18126 DEFSH (0, ospf_passive_interface_addr_cmd_vtysh, 
18127        "passive-interface IFNAME A.B.C.D", 
18128        "Suppress routing updates on an interface\n"
18129        "Interface's name\n")
18130
18131 DEFSH (0, router_info_area_cmd_vtysh, 
18132        "router-info area A.B.C.D", 
18133        "OSPF Router Information specific commands\n"
18134        "Enable the Router Information functionality with Area flooding scope\n"
18135        "OSPF area ID in IP format")
18136
18137 DEFSH (0, no_bgp_redistribute_ipv6_metric_cmd_vtysh, 
18138        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295>", 
18139        "Negate a command or set its defaults\n"
18140        "Redistribute information from another routing protocol\n"
18141        "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"
18142        "Metric for redistributed routes\n"
18143        "Default metric\n")
18144
18145 DEFSH (0, ospf_rfc1583_flag_cmd_vtysh, 
18146        "ospf rfc1583compatibility", 
18147        "OSPF specific commands\n"
18148        "Enable the RFC1583Compatibility flag\n")
18149
18150 DEFSH (0, csnp_interval_l1_cmd_vtysh, 
18151        "isis csnp-interval <1-600> level-1", 
18152        "IS-IS commands\n"
18153        "Set CSNP interval in seconds\n"
18154        "CSNP interval value\n"
18155        "Specify interval for level-1 CSNPs\n")
18156
18157 DEFSH (0, clear_ip_bgp_as_encap_soft_out_cmd_vtysh, 
18158        "clear ip bgp " "<1-4294967295>" " encap unicast soft out", 
18159        "Reset functions\n"
18160        "IP information\n"
18161        "BGP information\n"
18162        "Clear peers with the AS number\n"
18163        "Address family\n"
18164        "Address Family modifier\n"
18165        "Soft reconfig\n"
18166        "Soft reconfig outbound update\n")
18167
18168 DEFSH (0, no_psnp_interval_cmd_vtysh, 
18169        "no isis psnp-interval", 
18170        "Negate a command or set its defaults\n"
18171        "IS-IS commands\n"
18172        "Set PSNP interval in seconds\n")
18173
18174 DEFSH (0, debug_ospf_lsa_sub_cmd_vtysh, 
18175        "debug ospf lsa (generate|flooding|install|refresh)", 
18176        "Debugging functions (see also 'undebug')\n"
18177        "OSPF information\n"
18178        "OSPF Link State Advertisement\n"
18179        "LSA Generation\n"
18180        "LSA Flooding\n"
18181        "LSA Install/Delete\n"
18182        "LSA Refresh\n")
18183
18184 DEFSH (0, interface_ip_igmp_query_max_response_time_cmd_vtysh, 
18185        "ip igmp query-max-response-time" " <1-25>", 
18186        "IP information\n"
18187        "Enable IGMP operation\n"
18188        "IGMP max query response value (seconds)\n"
18189        "Query response value in seconds\n")
18190
18191 DEFSH (0, show_bgp_ipv6_safi_community2_cmd_vtysh, 
18192        "show bgp ipv6 (encap|multicast|unicast|vpn) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
18193        "Show running system information\n"
18194        "BGP information\n"
18195        "Address family\n"
18196        "Address family modifier\n"
18197        "Address family modifier\n"
18198        "Address family modifier\n"
18199        "Address family modifier\n"
18200        "Display routes matching the communities\n"
18201        "community number\n"
18202        "Do not send outside local AS (well-known community)\n"
18203        "Do not advertise to any peer (well-known community)\n"
18204        "Do not export to next AS (well-known community)\n"
18205        "community number\n"
18206        "Do not send outside local AS (well-known community)\n"
18207        "Do not advertise to any peer (well-known community)\n"
18208        "Do not export to next AS (well-known community)\n")
18209
18210 DEFSH (0, ripng_redistribute_ripng_cmd_vtysh, 
18211        "redistribute ripng", 
18212        "Redistribute information from another routing protocol\n"
18213        "RIPng route\n")
18214
18215 DEFSH (0, no_ospf_retransmit_interval_cmd_vtysh, 
18216        "no ospf retransmit-interval", 
18217        "Negate a command or set its defaults\n"
18218        "OSPF interface commands\n"
18219        "Time between retransmitting lost link state advertisements\n")
18220
18221 DEFSH (0, show_ipv6_ospf6_area_spf_tree_cmd_vtysh, 
18222        "show ipv6 ospf6 area A.B.C.D spf tree", 
18223        "Show running system information\n"
18224        "IPv6 Information\n"
18225        "Open Shortest Path First (OSPF) for IPv6\n"
18226        "Area information\n"
18227        "Area ID (as an IPv4 notation)\n"
18228        "Shortest Path First calculation\n"
18229        "Show SPF tree\n")
18230
18231 DEFSH (0, show_ip_nhrp_cmd_vtysh, 
18232  "show " "(ip|ipv6)" " nhrp (cache|nhs|shortcut|opennhrp|)", 
18233  "Show running system information\n"
18234  "IP information\n" "IPv6 information\n"
18235  "NHRP information\n"
18236  "Forwarding cache information\n"
18237  "Next hop server information\n"
18238  "Shortcut information\n"
18239  "opennhrpctl style cache dump\n")
18240
18241 DEFSH (0, show_ip_bgp_vpnv4_all_route_cmd_vtysh, 
18242        "show ip bgp vpnv4 all A.B.C.D", 
18243        "Show running system information\n"
18244        "IP information\n"
18245        "BGP information\n"
18246        "Display VPNv4 NLRI specific information\n"
18247        "Display information about all VPNv4 NLRIs\n"
18248        "Network in the BGP routing table to display\n")
18249
18250 DEFSH (0|0|0|0, show_ip_prefix_list_prefix_longer_cmd_vtysh, 
18251        "show ip prefix-list WORD A.B.C.D/M longer", 
18252        "Show running system information\n"
18253        "IP information\n"
18254        "Build a prefix list\n"
18255        "Name of a prefix list\n"
18256        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18257        "Lookup longer prefix\n")
18258
18259 DEFSH (0, show_bgp_ipv4_vpn_summary_cmd_vtysh, 
18260        "show bgp ipv4 vpn summary", 
18261        "Show running system information\n"
18262        "BGP information\n"
18263        "IPv4\n"
18264        "Display VPN NLRI specific information\n"
18265        "Summary of BGP neighbor status\n")
18266
18267 DEFSH (0, clear_ip_bgp_instance_all_soft_cmd_vtysh, 
18268        "clear ip bgp view WORD * soft", 
18269        "Reset functions\n"
18270        "IP information\n"
18271        "BGP information\n"
18272        "BGP view\n"
18273        "view name\n"
18274        "Clear all peers\n"
18275        "Soft reconfig inbound and outbound updates\n")
18276
18277 DEFSH (0, ip_mroute_dist_vrf_cmd_vtysh, 
18278        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255> " "vrf <0-65535>", 
18279        "IP information\n"
18280        "Configure static unicast route into MRIB for multicast RPF lookup\n"
18281        "IP destination prefix (e.g. 10.0.0.0/8)\n"
18282        "Nexthop address\n"
18283        "Nexthop interface name\n"
18284        "Distance\n"
18285        "Specify the VRF\nThe VRF ID\n")
18286
18287 DEFSH (0|0|0|0, ip_prefix_list_ge_le_cmd_vtysh, 
18288        "ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
18289        "IP information\n"
18290        "Build a prefix list\n"
18291        "Name of a prefix list\n"
18292        "Specify packets to reject\n"
18293        "Specify packets to forward\n"
18294        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18295        "Minimum prefix length to be matched\n"
18296        "Minimum prefix length\n"
18297        "Maximum prefix length to be matched\n"
18298        "Maximum prefix length\n")
18299
18300 DEFSH (0, clear_bgp_ipv6_peer_group_in_prefix_filter_cmd_vtysh, 
18301        "clear bgp ipv6 peer-group WORD in prefix-filter", 
18302        "Reset functions\n"
18303        "BGP information\n"
18304        "Address family\n"
18305        "Clear all members of peer-group\n"
18306        "BGP peer-group name\n"
18307        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
18308        "Push out prefix-list ORF and do inbound soft reconfig\n")
18309
18310 DEFSH (0, rip_distance_source_cmd_vtysh, 
18311        "distance <1-255> A.B.C.D/M", 
18312        "Administrative distance\n"
18313        "Distance value\n"
18314        "IP source prefix\n")
18315
18316 DEFSH (0, no_ip_ospf_area_cmd_vtysh, 
18317        "no ip ospf area [A.B.C.D]", 
18318        "Negate a command or set its defaults\n"
18319        "IP Information\n"
18320        "OSPF interface commands\n"
18321        "Disable OSPF on this interface\n"
18322        "Address of interface\n")
18323
18324 DEFSH (0, no_match_peer_val_cmd_vtysh, 
18325        "no match peer (A.B.C.D|X:X::X:X)", 
18326        "Negate a command or set its defaults\n"
18327        "Match values from routing table\n"
18328        "Match peer address\n"
18329        "IP address of peer\n"
18330        "IPv6 address of peer\n")
18331
18332 DEFSH (0, no_ipv6_nd_homeagent_config_flag_cmd_vtysh, 
18333        "no ipv6 nd home-agent-config-flag", 
18334        "Negate a command or set its defaults\n"
18335        "Interface IPv6 config commands\n"
18336        "Neighbor discovery\n"
18337        "Home Agent configuration flag\n")
18338
18339 DEFSH (0, no_ipv6_route_flags_cmd_vtysh, 
18340        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole)", 
18341        "Negate a command or set its defaults\n"
18342        "IP information\n"
18343        "Establish static routes\n"
18344        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
18345        "IPv6 gateway address\n"
18346        "IPv6 gateway interface name\n"
18347        "Emit an ICMP unreachable when matched\n"
18348        "Silently discard pkts when matched\n")
18349
18350 DEFSH (0, no_ip_route_mask_flags_cmd_vtysh, 
18351        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole)", 
18352        "Negate a command or set its defaults\n"
18353        "IP information\n"
18354        "Establish static routes\n"
18355        "IP destination prefix\n"
18356        "IP destination prefix mask\n"
18357        "IP gateway address\n"
18358        "IP gateway interface name\n"
18359        "Emit an ICMP unreachable when matched\n"
18360        "Silently discard pkts when matched\n")
18361
18362 DEFSH (0, debug_ospf6_neighbor_detail_cmd_vtysh, 
18363        "debug ospf6 neighbor (state|event)", 
18364        "Debugging functions (see also 'undebug')\n"
18365        "Open Shortest Path First (OSPF) for IPv6\n"
18366        "Debug OSPFv3 Neighbor\n"
18367        "Debug OSPFv3 Neighbor State Change\n"
18368        "Debug OSPFv3 Neighbor Event\n"
18369       )
18370
18371 DEFSH (0, no_ospf_refresh_timer_cmd_vtysh, 
18372        "no refresh timer", 
18373        "Adjust refresh parameters\n"
18374        "Unset refresh timer\n")
18375
18376 DEFSH (0, no_neighbor_attr_unchanged_cmd_vtysh, 
18377        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged", 
18378        "Negate a command or set its defaults\n"
18379        "Specify neighbor router\n"
18380        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18381        "BGP attribute is propagated unchanged to this neighbor\n")
18382
18383 DEFSH (0, show_bgp_instance_ipv6_summary_cmd_vtysh, 
18384        "show bgp view WORD ipv6 summary", 
18385        "Show running system information\n"
18386        "BGP information\n"
18387        "IPv6 information\n"
18388        "Address Family modifier\n"
18389        "Address Family modifier\n"
18390        "BGP view\n"
18391        "View name\n"
18392        "Summary of BGP neighbor status\n")
18393
18394 DEFSH (0, show_ip_bgp_prefix_longer_cmd_vtysh, 
18395        "show ip bgp A.B.C.D/M longer-prefixes", 
18396        "Show running system information\n"
18397        "IP information\n"
18398        "BGP information\n"
18399        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18400        "Display route and more specific routes\n")
18401
18402 DEFSH (0, show_bgp_ipv6_prefix_pathtype_cmd_vtysh, 
18403        "show bgp ipv6 X:X::X:X/M (bestpath|multipath)", 
18404        "Show running system information\n"
18405        "BGP information\n"
18406        "Address family\n"
18407        "IPv6 prefix <network>/<length>\n"
18408        "Display only the bestpath\n"
18409        "Display only multipaths\n")
18410
18411 DEFSH (0, no_neighbor_enforce_multihop_cmd_vtysh, 
18412        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "enforce-multihop", 
18413        "Negate a command or set its defaults\n"
18414        "Specify neighbor router\n"
18415        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18416        "Enforce EBGP neighbors perform multihop\n")
18417
18418 DEFSH (0|0|0|0, no_ip_prefix_list_seq_cmd_vtysh, 
18419        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) (A.B.C.D/M|any)", 
18420        "Negate a command or set its defaults\n"
18421        "IP information\n"
18422        "Build a prefix list\n"
18423        "Name of a prefix list\n"
18424        "sequence number of an entry\n"
18425        "Sequence number\n"
18426        "Specify packets to reject\n"
18427        "Specify packets to forward\n"
18428        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18429        "Any prefix match.  Same as \"0.0.0.0/0 le 32\"\n")
18430
18431 DEFSH (0, no_set_community_none_cmd_vtysh, 
18432        "no set community none", 
18433        "Negate a command or set its defaults\n"
18434        "Set values in destination routing protocol\n"
18435        "BGP community attribute\n"
18436        "No community attribute\n")
18437
18438 DEFSH (0, clear_ip_bgp_as_encap_in_cmd_vtysh, 
18439        "clear ip bgp " "<1-4294967295>" " encap unicast in", 
18440        "Reset functions\n"
18441        "IP information\n"
18442        "BGP information\n"
18443        "Clear peers with the AS number\n"
18444        "Address family\n"
18445        "Address Family modifier\n"
18446        "Soft reconfig inbound update\n")
18447
18448 DEFSH (0, ip_as_path_cmd_vtysh, 
18449        "ip as-path access-list WORD (deny|permit) .LINE", 
18450        "IP information\n"
18451        "BGP autonomous system path filter\n"
18452        "Specify an access list name\n"
18453        "Regular expression access list name\n"
18454        "Specify packets to reject\n"
18455        "Specify packets to forward\n"
18456        "A regular-expression to match the BGP AS paths\n")
18457
18458 DEFSH (0, ip_irdp_debug_packet_cmd_vtysh, 
18459        "ip irdp debug packet", 
18460        "IP information\n"
18461        "ICMP Router discovery debug Averts. and Solicits (short)\n")
18462
18463 DEFSH (0, accept_lifetime_month_day_day_month_cmd_vtysh, 
18464        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
18465        "Set accept lifetime of the key\n"
18466        "Time to start\n"
18467        "Month of the year to start\n"
18468        "Day of th month to start\n"
18469        "Year to start\n"
18470        "Time to expire\n"
18471        "Day of th month to expire\n"
18472        "Month of the year to expire\n"
18473        "Year to expire\n")
18474
18475 DEFSH (0, ripng_redistribute_type_cmd_vtysh, 
18476        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)", 
18477        "Redistribute\n"
18478        "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")
18479
18480 DEFSH (0, no_ipv6_nd_reachable_time_cmd_vtysh, 
18481        "no ipv6 nd reachable-time", 
18482        "Negate a command or set its defaults\n"
18483        "Interface IPv6 config commands\n"
18484        "Neighbor discovery\n"
18485        "Reachable time\n")
18486
18487 DEFSH (0|0|0|0, no_match_ip_next_hop_cmd_vtysh, 
18488        "no match ip next-hop", 
18489        "Negate a command or set its defaults\n"
18490        "Match values from routing table\n"
18491        "IP information\n"
18492        "Match next-hop address of route\n")
18493
18494 DEFSH (0, show_ip_bgp_nexthop_detail_cmd_vtysh, 
18495        "show ip bgp nexthop detail", 
18496        "Show running system information\n"
18497        "IP information\n"
18498        "BGP information\n"
18499        "BGP nexthop table\n")
18500
18501 DEFSH (0, no_exec_timeout_cmd_vtysh, 
18502        "no exec-timeout", 
18503        "Negate a command or set its defaults\n"
18504        "Set the EXEC timeout\n")
18505
18506 DEFSH (0, no_isis_metric_arg_cmd_vtysh, 
18507        "no isis metric <0-16777215>", 
18508        "Negate a command or set its defaults\n"
18509        "IS-IS commands\n"
18510        "Set default metric for circuit\n"
18511        "Default metric value\n")
18512
18513 DEFSH (0, no_ip_ospf_priority_addr_cmd_vtysh, 
18514        "no ip ospf priority A.B.C.D", 
18515        "Negate a command or set its defaults\n"
18516        "IP Information\n"
18517        "OSPF interface commands\n"
18518        "Router priority\n"
18519        "Address of interface")
18520
18521 DEFSH (0, show_debugging_bgp_cmd_vtysh, 
18522        "show debugging bgp", 
18523        "Show running system information\n"
18524        "Debugging functions (see also 'undebug')\n"
18525        "BGP information\n")
18526
18527 DEFSH (0, show_bgp_ipv6_safi_rd_prefix_cmd_vtysh, 
18528        "show bgp ipv6 (encap|vpn) rd ASN:nn_or_IP-address:nn X:X::X:X/M", 
18529        "Show running system information\n"
18530        "BGP information\n"
18531        "Address Family\n"
18532        "Address Family Modifier\n"
18533        "Address Family Modifier\n"
18534        "Display information for a route distinguisher\n"
18535        "ENCAP Route Distinguisher\n"
18536        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
18537
18538 DEFSH (0, show_debugging_ospf_cmd_vtysh, 
18539        "show debugging ospf", 
18540        "Show running system information\n"
18541        "Debugging functions (see also 'undebug')\n"
18542        "OSPF information\n")
18543
18544 DEFSH (0, set_aspath_prepend_cmd_vtysh, 
18545        "set as-path prepend ." "<1-4294967295>", 
18546        "Set values in destination routing protocol\n"
18547        "Transform BGP AS_PATH attribute\n"
18548        "Prepend to the as-path\n"
18549        "AS number\n")
18550
18551 DEFSH (0, no_ip_community_list_name_expanded_all_cmd_vtysh, 
18552        "no ip community-list expanded WORD", 
18553        "Negate a command or set its defaults\n"
18554        "IP information\n"
18555        "Add a community list entry\n"
18556        "Add an expanded community-list entry\n"
18557        "Community list name\n")
18558
18559 DEFSH (0, ip_mroute_cmd_vtysh, 
18560        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE)", 
18561        "IP information\n"
18562        "Configure static unicast route into MRIB for multicast RPF lookup\n"
18563        "IP destination prefix (e.g. 10.0.0.0/8)\n"
18564        "Nexthop address\n"
18565        "Nexthop interface name\n")
18566
18567 DEFSH (0, no_ipv6_nd_ra_lifetime_cmd_vtysh, 
18568        "no ipv6 nd ra-lifetime", 
18569        "Negate a command or set its defaults\n"
18570        "Interface IPv6 config commands\n"
18571        "Neighbor discovery\n"
18572        "Router lifetime\n")
18573
18574 DEFSH (0, show_bgp_instance_summary_cmd_vtysh, 
18575        "show bgp view WORD summary", 
18576        "Show running system information\n"
18577        "BGP information\n"
18578        "BGP view\n"
18579        "View name\n"
18580        "Summary of BGP neighbor status\n")
18581
18582 DEFSH (0, no_ospf_hello_interval_cmd_vtysh, 
18583        "no ospf hello-interval", 
18584        "Negate a command or set its defaults\n"
18585        "OSPF interface commands\n"
18586        "Time between HELLO packets\n")
18587
18588 DEFSH (0, vpnv4_network_route_map_cmd_vtysh, 
18589        "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD route-map WORD", 
18590        "Specify a network to announce via BGP\n"
18591        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18592        "Specify Route Distinguisher\n"
18593        "VPN Route Distinguisher\n"
18594        "BGP tag\n"
18595        "tag value\n"
18596        "route map\n"
18597        "route map name\n")
18598
18599 DEFSH (0|0|0|0|0|0, no_rmap_continue_cmd_vtysh, 
18600        "no continue", 
18601        "Negate a command or set its defaults\n"
18602        "Continue on a different entry within the route-map\n")
18603
18604 DEFSH (0, no_ip_ospf_hello_interval_cmd_vtysh, 
18605        "no ip ospf hello-interval", 
18606        "Negate a command or set its defaults\n"
18607        "IP Information\n"
18608        "OSPF interface commands\n"
18609        "Time between HELLO packets\n")
18610
18611 DEFSH (0, show_bgp_community_exact_cmd_vtysh, 
18612        "show bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
18613        "Show running system information\n"
18614        "BGP information\n"
18615        "Display routes matching the communities\n"
18616        "community number\n"
18617        "Do not send outside local AS (well-known community)\n"
18618        "Do not advertise to any peer (well-known community)\n"
18619        "Do not export to next AS (well-known community)\n"
18620        "Exact match of the communities")
18621
18622 DEFSH (0, no_isis_priority_cmd_vtysh, 
18623        "no isis priority", 
18624        "Negate a command or set its defaults\n"
18625        "IS-IS commands\n"
18626        "Set priority for Designated Router election\n")
18627
18628 DEFSH (0, show_ip_bgp_instance_ipv4_summary_cmd_vtysh, 
18629        "show ip bgp view WORD ipv4 (unicast|multicast) summary", 
18630        "Show running system information\n"
18631        "IP information\n"
18632        "BGP information\n"
18633        "BGP view\n"
18634        "View name\n"
18635        "Address family\n"
18636        "Address Family modifier\n"
18637        "Address Family modifier\n"
18638        "Summary of BGP neighbor status\n")
18639
18640 DEFSH (0, show_bgp_view_rsclient_prefix_cmd_vtysh, 
18641        "show bgp view WORD rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
18642        "Show running system information\n"
18643        "BGP information\n"
18644        "BGP view\n"
18645        "View name\n"
18646        "Information about Route Server Client\n"
18647        "Neighbor address\nIPv6 address\n"
18648        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
18649
18650 DEFSH (0, no_ospf_area_vlink_param3_cmd_vtysh, 
18651        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
18652        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
18653        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
18654        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
18655        "Negate a command or set its defaults\n"
18656        "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"
18657        "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"
18658        "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"
18659        "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")
18660
18661 DEFSH (0, clear_ip_bgp_peer_ipv4_soft_out_cmd_vtysh, 
18662        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft out", 
18663        "Reset functions\n"
18664        "IP information\n"
18665        "BGP information\n"
18666        "BGP neighbor address to clear\n"
18667        "Address family\n"
18668        "Address Family modifier\n"
18669        "Address Family modifier\n"
18670        "Soft reconfig inbound and outbound updates\n"
18671        "Resend all outbound updates\n")
18672
18673 DEFSH (0, no_neighbor_local_as_val2_cmd_vtysh, 
18674        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as " "<1-4294967295>" " no-prepend", 
18675        "Negate a command or set its defaults\n"
18676        "Specify neighbor router\n"
18677        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18678        "Specify a local-as number\n"
18679        "AS number used as local AS\n"
18680        "Do not prepend local-as to updates from ebgp peers\n")
18681
18682 DEFSH (0, aggregate_address_as_set_cmd_vtysh, 
18683        "aggregate-address A.B.C.D/M as-set", 
18684        "Configure BGP aggregate entries\n"
18685        "Aggregate prefix\n"
18686        "Generate AS set path information\n")
18687
18688 DEFSH (0, no_ip_route_mask_flags2_vrf_cmd_vtysh, 
18689        "no ip route A.B.C.D A.B.C.D (reject|blackhole) " "vrf <0-65535>", 
18690        "Negate a command or set its defaults\n"
18691        "IP information\n"
18692        "Establish static routes\n"
18693        "IP destination prefix\n"
18694        "IP destination prefix mask\n"
18695        "Emit an ICMP unreachable when matched\n"
18696        "Silently discard pkts when matched\n"
18697        "Specify the VRF\nThe VRF ID\n")
18698
18699 DEFSH (0, show_ipv6_bgp_lcommunity_cmd_vtysh, 
18700        "show ipv6 bgp large-community (AA:BB:CC)", 
18701        "Show running system information\n"
18702        "IPv6 information\n"
18703        "BGP information\n"
18704        "Display routes matching the large-communities\n"
18705        "large-community number\n")
18706
18707 DEFSH (0, show_ip_bgp_neighbor_received_routes_cmd_vtysh, 
18708        "show ip bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
18709        "Show running system information\n"
18710        "IP information\n"
18711        "BGP information\n"
18712        "Detailed information on TCP and BGP neighbor connections\n"
18713        "Neighbor to display information about\n"
18714        "Neighbor to display information about\n"
18715        "Display the received routes from neighbor\n")
18716
18717 DEFSH (0, show_ipv6_ospf6_database_self_originated_detail_cmd_vtysh, 
18718        "show ipv6 ospf6 database self-originated "
18719        "(detail|dump|internal)", 
18720        "Show running system information\n"
18721        "IPv6 information\n"
18722        "Open Shortest Path First (OSPF) for IPv6\n"
18723        "Display Self-originated LSAs\n"
18724        "Display details of LSAs\n"
18725        "Dump LSAs\n"
18726        "Display LSA's internal information\n"
18727       )
18728
18729 DEFSH (0, no_neighbor_weight_val_cmd_vtysh, 
18730        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "weight <0-65535>", 
18731        "Negate a command or set its defaults\n"
18732        "Specify neighbor router\n"
18733        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18734        "Set default weight for routes from this neighbor\n"
18735        "default weight\n")
18736
18737 DEFSH (0, no_ospf_area_vlink_authtype_cmd_vtysh, 
18738        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
18739        "(authentication|)", 
18740        "Negate a command or set its defaults\n"
18741        "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"
18742        "Enable authentication on this virtual link\n" "dummy string \n")
18743
18744 DEFSH (0, ospf_priority_cmd_vtysh, 
18745        "ospf priority <0-255>", 
18746        "OSPF interface commands\n"
18747        "Router priority\n"
18748        "Priority\n")
18749
18750 DEFSH (0, no_ip_rip_receive_version_cmd_vtysh, 
18751        "no ip rip receive version", 
18752        "Negate a command or set its defaults\n"
18753        "IP information\n"
18754        "Routing Information Protocol\n"
18755        "Advertisement reception\n"
18756        "Version control\n")
18757
18758 DEFSH (0, no_bgp_network_mask_natural_cmd_vtysh, 
18759        "no network A.B.C.D", 
18760        "Negate a command or set its defaults\n"
18761        "Specify a network to announce via BGP\n"
18762        "Network number\n")
18763
18764 DEFSH (0, show_bgp_ipv4_safi_prefix_cmd_vtysh, 
18765        "show bgp ipv4 (unicast|multicast) A.B.C.D/M", 
18766        "Show running system information\n"
18767        "BGP information\n"
18768        "Address family\n"
18769        "Address Family modifier\n"
18770        "Address Family modifier\n"
18771        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
18772
18773 DEFSH (0, ip_ospf_mtu_ignore_cmd_vtysh, 
18774       "ip ospf mtu-ignore", 
18775       "IP Information\n"
18776       "OSPF interface commands\n"
18777       "Disable mtu mismatch detection\n")
18778
18779 DEFSH (0, interface_ip_mroute_cmd_vtysh, 
18780        "ip mroute INTERFACE A.B.C.D", 
18781        "IP information\n"
18782        "Add multicast route\n"
18783        "Outgoing interface name\n"
18784        "Group address\n")
18785
18786 DEFSH (0, debug_bgp_keepalive_cmd_vtysh, 
18787        "debug bgp keepalives", 
18788        "Debugging functions (see also 'undebug')\n"
18789        "BGP information\n"
18790        "BGP keepalives\n")
18791
18792 DEFSH (0, no_ospf_network_cmd_vtysh, 
18793        "no ospf network", 
18794        "Negate a command or set its defaults\n"
18795        "OSPF interface commands\n"
18796        "Network type\n")
18797
18798 DEFSH (0, show_bgp_ipv6_safi_damp_flap_prefix_list_cmd_vtysh, 
18799        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics prefix-list WORD", 
18800        "Show running system information\n"
18801        "BGP information\n"
18802        "IPv6 information\n"
18803        "Address Family Modifier\n"
18804        "Address Family Modifier\n"
18805        "Address Family Modifier\n"
18806        "Address Family Modifier\n"
18807        "Display detailed information about dampening\n"
18808        "Display flap statistics of routes\n"
18809        "Display routes conforming to the prefix-list\n"
18810        "IP prefix-list name\n")
18811
18812 DEFSH (0|0|0|0, no_match_ip_next_hop_val_cmd_vtysh, 
18813        "no match ip next-hop (<1-199>|<1300-2699>|WORD)", 
18814        "Negate a command or set its defaults\n"
18815        "Match values from routing table\n"
18816        "IP information\n"
18817        "Match next-hop address of route\n"
18818        "IP access-list number\n"
18819        "IP access-list number (expanded range)\n"
18820        "IP Access-list name\n")
18821
18822 DEFSH (0, no_debug_rip_events_cmd_vtysh, 
18823        "no debug rip events", 
18824        "Negate a command or set its defaults\n"
18825        "Debugging functions (see also 'undebug')\n"
18826        "RIP information\n"
18827        "RIP events\n")
18828
18829 DEFSH (0, clear_bgp_ipv6_all_cmd_vtysh, 
18830        "clear bgp ipv6 *", 
18831        "Reset functions\n"
18832        "BGP information\n"
18833        "Address family\n"
18834        "Clear all peers\n")
18835
18836 DEFSH (0, show_ipv6_ripng_cmd_vtysh, 
18837        "show ipv6 ripng", 
18838        "Show running system information\n"
18839        "IPv6 information\n"
18840        "Show RIPng routes\n")
18841
18842 DEFSH (0, no_ip_ospf_cost_u32_inet4_cmd_vtysh, 
18843        "no ip ospf cost <1-65535> A.B.C.D", 
18844        "Negate a command or set its defaults\n"
18845        "IP Information\n"
18846        "OSPF interface commands\n"
18847        "Interface cost\n"
18848        "Cost\n"
18849        "Address of interface")
18850
18851 DEFSH (0, set_aspath_prepend_lastas_cmd_vtysh, 
18852        "set as-path prepend (last-as) <1-10>", 
18853        "Set values in destination routing protocol\n"
18854        "Transform BGP AS_PATH attribute\n"
18855        "Prepend to the as-path\n"
18856        "Use the peer's AS-number\n"
18857        "Number of times to insert")
18858
18859 DEFSH (0, show_bgp_ipv6_route_map_cmd_vtysh, 
18860        "show bgp ipv6 route-map WORD", 
18861        "Show running system information\n"
18862        "BGP information\n"
18863        "Address family\n"
18864        "Display routes matching the route-map\n"
18865        "A route-map to match on\n")
18866
18867 DEFSH (0, show_ipv6_ospf6_simulate_spf_tree_root_cmd_vtysh, 
18868        "show ipv6 ospf6 simulate spf-tree A.B.C.D area A.B.C.D", 
18869        "Show running system information\n"
18870        "IPv6 Information\n"
18871        "Open Shortest Path First (OSPF) for IPv6\n"
18872        "Shortest Path First calculation\n"
18873        "Show SPF tree\n"
18874        "Specify root's router-id to calculate another router's SPF tree\n")
18875
18876 DEFSH (0, no_ip_lcommunity_list_standard_all_cmd_vtysh, 
18877        "no ip large-community-list <1-99>", 
18878        "Negate a command or set its defaults\n"
18879        "IP information\n"
18880        "Add a large community list entry\n"
18881        "Large Community list number (standard)\n")
18882
18883 DEFSH (0|0|0|0|0|0, no_rmap_call_cmd_vtysh, 
18884        "no call", 
18885        "Negate a command or set its defaults\n"
18886        "Jump to another Route-Map after match+set\n")
18887
18888 DEFSH (0, no_neighbor_prefix_list_cmd_vtysh, 
18889        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "prefix-list WORD (in|out)", 
18890        "Negate a command or set its defaults\n"
18891        "Specify neighbor router\n"
18892        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18893        "Filter updates to/from this neighbor\n"
18894        "Name of a prefix list\n"
18895        "Filter incoming updates\n"
18896        "Filter outgoing updates\n")
18897
18898 DEFSH (0, show_bgp_ipv4_vpn_rd_route_cmd_vtysh, 
18899        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn A.B.C.D", 
18900        "Show running system information\n"
18901        "BGP information\n"
18902        "IP information\n"
18903        "Display VPN NLRI specific information\n"
18904        "Display information for a route distinguisher\n"
18905        "VPN Route Distinguisher\n"
18906        "Network in the BGP routing table to display\n")
18907
18908 DEFSH (0, no_psnp_interval_l1_arg_cmd_vtysh, 
18909        "no isis psnp-interval <1-120> level-1", 
18910        "Negate a command or set its defaults\n"
18911        "IS-IS commands\n"
18912        "Set PSNP interval in seconds\n"
18913        "PSNP interval value\n"
18914        "Specify interval for level-1 PSNPs\n")
18915
18916 DEFSH (0, show_bgp_ipv4_safi_dampened_paths_cmd_vtysh, 
18917        "show bgp ipv4 (encap|multicast|unicast|vpn) dampened-paths", 
18918        "Show running system information\n"
18919        "BGP information\n"
18920        "IP information\n"
18921        "Address Family modifier\n"
18922        "Address Family modifier\n"
18923        "Address Family modifier\n"
18924        "Address Family modifier\n"
18925        "Display paths suppressed due to dampening\n")
18926
18927 DEFSH (0, rip_redistribute_type_metric_routemap_cmd_vtysh, 
18928        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)" " metric <0-16> route-map WORD", 
18929        "Redistribute information from another routing protocol\n"
18930        "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"
18931        "Metric\n"
18932        "Metric value\n"
18933        "Route map reference\n"
18934        "Pointer to route-map entries\n")
18935
18936 DEFSH (0|0|0|0, ipv6_prefix_list_cmd_vtysh, 
18937        "ipv6 prefix-list WORD (deny|permit) (X:X::X:X/M|any)", 
18938        "IPv6 information\n"
18939        "Build a prefix list\n"
18940        "Name of a prefix list\n"
18941        "Specify packets to reject\n"
18942        "Specify packets to forward\n"
18943        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
18944        "Any prefix match.  Same as \"::0/0 le 128\"\n")
18945
18946 DEFSH (0, no_encap_network_cmd_vtysh, 
18947        "no network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
18948        "Negate a command or set its defaults\n"
18949        "Specify a network to announce via BGP\n"
18950        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
18951        "Specify Route Distinguisher\n"
18952        "ENCAP Route Distinguisher\n"
18953        "BGP tag\n"
18954        "tag value\n")
18955
18956 DEFSH (0, ripng_aggregate_address_cmd_vtysh, 
18957        "aggregate-address X:X::X:X/M", 
18958        "Set aggregate RIPng route announcement\n"
18959        "Aggregate network\n")
18960
18961 DEFSH (0, show_ip_bgp_vpnv4_all_prefix_cmd_vtysh, 
18962        "show ip bgp vpnv4 all A.B.C.D/M", 
18963        "Show running system information\n"
18964        "IP information\n"
18965        "BGP information\n"
18966        "Display VPNv4 NLRI specific information\n"
18967        "Display information about all VPNv4 NLRIs\n"
18968        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
18969
18970 DEFSH (0, neighbor_attr_unchanged_cmd_vtysh, 
18971        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged", 
18972        "Specify neighbor router\n"
18973        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
18974        "BGP attribute is propagated unchanged to this neighbor\n")
18975
18976 DEFSH (0, no_ipv6_bgp_network_cmd_vtysh, 
18977        "no network X:X::X:X/M", 
18978        "Negate a command or set its defaults\n"
18979        "Specify a network to announce via BGP\n"
18980        "IPv6 prefix <network>/<length>\n")
18981
18982 DEFSH (0, show_ipv6_ospf6_database_id_detail_cmd_vtysh, 
18983        "show ipv6 ospf6 database * A.B.C.D "
18984        "(detail|dump|internal)", 
18985        "Show running system information\n"
18986        "IPv6 information\n"
18987        "Open Shortest Path First (OSPF) for IPv6\n"
18988        "Display Link state database\n"
18989        "Any Link state Type\n"
18990        "Specify Link state ID as IPv4 address notation\n"
18991        "Display details of LSAs\n"
18992        "Dump LSAs\n"
18993        "Display LSA's internal information\n"
18994       )
18995
18996 DEFSH (0, no_rip_neighbor_cmd_vtysh, 
18997        "no neighbor A.B.C.D", 
18998        "Negate a command or set its defaults\n"
18999        "Specify a neighbor router\n"
19000        "Neighbor address\n")
19001
19002 DEFSH (0, ip_address_cmd_vtysh, 
19003        "ip address A.B.C.D/M", 
19004        "Interface Internet Protocol config commands\n"
19005        "Set the IP address of an interface\n"
19006        "IP address (e.g. 10.0.0.1/8)\n")
19007
19008 DEFSH (0, access_list_extended_mask_any_cmd_vtysh, 
19009        "access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D any", 
19010        "Add an access list entry\n"
19011        "IP extended access list\n"
19012        "IP extended access list (expanded range)\n"
19013        "Specify packets to reject\n"
19014        "Specify packets to forward\n"
19015        "Any Internet Protocol\n"
19016        "Source address\n"
19017        "Source wildcard bits\n"
19018        "Any destination host\n")
19019
19020 DEFSH (0, bgp_damp_set3_cmd_vtysh, 
19021        "bgp dampening", 
19022        "BGP Specific commands\n"
19023        "Enable route-flap dampening\n")
19024
19025 DEFSH (0, clear_bgp_ipv6_peer_in_cmd_vtysh, 
19026        "clear bgp ipv6 (A.B.C.D|X:X::X:X) in", 
19027        "Reset functions\n"
19028        "BGP information\n"
19029        "Address family\n"
19030        "BGP neighbor address to clear\n"
19031        "BGP IPv6 neighbor to clear\n"
19032        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
19033
19034 DEFSH (0, send_lifetime_day_month_month_day_cmd_vtysh, 
19035        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
19036        "Set send lifetime of the key\n"
19037        "Time to start\n"
19038        "Day of th month to start\n"
19039        "Month of the year to start\n"
19040        "Year to start\n"
19041        "Time to expire\n"
19042        "Month of the year to expire\n"
19043        "Day of th month to expire\n"
19044        "Year to expire\n")
19045
19046 DEFSH (0, ospf6_redistribute_cmd_vtysh, 
19047        "redistribute " "(kernel|connected|static|ripng|isis|bgp|babel|nhrp)", 
19048        "Redistribute\n"
19049        "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"
19050       )
19051
19052 DEFSH (0, show_ip_bgp_ipv4_prefix_pathtype_cmd_vtysh, 
19053        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M (bestpath|multipath)", 
19054        "Show running system information\n"
19055        "IP information\n"
19056        "BGP information\n"
19057        "Address family\n"
19058        "Address Family modifier\n"
19059        "Address Family modifier\n"
19060        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
19061        "Display only the bestpath\n"
19062        "Display only multipaths\n")
19063
19064 DEFSH (0, no_bgp_bestpath_compare_router_id_cmd_vtysh, 
19065        "no bgp bestpath compare-routerid", 
19066        "Negate a command or set its defaults\n"
19067        "BGP specific commands\n"
19068        "Change the default bestpath selection\n"
19069        "Compare router-id for identical EBGP paths\n")
19070
19071 DEFSH (0, no_debug_bgp_update_cmd_vtysh, 
19072        "no debug bgp updates", 
19073        "Negate a command or set its defaults\n"
19074        "Debugging functions (see also 'undebug')\n"
19075        "BGP information\n"
19076        "BGP updates\n")
19077
19078 DEFSH (0, link_params_admin_grp_cmd_vtysh, 
19079        "admin-grp BITPATTERN", 
19080        "Administrative group membership\n"
19081        "32-bit Hexadecimal value (e.g. 0xa1)\n")
19082
19083 DEFSH (0, no_bgp_deterministic_med_cmd_vtysh, 
19084        "no bgp deterministic-med", 
19085        "Negate a command or set its defaults\n"
19086        "BGP specific commands\n"
19087        "Pick the best-MED path among paths advertised from the neighboring AS\n")
19088
19089 DEFSH (0, no_max_lsp_lifetime_arg_cmd_vtysh, 
19090        "no max-lsp-lifetime <350-65535>", 
19091        "Negate a command or set its defaults\n"
19092        "Maximum LSP lifetime\n"
19093        "LSP lifetime in seconds\n")
19094
19095 DEFSH (0, no_debug_pim_packets_cmd_vtysh, 
19096        "no debug pim packets", 
19097        "Negate a command or set its defaults\n"
19098        "Debugging functions (see also 'undebug')\n"
19099        "PIM protocol activity\n"
19100        "PIM protocol packets\n"
19101        "PIM Hello protocol packets\n"
19102        "PIM Join/Prune protocol packets\n")
19103
19104 DEFSH (0, show_bgp_view_ipv6_rsclient_cmd_vtysh, 
19105        "show bgp view WORD ipv6 rsclient (A.B.C.D|X:X::X:X)", 
19106        "Show running system information\n"
19107        "BGP information\n"
19108        "BGP view\n"
19109        "BGP view name\n"
19110        "Address Family\n"
19111        "Information about Route Server Client\n"
19112        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
19113
19114 DEFSH (0, show_bgp_ipv4_encap_rd_tags_cmd_vtysh, 
19115        "show bgp ipv4 encap rd ASN:nn_or_IP-address:nn tags", 
19116        "Show running system information\n"
19117        "BGP information\n"
19118        "Address Family\n"
19119        "Display ENCAP NLRI specific information\n"
19120        "Display information for a route distinguisher\n"
19121        "ENCAP Route Distinguisher\n"
19122        "Display BGP tags for prefixes\n")
19123
19124 DEFSH (0, show_bgp_ipv6_lcommunity2_cmd_vtysh, 
19125        "show bgp ipv6 large-community (AA:BB:CC) (AA:BB:CC)", 
19126        "Show running system information\n"
19127        "BGP information\n"
19128        "Address family\n"
19129        "Display routes matching the large-communities\n"
19130        "large-community number\n"
19131        "large-community number\n")
19132
19133 DEFSH (0, ipv6_ospf6_transmitdelay_cmd_vtysh, 
19134        "ipv6 ospf6 transmit-delay <1-3600>", 
19135        "IPv6 Information\n"
19136        "Open Shortest Path First (OSPF) for IPv6\n"
19137        "Transmit delay of this interface\n"
19138        "<1-65535> Seconds\n"
19139        )
19140
19141 DEFSH (0, show_bgp_prefix_longer_cmd_vtysh, 
19142        "show bgp X:X::X:X/M longer-prefixes", 
19143        "Show running system information\n"
19144        "BGP information\n"
19145        "IPv6 prefix <network>/<length>\n"
19146        "Display route and more specific routes\n")
19147
19148 DEFSH (0|0|0|0, no_ipv6_prefix_list_le_ge_cmd_vtysh, 
19149        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
19150        "Negate a command or set its defaults\n"
19151        "IPv6 information\n"
19152        "Build a prefix list\n"
19153        "Name of a prefix list\n"
19154        "Specify packets to reject\n"
19155        "Specify packets to forward\n"
19156        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
19157        "Maximum prefix length to be matched\n"
19158        "Maximum prefix length\n"
19159        "Minimum prefix length to be matched\n"
19160        "Minimum prefix length\n")
19161
19162 DEFSH (0, no_ip_lcommunity_list_standard_cmd_vtysh, 
19163        "no ip large-community-list <1-99> (deny|permit) .AA:.AA:NN", 
19164        "Negate a command or set its defaults\n"
19165        "IP information\n"
19166        "Add a large community list entry\n"
19167        "Large Community list number (standard)\n"
19168        "Specify large community to reject\n"
19169        "Specify large community to accept\n"
19170        "large community in 'aa:bb:cc' format\n")
19171
19172 DEFSH (0|0|0|0|0, no_set_tag_val_cmd_vtysh, 
19173        "no set tag <1-4294967295>", 
19174        "Negate a command or set its defaults\n"
19175        "Set values in destination routing protocol\n"
19176        "Tag value for routing protocol\n"
19177        "Tag value\n")
19178
19179 DEFSH (0, no_set_weight_val_cmd_vtysh, 
19180        "no set weight <0-4294967295>", 
19181        "Negate a command or set its defaults\n"
19182        "Set values in destination routing protocol\n"
19183        "BGP weight for routing table\n"
19184        "Weight value\n")
19185
19186 DEFSH (0, ospf_authentication_key_cmd_vtysh, 
19187        "ospf authentication-key AUTH_KEY", 
19188        "OSPF interface commands\n"
19189        "Authentication password (key)\n"
19190        "The OSPF password (key)")
19191
19192 DEFSH (0, show_ip_bgp_rsclient_route_cmd_vtysh, 
19193        "show ip bgp rsclient (A.B.C.D|X:X::X:X) A.B.C.D", 
19194        "Show running system information\n"
19195        "IP information\n"
19196        "BGP information\n"
19197        "Information about Route Server Client\n"
19198        "Neighbor address\nIPv6 address\n"
19199        "Network in the BGP routing table to display\n")
19200
19201 DEFSH (0, undebug_igmp_events_cmd_vtysh, 
19202        "undebug igmp events", 
19203        "Disable debugging functions (see also 'debug')\n"
19204        "IGMP protocol activity\n"
19205        "IGMP protocol events\n")
19206
19207 DEFSH (0, no_router_info_cmd_vtysh, 
19208        "no router-info", 
19209        "Negate a command or set its defaults\n"
19210        "Disable the Router Information functionality\n")
19211
19212 DEFSH (0, isis_hello_interval_l2_cmd_vtysh, 
19213        "isis hello-interval <1-600> level-2", 
19214        "IS-IS commands\n"
19215        "Set Hello interval\n"
19216        "Hello interval value\n"
19217        "Holdtime 1 second,  interval depends on multiplier\n"
19218        "Specify hello-interval for level-2 IIHs\n")
19219
19220 DEFSH (0, bgp_redistribute_ipv4_rmap_cmd_vtysh, 
19221        "redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)" " route-map WORD", 
19222        "Redistribute information from another routing protocol\n"
19223        "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"
19224        "Route map reference\n"
19225        "Pointer to route-map entries\n")
19226
19227 DEFSH (0, ip_ospf_authentication_key_addr_cmd_vtysh, 
19228        "ip ospf authentication-key AUTH_KEY A.B.C.D", 
19229        "IP Information\n"
19230        "OSPF interface commands\n"
19231        "Authentication password (key)\n"
19232        "The OSPF password (key)\n"
19233        "Address of interface")
19234
19235 DEFSH (0, show_bgp_ipv6_safi_flap_prefix_list_cmd_vtysh, 
19236        "show bgp ipv6 (encap|multicast|unicast|vpn) flap-statistics prefix-list WORD", 
19237        "Show running system information\n"
19238        "BGP information\n"
19239        "IPv6 information\n"
19240        "Address Family Modifier\n"
19241        "Address Family Modifier\n"
19242        "Address Family Modifier\n"
19243        "Address Family Modifier\n"
19244        "Display flap statistics of routes\n"
19245        "Display routes conforming to the prefix-list\n"
19246        "IP prefix-list name\n")
19247
19248 DEFSH (0, no_ospf_area_stub_cmd_vtysh, 
19249        "no area (A.B.C.D|<0-4294967295>) stub", 
19250        "Negate a command or set its defaults\n"
19251        "OSPF area parameters\n"
19252        "OSPF area ID in IP address format\n"
19253        "OSPF area ID as a decimal value\n"
19254        "Configure OSPF area as stub\n")
19255
19256 DEFSH (0, clear_ip_bgp_all_in_prefix_filter_cmd_vtysh, 
19257        "clear ip bgp * in prefix-filter", 
19258        "Reset functions\n"
19259        "IP information\n"
19260        "BGP information\n"
19261        "Clear all peers\n"
19262        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
19263        "Push out prefix-list ORF and do inbound soft reconfig\n")
19264
19265 DEFSH (0, no_isis_priority_l1_arg_cmd_vtysh, 
19266        "no isis priority <0-127> level-1", 
19267        "Negate a command or set its defaults\n"
19268        "IS-IS commands\n"
19269        "Set priority for Designated Router election\n"
19270        "Priority value\n"
19271        "Specify priority for level-1 routing\n")
19272
19273 DEFSH (0, show_bgp_rsclient_route_cmd_vtysh, 
19274        "show bgp rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
19275        "Show running system information\n"
19276        "BGP information\n"
19277        "Information about Route Server Client\n"
19278        "Neighbor address\nIPv6 address\n"
19279        "Network in the BGP routing table to display\n")
19280
19281 DEFSH (0|0|0|0|0, match_interface_cmd_vtysh, 
19282        "match interface WORD", 
19283        "Match values from routing table\n"
19284        "match first hop interface of route\n"
19285        "Interface name\n")
19286
19287 DEFSH (0, clear_bgp_peer_group_soft_out_cmd_vtysh, 
19288        "clear bgp peer-group WORD soft out", 
19289        "Reset functions\n"
19290        "BGP information\n"
19291        "Clear all members of peer-group\n"
19292        "BGP peer-group name\n"
19293        "Soft reconfig inbound and outbound updates\n"
19294        "Resend all outbound updates\n")
19295
19296 DEFSH (0, ospf_area_stub_no_summary_cmd_vtysh, 
19297        "area (A.B.C.D|<0-4294967295>) stub no-summary", 
19298        "OSPF stub parameters\n"
19299        "OSPF area ID in IP address format\n"
19300        "OSPF area ID as a decimal value\n"
19301        "Configure OSPF area as stub\n"
19302        "Do not inject inter-area routes into stub\n")
19303
19304 DEFSH (0, ipv6_ospf6_priority_cmd_vtysh, 
19305        "ipv6 ospf6 priority <0-255>", 
19306        "IPv6 Information\n"
19307        "Open Shortest Path First (OSPF) for IPv6\n"
19308        "Router priority\n"
19309        "Priority value\n"
19310        )
19311
19312 DEFSH (0|0|0|0, show_ipv6_prefix_list_prefix_cmd_vtysh, 
19313        "show ipv6 prefix-list WORD X:X::X:X/M", 
19314        "Show running system information\n"
19315        "IPv6 information\n"
19316        "Build a prefix list\n"
19317        "Name of a prefix list\n"
19318        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
19319
19320 DEFSH (0, access_list_extended_any_host_cmd_vtysh, 
19321        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any host A.B.C.D", 
19322        "Add an access list entry\n"
19323        "IP extended access list\n"
19324        "IP extended access list (expanded range)\n"
19325        "Specify packets to reject\n"
19326        "Specify packets to forward\n"
19327        "Any Internet Protocol\n"
19328        "Any source host\n"
19329        "A single destination host\n"
19330        "Destination address\n")
19331
19332 DEFSH (0, show_ip_pim_join_cmd_vtysh, 
19333        "show ip pim join", 
19334        "Show running system information\n"
19335        "IP information\n"
19336        "PIM information\n"
19337        "PIM interface join information\n")
19338
19339 DEFSH (0, aggregate_address_mask_as_set_summary_cmd_vtysh, 
19340        "aggregate-address A.B.C.D A.B.C.D as-set summary-only", 
19341        "Configure BGP aggregate entries\n"
19342        "Aggregate address\n"
19343        "Aggregate mask\n"
19344        "Generate AS set path information\n"
19345        "Filter more specific routes from updates\n")
19346
19347 DEFSH (0, rip_default_information_originate_cmd_vtysh, 
19348        "default-information originate", 
19349        "Control distribution of default route\n"
19350        "Distribute a default route\n")
19351
19352 DEFSH (0, ospf_area_range_not_advertise_cmd_vtysh, 
19353        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M not-advertise", 
19354        "OSPF area parameters\n"
19355        "OSPF area ID in IP address format\n"
19356        "OSPF area ID as a decimal value\n"
19357        "Summarize routes matching address/mask (border routers only)\n"
19358        "Area range prefix\n"
19359        "DoNotAdvertise this range\n")
19360
19361 DEFSH (0, set_origin_cmd_vtysh, 
19362        "set origin (egp|igp|incomplete)", 
19363        "Set values in destination routing protocol\n"
19364        "BGP origin code\n"
19365        "remote EGP\n"
19366        "local IGP\n"
19367        "unknown heritage\n")
19368
19369 DEFSH (0, show_ipv6_route_tag_vrf_cmd_vtysh, 
19370        "show ipv6 route tag <1-4294967295>" "vrf <0-65535>", 
19371        "Show running system information\n"
19372        "IP information\n"
19373        "IPv6 routing table\n"
19374        "Show only routes with tag\n"
19375        "Tag value\n"
19376        "Specify the VRF\nThe VRF ID\n")
19377
19378 DEFSH (0, no_debug_nhrp_cmd_vtysh, 
19379  "no debug nhrp " "(all|common|event|interface|kernel|route|vici)", 
19380  "Negate a command or set its defaults\n"
19381  "Disable debug messages for specific or all parts.\n"
19382  "NHRP information\n"
19383  "All messages\n" "Common messages (default)\n" "Event manager messages\n" "Interface messages\n" "Kernel messages\n" "Route messages\n" "VICI messages\n")
19384
19385 DEFSH (0, no_ip_extcommunity_list_standard_cmd_vtysh, 
19386        "no ip extcommunity-list <1-99> (deny|permit) .AA:NN", 
19387        "Negate a command or set its defaults\n"
19388        "IP information\n"
19389        "Add a extended community list entry\n"
19390        "Extended Community list number (standard)\n"
19391        "Specify community to reject\n"
19392        "Specify community to accept\n"
19393        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
19394
19395 DEFSH (0, ipv6_route_cmd_vtysh, 
19396        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE)", 
19397        "IP information\n"
19398        "Establish static routes\n"
19399        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
19400        "IPv6 gateway address\n"
19401        "IPv6 gateway interface name\n")
19402
19403 DEFSH (0, bgp_network_mask_cmd_vtysh, 
19404        "network A.B.C.D mask A.B.C.D", 
19405        "Specify a network to announce via BGP\n"
19406        "Network number\n"
19407        "Network mask\n"
19408        "Network mask\n")
19409
19410 DEFSH (0, clear_bgp_all_cmd_vtysh, 
19411        "clear bgp *", 
19412        "Reset functions\n"
19413        "BGP information\n"
19414        "Clear all peers\n")
19415
19416 DEFSH (0, no_ospf_redistribute_source_cmd_vtysh, 
19417        "no redistribute " "(kernel|connected|static|rip|isis|bgp|pim|babel|nhrp)", 
19418        "Negate a command or set its defaults\n"
19419        "Redistribute information from another routing protocol\n"
19420        "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")
19421
19422 DEFSH (0, ipv6_ripng_split_horizon_cmd_vtysh, 
19423        "ipv6 ripng split-horizon", 
19424        "IPv6 information\n"
19425        "Routing Information Protocol\n"
19426        "Perform split horizon\n")
19427
19428 DEFSH (0, show_bgp_view_rsclient_cmd_vtysh, 
19429        "show bgp view WORD rsclient (A.B.C.D|X:X::X:X)", 
19430        "Show running system information\n"
19431        "BGP information\n"
19432        "BGP view\n"
19433        "View name\n"
19434        "Information about Route Server Client\n"
19435        "Neighbor address\nIPv6 address\n")
19436
19437 DEFSH (0, no_set_ecommunity_rt_cmd_vtysh, 
19438        "no set extcommunity rt", 
19439        "Negate a command or set its defaults\n"
19440        "Set values in destination routing protocol\n"
19441        "BGP extended community attribute\n"
19442        "Route Target extended community\n")
19443
19444 DEFSH (0, no_ospf_area_stub_no_summary_cmd_vtysh, 
19445        "no area (A.B.C.D|<0-4294967295>) stub no-summary", 
19446        "Negate a command or set its defaults\n"
19447        "OSPF area parameters\n"
19448        "OSPF area ID in IP address format\n"
19449        "OSPF area ID as a decimal value\n"
19450        "Configure OSPF area as stub\n"
19451        "Do not inject inter-area routes into area\n")
19452
19453 DEFSH (0, metric_style_cmd_vtysh, 
19454        "metric-style (narrow|transition|wide)", 
19455        "Use old-style (ISO 10589) or new-style packet formats\n"
19456        "Use old style of TLVs with narrow metric\n"
19457        "Send and accept both styles of TLVs during transition\n"
19458        "Use new style of TLVs to carry wider metric\n")
19459
19460 DEFSH (0, no_set_lcommunity_cmd_vtysh, 
19461        "no set large-community", 
19462        "Negate a command or set its defaults\n"
19463        "Set values in destination routing protocol\n"
19464        "BGP large community attribute\n"
19465        "Large community\n")
19466
19467 DEFSH (0, ospf6_interface_area_cmd_vtysh, 
19468        "interface IFNAME area A.B.C.D", 
19469        "Enable routing on an IPv6 interface\n"
19470        "Interface name(e.g. ep0)\n"
19471        "Specify the OSPF6 area ID\n"
19472        "OSPF6 area ID in IPv4 address notation\n"
19473       )
19474
19475 DEFSH (0, debug_isis_spfevents_cmd_vtysh, 
19476        "debug isis spf-events", 
19477        "Debugging functions (see also 'undebug')\n"
19478        "IS-IS information\n"
19479        "IS-IS Shortest Path First Events\n")
19480
19481 DEFSH (0, show_ip_bgp_route_map_cmd_vtysh, 
19482        "show ip bgp route-map WORD", 
19483        "Show running system information\n"
19484        "IP information\n"
19485        "BGP information\n"
19486        "Display routes matching the route-map\n"
19487        "A route-map to match on\n")
19488
19489 DEFSH (0, no_lsp_refresh_interval_l2_arg_cmd_vtysh, 
19490        "no lsp-refresh-interval level-2 <1-65235>", 
19491        "Negate a command or set its defaults\n"
19492        "LSP refresh interval for Level 2 only\n"
19493        "LSP refresh interval for Level 2 only in seconds\n")
19494
19495 DEFSH (0, no_set_origin_val_cmd_vtysh, 
19496        "no set origin (egp|igp|incomplete)", 
19497        "Negate a command or set its defaults\n"
19498        "Set values in destination routing protocol\n"
19499        "BGP origin code\n"
19500        "remote EGP\n"
19501        "local IGP\n"
19502        "unknown heritage\n")
19503
19504 DEFSH (0, clear_bgp_external_in_prefix_filter_cmd_vtysh, 
19505        "clear bgp external in prefix-filter", 
19506        "Reset functions\n"
19507        "BGP information\n"
19508        "Clear all external peers\n"
19509        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
19510        "Push out prefix-list ORF and do inbound soft reconfig\n")
19511
19512 DEFSH (0, show_debugging_rip_cmd_vtysh, 
19513        "show debugging rip", 
19514        "Show running system information\n"
19515        "Debugging functions (see also 'undebug')\n"
19516        "RIP information\n")
19517
19518 DEFSH (0, no_ip_route_cmd_vtysh, 
19519        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0)", 
19520        "Negate a command or set its defaults\n"
19521        "IP information\n"
19522        "Establish static routes\n"
19523        "IP destination prefix (e.g. 10.0.0.0/8)\n"
19524        "IP gateway address\n"
19525        "IP gateway interface name\n"
19526        "Null interface\n")
19527
19528 DEFSH (0|0, set_metric_addsub_cmd_vtysh, 
19529        "set metric <+/-metric>", 
19530        "Set values in destination routing protocol\n"
19531        "Metric value for destination routing protocol\n"
19532        "Add or subtract metric\n")
19533
19534 DEFSH (0, psnp_interval_l2_cmd_vtysh, 
19535        "isis psnp-interval <1-120> level-2", 
19536        "IS-IS commands\n"
19537        "Set PSNP interval in seconds\n"
19538        "PSNP interval value\n"
19539        "Specify interval for level-2 PSNPs\n")
19540
19541 DEFSH (0, show_ip_bgp_prefix_cmd_vtysh, 
19542        "show ip bgp A.B.C.D/M", 
19543        "Show running system information\n"
19544        "IP information\n"
19545        "BGP information\n"
19546        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
19547
19548 DEFSH (0, no_bgp_maxpaths_ibgp_arg_cmd_vtysh, 
19549        "no maximum-paths ibgp " "<" "1" "-" "1" ">", 
19550        "Negate a command or set its defaults\n"
19551        "Forward packets over multiple paths\n"
19552        "iBGP-multipath\n"
19553        "Number of paths\n")
19554
19555 DEFSH (0, show_ip_rpf_vrf_cmd_vtysh, 
19556        "show ip rpf " "vrf <0-65535>", 
19557        "Show running system information\n"
19558        "IP information\n"
19559        "Display RPF information for multicast source\n"
19560        "Specify the VRF\nThe VRF ID\n")
19561
19562 DEFSH (0, show_bgp_ipv6_safi_cmd_vtysh, 
19563        "show bgp ipv6 (unicast|multicast)", 
19564        "Show running system information\n"
19565        "BGP information\n"
19566        "Address family\n"
19567        "Address Family modifier\n"
19568        "Address Family modifier\n")
19569
19570 DEFSH (0, undebug_igmp_trace_cmd_vtysh, 
19571        "undebug igmp trace", 
19572        "Disable debugging functions (see also 'debug')\n"
19573        "IGMP protocol activity\n"
19574        "IGMP internal daemon activity\n")
19575
19576 DEFSH (0, show_bgp_ipv6_vpn_neighbor_routes_cmd_vtysh, 
19577        "show bgp ipv6 vpn neighbors (A.B.C.D|X:X::X:X) routes", 
19578        "Show running system information\n"
19579        "BGP information\n"
19580        "Address Family\n"
19581        "Display VPN NLRI specific information\n"
19582        "Detailed information on TCP and BGP neighbor connections\n"
19583        "Neighbor to display information about\n"
19584        "Neighbor to display information about\n"
19585        "Display routes learned from neighbor\n")
19586
19587 DEFSH (0, show_ip_route_tag_vrf_cmd_vtysh, 
19588        "show ip route tag <1-4294967295>" "vrf <0-65535>", 
19589        "Show running system information\n"
19590        "IP information\n"
19591        "IP routing table\n"
19592        "Show only routes with tag\n"
19593        "Tag value\n"
19594        "Specify the VRF\nThe VRF ID\n")
19595
19596 DEFSH (0|0|0|0, show_ip_prefix_list_cmd_vtysh, 
19597        "show ip prefix-list", 
19598        "Show running system information\n"
19599        "IP information\n"
19600        "Build a prefix list\n")
19601
19602 DEFSH (0, no_isis_redistribute_cmd_vtysh, 
19603       "no redistribute (ipv4|ipv6) " "(kernel|connected|static|rip|ripng|ospf|ospf6|bgp|pim|babel|nhrp)"
19604       " (level-1|level-2)", 
19605       "Negate a command or set its defaults\n"
19606       "Redistribute information from another routing protocol\n"
19607       "Redistribute IPv4 routes\n"
19608       "Redistribute IPv6 routes\n"
19609       "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"
19610       "Redistribute into level-1\n"
19611       "Redistribute into level-2\n")
19612
19613 DEFSH (0, no_area_filter_list_cmd_vtysh, 
19614        "no area A.B.C.D filter-list prefix WORD (in|out)", 
19615        "Negate a command or set its defaults\n"
19616        "OSPFv6 area parameters\n"
19617        "OSPFv6 area ID in IP address format\n"
19618        "Filter networks between OSPFv6 areas\n"
19619        "Filter prefixes between OSPFv6 areas\n"
19620        "Name of an IPv6 prefix-list\n"
19621        "Filter networks sent to this area\n"
19622        "Filter networks sent from this area\n")
19623
19624 DEFSH (0, no_ospf_neighbor_priority_cmd_vtysh, 
19625        "no neighbor A.B.C.D priority <0-255>", 
19626        "Negate a command or set its defaults\n"
19627        "Specify neighbor router\n"
19628        "Neighbor IP address\n"
19629        "Neighbor Priority\n"
19630        "Priority\n")
19631
19632 DEFSH (0, show_bgp_prefix_pathtype_cmd_vtysh, 
19633        "show bgp X:X::X:X/M (bestpath|multipath)", 
19634        "Show running system information\n"
19635        "BGP information\n"
19636        "IPv6 prefix <network>/<length>\n"
19637        "Display only the bestpath\n"
19638        "Display only multipaths\n")
19639
19640 DEFSH (0, no_ipv6_access_list_remark_cmd_vtysh, 
19641        "no ipv6 access-list WORD remark", 
19642        "Negate a command or set its defaults\n"
19643        "IPv6 information\n"
19644        "Add an access list entry\n"
19645        "IPv6 zebra access-list\n"
19646        "Access list entry comment\n")
19647
19648 DEFSH (0, ip_route_distance_cmd_vtysh, 
19649        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255>", 
19650        "IP information\n"
19651        "Establish static routes\n"
19652        "IP destination prefix (e.g. 10.0.0.0/8)\n"
19653        "IP gateway address\n"
19654        "IP gateway interface name\n"
19655        "Null interface\n"
19656        "Distance value for this route\n")
19657
19658 DEFSH (0, show_bgp_ipv6_safi_damp_flap_regexp_cmd_vtysh, 
19659        "show bgp ipv6 (encap|multicast|unicast|vpn) dampening flap-statistics regexp .LINE", 
19660        "Show running system information\n"
19661        "BGP information\n"
19662        "IPv6 information\n"
19663        "Address Family Modifier\n"
19664        "Address Family Modifier\n"
19665        "Address Family Modifier\n"
19666        "Address Family Modifier\n"
19667        "Display detailed information about dampening\n"
19668        "Display flap statistics of routes\n"
19669        "Display routes matching the AS path regular expression\n"
19670        "A regular-expression to match the BGP AS paths\n")
19671
19672 DEFSH (0, debug_ospf6_spf_process_cmd_vtysh, 
19673        "debug ospf6 spf process", 
19674        "Debugging functions (see also 'undebug')\n"
19675        "Open Shortest Path First (OSPF) for IPv6\n"
19676        "Debug SPF Calculation\n"
19677        "Debug Detailed SPF Process\n"
19678       )
19679
19680 DEFSH (0, isis_hello_interval_l1_cmd_vtysh, 
19681        "isis hello-interval <1-600> level-1", 
19682        "IS-IS commands\n"
19683        "Set Hello interval\n"
19684        "Hello interval value\n"
19685        "Holdtime 1 second,  interval depends on multiplier\n"
19686        "Specify hello-interval for level-1 IIHs\n")
19687
19688 DEFSH (0, show_bgp_ipv6_safi_rsclient_prefix_cmd_vtysh, 
19689        "show bgp ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
19690        "Show running system information\n"
19691        "BGP information\n"
19692        "Address family\n"
19693        "Address Family modifier\n"
19694        "Address Family modifier\n"
19695        "Information about Route Server Client\n"
19696        "Neighbor address\nIPv6 address\n"
19697        "IP prefix <network>/<length>,  e.g.,  3ffe::/16\n")
19698
19699 DEFSH (0, no_auto_summary_cmd_vtysh, 
19700        "no auto-summary", 
19701        "Negate a command or set its defaults\n"
19702        "Enable automatic network number summarization\n")
19703
19704 DEFSH (0, no_ospf6_distance_cmd_vtysh, 
19705        "no distance <1-255>", 
19706        "Negate a command or set its defaults\n"
19707        "Define an administrative distance\n"
19708        "OSPF6 Administrative distance\n")
19709
19710 DEFSH (0, clear_bgp_ipv6_as_out_cmd_vtysh, 
19711        "clear bgp ipv6 " "<1-4294967295>" " out", 
19712        "Reset functions\n"
19713        "BGP information\n"
19714        "Address family\n"
19715        "Clear peers with the AS number\n"
19716        "Resend all outbound updates\n")
19717
19718 DEFSH (0, debug_rip_events_cmd_vtysh, 
19719        "debug rip events", 
19720        "Debugging functions (see also 'undebug')\n"
19721        "RIP information\n"
19722        "RIP events\n")
19723
19724 DEFSH (0, if_nhrp_network_id_cmd_vtysh, 
19725  "(ip|ipv6)" " nhrp network-id <1-4294967295>", 
19726  "IP information\n" "IPv6 information\n"
19727  "Next Hop Resolution Protocol functions\n"
19728  "Enable NHRP and specify network-id\n"
19729  "System local ID to specify interface group\n")
19730
19731 DEFSH (0, no_neighbor_route_server_client_cmd_vtysh, 
19732        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "route-server-client", 
19733        "Negate a command or set its defaults\n"
19734        "Specify neighbor router\n"
19735        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19736        "Configure a neighbor as Route Server client\n")
19737
19738 DEFSH (0, no_access_list_extended_any_any_cmd_vtysh, 
19739        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any any", 
19740        "Negate a command or set its defaults\n"
19741        "Add an access list entry\n"
19742        "IP extended access list\n"
19743        "IP extended access list (expanded range)\n"
19744        "Specify packets to reject\n"
19745        "Specify packets to forward\n"
19746        "Any Internet Protocol\n"
19747        "Any source host\n"
19748        "Any destination host\n")
19749
19750 DEFSH (0, show_bgp_ipv6_safi_neighbor_received_prefix_filter_cmd_vtysh, 
19751        "show bgp ipv6 (encap|multicast|unicast|vpn) neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
19752        "Show running system information\n"
19753        "BGP information\n"
19754        "IP information\n"
19755        "Address Family modifier\n"
19756        "Address Family modifier\n"
19757        "Address Family modifier\n"
19758        "Address Family modifier\n"
19759        "Detailed information on TCP and BGP neighbor connections\n"
19760        "Neighbor to display information about\n"
19761        "Neighbor to display information about\n"
19762        "Display information received from a BGP neighbor\n"
19763        "Display the prefixlist filter\n")
19764
19765 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_ge_cmd_vtysh, 
19766        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128>", 
19767        "Negate a command or set its defaults\n"
19768        "IPv6 information\n"
19769        "Build a prefix list\n"
19770        "Name of a prefix list\n"
19771        "sequence number of an entry\n"
19772        "Sequence number\n"
19773        "Specify packets to reject\n"
19774        "Specify packets to forward\n"
19775        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
19776        "Minimum prefix length to be matched\n"
19777        "Minimum prefix length\n")
19778
19779 DEFSH (0, debug_ospf_ism_sub_cmd_vtysh, 
19780        "debug ospf ism (status|events|timers)", 
19781        "Debugging functions (see also 'undebug')\n"
19782        "OSPF information\n"
19783        "OSPF Interface State Machine\n"
19784        "ISM Status Information\n"
19785        "ISM Event Information\n"
19786        "ISM TImer Information\n")
19787
19788 DEFSH (0, show_bgp_rsclient_summary_cmd_vtysh, 
19789        "show bgp rsclient summary", 
19790        "Show running system information\n"
19791        "BGP information\n"
19792        "Information about Route Server Clients\n"
19793        "Summary of all Route Server Clients\n")
19794
19795 DEFSH (0, no_ospf_authentication_key_cmd_vtysh, 
19796        "no ospf authentication-key", 
19797        "Negate a command or set its defaults\n"
19798        "OSPF interface commands\n"
19799        "Authentication password (key)\n")
19800
19801 DEFSH (0|0|0|0|0|0, rmap_description_cmd_vtysh, 
19802        "description .LINE", 
19803        "Route-map comment\n"
19804        "Comment describing this route-map rule\n")
19805
19806 DEFSH (0, show_table_cmd_vtysh, 
19807        "show table", 
19808        "Show running system information\n"
19809        "default routing table to use for all clients\n")
19810
19811 DEFSH (0, show_ip_bgp_ipv4_neighbor_prefix_counts_cmd_vtysh, 
19812        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) prefix-counts", 
19813        "Show running system information\n"
19814        "IP information\n"
19815        "BGP information\n"
19816        "Address family\n"
19817        "Address Family modifier\n"
19818        "Address Family modifier\n"
19819        "Detailed information on TCP and BGP neighbor connections\n"
19820        "Neighbor to display information about\n"
19821        "Neighbor to display information about\n"
19822        "Display detailed prefix count information\n")
19823
19824 DEFSH (0, show_ip_bgp_vpnv4_rd_neighbors_cmd_vtysh, 
19825        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors", 
19826        "Show running system information\n"
19827        "IP information\n"
19828        "BGP information\n"
19829        "Display VPNv4 NLRI specific information\n"
19830        "Display information for a route distinguisher\n"
19831        "VPN Route Distinguisher\n"
19832        "Detailed information on TCP and BGP neighbor connections\n")
19833
19834 DEFSH (0, no_router_ospf_id_cmd_vtysh, 
19835        "no router-id", 
19836        "Negate a command or set its defaults\n"
19837        "router-id for the OSPF process\n")
19838
19839 DEFSH (0, ip_ospf_dead_interval_addr_cmd_vtysh, 
19840        "ip ospf dead-interval <1-65535> A.B.C.D", 
19841        "IP Information\n"
19842        "OSPF interface commands\n"
19843        "Interval after which a neighbor is declared dead\n"
19844        "Seconds\n"
19845        "Address of interface\n")
19846
19847 DEFSH (0, no_bgp_network_cmd_vtysh, 
19848        "no network A.B.C.D/M", 
19849        "Negate a command or set its defaults\n"
19850        "Specify a network to announce via BGP\n"
19851        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
19852
19853 DEFSH (0, show_ipv6_route_addr_vrf_cmd_vtysh, 
19854        "show ipv6 route X:X::X:X " "vrf <0-65535>", 
19855        "Show running system information\n"
19856        "IP information\n"
19857        "IPv6 routing table\n"
19858        "IPv6 Address\n"
19859        "Specify the VRF\nThe VRF ID\n")
19860
19861 DEFSH (0, bgp_client_to_client_reflection_cmd_vtysh, 
19862        "bgp client-to-client reflection", 
19863        "BGP specific commands\n"
19864        "Configure client to client route reflection\n"
19865        "reflection of routes allowed\n")
19866
19867 DEFSH (0, neighbor_timers_cmd_vtysh, 
19868        "neighbor (A.B.C.D|X:X::X:X|WORD) " "timers <0-65535> <0-65535>", 
19869        "Specify neighbor router\n"
19870        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19871        "BGP per neighbor timers\n"
19872        "Keepalive interval\n"
19873        "Holdtime\n")
19874
19875 DEFSH (0, bgp_network_mask_natural_route_map_cmd_vtysh, 
19876        "network A.B.C.D route-map WORD", 
19877        "Specify a network to announce via BGP\n"
19878        "Network number\n"
19879        "Route-map to modify the attributes\n"
19880        "Name of the route map\n")
19881
19882 DEFSH (0, no_debug_bgp_filter_cmd_vtysh, 
19883        "no debug bgp filters", 
19884        "Negate a command or set its defaults\n"
19885        "Debugging functions (see also 'undebug')\n"
19886        "BGP information\n"
19887        "BGP filters\n")
19888
19889 DEFSH (0, no_set_originator_id_val_cmd_vtysh, 
19890        "no set originator-id A.B.C.D", 
19891        "Negate a command or set its defaults\n"
19892        "Set values in destination routing protocol\n"
19893        "BGP originator ID attribute\n"
19894        "IP address of originator\n")
19895
19896 DEFSH (0, neighbor_prefix_list_cmd_vtysh, 
19897        "neighbor (A.B.C.D|X:X::X:X|WORD) " "prefix-list WORD (in|out)", 
19898        "Specify neighbor router\n"
19899        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19900        "Filter updates to/from this neighbor\n"
19901        "Name of a prefix list\n"
19902        "Filter incoming updates\n"
19903        "Filter outgoing updates\n")
19904
19905 DEFSH (0, show_bgp_ipv6_safi_lcommunity3_cmd_vtysh, 
19906        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
19907        "Show running system information\n"
19908        "BGP information\n"
19909        "Address family\n"
19910        "Address family modifier\n"
19911        "Address family modifier\n"
19912        "Address family modifier\n"
19913        "Address family modifier\n"
19914        "Display routes matching the large-communities\n"
19915        "large-community number\n"
19916        "large-community number\n"
19917        "large-community number\n")
19918
19919 DEFSH (0, debug_ripng_packet_direct_cmd_vtysh, 
19920        "debug ripng packet (recv|send)", 
19921        "Debugging functions (see also 'undebug')\n"
19922        "RIPng configuration\n"
19923        "Debug option set for ripng packet\n"
19924        "Debug option set for receive packet\n"
19925        "Debug option set for send packet\n")
19926
19927 DEFSH (0, no_bgp_redistribute_ipv4_cmd_vtysh, 
19928        "no redistribute " "(kernel|connected|static|rip|ospf|isis|pim|babel|nhrp)", 
19929        "Negate a command or set its defaults\n"
19930        "Redistribute information from another routing protocol\n"
19931        "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")
19932
19933 DEFSH (0, clear_bgp_ipv6_instance_peer_rsclient_cmd_vtysh, 
19934        "clear bgp ipv6 view WORD (A.B.C.D|X:X::X:X) rsclient", 
19935        "Reset functions\n"
19936        "BGP information\n"
19937        "Address family\n"
19938        "BGP view\n"
19939        "view name\n"
19940        "BGP neighbor IP address to clear\n"
19941        "BGP IPv6 neighbor to clear\n"
19942        "Soft reconfig for rsclient RIB\n")
19943
19944 DEFSH (0, ipv6_ospf6_ifmtu_cmd_vtysh, 
19945        "ipv6 ospf6 ifmtu <1-65535>", 
19946        "IPv6 Information\n"
19947        "Open Shortest Path First (OSPF) for IPv6\n"
19948        "Interface MTU\n"
19949        "OSPFv3 Interface MTU\n"
19950        )
19951
19952 DEFSH (0, show_bgp_view_ipv6_rsclient_prefix_cmd_vtysh, 
19953        "show bgp view WORD ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
19954        "Show running system information\n"
19955        "BGP information\n"
19956        "BGP view\n"
19957        "View name\n"
19958        "IPv6 Information\n"
19959        "Information about Route Server Client\n"
19960        "Neighbor address\nIPv6 address\n"
19961        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
19962
19963 DEFSH (0, show_bgp_ipv6_safi_lcommunity_list_cmd_vtysh, 
19964        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community-list (<1-500>|WORD)", 
19965        "Show running system information\n"
19966        "BGP information\n"
19967        "Address family\n"
19968        "Address family modifier\n"
19969        "Address family modifier\n"
19970        "Address family modifier\n"
19971        "Address family modifier\n"
19972        "Display routes matching the large-community-list\n"
19973        "large-community-list number\n"
19974        "large-community-list name\n")
19975
19976 DEFSH (0, no_debug_isis_upd_cmd_vtysh, 
19977        "no debug isis update-packets", 
19978        "Disable debugging functions (see also 'debug')\n"
19979        "IS-IS information\n"
19980        "IS-IS Update related packets\n")
19981
19982 DEFSH (0, show_ip_bgp_ipv4_regexp_cmd_vtysh, 
19983        "show ip bgp ipv4 (unicast|multicast) regexp .LINE", 
19984        "Show running system information\n"
19985        "IP information\n"
19986        "BGP information\n"
19987        "Address family\n"
19988        "Address Family modifier\n"
19989        "Address Family modifier\n"
19990        "Display routes matching the AS path regular expression\n"
19991        "A regular-expression to match the BGP AS paths\n")
19992
19993 DEFSH (0, no_neighbor_distribute_list_cmd_vtysh, 
19994        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "distribute-list (<1-199>|<1300-2699>|WORD) (in|out)", 
19995        "Negate a command or set its defaults\n"
19996        "Specify neighbor router\n"
19997        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
19998        "Filter updates to/from this neighbor\n"
19999        "IP access-list number\n"
20000        "IP access-list number (expanded range)\n"
20001        "IP Access-list name\n"
20002        "Filter incoming updates\n"
20003        "Filter outgoing updates\n")
20004
20005 DEFSH (0, show_ipv6_mbgp_lcommunity3_cmd_vtysh, 
20006        "show ipv6 mbgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
20007        "Show running system information\n"
20008        "IPv6 information\n"
20009        "MBGP information\n"
20010        "Display routes matching the large-communities\n"
20011        "large-community number\n"
20012        "large-community number\n"
20013        "large-community number\n")
20014
20015 DEFSH (0, no_isis_priority_l2_arg_cmd_vtysh, 
20016        "no isis priority <0-127> level-2", 
20017        "Negate a command or set its defaults\n"
20018        "IS-IS commands\n"
20019        "Set priority for Designated Router election\n"
20020        "Priority value\n"
20021        "Specify priority for level-2 routing\n")
20022
20023 DEFSH (0, show_ip_bgp_ipv4_community3_exact_cmd_vtysh, 
20024        "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", 
20025        "Show running system information\n"
20026        "IP information\n"
20027        "BGP information\n"
20028        "Address family\n"
20029        "Address Family modifier\n"
20030        "Address Family modifier\n"
20031        "Display routes matching the communities\n"
20032        "community number\n"
20033        "Do not send outside local AS (well-known community)\n"
20034        "Do not advertise to any peer (well-known community)\n"
20035        "Do not export to next AS (well-known community)\n"
20036        "community number\n"
20037        "Do not send outside local AS (well-known community)\n"
20038        "Do not advertise to any peer (well-known community)\n"
20039        "Do not export to next AS (well-known community)\n"
20040        "community number\n"
20041        "Do not send outside local AS (well-known community)\n"
20042        "Do not advertise to any peer (well-known community)\n"
20043        "Do not export to next AS (well-known community)\n"
20044        "Exact match of the communities")
20045
20046 DEFSH (0, no_set_ecommunity_soo_cmd_vtysh, 
20047        "no set extcommunity soo", 
20048        "Negate a command or set its defaults\n"
20049        "Set values in destination routing protocol\n"
20050        "BGP extended community attribute\n"
20051        "Site-of-Origin extended community\n")
20052
20053 DEFSH (0, no_neighbor_maximum_prefix_restart_cmd_vtysh, 
20054        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> restart <1-65535>", 
20055        "Negate a command or set its defaults\n"
20056        "Specify neighbor router\n"
20057        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20058        "Maximum number of prefix accept from this peer\n"
20059        "maximum no. of prefix limit\n"
20060        "Restart bgp connection after limit is exceeded\n"
20061        "Restart interval in minutes")
20062
20063 DEFSH (0, match_local_pref_cmd_vtysh, 
20064        "match local-preference <0-4294967295>", 
20065        "Match values from routing table\n"
20066        "Match local-preference of route\n"
20067        "Metric value\n")
20068
20069 DEFSH (0, show_ip_bgp_ipv4_neighbor_received_routes_cmd_vtysh, 
20070        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) received-routes", 
20071        "Show running system information\n"
20072        "IP information\n"
20073        "BGP information\n"
20074        "Address family\n"
20075        "Address Family modifier\n"
20076        "Address Family modifier\n"
20077        "Detailed information on TCP and BGP neighbor connections\n"
20078        "Neighbor to display information about\n"
20079        "Neighbor to display information about\n"
20080        "Display the received routes from neighbor\n")
20081
20082 DEFSH (0, clear_ip_bgp_all_in_cmd_vtysh, 
20083        "clear ip bgp * in", 
20084        "Reset functions\n"
20085        "IP information\n"
20086        "BGP information\n"
20087        "Clear all peers\n"
20088        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
20089
20090 DEFSH (0, ip_irdp_minadvertinterval_cmd_vtysh, 
20091        "ip irdp minadvertinterval <3-1800>", 
20092        "IP information\n"
20093        "ICMP Router discovery on this interface\n"
20094        "Set minimum time between advertisement\n"
20095        "Minimum advertisement interval in seconds\n")
20096
20097 DEFSH (0, no_debug_isis_spftrigg_cmd_vtysh, 
20098        "no debug isis spf-triggers", 
20099        "Disable debugging functions (see also 'debug')\n"
20100        "IS-IS information\n"
20101        "IS-IS SPF triggering events\n")
20102
20103 DEFSH (0, no_ipv6_nd_prefix_cmd_vtysh, 
20104        "no ipv6 nd prefix IPV6PREFIX", 
20105        "Negate a command or set its defaults\n"
20106        "Interface IPv6 config commands\n"
20107        "Neighbor discovery\n"
20108        "Prefix information\n"
20109        "IPv6 prefix\n")
20110
20111 DEFSH (0, no_ip_irdp_shutdown_cmd_vtysh, 
20112        "no ip irdp shutdown", 
20113        "Negate a command or set its defaults\n"
20114        "IP information\n"
20115        "ICMP Router discovery no shutdown on this interface\n")
20116
20117 DEFSH (0, debug_mroute_cmd_vtysh, 
20118        "debug mroute", 
20119        "Debugging functions (see also 'undebug')\n"
20120        "PIM interaction with kernel MFC cache\n")
20121
20122 DEFSH (0, show_ip_bgp_ipv4_cidr_only_cmd_vtysh, 
20123        "show ip bgp ipv4 (unicast|multicast) cidr-only", 
20124        "Show running system information\n"
20125        "IP information\n"
20126        "BGP information\n"
20127        "Address family\n"
20128        "Address Family modifier\n"
20129        "Address Family modifier\n"
20130        "Display only routes with non-natural netmasks\n")
20131
20132 DEFSH (0, clear_ip_pim_interfaces_cmd_vtysh, 
20133        "clear ip pim interfaces", 
20134        "Reset functions\n"
20135        "IP information\n"
20136        "PIM clear commands\n"
20137        "Reset PIM interfaces\n")
20138
20139 DEFSH (0, no_router_ripng_cmd_vtysh, 
20140        "no router ripng", 
20141        "Negate a command or set its defaults\n"
20142        "Enable a routing process\n"
20143        "Make RIPng instance command\n")
20144
20145 DEFSH (0, no_ip_as_path_all_cmd_vtysh, 
20146        "no ip as-path access-list WORD", 
20147        "Negate a command or set its defaults\n"
20148        "IP information\n"
20149        "BGP autonomous system path filter\n"
20150        "Specify an access list name\n"
20151        "Regular expression access list name\n")
20152
20153 DEFSH (0, show_ip_bgp_neighbor_flap_cmd_vtysh, 
20154        "show ip bgp neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
20155        "Show running system information\n"
20156        "IP information\n"
20157        "BGP information\n"
20158        "Detailed information on TCP and BGP neighbor connections\n"
20159        "Neighbor to display information about\n"
20160        "Neighbor to display information about\n"
20161        "Display flap statistics of the routes learned from neighbor\n")
20162
20163 DEFSH (0, show_bgp_rsclient_prefix_cmd_vtysh, 
20164        "show bgp rsclient (A.B.C.D|X:X::X:X) X:X::X:X/M", 
20165        "Show running system information\n"
20166        "BGP information\n"
20167        "Information about Route Server Client\n"
20168        "Neighbor address\nIPv6 address\n"
20169        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
20170
20171 DEFSH (0, show_ipv6_mbgp_community_list_cmd_vtysh, 
20172        "show ipv6 mbgp community-list WORD", 
20173        "Show running system information\n"
20174        "IPv6 information\n"
20175        "MBGP information\n"
20176        "Display routes matching the community-list\n"
20177        "community-list name\n")
20178
20179 DEFSH (0, ospf6_distance_ospf6_external_inter_cmd_vtysh, 
20180        "distance ospf6 external <1-255> inter-area <1-255>", 
20181        "Define an administrative distance\n"
20182        "OSPF6 Administrative distance\n"
20183        "External routes\n"
20184        "Distance for external routes\n"
20185        "Inter-area routes\n"
20186        "Distance for inter-area routes\n")
20187
20188 DEFSH (0, no_debug_zebra_packet_cmd_vtysh, 
20189        "no debug zebra packet", 
20190        "Negate a command or set its defaults\n"
20191        "Debugging functions (see also 'undebug')\n"
20192        "Zebra configuration\n"
20193        "Debug option set for zebra packet\n")
20194
20195 DEFSH (0, no_aggregate_address_mask_as_set_summary_cmd_vtysh, 
20196        "no aggregate-address A.B.C.D A.B.C.D as-set summary-only", 
20197        "Negate a command or set its defaults\n"
20198        "Configure BGP aggregate entries\n"
20199        "Aggregate address\n"
20200        "Aggregate mask\n"
20201        "Generate AS set path information\n"
20202        "Filter more specific routes from updates\n")
20203
20204 DEFSH (0, clear_bgp_instance_all_soft_cmd_vtysh, 
20205        "clear bgp view WORD * soft", 
20206        "Reset functions\n"
20207        "BGP information\n"
20208        "BGP view\n"
20209        "view name\n"
20210        "Clear all peers\n"
20211        "Soft reconfig inbound and outbound updates\n")
20212
20213 DEFSH (0, show_ip_rip_status_cmd_vtysh, 
20214        "show ip rip status", 
20215        "Show running system information\n"
20216        "IP information\n"
20217        "Show RIP routes\n"
20218        "IP routing protocol process parameters and statistics\n")
20219
20220 DEFSH (0, clear_ip_bgp_as_ipv4_out_cmd_vtysh, 
20221        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) out", 
20222        "Reset functions\n"
20223        "IP information\n"
20224        "BGP information\n"
20225        "Clear peers with the AS number\n"
20226        "Address family\n"
20227        "Address Family modifier\n"
20228        "Address Family modifier\n"
20229        "Resend all outbound updates\n")
20230
20231 DEFSH (0, no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh, 
20232        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> warning-only", 
20233        "Negate a command or set its defaults\n"
20234        "Specify neighbor router\n"
20235        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20236        "Maximum number of prefix accept from this peer\n"
20237        "maximum no. of prefix limit\n"
20238        "Threshold value (%) at which to generate a warning msg\n"
20239        "Only give warning message when limit is exceeded\n")
20240
20241 DEFSH (0, show_bgp_community4_cmd_vtysh, 
20242        "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)", 
20243        "Show running system information\n"
20244        "BGP information\n"
20245        "Display routes matching the communities\n"
20246        "community number\n"
20247        "Do not send outside local AS (well-known community)\n"
20248        "Do not advertise to any peer (well-known community)\n"
20249        "Do not export to next AS (well-known community)\n"
20250        "community number\n"
20251        "Do not send outside local AS (well-known community)\n"
20252        "Do not advertise to any peer (well-known community)\n"
20253        "Do not export to next AS (well-known community)\n"
20254        "community number\n"
20255        "Do not send outside local AS (well-known community)\n"
20256        "Do not advertise to any peer (well-known community)\n"
20257        "Do not export to next AS (well-known community)\n"
20258        "community number\n"
20259        "Do not send outside local AS (well-known community)\n"
20260        "Do not advertise to any peer (well-known community)\n"
20261        "Do not export to next AS (well-known community)\n")
20262
20263 DEFSH (0, no_ipv6_nd_mtu_val_cmd_vtysh, 
20264        "no ipv6 nd mtu <1-65535>", 
20265        "Negate a command or set its defaults\n"
20266        "Interface IPv6 config commands\n"
20267        "Neighbor discovery\n"
20268        "Advertised MTU\n"
20269        "MTU in bytes\n")
20270
20271 DEFSH (0, undebug_bgp_as4_cmd_vtysh, 
20272        "undebug bgp as4", 
20273        "Disable debugging functions (see also 'debug')\n"
20274        "BGP information\n"
20275        "BGP AS4 actions\n")
20276
20277 DEFSH (0, no_debug_ospf6_lsa_hex_detail_cmd_vtysh, 
20278        "no debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix) (originate|examine|flooding)", 
20279        "Negate a command or set its defaults\n"
20280        "Debugging functions (see also 'undebug')\n"
20281        "Open Shortest Path First (OSPF) for IPv6\n"
20282        "Debug Link State Advertisements (LSAs)\n"
20283        "Specify LS type as Hexadecimal\n"
20284       )
20285
20286 DEFSH (0, clear_bgp_as_cmd_vtysh, 
20287        "clear bgp " "<1-4294967295>", 
20288        "Reset functions\n"
20289        "BGP information\n"
20290        "Clear peers with the AS number\n")
20291
20292 DEFSH (0, no_neighbor_ebgp_multihop_cmd_vtysh, 
20293        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "ebgp-multihop", 
20294        "Negate a command or set its defaults\n"
20295        "Specify neighbor router\n"
20296        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20297        "Allow EBGP neighbors not on directly connected networks\n")
20298
20299 DEFSH (0, exec_timeout_sec_cmd_vtysh, 
20300        "exec-timeout <0-35791> <0-2147483>", 
20301        "Set the EXEC timeout\n"
20302        "Timeout in minutes\n"
20303        "Timeout in seconds\n")
20304
20305 DEFSH (0, show_ip_mroute_cmd_vtysh, 
20306        "show ip mroute", 
20307        "Show running system information\n"
20308        "IP information\n"
20309        "IP multicast routing table\n")
20310
20311 DEFSH (0, show_bgp_view_afi_safi_lcommunity3_cmd_vtysh, 
20312        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
20313        "Show running system information\n"
20314        "BGP information\n"
20315        "BGP view\n"
20316        "View name\n"
20317        "Address family\n"
20318        "Address family\n"
20319        "Address family modifier\n"
20320        "Address family modifier\n"
20321        "Display routes matching the large-communities\n"
20322        "large-community number\n"
20323        "large-community number\n"
20324        "large-community number\n")
20325
20326 DEFSH (0, no_isis_priority_l1_cmd_vtysh, 
20327        "no isis priority level-1", 
20328        "Negate a command or set its defaults\n"
20329        "IS-IS commands\n"
20330        "Set priority for Designated Router election\n"
20331        "Specify priority for level-1 routing\n")
20332
20333 DEFSH (0, show_bgp_view_ipv6_safi_rsclient_route_cmd_vtysh, 
20334        "show bgp view WORD ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
20335        "Show running system information\n"
20336        "BGP information\n"
20337        "BGP view\n"
20338        "View name\n"
20339        "Address family\n"
20340        "Address Family modifier\n"
20341        "Address Family modifier\n"
20342        "Information about Route Server Client\n"
20343        "Neighbor address\nIPv6 address\n"
20344        "Network in the BGP routing table to display\n")
20345
20346 DEFSH (0, clear_ip_bgp_as_soft_out_cmd_vtysh, 
20347        "clear ip bgp " "<1-4294967295>" " soft out", 
20348        "Reset functions\n"
20349        "IP information\n"
20350        "BGP information\n"
20351        "Clear peers with the AS number\n"
20352        "Soft reconfig inbound and outbound updates\n"
20353        "Resend all outbound updates\n")
20354
20355 DEFSH (0, bgp_maxpaths_ibgp_cmd_vtysh, 
20356        "maximum-paths ibgp " "<" "1" "-" "1" ">", 
20357        "Forward packets over multiple paths\n"
20358        "iBGP-multipath\n"
20359        "Number of paths\n")
20360
20361 DEFSH (0, show_ip_route_prefix_longer_vrf_all_cmd_vtysh, 
20362        "show ip route A.B.C.D/M longer-prefixes " "vrf all", 
20363        "Show running system information\n"
20364        "IP information\n"
20365        "IP routing table\n"
20366        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
20367        "Show route matching the specified Network/Mask pair only\n"
20368        "Specify the VRF\nAll VRFs\n")
20369
20370 DEFSH (0, bgp_network_cmd_vtysh, 
20371        "network A.B.C.D/M", 
20372        "Specify a network to announce via BGP\n"
20373        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
20374
20375 DEFSH (0, show_bgp_lcommunity_all_cmd_vtysh, 
20376        "show bgp large-community", 
20377        "Show running system information\n"
20378        "BGP information\n"
20379        "Display routes matching the large-communities\n")
20380
20381 DEFSH (0, ospf6_distance_ospf6_intra_inter_external_cmd_vtysh, 
20382        "distance ospf6 intra-area <1-255> inter-area <1-255> external <1-255>", 
20383        "Define an administrative distance\n"
20384        "OSPF6 Administrative distance\n"
20385        "Intra-area routes\n"
20386        "Distance for intra-area routes\n"
20387        "Inter-area routes\n"
20388        "Distance for inter-area routes\n"
20389        "External routes\n"
20390        "Distance for external routes\n")
20391
20392 DEFSH (0, ospf_area_import_list_cmd_vtysh, 
20393        "area (A.B.C.D|<0-4294967295>) import-list NAME", 
20394        "OSPF area parameters\n"
20395        "OSPF area ID in IP address format\n"
20396        "OSPF area ID as a decimal value\n"
20397        "Set the filter for networks from other areas announced to the specified one\n"
20398        "Name of the access-list\n")
20399
20400 DEFSH (0, ip_multicast_routing_cmd_vtysh, 
20401        "ip multicast-routing", 
20402        "IP information\n"
20403        "Enable IP multicast forwarding\n")
20404
20405 DEFSH (0, show_ip_bgp_ipv4_summary_cmd_vtysh, 
20406        "show ip bgp ipv4 (unicast|multicast) summary", 
20407        "Show running system information\n"
20408        "IP information\n"
20409        "BGP information\n"
20410        "Address family\n"
20411        "Address Family modifier\n"
20412        "Address Family modifier\n"
20413        "Summary of BGP neighbor status\n")
20414
20415 DEFSH (0, no_ipv6_nd_ra_interval_msec_val_cmd_vtysh, 
20416        "no ipv6 nd ra-interval msec <1-1800000>", 
20417        "Negate a command or set its defaults\n"
20418        "Interface IPv6 config commands\n"
20419        "Neighbor discovery\n"
20420        "Router Advertisement interval\n"
20421        "Router Advertisement interval in milliseconds\n")
20422
20423 DEFSH (0, bgp_redistribute_ipv6_rmap_cmd_vtysh, 
20424        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD", 
20425        "Redistribute information from another routing protocol\n"
20426        "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"
20427        "Route map reference\n"
20428        "Pointer to route-map entries\n")
20429
20430 DEFSH (0, no_access_list_standard_host_cmd_vtysh, 
20431        "no access-list (<1-99>|<1300-1999>) (deny|permit) host A.B.C.D", 
20432        "Negate a command or set its defaults\n"
20433        "Add an access list entry\n"
20434        "IP standard access list\n"
20435        "IP standard access list (expanded range)\n"
20436        "Specify packets to reject\n"
20437        "Specify packets to forward\n"
20438        "A single host address\n"
20439        "Address to match\n")
20440
20441 DEFSH (0, area_range_cmd_vtysh, 
20442        "area A.B.C.D range X:X::X:X/M", 
20443        "OSPF area parameters\n"
20444        "Area ID (as an IPv4 notation)\n"
20445        "Configured address range\n"
20446        "Specify IPv6 prefix\n"
20447        )
20448
20449 DEFSH (0, ospf_router_id_cmd_vtysh, 
20450        "ospf router-id A.B.C.D", 
20451        "OSPF specific commands\n"
20452        "router-id for the OSPF process\n"
20453        "OSPF router-id in IP address format\n")
20454
20455 DEFSH (0, no_area_range_cmd_vtysh, 
20456        "no area A.B.C.D range X:X::X:X/M", 
20457        "OSPF area parameters\n"
20458        "Area ID (as an IPv4 notation)\n"
20459        "Configured address range\n"
20460        "Specify IPv6 prefix\n"
20461        )
20462
20463 DEFSH (0, clear_bgp_peer_rsclient_cmd_vtysh, 
20464        "clear bgp (A.B.C.D|X:X::X:X) rsclient", 
20465        "Reset functions\n"
20466        "BGP information\n"
20467        "BGP neighbor IP address to clear\n"
20468        "BGP IPv6 neighbor to clear\n"
20469        "Soft reconfig for rsclient RIB\n")
20470
20471 DEFSH (0, show_bgp_ipv6_safi_community_list_exact_cmd_vtysh, 
20472        "show bgp ipv6 (encap|multicast|unicast|vpn) community-list (<1-500>|WORD) exact-match", 
20473        "Show running system information\n"
20474        "BGP information\n"
20475        "Address family\n"
20476        "Address family modifier\n"
20477        "Address family modifier\n"
20478        "Address family modifier\n"
20479        "Address family modifier\n"
20480        "Display routes matching the community-list\n"
20481        "community-list number\n"
20482        "community-list name\n"
20483        "Exact match of the communities\n")
20484
20485 DEFSH (0, show_bgp_view_afi_safi_community3_cmd_vtysh, 
20486        "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)", 
20487        "Show running system information\n"
20488        "BGP information\n"
20489        "BGP view\n"
20490        "View name\n"
20491        "Address family\n"
20492        "Address family\n"
20493        "Address family modifier\n"
20494        "Address family modifier\n"
20495        "Display routes matching the communities\n"
20496        "community number\n"
20497        "Do not send outside local AS (well-known community)\n"
20498        "Do not advertise to any peer (well-known community)\n"
20499        "Do not export to next AS (well-known community)\n"
20500        "community number\n"
20501        "Do not send outside local AS (well-known community)\n"
20502        "Do not advertise to any peer (well-known community)\n"
20503        "Do not export to next AS (well-known community)\n"
20504        "community number\n"
20505        "Do not send outside local AS (well-known community)\n"
20506        "Do not advertise to any peer (well-known community)\n"
20507        "Do not export to next AS (well-known community)\n")
20508
20509 DEFSH (0, neighbor_maximum_prefix_cmd_vtysh, 
20510        "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295>", 
20511        "Specify neighbor router\n"
20512        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20513        "Maximum number of prefix accept from this peer\n"
20514        "maximum no. of prefix limit\n")
20515
20516 DEFSH (0, no_ip_extcommunity_list_name_expanded_cmd_vtysh, 
20517        "no ip extcommunity-list expanded WORD (deny|permit) .LINE", 
20518        "Negate a command or set its defaults\n"
20519        "IP information\n"
20520        "Add a extended community list entry\n"
20521        "Specify expanded extcommunity-list\n"
20522        "Community list name\n"
20523        "Specify community to reject\n"
20524        "Specify community to accept\n"
20525        "An ordered list as a regular-expression\n")
20526
20527 DEFSH (0, clear_ip_bgp_peer_group_ipv4_in_cmd_vtysh, 
20528        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) in", 
20529        "Reset functions\n"
20530        "IP information\n"
20531        "BGP information\n"
20532        "Clear all members of peer-group\n"
20533        "BGP peer-group name\n"
20534        "Address family\n"
20535        "Address Family modifier\n"
20536        "Address Family modifier\n"
20537        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
20538
20539 DEFSH (0|0|0|0, show_ipv6_prefix_list_cmd_vtysh, 
20540        "show ipv6 prefix-list", 
20541        "Show running system information\n"
20542        "IPv6 information\n"
20543        "Build a prefix list\n")
20544
20545 DEFSH (0, show_debugging_pim_cmd_vtysh, 
20546        "show debugging pim", 
20547        "Show running system information\n"
20548        "Debugging functions (see also 'undebug')\n"
20549        "PIM information\n")
20550
20551 DEFSH (0, ospf_area_authentication_cmd_vtysh, 
20552        "area (A.B.C.D|<0-4294967295>) authentication", 
20553        "OSPF area parameters\n"
20554        "OSPF area ID in IP address format\n"
20555        "OSPF area ID as a decimal value\n"
20556        "Enable authentication\n")
20557
20558 DEFSH (0, ospf6_distance_ospf6_external_intra_cmd_vtysh, 
20559        "distance ospf6 external <1-255> intra-area <1-255>", 
20560        "Define an administrative distance\n"
20561        "OSPF6 Administrative distance\n"
20562        "External routes\n"
20563        "Distance for external routes\n"
20564        "Intra-area routes\n"
20565        "Distance for intra-area routes\n")
20566
20567 DEFSH (0, show_bgp_ipv6_safi_lcommunity_cmd_vtysh, 
20568        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community AA:BB:CC", 
20569        "Show running system information\n"
20570        "BGP information\n"
20571        "Address family\n"
20572        "Address family modifier\n"
20573        "Address family modifier\n"
20574        "Address family modifier\n"
20575        "Address family modifier\n"
20576        "Display routes matching the large-communities\n"
20577        "large-community number\n")
20578
20579 DEFSH (0, no_ospf_timers_min_ls_arrival_cmd_vtysh, 
20580        "no timers lsa arrival", 
20581        "Negate a command or set its defaults\n"
20582        "Adjust routing timers\n"
20583        "Throttling link state advertisement delays\n"
20584        "OSPF minimum arrival interval delay\n")
20585
20586 DEFSH (0, access_list_extended_host_mask_cmd_vtysh, 
20587        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D A.B.C.D A.B.C.D", 
20588        "Add an access list entry\n"
20589        "IP extended access list\n"
20590        "IP extended access list (expanded range)\n"
20591        "Specify packets to reject\n"
20592        "Specify packets to forward\n"
20593        "Any Internet Protocol\n"
20594        "A single source host\n"
20595        "Source address\n"
20596        "Destination address\n"
20597        "Destination Wildcard bits\n")
20598
20599 DEFSH (0, no_lsp_gen_interval_l1_cmd_vtysh, 
20600        "no lsp-gen-interval level-1", 
20601        "Negate a command or set its defaults\n"
20602        "Minimum interval between regenerating same LSP\n"
20603        "Set interval for level 1 only\n")
20604
20605 DEFSH (0, ospf_default_information_originate_cmd_vtysh, 
20606        "default-information originate "
20607          "{always|metric <0-16777214>|metric-type (1|2)|route-map WORD}", 
20608        "Control distribution of default information\n"
20609        "Distribute a default route\n"
20610        "Always advertise default route\n"
20611        "OSPF default metric\n"
20612        "OSPF metric\n"
20613        "OSPF metric type for default routes\n"
20614        "Set OSPF External Type 1 metrics\n"
20615        "Set OSPF External Type 2 metrics\n"
20616        "Route map reference\n"
20617        "Pointer to route-map entries\n")
20618
20619 DEFSH (0, show_ip_bgp_neighbor_prefix_counts_cmd_vtysh, 
20620        "show ip bgp neighbors (A.B.C.D|X:X::X:X) prefix-counts", 
20621        "Show running system information\n"
20622        "IP information\n"
20623        "BGP information\n"
20624        "Detailed information on TCP and BGP neighbor connections\n"
20625        "Neighbor to display information about\n"
20626        "Neighbor to display information about\n"
20627        "Display detailed prefix count information\n")
20628
20629 DEFSH (0, show_ipv6_mbgp_community2_cmd_vtysh, 
20630        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
20631        "Show running system information\n"
20632        "IPv6 information\n"
20633        "MBGP information\n"
20634        "Display routes matching the communities\n"
20635        "community number\n"
20636        "Do not send outside local AS (well-known community)\n"
20637        "Do not advertise to any peer (well-known community)\n"
20638        "Do not export to next AS (well-known community)\n"
20639        "community number\n"
20640        "Do not send outside local AS (well-known community)\n"
20641        "Do not advertise to any peer (well-known community)\n"
20642        "Do not export to next AS (well-known community)\n")
20643
20644 DEFSH (0, no_ipv6_route_ifname_flags_vrf_cmd_vtysh, 
20645        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) " "vrf <0-65535>", 
20646        "Negate a command or set its defaults\n"
20647        "IP information\n"
20648        "Establish static routes\n"
20649        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
20650        "IPv6 gateway address\n"
20651        "IPv6 gateway interface name\n"
20652        "Emit an ICMP unreachable when matched\n"
20653        "Silently discard pkts when matched\n"
20654        "Specify the VRF\nThe VRF ID\n")
20655
20656 DEFSH (0, lsp_gen_interval_cmd_vtysh, 
20657        "lsp-gen-interval <1-120>", 
20658        "Minimum interval between regenerating same LSP\n"
20659        "Minimum interval in seconds\n")
20660
20661 DEFSH (0, clear_bgp_instance_all_rsclient_cmd_vtysh, 
20662        "clear bgp view WORD * rsclient", 
20663        "Reset functions\n"
20664        "BGP information\n"
20665        "BGP view\n"
20666        "view name\n"
20667        "Clear all peers\n"
20668        "Soft reconfig for rsclient RIB\n")
20669
20670 DEFSH (0, show_ip_bgp_cmd_vtysh, 
20671        "show ip bgp", 
20672        "Show running system information\n"
20673        "IP information\n"
20674        "BGP information\n")
20675
20676 DEFSH (0, show_ipv6_ospf6_interface_ifname_prefix_match_cmd_vtysh, 
20677        "show ipv6 ospf6 interface IFNAME prefix X:X::X:X/M (match|detail)", 
20678        "Show running system information\n"
20679        "IPv6 Information\n"
20680        "Open Shortest Path First (OSPF) for IPv6\n"
20681        "Interface information\n"
20682        "Interface name(e.g. ep0)\n"
20683        "Display connected prefixes to advertise\n"
20684        "Display the route\n"
20685        "Display the route matches the prefix\n"
20686        "Display details of the prefixes\n"
20687        )
20688
20689 DEFSH (0, no_neighbor_timers_connect_val_cmd_vtysh, 
20690        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "timers connect <1-65535>", 
20691        "Negate a command or set its defaults\n"
20692        "Specify neighbor router\n"
20693        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
20694        "BGP per neighbor timers\n"
20695        "BGP connect timer\n"
20696        "Connect timer\n")
20697
20698 DEFSH (0, show_bgp_ipv4_safi_rsclient_cmd_vtysh, 
20699        "show bgp ipv4 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X)", 
20700        "Show running system information\n"
20701        "BGP information\n"
20702        "Address family\n"
20703        "Address Family modifier\n"
20704        "Address Family modifier\n"
20705        "Information about Route Server Client\n"
20706        "Neighbor address\nIPv6 address\n")
20707
20708 DEFSH (0, clear_ip_bgp_all_ipv4_soft_out_cmd_vtysh, 
20709        "clear ip bgp * ipv4 (unicast|multicast) soft out", 
20710        "Reset functions\n"
20711        "IP information\n"
20712        "BGP information\n"
20713        "Clear all peers\n"
20714        "Address family\n"
20715        "Address Family modifier\n"
20716        "Address Family modifier\n"
20717        "Soft reconfig inbound and outbound updates\n"
20718        "Resend all outbound updates\n")
20719
20720 DEFSH (0, no_ip_ospf_hello_interval_seconds_cmd_vtysh, 
20721        "no ip ospf hello-interval <1-65535>", 
20722        "Negate a command or set its defaults\n"
20723        "IP Information\n"
20724        "OSPF interface commands\n"
20725        "Time between HELLO packets\n"
20726        "Seconds\n")
20727
20728 DEFSH (0, no_ipv6_route_ifname_pref_cmd_vtysh, 
20729        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255>", 
20730        "Negate a command or set its defaults\n"
20731        "IP information\n"
20732        "Establish static routes\n"
20733        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
20734        "IPv6 gateway address\n"
20735        "IPv6 gateway interface name\n"
20736        "Distance value for this prefix\n")
20737
20738 DEFSH (0, auto_cost_reference_bandwidth_cmd_vtysh, 
20739        "auto-cost reference-bandwidth <1-4294967>", 
20740        "Calculate OSPF interface cost according to bandwidth\n"
20741        "Use reference bandwidth method to assign OSPF cost\n"
20742        "The reference bandwidth in terms of Mbits per second\n")
20743
20744 DEFSH (0, no_ipv6_route_pref_cmd_vtysh, 
20745        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) <1-255>", 
20746        "Negate a command or set its defaults\n"
20747        "IP information\n"
20748        "Establish static routes\n"
20749        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
20750        "IPv6 gateway address\n"
20751        "IPv6 gateway interface name\n"
20752        "Distance value for this prefix\n")
20753
20754 DEFSH (0, no_ip_ospf_transmit_delay_addr_cmd_vtysh, 
20755        "no ip ospf transmit-delay A.B.C.D", 
20756        "Negate a command or set its defaults\n"
20757        "IP Information\n"
20758        "OSPF interface commands\n"
20759        "Link state transmit delay\n"
20760        "Address of interface")
20761
20762 DEFSH (0, ip_route_mask_flags_distance_cmd_vtysh, 
20763        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) <1-255>", 
20764        "IP information\n"
20765        "Establish static routes\n"
20766        "IP destination prefix\n"
20767        "IP destination prefix mask\n"
20768        "IP gateway address\n"
20769        "IP gateway interface name\n"
20770        "Emit an ICMP unreachable when matched\n"
20771        "Silently discard pkts when matched\n"
20772        "Distance value for this route\n")
20773
20774 DEFSH (0, clear_ip_bgp_as_in_prefix_filter_cmd_vtysh, 
20775        "clear ip bgp " "<1-4294967295>" " in prefix-filter", 
20776        "Reset functions\n"
20777        "IP information\n"
20778        "BGP information\n"
20779        "Clear peers with the AS number\n"
20780        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
20781        "Push out prefix-list ORF and do inbound soft reconfig\n")
20782
20783 DEFSH (0|0|0|0, ipv6_prefix_list_le_ge_cmd_vtysh, 
20784        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
20785        "IPv6 information\n"
20786        "Build a prefix list\n"
20787        "Name of a prefix list\n"
20788        "Specify packets to reject\n"
20789        "Specify packets to forward\n"
20790        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
20791        "Maximum prefix length to be matched\n"
20792        "Maximum prefix length\n"
20793        "Minimum prefix length to be matched\n"
20794        "Minimum prefix length\n")
20795
20796 DEFSH (0, clear_ipv6_ospf6_interface_cmd_vtysh, 
20797        "clear ipv6 ospf6 interface [IFNAME]", 
20798        "Reset functions\n"
20799        "IPv6 Information\n"
20800        "Open Shortest Path First (OSPF) for IPv6\n"
20801        "Interface information\n"
20802        "Interface name(e.g. ep0)\n"
20803        )
20804
20805 DEFSH (0, show_bgp_ipv6_safi_rsclient_route_cmd_vtysh, 
20806        "show bgp ipv6 (unicast|multicast) rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
20807        "Show running system information\n"
20808        "BGP information\n"
20809        "Address family\n"
20810        "Address Family modifier\n"
20811        "Address Family modifier\n"
20812        "Information about Route Server Client\n"
20813        "Neighbor address\nIPv6 address\n"
20814        "Network in the BGP routing table to display\n")
20815
20816 DEFSH (0, no_ip_protocol_cmd_vtysh, 
20817        "no ip protocol PROTO", 
20818        "Negate a command or set its defaults\n"
20819        "Remove route map from PROTO\n"
20820        "Protocol name\n")
20821
20822 DEFSH (0, show_bgp_community_all_cmd_vtysh, 
20823        "show bgp community", 
20824        "Show running system information\n"
20825        "BGP information\n"
20826        "Display routes matching the communities\n")
20827
20828 DEFSH (0, ipv6_ospf6_cost_cmd_vtysh, 
20829        "ipv6 ospf6 cost <1-65535>", 
20830        "IPv6 Information\n"
20831        "Open Shortest Path First (OSPF) for IPv6\n"
20832        "Interface cost\n"
20833        "Outgoing metric of this interface\n"
20834        )
20835
20836 DEFSH (0, clear_ip_bgp_all_encap_out_cmd_vtysh, 
20837        "clear ip bgp * encap unicast out", 
20838        "Reset functions\n"
20839        "IP information\n"
20840        "BGP information\n"
20841        "Clear all peers\n"
20842        "Address family\n"
20843        "Address Family Modifier\n"
20844        "Soft reconfig outbound update\n")
20845
20846 DEFSH (0, show_bgp_ipv4_community_exact_cmd_vtysh, 
20847        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
20848        "Show running system information\n"
20849        "BGP information\n"
20850        "IP information\n"
20851        "Display routes matching the communities\n"
20852        "community number\n"
20853        "Do not send outside local AS (well-known community)\n"
20854        "Do not advertise to any peer (well-known community)\n"
20855        "Do not export to next AS (well-known community)\n"
20856        "Exact match of the communities")
20857
20858 DEFSH (0, ospf_log_adjacency_changes_cmd_vtysh, 
20859        "log-adjacency-changes", 
20860        "Log changes in adjacency state\n")
20861
20862 DEFSH (0, no_max_lsp_lifetime_l1_arg_cmd_vtysh, 
20863        "no max-lsp-lifetime level-1 <350-65535>", 
20864        "Negate a command or set its defaults\n"
20865        "Maximum LSP lifetime for Level 1 only\n"
20866        "LSP lifetime for Level 1 only in seconds\n")
20867
20868 DEFSH (0, no_debug_zebra_fpm_cmd_vtysh, 
20869        "no debug zebra fpm", 
20870        "Negate a command or set its defaults\n"
20871        "Debugging functions (see also 'undebug')\n"
20872        "Zebra configuration\n"
20873        "Debug zebra FPM events\n")
20874
20875 DEFSH (0, no_max_lsp_lifetime_l2_cmd_vtysh, 
20876        "no max-lsp-lifetime level-2", 
20877        "Negate a command or set its defaults\n"
20878        "LSP lifetime for Level 2 only in seconds\n")
20879
20880 DEFSH (0, access_list_extended_cmd_vtysh, 
20881        "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", 
20882        "Add an access list entry\n"
20883        "IP extended access list\n"
20884        "IP extended access list (expanded range)\n"
20885        "Specify packets to reject\n"
20886        "Specify packets to forward\n"
20887        "Any Internet Protocol\n"
20888        "Source address\n"
20889        "Source wildcard bits\n"
20890        "Destination address\n"
20891        "Destination Wildcard bits\n")
20892
20893 DEFSH (0, no_set_lcommunity_delete_cmd_vtysh, 
20894        "no set large-comm-list", 
20895        "Negate a command or set its defaults\n"
20896        "Set values in destination routing protocol\n"
20897        "set BGP large community list (for deletion)\n")
20898
20899 DEFSH (0, ospf_message_digest_key_cmd_vtysh, 
20900        "ospf message-digest-key <1-255> md5 KEY", 
20901        "OSPF interface commands\n"
20902        "Message digest authentication password (key)\n"
20903        "Key ID\n"
20904        "Use MD5 algorithm\n"
20905        "The OSPF password (key)")
20906
20907 DEFSH (0, ipv6_route_ifname_pref_tag_cmd_vtysh, 
20908        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE tag <1-4294967295> <1-255>", 
20909        "IP information\n"
20910        "Establish static routes\n"
20911        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
20912        "IPv6 gateway address\n"
20913        "IPv6 gateway interface name\n"
20914        "Set tag for this route\n"
20915        "Tag value\n"
20916        "Distance value for this prefix\n")
20917
20918 DEFSH (0|0|0|0, clear_ipv6_prefix_list_name_prefix_cmd_vtysh, 
20919        "clear ipv6 prefix-list WORD X:X::X:X/M", 
20920        "Reset functions\n"
20921        "IPv6 information\n"
20922        "Build a prefix list\n"
20923        "Name of a prefix list\n"
20924        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n")
20925
20926 DEFSH (0, clear_ip_bgp_as_ipv4_soft_out_cmd_vtysh, 
20927        "clear ip bgp " "<1-4294967295>" " ipv4 (unicast|multicast) soft out", 
20928        "Reset functions\n"
20929        "IP information\n"
20930        "BGP information\n"
20931        "Clear peers with the AS number\n"
20932        "Address family\n"
20933        "Address Family modifier\n"
20934        "Address Family modifier\n"
20935        "Soft reconfig inbound and outbound updates\n"
20936        "Resend all outbound updates\n")
20937
20938 DEFSH (0, clear_bgp_ipv6_external_soft_cmd_vtysh, 
20939        "clear bgp ipv6 external soft", 
20940        "Reset functions\n"
20941        "BGP information\n"
20942        "Address family\n"
20943        "Clear all external peers\n"
20944        "Soft reconfig inbound and outbound updates\n")
20945
20946 DEFSH (0, clear_bgp_ipv6_peer_group_soft_in_cmd_vtysh, 
20947        "clear bgp ipv6 peer-group WORD soft in", 
20948        "Reset functions\n"
20949        "BGP information\n"
20950        "Address family\n"
20951        "Clear all members of peer-group\n"
20952        "BGP peer-group name\n"
20953        "Soft reconfig inbound and outbound updates\n"
20954        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
20955
20956 DEFSH (0, no_bgp_cluster_id_arg_cmd_vtysh, 
20957        "no bgp cluster-id A.B.C.D", 
20958        "Negate a command or set its defaults\n"
20959        "BGP information\n"
20960        "Configure Route-Reflector Cluster-id\n"
20961        "Route-Reflector Cluster-id in IP address format\n")
20962
20963 DEFSH (0, show_ip_bgp_ipv4_dampening_dampd_paths_cmd_vtysh, 
20964        "show ip bgp ipv4 (unicast|multicast) dampening dampened-paths", 
20965        "Show running system information\n"
20966        "IP information\n"
20967        "BGP information\n"
20968        "Address family\n"
20969        "Address Family modifier\n"
20970        "Address Family modifier\n"
20971        "Display detailed information about dampening\n"
20972        "Display paths suppressed due to dampening\n")
20973
20974 DEFSH (0, set_lcommunity_none_cmd_vtysh, 
20975        "set large-community none", 
20976        "Set values in destination routing protocol\n"
20977        "BGP large community attribute\n"
20978        "No large community attribute\n")
20979
20980 DEFSH (0, no_ip_route_mask_flags_tag_distance_cmd_vtysh, 
20981        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
20982        "Negate a command or set its defaults\n"
20983        "IP information\n"
20984        "Establish static routes\n"
20985        "IP destination prefix\n"
20986        "IP destination prefix mask\n"
20987        "IP gateway address\n"
20988        "IP gateway interface name\n"
20989        "Emit an ICMP unreachable when matched\n"
20990        "Silently discard pkts when matched\n"
20991        "Tag of this route\n"
20992        "Tag value\n"
20993        "Distance value for this route\n")
20994
20995 DEFSH (0, show_bgp_view_prefix_cmd_vtysh, 
20996        "show bgp view WORD X:X::X:X/M", 
20997        "Show running system information\n"
20998        "BGP information\n"
20999        "BGP view\n"
21000        "View name\n"
21001        "IPv6 prefix <network>/<length>\n")
21002
21003 DEFSH (0, debug_ospf_zebra_cmd_vtysh, 
21004        "debug ospf zebra", 
21005        "Debugging functions (see also 'undebug')\n"
21006        "OSPF information\n"
21007        "OSPF Zebra information\n")
21008
21009 DEFSH (0, neighbor_attr_unchanged8_cmd_vtysh, 
21010        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop as-path med", 
21011        "Specify neighbor router\n"
21012        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21013        "BGP attribute is propagated unchanged to this neighbor\n"
21014        "Nexthop attribute\n"
21015        "As-path attribute\n"
21016        "Med attribute\n")
21017
21018 DEFSH (0, ospf_area_vlink_authkey_cmd_vtysh, 
21019        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
21020        "(authentication-key|) AUTH_KEY", 
21021        "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"
21022        "Authentication password (key)\n" "The OSPF password (key)")
21023
21024 DEFSH (0, no_debug_mroute_cmd_vtysh, 
21025        "no debug mroute", 
21026        "Negate a command or set its defaults\n"
21027        "Debugging functions (see also 'undebug')\n"
21028        "PIM interaction with kernel MFC cache\n")
21029
21030 DEFSH (0, set_ipv6_nexthop_global_cmd_vtysh, 
21031        "set ipv6 next-hop global X:X::X:X", 
21032        "Set values in destination routing protocol\n"
21033        "IPv6 information\n"
21034        "IPv6 next-hop address\n"
21035        "IPv6 global address\n"
21036        "IPv6 address of next hop\n")
21037
21038 DEFSH (0, clear_bgp_ipv6_external_in_prefix_filter_cmd_vtysh, 
21039        "clear bgp ipv6 external in prefix-filter", 
21040        "Reset functions\n"
21041        "BGP information\n"
21042        "Address family\n"
21043        "Clear all external peers\n"
21044        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
21045        "Push out prefix-list ORF and do inbound soft reconfig\n")
21046
21047 DEFSH (0, no_debug_rip_packet_cmd_vtysh, 
21048        "no debug rip packet", 
21049        "Negate a command or set its defaults\n"
21050        "Debugging functions (see also 'undebug')\n"
21051        "RIP information\n"
21052        "RIP packet\n")
21053
21054 DEFSH (0, show_isis_mpls_te_router_cmd_vtysh, 
21055        "show isis mpls-te router", 
21056        "Show running system information\n"
21057        "IS-IS information\n"
21058        "MPLS-TE specific commands\n"
21059        "Router information\n")
21060
21061 DEFSH (0, no_link_params_delay_var_cmd_vtysh, 
21062        "no delay-variation", 
21063        "Negate a command or set its defaults\n"
21064        "Disable Unidirectional Delay Variation on this interface\n")
21065
21066 DEFSH (0, no_match_aspath_val_cmd_vtysh, 
21067        "no match as-path WORD", 
21068        "Negate a command or set its defaults\n"
21069        "Match values from routing table\n"
21070        "Match BGP AS path list\n"
21071        "AS path access-list name\n")
21072
21073 DEFSH (0, show_ip_extcommunity_list_arg_cmd_vtysh, 
21074        "show ip extcommunity-list (<1-500>|WORD)", 
21075        "Show running system information\n"
21076        "IP information\n"
21077        "List extended-community list\n"
21078        "Extcommunity-list number\n"
21079        "Extcommunity-list name\n")
21080
21081 DEFSH (0, pce_neighbor_cmd_vtysh, 
21082        "pce neighbor as <0-65535>", 
21083        "PCE Router Information specific commands\n"
21084        "Configure PCE neighbor domain AS number\n"
21085        "AS number of PCE neighbors\n"
21086        "AS number in decimal <0-65535>\n")
21087
21088 DEFSH (0, show_bgp_views_cmd_vtysh, 
21089        "show bgp views", 
21090        "Show running system information\n"
21091        "BGP information\n"
21092        "Show the defined BGP views\n")
21093
21094 DEFSH (0, no_isis_hello_multiplier_arg_cmd_vtysh, 
21095        "no isis hello-multiplier <2-100>", 
21096        "Negate a command or set its defaults\n"
21097        "IS-IS commands\n"
21098        "Set multiplier for Hello holding time\n"
21099        "Hello multiplier value\n")
21100
21101 DEFSH (0, ospf_abr_type_cmd_vtysh, 
21102        "ospf abr-type (cisco|ibm|shortcut|standard)", 
21103        "OSPF specific commands\n"
21104        "Set OSPF ABR type\n"
21105        "Alternative ABR,  cisco implementation\n"
21106        "Alternative ABR,  IBM implementation\n"
21107        "Shortcut ABR\n"
21108        "Standard behavior (RFC2328)\n")
21109
21110 DEFSH (0, no_ip_route_flags_distance2_cmd_vtysh, 
21111        "no ip route A.B.C.D/M (reject|blackhole) <1-255>", 
21112        "Negate a command or set its defaults\n"
21113        "IP information\n"
21114        "Establish static routes\n"
21115        "IP destination prefix (e.g. 10.0.0.0/8)\n"
21116        "Emit an ICMP unreachable when matched\n"
21117        "Silently discard pkts when matched\n"
21118        "Distance value for this route\n")
21119
21120 DEFSH (0, no_ospf_cost_u32_cmd_vtysh, 
21121        "no ospf cost <1-65535>", 
21122        "Negate a command or set its defaults\n"
21123        "OSPF interface commands\n"
21124        "Interface cost\n"
21125        "Cost")
21126
21127 DEFSH (0, no_if_rmap_cmd_vtysh, 
21128        "no route-map ROUTEMAP_NAME (in|out) IFNAME", 
21129        "Negate a command or set its defaults\n"
21130        "Route map unset\n"
21131        "Route map name\n"
21132        "Route map for input filtering\n"
21133        "Route map for output filtering\n"
21134        "Route map interface name\n")
21135
21136 DEFSH (0, show_bgp_ipv4_safi_filter_list_cmd_vtysh, 
21137        "show bgp ipv4 (encap|multicast|unicast|vpn) filter-list WORD", 
21138        "Show running system information\n"
21139        "BGP information\n"
21140        "Address Family modifier\n"
21141        "Address Family modifier\n"
21142        "Address Family modifier\n"
21143        "Address Family modifier\n"
21144        "Display routes conforming to the filter-list\n"
21145        "Regular expression access list name\n")
21146
21147 DEFSH (0, neighbor_send_community_cmd_vtysh, 
21148        "neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community", 
21149        "Specify neighbor router\n"
21150        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21151        "Send Community attribute to this neighbor\n")
21152
21153 DEFSH (0, no_ripng_aggregate_address_cmd_vtysh, 
21154        "no aggregate-address X:X::X:X/M", 
21155        "Negate a command or set its defaults\n"
21156        "Delete aggregate RIPng route announcement\n"
21157        "Aggregate network")
21158
21159 DEFSH (0, rip_passive_interface_cmd_vtysh, 
21160        "passive-interface (IFNAME|default)", 
21161        "Suppress routing updates on an interface\n"
21162        "Interface name\n"
21163        "default for all interfaces\n")
21164
21165 DEFSH (0, interface_no_ip_igmp_query_interval_cmd_vtysh, 
21166        "no" " " "ip igmp query-interval", 
21167        "Negate a command or set its defaults\n"
21168        "IP information\n"
21169        "Enable IGMP operation\n"
21170        "IGMP host query interval\n")
21171
21172 DEFSH (0, no_isis_hello_multiplier_l1_cmd_vtysh, 
21173        "no isis hello-multiplier level-1", 
21174        "Negate a command or set its defaults\n"
21175        "IS-IS commands\n"
21176        "Set multiplier for Hello holding time\n"
21177        "Specify hello multiplier for level-1 IIHs\n")
21178
21179 DEFSH (0, ip_forwarding_cmd_vtysh, 
21180        "ip forwarding", 
21181        "IP information\n"
21182        "Turn on IP forwarding")
21183
21184 DEFSH (0, ipv6_nd_other_config_flag_cmd_vtysh, 
21185        "ipv6 nd other-config-flag", 
21186        "Interface IPv6 config commands\n"
21187        "Neighbor discovery\n"
21188        "Other statefull configuration flag\n")
21189
21190 DEFSH (0, show_bgp_ipv4_safi_flap_cidr_only_cmd_vtysh, 
21191        "show bgp ipv4 (encap|multicast|unicast|vpn) flap-statistics cidr-only", 
21192        "Show running system information\n"
21193        "BGP information\n"
21194        "Address Family\n"
21195        "Address Family Modifier\n"
21196        "Address Family Modifier\n"
21197        "Address Family Modifier\n"
21198        "Address Family Modifier\n"
21199        "Display flap statistics of routes\n"
21200        "Display only routes with non-natural netmasks\n")
21201
21202 DEFSH (0, if_nhrp_holdtime_cmd_vtysh, 
21203  "(ip|ipv6)" " nhrp holdtime <1-65000>", 
21204  "IP information\n" "IPv6 information\n"
21205  "Next Hop Resolution Protocol functions\n"
21206  "Specify NBMA address validity time\n"
21207  "Time in seconds that NBMA addresses are advertised valid\n")
21208
21209 DEFSH (0, show_ip_bgp_flap_prefix_cmd_vtysh, 
21210        "show ip bgp flap-statistics A.B.C.D/M", 
21211        "Show running system information\n"
21212        "IP information\n"
21213        "BGP information\n"
21214        "Display flap statistics of routes\n"
21215        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
21216
21217 DEFSH (0, no_ip_ospf_authentication_key_addr_cmd_vtysh, 
21218        "no ip ospf authentication-key A.B.C.D", 
21219        "Negate a command or set its defaults\n"
21220        "IP Information\n"
21221        "OSPF interface commands\n"
21222        "Authentication password (key)\n"
21223        "Address of interface")
21224
21225 DEFSH (0, show_ip_pim_assert_winner_metric_cmd_vtysh, 
21226        "show ip pim assert-winner-metric", 
21227        "Show running system information\n"
21228        "IP information\n"
21229        "PIM information\n"
21230        "PIM interface assert winner metric\n")
21231
21232 DEFSH (0, no_neighbor_peer_group_cmd_vtysh, 
21233        "no neighbor WORD peer-group", 
21234        "Negate a command or set its defaults\n"
21235        "Specify neighbor router\n"
21236        "Neighbor tag\n"
21237        "Configure peer-group\n")
21238
21239 DEFSH (0, show_ip_bgp_lcommunity2_cmd_vtysh, 
21240        "show ip bgp large-community (AA:BB:CC) (AA:BB:CC)", 
21241        "Show running system information\n"
21242        "IP information\n"
21243        "BGP information\n"
21244        "Display routes matching the large-communities\n"
21245        "large-community number\n"
21246        "large-community number\n")
21247
21248 DEFSH (0, neighbor_route_reflector_client_cmd_vtysh, 
21249        "neighbor (A.B.C.D|X:X::X:X|WORD) " "route-reflector-client", 
21250        "Specify neighbor router\n"
21251        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21252        "Configure a neighbor as Route Reflector client\n")
21253
21254 DEFSH (0, show_ipv6_mbgp_prefix_list_cmd_vtysh, 
21255        "show ipv6 mbgp prefix-list WORD", 
21256        "Show running system information\n"
21257        "IPv6 information\n"
21258        "MBGP information\n"
21259        "Display routes matching the prefix-list\n"
21260        "IPv6 prefix-list name\n")
21261
21262 DEFSH (0, show_ipv6_route_tag_cmd_vtysh, 
21263        "show ipv6 route tag <1-4294967295>", 
21264        "Show running system information\n"
21265        "IP information\n"
21266        "IPv6 routing table\n"
21267        "Show only routes with tag\n"
21268        "Tag value\n")
21269
21270 DEFSH (0, isis_network_cmd_vtysh, 
21271        "isis network point-to-point", 
21272        "IS-IS commands\n"
21273        "Set network type\n"
21274        "point-to-point network type\n")
21275
21276 DEFSH (0, debug_igmp_trace_cmd_vtysh, 
21277        "debug igmp trace", 
21278        "Debugging functions (see also 'undebug')\n"
21279        "IGMP protocol activity\n"
21280        "IGMP internal daemon activity\n")
21281
21282 DEFSH (0, no_csnp_interval_l1_arg_cmd_vtysh, 
21283        "no isis csnp-interval <1-600> level-1", 
21284        "Negate a command or set its defaults\n"
21285        "IS-IS commands\n"
21286        "Set CSNP interval in seconds\n"
21287        "CSNP interval value\n"
21288        "Specify interval for level-1 CSNPs\n")
21289
21290 DEFSH (0, neighbor_advertise_interval_cmd_vtysh, 
21291        "neighbor (A.B.C.D|X:X::X:X|WORD) " "advertisement-interval <0-600>", 
21292        "Specify neighbor router\n"
21293        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21294        "Minimum interval between sending BGP routing updates\n"
21295        "time in seconds\n")
21296
21297 DEFSH (0, ipv6_route_ifname_flags_cmd_vtysh, 
21298        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole)", 
21299        "IP information\n"
21300        "Establish static routes\n"
21301        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
21302        "IPv6 gateway address\n"
21303        "IPv6 gateway interface name\n"
21304        "Emit an ICMP unreachable when matched\n"
21305        "Silently discard pkts when matched\n")
21306
21307 DEFSH (0|0|0|0, show_ipv6_prefix_list_name_seq_cmd_vtysh, 
21308        "show ipv6 prefix-list WORD seq <1-4294967295>", 
21309        "Show running system information\n"
21310        "IPv6 information\n"
21311        "Build a prefix list\n"
21312        "Name of a prefix list\n"
21313        "sequence number of an entry\n"
21314        "Sequence number\n")
21315
21316 DEFSH (0, clear_bgp_as_soft_in_cmd_vtysh, 
21317        "clear bgp " "<1-4294967295>" " soft in", 
21318        "Reset functions\n"
21319        "BGP information\n"
21320        "Clear peers with the AS number\n"
21321        "Soft reconfig inbound and outbound updates\n"
21322        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
21323
21324 DEFSH (0, no_debug_ospf6_lsa_hex_cmd_vtysh, 
21325        "no debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix|unknown)", 
21326        "Negate a command or set its defaults\n"
21327        "Debugging functions (see also 'undebug')\n"
21328        "Open Shortest Path First (OSPF) for IPv6\n"
21329        "Debug Link State Advertisements (LSAs)\n"
21330        "Specify LS type as Hexadecimal\n"
21331       )
21332
21333 DEFSH (0, debug_isis_packet_dump_cmd_vtysh, 
21334        "debug isis packet-dump", 
21335        "Debugging functions (see also 'undebug')\n"
21336        "IS-IS information\n"
21337        "IS-IS packet dump\n")
21338
21339 DEFSH (0, bgp_default_ipv4_unicast_cmd_vtysh, 
21340        "bgp default ipv4-unicast", 
21341        "BGP specific commands\n"
21342        "Configure BGP defaults\n"
21343        "Activate ipv4-unicast for a peer by default\n")
21344
21345 DEFSH (0, no_ip_route_mask_flags_tag_cmd_vtysh, 
21346        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE) (reject|blackhole) tag <1-4294967295>", 
21347        "Negate a command or set its defaults\n"
21348        "IP information\n"
21349        "Establish static routes\n"
21350        "IP destination prefix\n"
21351        "IP destination prefix mask\n"
21352        "IP gateway address\n"
21353        "IP gateway interface name\n"
21354        "Emit an ICMP unreachable when matched\n"
21355        "Silently discard pkts when matched\n"
21356        "Tag of this route\n"
21357        "Tag value\n")
21358
21359 DEFSH (0, no_neighbor_attr_unchanged2_cmd_vtysh, 
21360        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path (next-hop|med)", 
21361        "Negate a command or set its defaults\n"
21362        "Specify neighbor router\n"
21363        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21364        "BGP attribute is propagated unchanged to this neighbor\n"
21365        "As-path attribute\n"
21366        "Nexthop attribute\n"
21367        "Med attribute\n")
21368
21369 DEFSH (0, ip_router_isis_cmd_vtysh, 
21370        "(ip|ipv6) router isis WORD", 
21371        "Interface Internet Protocol config commands\n"
21372        "IP router interface commands\n"
21373        "IS-IS Routing for IP\n"
21374        "Routing process tag\n")
21375
21376 DEFSH (0, area_passwd_clear_cmd_vtysh, 
21377        "(area-password|domain-password) clear WORD", 
21378        "Configure the authentication password for an area\n"
21379        "Set the authentication password for a routing domain\n"
21380        "Authentication type\n"
21381        "Area password\n")
21382
21383 DEFSH (0, ip_ospf_network_cmd_vtysh, 
21384        "ip ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)", 
21385        "IP Information\n"
21386        "OSPF interface commands\n"
21387        "Network type\n"
21388        "Specify OSPF broadcast multi-access network\n"
21389        "Specify OSPF NBMA network\n"
21390        "Specify OSPF point-to-multipoint network\n"
21391        "Specify OSPF point-to-point network\n")
21392
21393 DEFSH (0, debug_ospf_zebra_sub_cmd_vtysh, 
21394        "debug ospf zebra (interface|redistribute)", 
21395        "Debugging functions (see also 'undebug')\n"
21396        "OSPF information\n"
21397        "OSPF Zebra information\n"
21398        "Zebra interface\n"
21399        "Zebra redistribute\n")
21400
21401 DEFSH (0, no_lsp_gen_interval_l2_arg_cmd_vtysh, 
21402        "no lsp-gen-interval level-2 <1-120>", 
21403        "Negate a command or set its defaults\n"
21404        "Minimum interval between regenerating same LSP\n"
21405        "Set interval for level 2 only\n"
21406        "Minimum interval in seconds\n")
21407
21408 DEFSH (0, show_bgp_view_ipv4_rsclient_cmd_vtysh, 
21409        "show bgp view WORD ipv4 rsclient (A.B.C.D|X:X::X:X)", 
21410        "Show running system information\n"
21411        "BGP information\n"
21412        "BGP view\n"
21413        "View name\n"
21414        "Address Family\n"
21415        "Information about Route Server Client\n"
21416        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n")
21417
21418 DEFSH (0, show_ip_bgp_vpnv4_rd_prefix_cmd_vtysh, 
21419        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn A.B.C.D/M", 
21420        "Show running system information\n"
21421        "IP information\n"
21422        "BGP information\n"
21423        "Display VPNv4 NLRI specific information\n"
21424        "Display information for a route distinguisher\n"
21425        "VPN Route Distinguisher\n"
21426        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
21427
21428 DEFSH (0, show_bgp_ipv4_encap_cmd_vtysh, 
21429        "show bgp ipv4 encap", 
21430        "Show running system information\n"
21431        "BGP information\n"
21432        "Address Family\n"
21433        "Display ENCAP NLRI specific information\n")
21434
21435 DEFSH (0, show_bgp_ipv6_filter_list_cmd_vtysh, 
21436        "show bgp ipv6 filter-list WORD", 
21437        "Show running system information\n"
21438        "BGP information\n"
21439        "Address family\n"
21440        "Display routes conforming to the filter-list\n"
21441        "Regular expression access list name\n")
21442
21443 DEFSH (0, spf_interval_l1_cmd_vtysh, 
21444        "spf-interval level-1 <1-120>", 
21445        "Minimum interval between SPF calculations\n"
21446        "Set interval for level 1 only\n"
21447        "Minimum interval between consecutive SPFs in seconds\n")
21448
21449 DEFSH (0, no_neighbor_attr_unchanged10_cmd_vtysh, 
21450        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med as-path next-hop", 
21451        "Negate a command or set its defaults\n"
21452        "Specify neighbor router\n"
21453        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21454        "BGP attribute is propagated unchanged to this neighbor\n"
21455        "Med attribute\n"
21456        "As-path attribute\n"
21457        "Nexthop attribute\n")
21458
21459 DEFSH (0, neighbor_weight_cmd_vtysh, 
21460        "neighbor (A.B.C.D|X:X::X:X|WORD) " "weight <0-65535>", 
21461        "Specify neighbor router\n"
21462        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21463        "Set default weight for routes from this neighbor\n"
21464        "default weight\n")
21465
21466 DEFSH (0, bgp_damp_set2_cmd_vtysh, 
21467        "bgp dampening <1-45>", 
21468        "BGP Specific commands\n"
21469        "Enable route-flap dampening\n"
21470        "Half-life time for the penalty\n")
21471
21472 DEFSH (0, no_ipv6_route_ifname_pref_vrf_cmd_vtysh, 
21473        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255> " "vrf <0-65535>", 
21474        "Negate a command or set its defaults\n"
21475        "IP information\n"
21476        "Establish static routes\n"
21477        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
21478        "IPv6 gateway address\n"
21479        "IPv6 gateway interface name\n"
21480        "Distance value for this prefix\n"
21481        "Specify the VRF\nThe VRF ID\n")
21482
21483 DEFSH (0, show_ipv6_ospf6_interface_cmd_vtysh, 
21484        "show ipv6 ospf6 interface", 
21485        "Show running system information\n"
21486        "IPv6 Information\n"
21487        "Open Shortest Path First (OSPF) for IPv6\n"
21488        "Interface information\n"
21489        )
21490
21491 DEFSH (0|0|0|0|0, no_match_tag_val_cmd_vtysh, 
21492        "no match tag <1-4294967295>", 
21493        "Negate a command or set its defaults\n"
21494        "Match values from routing table\n"
21495        "Match tag of route\n"
21496        "Metric value\n")
21497
21498 DEFSH (0, ipv6_ospf6_deadinterval_cmd_vtysh, 
21499        "ipv6 ospf6 dead-interval <1-65535>", 
21500        "IPv6 Information\n"
21501        "Open Shortest Path First (OSPF) for IPv6\n"
21502        "Interval time after which a neighbor is declared down\n"
21503        "<1-65535> Seconds\n"
21504        )
21505
21506 DEFSH (0, test_pim_receive_hello_cmd_vtysh, 
21507        "test pim receive hello INTERFACE A.B.C.D <0-65535> <0-65535> <0-65535> <0-32767> <0-65535> <0-1>[LINE]", 
21508        "Test\n"
21509        "Test PIM protocol\n"
21510        "Test PIM message reception\n"
21511        "Test PIM hello reception from neighbor\n"
21512        "Interface\n"
21513        "Neighbor address\n"
21514        "Neighbor holdtime\n"
21515        "Neighbor DR priority\n"
21516        "Neighbor generation ID\n"
21517        "Neighbor propagation delay (msec)\n"
21518        "Neighbor override interval (msec)\n"
21519        "Neighbor LAN prune delay T-bit\n"
21520        "Neighbor secondary addresses\n")
21521
21522 DEFSH (0, no_ospf_transmit_delay_cmd_vtysh, 
21523        "no ospf transmit-delay", 
21524        "Negate a command or set its defaults\n"
21525        "OSPF interface commands\n"
21526        "Link state transmit delay\n")
21527
21528 DEFSH (0, show_ip_bgp_damp_flap_address_cmd_vtysh, 
21529        "show ip bgp dampening flap-statistics A.B.C.D", 
21530        "Show running system information\n"
21531        "IP information\n"
21532        "BGP information\n"
21533        "Display detailed information about dampening\n"
21534        "Display flap statistics of routes\n"
21535        "Network in the BGP routing table to display\n")
21536
21537 DEFSH (0, show_bgp_ipv4_lcommunity_cmd_vtysh, 
21538        "show bgp ipv4 large-community (AA:BB:CC)", 
21539        "Show running system information\n"
21540        "BGP information\n"
21541        "IP information\n"
21542        "Display routes matching the large-communities\n"
21543        "large-community number\n")
21544
21545 DEFSH (0, show_bgp_ipv4_vpn_rd_neighbor_advertised_routes_cmd_vtysh, 
21546        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
21547        "Show running system information\n"
21548        "BGP information\n"
21549        "Address Family\n"
21550        "Display VPN NLRI specific information\n"
21551        "Display information for a route distinguisher\n"
21552        "VPN Route Distinguisher\n"
21553        "Detailed information on TCP and BGP neighbor connections\n"
21554        "Neighbor to display information about\n"
21555        "Neighbor to display information about\n"
21556        "Display the routes advertised to a BGP neighbor\n")
21557
21558 DEFSH (0, show_bgp_ipv6_prefix_longer_cmd_vtysh, 
21559        "show bgp ipv6 X:X::X:X/M longer-prefixes", 
21560        "Show running system information\n"
21561        "BGP information\n"
21562        "Address family\n"
21563        "IPv6 prefix <network>/<length>\n"
21564        "Display route and more specific routes\n")
21565
21566 DEFSH (0, no_if_ipv6_rmap_cmd_vtysh, 
21567        "no route-map ROUTEMAP_NAME (in|out) IFNAME", 
21568        "Negate a command or set its defaults\n"
21569        "Route map unset\n"
21570        "Route map name\n"
21571        "Route map for input filtering\n"
21572        "Route map for output filtering\n"
21573        "Route map interface name\n")
21574
21575 DEFSH (0, clear_ip_bgp_peer_ipv4_in_cmd_vtysh, 
21576        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in", 
21577        "Reset functions\n"
21578        "IP information\n"
21579        "BGP information\n"
21580        "BGP neighbor address to clear\n"
21581        "Address family\n"
21582        "Address Family modifier\n"
21583        "Address Family modifier\n"
21584        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
21585
21586 DEFSH (0, show_bgp_ipv6_neighbor_received_prefix_filter_cmd_vtysh, 
21587        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
21588        "Show running system information\n"
21589        "BGP information\n"
21590        "Address family\n"
21591        "Detailed information on TCP and BGP neighbor connections\n"
21592        "Neighbor to display information about\n"
21593        "Neighbor to display information about\n"
21594        "Display information received from a BGP neighbor\n"
21595        "Display the prefixlist filter\n")
21596
21597 DEFSH (0|0|0|0|0|0, rmap_continue_cmd_vtysh, 
21598        "continue", 
21599        "Continue on a different entry within the route-map\n")
21600
21601 DEFSH (0, show_ipv6_ospf6_route_type_cmd_vtysh, 
21602        "show ipv6 ospf6 route (intra-area|inter-area|external-1|external-2)", 
21603        "Show running system information\n"
21604        "IPv6 Information\n"
21605        "Open Shortest Path First (OSPF) for IPv6\n"
21606        "Routing Table\n"
21607        "Display Intra-Area routes\n"
21608        "Display Inter-Area routes\n"
21609        "Display Type-1 External routes\n"
21610        "Display Type-2 External routes\n"
21611        )
21612
21613 DEFSH (0, neighbor_attr_unchanged6_cmd_vtysh, 
21614        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path med next-hop", 
21615        "Specify neighbor router\n"
21616        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21617        "BGP attribute is propagated unchanged to this neighbor\n"
21618        "As-path attribute\n"
21619        "Med attribute\n"
21620        "Nexthop attribute\n")
21621
21622 DEFSH (0, show_ip_bgp_damp_flap_statistics_cmd_vtysh, 
21623        "show ip bgp dampening flap-statistics", 
21624        "Show running system information\n"
21625        "IP information\n"
21626        "BGP information\n"
21627        "Display detailed information about dampening\n"
21628        "Display flap statistics of routes\n")
21629
21630 DEFSH (0, clear_bgp_peer_soft_out_cmd_vtysh, 
21631        "clear bgp (A.B.C.D|X:X::X:X) soft out", 
21632        "Reset functions\n"
21633        "BGP information\n"
21634        "BGP neighbor address to clear\n"
21635        "BGP IPv6 neighbor to clear\n"
21636        "Soft reconfig inbound and outbound updates\n"
21637        "Resend all outbound updates\n")
21638
21639 DEFSH (0, ipv6_nd_homeagent_config_flag_cmd_vtysh, 
21640        "ipv6 nd home-agent-config-flag", 
21641        "Interface IPv6 config commands\n"
21642        "Neighbor discovery\n"
21643        "Home Agent configuration flag\n")
21644
21645 DEFSH (0, show_ipv6_bgp_filter_list_cmd_vtysh, 
21646        "show ipv6 bgp filter-list WORD", 
21647        "Show running system information\n"
21648        "IPv6 information\n"
21649        "BGP information\n"
21650        "Display routes conforming to the filter-list\n"
21651        "Regular expression access list name\n")
21652
21653 DEFSH (0, no_debug_ospf_nsm_sub_cmd_vtysh, 
21654        "no debug ospf nsm (status|events|timers)", 
21655        "Negate a command or set its defaults\n"
21656        "Debugging functions\n"
21657        "OSPF information\n"
21658        "OSPF Interface State Machine\n"
21659        "NSM Status Information\n"
21660        "NSM Event Information\n"
21661        "NSM Timer Information\n")
21662
21663 DEFSH (0, router_id_cmd_vtysh, 
21664        "router-id A.B.C.D", 
21665        "Manually set the router-id\n"
21666        "IP address to use for router-id\n")
21667
21668 DEFSH (0, show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh, 
21669        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X)", 
21670        "Show running system information\n"
21671        "IP information\n"
21672        "BGP information\n"
21673        "Address family\n"
21674        "Address Family modifier\n"
21675        "Address Family modifier\n"
21676        "Detailed information on TCP and BGP neighbor connections\n"
21677        "Neighbor to display information about\n"
21678        "Neighbor to display information about\n")
21679
21680 DEFSH (0, no_ip_rip_send_version_cmd_vtysh, 
21681        "no ip rip send version", 
21682        "Negate a command or set its defaults\n"
21683        "IP information\n"
21684        "Routing Information Protocol\n"
21685        "Advertisement transmission\n"
21686        "Version control\n")
21687
21688 DEFSH (0, debug_static_cmd_vtysh, 
21689        "debug static", 
21690        "Debugging functions (see also 'undebug')\n"
21691        "PIM Static Multicast Route activity\n")
21692
21693 DEFSH (0, ipv6_route_ifname_flags_tag_cmd_vtysh, 
21694        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE (reject|blackhole) tag <1-4294967295>", 
21695        "IP information\n"
21696        "Establish static routes\n"
21697        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
21698        "IPv6 gateway address\n"
21699        "IPv6 gateway interface name\n"
21700        "Emit an ICMP unreachable when matched\n"
21701        "Silently discard pkts when matched\n"
21702        "Set tag for this route\n"
21703        "Tag value\n")
21704
21705 DEFSH (0, show_bgp_ipv6_route_cmd_vtysh, 
21706        "show bgp ipv6 X:X::X:X", 
21707        "Show running system information\n"
21708        "BGP information\n"
21709        "Address family\n"
21710        "Network in the BGP routing table to display\n")
21711
21712 DEFSH (0, show_bgp_ipv6_encap_rd_cmd_vtysh, 
21713        "show bgp ipv6 encap rd ASN:nn_or_IP-address:nn", 
21714        "Show running system information\n"
21715        "BGP information\n"
21716        "Address Family\n"
21717        "Display ENCAP NLRI specific information\n"
21718        "Display information for a route distinguisher\n"
21719        "ENCAP Route Distinguisher\n"
21720        "Display BGP tags for prefixes\n")
21721
21722 DEFSH (0, clear_bgp_ipv6_all_soft_in_cmd_vtysh, 
21723        "clear bgp ipv6 * soft in", 
21724        "Reset functions\n"
21725        "BGP information\n"
21726        "Address family\n"
21727        "Clear all peers\n"
21728        "Soft reconfig inbound and outbound updates\n"
21729        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
21730
21731 DEFSH (0, no_neighbor_send_community_type_cmd_vtysh, 
21732        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community (both|all|extended|standard|large)", 
21733        "Negate a command or set its defaults\n"
21734        "Specify neighbor router\n"
21735        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
21736        "Send Community attribute to this neighbor\n"
21737        "Send Standard,  Large and Extended Community attributes\n"
21738        "Send Standard,  Large and Extended Community attributes\n"
21739        "Send Extended Community attributes\n"
21740        "Send Standard Community attributes\n"
21741        "Send Large Community attributes\n")
21742
21743 DEFSH (0, ip_address_label_cmd_vtysh, 
21744        "ip address A.B.C.D/M label LINE", 
21745        "Interface Internet Protocol config commands\n"
21746        "Set the IP address of an interface\n"
21747        "IP address (e.g. 10.0.0.1/8)\n"
21748        "Label of this address\n"
21749        "Label\n")
21750
21751 DEFSH (0, show_interface_name_cmd_vtysh, 
21752        "show interface IFNAME", 
21753        "Show running system information\n"
21754        "Interface status and configuration\n"
21755        "Interface name\n")
21756
21757 DEFSH (0, rip_allow_ecmp_cmd_vtysh, 
21758        "allow-ecmp", 
21759        "Allow Equal Cost MultiPath\n")
21760
21761 DEFSH (0, no_ipv6_nd_managed_config_flag_cmd_vtysh, 
21762        "no ipv6 nd managed-config-flag", 
21763        "Negate a command or set its defaults\n"
21764        "Interface IPv6 config commands\n"
21765        "Neighbor discovery\n"
21766        "Managed address configuration flag\n")
21767
21768 DEFSH (0|0|0|0, ip_prefix_list_seq_cmd_vtysh, 
21769        "ip prefix-list WORD seq <1-4294967295> (deny|permit) (A.B.C.D/M|any)", 
21770        "IP information\n"
21771        "Build a prefix list\n"
21772        "Name of a prefix list\n"
21773        "sequence number of an entry\n"
21774        "Sequence number\n"
21775        "Specify packets to reject\n"
21776        "Specify packets to forward\n"
21777        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
21778        "Any prefix match. Same as \"0.0.0.0/0 le 32\"\n")
21779
21780 DEFSH (0, no_ripng_default_information_originate_cmd_vtysh, 
21781        "no default-information originate", 
21782        "Negate a command or set its defaults\n"
21783        "Default route information\n"
21784        "Distribute default route\n")
21785
21786 DEFSH (0, show_ip_bgp_ipv4_dampening_parameters_cmd_vtysh, 
21787        "show ip bgp ipv4 (unicast|multicast) dampening parameters", 
21788        "Show running system information\n"
21789        "IP information\n"
21790        "BGP information\n"
21791        "Address family\n"
21792        "Address Family modifier\n"
21793        "Address Family modifier\n"
21794        "Display detailed information about dampening\n"
21795        "Display detail of configured dampening parameters\n")
21796
21797 DEFSH (0, show_ip_bgp_nexthop_cmd_vtysh, 
21798        "show ip bgp nexthop", 
21799        "Show running system information\n"
21800        "IP information\n"
21801        "BGP information\n"
21802        "BGP nexthop table\n")
21803
21804 DEFSH (0|0, match_ipv6_address_cmd_vtysh, 
21805       "match ipv6 address WORD", 
21806       "Match values from routing table\n"
21807       "IPv6 information\n"
21808       "Match IPv6 address of route\n"
21809       "IPv6 access-list name\n")
21810
21811 DEFSH (0, no_ospf_cost_cmd_vtysh, 
21812        "no ospf cost", 
21813        "Negate a command or set its defaults\n"
21814        "OSPF interface commands\n"
21815        "Interface cost\n")
21816
21817 DEFSH (0, ip_route_flags_distance2_vrf_cmd_vtysh, 
21818        "ip route A.B.C.D/M (reject|blackhole) <1-255> " "vrf <0-65535>", 
21819        "IP information\n"
21820        "Establish static routes\n"
21821        "IP destination prefix (e.g. 10.0.0.0/8)\n"
21822        "Emit an ICMP unreachable when matched\n"
21823        "Silently discard pkts when matched\n"
21824        "Distance value for this route\n"
21825        "Specify the VRF\nThe VRF ID\n")
21826
21827 DEFSH (0, ospf_cost_u32_inet4_cmd_vtysh, 
21828        "ospf cost <1-65535> A.B.C.D", 
21829        "OSPF interface commands\n"
21830        "Interface cost\n"
21831        "Cost\n"
21832        "Address of interface")
21833
21834 DEFSH (0, show_ipv6_mbgp_summary_cmd_vtysh, 
21835        "show ipv6 mbgp summary", 
21836        "Show running system information\n"
21837        "IPv6 information\n"
21838        "MBGP information\n"
21839        "Summary of BGP neighbor status\n")
21840
21841 DEFSH (0, show_bgp_ipv4_vpn_rd_neighbor_routes_cmd_vtysh, 
21842        "show bgp ipv4 vpn rd ASN:nn_or_IP-address:nn neighbors (A.B.C.D|X:X::X:X) routes", 
21843        "Show running system information\n"
21844        "BGP information\n"
21845        "Address Family\n"
21846        "Address Family modifier\n"
21847        "Display information for a route distinguisher\n"
21848        "VPN Route Distinguisher\n"
21849        "Detailed information on TCP and BGP neighbor connections\n"
21850        "Neighbor to display information about\n"
21851        "Display routes learned from neighbor\n")
21852
21853 DEFSH (0, clear_ip_bgp_all_soft_cmd_vtysh, 
21854        "clear ip bgp * soft", 
21855        "Reset functions\n"
21856        "IP information\n"
21857        "BGP information\n"
21858        "Clear all peers\n"
21859        "Soft reconfig inbound and outbound updates\n")
21860
21861 DEFSH (0, no_isis_hello_interval_l2_arg_cmd_vtysh, 
21862        "no isis hello-interval <1-600> level-2", 
21863        "Negate a command or set its defaults\n"
21864        "IS-IS commands\n"
21865        "Set Hello interval\n"
21866        "Hello interval value\n"
21867        "Holdtime 1 second,  interval depends on multiplier\n"
21868        "Specify hello-interval for level-2 IIHs\n")
21869
21870 DEFSH (0, no_service_advanced_vty_cmd_vtysh, 
21871        "no service advanced-vty", 
21872        "Negate a command or set its defaults\n"
21873        "Set up miscellaneous service\n"
21874        "Enable advanced mode vty interface\n")
21875
21876 DEFSH (0, ipv6_route_tag_cmd_vtysh, 
21877        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295>", 
21878        "IP information\n"
21879        "Establish static routes\n"
21880        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
21881        "IPv6 gateway address\n"
21882        "IPv6 gateway interface name\n"
21883        "Set tag for this route\n"
21884        "Tag value\n")
21885
21886 DEFSH (0, ip_route_mask_distance_vrf_cmd_vtysh, 
21887        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255> " "vrf <0-65535>", 
21888        "IP information\n"
21889        "Establish static routes\n"
21890        "IP destination prefix\n"
21891        "IP destination prefix mask\n"
21892        "IP gateway address\n"
21893        "IP gateway interface name\n"
21894        "Null interface\n"
21895        "Distance value for this route\n"
21896        "Specify the VRF\nThe VRF ID\n")
21897
21898 DEFSH (0, ip_ospf_authentication_args_cmd_vtysh, 
21899        "ip ospf authentication (null|message-digest)", 
21900        "IP Information\n"
21901        "OSPF interface commands\n"
21902        "Enable authentication on this interface\n"
21903        "Use null authentication\n"
21904        "Use message-digest authentication\n")
21905
21906 DEFSH (0, show_bgp_community4_exact_cmd_vtysh, 
21907        "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", 
21908        "Show running system information\n"
21909        "BGP information\n"
21910        "Display routes matching the communities\n"
21911        "community number\n"
21912        "Do not send outside local AS (well-known community)\n"
21913        "Do not advertise to any peer (well-known community)\n"
21914        "Do not export to next AS (well-known community)\n"
21915        "community number\n"
21916        "Do not send outside local AS (well-known community)\n"
21917        "Do not advertise to any peer (well-known community)\n"
21918        "Do not export to next AS (well-known community)\n"
21919        "community number\n"
21920        "Do not send outside local AS (well-known community)\n"
21921        "Do not advertise to any peer (well-known community)\n"
21922        "Do not export to next AS (well-known community)\n"
21923        "community number\n"
21924        "Do not send outside local AS (well-known community)\n"
21925        "Do not advertise to any peer (well-known community)\n"
21926        "Do not export to next AS (well-known community)\n"
21927        "Exact match of the communities")
21928
21929 DEFSH (0, show_ipv6_mroute_vrf_cmd_vtysh, 
21930        "show ipv6 mroute " "vrf <0-65535>", 
21931        "Show running system information\n"
21932        "IP information\n"
21933        "IPv6 Multicast routing table\n"
21934        "Specify the VRF\nThe VRF ID\n")
21935
21936 DEFSH (0, no_set_local_pref_cmd_vtysh, 
21937        "no set local-preference", 
21938        "Negate a command or set its defaults\n"
21939        "Set values in destination routing protocol\n"
21940        "BGP local preference path attribute\n")
21941
21942 DEFSH (0, clear_bgp_all_in_prefix_filter_cmd_vtysh, 
21943        "clear bgp * in prefix-filter", 
21944        "Reset functions\n"
21945        "BGP information\n"
21946        "Clear all peers\n"
21947        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
21948        "Push out prefix-list ORF and do inbound soft reconfig\n")
21949
21950 DEFSH (0, exec_timeout_min_cmd_vtysh, 
21951        "exec-timeout <0-35791>", 
21952        "Set timeout value\n"
21953        "Timeout value in minutes\n")
21954
21955 DEFSH (0, clear_ip_bgp_peer_group_ipv4_out_cmd_vtysh, 
21956        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) out", 
21957        "Reset functions\n"
21958        "IP information\n"
21959        "BGP information\n"
21960        "Clear all members of peer-group\n"
21961        "BGP peer-group name\n"
21962        "Address family\n"
21963        "Address Family modifier\n"
21964        "Address Family modifier\n"
21965        "Resend all outbound updates\n")
21966
21967 DEFSH (0|0|0|0, no_ip_prefix_list_sequence_number_cmd_vtysh, 
21968        "no ip prefix-list sequence-number", 
21969        "Negate a command or set its defaults\n"
21970        "IP information\n"
21971        "Build a prefix list\n"
21972        "Include/exclude sequence numbers in NVGEN\n")
21973
21974 DEFSH (0, bgp_bestpath_compare_router_id_cmd_vtysh, 
21975        "bgp bestpath compare-routerid", 
21976        "BGP specific commands\n"
21977        "Change the default bestpath selection\n"
21978        "Compare router-id for identical EBGP paths\n")
21979
21980 DEFSH (0, no_bgp_default_local_preference_val_cmd_vtysh, 
21981        "no bgp default local-preference <0-4294967295>", 
21982        "Negate a command or set its defaults\n"
21983        "BGP specific commands\n"
21984        "Configure BGP defaults\n"
21985        "local preference (higher=more preferred)\n"
21986        "Configure default local preference value\n")
21987
21988 DEFSH (0, debug_isis_lupd_cmd_vtysh, 
21989        "debug isis local-updates", 
21990        "Debugging functions (see also 'undebug')\n"
21991        "IS-IS information\n"
21992        "IS-IS local update packets\n")
21993
21994 DEFSH (0, show_bgp_ipv4_safi_lcommunity2_cmd_vtysh, 
21995        "show bgp ipv4 (unicast|multicast) large-community (AA:BB:CC) (AA:BB:CC)", 
21996        "Show running system information\n"
21997        "BGP information\n"
21998        "Address family\n"
21999        "Address Family modifier\n"
22000        "Address Family modifier\n"
22001        "Display routes matching the large-communities\n"
22002        "large-community number\n"
22003        "large-community number\n")
22004
22005 DEFSH (0, no_bgp_default_ipv4_unicast_cmd_vtysh, 
22006        "no bgp default ipv4-unicast", 
22007        "Negate a command or set its defaults\n"
22008        "BGP specific commands\n"
22009        "Configure BGP defaults\n"
22010        "Activate ipv4-unicast for a peer by default\n")
22011
22012 DEFSH (0, rip_redistribute_type_cmd_vtysh, 
22013        "redistribute " "(kernel|connected|static|ospf|isis|bgp|pim|babel|nhrp)", 
22014        "Redistribute information from another routing protocol\n"
22015        "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")
22016
22017 DEFSH (0|0|0|0|0, no_match_tag_cmd_vtysh, 
22018        "no match tag", 
22019        "Negate a command or set its defaults\n"
22020        "Match values from routing table\n"
22021        "Match tag of route\n")
22022
22023 DEFSH (0, ipv6_route_flags_cmd_vtysh, 
22024        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole)", 
22025        "IP information\n"
22026        "Establish static routes\n"
22027        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
22028        "IPv6 gateway address\n"
22029        "IPv6 gateway interface name\n"
22030        "Emit an ICMP unreachable when matched\n"
22031        "Silently discard pkts when matched\n")
22032
22033 DEFSH (0, set_community_cmd_vtysh, 
22034        "set community .AA:NN", 
22035        "Set values in destination routing protocol\n"
22036        "BGP community attribute\n"
22037        "Community number in aa:nn format or local-AS|no-advertise|no-export|internet or additive\n")
22038
22039 DEFSH (0, clear_ip_bgp_dampening_prefix_cmd_vtysh, 
22040        "clear ip bgp dampening A.B.C.D/M", 
22041        "Reset functions\n"
22042        "IP information\n"
22043        "BGP information\n"
22044        "Clear route flap dampening information\n"
22045        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n")
22046
22047 DEFSH (0, rip_default_metric_cmd_vtysh, 
22048        "default-metric <1-16>", 
22049        "Set a metric of redistribute routes\n"
22050        "Default metric\n")
22051
22052 DEFSH (0, show_ip_bgp_ipv4_community_list_cmd_vtysh, 
22053        "show ip bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD)", 
22054        "Show running system information\n"
22055        "IP information\n"
22056        "BGP information\n"
22057        "Address family\n"
22058        "Address Family modifier\n"
22059        "Address Family modifier\n"
22060        "Display routes matching the community-list\n"
22061        "community-list number\n"
22062        "community-list name\n")
22063
22064 DEFSH (0, ospf_area_stub_cmd_vtysh, 
22065        "area (A.B.C.D|<0-4294967295>) stub", 
22066        "OSPF area parameters\n"
22067        "OSPF area ID in IP address format\n"
22068        "OSPF area ID as a decimal value\n"
22069        "Configure OSPF area as stub\n")
22070
22071 DEFSH (0, show_ip_pim_neighbor_cmd_vtysh, 
22072        "show ip pim neighbor", 
22073        "Show running system information\n"
22074        "IP information\n"
22075        "PIM information\n"
22076        "PIM neighbor information\n")
22077
22078 DEFSH (0, show_bgp_ipv4_safi_community2_cmd_vtysh, 
22079        "show bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
22080        "Show running system information\n"
22081        "BGP information\n"
22082        "Address family\n"
22083        "Address Family modifier\n"
22084        "Address Family modifier\n"
22085        "Display routes matching the communities\n"
22086        "community number\n"
22087        "Do not send outside local AS (well-known community)\n"
22088        "Do not advertise to any peer (well-known community)\n"
22089        "Do not export to next AS (well-known community)\n"
22090        "community number\n"
22091        "Do not send outside local AS (well-known community)\n"
22092        "Do not advertise to any peer (well-known community)\n"
22093        "Do not export to next AS (well-known community)\n")
22094
22095 DEFSH (0, ipv6_nd_prefix_noval_noauto_cmd_vtysh, 
22096        "ipv6 nd prefix X:X::X:X/M (no-autoconfig|)", 
22097        "Interface IPv6 config commands\n"
22098        "Neighbor discovery\n"
22099        "Prefix information\n"
22100        "IPv6 prefix\n"
22101        "Do not use prefix for autoconfiguration\n")
22102
22103 DEFSH (0, clear_bgp_all_soft_out_cmd_vtysh, 
22104        "clear bgp * soft out", 
22105        "Reset functions\n"
22106        "BGP information\n"
22107        "Clear all peers\n"
22108        "Soft reconfig inbound and outbound updates\n"
22109        "Resend all outbound updates\n")
22110
22111 DEFSH (0, no_neighbor_attr_unchanged6_cmd_vtysh, 
22112        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path med next-hop", 
22113        "Negate a command or set its defaults\n"
22114        "Specify neighbor router\n"
22115        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22116        "BGP attribute is propagated unchanged to this neighbor\n"
22117        "As-path attribute\n"
22118        "Med attribute\n"
22119        "Nexthop attribute\n")
22120
22121 DEFSH (0, show_ip_pim_jp_override_interval_cmd_vtysh, 
22122        "show ip pim jp-override-interval", 
22123        "Show running system information\n"
22124        "IP information\n"
22125        "PIM information\n"
22126        "PIM interface J/P override interval\n")
22127
22128 DEFSH (0, clear_ip_bgp_instance_all_ipv4_in_prefix_filter_cmd_vtysh, 
22129        "clear ip bgp view WORD * ipv4 (unicast|multicast) in prefix-filter", 
22130        "Reset functions\n"
22131        "IP information\n"
22132        "BGP information\n"
22133        "Clear all peers\n"
22134        "Address family\n"
22135        "Address Family modifier\n"
22136        "Address Family modifier\n"
22137        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
22138        "Push out prefix-list ORF and do inbound soft reconfig\n")
22139
22140 DEFSH (0, no_ip_route_mask_flags_distance2_vrf_cmd_vtysh, 
22141        "no ip route A.B.C.D A.B.C.D (reject|blackhole) <1-255> " "vrf <0-65535>", 
22142        "Negate a command or set its defaults\n"
22143        "IP information\n"
22144        "Establish static routes\n"
22145        "IP destination prefix\n"
22146        "IP destination prefix mask\n"
22147        "Emit an ICMP unreachable when matched\n"
22148        "Silently discard pkts when matched\n"
22149        "Distance value for this route\n"
22150        "Specify the VRF\nThe VRF ID\n")
22151
22152 DEFSH (0, no_ipv6_route_pref_tag_cmd_vtysh, 
22153        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) tag <1-4294967295> <1-255>", 
22154        "Negate a command or set its defaults\n"
22155        "IP information\n"
22156        "Establish static routes\n"
22157        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
22158        "IPv6 gateway address\n"
22159        "IPv6 gateway interface name\n"
22160        "Set tag for this route\n"
22161        "Tag value\n"
22162        "Distance value for this prefix\n")
22163
22164 DEFSH (0, no_debug_isis_packet_dump_cmd_vtysh, 
22165        "no debug isis packet-dump", 
22166        "Disable debugging functions (see also 'debug')\n"
22167        "IS-IS information\n"
22168        "IS-IS packet dump\n")
22169
22170 DEFSH (0|0|0, no_router_zebra_cmd_vtysh, 
22171        "no router zebra", 
22172        "Negate a command or set its defaults\n"
22173        "Disable a routing process\n"
22174        "Stop connection to zebra daemon\n")
22175
22176 DEFSH (0, ip_irdp_broadcast_cmd_vtysh, 
22177        "ip irdp broadcast", 
22178        "IP information\n"
22179        "ICMP Router discovery on this interface using broadcast\n")
22180
22181 DEFSH (0, clear_bgp_all_rsclient_cmd_vtysh, 
22182        "clear bgp * rsclient", 
22183        "Reset functions\n"
22184        "BGP information\n"
22185        "Clear all peers\n"
22186        "Soft reconfig for rsclient RIB\n")
22187
22188 DEFSH (0, show_ipv6_bgp_community_cmd_vtysh, 
22189        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export)", 
22190        "Show running system information\n"
22191        "IPv6 information\n"
22192        "BGP information\n"
22193        "Display routes matching the communities\n"
22194        "community number\n"
22195        "Do not send outside local AS (well-known community)\n"
22196        "Do not advertise to any peer (well-known community)\n"
22197        "Do not export to next AS (well-known community)\n")
22198
22199 DEFSH (0, ip_route_flags2_cmd_vtysh, 
22200        "ip route A.B.C.D/M (reject|blackhole)", 
22201        "IP information\n"
22202        "Establish static routes\n"
22203        "IP destination prefix (e.g. 10.0.0.0/8)\n"
22204        "Emit an ICMP unreachable when matched\n"
22205        "Silently discard pkts when matched\n")
22206
22207 DEFSH (0, no_debug_ospf6_brouter_cmd_vtysh, 
22208        "no debug ospf6 border-routers", 
22209        "Negate a command or set its defaults\n"
22210        "Debugging functions (see also 'undebug')\n"
22211        "Open Shortest Path First (OSPF) for IPv6\n"
22212        "Debug border router\n"
22213       )
22214
22215 DEFSH (0, ipv6_nd_ra_interval_cmd_vtysh, 
22216        "ipv6 nd ra-interval <1-1800>", 
22217        "Interface IPv6 config commands\n"
22218        "Neighbor discovery\n"
22219        "Router Advertisement interval\n"
22220        "Router Advertisement interval in seconds\n")
22221
22222 DEFSH (0, ipv6_route_flags_pref_cmd_vtysh, 
22223        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) <1-255>", 
22224        "IP information\n"
22225        "Establish static routes\n"
22226        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
22227        "IPv6 gateway address\n"
22228        "IPv6 gateway interface name\n"
22229        "Emit an ICMP unreachable when matched\n"
22230        "Silently discard pkts when matched\n"
22231        "Distance value for this prefix\n")
22232
22233 DEFSH (0, ripng_redistribute_type_metric_routemap_cmd_vtysh, 
22234        "redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " metric <0-16> route-map WORD", 
22235        "Redistribute\n"
22236        "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"
22237        "Metric\n"
22238        "Metric value\n"
22239        "Route map reference\n"
22240        "Pointer to route-map entries\n")
22241
22242 DEFSH (0, if_no_nhrp_mtu_cmd_vtysh, 
22243  "no ip nhrp mtu [(<576-1500>|opennhrp)]", 
22244  "Negate a command or set its defaults\n"
22245  "IP information\n"
22246  "Next Hop Resolution Protocol functions\n"
22247  "Configure NHRP advertised MTU\n"
22248  "MTU value\n"
22249  "Advertise bound interface MTU similar to OpenNHRP")
22250
22251 DEFSH (0, show_bgp_instance_ipv6_rsclient_summary_cmd_vtysh, 
22252        "show bgp view WORD ipv6 rsclient summary", 
22253        "Show running system information\n"
22254        "BGP information\n"
22255        "BGP view\n"
22256        "View name\n"
22257        "Address family\n"
22258        "Information about Route Server Clients\n"
22259        "Summary of all Route Server Clients\n")
22260
22261 DEFSH (0, no_ospf_area_range_cost_cmd_vtysh, 
22262        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M cost <0-16777215>", 
22263        "Negate a command or set its defaults\n"
22264        "OSPF area parameters\n"
22265        "OSPF area ID in IP address format\n"
22266        "OSPF area ID as a decimal value\n"
22267        "Summarize routes matching address/mask (border routers only)\n"
22268        "Area range prefix\n"
22269        "User specified metric for this range\n"
22270        "Advertised metric for this range\n")
22271
22272 DEFSH (0, no_aggregate_address_as_set_cmd_vtysh, 
22273        "no aggregate-address A.B.C.D/M as-set", 
22274        "Negate a command or set its defaults\n"
22275        "Configure BGP aggregate entries\n"
22276        "Aggregate prefix\n"
22277        "Generate AS set path information\n")
22278
22279 DEFSH (0, show_bgp_instance_rsclient_summary_cmd_vtysh, 
22280        "show bgp view WORD rsclient summary", 
22281        "Show running system information\n"
22282        "BGP information\n"
22283        "BGP view\n"
22284        "View name\n"
22285        "Information about Route Server Clients\n"
22286        "Summary of all Route Server Clients\n")
22287
22288 DEFSH (0, ospf_area_default_cost_cmd_vtysh, 
22289        "area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>", 
22290        "OSPF area parameters\n"
22291        "OSPF area ID in IP address format\n"
22292        "OSPF area ID as a decimal value\n"
22293        "Set the summary-default cost of a NSSA or stub area\n"
22294        "Stub's advertised default summary cost\n")
22295
22296 DEFSH (0, show_ip_route_protocol_cmd_vtysh, 
22297        "show ip route " "(kernel|connected|static|rip|ospf|isis|bgp|pim|babel|nhrp)", 
22298        "Show running system information\n"
22299        "IP information\n"
22300        "IP routing table\n"
22301        "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")
22302
22303 DEFSH (0, no_ospf_neighbor_poll_interval_cmd_vtysh, 
22304        "no neighbor A.B.C.D poll-interval <1-65535>", 
22305        "Negate a command or set its defaults\n"
22306        "Specify neighbor router\n"
22307        "Neighbor IP address\n"
22308        "Dead Neighbor Polling interval\n"
22309        "Seconds\n")
22310
22311 DEFSH (0, no_neighbor_ttl_security_cmd_vtysh, 
22312        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "ttl-security hops <1-254>", 
22313        "Negate a command or set its defaults\n"
22314        "Specify neighbor router\n"
22315        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22316        "Specify the maximum number of hops to the BGP peer\n")
22317
22318 DEFSH (0, no_ipv6_ospf6_cost_cmd_vtysh, 
22319        "no ipv6 ospf6 cost", 
22320        "Negate a command or set its defaults\n"
22321        "IPv6 Information\n"
22322        "Open Shortest Path First (OSPF) for IPv6\n"
22323        "Calculate interface cost from bandwidth\n"
22324        )
22325
22326 DEFSH (0, clear_ip_bgp_as_soft_cmd_vtysh, 
22327        "clear ip bgp " "<1-4294967295>" " soft", 
22328        "Reset functions\n"
22329        "IP information\n"
22330        "BGP information\n"
22331        "Clear peers with the AS number\n"
22332        "Soft reconfig inbound and outbound updates\n")
22333
22334 DEFSH (0, no_aggregate_address_summary_only_cmd_vtysh, 
22335        "no aggregate-address A.B.C.D/M summary-only", 
22336        "Negate a command or set its defaults\n"
22337        "Configure BGP aggregate entries\n"
22338        "Aggregate prefix\n"
22339        "Filter more specific routes from updates\n")
22340
22341 DEFSH (0|0|0|0, no_ip_prefix_list_seq_le_ge_cmd_vtysh, 
22342        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
22343        "Negate a command or set its defaults\n"
22344        "IP information\n"
22345        "Build a prefix list\n"
22346        "Name of a prefix list\n"
22347        "sequence number of an entry\n"
22348        "Sequence number\n"
22349        "Specify packets to reject\n"
22350        "Specify packets to forward\n"
22351        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
22352        "Maximum prefix length to be matched\n"
22353        "Maximum prefix length\n"
22354        "Minimum prefix length to be matched\n"
22355        "Minimum prefix length\n")
22356
22357 DEFSH (0, ospf6_log_adjacency_changes_detail_cmd_vtysh, 
22358        "log-adjacency-changes detail", 
22359               "Log changes in adjacency state\n"
22360        "Log all state changes\n")
22361
22362 DEFSH (0, access_list_extended_mask_host_cmd_vtysh, 
22363        "access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D host A.B.C.D", 
22364        "Add an access list entry\n"
22365        "IP extended access list\n"
22366        "IP extended access list (expanded range)\n"
22367        "Specify packets to reject\n"
22368        "Specify packets to forward\n"
22369        "Any Internet Protocol\n"
22370        "Source address\n"
22371        "Source wildcard bits\n"
22372        "A single destination host\n"
22373        "Destination address\n")
22374
22375 DEFSH (0|0|0|0, ipv6_prefix_list_sequence_number_cmd_vtysh, 
22376        "ipv6 prefix-list sequence-number", 
22377        "IPv6 information\n"
22378        "Build a prefix list\n"
22379        "Include/exclude sequence numbers in NVGEN\n")
22380
22381 DEFSH (0, show_ip_bgp_community_info_cmd_vtysh, 
22382        "show ip bgp community-info", 
22383        "Show running system information\n"
22384        "IP information\n"
22385        "BGP information\n"
22386        "List all bgp community information\n")
22387
22388 DEFSH (0, no_set_community_delete_cmd_vtysh, 
22389        "no set comm-list", 
22390        "Negate a command or set its defaults\n"
22391        "Set values in destination routing protocol\n"
22392        "set BGP community list (for deletion)\n")
22393
22394 DEFSH (0, no_neighbor_nexthop_self_cmd_vtysh, 
22395        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "next-hop-self {all}", 
22396        "Negate a command or set its defaults\n"
22397        "Specify neighbor router\n"
22398        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22399        "Disable the next hop calculation for this neighbor\n"
22400        "Apply also to ibgp-learned routes when acting as a route reflector\n")
22401
22402 DEFSH (0, test_pim_receive_upcall_cmd_vtysh, 
22403        "test pim receive upcall (nocache|wrongvif|wholepkt) <0-65535> A.B.C.D A.B.C.D", 
22404        "Test\n"
22405        "Test PIM protocol\n"
22406        "Test PIM message reception\n"
22407        "Test reception of kernel upcall\n"
22408        "NOCACHE kernel upcall\n"
22409        "WRONGVIF kernel upcall\n"
22410        "WHOLEPKT kernel upcall\n"
22411        "Input interface vif index\n"
22412        "Multicast group address\n"
22413        "Multicast source address\n")
22414
22415 DEFSH (0|0|0|0, match_ip_next_hop_cmd_vtysh, 
22416        "match ip next-hop (<1-199>|<1300-2699>|WORD)", 
22417        "Match values from routing table\n"
22418        "IP information\n"
22419        "Match next-hop address of route\n"
22420        "IP access-list number\n"
22421        "IP access-list number (expanded range)\n"
22422        "IP Access-list name\n")
22423
22424 DEFSH (0, debug_bgp_update_direct_cmd_vtysh, 
22425        "debug bgp updates (in|out)", 
22426        "Debugging functions (see also 'undebug')\n"
22427        "BGP information\n"
22428        "BGP updates\n"
22429        "Inbound updates\n"
22430        "Outbound updates\n")
22431
22432 DEFSH (0, no_access_list_remark_cmd_vtysh, 
22433        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark", 
22434        "Negate a command or set its defaults\n"
22435        "Add an access list entry\n"
22436        "IP standard access list\n"
22437        "IP extended access list\n"
22438        "IP standard access list (expanded range)\n"
22439        "IP extended access list (expanded range)\n"
22440        "IP zebra access-list\n"
22441        "Access list entry comment\n")
22442
22443 DEFSH (0, neighbor_activate_cmd_vtysh, 
22444        "neighbor (A.B.C.D|X:X::X:X|WORD) " "activate", 
22445        "Specify neighbor router\n"
22446        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22447        "Enable the Address Family for this Neighbor\n")
22448
22449 DEFSH (0, no_rip_default_metric_cmd_vtysh, 
22450        "no default-metric", 
22451        "Negate a command or set its defaults\n"
22452        "Set a metric of redistribute routes\n"
22453        "Default metric\n")
22454
22455 DEFSH (0, clear_ip_bgp_as_out_cmd_vtysh, 
22456        "clear ip bgp " "<1-4294967295>" " out", 
22457        "Reset functions\n"
22458        "IP information\n"
22459        "BGP information\n"
22460        "Clear peers with the AS number\n"
22461        "Resend all outbound updates\n")
22462
22463 DEFSH (0, match_lcommunity_cmd_vtysh, 
22464        "match large-community (<1-99>|<100-500>|WORD)", 
22465        "Match values from routing table\n"
22466        "Match BGP large community list\n"
22467        "Large Community-list number (standard)\n"
22468        "Large Community-list number (expanded)\n"
22469        "Large Community-list name\n")
22470
22471 DEFSH (0, bgp_bestpath_aspath_ignore_cmd_vtysh, 
22472        "bgp bestpath as-path ignore", 
22473        "BGP specific commands\n"
22474        "Change the default bestpath selection\n"
22475        "AS-path attribute\n"
22476        "Ignore as-path length in selecting a route\n")
22477
22478 DEFSH (0, no_lsp_refresh_interval_l1_cmd_vtysh, 
22479        "no lsp-refresh-interval level-1", 
22480        "Negate a command or set its defaults\n"
22481        "LSP refresh interval for Level 1 only in seconds\n")
22482
22483 DEFSH (0, no_debug_ospf6_route_cmd_vtysh, 
22484        "no debug ospf6 route (table|intra-area|inter-area|memory)", 
22485        "Negate a command or set its defaults\n"
22486        "Debugging functions (see also 'undebug')\n"
22487        "Open Shortest Path First (OSPF) for IPv6\n"
22488        "Debug route table calculation\n"
22489        "Debug intra-area route calculation\n"
22490        "Debug route memory use\n")
22491
22492 DEFSH (0, no_ip_rip_authentication_string_cmd_vtysh, 
22493        "no ip rip authentication string", 
22494        "Negate a command or set its defaults\n"
22495        "IP information\n"
22496        "Routing Information Protocol\n"
22497        "Authentication control\n"
22498        "Authentication string\n")
22499
22500 DEFSH (0, clear_bgp_ipv6_peer_rsclient_cmd_vtysh, 
22501        "clear bgp ipv6 (A.B.C.D|X:X::X:X) rsclient", 
22502        "Reset functions\n"
22503        "BGP information\n"
22504        "Address family\n"
22505        "BGP neighbor IP address to clear\n"
22506        "BGP IPv6 neighbor to clear\n"
22507        "Soft reconfig for rsclient RIB\n")
22508
22509 DEFSH (0, show_ipv6_access_list_cmd_vtysh, 
22510        "show ipv6 access-list", 
22511        "Show running system information\n"
22512        "IPv6 information\n"
22513        "List IPv6 access lists\n")
22514
22515 DEFSH (0, show_ipv6_mbgp_lcommunity_all_cmd_vtysh, 
22516        "show ipv6 mbgp large-community", 
22517        "Show running system information\n"
22518        "IPv6 information\n"
22519        "MBGP information\n"
22520        "Display routes matching the large-communities\n")
22521
22522 DEFSH (0, show_ipv6_ospf6_database_cmd_vtysh, 
22523        "show ipv6 ospf6 database", 
22524        "Show running system information\n"
22525        "IPv6 information\n"
22526        "Open Shortest Path First (OSPF) for IPv6\n"
22527        "Display Link state database\n"
22528       )
22529
22530 DEFSH (0, clear_bgp_external_soft_cmd_vtysh, 
22531        "clear bgp external soft", 
22532        "Reset functions\n"
22533        "BGP information\n"
22534        "Clear all external peers\n"
22535        "Soft reconfig inbound and outbound updates\n")
22536
22537 DEFSH (0, key_string_cmd_vtysh, 
22538        "key-string LINE", 
22539        "Set key string\n"
22540        "The key\n")
22541
22542 DEFSH (0, undebug_igmp_cmd_vtysh, 
22543        "undebug igmp", 
22544        "Disable debugging functions (see also 'debug')\n"
22545        "IGMP protocol activity\n")
22546
22547 DEFSH (0, no_ip_route_flags_vrf_cmd_vtysh, 
22548        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE) (reject|blackhole) " "vrf <0-65535>", 
22549        "Negate a command or set its defaults\n"
22550        "IP information\n"
22551        "Establish static routes\n"
22552        "IP destination prefix (e.g. 10.0.0.0/8)\n"
22553        "IP gateway address\n"
22554        "IP gateway interface name\n"
22555        "Emit an ICMP unreachable when matched\n"
22556        "Silently discard pkts when matched\n"
22557        "Specify the VRF\nThe VRF ID\n")
22558
22559 DEFSH (0, no_debug_ospf_ism_sub_cmd_vtysh, 
22560        "no debug ospf ism (status|events|timers)", 
22561        "Negate a command or set its defaults\n"
22562        "Debugging functions\n"
22563        "OSPF information\n"
22564        "OSPF Interface State Machine\n"
22565        "ISM Status Information\n"
22566        "ISM Event Information\n"
22567        "ISM Timer Information\n")
22568
22569 DEFSH (0, show_bgp_community3_exact_cmd_vtysh, 
22570        "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", 
22571        "Show running system information\n"
22572        "BGP information\n"
22573        "Display routes matching the communities\n"
22574        "community number\n"
22575        "Do not send outside local AS (well-known community)\n"
22576        "Do not advertise to any peer (well-known community)\n"
22577        "Do not export to next AS (well-known community)\n"
22578        "community number\n"
22579        "Do not send outside local AS (well-known community)\n"
22580        "Do not advertise to any peer (well-known community)\n"
22581        "Do not export to next AS (well-known community)\n"
22582        "community number\n"
22583        "Do not send outside local AS (well-known community)\n"
22584        "Do not advertise to any peer (well-known community)\n"
22585        "Do not export to next AS (well-known community)\n"
22586        "Exact match of the communities")
22587
22588 DEFSH (0, show_bgp_ipv6_community_exact_cmd_vtysh, 
22589        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
22590        "Show running system information\n"
22591        "BGP information\n"
22592        "Address family\n"
22593        "Display routes matching the communities\n"
22594        "community number\n"
22595        "Do not send outside local AS (well-known community)\n"
22596        "Do not advertise to any peer (well-known community)\n"
22597        "Do not export to next AS (well-known community)\n"
22598        "Exact match of the communities")
22599
22600 DEFSH (0, show_ip_bgp_summary_cmd_vtysh, 
22601        "show ip bgp summary", 
22602        "Show running system information\n"
22603        "IP information\n"
22604        "BGP information\n"
22605        "Summary of BGP neighbor status\n")
22606
22607 DEFSH (0, clear_bgp_instance_all_soft_in_cmd_vtysh, 
22608        "clear bgp view WORD * soft in", 
22609        "Reset functions\n"
22610        "BGP information\n"
22611        "BGP view\n"
22612        "view name\n"
22613        "Clear all peers\n"
22614        "Soft reconfig inbound and outbound updates\n"
22615        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
22616
22617 DEFSH (0, clear_bgp_all_soft_in_cmd_vtysh, 
22618        "clear bgp * soft in", 
22619        "Reset functions\n"
22620        "BGP information\n"
22621        "Clear all peers\n"
22622        "Soft reconfig inbound and outbound updates\n"
22623        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
22624
22625 DEFSH (0, neighbor_remove_private_as_cmd_vtysh, 
22626        "neighbor (A.B.C.D|X:X::X:X|WORD) " "remove-private-AS", 
22627        "Specify neighbor router\n"
22628        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22629        "Remove private AS number from outbound updates\n")
22630
22631 DEFSH (0, ospf_area_nssa_translate_cmd_vtysh, 
22632        "area (A.B.C.D|<0-4294967295>) nssa (translate-candidate|translate-never|translate-always)", 
22633        "OSPF area parameters\n"
22634        "OSPF area ID in IP address format\n"
22635        "OSPF area ID as a decimal value\n"
22636        "Configure OSPF area as nssa\n"
22637        "Configure NSSA-ABR for translate election (default)\n"
22638        "Configure NSSA-ABR to never translate\n"
22639        "Configure NSSA-ABR to always translate\n")
22640
22641 DEFSH (0, ip_rip_receive_version_2_cmd_vtysh, 
22642        "ip rip receive version 2 1", 
22643        "IP information\n"
22644        "Routing Information Protocol\n"
22645        "Advertisement reception\n"
22646        "Version control\n"
22647        "RIP version 2\n"
22648        "RIP version 1\n")
22649
22650 DEFSH (0, clear_bgp_ipv6_external_out_cmd_vtysh, 
22651        "clear bgp ipv6 external WORD out", 
22652        "Reset functions\n"
22653        "BGP information\n"
22654        "Address family\n"
22655        "Clear all external peers\n"
22656        "Resend all outbound updates\n")
22657
22658 DEFSH (0, no_link_params_admin_grp_cmd_vtysh, 
22659        "no admin-grp", 
22660        "Negate a command or set its defaults\n"
22661        "Disable Administrative group membership on this interface\n")
22662
22663 DEFSH (0, no_neighbor_nexthop_local_unchanged_cmd_vtysh, 
22664        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "nexthop-local unchanged", 
22665        "Negate a command or set its defaults\n"
22666        "Specify neighbor router\n"
22667        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22668        "Configure treatment of outgoing link-local-nexthop attribute\n"
22669        "Leave link-local nexthop unchanged for this peer\n")
22670
22671 DEFSH (0, no_vpnv4_network_cmd_vtysh, 
22672        "no network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
22673        "Negate a command or set its defaults\n"
22674        "Specify a network to announce via BGP\n"
22675        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
22676        "Specify Route Distinguisher\n"
22677        "VPN Route Distinguisher\n"
22678        "BGP tag\n"
22679        "tag value\n")
22680
22681 DEFSH (0, show_bgp_view_ipv6_rsclient_route_cmd_vtysh, 
22682        "show bgp view WORD ipv6 rsclient (A.B.C.D|X:X::X:X) X:X::X:X", 
22683        "Show running system information\n"
22684        "BGP information\n"
22685        "BGP view\n"
22686        "BGP view name\n"
22687        "IP6_STR"
22688        "Information about Route Server Client\n"
22689        "Neighbor address\nIPv6 address\n"
22690        "Network in the BGP routing table to display\n")
22691
22692 DEFSH (0, show_ipv6_route_summary_vrf_all_cmd_vtysh, 
22693        "show ipv6 route summary " "vrf all", 
22694        "Show running system information\n"
22695        "IP information\n"
22696        "IPv6 routing table\n"
22697        "Summary of all IPv6 routes\n"
22698        "Specify the VRF\nAll VRFs\n")
22699
22700 DEFSH (0, no_isis_network_cmd_vtysh, 
22701        "no isis network point-to-point", 
22702        "Negate a command or set its defaults\n"
22703        "IS-IS commands\n"
22704        "Set network type for circuit\n"
22705        "point-to-point network type\n")
22706
22707 DEFSH (0, interface_no_ip_pim_hello_cmd_vtysh, 
22708        "no ip pim hello {<1-180> <1-180>}", 
22709        "Negate a command or set its defaults\n"
22710        "IP information\n"
22711        "PIM information\n"
22712        "Hello Interval\n"
22713        "Time in seconds for Hello Interval\n"
22714        "Time in seconds for Hold Interval\n")
22715
22716 DEFSH (0, bgp_redistribute_ipv6_metric_rmap_cmd_vtysh, 
22717        "redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " metric <0-4294967295> route-map WORD", 
22718        "Redistribute information from another routing protocol\n"
22719        "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"
22720        "Metric for redistributed routes\n"
22721        "Default metric\n"
22722        "Route map reference\n"
22723        "Pointer to route-map entries\n")
22724
22725 DEFSH (0, test_pim_receive_assert_cmd_vtysh, 
22726        "test pim receive assert INTERFACE A.B.C.D A.B.C.D A.B.C.D <0-65535> <0-65535> <0-1>", 
22727        "Test\n"
22728        "Test PIM protocol\n"
22729        "Test PIM message reception\n"
22730        "Test reception of PIM assert\n"
22731        "Interface\n"
22732        "Neighbor address\n"
22733        "Assert multicast group address\n"
22734        "Assert unicast source address\n"
22735        "Assert metric preference\n"
22736        "Assert route metric\n"
22737        "Assert RPT bit flag\n")
22738
22739 DEFSH (0, debug_zebra_kernel_cmd_vtysh, 
22740        "debug zebra kernel", 
22741        "Debugging functions (see also 'undebug')\n"
22742        "Zebra configuration\n"
22743        "Debug option set for zebra between kernel interface\n")
22744
22745 DEFSH (0, ipv6_ospf6_mtu_ignore_cmd_vtysh, 
22746        "ipv6 ospf6 mtu-ignore", 
22747        "IPv6 Information\n"
22748        "Open Shortest Path First (OSPF) for IPv6\n"
22749        "Ignore MTU mismatch on this interface\n"
22750        )
22751
22752 DEFSH (0, show_bgp_ipv4_safi_damp_dampened_paths_cmd_vtysh, 
22753        "show bgp ipv4 (encap|multicast|unicast|vpn) dampening dampened-paths", 
22754        "Show running system information\n"
22755        "BGP information\n"
22756        "IP information\n"
22757        "Address Family modifier\n"
22758        "Address Family modifier\n"
22759        "Address Family modifier\n"
22760        "Address Family modifier\n"
22761        "Display detailed information about dampening\n"
22762        "Display paths suppressed due to dampening\n")
22763
22764 DEFSH (0, show_ip_route_addr_vrf_all_cmd_vtysh, 
22765        "show ip route A.B.C.D " "vrf all", 
22766        "Show running system information\n"
22767        "IP information\n"
22768        "IP routing table\n"
22769        "Network in the IP routing table to display\n"
22770        "Specify the VRF\nAll VRFs\n")
22771
22772 DEFSH (0, clear_ip_bgp_all_ipv4_soft_cmd_vtysh, 
22773        "clear ip bgp * ipv4 (unicast|multicast) soft", 
22774        "Reset functions\n"
22775        "IP information\n"
22776        "BGP information\n"
22777        "Clear all peers\n"
22778        "Address family\n"
22779        "Address Family Modifier\n"
22780        "Address Family Modifier\n"
22781        "Soft reconfig inbound and outbound updates\n")
22782
22783 DEFSH (0, ospf_area_range_substitute_cmd_vtysh, 
22784        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M substitute A.B.C.D/M", 
22785        "OSPF area parameters\n"
22786        "OSPF area ID in IP address format\n"
22787        "OSPF area ID as a decimal value\n"
22788        "Summarize routes matching address/mask (border routers only)\n"
22789        "Area range prefix\n"
22790        "Announce area range as another prefix\n"
22791        "Network prefix to be announced instead of range\n")
22792
22793 DEFSH (0, show_bgp_ipv6_lcommunity3_cmd_vtysh, 
22794        "show bgp ipv6 large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
22795        "Show running system information\n"
22796        "BGP information\n"
22797        "Address family\n"
22798        "Display routes matching the large-communities\n"
22799        "large-community number\n"
22800        "large-community number\n"
22801        "large-community number\n")
22802
22803 DEFSH (0, no_ip_community_list_standard_all_cmd_vtysh, 
22804        "no ip community-list <1-99>", 
22805        "Negate a command or set its defaults\n"
22806        "IP information\n"
22807        "Add a community list entry\n"
22808        "Community list number (standard)\n")
22809
22810 DEFSH (0, no_neighbor_timers_connect_cmd_vtysh, 
22811        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "timers connect", 
22812        "Negate a command or set its defaults\n"
22813        "Specify neighbor router\n"
22814        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22815        "BGP per neighbor timers\n"
22816        "BGP connect timer\n")
22817
22818 DEFSH (0, ip_extcommunity_list_name_standard_cmd_vtysh, 
22819        "ip extcommunity-list standard WORD (deny|permit) .AA:NN", 
22820        "IP information\n"
22821        "Add a extended community list entry\n"
22822        "Specify standard extcommunity-list\n"
22823        "Extended Community list name\n"
22824        "Specify community to reject\n"
22825        "Specify community to accept\n"
22826        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
22827
22828 DEFSH (0, neighbor_port_cmd_vtysh, 
22829        "neighbor (A.B.C.D|X:X::X:X) " "port <0-65535>", 
22830        "Specify neighbor router\n"
22831        "Neighbor address\nIPv6 address\n"
22832        "Neighbor's BGP port\n"
22833        "TCP port number\n")
22834
22835 DEFSH (0, no_access_list_extended_host_any_cmd_vtysh, 
22836        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D any", 
22837        "Negate a command or set its defaults\n"
22838        "Add an access list entry\n"
22839        "IP extended access list\n"
22840        "IP extended access list (expanded range)\n"
22841        "Specify packets to reject\n"
22842        "Specify packets to forward\n"
22843        "Any Internet Protocol\n"
22844        "A single source host\n"
22845        "Source address\n"
22846        "Any destination host\n")
22847
22848 DEFSH (0, no_neighbor_filter_list_cmd_vtysh, 
22849        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "filter-list WORD (in|out)", 
22850        "Negate a command or set its defaults\n"
22851        "Specify neighbor router\n"
22852        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22853        "Establish BGP filters\n"
22854        "AS path access-list name\n"
22855        "Filter incoming routes\n"
22856        "Filter outgoing routes\n")
22857
22858 DEFSH (0, no_dynamic_hostname_cmd_vtysh, 
22859        "no hostname dynamic", 
22860        "Negate a command or set its defaults\n"
22861        "Dynamic hostname for IS-IS\n"
22862        "Dynamic hostname\n")
22863
22864 DEFSH (0, no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh, 
22865        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> restart <1-65535>", 
22866        "Negate a command or set its defaults\n"
22867        "Specify neighbor router\n"
22868        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
22869        "Maximum number of prefix accept from this peer\n"
22870        "maximum no. of prefix limit\n"
22871        "Threshold value (%) at which to generate a warning msg\n"
22872        "Restart bgp connection after limit is exceeded\n"
22873        "Restart interval in minutes")
22874
22875 DEFSH (0, show_ipv6_ospf6_database_adv_router_detail_cmd_vtysh, 
22876        "show ipv6 ospf6 database adv-router A.B.C.D "
22877        "(detail|dump|internal)", 
22878        "Show running system information\n"
22879        "IPv6 information\n"
22880        "Open Shortest Path First (OSPF) for IPv6\n"
22881        "Display Link state database\n"
22882        "Search by Advertising Router\n"
22883        "Specify Advertising Router as IPv4 address notation\n"
22884        "Display details of LSAs\n"
22885        "Dump LSAs\n"
22886        "Display LSA's internal information\n"
22887       )
22888
22889 DEFSH (0, show_ip_route_prefix_vrf_cmd_vtysh, 
22890        "show ip route A.B.C.D/M " "vrf <0-65535>", 
22891        "Show running system information\n"
22892        "IP information\n"
22893        "IP routing table\n"
22894        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
22895        "Specify the VRF\nThe VRF ID\n")
22896
22897 DEFSH (0, show_ipv6_mroute_vrf_all_cmd_vtysh, 
22898        "show ipv6 mroute " "vrf all", 
22899        "Show running system information\n"
22900        "IP information\n"
22901        "IPv6 Multicast routing table\n"
22902        "Specify the VRF\nAll VRFs\n")
22903
22904 DEFSH (0, ipv6_nd_ra_lifetime_cmd_vtysh, 
22905        "ipv6 nd ra-lifetime <0-9000>", 
22906        "Interface IPv6 config commands\n"
22907        "Neighbor discovery\n"
22908        "Router lifetime\n"
22909        "Router lifetime in seconds (0 stands for a non-default gw)\n")
22910
22911 DEFSH (0, ip_route_mask_flags2_cmd_vtysh, 
22912        "ip route A.B.C.D A.B.C.D (reject|blackhole)", 
22913        "IP information\n"
22914        "Establish static routes\n"
22915        "IP destination prefix\n"
22916        "IP destination prefix mask\n"
22917        "Emit an ICMP unreachable when matched\n"
22918        "Silently discard pkts when matched\n")
22919
22920 DEFSH (0, bgp_always_compare_med_cmd_vtysh, 
22921        "bgp always-compare-med", 
22922        "BGP specific commands\n"
22923        "Allow comparing MED from different neighbors\n")
22924
22925 DEFSH (0, show_ipv6_route_summary_prefix_vrf_cmd_vtysh, 
22926        "show ipv6 route summary prefix " "vrf <0-65535>", 
22927        "Show running system information\n"
22928        "IP information\n"
22929        "IPv6 routing table\n"
22930        "Summary of all IPv6 routes\n"
22931        "Prefix routes\n"
22932        "Specify the VRF\nThe VRF ID\n")
22933
22934 DEFSH (0, clear_ip_bgp_all_encap_soft_in_cmd_vtysh, 
22935        "clear ip bgp * encap unicast soft in", 
22936        "Reset functions\n"
22937        "IP information\n"
22938        "BGP information\n"
22939        "Clear all peers\n"
22940        "Address family\n"
22941        "Address Family Modifier\n"
22942        "Soft reconfig\n"
22943        "Soft reconfig inbound update\n")
22944
22945 DEFSH (0, no_csnp_interval_cmd_vtysh, 
22946        "no isis csnp-interval", 
22947        "Negate a command or set its defaults\n"
22948        "IS-IS commands\n"
22949        "Set CSNP interval in seconds\n")
22950
22951 DEFSH (0, no_debug_zebra_events_cmd_vtysh, 
22952        "no debug zebra events", 
22953        "Negate a command or set its defaults\n"
22954        "Debugging functions (see also 'undebug')\n"
22955        "Zebra configuration\n"
22956        "Debug option set for zebra events\n")
22957
22958 DEFSH (0, no_ospf_timers_throttle_spf_cmd_vtysh, 
22959        "no timers throttle spf", 
22960        "Negate a command or set its defaults\n"
22961        "Adjust routing timers\n"
22962        "Throttling adaptive timer\n"
22963        "OSPF SPF timers\n")
22964
22965 DEFSH (0, no_rip_offset_list_cmd_vtysh, 
22966        "no offset-list WORD (in|out) <0-16>", 
22967        "Negate a command or set its defaults\n"
22968        "Modify RIP metric\n"
22969        "Access-list name\n"
22970        "For incoming updates\n"
22971        "For outgoing updates\n"
22972        "Metric value\n")
22973
22974 DEFSH (0, show_ipv6_bgp_regexp_cmd_vtysh, 
22975        "show ipv6 bgp regexp .LINE", 
22976        "Show running system information\n"
22977        "IP information\n"
22978        "BGP information\n"
22979        "Display routes matching the AS path regular expression\n"
22980        "A regular-expression to match the BGP AS paths\n")
22981
22982 DEFSH (0, no_aggregate_address_mask_cmd_vtysh, 
22983        "no aggregate-address A.B.C.D A.B.C.D", 
22984        "Negate a command or set its defaults\n"
22985        "Configure BGP aggregate entries\n"
22986        "Aggregate address\n"
22987        "Aggregate mask\n")
22988
22989 DEFSH (0, show_bgp_ipv6_neighbor_flap_cmd_vtysh, 
22990        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
22991        "Show running system information\n"
22992        "BGP information\n"
22993        "Address family\n"
22994        "Detailed information on TCP and BGP neighbor connections\n"
22995        "Neighbor to display information about\n"
22996        "Neighbor to display information about\n"
22997        "Display flap statistics of the routes learned from neighbor\n")
22998
22999 DEFSH (0, no_debug_ripng_packet_direct_cmd_vtysh, 
23000        "no debug ripng packet (recv|send)", 
23001        "Negate a command or set its defaults\n"
23002        "Debugging functions (see also 'undebug')\n"
23003        "RIPng configuration\n"
23004        "Debug option set for ripng packet\n"
23005        "Debug option set for receive packet\n"
23006        "Debug option set for send packet\n")
23007
23008 DEFSH (0, no_ripng_redistribute_type_routemap_cmd_vtysh, 
23009        "no redistribute " "(kernel|connected|static|ospf6|isis|bgp|babel|nhrp)" " route-map WORD", 
23010        "Negate a command or set its defaults\n"
23011        "Redistribute\n"
23012        "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"
23013        "Route map reference\n"
23014        "Pointer to route-map entries\n")
23015
23016 DEFSH (0, rip_distance_source_access_list_cmd_vtysh, 
23017        "distance <1-255> A.B.C.D/M WORD", 
23018        "Administrative distance\n"
23019        "Distance value\n"
23020        "IP source prefix\n"
23021        "Access list name\n")
23022
23023 DEFSH (0, show_ipv6_bgp_community2_cmd_vtysh, 
23024        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
23025        "Show running system information\n"
23026        "IPv6 information\n"
23027        "BGP information\n"
23028        "Display routes matching the communities\n"
23029        "community number\n"
23030        "Do not send outside local AS (well-known community)\n"
23031        "Do not advertise to any peer (well-known community)\n"
23032        "Do not export to next AS (well-known community)\n"
23033        "community number\n"
23034        "Do not send outside local AS (well-known community)\n"
23035        "Do not advertise to any peer (well-known community)\n"
23036        "Do not export to next AS (well-known community)\n")
23037
23038 DEFSH (0|0|0|0, no_ipv6_prefix_list_seq_le_ge_cmd_vtysh, 
23039        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
23040        "Negate a command or set its defaults\n"
23041        "IPv6 information\n"
23042        "Build a prefix list\n"
23043        "Name of a prefix list\n"
23044        "sequence number of an entry\n"
23045        "Sequence number\n"
23046        "Specify packets to reject\n"
23047        "Specify packets to forward\n"
23048        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"
23049        "Maximum prefix length to be matched\n"
23050        "Maximum prefix length\n"
23051        "Minimum prefix length to be matched\n"
23052        "Minimum prefix length\n")
23053
23054 DEFSH (0, no_ip_rip_authentication_key_chain2_cmd_vtysh, 
23055        "no ip rip authentication key-chain LINE", 
23056        "Negate a command or set its defaults\n"
23057        "IP information\n"
23058        "Routing Information Protocol\n"
23059        "Authentication control\n"
23060        "Authentication key-chain\n"
23061        "name of key-chain\n")
23062
23063 DEFSH (0, show_bgp_instance_ipv4_summary_cmd_vtysh, 
23064        "show bgp view WORD ipv4 summary", 
23065        "Show running system information\n"
23066        "BGP information\n"
23067        "IP information\n"
23068        "Address Family modifier\n"
23069        "Address Family modifier\n"
23070        "BGP view\n"
23071        "View name\n"
23072        "Summary of BGP neighbor status\n")
23073
23074 DEFSH (0, no_router_id_cmd_vtysh, 
23075        "no router-id", 
23076        "Negate a command or set its defaults\n"
23077        "Remove the manually configured router-id\n")
23078
23079 DEFSH (0, ip_ospf_retransmit_interval_addr_cmd_vtysh, 
23080        "ip ospf retransmit-interval <3-65535> A.B.C.D", 
23081        "IP Information\n"
23082        "OSPF interface commands\n"
23083        "Time between retransmitting lost link state advertisements\n"
23084        "Seconds\n"
23085        "Address of interface")
23086
23087 DEFSH (0, no_neighbor_route_reflector_client_cmd_vtysh, 
23088        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "route-reflector-client", 
23089        "Negate a command or set its defaults\n"
23090        "Specify neighbor router\n"
23091        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
23092        "Configure a neighbor as Route Reflector client\n")
23093
23094 DEFSH (0, debug_ospf6_lsa_hex_cmd_vtysh, 
23095        "debug ospf6 lsa (router|network|inter-prefix|inter-router|as-ext|grp-mbr|type7|link|intra-prefix|unknown)", 
23096        "Debugging functions (see also 'undebug')\n"
23097        "Open Shortest Path First (OSPF) for IPv6\n"
23098        "Debug Link State Advertisements (LSAs)\n"
23099        "Specify LS type as Hexadecimal\n"
23100       )
23101
23102 DEFSH (0, show_ip_igmp_groups_retransmissions_cmd_vtysh, 
23103        "show ip igmp groups retransmissions", 
23104        "Show running system information\n"
23105        "IP information\n"
23106        "IGMP information\n"
23107        "IGMP groups information\n"
23108        "IGMP group retransmissions\n")
23109
23110 DEFSH (0, clear_ip_bgp_dampening_address_cmd_vtysh, 
23111        "clear ip bgp dampening A.B.C.D", 
23112        "Reset functions\n"
23113        "IP information\n"
23114        "BGP information\n"
23115        "Clear route flap dampening information\n"
23116        "Network to clear damping information\n")
23117
23118 DEFSH (0, debug_ospf6_flooding_cmd_vtysh, 
23119        "debug ospf6 flooding", 
23120        "Debugging functions (see also 'undebug')\n"
23121        "Open Shortest Path First (OSPF) for IPv6\n"
23122        "Debug OSPFv3 flooding function\n"
23123       )
23124
23125 DEFSH (0, show_ipv6_mbgp_filter_list_cmd_vtysh, 
23126        "show ipv6 mbgp filter-list WORD", 
23127        "Show running system information\n"
23128        "IPv6 information\n"
23129        "MBGP information\n"
23130        "Display routes conforming to the filter-list\n"
23131        "Regular expression access list name\n")
23132
23133 DEFSH (0, no_ospf_area_nssa_no_summary_cmd_vtysh, 
23134        "no area (A.B.C.D|<0-4294967295>) nssa no-summary", 
23135        "Negate a command or set its defaults\n"
23136        "OSPF area parameters\n"
23137        "OSPF area ID in IP address format\n"
23138        "OSPF area ID as a decimal value\n"
23139        "Configure OSPF area as nssa\n"
23140        "Do not inject inter-area routes into nssa\n")
23141
23142 DEFSH (0, ip_community_list_expanded_cmd_vtysh, 
23143        "ip community-list <100-500> (deny|permit) .LINE", 
23144        "IP information\n"
23145        "Add a community list entry\n"
23146        "Community list number (expanded)\n"
23147        "Specify community to reject\n"
23148        "Specify community to accept\n"
23149        "An ordered list as a regular-expression\n")
23150
23151 DEFSH (0, show_bgp_view_ipv6_neighbor_damp_cmd_vtysh, 
23152        "show bgp view WORD ipv6 neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
23153        "Show running system information\n"
23154        "BGP information\n"
23155        "BGP view\n"
23156        "View name\n"
23157        "Address family\n"
23158        "Detailed information on TCP and BGP neighbor connections\n"
23159        "Neighbor to display information about\n"
23160        "Neighbor to display information about\n"
23161        "Display the dampened routes received from neighbor\n")
23162
23163 DEFSH (0, no_link_params_ava_bw_cmd_vtysh, 
23164        "no ava-bw", 
23165        "Negate a command or set its defaults\n"
23166        "Disable Unidirectional Available Bandwidth on this interface\n")
23167
23168 DEFSH (0, ipv6_access_list_any_cmd_vtysh, 
23169        "ipv6 access-list WORD (deny|permit) any", 
23170        "IPv6 information\n"
23171        "Add an access list entry\n"
23172        "IPv6 zebra access-list\n"
23173        "Specify packets to reject\n"
23174        "Specify packets to forward\n"
23175        "Any prefixi to match\n")
23176
23177 DEFSH (0, no_link_params_inter_as_cmd_vtysh, 
23178        "no neighbor", 
23179        "Negate a command or set its defaults\n"
23180        "Remove Neighbor IP address and AS number for Inter-AS TE\n")
23181
23182 DEFSH (0, ospf_mpls_te_inter_as_cmd_vtysh, 
23183        "mpls-te inter-as as", 
23184        "MPLS-TE specific commands\n"
23185        "Configure MPLS-TE Inter-AS support\n"
23186        "AS native mode self originate INTER_AS LSA with Type 11 (as flooding scope)\n")
23187
23188 DEFSH (0, debug_isis_spftrigg_cmd_vtysh, 
23189        "debug isis spf-triggers", 
23190        "Debugging functions (see also 'undebug')\n"
23191        "IS-IS information\n"
23192        "IS-IS SPF triggering events\n")
23193
23194 DEFSH (0, no_bgp_redistribute_ipv6_rmap_metric_cmd_vtysh, 
23195        "no redistribute " "(kernel|connected|static|ripng|ospf6|isis|babel|nhrp)" " route-map WORD metric <0-4294967295>", 
23196        "Negate a command or set its defaults\n"
23197        "Redistribute information from another routing protocol\n"
23198        "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"
23199        "Route map reference\n"
23200        "Pointer to route-map entries\n"
23201        "Metric for redistributed routes\n"
23202        "Default metric\n")
23203
23204 DEFSH (0, ip_ospf_authentication_addr_cmd_vtysh, 
23205        "ip ospf authentication A.B.C.D", 
23206        "IP Information\n"
23207        "OSPF interface commands\n"
23208        "Enable authentication on this interface\n"
23209        "Address of interface")
23210
23211 DEFSH (0, show_isis_neighbor_cmd_vtysh, 
23212        "show isis neighbor", 
23213        "Show running system information\n"
23214        "ISIS network information\n"
23215        "ISIS neighbor adjacencies\n")
23216
23217 DEFSH (0, no_ospf_log_adjacency_changes_cmd_vtysh, 
23218        "no log-adjacency-changes", 
23219        "Negate a command or set its defaults\n"
23220        "Log changes in adjacency state\n")
23221
23222 DEFSH (0, ipv6_route_ifname_cmd_vtysh, 
23223        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE", 
23224        "IP information\n"
23225        "Establish static routes\n"
23226        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
23227        "IPv6 gateway address\n"
23228        "IPv6 gateway interface name\n")
23229
23230 DEFSH (0, show_bgp_ipv4_prefix_longer_cmd_vtysh, 
23231        "show bgp ipv4 A.B.C.D/M longer-prefixes", 
23232        "Show running system information\n"
23233        "BGP information\n"
23234        "IP information\n"
23235        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8\n"
23236        "Display route and more specific routes\n")
23237
23238 DEFSH (0, no_neighbor_attr_unchanged4_cmd_vtysh, 
23239        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med (as-path|next-hop)", 
23240        "Negate a command or set its defaults\n"
23241        "Specify neighbor router\n"
23242        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
23243        "BGP attribute is propagated unchanged to this neighbor\n"
23244        "Med attribute\n"
23245        "As-path attribute\n"
23246        "Nexthop attribute\n")
23247
23248 DEFSH (0, show_isis_interface_cmd_vtysh, 
23249        "show isis interface", 
23250        "Show running system information\n"
23251        "ISIS network information\n"
23252        "ISIS interface\n")
23253
23254 DEFSH (0, show_bgp_ipv4_community2_cmd_vtysh, 
23255        "show bgp ipv4 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
23256        "Show running system information\n"
23257        "BGP information\n"
23258        "IP information\n"
23259        "Display routes matching the communities\n"
23260        "community number\n"
23261        "Do not send outside local AS (well-known community)\n"
23262        "Do not advertise to any peer (well-known community)\n"
23263        "Do not export to next AS (well-known community)\n"
23264        "community number\n"
23265        "Do not send outside local AS (well-known community)\n"
23266        "Do not advertise to any peer (well-known community)\n"
23267        "Do not export to next AS (well-known community)\n")
23268
23269 DEFSH (0, show_bgp_ipv6_community2_exact_cmd_vtysh, 
23270        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
23271        "Show running system information\n"
23272        "BGP information\n"
23273        "Address family\n"
23274        "Display routes matching the communities\n"
23275        "community number\n"
23276        "Do not send outside local AS (well-known community)\n"
23277        "Do not advertise to any peer (well-known community)\n"
23278        "Do not export to next AS (well-known community)\n"
23279        "community number\n"
23280        "Do not send outside local AS (well-known community)\n"
23281        "Do not advertise to any peer (well-known community)\n"
23282        "Do not export to next AS (well-known community)\n"
23283        "Exact match of the communities")
23284
23285 DEFSH (0, neighbor_attr_unchanged5_cmd_vtysh, 
23286        "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged as-path next-hop med", 
23287        "Specify neighbor router\n"
23288        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
23289        "BGP attribute is propagated unchanged to this neighbor\n"
23290        "As-path attribute\n"
23291        "Nexthop attribute\n"
23292        "Med attribute\n")
23293
23294 DEFSH (0, link_params_unrsv_bw_cmd_vtysh, 
23295        "unrsv-bw <0-7> BANDWIDTH", 
23296        "Unreserved bandwidth at each priority level\n"
23297        "Priority\n"
23298        "Bytes/second (IEEE floating point format)\n")
23299
23300 DEFSH (0, ip_rip_receive_version_1_cmd_vtysh, 
23301        "ip rip receive version 1 2", 
23302        "IP information\n"
23303        "Routing Information Protocol\n"
23304        "Advertisement reception\n"
23305        "Version control\n"
23306        "RIP version 1\n"
23307        "RIP version 2\n")
23308
23309 DEFSH (0, no_ipv6_route_flags_pref_tag_cmd_vtysh, 
23310        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE) (reject|blackhole) tag <1-4294967295> <1-255>", 
23311        "Negate a command or set its defaults\n"
23312        "IP information\n"
23313        "Establish static routes\n"
23314        "IPv6 destination prefix (e.g. 3ffe:506::/32)\n"
23315        "IPv6 gateway address\n"
23316        "IPv6 gateway interface name\n"
23317        "Emit an ICMP unreachable when matched\n"
23318        "Silently discard pkts when matched\n"
23319        "Set tag for this route\n"
23320        "Tag value\n"
23321        "Distance value for this prefix\n")
23322
23323 DEFSH (0, no_neighbor_attr_unchanged7_cmd_vtysh, 
23324        "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged next-hop med as-path", 
23325        "Negate a command or set its defaults\n"
23326        "Specify neighbor router\n"
23327        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
23328        "BGP attribute is propagated unchanged to this neighbor\n"
23329        "Nexthop attribute\n"
23330        "Med attribute\n"
23331        "As-path attribute\n")
23332
23333 DEFSH (0, show_bgp_view_afi_safi_route_cmd_vtysh, 
23334        "show bgp view WORD (ipv4|ipv6) (encap|multicast|unicast|vpn) A.B.C.D", 
23335        "Show running system information\n"
23336        "BGP information\n"
23337        "BGP view\n"
23338        "View name\n"
23339        "Address Family\n"
23340        "Address Family\n"
23341        "Address Family Modifier\n"
23342        "Address Family Modifier\n"
23343        "Address Family Modifier\n"
23344        "Address Family Modifier\n"
23345        "Network in the BGP routing table to display\n")
23346
23347 DEFSH (0, ip_irdp_multicast_cmd_vtysh, 
23348        "ip irdp multicast", 
23349        "IP information\n"
23350        "ICMP Router discovery on this interface using multicast\n")
23351
23352 DEFSH (0, no_isis_metric_l2_cmd_vtysh, 
23353        "no isis metric level-2", 
23354        "Negate a command or set its defaults\n"
23355        "IS-IS commands\n"
23356        "Set default metric for circuit\n"
23357        "Specify metric for level-2 routing\n")
23358
23359 DEFSH (0, undebug_pim_packetdump_recv_cmd_vtysh, 
23360        "undebug pim packet-dump receive", 
23361        "Disable debugging functions (see also 'debug')\n"
23362        "PIM protocol activity\n"
23363        "PIM packet dump\n"
23364        "Dump received packets\n")
23365
23366 DEFSH (0, ip_extcommunity_list_standard_cmd_vtysh, 
23367        "ip extcommunity-list <1-99> (deny|permit) .AA:NN", 
23368        "IP information\n"
23369        "Add a extended community list entry\n"
23370        "Extended Community list number (standard)\n"
23371        "Specify community to reject\n"
23372        "Specify community to accept\n"
23373        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' format\n")
23374
23375 DEFSH (0, no_debug_ospf6_interface_cmd_vtysh, 
23376        "no debug ospf6 interface", 
23377        "Negate a command or set its defaults\n"
23378        "Debugging functions (see also 'undebug')\n"
23379        "Open Shortest Path First (OSPF) for IPv6\n"
23380        "Debug OSPFv3 Interface\n"
23381       )
23382
23383 DEFSH (0, no_isis_hello_interval_arg_cmd_vtysh, 
23384        "no isis hello-interval <1-600>", 
23385        "Negate a command or set its defaults\n"
23386        "IS-IS commands\n"
23387        "Set Hello interval\n"
23388        "Hello interval value\n"
23389        "Holdtime 1 second,  interval depends on multiplier\n")
23390
23391 DEFSH (0, clear_bgp_as_in_prefix_filter_cmd_vtysh, 
23392        "clear bgp " "<1-4294967295>" " in prefix-filter", 
23393        "Reset functions\n"
23394        "BGP information\n"
23395        "Clear peers with the AS number\n"
23396        "Send route-refresh unless using 'soft-reconfiguration inbound'\n"
23397        "Push out prefix-list ORF and do inbound soft reconfig\n")
23398
23399 DEFSH (0, show_bgp_ipv4_safi_community4_exact_cmd_vtysh, 
23400        "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", 
23401        "Show running system information\n"
23402        "BGP information\n"
23403        "Address family\n"
23404        "Address Family modifier\n"
23405        "Address Family modifier\n"
23406        "Display routes matching the communities\n"
23407        "community number\n"
23408        "Do not send outside local AS (well-known community)\n"
23409        "Do not advertise to any peer (well-known community)\n"
23410        "Do not export to next AS (well-known community)\n"
23411        "community number\n"
23412        "Do not send outside local AS (well-known community)\n"
23413        "Do not advertise to any peer (well-known community)\n"
23414        "Do not export to next AS (well-known community)\n"
23415        "community number\n"
23416        "Do not send outside local AS (well-known community)\n"
23417        "Do not advertise to any peer (well-known community)\n"
23418        "Do not export to next AS (well-known community)\n"
23419        "community number\n"
23420        "Do not send outside local AS (well-known community)\n"
23421        "Do not advertise to any peer (well-known community)\n"
23422        "Do not export to next AS (well-known community)\n"
23423        "Exact match of the communities")
23424
23425 DEFSH (0, ip_mroute_dist_cmd_vtysh, 
23426        "ip mroute A.B.C.D/M (A.B.C.D|INTERFACE) <1-255>", 
23427        "IP information\n"
23428        "Configure static unicast route into MRIB for multicast RPF lookup\n"
23429        "IP destination prefix (e.g. 10.0.0.0/8)\n"
23430        "Nexthop address\n"
23431        "Nexthop interface name\n"
23432        "Distance\n")
23433
23434 DEFSH (0, debug_zebra_events_cmd_vtysh, 
23435        "debug zebra events", 
23436        "Debugging functions (see also 'undebug')\n"
23437        "Zebra configuration\n"
23438        "Debug option set for zebra events\n")
23439
23440 DEFSH (0, show_database_detail_arg_cmd_vtysh, 
23441        "show isis database detail WORD", 
23442        "Show running system information\n"
23443        "IS-IS information\n"
23444        "IS-IS link state database\n"
23445        "Detailed information\n"
23446        "LSP ID\n")
23447
23448 DEFSH (0, show_bgp_instance_neighbors_cmd_vtysh, 
23449        "show bgp view WORD neighbors", 
23450        "Show running system information\n"
23451        "BGP information\n"
23452        "BGP view\n"
23453        "View name\n"
23454        "Detailed information on TCP and BGP neighbor connections\n")
23455
23456 DEFSH (0, show_ipv6_route_cmd_vtysh, 
23457        "show ipv6 route", 
23458        "Show running system information\n"
23459        "IP information\n"
23460        "IPv6 routing table\n")
23461
23462 DEFSH (0, ip_route_tag_cmd_vtysh, 
23463        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) tag <1-4294967295>", 
23464        "IP information\n"
23465        "Establish static routes\n"
23466        "IP destination prefix (e.g. 10.0.0.0/8)\n"
23467        "IP gateway address\n"
23468        "IP gateway interface name\n"
23469        "Null interface\n"
23470        "Set tag for this route\n"
23471        "Tag value\n")
23472
23473 DEFSH (0, clear_ip_bgp_peer_group_ipv4_soft_cmd_vtysh, 
23474        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft", 
23475        "Reset functions\n"
23476        "IP information\n"
23477        "BGP information\n"
23478        "Clear all members of peer-group\n"
23479        "BGP peer-group name\n"
23480        "Address family\n"
23481        "Address Family modifier\n"
23482        "Address Family modifier\n"
23483        "Soft reconfig inbound and outbound updates\n")
23484
23485 DEFSH (0, show_bgp_ipv6_safi_lcommunity4_cmd_vtysh, 
23486        "show bgp ipv6 (encap|multicast|unicast|vpn) large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
23487        "Show running system information\n"
23488        "BGP information\n"
23489        "Address family\n"
23490        "Address family modifier\n"
23491        "Address family modifier\n"
23492        "Address family modifier\n"
23493        "Address family modifier\n"
23494        "Display routes matching the large-communities\n"
23495        "large-community number\n"
23496        "large-community number\n"
23497        "large-community number\n"
23498        "large-community number\n")
23499
23500 DEFSH (0, bgp_cluster_id_cmd_vtysh, 
23501        "bgp cluster-id A.B.C.D", 
23502        "BGP information\n"
23503        "Configure Route-Reflector Cluster-id\n"
23504        "Route-Reflector Cluster-id in IP address format\n")
23505
23506 DEFSH (0, no_router_id_vrf_cmd_vtysh, 
23507        "no router-id " "vrf <0-65535>", 
23508        "Negate a command or set its defaults\n"
23509        "Remove the manually configured router-id\n"
23510        "Specify the VRF\nThe VRF ID\n")
23511
23512 DEFSH (0, show_bgp_ipv6_vpn_neighbor_advertised_routes_cmd_vtysh, 
23513        "show bgp ipv6 vpn neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
23514        "Show running system information\n"
23515        "BGP information\n"
23516        "Address Family\n"
23517        "Display VPN NLRI specific information\n"
23518        "Detailed information on TCP and BGP neighbor connections\n"
23519        "Neighbor to display information about\n"
23520        "Display the routes advertised to a BGP neighbor\n")
23521
23522 DEFSH (0, clear_ip_bgp_peer_ipv4_soft_in_cmd_vtysh, 
23523        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft in", 
23524        "Reset functions\n"
23525        "IP information\n"
23526        "BGP information\n"
23527        "BGP neighbor address to clear\n"
23528        "Address family\n"
23529        "Address Family modifier\n"
23530        "Address Family modifier\n"
23531        "Soft reconfig inbound and outbound updates\n"
23532        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
23533
23534 DEFSH (0, show_ipv6_bgp_lcommunity4_cmd_vtysh, 
23535        "show ipv6 bgp large-community (AA:BB:CC) (AA:BB:CC) (AA:BB:CC) (AA:BB:CC)", 
23536        "Show running system information\n"
23537        "IPv6 information\n"
23538        "BGP information\n"
23539        "Display routes matching the large-communities\n"
23540        "large-community number\n"
23541        "large-community number\n"
23542        "large-community number\n"
23543        "large-community number\n")
23544
23545 DEFSH (0, show_ip_bgp_view_cmd_vtysh, 
23546        "show ip bgp view WORD", 
23547        "Show running system information\n"
23548        "IP information\n"
23549        "BGP information\n"
23550        "BGP view\n"
23551        "View name\n")
23552
23553 DEFSH (0, neighbor_shutdown_cmd_vtysh, 
23554        "neighbor (A.B.C.D|X:X::X:X|WORD) " "shutdown", 
23555        "Specify neighbor router\n"
23556        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"
23557        "Administratively shut down this neighbor\n")
23558
23559 DEFSH (0, clear_ip_mroute_cmd_vtysh, 
23560        "clear ip mroute", 
23561        "Reset functions\n"
23562        "IP information\n"
23563        "Reset multicast routes\n")
23564
23565 DEFSH (0, no_ip_lcommunity_list_expanded_cmd_vtysh, 
23566        "no ip large-community-list <100-500> (deny|permit) .LINE", 
23567        "Negate a command or set its defaults\n"
23568        "IP information\n"
23569        "Add a large community list entry\n"
23570        "Large Community list number (expanded)\n"
23571        "Specify large community to reject\n"
23572        "Specify large community to accept\n"
23573        "An ordered list as a regular-expression\n")
23574
23575 DEFSH (0, show_bgp_view_afi_safi_community_all_cmd_vtysh, 
23576        "show bgp view WORD (ipv4|ipv6) (unicast|multicast) community", 
23577        "Show running system information\n"
23578        "BGP information\n"
23579        "BGP view\n"
23580        "View name\n"
23581        "Address family\n"
23582        "Address family\n"
23583        "Address Family modifier\n"
23584        "Address Family modifier\n"
23585        "Display routes matching the communities\n")
23586
23587 DEFSH (0, clear_bgp_external_in_cmd_vtysh, 
23588        "clear bgp external in", 
23589        "Reset functions\n"
23590        "BGP information\n"
23591        "Clear all external peers\n"
23592        "Send route-refresh unless using 'soft-reconfiguration inbound'\n")
23593
23594 DEFSH (0, show_ipv6_ospf6_database_type_router_cmd_vtysh, 
23595        "show ipv6 ospf6 database "
23596        "(router|network|inter-prefix|inter-router|as-external|"
23597        "group-membership|type-7|link|intra-prefix) * A.B.C.D", 
23598        "Show running system information\n"
23599        "IPv6 information\n"
23600        "Open Shortest Path First (OSPF) for IPv6\n"
23601        "Display Link state database\n"
23602        "Display Router LSAs\n"
23603        "Display Network LSAs\n"
23604        "Display Inter-Area-Prefix LSAs\n"
23605        "Display Inter-Area-Router LSAs\n"
23606        "Display As-External LSAs\n"
23607        "Display Group-Membership LSAs\n"
23608        "Display Type-7 LSAs\n"
23609        "Display Link LSAs\n"
23610        "Display Intra-Area-Prefix LSAs\n"
23611        "Any Link state ID\n"
23612        "Specify Advertising Router as IPv4 address notation\n"
23613       )
23614
23615 DEFSH (0, no_ip_mroute_cmd_vtysh, 
23616        "no ip mroute A.B.C.D/M (A.B.C.D|INTERFACE)", 
23617        "Negate a command or set its defaults\n"
23618        "IP information\n"
23619        "Configure static unicast route into MRIB for multicast RPF lookup\n"
23620        "IP destination prefix (e.g. 10.0.0.0/8)\n"
23621        "Nexthop address\n"
23622        "Nexthop interface name\n")
23623
23624 void
23625 test_init_cmd (void)
23626 {
23627   install_element (ENABLE_NODE, &no_debug_ospf6_spf_process_cmd_vtysh);
23628   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_prefix_cmd_vtysh);
23629   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity3_cmd_vtysh);
23630   install_element (INTERFACE_NODE, &ip_ospf_transmit_delay_addr_cmd_vtysh);
23631   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_summary_cmd_vtysh);
23632   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_summary_cmd_vtysh);
23633   install_element (VIEW_NODE, &show_ip_pim_upstream_cmd_vtysh);
23634   install_element (VIEW_NODE, &show_ipv6_ospf6_database_self_originated_detail_cmd_vtysh);
23635   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
23636   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
23637   install_element (CONFIG_NODE, &ip_community_list_name_expanded_cmd_vtysh);
23638   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
23639   install_element (CONFIG_NODE, &ip_community_list_standard_cmd_vtysh);
23640   install_element (VIEW_NODE, &show_bgp_view_ipv6_rsclient_cmd_vtysh);
23641   install_element (OSPF_NODE, &ospf_area_stub_no_summary_cmd_vtysh);
23642   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rd_route_cmd_vtysh);
23643   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_month_day_day_month_cmd_vtysh);
23644   install_element (OSPF6_NODE, &no_ospf6_timers_throttle_spf_cmd_vtysh);
23645   install_element (VIEW_NODE, &show_ipv6_mroute_vrf_cmd_vtysh);
23646   install_element (ENABLE_NODE, &clear_ipv6_prefix_list_cmd_vtysh);
23647   install_element (ENABLE_NODE, &debug_zebra_rib_q_cmd_vtysh);
23648   install_element (KEYCHAIN_KEY_NODE, &no_key_cmd_vtysh);
23649   install_element (VIEW_NODE, &show_ip_route_prefix_vrf_cmd_vtysh);
23650   install_element (INTERFACE_NODE, &ip_irdp_debug_packet_cmd_vtysh);
23651   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity_all_cmd_vtysh);
23652   install_element (BGP_NODE, &no_neighbor_ebgp_multihop_ttl_cmd_vtysh);
23653   install_element (BGP_ENCAP_NODE, &neighbor_route_server_client_cmd_vtysh);
23654   install_element (CONFIG_NODE, &ipv6_route_flags_tag_vrf_cmd_vtysh);
23655   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community2_cmd_vtysh);
23656   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_rsclient_cmd_vtysh);
23657   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_external_cmd_vtysh);
23658   install_element (BGP_NODE, &no_neighbor_cmd_vtysh);
23659   install_element (BGP_IPV4_NODE, &aggregate_address_summary_only_cmd_vtysh);
23660   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_cmd_vtysh);
23661   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_cidr_only_cmd_vtysh);
23662   install_element (VTY_NODE, &no_exec_timeout_cmd_vtysh);
23663   install_element (OSPF6_NODE, &area_range_advertise_cmd_vtysh);
23664   install_element (CONFIG_NODE, &access_list_extended_any_mask_cmd_vtysh);
23665   install_element (INTERFACE_NODE, &no_multicast_cmd_vtysh);
23666   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_cmd_vtysh);
23667   install_element (ENABLE_NODE, &undebug_bgp_all_cmd_vtysh);
23668   install_element (BGP_IPV4_NODE, &no_neighbor_route_server_client_cmd_vtysh);
23669   install_element (BGP_IPV4_NODE, &bgp_network_mask_natural_cmd_vtysh);
23670   install_element (ENABLE_NODE, &undebug_bgp_as4_cmd_vtysh);
23671   install_element (VIEW_NODE, &show_ip_route_summary_vrf_all_cmd_vtysh);
23672   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_duration_day_month_cmd_vtysh);
23673   install_element (OSPF_NODE, &no_ospf_neighbor_priority_cmd_vtysh);
23674   install_element (VIEW_NODE, &show_ipv6_mbgp_prefix_longer_cmd_vtysh);
23675   install_element (VIEW_NODE, &show_bgp_ipv6_summary_cmd_vtysh);
23676   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity2_cmd_vtysh);
23677   install_element (BGP_IPV4_NODE, &neighbor_unsuppress_map_cmd_vtysh);
23678   install_element (INTERFACE_NODE, &interface_ip_mroute_cmd_vtysh);
23679   install_element (VIEW_NODE, &show_ip_bgp_rsclient_prefix_cmd_vtysh);
23680   install_element (VIEW_NODE, &show_bgp_route_map_cmd_vtysh);
23681   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_prefix_list_cmd_vtysh);
23682   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community4_cmd_vtysh);
23683   install_element (ENABLE_NODE, &no_debug_pim_cmd_vtysh);
23684   install_element (OSPF_NODE, &ospf_mpls_te_inter_as_area_cmd_vtysh);
23685   install_element (VIEW_NODE, &show_ip_ospf_router_info_cmd_vtysh);
23686   install_element (INTERFACE_NODE, &no_isis_metric_arg_cmd_vtysh);
23687   install_element (ENABLE_NODE, &debug_nhrp_cmd_vtysh);
23688   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
23689   install_element (RMAP_NODE, &no_set_aspath_exclude_cmd_vtysh);
23690   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
23691   install_element (BGP_NODE, &bgp_timers_cmd_vtysh);
23692   install_element (CONFIG_NODE, &ip_route_mask_flags_distance_cmd_vtysh);
23693   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
23694   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_le_cmd_vtysh);
23695   install_element (ENABLE_NODE, &clear_bgp_all_in_cmd_vtysh);
23696   install_element (VIEW_NODE, &show_bgp_view_neighbor_routes_cmd_vtysh);
23697   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_rmap_metric_cmd_vtysh);
23698   install_element (CONFIG_NODE, &no_ip_as_path_all_cmd_vtysh);
23699   install_element (BGP_NODE, &aggregate_address_mask_as_set_cmd_vtysh);
23700   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_list_cmd_vtysh);
23701   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_route_map_cmd_vtysh);
23702   install_element (CONFIG_NODE, &no_debug_isis_spfstats_cmd_vtysh);
23703   install_element (BGP_NODE, &no_bgp_network_import_check_cmd_vtysh);
23704   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_cmd_vtysh);
23705   install_element (CONFIG_NODE, &no_debug_ospf6_zebra_sendrecv_cmd_vtysh);
23706   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_router_cmd_vtysh);
23707   install_element (ISIS_NODE, &no_area_lsp_mtu_cmd_vtysh);
23708   install_element (CONFIG_NODE, &ip_route_mask_flags_distance2_cmd_vtysh);
23709   install_element (BGP_ENCAP_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
23710   install_element (CONFIG_NODE, &debug_bgp_events_cmd_vtysh);
23711   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_safi_rsclient_summary_cmd_vtysh);
23712   install_element (CONFIG_NODE, &vrf_netns_cmd_vtysh);
23713   install_element (BGP_IPV4_NODE, &neighbor_route_reflector_client_cmd_vtysh);
23714   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_neighbors_peer_cmd_vtysh);
23715   install_element (ENABLE_NODE, &clear_bgp_peer_group_in_prefix_filter_cmd_vtysh);
23716   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community_exact_cmd_vtysh);
23717   install_element (RIP_NODE, &no_rip_offset_list_ifname_cmd_vtysh);
23718   install_element (VIEW_NODE, &show_bgp_community_list_cmd_vtysh);
23719   install_element (OSPF_NODE, &no_ospf_redistribute_source_cmd_vtysh);
23720   install_element (BGP_IPV6_NODE, &neighbor_route_server_client_cmd_vtysh);
23721   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
23722   install_element (CONFIG_NODE, &no_debug_rip_packet_cmd_vtysh);
23723   install_element (CONFIG_NODE, &no_ip_route_flags_distance2_vrf_cmd_vtysh);
23724   install_element (INTERFACE_NODE, &no_ip_ospf_transmit_delay_addr_cmd_vtysh);
23725   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
23726   install_element (ENABLE_NODE, &show_debugging_ospf_cmd_vtysh);
23727   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance2_cmd_vtysh);
23728   install_element (VIEW_NODE, &show_bgp_ipv4_community_exact_cmd_vtysh);
23729   install_element (CONFIG_NODE, &no_debug_igmp_packets_cmd_vtysh);
23730   install_element (OSPF_NODE, &ospf_area_vlink_md5_cmd_vtysh);
23731   install_element (VIEW_NODE, &show_ipv6_route_prefix_longer_cmd_vtysh);
23732   install_element (ENABLE_NODE, &clear_ipv6_prefix_list_name_prefix_cmd_vtysh);
23733   install_element (INTERFACE_NODE, &ipv6_ospf6_priority_cmd_vtysh);
23734   install_element (BGP_ENCAP_NODE, &no_neighbor_route_server_client_cmd_vtysh);
23735   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_soft_out_cmd_vtysh);
23736   install_element (VIEW_NODE, &show_ip_ospf_database_cmd_vtysh);
23737   install_element (OSPF_NODE, &no_ospf_passive_interface_addr_cmd_vtysh);
23738   install_element (OSPF_NODE, &ospf_passive_interface_addr_cmd_vtysh);
23739   install_element (BGP_IPV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
23740   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity2_cmd_vtysh);
23741   install_element (BGP_VPNV4_NODE, &neighbor_nexthop_self_cmd_vtysh);
23742   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_list_exact_cmd_vtysh);
23743   install_element (CONFIG_NODE, &no_ip_route_flags_vrf_cmd_vtysh);
23744   install_element (ENABLE_NODE, &debug_isis_snp_cmd_vtysh);
23745   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity_all_cmd_vtysh);
23746   install_element (VIEW_NODE, &show_ip_ospf_router_info_pce_cmd_vtysh);
23747   install_element (CONFIG_NODE, &no_ip_as_path_cmd_vtysh);
23748   install_element (ENABLE_NODE, &no_debug_ospf6_spf_database_cmd_vtysh);
23749   install_element (VIEW_NODE, &show_ip_prefix_list_cmd_vtysh);
23750   install_element (ENABLE_NODE, &clear_ip_bgp_all_soft_out_cmd_vtysh);
23751   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community_all_cmd_vtysh);
23752   install_element (CONFIG_NODE, &ipv6_prefix_list_ge_cmd_vtysh);
23753   install_element (CONFIG_NODE, &no_debug_pim_packets_filter_cmd_vtysh);
23754   install_element (CONFIG_NODE, &no_ip_route_mask_tag_cmd_vtysh);
23755   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_as_set_cmd_vtysh);
23756   install_element (BGP_ENCAPV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
23757   install_element (ENABLE_NODE, &clear_bgp_peer_group_soft_cmd_vtysh);
23758   install_element (BGP_NODE, &bgp_graceful_restart_cmd_vtysh);
23759   install_element (ENABLE_NODE, &debug_pim_packets_cmd_vtysh);
23760   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community4_cmd_vtysh);
23761   install_element (BGP_IPV6M_NODE, &ipv6_bgp_network_cmd_vtysh);
23762   install_element (ENABLE_NODE, &debug_igmp_packets_cmd_vtysh);
23763   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_cmd_vtysh);
23764   install_element (BGP_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
23765   install_element (CONFIG_NODE, &no_debug_bgp_fsm_cmd_vtysh);
23766   install_element (VIEW_NODE, &show_ip_route_prefix_longer_vrf_all_cmd_vtysh);
23767   install_element (BGP_NODE, &bgp_damp_set3_cmd_vtysh);
23768   install_element (ENABLE_NODE, &no_debug_pim_zebra_cmd_vtysh);
23769   install_element (OSPF_NODE, &no_ospf_refresh_timer_val_cmd_vtysh);
23770   install_element (OSPF6_NODE, &no_ospf6_distance_cmd_vtysh);
23771   install_element (BGP_NODE, &bgp_graceful_restart_stalepath_time_cmd_vtysh);
23772   install_element (ISIS_NODE, &lsp_refresh_interval_cmd_vtysh);
23773   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_tag_vrf_cmd_vtysh);
23774   install_element (RIP_NODE, &no_rip_default_information_originate_cmd_vtysh);
23775   install_element (BGP_NODE, &neighbor_update_source_cmd_vtysh);
23776   install_element (BGP_NODE, &no_bgp_network_mask_natural_route_map_cmd_vtysh);
23777   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_out_cmd_vtysh);
23778   install_element (BGP_NODE, &bgp_default_ipv4_unicast_cmd_vtysh);
23779   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_out_cmd_vtysh);
23780   install_element (VIEW_NODE, &show_ip_lcommunity_list_cmd_vtysh);
23781   install_element (OSPF6_NODE, &no_area_import_list_cmd_vtysh);
23782   install_element (CONFIG_NODE, &ip_prefix_list_ge_cmd_vtysh);
23783   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community2_exact_cmd_vtysh);
23784   install_element (RMAP_NODE, &no_match_interface_cmd_vtysh);
23785   install_element (RESTRICTED_NODE, &show_bgp_summary_cmd_vtysh);
23786   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_in_prefix_filter_cmd_vtysh);
23787   install_element (VIEW_NODE, &show_bgp_prefix_longer_cmd_vtysh);
23788   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_damp_cmd_vtysh);
23789   install_element (CONFIG_NODE, &no_debug_ospf_event_cmd_vtysh);
23790   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
23791   install_element (INTERFACE_NODE, &ipv6_ospf6_mtu_ignore_cmd_vtysh);
23792   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_ge_le_cmd_vtysh);
23793   install_element (CONFIG_NODE, &no_ipv6_route_ifname_tag_vrf_cmd_vtysh);
23794   install_element (ENABLE_NODE, &debug_ripng_zebra_cmd_vtysh);
23795   install_element (BGP_NODE, &bgp_network_cmd_vtysh);
23796   install_element (CONFIG_NODE, &no_access_list_extended_mask_host_cmd_vtysh);
23797   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
23798   install_element (RIP_NODE, &rip_neighbor_cmd_vtysh);
23799   install_element (INTERFACE_NODE, &no_ipv6_ospf6_mtu_ignore_cmd_vtysh);
23800   install_element (VIEW_NODE, &show_ipv6_route_summary_vrf_cmd_vtysh);
23801   install_element (ENABLE_NODE, &test_pim_receive_dump_cmd_vtysh);
23802   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_rsclient_route_cmd_vtysh);
23803   install_element (RESTRICTED_NODE, &show_ip_bgp_route_cmd_vtysh);
23804   install_element (BGP_IPV4M_NODE, &no_neighbor_route_map_cmd_vtysh);
23805   install_element (RIPNG_NODE, &if_ipv6_rmap_cmd_vtysh);
23806   install_element (RMAP_NODE, &no_set_lcommunity_cmd_vtysh);
23807   install_element (VIEW_NODE, &show_ipv6_prefix_list_prefix_cmd_vtysh);
23808   install_element (BGP_VPNV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
23809   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_soft_in_cmd_vtysh);
23810   install_element (VIEW_NODE, &show_ip_bgp_instance_ipv4_rsclient_summary_cmd_vtysh);
23811   install_element (ENABLE_NODE, &no_debug_ssmpingd_cmd_vtysh);
23812   install_element (RIP_NODE, &rip_version_cmd_vtysh);
23813   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_in_cmd_vtysh);
23814   install_element (VIEW_NODE, &show_ipv6_ospf6_route_cmd_vtysh);
23815   install_element (BGP_NODE, &bgp_confederation_identifier_cmd_vtysh);
23816   install_element (VIEW_NODE, &show_bgp_lcommunity_list_cmd_vtysh);
23817   install_element (CONFIG_NODE, &ip_lcommunity_list_name_expanded_cmd_vtysh);
23818   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
23819   install_element (BGP_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
23820   install_element (CONFIG_NODE, &no_ipv6_route_ifname_cmd_vtysh);
23821   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv4_safi_rsclient_summary_cmd_vtysh);
23822   install_element (BGP_IPV4_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
23823   install_element (ENABLE_NODE, &undebug_pim_packetdump_send_cmd_vtysh);
23824   install_element (BGP_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
23825   install_element (VIEW_NODE, &show_ip_route_prefix_cmd_vtysh);
23826   install_element (OSPF_NODE, &ospf_timers_min_ls_interval_cmd_vtysh);
23827   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_linkstate_id_detail_cmd_vtysh);
23828   install_element (BGP_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
23829   install_element (ISIS_NODE, &no_lsp_refresh_interval_cmd_vtysh);
23830   install_element (CONFIG_NODE, &debug_ospf6_neighbor_detail_cmd_vtysh);
23831   install_element (BGP_NODE, &no_neighbor_dont_capability_negotiate_cmd_vtysh);
23832   install_element (BGP_NODE, &no_bgp_log_neighbor_changes_cmd_vtysh);
23833   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_soft_in_cmd_vtysh);
23834   install_element (BGP_NODE, &no_neighbor_route_server_client_cmd_vtysh);
23835   install_element (VIEW_NODE, &show_bgp_view_ipv6_rsclient_prefix_cmd_vtysh);
23836   install_element (INTERFACE_NODE, &no_ospf_cost_u32_inet4_cmd_vtysh);
23837   install_element (VIEW_NODE, &show_ipv6_route_protocol_cmd_vtysh);
23838   install_element (RMAP_NODE, &set_src_cmd_vtysh);
23839   install_element (OSPF6_NODE, &ospf6_stub_router_admin_cmd_vtysh);
23840   install_element (VIEW_NODE, &show_ipv6_ospf6_database_linkstate_id_detail_cmd_vtysh);
23841   install_element (RESTRICTED_NODE, &show_bgp_ipv4_encap_summary_cmd_vtysh);
23842   install_element (INTERFACE_NODE, &no_bandwidth_if_cmd_vtysh);
23843   install_element (VIEW_NODE, &show_ip_ospf_neighbor_detail_all_cmd_vtysh);
23844   install_element (VIEW_NODE, &show_bgp_ipv4_community_cmd_vtysh);
23845   install_element (BGP_NODE, &neighbor_interface_cmd_vtysh);
23846   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_tag_cmd_vtysh);
23847   install_element (RIPNG_NODE, &no_ripng_redistribute_type_cmd_vtysh);
23848   install_element (ENABLE_NODE, &debug_pim_trace_cmd_vtysh);
23849   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_prefix_list_cmd_vtysh);
23850   install_element (BGP_IPV6M_NODE, &neighbor_send_community_cmd_vtysh);
23851   install_element (OSPF_NODE, &no_ospf_area_stub_cmd_vtysh);
23852   install_element (CONFIG_NODE, &ip_route_mask_vrf_cmd_vtysh);
23853   install_element (OSPF_NODE, &pce_path_scope_cmd_vtysh);
23854   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_neighbors_peer_cmd_vtysh);
23855   install_element (CONFIG_NODE, &debug_zebra_packet_detail_cmd_vtysh);
23856   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
23857   install_element (VIEW_NODE, &show_zebra_cmd_vtysh);
23858   install_element (VIEW_NODE, &show_ip_bgp_ipv4_summary_cmd_vtysh);
23859   install_element (OSPF6_NODE, &ospf6_log_adjacency_changes_detail_cmd_vtysh);
23860   install_element (RESTRICTED_NODE, &show_bgp_ipv6_summary_cmd_vtysh);
23861   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_cmd_vtysh);
23862   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
23863   install_element (BGP_IPV6_NODE, &ipv6_aggregate_address_summary_only_cmd_vtysh);
23864   install_element (CONFIG_NODE, &bgp_multiple_instance_cmd_vtysh);
23865   install_element (RESTRICTED_NODE, &show_bgp_community_cmd_vtysh);
23866   install_element (BGP_NODE, &bgp_redistribute_ipv4_rmap_cmd_vtysh);
23867   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_rsclient_summary_cmd_vtysh);
23868   install_element (VTY_NODE, &no_vty_ipv6_access_class_cmd_vtysh);
23869   install_element (BGP_IPV4M_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
23870   install_element (INTERFACE_NODE, &ip_irdp_address_preference_cmd_vtysh);
23871   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
23872   install_element (VIEW_NODE, &show_ipv6_bgp_community2_cmd_vtysh);
23873   install_element (INTERFACE_NODE, &ipv6_nd_prefix_cmd_vtysh);
23874   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
23875   install_element (VIEW_NODE, &show_ipv6_forwarding_cmd_vtysh);
23876   install_element (ENABLE_NODE, &no_debug_isis_spftrigg_cmd_vtysh);
23877   install_element (OSPF_NODE, &no_ospf_area_import_list_cmd_vtysh);
23878   install_element (INTERFACE_NODE, &ipv6_ospf6_deadinterval_cmd_vtysh);
23879   install_element (INTERFACE_NODE, &ospf_retransmit_interval_cmd_vtysh);
23880   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_received_prefix_filter_cmd_vtysh);
23881   install_element (BGP_NODE, &aggregate_address_mask_summary_only_cmd_vtysh);
23882   install_element (INTERFACE_NODE, &no_ipv6_nd_router_preference_cmd_vtysh);
23883   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l1_cmd_vtysh);
23884   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_soft_in_cmd_vtysh);
23885   install_element (BGP_IPV4M_NODE, &no_neighbor_send_community_cmd_vtysh);
23886   install_element (BGP_NODE, &no_neighbor_description_val_cmd_vtysh);
23887   install_element (OSPF_NODE, &no_router_ospf_id_cmd_vtysh);
23888   install_element (RMAP_NODE, &no_match_ip_route_source_val_cmd_vtysh);
23889   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity2_cmd_vtysh);
23890   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_statistics_cmd_vtysh);
23891   install_element (BGP_ENCAP_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
23892   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_cmd_vtysh);
23893   install_element (BGP_IPV6M_NODE, &no_neighbor_prefix_list_cmd_vtysh);
23894   install_element (ENABLE_NODE, &no_debug_bgp_nht_cmd_vtysh);
23895   install_element (BGP_ENCAP_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
23896   install_element (RIPNG_NODE, &no_ripng_redistribute_type_metric_cmd_vtysh);
23897   install_element (CONFIG_NODE, &debug_ospf_nsm_sub_cmd_vtysh);
23898   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_soft_cmd_vtysh);
23899   install_element (OSPF_NODE, &ospf_redistribute_source_cmd_vtysh);
23900   install_element (VIEW_NODE, &show_ipv6_mbgp_summary_cmd_vtysh);
23901   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_in_cmd_vtysh);
23902   install_element (ENABLE_NODE, &debug_bgp_allow_martians_cmd_vtysh);
23903   install_element (VIEW_NODE, &show_interface_name_vrf_cmd_vtysh);
23904   install_element (INTERFACE_NODE, &ip_ospf_retransmit_interval_cmd_vtysh);
23905   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_cmd_vtysh);
23906   install_element (BGP_NODE, &no_neighbor_interface_cmd_vtysh);
23907   install_element (ENABLE_NODE, &debug_pim_events_cmd_vtysh);
23908   install_element (BGP_IPV6M_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
23909   install_element (INTERFACE_NODE, &no_tunnel_source_cmd_vtysh);
23910   install_element (RESTRICTED_NODE, &show_ip_bgp_summary_cmd_vtysh);
23911   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
23912   install_element (VIEW_NODE, &show_ipv6_route_protocol_vrf_all_cmd_vtysh);
23913   install_element (RMAP_NODE, &set_lcommunity_cmd_vtysh);
23914   install_element (BGP_NODE, &bgp_redistribute_ipv4_cmd_vtysh);
23915   install_element (CONFIG_NODE, &no_ip_route_flags2_tag_vrf_cmd_vtysh);
23916   install_element (CONFIG_NODE, &no_debug_ssmpingd_cmd_vtysh);
23917   install_element (ENABLE_NODE, &no_debug_isis_rtevents_cmd_vtysh);
23918   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_out_cmd_vtysh);
23919   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_cmd_vtysh);
23920   install_element (BGP_ENCAP_NODE, &neighbor_nexthop_self_cmd_vtysh);
23921   install_element (VIEW_NODE, &show_ip_bgp_community4_cmd_vtysh);
23922   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
23923   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance_vrf_cmd_vtysh);
23924   install_element (BGP_VPNV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
23925   install_element (VIEW_NODE, &show_ip_bgp_flap_prefix_list_cmd_vtysh);
23926   install_element (VIEW_NODE, &show_ip_mroute_cmd_vtysh);
23927   install_element (VIEW_NODE, &show_isis_summary_cmd_vtysh);
23928   install_element (BGP_NODE, &bgp_always_compare_med_cmd_vtysh);
23929   install_element (BGP_IPV4_NODE, &no_aggregate_address_summary_as_set_cmd_vtysh);
23930   install_element (VIEW_NODE, &show_ipv6_route_prefix_longer_vrf_cmd_vtysh);
23931   install_element (LINK_PARAMS_NODE, &link_params_max_rsv_bw_cmd_vtysh);
23932   install_element (VIEW_NODE, &show_ip_bgp_route_cmd_vtysh);
23933   install_element (VTY_NODE, &vty_no_restricted_mode_cmd_vtysh);
23934   install_element (OSPF6_NODE, &auto_cost_reference_bandwidth_cmd_vtysh);
23935   install_element (ENABLE_NODE, &no_debug_rip_events_cmd_vtysh);
23936   install_element (VIEW_NODE, &show_ip_ospf_border_routers_cmd_vtysh);
23937   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_prefix_longer_cmd_vtysh);
23938   install_element (CONFIG_NODE, &no_debug_ospf6_asbr_cmd_vtysh);
23939   install_element (CONFIG_NODE, &debug_bgp_nht_cmd_vtysh);
23940   install_element (VIEW_NODE, &show_bgp_view_ipv6_safi_rsclient_prefix_cmd_vtysh);
23941   install_element (ENABLE_NODE, &debug_pim_zebra_cmd_vtysh);
23942   install_element (CONFIG_NODE, &no_ipv6_route_pref_vrf_cmd_vtysh);
23943   install_element (RIPNG_NODE, &no_ripng_aggregate_address_cmd_vtysh);
23944   install_element (INTERFACE_NODE, &isis_circuit_type_cmd_vtysh);
23945   install_element (INTERFACE_NODE, &ip_address_label_cmd_vtysh);
23946   install_element (ENABLE_NODE, &no_debug_zebra_fpm_cmd_vtysh);
23947   install_element (BGP_NODE, &neighbor_ttl_security_cmd_vtysh);
23948   install_element (CONFIG_NODE, &no_ip_route_flags_distance_cmd_vtysh);
23949   install_element (CONFIG_NODE, &no_nhrp_nflog_group_cmd_vtysh);
23950   install_element (ZEBRA_NODE, &rip_redistribute_rip_cmd_vtysh);
23951   install_element (RMAP_NODE, &no_set_ip_nexthop_val_cmd_vtysh);
23952   install_element (VIEW_NODE, &show_bgp_regexp_cmd_vtysh);
23953   install_element (BGP_IPV4M_NODE, &no_aggregate_address_summary_as_set_cmd_vtysh);
23954   install_element (INTERFACE_NODE, &interface_ip_igmp_cmd_vtysh);
23955   install_element (RMAP_NODE, &no_match_ip_address_cmd_vtysh);
23956   install_element (BGP_IPV4_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
23957   install_element (RESTRICTED_NODE, &show_bgp_lcommunity_cmd_vtysh);
23958   install_element (ENABLE_NODE, &debug_ospf_zebra_sub_cmd_vtysh);
23959   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_route_map_cmd_vtysh);
23960   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
23961   install_element (BGP_IPV4_NODE, &neighbor_nexthop_self_cmd_vtysh);
23962   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_cmd_vtysh);
23963   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_intra_cmd_vtysh);
23964   install_element (CONFIG_NODE, &ipv6_forwarding_cmd_vtysh);
23965   install_element (BGP_VPNV4_NODE, &no_neighbor_allowas_in_cmd_vtysh);
23966   install_element (VIEW_NODE, &show_ip_ospf_neighbor_int_detail_cmd_vtysh);
23967   install_element (BGP_VPNV6_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
23968   install_element (VIEW_NODE, &show_ipv6_bgp_community3_cmd_vtysh);
23969   install_element (BGP_ENCAP_NODE, &no_neighbor_activate_cmd_vtysh);
23970   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity_list_cmd_vtysh);
23971   install_element (VIEW_NODE, &show_bgp_ipv4_community4_exact_cmd_vtysh);
23972   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity3_cmd_vtysh);
23973   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_soft_out_cmd_vtysh);
23974   install_element (VIEW_NODE, &show_ip_bgp_nexthop_detail_cmd_vtysh);
23975   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_neighbor_routes_cmd_vtysh);
23976   install_element (INTERFACE_NODE, &no_ip_rip_receive_version_cmd_vtysh);
23977   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_cmd_vtysh);
23978   install_element (BGP_NODE, &no_synchronization_cmd_vtysh);
23979   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_route_map_cmd_vtysh);
23980   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_prefix_cmd_vtysh);
23981   install_element (OSPF_NODE, &no_ospf_network_area_cmd_vtysh);
23982   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
23983   install_element (CONFIG_NODE, &no_ipv6_prefix_list_description_cmd_vtysh);
23984   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community2_cmd_vtysh);
23985   install_element (BGP_VPNV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
23986   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_cmd_vtysh);
23987   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_vrf_cmd_vtysh);
23988   install_element (CONFIG_NODE, &no_ip_lcommunity_list_standard_cmd_vtysh);
23989   install_element (ISIS_NODE, &no_lsp_gen_interval_arg_cmd_vtysh);
23990   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_route_cmd_vtysh);
23991   install_element (ENABLE_NODE, &no_debug_ospf_packet_send_recv_cmd_vtysh);
23992   install_element (CONFIG_NODE, &debug_ospf_ism_sub_cmd_vtysh);
23993   install_element (RMAP_NODE, &match_ip_next_hop_prefix_list_cmd_vtysh);
23994   install_element (VIEW_NODE, &show_interface_name_vrf_all_cmd_vtysh);
23995   install_element (BGP_IPV6M_NODE, &neighbor_prefix_list_cmd_vtysh);
23996   install_element (RESTRICTED_NODE, &show_ip_bgp_community2_exact_cmd_vtysh);
23997   install_element (CONFIG_NODE, &no_debug_pim_cmd_vtysh);
23998   install_element (BGP_NODE, &no_bgp_bestpath_med3_cmd_vtysh);
23999   install_element (VIEW_NODE, &show_ip_route_protocol_cmd_vtysh);
24000   install_element (VIEW_NODE, &clear_isis_neighbor_cmd_vtysh);
24001   install_element (CONFIG_NODE, &nhrp_event_socket_cmd_vtysh);
24002   install_element (CONFIG_NODE, &debug_ospf6_message_sendrecv_cmd_vtysh);
24003   install_element (RMAP_NODE, &set_ip_nexthop_cmd_vtysh);
24004   install_element (VIEW_NODE, &show_ip_ospf_cmd_vtysh);
24005   install_element (BGP_VPNV4_NODE, &neighbor_route_reflector_client_cmd_vtysh);
24006   install_element (VIEW_NODE, &show_bgp_ipv6_community_list_exact_cmd_vtysh);
24007   install_element (RMAP_NODE, &match_ip_route_source_prefix_list_cmd_vtysh);
24008   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_rtaddr_cmd_vtysh);
24009   install_element (LINK_PARAMS_NODE, &link_params_inter_as_cmd_vtysh);
24010   install_element (BGP_IPV4_NODE, &bgp_damp_set2_cmd_vtysh);
24011   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community2_cmd_vtysh);
24012   install_element (VIEW_NODE, &show_ipv6_route_summary_cmd_vtysh);
24013   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity3_cmd_vtysh);
24014   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_received_routes_cmd_vtysh);
24015   install_element (RESTRICTED_NODE, &show_bgp_prefix_pathtype_cmd_vtysh);
24016   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged_cmd_vtysh);
24017   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_out_cmd_vtysh);
24018   install_element (ENABLE_NODE, &debug_zebra_packet_cmd_vtysh);
24019   install_element (OSPF_NODE, &ospf_area_nssa_cmd_vtysh);
24020   install_element (RMAP_NODE, &no_set_aspath_exclude_val_cmd_vtysh);
24021   install_element (OSPF_NODE, &no_ospf_area_vlink_cmd_vtysh);
24022   install_element (OSPF6_NODE, &ospf6_distance_source_access_list_cmd_vtysh);
24023   install_element (VIEW_NODE, &show_ip_bgp_prefix_longer_cmd_vtysh);
24024   install_element (CONFIG_NODE, &no_access_list_remark_cmd_vtysh);
24025   install_element (RMAP_NODE, &no_match_probability_cmd_vtysh);
24026   install_element (BGP_NODE, &no_bgp_network_backdoor_cmd_vtysh);
24027   install_element (CONFIG_NODE, &no_ip_prefix_list_cmd_vtysh);
24028   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance_vrf_cmd_vtysh);
24029   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_out_cmd_vtysh);
24030   install_element (VIEW_NODE, &show_bgp_view_ipv6_safi_rsclient_cmd_vtysh);
24031   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_in_cmd_vtysh);
24032   install_element (VIEW_NODE, &show_bgp_prefix_cmd_vtysh);
24033   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_cmd_vtysh);
24034   install_element (CONFIG_NODE, &no_ip_forwarding_cmd_vtysh);
24035   install_element (BGP_NODE, &old_ipv6_aggregate_address_summary_only_cmd_vtysh);
24036   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_minimal_cmd_vtysh);
24037   install_element (BGP_NODE, &neighbor_activate_cmd_vtysh);
24038   install_element (BGP_VPNV6_NODE, &neighbor_send_community_cmd_vtysh);
24039   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_infinite_day_month_cmd_vtysh);
24040   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_router_detail_cmd_vtysh);
24041   install_element (BGP_IPV4_NODE, &neighbor_send_community_type_cmd_vtysh);
24042   install_element (OSPF_NODE, &no_ospf_opaque_capable_cmd_vtysh);
24043   install_element (BGP_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
24044   install_element (RIP_NODE, &rip_default_metric_cmd_vtysh);
24045   install_element (ENABLE_NODE, &undebug_pim_trace_cmd_vtysh);
24046   install_element (ENABLE_NODE, &no_debug_ospf6_spf_time_cmd_vtysh);
24047   install_element (VIEW_NODE, &show_ipv6_route_vrf_cmd_vtysh);
24048   install_element (BGP_IPV6M_NODE, &neighbor_send_community_type_cmd_vtysh);
24049   install_element (CONFIG_NODE, &access_list_standard_host_cmd_vtysh);
24050   install_element (CONFIG_NODE, &no_debug_rip_packet_direct_cmd_vtysh);
24051   install_element (RMAP_NODE, &set_ecommunity_soo_cmd_vtysh);
24052   install_element (ENABLE_NODE, &clear_bgp_instance_all_soft_cmd_vtysh);
24053   install_element (VIEW_NODE, &show_ip_igmp_parameters_cmd_vtysh);
24054   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_route_cmd_vtysh);
24055   install_element (VIEW_NODE, &show_ip_bgp_nexthop_cmd_vtysh);
24056   install_element (BGP_IPV6_NODE, &ipv6_bgp_distance_cmd_vtysh);
24057   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_detail_cmd_vtysh);
24058   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
24059   install_element (CONFIG_NODE, &ipv6_access_list_any_cmd_vtysh);
24060   install_element (INTERFACE_NODE, &ip_ospf_message_digest_key_addr_cmd_vtysh);
24061   install_element (CONFIG_NODE, &debug_ripng_packet_direct_cmd_vtysh);
24062   install_element (CONFIG_NODE, &no_ipv6_access_list_exact_cmd_vtysh);
24063   install_element (VIEW_NODE, &show_ipv6_mbgp_community_list_cmd_vtysh);
24064   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
24065   install_element (INTERFACE_NODE, &ip_ospf_area_cmd_vtysh);
24066   install_element (VIEW_NODE, &show_ip_ospf_interface_cmd_vtysh);
24067   install_element (ENABLE_NODE, &no_debug_igmp_cmd_vtysh);
24068   install_element (RIP_NODE, &if_rmap_cmd_vtysh);
24069   install_element (ENABLE_NODE, &clear_ip_ospf_interface_cmd_vtysh);
24070   install_element (OSPF_NODE, &ospf_area_vlink_authkey_cmd_vtysh);
24071   install_element (RESTRICTED_NODE, &show_bgp_ipv4_encap_prefix_cmd_vtysh);
24072   install_element (BGP_VPNV4_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24073   install_element (OSPF_NODE, &no_ospf_area_range_advertise_cost_cmd_vtysh);
24074   install_element (BGP_IPV4_NODE, &aggregate_address_as_set_cmd_vtysh);
24075   install_element (OSPF_NODE, &router_info_as_cmd_vtysh);
24076   install_element (ENABLE_NODE, &no_debug_ospf6_lsa_hex_cmd_vtysh);
24077   install_element (INTERFACE_NODE, &no_shutdown_if_cmd_vtysh);
24078   install_element (CONFIG_NODE, &ipv6_route_vrf_cmd_vtysh);
24079   install_element (VIEW_NODE, &show_ip_bgp_dampened_paths_cmd_vtysh);
24080   install_element (ENABLE_NODE, &test_pim_receive_assert_cmd_vtysh);
24081   install_element (BGP_IPV6_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
24082   install_element (ENABLE_NODE, &no_debug_ripng_zebra_cmd_vtysh);
24083   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_prefix_pathtype_cmd_vtysh);
24084   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_soft_cmd_vtysh);
24085   install_element (OSPF_NODE, &ospf_area_nssa_translate_no_summary_cmd_vtysh);
24086   install_element (OSPF_NODE, &no_ospf_mpls_te_inter_as_cmd_vtysh);
24087   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_neighbor_routes_cmd_vtysh);
24088   install_element (ENABLE_NODE, &clear_ip_bgp_peer_in_cmd_vtysh);
24089   install_element (BGP_NODE, &bgp_rr_allow_outbound_policy_cmd_vtysh);
24090   install_element (BGP_IPV4_NODE, &no_aggregate_address_as_set_cmd_vtysh);
24091   install_element (BGP_IPV6_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
24092   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
24093   install_element (VIEW_NODE, &show_bgp_instance_ipv6_safi_rsclient_summary_cmd_vtysh);
24094   install_element (ISIS_NODE, &no_log_adj_changes_cmd_vtysh);
24095   install_element (ENABLE_NODE, &debug_bgp_events_cmd_vtysh);
24096   install_element (OSPF6_NODE, &no_ospf6_redistribute_cmd_vtysh);
24097   install_element (RMAP_NODE, &no_match_ecommunity_val_cmd_vtysh);
24098   install_element (CONFIG_NODE, &no_debug_ospf_nsm_cmd_vtysh);
24099   install_element (VIEW_NODE, &show_bgp_ipv4_prefix_cmd_vtysh);
24100   install_element (RMAP_NODE, &no_set_aggregator_as_cmd_vtysh);
24101   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_soft_in_cmd_vtysh);
24102   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_filter_list_cmd_vtysh);
24103   install_element (VIEW_NODE, &show_ipv6_bgp_community3_exact_cmd_vtysh);
24104   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
24105   install_element (BGP_IPV4_NODE, &neighbor_route_server_client_cmd_vtysh);
24106   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_prefix_cmd_vtysh);
24107   install_element (VIEW_NODE, &show_ip_bgp_community_list_cmd_vtysh);
24108   install_element (RESTRICTED_NODE, &show_bgp_community_exact_cmd_vtysh);
24109   install_element (OSPF_NODE, &ospf_area_nssa_no_summary_cmd_vtysh);
24110   install_element (VIEW_NODE, &show_bgp_ipv6_safi_dampened_paths_cmd_vtysh);
24111   install_element (CONFIG_NODE, &no_ip_community_list_standard_cmd_vtysh);
24112   install_element (BGP_NODE, &no_bgp_timers_cmd_vtysh);
24113   install_element (CONFIG_NODE, &no_debug_isis_snp_cmd_vtysh);
24114   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
24115   install_element (RMAP_NODE, &no_match_aspath_val_cmd_vtysh);
24116   install_element (INTERFACE_NODE, &no_isis_priority_l2_cmd_vtysh);
24117   install_element (VIEW_NODE, &show_ip_igmp_sources_retransmissions_cmd_vtysh);
24118   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_prefix_cmd_vtysh);
24119   install_element (CONFIG_NODE, &debug_bgp_normal_cmd_vtysh);
24120   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_as_set_cmd_vtysh);
24121   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_interval_msec_val_cmd_vtysh);
24122   install_element (ENABLE_NODE, &clear_ip_bgp_as_soft_in_cmd_vtysh);
24123   install_element (OSPF_NODE, &no_ospf_refresh_timer_cmd_vtysh);
24124   install_element (BGP_IPV4_NODE, &neighbor_activate_cmd_vtysh);
24125   install_element (CONFIG_NODE, &no_ipv6_prefix_list_le_cmd_vtysh);
24126   install_element (VIEW_NODE, &show_ip_bgp_community_cmd_vtysh);
24127   install_element (INTERFACE_NODE, &csnp_interval_l2_cmd_vtysh);
24128   install_element (OSPF_NODE, &no_ospf_default_metric_cmd_vtysh);
24129   install_element (BGP_NODE, &no_bgp_graceful_restart_cmd_vtysh);
24130   install_element (RIPNG_NODE, &no_ripng_redistribute_type_routemap_cmd_vtysh);
24131   install_element (VTY_NODE, &vty_access_class_cmd_vtysh);
24132   install_element (OSPF_NODE, &ospf_refresh_timer_cmd_vtysh);
24133   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
24134   install_element (VIEW_NODE, &show_ip_protocol_cmd_vtysh);
24135   install_element (ENABLE_NODE, &clear_bgp_all_soft_cmd_vtysh);
24136   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_rsclient_summary_cmd_vtysh);
24137   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
24138   install_element (RMAP_NODE, &no_set_tag_cmd_vtysh);
24139   install_element (BGP_NODE, &no_neighbor_port_cmd_vtysh);
24140   install_element (RIP_NODE, &rip_distance_source_cmd_vtysh);
24141   install_element (RIPNG_NODE, &ripng_timers_cmd_vtysh);
24142   install_element (OSPF6_NODE, &area_range_cmd_vtysh);
24143   install_element (VIEW_NODE, &show_ipv6_prefix_list_name_cmd_vtysh);
24144   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24145   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_route_cmd_vtysh);
24146   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
24147   install_element (ISIS_NODE, &no_lsp_refresh_interval_l1_arg_cmd_vtysh);
24148   install_element (VIEW_NODE, &show_ipv6_bgp_community2_exact_cmd_vtysh);
24149   install_element (BGP_VPNV6_NODE, &neighbor_route_server_client_cmd_vtysh);
24150   install_element (VIEW_NODE, &show_ip_bgp_ipv4_regexp_cmd_vtysh);
24151   install_element (RMAP_NODE, &no_set_local_pref_val_cmd_vtysh);
24152   install_element (BGP_NODE, &no_neighbor_override_capability_cmd_vtysh);
24153   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community2_cmd_vtysh);
24154   install_element (CONFIG_NODE, &ip_route_flags_tag_cmd_vtysh);
24155   install_element (BGP_IPV4_NODE, &no_neighbor_route_map_cmd_vtysh);
24156   install_element (BGP_IPV4M_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
24157   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community4_cmd_vtysh);
24158   install_element (VIEW_NODE, &show_bgp_ipv4_encap_neighbor_routes_cmd_vtysh);
24159   install_element (CONFIG_NODE, &no_debug_ospf6_zebra_cmd_vtysh);
24160   install_element (CONFIG_NODE, &ip_lcommunity_list_expanded_cmd_vtysh);
24161   install_element (BGP_VPNV4_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
24162   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24163   install_element (CONFIG_NODE, &ip_route_mask_tag_distance_vrf_cmd_vtysh);
24164   install_element (CONFIG_NODE, &ip_route_vrf_cmd_vtysh);
24165   install_element (CONFIG_NODE, &debug_pim_packets_cmd_vtysh);
24166   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
24167   install_element (BGP_ENCAPV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24168   install_element (CONFIG_NODE, &no_ip_route_mask_cmd_vtysh);
24169   install_element (CONFIG_NODE, &access_list_remark_cmd_vtysh);
24170   install_element (VIEW_NODE, &show_ip_bgp_rsclient_route_cmd_vtysh);
24171   install_element (BGP_IPV6M_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
24172   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
24173   install_element (BGP_NODE, &no_neighbor_allowas_in_cmd_vtysh);
24174   install_element (CONFIG_NODE, &no_ip_route_tag_distance_cmd_vtysh);
24175   install_element (INTERFACE_NODE, &no_isis_hello_interval_arg_cmd_vtysh);
24176   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24177   install_element (BGP_IPV4_NODE, &bgp_damp_set3_cmd_vtysh);
24178   install_element (VIEW_NODE, &show_ip_prefix_list_prefix_cmd_vtysh);
24179   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
24180   install_element (BGP_NODE, &no_bgp_graceful_restart_stalepath_time_val_cmd_vtysh);
24181   install_element (VIEW_NODE, &show_bgp_ipv6_encap_route_cmd_vtysh);
24182   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_intra_inter_cmd_vtysh);
24183   install_element (VIEW_NODE, &show_ipv6_mbgp_community_all_cmd_vtysh);
24184   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rd_prefix_cmd_vtysh);
24185   install_element (INTERFACE_NODE, &if_nhrp_nhs_cmd_vtysh);
24186   install_element (CONFIG_NODE, &no_debug_rip_events_cmd_vtysh);
24187   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity_cmd_vtysh);
24188   install_element (INTERFACE_NODE, &if_no_nhrp_reg_flags_cmd_vtysh);
24189   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_tag_vrf_cmd_vtysh);
24190   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
24191   install_element (INTERFACE_NODE, &ipv6_ospf6_instance_cmd_vtysh);
24192   install_element (VIEW_NODE, &show_ip_prefix_list_detail_cmd_vtysh);
24193   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_list_cmd_vtysh);
24194   install_element (BGP_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
24195   install_element (VIEW_NODE, &show_bgp_ipv6_community4_exact_cmd_vtysh);
24196   install_element (VIEW_NODE, &show_bgp_ipv4_community3_cmd_vtysh);
24197   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_out_cmd_vtysh);
24198   install_element (CONFIG_NODE, &debug_isis_csum_cmd_vtysh);
24199   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_soft_in_cmd_vtysh);
24200   install_element (VIEW_NODE, &show_ipv6_mroute_vrf_all_cmd_vtysh);
24201   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l2_cmd_vtysh);
24202   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
24203   install_element (RIP_NODE, &no_rip_version_val_cmd_vtysh);
24204   install_element (BGP_NODE, &no_bgp_maxpaths_arg_cmd_vtysh);
24205   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_soft_cmd_vtysh);
24206   install_element (CONFIG_NODE, &no_key_chain_cmd_vtysh);
24207   install_element (BGP_ENCAPV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
24208   install_element (CONFIG_NODE, &undebug_pim_events_cmd_vtysh);
24209   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24210   install_element (OSPF6_NODE, &no_auto_cost_reference_bandwidth_cmd_vtysh);
24211   install_element (CONFIG_NODE, &no_debug_ospf_packet_all_cmd_vtysh);
24212   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_inter_cmd_vtysh);
24213   install_element (BGP_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
24214   install_element (VIEW_NODE, &show_ip_bgp_ipv4_dampening_parameters_cmd_vtysh);
24215   install_element (ENABLE_NODE, &show_zebra_fpm_stats_cmd_vtysh);
24216   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
24217   install_element (ISIS_NODE, &no_spf_interval_l1_arg_cmd_vtysh);
24218   install_element (BGP_VPNV4_NODE, &neighbor_filter_list_cmd_vtysh);
24219   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_tag_cmd_vtysh);
24220   install_element (CONFIG_NODE, &no_ip_route_flags_tag_cmd_vtysh);
24221   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
24222   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_rsclient_summary_cmd_vtysh);
24223   install_element (BGP_VPNV6_NODE, &neighbor_send_community_type_cmd_vtysh);
24224   install_element (ENABLE_NODE, &no_debug_ospf6_brouter_router_cmd_vtysh);
24225   install_element (VIEW_NODE, &show_ip_prefix_list_prefix_first_match_cmd_vtysh);
24226   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
24227   install_element (VIEW_NODE, &show_ipv6_prefix_list_cmd_vtysh);
24228   install_element (OSPF_NODE, &no_ospf_default_metric_val_cmd_vtysh);
24229   install_element (RMAP_NODE, &match_ip_route_source_cmd_vtysh);
24230   install_element (ISIS_NODE, &no_spf_interval_l2_cmd_vtysh);
24231   install_element (CONFIG_NODE, &no_debug_ospf_lsa_cmd_vtysh);
24232   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_route_map_cmd_vtysh);
24233   install_element (RMAP_NODE, &match_local_pref_cmd_vtysh);
24234   install_element (INTERFACE_NODE, &no_ip_ospf_dead_interval_addr_cmd_vtysh);
24235   install_element (BGP_ENCAPV6_NODE, &neighbor_send_community_type_cmd_vtysh);
24236   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_prefix_detail_cmd_vtysh);
24237   install_element (ENABLE_NODE, &no_debug_isis_spfstats_cmd_vtysh);
24238   install_element (CONFIG_NODE, &debug_zebra_events_cmd_vtysh);
24239   install_element (RMAP_NODE, &match_peer_local_cmd_vtysh);
24240   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
24241   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_key_cmd_vtysh);
24242   install_element (BGP_ENCAP_NODE, &neighbor_send_community_cmd_vtysh);
24243   install_element (INTERFACE_NODE, &ip_rip_send_version_2_cmd_vtysh);
24244   install_element (BGP_IPV6M_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
24245   install_element (CONFIG_NODE, &ipv6_access_list_cmd_vtysh);
24246   install_element (RMAP_NODE, &set_ipv6_nexthop_global_cmd_vtysh);
24247   install_element (BGP_IPV4M_NODE, &no_neighbor_activate_cmd_vtysh);
24248   install_element (RIP_NODE, &rip_redistribute_type_routemap_cmd_vtysh);
24249   install_element (BGP_VPNV4_NODE, &vpnv4_network_route_map_cmd_vtysh);
24250   install_element (OSPF_NODE, &ospf_router_id_cmd_vtysh);
24251   install_element (OSPF_NODE, &ospf_area_nssa_translate_cmd_vtysh);
24252   install_element (RMAP_NODE, &no_set_originator_id_cmd_vtysh);
24253   install_element (RIPNG_NODE, &ripng_default_information_originate_cmd_vtysh);
24254   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity2_cmd_vtysh);
24255   install_element (BGP_IPV4M_NODE, &no_aggregate_address_as_set_summary_cmd_vtysh);
24256   install_element (ISIS_NODE, &lsp_gen_interval_l2_cmd_vtysh);
24257   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_cmd_vtysh);
24258   install_element (CONFIG_NODE, &debug_isis_events_cmd_vtysh);
24259   install_element (OSPF_NODE, &pce_cap_flag_cmd_vtysh);
24260   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
24261   install_element (CONFIG_NODE, &no_debug_ospf6_brouter_area_cmd_vtysh);
24262   install_element (VIEW_NODE, &show_ipv6_ospf6_cmd_vtysh);
24263   install_element (BGP_VPNV4_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
24264   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community2_exact_cmd_vtysh);
24265   install_element (BGP_IPV6M_NODE, &neighbor_default_originate_cmd_vtysh);
24266   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_in_cmd_vtysh);
24267   install_element (BGP_NODE, &neighbor_attr_unchanged_cmd_vtysh);
24268   install_element (CONFIG_NODE, &no_debug_isis_lupd_cmd_vtysh);
24269   install_element (CONFIG_NODE, &no_ip_route_mask_tag_distance_cmd_vtysh);
24270   install_element (INTERFACE_NODE, &ip_address_cmd_vtysh);
24271   install_element (BGP_NODE, &no_bgp_network_cmd_vtysh);
24272   install_element (BGP_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
24273   install_element (CONFIG_NODE, &ipv6_route_flags_tag_cmd_vtysh);
24274   install_element (ENABLE_NODE, &debug_ospf_event_cmd_vtysh);
24275   install_element (CONFIG_NODE, &no_access_list_any_cmd_vtysh);
24276   install_element (VTY_NODE, &exec_timeout_sec_cmd_vtysh);
24277   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_key_addr_cmd_vtysh);
24278   install_element (VIEW_NODE, &show_ip_nhrp_cmd_vtysh);
24279   install_element (CONFIG_NODE, &no_debug_isis_adj_cmd_vtysh);
24280   install_element (ENABLE_NODE, &debug_rip_zebra_cmd_vtysh);
24281   install_element (VIEW_NODE, &show_ip_bgp_instance_ipv4_summary_cmd_vtysh);
24282   install_element (CONFIG_NODE, &access_list_extended_cmd_vtysh);
24283   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_cmd_vtysh);
24284   install_element (INTERFACE_NODE, &ipv6_ripng_split_horizon_cmd_vtysh);
24285   install_element (VIEW_NODE, &show_bgp_ipv6_cmd_vtysh);
24286   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
24287   install_element (OSPF_NODE, &no_ospf_area_range_substitute_cmd_vtysh);
24288   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_safi_rsclient_prefix_cmd_vtysh);
24289   install_element (BGP_IPV4_NODE, &no_neighbor_activate_cmd_vtysh);
24290   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_cmd_vtysh);
24291   install_element (OSPF_NODE, &ospf_passive_interface_default_cmd_vtysh);
24292   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_infinite_day_month_cmd_vtysh);
24293   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_summary_cmd_vtysh);
24294   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community3_cmd_vtysh);
24295   install_element (BGP_VPNV4_NODE, &neighbor_prefix_list_cmd_vtysh);
24296   install_element (INTERFACE_NODE, &ip_ospf_authentication_cmd_vtysh);
24297   install_element (VIEW_NODE, &show_ipv6_route_summary_vrf_all_cmd_vtysh);
24298   install_element (VIEW_NODE, &show_bgp_ipv6_community_cmd_vtysh);
24299   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_vrf_cmd_vtysh);
24300   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_filter_list_cmd_vtysh);
24301   install_element (CONFIG_NODE, &no_ip_route_flags2_cmd_vtysh);
24302   install_element (OSPF_NODE, &no_ospf_area_export_list_cmd_vtysh);
24303   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
24304   install_element (INTERFACE_NODE, &ipv6_nd_homeagent_preference_cmd_vtysh);
24305   install_element (CONFIG_NODE, &no_ipv6_route_tag_cmd_vtysh);
24306   install_element (BGP_VPNV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
24307   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_cmd_vtysh);
24308   install_element (CONFIG_NODE, &debug_ssmpingd_cmd_vtysh);
24309   install_element (RIP_NODE, &no_rip_version_cmd_vtysh);
24310   install_element (BGP_IPV6_NODE, &no_neighbor_send_community_cmd_vtysh);
24311   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
24312   install_element (CONFIG_NODE, &ip_prefix_list_seq_le_cmd_vtysh);
24313   install_element (BGP_IPV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
24314   install_element (CONFIG_NODE, &debug_ospf6_spf_database_cmd_vtysh);
24315   install_element (ENABLE_NODE, &no_debug_bgp_events_cmd_vtysh);
24316   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_cmd_vtysh);
24317   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24318   install_element (CONFIG_NODE, &debug_ospf_packet_send_recv_cmd_vtysh);
24319   install_element (BGP_VPNV4_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
24320   install_element (ENABLE_NODE, &clear_bgp_external_out_cmd_vtysh);
24321   install_element (INTERFACE_NODE, &interface_ip_pim_ssm_cmd_vtysh);
24322   install_element (RMAP_NODE, &no_set_ecommunity_rt_val_cmd_vtysh);
24323   install_element (VIEW_NODE, &show_ipv6_route_summary_prefix_cmd_vtysh);
24324   install_element (BGP_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
24325   install_element (ENABLE_NODE, &debug_ospf6_interface_cmd_vtysh);
24326   install_element (INTERFACE_NODE, &no_psnp_interval_cmd_vtysh);
24327   install_element (ENABLE_NODE, &debug_zebra_rib_cmd_vtysh);
24328   install_element (ENABLE_NODE, &no_debug_igmp_events_cmd_vtysh);
24329   install_element (ENABLE_NODE, &no_debug_ospf6_neighbor_cmd_vtysh);
24330   install_element (ENABLE_NODE, &debug_igmp_events_cmd_vtysh);
24331   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity3_cmd_vtysh);
24332   install_element (VIEW_NODE, &show_isis_topology_l2_cmd_vtysh);
24333   install_element (LINK_PARAMS_NODE, &link_params_delay_var_cmd_vtysh);
24334   install_element (BGP_NODE, &bgp_network_route_map_cmd_vtysh);
24335   install_element (VIEW_NODE, &show_ip_prefix_list_summary_cmd_vtysh);
24336   install_element (BGP_NODE, &neighbor_ebgp_multihop_ttl_cmd_vtysh);
24337   install_element (CONFIG_NODE, &no_debug_ospf_ism_cmd_vtysh);
24338   install_element (VIEW_NODE, &show_ip_ospf_mpls_te_link_cmd_vtysh);
24339   install_element (RIP_NODE, &rip_distance_source_access_list_cmd_vtysh);
24340   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
24341   install_element (BGP_NODE, &no_bgp_router_id_val_cmd_vtysh);
24342   install_element (BGP_NODE, &no_neighbor_passive_cmd_vtysh);
24343   install_element (BGP_ENCAPV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
24344   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
24345   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_external_inter_cmd_vtysh);
24346   install_element (ENABLE_NODE, &clear_bgp_peer_in_prefix_filter_cmd_vtysh);
24347   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
24348   install_element (ENABLE_NODE, &debug_ospf6_brouter_cmd_vtysh);
24349   install_element (BGP_ENCAPV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24350   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_neighbor_advertised_routes_cmd_vtysh);
24351   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_received_routes_cmd_vtysh);
24352   install_element (LINK_PARAMS_NODE, &link_params_pkt_loss_cmd_vtysh);
24353   install_element (VIEW_NODE, &show_ip_route_summary_prefix_cmd_vtysh);
24354   install_element (BGP_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24355   install_element (VIEW_NODE, &show_bgp_ipv6_safi_route_pathtype_cmd_vtysh);
24356   install_element (CONFIG_NODE, &ip_route_flags2_tag_vrf_cmd_vtysh);
24357   install_element (ENABLE_NODE, &clear_ip_bgp_peer_cmd_vtysh);
24358   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
24359   install_element (BGP_IPV6M_NODE, &no_neighbor_send_community_cmd_vtysh);
24360   install_element (ENABLE_NODE, &clear_ip_interfaces_cmd_vtysh);
24361   install_element (ISIS_NODE, &no_dynamic_hostname_cmd_vtysh);
24362   install_element (CONFIG_NODE, &no_debug_isis_events_cmd_vtysh);
24363   install_element (CONFIG_NODE, &debug_isis_adj_cmd_vtysh);
24364   install_element (RMAP_NODE, &ospf6_routemap_match_address_prefixlist_cmd_vtysh);
24365   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_minimal_addr_cmd_vtysh);
24366   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community2_exact_cmd_vtysh);
24367   install_element (BGP_NODE, &bgp_maxpaths_cmd_vtysh);
24368   install_element (VIEW_NODE, &show_bgp_ipv6_encap_tags_cmd_vtysh);
24369   install_element (ENABLE_NODE, &undebug_pim_cmd_vtysh);
24370   install_element (ENABLE_NODE, &undebug_ssmpingd_cmd_vtysh);
24371   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity_cmd_vtysh);
24372   install_element (INTERFACE_NODE, &no_ip_ospf_mtu_ignore_addr_cmd_vtysh);
24373   install_element (OSPF_NODE, &ospf_area_vlink_authtype_authkey_cmd_vtysh);
24374   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity_cmd_vtysh);
24375   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community4_exact_cmd_vtysh);
24376   install_element (ENABLE_NODE, &clear_ip_bgp_prefix_cmd_vtysh);
24377   install_element (BGP_IPV4_NODE, &bgp_damp_unset2_cmd_vtysh);
24378   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_metric_cmd_vtysh);
24379   install_element (BGP_ENCAP_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
24380   install_element (ENABLE_NODE, &show_bgp_statistics_view_cmd_vtysh);
24381   install_element (LINK_PARAMS_NODE, &no_link_params_ava_bw_cmd_vtysh);
24382   install_element (VIEW_NODE, &show_ipv6_prefix_list_detail_cmd_vtysh);
24383   install_element (ENABLE_NODE, &no_debug_mroute_cmd_vtysh);
24384   install_element (VIEW_NODE, &show_ip_pim_assert_cmd_vtysh);
24385   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
24386   install_element (INTERFACE_NODE, &interface_ip_pim_hello_cmd_vtysh);
24387   install_element (BGP_IPV4M_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
24388   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_detail_cmd_vtysh);
24389   install_element (VIEW_NODE, &show_ipv6_mbgp_regexp_cmd_vtysh);
24390   install_element (BGP_NODE, &no_neighbor_capability_dynamic_cmd_vtysh);
24391   install_element (RMAP_NODE, &ospf6_routemap_no_match_address_prefixlist_cmd_vtysh);
24392   install_element (RMAP_NODE, &no_set_ipv6_nexthop_global_cmd_vtysh);
24393   install_element (BGP_IPV4M_NODE, &no_aggregate_address_cmd_vtysh);
24394   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity3_cmd_vtysh);
24395   install_element (VIEW_NODE, &show_bgp_community_exact_cmd_vtysh);
24396   install_element (OSPF_NODE, &no_ospf_compatible_rfc1583_cmd_vtysh);
24397   install_element (ISIS_NODE, &lsp_refresh_interval_l2_cmd_vtysh);
24398   install_element (ENABLE_NODE, &clear_ip_bgp_as_soft_cmd_vtysh);
24399   install_element (BGP_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
24400   install_element (ISIS_NODE, &metric_style_cmd_vtysh);
24401   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_prefix_longer_cmd_vtysh);
24402   install_element (INTERFACE_NODE, &ip_irdp_multicast_cmd_vtysh);
24403   install_element (RESTRICTED_NODE, &show_bgp_route_cmd_vtysh);
24404   install_element (OSPF_NODE, &no_pce_neighbor_cmd_vtysh);
24405   install_element (ENABLE_NODE, &show_ipv6_access_list_cmd_vtysh);
24406   install_element (ENABLE_NODE, &show_dmvpn_cmd_vtysh);
24407   install_element (OSPF_NODE, &no_ospf_area_vlink_param4_cmd_vtysh);
24408   install_element (CONFIG_NODE, &debug_isis_rtevents_cmd_vtysh);
24409   install_element (INTERFACE_NODE, &no_ip_ospf_hello_interval_seconds_cmd_vtysh);
24410   install_element (VIEW_NODE, &show_ipv6_bgp_prefix_longer_cmd_vtysh);
24411   install_element (VIEW_NODE, &show_ipv6_bgp_community_cmd_vtysh);
24412   install_element (RESTRICTED_NODE, &show_bgp_views_cmd_vtysh);
24413   install_element (BGP_ENCAPV6_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
24414   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community3_cmd_vtysh);
24415   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24416   install_element (INTERFACE_NODE, &interface_no_ip_igmp_query_interval_cmd_vtysh);
24417   install_element (VIEW_NODE, &ipv6_bgp_neighbor_routes_cmd_vtysh);
24418   install_element (INTERFACE_NODE, &no_psnp_interval_l2_cmd_vtysh);
24419   install_element (ENABLE_NODE, &clear_ip_igmp_interfaces_cmd_vtysh);
24420   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_standard_cmd_vtysh);
24421   install_element (INTERFACE_NODE, &tunnel_protection_cmd_vtysh);
24422   install_element (CONFIG_NODE, &access_list_standard_cmd_vtysh);
24423   install_element (BGP_NODE, &no_aggregate_address_as_set_summary_cmd_vtysh);
24424   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_tags_cmd_vtysh);
24425   install_element (CONFIG_NODE, &router_id_cmd_vtysh);
24426   install_element (RESTRICTED_NODE, &show_bgp_view_ipv4_safi_rsclient_route_cmd_vtysh);
24427   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_prefix_cmd_vtysh);
24428   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_all_summary_cmd_vtysh);
24429   install_element (INTERFACE_NODE, &interface_no_ip_igmp_cmd_vtysh);
24430   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
24431   install_element (CONFIG_NODE, &no_ip_route_mask_tag_distance_vrf_cmd_vtysh);
24432   install_element (INTERFACE_NODE, &psnp_interval_l2_cmd_vtysh);
24433   install_element (OSPF_NODE, &ospf_max_metric_router_lsa_startup_cmd_vtysh);
24434   install_element (VIEW_NODE, &clear_isis_neighbor_arg_cmd_vtysh);
24435   install_element (OSPF_NODE, &ospf_area_vlink_param4_cmd_vtysh);
24436   install_element (ENABLE_NODE, &no_debug_bgp_update_cmd_vtysh);
24437   install_element (VIEW_NODE, &ipv6_mbgp_neighbor_routes_cmd_vtysh);
24438   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_list_exact_cmd_vtysh);
24439   install_element (RESTRICTED_NODE, &show_bgp_ipv6_prefix_pathtype_cmd_vtysh);
24440   install_element (CONFIG_NODE, &ip_route_mask_flags2_vrf_cmd_vtysh);
24441   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity2_cmd_vtysh);
24442   install_element (CONFIG_NODE, &no_debug_zebra_packet_cmd_vtysh);
24443   install_element (ISIS_NODE, &no_lsp_gen_interval_l1_arg_cmd_vtysh);
24444   install_element (INTERFACE_NODE, &interface_ip_pim_drprio_cmd_vtysh);
24445   install_element (ENABLE_NODE, &clear_bgp_peer_out_cmd_vtysh);
24446   install_element (CONFIG_NODE, &debug_ospf6_message_cmd_vtysh);
24447   install_element (BGP_IPV4M_NODE, &bgp_damp_set_cmd_vtysh);
24448   install_element (CONFIG_NODE, &no_debug_zebra_fpm_cmd_vtysh);
24449   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_neighbor_routes_cmd_vtysh);
24450   install_element (BGP_NODE, &no_neighbor_timers_connect_cmd_vtysh);
24451   install_element (BGP_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24452   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_soft_out_cmd_vtysh);
24453   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_intra_cmd_vtysh);
24454   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
24455   install_element (CONFIG_NODE, &no_debug_nhrp_cmd_vtysh);
24456   install_element (INTERFACE_NODE, &no_ip_ospf_hello_interval_cmd_vtysh);
24457   install_element (BGP_NODE, &no_bgp_deterministic_med_cmd_vtysh);
24458   install_element (ISIS_NODE, &no_max_lsp_lifetime_l1_arg_cmd_vtysh);
24459   install_element (RMAP_NODE, &no_match_pathlimit_as_val_cmd_vtysh);
24460   install_element (BGP_IPV4_NODE, &aggregate_address_mask_summary_as_set_cmd_vtysh);
24461   install_element (BGP_VPNV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
24462   install_element (BGP_IPV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24463   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
24464   install_element (BGP_NODE, &no_bgp_network_mask_natural_cmd_vtysh);
24465   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity_cmd_vtysh);
24466   install_element (RESTRICTED_NODE, &show_bgp_view_rsclient_prefix_cmd_vtysh);
24467   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity3_cmd_vtysh);
24468   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24469   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
24470   install_element (RMAP_NODE, &set_aggregator_as_cmd_vtysh);
24471   install_element (CONFIG_NODE, &no_ip_route_flags_distance_vrf_cmd_vtysh);
24472   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_cmd_vtysh);
24473   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
24474   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community_cmd_vtysh);
24475   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance2_cmd_vtysh);
24476   install_element (VIEW_NODE, &show_ip_prefix_list_name_cmd_vtysh);
24477   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_damp_cmd_vtysh);
24478   install_element (INTERFACE_NODE, &no_ip_rip_authentication_mode_cmd_vtysh);
24479   install_element (INTERFACE_NODE, &multicast_cmd_vtysh);
24480   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
24481   install_element (VIEW_NODE, &show_ip_bgp_route_map_cmd_vtysh);
24482   install_element (VIEW_NODE, &show_ip_bgp_view_prefix_cmd_vtysh);
24483   install_element (ISIS_NODE, &no_spf_interval_arg_cmd_vtysh);
24484   install_element (ENABLE_NODE, &debug_zebra_packet_detail_cmd_vtysh);
24485   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_received_prefix_filter_cmd_vtysh);
24486   install_element (VIEW_NODE, &show_ipv6_bgp_community4_exact_cmd_vtysh);
24487   install_element (BGP_ENCAP_NODE, &neighbor_set_peer_group_cmd_vtysh);
24488   install_element (BGP_IPV6M_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
24489   install_element (CONFIG_NODE, &debug_rip_events_cmd_vtysh);
24490   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_ge_le_cmd_vtysh);
24491   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_received_prefix_filter_cmd_vtysh);
24492   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
24493   install_element (VIEW_NODE, &show_ip_bgp_community_info_cmd_vtysh);
24494   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24495   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
24496   install_element (ENABLE_NODE, &clear_ipv6_ospf6_interface_cmd_vtysh);
24497   install_element (ISIS_NODE, &lsp_gen_interval_l1_cmd_vtysh);
24498   install_element (VIEW_NODE, &show_bgp_ipv4_community4_cmd_vtysh);
24499   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
24500   install_element (RIP_NODE, &no_rip_distance_source_access_list_cmd_vtysh);
24501   install_element (CONFIG_NODE, &no_ipv6_route_pref_tag_cmd_vtysh);
24502   install_element (CONFIG_NODE, &no_debug_ospf6_message_cmd_vtysh);
24503   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_list_cmd_vtysh);
24504   install_element (ENABLE_NODE, &no_debug_zebra_kernel_cmd_vtysh);
24505   install_element (BGP_VPNV6_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
24506   install_element (BGP_NODE, &no_neighbor_advertise_interval_val_cmd_vtysh);
24507   install_element (INTERFACE_NODE, &no_ospf_message_digest_key_cmd_vtysh);
24508   install_element (BGP_ENCAP_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24509   install_element (INTERFACE_NODE, &isis_metric_cmd_vtysh);
24510   install_element (BGP_IPV6_NODE, &no_ipv6_aggregate_address_summary_only_cmd_vtysh);
24511   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_routes_cmd_vtysh);
24512   install_element (RMAP_NODE, &no_set_ip_nexthop_cmd_vtysh);
24513   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_filter_list_cmd_vtysh);
24514   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_in_prefix_filter_cmd_vtysh);
24515   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_safi_rsclient_route_cmd_vtysh);
24516   install_element (BGP_NODE, &neighbor_unsuppress_map_cmd_vtysh);
24517   install_element (BGP_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
24518   install_element (ENABLE_NODE, &no_debug_ospf6_message_sendrecv_cmd_vtysh);
24519   install_element (ENABLE_NODE, &clear_ip_bgp_all_rsclient_cmd_vtysh);
24520   install_element (VIEW_NODE, &show_bgp_community3_cmd_vtysh);
24521   install_element (ENABLE_NODE, &clear_bgp_peer_rsclient_cmd_vtysh);
24522   install_element (VIEW_NODE, &show_bgp_ipv6_safi_route_cmd_vtysh);
24523   install_element (VIEW_NODE, &show_bgp_view_ipv4_safi_rsclient_cmd_vtysh);
24524   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_arg_cmd_vtysh);
24525   install_element (INTERFACE_NODE, &ipv6_nd_homeagent_lifetime_cmd_vtysh);
24526   install_element (BGP_IPV6_NODE, &bgp_maxpaths_cmd_vtysh);
24527   install_element (VIEW_NODE, &show_table_cmd_vtysh);
24528   install_element (VIEW_NODE, &show_bgp_lcommunity4_cmd_vtysh);
24529   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_in_cmd_vtysh);
24530   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_le_ge_cmd_vtysh);
24531   install_element (CONFIG_NODE, &no_access_list_extended_mask_any_cmd_vtysh);
24532   install_element (INTERFACE_NODE, &no_csnp_interval_l1_cmd_vtysh);
24533   install_element (CONFIG_NODE, &no_debug_zebra_rib_q_cmd_vtysh);
24534   install_element (INTERFACE_NODE, &no_ip_rip_authentication_mode_type_cmd_vtysh);
24535   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_prefix_pathtype_cmd_vtysh);
24536   install_element (INTERFACE_NODE, &no_ip_rip_authentication_mode_type_authlen_cmd_vtysh);
24537   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
24538   install_element (BGP_IPV4M_NODE, &no_bgp_network_cmd_vtysh);
24539   install_element (ENABLE_NODE, &undebug_bgp_update_cmd_vtysh);
24540   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_tags_cmd_vtysh);
24541   install_element (BGP_ENCAP_NODE, &neighbor_route_reflector_client_cmd_vtysh);
24542   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24543   install_element (RMAP_NODE, &no_match_peer_local_cmd_vtysh);
24544   install_element (CONFIG_NODE, &debug_zebra_rib_q_cmd_vtysh);
24545   install_element (BGP_NODE, &no_bgp_network_mask_natural_backdoor_cmd_vtysh);
24546   install_element (BGP_IPV4M_NODE, &neighbor_nexthop_self_cmd_vtysh);
24547   install_element (RMAP_NODE, &match_probability_cmd_vtysh);
24548   install_element (CONFIG_NODE, &ip_route_distance_cmd_vtysh);
24549   install_element (INTERFACE_NODE, &ipv6_address_cmd_vtysh);
24550   install_element (INTERFACE_NODE, &ipv6_nd_managed_config_flag_cmd_vtysh);
24551   install_element (CONFIG_NODE, &ip_extcommunity_list_name_expanded_cmd_vtysh);
24552   install_element (CONFIG_NODE, &debug_bgp_keepalive_cmd_vtysh);
24553   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_regexp_cmd_vtysh);
24554   install_element (CONFIG_NODE, &debug_ospf_ism_cmd_vtysh);
24555   install_element (RIPNG_NODE, &no_ripng_default_information_originate_cmd_vtysh);
24556   install_element (RIPNG_NODE, &ripng_network_cmd_vtysh);
24557   install_element (ENABLE_NODE, &test_pim_receive_prune_cmd_vtysh);
24558   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity4_cmd_vtysh);
24559   install_element (INTERFACE_NODE, &isis_hello_multiplier_cmd_vtysh);
24560   install_element (OSPF_NODE, &pce_address_cmd_vtysh);
24561   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
24562   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity2_cmd_vtysh);
24563   install_element (BGP_IPV4M_NODE, &bgp_network_mask_natural_route_map_cmd_vtysh);
24564   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_in_cmd_vtysh);
24565   install_element (ENABLE_NODE, &no_debug_pim_trace_cmd_vtysh);
24566   install_element (RMAP_NODE, &no_set_ipv6_nexthop_local_val_cmd_vtysh);
24567   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community3_exact_cmd_vtysh);
24568   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_expanded_cmd_vtysh);
24569   install_element (CONFIG_NODE, &no_ip_route_distance_cmd_vtysh);
24570   install_element (RESTRICTED_NODE, &show_ip_bgp_community_cmd_vtysh);
24571   install_element (BGP_IPV4_NODE, &no_aggregate_address_as_set_summary_cmd_vtysh);
24572   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
24573   install_element (LINK_PARAMS_NODE, &no_link_params_enable_cmd_vtysh);
24574   install_element (BGP_NODE, &no_neighbor_port_val_cmd_vtysh);
24575   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_received_routes_cmd_vtysh);
24576   install_element (BGP_IPV4_NODE, &aggregate_address_as_set_summary_cmd_vtysh);
24577   install_element (CONFIG_NODE, &ip_route_mask_tag_cmd_vtysh);
24578   install_element (VIEW_NODE, &show_ip_bgp_cidr_only_cmd_vtysh);
24579   install_element (CONFIG_NODE, &ip_prefix_list_ge_le_cmd_vtysh);
24580   install_element (VIEW_NODE, &show_bgp_ipv6_neighbors_cmd_vtysh);
24581   install_element (VIEW_NODE, &show_bgp_view_ipv6_safi_rsclient_route_cmd_vtysh);
24582   install_element (VIEW_NODE, &show_ip_route_addr_vrf_cmd_vtysh);
24583   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_ge_cmd_vtysh);
24584   install_element (BGP_VPNV4_NODE, &neighbor_send_community_type_cmd_vtysh);
24585   install_element (VIEW_NODE, &show_ipv6_ospf6_database_detail_cmd_vtysh);
24586   install_element (OSPF_NODE, &ospf_mpls_te_router_addr_cmd_vtysh);
24587   install_element (VIEW_NODE, &show_bgp_view_afi_safi_neighbor_adv_recd_routes_cmd_vtysh);
24588   install_element (BGP_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24589   install_element (OSPF_NODE, &router_info_area_cmd_vtysh);
24590   install_element (CONFIG_NODE, &no_debug_ospf_lsa_sub_cmd_vtysh);
24591   install_element (INTERFACE_NODE, &isis_network_cmd_vtysh);
24592   install_element (VIEW_NODE, &show_ip_bgp_dampening_params_cmd_vtysh);
24593   install_element (ENABLE_NODE, &debug_isis_lupd_cmd_vtysh);
24594   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_infinite_month_day_cmd_vtysh);
24595   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
24596   install_element (ENABLE_NODE, &clear_bgp_ipv6_safi_prefix_cmd_vtysh);
24597   install_element (BGP_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
24598   install_element (INTERFACE_NODE, &no_ip_ospf_priority_cmd_vtysh);
24599   install_element (CONFIG_NODE, &ipv6_route_pref_tag_cmd_vtysh);
24600   install_element (VIEW_NODE, &show_ip_route_vrf_cmd_vtysh);
24601   install_element (ENABLE_NODE, &undebug_pim_packets_cmd_vtysh);
24602   install_element (RMAP_NODE, &no_match_interface_val_cmd_vtysh);
24603   install_element (BGP_VPNV4_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
24604   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_self_originated_detail_cmd_vtysh);
24605   install_element (INTERFACE_NODE, &no_isis_metric_l1_arg_cmd_vtysh);
24606   install_element (VIEW_NODE, &show_ip_pim_neighbor_cmd_vtysh);
24607   install_element (RMAP_NODE, &set_aspath_exclude_cmd_vtysh);
24608   install_element (CONFIG_NODE, &no_ipv6_prefix_list_le_ge_cmd_vtysh);
24609   install_element (ISIS_NODE, &no_isis_default_originate_cmd_vtysh);
24610   install_element (RMAP_NODE, &no_rmap_description_cmd_vtysh);
24611   install_element (VIEW_NODE, &show_ip_pim_assert_metric_cmd_vtysh);
24612   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community3_cmd_vtysh);
24613   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh);
24614   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24615   install_element (INTERFACE_NODE, &ip_ospf_transmit_delay_cmd_vtysh);
24616   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
24617   install_element (ENABLE_NODE, &no_debug_ospf6_abr_cmd_vtysh);
24618   install_element (CONFIG_NODE, &no_ip_prefix_list_prefix_cmd_vtysh);
24619   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rsclient_route_cmd_vtysh);
24620   install_element (BGP_IPV4M_NODE, &no_aggregate_address_as_set_cmd_vtysh);
24621   install_element (INTERFACE_NODE, &ipv6_ospf6_retransmitinterval_cmd_vtysh);
24622   install_element (CONFIG_NODE, &debug_zebra_nht_cmd_vtysh);
24623   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_soft_cmd_vtysh);
24624   install_element (VIEW_NODE, &show_bgp_view_ipv6_cmd_vtysh);
24625   install_element (RMAP_NODE, &no_match_peer_cmd_vtysh);
24626   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_neighbors_peer_cmd_vtysh);
24627   install_element (RMAP_NODE, &no_match_ip_next_hop_val_cmd_vtysh);
24628   install_element (ISIS_NODE, &no_lsp_refresh_interval_l2_cmd_vtysh);
24629   install_element (VIEW_NODE, &show_ip_bgp_neighbors_peer_cmd_vtysh);
24630   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
24631   install_element (CONFIG_NODE, &ip_community_list_name_standard2_cmd_vtysh);
24632   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_rd_route_cmd_vtysh);
24633   install_element (INTERFACE_NODE, &no_csnp_interval_arg_cmd_vtysh);
24634   install_element (CONFIG_NODE, &no_ip_mroute_dist_cmd_vtysh);
24635   install_element (ENABLE_NODE, &show_debugging_rip_cmd_vtysh);
24636   install_element (CONFIG_NODE, &no_ipv6_prefix_list_ge_le_cmd_vtysh);
24637   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_all_cmd_vtysh);
24638   install_element (VIEW_NODE, &show_ip_rpf_addr_vrf_cmd_vtysh);
24639   install_element (BGP_IPV4M_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
24640   install_element (INTERFACE_NODE, &no_ipv6_address_cmd_vtysh);
24641   install_element (OSPF_NODE, &pce_domain_cmd_vtysh);
24642   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_in_prefix_filter_cmd_vtysh);
24643   install_element (CONFIG_NODE, &undebug_igmp_events_cmd_vtysh);
24644   install_element (CONFIG_NODE, &no_debug_pim_events_cmd_vtysh);
24645   install_element (CONFIG_NODE, &ip_route_flags_tag_distance2_vrf_cmd_vtysh);
24646   install_element (INTERFACE_NODE, &no_ip_ospf_cost_inet4_cmd_vtysh);
24647   install_element (BGP_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
24648   install_element (ENABLE_NODE, &clear_bgp_peer_group_in_cmd_vtysh);
24649   install_element (INTERFACE_NODE, &ip_rip_authentication_string_cmd_vtysh);
24650   install_element (VIEW_NODE, &show_ipv6_route_addr_vrf_cmd_vtysh);
24651   install_element (VIEW_NODE, &show_bgp_ipv4_route_map_cmd_vtysh);
24652   install_element (INTERFACE_NODE, &no_isis_priority_arg_cmd_vtysh);
24653   install_element (BGP_NODE, &no_auto_summary_cmd_vtysh);
24654   install_element (RESTRICTED_NODE, &show_bgp_ipv6_rsclient_summary_cmd_vtysh);
24655   install_element (CONFIG_NODE, &no_debug_bgp_as4_cmd_vtysh);
24656   install_element (VIEW_NODE, &show_ipv6_prefix_list_prefix_first_match_cmd_vtysh);
24657   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_pathtype_cmd_vtysh);
24658   install_element (VIEW_NODE, &show_ip_lcommunity_list_arg_cmd_vtysh);
24659   install_element (BGP_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
24660   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
24661   install_element (VIEW_NODE, &show_bgp_instance_neighbors_peer_cmd_vtysh);
24662   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_cmd_vtysh);
24663   install_element (VIEW_NODE, &show_debugging_zebra_cmd_vtysh);
24664   install_element (VIEW_NODE, &show_ip_route_protocol_vrf_cmd_vtysh);
24665   install_element (BGP_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
24666   install_element (VIEW_NODE, &show_ip_bgp_view_neighbor_advertised_route_cmd_vtysh);
24667   install_element (ENABLE_NODE, &test_pim_receive_join_cmd_vtysh);
24668   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
24669   install_element (OSPF_NODE, &no_ospf_area_vlink_param1_cmd_vtysh);
24670   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24671   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_out_cmd_vtysh);
24672   install_element (ENABLE_NODE, &no_debug_ospf_packet_all_cmd_vtysh);
24673   install_element (INTERFACE_NODE, &ipv6_ospf6_hellointerval_cmd_vtysh);
24674   install_element (CONFIG_NODE, &no_debug_bgp_filter_cmd_vtysh);
24675   install_element (VIEW_NODE, &show_ip_bgp_flap_route_map_cmd_vtysh);
24676   install_element (RIP_NODE, &no_rip_offset_list_cmd_vtysh);
24677   install_element (VIEW_NODE, &show_ipv6_mbgp_community_cmd_vtysh);
24678   install_element (BGP_IPV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24679   install_element (CONFIG_NODE, &debug_rip_zebra_cmd_vtysh);
24680   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
24681   install_element (INTERFACE_NODE, &ip_ospf_retransmit_interval_addr_cmd_vtysh);
24682   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rd_prefix_cmd_vtysh);
24683   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community_all_cmd_vtysh);
24684   install_element (BGP_VPNV4_NODE, &no_neighbor_distribute_list_cmd_vtysh);
24685   install_element (RIP_NODE, &no_rip_network_cmd_vtysh);
24686   install_element (VIEW_NODE, &show_bgp_community_list_exact_cmd_vtysh);
24687   install_element (VIEW_NODE, &show_bgp_ipv4_safi_filter_list_cmd_vtysh);
24688   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_cmd_vtysh);
24689   install_element (OSPF_NODE, &no_ospf_timers_min_ls_arrival_cmd_vtysh);
24690   install_element (BGP_NODE, &neighbor_timers_cmd_vtysh);
24691   install_element (RIP_NODE, &no_if_rmap_cmd_vtysh);
24692   install_element (CONFIG_NODE, &ip_lcommunity_list_name_standard_cmd_vtysh);
24693   install_element (BGP_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
24694   install_element (ISIS_NODE, &no_max_lsp_lifetime_l2_arg_cmd_vtysh);
24695   install_element (RMAP_NODE, &no_match_community_val_cmd_vtysh);
24696   install_element (VIEW_NODE, &show_ipv6_bgp_cmd_vtysh);
24697   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_soft_in_cmd_vtysh);
24698   install_element (VIEW_NODE, &show_bgp_ipv6_community3_exact_cmd_vtysh);
24699   install_element (ISIS_NODE, &max_lsp_lifetime_l2_cmd_vtysh);
24700   install_element (OSPF6_NODE, &no_ospf6_distance_source_access_list_cmd_vtysh);
24701   install_element (ENABLE_NODE, &no_debug_bgp_as4_segment_cmd_vtysh);
24702   install_element (BGP_IPV6M_NODE, &no_neighbor_route_map_cmd_vtysh);
24703   install_element (CONFIG_NODE, &debug_pim_packets_filter_cmd_vtysh);
24704   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_prefix_cmd_vtysh);
24705   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_dampened_paths_cmd_vtysh);
24706   install_element (BGP_IPV4M_NODE, &no_neighbor_filter_list_cmd_vtysh);
24707   install_element (ENABLE_NODE, &undebug_bgp_as4_segment_cmd_vtysh);
24708   install_element (BGP_IPV6_NODE, &ipv6_bgp_distance_source_cmd_vtysh);
24709   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_tag_cmd_vtysh);
24710   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_flap_cmd_vtysh);
24711   install_element (VIEW_NODE, &show_bgp_cmd_vtysh);
24712   install_element (BGP_IPV4M_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
24713   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_statistics_cmd_vtysh);
24714   install_element (ENABLE_NODE, &debug_ospf_lsa_cmd_vtysh);
24715   install_element (VIEW_NODE, &show_bgp_neighbor_damp_cmd_vtysh);
24716   install_element (BGP_ENCAPV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
24717   install_element (BGP_IPV6_NODE, &no_neighbor_nexthop_local_unchanged_cmd_vtysh);
24718   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_ge_cmd_vtysh);
24719   install_element (ENABLE_NODE, &show_bgp_statistics_view_vpnv4_cmd_vtysh);
24720   install_element (ISIS_NODE, &set_attached_bit_cmd_vtysh);
24721   install_element (INTERFACE_NODE, &isis_priority_cmd_vtysh);
24722   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_soft_in_cmd_vtysh);
24723   install_element (BGP_NODE, &neighbor_route_reflector_client_cmd_vtysh);
24724   install_element (ENABLE_NODE, &debug_ospf6_route_cmd_vtysh);
24725   install_element (BGP_NODE, &neighbor_override_capability_cmd_vtysh);
24726   install_element (VIEW_NODE, &show_ip_pim_rpf_cmd_vtysh);
24727   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_cmd_vtysh);
24728   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_in_prefix_filter_cmd_vtysh);
24729   install_element (BGP_ENCAPV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
24730   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24731   install_element (CONFIG_NODE, &no_debug_ospf6_spf_time_cmd_vtysh);
24732   install_element (BGP_NODE, &no_neighbor_local_as_val3_cmd_vtysh);
24733   install_element (BGP_VPNV6_NODE, &neighbor_activate_cmd_vtysh);
24734   install_element (VIEW_NODE, &show_bgp_view_ipv6_route_cmd_vtysh);
24735   install_element (BGP_IPV4_NODE, &no_bgp_network_route_map_cmd_vtysh);
24736   install_element (INTERFACE_NODE, &ipv6_nd_ra_lifetime_cmd_vtysh);
24737   install_element (CONFIG_NODE, &ip_route_flags_cmd_vtysh);
24738   install_element (VIEW_NODE, &show_ip_rpf_vrf_cmd_vtysh);
24739   install_element (VIEW_NODE, &show_interface_vrf_cmd_vtysh);
24740   install_element (ENABLE_NODE, &no_debug_ospf6_zebra_sendrecv_cmd_vtysh);
24741   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_route_cmd_vtysh);
24742   install_element (RESTRICTED_NODE, &show_bgp_route_pathtype_cmd_vtysh);
24743   install_element (VIEW_NODE, &show_ip_prefix_list_detail_name_cmd_vtysh);
24744   install_element (BGP_IPV4_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
24745   install_element (BGP_NODE, &neighbor_set_peer_group_cmd_vtysh);
24746   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community_cmd_vtysh);
24747   install_element (ENABLE_NODE, &no_debug_ospf6_lsa_hex_detail_cmd_vtysh);
24748   install_element (VTY_NODE, &no_vty_login_cmd_vtysh);
24749   install_element (ENABLE_NODE, &undebug_igmp_cmd_vtysh);
24750   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_cmd_vtysh);
24751   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_in_cmd_vtysh);
24752   install_element (BGP_ENCAP_NODE, &neighbor_route_map_cmd_vtysh);
24753   install_element (INTERFACE_NODE, &no_ipv6_nd_router_preference_val_cmd_vtysh);
24754   install_element (CONFIG_NODE, &no_ip_community_list_standard_all_cmd_vtysh);
24755   install_element (VIEW_NODE, &show_ipv6_mbgp_community4_exact_cmd_vtysh);
24756   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity3_cmd_vtysh);
24757   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity4_cmd_vtysh);
24758   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rd_prefix_cmd_vtysh);
24759   install_element (OSPF_NODE, &no_ospf_area_vlink_param3_cmd_vtysh);
24760   install_element (VIEW_NODE, &show_ip_bgp_community2_exact_cmd_vtysh);
24761   install_element (CONFIG_NODE, &debug_ospf6_flooding_cmd_vtysh);
24762   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_soft_out_cmd_vtysh);
24763   install_element (ENABLE_NODE, &clear_bgp_instance_all_rsclient_cmd_vtysh);
24764   install_element (ENABLE_NODE, &debug_isis_lsp_gen_cmd_vtysh);
24765   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
24766   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
24767   install_element (INTERFACE_NODE, &ipv6_nd_suppress_ra_cmd_vtysh);
24768   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_tag_vrf_cmd_vtysh);
24769   install_element (CONFIG_NODE, &no_debug_bgp_normal_cmd_vtysh);
24770   install_element (CONFIG_NODE, &debug_static_cmd_vtysh);
24771   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_cmd_vtysh);
24772   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_soft_out_cmd_vtysh);
24773   install_element (BGP_ENCAPV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
24774   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_route_cmd_vtysh);
24775   install_element (OSPF_NODE, &ospf_area_shortcut_cmd_vtysh);
24776   install_element (OSPF_NODE, &ospf_network_area_cmd_vtysh);
24777   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
24778   install_element (ENABLE_NODE, &clear_bgp_as_in_prefix_filter_cmd_vtysh);
24779   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_rev_cmd_vtysh);
24780   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_cmd_vtysh);
24781   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_all_prefix_cmd_vtysh);
24782   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_in_prefix_filter_cmd_vtysh);
24783   install_element (VIEW_NODE, &show_ip_route_addr_vrf_all_cmd_vtysh);
24784   install_element (CONFIG_NODE, &no_ip_route_flags_cmd_vtysh);
24785   install_element (CONFIG_NODE, &no_ipv6_route_tag_vrf_cmd_vtysh);
24786   install_element (ENABLE_NODE, &debug_ospf_te_cmd_vtysh);
24787   install_element (VIEW_NODE, &show_ip_bgp_community3_cmd_vtysh);
24788   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_tag_cmd_vtysh);
24789   install_element (ISIS_NODE, &no_lsp_gen_interval_l1_cmd_vtysh);
24790   install_element (CONFIG_NODE, &no_ip_route_mask_vrf_cmd_vtysh);
24791   install_element (OSPF_NODE, &ospf_area_range_cmd_vtysh);
24792   install_element (CONFIG_NODE, &no_debug_bgp_keepalive_cmd_vtysh);
24793   install_element (ISIS_NODE, &isis_mpls_te_inter_as_cmd_vtysh);
24794   install_element (VIEW_NODE, &show_ip_bgp_prefix_list_cmd_vtysh);
24795   install_element (BGP_NODE, &no_bgp_bestpath_aspath_ignore_cmd_vtysh);
24796   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_tags_cmd_vtysh);
24797   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_tags_cmd_vtysh);
24798   install_element (BGP_IPV6_NODE, &neighbor_allowas_in_cmd_vtysh);
24799   install_element (RMAP_NODE, &no_match_tag_cmd_vtysh);
24800   install_element (VIEW_NODE, &show_ip_route_addr_cmd_vtysh);
24801   install_element (CONFIG_NODE, &no_debug_ospf6_brouter_cmd_vtysh);
24802   install_element (VIEW_NODE, &show_bgp_ipv6_regexp_cmd_vtysh);
24803   install_element (OSPF_NODE, &ospf_auto_cost_reference_bandwidth_cmd_vtysh);
24804   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_soft_out_cmd_vtysh);
24805   install_element (VIEW_NODE, &show_bgp_ipv4_community_list_exact_cmd_vtysh);
24806   install_element (BGP_IPV6_NODE, &no_neighbor_activate_cmd_vtysh);
24807   install_element (VIEW_NODE, &show_isis_mpls_te_interface_cmd_vtysh);
24808   install_element (VIEW_NODE, &show_ip_bgp_view_rsclient_prefix_cmd_vtysh);
24809   install_element (ENABLE_NODE, &clear_ip_bgp_external_soft_in_cmd_vtysh);
24810   install_element (BGP_ENCAP_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
24811   install_element (VIEW_NODE, &show_ip_bgp_ipv4_dampening_flap_stats_cmd_vtysh);
24812   install_element (INTERFACE_NODE, &ospf_transmit_delay_cmd_vtysh);
24813   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
24814   install_element (OSPF6_NODE, &ospf6_distance_source_cmd_vtysh);
24815   install_element (INTERFACE_NODE, &no_ipv6_nd_reachable_time_val_cmd_vtysh);
24816   install_element (INTERFACE_NODE, &no_isis_metric_l1_cmd_vtysh);
24817   install_element (BGP_NODE, &aggregate_address_summary_only_cmd_vtysh);
24818   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rsclient_prefix_cmd_vtysh);
24819   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community4_cmd_vtysh);
24820   install_element (VIEW_NODE, &show_ip_bgp_view_rsclient_cmd_vtysh);
24821   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
24822   install_element (RMAP_NODE, &set_community_none_cmd_vtysh);
24823   install_element (CONFIG_NODE, &no_debug_ospf6_lsa_hex_detail_cmd_vtysh);
24824   install_element (VIEW_NODE, &show_ipv6_mbgp_prefix_list_cmd_vtysh);
24825   install_element (BGP_IPV6_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
24826   install_element (INTERFACE_NODE, &no_ip_ospf_cost_u32_inet4_cmd_vtysh);
24827   install_element (ENABLE_NODE, &debug_ospf6_message_sendrecv_cmd_vtysh);
24828   install_element (CONFIG_NODE, &access_list_any_cmd_vtysh);
24829   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv4_safi_summary_cmd_vtysh);
24830   install_element (INTERFACE_NODE, &interface_no_ip_mroute_source_cmd_vtysh);
24831   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity3_cmd_vtysh);
24832   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_soft_out_cmd_vtysh);
24833   install_element (CONFIG_NODE, &no_access_list_extended_any_mask_cmd_vtysh);
24834   install_element (CONFIG_NODE, &debug_zebra_fpm_cmd_vtysh);
24835   install_element (RIPNG_NODE, &ripng_redistribute_type_metric_routemap_cmd_vtysh);
24836   install_element (CONFIG_NODE, &no_debug_isis_spfevents_cmd_vtysh);
24837   install_element (CONFIG_NODE, &ip_prefix_list_seq_ge_le_cmd_vtysh);
24838   install_element (BGP_ENCAP_NODE, &neighbor_distribute_list_cmd_vtysh);
24839   install_element (RMAP_NODE, &no_set_pathlimit_ttl_val_cmd_vtysh);
24840   install_element (VIEW_NODE, &show_bgp_rsclient_route_cmd_vtysh);
24841   install_element (VIEW_NODE, &show_bgp_ipv6_safi_summary_cmd_vtysh);
24842   install_element (RMAP_NODE, &no_set_metric_val_cmd_vtysh);
24843   install_element (VIEW_NODE, &show_ip_ospf_neighbor_id_cmd_vtysh);
24844   install_element (RESTRICTED_NODE, &show_ip_bgp_view_prefix_cmd_vtysh);
24845   install_element (INTERFACE_NODE, &ip_irdp_holdtime_cmd_vtysh);
24846   install_element (OSPF_NODE, &ospf_area_stub_cmd_vtysh);
24847   install_element (CONFIG_NODE, &access_list_standard_any_cmd_vtysh);
24848   install_element (VIEW_NODE, &show_ipv6_prefix_list_prefix_longer_cmd_vtysh);
24849   install_element (INTERFACE_NODE, &no_tunnel_protection_cmd_vtysh);
24850   install_element (BGP_NODE, &neighbor_remote_as_cmd_vtysh);
24851   install_element (INTERFACE_NODE, &no_ip_ospf_dead_interval_seconds_cmd_vtysh);
24852   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_out_cmd_vtysh);
24853   install_element (BGP_NODE, &neighbor_timers_connect_cmd_vtysh);
24854   install_element (BGP_ENCAPV6_NODE, &no_neighbor_route_map_cmd_vtysh);
24855   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community_cmd_vtysh);
24856   install_element (CONFIG_NODE, &no_debug_ospf_te_cmd_vtysh);
24857   install_element (CONFIG_NODE, &ip_route_flags_tag_distance2_cmd_vtysh);
24858   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_prefix_list_cmd_vtysh);
24859   install_element (CONFIG_NODE, &no_ip_route_distance_vrf_cmd_vtysh);
24860   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
24861   install_element (BGP_NODE, &no_neighbor_prefix_list_cmd_vtysh);
24862   install_element (INTERFACE_NODE, &ip_ospf_authentication_args_addr_cmd_vtysh);
24863   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_soft_out_cmd_vtysh);
24864   install_element (VIEW_NODE, &show_ipv6_ospf6_route_longer_cmd_vtysh);
24865   install_element (CONFIG_NODE, &debug_igmp_events_cmd_vtysh);
24866   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_neighbor_routes_cmd_vtysh);
24867   install_element (VIEW_NODE, &show_ip_community_list_arg_cmd_vtysh);
24868   install_element (BGP_IPV4M_NODE, &bgp_network_cmd_vtysh);
24869   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_external_intra_cmd_vtysh);
24870   install_element (BGP_IPV4M_NODE, &aggregate_address_summary_only_cmd_vtysh);
24871   install_element (BGP_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
24872   install_element (VIEW_NODE, &show_ip_bgp_neighbor_routes_cmd_vtysh);
24873   install_element (INTERFACE_NODE, &ipv6_ospf6_ifmtu_cmd_vtysh);
24874   install_element (VIEW_NODE, &show_ip_prefix_list_summary_name_cmd_vtysh);
24875   install_element (BGP_NODE, &no_bgp_bestpath_med2_cmd_vtysh);
24876   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_prefix_longer_cmd_vtysh);
24877   install_element (ENABLE_NODE, &debug_isis_adj_cmd_vtysh);
24878   install_element (BGP_ENCAP_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
24879   install_element (OSPF_NODE, &no_ospf_router_id_cmd_vtysh);
24880   install_element (CONFIG_NODE, &debug_ospf6_spf_time_cmd_vtysh);
24881   install_element (RIPNG_NODE, &ripng_redistribute_type_routemap_cmd_vtysh);
24882   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
24883   install_element (ENABLE_NODE, &no_debug_rip_zebra_cmd_vtysh);
24884   install_element (INTERFACE_NODE, &no_csnp_interval_l1_arg_cmd_vtysh);
24885   install_element (RMAP_NODE, &rmap_onmatch_goto_cmd_vtysh);
24886   install_element (BGP_NODE, &no_neighbor_description_cmd_vtysh);
24887   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community2_exact_cmd_vtysh);
24888   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_soft_in_cmd_vtysh);
24889   install_element (RMAP_NODE, &no_set_weight_cmd_vtysh);
24890   install_element (VIEW_NODE, &show_ipv6_bgp_prefix_cmd_vtysh);
24891   install_element (RMAP_NODE, &set_aspath_prepend_cmd_vtysh);
24892   install_element (INTERFACE_NODE, &ip_rip_authentication_key_chain_cmd_vtysh);
24893   install_element (VIEW_NODE, &show_bgp_ipv6_filter_list_cmd_vtysh);
24894   install_element (BGP_NODE, &bgp_confederation_peers_cmd_vtysh);
24895   install_element (KEYCHAIN_KEY_NODE, &key_string_cmd_vtysh);
24896   install_element (BGP_IPV4M_NODE, &neighbor_activate_cmd_vtysh);
24897   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
24898   install_element (INTERFACE_NODE, &no_ipv6_nd_mtu_val_cmd_vtysh);
24899   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity2_cmd_vtysh);
24900   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_offlink_cmd_vtysh);
24901   install_element (BGP_VPNV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
24902   install_element (INTERFACE_NODE, &ospf_cost_u32_cmd_vtysh);
24903   install_element (ENABLE_NODE, &debug_isis_spftrigg_cmd_vtysh);
24904   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_neighbor_prefix_counts_cmd_vtysh);
24905   install_element (CONFIG_NODE, &ip_multicast_routing_cmd_vtysh);
24906   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
24907   install_element (INTERFACE_NODE, &no_ip_rip_authentication_key_chain2_cmd_vtysh);
24908   install_element (ENABLE_NODE, &debug_bgp_normal_cmd_vtysh);
24909   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_detail_cmd_vtysh);
24910   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_metric_rmap_cmd_vtysh);
24911   install_element (INTERFACE_NODE, &no_psnp_interval_l1_cmd_vtysh);
24912   install_element (ENABLE_NODE, &undebug_igmp_packets_cmd_vtysh);
24913   install_element (VIEW_NODE, &show_ip_route_vrf_all_cmd_vtysh);
24914   install_element (VIEW_NODE, &show_ipv6_prefix_list_summary_cmd_vtysh);
24915   install_element (OSPF_NODE, &ospf_area_default_cost_cmd_vtysh);
24916   install_element (ENABLE_NODE, &clear_bgp_external_in_prefix_filter_cmd_vtysh);
24917   install_element (BGP_IPV4M_NODE, &no_neighbor_send_community_type_cmd_vtysh);
24918   install_element (CONFIG_NODE, &ip_as_path_cmd_vtysh);
24919   install_element (BGP_ENCAP_NODE, &no_neighbor_filter_list_cmd_vtysh);
24920   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
24921   install_element (RIPNG_NODE, &ripng_redistribute_type_metric_cmd_vtysh);
24922   install_element (VIEW_NODE, &show_ip_bgp_flap_address_cmd_vtysh);
24923   install_element (ENABLE_NODE, &debug_ospf6_spf_time_cmd_vtysh);
24924   install_element (ENABLE_NODE, &clear_ip_bgp_external_soft_cmd_vtysh);
24925   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_day_month_cmd_vtysh);
24926   install_element (BGP_NODE, &bgp_network_backdoor_cmd_vtysh);
24927   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_soft_in_cmd_vtysh);
24928   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_cmd_vtysh);
24929   install_element (RMAP_NODE, &set_tag_cmd_vtysh);
24930   install_element (VIEW_NODE, &show_ip_pim_hello_cmd_vtysh);
24931   install_element (LINK_PARAMS_NODE, &link_params_ava_bw_cmd_vtysh);
24932   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
24933   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24934   install_element (LINK_PARAMS_NODE, &link_params_enable_cmd_vtysh);
24935   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
24936   install_element (VIEW_NODE, &show_ip_bgp_ipv4_paths_cmd_vtysh);
24937   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_preference_val_cmd_vtysh);
24938   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
24939   install_element (CONFIG_NODE, &ip_route_mask_tag_distance_cmd_vtysh);
24940   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_arg_cmd_vtysh);
24941   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
24942   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
24943   install_element (VIEW_NODE, &show_bgp_ipv6_route_map_cmd_vtysh);
24944   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_statistics_cmd_vtysh);
24945   install_element (RMAP_NODE, &no_match_ip_address_prefix_list_val_cmd_vtysh);
24946   install_element (BGP_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
24947   install_element (ENABLE_NODE, &debug_ripng_packet_direct_cmd_vtysh);
24948   install_element (BGP_VPNV4_NODE, &neighbor_route_server_client_cmd_vtysh);
24949   install_element (CONFIG_NODE, &no_vrf_netns_cmd_vtysh);
24950   install_element (BGP_VPNV4_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
24951   install_element (BGP_VPNV4_NODE, &neighbor_unsuppress_map_cmd_vtysh);
24952   install_element (BGP_NODE, &bgp_distance_source_access_list_cmd_vtysh);
24953   install_element (VIEW_NODE, &show_bgp_rsclient_cmd_vtysh);
24954   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
24955   install_element (CONFIG_NODE, &ipv6_route_pref_tag_vrf_cmd_vtysh);
24956   install_element (BGP_NODE, &old_ipv6_aggregate_address_cmd_vtysh);
24957   install_element (ENABLE_NODE, &clear_ip_mroute_cmd_vtysh);
24958   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
24959   install_element (BGP_IPV4_NODE, &aggregate_address_mask_cmd_vtysh);
24960   install_element (BGP_NODE, &bgp_enforce_first_as_cmd_vtysh);
24961   install_element (RESTRICTED_NODE, &show_bgp_neighbors_peer_cmd_vtysh);
24962   install_element (BGP_IPV6M_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
24963   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
24964   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
24965   install_element (INTERFACE_NODE, &no_isis_metric_l2_cmd_vtysh);
24966   install_element (VIEW_NODE, &show_version_ospf6_cmd_vtysh);
24967   install_element (INTERFACE_NODE, &ip_ospf_authentication_key_addr_cmd_vtysh);
24968   install_element (CONFIG_NODE, &no_ipv6_access_list_remark_arg_cmd_vtysh);
24969   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
24970   install_element (INTERFACE_NODE, &ip_ospf_priority_addr_cmd_vtysh);
24971   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_network_cmd_vtysh);
24972   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
24973   install_element (CONFIG_NODE, &no_ipv6_access_list_cmd_vtysh);
24974   install_element (RMAP_NODE, &no_set_community_none_cmd_vtysh);
24975   install_element (ENABLE_NODE, &clear_bgp_external_soft_in_cmd_vtysh);
24976   install_element (BGP_IPV4M_NODE, &neighbor_send_community_cmd_vtysh);
24977   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
24978   install_element (ENABLE_NODE, &show_debugging_nhrp_cmd_vtysh);
24979   install_element (CONFIG_NODE, &ip_lcommunity_list_name_standard2_cmd_vtysh);
24980   install_element (INTERFACE_NODE, &no_ip_irdp_address_preference_cmd_vtysh);
24981   install_element (ISIS_NODE, &area_passwd_clear_snpauth_cmd_vtysh);
24982   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity_cmd_vtysh);
24983   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance_cmd_vtysh);
24984   install_element (BGP_IPV4_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
24985   install_element (INTERFACE_NODE, &psnp_interval_cmd_vtysh);
24986   install_element (BGP_VPNV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
24987   install_element (BGP_NODE, &bgp_bestpath_aspath_confed_cmd_vtysh);
24988   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_network_route_map_cmd_vtysh);
24989   install_element (CONFIG_NODE, &no_ip_lcommunity_list_expanded_cmd_vtysh);
24990   install_element (RMAP_NODE, &no_set_aspath_prepend_cmd_vtysh);
24991   install_element (VIEW_NODE, &show_isis_mpls_te_router_cmd_vtysh);
24992   install_element (ENABLE_NODE, &debug_bgp_zebra_cmd_vtysh);
24993   install_element (CONFIG_NODE, &debug_ospf6_abr_cmd_vtysh);
24994   install_element (ENABLE_NODE, &clear_bgp_ipv6_instance_peer_rsclient_cmd_vtysh);
24995   install_element (BGP_NODE, &no_bgp_default_ipv4_unicast_cmd_vtysh);
24996   install_element (VIEW_NODE, &show_bgp_view_cmd_vtysh);
24997   install_element (INTERFACE_NODE, &ipv6_nd_reachable_time_cmd_vtysh);
24998   install_element (VIEW_NODE, &show_ip_bgp_community_list_exact_cmd_vtysh);
24999   install_element (BGP_NODE, &bgp_fast_external_failover_cmd_vtysh);
25000   install_element (CONFIG_NODE, &ipv6_prefix_list_description_cmd_vtysh);
25001   install_element (OSPF_NODE, &no_ospf_area_vlink_param2_cmd_vtysh);
25002   install_element (RESTRICTED_NODE, &show_bgp_community4_exact_cmd_vtysh);
25003   install_element (BGP_ENCAPV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
25004   install_element (BGP_IPV4_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
25005   install_element (INTERFACE_NODE, &no_isis_passwd_cmd_vtysh);
25006   install_element (ENABLE_NODE, &debug_bgp_nht_cmd_vtysh);
25007   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
25008   install_element (OSPF6_NODE, &ospf6_redistribute_cmd_vtysh);
25009   install_element (BGP_NODE, &no_neighbor_advertise_interval_cmd_vtysh);
25010   install_element (ISIS_NODE, &no_lsp_gen_interval_l2_arg_cmd_vtysh);
25011   install_element (CONFIG_NODE, &no_route_map_cmd_vtysh);
25012   install_element (RMAP_NODE, &match_ip_address_cmd_vtysh);
25013   install_element (ENABLE_NODE, &no_terminal_monitor_cmd_vtysh);
25014   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_router_cmd_vtysh);
25015   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_route_cmd_vtysh);
25016   install_element (ENABLE_NODE, &no_debug_zebra_packet_cmd_vtysh);
25017   install_element (ENABLE_NODE, &clear_ip_bgp_external_in_prefix_filter_cmd_vtysh);
25018   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_soft_out_cmd_vtysh);
25019   install_element (RMAP_NODE, &no_set_lcommunity_delete_cmd_vtysh);
25020   install_element (CONFIG_NODE, &no_debug_isis_err_cmd_vtysh);
25021   install_element (INTERFACE_NODE, &no_ipv6_ospf6_ifmtu_cmd_vtysh);
25022   install_element (BGP_IPV4M_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25023   install_element (RMAP_NODE, &no_match_ip_next_hop_prefix_list_val_cmd_vtysh);
25024   install_element (CONFIG_NODE, &no_ip_multicast_mode_noarg_cmd_vtysh);
25025   install_element (ENABLE_NODE, &debug_zebra_kernel_cmd_vtysh);
25026   install_element (INTERFACE_NODE, &interface_no_ip_igmp_join_cmd_vtysh);
25027   install_element (BGP_NODE, &bgp_network_mask_natural_cmd_vtysh);
25028   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_inter_cmd_vtysh);
25029   install_element (BGP_NODE, &aggregate_address_summary_as_set_cmd_vtysh);
25030   install_element (ENABLE_NODE, &clear_bgp_instance_all_soft_out_cmd_vtysh);
25031   install_element (CONFIG_NODE, &ip_route_flags_vrf_cmd_vtysh);
25032   install_element (VIEW_NODE, &show_ipv6_ripng_cmd_vtysh);
25033   install_element (INTERFACE_NODE, &no_isis_priority_cmd_vtysh);
25034   install_element (VIEW_NODE, &show_ip_ospf_neighbor_cmd_vtysh);
25035   install_element (BGP_NODE, &aggregate_address_cmd_vtysh);
25036   install_element (ISIS_NODE, &no_isis_mpls_te_inter_as_cmd_vtysh);
25037   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_longer_cmd_vtysh);
25038   install_element (VIEW_NODE, &show_ip_bgp_regexp_cmd_vtysh);
25039   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_out_cmd_vtysh);
25040   install_element (ENABLE_NODE, &show_bgp_statistics_vpnv4_cmd_vtysh);
25041   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_routes_cmd_vtysh);
25042   install_element (BGP_NODE, &no_bgp_cluster_id_arg_cmd_vtysh);
25043   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
25044   install_element (BGP_IPV4M_NODE, &neighbor_set_peer_group_cmd_vtysh);
25045   install_element (CONFIG_NODE, &ip_prefix_list_le_cmd_vtysh);
25046   install_element (ENABLE_NODE, &show_zebra_client_summary_cmd_vtysh);
25047   install_element (BGP_IPV4_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25048   install_element (BGP_VPNV4_NODE, &neighbor_send_community_cmd_vtysh);
25049   install_element (BGP_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
25050   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_linkstate_id_cmd_vtysh);
25051   install_element (VIEW_NODE, &show_ip_route_cmd_vtysh);
25052   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_cmd_vtysh);
25053   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_metric_rmap_cmd_vtysh);
25054   install_element (RMAP_NODE, &no_match_local_pref_cmd_vtysh);
25055   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_day_month_month_day_cmd_vtysh);
25056   install_element (VIEW_NODE, &show_bgp_community3_exact_cmd_vtysh);
25057   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rsclient_summary_cmd_vtysh);
25058   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_le_cmd_vtysh);
25059   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
25060   install_element (CONFIG_NODE, &debug_ospf6_zebra_sendrecv_cmd_vtysh);
25061   install_element (ENABLE_NODE, &no_debug_ospf6_brouter_area_cmd_vtysh);
25062   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_summary_as_set_cmd_vtysh);
25063   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
25064   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_ipv4_summary_cmd_vtysh);
25065   install_element (CONFIG_NODE, &debug_nhrp_cmd_vtysh);
25066   install_element (VIEW_NODE, &show_ip_bgp_view_rsclient_route_cmd_vtysh);
25067   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community3_exact_cmd_vtysh);
25068   install_element (RIPNG_NODE, &no_if_ipv6_rmap_cmd_vtysh);
25069   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_cmd_vtysh);
25070   install_element (CONFIG_NODE, &no_access_list_all_cmd_vtysh);
25071   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_summary_cmd_vtysh);
25072   install_element (ENABLE_NODE, &no_debug_ospf6_zebra_cmd_vtysh);
25073   install_element (VIEW_NODE, &show_ip_ospf_neighbor_int_cmd_vtysh);
25074   install_element (BGP_NODE, &bgp_network_mask_natural_backdoor_cmd_vtysh);
25075   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_safi_summary_cmd_vtysh);
25076   install_element (CONFIG_NODE, &debug_isis_upd_cmd_vtysh);
25077   install_element (INTERFACE_NODE, &no_ip_rip_authentication_string_cmd_vtysh);
25078   install_element (BGP_NODE, &no_neighbor_distribute_list_cmd_vtysh);
25079   install_element (RESTRICTED_NODE, &show_bgp_lcommunity2_cmd_vtysh);
25080   install_element (VIEW_NODE, &show_ipv6_mbgp_route_cmd_vtysh);
25081   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_prefix_detail_cmd_vtysh);
25082   install_element (OSPF6_NODE, &no_area_range_cmd_vtysh);
25083   install_element (CONFIG_NODE, &ipv6_route_ifname_vrf_cmd_vtysh);
25084   install_element (OSPF_NODE, &ospf_area_filter_list_cmd_vtysh);
25085   install_element (RIPNG_NODE, &ripng_default_metric_cmd_vtysh);
25086   install_element (INTERFACE_NODE, &no_ip_ospf_mtu_ignore_cmd_vtysh);
25087   install_element (VIEW_NODE, &show_ip_bgp_flap_statistics_cmd_vtysh);
25088   install_element (INTERFACE_NODE, &no_bandwidth_if_val_cmd_vtysh);
25089   install_element (BGP_NODE, &bgp_distance_source_cmd_vtysh);
25090   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_cmd_vtysh);
25091   install_element (BGP_IPV4_NODE, &neighbor_filter_list_cmd_vtysh);
25092   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_lifetime_cmd_vtysh);
25093   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_cmd_vtysh);
25094   install_element (BGP_ENCAPV6_NODE, &neighbor_allowas_in_cmd_vtysh);
25095   install_element (RESTRICTED_NODE, &show_bgp_ipv6_prefix_cmd_vtysh);
25096   install_element (CONFIG_NODE, &debug_ripng_packet_cmd_vtysh);
25097   install_element (INTERFACE_NODE, &ip_ospf_authentication_key_cmd_vtysh);
25098   install_element (BGP_NODE, &no_neighbor_enforce_multihop_cmd_vtysh);
25099   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
25100   install_element (CONFIG_NODE, &no_ip_lcommunity_list_expanded_all_cmd_vtysh);
25101   install_element (INTERFACE_NODE, &ip_rip_authentication_mode_cmd_vtysh);
25102   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_cmd_vtysh);
25103   install_element (CONFIG_NODE, &no_access_list_standard_any_cmd_vtysh);
25104   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25105   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25106   install_element (VIEW_NODE, &show_ipv6_ospf6_database_router_cmd_vtysh);
25107   install_element (BGP_NODE, &neighbor_ebgp_multihop_cmd_vtysh);
25108   install_element (VIEW_NODE, &show_ip_route_prefix_longer_cmd_vtysh);
25109   install_element (CONFIG_NODE, &ip_prefix_list_sequence_number_cmd_vtysh);
25110   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25111   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity2_cmd_vtysh);
25112   install_element (VIEW_NODE, &show_ip_bgp_community_all_cmd_vtysh);
25113   install_element (ISIS_NODE, &no_spf_interval_cmd_vtysh);
25114   install_element (OSPF_NODE, &no_ospf_area_stub_no_summary_cmd_vtysh);
25115   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_filter_list_cmd_vtysh);
25116   install_element (CONFIG_NODE, &ip_route_flags_tag_vrf_cmd_vtysh);
25117   install_element (ENABLE_NODE, &clear_bgp_as_soft_in_cmd_vtysh);
25118   install_element (CONFIG_NODE, &debug_igmp_trace_cmd_vtysh);
25119   install_element (ISIS_NODE, &no_isis_mpls_te_on_cmd_vtysh);
25120   install_element (OSPF_NODE, &ospf_area_vlink_param1_cmd_vtysh);
25121   install_element (KEYCHAIN_KEY_NODE, &no_key_chain_cmd_vtysh);
25122   install_element (BGP_IPV4_NODE, &neighbor_remove_private_as_cmd_vtysh);
25123   install_element (CONFIG_NODE, &access_list_extended_host_mask_cmd_vtysh);
25124   install_element (CONFIG_NODE, &no_access_list_extended_host_host_cmd_vtysh);
25125   install_element (BGP_IPV4M_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25126   install_element (RIPNG_NODE, &no_ripng_default_metric_val_cmd_vtysh);
25127   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_cmd_vtysh);
25128   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25129   install_element (OSPF_NODE, &ospf_area_vlink_authtype_cmd_vtysh);
25130   install_element (VIEW_NODE, &show_ip_igmp_sources_cmd_vtysh);
25131   install_element (VIEW_NODE, &show_bgp_ipv4_community2_exact_cmd_vtysh);
25132   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
25133   install_element (VIEW_NODE, &show_bgp_ipv4_community_list_cmd_vtysh);
25134   install_element (BGP_VPNV6_NODE, &no_neighbor_activate_cmd_vtysh);
25135   install_element (VIEW_NODE, &show_ip_bgp_view_route_cmd_vtysh);
25136   install_element (RMAP_NODE, &match_metric_cmd_vtysh);
25137   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance2_cmd_vtysh);
25138   install_element (BGP_VPNV4_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25139   install_element (CONFIG_NODE, &ip_route_mask_flags_vrf_cmd_vtysh);
25140   install_element (RESTRICTED_NODE, &show_bgp_ipv6_rsclient_prefix_cmd_vtysh);
25141   install_element (CONFIG_NODE, &no_debug_ospf_ism_sub_cmd_vtysh);
25142   install_element (BGP_ENCAP_NODE, &no_encap_network_cmd_vtysh);
25143   install_element (OSPF_NODE, &no_capability_opaque_cmd_vtysh);
25144   install_element (INTERFACE_NODE, &interface_ip_mroute_source_cmd_vtysh);
25145   install_element (VIEW_NODE, &show_ip_bgp_ipv4_cmd_vtysh);
25146   install_element (CONFIG_NODE, &debug_bgp_as4_cmd_vtysh);
25147   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_summary_cmd_vtysh);
25148   install_element (RMAP_NODE, &no_set_vpnv4_nexthop_cmd_vtysh);
25149   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_soft_cmd_vtysh);
25150   install_element (RIP_NODE, &no_rip_allow_ecmp_cmd_vtysh);
25151   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l2_arg_cmd_vtysh);
25152   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
25153   install_element (VIEW_NODE, &show_debugging_pim_cmd_vtysh);
25154   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_in_cmd_vtysh);
25155   install_element (VIEW_NODE, &show_ipv6_prefix_list_name_seq_cmd_vtysh);
25156   install_element (CONFIG_NODE, &no_ipv6_access_list_remark_cmd_vtysh);
25157   install_element (BGP_IPV6M_NODE, &neighbor_nexthop_self_cmd_vtysh);
25158   install_element (RMAP_NODE, &no_set_originator_id_val_cmd_vtysh);
25159   install_element (VIEW_NODE, &show_bgp_neighbor_received_routes_cmd_vtysh);
25160   install_element (OSPF_NODE, &ospf_mpls_te_inter_as_cmd_vtysh);
25161   install_element (BGP_IPV4_NODE, &bgp_damp_set_cmd_vtysh);
25162   install_element (CONFIG_NODE, &no_access_list_extended_host_any_cmd_vtysh);
25163   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
25164   install_element (ISIS_NODE, &isis_mpls_te_router_addr_cmd_vtysh);
25165   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
25166   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_cmd_vtysh);
25167   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
25168   install_element (BGP_NODE, &bgp_network_mask_natural_route_map_cmd_vtysh);
25169   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25170   install_element (VIEW_NODE, &show_bgp_prefix_pathtype_cmd_vtysh);
25171   install_element (CONFIG_NODE, &debug_isis_packet_dump_cmd_vtysh);
25172   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_advertised_route_cmd_vtysh);
25173   install_element (RIP_NODE, &rip_redistribute_type_metric_routemap_cmd_vtysh);
25174   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_summary_cmd_vtysh);
25175   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25176   install_element (VIEW_NODE, &show_ipv6_mbgp_community3_exact_cmd_vtysh);
25177   install_element (ENABLE_NODE, &debug_isis_events_cmd_vtysh);
25178   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
25179   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_neighbor_routes_cmd_vtysh);
25180   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_summary_cmd_vtysh);
25181   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance2_vrf_cmd_vtysh);
25182   install_element (CONFIG_NODE, &no_ip_prefix_list_le_cmd_vtysh);
25183   install_element (ENABLE_NODE, &debug_ospf6_zebra_cmd_vtysh);
25184   install_element (CONFIG_NODE, &no_debug_bgp_events_cmd_vtysh);
25185   install_element (BGP_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25186   install_element (INTERFACE_NODE, &no_ip_ospf_priority_addr_cmd_vtysh);
25187   install_element (ENABLE_NODE, &undebug_bgp_zebra_cmd_vtysh);
25188   install_element (ENABLE_NODE, &debug_igmp_cmd_vtysh);
25189   install_element (VIEW_NODE, &show_ipv6_route_prefix_cmd_vtysh);
25190   install_element (ENABLE_NODE, &clear_bgp_as_cmd_vtysh);
25191   install_element (INTERFACE_NODE, &no_ospf_dead_interval_cmd_vtysh);
25192   install_element (VIEW_NODE, &show_database_detail_cmd_vtysh);
25193   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_out_cmd_vtysh);
25194   install_element (CONFIG_NODE, &debug_ospf6_brouter_router_cmd_vtysh);
25195   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_address_cmd_vtysh);
25196   install_element (BGP_NODE, &bgp_default_local_preference_cmd_vtysh);
25197   install_element (ENABLE_NODE, &clear_ip_bgp_peer_soft_cmd_vtysh);
25198   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_address_cmd_vtysh);
25199   install_element (CONFIG_NODE, &debug_isis_spftrigg_cmd_vtysh);
25200   install_element (BGP_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25201   install_element (VIEW_NODE, &show_bgp_view_rsclient_route_cmd_vtysh);
25202   install_element (CONFIG_NODE, &debug_mroute_cmd_vtysh);
25203   install_element (CONFIG_NODE, &debug_ospf_nsm_cmd_vtysh);
25204   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_route_pathtype_cmd_vtysh);
25205   install_element (CONFIG_NODE, &debug_ospf6_route_cmd_vtysh);
25206   install_element (CONFIG_NODE, &no_ip_extcommunity_list_standard_cmd_vtysh);
25207   install_element (LINK_PARAMS_NODE, &link_params_delay_cmd_vtysh);
25208   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_longer_cmd_vtysh);
25209   install_element (ENABLE_NODE, &clear_ip_prefix_list_name_prefix_cmd_vtysh);
25210   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
25211   install_element (BGP_IPV4M_NODE, &bgp_network_route_map_cmd_vtysh);
25212   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
25213   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25214   install_element (CONFIG_NODE, &no_ip_prefix_list_ge_le_cmd_vtysh);
25215   install_element (BGP_NODE, &no_aggregate_address_mask_cmd_vtysh);
25216   install_element (BGP_IPV6_NODE, &neighbor_distribute_list_cmd_vtysh);
25217   install_element (OSPF_NODE, &ospf_distance_cmd_vtysh);
25218   install_element (LINK_PARAMS_NODE, &link_params_delay_mm_cmd_vtysh);
25219   install_element (INTERFACE_NODE, &ip_rip_send_version_1_cmd_vtysh);
25220   install_element (RESTRICTED_NODE, &show_bgp_ipv6_neighbors_peer_cmd_vtysh);
25221   install_element (INTERFACE_NODE, &ip_rip_split_horizon_poisoned_reverse_cmd_vtysh);
25222   install_element (RIP_NODE, &rip_distance_cmd_vtysh);
25223   install_element (BGP_IPV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
25224   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity_cmd_vtysh);
25225   install_element (ENABLE_NODE, &no_debug_ospf6_neighbor_detail_cmd_vtysh);
25226   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity3_cmd_vtysh);
25227   install_element (RESTRICTED_NODE, &show_bgp_community4_cmd_vtysh);
25228   install_element (BGP_NODE, &no_neighbor_disable_connected_check_cmd_vtysh);
25229   install_element (ENABLE_NODE, &no_debug_rip_packet_direct_cmd_vtysh);
25230   install_element (VIEW_NODE, &show_ip_bgp_neighbor_flap_cmd_vtysh);
25231   install_element (VIEW_NODE, &show_ipv6_ospf6_route_match_cmd_vtysh);
25232   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
25233   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
25234   install_element (ENABLE_NODE, &show_ipv6_mroute_vrf_all_cmd_vtysh);
25235   install_element (RMAP_NODE, &no_match_community_exact_cmd_vtysh);
25236   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_cmd_vtysh);
25237   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_vrf_cmd_vtysh);
25238   install_element (CONFIG_NODE, &debug_ospf6_neighbor_cmd_vtysh);
25239   install_element (RESTRICTED_NODE, &show_bgp_instance_summary_cmd_vtysh);
25240   install_element (BGP_NODE, &no_neighbor_password_cmd_vtysh);
25241   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
25242   install_element (ENABLE_NODE, &debug_ospf_ism_cmd_vtysh);
25243   install_element (CONFIG_NODE, &ip_community_list_standard2_cmd_vtysh);
25244   install_element (INTERFACE_NODE, &if_nhrp_flags_cmd_vtysh);
25245   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25246   install_element (VIEW_NODE, &show_ip_bgp_community2_cmd_vtysh);
25247   install_element (ENABLE_NODE, &debug_ospf_packet_send_recv_detail_cmd_vtysh);
25248   install_element (ISIS_NODE, &no_lsp_refresh_interval_l1_cmd_vtysh);
25249   install_element (CONFIG_NODE, &no_ip_prefix_list_description_arg_cmd_vtysh);
25250   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
25251   install_element (VIEW_NODE, &show_ip_ospf_database_type_adv_router_cmd_vtysh);
25252   install_element (INTERFACE_NODE, &if_no_nhrp_mtu_cmd_vtysh);
25253   install_element (BGP_IPV4_NODE, &no_neighbor_send_community_type_cmd_vtysh);
25254   install_element (RMAP_NODE, &no_match_origin_cmd_vtysh);
25255   install_element (VIEW_NODE, &show_ip_route_summary_prefix_vrf_cmd_vtysh);
25256   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_rmap_metric_cmd_vtysh);
25257   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_standard_all_cmd_vtysh);
25258   install_element (ENABLE_NODE, &clear_bgp_as_soft_out_cmd_vtysh);
25259   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25260   install_element (VIEW_NODE, &show_ipv6_ospf6_redistribute_cmd_vtysh);
25261   install_element (RMAP_NODE, &no_match_ip_route_source_prefix_list_val_cmd_vtysh);
25262   install_element (VIEW_NODE, &show_bgp_view_afi_safi_prefix_cmd_vtysh);
25263   install_element (ENABLE_NODE, &no_debug_bgp_keepalive_cmd_vtysh);
25264   install_element (ENABLE_NODE, &show_ip_access_list_name_cmd_vtysh);
25265   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity2_cmd_vtysh);
25266   install_element (VIEW_NODE, &show_ip_community_list_cmd_vtysh);
25267   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_list_cmd_vtysh);
25268   install_element (CONFIG_NODE, &ip_extcommunity_list_name_standard_cmd_vtysh);
25269   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community2_cmd_vtysh);
25270   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance_source_cmd_vtysh);
25271   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
25272   install_element (BGP_IPV4_NODE, &neighbor_send_community_cmd_vtysh);
25273   install_element (LINK_PARAMS_NODE, &no_link_params_use_bw_cmd_vtysh);
25274   install_element (CONFIG_NODE, &dump_bgp_all_cmd_vtysh);
25275   install_element (BGP_VPNV6_NODE, &neighbor_filter_list_cmd_vtysh);
25276   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_cmd_vtysh);
25277   install_element (INTERFACE_NODE, &no_ip_router_isis_cmd_vtysh);
25278   install_element (INTERFACE_NODE, &isis_priority_l2_cmd_vtysh);
25279   install_element (INTERFACE_NODE, &no_ospf_hello_interval_cmd_vtysh);
25280   install_element (RIPNG_NODE, &no_ripng_timers_val_cmd_vtysh);
25281   install_element (BGP_IPV4M_NODE, &aggregate_address_cmd_vtysh);
25282   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance2_vrf_cmd_vtysh);
25283   install_element (BGP_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
25284   install_element (RMAP_NODE, &match_ecommunity_cmd_vtysh);
25285   install_element (VIEW_NODE, &show_ip_bgp_attr_info_cmd_vtysh);
25286   install_element (RMAP_NODE, &rmap_call_cmd_vtysh);
25287   install_element (CONFIG_NODE, &no_ip_prefix_list_le_ge_cmd_vtysh);
25288   install_element (VIEW_NODE, &show_bgp_view_rsclient_cmd_vtysh);
25289   install_element (RMAP_NODE, &no_rmap_continue_cmd_vtysh);
25290   install_element (CONFIG_NODE, &no_debug_ospf_packet_send_recv_cmd_vtysh);
25291   install_element (BGP_IPV4_NODE, &bgp_maxpaths_cmd_vtysh);
25292   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25293   install_element (BGP_IPV6M_NODE, &neighbor_activate_cmd_vtysh);
25294   install_element (RMAP_NODE, &rmap_onmatch_next_cmd_vtysh);
25295   install_element (ENABLE_NODE, &debug_ospf6_spf_database_cmd_vtysh);
25296   install_element (VIEW_NODE, &show_ipv6_mbgp_filter_list_cmd_vtysh);
25297   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community4_cmd_vtysh);
25298   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity_list_cmd_vtysh);
25299   install_element (BGP_ENCAPV6_NODE, &neighbor_route_map_cmd_vtysh);
25300   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
25301   install_element (LINK_PARAMS_NODE, &link_params_unrsv_bw_cmd_vtysh);
25302   install_element (VIEW_NODE, &show_bgp_neighbor_routes_cmd_vtysh);
25303   install_element (INTERFACE_NODE, &no_csnp_interval_l2_cmd_vtysh);
25304   install_element (VIEW_NODE, &show_bgp_ipv6_encap_rd_neighbor_advertised_routes_cmd_vtysh);
25305   install_element (BGP_NODE, &bgp_deterministic_med_cmd_vtysh);
25306   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_month_day_month_day_cmd_vtysh);
25307   install_element (BGP_NODE, &no_bgp_network_mask_backdoor_cmd_vtysh);
25308   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community3_exact_cmd_vtysh);
25309   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_router_detail_cmd_vtysh);
25310   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_cmd_vtysh);
25311   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
25312   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community2_cmd_vtysh);
25313   install_element (BGP_NODE, &bgp_bestpath_med_cmd_vtysh);
25314   install_element (OSPF_NODE, &ospf_area_authentication_cmd_vtysh);
25315   install_element (OSPF_NODE, &capability_opaque_cmd_vtysh);
25316   install_element (BGP_NODE, &no_bgp_confederation_peers_cmd_vtysh);
25317   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
25318   install_element (INTERFACE_NODE, &ipv6_ospf6_cost_cmd_vtysh);
25319   install_element (VIEW_NODE, &show_ip_multicast_cmd_vtysh);
25320   install_element (INTERFACE_NODE, &isis_hello_interval_cmd_vtysh);
25321   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity4_cmd_vtysh);
25322   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
25323   install_element (ENABLE_NODE, &clear_ip_bgp_external_soft_out_cmd_vtysh);
25324   install_element (CONFIG_NODE, &no_ip_route_vrf_cmd_vtysh);
25325   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
25326   install_element (VIEW_NODE, &show_bgp_ipv4_community3_exact_cmd_vtysh);
25327   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_summary_cmd_vtysh);
25328   install_element (RESTRICTED_NODE, &show_bgp_view_ipv4_safi_rsclient_prefix_cmd_vtysh);
25329   install_element (BGP_NODE, &no_bgp_default_local_preference_cmd_vtysh);
25330   install_element (CONFIG_NODE, &debug_ospf6_lsa_hex_cmd_vtysh);
25331   install_element (BGP_NODE, &no_bgp_always_compare_med_cmd_vtysh);
25332   install_element (BGP_IPV6_NODE, &ipv6_bgp_network_route_map_cmd_vtysh);
25333   install_element (VIEW_NODE, &show_ip_bgp_ipv4_dampening_dampd_paths_cmd_vtysh);
25334   install_element (INTERFACE_NODE, &ip_ospf_message_digest_key_cmd_vtysh);
25335   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community4_exact_cmd_vtysh);
25336   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community2_cmd_vtysh);
25337   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_soft_in_cmd_vtysh);
25338   install_element (ENABLE_NODE, &debug_ospf6_lsa_hex_cmd_vtysh);
25339   install_element (BGP_IPV4M_NODE, &neighbor_allowas_in_cmd_vtysh);
25340   install_element (CONFIG_NODE, &no_debug_bgp_update_cmd_vtysh);
25341   install_element (INTERFACE_NODE, &if_nhrp_map_cmd_vtysh);
25342   install_element (ENABLE_NODE, &debug_ospf6_neighbor_cmd_vtysh);
25343   install_element (BGP_NODE, &no_neighbor_weight_cmd_vtysh);
25344   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
25345   install_element (OSPF_NODE, &no_ospf_timers_throttle_spf_cmd_vtysh);
25346   install_element (BGP_NODE, &no_bgp_client_to_client_reflection_cmd_vtysh);
25347   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
25348   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance_cmd_vtysh);
25349   install_element (VIEW_NODE, &show_ip_extcommunity_list_cmd_vtysh);
25350   install_element (VIEW_NODE, &show_ip_ospf_neighbor_detail_cmd_vtysh);
25351   install_element (OSPF_NODE, &no_ospf_area_nssa_cmd_vtysh);
25352   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
25353   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_neighbors_cmd_vtysh);
25354   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
25355   install_element (BGP_NODE, &neighbor_password_cmd_vtysh);
25356   install_element (CONFIG_NODE, &no_debug_zebra_nht_cmd_vtysh);
25357   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_cmd_vtysh);
25358   install_element (CONFIG_NODE, &undebug_ssmpingd_cmd_vtysh);
25359   install_element (INTERFACE_NODE, &linkdetect_cmd_vtysh);
25360   install_element (OSPF_NODE, &ospf_area_vlink_authtype_args_cmd_vtysh);
25361   install_element (RIP_NODE, &rip_redistribute_type_metric_cmd_vtysh);
25362   install_element (CONFIG_NODE, &no_access_list_standard_cmd_vtysh);
25363   install_element (INTERFACE_NODE, &no_ip_irdp_shutdown_cmd_vtysh);
25364   install_element (VIEW_NODE, &show_ipv6_ospf6_database_id_router_detail_cmd_vtysh);
25365   install_element (RMAP_NODE, &no_rmap_onmatch_goto_cmd_vtysh);
25366   install_element (BGP_ENCAP_NODE, &no_neighbor_route_map_cmd_vtysh);
25367   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
25368   install_element (BGP_IPV6M_NODE, &neighbor_route_map_cmd_vtysh);
25369   install_element (BGP_ENCAP_NODE, &no_neighbor_allowas_in_cmd_vtysh);
25370   install_element (CONFIG_NODE, &ipv6_route_flags_pref_tag_vrf_cmd_vtysh);
25371   install_element (OSPF_NODE, &no_ospf_area_range_advertise_cmd_vtysh);
25372   install_element (VIEW_NODE, &show_isis_topology_l1_cmd_vtysh);
25373   install_element (ENABLE_NODE, &no_debug_isis_lupd_cmd_vtysh);
25374   install_element (ISIS_NODE, &area_passwd_md5_snpauth_cmd_vtysh);
25375   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_summary_only_cmd_vtysh);
25376   install_element (RMAP_NODE, &no_match_ipv6_address_prefix_list_cmd_vtysh);
25377   install_element (VIEW_NODE, &show_ipv6_ripng_status_cmd_vtysh);
25378   install_element (BGP_VPNV6_NODE, &neighbor_nexthop_self_cmd_vtysh);
25379   install_element (INTERFACE_NODE, &no_isis_passwd_arg_cmd_vtysh);
25380   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_soft_cmd_vtysh);
25381   install_element (VIEW_NODE, &show_bgp_neighbors_cmd_vtysh);
25382   install_element (INTERFACE_NODE, &no_psnp_interval_l2_arg_cmd_vtysh);
25383   install_element (OSPF_NODE, &ospf_area_authentication_message_digest_cmd_vtysh);
25384   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_route_cmd_vtysh);
25385   install_element (VIEW_NODE, &show_bgp_filter_list_cmd_vtysh);
25386   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_day_month_day_month_cmd_vtysh);
25387   install_element (BGP_NODE, &no_bgp_network_route_map_cmd_vtysh);
25388   install_element (VIEW_NODE, &show_ip_route_protocol_vrf_all_cmd_vtysh);
25389   install_element (RESTRICTED_NODE, &show_ip_bgp_community_exact_cmd_vtysh);
25390   install_element (ENABLE_NODE, &undebug_bgp_fsm_cmd_vtysh);
25391   install_element (BGP_NODE, &bgp_network_mask_route_map_cmd_vtysh);
25392   install_element (VIEW_NODE, &show_bgp_instance_ipv4_safi_rsclient_summary_cmd_vtysh);
25393   install_element (BGP_NODE, &bgp_bestpath_aspath_multipath_relax_cmd_vtysh);
25394   install_element (RESTRICTED_NODE, &show_ip_bgp_vpnv4_all_neighbors_peer_cmd_vtysh);
25395   install_element (ENABLE_NODE, &clear_ip_pim_interfaces_cmd_vtysh);
25396   install_element (INTERFACE_NODE, &if_no_nhrp_flags_cmd_vtysh);
25397   install_element (INTERFACE_NODE, &no_ip_ospf_area_cmd_vtysh);
25398   install_element (OSPF6_NODE, &ospf6_redistribute_routemap_cmd_vtysh);
25399   install_element (CONFIG_NODE, &ip_community_list_name_standard_cmd_vtysh);
25400   install_element (VIEW_NODE, &show_ip_prefix_list_prefix_longer_cmd_vtysh);
25401   install_element (CONFIG_NODE, &ip_route_flags_distance2_vrf_cmd_vtysh);
25402   install_element (VIEW_NODE, &show_ip_ssmpingd_cmd_vtysh);
25403   install_element (RMAP_NODE, &set_origin_cmd_vtysh);
25404   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_tag_cmd_vtysh);
25405   install_element (OSPF_NODE, &ospf_max_metric_router_lsa_shutdown_cmd_vtysh);
25406   install_element (BGP_NODE, &no_bgp_graceful_restart_stalepath_time_cmd_vtysh);
25407   install_element (INTERFACE_NODE, &isis_hello_interval_l1_cmd_vtysh);
25408   install_element (ENABLE_NODE, &no_debug_pim_events_cmd_vtysh);
25409   install_element (BGP_IPV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25410   install_element (ENABLE_NODE, &no_debug_ospf_nsm_cmd_vtysh);
25411   install_element (CONFIG_NODE, &ip_route_flags_distance_vrf_cmd_vtysh);
25412   install_element (BGP_IPV4_NODE, &neighbor_allowas_in_cmd_vtysh);
25413   install_element (BGP_VPNV6_NODE, &no_neighbor_prefix_list_cmd_vtysh);
25414   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
25415   install_element (INTERFACE_NODE, &ip_ospf_cost_u32_inet4_cmd_vtysh);
25416   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_day_month_month_day_cmd_vtysh);
25417   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_duration_month_day_cmd_vtysh);
25418   install_element (ENABLE_NODE, &debug_ospf_packet_all_cmd_vtysh);
25419   install_element (INTERFACE_NODE, &no_ip_ospf_message_digest_key_addr_cmd_vtysh);
25420   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_nortaddr_cmd_vtysh);
25421   install_element (VIEW_NODE, &show_ipv6_mbgp_community3_cmd_vtysh);
25422   install_element (INTERFACE_NODE, &no_ospf_authentication_key_cmd_vtysh);
25423   install_element (INTERFACE_NODE, &no_csnp_interval_l2_arg_cmd_vtysh);
25424   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community2_cmd_vtysh);
25425   install_element (BGP_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
25426   install_element (ISIS_NODE, &lsp_refresh_interval_l1_cmd_vtysh);
25427   install_element (CONFIG_NODE, &no_ip_route_mask_flags2_tag_vrf_cmd_vtysh);
25428   install_element (ENABLE_NODE, &debug_ospf6_zebra_sendrecv_cmd_vtysh);
25429   install_element (VIEW_NODE, &show_bgp_view_neighbor_damp_cmd_vtysh);
25430   install_element (ENABLE_NODE, &rmap_show_name_cmd_vtysh);
25431   install_element (KEYCHAIN_KEY_NODE, &send_lifetime_duration_day_month_cmd_vtysh);
25432   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_cmd_vtysh);
25433   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_summary_cmd_vtysh);
25434   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_vrf_cmd_vtysh);
25435   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_metric_rmap_cmd_vtysh);
25436   install_element (VIEW_NODE, &show_bgp_view_neighbor_received_routes_cmd_vtysh);
25437   install_element (CONFIG_NODE, &no_ip_mroute_vrf_cmd_vtysh);
25438   install_element (RIP_NODE, &no_rip_distance_source_cmd_vtysh);
25439   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity2_cmd_vtysh);
25440   install_element (RESTRICTED_NODE, &show_bgp_instance_neighbors_peer_cmd_vtysh);
25441   install_element (BGP_IPV4M_NODE, &aggregate_address_summary_as_set_cmd_vtysh);
25442   install_element (VIEW_NODE, &show_ip_igmp_groups_retransmissions_cmd_vtysh);
25443   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance_source_access_list_cmd_vtysh);
25444   install_element (CONFIG_NODE, &no_access_list_extended_cmd_vtysh);
25445   install_element (INTERFACE_NODE, &ip_irdp_preference_cmd_vtysh);
25446   install_element (CONFIG_NODE, &ipv6_prefix_list_sequence_number_cmd_vtysh);
25447   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_detail_cmd_vtysh);
25448   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_preference_cmd_vtysh);
25449   install_element (BGP_NODE, &neighbor_port_cmd_vtysh);
25450   install_element (CONFIG_NODE, &debug_ospf6_zebra_cmd_vtysh);
25451   install_element (RIP_NODE, &rip_passive_interface_cmd_vtysh);
25452   install_element (OSPF6_NODE, &ospf6_interface_area_cmd_vtysh);
25453   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity4_cmd_vtysh);
25454   install_element (OSPF_NODE, &ospf_area_vlink_authtype_args_md5_cmd_vtysh);
25455   install_element (VIEW_NODE, &show_ipv6_bgp_summary_cmd_vtysh);
25456   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_detail_cmd_vtysh);
25457   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25458   install_element (ENABLE_NODE, &no_debug_zebra_events_cmd_vtysh);
25459   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_soft_cmd_vtysh);
25460   install_element (VIEW_NODE, &show_bgp_memory_cmd_vtysh);
25461   install_element (VIEW_NODE, &show_bgp_neighbor_received_prefix_filter_cmd_vtysh);
25462   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community3_cmd_vtysh);
25463   install_element (BGP_NODE, &bgp_damp_unset_cmd_vtysh);
25464   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity4_cmd_vtysh);
25465   install_element (BGP_IPV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
25466   install_element (VIEW_NODE, &show_ip_ospf_database_type_cmd_vtysh);
25467   install_element (INTERFACE_NODE, &no_ip_ospf_transmit_delay_cmd_vtysh);
25468   install_element (VIEW_NODE, &show_ipv6_route_vrf_all_cmd_vtysh);
25469   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
25470   install_element (BGP_VPNV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25471   install_element (VIEW_NODE, &show_ip_prefix_list_name_seq_cmd_vtysh);
25472   install_element (BGP_IPV4M_NODE, &neighbor_remove_private_as_cmd_vtysh);
25473   install_element (RMAP_NODE, &rmap_continue_cmd_vtysh);
25474   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_vrf_cmd_vtysh);
25475   install_element (VIEW_NODE, &show_bgp_ipv6_route_pathtype_cmd_vtysh);
25476   install_element (ISIS_NODE, &area_passwd_clear_cmd_vtysh);
25477   install_element (BGP_ENCAPV6_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
25478   install_element (ENABLE_NODE, &clear_ip_bgp_all_out_cmd_vtysh);
25479   install_element (CONFIG_NODE, &no_ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh);
25480   install_element (CONFIG_NODE, &no_ip_community_list_expanded_all_cmd_vtysh);
25481   install_element (CONFIG_NODE, &no_ip_route_cmd_vtysh);
25482   install_element (ENABLE_NODE, &clear_ip_bgp_peer_out_cmd_vtysh);
25483   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community3_exact_cmd_vtysh);
25484   install_element (CONFIG_NODE, &no_ip_multicast_mode_cmd_vtysh);
25485   install_element (CONFIG_NODE, &debug_zebra_packet_direct_cmd_vtysh);
25486   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_soft_in_cmd_vtysh);
25487   install_element (BGP_NODE, &no_neighbor_strict_capability_cmd_vtysh);
25488   install_element (VIEW_NODE, &show_bgp_instance_neighbors_cmd_vtysh);
25489   install_element (BGP_ENCAP_NODE, &no_neighbor_prefix_list_cmd_vtysh);
25490   install_element (ENABLE_NODE, &clear_bgp_peer_group_soft_in_cmd_vtysh);
25491   install_element (BGP_NODE, &no_bgp_network_mask_route_map_cmd_vtysh);
25492   install_element (RMAP_NODE, &no_match_ipv6_address_cmd_vtysh);
25493   install_element (VIEW_NODE, &show_ip_igmp_join_cmd_vtysh);
25494   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
25495   install_element (VIEW_NODE, &show_isis_neighbor_cmd_vtysh);
25496   install_element (CONFIG_NODE, &no_debug_ospf_nsm_sub_cmd_vtysh);
25497   install_element (BGP_IPV4_NODE, &aggregate_address_mask_as_set_summary_cmd_vtysh);
25498   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_rd_route_cmd_vtysh);
25499   install_element (CONFIG_NODE, &ip_lcommunity_list_standard_cmd_vtysh);
25500   install_element (RESTRICTED_NODE, &show_bgp_ipv4_vpn_rd_route_cmd_vtysh);
25501   install_element (BGP_IPV6M_NODE, &no_neighbor_send_community_type_cmd_vtysh);
25502   install_element (OSPF_NODE, &no_ospf_area_vlink_authtype_md5_cmd_vtysh);
25503   install_element (RIPNG_NODE, &no_ripng_passive_interface_cmd_vtysh);
25504   install_element (RIP_NODE, &no_rip_redistribute_type_metric_cmd_vtysh);
25505   install_element (ENABLE_NODE, &clear_ip_bgp_as_cmd_vtysh);
25506   install_element (BGP_ENCAPV6_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
25507   install_element (ISIS_NODE, &no_lsp_gen_interval_cmd_vtysh);
25508   install_element (CONFIG_NODE, &no_debug_isis_upd_cmd_vtysh);
25509   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_inter_external_cmd_vtysh);
25510   install_element (BGP_NODE, &neighbor_remove_private_as_cmd_vtysh);
25511   install_element (OSPF_NODE, &ospf_neighbor_poll_interval_priority_cmd_vtysh);
25512   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_cmd_vtysh);
25513   install_element (CONFIG_NODE, &ip_route_mask_tag_vrf_cmd_vtysh);
25514   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
25515   install_element (INTERFACE_NODE, &interface_ip_igmp_query_max_response_time_cmd_vtysh);
25516   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_prefix_cmd_vtysh);
25517   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_soft_in_cmd_vtysh);
25518   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25519   install_element (BGP_NODE, &no_neighbor_timers_cmd_vtysh);
25520   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
25521   install_element (VIEW_NODE, &show_bgp_view_ipv6_rsclient_route_cmd_vtysh);
25522   install_element (ENABLE_NODE, &no_debug_pim_packets_cmd_vtysh);
25523   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_soft_cmd_vtysh);
25524   install_element (VIEW_NODE, &show_database_arg_detail_cmd_vtysh);
25525   install_element (BGP_IPV4_NODE, &neighbor_route_map_cmd_vtysh);
25526   install_element (VIEW_NODE, &show_ip_bgp_neighbor_advertised_route_cmd_vtysh);
25527   install_element (CONFIG_NODE, &no_ipv6_route_vrf_cmd_vtysh);
25528   install_element (RMAP_NODE, &set_lcommunity_none_cmd_vtysh);
25529   install_element (ENABLE_NODE, &no_debug_ospf_nsm_sub_cmd_vtysh);
25530   install_element (VIEW_NODE, &show_ip_ospf_neighbor_all_cmd_vtysh);
25531   install_element (VIEW_NODE, &show_bgp_ipv6_encap_neighbor_routes_cmd_vtysh);
25532   install_element (RESTRICTED_NODE, &show_bgp_lcommunity4_cmd_vtysh);
25533   install_element (CONFIG_NODE, &ip_route_mask_distance_vrf_cmd_vtysh);
25534   install_element (RMAP_NODE, &match_ip_address_prefix_list_cmd_vtysh);
25535   install_element (RIPNG_NODE, &no_ripng_offset_list_ifname_cmd_vtysh);
25536   install_element (INTERFACE_NODE, &ip_irdp_debug_messages_cmd_vtysh);
25537   install_element (ENABLE_NODE, &clear_ip_pim_oil_cmd_vtysh);
25538   install_element (INTERFACE_NODE, &if_no_nhrp_holdtime_cmd_vtysh);
25539   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance_vrf_cmd_vtysh);
25540   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity2_cmd_vtysh);
25541   install_element (BGP_ENCAP_NODE, &neighbor_unsuppress_map_cmd_vtysh);
25542   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity4_cmd_vtysh);
25543   install_element (BGP_NODE, &aggregate_address_as_set_cmd_vtysh);
25544   install_element (CONFIG_NODE, &no_ipv6_route_pref_cmd_vtysh);
25545   install_element (BGP_IPV4_NODE, &no_neighbor_distribute_list_cmd_vtysh);
25546   install_element (RMAP_NODE, &ospf6_routemap_no_set_metric_type_cmd_vtysh);
25547   install_element (VIEW_NODE, &show_bgp_view_neighbor_received_prefix_filter_cmd_vtysh);
25548   install_element (OSPF_NODE, &ospf_timers_min_ls_arrival_cmd_vtysh);
25549   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_cmd_vtysh);
25550   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity3_cmd_vtysh);
25551   install_element (CONFIG_NODE, &ip_route_mask_flags2_tag_vrf_cmd_vtysh);
25552   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_external_cmd_vtysh);
25553   install_element (VIEW_NODE, &show_ipv6_mbgp_prefix_cmd_vtysh);
25554   install_element (CONFIG_NODE, &no_debug_ospf6_neighbor_cmd_vtysh);
25555   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
25556   install_element (ISIS_NODE, &max_lsp_lifetime_l1_cmd_vtysh);
25557   install_element (BGP_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
25558   install_element (BGP_IPV6M_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25559   install_element (CONFIG_NODE, &no_debug_pim_trace_cmd_vtysh);
25560   install_element (VIEW_NODE, &show_isis_neighbor_arg_cmd_vtysh);
25561   install_element (INTERFACE_NODE, &no_ip_ospf_retransmit_interval_cmd_vtysh);
25562   install_element (OSPF_NODE, &no_ospf_log_adjacency_changes_detail_cmd_vtysh);
25563   install_element (ENABLE_NODE, &no_debug_ospf_lsa_sub_cmd_vtysh);
25564   install_element (OSPF6_NODE, &no_ospf6_log_adjacency_changes_cmd_vtysh);
25565   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_soft_cmd_vtysh);
25566   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_in_cmd_vtysh);
25567   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity3_cmd_vtysh);
25568   install_element (CONFIG_NODE, &access_list_exact_cmd_vtysh);
25569   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_list_cmd_vtysh);
25570   install_element (BGP_VPNV6_NODE, &neighbor_prefix_list_cmd_vtysh);
25571   install_element (BGP_NODE, &no_aggregate_address_cmd_vtysh);
25572   install_element (INTERFACE_NODE, &no_isis_hello_interval_l2_arg_cmd_vtysh);
25573   install_element (BGP_IPV4_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
25574   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
25575   install_element (RIPNG_NODE, &no_ripng_default_metric_cmd_vtysh);
25576   install_element (OSPF6_NODE, &area_import_list_cmd_vtysh);
25577   install_element (RMAP_NODE, &set_local_pref_cmd_vtysh);
25578   install_element (INTERFACE_NODE, &ip_ospf_network_cmd_vtysh);
25579   install_element (CONFIG_NODE, &debug_rip_packet_direct_cmd_vtysh);
25580   install_element (CONFIG_NODE, &ip_prefix_list_seq_ge_cmd_vtysh);
25581   install_element (ENABLE_NODE, &clear_ip_bgp_peer_soft_in_cmd_vtysh);
25582   install_element (VIEW_NODE, &show_ipv6_ospf6_neighbor_detail_cmd_vtysh);
25583   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
25584   install_element (RMAP_NODE, &no_match_ipv6_next_hop_cmd_vtysh);
25585   install_element (INTERFACE_NODE, &no_ipv6_ospf6_cost_cmd_vtysh);
25586   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
25587   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community4_exact_cmd_vtysh);
25588   install_element (OSPF_NODE, &ospf_neighbor_cmd_vtysh);
25589   install_element (BGP_IPV6M_NODE, &neighbor_unsuppress_map_cmd_vtysh);
25590   install_element (INTERFACE_NODE, &isis_passive_cmd_vtysh);
25591   install_element (OSPF_NODE, &no_ospf_neighbor_cmd_vtysh);
25592   install_element (RMAP_NODE, &no_match_ip_route_source_prefix_list_cmd_vtysh);
25593   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_rmap_metric_cmd_vtysh);
25594   install_element (VIEW_NODE, &show_ipv6_bgp_regexp_cmd_vtysh);
25595   install_element (OSPF_NODE, &no_ospf_max_metric_router_lsa_shutdown_cmd_vtysh);
25596   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community3_cmd_vtysh);
25597   install_element (VIEW_NODE, &show_bgp_lcommunity_all_cmd_vtysh);
25598   install_element (CONFIG_NODE, &access_list_extended_any_host_cmd_vtysh);
25599   install_element (RMAP_NODE, &set_atomic_aggregate_cmd_vtysh);
25600   install_element (CONFIG_NODE, &bgp_config_type_cmd_vtysh);
25601   install_element (VIEW_NODE, &show_bgp_ipv6_route_cmd_vtysh);
25602   install_element (VIEW_NODE, &show_ip_bgp_ipv4_route_map_cmd_vtysh);
25603   install_element (VIEW_NODE, &show_bgp_community2_exact_cmd_vtysh);
25604   install_element (VIEW_NODE, &show_bgp_ipv6_safi_regexp_cmd_vtysh);
25605   install_element (VIEW_NODE, &show_ip_bgp_ipv4_filter_list_cmd_vtysh);
25606   install_element (CONFIG_NODE, &access_list_extended_host_host_cmd_vtysh);
25607   install_element (BGP_NODE, &bgp_client_to_client_reflection_cmd_vtysh);
25608   install_element (CONFIG_NODE, &ipv6_route_ifname_pref_tag_cmd_vtysh);
25609   install_element (ZEBRA_NODE, &ripng_redistribute_ripng_cmd_vtysh);
25610   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_lifetime_val_cmd_vtysh);
25611   install_element (ISIS_NODE, &no_max_lsp_lifetime_arg_cmd_vtysh);
25612   install_element (ENABLE_NODE, &clear_bgp_all_soft_in_cmd_vtysh);
25613   install_element (VIEW_NODE, &show_ipv6_route_protocol_vrf_cmd_vtysh);
25614   install_element (CONFIG_NODE, &ip_route_cmd_vtysh);
25615   install_element (INTERFACE_NODE, &ospf_network_cmd_vtysh);
25616   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
25617   install_element (INTERFACE_NODE, &no_ip_rip_send_version_cmd_vtysh);
25618   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_natural_cmd_vtysh);
25619   install_element (VIEW_NODE, &show_ip_route_tag_cmd_vtysh);
25620   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
25621   install_element (CONFIG_NODE, &no_debug_bgp_nht_cmd_vtysh);
25622   install_element (CONFIG_NODE, &debug_isis_spfevents_cmd_vtysh);
25623   install_element (VIEW_NODE, &show_ip_rpf_vrf_all_cmd_vtysh);
25624   install_element (CONFIG_NODE, &undebug_pim_zebra_cmd_vtysh);
25625   install_element (ENABLE_NODE, &test_igmp_receive_report_cmd_vtysh);
25626   install_element (BGP_NODE, &no_aggregate_address_mask_as_set_summary_cmd_vtysh);
25627   install_element (BGP_IPV4M_NODE, &neighbor_send_community_type_cmd_vtysh);
25628   install_element (BGP_NODE, &no_neighbor_update_source_cmd_vtysh);
25629   install_element (VIEW_NODE, &show_bgp_ipv4_prefix_list_cmd_vtysh);
25630   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_in_prefix_filter_cmd_vtysh);
25631   install_element (BGP_NODE, &no_bgp_confederation_identifier_arg_cmd_vtysh);
25632   install_element (INTERFACE_NODE, &no_ip_rip_authentication_string2_cmd_vtysh);
25633   install_element (OSPF_NODE, &ospf_default_information_originate_cmd_vtysh);
25634   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_cmd_vtysh);
25635   install_element (VIEW_NODE, &show_bgp_community_all_cmd_vtysh);
25636   install_element (INTERFACE_NODE, &ip_irdp_debug_misc_cmd_vtysh);
25637   install_element (RESTRICTED_NODE, &show_bgp_view_prefix_cmd_vtysh);
25638   install_element (BGP_NODE, &neighbor_peer_group_cmd_vtysh);
25639   install_element (OSPF_NODE, &ospf_area_range_advertise_cmd_vtysh);
25640   install_element (INTERFACE_NODE, &no_ip_ospf_message_digest_key_cmd_vtysh);
25641   install_element (ENABLE_NODE, &show_ip_nhrp_cmd_vtysh);
25642   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_damp_cmd_vtysh);
25643   install_element (VIEW_NODE, &show_bgp_ipv6_encap_prefix_cmd_vtysh);
25644   install_element (CONFIG_NODE, &ip_route_flags_tag_distance_cmd_vtysh);
25645   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_soft_in_cmd_vtysh);
25646   install_element (VIEW_NODE, &show_ip_rpf_addr_cmd_vtysh);
25647   install_element (OSPF_NODE, &no_ospf_neighbor_poll_interval_cmd_vtysh);
25648   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community2_cmd_vtysh);
25649   install_element (VIEW_NODE, &show_isis_interface_arg_cmd_vtysh);
25650   install_element (RMAP_NODE, &match_aspath_cmd_vtysh);
25651   install_element (BGP_ENCAP_NODE, &neighbor_allowas_in_cmd_vtysh);
25652   install_element (CONFIG_NODE, &no_ipv6_forwarding_cmd_vtysh);
25653   install_element (ISIS_NODE, &no_lsp_refresh_interval_l2_arg_cmd_vtysh);
25654   install_element (INTERFACE_NODE, &if_nhrp_network_id_cmd_vtysh);
25655   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_out_cmd_vtysh);
25656   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_soft_in_cmd_vtysh);
25657   install_element (BGP_NODE, &no_neighbor_default_originate_cmd_vtysh);
25658   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_summary_only_cmd_vtysh);
25659   install_element (BGP_IPV4M_NODE, &bgp_damp_set3_cmd_vtysh);
25660   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_pathtype_cmd_vtysh);
25661   install_element (CONFIG_NODE, &undebug_igmp_trace_cmd_vtysh);
25662   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_detail_cmd_vtysh);
25663   install_element (VIEW_NODE, &show_ipv6_nht_cmd_vtysh);
25664   install_element (BGP_IPV6_NODE, &neighbor_filter_list_cmd_vtysh);
25665   install_element (VIEW_NODE, &show_ip_bgp_lcommunity2_cmd_vtysh);
25666   install_element (CONFIG_NODE, &no_bgp_config_type_cmd_vtysh);
25667   install_element (OSPF_NODE, &ospf_area_vlink_authtype_md5_cmd_vtysh);
25668   install_element (BGP_VPNV6_NODE, &neighbor_allowas_in_cmd_vtysh);
25669   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_longer_cmd_vtysh);
25670   install_element (ENABLE_NODE, &test_pim_receive_upcall_cmd_vtysh);
25671   install_element (BGP_NODE, &neighbor_filter_list_cmd_vtysh);
25672   install_element (RIP_NODE, &no_rip_passive_interface_cmd_vtysh);
25673   install_element (RIPNG_NODE, &ripng_aggregate_address_cmd_vtysh);
25674   install_element (BGP_IPV4M_NODE, &no_neighbor_allowas_in_cmd_vtysh);
25675   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community4_cmd_vtysh);
25676   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community3_exact_cmd_vtysh);
25677   install_element (ISIS_NODE, &spf_interval_cmd_vtysh);
25678   install_element (INTERFACE_NODE, &no_isis_hello_interval_l1_cmd_vtysh);
25679   install_element (VIEW_NODE, &show_ip_ospf_database_type_self_cmd_vtysh);
25680   install_element (ENABLE_NODE, &clear_bgp_all_out_cmd_vtysh);
25681   install_element (BGP_IPV4M_NODE, &bgp_network_mask_natural_cmd_vtysh);
25682   install_element (ISIS_NODE, &no_net_cmd_vtysh);
25683   install_element (BGP_IPV4_NODE, &no_neighbor_send_community_cmd_vtysh);
25684   install_element (CONFIG_NODE, &ip_ssmpingd_cmd_vtysh);
25685   install_element (RMAP_NODE, &set_metric_rtt_cmd_vtysh);
25686   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_cmd_vtysh);
25687   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
25688   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_expanded_cmd_vtysh);
25689   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_ibgp_arg_cmd_vtysh);
25690   install_element (CONFIG_NODE, &no_access_list_extended_any_host_cmd_vtysh);
25691   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
25692   install_element (BGP_VPNV4_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25693   install_element (BGP_ENCAPV6_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
25694   install_element (RMAP_NODE, &match_community_exact_cmd_vtysh);
25695   install_element (INTERFACE_NODE, &ip_ospf_authentication_addr_cmd_vtysh);
25696   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_statistics_cmd_vtysh);
25697   install_element (VIEW_NODE, &show_ip_pim_jp_override_interval_cmd_vtysh);
25698   install_element (ENABLE_NODE, &debug_zebra_events_cmd_vtysh);
25699   install_element (VIEW_NODE, &show_ip_bgp_prefix_cmd_vtysh);
25700   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
25701   install_element (VIEW_NODE, &show_ipv6_route_prefix_vrf_all_cmd_vtysh);
25702   install_element (INTERFACE_NODE, &interface_ip_igmp_query_interval_cmd_vtysh);
25703   install_element (BGP_NODE, &no_neighbor_send_community_cmd_vtysh);
25704   install_element (BGP_ENCAP_NODE, &encap_network_cmd_vtysh);
25705   install_element (BGP_IPV4_NODE, &bgp_network_route_map_cmd_vtysh);
25706   install_element (VIEW_NODE, &show_ip_as_path_access_list_all_cmd_vtysh);
25707   install_element (CONFIG_NODE, &ip_mroute_dist_vrf_cmd_vtysh);
25708   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_cmd_vtysh);
25709   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_in_prefix_filter_cmd_vtysh);
25710   install_element (VIEW_NODE, &show_bgp_ipv4_prefix_longer_cmd_vtysh);
25711   install_element (VIEW_NODE, &show_bgp_ipv4_safi_summary_cmd_vtysh);
25712   install_element (VIEW_NODE, &show_ip_bgp_ipv4_route_cmd_vtysh);
25713   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_metric_cmd_vtysh);
25714   install_element (ENABLE_NODE, &clear_ip_bgp_peer_in_prefix_filter_cmd_vtysh);
25715   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_vrf_cmd_vtysh);
25716   install_element (CONFIG_NODE, &debug_ospf6_brouter_area_cmd_vtysh);
25717   install_element (VIEW_NODE, &show_ip_pim_upstream_rpf_cmd_vtysh);
25718   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_rsclient_cmd_vtysh);
25719   install_element (VIEW_NODE, &show_ip_bgp_neighbors_cmd_vtysh);
25720   install_element (OSPF6_NODE, &no_ospf6_distance_source_cmd_vtysh);
25721   install_element (VIEW_NODE, &show_ip_pim_local_membership_cmd_vtysh);
25722   install_element (CONFIG_NODE, &ip_route_mask_distance_cmd_vtysh);
25723   install_element (INTERFACE_NODE, &no_ospf_retransmit_interval_cmd_vtysh);
25724   install_element (INTERFACE_NODE, &isis_hello_multiplier_l1_cmd_vtysh);
25725   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_filter_list_cmd_vtysh);
25726   install_element (INTERFACE_NODE, &isis_priority_l1_cmd_vtysh);
25727   install_element (INTERFACE_NODE, &ipv6_nd_mtu_cmd_vtysh);
25728   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_ifname_prefix_match_cmd_vtysh);
25729   install_element (INTERFACE_NODE, &no_ip_rip_receive_version_num_cmd_vtysh);
25730   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity3_cmd_vtysh);
25731   install_element (ENABLE_NODE, &test_pim_receive_hello_cmd_vtysh);
25732   install_element (BGP_NODE, &bgp_damp_unset2_cmd_vtysh);
25733   install_element (VIEW_NODE, &show_ipv6_ospf6_area_spf_tree_cmd_vtysh);
25734   install_element (RMAP_NODE, &set_ipv6_nexthop_local_cmd_vtysh);
25735   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
25736   install_element (RMAP_NODE, &set_metric_cmd_vtysh);
25737   install_element (ISIS_NODE, &no_area_passwd_cmd_vtysh);
25738   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_cmd_vtysh);
25739   install_element (RMAP_NODE, &no_match_community_cmd_vtysh);
25740   install_element (BGP_VPNV6_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
25741   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community_exact_cmd_vtysh);
25742   install_element (ISIS_NODE, &net_cmd_vtysh);
25743   install_element (ENABLE_NODE, &debug_zebra_fpm_cmd_vtysh);
25744   install_element (BGP_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
25745   install_element (VIEW_NODE, &show_bgp_instance_ipv4_safi_summary_cmd_vtysh);
25746   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
25747   install_element (BGP_IPV6_NODE, &neighbor_send_community_cmd_vtysh);
25748   install_element (RESTRICTED_NODE, &show_ip_bgp_community3_exact_cmd_vtysh);
25749   install_element (VIEW_NODE, &show_bgp_ipv6_safi_filter_list_cmd_vtysh);
25750   install_element (VIEW_NODE, &show_bgp_view_route_cmd_vtysh);
25751   install_element (CONFIG_NODE, &ip_extcommunity_list_expanded_cmd_vtysh);
25752   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_lcommunity_cmd_vtysh);
25753   install_element (VIEW_NODE, &show_ip_bgp_flap_filter_list_cmd_vtysh);
25754   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_route_cmd_vtysh);
25755   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25756   install_element (BGP_ENCAP_NODE, &neighbor_activate_cmd_vtysh);
25757   install_element (BGP_IPV4_NODE, &bgp_network_mask_cmd_vtysh);
25758   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
25759   install_element (VIEW_NODE, &show_database_arg_cmd_vtysh);
25760   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_rmap_cmd_vtysh);
25761   install_element (BGP_VPNV4_NODE, &neighbor_activate_cmd_vtysh);
25762   install_element (BGP_NODE, &no_neighbor_ttl_security_cmd_vtysh);
25763   install_element (VIEW_NODE, &show_bgp_instance_ipv6_neighbors_peer_cmd_vtysh);
25764   install_element (CONFIG_NODE, &ip_lcommunity_list_standard2_cmd_vtysh);
25765   install_element (BGP_NODE, &neighbor_local_as_no_prepend_replace_as_cmd_vtysh);
25766   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
25767   install_element (INTERFACE_NODE, &ip_irdp_minadvertinterval_cmd_vtysh);
25768   install_element (RESTRICTED_NODE, &show_bgp_ipv6_encap_prefix_cmd_vtysh);
25769   install_element (ENABLE_NODE, &no_debug_ospf6_flooding_cmd_vtysh);
25770   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_soft_cmd_vtysh);
25771   install_element (ENABLE_NODE, &clear_ip_prefix_list_name_cmd_vtysh);
25772   install_element (BGP_IPV6M_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
25773   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
25774   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_flap_cmd_vtysh);
25775   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_cmd_vtysh);
25776   install_element (INTERFACE_NODE, &no_ospf_cost_cmd_vtysh);
25777   install_element (RIP_NODE, &rip_default_information_originate_cmd_vtysh);
25778   install_element (VIEW_NODE, &show_ip_nht_cmd_vtysh);
25779   install_element (RIPNG_NODE, &ripng_passive_interface_cmd_vtysh);
25780   install_element (RESTRICTED_NODE, &show_bgp_instance_rsclient_summary_cmd_vtysh);
25781   install_element (CONFIG_NODE, &ip_route_mask_cmd_vtysh);
25782   install_element (RESTRICTED_NODE, &show_bgp_summary_1w_cmd_vtysh);
25783   install_element (BGP_IPV6_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
25784   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_in_prefix_filter_cmd_vtysh);
25785   install_element (RIPNG_NODE, &no_ripng_timers_cmd_vtysh);
25786   install_element (ENABLE_NODE, &no_debug_pim_packets_filter_cmd_vtysh);
25787   install_element (INTERFACE_NODE, &ipv6_nd_homeagent_config_flag_cmd_vtysh);
25788   install_element (BGP_NODE, &no_bgp_graceful_restart_restart_time_cmd_vtysh);
25789   install_element (INTERFACE_NODE, &if_nhrp_holdtime_cmd_vtysh);
25790   install_element (VIEW_NODE, &show_ipv6_ospf6_simulate_spf_tree_root_cmd_vtysh);
25791   install_element (VIEW_NODE, &show_ipv6_route_addr_vrf_all_cmd_vtysh);
25792   install_element (CONFIG_NODE, &no_ip_extcommunity_list_standard_all_cmd_vtysh);
25793   install_element (BGP_VPNV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
25794   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_group_soft_in_cmd_vtysh);
25795   install_element (CONFIG_NODE, &no_debug_ospf_zebra_cmd_vtysh);
25796   install_element (CONFIG_NODE, &ipv6_prefix_list_ge_le_cmd_vtysh);
25797   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
25798   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
25799   install_element (VIEW_NODE, &show_ipv6_ospf6_database_router_detail_cmd_vtysh);
25800   install_element (CONFIG_NODE, &no_debug_isis_rtevents_cmd_vtysh);
25801   install_element (VIEW_NODE, &show_ipv6_ospf6_database_linkstate_id_cmd_vtysh);
25802   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
25803   install_element (VIEW_NODE, &show_ipv6_ospf6_neighbor_cmd_vtysh);
25804   install_element (INTERFACE_NODE, &no_ipv6_nd_suppress_ra_cmd_vtysh);
25805   install_element (ENABLE_NODE, &no_debug_pim_packetdump_recv_cmd_vtysh);
25806   install_element (ENABLE_NODE, &undebug_igmp_events_cmd_vtysh);
25807   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_cmd_vtysh);
25808   install_element (CONFIG_NODE, &no_ip_route_mask_flags_vrf_cmd_vtysh);
25809   install_element (BGP_VPNV4_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
25810   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25811   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rsclient_summary_cmd_vtysh);
25812   install_element (VIEW_NODE, &show_bgp_ipv6_community2_exact_cmd_vtysh);
25813   install_element (ENABLE_NODE, &debug_isis_csum_cmd_vtysh);
25814   install_element (BGP_IPV6_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
25815   install_element (CONFIG_NODE, &no_ip_route_mask_distance_cmd_vtysh);
25816   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_soft_in_cmd_vtysh);
25817   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_received_routes_cmd_vtysh);
25818   install_element (VIEW_NODE, &show_ip_bgp_cmd_vtysh);
25819   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25820   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
25821   install_element (BGP_IPV4_NODE, &no_aggregate_address_summary_only_cmd_vtysh);
25822   install_element (VIEW_NODE, &show_bgp_view_neighbor_advertised_route_cmd_vtysh);
25823   install_element (ENABLE_NODE, &debug_pim_packetdump_recv_cmd_vtysh);
25824   install_element (INTERFACE_NODE, &no_isis_metric_cmd_vtysh);
25825   install_element (CONFIG_NODE, &no_ipv6_prefix_list_ge_cmd_vtysh);
25826   install_element (ENABLE_NODE, &no_debug_ospf_nssa_cmd_vtysh);
25827   install_element (RMAP_NODE, &set_ipv6_nexthop_peer_cmd_vtysh);
25828   install_element (OSPF_NODE, &ospf_neighbor_poll_interval_cmd_vtysh);
25829   install_element (VTY_NODE, &vty_restricted_mode_cmd_vtysh);
25830   install_element (BGP_ENCAPV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
25831   install_element (ENABLE_NODE, &debug_isis_lsp_sched_cmd_vtysh);
25832   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_advertised_route_cmd_vtysh);
25833   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community4_cmd_vtysh);
25834   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
25835   install_element (BGP_NODE, &no_aggregate_address_summary_only_cmd_vtysh);
25836   install_element (ISIS_NODE, &area_lsp_mtu_cmd_vtysh);
25837   install_element (ENABLE_NODE, &debug_bgp_update_cmd_vtysh);
25838   install_element (ENABLE_NODE, &no_debug_isis_snp_cmd_vtysh);
25839   install_element (ISIS_NODE, &no_lsp_gen_interval_l2_cmd_vtysh);
25840   install_element (RESTRICTED_NODE, &show_bgp_view_rsclient_route_cmd_vtysh);
25841   install_element (ENABLE_NODE, &debug_ospf_nssa_cmd_vtysh);
25842   install_element (CONFIG_NODE, &no_debug_isis_lsp_sched_cmd_vtysh);
25843   install_element (OSPF_NODE, &no_ospf_area_authentication_cmd_vtysh);
25844   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
25845   install_element (OSPF_NODE, &no_ospf_rfc1583_flag_cmd_vtysh);
25846   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_standard_all_cmd_vtysh);
25847   install_element (CONFIG_NODE, &debug_isis_err_cmd_vtysh);
25848   install_element (RMAP_NODE, &no_set_community_delete_val_cmd_vtysh);
25849   install_element (BGP_IPV4_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
25850   install_element (RIP_NODE, &no_rip_redistribute_type_routemap_cmd_vtysh);
25851   install_element (KEYCHAIN_KEY_NODE, &no_key_string_cmd_vtysh);
25852   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_soft_out_cmd_vtysh);
25853   install_element (INTERFACE_NODE, &if_no_nhrp_map_cmd_vtysh);
25854   install_element (BGP_VPNV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
25855   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_out_cmd_vtysh);
25856   install_element (BGP_NODE, &old_no_ipv6_aggregate_address_summary_only_cmd_vtysh);
25857   install_element (CONFIG_NODE, &no_debug_ripng_packet_direct_cmd_vtysh);
25858   install_element (VIEW_NODE, &ipv6_mbgp_neighbor_advertised_route_cmd_vtysh);
25859   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_tag_vrf_cmd_vtysh);
25860   install_element (BGP_NODE, &bgp_damp_set_cmd_vtysh);
25861   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv4_summary_cmd_vtysh);
25862   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_route_cmd_vtysh);
25863   install_element (CONFIG_NODE, &ipv6_route_ifname_tag_cmd_vtysh);
25864   install_element (CONFIG_NODE, &debug_ospf_lsa_sub_cmd_vtysh);
25865   install_element (ENABLE_NODE, &no_debug_ospf6_interface_cmd_vtysh);
25866   install_element (CONFIG_NODE, &ipv6_route_tag_cmd_vtysh);
25867   install_element (VIEW_NODE, &show_isis_neighbor_detail_cmd_vtysh);
25868   install_element (BGP_NODE, &no_aggregate_address_summary_as_set_cmd_vtysh);
25869   install_element (RMAP_NODE, &no_set_local_pref_cmd_vtysh);
25870   install_element (BGP_IPV6_NODE, &no_ipv6_aggregate_address_cmd_vtysh);
25871   install_element (ENABLE_NODE, &clear_ip_prefix_list_cmd_vtysh);
25872   install_element (VIEW_NODE, &show_ip_forwarding_cmd_vtysh);
25873   install_element (ISIS_NODE, &no_max_lsp_lifetime_l2_cmd_vtysh);
25874   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community4_exact_cmd_vtysh);
25875   install_element (VIEW_NODE, &show_bgp_ipv6_community_list_cmd_vtysh);
25876   install_element (OSPF_NODE, &no_ospf_distance_ospf_cmd_vtysh);
25877   install_element (ENABLE_NODE, &clear_bgp_peer_group_out_cmd_vtysh);
25878   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_regexp_cmd_vtysh);
25879   install_element (OSPF_NODE, &no_ospf_area_filter_list_cmd_vtysh);
25880   install_element (VIEW_NODE, &show_bgp_ipv6_safi_cmd_vtysh);
25881   install_element (CONFIG_NODE, &ipv6_route_pref_vrf_cmd_vtysh);
25882   install_element (VIEW_NODE, &show_interface_name_cmd_vtysh);
25883   install_element (CONFIG_NODE, &no_ipv6_route_cmd_vtysh);
25884   install_element (CONFIG_NODE, &debug_ospf6_asbr_cmd_vtysh);
25885   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_rtaddr_cmd_vtysh);
25886   install_element (CONFIG_NODE, &ipv6_route_ifname_cmd_vtysh);
25887   install_element (VIEW_NODE, &show_ipv6_ospf6_border_routers_cmd_vtysh);
25888   install_element (RMAP_NODE, &set_aspath_prepend_lastas_cmd_vtysh);
25889   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_month_day_month_day_cmd_vtysh);
25890   install_element (RIP_NODE, &rip_offset_list_cmd_vtysh);
25891   install_element (ENABLE_NODE, &debug_static_cmd_vtysh);
25892   install_element (INTERFACE_NODE, &no_ip_rip_send_version_num_cmd_vtysh);
25893   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community_exact_cmd_vtysh);
25894   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_soft_cmd_vtysh);
25895   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
25896   install_element (RMAP_NODE, &match_community_cmd_vtysh);
25897   install_element (RMAP_NODE, &no_match_ip_address_prefix_list_cmd_vtysh);
25898   install_element (ENABLE_NODE, &clear_ip_bgp_external_out_cmd_vtysh);
25899   install_element (VIEW_NODE, &show_ipv6_route_prefix_vrf_cmd_vtysh);
25900   install_element (OSPF6_NODE, &ospf6_log_adjacency_changes_cmd_vtysh);
25901   install_element (RMAP_NODE, &no_set_atomic_aggregate_cmd_vtysh);
25902   install_element (ENABLE_NODE, &clear_zebra_fpm_stats_cmd_vtysh);
25903   install_element (CONFIG_NODE, &ip_route_tag_distance_cmd_vtysh);
25904   install_element (RMAP_NODE, &no_match_ip_next_hop_prefix_list_cmd_vtysh);
25905   install_element (CONFIG_NODE, &no_router_isis_cmd_vtysh);
25906   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity_list_cmd_vtysh);
25907   install_element (INTERFACE_NODE, &no_isis_metric_l2_arg_cmd_vtysh);
25908   install_element (ENABLE_NODE, &debug_ospf6_asbr_cmd_vtysh);
25909   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_soft_out_cmd_vtysh);
25910   install_element (ENABLE_NODE, &no_debug_ospf_event_cmd_vtysh);
25911   install_element (OSPF_NODE, &no_ospf_area_default_cost_cmd_vtysh);
25912   install_element (ENABLE_NODE, &no_debug_ospf_ism_cmd_vtysh);
25913   install_element (CONFIG_NODE, &no_router_id_vrf_cmd_vtysh);
25914   install_element (CONFIG_NODE, &no_debug_ripng_packet_cmd_vtysh);
25915   install_element (ENABLE_NODE, &clear_bgp_instance_peer_rsclient_cmd_vtysh);
25916   install_element (BGP_NODE, &no_bgp_distance_cmd_vtysh);
25917   install_element (ENABLE_NODE, &clear_ip_bgp_peer_rsclient_cmd_vtysh);
25918   install_element (OSPF6_NODE, &no_area_export_list_cmd_vtysh);
25919   install_element (VIEW_NODE, &show_ip_bgp_instance_rsclient_summary_cmd_vtysh);
25920   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_advertised_route_cmd_vtysh);
25921   install_element (BGP_NODE, &neighbor_route_map_cmd_vtysh);
25922   install_element (ENABLE_NODE, &undebug_pim_packetdump_recv_cmd_vtysh);
25923   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rd_route_cmd_vtysh);
25924   install_element (BGP_NODE, &no_aggregate_address_mask_as_set_cmd_vtysh);
25925   install_element (BGP_ENCAP_NODE, &neighbor_send_community_type_cmd_vtysh);
25926   install_element (BGP_NODE, &no_bgp_maxpaths_ibgp_arg_cmd_vtysh);
25927   install_element (RESTRICTED_NODE, &show_ip_bgp_rsclient_prefix_cmd_vtysh);
25928   install_element (CONFIG_NODE, &ipv6_route_flags_pref_cmd_vtysh);
25929   install_element (ISIS_NODE, &isis_default_originate_cmd_vtysh);
25930   install_element (ENABLE_NODE, &debug_pim_packetdump_send_cmd_vtysh);
25931   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
25932   install_element (BGP_IPV4_NODE, &bgp_damp_unset_cmd_vtysh);
25933   install_element (CONFIG_NODE, &debug_bgp_zebra_cmd_vtysh);
25934   install_element (CONFIG_NODE, &debug_isis_lsp_gen_cmd_vtysh);
25935   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_route_cmd_vtysh);
25936   install_element (CONFIG_NODE, &ipv6_route_cmd_vtysh);
25937   install_element (VIEW_NODE, &show_bgp_rsclient_summary_cmd_vtysh);
25938   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
25939   install_element (INTERFACE_NODE, &isis_passwd_cmd_vtysh);
25940   install_element (BGP_IPV4_NODE, &bgp_network_cmd_vtysh);
25941   install_element (BGP_ENCAPV6_NODE, &neighbor_send_community_cmd_vtysh);
25942   install_element (RESTRICTED_NODE, &show_bgp_ipv6_encap_summary_cmd_vtysh);
25943   install_element (BGP_ENCAPV6_NODE, &neighbor_prefix_list_cmd_vtysh);
25944   install_element (CONFIG_NODE, &debug_isis_lupd_cmd_vtysh);
25945   install_element (ENABLE_NODE, &clear_bgp_external_in_cmd_vtysh);
25946   install_element (INTERFACE_NODE, &no_linkdetect_cmd_vtysh);
25947   install_element (ENABLE_NODE, &clear_ip_bgp_as_in_cmd_vtysh);
25948   install_element (ENABLE_NODE, &clear_ipv6_prefix_list_name_cmd_vtysh);
25949   install_element (RIPNG_NODE, &no_ripng_redistribute_type_metric_routemap_cmd_vtysh);
25950   install_element (CONFIG_NODE, &no_ipv6_route_flags_pref_vrf_cmd_vtysh);
25951   install_element (ENABLE_NODE, &debug_ospf6_brouter_router_cmd_vtysh);
25952   install_element (BGP_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
25953   install_element (BGP_NODE, &bgp_bestpath_aspath_ignore_cmd_vtysh);
25954   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
25955   install_element (ENABLE_NODE, &no_debug_ospf6_route_cmd_vtysh);
25956   install_element (CONFIG_NODE, &ip_route_distance_vrf_cmd_vtysh);
25957   install_element (BGP_ENCAPV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
25958   install_element (BGP_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
25959   install_element (CONFIG_NODE, &debug_ripng_events_cmd_vtysh);
25960   install_element (RMAP_NODE, &no_match_ecommunity_cmd_vtysh);
25961   install_element (VIEW_NODE, &show_ip_ospf_database_type_id_self_cmd_vtysh);
25962   install_element (ENABLE_NODE, &no_debug_isis_packet_dump_cmd_vtysh);
25963   install_element (RESTRICTED_NODE, &show_ip_bgp_community2_cmd_vtysh);
25964   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
25965   install_element (INTERFACE_NODE, &ip_ospf_authentication_args_cmd_vtysh);
25966   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_vrf_cmd_vtysh);
25967   install_element (VIEW_NODE, &show_ipv6_route_addr_cmd_vtysh);
25968   install_element (CONFIG_NODE, &ipv6_route_flags_cmd_vtysh);
25969   install_element (BGP_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
25970   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_in_cmd_vtysh);
25971   install_element (VIEW_NODE, &show_bgp_views_cmd_vtysh);
25972   install_element (RMAP_NODE, &match_tag_cmd_vtysh);
25973   install_element (OSPF_NODE, &ospf_area_vlink_cmd_vtysh);
25974   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_all_cmd_vtysh);
25975   install_element (LINK_PARAMS_NODE, &link_params_maxbw_cmd_vtysh);
25976   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_summary_cmd_vtysh);
25977   install_element (RIP_NODE, &no_rip_redistribute_type_cmd_vtysh);
25978   install_element (BGP_IPV4M_NODE, &neighbor_route_server_client_cmd_vtysh);
25979   install_element (VIEW_NODE, &show_ip_bgp_neighbor_prefix_counts_cmd_vtysh);
25980   install_element (BGP_IPV4_NODE, &neighbor_set_peer_group_cmd_vtysh);
25981   install_element (RIP_NODE, &no_rip_route_cmd_vtysh);
25982   install_element (RMAP_NODE, &no_set_aspath_prepend_val_cmd_vtysh);
25983   install_element (BGP_IPV4M_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
25984   install_element (ENABLE_NODE, &clear_ip_bgp_as_out_cmd_vtysh);
25985   install_element (VIEW_NODE, &show_ip_as_path_access_list_cmd_vtysh);
25986   install_element (BGP_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
25987   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_expanded_all_cmd_vtysh);
25988   install_element (ENABLE_NODE, &no_debug_bgp_normal_cmd_vtysh);
25989   install_element (VIEW_NODE, &show_bgp_view_ipv6_prefix_cmd_vtysh);
25990   install_element (OSPF_NODE, &ospf_area_vlink_authtype_args_authkey_cmd_vtysh);
25991   install_element (CONFIG_NODE, &no_debug_bgp_allow_martians_cmd_vtysh);
25992   install_element (ENABLE_NODE, &undebug_pim_events_cmd_vtysh);
25993   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_summary_cmd_vtysh);
25994   install_element (BGP_NODE, &no_bgp_bestpath_aspath_multipath_relax_cmd_vtysh);
25995   install_element (OSPF6_NODE, &ospf6_distance_cmd_vtysh);
25996   install_element (VIEW_NODE, &show_ip_bgp_community_exact_cmd_vtysh);
25997   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh);
25998   install_element (ENABLE_NODE, &no_debug_static_cmd_vtysh);
25999   install_element (BGP_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
26000   install_element (ENABLE_NODE, &no_debug_bgp_allow_martians_cmd_vtysh);
26001   install_element (VIEW_NODE, &show_ip_igmp_interface_cmd_vtysh);
26002   install_element (ISIS_NODE, &spf_interval_l2_cmd_vtysh);
26003   install_element (ENABLE_NODE, &clear_ip_bgp_as_vpnv4_soft_cmd_vtysh);
26004   install_element (CONFIG_NODE, &debug_isis_snp_cmd_vtysh);
26005   install_element (RESTRICTED_NODE, &show_ip_bgp_rsclient_route_cmd_vtysh);
26006   install_element (BGP_IPV4_NODE, &aggregate_address_mask_as_set_cmd_vtysh);
26007   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
26008   install_element (CONFIG_NODE, &ip_route_mask_flags2_tag_cmd_vtysh);
26009   install_element (VIEW_NODE, &show_ip_bgp_instance_summary_cmd_vtysh);
26010   install_element (ISIS_NODE, &no_max_lsp_lifetime_l1_cmd_vtysh);
26011   install_element (VIEW_NODE, &show_ip_pim_interface_cmd_vtysh);
26012   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_lcommunity4_cmd_vtysh);
26013   install_element (OSPF_NODE, &ospf_area_export_list_cmd_vtysh);
26014   install_element (OSPF_NODE, &no_ospf_area_shortcut_cmd_vtysh);
26015   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_rev_cmd_vtysh);
26016   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
26017   install_element (BGP_IPV4M_NODE, &neighbor_route_map_cmd_vtysh);
26018   install_element (OSPF_NODE, &no_ospf_area_vlink_authkey_cmd_vtysh);
26019   install_element (RESTRICTED_NODE, &show_bgp_rsclient_prefix_cmd_vtysh);
26020   install_element (BGP_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
26021   install_element (OSPF6_NODE, &no_ospf6_distance_ospf6_cmd_vtysh);
26022   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_out_cmd_vtysh);
26023   install_element (CONFIG_NODE, &no_ip_prefix_list_sequence_number_cmd_vtysh);
26024   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged4_cmd_vtysh);
26025   install_element (INTERFACE_NODE, &ip_ospf_mtu_ignore_cmd_vtysh);
26026   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_prefix_cmd_vtysh);
26027   install_element (CONFIG_NODE, &debug_ospf_te_cmd_vtysh);
26028   install_element (INTERFACE_NODE, &no_isis_hello_interval_l1_arg_cmd_vtysh);
26029   install_element (BGP_IPV4M_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26030   install_element (BGP_VPNV4_NODE, &neighbor_allowas_in_cmd_vtysh);
26031   install_element (CONFIG_NODE, &no_ipv6_prefix_list_description_arg_cmd_vtysh);
26032   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_cmd_vtysh);
26033   install_element (INTERFACE_NODE, &no_ipv6_nd_managed_config_flag_cmd_vtysh);
26034   install_element (VIEW_NODE, &show_ipv6_ospf6_route_detail_cmd_vtysh);
26035   install_element (VIEW_NODE, &show_ipv6_route_tag_vrf_cmd_vtysh);
26036   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_linkstate_id_detail_cmd_vtysh);
26037   install_element (RESTRICTED_NODE, &show_bgp_ipv4_vpn_summary_cmd_vtysh);
26038   install_element (LINK_PARAMS_NODE, &no_link_params_delay_cmd_vtysh);
26039   install_element (INTERFACE_NODE, &isis_hello_padding_cmd_vtysh);
26040   install_element (RIPNG_NODE, &ripng_allow_ecmp_cmd_vtysh);
26041   install_element (CONFIG_NODE, &no_ipv6_route_ifname_vrf_cmd_vtysh);
26042   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_in_prefix_filter_cmd_vtysh);
26043   install_element (VIEW_NODE, &show_bgp_lcommunity_cmd_vtysh);
26044   install_element (BGP_IPV6M_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26045   install_element (CONFIG_NODE, &no_access_list_exact_cmd_vtysh);
26046   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_offlink_cmd_vtysh);
26047   install_element (BGP_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26048   install_element (VIEW_NODE, &show_ip_pim_assert_internal_cmd_vtysh);
26049   install_element (INTERFACE_NODE, &interface_no_ip_pim_drprio_cmd_vtysh);
26050   install_element (VIEW_NODE, &show_ipv6_mroute_cmd_vtysh);
26051   install_element (CONFIG_NODE, &no_debug_ospf6_lsa_hex_cmd_vtysh);
26052   install_element (INTERFACE_NODE, &no_ip_rip_split_horizon_cmd_vtysh);
26053   install_element (VIEW_NODE, &ipv6_bgp_neighbor_received_routes_cmd_vtysh);
26054   install_element (ISIS_NODE, &no_isis_redistribute_cmd_vtysh);
26055   install_element (VIEW_NODE, &show_ip_rip_cmd_vtysh);
26056   install_element (LINK_PARAMS_NODE, &no_link_params_delay_var_cmd_vtysh);
26057   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
26058   install_element (CONFIG_NODE, &debug_bgp_fsm_cmd_vtysh);
26059   install_element (BGP_IPV4_NODE, &bgp_network_mask_natural_route_map_cmd_vtysh);
26060   install_element (BGP_VPNV4_NODE, &no_neighbor_send_community_cmd_vtysh);
26061   install_element (VIEW_NODE, &show_ip_ospf_database_type_id_cmd_vtysh);
26062   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
26063   install_element (VIEW_NODE, &show_ip_bgp_neighbor_damp_cmd_vtysh);
26064   install_element (BGP_IPV4M_NODE, &bgp_network_mask_cmd_vtysh);
26065   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_soft_out_cmd_vtysh);
26066   install_element (VIEW_NODE, &show_ip_rip_status_cmd_vtysh);
26067   install_element (VIEW_NODE, &show_ip_rpf_addr_vrf_all_cmd_vtysh);
26068   install_element (BGP_NODE, &bgp_router_id_cmd_vtysh);
26069   install_element (BGP_NODE, &neighbor_shutdown_cmd_vtysh);
26070   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_neighbor_advertised_routes_cmd_vtysh);
26071   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_soft_out_cmd_vtysh);
26072   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_neighbors_peer_cmd_vtysh);
26073   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_network_cmd_vtysh);
26074   install_element (CONFIG_NODE, &no_debug_ospf6_message_sendrecv_cmd_vtysh);
26075   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_in_cmd_vtysh);
26076   install_element (INTERFACE_NODE, &ip_irdp_broadcast_cmd_vtysh);
26077   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_cmd_vtysh);
26078   install_element (BGP_NODE, &old_no_ipv6_bgp_network_cmd_vtysh);
26079   install_element (CONFIG_NODE, &debug_ospf6_brouter_cmd_vtysh);
26080   install_element (RMAP_NODE, &no_set_tag_val_cmd_vtysh);
26081   install_element (BGP_NODE, &no_neighbor_shutdown_cmd_vtysh);
26082   install_element (RMAP_NODE, &match_ip_next_hop_cmd_vtysh);
26083   install_element (VIEW_NODE, &show_bgp_view_ipv4_rsclient_cmd_vtysh);
26084   install_element (VIEW_NODE, &show_bgp_view_ipv4_safi_rsclient_prefix_cmd_vtysh);
26085   install_element (CONFIG_NODE, &ip_route_flags_distance_cmd_vtysh);
26086   install_element (ISIS_NODE, &no_lsp_refresh_interval_arg_cmd_vtysh);
26087   install_element (RMAP_NODE, &no_set_metric_type_cmd_vtysh);
26088   install_element (CONFIG_NODE, &no_debug_pim_packets_cmd_vtysh);
26089   install_element (OSPF6_NODE, &ospf6_distance_ospf6_intra_cmd_vtysh);
26090   install_element (VIEW_NODE, &show_bgp_neighbors_peer_cmd_vtysh);
26091   install_element (ENABLE_NODE, &no_debug_bgp_filter_cmd_vtysh);
26092   install_element (RMAP_NODE, &no_rmap_onmatch_next_cmd_vtysh);
26093   install_element (CONFIG_NODE, &no_ipv6_route_ifname_tag_cmd_vtysh);
26094   install_element (OSPF6_NODE, &ospf6_router_id_cmd_vtysh);
26095   install_element (CONFIG_NODE, &no_router_rip_cmd_vtysh);
26096   install_element (CONFIG_NODE, &no_debug_rip_zebra_cmd_vtysh);
26097   install_element (RIP_NODE, &no_rip_default_metric_cmd_vtysh);
26098   install_element (VIEW_NODE, &show_bgp_lcommunity3_cmd_vtysh);
26099   install_element (INTERFACE_NODE, &ip_irdp_maxadvertinterval_cmd_vtysh);
26100   install_element (BGP_NODE, &no_bgp_graceful_restart_restart_time_val_cmd_vtysh);
26101   install_element (BGP_NODE, &bgp_damp_set2_cmd_vtysh);
26102   install_element (ENABLE_NODE, &no_debug_igmp_trace_cmd_vtysh);
26103   install_element (ISIS_NODE, &is_type_cmd_vtysh);
26104   install_element (VIEW_NODE, &show_ip_bgp_rsclient_cmd_vtysh);
26105   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_cmd_vtysh);
26106   install_element (VIEW_NODE, &show_ipv6_prefix_list_detail_name_cmd_vtysh);
26107   install_element (CONFIG_NODE, &no_router_ripng_cmd_vtysh);
26108   install_element (BGP_NODE, &no_bgp_network_mask_cmd_vtysh);
26109   install_element (CONFIG_NODE, &no_ip_lcommunity_list_name_expanded_all_cmd_vtysh);
26110   install_element (RMAP_NODE, &no_set_ecommunity_soo_cmd_vtysh);
26111   install_element (ENABLE_NODE, &debug_isis_rtevents_cmd_vtysh);
26112   install_element (INTERFACE_NODE, &ip_ospf_priority_cmd_vtysh);
26113   install_element (RIP_NODE, &no_rip_distance_cmd_vtysh);
26114   install_element (RMAP_NODE, &no_set_ecommunity_soo_val_cmd_vtysh);
26115   install_element (CONFIG_NODE, &debug_ospf_nssa_cmd_vtysh);
26116   install_element (RMAP_NODE, &no_set_metric_cmd_vtysh);
26117   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
26118   install_element (CONFIG_NODE, &access_list_extended_host_any_cmd_vtysh);
26119   install_element (LINK_PARAMS_NODE, &link_params_res_bw_cmd_vtysh);
26120   install_element (ENABLE_NODE, &no_debug_isis_csum_cmd_vtysh);
26121   install_element (BGP_IPV4_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26122   install_element (BGP_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26123   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_adv_router_linkstate_id_detail_cmd_vtysh);
26124   install_element (CONFIG_NODE, &nhrp_nflog_group_cmd_vtysh);
26125   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26126   install_element (ISIS_NODE, &log_adj_changes_cmd_vtysh);
26127   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community3_cmd_vtysh);
26128   install_element (VIEW_NODE, &show_ip_bgp_paths_cmd_vtysh);
26129   install_element (ENABLE_NODE, &clear_ip_bgp_as_in_prefix_filter_cmd_vtysh);
26130   install_element (INTERFACE_NODE, &no_ip_ospf_dead_interval_cmd_vtysh);
26131   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_in_cmd_vtysh);
26132   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity2_cmd_vtysh);
26133   install_element (VIEW_NODE, &show_bgp_ipv4_community2_cmd_vtysh);
26134   install_element (INTERFACE_NODE, &no_ip_address_cmd_vtysh);
26135   install_element (CONFIG_NODE, &no_debug_ospf_nssa_cmd_vtysh);
26136   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_detail_cmd_vtysh);
26137   install_element (CONFIG_NODE, &no_access_list_extended_any_any_cmd_vtysh);
26138   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
26139   install_element (OSPF_NODE, &ospf_abr_type_cmd_vtysh);
26140   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_flap_cmd_vtysh);
26141   install_element (BGP_NODE, &neighbor_advertise_interval_cmd_vtysh);
26142   install_element (ISIS_NODE, &no_is_type_cmd_vtysh);
26143   install_element (BGP_NODE, &no_bgp_distance_source_cmd_vtysh);
26144   install_element (VIEW_NODE, &show_database_cmd_vtysh);
26145   install_element (ZEBRA_NODE, &no_rip_redistribute_rip_cmd_vtysh);
26146   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_prefix_longer_cmd_vtysh);
26147   install_element (VIEW_NODE, &show_ip_bgp_neighbor_received_prefix_filter_cmd_vtysh);
26148   install_element (RMAP_NODE, &set_ip_nexthop_peer_cmd_vtysh);
26149   install_element (ISIS_NODE, &no_spf_interval_l2_arg_cmd_vtysh);
26150   install_element (BGP_IPV4_NODE, &no_aggregate_address_cmd_vtysh);
26151   install_element (INTERFACE_NODE, &no_isis_hello_interval_l2_cmd_vtysh);
26152   install_element (INTERFACE_NODE, &no_ip_irdp_cmd_vtysh);
26153   install_element (BGP_IPV4M_NODE, &neighbor_filter_list_cmd_vtysh);
26154   install_element (BGP_NODE, &no_bgp_enforce_first_as_cmd_vtysh);
26155   install_element (ENABLE_NODE, &undebug_pim_zebra_cmd_vtysh);
26156   install_element (VIEW_NODE, &show_bgp_ipv4_rsclient_cmd_vtysh);
26157   install_element (BGP_NODE, &no_neighbor_route_map_cmd_vtysh);
26158   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26159   install_element (VIEW_NODE, &show_bgp_ipv6_encap_cmd_vtysh);
26160   install_element (INTERFACE_NODE, &no_isis_hello_multiplier_l1_arg_cmd_vtysh);
26161   install_element (INTERFACE_NODE, &no_ospf_network_cmd_vtysh);
26162   install_element (OSPF_NODE, &no_ospf_area_vlink_md5_cmd_vtysh);
26163   install_element (BGP_NODE, &neighbor_strict_capability_cmd_vtysh);
26164   install_element (BGP_IPV4_NODE, &aggregate_address_summary_as_set_cmd_vtysh);
26165   install_element (VIEW_NODE, &show_ip_ospf_mpls_te_router_cmd_vtysh);
26166   install_element (RMAP_NODE, &rmap_description_cmd_vtysh);
26167   install_element (BGP_NODE, &no_bgp_timers_arg_cmd_vtysh);
26168   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
26169   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community3_exact_cmd_vtysh);
26170   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26171   install_element (BGP_NODE, &neighbor_dont_capability_negotiate_cmd_vtysh);
26172   install_element (VIEW_NODE, &show_isis_topology_cmd_vtysh);
26173   install_element (RMAP_NODE, &match_interface_cmd_vtysh);
26174   install_element (RMAP_NODE, &no_match_ipv6_address_val_cmd_vtysh);
26175   install_element (BGP_IPV6M_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26176   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community4_exact_cmd_vtysh);
26177   install_element (ENABLE_NODE, &undebug_bgp_filter_cmd_vtysh);
26178   install_element (CONFIG_NODE, &debug_ospf6_spf_process_cmd_vtysh);
26179   install_element (RESTRICTED_NODE, &show_ip_bgp_community3_cmd_vtysh);
26180   install_element (VIEW_NODE, &show_bgp_ipv4_safi_route_pathtype_cmd_vtysh);
26181   install_element (BGP_IPV6_NODE, &no_neighbor_route_map_cmd_vtysh);
26182   install_element (VIEW_NODE, &show_ipv6_mbgp_community2_cmd_vtysh);
26183   install_element (CONFIG_NODE, &no_debug_ospf6_route_cmd_vtysh);
26184   install_element (BGP_NODE, &no_bgp_fast_external_failover_cmd_vtysh);
26185   install_element (BGP_NODE, &no_bgp_router_id_cmd_vtysh);
26186   install_element (BGP_IPV6M_NODE, &no_neighbor_allowas_in_cmd_vtysh);
26187   install_element (OSPF6_NODE, &no_ospf6_interface_area_cmd_vtysh);
26188   install_element (BGP_IPV4M_NODE, &neighbor_default_originate_cmd_vtysh);
26189   install_element (INTERFACE_NODE, &ip_ospf_dead_interval_addr_cmd_vtysh);
26190   install_element (CONFIG_NODE, &no_debug_zebra_rib_cmd_vtysh);
26191   install_element (OSPF_NODE, &ospf_distance_ospf_cmd_vtysh);
26192   install_element (INTERFACE_NODE, &interface_no_ip_mroute_cmd_vtysh);
26193   install_element (BGP_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26194   install_element (BGP_IPV6M_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
26195   install_element (OSPF_NODE, &ospf_area_vlink_param2_cmd_vtysh);
26196   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_statistics_cmd_vtysh);
26197   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_duration_month_day_cmd_vtysh);
26198   install_element (VIEW_NODE, &show_ip_bgp_neighbor_received_routes_cmd_vtysh);
26199   install_element (ENABLE_NODE, &no_debug_nhrp_cmd_vtysh);
26200   install_element (BGP_IPV4_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
26201   install_element (CONFIG_NODE, &ipv6_prefix_list_cmd_vtysh);
26202   install_element (OSPF_NODE, &no_ospf_auto_cost_reference_bandwidth_cmd_vtysh);
26203   install_element (VIEW_NODE, &show_ip_bgp_instance_neighbors_cmd_vtysh);
26204   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
26205   install_element (RMAP_NODE, &ospf6_routemap_set_forwarding_cmd_vtysh);
26206   install_element (VIEW_NODE, &show_bgp_ipv6_safi_damp_flap_regexp_cmd_vtysh);
26207   install_element (BGP_IPV4M_NODE, &aggregate_address_as_set_summary_cmd_vtysh);
26208   install_element (VIEW_NODE, &show_bgp_ipv4_encap_summary_cmd_vtysh);
26209   install_element (VIEW_NODE, &show_bgp_ipv4_safi_cidr_only_cmd_vtysh);
26210   install_element (BGP_NODE, &no_neighbor_local_as_val2_cmd_vtysh);
26211   install_element (BGP_ENCAPV6_NODE, &no_neighbor_send_community_cmd_vtysh);
26212   install_element (CONFIG_NODE, &ip_prefix_list_seq_cmd_vtysh);
26213   install_element (ENABLE_NODE, &debug_pim_cmd_vtysh);
26214   install_element (VIEW_NODE, &show_ip_pim_assert_winner_metric_cmd_vtysh);
26215   install_element (ENABLE_NODE, &clear_bgp_peer_soft_out_cmd_vtysh);
26216   install_element (RIP_NODE, &rip_offset_list_ifname_cmd_vtysh);
26217   install_element (CONFIG_NODE, &debug_rip_packet_cmd_vtysh);
26218   install_element (INTERFACE_NODE, &ip_rip_authentication_mode_authlen_cmd_vtysh);
26219   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged10_cmd_vtysh);
26220   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_regexp_cmd_vtysh);
26221   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_ibgp_arg_cmd_vtysh);
26222   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_out_cmd_vtysh);
26223   install_element (ENABLE_NODE, &clear_bgp_as_out_cmd_vtysh);
26224   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26225   install_element (CONFIG_NODE, &no_ip_lcommunity_list_standard_all_cmd_vtysh);
26226   install_element (VIEW_NODE, &show_ip_bgp_flap_prefix_cmd_vtysh);
26227   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26228   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_list_cmd_vtysh);
26229   install_element (CONFIG_NODE, &debug_bgp_update_cmd_vtysh);
26230   install_element (BGP_NODE, &no_aggregate_address_mask_summary_only_cmd_vtysh);
26231   install_element (VIEW_NODE, &show_ip_igmp_groups_cmd_vtysh);
26232   install_element (CONFIG_NODE, &debug_zebra_rib_cmd_vtysh);
26233   install_element (CONFIG_NODE, &no_ip_multicast_routing_cmd_vtysh);
26234   install_element (BGP_IPV4M_NODE, &neighbor_unsuppress_map_cmd_vtysh);
26235   install_element (VIEW_NODE, &show_bgp_summary_cmd_vtysh);
26236   install_element (VIEW_NODE, &show_ip_rib_cmd_vtysh);
26237   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_info_cmd_vtysh);
26238   install_element (CONFIG_NODE, &debug_ospf6_interface_cmd_vtysh);
26239   install_element (ENABLE_NODE, &clear_bgp_as_soft_cmd_vtysh);
26240   install_element (BGP_NODE, &bgp_network_mask_backdoor_cmd_vtysh);
26241   install_element (CONFIG_NODE, &no_debug_ospf_packet_send_recv_detail_cmd_vtysh);
26242   install_element (KEYCHAIN_NODE, &no_key_chain_cmd_vtysh);
26243   install_element (RMAP_NODE, &no_set_origin_val_cmd_vtysh);
26244   install_element (INTERFACE_NODE, &no_ospf_priority_cmd_vtysh);
26245   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_neighbor_advertised_routes_cmd_vtysh);
26246   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity4_cmd_vtysh);
26247   install_element (INTERFACE_NODE, &ospf_authentication_key_cmd_vtysh);
26248   install_element (OSPF6_NODE, &no_area_filter_list_cmd_vtysh);
26249   install_element (ENABLE_NODE, &show_ip_access_list_cmd_vtysh);
26250   install_element (VIEW_NODE, &show_ipv6_mbgp_cmd_vtysh);
26251   install_element (RMAP_NODE, &no_match_metric_val_cmd_vtysh);
26252   install_element (BGP_IPV4M_NODE, &no_bgp_network_route_map_cmd_vtysh);
26253   install_element (ENABLE_NODE, &debug_ospf_zebra_cmd_vtysh);
26254   install_element (BGP_ENCAPV6_NODE, &neighbor_activate_cmd_vtysh);
26255   install_element (VTY_NODE, &no_vty_access_class_cmd_vtysh);
26256   install_element (CONFIG_NODE, &no_ip_mroute_cmd_vtysh);
26257   install_element (ENABLE_NODE, &clear_bgp_external_cmd_vtysh);
26258   install_element (BGP_NODE, &no_neighbor_local_as_val_cmd_vtysh);
26259   install_element (ENABLE_NODE, &debug_pim_packets_filter_cmd_vtysh);
26260   install_element (BGP_IPV4_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
26261   install_element (BGP_IPV6M_NODE, &neighbor_distribute_list_cmd_vtysh);
26262   install_element (BGP_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
26263   install_element (BGP_NODE, &no_bgp_default_local_preference_val_cmd_vtysh);
26264   install_element (INTERFACE_NODE, &no_ospf_transmit_delay_cmd_vtysh);
26265   install_element (VIEW_NODE, &show_isis_interface_detail_cmd_vtysh);
26266   install_element (CONFIG_NODE, &fpm_remote_ip_cmd_vtysh);
26267   install_element (VIEW_NODE, &show_bgp_ipv4_encap_tags_cmd_vtysh);
26268   install_element (OSPF_NODE, &no_ospf_passive_interface_default_cmd_vtysh);
26269   install_element (OSPF6_NODE, &area_export_list_cmd_vtysh);
26270   install_element (ENABLE_NODE, &debug_ospf6_spf_process_cmd_vtysh);
26271   install_element (OSPF_NODE, &no_ospf_distance_cmd_vtysh);
26272   install_element (OSPF6_NODE, &no_ospf6_log_adjacency_changes_detail_cmd_vtysh);
26273   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
26274   install_element (RESTRICTED_NODE, &show_ip_bgp_prefix_pathtype_cmd_vtysh);
26275   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_cmd_vtysh);
26276   install_element (RESTRICTED_NODE, &show_ip_bgp_community4_exact_cmd_vtysh);
26277   install_element (CONFIG_NODE, &no_router_ospf_cmd_vtysh);
26278   install_element (OSPF_NODE, &no_router_info_cmd_vtysh);
26279   install_element (RESTRICTED_NODE, &show_bgp_ipv6_vpn_prefix_cmd_vtysh);
26280   install_element (ENABLE_NODE, &debug_ospf6_abr_cmd_vtysh);
26281   install_element (CONFIG_NODE, &debug_ospf_zebra_sub_cmd_vtysh);
26282   install_element (RESTRICTED_NODE, &show_ip_bgp_instance_ipv4_rsclient_summary_cmd_vtysh);
26283   install_element (RMAP_NODE, &no_match_peer_val_cmd_vtysh);
26284   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
26285   install_element (ISIS_NODE, &area_passwd_md5_cmd_vtysh);
26286   install_element (ENABLE_NODE, &debug_isis_spfevents_cmd_vtysh);
26287   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_soft_in_cmd_vtysh);
26288   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_arg_cmd_vtysh);
26289   install_element (CONFIG_NODE, &no_ipv6_prefix_list_prefix_cmd_vtysh);
26290   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community3_exact_cmd_vtysh);
26291   install_element (CONFIG_NODE, &no_debug_isis_spftrigg_cmd_vtysh);
26292   install_element (INTERFACE_NODE, &no_ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh);
26293   install_element (BGP_NODE, &bgp_bestpath_compare_router_id_cmd_vtysh);
26294   install_element (OSPF_NODE, &ospf_area_range_substitute_cmd_vtysh);
26295   install_element (ENABLE_NODE, &no_debug_ospf_ism_sub_cmd_vtysh);
26296   install_element (CONFIG_NODE, &undebug_pim_trace_cmd_vtysh);
26297   install_element (VIEW_NODE, &show_ip_bgp_filter_list_cmd_vtysh);
26298   install_element (INTERFACE_NODE, &ip_rip_send_version_cmd_vtysh);
26299   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26300   install_element (ENABLE_NODE, &debug_bgp_filter_cmd_vtysh);
26301   install_element (BGP_IPV4M_NODE, &bgp_damp_set2_cmd_vtysh);
26302   install_element (RIP_NODE, &rip_redistribute_type_cmd_vtysh);
26303   install_element (VIEW_NODE, &show_bgp_ipv4_encap_prefix_cmd_vtysh);
26304   install_element (VIEW_NODE, &show_bgp_ipv6_flap_address_cmd_vtysh);
26305   install_element (RMAP_NODE, &no_match_ip_route_source_cmd_vtysh);
26306   install_element (RMAP_NODE, &no_match_aspath_cmd_vtysh);
26307   install_element (VIEW_NODE, &show_bgp_ipv6_safi_flap_route_map_cmd_vtysh);
26308   install_element (BGP_IPV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26309   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
26310   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity_all_cmd_vtysh);
26311   install_element (INTERFACE_NODE, &if_nhrp_reg_flags_cmd_vtysh);
26312   install_element (RESTRICTED_NODE, &show_ip_bgp_community4_cmd_vtysh);
26313   install_element (VIEW_NODE, &show_ip_route_supernets_vrf_all_cmd_vtysh);
26314   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_cmd_vtysh);
26315   install_element (CONFIG_NODE, &no_bgp_multiple_instance_cmd_vtysh);
26316   install_element (ENABLE_NODE, &debug_bgp_fsm_cmd_vtysh);
26317   install_element (RMAP_NODE, &match_origin_cmd_vtysh);
26318   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity_list_cmd_vtysh);
26319   install_element (OSPF_NODE, &ospf_mpls_te_on_cmd_vtysh);
26320   install_element (CONFIG_NODE, &no_debug_ospf6_interface_cmd_vtysh);
26321   install_element (VIEW_NODE, &show_ipv6_ospf6_linkstate_router_cmd_vtysh);
26322   install_element (BGP_IPV6_NODE, &neighbor_route_map_cmd_vtysh);
26323   install_element (RMAP_NODE, &no_rmap_call_cmd_vtysh);
26324   install_element (ENABLE_NODE, &no_debug_ripng_events_cmd_vtysh);
26325   install_element (BGP_NODE, &no_bgp_bestpath_med_cmd_vtysh);
26326   install_element (VIEW_NODE, &show_ip_pim_upstream_join_desired_cmd_vtysh);
26327   install_element (CONFIG_NODE, &debug_pim_cmd_vtysh);
26328   install_element (ENABLE_NODE, &clear_bgp_peer_soft_cmd_vtysh);
26329   install_element (CONFIG_NODE, &ip_route_flags_distance2_cmd_vtysh);
26330   install_element (CONFIG_NODE, &no_router_zebra_cmd_vtysh);
26331   install_element (CONFIG_NODE, &no_router_bgp_view_cmd_vtysh);
26332   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_prefix_cmd_vtysh);
26333   install_element (BGP_IPV4_NODE, &aggregate_address_mask_summary_only_cmd_vtysh);
26334   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community3_cmd_vtysh);
26335   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26336   install_element (BGP_ENCAPV6_NODE, &neighbor_route_server_client_cmd_vtysh);
26337   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_advertised_route_cmd_vtysh);
26338   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_route_cmd_vtysh);
26339   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity4_cmd_vtysh);
26340   install_element (VIEW_NODE, &show_ip_bgp_community4_exact_cmd_vtysh);
26341   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
26342   install_element (ENABLE_NODE, &debug_ospf_packet_send_recv_cmd_vtysh);
26343   install_element (VIEW_NODE, &show_ip_pim_secondary_cmd_vtysh);
26344   install_element (BGP_ENCAP_NODE, &no_neighbor_distribute_list_cmd_vtysh);
26345   install_element (OSPF_NODE, &no_ospf_timers_min_ls_interval_cmd_vtysh);
26346   install_element (BGP_IPV6_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
26347   install_element (CONFIG_NODE, &no_ipv6_access_list_any_cmd_vtysh);
26348   install_element (RESTRICTED_NODE, &show_ip_bgp_view_rsclient_prefix_cmd_vtysh);
26349   install_element (CONFIG_NODE, &no_ip_route_tag_cmd_vtysh);
26350   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_soft_out_cmd_vtysh);
26351   install_element (CONFIG_NODE, &ipv6_prefix_list_le_ge_cmd_vtysh);
26352   install_element (VIEW_NODE, &show_ip_bgp_ipv4_cidr_only_cmd_vtysh);
26353   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity2_cmd_vtysh);
26354   install_element (ISIS_NODE, &no_set_overload_bit_cmd_vtysh);
26355   install_element (INTERFACE_NODE, &no_isis_priority_l1_arg_cmd_vtysh);
26356   install_element (RMAP_NODE, &no_match_tag_val_cmd_vtysh);
26357   install_element (INTERFACE_NODE, &isis_metric_l1_cmd_vtysh);
26358   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
26359   install_element (BGP_NODE, &neighbor_distribute_list_cmd_vtysh);
26360   install_element (VIEW_NODE, &show_ipv6_ospf6_route_type_detail_cmd_vtysh);
26361   install_element (BGP_IPV4M_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26362   install_element (CONFIG_NODE, &no_access_list_extended_host_mask_cmd_vtysh);
26363   install_element (ENABLE_NODE, &no_debug_bgp_fsm_cmd_vtysh);
26364   install_element (INTERFACE_NODE, &psnp_interval_l1_cmd_vtysh);
26365   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_summary_as_set_cmd_vtysh);
26366   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
26367   install_element (BGP_NODE, &no_neighbor_peer_group_cmd_vtysh);
26368   install_element (ENABLE_NODE, &clear_bgp_peer_soft_in_cmd_vtysh);
26369   install_element (VIEW_NODE, &show_bgp_view_ipv4_safi_rsclient_route_cmd_vtysh);
26370   install_element (VIEW_NODE, &show_ip_mroute_count_cmd_vtysh);
26371   install_element (ENABLE_NODE, &clear_bgp_all_cmd_vtysh);
26372   install_element (ENABLE_NODE, &no_debug_ripng_packet_direct_cmd_vtysh);
26373   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
26374   install_element (ENABLE_NODE, &no_debug_isis_upd_cmd_vtysh);
26375   install_element (VTY_NODE, &vty_login_cmd_vtysh);
26376   install_element (CONFIG_NODE, &no_debug_isis_csum_cmd_vtysh);
26377   install_element (RIP_NODE, &no_rip_neighbor_cmd_vtysh);
26378   install_element (CONFIG_NODE, &no_debug_ospf6_brouter_router_cmd_vtysh);
26379   install_element (ENABLE_NODE, &no_debug_ospf6_message_cmd_vtysh);
26380   install_element (CONFIG_NODE, &access_list_extended_mask_host_cmd_vtysh);
26381   install_element (INTERFACE_NODE, &interface_ip_igmp_query_max_response_time_dsec_cmd_vtysh);
26382   install_element (VIEW_NODE, &show_bgp_instance_ipv6_neighbors_cmd_vtysh);
26383   install_element (VIEW_NODE, &show_ipv6_bgp_lcommunity3_cmd_vtysh);
26384   install_element (VIEW_NODE, &show_bgp_community4_exact_cmd_vtysh);
26385   install_element (BGP_NODE, &no_bgp_redistribute_ipv4_rmap_cmd_vtysh);
26386   install_element (OSPF6_NODE, &no_ospf6_redistribute_route_map_cmd_vtysh);
26387   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_route_map_cmd_vtysh);
26388   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_list_cmd_vtysh);
26389   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_soft_in_cmd_vtysh);
26390   install_element (VIEW_NODE, &show_ip_bgp_damp_dampened_paths_cmd_vtysh);
26391   install_element (VIEW_NODE, &show_bgp_ipv6_neighbors_peer_cmd_vtysh);
26392   install_element (BGP_NODE, &bgp_distance_cmd_vtysh);
26393   install_element (ENABLE_NODE, &no_debug_ospf6_asbr_cmd_vtysh);
26394   install_element (CONFIG_NODE, &no_ip_community_list_name_expanded_cmd_vtysh);
26395   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
26396   install_element (OSPF_NODE, &no_ospf_area_vlink_authtype_cmd_vtysh);
26397   install_element (RMAP_NODE, &no_match_origin_val_cmd_vtysh);
26398   install_element (ENABLE_NODE, &debug_rip_events_cmd_vtysh);
26399   install_element (INTERFACE_NODE, &no_ipv6_nd_reachable_time_cmd_vtysh);
26400   install_element (BGP_NODE, &no_bgp_bestpath_aspath_confed_cmd_vtysh);
26401   install_element (ENABLE_NODE, &no_debug_zebra_rib_q_cmd_vtysh);
26402   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community2_exact_cmd_vtysh);
26403   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
26404   install_element (BGP_IPV4_NODE, &no_neighbor_default_originate_cmd_vtysh);
26405   install_element (RIP_NODE, &rip_allow_ecmp_cmd_vtysh);
26406   install_element (RMAP_NODE, &no_match_lcommunity_cmd_vtysh);
26407   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
26408   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
26409   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26410   install_element (OSPF_NODE, &ospf_default_metric_cmd_vtysh);
26411   install_element (CONFIG_NODE, &no_ip_route_mask_distance_vrf_cmd_vtysh);
26412   install_element (VIEW_NODE, &show_ipv6_prefix_list_summary_name_cmd_vtysh);
26413   install_element (BGP_IPV6M_NODE, &neighbor_route_server_client_cmd_vtysh);
26414   install_element (RIPNG_NODE, &ripng_redistribute_type_cmd_vtysh);
26415   install_element (BGP_NODE, &no_neighbor_peer_group_remote_as_cmd_vtysh);
26416   install_element (ENABLE_NODE, &no_debug_ripng_packet_cmd_vtysh);
26417   install_element (BGP_VPNV6_NODE, &no_neighbor_send_community_type_cmd_vtysh);
26418   install_element (CONFIG_NODE, &config_table_cmd_vtysh);
26419   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_linkstate_id_detail_cmd_vtysh);
26420   install_element (OSPF_NODE, &ospf_compatible_rfc1583_cmd_vtysh);
26421   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_self_originated_cmd_vtysh);
26422   install_element (ENABLE_NODE, &debug_ospf6_brouter_area_cmd_vtysh);
26423   install_element (RESTRICTED_NODE, &show_bgp_view_route_cmd_vtysh);
26424   install_element (ENABLE_NODE, &debug_ospf6_lsa_hex_detail_cmd_vtysh);
26425   install_element (BGP_NODE, &no_bgp_distance_source_access_list_cmd_vtysh);
26426   install_element (RESTRICTED_NODE, &show_bgp_instance_ipv6_summary_cmd_vtysh);
26427   install_element (RIPNG_NODE, &ripng_offset_list_cmd_vtysh);
26428   install_element (INTERFACE_NODE, &ip_ospf_mtu_ignore_addr_cmd_vtysh);
26429   install_element (RMAP_NODE, &no_match_ip_address_val_cmd_vtysh);
26430   install_element (BGP_IPV6M_NODE, &no_neighbor_activate_cmd_vtysh);
26431   install_element (CONFIG_NODE, &router_id_vrf_cmd_vtysh);
26432   install_element (BGP_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26433   install_element (CONFIG_NODE, &undebug_igmp_cmd_vtysh);
26434   install_element (ISIS_NODE, &isis_mpls_te_on_cmd_vtysh);
26435   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
26436   install_element (BGP_NODE, &aggregate_address_mask_cmd_vtysh);
26437   install_element (CONFIG_NODE, &ip_route_flags2_cmd_vtysh);
26438   install_element (CONFIG_NODE, &no_service_advanced_vty_cmd_vtysh);
26439   install_element (VIEW_NODE, &show_bgp_community_cmd_vtysh);
26440   install_element (VIEW_NODE, &show_ipv6_mbgp_community_exact_cmd_vtysh);
26441   install_element (BGP_VPNV6_NODE, &neighbor_soft_reconfiguration_cmd_vtysh);
26442   install_element (INTERFACE_NODE, &no_isis_hello_padding_cmd_vtysh);
26443   install_element (ENABLE_NODE, &clear_bgp_peer_group_cmd_vtysh);
26444   install_element (BGP_ENCAPV6_NODE, &no_neighbor_activate_cmd_vtysh);
26445   install_element (VIEW_NODE, &show_ip_bgp_lcommunity4_cmd_vtysh);
26446   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community_exact_cmd_vtysh);
26447   install_element (VIEW_NODE, &show_interface_vrf_all_cmd_vtysh);
26448   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_le_ge_cmd_vtysh);
26449   install_element (CONFIG_NODE, &debug_pim_events_cmd_vtysh);
26450   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_routes_cmd_vtysh);
26451   install_element (ISIS_NODE, &lsp_gen_interval_cmd_vtysh);
26452   install_element (ENABLE_NODE, &no_debug_pim_packetdump_send_cmd_vtysh);
26453   install_element (BGP_ENCAPV6_NODE, &neighbor_set_peer_group_cmd_vtysh);
26454   install_element (ENABLE_NODE, &clear_bgp_ipv6_instance_all_rsclient_cmd_vtysh);
26455   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
26456   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity4_cmd_vtysh);
26457   install_element (INTERFACE_NODE, &no_ipv6_nd_mtu_cmd_vtysh);
26458   install_element (BGP_IPV6_NODE, &no_ipv6_bgp_distance2_cmd_vtysh);
26459   install_element (OSPF_NODE, &ospf_max_metric_router_lsa_admin_cmd_vtysh);
26460   install_element (VTY_NODE, &vty_ipv6_access_class_cmd_vtysh);
26461   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26462   install_element (BGP_IPV4_NODE, &bgp_network_mask_route_map_cmd_vtysh);
26463   install_element (RMAP_NODE, &no_set_lcommunity_val_cmd_vtysh);
26464   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_as_set_summary_cmd_vtysh);
26465   install_element (CONFIG_NODE, &ip_extcommunity_list_standard_cmd_vtysh);
26466   install_element (RIP_NODE, &no_rip_timers_val_cmd_vtysh);
26467   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community3_exact_cmd_vtysh);
26468   install_element (RMAP_NODE, &set_weight_cmd_vtysh);
26469   install_element (CONFIG_NODE, &default_linkdetect_cmd_vtysh);
26470   install_element (CONFIG_NODE, &no_ip_community_list_name_standard_cmd_vtysh);
26471   install_element (CONFIG_NODE, &ip_community_list_expanded_cmd_vtysh);
26472   install_element (BGP_NODE, &no_neighbor_activate_cmd_vtysh);
26473   install_element (ENABLE_NODE, &clear_ip_bgp_peer_soft_out_cmd_vtysh);
26474   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity_cmd_vtysh);
26475   install_element (VIEW_NODE, &show_bgp_afi_safi_view_cmd_vtysh);
26476   install_element (INTERFACE_NODE, &no_isis_network_cmd_vtysh);
26477   install_element (VIEW_NODE, &show_bgp_ipv4_cidr_only_cmd_vtysh);
26478   install_element (INTERFACE_NODE, &no_ip_ospf_retransmit_interval_addr_cmd_vtysh);
26479   install_element (BGP_IPV6_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26480   install_element (BGP_IPV6_NODE, &neighbor_set_peer_group_cmd_vtysh);
26481   install_element (RMAP_NODE, &match_ipv6_next_hop_cmd_vtysh);
26482   install_element (BGP_IPV6_NODE, &bgp_maxpaths_ibgp_cmd_vtysh);
26483   install_element (ISIS_NODE, &no_metric_style_cmd_vtysh);
26484   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_restart_cmd_vtysh);
26485   install_element (ISIS_NODE, &max_lsp_lifetime_cmd_vtysh);
26486   install_element (VIEW_NODE, &show_ip_bgp_route_pathtype_cmd_vtysh);
26487   install_element (BGP_IPV4M_NODE, &bgp_damp_unset2_cmd_vtysh);
26488   install_element (RIPNG_NODE, &no_ripng_offset_list_cmd_vtysh);
26489   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_cmd_vtysh);
26490   install_element (VIEW_NODE, &show_bgp_summary_1w_cmd_vtysh);
26491   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_prefix_cmd_vtysh);
26492   install_element (VIEW_NODE, &show_ipv6_bgp_route_cmd_vtysh);
26493   install_element (CONFIG_NODE, &ip_route_tag_cmd_vtysh);
26494   install_element (INTERFACE_NODE, &ipv6_nd_other_config_flag_cmd_vtysh);
26495   install_element (VIEW_NODE, &show_debugging_nhrp_cmd_vtysh);
26496   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community_exact_cmd_vtysh);
26497   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community4_cmd_vtysh);
26498   install_element (BGP_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
26499   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_rsclient_cmd_vtysh);
26500   install_element (BGP_IPV6_NODE, &neighbor_activate_cmd_vtysh);
26501   install_element (ISIS_NODE, &set_overload_bit_cmd_vtysh);
26502   install_element (CONFIG_NODE, &no_debug_ripng_events_cmd_vtysh);
26503   install_element (BGP_NODE, &bgp_redistribute_ipv4_metric_rmap_cmd_vtysh);
26504   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community2_exact_cmd_vtysh);
26505   install_element (CONFIG_NODE, &no_nhrp_event_socket_cmd_vtysh);
26506   install_element (CONFIG_NODE, &access_list_standard_nomask_cmd_vtysh);
26507   install_element (BGP_NODE, &neighbor_disable_connected_check_cmd_vtysh);
26508   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity_cmd_vtysh);
26509   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity2_cmd_vtysh);
26510   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity3_cmd_vtysh);
26511   install_element (BGP_NODE, &neighbor_local_as_no_prepend_cmd_vtysh);
26512   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_prefix_cmd_vtysh);
26513   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
26514   install_element (LINK_PARAMS_NODE, &no_link_params_admin_grp_cmd_vtysh);
26515   install_element (ENABLE_NODE, &clear_bgp_all_rsclient_cmd_vtysh);
26516   install_element (CONFIG_NODE, &access_list_cmd_vtysh);
26517   install_element (BGP_IPV4_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
26518   install_element (BGP_IPV6M_NODE, &no_ipv6_bgp_network_cmd_vtysh);
26519   install_element (VIEW_NODE, &show_ip_route_summary_cmd_vtysh);
26520   install_element (RMAP_NODE, &set_community_cmd_vtysh);
26521   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_prefix_cmd_vtysh);
26522   install_element (OSPF_NODE, &ospf_area_range_not_advertise_cmd_vtysh);
26523   install_element (INTERFACE_NODE, &ospf_priority_cmd_vtysh);
26524   install_element (INTERFACE_NODE, &interface_no_ip_igmp_query_max_response_time_cmd_vtysh);
26525   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_cmd_vtysh);
26526   install_element (BGP_IPV4M_NODE, &neighbor_distribute_list_cmd_vtysh);
26527   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged2_cmd_vtysh);
26528   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_le_ge_cmd_vtysh);
26529   install_element (CONFIG_NODE, &no_ipv6_route_flags_cmd_vtysh);
26530   install_element (BGP_IPV4M_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26531   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26532   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_lifetime_val_cmd_vtysh);
26533   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
26534   install_element (BGP_NODE, &bgp_cluster_id32_cmd_vtysh);
26535   install_element (ENABLE_NODE, &clear_ip_bgp_all_in_prefix_filter_cmd_vtysh);
26536   install_element (VIEW_NODE, &show_bgp_ipv6_community_all_cmd_vtysh);
26537   install_element (BGP_IPV6M_NODE, &no_neighbor_default_originate_cmd_vtysh);
26538   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_route_pathtype_cmd_vtysh);
26539   install_element (VIEW_NODE, &show_bgp_ipv4_paths_cmd_vtysh);
26540   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_list_cmd_vtysh);
26541   install_element (CONFIG_NODE, &ip_prefix_list_le_ge_cmd_vtysh);
26542   install_element (ENABLE_NODE, &debug_bgp_update_direct_cmd_vtysh);
26543   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_tags_cmd_vtysh);
26544   install_element (CONFIG_NODE, &access_list_extended_mask_any_cmd_vtysh);
26545   install_element (VIEW_NODE, &show_ip_rpf_cmd_vtysh);
26546   install_element (CONFIG_NODE, &debug_pim_trace_cmd_vtysh);
26547   install_element (ENABLE_NODE, &no_debug_ospf_zebra_sub_cmd_vtysh);
26548   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_community3_cmd_vtysh);
26549   install_element (CONFIG_NODE, &ip_protocol_cmd_vtysh);
26550   install_element (ENABLE_NODE, &clear_ip_bgp_all_cmd_vtysh);
26551   install_element (BGP_IPV4M_NODE, &neighbor_capability_orf_prefix_cmd_vtysh);
26552   install_element (ENABLE_NODE, &debug_ospf_nsm_sub_cmd_vtysh);
26553   install_element (RESTRICTED_NODE, &show_bgp_lcommunity3_cmd_vtysh);
26554   install_element (VIEW_NODE, &show_ipv6_ospf6_database_self_originated_cmd_vtysh);
26555   install_element (BGP_IPV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26556   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_natural_cmd_vtysh);
26557   install_element (LINK_PARAMS_NODE, &link_params_use_bw_cmd_vtysh);
26558   install_element (CONFIG_NODE, &ipv6_prefix_list_le_cmd_vtysh);
26559   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rd_prefix_cmd_vtysh);
26560   install_element (BGP_IPV6_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
26561   install_element (INTERFACE_NODE, &isis_hello_interval_l2_cmd_vtysh);
26562   install_element (BGP_ENCAP_NODE, &neighbor_remove_private_as_cmd_vtysh);
26563   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh);
26564   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
26565   install_element (VIEW_NODE, &show_ip_ospf_route_cmd_vtysh);
26566   install_element (CONFIG_NODE, &debug_ospf6_lsa_hex_detail_cmd_vtysh);
26567   install_element (BGP_VPNV4_NODE, &no_neighbor_filter_list_cmd_vtysh);
26568   install_element (VIEW_NODE, &show_bgp_route_cmd_vtysh);
26569   install_element (VIEW_NODE, &show_bgp_view_rsclient_prefix_cmd_vtysh);
26570   install_element (BGP_VPNV4_NODE, &neighbor_set_peer_group_cmd_vtysh);
26571   install_element (INTERFACE_NODE, &no_ipv6_ospf6_passive_cmd_vtysh);
26572   install_element (RESTRICTED_NODE, &show_bgp_memory_cmd_vtysh);
26573   install_element (VIEW_NODE, &show_ip_pim_dr_cmd_vtysh);
26574   install_element (VIEW_NODE, &show_bgp_route_pathtype_cmd_vtysh);
26575   install_element (VIEW_NODE, &show_bgp_instance_ipv6_rsclient_summary_cmd_vtysh);
26576   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
26577   install_element (BGP_IPV4_NODE, &no_neighbor_filter_list_cmd_vtysh);
26578   install_element (INTERFACE_NODE, &ospf_dead_interval_cmd_vtysh);
26579   install_element (ENABLE_NODE, &no_debug_isis_spfevents_cmd_vtysh);
26580   install_element (VIEW_NODE, &show_ip_bgp_view_neighbor_received_routes_cmd_vtysh);
26581   install_element (BGP_NODE, &aggregate_address_mask_as_set_summary_cmd_vtysh);
26582   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_rsclient_prefix_cmd_vtysh);
26583   install_element (VIEW_NODE, &show_ip_bgp_summary_cmd_vtysh);
26584   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
26585   install_element (ENABLE_NODE, &no_debug_ospf_lsa_cmd_vtysh);
26586   install_element (ENABLE_NODE, &no_debug_rip_packet_cmd_vtysh);
26587   install_element (OSPF6_NODE, &ospf6_timers_throttle_spf_cmd_vtysh);
26588   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
26589   install_element (ENABLE_NODE, &clear_bgp_instance_all_soft_in_cmd_vtysh);
26590   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
26591   install_element (VIEW_NODE, &show_ipv6_bgp_community_list_cmd_vtysh);
26592   install_element (ENABLE_NODE, &clear_ip_bgp_external_cmd_vtysh);
26593   install_element (INTERFACE_NODE, &no_ospf_cost_inet4_cmd_vtysh);
26594   install_element (CONFIG_NODE, &no_ip_route_flags2_tag_cmd_vtysh);
26595   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance_vrf_cmd_vtysh);
26596   install_element (RMAP_NODE, &set_vpnv4_nexthop_cmd_vtysh);
26597   install_element (INTERFACE_NODE, &if_no_nhrp_nhs_cmd_vtysh);
26598   install_element (RESTRICTED_NODE, &show_bgp_ipv6_lcommunity_cmd_vtysh);
26599   install_element (CONFIG_NODE, &ipv6_route_flags_pref_tag_cmd_vtysh);
26600   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity_cmd_vtysh);
26601   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance2_vrf_cmd_vtysh);
26602   install_element (CONFIG_NODE, &no_ip_extcommunity_list_expanded_cmd_vtysh);
26603   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_in_prefix_filter_cmd_vtysh);
26604   install_element (BGP_IPV4M_NODE, &no_neighbor_unsuppress_map_cmd_vtysh);
26605   install_element (CONFIG_NODE, &no_ipv6_route_pref_tag_vrf_cmd_vtysh);
26606   install_element (ENABLE_NODE, &debug_mroute_cmd_vtysh);
26607   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_rd_cmd_vtysh);
26608   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity4_cmd_vtysh);
26609   install_element (BGP_IPV6M_NODE, &neighbor_allowas_in_cmd_vtysh);
26610   install_element (CONFIG_NODE, &ip_route_flags2_vrf_cmd_vtysh);
26611   install_element (VIEW_NODE, &show_bgp_ipv4_safi_rsclient_prefix_cmd_vtysh);
26612   install_element (BGP_NODE, &no_bgp_maxpaths_cmd_vtysh);
26613   install_element (VIEW_NODE, &show_ipv6_ospf6_database_cmd_vtysh);
26614   install_element (BGP_NODE, &old_ipv6_bgp_network_cmd_vtysh);
26615   install_element (BGP_IPV4M_NODE, &no_bgp_network_mask_natural_route_map_cmd_vtysh);
26616   install_element (ENABLE_NODE, &debug_bgp_as4_segment_cmd_vtysh);
26617   install_element (VIEW_NODE, &show_ipv6_bgp_community_list_exact_cmd_vtysh);
26618   install_element (BGP_IPV6_NODE, &neighbor_default_originate_cmd_vtysh);
26619   install_element (ENABLE_NODE, &debug_bgp_as4_cmd_vtysh);
26620   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_prefix_longer_cmd_vtysh);
26621   install_element (RESTRICTED_NODE, &show_bgp_ipv6_rsclient_route_cmd_vtysh);
26622   install_element (CONFIG_NODE, &no_ipv6_prefix_list_seq_ge_le_cmd_vtysh);
26623   install_element (INTERFACE_NODE, &no_isis_hello_interval_cmd_vtysh);
26624   install_element (ENABLE_NODE, &undebug_bgp_events_cmd_vtysh);
26625   install_element (CONFIG_NODE, &service_advanced_vty_cmd_vtysh);
26626   install_element (BGP_IPV6_NODE, &ipv6_bgp_distance_source_access_list_cmd_vtysh);
26627   install_element (BGP_VPNV6_NODE, &no_neighbor_send_community_cmd_vtysh);
26628   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26629   install_element (KEYCHAIN_NODE, &no_key_cmd_vtysh);
26630   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
26631   install_element (INTERFACE_NODE, &no_ipv6_nd_adv_interval_config_option_cmd_vtysh);
26632   install_element (ENABLE_NODE, &debug_ospf_ism_sub_cmd_vtysh);
26633   install_element (ENABLE_NODE, &no_debug_ospf_zebra_cmd_vtysh);
26634   install_element (INTERFACE_NODE, &no_ipv6_nd_other_config_flag_cmd_vtysh);
26635   install_element (INTERFACE_NODE, &interface_no_ip_pim_hello_cmd_vtysh);
26636   install_element (RMAP_NODE, &match_ipv6_address_cmd_vtysh);
26637   install_element (RMAP_NODE, &no_set_origin_cmd_vtysh);
26638   install_element (ENABLE_NODE, &clear_ip_bgp_instance_peer_rsclient_cmd_vtysh);
26639   install_element (VIEW_NODE, &show_isis_interface_cmd_vtysh);
26640   install_element (VIEW_NODE, &show_ip_bgp_community3_exact_cmd_vtysh);
26641   install_element (ENABLE_NODE, &clear_bgp_ipv6_external_in_cmd_vtysh);
26642   install_element (BGP_VPNV4_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26643   install_element (OSPF_NODE, &router_ospf_id_cmd_vtysh);
26644   install_element (VIEW_NODE, &show_bgp_ipv4_safi_prefix_cmd_vtysh);
26645   install_element (CONFIG_NODE, &ipv6_prefix_list_seq_ge_cmd_vtysh);
26646   install_element (INTERFACE_NODE, &ipv6_ripng_split_horizon_poisoned_reverse_cmd_vtysh);
26647   install_element (RMAP_NODE, &no_set_community_cmd_vtysh);
26648   install_element (CONFIG_NODE, &no_ip_extcommunity_list_expanded_all_cmd_vtysh);
26649   install_element (VIEW_NODE, &show_bgp_ipv6_prefix_cmd_vtysh);
26650   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community3_cmd_vtysh);
26651   install_element (RIPNG_NODE, &no_ripng_route_cmd_vtysh);
26652   install_element (BGP_VPNV4_NODE, &neighbor_route_map_cmd_vtysh);
26653   install_element (CONFIG_NODE, &debug_isis_spfstats_cmd_vtysh);
26654   install_element (INTERFACE_NODE, &if_nhrp_mtu_cmd_vtysh);
26655   install_element (OSPF_NODE, &no_ospf_area_range_cmd_vtysh);
26656   install_element (INTERFACE_NODE, &no_ip_rip_split_horizon_poisoned_reverse_cmd_vtysh);
26657   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rsclient_route_cmd_vtysh);
26658   install_element (RESTRICTED_NODE, &show_bgp_ipv4_lcommunity_cmd_vtysh);
26659   install_element (BGP_VPNV4_NODE, &neighbor_remove_private_as_cmd_vtysh);
26660   install_element (INTERFACE_NODE, &interface_no_ip_igmp_query_max_response_time_dsec_cmd_vtysh);
26661   install_element (BGP_IPV4M_NODE, &aggregate_address_as_set_cmd_vtysh);
26662   install_element (BGP_ENCAP_NODE, &neighbor_prefix_list_cmd_vtysh);
26663   install_element (RESTRICTED_NODE, &show_bgp_ipv4_community_cmd_vtysh);
26664   install_element (RMAP_NODE, &set_ecommunity_rt_cmd_vtysh);
26665   install_element (INTERFACE_NODE, &if_no_nhrp_network_id_cmd_vtysh);
26666   install_element (VIEW_NODE, &show_bgp_ipv4_safi_community4_cmd_vtysh);
26667   install_element (ENABLE_NODE, &debug_igmp_trace_cmd_vtysh);
26668   install_element (RESTRICTED_NODE, &show_bgp_ipv6_vpn_summary_cmd_vtysh);
26669   install_element (INTERFACE_NODE, &no_csnp_interval_cmd_vtysh);
26670   install_element (ENABLE_NODE, &debug_isis_packet_dump_cmd_vtysh);
26671   install_element (INTERFACE_NODE, &ip_rip_receive_version_cmd_vtysh);
26672   install_element (RESTRICTED_NODE, &show_bgp_ipv6_route_cmd_vtysh);
26673   install_element (RMAP_NODE, &no_set_ipv6_nexthop_local_cmd_vtysh);
26674   install_element (RESTRICTED_NODE, &show_bgp_ipv6_route_pathtype_cmd_vtysh);
26675   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_cmd_vtysh);
26676   install_element (VIEW_NODE, &show_ip_bgp_flap_regexp_cmd_vtysh);
26677   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_dampened_paths_cmd_vtysh);
26678   install_element (BGP_VPNV4_NODE, &no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26679   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_community_cmd_vtysh);
26680   install_element (ENABLE_NODE, &clear_bgp_ipv6_as_in_cmd_vtysh);
26681   install_element (BGP_IPV6M_NODE, &no_neighbor_filter_list_cmd_vtysh);
26682   install_element (VIEW_NODE, &show_ip_pim_lan_prune_delay_cmd_vtysh);
26683   install_element (VIEW_NODE, &show_ip_bgp_flap_prefix_longer_cmd_vtysh);
26684   install_element (RESTRICTED_NODE, &show_ip_bgp_view_route_cmd_vtysh);
26685   install_element (CONFIG_NODE, &no_ip_extcommunity_list_name_standard_cmd_vtysh);
26686   install_element (CONFIG_NODE, &no_ip_community_list_expanded_cmd_vtysh);
26687   install_element (INTERFACE_NODE, &ip_irdp_shutdown_cmd_vtysh);
26688   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_list_exact_cmd_vtysh);
26689   install_element (RMAP_NODE, &no_set_ecommunity_rt_cmd_vtysh);
26690   install_element (OSPF_NODE, &no_ospf_area_nssa_no_summary_cmd_vtysh);
26691   install_element (BGP_NODE, &bgp_log_neighbor_changes_cmd_vtysh);
26692   install_element (VIEW_NODE, &show_bgp_ipv4_safi_neighbor_damp_cmd_vtysh);
26693   install_element (INTERFACE_NODE, &no_psnp_interval_l1_arg_cmd_vtysh);
26694   install_element (OSPF_NODE, &ospf_log_adjacency_changes_detail_cmd_vtysh);
26695   install_element (ENABLE_NODE, &show_debugging_bgp_cmd_vtysh);
26696   install_element (VIEW_NODE, &show_bgp_ipv6_lcommunity_list_cmd_vtysh);
26697   install_element (OSPF_NODE, &no_ospf_mpls_te_cmd_vtysh);
26698   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
26699   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_routes_cmd_vtysh);
26700   install_element (RMAP_NODE, &ospf6_routemap_set_metric_type_cmd_vtysh);
26701   install_element (BGP_IPV4M_NODE, &neighbor_prefix_list_cmd_vtysh);
26702   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community3_cmd_vtysh);
26703   install_element (ENABLE_NODE, &no_debug_isis_events_cmd_vtysh);
26704   install_element (VIEW_NODE, &show_ipv6_bgp_community4_cmd_vtysh);
26705   install_element (VIEW_NODE, &show_ipv6_ospf6_spf_tree_cmd_vtysh);
26706   install_element (BGP_VPNV4_NODE, &neighbor_distribute_list_cmd_vtysh);
26707   install_element (BGP_IPV6_NODE, &bgp_redistribute_ipv6_rmap_cmd_vtysh);
26708   install_element (RESTRICTED_NODE, &show_bgp_view_afi_safi_route_cmd_vtysh);
26709   install_element (VIEW_NODE, &show_ipv6_bgp_community_exact_cmd_vtysh);
26710   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_id_cmd_vtysh);
26711   install_element (RMAP_NODE, &no_set_lcommunity_delete_val_cmd_vtysh);
26712   install_element (ENABLE_NODE, &debug_zebra_nht_cmd_vtysh);
26713   install_element (INTERFACE_NODE, &ipv6_nd_router_preference_cmd_vtysh);
26714   install_element (RMAP_NODE, &rmap_continue_index_cmd_vtysh);
26715   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_cmd_vtysh);
26716   install_element (ZEBRA_NODE, &no_ripng_redistribute_ripng_cmd_vtysh);
26717   install_element (ENABLE_NODE, &clear_ip_bgp_as_encap_out_cmd_vtysh);
26718   install_element (ENABLE_NODE, &clear_ip_bgp_peer_vpnv4_soft_cmd_vtysh);
26719   install_element (CONFIG_NODE, &ipv6_access_list_remark_cmd_vtysh);
26720   install_element (CONFIG_NODE, &debug_bgp_filter_cmd_vtysh);
26721   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_flap_cmd_vtysh);
26722   install_element (BGP_NODE, &bgp_network_mask_cmd_vtysh);
26723   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
26724   install_element (RMAP_NODE, &no_set_ipv6_nexthop_peer_cmd_vtysh);
26725   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_address_cmd_vtysh);
26726   install_element (BGP_NODE, &neighbor_allowas_in_cmd_vtysh);
26727   install_element (BGP_NODE, &no_bgp_distance2_cmd_vtysh);
26728   install_element (CONFIG_NODE, &no_access_list_cmd_vtysh);
26729   install_element (VTY_NODE, &exec_timeout_min_cmd_vtysh);
26730   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_soft_cmd_vtysh);
26731   install_element (ENABLE_NODE, &debug_ospf6_message_cmd_vtysh);
26732   install_element (BGP_VPNV4_NODE, &vpnv4_network_cmd_vtysh);
26733   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_prefix_cmd_vtysh);
26734   install_element (VIEW_NODE, &show_ip_bgp_instance_neighbors_peer_cmd_vtysh);
26735   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_linkstate_id_cmd_vtysh);
26736   install_element (BGP_VPNV6_NODE, &no_neighbor_distribute_list_cmd_vtysh);
26737   install_element (VIEW_NODE, &show_ip_bgp_rsclient_summary_cmd_vtysh);
26738   install_element (CONFIG_NODE, &no_ipv6_route_ifname_pref_tag_cmd_vtysh);
26739   install_element (BGP_IPV4_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
26740   install_element (INTERFACE_NODE, &no_ipv6_ripng_split_horizon_cmd_vtysh);
26741   install_element (CONFIG_NODE, &no_ip_prefix_list_ge_cmd_vtysh);
26742   install_element (VIEW_NODE, &show_bgp_ipv4_safi_route_cmd_vtysh);
26743   install_element (BGP_VPNV4_NODE, &no_vpnv4_network_cmd_vtysh);
26744   install_element (LINK_PARAMS_NODE, &no_link_params_inter_as_cmd_vtysh);
26745   install_element (CONFIG_NODE, &no_debug_ospf6_neighbor_detail_cmd_vtysh);
26746   install_element (VIEW_NODE, &show_bgp_rsclient_prefix_cmd_vtysh);
26747   install_element (CONFIG_NODE, &no_ip_community_list_name_standard_all_cmd_vtysh);
26748   install_element (BGP_IPV4_NODE, &no_neighbor_remove_private_as_cmd_vtysh);
26749   install_element (ENABLE_NODE, &no_debug_bgp_zebra_cmd_vtysh);
26750   install_element (BGP_ENCAPV6_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26751   install_element (ENABLE_NODE, &no_debug_zebra_rib_cmd_vtysh);
26752   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community_exact_cmd_vtysh);
26753   install_element (CONFIG_NODE, &ip_multicast_mode_cmd_vtysh);
26754   install_element (BGP_VPNV4_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26755   install_element (RIPNG_NODE, &ripng_route_cmd_vtysh);
26756   install_element (VIEW_NODE, &show_bgp_ipv4_encap_cmd_vtysh);
26757   install_element (ENABLE_NODE, &clear_ip_bgp_all_soft_cmd_vtysh);
26758   install_element (BGP_VPNV6_NODE, &neighbor_route_map_cmd_vtysh);
26759   install_element (INTERFACE_NODE, &ipv6_nd_prefix_noval_noauto_cmd_vtysh);
26760   install_element (CONFIG_NODE, &debug_pim_zebra_cmd_vtysh);
26761   install_element (CONFIG_NODE, &no_access_list_standard_host_cmd_vtysh);
26762   install_element (VIEW_NODE, &show_bgp_ipv4_safi_cmd_vtysh);
26763   install_element (BGP_ENCAPV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26764   install_element (ENABLE_NODE, &debug_ospf_nsm_cmd_vtysh);
26765   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_neighbors_cmd_vtysh);
26766   install_element (RMAP_NODE, &no_match_probability_val_cmd_vtysh);
26767   install_element (VIEW_NODE, &show_ip_route_summary_prefix_vrf_all_cmd_vtysh);
26768   install_element (BGP_IPV4M_NODE, &bgp_damp_unset_cmd_vtysh);
26769   install_element (VIEW_NODE, &show_bgp_ipv4_encap_rd_neighbor_advertised_routes_cmd_vtysh);
26770   install_element (VIEW_NODE, &show_ipv6_bgp_prefix_list_cmd_vtysh);
26771   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community2_exact_cmd_vtysh);
26772   install_element (VIEW_NODE, &show_ipv6_route_summary_prefix_vrf_cmd_vtysh);
26773   install_element (CONFIG_NODE, &no_ip_route_mask_flags_cmd_vtysh);
26774   install_element (VIEW_NODE, &show_ip_route_prefix_vrf_all_cmd_vtysh);
26775   install_element (BGP_IPV6_NODE, &neighbor_send_community_type_cmd_vtysh);
26776   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance2_cmd_vtysh);
26777   install_element (RESTRICTED_NODE, &show_bgp_prefix_cmd_vtysh);
26778   install_element (RMAP_NODE, &ospf6_routemap_no_set_forwarding_cmd_vtysh);
26779   install_element (RMAP_NODE, &set_metric_addsub_cmd_vtysh);
26780   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community4_exact_cmd_vtysh);
26781   install_element (RMAP_NODE, &no_match_ip_next_hop_cmd_vtysh);
26782   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26783   install_element (BGP_NODE, &no_neighbor_remote_as_cmd_vtysh);
26784   install_element (RMAP_NODE, &set_community_delete_cmd_vtysh);
26785   install_element (CONFIG_NODE, &no_debug_bgp_as4_segment_cmd_vtysh);
26786   install_element (ENABLE_NODE, &debug_ospf6_neighbor_detail_cmd_vtysh);
26787   install_element (BGP_IPV6_NODE, &neighbor_nexthop_local_unchanged_cmd_vtysh);
26788   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_in_cmd_vtysh);
26789   install_element (BGP_ENCAPV6_NODE, &neighbor_filter_list_cmd_vtysh);
26790   install_element (BGP_ENCAPV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
26791   install_element (BGP_IPV6_NODE, &neighbor_remove_private_as_cmd_vtysh);
26792   install_element (OSPF_NODE, &no_ospf_log_adjacency_changes_cmd_vtysh);
26793   install_element (ENABLE_NODE, &debug_ripng_events_cmd_vtysh);
26794   install_element (BGP_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26795   install_element (BGP_IPV6M_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
26796   install_element (CONFIG_NODE, &debug_bgp_as4_segment_cmd_vtysh);
26797   install_element (ISIS_NODE, &isis_redistribute_cmd_vtysh);
26798   install_element (CONFIG_NODE, &ip_prefix_list_cmd_vtysh);
26799   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_config_flag_cmd_vtysh);
26800   install_element (CONFIG_NODE, &no_ipv6_route_flags_vrf_cmd_vtysh);
26801   install_element (RMAP_NODE, &match_lcommunity_cmd_vtysh);
26802   install_element (INTERFACE_NODE, &shutdown_if_cmd_vtysh);
26803   install_element (ISIS_NODE, &no_spf_interval_l1_cmd_vtysh);
26804   install_element (CONFIG_NODE, &ip_prefix_list_seq_le_ge_cmd_vtysh);
26805   install_element (INTERFACE_NODE, &bandwidth_if_cmd_vtysh);
26806   install_element (INTERFACE_NODE, &isis_metric_l2_cmd_vtysh);
26807   install_element (INTERFACE_NODE, &no_isis_priority_l1_cmd_vtysh);
26808   install_element (ENABLE_NODE, &clear_bgp_peer_in_cmd_vtysh);
26809   install_element (ENABLE_NODE, &clear_bgp_all_soft_out_cmd_vtysh);
26810   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_cidr_only_cmd_vtysh);
26811   install_element (CONFIG_NODE, &debug_ospf_packet_all_cmd_vtysh);
26812   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
26813   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_as_set_cmd_vtysh);
26814   install_element (RIP_NODE, &no_rip_default_metric_val_cmd_vtysh);
26815   install_element (BGP_NODE, &no_neighbor_weight_val_cmd_vtysh);
26816   install_element (VIEW_NODE, &show_ip_route_supernets_vrf_cmd_vtysh);
26817   install_element (BGP_NODE, &bgp_redistribute_ipv4_rmap_metric_cmd_vtysh);
26818   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_summary_cmd_vtysh);
26819   install_element (CONFIG_NODE, &ip_route_flags_tag_distance_vrf_cmd_vtysh);
26820   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged_cmd_vtysh);
26821   install_element (RIPNG_NODE, &ripng_offset_list_ifname_cmd_vtysh);
26822   install_element (BGP_IPV6M_NODE, &no_neighbor_default_originate_rmap_cmd_vtysh);
26823   install_element (BGP_NODE, &neighbor_capability_dynamic_cmd_vtysh);
26824   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community4_exact_cmd_vtysh);
26825   install_element (CONFIG_NODE, &no_ip_mroute_dist_vrf_cmd_vtysh);
26826   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
26827   install_element (BGP_IPV6M_NODE, &neighbor_filter_list_cmd_vtysh);
26828   install_element (ISIS_NODE, &dynamic_hostname_cmd_vtysh);
26829   install_element (VIEW_NODE, &show_bgp_ipv4_safi_dampened_paths_cmd_vtysh);
26830   install_element (BGP_IPV4M_NODE, &aggregate_address_mask_as_set_summary_cmd_vtysh);
26831   install_element (OSPF_NODE, &no_ospf_max_metric_router_lsa_admin_cmd_vtysh);
26832   install_element (ENABLE_NODE, &undebug_bgp_nht_cmd_vtysh);
26833   install_element (CONFIG_NODE, &no_router_bgp_cmd_vtysh);
26834   install_element (VIEW_NODE, &show_bgp_ipv6_safi_community4_exact_cmd_vtysh);
26835   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_address_mask_cmd_vtysh);
26836   install_element (BGP_NODE, &neighbor_passive_cmd_vtysh);
26837   install_element (VIEW_NODE, &show_ip_bgp_view_cmd_vtysh);
26838   install_element (BGP_IPV4M_NODE, &no_neighbor_prefix_list_cmd_vtysh);
26839   install_element (BGP_NODE, &no_neighbor_attr_unchanged3_cmd_vtysh);
26840   install_element (VIEW_NODE, &show_ip_extcommunity_list_arg_cmd_vtysh);
26841   install_element (VIEW_NODE, &show_bgp_ipv6_safi_rsclient_prefix_cmd_vtysh);
26842   install_element (VIEW_NODE, &show_bgp_ipv4_encap_route_cmd_vtysh);
26843   install_element (CONFIG_NODE, &no_dump_bgp_all_cmd_vtysh);
26844   install_element (BGP_ENCAPV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26845   install_element (INTERFACE_NODE, &ip_ospf_hello_interval_addr_cmd_vtysh);
26846   install_element (INTERFACE_NODE, &no_ip_ospf_network_cmd_vtysh);
26847   install_element (VIEW_NODE, &show_bgp_neighbor_flap_cmd_vtysh);
26848   install_element (RIP_NODE, &rip_route_cmd_vtysh);
26849   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_restart_cmd_vtysh);
26850   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
26851   install_element (CONFIG_NODE, &no_debug_ospf6_flooding_cmd_vtysh);
26852   install_element (INTERFACE_NODE, &no_ip_rip_authentication_key_chain_cmd_vtysh);
26853   install_element (ENABLE_NODE, &debug_rip_packet_direct_cmd_vtysh);
26854   install_element (INTERFACE_NODE, &ip_router_isis_cmd_vtysh);
26855   install_element (CONFIG_NODE, &ipv6_route_flags_vrf_cmd_vtysh);
26856   install_element (OSPF_NODE, &ospf_opaque_capable_cmd_vtysh);
26857   install_element (RIP_NODE, &rip_network_cmd_vtysh);
26858   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_neighbors_peer_cmd_vtysh);
26859   install_element (BGP_IPV6_NODE, &ipv6_aggregate_address_cmd_vtysh);
26860   install_element (CONFIG_NODE, &no_access_list_remark_arg_cmd_vtysh);
26861   install_element (INTERFACE_NODE, &no_psnp_interval_arg_cmd_vtysh);
26862   install_element (BGP_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
26863   install_element (LINK_PARAMS_NODE, &no_link_params_pkt_loss_cmd_vtysh);
26864   install_element (INTERFACE_NODE, &ip_ospf_cost_u32_cmd_vtysh);
26865   install_element (RESTRICTED_NODE, &show_bgp_view_ipv6_neighbor_received_prefix_filter_cmd_vtysh);
26866   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_received_routes_cmd_vtysh);
26867   install_element (BGP_IPV4_NODE, &aggregate_address_cmd_vtysh);
26868   install_element (VIEW_NODE, &show_ip_bgp_lcommunity3_cmd_vtysh);
26869   install_element (BGP_NODE, &aggregate_address_as_set_summary_cmd_vtysh);
26870   install_element (ENABLE_NODE, &clear_ip_bgp_all_encap_in_cmd_vtysh);
26871   install_element (BGP_IPV6_NODE, &no_neighbor_filter_list_cmd_vtysh);
26872   install_element (INTERFACE_NODE, &isis_hello_multiplier_l2_cmd_vtysh);
26873   install_element (OSPF_NODE, &no_ospf_passive_interface_cmd_vtysh);
26874   install_element (RESTRICTED_NODE, &show_ip_bgp_rsclient_summary_cmd_vtysh);
26875   install_element (BGP_NODE, &neighbor_weight_cmd_vtysh);
26876   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity_list_cmd_vtysh);
26877   install_element (BGP_ENCAP_NODE, &no_neighbor_send_community_cmd_vtysh);
26878   install_element (CONFIG_NODE, &no_ipv6_route_ifname_flags_pref_tag_cmd_vtysh);
26879   install_element (INTERFACE_NODE, &no_ip_address_label_cmd_vtysh);
26880   install_element (ENABLE_NODE, &clear_bgp_ipv6_peer_soft_cmd_vtysh);
26881   install_element (BGP_NODE, &no_neighbor_capability_orf_prefix_cmd_vtysh);
26882   install_element (BGP_NODE, &no_neighbor_local_as_cmd_vtysh);
26883   install_element (VIEW_NODE, &show_bgp_view_afi_safi_route_cmd_vtysh);
26884   install_element (ENABLE_NODE, &clear_ip_bgp_all_soft_in_cmd_vtysh);
26885   install_element (CONFIG_NODE, &no_debug_igmp_events_cmd_vtysh);
26886   install_element (ENABLE_NODE, &undebug_bgp_normal_cmd_vtysh);
26887   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
26888   install_element (ENABLE_NODE, &debug_ospf_lsa_sub_cmd_vtysh);
26889   install_element (BGP_VPNV6_NODE, &no_neighbor_route_map_cmd_vtysh);
26890   install_element (ENABLE_NODE, &clear_ip_bgp_all_in_cmd_vtysh);
26891   install_element (ENABLE_NODE, &clear_ip_bgp_all_vpnv4_soft_in_cmd_vtysh);
26892   install_element (INTERFACE_NODE, &ipv6_ospf6_advertise_prefix_list_cmd_vtysh);
26893   install_element (BGP_ENCAP_NODE, &neighbor_filter_list_cmd_vtysh);
26894   install_element (ENABLE_NODE, &undebug_bgp_keepalive_cmd_vtysh);
26895   install_element (VIEW_NODE, &show_ipv6_ospf6_database_adv_router_linkstate_id_cmd_vtysh);
26896   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_tags_cmd_vtysh);
26897   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_cmd_vtysh);
26898   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_interval_cmd_vtysh);
26899   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_in_prefix_filter_cmd_vtysh);
26900   install_element (ENABLE_NODE, &clear_bgp_all_in_prefix_filter_cmd_vtysh);
26901   install_element (BGP_NODE, &no_neighbor_attr_unchanged8_cmd_vtysh);
26902   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_prefix_cmd_vtysh);
26903   install_element (ZEBRA_NODE, &no_redistribute_ospf6_cmd_vtysh);
26904   install_element (BGP_IPV6M_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
26905   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_router_cmd_vtysh);
26906   install_element (BGP_NODE, &neighbor_send_community_cmd_vtysh);
26907   install_element (BGP_NODE, &neighbor_default_originate_cmd_vtysh);
26908   install_element (BGP_IPV6_NODE, &no_bgp_redistribute_ipv6_metric_cmd_vtysh);
26909   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
26910   install_element (BGP_VPNV6_NODE, &neighbor_distribute_list_cmd_vtysh);
26911   install_element (BGP_NODE, &neighbor_enforce_multihop_cmd_vtysh);
26912   install_element (RESTRICTED_NODE, &show_bgp_community3_exact_cmd_vtysh);
26913   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_soft_out_cmd_vtysh);
26914   install_element (VIEW_NODE, &show_debugging_ripng_cmd_vtysh);
26915   install_element (INTERFACE_NODE, &ipv6_nd_ra_interval_cmd_vtysh);
26916   install_element (ENABLE_NODE, &debug_bgp_keepalive_cmd_vtysh);
26917   install_element (CONFIG_NODE, &ip_route_mask_flags_tag_distance_cmd_vtysh);
26918   install_element (CONFIG_NODE, &undebug_pim_packets_cmd_vtysh);
26919   install_element (BGP_IPV4_NODE, &no_bgp_network_cmd_vtysh);
26920   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged5_cmd_vtysh);
26921   install_element (ENABLE_NODE, &undebug_bgp_allow_martians_cmd_vtysh);
26922   install_element (RESTRICTED_NODE, &show_bgp_ipv6_vpn_rd_route_cmd_vtysh);
26923   install_element (BGP_IPV6M_NODE, &no_neighbor_soft_reconfiguration_cmd_vtysh);
26924   install_element (VIEW_NODE, &show_ip_route_prefix_longer_vrf_cmd_vtysh);
26925   install_element (INTERFACE_NODE, &interface_no_ip_pim_ssm_cmd_vtysh);
26926   install_element (BGP_VPNV6_NODE, &neighbor_route_reflector_client_cmd_vtysh);
26927   install_element (RESTRICTED_NODE, &show_bgp_view_neighbor_received_prefix_filter_cmd_vtysh);
26928   install_element (VIEW_NODE, &show_bgp_ipv6_neighbor_advertised_route_cmd_vtysh);
26929   install_element (CONFIG_NODE, &undebug_pim_cmd_vtysh);
26930   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbors_cmd_vtysh);
26931   install_element (BGP_NODE, &old_no_ipv6_aggregate_address_cmd_vtysh);
26932   install_element (BGP_NODE, &no_neighbor_ebgp_multihop_cmd_vtysh);
26933   install_element (CONFIG_NODE, &no_router_ospf6_cmd_vtysh);
26934   install_element (RMAP_NODE, &no_set_aggregator_as_val_cmd_vtysh);
26935   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity4_cmd_vtysh);
26936   install_element (BGP_IPV4M_NODE, &neighbor_default_originate_rmap_cmd_vtysh);
26937   install_element (INTERFACE_NODE, &no_ipv6_nd_prefix_cmd_vtysh);
26938   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_lcommunity_cmd_vtysh);
26939   install_element (VIEW_NODE, &show_ip_route_summary_vrf_cmd_vtysh);
26940   install_element (RMAP_NODE, &no_set_src_cmd_vtysh);
26941   install_element (VIEW_NODE, &show_ipv6_mbgp_community_list_exact_cmd_vtysh);
26942   install_element (LINK_PARAMS_NODE, &link_params_admin_grp_cmd_vtysh);
26943   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
26944   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_rev_rtaddr_cmd_vtysh);
26945   install_element (CONFIG_NODE, &no_debug_igmp_trace_cmd_vtysh);
26946   install_element (BGP_IPV4_NODE, &neighbor_default_originate_cmd_vtysh);
26947   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_prefix_cmd_vtysh);
26948   install_element (OSPF_NODE, &no_ospf_area_range_cost_cmd_vtysh);
26949   install_element (BGP_IPV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
26950   install_element (ZEBRA_NODE, &redistribute_ospf6_cmd_vtysh);
26951   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_in_cmd_vtysh);
26952   install_element (BGP_IPV4M_NODE, &no_aggregate_address_summary_only_cmd_vtysh);
26953   install_element (ENABLE_NODE, &debug_ripng_packet_cmd_vtysh);
26954   install_element (LINK_PARAMS_NODE, &link_params_metric_cmd_vtysh);
26955   install_element (CONFIG_NODE, &debug_igmp_cmd_vtysh);
26956   install_element (INTERFACE_NODE, &ospf_hello_interval_cmd_vtysh);
26957   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_infinite_month_day_cmd_vtysh);
26958   install_element (BGP_NODE, &no_neighbor_filter_list_cmd_vtysh);
26959   install_element (INTERFACE_NODE, &no_isis_circuit_type_cmd_vtysh);
26960   install_element (ENABLE_NODE, &no_debug_bgp_all_cmd_vtysh);
26961   install_element (ENABLE_NODE, &no_debug_ospf6_brouter_cmd_vtysh);
26962   install_element (CONFIG_NODE, &ip_route_mask_flags_cmd_vtysh);
26963   install_element (CONFIG_NODE, &ip_extcommunity_list_standard2_cmd_vtysh);
26964   install_element (BGP_ENCAPV6_NODE, &neighbor_distribute_list_cmd_vtysh);
26965   install_element (RMAP_NODE, &no_set_lcommunity_none_cmd_vtysh);
26966   install_element (BGP_IPV4_NODE, &neighbor_prefix_list_cmd_vtysh);
26967   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_pathtype_cmd_vtysh);
26968   install_element (ENABLE_NODE, &clear_bgp_instance_all_cmd_vtysh);
26969   install_element (BGP_ENCAP_NODE, &neighbor_attr_unchanged5_cmd_vtysh);
26970   install_element (VIEW_NODE, &show_ip_igmp_querier_cmd_vtysh);
26971   install_element (BGP_IPV6_NODE, &neighbor_prefix_list_cmd_vtysh);
26972   install_element (VIEW_NODE, &show_ip_bgp_ipv4_lcommunity_all_cmd_vtysh);
26973   install_element (VIEW_NODE, &show_ipv6_ospf6_border_routers_detail_cmd_vtysh);
26974   install_element (INTERFACE_NODE, &ipv6_ospf6_passive_cmd_vtysh);
26975   install_element (BGP_IPV4M_NODE, &no_neighbor_route_server_client_cmd_vtysh);
26976   install_element (ENABLE_NODE, &no_debug_isis_adj_cmd_vtysh);
26977   install_element (CONFIG_NODE, &no_route_map_all_cmd_vtysh);
26978   install_element (VIEW_NODE, &show_ip_route_tag_vrf_cmd_vtysh);
26979   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
26980   install_element (VIEW_NODE, &show_ip_bgp_prefix_pathtype_cmd_vtysh);
26981   install_element (BGP_IPV6_NODE, &ipv6_bgp_network_cmd_vtysh);
26982   install_element (INTERFACE_NODE, &ip_irdp_debug_disable_cmd_vtysh);
26983   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity4_cmd_vtysh);
26984   install_element (CONFIG_NODE, &debug_ospf_lsa_cmd_vtysh);
26985   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_lcommunity4_cmd_vtysh);
26986   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_community_cmd_vtysh);
26987   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_all_prefix_cmd_vtysh);
26988   install_element (RMAP_NODE, &no_set_weight_val_cmd_vtysh);
26989   install_element (VIEW_NODE, &show_ip_bgp_ipv4_rsclient_summary_cmd_vtysh);
26990   install_element (VIEW_NODE, &show_ipv6_route_cmd_vtysh);
26991   install_element (CONFIG_NODE, &ip_forwarding_cmd_vtysh);
26992   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rd_route_cmd_vtysh);
26993   install_element (RESTRICTED_NODE, &show_bgp_rsclient_route_cmd_vtysh);
26994   install_element (RESTRICTED_NODE, &show_bgp_ipv4_vpn_prefix_cmd_vtysh);
26995   install_element (CONFIG_NODE, &no_access_list_standard_nomask_cmd_vtysh);
26996   install_element (RIPNG_NODE, &no_ripng_network_cmd_vtysh);
26997   install_element (RMAP_NODE, &no_set_vpnv4_nexthop_val_cmd_vtysh);
26998   install_element (VIEW_NODE, &show_bgp_view_ipv6_neighbor_routes_cmd_vtysh);
26999   install_element (CONFIG_NODE, &ipv6_route_flags_pref_vrf_cmd_vtysh);
27000   install_element (ENABLE_NODE, &no_debug_ospf_packet_send_recv_detail_cmd_vtysh);
27001   install_element (CONFIG_NODE, &ip_mroute_dist_cmd_vtysh);
27002   install_element (OSPF_NODE, &ospf_rfc1583_flag_cmd_vtysh);
27003   install_element (BGP_IPV4_NODE, &no_neighbor_attr_unchanged6_cmd_vtysh);
27004   install_element (INTERFACE_NODE, &ip_rip_receive_version_1_cmd_vtysh);
27005   install_element (OSPF_NODE, &ospf_timers_throttle_spf_cmd_vtysh);
27006   install_element (CONFIG_NODE, &ip_prefix_list_description_cmd_vtysh);
27007   install_element (INTERFACE_NODE, &ipv6_ospf6_transmitdelay_cmd_vtysh);
27008   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_vrf_cmd_vtysh);
27009   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_cmd_vtysh);
27010   install_element (RMAP_NODE, &set_lcommunity_delete_cmd_vtysh);
27011   install_element (CONFIG_NODE, &no_ip_route_flags_tag_distance_cmd_vtysh);
27012   install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance_cmd_vtysh);
27013   install_element (BGP_IPV6M_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
27014   install_element (INTERFACE_NODE, &csnp_interval_cmd_vtysh);
27015   install_element (OSPF_NODE, &ospf_neighbor_priority_cmd_vtysh);
27016   install_element (BGP_NODE, &bgp_network_import_check_cmd_vtysh);
27017   install_element (VIEW_NODE, &show_interface_cmd_vtysh);
27018   install_element (CONFIG_NODE, &no_ipv6_route_flags_tag_cmd_vtysh);
27019   install_element (VIEW_NODE, &ipv6_bgp_neighbor_advertised_route_cmd_vtysh);
27020   install_element (BGP_NODE, &bgp_bestpath_med3_cmd_vtysh);
27021   install_element (BGP_NODE, &no_neighbor_timers_connect_val_cmd_vtysh);
27022   install_element (INTERFACE_NODE, &no_ipv6_nd_homeagent_lifetime_cmd_vtysh);
27023   install_element (VIEW_NODE, &show_ipv6_ospf6_route_match_detail_cmd_vtysh);
27024   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_out_cmd_vtysh);
27025   install_element (VIEW_NODE, &show_bgp_community4_cmd_vtysh);
27026   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_soft_out_cmd_vtysh);
27027   install_element (BGP_IPV6_NODE, &no_neighbor_allowas_in_cmd_vtysh);
27028   install_element (ENABLE_NODE, &clear_ip_bgp_peer_group_ipv4_soft_cmd_vtysh);
27029   install_element (CONFIG_NODE, &no_ipv6_prefix_list_sequence_number_cmd_vtysh);
27030   install_element (BGP_IPV4_NODE, &no_neighbor_route_reflector_client_cmd_vtysh);
27031   install_element (VIEW_NODE, &show_ipv6_ospf6_interface_prefix_match_cmd_vtysh);
27032   install_element (BGP_NODE, &aggregate_address_mask_summary_as_set_cmd_vtysh);
27033   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity_cmd_vtysh);
27034   install_element (BGP_IPV6_NODE, &no_bgp_maxpaths_ibgp_cmd_vtysh);
27035   install_element (ENABLE_NODE, &clear_ip_bgp_peer_ipv4_soft_cmd_vtysh);
27036   install_element (CONFIG_NODE, &no_debug_pim_zebra_cmd_vtysh);
27037   install_element (BGP_IPV4M_NODE, &no_aggregate_address_mask_summary_only_cmd_vtysh);
27038   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_prefix_pathtype_cmd_vtysh);
27039   install_element (CONFIG_NODE, &no_ipv6_access_list_all_cmd_vtysh);
27040   install_element (VIEW_NODE, &show_bgp_view_afi_safi_lcommunity_all_cmd_vtysh);
27041   install_element (VIEW_NODE, &show_bgp_ipv4_filter_list_cmd_vtysh);
27042   install_element (CONFIG_NODE, &no_debug_bgp_zebra_cmd_vtysh);
27043   install_element (CONFIG_NODE, &debug_ospf_zebra_cmd_vtysh);
27044   install_element (BGP_IPV6M_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27045   install_element (CONFIG_NODE, &no_ip_prefix_list_seq_le_cmd_vtysh);
27046   install_element (CONFIG_NODE, &no_ip_ssmpingd_cmd_vtysh);
27047   install_element (VIEW_NODE, &show_bgp_ipv6_rsclient_route_cmd_vtysh);
27048   install_element (BGP_ENCAP_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
27049   install_element (OSPF_NODE, &no_ospf_distribute_list_out_cmd_vtysh);
27050   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged1_cmd_vtysh);
27051   install_element (BGP_ENCAPV6_NODE, &neighbor_attr_unchanged7_cmd_vtysh);
27052   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community2_cmd_vtysh);
27053   install_element (CONFIG_NODE, &ipv6_route_ifname_tag_vrf_cmd_vtysh);
27054   install_element (RESTRICTED_NODE, &show_bgp_rsclient_summary_cmd_vtysh);
27055   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_rd_cmd_vtysh);
27056   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_cmd_vtysh);
27057   install_element (VIEW_NODE, &show_ip_route_supernets_cmd_vtysh);
27058   install_element (VIEW_NODE, &show_bgp_ipv6_safi_neighbor_received_prefix_filter_cmd_vtysh);
27059   install_element (ENABLE_NODE, &clear_bgp_peer_cmd_vtysh);
27060   install_element (ENABLE_NODE, &clear_ip_bgp_as_soft_out_cmd_vtysh);
27061   install_element (CONFIG_NODE, &debug_bgp_update_direct_cmd_vtysh);
27062   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_as_set_summary_cmd_vtysh);
27063   install_element (ENABLE_NODE, &clear_bgp_external_soft_out_cmd_vtysh);
27064   install_element (BGP_VPNV4_NODE, &no_neighbor_route_map_cmd_vtysh);
27065   install_element (INTERFACE_NODE, &ospf_cost_u32_inet4_cmd_vtysh);
27066   install_element (VIEW_NODE, &show_ipv6_ospf6_route_type_cmd_vtysh);
27067   install_element (OSPF6_NODE, &no_ospf6_stub_router_admin_cmd_vtysh);
27068   install_element (RESTRICTED_NODE, &show_bgp_community3_cmd_vtysh);
27069   install_element (BGP_IPV4M_NODE, &bgp_network_mask_route_map_cmd_vtysh);
27070   install_element (INTERFACE_NODE, &no_ip_ospf_hello_interval_addr_cmd_vtysh);
27071   install_element (BGP_NODE, &bgp_bestpath_med2_cmd_vtysh);
27072   install_element (VIEW_NODE, &show_dmvpn_cmd_vtysh);
27073   install_element (CONFIG_NODE, &log_commands_cmd_vtysh);
27074   install_element (CONFIG_NODE, &no_debug_static_cmd_vtysh);
27075   install_element (BGP_IPV6_NODE, &neighbor_attr_unchanged3_cmd_vtysh);
27076   install_element (VIEW_NODE, &show_bgp_ipv4_safi_regexp_cmd_vtysh);
27077   install_element (BGP_IPV6M_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27078   install_element (OSPF_NODE, &ospf_area_range_advertise_cost_cmd_vtysh);
27079   install_element (VIEW_NODE, &show_bgp_ipv4_safi_lcommunity4_cmd_vtysh);
27080   install_element (BGP_NODE, &neighbor_local_as_cmd_vtysh);
27081   install_element (VIEW_NODE, &show_bgp_lcommunity2_cmd_vtysh);
27082   install_element (OSPF_NODE, &ospf_area_range_cost_cmd_vtysh);
27083   install_element (BGP_VPNV4_NODE, &no_neighbor_attr_unchanged2_cmd_vtysh);
27084   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_pathtype_cmd_vtysh);
27085   install_element (ENABLE_NODE, &clear_bgp_ipv6_all_soft_out_cmd_vtysh);
27086   install_element (RIP_NODE, &no_rip_redistribute_type_metric_routemap_cmd_vtysh);
27087   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity2_cmd_vtysh);
27088   install_element (INTERFACE_NODE, &csnp_interval_l1_cmd_vtysh);
27089   install_element (RESTRICTED_NODE, &show_bgp_community2_exact_cmd_vtysh);
27090   install_element (INTERFACE_NODE, &no_ip_ospf_authentication_addr_cmd_vtysh);
27091   install_element (ENABLE_NODE, &no_debug_ospf_te_cmd_vtysh);
27092   install_element (ENABLE_NODE, &no_debug_zebra_nht_cmd_vtysh);
27093   install_element (VIEW_NODE, &show_bgp_view_prefix_cmd_vtysh);
27094   install_element (ENABLE_NODE, &debug_isis_err_cmd_vtysh);
27095   install_element (BGP_IPV4M_NODE, &no_neighbor_distribute_list_cmd_vtysh);
27096   install_element (BGP_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
27097   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged6_cmd_vtysh);
27098   install_element (ENABLE_NODE, &debug_ssmpingd_cmd_vtysh);
27099   install_element (VIEW_NODE, &show_bgp_instance_rsclient_summary_cmd_vtysh);
27100   install_element (BGP_VPNV4_NODE, &no_neighbor_activate_cmd_vtysh);
27101   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
27102   install_element (ENABLE_NODE, &show_ipv6_access_list_name_cmd_vtysh);
27103   install_element (INTERFACE_NODE, &ip_ospf_hello_interval_cmd_vtysh);
27104   install_element (CONFIG_NODE, &no_ipv6_prefix_list_cmd_vtysh);
27105   install_element (VIEW_NODE, &show_bgp_ipv4_lcommunity_list_cmd_vtysh);
27106   install_element (RMAP_NODE, &no_match_metric_cmd_vtysh);
27107   install_element (BGP_ENCAPV6_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27108   install_element (BGP_NODE, &no_bgp_bestpath_compare_router_id_cmd_vtysh);
27109   install_element (ENABLE_NODE, &debug_isis_spfstats_cmd_vtysh);
27110   install_element (BGP_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
27111   install_element (RESTRICTED_NODE, &show_ip_bgp_route_pathtype_cmd_vtysh);
27112   install_element (ISIS_NODE, &spf_interval_l1_cmd_vtysh);
27113   install_element (VIEW_NODE, &show_bgp_instance_ipv4_summary_cmd_vtysh);
27114   install_element (VIEW_NODE, &show_ipv6_route_tag_cmd_vtysh);
27115   install_element (BGP_NODE, &no_aggregate_address_mask_summary_as_set_cmd_vtysh);
27116   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_cmd_vtysh);
27117   install_element (RESTRICTED_NODE, &show_ip_bgp_ipv4_prefix_cmd_vtysh);
27118   install_element (RIPNG_NODE, &no_ripng_allow_ecmp_cmd_vtysh);
27119   install_element (ENABLE_NODE, &clear_bgp_peer_group_soft_out_cmd_vtysh);
27120   install_element (ENABLE_NODE, &clear_nhrp_cmd_vtysh);
27121   install_element (BGP_NODE, &neighbor_send_community_type_cmd_vtysh);
27122   install_element (VIEW_NODE, &show_ipv6_ospf6_route_longer_detail_cmd_vtysh);
27123   install_element (CONFIG_NODE, &debug_bgp_allow_martians_cmd_vtysh);
27124   install_element (CONFIG_NODE, &no_debug_mroute_cmd_vtysh);
27125   install_element (BGP_ENCAP_NODE, &no_neighbor_attr_unchanged1_cmd_vtysh);
27126   install_element (INTERFACE_NODE, &ipv6_nd_adv_interval_config_option_cmd_vtysh);
27127   install_element (VIEW_NODE, &show_bgp_ipv6_safi_lcommunity_cmd_vtysh);
27128   install_element (RIP_NODE, &no_rip_timers_cmd_vtysh);
27129   install_element (INTERFACE_NODE, &ipv6_ospf6_network_cmd_vtysh);
27130   install_element (BGP_VPNV6_NODE, &neighbor_set_peer_group_cmd_vtysh);
27131   install_element (ENABLE_NODE, &debug_zebra_packet_direct_cmd_vtysh);
27132   install_element (OSPF_NODE, &ospf_neighbor_priority_poll_interval_cmd_vtysh);
27133   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_prefix_cmd_vtysh);
27134   install_element (RMAP_NODE, &no_match_local_pref_val_cmd_vtysh);
27135   install_element (CONFIG_NODE, &undebug_igmp_packets_cmd_vtysh);
27136   install_element (OSPF_NODE, &no_ospf_abr_type_cmd_vtysh);
27137   install_element (VIEW_NODE, &show_bgp_ipv6_community2_cmd_vtysh);
27138   install_element (VIEW_NODE, &show_bgp_instance_ipv6_safi_summary_cmd_vtysh);
27139   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
27140   install_element (CONFIG_NODE, &no_ip_prefix_list_description_cmd_vtysh);
27141   install_element (CONFIG_NODE, &ip_mroute_vrf_cmd_vtysh);
27142   install_element (CONFIG_NODE, &debug_ospf_packet_send_recv_detail_cmd_vtysh);
27143   install_element (BGP_NODE, &bgp_redistribute_ipv4_metric_cmd_vtysh);
27144   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_route_map_cmd_vtysh);
27145   install_element (OSPF_NODE, &ospf_distribute_list_out_cmd_vtysh);
27146   install_element (CONFIG_NODE, &no_debug_ospf6_spf_process_cmd_vtysh);
27147   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged4_cmd_vtysh);
27148   install_element (CONFIG_NODE, &debug_isis_lsp_sched_cmd_vtysh);
27149   install_element (VIEW_NODE, &show_bgp_ipv4_safi_flap_cidr_only_cmd_vtysh);
27150   install_element (VIEW_NODE, &show_ip_bgp_vpnv4_rd_route_cmd_vtysh);
27151   install_element (RESTRICTED_NODE, &show_ip_bgp_lcommunity3_cmd_vtysh);
27152   install_element (CONFIG_NODE, &no_fpm_remote_ip_cmd_vtysh);
27153   install_element (VIEW_NODE, &show_database_detail_arg_cmd_vtysh);
27154   install_element (RIP_NODE, &rip_timers_cmd_vtysh);
27155   install_element (BGP_NODE, &neighbor_description_cmd_vtysh);
27156   install_element (BGP_IPV6_NODE, &no_neighbor_maximum_prefix_warning_cmd_vtysh);
27157   install_element (RMAP_NODE, &match_peer_cmd_vtysh);
27158   install_element (INTERFACE_NODE, &ospf_message_digest_key_cmd_vtysh);
27159   install_element (RMAP_NODE, &set_originator_id_cmd_vtysh);
27160   install_element (OSPF_NODE, &ospf_passive_interface_cmd_vtysh);
27161   install_element (RESTRICTED_NODE, &show_bgp_ipv6_community_cmd_vtysh);
27162   install_element (VIEW_NODE, &show_bgp_ipv4_vpn_neighbor_routes_cmd_vtysh);
27163   install_element (VIEW_NODE, &show_bgp_ipv6_community3_cmd_vtysh);
27164   install_element (INTERFACE_NODE, &no_ip_ospf_cost_u32_cmd_vtysh);
27165   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged_cmd_vtysh);
27166   install_element (CONFIG_NODE, &ip_mroute_cmd_vtysh);
27167   install_element (INTERFACE_NODE, &ipv6_nd_ra_interval_msec_cmd_vtysh);
27168   install_element (CONFIG_NODE, &debug_zebra_kernel_cmd_vtysh);
27169   install_element (ENABLE_NODE, &no_debug_isis_lsp_sched_cmd_vtysh);
27170   install_element (INTERFACE_NODE, &no_isis_priority_l2_arg_cmd_vtysh);
27171   install_element (VIEW_NODE, &show_bgp_prefix_list_cmd_vtysh);
27172   install_element (VIEW_NODE, &show_bgp_ipv4_safi_damp_flap_prefix_list_cmd_vtysh);
27173   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_soft_cmd_vtysh);
27174   install_element (INTERFACE_NODE, &no_isis_passive_cmd_vtysh);
27175   install_element (INTERFACE_NODE, &ipv6_nd_prefix_val_noauto_cmd_vtysh);
27176   install_element (ISIS_NODE, &no_max_lsp_lifetime_cmd_vtysh);
27177   install_element (ENABLE_NODE, &debug_rip_packet_cmd_vtysh);
27178   install_element (CONFIG_NODE, &debug_ospf_event_cmd_vtysh);
27179   install_element (ENABLE_NODE, &debug_ospf6_flooding_cmd_vtysh);
27180   install_element (BGP_IPV6_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27181   install_element (RESTRICTED_NODE, &show_bgp_ipv4_safi_community_exact_cmd_vtysh);
27182   install_element (VIEW_NODE, &show_ipv6_bgp_community_all_cmd_vtysh);
27183   install_element (CONFIG_NODE, &debug_igmp_packets_cmd_vtysh);
27184   install_element (BGP_VPNV4_NODE, &no_neighbor_send_community_type_cmd_vtysh);
27185   install_element (RESTRICTED_NODE, &show_ip_bgp_neighbors_peer_cmd_vtysh);
27186   install_element (VIEW_NODE, &show_bgp_ipv4_encap_neighbor_advertised_routes_cmd_vtysh);
27187   install_element (INTERFACE_NODE, &no_ospf_cost_u32_cmd_vtysh);
27188   install_element (CONFIG_NODE, &no_debug_zebra_kernel_cmd_vtysh);
27189   install_element (BGP_NODE, &no_bgp_cluster_id_cmd_vtysh);
27190   install_element (ENABLE_NODE, &clear_bgp_as_in_cmd_vtysh);
27191   install_element (ENABLE_NODE, &show_debugging_isis_cmd_vtysh);
27192   install_element (VIEW_NODE, &show_bgp_neighbor_advertised_route_cmd_vtysh);
27193   install_element (VIEW_NODE, &show_bgp_community2_cmd_vtysh);
27194   install_element (BGP_NODE, &neighbor_nexthop_self_cmd_vtysh);
27195   install_element (VIEW_NODE, &show_ipv6_mbgp_lcommunity_all_cmd_vtysh);
27196   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community2_exact_cmd_vtysh);
27197   install_element (CONFIG_NODE, &no_debug_ripng_zebra_cmd_vtysh);
27198   install_element (BGP_NODE, &no_aggregate_address_as_set_cmd_vtysh);
27199   install_element (RMAP_NODE, &no_set_metric_addsub_cmd_vtysh);
27200   install_element (CONFIG_NODE, &no_debug_isis_packet_dump_cmd_vtysh);
27201   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_address_cmd_vtysh);
27202   install_element (ENABLE_NODE, &clear_bgp_external_soft_cmd_vtysh);
27203   install_element (VIEW_NODE, &show_ip_bgp_ipv4_prefix_cmd_vtysh);
27204   install_element (ENABLE_NODE, &clear_ip_bgp_dampening_cmd_vtysh);
27205   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_received_prefix_filter_cmd_vtysh);
27206   install_element (BGP_NODE, &neighbor_prefix_list_cmd_vtysh);
27207   install_element (OSPF_NODE, &no_ospf_area_vlink_authtype_authkey_cmd_vtysh);
27208   install_element (VIEW_NODE, &show_ip_bgp_ipv4_community_exact_cmd_vtysh);
27209   install_element (BGP_NODE, &no_bgp_confederation_identifier_cmd_vtysh);
27210   install_element (OSPF_NODE, &no_ospf_default_information_originate_cmd_vtysh);
27211   install_element (INTERFACE_NODE, &interface_ip_igmp_join_cmd_vtysh);
27212   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_in_prefix_filter_cmd_vtysh);
27213   install_element (ENABLE_NODE, &no_debug_isis_err_cmd_vtysh);
27214   install_element (BGP_IPV6_NODE, &no_neighbor_set_peer_group_cmd_vtysh);
27215   install_element (RMAP_NODE, &no_set_ipv6_nexthop_global_val_cmd_vtysh);
27216   install_element (CONFIG_NODE, &ipv6_route_pref_cmd_vtysh);
27217   install_element (BGP_NODE, &neighbor_route_server_client_cmd_vtysh);
27218   install_element (RESTRICTED_NODE, &show_bgp_community2_cmd_vtysh);
27219   install_element (VIEW_NODE, &show_ipv6_bgp_filter_list_cmd_vtysh);
27220   install_element (VIEW_NODE, &show_ip_bgp_lcommunity_cmd_vtysh);
27221   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_longer_cmd_vtysh);
27222   install_element (CONFIG_NODE, &no_debug_ospf6_abr_cmd_vtysh);
27223   install_element (VIEW_NODE, &show_ipv6_route_prefix_longer_vrf_all_cmd_vtysh);
27224   install_element (BGP_IPV6_NODE, &no_neighbor_default_originate_cmd_vtysh);
27225   install_element (VIEW_NODE, &show_hostname_cmd_vtysh);
27226   install_element (INTERFACE_NODE, &no_ipv6_nd_ra_interval_val_cmd_vtysh);
27227   install_element (ENABLE_NODE, &clear_ip_bgp_as_ipv4_soft_out_cmd_vtysh);
27228   install_element (VIEW_NODE, &show_ipv6_mbgp_community2_exact_cmd_vtysh);
27229   install_element (OSPF6_NODE, &ospf6_distance_ospf6_external_inter_intra_cmd_vtysh);
27230   install_element (BGP_IPV4_NODE, &neighbor_attr_unchanged9_cmd_vtysh);
27231   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_restart_cmd_vtysh);
27232   install_element (VIEW_NODE, &show_ip_pim_join_cmd_vtysh);
27233   install_element (VIEW_NODE, &ipv6_mbgp_neighbor_received_routes_cmd_vtysh);
27234   install_element (VIEW_NODE, &show_bgp_ipv6_safi_prefix_cmd_vtysh);
27235   install_element (CONFIG_NODE, &no_ip_protocol_cmd_vtysh);
27236   install_element (BGP_VPNV6_NODE, &neighbor_attr_unchanged8_cmd_vtysh);
27237   install_element (ENABLE_NODE, &no_debug_bgp_as4_cmd_vtysh);
27238   install_element (BGP_IPV4_NODE, &no_neighbor_prefix_list_cmd_vtysh);
27239   install_element (CONFIG_NODE, &ip_route_mask_flags_distance2_vrf_cmd_vtysh);
27240   install_element (BGP_IPV4_NODE, &no_aggregate_address_mask_summary_as_set_cmd_vtysh);
27241   install_element (RESTRICTED_NODE, &show_ip_bgp_view_rsclient_route_cmd_vtysh);
27242   install_element (ENABLE_NODE, &show_zebra_client_cmd_vtysh);
27243   install_element (ENABLE_NODE, &no_debug_igmp_packets_cmd_vtysh);
27244   install_element (CONFIG_NODE, &debug_ripng_zebra_cmd_vtysh);
27245   install_element (INTERFACE_NODE, &no_ip_ospf_cost_cmd_vtysh);
27246   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_linkstate_id_cmd_vtysh);
27247   install_element (RESTRICTED_NODE, &show_bgp_ipv4_prefix_cmd_vtysh);
27248   install_element (INTERFACE_NODE, &no_ipv6_ospf6_advertise_prefix_list_cmd_vtysh);
27249   install_element (BGP_IPV4_NODE, &neighbor_maximum_prefix_threshold_cmd_vtysh);
27250   install_element (BGP_NODE, &bgp_cluster_id_cmd_vtysh);
27251   install_element (BGP_IPV6_NODE, &neighbor_unsuppress_map_cmd_vtysh);
27252   install_element (VIEW_NODE, &show_bgp_view_neighbor_flap_cmd_vtysh);
27253   install_element (VIEW_NODE, &show_ipv6_ospf6_database_type_self_originated_cmd_vtysh);
27254   install_element (CONFIG_NODE, &no_debug_zebra_events_cmd_vtysh);
27255   install_element (INTERFACE_NODE, &no_ipv6_ospf6_network_cmd_vtysh);
27256   install_element (BGP_IPV6M_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27257   install_element (INTERFACE_NODE, &interface_ip_pim_hello_hold_cmd_vtysh);
27258   install_element (BGP_IPV6M_NODE, &neighbor_attr_unchanged_cmd_vtysh);
27259   install_element (CONFIG_NODE, &debug_zebra_packet_cmd_vtysh);
27260   install_element (BGP_VPNV6_NODE, &no_neighbor_attr_unchanged9_cmd_vtysh);
27261   install_element (OSPF_NODE, &no_ospf_max_metric_router_lsa_startup_cmd_vtysh);
27262   install_element (CONFIG_NODE, &ipv6_access_list_exact_cmd_vtysh);
27263   install_element (ENABLE_NODE, &clear_ip_bgp_peer_encap_out_cmd_vtysh);
27264   install_element (OSPF_NODE, &ospf_area_vlink_param3_cmd_vtysh);
27265   install_element (BGP_VPNV6_NODE, &no_neighbor_route_server_client_cmd_vtysh);
27266   install_element (ISIS_NODE, &no_set_attached_bit_cmd_vtysh);
27267   install_element (VIEW_NODE, &show_ip_bgp_ipv4_neighbor_prefix_counts_cmd_vtysh);
27268   install_element (LINK_PARAMS_NODE, &no_link_params_res_bw_cmd_vtysh);
27269   install_element (VIEW_NODE, &show_ip_ospf_database_type_id_adv_router_cmd_vtysh);
27270   install_element (BGP_IPV4M_NODE, &no_neighbor_maximum_prefix_cmd_vtysh);
27271   install_element (KEYCHAIN_KEY_NODE, &accept_lifetime_month_day_day_month_cmd_vtysh);
27272   install_element (VIEW_NODE, &show_bgp_ipv6_community4_cmd_vtysh);
27273   install_element (VIEW_NODE, &show_ip_bgp_damp_flap_prefix_list_cmd_vtysh);
27274   install_element (CONFIG_NODE, &ip_extcommunity_list_name_standard2_cmd_vtysh);
27275   install_element (INTERFACE_NODE, &ipv6_nd_prefix_prefix_cmd_vtysh);
27276   install_element (OSPF_NODE, &ospf_log_adjacency_changes_cmd_vtysh);
27277   install_element (VIEW_NODE, &show_bgp_ipv6_vpn_neighbor_advertised_routes_cmd_vtysh);
27278   install_element (BGP_ENCAP_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27279   install_element (OSPF_NODE, &pce_neighbor_cmd_vtysh);
27280   install_element (RESTRICTED_NODE, &show_ip_bgp_prefix_cmd_vtysh);
27281   install_element (VIEW_NODE, &show_bgp_ipv6_encap_summary_cmd_vtysh);
27282   install_element (BGP_IPV4M_NODE, &no_neighbor_attr_unchanged7_cmd_vtysh);
27283   install_element (CONFIG_NODE, &ip_route_mask_flags2_cmd_vtysh);
27284   install_element (BGP_IPV6M_NODE, &neighbor_remove_private_as_cmd_vtysh);
27285   install_element (RMAP_NODE, &no_set_community_delete_cmd_vtysh);
27286   install_element (BGP_IPV6M_NODE, &neighbor_set_peer_group_cmd_vtysh);
27287   install_element (BGP_ENCAP_NODE, &no_neighbor_nexthop_self_cmd_vtysh);
27288   install_element (CONFIG_NODE, &access_list_extended_any_any_cmd_vtysh);
27289   install_element (ENABLE_NODE, &clear_ip_bgp_external_ipv4_in_prefix_filter_cmd_vtysh);
27290   install_element (VIEW_NODE, &show_bgp_ipv6_community_exact_cmd_vtysh);
27291   install_element (BGP_IPV4_NODE, &no_bgp_network_mask_natural_route_map_cmd_vtysh);
27292   install_element (VIEW_NODE, &show_ip_bgp_flap_cidr_only_cmd_vtysh);
27293   install_element (CONFIG_NODE, &no_ip_route_flags2_vrf_cmd_vtysh);
27294   install_element (VIEW_NODE, &show_bgp_ipv6_encap_neighbor_advertised_routes_cmd_vtysh);
27295   install_element (OSPF_NODE, &no_pce_domain_cmd_vtysh);
27296   install_element (BGP_IPV4_NODE, &no_bgp_maxpaths_cmd_vtysh);
27297   install_element (OSPF_NODE, &ospf_area_import_list_cmd_vtysh);
27298   install_element (INTERFACE_NODE, &ip_rip_split_horizon_cmd_vtysh);
27299   install_element (RESTRICTED_NODE, &show_bgp_ipv6_safi_rsclient_prefix_cmd_vtysh);
27300   install_element (CONFIG_NODE, &ipv6_route_ifname_flags_pref_tag_vrf_cmd_vtysh);
27301   install_element (ENABLE_NODE, &clear_ip_bgp_external_in_cmd_vtysh);
27302   install_element (ENABLE_NODE, &undebug_igmp_trace_cmd_vtysh);
27303   install_element (ENABLE_NODE, &debug_isis_upd_cmd_vtysh);
27304   install_element (BGP_IPV4M_NODE, &no_neighbor_default_originate_cmd_vtysh);
27305   install_element (VIEW_NODE, &show_bgp_instance_ipv6_summary_cmd_vtysh);
27306   install_element (VIEW_NODE, &show_bgp_view_afi_safi_community4_cmd_vtysh);
27307   install_element (ENABLE_NODE, &clear_ip_bgp_instance_all_ipv4_soft_cmd_vtysh);
27308   install_element (OSPF6_NODE, &ospf6_distance_ospf6_inter_intra_external_cmd_vtysh);
27309   install_element (BGP_VPNV4_NODE, &neighbor_maximum_prefix_threshold_warning_cmd_vtysh);
27310   install_element (BGP_IPV4M_NODE, &neighbor_maximum_prefix_warning_cmd_vtysh);
27311   install_element (BGP_NODE, &no_bgp_rr_allow_outbound_policy_cmd_vtysh);
27312   install_element (VIEW_NODE, &show_ipv6_mbgp_community4_cmd_vtysh);
27313   install_element (BGP_IPV4_NODE, &neighbor_distribute_list_cmd_vtysh);
27314   install_element (ISIS_NODE, &no_area_lsp_mtu_arg_cmd_vtysh);
27315   install_element (CONFIG_NODE, &no_router_id_cmd_vtysh);
27316   install_element (ENABLE_NODE, &clear_ip_bgp_all_ipv4_soft_out_cmd_vtysh);
27317   install_element (INTERFACE_NODE, &tunnel_source_cmd_vtysh);
27318   install_element (CONFIG_NODE, &no_debug_igmp_cmd_vtysh);
27319   install_element (CONFIG_NODE, &no_ip_community_list_name_expanded_all_cmd_vtysh);
27320   install_element (CONFIG_NODE, &ip_route_mask_flags_distance_vrf_cmd_vtysh);
27321   install_element (CONFIG_NODE, &ipv6_route_tag_vrf_cmd_vtysh);
27322   install_element (OSPF6_NODE, &area_filter_list_cmd_vtysh);
27323   install_element (CONFIG_NODE, &no_ip_route_flags_distance2_cmd_vtysh);
27324   install_element (CONFIG_NODE, &no_debug_ospf6_spf_database_cmd_vtysh);
27325   install_element (BGP_NODE, &neighbor_allowas_in_arg_cmd_vtysh);
27326   install_element (BGP_ENCAP_NODE, &no_neighbor_maximum_prefix_val_cmd_vtysh);
27327   install_element (BGP_ENCAPV6_NODE, &no_neighbor_attr_unchanged10_cmd_vtysh);
27328   install_element (RMAP_NODE, &no_set_community_val_cmd_vtysh);
27329   install_element (ENABLE_NODE, &show_bgp_statistics_cmd_vtysh);
27330   install_element (VIEW_NODE, &show_ipv6_route_summary_prefix_vrf_all_cmd_vtysh);
27331   install_element (CONFIG_NODE, &no_debug_ospf_zebra_sub_cmd_vtysh);
27332   install_element (VIEW_NODE, &show_bgp_instance_summary_cmd_vtysh);
27333   install_element (INTERFACE_NODE, &ip_rip_receive_version_2_cmd_vtysh);
27334   install_element (BGP_NODE, &bgp_graceful_restart_restart_time_cmd_vtysh);
27335 }