summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_enable.txt
blob: 79fdea1199d4fb20f4de6ca1dcf3575bc8d3d120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
enableC.addSC("access-enable", "Create a temporary Access-List entry");
enableC.addSC("access-profile", "Apply user-profile to interface");
enableC.addSC("access-template", "Create a temporary Access-List entry");
enableC.addSC("archive", "manage archive files");
enableC.addSC("cd", "Change current directory");
enableC.addSC("clear", "Reset functions");
	enableC.clear.addSC("access-list", "Clear access list statistical information");
	enableC.clear.addSC("access-template", "Access-template");
	enableC.clear.addSC("adjacency", "Adjacent nodes");
	enableC.clear.addSC("arp-cache", "Clear the entire ARP cache");
	enableC.clear.addSC("atm", "ATM information");
	enableC.clear.addSC("bridge", "Reset bridge forwarding cache");
	enableC.clear.addSC("cdp", "Reset cdp information");
	enableC.clear.addSC("counters", "Clear counters on one or all interfaces");
	enableC.clear.addSC("dialer", "Clear dialer statistics");
	enableC.clear.addSC("frame-relay", "Clear Frame Relay information");
	enableC.clear.addSC("host", "Delete host table entries");
	enableC.clear.addSC("interface", "Clear the hardware logic on an interface");
	enableC.clear.addSC("ip", "IP");
		enableC.clear.ip.addSC("access-list", "Clear access list statistical information");
		enableC.clear.ip.addSC("access-template", "Access-template");
		enableC.clear.ip.addSC("accounting", "Clear IP accounting database");
		enableC.clear.ip.addSC("cache", "Delete cache table entries");
		enableC.clear.ip.addSC("cef", "Cisco Express Forwarding info");
		enableC.clear.ip.addSC("cgmp", "Cisco Group Management Protocol (CGMP)");
		enableC.clear.ip.addSC("dhcp", "Delete items from the DHCP database");
		enableC.clear.ip.addSC("dvmrp", "DVMRP");
		enableC.clear.ip.addSC("eigrp", "Clear IP-EIGRP");
		enableC.clear.ip.addSC("flow", "Clear flow information");
		enableC.clear.ip.addSC("igmp", "IGMP clear commands");
		enableC.clear.ip.addSC("mroute", "Delete multicast route table entries");
		enableC.clear.ip.addSC("msdp", "Multicast Source Discovery Protocol (MSDP)");
		enableC.clear.ip.addSC("mtag", "Clear multicast TIB entries");
		enableC.clear.ip.addSC("nat", "Clear NAT");
			enableC.clear.ip.nat.addSC("statistics", "Clear translation statistics");
			enableC.clear.ip.nat.addSC("translation", "Clear dynamic translation");
				enableC.clear.ip.nat.translation.addSC("*", "Delete all dynamic translations");
				enableC.clear.ip.nat.translation.addSC("inside", "Inside addresses (and ports)");
				enableC.clear.ip.nat.translation.addSC("outside", "Outside addresses (and ports)");
				enableC.clear.ip.nat.translation.addSC("tcp", "Transmission Control Protocol");
				enableC.clear.ip.nat.translation.addSC("udp", "User Datagram Protocol");
		enableC.clear.ip.addSC("pim", "PIM");
		enableC.clear.ip.addSC("prefix-list", "Prefix-list");
		enableC.clear.ip.addSC("redirect", "Redirect cache");
		enableC.clear.ip.addSC("route", "Delete route table entries");
			enableC.clear.ip.route.addSC("*", "Delete all routes");
			enableC.clear.ip.route.addSC("A.B.C.D", "Destination network route to delete");
			enableC.clear.ip.route.addSC("vrf", "Clear routes for a VPN Routing/Forwarding instance");
		enableC.clear.ip.addSC("rsvp", "RSVP");
		enableC.clear.ip.addSC("rtp", "RTP/UDP/IP header-compression statistics");
		enableC.clear.ip.addSC("sdr", "Session Directory (SDPv2) cache");
		enableC.clear.ip.addSC("tcp", "TCP/UDP/IP header-compression statistics");
	enableC.clear.addSC("ipx", "Reset Novell/IPX information");
	enableC.clear.addSC("line", "Reset a terminal line");
	enableC.clear.addSC("logging", "Clear logging buffer");
	enableC.clear.addSC("memory", "Memory counters");
	enableC.clear.addSC("mgcp", "clear Media Gateway Control Protocol");
	enableC.clear.addSC("parser", "Clear parser data");
	enableC.clear.addSC("snapshot", "Clear Snapshot timers");
	enableC.clear.addSC("tcp", "Clear a TCP connection or statistics");
	enableC.clear.addSC("vpdn", "Clear a VPDN entity");
enableC.addSC("clock", "Manage the system clock");
enableC.addSC("cns", "CNS subsystem");
enableC.addSC("configure", "Enter configuration mode");
	enableC.configure.addSC("memory", "Configure from NV memory");
	enableC.configure.addSC("network", "Configure from a TFTP network host");
	enableC.configure.addSC("overwrite-network", "Overwrite NV memory from TFTP network host");
	enableC.configure.addSC("terminal", "Configure from the terminal");
enableC.addSC("connect", "Open a terminal connection");
enableC.addSC("copy", "Copy from one file to another");
	enableC.copy.addSC("/erase", "Erase destination file system.");
	enableC.copy.addSC("flash:", "Copy from flash: file system");
	enableC.copy.addSC("ftp:", "Copy from ftp: file system");
	enableC.copy.addSC("null:", "Copy from null: file system");
	enableC.copy.addSC("nvram:", "Copy from nvram: file system");
	enableC.copy.addSC("rcp:", "Copy from rcp: file system");
	enableC.copy.addSC("running-config", "Copy from current system configuration");
		enableC.copy["running-config"].addSC("flash:", "Copy to flash: file system");
		enableC.copy["running-config"].addSC("ftp:", "Copy to ftp: file system");
		enableC.copy["running-config"].addSC("null:", "Copy to null: file system");
		enableC.copy["running-config"].addSC("nvram:", "Copy to nvram: file system");
		enableC.copy["running-config"].addSC("rcp:", "Copy to rcp: file system");
		enableC.copy["running-config"].addSC("rommon:", "Copy to rommon: file system");
		enableC.copy["running-config"].addSC("running-config", "Update (merge with) current system configuration");
		enableC.copy["running-config"].addSC("startup-config", "Copy to startup configuration");
		enableC.copy["running-config"].addSC("system:", "Copy to system: file system");
		enableC.copy["running-config"].addSC("tftp:", "Copy to tftp: file system");
		enableC.copy["running-config"].addSC("xmodem:", "Copy to xmodem: file system");
		enableC.copy["running-config"].addSC("ymodem:", "Copy to ymodem: file system");
	enableC.copy.addSC("startup-config", "Copy from startup configuration");
		enableC.copy["startup-config"].addSC("flash:", "Copy to flash: file system");
		enableC.copy["startup-config"].addSC("ftp:", "Copy to ftp: file system");
		enableC.copy["startup-config"].addSC("null:", "Copy to null: file system");
		enableC.copy["startup-config"].addSC("nvram:", "Copy to nvram: file system");
		enableC.copy["startup-config"].addSC("rcp:", "Copy to rcp: file system");
		enableC.copy["startup-config"].addSC("rommon:", "Copy to rommon: file system");
		enableC.copy["startup-config"].addSC("running-config", "Update (merge with) current system configuration");
		enableC.copy["startup-config"].addSC("startup-config", "Copy to startup configuration");
		enableC.copy["startup-config"].addSC("system:", "Copy to system: file system");
		enableC.copy["startup-config"].addSC("tftp:", "Copy to tftp: file system");
		enableC.copy["startup-config"].addSC("xmodem:", "Copy to xmodem: file system");
		enableC.copy["startup-config"].addSC("ymodem:", "Copy to ymodem: file system");
	enableC.copy.addSC("system:", "Copy from system: file system");
	enableC.copy.addSC("tftp:", "Copy from tftp: file system");
	enableC.copy.addSC("xmodem:", "Copy from xmodem: file system");
	enableC.copy.addSC("ymodem:", "Copy from ymodem: file system");
enableC.addSC("debug", "Debugging functions (see also 'undebug')");
	enableC.debug.addSC("aaa", "AAA Authentication, Authorization and Accounting");
	enableC.debug.addSC("access-expression", "Boolean access expression");
	enableC.debug.addSC("adjacency", "adjacency");
	enableC.debug.addSC("all", "Enable all debugging");
	enableC.debug.addSC("arp", "IP ARP and HP Probe transactions");
	enableC.debug.addSC("async", "Async interface information");
	enableC.debug.addSC("atm", "ATM interface packets");
	enableC.debug.addSC("call", "Call Information");
	enableC.debug.addSC("callback", "Callback activity");
	enableC.debug.addSC("cca", "CCA activity");
	enableC.debug.addSC("cch323", "CCH323 information");
	enableC.debug.addSC("ccsip", "CCSIP information");
	enableC.debug.addSC("cdp", "CDP information");
	enableC.debug.addSC("chat", "Chat scripts activity");
	enableC.debug.addSC("cns", "CNS subsys debugs");
	enableC.debug.addSC("compress", "COMPRESS traffic");
	enableC.debug.addSC("condition", "Condition");
	enableC.debug.addSC("custom-queue", "Custom output queueing");
	enableC.debug.addSC("dhcp", "DHCP client activity");
	enableC.debug.addSC("dialer", "Dial on Demand");
	enableC.debug.addSC("dnsix", "Dnsix information");
	enableC.debug.addSC("domain", "Domain Name System");
	enableC.debug.addSC("dspapi", "Generic DSP API");
	enableC.debug.addSC("dxi", "atm-dxi information");
	enableC.debug.addSC("eigrp", "EIGRP Protocol information");
	enableC.debug.addSC("entry", "Incoming queue entries");
	enableC.debug.addSC("ethernet-interface", "Ethernet network interface events");
	enableC.debug.addSC("fax", "Fax");
	enableC.debug.addSC("frame-relay", "Frame Relay");
	enableC.debug.addSC("h225", "H.225 Library Debugging");
	enableC.debug.addSC("h245", "H.245 Library Debugging");
	enableC.debug.addSC("hpi", "HPI (54x) DSP messages");
	enableC.debug.addSC("interface", "interface");
	enableC.debug.addSC("ip", "IP information");
		enableC.debug.ip.addSC("cache", "IP cache operations");
		enableC.debug.ip.addSC("cef", "IP CEF operations");
		enableC.debug.ip.addSC("cgmp", "CGMP protocol activity");
		enableC.debug.ip.addSC("dhcp", "Dynamic Host Configuration Protocol");
		enableC.debug.ip.addSC("dvmrp", "DVMRP protocol activity");
		enableC.debug.ip.addSC("eigrp", "IP-EIGRP information");
		enableC.debug.ip.addSC("error", "IP error debugging");
		enableC.debug.ip.addSC("flow", "IP Flow switching operations");
		enableC.debug.ip.addSC("ftp", "FTP dialogue");
		enableC.debug.ip.addSC("html", "HTML connections");
		enableC.debug.ip.addSC("http", "HTTP connections");
		enableC.debug.ip.addSC("icmp", "ICMP transactions");
		enableC.debug.ip.addSC("igmp", "IGMP protocol activity");
		enableC.debug.ip.addSC("igrp", "IGRP information");
		enableC.debug.ip.addSC("interface", "IP interface configuration changes");
		enableC.debug.ip.addSC("mcache", "IP multicast cache operations");
		enableC.debug.ip.addSC("mhbeat", "IP multicast heartbeat monitoring");
		enableC.debug.ip.addSC("mpacket", "IP multicast packet debugging");
		enableC.debug.ip.addSC("mrouting", "IP multicast routing table activity");
		enableC.debug.ip.addSC("msdp", "Multicast Source Discovery Protocol (MSDP)");
		enableC.debug.ip.addSC("mtag", "IP multicast tagswitching activity");
		enableC.debug.ip.addSC("nat", "NAT events");
		enableC.debug.ip.addSC("packet", "General IP debugging and IPSO security transactions");
		enableC.debug.ip.addSC("peer", "IP peer address activity");
		enableC.debug.ip.addSC("pim", "PIM protocol activity");
		enableC.debug.ip.addSC("policy", "Policy routing");
		enableC.debug.ip.addSC("rgmp", "RGMP protocol activity");
		enableC.debug.ip.addSC("rip", "RIP protocol transactions");
			enableC.debug.ip.rip.addSC("database", "RIP database events");
			enableC.debug.ip.rip.addSC("events", "RIP protocol events");
			enableC.debug.ip.rip.addSC("trigger", "RIP trigger extension");
		enableC.debug.ip.addSC("routing", "Routing table events");
			enableC.debug.ip.routing.addSC("<1-199>", "Access list");
			enableC.debug.ip.routing.addSC("<1300-2699>", "Access list (expanded range)");
			enableC.debug.ip.routing.addSC("static", "IP Static routing");
				enableC.debug.ip.routing.static.addSC("detail", "IP Static routing detail");
				enableC.debug.ip.routing.static.addSC("route", "IP Static routing route");
					enableC.debug.ip.routing.static.route.addSC("A.B.C.D", "Destination prefix");
						enableC.debug.ip.routing.static.route["A.B.C.D"].addSC("A.B.C.D", "Destination prefix mask");
				enableC.debug.ip.routing.static.addSC("summary", "IP Static routing control summary");
				enableC.debug.ip.routing.static.addSC("time", "IP Static routing time spent");
		enableC.debug.ip.addSC("rsvp", "RSVP protocol activity");
		enableC.debug.ip.addSC("rtp", "RTP information");
		enableC.debug.ip.addSC("sd", "Session Directory (SD)");
		enableC.debug.ip.addSC("security", "IP security options");
		enableC.debug.ip.addSC("socket", "Socket event");
		enableC.debug.ip.addSC("tcp", "TCP information");
		enableC.debug.ip.addSC("tempacl", "IP temporary ACL");
		enableC.debug.ip.addSC("udp", "UDP based transactions");
		enableC.debug.ip.addSC("urd", "URL RenDezvous (URD)");
	enableC.debug.addSC("ipx", "Novell/IPX information");
	enableC.debug.addSC("lapb", "LAPB protocol transactions");
	enableC.debug.addSC("list", "Set interface or/and access list for the next debug command");
	enableC.debug.addSC("llc2", "LLC2 type II Information");
	enableC.debug.addSC("mgcp", "Media Gateway Control Protocol");
	enableC.debug.addSC("modem", "Modem control/process activation");
	enableC.debug.addSC("nvram", "Debug NVRAM behavior");
	enableC.debug.addSC("packet", "Log unknown packets");
	enableC.debug.addSC("pots", "POTS information");
	enableC.debug.addSC("ppp", "PPP (Point to Point Protocol) information");
	enableC.debug.addSC("priority", "Priority output queueing");
	enableC.debug.addSC("ras", "H.323 RAS Library");
	enableC.debug.addSC("rtpspi", "RTP Service Provider Interface.");
	enableC.debug.addSC("serial", "Serial interface information");
	enableC.debug.addSC("smf", "Software MAC filter");
	enableC.debug.addSC("snapshot", "Snapshot activity");
	enableC.debug.addSC("snmp", "SNMP information");
	enableC.debug.addSC("sntp", "SNTP information");
	enableC.debug.addSC("spanning-tree", "Spanning tree debugging");
	enableC.debug.addSC("srcp", "Simple Resource Coordination Protocol");
	enableC.debug.addSC("sscop", "SSCOP");
	enableC.debug.addSC("standby", "Hot standby protocol");
	enableC.debug.addSC("tacacs", "TACACS authentication and authorization");
	enableC.debug.addSC("tbridge", "Transparent Bridging");
	enableC.debug.addSC("telnet", "Incoming telnet connections");
	enableC.debug.addSC("template", "Template activity");
	enableC.debug.addSC("tftp", "TFTP debugging");
	enableC.debug.addSC("translation", "translation rule information");
	enableC.debug.addSC("tunnel", "Generic Tunnel Interface");
	enableC.debug.addSC("voice", "VOICE information");
	enableC.debug.addSC("voip", "VOIP information");
	enableC.debug.addSC("vpdn", "VPDN information");
	enableC.debug.addSC("vpm", "Voice Port Module SPI information");
	enableC.debug.addSC("vtemplate", "Virtual Template information");
	enableC.debug.addSC("vtsp", "Voice Telephony Call Control information");
enableC.addSC("delete", "Delete a file");
enableC.addSC("dir", "List files on a filesystem");
enableC.addSC("disable", "Turn off privileged commands");
enableC.addSC("disconnect", "Disconnect an existing network connection");
enableC.addSC("elog", "Event-logging control commands");
enableC.addSC("enable", "Turn on privileged commands");
	enableC.enable.addSC("<0-15>", "Enable level");
enableC.addSC("erase", "Erase a filesystem");
enableC.addSC("exit", "Exit from the EXEC");
enableC.addSC("help", "Description of the interactive help system");
enableC.addSC("lock", "Lock the terminal");
enableC.addSC("login", "Log in as a particular user");
enableC.addSC("logout", "Exit from the EXEC");
enableC.addSC("more", "Display the contents of a file");
enableC.addSC("mrinfo", "Request neighbor and version information from a multicast router");
enableC.addSC("mstat", "Show statistics after multiple multicast traceroutes");
enableC.addSC("mtrace", "Trace reverse multicast path from destination to source");
enableC.addSC("name-connection", "Name an existing network connection");
enableC.addSC("no", "Disable debugging functions");
enableC.addSC("ping", "Send echo messages");
	enableC.ping.addSC("WORD", "Ping destination address or hostname");
	enableC.ping.addSC("ip", "IP echo");
		enableC.ping.ip.addSC("WORD", "Ping destination address or hostname");
	enableC.ping.addSC("ipx", "Novell/IPX echo");
		enableC.ping.ipx.addSC("WORD", "Ping destination address or hostname");
	enableC.ping.addSC("tag", "Tag encapsulated IP echo");
		enableC.ping.tag.addSC("WORD", "Ping destination address or hostname");
enableC.addSC("ppp", "Start IETF Point-to-Point Protocol (PPP)");
enableC.addSC("pwd", "Display current working directory");
enableC.addSC("reload", "Halt and perform a cold restart");
enableC.addSC("resume", "Resume an active network connection");
enableC.addSC("rlogin", "Open an rlogin connection");
enableC.addSC("rsh", "Execute a remote command");
enableC.addSC("send", "Send a message to other tty lines");
enableC.addSC("setup", "Run the SETUP command facility");
enableC.addSC("show", "Show running system information");
	enableC.show.addSC("access-expression", "List access expression");
	enableC.show.addSC("access-lists", "List access lists");
	enableC.show.addSC("accounting", "Accounting data for active sessions");
	enableC.show.addSC("adjacency", "Adjacent nodes");
	enableC.show.addSC("aliases", "Display alias commands");
	enableC.show.addSC("arp", "ARP table");
	enableC.show.addSC("async", "Information on terminal lines used as router interfaces");
	enableC.show.addSC("atm", "ATM information");
	enableC.show.addSC("bridge", "Bridge Forwarding/Filtering Database [verbose]");
	enableC.show.addSC("buffers", "Buffer pool statistics");
	enableC.show.addSC("call", "Show call");
	enableC.show.addSC("cca", "CCA information");
	enableC.show.addSC("cdp", "CDP information");
	enableC.show.addSC("cef", "Cisco Express Forwarding");
	enableC.show.addSC("class-map", "Show QoS Class Map");
	enableC.show.addSC("clock", "Display the system clock");
	enableC.show.addSC("cns", "CNS subsystem");
	enableC.show.addSC("compress", "Show compression statistics");
	enableC.show.addSC("configuration", "Contents of Non-Volatile memory");
	enableC.show.addSC("controllers", "Interface controller status");
	enableC.show.addSC("debugging", "State of each debugging option");
	enableC.show.addSC("derived-config", "Derived operating configuration");
	enableC.show.addSC("dhcp", "Dynamic Host Configuration Protocol status");
	enableC.show.addSC("dial-peer", "Dial Plan Mapping Table for, e.g. VoIP Peers");
	enableC.show.addSC("dialer", "Dialer parameters and statistics");
	enableC.show.addSC("dialplan", "Voice telephony dial plan");
	enableC.show.addSC("dnsix", "Shows Dnsix/DMDP information");
	enableC.show.addSC("dsl", "DSL Show Commands");
	enableC.show.addSC("dxi", "atm-dxi information");
	enableC.show.addSC("entry", "Queued terminal entries");
	enableC.show.addSC("exception", "exception informations");
	enableC.show.addSC("file", "Show filesystem information");
	enableC.show.addSC("flash:", "display information about flash: file system");
	enableC.show.addSC("frame-relay", "Frame-Relay information");
		enableC.show["frame-relay"].addSC("ip", "show frame relay IP statistics");
		enableC.show["frame-relay"].addSC("lmi", "show frame relay lmi statistics");
		enableC.show["frame-relay"].addSC("map", "Frame-Relay map table");
		enableC.show["frame-relay"].addSC("pvc", "show frame relay pvc statistics");
			enableC.show["frame-relay"].pvc.addSC("interface", "");
				enableC.show["frame-relay"].pvc.interface.addSC("Dialer", "Dialer interface");
					enableC.show["frame-relay"].pvc.interface.Dialer.addSC("<0-255>", "Dialer interface number");
				enableC.show["frame-relay"].pvc.interface.addSC("Tunnel", "Tunnel interface");
					enableC.show["frame-relay"].pvc.interface.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
			enableC.show["frame-relay"].pvc.addSC("<16-1022>", "DLCI");
		enableC.show["frame-relay"].addSC("qos-autosense", "show frame relay qos-autosense information");
		enableC.show["frame-relay"].addSC("route", "show frame relay route");
		enableC.show["frame-relay"].addSC("traffic", "Frame-Relay protocol statistics");
		enableC.show["frame-relay"].addSC("vofr", "Show frame-relay VoFR statistics");
	enableC.show.addSC("gateway", "Show status of gateway");
	enableC.show.addSC("history", "Display the session command history");
	enableC.show.addSC("hosts", "IP domain-name, lookup style, nameservers, and host table");
	enableC.show.addSC("html", "HTML helper commands");
	enableC.show.addSC("idb", "List of Hardware Interface Descriptor Blocks");
	enableC.show.addSC("interfaces", "Interface status and configuration");
	enableC.show.addSC("ip", "IP information");
		enableC.show.ip.addSC("access-lists", "List IP access lists");
		enableC.show.ip.addSC("accounting", "The active IP accounting database");
		enableC.show.ip.addSC("aliases", "IP alias table");
		enableC.show.ip.addSC("arp", "IP ARP table");
		enableC.show.ip.addSC("cache", "IP fast-switching route cache");
		enableC.show.ip.addSC("cef", "Cisco Express Forwarding");
		enableC.show.ip.addSC("dhcp", "Show items in the DHCP database");
		enableC.show.ip.addSC("dvmrp", "DVMRP information");
		enableC.show.ip.addSC("eigrp", "IP-EIGRP show commands");
			enableC.show.ip.eigrp.addSC("interfaces", "IP-EIGRP interfaces");
				enableC.show.ip.eigrp.interfaces.addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.interfaces.addSC("ATM", "ATM interface");
					enableC.show.ip.eigrp.interfaces.ATM.addSC("<0-0>", "ATM interface number");
						enableC.show.ip.eigrp.interfaces.ATM["<0-0>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.interfaces.addSC("Async", "Async interface");
					enableC.show.ip.eigrp.interfaces.Async.addSC("<1-0>", "Async interface number");
				enableC.show.ip.eigrp.interfaces.addSC("BVI", "Bridge-Group Virtual Interface");
					enableC.show.ip.eigrp.interfaces.BVI.addSC("<1-255>", "BVI interface number");
				enableC.show.ip.eigrp.interfaces.addSC("CTunnel", "CTunnel interface");
					enableC.show.ip.eigrp.interfaces.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
				enableC.show.ip.eigrp.interfaces.addSC("Dialer", "Dialer interface");
					enableC.show.ip.eigrp.interfaces.Dialer.addSC("<0-255>", "Dialer interface number");
						enableC.show.ip.eigrp.interfaces.Dialer["<0-255>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.interfaces.addSC("Ethernet", "IEEE 802.3");
					enableC.show.ip.eigrp.interfaces.Ethernet.addSC("<0-0>", "Ethernet interface number");
						enableC.show.ip.eigrp.interfaces.Ethernet["<0-0>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.interfaces.addSC("Lex", "Lex interface");
					enableC.show.ip.eigrp.interfaces.Lex.addSC("<0-2147483647>", "Lex interface number");
				enableC.show.ip.eigrp.interfaces.addSC("Loopback", "Loopback interface");
					enableC.show.ip.eigrp.interfaces.Loopback.addSC("<0-2147483647>", "Loopback interface number");
				enableC.show.ip.eigrp.interfaces.addSC("Multilink", "Multilink-group interface");
					enableC.show.ip.eigrp.interfaces.Multilink.addSC("<0-2147483647>", "Multilink interface number");
				enableC.show.ip.eigrp.interfaces.addSC("Null", "Null interface");
					enableC.show.ip.eigrp.interfaces.Null.addSC("<0-0>", "Null interface number");
						enableC.show.ip.eigrp.interfaces.Null["<0-0>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.interfaces.addSC("Tunnel", "Tunnel interface");
					enableC.show.ip.eigrp.interfaces.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
				enableC.show.ip.eigrp.interfaces.addSC("Vif", "PGM Multicast Host interface");
				enableC.show.ip.eigrp.interfaces.addSC("Virtual-Template", "Virtual Template interface");
				enableC.show.ip.eigrp.interfaces.addSC("Virtual-TokenRing", "Virtual TokenRing");
				enableC.show.ip.eigrp.interfaces.addSC("detail", "Show detailed peer information");
					enableC.show.ip.eigrp.interfaces.detail.addSC("<1-65535>", "AS Number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("ATM", "ATM interface");
						enableC.show.ip.eigrp.interfaces.detail.ATM.addSC("<0-0>", "ATM interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Async", "Async interface");
						enableC.show.ip.eigrp.interfaces.detail.Async.addSC("<1-0>", "Async interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("BVI", "Bridge-Group Virtual Interface");
						enableC.show.ip.eigrp.interfaces.detail.BVI.addSC("<1-255>", "BVI interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("CTunnel", "CTunnel interface");
						enableC.show.ip.eigrp.interfaces.detail.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Dialer", "Dialer interface");
						enableC.show.ip.eigrp.interfaces.detail.Dialer.addSC("<0-255>", "Dialer interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Ethernet", "IEEE 802.3");
						enableC.show.ip.eigrp.interfaces.detail.Ethernet.addSC("<0-0>", "Ethernet interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Lex", "Lex interface");
						enableC.show.ip.eigrp.interfaces.detail.Lex.addSC("<0-2147483647>", "Lex interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Loopback", "Loopback interface");
						enableC.show.ip.eigrp.interfaces.detail.Loopback.addSC("<0-2147483647>", "Loopback interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Multilink", "Multilink-group interface");
						enableC.show.ip.eigrp.interfaces.detail.Multilink.addSC("<0-2147483647>", "Multilink interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Null", "Null interface");
						enableC.show.ip.eigrp.interfaces.detail.Null.addSC("<0-0>", "Null interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Tunnel", "Tunnel interface");
						enableC.show.ip.eigrp.interfaces.detail.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Vif", "PGM Multicast Host interface");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Virtual-Template", "Virtual Template interface");
					enableC.show.ip.eigrp.interfaces.detail.addSC("Virtual-TokenRing", "Virtual TokenRing");
				enableC.show.ip.eigrp.interfaces.addSC("static", "Show static peer information");
					enableC.show.ip.eigrp.interfaces.static.addSC("<1-65535>", "AS Number");
					enableC.show.ip.eigrp.interfaces.static.addSC("ATM", "ATM interface");
						enableC.show.ip.eigrp.interfaces.static.ATM.addSC("<0-0>", "ATM interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Async", "Async interface");
						enableC.show.ip.eigrp.interfaces.static.Async.addSC("<1-0>", "Async interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("BVI", "Bridge-Group Virtual Interface");
						enableC.show.ip.eigrp.interfaces.static.BVI.addSC("<1-255>", "BVI interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("CTunnel", "CTunnel interface");
						enableC.show.ip.eigrp.interfaces.static.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Dialer", "Dialer interface");
						enableC.show.ip.eigrp.interfaces.static.Dialer.addSC("<0-255>", "Dialer interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Ethernet", "IEEE 802.3");
						enableC.show.ip.eigrp.interfaces.static.Ethernet.addSC("<0-0>", "Ethernet interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Lex", "Lex interface");
						enableC.show.ip.eigrp.interfaces.static.Lex.addSC("<0-2147483647>", "Lex interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Loopback", "Loopback interface");
						enableC.show.ip.eigrp.interfaces.static.Loopback.addSC("<0-2147483647>", "Loopback interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Multilink", "Multilink-group interface");
						enableC.show.ip.eigrp.interfaces.static.Multilink.addSC("<0-2147483647>", "Multilink interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Null", "Null interface");
						enableC.show.ip.eigrp.interfaces.static.Null.addSC("<0-0>", "Null interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Tunnel", "Tunnel interface");
						enableC.show.ip.eigrp.interfaces.static.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
					enableC.show.ip.eigrp.interfaces.static.addSC("Vif", "PGM Multicast Host interface");
					enableC.show.ip.eigrp.interfaces.static.addSC("Virtual-Template", "Virtual Template interface");
					enableC.show.ip.eigrp.interfaces.static.addSC("Virtual-TokenRing", "Virtual TokenRing");
			enableC.show.ip.eigrp.addSC("neighbors", "IP-EIGRP neighbors");
				enableC.show.ip.eigrp.neighbors.addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.neighbors.addSC("ATM", "ATM interface");
					enableC.show.ip.eigrp.neighbors.ATM.addSC("<0-0>", "ATM interface number");
						enableC.show.ip.eigrp.neighbors.ATM["<0-0>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.neighbors.addSC("Async", "Async interface");
					enableC.show.ip.eigrp.neighbors.Async.addSC("<1-0>", "Async interface number");
				enableC.show.ip.eigrp.neighbors.addSC("BVI", "Bridge-Group Virtual Interface");
					enableC.show.ip.eigrp.neighbors.BVI.addSC("<1-255>", "BVI interface number");
				enableC.show.ip.eigrp.neighbors.addSC("CTunnel", "CTunnel interface");
					enableC.show.ip.eigrp.neighbors.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
				enableC.show.ip.eigrp.neighbors.addSC("Dialer", "Dialer interface");
					enableC.show.ip.eigrp.neighbors.Dialer.addSC("<0-255>", "Dialer interface number");
						enableC.show.ip.eigrp.neighbors.Dialer["<0-255>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.neighbors.addSC("Ethernet", "IEEE 802.3");
					enableC.show.ip.eigrp.neighbors.Ethernet.addSC("<0-0>", "Ethernet interface number");
						enableC.show.ip.eigrp.neighbors.Ethernet["<0-0>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.neighbors.addSC("Lex", "Lex interface");
					enableC.show.ip.eigrp.neighbors.Lex.addSC("<0-2147483647>", "Lex interface number");
				enableC.show.ip.eigrp.neighbors.addSC("Loopback", "Loopback interface");
					enableC.show.ip.eigrp.neighbors.Loopback.addSC("<0-2147483647>", "Loopback interface number");
				enableC.show.ip.eigrp.neighbors.addSC("Multilink", "Multilink-group interface");
					enableC.show.ip.eigrp.neighbors.Multilink.addSC("<0-2147483647>", "Multilink interface number");
				enableC.show.ip.eigrp.neighbors.addSC("Null", "Null interface");
					enableC.show.ip.eigrp.neighbors.Null.addSC("<0-0>", "Null interface number");
						enableC.show.ip.eigrp.neighbors.Null["<0-0>"].addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.neighbors.addSC("Tunnel", "Tunnel interface");
					enableC.show.ip.eigrp.neighbors.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
				enableC.show.ip.eigrp.neighbors.addSC("Vif", "PGM Multicast Host interface");
				enableC.show.ip.eigrp.neighbors.addSC("Virtual-Template", "Virtual Template interface");
				enableC.show.ip.eigrp.neighbors.addSC("Virtual-TokenRing", "Virtual TokenRing");
				enableC.show.ip.eigrp.neighbors.addSC("detail", "Show detailed peer information");
					enableC.show.ip.eigrp.neighbors.detail.addSC("<1-65535>", "AS Number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("ATM", "ATM interface");
						enableC.show.ip.eigrp.neighbors.detail.ATM.addSC("<0-0>", "ATM interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Async", "Async interface");
						enableC.show.ip.eigrp.neighbors.detail.Async.addSC("<1-0>", "Async interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("BVI", "Bridge-Group Virtual Interface");
						enableC.show.ip.eigrp.neighbors.detail.BVI.addSC("<1-255>", "BVI interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("CTunnel", "CTunnel interface");
						enableC.show.ip.eigrp.neighbors.detail.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Dialer", "Dialer interface");
						enableC.show.ip.eigrp.neighbors.detail.Dialer.addSC("<0-255>", "Dialer interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Ethernet", "IEEE 802.3");
						enableC.show.ip.eigrp.neighbors.detail.Ethernet.addSC("<0-0>", "Ethernet interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Lex", "Lex interface");
						enableC.show.ip.eigrp.neighbors.detail.Lex.addSC("<0-2147483647>", "Lex interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Loopback", "Loopback interface");
						enableC.show.ip.eigrp.neighbors.detail.Loopback.addSC("<0-2147483647>", "Loopback interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Multilink", "Multilink-group interface");
						enableC.show.ip.eigrp.neighbors.detail.Multilink.addSC("<0-2147483647>", "Multilink interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Null", "Null interface");
						enableC.show.ip.eigrp.neighbors.detail.Null.addSC("<0-0>", "Null interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Tunnel", "Tunnel interface");
						enableC.show.ip.eigrp.neighbors.detail.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Vif", "PGM Multicast Host interface");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Virtual-Template", "Virtual Template interface");
					enableC.show.ip.eigrp.neighbors.detail.addSC("Virtual-TokenRing", "Virtual TokenRing");
				enableC.show.ip.eigrp.neighbors.addSC("static", "Show static peer information");
					enableC.show.ip.eigrp.neighbors.static.addSC("<1-65535>", "AS Number");
					enableC.show.ip.eigrp.neighbors.static.addSC("ATM", "ATM interface");
						enableC.show.ip.eigrp.neighbors.static.ATM.addSC("<0-0>", "ATM interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Async", "Async interface");
						enableC.show.ip.eigrp.neighbors.static.Async.addSC("<1-0>", "Async interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("BVI", "Bridge-Group Virtual Interface");
						enableC.show.ip.eigrp.neighbors.static.BVI.addSC("<1-255>", "BVI interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("CTunnel", "CTunnel interface");
						enableC.show.ip.eigrp.neighbors.static.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Dialer", "Dialer interface");
						enableC.show.ip.eigrp.neighbors.static.Dialer.addSC("<0-255>", "Dialer interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Ethernet", "IEEE 802.3");
						enableC.show.ip.eigrp.neighbors.static.Ethernet.addSC("<0-0>", "Ethernet interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Lex", "Lex interface");
						enableC.show.ip.eigrp.neighbors.static.Lex.addSC("<0-2147483647>", "Lex interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Loopback", "Loopback interface");
						enableC.show.ip.eigrp.neighbors.static.Loopback.addSC("<0-2147483647>", "Loopback interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Multilink", "Multilink-group interface");
						enableC.show.ip.eigrp.neighbors.static.Multilink.addSC("<0-2147483647>", "Multilink interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Null", "Null interface");
						enableC.show.ip.eigrp.neighbors.static.Null.addSC("<0-0>", "Null interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Tunnel", "Tunnel interface");
						enableC.show.ip.eigrp.neighbors.static.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
					enableC.show.ip.eigrp.neighbors.static.addSC("Vif", "PGM Multicast Host interface");
					enableC.show.ip.eigrp.neighbors.static.addSC("Virtual-Template", "Virtual Template interface");
					enableC.show.ip.eigrp.neighbors.static.addSC("Virtual-TokenRing", "Virtual TokenRing");
			enableC.show.ip.eigrp.addSC("topology", "IP-EIGRP Topology Table");
				enableC.show.ip.eigrp.topology.addSC("<1-65535>", "AS Number");
				enableC.show.ip.eigrp.topology.addSC("A.B.C.D", "Network to display information about");
					enableC.show.ip.eigrp.topology["A.B.C.D"].addSC("A.B.C.D", "Network mask");
				enableC.show.ip.eigrp.topology.addSC("active", "Show only active entries");
				enableC.show.ip.eigrp.topology.addSC("all-links", "Show all links in topology table");
				enableC.show.ip.eigrp.topology.addSC("detail-links", "Show all links in topology table");
				enableC.show.ip.eigrp.topology.addSC("pending", "Show only entries pending transmission");
				enableC.show.ip.eigrp.topology.addSC("summary", "Show a summary of the topology table");
				enableC.show.ip.eigrp.topology.addSC("zero-successors", "Show only zero successor entries");
			enableC.show.ip.eigrp.addSC("traffic", "IP-EIGRP Traffic Statistics");
		enableC.show.ip.addSC("flow", "NetFlow switching");
		enableC.show.ip.addSC("igmp", "IGMP information");
		enableC.show.ip.addSC("interface", "IP interface status and configuration");
		enableC.show.ip.addSC("irdp", "ICMP Router Discovery Protocol");
		enableC.show.ip.addSC("local", "IP local options");
		enableC.show.ip.addSC("masks", "Masks associated with a network");
		enableC.show.ip.addSC("mcache", "IP multicast fast-switching cache");
		enableC.show.ip.addSC("mpacket", "Display possible duplicate multicast packets");
		enableC.show.ip.addSC("mroute", "IP multicast routing table");
		enableC.show.ip.addSC("msdp", "Multicast Source Discovery Protool (MSDP)");
		enableC.show.ip.addSC("mtag", "IP Multicast Tagswitching TIB");
		enableC.show.ip.addSC("nat", "IP NAT information");
			enableC.show.ip.nat.addSC("statistics", "Translation statistics");
			enableC.show.ip.nat.addSC("translations", "Translation entries");
				enableC.show.ip.nat.translations.addSC("icmp", "Show ICMP entries");
				enableC.show.ip.nat.translations.addSC("pptp", "Show PPTP entries");
				enableC.show.ip.nat.translations.addSC("tcp", "Show TCP entries");
				enableC.show.ip.nat.translations.addSC("udp", "Show UDP entries");
				enableC.show.ip.nat.translations.addSC("verbose", "Show extra information");
		enableC.show.ip.addSC("pim", "PIM information");
		enableC.show.ip.addSC("policy", "Policy routing");
		enableC.show.ip.addSC("prefix-list", "List IP prefix lists");
		enableC.show.ip.addSC("protocols", "IP routing protocol process parameters and statistics");
			enableC.show.ip.protocols.addSC("summary", "Short form answer");
			enableC.show.ip.protocols.addSC("vrf", "Display protocols for a VPN Routing/Forwarding instance");
		enableC.show.ip.addSC("redirects", "IP redirects");
		enableC.show.ip.addSC("rip", "IP RIP show commands");
		enableC.show.ip.addSC("route", "IP routing table");
			enableC.show.ip.route.addSC("bgp", "Border Gateway Protocol (BGP)");
				enableC.show.ip.route.bgp.addSC("<1-65535>", "Autonomous system number");
			enableC.show.ip.route.addSC("connected", "Connected");
			enableC.show.ip.route.addSC("egp", "Exterior Gateway Protocol (EGP)");
				enableC.show.ip.route.egp.addSC("<0-65535>", "Remote autonomous system number");
			enableC.show.ip.route.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
				enableC.show.ip.route.eigrp.addSC("<1-65535>", "Autonomous system number");
			enableC.show.ip.route.addSC("igrp", "Interior Gateway Routing Protocol (IGRP)");
				enableC.show.ip.route.igrp.addSC("<1-65535>", "Autonomous system number");
			enableC.show.ip.route.addSC("isis", "ISO IS-IS");
				enableC.show.ip.route.isis.addSC("WORD", "ISO routing area tag");
			enableC.show.ip.route.addSC("list", "IP Access list");
				enableC.show.ip.route.list.addSC("<1-199>", "IP access list number");
			enableC.show.ip.route.addSC("mobile", "Mobile routes");
			enableC.show.ip.route.addSC("odr", "On Demand stub Routes");
			enableC.show.ip.route.addSC("ospf", "Open Shortest Path First (OSPF)");
				enableC.show.ip.route.ospf.addSC("<1-65535>", "Process ID");
					enableC.show.ip.route.ospf["<1-65535>"].addSC("vrf", "VPN Routing/Forwarding Instance");
			enableC.show.ip.route.addSC("profile", "IP routing table profile");
			enableC.show.ip.route.addSC("rip", "Routing Information Protocol (RIP)");
			enableC.show.ip.route.addSC("static", "Static routes");
			enableC.show.ip.route.addSC("summary", "Summary of all routes");
			enableC.show.ip.route.addSC("supernets-only", "Show supernet entries only");
			enableC.show.ip.route.addSC("vrf", "Display routes from a VPN Routing/Forwarding instance");
		enableC.show.ip.addSC("rpf", "Display RPF information for multicast source");
		enableC.show.ip.addSC("rsvp", "RSVP information");
		enableC.show.ip.addSC("rsvp", "RSVP information");
		enableC.show.ip.addSC("rtp", "RTP/UDP/IP header-compression statistics");
		enableC.show.ip.addSC("sdr", "Session Directory (SDPv2) cache");
		enableC.show.ip.addSC("sockets", "Open IP sockets");
		enableC.show.ip.addSC("tcp", "TCP/IP header-compression statistics");
		enableC.show.ip.addSC("traffic", "IP protocol statistics");
		enableC.show.ip.addSC("vrf", "VPN Routing/Forwarding instance information");
	enableC.show.addSC("ipx", "Novell IPX information");
	enableC.show.addSC("key", "Key information");
	enableC.show.addSC("line", "TTY line information");
		enableC.show.line.addSC("<0-5>", "First Line range");
			enableC.show.line["<0-5>"].addSC("<1-5>", "Last Line range");
		enableC.show.line.addSC("async-queue", "Show async-queue");
			enableC.show.line["async-queue"].addSC("<1-99>", "rotary group number");
		enableC.show.line.addSC("console", "Primary terminal line");
			enableC.show.line.console.addSC("<0-0>", "First Line range");
		enableC.show.line.addSC("summary", "Quick line status summary");
		enableC.show.line.addSC("vty", "Virtual terminal");
			enableC.show.line.vty.addSC("<0-4>", "First Line range");
				enableC.show.line.vty["<0-4>"].addSC("<1-4>", "Last Line range");
				enableC.show.line.vty["<0-4>"].addSC("summary", "Quick line status summary");
	enableC.show.addSC("llc2", "IBM LLC2 circuit information");
	enableC.show.addSC("location", "Display the system location");
	enableC.show.addSC("logging", "Show the contents of logging buffers");
		enableC.show.logging.addSC("history", "Show the contents of syslog history table");
	enableC.show.addSC("memory", "Memory statistics");
	enableC.show.addSC("mgcp", "Display Media Gateway Control Protocol information");
	enableC.show.addSC("num-exp", "Number Expansion (Speed Dial) information");
	enableC.show.addSC("parser", "Display parser information");
	enableC.show.addSC("policy-map", "Show QoS Policy Map");
		enableC.show["policy-map"].addSC("interface", "Show Qos Policy Interface");
			enableC.show["policy-map"].interface.addSC("ATM", "ATM interface");
				enableC.show["policy-map"].interface.ATM.addSC("<0-0>", "ATM interface number");
					enableC.show["policy-map"].interface.ATM["<0-0>"].addSC("vc", "VC Service-Policy");
						enableC.show["policy-map"].interface.ATM["<0-0>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
						enableC.show["policy-map"].interface.ATM["<0-0>"].vc.addSC("<1-65535>", "Enter VCI value");
			enableC.show["policy-map"].interface.addSC("Async", "Async interface");
				enableC.show["policy-map"].interface.Async.addSC("<1-0>", "Async interface number");
			enableC.show["policy-map"].interface.addSC("BVI", "Bridge-Group Virtual Interface");
				enableC.show["policy-map"].interface.BVI.addSC("<1-255>", "BVI interface number");
			enableC.show["policy-map"].interface.addSC("CTunnel", "CTunnel interface");
				enableC.show["policy-map"].interface.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
			enableC.show["policy-map"].interface.addSC("Dialer", "Dialer interface");
				enableC.show["policy-map"].interface.Dialer.addSC("<0-255>", "Dialer interface number");
					enableC.show["policy-map"].interface.Dialer["<0-255>"].addSC("vc", "VC Service-Policy");
						enableC.show["policy-map"].interface.Dialer["<0-255>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
						enableC.show["policy-map"].interface.Dialer["<0-255>"].vc.addSC("<1-65535>", "Enter VCI value");
			enableC.show["policy-map"].interface.addSC("Ethernet", "IEEE 802.3");
				enableC.show["policy-map"].interface.Ethernet.addSC("<0-0>", "Ethernet interface number");
					enableC.show["policy-map"].interface.Ethernet["<0-0>"].addSC("vc", "VC Service-Policy");
						enableC.show["policy-map"].interface.Ethernet["<0-0>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
						enableC.show["policy-map"].interface.Ethernet["<0-0>"].vc.addSC("<1-65535>", "Enter VCI value");
			enableC.show["policy-map"].interface.addSC("Group-Async", "Async Group interface");
				enableC.show["policy-map"].interface["Group-Async"].addSC("<0-0>", "Group-Async interface number");
			enableC.show["policy-map"].interface.addSC("Lex", "Lex interface");
				enableC.show["policy-map"].interface.Lex.addSC("<0-2147483647>", "Lex interface number");
			enableC.show["policy-map"].interface.addSC("Loopback", "Loopback interface");
				enableC.show["policy-map"].interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
			enableC.show["policy-map"].interface.addSC("Multilink", "Multilink-group interface");
				enableC.show["policy-map"].interface.Multilink.addSC("<0-2147483647>", "Multilink interface number");
			enableC.show["policy-map"].interface.addSC("Null", "Null interface");
				enableC.show["policy-map"].interface.Null.addSC("<0-0>", "Null interface number");
					enableC.show["policy-map"].interface.Null["<0-0>"].addSC("vc", "VC Service-Policy");
						enableC.show["policy-map"].interface.Null["<0-0>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
						enableC.show["policy-map"].interface.Null["<0-0>"].vc.addSC("<1-65535>", "Enter VCI value");
			enableC.show["policy-map"].interface.addSC("Tunnel", "Tunnel interface");
				enableC.show["policy-map"].interface.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
			enableC.show["policy-map"].interface.addSC("Vif", "PGM Multicast Host interface");
			enableC.show["policy-map"].interface.addSC("Virtual-Template", "Virtual Template interface");
			enableC.show["policy-map"].interface.addSC("Virtual-TokenRing", "Virtual TokenRing");
			enableC.show["policy-map"].interface.addSC("input", "Input policy");
				enableC.show["policy-map"].interface.input.addSC("class", "Show statistics for a indvidual class");
					enableC.show["policy-map"].interface.input.class.addSC("WORD", "class-map name");
			enableC.show["policy-map"].interface.addSC("output", "Output policy");
				enableC.show["policy-map"].interface.output.addSC("class", "Show statistics for a indvidual class");
					enableC.show["policy-map"].interface.output.class.addSC("WORD", "class-map name");
	enableC.show.addSC("pots", "POTS information");
	enableC.show.addSC("ppp", "PPP parameters and statistics");
	enableC.show.addSC("privilege", "Show current privilege level");
	enableC.show.addSC("processes", "Active process statistics");
	enableC.show.addSC("protocols", "Active network routing protocols");
	enableC.show.addSC("queue", "Show queue contents");
	enableC.show.addSC("queueing", "Show queueing configuration");
	enableC.show.addSC("random-detect-group", "display random-detetct group");
	enableC.show.addSC("rawmsg", "Raw Message");
	enableC.show.addSC("registry", "Function registry information");
	enableC.show.addSC("reload", "Scheduled reload information");
	enableC.show.addSC("rhosts", "Remote-host+user equivalences");
	enableC.show.addSC("route-map", "route-map information");
	enableC.show.addSC("rtpspi", "RTP Service Provider Interface");
	enableC.show.addSC("running-config", "Current operating configuration");
		enableC.show["running-config"].addSC("interface", "Show interface configuration");
			enableC.show["running-config"].interface.addSC("ATM", "ATM interface");
				enableC.show["running-config"].interface.ATM.addSC("<0-0>", "ATM interface number");
			enableC.show["running-config"].interface.addSC("Async", "Async interface");
				enableC.show["running-config"].interface.Async.addSC("<1-0>", "Async interface number");
			enableC.show["running-config"].interface.addSC("BVI", "Bridge-Group Virtual Interface");
				enableC.show["running-config"].interface.BVI.addSC("<1-255>", "BVI interface number");
			enableC.show["running-config"].interface.addSC("CTunnel", "CTunnel interface");
				enableC.show["running-config"].interface.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
			enableC.show["running-config"].interface.addSC("Dialer", "Dialer interface");
				enableC.show["running-config"].interface.Dialer.addSC("<0-255>", "Dialer interface number");
			enableC.show["running-config"].interface.addSC("Ethernet", "IEEE 802.3");
				enableC.show["running-config"].interface.Ethernet.addSC("<0-0>", "Ethernet interface number");
			enableC.show["running-config"].interface.addSC("Group-Async", "Async Group interface");
				enableC.show["running-config"].interface["Group-Async"].addSC("<0-0>", "Group-Async interface number");
			enableC.show["running-config"].interface.addSC("Lex", "Lex interface");
				enableC.show["running-config"].interface.Lex.addSC("<0-2147483647>", "Lex interface number");
			enableC.show["running-config"].interface.addSC("Loopback", "Loopback interface");
				enableC.show["running-config"].interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
			enableC.show["running-config"].interface.addSC("Multilink", "Multilink-group interface");
				enableC.show["running-config"].interface.Multilink.addSC("<0-2147483647>", "Multilink interface number");
			enableC.show["running-config"].interface.addSC("Null", "Null interface");
				enableC.show["running-config"].interface.Null.addSC("<0-0>", "Null interface number");
			enableC.show["running-config"].interface.addSC("Tunnel", "Tunnel interface");
				enableC.show["running-config"].interface.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
			enableC.show["running-config"].interface.addSC("Vif", "PGM Multicast Host interface");
			enableC.show["running-config"].interface.addSC("Virtual-Template", "Virtual Template interface");
			enableC.show["running-config"].interface.addSC("Virtual-TokenRing", "Virtual TokenRing");
		enableC.show["running-config"].addSC("map-class", "Show map class information");
			enableC.show["running-config"]["map-class"].addSC("atm", "ATM map class information");
				enableC.show["running-config"]["map-class"].atm.addSC("WORD", "map class name");
			enableC.show["running-config"]["map-class"].addSC("dialer", "Dialer map class information");
				enableC.show["running-config"]["map-class"].dialer.addSC("WORD", "map class name");
			enableC.show["running-config"]["map-class"].addSC("frame-relay", "Frame Relay map class information");
				enableC.show["running-config"]["map-class"]["frame-relay"].addSC("WORD", "map class name");
	enableC.show.addSC("sessions", "Information about Telnet connections");
	enableC.show.addSC("sip-ua", "Show SIP User Agent");
	enableC.show.addSC("smf", "Software MAC filter");
	enableC.show.addSC("snapshot", "Snapshot parameters and statistics");
	enableC.show.addSC("snmp", "snmp statistics");
	enableC.show.addSC("sntp", "Simple network time protocol");
	enableC.show.addSC("spanning-tree", "Spanning tree topology");
	enableC.show.addSC("srcp", "Display SRCP Protocol information");
	enableC.show.addSC("sscop", "SSCOP");
	enableC.show.addSC("stacks", "Process stack utilization");
	enableC.show.addSC("standby", "Hot standby protocol information");
	enableC.show.addSC("startup-config", "Contents of startup configuration");
	enableC.show.addSC("subscriber-policy", "Subscriber policy");
	enableC.show.addSC("subsys", "Show subsystem information");
	enableC.show.addSC("tacacs", "Shows tacacs+ server statistics");
	enableC.show.addSC("tcp", "Status of TCP connections");
	enableC.show.addSC("tech-support", "Show system information for Tech-Support");
	enableC.show.addSC("template", "Template information");
	enableC.show.addSC("terminal", "Display terminal configuration parameters");
	enableC.show.addSC("time-range", "Time range");
	enableC.show.addSC("translation-rule", "Show translation rule table");
	enableC.show.addSC("users", "Display information about terminal lines");
	enableC.show.addSC("version", "System hardware and software status");
	enableC.show.addSC("voice", "Voice port configuration & stats");
	enableC.show.addSC("vpdn", "VPDN information");
	enableC.show.addSC("vtemplate", "Virtual Template interface information");
	enableC.show.addSC("whoami", "Info on current tty line");
enableC.addSC("slip", "Start Serial-line IP (SLIP)");
enableC.addSC("start-chat", "Start a chat-script on a line");
enableC.addSC("systat", "Display information about terminal lines");
enableC.addSC("telnet", "Open a telnet connection");
enableC.addSC("terminal", "Set terminal line parameters");
enableC.addSC("test", "Test subsystems, memory, and interfaces");
enableC.addSC("traceroute", "Trace route to destination");
	enableC.traceroute.addSC("WORD", "Trace route to destination address or hostname");
	enableC.traceroute.addSC("appletalk", "AppleTalk Trace");
		enableC.traceroute.appletalk.addSC("WORD", "Trace route to destination address or hostname");
	enableC.traceroute.addSC("clns", "ISO CLNS Trace");
		enableC.traceroute.clns.addSC("WORD", "Trace route to destination address or hostname");
	enableC.traceroute.addSC("ip", "IP Trace");
		enableC.traceroute.ip.addSC("WORD", "Trace route to destination address or hostname");
	enableC.traceroute.addSC("ipv6", "IPv6 Trace");
		enableC.traceroute.ipv6.addSC("WORD", "Trace route to destination address or hostname");
	enableC.traceroute.addSC("ipx", "IPX Trace");
		enableC.traceroute.ipx.addSC("WORD", "Trace route to destination address or hostname");
	enableC.traceroute.addSC("oldvines", "Vines Trace (Cisco)");
		enableC.traceroute.oldvines.addSC("WORD", "Trace route to destination address or hostname");
	enableC.traceroute.addSC("vines", "Vines Trace (Banyan)");
		enableC.traceroute.vines.addSC("WORD", "Trace route to destination address or hostname");
enableC.addSC("tunnel", "Open a tunnel connection");
enableC.addSC("undebug", "Disable debugging functions (see also 'debug')");
	enableC.undebug.addSC("aaa", "AAA Authentication, Authorization and Accounting");
	enableC.undebug.addSC("access-expression", "Boolean access expression");
	enableC.undebug.addSC("adjacency", "adjacency");
	enableC.undebug.addSC("all", "Enable all debugging");
	enableC.undebug.addSC("arp", "IP ARP and HP Probe transactions");
	enableC.undebug.addSC("async", "Async interface information");
	enableC.undebug.addSC("atm", "ATM interface packets");
	enableC.undebug.addSC("call", "Call Information");
	enableC.undebug.addSC("callback", "Callback activity");
	enableC.undebug.addSC("cca", "CCA activity");
	enableC.undebug.addSC("cch323", "CCH323 information");
	enableC.undebug.addSC("ccsip", "CCSIP information");
	enableC.undebug.addSC("cdp", "CDP information");
	enableC.undebug.addSC("chat", "Chat scripts activity");
	enableC.undebug.addSC("cns", "CNS subsys debugs");
	enableC.undebug.addSC("compress", "COMPRESS traffic");
	enableC.undebug.addSC("condition", "Condition");
	enableC.undebug.addSC("custom-queue", "Custom output queueing");
	enableC.undebug.addSC("dhcp", "DHCP client activity");
	enableC.undebug.addSC("dialer", "Dial on Demand");
	enableC.undebug.addSC("dnsix", "Dnsix information");
	enableC.undebug.addSC("domain", "Domain Name System");
	enableC.undebug.addSC("dspapi", "Generic DSP API");
	enableC.undebug.addSC("dxi", "atm-dxi information");
	enableC.undebug.addSC("eigrp", "EIGRP Protocol information");
	enableC.undebug.addSC("entry", "Incoming queue entries");
	enableC.undebug.addSC("ethernet-interface", "Ethernet network interface events");
	enableC.undebug.addSC("fax", "Fax");
	enableC.undebug.addSC("frame-relay", "Frame Relay");
	enableC.undebug.addSC("h225", "H.225 Library Debugging");
	enableC.undebug.addSC("h245", "H.245 Library Debugging");
	enableC.undebug.addSC("hpi", "HPI (54x) DSP messages");
	enableC.undebug.addSC("interface", "interface");
	enableC.undebug.addSC("ip", "IP information");
	enableC.undebug.addSC("ipx", "Novell/IPX information");
	enableC.undebug.addSC("lapb", "LAPB protocol transactions");
	enableC.undebug.addSC("list", "Set interface or/and access list for the next debug command");
	enableC.undebug.addSC("llc2", "LLC2 type II Information");
	enableC.undebug.addSC("mgcp", "Media Gateway Control Protocol");
	enableC.undebug.addSC("modem", "Modem control/process activation");
	enableC.undebug.addSC("nvram", "Debug NVRAM behavior");
	enableC.undebug.addSC("packet", "Log unknown packets");
	enableC.undebug.addSC("pots", "POTS information");
	enableC.undebug.addSC("ppp", "PPP (Point to Point Protocol) information");
	enableC.undebug.addSC("priority", "Priority output queueing");
	enableC.undebug.addSC("ras", "H.323 RAS Library");
	enableC.undebug.addSC("rtpspi", "RTP Service Provider Interface.");
	enableC.undebug.addSC("serial", "Serial interface information");
	enableC.undebug.addSC("smf", "Software MAC filter");
	enableC.undebug.addSC("snapshot", "Snapshot activity");
	enableC.undebug.addSC("snmp", "SNMP information");
	enableC.undebug.addSC("sntp", "SNTP information");
	enableC.undebug.addSC("spanning-tree", "Spanning tree debugging");
	enableC.undebug.addSC("srcp", "Simple Resource Coordination Protocol");
	enableC.undebug.addSC("sscop", "SSCOP");
	enableC.undebug.addSC("standby", "Hot standby protocol");
	enableC.undebug.addSC("tacacs", "TACACS authentication and authorization");
	enableC.undebug.addSC("tbridge", "Transparent Bridging");
	enableC.undebug.addSC("telnet", "Incoming telnet connections");
	enableC.undebug.addSC("template", "Template activity");
	enableC.undebug.addSC("tftp", "TFTP debugging");
	enableC.undebug.addSC("translation", "translation rule information");
	enableC.undebug.addSC("tunnel", "Generic Tunnel Interface");
	enableC.undebug.addSC("voice", "VOICE information");
	enableC.undebug.addSC("voip", "VOIP information");
	enableC.undebug.addSC("vpdn", "VPDN information");
	enableC.undebug.addSC("vpm", "Voice Port Module SPI information");
	enableC.undebug.addSC("vtemplate", "Virtual Template information");
	enableC.undebug.addSC("vtsp", "Voice Telephony Call Control information");
enableC.addSC("verify", "Verify a file");
enableC.addSC("where", "List active connections");
enableC.addSC("write", "Write running configuration to memory, network, or terminal");
	enableC.write.addSC("erase", "Erase NV memory");
	enableC.write.addSC("memory", "Write to NV memory");
	enableC.write.addSC("network", "Write to network TFTP server");
	enableC.write.addSC("terminal", "Write to terminal");